/* ============================================================
   ARKEN OLFACTIVE — Brand Story (light Stone + Vetiver)
   ============================================================ */

/* ---------- Hero ---------- */
.story-hero { min-height: 100vh; display: flex; align-items: flex-end; padding: 0 0 5rem; }
.story-hero-inner { width: 100%; }
.story-hero-headline { margin-top: 2rem; max-width: 18ch; }
.story-hero-headline .italic,
.story-hero-headline .accent-lt {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--vetiver);
}

/* ---------- The Brief ---------- */
.story-brief { padding: var(--sp-md) 0; }
.story-brief .headline { margin-top: 1rem; }
.story-brief .rule { margin: 1.4rem 0; }
.story-lead {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: var(--ink-soft);
  margin-bottom: 2rem;
  max-width: 52ch;
}

/* ---------- Ingredient panels ---------- */
.ingredients { background: var(--stone-1); }
.ingredients-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.ing-panel {
  min-height: 520px;
  background: var(--stone-2);
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  border-top: 1px solid transparent;
  border-right: 1px solid var(--stone-3);
}
.ing-panel:last-child { border-right: none; }
.ing-panel--1 { border-top-color: var(--vetiver); }
.ing-panel--2 { border-top-color: var(--f02-lt); }
.ing-panel--3 { border-top-color: var(--pewter); }

.ing-name {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 1.0;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.ing-loc { margin-top: 0.6rem; }
.ing-panel .rule { margin: 1.1rem 0; }
.ing-body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
  line-height: 1.85;
  margin-top: auto;
}

/* ---------- The House ---------- */
.house { padding: var(--sp-md) 0; }
.house-grid { display: grid; grid-template-columns: 40% 60%; gap: 6rem; align-items: center; }
.house-num {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(23,20,15,0.14);
  display: block;
}
.house-close { color: var(--vetiver); }
.house-cta { margin-top: 2.5rem; }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .story-hero { padding-bottom: 5rem; }
  .story-brief { padding: 6rem 0; }
  .ingredients-grid { grid-template-columns: 1fr; }
  .ing-panel { min-height: auto; border-right: none; border-bottom: 1px solid var(--stone-3); }
  .ing-body { margin-top: 1.75rem; }
  .house { padding: 6rem 0; }
  .house-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* ---------- Founder note ---------- */
.founder { padding: 0 0 5rem; }
.founder .eyebrow { margin-bottom: 1rem; }
.founder-note {
  font-family: var(--serif); font-weight: 300; font-style: italic;
  font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.5; letter-spacing: -0.01em;
  color: var(--ink); max-width: 30ch;
}
.founder-sign {
  display: block; margin-top: 2.2rem;
  font-family: var(--sans); font-weight: 300; font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute);
}
@media (max-width: 768px) { .founder { padding-bottom: 6rem; } }

/* ---------- Story hero — image-led ---------- */
.story-hero { position: relative; overflow: hidden; }
.story-hero-media { position: absolute; inset: 0; z-index: 0; }
.story-hero-media .ph-img { filter: brightness(0.9); }
.story-hero-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(15,13,9,0.25) 0%, rgba(15,13,9,0.35) 45%, rgba(15,13,9,0.78) 100%); }
.story-hero-inner { position: relative; z-index: 2; }
.story-hero .eyebrow { color: rgba(241,238,230,0.7); }
.story-hero-headline { color: var(--bone); }
.story-hero-headline .italic, .story-hero-headline .accent-lt { color: rgba(241,238,230,0.78); }

/* ---------- The Nose ---------- */
.nose { padding: var(--sp-sm) 0; background: var(--paper); }
.nose .headline { margin-top: 0.8rem; }
.nose .rule { margin: 1.2rem 0; }
.nose .body-text { margin-bottom: 1.5rem; }
.nose-quote {
  margin: 3rem 0 1.5rem;
  padding-left: 1.6rem;
  border-left: 1px solid var(--vetiver-lt);
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  line-height: 1.4;
  color: var(--ink);
  max-width: 32ch;
}
.nose-sign { display: block; color: var(--ink-mute); }
@media (max-width: 768px) { .nose { padding: 6rem 0; } }
