/* ===========================================================
   Stine Chiropractic & Associates — Spec Preview
   Woodcrest Marketing
   =========================================================== */

:root {
  /* Brand */
  --navy:        #2a3a66;
  --blue:        #39549f;
  --blue-bright: #4d6ec4;
  --copper:      #c98a4b;
  --copper-deep: #a86d34;

  /* Neutrals */
  --ink:    #1a2238;
  --slate:  #5a6178;
  --line:   #e3e6ee;
  --cloud:  #f4f6fb;
  --sand:   #f7f3ec;
  --paper:  #ffffff;

  /* Type */
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans:  ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Fluid scale */
  --step--1: clamp(0.82rem, 0.79rem + 0.15vw, 0.9rem);
  --step-0:  clamp(1rem, 0.95rem + 0.25vw, 1.13rem);
  --step-1:  clamp(1.2rem, 1.1rem + 0.5vw, 1.45rem);
  --step-2:  clamp(1.5rem, 1.3rem + 1vw, 2rem);
  --step-3:  clamp(2rem, 1.6rem + 2vw, 3rem);
  --step-4:  clamp(2.6rem, 2rem + 3vw, 4.4rem);
  --step-5:  clamp(2.85rem, 1.9rem + 4.8vw, 5.8rem);

  /* Space */
  --gap: clamp(1rem, 0.6rem + 2vw, 2rem);
  --section-y: clamp(4rem, 2.5rem + 6vw, 8rem);

  --maxw: 1240px;
  --radius: 4px;
  --shadow-sm: 0 2px 12px rgba(26, 34, 56, 0.06);
  --shadow-md: 0 18px 50px rgba(26, 34, 56, 0.14);
  --shadow-lg: 0 30px 80px rgba(26, 34, 56, 0.22);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}

p { margin: 0; }
a { color: inherit; text-decoration: none; }

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(1.1rem, 0.5rem + 3vw, 2.5rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8em;
  font-family: var(--sans);
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--copper-deep);
  margin: 0;
}
.eyebrow::before {
  content: "";
  width: 2.1em; height: 2px;
  background: var(--copper);
  flex: none;
}
.section--navy .eyebrow { color: var(--copper); }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--blue);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: var(--sans);
  font-weight: 600;
  font-size: var(--step--1);
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 1.05em 1.7em;
  border-radius: 999px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  border: 1.5px solid var(--btn-bg);
  cursor: pointer;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
  will-change: transform;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(57, 84, 159, 0.32); }
.btn:focus-visible { outline: 3px solid var(--copper); outline-offset: 3px; }
.btn .arrow { transition: transform .35s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

.btn--copper { --btn-bg: var(--copper); }
.btn--copper:hover { box-shadow: 0 14px 30px rgba(201, 138, 75, 0.4); }

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: #fff;
  border-color: rgba(255,255,255,0.6);
}
.btn--ghost:hover { background: rgba(255,255,255,0.12); border-color: #fff; box-shadow: none; }

.btn--outline {
  --btn-bg: transparent;
  --btn-fg: var(--blue);
  border-color: var(--blue);
}
.btn--outline:hover { background: var(--blue); color: #fff; }

/* =========================================================
   HEADER / NAV
   ========================================================= */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), padding .4s var(--ease);
  padding: 0.7rem 0;
}
.site-header.scrolled {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand { display: flex; align-items: center; gap: 0.7rem; }
.brand img { height: 46px; width: auto; border-radius: 3px; background: #fff; }
.brand-name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.01em;
  transition: color .4s var(--ease);
}
.brand-name small { display: block; font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--copper); font-family: var(--sans); font-weight: 700; margin-top: 2px; }
.scrolled .brand-name { color: var(--ink); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  list-style: none;
  margin: 0; padding: 0;
}
.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255,255,255,0.92);
  letter-spacing: 0.01em;
  position: relative;
  transition: color .3s var(--ease);
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -5px;
  height: 2px; width: 0;
  background: var(--copper);
  transition: width .35s var(--ease);
}
.nav-links a:hover::after { width: 100%; }
.scrolled .nav-links a { color: var(--slate); }
.scrolled .nav-links a:hover { color: var(--blue); }

.nav-cta { display: flex; align-items: center; gap: 1.1rem; }
.nav-phone {
  display: inline-flex; align-items: center; gap: 0.45em;
  font-weight: 700; font-size: 0.92rem; color: #fff;
  transition: color .3s var(--ease);
}
.scrolled .nav-phone { color: var(--navy); }
.nav-phone svg { width: 16px; height: 16px; }

.nav-toggle { display: none; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  min-height: clamp(600px, 90svh, 900px);
  display: flex;
  align-items: center;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(120% 92% at 11% 6%, rgba(201,138,75,0.24), transparent 46%),
    radial-gradient(85% 80% at 90% 112%, rgba(77,110,196,0.46), transparent 54%),
    radial-gradient(150% 130% at 52% -10%, rgba(132,158,228,0.18), transparent 58%),
    linear-gradient(158deg, #17224a 0%, #283c75 50%, #151e41 100%);
}
/* Layered depth: a soft luminous ring behind the photo + a grounding vignette */
.hero::before {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  top: -12%; right: -8%; width: min(70vw, 760px); aspect-ratio: 1;
  background:
    radial-gradient(closest-side, rgba(201,138,75,0.16), rgba(201,138,75,0.05) 62%, transparent 72%);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
}
/* Subtle grain so the flat gradient reads as crafted, not cheap, plus a base vignette */
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  opacity: 0.30; mix-blend-mode: overlay;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

.hero-inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: clamp(2rem, 1rem + 5vw, 5.5rem);
  padding-block: clamp(7.5rem, 5.5rem + 7vw, 10rem) clamp(3.5rem, 2.5rem + 3vw, 5.5rem);
}
.hero-lead { min-width: 0; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-size: var(--step--1); font-weight: 600; letter-spacing: 0.04em;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.26);
  backdrop-filter: blur(6px);
  padding: 0.55em 1.1em; border-radius: 999px;
  margin-bottom: 1.5rem;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 4px rgba(201,138,75,0.3); }

.hero h1 {
  color: #fff;
  font-size: var(--step-5);
  max-width: min(15ch, 100%);
  letter-spacing: -0.02em;
  text-shadow: 0 2px 40px rgba(8,12,30,0.45);
  overflow-wrap: break-word;
}
.hero-sub {
  margin-top: 1.5rem;
  font-size: var(--step-1);
  font-weight: 400;
  line-height: 1.55;
  max-width: 46ch;
  color: rgba(255,255,255,0.86);
}
.hero-actions { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: 0.9rem; }

.hero-meta {
  list-style: none;
  margin: clamp(2.2rem, 1.6rem + 1.5vw, 3rem) 0 0;
  padding: clamp(1.5rem, 1rem + 1vw, 2rem) 0 0;
  border-top: 1px solid rgba(255,255,255,0.16);
  display: flex; flex-wrap: wrap;
  gap: 1.2rem clamp(1.8rem, 1rem + 3vw, 3.4rem);
}
.hero-meta li { display: flex; flex-direction: column; gap: 0.2rem; }
.hero-meta strong { font-family: var(--serif); font-weight: 600; font-size: var(--step-3); line-height: 1; color: #fff; }
.hero-meta span { font-size: var(--step--1); color: rgba(255,255,255,0.72); letter-spacing: 0.02em; }

.hero-figure { position: relative; min-width: 0; }
.hero-figure img {
  width: 100%;
  aspect-ratio: 4 / 3.1;
  object-fit: cover;
  object-position: center 26%;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  outline: 1px solid rgba(255,255,255,0.10);
  outline-offset: -1px;
}
.hero-figure::before {
  content: ""; position: absolute; z-index: -1;
  inset: 20px -20px -20px 20px;
  border: 1.5px solid rgba(201,138,75,0.55);
  border-radius: 12px;
  background: linear-gradient(150deg, rgba(201,138,75,0.10), transparent 60%);
}
.hero-figure__tag {
  position: absolute; left: clamp(0.8rem, 2vw, 1.2rem); bottom: clamp(0.8rem, 2vw, 1.2rem);
  display: inline-flex; align-items: center; gap: 0.5em;
  background: rgba(16,22,44,0.74); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.95);
  font-size: var(--step--1); font-weight: 600; letter-spacing: 0.01em;
  padding: 0.55em 1.05em; border-radius: 999px;
}
.hero-figure__tag svg { stroke: var(--copper); flex: none; }

/* Scroll cue */
.hero-cue {
  position: absolute; left: 50%; bottom: 1.6rem; transform: translateX(-50%);
  z-index: 2; display: grid; place-items: center; gap: 0.5rem;
  font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.6); font-weight: 700;
}
.hero-cue .line { width: 1px; height: 38px; background: linear-gradient(180deg, rgba(255,255,255,0.7), transparent); animation: cueDrop 2s var(--ease) infinite; transform-origin: top; }
@keyframes cueDrop { 0%,100% { transform: scaleY(0.4); opacity: 0.4; } 50% { transform: scaleY(1); opacity: 1; } }

/* =========================================================
   SECTION SCAFFOLD
   ========================================================= */
.section { padding-block: var(--section-y); position: relative; }
.section--cloud { background: var(--cloud); }
.section--sand  { background: var(--sand); }
.section--navy  { background: var(--navy); color: #fff; }

.section-head { max-width: 60ch; }
.section-head .eyebrow { margin-bottom: 1rem; }
.section-head h2 { font-size: var(--step-3); }
.section-head p { margin-top: 1rem; color: var(--slate); font-size: var(--step-1); }
.section--navy .section-head p { color: rgba(255,255,255,0.78); }

/* =========================================================
   ABOUT
   ========================================================= */
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 1rem + 5vw, 5.5rem);
  align-items: center;
}
.about-figure { position: relative; }
.about-figure .img-main {
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center 42%;
  width: 100%;
}
.about-figure .place {
  position: absolute;
  left: clamp(0.8rem, 2vw, 1.2rem);
  bottom: clamp(0.8rem, 2vw, 1.2rem);
  display: inline-flex; align-items: center; gap: 0.5em;
  background: rgba(255,255,255,0.94);
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: var(--step--1); font-weight: 600;
  padding: 0.55em 1em; border-radius: 999px;
  box-shadow: var(--shadow-sm);
}
.about-figure .place svg { stroke: var(--copper-deep); flex: none; }
.about-figure .tag {
  position: absolute;
  top: clamp(-0.8rem, -2vw, -1.4rem);
  left: clamp(-0.6rem, -1.5vw, -1.4rem);
  background: var(--copper);
  color: #fff;
  font-family: var(--serif);
  font-size: var(--step-1);
  font-weight: 600;
  padding: 0.7rem 1.1rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  line-height: 1;
}
.about-figure .tag small { display: block; font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; margin-top: 4px; opacity: 0.92; }

.about-body h2 { font-size: var(--step-3); margin-top: 1rem; }
.about-body p { margin-top: 1.2rem; color: var(--slate); }
.about-body p strong { color: var(--ink); font-weight: 600; }

.pull {
  margin-top: 2rem;
  padding: 1.5rem 0 1.5rem 1.6rem;
  border-left: 3px solid var(--copper);
}
.pull .pull-lead {
  margin: 0;
  font-family: var(--serif);
  font-size: var(--step-2);
  line-height: 1.32;
  color: var(--navy);
}
.pull .pull-label {
  display: block;
  margin-top: 0.9rem;
  font-family: var(--sans);
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--copper-deep);
}

/* =========================================================
   VALUE COLUMNS (Sets us apart / first visit)
   ========================================================= */
.value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.2rem, 0.6rem + 2vw, 2.2rem);
  margin-top: clamp(2.2rem, 1.5rem + 2vw, 3.5rem);
}
.value-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.7rem, 1.2rem + 1.6vw, 2.6rem);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.value-card::before {
  content: ""; position: absolute; left: 0; top: 0;
  height: 3px; width: 0; background: var(--copper);
  transition: width .55s var(--ease);
}
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(201,138,75,0.35); }
.value-card:hover::before { width: 100%; }
.value-card .vk {
  position: absolute;
  top: clamp(0.4rem, 0.2rem + 0.8vw, 0.9rem);
  right: clamp(0.9rem, 0.5rem + 1vw, 1.6rem);
  font-family: var(--serif);
  font-size: clamp(4rem, 3rem + 4vw, 6.5rem);
  font-weight: 600;
  color: var(--blue);
  opacity: 0.09;
  line-height: 1;
  pointer-events: none;
}
.value-card h3 { font-size: var(--step-1); margin-top: 0; padding-right: 2.6rem; position: relative; }
.value-card ul { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: 0.7rem; }
.value-card li {
  position: relative;
  padding-left: 1.8rem;
  color: var(--slate);
  font-size: var(--step-0);
  line-height: 1.5;
}
.value-card li::before {
  content: "";
  position: absolute; left: 0; top: 0.5em;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 4px rgba(201,138,75,0.16);
}

.value-cta {
  margin-top: 2.6rem;
  display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem 2rem;
  padding: 1.6rem clamp(1.4rem, 1rem + 2vw, 2.4rem);
  background: var(--navy);
  border-radius: var(--radius);
  color: #fff;
}
.value-cta p { font-family: var(--serif); font-size: var(--step-1); flex: 1 1 360px; }
.value-cta .num { color: var(--copper); white-space: nowrap; }

/* =========================================================
   SERVICES
   ========================================================= */
.svc-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 1rem + 4vw, 4rem);
  align-items: start;
}
.svc-intro { position: sticky; top: 110px; }
.svc-intro h2 { font-size: var(--step-3); margin-top: 1rem; }
.svc-intro p { margin-top: 1.1rem; color: rgba(255,255,255,0.78); }
.svc-intro .btn { margin-top: 1.8rem; }

.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.9rem, 0.5rem + 1.5vw, 1.4rem);
}
.svc-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(200px, 26vw, 290px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  box-shadow: var(--shadow-sm);
}
.svc-card:nth-child(4n+1) { grid-row: span 1; }
.svc-card.tall { min-height: clamp(240px, 34vw, 380px); }
.svc-card img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease);
}
.svc-card::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(20,28,52,0) 35%, rgba(20,28,52,0.86) 100%);
  transition: background .5s var(--ease);
}
.svc-card:hover img { transform: scale(1.07); }
.svc-card:hover::after { background: linear-gradient(180deg, rgba(57,84,159,0.15) 20%, rgba(20,28,52,0.92) 100%); }
.svc-card .svc-text { padding: 1.3rem 1.4rem; }
.svc-card h3 { color: #fff; font-size: var(--step-1); }
.svc-card p { margin-top: 0.4rem; font-size: var(--step--1); color: rgba(255,255,255,0.85); line-height: 1.45; max-width: 32ch; }

.svc-more {
  grid-column: 1 / -1;
  display: flex; flex-wrap: wrap; gap: 0.6rem;
  margin-top: 0.4rem;
}
.svc-chip {
  font-size: var(--step--1);
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  padding: 0.5em 1.05em;
  transition: background .3s var(--ease), border-color .3s var(--ease);
}
.svc-chip:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.55); }

/* =========================================================
   GALLERY BAND
   ========================================================= */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(120px, 16vw, 200px);
  gap: clamp(0.5rem, 0.3rem + 0.8vw, 0.9rem);
}
.gallery figure { margin: 0; overflow: hidden; border-radius: var(--radius); position: relative; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.gallery figure:hover img { transform: scale(1.06); }
.gallery .g-wide { grid-column: span 2; }
.gallery .g-tall { grid-row: span 2; }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.tst-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 1.5rem; }
.tst-head .rating { display: flex; align-items: center; gap: 0.6rem; color: var(--copper); font-weight: 700; }
.tst-head .rating .stars { letter-spacing: 0.15em; font-size: 1.1rem; }
.tst-head .rating small { color: var(--slate); font-weight: 500; }

.tst-grid {
  margin-top: clamp(2rem, 1.4rem + 2vw, 3.2rem);
  columns: 3;
  column-gap: clamp(1rem, 0.6rem + 1.5vw, 1.6rem);
}
.tst-card {
  break-inside: avoid;
  margin-bottom: clamp(1rem, 0.6rem + 1.5vw, 1.6rem);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.6rem 1.4rem;
  box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.tst-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.tst-card .quote-mark { font-family: var(--serif); font-size: 2.6rem; line-height: 0.6; color: var(--copper); display: block; height: 0.5em; }
.tst-card blockquote { margin: 0; font-size: var(--step-0); line-height: 1.6; color: var(--ink); }
.tst-card .who { margin-top: 1.1rem; display: flex; align-items: center; gap: 0.7rem; }
.tst-card .avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--blue); color: #fff;
  display: grid; place-items: center;
  font-weight: 700; font-size: 0.9rem;
}
.tst-card .who-name { font-weight: 700; font-size: var(--step--1); }
.tst-card .who-name small { display: block; font-weight: 500; color: var(--slate); letter-spacing: 0.02em; }

/* =========================================================
   CONTACT / LOCATION
   ========================================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 1rem + 4vw, 4.5rem);
  align-items: start;
}
.contact-lead h2 { font-size: var(--step-4); color: #fff; }
.contact-lead p { margin-top: 1.2rem; color: rgba(255,255,255,0.8); max-width: 44ch; }
.contact-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.9rem; }

.info-list { margin-top: 2.6rem; display: grid; gap: 1.4rem; }
.info-item { display: flex; gap: 1rem; align-items: flex-start; }
.info-item .ic {
  flex: none; width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18);
}
.info-item .ic svg { width: 19px; height: 19px; stroke: var(--copper); }
.info-item .lab { font-size: var(--step--1); letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.6); font-weight: 700; }
.info-item .val { font-size: var(--step-1); color: #fff; margin-top: 2px; }
.info-item .val a:hover { color: var(--copper); }

.hours-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius);
  padding: clamp(1.6rem, 1.2rem + 1.5vw, 2.4rem);
  backdrop-filter: blur(4px);
}
.hours-card h3 { color: #fff; font-size: var(--step-2); }
.hours-card .sub { color: rgba(255,255,255,0.65); font-size: var(--step--1); margin-top: 0.4rem; }
.hours-table { width: 100%; border-collapse: collapse; margin-top: 1.4rem; }
.hours-table th { text-align: left; font-weight: 400; }
.hours-table tr { border-bottom: 1px solid rgba(255,255,255,0.12); }
.hours-table tr:last-child { border-bottom: none; }
.hours-table td, .hours-table th {
  padding: 0.7rem 0; vertical-align: top;
  color: rgba(255,255,255,0.9); font-size: var(--step-0);
}
.hours-table .day { font-weight: 600; color: #fff; }
.hours-table .time { text-align: right; line-height: 1.5; }
.hours-table .closed { color: rgba(255,255,255,0.5); text-align: right; }
.hours-table tr.today { background: rgba(201,138,75,0.14); }
.hours-table tr.today .day::after {
  content: "Today"; display: inline-block; margin-left: 0.6em;
  font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase;
  background: var(--copper); color: #fff; padding: 0.2em 0.55em; border-radius: 999px; vertical-align: middle;
}
.hours-note {
  margin-top: 1.5rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,0.14);
  display: flex; align-items: center; gap: 0.8rem;
}
.hours-note .btn { width: 100%; justify-content: center; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.72);
  padding-block: clamp(3rem, 2rem + 3vw, 5rem) 2rem;
}
.foot-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(1.5rem, 1rem + 3vw, 3.5rem);
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.foot-brand .brand-name { color: #fff; }
.foot-brand p { margin-top: 1rem; max-width: 36ch; font-size: var(--step--1); line-height: 1.7; }
.foot-col h4 { color: #fff; font-family: var(--sans); font-size: var(--step--1); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; margin-bottom: 1.1rem; }
.foot-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.65rem; }
.foot-col a { font-size: var(--step-0); transition: color .3s var(--ease); }
.foot-col a:hover { color: var(--copper); }
.foot-bottom {
  margin-top: 2rem;
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;
  font-size: var(--step--1); color: rgba(255,255,255,0.5);
}

/* Spec footer (mandatory) */
.spec-footer {
  background: #11162a;
  color: rgba(255,255,255,0.55);
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.6;
  padding: 1.2rem 1.4rem;
}
.spec-footer a { color: var(--copper); text-decoration: underline; }

/* =========================================================
   REVEAL ANIMATIONS
   ========================================================= */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }

/* Hero on-load stagger — pure-CSS auto-play so it begins at first paint
   (no JS rAF latency) and can never get stuck hidden after it completes.
   Only armed when JS is present, so content stays fully visible without JS. */
.js .hero [data-anim] { animation: heroUp .8s var(--ease) both; }
.js .hero [data-anim="1"] { animation-delay: .06s; }
.js .hero [data-anim="2"] { animation-delay: .14s; }
.js .hero [data-anim="3"] { animation-delay: .24s; }
.js .hero [data-anim="4"] { animation-delay: .34s; }
.js .hero [data-anim="5"] { animation-delay: .44s; }
.js .hero [data-anim="6"] { animation-delay: .16s; }
@keyframes heroUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

/* Capture / safety mode: force everything visible instantly (set by JS for
   tall full-page screenshot viewports) so nothing ever renders blank. */
.nomotion .hero [data-anim],
.nomotion .reveal { animation: none !important; opacity: 1 !important; transform: none !important; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 960px) {
  /* Stop big serif headings from forcing grid tracks wider than the viewport */
  .hero-lead, .hero-figure, .about-body, .about-figure,
  .svc-intro, .svc-grid, .contact-lead, .value-card { min-width: 0; }
  .hero-inner { grid-template-columns: 1fr; gap: clamp(2rem, 1.5rem + 3vw, 3rem); }
  .hero-figure { max-width: 560px; }
  .about-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .about-figure { max-width: 460px; }
  .svc-layout { grid-template-columns: 1fr; }
  .svc-intro { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .tst-grid { columns: 2; }
}

@media (max-width: 760px) {
  .nav-links, .nav-phone span { display: none; }
  .nav-toggle {
    display: inline-grid; place-items: center;
    width: 44px; height: 44px; border-radius: 50%;
    background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.25);
    cursor: pointer;
  }
  .scrolled .nav-toggle { background: var(--cloud); border-color: var(--line); }
  .nav-toggle svg { width: 20px; height: 20px; stroke: #fff; }
  .scrolled .nav-toggle svg { stroke: var(--ink); }
  .hero-cue { display: none; }
  .hero h1 { font-size: clamp(2.4rem, 1.7rem + 3.4vw, 3.2rem); }
  .hero-figure::before { display: none; }
  .value-grid { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .foot-top { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
  .tst-grid { columns: 1; }
}

@media (max-width: 430px) {
  .foot-top { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-delay: 0s !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .hero [data-anim] { opacity: 1 !important; transform: none !important; }
  .hero-media img { transform: none; }
}
