:root {
  --navy: #102c46;
  --navy-dark: #0b2136;
  --yellow: #ffd24a;
  --white: #fff;
  --mist: #f1f5f7;
  --muted: #597080;
  --green: #25724d;
  --line: #dbe3e8;
  --font-body: "Segoe UI", Arial, sans-serif;
  --font-display: Impact, "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--navy); background: var(--white); font-family: var(--font-body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
button, a, summary { touch-action: manipulation; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
svg { flex-shrink: 0; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-family: var(--font-display); font-weight: 400; line-height: 1.08; letter-spacing: .005em; }
h1 { font-size: clamp(54px, 5.25vw, 76px); }
h2 { font-size: clamp(38px, 4vw, 54px); }
h3 { font-size: 19px; font-weight: 700; line-height: 1.35; letter-spacing: -.025em; }
p { text-wrap: pretty; }
button { border: 0; }
[hidden] { display: none !important; }
::selection { background: var(--yellow); color: var(--navy); }
:focus-visible { outline: 3px solid #077ca6; outline-offset: 5px; }
.hero :focus-visible, .site-footer :focus-visible, .emergency-section :focus-visible { outline-color: var(--yellow); }
.container { width: min(var(--container), calc(100% - 96px)); margin-inline: auto; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); background: var(--yellow); padding: 12px 20px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; border: 1px solid transparent; border-radius: 5px; padding: 14px 22px; color: var(--navy); background: var(--yellow); font-size: 15px; font-weight: 700; line-height: 1.35; text-align: left; transition: background-color .18s, box-shadow .18s; }
.button:hover { background: #ffdf7a; box-shadow: 0 3px 0 rgba(16,44,70,.14); }
.button-small { min-height: 46px; padding: 11px 17px; font-size: 14px; }
.button-large { gap: 17px; min-height: 78px; padding: 17px 23px; font-size: 19px; }
.button-large > .icon:first-child { width: 28px; height: 28px; }
.button-subline { display: block; font-size: 13px; font-weight: 400; margin-top: 3px; opacity: .85; }
.button-arrow { margin-left: 20px; width: 20px; }
.button-dark { color: var(--white); background: var(--navy); }
.button-dark:hover { background: #1e4566; }
.button-outline { background: transparent; border-color: #b3c2cb; }
.button-outline:hover { background: white; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link:hover { text-decoration: underline; }
.text-link .icon { width: 20px; }
.status-dot { display: inline-block; width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: #77d0a6; }
.preview-note { min-height: 28px; padding: 4px 20px; display: flex; align-items: center; justify-content: center; gap: 5px; background: #eaf0f4; color: #4a5c6c; font-size: 11px; line-height: 1.5; }
.preview-note a { margin-left: 8px; text-decoration: underline; text-underline-offset: 2px; }
.utility-bar { background: var(--navy); color: #dce7ed; font-size: 12px; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; }
.utility-inner > span:first-child { display: flex; align-items: center; gap: 9px; }
.utility-right { color: #bacad5; }
.site-header { position: sticky; z-index: 20; top: 0; background: white; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: 11px; }
.brand strong { display: block; font-weight: 800; font-size: 30px; line-height: 1.07; letter-spacing: -1.6px; }
.brand small { display: block; font-size: 10px; color: var(--muted); margin-top: 5px; line-height: 1.3; }
.main-nav { display: flex; align-items: center; gap: 27px; }
.main-nav a { font-size: 13px; font-weight: 600; padding-block: 14px; }
.main-nav a:hover { color: #22678a; }
.menu-toggle { display: none; align-items: center; gap: 8px; background: none; color: var(--navy); padding: 12px 0 12px 12px; font-size: 13px; }
.menu-bars { display: block; position: relative; width: 21px; height: 13px; border-top: 2px solid; border-bottom: 2px solid; }
.menu-bars::after { content: ""; position: absolute; top: 4px; left: 0; right: 0; height: 2px; background: currentColor; }

.hero { overflow: hidden; background: var(--navy); color: white; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 12px; min-height: 614px; }
.hero-copy { padding-block: 49px 39px; position: relative; z-index: 1; }
.availability { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; font-size: 12px; color: #cad8e1; margin-bottom: 24px; }
.availability-divider { width: 1px; height: 12px; background: #577087; margin-inline: 3px; }
.hero h1 { margin-bottom: 23px; max-width: 630px; }
.hero-description { max-width: 450px; color: #c9d6e0; font-size: 16px; line-height: 1.75; margin-bottom: 25px; }
.hero .button-large { min-width: 316px; }
.hero .button-arrow { margin-left: auto; }
.hero-reassurance { display: flex; align-items: center; gap: 8px; color: #bccfdd; font-size: 12px; margin-top: 12px; }
.hero-reassurance .icon { width: 15px; height: 15px; stroke: var(--yellow); }
.hero-bottom { margin-top: 31px; padding-top: 22px; border-top: 1px solid #35506a; display: flex; align-items: center; gap: 23px; max-width: 460px; }
.hero-price { display: flex; align-items: center; gap: 12px; }
.hero-price > strong { font-family: var(--font-display); font-size: 38px; line-height: 1; font-weight: 400; white-space: nowrap; }
.hero-price > span { font-size: 12px; line-height: 1.5; }
.hero-price small { display: block; color: #a9bfce; font-size: 10px; margin-top: 2px; }
.hero-price-separator { width: 1px; height: 35px; background: #35506a; }
.hero-price-detail { color: #bed0df; font-size: 12px; line-height: 1.5; }
.hero-visual { position: relative; align-self: stretch; display: flex; align-items: center; min-width: 0; }
.pipe-art { width: 115%; max-width: none; height: auto; margin-left: -4%; }
.visual-caption { position: absolute; z-index: 2; top: 36px; right: 0; display: flex; align-items: center; gap: 10px; color: #a8bece; font-size: 11px; }
.caption-line { width: 25px; height: 1px; background: #a8bece; }
.round-badge { position: absolute; z-index: 2; right: 3%; top: 16%; width: 121px; height: 121px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--yellow); color: var(--navy); border-radius: 50%; box-shadow: 0 0 0 8px var(--navy); transform: rotate(9deg); }
.round-badge strong { font-family: var(--font-display); font-size: 40px; font-weight: 400; line-height: 1.1; }
.round-badge span { font-size: 10px; font-weight: 600; text-align: center; line-height: 1.5; margin-top: 2px; }
.visual-bottom { position: absolute; left: 12%; right: 0; bottom: 32px; display: flex; justify-content: space-between; gap: 15px; border-top: 1px solid #38536b; padding-top: 15px; color: #8fa9bc; font-size: 10px; }
.tiny-cross { color: var(--yellow); margin-right: 7px; }
.trust-strip { background: var(--mist); border-bottom: 1px solid #e1e8ec; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 28px; }
.trust-grid > div { display: flex; align-items: center; gap: 13px; padding-inline: 23px; border-right: 1px solid #d5dfe6; }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { padding-right: 0; border: 0; }
.trust-grid .icon { width: 27px; height: 27px; }
.trust-grid strong { font-size: 12px; display: block; line-height: 1.4; }
.trust-grid small { font-size: 10px; color: var(--muted); display: block; margin-top: 3px; }

.section { padding-block: 96px; }
.section-kicker { color: var(--muted); font-size: 13px; font-weight: 600; margin-bottom: 15px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 64px; margin-bottom: 38px; }
.section-heading > p { max-width: 400px; color: var(--muted); font-size: 15px; line-height: 1.75; padding-bottom: 3px; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.problem { padding: 29px 25px 24px; border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: start; }
.problem:last-child { border-right: 0; }
.problem:hover { background: var(--mist); }
.problem:focus-visible { outline-offset: -4px; }
.problem-icon { width: 39px; height: 39px; margin-bottom: 23px; stroke-width: 1.3; }
.problem h3 { margin-bottom: 10px; font-size: 18px; }
.problem p { font-size: 13px; line-height: 1.75; color: var(--muted); }
.problem-link { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 26px; font-size: 12px; font-weight: 600; }
.problem-link .icon { width: 19px; height: 19px; }
.section-footnote { font-size: 12px; color: var(--muted); margin-top: 23px; }
.section-footnote a { color: var(--navy); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.section-footnote a:hover { text-decoration: underline; }
.section-footnote .icon { width: 16px; height: 16px; }
.services-section { background: var(--mist); }
.services-layout { display: grid; grid-template-columns: .92fr 1.25fr; gap: 100px; }
.services-intro { position: sticky; top: 130px; align-self: start; }
.services-intro > p:not(.section-kicker) { color: var(--muted); max-width: 350px; margin-top: 23px; font-size: 15px; }
.services-intro .text-link { margin-top: 25px; }
.service-note { display: flex; gap: 12px; border-top: 1px solid #d3dfe6; padding-top: 26px; margin-top: 44px; max-width: 350px; }
.service-note .icon { width: 28px; height: 28px; stroke: var(--green); }
.service-note p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.service-note strong { font-weight: 600; color: var(--navy); }
.service-item { display: grid; grid-template-columns: 32px 1fr; gap: 22px; padding-block: 28px; border-bottom: 1px solid #d0dde5; }
.service-item:first-child { padding-top: 0; }
.service-item:last-child { padding-bottom: 0; border: 0; }
.service-icon { width: 29px; height: 29px; stroke-width: 1.5; margin-top: 1px; }
.service-item h3 { font-size: 21px; margin-bottom: 10px; }
.service-item p { font-size: 14px; color: var(--muted); line-height: 1.75; max-width: 490px; }
.service-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.service-tags span { border: 1px solid #cedbe3; color: #4a6475; border-radius: 3px; padding: 2px 8px; font-size: 10px; }
.process-section .section-heading > p { max-width: 350px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 47px 0 0; padding: 0; list-style: none; }
.process-grid li { position: relative; padding-right: 32px; }
.process-grid li::before { content: ""; position: absolute; top: 25px; left: 58px; right: 12px; height: 1px; background: var(--line); }
.process-grid li:last-child::before { display: none; }
.step-number { display: inline-flex; align-items: center; justify-content: center; width: 49px; height: 49px; background: var(--mist); border: 1px solid var(--line); border-radius: 50%; font-size: 16px; font-weight: 700; margin-bottom: 24px; }
.process-grid li:last-child .step-number { background: var(--yellow); border-color: var(--yellow); }
.process-grid h3 { font-size: 17px; margin-bottom: 11px; }
.process-grid p { font-size: 13px; color: var(--muted); line-height: 1.8; }
.process-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 30px; margin-top: 38px; border-top: 1px solid var(--line); }
.process-bottom > span { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--muted); }
.process-bottom > span .icon { width: 18px; color: var(--green); }
.pricing-section { background: var(--mist); }
.pricing-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 110px; align-items: center; }
.pricing-copy > p:not(.section-kicker) { max-width: 510px; margin-top: 25px; font-size: 15px; color: var(--muted); }
.check-list { padding: 0; margin: 27px 0; list-style: none; }
.check-list li { display: flex; gap: 11px; align-items: start; margin-bottom: 12px; font-size: 14px; }
.check-list .icon { width: 19px; height: 22px; color: var(--green); }
.pricing-copy p.pricing-caveat { font-size: 12px; max-width: 430px; padding-top: 22px; border-top: 1px solid #d1dce4; line-height: 1.75; }
.price-ticket { background: var(--white); border: 1px solid #cedbe4; padding: 30px 32px 24px; border-top: 5px solid var(--yellow); border-radius: 5px; box-shadow: 0 12px 32px #102c4607; }
.price-ticket-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 16px; font-weight: 700; }
.price-ticket-top .icon { width: 22px; height: 22px; }
.price-amount { display: flex; align-items: center; gap: 13px; margin-top: 9px; line-height: 1; }
.price-amount > strong { font-family: var(--font-display); font-size: 112px; font-weight: 400; }
.price-amount > span { font-size: 41px; font-weight: 600; }
.price-amount small { display: block; margin-top: 11px; font-size: 11px; font-weight: 400; color: var(--muted); }
.price-ticket > p { color: var(--muted); font-size: 13px; }
.ticket-divider { border-top: 1px dashed #cad6df; margin: 22px -32px 21px; }
.price-ticket ul { list-style: none; margin: 0 0 22px; padding: 0; }
.price-ticket li { display: flex; align-items: center; gap: 9px; margin-bottom: 9px; font-size: 13px; }
.price-ticket li .icon { width: 17px; height: 17px; color: var(--green); }
.price-ticket .button { width: 100%; font-size: 13px; }
.price-ticket p.price-disclaimer { font-size: 10px; line-height: 1.65; margin-top: 15px; }

.emergency-section { padding-block: 74px; color: white; background: var(--navy); overflow: hidden; }
.emergency-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.emergency-mark { font-family: var(--font-display); font-size: clamp(120px, 15vw, 208px); font-weight: 400; line-height: 1; letter-spacing: -2px; color: var(--yellow); border-right: 1px solid #39536a; padding-right: 50px; }
.emergency-mark > span { display: inline-block; font-size: .79em; margin-inline: -7px; color: #496278; }
.emergency-mark small { display: block; font-family: var(--font-body); font-size: 14px; color: #b4c8d7; letter-spacing: 0; margin-top: 18px; }
.emergency-copy .section-kicker { color: #b9cbd8; font-size: 12px; }
.emergency-copy h2 { font-size: clamp(34px, 3vw, 44px); }
.emergency-copy > p:not(.section-kicker) { font-size: 14px; color: #c2d2df; margin-block: 22px 26px; max-width: 530px; }
.emergency-copy .button { font-size: 14px; }
.emergency-hours { display: block; font-size: 10px; color: #aac1d2; margin-top: 11px; }
.advice-layout { display: grid; grid-template-columns: 1fr 1.12fr; gap: 95px; }
.advice-layout > div:first-child > p:not(.section-kicker) { margin-top: 23px; font-size: 14px; max-width: 385px; color: var(--muted); }
.advice-layout p.safety-warning { display: flex; align-items: start; gap: 11px; background: #fff8e1; padding: 17px; border-radius: 4px; margin-top: 27px; font-size: 11px !important; color: #665b36 !important; }
.safety-warning .icon { width: 22px; height: 22px; margin-top: 2px; }
.safety-warning strong { display: block; font-weight: 600; }
.advice-list article { display: flex; gap: 21px; padding-block: 23px; border-bottom: 1px solid var(--line); }
.advice-list article:first-child { padding-top: 0; }
.advice-list article:last-child { padding-bottom: 0; border: 0; }
.advice-list article > span { color: #56748a; font-size: 14px; padding-top: 2px; }
.advice-list h3 { font-size: 17px; margin-bottom: 9px; }
.advice-list p { font-size: 13px; color: var(--muted); line-height: 1.8; }
.coverage-section { padding-block: 32px; background: var(--mist); border-block: 1px solid var(--line); }
.coverage-inner { display: flex; align-items: center; gap: 25px; }
.coverage-icon { display: flex; align-items: center; justify-content: center; width: 66px; height: 66px; background: #e2eaf0; border-radius: 50%; flex-shrink: 0; }
.coverage-icon .icon { width: 29px; height: 29px; }
.coverage-inner h2 { font-family: var(--font-body); font-size: 21px; font-weight: 700; letter-spacing: -.5px; }
.coverage-inner p { margin-top: 8px; font-size: 13px; color: var(--muted); }
.coverage-note { display: block; font-size: 10px; color: var(--muted); margin-top: 5px; }
.coverage-inner .button { margin-left: auto; flex-shrink: 0; font-size: 13px; }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.faq-intro > p:not(.section-kicker) { color: var(--muted); font-size: 14px; margin-block: 23px 20px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; font-weight: 600; font-size: 14px; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { width: 19px; height: 19px; color: var(--muted); transition: transform .18s; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-answer { padding: 0 35px 25px 0; font-size: 13px; color: var(--muted); line-height: 1.85; }
.contact-section { padding-block: 70px; background: var(--yellow); }
.contact-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 60px; }
.contact-section .section-kicker { color: #61542a; }
.contact-section h2 { font-size: clamp(40px, 4.8vw, 65px); }
.contact-section p:not(.section-kicker) { margin-top: 21px; font-size: 14px; color: #4a4935; }
.contact-action { justify-self: end; width: min(100%, 370px); }
.contact-availability { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; margin-bottom: 12px; }
.contact-availability .status-dot { background: var(--green); }
.contact-action .button { width: 100%; font-size: 18px; }
.contact-action .button-arrow { margin-left: auto; }
.email-link { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 17px; font-size: 12px; }
.email-link .icon { width: 16px; height: 16px; }
.email-link:hover { text-decoration: underline; }
.contact-action p.contact-placeholder { font-size: 10px; text-align: center; margin-top: 12px; }
.site-footer { background: var(--navy-dark); color: white; padding-top: 58px; }
.footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 80px; padding-bottom: 42px; }
.brand-light small { color: #adc0ce; }
.footer-about p { color: #a6bccd; font-size: 13px; margin-top: 21px; }
.footer-preview { display: block; font-size: 10px; color: #8faabd; margin-top: 12px; }
.footer-column { display: flex; flex-direction: column; align-items: start; gap: 9px; }
.footer-column h3 { font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.footer-column a { font-size: 12px; color: #afc2d1; overflow-wrap: anywhere; }
.footer-column a:hover { color: white; text-decoration: underline; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; border-top: 1px solid #2c445a; padding-block: 23px; color: #91abbd; font-size: 10px; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 23px; }
.footer-bottom a:hover { color: white; text-decoration: underline; }
.site-notice { border-top: 1px solid #2c445a; padding-block: 15px; color: #9fb5c6; font-size: 10px; }
.site-notice summary { cursor: pointer; }
.site-notice p { max-width: 840px; margin-top: 12px; }
.fallback-content { padding-block: 20px; border-top: 1px solid #2c445a; color: #bdd0de; }
.fallback-content h2 { font-family: var(--font-body); font-size: 18px; font-weight: 600; margin-bottom: 12px; }
.fallback-content p { font-size: 12px; max-width: 780px; }
.js-dialogs .fallback-sections { display: none; }
.mobile-call { display: none; }
.info-dialog { width: min(540px, calc(100% - 32px)); max-height: calc(100dvh - 48px); border: 0; border-radius: 10px; padding: 35px; color: var(--navy); box-shadow: 0 25px 100px #0004; }
.info-dialog::backdrop { background: #071a2acc; backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 11px; right: 11px; display: grid; place-items: center; width: 42px; height: 42px; background: var(--mist); border-radius: 50%; color: var(--navy); font-size: 28px; line-height: 1; }
.dialog-icon { display: inline-flex; padding: 14px; background: var(--yellow); border-radius: 50%; margin-bottom: 22px; }
.info-dialog h2 { font-size: 36px; padding-right: 15px; margin-bottom: 20px; }
#dialog-content { white-space: pre-line; overflow-wrap: anywhere; font-size: 14px; line-height: 1.8; color: var(--muted); }
.dialog-done { margin-top: 24px; width: 100%; }

.reviews-section { background: var(--mist); }
.reviews-heading { align-items: center; }
.reviews-summary { display: flex; align-items: center; gap: 16px; }
.reviews-summary-score { font-family: var(--font-display); font-size: 62px; line-height: 1; color: var(--navy); font-weight: 400; }
.reviews-summary-meta { display: flex; flex-direction: column; gap: 4px; }
.reviews-summary-stars { font-size: 22px; }
.reviews-summary-count { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: var(--muted); font-weight: 600; }
.reviews-summary-count .google-g { width: 15px; height: 15px; flex-shrink: 0; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 22px 22px 20px; display: flex; flex-direction: column; gap: 12px; box-shadow: 0 1px 2px rgba(16,44,70,.04); }
.review::after { content: ''; position: absolute; top: 18px; right: 18px; width: 16px; height: 16px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'><path fill='%234285F4' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z'/><path fill='%2334A853' d='M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z'/><path fill='%23FBBC04' d='M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z'/><path fill='%23EA4335' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z'/></svg>"); background-size: contain; background-repeat: no-repeat; opacity: .95; }
.review-meta { display: flex; align-items: center; gap: 12px; padding-right: 22px; }
.review-avatar { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-family: Arial, sans-serif; font-weight: 500; font-size: 17px; line-height: 1; letter-spacing: .5px; user-select: none; }
.review-who { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.review-who strong { font-family: Arial, sans-serif; font-size: 14px; font-weight: 500; color: var(--navy); line-height: 1.25; }
.review-date { font-size: 12px; color: var(--muted); line-height: 1.4; }
.review-stars { display: inline-flex; gap: 2px; font-size: 16px; line-height: 1; letter-spacing: .5px; }
.review-stars .star-on { color: #fbbc04; }
.review-stars .star-off { color: #dadce0; }
.review-quote { margin: 0; font-size: 14px; line-height: 1.6; color: #202124; font-family: Arial, sans-serif; }
.reviews-footnote { margin-top: 26px; font-size: 12px; color: var(--muted); text-align: center; }

@media (min-width: 1600px) { .hero-grid { min-height: 660px; } .hero-copy { padding-top: 64px; } }
@media (max-width: 1150px) {
  .container { width: calc(100% - 64px); }
  .main-nav { gap: 19px; }
  .header-inner { gap: 18px; }
  .brand strong { font-size: 27px; }
  .header-call { font-size: 12px; padding-inline: 12px; gap: 8px; }
  .header-call .icon { width: 19px; }
  .hero-grid { min-height: 590px; grid-template-columns: 1.1fr 1fr; }
  .hero h1 { font-size: clamp(54px, 6vw, 70px); }
  .hero-description { font-size: 14px; max-width: 370px; }
  .round-badge { width: 100px; height: 100px; right: 1%; top: 18%; }
  .round-badge strong { font-size: 33px; }
  .round-badge span { font-size: 9px; }
  .trust-grid > div { padding-inline: 14px; gap: 10px; }
  .trust-grid .icon { width: 23px; }
  .trust-grid strong { font-size: 11px; }
  .trust-grid small { font-size: 9px; }
  .services-layout, .pricing-layout, .advice-layout, .faq-layout { gap: 60px; }
  .section-heading { gap: 40px; }
  .section-heading > p { max-width: 350px; }
  .problem { padding-inline: 19px; }
  .problem h3 { font-size: 16px; }
  .problem p { font-size: 12px; }
  .price-ticket { padding-inline: 25px; }
  .ticket-divider { margin-inline: -25px; }
  .emergency-layout { gap: 55px; }
  .coverage-inner { gap: 20px; }
  .coverage-inner .button { padding-inline: 17px; }
}
@media (max-width: 900px) {
  .header-inner { flex-wrap: wrap; min-height: 78px; padding-block: 14px; }
  .main-nav { order: 3; width: 100%; justify-content: center; border-top: 1px solid var(--line); gap: 36px; padding-top: 5px; }
  .js-menu .menu-toggle { display: flex; margin-left: auto; }
  .js-menu .main-nav { display: none; }
  .js-menu .main-nav.is-open { display: flex; }
  .hero-copy { padding-block: 37px; }
  .hero h1 { font-size: 57px; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; min-height: 560px; }
  .hero-bottom { gap: 15px; }
  .hero-price-detail { font-size: 10px; }
  .hero-price > strong { font-size: 33px; }
  .hero-price > span { font-size: 10px; }
  .hero-price small { font-size: 9px; }
  .hero .button-large { min-width: 280px; }
  .pipe-art { width: 150%; margin-left: -22%; }
  .round-badge { right: -8px; top: 14%; }
  .visual-caption { top: 32px; font-size: 9px; }
  .visual-bottom { left: 0; font-size: 9px; }
  .visual-bottom > span:last-child { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .trust-grid > div { padding-inline: 22px !important; }
  .trust-grid > div:nth-child(odd) { padding-left: 0 !important; }
  .trust-grid > div:nth-child(even) { border-right: 0; }
  .trust-grid strong { font-size: 12px; }
  .trust-grid small { font-size: 10px; }
  .section { padding-block: 72px; }
  h2 { font-size: 42px; }
  .section-heading > p { max-width: 295px; font-size: 13px; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .problem { padding: 26px; }
  .problem:nth-child(2) { border-right: 0; }
  .problem:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .problem h3 { font-size: 18px; }
  .problem p { font-size: 13px; }
  .services-layout { grid-template-columns: .85fr 1.15fr; gap: 40px; }
  .service-item { gap: 15px; grid-template-columns: 26px 1fr; }
  .service-icon { width: 25px; height: 25px; }
  .service-item h3 { font-size: 18px; }
  .service-item p { font-size: 13px; }
  .process-grid { grid-template-columns: 1fr 1fr; row-gap: 35px; }
  .process-grid li:nth-child(2)::before { display: none; }
  .process-grid li { padding-right: 35px; }
  .process-section .section-heading { display: block; }
  .process-section .section-heading > p { max-width: 500px; margin-top: 20px; }
  .pricing-layout { grid-template-columns: 1fr 1fr; gap: 35px; }
  .pricing-copy > p:not(.section-kicker) { font-size: 13px; }
  .check-list li { font-size: 12px; }
  .price-ticket { padding-inline: 22px; }
  .ticket-divider { margin-inline: -22px; }
  .price-ticket-top { font-size: 14px; }
  .price-ticket .button { padding-inline: 12px; font-size: 12px; }
  .price-ticket .button .icon { width: 18px; }
  .emergency-layout { gap: 34px; grid-template-columns: .6fr 1.4fr; }
  .emergency-mark { font-size: 125px; padding-right: 30px; }
  .emergency-copy h2 { font-size: 35px; }
  .advice-layout { gap: 35px; }
  .advice-list h3 { font-size: 15px; }
  .advice-list article { gap: 15px; }
  .coverage-inner { flex-wrap: wrap; }
  .coverage-inner > div { flex: 1; }
  .coverage-inner .button { margin-left: 85px; }
  .faq-layout { grid-template-columns: .85fr 1.15fr; gap: 40px; }
  .faq-list summary { font-size: 13px; }
  .contact-layout { gap: 30px; grid-template-columns: 1.05fr .95fr; }
  .contact-section h2 { font-size: 43px; }
  .contact-action .button { padding-inline: 17px; font-size: 16px; gap: 11px; }
  .contact-action .button-arrow { width: 18px; }
  .footer-main { gap: 35px; }
  .footer-bottom > span:last-child { display: none; }
  .review-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .review { padding: 20px 20px 18px; }
  .reviews-heading { align-items: start; }
  .reviews-summary-score { font-size: 52px; }
  .reviews-summary-stars { font-size: 20px; }
}
@media (max-width: 650px) {
  html { scroll-padding-top: 85px; }
  body { padding-bottom: calc(83px + env(safe-area-inset-bottom)); }
  .container { width: calc(100% - 40px); }
  .preview-note { font-size: 10px; min-height: 26px; }
  .preview-note > span { display: none; }
  .utility-inner { min-height: 31px; font-size: 10px; justify-content: center; }
  .utility-right { display: none; }
  .header-inner { min-height: 75px; gap: 10px; }
  .brand { gap: 9px; }
  .brand > img { width: 36px; height: 36px; }
  .brand strong { font-size: 26px; }
  .brand small { font-size: 8px; margin-top: 4px; }
  .header-call { display: none; }
  .main-nav { gap: 0; justify-content: space-around; flex-wrap: wrap; }
  .main-nav a { font-size: 12px; padding: 10px; }
  .menu-toggle { min-height: 44px; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; min-height: 0; }
  .hero-copy { padding-block: 34px 0; }
  .availability { font-size: 10px; margin-bottom: 23px; gap: 7px; }
  .hero h1 { font-size: clamp(35px, 11vw, 62px); margin-bottom: 21px; letter-spacing: .002em; }
  .hero-description { max-width: 450px; font-size: 14px; margin-bottom: 24px; }
  .hero .button-large { min-height: 70px; width: 100%; min-width: 0; padding: 15px 21px; font-size: 18px; }
  .button-large > .icon:first-child { width: 24px; height: 24px; }
  .hero-reassurance { justify-content: center; font-size: 10px; margin-top: 12px; }
  .hero-bottom { max-width: none; margin-top: 23px; padding-top: 19px; justify-content: center; gap: 24px; }
  .hero-price > strong { font-size: 35px; }
  .hero-price > span { font-size: 10px; }
  .hero-price-detail { font-size: 11px; }
  .hero-visual { height: 330px; max-width: 470px; width: 100%; margin-inline: auto; }
  .pipe-art { width: 105%; margin-left: -2.5%; height: 100%; object-fit: contain; }
  .round-badge { width: 83px; height: 83px; top: 12%; right: 6%; box-shadow: 0 0 0 5px var(--navy); }
  .round-badge strong { font-size: 30px; }
  .round-badge span { font-size: 8px; }
  .visual-caption { display: none; }
  .visual-bottom { left: 0; right: 0; bottom: 16px; font-size: 8px; padding-top: 10px; }
  .visual-bottom > span:last-child { display: inline; }
  .trust-grid { gap: 20px 0; padding-block: 24px; }
  .trust-grid > div { align-items: start; gap: 8px; padding-inline: 12px !important; }
  .trust-grid .icon { width: 21px; height: 21px; margin-top: 2px; }
  .trust-grid strong { font-size: 10px; }
  .trust-grid small { font-size: 9px; line-height: 1.5; max-width: 120px; }
  .section { padding-block: 58px; }
  .section-kicker { font-size: 12px; margin-bottom: 12px; }
  h2 { font-size: 39px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading > p { margin-top: 20px; max-width: 470px; font-size: 14px; }
  .problem { padding: 20px 16px; }
  .problem h3 { font-size: 15px; }
  .problem p { font-size: 12px; }
  .problem-icon { width: 32px; height: 32px; margin-bottom: 17px; }
  .problem-link { font-size: 10px; padding-top: 20px; gap: 4px; }
  .problem-link .icon { width: 15px; height: 15px; }
  .section-footnote { font-size: 11px; margin-top: 20px; }
  .section-footnote a { margin-top: 3px; }
  .services-layout { grid-template-columns: 1fr; gap: 35px; }
  .services-intro { position: static; }
  .services-intro > p:not(.section-kicker) { font-size: 14px; max-width: 470px; margin-top: 20px; }
  .services-intro .text-link { font-size: 13px; margin-top: 19px; }
  .service-note { display: none; }
  .service-item { padding-block: 25px; gap: 18px; grid-template-columns: 29px 1fr; }
  .service-icon { width: 28px; height: 28px; }
  .service-item h3 { font-size: 19px; }
  .service-item p { font-size: 13px; }
  .service-item:first-child { padding-top: 27px; border-top: 1px solid #d0dde5; }
  .process-grid { margin-top: 30px; gap: 27px 21px; }
  .process-grid li { padding-right: 0; }
  .process-grid li::before { right: -9px; }
  .step-number { width: 45px; height: 45px; font-size: 14px; margin-bottom: 19px; }
  .process-grid h3 { font-size: 15px; }
  .process-grid p { font-size: 12px; }
  .process-bottom { flex-direction: column; align-items: stretch; gap: 20px; padding-top: 25px; margin-top: 27px; }
  .process-bottom > span { font-size: 11px; gap: 7px; }
  .process-bottom .button { width: 100%; }
  .pricing-layout { grid-template-columns: 1fr; gap: 30px; }
  .pricing-copy > p:not(.section-kicker) { font-size: 14px; }
  .check-list li { font-size: 13px; }
  .pricing-copy p.pricing-caveat { font-size: 12px; }
  .price-ticket { padding: 25px 26px 23px; }
  .price-ticket-top { font-size: 16px; }
  .price-amount > strong { font-size: 112px; }
  .ticket-divider { margin-inline: -26px; }
  .price-ticket .button { font-size: 14px; }
  .price-ticket p.price-disclaimer { font-size: 11px; }
  .emergency-section { padding-block: 48px; }
  .emergency-layout { grid-template-columns: 1fr; gap: 28px; }
  .emergency-mark { font-size: 110px; border: 0; padding: 0; display: flex; align-items: center; gap: 4px; }
  .emergency-mark > span { margin: 0 -2px; }
  .emergency-mark small { margin-left: 19px; font-size: 12px; border-left: 1px solid #39536a; padding-left: 20px; max-width: 110px; line-height: 1.6; }
  .emergency-copy h2 { font-size: 36px; }
  .emergency-copy > p:not(.section-kicker) { font-size: 14px; }
  .emergency-copy .button { width: 100%; justify-content: start; }
  .emergency-copy .button-arrow { margin-left: auto; }
  .emergency-hours { text-align: center; }
  .advice-layout { grid-template-columns: 1fr; gap: 32px; }
  .advice-layout > div:first-child > p:not(.section-kicker) { max-width: none; }
  .advice-layout p.safety-warning { font-size: 12px !important; }
  .advice-list h3 { font-size: 16px; }
  .advice-list article { gap: 18px; }
  .advice-list p { font-size: 13px; }
  .coverage-inner { gap: 16px; align-items: start; }
  .coverage-icon { width: 46px; height: 46px; }
  .coverage-icon .icon { width: 24px; }
  .coverage-inner h2 { font-size: 18px; }
  .coverage-inner p { font-size: 12px; }
  .coverage-inner .button { margin: 5px 0 0; width: 100%; }
  .faq-layout { grid-template-columns: 1fr; gap: 27px; }
  .faq-intro > p:not(.section-kicker) { font-size: 13px; margin-block: 20px 13px; }
  .faq-intro .text-link { font-size: 13px; }
  .faq-list summary { font-size: 13px; padding-block: 21px; gap: 15px; }
  .faq-answer { padding-right: 20px; font-size: 13px; }
  .contact-section { padding-block: 50px; }
  .contact-layout { grid-template-columns: 1fr; gap: 27px; }
  .contact-section h2 { font-size: 44px; }
  .contact-section p:not(.section-kicker) { font-size: 13px; margin-top: 18px; }
  .contact-action { justify-self: stretch; width: 100%; }
  .contact-availability { justify-content: start; font-size: 11px; }
  .contact-action .button { font-size: 19px; min-height: 75px; padding: 17px 22px; gap: 15px; }
  .site-footer { padding-top: 42px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 32px 23px; padding-bottom: 32px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-about p { font-size: 12px; margin-top: 17px; }
  .footer-column h3 { font-size: 12px; }
  .footer-column a { font-size: 11px; }
  .footer-bottom { gap: 12px; font-size: 10px; padding-block: 20px; }
  .footer-bottom > div { gap: 18px; }
  .site-notice { padding-bottom: 20px; }
  .mobile-call { position: fixed; z-index: 30; left: 0; bottom: 0; right: 0; display: block; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: white; border-top: 1px solid var(--line); box-shadow: 0 -3px 15px #102c460c; }
  .mobile-call .button { min-height: 61px; padding: 10px 20px; width: 100%; gap: 13px; justify-content: start; font-size: 16px; }
  .mobile-call small { display: block; font-size: 10px; font-weight: 400; margin-top: 2px; }
  .mobile-call .button-arrow { margin-left: auto; }
  .info-dialog { padding: 28px 24px; }
  .info-dialog h2 { font-size: 32px; }
  .review-grid { grid-template-columns: 1fr; gap: 14px; }
  .review { padding: 20px 18px 18px; gap: 11px; }
  .review-avatar { width: 36px; height: 36px; flex: 0 0 36px; font-size: 15px; }
  .review-who strong { font-size: 13px; }
  .review-date { font-size: 11px; }
  .review-stars { font-size: 15px; }
  .review-quote { font-size: 14px; line-height: 1.6; }
  .reviews-footnote { font-size: 11px; margin-top: 22px; }
  .reviews-summary { gap: 14px; margin-top: 18px; }
  .reviews-summary-score { font-size: 48px; }
  .reviews-summary-stars { font-size: 18px; }
  .reviews-summary-count { font-size: 11px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .hero h1 { font-size: 35px; }
  .hero-bottom { gap: 14px; }
  .hero-price { gap: 8px; }
  .hero-visual { height: 290px; }
  .trust-grid > div { gap: 7px; padding-inline: 9px !important; }
  .trust-grid .icon { width: 18px; }
  .trust-grid strong { font-size: 9px; }
  .problem { padding-inline: 13px; }
  .problem h3 { font-size: 14px; }
  .problem p { font-size: 11px; }
  .process-grid { column-gap: 18px; }
  .process-grid h3 { font-size: 14px; }
  .contact-section h2 { font-size: 39px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
.gallery-section { background: var(--mist); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.gallery-grid figure { margin: 0; display: flex; flex-direction: column; background: var(--white); border-radius: 6px; overflow: hidden; box-shadow: 0 1px 0 rgba(16,44,70,.06); }
.gallery-grid img { width: 100%; height: 320px; object-fit: cover; display: block; }
.gallery-grid figcaption { padding: 14px 18px 16px; font-size: 13px; font-weight: 600; color: var(--navy); border-top: 1px solid var(--line); }
@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .gallery-grid img { height: 260px; }
}
@media (max-width: 560px) {
  .gallery-grid { grid-template-columns: 1fr; gap: 14px; }
  .gallery-grid img { height: 240px; }
}

@media print {
  body { padding-bottom: 0; }
  .site-header { position: static; }
  .mobile-call, .menu-toggle, .info-dialog { display: none !important; }
  .section { padding-block: 30px; }
  .hero, .emergency-section, .site-footer { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .services-intro { position: static; }
}
