/* BrandLayer brochure 1.1.0 — change these tokens to match approved branding. */
:root {
  --ink: #183d30;
  --muted: #516358;
  --accent: #174a39;
  --paper: #f8f7f2;
  --white: #fff;
  --line: #d9ded4;
  --radius: 16px;
  --width: 1100px;
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  line-height: 1.65;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
img {
  max-width: 100%;
  display: block;
}
p,
h1,
h2,
h3 {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.035em;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
h1 {
  font-size: clamp(2.5rem, 6.5vw, 5.8rem);
}
h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}
h3 {
  font-size: 1.45rem;
  font-weight: 550;
}
p {
  color: var(--muted);
}
a,
button {
  touch-action: manipulation;
}
a:focus-visible {
  outline: 3px solid #ad620b;
  outline-offset: 5px;
  border-radius: 3px;
}
:target {
  scroll-margin-top: 24px;
}
.shell {
  max-width: var(--width);
  margin-inline: auto;
  padding-inline: 28px;
}
.preserve-lines {
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  background: white;
  padding: 12px 18px;
  z-index: 10;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 650;
  line-height: 1.3;
  max-width: 65%;
  overflow-wrap: anywhere;
}
.monogram {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 10px;
  background: var(--accent);
  color: white;
  font-family: Georgia, serif;
  font-size: 25px;
}
.brand-logo {
  object-fit: contain;
  flex-shrink: 0;
}
.site-header nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 0.9rem;
}
.site-header nav a {
  padding-block: 12px;
  text-decoration: none;
}
.nav-contact {
  font-weight: 650;
}
.hero {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 50% 0%, #2d6148, transparent 70%), var(--accent);
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.hero-content {
  position: relative;
  padding-block: 90px 100px;
  max-width: 1000px;
}
.hero h1 {
  max-width: 880px;
  margin: 20px auto 28px;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.19em;
  margin-bottom: 18px;
}
.hero .eyebrow {
  color: #dfebd8;
}
.hero-description {
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.75;
  color: #e5eddf;
  max-width: 680px;
  margin: 0 auto 32px;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.has-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #072719c9;
  z-index: -1;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--accent);
  border-radius: 6px;
  background: var(--accent);
  color: white;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.button span {
  flex-shrink: 0;
}
.button:hover {
  filter: brightness(0.93);
}
.button.light {
  background: #f2f0e3;
  color: #183d30;
  border-color: #f2f0e3;
}
.offerings {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  padding-block: 80px;
}
.section-intro {
  padding-top: 12px;
}
.offering-cards {
  display: grid;
  gap: 16px;
}
.card {
  padding: 30px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.card p:last-child {
  margin-bottom: 0;
}
.card-number {
  display: block;
  color: var(--muted);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
  font-weight: 600;
}
.contact-section {
  border-block: 1px solid var(--line);
  background: #eef1e9;
  padding-block: 74px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
}
.contact-card {
  padding: 6px 0;
}
.contact-detail {
  padding-block: 17px;
  border-bottom: 1px solid #ccd6c9;
}
.contact-detail:first-child {
  padding-top: 0;
}
.contact-detail:last-child {
  border: 0;
}
.contact-detail h3 {
  font-family: inherit;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.72rem;
  margin-bottom: 8px;
}
.contact-detail p {
  margin: 0;
}
.text-link {
  font-weight: 600;
  font-size: 0.9rem;
}
.site-footer {
  padding-block: 42px;
  background: #fff;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}
.footer-brand {
  font-weight: 650;
  text-decoration: none;
}
.site-footer p {
  margin: 6px 0;
  font-size: 0.83rem;
}
.site-footer nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 0.8rem;
}
.site-footer nav a {
  padding-block: 10px;
}
.site-footer .copyright {
  margin-top: 20px;
}
.prose {
  max-width: 800px;
  padding-block: 64px 90px;
  min-height: 60vh;
  overflow-wrap: anywhere;
}
.prose h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-top: 36px;
}
.prose h2 {
  font-size: 1.8rem;
  margin-top: 40px;
}
.prose .updated {
  font-size: 0.85rem;
}
.prose p {
  max-width: 68ch;
}
#main:focus {
  outline: none;
}
@media (max-width: 700px) {
  .shell {
    padding-inline: 22px;
  }
  .header-inner {
    flex-wrap: wrap;
    padding-block: 18px;
    gap: 12px;
  }
  .brand {
    max-width: 100%;
    font-size: 0.9rem;
  }
  .site-header nav {
    gap: 24px;
    width: 100%;
    font-size: 0.82rem;
  }
  .hero-content {
    padding-block: 60px 68px;
  }
  .offerings,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .offerings {
    padding-block: 48px;
  }
  .contact-section {
    padding-block: 48px;
  }
  .section-intro h2 {
    margin-bottom: 16px;
  }
  .card {
    padding: 26px;
  }
  .footer-inner {
    flex-direction: column;
    gap: 16px;
  }
  .site-footer nav {
    gap: 20px;
  }
  .prose {
    padding-block: 36px 60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  .site-header,
  .site-footer,
  .button,
  .skip-link {
    display: none;
  }
  .hero {
    background: white;
    color: black;
  }
  .hero p {
    color: black;
  }
  .hero-image {
    display: none;
  }
  .hero-content,
  .offerings,
  .contact-section {
    padding-block: 24px;
  }
  .card {
    break-inside: avoid;
  }
}
