/* ============================================================
   ARKEN OLFACTIVE — Homepage (image-led, Stone + Vetiver)
   Footer styles now live in base.css (shared across all pages).
   ============================================================ */

/* ---------- Section 1 — Hero (image-led, full-bleed) ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media .ph-meta { display: none; }
.hero-scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(105deg, rgba(15,13,9,0.74) 0%, rgba(15,13,9,0.42) 40%, rgba(15,13,9,0.06) 68%), linear-gradient(180deg, rgba(15,13,9,0.30) 0%, rgba(15,13,9,0) 28%);
}
.hero-inner { position: relative; z-index: 2; width: 100%; padding-top: 7rem; }
.hero .eyebrow { color: rgba(241,238,230,0.62); }
.hero-headline {
  font-family: var(--serif);
  font-weight: 300;
  font-style: normal;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.015em;
  color: var(--bone);
  margin: 1.6rem 0 1.75rem;
  max-width: 17ch;
}
.hero-line { display: block; }
/* Word-by-word reveal — each word rises in sequence (JS adds .visible) */
.hero-word { display: inline-block; }
.hero-word.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .hero-word { opacity: 1; transform: none; } }
.hero-headline .hero-line.italic,
.hero-headline .hero-line.accent-lt {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  color: rgba(241,238,230,0.74);
}
.hero-sub {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.85;
  color: rgba(241,238,230,0.7);
  max-width: 42ch;
  margin-bottom: 2.5rem;
}
.hero-ctas { display: flex; align-items: center; gap: 2.5rem; flex-wrap: wrap; }
.hero .btn { color: var(--bone); border-color: rgba(241,238,230,0.32); }
.hero .btn:hover { background: rgba(241,238,230,0.08); border-color: var(--bone); }
.hero .btn--ghost { color: rgba(241,238,230,0.72); border: none; border-bottom: 1px solid rgba(241,238,230,0.3); }
.hero .btn--ghost:hover { color: var(--bone); border-color: var(--bone); background: transparent; }
.hero-cue {
  position: absolute; bottom: 2.2rem; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
}
.hero-cue .caption { color: rgba(241,238,230,0.6); }
.hero-cue-line { width: 1px; height: 30px; background: rgba(241,238,230,0.5); animation: cue 2.4s ease infinite; }
@keyframes cue { 0%,100%{ transform: scaleY(0.5); transform-origin: top; opacity:.4 } 50%{ transform: scaleY(1); opacity:1 } }

/* ---------- Hero as Statement (product withheld) ---------- */
.hero--statement { align-items: center; text-align: center; }
.hero--statement .hero-scrim { background: linear-gradient(180deg, rgba(15,13,9,0.50) 0%, rgba(15,13,9,0.66) 55%, rgba(15,13,9,0.82) 100%); }
.hero--statement .hero-inner { padding-top: 0; }
.hero--statement .hero-headline { margin: 1.8rem auto 2.2rem; max-width: 20ch; font-size: clamp(2.8rem, 6vw, 5.4rem); }
.hero--statement .hero-media .ph-img { filter: brightness(0.82); }
.hero-enter {
  display: inline-block;
  font-family: var(--sans); font-weight: 300; font-size: 10px;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: rgba(241,238,230,0.82);
  border-bottom: 1px solid rgba(241,238,230,0.35);
  padding-bottom: 4px; transition: color .25s ease, border-color .25s ease;
}
.hero-enter:hover { color: var(--bone); border-color: var(--bone); }

/* ---------- Hero — split (statement + flagship photo) ---------- */
.hero--split { min-height: 90vh; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.hero--split .hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 9rem clamp(2rem,5vw,6rem) 6rem; background: var(--stone); }
.hero--split .hero-copy .eyebrow { color: var(--ink-mute); }
.hero--split .hero-headline { color: var(--ink); max-width: 13ch; margin: 1.6rem 0; }
.hero--split .hero-headline .hero-line.italic { font-style: italic; color: var(--vetiver); }
.hero--split .hero-sub { font-family: var(--sans); font-weight: 400; font-size: 13px; line-height: 1.85; letter-spacing: .02em; color: var(--ink-soft); max-width: 40ch; margin-bottom: 2.4rem; }
.hero--split .hero-shot { position: relative; overflow: hidden; background: var(--stone-2); }
.hero--split .hero-shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 880px) {
  .hero--split { grid-template-columns: 1fr; min-height: auto; }
  .hero--split .hero-shot { order: -1; aspect-ratio: 4 / 5; max-height: 68vh; }
  .hero--split .hero-copy { padding: 4rem 1.75rem 5rem; }
}

/* ---------- First Material — full-bleed evidence section ---------- */
.firstmat { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--noir); }
.firstmat-media { position: absolute; inset: 0; z-index: 0; }
.firstmat-media .ph-img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.66); }
.firstmat-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(15,13,9,0.72) 0%, rgba(15,13,9,0.22) 58%, rgba(15,13,9,0.5) 100%); }
.firstmat-inner { position: relative; z-index: 2; }
.firstmat .eyebrow { color: rgba(241,238,230,0.6); margin-bottom: 1.2rem; }
.firstmat-line { font-family: var(--serif); font-weight: 300; font-size: clamp(2rem, 4.5vw, 3.6rem); line-height: 1.12; letter-spacing: -0.012em; color: var(--bone); margin-bottom: 2rem; max-width: 16ch; }
.firstmat .hero-enter { color: rgba(241,238,230,0.8); }
@media (max-width: 768px) { .firstmat { min-height: 72vh; } }

/* ---------- Section — The Conviction (philosophy) ---------- */
.philosophy { padding: var(--sp-md) 0; }
.philo-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 8rem; align-items: start; }
.philo-sticky { position: sticky; top: 10rem; }
.philo-headline {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 1.5rem 0 2rem;
}
.philo-foot { line-height: 1.9; }
.philo-block { padding-top: 2rem; border-top: 1px solid var(--border); margin-bottom: 2.75rem; }
.philo-block:first-child { border-top: none; padding-top: 0; }
.philo-block .title {
  font-family: var(--sans); font-weight: 300; font-size: 10px;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-mute);
  display: block; margin-bottom: 1.25rem;
}
.philo-block .body-text { font-weight: 400; line-height: 1.95; max-width: 55ch; }

/* ---------- Section — The Collection (specimens) ---------- */
.collection { padding: var(--sp-md) 0; }
.collection-head { text-align: center; max-width: 680px; margin: 0 auto 2.8rem; }
.collection-head .headline { margin-top: 0.8rem; }
.collection-head .rule { margin: 1.1rem auto; }
.collection-intro { margin: 0 auto; text-align: center; }

/* ---------- Ticker ---------- */
.ticker { overflow: hidden; padding: 1.2rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: transparent; text-align: center; }
.ticker-inner { display: flex; flex-wrap: wrap; justify-content: center; }
.ticker-set { font-family: var(--sans); font-weight: 300; font-size: 10px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--ink-mute); padding: 0 1.5rem; }
.ticker-set i { color: var(--vetiver); font-style: normal; margin: 0 1.5rem; }

/* ---------- Section — The Material Archive ---------- */
.archive { background: var(--stone-1); border-top: 1px solid var(--border); padding: var(--sp-md) 0; }
.archive-head { max-width: 680px; margin: 0 auto 2.8rem; text-align: center; }
.archive-head .headline { margin-top: 0.8rem; }
.archive-head .rule { margin: 1.1rem auto; }
.archive-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.arch-item { display: flex; flex-direction: column; }
.arch-item .ph { width: 100%; }
.arch-name { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: 1.4rem; color: var(--ink); margin: 1.1rem 0 0.6rem; line-height: 1.1; }

/* ---------- Section — Craftsmanship ---------- */
.craft { padding: var(--sp-md) 0; }
.craft-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 5rem; align-items: center; }
.craft-media .ph { width: 100%; }
.craft-copy .headline { margin: 0.8rem 0 1.1rem; }
.craft-copy .body-text { margin-bottom: 1.75rem; }
.craft-points { border-top: 1px solid var(--border); margin-bottom: 1.75rem; }
.craft-point { padding: 1.1rem 0; border-bottom: 1px solid var(--border); }
.craft-point .cp-k { font-family: var(--sans); font-weight: 300; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--vetiver); display: block; margin-bottom: 0.35rem; }
.craft-point .cp-v { font-family: var(--sans); font-weight: 400; font-size: 13px; line-height: 1.7; color: var(--ink-soft); }

/* ---------- Section — Discovery CTA ---------- */
.discovery-cta { text-align: center; padding: var(--sp-md) 0; background: transparent; border: none; }
.discovery-cta-inner { text-align: center; margin: 0 auto; }
.discovery-cta-inner .headline { margin-top: 0.9rem; }
.discovery-cta-body { margin: 2rem auto 3rem; text-align: center; }
.discovery-cta-fine { margin-top: 2rem; text-transform: none; letter-spacing: 0.03em; font-size: 11px; color: var(--ink-mute); }

/* ---------- Section — From the Journal ---------- */
.home-journal { background: var(--stone-1); border-top: 1px solid var(--border); padding: var(--sp-md) 0; }
.home-journal-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-bottom: 2.2rem; }
.home-journal-head .headline { margin-top: 0.7rem; }
.hj-link { font-family: var(--sans); font-weight: 300; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--vetiver); white-space: nowrap; padding-bottom: 3px; border-bottom: 1px solid var(--vetiver-lt); }
.hj-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.hj-card { display: flex; flex-direction: column; }
.hj-card .ph { width: 100%; }
.hj-cat { font-family: var(--sans); font-weight: 300; font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--ink-mute); margin: 1.2rem 0 0.7rem; display: block; }
.hj-title { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: 1.6rem; line-height: 1.12; color: var(--ink); margin-bottom: 0.7rem; }
.hj-more { font-family: var(--sans); font-weight: 300; font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--vetiver); }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .hero { min-height: 92vh; }
  .hero-inner { padding-bottom: 5rem; }
  .hero-ctas { gap: 1.6rem; }

  .philosophy { padding: 6rem 0; }
  .philo-grid { grid-template-columns: 1fr; gap: 3rem; }
  .philo-sticky { position: static; }

  .collection { padding: 6rem 0; }

  .archive { padding: 6rem 0; }
  .archive-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }

  .craft { padding: 6rem 0; }
  .craft-grid { grid-template-columns: 1fr; gap: 2.5rem; }

  .discovery-cta { padding: 6rem 0; }

  .home-journal { padding: 6rem 0; }
  .home-journal-head { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .hj-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}
