/* ================================================
   Services d'Installation ST Inc.
   Design system — Premium residential / 2025
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ── Tokens ────────────────────────────────────── */
:root {
  /* Brand */
  --navy:      #0d2137;
  --navy-mid:  #163350;
  --blue:      #174881;
  --blue-lt:   #1e5fa8;
  --gold:      #b8955a;
  --gold-lt:   #d4b07a;
  --cream:     #f7f4ef;
  --warm-wh:   #faf8f5;
  --stone:     #e8e3db;
  --text:      #1a1a1a;
  --muted:     #7a7068;

  /* Spacing */
  --gap-xs: .5rem;
  --gap-s:  1rem;
  --gap-m:  2rem;
  --gap-l:  4rem;
  --gap-xl: 7rem;

  /* Easing */
  --ease:   cubic-bezier(.25, .46, .45, .94);
  --ease-in: cubic-bezier(.55, .055, .675, .19);

  /* Typography scale */
  --display: clamp(3rem, 6vw, 5.5rem);
  --h1:      clamp(2.2rem, 4.5vw, 3.8rem);
  --h2:      clamp(1.7rem, 3vw, 2.6rem);
  --h3:      clamp(1.1rem, 2vw, 1.4rem);
  --body-lg: 1.05rem;
  --body:    .95rem;
  --small:   .8rem;
  --micro:   .7rem;
}

/* ── Reset ─────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--warm-wh);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── Typography helpers ────────────────────────── */
.label {
  font-family: 'DM Sans', sans-serif;
  font-size: var(--micro);
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
}
.display {
  font-family: 'Cormorant Garamond', serif;
  font-size: var(--display);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -.02em;
}
.h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: var(--h1);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.01em;
}
.h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: var(--h2);
  font-weight: 400;
  line-height: 1.2;
}
.lead {
  font-size: var(--body-lg);
  font-weight: 300;
  color: var(--muted);
  line-height: 1.8;
}
.sep {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 1.5rem;
}

/* ── Layout ────────────────────────────────────── */
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 2rem; }
.wrap-narrow { max-width: 820px; margin: 0 auto; padding: 0 2rem; }
section { padding: var(--gap-xl) 2rem; }

/* ── HEADER ────────────────────────────────────── */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 900;
  padding: 0 2.5rem;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background .5s var(--ease), box-shadow .5s var(--ease);
}
.site-header.scrolled {
  background: rgba(13, 33, 55, .97);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255,255,255,.06);
}

.logo-img {
  height: 52px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: opacity .3s;
}
.logo-img:hover { opacity: .8; }

.nav-main {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
.nav-main a {
  font-size: var(--small);
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  position: relative;
  transition: color .3s;
}
.nav-main a::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width .35s var(--ease);
}
.nav-main a:hover,
.nav-main a.active { color: #fff; }
.nav-main a:hover::after,
.nav-main a.active::after { width: 100%; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--gold);
  color: var(--navy) !important;
  font-size: var(--small) !important;
  font-weight: 600 !important;
  letter-spacing: .08em !important;
  padding: .65rem 1.5rem;
  border-radius: 2px;
  transition: background .3s, transform .3s !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover {
  background: var(--gold-lt) !important;
  transform: translateY(-1px) !important;
}

/* ── Hamburger ─────────────────────────────────── */
.burger {
  display: none;
  width: 36px;
  flex-direction: column;
  gap: 6px;
  padding: 4px;
}
.burger span {
  display: block;
  height: 1.5px;
  background: #fff;
  border-radius: 1px;
  transition: transform .35s var(--ease), opacity .35s, width .35s;
}
.burger span:nth-child(3) { width: 60%; }
.burger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); width: 100%; }

/* ── Mobile drawer ─────────────────────────────── */
.nav-drawer {
  position: fixed;
  inset: 80px 0 0;
  background: var(--navy);
  display: flex;
  flex-direction: column;
  padding: 3rem 2.5rem;
  gap: 2rem;
  z-index: 899;
  transform: translateX(100%);
  transition: transform .45s var(--ease);
}
.nav-drawer.open { transform: none; }
.nav-drawer a {
  font-size: 1.6rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  color: rgba(255,255,255,.85);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding-bottom: 1.5rem;
  transition: color .3s;
}
.nav-drawer a:hover { color: var(--gold-lt); }
.nav-drawer .nav-cta {
  font-family: 'DM Sans', sans-serif !important;
  font-size: var(--small) !important;
  text-align: center;
  justify-content: center;
  border-bottom: none !important;
  padding: 1rem;
}

/* ── Sticky call bar (mobile) ──────────────────── */
.call-pill {
  display: none;
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 800;
  background: var(--navy);
  color: #fff;
  border: 1px solid var(--gold);
  border-radius: 100px;
  padding: .9rem 2rem;
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .04em;
  white-space: nowrap;
  box-shadow: 0 8px 32px rgba(0,0,0,.35);
  transition: background .3s;
}
.call-pill:hover { background: var(--navy-mid); }

/* ── BUTTONS ───────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: 'DM Sans', sans-serif;
  font-size: var(--small);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 1rem 2.2rem;
  border-radius: 2px;
  transition: all .35s var(--ease);
  border: 1px solid transparent;
}
.btn-gold {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}
.btn-gold:hover {
  background: var(--gold-lt);
  border-color: var(--gold-lt);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(184,149,90,.3);
}
.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.45);
}
.btn-ghost:hover {
  border-color: #fff;
  background: rgba(255,255,255,.08);
}
.btn-dark {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.btn-dark:hover {
  background: var(--navy-mid);
  transform: translateY(-2px);
}
.btn-outline-dark {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.btn-outline-dark:hover {
  background: var(--navy);
  color: #fff;
  transform: translateY(-2px);
}

/* ── HERO ──────────────────────────────────────── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.06);
  animation: hero-drift 20s ease-in-out infinite alternate;
}
@keyframes hero-drift {
  from { transform: scale(1.06) translateY(0); }
  to   { transform: scale(1.0)  translateY(-20px); }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(13,33,55,.55) 0%,
    rgba(13,33,55,.42) 50%,
    rgba(13,33,55,.72) 100%
  );
}
.hero-body {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 2rem;
  max-width: 860px;
}
.hero-tag {
  display: inline-block;
  font-size: var(--micro);
  font-weight: 600;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--gold-lt);
  margin-bottom: 2rem;
  opacity: 0;
  animation: rise .9s .3s forwards;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: var(--display);
  font-weight: 300;
  color: #fff;
  line-height: 1.06;
  letter-spacing: -.02em;
  margin-bottom: 1.8rem;
  opacity: 0;
  animation: rise .9s .5s forwards;
}
.hero-title em {
  font-style: italic;
  color: var(--gold-lt);
  font-weight: 300;
}
.hero-desc {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(255,255,255,.78);
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto 2.8rem;
  opacity: 0;
  animation: rise .9s .7s forwards;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: rise .9s .9s forwards;
}
.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6rem;
  color: rgba(255,255,255,.5);
  font-size: var(--micro);
  letter-spacing: .15em;
  text-transform: uppercase;
  opacity: 0;
  animation: rise .9s 1.3s forwards;
}
.hero-scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(rgba(255,255,255,.4), transparent);
  animation: scroll-pulse 2s ease-in-out infinite;
}
@keyframes scroll-pulse {
  0%, 100% { opacity: .4; transform: scaleY(1); }
  50%       { opacity: 1;  transform: scaleY(1.15); }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: none; }
}

/* ── STATS BAR ─────────────────────────────────── */
.stats-bar {
  background: var(--navy);
  padding: 2.8rem 2rem;
}
.stats-bar .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.1);
}
.stat-cell {
  background: var(--navy);
  padding: 2rem 2.5rem;
  text-align: center;
  transition: background .3s;
}
.stat-cell:hover { background: var(--navy-mid); }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 300;
  color: var(--gold-lt);
  line-height: 1;
  display: block;
}
.stat-label {
  display: block;
  font-size: var(--micro);
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-top: .6rem;
}

/* ── INTRO TEXT ────────────────────────────────── */
.intro {
  background: var(--warm-wh);
  padding: var(--gap-xl) 2rem;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: var(--gap-l);
  align-items: start;
}
.intro-aside { padding-top: .4rem; }
.intro-aside p {
  font-size: var(--body);
  color: var(--muted);
  line-height: 1.9;
}

/* ── SERVICES ──────────────────────────────────── */
.services { background: var(--cream); padding: var(--gap-xl) 2rem; }
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
  gap: 2rem;
}
.section-header-left { flex: 1; }

.services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: var(--stone);
  border: 1.5px solid var(--stone);
  overflow: hidden;
  border-radius: 4px;
}
.svc-card {
  background: var(--warm-wh);
  padding: 3rem 2.5rem;
  transition: background .35s var(--ease);
  cursor: default;
}
.svc-card:hover { background: var(--navy); }
.svc-card:hover .svc-num,
.svc-card:hover .svc-title,
.svc-card:hover .svc-body { color: rgba(255,255,255,.9); }
.svc-card:hover .svc-title { color: #fff; }
.svc-card:hover .svc-line { background: var(--gold); }

.svc-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  font-weight: 300;
  color: var(--stone);
  line-height: 1;
  margin-bottom: 1.5rem;
  transition: color .35s;
}
.svc-line {
  width: 32px; height: 1px;
  background: var(--gold);
  margin-bottom: 1.5rem;
  transition: background .35s;
}
.svc-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: .8rem;
  transition: color .35s;
}
.svc-body {
  font-size: var(--body);
  color: var(--muted);
  line-height: 1.75;
  transition: color .35s;
}

/* ── ABOUT / WHY US ────────────────────────────── */
.about { background: var(--warm-wh); padding: var(--gap-xl) 2rem; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.about-visual { position: relative; }
.about-visual img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.about-badge {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  background: var(--navy);
  padding: 2.2rem 2.5rem;
  text-align: center;
  min-width: 160px;
}
.about-badge-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 300;
  color: var(--gold-lt);
  display: block;
  line-height: 1;
}
.about-badge-lbl {
  font-size: var(--micro);
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-top: .5rem;
  display: block;
}
.about-content { padding-bottom: 2rem; }
.check-list {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin: 2.5rem 0 3rem;
}
.check-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 1rem;
  align-items: start;
}
.check-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  margin-top: .42rem;
}
.check-row h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: var(--body);
  font-weight: 600;
  color: var(--navy);
  margin-bottom: .25rem;
}
.check-row p { font-size: var(--body); color: var(--muted); line-height: 1.65; }

/* ── PROCESS ───────────────────────────────────── */
.process {
  background: var(--navy);
  padding: var(--gap-xl) 2rem;
  color: #fff;
}
.process .label { color: var(--gold-lt); }
.process .h2 { color: #fff; }
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 4rem;
  position: relative;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 28px; left: 0; right: 0;
  height: 1px;
  background: rgba(255,255,255,.12);
}
.process-step { padding: 0 2rem 0 0; }
.step-num {
  width: 56px; height: 56px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--gold-lt);
  background: var(--navy);
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
.step-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: .6rem;
}
.step-body { font-size: var(--body); color: rgba(255,255,255,.5); line-height: 1.7; }

/* ── TESTIMONIALS ──────────────────────────────── */
.testimonials { background: var(--cream); padding: var(--gap-xl) 2rem; }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 4rem;
}
.testi-card {
  background: var(--warm-wh);
  border: 1px solid var(--stone);
  padding: 2.5rem;
  transition: box-shadow .35s, transform .35s;
}
.testi-card:hover {
  box-shadow: 0 12px 40px rgba(13,33,55,.1);
  transform: translateY(-4px);
}
.testi-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 1.2rem;
}
.testi-stars span {
  display: block;
  width: 10px; height: 10px;
  background: var(--gold);
  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
}
.testi-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 300;
  font-style: italic;
  color: var(--navy);
  line-height: 1.7;
  margin-bottom: 1.8rem;
}
.testi-author { display: flex; align-items: center; gap: .9rem; }
.testi-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--navy);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--gold-lt);
  flex-shrink: 0;
}
.testi-name { font-size: var(--body); font-weight: 600; color: var(--navy); }
.testi-loc  { font-size: var(--small); color: var(--muted); }

/* ── CTA SECTION ───────────────────────────────── */
.cta-band {
  background: var(--navy);
  padding: 6rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before, .cta-band::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,149,90,.15), transparent 60%);
}
.cta-band::before { width: 600px; height: 600px; top: -300px; left: -100px; }
.cta-band::after  { width: 400px; height: 400px; bottom: -200px; right: 0; }
.cta-band .label { position: relative; z-index: 1; color: var(--gold-lt); }
.cta-band .h2    { position: relative; z-index: 1; color: #fff; margin: 1rem 0; }
.cta-band .lead  { position: relative; z-index: 1; color: rgba(255,255,255,.6); margin: 0 auto 3rem; max-width: 520px; }
.cta-phone {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 300;
  color: var(--gold-lt);
  letter-spacing: .02em;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
  transition: color .3s;
}
.cta-phone:hover { color: var(--gold); }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.cta-note {
  font-size: var(--micro);
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-top: 2rem;
  position: relative; z-index: 1;
}

/* ── ZONES ─────────────────────────────────────── */
.zones { background: var(--warm-wh); padding: 4rem 2rem; border-top: 1px solid var(--stone); }
.zones .wrap { display: flex; align-items: center; gap: 3rem; flex-wrap: wrap; }
.zones-lbl { font-size: var(--micro); font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.zones-tags { display: flex; flex-wrap: wrap; gap: .6rem; }
.zone-tag {
  background: transparent;
  border: 1px solid var(--stone);
  color: var(--navy);
  font-size: var(--micro);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .45rem 1rem;
  border-radius: 2px;
  transition: border-color .3s, color .3s;
}
.zone-tag:hover { border-color: var(--gold); color: var(--gold); }

/* ── FOOTER ────────────────────────────────────── */
.site-footer {
  background: #070f1b;
  color: rgba(255,255,255,.45);
  padding: 5rem 2rem 2.5rem;
}
.footer-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.footer-brand .logo-img { height: 44px; margin-bottom: 1.5rem; }
.footer-brand p {
  font-size: var(--body);
  line-height: 1.8;
  max-width: 320px;
}
.footer-col-title {
  font-size: var(--micro);
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.footer-col ul { display: flex; flex-direction: column; gap: .8rem; }
.footer-col ul a {
  font-size: var(--body);
  color: rgba(255,255,255,.45);
  transition: color .3s;
}
.footer-col ul a:hover { color: rgba(255,255,255,.85); }
.footer-bottom {
  max-width: 1240px;
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
  font-size: var(--micro);
  letter-spacing: .05em;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ── PAGE HERO (inner pages) ───────────────────── */
.page-hero {
  background: var(--navy);
  padding: 10rem 2rem 5rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  opacity: .07;
}
.page-hero .label,
.page-hero .h1 { position: relative; z-index: 1; }
.page-hero .h1 { color: #fff; margin-top: 1rem; }
.page-hero .sep { margin: 1.5rem auto 0; }

/* ── SERVICES PAGE ─────────────────────────────── */
.service-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  padding: 5rem 0;
  border-bottom: 1px solid var(--stone);
}
.service-detail:last-child { border-bottom: none; }
.service-detail.flip { direction: rtl; }
.service-detail.flip > * { direction: ltr; }
.service-visual {
  height: 400px;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.service-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.svc-big-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 6rem;
  font-weight: 300;
  color: var(--stone);
  line-height: 1;
  margin-bottom: .5rem;
}
.service-text .h2 { color: var(--navy); margin: .5rem 0 1rem; }
.svc-bullets {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  margin: 1.8rem 0 2.5rem;
}
.svc-bullets li {
  display: flex;
  align-items: center;
  gap: .9rem;
  font-size: var(--body);
  color: var(--muted);
}
.svc-bullets li::before {
  content: '';
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

/* ── ABOUT PAGE ────────────────────────────────── */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--stone);
  border: 1.5px solid var(--stone);
  margin-top: 4rem;
  border-radius: 2px;
  overflow: hidden;
}
.value-card {
  background: var(--warm-wh);
  padding: 2.8rem 2.2rem;
  transition: background .35s;
}
.value-card:hover { background: var(--cream); }
.value-icon {
  width: 40px; height: 40px;
  border: 1px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem;
}
.value-icon svg { width: 18px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
.value-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: .6rem;
}
.value-card p { font-size: var(--body); color: var(--muted); line-height: 1.65; }

/* ── CONTACT PAGE ──────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 5rem;
  align-items: start;
}
.contact-info-block { display: flex; flex-direction: column; gap: 2.5rem; }
.contact-field-title {
  font-size: var(--micro);
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .4rem;
}
.contact-field-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--navy);
}
.contact-field-val a { color: inherit; transition: color .3s; }
.contact-field-val a:hover { color: var(--blue); }

/* Form */
.form-wrap {
  background: var(--cream);
  padding: 3rem;
  border: 1px solid var(--stone);
}
.form-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--stone);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  margin-bottom: 1.2rem;
}
.field label {
  font-size: var(--micro);
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--muted);
}
.field input,
.field select,
.field textarea {
  font-family: 'DM Sans', sans-serif;
  font-size: var(--body);
  color: var(--text);
  background: var(--warm-wh);
  border: 1px solid var(--stone);
  border-radius: 0;
  padding: .85rem 1rem;
  outline: none;
  transition: border-color .3s, box-shadow .3s;
  width: 100%;
  appearance: none;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(23,72,129,.08);
}
.field textarea { resize: vertical; min-height: 110px; }
.form-success-state {
  display: none;
  text-align: center;
  padding: 3rem 1rem;
}
.form-success-state.show { display: block; }
.success-mark {
  width: 56px; height: 56px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem;
}
.success-mark svg { width: 22px; stroke: var(--gold); fill: none; stroke-width: 2; }
.form-success-state h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  color: var(--navy);
  margin-bottom: .8rem;
}
.form-success-state p { color: var(--muted); }

/* ── Scroll reveal ─────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

/* ── Responsive ────────────────────────────────── */
@media (max-width: 1024px) {
  .services-list { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .process-steps::before { display: none; }
  .values-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .nav-main { display: none; }
  .burger { display: flex; }
  .call-pill { display: block; }
  body { padding-bottom: 80px; }
  .about-grid,
  .contact-grid,
  .service-detail,
  .service-detail.flip { grid-template-columns: 1fr; direction: ltr; gap: 3rem; }
  .intro-grid { grid-template-columns: 1fr; }
  .about-badge { position: static; display: inline-block; margin-top: 1.5rem; }
  .testi-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .section-header { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  section { padding: 5rem 1.5rem; }
  .stats-bar .wrap { grid-template-columns: 1fr; }
  .services-list { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .form-wrap { padding: 2rem 1.5rem; }
  .hero-title { font-size: clamp(2.5rem, 8vw, 3.5rem); }
  .page-hero { padding: 9rem 1.5rem 4rem; }
}
