:root {
  --ink: #17211b;
  --muted: #607066;
  --green: #0f5f46;
  --green-dark: #0f3d2e;
  --green-deep: #092f25;
  --gold: #c9a24a;
  --cream: #fbf7ed;
  --sand: #efe5d0;
  --white: #fffdf8;
  --line: rgba(23, 33, 27, 0.13);
  --shadow: 0 28px 90px rgba(15, 61, 46, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(201, 162, 74, .24), transparent 30rem),
    radial-gradient(circle at 95% 14%, rgba(15, 95, 70, .12), transparent 34rem),
    linear-gradient(180deg, var(--cream), #fffaf0 42%, #f6efe0);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--green-dark); color: white; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { left: 12px; z-index: 10; }
.section-shell { width: min(1120px, calc(100% - 36px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 5; backdrop-filter: blur(18px); background: rgba(251, 247, 237, .76); border-bottom: 1px solid rgba(23, 33, 27, .07); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 46px; height: 46px; }
.brand span { display: grid; line-height: 1.05; }
.brand small { color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.nav-links { display: flex; gap: 26px; color: var(--muted); font-size: 14px; font-weight: 750; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--green); }
.hero { padding: 64px 0 28px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(340px, .96fr); gap: 54px; align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 16px; color: var(--green-dark); font-size: 14px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid rgba(15, 95, 70, .16); border-radius: 999px; background: rgba(255, 253, 248, .68); letter-spacing: 0; text-transform: none; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(201, 162, 74, .16); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; color: var(--green-dark); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(48px, 8vw, 92px); line-height: .94; letter-spacing: -.07em; }
.lead { margin: 26px 0 0; color: #344238; max-width: 660px; font-size: clamp(19px, 2.2vw, 25px); line-height: 1.42; }
.cta-row { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-weight: 850; }
.button.primary { background: var(--green); color: var(--white); box-shadow: 0 16px 40px rgba(15, 95, 70, .25); }
.button.secondary { background: rgba(255, 253, 248, .75); color: var(--green-dark); border-color: rgba(15, 95, 70, .18); }
.hero-card { position: relative; min-height: 570px; padding: 28px; border-radius: 38px; background: linear-gradient(160deg, rgba(15, 95, 70, .93), rgba(9, 47, 37, .99)); color: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.hero-card::before { content: ""; position: absolute; inset: -30% -24% auto auto; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(201,162,74,.48), transparent 66%); }
.arch-lines { position: absolute; left: 50%; top: 52%; width: 70%; aspect-ratio: 1 / 1.23; transform: translate(-50%, -50%); border: 2px solid rgba(255, 253, 248, .28); border-radius: 48% 48% 24px 24px; opacity: .8; }
.arch-lines::before, .arch-lines::after { content: ""; position: absolute; inset: 34px; border: 1px solid rgba(255, 253, 248, .19); border-radius: 48% 48% 20px 20px; }
.arch-lines::after { inset: 70px; border-color: rgba(201, 162, 74, .38); }
.hero-card-inner { position: relative; z-index: 1; min-height: 514px; display: flex; flex-direction: column; justify-content: space-between; gap: 28px; }
.hero-card img { width: 100%; border-radius: 24px; box-shadow: 0 16px 42px rgba(3, 21, 15, .22); }
.glass-panel { padding: 24px; border: 1px solid rgba(255, 253, 248, .2); border-radius: 26px; background: rgba(255, 253, 248, .11); backdrop-filter: blur(10px); }
.glass-panel h2 { margin: 0 0 10px; font-size: 26px; letter-spacing: -.035em; }
.glass-panel p { margin: 0; color: rgba(255, 253, 248, .84); }
.split-section { margin-top: 76px; padding: 46px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start; border: 1px solid var(--line); border-radius: 34px; background: rgba(255, 253, 248, .66); box-shadow: 0 16px 50px rgba(23, 33, 27, .05); }
.split-section h2, .section-heading h2, .connect-section h2 { margin: 0; color: var(--green-dark); font-size: clamp(31px, 4vw, 52px); line-height: 1.04; letter-spacing: -.055em; }
.split-section p:last-child, .section-heading p { margin: 0; color: var(--muted); font-size: 18px; }
.cards-section { margin-top: 82px; }
.section-heading { max-width: 760px; margin-bottom: 28px; }
.section-heading h2 { margin-bottom: 12px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { padding: 28px; min-height: 238px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255, 253, 248, .78); box-shadow: 0 14px 50px rgba(23, 33, 27, .06); }
.card-number { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 16px; background: rgba(15, 95, 70, .09); color: var(--green); font-weight: 950; }
.info-card h3 { margin: 0 0 9px; color: var(--green-dark); font-size: 22px; letter-spacing: -.035em; }
.info-card p { margin: 0; color: var(--muted); }
.connect-section { margin-top: 92px; padding: 48px; display: grid; grid-template-columns: 1fr 360px; gap: 30px; align-items: center; border-radius: 38px; background: var(--green-deep); color: var(--white); box-shadow: var(--shadow); }
.section-kicker.light { color: var(--gold); }
.connect-section h2 { color: var(--white); margin-bottom: 12px; }
.connect-section p { color: rgba(255, 253, 248, .8); font-size: 18px; }
.contact-card { padding: 24px; border: 1px solid rgba(255, 253, 248, .18); border-radius: 24px; background: rgba(255, 253, 248, .1); }
.contact-card .label { margin: 0 0 8px; color: rgba(255, 253, 248, .62); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.contact-status { margin: 0 0 10px; font-size: 22px; font-weight: 850; color: var(--white) !important; }
.small-note { margin: 0; font-size: 14px !important; }
.footer { padding: 30px 0 48px; display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 14px; }
.footer p { margin: 0; }
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero, .split-section, .connect-section { grid-template-columns: 1fr; }
  .hero { padding-top: 38px; gap: 34px; }
  .hero-card { min-height: auto; }
  .hero-card-inner { min-height: 430px; }
  .card-grid { grid-template-columns: 1fr; }
  .split-section, .connect-section { padding: 30px; }
  .footer { flex-direction: column; }
}
@media (max-width: 520px) {
  .section-shell, .nav { width: min(100% - 28px, 1120px); }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 11px; }
  .hero-card { padding: 18px; border-radius: 28px; }
  .hero-card-inner { min-height: 360px; }
  .split-section, .connect-section, .info-card { padding: 24px; border-radius: 24px; }
}
