:root {
  --forest: #153b2f;
  --forest-deep: #0d2b22;
  --cream: #f4efe5;
  --paper: #fffdf8;
  --gold: #d39a4b;
  --sage: #a9bca3;
  --ink: #17241f;
  --muted: #5d6b65;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, "Times New Roman", serif; }
a { color: inherit; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 10; padding: .8rem 1rem; background: white; color: var(--forest); }
.skip-link:focus { left: 1rem; top: 1rem; }

.hero { min-height: 720px; position: relative; overflow: hidden; color: var(--cream); background: radial-gradient(circle at 82% 18%, #3f6853 0, transparent 25%), linear-gradient(145deg, var(--forest-deep), var(--forest) 65%, #285442); }
.nav { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.16); position: relative; z-index: 2; }
.wordmark { display: flex; gap: 12px; align-items: center; text-decoration: none; font-weight: 700; letter-spacing: .04em; }
.mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: .8rem; }
.nav-link { font-family: Arial, sans-serif; font-size: .78rem; text-transform: uppercase; letter-spacing: .18em; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.hero-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 116px 0 120px; position: relative; z-index: 2; }
.eyebrow, .section-number { font-family: Arial, sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
h1 { max-width: 900px; margin: 24px 0; font-size: clamp(3.5rem, 8vw, 7rem); line-height: .94; letter-spacing: -.045em; font-weight: 400; }
h1 em { color: var(--gold); font-weight: 400; }
.hero-copy { max-width: 650px; font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.65; color: #e1e7e2; }
.button { display: inline-block; margin-top: 26px; padding: 15px 23px; border: 1px solid var(--gold); color: var(--cream); font-family: Arial, sans-serif; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; text-decoration: none; }
.button:hover, .button:focus-visible { background: var(--gold); color: var(--forest-deep); outline: 3px solid white; outline-offset: 3px; }
.rings { position: absolute; width: 560px; height: 560px; right: -100px; bottom: -160px; opacity: .16; }
.rings span { position: absolute; inset: calc(var(--i, 0) * 65px); border: 2px solid var(--gold); border-radius: 48% 52% 50% 50%; transform: rotate(calc(var(--i, 0) * 13deg)); }
.rings span:nth-child(1) { --i: 0; } .rings span:nth-child(2) { --i: 1; } .rings span:nth-child(3) { --i: 2; } .rings span:nth-child(4) { --i: 3; }

section { padding: 110px max(20px, calc((100% - 1180px)/2)); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; background: var(--paper); }
h2 { margin: 16px 0 0; color: var(--forest); font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: 1.05; font-weight: 400; letter-spacing: -.03em; }
.intro-copy { padding-top: 25px; font-size: 1.25rem; line-height: 1.7; color: var(--muted); }
.reunion-card { margin: 6px 0 0; align-self: start; }
.reunion-card img { display: block; width: 100%; height: auto; border-radius: 3px; box-shadow: 0 24px 55px rgba(23,36,31,.18); }
.reunion-card figcaption { display: flex; flex-direction: column; gap: 5px; padding-top: 16px; color: var(--muted); font-family: Arial, sans-serif; font-size: .8rem; line-height: 1.5; }
.reunion-card figcaption strong { color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; }
.family-groups { align-self: center; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.family-groups article { min-width: 0; padding: 26px; border: 1px solid #d8d1c5; background: var(--cream); }
.family-groups h3 { margin: 10px 0 16px; color: var(--forest); font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.2; font-weight: 400; }
.family-groups article > p:last-child { margin: 0; color: var(--muted); line-height: 1.7; }
.group-label { margin: 0; color: #8c6229; font-family: Arial, sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.history-note { grid-column: 1 / -1; margin: 4px 0 0; color: var(--muted); font-family: Arial, sans-serif; font-size: .8rem; line-height: 1.6; }
.branches { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; color: var(--cream); background: var(--forest); }
.branches h2 { color: var(--cream); font-size: clamp(2.4rem, 4vw, 4rem); }
.branches p { max-width: 440px; line-height: 1.7; color: #cbd7d0; }
.section-number.light { color: var(--gold); }
.branch-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.branch-grid span { display: flex; align-items: center; justify-content: space-between; padding: 17px 18px; border: 1px solid rgba(255,255,255,.18); font-size: 1.15rem; }
.branch-grid span::after { content: "●"; color: var(--gold); font-size: .55rem; }
.coming { position: relative; text-align: center; overflow: hidden; background: var(--cream); }
.coming h2 { max-width: 850px; margin: 18px auto; }
.coming > p:not(.section-number):not(.privacy-note) { max-width: 760px; margin: 26px auto; font-size: 1.2rem; line-height: 1.7; color: var(--muted); }
.feature-list { width: min(900px, 100%); margin: 60px auto 35px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c7c1b5; border-bottom: 1px solid #c7c1b5; }
.feature-list div { padding: 27px 20px; display: flex; flex-direction: column; gap: 8px; }
.feature-list div + div { border-left: 1px solid #c7c1b5; }
.feature-list strong { color: var(--forest); font-size: 1.25rem; }
.feature-list span, .privacy-note { color: var(--muted); font-family: Arial, sans-serif; font-size: .9rem; line-height: 1.5; }
.privacy-note { margin-top: 30px; }
footer { padding: 34px max(20px, calc((100% - 1180px)/2)); display: flex; gap: 24px; justify-content: space-between; color: #cfd8d3; background: var(--forest-deep); font-family: Arial, sans-serif; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.build { opacity: .65; }

@media (max-width: 760px) {
  .hero { min-height: 690px; }
  .hero-content { padding-top: 90px; }
  .intro, .branches { grid-template-columns: 1fr; gap: 30px; }
  .intro { gap: 42px; }
  .family-groups { grid-template-columns: 1fr; }
  .history-note { grid-column: auto; }
  section { padding-top: 80px; padding-bottom: 80px; }
  .feature-list { grid-template-columns: 1fr; }
  .feature-list div + div { border-left: 0; border-top: 1px solid #c7c1b5; }
  footer { flex-direction: column; align-items: center; text-align: center; gap: 8px; }
}

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