@font-face { font-family: "IBM Plex Sans"; src: url("assets/IBMPlexSans-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "IBM Plex Sans"; src: url("assets/IBMPlexSans-Medium.ttf") format("truetype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "IBM Plex Sans"; src: url("assets/IBMPlexSans-SemiBold.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "IBM Plex Sans"; src: url("assets/IBMPlexSans-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "IBM Plex Serif"; src: url("assets/IBMPlexSerif-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "IBM Plex Serif"; src: url("assets/IBMPlexSerif-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }

:root {
  --forest: #19392f;
  --forest-dark: #102a23;
  --forest-mid: #426b58;
  --cream: #f4f0e6;
  --paper: #fbfaf6;
  --brass: #bd9a5d;
  --ink: #202824;
  --muted: #5d6a62;
  --line: #d8d1c0;
  --white: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 17px/1.6 "IBM Plex Sans", sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: var(--forest); }
a:hover { color: var(--forest-dark); }
.wrap { width: min(1100px, calc(100% - 56px)); margin: 0 auto; }
.reading { max-width: 38em; }
.site-header { background: var(--forest); color: var(--cream); }
.site-header .wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; line-height: 0; }
.brand:hover { opacity: .92; }
.brand img.lockup, .brand .brand-lockup { width: auto; height: 58px; background: transparent; border-radius: 0; }
.nav-links { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.nav-links a { color: #dbe4dc; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.nav-links a:hover { color: var(--white); }
.hero { padding: 92px 0 84px; background: linear-gradient(135deg, #e7e1d3, var(--cream) 70%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 76px; align-items: center; }
.eyebrow, .kicker { color: var(--forest-mid); font-size: 12px; font-weight: 700; letter-spacing: .2em; margin: 0 0 16px; text-transform: uppercase; }
.hero h1, .page-title { color: var(--forest); font: 700 clamp(2.55rem, 5vw, 4.5rem)/1.06 "IBM Plex Serif", Georgia, serif; letter-spacing: -.025em; margin: 0 0 24px; max-width: 11ch; }
.hero .intro { color: var(--muted); font-size: 19px; line-height: 1.5; margin: 0 0 18px; max-width: 38ch; }
.hero .intro.intro-second { margin-bottom: 30px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { background: var(--forest); border: 2px solid var(--forest); border-radius: 3px; color: var(--cream); display: inline-block; font-size: 15px; font-weight: 600; padding: 12px 20px; text-decoration: none; }
.button:hover { background: var(--forest-dark); border-color: var(--forest-dark); color: var(--white); text-decoration: none; }
.button.brass { background: var(--brass); border-color: var(--brass); color: var(--forest-dark); }
.button.brass:hover { background: #a9854d; border-color: #a9854d; }
.photo { border: 1px solid rgba(25,57,47,.16); margin: 0; overflow: hidden; background: #ded8ca; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo { aspect-ratio: 1.35 / 1; }
.hero-photo img { object-position: center; }
.content-section { border-top: 1px solid var(--line); padding: 96px 0; }
.content-section.alt { background: var(--paper); }
.section-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: 78px; align-items: center; }
.section-grid.reverse { grid-template-columns: minmax(360px, .9fr) minmax(0, 1fr); }
.section-grid.reverse .section-copy { grid-column: 2; grid-row: 1; }
.section-grid.reverse .photo { grid-column: 1; grid-row: 1; }
.kicker { color: var(--brass); margin-bottom: 12px; }
h2 { color: var(--forest); font: 700 clamp(2rem, 3.4vw, 3rem)/1.12 "IBM Plex Serif", Georgia, serif; letter-spacing: -.02em; margin: 0 0 18px; }
h3 { color: var(--forest); font: 700 1.45rem/1.2 "IBM Plex Serif", Georgia, serif; margin: 0 0 12px; }
.lead { color: var(--muted); font-size: 18px; margin: 0 0 18px; max-width: 40em; }
.section-copy p:last-child { margin-bottom: 0; }
.simple-list { list-style: none; margin: 24px 0 30px; padding: 0; }
.simple-list li { border-top: 1px solid var(--line); padding: 11px 0 11px 22px; position: relative; }
.simple-list li:last-child { border-bottom: 1px solid var(--line); }
.simple-list li::before { background: var(--brass); content: ""; height: 7px; left: 2px; position: absolute; top: 21px; width: 7px; }
.section-photo { aspect-ratio: 1.35 / 1; }
.about-section { padding-bottom: 78px; }
.qualifications { border-top: 1px solid var(--line); padding: 30px 0 46px; }
.qualifications .label { color: var(--forest-mid); display: block; font-size: 11px; font-weight: 700; letter-spacing: .16em; margin-bottom: 8px; text-transform: uppercase; }
.qualifications p { color: var(--muted); font-size: 14px; margin: 0; }
.contact-section { background: var(--forest); color: var(--cream); padding: 88px 0 100px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(360px, 1.18fr); gap: 82px; align-items: start; }
.contact-section .kicker { color: var(--brass); }
.contact-section h2 { color: var(--cream); }
.contact-section .lead { color: #d3ddd4; }
.service-area { color: #d3ddd4; font-size: 16px; margin: 28px 0 0; }
.contact-form { background: var(--paper); color: var(--ink); padding: 30px; }
.contact-form label { color: var(--forest); display: block; font-size: 13px; font-weight: 600; margin: 0 0 6px; }
.contact-form input, .contact-form textarea { background: var(--white); border: 1px solid var(--line); border-radius: 2px; color: var(--ink); font: inherit; margin: 0 0 17px; padding: 12px 13px; width: 100%; }
.contact-form textarea { min-height: 138px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--forest-mid); outline: 2px solid rgba(66,107,88,.18); }
.contact-form .button { cursor: pointer; font: 600 15px "IBM Plex Sans", sans-serif; }
.optional { color: var(--muted); font-weight: 400; }
.form-note { color: var(--muted); font-size: 13px; margin: 12px 0 0; }
.site-footer { background: var(--forest-dark); color: #b9c8bd; padding: 38px 0 32px; }
.site-footer .brand { margin-bottom: 12px; }
.site-footer .brand img.lockup, .site-footer .brand .brand-lockup { height: 50px; width: auto; }
.site-footer p { font-size: 13px; margin: 5px 0 0; }
.page-main { min-height: 62vh; }
.page-intro { border-bottom: 1px solid var(--line); padding: 78px 0 64px; }
.page-title { font-size: clamp(2.5rem, 5vw, 4rem); max-width: 16ch; }
.page-intro .lead { max-width: 40em; }
.page-section { padding: 72px 0 104px; }
.page-section .reading > h2 { margin-top: 42px; }
.page-section .reading > h2:first-child { margin-top: 0; }
.page-section .reading p { color: var(--muted); }
.page-section .reading ul { color: var(--muted); padding-left: 1.2em; }
.page-section .reading li { margin: 8px 0; }
.next-step { background: var(--forest); color: var(--cream); margin-top: 46px; padding: 28px 30px; }
.next-step h3 { color: var(--cream); }
.next-step p { color: #d3ddd4 !important; margin: 0 0 18px; }
.contact-page { padding-bottom: 104px; }
.contact-page .contact-form { margin-top: 32px; max-width: 650px; }

.intro-second { margin-top: -12px; }
.button-ghost { background: transparent; color: var(--forest); border-color: var(--forest); }
.button-ghost:hover { background: var(--forest); color: var(--cream); }
.faq-wrap { max-width: 42em; }
.faq-list { margin: 28px 0 0; display: grid; gap: 10px; }
.faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 0;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: var(--forest);
  padding: 16px 18px;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--brass);
  font-weight: 700;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  font-size: 16px;
  max-width: 40em;
}
.content-section.alt .faq-item { background: var(--cream); }

@media (max-width: 840px) {
  .wrap { width: min(100% - 36px, 680px); }
  .site-header .wrap { align-items: flex-start; flex-direction: column; padding-bottom: 17px; padding-top: 17px; }
  .nav-links { gap: 14px 18px; }
  .hero { padding: 62px 0 56px; }
  .hero-grid, .section-grid, .section-grid.reverse, .contact-layout { grid-template-columns: 1fr; gap: 34px; }
  .section-grid.reverse .section-copy, .section-grid.reverse .photo { grid-column: auto; grid-row: auto; }
  .hero h1 { max-width: 14ch; }
  .hero-photo, .section-photo { aspect-ratio: 1.45 / 1; }
  .content-section, .page-section { padding: 68px 0; }
  .contact-section { padding: 68px 0 76px; }
}
@media (max-width: 500px) {
  body { font-size: 16px; }
  .hero h1 { font-size: 2.7rem; }
  .hero .intro { font-size: 18px; }
  .contact-form { padding: 22px; }
}
