:root {
  --navy: #173a5e;
  --deep: #0f253f;
  --ink: #16384f;
  --teal: #007f7b;
  --blue: #5888a8;
  --gold: #f2b134;
  --paper: #f7f9fb;
  --white: #fff;
  --muted: #597084;
  --line: #d8e4ea;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  scroll-behavior: smooth;
}

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; }
::selection { background: var(--gold); color: var(--deep); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: min(100% - 3rem, 1220px); margin-inline: auto; }
.skip-link { position: absolute; z-index: 100; top: -100px; left: 1rem; padding: .8rem 1.1rem; background: white; color: var(--navy); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header { background: var(--white); position: relative; z-index: 20; }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand, .footer-brand { display: block; flex: none; }
.brand img { width: 174px; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.6rem); }
.main-nav a { font-size: .92rem; font-weight: 600; text-decoration: none; white-space: nowrap; transition: color .18s ease; }
.main-nav a:hover { color: var(--teal); }
.main-nav .nav-contact { background: var(--navy); color: white; padding: .87rem 1.12rem; border-radius: .55rem; }
.main-nav .nav-contact:hover { background: var(--teal); color: white; }
.nav-contact span { margin-left: .5rem; }
.menu-toggle { display: none; }

.hero { background: var(--navy); color: white; position: relative; overflow: hidden; }
.hero::before { content: ""; width: 36rem; height: 36rem; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; position: absolute; left: -17rem; bottom: -25rem; pointer-events: none; }
.hero-inner { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(2rem, 4vw, 4.7rem); align-items: center; min-height: 650px; padding-block: 5rem 6rem; position: relative; z-index: 1; }
.hero-copy { max-width: 570px; }
.eyebrow { margin: 0 0 1.25rem; color: var(--teal); font-size: .8rem; font-weight: 800; letter-spacing: .145em; line-height: 1.5; }
.eyebrow-light { color: #a6d5db; }
.eyebrow-line { display: inline-block; width: 24px; height: 2px; background: var(--gold); vertical-align: middle; margin-right: .65rem; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; letter-spacing: -.04em; }
h1 { font-size: clamp(3.25rem, 5.2vw, 5.8rem); line-height: 1.06; font-weight: 750; margin-bottom: 1.65rem; }
h1 em { font-style: normal; color: var(--gold); }
.hero-lede { font-size: clamp(1.09rem, 1.6vw, 1.25rem); line-height: 1.65; color: #dceaf1; margin: 0; max-width: 34rem; }
.hero-actions { display: flex; align-items: center; gap: 1.65rem; flex-wrap: wrap; margin-top: 2.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .95rem; min-height: 54px; padding: .86rem 1.2rem; border-radius: .55rem; font-size: 1rem; font-weight: 750; text-decoration: none; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 23px rgba(0,0,0,.13); }
.button-gold { background: var(--gold); color: var(--deep); }
.button-gold:hover { background: #ffca60; }
.button-navy { background: var(--navy); color: white; }
.button-navy:hover { background: var(--teal); }
.text-link { font-weight: 700; font-size: .96rem; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: .25rem; }
.text-link span { margin-left: .45rem; }
.text-link-light { color: white; }
.text-link:hover { color: var(--gold); }
.hero-footnote { margin: 3.1rem 0 0; font-size: .8rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: #9ec4d6; }
.hero-visual { position: relative; align-self: stretch; min-height: 510px; border-radius: 14rem 1.15rem 1.15rem 1.15rem; overflow: hidden; box-shadow: 0 35px 60px rgba(0,0,0,.22); }
.hero-visual img { height: 100%; width: 100%; object-fit: cover; object-position: 66% center; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 57%, rgba(12,37,63,.4)); pointer-events: none; }
.hero-photo-label { position: absolute; z-index: 1; bottom: 1.3rem; left: 1.3rem; right: 1.3rem; width: fit-content; max-width: calc(100% - 2.6rem); padding: .75rem 1rem; background: rgba(255,255,255,.94); color: var(--ink); border-radius: .55rem; font-size: .82rem; font-weight: 750; box-shadow: 0 12px 25px rgba(0,0,0,.14); }
.label-dot { display: inline-block; width: .6rem; height: .6rem; background: var(--gold); border-radius: 50%; margin-right: .4rem; }
.hero-swoop { position: absolute; bottom: -1px; right: 0; left: 0; height: 4rem; background: white; clip-path: polygon(0 100%,100% 18%,100% 100%); }

.promise-band { background: white; }
.promise-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding-block: 1.1rem 1.4rem; border-bottom: 1px solid var(--line); }
.promise-items p { margin: 0; display: flex; gap: .85rem; align-items: center; font-size: .91rem; font-weight: 700; }
.promise-items span { color: var(--teal); font-size: .74rem; font-weight: 800; letter-spacing: .1em; }

.section { padding-block: clamp(5.5rem, 9vw, 8.5rem); }
.section h2, .trust-section h2, .contact-section h2 { font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1.13; margin-bottom: 0; font-weight: 750; }
.section-heading { margin-bottom: 3rem; }
.two-column-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 7vw, 8rem); align-items: end; }
.two-column-heading h2 { max-width: 790px; }
.two-column-heading h2 span, .community-heading h2 span { color: var(--teal); }
.two-column-heading > p { color: var(--muted); font-size: 1.12rem; line-height: 1.72; margin: 0 0 .25rem; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.solution-card { min-height: 370px; padding: 2rem; border-radius: 1rem; display: flex; flex-direction: column; }
.card-blue { background: #e7f0f6; }
.card-teal { background: #e5f2f1; }
.card-gold { background: #fff3d8; }
.card-number { font-size: .75rem; font-weight: 800; letter-spacing: .14em; color: var(--navy); }
.card-icon { margin: 3.5rem 0 1.7rem; width: 48px; height: 48px; color: var(--navy); }
.card-icon svg { width: 100%; height: 100%; }
.solution-card h3 { font-size: 1.52rem; line-height: 1.22; margin-bottom: .7rem; }
.solution-card p { color: #38536a; font-size: 1rem; line-height: 1.62; margin: 0; }

.communication-section { background: var(--paper); }
.communication-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2.5rem, 7vw, 8rem); align-items: center; }
.communication-photo { position: relative; min-height: 560px; border-radius: 1rem 1rem 8rem 1rem; overflow: hidden; }
.communication-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 52% center; }
.photo-caption { position: absolute; left: 1.4rem; bottom: 1.4rem; background: var(--gold); color: var(--deep); font-weight: 800; font-size: .85rem; padding: .78rem 1rem; border-radius: .45rem; }
.communication-copy h2 { margin-bottom: 1.4rem; }
.communication-copy > p:not(.eyebrow):not(.small-note) { font-size: 1.09rem; line-height: 1.72; color: var(--muted); margin: 0 0 1.5rem; }
.feature-list { display: flex; flex-wrap: wrap; gap: .62rem; }
.feature-list span { border: 1px solid #bfd6df; background: white; padding: .66rem .85rem; border-radius: .4rem; color: var(--navy); font-size: .9rem; font-weight: 700; }
.small-note { font-size: .78rem; color: var(--muted); margin: 1rem 0 0; }

.community-section { background: white; }
.community-heading { max-width: 760px; margin-bottom: 3rem; }
.community-heading h2 { margin-bottom: 1rem; }
.community-heading > p:last-child { color: var(--muted); font-size: 1.1rem; line-height: 1.65; max-width: 620px; margin: 0; }
.community-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.community-card { padding: 1.7rem 1.5rem 1.8rem; border-right: 1px solid var(--line); }
.community-card:first-child { padding-left: 0; }
.community-card:last-child { border-right: 0; padding-right: 0; }
.community-index { display: block; color: var(--teal); font-weight: 800; font-size: .82rem; margin-bottom: 2.3rem; }
.community-card h3 { font-size: 1.3rem; margin-bottom: .65rem; }
.community-card p { color: var(--muted); font-size: .96rem; line-height: 1.62; margin: 0; }

.journey-section { background: #eaf2f6; }
.journey-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2.5rem, 7vw, 8rem); align-items: center; }
.journey-copy h2 { margin-bottom: 1.25rem; }
.journey-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; line-height: 1.68; }
.cycle-line { display: flex; flex-wrap: wrap; margin: 2.3rem 0 2.1rem; gap: .7rem; }
.cycle-line span { border-radius: 10rem; padding: .68rem .9rem; background: white; color: var(--navy); font-size: .87rem; font-weight: 750; box-shadow: 0 4px 13px rgba(23,58,94,.06); }
.bridge-note { border-top: 1px solid #cbdde6; padding-top: 1.35rem; display: flex; gap: 1rem; align-items: flex-start; }
.bridge-symbol { width: 2.2rem; height: 2.2rem; border-radius: 50%; display: inline-grid; place-items: center; flex: none; background: var(--gold); color: var(--deep); font-size: 1.4rem; line-height: 1; }
.bridge-note p { margin: 0; color: #3c5a6e; font-size: .93rem; line-height: 1.65; }
.journey-photo { min-height: 540px; position: relative; border-radius: 8rem 1rem 1rem 1rem; overflow: hidden; }
.journey-photo img { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; object-position: center; }

.trust-section { padding-block: 5.3rem; background: var(--deep); color: white; }
.trust-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 8rem); }
.trust-section h2 { max-width: 570px; }
.trust-copy { align-self: end; }
.trust-copy p { color: #d4e4ec; font-size: 1.06rem; line-height: 1.75; margin: 0 0 1.75rem; }

.contact-section { padding-block: clamp(5.5rem, 9vw, 8rem); background: var(--gold); }
.contact-layout { display: grid; grid-template-columns: 1fr .55fr; gap: clamp(2rem, 8vw, 8rem); align-items: end; }
.contact-section .eyebrow { color: var(--deep); }
.contact-section h2 { max-width: 660px; }
.contact-section p:not(.eyebrow) { font-size: 1.08rem; line-height: 1.7; max-width: 640px; margin: 1.3rem 0 0; }
.contact-action { background: rgba(255,255,255,.8); padding: 1.7rem; border-radius: .8rem; }
.contact-action p { font-size: 1rem !important; font-weight: 700; margin: 0 0 1.1rem !important; }
.contact-action .button { width: 100%; }
.contact-action small { display: block; color: #4d6070; font-size: .76rem; line-height: 1.5; margin-top: .75rem; }

.site-footer { background: var(--deep); color: #d7e5ec; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 2.25rem; }
.footer-brand img { width: 155px; height: auto; }
.site-footer p { margin: 0; font-size: .86rem; }
.site-footer a:not(.footer-brand) { font-size: .86rem; font-weight: 700; text-decoration: none; }
.site-footer a:hover { color: var(--gold); }

@media (max-width: 1050px) {
  .hero-inner { min-height: 590px; }
  h1 { font-size: clamp(3rem, 5vw, 4.5rem); }
  .hero-visual { min-height: 450px; }
  .community-grid { grid-template-columns: repeat(2, 1fr); }
  .community-card { border-bottom: 1px solid var(--line); }
  .community-card:nth-child(2) { border-right: 0; padding-right: 0; }
  .community-card:nth-child(3) { padding-left: 0; border-bottom: 0; }
  .community-card:nth-child(4) { border-bottom: 0; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 2rem, 620px); }
  .header-inner { min-height: 74px; }
  .brand img { width: 145px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: .5rem; background: white; cursor: pointer; padding: 10px; }
  .menu-toggle span { display: block; height: 2px; width: 100%; background: var(--navy); border-radius: 2px; }
  .main-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; background: white; padding: 1rem max(1rem, calc((100vw - 620px)/2)) 1.4rem; box-shadow: 0 12px 20px rgba(23,58,94,.13); flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .9rem .2rem; }
  .main-nav .nav-contact { text-align: center; margin-top: .55rem; }
  .hero-inner { grid-template-columns: 1fr; padding-block: 4rem 5rem; gap: 3rem; }
  .hero-copy { max-width: 620px; }
  h1 { font-size: clamp(3rem, 10vw, 4.5rem); }
  .hero-visual { min-height: 450px; border-radius: 7rem 1rem 1rem 1rem; }
  .hero-footnote { margin-top: 2.2rem; }
  .hero-swoop { height: 2rem; }
  .promise-items { grid-template-columns: 1fr; padding-block: 1.4rem; }
  .two-column-heading, .communication-layout, .journey-layout, .trust-layout, .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .two-column-heading { gap: 1.3rem; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 265px; }
  .card-icon { margin: 2rem 0 1.4rem; }
  .communication-photo { min-height: 430px; }
  .journey-photo { min-height: 430px; order: -1; }
  .trust-copy { align-self: start; }
  .contact-action { max-width: 440px; }
  .footer-inner { flex-wrap: wrap; }
}

@media (max-width: 520px) {
  .section { padding-block: 4.7rem; }
  .hero-inner { padding-block: 3.4rem 4.5rem; }
  h1 { font-size: clamp(2.75rem, 12vw, 3.6rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .hero-visual { min-height: 330px; }
  .hero-photo-label { font-size: .72rem; bottom: .8rem; left: .8rem; right: .8rem; }
  .section h2, .trust-section h2, .contact-section h2 { font-size: clamp(2.2rem, 9vw, 3rem); }
  .communication-photo, .journey-photo { min-height: 335px; }
  .community-grid { grid-template-columns: 1fr; }
  .community-card, .community-card:first-child, .community-card:nth-child(2), .community-card:nth-child(3), .community-card:last-child { border-right: 0; border-bottom: 1px solid var(--line); padding: 1.5rem 0; }
  .community-card:last-child { border-bottom: 0; }
  .community-index { margin-bottom: 1rem; }
  .footer-inner { display: block; }
  .footer-inner p { margin-block: .8rem 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  .button, .main-nav a { transition: none; }
}
