:root{--bg: #f8f6f2;--bg-alt: #f7f4ef;--surface: rgba(255, 255, 255, .78);--surface-strong: rgba(255, 255, 255, .92);--text: #1b1a18;--muted: #6e685f;--line: rgba(27, 26, 24, .08);--accent: #d8c1ae;--accent-deep: #b88f71;--warm-accent: #c98a48;--warm-accent-soft: #f0ddc8;--shadow: 0 18px 50px rgba(28, 23, 18, .09);--shadow-strong: 0 18px 48px rgba(38, 24, 15, .12);--radius-xl: 32px;--radius-lg: 28px;--radius-md: 18px;--radius-sm: 14px;--site-width: 1280px;--nav-height: 84px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--site-width: 1020px;--header-width: 1200px}main{max-width:var(--site-width);margin:0 auto}.topbar{max-width:var(--header-width);margin:0 auto;padding:20px 24px;display:flex;align-items:center;justify-content:space-between}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}img{display:block;width:100%;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}#root,.page-shell{min-height:100vh}.site-width,.section{width:min(calc(100% - 32px),var(--site-width));margin-left:auto;margin-right:auto}.eyebrow{margin:0 0 14px;color:var(--accent-deep);font-size:.83rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700}.section-title{margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;letter-spacing:-.04em}.lead{color:var(--muted);line-height:1.75;font-size:1.05rem}.card{background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow)}.topbar{width:min(calc(100% - 32px),var(--site-width));margin:20px auto 0;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;position:sticky;top:14px;z-index:50;background:#ffffffb8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.66);border-radius:999px;box-shadow:var(--shadow)}.brand,.footer-brand{font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.nav a:hover,.footer-links a:hover{color:var(--text)}.nav-cta,.btn,.how-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:999px;font-weight:600;font-size:.98rem;transition:transform .2s ease,opacity .2s ease,background .2s ease,border-color .2s ease}.nav-cta:hover,.btn:hover,.how-btn:hover{transform:translateY(-1px)}.nav-cta{min-height:48px;padding:0 18px;background:#fff;color:var(--text);border:1px solid var(--line)}.btn-dark,.how-btn-dark{background:var(--text);color:#fff;border:1px solid transparent}.btn-light,.how-btn-light{background:#ffffffd9;color:var(--text);border:1px solid var(--line)}.hero{width:min(calc(100% - 32px),var(--site-width));margin:18px auto 0;min-height:calc(100vh - 120px);display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:stretch}.hero-media{position:relative;min-height:780px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.hero-media img{height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#ffffff1f,#ffffff05 30%,#18120e26)}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:48px clamp(22px,4vw,56px);background:radial-gradient(circle at top left,rgba(216,193,174,.35),transparent 36%),var(--surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.65);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.hero-content h1{margin:0;font-size:clamp(3rem,6vw,5.4rem);line-height:.95;letter-spacing:-.05em;max-width:10ch}.hero-copy{margin:24px 0 0;max-width:560px;font-size:1.1rem;line-height:1.75;color:var(--muted)}.hero-actions{margin-top:34px;display:flex;flex-wrap:wrap;gap:14px}.hero-note{margin-top:28px;color:var(--muted);font-size:.95rem;line-height:1.7;max-width:48ch}.intro-strip{width:min(calc(100% - 32px),var(--site-width));margin:24px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.intro-card{padding:28px;border-radius:var(--radius-md);background:var(--surface-strong);border:1px solid var(--line);box-shadow:var(--shadow)}.intro-label{display:inline-block;margin-bottom:12px;font-weight:700;font-size:.88rem;letter-spacing:.08em;text-transform:uppercase}.intro-card p,.feature-card p,.split-copy p,.step p{margin:0;color:var(--muted);line-height:1.75}.content-section,.split-section,.statement-section,.footer{width:min(calc(100% - 32px),var(--site-width));margin-left:auto;margin-right:auto}.content-section{padding:108px 0 40px}.section-heading{max-width:800px;margin-bottom:34px}.section-heading h2,.split-copy h2,.statement-section h2{margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;letter-spacing:-.04em}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.feature-card{padding:34px;border-radius:24px;background:#ffffffd1;border:1px solid var(--line);box-shadow:var(--shadow)}.feature-card h3{margin:0 0 12px;font-size:1.2rem}.split-section{padding:72px 0;display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center}.split-copy{padding-right:18px}.split-copy p+p{margin-top:18px}.steps-card{padding:34px;border-radius:28px;background:linear-gradient(180deg,#fffffff2,#f8f4eff2);border:1px solid var(--line);box-shadow:var(--shadow)}.step{display:grid;grid-template-columns:70px 1fr;gap:18px;align-items:start;padding:18px 0;border-top:1px solid var(--line)}.step:first-child{padding-top:0;border-top:0}.step span{font-size:1.4rem;font-weight:700;color:var(--accent-deep)}.statement-section{margin-top:28px;margin-bottom:60px;padding:64px clamp(22px,5vw,56px);border-radius:32px;background:linear-gradient(135deg,#d8c1ae59,#ffffffeb);border:1px solid var(--line);text-align:center;box-shadow:var(--shadow)}.statement-section h2{max-width:900px;margin:0 auto 28px}.how-page{min-height:100vh;padding-bottom:60px;background:var(--bg-alt)}.how-hero,.how-intro,.how-steps,.how-details,.how-cta{width:min(calc(100% - 32px),var(--site-width));margin-left:auto;margin-right:auto}.how-hero{position:relative;min-height:92vh;margin-top:18px;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-strong);display:flex;align-items:flex-end}.how-hero-image{position:absolute;inset:0;height:100%;object-fit:cover}.how-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0f0a0614,#160e083d 35%,#0e0805b8)}.how-hero-content{position:relative;z-index:2;max-width:760px;padding:clamp(28px,5vw,64px);color:#fff}.how-eyebrow,.how-section-label{margin:0 0 14px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em}.how-eyebrow{color:#ffe9d1eb}.how-section-label{color:var(--warm-accent)}.how-hero-content h1,.how-intro-copy h2,.how-steps-header h2,.how-details-copy h2,.how-cta h2{margin:0;line-height:.98;letter-spacing:-.04em}.how-hero-content h1{font-size:clamp(3rem,6vw,5.7rem);max-width:11ch}.how-hero-copy{margin:22px 0 0;max-width:620px;font-size:1.08rem;line-height:1.75;color:#fff5ece0}.how-intro{padding:72px 0 24px;display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:start}.how-intro-copy{padding-right:14px}.how-intro-copy p{margin:18px 0 0;color:var(--muted);line-height:1.8}.how-intro-card{padding:30px;background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.how-intro-card h3,.how-details-panel h3{margin:0 0 18px;font-size:1.2rem}.how-intro-card ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.9}.how-steps{padding:56px 0 24px}.how-steps-header{max-width:760px;margin-bottom:26px}.how-steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.how-step-card{padding:30px;background:var(--surface-strong);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.how-step-number{display:inline-block;margin-bottom:16px;font-size:.95rem;font-weight:700;color:var(--warm-accent);letter-spacing:.14em}.how-step-card h3{margin:0 0 12px;font-size:1.2rem}.how-step-card p{margin:0;color:var(--muted);line-height:1.8}.how-details{padding:56px 0 24px;display:grid;grid-template-columns:1fr .95fr;gap:24px;align-items:start}.how-details-copy p{margin:18px 0 0;color:var(--muted);line-height:1.8}.how-details-panel{padding:30px;background:linear-gradient(180deg,#fffffff2,#f8f4eff2);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.how-detail-row{display:grid;grid-template-columns:160px 1fr;gap:14px;padding:16px 0;border-top:1px solid var(--line)}.how-detail-row:first-of-type{border-top:0;padding-top:0}.how-detail-row strong{color:var(--text)}.how-detail-row span{color:var(--muted);line-height:1.7}.how-cta{margin-top:28px;margin-bottom:40px;padding:56px clamp(22px,5vw,56px);text-align:center;border-radius:var(--radius-xl);background:linear-gradient(135deg,#f0ddc8e0,#fffffff0);border:1px solid var(--line);box-shadow:var(--shadow)}.how-cta h2{max-width:900px;margin:0 auto 18px}.how-cta p{max-width:720px;margin:0 auto;color:var(--muted);line-height:1.8}.how-cta-actions{margin-top:28px;display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.footer{padding:10px 0 40px;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-links{display:flex;flex-wrap:wrap;gap:22px;color:var(--muted)}@media(max-width:1100px){.hero{grid-template-columns:1fr;min-height:auto}.hero-media{min-height:620px}.intro-strip,.feature-grid,.split-section,.how-intro,.how-steps-grid,.how-details{grid-template-columns:1fr}.split-copy,.how-intro-copy{padding-right:0}}@media(max-width:820px){.topbar{border-radius:28px;padding:16px 18px;flex-wrap:wrap;justify-content:center}.nav{width:100%;justify-content:center;flex-wrap:wrap;gap:16px}.hero-content,.how-hero-content{padding:32px 22px}.hero-media{min-height:520px}.how-hero{min-height:72vh}.content-section{padding-top:72px}.feature-card,.intro-card,.steps-card,.how-intro-card,.how-step-card,.how-details-panel{padding:24px}.footer{flex-direction:column;align-items:flex-start}.how-detail-row{grid-template-columns:1fr;gap:4px}}@media(max-width:560px){.topbar{margin-top:14px;width:min(calc(100% - 20px),var(--site-width))}.hero,.intro-strip,.content-section,.split-section,.statement-section,.footer,.how-hero,.how-intro,.how-steps,.how-details,.how-cta{width:min(calc(100% - 20px),var(--site-width))}.hero-content h1,.how-hero-content h1{max-width:100%}.hero-media{min-height:420px}.how-hero{min-height:62vh}.hero-actions,.how-cta-actions{flex-direction:column}.btn,.nav-cta,.how-btn{width:100%}.step{grid-template-columns:56px 1fr}.how-step-card,.how-intro-card,.how-details-panel{border-radius:20px}}.contact-page{background:var(--bg-alt);padding-bottom:60px}.contact-hero{position:relative;min-height:80vh;border-radius:var(--radius-xl);overflow:hidden;margin:18px auto;width:min(calc(100% - 32px),var(--site-width));box-shadow:var(--shadow)}.contact-hero-image{position:absolute;inset:0;height:100%;object-fit:cover}.contact-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0003,#000000a6)}.contact-hero-content{position:relative;z-index:2;padding:clamp(30px,5vw,70px);max-width:720px;color:#fff}.contact-eyebrow{letter-spacing:.2em;text-transform:uppercase;font-size:.8rem;margin-bottom:12px;color:#ffffffe6}.contact-hero-content h1{font-size:clamp(3rem,6vw,5rem);margin:0}.contact-hero-copy{margin-top:20px;font-size:1.1rem;line-height:1.7;max-width:500px;color:#ffffffd9}.contact-section{width:min(calc(100% - 32px),var(--site-width));margin:80px auto}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.contact-info h2{font-size:2.2rem;margin-top:6px}.contact-info p{color:var(--muted);line-height:1.8}.contact-details{margin-top:32px}.contact-details div{margin-bottom:22px}.contact-details strong{display:block;font-weight:600}.contact-form{background:var(--surface-strong);padding:34px;border-radius:20px;border:1px solid var(--line);box-shadow:var(--shadow)}.form-row{display:flex;flex-direction:column;margin-bottom:20px}.form-row label{font-size:.9rem;margin-bottom:6px}.form-row input,.form-row textarea{padding:12px;border-radius:10px;border:1px solid var(--line);font-size:.95rem}.form-row input:focus,.form-row textarea:focus{outline:none;border-color:var(--accent-deep)}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}.contact-hero{min-height:60vh}}.logo{height:72px;width:auto;display:block;object-fit:contain}.product-page{background:var(--bg);padding-bottom:60px}.product-hero,.product-overview,.product-features,.product-split,.product-use-cases,.product-cta{width:min(calc(100% - 32px),var(--site-width));margin-left:auto;margin-right:auto}.product-hero{margin-top:18px;display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;align-items:stretch}.product-hero-copy{padding:48px clamp(22px,4vw,56px);background:radial-gradient(circle at top left,rgba(216,193,174,.35),transparent 36%),var(--surface);border:1px solid rgba(255,255,255,.65);border-radius:var(--radius-lg);box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:center}.product-eyebrow,.product-section-label{margin:0 0 14px;color:var(--accent-deep);font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700}.product-hero-copy h1,.product-section-heading h2,.product-overview-card h2,.product-split-copy h2,.product-cta h2{margin:0;line-height:.98;letter-spacing:-.04em}.product-hero-copy h1{font-size:clamp(3rem,6vw,5.2rem);max-width:10ch}.product-lead{margin:22px 0 0;color:var(--muted);line-height:1.8;font-size:1.06rem;max-width:56ch}.product-hero-actions,.product-cta-actions{margin-top:28px;display:flex;gap:14px;flex-wrap:wrap}.product-badges{margin-top:26px;display:flex;flex-wrap:wrap;gap:10px}.product-badges span{padding:10px 14px;border-radius:999px;background:#ffffffe6;border:1px solid var(--line);color:var(--muted);font-size:.9rem}.product-hero-media{position:relative;min-height:760px;overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.product-hero-media img{height:100%;object-fit:cover}.product-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#ffffff0f,#18120e1f)}.product-overview{padding:72px 0 24px;display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:start}.product-overview-card{padding:34px;background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.product-overview-card p:last-child{margin:18px 0 0;color:var(--muted);line-height:1.8}.product-overview-points{display:grid;gap:16px}.product-point{padding:24px 26px;background:var(--surface-strong);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.product-point strong{display:block;margin-bottom:6px;font-size:1rem}.product-point span{color:var(--muted);line-height:1.7}.product-features{padding:56px 0 24px}.product-section-heading{max-width:760px;margin-bottom:26px}.product-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-feature-card{padding:28px;background:var(--surface-strong);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.product-feature-card h3{margin:0 0 10px;font-size:1.12rem}.product-feature-card p{margin:0;color:var(--muted);line-height:1.75}.product-split{padding:56px 0 24px;display:grid;grid-template-columns:1fr .95fr;gap:24px;align-items:start}.product-split-copy p:last-child{margin-top:18px;color:var(--muted);line-height:1.8}.product-info-card{padding:30px;background:linear-gradient(180deg,#fffffff2,#f8f4eff2);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.product-info-row{display:grid;grid-template-columns:150px 1fr;gap:14px;padding:16px 0;border-top:1px solid var(--line)}.product-info-row:first-child{padding-top:0;border-top:0}.product-info-row span{color:var(--muted);line-height:1.7}.product-use-cases{padding:56px 0 24px}.product-use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-use-card{padding:24px;background:var(--surface-strong);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);font-weight:600}.product-cta{margin-top:28px;margin-bottom:40px;padding:56px clamp(22px,5vw,56px);text-align:center;border-radius:var(--radius-xl);background:linear-gradient(135deg,#d8c1ae52,#fffffff0);border:1px solid var(--line);box-shadow:var(--shadow)}.product-cta h2{max-width:820px;margin:0 auto 16px}.product-cta p{max-width:680px;margin:0 auto;color:var(--muted);line-height:1.8}@media(max-width:1100px){.product-hero,.product-overview,.product-split,.product-feature-grid,.product-use-grid{grid-template-columns:1fr}.product-hero-media{min-height:560px}}@media(max-width:820px){.product-hero-copy,.product-overview-card,.product-feature-card,.product-info-card,.product-use-card{padding:24px}.product-info-row{grid-template-columns:1fr;gap:4px}}@media(max-width:560px){.product-hero,.product-overview,.product-features,.product-split,.product-use-cases,.product-cta{width:min(calc(100% - 20px),var(--site-width))}.product-hero-actions,.product-cta-actions{flex-direction:column}.product-hero-copy h1{max-width:100%}.product-hero-media{min-height:420px}}.shop-page{background:var(--bg);padding-bottom:60px}.shop-hero,.shop-info,.shop-cta{width:min(calc(100% - 32px),var(--site-width));margin-left:auto;margin-right:auto}.shop-hero{margin-top:18px;display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;align-items:stretch}.shop-hero-copy{padding:48px clamp(22px,4vw,56px);background:radial-gradient(circle at top left,rgba(216,193,174,.35),transparent 36%),var(--surface);border:1px solid rgba(255,255,255,.65);border-radius:var(--radius-lg);box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:center}.shop-eyebrow,.shop-section-label{margin:0 0 14px;color:var(--accent-deep);font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700}.shop-hero-copy h1,.shop-card h2,.shop-cta h2{margin:0;line-height:.98;letter-spacing:-.04em}.shop-hero-copy h1{font-size:clamp(3rem,6vw,5rem)}.shop-lead{margin:22px 0 0;color:var(--muted);line-height:1.8;font-size:1.06rem;max-width:54ch}.shop-actions{margin-top:28px;display:flex;gap:14px;flex-wrap:wrap}.shop-actions-center{justify-content:center}.shop-hero-media{min-height:700px;overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.shop-hero-image{height:100%;object-fit:cover}.shop-info{padding:72px 0 24px}.shop-card{padding:34px;background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);margin-bottom:24px}.shop-card p:last-child{margin:18px 0 0;color:var(--muted);line-height:1.8}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.shop-feature-card{padding:28px;background:var(--surface-strong);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.shop-feature-card h3{margin:0 0 10px;font-size:1.12rem}.shop-feature-card p{margin:0;color:var(--muted);line-height:1.75}.shop-cta{margin-top:28px;margin-bottom:40px;padding:56px clamp(22px,5vw,56px);text-align:center;border-radius:var(--radius-xl);background:linear-gradient(135deg,#d8c1ae52,#fffffff0);border:1px solid var(--line);box-shadow:var(--shadow)}.shop-cta h2{max-width:820px;margin:0 auto 16px}.shop-cta p{max-width:680px;margin:0 auto;color:var(--muted);line-height:1.8}@media(max-width:1100px){.shop-hero,.shop-grid{grid-template-columns:1fr}.shop-hero-media{min-height:520px}}@media(max-width:820px){.shop-hero-copy,.shop-card,.shop-feature-card{padding:24px}}@media(max-width:560px){.shop-hero,.shop-info,.shop-cta{width:min(calc(100% - 20px),var(--site-width))}.shop-actions{flex-direction:column}.shop-hero-media{min-height:420px}}.header-shell{position:sticky;top:14px;z-index:60;padding-top:18px}.topbar{width:min(calc(100% - 32px),var(--header-width));margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#ffffffb8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.66);border-radius:999px;box-shadow:var(--shadow)}.brand{display:flex;align-items:center;flex-shrink:0}.logo{height:30px;width:auto;display:block;object-fit:contain}.nav{display:flex;align-items:center;gap:28px;color:var(--muted);font-size:.95rem}.nav a,.mobile-nav a{position:relative}.nav a.active,.mobile-nav a.active{color:var(--text)}.nav a.active:after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:2px;border-radius:999px;background:var(--accent-deep)}.header-actions{display:flex;align-items:center;gap:12px}.nav-cta{min-height:48px;padding:0 18px;background:#fff;color:var(--text);border:1px solid var(--line);border-radius:999px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease,border-color .2s ease}.nav-cta:hover{transform:translateY(-1px)}.menu-toggle{display:none;width:46px;height:46px;padding:0;border:1px solid var(--line);border-radius:999px;background:#ffffffeb;align-items:center;justify-content:center;cursor:pointer;flex-direction:column;gap:5px}.menu-toggle span{display:block;width:18px;height:2px;border-radius:999px;background:var(--text);transition:transform .2s ease,opacity .2s ease}.menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;width:min(calc(100% - 32px),var(--header-width));margin:12px auto 0;padding:10px;background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.7);border-radius:28px;box-shadow:var(--shadow)}.mobile-menu.is-open{display:block}.mobile-nav{display:flex;flex-direction:column;gap:6px}.mobile-nav a{padding:14px 16px;border-radius:16px;color:var(--text);font-weight:500;transition:background .2s ease}.mobile-nav a:hover,.mobile-nav a.active{background:#d8c1ae2e}.mobile-shop-link{margin-top:6px;background:var(--text);color:#fff!important;text-align:center}.mobile-shop-link:hover,.mobile-shop-link.active{background:var(--text)}@media(max-width:900px){.nav-desktop,.nav-cta-desktop{display:none}.menu-toggle{display:inline-flex}.topbar{padding:14px 16px}.logo{height:28px}}@media(min-width:901px){.mobile-menu{display:none!important}}@media(max-width:560px){.topbar,.mobile-menu{width:min(calc(100% - 20px),var(--header-width))}.header-shell{top:10px;padding-top:10px}}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.brand-text{font-weight:600;font-size:1.05rem;color:var(--text);letter-spacing:-.01em}.logo{height:30px;width:auto;object-fit:contain}@media(max-width:600px){.brand-text{font-size:.95rem}.logo{height:26px}}.site-footer{width:min(calc(100% - 32px),var(--header-width));margin:40px auto 24px;padding:28px 28px 18px;background:#ffffffd1;border:1px solid rgba(255,255,255,.68);border-radius:32px;box-shadow:var(--shadow)}.site-footer-inner{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:28px}.footer-brand-block{max-width:360px}.footer-brand{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px}.footer-logo{height:28px;width:auto;display:block;object-fit:contain}.footer-brand-text{font-size:1rem;font-weight:600;color:var(--text);letter-spacing:-.01em}.footer-copy{margin:0;color:var(--muted);line-height:1.75}.footer-links-group{display:flex;flex-direction:column;gap:10px}.footer-heading{margin-bottom:4px;font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-deep)}.footer-links-group a,.footer-links-group span{color:var(--muted)}.footer-links-group a:hover{color:var(--text)}.site-footer-bottom{margin-top:24px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:.92rem}@media(max-width:900px){.site-footer-inner{grid-template-columns:1fr}}@media(max-width:560px){.site-footer{width:min(calc(100% - 20px),var(--header-width));padding:22px 20px 16px;border-radius:24px}.footer-logo{height:24px}.footer-brand-text{font-size:.95rem}}.contact-success{max-width:var(--site-width);margin:0 auto 30px;padding:16px 20px;border-radius:14px;background:#e9f8ef;border:1px solid #bde5c8;color:#256a3c;font-weight:500}
