/* SOLTA — voyage essentials */
:root {
  --ink: #1B1410;
  --chocolate: #3A2A1F;
  --chocolate-2: #5A4232;
  --bone: #F4EFE6;
  --cream: #FAF6EC;
  --sand: #E5D9C2;
  --sand-2: #D6C5A6;
  --gold: #A98756;
  --gold-2: #C6A878;
  --muted: #8A7A66;
  --serif: "Cormorant Garamond", "Cormorant", "Didot", "Bodoni 72", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --line: 1px solid rgba(27,20,16,0.14);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: opacity .2s ease; }
a:hover { opacity: .65; }

/* ---------- typography ---------- */
.h-display { font-family: var(--serif); font-weight: 400; letter-spacing: -0.01em; line-height: 1.02; }
.h1 { font-size: clamp(48px, 8.5vw, 132px); font-style: italic; }
.h2 { font-size: clamp(34px, 5vw, 68px); }
.h3 { font-size: clamp(22px, 2.4vw, 32px); font-family: var(--serif); }
.eyebrow { font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.32em; font-size: 11px; font-weight: 500; color: var(--muted); }
.lede { font-family: var(--serif); font-size: clamp(20px, 2.2vw, 28px); line-height: 1.45; font-style: italic; color: var(--chocolate); }
p { color: var(--chocolate); }
.italic { font-style: italic; font-family: var(--serif); }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: 1480px; margin: 0 auto; padding: 0 32px; }
.wrap-narrow { width: 100%; max-width: 880px; margin: 0 auto; padding: 0 32px; }
section { padding: clamp(72px, 11vw, 160px) 0; }

/* ---------- nav ---------- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; padding: 22px 32px; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(180deg, rgba(250,246,236,0.92), rgba(250,246,236,0.0)); backdrop-filter: blur(6px); }
.nav.solid { background: var(--cream); border-bottom: var(--line); }
.brand { font-family: var(--serif); font-size: 22px; letter-spacing: 0.42em; font-weight: 500; }
.brand small { display: block; font-family: var(--sans); font-size: 9px; letter-spacing: 0.4em; color: var(--muted); margin-top: 2px; text-transform: uppercase; }
.nav ul { list-style: none; display: flex; gap: 36px; }
.nav ul a { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink); }
.nav-cta { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; }
@media (max-width: 760px) { .nav ul { display: none; } }

/* ---------- hero ---------- */
.hero { position: relative; height: 100vh; min-height: 640px; overflow: hidden; background: var(--ink); }
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); animation: heroKenBurns 18s ease-out forwards, heroImgIn 1.8s cubic-bezier(.2,.6,.2,1) both; will-change: transform, opacity, filter; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 80% at 50% 40%, rgba(27,20,16,0) 40%, rgba(27,20,16,0.35) 100%); z-index: 1; opacity: 0; animation: heroVignette 2.4s ease-out .4s forwards; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27,20,16,0.18) 0%, rgba(27,20,16,0.0) 35%, rgba(27,20,16,0.55) 100%); z-index: 1; }
.hero .copy { position: absolute; inset: auto 0 8% 0; padding: 0 48px; color: var(--cream); z-index: 2; }
.hero .copy .eyebrow { color: rgba(250,246,236,0.78); opacity: 0; transform: translateY(14px); animation: heroFadeUp 1.2s cubic-bezier(.2,.6,.2,1) .9s forwards; }
.hero h1 { color: var(--cream); margin-top: 14px; max-width: 14ch; opacity: 0; transform: translateY(22px); animation: heroFadeUp 1.6s cubic-bezier(.2,.6,.2,1) 1.15s forwards; }
.hero h1 em { display: inline-block; opacity: 0; transform: translateY(14px); animation: heroFadeUp 1.6s cubic-bezier(.2,.6,.2,1) 1.7s forwards; }
.hero .lede { color: rgba(250,246,236,0.86); max-width: 36ch; margin-top: 22px; font-style: italic; opacity: 0; transform: translateY(14px); animation: heroFadeUp 1.4s cubic-bezier(.2,.6,.2,1) 1.95s forwards; }
.hero .copy > div:last-child { opacity: 0; transform: translateY(14px); animation: heroFadeUp 1.2s cubic-bezier(.2,.6,.2,1) 2.3s forwards; }
.hero .meta { position: absolute; top: 110px; right: 48px; text-align: right; color: rgba(250,246,236,0.76); font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; z-index: 2; opacity: 0; animation: heroFade 1.4s ease-out 1.6s forwards; }
@media (max-width: 760px) { .hero .meta { display:none; } .hero .copy { padding: 0 24px; } }

/* scroll cue */
.hero .scroll-cue { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(250,246,236,0.72); font-size: 10px; letter-spacing: 0.36em; text-transform: uppercase; opacity: 0; animation: heroFade 1.2s ease-out 2.6s forwards; }
.hero .scroll-cue .line { width: 1px; height: 44px; background: linear-gradient(180deg, rgba(250,246,236,0.0), rgba(250,246,236,0.7), rgba(250,246,236,0.0)); background-size: 100% 200%; animation: scrollLine 2.4s ease-in-out infinite; }

@keyframes heroImgIn { from { opacity: 0; filter: blur(14px); } to { opacity: 1; filter: blur(0); } }
@keyframes heroKenBurns { from { transform: scale(1.08) translate3d(0,0,0); } to { transform: scale(1.18) translate3d(-1%, -1.5%, 0); } }
@keyframes heroVignette { to { opacity: 1; } }
@keyframes heroFadeUp { to { opacity: 1; transform: translateY(0); } }
@keyframes heroFade { to { opacity: 1; } }
@keyframes scrollLine { 0% { background-position: 0 100%; } 100% { background-position: 0 -100%; } }

/* shimmer on gold CTA */
.btn.gold { position: relative; overflow: hidden; }
.btn.gold::after { content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%; background: linear-gradient(110deg, transparent 30%, rgba(255,240,210,0.35) 50%, transparent 70%); animation: shimmer 4.5s ease-in-out 3s infinite; pointer-events: none; }
@keyframes shimmer { 0% { left: -120%; } 55%, 100% { left: 140%; } }

/* reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 1.1s cubic-bezier(.2,.6,.2,1), transform 1.1s cubic-bezier(.2,.6,.2,1); }
.reveal.in { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .hero img, .hero::before, .hero .copy .eyebrow, .hero h1, .hero h1 em, .hero .lede, .hero .copy > div:last-child, .hero .meta, .hero .scroll-cue, .btn.gold::after, .reveal { animation: none !important; transition: none !important; opacity: 1 !important; transform: none !important; filter: none !important; }
}

/* ---------- buttons ---------- */
.btn { display: inline-block; padding: 16px 28px; border: 1px solid currentColor; font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; transition: all .25s ease; }
.btn:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); opacity: 1; }
.btn.gold { color: var(--gold-2); border-color: var(--gold-2); }
.btn.gold:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn.ink { color: var(--ink); }

/* ---------- intro strip ---------- */
.intro { text-align: center; padding: clamp(88px, 12vw, 180px) 0; }
.intro .eyebrow { margin-bottom: 28px; display: inline-block; }
.intro p { font-family: var(--serif); font-style: italic; font-size: clamp(22px, 2.6vw, 38px); line-height: 1.4; color: var(--chocolate); max-width: 24ch; margin: 0 auto; }

/* ---------- product grid ---------- */
.collection { background: var(--bone); }
.collection-head { display:flex; align-items:flex-end; justify-content:space-between; gap: 24px; margin-bottom: 64px; }
.collection-head .right { text-align: right; max-width: 32ch; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 24px; }
@media (max-width: 980px) { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .grid { grid-template-columns: 1fr; } }

.card { display: block; background: var(--cream); border: 1px solid rgba(27,20,16,0.08); transition: transform .35s ease, box-shadow .35s ease; }
.card:hover { transform: translateY(-3px); box-shadow: 0 22px 60px -28px rgba(27,20,16,0.32); opacity: 1; }
.card .img { aspect-ratio: 4/5; overflow: hidden; background: var(--sand); }
.card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.card:hover .img img { transform: scale(1.04); }
.card .body { padding: 22px 24px 26px; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; border-top: 1px solid rgba(27,20,16,0.08); }
.card .body h3 { font-family: var(--serif); font-size: 22px; }
.card .body small { color: var(--muted); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; }
.card .price { font-family: var(--serif); font-size: 18px; color: var(--chocolate); }

/* ---------- editorial split ---------- */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center; }
.split.reverse { grid-template-columns: 1fr 1.05fr; }
.split.reverse .text { order: 2; }
@media (max-width: 900px) { .split, .split.reverse { grid-template-columns: 1fr; gap: 40px; } .split.reverse .text { order: 0; } }
.split .img-wrap { aspect-ratio: 4/5; overflow: hidden; background: var(--sand); }
.split img { width: 100%; height: 100%; object-fit: cover; }
.split .text .eyebrow { margin-bottom: 22px; display:inline-block; }
.split .text p + p { margin-top: 18px; }
.split .text .h2 { margin-bottom: 28px; }

/* ---------- editorial wide image ---------- */
.full-img { width: 100%; aspect-ratio: 21/9; overflow: hidden; background: var(--sand); }
.full-img img { width:100%; height:100%; object-fit: cover; }

/* ---------- the kit ---------- */
.kit { background: var(--chocolate); color: var(--cream); }
.kit .eyebrow { color: var(--gold-2); }
.kit h2 { color: var(--cream); margin: 18px 0 26px; }
.kit p { color: rgba(250,246,236,0.78); max-width: 56ch; }
.kit .grid { margin-top: 64px; }
.kit .card { background: rgba(250,246,236,0.04); border-color: rgba(250,246,236,0.08); }
.kit .card .body { border-top-color: rgba(250,246,236,0.1); }
.kit .card .body h3 { color: var(--cream); }
.kit .card .body small { color: var(--gold-2); }
.kit .card .price { color: var(--gold-2); }

/* ---------- newsletter ---------- */
.subscribe { text-align: center; background: var(--sand); }
.subscribe h2 { max-width: 18ch; margin: 0 auto 22px; }
.subscribe form { display: flex; gap: 0; max-width: 460px; margin: 36px auto 0; border-bottom: 1px solid var(--chocolate); }
.subscribe input { flex: 1; background: transparent; border: 0; padding: 16px 4px; font-family: var(--sans); font-size: 14px; color: var(--ink); outline: none; }
.subscribe input::placeholder { color: var(--muted); }
.subscribe button { background: transparent; border: 0; padding: 16px 8px; font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; cursor: pointer; color: var(--chocolate); }
.subscribe button:hover { color: var(--gold); }
.subscribe small { display:block; margin-top: 20px; color: var(--muted); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; }

/* ---------- footer ---------- */
footer { background: var(--ink); color: var(--cream); padding: 80px 32px 36px; }
footer .row { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; max-width: 1480px; margin: 0 auto 60px; }
@media (max-width: 780px) { footer .row { grid-template-columns: 1fr 1fr; } }
footer h4 { font-family: var(--sans); font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 18px; }
footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
footer ul a { color: rgba(250,246,236,0.72); font-size: 14px; }
footer .brand { color: var(--cream); }
footer .brand-block p { color: rgba(250,246,236,0.6); max-width: 30ch; font-family: var(--serif); font-style: italic; margin-top: 18px; }
footer .legal { max-width: 1480px; margin: 0 auto; padding-top: 28px; border-top: 1px solid rgba(250,246,236,0.12); display:flex; justify-content: space-between; gap: 20px; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(250,246,236,0.45); }

/* ---------- generic page header ---------- */
.page-head { padding: 200px 32px 80px; text-align: center; border-bottom: var(--line); }
.page-head .eyebrow { display:inline-block; margin-bottom: 22px; }

/* ---------- story page ---------- */
.story-body { padding: clamp(80px, 10vw, 140px) 0; }
.story-body p { font-family: var(--serif); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.7; color: var(--chocolate); margin-bottom: 24px; }
.story-body p.first::first-letter { font-family: var(--serif); font-size: 5em; float: left; line-height: 0.9; padding: 6px 14px 0 0; color: var(--gold); }
.story-body blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(24px, 3vw, 36px); line-height: 1.35; color: var(--ink); margin: 60px 0; padding: 0 0 0 24px; border-left: 2px solid var(--gold); }

/* ---------- contact ---------- */
.contact-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: clamp(60px, 8vw, 120px) 0; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 40px; } }
.contact-grid form { display:flex; flex-direction:column; gap: 18px; }
.contact-grid label { font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; display:block; }
.contact-grid input, .contact-grid textarea { width: 100%; background: transparent; border: 0; border-bottom: 1px solid rgba(27,20,16,0.2); padding: 10px 0; font-family: var(--sans); font-size: 15px; color: var(--ink); outline: none; }
.contact-grid input:focus, .contact-grid textarea:focus { border-color: var(--gold); }
.contact-grid textarea { resize: vertical; min-height: 120px; }
.contact-grid button { align-self: flex-start; margin-top: 14px; }
.contact-grid .info p { font-family: var(--serif); font-style: italic; font-size: 20px; line-height: 1.55; color: var(--chocolate); margin-bottom: 18px; }
.contact-grid .info dl { display:grid; grid-template-columns: max-content 1fr; gap: 12px 28px; margin-top: 28px; }
.contact-grid .info dt { font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--muted); }
.contact-grid .info dd { font-size: 15px; color: var(--ink); }
