/* ============================================================
   Damıthane — Koku Atölyesi & Seans Takvimi
   Design DNA: apothecary agenda / scent-diffusion · zümrüt + hardal
   Type: Fraunces (editorial serif display) · Bricolage Grotesque (UI)
         · Public Sans (body)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400..600;1,9..144,400..600&family=Bricolage+Grotesque:opsz,wght@12..96,500..800&family=Public+Sans:ital,wght@0,400..700;1,400..500&display=swap');

:root {
  /* type stacks */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-ui: "Bricolage Grotesque", "Public Sans", system-ui, sans-serif;
  --font-body: "Public Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

  --bg: #FAF8F3;
  --surface: #EAF0EC;
  --surface-2: #F1EDE4;
  --ink: #1E2A24;
  --ink-soft: #4A5A50;
  --ink-faint: #7A897F;
  --accent: #0F6E52;
  --accent-deep: #0A4E3A;
  --accent-2: #E4A11B;
  --accent-2-soft: #F3D79A;
  --line: rgba(30, 42, 36, 0.14);
  --line-strong: rgba(30, 42, 36, 0.30);
  --white: #FFFFFF;

  --header-h: 74px;
  --maxw: 1240px;
  --pad: clamp(18px, 3vw, 48px);
  --radius: 14px;
  --radius-sm: 9px;

  --ease: cubic-bezier(.2, .7, .2, 1);
  --ease-2: cubic-bezier(.4, 0, .2, 1);

  interpolate-size: allow-keywords;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; max-width: 100vw; overflow-x: hidden; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-ui);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0 0 0.5em;
  color: var(--ink);
  overflow-wrap: break-word;
  word-break: keep-all;
}

/* editorial serif display — hero, section heads, page heroes, big quotes */
.hero-display,
.section-head h2,
.page-hero h1,
.cta-inner h2,
.educator-quote,
.thanks h1 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.018em;
  font-optical-sizing: auto;
}
/* italic accent inside any display heading — the signature editorial gesture */
.hero-display .accent,
.section-head h2 em,
.cta-inner h2 em,
.page-hero h1 em,
.thanks h1 em,
.educator-quote em {
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
}
.cta-inner h2 em { color: var(--accent-2-soft); }

p { margin: 0 0 1em; overflow-wrap: anywhere; }
a { color: var(--accent); text-decoration: none; transition: color .24s var(--ease-2); }
a:hover { color: var(--accent-deep); }

.date, time, .tabular { font-variant-numeric: tabular-nums; font-weight: 600; letter-spacing: -0.01em; }

::selection { background: var(--accent-2-soft); color: var(--ink); }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 3px;
}

/* ---------- layout ---------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}

main { padding-top: var(--header-h); }

section { padding-block: clamp(56px, 8vw, 116px); position: relative; }

/* fixed-header offset for direct in-page anchor loads (JS handles clicks) */
main [id], section[id] { scroll-margin-top: calc(var(--header-h) + 16px); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.73rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 18px;
}
/* scent-diffusion mark: a small dot with a radiating line — the atelier motif */
.eyebrow::before {
  content: "";
  width: 30px;
  height: 8px;
  flex: none;
  background:
    radial-gradient(circle at 4px 50%, var(--accent-2) 0 3px, transparent 3.5px),
    linear-gradient(90deg, var(--accent-2) 0 100%) center/100% 1.5px no-repeat;
}

.section-head { max-width: 760px; margin-bottom: clamp(30px, 5vw, 56px); }
.section-head h2 { font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.04; }
.section-head p { color: var(--ink-soft); font-size: 1.08rem; max-width: 58ch; margin-top: 0.7em; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 2000;
  background: var(--ink);
  color: var(--bg);
  padding: 12px 20px;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ============================================================
   Header
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1080;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(250, 248, 243, 0.92);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid transparent;
  transition: background .24s var(--ease-2), height .24s var(--ease-2), border-color .24s var(--ease-2), box-shadow .24s var(--ease-2);
}
.site-header.is-scrolled {
  background: rgba(250, 248, 243, 0.98);
  border-bottom-color: var(--line);
  box-shadow: 0 8px 24px -16px rgba(0, 0, 0, 0.18);
  height: 64px;
}
.header-inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: 1.24rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  white-space: nowrap;
}
.brand:hover { color: var(--ink); }
.brand-mark { width: 30px; height: 30px; flex: none; color: var(--accent); }
.brand small {
  display: block;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 0.56rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: 2px;
}

.nav-desktop { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.nav-desktop a {
  position: relative;
  font-weight: 500;
  font-size: 0.96rem;
  color: var(--ink-soft);
  padding: 6px 0;
}
.nav-desktop a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 2px;
  background: var(--accent-2);
  transition: width .26s var(--ease);
}
.nav-desktop a:hover { color: var(--ink); }
.nav-desktop a:hover::after,
.nav-desktop a.is-active::after { width: 100%; }
.nav-desktop a.is-active { color: var(--ink); }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ink);
  color: var(--bg) !important;
  padding: 11px 20px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.94rem;
}
.nav-desktop .nav-cta::after { display: none; }
.nav-desktop .nav-cta:hover { background: var(--accent); color: var(--bg) !important; }

/* hamburger */
.nav-toggle {
  display: none;
  position: relative;
  z-index: 1100;
  width: 46px; height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--bg);
  cursor: pointer;
  flex: none;
}
.nav-toggle span {
  position: absolute;
  left: 50%; top: 50%;
  width: 19px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform .3s var(--ease), opacity .2s var(--ease-2);
}
.nav-toggle span:nth-child(1) { transform: translate(-50%, -7px); }
.nav-toggle span:nth-child(3) { transform: translate(-50%, 5px); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translate(-50%, -50%) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translate(-50%, -50%) rotate(-45deg); }

/* ---------- drawer ---------- */
.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1040;
  background: rgba(15, 24, 20, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity .24s var(--ease-2), visibility .24s;
}
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }

.drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  z-index: 1050;
  width: min(360px, 92vw);
  background: var(--bg);
  border-left: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform .32s var(--ease);
  display: flex;
  flex-direction: column;
  padding: calc(var(--header-h) + 18px) 26px 32px;
  overflow-y: auto;
}
.drawer.is-open { transform: translateX(0); }
.drawer-label {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 600;
  margin-bottom: 14px;
}
.drawer a {
  display: block;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--ink);
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.drawer a:hover, .drawer a.is-active { color: var(--accent); }
.drawer a.drawer-cta {
  margin-top: 22px;
  border: 0;
  background: var(--accent);
  color: var(--bg) !important;
  text-align: center;
  border-radius: 100px;
  font-size: 1.1rem;
  padding: 14px 0;
}
.drawer a.drawer-cta:hover { background: var(--accent-deep); color: var(--bg) !important; }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  padding: 15px 26px;
  border-radius: 100px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .22s var(--ease-2), color .22s var(--ease-2), transform .22s var(--ease-2), box-shadow .22s var(--ease-2), border-color .22s var(--ease-2);
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primary { background: var(--accent); color: var(--bg); }
.btn-primary:hover, .btn-primary:focus-visible {
  background: var(--accent-deep);
  color: var(--bg);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -14px rgba(15, 110, 82, 0.6);
}
.btn-ink { background: var(--ink); color: var(--bg); }
.btn-ink:hover, .btn-ink:focus-visible { background: var(--accent); color: var(--bg); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover, .btn-ghost:focus-visible { background: var(--surface); color: var(--ink); border-color: var(--ink); }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding-block: clamp(96px, 15vh, 190px);
  overflow: hidden;
  isolation: isolate;
  background: #14100c;
}
.hero-bg { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 50%;
  transform: scale(1.06);
  animation: hero-kenburns 20s var(--ease-2) infinite alternate;
  will-change: transform;
}
@keyframes hero-kenburns {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to   { transform: scale(1.17) translate3d(-1.6%, -2.4%, 0); }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(94deg, rgba(14,10,7,0.90) 0%, rgba(14,10,7,0.66) 40%, rgba(14,10,7,0.22) 100%),
    linear-gradient(0deg, rgba(14,10,7,0.74) 0%, rgba(14,10,7,0) 52%);
}

.hero-inner { position: relative; width: 100%; }
.hero-copy { max-width: 720px; }
.hero-eyebrow { color: var(--accent-2); margin-bottom: 22px; }
.hero-eyebrow::before { background: var(--accent-2); }

.hero-display {
  font-family: var(--font-display);
  font-weight: 500;
  font-optical-sizing: auto;
  color: #FDFBF6;
  font-size: clamp(2.5rem, 8.2vw, 5.6rem);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  text-shadow: 0 2px 34px rgba(0, 0, 0, 0.42);
}
.hero-display .word { display: inline-block; white-space: nowrap; }
.hero-display .accent {
  font-style: italic;
  font-weight: 500;
  color: var(--accent-2-soft);
}
.hero .hero-sub {
  font-family: "Public Sans", system-ui, sans-serif;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  color: rgba(253, 251, 246, 0.88);
  max-width: 52ch;
  margin-bottom: 34px;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.btn-hero-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #FDFBF6;
  border-color: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.btn-hero-ghost:hover, .btn-hero-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  border-color: #fff;
  transform: translateY(-2px);
}

.hero-stats {
  list-style: none;
  margin: 0;
  padding: 26px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 34px;
  max-width: 660px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.hero-stats li { display: flex; flex-direction: column; gap: 4px; }
.hero-stats b {
  font-family: var(--font-display);
  font-weight: 500;
  font-optical-sizing: auto;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  line-height: 1;
  color: #FDFBF6;
}
.hero-stats span {
  font-size: 0.82rem;
  color: rgba(253, 251, 246, 0.72);
  letter-spacing: 0.005em;
}

/* ============================================================
   Marquee calendar strip (hero) — NOT a decorative infinite brand ticker;
   it is the theme's date-ribbon; uses a static editorial pill row + subtle motion label
   ============================================================ */
.ribbon-section { padding-block: 0; }
.date-ribbon {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface-2);
  overflow: hidden;
}
.ribbon-track {
  display: flex;
  gap: 0;
  align-items: stretch;
}
.ribbon-track.animate { animation: ribbon-scroll 44s linear infinite; }
@keyframes ribbon-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ribbon-item {
  flex: none;
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 16px clamp(18px, 3vw, 34px);
  border-right: 1px solid var(--line);
  white-space: nowrap;
}
.ribbon-item .r-date { font-weight: 700; color: var(--accent); font-size: 0.98rem; }
.ribbon-item .r-name { color: var(--ink-soft); font-size: 0.94rem; }
.ribbon-item .r-tick { width: 6px; height: 6px; border-radius: 50%; background: var(--accent-2); align-self: center; }
@media (prefers-reduced-motion: reduce) { .ribbon-track.animate { animation: none; } }

/* ============================================================
   Horizontal timeline — SIGNATURE MOMENT
   ============================================================ */
.timeline-section { padding-bottom: clamp(60px, 8vw, 120px); }
.timeline-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; }
.timeline-hint {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.85rem; color: var(--ink-faint); font-weight: 500;
}
.timeline-hint svg { width: 20px; height: 20px; }

.timeline-scroller {
  margin-top: clamp(28px, 4vw, 48px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 22px;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) var(--surface);
}
.timeline-scroller::-webkit-scrollbar { height: 8px; }
.timeline-scroller::-webkit-scrollbar-track { background: var(--surface); border-radius: 10px; }
.timeline-scroller::-webkit-scrollbar-thumb { background: var(--line-strong); border-radius: 10px; }

.timeline-rail {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-width: min-content;
  position: relative;
  padding-top: 44px;
}
/* the horizontal axis line */
.timeline-rail::before {
  content: "";
  position: absolute;
  top: 20px; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--line-strong) 6%, var(--line-strong) 94%, transparent);
}

.tl-session {
  flex: none;
  width: clamp(268px, 78vw, 320px);
  scroll-snap-align: center;
  position: relative;
  padding: 0 clamp(12px, 2vw, 22px);
  border-right: 1px dashed var(--line);
}
.tl-session:last-child { border-right: 0; }

/* clock tick + node on axis */
.tl-node {
  position: absolute;
  top: -32px; left: clamp(12px, 2vw, 22px);
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--accent);
  transition: background .3s var(--ease), transform .3s var(--ease), border-color .3s var(--ease);
}
.tl-session.is-active .tl-node { background: var(--accent-2); border-color: var(--accent-2); transform: scale(1.35); }

.tl-date {
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--accent);
  letter-spacing: -0.01em;
}
.tl-time { color: var(--ink-soft); font-weight: 600; font-size: 0.9rem; }

.tl-card {
  margin-top: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 20px;
  transition: transform .34s var(--ease), box-shadow .34s var(--ease), border-color .34s var(--ease);
}
.tl-session.is-active .tl-card,
.tl-card:hover {
  border-color: var(--accent);
  box-shadow: 0 22px 48px -26px rgba(15, 110, 82, 0.5);
  transform: translateY(-6px);
}
.tl-card h3 { font-size: 1.28rem; margin-bottom: 12px; }
.tl-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.tl-tag {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 0.76rem; font-weight: 600;
  padding: 5px 10px;
  border-radius: 100px;
  background: var(--surface);
  color: var(--ink-soft);
}
.tl-tag svg { width: 13px; height: 13px; color: var(--accent); }
.tl-tag.level { background: var(--accent-2-soft); color: #6a4c05; }

/* note reveal — opens on active */
.tl-notes {
  border-top: 1px dashed var(--line);
  margin-top: 4px;
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .42s var(--ease), opacity .3s var(--ease-2), margin-top .3s var(--ease);
}
.tl-session.is-active .tl-notes { grid-template-rows: 1fr; opacity: 1; margin-top: 14px; padding-top: 14px; }
.tl-notes-inner { overflow: hidden; min-height: 0; }
.tl-note-row { display: flex; gap: 10px; align-items: baseline; font-size: 0.86rem; margin-bottom: 5px; }
.tl-note-row b { color: var(--accent); font-weight: 700; min-width: 46px; font-size: 0.72rem; letter-spacing: .06em; text-transform: uppercase; }
.tl-note-row span { color: var(--ink-soft); }
html.no-js .tl-notes { grid-template-rows: 1fr; opacity: 1; margin-top: 14px; padding-top: 14px; }

.tl-price { margin-top: 14px; font-weight: 700; color: var(--ink); font-size: 1.02rem; }
.tl-price small { font-weight: 500; color: var(--ink-faint); font-size: 0.72rem; }

/* ============================================================
   Workshop tiers
   ============================================================ */
.tiers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 26px);
  align-items: stretch;
}
.tier {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease);
}
.tier:hover { transform: translateY(-6px); box-shadow: 0 26px 52px -30px rgba(15, 110, 82, 0.45); border-color: var(--accent); }
.tier.featured { background: var(--ink); color: var(--surface); border-color: var(--ink); }
.tier.featured h3, .tier.featured .tier-price { color: var(--white); }
.tier.featured .tier-lvl { color: var(--accent-2); }
.tier.featured .tier-feats li { color: rgba(255,255,255,0.82); }
.tier.featured .tier-feats svg { color: var(--accent-2); }
.tier-badge {
  align-self: flex-start;
  font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700;
  color: var(--accent-2);
  margin-bottom: 14px;
}
.tier-icon { width: 44px; height: 44px; color: var(--accent); margin-bottom: 18px; }
.tier.featured .tier-icon { color: var(--accent-2); }
.tier-lvl { font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; color: var(--accent); margin-bottom: 6px; }
.tier h3 { font-size: 1.55rem; margin-bottom: 6px; }
.tier-price { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 2.2rem; letter-spacing: -0.02em; margin: 6px 0 2px; }
.tier-price small { font-family: "Public Sans"; font-weight: 500; font-size: 0.8rem; color: var(--ink-faint); }
.tier.featured .tier-price small { color: rgba(255,255,255,0.6); }
.tier-dur { font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 18px; }
.tier.featured .tier-dur { color: rgba(255,255,255,0.7); }
.tier-feats { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 10px; }
.tier-feats li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.94rem; color: var(--ink-soft); }
.tier-feats svg { width: 17px; height: 17px; color: var(--accent); flex: none; margin-top: 3px; }
.tier-feats li.excl { color: var(--ink-faint); }
.tier-feats li.excl svg { color: var(--ink-faint); }
.tier .btn { margin-top: auto; width: 100%; }
.tier-note { font-size: 0.78rem; color: var(--ink-faint); margin-top: 12px; text-align: center; }

/* ============================================================
   Process / how it works — vertical timeline
   ============================================================ */
.process-list { display: grid; gap: 0; max-width: 860px; margin-top: 20px; }
.pstep {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.pstep:last-child { border-bottom: 0; }
.pstep-num {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--bg);
  background: var(--accent);
  width: 54px; height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.pstep-body h3 { font-size: 1.24rem; margin-bottom: 6px; }
.pstep-body p { color: var(--ink-soft); margin-bottom: 6px; }
.pstep-when { display: inline-flex; align-items: center; gap: 6px; font-size: 0.8rem; font-weight: 600; color: var(--accent); }
.pstep-when svg { width: 14px; height: 14px; }

/* ============================================================
   Educator note
   ============================================================ */
.educator {
  background: var(--surface);
}
.educator-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.educator-portrait {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 34px;
  text-align: center;
}
.portrait-avatar {
  width: 96px; height: 96px;
  border-radius: 50%;
  background: var(--accent-2-soft);
  display: grid; place-items: center;
  margin: 0 auto 18px;
  color: var(--accent-deep);
}
.portrait-avatar svg { width: 46px; height: 46px; }
.educator-portrait h3 { font-size: 1.3rem; margin-bottom: 2px; }
.educator-portrait .role { color: var(--accent); font-weight: 600; font-size: 0.9rem; }
.educator-portrait .stats { display: flex; justify-content: center; gap: 24px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.educator-portrait .stats div { text-align: center; }
.educator-portrait .stats b { display: block; font-family: "Bricolage Grotesque"; font-size: 1.5rem; color: var(--ink); }
.educator-portrait .stats span { font-size: 0.72rem; color: var(--ink-faint); }
.educator-quote { font-size: clamp(1.4rem, 2.9vw, 2.15rem); font-family: var(--font-display); font-weight: 400; line-height: 1.24; letter-spacing: -0.01em; margin-bottom: 22px; }
.educator-quote em { font-style: italic; color: var(--accent); font-weight: 500; }
.educator-quote .mark { font-family: var(--font-display); color: var(--accent-2); font-weight: 600; }
.educator-text p { color: var(--ink-soft); }

/* ============================================================
   Stats band
   ============================================================ */
.stats-band { background: var(--ink); color: var(--surface); }
.stats-band .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { text-align: center; }
.stat b { display: block; font-family: "Bricolage Grotesque"; font-weight: 700; font-size: clamp(2.1rem, 5vw, 3.2rem); color: var(--white); letter-spacing: -0.02em; }
.stat b .suffix { color: var(--accent-2); }
.stat span { font-size: 0.86rem; color: rgba(255,255,255,0.66); letter-spacing: 0.02em; }

/* ============================================================
   CTA band
   ============================================================ */
.cta-band { text-align: center; }
.cta-inner {
  background: linear-gradient(140deg, var(--accent-deep), var(--accent) 70%);
  color: var(--surface);
  border-radius: calc(var(--radius) + 6px);
  padding: clamp(40px, 6vw, 74px) clamp(24px, 5vw, 60px);
  position: relative;
  overflow: hidden;
}
.cta-inner h2 { color: var(--white); font-size: clamp(1.9rem, 4.5vw, 3rem); }
.cta-inner p { color: rgba(255,255,255,0.86); max-width: 52ch; margin: 0 auto 26px; }
.cta-inner .btn-primary { background: var(--accent-2); color: #3a2802; }
.cta-inner .btn-primary:hover { background: var(--white); color: var(--ink); }
.cta-inner .btn-ghost { color: var(--white); border-color: rgba(255,255,255,0.5); }
.cta-inner .btn-ghost:hover { background: rgba(255,255,255,0.14); color: var(--white); border-color: var(--white); }
.cta-deco { position: absolute; inset: 0; opacity: 0.16; pointer-events: none; }

/* ============================================================
   Contact / atelier notes / FAQ / footer shared
   ============================================================ */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
  gap: clamp(14px, 2vw, 22px);
}
.ccard {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--white);
  transition: transform .26s var(--ease), box-shadow .26s var(--ease), border-color .26s var(--ease);
}
.ccard:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -26px rgba(15,110,82,0.4); border-color: var(--accent); }
.ccard-ico {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--surface);
  color: var(--accent);
  display: grid; place-items: center;
  margin-bottom: 16px;
}
.ccard-ico svg { width: 22px; height: 22px; }
.ccard h3 { font-size: 1.06rem; margin-bottom: 4px; }
.ccard a, .ccard p { display: block; color: var(--ink); font-weight: 600; margin: 0 0 4px; word-break: break-word; }
.ccard a:hover { color: var(--accent); }
.ccard .sub { color: var(--ink-faint); font-weight: 400; font-size: 0.84rem; }

/* atelier notes */
.notes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 18px; }
.note-item { border-left: 3px solid var(--accent-2); padding: 4px 0 4px 18px; transition: border-left-color .32s var(--ease), transform .32s var(--ease); }
.note-item img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 12px; margin-bottom: 12px; transition: transform .5s var(--ease), box-shadow .42s var(--ease); }
.note-item:hover { border-left-color: var(--accent); transform: translateX(2px); }
/* warm hardal/amber glow — theme-specific micro-effect */
.note-item:hover img { transform: scale(1.035); box-shadow: 0 22px 44px -24px rgba(228,161,27,0.55); }
.educator-grid > div > img { width: 100%; border-radius: 14px; margin-top: 20px; aspect-ratio: 3 / 2; object-fit: cover; }
.note-item time { display: block; color: var(--accent); font-size: 0.82rem; margin-bottom: 4px; }
.note-item h3 { font-size: 1.06rem; margin-bottom: 4px; }
.note-item p { color: var(--ink-soft); font-size: 0.92rem; margin: 0; }

/* FAQ */
.faq-wrap { max-width: 840px; }
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .faq-ico {
  flex: none;
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  position: relative;
  transition: transform .34s var(--ease), background .24s var(--ease-2), border-color .24s;
}
.faq-item .faq-ico::before, .faq-item .faq-ico::after {
  content: ""; position: absolute; left: 50%; top: 50%; background: var(--ink);
  transition: opacity .24s;
}
.faq-item .faq-ico::before { width: 11px; height: 2px; transform: translate(-50%,-50%); }
.faq-item .faq-ico::after { width: 2px; height: 11px; transform: translate(-50%,-50%); }
.faq-item[open] .faq-ico { background: var(--accent); border-color: var(--accent); transform: rotate(90deg); }
.faq-item[open] .faq-ico::before, .faq-item[open] .faq-ico::after { background: var(--bg); }
.faq-item[open] .faq-ico::after { opacity: 0; }
.faq-answer {
  height: 0;
  padding: 0 0 0;
  overflow: hidden;
  transition: height .36s var(--ease-2), padding-block-end .36s var(--ease-2);
}
.faq-item[open] .faq-answer { height: auto; padding-block-end: 24px; }
.faq-answer p { color: var(--ink-soft); margin: 0 0 10px; }
.faq-answer p:last-child { margin-bottom: 0; }
@media (prefers-reduced-motion: reduce) { .faq-answer { transition: none; } }

/* ============================================================
   Forms
   ============================================================ */
.form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 40px);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 600; font-size: 0.9rem; color: var(--ink); }
.field label .req { color: var(--accent-2); }
.field input, .field select, .field textarea {
  font-family: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  padding: 13px 14px;
  transition: border-color .2s var(--ease-2), box-shadow .2s var(--ease-2);
  width: 100%;
}
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(15,110,82,0.14);
}
.field.kvkk { flex-direction: row; align-items: flex-start; gap: 11px; }
.field.kvkk label { font-weight: 400; font-size: 0.88rem; color: var(--ink-soft); line-height: 1.5; }
.field input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: auto;
  width: 18px; height: 18px;
  min-width: 18px; min-height: 18px;
  padding: 0; border: 0; margin: 2px 0 0;
  accent-color: var(--accent);
}
.form-actions { margin-top: 24px; }
.form-actions .btn { width: 100%; }
@media (min-width: 620px) { .form-actions .btn { width: auto; } }

/* ============================================================
   Footer
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.72);
  padding-block: clamp(48px, 6vw, 74px) 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 34px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-brand .brand { color: var(--white); }
.footer-brand .brand small { color: rgba(255,255,255,0.5); }
.footer-brand p { color: rgba(255,255,255,0.6); font-size: 0.92rem; margin-top: 16px; max-width: 32ch; }
.footer-col h4 { color: var(--white); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col a, .footer-col p { display: block; color: rgba(255,255,255,0.66); font-size: 0.92rem; margin-bottom: 9px; word-break: break-word; }
.footer-col a:hover { color: var(--accent-2); }
.footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  padding-top: 24px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
}
.footer-bottom a { color: rgba(255,255,255,0.5); }
.footer-bottom a:hover { color: var(--accent-2); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px; }

/* ============================================================
   Page hero (interior pages)
   ============================================================ */
.page-hero {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(48px, 7vw, 92px);
  min-height: 240px;
  display: flex;
  align-items: center;
}
.page-hero h1 { font-size: clamp(2.1rem, 5.5vw, 3.6rem); }
.page-hero p { color: var(--ink-soft); font-size: 1.08rem; max-width: 58ch; }
.breadcrumb { font-size: 0.84rem; color: var(--ink-faint); margin-bottom: 14px; }
.breadcrumb a { color: var(--ink-soft); }

/* prose (legal pages) */
.prose { max-width: 800px; }
.prose h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); margin-top: 44px; }
.prose h3 { font-size: 1.15rem; margin-top: 28px; }
.prose p, .prose li { color: var(--ink-soft); }
.prose ul, .prose ol { padding-left: 20px; margin-bottom: 1em; }
.prose li { margin-bottom: 8px; }
.prose a { text-decoration: underline; }
.prose .updated { color: var(--ink-faint); font-size: 0.88rem; }

/* hours card grid (contact) */
.hours-grid { display: grid; gap: 8px; }
.hour-row {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  font-size: 0.94rem;
}
.hour-row.today { border-color: var(--accent); background: var(--surface); }
.hour-row .day { font-weight: 600; }
.hour-row .time { color: var(--ink-soft); font-variant-numeric: tabular-nums; }

/* team cards (about) */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 22px; }
.team-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; background: var(--white); transition: transform .28s var(--ease), border-color .28s var(--ease), box-shadow .28s var(--ease); }
.team-card:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: 0 18px 40px -26px rgba(15,110,82,0.38); }
.team-card:hover .team-avatar { background: var(--accent-2); }
.team-avatar { width: 72px; height: 72px; border-radius: 50%; background: var(--accent-2-soft); color: var(--accent-deep); display: grid; place-items: center; margin-bottom: 18px; transition: background .28s var(--ease-2); }
.team-avatar svg { width: 34px; height: 34px; }
.team-card h3 { font-size: 1.2rem; margin-bottom: 2px; }
.team-card .role { color: var(--accent); font-weight: 600; font-size: 0.86rem; margin-bottom: 12px; }
.team-card p { color: var(--ink-soft); font-size: 0.92rem; margin: 0; }

/* testimonials editorial grid */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 20px; }
.testi { border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; background: var(--white); position: relative; transition: transform .28s var(--ease), border-color .28s var(--ease), box-shadow .28s var(--ease); }
.testi:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: 0 18px 40px -26px rgba(15,110,82,0.35); }
.testi:hover .qmark { color: var(--accent-2); }
.testi .qmark { font-family: "Bricolage Grotesque"; font-size: 3rem; color: var(--accent-2-soft); line-height: 0.6; margin-bottom: 8px; display: block; transition: color .28s var(--ease-2); }
.testi p { color: var(--ink); font-size: 0.98rem; }
.testi .who { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.testi .who b { display: block; font-weight: 700; }
.testi .who span { font-size: 0.82rem; color: var(--ink-faint); }
.testi .stars { color: var(--accent-2); font-size: 0.82rem; letter-spacing: 2px; margin-bottom: 8px; }

/* value/feature cards */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 20px; }
.feature { border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; background: var(--white); transition: transform .26s var(--ease), border-color .26s var(--ease), box-shadow .26s var(--ease); }
.feature:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: 0 18px 40px -26px rgba(15,110,82,0.4); }
.feature-ico { width: 46px; height: 46px; color: var(--accent); margin-bottom: 16px; }
.feature h3 { font-size: 1.14rem; margin-bottom: 6px; }
.feature p { color: var(--ink-soft); font-size: 0.93rem; margin: 0; }

/* table scroll */
.table-scroll {
  display: block; width: 100%; max-width: 100%; min-width: 0;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  margin: 18px 0;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.table-scroll > table { margin: 0 !important; min-width: 480px; width: 100%; border-collapse: collapse; }
/* short 2-column tables fit narrow screens by wrapping instead of clipping/scrolling */
@media (max-width: 560px) {
  .table-scroll { overflow-x: visible; }
  .table-scroll > table { min-width: 0; }
  table th, table td { padding: 10px 12px; font-size: 0.84rem; }
}
:where(*:has(> .table-scroll), *:has(> * > .table-scroll), *:has(> * > * > .table-scroll)) { min-width: 0; }
table th, table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); font-size: 0.92rem; }
table th { background: var(--surface); font-weight: 700; color: var(--ink); }
table td { color: var(--ink-soft); }

/* thank-you */
.thanks { text-align: center; padding-block: clamp(70px, 12vw, 150px); }
.thanks .ok-ico { width: 88px; height: 88px; margin: 0 auto 26px; color: var(--accent); }
.thanks h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
.thanks p { color: var(--ink-soft); max-width: 46ch; margin: 0 auto 26px; }

/* ============================================================
   Cookie banner
   ============================================================ */
.cookie-banner {
  position: fixed;
  bottom: 16px; left: 16px; right: 16px;
  max-width: 520px;
  margin: 0 auto;
  background: var(--ink);
  color: rgba(255,255,255,0.82);
  border-radius: var(--radius);
  padding: 22px 24px;
  z-index: 9999;
  transform: translateY(140%);
  opacity: 0;
  transition: transform .28s var(--ease), opacity .24s;
  box-shadow: 0 24px 60px -20px rgba(0,0,0,0.5);
}
.cookie-banner.is-visible { transform: translateY(0); opacity: 1; }
@media (min-width: 720px) { .cookie-banner { left: 24px; right: auto; max-width: 420px; } }
.cookie-banner h3 { color: var(--white); font-size: 1.05rem; margin-bottom: 6px; }
.cookie-banner p { font-size: 0.86rem; margin-bottom: 16px; }
.cookie-banner a { color: var(--accent-2); text-decoration: underline; }
/* accept + reject share the top row at equal width (no dark-pattern);
   settings is a secondary full-width text action below */
.cookie-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cookie-actions .btn { min-height: 44px; padding: 11px 14px; font-size: 0.9rem; }
.cookie-actions .btn-accept { background: var(--accent-2); color: #3a2802; }
.cookie-actions .btn-accept:hover { background: var(--white); color: var(--ink); }
.cookie-actions .btn-line[data-consent="reject"] { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.55); color: var(--white); }
.cookie-actions .btn-line[data-consent="reject"]:hover { background: rgba(255,255,255,0.16); color: var(--white); }
.cookie-actions .btn-line[data-consent="settings"] { grid-column: 1 / -1; min-height: 44px; padding: 10px 8px; background: transparent; border: 0; color: rgba(255,255,255,0.72); text-decoration: underline; text-underline-offset: 3px; font-size: 0.82rem; }
.cookie-actions .btn-line[data-consent="settings"]:hover { color: var(--white); background: transparent; }

/* cookie settings modal */
.cookie-modal {
  position: fixed; inset: 0; z-index: 10000;
  display: none;
  align-items: center; justify-content: center;
  padding: 20px;
  background: rgba(15,24,20,0.6);
}
.cookie-modal.is-open { display: flex; }
.cookie-modal-inner {
  background: var(--bg);
  border-radius: var(--radius);
  max-width: 480px; width: 100%;
  padding: 30px;
  max-height: 90vh; overflow-y: auto;
}
.cookie-modal h3 { font-size: 1.3rem; margin-bottom: 8px; }
.cookie-modal > .cookie-modal-inner > p { color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 20px; }
.toggle-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line); }
.toggle-row h4 { font-size: 0.98rem; margin: 0 0 2px; }
.toggle-row p { font-size: 0.8rem; color: var(--ink-faint); margin: 0; }
.switch { position: relative; width: 46px; height: 26px; flex: none; }
.switch input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.switch .track { position: absolute; inset: 0; background: var(--line-strong); border-radius: 100px; transition: background .2s; }
.switch .track::before { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; background: var(--white); border-radius: 50%; transition: transform .2s var(--ease); }
.switch input:checked + .track { background: var(--accent); }
.switch input:checked + .track::before { transform: translateX(20px); }
.switch input:disabled + .track { background: var(--accent-2); opacity: 0.7; }
.cookie-modal .btn { width: 100%; margin-top: 20px; }

/* ============================================================
   Reveal + motion
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 640ms var(--ease), transform 640ms var(--ease); transition-delay: calc(var(--i, 0) * 80ms); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .flacon-glow, .scent-particle, .ribbon-track.animate { animation: none !important; }
  .hero-bg img { animation: none !important; transform: scale(1.02) !important; }
  /* keep colour/shadow cues but drop motion on card hovers */
  .note-item:hover, .note-item:hover img,
  .testi:hover, .team-card:hover,
  .tier:hover, .tl-card:hover, .ccard:hover, .feature:hover { transform: none !important; }
}
html.no-js .reveal { opacity: 1; transform: none; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .nav-desktop { display: none; }
  .nav-toggle { display: block; }
  .educator-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .tiers-grid { grid-template-columns: 1fr; }
  .stats-band .container { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .pstep { grid-template-columns: 46px 1fr; gap: 16px; }
  .pstep-num { width: 44px; height: 44px; font-size: 1.2rem; }
  section { padding-block: clamp(44px, 9vw, 72px); }
}
@media (max-width: 430px) {
  .ccard, .feature, .tier, .testi, .team-card { padding: 20px; }
  .cookie-banner { padding: 18px; }
  .ccard-ico, .feature-ico { }
}

.scroll-progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--accent);z-index:9998;transition:width 80ms linear;pointer-events:none}

/* header-cta-padding-guard v1 */
.nav-desktop a.nav-cta, header a.nav-cta, .site-header a.nav-cta {
  padding: 10px 18px;
}

/* ════════════════════════════════════════════════════════════
   PREMIUM ART-DIRECTION LAYER — Damıthane
   Apothecary editorial · scent-diffusion motifs · formula ledger
   Only transform/opacity/filter animate. reduced-motion respected.
   ════════════════════════════════════════════════════════════ */

/* ---- atmosphere: warm apothecary paper wash under everything ---- */
body {
  background:
    radial-gradient(120% 70% at 88% -8%, rgba(228,161,27,0.055), transparent 55%),
    radial-gradient(90% 60% at -6% 108%, rgba(15,110,82,0.05), transparent 55%),
    var(--bg);
  background-attachment: fixed;
}
@media (max-width: 760px) { body { background-attachment: scroll; } }

/* refined heading kerning for the serif display at large sizes */
.section-head h2, .page-hero h1, .cta-inner h2 { text-wrap: balance; }

/* ---- eyebrow: amber diffusion mark on dark hero ---- */
.hero-eyebrow::before,
.cta-inner .eyebrow::before,
.tier.featured .eyebrow::before {
  background:
    radial-gradient(circle at 4px 50%, var(--accent-2) 0 3px, transparent 3.5px),
    linear-gradient(90deg, var(--accent-2) 0 100%) center/100% 1.5px no-repeat;
}

/* ---- buttons: subtle depth on primary ---- */
.btn-primary {
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 140%);
  box-shadow: 0 1px 0 rgba(255,255,255,0.12) inset, 0 10px 26px -18px rgba(15,110,82,0.7);
}

/* ---- ribbon: fade edges + a leading "koku" glyph per item ---- */
.date-ribbon {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.ribbon-item { position: relative; }
.ribbon-item .r-date { font-family: var(--font-ui); letter-spacing: 0.01em; }

/* ============================================================
   Timeline — signature moment refinements
   ============================================================ */
.timeline-hint {
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 7px 14px;
  background: var(--white);
}
.tl-date { font-family: var(--font-ui); }
/* active card gets an amber ledger accent + a soft diffusion halo behind the node */
.tl-node::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid var(--accent-2);
  opacity: 0;
  transform: scale(0.6);
  transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.tl-session.is-active .tl-node { position: relative; }
.tl-session.is-active .tl-node::after { opacity: .55; transform: scale(1); }
.tl-card { position: relative; overflow: hidden; }
.tl-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--accent-2);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .42s var(--ease);
}
.tl-session.is-active .tl-card::before,
.tl-card:hover::before { transform: scaleY(1); }
.tl-price { font-family: var(--font-ui); }

/* ============================================================
   Stats band — apothecary counter with hairline separators
   ============================================================ */
.stats-band {
  background:
    radial-gradient(80% 120% at 100% 0%, rgba(228,161,27,0.12), transparent 55%),
    var(--ink);
}
.stats-band .container { position: relative; }
.stat { position: relative; padding-inline: 8px; }
.stat + .stat::before {
  content: "";
  position: absolute;
  left: -10px; top: 12%; bottom: 12%;
  width: 1px;
  background: rgba(255,255,255,0.16);
}
.stat b { font-family: var(--font-display); font-weight: 500; }
@media (max-width: 760px) { .stat + .stat::before { display: none; } }

/* ============================================================
   Workshop tiers — ledger cards
   ============================================================ */
.tiers-grid { align-items: start; }
.tier { position: relative; overflow: hidden; }
/* the "featured" middle tier lifts slightly, like a chosen page in a ledger */
@media (min-width: 761px) { .tier.featured { transform: translateY(-14px); } .tier.featured:hover { transform: translateY(-20px); } }
.tier::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease);
}
.tier:hover::after, .tier.featured::after { transform: scaleX(1); }
.tier-icon {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  box-sizing: content-box;
  width: 30px; height: 30px;
}
.tier.featured .tier-icon { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.14); }
.tier-price { font-family: var(--font-display); font-weight: 500; }
.tier.featured .tier-badge { color: var(--accent-2); }

/* ============================================================
   Process — vertical rail with gradient + ring numbers
   ============================================================ */
.process-list { position: relative; }
.pstep-num {
  background: var(--white);
  color: var(--accent);
  border: 1.5px solid var(--accent);
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-weight: 500;
}
.pstep-body h3 { font-family: var(--font-ui); }
/* connective thread between step numbers */
.pstep { position: relative; }
.pstep:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 27px; top: 60px; bottom: -1px;
  width: 1.5px;
  background: linear-gradient(180deg, var(--accent), var(--line));
}
@media (max-width: 760px) { .pstep:not(:last-child)::before { left: 22px; top: 52px; } }
.pstep-when { font-family: var(--font-ui); }

/* ============================================================
   Educator — portrait card refinements
   ============================================================ */
.educator-portrait { position: relative; overflow: hidden; }
.educator-portrait::before {
  content: "";
  position: absolute;
  inset: auto -30% -40% -30%;
  height: 60%;
  background: radial-gradient(50% 100% at 50% 100%, rgba(228,161,27,0.14), transparent 70%);
  pointer-events: none;
}
.educator-portrait .stats b { font-family: var(--font-display); font-weight: 500; }

/* ============================================================
   Testimonials — editorial quote cards
   ============================================================ */
.testi { overflow: hidden; }
.testi .qmark { font-family: var(--font-display); font-size: 3.4rem; }
.testi::after {
  content: "";
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--accent-2);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .38s var(--ease);
}
.testi:hover::after { transform: scaleY(1); }

/* ============================================================
   Atelier notes — gallery tiles
   ============================================================ */
.note-item { position: relative; }
.note-item time { font-family: var(--font-ui); letter-spacing: 0.02em; text-transform: uppercase; font-size: 0.74rem; }
.note-item h3 { font-family: var(--font-ui); }
.note-item img { box-shadow: 0 10px 30px -22px rgba(30,42,36,0.5); }

/* ============================================================
   FAQ — ledger rows
   ============================================================ */
.faq-item summary { transition: color .22s var(--ease-2), padding-left .3s var(--ease); }
.faq-item summary:hover { color: var(--accent); }
.faq-item[open] summary { color: var(--accent-deep); }

/* ============================================================
   CTA — scent-diffusion field
   ============================================================ */
.cta-inner {
  background:
    radial-gradient(60% 120% at 85% 15%, rgba(228,161,27,0.22), transparent 55%),
    radial-gradient(50% 90% at 12% 90%, rgba(255,255,255,0.10), transparent 60%),
    linear-gradient(140deg, var(--accent-deep), var(--accent) 72%);
}
.cta-inner .eyebrow { color: var(--accent-2); }

/* ============================================================
   Contact cards + features — icon plates
   ============================================================ */
.ccard, .feature, .team-card { position: relative; overflow: hidden; }
.ccard::after, .feature::after, .team-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .38s var(--ease);
}
.ccard:hover::after, .feature:hover::after, .team-card:hover::after { transform: scaleX(1); }
.feature-ico {
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  box-sizing: content-box;
  width: 28px; height: 28px;
}

/* ============================================================
   Page hero (interior) — layered apothecary tint
   ============================================================ */
.page-hero {
  background:
    radial-gradient(70% 130% at 90% -20%, rgba(228,161,27,0.10), transparent 55%),
    var(--surface);
  position: relative;
  overflow: hidden;
}
.page-hero .breadcrumb { font-family: var(--font-ui); letter-spacing: 0.02em; }

/* ============================================================
   Footer — quiet warmth
   ============================================================ */
.site-footer {
  background:
    radial-gradient(60% 120% at 100% 0%, rgba(15,110,82,0.22), transparent 55%),
    var(--ink);
}
.footer-brand .brand small { color: rgba(255,255,255,0.5); }

/* ---- hover-lift consistency (accent-tinted shadow already themed) ---- */
.tier, .testi, .team-card, .ccard, .feature, .tl-card, .note-item { will-change: auto; }

/* ============================================================
   reduced-motion: neutralise the new decor animations
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .tier::after, .ccard::after, .feature::after, .team-card::after,
  .testi::after, .tl-card::before, .tier.featured { transform: none !important; }
  .tl-node::after { opacity: 0 !important; }
  .tier::after, .ccard::after, .feature::after, .team-card::after { transform: scaleX(1) !important; }
}
