:root{--ink:#ecf5f7;--bg:#080d13;--surface:#111923;--muted:#9aaab7;--line:#27313b;--cyan:#52e2f3;--gold:#bc9e53;--font:'DM Sans',sans-serif;--display:'Barlow Condensed',sans-serif;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.6 var(--font)}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}h1,h2,h3,p{margin:0}h1,h2{line-height:.97;font-weight:700}p{color:var(--muted)}.wrap{width:min(1360px,calc(100% - 96px));margin:auto}.announcement{padding:8px 15px;text-align:center;background:var(--cyan);color:#061d25;font-size:12px;letter-spacing:1.4px;font-weight:700}.site-header{position:sticky;top:0;background:var(--bg);z-index:10;border-bottom:1px solid var(--line)}.nav-row{height:94px;display:flex;align-items:center;justify-content:space-between;gap:25px}.logo{display:block;width:135px;flex-shrink:0}.logo img{width:135px;height:84px;object-fit:contain}.nav-links{display:flex;gap:32px;align-items:center;font-size:14px}.nav-links a:hover{color:var(--cyan)}.nav-actions{display:flex;gap:18px;align-items:center}.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:none;border:0;min-width:44px;min-height:44px;padding:5px;font-size:14px}.icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5}.cart-count{display:inline-grid;place-items:center;border-radius:50%;background:var(--cyan);color:#102330;font-size:12px;width:20px;height:20px}.menu-button{display:none}.eyebrow{font:600 12px/1.6 var(--font);letter-spacing:2.4px;text-transform:uppercase;color:var(--cyan);display:flex;gap:12px;align-items:center}.eyebrow:before{content:'';height:1px;width:25px;background:var(--gold)}.hero{position:relative;overflow:hidden}.hero-grid{min-height:640px;display:grid;grid-template-columns:1fr 1fr;align-items:center}.hero-copy{padding:64px 0;position:relative;z-index:2}.hero h1{font-family:var(--display);font-size:clamp(76px,7.8vw,124px);text-transform:uppercase;letter-spacing:-2px;margin:24px 0}.performance .hero h1{font-style:italic}.hero h1 em{font-style:inherit;color:var(--cyan)}.hero-copy>p{font-size:16px;max-width:380px;line-height:1.8}.cta-row{display:flex;align-items:center;gap:27px;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;padding:15px 24px;min-height:52px;background:var(--cyan);color:#061b26;border:1px solid transparent;font-size:14px;font-weight:700;transition:transform .2s,background .2s}.button:hover{background:#a1f4ff;transform:translateY(-2px)}.text-link{font-size:14px;border-bottom:1px solid var(--gold);padding:8px 0}.hero-art{position:relative;align-self:stretch;display:grid;align-items:center}.hero-art img{width:100%;height:100%;max-height:700px;object-fit:cover}.performance .hero-art{margin-left:-40px;margin-right:-48px}.performance .hero-art:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--bg),transparent 25%);pointer-events:none}.image-note{position:absolute;bottom:20px;right:24px;z-index:2;font-size:12px;letter-spacing:1.2px;text-transform:uppercase;color:#bdd0d8}.hero-foot{margin-top:44px;display:flex;gap:30px;font-size:12px;color:var(--muted)}.hero-foot span{display:flex;align-items:center;gap:8px}.hero-foot i{height:5px;width:5px;background:var(--gold);transform:rotate(45deg)}.ticker{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-evenly;padding:22px;gap:20px;font-size:12px;letter-spacing:2px;color:#c4d3db}.ticker b{color:var(--gold);font-size:18px;font-weight:400}.shop-section{padding:74px 0 80px;scroll-margin-top:80px}.section-top{display:flex;align-items:end;justify-content:space-between;gap:20px}.section-top h2{font-family:var(--display);font-size:54px;text-transform:uppercase;letter-spacing:-.6px;margin-top:12px}.section-top p{font-size:14px}.filters{display:flex;gap:8px;flex-wrap:wrap;margin:30px 0}.filter{font-size:14px;border:1px solid var(--line);background:transparent;border-radius:2px;padding:9px 19px;min-height:44px;color:var(--muted)}.filter.active{background:var(--ink);color:var(--bg);border-color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{min-width:0}.product-picture{position:relative;background:var(--surface);overflow:hidden;aspect-ratio:1.15}.product-picture>button{width:100%;height:100%;border:0;padding:0;background:transparent}.product-picture img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.product-picture:hover img{transform:scale(1.035)}.tag{position:absolute;top:15px;left:15px;padding:5px 9px;font-size:12px;letter-spacing:.6px;background:#101c25;color:#c3e6ed;pointer-events:none}.product-meta{padding:19px 0;display:flex;justify-content:space-between;gap:12px}.product-meta h3{font-size:19px;font-weight:600}.product-meta p{font-size:12px;margin-top:3px}.product-price{font-size:15px;font-weight:600;white-space:nowrap}.add-button{background:none;border:1px solid var(--line);width:100%;min-height:46px;text-align:center;font-size:14px;display:flex;justify-content:space-between;align-items:center;padding:10px 15px}.add-button:hover{background:var(--cyan);border-color:var(--cyan);color:#071924}.philosophy{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:64px 0}.philosophy-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.philosophy h2{font-family:var(--display);font-size:56px;text-transform:uppercase;margin:15px 0}.philosophy p{max-width:530px}.principles{display:grid;gap:24px}.principle{display:grid;grid-template-columns:35px 1fr;gap:15px}.principle>span{color:var(--gold);font-size:13px}.principle h3{font-size:17px;margin-bottom:6px}.principle p{font-size:14px}.faq{padding:65px 0;display:grid;grid-template-columns:1fr 1.3fr;gap:70px}.faq h2{font-family:var(--display);font-size:48px;text-transform:uppercase}.faq details{padding:18px 0;border-bottom:1px solid var(--line);font-size:14px}.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:10px}.faq summary:after{content:'+';color:var(--gold)}.faq details[open] summary:after{content:'−'}.faq details p{margin-top:14px}.site-footer{border-top:1px solid var(--line);padding:30px 0}.footer-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand{font-size:18px;letter-spacing:5px;font-weight:600}.site-footer p{font-size:12px;max-width:440px;text-align:right}.skip{position:fixed;left:15px;top:-60px;background:var(--cyan);color:#061b26;padding:10px 20px;z-index:100}.skip:focus{top:10px}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);opacity:0;pointer-events:none;z-index:100;background:var(--cyan);color:#061b26;padding:13px 22px;border-radius:5px;font-size:14px;box-shadow:0 5px 30px #0003;transition:.2s;max-width:calc(100% - 30px);text-align:center}.toast.visible{opacity:1;transform:translate(-50%,0)}dialog{background:var(--bg);color:var(--ink);border:1px solid var(--line);padding:32px;width:min(700px,calc(100% - 32px));max-height:88dvh;overflow:auto}dialog::backdrop{background:#020710b3;backdrop-filter:blur(6px)}.dialog-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:24px}.dialog-head h2{font-size:30px;line-height:1.2}.dialog-close{background:none;border:1px solid var(--line);font-size:24px;min-width:44px;height:44px;line-height:1}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.detail-grid img{width:100%;aspect-ratio:1;object-fit:cover}.detail-grid p{font-size:14px;margin-bottom:16px}.detail-grid .button{width:100%;margin-top:20px}.bag-item{display:flex;align-items:center;gap:15px;padding:18px 0;border-bottom:1px solid var(--line)}.bag-item img{width:64px;height:64px;object-fit:cover}.bag-item .item-name{flex:1;font-size:14px}.qty{display:flex;align-items:center;gap:8px}.qty button{min-width:38px;min-height:44px;border:1px solid var(--line);background:transparent}.bag-total{display:flex;justify-content:space-between;font-weight:700;font-size:20px;margin:24px 0}.demo-note{font-size:12px!important;line-height:1.7;margin-top:14px}.empty-bag{padding:25px 0}.empty-bag p{margin-bottom:25px}.mobile-menu{display:none}
/* Essentials: bright surfaces, soft edges, a shopping-first grid. */
body.essentials{--ink:#152c3d;--bg:#fff;--surface:#edf6f8;--muted:#5f7481;--line:#dce7eb;--cyan:#007c94;--gold:#b19555;--font:'Manrope',sans-serif;--display:'Manrope',sans-serif;color-scheme:light}.essentials .announcement{background:#132d3f;color:#effcff;font-weight:500;letter-spacing:.6px}.essentials .logo{width:118px;background:#050505;border-radius:4px}.essentials .logo img{width:118px;height:73px}.essentials .nav-row{height:96px}.essentials .hero{padding-top:32px}.essentials .hero-grid{background:#eef8fa;border-radius:22px;min-height:560px;overflow:hidden;grid-template-columns:1.08fr 1fr}.essentials .hero-copy{padding:55px 0 55px 54px}.essentials .hero h1{font-family:var(--display);font-size:clamp(46px,4.5vw,72px);line-height:1.1;letter-spacing:-3px;text-transform:none;font-weight:500;margin:22px 0}.essentials .hero h1 em{font-style:normal}.essentials .eyebrow{font-size:12px;letter-spacing:1.8px}.essentials .hero-art{height:100%;min-height:560px}.essentials .hero-art img{mix-blend-mode:multiply}.essentials .image-note{color:#425e6b}.essentials .button{background:#15394b;color:#fff;border-radius:8px}.essentials .button:hover{background:#007c94}.essentials .cart-count{background:#15394b;color:white}.essentials .hero-foot{gap:20px;margin-top:30px}.essentials .ticker{border-top:0;justify-content:space-between;padding:30px 0;color:#425e6d;letter-spacing:.2px;font-size:13px}.essentials .ticker b{color:#aaa;font-size:14px}.essentials .section-top h2{font-size:35px;font-weight:500;letter-spacing:-1.2px;text-transform:none}.essentials .shop-section{padding:50px 0 70px}.essentials .filter{border-radius:30px;padding:9px 22px}.essentials .filter.active{background:#e3f5f8;color:#006b81;border-color:#b6e4ed}.essentials .product-picture{border-radius:14px}.essentials .tag{background:white;color:#426274;border-radius:20px}.essentials .add-button{border-radius:7px;background:#f5fafb}.essentials .add-button:hover{background:#007c94;color:white}.essentials .philosophy{background:#f2f8fa;border:0}.essentials .philosophy h2{font-size:42px;line-height:1.12;text-transform:none;letter-spacing:-1.8px;font-weight:500}.essentials .faq h2{font-size:35px;text-transform:none;font-weight:500;line-height:1.2;letter-spacing:-1.3px}.essentials .toast{background:#143b4d;color:white}
/* Reserve: deep blue, editorial type, a curated list interface. */
body.reserve{--ink:#f4f2ec;--bg:#101e30;--surface:#17273d;--muted:#a8b4c1;--line:#354154;--cyan:#8ce9f5;--gold:#bea269;--font:'DM Sans',sans-serif;--display:'Playfair Display',serif}.reserve .announcement{background:#101e30;color:#c0a66d;border-bottom:1px solid #354154;font-weight:400;font-size:12px;letter-spacing:2.4px}.reserve .nav-row{height:104px}.reserve .logo{order:2}.reserve .nav-links{order:1;gap:25px}.reserve .nav-actions{order:3}.reserve .logo img{height:88px}.reserve .hero-grid{grid-template-columns:1fr 1.07fr;min-height:650px;gap:60px;padding:35px 0 55px}.reserve .hero-copy{padding:40px 0}.reserve .hero h1{font-family:var(--display);font-size:clamp(58px,5.5vw,88px);font-weight:400;line-height:1.08;text-transform:none;letter-spacing:-2.8px;margin:26px 0}.reserve .hero h1 em{font-style:italic;color:#f4f2ec}.reserve .eyebrow{color:var(--gold);font-weight:400;font-size:12px}.reserve .hero-art{max-height:620px;align-self:stretch}.reserve .hero-art img{height:100%;object-position:center;max-height:620px}.reserve .button{background:var(--gold);color:#152337;font-weight:500}.reserve .button:hover{background:#dbc795}.reserve .text-link{color:#dacba9}.reserve .hero-foot{border-top:1px solid var(--line);padding-top:22px;line-height:1.8;max-width:360px}.reserve .cart-count{background:none;color:var(--gold);border:1px solid #83734f}.reserve .ticker{font-size:12px;font-weight:400;color:var(--gold);letter-spacing:2.6px}.reserve .section-top h2{font-family:var(--display);font-size:46px;font-weight:400;text-transform:none;line-height:1.1;letter-spacing:-1px}.reserve .filter{border:0;border-bottom:1px solid transparent;border-radius:0;padding:8px 0;margin-right:22px}.reserve .filter.active{background:none;color:var(--gold);border-bottom-color:var(--gold)}.reserve .product-grid{grid-template-columns:1fr;gap:0}.reserve .product-card{display:grid;grid-template-columns:180px 1fr 170px;gap:35px;align-items:center;border-top:1px solid var(--line);padding:25px 0}.reserve .product-picture{aspect-ratio:1.15}.reserve .product-meta{display:block;padding:0}.reserve .product-meta h3{font-family:var(--display);font-weight:400;font-size:30px}.reserve .product-meta p{font-size:14px;margin:8px 0 17px}.reserve .add-button{border-color:#6d664f;color:var(--gold)}.reserve .add-button:hover{background:var(--gold);color:#101e30}.reserve .tag{display:none}.reserve .philosophy h2{font-family:var(--display);font-size:48px;text-transform:none;font-weight:400;line-height:1.1}.reserve .faq h2{font-family:var(--display);font-size:42px;text-transform:none;font-weight:400;line-height:1.1}.reserve .footer-brand{font-weight:400}.reveal{animation:arrive .65s both}@keyframes arrive{from{opacity:0;transform:translateY(13px)}to{opacity:1;transform:none}}
.reserve .nav-row{position:relative}.reserve .logo{position:absolute;left:50%;transform:translateX(-50%)}.reserve .nav-actions{margin-left:auto}
@media(min-width:1600px){.hero-art{margin-right:0!important}}
@media(max-width:1050px){.wrap{width:calc(100% - 56px)}.nav-links{gap:20px}.hero-grid{min-height:560px}.hero h1{font-size:88px}.hero-copy>p{max-width:320px}.performance .hero-art{margin-right:-28px}.hero-foot{gap:18px}.essentials .hero-copy{padding:38px 0 38px 30px}.essentials .hero h1{font-size:51px}.essentials .hero-grid{min-height:520px}.essentials .hero-art{min-height:520px}.reserve .hero-grid{gap:28px;min-height:580px}.reserve .hero h1{font-size:64px}.reserve .nav-links{gap:16px}.philosophy-grid{gap:40px}.faq{gap:40px}.reserve .product-card{grid-template-columns:145px 1fr 150px;gap:25px}}
@media(max-width:700px){html{scroll-padding-top:74px}.wrap{width:calc(100% - 40px)}.announcement{font-size:12px;letter-spacing:.5px;padding:7px 12px}.nav-row,.essentials .nav-row,.reserve .nav-row{height:74px;gap:10px}.logo,.essentials .logo{width:98px}.logo img,.essentials .logo img,.reserve .logo img{width:98px;height:62px}.nav-links{display:none}.nav-actions{gap:5px}.bag-label{display:none}.menu-button{display:inline-flex}.reserve .logo{order:0}.reserve .nav-actions{order:1}.hero-grid{display:flex;flex-direction:column;min-height:0}.hero-copy{width:100%;padding:42px 0 25px}.eyebrow{font-size:12px;letter-spacing:1.5px}.hero h1{font-size:80px;letter-spacing:-1.8px;margin:19px 0}.hero-copy>p{font-size:16px;max-width:350px}.cta-row{gap:20px;margin-top:25px}.button{font-size:14px;padding:13px 20px;min-height:49px;gap:20px}.text-link{font-size:14px}.hero-foot{margin-top:25px;font-size:12px;gap:18px;flex-wrap:wrap}.hero-art{width:100%;height:340px;align-self:auto}.hero-art img{height:100%;object-position:center}.performance .hero-art{margin:0 -20px;width:calc(100% + 40px)}.performance .hero-art:after{background:linear-gradient(var(--bg),transparent 15%,transparent 90%,var(--bg))}.image-note{font-size:12px;bottom:16px;right:20px;letter-spacing:.7px}.ticker{padding:17px 0;flex-wrap:wrap;gap:10px 20px;justify-content:center;font-size:12px;letter-spacing:1px}.ticker b{font-size:12px}.ticker span:last-child{display:none}.ticker b:last-of-type{display:none}.shop-section{padding:44px 0 45px}.section-top{align-items:start}.section-top h2{font-size:41px}.section-top>p{display:none}.filters{gap:6px;margin:24px 0}.filter{font-size:13px;padding:8px 13px;min-height:44px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 14px}.product-card:last-child{grid-column:1/-1}.product-card:last-child .product-picture{aspect-ratio:1.8}.product-meta{gap:5px;padding:12px 0;display:block}.product-meta h3{font-size:16px}.product-meta p{font-size:12px}.product-price{font-size:14px;display:block;margin-top:8px}.tag{font-size:12px;top:8px;left:8px;padding:4px 6px;letter-spacing:0}.add-button{font-size:14px;padding:9px 10px;min-height:44px}.philosophy{padding:42px 0}.philosophy-grid{grid-template-columns:1fr;gap:30px}.philosophy h2{font-size:43px}.philosophy p{font-size:16px}.principles{gap:22px}.principle h3{font-size:16px}.principle p{font-size:14px}.faq{padding:43px 0;grid-template-columns:1fr;gap:15px}.faq h2{font-size:39px}.faq details{font-size:14px}.footer-row{align-items:start;flex-direction:column}.site-footer p{text-align:left;font-size:12px}.footer-brand{font-size:16px}.mobile-menu.open{display:flex;flex-direction:column;padding:10px 20px 22px;border-top:1px solid var(--line);gap:4px}.mobile-menu a{padding:10px 0;font-size:15px}.essentials .hero{padding-top:20px}.essentials .hero-grid{border-radius:16px;min-height:0;display:flex}.essentials .hero-copy{padding:32px 25px 10px}.essentials .hero h1{font-size:45px;letter-spacing:-2px;margin:18px 0}.essentials .hero-art{min-height:0;height:310px}.essentials .hero-foot{font-size:12px;gap:12px;margin-top:22px}.essentials .hero-copy>p{font-size:16px}.essentials .cta-row{gap:16px;flex-wrap:wrap}.essentials .button{padding:12px 16px}.essentials .ticker{padding:23px 0;font-size:12px;justify-content:center;gap:10px}.essentials .shop-section{padding-top:35px}.essentials .section-top h2{font-size:29px;letter-spacing:-1px}.essentials .filter{padding:8px 13px;font-size:13px}.essentials .product-picture{border-radius:10px}.essentials .philosophy h2{font-size:35px}.essentials .faq h2{font-size:30px}.reserve .announcement{font-size:12px;letter-spacing:1px}.reserve .hero-grid{display:flex;padding:0;gap:0}.reserve .hero-copy{padding:42px 0 30px}.reserve .hero h1{font-size:59px;letter-spacing:-2px;margin:23px 0}.reserve .hero-foot{margin-top:30px;padding-top:20px;font-size:12px}.reserve .hero-art{height:400px;max-height:none;margin-bottom:28px}.reserve .hero-art img{max-height:none}.reserve .ticker{font-size:12px;letter-spacing:1px}.reserve .section-top h2{font-size:37px}.reserve .filter{font-size:13px;margin-right:15px;padding:6px 0}.reserve .product-grid{grid-template-columns:1fr}.reserve .product-card{grid-template-columns:100px minmax(0,1fr);gap:16px;padding:21px 0}.reserve .product-card:last-child{grid-column:auto}.reserve .product-picture,.reserve .product-card:last-child .product-picture{aspect-ratio:1;height:auto;align-self:start}.reserve .product-meta h3{font-size:23px;line-height:1.2}.reserve .product-meta p{font-size:12px;margin:7px 0 8px}.reserve .product-price{font-size:14px;margin-top:0}.reserve .add-button{grid-column:2;min-height:44px;margin-top:-4px}.reserve .philosophy h2{font-size:39px}.reserve .faq h2{font-size:35px}dialog{padding:22px}.dialog-head h2{font-size:25px}.detail-grid{grid-template-columns:1fr;gap:20px}.detail-grid img{max-height:230px;object-fit:cover}.bag-item{gap:10px}.bag-item img{width:47px;height:47px}.bag-item .item-name{font-size:12px}.qty{gap:6px}.qty button{min-width:34px}.bag-total{font-size:18px}}
@media(max-width:700px){.essentials .hero h1{font-size:38px}.reserve .logo{position:static;transform:none}.reserve .cta-row{flex-direction:column;align-items:flex-start;gap:10px}.reserve .button{white-space:nowrap}.reserve .hero-copy{padding-bottom:24px}.reserve .hero-foot{margin-top:20px}}
@media(max-width:360px){.hero h1{font-size:72px}.essentials .hero h1{font-size:34px}.essentials .hero-copy{padding-left:20px;padding-right:20px}.cta-row{gap:13px;flex-wrap:wrap}.hero-foot{gap:13px}.reserve .hero h1{font-size:53px}.wrap{width:calc(100% - 32px)}.tag{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
