﻿:root {
  --blue: #1f4ea3;
  --blue-deep: #0c316c;
  --green: #92bf44;
  --aqua: #6cc6d6;
  --ice: #e6f4f7;
  --off: #f2f4f6;
  --ink: #263043;
  --muted: #5d6878;
  --white: #ffffff;
  --black: #333333;
  --line: rgba(31, 78, 163, 0.16);
  --shadow: 0 22px 55px rgba(10, 45, 103, 0.14);
  --radius: 8px;
  --container: min(1160px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "Nunito Sans", Arial, sans-serif; line-height: 1.6; background: var(--white); }
img { display: block; max-width: 100%; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; min-height: 82px; padding: 10px max(20px, calc((100vw - 1160px) / 2)); color: var(--white); background: rgba(12, 49, 108, 0.98); border-bottom: 4px solid var(--green); box-shadow: 0 8px 24px rgba(12,49,108,.22); }
.brand { display: flex; align-items: center; gap: 12px; min-width: 240px; color: var(--white); text-decoration: none; font-weight: 900; line-height: 1.05; }
.brand img { width: 56px; height: 56px; border-radius: 50%; background: var(--white); border: 2px solid rgba(255,255,255,.8); }
.brand strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 1.14rem; }
.site-nav { display: flex; justify-content: center; gap: 23px; font-size: .93rem; font-weight: 900; }
.site-nav a, .header-call, .call-float { text-decoration: none; }
.site-nav a { position: relative; padding: 10px 0; color: rgba(255,255,255,.92); }
.site-nav a::after { position: absolute; left: 0; right: 0; bottom: 2px; height: 3px; background: var(--green); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .16s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.active::after { transform: scaleX(1); }
.header-call { justify-self: end; padding: 10px 15px; color: var(--blue-deep); background: var(--white); border-radius: var(--radius); font-weight: 1000; }
.nav-toggle { display: none; }
.call-float { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: none; padding: 12px 16px; color: var(--white); background: var(--blue); border: 2px solid var(--green); border-radius: 999px; font-weight: 1000; box-shadow: var(--shadow); }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { color: var(--blue-deep); font-family: "Playfair Display", Georgia, serif; letter-spacing: 0; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(2.7rem, 6.5vw, 5.6rem); line-height: .94; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.08; }
h3 { margin-bottom: 9px; color: var(--blue-deep); font-size: 1.18rem; line-height: 1.2; }
.eyebrow { margin: 0 0 12px; color: var(--green); font-size: .8rem; font-weight: 1000; letter-spacing: .12em; text-transform: uppercase; }
.lead { max-width: 720px; color: var(--muted); font-size: 1.16rem; }
.hero-photo { position: relative; min-height: calc(82vh - 82px); display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--blue-deep); }
.hero-photo.smaller { min-height: 560px; }
.hero-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-photo::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(7,26,61,.42) 0%, rgba(7,26,61,.2) 48%, rgba(7,26,61,.18) 100%); }
.hero-photo::after { position: absolute; left: 0; right: 0; bottom: 0; height: 12px; content: ""; background: linear-gradient(90deg, var(--blue), var(--aqua), var(--green)); }
.hero-content { position: relative; z-index: 1; width: var(--container); padding: 0 0 clamp(38px, 6vw, 72px); margin: 0 auto; }
.hero-content > * { max-width: 500px; }
.hero-content::before { position: absolute; z-index: -1; top: -24px; bottom: -24px; left: -24px; width: min(548px, calc(100% + 48px)); background: rgba(12, 49, 108, .76); border-top: 5px solid var(--green); border-radius: var(--radius); box-shadow: var(--shadow); content: ""; }
.hero-content h1 { color: var(--white); font-size: clamp(2rem, 3.9vw, 3.35rem); text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.hero-content p:not(.eyebrow) { max-width: 455px; color: #eef7ff; font-size: 1.05rem; text-shadow: 0 1px 8px rgba(0,0,0,.3); }
.hero-photo.compact-hero .hero-content > * { max-width: 420px; }
.hero-photo.compact-hero .hero-content::before { width: min(460px, calc(100% + 40px)); background: rgba(12, 49, 108, .68); }
.hero-photo.compact-hero .hero-content h1 { font-size: clamp(1.85rem, 3.2vw, 2.8rem); }
.life-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.life-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 26px rgba(10,45,103,.08); }
.life-card img { width: 100%; height: 245px; object-fit: cover; }
.life-card div { padding: 18px; }
.life-card h3 { margin-bottom: 6px; }
.life-card p { margin-bottom: 0; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 18px; text-decoration: none; font-weight: 1000; border: 2px solid transparent; border-radius: var(--radius); cursor: pointer; }
.button.primary { color: var(--white); background: var(--blue); }
.button.primary:hover, .button.primary:focus-visible { background: #153f89; }
.button.secondary { color: var(--white); border-color: var(--green); background: rgba(255,255,255,.08); }
.button.secondary:hover, .button.secondary:focus-visible { color: var(--blue-deep); background: var(--green); }
.section { width: var(--container); padding: clamp(72px, 9vw, 108px) 0; margin: 0 auto; }
.section-heading { max-width: 760px; margin-bottom: 36px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading .eyebrow { color: var(--blue); }
.split { display: grid; grid-template-columns: minmax(0,.82fr) minmax(360px,1fr); gap: 46px; align-items: center; }
.feature-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.photo-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; width: var(--container); margin: 0 auto; padding: 0 0 clamp(64px, 8vw, 96px); }
.photo-strip img { width: 100%; height: 210px; object-fit: cover; border-radius: var(--radius); box-shadow: 0 10px 26px rgba(10,45,103,.08); }
.text-link { color: var(--blue); font-weight: 1000; text-decoration-thickness: 3px; text-underline-offset: 6px; text-decoration-color: var(--green); }
.center-action { margin: 28px 0 0; text-align: center; }
.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.trust-strip div { min-height: 128px; padding: 28px clamp(18px,3vw,32px); background: var(--white); }
.trust-strip strong { display: block; color: var(--blue); font-family: "Playfair Display", Georgia, serif; font-size: 1.22rem; line-height: 1.15; }
.trust-strip span { display: block; margin-top: 8px; color: var(--muted); font-weight: 800; }
.services-band, .soft-band { width: 100%; padding-left: max(20px, calc((100vw - 1160px) / 2)); padding-right: max(20px, calc((100vw - 1160px) / 2)); background: var(--off); }
.service-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.service-grid article { min-height: 250px; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(10,45,103,.06); }
.service-grid article:hover { border-color: var(--aqua); box-shadow: var(--shadow); }
.service-grid img { width: 82px; height: 82px; object-fit: cover; margin-bottom: 16px; border-radius: 50%; }
.service-grid p { margin-bottom: 0; color: var(--muted); }
.image-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.image-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(10,45,103,.06); }
.image-card img { width: 100%; height: 230px; object-fit: cover; }
.image-card div { padding: 22px; }
.value-grid, .document-grid, .faq-list, .contact-grid { display: grid; gap: 16px; }
.value-grid { grid-template-columns: repeat(4,1fr); }
.value-card { padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 26px rgba(10,45,103,.06); }
.value-card strong { color: var(--blue); font-size: 1.08rem; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 14px; }
.gallery-grid img { width: 100%; height: 270px; object-fit: cover; border-radius: var(--radius); }
.gallery-grid img:first-child { grid-row: span 2; height: 554px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
blockquote { margin: 0; padding: 28px; background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--green); border-radius: var(--radius); box-shadow: 0 10px 26px rgba(10,45,103,.06); }
blockquote p { color: #344157; }
cite { color: var(--blue); font-style: normal; font-weight: 1000; }
details { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
summary { padding: 20px 22px; color: var(--blue-deep); font-weight: 1000; cursor: pointer; }
details p { padding: 0 22px 22px; margin: 0; color: var(--muted); }
.document-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.document-grid a { padding: 16px; color: var(--blue-deep); text-decoration: none; font-weight: 1000; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.document-grid a:hover { border-color: var(--aqua); color: var(--blue); }
.contact-grid { grid-template-columns: minmax(0,.9fr) minmax(360px,.78fr); align-items: start; }
.contact-methods { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.contact-methods a { padding: 12px 14px; color: var(--blue); text-decoration: none; font-weight: 1000; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.contact-form { display: grid; gap: 16px; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
label { display: grid; gap: 7px; color: var(--blue-deep); font-weight: 1000; }
input, textarea, select { width: 100%; padding: 13px 14px; color: var(--ink); font: inherit; border: 1px solid #c8d8e5; border-radius: var(--radius); }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(108,198,214,.3); border-color: var(--aqua); }
.honey { display: none; }
.site-footer { color: #e2eef7; background: var(--blue-deep); border-top: 5px solid var(--green); }
.footer-inner { display: grid; grid-template-columns: 1.1fr repeat(3, minmax(160px,.5fr)); gap: 28px; width: var(--container); padding: 42px 0; margin: 0 auto; }
.footer-brand { display: flex; gap: 14px; align-items: flex-start; }
.footer-brand img { width: 58px; height: 58px; border-radius: 50%; background: var(--white); }
.site-footer h3 { color: var(--white); margin-bottom: 10px; }
.site-footer p, .site-footer a { color: #e2eef7; }
.site-footer a { display: block; text-decoration: none; margin: 5px 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.18); padding: 16px max(20px, calc((100vw - 1160px) / 2)); color: #c9d8e8; font-size: .92rem; }
@media (max-width: 980px) {
  .site-header { grid-template-columns: auto auto; }
  .brand { min-width: 0; }
  .nav-toggle { display: inline-grid; justify-self: end; gap: 5px; width: 44px; height: 44px; padding: 10px; background: var(--white); border: 1px solid rgba(255,255,255,.4); border-radius: var(--radius); }
  .nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--blue-deep); }
  .site-nav, .header-call { display: none; }
  .site-header.is-open .site-nav { display: grid; grid-column: 1 / -1; justify-content: stretch; gap: 0; padding: 8px 0; border-top: 1px solid rgba(255,255,255,.18); }
  .site-header.is-open .site-nav a { padding: 12px 0; }
  .split, .contact-grid { grid-template-columns: 1fr; }
  .trust-strip, .service-grid, .value-grid, .testimonial-grid, .image-card-grid, .photo-strip, .footer-inner, .life-grid { grid-template-columns: repeat(2,1fr); }
  .call-float { display: inline-flex; }
}
@media (max-width: 720px) {
  :root { --container: min(100% - 32px, 1160px); }
  .site-header { min-height: 72px; }
  .brand span { max-width: 150px; }
  .brand img { width: 48px; height: 48px; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.8rem); }
  .hero-photo, .hero-photo.smaller { min-height: 560px; align-items: end; }
  .hero-photo > img { object-position: 63% center; }
  .hero-photo::before { background: linear-gradient(0deg, rgba(7,26,61,.46) 0%, rgba(7,26,61,.18) 100%); }
  .hero-content { padding: 0 0 48px; }
  .hero-content::before { top: -20px; bottom: -20px; left: -14px; width: calc(100% + 28px); }
  .trust-strip, .service-grid, .value-grid, .testimonial-grid, .document-grid, .image-card-grid, .photo-strip, .footer-inner, .life-grid { grid-template-columns: 1fr; }
  .photo-strip img { height: 260px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid img, .gallery-grid img:first-child { height: 300px; grid-row: auto; }
  .footer-bottom { padding-bottom: 76px; }
}





