@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#172125;--yellow:#f1c644;--paper:#f5f5f0;--muted:#596165}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #2786cb;outline-offset:6px}header{height:108px;display:flex;align-items:center;justify-content:space-between;padding:0 5.5%;border-bottom:1px solid #d7dcda}.brand{display:flex;gap:12px;align-items:center;font-size:18px;font-weight:800;line-height:1.05;letter-spacing:-.5px}.brandmark{background:var(--yellow);padding:13px 9px;font-size:23px;letter-spacing:-2px}.brandperiod{color:#9c7700}nav{display:flex;align-items:center;gap:35px;font-size:14px;font-weight:600}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:42px;background:var(--ink);color:white;padding:17px 24px;font-size:16px;font-weight:700;transition:transform .15s,background .15s}.button:hover{transform:translateY(-2px);background:#344449}.button.small{padding:12px 18px;font-size:14px;gap:30px}.button.yellow{background:var(--yellow);color:var(--ink)}.button.yellow:hover{background:#ffda65}.hero{display:grid;grid-template-columns:1.1fr 1fr;min-height:665px}.hero-copy{padding:68px 9% 40px 10%}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.6px;margin:0 0 26px}.hero h1{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:clamp(70px,7.8vw,124px);font-weight:700;line-height:.94;letter-spacing:-2px;margin:0 0 28px;text-transform:uppercase}.hero h1 em{font-style:normal;color:#788788}.intro{max-width:420px;color:var(--muted);margin-bottom:28px;font-size:18px}.hero-note{display:flex;flex-wrap:wrap;gap:18px;margin-top:44px;font-size:11px;font-weight:700;letter-spacing:1px}.hero-image{position:relative;min-height:590px;background:#253a44;overflow:hidden}.hero-image img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center 48%;filter:saturate(.7)}.hero-image:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#0b1a20b8)}.image-label{position:absolute;bottom:35px;left:35px;right:30px;z-index:1;color:white;font-size:12px;font-weight:600;letter-spacing:1px;display:flex;flex-direction:column}.containers{padding:90px 7%}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:38px}.section-head .eyebrow{margin-bottom:10px}h2{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:64px;text-transform:uppercase;line-height:1.05;letter-spacing:-.8px;margin:0}.section-head>p{color:var(--muted);margin:0 0 4px}.products{display:grid;grid-template-columns:1fr 1fr;gap:24px}.product{padding:36px 40px;background:white;border:1px solid #d6dbd8}.product-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.size{font-family:'Barlow Condensed',Impact,sans-serif;font-weight:600;font-size:70px;line-height:1}.size span{font-size:26px;padding-left:4px}.tag{font-size:11px;letter-spacing:1px;font-weight:700;border:1px solid #a9b3b4;padding:6px 10px}.product h3{font-size:28px;line-height:1.25;letter-spacing:-.6px;margin:0 0 12px}.product>p{color:var(--muted);max-width:350px;margin:0 0 26px}dl{margin:0 0 24px}dl>div{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid #e2e6e4}dd{margin:0;font-size:20px;font-weight:700}.text-link{display:flex;justify-content:space-between;font-weight:700;padding-top:9px}.text-link:hover{text-decoration:underline}.dark{background:var(--ink);color:white;border-color:var(--ink)}.dark>p,.quote-price p{color:#bbc6c8}.dark .size,.dark .text-link{color:var(--yellow)}.quote-price{min-height:205px;padding:18px 0 10px;border-top:1px solid #455154}.quote-price>span{font-size:14px;color:#bac6c8}.quote-price strong{display:block;font-size:25px;line-height:1.3;margin:8px 0 12px}.quote-price p{margin:0;max-width:360px}.pricing-note{font-size:13px;color:var(--muted);margin:22px 0 0;max-width:1000px}.delivery{border-top:1px solid #d5dbd8;padding:82px 7%;display:grid;grid-template-columns:1fr 1fr;gap:9%}.delivery-intro{max-width:370px;color:var(--muted);margin:22px 0 0}.delivery ol{padding:0;margin:0;list-style:none}.delivery li{display:flex;gap:25px;border-bottom:1px solid #cdd4d1;padding:20px 0}.delivery li:first-child{padding-top:0}.delivery li>span{font-size:14px;color:#778588;padding-top:5px}.delivery h3{font-size:20px;margin:0 0 6px}.delivery li p{margin:0;color:var(--muted)}.contact{padding:76px 7%;background:var(--ink);color:white}.contact .eyebrow{color:var(--yellow)}.contact h2{font-size:72px}.contact-bottom{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:30px}.contact-bottom p{color:#c3ccce}.email{font-size:14px;display:inline-block;text-decoration:underline;text-underline-offset:4px;color:#c3ccce}footer{padding:30px 5.5%;display:flex;gap:25px;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted)}.footer-brand{font-weight:800;color:var(--ink);font-size:16px}@media(min-width:1600px){body{max-width:1800px;margin:auto}}@media(max-width:850px){header{height:88px}nav{gap:20px}nav>a:not(.button){display:none}.hero{grid-template-columns:1fr 1fr;min-height:580px}.hero-copy{padding:42px 8% 32px 10%}.hero h1{font-size:76px}.hero-image{min-height:580px}.hero-note{gap:10px;margin-top:28px}.hero .eyebrow{font-size:11px}.intro{font-size:16px}.containers,.delivery,.contact{padding:60px 6%}.product{padding:28px}.tag{font-size:10px;padding:5px}.product-top{align-items:flex-start;flex-direction:column}.section-head>p{font-size:14px}.contact h2{font-size:60px}}@media(max-width:600px){header{padding:0 6%}.brand{font-size:15px}.brandmark{font-size:20px;padding:11px 8px}.button.small{font-size:13px;gap:15px}.hero{display:flex;flex-direction:column}.hero-copy{padding:40px 6%}.hero h1{font-size:88px}.hero .eyebrow{max-width:270px;margin-bottom:25px}.intro{max-width:350px}.hero-image{min-height:300px;height:300px}.hero-image img{object-position:center 43%}.hero-note{font-size:10px;gap:16px;margin-top:28px}.image-label{bottom:24px;left:24px}.section-head{display:block}.section-head>p{margin-top:20px;font-size:16px}h2{font-size:56px}.products{grid-template-columns:1fr}.product-top{flex-direction:row;align-items:center}.product{padding:28px}.tag{font-size:10px}.delivery{grid-template-columns:1fr;gap:38px}.contact h2{font-size:50px}.contact-bottom{flex-direction:column;align-items:flex-start;gap:10px}.email{margin-top:24px}footer{align-items:flex-start;flex-direction:column;gap:10px;padding:28px 6%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

.hero h1{font-size:clamp(56px,6.4vw,100px);line-height:1;letter-spacing:-1px}.hero-note,.tag,.hero .eyebrow{font-size:12px}.contact{display:grid;grid-template-columns:1fr 1.2fr;gap:7%}.contact h2{font-size:64px}.quote-intro>p:not(.eyebrow){color:#c3ccce;max-width:350px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:block;font-size:14px;font-weight:600}label span{font-weight:400;color:#c3ccce}input,select,textarea{display:block;width:100%;margin-top:7px;padding:12px;border:1px solid #6f7f83;background:#253236;color:white;border-radius:2px;font:inherit;font-size:16px}input::placeholder,textarea::placeholder{color:#b4bfc2}input:focus,select:focus,textarea:focus{outline:2px solid var(--yellow);outline-offset:2px}.wide{grid-column:1/-1}button{cursor:pointer;border:0;font-family:inherit}form .button{margin-top:22px;width:100%}.form-note,#form-status,#email-fallback p{font-size:14px;color:#d2dadd}.copy-button{padding:10px 18px;font-size:16px;background:white;color:var(--ink)}@media(max-width:850px){.contact{grid-template-columns:1fr;gap:36px}.contact h2{font-size:56px}}@media(max-width:600px){.hero h1{font-size:clamp(49px,13vw,76px)}.form-grid{grid-template-columns:1fr}.wide{grid-column:auto}.tag{font-size:12px}.hero-note{font-size:12px}.contact h2{font-size:50px}}
