:root{--brand: #0f766e;--brand-dark: #115e59;--brand-soft: #dff5ef;--accent: #f59e0b;--bg: var(--tg-theme-bg-color, #f5f7f5);--surface: var(--tg-theme-secondary-bg-color, #fff);--text: var(--tg-theme-text-color, #18312d);--muted: var(--tg-theme-hint-color, #667b76);--line: rgba(15, 118, 110, .14);--danger: #b42318;--radius: 22px}:root{--brand-text: var(--brand);--price-text: var(--brand-dark)}:root[data-theme=dark]{--brand-text: #7dd3c8;--price-text: #5eead4;--line: rgba(125, 211, 200, .2)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}button,a{font:inherit}button{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 45%,transparent);outline-offset:2px}.site-header{position:sticky;z-index:20;top:0;display:flex;align-items:center;justify-content:space-between;padding:12px max(18px,calc((100vw - 1120px)/2));background:color-mix(in srgb,var(--surface) 88%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.brand{display:flex;gap:10px;align-items:center;border:0;background:none;text-align:left;cursor:pointer;padding:0}.brand-logo{display:block;width:42px;height:42px;flex:0 0 auto;border-radius:14px;object-fit:cover;box-shadow:0 8px 20px #0712223d}.brand strong{display:block;font-size:15px}.brand small{display:block;color:var(--muted);font-size:11px}.cart-icon{position:relative;width:44px;height:44px;border:1px solid var(--line);background:var(--surface);border-radius:14px;cursor:pointer;font-size:20px}.cart-icon span{position:absolute;top:-5px;right:-5px;min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;border-radius:20px;background:var(--accent);color:#241800;font-size:11px;font-weight:900}.hero{max-width:1120px;min-height:330px;margin:22px auto 0;padding:clamp(32px,7vw,72px);display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;position:relative;border-radius:34px;color:#fff;background:radial-gradient(circle at 85% 25%,rgba(255,255,255,.22),transparent 22%),linear-gradient(135deg,#073b36,var(--brand) 60%,#0d9488)}.hero:after{content:"";position:absolute;width:240px;height:240px;right:-90px;bottom:-120px;border:35px solid rgba(255,255,255,.08);border-radius:50%}.hero h1{font-family:Georgia,serif;font-size:clamp(38px,7vw,68px);line-height:.98;letter-spacing:-2px;margin:10px 0 20px;max-width:720px}.hero p{max-width:570px;margin:0;color:#ffffffc7;font-size:clamp(15px,2vw,18px)}.eyebrow{color:var(--brand-text);font-size:11px;font-weight:900;letter-spacing:1.8px;text-transform:uppercase}.hero .eyebrow{color:#99f6e4}.hero-art{width:145px;height:145px;flex:0 0 auto;display:grid;place-content:center;text-align:center;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-art span{font-size:24px}.hero-art b{font:700 46px Georgia,serif}.hero-art small{opacity:.75}.content,.cart-page,.detail-page,.legal-page{max-width:1120px;margin:0 auto;padding:42px 8px 120px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px}.section-heading h2{margin:5px 0 0;font:700 clamp(30px,5vw,44px) Georgia,serif}.section-heading>span{color:var(--muted);font-size:13px}.filters{display:flex;gap:8px;overflow:auto;padding:22px 0 18px;scrollbar-width:none}.filters button{white-space:nowrap;padding:10px 16px;border-radius:99px;border:1px solid var(--line);background:var(--surface);cursor:pointer}.filters button.active{background:var(--brand);color:#fff;border-color:var(--brand)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:8px}.product-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 12px 35px #0f3c340f;transition:transform .18s,box-shadow .18s}.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px #0f3c341c}.product-image{display:block;width:100%;aspect-ratio:3/4;padding:0;position:relative;overflow:hidden;border:0;background:var(--brand-soft);cursor:pointer}.product-image img,.detail-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.product-card:hover img{transform:scale(1.025)}.product-type{display:block;height:14px;white-space:nowrap;color:var(--brand-text);font-size:10px;font-weight:800;line-height:14px;text-transform:uppercase;letter-spacing:.8px}.product-logo{width:100%;height:100%;object-fit:cover;display:block}.product-content{flex:1;display:flex;flex-direction:column;padding:14px}.product-description{display:block;width:100%;border:0;padding:0;margin:0 0 14px;background:none;text-align:left;cursor:pointer}.product-description p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:60px;margin:0;color:var(--text);font-size:13px;line-height:1.45}.product-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto}.product-price{display:block;border:0;padding:0;background:none;cursor:pointer}.product-price strong,.detail-buy>strong{font-size:20px;color:var(--price-text)}.per-unit{font-size:13px;font-weight:600;color:var(--muted)}.primary-button,.checkout-button,.add-button{border:0;border-radius:12px;background:var(--brand);color:#fff;padding:11px 16px;font-weight:800;cursor:pointer}.primary-button:hover,.checkout-button:hover,.add-button:hover{background:var(--brand-dark)}.quantity{display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:12px;padding:3px;background:var(--bg)}.quantity button{width:32px;height:32px;border:0;border-radius:9px;background:var(--surface);cursor:pointer;font-size:20px}.quantity strong{min-width:15px;text-align:center}.floating-cart{position:fixed;z-index:30;left:50%;bottom:16px;transform:translate(-50%);width:min(520px,calc(100% - 28px));display:flex;justify-content:space-between;align-items:center;border:0;border-radius:17px;padding:15px 18px;color:#fff;background:var(--brand);box-shadow:0 16px 42px #0f504659;cursor:pointer}.floating-cart b{display:inline-grid;place-items:center;min-width:24px;height:24px;margin-right:5px;border-radius:8px;color:var(--brand-dark);background:#fff}.back-button{border:0;padding:8px 0;margin-bottom:24px;color:var(--brand-text);background:none;cursor:pointer;font-weight:700}.detail-page{max-width:760px;padding-top:0}.detail-image{position:relative;width:min(420px,100%);margin:0 auto;aspect-ratio:3/4;overflow:hidden;border-radius:0 0 28px 28px;background:var(--brand-soft)}.back-float{position:absolute;z-index:2;left:12px;top:12px;width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:50%;background:#092f2b8c;color:#fff;font-size:20px;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.back-float:hover{background:#092f2bbf}.product-kind{display:inline-block;margin:24px 0 8px;color:var(--brand-text);font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:1px}.detail-page h1,.cart-page h1,.legal-page h1{margin:4px 0 14px;font:700 clamp(36px,7vw,58px) Georgia,serif;line-height:1.05}.curriculum-heading{margin:24px 0 4px;font:700 22px Georgia,serif}.benefits{display:grid;gap:10px;margin:25px 0;padding:20px;border-radius:18px;background:var(--brand-soft);color:#134e4a}.curriculum{list-style:none;counter-reset:lesson;margin:25px 0;padding:0;display:grid;gap:14px}.curriculum li{counter-increment:lesson;padding:16px 18px 16px 52px;border-radius:16px;background:var(--brand-soft);position:relative}.curriculum li:before{content:counter(lesson);position:absolute;left:16px;top:16px;width:24px;height:24px;border-radius:50%;background:var(--brand);color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}.curriculum strong{display:block;margin-bottom:4px;color:#134e4a}.curriculum p{margin:0;color:#3f6b64;font-size:14px}.detail-buy{display:flex;align-items:center;gap:12px;padding:20px 0;border-top:1px solid var(--line)}.detail-buy>strong{flex:0 0 auto;margin-left:auto;text-align:right}.detail-buy-add{flex:1;display:flex;justify-content:center}.detail-buy-add .add-button{width:100%;max-width:220px}.detail-buy-add .quantity{justify-content:center}.back-pill{flex:0 0 auto;padding:13px 18px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);font-weight:700;font-size:15px;cursor:pointer}.back-pill:hover{border-color:var(--brand);color:var(--brand-text)}.detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.detail-head h1{flex:1;min-width:0}.detail-head-add{flex:0 0 auto;padding-top:10px}.detail-head-add .quantity{gap:8px}.detail-buy .add-button,.detail-head-add .add-button{padding:13px 24px;font-size:15px}.fine-print{color:var(--muted);font-size:12px}.cart-page{max-width:800px}.cart-list{display:grid;gap:12px;margin:28px 0}.cart-item{display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:14px;padding:12px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.cart-item img{width:72px;height:72px;object-fit:cover;border-radius:13px}.cart-item h2{margin:0 0 5px;font-size:15px}.cart-item span{color:var(--brand-text);font-weight:800}.cart-summary{margin-left:auto;max-width:460px;padding:22px;border-radius:22px;background:var(--surface);border:1px solid var(--line)}.cart-summary>div{display:flex;justify-content:space-between;margin-bottom:12px}.cart-summary>div:nth-child(2){padding-top:14px;border-top:1px solid var(--line);font-size:20px}.checkout-button{width:100%;padding:15px;margin-top:8px}.cart-summary p{color:var(--muted);text-align:center;font-size:11px}.text-link{border:0;padding:0;background:none;color:var(--brand-text);text-decoration:underline;cursor:pointer}.empty-cart,.error-state,.loading{min-height:70vh;display:grid;place-content:center;justify-items:center;padding:30px;text-align:center}.empty-cart>span,.error-state>span{font-size:48px}.empty-cart p,.error-state p,.loading p{color:var(--muted)}.delivery-form{display:grid;gap:13px;margin:20px 0;padding:22px;border:1px solid var(--line);border-radius:22px;background:var(--surface)}.delivery-form h2,.delivery-form p{margin:0}.delivery-form p{color:var(--muted);font-size:13px}.delivery-form label{display:grid;gap:5px;font-size:12px;font-weight:800}.delivery-form input,.delivery-form textarea{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:11px;background:var(--bg);color:var(--text);font:inherit}.delivery-form textarea{min-height:82px;resize:vertical}.legal-page{max-width:760px}.legal-content{padding:26px;margin-top:25px;border:1px solid var(--line);border-radius:22px;background:var(--surface)}.legal-content p{color:var(--muted)}.legal-content h3{margin-top:28px}.legal-content a{color:var(--brand-text)}footer{padding:45px max(18px,calc((100vw - 1120px)/2));background:#092f2b;color:#fff}.footer-brand{display:flex;align-items:center;gap:16px}.footer-logo{width:64px;height:64px;border-radius:18px;object-fit:cover}.footer-brand p{max-width:420px;margin:4px 0 0;color:#fff9}.footer-brand strong{font:700 24px Georgia,serif}footer nav{display:flex;flex-wrap:wrap;gap:8px 22px;margin:26px 0}footer nav button{border:0;padding:0;color:#ffffffb8;background:none;cursor:pointer;font-size:13px}footer small{color:#ffffff6b}.loading-logo{width:112px;height:112px;border-radius:32px;object-fit:cover;box-shadow:0 18px 42px #07122238}.toast{position:fixed;z-index:50;top:76px;left:50%;transform:translate(-50%,-20px);padding:10px 16px;border-radius:12px;background:#092f2b;color:#fff;opacity:0;pointer-events:none;transition:.2s;box-shadow:0 8px 25px #0003}.toast.visible{opacity:1;transform:translate(-50%)}@media (max-width:800px){.hero{margin:12px 12px 0;min-height:360px;padding:35px 24px}.hero-art{display:none}}@media (max-width:540px){.site-header{padding:10px 14px}.brand small{display:none}.hero{min-height:330px;border-radius:25px}.hero h1{font-size:42px}.content{padding-top:32px}.detail-head h1{font-size:30px}.detail-head-add{padding-top:4px}.detail-head-add .add-button{padding:11px 18px;font-size:14px}.product-content{padding:12px}.product-price strong{font-size:16px}.product-footer{flex-direction:column;align-items:stretch;gap:8px}.product-footer .add-button,.product-footer .quantity{width:100%;justify-content:center}.section-heading>span{display:none}.cart-item{grid-template-columns:58px 1fr}.cart-item img{width:58px;height:58px}.cart-item .quantity{grid-column:1/-1;justify-self:end}.legal-content{padding:20px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
