/* ==========================================================================
   Y.S. Handymen — brand stylesheet
   Direction: "Blueprint & Steel" — industrial trade craft.
   Palette sampled directly from the logo, flyers and business card.
   ========================================================================== */

:root {
  /* Brand — sampled from source artwork */
  --navy:        #03203E;
  --navy-900:    #021629;
  --navy-800:    #052B52;
  --navy-700:    #0A3A6B;
  --orange:      #EA7013;
  --orange-600:  #CE5F0A;
  --orange-400:  #F58C3A;
  --sky:         #2FA3EE;
  /* Brand orange is only 3.08:1 on white — fine for fills, rules and icons, but it
     fails WCAG AA as small text. --orange-ink is the accessible text-only variant
     (5.0:1 on white, 4.7:1 on --paper-2). Never use it for large fills; never use
     plain --orange for small text on a light background. */
  --orange-ink:  #B4530A;

  /* Neutrals */
  --ink:         #16191D;
  --slate:       #5C6673;
  --mist:        #A7ACB7;
  --line:        #E2E6EC;
  --paper:       #FFFFFF;
  --paper-2:     #F4F6F9;

  /* Type */
  --display: "Oswald", "Arial Narrow", sans-serif;
  --body:    "Barlow", -apple-system, sans-serif;

  /* Rhythm */
  --gut:     clamp(1.25rem, 4vw, 2rem);
  --section: clamp(4rem, 9vw, 7.5rem);
  --shell:   1240px;
  --radius:  4px;

  --shadow-sm: 0 2px 8px rgba(3, 32, 62, .07);
  --shadow-md: 0 12px 32px -8px rgba(3, 32, 62, .16);
  --shadow-lg: 0 28px 64px -16px rgba(3, 32, 62, .28);

  --ease: cubic-bezier(.22, .61, .36, 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; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
body {
  font-family: var(--body);
  font-size: clamp(1rem, .96rem + .2vw, 1.075rem);
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

/* --------------------------------------------------------- type */
h1, h2, h3, h4, .display {
  font-family: var(--display);
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.005em;
  text-transform: uppercase;
  text-wrap: balance;
}
h1 { font-size: clamp(2.9rem, 7.4vw, 5.6rem); }
h2 { font-size: clamp(2.15rem, 4.9vw, 3.6rem); }
h3 { font-size: clamp(1.3rem, 2.1vw, 1.65rem); }
p  { text-wrap: pretty; }

.eyebrow {
  font-family: var(--display);
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--orange-ink);
  display: flex;
  align-items: center;
  gap: .8rem;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--orange);
  flex: none;
}
.eyebrow--center { justify-content: center; }

/* ---- dark-surface overrides -------------------------------------------------
   Every navy section must appear in these lists. Anything on navy that inherits a
   light-background colour renders muddy or invisible — that is what put slate body
   copy on the navy CTA band and navy text on the navy hero button. */
.on-navy .eyebrow,
.hero .eyebrow,
.page-head .eyebrow,
.cta-band .eyebrow { color: var(--orange-400); }

.lead { font-size: clamp(1.08rem, 1.6vw, 1.25rem); color: var(--slate); }
.on-navy .lead,
.hero .lead,
.page-head .lead,
.cta-band .lead { color: rgba(255, 255, 255, .78); }

/* Orange underscore rule beneath headings — echoes the logo lockup */
.rule-under { position: relative; padding-bottom: 1.1rem; }
.rule-under::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 82px; height: 4px;
  background: var(--orange);
}
.rule-under.center::after { left: 50%; transform: translateX(-50%); }

/* --------------------------------------------------------- layout */
.shell { width: min(100% - (var(--gut) * 2), var(--shell)); margin-inline: auto; }
.section { padding-block: var(--section); }
.section--tight { padding-block: clamp(3rem, 6vw, 4.5rem); }
.center { text-align: center; }
.stack > * + * { margin-top: 1.15rem; }

.on-navy { background: var(--navy); color: #fff; }
.on-paper-2 { background: var(--paper-2); }

/* Blueprint grid texture — the signature background of the site */
.blueprint { position: relative; isolation: isolate; }
.blueprint::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: radial-gradient(ellipse 90% 75% at 50% 0%, #000 30%, transparent 78%);
          mask-image: radial-gradient(ellipse 90% 75% at 50% 0%, #000 30%, transparent 78%);
}
.blueprint--light::before {
  background-image:
    linear-gradient(rgba(3, 32, 62, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 32, 62, .05) 1px, transparent 1px);
}

/* Diagonal safety-stripe divider */
.stripe {
  height: 8px;
  background: repeating-linear-gradient(
    -45deg,
    var(--orange) 0 14px,
    var(--navy) 14px 28px
  );
}

/* --------------------------------------------------------- buttons */
.btn {
  --btn-bg: var(--orange);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .95rem 1.9rem;
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-family: var(--display);
  /* 19.2px @700 clears the WCAG large-text threshold, so white on brand orange
     (3.08:1) passes AA without dulling the orange. Don't drop below this. */
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  border: 2px solid var(--btn-bg);
  border-radius: var(--radius);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease),
              background-color .2s var(--ease), border-color .2s var(--ease);
}
.btn::after {
  /* sheen sweep on hover */
  content: "";
  position: absolute;
  inset: 0 auto 0 -120%;
  width: 55%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
  transform: skewX(-22deg);
  transition: left .55s var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px -8px rgba(234, 112, 19, .6); }
.btn:hover::after { left: 130%; }
.btn:active { transform: translateY(0); }
.btn svg { width: 1.15em; height: 1.15em; flex: none; }

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--navy);
  border-color: rgba(3, 32, 62, .28);
}
.btn--ghost:hover {
  background: var(--navy); border-color: var(--navy);
  color: #fff; box-shadow: var(--shadow-md);
}
/* Ghost buttons sitting on any dark surface must invert, or they render
   navy-on-navy and vanish. Keep this selector list in sync with dark sections. */
.on-navy .btn--ghost,
.hero .btn--ghost,
.page-head .btn--ghost,
.cta-band .btn--ghost,
.drawer .btn--ghost {
  --btn-fg: #fff;
  border-color: rgba(255, 255, 255, .4);
}
.on-navy .btn--ghost:hover,
.hero .btn--ghost:hover,
.page-head .btn--ghost:hover,
.cta-band .btn--ghost:hover,
.drawer .btn--ghost:hover {
  background: #fff; color: var(--navy); border-color: #fff;
}

/* WhatsApp click-to-message. WhatsApp's bright #25D366 gives white text only
   1.8:1, and their darker #128C7E still fails once the call-bar label shrinks on
   narrow phones. This teal clears 5.2:1 against white at ANY size, so the button
   stays legible regardless of how it is scaled — still reads as WhatsApp. */
.btn--wa { --btn-bg: #0F7A6D; --btn-fg: #fff; }
.btn--wa:hover { box-shadow: 0 10px 24px -8px rgba(15, 122, 109, .65); }

.btn-row { display: flex; flex-wrap: wrap; gap: .85rem; }
.btn-row.center { justify-content: center; }

/* --------------------------------------------------------- header */
.topbar {
  background: var(--navy-900);
  color: rgba(255, 255, 255, .8);
  font-size: .875rem;
  letter-spacing: .02em;
}
.topbar__in {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 42px; flex-wrap: wrap;
}
.topbar a { transition: color .18s; }
.topbar a:hover { color: var(--orange-400); }
.topbar__set { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.topbar__item { display: inline-flex; align-items: center; gap: .5rem; }
.topbar__item svg { width: 15px; height: 15px; color: var(--orange); flex: none; }

.site-header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s var(--ease);
}
.site-header.is-stuck { box-shadow: var(--shadow-md); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 78px; }
.brand { display: flex; align-items: center; flex: none; }
.brand img { height: clamp(38px, 5.4vw, 50px); width: auto; }

.nav__links { display: flex; align-items: center; gap: 2.1rem; }
.nav__link {
  font-family: var(--display);
  font-weight: 500;
  font-size: .95rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--navy);
  position: relative;
  padding-block: .4rem;
}
.nav__link::after {
  content: "";
  position: absolute; left: 0; bottom: 0;
  width: 0; height: 3px; background: var(--orange);
  transition: width .26s var(--ease);
}
.nav__link:hover::after, .nav__link[aria-current="page"]::after { width: 100%; }
.nav__link[aria-current="page"] { color: var(--orange-ink); }

.nav__cta { display: flex; align-items: center; gap: 1rem; flex: none; }
.nav__phone {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.32rem;
  color: var(--navy);
  letter-spacing: .01em;
  display: inline-flex; align-items: center; gap: .55rem;
  transition: color .18s;
}
.nav__phone:hover { color: var(--orange-ink); }
.nav__phone svg { width: 20px; height: 20px; color: var(--orange); }

/* Burger */
.burger {
  display: none;
  width: 46px; height: 46px;
  background: var(--navy); border: 0; border-radius: var(--radius);
  cursor: pointer; position: relative; flex: none;
}
.burger span {
  position: absolute; left: 50%; width: 20px; height: 2px;
  background: #fff; transform: translateX(-50%);
  transition: transform .3s var(--ease), opacity .2s;
}
.burger span:nth-child(1) { top: 16px; }
.burger span:nth-child(2) { top: 22px; }
.burger span:nth-child(3) { top: 28px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateX(-50%) translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateX(-50%) translateY(-6px) rotate(-45deg); }

.drawer {
  position: fixed; inset: 0 0 0 auto;
  width: min(85vw, 340px);
  background: var(--navy);
  padding: 5.5rem 2rem 2rem;
  transform: translateX(100%);
  transition: transform .38s var(--ease);
  z-index: 95;
  display: flex; flex-direction: column; gap: .35rem;
  overflow-y: auto;
}
.drawer.is-open { transform: translateX(0); }
.drawer a {
  font-family: var(--display); font-weight: 500;
  font-size: 1.2rem; letter-spacing: .1em; text-transform: uppercase;
  color: #fff; padding: .95rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.drawer a[aria-current="page"] { color: var(--orange-400); }
.drawer .btn { margin-top: 1.75rem; font-weight: 700; font-size: 1.2rem; }
.scrim {
  position: fixed; inset: 0; z-index: 94;
  background: rgba(2, 22, 41, .6);
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.scrim.is-open { opacity: 1; pointer-events: auto; }

/* --------------------------------------------------------- hero */
.hero { position: relative; background: var(--navy); color: #fff; overflow: hidden; }
.hero__in {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding-block: clamp(3.5rem, 8vw, 6.5rem);
}
.hero h1 { color: #fff; }
.hero h1 .accent { color: var(--orange); display: block; }
/* Carries the target search phrase inside the H1 without stealing weight from the
   brand line underneath it. */
.hero__kicker {
  display: block;
  font-size: clamp(.95rem, 1.9vw, 1.35rem);
  font-weight: 500;
  letter-spacing: .14em;
  color: var(--sky);
  margin-bottom: .7rem;
}
.hero__sub {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(1.15rem, 2.2vw, 1.6rem);
  letter-spacing: .04em; text-transform: uppercase;
  color: #fff; margin-top: 1.1rem;
}
.hero__sub em { color: var(--orange); font-style: italic; }
.hero__lede { margin-top: 1.4rem; max-width: 46ch; color: rgba(255, 255, 255, .78); }
.hero .btn-row { margin-top: 2.1rem; }

/* Slogan triad — straight off the business card */
.triad { margin-top: 2.6rem; display: flex; flex-wrap: wrap; gap: .55rem 1.6rem; }
.triad span {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  letter-spacing: .03em; text-transform: none;
}
.triad span:nth-child(1) { color: var(--navy); }
.triad span:nth-child(2) { color: var(--orange-ink); }
.triad span:nth-child(3) { color: #16679E; }
.on-navy .triad span:nth-child(1),
.hero .triad span:nth-child(1) { color: #fff; }
.on-navy .triad span:nth-child(2),
.hero .triad span:nth-child(2) { color: var(--orange); }
.on-navy .triad span:nth-child(3),
.hero .triad span:nth-child(3) { color: var(--sky); }

/* Hero media: logo mark plate + floating badge */
.hero__media { position: relative; }
.hero__plate {
  background: #fff;
  border-radius: 8px;
  padding: clamp(2rem, 4vw, 3.2rem);
  box-shadow: var(--shadow-lg);
  position: relative;
  border-bottom: 6px solid var(--orange);
}
.hero__plate img { width: 100%; }
.hero__plate .plate-caption {
  margin-top: 1.5rem; padding-top: 1.25rem;
  /* right padding keeps the caption clear of the overlapping guarantee badge */
  padding-right: clamp(6rem, 12vw, 8.5rem);
  border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between;
  gap: .4rem 1rem; flex-wrap: wrap;
}
.plate-caption .who {
  font-family: var(--display); font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--navy); font-size: .95rem;
}
.plate-caption .where {
  font-size: .87rem; color: var(--slate);
  display: inline-flex; align-items: center; gap: .4rem;
}
.plate-caption .where svg { width: 15px; height: 15px; color: var(--orange); }

.badge-guarantee {
  position: absolute;
  right: -18px; bottom: -26px;
  width: clamp(112px, 15vw, 148px); aspect-ratio: 1;
  border-radius: 50%;
  background: var(--navy);
  border: 3px solid var(--orange);
  color: #fff;
  display: grid; place-content: center; text-align: center;
  gap: .18rem; padding: .5rem;
  box-shadow: var(--shadow-lg);
  animation: bob 5s ease-in-out infinite;
}
.badge-guarantee svg { width: 26px; height: 26px; margin-inline: auto; color: #fff; }
.badge-guarantee b {
  font-family: var(--display); font-weight: 600;
  font-size: .7rem; letter-spacing: .09em; line-height: 1.2;
  text-transform: uppercase;
}
.badge-guarantee .stars { color: var(--orange); font-size: .72rem; letter-spacing: .12em; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* --------------------------------------------------------- trust strip */
.trust { background: var(--orange); color: #fff; }
.trust__in {
  display: grid; grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.trust__item {
  display: flex; align-items: center; justify-content: center;
  gap: .85rem; padding: 1.25rem 1rem; text-align: left;
}
.trust__item + .trust__item { border-left: 1px solid rgba(255, 255, 255, .3); }
.trust__item svg { width: 26px; height: 26px; flex: none; }
.trust__item b {
  font-family: var(--display); font-weight: 700;
  /* min 19.2px — see the note on .btn; white on orange needs large-text sizing */
  font-size: clamp(1.2rem, 1.8vw, 1.35rem);
  letter-spacing: .07em; text-transform: uppercase;
}

/* --------------------------------------------------------- section head */
.sec-head { max-width: 66ch; margin-bottom: clamp(2.5rem, 5vw, 3.75rem); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head h2 { margin-top: 1rem; }
.sec-head p { margin-top: 1.15rem; }

/* --------------------------------------------------------- service cards */
.grid-svc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  gap: 1.5rem;
}
.svc {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2.1rem 1.75rem 1.85rem;
  overflow: hidden;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease),
              border-color .28s var(--ease);
}
.svc::before {
  /* orange wipe that fills from the left edge on hover */
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; background: var(--orange);
  transform: scaleY(0); transform-origin: top;
  transition: transform .32s var(--ease);
}
.svc:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.svc:hover::before { transform: scaleY(1); }
.svc__num {
  position: absolute; top: 1.1rem; right: 1.35rem;
  font-family: var(--display); font-weight: 700; font-size: 3.1rem;
  line-height: 1; color: var(--navy);
  opacity: .07; letter-spacing: -.03em;
  transition: opacity .28s var(--ease), color .28s var(--ease);
}
.svc:hover .svc__num { opacity: .16; color: var(--orange); }
.svc__ico {
  width: 54px; height: 54px; border-radius: var(--radius);
  background: var(--navy);
  display: grid; place-content: center;
  margin-bottom: 1.35rem;
  transition: background-color .28s var(--ease), transform .28s var(--ease);
}
.svc__ico svg { width: 26px; height: 26px; color: #fff; }
.svc:hover .svc__ico { background: var(--orange); transform: rotate(-6deg) scale(1.06); }
.svc h3 { color: var(--navy); margin-bottom: .6rem; }
.svc p { color: var(--slate); font-size: .975rem; }
.svc__list { list-style: none; padding: 0; margin-top: 1.1rem; display: grid; gap: .42rem; }
.svc__list li {
  position: relative; padding-left: 1.5rem;
  font-size: .93rem; color: var(--slate);
}
.svc__list li::before {
  content: ""; position: absolute; left: 0; top: .52em;
  width: 8px; height: 8px; background: var(--orange);
  transform: rotate(45deg);
}

/* --------------------------------------------------------- checklist */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.25rem, 6vw, 5rem);
  align-items: center;
}
.check { list-style: none; padding: 0; display: grid; gap: .95rem; }
.check li {
  display: flex; align-items: flex-start; gap: .95rem;
  font-family: var(--display); font-weight: 500;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  letter-spacing: .03em;
}
.check li svg {
  width: 25px; height: 25px; flex: none; margin-top: .05em;
  color: #fff; background: var(--orange); border-radius: 50%; padding: 5px;
}
.on-navy .check li { color: #fff; }

.figure-frame {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border-bottom: 6px solid var(--orange);
}
.figure-frame img { width: 100%; }

/* --------------------------------------------------------- promise / steps */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.5rem; }
.step { position: relative; padding-top: 2.4rem; }
.step::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 46px; height: 5px; background: var(--orange);
}
.step__n {
  font-family: var(--display); font-weight: 700; font-size: .9rem;
  letter-spacing: .2em; color: var(--orange-ink); display: block; margin-bottom: .55rem;
}
.on-navy .step__n { color: var(--orange-400); }
.step h3 { margin-bottom: .55rem; }
.on-navy .step h3 { color: #fff; }
.step p { color: var(--slate); font-size: .975rem; }
.on-navy .step p { color: rgba(255, 255, 255, .72); }

/* --------------------------------------------------------- value tiles */
.values { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.value {
  text-align: center; padding: 2.4rem 1.5rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease);
}
.value:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.value__ico {
  width: 64px; height: 64px; margin: 0 auto 1.3rem;
  border-radius: 50%; background: var(--navy);
  display: grid; place-content: center;
}
.value__ico svg { width: 29px; height: 29px; color: #fff; }
.value:hover .value__ico { background: var(--orange); }
.value h3 { color: var(--navy); font-size: 1.15rem; margin-bottom: .5rem; }
.value p { color: var(--slate); font-size: .95rem; }

/* --------------------------------------------------------- areas served */
.areas {
  list-style: none; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem;
}
.areas li {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(.92rem, 1.4vw, 1.05rem);
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--navy);
  padding: .62rem 1.15rem;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: background-color .22s var(--ease), color .22s var(--ease),
              border-color .22s var(--ease), transform .22s var(--ease);
}
.areas li:hover {
  background: var(--navy); color: #fff; border-color: var(--navy);
  transform: translateY(-2px);
}

/* --------------------------------------------------------- CTA band */
.cta-band { position: relative; background: var(--navy); color: #fff; overflow: hidden; }
.cta-band__in { padding-block: clamp(3.5rem, 7vw, 5.5rem); text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band .phone-xl {
  display: inline-flex; align-items: center; gap: .8rem;
  font-family: var(--display); font-weight: 700;
  font-size: clamp(2.3rem, 6.5vw, 4rem);
  color: var(--orange); margin-top: 1.4rem;
  letter-spacing: .005em;
  transition: transform .22s var(--ease);
}
.cta-band .phone-xl:hover { transform: scale(1.03); }
.cta-band .phone-xl svg { width: .8em; height: .8em; }

/* --------------------------------------------------------- footer */
.site-footer { background: var(--navy-900); color: rgba(255, 255, 255, .72); }
.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: clamp(2rem, 4vw, 3rem);
  padding-block: clamp(3rem, 6vw, 4.5rem);
}
.footer__logo { width: 210px; margin-bottom: 1.4rem; }
.footer h4 {
  font-family: var(--display); font-weight: 600; font-size: .92rem;
  letter-spacing: .17em; text-transform: uppercase; color: #fff;
  margin-bottom: 1.2rem; padding-bottom: .7rem;
  border-bottom: 2px solid var(--orange); display: inline-block;
}
.footer ul { list-style: none; padding: 0; display: grid; gap: .62rem; }
.footer a { font-size: .95rem; transition: color .18s, padding-left .18s; }
.footer a:hover { color: var(--orange-400); padding-left: 4px; }
.footer__contact li { display: flex; align-items: flex-start; gap: .7rem; font-size: .95rem; }
.footer__contact svg { width: 17px; height: 17px; color: var(--orange); flex: none; margin-top: .28em; }
.footer__bar {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-block: 1.4rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap; font-size: .87rem;
}
.footer__bar .slogan {
  font-family: var(--display); font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase; color: #fff;
}
.footer__bar .slogan em { color: var(--orange); font-style: normal; }

/* --------------------------------------------------------- forms */
.form-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: clamp(1.75rem, 3.5vw, 2.75rem);
  box-shadow: var(--shadow-sm);
}
.field { display: grid; gap: .45rem; margin-bottom: 1.15rem; }
.field label {
  font-family: var(--display); font-weight: 500; font-size: .84rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--navy);
}
.field label .req { color: var(--orange-ink); }
.field input, .field textarea, .field select {
  width: 100%; padding: .85rem 1rem;
  border: 1.5px solid var(--line); border-radius: var(--radius);
  background: var(--paper-2);
  transition: border-color .2s, background-color .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--orange); background: #fff;
  box-shadow: 0 0 0 4px rgba(234, 112, 19, .13);
}
.field textarea { resize: vertical; min-height: 138px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.form-note { font-size: .85rem; color: var(--slate); margin-top: 1rem; }
.form-status {
  margin-top: 1rem; padding: .9rem 1.1rem; border-radius: var(--radius);
  font-size: .93rem; display: none;
}
.form-status.is-shown { display: block; }
.form-status.ok { background: rgba(47, 163, 238, .1); border-left: 4px solid var(--sky); color: var(--navy); }
.form-status.err { background: rgba(234, 112, 19, .1); border-left: 4px solid var(--orange); color: var(--navy); }

/* Contact info cards */
.info-list { display: grid; gap: 1.15rem; }
.info {
  display: flex; align-items: flex-start; gap: 1.15rem;
  padding: 1.5rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  transition: transform .24s var(--ease), box-shadow .24s var(--ease);
}
.info:hover { transform: translateX(5px); box-shadow: var(--shadow-md); }
.info__ico {
  width: 50px; height: 50px; flex: none; border-radius: var(--radius);
  background: var(--navy); display: grid; place-content: center;
}
.info__ico svg { width: 23px; height: 23px; color: #fff; }
.info:hover .info__ico { background: var(--orange); }
.info h3 { font-size: 1rem; color: var(--navy); margin-bottom: .3rem; letter-spacing: .06em; }
.info p, .info a { color: var(--slate); font-size: .97rem; }
.info a:hover { color: var(--orange-ink); }

/* --------------------------------------------------------- page banner */
.page-head { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.page-head__in { padding-block: clamp(3rem, 7vw, 5rem); }
.page-head h1 { color: #fff; font-size: clamp(2.5rem, 6vw, 4.25rem); }
.page-head p { margin-top: 1.15rem; max-width: 58ch; color: rgba(255, 255, 255, .76); }
.crumbs {
  font-family: var(--display); font-size: .82rem; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(255, 255, 255, .55); margin-bottom: 1.1rem;
}
.crumbs a:hover { color: var(--orange-400); }
.crumbs span { color: var(--orange); }

/* --------------------------------------------------------- gallery */
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.75rem; }
.gallery figure {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: transform .28s var(--ease), box-shadow .28s var(--ease);
}
.gallery figure:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.gallery img { width: 100%; }
.gallery figcaption {
  padding: 1.1rem 1.3rem;
  font-family: var(--display); font-weight: 500; font-size: .92rem;
  letter-spacing: .09em; text-transform: uppercase; color: var(--navy);
  border-top: 3px solid var(--orange);
}

/* --------------------------------------------------------- FAQ */
.faq { display: grid; gap: .85rem; max-width: 860px; margin-inline: auto; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: box-shadow .24s var(--ease), border-color .24s;
}
.faq details[open] { box-shadow: var(--shadow-sm); border-color: rgba(234, 112, 19, .4); }
.faq summary {
  cursor: pointer; list-style: none;
  padding: 1.25rem 3.25rem 1.25rem 1.5rem;
  font-family: var(--display); font-weight: 500;
  font-size: clamp(1rem, 1.6vw, 1.13rem);
  letter-spacing: .02em; color: var(--navy);
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 1.5rem; top: 50%;
  width: 11px; height: 11px;
  border-right: 2.5px solid var(--orange); border-bottom: 2.5px solid var(--orange);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .28s var(--ease);
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq .faq__body { padding: 0 1.5rem 1.4rem; color: var(--slate); font-size: .98rem; }

/* --------------------------------------------------------- mobile call bar */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 88;
  display: none;
  background: var(--navy);
  border-top: 3px solid var(--orange);
  box-shadow: 0 -6px 22px rgba(2, 22, 41, .3);
}
.callbar a {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .95rem .6rem; color: #fff;
  /* 19.2px @700 — white on orange, same large-text rule as .btn */
  font-family: var(--display); font-weight: 700; font-size: 1.2rem;
  letter-spacing: .09em; text-transform: uppercase;
}
.callbar a + a { border-left: 1px solid rgba(255, 255, 255, .16); }
.callbar a.primary { background: var(--orange); }
.callbar a.wa { background: #0F7A6D; }
.callbar svg { width: 18px; height: 18px; }
/* Three buttons don't fit at 19.2px on narrow phones. Only the orange one is
   contrast-bound by its size — the navy/green ones are ~16:1 and 5:1 on white,
   so they can shrink safely. */
@media (max-width: 440px) {
  .callbar a { letter-spacing: .04em; padding-inline: .35rem; }
  .callbar a:not(.primary) { font-size: 1rem; }
  .callbar a:not(.primary) svg { width: 16px; height: 16px; }
}
@media (max-width: 340px) {
  .callbar a svg { display: none; }
}

/* --------------------------------------------------------- reveal anim */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .09s; }
.reveal.d2 { transition-delay: .18s; }
.reveal.d3 { transition-delay: .27s; }
.reveal.d4 { transition-delay: .36s; }
.reveal.d5 { transition-delay: .45s; }

/* Hero load-in — staggered, runs immediately on page load */
.hero .anim { opacity: 0; animation: rise .85s var(--ease) forwards; }
.hero .anim.a1 { animation-delay: .06s; }
.hero .anim.a2 { animation-delay: .17s; }
.hero .anim.a3 { animation-delay: .28s; }
.hero .anim.a4 { animation-delay: .39s; }
.hero .anim.a5 { animation-delay: .5s; }
.hero .anim.a6 { animation-delay: .62s; }
@keyframes rise { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }

/* --------------------------------------------------------- responsive */
@media (max-width: 1080px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1240px) {
  /* Six nav links now: shed the duplicate phone lockup and tighten gaps
     before falling back to the burger, or the header overflows ~980-1200px. */
  .nav__links { gap: 1.25rem; }
  .nav__phone { display: none; }
}
@media (max-width: 980px) {
  .nav__links, .nav__phone { display: none; }
  .burger { display: block; }
  .hero__in { grid-template-columns: 1fr; }
  /* Keep DOM order on narrow screens: headline and call button first, brand plate
     after. Hoisting the plate pushed the actual pitch below the fold. */
  .hero__media { max-width: 520px; margin-inline: auto; margin-top: 2.75rem; }
  .split { grid-template-columns: 1fr; }
  .split .figure-frame { max-width: 560px; margin-inline: auto; }
}
@media (max-width: 760px) {
  .trust__in { grid-template-columns: 1fr; }
  .trust__item + .trust__item { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .3); }
  .field-row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bar { justify-content: center; text-align: center; }
  .topbar__in { justify-content: center; }
  .topbar__set--meta { display: none; }
  .callbar { display: flex; }
  body { padding-bottom: 62px; }
  .badge-guarantee { right: -6px; bottom: -18px; }
}
@media (max-width: 620px) {
  /* Below this the burger alone carries the nav — the header CTA plus burger
     overflows the viewport, and the sticky call bar already covers the CTA. */
  .nav__cta > .btn { display: none; }
}
@media (max-width: 420px) {
  /* Scoped to stacked rows only: a blanket `.btn { width:100% }` also hits the
     header and blows out the nav. */
  .btn-row .btn, .drawer .btn, form .btn { width: 100%; }
}

/* ------------------------------------------------- built-by credit
   The "Built by Shalom Karr" pill shared with SK Music / addressitled.com,
   recoloured for the navy footer. Sits inline as the centre item of the
   footer bar (slogan · pill · copyright). */
a.built-by-pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px;
  border-radius: 999px; white-space: nowrap;
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .65); font-size: .82rem; text-decoration: none;
  transition: background .16s, border-color .16s, color .16s;
}
a.built-by-pill:hover { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .3); color: #fff; }
.built-by-pill .bb-star { width: 14px; height: 14px; color: var(--orange-400); flex: none; }
.built-by-pill .bb-by { letter-spacing: .4px; }
.built-by-pill .bb-who { font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 600; color: #fff; }
.built-by-pill .bb-arrow { width: 12px; height: 12px; flex: none; transition: transform .2s; }
a.built-by-pill:hover .bb-arrow { transform: translateX(3px); }

/* --------------------------------------------------------- reviews */
.stars { font-size: 1.05rem; letter-spacing: .14em; color: var(--orange); white-space: nowrap; }
.stars i { font-style: normal; color: var(--line); }

.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)); gap: 1.5rem; }
.review-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.9rem 1.7rem; display: flex; flex-direction: column; gap: .9rem;
  border-top: 4px solid var(--orange);
}
.review-card blockquote { color: var(--slate); flex: 1; }
.review-card blockquote::before { content: "“"; color: var(--orange); font-weight: 700; }
.review-card blockquote::after { content: "”"; color: var(--orange); font-weight: 700; }
.review-card footer { font-size: .9rem; color: var(--slate); }
.review-card footer strong { color: var(--navy); }
.review-card footer time { display: block; font-size: .8rem; margin-top: .2rem; }
.reviews-empty {
  grid-column: 1 / -1; text-align: center; padding: 3rem 1.5rem;
  background: var(--paper-2); border: 1px dashed var(--line); border-radius: var(--radius);
  color: var(--slate);
}
.reviews-empty strong { color: var(--navy); }

.rating-summary {
  display: inline-flex; align-items: center; gap: .55rem;
  margin-top: 1.4rem; padding: .55rem 1rem;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  font-size: .95rem; color: var(--slate);
}
.rating-summary b { color: var(--navy); font-size: 1.05rem; }

/* Star rating input: sources are in reverse order (5→1) so `~` can light up
   everything to the left of the hovered/checked star. */
.rate { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: .15rem; }
.rate input { position: absolute; opacity: 0; pointer-events: none; }
.rate label { font-size: 1.9rem; line-height: 1; color: var(--line); cursor: pointer; transition: color .15s, transform .15s; }
.rate label:hover { transform: scale(1.12); }
.rate input:checked ~ label,
.rate label:hover, .rate label:hover ~ label { color: var(--orange); }
.rate input:focus-visible + label { outline: 2px solid var(--sky); outline-offset: 3px; border-radius: 4px; }

/* --------------------------------------------------------- before / after */
.ba-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.75rem; }
.ba-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease);
}
.ba-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.ba-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: var(--navy); }
.ba-pair figure { position: relative; margin: 0; }
.ba-pair img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.ba-tag {
  position: absolute; left: .6rem; top: .6rem; z-index: 1;
  font-family: var(--display); font-weight: 600; font-size: .68rem;
  letter-spacing: .14em; text-transform: uppercase;
  background: var(--navy); color: #fff; padding: .28rem .6rem; border-radius: 3px;
}
.ba-tag--after { background: var(--orange); }
.ba-pair img { cursor: zoom-in; }
.lightbox {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(2, 14, 27, .93);
  display: grid; place-content: center; gap: .9rem;
  padding: clamp(1rem, 4vw, 2.5rem); cursor: zoom-out;
}
.lightbox img {
  max-width: min(94vw, 1100px); max-height: 82vh;
  border-radius: 6px; border-bottom: 5px solid var(--orange);
  aspect-ratio: auto; object-fit: contain;
}
.lightbox p { color: #fff; text-align: center; font-size: .95rem; }
.ba-body { padding: 1.35rem 1.5rem 1.5rem; }
.ba-body h3 { color: var(--navy); font-size: 1.12rem; margin-bottom: .35rem; }
.ba-body p { color: var(--slate); font-size: .93rem; }

/* --------------------------------------------------------- admin console */
.badge {
  font-family: var(--display); font-weight: 600; font-size: .68rem;
  letter-spacing: .14em; text-transform: uppercase;
  padding: .28rem .6rem; border-radius: 3px;
}
.badge--live { background: rgba(47, 163, 238, .14); color: #1272ad; }
.badge--pending { background: rgba(234, 112, 19, .14); color: var(--orange-ink); }

.btn--sm { padding: .5rem .95rem; font-size: .78rem; }
.btn--danger { background: #9d2222; }
.btn--danger:hover { background: #7d1a1a; }
.btn--ghost2 { background: transparent; color: var(--navy); box-shadow: inset 0 0 0 2px var(--line); }
.btn--ghost2:hover { background: var(--paper-2); }

.adm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.75rem; align-items: start; }
.adm-panel {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.2rem);
}
.adm-panel > h2 { font-size: 1.45rem; margin-bottom: 1.2rem; }
.adm-rows { display: grid; gap: 1.1rem; }
.adm-row { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.15rem 1.25rem; }
.adm-row__head { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-bottom: .55rem; }
.adm-row blockquote { color: var(--slate); font-size: .95rem; }
.adm-row textarea {
  width: 100%; padding: .75rem .9rem; margin-block: .4rem;
  border: 1.5px solid var(--line); border-radius: var(--radius); background: var(--paper-2);
}
.adm-meta { font-size: .85rem; color: var(--slate); margin-top: .5rem; }
.adm-meta strong { color: var(--navy); }
.adm-note { color: var(--slate); font-size: .93rem; }
.adm-actions { margin-top: .8rem; }
.adm-thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; margin-bottom: .6rem; }
.adm-thumbs img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 4px; }
.adm-edit { display: grid; gap: .8rem; margin-top: .8rem; }
.adm-edit label {
  display: grid; gap: .35rem;
  font-family: var(--display); font-weight: 500; font-size: .78rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--navy);
}
.adm-edit input, .adm-edit select, .adm-edit textarea {
  width: 100%; padding: .7rem .85rem;
  border: 1.5px solid var(--line); border-radius: var(--radius); background: var(--paper-2);
  font-size: .95rem; letter-spacing: normal; text-transform: none;
}
.adm-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  flex-wrap: wrap; margin-bottom: 1.75rem;
}
.adm-bar p { color: var(--slate); font-size: .93rem; }
.adm-bar strong { color: var(--navy); }

@media (max-width: 900px) {
  .adm-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .ba-pair { grid-template-columns: 1fr; }
  .ba-pair img { aspect-ratio: 16 / 10; }
}

/* --------------------------------------------------------- print */
@media print {
  .site-header, .drawer, .scrim, .callbar, .topbar, .cta-band { display: none !important; }
  body { color: #000; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
