:root {
  --yellow: #FFD400;
  --yellow-deep: #F0C400;
  --cream: #FFF8DC;
  --cream-2: #FFFDF4;
  --red: #DE0414;
  --red-dark: #B50310;
  --ink: #1A140C;
  --ink-2: #3F362C;
  --muted: #6B6256;
  --sage: #2E5A3C;
  --sage-soft: #E7F1E6;
  --paper: #FFFFFF;
  --line: #EADFB8;
  --shadow: 0 18px 50px rgba(26, 20, 12, 0.10);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--cream-2); color: var(--ink); }
body {
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(760px, calc(100% - 40px)); }

.util {
  background: var(--yellow);
  color: var(--ink);
  font-size: 15.5px;
  font-weight: 600;
}
.util .wrap {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; min-height: 42px; flex-wrap: wrap; padding: 6px 0;
}
.util-left, .util-right { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.util a:hover { text-decoration: underline; }
.dot { opacity: 0.45; }

header.site {
  background: #fff;
  border-bottom: 1px solid #f0ead2;
  position: sticky; top: 0; z-index: 20;
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 84px; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 58px; height: 58px; border-radius: 14px; overflow: hidden; flex: 0 0 auto;
}
.brand-mark img, .brand-mark .custom-logo { width: 100%; height: 100%; object-fit: cover; }
.brand-name {
  font-family: Fraunces, Georgia, serif;
  font-weight: 700; font-size: 20px; line-height: 1.05; letter-spacing: -0.02em;
}
.brand-name span {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700; font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--red); margin-top: 3px;
}
nav.links .menu {
  display: flex; align-items: center; gap: 4px;
  list-style: none; margin: 0; padding: 0;
}
nav.links a {
  display: block; padding: 10px 12px; font-weight: 600; font-size: 16.5px;
  color: var(--ink-2); border-radius: 10px; text-decoration: none;
}
nav.links .current-menu-item > a,
nav.links a:hover { color: var(--ink); background: var(--cream); }
.nav-toggle {
  display: none; background: var(--ink); color: #fff; border: 0;
  border-radius: 999px; padding: 10px 16px; font-weight: 700; font-size: 16px;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; cursor: pointer; font-family: inherit; font-weight: 700;
  font-size: 17px; border-radius: 999px; padding: 14px 24px; line-height: 1;
  text-decoration: none;
}
.btn-red { background: var(--red); color: #fff; box-shadow: 0 8px 20px rgba(222,4,20,0.22); }
.btn-red:hover { background: var(--red-dark); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ghost { background: transparent; color: var(--ink); border: 2px solid var(--ink); }
.btn-lg { padding: 18px 28px; font-size: 18.5px; }

.hero {
  background: radial-gradient(900px 420px at 10% 0%, #fff3a8 0%, transparent 60%), var(--cream-2);
  padding: 48px 0 24px;
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 48px; align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 14px 7px 8px; font-size: 14.5px; font-weight: 700; color: var(--ink-2);
  margin-bottom: 18px;
}
.eyebrow .pill {
  background: var(--yellow); border-radius: 999px; padding: 3px 9px;
  font-size: 12.5px; letter-spacing: 0.06em; text-transform: uppercase;
}
h1 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 700; font-size: clamp(36px, 5vw, 62px);
  line-height: 1.04; letter-spacing: -0.03em; margin: 0 0 18px;
}
.lede { font-size: 21px; line-height: 1.5; color: var(--ink-2); max-width: 36em; margin: 0 0 24px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-note { margin-top: 16px; font-size: 16.5px; color: var(--muted); }
.hero-note a { color: var(--red); font-weight: 700; }
.hero-photo { position: relative; }
.hero-photo:before {
  content: ""; position: absolute; inset: 18px -16px -16px 18px;
  background: var(--yellow); border-radius: 28px;
}
.hero-photo .frame {
  position: relative; z-index: 1; border-radius: 28px; overflow: hidden;
  box-shadow: var(--shadow); aspect-ratio: 1 / 1.02; background: #ddd;
}
.hero-photo .frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
.badge {
  position: absolute; left: -12px; bottom: 24px; z-index: 2;
  background: #fff; border-radius: 16px; padding: 12px 16px;
  box-shadow: var(--shadow); font-weight: 700; font-size: 15px; line-height: 1.25;
}
.badge .stars { color: #E3A008; letter-spacing: 1px; }
.badge small { display: block; color: var(--muted); font-weight: 600; font-size: 13px; }

.trust { padding: 22px 0 10px; }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.stat {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 18px 16px 16px; text-align: center;
}
.stat b {
  display: block; font-family: Fraunces, Georgia, serif;
  font-size: 30px; letter-spacing: -0.03em; line-height: 1; margin-bottom: 6px;
}
.stat span { font-size: 14.5px; color: var(--muted); font-weight: 600; }

.doors, .why, .programs, .quotes, .gallery { padding: 64px 0 12px; }
.section-kicker {
  font-size: 13.5px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--red); margin: 0 0 8px;
}
h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(28px, 4vw, 40px); letter-spacing: -0.03em;
  line-height: 1.12; margin: 0 0 10px;
}
.section-lead { color: var(--ink-2); font-size: 19px; max-width: 40em; margin: 0 0 28px; }
.door-grid, .prog-grid, .q-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.q-grid { grid-template-columns: 1fr 1fr; }
.door {
  background: #fff; border-radius: 24px; padding: 26px 24px 24px;
  border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 260px;
}
.door .icon {
  width: 52px; height: 52px; border-radius: 16px;
  display: grid; place-items: center; font-size: 24px; margin-bottom: 16px;
}
.door h3, .prog h3 {
  font-family: Fraunces, Georgia, serif; font-size: 26px;
  letter-spacing: -0.02em; margin: 0 0 8px;
}
.door p { color: var(--ink-2); font-size: 17.5px; margin: 0 0 18px; }
.door .btn { margin-top: auto; align-self: flex-start; }
.bg-cream { background: var(--cream); }
.bg-sage { background: var(--sage-soft); }
.bg-redsoft { background: #FDE8E8; }

.why-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 48px; align-items: center; }
.why-photo { border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.why-photo img { width: 100%; height: 100%; object-fit: cover; }
.why-list { display: grid; gap: 16px; }
.why-item { display: grid; grid-template-columns: 48px 1fr; gap: 14px; }
.why-item .n {
  width: 48px; height: 48px; border-radius: 14px; background: var(--yellow);
  display: grid; place-items: center; font-weight: 800;
}
.why-item h3 { font-size: 20px; margin: 0 0 3px; font-family: inherit; }
.why-item p { color: var(--ink-2); font-size: 17px; margin: 0; }

.prog { background: #fff; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); }
.prog img { width: 100%; height: 190px; object-fit: cover; }
.prog .body { padding: 20px; }
.prog p { color: var(--ink-2); font-size: 17px; margin: 0; }

.quote {
  background: #fff; border-radius: 24px; padding: 28px 26px 24px;
  border: 1px solid var(--line); margin: 0;
}
.quote .mark { font-family: Fraunces, Georgia, serif; font-size: 72px; line-height: 0.5; color: var(--yellow-deep); }
.quote p { font-size: 20px; line-height: 1.45; margin: 0 0 18px; }
.quote .who { font-weight: 700; font-style: normal; }
.quote .who span { display: block; font-weight: 600; color: var(--muted); font-size: 15px; }

.g-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr;
  grid-template-rows: 220px 220px; gap: 12px;
}
.g-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; }
.g-grid .big { grid-row: 1 / span 2; }

.cta { padding: 28px 0 80px; }
.cta-box {
  background: var(--yellow); border-radius: 32px; padding: 40px;
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 28px; align-items: center;
}
.cta-box h2 { font-size: clamp(28px, 4vw, 42px); }
.cta-box p { font-size: 20px; color: var(--ink-2); margin: 0 0 8px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.cta-side { background: #fff; border-radius: 22px; padding: 22px; }
.cta-side h3 { font-size: 18px; margin: 0 0 10px; }
.cta-side a { display: block; font-weight: 700; font-size: 20px; text-decoration: none; margin: 4px 0; }
.cta-side .email { font-size: 16px; color: var(--red); word-break: break-all; }
.cta-side .addr { margin-top: 12px; font-size: 16.5px; color: var(--ink-2); }
.cta-side .fine { margin-top: 12px; color: var(--muted); font-size: 15.5px; font-weight: 600; }

footer.site { background: var(--ink); color: #F7F1DE; padding: 42px 0 28px; }
.foot-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 32px;
  padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.12);
}
.foot-brand { display: flex; gap: 12px; align-items: flex-start; }
.foot-brand img { width: 64px; height: 64px; border-radius: 14px; }
.foot-brand strong { font-family: Fraunces, Georgia, serif; font-size: 22px; display: block; }
.foot-brand em { font-style: normal; color: #F0C400; font-size: 14.5px; font-weight: 600; }
.foot-brand p { margin: 10px 0 0; max-width: 28em; }
footer h4 {
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #F0C400; margin: 0 0 10px;
}
footer p, footer a { color: #F7F1DE; font-size: 16.5px; line-height: 1.5; }
footer a:hover { text-decoration: underline; }
.legal {
  padding-top: 18px; display: flex; justify-content: space-between; gap: 16px;
  color: #c9c0aa; font-size: 14.5px; flex-wrap: wrap;
}

.page-main { padding: 40px 0 72px; }
.page-main h1 { margin-top: 0; }
.entry { font-size: 19px; }
.entry p { margin: 0 0 14px; }
.post-list { display: grid; gap: 18px; margin-top: 24px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.post-card h2 { font-size: 26px; }
.post-card h2 a { text-decoration: none; }
.meta { color: var(--muted); font-size: 15px; }
.more { font-weight: 700; color: var(--red); }

.hhlc-form {
  background: #fff; border: 1px solid var(--line); border-radius: 24px;
  padding: 28px; margin-top: 8px;
}
.hhlc-form fieldset { border: 0; padding: 0; margin: 0 0 22px; }
.hhlc-form legend {
  font-family: Fraunces, Georgia, serif; font-size: 22px; margin-bottom: 12px;
}
.hhlc-form label { display: block; font-weight: 600; margin: 0 0 14px; font-size: 16.5px; }
.hhlc-form input[type="text"],
.hhlc-form input[type="email"],
.hhlc-form input[type="tel"],
.hhlc-form input[type="file"],
.hhlc-form select,
.hhlc-form textarea {
  display: block; width: 100%; margin-top: 6px;
  font: inherit; font-size: 18px; padding: 12px 14px;
  border: 2px solid #e4d8b0; border-radius: 12px; background: #fffdf8;
}
.hhlc-form input:focus, .hhlc-form select:focus, .hhlc-form textarea:focus {
  outline: 3px solid #ffd400; border-color: #1a140c;
}
.hhlc-form .split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hhlc-form .checks { display: flex; flex-wrap: wrap; gap: 10px 16px; margin: 8px 0 14px; }
.hhlc-form .checks label { font-weight: 600; margin: 0; }
.hhlc-form .check-line { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; }
.hhlc-form .fine { margin-top: 14px; color: var(--muted); }
.hhlc-hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.career-switch {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  margin: 8px 0 22px;
}
.career-tab {
  display: block; text-decoration: none; background: #fff;
  border: 2px solid var(--line); border-radius: 18px; padding: 16px 18px;
}
.career-tab strong { display: block; font-size: 18px; margin-bottom: 4px; }
.career-tab span { color: var(--muted); font-size: 15.5px; }
.career-tab.is-on { border-color: var(--ink); background: var(--cream); }
.repeat-block {
  background: var(--cream-2); border: 1px solid var(--line);
  border-radius: 14px; padding: 14px 14px 4px; margin: 0 0 12px;
}
.repeat-label { font-weight: 800; font-size: 14px; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--red); margin: 0 0 8px; }

.hhlc-alert {
  background: #fde8e8; border: 1px solid #f0b4b4; color: #8a1600;
  padding: 12px 14px; border-radius: 12px; margin: 0 0 16px; font-weight: 600;
}
.note-box {
  background: #fff8dc; border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px;
}
.plain-list { padding-left: 20px; color: var(--ink-2); }
.plain-list li { margin: 8px 0; }
.map-wrap { margin-top: 32px; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: 320px; border: 0; display: block; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px); position: absolute !important;
  height: 1px; width: 1px; overflow: hidden;
}

@media (max-width: 900px) {
  .hero-grid, .why-grid, .cta-box, .q-grid, .prog-grid, .door-grid, .trust-row, .foot-grid, .g-grid, .hhlc-form .split, .career-switch {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .g-grid .big { grid-row: auto; height: 240px; }
  .g-grid { grid-template-rows: none; }
  .g-grid img { height: 200px; }
  nav.links {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: #fff; border-bottom: 1px solid #eadfb8; padding: 10px 20px 16px;
  }
  nav.links.is-open { display: block; }
  nav.links .menu { flex-direction: column; align-items: stretch; }
  .nav-toggle { display: inline-flex; }
  header.site .nav > .btn { display: none; }
  .util-right { display: none; }
  .cta-box { padding: 24px; }
  .badge { left: 10px; }
}
