/* ═══════════════════════════════════════════════════════════
   CENAB AGENTLİYİ — luxury editorial noir
   obsidian #050505 · off-white #f5f3ef · crimson #b91c1c (rare)
   ═══════════════════════════════════════════════════════════ */

:root {
  --black: #050505;
  --ink: #f5f3ef;
  --crimson: #b91c1c;
  --grey-dark: #1a1e24;
  --grey-mid: #2e2e2e;
  --grey-muted: #8a8a86;
  --line: rgba(245, 243, 239, 0.08);
  --glass-bg: rgba(10, 10, 12, 0.42);
  --glass-edge: rgba(245, 243, 239, 0.10);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Syne', sans-serif;
  --mono: 'JetBrains Mono', monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scrollbar-width: thin; scrollbar-color: var(--grey-mid) var(--black); overflow-x: clip; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  background: var(--black);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

.serif { font-family: var(--serif); font-weight: 400; }
.mono  { font-family: var(--mono); font-weight: 400; letter-spacing: 0.14em; }
em { font-style: italic; font-weight: 300; }

::selection { background: var(--crimson); color: var(--ink); }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }

/* ═══ FIXED FILM LAYERS ═══ */

.bgv {
  position: fixed; inset: 0;
  width: 100vw; height: 100vh;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.tint {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5,5,5,0.55) 0%, rgba(5,5,5,0.12) 30%, rgba(5,5,5,0.12) 62%, rgba(5,5,5,0.66) 100%),
    radial-gradient(120% 90% at 50% 50%, transparent 42%, rgba(5,5,5,0.52) 100%);
}

/* Film grain, held still. It used to jitter on a 0.9 s loop, which repainted
   a fixed 200%-viewport layer forever for texture you can't consciously see. */
.grain {
  position: fixed; inset: 0; z-index: 3; pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
}

/* ═══ LOADER ═══ */

.loader {
  position: fixed; inset: 0; z-index: 400;
  background: var(--black);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 26px;
  transition: opacity 0.8s ease, visibility 0.8s;
}
.loader.is-done { opacity: 0; visibility: hidden; }
.loader-mark {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  letter-spacing: 0.08em;
}
.loader-mark span { font-weight: 300; font-style: italic; color: var(--grey-muted); }
.loader-bar {
  width: min(300px, 60vw); height: 1px;
  background: var(--line);
  overflow: hidden;
}
.loader-bar i {
  display: block; height: 100%;
  width: 0%;
  background: var(--ink);
  transition: width 0.3s ease;
}
.loader-pct { font-size: 0.65rem; color: var(--grey-muted); }

/* ═══ HEADER ═══ */

.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 26px clamp(22px, 4.5vw, 62px);
}
.mark {
  font-family: var(--serif);
  font-size: 1.35rem; font-weight: 600;
  letter-spacing: 0.14em;
  display: inline-flex; align-items: center; gap: 10px;
}
.mark-dash {
  width: 22px; height: 1px;
  background: var(--crimson);
  display: inline-block;
}
.header-right {
  display: flex; align-items: center; gap: clamp(14px, 2.4vw, 26px);
}
.lang-switch {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.62rem; letter-spacing: 0.16em;
}
.lang-switch button {
  background: none; border: 0; padding: 2px 0;
  color: var(--ink); opacity: 0.4;
  cursor: pointer; transition: opacity 0.25s ease, color 0.25s ease;
  font-family: var(--mono); letter-spacing: inherit;
}
.lang-switch button:hover { opacity: 0.75; }
.lang-switch button.is-active { opacity: 1; color: var(--crimson); }
@media (max-width: 560px) {
  .lang-switch { gap: 7px; font-size: 0.56rem; }
}
.burger {
  background: none; border: 0;
  width: 44px; height: 44px;
  display: grid; place-content: center; gap: 7px;
  position: relative; z-index: 260;
}
.burger span {
  display: block; width: 26px; height: 1px;
  background: var(--ink);
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1), width 0.3s ease;
  transform-origin: center;
}
.burger:hover span { width: 20px; }
.burger:hover span:first-child { width: 26px; }
/* X state — both strokes rotate around the shared center, no offset flicker */
.burger.is-open span:first-child { transform: translateY(4px) rotate(45deg); width: 26px; }
.burger.is-open span:last-child  { transform: translateY(-4px) rotate(-45deg); width: 26px; }
.burger.is-open:hover span { width: 26px; background: var(--crimson); }

/* ═══ FULLSCREEN MENU ═══ */

.menu {
  position: fixed; inset: 0; z-index: 250;
  background: rgba(5, 5, 5, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  overflow-x: clip;
}
.menu-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  padding: clamp(80px, 12vh, 130px) clamp(26px, 5vw, 80px) clamp(40px, 7vh, 70px);
  gap: clamp(20px, 4vw, 60px);
}
.menu-links { list-style: none; }
.menu-links a {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4.4vh, 2.7rem);
  font-weight: 300;
  line-height: 1.32;
  display: inline-flex; align-items: baseline; gap: 18px;
  position: relative;
  padding: 2px 0;
  opacity: 0;
  transform: translateY(28px);
  transition: letter-spacing 0.45s ease, color 0.3s ease;
}
.menu-links a i { font-size: 0.6rem; font-style: normal; color: var(--grey-muted); }
.menu-links a::after {
  content: '';
  position: absolute; left: 0; bottom: 4px;
  width: 0; height: 1px;
  background: var(--crimson);
  transition: width 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.menu.is-open .menu-links a:hover { letter-spacing: 0.05em; }
.menu.is-open .menu-links a:hover::after { width: 100%; }
.menu-links.has-hover a:not(:hover) { color: rgba(245, 243, 239, 0.28); }
.menu-links.has-hover a:not(:hover) i { color: rgba(138, 138, 134, 0.4); }

.menu-preview { position: relative; height: min(62vh, 620px); }
.menu-frame {
  position: relative;
  height: 100%;
  border: 1px solid var(--glass-edge);
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  overflow: visible;
}
.menu-figures { position: absolute; inset: 0; }
.menu-fig {
  position: absolute;
  left: 50%; bottom: 4%;
  height: 88%;
  width: auto; max-width: none;
  transform: translateX(-50%) scale(0.96);
  opacity: 0;
  filter: drop-shadow(0 22px 36px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 24px rgba(185, 28, 28, 0.1));
  transition: opacity 0.55s ease, transform 0.65s cubic-bezier(0.34, 1.2, 0.44, 1);
  pointer-events: none;
}
.menu-fig.is-active { opacity: 1; transform: translateX(-50%) scale(1); }
.menu-caption {
  position: absolute; left: 0; bottom: -34px;
  display: flex; gap: 18px; align-items: baseline;
}
.menu-label { font-family: var(--serif); font-size: 1.15rem; font-style: italic; }
.menu-tag { font-size: 0.6rem; color: var(--grey-muted); }

/* ═══ SHARED CONTENT PIECES ═══ */

.content { position: relative; z-index: 10; }
.sec { position: relative; min-height: 120vh; display: flex; flex-direction: column; justify-content: center; }
.wrap { width: min(1240px, 92vw); margin: 0 auto; position: relative; }
.wrap-narrow { width: min(820px, 92vw); }

.eyebrow {
  font-size: 0.66rem;
  color: var(--grey-muted);
  text-transform: uppercase;
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 26px;
}
.eyebrow .rule { width: 34px; height: 1px; background: var(--crimson); display: inline-block; }

.sec-title {
  font-size: clamp(1.8rem, 3.8vw, 3rem);
  font-weight: 400;
  line-height: 1.12;
  margin-bottom: clamp(44px, 7vh, 80px);
}

.glass {
  background: var(--glass-bg);
  border: 1px solid var(--glass-edge);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.btn {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 13px 28px;
  border: 1px solid transparent;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn-crimson {
  background: var(--crimson);
  color: var(--ink);
  border: 0;
}
.btn-crimson:hover { background: #d42a2a; }

.reveal { opacity: 0; transform: translateY(26px); filter: brightness(0.85); }

/* ═══ 1 · HERO ═══ */

.sec-hero { min-height: 130vh; justify-content: center; }
.hero-core {
  width: min(1240px, 92vw);
  margin: 0 auto;
  position: relative;
}
.hero-title {
  font-size: clamp(2.4rem, 5.8vw, 4.6rem);
  font-weight: 400;
  line-height: 1.06;
  margin-bottom: 20px;
}
.hero-title em { color: var(--grey-muted); }
.hero-sub {
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  color: var(--grey-muted);
  margin-bottom: 40px;
}
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.scroll-hint {
  position: absolute;
  bottom: 12vh; left: 50%;
  transform: translateX(-50%);
  font-size: 0.58rem;
  color: var(--grey-muted);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  letter-spacing: 0.3em;
}
.scroll-line {
  width: 1px; height: 52px;
  background: linear-gradient(180deg, var(--ink), transparent);
  animation: hint-drop 2.2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  transform-origin: top;
}
@keyframes hint-drop {
  0% { transform: scaleY(0); opacity: 0; }
  35% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1) translateY(24px); opacity: 0; }
}

/* ═══ 2 · MANIFESTO (pinned) ═══ */

.sec-manifesto { min-height: 100vh; }
.pin-stage {
  height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: clamp(26px, 5vh, 48px);
  position: relative;
}
.mani-line {
  padding: clamp(26px, 4vh, 44px) clamp(30px, 5vw, 68px);
  max-width: min(860px, 88vw);
  opacity: 0;
  transform: translateY(40px);
}
.mani-line p {
  font-size: clamp(1.35rem, 3vw, 2.3rem);
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.crimson-kw { color: var(--crimson); font-style: italic; }
.mani-thread {
  position: absolute;
  left: 50%; top: 12%;
  width: 1px; height: 0%;
  background: linear-gradient(180deg, transparent, var(--crimson), transparent);
  opacity: 0.5;
}

/* ═══ 3 · PROCESS ═══ */

.sec-process { min-height: 140vh; padding: 16vh 0; }
.proc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  position: relative;
}
/* thin connector line behind cards */
.proc-grid::before {
  content: '';
  position: absolute;
  top: 50%; left: 2%; right: 2%;
  height: 1px;
  background: var(--line);
}
.proc-card {
  position: relative;
  padding: 30px 24px 26px;
  min-height: 250px;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.proc-card::before {
  /* crimson border sweep on hover */
  content: '';
  position: absolute; top: 0; left: 0;
  width: 100%; height: 1px;
  background: var(--crimson);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.proc-card:hover::before { transform: scaleX(1); }
.proc-card:hover { box-shadow: 0 0 60px rgba(185, 28, 28, 0.07) inset; }
.proc-num {
  font-size: 0.62rem;
  color: var(--crimson);
  margin-bottom: 34px;
}
.proc-card h3 {
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 12px;
}
.proc-card p {
  font-size: 0.8rem;
  color: var(--grey-muted);
  flex: 1;
}

/* ═══ 4 · SERVICES ═══ */

.sec-services { min-height: auto; padding: 18vh 0 22vh; }
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3.2vw, 48px);
  max-width: 1060px;
  margin: 0 auto;
}
.card {
  position: relative;
  aspect-ratio: 3 / 4;
  transform-style: preserve-3d;
  will-change: transform;
}
/* The tile used to stack a photo plate, a glass sheet and the cutout. The
   plate is gone — the figure sits on the film itself, which reads quieter
   and lets the background actually show through. */
.card-glass {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(5,5,5,0.78) 88%);
  border: 1px solid var(--glass-edge);
  transition: border-color 0.4s ease;
}
.card-fig {
  position: absolute;
  left: 50%; bottom: 26%;
  height: 66%;
  width: auto; max-width: none;
  transform: translateX(-50%);
  opacity: 0.9;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.7));
  transition: transform 0.6s cubic-bezier(0.34, 1.1, 0.44, 1), opacity 0.4s ease;
  pointer-events: none;
}
.card:hover .card-fig { transform: translateX(-50%) translateY(-6px); opacity: 1; }
.card:hover .card-glass { border-color: rgba(185, 28, 28, 0.34); }
.card-body {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 20px 22px 22px;
  transform: translateZ(50px);
}
.card-body h3 { font-size: 1.22rem; font-weight: 500; margin-bottom: 7px; }
.card-body p { font-size: 0.76rem; color: var(--grey-muted); margin-bottom: 14px; }
/* now a <button> that opens the edition's detail sheet, not a link to #cta */
.card-cta {
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  color: var(--ink);
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(245, 243, 239, 0.25);
  padding: 0 0 4px;
  cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.card-cta:hover { color: var(--crimson); border-color: var(--crimson); }

/* ═══ 6 · FINAL CTA ═══ */

.sec-cta { min-height: 120vh; justify-content: flex-end; padding-top: 14vh; }
.cta-stage {
  position: relative;
  width: min(1240px, 92vw);
  margin: 0 auto;
  flex: 1;
  display: flex;
  align-items: center;
}
.cta-back {
  position: absolute;
  inset: 6% 0;
  overflow: hidden;
  border: 1px solid var(--glass-edge);
}
.cta-back img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.55;
}
.cta-fig {
  position: absolute;
  right: clamp(4%, 8vw, 12%);
  bottom: 6%;
  height: 78%;
  width: auto; max-width: none;
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 28px rgba(185, 28, 28, 0.12));
  pointer-events: none;
}
.cta-panel {
  position: relative;
  max-width: 520px;
  margin-left: clamp(20px, 5vw, 70px);
  padding: clamp(34px, 5vh, 56px) clamp(28px, 3.6vw, 52px);
}
.cta-panel h2 {
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 16px;
}
.cta-panel > p { color: var(--grey-muted); font-size: 0.95rem; margin-bottom: 34px; }
.cta-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 0; }
.cta-form input:not(.hp) {
  min-width: 0;
  background: transparent;
  border: 1px solid var(--glass-edge);
  border-right: 0;
  color: var(--ink);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  padding: 15px 18px;
  outline: none;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.cta-form input:focus {
  border-color: rgba(238, 242, 247, 0.4);
  background: rgba(245, 243, 239, 0.04);
}
.cta-form input::placeholder { color: var(--grey-muted); }
/* honeypot — invisible to humans, tempting to bots */
.cta-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-note {
  margin-top: 12px;
  min-height: 1em;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: var(--grey-muted);
}
/* shown only if /api/muraciet fails, so a lead is never dead-ended */
.form-alt {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  color: var(--ink);
  border-bottom: 1px solid rgba(238, 242, 247, 0.35);
  padding-bottom: 3px;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.form-alt:hover { color: var(--crimson); border-color: var(--crimson); }
.form-alt[hidden] { display: none; }

.footer {
  position: relative;
  width: min(1240px, 92vw);
  margin: 12vh auto 0;
  padding: 30px 0 36px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.f-mark { font-size: 1.05rem; letter-spacing: 0.1em; display: inline-flex; align-items: center; gap: 8px; }
.f-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--crimson); display: inline-block; }
.f-links { display: flex; gap: 26px; }
.f-links a { font-size: 0.58rem; color: var(--grey-muted); transition: color 0.3s ease; }
.f-links a:hover { color: var(--ink); }
.f-copy { font-size: 0.58rem; color: var(--grey-muted); }

/* ═══ TOUCH TARGETS ═══
   The lang buttons and card CTAs are visually small on purpose. Rather than
   fatten them and break the typography, extend the hit area with a pseudo
   overlay — the pixels stay put, the finger gets ~44px. */
@media (hover: none), (pointer: coarse) {
  .lang-switch button,
  .card-cta,
  .mark,
  .f-links a {
    position: relative;
  }
  .lang-switch button::after,
  .card-cta::after,
  .mark::after,
  .f-links a::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 44px;
    transform: translateY(-50%);
    left: -10px; right: -10px;
  }
  /* The lang buttons sit 7px apart, so a 10px reach would overlap its
     neighbour and steal the tap. Grow them vertically only. */
  .lang-switch button::after { left: -2px; right: -2px; }
}

/* ═══ SCROLL PROGRESS ═══ */

.progress {
  position: fixed; top: 0; left: 0; right: 0; z-index: 210;
  height: 2px;
  pointer-events: none;
}
.progress i {
  display: block; height: 100%;
  background: var(--crimson);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

/* ═══ FAQ ═══ */

.sec-faq { min-height: auto; padding: 16vh 0; }
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  display: flex; align-items: center; gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.9vw, 1.35rem);
  transition: color 0.3s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--crimson); }
/* plus sign that loses its vertical stroke when the answer opens */
.faq-item summary i {
  position: relative;
  margin-left: auto;
  width: 12px; height: 12px;
  flex: none;
}
.faq-item summary i::before,
.faq-item summary i::after {
  content: '';
  position: absolute;
  background: var(--grey-muted);
  transition: transform 0.35s cubic-bezier(0.65, 0, 0.35, 1), background 0.3s ease;
}
.faq-item summary i::before { top: 50%; left: 0; width: 100%; height: 1px; }
.faq-item summary i::after { left: 50%; top: 0; height: 100%; width: 1px; }
.faq-item[open] summary i::after { transform: scaleY(0); }
.faq-item[open] summary i::before { background: var(--crimson); }
.faq-item p {
  padding: 0 clamp(0px, 5vw, 48px) 26px 0;
  font-size: 0.9rem;
  color: var(--grey-muted);
  max-width: 68ch;
}

/* ═══ SERVICE DETAIL SHEET ═══ */

.sheet { position: fixed; inset: 0; z-index: 300; }
.sheet[hidden] { display: none; }
.sheet-scrim {
  position: absolute; inset: 0;
  background: rgba(4, 6, 11, 0.74);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.sheet.is-open .sheet-scrim { opacity: 1; }
.sheet-panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(520px, 94vw);
  padding: clamp(34px, 6vh, 64px) clamp(26px, 3.4vw, 52px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex; flex-direction: column; align-items: flex-start;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.sheet.is-open .sheet-panel { transform: none; }
.sheet-close {
  position: absolute; top: 20px; right: 20px;
  width: 44px; height: 44px;
  display: grid; place-content: center;
  background: none; border: 0;
}
.sheet-close span {
  position: absolute;
  width: 18px; height: 1px;
  background: var(--ink);
  transition: background 0.3s ease;
}
.sheet-close span:first-child { transform: rotate(45deg); }
.sheet-close span:last-child { transform: rotate(-45deg); }
.sheet-close:hover span { background: var(--crimson); }
.sheet-num { font-size: 0.6rem; color: var(--crimson); display: block; margin-bottom: 16px; }
.sheet-panel h3 {
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 400;
  line-height: 1.14;
  margin-bottom: 14px;
}
.sheet-body { color: var(--grey-muted); font-size: 0.94rem; margin-bottom: 30px; }
.sheet-list { list-style: none; width: 100%; margin-bottom: 36px; }
.sheet-list li {
  position: relative;
  padding: 0 0 13px 22px;
  margin-bottom: 13px;
  font-size: 0.86rem;
  border-bottom: 1px solid var(--line);
}
.sheet-list li:last-child { border-bottom: 0; }
.sheet-list li::before {
  content: '';
  position: absolute; left: 0; top: 0.62em;
  width: 8px; height: 1px;
  background: var(--crimson);
}

/* ═══ MOBILE ═══ */

@media (max-width: 900px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .proc-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .proc-grid::before { display: none; }
  .menu-inner { grid-template-columns: 1fr; align-content: start; gap: 40px; }
  .menu-preview { height: 34vh; }
}

@media (max-width: 768px) {
  .sec { min-height: 100vh; }
  .sec-hero { min-height: 110vh; }
  .cards { grid-template-columns: 1fr; }
  .card { aspect-ratio: 3 / 3.9; }
  .hero-actions { gap: 18px; }
  .cta-fig { right: 50%; transform: translateX(50%); height: 72%; opacity: 0.55; }
  .cta-panel { margin: 0 auto; max-width: 100%; width: 100%; }
  /* stack the form: three columns at 375px gives unusable 90px fields */
  .cta-form { grid-template-columns: 1fr; gap: 10px; }
  .cta-form input:not(.hp) { border-right: 1px solid var(--glass-edge); }
  .cta-form .btn { width: 100%; text-align: center; }
  /* the sheet becomes a bottom sheet — a side drawer on a phone is a nuisance */
  .sheet-panel {
    top: auto; right: 0; left: 0; bottom: 0;
    width: 100%;
    max-height: 88vh;
    padding: 46px 22px 34px;
    transform: translateY(100%);
  }
  .sec-faq { padding: 12vh 0; }
  .footer { flex-direction: column; align-items: flex-start; }
  .menu-links a { font-size: clamp(1.7rem, 7.4vw, 2.2rem); }
  .menu-caption { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .grain, .scroll-line { animation: none; }
  .reveal { opacity: 1; transform: none; filter: none; }
}


/* ═══ PAKET TƏKLİFİ ═══ */
/* Endirim brendin sakit tonunu pozmamalıdır: "SALE" nişanı yox, crimson
   yalnız rəqəmin özündə. Diqqəti rəng deyil, ölçü və boşluq çəkir. */

.sec-offer { min-height: auto; padding: 14vh 0 12vh; display: block; }
.offer-wrap { text-align: center; }
.offer-lead {
  max-width: 54ch;
  margin: 0 auto clamp(38px, 6vh, 66px);
  color: var(--grey-muted);
  font-size: clamp(0.88rem, 1.3vw, 1.02rem);
  line-height: 1.7;
}
.offer-card {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(34px, 5.5vh, 62px) clamp(26px, 4vw, 58px);
  border: 1px solid var(--glass-edge);
  position: relative;
}
.offer-badge {
  display: inline-block;
  font-size: 0.5rem;
  color: var(--grey-muted);
  border: 1px solid var(--line);
  padding: 6px 12px;
  margin-bottom: 26px;
}
.offer-figure {
  font-size: clamp(2.6rem, 7vw, 5rem);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
}
.offer-figure em { color: var(--crimson); font-style: italic; }
.offer-figure span { font-size: 0.36em; letter-spacing: 0.04em; }
.offer-why {
  font-size: 0.56rem;
  line-height: 2;
  color: var(--grey-muted);
  max-width: 46ch;
  margin: 0 auto clamp(28px, 4.5vh, 44px);
  text-transform: none;
  letter-spacing: 0.08em;
}
.offer-cta {
  display: flex; align-items: center; justify-content: center;
  gap: 24px; flex-wrap: wrap;
}
.offer-wa {
  font-size: 0.55rem;
  color: var(--ink);
  opacity: 0.7;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: opacity 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.offer-wa:hover { opacity: 1; color: var(--crimson); border-bottom-color: var(--crimson); }

/* İkinci dərəcəli düymə — HTML-də istifadə olunurdu, stili yox idi. */
.btn-ghost {
  border: 1px solid var(--glass-edge);
  color: var(--ink);
  background: transparent;
  transition: border-color 0.45s ease, background 0.45s ease;
}
.btn-ghost:hover {
  border-color: rgba(245, 243, 239, 0.34);
  background: rgba(245, 243, 239, 0.05);
}

/* Formadakı "nə lazımdır" seçimi */
.cta-form .full { grid-column: 1 / -1; }
.cta-form select {
  width: 100%;
  background: rgba(245, 243, 239, 0.04);
  border: 1px solid var(--glass-edge);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  padding: 14px 16px;
  appearance: none;
  cursor: pointer;
}
.cta-form select option { background: var(--black); color: var(--ink); }
