@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#172942;--orange:#fc8750;--pale:#eaf0f6;--ink:#172942;--muted:#596679;--line:#d6dee6;--white:#fff;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;background:#fff;font-size:16px}button,a,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible{outline:3px solid #dc601d;outline-offset:4px}.announcement{background:var(--navy);color:white;text-align:center;font-size:13px;padding:12px 20px}.announcement span{margin-left:28px;color:#ffc3a4}header{height:96px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid var(--line);background:#fff}.logo{font-family:'Manrope',Arial,sans-serif;font-size:33px;letter-spacing:-2px;font-weight:800;white-space:nowrap}.logo>span{color:#d96732;margin:0 3px}.logo .logo-dot{font-size:12px;vertical-align:super;letter-spacing:0;color:var(--navy)}nav{display:flex;gap:34px;font-size:14px;font-weight:600}.basket-button{border:0;background:transparent;display:flex;gap:12px;align-items:center;font-weight:600}.basket-button span{background:var(--pale);border-radius:50%;min-width:28px;height:28px;display:grid;place-items:center}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:650px;background:var(--pale);overflow:hidden}.hero-copy{padding:76px 9% 52px 10%}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;line-height:1.6;margin:0 0 22px}h1,h2,h3{font-family:'Manrope',Arial,sans-serif}h1{font-size:clamp(58px,6.8vw,104px);line-height:1.04;letter-spacing:-6px;margin:0 0 28px;font-weight:800}h1 em{font-family:Georgia,serif;font-weight:400;letter-spacing:-4px;color:#d65b24}.hero-description{line-height:1.8;color:var(--muted);margin:0 0 30px}.primary{display:inline-flex;align-items:center;justify-content:space-between;gap:50px;background:var(--navy);color:white;border:0;border-radius:7px;padding:18px 24px;font-weight:600}.primary:hover{background:#284568}.hero-foot{display:flex;gap:20px;font-size:13px;font-weight:500;margin-top:46px}.hero-visual{position:relative;background:#e2e4e5;min-width:0}.hero-visual img{width:100%;height:100%;object-fit:cover;display:block;max-height:720px}.photo-caption{position:absolute;bottom:28px;left:28px;background:white;padding:12px 17px;border-radius:5px;letter-spacing:1.4px;font-size:11px;font-weight:700}.round-note{position:absolute;right:28px;top:26px;width:116px;height:116px;background:var(--orange);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(10deg);font-size:18px;font-weight:700;line-height:1.1}.round-note em{font-family:Georgia;font-size:23px}.shop-section{padding:86px 6%;scroll-margin-top:20px}.section-heading{text-align:center;max-width:700px;margin:0 auto 45px}.section-heading .eyebrow{margin-bottom:12px}h2{font-size:clamp(32px,3.5vw,48px);letter-spacing:-2px;line-height:1.12;margin:0 0 18px}.section-heading>p:last-child{color:var(--muted)}footer{padding:48px 6%;background:var(--navy);color:white}footer small{color:#c1cddd}#product-surface{padding:30px;border:1px solid var(--line);border-radius:var(--radius)}@media(max-width:800px){header{height:78px}nav{display:none}.announcement{font-size:12px}.announcement span{display:block;margin:3px 0 0}.hero{grid-template-columns:1fr}.hero-copy{padding:48px 7%}.hero h1{letter-spacing:-3px;font-size:68px}.hero-visual{height:460px}.hero-foot{margin-top:30px}.logo{font-size:29px}.shop-section{padding:55px 5%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
