:root {
  --navy: #102d48;
  --navy-deep: #082239;
  --blue: #76bed2;
  --blue-pale: #e8f5f8;
  --blue-mist: #f3f9fa;
  --ink: #1a2b38;
  --muted: #60717e;
  --white: #ffffff;
  --line: #d9e4e8;
  --font: "Zen Kaku Gothic New", sans-serif;
  --shadow: 0 24px 70px rgba(12, 45, 70, 0.13);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); font-size: 16px; line-height: 1.9; letter-spacing: .035em; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
.section-inner { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.section-inner.narrow { width: min(880px, calc(100% - 40px)); }
.section { padding: 104px 0; }
.sp-only { display: none; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 8px 14px; color: white; background: var(--navy); transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; top: 0; inset-inline: 0; z-index: 100; height: 86px; color: var(--navy); background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(16,45,72,.08); backdrop-filter: blur(16px); transition: box-shadow .3s, height .3s; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(10,40,62,.08); }
.header-inner { width: min(1320px, calc(100% - 48px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { flex: 0 0 auto; display: block; width: 34px; height: 42px; object-fit: contain; }
.brand-copy { display: grid; gap: 6px; }
.brand-copy strong { font-size: 22px; font-weight: 700; letter-spacing: .12em; }
.brand-copy small { font-size: 10px; color: var(--muted); letter-spacing: .23em; }
.global-nav { height: 100%; display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.global-nav > a:not(.nav-cta) { position: relative; }
.global-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue); transition: right .25s; }
.global-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { height: 100%; display: grid; place-items: center; padding-inline: 24px; color: white; background: var(--navy); margin-right: -24px; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 780px; overflow: hidden; padding-top: 86px; background: #edf5f7; }
.hero-photo { position: absolute; inset: 86px 0 0 49%; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #edf5f7 0%, transparent 30%), linear-gradient(0deg, rgba(7,35,57,.18), transparent 50%); }
.hero-photo img { height: 100%; object-fit: cover; object-position: 48% 42%; }
.hero-wash { position: absolute; inset: 86px 39% 0 0; background: radial-gradient(circle at 10% 15%, #fff 0, rgba(255,255,255,0) 34%), linear-gradient(135deg, #f6fbfc 0%, #e7f3f6 100%); clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%); }
.hero-wash::after { content: ""; position: absolute; width: 360px; height: 360px; left: -170px; bottom: -170px; border: 1px solid rgba(118,190,210,.4); border-radius: 50%; box-shadow: 0 0 0 55px rgba(118,190,210,.08), 0 0 0 110px rgba(118,190,210,.05); }
.hero-inner { position: relative; z-index: 2; width: min(1200px, calc(100% - 56px)); min-height: 694px; margin: auto; display: flex; align-items: center; }
.hero-content { width: 66%; padding: 62px 0 70px; animation: heroIn .9s ease both; }
.hero-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--navy); font-size: 14px; font-weight: 700; letter-spacing: .12em; }
.hero-kicker span { display: inline-block; padding: 4px 10px; color: white; background: var(--navy); font-size: 12px; }
.hero h1 { margin-bottom: 26px; color: var(--navy-deep); font-size: clamp(42px, 4vw, 60px); line-height: 1.45; letter-spacing: .025em; font-weight: 700; }
.hero-line { display: block; }
@media (min-width: 821px) { .hero-line { white-space: nowrap; } }
.hero h1 em { position: relative; color: var(--navy); font-style: normal; font-weight: 900; z-index: 0; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: -3px; right: -3px; bottom: .08em; height: .3em; background: rgba(118,190,210,.48); }
.hero-lead { margin-bottom: 22px; color: #405766; font-size: 18px; line-height: 2; font-weight: 500; }
.hero-badges { display: flex; gap: 8px; margin-bottom: 28px; }
.hero-badges span { padding: 5px 13px; color: var(--navy); background: rgba(255,255,255,.7); border: 1px solid rgba(16,45,72,.18); font-size: 12px; font-weight: 700; }
.hero-actions { display: flex; align-items: flex-end; gap: 12px; max-width: 650px; }
.hero-action { flex: 1 1 0; min-width: 270px; }
.button-balloon { position: relative; width: fit-content; margin: 0 auto 11px; padding: 5px 14px; color: var(--navy); background: white; border: 1px solid rgba(16,45,72,.18); border-radius: 4px; box-shadow: 0 5px 16px rgba(8,34,57,.08); font-size: 11px; font-weight: 700; line-height: 1.5; }
.button-balloon::after { content: ""; position: absolute; left: 50%; bottom: -6px; width: 10px; height: 10px; background: white; border-right: 1px solid rgba(16,45,72,.18); border-bottom: 1px solid rgba(16,45,72,.18); transform: translateX(-50%) rotate(45deg); }
.button { width: 100%; min-height: 78px; padding: 14px 24px; display: flex; align-items: center; justify-content: center; gap: 14px; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(7,35,57,.17); }
.button-icon { flex: 0 0 26px; width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.button-copy { display: grid; text-align: left; line-height: 1.55; }
.button-copy strong { font-size: 16px; font-weight: 700; }
.button small { font-size: 10px; letter-spacing: .08em; opacity: .78; }
.button-primary { color: white; background: var(--navy); }
.button-line { color: var(--navy); background: white; border: 1px solid var(--navy); }
.hero-side-note { position: absolute; right: 20px; bottom: 24px; z-index: 3; color: white; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .28em; }
@keyframes heroIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

.trust-strip { position: relative; z-index: 3; color: white; background: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 134px; display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.trust-grid strong { color: #79adbc; font-size: 64px; line-height: 1; font-weight: 400; letter-spacing: .01em; }
.trust-grid strong small { font-size: 20px; }
.trust-grid span { max-width: 74px; font-size: 12px; line-height: 1.6; }
.trust-grid .trust-text-only span { max-width: 120px; color: white; font-size: 15px; font-weight: 700; text-align: center; }

.section-heading { max-width: 690px; margin-bottom: 54px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.eyebrow { margin-bottom: 14px; color: #4389a1; font-size: 11px; font-weight: 700; letter-spacing: .24em; }
.section-heading h2 { margin-bottom: 20px; color: var(--navy); font-size: clamp(30px, 3.5vw, 48px); line-height: 1.5; letter-spacing: .06em; }
.section-heading > p:last-child { color: var(--muted); }

.concerns { position: relative; overflow: hidden; isolation: isolate; background: var(--white); }
.concerns::before { content: ""; position: absolute; z-index: 0; left: -200px; top: 80px; width: 420px; height: 420px; border: 1px solid var(--blue-pale); border-radius: 50%; box-shadow: 0 0 0 60px #f8fbfc, 0 0 0 61px var(--blue-pale); pointer-events: none; }
.concerns > .section-inner { position: relative; z-index: 1; }
.concern-list { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0; list-style: none; }
.concern-list li { min-height: 86px; display: flex; align-items: center; padding: 16px 24px; background: var(--blue-mist); border-left: 3px solid var(--blue); font-weight: 500; }
.concern-list span { margin-right: 18px; color: #79a8b8; font-size: 13px; font-weight: 700; }
.bridge-copy { margin: 58px 0 0; text-align: center; color: var(--navy); font-size: 20px; line-height: 2; }
.bridge-copy strong { font-size: 25px; background: linear-gradient(transparent 68%, var(--blue-pale) 0); }

.service { color: white; background: var(--navy-deep); background-image: linear-gradient(120deg, rgba(118,190,210,.07), transparent 32%), radial-gradient(circle at 90% 10%, rgba(118,190,210,.1), transparent 27%); }
.section-heading.light h2 { color: white; }
.section-heading.light > p:last-child { color: #c4d2da; }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.approach-card { background: #143b5a; }
.approach-image { position: relative; height: 295px; overflow: hidden; }
.approach-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,30,48,.55), transparent 55%); }
.approach-image img { height: 100%; object-fit: cover; transition: transform .6s; }
.approach-card:hover .approach-image img { transform: scale(1.035); }
.approach-image span { position: absolute; left: 18px; bottom: 10px; z-index: 1; color: white; font-size: 54px; font-weight: 400; line-height: 1; }
.approach-copy { padding: 26px 28px 30px; }
.approach-copy > p:first-child { margin-bottom: 7px; color: var(--blue); font-size: 10px; letter-spacing: .2em; }
.approach-copy h3 { margin-bottom: 12px; font-size: 22px; letter-spacing: .07em; }
.approach-copy > p:last-child { margin-bottom: 0; color: #c8d7df; font-size: 14px; }
.approach-image-prevention img { object-position: 60% center; }

.reasons { background: white; }
.reasons-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: start; }
.director-photo { position: sticky; top: 120px; }
.director-photo img { height: 620px; object-fit: cover; object-position: 50% center; }
.director-caption { position: absolute; right: -30px; bottom: -28px; width: 290px; padding: 24px 27px; color: white; background: var(--navy); }
.director-caption small { display: block; margin-bottom: 8px; color: var(--blue); font-size: 8px; letter-spacing: .16em; }
.director-caption strong { font-size: 18px; line-height: 1.7; }
.reason-list { margin: 0; padding: 0; list-style: none; }
.reason-list li { display: grid; grid-template-columns: 68px 1fr; gap: 20px; padding: 29px 0; border-top: 1px solid var(--line); }
.reason-list li:last-child { border-bottom: 1px solid var(--line); }
.reason-list > li > span { color: #79adbc; font-size: 32px; font-weight: 400; line-height: 1; letter-spacing: .01em; }
.reason-list h3 { margin-bottom: 7px; color: var(--navy); font-size: 19px; }
.reason-list p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.voices { background: var(--blue-mist); }
.pending-panel { display: flex; align-items: center; gap: 28px; padding: 38px 44px; background: white; border: 1px solid var(--line); }
.pending-icon { color: var(--blue); font-size: 76px; line-height: .7; font-family: Georgia, serif; }
.pending-panel h3 { margin-bottom: 5px; color: var(--navy); font-size: 20px; }
.pending-panel p { margin-bottom: 0; color: var(--muted); }

.price { position: relative; overflow: hidden; isolation: isolate; }
.price::after { content: "PRICE"; position: absolute; z-index: 0; right: -16px; bottom: 12px; color: #f2f7f8; font-size: 180px; font-weight: 900; letter-spacing: .04em; line-height: 1; pointer-events: none; }
.price > .section-inner { position: relative; z-index: 1; }
.price-table { background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.price-table .price-row { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 38px; border-bottom: 1px solid var(--line); }
.price-row.featured { position: relative; background: linear-gradient(90deg, var(--blue-mist), white 58%); }
.price-row > span { display: grid; color: var(--navy); font-size: 18px; font-weight: 700; }
.price-row > span > small { width: fit-content; margin-bottom: 5px; padding: 1px 8px; color: white; background: var(--navy); font-size: 9px; letter-spacing: .1em; }
.price-row > span > em { color: var(--muted); font-size: 12px; font-style: normal; font-weight: 400; }
.price-row > strong { min-width: 190px; color: var(--navy); font-size: 28px; text-align: right; line-height: 1.25; }
.price-row > strong > small { display: block; color: var(--muted); font-size: 10px; font-weight: 500; }
.price-row > strong > em { margin-left: 4px; font-size: 11px; font-style: normal; }
.price-table > p { margin: 0; padding: 14px 38px; color: var(--muted); background: var(--blue-mist); font-size: 12px; }
.price-table > p strong { color: var(--navy); }

.flow { background: #f7fafb; }
.flow-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: step; }
.flow-list li { position: relative; min-height: 225px; padding: 28px 28px 20px; border-left: 1px solid var(--line); }
.flow-list li:last-child { border-right: 1px solid var(--line); }
.flow-list li:not(:last-child)::after { content: "→"; position: absolute; right: -12px; top: 38px; z-index: 1; width: 24px; height: 24px; display: grid; place-items: center; color: var(--blue); background: #f7fafb; }
.flow-list > li > span { display: block; margin-bottom: 30px; color: var(--blue); font-size: 32px; line-height: 1; }
.flow-list h3 { margin-bottom: 10px; color: var(--navy); font-size: 18px; }
.flow-list p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.access { position: relative; min-height: 740px; padding: 0; background: #dbe8eb; }
.access-map { position: absolute; inset: 0; overflow: hidden; }
.access-map iframe { position: absolute; inset-block: 0; left: 0; width: 132%; height: 100%; border: 0; transform: translateX(-20%); }
.access-inner { min-height: 740px; display: flex; align-items: center; justify-content: flex-end; }
.access-card { position: relative; z-index: 1; width: min(510px, 100%); padding: 54px 56px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.access-card h2 { color: var(--navy); font-size: 30px; line-height: 1.6; }
.access-card dl { margin: 30px 0 25px; border-top: 1px solid var(--line); }
.access-card dl > div { display: grid; grid-template-columns: 100px 1fr; padding: 13px 0; border-bottom: 1px solid var(--line); }
.access-card dt { color: var(--navy); font-size: 13px; font-weight: 700; }
.access-card dd { margin: 0; font-size: 14px; }
.access-card dd small { color: var(--muted); }
.text-link { color: var(--navy); font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--navy); }

.faq { background: white; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-question { position: relative; width: 100%; min-height: 88px; display: flex; align-items: center; gap: 20px; padding: 20px 62px 20px 18px; color: var(--navy); background: transparent; border: 0; font-size: 17px; font-weight: 700; text-align: left; cursor: pointer; }
.faq-question > span, .faq-answer > div > span { flex: 0 0 auto; color: var(--blue); font-size: 22px; font-weight: 700; }
.faq-question i { position: absolute; right: 20px; top: 50%; width: 22px; height: 22px; transform: translateY(-50%); }
.faq-question i::before, .faq-question i::after { content: ""; position: absolute; top: 10px; left: 2px; width: 18px; height: 2px; background: var(--blue); transition: transform .35s ease; }
.faq-question i::after { transform: rotate(90deg); }
.faq-question[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-question:hover { background: var(--blue-mist); }
.faq-answer { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .4s cubic-bezier(.25,.8,.25,1), opacity .3s ease; }
.faq-answer > div { min-height: 0; overflow: hidden; display: flex; align-items: center; gap: 20px; padding: 0 52px 0 18px; transition: padding .4s cubic-bezier(.25,.8,.25,1); }
.faq-answer p { margin: 0; color: var(--muted); font-size: 14px; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; opacity: 1; }
.faq-item.is-open .faq-answer > div { padding-top: 2px; padding-bottom: 28px; }

.reservation { position: relative; overflow: hidden; padding: 108px 0; color: white; text-align: center; background: var(--navy); }
.reservation-pattern { position: absolute; inset: 0; opacity: .5; background: radial-gradient(circle at 0 100%, transparent 0 210px, rgba(118,190,210,.16) 211px 212px, transparent 213px 260px, rgba(118,190,210,.09) 261px 262px, transparent 263px), linear-gradient(115deg, transparent 70%, rgba(118,190,210,.08)); }
.reservation-inner { position: relative; }
.reservation .eyebrow { color: var(--blue); }
.reservation h2 { margin-bottom: 18px; font-size: clamp(30px, 4vw, 48px); line-height: 1.5; }
.reservation-inner > p:not(.eyebrow) { color: #cedae1; }
.reservation-actions { max-width: 910px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 40px auto 0; }
.contact-box { min-height: 140px; display: grid; place-content: center; padding: 20px; transition: transform .25s; }
.contact-box:hover { transform: translateY(-4px); }
.contact-box small { font-size: 11px; }
.contact-box strong { display: flex; justify-content: center; align-items: center; gap: 12px; font-size: 20px; }
.contact-box strong span { padding: 2px 5px; font-size: 10px; border: 1px solid currentColor; }
.contact-box em { font-style: normal; font-size: 11px; }
.contact-box.line { color: #123b2b; background: #86d29f; }
.contact-box.phone { color: var(--navy); background: white; }

.site-footer { padding: 70px 0 24px; color: #b9c8d2; background: #061b2c; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 80px; }
.brand-footer { color: white; }
.brand-footer .brand-copy small { color: #9fb2bf; }
.footer-grid > div > p { margin: 25px 0 0; font-size: 12px; line-height: 2; }
.footer-grid nav { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 14px 36px; font-size: 12px; }
.footer-grid nav a:hover { color: white; }
.footer-bottom { display: flex; justify-content: flex-start; margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; letter-spacing: .12em; }
.page-top { position: fixed; z-index: 80; right: 28px; bottom: 28px; width: 58px; height: 58px; display: grid; place-content: center; justify-items: center; color: white; background: var(--navy); border: 1px solid rgba(255,255,255,.35); box-shadow: 0 12px 30px rgba(8,34,57,.2); opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .3s, visibility .3s, transform .3s, background .25s; }
.page-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.page-top:hover { background: #1a4b70; }
.page-top svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.page-top span { margin-top: -2px; font-size: 8px; letter-spacing: .15em; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1040px) {
  .global-nav { gap: 18px; }
  .global-nav a { font-size: 11px; }
  .hero-content { width: 63%; }
  .hero h1 { font-size: 49px; }
  .reasons-layout { gap: 45px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 68px; }
  body { padding-bottom: 62px; font-size: 15px; }
  .section-inner, .section-inner.narrow { width: min(100% - 32px, 680px); }
  .section { padding: 74px 0; }
  .sp-only { display: initial; }
  .pc-only { display: none; }
  .site-header { height: 68px; }
  .header-inner { width: calc(100% - 30px); }
  .brand { gap: 7px; }
  .brand-mark { width: 26px; height: 32px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { font-size: 8px; }
  .menu-toggle { width: 48px; height: 48px; display: grid; place-content: center; gap: 5px; padding: 0; color: var(--navy); background: none; border: 0; }
  .menu-lines { width: 25px; display: grid; gap: 6px; }
  .menu-lines i { display: block; height: 2px; background: var(--navy); transition: transform .3s; }
  .menu-label { font-size: 8px; letter-spacing: .12em; }
  .menu-toggle[aria-expanded="true"] .menu-lines i:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines i:last-child { transform: translateY(-4px) rotate(-45deg); }
  .global-nav { position: fixed; inset: 68px 0 0; height: calc(100dvh - 68px); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 28px 100px; background: rgba(255,255,255,.98); visibility: hidden; opacity: 0; transform: translateY(-8px); transition: .25s; overflow-y: auto; }
  .global-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .global-nav > a { display: block; padding: 16px 8px; border-bottom: 1px solid var(--line); font-size: 15px; }
  .global-nav .nav-cta { height: auto; margin: 20px 0 0; padding: 17px; text-align: center; color: white; border: 0; }
  .hero { min-height: 0; padding-top: 68px; background: white; }
  .hero-photo { position: relative; inset: auto; height: 52vw; min-height: 290px; max-height: 450px; }
  .hero-photo::after { background: linear-gradient(0deg, rgba(6,30,47,.38), transparent 58%); }
  .hero-photo img { object-position: 50% 40%; }
  .hero-wash, .hero-side-note { display: none; }
  .hero-inner { width: auto; min-height: 0; display: block; margin-top: -34px; }
  .hero-content { position: relative; width: calc(100% - 32px); margin-inline: auto; padding: 28px 22px 34px; background: white; box-shadow: 0 -12px 36px rgba(8,34,57,.06); }
  .hero-kicker { margin-bottom: 14px; font-size: 11px; }
  .hero-kicker span { font-size: 9px; }
  .hero h1 { margin-bottom: 17px; font-size: clamp(25px, 7.2vw, 29px); line-height: 1.6; letter-spacing: .015em; }
  .hero-line { display: block; white-space: nowrap; }
  .hero-lead { font-size: 14px; line-height: 1.9; }
  .hero-badges { flex-wrap: wrap; margin-bottom: 22px; }
  .hero-badges span { font-size: 10px; }
  .hero-actions { display: grid; gap: 18px; }
  .hero-action { min-width: 0; }
  .button-balloon { margin-bottom: 9px; font-size: 10px; }
  .button { min-width: 0; min-height: 64px; }
  .button-icon { width: 23px; height: 23px; flex-basis: 23px; }
  .trust-grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .trust-grid > div { min-height: 100px; border-bottom: 1px solid rgba(255,255,255,.13); }
  .trust-grid > div:first-child { border-left: 0; }
  .trust-grid > div:nth-child(2n) { border-right: 0; }
  .trust-grid strong { font-size: 48px; }
  .trust-grid strong small { font-size: 15px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: 30px; line-height: 1.55; }
  .concern-list { grid-template-columns: 1fr; }
  .concern-list li { min-height: 76px; padding: 12px 18px; font-size: 13px; }
  .bridge-copy { margin-top: 40px; font-size: 16px; }
  .bridge-copy strong { font-size: 20px; }
  .approach-grid { grid-template-columns: 1fr; gap: 16px; }
  .approach-card { display: grid; grid-template-columns: 42% 1fr; }
  .approach-image { height: auto; min-height: 240px; }
  .approach-copy { padding: 24px 20px; }
  .approach-copy h3 { font-size: 18px; }
  .approach-copy > p:last-child { font-size: 12px; }
  .reasons-layout { grid-template-columns: 1fr; gap: 70px; }
  .director-photo { position: relative; top: auto; }
  .director-photo img { height: 460px; }
  .director-caption { right: -5px; bottom: -35px; width: 280px; }
  .reason-list li { grid-template-columns: 58px 1fr; gap: 10px; }
  .reason-list > li > span { font-size: 30px; }
  .reason-list h3 { font-size: 17px; }
  .pending-panel { padding: 28px 24px; }
  .price-table .price-row { align-items: flex-start; flex-direction: column; padding: 23px; }
  .price-row > strong { min-width: 0; text-align: left; }
  .price-table > p { padding: 12px 23px; }
  .flow-list { grid-template-columns: 1fr 1fr; }
  .flow-list li { min-height: 210px; border-bottom: 1px solid var(--line); }
  .flow-list li:nth-child(2) { border-right: 1px solid var(--line); }
  .flow-list li:not(:last-child)::after { display: none; }
  .access { min-height: auto; padding-top: 280px; }
  .access-map { bottom: auto; height: 350px; }
  .access-map iframe { width: 126%; transform: translateX(-18%); }
  .access-inner { min-height: 0; width: 100%; display: block; }
  .access-card { width: calc(100% - 32px); margin: auto; padding: 38px 28px; }
  .reservation { padding: 78px 0; }
  .reservation-actions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 50px; }
  .footer-grid nav { gap: 12px 20px; }
  .page-top { right: 16px; bottom: 78px; width: 50px; height: 50px; }
  .price::after { right: 50%; bottom: 26px; font-size: 96px; letter-spacing: .015em; transform: translateX(50%); }
  .mobile-cta { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; height: 62px; display: grid; grid-template-columns: 1fr 1fr; color: white; box-shadow: 0 -8px 24px rgba(8,34,57,.14); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 12px; font-weight: 700; }
  .mobile-cta .mobile-line { color: #123b2b; background: #7bd69a; }
  .mobile-cta .mobile-phone { background: #436276; }
  .mobile-cta span { padding: 1px 4px; font-size: 8px; border: 1px solid currentColor; }
}

@media (max-width: 480px) {
  .hero-photo { height: 73vw; }
  .hero-content { width: calc(100% - 32px); }
  .approach-card { grid-template-columns: 1fr; }
  .approach-image { min-height: 220px; height: 220px; }
  .director-photo img { height: 390px; }
  .director-caption { width: 255px; padding: 19px 22px; }
  .pending-panel { align-items: flex-start; gap: 15px; }
  .pending-icon { font-size: 54px; }
  .pending-panel h3 { font-size: 17px; }
  .pending-panel p { font-size: 12px; }
  .flow-list { grid-template-columns: 1fr; }
  .flow-list li { min-height: auto; display: grid; grid-template-columns: 46px 1fr; padding: 23px 12px; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .flow-list li:nth-child(2) { border-right: 0; }
  .flow-list li:last-child { border-right: 0; border-bottom: 0; }
  .flow-list > li > span { margin: 4px 0 0; font-size: 23px; }
  .access-card dl > div { grid-template-columns: 82px 1fr; }
  .faq-question { padding: 19px 44px 19px 5px; gap: 12px; font-size: 15px; }
  .faq-question i { right: 8px; }
  .faq-answer > div { padding-inline: 5px 10px; gap: 12px; }
  .contact-box strong { font-size: 17px; }
}
