/* ============================================================ Gogle Plumbing
   Texas City, TX. Deep gulf navy + copper. Archivo (display) + Manrope (text).
   No inline styles anywhere: the shipped CSP is style-src 'self'.
   ========================================================================= */

@font-face {
  font-family: 'Archivo';
  src: url('fonts/archivo-latin-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope-latin-var.woff2') format('woff2-variations');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #0B1A24;
  --ink-2: #071320;
  --ink-3: #0F2531;
  --ink-4: #061019;
  --cream: #F3EFE8;
  --cream-2: #E7E0D3;
  --cu: #C4703A;
  --cu-lt: #E0925C;
  --cu-dk: #8E4B23;
  --water: #6FB6D6;
  --on-dark: #EEE8DF;
  --on-dark-mute: #A3B3BC;
  --on-light: #16232B;
  --on-light-mute: #4E6069;
  --shell: 1220px;
  --disp: 'Archivo', 'Arial Narrow', system-ui, sans-serif;
  --text: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--on-dark);
  font-family: var(--text);
  font-size: 17.5px;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
}

img, svg { max-width: 100%; }
img { height: auto; display: block; }
a { color: inherit; }

h1, h2, h3 {
  font-family: var(--disp);
  font-weight: 800;
  font-stretch: 82%;
  line-height: 1.03;
  letter-spacing: -0.012em;
  margin: 0;
  text-wrap: balance;
}

p { margin: 0 0 1em; }

.shell { width: min(100% - 44px, var(--shell)); margin-inline: auto; }

.sr-only, .skip:not(:focus) {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip:focus {
  position: fixed; left: 16px; top: 16px; z-index: 200; background: var(--cu);
  color: #150A03; padding: 12px 20px; border-radius: 8px; font-weight: 700;
}
:focus-visible { outline: 3px solid var(--cu-lt); outline-offset: 3px; }

/* ------------------------------------------------------------- preview bar */
.pbar { background: #12242F; border-bottom: 1px solid rgba(196,112,58,.34); }
.pbar-in {
  display: flex; flex-wrap: wrap; gap: 10px 26px;
  align-items: center; justify-content: space-between; padding: 11px 0;
}
.pbar-txt { margin: 0; font-size: 13.5px; line-height: 1.5; color: #C3D0D7; max-width: 62ch; }
.pbar-acts { margin: 0; display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; }
.pbar-btn {
  background: var(--cu); color: #180B03; text-decoration: none; font-weight: 700;
  font-size: 13px; padding: 8px 16px; border-radius: 999px; white-space: nowrap;
}
.pbar-btn:hover { background: var(--cu-lt); }
.pbar-mail { color: #C3D0D7; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.pbar-mail:hover { color: var(--cu-lt); }

/* --------------------------------------------------------------- masthead */
.mast {
  position: sticky; top: 0; z-index: 90;
  background: rgba(11,26,36,.93);
  backdrop-filter: blur(9px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.mast-in { display: flex; align-items: center; gap: 22px; padding: 12px 0; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; margin-right: auto; }
.brand-mark { border-radius: 12px; flex: none; }
.brand-txt { display: block; }
.brand-name {
  display: block; font-family: var(--disp); font-weight: 800; font-stretch: 80%;
  font-size: 22px; letter-spacing: -0.01em; line-height: 1.1;
}
.brand-sub {
  display: block; font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--cu-lt); font-weight: 600; margin-top: 2px;
}
.nav { display: flex; gap: 26px; }
.nav a {
  text-decoration: none; font-size: 14.5px; font-weight: 600; color: var(--on-dark-mute);
  padding: 6px 0; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s;
}
.nav a:hover { color: var(--on-dark); border-bottom-color: var(--cu); }
.burger { display: none; }

/* ----------------------------------------------------------------- buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--text); font-weight: 700; font-size: 15px; letter-spacing: .005em;
  text-decoration: none; border: 1.5px solid transparent; border-radius: 999px;
  padding: 12px 24px; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .15s;
}
.btn-lg { font-size: 16.5px; padding: 15px 30px; }
.btn-cu { background: var(--cu); color: #170A02; }
.btn-cu:hover { background: var(--cu-lt); transform: translateY(-1px); }
.btn-ghost { border-color: rgba(238,232,223,.4); color: var(--on-dark); }
.btn-ghost:hover { border-color: var(--cu-lt); color: var(--cu-lt); }
.btn-dark { background: var(--ink); color: var(--cream); }
.btn-dark:hover { background: var(--ink-3); transform: translateY(-1px); }
.btn[disabled] { opacity: 1; background: #2B3A44; color: #7E8F98; border-color: #38474F; cursor: not-allowed; }
.mast-call { flex: none; }

/* -------------------------------------------------------------------- hero */
.hero { position: relative; overflow: hidden; background: var(--ink-2); isolation: isolate; }
.hero-img {
  position: absolute; inset: 0; z-index: 0;
  background: #0d1a22 url('assets/img/stock-hero-pipe.jpg') center 42% / cover no-repeat;
  animation: kb 28s ease-in-out infinite alternate;
}
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(102deg, rgba(6,15,22,.95) 0%, rgba(6,15,22,.90) 42%, rgba(6,15,22,.44) 78%, rgba(6,15,22,.30) 100%);
}
@keyframes kb {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to   { transform: scale(1.16) translate3d(-2%, -2%, 0); }
}
.hero-in {
  position: relative; z-index: 2;
  padding: clamp(72px, 11vw, 132px) 0 clamp(76px, 11vw, 128px);
  min-height: min(78vh, 720px); display: flex; flex-direction: column; justify-content: center;
}
.hero-copy { max-width: 730px; }
.hero-h {
  font-size: clamp(42px, 6.9vw, 74px);
  font-stretch: 78%;
  margin: 16px 0 22px;
}
.hero-h .w { display: inline-block; opacity: 0; animation: wordin .62s cubic-bezier(.2,.7,.3,1) forwards; }
@keyframes wordin { from { opacity: 0; transform: translateY(.34em); } to { opacity: 1; transform: none; } }
.hero-h .w:nth-child(1) { animation-delay: .05s } .hero-h .w:nth-child(2) { animation-delay: .10s }
.hero-h .w:nth-child(3) { animation-delay: .15s } .hero-h .w:nth-child(4) { animation-delay: .20s }
.hero-h .w:nth-child(5) { animation-delay: .25s } .hero-h .w:nth-child(6) { animation-delay: .30s }
.hero-h .w:nth-child(7) { animation-delay: .35s } .hero-h .w:nth-child(8) { animation-delay: .40s }
.hero-h .w:nth-child(9) { animation-delay: .45s } .hero-h .w:nth-child(10) { animation-delay: .50s }
.hero-h .w:nth-child(11) { animation-delay: .55s } .hero-h .w:nth-child(12) { animation-delay: .60s }
.hero-p { font-size: clamp(17px, 1.6vw, 19.5px); color: #CBD8DF; max-width: 46ch; margin-bottom: 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 0; }
.hero-card {
  position: absolute; right: 0; bottom: clamp(18px, 5vw, 54px); margin: 0;
  background: rgba(11,26,36,.82); border: 1px solid rgba(196,112,58,.55);
  border-radius: 16px; padding: 18px 26px; backdrop-filter: blur(5px);
  opacity: 0; animation: cardin .7s ease .78s forwards;
}
@keyframes cardin { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.hero-card-k {
  display: block; font-family: var(--disp); font-weight: 800; font-stretch: 78%;
  font-size: 30px; color: var(--cu-lt); line-height: 1;
}
.hero-card-v {
  display: block; font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--on-dark-mute); font-weight: 600; margin-top: 7px;
}

/* ------------------------------------------------------------------ strip */
.strip {
  background: var(--cu); color: #180B02; overflow: hidden; padding: 12px 0;
  border-block: 1px solid rgba(0,0,0,.18);
}
.strip-run {
  display: flex; align-items: center; gap: 0; width: max-content;
  animation: run 46s linear infinite;
}
.strip-run span {
  font-family: var(--disp); font-weight: 700; font-stretch: 80%;
  font-size: 14px; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap;
}
.strip-run i { display: block; width: 7px; height: 7px; border-radius: 50%; background: rgba(0,0,0,.42); margin: 0 26px; flex: none; }
@keyframes run { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* --------------------------------------------------------------- sections */
.sec { padding: clamp(64px, 8.5vw, 116px) 0; position: relative; }
.sec-d { background: var(--ink); }
.sec-d2 { background: var(--ink-2); }
.sec-d3 { background: var(--ink-4); }
.sec-d::before, .sec-d2::before, .sec-d3::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.75), transparent 62%);
}
.sec-d > .shell, .sec-d2 > .shell, .sec-d3 > .shell { position: relative; z-index: 1; }
.sec-l { background: var(--cream); color: var(--on-light); }

.lab {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--cu); margin: 0 0 14px;
}
.lab::before { content: ''; width: 28px; height: 2px; background: var(--cu); flex: none; }
.lab-lt { color: var(--cu-lt); }
.lab-lt::before { background: var(--cu-lt); }

.sec-h { font-size: clamp(31px, 4.1vw, 52px); max-width: 19ch; }
.sec-p { font-size: 18px; max-width: 56ch; margin-top: 18px; color: var(--on-dark-mute); }
.sec-l .sec-p { color: var(--on-light-mute); }

/* --------------------------------------------------------------- services */
.svc-grid {
  display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 20px; margin-top: 46px;
}
.card {
  background: rgba(255,255,255,.048); border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px; padding: 28px 26px 26px; display: flex; flex-direction: column;
  transition: border-color .25s, background .25s, transform .25s;
}
.card:hover { border-color: rgba(196,112,58,.6); background: rgba(255,255,255,.07); transform: translateY(-3px); }
.card-feat { grid-row: span 2; padding: 0; overflow: hidden; }
.card-img { aspect-ratio: 4 / 3; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 28px 26px 26px; }
.tile {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 15px;
  background: rgba(196,112,58,.16); border: 1px solid rgba(196,112,58,.34);
  color: var(--cu-lt); margin-bottom: 18px;
}
.tile svg { width: 27px; height: 27px; }
.card h3 { font-size: 22px; font-stretch: 84%; margin-bottom: 10px; }
.card p { font-size: 16px; color: var(--on-dark-mute); margin: 0; }
.card p + p { margin-top: 12px; }
.card-note { color: var(--cu-lt) !important; font-weight: 600; font-size: 15px !important; }

.card-wide { grid-column: 1 / -1; flex-direction: row; align-items: flex-start; gap: 24px; }
.card-wide .tile { margin-bottom: 0; }
.card-wide-txt { max-width: 76ch; }

.svc-foot { margin-top: 30px; }

/* ------------------------------------------------------------ service area */
.area-in { display: flex; flex-wrap: wrap; gap: clamp(32px, 5vw, 64px); align-items: flex-start; }
.area-copy { flex: 1 1 500px; }
.area-slot { flex: 1 1 320px; }
.area-list {
  list-style: none; margin: 30px 0 22px; padding: 0;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px;
}
.area-list li {
  font-family: var(--disp); font-weight: 700; font-stretch: 82%; font-size: 20px;
  padding: 14px 18px; background: #FFFFFF; border-radius: 12px;
  border-left: 4px solid var(--cu);
}
.area-coh { font-size: 16.5px; color: var(--on-light-mute); max-width: 48ch; margin: 0; }

/* ---------------------------------------------------------------- gallery */
.gal {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 46px;
}
.gal figure { margin: 0; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; }
.gal img { width: 100%; height: 100%; object-fit: cover; flex: 1 1 auto; }
.gal-a { grid-column: span 2; grid-row: span 2; }
.gal-a img { aspect-ratio: 1 / 1; }
.gal-b img, .gal-c img, .gal-d img { aspect-ratio: 3 / 2; }
.gal-b { grid-column: span 2; }
.gal-c, .gal-d { grid-column: span 1; }
.gal figcaption {
  padding: 15px 18px 17px; font-size: 14.5px; line-height: 1.55; color: var(--on-dark-mute);
}
.gal-tag {
  display: inline-block; font-family: var(--disp); font-weight: 700; font-stretch: 80%;
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--cu-lt);
  margin-right: 8px;
}
.cap { color: #7F919B; }
.cap-note { display: block; margin-top: 8px; color: #7F919B; }

/* ---------------------------------------------------------------- process */
.steps { list-style: none; margin: 48px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; position: relative; }
.steps::before {
  content: ''; position: absolute; left: 8%; right: 8%; top: 32px; height: 0;
  border-top: 2px dashed rgba(196,112,58,.42);
}
.steps li { position: relative; padding-top: 0; }
.step-n {
  display: block; font-family: var(--disp); font-weight: 800; font-stretch: 76%;
  font-size: 64px; line-height: 1; color: var(--cu); background: var(--ink-2);
  padding-right: 18px; width: max-content; position: relative; z-index: 1;
}
.steps h3 { font-size: 23px; font-stretch: 84%; margin: 16px 0 10px; }
.steps p { font-size: 16px; color: var(--on-dark-mute); margin: 0; max-width: 34ch; }

/* ------------------------------------------------------------ what to expect */
.expect-in { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; }
.checks li { display: flex; gap: 18px; align-items: flex-start; }
.chk {
  flex: none; width: 42px; height: 42px; border-radius: 50%;
  background: var(--ink); color: var(--cu-lt);
  display: inline-flex; align-items: center; justify-content: center;
}
.chk svg { width: 20px; height: 20px; }
.checks h3 { font-size: 20px; font-stretch: 84%; margin-bottom: 6px; }
.checks p { font-size: 16px; color: var(--on-light-mute); margin: 0; }

/* ------------------------------------------------------------- credentials */
.area-slot {
  border: 2px dashed rgba(196,112,58,.6); border-radius: 16px;
  padding: 26px 26px 8px; background: rgba(196,112,58,.07);
}
.area-slot .slot-k { color: var(--cu-dk); }
.area-slot p { font-size: 16px; color: var(--on-light-mute); }

.creds {
  border: 2px dashed rgba(196,112,58,.55); border-radius: 18px;
  padding: clamp(26px, 4vw, 44px); background: rgba(196,112,58,.06);
}
.creds-head { max-width: 72ch; }
.slot-k {
  font-family: var(--disp); font-weight: 800; font-stretch: 80%;
  font-size: clamp(19px, 2.4vw, 26px); letter-spacing: .02em; color: var(--cu-lt);
  margin: 0 0 12px;
}
.creds p { font-size: 16.5px; color: var(--on-dark-mute); }
.chips { list-style: none; margin: 24px 0 20px; padding: 0; display: flex; flex-wrap: wrap; gap: 11px; }
.chip {
  display: inline-block; border: 1.5px dashed rgba(196,112,58,.7); border-radius: 999px;
  padding: 8px 17px; font-size: 13px; font-weight: 700; letter-spacing: .06em;
  color: var(--cu-lt); background: rgba(196,112,58,.09);
}
.chip-sm { font-size: 11.5px; padding: 5px 13px; }
.creds-foot { margin: 0; font-size: 15.5px !important; max-width: 74ch; }

/* --------------------------------------------------------------- cta band */
.cta { background: var(--cu); color: #180B02; padding: clamp(58px, 7vw, 92px) 0; text-align: center; }
.cta-in { display: flex; flex-direction: column; align-items: center; }
.cta .lab { color: #2A1203; }
.cta .lab::before { background: #2A1203; }
.cta-h { font-family: var(--disp); font-weight: 800; font-stretch: 80%; font-size: clamp(28px, 3.6vw, 42px); line-height: 1.05; margin: 0 0 10px; }
.cta-tel {
  font-family: var(--disp); font-weight: 800; font-stretch: 74%;
  font-size: clamp(40px, 7vw, 76px); line-height: 1.02; text-decoration: none;
  color: #180B02; margin: 6px 0 10px; letter-spacing: -0.015em;
}
.cta-tel:hover { color: #3A1A04; }
.cta-p { font-size: 17px; color: #2A1203; margin-bottom: 22px; }

/* ------------------------------------------------------------------- form */
.req-in { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.req-facts { margin: 34px 0 0; display: grid; gap: 18px; }
.req-facts div { border-top: 1px solid rgba(255,255,255,.14); padding-top: 14px; }
.req-facts dt { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--cu-lt); font-weight: 700; }
.req-facts dd { margin: 5px 0 0; font-size: 18px; }
.req-facts a { text-decoration: none; border-bottom: 1px solid rgba(196,112,58,.6); }
.req-facts a:hover { color: var(--cu-lt); }

.req-form {
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px; padding: clamp(24px, 3.4vw, 38px);
}
.form-off {
  border: 1.5px dashed rgba(196,112,58,.6); border-radius: 12px; padding: 13px 17px;
  font-size: 14px; color: var(--cu-lt); margin: 0 0 26px; background: rgba(196,112,58,.08);
}
.f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.field { margin: 0 0 18px; display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--on-dark-mute); }
.field input, .field select, .field textarea {
  font-family: var(--text); font-size: 16px; color: #8FA0AA;
  background: rgba(6,15,22,.55); border: 1.5px dashed rgba(255,255,255,.22);
  border-radius: 10px; padding: 12px 14px; width: 100%;
}
.field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 14.5px; color: var(--on-dark-mute); }

/* --------------------------------------------------------- about this preview */
.apre { background: #12242F; border-top: 1px solid rgba(196,112,58,.3); padding: clamp(46px, 6vw, 76px) 0; }
.apre-in { max-width: 74ch; }
.ap-h { font-size: clamp(24px, 3vw, 34px); color: var(--cu-lt); margin-bottom: 20px; }
.apre p { font-size: 16.5px; color: #BECBD2; }
.apre strong { color: var(--on-dark); }

/* ----------------------------------------------------------------- footer */
.foot { background: var(--ink-4); border-top: 3px solid var(--cu); padding: clamp(44px, 5vw, 68px) 0 0; }
.foot-in { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 34px; }
.foot-name { font-family: var(--disp); font-weight: 800; font-stretch: 82%; font-size: 21px; margin: 14px 0 8px; }
.foot-addr { font-size: 15.5px; color: var(--on-dark-mute); margin: 0; }
.foot-k { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--cu-lt); font-weight: 700; margin: 0 0 14px; }
.foot-col a, .foot-col p { display: block; font-size: 15.5px; color: var(--on-dark-mute); text-decoration: none; margin: 0 0 9px; }
.foot-col a:hover { color: var(--cu-lt); }
.foot-bar { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding: 20px 0 26px; }
.foot-bar p { margin: 0; font-size: 14px; color: #6F8189; }

/* -------------------------------------------------------------------- fab */
.fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 95;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--cu); color: #180B02;
  display: none; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(0,0,0,.45);
  animation: pulse 2.6s ease-in-out infinite;
}
.fab svg { width: 26px; height: 26px; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 10px 26px rgba(0,0,0,.45), 0 0 0 0 rgba(196,112,58,.5); }
  60% { box-shadow: 0 10px 26px rgba(0,0,0,.45), 0 0 0 16px rgba(196,112,58,0); }
}

/* ----------------------------------------------------------------- reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .07s }
.reveal:nth-child(3) { transition-delay: .14s }
.reveal:nth-child(4) { transition-delay: .21s }
.reveal:nth-child(5) { transition-delay: .28s }
.reveal:nth-child(6) { transition-delay: .35s }

/* ------------------------------------------------------------- responsive */
@media (max-width: 1080px) {
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .card-feat { grid-row: span 1; grid-column: span 2; }
  .card-feat .card-img { aspect-ratio: 21 / 9; }
  .area-in, .expect-in, .req-in { grid-template-columns: 1fr; }
  .foot-in { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .nav {
    position: fixed; inset: 0 0 auto; top: 0; z-index: 99;
    flex-direction: column; gap: 0; background: var(--ink-2);
    padding: 88px 26px 30px; transform: translateY(-102%);
    transition: transform .32s ease; border-bottom: 1px solid rgba(255,255,255,.12);
  }
  .nav.open { transform: none; }
  .nav a { font-size: 19px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.09); width: 100%; }
  .burger {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 46px; height: 42px; padding: 0 10px; z-index: 100; position: relative;
    background: transparent; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; cursor: pointer;
  }
  .burger span { display: block; height: 2px; background: var(--on-dark); border-radius: 2px; transition: transform .25s, opacity .2s; }
  .burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mast-call { display: none; }
  .fab { display: inline-flex; }
  .gal { grid-template-columns: 1fr 1fr; }
  .gal-a, .gal-b { grid-column: span 2; grid-row: span 1; }
  .gal-a img { aspect-ratio: 4 / 3; }
  .steps { grid-template-columns: 1fr; gap: 30px; }
  .steps::before { display: none; }
}

@media (max-width: 620px) {
  body { font-size: 16.5px; }
  .shell { width: calc(100% - 34px); }
  .pbar-in { padding: 12px 0; }
  .hero-in { min-height: auto; padding: 58px 0 68px; }
  .hero-copy { max-width: none; }
  .hero-h { font-size: clamp(34px, 10vw, 44px); }
  .hero-card { position: static; margin-top: 30px; width: max-content; }
  .hero-cta .btn { flex: 1 1 auto; }
  .svc-grid { grid-template-columns: 1fr; }
  .card-feat { grid-column: span 1; }
  .card-feat .card-img { aspect-ratio: 3 / 2; }
  .area-list { grid-template-columns: 1fr; }
  .gal { grid-template-columns: 1fr; }
  .gal-a, .gal-b, .gal-c, .gal-d { grid-column: span 1; }
  .gal img { aspect-ratio: 4 / 3 !important; }
  .f2 { grid-template-columns: 1fr; }
  .foot-in { grid-template-columns: 1fr; gap: 28px; }
  .sec-h { max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-img, .strip-run, .fab { animation: none !important; }
  .hero-h .w { opacity: 1; animation: none; }
  .hero-card { opacity: 1; animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: .01ms !important; }
}
