:root {
  --ink: #090809;
  --ink-soft: #121011;
  --panel: #171315;
  --rose: #e78fa3;
  --rose-light: #f4b7c3;
  --rose-deep: #b85d74;
  --gold: #c79a72;
  --cream: #fff8f4;
  --muted: #cfc2c4;
  --line: rgba(231, 143, 163, 0.24);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --script: "Segoe Script", "Brush Script MT", cursive;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 10% 8%, rgba(184, 93, 116, 0.09), transparent 30%),
    radial-gradient(circle at 92% 25%, rgba(199, 154, 114, 0.07), transparent 28%),
    var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; display: block; }
::selection { color: var(--ink); background: var(--rose-light); }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--cream);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(1160px, calc(100% - 44px)); margin-inline: auto; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled {
  background: rgba(9, 8, 9, 0.86);
  border-color: rgba(231, 143, 163, 0.14);
  backdrop-filter: blur(18px);
}
.nav-wrap {
  width: min(1260px, calc(100% - 36px));
  min-height: 80px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--rose);
  border-radius: 50%;
  color: var(--rose-light);
  font: italic 700 18px var(--serif);
  box-shadow: inset 0 0 0 4px var(--ink), inset 0 0 0 5px rgba(199, 154, 114, .4);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.brand-copy strong { font: 600 12px var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.brand-copy span { color: var(--rose-light); font: 20px var(--script); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a {
  position: relative;
  color: #e7dcde;
  font-size: 13px;
  letter-spacing: .08em;
}
.main-nav a::after {
  content: "";
  position: absolute;
  right: 100%; bottom: -7px; left: 0;
  height: 1px;
  background: var(--rose);
  transition: right .25s ease;
}
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.nav-cta {
  padding: 10px 20px;
  border: 1px solid rgba(231, 143, 163, .7);
  border-radius: 999px;
  color: var(--rose-light);
  font-size: 13px;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}
.nav-cta:hover { color: var(--ink); background: var(--rose-light); transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { width: 24px; height: 1px; margin: 5px auto; display: block; background: var(--cream); transition: .25s ease; }

.hero {
  min-height: 820px;
  padding-top: 142px;
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: center;
  gap: 70px;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 6% -12% auto auto;
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid rgba(231, 143, 163, .28);
  border-radius: 50%;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 13% -6% auto auto;
  width: 48%;
  aspect-ratio: 1;
  border: 1px solid rgba(199, 154, 114, .18);
  border-radius: 50%;
}
.hero-glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(80px); opacity: .28; }
.hero-glow-one { width: 340px; height: 340px; right: 6%; top: 25%; background: var(--rose-deep); }
.hero-glow-two { width: 250px; height: 250px; left: -12%; bottom: 2%; background: #704732; }
.eyebrow { margin: 0 0 20px; color: var(--rose-light); font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 40px; height: 1px; margin-right: 10px; display: inline-block; vertical-align: middle; background: var(--gold); }
.monogram { margin: -3px 0 2px; color: var(--rose); font: italic 86px/1 var(--serif); letter-spacing: -.1em; text-shadow: 0 10px 34px rgba(231, 143, 163, .15); }
.monogram span { display: inline-block; margin-left: 16px; color: var(--gold); font: 30px/1 var(--serif); transform: translateY(-10px); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 650px; margin: 0; font: 400 clamp(45px, 5.7vw, 78px)/.98 var(--serif); letter-spacing: -.035em; }
h1 em, h2 em { display: inline-block; color: var(--rose); font-family: var(--script); font-weight: 400; }
h1 em { margin-top: 14px; font-size: .85em; transform: rotate(-2deg); }
.hero-lead { margin: 28px 0 8px; color: var(--gold); font-size: 13px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.hero-text { max-width: 580px; margin: 0; color: #d7cbcd; font: 22px/1.55 var(--serif); }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { color: #1b1114; background: linear-gradient(135deg, var(--rose-light), var(--rose)); box-shadow: 0 14px 36px rgba(184, 93, 116, .24); }
.button-primary:hover { box-shadow: 0 18px 46px rgba(184, 93, 116, .36); }
.button-ghost { color: var(--cream); border-color: rgba(255, 248, 244, .22); background: rgba(255, 255, 255, .02); }
.button-ghost:hover { border-color: var(--rose); background: rgba(231, 143, 163, .06); }
.hero-contact { margin-top: 40px; padding-left: 18px; display: flex; flex-direction: column; border-left: 1px solid var(--gold); }
.hero-contact span { color: #9e9092; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.hero-contact a { color: var(--rose-light); font: 30px var(--serif); letter-spacing: .08em; }
.hero-visual { min-height: 530px; display: flex; flex-direction: column; justify-content: center; position: relative; }
.visual-orbit { position: absolute; inset: 5% 2% 8% 4%; border: 1px solid rgba(231, 143, 163, .2); border-radius: 50% 50% 48% 52% / 57% 43% 57% 43%; transform: rotate(-12deg); }
.quote-card {
  width: min(440px, 92%);
  margin-left: auto;
  padding: 48px 44px 42px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(199, 154, 114, .68);
  border-radius: 32px 4px 32px 4px;
  background: linear-gradient(145deg, rgba(28, 22, 24, .94), rgba(10, 9, 10, .94));
  box-shadow: var(--shadow);
}
.quote-card::after { content: ""; position: absolute; inset: 9px -10px -10px 9px; z-index: -1; border: 1px solid rgba(231, 143, 163, .25); border-radius: inherit; }
.quote-mark { position: absolute; top: -36px; left: 32px; color: var(--rose); font: 92px/1 var(--serif); }
.quote-card p { margin: 8px 0 18px; font: 40px/1.14 var(--serif); }
.quote-card strong { color: var(--rose); font-weight: 400; }
.quote-card small { display: block; color: var(--muted); font-size: 14px; line-height: 1.7; }
.trust-stack { width: min(400px, 88%); margin: 32px 0 0 auto; position: relative; z-index: 1; }
.trust-stack div { padding: 13px 0; display: flex; align-items: center; gap: 16px; color: #e8dcdf; border-bottom: 1px solid rgba(231, 143, 163, .16); font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }
.trust-stack span { width: 38px; height: 38px; display: grid; place-items: center; flex: none; color: var(--ink); background: var(--rose); border-radius: 50%; font-size: 10px; font-weight: 800; }

.statement-band { border-block: 1px solid var(--line); background: linear-gradient(90deg, rgba(231, 143, 163, .05), rgba(199, 154, 114, .08), rgba(231, 143, 163, .03)); }
.statement-grid { min-height: 180px; display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 70px; }
.statement-label { color: var(--rose); font: 26px var(--script); }
.statement-grid > p:last-child { margin: 0; color: #e7dadd; font: 25px/1.5 var(--serif); }

.services { padding-top: 120px; padding-bottom: 130px; }
.section-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; }
.section-heading h2, .image-copy h2, .coverage h2, .hours h2, .final-cta h2 { margin: 0; font: 400 clamp(42px, 5vw, 66px)/1.02 var(--serif); letter-spacing: -.025em; }
.section-heading > p { max-width: 440px; margin: 0 0 8px; color: var(--muted); font-size: 16px; }
.section-heading.compact { grid-template-columns: 1fr; }
.service-tabs { margin-bottom: 26px; display: flex; flex-wrap: wrap; gap: 10px; }
.service-tab { padding: 10px 19px; color: #cfc2c4; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: transparent; cursor: pointer; font-size: 13px; transition: .25s ease; }
.service-tab:hover, .service-tab.active { color: var(--ink); border-color: var(--rose); background: var(--rose); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card {
  min-height: 210px;
  padding: 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(231, 143, 163, .17);
  border-radius: 4px 26px 4px 26px;
  background: linear-gradient(145deg, rgba(27, 23, 24, .95), rgba(13, 11, 12, .96));
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, opacity .25s ease;
}
.service-card::before { content: ""; position: absolute; inset: auto -35% -80% 25%; height: 170px; background: radial-gradient(ellipse, rgba(184, 93, 116, .22), transparent 68%); transition: transform .4s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(231, 143, 163, .56); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.service-card:hover::before { transform: translateY(-20px); }
.service-card.filtered-out { display: none; }
.service-index { color: var(--gold); font: 12px var(--serif); }
.service-line { height: 1px; margin-top: 9px; background: linear-gradient(90deg, rgba(199,154,114,.5), transparent); }
.service-card h3 { margin: 0; grid-column: 1 / 3; align-self: end; font: 400 21px/1.3 var(--serif); }
.service-arrow { width: 38px; height: 38px; display: grid; place-items: center; grid-column: 3; grid-row: 3; border: 1px solid rgba(231,143,163,.3); border-radius: 50%; color: var(--rose); transition: .25s ease; }
.service-card:hover .service-arrow { color: var(--ink); background: var(--rose); transform: rotate(45deg); }

.image-section { padding: 120px 0; border-block: 1px solid rgba(231, 143, 163, .14); background: linear-gradient(135deg, #100d0e, #171113 55%, #0d0b0c); }
.image-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.image-copy h2 { margin-bottom: 28px; }
.image-intro { max-width: 480px; color: var(--muted); font-size: 16px; }
.feature-list { margin: 34px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { padding: 15px 0; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); color: #eadfe1; font-size: 14px; letter-spacing: .04em; }
.feature-list span { color: var(--rose); font: 12px var(--serif); }
.text-link { display: inline-flex; align-items: center; gap: 16px; color: var(--rose-light); font-weight: 700; font-size: 14px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(6px); }
.image-frame { margin: 0; padding: 20px; position: relative; border: 1px solid rgba(199, 154, 114, .65); border-radius: 4px 54px 4px 54px; background: rgba(8, 7, 8, .72); box-shadow: 0 40px 90px rgba(0,0,0,.48); }
.image-frame::before { content: ""; position: absolute; inset: 9px -11px -11px 9px; z-index: -1; border: 1px solid rgba(231, 143, 163, .35); border-radius: inherit; }
.image-frame img {
  width: 100%;
  max-height: 780px;
  object-fit: contain;
  border-radius: 2px 37px 2px 37px;
  filter: saturate(.88) contrast(1.04);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 3%, #000 97%, transparent 100%), linear-gradient(to right, transparent 0, #000 3%, #000 97%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to bottom, transparent 0, #000 3%, #000 97%, transparent 100%), linear-gradient(to right, transparent 0, #000 3%, #000 97%, transparent 100%);
  mask-composite: intersect;
}
.image-frame figcaption { margin-top: 14px; color: var(--rose-light); text-align: center; font: 20px var(--script); }
.frame-corner { position: absolute; z-index: 2; width: 55px; height: 55px; pointer-events: none; }
.frame-corner-one { top: 8px; left: 8px; border-top: 2px solid var(--rose); border-left: 2px solid var(--rose); }
.frame-corner-two { right: 8px; bottom: 43px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }

.process { padding-top: 120px; padding-bottom: 120px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-card { min-height: 245px; padding: 30px; border-top: 1px solid var(--gold); background: linear-gradient(180deg, rgba(255,255,255,.035), transparent); }
.process-card > span { color: var(--rose); font: italic 44px var(--serif); opacity: .8; }
.process-card h3 { margin: 28px 0 10px; font: 400 26px var(--serif); }
.process-card p { margin: 0; color: var(--muted); }

.coverage { padding: 90px 0; border-block: 1px solid rgba(231,143,163,.2); background: linear-gradient(110deg, rgba(184,93,116,.13), rgba(199,154,114,.06), transparent); }
.coverage-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 46px; }
.location-mark { width: 112px; height: 112px; position: relative; border: 1px solid rgba(231,143,163,.45); border-radius: 50% 50% 50% 8%; transform: rotate(-45deg); }
.location-mark span { width: 34px; height: 34px; position: absolute; top: 50%; left: 50%; border: 1px solid var(--gold); border-radius: 50%; transform: translate(-50%, -50%); }
.coverage h2 { font-size: clamp(38px, 4.4vw, 62px); }
.coverage p:last-child { color: var(--muted); }
.round-link { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid var(--rose); border-radius: 50%; color: var(--rose-light); font-size: 28px; transition: .25s ease; }
.round-link:hover { color: var(--ink); background: var(--rose); transform: rotate(45deg); }

.hours { padding-top: 120px; padding-bottom: 120px; }
.hours-card { padding: 64px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; border: 1px solid rgba(199,154,114,.5); border-radius: 50px 4px 50px 4px; background: linear-gradient(145deg, #171214, #0e0c0d); box-shadow: var(--shadow); }
.hours-list { margin: 0; }
.hours-list div { padding: 22px 0; display: flex; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.hours-list dt { color: #eee3e5; font-size: 17px; }
.hours-list dd { margin: 0; color: var(--rose-light); font: 20px var(--serif); }

.final-cta { padding: 120px 0; position: relative; overflow: hidden; text-align: center; border-top: 1px solid var(--line); background: radial-gradient(circle at 50% 120%, rgba(184,93,116,.38), transparent 52%), #0b090a; }
.final-cta::before { content: ""; position: absolute; width: 520px; height: 520px; top: 42%; left: 50%; border: 1px solid rgba(231,143,163,.16); border-radius: 50%; transform: translate(-50%, -50%); }
.final-inner { position: relative; z-index: 1; }
.script-line { margin: 0 0 16px; color: var(--rose); font: 27px var(--script); }
.final-cta h2 { margin-bottom: 38px; }
.button.large { min-height: 62px; padding: 0 34px; font-size: 14px; }

.site-footer { padding: 28px 0; border-top: 1px solid rgba(255,255,255,.08); background: #070607; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 44px; }
.footer-grid p, .footer-grid > a:last-child { color: #b9abad; font-size: 13px; }
.footer-brand .brand-mark { width: 40px; height: 40px; font-size: 15px; }
.footer-brand .brand-copy span { font-size: 17px; }

.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; height: 54px; padding: 0 20px; display: flex; align-items: center; gap: 9px; color: #1b1114; background: var(--rose); border: 1px solid var(--rose-light); border-radius: 999px; box-shadow: 0 12px 38px rgba(0,0,0,.4); transition: transform .25s ease; }
.whatsapp-float:hover { transform: translateY(-4px); }
.whatsapp-float > span { font-size: 18px; }
.whatsapp-float small { font-size: 12px; font-weight: 800; }
.back-to-top { position: fixed; z-index: 89; right: 28px; bottom: 88px; width: 42px; height: 42px; color: var(--rose-light); border: 1px solid rgba(231,143,163,.4); border-radius: 50%; background: rgba(9,8,9,.9); opacity: 0; pointer-events: none; cursor: pointer; transform: translateY(10px); transition: .25s ease; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top:hover { color: var(--ink); background: var(--rose); }

.reveal { opacity: 1; transform: none; transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.25,1); }
.reveal.visible { opacity: 1; transform: none; }
.services-grid .reveal:nth-child(3n + 2), .process-grid .reveal:nth-child(2) { transition-delay: .08s; }
.services-grid .reveal:nth-child(3n), .process-grid .reveal:nth-child(3) { transition-delay: .16s; }

@media (max-width: 980px) {
  .nav-cta { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 80px; padding-top: 140px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 470px; width: min(650px, 100%); margin: auto; }
  .hero::before, .hero::after { width: 78%; }
  .statement-grid { grid-template-columns: 1fr; gap: 10px; padding-block: 40px; }
  .section-heading { gap: 40px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .image-grid { grid-template-columns: 1fr; gap: 70px; }
  .image-copy { max-width: 680px; }
  .image-frame { width: min(700px, 100%); margin-inline: auto; }
  .hours-card { gap: 55px; }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 30px, 620px); }
  .nav-wrap { width: calc(100% - 24px); min-height: 72px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 72px 0 auto; max-height: 0; padding: 0 24px; overflow: hidden; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: rgba(9,8,9,.98); border-bottom: 1px solid transparent; transition: max-height .35s ease, padding .35s ease, border-color .35s ease; }
  .main-nav.open { max-height: 340px; padding-block: 18px 24px; border-color: var(--line); }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .brand-copy strong { font-size: 10px; }
  .brand-copy span { font-size: 17px; }
  .brand-mark { width: 42px; height: 42px; }
  .hero { padding-top: 120px; padding-bottom: 70px; gap: 65px; }
  .monogram { font-size: 70px; }
  h1 { font-size: clamp(42px, 13vw, 60px); }
  .hero-text { font-size: 19px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-contact a { font-size: 25px; }
  .hero-visual { min-height: 500px; }
  .quote-card { width: calc(100% - 10px); padding: 46px 26px 34px; }
  .quote-card p { font-size: 35px; }
  .trust-stack { width: calc(100% - 15px); }
  .statement-grid > p:last-child { font-size: 21px; }
  .services, .process { padding-top: 90px; padding-bottom: 90px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading h2, .image-copy h2, .coverage h2, .hours h2, .final-cta h2 { font-size: clamp(40px, 11vw, 52px); }
  .service-tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .service-tab { width: 100%; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 175px; }
  .image-section { padding: 90px 0; }
  .image-frame { padding: 12px; border-radius: 4px 34px 4px 34px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 190px; }
  .coverage { padding: 74px 0; }
  .coverage-grid { grid-template-columns: 1fr; gap: 28px; }
  .location-mark { width: 80px; height: 80px; }
  .round-link { width: 64px; height: 64px; }
  .hours { padding-top: 90px; padding-bottom: 90px; }
  .hours-card { padding: 36px 24px; grid-template-columns: 1fr; gap: 35px; border-radius: 32px 4px 32px 4px; }
  .hours-list div { padding: 17px 0; }
  .hours-list dd { font-size: 17px; }
  .final-cta { padding: 90px 0 110px; }
  .script-line { font-size: 22px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: start; gap: 14px; }
  .footer-grid p { margin: 0; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; padding: 0; justify-content: center; }
  .whatsapp-float small { display: none; }
  .back-to-top { right: 20px; bottom: 80px; }
}

@media (max-width: 400px) {
  .brand-copy strong { max-width: 115px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .hero { padding-top: 110px; }
  .eyebrow { font-size: 10px; }
  .quote-card p { font-size: 31px; }
  .trust-stack div { font-size: 11px; }
  .service-tabs { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
