:root{--ink:#18362b;--cream:#f6f1e7;--rust:#bd5936;--lime:#d8e5a8;--paper:#fffdf8;--muted:#6b746e;--line:#d8d6cc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}.announcement{background:var(--ink);color:#fff;text-align:center;padding:9px;font-size:12px;letter-spacing:.04em}.announcement span{color:var(--lime);padding:0 12px}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:rgba(255,253,248,.95);position:sticky;top:0;z-index:20;border-bottom:1px solid #eee}.brand{font-weight:700;letter-spacing:.16em;text-decoration:none;color:var(--ink);font-size:17px}.brand i{font-family:Fraunces,serif;color:var(--rust);font-size:22px}.site-header nav{display:flex;gap:32px}.site-header nav a,footer a{color:var(--ink);text-decoration:none;font-size:14px}.cart-button{background:transparent;border:0;color:var(--ink);font:600 14px "DM Sans";cursor:pointer}.cart-button b{background:var(--rust);color:#fff;border-radius:50%;display:inline-grid;place-items:center;width:22px;height:22px;margin-left:6px}.hero{min-height:78vh;background:linear-gradient(90deg,rgba(246,241,231,.97) 0%,rgba(246,241,231,.9) 28%,rgba(246,241,231,.05) 57%),url("assets/hero.png") center/cover no-repeat;display:flex;align-items:center;padding:8vw}.hero-copy{max-width:590px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;color:var(--rust);margin:0 0 15px}.hero h1,.section-heading h2,.bundle h2,.story h2,.newsletter h2{font-family:Fraunces,serif;font-size:clamp(45px,6.4vw,88px);line-height:.96;letter-spacing:-.04em;margin:0 0 24px}.hero-copy>p:not(.eyebrow){font-size:19px;line-height:1.6;max-width:500px;margin-bottom:30px}.button{border:0;border-radius:2px;padding:15px 22px;font:700 14px "DM Sans";cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:24px}.primary{background:var(--rust);color:#fff}.proof{font-size:12px;margin-top:26px;color:var(--muted)}.proof span{color:var(--rust);letter-spacing:.08em;margin-right:8px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);background:var(--ink);color:#fff;padding:28px 7vw;gap:30px}.benefits div{display:flex;flex-direction:column;align-items:center;border-right:1px solid #486156}.benefits div:last-child{border:0}.benefits span{font-size:12px;opacity:.72;margin-top:4px}.collection{padding:110px 6vw}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:45px}.section-heading h2,.bundle h2,.story h2,.newsletter h2{font-size:clamp(38px,4vw,60px);margin-bottom:0}.section-heading>p{max-width:320px;color:var(--muted);line-height:1.6}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{position:relative}.product-visual{aspect-ratio:1/1.08;background-image:url("assets/travel-kit.png");background-size:205%;border-radius:3px;overflow:hidden}.product:nth-child(1) .product-visual{background-position:0 0}.product:nth-child(2) .product-visual{background-position:100% 0}.product:nth-child(3) .product-visual{background-position:0 100%}.product:nth-child(4) .product-visual{background-position:59% 95%}.tag{position:absolute;top:12px;left:12px;background:var(--lime);font-size:10px;text-transform:uppercase;letter-spacing:.1em;padding:7px 9px;font-weight:700}.product-info{padding:16px 2px}.product-info h3{font-family:Fraunces,serif;font-size:21px;margin:0 0 5px}.product-info p{font-size:12px;color:var(--muted);margin:0 0 13px}.product-buy{display:flex;justify-content:space-between;align-items:center}.product-buy button{border:0;background:transparent;color:var(--ink);font-weight:700;cursor:pointer;border-bottom:1px solid var(--ink);padding:4px 0}.bundle{display:grid;grid-template-columns:1.1fr .9fr;background:var(--cream);margin:0 3vw}.bundle-image img{width:100%;height:100%;object-fit:cover;display:block}.bundle-copy{padding:8vw 7vw;align-self:center}.bundle-copy>p:not(.eyebrow){line-height:1.7;color:var(--muted)}.bundle-copy ul{padding-left:18px;line-height:2}.bundle-price{font-size:19px;margin:25px 0}.bundle-price s{color:var(--muted);margin-right:8px}.bundle-copy small{display:block;color:var(--muted);font-size:10px;margin-top:14px}.story{text-align:center;padding:130px 20vw}.story>p:not(.eyebrow){font-size:19px;line-height:1.8;color:var(--muted);max-width:740px;margin:25px auto}.values{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.values span{border:1px solid var(--line);padding:10px 14px;border-radius:99px;font-size:12px}.newsletter{background:var(--rust);color:#fff;padding:75px 7vw;display:flex;align-items:center;justify-content:space-between}.newsletter .eyebrow{color:var(--lime)}.newsletter h2{font-size:38px}.newsletter form{display:flex}.newsletter input{width:280px;border:0;padding:16px;font:14px "DM Sans"}.light{background:var(--lime);color:var(--ink)}footer{display:flex;align-items:center;justify-content:space-between;padding:38px 5vw;background:var(--ink);color:#fff}footer .brand,footer a{color:#fff}footer p{font-size:12px;opacity:.65}footer div{display:flex;gap:20px}.cart{position:fixed;right:0;top:0;width:min(430px,100%);height:100vh;background:var(--paper);z-index:40;transform:translateX(102%);transition:.3s;display:flex;flex-direction:column;padding:28px}.cart.open{transform:none}.cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.cart-head h2{font-family:Fraunces,serif}.cart-head button{border:0;background:transparent;font-size:28px;cursor:pointer}.cart-items{flex:1;overflow:auto;padding:20px 0}.empty{color:var(--muted);text-align:center;margin-top:40px}.cart-line{display:grid;grid-template-columns:1fr auto;gap:4px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-line span{color:var(--muted);font-size:12px}.cart-line button{grid-column:2;border:0;background:transparent;color:var(--rust);cursor:pointer}.cart-foot>div{display:flex;justify-content:space-between;font-size:18px}.cart-foot p{font-size:11px;color:var(--muted)}.checkout{width:100%;margin-top:8px}.scrim{position:fixed;inset:0;background:#0c2119aa;z-index:30;opacity:0;pointer-events:none;transition:.3s}.scrim.show{opacity:1;pointer-events:auto}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,100px);background:var(--ink);color:#fff;padding:12px 18px;z-index:50;transition:.3s;font-size:13px}.toast.show{transform:translate(-50%,0)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:850px){.site-header nav{display:none}.hero{min-height:82vh;background:linear-gradient(0deg,rgba(246,241,231,.98) 0%,rgba(246,241,231,.9) 36%,rgba(246,241,231,0) 70%),url("assets/hero.png") 68% center/cover no-repeat;align-items:end;padding:40px 6vw}.hero h1{font-size:48px}.benefits{grid-template-columns:1fr;padding:22px}.benefits div{border-right:0;border-bottom:1px solid #486156;padding-bottom:14px}.product-grid{grid-template-columns:repeat(2,1fr)}.section-heading{display:block}.bundle{grid-template-columns:1fr;margin:0}.bundle-copy{padding:55px 7vw}.story{padding:90px 7vw}.newsletter{display:block}.newsletter form{margin-top:30px}.newsletter input{width:65%}footer{flex-direction:column;gap:20px}.collection{padding:80px 5vw}}@media(max-width:480px){.product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-info h3{font-size:17px}.product-info p{min-height:32px}.product-buy{font-size:13px}.product-buy button{font-size:11px}.site-header{height:64px}.brand{font-size:14px}.announcement{font-size:10px}.hero-copy>p:not(.eyebrow){font-size:16px}.proof{font-size:10px}.newsletter form{display:block}.newsletter input{width:100%}.newsletter button{width:100%}}
