/* =========================================================
   FORGE & IRON — Strength Gym, Bengaluru
   Dark Industrial Strength. Chalk, iron and discipline.
   ========================================================= */

:root {
  --charcoal:   #23262A;
  --char-900:   #16181B;
  --char-850:   #1B1E22;
  --char-800:   #202327;
  --panel:      #24272C;
  --panel-2:    #2B2F35;
  --line:       #34383E;
  --line-hi:    #43474E;
  --steel:      #8A9096;
  --steel-dim:  #6B7075;
  --rust:       #C56B3A;
  --rust-hi:    #DB7C46;
  --rust-deep:  #9E522A;
  --offwhite:   #EDEDEA;

  --ink:        var(--offwhite);
  --bg:         var(--char-900);

  --maxw: 1240px;
  --gut: clamp(1.15rem, 4vw, 3rem);

  --r-sm: 3px;
  --r-md: 5px;
  --r-lg: 8px;

  --ff-head: "Archivo", "Arial Narrow", system-ui, sans-serif;
  --ff-body: "Inter", system-ui, -apple-system, sans-serif;

  --sh-1: 0 2px 8px rgba(0,0,0,.35);
  --sh-2: 0 18px 50px rgba(0,0,0,.5);

  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
body {
  font-family: var(--ff-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  font-size: clamp(1rem, .96rem + .2vw, 1.06rem);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }

/* ---------- helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.eyebrow {
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--rust);
  display: inline-flex;
  align-items: center;
  gap: .7rem;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 2px;
  background: var(--rust);
  display: inline-block;
}
h1,h2,h3,h4 {
  font-family: var(--ff-head);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.01em;
  text-transform: uppercase;
}
.sec-title {
  font-size: clamp(2rem, 1.3rem + 3.5vw, 4rem);
  margin-top: .55rem;
}
.lede { color: var(--steel); max-width: 60ch; }

.skip {
  position: absolute; left: 12px; top: -60px;
  background: var(--rust); color: #17120e;
  padding: .7rem 1.1rem; z-index: 200;
  font-weight: 800; border-radius: var(--r-sm);
  transition: top .18s var(--ease);
}
.skip:focus { top: 12px; }

:focus-visible {
  outline: 2px solid var(--rust-hi);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ---------- buttons ---------- */
.btn {
  --bg-btn: var(--rust);
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--ff-head);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .92rem;
  padding: .95rem 1.6rem;
  background: var(--bg-btn);
  color: #17120e;
  border: 2px solid var(--bg-btn);
  border-radius: var(--r-sm);
  transition: transform .18s var(--ease), background .2s, box-shadow .2s;
  will-change: transform;
}
.btn:hover { background: var(--rust-hi); border-color: var(--rust-hi); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(197,107,58,.28); }
.btn:active { transform: translateY(0); }
.btn--ghost {
  background: transparent; color: var(--offwhite);
  border-color: var(--line-hi);
}
.btn--ghost:hover { background: rgba(237,237,234,.06); border-color: var(--steel); box-shadow: none; }
.btn--block { width: 100%; }
.btn--lg { padding: 1.1rem 2rem; font-size: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .btn, .btn:hover { transform: none; }
}

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--char-900) 82%, transparent);
  backdrop-filter: blur(12px) saturate(1.1);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s, background .25s;
}
.site-header.is-stuck { box-shadow: 0 10px 30px rgba(0,0,0,.45); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--offwhite); }
.brand svg { display: block; }
.brand-name {
  font-family: var(--ff-head); font-weight: 900; font-size: 1.28rem;
  letter-spacing: .02em; text-transform: uppercase; line-height: 1;
}
.brand-name b { color: var(--rust); font-weight: 900; }

.primary-nav ul { display: flex; align-items: center; gap: 1.7rem; }
.primary-nav a {
  font-weight: 600; font-size: .9rem; color: var(--steel);
  letter-spacing: .02em; position: relative; padding: .3rem 0;
  transition: color .18s;
}
.primary-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--rust); transition: width .22s var(--ease);
}
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--offwhite); }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { width: 100%; }

.header-cta { display: flex; align-items: center; gap: .8rem; }

.nav-toggle {
  display: none;
  width: 46px; height: 42px;
  background: transparent; border: 1px solid var(--line-hi); border-radius: var(--r-sm);
  padding: 0; position: relative;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 50%; height: 2px; width: 20px;
  background: var(--offwhite); transform: translateX(-50%); transition: .22s var(--ease);
}
.nav-toggle span { top: 50%; margin-top: -1px; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: translateX(-50%) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { top: 0; transform: translateX(-50%) rotate(-45deg); }

@media (max-width: 900px) {
  .header-cta .btn:not(.nav-toggle) { display: none; }
  .nav-toggle { display: block; }
  .primary-nav {
    position: fixed; inset: 72px 0 auto 0;
    background: var(--char-850);
    border-bottom: 1px solid var(--line);
    max-height: 0; overflow: hidden;
    transition: max-height .32s var(--ease);
  }
  .primary-nav.is-open { max-height: 80vh; box-shadow: var(--sh-2); }
  .primary-nav ul { flex-direction: column; align-items: stretch; gap: 0; padding: .5rem var(--gut) 1.4rem; }
  .primary-nav li { border-bottom: 1px solid var(--line); }
  .primary-nav a { display: block; padding: 1rem 0; font-size: 1.05rem; color: var(--offwhite); }
  .primary-nav .nav-cta-mobile { margin-top: 1.2rem; }
  .primary-nav .nav-cta-mobile a { display: inline-flex; }
}
@media (prefers-reduced-motion: reduce) {
  .primary-nav { transition: none; }
}

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; overflow: hidden; background: var(--char-900); }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(16,18,20,.94) 0%, rgba(16,18,20,.78) 42%, rgba(16,18,20,.25) 100%),
    linear-gradient(0deg, rgba(16,18,20,.96) 2%, rgba(16,18,20,0) 45%);
}
.hero-inner {
  position: relative; z-index: 2;
  padding-block: clamp(4.5rem, 12vw, 9rem) clamp(3rem, 7vw, 5.5rem);
  display: grid; gap: 1.6rem;
  max-width: 760px;
}
.hero h1 {
  font-size: clamp(3.1rem, 1.4rem + 10vw, 8.2rem);
  line-height: .88;
  letter-spacing: -.015em;
}
.hero h1 .rust { color: var(--rust); display: block; }
.hero h1 .stroke {
  color: transparent;
  -webkit-text-stroke: 2px var(--steel);
  display: block;
}
.hero-sub {
  font-size: clamp(1.05rem, .98rem + .5vw, 1.28rem);
  color: var(--offwhite);
  max-width: 46ch;
  font-weight: 400;
}
.hero-sub b { color: var(--rust); font-weight: 700; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: .4rem; }
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 1.6rem 2.4rem;
  margin-top: 1rem; padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}
.hero-meta .stat b {
  display: block; font-family: var(--ff-head); font-weight: 900;
  font-size: clamp(1.7rem, 1.2rem + 2vw, 2.4rem); color: var(--offwhite); line-height: 1;
}
.hero-meta .stat span { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--steel); }

/* plate-load motif — vertical stacked plates on the hero edge */
.plate-motif {
  position: absolute; right: max(2vw, 1rem); top: 50%; transform: translateY(-50%);
  z-index: 2; display: none;
  flex-direction: column; align-items: center; gap: 6px;
}
@media (min-width: 1080px) { .plate-motif { display: flex; } }
.plate-motif .bar { width: 3px; height: 220px; background: linear-gradient(var(--steel), var(--steel-dim)); border-radius: 2px; }
.plate {
  width: var(--w); height: 22px;
  background: linear-gradient(180deg, var(--panel-2), var(--char-850));
  border: 1px solid var(--line-hi);
  border-radius: 3px;
  display: grid; place-items: center;
  font-family: var(--ff-head); font-weight: 800; font-size: .62rem; color: var(--steel);
  box-shadow: var(--sh-1);
}
.plate.rust { border-color: var(--rust-deep); color: var(--rust-hi); background: linear-gradient(180deg, #2e241d, #211a15); }

/* marquee ticker under hero */
.ticker {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--char-850); overflow: hidden; position: relative;
}
.ticker-track {
  display: flex; gap: 3rem; white-space: nowrap; width: max-content;
  padding-block: .85rem;
  animation: ticker 32s linear infinite;
}
.ticker-track span {
  font-family: var(--ff-head); font-weight: 800; text-transform: uppercase;
  font-size: .92rem; letter-spacing: .06em; color: var(--steel);
  display: inline-flex; align-items: center; gap: 3rem;
}
.ticker-track span::after { content: "●"; color: var(--rust); font-size: .5rem; }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* =========================================================
   SECTION SHELL
   ========================================================= */
.section { padding-block: clamp(3.6rem, 8vw, 7rem); position: relative; }
.section--alt { background: var(--char-850); }
.section--panel { background: var(--char-800); }
.section-head { max-width: 760px; margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.section-head .lede { margin-top: 1rem; font-size: 1.08rem; }

/* =========================================================
   STORY
   ========================================================= */
.story-grid { display: grid; gap: clamp(1.6rem, 4vw, 3.5rem); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .story-grid { grid-template-columns: 1.05fr .95fr; } }
.story-copy p { color: var(--steel); margin-top: 1.1rem; max-width: 54ch; }
.story-copy p strong { color: var(--offwhite); font-weight: 600; }
.story-signature { margin-top: 2rem; display: flex; align-items: center; gap: 1rem; }
.story-signature .sig {
  font-family: var(--ff-head); font-weight: 900; font-size: 1.3rem; color: var(--rust);
  transform: skewX(-6deg);
}
.story-signature small { color: var(--steel); font-size: .82rem; }

.story-figure { position: relative; }
.story-figure img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--r-md); border: 1px solid var(--line); }
.story-figure .badge {
  position: absolute; left: -14px; bottom: -14px;
  background: var(--rust); color: #17120e;
  font-family: var(--ff-head); font-weight: 900; text-transform: uppercase;
  padding: .9rem 1.1rem; border-radius: var(--r-sm); line-height: 1; text-align: center;
  box-shadow: var(--sh-2);
}
.story-figure .badge b { display: block; font-size: 1.8rem; }
.story-figure .badge span { font-size: .62rem; letter-spacing: .16em; }

/* =========================================================
   PROGRAMMES
   ========================================================= */
.prog-grid { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); }
.prog-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 1.6rem 1.5rem 1.5rem;
  position: relative; overflow: hidden;
  transition: transform .25s var(--ease), border-color .25s, background .25s;
}
.prog-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--rust); transform: scaleY(0); transform-origin: top; transition: transform .28s var(--ease);
}
.prog-card:hover { transform: translateY(-4px); border-color: var(--line-hi); background: var(--panel-2); }
.prog-card:hover::before { transform: scaleY(1); }
.prog-card .num {
  font-family: var(--ff-head); font-weight: 900; font-size: .8rem; color: var(--rust);
  letter-spacing: .1em;
}
.prog-card h3 { font-size: 1.5rem; margin: .6rem 0 .5rem; }
.prog-card p { color: var(--steel); font-size: .94rem; }
.prog-card .tag {
  display: inline-block; margin-top: 1rem; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--steel-dim); border: 1px solid var(--line); border-radius: 40px; padding: .3rem .7rem;
}
@media (prefers-reduced-motion: reduce) { .prog-card:hover { transform: none; } }

/* =========================================================
   THE FLOOR (equipment rundown)
   ========================================================= */
.floor-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 860px) { .floor-grid { grid-template-columns: .85fr 1.15fr; align-items: stretch; } }
.floor-figure { position: relative; border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); min-height: 320px; }
.floor-figure img { width: 100%; height: 100%; object-fit: cover; }
.floor-figure figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1.1rem 1.2rem; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--offwhite);
  background: linear-gradient(0deg, rgba(16,18,20,.9), transparent);
}
.floor-list { display: grid; gap: 0; align-content: start; }
.floor-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: baseline;
  padding: 1.15rem 0; border-bottom: 1px solid var(--line);
}
.floor-row:first-child { padding-top: 0; }
.floor-row .qty { font-family: var(--ff-head); font-weight: 900; font-size: 1.55rem; color: var(--rust); min-width: 2.4ch; line-height: 1; }
.floor-row .name { }
.floor-row .name b { display: block; font-family: var(--ff-head); font-weight: 800; text-transform: uppercase; font-size: 1.05rem; letter-spacing: .01em; }
.floor-row .name span { color: var(--steel); font-size: .88rem; }
.floor-row .spec { color: var(--steel); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; text-align: right; white-space: nowrap; }

/* =========================================================
   TIMETABLE
   ========================================================= */
.timetable-scroll { overflow-x: auto; margin-top: .5rem; -webkit-overflow-scrolling: touch; }
.timetable {
  width: 100%; min-width: 720px; border-collapse: separate; border-spacing: 0;
  font-size: .9rem;
}
.timetable th, .timetable td { padding: .85rem .8rem; text-align: left; border-bottom: 1px solid var(--line); }
.timetable thead th {
  position: sticky; top: 0;
  font-family: var(--ff-head); font-weight: 800; text-transform: uppercase; letter-spacing: .05em;
  font-size: .78rem; color: var(--offwhite); background: var(--char-800);
  border-bottom: 2px solid var(--line-hi);
}
.timetable thead th:first-child { color: var(--rust); }
.timetable tbody th {
  font-family: var(--ff-head); font-weight: 800; color: var(--rust); text-transform: uppercase;
  font-size: .82rem; white-space: nowrap;
}
.timetable td { color: var(--steel); vertical-align: top; }
.timetable td b { display: block; color: var(--offwhite); font-weight: 600; font-size: .92rem; text-transform: none; font-family: var(--ff-body); }
.timetable td small { display: block; color: var(--steel-dim); font-size: .74rem; margin-top: .12rem; }
.timetable td.empty { color: var(--steel-dim); }
.timetable tbody tr:hover td, .timetable tbody tr:hover th { background: rgba(197,107,58,.05); }
.tt-note { margin-top: 1rem; font-size: .82rem; color: var(--steel-dim); }

/* =========================================================
   MEMBERSHIPS
   ========================================================= */
.plans { display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
@media (min-width: 720px) { .plans { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .plans { grid-template-columns: repeat(4, 1fr); } }
.plan {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 1.7rem 1.5rem; display: flex; flex-direction: column;
  transition: transform .25s var(--ease), border-color .25s;
}
.plan:hover { transform: translateY(-4px); border-color: var(--line-hi); }
.plan.is-featured { border-color: var(--rust); background: linear-gradient(180deg, #26211c 0%, var(--panel) 55%); position: relative; }
.plan.is-featured::after {
  content: "Most chosen"; position: absolute; top: -1px; right: 1.3rem;
  background: var(--rust); color: #17120e; font-family: var(--ff-head); font-weight: 800;
  text-transform: uppercase; font-size: .62rem; letter-spacing: .12em; padding: .35rem .7rem;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
}
.plan .plan-name { font-family: var(--ff-head); font-weight: 900; text-transform: uppercase; font-size: 1.35rem; }
.plan .plan-sub { color: var(--steel); font-size: .84rem; margin-top: .25rem; min-height: 2.5em; }
.plan .price { margin: 1.1rem 0 .2rem; display: flex; align-items: baseline; gap: .35rem; }
.plan .price .amt { font-family: var(--ff-head); font-weight: 900; font-size: 2.5rem; color: var(--offwhite); line-height: 1; }
.plan .price .per { color: var(--steel); font-size: .82rem; }
.plan ul.feat { margin: 1.2rem 0 1.6rem; display: grid; gap: .6rem; }
.plan ul.feat li { display: flex; gap: .6rem; font-size: .9rem; color: var(--steel); align-items: flex-start; }
.plan ul.feat li svg { flex: none; margin-top: .2rem; color: var(--rust); }
.plan .btn { margin-top: auto; }
@media (prefers-reduced-motion: reduce) { .plan:hover { transform: none; } }

/* =========================================================
   GALLERY
   ========================================================= */
.gallery {
  display: grid; gap: .8rem;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
}
@media (min-width: 760px) { .gallery { grid-template-columns: repeat(4, 1fr); } }
.gallery figure { position: relative; overflow: hidden; border-radius: var(--r-md); border: 1px solid var(--line); background: var(--char-850); }
.gallery img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1/1; transition: transform .5s var(--ease), filter .4s; filter: grayscale(.25) contrast(1.02); }
.gallery figure:hover img { transform: scale(1.06); filter: grayscale(0) contrast(1.05); }
.gallery .g-wide { grid-column: span 2; }
.gallery .g-wide img { aspect-ratio: 2/1; }
@media (max-width: 759px) { .gallery .g-wide { grid-column: span 2; } .gallery .g-wide img { aspect-ratio: 2/1; } }
@media (prefers-reduced-motion: reduce) { .gallery figure:hover img { transform: none; } }

/* =========================================================
   COACHES
   ========================================================= */
.coaches { display: grid; gap: 1.4rem; grid-template-columns: 1fr; }
@media (min-width: 760px) { .coaches { grid-template-columns: repeat(3, 1fr); } }
.coach {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden;
  display: flex; flex-direction: column;
}
.coach .c-photo { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.coach .c-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.4) contrast(1.05); transition: filter .4s; }
.coach:hover .c-photo img { filter: grayscale(0); }
.coach .c-body { padding: 1.3rem 1.4rem 1.5rem; }
.coach h3 { font-size: 1.4rem; }
.coach .role { color: var(--rust); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; margin-top: .3rem; }
.coach p { color: var(--steel); font-size: .9rem; margin-top: .8rem; }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.reviews { display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
@media (min-width: 820px) { .reviews { grid-template-columns: repeat(3, 1fr); } }
.review {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 1.7rem 1.6rem; display: flex; flex-direction: column;
  position: relative;
}
.review .quote-mark { font-family: var(--ff-head); font-weight: 900; font-size: 3.5rem; color: var(--rust); line-height: .6; opacity: .35; }
.review blockquote { color: var(--offwhite); font-size: 1.02rem; margin: .4rem 0 1.3rem; flex: 1; }
.review .who { display: flex; align-items: center; gap: .8rem; border-top: 1px solid var(--line); padding-top: 1rem; }
.review .avatar {
  width: 44px; height: 44px; border-radius: 50%; flex: none;
  background: linear-gradient(135deg, var(--rust), var(--rust-deep));
  display: grid; place-items: center; font-family: var(--ff-head); font-weight: 900; color: #17120e;
}
.review .who b { display: block; font-weight: 600; font-size: .95rem; }
.review .who span { color: var(--steel); font-size: .8rem; }

/* =========================================================
   VISIT + CONTACT
   ========================================================= */
.visit-grid { display: grid; gap: clamp(1.6rem, 4vw, 3rem); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 920px) { .visit-grid { grid-template-columns: 1fr 1.1fr; } }

.visit-info { display: grid; gap: 1.4rem; align-content: start; }
.info-block { border-left: 2px solid var(--rust); padding-left: 1.1rem; }
.info-block h4 { font-family: var(--ff-head); font-weight: 800; text-transform: uppercase; font-size: .82rem; letter-spacing: .12em; color: var(--rust); }
.info-block p { color: var(--offwhite); margin-top: .4rem; font-size: 1rem; }
.info-block p span { color: var(--steel); }
.hours-list { display: grid; gap: .4rem; margin-top: .5rem; }
.hours-list li { display: flex; justify-content: space-between; gap: 1rem; color: var(--steel); font-size: .92rem; border-bottom: 1px dashed var(--line); padding-bottom: .35rem; }
.hours-list li b { color: var(--offwhite); font-weight: 600; }
.contact-quick { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: .4rem; }
.contact-quick .btn { padding: .8rem 1.2rem; font-size: .82rem; }
.btn--wa { --bg-btn: #25D366; color: #062b13; }
.btn--wa:hover { background: #2ee775; border-color: #2ee775; box-shadow: 0 10px 24px rgba(37,211,102,.25); }

/* form */
.enquiry {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(1.5rem, 4vw, 2.4rem); box-shadow: var(--sh-2);
}
.enquiry h3 { font-size: clamp(1.6rem, 1.2rem + 1.5vw, 2.1rem); }
.enquiry > p.sub { color: var(--steel); margin: .5rem 0 1.6rem; font-size: .95rem; }
.form-grid { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
@media (min-width: 560px) { .form-grid { grid-template-columns: 1fr 1fr; } .field--full { grid-column: 1 / -1; } }
.field { display: grid; gap: .4rem; }
.field label { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--steel); }
.field label .req { color: var(--rust); }
.field input, .field select, .field textarea {
  font: inherit; font-size: .96rem;
  background: var(--char-850); color: var(--offwhite);
  border: 1px solid var(--line-hi); border-radius: var(--r-sm);
  padding: .85rem .9rem; width: 100%;
  transition: border-color .18s, box-shadow .18s;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input::placeholder, .field textarea::placeholder { color: var(--steel-dim); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--rust); box-shadow: 0 0 0 3px rgba(197,107,58,.18);
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238A9096' d='M6 8 0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .9rem center; padding-right: 2.4rem; }
.form-actions { margin-top: 1.5rem; display: grid; gap: .9rem; }
.form-reassure { font-size: .8rem; color: var(--steel-dim); display: flex; align-items: center; gap: .5rem; }
.form-reassure svg { color: var(--rust); flex: none; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--char-900); border-top: 1px solid var(--line); padding-block: clamp(3rem, 6vw, 4.5rem) 2rem; }
.footer-top { display: grid; gap: 2.2rem; grid-template-columns: 1fr; }
@media (min-width: 760px) { .footer-top { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer-brand .brand { margin-bottom: 1rem; }
.footer-brand p { color: var(--steel); max-width: 38ch; font-size: .92rem; }
.footer-social { display: flex; gap: .7rem; margin-top: 1.3rem; }
.footer-social a {
  width: 42px; height: 42px; border: 1px solid var(--line-hi); border-radius: var(--r-sm);
  display: grid; place-items: center; color: var(--steel); transition: .2s;
}
.footer-social a:hover { color: var(--rust); border-color: var(--rust); transform: translateY(-2px); }
.footer-col h4 { font-family: var(--ff-head); font-weight: 800; text-transform: uppercase; font-size: .8rem; letter-spacing: .12em; color: var(--offwhite); margin-bottom: 1rem; }
.footer-col ul { display: grid; gap: .6rem; }
.footer-col a { color: var(--steel); font-size: .92rem; transition: color .18s; }
.footer-col a:hover { color: var(--rust); }
.footer-bottom {
  margin-top: 2.8rem; padding-top: 1.6rem; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: .8rem 1.6rem; justify-content: space-between; align-items: center;
  color: var(--steel-dim); font-size: .82rem;
}
.footer-bottom a { color: var(--steel); text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom a:hover { color: var(--rust); }
.studio-credit strong { color: var(--steel); font-weight: 600; }

/* =========================================================
   THANK YOU PAGE
   ========================================================= */
.ty-main { min-height: 78vh; display: grid; place-items: center; text-align: center; position: relative; overflow: hidden; }
.ty-main::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 60% at 50% 0%, rgba(197,107,58,.14), transparent 70%);
  pointer-events: none;
}
.ty-card { position: relative; z-index: 2; max-width: 620px; padding-block: clamp(3rem, 8vw, 6rem); }
.ty-badge {
  width: 84px; height: 84px; margin: 0 auto 1.6rem; border-radius: 50%;
  display: grid; place-items: center; background: var(--rust); color: #17120e;
  box-shadow: 0 12px 34px rgba(197,107,58,.35);
}
.ty-card h1 { font-size: clamp(2.4rem, 1.6rem + 4vw, 4.4rem); }
.ty-card h1 .rust { color: var(--rust); }
.ty-card p { color: var(--steel); font-size: 1.1rem; margin: 1.2rem auto 2rem; max-width: 46ch; }
.ty-actions { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }

/* =========================================================
   REVEAL ANIMATIONS
   ========================================================= */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* contact page hero */
.page-hero { padding-block: clamp(3.5rem, 8vw, 6rem) clamp(2rem, 4vw, 3rem); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(50% 120% at 15% 0%, rgba(197,107,58,.12), transparent 60%);
}
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(2.6rem, 1.6rem + 5vw, 5rem); margin-top: .6rem; }
.page-hero h1 .rust { color: var(--rust); }
.page-hero p { color: var(--steel); margin-top: 1rem; max-width: 52ch; font-size: 1.08rem; }
.breadcrumb { font-size: .82rem; color: var(--steel-dim); }
.breadcrumb a { color: var(--steel); }
.breadcrumb a:hover { color: var(--rust); }
