@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400;1,9..144,600;1,9..144,700&display=swap");

/* =========================================================
   Mor Bir Mola — Lavanta temalı butik kahve & pastane
   Art direction: "Fincanda Lavanta" — sunlit boutique diary.
   Warm paper cream · lavender ink · brass · sage sprig ·
   dusty mauve. Editorial-magazine system, elevated.
   ========================================================= */

:root {
  --bg: #FCFBF7;
  --paper: #F7F3EC;
  --surface: #F2EFE6;
  --surface-2: #ECE7F1;
  --ink: #1C1B19;
  --ink-soft: #4A463F;
  --ink-faint: #7C766B;
  --accent: #6D5A9E;
  --accent-deep: #4E3F76;
  --accent-2: #A88C5B;
  --sage: #6E7E5C;        /* lavender-sprig green, from the hero */
  --mauve: #A98BB0;       /* dusty velvet-chair mauve */
  --line: rgba(28, 27, 25, 0.14);
  --line-strong: rgba(28, 27, 25, 0.28);
  --line-lav: rgba(109, 90, 158, 0.22);
  --lav-wash: rgba(109, 90, 158, 0.08);
  --rose-wash: rgba(169, 139, 176, 0.10);
  --header-h: 74px;

  --display: "Fraunces", "Georgia", "Times New Roman", serif;
  --serif: Georgia, "Times New Roman", serif;
  --body: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
  --mono: "Consolas", "Courier New", monospace;

  interpolate-size: allow-keywords;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

html, body {
  overflow-x: hidden;
  max-width: 100vw;
  margin: 0;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--accent-deep); text-decoration: none; }
a:hover { color: var(--accent); }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-optical-sizing: auto;
  font-variation-settings: "SOFT" 40, "opsz" 40;
  font-weight: 700;
  font-style: italic;
  line-height: 1.12;
  color: var(--ink);
  margin: 0 0 0.5em;
  letter-spacing: -0.014em;
}

p { margin: 0 0 1.1em; }

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

.narrow {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.eyebrow {
  font-family: var(--body);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  color: var(--accent);
  margin: 0 0 1.1rem;
  display: inline-block;
}

/* Numbered section marker — chapter-of-a-diary feel */
.sec-num {
  font-family: var(--display);
  font-variation-settings: "SOFT" 30, "opsz" 20;
  font-style: italic;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--accent-2);
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 6px;
  margin-bottom: 1.6rem;
  position: relative;
}
.sec-num::before {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent-2), transparent);
  flex: none;
}

.rule {
  border: 0;
  height: 1px;
  background: var(--line);
  margin: 2.4rem 0;
}
.rule-thin {
  width: 64px;
  height: 2px;
  background: var(--accent);
  border: 0;
  margin: 1.4rem 0;
}

/* Typographic ornament divider */
.ornament {
  text-align: center;
  color: var(--accent-2);
  font-family: var(--serif);
  font-style: italic;
  letter-spacing: 0.5em;
  font-size: 1rem;
  margin: 2.6rem 0;
  user-select: none;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--bg);
  padding: 10px 16px;
  z-index: 2000;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: var(--bg); }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* =========================================================
   HEADER
   ========================================================= */

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1080;
  height: var(--header-h);
  background: rgba(252, 251, 247, 0.92);
  border-bottom: 1px solid var(--line);
  transition: background 240ms ease, box-shadow 240ms ease, height 240ms ease;
}
.site-header.is-scrolled {
  background: rgba(252, 251, 247, 0.98);
  box-shadow: 0 8px 24px -16px rgba(28, 27, 25, 0.28);
  height: 64px;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--display);
  font-variation-settings: "SOFT" 60, "opsz" 30;
  font-style: italic;
  font-weight: 700;
  font-size: 1.32rem;
  color: var(--ink);
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.brand:hover { color: var(--ink); }
.brand .dot { color: var(--accent); font-style: normal; }
.brand small {
  font-family: var(--body);
  font-style: normal;
  font-weight: 400;
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-2);
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 30px);
}
.nav-desktop a {
  position: relative;
  font-family: var(--body);
  font-size: 0.94rem;
  color: var(--ink-soft);
  padding: 6px 0;
}
.nav-desktop a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  height: 1.5px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms cubic-bezier(.2,.7,.2,1);
}
.nav-desktop a:hover { color: var(--ink); }
.nav-desktop a:hover::after,
.nav-desktop a.is-active::after { transform: scaleX(1); }
.nav-desktop a.is-active { color: var(--accent-deep); }

.nav-cta {
  font-family: var(--body);
  background: var(--ink);
  color: var(--surface);
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}
.nav-desktop .nav-cta::after { display: none; }
.nav-desktop .nav-cta:hover,
.nav-cta:hover, .nav-cta:focus-visible {
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  position: relative;
  z-index: 1100;
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
}
.nav-toggle span {
  position: absolute;
  left: 11px; right: 11px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 260ms cubic-bezier(.2,.7,.2,1), opacity 200ms ease, top 260ms ease;
}
.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 27px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* =========================================================
   DRAWER (mobile)
   ========================================================= */

.drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(360px, 92vw);
  background: var(--bg);
  border-left: 1px solid var(--line);
  z-index: 1050;
  transform: translateX(100%);
  transition: transform 320ms cubic-bezier(.2,.7,.2,1);
  padding: calc(var(--header-h) + 24px) 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow-y: auto;
}
.drawer.is-open { transform: translateX(0); }
.drawer a {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--ink);
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.drawer a:hover { color: var(--accent); }
.drawer .drawer-cta,
.drawer a.nav-cta {
  margin-top: 20px;
  font-style: normal;
  font-family: var(--body);
  font-size: 1rem;
  text-align: center;
  background: var(--accent);
  color: #fff !important;
  border-radius: 999px;
  border-bottom: 0;
  padding: 14px 20px;
}
.drawer a.nav-cta:hover { background: var(--accent-deep); color: #fff !important; }

.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity 240ms ease, visibility 240ms ease;
  z-index: 1040;
}
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }

@media (max-width: 1023px) {
  .nav-desktop { display: none; }
  .nav-toggle { display: block; }
}

/* =========================================================
   MAIN / SECTIONS
   ========================================================= */

main { padding-top: var(--header-h); }

section { position: relative; }
/* anchor jumps (incl. cross-page #hash) clear the fixed header */
section[id], [id]:target { scroll-margin-top: calc(var(--header-h) + 12px); }

.section {
  padding-block: clamp(56px, 9vw, 120px);
}
.section--surface { background: var(--surface); }
.section--wash {
  background: linear-gradient(180deg, var(--bg), var(--surface-2) 60%, var(--bg));
}

/* =========================================================
   HERO — cinematic full-bleed photo
   ========================================================= */

.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding-block: clamp(104px, 17vh, 190px) clamp(56px, 10vh, 110px);
  overflow: hidden;
  isolation: isolate;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #241830;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.06);
  will-change: transform;
  animation: heroKen 22s ease-in-out infinite alternate;
}
@keyframes heroKen {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to   { transform: scale(1.17) translate3d(-1.6%, -2.2%, 0); }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(22,16,32,0.58) 0%, rgba(22,16,32,0.30) 42%, rgba(20,14,30,0.80) 100%),
    linear-gradient(96deg, rgba(20,14,30,0.72) 0%, rgba(20,14,30,0.30) 52%, rgba(20,14,30,0.05) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}
.hero-eyebrow {
  font-family: var(--body);
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.76rem;
  color: #E4D6F7;
  display: block;
  margin-bottom: 1.4rem;
}
.hero-title {
  font-family: var(--display);
  font-optical-sizing: auto;
  font-variation-settings: "SOFT" 30, "opsz" 120;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(2.2rem, 8vw, 5.1rem);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -0.025em;
  color: #FBF8FF;
  text-wrap: balance;
  max-width: 16ch;
  text-shadow: 0 2px 34px rgba(10, 6, 20, 0.45);
}
.hero-title em {
  font-style: italic;
  color: #D6C2F2;
}
.hero-title .word {
  display: inline-block;
  white-space: nowrap;
}
.hero-sub {
  font-family: var(--body);
  font-size: clamp(1.02rem, 2.2vw, 1.34rem);
  color: rgba(247, 243, 255, 0.88);
  max-width: 560px;
  line-height: 1.6;
  margin-top: clamp(20px, 3vw, 30px);
  text-shadow: 0 1px 18px rgba(10, 6, 20, 0.35);
}
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: clamp(28px, 4vw, 44px);
}
.hero .btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 14px 34px -14px rgba(10, 6, 20, 0.75);
}
.hero .btn-primary:hover,
.hero .btn-primary:focus-visible {
  background: #fff;
  color: var(--accent-deep);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -16px rgba(10, 6, 20, 0.8);
}
.hero .btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #FBF8FF;
  border-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(2px);
}
.hero .btn-ghost:hover,
.hero .btn-ghost:focus-visible {
  background: #fff;
  color: var(--accent-deep);
  border-color: #fff;
  transform: translateY(-2px);
}
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 6vw, 64px);
  margin-top: clamp(36px, 5vw, 60px);
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.stat .num {
  font-family: var(--display);
  font-variation-settings: "SOFT" 40, "opsz" 60;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: #E4D6F7;
  display: block;
  line-height: 1;
  font-variant-numeric: lining-nums;
}
.stat .lbl {
  font-size: 0.8rem;
  color: rgba(247, 243, 255, 0.72);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 8px;
  display: block;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--body);
  font-size: 1rem;
  padding: 13px 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  text-align: center;
}
.btn-primary { background: var(--ink); color: var(--surface); }
.btn-primary:hover, .btn-primary:focus-visible {
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -18px rgba(109, 90, 158, 0.9);
}
.btn-primary .arw { transition: transform 220ms ease; }
.btn-primary:hover .arw { transform: translateX(4px); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn-ghost:hover, .btn-ghost:focus-visible {
  background: var(--surface);
  color: var(--accent-deep);
  border-color: var(--accent);
  transform: translateY(-2px);
}

/* trust strip */
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 26px;
}
.trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--ink-faint);
  letter-spacing: 0.02em;
}
.trust-strip svg { width: 16px; height: 16px; color: var(--accent); flex: none; }

/* =========================================================
   MANIFESTO
   ========================================================= */

.manifesto p {
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  line-height: 1.7;
  color: var(--ink-soft);
}
.manifesto p:first-of-type::first-letter,
.drop::first-letter {
  font-family: var(--display);
  font-variation-settings: "SOFT" 60, "opsz" 144, "WONK" 1;
  font-style: italic;
  font-weight: 600;
  float: left;
  font-size: clamp(4.2rem, 12vw, 6.8rem);
  line-height: 0.66;
  padding: 12px 16px 0 0;
  color: var(--accent);
}
.manifesto .signoff {
  font-family: var(--serif);
  font-style: italic;
  color: var(--accent-2);
  font-size: 1.05rem;
  margin-top: 1.8rem;
}

/* =========================================================
   MENU (typographic list)
   ========================================================= */

.menu-head { max-width: 640px; margin-bottom: clamp(32px, 5vw, 56px); }
.menu-head p { color: var(--ink-soft); }

.menu-group + .menu-group { margin-top: clamp(40px, 6vw, 66px); }
.menu-group h3 {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  margin-bottom: 0.2em;
}
.menu-group .cat-note {
  font-family: var(--body);
  font-style: normal;
  font-size: 0.86rem;
  color: var(--accent-2);
  letter-spacing: 0.04em;
  margin-bottom: 1.4rem;
  display: block;
}

.menu-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 6px 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left 320ms cubic-bezier(.2,.7,.2,1);
}
/* warm lavender marker that grows in on hover */
.menu-item::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  border-radius: 2px;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  transition: transform 340ms cubic-bezier(.2,.7,.2,1), opacity 220ms ease;
}
.menu-item:hover { padding-left: 8px; }
.menu-item:hover::before { transform: scaleY(1); opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .menu-item { transition: none; }
  .menu-item:hover { padding-left: 0; }
  .menu-item::before { transition: opacity 200ms ease; transform: scaleY(1); }
}
.menu-item .mi-name { transition: color 220ms ease; }
.menu-item .mi-price { transition: color 220ms ease; }
.menu-item:hover .mi-price { color: var(--accent); }
.menu-item .mi-name {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 700;
  font-size: 1.22rem;
  color: var(--ink);
}
.menu-item .mi-price {
  font-family: var(--mono);
  font-size: 1.02rem;
  color: var(--accent-deep);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.menu-item .mi-desc {
  grid-column: 1 / -1;
  font-size: 0.96rem;
  color: var(--ink-faint);
  line-height: 1.55;
  margin: 0;
  max-width: 60ch;
}
.menu-item .mi-tag {
  display: inline-block;
  font-family: var(--body);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 2px 9px;
  margin-left: 8px;
  vertical-align: middle;
}
.menu-item:hover .mi-name { color: var(--accent-deep); }

/* =========================================================
   MEKAN (split narrative)
   ========================================================= */

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}
.split-media {
  position: relative;
}
.split-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 4px;
  filter: saturate(0.96);
}
.split-media figcaption {
  font-family: var(--body);
  font-size: 0.78rem;
  color: var(--ink-faint);
  letter-spacing: 0.06em;
  margin-top: 10px;
  font-style: italic;
}
.split-body h2 { font-size: clamp(1.9rem, 4.4vw, 3rem); }
.split-body p { color: var(--ink-soft); }
.split-body .lav-list {
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 0;
}
.split-body .lav-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: 0.98rem;
  color: var(--ink-soft);
}
.split-body .lav-list svg { width: 22px; height: 22px; color: var(--accent); margin-top: 3px; }

/* =========================================================
   GUN (günün tazeleri) — editorial grid cards
   ========================================================= */

.gun-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 3vw, 30px);
}
.gun-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  transition: transform 260ms cubic-bezier(.2,.7,.2,1), box-shadow 260ms ease, border-color 260ms ease;
}
.gun-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px -28px rgba(109, 90, 158, 0.55);
  border-color: var(--accent);
}
.gun-card .gc-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--lav-wash);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.gun-card .gc-icon svg { width: 24px; height: 24px; color: var(--accent-deep); }
.gun-card h3 { font-size: 1.35rem; margin-bottom: 0.3em; }
.gun-card p { font-size: 0.95rem; color: var(--ink-faint); margin: 0; flex: 1; }
.gun-card .gc-meta {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--mono);
  font-size: 0.84rem;
  color: var(--accent-2);
}

.gun-note {
  margin-top: clamp(28px, 4vw, 44px);
  font-family: var(--serif);
  font-style: italic;
  color: var(--ink-faint);
  font-size: 0.98rem;
  text-align: center;
}

/* =========================================================
   SIGNATURE — fading italic quotes on soft lavender
   ========================================================= */

.quote-band {
  background: var(--surface-2);
  padding-block: clamp(70px, 12vw, 150px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.quote-band blockquote {
  margin: 0 auto;
  max-width: 820px;
  font-family: var(--display);
  font-variation-settings: "SOFT" 50, "opsz" 72;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.5rem, 4vw, 2.7rem);
  line-height: 1.32;
  color: var(--accent-deep);
  letter-spacing: -0.012em;
}
.quote-band cite {
  display: block;
  margin-top: 1.6rem;
  font-family: var(--body);
  font-style: normal;
  font-size: 0.86rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-2);
}
/* scroll-linked fade quotes */
.fade-quote {
  opacity: 0.14;
  transition: opacity 700ms ease;
}
.fade-quote.is-lit { opacity: 1; }

/* =========================================================
   REVEAL
   ========================================================= */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1);
  transition-delay: calc(var(--i, 0) * 90ms);
}
.reveal.is-in { opacity: 1; transform: none; }

/* mask-clip reveal for text blocks */
.mask-reveal {
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  transition: clip-path 900ms cubic-bezier(.2,.7,.2,1), opacity 700ms ease;
  transition-delay: calc(var(--i, 0) * 90ms);
}
.mask-reveal.is-in { clip-path: inset(0 0 0 0); opacity: 1; }

html.no-js .reveal, html.no-js .mask-reveal { opacity: 1; transform: none; clip-path: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .mask-reveal { opacity: 1 !important; transform: none !important; clip-path: none !important; transition: none !important; }
  .sprig, .mote, .pollen { animation: none !important; display: none; }
  .hero-media img { animation: none !important; transform: scale(1.02) !important; }
  /* keep card hovers as a colour/shadow cue only — no motion */
  .gun-card:hover, .channel-card:hover, .person:hover,
  .price-card:hover, .testi:hover { transform: none; }
}

/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
  background: var(--ink);
  color: #E8E3DA;
  padding-block: clamp(48px, 7vw, 84px) 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(28px, 5vw, 56px);
}
.site-footer h4 {
  color: #fff;
  font-size: 1.06rem;
  margin-bottom: 1rem;
}
.footer-brand .fb-name {
  font-family: var(--display);
  font-variation-settings: "SOFT" 60, "opsz" 40;
  font-style: italic;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 0.4rem;
}
.site-footer p { color: #B9B2A6; font-size: 0.94rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #CFC8BC; font-size: 0.94rem; }
.footer-links a:hover { color: #fff; }
.footer-contact { font-size: 0.94rem; color: #C6BFB3; line-height: 1.7; }
.footer-contact a { color: #E8E3DA; word-break: break-word; }
.footer-contact a:hover { color: #fff; }
.footer-bottom {
  margin-top: clamp(36px, 5vw, 56px);
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  font-size: 0.82rem;
  color: #948D82;
}
.footer-bottom .biz-id { font-family: var(--mono); letter-spacing: 0.03em; }

/* =========================================================
   COOKIE BANNER
   ========================================================= */

.cookie-banner {
  position: fixed;
  bottom: 16px; left: 16px; right: 16px;
  max-width: 520px;
  margin: 0 auto;
  background: var(--bg);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 0 24px 60px -20px rgba(28,27,25,0.4);
  transform: translateY(140%);
  opacity: 0;
  transition: transform 280ms cubic-bezier(.2,.7,.2,1), opacity 240ms ease;
  z-index: 9999;
}
.cookie-banner.is-visible { transform: translateY(0); opacity: 1; }
.cookie-banner h4 { font-size: 1.1rem; margin-bottom: 0.4rem; }
.cookie-banner p { font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 1rem; }
.cookie-banner p a { color: var(--accent-deep); text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-actions button {
  flex: 1 1 auto;
  min-height: 44px;
  font-family: var(--body);
  font-size: 0.9rem;
  border-radius: 999px;
  cursor: pointer;
  padding: 10px 16px;
  border: 1px solid var(--line-strong);
  transition: background 200ms ease, color 200ms ease;
}
.cookie-actions [data-consent="accept"] { background: var(--ink); color: var(--surface); border-color: var(--ink); }
.cookie-actions [data-consent="accept"]:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
/* reject holds visual weight comparable to accept (consent fairness) */
.cookie-actions [data-consent="reject"] { background: transparent; color: var(--ink); border-color: var(--ink); }
.cookie-actions [data-consent="reject"]:hover { background: var(--surface); color: var(--ink); border-color: var(--ink); }
.cookie-actions [data-consent="settings"] { background: transparent; color: var(--ink-soft); }
.cookie-actions [data-consent="settings"]:hover { background: var(--surface); color: var(--ink); }

@media (min-width: 640px) {
  .cookie-banner { left: 24px; right: auto; max-width: 420px; }
}

/* Cookie settings modal */
.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(28,27,25,0.55);
}
.cookie-modal.is-open { display: grid; }
.cookie-modal .cm-inner {
  background: var(--bg);
  border-radius: 16px;
  padding: 30px 28px;
  max-width: 480px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}
.cookie-modal h3 { font-size: 1.5rem; }
.cm-toggle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.cm-toggle .cm-txt strong { display: block; font-family: var(--serif); font-style: italic; }
.cm-toggle .cm-txt span { font-size: 0.86rem; color: var(--ink-faint); }
.cm-switch { position: relative; width: 46px; height: 26px; flex: none; margin-top: 4px; }
.cm-switch input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.cm-switch .track {
  position: absolute; inset: 0;
  background: var(--line-strong);
  border-radius: 999px;
  transition: background 200ms ease;
}
.cm-switch .track::after {
  content: ""; position: absolute; top: 3px; left: 3px;
  width: 20px; height: 20px; background: #fff; border-radius: 50%;
  transition: transform 200ms ease;
}
.cm-switch input:checked + .track { background: var(--accent); }
.cm-switch input:checked + .track::after { transform: translateX(20px); }
.cm-switch input:disabled + .track { opacity: 0.5; }
.cm-save { margin-top: 22px; width: 100%; }

/* =========================================================
   FORMS
   ========================================================= */

.form-wrap {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: clamp(24px, 4vw, 40px);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 4px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.86rem; color: var(--ink-soft); letter-spacing: 0.03em; }
.field input,
.field select,
.field textarea {
  font-family: var(--body);
  font-size: 1rem;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 12px 14px;
  width: 100%;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--lav-wash);
}
.field textarea { min-height: 130px; resize: vertical; }

.field.kvkk, label.kvkk {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--ink-soft);
  grid-column: 1 / -1;
}
.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-submit { margin-top: 8px; }
.field-note { font-size: 0.82rem; color: var(--ink-faint); margin-top: 4px; }

/* =========================================================
   CONTACT
   ========================================================= */

.channel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.channel-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px;
  background: var(--bg);
  transition: transform 240ms cubic-bezier(.2,.7,.2,1), box-shadow 240ms ease, border-color 240ms ease;
}
.channel-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -26px rgba(109,90,158,0.5);
  border-color: var(--accent);
}
.channel-card .ch-icon {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--lav-wash);
  display: grid; place-items: center;
  margin-bottom: 16px;
}
.channel-card .ch-icon svg { width: 24px; height: 24px; color: var(--accent-deep); }
.channel-card h3 { font-size: 1.2rem; margin-bottom: 0.2em; }
.channel-card a, .channel-card .ch-val {
  display: block;
  font-family: var(--body);
  font-style: normal;
  color: var(--accent-deep);
  font-size: 1rem;
  word-break: break-word;
}
.channel-card a:hover { color: var(--accent); }
.channel-card .ch-sub { font-size: 0.84rem; color: var(--ink-faint); margin-top: 6px; }

.hours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 8px;
}
.hours-day {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  font-variant-numeric: tabular-nums;
}
.hours-day.today { border-color: var(--accent); background: var(--lav-wash); }
.hours-day .hd-day { font-family: var(--serif); font-style: italic; color: var(--ink); }
.hours-day .hd-time { font-family: var(--mono); font-size: 0.86rem; color: var(--ink-soft); }

/* =========================================================
   ARTICLE / DOC PAGES
   ========================================================= */

.page-hero {
  padding-block: clamp(56px, 9vw, 110px) clamp(28px, 4vw, 48px);
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: clamp(2.1rem, 6vw, 4rem); }
.page-hero p { color: var(--ink-soft); max-width: 640px; font-size: 1.1rem; }
.page-hero .crumb {
  font-size: 0.82rem;
  color: var(--ink-faint);
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
.page-hero .crumb a { color: var(--accent-deep); }

.doc {
  max-width: 760px;
  margin: 0 auto;
  padding-block: clamp(44px, 7vw, 84px);
}
.doc h2 { font-size: clamp(1.5rem, 3.6vw, 2.1rem); margin-top: 2.2rem; }
.doc h3 { font-size: 1.24rem; margin-top: 1.6rem; }
.doc p, .doc li { color: var(--ink-soft); }
.doc ul, .doc ol { padding-left: 1.3em; }
.doc li { margin-bottom: 0.5em; }
.doc .updated { font-size: 0.86rem; color: var(--ink-faint); font-style: italic; }

/* team / about */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.person {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg);
  transition: transform 240ms cubic-bezier(.2,.7,.2,1), box-shadow 240ms ease, border-color 240ms ease;
}
.person:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px -28px rgba(109, 90, 158, 0.55);
  border-color: var(--accent);
}
.person img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.person .p-body { padding: 20px 22px; }
.person h3 { font-size: 1.3rem; margin-bottom: 0.1em; }
.person .role { font-family: var(--body); font-style: normal; color: var(--accent-2); font-size: 0.86rem; letter-spacing: 0.04em; display: block; margin-bottom: 0.7rem; }
.person p { font-size: 0.94rem; color: var(--ink-soft); margin: 0; }

/* testimonials editorial grid */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}
.testi {
  border-left: 3px solid var(--accent);
  padding: 6px 0 6px 24px;
  transition: transform 220ms cubic-bezier(.2,.7,.2,1), border-color 220ms ease;
}
.testi:hover {
  transform: translateX(5px);
  border-color: var(--accent-deep);
}
.testi blockquote {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.08rem;
  color: var(--ink);
  line-height: 1.55;
}
.testi .t-meta { margin-top: 12px; font-size: 0.84rem; color: var(--ink-faint); }
.testi .t-meta strong { color: var(--accent-deep); font-style: normal; }

/* pricing */
.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  align-items: stretch;
}
.price-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px 26px;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  transition: transform 240ms cubic-bezier(.2,.7,.2,1), box-shadow 240ms ease, border-color 240ms ease;
}
.price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px -30px rgba(109,90,158,0.5);
  border-color: var(--accent);
}
.price-card.featured { border-color: var(--accent); box-shadow: 0 24px 50px -30px rgba(109,90,158,0.5); }
.price-card.featured:hover { box-shadow: 0 30px 58px -30px rgba(109,90,158,0.6); }
.price-card h3 { font-size: 1.4rem; margin-bottom: 0.2em; }
.price-card .price {
  font-family: var(--display);
  font-variation-settings: "SOFT" 40, "opsz" 60;
  font-style: italic;
  font-weight: 600;
  font-size: 2.1rem;
  color: var(--accent-deep);
  margin: 0.4rem 0 0.2rem;
}
.price-card .price small { font-family: var(--body); font-style: normal; font-size: 0.8rem; color: var(--ink-faint); }
.price-card ul { list-style: none; padding: 0; margin: 1.2rem 0; flex: 1; }
.price-card li { font-size: 0.94rem; color: var(--ink-soft); padding: 7px 0; border-top: 1px solid var(--line); display: flex; gap: 10px; }
.price-card li svg { width: 16px; height: 16px; flex: none; margin-top: 4px; color: var(--accent); }
.price-card li.excl { color: var(--ink-faint); }
.price-card li.excl svg { color: var(--ink-faint); }

/* process timeline */
.timeline { list-style: none; padding: 0; margin: 0; position: relative; }
.timeline::before {
  content: ""; position: absolute; left: 15px; top: 8px; bottom: 8px;
  width: 2px; background: var(--line);
}
.timeline li {
  position: relative;
  padding: 0 0 30px 54px;
}
.timeline .step-num {
  position: absolute; left: 0; top: 0;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: grid; place-items: center;
  font-family: var(--serif); font-style: italic; font-size: 0.95rem;
}
.timeline h3 { font-size: 1.24rem; margin-bottom: 0.15em; }
.timeline .when { font-family: var(--mono); font-size: 0.8rem; color: var(--accent-2); display: block; margin-bottom: 0.4rem; }
.timeline p { font-size: 0.95rem; color: var(--ink-soft); margin: 0; }

/* faq */
.faq { max-width: 820px; margin: 0 auto; }
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 0;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 700;
  font-size: 1.18rem;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color 220ms ease;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover,
.faq summary:focus-visible,
.faq details[open] summary { color: var(--accent-deep); }
.faq summary:hover .chev { color: var(--accent-deep); }
.faq summary .chev {
  flex: none; width: 20px; height: 20px; color: var(--accent);
  transition: transform 300ms ease;
}
.faq details[open] summary .chev { transform: rotate(45deg); }
.faq .body {
  height: 0;
  padding: 0 4px;
  overflow: hidden;
  transition: height 360ms cubic-bezier(.4,0,.2,1), padding-block-end 360ms cubic-bezier(.4,0,.2,1);
}
.faq details[open] .body { height: auto; padding-block-end: 24px; }
.faq .body p { color: var(--ink-soft); font-size: 0.98rem; margin: 0; }
@media (prefers-reduced-motion: reduce) {
  .faq .body { transition: none; }
}

/* badges / notes block */
.notes-list { list-style: none; padding: 0; margin: 0; }
.notes-list li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: baseline;
}
.notes-list .n-date {
  font-family: var(--mono);
  font-size: 0.8rem;
  color: var(--accent-2);
  white-space: nowrap;
}
.notes-list .n-txt { font-size: 0.96rem; color: var(--ink-soft); }
.notes-list .n-txt strong { color: var(--ink); font-family: var(--serif); font-style: italic; }

/* tables */
.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; }
:where(*:has(> .table-scroll), *:has(> * > .table-scroll), *:has(> * > * > .table-scroll)) { min-width: 0; }
.table-scroll th, .table-scroll td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 0.94rem;
}
.table-scroll th { font-family: var(--serif); font-style: italic; color: var(--ink); background: var(--surface); }
.table-scroll td { color: var(--ink-soft); }

/* thank-you / 404 */
.centered-page {
  min-height: 60vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding-block: clamp(60px, 10vw, 120px);
}
.centered-page h1 { font-size: clamp(2.2rem, 6vw, 4rem); }
.centered-page p { color: var(--ink-soft); max-width: 480px; margin-inline: auto; }
.centered-page .big-l {
  font-family: var(--display);
  font-variation-settings: "SOFT" 60, "opsz" 144, "WONK" 1;
  font-style: italic;
  font-size: clamp(5rem, 18vw, 11rem);
  color: var(--accent);
  line-height: 0.8;
  margin-bottom: 0.2em;
}

.section-head { max-width: 680px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head h2 { font-size: clamp(1.9rem, 4.6vw, 3rem); }
.section-head p { color: var(--ink-soft); }

.lead-in { font-size: 1.15rem; color: var(--ink-soft); }

/* sitemap */
.sitemap-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}
.sitemap-cols ul { list-style: none; padding: 0; margin: 0; }
.sitemap-cols li { padding: 8px 0; border-bottom: 1px solid var(--line); }

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1023px) {
  .split { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
  body { font-size: 17px; }
  .gun-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 24px 40px; }
  .sprig-3 { display: none; }
}

@media (max-width: 640px) {
  .menu-item { grid-template-columns: 1fr; }
  .menu-item .mi-price { justify-self: start; }
  .channel-card, .price-card { padding: 20px; }
  .cookie-actions button { flex: 1 1 100%; }
  /* let short doc tables wrap to fit narrow screens instead of clipping;
     the scroll wrapper still catches genuinely wide content */
  .table-scroll > table { min-width: 0; }
  .table-scroll th, .table-scroll td { padding: 10px 12px; font-size: 0.86rem; }
}

@media (max-width: 430px) {
  .hero-title { font-size: clamp(1.9rem, 9.6vw, 2.4rem); }
  .brand small { display: none; }
}

.word-wrap { word-break: break-word; overflow-wrap: anywhere; }

.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;
}

/* =========================================================
   ELEVATION LAYER — "Fincanda Lavanta" art direction
   Warm paper light · lavender sprig motif · brass hairlines
   ========================================================= */

/* Sunlit paper wash — echoes the hero's morning light. Decorative only. */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(1150px 680px at 10% -10%, rgba(169, 139, 176, 0.10), transparent 60%),
    radial-gradient(880px 620px at 110% 4%, rgba(109, 90, 158, 0.065), transparent 56%);
}

/* Italic lavender accents inside section headings (set via <em> in markup) */
h2 em, h3 em, .section-head h2 em, .menu-head h2 em, .split-body h2 em, .page-hero h1 em {
  font-style: italic;
  color: var(--accent);
  font-variation-settings: "SOFT" 60, "opsz" 48, "WONK" 1;
}
.hero-title em { color: #D6C2F2; }

/* Tighter, more expressive section heads */
.section-head h2, .menu-head h2 { letter-spacing: -0.02em; }
.section-head { position: relative; }

/* ---- Lavender sprig line-art motif (dropped into markup as SVG) ---- */
.sprig {
  position: absolute;
  pointer-events: none;
  color: var(--accent);
  opacity: 0.16;
  width: clamp(64px, 11vw, 138px);
  z-index: 0;
}
.sprig svg { width: 100%; height: auto; display: block; }
.sprig--tr { top: clamp(18px, 4vw, 46px); right: clamp(12px, 3vw, 44px); }
.sprig--bl { bottom: clamp(18px, 4vw, 46px); left: clamp(12px, 3vw, 44px); transform: scaleX(-1); }
.has-sprig { overflow: clip; }
@keyframes sprigSway { from { transform: rotate(-2.5deg); } to { transform: rotate(2.5deg); } }
.sprig--sway { animation: sprigSway 10s ease-in-out infinite alternate; transform-origin: top center; }
.sprig--bl.sprig--sway { transform-origin: bottom center; }
/* keep content above the motif */
.section > .container, .quote-band > .container { position: relative; z-index: 1; }

/* ---- Chapter hairline divider ---- */
.chapter-rule {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-lav) 20%, var(--line-lav) 80%, transparent);
  margin: 0;
}

/* ---- Manifesto ornament, redrawn as a brass sprig rule ---- */
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  letter-spacing: normal;
  color: var(--accent-2);
}
.ornament::before, .ornament::after {
  content: "";
  height: 1px;
  width: clamp(40px, 12vw, 120px);
  background: linear-gradient(90deg, transparent, var(--accent-2));
}
.ornament::after { transform: scaleX(-1); }

/* =========================================================
   ATMOSPHERE BAND — full-bleed venue photo, editorial caption
   ========================================================= */
.atmosphere {
  position: relative;
  min-height: clamp(420px, 62vh, 620px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.atmosphere img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  z-index: -2;
}
.atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(20, 14, 30, 0.72) 0%, rgba(20, 14, 30, 0.18) 44%, rgba(20, 14, 30, 0.30) 100%);
}
.atmosphere .atmo-inner {
  padding-block: clamp(36px, 6vw, 72px);
}
.atmosphere .sec-num { color: #E0CFF0; }
.atmosphere .sec-num::before { background: linear-gradient(90deg, #E0CFF0, transparent); }
.atmosphere h2 {
  color: #FBF8FF;
  font-size: clamp(1.8rem, 4.4vw, 3rem);
  max-width: 18ch;
  text-shadow: 0 2px 30px rgba(10, 6, 20, 0.5);
}
.atmosphere h2 em { color: #D6C2F2; }
.atmosphere p {
  color: rgba(247, 243, 255, 0.9);
  max-width: 52ch;
  margin: 0;
  font-size: clamp(1rem, 2.1vw, 1.16rem);
  text-shadow: 0 1px 16px rgba(10, 6, 20, 0.4);
}

/* =========================================================
   MENU — editorial refinements
   ========================================================= */
.menu-group h3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.menu-group h3::before {
  content: "";
  width: 20px; height: 20px;
  flex: none;
  background: var(--accent);
  -webkit-mask: var(--sprig-mask) center / contain no-repeat;
          mask: var(--sprig-mask) center / contain no-repeat;
  opacity: 0.9;
}
:root {
  --sprig-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22V8' stroke='black' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3Cpath d='M12 12c-2 0-3.4-1-4-3 2 0 3.4 1 4 3zm0 0c2 0 3.4-1 4-3-2 0-3.4 1-4 3zm0-4c-1.6 0-2.7-.8-3.2-2.4 1.6 0 2.7.8 3.2 2.4zm0 0c1.6 0 2.7-.8 3.2-2.4-1.6 0-2.7.8-3.2 2.4zM12 8c-1.2-.6-2-1.6-2-3 1.2.6 2 1.6 2 3zm0 0c1.2-.6 2-1.6 2-3-1.2.6-2 1.6-2 3z' fill='black'/%3E%3C/svg%3E");
}
.menu-item .mi-tag {
  background: var(--lav-wash);
  border-color: var(--line-lav);
  color: var(--accent-deep);
}
.menu-item::before { background: var(--accent); }
.cat-note { position: relative; padding-left: 0; }

/* =========================================================
   GÜN cards — richer tile, "bugün taze" mood
   ========================================================= */
.gun-card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.6), transparent 40%), var(--bg);
}
.gun-card::after {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--accent), var(--mauve));
  border-radius: 6px 0 0 6px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 320ms cubic-bezier(.2,.7,.2,1);
}
.gun-card:hover::after { transform: scaleY(1); }
.gun-card .gc-icon {
  width: 48px; height: 48px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.7), transparent 60%),
    var(--lav-wash);
  border: 1px solid var(--line-lav);
  box-shadow: inset 0 0 0 4px rgba(255,255,255,0.35);
}
.gun-card .gc-meta { color: var(--accent-2); }
@media (prefers-reduced-motion: reduce) {
  .gun-card::after { transition: none; }
}

/* =========================================================
   QUOTE BAND — oversized sprig glyph, warmer field
   ========================================================= */
.quote-band {
  background:
    radial-gradient(600px 300px at 50% 0%, var(--rose-wash), transparent 70%),
    var(--surface-2);
}
.quote-band::before {
  content: "";
  position: absolute;
  top: clamp(24px, 6vw, 60px);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(40px, 8vw, 74px);
  height: clamp(40px, 8vw, 74px);
  background: var(--accent);
  opacity: 0.16;
  -webkit-mask: var(--sprig-mask) center / contain no-repeat;
          mask: var(--sprig-mask) center / contain no-repeat;
  pointer-events: none;
}
.quote-band cite { color: var(--accent-2); }

/* =========================================================
   SPLIT media — brass hairline frame + soft lift
   ========================================================= */
.split-media { isolation: isolate; }
.split-media img {
  border-radius: 6px;
  box-shadow: 0 30px 60px -34px rgba(28, 18, 40, 0.55);
}
.split-media::before {
  content: "";
  position: absolute;
  inset: clamp(10px, 2vw, 18px) auto auto clamp(-10px, -2vw, -18px);
  width: 46%;
  height: 46%;
  border-left: 1px solid var(--line-lav);
  border-top: 1px solid var(--line-lav);
  z-index: -1;
  pointer-events: none;
}

/* =========================================================
   PRICE cards — featured badge & warmer surface
   ========================================================= */
.price-card.featured { position: relative; }
.price-card.featured::before {
  content: "En sevilen";
  position: absolute;
  top: -12px; left: 26px;
  font-family: var(--body);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: var(--accent);
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 8px 18px -10px rgba(109, 90, 158, 0.8);
}
.price-card .price small { color: var(--ink-faint); }

/* =========================================================
   TIMELINE — brass-lavender spine, softer nodes
   ========================================================= */
.timeline::before { background: linear-gradient(180deg, var(--accent), var(--line)); }
.timeline .step-num {
  box-shadow: 0 0 0 4px var(--lav-wash);
  font-family: var(--display);
  font-variation-settings: "opsz" 20;
}

/* person / channel icon tiles get the same soft lavender treatment */
.channel-card .ch-icon {
  border: 1px solid var(--line-lav);
  box-shadow: inset 0 0 0 4px rgba(255,255,255,0.35);
}
.person .role, .cat-note, .split-media figcaption { font-style: italic; }

/* hours today marker a touch stronger */
.hours-day.today { box-shadow: inset 0 0 0 1px var(--accent); }

/* =========================================================
   FORM — warmer focus, sprig-marked section
   ========================================================= */
.form-wrap {
  background: linear-gradient(180deg, var(--paper), var(--surface));
  position: relative;
}

/* =========================================================
   REVEAL — add a gentle scale for premium feel (transform only)
   ========================================================= */
.reveal { transform: translateY(26px); }

/* =========================================================
   RESPONSIVE safety for elevation elements
   ========================================================= */
@media (max-width: 767px) {
  .sprig { opacity: 0.12; width: clamp(54px, 16vw, 92px); }
  .split-media::before { display: none; }
}
@media (max-width: 430px) {
  .sprig--tr, .sprig--bl { display: none; }
  .quote-band::before { top: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { transform: none; }
}
