:root {
  --ink: #111514;
  --ink-2: #1a211f;
  --paper: #f7f5ef;
  --paper-2: #efede6;
  --white: #fff;
  --gold: #c9a35e;
  --gold-light: #e3c88e;
  --muted: #656c69;
  --line: rgba(17, 21, 20, .14);
  --shadow: 0 24px 70px rgba(12, 16, 15, .14);
  --radius: 2px;
  --shell: min(1220px, calc(100% - 40px));
  --font-display: "Avenir Next", "Segoe UI", Arial, sans-serif;
  --font-body: Inter, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 16px; line-height: 1.7; -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 { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.9rem, 6.6vw, 6.8rem); font-weight: 650; }
h2 { font-size: clamp(2.05rem, 4vw, 4.1rem); font-weight: 620; }
h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); }
p { color: var(--muted); }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.18em; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(80px, 10vw, 150px) 0; }
.section--dark { color: var(--white); background: var(--ink); }
.section--dark p { color: #b9c0bd; }
.section--light { background: var(--paper-2); }
.section--warm { background: #ddd5c7; }
.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; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; color: var(--ink); background: var(--white); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 18px; color: var(--gold); font-size: .74rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 14px 24px; border: 1px solid var(--gold); border-radius: var(--radius); color: var(--ink); background: var(--gold); font-weight: 730; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--gold-light); border-color: var(--gold-light); }
.button--small { min-height: 43px; padding: 9px 16px; font-size: .88rem; }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.45); background: rgba(13,17,16,.36); backdrop-filter: blur(10px); }
.button--ghost:hover { background: rgba(255,255,255,.12); border-color: var(--white); }
.button--light { color: var(--ink); background: var(--white); border-color: var(--white); }
.button--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-weight: 730; }
.text-link:hover svg { transform: translateX(4px); }
.text-link svg { transition: transform .2s ease; }
.text-link--light { color: var(--white); }

.topbar { position: relative; z-index: 30; color: #d8dcd9; background: #090c0b; font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 36px; }
.topbar a { display: flex; align-items: center; gap: 7px; color: var(--gold-light); font-weight: 750; }
.site-header { position: absolute; z-index: 25; top: 36px; width: 100%; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); transition: color .25s, background .25s, box-shadow .25s; }
.site-header.is-scrolled { position: fixed; top: 0; color: var(--ink); background: rgba(247,245,239,.96); box-shadow: 0 12px 40px rgba(10,14,13,.08); backdrop-filter: blur(14px); }
.header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 92px; gap: 30px; }
.brand img { width: 180px; height: auto; filter: drop-shadow(0 5px 14px rgba(0,0,0,.25)); }
.site-header.is-scrolled .brand img { filter: brightness(.2) sepia(.2) saturate(.7); }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav ul { display: flex; align-items: center; gap: clamp(14px, 2vw, 26px); margin: 0; padding: 0; list-style: none; }
.main-nav ul a { position: relative; padding: 34px 0; font-size: .86rem; font-weight: 650; white-space: nowrap; }
.main-nav ul a::after { content: ""; position: absolute; right: 0; bottom: 25px; left: 0; height: 1px; transform: scaleX(0); background: var(--gold); transition: transform .2s; }
.main-nav ul a:hover::after, .main-nav ul a[aria-current="page"]::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 24px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .2s, opacity .2s; }

.hero, .subhero { position: relative; min-height: min(920px, 92vh); display: grid; align-items: center; color: var(--white); background: var(--ink); overflow: hidden; }
.hero__media, .subhero__media { position: absolute; inset: 0; }
.hero__media img, .subhero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,8,7,.94) 0%, rgba(5,8,7,.76) 32%, rgba(5,8,7,.28) 64%, rgba(5,8,7,.08) 100%), linear-gradient(0deg, rgba(5,8,7,.56), transparent 45%); }
.hero__content { position: relative; z-index: 2; padding-top: 145px; padding-bottom: 70px; }
.hero h1 { max-width: 900px; margin-bottom: 27px; }
.hero h1 span { color: var(--gold-light); }
.hero__lead { max-width: 670px; margin-bottom: 32px; color: #d7dcd9; font-size: clamp(1.05rem, 1.5vw, 1.32rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 54px; color: #e1e4e2; font-size: .79rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero__facts span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 10px; border-radius: 50%; background: var(--gold); vertical-align: .1em; }

.trust-strip { color: var(--white); background: var(--ink-2); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip p { margin: 0; padding: 30px 30px 30px 0; border-right: 1px solid rgba(255,255,255,.1); }
.trust-strip p + p { padding-left: 30px; }
.trust-strip p:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { margin-bottom: 3px; color: var(--white); font-size: .92rem; }
.trust-strip span { color: #9da7a3; font-size: .78rem; }

.section-head { max-width: 850px; margin-bottom: clamp(45px, 6vw, 82px); }
.section-head h2 { margin-bottom: 24px; }
.section-head > p:last-child { max-width: 720px; font-size: 1.05rem; }
.branch-grid { display: grid; grid-template-columns: 1fr 1fr; box-shadow: var(--shadow); }
.branch-card { display: grid; grid-template-rows: 320px 1fr; background: var(--white); }
.branch-card--dark { color: var(--white); background: var(--ink-2); }
.branch-card--dark p { color: #b7bfbc; }
.branch-card__image { overflow: hidden; }
.branch-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.branch-card:hover .branch-card__image img { transform: scale(1.025); }
.branch-card__body { position: relative; padding: clamp(35px, 5vw, 68px); }
.branch-card__number { position: absolute; top: 27px; right: 34px; color: rgba(17,21,20,.18); font-size: 3rem; font-weight: 800; }
.branch-card--dark .branch-card__number { color: rgba(255,255,255,.12); }
.branch-card h3 { margin-bottom: 18px; font-size: clamp(1.8rem, 3vw, 3rem); }
.branch-card .check-list { margin-block: 30px 34px; }
.picture-note { margin: 18px 0 0; color: #777e7a; font-size: .74rem; text-align: right; }

.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; margin: 12px 0; }
.check-list svg { flex: 0 0 auto; margin-top: 4px; color: var(--gold); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); }
.process-card { position: relative; min-height: 280px; padding: 40px 28px 35px 0; border-right: 1px solid rgba(255,255,255,.13); }
.process-card + .process-card { padding-left: 28px; }
.process-card:last-child { border-right: 0; }
.process-card__icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 44px; color: var(--gold); border: 1px solid rgba(201,163,94,.55); }
.process-card__icon svg { width: 24px; height: 24px; }
.process-card__no { position: absolute; top: 38px; right: 24px; color: rgba(255,255,255,.24); font-size: .75rem; }
.process-card h3 { margin-bottom: 13px; }
.process-card p { margin-bottom: 0; font-size: .9rem; }

.focus-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.focus-copy { position: sticky; top: 150px; }
.focus-copy h2 { margin-bottom: 28px; }
.focus-copy .text-link { margin-top: 20px; }
.focus-points article { display: grid; grid-template-columns: 60px 1fr; padding: 34px 0; border-top: 1px solid var(--line); }
.focus-points span { grid-row: 1 / 3; color: var(--gold); font-size: .75rem; font-weight: 800; }
.focus-points h3 { margin-bottom: 8px; }
.focus-points p { margin: 0; }

.subhero { min-height: 690px; }
.subhero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,10,9,.9), rgba(7,10,9,.5) 55%, rgba(7,10,9,.15)); }
.subhero__content { position: relative; z-index: 2; max-width: 1220px; padding-top: 150px; }
.subhero h1 { max-width: 880px; margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.9rem); }
.subhero__content > p:not(.eyebrow) { max-width: 650px; margin-bottom: 30px; color: #d6dbd8; font-size: 1.15rem; }
.split-copy { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(55px, 9vw, 130px); align-items: start; }
.split-copy .section-head { margin-bottom: 34px; }
.quote-card { padding: clamp(38px, 5vw, 62px); color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.quote-card p { color: var(--white); font-family: var(--font-display); font-size: clamp(1.35rem, 2.5vw, 2.1rem); line-height: 1.35; }
.quote-card span { color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.quote-card--gold { color: var(--ink); background: var(--gold); }
.quote-card--gold p, .quote-card--gold span { color: var(--ink); }
.service-detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-detail-grid article { min-height: 270px; padding: 32px; border: 1px solid var(--line); border-left: 0; }
.service-detail-grid article:first-child { border-left: 1px solid var(--line); }
.service-detail-grid span { color: var(--gold); font-weight: 800; }
.service-detail-grid h3 { margin: 50px 0 16px; }
.service-detail-grid p { margin: 0; font-size: .92rem; }
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { display: flex; flex-direction: column; min-height: 310px; padding: 30px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.38); }
.product-card > span { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.product-card h3 { margin: 52px 0 16px; font-size: 1.45rem; }
.product-card h3 a { transition: color .2s; }
.product-card h3 a:hover, .product-card h3 a:focus-visible { color: #8a672a; }
.product-card p { margin-bottom: 30px; font-size: .88rem; }
.product-card small { margin-top: auto; color: #777f7b; font-size: .67rem; font-weight: 700; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.service-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: -10px 0 38px; }
.service-paths a { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 23px 26px; color: var(--white); background: var(--ink-2); transition: transform .2s, background .2s; }
.service-paths a:hover, .service-paths a:focus-visible { transform: translateY(-2px); background: #25302c; }
.service-paths strong { font-size: 1.05rem; }
.service-paths span { display: flex; align-items: center; gap: 8px; color: #c4cbc7; font-size: .77rem; }
.service-paths svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.material-band { padding: clamp(60px, 8vw, 105px) 0; color: var(--white); background: linear-gradient(115deg, #111614, #26312d); }
.material-band__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; }
.material-band h2 { margin-bottom: 0; font-size: clamp(2.3rem, 4.8vw, 4.8rem); }
.material-band__grid > p { margin-bottom: 0; color: #bec6c2; font-size: 1.03rem; }
.technical-callout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: clamp(40px, 6vw, 76px); color: var(--white); background: var(--ink-2); }
.technical-callout h2 { margin-bottom: 0; }
.technical-callout ul { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 14px 24px; margin: 0; padding: 0; list-style: none; }
.technical-callout li { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.technical-callout li::before { content: "+"; margin-right: 10px; color: var(--gold); }

.local-area__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px, 8vw, 100px); }
.local-area__grid h2 { max-width: 700px; }
.local-area__grid p { max-width: 720px; }
.location-chips { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; padding: 0; list-style: none; }
.location-chips li { padding: 13px 17px; color: #3f4743; border: 1px solid var(--line); background: rgba(255,255,255,.68); font-size: .8rem; font-weight: 750; }
.faq-section { background: var(--off); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.faq-card { min-height: 220px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); }
.faq-card h3 { margin-bottom: 17px; font-size: 1.22rem; line-height: 1.35; }
.faq-card p { margin: 0; font-size: .9rem; }

.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.values-grid article { min-height: 260px; padding: 32px; border: 1px solid var(--line); }
.section--dark .values-grid article { border-color: rgba(255,255,255,.15); }
.values-grid strong { color: var(--gold); font-size: .75rem; }
.values-grid h3 { margin: 56px 0 15px; }
.company-card { padding: 42px; color: var(--white); background: var(--ink-2); box-shadow: var(--shadow); }
.company-card h3 { margin-bottom: 36px; font-size: 2rem; }
.company-card dl, .company-card dd { margin: 0; }
.company-card dl > div { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); }
.company-card dt { color: #9da6a2; font-size: .78rem; text-transform: uppercase; }
.company-card dd { font-weight: 650; }

.simple-hero { padding: 235px 0 100px; color: var(--white); background: linear-gradient(120deg, #0d1210, #24302c); }
.simple-hero--small { padding-bottom: 70px; }
.simple-hero h1 { max-width: 950px; margin-bottom: 25px; font-size: clamp(3rem, 6vw, 5.5rem); }
.simple-hero p:not(.eyebrow) { max-width: 700px; color: #c8cfcc; font-size: 1.15rem; }
.contact-panel { display: grid; grid-template-columns: .8fr 1.2fr; box-shadow: var(--shadow); }
.contact-panel__info { padding: clamp(38px, 6vw, 76px); color: var(--white); background: var(--ink); }
.contact-panel__info > p:not(.eyebrow) { color: #b9c1bd; }
.contact-lines { margin: 45px 0; border-top: 1px solid rgba(255,255,255,.14); }
.contact-lines a { display: grid; grid-template-columns: 130px 1fr; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-lines strong { color: #8f9a95; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-lines span { overflow-wrap: anywhere; font-weight: 680; }
.contact-area { margin-bottom: 0; font-size: .83rem; }
.form-card { padding: clamp(35px, 6vw, 72px); background: var(--white); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; }
.form-grid label > span { display: block; margin-bottom: 7px; color: #3c4541; font-size: .78rem; font-weight: 700; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid #c9cdca; border-radius: 0; outline: none; background: #fbfbf9; transition: border .2s, box-shadow .2s; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,163,94,.18); }
.form-span { grid-column: 1 / -1; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 22px 0; color: #515954; font-size: .76rem; line-height: 1.5; }
.consent input { flex: 0 0 auto; margin-top: 3px; }
.consent a { text-decoration: underline; }
.form-note { margin: 12px 0 0; font-size: .72rem; text-align: center; }
.form-status { margin-bottom: 22px; padding: 12px 15px; border-left: 3px solid var(--gold); background: #f1ecdf; }
.form-status.is-error { border-color: #a83b32; background: #fae9e6; }
.contact-extra { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.contact-extra article { padding-top: 25px; border-top: 1px solid var(--line); }
.contact-extra h2 { font-size: 1.4rem; }
.contact-extra address { color: var(--muted); font-style: normal; }

.legal-content { max-width: 850px; }
.legal-content h2 { margin: 54px 0 17px; font-size: 1.75rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 28px 0 12px; font-size: 1.15rem; }
.legal-content a { color: #795a22; text-decoration: underline; }

.cta-band { padding: 72px 0; color: var(--white); background: var(--gold); }
.cta-band__grid { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 60px; }
.cta-band .eyebrow { color: #49340f; }
.cta-band h2 { margin-bottom: 15px; font-size: clamp(2rem, 4vw, 3.8rem); }
.cta-band p { max-width: 720px; margin-bottom: 0; color: #3f321b; }
.cta-band__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.site-footer { padding: 78px 0 25px; color: var(--white); background: #090c0b; }
.footer__grid { display: grid; grid-template-columns: 1.5fr .8fr 1fr .8fr; gap: 50px; }
.footer__brand img { width: 190px; height: auto; margin-bottom: 25px; }
.site-footer h2 { margin-bottom: 20px; color: var(--gold-light); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer p, .site-footer address { color: #929b97; font-size: .84rem; font-style: normal; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li, .site-footer > a { margin: 9px 0; }
.site-footer .footer__grid > div > a { display: block; margin: 8px 0; overflow-wrap: anywhere; font-size: .88rem; }
.footer__bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 22px; color: #6f7874; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.mobile-call { display: none; }

@media (max-width: 1120px) {
  .main-nav { gap: 14px; }
  .main-nav ul { gap: 14px; }
  .main-nav ul a { font-size: .76rem; }
  .main-nav .button { display: none; }
  .process-grid, .service-detail-grid, .values-grid { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .process-card:nth-child(2), .service-detail-grid article:nth-child(3) { border-right: 0; }
  .process-card:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.13); }
  .service-detail-grid article:nth-child(3) { border-left: 1px solid var(--line); }
  .footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: 2; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 30px, 700px); }
  .topbar__inner > span { display: none; }
  .topbar__inner { justify-content: flex-end; }
  .site-header { top: 36px; }
  .site-header.is-scrolled { top: 0; }
  .header__inner { min-height: 78px; }
  .brand img { width: 155px; }
  .nav-toggle { display: block; z-index: 4; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: stretch; justify-content: center; padding: 100px 30px 40px; transform: translateX(100%); color: var(--white); background: #0e1311; transition: transform .28s ease; }
  .nav-open .main-nav { transform: translateX(0); }
  .main-nav ul { display: block; }
  .main-nav ul a { display: block; padding: 13px 0; font-size: clamp(1.35rem, 5vw, 2rem); }
  .main-nav ul a::after { bottom: 8px; }
  .main-nav .button { display: inline-flex; align-self: flex-start; margin-top: 25px; }
  .hero { min-height: 840px; }
  .hero__shade { background: linear-gradient(90deg, rgba(5,8,7,.9), rgba(5,8,7,.45)), linear-gradient(0deg, rgba(5,8,7,.68), transparent 60%); }
  .hero__content { padding-top: 155px; }
  .trust-strip__grid, .branch-grid, .focus-grid, .split-copy, .technical-callout, .contact-panel, .cta-band__grid, .material-band__grid, .local-area__grid { grid-template-columns: 1fr; }
  .trust-strip p { padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-strip p + p { padding-left: 0; }
  .trust-strip p:last-child { border-bottom: 0; }
  .branch-card { grid-template-rows: 260px 1fr; }
  .focus-copy { position: static; }
  .subhero { min-height: 640px; }
  .subhero__content { padding-top: 150px; }
  .technical-callout { gap: 35px; }
  .service-paths { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card { min-height: 280px; }
  .contact-panel__info, .form-card { padding: 45px 30px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: auto; }
}

@media (max-width: 580px) {
  body { padding-bottom: 58px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .section { padding: 75px 0; }
  .hero { min-height: 760px; }
  .hero__media img { object-position: 67% center; }
  .hero__content { padding-top: 140px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__facts { margin-top: 35px; gap: 8px; flex-direction: column; }
  .branch-card__body { padding: 35px 24px; }
  .process-grid, .service-detail-grid, .values-grid, .form-grid, .contact-extra, .footer__grid, .product-grid, .faq-grid { grid-template-columns: 1fr; }
  .process-card, .process-card + .process-card { min-height: auto; padding: 28px 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .process-card__icon { margin-bottom: 25px; }
  .process-card__no { right: 4px; }
  .service-detail-grid article, .service-detail-grid article:first-child, .service-detail-grid article:nth-child(3) { min-height: auto; border: 1px solid var(--line); border-top: 0; }
  .service-detail-grid article:first-child { border-top: 1px solid var(--line); }
  .service-detail-grid h3 { margin-top: 30px; }
  .product-card { min-height: auto; }
  .product-card h3 { margin-top: 30px; }
  .service-paths a { align-items: flex-start; flex-direction: column; gap: 7px; }
  .technical-callout { padding: 34px 24px; }
  .technical-callout ul { grid-template-columns: 1fr; }
  .form-span { grid-column: auto; }
  .contact-lines a { grid-template-columns: 1fr; gap: 3px; }
  .contact-panel__info, .form-card { padding: 38px 22px; }
  .company-card { padding: 30px 22px; }
  .company-card dl > div { grid-template-columns: 1fr; gap: 2px; }
  .cta-band { padding: 58px 0; }
  .footer__grid { gap: 34px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .mobile-call { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: center; gap: 9px; height: 58px; color: var(--ink); background: var(--gold); font-weight: 800; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
