/* PrimeComfort HVAC Solutions — production styles. Update brand tokens here if needed. */
:root {
  --navy-950: #061a2d;
  --navy-900: #0b2239;
  --navy-800: #102a43;
  --navy-700: #173f60;
  --blue-500: #14b8f5;
  --blue-400: #4fc9f7;
  --blue-100: #dff5ff;
  --orange-500: #ff7a2f;
  --orange-400: #ff914d;
  --ink: #12283c;
  --muted: #5f7181;
  --line: #dce7ee;
  --mist: #f2f8fb;
  --white: #ffffff;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --shadow-sm: 0 10px 30px rgba(16, 42, 67, 0.08);
  --shadow-lg: 0 28px 80px rgba(5, 27, 48, 0.2);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--blue-500); outline-offset: 3px; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.site-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Outfit", sans-serif; line-height: 1.05; letter-spacing: -0.035em; }
h2 { margin-bottom: 22px; color: var(--navy-900); font-size: clamp(2.25rem, 4.6vw, 4.35rem); }
h3 { font-size: 1.35rem; }
p { color: var(--muted); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 12px 18px; color: var(--white); background: var(--navy-950); border-radius: 8px; transform: translateY(-160%); transition: transform 180ms var(--ease-out); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { color: #d7edfa; background: var(--navy-950); font-size: .8rem; letter-spacing: .01em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.utility-inner p { margin: 0; color: inherit; }
.utility-inner a { color: var(--white); }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: #52dd94; border-radius: 50%; box-shadow: 0 0 0 4px rgba(82, 221, 148, .12); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(16, 42, 67, .08); box-shadow: 0 8px 28px rgba(16, 42, 67, .05); backdrop-filter: blur(14px); }
.header-inner { min-height: 83px; display: flex; align-items: center; gap: 30px; }
.brand { width: 244px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 28px); margin-left: auto; }
.primary-nav a { position: relative; padding: 30px 0 28px; color: #3d5365; font-size: .88rem; font-weight: 700; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--orange-500); transition: right 200ms var(--ease-out); }
.primary-nav a:hover, .primary-nav a.active { color: var(--navy-900); }
.primary-nav a:hover::after, .primary-nav a.active::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 12px; color: var(--navy-900); background: var(--mist); }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: currentColor; border-radius: 4px; transition: transform 200ms var(--ease-out), opacity 160ms var(--ease-out); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-family: "Outfit", sans-serif; font-weight: 700; letter-spacing: -.01em; transition: transform 160ms var(--ease-out), box-shadow 200ms var(--ease-out), background 200ms var(--ease-out), color 200ms var(--ease-out); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.97); }
.button-small { min-height: 45px; padding-inline: 18px; font-size: .88rem; }
.button-primary { color: var(--white); background: var(--orange-500); box-shadow: 0 12px 32px rgba(255, 122, 47, .28); }
.button-primary:hover { background: #ec671e; box-shadow: 0 16px 38px rgba(255, 122, 47, .36); }
.header-cta { color: var(--white); background: var(--navy-900); white-space: nowrap; }
.header-cta:hover { background: var(--navy-700); }
.button-ghost { color: var(--white); background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .24); }
.button-ghost:hover { background: rgba(255, 255, 255, .14); }
.button-dark { color: var(--white); background: var(--navy-900); }

.eyebrow { margin-bottom: 18px; color: #0877a4; font-family: "Outfit", sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 26px; height: 2px; margin: 0 10px 4px 0; background: var(--orange-500); }
.eyebrow-light { color: var(--blue-400); }
.section-heading { max-width: 690px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow::before { display: none; }
.section-heading p { max-width: 590px; margin: 0 auto; font-size: 1.06rem; }

.hero { position: relative; min-height: 720px; overflow: hidden; padding: 70px 0 0; color: var(--white); background: var(--navy-900); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .21; background-image: radial-gradient(rgba(92, 204, 247, .38) .7px, transparent .7px); background-size: 18px 18px; mask-image: linear-gradient(to right, black, transparent 63%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr); align-items: center; gap: 62px; }
.hero-copy { padding: 34px 0 96px; }
.hero h1 { max-width: 650px; margin: 0 0 24px; font-size: clamp(3.35rem, 6.1vw, 5.95rem); letter-spacing: -.055em; }
.hero h1 em { display: block; color: var(--blue-400); font-style: normal; }
.hero-lede { max-width: 610px; margin-bottom: 32px; color: #cfe0eb; font-size: 1.1rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-actions .button { min-width: 158px; }
.trust-row { display: flex; gap: 0; margin-top: 45px; }
.trust-row div { min-width: 120px; padding-right: 24px; margin-right: 24px; border-right: 1px solid rgba(255, 255, 255, .17); }
.trust-row div:last-child { border: 0; }
.trust-row strong { display: block; font-family: "Outfit", sans-serif; font-size: 1.1rem; }
.trust-row span { color: #95adbd; font-size: .78rem; }
.hero-visual { position: relative; align-self: stretch; min-height: 580px; }
.image-frame { position: absolute; inset: 0 -120px 0 0; overflow: hidden; border-radius: 180px 0 0 0; box-shadow: -30px 20px 80px rgba(0, 0, 0, .18); }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11, 34, 57, .2), transparent 38%); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-callout { position: absolute; left: -35px; bottom: 64px; z-index: 2; display: flex; align-items: center; gap: 13px; padding: 15px 20px 15px 14px; color: var(--navy-900); background: var(--white); border-radius: 18px; box-shadow: var(--shadow-lg); }
.callout-icon { width: 45px; height: 45px; display: grid; place-items: center; color: var(--white); background: var(--blue-500); border-radius: 14px; }
.hero-callout small, .hero-callout strong { display: block; }
.hero-callout small { color: var(--muted); font-size: .72rem; }
.hero-callout strong { font-family: "Outfit", sans-serif; }
.hero-strip { position: relative; z-index: 3; min-height: 56px; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 5vw, 64px); color: var(--white); background: var(--blue-500); font-family: "Outfit", sans-serif; font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-strip i { width: 5px; height: 5px; background: var(--white); border-radius: 50%; opacity: .65; }
.airflow { position: absolute; z-index: 1; border: 1px solid rgba(79, 201, 247, .11); border-radius: 50%; pointer-events: none; }
.airflow-one { width: 600px; height: 600px; top: -260px; left: -210px; }
.airflow-two { width: 430px; height: 430px; top: -160px; left: -120px; }

.about-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(48px, 7vw, 96px); }
.about-media { position: relative; }
.about-media::before { content: ""; position: absolute; left: -20px; bottom: -20px; width: 70%; height: 50%; background: var(--blue-100); border-radius: 0 0 0 30px; }
.about-media img { position: relative; width: 100%; aspect-ratio: 1.05/1; object-fit: cover; border-radius: 30px 90px 30px 30px; box-shadow: var(--shadow-lg); }
.about-badge { position: absolute; right: -22px; bottom: 38px; width: 155px; height: 155px; display: grid; align-content: center; text-align: center; color: var(--white); background: var(--orange-500); border: 8px solid var(--white); border-radius: 50%; box-shadow: var(--shadow-sm); transform: rotate(-5deg); }
.about-badge strong, .about-badge span { display: block; font-family: "Outfit", sans-serif; }
.about-badge strong { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.about-badge span { font-size: 1.25rem; font-weight: 700; }
.about-copy p { font-size: 1.04rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #0877a4; font-family: "Outfit", sans-serif; font-weight: 700; }
.text-link span { transition: transform 180ms var(--ease-out); }
.text-link:hover span { transform: translateX(5px); }

.why-section { background: var(--mist); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-card { min-height: 235px; padding: 30px; background: var(--white); border: 1px solid rgba(16, 42, 67, .07); border-radius: var(--radius-md); box-shadow: 0 10px 35px rgba(16, 42, 67, .04); transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out), border-color 220ms var(--ease-out); }
.benefit-card:hover { transform: translateY(-6px); border-color: rgba(20, 184, 245, .28); box-shadow: var(--shadow-sm); }
.icon-wrap { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 26px; color: #0877a4; background: var(--blue-100); border-radius: 15px; }
.icon-wrap svg { width: 23px; height: 23px; }
.benefit-card h3 { margin-bottom: 10px; color: var(--navy-900); font-size: 1.17rem; letter-spacing: -.02em; }
.benefit-card p { margin: 0; font-size: .92rem; }

.services-section { color: var(--white); background: var(--navy-950); }
.services-intro { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 60px; margin-bottom: 52px; }
.services-intro h2 { max-width: 720px; margin: 0; color: var(--white); }
.services-intro > p { margin: 0 0 7px; color: #a8becc; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, .12); border-left: 1px solid rgba(255, 255, 255, .12); }
.service-card { position: relative; min-height: 510px; display: flex; flex-direction: column; overflow: hidden; padding: 30px; background: var(--navy-950); border-right: 1px solid rgba(255, 255, 255, .12); border-bottom: 1px solid rgba(255, 255, 255, .12); transition: background 220ms var(--ease-out), transform 220ms var(--ease-out); }
.service-card:hover { z-index: 2; background: var(--navy-800); transform: translateY(-4px); }
.service-card-accent { background: var(--navy-800); }
.service-photo { width: calc(100% + 60px); height: 166px; margin: -30px -30px 23px; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.04); transition: transform 300ms var(--ease-out), filter 220ms var(--ease-out); }
.service-card:hover .service-photo { transform: scale(1.035); filter: saturate(1) contrast(1.03); }
.service-number { color: #658095; font-family: "Outfit", sans-serif; font-size: .78rem; letter-spacing: .12em; }
.service-icon { position: absolute; top: 138px; right: 23px; width: 52px; height: 52px; display: grid; place-items: center; margin: 0; color: var(--blue-400); background: var(--navy-900); border: 4px solid var(--navy-950); border-radius: 50%; font-size: 1.45rem; line-height: 1; }
.service-card:hover .service-icon { border-color: var(--navy-800); }
.service-icon.warm { color: var(--orange-400); }
.service-card h3 { min-height: 2.2em; margin-bottom: 13px; color: var(--white); font-size: 1.3rem; }
.service-card p { margin-bottom: 24px; color: #9fb5c5; font-size: .9rem; }
.service-link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; color: var(--white); font-family: "Outfit", sans-serif; font-size: .85rem; font-weight: 700; }
.service-link span { color: var(--orange-400); font-size: 1.2rem; transition: transform 180ms var(--ease-out); }
.service-link:hover span { transform: translate(3px, -3px); }

.process-section { position: relative; overflow: hidden; background: #e8f7fd; }
.process-section::after { content: ""; position: absolute; right: -110px; top: -110px; width: 400px; height: 400px; border: 90px solid rgba(20, 184, 245, .09); border-radius: 50%; }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.process-copy { align-self: center; }
.process-photo { width: 100%; max-width: 430px; height: 210px; margin-bottom: 30px; object-fit: cover; object-position: center; border-radius: 24px 60px 24px 24px; box-shadow: var(--shadow-sm); }
.process-copy p { max-width: 430px; margin-bottom: 28px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid rgba(16, 42, 67, .13); }
.process-list li:first-child { padding-top: 0; }
.process-list li:last-child { border: 0; }
.process-list > li > span { width: 52px; height: 52px; display: grid; place-items: center; color: var(--white); background: var(--navy-900); border-radius: 50%; font-family: "Outfit", sans-serif; font-weight: 700; }
.process-list h3 { margin: 3px 0 6px; color: var(--navy-900); font-size: 1.18rem; }
.process-list p { margin: 0; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 90px; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro p { max-width: 390px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 27px 48px 27px 0; color: var(--navy-900); font-family: "Outfit", sans-serif; font-size: 1.14rem; font-weight: 700; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span, .faq-list summary span::after { position: absolute; top: 50%; right: 4px; width: 16px; height: 2px; background: var(--blue-500); border-radius: 2px; content: ""; transition: transform 180ms var(--ease-out); }
.faq-list summary span::after { inset: 0; transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 720px; margin: -5px 48px 26px 0; }

.service-area-section { color: var(--white); background: var(--navy-900); }
.area-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 60px; margin-bottom: 45px; }
.area-heading h2 { margin: 0; color: var(--white); }
.area-heading > p { margin: 0 0 7px; color: #b3c7d4; }
.area-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 22px; }
.map-wrap { position: relative; min-height: 520px; overflow: hidden; background: #d7e7ef; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 520px; display: block; border: 0; filter: saturate(.8) contrast(.97); }
.map-label { position: absolute; left: 20px; bottom: 20px; display: grid; grid-template-columns: 32px 1fr; column-gap: 10px; padding: 13px 17px; color: var(--navy-900); background: rgba(255, 255, 255, .96); border-radius: 14px; box-shadow: var(--shadow-sm); }
.map-label strong, .map-label small { grid-column: 2; }
.map-label small { color: var(--muted); }
.map-pin { grid-row: 1 / 3; align-self: center; width: 23px; height: 23px; background: var(--orange-500); border: 6px solid #ffe1d0; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.area-list { padding: 34px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius-lg); }
.area-list h3 { margin-bottom: 23px; color: var(--white); }
.area-list ul { margin: 0; padding: 0; list-style: none; }
.area-list li { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.area-list li span { font-weight: 700; }
.area-list li small { color: #90aabb; }
.area-note { margin: 23px 0 0; color: #a8bfcd; font-size: .88rem; }

.contact-section { position: relative; overflow: hidden; color: var(--white); background: #0d314e; }
.contact-section::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(rgba(255, 255, 255, .45) .7px, transparent .7px); background-size: 20px 20px; mask-image: linear-gradient(to right, black, transparent 55%); }
.contact-grid { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(50px, 7vw, 90px); }
.contact-photo { width: 100%; max-width: 470px; height: 210px; margin-bottom: 30px; object-fit: cover; object-position: center; border: 1px solid rgba(255, 255, 255, .16); border-radius: 24px 58px 24px 24px; box-shadow: var(--shadow-lg); }
.contact-copy h2 { color: var(--white); }
.contact-copy > p { max-width: 470px; color: #b8ccda; font-size: 1.05rem; }
.contact-cards { display: grid; gap: 12px; margin-top: 32px; }
.contact-cards > a, .contact-cards > div { display: flex; align-items: center; gap: 15px; padding: 15px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .1); border-radius: 15px; }
.contact-icon { width: 43px; height: 43px; display: grid; flex: 0 0 auto; place-items: center; color: var(--blue-400); background: rgba(20, 184, 245, .12); border-radius: 13px; }
.contact-cards small, .contact-cards strong { display: block; }
.contact-cards small { color: #94adbe; font-size: .72rem; }
.contact-cards strong { color: var(--white); font-family: "Outfit", sans-serif; font-size: 1rem; }
.lead-form { padding: clamp(28px, 4vw, 48px); color: var(--ink); background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 25px; }
.form-heading h3 { margin: 0; color: var(--navy-900); font-size: 1.6rem; }
.form-heading p { margin: 0; font-size: .78rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field:nth-child(4) { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: #334e63; font-size: .8rem; font-weight: 700; }
.field input, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #f8fbfc; border: 1px solid #cfdee7; border-radius: 10px; transition: border-color 180ms var(--ease-out), box-shadow 180ms var(--ease-out), background 180ms var(--ease-out); }
.field textarea { min-height: 112px; resize: vertical; }
.field input:focus, .field textarea:focus { background: var(--white); border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(20, 184, 245, .11); outline: 0; }
.field input:user-invalid, .field textarea:user-invalid { border-color: #c94c43; }
.consent-field { display: grid; grid-template-columns: 18px 1fr; gap: 10px; margin: 19px 0; color: #657987; font-size: .67rem; line-height: 1.45; cursor: pointer; }
.consent-field input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--blue-500); }
.form-submit { width: 100%; }
.form-status { min-height: 22px; margin: 10px 0 -6px; color: #357154; font-size: .78rem; text-align: center; }

.site-footer { padding: 72px 0 25px; color: #c5d6df; background: #061827; }
.footer-main { display: grid; grid-template-columns: 1.5fr .55fr .55fr; gap: 70px; padding-bottom: 48px; }
.footer-logo-text, .dialog-brand-text { font-family: "Outfit", sans-serif; font-weight: 800; letter-spacing: -.035em; line-height: .9; }
.footer-logo-text { margin-bottom: 24px; color: var(--white); font-size: 1.75rem; }
.footer-logo-text span, .dialog-brand-text span { display: block; color: var(--blue-400); font-size: .56em; letter-spacing: .08em; text-transform: uppercase; }
.footer-brand p { max-width: 410px; color: #91a8b7; }
.footer-brand > a { color: var(--blue-400); font-family: "Outfit", sans-serif; font-size: 1.35rem; font-weight: 700; }
.footer-nav { display: grid; align-content: start; gap: 10px; }
.footer-nav h2 { margin-bottom: 8px; color: var(--white); font-size: .95rem; letter-spacing: .02em; }
.footer-nav a, .footer-nav span { color: #91a8b7; font-size: .88rem; }
.footer-nav a:hover { color: var(--white); }
.footer-disclaimer { padding: 25px 0; border-top: 1px solid rgba(255, 255, 255, .1); border-bottom: 1px solid rgba(255, 255, 255, .1); }
.footer-disclaimer p { margin: 0; color: #7f97a6; font-size: .68rem; line-height: 1.65; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; font-size: .75rem; }
.footer-bottom p { margin: 0; color: #7f97a6; }
.footer-bottom a { color: #aec1cd; }

.request-dialog { width: min(900px, calc(100% - 30px)); max-height: calc(100dvh - 30px); padding: 0; overflow: auto; border: 0; border-radius: 26px; box-shadow: 0 40px 100px rgba(0, 0, 0, .38); }
.request-dialog::backdrop { background: rgba(4, 20, 34, .78); backdrop-filter: blur(7px); }
.request-dialog[open] { animation: dialog-in 230ms var(--ease-out); }
.dialog-layout { display: grid; grid-template-columns: .8fr 1.2fr; }
.dialog-aside { display: flex; flex-direction: column; justify-content: center; padding: 42px; color: var(--white); background: var(--navy-900); }
.dialog-brand-text { margin-bottom: 42px; color: var(--white); font-size: 1.55rem; }
.dialog-aside h2 { color: var(--white); font-size: 2.25rem; }
.dialog-aside p { color: #b0c6d4; }
.dialog-aside a { margin-top: 20px; color: var(--blue-400); font-size: .82rem; }
.dialog-aside a strong { display: block; color: var(--white); font-size: 1rem; }
.dialog-form { position: relative; padding: 42px; background: var(--white); }
.dialog-form .field { margin-bottom: 13px; }
.dialog-close { position: absolute; top: 13px; right: 15px; width: 37px; height: 37px; border: 0; color: var(--navy-900); background: var(--mist); border-radius: 50%; font-size: 1.45rem; line-height: 1; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 300; max-width: 380px; padding: 14px 18px; color: var(--white); background: var(--navy-900); border-left: 4px solid var(--blue-500); border-radius: 12px; box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(18px); pointer-events: none; transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out); }
.toast.show { opacity: 1; transform: translateY(0); }
.mobile-call { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity 620ms var(--ease-out), transform 620ms var(--ease-out); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal-delay { transition-delay: 100ms; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(15px) scale(.97); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .site-shell { width: min(100% - 32px, 1040px); }
  .header-cta { display: none; }
  .brand { width: 220px; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 28px; }
  .hero h1 { font-size: clamp(3rem, 6vw, 4.7rem); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 90px; }
  .utility-inner { justify-content: center; }
  .utility-inner p { display: none; }
  .header-inner { min-height: 72px; }
  .brand { width: 200px; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { position: absolute; top: calc(100% + 1px); left: 16px; right: 16px; display: grid; gap: 0; padding: 10px; background: var(--white); border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(-8px) scale(.98); transform-origin: top right; pointer-events: none; transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out); }
  .primary-nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .primary-nav a { padding: 12px 14px; border-radius: 10px; }
  .primary-nav a:hover, .primary-nav a.active { background: var(--mist); }
  .primary-nav a::after { display: none; }
  .section { padding: 86px 0; }
  .hero { padding-top: 50px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 12px 0 45px; }
  .hero-visual { min-height: 510px; }
  .image-frame { inset: 0 -16px 0 0; border-radius: 110px 0 0 0; }
  .hero-callout { left: 18px; }
  .about-grid, .process-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-media { max-width: 650px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .services-intro, .area-heading { grid-template-columns: 1fr; gap: 18px; }
  .faq-intro { position: static; }
  .area-grid { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 430px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .site-shell { width: min(100% - 28px, 560px); }
  body { padding-bottom: 74px; }
  .section { padding: 72px 0; }
  h2 { font-size: clamp(2.2rem, 11vw, 3.1rem); }
  .utility-bar { font-size: .73rem; }
  .brand { width: 173px; }
  .hero { min-height: auto; padding-top: 42px; }
  .hero h1 { font-size: clamp(2.8rem, 14.5vw, 4rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: repeat(3, 1fr); }
  .trust-row div { min-width: 0; padding-right: 10px; margin-right: 10px; }
  .trust-row strong { font-size: .95rem; }
  .trust-row span { font-size: .66rem; }
  .hero-visual { min-height: 420px; }
  .image-frame { inset: 0; border-radius: 80px 16px 0 0; }
  .hero-callout { left: 10px; right: 10px; bottom: 16px; }
  .hero-strip { justify-content: space-around; gap: 8px; font-size: .58rem; }
  .about-grid { gap: 48px; }
  .about-media img { border-radius: 22px 65px 22px 22px; }
  .about-badge { right: -6px; bottom: -26px; width: 126px; height: 126px; }
  .benefit-grid, .service-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; }
  .service-card { min-height: 470px; }
  .process-grid { gap: 45px; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 16px; }
  .process-list > li > span { width: 44px; height: 44px; }
  .faq-list summary { font-size: 1.02rem; }
  .map-wrap, .map-wrap iframe { min-height: 390px; }
  .area-list { padding: 26px; }
  .field-grid { grid-template-columns: 1fr; gap: 14px; }
  .field:nth-child(4) { grid-column: auto; }
  .lead-form { padding: 26px 20px; border-radius: 22px; }
  .form-heading { display: block; }
  .form-heading p { margin-top: 6px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-logo-text { font-size: 1.55rem; }
  .footer-bottom { display: grid; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-aside { padding: 30px 26px 24px; }
  .dialog-brand-text { margin-bottom: 22px; font-size: 1.35rem; }
  .dialog-aside h2 { margin-bottom: 12px; font-size: 1.75rem; }
  .dialog-aside p { margin-bottom: 0; }
  .dialog-aside a { display: none; }
  .dialog-form { padding: 38px 22px 26px; }
  .mobile-call { position: fixed; right: 14px; bottom: 12px; left: 14px; z-index: 180; min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--white); background: var(--orange-500); border-radius: 999px; box-shadow: 0 13px 35px rgba(8, 31, 50, .3); font-family: "Outfit", sans-serif; font-weight: 800; }
  .toast { right: 14px; bottom: 78px; left: 14px; max-width: none; }
}

@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 .reveal { opacity: 1; transform: none; }
}
