@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap');

:root {
  --ink: #173d3a;
  --ink-soft: #45615c;
  --paper: #fbfaf5;
  --cream: #f2eee4;
  --mint: #dcece2;
  --sage: #9fc2ad;
  --coral: #e7644e;
  --coral-dark: #b84738;
  --gold: #edb94b;
  --white: #ffffff;
  --line: rgba(23, 61, 58, 0.16);
  --shadow: 0 20px 50px rgba(23, 61, 58, 0.12);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --radius: 4px;
  --container: 1180px;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}
*, *::before, *::after { box-sizing: border-box; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow-content { max-width: 760px; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background: var(--white); clip: auto !important; clip-path: none; color: var(--ink); display: block; font-size: 14px; height: auto; left: 8px; padding: 12px 16px; top: 8px; width: auto; z-index: 100000; }
.announcement { color: var(--paper); background: var(--ink); font-size: 12px; letter-spacing: .04em; }
.announcement__inner { align-items: center; display: flex; justify-content: space-between; min-height: 36px; }
.announcement a { color: var(--gold); font-weight: 700; }
.site-header { background: var(--paper); position: relative; z-index: 10; }
.site-header__inner { align-items: center; display: flex; justify-content: space-between; min-height: 96px; }
.site-brand { align-items: center; display: inline-flex; gap: 10px; }
.site-brand__mark { align-items: center; background: var(--coral); border-radius: 50%; color: var(--white); display: inline-flex; font-size: 12px; font-weight: 700; height: 38px; justify-content: center; letter-spacing: -.05em; width: 38px; }
.site-brand__words { display: flex; flex-direction: column; font-size: 17px; letter-spacing: -.04em; line-height: .9; }
.site-brand__words strong { font-weight: 700; }
.site-brand__words em { color: var(--coral); font-family: var(--serif); font-size: 20px; font-style: normal; font-weight: 500; }
.custom-logo-link { display: block; }
.custom-logo { max-height: 54px; width: auto; }
.site-brand__logo { display: block; height: 76px; object-fit: contain; width: 112px; }
.site-nav { align-items: center; display: flex; gap: 36px; }
.site-nav__list, .footer-links { align-items: center; display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
.site-nav__list a { color: var(--ink-soft); font-size: 14px; font-weight: 600; transition: color .2s ease; }
.site-nav__list a:hover { color: var(--coral); }
.nav-toggle { background: none; border: 0; cursor: pointer; display: none; height: 42px; padding: 8px; width: 42px; }
.nav-toggle span:not(.screen-reader-text) { background: var(--ink); display: block; height: 2px; margin: 5px 0; width: 25px; }
.button { align-items: center; background: var(--coral); border: 1px solid var(--coral); color: var(--white); display: inline-flex; font-size: 14px; font-weight: 700; gap: 12px; justify-content: center; padding: 14px 20px; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { background: var(--coral-dark); border-color: var(--coral-dark); transform: translateY(-2px); }
.button--small { padding: 10px 16px; }
.button--large { font-size: 15px; padding: 17px 24px; }
.button--light { background: var(--white); border-color: var(--white); color: var(--ink); }
.button--light:hover { background: var(--gold); border-color: var(--gold); }
.eyebrow { color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .16em; line-height: 1.4; margin: 0 0 18px; text-transform: uppercase; }
.eyebrow--light { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: 1.03; }
h1 { font-size: clamp(44px, 6vw, 78px); }
h2 { font-size: clamp(36px, 4.5vw, 62px); }
h3 { font-size: 26px; }
.text-link { align-items: center; color: var(--coral); display: inline-flex; font-size: 14px; font-weight: 700; gap: 10px; }
.text-link span { font-size: 20px; line-height: 1; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--light { color: var(--white); }
.section-pad { padding: 110px 0; }
.section-pad--topless { padding-top: 0; }
.section-pad--cream { background: var(--cream); }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 52px; }
.section-heading h2 { max-width: 630px; margin-bottom: 0; }
.inner-hero { min-height: 620px; overflow: hidden; position: relative; }
.inner-hero__image, .inner-hero__wash { inset: 0; position: absolute; }
.inner-hero__image { background-position: center; background-size: cover; }
.inner-hero__wash { background: linear-gradient(90deg, rgba(17, 45, 42, .87), rgba(17, 45, 42, .2) 75%); }
.inner-hero__content { color: var(--white); max-width: var(--container); padding-bottom: 88px; padding-top: 170px; position: relative; }
.inner-hero h1 { margin-bottom: 26px; max-width: 690px; }
.inner-hero p:not(.eyebrow) { color: rgba(255, 255, 255, .85); font-size: 18px; max-width: 540px; }
.site-footer { background: var(--ink); color: var(--white); }
.site-footer__top { display: grid; gap: 48px; grid-template-columns: 1.4fr .7fr .9fr 1.2fr; padding-bottom: 80px; padding-top: 80px; }
.site-brand--light .site-brand__mark { background: var(--gold); color: var(--ink); }
.site-brand--light .site-brand__logo { filter: invert(1); mix-blend-mode: screen; }
.site-footer__brand p, .site-footer__cta p:not(.footer-label) { color: rgba(255,255,255,.66); font-size: 14px; max-width: 270px; }
.site-footer__brand p { margin-top: 22px; }
.footer-label { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .14em; margin-bottom: 20px; text-transform: uppercase; }
.footer-links { align-items: flex-start; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.76); font-size: 14px; }
.footer-links a:hover { color: var(--gold); }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.48); display: flex; font-size: 12px; justify-content: space-between; padding-bottom: 24px; padding-top: 24px; }

@media (max-width: 800px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header__inner { min-height: 82px; }
  .nav-toggle { display: block; }
  .site-nav { align-items: stretch; background: var(--paper); box-shadow: var(--shadow); display: none; flex-direction: column; gap: 22px; left: 0; padding: 24px 16px 30px; position: absolute; right: 0; top: 82px; }
  .site-nav--open { display: flex; }
  .site-nav__list { align-items: stretch; flex-direction: column; gap: 18px; }
  .site-nav__list a { display: block; font-size: 16px; }
  .section-pad { padding: 72px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .inner-hero { min-height: 560px; }
  .inner-hero__content { padding-bottom: 60px; padding-top: 120px; }
  .site-footer__top { grid-template-columns: 1fr 1fr; padding-bottom: 56px; padding-top: 56px; }
  .site-footer__brand, .site-footer__cta { grid-column: span 2; }
}

@media (max-width: 520px) {
  .announcement__inner { gap: 14px; min-height: 48px; }
  .announcement__inner span { max-width: 170px; }
  .site-footer__top { grid-template-columns: 1fr; }
  .site-footer__brand, .site-footer__cta { grid-column: auto; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
}
