@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap');

:root {
  --ink: #111416;
  --deep: #080a0b;
  --charcoal: #171b1d;
  --slate: #384044;
  --line: #d9d6cf;
  --paper: #f5f2ec;
  --cream: #fffdf9;
  --orange: #ff5625;
  --orange-dark: #df3d10;
  --gold: #ffbd4a;
  --muted: #656b6e;
  --body: "DM Sans", Arial, sans-serif;
  --display: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  --shadow: 0 20px 45px rgba(13, 16, 17, .11);
  --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.skip-link { position: fixed; left: 14px; top: -100px; z-index: 100; padding: 10px 15px; background: var(--orange); color: #fff; border-radius: 0 0 8px 8px; font-weight: 700; }
.skip-link:focus { top: 0; }
.wrap { width: var(--wrap); margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 26px; height: 2px; background: currentColor; content: ""; }
.eyebrow.light { color: var(--gold); }
.kicker { color: var(--muted); font-size: .9rem; }
.display { font-family: var(--display); text-transform: uppercase; letter-spacing: -.025em; line-height: .88; }
.section-title { max-width: 760px; margin: 14px 0 0; font-size: clamp(2.7rem, 5vw, 4.85rem); }
.section-lede { max-width: 590px; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 21px; border: 1px solid transparent; font-weight: 800; font-size: .91rem; line-height: 1.1; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-orange { color: #fff; background: var(--orange); box-shadow: 0 8px 0 #bc2c08; }
.btn-orange:hover { background: var(--orange-dark); box-shadow: 0 6px 0 #bc2c08; }
.btn-dark { color: #fff; background: var(--ink); box-shadow: 0 8px 0 #030404; }
.btn-dark:hover { background: #252b2e; box-shadow: 0 6px 0 #030404; }
.btn-outline { color: var(--ink); background: transparent; border-color: currentColor; }
.btn-outline:hover { color: #fff; background: var(--ink); }
.btn-light { color: #fff; border-color: rgba(255,255,255,.55); }
.btn-light:hover { color: var(--ink); background: #fff; border-color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--orange-dark); font-size: .9rem; font-weight: 800; }
.text-link::after { content: "→"; font-size: 1.2em; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }
.call-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; padding: 6px 0; color: var(--ink); font-size: .92rem; font-weight: 800; text-decoration: underline; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.call-text-link::before { color: var(--orange); content: "☎"; font-size: 1.05em; line-height: 1; }
.call-text-link:hover { color: var(--orange-dark); }

.topline { color: #fff; background: var(--orange); }
.topline .wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 37px; font-size: .77rem; font-weight: 800; letter-spacing: .04em; }
.topline .topline-note { opacity: .96; }
.topline a { text-decoration: underline; text-decoration-color: rgba(255,255,255,.45); text-underline-offset: 3px; }
.site-header { position: relative; z-index: 20; color: #fff; background: var(--deep); }
.header-row { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { display: grid; width: 39px; height: 43px; place-items: center; color: var(--orange); border: 2px solid #e4e2de; font-family: var(--display); font-size: 2.2rem; font-weight: 800; line-height: 1; }
.brand-copy { display: grid; gap: 0; color: #fff; font-family: var(--display); font-size: 1.38rem; font-weight: 800; line-height: .85; letter-spacing: .055em; text-transform: uppercase; }
.brand-copy small { font-size: .74rem; letter-spacing: .17em; }
.nav-shell { display: flex; align-items: center; gap: 27px; }
.primary-nav { display: flex; align-items: center; gap: 27px; }
.primary-nav a { color: #e4e3df; font-size: .9rem; font-weight: 700; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: #fff; }
.primary-nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 8px; text-decoration-thickness: 2px; }
.header-cta { min-height: 42px; padding: 10px 16px; color: #fff; border-color: var(--orange); font-size: .8rem; }
.menu-toggle { display: none; width: 45px; height: 42px; padding: 0; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.38); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor; content: ""; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; overflow: hidden; color: #fff; background: var(--deep); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .91fr) minmax(430px, 1.09fr); min-height: 510px; }
.hero-copy { align-self: center; padding: 75px max(20px, calc((100vw - 1180px) / 2)) 84px max(20px, calc((100vw - 1180px) / 2)); }
.hero-copy .eyebrow { margin-bottom: 18px; }
.hero-title { max-width: 600px; margin: 0; font-family: var(--display); font-size: clamp(4.15rem, 7.6vw, 7.6rem); font-weight: 800; letter-spacing: -.04em; line-height: .79; text-transform: uppercase; }
.hero-title em { display: block; color: var(--orange); font-style: normal; }
.hero-text { max-width: 450px; margin: 25px 0 0; color: #d7d8d4; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 21px; margin-top: 32px; }
.hero-call { display: inline-flex; align-items: center; gap: 11px; color: #fff; font-weight: 800; }
.hero-call::before { color: var(--orange); content: "☎"; font-size: 1.05em; line-height: 1; }
.hero-media { position: relative; min-height: 100%; background: #252322; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; filter: saturate(.82) contrast(1.06); }
.hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,11,.18), transparent 45%), linear-gradient(0deg, rgba(8,10,11,.25), transparent 38%); content: ""; }
.hero-stamp { position: absolute; right: clamp(20px, 5vw, 80px); bottom: 28px; display: flex; align-items: center; gap: 10px; padding: 12px 15px; color: #fff; background: rgba(8,10,11,.85); border: 1px solid rgba(255,255,255,.36); font-size: .76rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.hero-stamp strong { color: var(--gold); font-family: var(--display); font-size: 1.3rem; line-height: 1; }
.proof-bar { color: #f4f1eb; background: #131719; border-top: 1px solid rgba(255,255,255,.16); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { display: flex; align-items: center; justify-content: center; min-height: 61px; gap: 10px; padding: 13px 18px; border-right: 1px solid rgba(255,255,255,.2); font-size: .81rem; font-weight: 600; text-align: center; }
.proof-item:last-child { border-right: 0; }
.proof-glyph { color: var(--orange); font-size: 1.35rem; line-height: 1; }

.section { padding: 98px 0; }
.section-tight { padding: 70px 0; }
.section-dark { color: #f7f4ee; background: var(--ink); }
.section-cream { background: var(--cream); }
.section-orange { color: #fff; background: var(--orange); }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; }
.service-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr); align-items: start; gap: 42px; }
.service-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 38px; }
.service-card { position: relative; min-height: 208px; padding: 27px 25px 25px; background: #fff; border: 1px solid var(--line); box-shadow: 0 1px 0 rgba(0,0,0,.03); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-number { display: block; color: var(--orange); font-family: var(--display); font-size: 1.35rem; font-weight: 700; letter-spacing: .04em; }
.service-card h3 { margin: 27px 0 8px; font-family: var(--display); font-size: 1.75rem; line-height: .95; text-transform: uppercase; }
.service-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.service-card .text-link { position: absolute; bottom: 19px; }
.quick-card { padding: 29px; color: #fff; background: #242a2d; box-shadow: var(--shadow); }
.quick-card h3 { margin: 12px 0 8px; font-family: var(--display); font-size: 2.15rem; line-height: .94; text-transform: uppercase; }
.quick-card p { margin: 0; color: #d1d4d4; font-size: .94rem; }
.quick-card form { display: grid; gap: 10px; margin-top: 21px; }
.quick-card input, .quick-card textarea, .contact-form input, .contact-form textarea, .contact-form select { width: 100%; min-height: 48px; padding: 12px 13px; color: var(--ink); background: #fff; border: 1px solid #d7d9d9; border-radius: 0; }
.quick-card textarea, .contact-form textarea { min-height: 95px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.form-note { margin: 16px 0 0; color: #b9c0c1; font-size: .73rem; line-height: 1.45; }
.form-message { display: none; margin: 5px 0 0; padding: 11px 12px; color: #fff; background: #245e4d; font-size: .82rem; font-weight: 600; }
.form-message.is-visible { display: block; }

.image-block { position: relative; min-height: 450px; background: #c8c5bf; }
.image-block img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; filter: saturate(.82); }
.image-block::after { position: absolute; inset: 0; background: linear-gradient(145deg, transparent 47%, rgba(255,86,37,.5)); content: ""; pointer-events: none; }
.image-label { position: absolute; left: -16px; bottom: 28px; z-index: 1; max-width: 250px; padding: 16px 18px; color: #fff; background: var(--orange); font-size: .81rem; font-weight: 700; line-height: 1.35; }
.image-label small { display: block; margin-bottom: 4px; color: #ffe1d5; font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.process-list { display: grid; gap: 0; margin: 37px 0 0; border-top: 1px solid var(--line); }
.process-item { display: grid; grid-template-columns: 54px 1fr; gap: 17px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.process-item > span { color: var(--orange); font-family: var(--display); font-size: 1.45rem; font-weight: 700; }
.process-item h3 { margin: 0; font-family: var(--display); font-size: 1.55rem; line-height: 1; text-transform: uppercase; }
.process-item p { margin: 6px 0 0; color: var(--muted); font-size: .92rem; }
.section-dark .process-list { border-color: rgba(255,255,255,.18); }
.section-dark .process-item { border-color: rgba(255,255,255,.18); }
.section-dark .process-item p { color: #c6c9c8; }

.info-band { color: #fff; background: var(--charcoal); }
.info-grid { display: grid; grid-template-columns: 1.35fr .92fr .92fr; }
.info-item { min-height: 156px; padding: 30px 31px; border-right: 1px solid rgba(255,255,255,.2); }
.info-item:last-child { border: 0; }
.info-item .eyebrow { color: var(--gold); }
.info-item h3 { margin: 14px 0 0; font-family: var(--display); font-size: 2rem; line-height: .92; text-transform: uppercase; }
.info-item p { margin: 10px 0 0; color: #cad0cf; font-size: .86rem; }
.info-item a:hover { color: var(--gold); }

.split-callout { position: relative; overflow: hidden; color: #fff; background: var(--orange); }
.split-callout::before { position: absolute; top: -210px; right: -90px; width: 570px; height: 570px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; content: ""; }
.split-callout .wrap { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 57px 0; }
.split-callout h2 { max-width: 690px; margin: 12px 0 0; font-size: clamp(2.5rem, 4.5vw, 4rem); }
.split-callout .eyebrow { color: #fff3e9; }
.split-callout .btn { flex: 0 0 auto; color: var(--ink); background: #fff; box-shadow: 0 8px 0 rgba(104,25,4,.55); }

.page-hero { position: relative; overflow: hidden; color: #fff; background: var(--deep); }
.page-hero .wrap { position: relative; z-index: 1; padding-top: 73px; padding-bottom: 76px; }
.page-hero h1 { max-width: 700px; margin: 15px 0 0; font-family: var(--display); font-size: clamp(3.8rem, 7vw, 6.75rem); font-weight: 800; letter-spacing: -.035em; line-height: .8; text-transform: uppercase; }
.page-hero p { max-width: 630px; margin: 25px 0 0; color: #d4d7d5; font-size: 1.08rem; }
.page-hero::after { position: absolute; right: -105px; bottom: -220px; width: 570px; height: 570px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; content: ""; }
.crumb { display: inline-flex; gap: 9px; color: #bfc4c2; font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.crumb a:hover { color: #fff; }
.crumb span { color: var(--orange); }

.service-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 43px; }
.service-detail { padding: 29px; background: #fff; border-top: 4px solid var(--orange); box-shadow: 0 0 0 1px var(--line); }
.service-detail h2 { margin: 10px 0 9px; font-family: var(--display); font-size: 2.1rem; line-height: .94; text-transform: uppercase; }
.service-detail p { margin: 0; color: var(--muted); font-size: .93rem; }
.service-detail ul { display: grid; gap: 7px; margin: 20px 0 0; padding: 0; list-style: none; color: #33393b; font-size: .86rem; }
.service-detail li { display: flex; gap: 8px; }
.service-detail li::before { color: var(--orange); content: "✓"; font-weight: 800; }
.notice { max-width: 920px; margin: 34px auto 0; padding: 18px 21px; color: #4b3b1d; background: #fff1cf; border-left: 4px solid var(--gold); font-size: .9rem; }
.notice strong { color: var(--ink); }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 84px; align-items: center; }
.story-copy p { max-width: 565px; color: var(--muted); }
.story-copy p + p { margin-top: 17px; }
.stat-rows { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { padding: 15px 13px 13px 0; border-right: 1px solid var(--line); }
.stat + .stat { padding-left: 13px; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--orange); font-family: var(--display); font-size: 2.6rem; line-height: .9; }
.stat span { display: block; margin-top: 5px; color: var(--muted); font-size: .71rem; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.photo-stack { position: relative; min-height: 494px; }
.photo-stack .back { position: absolute; top: 0; right: 0; width: 76%; height: 315px; object-fit: cover; filter: saturate(.75); }
.photo-stack .front { position: absolute; left: 0; bottom: 0; width: 65%; height: 280px; object-fit: cover; border: 12px solid var(--paper); filter: saturate(.85); }
.photo-stack .caption { position: absolute; right: 25px; bottom: 38px; max-width: 208px; padding: 13px 14px; color: #fff; background: var(--ink); font-size: .78rem; font-weight: 600; }

.faq-layout { display: grid; grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr); gap: 70px; align-items: start; }
.faq-side { position: sticky; top: 20px; }
.faq-side p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; font-family: var(--display); font-size: 1.65rem; font-weight: 700; line-height: .95; text-transform: uppercase; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { flex: 0 0 auto; color: var(--orange); content: "+"; font-family: var(--body); font-size: 1.7rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list .answer { max-width: 695px; padding: 0 38px 23px 0; color: var(--muted); font-size: .95rem; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(330px, .93fr); gap: 58px; align-items: start; }
.contact-form { padding: 0; }
.contact-form label { display: block; margin: 17px 0 7px; color: #3b4042; font-size: .8rem; font-weight: 800; }
.contact-form .form-grid { gap: 14px; }
.contact-form .form-grid label { margin-top: 0; }
.contact-form .btn { margin-top: 20px; }
.contact-form .form-note { color: var(--muted); }
.contact-form .form-message { max-width: 540px; }
.contact-aside { overflow: hidden; color: #fff; background: var(--charcoal); }
.contact-image { position: relative; height: 238px; }
.contact-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.67); }
.contact-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,10,11,.55), transparent); content: ""; }
.contact-details { padding: 29px; }
.contact-details h2 { margin: 11px 0 0; font-family: var(--display); font-size: 2.25rem; line-height: .9; text-transform: uppercase; }
.contact-list { display: grid; gap: 0; margin: 22px 0 0; }
.contact-list a, .contact-list .detail-row { display: block; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.17); }
.contact-list small { display: block; margin-bottom: 3px; color: var(--gold); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-list span { color: #f0f0ec; font-size: .92rem; font-weight: 600; }
.contact-list a:hover span { color: var(--gold); }
.contact-note { margin: 17px 0 0; color: #bec3c2; font-size: .76rem; }

.site-footer { color: #fff; background: #080a0b; }
.footer-main { display: grid; grid-template-columns: 1.35fr .8fr .9fr; gap: 45px; padding: 55px 0 42px; }
.footer-main .brand { margin-bottom: 19px; }
.footer-copy { max-width: 380px; margin: 0; color: #b9c0bf; font-size: .88rem; }
.footer-heading { margin: 0 0 16px; color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; color: #eff0ec; font-size: .87rem; font-weight: 600; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 59px; color: #a4aaa9; border-top: 1px solid rgba(255,255,255,.16); font-size: .72rem; }
.footer-bottom a { color: #d6dad9; }
.footer-bottom a:hover { color: var(--gold); }

@media (max-width: 940px) {
  .nav-shell { gap: 14px; }
  .primary-nav { gap: 17px; }
  .header-cta { padding-inline: 12px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr); }
  .hero-title { font-size: clamp(3.8rem, 7.7vw, 5.9rem); }
  .service-layout, .contact-layout { grid-template-columns: minmax(0, 1fr); }
  .quick-card { max-width: 600px; }
  .story-grid { gap: 48px; }
  .info-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 740px) {
  :root { --wrap: min(100% - 32px, 1180px); }
  .topline .wrap { justify-content: center; min-height: 34px; text-align: center; }
  .topline-note { display: none; }
  .header-row { min-height: 70px; }
  .brand-mark { width: 34px; height: 37px; font-size: 1.9rem; }
  .brand-copy { font-size: 1.15rem; }
  .brand-copy small { font-size: .62rem; }
  .menu-toggle { display: block; min-width: 50px; min-height: 46px; }
  .header-cta { display: none; }
  .nav-shell { position: absolute; top: 70px; right: 0; left: 0; display: block; padding: 0 16px; max-height: 0; overflow: hidden; color: var(--ink); background: var(--paper); border-top: 1px solid rgba(255,86,37,.22); transition: max-height .25s ease, padding .25s ease; }
  .nav-shell.is-open { max-height: 420px; padding-top: 12px; padding-bottom: 16px; box-shadow: 0 17px 28px rgba(0,0,0,.2); }
  .primary-nav { display: grid; gap: 0; }
  .primary-nav a { display: flex; align-items: center; min-height: 48px; padding: 14px 4px; color: var(--ink); border-bottom: 1px solid var(--line); }
  .primary-nav a[aria-current="page"] { color: var(--orange-dark); text-underline-offset: 5px; }
  .nav-shell .header-cta { display: inline-flex; width: 100%; margin-top: 15px; color: #fff; background: var(--orange); border-color: var(--orange); }
  .hero-grid { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { order: 1; padding: 59px 16px 52px; }
  .hero-title { font-size: clamp(4rem, 17vw, 5.7rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions { gap: 20px; margin-top: 27px; }
  .hero-actions .btn { width: 100%; }
  .hero-call { min-height: 44px; }
  .hero-call::before { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-size: 1rem; }
  .call-text-link { min-height: 44px; padding: 10px 0; }
  .hero-media { order: 2; min-height: 318px; }
  .hero-media img { object-position: 61% center; }
  .hero-stamp { right: 16px; bottom: 15px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item { min-height: 58px; padding: 10px 9px; border-bottom: 1px solid rgba(255,255,255,.18); font-size: .73rem; }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(n+3) { border-bottom: 0; }
  .section { padding: 68px 0; }
  .section-tight { padding: 50px 0; }
  .section-title { font-size: clamp(2.65rem, 13vw, 4.3rem); }
  .section-lede { font-size: 1rem; }
  .grid-2, .story-grid, .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .service-cards, .service-detail-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 190px; }
  .image-block { min-height: 330px; }
  .image-label { left: 0; bottom: 18px; }
  .info-grid { grid-template-columns: 1fr; }
  .info-item { min-height: 0; padding: 26px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .info-item:last-child { border-bottom: 0; }
  .split-callout .wrap { display: block; padding: 48px 0; }
  .split-callout .btn { margin-top: 28px; }
  .page-hero .wrap { padding-top: 52px; padding-bottom: 56px; }
  .page-hero h1 { font-size: clamp(3.6rem, 16vw, 5.6rem); }
  .page-hero p { font-size: 1rem; }
  .story-grid .photo-stack { order: -1; }
  .photo-stack { min-height: 365px; }
  .photo-stack .back { height: 245px; }
  .photo-stack .front { height: 192px; border-width: 8px; }
  .photo-stack .caption { right: 10px; bottom: 13px; max-width: 180px; }
  .stat-rows { grid-template-columns: 1fr; }
  .stat, .stat + .stat { display: grid; grid-template-columns: 77px 1fr; align-items: center; gap: 11px; padding: 11px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .stat span { margin: 0; }
  .faq-side { position: static; }
  .faq-list summary { padding: 20px 0; font-size: 1.42rem; }
  .faq-list .answer { padding-right: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-layout { gap: 40px; }
  .footer-main { grid-template-columns: 1fr; gap: 31px; padding: 45px 0 37px; }
  .footer-bottom { display: block; padding: 15px 0; line-height: 1.75; }
}

@media (max-width: 390px) {
  .hero-title { font-size: clamp(3.45rem, 16vw, 3.9rem); }
  .brand-copy { font-size: 1.04rem; }
  .hero-call { font-size: .93rem; }
  .hero-call { overflow-wrap: anywhere; }
}
/* Desktop phone numbers remain readable text; mobile restores tap-to-call. */
@media (min-width: 768px) {
  a[data-phone-desktop="true"] {
    display: inline !important;
    color: inherit !important;
    background: transparent !important;
    border: 0 !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    text-decoration: none !important;
    text-transform: none !important;
    padding: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    pointer-events: none !important;
    cursor: default !important;
  }

  a[data-phone-desktop="true"]::before,
  a[data-phone-desktop="true"]::after,
  a[data-phone-desktop="true"] [aria-hidden="true"] {
    content: none !important;
    display: none !important;
  }
}
