
:root {
  --navy: #102847;
  --green: #526d2e;
  --green-dark: #405620;
  --cream: #fbfaf7;
  --white: #ffffff;
  --ink: #1d2732;
  --muted: #68727c;
  --line: #dfe4e8;
  --shadow: 0 18px 50px rgba(16, 40, 71, 0.13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--cream); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(251,250,247,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(16,40,71,.08); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 74px; height: 74px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 24px; font-weight: 600; }
.nav-links a:hover { color: var(--green-dark); }
.menu-toggle { display: none; border: 0; background: none; font-size: 30px; color: var(--navy); cursor: pointer; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; background: var(--green); color: var(--white); border-radius: 8px; font-weight: 700; box-shadow: 0 10px 24px rgba(82,109,46,.2); transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--green-dark); }
.button-small { min-height: 44px; padding: 0 18px; }
.button-secondary { background: transparent; color: var(--navy); border: 1px solid var(--navy); box-shadow: none; }
.button-secondary:hover { background: var(--navy); color: var(--white); }
.button-light { background: var(--white); color: var(--navy); }
.hero { padding: 92px 0 88px; background: radial-gradient(circle at 85% 10%, rgba(82,109,46,.16), transparent 28%), linear-gradient(135deg, #fbfaf7 0%, #eef3f4 100%); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--green-dark); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
.eyebrow.light { color: #d7e5bb; }
h1,h2,h3 { font-family: "Merriweather", serif; line-height: 1.16; color: var(--navy); }
h1 { font-size: clamp(2.8rem,6vw,5.4rem); margin: 0 0 24px; letter-spacing: -.04em; }
h2 { font-size: clamp(2rem,4vw,3.4rem); margin: 0 0 18px; letter-spacing: -.03em; }
h3 { font-size: 1.35rem; margin: 0 0 10px; }
.hero-text { max-width: 660px; font-size: 1.18rem; color: var(--muted); margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span { background: var(--white); border: 1px solid var(--line); padding: 8px 12px; border-radius: 999px; font-size: .9rem; font-weight: 700; color: var(--navy); }
.hero-card { background: var(--white); border-radius: 30px; padding: 28px; box-shadow: var(--shadow); }
.quick-strip { background: var(--navy); color: var(--white); }
.quick-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.quick-grid div { padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.14); }
.quick-grid div:last-child { border-right: 0; }
.quick-grid strong,.quick-grid span { display: block; }
.quick-grid span { color: rgba(255,255,255,.72); font-size: .93rem; }
.section { padding: 96px 0; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading > p:last-child,.area-grid p { color: var(--muted); font-size: 1.06rem; }
.cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.card { background: var(--white); padding: 30px; border-radius: 18px; border: 1px solid rgba(16,40,71,.08); box-shadow: 0 10px 30px rgba(16,40,71,.06); }
.card p { color: var(--muted); margin-bottom: 0; }
.icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: #f1eee5; color: var(--green-dark); font-size: 1.4rem; font-weight: 900; margin-bottom: 20px; }
.section-dark { background: var(--navy); color: var(--white); }
.section-dark h2 { color: var(--white); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.portrait-wrap img { border-radius: 24px; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.about-copy p { color: rgba(255,255,255,.8); font-size: 1.05rem; }
.credential-list { display: grid; gap: 10px; margin: 26px 0 30px; }
.credential-list span { position: relative; padding-left: 26px; font-weight: 700; }
.credential-list span::before { content: "✓"; position: absolute; left: 0; color: #d7e5bb; }
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.location-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.location-list span { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; color: var(--navy); font-weight: 700; }
.cta-section { padding: 0 0 96px; }
.cta-card { background: linear-gradient(135deg,var(--green-dark),var(--green)); color: var(--white); border-radius: 26px; padding: 52px; display: flex; align-items: center; justify-content: space-between; gap: 36px; box-shadow: var(--shadow); }
.cta-card h2 { color: var(--white); margin-bottom: 12px; }
.cta-card p { color: rgba(255,255,255,.8); margin-bottom: 0; }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-width: 290px; }
.text-link { color: var(--white); text-decoration: underline; overflow-wrap: anywhere; }
.site-footer { background: #091a31; color: var(--white); padding: 54px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; align-items: start; }
.footer-brand img { width: 120px; background: var(--white); border-radius: 12px; padding: 4px; }
.footer-brand p { font-family: "Merriweather", serif; }
.footer-grid strong { display: block; margin-bottom: 12px; }
.footer-grid a { display: block; color: rgba(255,255,255,.72); margin-bottom: 8px; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 36px; padding-top: 20px; color: rgba(255,255,255,.55); font-size: .9rem; }
@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 82px; left: 20px; right: 20px; background: var(--white); padding: 22px; border-radius: 14px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .hero-grid,.about-grid,.area-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr 1fr; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .cta-card { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px,1120px); }
  .brand img { width: 62px; height: 62px; }
  .nav-wrap { min-height: 72px; }
  .nav-links { top: 72px; }
  .hero { padding: 64px 0 58px; }
  h1 { font-size: 2.8rem; }
  .hero-actions,.hero-actions .button { width: 100%; }
  .cards { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .location-list { grid-template-columns: 1fr; }
  .cta-card { padding: 34px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
}
