:root {
  --spruce-950: #102a24;
  --spruce-900: #173a32;
  --spruce-800: #225044;
  --spruce-100: #dce9e2;
  --sky-200: #bfd2d8;
  --ivory: #f7f2e8;
  --paper: #fffdf8;
  --amber: #d19a47;
  --ink: #17231f;
  --muted: #5b6964;
  --line: #d8ddd7;
  --shadow: 0 24px 60px rgb(16 42 36 / 12%);
  --radius: 1.25rem;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-180%);
  border-radius: 0.5rem;
  background: var(--paper);
  padding: 0.7rem 1rem;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  align-items: center;
  background: rgb(255 253 248 / 92%);
  border-bottom: 1px solid rgb(23 58 50 / 10%);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  min-height: 76px;
  padding: 0.85rem max(1.25rem, calc((100vw - var(--max)) / 2));
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: var(--spruce-900);
  border-radius: 50%;
  color: var(--ivory);
  display: inline-flex;
  flex: 0 0 auto;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  height: 2.5rem;
  justify-content: center;
  letter-spacing: 0.08em;
  width: 2.5rem;
}

.site-header nav,
.site-footer nav {
  align-items: center;
  display: flex;
  gap: 1.4rem;
}

.site-header nav a,
.site-footer nav a {
  font-size: 0.9rem;
  font-weight: 650;
  text-underline-offset: 0.35rem;
  text-decoration-thickness: 1px;
}

.site-header nav a:not(:hover):not([aria-current="page"]),
.site-footer nav a:not(:hover) {
  text-decoration: none;
}

.hero {
  background: var(--spruce-950);
  color: var(--ivory);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 660px;
}

.hero-copy {
  align-self: center;
  margin-left: max(1.25rem, calc((100vw - var(--max)) / 2));
  max-width: 600px;
  padding: 5.5rem 4rem 5.5rem 0;
}

.hero h1,
.legal-header h1,
.confirmation-card h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.9rem, 6vw, 5.7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0;
}

.hero-lede {
  color: rgb(247 242 232 / 78%);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  margin: 1.6rem 0 2.1rem;
  max-width: 47ch;
}

.eyebrow {
  color: var(--sky-200);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--spruce-800);
}

.hero-image {
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.hero-image::after {
  background: linear-gradient(90deg, var(--spruce-950) 0%, transparent 26%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 750;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.25rem;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
a:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}

.button-light {
  background: var(--ivory);
  color: var(--spruce-950);
}

.button-dark {
  background: var(--spruce-900);
  color: white;
}

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

.section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0;
}

.about {
  display: grid;
  gap: 5rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.about-copy {
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 62ch;
}

.about-copy p:first-child {
  color: var(--ink);
  font-size: 1.35rem;
  margin-top: 0;
}

.communication {
  border-top: 1px solid var(--line);
}

.section-heading {
  max-width: 720px;
}

.card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.5rem;
}

.info-card {
  background: #f1f4ef;
  border: 1px solid #e1e6e0;
  border-radius: var(--radius);
  min-height: 280px;
  padding: 2rem;
}

.card-number {
  color: var(--spruce-800);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.info-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 500;
  margin: 4rem 0 0.8rem;
}

.info-card p {
  color: var(--muted);
  margin: 0;
}

.contact {
  align-items: start;
  background: var(--ivory);
  border-radius: calc(var(--radius) * 1.35);
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  margin-bottom: 7rem;
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.contact-intro > p:not(.eyebrow) {
  color: var(--muted);
  max-width: 46ch;
}

.contact-note {
  border-left: 3px solid var(--amber);
  display: grid;
  font-size: 0.9rem;
  gap: 0.2rem;
  margin-top: 2rem;
  padding-left: 1rem;
}

.contact-note span {
  color: var(--muted);
}

.contact-form {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  gap: 1.2rem;
  padding: 2rem;
}

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

.field {
  display: grid;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.45rem;
}

.field small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 500;
}

input,
select,
textarea {
  background: var(--paper);
  border: 1px solid #bdc7c1;
  border-radius: 0.65rem;
  color: var(--ink);
  font: inherit;
  min-height: 3rem;
  padding: 0.7rem 0.8rem;
  width: 100%;
}

textarea {
  resize: vertical;
}

.consent {
  align-items: start;
  background: #f1f4ef;
  border: 1px solid #dde4dc;
  border-radius: 0.85rem;
  color: #3f4f49;
  display: grid;
  font-size: 0.82rem;
  gap: 0.8rem;
  grid-template-columns: auto 1fr;
  line-height: 1.55;
  padding: 1rem;
}

.consent input {
  accent-color: var(--spruce-800);
  height: 1.15rem;
  margin: 0.2rem 0 0;
  min-height: auto;
  width: 1.15rem;
}

.consent a {
  font-weight: 750;
}

.form-assurance {
  color: var(--muted);
  font-size: 0.78rem;
  margin: -0.35rem 0 0;
  text-align: center;
}

.honeypot {
  left: -9999px;
  position: absolute;
}

.site-footer {
  align-items: end;
  background: var(--spruce-950);
  color: rgb(247 242 232 / 76%);
  display: grid;
  font-size: 0.86rem;
  gap: 2rem;
  grid-template-columns: 1fr auto;
  padding: 3.5rem max(1.25rem, calc((100vw - var(--max)) / 2));
}

.site-footer p {
  margin: 0.25rem 0 0;
}

.site-footer > p {
  grid-column: 1 / -1;
}

.footer-brand {
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.legal-page {
  margin: 0 auto;
  max-width: 980px;
  padding: 5rem 1.25rem 8rem;
}

.legal-header {
  background: var(--spruce-950);
  border-radius: calc(var(--radius) * 1.4);
  color: var(--ivory);
  padding: clamp(2.25rem, 7vw, 5rem);
}

.legal-header h1 {
  font-size: clamp(2.7rem, 6vw, 5rem);
}

.legal-header > p:last-child {
  color: rgb(247 242 232 / 76%);
  font-size: 1.08rem;
  margin: 1.5rem 0 0;
  max-width: 62ch;
}

.legal-content {
  margin: 4rem auto 0;
  max-width: 760px;
}

.legal-content section {
  border-top: 1px solid var(--line);
  padding: 2rem 0;
}

.legal-content h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
  margin: 0 0 0.75rem;
}

.legal-content p {
  color: #44534e;
  margin: 0.75rem 0 0;
}

.legal-content a {
  color: var(--spruce-800);
  font-weight: 750;
}

.confirmation-page {
  align-items: center;
  background: var(--ivory);
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 1.25rem;
}

.confirmation-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) * 1.4);
  box-shadow: var(--shadow);
  max-width: 680px;
  padding: clamp(2rem, 7vw, 5rem);
}

.confirmation-card h1 {
  font-size: clamp(2.6rem, 7vw, 4.5rem);
  margin-top: 1rem;
}

.confirmation-card p:not(.eyebrow) {
  color: var(--muted);
  margin: 1.4rem 0 2rem;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
  }

  .site-header nav {
    gap: 0.8rem;
  }

  .site-header nav a:nth-child(-n + 2) {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    margin: 0;
    max-width: none;
    padding: 5rem 1.25rem 3rem;
  }

  .hero-image {
    min-height: 380px;
  }

  .hero-image::after {
    background: linear-gradient(180deg, var(--spruce-950) 0%, transparent 25%);
  }

  .about,
  .contact {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: 210px;
  }

  .info-card h3 {
    margin-top: 2.5rem;
  }

  .contact {
    border-radius: 0;
    margin-bottom: 0;
    max-width: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 68px;
  }

  .brand > span:last-child {
    font-size: 0.92rem;
    max-width: 13rem;
  }

  .brand-mark {
    height: 2.2rem;
    width: 2.2rem;
  }

  .site-header nav {
    display: none;
  }

  .section {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 1.25rem;
  }

  .site-footer {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .site-footer > p {
    grid-column: auto;
  }

  .site-footer nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}

