:root {
  --orange: #fe7302;
  --orange-bright: #ff8b2d;
  --black: #07090a;
  --panel: #0d1012;
  --panel-2: #131719;
  --line: #282d30;
  --white: #f7f7f4;
  --muted: #aeb3b6;
  --paper: #f2f3f1;
  --ink: #151718;
  --heading: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Inter", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 40px));
  --label-size: .78rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
section[id] { scroll-margin-top: 82px; }
body { margin: 0; background: var(--black); color: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--orange); color: #111; padding: 10px 16px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--orange-bright); outline-offset: 3px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(7,9,10,.86); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(7,9,10,.97); box-shadow: 0 14px 30px rgba(0,0,0,.24); }
.header-inner { position: relative; z-index: 2; min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-family: var(--heading); font-size: 1.35rem; font-weight: 800; letter-spacing: .05em; line-height: 1; }
.brand .brand-mark { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; flex: 0 0 auto; }
.brand .brand-wordmark { width: 156px; height: auto; border-radius: 0; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a { position: relative; padding: 28px 0 24px; font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: #d9dcdd; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--orange); transition: right .25s; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.phone-link { display: inline-flex; align-items: center; gap: 8px; font-family: var(--heading); font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
.phone-icon { color: var(--orange); transform: rotate(-20deg); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--orange); background: var(--orange); color: #111; padding: 13px 22px; font-weight: 800; font-size: .82rem; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { background: var(--orange-bright); transform: translateY(-2px); box-shadow: 0 10px 25px rgba(254,115,2,.2); }
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 42px; padding: 10px 15px; font-size: .7rem; }
.button-outline { background: rgba(8,10,11,.65); color: white; border-color: rgba(254,115,2,.75); }
.button-outline small, .button-outline b { display: block; line-height: 1.1; text-align: left; }
.button-outline small { color: #c9cdcf; font-size: .62rem; margin-bottom: 4px; }
.menu-toggle { display: none; width: 46px; height: 42px; border: 1px solid var(--line); background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: white; margin: 5px 0; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: max(820px, 100svh); display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,8,.98) 0%, rgba(5,7,8,.92) 34%, rgba(5,7,8,.35) 68%, rgba(5,7,8,.4) 100%), linear-gradient(0deg, rgba(5,7,8,.8), transparent 45%); }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(254,115,2,.42) 1px, transparent 1px), linear-gradient(90deg, rgba(254,115,2,.42) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 58%); }
.hero-content { position: relative; z-index: 2; padding-top: 78px; transform: translateY(clamp(-64px, -4vh, -28px)); }
.eyebrow, .kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: var(--orange); font-size: var(--label-size); font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before, .kicker::before { content: ""; width: 42px; height: 2px; background: var(--orange); }
.hero h1, .section-heading h2, .contact-intro h2 { margin: 0; font-family: var(--heading); font-size: clamp(5.6rem, 11vw, 9.6rem); font-weight: 800; letter-spacing: -.045em; line-height: .78; }
.hero h1 { max-width: 760px; text-shadow: 0 2px 20px rgba(0,0,0,.35); }
.hero-wordmark img { width: min(680px, 62vw); height: auto; }
.hero-lead { max-width: 720px; margin: 32px 0 20px; font-family: var(--heading); font-size: clamp(1.8rem, 3.1vw, 3rem); font-weight: 700; line-height: 1.03; text-transform: uppercase; }
.hero-lead strong { display: block; color: var(--orange); }
.hero-copy { max-width: 650px; margin: 0 0 32px; color: #cdd0d1; font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.scroll-cue { position: absolute; z-index: 2; right: max(24px, calc((100vw - 1180px)/2)); bottom: 42px; display: flex; align-items: center; gap: 12px; transform: rotate(90deg); transform-origin: right bottom; color: #bcc0c2; font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 54px; height: 1px; background: linear-gradient(90deg, var(--orange), transparent); }

.benefits { width: min(720px, 64vw); margin-top: 36px; }
.benefits-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 38px; row-gap: 22px; }
.benefit { min-height: 82px; display: grid; grid-template-columns: 54px 1fr; align-content: center; align-items: center; gap: 15px; padding: 5px 0; }
.benefit-icon, .hex-icon { display: grid; place-items: center; color: var(--orange); }
.benefit-icon { width: 50px; height: 50px; display: grid; place-items: center; }
.benefit-icon img { width: 46px; height: 46px; object-fit: contain; }
.benefit h3 { margin: 0 0 3px; font-family: var(--heading); font-size: 1.08rem; text-transform: uppercase; letter-spacing: .08em; }
.benefit p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }

.section-dark { position: relative; background: #090b0c; }
.services { padding: 124px 0 132px; }
.services::before { content: ""; position: absolute; inset: 0; opacity: .4; background: radial-gradient(circle at 90% 8%, rgba(254,115,2,.12), transparent 30%); pointer-events: none; }
.section-heading { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.section-heading h2, .contact-intro h2 { font-size: clamp(4rem, 7vw, 7rem); line-height: .85; }
.section-heading > p { max-width: 520px; margin: 0; padding-bottom: 4px; color: var(--muted); font-size: 1.05rem; }
.services-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-width: 0; display: grid; grid-template-rows: auto 1fr auto; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0b0e0f; transition: background .25s; }
.service-card:hover { background: #111517; }
.service-top { display: grid; grid-template-columns: 64px 1fr auto; gap: 18px; align-items: center; padding: 28px 28px 16px; }
.hex-icon { width: 58px; height: 58px; background: rgba(254,115,2,.08); clip-path: polygon(25% 6.7%,75% 6.7%,100% 50%,75% 93.3%,25% 93.3%,0 50%); position: relative; }
.hex-icon::before { content: ""; position: absolute; inset: 2px; background: #101315; clip-path: inherit; }
.hex-icon svg { position: relative; z-index: 1; width: 28px; height: 28px; fill: none; stroke: var(--orange); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0; font-family: var(--heading); font-size: clamp(1.35rem, 1.7vw, 1.75rem); line-height: 1.08; letter-spacing: .035em; text-transform: uppercase; }
.service-index { align-self: start; color: #4f5558; font-family: var(--heading); font-size: .85rem; letter-spacing: .08em; }
.service-copy { margin: 0; padding: 0 24px 24px 24px; color: var(--muted); max-width: 640px; font-size: .86rem; }
.service-image { position: relative; overflow: hidden; aspect-ratio: 16/9; margin-top: auto; }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,9,10,.28), transparent 50%); }
.service-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.06); transition: transform .45s, filter .45s; }
.service-card:hover .service-image img { transform: scale(1.035); filter: saturate(1) contrast(1.03); }
.service-arrow { position: absolute; right: 24px; bottom: 20px; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); background: rgba(7,9,10,.65); font-size: 1.25rem; transition: background .2s, border-color .2s; }
.service-card:hover .service-arrow { background: var(--orange); border-color: var(--orange); color: #111; }

.slogan-band { position: relative; overflow: hidden; min-height: 330px; display: grid; place-items: center; background: #111516; border-block: 1px solid #2b3032; }
.slogan-circuit { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(115deg, transparent 49.7%, rgba(254,115,2,.8) 50%, transparent 50.3%), linear-gradient(25deg, transparent 49.7%, rgba(254,115,2,.5) 50%, transparent 50.3%); background-size: 220px 120px; }
.slogan-bolt { position: absolute; left: 7%; top: -46%; color: rgba(254,115,2,.06); font-family: var(--heading); font-size: 38rem; line-height: 1; transform: rotate(8deg); }
.slogan-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.slogan-inner > p:first-child { max-width: 580px; margin: 0; font-family: var(--heading); font-size: clamp(2.4rem, 5vw, 4.7rem); font-weight: 800; line-height: .94; text-transform: uppercase; }
.signature { margin: 0; color: var(--orange); font-family: "Kalam", cursive; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.1; transform: rotate(-3deg); text-align: right; }

.contact-intro { background: #090b0c; padding: 110px 0 42px; }
.contact-intro-grid { display: grid; grid-template-columns: 1.6fr .7fr; gap: 80px; align-items: end; }
.contact-intro p:not(.kicker) { max-width: 670px; margin: 30px 0 0; color: var(--muted); font-size: 1.05rem; }
.section-heading h2, .contact-intro h2 { letter-spacing: .045em; }
.partner-mark { justify-self: end; max-width: 300px; display: flex; align-items: center; gap: 18px; border-left: 1px solid #34393b; padding-left: 30px; font-family: var(--heading); font-size: 1.35rem; line-height: 1.1; text-transform: uppercase; }
.partner-mark img { width: 68px; height: 68px; border-radius: 50%; object-fit: cover; }

.contact-area { background: #090b0c; color: var(--white); padding: 0 0 110px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 0; border: 1px solid #292e30; background: #0d1012; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.contact-column { padding: 38px 34px 42px; min-width: 0; }
.contact-column + .contact-column { border-left: 1px solid #292e30; }
.column-number { margin: 0 0 28px; color: #777f82; font-family: var(--heading); font-size: var(--label-size); font-weight: 700; letter-spacing: .14em; }
.contact-column h3 { margin: 0 0 8px; color: var(--white); font-family: var(--heading); font-size: 2rem; line-height: 1.05; letter-spacing: .04em; text-transform: uppercase; }
.muted { margin: 0 0 26px; color: #6c7274; font-size: .88rem; }
form { display: grid; gap: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 6px; color: #3c4143; font-size: .75rem; font-weight: 700; }
input, textarea, select { width: 100%; border: 1px solid #cdd1d0; border-radius: 0; background: #fafafa; color: #151718; padding: 12px 13px; font-size: .9rem; transition: border-color .2s, box-shadow .2s; }
textarea { resize: vertical; min-height: 118px; }
input:focus, textarea:focus, select:focus { outline: 0; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(254,115,2,.12); }
.file-field { position: relative; grid-template-columns: 1fr auto; align-items: center; padding: 13px; border: 1px dashed #b8bcba; background: #fafafa; cursor: pointer; }
.file-field small { display: block; color: #858b8d; font-weight: 500; }
.file-control { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.file-action { display: inline-flex; min-height: 34px; align-items: center; background: var(--orange); color: #101214; padding: 7px 12px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.file-name { max-width: 125px; overflow: hidden; color: #858d90; font-size: .68rem; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.file-input { position: absolute; width: 1px !important; height: 1px; padding: 0 !important; clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; white-space: nowrap; }
.file-field:focus-within { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(254,115,2,.12); }
.consent { grid-template-columns: 18px 1fr; align-items: start; gap: 10px; font-weight: 500; line-height: 1.45; }
.consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--orange); }
.button-submit { width: 100%; border: 0; justify-content: space-between; }
.button-submit:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 24px; margin: -4px 0 0; font-size: .8rem; font-weight: 700; }
.form-status.success { color: #247044; }
.form-status.error { color: #9d2828; }
.hidden-field { position: absolute; left: -9999px; }
.contact-list { list-style: none; padding: 0; margin: 30px 0; }
.contact-list li { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 16px; padding: 18px 0; border-bottom: 1px solid #292e30; }
.contact-icon { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(254,115,2,.65); color: var(--orange); }
.contact-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-list small, .contact-list b, .contact-list a, .contact-list span:not(.contact-icon) { display: block; }
.contact-list small { color: #7a8082; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-list b, .contact-list a { color: var(--white); font-family: var(--body); font-size: .98rem; font-weight: 600; letter-spacing: .005em; }
.contact-list span:not(.contact-icon) { color: #8f9699; font-size: .72rem; }
.offer-card { min-height: 224px; margin-top: 30px; padding: 24px; border: 1px solid #292e30; background: #111517; color: white; }
.offer-card > img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.offer-card h4, .field-card h4 { margin: 5px 0 8px; font-family: var(--heading); font-size: 1.35rem; text-transform: uppercase; }
.offer-card p, .field-card p { margin: 0 0 18px; color: #adb2b4; font-size: .78rem; }
.button-outline-dark { min-height: 42px; width: 100%; background: transparent; color: var(--orange); padding: 10px 14px; }
.button-outline-dark:hover { background: var(--orange); color: #101214; }
.map-wrap { height: 430px; margin-top: 30px; border: 1px solid #292e30; filter: grayscale(1) contrast(1.05); transition: filter .25s; }
.map-wrap:hover { filter: grayscale(.2); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }
.field-card { min-height: 224px; display: grid; grid-template-columns: 96px 1fr; align-content: start; gap: 20px; margin-top: 30px; padding: 34px 24px 24px 0; border-top: 1px solid #292e30; }
.field-card p { color: #8f9699; margin-bottom: 0; }
.van-icon { width: 96px; height: auto; margin-top: 2px; border: 0; object-fit: contain; }

.site-footer { background: #07090a; border-top: 1px solid #24292b; color: #c3c7c9; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .65fr 1fr; gap: 70px; align-items: start; }
.footer-grid h3 { min-height: 26px; margin: 0 0 12px; color: white; font-family: var(--heading); font-size: 1rem; line-height: 1.6; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid p { margin: 18px 0 0; font-size: .85rem; }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: .83rem; }
.footer-contact { display: block; font-size: .83rem; }
.footer-contact > a, .footer-contact > span { display: block; margin-bottom: 9px; }
.footer-grid a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 20px; border-top: 1px solid #262b2d; color: #767d80; font-size: .7rem; }
.footer-bottom p { margin: 0; }

.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.social-link { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid #343a3d; background: #0b0e0f; color: var(--white); font-size: .75rem; font-weight: 700; transition: border-color .2s, color .2s, transform .2s; }
.social-link:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-2px); }
.social-link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-link[data-social="facebook"] svg { fill: currentColor; stroke: none; }
.social-link.is-disabled { opacity: .42; cursor: default; pointer-events: none; }
.social-links-compact { margin: 18px 0 0; }
.social-links-compact .social-link { width: 42px; min-height: 42px; padding: 9px; justify-content: center; }

.quote-section { position: relative; background: #111517; padding: 112px 0; border-top: 1px solid #292e30; }
.quote-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .2; background-image: linear-gradient(rgba(254,115,2,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(254,115,2,.25) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(90deg, black, transparent 65%); }
.quote-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 82px; align-items: start; }
.quote-intro { position: sticky; top: 120px; }
.quote-intro h2 { margin: 0; max-width: 520px; font-family: var(--heading); font-size: clamp(3.2rem, 5.7vw, 6.2rem); line-height: .88; letter-spacing: .04em; text-transform: uppercase; }
.quote-intro > p:not(.kicker) { max-width: 470px; margin: 28px 0 0; color: var(--muted); font-size: 1rem; }
.quote-brand { display: flex; align-items: center; gap: 16px; margin-top: 46px; }
.quote-brand img:first-child { width: 66px; height: 66px; border-radius: 50%; }
.quote-brand img:last-child { width: min(230px, 62%); height: auto; }
.form-column-dark { padding: 38px; border: 1px solid #303638; background: rgba(7,9,10,.92); }
.form-column-dark label { color: #c7ccce; }
.form-column-dark input, .form-column-dark textarea, .form-column-dark select { border-color: #383e41; background: #111517; color: var(--white); }
.form-column-dark input::file-selector-button { border: 0; background: var(--orange); color: #101214; padding: 7px 10px; font-weight: 800; cursor: pointer; }
.form-column-dark .file-field { border-color: #454c4f; background: #111517; }
.form-column-dark .file-field small { color: #858d90; }

.detail-page { background: #090b0c; }
.detail-back { justify-self: center; color: #d5d8d9; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.detail-back:hover { color: var(--orange); }
.detail-hero { position: relative; overflow: hidden; padding: 156px 0 90px; min-height: 760px; display: grid; align-items: center; background: #090b0c; border-bottom: 1px solid #292e30; }
.detail-grid-overlay { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(254,115,2,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(254,115,2,.3) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 72%); }
.detail-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 70px; align-items: center; }
.detail-copy { min-width: 0; }
.detail-breadcrumb { display: inline-block; margin-bottom: 42px; color: #7f878a; font-size: var(--label-size); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.detail-breadcrumb:hover { color: var(--orange); }
.detail-copy h1 { margin: 0; font-family: var(--heading); font-size: clamp(3.5rem, 5vw, 4.8rem); line-height: .88; letter-spacing: .025em; overflow-wrap: anywhere; text-transform: uppercase; }
.detail-lead { margin: 30px 0 34px; color: var(--muted); font-size: 1.05rem; }
.detail-main-image { position: relative; aspect-ratio: 16/9; border: 1px solid #32383a; overflow: hidden; box-shadow: 24px 24px 0 rgba(254,115,2,.08); }
.detail-main-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-description { background: #111517; padding: 96px 0; }
.detail-description-grid { display: grid; grid-template-columns: .4fr 1.6fr; gap: 60px; }
.detail-description h2, .detail-gallery-heading h2, .detail-cta h2 { margin: 0; font-family: var(--heading); font-size: clamp(2.6rem, 4.5vw, 4.7rem); line-height: .95; letter-spacing: .035em; text-transform: uppercase; }
.detail-description-grid > div > p { max-width: 820px; margin: 26px 0 0; color: var(--muted); font-size: 1.05rem; }
.detail-gallery-section { padding: 110px 0 124px; }
.detail-gallery-heading { margin-bottom: 42px; }
.detail-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.detail-gallery.gallery-one { grid-template-columns: minmax(0, 1fr); }
.detail-gallery figure { margin: 0; aspect-ratio: 16/9; overflow: hidden; border: 1px solid #2e3436; }
.detail-gallery.gallery-one figure { max-width: 920px; }
.detail-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.detail-gallery figure:hover img { transform: scale(1.025); }
.detail-cta { padding: 58px 0; background: var(--orange); color: #111; }
.detail-cta .shell { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; }
.detail-cta img { width: 68px; height: 68px; border-radius: 50%; }
.detail-cta p { margin: 0 0 3px; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.detail-cta h2 { font-size: clamp(1.7rem, 3vw, 3rem); }
.detail-cta .button { border-color: #111; background: #111; color: white; }
.detail-footer { padding: 34px 0; background: #07090a; border-top: 1px solid #292e30; }
.detail-footer .shell { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.detail-footer p { margin: 0; color: #767d80; font-size: .72rem; }

@media (min-width: 1081px) {
  .hero-primary { transform: translateY(clamp(-42px, -3vh, -24px)); }
  .benefits { margin-top: clamp(76px, 7vh, 104px); }
  .field-card { margin-top: 42px; }
}

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .benefits { width: min(720px, 100%); }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: 1fr; }
  .map-column { grid-column: 1 / -1; border-left: 0 !important; border-top: 1px solid #292e30; }
  .map-column { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
  .map-column .column-number, .map-column h3 { grid-column: 1 / -1; }
  .map-wrap { margin-top: 18px; }
  .field-card { margin-top: 18px; align-self: center; }
  .footer-grid { grid-template-columns: 1.3fr .7fr .9fr; gap: 42px; }
  .quote-grid { grid-template-columns: 1fr; gap: 48px; }
  .quote-intro { position: static; }
  .detail-hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .detail-hero { padding-top: 134px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 40px, 1180px); --label-size: .74rem; }
  html { scroll-padding-top: 67px; }
  section[id] { scroll-margin-top: 67px; }
  .site-header { background: rgba(7,9,10,.96); }
  .header-inner { min-height: 66px; }
  .brand { font-size: 1.08rem; }
  .brand .brand-mark { width: 36px; height: 36px; }
  .brand .brand-wordmark { width: 118px; height: auto; }
  .header-actions { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; z-index: 1; inset: 66px 0 auto; display: grid; gap: 0; max-height: 0; padding: 0 20px; overflow: hidden; visibility: hidden; opacity: 0; background: #090b0c; border-bottom: 1px solid var(--line); pointer-events: none; transition: max-height .3s ease, padding .3s ease, opacity .2s ease; }
  .main-nav.open { max-height: 280px; padding: 16px 20px 26px; visibility: visible; opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 16px 6px; border-bottom: 1px solid var(--line); }
  .main-nav a::after { bottom: -1px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 900px; align-items: flex-start; }
  .hero-image { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,7,8,.99) 0%, rgba(5,7,8,.86) 56%, rgba(5,7,8,.35) 100%); }
  .hero-content { padding: 150px 0 54px; transform: none; }
  .eyebrow { max-width: 310px; margin-bottom: 15px; font-size: .68rem; line-height: 1.4; }
  .hero-wordmark img { width: min(100%, 440px); }
  .hero-lead { margin: 20px 0 12px; font-size: 1.45rem; }
  .hero-copy { margin-bottom: 18px; font-size: .82rem; line-height: 1.48; }
  .hero-actions { display: grid; }
  .hero-actions .button { min-height: 44px; padding-block: 9px; }
  .button { width: 100%; }
  .scroll-cue { display: none; }
  .benefits { width: 100%; margin-top: 34px; }
  .benefits-grid { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 14px; row-gap: 18px; }
  .benefit, .benefit:first-child { min-height: 96px; grid-template-columns: 38px minmax(0, 1fr); gap: 9px; padding: 4px 0; }
  .benefit-icon { width: 38px; height: 38px; }
  .benefit-icon img { width: 36px; height: 36px; }
  .benefit h3 { font-size: .8rem; letter-spacing: .055em; }
  .benefit p { font-size: .67rem; line-height: 1.34; }
  .services { padding: 88px 0 96px; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 38px; }
  .section-heading h2, .contact-intro h2 { font-size: 4.6rem; }
  .section-heading > p { font-size: .95rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-top { grid-template-columns: 52px 1fr auto; gap: 13px; padding: 22px 18px 14px; }
  .hex-icon { width: 50px; height: 50px; }
  .service-card h3 { font-size: 1.45rem; }
  .service-copy { padding: 0 18px 20px; font-size: .82rem; }
  .slogan-band { min-height: 360px; }
  .slogan-inner { display: block; }
  .slogan-inner > p:first-child { font-size: 2.8rem; }
  .signature { margin-top: 38px; font-size: 2.4rem; text-align: left; }
  .contact-intro { padding: 82px 0 34px; }
  .contact-intro-grid { grid-template-columns: 1fr; gap: 48px; }
  .partner-mark { justify-self: start; max-width: 290px; padding-left: 0; border-left: 0; }
  .contact-area { padding: 0 0 60px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-column { padding: 30px 20px 34px; }
  .contact-column + .contact-column { border-left: 0; border-top: 1px solid #292e30; }
  .field-row { grid-template-columns: 1fr; }
  .file-field { grid-template-columns: 1fr; }
  .file-control { justify-content: flex-start; margin-top: 5px; }
  .map-column { grid-column: auto; display: block; }
  .map-wrap { height: 340px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; }
  .quote-section { padding: 82px 0; }
  .quote-grid { gap: 40px; }
  .quote-intro { padding-inline: 18px; }
  .quote-intro h2 { font-size: 3.15rem; }
  .form-column-dark { padding: 24px 18px; }
  .detail-hero { min-height: auto; padding: 118px 0 70px; }
  .detail-copy h1 { font-size: 3.6rem; }
  .detail-breadcrumb { margin-bottom: 28px; }
  .detail-description { padding: 72px 0; }
  .detail-description-grid { grid-template-columns: 1fr; gap: 18px; }
  .detail-gallery-section { padding: 72px 0 84px; }
  .detail-gallery { grid-template-columns: 1fr; }
  .detail-cta .shell { grid-template-columns: auto 1fr; }
  .detail-cta .button { grid-column: 1 / -1; }
  .detail-footer .shell { align-items: flex-start; flex-direction: column; }
}

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