:root {
  --navy: #294d8c;
  --navy-dark: #173767;
  --purple: #8367aa;
  --blue: #1998c4;
  --teal: #4fc0af;
  --teal-light: #dff5f1;
  --sky-light: #eaf6fb;
  --lavender-light: #f1edf7;
  --cream: #faf7f1;
  --ink: #21314a;
  --muted: #5f6c7d;
  --white: #fff;
  --shadow: 0 16px 45px rgba(29, 57, 99, .12);
  --radius: 24px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); line-height: 1.6; background: #fff; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
h1,h2,h3,h4 { color: var(--navy-dark); line-height: 1.12; margin: 0 0 1rem; letter-spacing: -.025em; }
h1 { font-size: clamp(2.75rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); }
h3 { font-size: 1.35rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(4.5rem, 8vw, 8rem) 0; }
.section-tight { padding: 3.5rem 0; }
.section-soft { background: var(--cream); }
.section-blue { background: var(--sky-light); }
.section-teal { background: var(--teal-light); }
.section-lavender { background: var(--lavender-light); }
.center { text-align: center; }
.narrow { width: min(760px, 100%); margin-inline: auto; }
.lead { font-size: clamp(1.12rem, 2vw, 1.35rem); color: var(--muted); }
.eyebrow { display: inline-flex; align-items: center; border-radius: 999px; padding: .55rem 1rem; margin-bottom: 1.1rem; background: var(--purple); color: #fff; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; font-size: .78rem; }
.eyebrow-blue { background: var(--blue); }
.eyebrow-teal { background: var(--teal); color: var(--navy-dark); }
.eyebrow-light { background: rgba(255,255,255,.18); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.35rem; border: 0; border-radius: 999px; background: var(--navy); color: #fff; font: inherit; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(41,77,140,.25); background: var(--navy-dark); }
.button-secondary { background: #fff; color: var(--navy); border: 2px solid rgba(41,77,140,.18); }
.button-light { background: #fff; color: var(--navy-dark); }
.button-small { min-height: 42px; padding: .55rem 1rem; font-size: .9rem; }
.link-arrow { color: var(--navy); font-weight: 800; display: inline-flex; gap: .4rem; align-items: center; }
.link-arrow::after { content: '→'; transition: transform .2s; }
.link-arrow:hover::after { transform: translateX(4px); }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 1000; background: #fff; color: var(--navy); padding: .75rem 1rem; border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.topline { background: var(--navy-dark); color: #fff; font-size: .88rem; }
.topline-inner { min-height: 35px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.topline a { font-weight: 800; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(33,49,74,.1); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: 245px; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: Georgia, serif; font-size: 2.15rem; font-weight: 500; color: var(--navy); letter-spacing: -.04em; }
.brand-copy small { color: var(--purple); font-weight: 800; letter-spacing: .12em; font-size: .64rem; margin-top: .35rem; }
.primary-nav { display: flex; align-items: center; gap: 1.1rem; font-size: .93rem; font-weight: 700; }
.primary-nav > a:not(.button) { padding: 1.9rem 0; position: relative; }
.primary-nav > a:not(.button)::after { content: ''; position: absolute; left: 0; right: 0; bottom: 1.4rem; height: 2px; background: var(--teal); transform: scaleX(0); transition: transform .2s; }
.primary-nav > a:not(.button):hover::after, .primary-nav > a.active::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--sky-light); padding: 11px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 4px 0; }
.hero { position: relative; min-height: min(760px, calc(100vh - 119px)); display: grid; align-items: center; color: #fff; overflow: hidden; background: var(--navy-dark); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,34,64,.92) 0%, rgba(12,34,64,.72) 45%, rgba(12,34,64,.15) 78%); }
.hero-content { position: relative; z-index: 1; width: min(690px, 100%); padding: 6rem 0; }
.hero h1 { color: #fff; }
.hero h1 span { color: var(--teal); display: block; }
.hero p { font-size: clamp(1.12rem, 2.2vw, 1.42rem); max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.hero .button { background: var(--teal); color: var(--navy-dark); }
.hero .button-secondary { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.4); }
.hero-brandbar { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: repeat(3,1fr); text-align: center; font: italic 1.25rem Georgia,serif; }
.hero-brandbar span { padding: .75rem; }
.hero-brandbar span:nth-child(1){ background: var(--purple); } .hero-brandbar span:nth-child(2){ background: var(--blue); } .hero-brandbar span:nth-child(3){ background: var(--teal); }
.intro-grid, .split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.image-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.image-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.image-card.tall img { aspect-ratio: 4/5; }
.image-card.wide img { aspect-ratio: 16/10; }
.pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 2.5rem; }
.pillar { padding: 2rem; border-radius: 20px; background: #fff; box-shadow: var(--shadow); border-top: 5px solid var(--purple); }
.pillar:nth-child(2){ border-color: var(--blue); } .pillar:nth-child(3){ border-color: var(--teal); }
.pillar-number { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--purple); color: #fff; font-weight: 900; margin-bottom: 1rem; }
.pillar:nth-child(2) .pillar-number{ background: var(--blue); } .pillar:nth-child(3) .pillar-number{ background: var(--teal); color: var(--navy-dark); }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.2rem; margin-top: 2.5rem; }
.service-card { background: #fff; border-radius: 20px; padding: 1.55rem; box-shadow: 0 8px 25px rgba(29,57,99,.09); border-left: 5px solid var(--purple); transition: transform .2s, box-shadow .2s; }
.service-card:nth-child(4n+2){border-color:var(--blue)} .service-card:nth-child(4n+3){border-color:var(--teal)} .service-card:nth-child(4n+4){border-color:var(--navy)}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-icon { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--lavender-light); color: var(--navy); margin-bottom: 1rem; }
.service-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: .55rem; }
.service-card p { color: var(--muted); font-size: .96rem; }
.cards-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:1.4rem; }
.feature-card { background:#fff; border-radius:var(--radius); padding:2rem; box-shadow:var(--shadow); }
.feature-card img { border-radius:18px; aspect-ratio:16/10; width:100%; object-fit:cover; margin-bottom:1.4rem; }
.quote-panel { border-radius: var(--radius); background: linear-gradient(135deg,var(--navy),var(--navy-dark)); color:#fff; padding: clamp(2rem,5vw,4rem); box-shadow:var(--shadow); }
.quote-panel h2,.quote-panel h3{color:#fff}.quote-panel em{color:var(--teal);font:italic 1.35rem Georgia,serif;}
.process { display:grid; grid-template-columns:repeat(3,1fr); gap:1.3rem; margin-top:2.5rem; position:relative; }
.process-step { background:#fff; border-radius:20px; padding:2rem; box-shadow:var(--shadow); position:relative; }
.process-step .step-number { width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--purple);color:#fff;font-weight:900;font-size:1.2rem;margin-bottom:1rem; }
.process-step:nth-child(2) .step-number{background:var(--blue)}.process-step:nth-child(3) .step-number{background:var(--teal);color:var(--navy-dark)}
.page-hero { padding: clamp(5rem,9vw,8rem) 0; background:linear-gradient(120deg,var(--navy-dark),var(--navy)); color:#fff; position:relative; overflow:hidden; }
.page-hero::after { content:'';position:absolute;width:480px;height:480px;border-radius:50%;border:80px solid rgba(79,192,175,.12);right:-140px;top:-230px; }
.page-hero h1 { color:#fff; font-size:clamp(2.7rem,5vw,4.8rem); max-width:850px; }
.page-hero p { font-size:1.25rem;max-width:720px; }
.breadcrumb { font-size:.9rem;margin-bottom:1.2rem;color:rgba(255,255,255,.78); }
.breadcrumb a { text-decoration:underline; }
.detail-grid { display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,6vw,5rem);align-items:start; }
.sticky-image { position:sticky;top:140px; }
.stack { display:grid;gap:1.2rem; }
.detail-card { background:#fff;border-radius:20px;padding:1.6rem;box-shadow:0 8px 24px rgba(29,57,99,.1);border-left:5px solid var(--purple); }
.detail-card:nth-child(2){border-color:var(--blue)}.detail-card:nth-child(3){border-color:var(--teal)}.detail-card:nth-child(4){border-color:var(--navy)}
.check-list { list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.7rem; }
.check-list li { position:relative;padding-left:1.8rem; }
.check-list li::before { content:'✓';position:absolute;left:0;color:var(--teal);font-weight:900; }
.gallery-grid { display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:220px;gap:1rem; }
.gallery-grid figure { margin:0;border-radius:20px;overflow:hidden;position:relative;box-shadow:var(--shadow); }
.gallery-grid figure:nth-child(1){grid-column:span 7;grid-row:span 2}.gallery-grid figure:nth-child(2){grid-column:span 5}.gallery-grid figure:nth-child(3){grid-column:span 5}.gallery-grid figure:nth-child(4){grid-column:span 5}.gallery-grid figure:nth-child(5){grid-column:span 7}
.gallery-grid img{width:100%;height:100%;object-fit:cover}.gallery-grid figcaption{position:absolute;left:1rem;bottom:1rem;background:rgba(255,255,255,.92);padding:.5rem .8rem;border-radius:999px;font-weight:800;color:var(--navy-dark)}
.contact-grid { display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,6vw,5rem);align-items:start; }
.contact-card { background:var(--navy);color:#fff;border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow); }
.contact-card h2,.contact-card h3{color:#fff}.contact-card a{font-weight:800;font-size:1.2rem}.contact-card img{border-radius:18px;margin-top:1.5rem;aspect-ratio:4/3;object-fit:cover;width:100%}
.form-card { background:#fff;border-radius:var(--radius);padding:clamp(1.5rem,4vw,3rem);box-shadow:var(--shadow); }
.form-grid { display:grid;grid-template-columns:repeat(2,1fr);gap:1.15rem; }
.form-field { display:grid;gap:.45rem; }
.form-field.full { grid-column:1/-1; }
label { font-weight:800;color:var(--navy-dark); }
input,select,textarea { width:100%;font:inherit;border:1px solid #cfd7e2;border-radius:12px;padding:.85rem 1rem;background:#fff;color:var(--ink); }
input:focus,select:focus,textarea:focus { outline:3px solid rgba(25,152,196,.2);border-color:var(--blue); }
textarea { min-height:150px;resize:vertical; }
.form-note { font-size:.9rem;color:var(--muted); }
.alert { border-radius:12px;padding:1rem;margin-bottom:1.2rem;background:#ffeaea;color:#8a2020; }
.alert ul{margin:.4rem 0 0}.success { background:var(--teal-light);color:var(--navy-dark); }
.footer-cta { background:linear-gradient(130deg,var(--navy-dark),var(--navy));color:#fff;padding:4.5rem 0; }
.footer-cta h2{color:#fff}.footer-cta-grid{display:grid;grid-template-columns:1.5fr .5fr;gap:2rem;align-items:center}.footer-cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.phone-link{font-size:1.3rem;font-weight:900}
.site-footer { background:#f6f8fb;padding-top:4rem; }
.footer-grid { display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:2.2rem;padding-bottom:3rem; }
.footer-grid h3{font-size:1rem;text-transform:uppercase;letter-spacing:.08em}.footer-grid>div{display:flex;flex-direction:column;gap:.65rem}.footer-grid p{color:var(--muted);max-width:380px}.brand-footer{margin-bottom:.7rem}.brand-panel{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;color:#fff;font:italic 1.2rem Georgia,serif}.brand-panel span{padding:.75rem}.brand-panel span:nth-child(1){background:var(--purple)}.brand-panel span:nth-child(2){background:var(--blue)}.brand-panel span:nth-child(3){background:var(--teal)}
.legal-row{display:flex;justify-content:space-between;gap:2rem;padding:1.4rem 0;font-size:.78rem;color:var(--muted)}.legal-row span:last-child{max-width:720px;text-align:right}
@media (max-width: 1020px){
  .menu-toggle{display:block}.primary-nav{display:none;position:absolute;left:20px;right:20px;top:108px;background:#fff;box-shadow:var(--shadow);border-radius:18px;padding:1rem;flex-direction:column;align-items:stretch}.primary-nav.open{display:flex}.primary-nav>a:not(.button){padding:.75rem}.primary-nav>a:not(.button)::after{display:none}.services-grid{grid-template-columns:repeat(2,1fr)}.cards-3{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/-1}.hero-media::after{background:linear-gradient(90deg,rgba(12,34,64,.9),rgba(12,34,64,.45))}
}
@media (max-width: 760px){
  .topline span{display:none}.topline-inner{justify-content:center}.brand{min-width:auto}.brand-copy strong{font-size:1.65rem}.brand-copy small{font-size:.5rem}.nav-wrap{min-height:72px}.brand img{width:48px;height:48px}.primary-nav{top:94px}.hero{min-height:720px}.hero-media img{object-position:63% 50%}.hero-media::after{background:linear-gradient(180deg,rgba(12,34,64,.8),rgba(12,34,64,.74))}.hero-brandbar{font-size:1rem}.intro-grid,.split-grid,.detail-grid,.contact-grid,.footer-cta-grid{grid-template-columns:1fr}.pillars,.process{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr}.sticky-image{position:static}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:260px}.gallery-grid figure:nth-child(n){grid-column:auto;grid-row:auto}.form-grid{grid-template-columns:1fr}.form-field.full{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:auto}.legal-row{flex-direction:column}.legal-row span:last-child{text-align:left}.footer-cta-actions{align-items:flex-start}
}
@media (max-width: 480px){.container{width:min(calc(100% - 28px),var(--container))}.footer-grid{grid-template-columns:1fr}.brand-panel{font-size:.9rem}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}}
@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Contact menu and feedback / complaints forms */
.primary-nav > .nav-dropdown { position: relative; }
.nav-dropdown summary { list-style: none; cursor: pointer; padding: 1.9rem 0; position: relative; display: flex; align-items: center; gap: .35rem; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { content: '▾'; font-size: .72rem; color: var(--navy); transition: transform .2s ease; }
.nav-dropdown[open] summary::after { transform: rotate(180deg); }
.nav-dropdown summary::before { content: ''; position: absolute; left: 0; right: 1.05rem; bottom: 1.4rem; height: 2px; background: var(--teal); transform: scaleX(0); transition: transform .2s; transform-origin: left; }
.nav-dropdown:hover summary::before,
.nav-dropdown:focus-within summary::before,
.nav-dropdown.active summary::before { transform: scaleX(1); }
.nav-dropdown-menu { display: none; position: absolute; right: 0; top: calc(100% - .75rem); min-width: 220px; padding: .65rem; border-radius: 16px; background: #fff; box-shadow: var(--shadow); border: 1px solid rgba(41,77,140,.08); z-index: 20; }
.nav-dropdown[open] .nav-dropdown-menu,
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { display: grid; }
.nav-dropdown-menu a { padding: .7rem .8rem; border-radius: 10px; white-space: nowrap; color: var(--navy-dark); }
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible,
.nav-dropdown-menu a.active { background: var(--sky-light); color: var(--navy-dark); }

.call-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .7rem 1.1rem; border-radius: 999px; background: #fff; color: var(--navy-dark); }
.contact-card .call-button { font-size: 1.15rem; }
.contact-card-note { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.88); }
.form-intro { margin: 1.25rem 0 1.6rem; padding: 1.25rem 1.35rem; border-radius: 16px; background: var(--sky-light); border-left: 5px solid var(--blue); }
.form-intro p:last-child { margin-bottom: 0; }
.complaint-assurance { background: var(--lavender-light); border-color: var(--purple); }
.checkbox-field { padding: .25rem 0; }
.choice-option { display: flex; align-items: flex-start; gap: .75rem; font-weight: 650; cursor: pointer; }
.choice-option input[type="checkbox"],
.choice-option input[type="radio"] { width: auto; min-width: 1.1rem; height: 1.1rem; margin-top: .25rem; accent-color: var(--navy); }
.contact-options { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.4rem; margin-top: 2.5rem; }
.contact-option-card { background: #fff; border-radius: var(--radius); padding: clamp(1.5rem,3vw,2.4rem); box-shadow: var(--shadow); border-top: 5px solid var(--blue); }
.contact-option-card:nth-child(2) { border-color: var(--purple); }
.contact-option-card .button { margin-top: .5rem; }
.confirmation-panel { padding: 3rem 0; }
.confirmation-panel h1 { font-size: clamp(2.6rem,5vw,4.5rem); }
.confirmation-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 1.5rem; }

@media (max-width: 1020px) {
  .primary-nav > .nav-dropdown { width: 100%; }
  .nav-dropdown summary { padding: .75rem; border-radius: 10px; }
  .nav-dropdown summary::before { display: none; }
  .nav-dropdown-menu { position: static; min-width: 0; margin: 0 .5rem .5rem; box-shadow: none; border: 0; background: var(--sky-light); }
  .nav-dropdown:not([open]) .nav-dropdown-menu { display: none; }
  .nav-dropdown[open] .nav-dropdown-menu { display: grid; }
}

@media (max-width: 760px) {
  .contact-options { grid-template-columns: 1fr; }
  .confirmation-actions { flex-direction: column; align-items: stretch; }
}


/* Service-area directory and local landing pages */
.nav-dropdown-wide { min-width: 230px; }
.area-hero { background: linear-gradient(125deg, #223f79 0%, #4358a8 52%, #6c47a9 100%); }
.region-card-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.5rem; margin-top:2.5rem; }
.region-card, .area-card { background:#fff; border-radius:24px; overflow:hidden; box-shadow:0 18px 50px rgba(31,52,100,.12); }
.region-card a, .area-card a { display:block; color:inherit; text-decoration:none; height:100%; }
.region-card img { width:100%; height:230px; object-fit:cover; }
.region-card div { padding:1.6rem; }
.area-card-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.5rem; margin-top:3rem; }
.area-card img { width:100%; height:190px; object-fit:cover; }
.area-card div { padding:1.35rem; }
.area-card h2, .region-card h2 { margin:.35rem 0 .75rem; font-size:1.65rem; }
.area-card p, .region-card p { color:#52627b; }
.location-directory { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:.8rem; margin-top:2rem; }
.location-directory a { display:flex; flex-direction:column; padding:1rem 1.1rem; border-radius:15px; background:#fff; border:1px solid rgba(45,79,142,.14); text-decoration:none; color:#20365f; transition:.2s ease; }
.location-directory a:hover { transform:translateY(-2px); border-color:#5e52aa; box-shadow:0 10px 24px rgba(31,52,100,.09); }
.location-directory span { font-weight:800; }
.location-directory small { color:#6d7990; margin-top:.25rem; }
.section-heading-row { display:flex; align-items:end; justify-content:space-between; gap:2rem; }
.section-heading-row > p { max-width:420px; }
.area-contact-actions { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; gap:1rem; }
.area-detail-grid { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr); gap:3.5rem; align-items:start; }
.area-detail-grid p { font-size:1.05rem; line-height:1.78; }
.area-facts { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; margin:2rem 0 1rem; }
.area-facts div { padding:1.25rem; border-radius:18px; background:#eef4fb; border:1px solid rgba(45,79,142,.12); }
.area-facts strong { display:block; color:#2d4f8e; font-size:2rem; line-height:1; }
.area-facts span { display:block; color:#5c6b81; margin-top:.55rem; font-size:.9rem; }
.source-note { font-size:.86rem !important; color:#69778c; }
.source-note a { color:#3b55a0; }
.area-callout { margin-top:1.25rem; padding:1.5rem; border-radius:22px; background:linear-gradient(135deg,#eef5fb,#f5f0fa); border:1px solid rgba(45,79,142,.12); }
.area-callout .service-icon { width:48px; height:48px; }
.area-callout .button { width:100%; text-align:center; margin-top:.5rem; }
.text-phone { display:block; text-align:center; margin-top:1rem; font-weight:800; color:#2d4f8e; }
.area-service-links { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; margin-top:2rem; }
.area-service-links a { padding:1.4rem; border-radius:18px; background:#fff; text-decoration:none; color:#20365f; box-shadow:0 12px 30px rgba(31,52,100,.08); }
.area-service-links strong, .area-service-links span { display:block; }
.area-service-links span { color:#66748a; margin-top:.45rem; }
.nearby-links { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:.8rem; margin-top:1.4rem; }
.nearby-links a { display:flex; justify-content:space-between; gap:.5rem; padding:1rem; border:1px solid rgba(45,79,142,.14); border-radius:14px; text-decoration:none; color:#20365f; font-weight:800; }
.nearby-links span { color:#5e52aa; font-size:.85rem; white-space:nowrap; }
.region-intro { align-items:center; }
.site-footer .footer-grid { grid-template-columns:1.35fr repeat(4,1fr); }

@media (max-width: 1050px) {
  .region-card-grid, .area-card-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .location-directory { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .nearby-links { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .site-footer .footer-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .region-card-grid, .area-card-grid, .area-service-links, .area-detail-grid { grid-template-columns:1fr; }
  .location-directory, .nearby-links { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .section-heading-row { display:block; }
  .section-heading-row > p { max-width:none; }
  .area-facts { grid-template-columns:1fr 1fr; }
  .site-footer .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 480px) {
  .location-directory, .nearby-links, .area-facts, .site-footer .footer-grid { grid-template-columns:1fr; }
}

/* Service areas origin story */
.area-origin-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(79,192,175,.24), transparent 30%),
    radial-gradient(circle at 72% 105%, rgba(25,152,196,.25), transparent 34%),
    linear-gradient(125deg, #173767 0%, #294d8c 48%, #745c9b 100%);
}
.area-origin-hero::after {
  content: '';
  position: absolute;
  width: 430px;
  height: 430px;
  right: -110px;
  bottom: -265px;
  border: 55px solid rgba(255,255,255,.07);
  border-radius: 50%;
}
.area-origin-hero .container { position: relative; z-index: 1; }
.area-origin-hero h1 { max-width: 900px; color: #fff; }
.area-origin-hero p { max-width: 780px; font-size: clamp(1.1rem,2vw,1.35rem); color: rgba(255,255,255,.92); }

.regional-origin-section { background: linear-gradient(180deg,#fff 0%,#fbfcfe 100%); }
.regional-origin-grid {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr);
  gap: clamp(2.5rem,6vw,6rem);
  align-items: center;
}
.regional-origin-copy p { font-size: 1.06rem; line-height: 1.82; }
.regional-origin-copy .lead { font-size: clamp(1.15rem,2vw,1.35rem); }
.origin-quote {
  margin: 2rem 0 0;
  padding: 1.65rem 1.8rem;
  border-left: 6px solid var(--teal);
  border-radius: 0 20px 20px 0;
  background: linear-gradient(135deg,var(--navy-dark),var(--navy));
  color: #fff;
  box-shadow: var(--shadow);
}
.origin-quote p { margin-bottom: .65rem; color: #fff; font-size: 1.08rem; line-height: 1.7; }
.origin-quote cite { color: rgba(255,255,255,.76); font-style: normal; font-size: .9rem; }

.origin-photo-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
}
.origin-photo {
  position: relative;
  margin: 0;
  min-height: 310px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--navy-dark);
  box-shadow: 0 18px 55px rgba(25,51,91,.16);
}
.origin-photo-wide { grid-column: 1 / -1; min-height: 330px; }
.origin-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }
.origin-photo-wide img { aspect-ratio: 16/8.5; }
.origin-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 38%,rgba(10,31,57,.82) 100%);
  pointer-events: none;
}
.origin-photo figcaption {
  position: absolute;
  z-index: 1;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1rem;
  color: #fff;
}
.origin-photo figcaption strong,
.origin-photo figcaption span { display: block; }
.origin-photo figcaption strong { font-size: 1.08rem; }
.origin-photo figcaption span { margin-top: .2rem; color: rgba(255,255,255,.82); font-size: .86rem; line-height: 1.42; }

.regional-purpose-section { position: relative; overflow: hidden; }
.regional-purpose-section::before {
  content: '';
  position: absolute;
  width: 360px;
  height: 360px;
  left: -210px;
  top: -210px;
  border: 48px solid rgba(41,77,140,.07);
  border-radius: 50%;
}
.regional-purpose-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1.25rem;
  margin-top: 3rem;
}
.regional-purpose-card {
  position: relative;
  padding: clamp(1.55rem,3vw,2.25rem);
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(41,77,140,.1);
  box-shadow: 0 16px 42px rgba(28,67,94,.09);
}
.regional-purpose-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1.25rem;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
  letter-spacing: .04em;
}
.regional-purpose-card:nth-child(2) .regional-purpose-number { background: var(--blue); }
.regional-purpose-card:nth-child(3) .regional-purpose-number { background: var(--purple); }
.regional-purpose-card h3 { font-size: 1.55rem; }
.regional-purpose-card p { color: #53657a; }

@media (max-width: 980px) {
  .regional-origin-grid { grid-template-columns: 1fr; }
  .origin-photo-story { width: min(760px,100%); margin-inline: auto; }
  .regional-purpose-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .origin-photo-story { grid-template-columns: 1fr; }
  .origin-photo-wide { grid-column: auto; }
  .origin-photo, .origin-photo-wide { min-height: 330px; }
  .origin-photo img, .origin-photo-wide img { aspect-ratio: 4/4.7; }
  .origin-quote { padding: 1.35rem; }
}
.origin-quote > strong { display:block; margin-bottom:.55rem; color:var(--teal); font-size:.84rem; letter-spacing:.06em; text-transform:uppercase; }
.origin-quote > p:last-child { margin-bottom:0; }

/* Events directory and event detail pages */
.event-index-hero {
  background:
    radial-gradient(circle at 82% 20%, rgba(79,192,175,.22), transparent 32%),
    linear-gradient(120deg,var(--navy-dark),var(--navy) 58%,var(--purple));
}
.events-list { display:grid; gap:2rem; margin-top:3rem; }
.event-card { display:grid; grid-template-columns:minmax(260px,.48fr) minmax(0,1fr); background:#fff; border-radius:28px; overflow:hidden; box-shadow:var(--shadow); border:1px solid rgba(41,77,140,.08); }
.event-card-image { min-height:430px; background:var(--lavender-light); overflow:hidden; }
.event-card-image img { width:100%; height:100%; object-fit:cover; object-position:center top; }
.event-card-content { padding:clamp(1.6rem,4vw,3rem); display:flex; flex-direction:column; align-items:flex-start; }
.event-card-content h2 { font-size:clamp(2rem,3.5vw,3rem); margin-top:.5rem; }
.event-card-content > p { font-size:1.06rem; color:var(--muted); max-width:720px; }
.event-card-meta { display:flex; align-items:center; flex-wrap:wrap; gap:.75rem 1rem; color:var(--navy); font-weight:800; }
.event-badge { display:inline-flex; padding:.45rem .8rem; border-radius:999px; background:var(--teal-light); color:var(--navy-dark); font-size:.8rem; text-transform:uppercase; letter-spacing:.04em; }
.event-quick-details { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; width:100%; margin:1rem 0 1.5rem; }
.event-quick-details > div { padding:1rem 1.1rem; border-radius:16px; background:var(--sky-light); }
.event-quick-details strong,.event-quick-details span,.event-quick-details small { display:block; }
.event-quick-details strong { color:var(--navy-dark); }
.event-quick-details span,.event-quick-details small { color:#53657a; margin-top:.2rem; }

.event-hero { position:relative; min-height:620px; display:grid; align-items:center; overflow:hidden; background:var(--navy-dark); color:#fff; }
.event-hero-media { position:absolute; inset:0; }
.event-hero-media img { width:100%; height:100%; object-fit:cover; object-position:center 44%; }
.event-hero-media::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgba(15,40,72,.95) 0%,rgba(15,40,72,.8) 45%,rgba(15,40,72,.25) 76%,rgba(15,40,72,.08)); }
.event-hero-content { position:relative; z-index:1; padding:6rem 0; width:min(760px,100%); }
.event-hero h1 { color:#fff; font-size:clamp(2.7rem,5vw,5rem); }
.event-hero p { font-size:clamp(1.15rem,2vw,1.38rem); max-width:680px; }
.event-hero-actions { display:flex; flex-wrap:wrap; gap:.8rem; margin-top:2rem; }
.event-hero .button { background:var(--teal); color:var(--navy-dark); }
.event-hero .button-secondary { background:rgba(255,255,255,.12); color:#fff; border-color:rgba(255,255,255,.4); }

.event-summary-grid { display:grid; grid-template-columns:170px minmax(0,1fr) 270px; gap:clamp(1.5rem,4vw,3.5rem); align-items:center; }
.event-date-panel { aspect-ratio:1; display:grid; place-content:center; text-align:center; border-radius:30px; background:linear-gradient(145deg,var(--purple),var(--navy)); color:#fff; box-shadow:var(--shadow); }
.event-day { font-size:4.4rem; line-height:.85; font-weight:900; }
.event-month { font-size:1.35rem; font-weight:800; margin-top:.65rem; }
.event-year { font-size:.95rem; opacity:.85; }
.event-location-block { display:flex; flex-direction:column; gap:.15rem; margin:1rem 0; padding-left:1rem; border-left:4px solid var(--teal); }
.event-location-block strong { color:var(--navy-dark); font-size:1.1rem; }
.event-flyer-card { display:block; border-radius:22px; overflow:hidden; background:#fff; box-shadow:var(--shadow); }
.event-flyer-card img { aspect-ratio:1/1.25; width:100%; object-fit:cover; object-position:top; }
.event-flyer-card span { display:block; padding:.8rem 1rem; color:var(--navy); font-weight:800; text-align:center; }

.event-reasons-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; margin-top:2.5rem; }
.event-reasons-grid article { padding:1.5rem; border-radius:20px; background:#fff; box-shadow:0 10px 30px rgba(29,57,99,.08); }
.event-reasons-grid article:nth-child(2){ border-top:4px solid var(--blue); }
.event-reasons-grid article:nth-child(3){ border-top:4px solid var(--purple); }
.event-reasons-grid article:nth-child(4){ border-top:4px solid var(--teal); }
.event-reasons-grid p { color:var(--muted); }

.event-detail-grid { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr); gap:3rem; align-items:start; }
.event-service-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; margin-top:2rem; }
.event-service-grid > div { padding:1.25rem; border-radius:18px; background:linear-gradient(135deg,#f5f1f9,#eef7fb); border-left:5px solid var(--purple); }
.event-service-grid > div:nth-child(3n+2){ border-color:var(--blue); }
.event-service-grid > div:nth-child(3n){ border-color:var(--teal); }
.event-service-grid strong,.event-service-grid span { display:block; }
.event-service-grid strong { color:var(--navy-dark); font-size:1.08rem; }
.event-service-grid span { color:var(--muted); margin-top:.35rem; }
.event-provider-panel { margin-top:2rem; padding:1.5rem; border-radius:22px; background:var(--navy-dark); color:#fff; }
.event-provider-panel h3 { color:#fff; }
.event-provider-tags { display:flex; flex-wrap:wrap; gap:.55rem; }
.event-provider-tags span { padding:.45rem .75rem; border-radius:999px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.15); font-size:.9rem; }
.event-attend-card { border-radius:24px; overflow:hidden; background:#fff; box-shadow:var(--shadow); position:sticky; top:145px; }
.event-attend-card img { width:100%; aspect-ratio:4/5; object-fit:cover; object-position:top; }
.event-attend-card > div { padding:1.5rem; }
.event-contact-card a[href^="mailto:"] { font-size:1rem; word-break:break-word; }

@media (max-width: 1020px) {
  .event-card { grid-template-columns:320px minmax(0,1fr); }
  .event-summary-grid { grid-template-columns:150px minmax(0,1fr); }
  .event-flyer-card { grid-column:1/-1; display:grid; grid-template-columns:160px 1fr; align-items:center; max-width:540px; }
  .event-flyer-card img { aspect-ratio:1; }
  .event-reasons-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .event-card,.event-summary-grid,.event-detail-grid { grid-template-columns:1fr; }
  .event-card-image { min-height:0; max-height:520px; }
  .event-card-image img { aspect-ratio:4/5; }
  .event-quick-details,.event-service-grid,.event-reasons-grid { grid-template-columns:1fr; }
  .event-date-panel { width:150px; }
  .event-flyer-card { grid-column:auto; grid-template-columns:120px 1fr; }
  .event-attend-card { position:static; }
  .event-hero { min-height:680px; }
  .event-hero-media::after { background:linear-gradient(180deg,rgba(15,40,72,.86),rgba(15,40,72,.72)); }
}

/* Community-led service area stories */
.area-hero-story .area-story-chip {
  display: inline-flex;
  align-items: center;
  margin: 0 0 1rem .55rem;
  padding: .45rem .8rem;
  border-radius: 999px;
  background: rgba(79,192,175,.2);
  border: 1px solid rgba(255,255,255,.26);
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.area-story-jump { margin-top: 1rem; }
.area-local-image img { object-position: center; }

.community-stories-index {
  background:
    radial-gradient(circle at 88% 4%, rgba(79,192,175,.17), transparent 28%),
    linear-gradient(180deg,#f9fcfd 0%,#fff 100%);
}
.community-story-index-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.5rem; margin-top:2.5rem; }
.community-story-index-grid:has(> :only-child) { grid-template-columns:minmax(0,1fr); }
.community-story-index-card { background:#fff; border-radius:28px; overflow:hidden; box-shadow:var(--shadow); border:1px solid rgba(41,77,140,.09); }
.community-story-index-card > a { display:grid; grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr); height:100%; }
.community-story-index-image { position:relative; min-height:360px; overflow:hidden; background:var(--navy-dark); }
.community-story-index-image img { width:100%; height:100%; object-fit:cover; }
.community-story-index-image::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 48%,rgba(13,40,70,.58)); pointer-events:none; }
.community-story-index-image > span { position:absolute; z-index:1; left:1.1rem; bottom:1rem; padding:.45rem .75rem; border-radius:999px; background:var(--teal); color:var(--navy-dark); font-weight:900; font-size:.78rem; text-transform:uppercase; letter-spacing:.04em; }
.community-story-index-copy { padding:clamp(1.6rem,4vw,3rem); display:flex; flex-direction:column; align-items:flex-start; justify-content:center; }
.community-story-index-copy h3 { font-size:clamp(1.7rem,3vw,2.5rem); }
.community-story-index-copy p { color:var(--muted); }
.community-story-index-meta { display:flex; flex-wrap:wrap; align-items:center; gap:.55rem .8rem; margin-bottom:.8rem; color:var(--navy); }
.community-story-index-meta strong { font-size:1.05rem; }
.community-story-index-meta > span { color:var(--muted); font-size:.85rem; }
.community-media-badge { padding:.28rem .55rem; border-radius:999px; background:var(--lavender-light); color:var(--purple)!important; font-weight:800; }

.area-card-image { position:relative; overflow:hidden; }
.area-card-image img { width:100%; height:190px; object-fit:cover; }
.area-card-story-badge { position:absolute; left:.8rem; bottom:.8rem; padding:.38rem .65rem; border-radius:999px; background:rgba(23,55,103,.92); color:#fff; font-size:.72rem; font-weight:900; letter-spacing:.03em; text-transform:uppercase; box-shadow:0 8px 22px rgba(23,55,103,.22); }

.community-story-section {
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 5% 2%, rgba(131,103,170,.13), transparent 26%),
    radial-gradient(circle at 94% 96%, rgba(79,192,175,.16), transparent 30%),
    linear-gradient(180deg,#f8fbfd 0%,#fff 54%,#f7fbfa 100%);
}
.community-story-section::before {
  content:'';
  position:absolute;
  width:420px;
  height:420px;
  top:180px;
  left:-310px;
  border:52px solid rgba(41,77,140,.055);
  border-radius:50%;
}
.community-story-heading { display:grid; grid-template-columns:minmax(0,1fr) minmax(320px,.72fr); gap:clamp(2rem,6vw,5rem); align-items:end; }
.community-story-heading h2 { max-width:820px; }
.community-story-date { display:inline-block; margin-left:.55rem; color:var(--muted); font-weight:800; font-size:.85rem; }
.story-timeline { display:grid; gap:clamp(4rem,8vw,7rem); margin-top:clamp(3rem,6vw,5rem); }
.story-beat { position:relative; display:grid; grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr); gap:clamp(2rem,6vw,5rem); align-items:center; }
.story-beat-reverse .story-beat-copy { order:2; }
.story-beat-reverse .story-beat-media { order:1; }
.story-beat-copy { position:relative; z-index:1; }
.story-beat-number { display:grid; place-items:center; width:52px; height:52px; margin-bottom:1rem; border-radius:50%; background:var(--navy); color:#fff; font-weight:900; font-size:1.05rem; box-shadow:0 12px 28px rgba(41,77,140,.18); }
.story-beat:nth-child(2) .story-beat-number { background:var(--purple); }
.story-beat:nth-child(3) .story-beat-number { background:var(--teal); color:var(--navy-dark); }
.story-beat-kicker { display:block; margin-bottom:.55rem; color:var(--blue); font-size:.79rem; font-weight:900; letter-spacing:.06em; text-transform:uppercase; }
.story-beat-copy h3 { font-size:clamp(1.9rem,3.7vw,3.1rem); }
.story-beat-copy > p { font-size:1.05rem; line-height:1.82; color:#45566d; }
.story-service-link { display:flex; gap:1rem; align-items:flex-start; margin-top:1.7rem; padding:1.25rem 1.3rem; border-radius:18px; background:#fff; border:1px solid rgba(41,77,140,.1); box-shadow:0 12px 34px rgba(29,57,99,.08); }
.story-service-link > span { flex:0 0 44px; width:44px; height:44px; display:grid; place-items:center; border-radius:50%; background:var(--teal-light); color:var(--navy); }
.story-service-link svg { width:24px; height:24px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.story-service-link strong { display:block; color:var(--navy-dark); font-size:1.05rem; }
.story-service-link p { margin:.25rem 0 .55rem; color:var(--muted); font-size:.91rem; line-height:1.55; }
.story-service-link .link-arrow { font-size:.88rem; }

.story-beat-media { display:grid; grid-template-columns:minmax(0,1.22fr) minmax(190px,.78fr); grid-template-rows:1fr; gap:1rem; align-items:stretch; min-height:490px; }
.story-photo { position:relative; margin:0; min-height:0; overflow:hidden; border-radius:26px; background:var(--navy-dark); box-shadow:0 18px 48px rgba(29,57,99,.14); }
.story-photo img { width:100%; height:100%; min-height:490px; object-fit:cover; }
.story-photo-secondary img { object-position:center; }
.story-photo figcaption { position:absolute; left:1rem; right:1rem; bottom:1rem; z-index:2; padding:.75rem .85rem; border-radius:14px; background:rgba(255,255,255,.94); color:var(--navy-dark); font-size:.83rem; line-height:1.4; font-weight:750; box-shadow:0 8px 24px rgba(18,39,68,.12); }
.story-photo::after { content:''; position:absolute; inset:0; pointer-events:none; background:linear-gradient(180deg,transparent 72%,rgba(13,40,70,.18)); }
.story-media-count-1 { grid-template-columns:1fr; }
.story-media-count-1 .story-photo img { min-height:520px; }
/* George's roadside photo was taken in harsh midday light; this treatment keeps the image readable without changing its content. */
.story-beat:first-child .story-photo-primary img { filter:brightness(.88) contrast(1.04) saturate(.96); object-position:center 58%; }

.community-story-gallery { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; margin-top:clamp(3rem,6vw,5rem); }
.community-story-gallery figure { position:relative; margin:0; overflow:hidden; border-radius:22px; min-height:300px; box-shadow:0 14px 38px rgba(29,57,99,.1); }
.community-story-gallery img { width:100%; height:100%; min-height:300px; object-fit:cover; }
.community-story-gallery figcaption { position:absolute; left:1rem; bottom:1rem; padding:.45rem .7rem; border-radius:999px; background:rgba(255,255,255,.93); color:var(--navy-dark); font-weight:800; font-size:.8rem; }

.community-reflection { margin-top:clamp(3rem,7vw,6rem); padding:clamp(2rem,5vw,4rem); border-radius:30px; background:linear-gradient(135deg,var(--navy-dark),var(--navy) 62%,#4963a3); color:#fff; box-shadow:var(--shadow); }
.community-reflection h3 { color:#fff; font-size:clamp(2rem,4vw,3.4rem); max-width:850px; }
.community-reflection p { max-width:930px; margin-bottom:0; font-size:clamp(1.05rem,2vw,1.25rem); line-height:1.8; color:rgba(255,255,255,.92); }

/* Optional video module for future locality stories, including Bauple. */
.community-video-grid { display:grid; grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr); gap:clamp(2rem,6vw,5rem); align-items:center; margin-top:clamp(3rem,7vw,6rem); }
.community-video-copy p { color:var(--muted); }
.community-video-frame { overflow:hidden; border-radius:28px; background:#0d203a; box-shadow:0 22px 55px rgba(18,39,68,.2); aspect-ratio:16/9; }
.community-video-frame video,.community-video-frame iframe { display:block; width:100%; height:100%; border:0; object-fit:cover; }

@media (max-width: 980px) {
  .community-story-index-card > a { grid-template-columns:1fr; }
  .community-story-index-image { min-height:320px; }
  .community-story-heading,.story-beat,.community-video-grid { grid-template-columns:1fr; }
  .story-beat-reverse .story-beat-copy,.story-beat-reverse .story-beat-media { order:initial; }
  .story-beat-media { min-height:420px; }
  .story-photo img { min-height:420px; }
}
@media (max-width: 760px) {
  .community-story-index-grid { grid-template-columns:1fr; }
  .community-story-date { display:block; margin:-.45rem 0 1rem; }
  .story-beat-media { grid-template-columns:1fr; grid-template-rows:auto; min-height:0; }
  .story-photo img,.story-media-count-1 .story-photo img { min-height:320px; aspect-ratio:4/3; }
  .community-story-gallery { grid-template-columns:1fr; }
  .community-story-gallery figure,.community-story-gallery img { min-height:260px; }
  .area-hero-story .area-story-chip { margin-left:0; margin-top:-.4rem; }
}
@media (max-width: 480px) {
  .community-story-index-image { min-height:260px; }
  .story-service-link { flex-direction:column; }
  .community-reflection { border-radius:22px; }
}
