:root {
  --navy: #05254a;
  --navy-2: #07305f;
  --navy-3: #021a35;
  --gold: #d8a14a;
  --gold-2: #f2c36b;
  --cream: #fff8ef;
  --cream-2: #fbefe0;
  --ink: #16314e;
  --muted: #5b6f84;
  --white: #fff;
  --line: rgba(5, 37, 74, .12);
  --shadow: 0 24px 70px rgba(5, 37, 74, .16);
  --shadow-soft: 0 14px 38px rgba(5, 37, 74, .10);
  --radius: 28px;
  --container: 1200px;
  --header-h: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 10px); }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body::selection { background: rgba(216,161,74,.25); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { margin: 0 0 1rem; color: var(--muted); }
h1, h2, h3 { margin: 0; color: var(--navy); line-height: 1.04; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
h1 { font-size: clamp(3.1rem, 6.2vw, 6.05rem); max-width: 10.5ch; }
h2 { font-size: clamp(2.15rem, 4vw, 4.05rem); }
h3 { font-size: 1.25rem; }
button, input, textarea, select { font: inherit; }
.container { width: min(100% - 48px, var(--container)); margin: 0 auto; }
.section-pad { padding: clamp(70px, 8vw, 108px) 0; }
.section-pad-sm { padding: clamp(50px, 6vw, 78px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 999; transform: translateY(-150%); background: var(--gold); color: var(--navy); padding: 10px 14px; border-radius: 10px; font-weight: 900; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; background: linear-gradient(135deg, var(--navy-3), var(--navy)); box-shadow: 0 6px 28px rgba(2, 26, 53, .16); }
.nav__inner { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 12px; min-width: 0; }
.brand__mark { width: 46px; height: 46px; object-fit: contain; filter: drop-shadow(0 4px 10px rgba(0,0,0,.16)); }
.brand__text { display: grid; gap: 1px; line-height: 1; }
.brand__text strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.35vw, 2.05rem); letter-spacing: -.035em; white-space: nowrap; }
.brand__text small { color: var(--gold-2); text-transform: uppercase; letter-spacing: .12em; font-size: .58rem; font-weight: 900; white-space: nowrap; }
.nav__menu { display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 1.7vw, 24px); font-weight: 900; color: #fff; }
.nav__menu > a:not(.btn) { position: relative; opacity: .95; white-space: nowrap; }
.nav__menu > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -9px; height: 2px; background: var(--gold-2); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.nav__menu > a:not(.btn):hover::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: transparent; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; background: #fff; margin: 5px auto; border-radius: 999px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 14px; padding: 15px 24px; min-height: 54px; background: var(--navy); color: #fff; font-weight: 950; box-shadow: 0 10px 26px rgba(5,37,74,.17); cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(5,37,74,.21); }
.btn--gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: var(--navy); }
.btn--outline { background: #fff; color: var(--navy); border: 1px solid rgba(216,161,74,.65); box-shadow: none; }
.btn--small { min-height: 48px; padding: 12px 18px; }

.eyebrow { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 16px; color: var(--gold); font-size: .86rem; font-weight: 950; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow::after { content: ""; width: 52px; height: 2px; background: currentColor; opacity: .72; }
.eyebrow--gold { color: var(--gold-2); }
.lead { color: var(--navy); font-size: clamp(1.32rem, 2.05vw, 1.8rem); font-weight: 900; line-height: 1.32; max-width: 760px; }
.lead strong { color: var(--navy); }
.text-link { display: inline-flex; color: var(--gold); font-weight: 950; margin-top: 12px; }
.text-link:hover { color: var(--navy); }

.hero { background: linear-gradient(90deg, #fff 0%, #fff 48%, #fbefe0 48%, #fff8ef 100%); padding: clamp(48px, 7vw, 82px) 0; min-height: calc(100svh - var(--header-h)); display: grid; align-items: center; }
.hero__inner { display: grid; grid-template-columns: minmax(0, .96fr) minmax(410px, .88fr); gap: clamp(34px, 5vw, 72px); align-items: center; }
.hero__copy { position: relative; z-index: 2; max-width: 760px; }
.hero__copy > p:not(.lead) { max-width: 690px; font-size: 1.06rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin: 28px 0 22px; }
.hero__checks { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 0; margin: 0; list-style: none; color: var(--navy); font-weight: 850; }
.hero__checks li { display: flex; gap: 8px; align-items: center; }
.hero__checks li::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(216,161,74,.13); }
.hero__visual { position: relative; margin: 0; border-radius: 34px; overflow: hidden; min-height: clamp(440px, 50vw, 620px); box-shadow: var(--shadow); border: 1px solid rgba(216,161,74,.24); background: #eee; isolation: isolate; }
.hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 56%, rgba(2,26,53,.52)); pointer-events: none; z-index: 1; }
.hero__visual img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: 54% center; filter: saturate(.98) contrast(1.02); }
.family-badge { position: absolute; right: clamp(14px, 3vw, 30px); bottom: clamp(14px, 3vw, 30px); z-index: 2; background: rgba(5,37,74,.96); color: white; padding: 18px 22px; border-radius: 18px; box-shadow: 0 20px 40px rgba(0,0,0,.22); border: 1px solid rgba(216,161,74,.35); }
.family-badge span { display: block; font-weight: 900; }
.family-badge strong { display: block; font-family: Georgia, "Times New Roman", serif; color: var(--gold-2); font-size: clamp(1.5rem, 2.25vw, 2.08rem); font-style: italic; line-height: 1.05; }

.trust-strip { background: var(--navy); color: white; padding: 24px 0; border-top: 1px solid rgba(216,161,74,.28); border-bottom: 1px solid rgba(216,161,74,.28); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.trust-strip__grid div { border-left: 1px solid rgba(216,161,74,.35); padding-left: 18px; }
.trust-strip strong { display: block; color: white; }
.trust-strip span { display: block; color: rgba(255,255,255,.7); font-size: .94rem; }

.section-heading { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.section-heading p { font-size: 1.05rem; }
.section-heading--light h2, .section-heading--light p { color: white; }
.about-snapshot { background: linear-gradient(180deg, #fff, #fff8ef); }
.snapshot__grid { display: grid; grid-template-columns: .78fr 1fr; gap: clamp(34px, 5vw, 74px); align-items: center; }
.snapshot__image { border-radius: 28px; padding: 10px; background: #fff; border: 1px solid rgba(216,161,74,.25); box-shadow: var(--shadow-soft); }
.snapshot__image img { width: 100%; height: 430px; object-fit: cover; object-position: center 42%; border-radius: 20px; }
.snapshot__copy p { font-size: 1.05rem; }

.services { background: white; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { min-height: 250px; padding: 28px 24px; border-radius: 22px; background: #fff; border: 1px solid rgba(5,37,74,.1); box-shadow: var(--shadow-soft); transition: transform .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(216,161,74,.5); }
.service-card span { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 16px; margin-bottom: 26px; background: var(--cream); color: var(--gold); font-weight: 950; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { font-size: .96rem; }

.moments-section { background: linear-gradient(180deg, #fff8ef 0%, #fff 100%); }
.moments-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 28px; align-items: end; margin-bottom: 28px; }
.moments-heading p { margin-bottom: 0; }
.moments-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; align-items: stretch; }
.moment-card { position: relative; margin: 0; min-height: 340px; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-soft); border: 1px solid rgba(216,161,74,.22); background: #eee; }
.moment-card--large { min-height: 450px; }
.moment-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.moment-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(2,26,53,.58)); }
.moment-card figcaption { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 1; color: white; font-weight: 950; }

.premium-band { background: radial-gradient(circle at top left, rgba(216,161,74,.18), transparent 36%), linear-gradient(135deg, var(--navy-3), var(--navy)); color: white; }
.why-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.why-card { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 24px; border: 1px solid rgba(216,161,74,.35); border-radius: 20px; background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.why-card span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: var(--navy); font-weight: 950; }
.why-card h3 { color: white; margin-bottom: 8px; }
.why-card p { color: rgba(255,255,255,.74); font-size: .95rem; }

.pricing-section { background: linear-gradient(180deg, #fff, #fff8ef); }
.price-panel { max-width: 860px; margin: 0 auto 16px; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: clamp(26px, 4vw, 42px); border-radius: 26px; background: #fff; box-shadow: var(--shadow); border: 1px solid rgba(216,161,74,.26); }
.price-panel__title { display: flex; align-items: center; gap: 18px; }
.price-icon { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-size: 2rem; font-weight: 950; }
.price-panel__amount { display: flex; align-items: baseline; gap: 10px; color: var(--muted); font-weight: 850; }
.price-panel__amount strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6vw, 4.9rem); letter-spacing: -.06em; line-height: .95; }
.price-note { text-align: center; font-size: .95rem; }

.steps-section { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.step { text-align: center; padding: 32px 28px; border-radius: 20px; background: #fff; border: 1px solid rgba(216,161,74,.2); box-shadow: var(--shadow-soft); }
.step span { width: 62px; height: 62px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-weight: 950; font-size: 1.35rem; border: 5px solid #fff; box-shadow: 0 0 0 2px rgba(216,161,74,.28); }
.step p { font-size: .96rem; }

.local-seo { background: linear-gradient(180deg, #fff, #fff8ef); }
.local-card { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; border-radius: var(--radius); padding: clamp(24px, 4vw, 38px); background: #fff; border: 1px solid rgba(216,161,74,.22); box-shadow: var(--shadow-soft); }
.local-card h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }

.identity-section { background: #fff8ef; }
.identity-card { display: grid; grid-template-columns: 1fr minmax(150px, 260px); gap: 26px; align-items: center; border: 1px solid rgba(216,161,74,.22); background: #fff; border-radius: var(--radius); padding: clamp(24px, 4vw, 38px); box-shadow: var(--shadow-soft); }
.identity-card h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.identity-logo { width: 100%; max-height: 220px; object-fit: contain; justify-self: end; filter: drop-shadow(0 10px 22px rgba(5,37,74,.08)); }

.faq-section { background: linear-gradient(180deg, #fff, #fff8ef); }
.faq-grid { display: grid; grid-template-columns: .42fr 1fr; gap: clamp(32px, 5vw, 58px); align-items: start; }
.accordion { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
details { background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-soft); overflow: hidden; }
summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 18px; padding: 18px 20px; font-weight: 900; color: var(--navy); }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--gold); font-size: 1.3rem; }
details[open] summary::after { content: "–"; }
details p { padding: 0 20px 18px; margin: 0; }

.cta-strip { padding: 38px 0; background: linear-gradient(135deg, var(--navy-3), var(--navy)); color: white; }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-strip h2 { color: white; font-size: clamp(1.7rem, 2.7vw, 2.5rem); }
.cta-strip p { color: rgba(255,255,255,.74); max-width: 680px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.contact-form-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(32px, 5vw, 58px); align-items: start; }
.contact-list { display: grid; gap: 12px; margin-top: 24px; }
.contact-list a { display: grid; gap: 2px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); color: var(--navy); }
.contact-list span { color: var(--gold); font-weight: 950; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-list strong { font-weight: 900; overflow-wrap: anywhere; }
.contact-form { background: white; border: 1px solid rgba(216,161,74,.24); border-radius: 22px; padding: clamp(22px, 4vw, 34px); box-shadow: var(--shadow-soft); }
.contact-form h3 { font-size: 1.45rem; margin-bottom: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-actions { display: flex; gap: 14px; flex-wrap: wrap; }
label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--navy); font-weight: 850; }
input, textarea, select { width: 100%; border: 1px solid rgba(5,37,74,.14); border-radius: 12px; padding: 13px 14px; background: #fffdf9; color: var(--ink); outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(216,161,74,.13); }
textarea { resize: vertical; }
.form-note { font-size: .88rem; margin-top: 12px; }

.footer { background: linear-gradient(135deg, var(--navy-3), var(--navy)); color: white; }
.footer__grid { display: grid; grid-template-columns: 1.2fr .75fr .75fr .9fr; gap: clamp(28px, 4vw, 52px); padding: 54px 0; }
.footer-brandline { display: flex; gap: 12px; align-items: center; margin-bottom: 18px; }
.footer-mark { width: 48px; height: 48px; object-fit: contain; }
.footer-brandline strong { display: block; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; line-height: 1; }
.footer-brandline small { display: block; color: var(--gold-2); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: .62rem; }
.footer h3 { color: white; font-family: inherit; font-size: 1rem; margin-bottom: 14px; }
.footer p, .footer a { color: rgba(255,255,255,.76); }
.footer a { display: block; margin: 9px 0; overflow-wrap: anywhere; }
.footer a:hover { color: var(--gold-2); }
.footer-small { font-size: .88rem; }
.footer__bottom { border-top: 1px solid rgba(216,161,74,.28); display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; font-size: .92rem; }
.footer__bottom p { margin: 0; }

.floating-actions { position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 90; display: none; grid-template-columns: 1fr 1fr; gap: 12px; }
.floating-actions a { background: var(--navy); color: white; border-radius: 999px; min-height: 50px; display: grid; place-items: center; font-weight: 950; box-shadow: 0 12px 28px rgba(5,37,74,.28); }
.floating-actions a:last-child { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: var(--navy); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 1180px) {
  .brand__text strong { font-size: 1.6rem; }
  .brand__text small { font-size: .52rem; }
  .nav__menu { gap: 12px; font-size: .9rem; }
  .btn--small { padding-inline: 14px; }
  h1 { max-width: 11ch; }
  .service-grid, .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  :root { --header-h: 82px; }
  .hero { min-height: auto; background: linear-gradient(180deg, #fff, #fff8ef); }
  .hero__inner { grid-template-columns: 1fr; gap: 32px; }
  .hero__visual { order: -1; min-height: auto; aspect-ratio: 16 / 10; border-radius: 26px; }
  .hero__visual img { min-height: 100%; }
  .hero__copy { max-width: 100%; }
  h1 { max-width: 100%; font-size: clamp(3rem, 9.5vw, 5rem); }
  .snapshot__grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .snapshot__image img { height: min(520px, 70vw); }
  .moments-heading { grid-template-columns: 1fr; align-items: start; }
  .moments-grid { grid-template-columns: 1fr 1fr; }
  .moment-card--large { grid-column: 1 / -1; min-height: 380px; }
  .price-panel { align-items: flex-start; }
  .price-panel__amount { flex-wrap: wrap; justify-content: flex-end; }
  .identity-card, .local-card, .cta-grid { grid-template-columns: 1fr; display: grid; }
  .identity-logo { justify-self: start; max-width: 240px; }
  .trust-strip__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .container { width: min(100% - 28px, var(--container)); }
  .nav__inner { min-height: var(--header-h); }
  .brand__mark { width: 42px; height: 42px; }
  .brand__text strong { font-size: 1.5rem; }
  .brand__text small { font-size: .5rem; letter-spacing: .1em; }
  .nav-toggle { display: block; }
  .nav__menu { position: absolute; left: 14px; right: 14px; top: calc(100% + 10px); display: none; flex-direction: column; align-items: stretch; gap: 6px; padding: 18px; border-radius: 18px; background: var(--navy); box-shadow: var(--shadow); }
  .nav__menu.is-open { display: flex; }
  .nav__menu a { padding: 12px; }
  .nav__menu .btn { width: 100%; }
  .service-grid, .why-grid, .steps-grid, .accordion { grid-template-columns: 1fr; }
  .price-panel { display: grid; text-align: left; }
  .price-panel__amount { justify-content: flex-start; }
  .form-grid, .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; }
  .floating-actions { display: grid; }
  body { padding-bottom: 78px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 24px, var(--container)); }
  .section-pad { padding: 58px 0; }
  .section-pad-sm { padding: 42px 0; }
  h1 { font-size: clamp(2.65rem, 13vw, 3.9rem); }
  h2 { font-size: clamp(2rem, 9.5vw, 2.6rem); }
  .lead { font-size: 1.2rem; }
  .hero__actions, .cta-actions, .form-actions { flex-direction: column; }
  .btn { width: 100%; white-space: normal; text-align: center; }
  .hero__visual { aspect-ratio: 4 / 3; }
  .hero__visual img { object-position: 57% center; }
  .family-badge { left: 14px; right: 14px; bottom: 14px; padding: 16px 18px; }
  .family-badge strong { font-size: 1.55rem; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .moments-grid { grid-template-columns: 1fr; }
  .moment-card, .moment-card--large { min-height: 320px; }
  .snapshot__image img { height: 320px; }
  .service-card, .why-card, .step { padding: 22px; }
  .price-icon { width: 58px; height: 58px; font-size: 1.7rem; }
  .price-panel__amount strong { font-size: 3rem; }
}

@media (max-width: 460px) {
  :root { --header-h: 76px; }
  .brand { gap: 9px; }
  .brand__mark { width: 38px; height: 38px; }
  .brand__text strong { font-size: 1.25rem; }
  .brand__text small { font-size: .43rem; max-width: 155px; }
  .nav-toggle { width: 42px; height: 42px; }
  h1 { font-size: clamp(2.25rem, 13.2vw, 3.1rem); }
  .hero__checks { display: grid; }
  .price-panel__amount { display: grid; gap: 2px; }
}

/* V12 brand and responsive polish */
.site-header {
  background: linear-gradient(135deg, #021b38 0%, #05254a 55%, #062a53 100%);
}
.nav__inner {
  min-height: 86px;
}
.brand {
  gap: 14px;
  min-width: 275px;
}
.brand__mark {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(0,0,0,.22));
}
.brand__text strong {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  letter-spacing: -.04em;
}
.brand__text small {
  font-size: .62rem;
  letter-spacing: .11em;
  color: #f2c36b;
}
.nav__menu {
  gap: clamp(16px, 1.85vw, 28px);
}
.nav__menu .btn--small {
  min-height: 50px;
  padding-inline: 22px;
  border-radius: 16px;
}
.hero {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 51%, #fbefe0 51%, #fff8ef 100%);
}
.hero__inner {
  grid-template-columns: minmax(0, .98fr) minmax(440px, .86fr);
}
.hero__visual {
  min-height: clamp(430px, 44vw, 585px);
}
.hero__visual img {
  object-position: 54% center;
}
.hero__copy > p:not(.lead) {
  max-width: 660px;
}
.identity-logo {
  max-width: 250px;
  background: transparent;
}
.footer-mark {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

@media (max-width: 1240px) {
  .brand { min-width: 245px; }
  .brand__text strong { font-size: 1.75rem; }
  .brand__text small { font-size: .54rem; }
  .nav__menu { gap: 14px; font-size: .92rem; }
  .nav__menu .btn--small { padding-inline: 16px; }
}

@media (max-width: 1080px) {
  .brand { min-width: auto; }
  .brand__mark { width: 46px; height: 46px; }
  .brand__text strong { font-size: 1.55rem; }
  .brand__text small { font-size: .48rem; }
  .nav__menu { gap: 11px; font-size: .86rem; }
  .nav__menu .btn--small { padding-inline: 13px; min-height: 46px; }
  .hero__inner { grid-template-columns: minmax(0, .95fr) minmax(390px, .9fr); }
}

@media (max-width: 980px) {
  .nav__inner { min-height: 80px; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { order: 0; aspect-ratio: 16 / 10; min-height: 360px; }
  .hero__copy { order: 0; }
  .hero { background: linear-gradient(180deg, #fff 0%, #fff8ef 100%); padding-top: 42px; }
  .hero__actions { max-width: 520px; }
  .brand__text strong { font-size: 1.45rem; }
}

@media (max-width: 900px) {
  .nav__menu { top: calc(100% + 8px); }
  .nav__menu .btn--small { min-height: 48px; padding: 12px 16px; }
  .brand__mark { width: 42px; height: 42px; }
}

@media (max-width: 620px) {
  .nav__inner { min-height: 74px; }
  .brand { gap: 9px; }
  .brand__mark { width: 38px; height: 38px; }
  .brand__text strong { font-size: 1.28rem; }
  .brand__text small { font-size: .41rem; max-width: 170px; white-space: normal; line-height: 1.2; }
  .hero { padding-top: 34px; }
  h1 { font-size: clamp(2.25rem, 12vw, 3.25rem); line-height: 1.02; }
  .lead { font-size: 1.08rem; }
  .hero__visual { min-height: 290px; aspect-ratio: 4 / 3; border-radius: 22px; }
  .hero__visual img { object-position: 52% center; }
  .family-badge { padding: 13px 15px; border-radius: 14px; }
  .family-badge strong { font-size: 1.35rem; }
  .moments-grid { gap: 14px; }
  .moment-card, .moment-card--large { min-height: 280px; }
}

@media (max-width: 390px) {
  .brand__text small { display: none; }
  .brand__text strong { font-size: 1.2rem; }
  .brand__mark { width: 36px; height: 36px; }
}

/* V13 final lead/SEO + official logo/icon polish */
.brand__mark,
.footer-mark {
  object-fit: contain;
  object-position: center;
}
.brand__mark {
  width: 54px;
  height: 50px;
  transform: translateY(1px);
}
.footer-mark {
  width: 56px;
  height: 52px;
}
.identity-logo {
  max-width: 260px;
  max-height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(5,37,74,.12));
}
.service-icon svg,
.why-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-card .service-icon {
  background: linear-gradient(180deg, #fff8ef, #fff);
  border: 1px solid rgba(216,161,74,.35);
  color: var(--navy);
  box-shadow: 0 12px 24px rgba(5,37,74,.08);
}
.service-card:hover .service-icon {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--navy);
}
.why-card .why-icon {
  color: var(--navy);
}
.consent-row {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  margin: 16px 0 4px;
  color: var(--muted);
  font-size: .94rem;
  font-weight: 700;
}
.consent-row input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--gold);
}
.contact-form .form-actions .btn {
  min-width: 0;
}
.local-card {
  border: 1px solid rgba(216,161,74,.22);
}

@media (min-width: 901px) {
  .nav__menu .btn--small {
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .brand__mark {
    width: 46px;
    height: 44px;
  }
  .nav__menu a {
    border-radius: 12px;
  }
  .nav__menu a:hover {
    background: rgba(255,255,255,.06);
  }
}

@media (max-width: 620px) {
  .brand__mark {
    width: 40px;
    height: 39px;
  }
  .brand__text strong {
    letter-spacing: -.035em;
  }
  .service-icon svg,
  .why-icon svg {
    width: 23px;
    height: 23px;
  }
  .identity-logo {
    max-width: 190px;
  }
  .consent-row {
    font-size: .9rem;
  }
}

/* V14 desktop polish: logo, hero balance, icons, identity and footer sizing */
.brand {
  gap: 10px;
}
.brand__mark {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.22));
}
.brand__text strong {
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.12);
}
.brand__text small {
  color: var(--gold-2) !important;
}

.service-icon svg,
.why-icon svg {
  width: 25px;
  height: 25px;
  display: block;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-icon svg path,
.why-icon svg path {
  fill: none !important;
  stroke: currentColor !important;
}

@media (min-width: 1181px) {
  .container { width: min(100% - 64px, 1320px); }
  .nav__inner { min-height: 82px; }
  :root { --header-h: 82px; }
  .nav__menu { gap: clamp(16px, 1.45vw, 26px); }
  .brand__text strong { font-size: clamp(1.55rem, 1.9vw, 2rem); }
  .brand__text small { font-size: .56rem; }
  .hero {
    min-height: auto;
    padding: clamp(64px, 7vw, 104px) 0;
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #fbefe0 50%, #fff8ef 100%);
  }
  .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(480px, 0.92fr);
    gap: clamp(46px, 5vw, 82px);
    align-items: center;
  }
  .hero__copy { max-width: 650px; }
  h1 {
    max-width: 12ch;
    font-size: clamp(3.7rem, 4.7vw, 5.25rem);
    line-height: .98;
  }
  .lead { font-size: clamp(1.25rem, 1.65vw, 1.65rem); max-width: 620px; }
  .hero__copy > p:not(.lead) { max-width: 620px; }
  .hero__visual {
    min-height: 520px;
    max-height: 650px;
    aspect-ratio: 4 / 3;
    align-self: center;
  }
  .hero__visual img { min-height: 100%; object-position: center center; }
  .service-card { min-height: 235px; }
  .identity-card {
    grid-template-columns: 1fr 150px;
    overflow: hidden;
  }
  .identity-logo {
    width: 130px !important;
    max-width: 130px !important;
    height: auto !important;
    max-height: 130px !important;
    justify-self: end;
  }
  .footer__grid { align-items: start; }
  .footer-mark {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px;
    object-fit: contain;
  }
  .footer-brandline strong { font-size: 1.65rem; }
  .footer-brandline small { font-size: .56rem; letter-spacing: .1em; }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr);
    gap: 36px;
  }
  .hero__copy { max-width: 580px; }
  h1 { font-size: clamp(3.2rem, 5vw, 4.35rem); max-width: 12ch; }
  .lead { font-size: 1.25rem; }
  .hero__visual { min-height: 430px; aspect-ratio: 4/3; }
  .identity-logo { width: 120px !important; max-width: 120px !important; max-height: 120px !important; }
  .footer-mark { width: 40px !important; height: 40px !important; }
}

@media (max-width: 900px) {
  .brand__mark { width: 40px; height: 40px; flex-basis: 40px; }
  .brand__text strong { font-size: 1.42rem; }
  .brand__text small { font-size: .48rem; }
  .identity-logo { width: 96px !important; max-width: 96px !important; max-height: 96px !important; }
  .footer-mark { width: 38px !important; height: 38px !important; }
  .footer-brandline strong { font-size: 1.55rem; }
}

@media (max-width: 520px) {
  .brand { gap: 8px; }
  .brand__mark { width: 36px; height: 36px; flex-basis: 36px; }
  .brand__text strong { font-size: 1.22rem; }
  .brand__text small { font-size: .42rem; letter-spacing: .08em; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.75rem); }
  .hero__visual { border-radius: 22px; }
  .family-badge { left: 12px; right: 12px; padding: 14px 16px; }
}


/* V15 launch polish: accessibility, legal pages, cookie consent */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold-2);
  outline-offset: 3px;
  border-radius: 10px;
}
.legal-hero {
  background: linear-gradient(135deg, var(--navy-3), var(--navy));
  color: #fff;
  padding: clamp(72px, 9vw, 120px) 0 clamp(46px, 6vw, 82px);
}
.legal-hero h1 { color: #fff; max-width: 900px; font-size: clamp(2.6rem, 5vw, 5.1rem); }
.legal-hero p { color: rgba(255,255,255,.78); max-width: 780px; font-size: 1.08rem; }
.legal-content { background: #fff; }
.legal-card { max-width: 920px; margin: 0 auto; background: #fff; border: 1px solid rgba(5,37,74,.1); box-shadow: var(--shadow-soft); border-radius: 26px; padding: clamp(28px, 4vw, 54px); }
.legal-card h2 { font-size: clamp(1.65rem, 3vw, 2.5rem); margin: 30px 0 12px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card ul { color: var(--muted); padding-left: 1.2rem; }
.legal-card li { margin-bottom: .45rem; }
.legal-card .notice { background: var(--cream); border: 1px solid rgba(216,161,74,.25); border-radius: 18px; padding: 18px; color: var(--ink); }
.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 300;
  max-width: 980px;
  margin: 0 auto;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(216,161,74,.35);
  border-radius: 22px;
  box-shadow: 0 26px 70px rgba(2,26,53,.2);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; }
.cookie-banner > div { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.footer__bottom a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 720px) {
  .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-banner > div { justify-content: stretch; }
  .cookie-banner .btn { flex: 1; }
}


/* V16 multi-page and careers polish */
.section-action { margin-top: 28px; display: flex; justify-content: center; }
.moments-grid--two { grid-template-columns: 1.1fr .9fr; max-width: 1050px; margin-inline: auto; }
.career-highlight { background: linear-gradient(180deg, #fff, #fff8ef); }
.career-card { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; border-radius: var(--radius); padding: clamp(24px, 4vw, 40px); background: #fff; border: 1px solid rgba(216,161,74,.24); box-shadow: var(--shadow-soft); }
.career-card h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.join-intro { background: #fff8ef; }
.join-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(28px, 5vw, 56px); align-items: start; }
.service-grid--page .service-card h2 { font-size: clamp(1.35rem, 2.1vw, 1.8rem); margin-bottom: 12px; }
.contact-form h2 { font-size: clamp(1.45rem, 2.4vw, 2rem); margin-bottom: 20px; }
@media (max-width: 980px) {
  .moments-grid--two, .career-card, .join-grid { grid-template-columns: 1fr; }
  .career-card .btn { justify-self: start; }
}
@media (max-width: 720px) {
  .section-action { justify-content: stretch; }
  .section-action .btn, .career-card .btn { width: 100%; }
}


/* V17 professional footer, icons, desktop QA polish */
html { scroll-padding-top: calc(var(--header-h) + 18px); }
[id] { scroll-margin-top: calc(var(--header-h) + 28px); }
.legal-hero { padding-top: clamp(82px, 10vw, 132px); }
.contact-form-section { scroll-margin-top: calc(var(--header-h) + 30px); }

/* Footer: clearer columns, no broken/legal dot wrapping, usable icons */
.footer__grid--professional {
  grid-template-columns: minmax(280px, 1.25fr) minmax(210px, .75fr) minmax(210px, .75fr) minmax(230px, .85fr);
  gap: clamp(32px, 4.5vw, 64px);
  align-items: start;
}
.footer-brandline { margin-bottom: 16px; }
.footer-mark {
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px;
  object-fit: contain;
}
.footer-brandline strong { font-size: clamp(1.65rem, 2vw, 2rem); }
.footer-brandline small { font-size: .58rem; }
.footer-col { min-width: 0; }
.footer-col h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.footer-col h3::after {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--gold-2);
  opacity: .75;
}
.footer-link {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 10px 0 !important;
  line-height: 1.3;
}
.footer-link__icon,
.footer-social-icon,
.footer-legal-link .footer-link__icon,
.contact-card-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}
.footer-link__icon {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: rgba(216,161,74,.13);
  color: var(--gold-2);
}
.footer-link__icon svg,
.footer-social-icon svg,
.footer-legal-link svg,
.contact-card-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 14px;
}
.footer-socials a {
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(216,161,74,.34);
  border-radius: 999px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(255,255,255,.04);
}
.footer-socials a:hover {
  background: rgba(216,161,74,.14);
}
.footer-social-icon {
  color: var(--gold-2);
  width: 20px;
  height: 20px;
}
.footer__bottom--professional {
  align-items: center;
  padding: 20px 0 24px;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px 12px;
  max-width: 720px;
}
.footer-legal-link {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  margin: 0 !important;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.08);
  text-decoration: none !important;
  white-space: nowrap;
}
.footer-legal-link:hover {
  background: rgba(216,161,74,.12);
  border-color: rgba(216,161,74,.3);
}
.footer-legal-link .footer-link__icon {
  width: 19px;
  height: 19px;
  background: transparent;
  color: var(--gold-2);
}
.footer p { max-width: 520px; }

/* Contact card icons */
.contact-list a.contact-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 14px;
  padding: 18px 20px;
}
.contact-card > span:not(.contact-card-icon),
.contact-card > strong {
  grid-column: 2;
}
.contact-card-icon {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--navy);
  box-shadow: 0 10px 22px rgba(216,161,74,.2);
}
.contact-card-icon svg { width: 21px; height: 21px; }

/* Desktop hero/text polish: prevent oversized headline from invading the visual column */
@media (min-width: 1181px) {
  .hero__copy { max-width: 640px; }
  .hero__inner { grid-template-columns: minmax(0, .92fr) minmax(500px, .9fr); }
  h1 { font-size: clamp(3.55rem, 4.25vw, 5.05rem); max-width: 11.5ch; }
  .lead { font-size: clamp(1.22rem, 1.5vw, 1.56rem); }
  .contact-grid { align-items: start; }
  .contact-form { margin-top: 0; }
}

@media (max-width: 1180px) {
  .footer__grid--professional { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-legal { justify-content: flex-start; }
}

@media (max-width: 900px) {
  .footer__grid--professional { grid-template-columns: 1fr; padding-bottom: 34px; }
  .footer__bottom--professional { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-legal { justify-content: flex-start; }
  .footer-legal-link { padding: 8px 10px; }
  .contact-list a.contact-card { padding: 16px; }
}

@media (max-width: 520px) {
  .footer-mark { width: 38px !important; height: 38px !important; }
  .footer-brandline strong { font-size: 1.52rem; }
  .footer-brandline small { font-size: .5rem; }
  .footer-legal { gap: 8px; }
  .footer-legal-link { font-size: .9rem; }
  .contact-card-icon { width: 38px; height: 38px; border-radius: 12px; }
}

/* V18 clean professional footer: keep contact-card icons only, simplify footer links */
.footer--clean .footer__grid--clean {
  display: grid;
  grid-template-columns: minmax(300px, 1.25fr) minmax(190px, .72fr) minmax(190px, .72fr) minmax(210px, .85fr);
  gap: clamp(30px, 4.5vw, 62px);
  align-items: start;
  padding: 54px 0 44px;
}
.footer--clean .footer-brandline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.footer--clean .footer-mark {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px;
  object-fit: contain;
}
.footer--clean .footer-brandline strong {
  display: block;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2vw, 2rem);
  line-height: 1;
}
.footer--clean .footer-brandline small {
  display: block;
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
  font-size: .58rem;
  line-height: 1.2;
}
.footer--clean .footer-col h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.footer--clean .footer-col h3::after {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--gold-2);
  opacity: .75;
}
.footer--clean .footer-link {
  display: block !important;
  margin: 9px 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,.78);
  line-height: 1.45;
  background: none !important;
  border: 0 !important;
}
.footer--clean .footer-link:hover,
.footer--clean .footer-legal-link:hover {
  color: var(--gold-2);
}
.footer--clean .footer-link__icon,
.footer--clean .footer-social-icon,
.footer--clean .footer-legal-link .footer-link__icon {
  display: none !important;
}
.footer--clean .footer__bottom--clean {
  border-top: 1px solid rgba(216,161,74,.28);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 0 24px;
}
.footer--clean .footer__bottom--clean p { margin: 0; }
.footer--clean .footer-legal--clean {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  max-width: 760px;
}
.footer--clean .footer-legal-link {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
  color: rgba(255,255,255,.76);
  text-decoration: underline !important;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.footer--clean .footer-small { color: rgba(255,255,255,.68); }
.footer--clean p { max-width: 520px; }

/* V18 contact page polish */
.contact-form-section .contact-grid { gap: clamp(32px, 5vw, 70px); }
.contact-list a.contact-card { text-decoration: none; }

@media (max-width: 1180px) {
  .footer--clean .footer__grid--clean { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer--clean .footer__bottom--clean { align-items: flex-start; }
  .footer--clean .footer-legal--clean { justify-content: flex-start; }
}
@media (max-width: 900px) {
  .footer--clean .footer__grid--clean { grid-template-columns: 1fr; padding-bottom: 34px; }
  .footer--clean .footer__bottom--clean { flex-direction: column; align-items: flex-start; gap: 16px; }
}
@media (max-width: 520px) {
  .footer--clean .footer-mark { width: 38px !important; height: 38px !important; }
  .footer--clean .footer-brandline strong { font-size: 1.52rem; }
  .footer--clean .footer-brandline small { font-size: .5rem; }
  .footer--clean .footer-legal--clean { gap: 8px 12px; }
  .footer--clean .footer-legal-link { font-size: .9rem; }
}


/* V21 launch polish */
.trust-points{display:flex;flex-wrap:wrap;gap:.65rem;margin:1rem 0 1.4rem}.trust-points span{border:1px solid rgba(183,145,74,.35);background:rgba(183,145,74,.08);border-radius:999px;padding:.55rem .85rem;font-weight:700;color:#06284e}.service-detail-list{display:grid;gap:.55rem;margin:1rem 0 1.5rem}.service-detail-list li{background:#f8f5ef;border-left:4px solid #b7914a;border-radius:10px;padding:.7rem .9rem}.price-panel__amount--text strong{font-size:clamp(1.6rem,4vw,2.6rem);line-height:1}.review-placeholder{border:1px dashed rgba(183,145,74,.45);background:#fffaf1;border-radius:18px;padding:1rem 1.2rem;color:#48566a}.footer-legal--clean{gap:.65rem 1rem}.contact-card-icon{font-family:inherit;font-weight:800;text-align:center}
@media (max-width: 900px){.nav__menu a{font-size:1rem}.service-grid--page{grid-template-columns:1fr}.footer__grid--clean{gap:1.4rem}.legal-card h2{font-size:1.4rem}}


/* V22 professional growth and trust polish */
@media (min-width: 901px) {
  :root { --header-h: 118px; }
}
.topbar {
  border-bottom: 1px solid rgba(216,161,74,.22);
  background: rgba(2,26,53,.46);
  color: rgba(255,255,255,.86);
  font-size: .88rem;
}
.topbar__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.topbar__inner > span { color: var(--gold-2); font-weight: 900; letter-spacing: .02em; }
.topbar__links { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.topbar__links a { color: rgba(255,255,255,.88); font-weight: 800; }
.topbar__links a:hover { color: var(--gold-2); }
.nav__menu > a[aria-current="page"]:not(.btn) { color: var(--gold-2); }
.nav__menu > a[aria-current="page"]:not(.btn)::after { transform: scaleX(1); }
.hero h1 { max-width: 12.8ch; }
.hero__checks { max-width: 720px; }
.standards-section { background: linear-gradient(180deg, #fff8ef, #fff); }
.standards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.standard-card { padding: 24px; border-radius: 22px; background: #fff; border: 1px solid rgba(216,161,74,.26); box-shadow: var(--shadow-soft); }
.standard-card > span { display: inline-grid; place-items: center; min-width: 54px; height: 38px; padding: 0 12px; border-radius: 999px; background: var(--navy); color: var(--gold-2); font-size: .76rem; font-weight: 950; letter-spacing: .06em; margin-bottom: 16px; }
.standard-card h3 { margin-bottom: 8px; }
.standard-card p { font-size: .95rem; margin: 0; }
.standards-note { max-width: 900px; margin: 20px auto 0; text-align: center; font-size: .92rem; color: var(--muted); }
.steps-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.reviews-section { background: #fff; }
.reviews-card { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; padding: clamp(24px, 4vw, 38px); border-radius: var(--radius); border: 1px dashed rgba(216,161,74,.42); background: linear-gradient(135deg, #fff, #fff8ef); box-shadow: var(--shadow-soft); }
.reviews-card h2 { font-size: clamp(1.75rem, 3vw, 2.55rem); }
.reviews-actions { display: grid; gap: 10px; justify-items: start; }
.audience-section { background: linear-gradient(180deg, #fff8ef, #fff); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.audience-card { padding: clamp(24px, 4vw, 38px); border-radius: var(--radius); border: 1px solid rgba(216,161,74,.24); box-shadow: var(--shadow-soft); background: #fff; }
.audience-card h2 { font-size: clamp(1.8rem, 3.1vw, 2.75rem); margin-bottom: 12px; }
.audience-card .btn { margin-top: 10px; }
.audience-card--carer { background: linear-gradient(135deg, #fff, #fff8ef); }
.service-trust-intro { background: #fff8ef; padding: 18px 0; }
.service-trust-card { border: 1px solid rgba(216,161,74,.28); background: #fff; border-radius: 16px; padding: 16px 18px; color: var(--muted); box-shadow: var(--shadow-soft); }
.service-trust-card strong { color: var(--navy); }
.form-note { color: var(--muted); }
.service-card .service-icon svg { width: 26px; height: 26px; }
@media (max-width: 1180px) {
  .standards-grid, .steps-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  :root { --header-h: 88px; }
  .topbar { display: none; }
  .standards-grid, .steps-grid--four, .reviews-card, .audience-grid { grid-template-columns: 1fr; }
  .reviews-actions { justify-items: stretch; }
  .reviews-actions .btn { width: 100%; }
}
@media (max-width: 560px) {
  .standard-card { padding: 20px; }
  .audience-card .btn { width: 100%; }
}

/* V23 professional QA polish: service cards, pricing, trust badges and contact cards */
.service-grid { grid-auto-rows: 1fr; }
.service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  overflow: hidden;
}
.service-card .service-icon {
  flex: 0 0 auto;
  margin-bottom: 22px;
}
.service-card p {
  margin-bottom: 22px;
}
.service-card > .text-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(216, 161, 74, .11);
  border: 1px solid rgba(216, 161, 74, .22);
  color: var(--gold);
  line-height: 1;
  white-space: nowrap;
}
.service-card > .text-link span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #fff8ef;
  color: var(--gold);
  border: 1px solid rgba(216, 161, 74, .18);
}
.service-card:hover > .text-link {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--navy);
  border-color: transparent;
}
.service-card:hover > .text-link span {
  background: rgba(255,255,255,.58);
  color: var(--navy);
}

.price-panel--quote {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(340px, 1fr) auto;
  gap: clamp(20px, 3vw, 34px);
  align-items: center;
  max-width: 1080px;
  padding: clamp(24px, 4vw, 40px);
}
.quote-feature {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.quote-feature .price-icon {
  flex: 0 0 66px;
  width: 66px;
  height: 66px;
}
.quote-feature .price-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.quote-feature h3 {
  margin-bottom: 4px;
}
.quote-feature p {
  margin: 0;
}
.quote-main {
  display: grid;
  gap: 5px;
  padding: 10px 0 10px clamp(18px, 3vw, 34px);
  border-left: 1px solid rgba(216,161,74,.28);
}
.quote-main > span {
  color: var(--gold);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
}
.quote-main strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  line-height: .98;
  letter-spacing: -.04em;
}
.quote-main small {
  color: var(--muted);
  font-weight: 700;
  font-size: .95rem;
}
.price-note {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}

.standard-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 18px;
  align-items: start;
  min-height: 190px;
}
.standard-card > .standard-icon {
  grid-row: 1 / span 2;
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--navy);
  box-shadow: 0 14px 28px rgba(216,161,74,.22);
  margin: 0;
  padding: 0;
}
.standard-card > .standard-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.standard-card h3 {
  align-self: end;
  margin-top: 2px;
}
.standard-card p {
  grid-column: 2;
  margin: 0;
}
.standards-note {
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(216,161,74,.18);
}

.contact-list {
  display: grid;
  gap: 16px;
}
.contact-list a.contact-card {
  min-height: 92px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.contact-list a.contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(216,161,74,.42);
  box-shadow: 0 18px 38px rgba(5,37,74,.10);
}
.contact-card-icon {
  color: var(--navy) !important;
}
.contact-card-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1180px) {
  .price-panel--quote {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .quote-main {
    border-left: 0;
    border-top: 1px solid rgba(216,161,74,.28);
    padding: 20px 0 0;
  }
  .price-panel--quote .btn {
    justify-self: start;
  }
  .standard-card {
    min-height: 170px;
  }
}

@media (max-width: 900px) {
  .service-card > .text-link {
    width: auto;
  }
  .standards-grid {
    grid-template-columns: 1fr;
  }
  .standard-card {
    grid-template-columns: auto 1fr;
    min-height: 0;
  }
  .price-panel--quote .btn {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .service-card {
    min-height: 0;
  }
  .service-card > .text-link {
    width: 100%;
    justify-content: center;
    padding: 13px 16px;
  }
  .quote-feature {
    align-items: flex-start;
  }
  .quote-feature .price-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }
  .quote-main strong {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
  }
  .standard-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .standard-card > .standard-icon,
  .standard-card p {
    grid-column: auto;
    grid-row: auto;
  }
  .contact-list a.contact-card {
    min-height: 82px;
    column-gap: 12px;
  }
}

/* V25 final polish: calmer hero, more human image presentation, less rushed spacing */
.hero--calm {
  min-height: auto;
  padding: clamp(56px, 8vw, 96px) 0 clamp(48px, 7vw, 86px);
  background:
    radial-gradient(circle at 76% 24%, rgba(242,195,107,.26), transparent 34%),
    linear-gradient(90deg, #fff 0%, #fffdf8 46%, #fff4e4 100%);
}
.hero--calm .hero__inner {
  grid-template-columns: minmax(0, .93fr) minmax(420px, .86fr);
  gap: clamp(40px, 6vw, 86px);
}
.hero--calm h1 {
  max-width: 12ch;
  font-size: clamp(3.4rem, 5.55vw, 5.75rem);
  line-height: .98;
  letter-spacing: -.05em;
}
.hero--calm .lead {
  max-width: 680px;
  font-size: clamp(1.2rem, 1.65vw, 1.55rem);
  line-height: 1.4;
}
.hero--calm .hero__copy > p:not(.lead) {
  max-width: 620px;
  font-size: 1.06rem;
}
.hero--calm .hero__actions {
  margin-top: 30px;
  margin-bottom: 24px;
}
.hero--calm .hero__checks {
  max-width: 690px;
  gap: 12px 24px;
}
.hero__visual--soft {
  min-height: clamp(430px, 44vw, 590px);
  border-radius: 42px 42px 42px 110px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  isolation: visible;
}
.hero__visual--soft::before {
  content: "";
  position: absolute;
  inset: -22px -20px 28px 28px;
  border-radius: 46px 46px 46px 120px;
  background: linear-gradient(145deg, rgba(216,161,74,.22), rgba(255,255,255,.16));
  z-index: 0;
}
.hero__visual--soft::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(2,26,53,0) 55%, rgba(2,26,53,.18));
  z-index: 2;
  pointer-events: none;
}
.hero__visual--soft img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 50% center;
  border-radius: inherit;
  box-shadow: 0 26px 70px rgba(5,37,74,.18);
  filter: saturate(.96) contrast(1.02) brightness(1.01);
}
.hero__quote-card {
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 32px);
  z-index: 3;
  display: grid;
  gap: 2px;
  width: min(440px, calc(100% - 36px));
  padding: 17px 20px;
  border-radius: 18px;
  color: white;
  background: rgba(5,37,74,.88);
  border: 1px solid rgba(242,195,107,.32);
  box-shadow: 0 16px 34px rgba(2,26,53,.18);
  backdrop-filter: blur(10px);
}
.hero__quote-card strong {
  font-size: 1.05rem;
  color: white;
}
.hero__quote-card span {
  color: rgba(255,255,255,.82);
  font-size: .95rem;
}
.trust-strip__grid div {
  min-height: 70px;
  display: grid;
  align-content: center;
}
.standards-section .section-heading h2 {
  max-width: 820px;
  margin-inline: auto;
}
.standards-note {
  max-width: 940px;
  margin: 28px auto 0;
  text-align: center;
}
@media (max-width: 1180px) {
  .hero--calm .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    gap: 46px;
  }
  .hero--calm h1 {
    font-size: clamp(3.05rem, 5.2vw, 4.8rem);
  }
}
@media (max-width: 980px) {
  .hero--calm {
    padding: 36px 0 54px;
    background: linear-gradient(180deg, #fff, #fff8ef);
  }
  .hero--calm .hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hero__visual--soft {
    order: -1;
    min-height: auto;
    aspect-ratio: 16 / 10;
    border-radius: 28px;
    overflow: hidden;
  }
  .hero__visual--soft::before { display: none; }
  .hero__visual--soft img { border-radius: 28px; box-shadow: var(--shadow-soft); }
  .hero__quote-card {
    width: auto;
    padding: 14px 16px;
  }
  .hero--calm h1 {
    max-width: 100%;
    font-size: clamp(2.75rem, 8.8vw, 4.3rem);
  }
}
@media (max-width: 620px) {
  .hero--calm {
    padding-top: 28px;
  }
  .hero__visual--soft {
    aspect-ratio: 4 / 3;
  }
  .hero__quote-card {
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 16px;
  }
  .hero--calm .hero__actions .btn {
    width: 100%;
  }
  .hero--calm .hero__checks {
    display: grid;
    gap: 12px;
  }
}

/* V26 homepage and about polish: calmer hero, human stock imagery, clearer content hierarchy */
.hero--v26 {
  background:
    radial-gradient(circle at 88% 16%, rgba(216, 161, 74, .16), transparent 28%),
    linear-gradient(115deg, #fff 0%, #fff 55%, #fff8ef 55%, #f7ecdc 100%);
  padding: clamp(54px, 7vw, 96px) 0 clamp(52px, 7vw, 92px);
  min-height: auto;
}
.hero--v26 .hero__inner {
  grid-template-columns: minmax(0, .9fr) minmax(420px, .86fr);
  gap: clamp(34px, 5vw, 78px);
}
.hero--v26 .hero__copy { max-width: 690px; }
.hero--v26 h1 {
  max-width: 11.2ch;
  font-size: clamp(3.35rem, 6.35vw, 6.45rem);
  line-height: .9;
  letter-spacing: -.045em;
  margin-bottom: 22px;
}
.hero--v26 .lead {
  max-width: 660px;
  font-size: clamp(1.28rem, 1.7vw, 1.65rem);
  line-height: 1.33;
}
.hero--v26 .hero__copy > p:not(.lead) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}
.hero--v26 .hero__checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 13px 26px;
  max-width: 690px;
}
.hero__visual--v26 {
  border: 0;
  border-radius: 44px 44px 44px 10px;
  overflow: visible;
  min-height: clamp(500px, 42vw, 640px);
  box-shadow: none;
  background: transparent;
}
.hero__visual--v26::before {
  content: "";
  position: absolute;
  inset: 7% -4% -5% 11%;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(216,161,74,.22), rgba(5,37,74,.10));
  z-index: 0;
}
.hero__visual--v26::after { display: none; }
.hero__visual--v26 img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center center;
  border-radius: 42px 42px 42px 10px;
  box-shadow: 0 30px 85px rgba(5,37,74,.18);
  filter: saturate(.96) contrast(1.02) brightness(1.01);
}
.hero--v26 .hero__quote-card {
  right: auto;
  left: 28px;
  bottom: 26px;
  max-width: 330px;
  border-radius: 24px;
  background: rgba(5,37,74,.93);
  box-shadow: 0 18px 50px rgba(5,37,74,.22);
}
.trust-strip--v26 .trust-strip__grid > div { min-height: 86px; }
.standards-section--v26 .section-heading h2 { max-width: 860px; margin-inline: auto; }
.about-snapshot--v26 { background: linear-gradient(180deg, #fff, #fff9f0); }
.about-snapshot--v26 .snapshot__image {
  padding: 0;
  overflow: hidden;
  border-radius: 34px;
}
.about-snapshot--v26 .snapshot__image img {
  height: 500px;
  object-position: center 48%;
  border-radius: 34px;
}
.soft-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 20px;
  list-style: none;
  color: var(--navy);
  font-weight: 800;
}
.soft-list li { display: flex; gap: 10px; align-items: center; }
.soft-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(216,161,74,.13);
}
.moments-section--v26 .moment-card img { object-position: center 46%; }
.pricing-section--v26 .price-panel--quote {
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
}
.pricing-section--v26 .quote-main strong {
  font-size: clamp(1.55rem, 3.4vw, 3rem);
  line-height: 1.02;
}
.pricing-section--v26 .quote-main span { font-size: 1.05rem; }

.about-hero-v26 {
  background:
    linear-gradient(115deg, rgba(5,37,74,.98) 0%, rgba(5,37,74,.92) 48%, rgba(216,161,74,.14) 48%, rgba(255,248,239,1) 100%);
  color: #fff;
  padding: clamp(64px, 9vw, 122px) 0;
}
.about-hero-v26__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .85fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}
.about-hero-v26 h1 {
  color: #fff;
  font-size: clamp(3rem, 5.6vw, 5.7rem);
  line-height: .96;
  letter-spacing: -.04em;
  max-width: 880px;
}
.about-hero-v26 p {
  color: rgba(255,255,255,.82);
  max-width: 700px;
  font-size: 1.08rem;
  line-height: 1.75;
}
.about-hero-v26 .btn--outline { color: #fff; border-color: rgba(255,255,255,.44); background: rgba(255,255,255,.06); }
.about-hero-v26__image {
  margin: 0;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.22);
}
.about-hero-v26__image img {
  width: 100%;
  height: clamp(380px, 40vw, 560px);
  object-fit: cover;
  object-position: center 45%;
  display: block;
}
.story-grid-v26,
.approach-grid-v26 {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
}
.story-card-v26,
.company-card-v26,
.value-card-v26 {
  background: #fff;
  border: 1px solid rgba(216,161,74,.22);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}
.story-card-v26 { padding: clamp(24px, 4vw, 44px); }
.story-card-v26 h3 { margin-bottom: 8px; }
.story-card-v26 p + h3 { margin-top: 26px; }
.values-v26 { background: linear-gradient(180deg, #fff8ef, #fff); }
.values-grid-v26 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.value-card-v26 { padding: 28px; }
.value-card-v26 h3 { color: var(--navy); margin-bottom: 8px; }
.approach-image-v26 {
  margin: 0;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(216,161,74,.22);
}
.approach-image-v26 img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center 45%;
  display: block;
}
.approach-list-v26 {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 16px;
}
.approach-list-v26 li {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(216,161,74,.2);
  box-shadow: 0 12px 32px rgba(5,37,74,.06);
}
.approach-list-v26 strong { color: var(--navy); }
.approach-list-v26 span { color: var(--muted); line-height: 1.65; }
.company-details-v26 { background: linear-gradient(180deg, #fff, #fff8ef); }
.company-card-v26 {
  padding: clamp(24px, 4vw, 48px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.company-card-v26 img { width: 92px; height: auto; opacity: .95; }
.company-card-v26 p { max-width: 760px; }

@media (max-width: 1120px) {
  .hero--v26 .hero__inner,
  .about-hero-v26__grid,
  .story-grid-v26,
  .approach-grid-v26 { grid-template-columns: 1fr; }
  .hero__visual--v26 { min-height: 460px; }
  .about-hero-v26 { background: linear-gradient(180deg, rgba(5,37,74,.98), rgba(5,37,74,.93)); }
  .values-grid-v26 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .hero--v26 { padding-top: 36px; }
  .hero--v26 h1 { font-size: clamp(3rem, 16vw, 4.6rem); max-width: 10.5ch; }
  .hero--v26 .lead { font-size: 1.15rem; }
  .hero--v26 .hero__checks { grid-template-columns: 1fr; }
  .hero__visual--v26 { min-height: auto; aspect-ratio: 4 / 3; border-radius: 28px 28px 28px 8px; }
  .hero__visual--v26 img { border-radius: 28px 28px 28px 8px; }
  .hero__visual--v26::before { display: none; }
  .hero--v26 .hero__quote-card { left: 16px; right: 16px; bottom: 16px; max-width: none; }
  .about-snapshot--v26 .snapshot__image img { height: 340px; }
  .about-hero-v26 h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .about-hero-v26__image img { height: 340px; }
  .values-grid-v26 { grid-template-columns: 1fr; }
  .approach-image-v26 img { height: 340px; }
  .approach-list-v26 li { grid-template-columns: 1fr; gap: 8px; }
  .company-card-v26 { align-items: flex-start; flex-direction: column; }
  .company-card-v26 img { width: 72px; }
}


/* V27 final homepage and about alignment polish */
.hero--v26 {
  background:
    radial-gradient(circle at 88% 8%, rgba(216, 161, 74, .12), transparent 25%),
    linear-gradient(115deg, #fff 0%, #fff 58%, #fff8ef 58%, #f8eddc 100%);
  padding: clamp(40px, 5.2vw, 76px) 0 clamp(48px, 6vw, 84px);
}
.hero--v26 .hero__inner {
  grid-template-columns: minmax(0, .86fr) minmax(430px, .9fr);
  gap: clamp(36px, 4.5vw, 68px);
  align-items: center;
}
.hero--v26 .hero__copy {
  max-width: 650px;
}
.hero--v26 h1 {
  max-width: 12.5ch;
  font-size: clamp(3.2rem, 4.65vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.04em;
  margin: 10px 0 18px;
}
.hero--v26 .lead {
  max-width: 620px;
  font-size: clamp(1.18rem, 1.35vw, 1.38rem);
  line-height: 1.45;
  margin-bottom: 18px;
}
.hero--v26 .hero__copy > p:not(.lead) {
  max-width: 600px;
  font-size: 1.02rem;
  line-height: 1.72;
  margin-bottom: 22px;
}
.hero--v26 .hero__actions {
  margin-top: 10px;
  margin-bottom: 24px;
}
.hero--v26 .hero__checks,
.hero--v26 .hero__checks--calm {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 0;
  max-width: 520px;
}
.hero--v26 .hero__checks li {
  font-size: .98rem;
}
.hero__visual--v26 {
  min-height: clamp(420px, 35vw, 560px);
  border-radius: 34px;
}
.hero__visual--v26::before {
  inset: 6% -3% -4% 9%;
  border-radius: 34px;
}
.hero__visual--v26 img {
  border-radius: 34px;
  object-position: 52% center;
}
.hero--v26 .hero__quote-card {
  left: 24px;
  bottom: 24px;
  max-width: 310px;
  padding: 18px 20px;
}
.trust-strip--v26 .trust-strip__grid > div {
  min-height: 78px;
  padding-block: 18px;
}

.about-hero-v26 {
  background:
    radial-gradient(circle at 80% 12%, rgba(216, 161, 74, .18), transparent 24%),
    linear-gradient(115deg, #fff 0%, #fff 56%, #fff8ef 56%, #f7ecdc 100%);
  color: var(--navy);
  padding: clamp(52px, 6.8vw, 92px) 0;
}
.about-hero-v26__grid {
  grid-template-columns: minmax(0, .88fr) minmax(420px, .9fr);
  gap: clamp(34px, 4.8vw, 68px);
}
.about-hero-v26 h1 {
  color: var(--navy);
  max-width: 11ch;
  font-size: clamp(3.15rem, 4.65vw, 5rem);
  line-height: 1;
  letter-spacing: -.04em;
  margin: 10px 0 18px;
}
.about-hero-v26 p {
  color: var(--muted);
  max-width: 610px;
  font-size: 1.06rem;
  line-height: 1.72;
}
.about-hero-v26 .btn--outline {
  color: var(--navy);
  border-color: rgba(216, 161, 74, .5);
  background: #fff;
}
.about-hero-v26__image {
  border-radius: 34px;
  border: 1px solid rgba(216,161,74,.24);
  box-shadow: 0 28px 72px rgba(5,37,74,.14);
}
.about-hero-v26__image img {
  height: clamp(390px, 35vw, 520px);
  object-position: center 48%;
}
.story-grid-v26 {
  grid-template-columns: minmax(0, .95fr) minmax(320px, .68fr);
  align-items: start;
}
.story-copy-v26 h2,
.approach-copy-v26 h2,
.company-card-v26 h2 {
  font-size: clamp(2.25rem, 3.8vw, 3.75rem);
  line-height: 1.05;
}
.story-copy-v26 p,
.approach-copy-v26 p {
  max-width: 680px;
}
.story-card-v26 {
  padding: clamp(22px, 3vw, 34px);
}
.values-v26 .section-heading h2 {
  font-size: clamp(2.2rem, 3.6vw, 3.45rem);
}
.value-card-v26 {
  min-height: 170px;
}

@media (min-width: 1500px) {
  .hero--v26 h1 { font-size: 5rem; }
  .about-hero-v26 h1 { font-size: 4.75rem; }
}
@media (max-width: 1120px) {
  .hero--v26 .hero__inner,
  .about-hero-v26__grid,
  .story-grid-v26 {
    grid-template-columns: 1fr;
  }
  .hero--v26 h1,
  .about-hero-v26 h1 {
    max-width: 760px;
  }
  .about-hero-v26 {
    background: linear-gradient(180deg, #fff, #fff8ef);
    color: var(--navy);
  }
}
@media (max-width: 720px) {
  .hero--v26,
  .about-hero-v26 {
    padding-top: 34px;
  }
  .hero--v26 h1,
  .about-hero-v26 h1 {
    max-width: 100%;
    font-size: clamp(2.6rem, 12.4vw, 3.65rem);
    line-height: 1.02;
  }
  .hero--v26 .lead,
  .about-hero-v26 p {
    font-size: 1.06rem;
  }
  .hero__visual--v26 {
    min-height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 24px;
  }
  .hero__visual--v26 img {
    border-radius: 24px;
    object-position: 54% center;
  }
  .about-hero-v26__image img {
    height: 320px;
  }
}


/* V28 relevant page photography polish */
.care-page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 8vw, 128px) 0 clamp(50px, 7vw, 94px);
  background:
    radial-gradient(circle at 88% 20%, rgba(217,161,75,.18), transparent 32%),
    linear-gradient(135deg, #fffaf2 0%, #f8f1e8 46%, #fff 100%);
  border-bottom: 1px solid rgba(217,161,75,.18);
}
.care-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255,255,255,.82) 0 42%, rgba(255,255,255,0) 42% 100%);
  pointer-events: none;
}
.care-page-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.care-page-hero__copy h1 {
  margin: .55rem 0 1rem;
  max-width: 720px;
  color: var(--navy);
  font-size: clamp(3rem, 6vw, 6.1rem);
  line-height: .93;
  letter-spacing: -.055em;
}
.care-page-hero__copy .lead {
  max-width: 680px;
  color: #43546b;
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
}
.care-page-hero__image {
  margin: 0;
  border-radius: 34px;
  padding: 10px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(217,161,75,.26);
  box-shadow: 0 30px 80px rgba(6,40,78,.16);
}
.care-page-hero__image img {
  display: block;
  width: 100%;
  height: min(540px, 43vw);
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  border-radius: 26px;
}
.care-page-hero--join .care-page-hero__image img { object-position: center 38%; }
.care-page-hero--services .care-page-hero__image img { object-position: center 44%; }
.care-page-hero--live .care-page-hero__image img { object-position: center 44%; }
@media (max-width: 980px) {
  .care-page-hero { padding: 46px 0 54px; }
  .care-page-hero::before { display: none; }
  .care-page-hero__grid { grid-template-columns: 1fr; gap: 24px; }
  .care-page-hero__copy h1 { font-size: clamp(2.55rem, 12vw, 4.25rem); max-width: 100%; }
  .care-page-hero__copy .lead { font-size: 1.04rem; }
  .care-page-hero__image { border-radius: 24px; padding: 8px; }
  .care-page-hero__image img { height: min(72vw, 430px); min-height: 270px; border-radius: 18px; }
}
@media (max-width: 540px) {
  .care-page-hero { padding-top: 34px; }
  .care-page-hero__copy h1 { letter-spacing: -.04em; }
  .care-page-hero__image img { height: 310px; }
}

/* V29 final launch polish */
.hero__visual--v26{position:relative;overflow:hidden;border-radius:34px 0 34px 0;box-shadow:0 24px 60px rgba(5,36,72,.14);background:#efe8de;min-height:560px}
.hero__visual--v26 img{width:100%;height:100%;min-height:560px;object-fit:cover;object-position:center;display:block}
.hero__quote-card{display:none!important}
@media (max-width:900px){.hero__visual--v26{min-height:auto;border-radius:28px}.hero__visual--v26 img{min-height:0;aspect-ratio:4/3;object-position:center}}
@media (max-width:600px){.hero__visual--v26{border-radius:24px}.hero__visual--v26 img{aspect-ratio:5/4}.hero__checks--calm{margin-bottom:1.25rem}}


/* V30 final CTA and heading scale polish */
.care-page-hero__copy h1 {
  font-size: clamp(2.7rem, 4.15vw, 4.55rem);
  line-height: 1.02;
  max-width: 13ch;
  text-wrap: balance;
}
.care-page-hero__copy .lead {
  max-width: 38rem;
  font-size: clamp(1.03rem, 1.25vw, 1.18rem);
  line-height: 1.72;
}
.legal-hero h1 {
  font-size: clamp(2.65rem, 4.25vw, 4.35rem);
  line-height: 1.04;
  max-width: 16ch;
  text-wrap: balance;
}
.hero--v26 h1,
.about-hero-v26 h1 {
  font-size: clamp(3.25rem, 4.75vw, 5.15rem);
  line-height: .98;
  text-wrap: balance;
}
.section-heading h2,
.cta-strip h2,
.contact-copy h2,
.contact-form h2,
.legal-card h2 {
  text-wrap: balance;
}
.site-header .btn--small {
  font-size: .9rem;
  padding-inline: 1rem;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .site-header .btn--small { font-size: .82rem; padding-inline: .85rem; }
  .care-page-hero__copy h1 { font-size: clamp(2.55rem, 5.6vw, 4rem); }
}
@media (max-width: 760px) {
  .care-page-hero__copy h1,
  .legal-hero h1 {
    font-size: clamp(2.15rem, 10.5vw, 3.15rem);
    max-width: 100%;
    line-height: 1.06;
  }
  .hero--v26 h1,
  .about-hero-v26 h1 {
    font-size: clamp(2.65rem, 12vw, 3.75rem);
    line-height: 1.01;
  }
  .care-page-hero__copy .lead { font-size: 1rem; line-height: 1.65; }
}
@media (max-width: 430px) {
  .care-page-hero__copy h1,
  .legal-hero h1 { font-size: clamp(2rem, 10vw, 2.65rem); }
  .hero--v26 h1,
  .about-hero-v26 h1 { font-size: clamp(2.4rem, 11vw, 3.2rem); }
}
