/* FixPeak Appliance Services — Custom single-page visual system */
:root {
  --brand-primary: #1769ff;
  --brand-primary-dark: #0b49be;
  --brand-accent: #ff5b16;
  --brand-accent-dark: #d94406;
  --ink: #14202b;
  --ink-2: #344250;
  --muted: #657382;
  --surface: #ffffff;
  --surface-alt: #f4f7fa;
  --surface-warm: #fff8f3;
  --line: #dde5ec;
  --dark: #101b25;
  --dark-2: #172633;
  --blue-soft: #eaf1ff;
  --orange-soft: #fff0e8;
  --success: #137a4a;
  --error: #b42318;
  --radius-sm: 0.75rem;
  --radius: 1.2rem;
  --radius-lg: 2rem;
  --shadow-sm: 0 8px 24px rgba(20, 32, 43, 0.08);
  --shadow-md: 0 20px 60px rgba(11, 24, 36, 0.15);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --font-display: "Sora", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --header-height: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
picture { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
section[id], article[id] { scroll-margin-top: calc(var(--header-height) + 22px); }
:focus-visible { outline: 3px solid var(--brand-primary); outline-offset: 4px; }
::selection { background: var(--brand-primary); color: #fff; }

.container-wide { width: min(100% - 40px, 1240px); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 8rem) 0; }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 9999; padding: .8rem 1rem; background: #fff; color: var(--ink); border-radius: .5rem; font-weight: 700; box-shadow: var(--shadow-md); }
.skip-link:focus { top: 1rem; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-height); background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(221, 229, 236, .88); backdrop-filter: blur(16px); transition: box-shadow 180ms var(--ease-out), height 180ms var(--ease-out); }
.site-header.is-scrolled { box-shadow: 0 12px 40px rgba(15, 28, 40, .1); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 2rem; }
.brand { width: 198px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 1.45rem; }
.desktop-nav a { position: relative; padding: .75rem 0; color: var(--ink-2); font-size: .86rem; font-weight: 700; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .42rem; height: 2px; background: var(--brand-accent); transition: right 180ms var(--ease-out); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-call { min-height: 52px; display: flex; align-items: center; gap: .7rem; padding: .55rem 1rem; background: var(--ink); color: #fff; border-radius: .8rem; font-family: var(--font-display); font-weight: 700; transition: transform 160ms var(--ease-out), background 160ms var(--ease-out); }
.header-call:hover { background: var(--brand-primary); transform: translateY(-2px); }
.header-call:active { transform: scale(.97); }
.header-call svg { width: 19px; height: 19px; }
.header-call span { line-height: 1.15; font-size: .84rem; }
.header-call small { display: block; margin-bottom: .18rem; color: #a7f3d0; font: 700 .63rem/1 var(--font-body); text-transform: uppercase; letter-spacing: .12em; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: .75rem; background: var(--ink); color: #fff; padding: 12px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform 180ms var(--ease-out), opacity 180ms var(--ease-out); }
.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); }
.mobile-nav { display: none; }

/* Shared */
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.15rem; color: var(--brand-primary); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.eyebrow-light { color: #9fc0ff; }
h1, h2, h3 { margin: 0; font-family: var(--font-display); line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 5.25vw, 5rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.7rem); }
h3 { font-size: clamp(1.05rem, 1.8vw, 1.35rem); }
p { margin: 0 0 1rem; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .85rem 1.25rem; border: 1px solid transparent; border-radius: .8rem; font-family: var(--font-display); font-size: .88rem; font-weight: 700; line-height: 1.2; transition: transform 160ms var(--ease-out), box-shadow 160ms var(--ease-out), background 160ms var(--ease-out), color 160ms var(--ease-out), border-color 160ms var(--ease-out); }
.button:hover { transform: translateY(-3px); }
.button:active { transform: scale(.97); }
.button svg { width: 18px; height: 18px; }
.button-orange { background: var(--brand-accent); color: #fff; box-shadow: 0 12px 28px rgba(255, 91, 22, .24); }
.button-orange:hover { background: var(--brand-accent-dark); box-shadow: 0 16px 35px rgba(255, 91, 22, .3); }
.button-blue { background: var(--brand-primary); color: #fff; box-shadow: 0 12px 28px rgba(23, 105, 255, .2); }
.button-blue:hover { background: var(--brand-primary-dark); }
.button-ghost { border-color: rgba(255,255,255,.32); color: #fff; background: rgba(255,255,255,.07); }
.button-ghost:hover { border-color: #fff; background: #fff; color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--brand-primary); font-weight: 800; border-bottom: 2px solid #cbdcff; transition: gap 160ms var(--ease-out), border-color 160ms var(--ease-out); }
.text-link:hover { gap: .8rem; border-color: var(--brand-primary); }

/* Hero */
.hero { position: relative; min-height: 760px; padding: calc(var(--header-height) + clamp(4rem, 8vw, 6.5rem)) 0 clamp(5rem, 8vw, 7rem); background: var(--dark); color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 600px; height: 600px; left: -300px; top: 40px; border-radius: 50%; background: rgba(23,105,255,.22); filter: blur(100px); }
.hero::after { content: ""; position: absolute; width: 360px; height: 360px; right: -120px; bottom: -80px; border-radius: 50%; background: rgba(255,91,22,.16); filter: blur(90px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(3rem, 6vw, 6rem); align-items: center; }
.hero-copy { max-width: 640px; }
.hero h1 { max-width: 700px; }
.hero h1 em { color: var(--brand-accent); font-style: normal; }
.hero-lede { max-width: 600px; margin: 1.65rem 0 1.9rem; color: #c8d4de; font-size: clamp(1.02rem, 1.6vw, 1.18rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-values { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 1.2rem; margin: 2.2rem 0 0; padding: 1.5rem 0 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; color: #d6e0e8; font-size: .84rem; font-weight: 600; }
.hero-values span { display: inline-flex; justify-content: center; align-items: center; width: 18px; height: 18px; margin-right: .35rem; color: var(--brand-accent); background: rgba(255,91,22,.12); border-radius: 50%; }
.hero-visual { position: relative; }
.hero-frame { position: relative; padding: 10px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 2rem; box-shadow: 0 36px 80px rgba(0,0,0,.28); }
.hero-frame::before { content: ""; position: absolute; inset: 10px; z-index: 1; border-radius: 1.45rem; box-shadow: inset 0 -100px 90px -70px rgba(0,0,0,.5); pointer-events: none; }
.hero-frame img { width: 100%; height: clamp(440px, 42vw, 570px); min-height: 0; object-fit: cover; object-position: 45% center; border-radius: 1.45rem; }
.hero-badge { position: absolute; z-index: 2; left: -2.2rem; bottom: 2.1rem; display: flex; align-items: center; gap: .85rem; min-width: 240px; padding: 1rem 1.1rem; background: #fff; color: var(--ink); border-radius: 1rem; box-shadow: var(--shadow-md); }
.hero-badge .pulse { position: relative; width: 12px; height: 12px; background: #16a066; border-radius: 50%; }
.hero-badge .pulse::after { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(22,160,102,.4); border-radius: 50%; }
.hero-badge strong, .hero-badge small { display: block; }
.hero-badge strong { font-family: var(--font-display); font-size: .85rem; }
.hero-badge small { color: var(--muted); font-size: .72rem; }
.hero-mark { position: absolute; border: 2px solid var(--brand-accent); }
.hero-mark-one { right: -18px; top: -18px; width: 70px; height: 70px; border-left: 0; border-bottom: 0; }
.hero-mark-two { left: -18px; bottom: -18px; width: 62px; height: 62px; border-right: 0; border-top: 0; }
.hero-grid-texture { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, black, transparent 70%); }

/* Benefit strip */
.benefit-strip { position: relative; z-index: 3; background: var(--brand-primary); color: #fff; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit-grid article { min-height: 142px; display: flex; align-items: center; gap: 1rem; padding: 1.7rem 1.5rem; border-right: 1px solid rgba(255,255,255,.2); }
.benefit-grid article:first-child { padding-left: 0; }
.benefit-grid article:last-child { padding-right: 0; border-right: 0; }
.benefit-number { flex: 0 0 auto; color: #8db2ff; font-family: var(--font-display); font-size: .72rem; font-weight: 800; }
.benefit-grid h2 { margin-bottom: .25rem; font-size: .95rem; letter-spacing: -.01em; }
.benefit-grid p { margin: 0; color: #cfddff; font-size: .78rem; line-height: 1.45; }

/* About */
.about-section { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.about-visual { position: relative; padding: 0 0 3rem 3rem; }
.about-visual::before { content: ""; position: absolute; inset: 3rem 3rem 0 0; background: var(--blue-soft); border-radius: var(--radius-lg); }
.image-panel { position: relative; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.image-panel img { width: 100%; aspect-ratio: 4/4.2; object-fit: cover; }
.about-note { position: absolute; left: 0; bottom: 0; display: flex; align-items: center; gap: .9rem; padding: 1.1rem 1.25rem; background: var(--brand-accent); color: #fff; border-radius: 1rem; box-shadow: var(--shadow-sm); }
.about-note span { font-family: var(--font-display); font-size: 1.55rem; font-weight: 800; }
.about-note p { margin: 0; padding-left: .9rem; border-left: 1px solid rgba(255,255,255,.4); font-size: .74rem; line-height: 1.35; }
.about-copy h2 { max-width: 620px; margin-bottom: 1.8rem; }
.about-copy p { color: var(--muted); }
.about-copy .intro { color: var(--ink-2); font-size: 1.12rem; line-height: 1.75; }
.about-copy .text-link { margin-top: .65rem; }

/* Services */
.services-section { background: var(--surface-alt); }
.section-heading { margin-bottom: 3rem; }
.heading-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: end; }
.heading-split > p { max-width: 480px; margin: 0 0 .35rem auto; color: var(--muted); font-size: 1.02rem; }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.service-card { min-height: 260px; display: flex; flex-direction: column; padding: 1.5rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 4px 0 transparent; transition: transform 180ms var(--ease-out), border-color 180ms var(--ease-out), box-shadow 180ms var(--ease-out); }
.service-card:hover { transform: translateY(-7px); border-color: #b8cfff; box-shadow: 0 7px 0 var(--brand-primary); }
.service-code { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: auto; background: var(--blue-soft); color: var(--brand-primary); border-radius: .75rem; font-family: var(--font-display); font-size: .76rem; font-weight: 800; }
.service-card h3 { margin: 1.2rem 0 .55rem; font-size: 1.08rem; }
.service-card p { color: var(--muted); font-size: .82rem; line-height: 1.5; }
.service-card a { display: flex; justify-content: space-between; align-items: center; gap: .5rem; margin-top: auto; padding-top: .9rem; border-top: 1px solid var(--line); color: var(--brand-primary); font-size: .77rem; font-weight: 800; }
.service-photo-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; margin: clamp(4rem, 7vw, 6rem) 0; }
.photo-card { position: relative; min-height: 300px; margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.photo-card picture { position: absolute; inset: 0; }
.photo-card img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: center; transition: transform 500ms var(--ease-out); }
.photo-card:hover img { transform: scale(1.035); }
.photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,19,28,.8), transparent 65%); }
.photo-card figcaption { position: absolute; z-index: 2; left: 1.6rem; right: 1.6rem; bottom: 1.5rem; color: #fff; }
.photo-card figcaption span, .photo-card figcaption strong { display: block; }
.photo-card figcaption span { margin-bottom: .3rem; color: #bdd0ff; font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.photo-card figcaption strong { font-family: var(--font-display); font-size: 1.15rem; }
.detail-header { max-width: 760px; margin: 0 auto 2.8rem; text-align: center; }
.detail-header > span { display: inline-block; margin-bottom: .8rem; color: var(--brand-accent); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.detail-header h2 { margin-bottom: 1rem; font-size: clamp(1.9rem, 3.5vw, 3rem); }
.detail-header p { color: var(--muted); }
.service-details { border-top: 1px solid var(--line); }
.service-detail { display: grid; grid-template-columns: 58px 1.08fr 1fr auto; gap: 1.6rem; align-items: center; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.detail-index { color: var(--brand-accent); font: 800 .74rem/1 var(--font-display); }
.detail-copy h3 { margin-bottom: .5rem; }
.detail-copy p { max-width: 470px; margin: 0; color: var(--muted); font-size: .87rem; }
.service-detail ul { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem 1rem; margin: 0; padding: 0; list-style: none; color: var(--ink-2); font-size: .8rem; }
.service-detail li::before { content: "•"; margin-right: .4rem; color: var(--brand-primary); }
.service-detail > a { align-self: center; color: var(--brand-primary); font-size: .78rem; font-weight: 800; white-space: nowrap; }
.safety-note { display: grid; grid-template-columns: .3fr 1.7fr; gap: 1rem; margin: 1.2rem 0; padding: 1.35rem 1.5rem; background: var(--orange-soft); border-left: 4px solid var(--brand-accent); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.safety-note strong { color: var(--brand-accent-dark); font-family: var(--font-display); }
.safety-note p { margin: 0; color: var(--ink-2); font-size: .87rem; }

/* Why choose */
.choose-section { position: relative; background: var(--dark); color: #fff; overflow: hidden; }
.choose-section::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 20px 20px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.choose-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.choose-intro { max-width: 470px; }
.choose-intro h2 { margin-bottom: 1.35rem; }
.choose-intro > p:not(.eyebrow) { margin-bottom: 1.8rem; color: #b9c7d3; }
.choose-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.choose-card { min-height: 220px; padding: 1.6rem; background: var(--dark-2); border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); }
.choose-card > span { display: block; margin-bottom: 2.2rem; color: var(--brand-accent); font-family: var(--font-display); font-size: .75rem; font-weight: 800; }
.choose-card h3 { margin-bottom: .65rem; }
.choose-card p { margin: 0; color: #aebdca; font-size: .86rem; }

/* Process */
.process-section { background: #fff; }
.centered { max-width: 680px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { margin-top: 1rem; color: var(--muted); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 4rem 0 2.7rem; padding: 0; list-style: none; }
.process-grid::before { content: ""; position: absolute; top: 34px; left: 12%; right: 12%; height: 1px; background: var(--line); }
.process-grid li { position: relative; padding: 0 1.5rem; text-align: center; }
.process-grid li > span { position: relative; z-index: 2; width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 1.4rem; background: #fff; color: var(--brand-primary); border: 2px solid var(--brand-primary); border-radius: 50%; font-family: var(--font-display); font-size: .75rem; font-weight: 800; box-shadow: 0 0 0 8px #fff; }
.process-grid h3 { margin-bottom: .65rem; font-size: 1rem; }
.process-grid p { color: var(--muted); font-size: .85rem; }
.center-action { text-align: center; }

/* Service area */
.area-section { background: var(--surface-alt); }
.area-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.area-copy h2 { margin-bottom: 1.45rem; }
.area-lede { color: var(--ink-2); font-size: 1.05rem; }
.area-copy > p:not(.eyebrow):not(.area-lede):not(.availability-note) { color: var(--muted); }
.area-list { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem 1rem; margin: 1.4rem 0; padding: 0; list-style: none; }
.area-list li { position: relative; padding-left: 1.25rem; color: var(--ink-2); font-size: .85rem; }
.area-list li::before { content: ""; position: absolute; left: 0; top: .65rem; width: 6px; height: 6px; background: var(--brand-accent); border-radius: 50%; }
.availability-note { margin-top: 1.5rem; padding: 1rem 1.1rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--ink-2); font-size: .82rem; }
.availability-note a { color: var(--brand-primary); font-weight: 800; }
.map-wrap { position: relative; overflow: hidden; min-height: 590px; background: #dbe2e7; border: 9px solid #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.map-wrap iframe { width: 100%; height: 590px; display: block; border: 0; filter: saturate(.8) contrast(1.02); }
.map-label { position: absolute; z-index: 2; top: 1rem; left: 1rem; right: 1rem; max-width: 300px; padding: .9rem 1rem; background: rgba(16,27,37,.94); color: #fff; border-radius: .8rem; box-shadow: var(--shadow-sm); pointer-events: none; }
.map-label span, .map-label strong { display: block; }
.map-label span { margin-bottom: .2rem; color: #a9c5ff; font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.map-label strong { font-family: var(--font-display); font-size: .8rem; }

/* FAQ */
.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 7rem); }
.faq-intro { position: sticky; top: calc(var(--header-height) + 2rem); align-self: start; }
.faq-intro h2 { margin-bottom: 1.2rem; }
.faq-intro > p:not(.eyebrow) { max-width: 400px; color: var(--muted); }
.faq-jump { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1.5rem 0; }
.faq-jump a { padding: .45rem .65rem; background: var(--surface-alt); color: var(--ink-2); border-radius: .45rem; font-size: .72rem; font-weight: 700; }
.faq-jump a:hover { background: var(--blue-soft); color: var(--brand-primary); }
.faq-help { margin-top: 2rem; padding: 1.25rem; background: var(--dark); color: #fff; border-radius: var(--radius); }
.faq-help strong { font-family: var(--font-display); }
.faq-help p { margin: .3rem 0 .45rem; color: #b8c6d1; font-size: .8rem; }
.faq-help a { color: #8db2ff; font-family: var(--font-display); font-weight: 800; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: grid; grid-template-columns: 1fr 30px; gap: 1.2rem; align-items: center; padding: 1.6rem 0; background: transparent; color: var(--ink); border: 0; text-align: left; font-family: var(--font-display); font-size: 1rem; font-weight: 700; line-height: 1.4; }
.faq-symbol { position: relative; width: 28px; height: 28px; border: 1px solid #bfcbd4; border-radius: 50%; }
.faq-symbol::before, .faq-symbol::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 1.5px; background: var(--ink); transform: translate(-50%,-50%); transition: transform 180ms var(--ease-out); }
.faq-symbol::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-item.is-open .faq-symbol { background: var(--brand-primary); border-color: var(--brand-primary); }
.faq-item.is-open .faq-symbol::before, .faq-item.is-open .faq-symbol::after { background: #fff; }
.faq-item.is-open .faq-symbol::after { transform: translate(-50%,-50%) rotate(0); }
.faq-panel { padding: 0 3.5rem 1.5rem 0; }
.faq-panel p { max-width: 730px; margin: 0; color: var(--muted); }
.js-enabled .faq-panel { display: none; }
.js-enabled .faq-item.is-open .faq-panel { display: block; }

/* Contact */
.contact-section { background: var(--surface-alt); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: stretch; box-shadow: var(--shadow-md); border-radius: var(--radius-lg); overflow: hidden; }
.contact-card { padding: clamp(2rem, 5vw, 4rem); background: var(--dark); color: #fff; }
.contact-card h2 { margin-bottom: 1.25rem; font-size: clamp(2rem, 3.7vw, 3.15rem); }
.contact-card > p:not(.eyebrow) { color: #b5c3ce; }
.contact-phone { display: block; margin: 2rem 0; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-phone small, .contact-phone strong { display: block; }
.contact-phone small { margin-bottom: .25rem; color: #9fc0ff; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-phone strong { font-family: var(--font-display); font-size: clamp(1.35rem, 2.7vw, 2rem); }
.contact-card dl { margin: 0; }
.contact-card dl > div { display: grid; grid-template-columns: .5fr 1.5fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-card dt { color: #94a6b4; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-card dd { margin: 0; font-size: .86rem; }
.form-panel { padding: clamp(2rem, 5vw, 4rem); background: #fff; }
.form-heading { margin-bottom: 1.7rem; }
.form-heading > span { display: block; margin-bottom: .35rem; color: var(--brand-accent); font-size: .69rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.form-heading h3 { font-size: clamp(1.45rem, 2.5vw, 2rem); }
.form-heading p { margin: .4rem 0 0; color: var(--muted); font-size: .78rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field.full { grid-column: 1 / -1; }
.field label { display: flex; justify-content: space-between; gap: .8rem; margin-bottom: .38rem; color: var(--ink-2); font-size: .78rem; font-weight: 800; }
.optional { color: #8795a2; font-size: .65rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cbd6df; border-radius: .7rem; background: #fff; color: var(--ink); transition: border-color 160ms var(--ease-out), box-shadow 160ms var(--ease-out); }
.field input, .field select { height: 51px; padding: 0 .85rem; }
.field textarea { min-height: 130px; padding: .75rem .85rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--brand-primary); box-shadow: 0 0 0 4px rgba(23,105,255,.12); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--error); }
.field-error { min-height: 18px; display: block; margin-top: .25rem; color: var(--error); font-size: .7rem; line-height: 1.35; }
.consent-field { display: grid; grid-template-columns: 20px 1fr; gap: .7rem; align-items: start; margin-top: 1rem; }
.consent-field input { width: 19px; height: 19px; margin: .18rem 0 0; accent-color: var(--brand-primary); }
.consent-field label { color: var(--muted); font-size: .68rem; line-height: 1.55; }
.consent-error { margin-left: 1.8rem; }
.submit-button { width: 100%; margin-top: .6rem; border: 0; }
.form-status { display: none; margin: .9rem 0 0; padding: .8rem .9rem; border-radius: .65rem; font-size: .78rem; }
.form-status.is-visible { display: block; }
.form-status.is-info { background: var(--blue-soft); color: #134dad; }
.form-status.is-success { background: #e8f7ef; color: var(--success); }
.form-status.is-error { background: #ffebe9; color: var(--error); }

/* Final CTA & footer */
.final-cta { padding: clamp(4.5rem, 8vw, 7rem) 0; background: var(--brand-primary); color: #fff; text-align: center; }
.final-cta-inner { max-width: 930px; }
.final-cta .eyebrow { justify-content: center; color: #cfddff; }
.final-cta h2 { margin-bottom: 1rem; }
.final-cta p:not(.eyebrow) { color: #dce6ff; font-size: 1.02rem; }
.final-cta-inner > div { display: flex; justify-content: center; flex-wrap: wrap; gap: .75rem; margin-top: 1.7rem; }
.site-footer { padding: 5rem 0 0; background: #0b141c; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.25fr .9fr .65fr .9fr; gap: clamp(2rem, 5vw, 5rem); padding-bottom: 3.5rem; }
.footer-wordmark { display: inline-flex; flex-direction: column; font-family: var(--font-display); line-height: 1; }
.footer-wordmark strong { color: var(--brand-primary); font-size: 2rem; letter-spacing: -.06em; }
.footer-wordmark span { margin-top: .3rem; color: #fff; font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-brand p { margin: 1rem 0 0; color: #91a2af; font-size: .82rem; }
.footer-main h2 { margin-bottom: 1rem; color: #8fb2ff; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-contact address { color: #b4c1ca; font-style: normal; font-size: .8rem; }
.footer-contact > a { display: inline-block; margin: .7rem 0 .15rem; font-family: var(--font-display); font-weight: 800; }
.footer-contact > p { color: #80d5ad; font-size: .76rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: .42rem; }
.footer-links a { color: #b4c1ca; font-size: .8rem; }
.footer-links a:hover { color: #fff; }
.footer-action p { color: #a7b6c1; font-size: .8rem; }
.footer-action .button { min-height: 48px; }
.footer-disclaimer { padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); }
.footer-disclaimer p { margin: 0; color: #93a3af; font-size: .72rem; line-height: 1.65; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1.5rem; padding: 1.4rem 0 2rem; color: #748694; font-size: .72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a:hover { color: #fff; }
.mobile-call-bar { display: none; }

/* Progressive reveal */
.js-enabled .reveal { opacity: 0; transform: translateY(18px); transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out); }
.js-enabled .reveal[data-delay="1"] { transition-delay: 70ms; }
.js-enabled .reveal[data-delay="2"] { transition-delay: 140ms; }
.js-enabled .reveal[data-delay="3"] { transition-delay: 210ms; }
.js-enabled .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1160px) {
  .desktop-nav { gap: 1rem; }
  .desktop-nav a { font-size: .78rem; }
  .header-call { display: none; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  :root { --header-height: 76px; }
  .container-wide { width: min(100% - 32px, 1240px); }
  .brand { width: 178px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .mobile-nav { position: absolute; left: 1rem; right: 1rem; top: calc(100% + .5rem); display: grid; padding: .7rem; background: #fff; border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow-md); opacity: 0; transform: translateY(-8px); pointer-events: none; visibility: hidden; transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out), visibility 180ms; }
  .mobile-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; visibility: visible; }
  .mobile-nav a { padding: .8rem .75rem; border-bottom: 1px solid var(--line); font-weight: 700; }
  .mobile-nav a:last-child { border: 0; }
  .mobile-nav .mobile-menu-call { margin-top: .5rem; background: var(--brand-accent); color: #fff; border: 0; border-radius: .65rem; text-align: center; }
  .hero { min-height: auto; }
  .hero-grid, .about-grid, .choose-grid, .area-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-visual { max-width: 720px; }
  .hero-frame img { height: 430px; min-height: 0; object-position: 45% center; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid article:nth-child(2) { border-right: 0; }
  .benefit-grid article:first-child { padding-left: 1.5rem; }
  .benefit-grid article:last-child { padding-right: 1.5rem; }
  .benefit-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .about-visual { max-width: 650px; }
  .heading-split { grid-template-columns: 1fr; gap: 1rem; }
  .heading-split > p { margin-left: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-photo-row { grid-template-columns: 1fr 1fr; }
  .photo-card { min-height: 330px; }
  .service-detail { grid-template-columns: 45px 1fr 1fr; }
  .service-detail > a { grid-column: 2; }
  .choose-intro { max-width: 690px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 2rem 0; }
  .process-grid::before { display: none; }
  .faq-intro { position: static; }
  .faq-help { max-width: 420px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-action { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --header-height: 70px; }
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .container-wide { width: min(100% - 24px, 1240px); }
  .section { padding: 4.5rem 0; }
  .brand { width: 150px; }
  .menu-toggle { width: 44px; height: 44px; }
  .hero { padding-top: calc(var(--header-height) + 3.5rem); padding-bottom: 3.5rem; }
  .hero-grid { gap: 2.8rem; }
  .hero h1 { font-size: clamp(2.4rem, 12vw, 3.5rem); }
  .hero-lede { margin: 1.25rem 0 1.5rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-values { grid-template-columns: 1fr; }
  .hero-frame { padding: 7px; border-radius: 1.35rem; }
  .hero-frame img { height: 330px; min-height: 0; object-position: 42% center; border-radius: 1rem; }
  .hero-badge { left: 1rem; right: 1rem; bottom: 1rem; min-width: 0; }
  .hero-mark { display: none; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 105px; padding: 1.2rem .4rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .benefit-grid article:first-child, .benefit-grid article:last-child { padding-left: .4rem; padding-right: .4rem; }
  .benefit-grid article:last-child { border-bottom: 0; }
  .about-visual { padding: 0 0 2.6rem 1.5rem; }
  .about-visual::before { inset: 2rem 1.5rem 0 0; }
  .about-note { padding: .85rem 1rem; }
  .about-note span { font-size: 1.25rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .service-photo-row { grid-template-columns: 1fr; margin: 3.5rem 0; }
  .photo-card { min-height: 320px; }
  .service-detail { grid-template-columns: 36px 1fr; gap: 1rem; padding: 1.7rem 0; }
  .service-detail ul, .service-detail > a { grid-column: 2; }
  .service-detail ul { grid-template-columns: 1fr; }
  .safety-note { grid-template-columns: 1fr; }
  .choose-cards { grid-template-columns: 1fr; }
  .choose-card { min-height: 190px; }
  .process-grid { grid-template-columns: 1fr; margin-top: 3rem; }
  .process-grid li { max-width: 360px; margin-inline: auto; }
  .area-list { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 440px; height: 440px; }
  .faq-item button { padding: 1.3rem 0; font-size: .9rem; }
  .faq-panel { padding-right: 0; }
  .contact-grid { border-radius: 1.35rem; }
  .contact-card, .form-panel { padding: 2rem 1.25rem; }
  .form-grid { grid-template-columns: 1fr; }
  .field, .field.full { grid-column: 1; }
  .final-cta-inner > div { display: grid; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-action { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .mobile-call-bar { position: fixed; z-index: 999; left: .75rem; right: .75rem; bottom: calc(.65rem + env(safe-area-inset-bottom)); min-height: 55px; display: flex; align-items: center; justify-content: center; gap: .7rem; padding: .75rem 1rem; background: var(--brand-accent); color: #fff; border-radius: .8rem; box-shadow: 0 14px 38px rgba(10,22,32,.28); font-family: var(--font-display); font-size: .85rem; font-weight: 800; opacity: 0; transform: translateY(calc(100% + 1.5rem)); pointer-events: none; transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out); }
  .mobile-call-bar.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .mobile-call-bar svg { width: 19px; height: 19px; }
}

@media (max-width: 390px) {
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .footer-action { grid-column: 1; }
  .mobile-call-bar { left: .5rem; right: .5rem; font-size: .78rem; }
}

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