/* ============================================================
   GĀTHA — A Tale of Events
   Design system v3 · "Atelier"
   An Apple-grade luxury system: restraint, air, cinematic motion.
   Type:  STIX Two Text (display) · Pinyon Script (accent) · DM Sans (UI)
   All styles scoped under .gatha
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Pinyon+Script&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&display=swap');

:root {
  /* ---- surface ---- */
  --bg:        #ffffff;
  --bg-2:      #f7f5f1;   /* warm paper */
  --bg-3:      #efebe4;   /* deeper paper */
  --bg-dark:   #0a0a0b;   /* cinema black */
  --bg-dark-2: #141416;

  /* ---- ink ---- */
  --ink:       #0b0b0c;
  --ink-2:     #4b4b52;
  --muted:     #86868b;   /* the quiet gray */
  --on-dark:   #f5f3ef;
  --on-dark-2: rgba(245,243,239,.62);

  /* ---- accent (used sparingly — hairlines, small caps, punctuation) ---- */
  --gold:      #a98b52;
  --gold-2:    #c8ab74;
  --gold-3:    #7d6435;

  /* ---- lines ---- */
  --line:      #e6e1d8;
  --line-2:    #f0ece5;
  --line-dark: rgba(245,243,239,.16);

  /* ---- type ---- */
  --serif:  'STIX Two Text', 'Times New Roman', Georgia, serif;
  --sans:   'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --script: 'Pinyon Script', 'Snell Roundhand', cursive;

  /* ---- metrics ---- */
  --wrap:   1560px;
  --wrap-n: 1220px;   /* narrow measure */
  --gutter: clamp(20px, 3.4vw, 56px);
  --r:      14px;     /* card radius */
  --r-lg:   22px;
  --pill:   980px;

  /* ---- motion ---- */
  --ease:      cubic-bezier(.28,.11,.32,1);   /* Apple's signature glide */
  --ease-out:  cubic-bezier(.16,1,.3,1);
  --spring:    cubic-bezier(.34,1.26,.64,1);  /* slight overshoot, momentum only */

  /* ---- elevation ---- */
  --sh-sm: 0 2px 10px rgba(11,11,12,.05);
  --sh:    0 18px 50px -22px rgba(11,11,12,.20);
  --sh-lg: 0 44px 110px -40px rgba(11,11,12,.32);
}

/* ============================================================
   BASE
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body.gatha {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.003em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

.gatha img { max-width: 100%; display: block; }
.gatha a { color: inherit; text-decoration: none; }
.gatha button { font: inherit; color: inherit; border: 0; background: none; padding: 0; }
.gatha a, .gatha button, .gatha .gal-item, .gatha .faq-q,
.gatha .filter-bar button, .gatha .testi-dots button { cursor: pointer; }
.gatha ::selection { background: rgba(169,139,82,.18); color: var(--ink); }
.gatha :focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; border-radius: 4px; }

.gatha .wrap   { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.gatha .wrap-n { width: 100%; max-width: var(--wrap-n); margin: 0 auto; padding: 0 var(--gutter); }
.gatha .section { padding: clamp(72px, 8.6vw, 122px) 0; }
.gatha .section-sm { padding: clamp(52px, 6.5vw, 88px) 0; }
.gatha .center { text-align: center; }

/* ============================================================
   TYPOGRAPHY — size-specific tracking & leading (Apple discipline)
   ============================================================ */

.gatha h1, .gatha h2, .gatha h3, .gatha h4 {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}

/* Display — the big statements. Negative tracking as it grows. */
.gatha .d1 {
  font-size: clamp(2.6rem, 7.2vw, 5.6rem);
  line-height: 1.03;
  letter-spacing: -0.032em;
}
.gatha .d2 {
  font-size: clamp(2.1rem, 5vw, 3.7rem);
  line-height: 1.07;
  letter-spacing: -0.026em;
}
.gatha .d3 {
  font-size: clamp(1.6rem, 3.1vw, 2.4rem);
  line-height: 1.14;
  letter-spacing: -0.018em;
}
.gatha .d4 {
  font-size: clamp(1.22rem, 1.9vw, 1.5rem);
  line-height: 1.24;
  letter-spacing: -0.012em;
}

/* Italic / script accents inside headlines */
.gatha .it { font-style: italic; color: var(--gold-3); }
.gatha .scr { font-family: var(--script); font-style: normal; font-size: 1.24em; line-height: .8; color: var(--gold-3); }

/* Body scale */
.gatha p { margin: 0; }
.gatha .lead {
  font-size: clamp(1.05rem, 1.55vw, 1.32rem);
  line-height: 1.55;
  color: var(--ink-2);
  letter-spacing: -0.008em;
  max-width: 62ch;
}
.gatha .body { font-size: 1.0625rem; line-height: 1.6; color: var(--ink-2); max-width: 66ch; }
.gatha .small { font-size: .9375rem; line-height: 1.6; color: var(--muted); }
.gatha .muted { color: var(--muted); }
.gatha .center .lead, .gatha .center .body { margin-inline: auto; }

/* Eyebrow — small caps label with hairline */
.gatha .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--sans);
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold-3);
  margin-bottom: 22px;
}
.gatha .eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; opacity: .5; }
.gatha .eyebrow.no-line::before { display: none; }
.gatha .center .eyebrow { justify-content: center; }
.gatha .center .eyebrow.center-line::after { content: ""; width: 26px; height: 1px; background: currentColor; opacity: .5; }
.gatha .on-dark .eyebrow, .gatha .eyebrow.light { color: var(--gold-2); }

/* Section head block */
.gatha .section-head { max-width: 880px; }
.gatha .section-head.center { margin-inline: auto; }
.gatha .section-head h2 { margin-bottom: 20px; }

.gatha .signature { font-family: var(--script); font-size: 2.4rem; line-height: 1; color: var(--gold-3); }
.gatha .sig-role { font-size: .8125rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }

/* Text link with animated rule */
.gatha .tlink {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .9375rem; font-weight: 500; letter-spacing: .01em; color: var(--ink);
  padding-bottom: 3px; position: relative;
}
.gatha .tlink::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--gold); transform: scaleX(1); transform-origin: left;
  transition: transform .5s var(--ease);
}
.gatha .tlink:hover::after { transform: scaleX(0); transform-origin: right; }
.gatha .tlink .arrow { transition: transform .45s var(--ease); }
.gatha .tlink:hover .arrow { transform: translateX(4px); }

/* ============================================================
   BUTTONS — Apple pill geometry, atelier restraint
   ============================================================ */

.gatha .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans); font-size: .9375rem; font-weight: 500; letter-spacing: -0.005em;
  min-height: 50px; padding: 0 30px; border-radius: var(--pill);
  transition: background .35s var(--ease), color .35s var(--ease),
              border-color .35s var(--ease), transform .18s var(--ease), opacity .35s var(--ease);
  white-space: nowrap;
}
.gatha .btn:active { transform: scale(.97); }
.gatha .btn .arrow { transition: transform .45s var(--ease); }
.gatha .btn:hover .arrow { transform: translateX(4px); }

.gatha .btn-solid  { background: var(--ink); color: #fff; }
.gatha .btn-solid:hover  { background: #26262b; }
.gatha .btn-gold   { background: var(--gold); color: #fff; }
.gatha .btn-gold:hover   { background: var(--gold-3); }
.gatha .btn-outline{ border: 1px solid var(--line); color: var(--ink); background: transparent; }
.gatha .btn-outline:hover{ border-color: var(--ink); background: rgba(11,11,12,.03); }
.gatha .btn-light  { background: var(--on-dark); color: var(--ink); }
.gatha .btn-light:hover { background: #fff; }
.gatha .btn-ghost-light { border: 1px solid var(--line-dark); color: var(--on-dark); }
.gatha .btn-ghost-light:hover { background: rgba(245,243,239,.1); border-color: rgba(245,243,239,.4); }
.gatha .btn-sm { min-height: 42px; padding: 0 22px; font-size: .875rem; }

/* ============================================================
   REVEAL SYSTEM — scroll-driven, spring-eased, interruptible
   ============================================================ */

/* Reveals are an ENHANCEMENT. Without JS — or if anything at all goes wrong —
   every element is simply visible. The hidden state only exists under html.js. */
.gatha [data-rv] { opacity: 1; transform: none; }
.gatha .lines > span { display: block; overflow: hidden; }
.gatha .lines > span > span { display: block; }

.js .gatha [data-rv] {
  opacity: 0;
  transform: translate3d(0, var(--rv-y, 18px), 0) scale(var(--rv-s, 1));
  transition:
    opacity   1.1s var(--ease) var(--rv-d, 0ms),
    transform 1.25s var(--ease) var(--rv-d, 0ms),
    clip-path 1.35s var(--ease) var(--rv-d, 0ms);
  will-change: opacity, transform;
}
.js .gatha [data-rv="fade"]  { --rv-y: 0px; }
.js .gatha [data-rv="rise"]  { --rv-y: 22px; }
.js .gatha [data-rv="lift"]  { --rv-y: 34px; }
.js .gatha [data-rv="scale"] { --rv-y: 0px; --rv-s: 1.035; transform-origin: center; }
.js .gatha [data-rv="mask"]  { --rv-y: 0px; clip-path: inset(0 0 100% 0); }

.js .gatha [data-rv].in {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  clip-path: inset(0 0 0 0);
  will-change: auto;
}

/* Line-by-line headline reveal */
.js .gatha .lines > span > span {
  transform: translate3d(0, 105%, 0);
  transition: transform 1.3s var(--ease) var(--ln-d, 0ms);
}
.js .gatha .lines.in > span > span { transform: translate3d(0, 0, 0); }

/* ============================================================
   NAV — translucent material, scroll-edge (no hard divider)
   ============================================================ */

.gatha .nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center; gap: clamp(16px, 3vw, 42px);
  padding: 16px var(--gutter);
  background: transparent;
  transition: background .5s var(--ease), backdrop-filter .5s var(--ease),
              box-shadow .5s var(--ease), padding .5s var(--ease);
}
.gatha .nav::after {
  content: ""; position: absolute; inset: auto 0 -22px 0; height: 22px;
  background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  opacity: 0; transition: opacity .5s var(--ease); pointer-events: none;
}
.gatha .nav.scrolled {
  padding: 10px var(--gutter);
  background: rgba(255,255,255,.72);
  backdrop-filter: saturate(180%) blur(22px);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
}
.gatha .nav.scrolled::after { opacity: 1; }
.gatha .nav.hide { transform: translateY(-100%); transition: transform .5s var(--ease), background .5s var(--ease); }
.gatha .nav { transform: translateY(0); transition: transform .5s var(--ease), background .5s var(--ease), backdrop-filter .5s var(--ease), padding .5s var(--ease); }

.gatha .brand { display: flex; align-items: center; margin-right: auto; }
.gatha .brand-logo { height: 40px; width: auto; display: block; transition: height .5s var(--ease); }
.gatha .nav.scrolled .brand-logo { height: 34px; }

.gatha .nav-links { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.gatha .nav-links a {
  position: relative; font-size: .8125rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2);
  padding: 6px 0; transition: color .35s var(--ease);
}
.gatha .nav-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: right;
  transition: transform .5s var(--ease);
}
.gatha .nav-links a:hover, .gatha .nav-links a.active { color: var(--ink); }
.gatha .nav-links a:hover::after, .gatha .nav-links a.active::after { transform: scaleX(1); transform-origin: left; }
.gatha .nav-cta { margin-left: 8px; }

/* Over the dark hero, before the material appears */
.gatha .nav:not(.scrolled) .brand-logo { filter: brightness(0) invert(1); }
.gatha .nav:not(.scrolled) .nav-links a { color: rgba(245,243,239,.78); }
.gatha .nav:not(.scrolled) .nav-links a:hover,
.gatha .nav:not(.scrolled) .nav-links a.active { color: var(--on-dark); }
.gatha .nav:not(.scrolled) .burger span { background: var(--on-dark); }
.gatha .nav:not(.scrolled) .btn-solid { background: var(--on-dark); color: var(--ink); }
.gatha .nav:not(.scrolled) .btn-solid:hover { background: #fff; }

.gatha .burger { display: none; width: 30px; height: 18px; position: relative; z-index: 210; }
.gatha .burger span { position: absolute; left: 0; width: 100%; height: 1.5px; background: var(--ink); transition: .45s var(--ease); }
.gatha .burger span:nth-child(1) { top: 0; }
.gatha .burger span:nth-child(2) { top: 8px; }
.gatha .burger span:nth-child(3) { top: 16px; }
.gatha .burger.open span { background: var(--on-dark); }
.gatha .burger.open span:nth-child(1) { top: 8px; transform: rotate(45deg); }
.gatha .burger.open span:nth-child(2) { opacity: 0; }
.gatha .burger.open span:nth-child(3) { top: 8px; transform: rotate(-45deg); }

/* Mobile menu — material sheet */
.gatha .mobile-menu {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(10,10,11,.94);
  backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px);
  display: flex; flex-direction: column; justify-content: center;
  gap: 6px; padding: 0 var(--gutter);
  opacity: 0; visibility: hidden;
  transition: opacity .5s var(--ease), visibility .5s var(--ease);
}
.gatha .mobile-menu.open { opacity: 1; visibility: visible; }
.gatha .mobile-menu a {
  font-family: var(--serif); font-size: clamp(1.9rem, 8vw, 2.7rem); line-height: 1.28;
  letter-spacing: -0.02em; color: var(--on-dark);
  opacity: 0; transform: translateY(16px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.gatha .mobile-menu.open a { opacity: 1; transform: none; }
.gatha .mobile-menu.open a:nth-child(1) { transition-delay: .08s; }
.gatha .mobile-menu.open a:nth-child(2) { transition-delay: .13s; }
.gatha .mobile-menu.open a:nth-child(3) { transition-delay: .18s; }
.gatha .mobile-menu.open a:nth-child(4) { transition-delay: .23s; }
.gatha .mobile-menu.open a:nth-child(5) { transition-delay: .28s; }
.gatha .mobile-menu.open a:nth-child(6) { transition-delay: .33s; }
.gatha .mm-foot {
  margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--line-dark);
  display: flex; flex-wrap: wrap; gap: 22px;
}
.gatha .mm-foot a { font-family: var(--sans); font-size: .875rem; letter-spacing: .1em; text-transform: uppercase; color: var(--on-dark-2); }

/* ============================================================
   HERO — cinematic, full-bleed, slow scale
   ============================================================ */

.gatha .hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end;
  background: var(--bg-dark); overflow: hidden;
  padding: 0 0 clamp(56px, 9vh, 104px);
}
.gatha .hero-bg { position: absolute; inset: 0; overflow: hidden; }
.gatha .hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(var(--hero-scale, 1.12));
  transition: transform 2.4s var(--ease), opacity 1.6s var(--ease);
  opacity: .72;
}
.gatha .hero.ready .hero-bg img { transform: scale(1); }
.gatha .hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(10,10,11,.92) 0%, rgba(10,10,11,.66) 38%, rgba(10,10,11,.40) 72%, rgba(10,10,11,.52) 100%),
    linear-gradient(to right, rgba(10,10,11,.62) 0%, rgba(10,10,11,.22) 46%, rgba(10,10,11,0) 78%);
}
.gatha .hero-inner { position: relative; z-index: 2; width: 100%; }
.gatha .hero h1 { color: var(--on-dark); }
.gatha .hero h1 .it { color: var(--gold-2); }
.gatha .hero .eyebrow { color: var(--gold-2); }
.gatha .hero-sub {
  margin-top: 26px; max-width: 40ch;
  font-size: clamp(1.02rem, 1.4vw, 1.2rem); line-height: 1.55; color: var(--on-dark-2);
}
.gatha .hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }

/* Scroll cue */
.gatha .hero-cue {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: .625rem; letter-spacing: .28em; text-transform: uppercase; color: rgba(245,243,239,.55);
}
.gatha .hero-cue i { display: block; width: 1px; height: 46px; background: linear-gradient(rgba(245,243,239,.5), transparent); }
@media (prefers-reduced-motion: no-preference) {
  .gatha .hero-cue i { animation: cue 2.6s var(--ease) infinite; transform-origin: top; }
  @keyframes cue { 0%,100% { transform: scaleY(.4); opacity: .3; } 50% { transform: scaleY(1); opacity: 1; } }
}

/* Hero variant: editorial split (kept for inner use) */
.gatha .hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 6vw, 88px); align-items: center; }

/* ============================================================
   STATEMENT — one idea per screen
   ============================================================ */

.gatha .statement { padding: clamp(88px, 12vw, 164px) 0; }
.gatha .statement h2 { max-width: 18ch; }
.gatha .statement.center h2 { margin-inline: auto; }
.gatha .statement .lead { margin-top: 32px; }

/* Selectivity band — quiet, confident numbers */
.gatha .band { background: var(--bg-2); }
.gatha .band-dark { background: var(--bg-dark); color: var(--on-dark); }
.gatha .band-dark h2, .gatha .band-dark h3 { color: var(--on-dark); }
.gatha .band-dark .lead, .gatha .band-dark .body { color: var(--on-dark-2); }

.gatha .figures { display: grid; grid-template-columns: repeat(4, 1fr); }
.gatha .figure { padding: 8px clamp(12px, 2vw, 28px); border-left: 1px solid var(--line); }
.gatha .figure:first-child { border-left: 0; padding-left: 0; }
.gatha .band-dark .figure { border-color: var(--line-dark); }
.gatha .fig-n {
  font-family: var(--serif); font-size: clamp(2.2rem, 4.4vw, 3.4rem); line-height: 1;
  letter-spacing: -0.03em; color: var(--ink); font-variant-numeric: tabular-nums;
}
.gatha .band-dark .fig-n { color: var(--on-dark); }
.gatha .fig-n .plus { color: var(--gold); font-size: .62em; vertical-align: super; margin-left: 2px; }
.gatha .fig-l { margin-top: 14px; font-size: .8125rem; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); line-height: 1.5; }

/* ============================================================
   EDITORIAL SPLIT
   ============================================================ */

.gatha .split { display: grid; grid-template-columns: 1.32fr 1fr; gap: clamp(34px, 4.4vw, 68px); align-items: center; }
.gatha .split.reverse { grid-template-columns: 1fr 1.32fr; }   /* keep the photograph in the wide column */
.gatha .split.reverse .split-media { order: 2; }
.gatha .split-media { position: relative; }
.gatha .split-media img { width: 100%; height: auto; border-radius: var(--r); box-shadow: var(--sh); }
.gatha .frame-img { position: relative; border-radius: var(--r); overflow: hidden; }
.gatha .frame-img img { border-radius: var(--r); }
.gatha .media-cap {
  margin-top: 16px; font-size: .75rem; letter-spacing: .17em; text-transform: uppercase;
  color: var(--muted); text-align: center;
}

/* Full-bleed cinematic image */
.gatha .bleed { position: relative; overflow: hidden; }
.gatha .bleed img { width: 100%; height: auto; display: block; }
.gatha .bleed.tall img { max-height: 84vh; width: auto; margin-inline: auto; }
.gatha .bleed-cap {
  position: absolute; left: var(--gutter); bottom: clamp(24px, 4vw, 48px);
  color: var(--on-dark); text-shadow: 0 2px 24px rgba(0,0,0,.5);
}

/* ============================================================
   STICKY SHOWCASE — scroll-linked chapters (Apple product rhythm)
   ============================================================ */

.gatha .showcase { position: relative; background: var(--bg-dark); color: var(--on-dark); }
.gatha .sc-track { position: relative; }
.gatha .sc-sticky {
  position: sticky; top: 0; height: 100svh;
  display: grid; grid-template-columns: 1.18fr 1fr; align-items: center;
  gap: clamp(30px, 5vw, 72px); padding: 0 var(--gutter);
  max-width: calc(var(--wrap) + var(--gutter) * 2); margin: 0 auto;
}
.gatha .sc-media { position: relative; aspect-ratio: 3 / 2; width: 100%; border-radius: var(--r-lg); overflow: hidden; background: #111; }
.gatha .sc-media img {
  position: absolute; inset: 0; margin: auto;
  max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain;
  opacity: 0; transform: scale(1.04);
  transition: opacity 1.4s var(--ease), transform 2.2s var(--ease);
}
.gatha .sc-media img:first-child { opacity: 1; }          /* no JS: show the first frame */
.js .gatha .sc-media img { opacity: 0; }                  /* JS drives the sequence... */
.js .gatha .sc-media img.on { opacity: 1; transform: scale(1); }  /* ...active frame wins */
.gatha .sc-copy { position: relative; }
.gatha .sc-item { margin-bottom: 42px; }
.js .gatha .sc-item {
  position: absolute; inset: auto 0 auto 0; top: 50%; transform: translateY(calc(-50% + 16px));
  opacity: 0; pointer-events: none; margin-bottom: 0;
  transition: opacity 1s var(--ease), transform 1.1s var(--ease);
}
.js .gatha .sc-item.on { opacity: 1; transform: translateY(-50%); pointer-events: auto; }
.gatha .sc-item h3 { color: var(--on-dark); margin-bottom: 18px; }
.gatha .sc-item p { color: var(--on-dark-2); font-size: 1.0625rem; line-height: 1.62; max-width: 42ch; }
.gatha .sc-idx { display: flex; gap: 8px; margin-bottom: 26px; }
.gatha .sc-idx i { width: 26px; height: 2px; background: var(--line-dark); border-radius: 2px; transition: background .5s var(--ease); }
.gatha .sc-idx i.on { background: var(--gold-2); }
.gatha .sc-spacer { height: 100svh; }

/* ============================================================
   SERVICES / CRAFT GRID
   ============================================================ */

.gatha .svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.gatha .svc-card {
  display: block; background: var(--bg); padding: clamp(34px, 3.6vw, 52px) clamp(24px, 2.6vw, 40px);
  position: relative; transition: background .55s var(--ease), transform .55s var(--ease);
}
.gatha .svc-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 2px; background: var(--gold);
  transform: scaleX(0); transform-origin: left; transition: transform .6s var(--ease);
}
.gatha .svc-card:hover { background: var(--bg-2); }
.gatha .svc-card:hover::before { transform: scaleX(1); }
.gatha .svc-card .no {
  font-family: var(--serif); font-style: italic; font-size: .9375rem;
  color: var(--gold); opacity: .8; display: block; margin-bottom: 26px;
}
.gatha .svc-card .ic { width: 30px; height: 30px; color: var(--gold-3); margin-bottom: 22px; transition: transform .55s var(--ease); }
.gatha .svc-card:hover .ic { transform: translateY(-3px); }
.gatha .svc-card h3 { font-size: 1.3rem; letter-spacing: -0.015em; margin-bottom: 12px; }
.gatha .svc-card p { font-size: .9375rem; line-height: 1.6; color: var(--muted); }

/* Why / values grid */
.gatha .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 3.4vw, 52px); }
.gatha .why-card { padding-top: 26px; border-top: 1px solid var(--line); }
.gatha .band-dark .why-card { border-color: var(--line-dark); }
.gatha .why-card .ic { width: 26px; height: 26px; color: var(--gold); margin-bottom: 20px; }
.gatha .why-card h3 { font-size: 1.18rem; letter-spacing: -0.012em; margin-bottom: 10px; }
.gatha .why-card p { font-size: .9375rem; line-height: 1.62; color: var(--muted); }
.gatha .band-dark .why-card p { color: var(--on-dark-2); }
.gatha .band-dark .why-card h3 { color: var(--on-dark); }

/* Process steps */
.gatha .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(26px, 3vw, 44px); }
.gatha .step { position: relative; padding-top: 30px; border-top: 1px solid var(--line); }
.gatha .band-dark .step { border-color: var(--line-dark); }
.gatha .step-no {
  font-family: var(--serif); font-style: italic; font-size: 1rem; color: var(--gold); margin-bottom: 18px;
}
.gatha .step h3 { font-size: 1.12rem; letter-spacing: -0.012em; margin-bottom: 10px; }
.gatha .step p { font-size: .9375rem; line-height: 1.6; color: var(--muted); }
.gatha .band-dark .step h3 { color: var(--on-dark); }
.gatha .band-dark .step p { color: var(--on-dark-2); }

/* ============================================================
   MARQUEE — slow, whisper-quiet
   ============================================================ */

.gatha .marquee { overflow: hidden; padding: 30px 0; border-block: 1px solid var(--line); background: var(--bg); }
.gatha .marquee-track { display: flex; gap: 56px; width: max-content; }
@media (prefers-reduced-motion: no-preference) {
  .gatha .marquee-track { animation: mq 46s linear infinite; }
  @keyframes mq { to { transform: translateX(-50%); } }
}
.gatha .marquee span {
  font-family: var(--serif); font-size: 1.05rem; letter-spacing: .04em; color: var(--muted);
  display: inline-flex; align-items: center; gap: 56px; white-space: nowrap;
}
.gatha .marquee span::after { content: "✦"; font-size: .5rem; color: var(--gold); }

/* ============================================================
   GALLERY + LIGHTBOX
   ============================================================ */

.gatha .filter-bar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 48px; }
.gatha .filter-bar button {
  min-height: 40px; padding: 0 20px; border-radius: var(--pill);
  border: 1px solid var(--line); font-size: .8125rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase; color: var(--muted);
  transition: all .4s var(--ease);
}
.gatha .filter-bar button:hover { border-color: var(--ink); color: var(--ink); }
.gatha .filter-bar button.active { background: var(--ink); border-color: var(--ink); color: #fff; }

.gatha .gallery { columns: 3; column-gap: 18px; }
.gatha .gallery.grid-mode { columns: 3; }
.gatha .gal-item {
  break-inside: avoid; margin-bottom: 18px; border-radius: 10px; overflow: hidden;
  cursor: zoom-in; background: var(--bg-2);
}
.gatha .gal-item img { width: 100%; height: auto; }
.gatha .gal-item.hide { display: none; }
.gatha .pb-track img, .gatha .frame-img img, .gatha .split-media img { cursor: zoom-in; }

.gatha .lightbox {
  position: fixed; inset: 0; z-index: 300; display: none;
  place-items: center; padding: clamp(20px, 5vw, 60px);
  background: rgba(6,6,7,.94);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
}
.gatha .lightbox.open { display: grid; animation: lbIn .45s var(--ease); }
@keyframes lbIn { from { opacity: 0; } to { opacity: 1; } }
.gatha .lightbox img { max-width: 100%; max-height: 86vh; object-fit: contain; border-radius: 8px; }
.gatha .lb-close, .gatha .lb-nav {
  position: absolute; width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center; color: var(--on-dark); font-size: 1.4rem;
  background: rgba(245,243,239,.1); backdrop-filter: blur(10px);
  transition: background .3s var(--ease), transform .18s var(--ease);
}
.gatha .lb-close:hover, .gatha .lb-nav:hover { background: rgba(245,243,239,.2); }
.gatha .lb-close:active, .gatha .lb-nav:active { transform: scale(.94); }
.gatha .lb-close { top: 22px; right: 22px; }
.gatha .lb-prev { left: 22px; top: 50%; margin-top: -24px; }
.gatha .lb-next { right: 22px; top: 50%; margin-top: -24px; }

/* Photo band — filmstrip */
.gatha .photo-band { padding: 0 0 clamp(60px, 9vw, 120px); overflow: hidden; }
.gatha .pb-track { display: flex; gap: 12px; padding: 0 12px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.gatha .pb-track::-webkit-scrollbar { display: none; }
.gatha .pb-track img { height: clamp(250px, 27vw, 380px); width: auto; flex: 0 0 auto; border-radius: 10px; box-shadow: var(--sh-sm); }

/* ============================================================
   TESTIMONIALS — a single, large, quiet voice
   ============================================================ */

.gatha .testi { background: var(--bg-2); }
.gatha .quote-mark { font-family: var(--serif); font-size: 4rem; line-height: .6; color: var(--gold); opacity: .4; margin-bottom: 30px; }
.gatha .testi-track { position: relative; min-height: 250px; }
.gatha .testi-slide {
  position: absolute; inset: 0; opacity: 0; transform: translateY(14px);
  transition: opacity .8s var(--ease), transform .8s var(--ease); pointer-events: none;
  text-align: center;
}
.gatha .testi-slide.active { opacity: 1; transform: none; pointer-events: auto; position: relative; }
.gatha .testi-stars { color: var(--gold); letter-spacing: .3em; font-size: .8125rem; margin-bottom: 26px; }
.gatha .testi-quote {
  font-family: var(--serif); font-size: clamp(1.35rem, 2.7vw, 2.05rem); line-height: 1.35;
  letter-spacing: -0.018em; color: var(--ink); max-width: 24ch; margin-inline: auto;
}
.gatha .testi-meta { margin-top: 32px; }
.gatha .testi-name { font-size: .9375rem; font-weight: 500; letter-spacing: .02em; }
.gatha .testi-role { font-size: .75rem; letter-spacing: .17em; text-transform: uppercase; color: var(--muted); margin-top: 7px; }
.gatha .testi-dots { display: flex; justify-content: center; gap: 8px; margin-top: 44px; }
.gatha .testi-dots button { width: 26px; height: 2px; border-radius: 2px; background: var(--line); transition: background .4s var(--ease); }
.gatha .testi-dots button.active { background: var(--gold); }

/* ============================================================
   FAQ — Apple-style disclosure
   ============================================================ */

.gatha .faq-list { max-width: 940px; margin-inline: auto; }
.gatha .faq-item { border-bottom: 1px solid var(--line); }
.gatha .faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  width: 100%; text-align: left; padding: 30px 2px;
  font-family: var(--serif); font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  letter-spacing: -0.012em; color: var(--ink); transition: color .35s var(--ease);
}
.gatha .faq-q:hover { color: var(--gold-3); }
.gatha .faq-q .pm { position: relative; flex: 0 0 auto; width: 15px; height: 15px; }
.gatha .faq-q .pm::before, .gatha .faq-q .pm::after {
  content: ""; position: absolute; background: var(--gold); transition: transform .45s var(--ease);
}
.gatha .faq-q .pm::before { inset: 7px 0 auto 0; height: 1.5px; }
.gatha .faq-q .pm::after  { inset: 0 7px auto 7px; width: 1.5px; height: 15px; }
.gatha .faq-item.open .pm::after { transform: scaleY(0); }
.gatha .faq-a { max-height: 0; overflow: hidden; transition: max-height .65s var(--ease); }
.gatha .faq-a-inner { padding: 0 0 30px; font-size: 1rem; line-height: 1.68; color: var(--muted); max-width: 68ch; }
.gatha .faq-a-inner a { color: var(--gold-3); border-bottom: 1px solid currentColor; }

/* ============================================================
   CTA / INVITATION
   ============================================================ */

.gatha .cta-band { position: relative; overflow: hidden; background: var(--bg-dark); color: var(--on-dark); padding: clamp(96px, 12vw, 158px) 0; }
.gatha .cta-band .hero-bg img { opacity: .3; }
.gatha .cta-band .hero-bg::after { background: linear-gradient(rgba(10,10,11,.72), rgba(10,10,11,.86)); }
.gatha .cta-band-inner { position: relative; z-index: 2; text-align: center; max-width: 760px; margin-inline: auto; }
.gatha .cta-band h2 { color: var(--on-dark); }
.gatha .cta-band p { color: var(--on-dark-2); margin-top: 26px; }
.gatha .cta-band .btn-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 42px; }
.gatha .cta-note { margin-top: 26px; font-size: .8125rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(245,243,239,.45); }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */

.gatha .page-hero {
  position: relative; min-height: clamp(420px, 62vh, 620px);
  display: flex; align-items: flex-end; padding: 140px 0 clamp(48px, 7vh, 84px);
  background: var(--bg-dark); overflow: hidden;
}
.gatha .page-hero .hero-bg img { opacity: .5; }
.gatha .page-hero .hero-bg::after {
  background:
    linear-gradient(to top, rgba(10,10,11,.94) 0%, rgba(10,10,11,.62) 55%, rgba(10,10,11,.5) 100%),
    linear-gradient(to right, rgba(10,10,11,.55), rgba(10,10,11,0) 72%);
}
.gatha .page-hero-inner { position: relative; z-index: 2; }
.gatha .page-hero h1 { color: var(--on-dark); }
.gatha .page-hero h1 .it { color: var(--gold-2); }
.gatha .page-hero p { color: var(--on-dark-2); max-width: 52ch; margin-top: 22px; font-size: 1.0625rem; line-height: 1.6; }
.gatha .crumbs { margin-top: 30px; font-size: .75rem; letter-spacing: .17em; text-transform: uppercase; color: rgba(245,243,239,.5); }
.gatha .crumbs a:hover { color: var(--on-dark); }

/* ============================================================
   CONTACT
   ============================================================ */

.gatha .contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 90px); }
.gatha .ci-item { display: flex; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.gatha .ci-item .ic { flex: 0 0 auto; width: 22px; height: 22px; color: var(--gold); margin-top: 3px; }
.gatha .ci-label { font-size: .6875rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.gatha .ci-val { font-size: 1.0625rem; color: var(--ink); }
.gatha a.ci-val:hover { color: var(--gold-3); }

.gatha .form-card { background: var(--bg-2); border-radius: var(--r-lg); padding: clamp(28px, 4vw, 48px); }
.gatha .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.gatha .field { margin-bottom: 18px; }
.gatha .field label { display: block; font-size: .6875rem; letter-spacing: .19em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 9px; font-weight: 600; }
.gatha .field input, .gatha .field select, .gatha .field textarea {
  width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--ink);
  background: var(--bg); border: 1px solid var(--line); border-radius: 10px;
  padding: 15px 16px; min-height: 52px; outline: none;
  transition: border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.gatha .field textarea { min-height: 120px; resize: vertical; }
.gatha .field input:focus, .gatha .field select:focus, .gatha .field textarea:focus {
  border-color: var(--gold); box-shadow: 0 0 0 4px rgba(169,139,82,.12);
}
.gatha .form-ok { display: none; padding: 16px 18px; border-radius: 10px; background: rgba(169,139,82,.1); color: var(--gold-3); font-size: .9375rem; margin-bottom: 20px; }
.gatha .form-ok.show { display: block; }
.gatha .form-note { font-size: .8125rem; color: var(--muted); }

/* ============================================================
   FOOTER
   ============================================================ */

.gatha .footer { background: var(--bg-2); padding: clamp(64px, 8vw, 104px) 0 40px; border-top: 1px solid var(--line); }
.gatha .footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: clamp(30px, 4vw, 56px); }
.gatha .footer .brand-logo { height: 44px; }
.gatha .f-about { margin-top: 22px; font-size: .9375rem; line-height: 1.62; color: var(--muted); max-width: 34ch; }
.gatha .f-social { display: flex; gap: 10px; margin-top: 26px; }
.gatha .f-social a {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--ink-2);
  transition: all .4s var(--ease);
}
.gatha .f-social a:hover { border-color: var(--ink); color: var(--ink); transform: translateY(-2px); }
.gatha .f-col h4 { font-family: var(--sans); font-size: .6875rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; color: var(--ink); margin: 0 0 20px; }
.gatha .f-col a, .gatha .f-col span { display: block; font-size: .9375rem; color: var(--muted); margin-bottom: 12px; transition: color .3s var(--ease); }
.gatha .f-col a:hover { color: var(--ink); }
.gatha .footer-bot {
  margin-top: clamp(48px, 6vw, 76px); padding-top: 26px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between;
  font-size: .8125rem; color: var(--muted);
}

/* Floating enquire button */
.gatha .wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  display: inline-flex; align-items: center; gap: 10px;
  height: 52px; padding: 0 22px; border-radius: var(--pill);
  background: var(--ink); color: #fff; font-size: .875rem; font-weight: 500;
  box-shadow: var(--sh); transition: transform .3s var(--ease), background .3s var(--ease);
}
.gatha .wa-float:hover { transform: translateY(-2px); background: #26262b; }
.gatha .wa-float:active { transform: scale(.97); }

/* Scroll progress hairline */
.gatha .scroll-line { position: fixed; inset: 0 auto auto 0; height: 2px; width: 100%; transform-origin: left; transform: scaleX(0); background: var(--gold); z-index: 120; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
  .gatha .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .gatha .why-grid { grid-template-columns: repeat(2, 1fr); }
  .gatha .process-grid { grid-template-columns: repeat(2, 1fr); }
  .gatha .gallery { columns: 3; }
  .gatha .gallery.grid-mode { columns: 2; }
  .gatha .footer-top { grid-template-columns: 1fr 1fr; }
  .gatha .figures { grid-template-columns: repeat(2, 1fr); gap: 34px 0; }
  .gatha .figure:nth-child(3) { border-left: 0; padding-left: 0; }
}

@media (max-width: 860px) {
  .gatha .nav-links { display: none; }
  .gatha .nav-cta { display: none; }
  .gatha .burger { display: block; }
  .gatha .split, .gatha .hero-grid, .gatha .contact-grid { grid-template-columns: 1fr; }
  .gatha .split.reverse .split-media { order: 0; }
  .gatha .sc-sticky { grid-template-columns: 1fr; height: auto; position: relative; padding-block: 60px; }
  .gatha .sc-media { aspect-ratio: 3 / 2; }
  .gatha .sc-copy { min-height: 0; }
  .gatha .sc-item { position: relative; top: auto; transform: none; opacity: 1; margin-top: 30px; pointer-events: auto; }
  .gatha .sc-item.on { transform: none; }
  .gatha .sc-spacer { display: none; }
}

@media (max-width: 640px) {
  body.gatha { font-size: 16px; }
  .gatha .svc-grid, .gatha .why-grid, .gatha .process-grid { grid-template-columns: 1fr; }
  .gatha .gallery, .gatha .gallery.grid-mode { columns: 2; column-gap: 10px; }
  .gatha .gal-item { margin-bottom: 10px; }
  .gatha .form-row { grid-template-columns: 1fr; }
  .gatha .footer-top { grid-template-columns: 1fr; }
  .gatha .hero-cta .btn { width: 100%; }
  .gatha .wa-float span { display: none; }
  .gatha .wa-float { padding: 0; width: 52px; justify-content: center; }
}

/* ============================================================
   ACCESSIBILITY PREFERENCES
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  .gatha *, .gatha *::before, .gatha *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .18s !important;
  }
  .js .gatha [data-rv] { opacity: 1 !important; transform: none !important; clip-path: none !important; }
  .js .gatha .lines > span > span { transform: none !important; }
  .gatha .hero-bg img { transform: none !important; }
  .gatha .sc-item { position: relative; top: auto; transform: none; opacity: 1; margin-bottom: 40px; }
}

@media (prefers-reduced-transparency: reduce) {
  .gatha .nav.scrolled { background: #fff; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .gatha .mobile-menu { background: #0a0a0b; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .gatha .lightbox { background: rgba(6,6,7,.99); backdrop-filter: none; -webkit-backdrop-filter: none; }
}

@media (prefers-contrast: more) {
  :root { --muted: #56565c; --line: #c9c4bb; }
  .gatha .btn-outline { border-color: var(--ink); }
}

@media print {
  .gatha .nav, .gatha .wa-float, .gatha .scroll-line, .gatha .mobile-menu { display: none !important; }
  .js .gatha [data-rv] { opacity: 1 !important; transform: none !important; }
}


/* ============================================================
   TRIPTYCH — three portraits, sized to breathe
   ============================================================ */
.gatha .triptych { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.4vw, 20px); }
.gatha .triptych figure { margin: 0; }
.gatha .triptych img { width: 100%; height: auto; display: block; border-radius: var(--r); box-shadow: var(--sh); }
.gatha .triptych figcaption {
  margin-top: 14px; font-size: .75rem; letter-spacing: .17em; text-transform: uppercase;
  color: var(--muted); text-align: center;
}
.gatha .triptych .tall { margin-top: clamp(20px, 4vw, 56px); }
@media (max-width: 860px) {
  .gatha .triptych { grid-template-columns: 1fr 1fr; gap: 12px; }
  .gatha .triptych figure:nth-child(3) { display: none; }
  .gatha .triptych .tall { margin-top: 0; }
}

/* Duo — a pair of images with an offset, for asymmetric rhythm */
.gatha .duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 2vw, 28px); align-items: start; }
.gatha .duo img { width: 100%; height: auto; display: block; border-radius: var(--r); box-shadow: var(--sh); }
.gatha .duo .drop { margin-top: clamp(28px, 6vw, 80px); }
@media (max-width: 640px) { .gatha .duo .drop { margin-top: 0; } }


/* ============================================================
   FIGURES / STATS  (legacy .stats markup on inner pages)
   ============================================================ */
.gatha .stats { background: var(--bg-2); }
.gatha .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.gatha .stat { padding: 8px clamp(12px, 2vw, 28px); border-left: 1px solid var(--line); }
.gatha .stat:first-child { border-left: 0; padding-left: 0; }
.gatha .stat .num {
  font-family: var(--serif); font-size: clamp(2.2rem, 4.4vw, 3.4rem); line-height: 1;
  letter-spacing: -0.03em; color: var(--ink); font-variant-numeric: tabular-nums;
}
.gatha .stat .num .plus { color: var(--gold); font-size: .62em; vertical-align: super; margin-left: 2px; }
.gatha .stat .label {
  margin-top: 14px; font-size: .8125rem; letter-spacing: .13em;
  text-transform: uppercase; color: var(--muted); line-height: 1.5;
}

/* Founder portrait + graceful monogram fallback */
.gatha .founder-photo { position: relative; }
.gatha .founder-photo .photo-ph {
  flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  aspect-ratio: 4/5; background: linear-gradient(160deg, var(--bg-2), var(--bg-3));
  border-radius: var(--r); color: var(--gold-3);
}
.gatha .founder-photo .photo-ph span { font-family: var(--serif); font-size: 3.4rem; letter-spacing: .1em; }
.gatha .founder-photo .photo-ph small {
  font-family: var(--sans); font-size: .8rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--muted);
}

/* ============================================================
   ENGAGEMENT TIERS  (services "three ways to work together")
   ============================================================ */
.gatha .tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.2vw, 28px); }
.gatha .tier-card {
  display: flex; flex-direction: column; background: var(--bg);
  border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(28px, 3vw, 40px);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
}
.gatha .tier-card:hover { transform: translateY(-3px); box-shadow: var(--sh); border-color: var(--gold-2); }
.gatha .tier-card.featured { border-color: var(--gold); box-shadow: var(--sh-sm); }
.gatha .tier-card .t-name {
  font-family: var(--serif); font-size: 1.45rem; letter-spacing: -0.018em; color: var(--ink);
}
.gatha .tier-card .t-rule { width: 38px; height: 1px; background: var(--gold); margin: 18px 0 20px; }
.gatha .tier-card > p { font-size: .96rem; line-height: 1.62; color: var(--muted); margin-bottom: 24px; }
.gatha .tier-card ul { list-style: none; margin: auto 0 0; padding: 0; display: grid; gap: 11px; }
.gatha .tier-card li {
  position: relative; padding-left: 24px; font-size: .9375rem;
  line-height: 1.55; color: var(--ink-2);
}
.gatha .tier-card li::before {
  content: "✦"; position: absolute; left: 0; top: 0;
  font-size: .6rem; color: var(--gold); line-height: 1.9;
}

.gatha .contact-info { max-width: 46ch; }

@media (max-width: 1024px) {
  .gatha .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 0; }
  .gatha .stat:nth-child(3) { border-left: 0; padding-left: 0; }
  .gatha .tier-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .gatha .stats-grid { grid-template-columns: 1fr; gap: 30px; }
  .gatha .stat { border-left: 0; padding-left: 0; }
}


/* Wide screens: use the room */
@media (min-width: 1380px) {
  .gatha .gallery { columns: 4; }
  .gatha .gallery.grid-mode { columns: 3; }
}
