:root {
  --navy: #173c5d;
  --navy-dark: #102d47;
  --sea: #3b8c91;
  --sand: #efe1c7;
  --cream: #fbf8f2;
  --ink: #17222b;
  --muted: #5f6b74;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(17, 45, 70, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; line-height: 1.6; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 800px; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 20; padding: 10px 16px; background: white; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 10; width: 100%; color: white; }
.nav-wrap { display: flex; min-height: 88px; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; text-decoration: none; font-size: 1.1rem; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-family: "Playfair Display", serif; }
.menu { display: flex; gap: 28px; }
.menu a { text-decoration: none; font-weight: 600; }
.menu a:hover { color: var(--sand); }
.menu-button { display: none; color: white; border: 1px solid rgba(255,255,255,.5); border-radius: 10px; padding: 8px 12px; background: transparent; font: inherit; }

.hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 78% 28%, rgba(59,140,145,.9), transparent 35%), linear-gradient(135deg, var(--navy-dark), var(--navy)); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; min-height: 760px; align-items: center; padding-top: 90px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; color: var(--sea); font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero .eyebrow, .contact .eyebrow { color: var(--sand); }
h1, h2 { margin: 0; font-family: "Playfair Display", serif; line-height: 1.08; }
h1 { max-width: 720px; font-size: clamp(3rem, 6vw, 5.4rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.35rem); }
.hero-text { max-width: 640px; margin: 26px 0 0; color: rgba(255,255,255,.83); font-size: 1.18rem; }
.hero-text.small { margin-top: 12px; font-size: 1rem; }
.signature-line { margin: 22px 0 0; color: var(--sand); font-weight: 700; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border-radius: 999px; padding: 0 24px; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.primary { color: var(--navy-dark); background: var(--sand); }
.secondary { border: 1px solid rgba(255,255,255,.55); }
.portrait { position: relative; z-index: 1; align-self: end; }
.portrait img { display: block; width: 100%; max-height: 610px; border: 1px solid rgba(255,255,255,.22); border-radius: 240px 240px 20px 20px; background: white; box-shadow: var(--shadow); object-fit: cover; object-position: center 16%; }
.wave { position: absolute; right: -8%; bottom: -150px; width: 55%; height: 330px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: rotate(-8deg); }

.section { padding: 110px 0; }
.section p { max-width: 72ch; }
.section p + p { margin-top: 18px; }
.lead { margin: 28px 0 0; color: var(--muted); font-size: 1.2rem; }
blockquote { margin: 32px 0; padding: 6px 0 6px 22px; border-left: 3px solid var(--sea); color: var(--navy); font-size: 1.25rem; font-weight: 600; }
.video-section { color: white; background: var(--navy-dark); }
.video-section h2 { margin-bottom: 32px; }
.video-frame { overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: #071723; box-shadow: var(--shadow); }
.video-frame video { display: block; width: 100%; max-height: 72vh; background: #071723; }
.commitments { background: white; }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; }
.section-heading > p { margin: 0; color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.card { min-height: 250px; padding: 30px; border: 1px solid #e5e4df; border-radius: var(--radius); background: var(--cream); }
.card span { color: var(--sea); font-weight: 700; }
.card h3 { margin: 55px 0 10px; font-size: 1.24rem; }
.card p { margin: 0; color: var(--muted); }
.two-column { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.two-column .lead { margin-top: 0; }
.statement { color: white; background: var(--navy); }
.statement .eyebrow { color: var(--sand); }
.statement .lead, .statement p { color: rgba(255,255,255,.82); }
.closing-lines { margin-top: 32px !important; font-size: 1.2rem; }
.statewide { background: var(--sand); }
.contact { color: white; background: var(--sea); }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; }
.contact h2 + p { color: rgba(255,255,255,.86); }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.light { color: var(--navy); background: white; }
.text-link { font-weight: 700; }
.contact-links span { color: rgba(255,255,255,.8); font-size: .9rem; }
.disabled { opacity: .65; cursor: default; pointer-events: none; }

.site-footer { padding: 42px 0; color: rgba(255,255,255,.72); background: var(--navy-dark); font-size: .88rem; }
.footer-grid { display: grid; grid-template-columns: .7fr 1.5fr .6fr; gap: 35px; align-items: start; }
.footer-grid p { margin: 0; }
.legal { max-width: 580px; }

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1120px); }
  .menu-button { display: block; }
  .menu { display: none; position: absolute; top: 76px; right: 14px; flex-direction: column; gap: 12px; width: 190px; padding: 20px; border-radius: 14px; color: var(--ink); background: white; box-shadow: var(--shadow); }
  .menu.open { display: flex; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; min-height: auto; padding: 150px 0 80px; }
  .portrait { align-self: auto; }
  .portrait img { max-height: 520px; border-radius: 180px 180px 18px 18px; object-position: center 12%; }
  .section { padding: 78px 0; }
  .section-heading, .contact-grid, .footer-grid, .two-column { grid-template-columns: 1fr; gap: 26px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 210px; }
  .card h3 { margin-top: 35px; }
}
