:root {
  --navy: #082d4d;
  --navy-deep: #051f36;
  --blue: #5da9e9;
  --blue-pale: #e9f5ff;
  --red: #d9274e;
  --red-dark: #b51f40;
  --ink: #102536;
  --muted: #5b6c79;
  --line: #d8e2e9;
  --paper: #f6f9fb;
  --white: #ffffff;
  --shadow: 0 24px 64px rgba(8, 45, 77, 0.12);
  --shell: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; line-height: 1.65; }
body, button, input, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--white); color: var(--navy); padding: .8rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.topline { background: var(--navy-deep); color: rgba(255,255,255,.78); font-size: .79rem; }
.topline-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topline a { color: var(--white); text-underline-offset: 3px; }
.topline-links { display: flex; align-items: center; justify-content: flex-end; gap: 1rem; flex-wrap: wrap; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(8,45,77,.09); backdrop-filter: blur(14px); }
.nav-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; color: var(--navy); min-width: max-content; }
.brand-mark { width: 50px; height: 45px; }
.brand-logo-image { display: block; width: 245px; height: 68px; object-fit: contain; object-position: left center; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-family: "Manrope", Arial, sans-serif; font-size: 1.01rem; letter-spacing: .025em; text-transform: uppercase; }
.brand small { margin-top: .33rem; font-size: .66rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; color: var(--muted); }
.site-menu { display: flex; align-items: center; gap: 1.65rem; }
.site-menu > a { font-size: .88rem; font-weight: 700; text-decoration: none; color: #294356; }
.site-menu > a:not(.button):hover { color: var(--red); }
.menu-button { display: none; border: 1px solid var(--line); background: var(--white); color: var(--navy); border-radius: 6px; padding: .55rem .8rem; font-weight: 700; }

.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 6px; padding: .92rem 1.35rem; background: var(--red); color: var(--white); text-decoration: none; font-family: "Manrope", Arial, sans-serif; font-size: .9rem; font-weight: 800; box-shadow: 0 9px 20px rgba(217,39,78,.2); cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(217,39,78,.26); }
.button-small { padding: .68rem 1.05rem; color: var(--white) !important; }
.button-light { background: var(--white); color: var(--navy); box-shadow: none; }
.button-light:hover { background: var(--blue-pale); }
.text-link { color: var(--navy); font-weight: 800; text-decoration: none; }
.text-link span { margin-left: .25rem; color: var(--red); }
.eyebrow { margin: 0 0 1rem; color: var(--red); font-family: "Manrope", Arial, sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #9dd2ff; }

.hero { min-height: 690px; position: relative; overflow: hidden; display: grid; align-items: center; background: linear-gradient(105deg, #f8fbfd 0%, #eef6fb 52%, #dcecf5 100%); }
.hero::before { content: ""; position: absolute; inset: auto auto -220px -170px; width: 520px; height: 520px; border-radius: 50%; border: 100px solid rgba(93,169,233,.12); }
.hero-art { position: absolute; inset: 0 0 0 54%; background-image: linear-gradient(90deg, #eef6fb 0%, rgba(8,45,77,.1) 20%, rgba(8,45,77,.25) 100%), url("/assets/exterior.jpg"); background-size: cover; background-position: center; clip-path: polygon(16% 0,100% 0,100% 100%,0 100%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(360px,.72fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; padding-block: 6rem; }
.hero-copy { max-width: 650px; }
.hero h1 { margin: 0; max-width: 690px; color: var(--navy); font-family: "Manrope", Arial, sans-serif; font-size: clamp(2.65rem, 5.4vw, 5rem); line-height: 1.02; letter-spacing: -.045em; }
.hero-lede { margin: 1.55rem 0 0; max-width: 610px; color: #496172; font-size: 1.12rem; }
.hero-actions { margin-top: 2rem; display: flex; align-items: center; gap: 1.45rem; flex-wrap: wrap; }
.trust-list { margin: 2rem 0 0; padding: 0; list-style: none; display: flex; gap: 1.2rem; flex-wrap: wrap; color: #466071; font-size: .84rem; font-weight: 700; }
.trust-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: .45rem; border-radius: 50%; background: #dceeff; color: var(--navy); font-size: .7rem; }
.hero-card { align-self: end; margin-bottom: -2rem; padding: 2rem; background: rgba(5,31,54,.94); color: var(--white); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; backdrop-filter: blur(8px); }
.card-kicker { color: #9dd2ff; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-card h2 { margin: .7rem 0 1rem; font-family: "Manrope", Arial, sans-serif; font-size: 1.65rem; line-height: 1.2; }
.hero-card > p { color: rgba(255,255,255,.76); font-size: .92rem; }
.hero-card > a { color: #9dd2ff; font-size: .86rem; font-weight: 800; text-underline-offset: 4px; }
.mini-grid { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: repeat(3,1fr); gap: .7rem; }
.mini-grid div { display: grid; gap: .2rem; }
.mini-grid strong { color: #9dd2ff; font-size: .72rem; letter-spacing: .1em; }
.mini-grid span { font-size: .72rem; color: rgba(255,255,255,.72); line-height: 1.3; }

.service-section, .about-section, .stories-section, .faq-section { padding: 7rem 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .7fr; gap: 4rem; align-items: end; }
.section-heading h2, .steps-intro h2, .about-copy h2, .faq-intro h2, .help-copy h2 { margin: 0; font-family: "Manrope", Arial, sans-serif; color: var(--navy); font-size: clamp(2rem, 3.9vw, 3.35rem); line-height: 1.09; letter-spacing: -.035em; }
.section-heading > p { margin: 0; color: var(--muted); }
.service-grid { margin-top: 3rem; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 2rem 1.55rem; border-right: 1px solid var(--line); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:first-child { border-left: 1px solid var(--line); }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-5px); box-shadow: var(--shadow); }
.service-number { color: var(--red); font-family: "Manrope", Arial, sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .15em; }
.service-card h3 { margin: 4.5rem 0 .8rem; color: var(--navy); font-family: "Manrope", Arial, sans-serif; font-size: 1.25rem; line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); font-size: .91rem; }
.accent-card { background: var(--blue-pale); }

.steps-section { padding: 7rem 0; background: var(--navy); color: var(--white); position: relative; overflow: hidden; }
.steps-section::after { content: ""; position: absolute; width: 400px; height: 400px; border: 80px solid rgba(93,169,233,.08); border-radius: 50%; right: -160px; top: -160px; }
.steps-grid { display: grid; grid-template-columns: .8fr 1.25fr; gap: clamp(3rem, 7vw, 7rem); position: relative; z-index: 1; }
.steps-intro h2, .help-copy h2 { color: var(--white); }
.steps-intro > p:not(.eyebrow) { color: rgba(255,255,255,.7); margin: 1.4rem 0 2rem; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 75px 1fr; gap: 1rem; padding: 1.7rem 0; border-top: 1px solid rgba(255,255,255,.17); }
.steps-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.steps-list > li > span { color: #9dd2ff; font-family: "Manrope", Arial, sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .15em; }
.steps-list h3 { margin: 0 0 .4rem; font-family: "Manrope", Arial, sans-serif; font-size: 1.2rem; }
.steps-list p { margin: 0; color: rgba(255,255,255,.67); font-size: .92rem; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.about-visual { position: relative; min-height: 550px; }
.about-photo { position: absolute; inset: 0 9% 0 0; background: linear-gradient(rgba(8,45,77,.12),rgba(8,45,77,.12)), url("/assets/about.jpg") center/cover; border-radius: 8px; }
.about-badge { position: absolute; right: 0; bottom: 2.5rem; width: 220px; padding: 1.4rem; display: grid; background: var(--red); color: var(--white); box-shadow: var(--shadow); border-radius: 7px; }
.about-badge strong { font-family: "Manrope", Arial, sans-serif; font-size: 1.5rem; }
.about-badge span { font-size: .76rem; color: rgba(255,255,255,.82); }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.about-copy > p:first-of-type:not(.eyebrow) { margin-top: 1.5rem; }
.principles { margin-top: 2rem; display: grid; gap: 0; border-top: 1px solid var(--line); }
.principles div { padding: 1rem 0; display: grid; grid-template-columns: 150px 1fr; gap: 1rem; border-bottom: 1px solid var(--line); }
.principles strong { color: var(--navy); font-family: "Manrope", Arial, sans-serif; font-size: .88rem; }
.principles span { color: var(--muted); font-size: .88rem; }

.stories-section { position: relative; overflow: hidden; background: var(--white); }
.stories-section::before { content: ""; position: absolute; width: 430px; height: 430px; left: -250px; bottom: -260px; border: 80px solid rgba(93,169,233,.09); border-radius: 50%; }
.stories-heading { max-width: 760px; margin: 0 auto 3rem; text-align: center; position: relative; }
.stories-heading h2 { margin: 0; color: var(--navy); font-family: "Manrope", Arial, sans-serif; font-size: clamp(2rem, 3.9vw, 3.35rem); line-height: 1.09; letter-spacing: -.035em; }
.stories-heading > p:last-child { margin: 1rem auto 0; max-width: 650px; color: var(--muted); }
.story-carousel { max-width: 1000px; margin: 0 auto; position: relative; }
.story-slides { min-height: 520px; display: grid; align-items: center; }
.story-feature { width: 940px; max-width: calc(100% - 60px); margin: 0 auto; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; position: relative; }
.story-feature[hidden] { display: none; }
.story-video-wrap { min-height: 480px; background: var(--navy); box-shadow: var(--shadow); border-radius: 10px; overflow: hidden; }
.story-video { display: block; width: 100%; height: 480px; object-fit: cover; background: var(--navy); }
.story-feature blockquote { margin: 0 0 0 -3rem; padding: clamp(2rem, 5vw, 3.5rem); position: relative; background: var(--paper); border-top: 4px solid var(--red); box-shadow: var(--shadow); border-radius: 8px; }
.quote-mark { display: block; height: 42px; color: var(--blue); font-family: Georgia, serif; font-size: 5rem; line-height: .8; }
.story-feature blockquote > p { margin: .7rem 0 1.5rem; color: #344e60; font-size: 1.02rem; line-height: 1.75; }
.story-feature blockquote footer { padding-top: 1.1rem; border-top: 1px solid var(--line); display: flex; align-items: center; gap: .6rem; }
.story-feature blockquote footer strong { color: var(--navy); font-family: "Manrope", Arial, sans-serif; }
.story-feature blockquote footer span { color: var(--muted); font-size: .82rem; }
.story-feature blockquote footer span::before { content: "•"; margin-right: .6rem; color: var(--red); }
.story-controls { margin-top: 1.5rem; display: grid; grid-template-columns: 52px 1fr 52px; align-items: center; gap: 1rem; }
.story-arrow { width: 52px; height: 42px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--navy); font-size: 1.15rem; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.story-arrow:hover { border-color: var(--navy); background: var(--navy); color: var(--white); }
.story-dots { display: flex; justify-content: center; gap: .55rem; }
.story-dot { width: 9px; height: 9px; padding: 0; border: 1px solid var(--blue); border-radius: 50%; background: transparent; cursor: pointer; }
.story-dot.is-active { background: var(--blue); box-shadow: 0 0 0 4px rgba(93,169,233,.14); }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.2fr; gap: clamp(3rem, 8vw, 7rem); }
.faq-intro p:not(.eyebrow) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 1.45rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--navy); font-family: "Manrope", Arial, sans-serif; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 1.35rem; font-weight: 500; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -.4rem 3rem 1.5rem 0; color: var(--muted); font-size: .93rem; }

.help-section { padding: 7rem 0; background: var(--navy-deep); color: var(--white); }
.help-grid { display: grid; grid-template-columns: .78fr 1.12fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.help-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.contact-card { margin: 2rem 0; padding: 1.25rem; border: 1px solid rgba(255,255,255,.14); border-left: 3px solid var(--blue); background: rgba(255,255,255,.04); display: grid; gap: .25rem; }
.contact-card span { color: rgba(255,255,255,.58); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.contact-card a { color: var(--white); font-weight: 700; overflow-wrap: anywhere; }
.urgent-note { font-size: .82rem; }
.form-card { background: var(--white); color: var(--ink); padding: clamp(1.4rem, 4vw, 2.5rem); border-radius: 10px; box-shadow: 0 28px 80px rgba(0,0,0,.24); }
.form-heading { margin-bottom: 1.5rem; }
.form-kicker { margin: 0 0 .4rem; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.form-heading h3 { margin: 0; color: var(--navy); font-family: "Manrope", Arial, sans-serif; font-size: 1.7rem; }
.form-heading > p:last-child { margin: .3rem 0 0; color: var(--muted); font-size: .8rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; margin-bottom: .35rem; color: #294356; font-size: .8rem; font-weight: 700; }
.field label span { color: var(--muted); font-weight: 500; }
.field input, .field textarea { width: 100%; border: 1px solid #c8d5de; border-radius: 5px; background: #fbfdfe; color: var(--ink); padding: .75rem .85rem; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.field input:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(93,169,233,.16); }
.field textarea { resize: vertical; min-height: 118px; }
.consent-box { margin: .4rem 0 1.2rem; padding: 1rem; background: var(--blue-pale); border: 1px solid #cfe7f8; border-radius: 6px; }
.consent-choice { display: grid; grid-template-columns: 20px 1fr; gap: .7rem; align-items: start; cursor: pointer; color: #26475e; font-size: .82rem; line-height: 1.45; }
.consent-choice input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--navy); }
.consent-choice strong { display: block; color: var(--navy); }
.consent-fine, .optional-note { margin: .7rem 0 0 1.9rem; color: #5a6f7f; font-size: .67rem; line-height: 1.5; }
.consent-fine a { color: var(--navy); font-weight: 700; }
.optional-note { font-weight: 700; }
.submit-button { width: 100%; }
.submit-button:disabled { opacity: .68; cursor: wait; transform: none; }
.form-error { margin: .8rem 0 0; padding: .75rem; background: #fff0f3; color: #8c1731; font-size: .78rem; border-radius: 4px; }
.form-error a { font-weight: 700; }
.form-privacy { margin: .85rem 0 0; color: var(--muted); text-align: center; font-size: .68rem; }
.hp-field { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }

.site-footer { padding: 4rem 0 1.5rem; background: #031728; color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .65fr 1.1fr .7fr; gap: 3rem; }
.brand-footer { color: var(--white); }
.brand-footer small { color: #9dd2ff; }
.footer-brand p { max-width: 360px; font-size: .84rem; }
.footer-grid h3 { margin: .3rem 0 1rem; color: var(--white); font-family: "Manrope", Arial, sans-serif; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) > a { display: block; width: fit-content; margin: .45rem 0; font-size: .82rem; text-underline-offset: 3px; }
.footer-grid address { margin-top: .9rem; font-style: normal; font-size: .8rem; line-height: 1.7; }
.footer-bottom { margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 1rem; font-size: .72rem; }

[data-reveal] { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .site-menu { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 1.2rem 20px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(8,45,77,.1); align-items: stretch; flex-direction: column; gap: .8rem; }
  .site-menu.is-open { display: flex; }
  .site-menu > a { padding: .4rem 0; }
  .hero-art { inset: 0; opacity: .16; clip-path: none; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 5rem; }
  .hero-card { align-self: auto; margin: 0; max-width: 620px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(2) { border-right: 1px solid var(--line); }
  .service-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .topline-inner { justify-content: center; text-align: center; padding-block: .45rem; }
  .topline-inner span { display: none; }
  .topline-links { justify-content: center; gap: .35rem 1rem; }
  .nav-row { min-height: 72px; }
  .brand-mark { width: 42px; }
  .brand-logo-image { width: 210px; height: 58px; }
  .brand strong { font-size: .83rem; }
  .brand small { font-size: .56rem; }
  .hero { min-height: auto; }
  .hero h1 { font-size: clamp(2.5rem, 13vw, 4rem); }
  .hero-grid { padding-block: 4rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-list { display: grid; gap: .65rem; }
  .mini-grid { grid-template-columns: 1fr; }
  .mini-grid div { grid-template-columns: 30px 1fr; }
  .service-section, .about-section, .stories-section, .faq-section, .steps-section, .help-section { padding: 4.5rem 0; }
  .section-heading, .steps-grid, .about-grid, .faq-grid, .help-grid { grid-template-columns: 1fr; gap: 2.6rem; }
  .section-heading { gap: 1.2rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .service-card:first-child { border-top: 0; }
  .service-card h3 { margin-top: 2.5rem; }
  .about-visual { min-height: 430px; }
  .story-slides { min-height: 0; }
  .story-feature { width: 100%; max-width: 100%; grid-template-columns: 1fr; }
  .story-video-wrap, .story-video { min-height: 0; height: 460px; }
  .story-feature blockquote { margin: -1.25rem .75rem 0; padding: 1.5rem; }
  .story-controls { grid-template-columns: 46px 1fr 46px; }
  .story-arrow { width: 46px; height: 40px; }
  .principles div { grid-template-columns: 1fr; gap: .25rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; }
}
