/* ──────────────────────────────────────────────────────────
   The Ginger Group — Homepage (Variant A · Editorial Index)
   Page-specific layout. Tokens live in brand.css.
   ────────────────────────────────────────────────────────── */

/* ───── Header ───── */
.tgg .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(17, 17, 17, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tgg .site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 96px;
}
.tgg .site-header__nav {
  display: flex;
  gap: 32px;
}
.tgg .site-header__nav--right {
  gap: 28px;
  justify-content: flex-end;
  align-items: center;
}
.tgg .site-header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tgg .site-header__logo img {
  height: 84px;
  width: 213px;
  display: block;
}
.tgg .nav-link {
  font-family: 'Sen', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tgg-white);
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  transition: color .25s var(--tgg-ease);
}
.tgg .nav-link:hover { color: var(--tgg-gold); }
.tgg .site-header .btn--book {
  padding: 12px 18px;
}

/* ───── Hero ───── */
.tgg .hero {
  position: relative;
  height: 820px;
  overflow: hidden;
}
.tgg .hero__img {
  position: absolute;
  inset: 0;
  background: #1a1a1a center center / cover no-repeat;
}
.tgg .hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tgg .hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17,17,17,0.65) 0%, rgba(17,17,17,0.15) 35%, rgba(17,17,17,0.95) 100%);
}
.tgg .hero__rail {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  border-left: 1px solid var(--tgg-silver-faint);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 0;
  align-items: center;
}
.tgg .hero__rail-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 10px;
  letter-spacing: 0.32em;
  color: var(--tgg-silver);
}
.tgg .hero__content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 80px;
}
.tgg .hero__inner { max-width: 900px; }
.tgg .hero__eyebrow {
  margin-bottom: 28px;
  color: var(--tgg-gold);
}
.tgg .hero h1 { text-wrap: balance; }
.tgg .hero__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-top: 44px;
}
.tgg .hero__copy {
  color: rgba(255,255,255,0.82);
  max-width: 440px;
  font-size: 17px;
}
.tgg .hero__ctas {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}
.tgg .hero__ctas .btn:not(.btn--book) {
  border-color: var(--tgg-silver);
  color: var(--tgg-white);
}
.tgg .hero__ticker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid var(--tgg-silver-faint);
  background: rgba(17, 17, 17, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.tgg .hero__ticker-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 56px;
  align-items: center;
  color: var(--tgg-silver);
  font-size: 11px;
  letter-spacing: 0.22em;
}
.tgg .hero__ticker-grid > div {
  border-right: 1px solid var(--tgg-silver-faint);
  padding-left: 4px;
}

/* ───── Section header (220px label gutter) ───── */
.tgg .section-head {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 60px;
  margin-bottom: 72px;
}
.tgg .section-head__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
}

/* ───── Services index ───── */
.tgg .services {
  padding: 140px 0 80px;
}
.tgg .services__intro {
  max-width: 900px;
  margin-bottom: 72px;
  text-wrap: balance;
}
.tgg .services__list {
  border-top: 1px solid var(--tgg-silver-soft);
}
.tgg .svc-row {
  display: grid;
  grid-template-columns: 1.4fr 1.6fr 220px 40px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--tgg-silver-soft);
  color: var(--tgg-white);
  text-decoration: none;
  gap: 32px;
  transition: color .25s var(--tgg-ease);
}
.tgg .svc-row:hover { color: var(--tgg-gold); }
.tgg .svc-row__num {
  font-size: 12px;
  color: var(--tgg-silver);
  letter-spacing: 0.18em;
}
.tgg .svc-row__outcome {
  color: var(--tgg-silver);
  font-size: 15px;
}
.tgg .svc-row__thumb {
  width: 200px;
  height: 120px;
  overflow: hidden;
}
.tgg .svc-row__arrow {
  text-align: right;
  font-size: 18px;
}

/* ───── Featured work grid ───── */
.tgg .work {
  padding: 120px 0;
}
.tgg .work__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
}
.tgg .work__head .eyebrow { margin-bottom: 18px; }
.tgg .work__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 120px;
  gap: 16px;
}
.tgg .work__grid figure { margin: 0; }
.tgg .work__grid figure > .img { height: 100%; }
.tgg .work__grid figcaption {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--tgg-silver);
  letter-spacing: 0.12em;
}
.tgg .fig-1 { grid-column: 1 / span 7; grid-row: span 4; }
.tgg .fig-2 { grid-column: 8 / span 5; grid-row: span 2; }
.tgg .fig-3 { grid-column: 8 / span 5; grid-row: span 2; }
.tgg .fig-4 { grid-column: 1 / span 4; grid-row: span 3; }
.tgg .fig-5 { grid-column: 5 / span 4; grid-row: span 3; }
.tgg .fig-6 { grid-column: 9 / span 4; grid-row: span 3; }

/* ───── Artists ───── */
.tgg .artists {
  padding: 120px 0;
  border-top: 1px solid var(--tgg-silver-faint);
}
.tgg .artists__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tgg .artist-card { padding: 0; background: transparent; }
.tgg .artist-card__photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.tgg .artist-card__photo .img { filter: grayscale(1); }
.tgg .artist-card__meta {
  padding: 20px 4px 4px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.tgg .artist-card__name { font-size: 20px; }
.tgg .artist-card__role {
  font-size: 12px;
  color: var(--tgg-silver);
  letter-spacing: 0.12em;
  margin-top: 6px;
  text-transform: uppercase;
}

/* ───── Philosophy ───── */
.tgg .philosophy {
  padding: 120px 0 140px;
  border-top: 1px solid var(--tgg-silver-faint);
}
.tgg .philosophy__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.tgg .philosophy__copy {
  margin-top: 28px;
  color: var(--tgg-silver);
  font-size: 17px;
}
.tgg .philosophy__facts {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border-top: 1px solid var(--tgg-silver-soft);
  border-bottom: 1px solid var(--tgg-silver-soft);
}
.tgg .philosophy__fact {
  padding: 22px 0;
  border-bottom: 1px solid var(--tgg-silver-faint);
}
.tgg .philosophy__fact:last-child { border-bottom: 0; }
.tgg .philosophy__art {
  position: relative;
  aspect-ratio: 1 / 1;
}
.tgg .philosophy__art .glassblock {
  position: absolute;
  inset: 0;
  opacity: 0.5;
}
.tgg .philosophy__mirror-1 {
  position: absolute;
  left: 10%;
  top: 8%;
  width: 38%;
  height: 82%;
}
.tgg .philosophy__mirror-2 {
  position: absolute;
  right: 8%;
  top: 20%;
  width: 32%;
  height: 66%;
}
.tgg .philosophy__art .img { filter: grayscale(1); }
.tgg .philosophy__caption {
  position: absolute;
  left: 0;
  bottom: -4px;
  font-size: 10px;
  letter-spacing: 0.28em;
  color: var(--tgg-silver);
}

/* ───── Booking CTA ───── */
.tgg .booking-cta {
  padding: 120px 0;
  border-top: 1px solid var(--tgg-silver-faint);
}
.tgg .booking-cta__inner { text-align: center; }
.tgg .booking-cta__copy {
  margin: 28px auto 0;
  color: var(--tgg-silver);
  max-width: 520px;
  font-size: 17px;
}
.tgg .booking-cta__ctas {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  gap: 14px;
}
.tgg .booking-cta__ctas .btn--book { padding: 18px 28px; }
.tgg .booking-cta__ctas .btn:not(.btn--book) { border-color: var(--tgg-silver); }

/* ───── Footer ───── */
.tgg .site-footer {
  border-top: 1px solid var(--tgg-silver-soft);
  padding: 80px 0 40px;
  margin-top: 80px;
}
.tgg .site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr;
  gap: 48px;
  align-items: start;
}
.tgg .site-footer__brand img {
  height: 64px;
  width: 162px;
  display: block;
}
.tgg .site-footer__tagline {
  color: var(--tgg-silver);
  font-size: 14px;
  margin-top: 20px;
  max-width: 320px;
}
.tgg .site-footer__col-head { margin-bottom: 20px; }
.tgg .site-footer__col-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
.tgg .site-footer__col-links a {
  color: var(--tgg-silver);
}
.tgg .site-footer__reserve .btn--book {
  width: 100%;
  justify-content: space-between;
}
.tgg .site-footer__hours {
  margin-top: 16px;
  font-size: 13px;
  color: var(--tgg-silver);
}
.tgg .site-footer__legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-top: 28px;
  border-top: 1px solid var(--tgg-silver-faint);
  color: var(--tgg-silver);
  font-size: 12px;
  letter-spacing: 0.08em;
}
.tgg .site-footer__legal a { color: inherit; }
.tgg .site-footer__social {
  display: flex;
  gap: 28px;
}

/* ───── Mobile nav — hamburger + fullscreen drawer ───── */
.tgg .nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  position: relative;
  z-index: 201;
}
.tgg .nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--tgg-pink);
  border-radius: 1px;
  transition: transform .28s var(--tgg-ease), opacity .2s;
}
.tgg .nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.tgg .nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.tgg .nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.tgg .nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100dvh;
  background: var(--tgg-black);
  z-index: 199;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 96px var(--tgg-gutter) 48px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s var(--tgg-ease);
}
.tgg .nav-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}
.tgg .nav-drawer__inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.tgg .nav-drawer__link {
  font-family: 'Sen', sans-serif;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: -0.01em;
  color: var(--tgg-white);
  text-decoration: none;
  transition: color .2s;
  line-height: 1;
}
.tgg .nav-drawer__link:hover,
.tgg .nav-drawer__link:focus { color: var(--tgg-silver); }
.tgg .nav-drawer__book {
  align-self: flex-end;
  margin-top: 20px;
}

/* ───── Responsive ─────
   Design is 1440-only; this is a sensible-default responsive pass.
   Tighten/refine as needed during QA. */

@media (max-width: 1024px) {
  .tgg .site-header__inner { height: 90px; }
  .tgg .site-header__nav { gap: 22px; }
  .tgg .site-header__nav--right { gap: 18px; }
  .tgg .hero { height: 720px; }
  .tgg .hero__row { flex-direction: column; align-items: flex-start; gap: 28px; }
  .tgg .section-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 48px; }
  .tgg .svc-row { grid-template-columns: 1fr 1.2fr 160px 30px; gap: 20px; }
  .tgg .work__grid { grid-auto-rows: 100px; }
  .tgg .philosophy__grid { grid-template-columns: 1fr; gap: 56px; }
  .tgg .site-footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .tgg .site-footer__brand,
  .tgg .site-footer__reserve { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  :root {
    --tgg-gutter: 24px;
    --tgg-section-y: 80px;
    --tgg-section-y-lg: 100px;
  }
  .tgg .site-header { z-index: 200; }
  .tgg .site-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
  }
  .tgg .site-header__nav { display: none; }
  .tgg .site-header__nav--right { display: none; }
  .tgg .site-header__logo {
    display: flex;
    order: 0;
  }
  .tgg .site-header__logo img { height: 56px; width: auto; }
  .tgg .nav-toggle { display: flex; }
  .tgg .hero { height: 600px; }
  .tgg .hero__video { display: none; }
  .tgg .hero__rail { display: none; }
  .tgg .hero__ticker-grid {
    grid-template-columns: repeat(3, 1fr);
    overflow-x: auto;
  }
  .tgg .svc-row {
    grid-template-columns: 1fr 30px;
    gap: 14px;
  }
  .tgg .svc-row__outcome,
  .tgg .svc-row__thumb { display: none; }
  .tgg .services { padding: 80px 0 40px; }
  .tgg .work { padding: 80px 0; }
  .tgg .work__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .tgg .work__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .tgg .work__grid figure > .img { height: 240px; }
  .tgg .fig-1, .tgg .fig-2, .tgg .fig-3,
  .tgg .fig-4, .tgg .fig-5, .tgg .fig-6 {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .tgg .artists__grid { grid-template-columns: 1fr; gap: 32px; }
  .tgg .philosophy { padding: 80px 0; }
  .tgg .philosophy__facts { grid-template-columns: 1fr; }
  .tgg .booking-cta { padding: 80px 0; }
  .tgg .booking-cta__ctas { flex-direction: column; align-items: stretch; }
  .tgg .site-footer__grid { grid-template-columns: 1fr; gap: 40px; }
  .tgg .site-footer__legal {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
