/* ============================================================
   GOLDEN DREAM — Premium Design System v1.0
   Luxury dark + gold · 3D depth · scroll choreography
   ============================================================ */

:root {
  --gd-black: #07070a;
  --gd-bg: #0b0b0f;
  --gd-surface: #111118;
  --gd-elev: #16161f;
  --gd-gold: #d4af37;
  --gd-gold-soft: #e8cc70;
  --gd-gold-pale: #f6e7b0;
  --gd-gold-deep: #93701d;
  --gd-text: #f4f1e8;
  --gd-muted: #a9a596;
  --gd-line: rgba(212, 175, 55, 0.16);
  --gd-line-soft: rgba(244, 241, 232, 0.08);
  --gd-grad-gold: linear-gradient(115deg, #8a6a1c 0%, #d4af37 35%, #f6e7b0 50%, #d4af37 65%, #8a6a1c 100%);
  --gd-grad-text: linear-gradient(100deg, #c9a227, #f6e7b0 45%, #d4af37 75%);
  --gd-serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --gd-sans: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
  --gd-w: 1220px;
  --gd-r: 18px;
  --gd-r-lg: 28px;
  --gd-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --gd-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.7);
  --gd-shadow-gold: 0 18px 50px -12px rgba(212, 175, 55, 0.25);
}

/* ---------- Reset & base ---------- */
.gd-page *, .gd-page *::before, .gd-page *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body.gd-body {
  background: var(--gd-bg);
  color: var(--gd-text);
  font-family: var(--gd-sans);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.gd-page img { max-width: 100%; height: auto; display: block; }
.gd-page a { color: inherit; text-decoration: none; }
.gd-page ul { list-style: none; }
.gd-page ::selection { background: rgba(212, 175, 55, 0.35); color: #fff; }

/* subtle grain + vignette ambiance */
body.gd-body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 1;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(212, 175, 55, 0.06), transparent 60%),
    radial-gradient(900px 500px at 10% 110%, rgba(212, 175, 55, 0.045), transparent 60%);
}

.gd-container { width: min(var(--gd-w), 92vw); margin-inline: auto; position: relative; }
.gd-section { padding: clamp(72px, 9vw, 130px) 0; position: relative; }
.gd-section--tight { padding: clamp(48px, 6vw, 80px) 0; }
.gd-section--dark { background: var(--gd-black); }
.gd-section--surface {
  background: linear-gradient(180deg, var(--gd-surface), var(--gd-bg));
  border-top: 1px solid var(--gd-line-soft);
  border-bottom: 1px solid var(--gd-line-soft);
}

/* ---------- Typography ---------- */
.gd-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gd-gold); margin-bottom: 22px;
}
.gd-eyebrow::before { content: ""; width: 44px; height: 1px; background: var(--gd-grad-gold); }
.gd-eyebrow--center { justify-content: center; }
.gd-eyebrow--center::after { content: ""; width: 44px; height: 1px; background: var(--gd-grad-gold); }

.gd-h1, .gd-h2, .gd-h3 { font-family: var(--gd-serif); font-weight: 600; line-height: 1.08; letter-spacing: 0.005em; }
.gd-h1 { font-size: clamp(44px, 7vw, 92px); }
.gd-h2 { font-size: clamp(34px, 4.6vw, 62px); margin-bottom: 22px; }
.gd-h3 { font-size: clamp(24px, 2.6vw, 34px); }
.gd-gold-text {
  background: var(--gd-grad-text);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  font-style: italic; padding-right: 0.08em;
}
.gd-lead { font-size: clamp(17px, 1.5vw, 20px); color: var(--gd-muted); max-width: 640px; }
.gd-center { text-align: center; }
.gd-center .gd-lead { margin-inline: auto; }
.gd-mt-lg { margin-top: 48px; }
.gd-mt-md { margin-top: 28px; }

/* ---------- Buttons ---------- */
.gd-btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 17px 36px; border-radius: 999px; border: 0; cursor: pointer;
  font-family: var(--gd-sans); font-size: 15px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  color: #141002; background: var(--gd-grad-gold); background-size: 220% 100%; background-position: 0% 0;
  overflow: hidden; isolation: isolate;
  transition: background-position 0.7s var(--gd-ease), transform 0.35s var(--gd-ease), box-shadow 0.35s var(--gd-ease);
  box-shadow: var(--gd-shadow-gold);
}
.gd-btn:hover { background-position: 95% 0; transform: translateY(-3px); box-shadow: 0 26px 60px -12px rgba(212, 175, 55, 0.4); }
.gd-btn::after {
  content: ""; position: absolute; top: -40%; bottom: -40%; width: 36px; left: -70px;
  background: rgba(255, 255, 255, 0.5); filter: blur(12px); transform: rotate(20deg);
  transition: left 0.7s var(--gd-ease);
}
.gd-btn:hover::after { left: calc(100% + 70px); }
.gd-btn--ghost {
  background: transparent; color: var(--gd-text);
  border: 1px solid rgba(212, 175, 55, 0.5); box-shadow: none;
}
.gd-btn--ghost:hover { border-color: var(--gd-gold-pale); color: var(--gd-gold-pale); box-shadow: inset 0 0 30px rgba(212, 175, 55, 0.08); }
.gd-btn--lg { padding: 20px 46px; font-size: 16px; }
.gd-btn-row { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }

/* ---------- Header ---------- */
.gd-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 90;
  transition: background 0.45s ease, border-color 0.45s ease, backdrop-filter 0.45s ease, padding 0.45s ease;
  border-bottom: 1px solid transparent;
}
.gd-header__inner {
  width: min(var(--gd-w), 94vw); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 20px 0; transition: padding 0.4s ease;
}
.gd-header.is-scrolled {
  background: rgba(8, 8, 11, 0.82);
  -webkit-backdrop-filter: blur(18px) saturate(1.3); backdrop-filter: blur(18px) saturate(1.3);
  border-bottom-color: var(--gd-line);
}
.gd-header.is-scrolled .gd-header__inner { padding: 12px 0; }
.gd-logo { display: flex; align-items: center; gap: 14px; }
.gd-logo img { height: 46px; width: auto; }
.gd-logo__name { font-family: var(--gd-serif); font-size: 26px; font-weight: 700; letter-spacing: 0.04em; white-space: nowrap; }
.gd-logo__name em {
  font-style: italic;
  background: var(--gd-grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.gd-nav { display: flex; align-items: center; gap: 34px; }
.gd-nav > li { position: relative; }
.gd-nav a { font-size: 14px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(244, 241, 232, 0.85); transition: color 0.25s; position: relative; padding: 10px 0; display: inline-block; }
.gd-nav a::after { content: ""; position: absolute; left: 0; bottom: 2px; height: 1px; width: 0; background: var(--gd-grad-gold); transition: width 0.35s var(--gd-ease); }
.gd-nav a:hover { color: var(--gd-gold-pale); }
.gd-nav a:hover::after, .gd-nav a[aria-current="page"]::after { width: 100%; }
.gd-nav a[aria-current="page"] { color: var(--gd-gold-soft); }
/* dropdown */
.gd-nav__drop { position: relative; }
.gd-nav__panel {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translate(-50%, 12px);
  min-width: 300px; padding: 14px; border-radius: var(--gd-r);
  background: rgba(14, 14, 20, 0.97); border: 1px solid var(--gd-line);
  box-shadow: var(--gd-shadow); opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.3s ease, transform 0.35s var(--gd-ease), visibility 0.3s;
  z-index: 50;
}
.gd-nav__drop:hover .gd-nav__panel, .gd-nav__drop:focus-within .gd-nav__panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.gd-nav__panel a { display: block; padding: 12px 16px; border-radius: 10px; text-transform: none; letter-spacing: 0.02em; font-size: 15px; font-weight: 600; }
.gd-nav__panel a::after { display: none; }
.gd-nav__panel a:hover { background: rgba(212, 175, 55, 0.08); }
.gd-nav__panel a small { display: block; color: var(--gd-muted); font-size: 12.5px; font-weight: 500; margin-top: 2px; }
.gd-header__cta { display: flex; align-items: center; gap: 18px; }
.gd-header__phone { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.25; }
.gd-header__phone small { font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gd-muted); }
.gd-header__phone strong { font-size: 17px; font-weight: 800; color: var(--gd-gold-soft); white-space: nowrap; }
.gd-header .gd-btn { padding: 13px 26px; font-size: 13px; }
/* burger */
.gd-burger { display: none; width: 46px; height: 46px; border: 1px solid var(--gd-line); border-radius: 12px; background: transparent; cursor: pointer; position: relative; z-index: 101; }
.gd-burger span { position: absolute; left: 12px; right: 12px; height: 2px; background: var(--gd-gold-soft); transition: 0.35s var(--gd-ease); }
.gd-burger span:nth-child(1) { top: 16px; }
.gd-burger span:nth-child(2) { top: 22px; }
.gd-burger span:nth-child(3) { top: 28px; }
.gd-burger.is-open span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.gd-burger.is-open span:nth-child(2) { opacity: 0; }
.gd-burger.is-open span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

/* scroll progress */
.gd-progress { position: fixed; top: 0; left: 0; height: 2.5px; width: 0; background: var(--gd-grad-gold); z-index: 99; box-shadow: 0 0 14px rgba(212, 175, 55, 0.7); }

/* ---------- Hero ---------- */
.gd-hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; padding: 140px 0 90px; }
.gd-hero--sub { min-height: 72svh; padding-top: 160px; }
.gd-hero__media { position: absolute; inset: -8% 0; z-index: -2; }
.gd-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.08); }
.gd-hero__veil { position: absolute; inset: 0; z-index: -1; background:
  linear-gradient(90deg, rgba(7, 7, 10, 0.94) 0%, rgba(7, 7, 10, 0.72) 42%, rgba(7, 7, 10, 0.25) 100%),
  linear-gradient(0deg, var(--gd-bg) 2%, transparent 34%),
  linear-gradient(180deg, rgba(7, 7, 10, 0.6) 0%, transparent 30%);
}
.gd-hero__orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.5; z-index: -1; }
.gd-hero__orb--1 { width: 520px; height: 520px; right: -120px; top: -140px; background: radial-gradient(circle, rgba(212, 175, 55, 0.35), transparent 65%); }
.gd-hero__orb--2 { width: 420px; height: 420px; left: -160px; bottom: -120px; background: radial-gradient(circle, rgba(212, 175, 55, 0.22), transparent 65%); }
.gd-hero__content { max-width: 760px; }
.gd-hero .gd-h1 { margin: 6px 0 26px; }
.gd-hero__sub { font-size: clamp(17px, 1.6vw, 21px); color: rgba(244, 241, 232, 0.82); max-width: 600px; margin-bottom: 40px; }
.gd-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 44px; }
.gd-chip {
  display: inline-flex; align-items: center; gap: 9px; padding: 11px 20px; border-radius: 999px;
  border: 1px solid var(--gd-line); background: rgba(17, 17, 24, 0.65);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  font-size: 13.5px; font-weight: 700; letter-spacing: 0.04em; color: rgba(244, 241, 232, 0.92);
}
.gd-chip svg { width: 16px; height: 16px; fill: var(--gd-gold); flex: none; }
/* word-by-word title entrance */
.gd-hero .gd-word { display: inline-block; overflow: hidden; vertical-align: bottom; }
.gd-hero .gd-word > span { display: inline-block; transform: translateY(110%); animation: gdWordUp 0.9s var(--gd-ease) forwards; animation-delay: var(--d, 0s); }
@keyframes gdWordUp { to { transform: translateY(0); } }
.gd-hero__scroll {
  position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: 10.5px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--gd-muted);
}
.gd-hero__scroll::after { content: ""; width: 1px; height: 46px; background: linear-gradient(180deg, var(--gd-gold), transparent); animation: gdDrip 2.2s ease-in-out infinite; }
@keyframes gdDrip { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- Marquee ---------- */
.gd-marquee { overflow: hidden; border-block: 1px solid var(--gd-line); background: var(--gd-black); padding: 20px 0; position: relative; }
.gd-marquee__track { display: flex; gap: 64px; width: max-content; animation: gdMarquee 36s linear infinite; will-change: transform; }
.gd-marquee:hover .gd-marquee__track { animation-play-state: paused; }
.gd-marquee span { font-family: var(--gd-serif); font-size: 21px; font-style: italic; color: rgba(244, 241, 232, 0.55); white-space: nowrap; display: flex; align-items: center; gap: 64px; }
.gd-marquee span::after { content: "✦"; color: var(--gd-gold); font-size: 14px; }
@keyframes gdMarquee { to { transform: translateX(-50%); } }

/* ---------- Grids & cards ---------- */
.gd-grid { display: grid; gap: 26px; }
.gd-grid--2 { grid-template-columns: repeat(2, 1fr); }
.gd-grid--3 { grid-template-columns: repeat(3, 1fr); }
.gd-grid--4 { grid-template-columns: repeat(4, 1fr); }
.gd-split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(40px, 6vw, 90px); align-items: center; }

.gd-card {
  position: relative; border-radius: var(--gd-r-lg); overflow: hidden;
  background: linear-gradient(165deg, var(--gd-elev), var(--gd-surface) 55%);
  border: 1px solid var(--gd-line-soft);
  transition: transform 0.5s var(--gd-ease), border-color 0.4s ease, box-shadow 0.5s ease;
  transform-style: preserve-3d; will-change: transform;
}
.gd-card:hover { border-color: var(--gd-line); box-shadow: var(--gd-shadow); }
.gd-card__glare { position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity 0.4s; background: radial-gradient(600px circle at var(--gx, 50%) var(--gy, 50%), rgba(246, 231, 176, 0.1), transparent 45%); z-index: 3; }
.gd-card:hover .gd-card__glare { opacity: 1; }

/* service card */
.gd-scard { display: flex; flex-direction: column; min-height: 100%; }
.gd-scard__media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.gd-scard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--gd-ease), filter 0.5s; filter: saturate(0.92); }
.gd-scard:hover .gd-scard__media img { transform: scale(1.07); filter: saturate(1.05); }
.gd-scard__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(17, 17, 24, 0.95)); }
.gd-scard__num { position: absolute; top: 18px; right: 22px; font-family: var(--gd-serif); font-style: italic; font-size: 42px; color: rgba(246, 231, 176, 0.35); z-index: 2; }
.gd-scard__body { padding: 26px 28px 30px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.gd-scard__body h3 { font-family: var(--gd-serif); font-size: 27px; font-weight: 600; }
.gd-scard__body p { color: var(--gd-muted); font-size: 15.5px; flex: 1; }
.gd-scard__link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gd-gold-soft); }
.gd-scard__link::after { content: "→"; transition: transform 0.3s var(--gd-ease); }
.gd-scard:hover .gd-scard__link::after { transform: translateX(7px); }

/* feature list card */
.gd-feature { padding: 34px 32px; display: flex; gap: 20px; align-items: flex-start; }
.gd-feature__icon { flex: none; width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; background: rgba(212, 175, 55, 0.1); border: 1px solid var(--gd-line); }
.gd-feature__icon svg { width: 26px; height: 26px; fill: none; stroke: var(--gd-gold); stroke-width: 1.6; }
.gd-feature h3 { font-family: var(--gd-serif); font-size: 24px; margin-bottom: 8px; }
.gd-feature p { color: var(--gd-muted); font-size: 15px; }

/* ---------- Stats ---------- */
.gd-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.gd-stat { text-align: center; padding: 40px 20px; border-radius: var(--gd-r-lg); border: 1px solid var(--gd-line-soft); background: linear-gradient(180deg, rgba(212, 175, 55, 0.05), transparent 60%); }
.gd-stat__num { font-family: var(--gd-serif); font-size: clamp(44px, 4.5vw, 64px); font-weight: 600; background: var(--gd-grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.gd-stat__label { margin-top: 12px; font-size: 12.5px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gd-muted); }

/* ---------- VLT tint picker ---------- */
.gd-vlt { border-radius: var(--gd-r-lg); border: 1px solid var(--gd-line); background: var(--gd-surface); overflow: hidden; }
.gd-vlt__stage { position: relative; aspect-ratio: 1456/816; background: #0a0a0d; }
.gd-vlt__stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.6s ease; }
.gd-vlt__stage img.is-active { opacity: 1; }
.gd-vlt__hud { position: absolute; left: 22px; bottom: 20px; z-index: 4; background: rgba(8, 8, 11, 0.75); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid var(--gd-line); border-radius: 14px; padding: 12px 20px; }
.gd-vlt__hud strong { font-family: var(--gd-serif); font-size: 30px; color: var(--gd-gold-soft); }
.gd-vlt__hud small { display: block; font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gd-muted); }
.gd-vlt__controls { display: flex; gap: 10px; padding: 20px; flex-wrap: wrap; justify-content: center; border-top: 1px solid var(--gd-line-soft); }
.gd-vlt__btn {
  padding: 12px 26px; border-radius: 999px; cursor: pointer; font-family: var(--gd-sans);
  font-size: 14px; font-weight: 800; letter-spacing: 0.05em;
  background: transparent; color: var(--gd-muted); border: 1px solid var(--gd-line-soft);
  transition: all 0.3s var(--gd-ease);
}
.gd-vlt__btn:hover { color: var(--gd-gold-pale); border-color: var(--gd-line); }
.gd-vlt__btn.is-active { background: var(--gd-grad-gold); color: #141002; border-color: transparent; box-shadow: var(--gd-shadow-gold); }

/* ---------- Pricing ---------- */
.gd-pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.gd-price { padding: 42px 36px; display: flex; flex-direction: column; gap: 0; }
.gd-price--hot { border: 1px solid rgba(212, 175, 55, 0.55); background: linear-gradient(170deg, rgba(212, 175, 55, 0.1), var(--gd-surface) 45%); box-shadow: var(--gd-shadow-gold); }
.gd-price__badge { position: absolute; top: 20px; right: -34px; transform: rotate(38deg); background: var(--gd-grad-gold); color: #141002; font-size: 10.5px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; padding: 7px 42px; }
.gd-price__name { font-family: var(--gd-serif); font-size: 27px; }
.gd-price__tag { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gd-muted); margin-top: 4px; }
.gd-price__amount { margin: 22px 0 4px; font-family: var(--gd-serif); font-size: 56px; line-height: 1; background: var(--gd-grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.gd-price__amount small { font-size: 17px; color: var(--gd-muted); -webkit-text-fill-color: var(--gd-muted); font-family: var(--gd-sans); }
.gd-price__note { font-size: 13px; color: var(--gd-gold-soft); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; margin-bottom: 20px; }
.gd-price ul { margin: 6px 0 30px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.gd-price li { position: relative; padding-left: 28px; font-size: 15px; color: rgba(244, 241, 232, 0.85); }
.gd-price li::before { content: "✦"; position: absolute; left: 0; top: 1px; color: var(--gd-gold); font-size: 13px; }
.gd-price li.gd-li-head { padding-left: 0; margin-top: 14px; font-size: 12px; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gd-gold-soft); }
.gd-price li.gd-li-head::before { display: none; }
.gd-price .gd-btn { width: 100%; }

/* compact price table rows */
.gd-pricetable { border: 1px solid var(--gd-line-soft); border-radius: var(--gd-r-lg); overflow: hidden; }
.gd-pricetable__row { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 24px 32px; border-bottom: 1px solid var(--gd-line-soft); background: var(--gd-surface); transition: background 0.3s; }
.gd-pricetable__row:last-child { border-bottom: 0; }
.gd-pricetable__row:hover { background: var(--gd-elev); }
.gd-pricetable__row h4 { font-family: var(--gd-serif); font-size: 22px; font-weight: 600; }
.gd-pricetable__row p { color: var(--gd-muted); font-size: 14px; margin-top: 3px; }
.gd-pricetable__price { font-family: var(--gd-serif); font-size: 26px; color: var(--gd-gold-soft); white-space: nowrap; }

/* ---------- Steps ---------- */
.gd-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: gdstep; }
.gd-step { position: relative; padding: 36px 28px 32px; border-radius: var(--gd-r-lg); border: 1px solid var(--gd-line-soft); background: var(--gd-surface); counter-increment: gdstep; overflow: hidden; }
.gd-step::before { content: counter(gdstep, decimal-leading-zero); position: absolute; top: 14px; right: 20px; font-family: var(--gd-serif); font-style: italic; font-size: 58px; line-height: 1; color: rgba(212, 175, 55, 0.16); }
.gd-step h3 { font-family: var(--gd-serif); font-size: 23px; margin-bottom: 10px; }
.gd-step p { color: var(--gd-muted); font-size: 14.5px; }

/* ---------- Gallery ---------- */
.gd-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gd-gallery a { position: relative; border-radius: var(--gd-r); overflow: hidden; display: block; aspect-ratio: 4/3; border: 1px solid var(--gd-line-soft); }
.gd-gallery a.gd-tall { grid-row: span 2; aspect-ratio: auto; }
.gd-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--gd-ease), filter 0.5s; filter: saturate(0.9); }
.gd-gallery a::after { content: "+"; position: absolute; inset: 0; display: grid; place-items: center; font-size: 44px; font-weight: 200; color: var(--gd-gold-pale); background: rgba(7, 7, 10, 0.45); opacity: 0; transition: opacity 0.4s; }
.gd-gallery a:hover::after { opacity: 1; }
.gd-gallery a:hover img { transform: scale(1.06); filter: saturate(1.05); }
/* lightbox */
.gd-lb { position: fixed; inset: 0; z-index: 200; background: rgba(5, 5, 8, 0.94); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); display: none; align-items: center; justify-content: center; padding: 4vh 4vw; }
.gd-lb.is-open { display: flex; animation: gdFade 0.3s ease; }
.gd-lb img { max-width: 100%; max-height: 92vh; width: auto; height: auto; border-radius: 12px; box-shadow: var(--gd-shadow); }
.gd-lb__close { position: absolute; top: 22px; right: 26px; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--gd-line); background: rgba(17, 17, 24, 0.8); color: var(--gd-gold-pale); font-size: 22px; cursor: pointer; }
.gd-lb__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 54px; height: 54px; border-radius: 50%; border: 1px solid var(--gd-line); background: rgba(17, 17, 24, 0.8); color: var(--gd-gold-pale); font-size: 22px; cursor: pointer; }
.gd-lb__nav--prev { left: 24px; }
.gd-lb__nav--next { right: 24px; }
@keyframes gdFade { from { opacity: 0; } }

/* ---------- FAQ ---------- */
.gd-faq { max-width: 860px; margin-inline: auto; display: flex; flex-direction: column; gap: 14px; }
.gd-faq details { border: 1px solid var(--gd-line-soft); border-radius: var(--gd-r); background: var(--gd-surface); overflow: hidden; transition: border-color 0.3s; }
.gd-faq details[open] { border-color: var(--gd-line); background: var(--gd-elev); }
.gd-faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 30px; font-family: var(--gd-serif); font-size: 21px; font-weight: 600; }
.gd-faq summary::-webkit-details-marker { display: none; }
.gd-faq summary::after { content: "+"; flex: none; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--gd-line); display: grid; place-items: center; font-size: 19px; font-family: var(--gd-sans); color: var(--gd-gold); transition: transform 0.4s var(--gd-ease); }
.gd-faq details[open] summary::after { transform: rotate(45deg); }
.gd-faq details p { padding: 0 30px 26px; color: var(--gd-muted); font-size: 15.5px; max-width: 720px; }

/* ---------- Reviews ---------- */
.gd-reviews-wrap { border-radius: var(--gd-r-lg); border: 1px solid var(--gd-line-soft); background: var(--gd-surface); padding: clamp(24px, 4vw, 56px); }

/* ---------- CTA band ---------- */
.gd-cta { position: relative; overflow: hidden; border-radius: var(--gd-r-lg); padding: clamp(56px, 7vw, 100px) clamp(28px, 6vw, 90px); text-align: center; border: 1px solid var(--gd-line); background: linear-gradient(160deg, #15120a, var(--gd-black) 70%); }
.gd-cta::before { content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%; top: -420px; left: 50%; transform: translateX(-50%); background: radial-gradient(circle, rgba(212, 175, 55, 0.22), transparent 65%); filter: blur(40px); }
.gd-cta .gd-h2 { max-width: 760px; margin-inline: auto; }
.gd-cta p { color: var(--gd-muted); max-width: 560px; margin: 0 auto 38px; }
.gd-cta .gd-btn-row { justify-content: center; }

/* ---------- Split image ---------- */
.gd-pic { position: relative; border-radius: var(--gd-r-lg); overflow: hidden; border: 1px solid var(--gd-line-soft); box-shadow: var(--gd-shadow); }
.gd-pic img { width: 100%; height: 100%; object-fit: cover; }
.gd-pic--frame::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(246, 231, 176, 0.35); border-radius: calc(var(--gd-r-lg) - 12px); z-index: 2; pointer-events: none; }
.gd-checks { display: flex; flex-direction: column; gap: 15px; margin-top: 28px; }
.gd-checks li { display: flex; gap: 14px; align-items: flex-start; font-size: 16px; color: rgba(244, 241, 232, 0.88); }
.gd-checks li::before { content: "✓"; flex: none; width: 24px; height: 24px; border-radius: 50%; background: rgba(212, 175, 55, 0.12); border: 1px solid var(--gd-line); display: grid; place-items: center; font-size: 12px; color: var(--gd-gold); margin-top: 2px; }

/* ---------- Contact ---------- */
.gd-contact { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(36px, 5vw, 70px); align-items: start; }
.gd-contact__cards { display: flex; flex-direction: column; gap: 18px; }
.gd-ccard { display: flex; align-items: center; gap: 20px; padding: 26px 28px; border-radius: var(--gd-r); border: 1px solid var(--gd-line-soft); background: var(--gd-surface); transition: border-color 0.3s, transform 0.4s var(--gd-ease); }
.gd-ccard:hover { border-color: var(--gd-line); transform: translateX(6px); }
.gd-ccard__icon { flex: none; width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: rgba(212, 175, 55, 0.1); border: 1px solid var(--gd-line); }
.gd-ccard__icon svg { width: 24px; height: 24px; fill: none; stroke: var(--gd-gold); stroke-width: 1.6; }
.gd-ccard small { display: block; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gd-muted); margin-bottom: 3px; }
.gd-ccard strong { font-size: 18px; font-weight: 700; }
.gd-form { padding: clamp(28px, 4vw, 48px); border-radius: var(--gd-r-lg); border: 1px solid var(--gd-line-soft); background: var(--gd-surface); }
.gd-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.gd-form__field { display: flex; flex-direction: column; gap: 8px; }
.gd-form__field--full { grid-column: 1 / -1; }
.gd-form label { font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gd-muted); }
.gd-form input, .gd-form select, .gd-form textarea {
  padding: 16px 18px; border-radius: 12px; font-family: var(--gd-sans); font-size: 16px;
  background: var(--gd-black); border: 1px solid var(--gd-line-soft); color: var(--gd-text);
  transition: border-color 0.3s, box-shadow 0.3s; width: 100%;
}
.gd-form input:focus, .gd-form select:focus, .gd-form textarea:focus { outline: none; border-color: rgba(212, 175, 55, 0.6); box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1); }
.gd-form textarea { min-height: 130px; resize: vertical; }
.gd-form__ok { margin-bottom: 22px; padding: 16px 20px; border-radius: 12px; border: 1px solid rgba(120, 200, 120, 0.4); background: rgba(70, 160, 70, 0.12); color: #bfe8bf; font-size: 15px; }
.gd-map { margin-top: 22px; border-radius: var(--gd-r); overflow: hidden; border: 1px solid var(--gd-line-soft); filter: grayscale(0.85) invert(0.92) hue-rotate(180deg); }
.gd-map iframe { display: block; width: 100%; height: 300px; border: 0; }

/* ---------- Footer ---------- */
.gd-footer { background: var(--gd-black); border-top: 1px solid var(--gd-line); padding: 80px 0 0; margin-top: clamp(60px, 8vw, 110px); }
.gd-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 44px; padding-bottom: 60px; }
.gd-footer h4 { font-size: 12.5px; font-weight: 800; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gd-gold-soft); margin-bottom: 22px; }
.gd-footer ul { display: flex; flex-direction: column; gap: 12px; }
.gd-footer a { color: var(--gd-muted); font-size: 15px; transition: color 0.25s; }
.gd-footer a:hover { color: var(--gd-gold-pale); }
.gd-footer p { color: var(--gd-muted); font-size: 15px; }
.gd-footer__brand .gd-logo { margin-bottom: 18px; }
.gd-footer__bottom { border-top: 1px solid var(--gd-line-soft); padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.gd-footer__bottom p { font-size: 13.5px; color: rgba(169, 165, 150, 0.75); }

/* floating call button (mobile) */
.gd-callfab { position: fixed; right: 18px; bottom: 18px; z-index: 95; display: none; width: 60px; height: 60px; border-radius: 50%; background: var(--gd-grad-gold); box-shadow: var(--gd-shadow-gold); place-items: center; animation: gdPulse 2.6s infinite; }
.gd-callfab svg { width: 26px; height: 26px; fill: none; stroke: #141002; stroke-width: 2; }
@keyframes gdPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.45); } 55% { box-shadow: 0 0 0 18px rgba(212, 175, 55, 0); } }

/* ---------- Reveal system ---------- */
[data-reveal] { opacity: 0; will-change: transform, opacity; }
[data-reveal].is-in { opacity: 1; }
[data-reveal="up"] { transform: translateY(56px); transition: opacity 0.9s var(--gd-ease), transform 0.9s var(--gd-ease); }
[data-reveal="up"].is-in { transform: translateY(0); }
[data-reveal="fade"] { transition: opacity 1.2s ease; }
[data-reveal="left"] { transform: translateX(-64px); transition: opacity 0.9s var(--gd-ease), transform 0.9s var(--gd-ease); }
[data-reveal="left"].is-in { transform: translateX(0); }
[data-reveal="right"] { transform: translateX(64px); transition: opacity 0.9s var(--gd-ease), transform 0.9s var(--gd-ease); }
[data-reveal="right"].is-in { transform: translateX(0); }
[data-reveal="zoom"] { transform: scale(0.88); transition: opacity 0.9s var(--gd-ease), transform 0.9s var(--gd-ease); }
[data-reveal="zoom"].is-in { transform: scale(1); }
[data-reveal="clip"] { clip-path: inset(0 0 100% 0); transform: translateY(20px); transition: opacity 0.8s ease, clip-path 1s var(--gd-ease), transform 1s var(--gd-ease); }
[data-reveal="clip"].is-in { clip-path: inset(0 0 0% 0); transform: translateY(0); }
[data-stagger] > * { opacity: 0; transform: translateY(44px); transition: opacity 0.8s var(--gd-ease), transform 0.8s var(--gd-ease); transition-delay: var(--sd, 0s); }
[data-stagger].is-in > * { opacity: 1; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .gd-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .gd-stats { grid-template-columns: repeat(2, 1fr); }
  .gd-steps { grid-template-columns: repeat(2, 1fr); }
  .gd-pricing { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .gd-header__phone { display: none; }
}
@media (max-width: 900px) {
  .gd-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .gd-split, .gd-contact { grid-template-columns: 1fr; }
  .gd-nav {
    position: fixed; inset: 0; z-index: 100; flex-direction: column; justify-content: center; gap: 8px;
    background: rgba(7, 7, 10, 0.97); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
    opacity: 0; visibility: hidden; transition: opacity 0.35s ease, visibility 0.35s;
  }
  .gd-nav.is-open { opacity: 1; visibility: visible; }
  .gd-nav a { font-size: 19px; padding: 12px 0; }
  .gd-nav__panel { position: static; transform: none; opacity: 1; visibility: visible; pointer-events: auto; background: transparent; border: 0; box-shadow: none; min-width: 0; text-align: center; display: none; }
  .gd-nav__drop.is-open .gd-nav__panel { display: block; }
  .gd-nav__panel a { font-size: 15.5px; padding: 8px 0; }
  .gd-nav__panel a small { display: none; }
  .gd-burger { display: block; }
  .gd-header .gd-btn { display: none; }
}
@media (max-width: 620px) {
  body.gd-body { font-size: 16px; }
  .gd-grid--2, .gd-grid--3 { grid-template-columns: 1fr; }
  .gd-stats { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .gd-steps { grid-template-columns: 1fr; }
  .gd-gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .gd-form__grid { grid-template-columns: 1fr; }
  .gd-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .gd-callfab { display: grid; }
  .gd-hero { padding-top: 120px; }
  .gd-hero__scroll { display: none; }
  .gd-chips { gap: 8px; }
  .gd-chip { padding: 9px 14px; font-size: 12px; }
  .gd-vlt__btn { padding: 10px 18px; font-size: 13px; }
  .gd-pricetable__row { flex-direction: column; align-items: flex-start; gap: 8px; padding: 20px 22px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal], [data-stagger] > * { opacity: 1 !important; transform: none !important; clip-path: none !important; transition: none !important; }
  .gd-hero .gd-word > span { animation: none; transform: none; }
  .gd-marquee__track { animation: none; }
  .gd-callfab { animation: none; }
  .gd-hero__scroll::after { animation: none; }
  .gd-card, .gd-scard__media img { transition: none; }
}

/* ---------- Patch 1.0.1 ---------- */
/* gold gradient must survive the word-split hero animation */
.gd-gold-text .gd-word > span {
  background: var(--gd-grad-text);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Trustindex header legibility on dark surface */
.gd-reviews-wrap .ti-header, .gd-reviews-wrap .ti-header * { color: var(--gd-text) !important; }
