@font-face{font-family:Kanit;src:url('../assets/fonts/Kanit-Regular.ttf') format('truetype');font-weight:400;font-display:swap}@font-face{font-family:Kanit;src:url('../assets/fonts/Kanit-Medium.ttf') format('truetype');font-weight:500;font-display:swap}@font-face{font-family:Kanit;src:url('../assets/fonts/Kanit-Bold.ttf') format('truetype');font-weight:700;font-display:swap}
:root{--white:#fff;--cream:#dbd4cd;--brown:#69543f;--sand:#baaa95;--ink:#212121;--teal:#64c6c6;--paper:#f5f2ee;--muted:#6f6963;--line:rgba(33,33,33,.12);--shadow:0 24px 80px rgba(45,36,28,.12);--radius-xl:38px;--radius-lg:28px;--radius-md:20px;--shell:min(1420px,calc(100% - 64px));font-family:Kanit,Arial,sans-serif;color:var(--ink);background:var(--paper)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Kanit,Arial,sans-serif;font-weight:400;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.page-shell{width:var(--shell);margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:24px;top:-100px;z-index:1000;background:var(--ink);color:var(--white);padding:12px 18px;border-radius:999px}.skip-link:focus{top:18px}.eyebrow{display:block;font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--brown)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Kanit,Arial,sans-serif;font-weight:500;letter-spacing:-.035em}h1{font-size:clamp(58px,7.5vw,116px);line-height:.9}h2{font-size:clamp(42px,5.5vw,78px);line-height:.96}h3{font-size:clamp(26px,3vw,40px);line-height:1.05}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 26px;border-radius:999px;border:1px solid transparent;font-size:14px;font-weight:500;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.button:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(33,33,33,.16)}.button.primary{background:var(--ink);color:var(--white)}.button.secondary{background:rgba(255,255,255,.56);border-color:rgba(33,33,33,.18);color:var(--ink);backdrop-filter:blur(12px)}.button.ghost{border-color:rgba(255,255,255,.28);color:var(--white)}.button.dark{background:var(--ink);color:var(--white)}.teal-button{background:var(--teal);color:var(--ink)}.button-row{display:flex;gap:12px;flex-wrap:wrap}.texture-white{background:linear-gradient(rgba(255,255,255,.86),rgba(255,255,255,.86)),url('../assets/textures/texture-1.webp') center/cover}.texture-teal{background:linear-gradient(rgba(100,198,198,.78),rgba(100,198,198,.78)),url('../assets/textures/texture-3.webp') center/cover}.texture-dark{background:linear-gradient(rgba(33,33,33,.86),rgba(33,33,33,.86)),url('../assets/textures/texture-4.webp') center/cover;color:var(--white)}

/* Header */
.site-header{position:sticky;top:0;z-index:100;padding:14px 0;background:rgba(245,242,238,.76);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.header-shell{width:var(--shell);height:64px;margin:auto;padding:0 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:rgba(255,255,255,.8);border:1px solid rgba(33,33,33,.08);border-radius:22px;box-shadow:0 8px 30px rgba(33,33,33,.05)}.brand img{width:112px;height:auto}.desktop-nav,.utility-nav{display:flex;align-items:center;gap:28px}.desktop-nav a,.utility-nav a{font-size:12px;color:#514d48;transition:color .2s}.desktop-nav a:hover,.utility-nav a:hover{color:var(--ink)}.utility-nav{justify-self:end;gap:20px}.utility-nav span{display:inline-grid;place-items:center;min-width:18px;height:18px;border-radius:50%;background:var(--ink);color:var(--white);font-size:9px;margin-left:3px}.menu-toggle,.mobile-menu{display:none}

/* Home */
.home-hero{display:grid;grid-template-columns:1.03fr .97fr;gap:22px;padding:34px 0 76px;min-height:760px}.hero-product-card,.hero-content{border-radius:var(--radius-xl);overflow:hidden}.hero-product-card{position:relative;background:var(--ink);box-shadow:var(--shadow);min-height:680px}.hero-product-card img{width:100%;height:100%;object-fit:cover}.hero-reading{position:absolute;left:28px;bottom:28px;padding:16px 20px;border-radius:18px;background:rgba(33,33,33,.68);color:var(--white);backdrop-filter:blur(16px);display:flex;flex-direction:column}.hero-reading strong{font-size:32px;font-weight:400;color:var(--teal);line-height:1}.hero-reading span{font-size:9px;letter-spacing:.14em;text-transform:uppercase;margin-top:8px}.hero-content{padding:clamp(48px,7vw,110px);background:var(--cream);display:flex;flex-direction:column;justify-content:center;position:relative}.hero-content:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.22);right:-150px;top:-130px}.hero-content>*{position:relative;z-index:1}.hero-content h1{margin:34px 0 30px;max-width:720px}.hero-content>p{font-size:18px;line-height:1.75;max-width:590px;color:#5a5149}.hero-price{display:flex;align-items:end;gap:14px;margin:30px 0}.hero-price strong{font-size:42px;font-weight:500;line-height:1}.hero-price span{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.benefit-marquee{overflow:hidden;background:var(--ink);color:var(--white);padding:18px 0}.benefit-track{display:flex;width:max-content;animation:marquee 36s linear infinite}.benefit-group{display:flex;align-items:center}.benefit-group span{font-size:11px;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap}.benefit-group span:after{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--teal);margin:0 34px 2px}@keyframes marquee{to{transform:translateX(-50%)}}.statement-section,.collections,.vessel-home,.quality,.catalog-cta{padding-block:110px}.statement-card{min-height:600px;border-radius:var(--radius-xl);padding:clamp(50px,9vw,130px);display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end;box-shadow:var(--shadow)}.statement-card .eyebrow{grid-column:1/-1;align-self:start}.statement-card h2{font-size:clamp(52px,7vw,100px);max-width:850px;margin:0}.statement-card p{font-size:19px;color:var(--muted);max-width:460px}.section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end;margin-bottom:58px}.section-heading .eyebrow{grid-column:1/-1}.section-heading h2{margin:0}.section-heading>p{font-size:18px;color:var(--muted);max-width:540px}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.collection-card{min-height:530px;padding:34px;border-radius:var(--radius-lg);display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s,box-shadow .3s;overflow:hidden}.collection-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.collection-card.teal{background:var(--teal)}.collection-card.sand{background:var(--sand)}.collection-card.brown{background:var(--brown);color:var(--white)}.collection-number{font-size:clamp(86px,10vw,150px);font-weight:500;line-height:.8;letter-spacing:-.08em;opacity:.72}.collection-card h3{font-size:38px}.collection-card p{font-size:16px;max-width:390px}.collection-card small{text-transform:uppercase;letter-spacing:.14em}.vessel-home-card{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:var(--white);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow)}.vessel-home-image{min-height:700px;background:var(--ink)}.vessel-home-image img{width:100%;height:100%;object-fit:cover}.vessel-home-copy{padding:clamp(50px,7vw,105px);display:flex;flex-direction:column;justify-content:center}.vessel-home-copy .eyebrow{color:var(--teal)}.vessel-home-copy h2{margin:30px 0}.vessel-home-copy>p{font-size:17px;color:rgba(255,255,255,.65);line-height:1.8}.mini-specs,.quality-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:34px 0}.mini-specs span,.quality-stats span{display:flex;flex-direction:column;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.mini-specs b,.quality-stats b{font-size:28px;letter-spacing:-.02em;text-transform:none;margin-bottom:5px}.quality-card{padding:clamp(55px,8vw,110px);border-radius:var(--radius-xl);background:var(--sand);display:grid;grid-template-columns:1.1fr .9fr;gap:70px}.quality-card .eyebrow{grid-column:1/-1}.quality-card h2{margin:0}.quality-card>p{font-size:18px;color:#51483f}.quality-stats{grid-column:1/-1;margin-bottom:0}.quality-stats span{padding:24px;border-radius:18px;background:rgba(255,255,255,.3)}.quality-stats b{font-size:44px}.catalog-cta-card{min-height:560px;border-radius:var(--radius-xl);padding:clamp(54px,8vw,110px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;box-shadow:var(--shadow)}.catalog-cta-card h2{font-size:clamp(68px,9vw,130px);margin-bottom:20px}.catalog-cta-card p{font-size:19px;max-width:600px;margin-bottom:36px}

/* Catalog */
.catalog-hero{min-height:520px;padding:90px 0 70px;display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:end}.catalog-hero h1{margin:28px 0 0}.catalog-hero>p{font-size:19px;line-height:1.75;color:var(--muted);max-width:560px}.filter-shell{position:sticky;top:90px;z-index:40;padding:12px 0;background:rgba(245,242,238,.84);backdrop-filter:blur(18px)}.filter-row{display:flex;gap:8px;overflow:auto}.filter-row button{border:0;border-radius:999px;background:var(--white);padding:12px 20px;white-space:nowrap;color:var(--muted)}.filter-row button.is-active{background:var(--ink);color:var(--white)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:38px 0 90px}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 10px 34px rgba(33,33,33,.06);transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card[hidden]{display:none}.product-card-link{display:flex;flex-direction:column;height:100%}.product-image{position:relative;height:440px;display:grid;place-items:center;background:var(--cream);overflow:hidden}.product-image:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:rgba(255,255,255,.45)}.product-image>span{position:absolute;z-index:2;top:20px;left:22px;font-size:10px;text-transform:uppercase;letter-spacing:.13em}.product-image img{position:relative;z-index:1;width:78%;height:88%;object-fit:contain;transition:transform .35s}.product-card:hover .product-image img{transform:scale(1.035)}.product-copy{padding:26px;display:flex;flex-direction:column;flex:1}.product-meta{display:flex;justify-content:space-between;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--brown)}.product-copy h2{font-size:36px;margin:18px 0}.product-copy>p{color:var(--muted);font-size:15px;line-height:1.65}.strengths{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto;padding-top:18px}.strengths span{padding:6px 10px;border-radius:999px;background:var(--paper);font-size:10px}.product-copy>small{margin-top:24px;font-size:12px;font-weight:500}.ruo-panel{padding-bottom:70px;color:var(--muted);font-size:12px}

/* Vessel */
.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:34px 0 80px;min-height:720px}.product-hero-media,.product-hero-copy{border-radius:var(--radius-xl);overflow:hidden}.product-hero-media{background:var(--ink);min-height:680px}.product-hero-media img{width:100%;height:100%;object-fit:cover}.product-hero-copy{background:var(--cream);padding:clamp(50px,7vw,100px);display:flex;flex-direction:column;justify-content:center}.product-hero-copy h1{margin:32px 0}.product-hero-copy>p{font-size:20px;color:var(--muted)}.vessel-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding-bottom:110px}.vessel-stats span{padding:30px;border-radius:var(--radius-md);background:var(--white);display:flex;flex-direction:column;text-align:center;text-transform:uppercase;font-size:10px;letter-spacing:.12em}.vessel-stats b{font-size:34px;letter-spacing:-.03em;text-transform:none}.vessel-features{display:grid;gap:28px;padding-bottom:110px}.vessel-feature{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px;padding:28px;border-radius:var(--radius-xl);min-height:600px;overflow:hidden}.vessel-feature.reverse{grid-template-columns:1.15fr .85fr}.vessel-feature.reverse>div{grid-column:2;grid-row:1}.vessel-feature.reverse>img{grid-column:1;grid-row:1}.vessel-feature.cream{background:var(--cream)}.vessel-feature.brown{background:var(--brown);color:var(--white)}.vessel-feature.teal{background:var(--teal)}.vessel-feature>div{padding:clamp(35px,6vw,80px);display:flex;flex-direction:column;justify-content:center}.vessel-feature h2{margin:28px 0}.vessel-feature p{font-size:17px;line-height:1.8;max-width:520px}.vessel-feature img{width:100%;height:100%;object-fit:cover;border-radius:22px}.specifications{padding-bottom:110px}.specifications dl{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.specifications dl div{padding:24px;border-radius:18px;background:var(--white)}.specifications dt{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.specifications dd{font-size:20px;margin:10px 0 0}.reserve{padding-bottom:110px}.reserve-card{min-height:430px;border-radius:var(--radius-xl);padding:clamp(50px,8vw,100px);display:flex;justify-content:space-between;align-items:end}.reserve-card h2{font-size:100px;margin:20px 0}.reserve-card .eyebrow{color:var(--teal)}

/* Manifesto */
.manifesto-hero{padding:120px 0 100px;min-height:560px;display:flex;flex-direction:column;justify-content:center}.manifesto-hero h1{max-width:1100px;margin:30px 0 0}.manifesto-body{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding-bottom:110px}.manifesto-body article{min-height:430px;padding:clamp(34px,5vw,66px);border-radius:var(--radius-lg);background:var(--white);display:flex;flex-direction:column;justify-content:space-between}.manifesto-body article:nth-child(2){background:var(--cream)}.manifesto-body article:nth-child(3){background:var(--sand)}.manifesto-body article:nth-child(4){background:var(--teal)}.manifesto-body article:nth-child(5){background:var(--brown);color:var(--white)}.manifesto-body article:nth-child(6){background:var(--ink);color:var(--white)}.manifesto-body span{font-size:88px;font-weight:500;line-height:1}.manifesto-body p{font-size:22px;line-height:1.5}.principles{padding-bottom:110px}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.principle-grid article{min-height:300px;padding:32px;border-radius:var(--radius-lg);display:flex;flex-direction:column;justify-content:space-between}.principle-grid .cream{background:var(--cream)}.principle-grid .sand{background:var(--sand)}.principle-grid .brown{background:var(--brown);color:var(--white)}.principle-grid .teal{background:var(--teal)}.principle-grid .white{background:var(--white)}.principle-grid .dark{background:var(--ink);color:var(--white)}.principle-grid span{font-size:48px;font-weight:500}.principle-grid h3{font-size:32px}.manifesto-cta{padding-bottom:110px}.manifesto-cta>div{padding:clamp(50px,8vw,100px);border-radius:var(--radius-xl);background:var(--cream)}.manifesto-cta h2{max-width:1000px}

/* Journal */
.journal-hero{padding:110px 0 80px;display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end}.journal-hero h1{margin:30px 0 0}.journal-hero>p{font-size:19px;color:var(--muted)}.featured-story{display:grid;grid-template-columns:.9fr 1.1fr;background:var(--white);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow);margin-bottom:28px}.featured-image{min-height:650px;display:grid;place-items:center}.featured-image img{width:78%;height:82%;object-fit:contain;filter:drop-shadow(0 30px 28px rgba(33,33,33,.22))}.featured-copy{padding:clamp(50px,7vw,100px);display:flex;flex-direction:column;justify-content:center}.featured-copy h2{font-size:clamp(38px,4vw,60px);margin:28px 0}.featured-copy p{color:var(--muted);font-size:16px}.featured-copy>a{font-weight:500;margin-top:18px}.journal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding-bottom:110px}.journal-card{display:grid;grid-template-columns:.8fr 1.2fr;min-height:420px;border-radius:var(--radius-lg);overflow:hidden}.journal-card.cream{background:var(--cream)}.journal-card.sand{background:var(--sand)}.journal-card.brown{background:var(--brown);color:var(--white)}.journal-card.white{background:var(--white)}.journal-card.teal{background:var(--teal)}.journal-card-image{display:grid;place-items:center;background:rgba(255,255,255,.2)}.journal-card-image img{width:82%;height:80%;object-fit:contain}.journal-card>div:last-child{padding:34px}.journal-card span{font-size:10px;text-transform:uppercase;letter-spacing:.12em}.journal-card h3{font-size:29px;margin:18px 0}.journal-card p{font-size:14px;line-height:1.7}.subscribe-card{min-height:420px;border-radius:var(--radius-lg);padding:45px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.subscribe-card .eyebrow{color:var(--teal)}.subscribe-card h3{font-size:48px}.subscribe-card p{max-width:520px}.legal-panel{padding-bottom:90px;color:var(--muted);font-size:12px;max-width:900px;margin-left:max(32px,calc((100vw - 1420px)/2))}

/* Product detail */
.breadcrumb{display:flex;gap:12px;padding:34px 0 20px;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;padding-bottom:100px}.detail-image,.detail-copy{border-radius:var(--radius-xl)}.detail-image{min-height:720px;background:var(--cream);display:grid;place-items:center;position:relative;overflow:hidden}.detail-image:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.4)}.detail-image>img{position:relative;z-index:1;width:75%;height:78%;object-fit:contain}.detail-image>div{position:absolute;z-index:2;left:24px;bottom:24px;display:flex;gap:8px}.detail-image>div span{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.7);font-size:9px;text-transform:uppercase}.detail-copy{padding:clamp(50px,7vw,95px);background:var(--white);display:flex;flex-direction:column;justify-content:center}.detail-copy h1{font-size:clamp(58px,6.5vw,98px);margin:28px 0}.detail-copy .identity{font-size:22px;color:var(--brown)}.detail-copy>p{color:var(--muted);font-size:17px}.detail-price{display:flex;align-items:end;gap:14px;margin:22px 0}.detail-price strong{font-size:42px;font-weight:500}.detail-price span{font-size:12px;text-transform:uppercase;letter-spacing:.1em}.variant-label{font-size:10px;text-transform:uppercase;letter-spacing:.13em;margin-top:18px}.variant-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:12px 0 24px}.variant{border:1px solid var(--line);background:var(--paper);border-radius:16px;padding:14px;text-align:left;display:flex;justify-content:space-between}.variant.is-active{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.add-product{width:100%}.detail-info{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-bottom:100px}.detail-info dl{margin-top:30px}.detail-info dl div{display:grid;grid-template-columns:1fr 1.4fr;padding:16px 0;border-bottom:1px solid var(--line)}.detail-info dt{font-size:11px;text-transform:uppercase;color:var(--muted)}.detail-info dd{margin:0}.detail-info ul{padding:0;list-style:none;margin-top:30px}.detail-info li{font-size:24px;padding:20px 0;border-bottom:1px solid var(--line)}.ruo-text{font-size:12px!important}.related{padding-bottom:110px}.related>header{display:flex;justify-content:space-between;margin-bottom:25px}.related>div{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}

/* Legacy pages and forms */
.legacy-page main{width:var(--shell);margin:auto}.page-hero{padding:90px 0 60px}.page-hero h1{margin:28px 0}.hero-copy{max-width:650px;font-size:18px;color:var(--muted)}.protocol-block{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px;padding:55px 0;border-top:1px solid var(--line)}.protocol-block header{position:sticky;top:120px;align-self:start}.protocol-block h2{font-size:42px}.protocol-cards{display:grid;gap:14px}.protocol-cards article,.review-notice{padding:28px;border-radius:var(--radius-md);background:var(--white)}.protocol-cards h3{font-size:19px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;padding-bottom:100px}.contact-details,.form-panel{padding:42px;border-radius:var(--radius-lg);background:var(--white)}.contact-details>a{display:block;font-size:32px;margin:18px 0 36px}.contact-details dl div{padding:18px 0;border-top:1px solid var(--line)}.contact-details dt{font-size:11px;text-transform:uppercase}.contact-details dd{margin:6px 0}.form-panel{display:grid;gap:18px}.form-panel label{display:grid;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.form-panel input,.form-panel select,.form-panel textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:var(--paper);padding:14px 16px;color:var(--ink)}.form-panel button{border:0}.check-field{display:grid!important;grid-template-columns:auto 1fr!important;align-items:start}.check-field input{width:auto}.auth-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;padding:34px 0 100px}.auth-art,.auth-panel{border-radius:var(--radius-xl);min-height:680px;padding:55px}.auth-art{background:linear-gradient(rgba(105,84,63,.72),rgba(105,84,63,.72)),url('../assets/textures/texture-2.webp') center/cover;color:var(--white);display:flex;flex-direction:column;justify-content:flex-end}.auth-art img{width:180px}.auth-panel{background:var(--white);display:flex;flex-direction:column;justify-content:center}.auth-panel h1{font-size:68px}.auth-panel .form-panel{padding:20px 0;background:transparent}.dashboard{padding:80px 0}.dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.dashboard-stats article,.empty-state{padding:30px;border-radius:var(--radius-md);background:var(--white)}.dashboard-stats strong{display:block;font-size:42px}.empty-state{margin-top:15px}.cart-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;padding:70px 0 100px}.cart-items,.cart-summary{border-radius:var(--radius-lg);background:var(--white);padding:30px}.cart-item{display:grid;grid-template-columns:1fr auto auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}.cart-item h2{font-size:26px}.cart-remove{border:0;background:none}.cart-summary{align-self:start;position:sticky;top:110px}.cart-summary h2{font-size:36px}.cart-summary>div{display:flex;justify-content:space-between;padding:20px 0;border-block:1px solid var(--line)}.cart-summary .button{width:100%;margin-top:20px}.pending-panel{padding:50px;border-radius:var(--radius-lg);background:var(--white);margin:70px 0}

/* Footer */
.site-footer{background:var(--ink);color:var(--white);padding:80px max(32px,calc((100vw - 1420px)/2)) 28px}.footer-shell{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:60px}.footer-brand img{width:150px}.footer-brand p{max-width:320px;color:rgba(255,255,255,.55)}.site-footer h2{font-size:15px;letter-spacing:.1em}.site-footer a{display:block;font-size:13px;color:rgba(255,255,255,.65);margin:10px 0}.legal-copy{font-size:11px;color:rgba(255,255,255,.45);max-width:900px;margin:70px 0 28px}.footer-floor{display:flex;justify-content:space-between;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);font-size:10px;color:rgba(255,255,255,.45)}

@media(max-width:1100px){:root{--shell:min(100% - 40px,1420px)}.desktop-nav{gap:15px}.utility-nav{gap:12px}.home-hero,.product-hero{grid-template-columns:1fr 1fr}.hero-content{padding:50px}.product-grid{grid-template-columns:repeat(2,1fr)}.journal-card{grid-template-columns:1fr}.journal-card-image{min-height:260px}.collection-card{min-height:470px}.statement-card{grid-template-columns:1fr}.statement-card p{max-width:700px}.quality-card{grid-template-columns:1fr}.quality-stats{grid-column:auto}}
@media(max-width:800px){:root{--shell:calc(100% - 28px);--radius-xl:28px;--radius-lg:22px}.site-header{padding:8px 0}.header-shell{height:58px;padding:0 18px;grid-template-columns:1fr auto}.brand img{width:100px}.desktop-nav,.utility-nav{display:none}.menu-toggle{display:grid;width:38px;height:38px;border:0;background:transparent;place-content:center;gap:6px}.menu-toggle span:not(.sr-only){width:22px;height:1px;background:var(--ink)}.mobile-menu{position:absolute;display:none;left:14px;right:14px;top:74px;padding:20px;background:var(--white);border-radius:20px;box-shadow:var(--shadow)}.mobile-menu.is-open{display:grid}.mobile-menu a{padding:11px 4px;border-bottom:1px solid var(--line)}h1{font-size:clamp(52px,15vw,82px)}h2{font-size:clamp(40px,11vw,64px)}.home-hero,.product-hero,.statement-card,.section-heading,.vessel-home-card,.quality-card,.catalog-hero,.vessel-feature,.vessel-feature.reverse,.journal-hero,.featured-story,.product-detail,.detail-info,.protocol-block,.contact-grid,.auth-layout,.cart-layout{grid-template-columns:1fr}.home-hero,.product-hero{min-height:0}.hero-product-card,.product-hero-media{min-height:480px}.hero-content,.product-hero-copy{min-height:560px;padding:42px 28px}.hero-content h1{font-size:clamp(50px,13vw,70px)}.statement-section,.collections,.vessel-home,.quality,.catalog-cta{padding-block:72px}.statement-card{min-height:620px;padding:48px 28px;gap:28px}.collection-grid{grid-template-columns:1fr}.collection-card{min-height:410px}.vessel-home-image{min-height:500px}.vessel-home-copy{padding:48px 28px}.mini-specs,.quality-stats{grid-template-columns:1fr}.quality-card{padding:48px 28px;gap:30px}.catalog-cta-card{min-height:520px;padding:48px 28px}.catalog-hero{min-height:460px;padding-top:70px}.filter-shell{top:72px}.product-grid{grid-template-columns:1fr}.product-image{height:390px}.vessel-stats{grid-template-columns:1fr 1fr}.vessel-feature,.vessel-feature.reverse{padding:18px}.vessel-feature.reverse>div,.vessel-feature.reverse>img{grid-column:auto;grid-row:auto}.vessel-feature img{height:390px}.specifications dl{grid-template-columns:1fr}.reserve-card{align-items:flex-start;flex-direction:column;gap:35px}.manifesto-hero{min-height:480px;padding:80px 0}.manifesto-body,.principle-grid{grid-template-columns:1fr}.manifesto-body article{min-height:380px}.journal-hero{padding:80px 0 50px}.featured-image{min-height:460px}.featured-copy{padding:45px 28px}.journal-grid{grid-template-columns:1fr}.product-detail{padding-bottom:70px}.detail-image{min-height:520px}.detail-copy{padding:48px 28px}.detail-info{gap:60px}.related>div{grid-template-columns:1fr}.related .product-card:nth-child(n+2){display:none}.auth-art,.auth-panel{min-height:500px;padding:36px}.dashboard-stats{grid-template-columns:1fr}.footer-shell{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-floor{flex-direction:column;gap:8px}.benefit-track{animation-duration:26s}}
@media(max-width:480px){.button{width:100%}.button-row{display:grid;width:100%}.hero-product-card,.product-hero-media{min-height:390px}.hero-content,.product-hero-copy{min-height:520px}.hero-price strong{font-size:36px}.collection-number{font-size:100px}.collection-card h3{font-size:34px}.vessel-home-image{min-height:390px}.vessel-stats{grid-template-columns:1fr 1fr}.vessel-stats span{padding:20px 10px}.vessel-feature>div{padding:34px 12px}.vessel-feature img{height:310px}.reserve-card h2{font-size:78px}.manifesto-body span{font-size:68px}.manifesto-body p{font-size:19px}.principle-grid article{min-height:260px}.featured-image{min-height:390px}.journal-card>div:last-child{padding:28px}.detail-image{min-height:450px}.detail-image>div{left:14px;bottom:14px;flex-wrap:wrap}.detail-copy h1{font-size:54px}.variant-grid{grid-template-columns:1fr}.detail-info li{font-size:20px}.footer-shell{grid-template-columns:1fr}@media(prefers-reduced-motion:reduce){.benefit-track{animation:none}}}
/* Final viewport and form refinements */
@media(min-width:801px){.home-hero{padding:24px 0 60px;min-height:650px}.hero-product-card{min-height:610px}.hero-content{padding:clamp(42px,5.5vw,82px)}.hero-content h1{font-size:clamp(50px,5vw,74px);margin:22px 0 20px}.hero-content>p{font-size:16px;line-height:1.65}.hero-price{margin:20px 0}}
.form-panel button{background:var(--ink);color:var(--white)}
.filter-row{scrollbar-width:none;-ms-overflow-style:none}.filter-row::-webkit-scrollbar{display:none}
@media(prefers-reduced-motion:reduce){.benefit-track{animation:none}}

/* Final product detail cleanup */
.product-page .detail-info,
.product-page .related {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.product-page .detail-info::before,
.product-page .detail-info::after,
.product-page .related::before,
.product-page .related::after {
  content: none !important;
  display: none !important;
}
.product-page .detail-info .eyebrow,
.product-page .related>header .eyebrow {
  color: var(--better-green, #385640) !important;
}
.product-page .detail-info dt {
  color: rgba(56,86,64,.72) !important;
}
.product-page .detail-info dd,
.product-page .detail-info li,
.product-page .detail-info p,
.product-page .detail-info .ruo-text {
  color: var(--better-ink, #1f2419) !important;
}
.product-page .detail-info dl div,
.product-page .detail-info ul li {
  border-color: rgba(56,86,64,.22) !important;
}
.product-page .related>header {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
  padding-inline: 0 !important;
}
.product-page .related>header::before,
.product-page .related>header::after {
  content: none !important;
  display: none !important;
}
.product-page .related>header a {
  color: var(--better-ink, #1f2419) !important;
}
