:root{--ink: #14211d;--muted: #505a55;--paper: #fffdf8;--surface: #ffffff;--surface-elevated: #ffffff;--soft: #f7f0e5;--line: #e8e2d7;--emerald: #176248;--emerald-dark: #0f2d1e;--gold: #c58a20;--gold-soft: #f7e8c4;--amber: #c4771a;--amber-light: #fdf3e3;--plum: #7a3f64;--rose: #bd6d7d;--rose-soft: #fdf0f3;--navy: #1a2744;--header-h: 122px;--shadow-sm: 0 12px 30px rgba(20, 33, 29, .08);--shadow: 0 28px 70px rgba(20, 33, 29, .18);color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}html.no-smooth-scroll{scroll-behavior:auto}body{margin:0;background:linear-gradient(180deg,#fffdf8,#fbf7ee,#fffdf8);color:var(--ink);line-height:1.56}body.modal-open{position:fixed;width:100%;overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button:disabled{opacity:.56;cursor:not-allowed}.site-header{position:sticky;top:0;z-index:50;background:#fffdf8f0;border-bottom:1px solid rgba(232,226,215,.85);backdrop-filter:blur(18px)}.topline{display:flex;justify-content:center;gap:18px;min-height:38px;padding:9px 16px;background:#0f2d1e;color:#fff8ed;font-size:13px;font-weight:800}.topline span+span:before{content:"\b7";margin-right:18px;color:#d7b46a}.header-inner{width:min(1180px,calc(100% - 32px));min-height:84px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{min-width:246px;display:inline-flex;align-items:center;gap:12px}.brand-logo{width:58px;height:58px;border-radius:50%;background:var(--emerald);box-shadow:0 12px 26px #0f2d1e2e;object-fit:cover}.brand strong,.brand small{display:block}.brand strong{font-size:21px;font-weight:900;letter-spacing:0}.brand small{margin-top:-2px;color:var(--muted);font-size:13px}.main-nav{flex:1;display:flex;justify-content:center;gap:4px;color:#34453e;font-size:15px;font-weight:600}.main-nav a{min-height:42px;display:inline-flex;align-items:center;padding:9px 12px;border-radius:999px;transition:background .16s ease,color .16s ease}.main-nav a:hover,.main-nav a:focus-visible{background:#eef6f1;color:var(--emerald);outline:0}.cart-link{min-height:52px;display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border:1px solid var(--line);border-radius:999px;background:#fff;box-shadow:var(--shadow-sm);font-weight:900}.cart-count{min-width:auto;min-height:28px;display:inline-grid;place-items:center;padding:0 10px;border-radius:999px;background:var(--gold);color:#fff;font-weight:900}.hero-band{position:relative;overflow:hidden;min-height:620px;background:radial-gradient(circle at 12% 14%,rgba(255,248,237,.18) 0 12%,transparent 13%),radial-gradient(circle at 84% 18%,rgba(197,138,32,.18) 0 18%,transparent 19%),linear-gradient(135deg,#0f2d1e,#1a4a32 45%,#2d6b4a)}.hero-band:before{content:"";position:absolute;inset:0;opacity:.13;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='90' height='90' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");pointer-events:none}.hero-band:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0f2d1ef0,#0f2d1e9e 42%,#0f2d1e14);pointer-events:none}.hero-overlay{position:relative;z-index:1;width:min(1180px,calc(100% - 32px));min-height:620px;margin:0 auto;display:grid;grid-template-columns:55fr 45fr;gap:56px;align-items:center;padding:66px 0}.hero-copy-block{max-width:720px}.eyebrow{margin:0 0 10px;color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.hero-overlay .eyebrow{color:#f4cf7a}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Playfair Display,Georgia,serif;letter-spacing:0}h1{max-width:760px;margin-bottom:18px;color:#fff8ed;font-size:clamp(44px,5vw,72px);font-weight:800;line-height:.98}h2{margin-bottom:12px;font-size:clamp(30px,3vw,44px);font-weight:800;line-height:1.08}h3{font-size:21px;line-height:1.22}.hero-copy{max-width:670px;margin-bottom:28px;color:#fff8edc7;font-size:18px}.hero-visual-card{overflow:hidden;border:1px solid rgba(255,248,237,.25);border-radius:24px;background:#fff8ed21;box-shadow:0 34px 90px #00000047;transform:rotate(2.5deg)}.hero-visual-card img{width:100%;aspect-ratio:1.1 / 1;object-fit:cover}.hero-actions,.contact-actions,.dialog-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border:1px solid transparent;border-radius:999px;cursor:pointer;font-weight:900;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.button:hover,.button:focus-visible{transform:translateY(-1px);outline:0}.button.primary{background:var(--emerald);color:#fff;box-shadow:0 14px 30px #17624842}.hero-actions .button.primary{background:#fff8ed;color:var(--emerald-dark);box-shadow:0 14px 30px #0000002e}.button.primary:hover,.button.primary:focus-visible{background:var(--emerald-dark);color:#fff}.button.ghost{border-color:#fff8ed70;background:#fff8ed1a;color:#fff8ed}.button.quiet{border-color:var(--line);background:#fff;color:var(--emerald)}.button.quiet:hover,.button.quiet:focus-visible{border-color:#1762484d;background:#f4fbf7}.button.full{width:100%}.trust-row{width:min(1180px,calc(100% - 32px));margin:-42px auto 66px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;position:relative;z-index:2}.trust-row div{min-height:112px;display:grid;grid-template-columns:auto 1fr;gap:2px 12px;align-items:center;padding:20px;border:1px solid var(--line);border-left:5px solid var(--emerald);border-radius:18px;background:#fffffff7;box-shadow:var(--shadow-sm)}.trust-icon{grid-row:span 2;width:38px;height:38px;display:inline-grid;place-items:center;border-radius:50%;background:#edf7f1;color:var(--emerald);font-weight:900}.trust-row strong,.trust-row span:not(.trust-icon){display:block}.trust-row strong{color:var(--emerald-dark);font-size:23px;line-height:1.08}.trust-row span:not(.trust-icon){color:var(--muted);font-size:14px}.shop-section{width:min(1180px,calc(100% - 32px));margin:0 auto;scroll-margin-top:calc(var(--header-h) + 16px)}.compact-shop{padding-top:36px}.compact-shop .section-heading{margin-bottom:8px}.compact-shop h1{max-width:860px;margin-bottom:10px;color:var(--ink);font-size:clamp(32px,4vw,54px);line-height:1.04}.shop-content{display:grid;gap:20px}.shop-hero-row{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}.section-heading{margin-bottom:8px}.section-heading p{max-width:790px;color:var(--muted)}.section-heading.narrow{width:min(860px,calc(100% - 32px));margin:0 auto 28px;text-align:center}.social-promo{justify-self:end;width:min(100%,320px);display:grid;gap:10px;padding:16px;border:1px solid rgba(232,226,215,.95);border-radius:18px;background:#ffffffdb;box-shadow:0 20px 46px #14211d17}.social-promo>span{justify-self:center;color:var(--muted);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;animation:soft-pulse 2.6s ease-in-out infinite}.social-pill,.social-icon-link{display:inline-flex;align-items:center;gap:8px;font-weight:950}.social-pill svg,.social-icon-link svg{width:20px;height:20px;flex:0 0 auto;fill:currentColor}.telegram-pill{min-height:46px;justify-content:center;padding:11px 14px;border-radius:999px;background:#2aabee;color:#fff;box-shadow:0 14px 30px #2aabee3d}.social-mini-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.social-icon-link{justify-content:center;min-height:38px;padding:8px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:13px}.social-icon-link.youtube{color:#d81f1f}.social-icon-link.instagram{color:#b23a7d}.social-pill:hover,.social-pill:focus-visible,.social-icon-link:hover,.social-icon-link:focus-visible{transform:translateY(-1px);outline:0}.category-panel{position:sticky;top:calc(var(--header-h) + 8px);z-index:15;display:flex;gap:10px;overflow-x:auto;padding:10px;border:1px solid rgba(232,226,215,.85);border-radius:999px;background:#fffdf8eb;box-shadow:0 12px 32px #14211d14;backdrop-filter:blur(14px)}.category-button{min-height:44px;flex:0 0 auto;padding:10px 18px;border:1px solid transparent;border-radius:999px;background:#fff;color:#283a32;cursor:pointer;font-weight:900;white-space:nowrap;transition:background .16s ease,box-shadow .16s ease,color .16s ease}.category-button.active,.category-button:hover,.category-button:focus-visible{background:var(--emerald);color:#fff;box-shadow:0 4px 14px #17624859;outline:0}.shop-tools{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:14px;margin:8px 0}.search-box{display:grid;gap:7px;color:#4b5d55;font-size:13px;font-weight:900}.search-box input,.shop-tools select{width:100%;height:50px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);box-shadow:0 8px 20px #14211d0a}.search-box input:focus,.shop-tools select:focus{border-color:#17624880;outline:3px solid rgba(23,98,72,.12)}.category-visual-panel{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0 10px}.cat-card{display:flex;align-items:center;gap:12px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#ffffffdb;box-shadow:var(--shadow-sm);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;font:inherit;text-align:left}.cat-card:hover,.cat-card:focus-visible{transform:translateY(-3px);box-shadow:var(--shadow);outline:0}.cat-card.active{border-color:var(--emerald);background:#f4fbf7;box-shadow:0 4px 16px #1762482e}.cat-card--fragrance.active{border-color:var(--gold);background:#fffbf0}.cat-card--consulting.active{border-color:var(--plum);background:#fdf0f3}.cat-icon{width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:#edf7f1;color:var(--emerald)}.cat-card--fragrance .cat-icon{background:var(--amber-light);color:var(--amber)}.cat-card--consulting .cat-icon{background:var(--rose-soft);color:var(--plum)}.cat-icon svg{width:24px;height:24px;fill:currentColor}.cat-label{font-weight:900;font-size:16px;color:var(--ink)}.cat-count{margin-left:auto;padding:4px 10px;border-radius:999px;background:var(--soft);color:var(--muted);font-size:13px;font-weight:900}.cat-card.active .cat-count{background:var(--emerald);color:#fff}.cat-card--fragrance.active .cat-count{background:var(--gold);color:#fff}.cat-card--consulting.active .cat-count{background:var(--plum);color:#fff}@media(max-width:740px){.category-visual-panel{gap:8px}.cat-card{padding:10px;gap:8px;border-radius:12px}.cat-icon{width:34px;height:34px}.cat-icon svg{width:18px;height:18px}.cat-label{font-size:12px}.cat-count{font-size:11px;padding:2px 8px}}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{min-height:100%;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(232,226,215,.98);border-radius:16px;background:#fff;box-shadow:0 16px 40px #14211d17;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.product-card:hover,.product-card:focus-visible{transform:translateY(-5px);border-color:#17624847;box-shadow:0 26px 62px #14211d29;outline:0}.product-media{position:relative;overflow:hidden;aspect-ratio:1.65 / 1;background:var(--soft)}.product-media img{width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform .3s ease}.product-card:hover .product-media img{transform:scale(1.05)}.badge-row{display:flex;flex-wrap:wrap;gap:8px}.product-badges{position:absolute;top:12px;right:12px;left:12px;justify-content:flex-end}.badge{min-height:29px;display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:#ffffffe6;color:var(--emerald-dark);font-size:12px;font-weight:900;box-shadow:0 6px 18px #14211d1f}.badge.education{background:#edf7f1;color:var(--emerald-dark)}.badge.fragrance,.badge.warm{background:var(--amber-light);color:#7a4b05}.badge.consulting{background:var(--rose-soft);color:var(--plum)}.product-body{flex:1;display:flex;flex-direction:column;padding:15px}.product-category{color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product-card h3{margin:7px 0 8px;font-size:17px}.product-card p{color:var(--muted);display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:13px}.product-price{margin:auto 0 12px;color:var(--emerald-dark);font-size:18px;font-weight:950}.shipping-banner{grid-column:1 / -1;width:100%;margin:0 0 16px;padding:12px 16px;border:1px solid rgba(197,138,32,.25);border-radius:12px;background:linear-gradient(135deg,#fef9e7,#fdf2d7);color:#7a5c1a;font-size:14px;font-weight:600;text-align:center;letter-spacing:.3px;box-shadow:0 2px 8px #c58a2014}@media(max-width:740px){.shipping-banner{font-size:12px;padding:10px 12px;margin:0 0 12px;border-radius:10px}}.shipping-badge{width:fit-content;margin:-4px 0 12px;padding:6px 10px;border:1px solid rgba(197,138,32,.28);border-radius:999px;background:#fff8e6;color:#8b6417;font-size:11px;font-weight:900;line-height:1}.product-actions{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.product-actions .button{min-height:38px;padding:8px 12px;font-size:13px}.product-actions .button.quiet{justify-content:flex-start;border-color:transparent;background:transparent;padding-left:0;color:var(--emerald);box-shadow:none}.product-actions .button.primary{min-width:132px}.content-band,.testimonials-section,.cart-section,.contact-section{width:min(1180px,calc(100% - 32px));margin:84px auto 0}.content-band.muted{width:100%;padding:72px 16px;background:linear-gradient(135deg,#181310,#5b3f24 52%,#caa566);color:#fff8e8}.content-band.muted .section-heading p{color:#fff2d0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-grid article,.testimonial-card,.cart-items,.cart-summary{border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm)}.feature-grid article{padding:24px}.feature-grid p{color:var(--muted)}.testimonial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.testimonial-card{position:relative;min-height:184px;overflow:hidden;padding:24px 20px 20px;border-left:5px solid var(--gold)}.testimonial-card:before{content:"\201c";position:absolute;top:-26px;right:18px;color:var(--gold);font-family:Playfair Display,Georgia,serif;font-size:120px;line-height:1;opacity:.15}.testimonial-card p{position:relative;color:#31443a}.testimonial-card span{position:relative;color:var(--muted);font-size:13px;font-weight:900}.cart-shell{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.cart-empty{padding:28px;color:var(--muted)}.cart-row{display:grid;grid-template-columns:78px 1fr auto;gap:14px;align-items:center;padding:16px;border-bottom:1px solid var(--line)}.cart-row:last-child{border-bottom:0}.cart-row img{width:78px;height:78px;border-radius:14px;object-fit:cover}.cart-row h3{margin:0 0 4px;font-size:17px}.cart-row p{margin:0;color:var(--muted);font-size:14px}.quantity-controls{display:inline-flex;align-items:center;gap:8px}.quantity-controls button,.remove-button,.dialog-close{border:1px solid var(--line);border-radius:999px;background:#fff;cursor:pointer}.quantity-controls button{width:34px;height:34px;color:var(--emerald);font-weight:900}.quantity-controls span{min-width:28px;text-align:center;font-weight:900}.remove-button{margin-top:8px;padding:7px 12px;color:#8b2d2d;font-weight:800}.cart-summary{padding:20px}.summary-line{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--line);font-size:18px}.summary-line strong{color:var(--emerald-dark);font-size:27px}.cart-summary .button+.button{margin-top:10px}.contact-section{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;margin-bottom:64px;padding:34px;border-radius:22px;background:linear-gradient(135deg,#143328,#176248 72%,#946b23);color:#fff}.contact-section .eyebrow{color:#f5d582}.contact-section p{max-width:720px;color:#e9f3ee}.whatsapp-button svg{width:22px;height:22px;fill:currentColor}.site-footer{display:flex;justify-content:space-between;gap:18px;padding:28px max(16px,calc((100% - 1180px)/2));background:#13251e;color:#dce7e1;font-size:14px}.site-footer p{margin:0}.footer-follow{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px;color:#dce7e1}.footer-social-link{display:inline-flex;align-items:center;gap:7px;color:#fff8ed;font-weight:900}.footer-social-link svg{width:19px;height:19px;fill:currentColor}.footer-social-link.youtube{color:#fdd}.footer-social-link.instagram{color:#ffd7ef}.footer-social-link.telegram{color:#d9f2ff}.product-dialog{width:min(990px,calc(100% - 28px));max-height:85vh;padding:0;border:0;border-radius:16px;box-shadow:0 28px 88px #00000052;animation:dialog-in .22s ease both;overscroll-behavior:contain}.product-dialog::backdrop{background:#121f1aa8}.dialog-body{position:relative;display:grid;grid-template-columns:42% 1fr;background:#fff}.dialog-close{position:absolute;top:12px;right:12px;z-index:2;width:40px;height:40px;color:var(--ink);font-size:25px;line-height:1}.dialog-image{width:100%;height:100%;min-height:540px;border-radius:16px 0 0 16px;object-fit:cover}.dialog-content{max-height:85vh;overflow:auto;overscroll-behavior:contain;padding:38px;scrollbar-color:rgba(23,98,72,.45) transparent;scrollbar-width:thin}.dialog-content::-webkit-scrollbar{width:10px}.dialog-content::-webkit-scrollbar-thumb{border-radius:999px;background:#17624859}.dialog-content h2{margin-bottom:12px;font-size:34px}#dialogLead{color:#42564d}.detail-list{display:grid;gap:10px;margin:18px 0;padding-left:22px}.dialog-testimonials{display:grid;gap:10px;margin:18px 0}.dialog-testimonials blockquote{margin:0;padding:14px 16px;border-left:3px solid var(--gold);background:#faf7ef;color:#31443a}.product-note{padding:12px 14px;border:1px solid #eadfc6;border-radius:14px;background:#fff9ea;color:#6e5724;font-size:14px}.dialog-price{margin-right:auto;color:var(--emerald-dark);font-size:28px}.dialog-content .dialog-actions{margin:18px 0 20px;padding:16px 0 18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.variant-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:-8px 0 20px}.variant-actions:empty{display:none}.toast{position:fixed;right:22px;bottom:22px;z-index:70;width:min(440px,calc(100% - 32px));display:none;gap:14px;align-items:center;justify-content:space-between;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 18px 50px #21312b3d}.toast.show{display:flex}.toast span{font-weight:900}.toast div{display:flex;gap:8px}.toast button,.toast a{min-height:36px;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--emerald);cursor:pointer;font-weight:900;white-space:nowrap}.toast a{background:var(--emerald);color:#fff}@keyframes dialog-in{0%{opacity:0;transform:scale(.96) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:1020px){.header-inner{flex-wrap:wrap;padding:12px 0}.brand{min-width:auto}.main-nav{order:3;flex-basis:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:4px}.hero-overlay{grid-template-columns:1fr;gap:32px;padding:54px 0 76px}.hero-visual-card{max-width:620px;transform:rotate(1deg)}.shop-hero-row{grid-template-columns:1fr}.social-promo{justify-self:stretch;width:100%}.trust-row,.feature-grid,.testimonial-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:60;width:60px;height:60px;display:grid;place-items:center;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 8px 28px #25d3666b;transition:transform .2s ease,box-shadow .2s ease;animation:whatsapp-float-in .5s ease .8s both}.whatsapp-float:hover,.whatsapp-float:focus-visible{transform:scale(1.08);box-shadow:0 12px 38px #25d3668a;outline:0}.whatsapp-float-icon{width:32px;height:32px;fill:currentColor}@keyframes whatsapp-float-in{0%{opacity:0;transform:scale(.6) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:740px){.whatsapp-float{width:50px;height:50px;right:16px;bottom:70px}.whatsapp-float-icon{width:26px;height:26px}}@keyframes soft-pulse{0%,to{opacity:.62}50%{opacity:1;color:var(--emerald)}}@media(max-width:740px){:root{--header-h: 84px}.topline{display:none}.topline span+span:before{margin-right:8px}.header-inner,.shop-section,.trust-row,.content-band,.testimonials-section,.cart-section,.contact-section{width:min(100% - 24px,1180px)}.brand strong{font-size:15px}.brand-logo{width:42px;height:42px}.brand small{display:none}.brand{flex:1 1 0;min-width:0}.main-nav{flex-wrap:wrap;gap:4px 6px;overflow-x:visible;padding-bottom:0}.main-nav a{min-height:34px;padding:6px 8px;font-size:14px}.cart-link{min-height:38px;padding:7px 9px;font-size:13px}.trust-row,.shop-tools,.feature-grid,.testimonial-grid,.cart-shell,.contact-section,.dialog-body{grid-template-columns:1fr}.compact-shop{padding-top:18px}.compact-shop .section-heading{margin-bottom:6px}.shop-hero-row{gap:10px}.social-promo{padding:12px;border-radius:14px}.social-promo>span{font-size:10px}.telegram-pill{min-height:40px;font-size:13px}.social-icon-link{min-height:34px;font-size:12px}.compact-shop h1{font-size:25px}.compact-shop .section-heading p:not(.eyebrow){font-size:13px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.product-card{border-radius:10px;box-shadow:0 8px 18px #14211d14}.product-card:hover,.product-card:focus-visible{transform:none}.product-media{display:block;aspect-ratio:1 / 1}.product-badges{display:none}.product-body{display:grid;grid-template-columns:1fr;align-content:start;align-items:start;min-height:104px;padding:8px}.product-category{grid-column:1 / -1;font-size:9px;letter-spacing:0}.product-card h3{grid-column:1 / -1;margin:5px 0;font-family:Inter,system-ui,sans-serif;font-size:12px;line-height:1.16}.product-card p{display:none}.product-price{grid-column:1 / -1;margin-top:auto;margin-bottom:6px;font-size:12px;line-height:1;white-space:nowrap}.product-actions{grid-column:1 / -1;display:block;justify-self:stretch;margin-left:0}.product-actions .button.quiet{display:none}.product-actions .button.primary{width:100%;min-width:0;min-height:26px;padding:5px 6px;border-radius:999px;font-size:9px;line-height:1;white-space:nowrap;box-shadow:none}.shipping-badge{grid-column:1 / -1;margin-top:6px;margin-bottom:0;padding:5px 7px;font-size:8px;line-height:1.15}.variant-actions{grid-template-columns:1fr}.category-panel{margin-left:-4px;margin-right:-4px}.contact-actions .button{width:100%}.testimonials-section,.cart-section,.contact-section{margin-top:42px}.testimonials-section .section-heading,.cart-section .section-heading,.contact-section .section-heading{margin-bottom:10px}.testimonials-section h2,.cart-section h2,.contact-section h2{font-size:24px;line-height:1.08}.testimonials-section .section-heading p,.cart-section .section-heading p,.contact-section p{font-size:13px}.contact-section{gap:14px;margin-bottom:36px;padding:22px;border-radius:16px}.cart-row{grid-template-columns:64px 1fr}.cart-row img{width:64px;height:64px}.cart-row>div:last-child{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:12px}.dialog-image{min-height:260px;max-height:300px;border-radius:16px 16px 0 0}.product-dialog{max-height:90dvh;overflow:hidden}.dialog-body{max-height:90dvh;overflow-y:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.dialog-content{max-height:none;overflow:visible;touch-action:pan-y;padding:24px}.site-footer{display:grid}.toast{left:16px;right:16px;bottom:16px;flex-direction:column;align-items:stretch}.toast div{display:grid;grid-template-columns:1fr 1fr}}.testimonial-grid{overflow:hidden;width:100%;padding:4px 0 20px}.testimonial-track{display:flex;gap:18px;width:max-content;will-change:transform}.testimonial-track .testimonial-card{flex:0 0 300px;min-height:160px;padding:20px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-sm);cursor:default}@media(max-width:740px){.testimonial-track .testimonial-card{flex:0 0 240px}}@keyframes fly-to-cart{0%{opacity:1;transform:scale(1) translate(0)}50%{opacity:.8;transform:scale(.4) translate(var(--fly-x, 0),var(--fly-y, 0))}to{opacity:0;transform:scale(.1) translate(var(--fly-x, 0),var(--fly-y, 0))}}.fly-to-cart{position:fixed;z-index:100;width:56px;height:56px;border-radius:50%;background:var(--emerald);color:#fff;display:grid;place-items:center;font-size:22px;font-weight:900;pointer-events:none;animation:fly-to-cart .6s ease-in forwards;box-shadow:0 8px 24px #17624866}.fade-section{opacity:0;transform:translateY(24px);transition:opacity .5s ease-out,transform .5s ease-out}.fade-section.visible{opacity:1;transform:translateY(0)}@keyframes skeleton-pulse{0%,to{opacity:.5}50%{opacity:1}}.skeleton-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.skeleton-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.skeleton-media{aspect-ratio:1.65 / 1;background:var(--soft);animation:skeleton-pulse 1.6s ease-in-out infinite}.skeleton-body{padding:15px}.skeleton-line{height:14px;margin-bottom:10px;border-radius:999px;background:var(--soft);animation:skeleton-pulse 1.6s ease-in-out infinite}.skeleton-line:last-child{width:60%;margin-bottom:0}@media(max-width:1020px){.skeleton-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:740px){.skeleton-grid{grid-template-columns:repeat(3,1fr);gap:8px}.skeleton-media{aspect-ratio:1 / 1}.skeleton-body{padding:8px}.skeleton-line{height:10px;width:100%!important}}.mobile-cart-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:55;align-items:center;justify-content:space-between;padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--line);background:#fffffff7;backdrop-filter:blur(14px);box-shadow:0 -4px 20px #14211d1a}.mobile-cart-bar .cart-info{display:flex;flex-direction:column}.mobile-cart-bar .cart-info span:first-child{font-size:12px;color:var(--muted)}.mobile-cart-bar .cart-info strong{font-size:18px;color:var(--emerald-dark)}.mobile-cart-bar .button{min-height:40px;padding:10px 20px;font-size:14px}@media(max-width:740px){.mobile-cart-bar.has-items{display:flex}.site-footer{padding-bottom:88px}}@media(max-width:740px){.product-grid.mobile-scroll{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 4px 8px}.product-grid.mobile-scroll::-webkit-scrollbar{display:none}.product-grid.mobile-scroll .product-card{flex:0 0 155px;scroll-snap-align:start}}.popular-badge{position:absolute;top:12px;left:12px;z-index:2;display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:999px;background:var(--gold);color:#fff;font-size:11px;font-weight:900;box-shadow:0 4px 12px #c58a2059}.popular-badge:before{content:"\2605";font-size:13px;line-height:1}@media(max-width:740px){.popular-badge{top:6px;left:6px;font-size:9px;padding:3px 7px}}.preorder-badge{position:absolute;top:12px;left:12px;background:var(--plum);color:#fff;font-size:12px;font-weight:800;padding:4px 10px;border-radius:999px;box-shadow:var(--shadow-sm)}.edu-perks{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 2px}.edu-perks span{font-size:12px;font-weight:600;color:var(--emerald);background:var(--soft);border-radius:999px;padding:3px 10px}.trust-bar{display:flex;flex-wrap:wrap;gap:14px;margin:4px 0 26px}.trust-item{display:flex;flex-direction:column;gap:2px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:12px 18px;box-shadow:var(--shadow-sm);text-decoration:none;min-width:150px}.trust-item strong{font-size:20px;color:var(--emerald)}.trust-item span{font-size:13px;color:var(--muted)}a.trust-item:hover{border-color:var(--gold)}.instructor-section{padding:18px 0}.instructor-shell{display:flex;gap:28px;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow-sm)}.instructor-photo{width:200px;height:200px;border-radius:20px;object-fit:contain;background:var(--soft);flex-shrink:0}.instructor-body{flex:1;min-width:0}.instructor-body blockquote{margin:14px 0 18px;padding-left:16px;border-left:4px solid var(--gold);font-style:italic;color:var(--ink)}.soul-test{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow-sm);max-width:720px;margin:0 auto}.soul-progress{font-size:13px;color:var(--muted);margin-bottom:8px}.soul-question{margin:0 0 18px}.soul-options{display:grid;gap:12px}.soul-option{text-align:left;padding:14px 18px;border:1px solid var(--line);border-radius:14px;background:var(--paper);font:inherit;cursor:pointer;transition:border-color .15s,transform .15s}.soul-option:hover{border-color:var(--gold);transform:translateY(-1px)}.soul-result-price{font-weight:800;color:var(--emerald);margin:10px 0}.soul-result-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}ul.detail-text,.detail-text{white-space:pre-line;list-style:none;padding:0;margin:8px 0 0;line-height:1.6;color:var(--ink)}.soul-extras{margin-top:18px;border-top:1px solid var(--line);padding-top:14px}.soul-extras-title{font-weight:600;color:var(--ink);margin:0 0 10px}.soul-extra{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;text-align:left;padding:11px 16px;margin-bottom:8px;border:1px solid var(--line);border-radius:12px;background:var(--paper);font:inherit;cursor:pointer;transition:border-color .15s,transform .15s}.soul-extra:hover{border-color:var(--gold);transform:translateY(-1px)}.soul-extra-add{color:var(--emerald);font-weight:700;white-space:nowrap}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.article-card{display:block;background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:22px;text-decoration:none;color:var(--ink);box-shadow:var(--shadow-sm);transition:border-color .15s,transform .15s}.article-card:hover{border-color:var(--gold);transform:translateY(-2px)}.article-card p{color:var(--muted)}.article-more{color:var(--emerald);font-weight:600}.faq-list{display:grid;gap:12px;max-width:820px}.faq-list details{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:4px 18px}.faq-list summary{cursor:pointer;font-weight:600;padding:14px 0;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";float:right;color:var(--gold);font-weight:800}.faq-list details[open] summary:after{content:"\2212"}.faq-list details p{margin:0 0 14px;color:var(--muted)}@media(max-width:740px){.instructor-shell{flex-direction:column;text-align:center;padding:22px}.instructor-body blockquote{text-align:left}.instructor-photo{width:150px;height:150px}.soul-test{padding:20px}}
