
:root {
  --navy: #0b2d4f;
  --navy-2: #163f65;
  --gold: #c89639;
  --gold-dark: #a77521;
  --cream: #f7f2e9;
  --paper: #fffdf8;
  --green: #2f5a3a;
  --ink: #172536;
  --muted: #5d6872;
  --line: rgba(11, 45, 79, .13);
  --shadow: 0 18px 50px rgba(11,45,79,.10);
  --radius: 20px;
  --max: 1120px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream) url("assets/brand-background.svg") center top / cover fixed;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: var(--navy);
  color: white;
  padding: .7rem 1rem;
}
.skip-link:focus { left: .5rem; top: .5rem; }

.site-header {
  background: transparent;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(200,150,57,.34);
}

.brand-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.25rem 1.25rem .8rem;
  position: relative;
  z-index: 0;
}
.brand-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 100vw;
  background: #eee6d6;
  z-index: -1;
}

.brand-logo {
  width: min(460px, 94vw);
  margin: 0 auto;
  mix-blend-mode: multiply;
}

/* Header brand layout: small mark + large title */
.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
}
.brand-mark {
  width: 45px; /* ~70% of previous 64px */
  height: auto;
  display: block;
}
.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  color: var(--navy);
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 780px) {
  .brand-mark { width: 40px; /* ~70% of previous 56px */ }
  .brand-name { font-size: clamp(1.4rem, 6vw, 2.4rem); }
}

.nav-shell {
  border-top: 1px solid rgba(11,45,79,.08);
  background: var(--navy);
}

.nav {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  padding: .35rem 1rem;
}

.nav a {
  color: white;
  text-decoration: none;
  font-size: .92rem;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
  padding: .75rem 1.05rem;
  border-radius: 999px;
}

.nav a:hover,
.nav a:focus-visible,
.nav a[aria-current="page"] {
  background: rgba(255,255,255,.12);
  outline: none;
}

.hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 7.5rem) 1.25rem 4.6rem;
  text-align: center;
}

.eyebrow {
  margin: 0 0 .65rem;
  color: var(--gold-dark);
  font-size: .8rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--navy);
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.55rem, 7vw, 5.8rem);
  letter-spacing: -.035em;
  margin: 0 auto 1.15rem;
  max-width: 990px;
}

.hero .lead {
  max-width: 790px;
  margin: 0 auto;
  font-size: clamp(1.08rem, 2.2vw, 1.4rem);
  color: #324353;
}

.hero-quote {
  max-width: 760px;
  margin: 2.1rem auto 0;
  padding-top: 1.5rem;
  position: relative;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  font-style: italic;
  color: var(--navy);
}
.hero-quote:before {
  content: "";
  position: absolute;
  width: 78px;
  height: 2px;
  background: var(--gold);
  top: 0;
  left: calc(50% - 39px);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: .78rem 1.15rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--navy);
  color: white;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .02em;
  cursor: pointer;
}
.button:hover, .button:focus-visible { background: var(--navy-2); outline: 3px solid rgba(200,150,57,.28); }
.button.secondary { background: transparent; color: var(--navy); border-color: rgba(11,45,79,.35); }
.button.secondary:hover { background: rgba(11,45,79,.06); }

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 4.3rem 1.25rem;
}

.section.narrow { max-width: 850px; }

.section-title {
  text-align: center;
  margin: 0 0 2rem;
}

.section-title h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  margin: .15rem 0 .7rem;
}
.section-title p { max-width: 720px; margin: 0 auto; color: var(--muted); }

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.card {
  background: rgba(255,253,248,.88);
  border: 1px solid rgba(11,45,79,.09);
  border-top: 4px solid var(--gold);
  border-radius: var(--radius);
  padding: 1.55rem;
  box-shadow: var(--shadow);
}

.card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  margin-bottom: 1rem;
}
.card-icon svg { width: 25px; height: 25px; }

.card h3 { font-size: 1.35rem; margin: 0 0 .55rem; }
.card p { margin: 0; color: var(--muted); }

.statement {
  background: var(--navy);
  color: white;
  border-radius: 28px;
  padding: clamp(2rem, 5vw, 4rem);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.statement:after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(200,150,57,.38);
  border-radius: 50%;
  right: -70px;
  top: -100px;
}
.statement h2 { color: white; margin-top: 0; font-size: clamp(2rem, 4vw, 3.1rem); }
.statement p { color: rgba(255,255,255,.84); max-width: 760px; font-size: 1.08rem; }
.statement strong { color: #f2c56b; }

.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2rem;
  align-items: start;
}

.panel {
  background: rgba(255,253,248,.88);
  border: 1px solid rgba(11,45,79,.10);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 3vw, 2rem);
  box-shadow: var(--shadow);
}

.panel h2 { margin-top: 0; font-size: 2rem; }

.check-list {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
}
.check-list li {
  position: relative;
  padding: .7rem 0 .7rem 2rem;
  border-bottom: 1px solid var(--line);
}
.check-list li:last-child { border-bottom: 0; }
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .68rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: rgba(47,90,58,.12);
  color: var(--green);
  display: grid;
  place-items: center;
  font-weight: 900;
}

.note {
  background: rgba(200,150,57,.10);
  border-left: 4px solid var(--gold);
  padding: 1rem 1.1rem;
  border-radius: 0 12px 12px 0;
  color: #4a5158;
  font-size: .94rem;
}

form {
  display: grid;
  gap: 1rem;
}

.field { display: grid; gap: .38rem; }
label { color: var(--navy); font-weight: 750; font-size: .94rem; }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(11,45,79,.22);
  background: white;
  color: var(--ink);
  border-radius: 11px;
  padding: .78rem .85rem;
  font: inherit;
}
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: 3px solid rgba(200,150,57,.24);
  border-color: var(--gold-dark);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-status {
  display: none;
  margin: .25rem 0 0;
  padding: .8rem 1rem;
  border-radius: 10px;
  background: rgba(11,45,79,.07);
  color: var(--navy);
}
.form-status.show { display: block; }

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.contact-card a { color: var(--navy); font-weight: 800; text-decoration-thickness: 1px; }

.site-footer {
  margin-top: 4rem;
  background: var(--navy);
  color: rgba(255,255,255,.86);
  border-top: 4px solid var(--gold);
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 2rem;
}
.footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  color: white;
  font-size: 1.45rem;
  margin: 0 0 .35rem;
}
.footer-inner p { margin: .25rem 0; }
.footer-links { display: flex; gap: 1rem; justify-content: flex-end; align-items: start; flex-wrap: wrap; }
.footer-links a { color: white; text-decoration: none; font-weight: 700; }
.footer-links a:hover { text-decoration: underline; }

.smallprint {
  font-size: .84rem;
  color: rgba(255,255,255,.62);
}

@media (max-width: 780px) {
  .brand-wrap { padding-top: .8rem; }
  .nav { justify-content: space-around; gap: 0; }
  .nav a { padding: .65rem .7rem; font-size: .78rem; }
  .hero { padding-top: 3.5rem; }
  .cards, .split, .contact-cards, .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .form-grid { grid-template-columns: 1fr; }
}
