@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;0,9..144,900;1,9..144,400;1,9..144,500;1,9..144,600;1,9..144,700&family=Mulish:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');

/* =========================================================================
   Lavia Atölye — El yapımı lavanta kozmetiği vitrini
   Art direction: botanical apothecary — Fraunces display + Mulish body,
   plum & honey palette, hairline rhythm, pressed-lavender ornament.
   Palette: bg #FBF6F7 · surface #FFF · ink #33223A · accent #8E4585 · gold #C29A55
   ========================================================================= */

:root {
  --bg: #FBF6F7;
  --surface: #FFFFFF;
  --surface-2: #F5EBEF;
  --surface-3: #F0E4EA;
  --ink: #33223A;
  --ink-soft: #6A5772;
  --accent: #8E4585;
  --accent-2: #E8B4C4;
  --accent-deep: #5A3860;
  --line: rgba(51, 34, 58, 0.11);
  --line-strong: rgba(51, 34, 58, 0.20);
  --gold: #C29A55;
  --gold-soft: #E7D3A8;
  --honey: #D8A657;
  --sage: #8F9A72;
  --font-display: "Fraunces", Cambria, "Palatino Linotype", Georgia, serif;
  --font-body: "Mulish", Corbel, "Segoe UI", "Trebuchet MS", system-ui, sans-serif;
  --header-h: 74px;
  --maxw: 1320px;
  --pad: clamp(16px, 4vw, 56px);
  --radius: 16px;
  --radius-lg: 22px;
  --shadow-soft: 0 24px 60px -34px rgba(51, 34, 58, 0.42);
  --shadow-accent: 0 30px 60px -30px rgba(142, 69, 133, 0.55);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --ease2: cubic-bezier(.4, 0, .2, 1);
  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(--font-body);
  font-weight: 400;
  letter-spacing: .002em;
  line-height: 1.68;
  font-size: clamp(15.5px, 1.05vw, 17px);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, .display {
  font-family: var(--font-display);
  font-weight: 600;
  font-optical-sizing: auto;
  color: var(--ink);
  line-height: 1.06;
  margin: 0 0 .4em;
  letter-spacing: -.014em;
}
h1, h2 { font-weight: 600; }
em, .em { font-style: italic; }

p { margin: 0 0 1rem; }
a { color: var(--accent); text-decoration: none; transition: color .2s var(--ease2); }
img { max-width: 100%; height: auto; display: block; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .72rem;
  font-weight: 700;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 1rem;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--accent);
  display: inline-block;
}

.section { padding: clamp(56px, 8vw, 108px) 0; position: relative; }
.section-head { max-width: 640px; margin-bottom: clamp(28px, 4vw, 52px); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.9rem, 4.4vw, 3.1rem); }
.section-head p { color: var(--ink-soft); font-size: 1.05rem; max-width: 56ch; }
.section-head.center p { margin-left: auto; margin-right: auto; }

.word { display: inline-block; white-space: nowrap; }

/* ---- Skip link ---- */
.skip-link {
  position: absolute; left: 12px; top: -60px;
  background: var(--ink); color: #fff; padding: 10px 16px;
  border-radius: 8px; z-index: 3000; transition: top .2s var(--ease);
}
.skip-link:focus { top: 12px; color: #fff; }

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}

/* =====================  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(251, 246, 247, 0.92);
  border-bottom: 1px solid transparent;
  transition: background .24s var(--ease2), box-shadow .24s var(--ease2), height .24s var(--ease2);
}
.site-header.scrolled {
  background: rgba(251, 246, 247, 0.98);
  box-shadow: 0 8px 24px -16px rgba(58, 42, 63, 0.35);
  border-bottom-color: var(--line);
  height: 64px;
}
.header-inner {
  width: 100%; max-width: var(--maxw); margin: 0 auto;
  padding-left: var(--pad); padding-right: var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.32rem; color: var(--ink); letter-spacing: -.01em;
}
.brand:hover { color: var(--ink); }
.brand .mark {
  width: 30px; height: 30px; flex: none; color: var(--accent);
}
.brand small {
  display: block; font-family: var(--font-body); font-weight: 400;
  font-size: .58rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--ink-soft); margin-top: 1px;
}

.nav-desktop { display: flex; align-items: center; gap: clamp(.6rem, 1.4vw, 1.6rem); }
.nav-desktop a {
  position: relative; color: var(--ink); font-size: .93rem; font-weight: 600;
  padding: .35rem .1rem;
}
.nav-desktop a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -2px;
  height: 2px; background: var(--accent); transition: right .28s var(--ease);
}
.nav-desktop a:hover { color: var(--accent); }
.nav-desktop a:hover::after, .nav-desktop a.is-active::after { right: 0; }
.nav-desktop a.is-active { color: var(--accent); }

.nav-cta {
  background: var(--ink); color: var(--surface) !important;
  padding: .6rem 1.15rem !important; border-radius: 999px;
  font-weight: 700 !important;
}
.nav-desktop .nav-cta::after { display: none; }
.nav-desktop .nav-cta:hover { background: var(--accent); color: #fff !important; }

/* hamburger */
.nav-toggle {
  display: none; position: relative; z-index: 1100;
  width: 46px; height: 46px; border: 1px solid var(--line-strong);
  background: var(--surface); border-radius: 12px; cursor: pointer;
  padding: 0; align-items: center; justify-content: center;
}
.nav-toggle span {
  position: absolute; left: 12px; width: 22px; height: 2px; background: var(--ink);
  border-radius: 2px; transition: transform .3s var(--ease), opacity .2s var(--ease), top .3s var(--ease);
}
.nav-toggle span:nth-child(1) { top: 16px; }
.nav-toggle span:nth-child(2) { top: 22px; }
.nav-toggle span:nth-child(3) { top: 28px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

/* ---- Drawer ---- */
.drawer-backdrop {
  position: fixed; inset: 0; background: rgba(30, 18, 34, 0.55);
  opacity: 0; visibility: hidden; z-index: 1040;
  transition: opacity .24s var(--ease), visibility .24s var(--ease);
}
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(360px, 92vw); background: var(--surface);
  z-index: 1050; transform: translateX(100%);
  transition: transform .32s var(--ease);
  padding: calc(var(--header-h) + 12px) 28px 32px;
  display: flex; flex-direction: column; gap: .3rem;
  box-shadow: -20px 0 60px -30px rgba(58,42,63,.5);
  overflow-y: auto;
}
.drawer.is-open { transform: translateX(0); }
.drawer a {
  color: var(--ink); font-family: var(--font-display); font-size: 1.3rem;
  font-weight: 700; padding: .7rem 0; border-bottom: 1px solid var(--line);
}
.drawer a:hover { color: var(--accent); }
.drawer a.is-active { color: var(--accent); }
.drawer .drawer-cta {
  margin-top: 1.2rem; background: var(--accent); color: #fff !important;
  border-radius: 999px; text-align: center; padding: .85rem 1rem;
  border-bottom: none; font-family: var(--font-body); font-size: 1rem;
}
.drawer .drawer-cta:hover { background: var(--ink); color: #fff !important; }

/* =====================  MAIN  ===================== */
main { padding-top: var(--header-h); }
/* anchored sections clear the fixed header when deep-linked (e.g. /index.html#katalog) */
:where(main section[id], main [id]) { scroll-margin-top: calc(var(--header-h) + 16px); }

/* buttons */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-body); font-weight: 700; font-size: .98rem;
  padding: .82rem 1.5rem; border-radius: 999px; cursor: pointer;
  border: 1px solid transparent; transition: all .24s var(--ease2);
  text-align: center; line-height: 1;
}
.btn-primary { background: var(--ink); color: var(--surface); }
.btn-primary:hover, .btn-primary:focus-visible { background: var(--accent); color: var(--surface); transform: translateY(-2px); box-shadow: 0 12px 30px -12px rgba(142, 69, 133, .65); }
@media (prefers-reduced-motion: reduce) { .btn-primary:hover, .btn-primary:focus-visible { transform: none; } }
.btn-primary .arr { transition: transform .24s var(--ease); }
.btn-primary:hover .arr { transform: translateX(3px); }
.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); border-color: var(--accent); transform: translateY(-2px); }

/* =====================  HERO  ===================== */
.hero {
  /* clamp() bounds the height with a px floor/cap so the hero stays full-bleed on
     normal viewports but can never balloon (e.g. under tall-viewport / full-page
     capture where a bare 92vh would explode to thousands of px). */
  position: relative; min-height: clamp(560px, 90vh, 880px); display: flex; align-items: flex-end;
  overflow: hidden; isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0; z-index: -3;
}
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(251,246,247,.60) 0%, rgba(251,246,247,.20) 30%, rgba(94,60,99,.42) 64%, rgba(46,30,50,.86) 100%);
}
.hero-sky {
  position: absolute; inset: 0 0 auto 0; height: 60%; z-index: -2;
  background: radial-gradient(120% 90% at 78% 8%, rgba(255,248,232,.55), transparent 55%);
  pointer-events: none;
}
/* pollen canvas */
#pollen { position: absolute; inset: 0; z-index: -1; pointer-events: none; }

.hero-inner {
  width: 100%; max-width: var(--maxw); margin: 0 auto;
  padding: 0 var(--pad) clamp(40px, 7vw, 88px);
}
.hero-copy { max-width: 900px; }
.hero .eyebrow { color: var(--accent-2); }
.hero .eyebrow::before { background: var(--accent-2); }
.hero h1 {
  font-size: clamp(2.3rem, 8.4vw, 4.5rem);
  line-height: .98; margin-bottom: .35em; color: #FDF9FA;
  text-shadow: 0 2px 30px rgba(30,18,34,.55), 0 1px 4px rgba(30,18,34,.45);
}
.hero h1 .accent-word { color: var(--accent-2); font-style: italic; }
.hero-sub {
  font-size: clamp(1.02rem, 1.8vw, 1.32rem); color: rgba(255,255,255,.94);
  max-width: 52ch; margin-bottom: 1.8rem; font-weight: 600;
  text-shadow: 0 1px 12px rgba(30,18,34,.5);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-bottom: 1.8rem; }

/* hero CTAs sit on the dark base of the gradient — use the light-on-dark treatment */
.hero .btn-primary { background: #fff; color: var(--ink); }
.hero .btn-primary:hover, .hero .btn-primary:focus-visible { background: var(--accent-2); color: var(--ink); }
.hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,.55); }
.hero .btn-ghost:hover, .hero .btn-ghost:focus-visible { background: rgba(255,255,255,.14); color: #fff; border-color: #fff; }

.trust-strip {
  display: flex; flex-wrap: wrap; gap: .6rem 1.2rem;
}
.trust-strip span {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .84rem; font-weight: 600; color: var(--ink);
  background: rgba(255,255,255,.7); backdrop-filter: blur(2px);
  padding: .4rem .8rem; border-radius: 999px; border: 1px solid var(--line);
}
.trust-strip svg { width: 16px; height: 16px; color: var(--accent); }

/* grid-peek row of product minis */
.hero-peek {
  position: absolute; right: var(--pad); top: clamp(90px, 14vh, 150px);
  display: grid; grid-template-columns: repeat(2, 92px); gap: 12px; z-index: -1;
  opacity: .96;
}
.hero-peek .mini {
  width: 92px; height: 118px; border-radius: 12px; overflow: hidden;
  box-shadow: 0 18px 40px -24px rgba(58,42,63,.6); border: 3px solid #fff;
  transform: rotate(var(--r, 0deg));
  animation: floaty 9s var(--i, 0) ease-in-out infinite;
}
.hero-peek .mini img { width: 100%; height: 100%; object-fit: cover; }
@keyframes floaty { 0%,100%{transform:translateY(0) rotate(var(--r,0))} 50%{transform:translateY(-10px) rotate(var(--r,0))} }

/* =====================  STATS BAND  ===================== */
.stats-band {
  background: var(--ink); color: var(--surface-2);
  padding: clamp(38px, 5vw, 56px) 0;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 40px);
  text-align: center;
}
.stat .num {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2rem, 4.6vw, 3.4rem); color: #fff; line-height: 1;
  display: block; font-variant-numeric: tabular-nums;
}
.stat .num .suf { color: var(--accent-2); }
.stat .lbl { font-size: .82rem; color: rgba(255,255,255,.72); letter-spacing: .04em; margin-top: .5rem; display: block; }

/* =====================  CATALOG / FILTER  ===================== */
.filter-bar {
  display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: clamp(28px, 4vw, 44px);
}
.filter-btn {
  font-family: var(--font-body); font-weight: 700; font-size: .9rem;
  padding: .55rem 1.15rem; border-radius: 999px; cursor: pointer;
  background: var(--surface); color: var(--ink-soft);
  border: 1px solid var(--line-strong); transition: all .22s var(--ease2);
}
.filter-btn:hover { border-color: var(--accent); color: var(--accent); }
.filter-btn.is-active { background: var(--accent); color: #fff; border-color: var(--accent); }

.product-grid {
  display: grid; gap: clamp(16px, 2vw, 26px);
  grid-template-columns: repeat(4, 1fr);
}
.product-grid.two-tone { grid-template-columns: repeat(3, 1fr); }

.pcard {
  position: relative; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column;
  transition: transform .24s var(--ease), box-shadow .24s var(--ease), border-color .24s var(--ease);
  transition-delay: 0s;
}
/* Compound selector so the hover lift beats `.reveal.is-in { transform: none }`
   (equal specificity, but the reveal rule sits later in the file). */
.pcard.reveal.is-in:hover, .pcard:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px -28px rgba(142,69,133,.55);
  border-color: var(--accent-2);
}
.pcard-media {
  position: relative; aspect-ratio: 9 / 7; overflow: hidden; background: var(--surface-2);
}
.pcard-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s var(--ease);
}
.pcard:hover .pcard-media img { transform: scale(1.05); }

/* corner ribbon */
.ribbon {
  position: absolute; top: 12px; left: -34px; transform: rotate(-45deg);
  background: var(--accent); color: #fff; font-size: .64rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; padding: 4px 40px;
  box-shadow: 0 4px 10px -4px rgba(58,42,63,.5); z-index: 2;
}

/* naturalness badge */
.nat-badge {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,.94); border: 2px solid var(--accent);
  display: grid; place-content: center; text-align: center; line-height: 1;
  box-shadow: 0 6px 16px -8px rgba(58,42,63,.5);
}
.nat-badge b { font-family: var(--font-display); font-size: 1rem; color: var(--accent); }
.nat-badge small { font-size: .48rem; letter-spacing: .06em; color: var(--ink-soft); text-transform: uppercase; }

/* price badge that flips on hover (signature) */
.price-badge {
  position: absolute; bottom: 12px; left: 12px; z-index: 3;
  perspective: 600px;
}
.price-flip {
  position: relative; width: 88px; height: 40px;
  transform-style: preserve-3d; transition: transform .5s var(--ease);
}
.pcard:hover .price-flip { transform: rotateY(180deg); }
.price-face {
  position: absolute; inset: 0; border-radius: 999px;
  display: grid; place-content: center; backface-visibility: hidden;
  font-family: var(--font-display); font-weight: 700;
}
.price-front { background: var(--ink); color: #fff; font-size: 1.05rem; }
.price-back {
  background: var(--accent-2); color: var(--accent-deep); transform: rotateY(180deg);
  font-family: var(--font-body); font-weight: 700; font-size: .72rem; letter-spacing: .04em;
}

.pcard-body { padding: 16px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.pcard-cat { font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; color: var(--accent); font-weight: 700; }
.pcard-body h3 { font-size: 1.18rem; margin: .3rem 0 .35rem; }
.pcard-body p { font-size: .9rem; color: var(--ink-soft); margin: 0 0 1rem; }
.pcard-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: .6rem; }
.pcard-foot .btn { padding: .6rem 1.1rem; font-size: .86rem; }
.price-tag { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: var(--accent); font-variant-numeric: tabular-nums; }

/* içindekiler hover layer (signature) */
.ingredients {
  position: absolute; inset: 0; z-index: 4;
  background: linear-gradient(160deg, rgba(94,60,99,.96), rgba(58,42,63,.97));
  color: #fff; padding: 20px; display: flex; flex-direction: column;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .32s var(--ease), transform .32s var(--ease), visibility .32s var(--ease);
}
.pcard:hover .ingredients, .pcard:focus-within .ingredients { opacity: 1; visibility: visible; transform: translateY(0); }
.ingredients h4 { color: #fff; font-size: 1rem; margin-bottom: .6rem; display: flex; align-items: center; gap: .4rem; }
.ingredients h4 svg { width: 18px; height: 18px; color: var(--accent-2); }
.ing-list { list-style: none; padding: 0; margin: 0 0 auto; display: flex; flex-direction: column; gap: .35rem; }
.ing-list li { font-size: .82rem; color: rgba(255,255,255,.9); display: flex; gap: .5rem; }
.ing-list li::before { content: "•"; color: var(--accent-2); }
.ingredients .ing-nat {
  margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.2);
  font-size: .8rem; color: var(--accent-2); font-weight: 700;
}
.ingredients .ing-nat b { color: #fff; font-family: var(--font-display); font-size: 1.1rem; }

/* =====================  CATEGORY TABS  ===================== */
.cat-tabs { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-bottom: 34px; }
.cat-tab {
  font-family: var(--font-body); font-weight: 700; font-size: .95rem;
  padding: .7rem 1.4rem; border-radius: 999px; cursor: pointer;
  background: transparent; color: var(--ink-soft); border: 1px solid var(--line-strong);
  transition: all .22s var(--ease2);
}
.cat-tab:hover { color: var(--accent); border-color: var(--accent); }
.cat-tab.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.cat-panel { display: none; }
.cat-panel.is-active { display: block; animation: fadeUp .5s var(--ease) both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

.cat-split {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(20px, 3vw, 44px); align-items: center;
}
.cat-split .cat-img { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4/3; }
.cat-split .cat-img img { width: 100%; height: 100%; object-fit: cover; }
.cat-split h3 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
.cat-features { list-style: none; padding: 0; margin: 1.2rem 0; display: grid; gap: .7rem; }
.cat-features li { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; font-size: .96rem; }
.cat-features li svg { width: 22px; height: 22px; color: var(--accent); grid-row: span 1; margin-top: 2px; }
.cat-chip-row { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.2rem 0; }
.cat-chip { background: var(--surface-2); color: var(--accent-deep); font-weight: 600; font-size: .82rem; padding: .35rem .85rem; border-radius: 999px; }

/* =====================  FEATURED (çok satan) — asymmetric editorial  ===================== */
.featured-band { background: var(--surface-2); }
.featured-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(18px, 2.5vw, 30px); }
.feat-hero, .feat-side { position: relative; border-radius: var(--radius); overflow: hidden; }
.feat-hero { min-height: 420px; }
.feat-side { display: grid; grid-template-rows: 1fr 1fr; gap: clamp(18px, 2.5vw, 30px); }
.feat-tile { position: relative; overflow: hidden; border-radius: var(--radius); min-height: 195px; }
.feat-tile img, .feat-hero img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .6s var(--ease); }
.feat-tile:hover img, .feat-hero:hover img { transform: scale(1.06); }
.feat-cap {
  position: absolute; inset: auto 0 0 0; z-index: 2; padding: 22px;
  background: linear-gradient(0deg, rgba(58,42,63,.9), rgba(58,42,63,.05));
  color: #fff;
}
.feat-cap .tag { font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; color: var(--accent-2); font-weight: 700; }
.feat-cap h3 { color: #fff; margin: .3rem 0 .2rem; font-size: clamp(1.2rem, 2.4vw, 1.9rem); }
.feat-cap .pr { font-family: var(--font-display); font-size: 1.15rem; color: #fff; }
.feat-cap .pr span { color: var(--accent-2); }

/* =====================  INGREDIENTS BADGES (icerik)  ===================== */
.icerik-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 22px); }
.icerik-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px; text-align: center; transition: transform .24s var(--ease), box-shadow .24s var(--ease);
}
.icerik-card.reveal.is-in:hover, .icerik-card:hover { transform: translateY(-5px); box-shadow: 0 22px 44px -26px rgba(142,69,133,.5); }
.icerik-ic {
  width: 62px; height: 62px; margin: 0 auto 16px; border-radius: 50%;
  background: var(--surface-2); display: grid; place-content: center; color: var(--accent);
  transition: background .3s var(--ease), transform .3s var(--ease);
}
.icerik-card:hover .icerik-ic { background: var(--accent); color: #fff; transform: scale(1.06); }
.icerik-ic svg { width: 30px; height: 30px; }
.icerik-card h3 { font-size: 1.15rem; margin-bottom: .4rem; }
.icerik-card p { font-size: .86rem; color: var(--ink-soft); margin: 0; }

/* =====================  PROCESS timeline  ===================== */
.process { position: relative; display: grid; gap: 0; }
.pstep {
  display: grid; grid-template-columns: 88px 1fr; gap: clamp(16px, 2.5vw, 34px);
  padding: 26px 0; border-top: 1px solid var(--line); align-items: start;
}
.pstep:last-child { border-bottom: 1px solid var(--line); }
.pstep .pnum {
  font-family: var(--font-display); font-weight: 700; font-size: 2.2rem; color: var(--accent-2);
  position: relative;
}
.pstep .pnum::after { content: ""; display: block; width: 34px; height: 3px; background: var(--accent); margin-top: 8px; }
.pstep h3 { font-size: 1.3rem; margin-bottom: .3rem; }
.pstep .pt { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--accent); font-weight: 700; margin-bottom: .5rem; }
.pstep p { color: var(--ink-soft); margin: 0; max-width: 60ch; }

/* =====================  PRICING packages  ===================== */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.5vw, 28px); align-items: stretch; }
.plan {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; display: flex; flex-direction: column; position: relative;
  transition: transform .24s var(--ease), box-shadow .24s var(--ease);
}
.plan.reveal.is-in:hover, .plan:hover { transform: translateY(-6px); box-shadow: 0 28px 52px -30px rgba(142,69,133,.5); }
.plan.featured { border-color: var(--accent); border-width: 2px; }
.plan .flag { position: absolute; top: -12px; right: 22px; background: var(--accent); color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .3rem .8rem; border-radius: 999px; }
.plan h3 { font-size: 1.4rem; margin-bottom: .2rem; }
.plan .plan-sub { color: var(--ink-soft); font-size: .88rem; margin-bottom: 1rem; }
.plan .plan-price { font-family: var(--font-display); font-size: 2.3rem; font-weight: 700; color: var(--ink); line-height: 1; }
.plan .plan-price small { font-size: .9rem; color: var(--ink-soft); font-family: var(--font-body); font-weight: 400; }
.plan ul { list-style: none; padding: 0; margin: 1.2rem 0; display: grid; gap: .55rem; }
.plan li { display: grid; grid-template-columns: 20px 1fr; gap: .55rem; font-size: .9rem; align-items: start; }
.plan li svg { width: 18px; height: 18px; margin-top: 2px; }
.plan li.inc svg { color: var(--sage); }
.plan li.exc { color: var(--ink-soft); }
.plan li.exc svg { color: var(--accent-2); }
.plan .btn { margin-top: auto; width: 100%; justify-content: center; }
.price-note { text-align: center; color: var(--ink-soft); font-size: .82rem; margin-top: 1.4rem; }

/* =====================  TESTIMONIALS editorial  ===================== */
.tt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.5vw, 26px); }
.tt {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; display: flex; flex-direction: column;
}
.tt .qmark { font-family: var(--font-display); font-size: 3rem; color: var(--accent-2); line-height: .5; height: 26px; }
.tt p { font-size: .96rem; color: var(--ink); margin: .8rem 0 1.2rem; }
.tt .crit { font-size: .82rem; color: var(--ink-soft); font-style: italic; }
.tt .who { margin-top: auto; display: flex; align-items: center; gap: .8rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.tt .av { width: 42px; height: 42px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-content: center; font-family: var(--font-display); font-weight: 700; }
.tt .who b { display: block; font-size: .92rem; }
.tt .who span { font-size: .78rem; color: var(--ink-soft); }

/* =====================  FAQ  ===================== */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 22px 44px 22px 0; position: relative;
  font-family: var(--font-display); font-weight: 700; font-size: 1.12rem; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-family: var(--font-body); font-size: 1.6rem; color: var(--accent); transition: transform .3s var(--ease);
}
.faq-item[open] summary::after { content: "–"; }
.faq-item > .answer {
  height: 0; padding: 0 0; overflow: hidden;
  transition: height .36s var(--ease2), padding-block-end .36s var(--ease2);
}
.faq-item[open] > .answer { height: auto; padding-block-end: 24px; }
.faq-item > .answer p { color: var(--ink-soft); margin: 0; }
@media (prefers-reduced-motion: reduce) { .faq-item > .answer { transition: none; } }

/* =====================  CTA band  ===================== */
.cta-band { position: relative; overflow: hidden; color: #fff; text-align: center; }
.cta-band .cta-bg { position: absolute; inset: 0; z-index: -2; }
.cta-band .cta-bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band .cta-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(58,42,63,.9), rgba(94,60,99,.82)); }
.cta-band .container { position: relative; z-index: 1; padding-top: clamp(60px, 8vw, 100px); padding-bottom: clamp(60px, 8vw, 100px); }
.cta-band h2 { color: #fff; font-size: clamp(2rem, 5vw, 3.4rem); }
.cta-band p { color: rgba(255,255,255,.85); max-width: 52ch; margin: 0 auto 1.8rem; }
.cta-band .btn-primary { background: #fff; color: var(--ink); }
.cta-band .btn-primary:hover { background: var(--accent-2); color: var(--ink); }
.cta-band .btn-ghost { color: #fff; border-color: rgba(255,255,255,.5); }
.cta-band .btn-ghost:hover { background: rgba(255,255,255,.14); color: #fff; border-color: #fff; }

/* =====================  NOTES / activity  ===================== */
.notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.note { background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: 12px; padding: 20px 22px; }
.note time { font-size: .76rem; color: var(--accent); font-weight: 700; letter-spacing: .05em; }
.note h4 { font-size: 1.05rem; margin: .4rem 0 .3rem; }
.note p { font-size: .86rem; color: var(--ink-soft); margin: 0; }

/* =====================  FOOTER  ===================== */
.site-footer { background: var(--ink); color: rgba(255,255,255,.78); padding: clamp(48px, 6vw, 76px) 0 28px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: clamp(24px, 3vw, 44px); }
.site-footer .brand { color: #fff; }
.site-footer .brand small { color: rgba(255,255,255,.6); }
.foot-col h4 { color: #fff; font-family: var(--font-body); font-size: .82rem; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 1rem; }
.foot-col a { color: rgba(255,255,255,.75); display: block; padding: .3rem 0; font-size: .92rem; }
.foot-col a:hover { color: var(--accent-2); }
.foot-about p { font-size: .9rem; margin: 1rem 0; max-width: 40ch; }
.foot-contact li { list-style: none; display: grid; grid-template-columns: auto 1fr; gap: .6rem; margin-bottom: .7rem; font-size: .9rem; align-items: start; }
.foot-contact { padding: 0; margin: 0; }
.foot-contact svg { width: 18px; height: 18px; color: var(--accent-2); margin-top: 3px; }
.foot-contact a { color: rgba(255,255,255,.85); padding: 0; display: inline; }
.foot-social { display: flex; gap: .6rem; margin-top: 1rem; }
.foot-social a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; display: grid; place-content: center; color: #fff; }
.foot-social a:hover { background: var(--accent); border-color: var(--accent); }
.foot-social svg { width: 18px; height: 18px; }
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,.14); margin-top: clamp(32px, 4vw, 52px); padding-top: 22px;
  display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; justify-content: space-between; align-items: center;
  font-size: .8rem; color: rgba(255,255,255,.6);
}

/* =====================  REVEAL  ===================== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s var(--ease), transform .6s var(--ease); transition-delay: calc(var(--i, 0) * 70ms); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; transition: none !important; } }
html.no-js .reveal { opacity: 1; transform: none; }

/* =====================  COOKIE  ===================== */
.cookie-banner {
  position: fixed; bottom: 16px; left: 16px; right: 16px; max-width: 520px; margin: 0 auto;
  background: var(--surface); border: 1px solid var(--line-strong); border-radius: 16px;
  padding: 22px 22px 20px; z-index: 9999; box-shadow: 0 30px 60px -30px rgba(58,42,63,.6);
  transform: translateY(140%); opacity: 0;
  transition: transform .28s var(--ease), opacity .24s var(--ease2);
}
.cookie-banner.is-visible { transform: translateY(0); opacity: 1; }
.cookie-banner h3 { font-size: 1.1rem; margin-bottom: .4rem; }
.cookie-banner p { font-size: .86rem; color: var(--ink-soft); margin: 0 0 1rem; }
.cookie-banner p a { text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.cookie-actions button {
  flex: 1 1 auto; min-height: 44px; border-radius: 999px; cursor: pointer;
  font-family: var(--font-body); font-weight: 700; font-size: .88rem;
  padding: .6rem 1rem; border: 1px solid var(--line-strong); background: var(--surface); color: var(--ink);
  transition: all .2s var(--ease2);
}
.cookie-actions button[data-consent="accept"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.cookie-actions button[data-consent="accept"]:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
/* Reject given equal visual weight to accept (KVKK / no dark pattern) */
.cookie-actions button[data-consent="reject"] { background: var(--surface); color: var(--accent-deep); border: 2px solid var(--accent); font-weight: 700; }
.cookie-actions button[data-consent="reject"]:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
/* Settings is the tertiary, low-emphasis choice */
.cookie-actions button[data-consent="settings"] { flex: 0 1 auto; color: var(--ink-soft); border-color: var(--line); font-weight: 600; }
.cookie-actions button[data-consent="settings"]:hover { border-color: var(--accent); color: var(--accent); }
@media (min-width: 720px) { .cookie-banner { left: 24px; right: auto; max-width: 420px; } }

/* cookie settings modal */
.cookie-modal { position: fixed; inset: 0; z-index: 10000; display: none; }
.cookie-modal.is-open { display: grid; place-items: center; }
.cookie-modal .cm-back { position: absolute; inset: 0; background: rgba(30,18,34,.6); }
.cookie-modal .cm-card {
  position: relative; background: var(--surface); border-radius: 18px; padding: 30px;
  width: min(500px, 92vw); max-height: 88vh; overflow-y: auto; box-shadow: 0 40px 80px -40px rgba(0,0,0,.5);
}
.cookie-modal h3 { font-size: 1.4rem; margin-bottom: .4rem; }
.cm-row { display: flex; align-items: start; justify-content: space-between; gap: 1rem; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cm-row h4 { font-size: 1rem; margin-bottom: .2rem; }
.cm-row p { font-size: .82rem; color: var(--ink-soft); 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: 999px; transition: background .2s; }
.switch .track::after { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; background: #fff; border-radius: 50%; transition: transform .2s; }
.switch input:checked + .track { background: var(--accent); }
.switch input:checked + .track::after { transform: translateX(20px); }
.switch input:disabled + .track { background: var(--sage); opacity: .7; }
.cm-save { margin-top: 20px; width: 100%; justify-content: center; }

/* =====================  FORMS  ===================== */
.field { display: block; margin-bottom: 1.1rem; }
.field > span { display: block; font-size: .84rem; font-weight: 600; color: var(--ink); margin-bottom: .4rem; }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field select, .field textarea {
  width: 100%; font-family: inherit; font-size: 1rem; color: var(--ink);
  background: var(--surface); border: 1px solid var(--line-strong);
  border-radius: 10px; padding: .8rem .9rem; transition: border-color .2s var(--ease2), box-shadow .2s var(--ease2);
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(142,69,133,.14);
}
.field.kvkk { display: grid; grid-template-columns: auto 1fr; gap: .6rem; align-items: start; font-size: .86rem; color: var(--ink-soft); }
.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-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 3vw, 40px); }
.form-card button[type="submit"] { width: 100%; justify-content: center; margin-top: .4rem; }
@media (min-width: 720px) { .form-card button[type="submit"] { width: auto; } }

/* =====================  CONTACT cards  ===================== */
.contact-hero { background: var(--surface-2); }
.channel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(14px, 2vw, 22px); }
.channel {
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 24px;
  transition: transform .24s var(--ease), box-shadow .24s var(--ease);
}
.channel.reveal.is-in:hover, .channel:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -26px rgba(142,69,133,.5); }
.channel .cic { width: 48px; height: 48px; border-radius: 12px; background: var(--surface-2); color: var(--accent); display: grid; place-content: center; margin-bottom: 14px; }
.channel:hover .cic { background: var(--accent); color: #fff; }
.channel .cic svg { width: 24px; height: 24px; }
.channel h3 { font-size: 1.1rem; margin-bottom: .25rem; }
.channel a { font-weight: 600; word-break: break-word; }
.channel .csub { display: block; font-size: .8rem; color: var(--ink-soft); margin-top: .3rem; }

/* hours mini-grid */
.hours-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.hours-grid .hrow {
  display: flex; justify-content: space-between; gap: .5rem; padding: 12px 16px;
  background: var(--surface); border: 1px solid var(--line); border-radius: 10px;
  font-variant-numeric: tabular-nums; font-size: .9rem;
}
.hours-grid .hrow.today { border-color: var(--accent); background: var(--surface-2); }
.hours-grid .hrow b { color: var(--ink); }

/* =====================  DOC PAGES  ===================== */
.page-hero { background: var(--surface-2); padding: clamp(60px, 8vw, 110px) 0 clamp(30px, 4vw, 50px); }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
.page-hero p { color: var(--ink-soft); max-width: 60ch; }
.doc { max-width: 820px; margin: 0 auto; }
.doc h2 { font-size: 1.5rem; margin: 2rem 0 .6rem; }
.doc h3 { font-size: 1.15rem; margin: 1.4rem 0 .4rem; }
.doc p, .doc li { color: var(--ink-soft); }
.doc ul { padding-left: 1.2rem; }
.doc li { margin-bottom: .4rem; }
.doc .updated { font-size: .82rem; color: var(--accent); font-weight: 600; }

/* thank-you / 404 */
.center-page { min-height: clamp(420px, 62vh, 680px); display: grid; place-content: center; text-align: center; padding: 60px var(--pad); }
.center-page .big { font-family: var(--font-display); font-size: clamp(3rem, 12vw, 7rem); color: var(--accent); line-height: 1; }
.center-page h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin: 1rem 0 .5rem; }
.center-page p { color: var(--ink-soft); max-width: 46ch; margin: 0 auto 1.6rem; }

/* sitemap */
.sitemap-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.sitemap-grid .sm-col h3 { font-size: 1.1rem; margin-bottom: .6rem; }
.sitemap-grid a { display: block; padding: .4rem 0; border-bottom: 1px solid var(--line); }

/* =====================  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: 10px;
}
.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: .9rem; }
.table-scroll th { background: var(--surface-2); color: var(--ink); font-family: var(--font-display); }
.table-scroll td { color: var(--ink-soft); }

/* =====================  RESPONSIVE  ===================== */
@media (max-width: 1024px) {
  .nav-desktop { display: none; }
  .nav-toggle { display: inline-flex; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
  .product-grid, .product-grid.two-tone { grid-template-columns: repeat(3, 1fr); }
  .icerik-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .cat-split { grid-template-columns: 1fr; }
  .featured-grid { grid-template-columns: 1fr; }
  .feat-hero { min-height: 320px; }
  .price-grid, .tt-grid, .notes { grid-template-columns: 1fr; }
  .hero-peek { display: none; }
}
@media (max-width: 768px) {
  :root { --header-h: 66px; }
  .product-grid, .product-grid.two-tone { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; }
  .hero { min-height: clamp(500px, 86vh, 720px); }
}
@media (max-width: 560px) {
  .foot-grid { grid-template-columns: 1fr; }
  .icerik-grid { grid-template-columns: 1fr; }
  .pstep { grid-template-columns: 56px 1fr; gap: 14px; }
  .pstep .pnum { font-size: 1.7rem; }
  .icerik-ic { width: 52px; height: 52px; }
}
@media (max-width: 430px) {
  .product-grid, .product-grid.two-tone { grid-template-columns: 1fr; }
  .filter-bar { gap: .4rem; }
  .filter-btn { font-size: .82rem; padding: .5rem .9rem; }
}

/* long text safety */
.break { 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;
}

/* =========================================================================
   PREMIUM REFINEMENT LAYER — botanical apothecary art direction
   (appended; overrides earlier base where selectors match)
   Only transform/opacity/filter animate; ornaments are static & decorative.
   ========================================================================= */

/* ---- ornament tokens ---- */
:root {
  --sprig: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238E4585' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21c0-6 0-10 0-13'/%3E%3Cpath d='M12 8c-1.5-1.5-4-1.5-5 0 1 1.5 3.5 1.8 5 0z'/%3E%3Cpath d='M12 8c1.5-1.5 4-1.5 5 0-1 1.5-3.5 1.8-5 0z'/%3E%3Cpath d='M12 13c-1.5-1.5-4-1.5-5 0 1 1.5 3.5 1.8 5 0z'/%3E%3Cpath d='M12 13c1.5-1.5 4-1.5 5 0-1 1.5-3.5 1.8-5 0z'/%3E%3Cpath d='M12 4.5c-.8-.9-.8-2 0-2.5.8.5.8 1.6 0 2.5z'/%3E%3C/svg%3E");
}

::selection { background: var(--accent-2); color: var(--accent-deep); }

/* ---- Typographic scale & italic accents (Fraunces shines here) ---- */
.section-head h2 {
  font-size: clamp(2.05rem, 5vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.02;
}
.section-head h2 em,
.cta-band h2 em,
.page-hero h1 em,
.hero h1 .accent-word {
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
}
.cta-band h2 em, .hero h1 .accent-word { color: var(--accent-2); }
.section-head p { font-size: clamp(1.02rem, 1.4vw, 1.14rem); color: var(--ink-soft); line-height: 1.6; }
.section-head { max-width: 660px; margin-bottom: clamp(34px, 4.5vw, 60px); }

/* eyebrow: hairline + gold seed dot, tighter cap look */
.eyebrow {
  font-size: .73rem; letter-spacing: .26em; gap: .6rem; color: var(--accent);
}
.eyebrow::before { width: 30px; height: 1px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.eyebrow::after {
  content: ""; width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 0 3px rgba(194,154,85,.16);
  display: inline-block; order: -1;
}

/* pressed-lavender sprig ornament above centered heads */
.section-head.center { position: relative; padding-top: 46px; }
.section-head.center::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 30px; height: 34px; background: var(--sprig) center/contain no-repeat;
  opacity: .9;
}

/* ---- Section rhythm: hairline seam + faint field glow ---- */
.section { padding: clamp(64px, 8.5vw, 118px) 0; }
.section + .section::before {
  content: ""; position: absolute; top: 0; left: var(--pad); right: var(--pad);
  height: 1px; background: linear-gradient(90deg, transparent, var(--line-strong) 22%, var(--line-strong) 78%, transparent);
  pointer-events: none;
}
/* sections that carry their own tinted background get an inset seam instead */
.section[style*="surface-2"] + .section::before,
.section[style*="surface-2"]::before,
.featured-band + .section::before,
.cta-band::before { opacity: 0; }

/* ---- Buttons: a touch more presence + gold focus ring feel ---- */
.btn { font-family: var(--font-body); font-weight: 700; letter-spacing: .01em; padding: .9rem 1.6rem; }
.btn-primary { background: var(--ink); box-shadow: 0 10px 26px -18px rgba(51,34,58,.7); }
.btn-primary:hover, .btn-primary:focus-visible { box-shadow: var(--shadow-accent); }

/* =====================  HERO harmony  ===================== */
.hero .eyebrow { color: var(--accent-2); }
.hero .eyebrow::before { background: linear-gradient(90deg, var(--accent-2), #fff); }
.hero .eyebrow::after { background: var(--gold-soft); box-shadow: 0 0 0 3px rgba(231,211,168,.22); }
.hero h1 { font-weight: 500; letter-spacing: -.02em; }
.hero h1 .accent-word { font-weight: 400; }
.trust-strip span { border-color: rgba(255,255,255,.5); box-shadow: 0 8px 20px -14px rgba(51,34,58,.5); }

/* =====================  STATS band — gilt hairline & serif labels  ===================== */
.stats-band { border-top: 1px solid rgba(255,255,255,.06); position: relative; }
.stats-band::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: min(220px, 60%); height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .8;
}
.stat .num { letter-spacing: -.02em; }
.stat .lbl { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.62); }

/* =====================  CATALOG cards — editorial polish  ===================== */
.filter-btn { letter-spacing: .01em; }
.filter-btn.is-active { box-shadow: 0 10px 22px -14px rgba(142,69,133,.7); }
.pcard { border-radius: var(--radius-lg); box-shadow: 0 14px 40px -32px rgba(51,34,58,.5); }
.pcard.reveal.is-in:hover, .pcard:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 60px -30px rgba(142,69,133,.5);
}
.pcard-body { padding: 20px 20px 22px; }
.pcard-cat { letter-spacing: .16em; }
.pcard-body h3 { font-size: 1.28rem; font-weight: 600; margin: .35rem 0 .4rem; letter-spacing: -.01em; }
.pcard-body p { line-height: 1.55; }
.price-tag { font-size: 1.4rem; letter-spacing: -.01em; }
.nat-badge { border-color: var(--accent-2); background: rgba(255,255,255,.96); }
.nat-badge b { color: var(--accent-deep); }
.ribbon { background: linear-gradient(135deg, var(--accent), var(--accent-deep)); letter-spacing: .14em; }

/* =====================  CATEGORY split — larger imagery ratio  ===================== */
.cat-tab.is-active { box-shadow: 0 12px 24px -16px rgba(51,34,58,.6); }
.cat-split h3 { font-weight: 600; letter-spacing: -.015em; }
.cat-split .cat-img { box-shadow: var(--shadow-soft); }
.cat-chip { background: #fff; border: 1px solid var(--line); box-shadow: 0 6px 16px -12px rgba(51,34,58,.4); }

/* =====================  FEATURED editorial band  ===================== */
.feat-hero, .feat-tile { box-shadow: var(--shadow-soft); }
.feat-cap h3 { font-weight: 600; }
.feat-cap .tag { letter-spacing: .18em; }

/* =====================  İÇERİK cards — line-art in gilt discs  ===================== */
.icerik-card { border-radius: var(--radius-lg); }
.icerik-card.reveal.is-in:hover, .icerik-card:hover { border-color: var(--accent-2); }
.icerik-ic {
  background: var(--surface-2); border: 1px solid var(--line);
  box-shadow: inset 0 0 0 4px #fff;
}
.icerik-card:hover .icerik-ic { background: var(--accent); border-color: var(--accent); box-shadow: inset 0 0 0 4px rgba(255,255,255,.14); }
.icerik-card h3 { font-weight: 600; font-size: 1.2rem; }

/* =====================  PROCESS timeline — vertical thread + serif indices  ===================== */
.process { position: relative; }
.pstep { position: relative; padding: 30px 0; }
.pstep .pnum {
  font-weight: 500; font-style: italic; font-size: clamp(2rem, 3.4vw, 2.6rem);
  color: var(--accent); -webkit-text-fill-color: var(--accent);
}
.pstep .pnum::after { background: linear-gradient(90deg, var(--accent), var(--accent-2)); width: 40px; height: 2px; }
.pstep h3 { font-weight: 600; font-size: 1.38rem; letter-spacing: -.01em; }
.pstep .pt { color: var(--gold); font-weight: 700; }
.pstep:hover .pnum { color: var(--accent-deep); -webkit-text-fill-color: var(--accent-deep); }

/* =====================  PRICING plans — featured elevated  ===================== */
.plan { border-radius: var(--radius-lg); }
.plan h3 { font-weight: 600; }
.plan .plan-price { letter-spacing: -.02em; }
.plan.featured {
  background: linear-gradient(180deg, #fff, var(--surface-2));
  box-shadow: 0 40px 70px -40px rgba(142,69,133,.5);
}
.plan.featured .flag { background: linear-gradient(135deg, var(--accent), var(--accent-deep)); letter-spacing: .12em; }
.price-note { font-style: italic; }

/* =====================  TESTIMONIALS — quote-led editorial  ===================== */
.tt { border-radius: var(--radius-lg); }
.tt .qmark { font-size: 3.4rem; color: var(--accent-2); }
.tt p { line-height: 1.6; }
.tt .av { font-style: italic; background: linear-gradient(150deg, var(--accent), var(--accent-deep)); }
.tt .who b { font-family: var(--font-display); font-weight: 600; }

/* =====================  FAQ — serif questions, gold marker  ===================== */
.faq-item summary { font-weight: 600; font-size: 1.18rem; padding-block: 24px; }
.faq-item[open] summary { color: var(--accent); }
.faq-item summary::after { color: var(--gold); font-weight: 400; }
.faq-item > .answer p { line-height: 1.62; }

/* =====================  NOTES — gilt rule  ===================== */
.note { border-radius: var(--radius-lg); border-left-color: var(--accent); }
.note time { color: var(--gold); letter-spacing: .08em; text-transform: uppercase; }
.note h4 { font-weight: 600; font-size: 1.12rem; }
.note.reveal.is-in:hover, .note:hover { transform: translateY(-4px); box-shadow: 0 24px 44px -30px rgba(142,69,133,.5); transition: transform .24s var(--ease), box-shadow .24s var(--ease); }

/* =====================  CTA band  ===================== */
.cta-band h2 { font-weight: 500; letter-spacing: -.02em; }
.cta-band .eyebrow::after { background: var(--gold-soft); box-shadow: 0 0 0 3px rgba(231,211,168,.22); }

/* =====================  FOOTER  ===================== */
.site-footer { position: relative; }
.site-footer::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent) 30%, var(--gold) 50%, var(--accent) 70%, transparent);
  opacity: .5;
}
.foot-col h4 { color: var(--gold-soft); letter-spacing: .16em; }

/* =====================  DOC / PAGE HERO  ===================== */
.page-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--surface-2), var(--bg));
  padding-top: clamp(84px, 11vw, 140px);
  border-bottom: 1px solid var(--line);
}
.page-hero::before {
  content: ""; position: absolute; z-index: 0; top: -30%; right: -6%;
  width: min(460px, 60vw); aspect-ratio: 1;
  background: radial-gradient(circle, rgba(232,180,196,.32), transparent 62%);
  pointer-events: none;
}
.page-hero::after {
  content: ""; position: absolute; z-index: 0; bottom: 14%; left: -40px;
  width: 96px; height: 108px; opacity: .12; transform: rotate(-14deg);
  background: var(--sprig) center/contain no-repeat; pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-weight: 500; letter-spacing: -.02em; font-size: clamp(2.1rem, 5.4vw, 3.6rem); }
.page-hero h1 em { color: var(--accent); }
.page-hero p { font-size: clamp(1.02rem, 1.4vw, 1.16rem); }
.doc h2, .doc h3 { font-weight: 600; color: var(--ink); }
.doc h2 { letter-spacing: -.01em; }
.doc .updated { color: var(--gold); }
.center-page .big { font-weight: 500; font-style: italic; }
.sitemap-grid .sm-col h3 { font-weight: 600; }

/* =====================  MOTION polish  ===================== */
.reveal { transform: translateY(30px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  .section-head.center::before, .stats-band::before, .site-footer::before,
  .section + .section::before { opacity: 0 !important; }
}
html.no-js .reveal { opacity: 1; transform: none; }

/* =====================  RESPONSIVE guards for new type scale  ===================== */
@media (max-width: 560px) {
  .section-head h2 { font-size: clamp(1.85rem, 8.5vw, 2.5rem); }
  .pstep .pnum { font-size: 1.9rem; }
  .section-head.center { padding-top: 40px; }
}
@media (max-width: 380px) {
  .section-head h2 { font-size: 1.72rem; }
}
