:root {
  --navy-950: #071521;
  --navy-900: #0b1d2d;
  --navy-800: #10283b;
  --navy-700: #18364d;
  --gold-500: #d9a84f;
  --gold-400: #e8be70;
  --gold-300: #f1d697;
  --cream: #f7f4ee;
  --paper: #fffdfa;
  --white: #ffffff;
  --ink: #132332;
  --muted: #65717b;
  --line: rgba(15, 40, 59, 0.13);
  --shadow: 0 24px 70px rgba(7, 21, 33, 0.13);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shell: min(1180px, calc(100% - 40px));
  --header-height: 86px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  color: inherit;
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(3rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2.15rem, 4.2vw, 4rem); }
h3 { font-size: 1.45rem; }
p:last-child { margin-bottom: 0; }
svg { width: 1.25em; height: 1.25em; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-150%);
  padding: 10px 16px; border-radius: 8px; color: var(--navy-950); background: var(--gold-400);
}
.skip-link:focus { transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .22s; }
.reveal--delay-3 { transition-delay: .32s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.eyebrow {
  display: flex; align-items: center; gap: 11px; margin: 0 0 22px;
  color: var(--gold-300); font-size: .79rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow > span { width: 32px; height: 1px; background: currentColor; }
.eyebrow--dark { color: #a27324; }
.eyebrow--light { color: var(--gold-400); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px;
  padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 700;
  line-height: 1; cursor: pointer; transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { transition: transform .25s ease; }
.button:hover svg { transform: translateX(3px); }
.button--small { min-height: 44px; padding: 0 18px; font-size: .9rem; }
.button--gold { color: var(--navy-950); background: var(--gold-400); box-shadow: 0 12px 30px rgba(217, 168, 79, .2); }
.button--gold:hover { background: var(--gold-300); box-shadow: 0 16px 36px rgba(217, 168, 79, .3); }
.button--ghost { color: var(--white); border-color: rgba(255, 255, 255, .26); background: rgba(255, 255, 255, .05); }
.button--ghost:hover { border-color: rgba(255, 255, 255, .52); background: rgba(255, 255, 255, .1); }
.button--navy { color: var(--white); background: var(--navy-900); }
.button--navy:hover { background: var(--navy-700); box-shadow: 0 12px 30px rgba(11, 29, 45, .2); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy-900); font-weight: 700; }
.text-link svg { transition: transform .25s ease; }
.text-link:hover svg { transform: translateX(4px); }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height);
  color: var(--white); background: transparent; border-bottom: 1px solid transparent;
  transition: height .25s ease, background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled { height: 74px; background: rgba(7, 21, 33, .94); border-color: rgba(255,255,255,.08); box-shadow: 0 10px 30px rgba(0,0,0,.13); backdrop-filter: blur(14px); }
.header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.site-header .brand { opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .28s ease, transform .28s ease; }
.site-header.is-logo-visible .brand { opacity: 1; pointer-events: auto; transform: translateY(0); }
.brand__crop { position: relative; display: block; width: 132px; height: 54px; overflow: hidden; border-radius: 4px; }
.brand__crop img { position: absolute; inset: 0 auto auto 0; width: 132px; max-width: none; height: auto; }
.brand__name { color: var(--gold-400); font-family: "Manrope", sans-serif; font-weight: 800; font-size: 1.2rem; letter-spacing: .12em; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav__link { position: relative; color: rgba(255,255,255,.78); font-size: .92rem; font-weight: 600; }
.nav__link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--gold-400); transition: right .25s ease; }
.nav__link:hover, .nav__link.is-active { color: var(--white); }
.nav__link:hover::after, .nav__link.is-active::after { right: 0; }
.nav__cta { margin-left: 4px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; color: white; background: transparent; border: 0; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }

/* Hero */
.hero {
  position: relative; min-height: 800px; padding: calc(var(--header-height) + 70px) 0 70px;
  overflow: hidden; color: var(--white); background:
    radial-gradient(circle at 20% 0%, rgba(36, 76, 102, .45), transparent 38%),
    linear-gradient(135deg, var(--navy-950), var(--navy-900) 62%, #102c42);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .45; }
.hero__glow--one { right: -180px; top: -180px; width: 560px; height: 560px; border: 1px solid rgba(232,190,112,.3); box-shadow: inset 0 0 120px rgba(232,190,112,.08); }
.hero__glow--two { right: 80px; bottom: -340px; width: 700px; height: 700px; border: 1px solid rgba(232,190,112,.13); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 50px; }
.hero__content h1 { max-width: 700px; margin: 0 0 30px; font-size: clamp(3rem, 6.1vw, 5.5rem); font-weight: 700; }
.hero__content h1 em, .page-hero h1 em { color: var(--gold-400); font-style: normal; font-weight: 500; }
.hero-title__loose-r {
  position: relative;
  display: inline-block;
  width: .42em;
  height: .92em;
  vertical-align: -.02em;
}
.hero-title__loose-r > span {
  position: absolute;
  inset: 0 auto auto 0;
  display: inline-block;
  transform-origin: 18% 8%;
  animation: hero-loose-r 3.25s .35s cubic-bezier(.42, 0, .2, 1) 1 both;
  will-change: transform;
}
.hero-title__loose-r::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: .1em;
  left: .12em;
  width: 2px;
  height: .58em;
  background: linear-gradient(var(--navy-950), rgba(11,29,45,.35));
  border-radius: 2px;
  opacity: 0;
  transform-origin: top;
  animation: hero-loose-link 3.25s .35s ease 1 both;
}
@keyframes hero-loose-r {
  0%, 8% { transform: translateY(0) rotate(0deg); }
  15% { transform: translateY(.05em) rotate(4deg); }
  27% { transform: translateY(.56em) rotate(24deg); }
  36% { transform: translateY(.47em) rotate(11deg); }
  45% { transform: translateY(.54em) rotate(20deg); }
  56% { transform: translateY(.5em) rotate(14deg); }
  66% { transform: translateY(.52em) rotate(17deg); }
  77% { transform: translateY(-.07em) rotate(-8deg); }
  86% { transform: translateY(.025em) rotate(4deg); }
  94% { transform: translateY(-.01em) rotate(-2deg); }
  100% { transform: translateY(0) rotate(0deg); }
}
@keyframes hero-loose-link {
  0%, 12%, 74%, 100% { opacity: 0; transform: rotate(0deg); }
  22%, 68% { opacity: .9; transform: rotate(2deg); }
}
.hero__lead { max-width: 650px; margin-bottom: 36px; color: rgba(255,255,255,.72); font-size: 1.18rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__trust { display: flex; gap: 0; margin-top: 58px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }
.hero__trust div { display: grid; gap: 2px; padding: 0 27px; border-left: 1px solid rgba(255,255,255,.12); }
.hero__trust div:first-child { padding-left: 0; border-left: 0; }
.hero__trust strong { color: var(--gold-400); font-family: "Manrope", sans-serif; font-size: 1.28rem; }
.hero__trust span { color: rgba(255,255,255,.57); font-size: .78rem; }
.hero__visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.hero__visual::before { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(232,190,112,.2); border-radius: 50%; }
.hero__visual::after { content: ""; position: absolute; width: 330px; height: 330px; border: 1px dashed rgba(232,190,112,.18); border-radius: 50%; animation: spin 28s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero__logo-card { position: relative; z-index: 2; width: min(470px, 95%); padding: 18px; border: 1px solid rgba(232,190,112,.26); border-radius: 26px; background: rgba(255,255,255,.055); box-shadow: 0 30px 80px rgba(0,0,0,.22); backdrop-filter: blur(8px); transform: rotate(-2deg); }
.hero__logo-card img { width: 100%; border-radius: 16px; }
.hero__floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 16px; color: var(--navy-950); background: rgba(255,253,250,.96); border-radius: 12px; box-shadow: var(--shadow); font-size: .82rem; font-weight: 700; }
.hero__floating-card--top { top: 46px; right: -8px; }
.hero__floating-card--bottom { left: -15px; bottom: 46px; }
.hero__floating-card svg { color: #a27324; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #40a86b; box-shadow: 0 0 0 5px rgba(64,168,107,.14); }
.hero__scroll { position: absolute; z-index: 2; bottom: 28px; left: 50%; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.45); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; transform: translateX(-50%); }
.hero__scroll span { display: block; width: 1px; height: 32px; background: linear-gradient(var(--gold-400), transparent); }

/* Common sections */
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 60px; }
.section-heading h2 { max-width: 720px; margin-bottom: 0; color: var(--navy-900); }
.section-heading > p { max-width: 430px; margin-bottom: 5px; color: var(--muted); }
.section-heading--center { display: block; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center h2 { margin-inline: auto; }

.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 410px; padding: 38px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s ease, box-shadow .3s ease, background .3s ease, color .3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card--featured { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); }
.service-card__number { position: absolute; right: 25px; top: 19px; color: rgba(12,30,45,.08); font-family: "Manrope", sans-serif; font-size: 5rem; font-weight: 800; line-height: 1; }
.service-card--featured .service-card__number { color: rgba(255,255,255,.07); }
.icon-box { display: grid; place-items: center; width: 62px; height: 62px; color: #9b6c20; background: #f8ecd6; border-radius: 16px; }
.icon-box svg { width: 37px; height: 37px; }
.service-card h3 { margin: 34px 0 18px; font-size: 1.75rem; }
.service-card p { margin-bottom: 30px; color: var(--muted); }
.service-card--featured p { color: rgba(255,255,255,.67); }
.service-card a { position: absolute; left: 38px; bottom: 34px; display: flex; align-items: center; gap: 9px; color: #91631d; font-size: .9rem; font-weight: 700; }
.service-card--featured a { color: var(--gold-400); }
.service-card a svg { transition: transform .25s ease; }
.service-card a:hover svg { transform: translateX(4px); }

.service-card--locksmith {
  grid-column: 1 / -1; min-height: 400px; display: grid; grid-template-columns: .9fr 1.1fr;
  gap: 55px; align-items: start; padding: 44px 45px; border-color: rgba(217, 168, 79, .42);
  background: linear-gradient(120deg, #fff, #fffaf1);
}
.service-card__locksmith-head { display: flex; align-items: flex-start; gap: 22px; }
.service-card__locksmith-head .icon-box { flex: 0 0 auto; }
.service-card__locksmith-head h3 { margin: 7px 0 17px; font-size: 2rem; }
.service-card__locksmith-head p:last-child { margin: 0; }
.service-card__label { margin: 0; color: #a27324 !important; font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.service-card__issues { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 28px; padding: 0 0 58px; margin: 0; list-style: none; }
.service-card__issues li { position: relative; padding-left: 23px; color: #4f5d68; font-size: .9rem; }
.service-card__issues li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #a27324; font-weight: 800; }
.service-card--locksmith > a { left: calc(45% + 55px); }

.about { color: var(--white); background: var(--navy-900); overflow: hidden; }
.about__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: center; }
.about__visual { position: relative; min-height: 560px; display: grid; place-items: center; border: 1px solid rgba(232,190,112,.2); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.01)); overflow: hidden; }
.about__visual::before { content: ""; position: absolute; inset: 35px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.about__monogram { position: relative; z-index: 2; color: var(--gold-400); font-family: "Manrope", sans-serif; font-size: clamp(5rem, 10vw, 9rem); font-weight: 700; letter-spacing: -.08em; text-shadow: 0 20px 60px rgba(0,0,0,.25); }
.about__monogram span { color: transparent; -webkit-text-stroke: 1px var(--gold-400); }
.about__year { position: absolute; z-index: 3; right: 28px; bottom: 28px; display: grid; min-width: 130px; padding: 17px 22px; color: var(--navy-950); background: var(--gold-400); border-radius: 13px; }
.about__year strong { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.about__year span { font-family: "Manrope", sans-serif; font-size: 1.7rem; font-weight: 800; }
.about__line-art { position: absolute; inset: auto -70px -95px auto; width: 430px; color: rgba(232,190,112,.08); }
.about__line-art svg { width: 100%; height: auto; }
.about__content h2 { max-width: 650px; margin-bottom: 30px; }
.about__content > p:not(.eyebrow) { color: rgba(255,255,255,.64); }
.about__content .about__intro { color: rgba(255,255,255,.9); font-size: 1.14rem; }
.check-list { display: grid; gap: 15px; padding: 26px 0 32px; margin: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 13px; color: rgba(255,255,255,.69); }
.check-list li > svg { flex: 0 0 auto; margin-top: 4px; padding: 3px; color: var(--navy-950); background: var(--gold-400); border-radius: 50%; }
.check-list strong { color: var(--white); }
.about .text-link { color: var(--gold-400); }

.commitments { background: var(--paper); }
.commitment-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.commitment { min-height: 260px; padding: 34px 30px; border-left: 1px solid var(--line); }
.commitment:first-child { border-left: 0; }
.commitment > span { color: #b58639; font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
.commitment h3 { margin: 56px 0 16px; }
.commitment p { color: var(--muted); font-size: .92rem; }

.service-area { color: var(--white); background: var(--navy-950); overflow: hidden; }
.service-area__grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 80px; }
.service-area__content h2 { margin-bottom: 25px; }
.service-area__content > p:not(.eyebrow) { margin-bottom: 34px; color: rgba(255,255,255,.64); }
.radius-map { position: relative; aspect-ratio: 1.65 / 1; min-height: 440px; display: grid; place-items: center; }
.radius { position: absolute; display: grid; place-items: start center; border: 1px solid rgba(232,190,112,.22); border-radius: 50%; }
.radius span { margin-top: 13px; color: rgba(232,190,112,.62); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.radius--35 { width: 560px; height: 390px; background: rgba(232,190,112,.018); }
.radius--25 { width: 410px; height: 285px; background: rgba(232,190,112,.022); }
.radius--15 { width: 260px; height: 180px; background: rgba(232,190,112,.035); }
.radius-map__center { position: relative; z-index: 3; display: grid; justify-items: center; padding: 17px 24px; background: var(--gold-400); color: var(--navy-950); border-radius: 14px; box-shadow: 0 18px 55px rgba(0,0,0,.35); }
.radius-map__center svg { margin-bottom: 2px; }
.radius-map__center strong { font-family: "Manrope", sans-serif; font-size: 1.1rem; }
.radius-map__center span { font-size: .68rem; }

.testimonials { background: var(--cream); }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.testimonial { display: flex; flex-direction: column; margin: 0; padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.testimonial--google { border-color: rgba(217,168,79,.42); box-shadow: 0 18px 45px rgba(9,25,37,.07); }
.stars { margin-bottom: 25px; color: var(--gold-500); letter-spacing: .16em; }
.testimonial blockquote { flex: 1; margin: 0 0 26px; color: var(--ink); font-family: "Manrope", sans-serif; font-size: 1.08rem; line-height: 1.55; }
.testimonial figcaption { color: var(--muted); font-size: .85rem; }
.testimonials__action { display: flex; justify-content: center; margin-top: 38px; }
.testimonials__google-link { max-width: 100%; padding-block: 15px; line-height: 1.35; text-align: center; }

.cta-band { padding: 90px 0; color: var(--white); background: linear-gradient(110deg, #102b40, var(--navy-900)); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta-band h2 { margin-bottom: 14px; }
.cta-band p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.cta-band__actions { display: flex; flex: 0 0 auto; gap: 12px; }

/* Page heroes */
.page-hero { position: relative; min-height: 570px; padding: calc(var(--header-height) + 95px) 0 90px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--navy-950); }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 82px 82px; mask-image: linear-gradient(90deg, black, transparent 80%); }
.page-hero::after { content: ""; position: absolute; right: -130px; bottom: -300px; width: 730px; height: 730px; border: 1px solid rgba(232,190,112,.18); border-radius: 50%; box-shadow: inset 0 0 150px rgba(232,190,112,.04); }
.page-hero__inner { position: relative; z-index: 2; }
.page-hero h1 { max-width: 950px; margin-bottom: 27px; font-size: clamp(3.4rem, 7vw, 6.3rem); }
.page-hero__inner > p:last-child { max-width: 650px; color: rgba(255,255,255,.66); font-size: 1.15rem; }
.page-hero--gallery::after { border-radius: 40% 60% 50% 45%; transform: rotate(18deg); }
.page-hero--pricing::after { width: 630px; height: 630px; border-radius: 0; transform: rotate(32deg); }

/* Gallery */
.gallery-section { min-height: 580px; background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gallery-item { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.gallery-item__image { position: relative; display: block; width: 100%; aspect-ratio: 4/3; padding: 0; overflow: hidden; background: var(--navy-800); border: 0; cursor: zoom-in; }
.gallery-item__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item__image:hover img { transform: scale(1.04); }
.gallery-item__image span { position: absolute; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 7px; padding: 8px 12px; color: var(--navy-950); background: rgba(255,255,255,.92); border-radius: 999px; font-size: .72rem; font-weight: 700; opacity: 0; transform: translateY(5px); transition: .25s ease; }
.gallery-item__image:hover span { opacity: 1; transform: translateY(0); }
.gallery-item--comparison {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  align-items: center;
  gap: clamp(38px, 6vw, 86px);
  padding: clamp(32px, 5vw, 70px);
  overflow: visible;
  background: linear-gradient(135deg, #fff 0%, #fbfaf7 100%);
  border-color: rgba(11,29,45,.1);
  box-shadow: 0 24px 70px rgba(9,25,37,.08);
}
.before-after-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(14px, 2vw, 26px); min-width: 0; }
.before-after-photo { position: relative; min-width: 0; margin: 0; }
.before-after-photo--before { transform: translateY(24px); }
.before-after-photo--after { transform: translateY(-24px); }
.before-after-photo button { display: block; width: 100%; aspect-ratio: 4 / 5; padding: 0; overflow: hidden; background: var(--navy-800); border: 0; border-radius: 14px; box-shadow: 0 16px 36px rgba(9,25,37,.14); cursor: zoom-in; }
.before-after-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.before-after-photo button:hover img { transform: scale(1.035); }
.before-after-photo figcaption { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; padding: 12px 3px 0; }
.before-after-photo figcaption strong { color: var(--navy-900); font-family: "Manrope", sans-serif; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.before-after-photo figcaption span { color: var(--muted); font-size: .7rem; }
.gallery-item--comparison .gallery-item__body { padding: 0; }
.gallery-item__project-label { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: #a27324; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gallery-item__project-label span { display: grid; place-items: center; width: 26px; height: 26px; color: var(--navy-950); background: var(--gold-400); border-radius: 50%; font-size: .72rem; }
.gallery-item--comparison .gallery-item__meta { margin-bottom: 14px; }
.gallery-item--comparison .gallery-item__body h2 { max-width: 520px; margin-bottom: 10px; color: var(--navy-900); font-size: clamp(1.9rem, 3.3vw, 3.15rem); line-height: 1.08; }
.gallery-item__location { margin: 0 0 24px; color: #a27324; font-size: .78rem; font-weight: 700; }
.gallery-item--comparison .gallery-item__description { max-width: 540px; color: #53616c; font-size: .96rem; line-height: 1.75; }
.gallery-item__body { padding: 25px; }
.gallery-item__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 8px; }
.gallery-item__meta p { margin: 0; color: #a27324; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.gallery-item__meta span { padding: 4px 8px; color: var(--navy-900); background: #f7ead2; border-radius: 999px; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.gallery-item__body h2 { margin-bottom: 11px; font-size: 1.35rem; }
.gallery-item__description { color: var(--muted); font-size: .88rem; }
.gallery-item__body time { display: block; margin-top: 18px; color: var(--muted); font-size: .75rem; text-transform: capitalize; }
.gallery-empty { max-width: 700px; margin: 10px auto 0; padding: 35px 20px; text-align: center; }
.gallery-empty__visual { position: relative; width: 180px; height: 180px; display: grid; place-items: center; margin: 0 auto 35px; color: var(--gold-500); background: var(--white); border: 1px solid var(--line); border-radius: 50%; }
.gallery-empty__visual svg { width: 58px; height: 58px; }
.gallery-empty__visual span { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--gold-400); }
.gallery-empty__visual span:nth-child(2) { top: 18px; right: 25px; }
.gallery-empty__visual span:nth-child(3) { left: 4px; bottom: 50px; opacity: .55; }
.gallery-empty__visual span:nth-child(4) { right: -7px; bottom: 37px; opacity: .3; }
.gallery-empty .eyebrow { justify-content: center; }
.gallery-empty h2 { color: var(--navy-900); }
.gallery-empty > p:not(.eyebrow) { max-width: 570px; margin: 0 auto 30px; color: var(--muted); }
.lightbox { width: min(1100px, calc(100% - 40px)); padding: 0; overflow: visible; background: transparent; border: 0; }
.lightbox::backdrop { background: rgba(4, 13, 20, .9); backdrop-filter: blur(6px); }
.lightbox img { width: 100%; max-height: 84vh; object-fit: contain; border-radius: 12px; }
.lightbox button { position: absolute; right: -10px; top: -45px; width: 38px; height: 38px; color: white; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; cursor: pointer; }

/* Pricing */
.pricing-section { background: var(--cream); }
.pricing-intro { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 50px; }
.pricing-intro h2 { margin-bottom: 0; color: var(--navy-900); }
.pricing-note { display: flex; gap: 13px; max-width: 450px; padding: 18px 20px; color: #71501d; background: #fbf0dc; border: 1px solid rgba(162,115,36,.18); border-radius: 12px; }
.pricing-note svg { flex: 0 0 auto; margin-top: 3px; }
.pricing-note p { font-size: .84rem; }
.price-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.price-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.price-card__head { display: flex; gap: 18px; align-items: center; padding: 30px 32px; border-bottom: 1px solid var(--line); }
.price-card__head span { color: #a27324; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.price-card__head h3 { margin: 4px 0 0; }
.price-list > div { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 22px 32px; border-bottom: 1px solid var(--line); }
.price-list > div:last-child { border-bottom: 0; }
.price-list span { display: grid; }
.price-list strong { font-size: .95rem; }
.price-list span small { color: var(--muted); font-size: .76rem; }
.price-list b { flex: 0 0 auto; color: var(--navy-900); font-family: "Manrope", sans-serif; font-size: 1.35rem; }
.price-list b small { color: var(--muted); font-size: .62rem; }
.opening-price { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin: 25px 0 90px; padding: 50px 55px; overflow: hidden; color: var(--white); background: var(--navy-900); border-radius: var(--radius); }
.opening-price > div:first-child { max-width: 650px; }
.opening-price h2 { margin-bottom: 13px; }
.opening-price p:not(.eyebrow) { color: rgba(255,255,255,.64); }
.opening-price__amount { display: grid; grid-template-columns: auto auto; align-items: baseline; min-width: 260px; color: var(--gold-400); text-align: right; }
.opening-price__amount span { grid-column: 1 / -1; color: rgba(255,255,255,.6); font-size: .8rem; }
.opening-price__amount strong { font-family: "Manrope", sans-serif; font-size: 4.2rem; line-height: 1; letter-spacing: -.07em; }
.opening-price__amount small { margin-left: 7px; font-weight: 700; }
.terms { padding: 55px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.terms__heading { margin-bottom: 42px; }
.terms__heading h2 { margin-bottom: 0; color: var(--navy-900); }
.terms__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 50px; }
.terms__grid > div { display: flex; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); }
.terms__grid > div > span { flex: 0 0 auto; color: #b58639; font-size: .72rem; font-weight: 800; }
.terms__grid p { display: grid; gap: 5px; color: var(--muted); font-size: .9rem; }
.terms__grid strong { color: var(--ink); font-size: .98rem; }
.terms__footnote { margin-top: 28px; padding: 18px 20px; color: var(--muted); background: var(--cream); border-radius: 10px; font-size: .8rem; }
.terms--full { max-width: 1020px; margin-inline: auto; }
.terms--full .terms__heading > p:last-child { margin: 12px 0 0; color: #9b6c20; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.terms__document { border-bottom: 1px solid var(--line); }
.terms__article { padding: 30px 0; border-top: 1px solid var(--line); }
.terms__article h3 { margin: 0 0 14px; color: var(--navy-900); font-size: 1.2rem; letter-spacing: -.02em; }
.terms__article h4 { margin: 24px 0 8px; color: #99681e; font-family: "Manrope", sans-serif; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.terms__article p { margin-bottom: 12px; color: #53616c; font-size: .88rem; line-height: 1.75; }
.terms__article ul { margin: 10px 0 0; padding-left: 22px; color: #53616c; font-size: .88rem; }
.terms__article--warranties, .terms__article--privacy { padding-block: 38px; }


/* Contact */
.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 35px; align-items: start; }
.contact-panel { position: sticky; top: 100px; padding: 45px; color: var(--white); background: var(--navy-900); border-radius: var(--radius); }
.contact-panel > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.contact-methods { display: grid; margin-top: 32px; }
.contact-methods > a { display: flex; align-items: center; gap: 15px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.11); }
.contact-methods > a > span { display: grid; flex: 0 0 auto; place-items: center; width: 42px; height: 42px; color: var(--gold-400); background: rgba(232,190,112,.1); border-radius: 10px; }
.contact-methods > a > div { display: grid; flex: 1; min-width: 0; }
.contact-methods small { color: rgba(255,255,255,.45); font-size: .7rem; }
.contact-methods strong { overflow: hidden; font-size: .89rem; text-overflow: ellipsis; white-space: nowrap; }
.contact-methods__arrow { color: rgba(255,255,255,.35); transition: .25s ease; }
.contact-methods a:hover .contact-methods__arrow { color: var(--gold-400); transform: translateX(4px); }
.contact-hours { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 25px; }
.contact-hours > div { padding: 16px; color: var(--gold-400); background: rgba(255,255,255,.055); border-radius: 11px; }
.contact-hours p { display: grid; color: rgba(255,255,255,.55); font-size: .72rem; line-height: 1.45; }
.contact-hours strong { margin-top: 8px; color: var(--white); font-size: .76rem; }
.form-card { padding: 48px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 22px 60px rgba(9,25,37,.07); }
.form-card__heading { margin-bottom: 33px; }
.form-card__heading h2 { margin-bottom: 12px; color: var(--navy-900); font-size: clamp(2rem, 3.4vw, 3rem); }
.form-card__heading > p:not(.eyebrow) { color: var(--muted); font-size: .85rem; }
.contact-form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: var(--ink); font-size: .82rem; font-weight: 700; }
.contact-form label > span { color: #b24d42; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 15px; color: var(--ink); background: var(--paper); border: 1px solid rgba(15,40,59,.19); border-radius: 10px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(217,168,79,.13); }
.contact-form textarea { min-height: 145px; resize: vertical; }
.contact-form .consent { display: flex; align-items: flex-start; gap: 11px; color: var(--muted); font-size: .76rem; font-weight: 400; }
.consent input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 3px; accent-color: var(--navy-900); }
.consent a { color: #8e6018; text-decoration: underline; }
.honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.button--submit { width: 100%; margin-top: 4px; border: 0; }
.button--submit:disabled { opacity: .65; cursor: wait; transform: none; }
.form-status { display: none; padding: 12px 15px; border-radius: 9px; font-size: .82rem; }
.form-status:not(:empty) { display: block; }
.form-status.is-success { color: #1d683c; background: #e9f6ee; border: 1px solid #b9dfc7; }
.form-status.is-error { color: #8d2f2f; background: #fcecec; border: 1px solid #e8bcbc; }
.location-strip { padding: 34px 0; background: var(--paper); border-top: 1px solid var(--line); }
.location-strip__inner { display: flex; align-items: center; gap: 18px; }
.location-strip__inner > div:nth-child(2) { display: grid; flex: 1; }
.location-strip small { color: var(--muted); font-size: .75rem; }
.location-strip strong { font-family: "Manrope", sans-serif; }

/* Legal */
.legal-hero { padding: calc(var(--header-height) + 90px) 0 75px; color: white; background: var(--navy-950); }
.legal-hero h1 { margin-bottom: 0; font-size: clamp(3rem, 6vw, 5rem); }
.legal-content { background: var(--cream); }
.legal-content__inner { max-width: 850px; }
.legal-updated { margin-bottom: 45px; color: var(--muted); font-size: .8rem; }
.legal-content h2 { margin: 44px 0 16px; color: var(--navy-900); font-size: 1.55rem; }
.legal-content p, .legal-content li { color: #53616c; }
.legal-content a { color: #8d5e14; text-decoration: underline; }

/* Footer */
.site-footer { padding: 75px 0 25px; color: rgba(255,255,255,.62); background: #06111a; }
.footer__grid { display: grid; grid-template-columns: 1.45fr .7fr 1fr .8fr; gap: 60px; }
.brand--footer { width: fit-content; margin-bottom: 20px; }
.footer__brand p { max-width: 320px; font-size: .88rem; }
.footer__title { margin-bottom: 20px; color: var(--white); font-family: "Manrope", sans-serif; font-size: .85rem; font-weight: 700; }
.footer__links { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; font-size: .84rem; }
.footer__links a:hover { color: var(--gold-400); }
.footer__contact { overflow-wrap: anywhere; }
.site-footer strong { color: var(--white); }
.footer__emergency { color: var(--gold-300); font-size: .82rem; }
.social-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; color: var(--gold-400); font-size: .82rem; font-weight: 700; }
.footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); font-size: .72rem; }
.footer__bottom p { margin: 0; }
.footer__bottom > div { display: flex; flex-wrap: wrap; gap: 20px; }
.footer__bottom a:hover { color: var(--white); }
.mobile-call { display: none; }

@media (max-width: 1050px) {
  :root { --header-height: 76px; }
  .nav { gap: 18px; }
  .nav__link { font-size: .84rem; }
  .nav__cta { display: none; }
  .hero { min-height: 720px; }
  .hero__grid { gap: 35px; }
  .hero__trust div { padding-inline: 15px; }
  .hero__visual { min-height: 430px; }
  .hero__visual::before { width: 360px; height: 360px; }
  .hero__visual::after { width: 280px; height: 280px; }
  .about__grid { gap: 55px; }
  .service-area__grid { gap: 40px; }
  .radius--35 { width: 470px; height: 330px; }
  .radius--25 { width: 350px; height: 245px; }
  .radius--15 { width: 225px; height: 157px; }
  .footer__grid { grid-template-columns: 1.2fr .7fr 1fr; }
  .footer__grid > div:last-child { grid-column: 3; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 700px); }
  body { font-size: 16px; padding-bottom: 66px; }
  .section { padding: 86px 0; }
  .nav-toggle { display: block; z-index: 3; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 25px; padding: 90px 34px 60px; background: var(--navy-950); opacity: 0; visibility: hidden; transform: translateX(100%); transition: .3s ease; }
  .nav.is-open { opacity: 1; visibility: visible; transform: translateX(0); }
  .nav__link { font-family: "Manrope", sans-serif; font-size: clamp(1.8rem, 8vw, 2.6rem); font-weight: 700; }
  .nav__link::after { bottom: -4px; }
  .nav__cta { display: inline-flex; margin: 15px 0 0; font-size: .9rem; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { min-height: 460px; }
  .hero__trust { margin-top: 42px; }
  .hero__scroll { display: none; }
  .section-heading, .pricing-intro { display: block; }
  .section-heading > p, .pricing-note { margin-top: 24px; }
  .service-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .service-card--locksmith { grid-template-columns: 1fr; gap: 28px; }
  .service-card--locksmith > a { left: 38px; }
  .service-card { min-height: 350px; }
  .about__grid, .service-area__grid, .contact-grid { grid-template-columns: 1fr; }
  .about__visual { min-height: 440px; }
  .about__content { order: -1; }
  .commitment-grid { grid-template-columns: 1fr 1fr; }
  .commitment:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .commitment:nth-child(4) { border-top: 1px solid var(--line); }
  .radius-map { min-height: 410px; }
  .cta-band__inner { align-items: flex-start; flex-direction: column; }
  .page-hero { min-height: 500px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item--comparison { grid-template-columns: 1fr; }
  .before-after-pair { width: min(100%, 620px); margin-inline: auto; }
  .price-groups { grid-template-columns: 1fr; }
  .opening-price { align-items: flex-start; flex-direction: column; }
  .opening-price__amount { text-align: left; }
  .terms__grid { grid-template-columns: 1fr; }
  .contact-panel { position: static; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: auto; }
  .mobile-call { position: fixed; z-index: 90; inset: auto 12px 10px; display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 49px; color: var(--navy-950); background: var(--gold-400); border: 1px solid rgba(255,255,255,.3); border-radius: 999px; box-shadow: 0 10px 35px rgba(0,0,0,.25); font-size: .9rem; font-weight: 800; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding: 70px 0; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .brand__crop { width: 105px; height: 43px; }
  .brand__crop img { width: 105px; }
  .hero { padding-top: 115px; }
  .hero__content h1 { font-size: clamp(2.75rem, 12vw, 3.7rem); }
  .hero__lead { font-size: 1.04rem; }
  .hero__actions, .hero__actions .button { width: 100%; }
  .hero__trust { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero__trust div { padding: 0 8px; }
  .hero__trust strong { font-size: 1.02rem; }
  .hero__trust span { font-size: .64rem; line-height: 1.35; }
  .hero__visual { min-height: 360px; }
  .hero__visual::before { width: 290px; height: 290px; }
  .hero__visual::after { width: 225px; height: 225px; }
  .hero__floating-card { padding: 10px 12px; font-size: .68rem; }
  .hero__floating-card--top { top: 35px; right: -3px; }
  .hero__floating-card--bottom { left: -3px; bottom: 30px; }
  .section-heading { margin-bottom: 38px; }
  .service-card { padding: 30px; }
  .service-card a { left: 30px; }
  .service-card--locksmith { padding: 30px; }
  .service-card__locksmith-head { display: block; }
  .service-card__locksmith-head .icon-box { margin-bottom: 22px; }
  .service-card__issues { grid-template-columns: 1fr; padding-bottom: 62px; }
  .service-card--locksmith > a { left: 30px; }
  .about__visual { min-height: 340px; }
  .about__year { right: 18px; bottom: 18px; }
  .commitment-grid { grid-template-columns: 1fr; }
  .commitment { min-height: auto; border-left: 0; border-top: 1px solid var(--line); }
  .commitment:first-child { border-top: 0; }
  .commitment h3 { margin-top: 32px; }
  .radius-map { min-height: 300px; transform: scale(.9); }
  .radius--35 { width: 350px; height: 245px; }
  .radius--25 { width: 260px; height: 182px; }
  .radius--15 { width: 170px; height: 119px; }
  .cta-band { padding: 70px 0; }
  .cta-band__actions { width: 100%; flex-direction: column; }
  .page-hero { min-height: 460px; padding-top: 130px; }
  .page-hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .gallery-grid { grid-template-columns: 1fr; }
  .testimonials__google-link { width: 100%; padding-inline: 18px; }
  .gallery-item--comparison { grid-column: 1; gap: 32px; padding: 26px 18px 30px; overflow: hidden; }
  .before-after-pair { gap: 10px; }
  .before-after-photo--before { transform: translateY(10px); }
  .before-after-photo--after { transform: translateY(-10px); }
  .before-after-photo button { border-radius: 10px; }
  .before-after-photo figcaption { align-items: flex-start; flex-direction: column; gap: 2px; }
  .price-card__head, .price-list > div { padding-inline: 22px; }
  .opening-price { margin-bottom: 65px; padding: 35px 28px; }
  .opening-price__amount strong { font-size: 3.5rem; }
  .terms { padding: 34px 25px; }
  .contact-panel, .form-card { padding: 32px 24px; }
  .form-row, .contact-hours { grid-template-columns: 1fr; }
  .location-strip__inner { align-items: flex-start; flex-wrap: wrap; }
  .location-strip__inner .text-link { width: 100%; margin-left: 80px; }
  .footer__grid { grid-template-columns: 1fr; gap: 40px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
}

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