:root {
  --paper: #fbf7f1;
  --paper-deep: #f1e7dc;
  --ink: #28312d;
  --muted: #67706a;
  --terracotta: #ad654d;
  --terracotta-dark: #8c4c39;
  --sage: #879a89;
  --sage-soft: #dce5dc;
  --cream: #fffdf9;
  --line: rgba(40, 49, 45, .14);
  --shadow: 0 24px 70px rgba(76, 56, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; padding: .7rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 92px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-family: "Newsreader", serif; font-size: 1.45rem; font-weight: 600; letter-spacing: -.02em; }
.brand svg { width: 38px; height: 38px; fill: none; stroke: var(--terracotta); stroke-width: 1.7; stroke-linecap: round; }
.brand em { color: var(--terracotta); font-style: normal; }
.header-cta { border-bottom: 1px solid var(--terracotta); color: var(--terracotta-dark); font-size: .92rem; font-weight: 700; text-decoration: none; }
.header-nav { display: flex; align-items: center; gap: 1.8rem; }
.header-nav > a:not(.header-cta) { color: var(--muted); font-size: .88rem; font-weight: 600; text-decoration: none; }
.header-nav > a:hover { color: var(--terracotta-dark); }

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: 58px 0 100px;
}
.eyebrow { margin: 0 0 1.2rem; color: var(--terracotta-dark); font-size: .76rem; font-weight: 700; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Newsreader", serif; font-weight: 500; letter-spacing: -.035em; line-height: .98; }
h1 { max-width: 760px; font-size: clamp(3.7rem, 7vw, 6.5rem); }
h1 span, h2 span { color: var(--terracotta); font-style: italic; }
.hero-lead { max-width: 610px; margin: 2rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.hero-lead strong { color: var(--ink); font-weight: 600; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.35rem 1.8rem; margin-top: 2.2rem; }
.button { display: inline-flex; min-height: 53px; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: .82rem 1.45rem; font: 700 .94rem/1 "DM Sans", sans-serif; cursor: pointer; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button-primary { color: white; background: var(--terracotta); box-shadow: 0 12px 28px rgba(173, 101, 77, .22); }
.button-primary:hover { background: var(--terracotta-dark); box-shadow: 0 16px 32px rgba(173, 101, 77, .29); transform: translateY(-2px); }
.text-link { color: var(--ink); font-size: .93rem; font-weight: 600; text-decoration: none; }
.text-link span { display: inline-block; margin-left: .3rem; color: var(--terracotta); transition: transform .2s; }
.text-link:hover span { transform: translateY(3px); }
.credentials { margin: 1.7rem 0 0; color: var(--muted); font-size: .84rem; }
.credentials span { color: var(--terracotta); }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; border-radius: 48% 48% 8px 8px; background: #e7ded3; box-shadow: var(--shadow); }
.hero-visual::after { content: ""; position: absolute; inset: auto -15% -20% 15%; height: 55%; border-radius: 50%; background: #b8c7b8; opacity: .76; }
.hero-visual svg { position: relative; z-index: 2; width: 90%; max-height: 500px; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.shelter { stroke: #965844; stroke-width: 4; }
.inner { stroke: #fffaf4; stroke-width: 3; }
.figure { stroke: #314038; stroke-width: 3; }
.ground { stroke: #314038; stroke-width: 2; opacity: .35; }
.sun { position: absolute; top: 65px; right: 76px; width: 80px; height: 80px; border-radius: 50%; background: #ddaa72; opacity: .72; }
.hero-visual p { position: absolute; z-index: 3; bottom: 22px; left: 0; right: 0; margin: 0; color: white; font-family: "Newsreader", serif; font-size: 1.55rem; font-style: italic; text-align: center; }

.transformation { padding: 110px max(20px, calc((100vw - 1180px) / 2)); background: var(--ink); color: white; }
.section-heading { text-align: center; }
.section-heading .eyebrow { color: #d8a791; }
.section-heading h2 { font-size: clamp(2.7rem, 5vw, 4.7rem); }
.section-heading h2 span { color: #d8a791; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 1180px; margin: 70px auto 0; background: rgba(255,255,255,.17); border: 1px solid rgba(255,255,255,.17); }
.outcome-grid article { padding: 38px; background: var(--ink); }
.outcome-grid .number { color: #d8a791; font-size: .75rem; letter-spacing: .14em; }
.outcome-grid h3 { margin: 3.2rem 0 .7rem; font-family: "Newsreader", serif; font-size: 2rem; font-weight: 500; }
.outcome-grid p { margin: 0; color: #c8cfcb; }

.recognition { width: min(1180px, calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: 1fr .8fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; padding: 120px 0; }
.recognition h2, .approach h2, .contact h2 { font-size: clamp(2.7rem, 5vw, 4.6rem); }
.recognition-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 1.08rem; }
.recognition-copy strong { color: var(--ink); }
blockquote { margin: 0; padding: 50px; border-radius: 140px 140px 12px 12px; background: var(--sage-soft); }
blockquote p { margin: 0; font-family: "Newsreader", serif; font-size: clamp(2rem, 3.3vw, 3rem); font-style: italic; line-height: 1.14; }

.approach { padding: 110px max(20px, calc((100vw - 1180px) / 2)); background: var(--paper-deep); }
.compact { max-width: 900px; margin: auto; }
.compact h2 span { color: var(--terracotta); }
.steps { max-width: 1030px; margin: 64px auto 0; }
.steps > div { display: grid; grid-template-columns: 64px 1fr; gap: 1.4rem; align-items: start; padding: 25px 0; border-top: 1px solid var(--line); }
.steps > div:last-child { border-bottom: 1px solid var(--line); }
.steps b { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--terracotta); border-radius: 50%; color: var(--terracotta); }
.steps p { margin: 0; color: var(--muted); }
.steps strong { color: var(--ink); font-family: "Newsreader", serif; font-size: 1.55rem; font-weight: 600; }

.events { width: min(1120px, calc(100% - 40px)); margin: 120px auto; display: grid; grid-template-columns: minmax(280px, .76fr) 1fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.event-poster { position: relative; padding: 16px; border-radius: 30px; background: var(--cream); box-shadow: var(--shadow); transform: rotate(-1.2deg); }
.event-poster::before { content: ""; position: absolute; z-index: -1; inset: 5% -6% -5% 7%; border-radius: 28px; background: var(--sage-soft); transform: rotate(4deg); }
.event-poster img { display: block; width: 100%; height: auto; border-radius: 18px; }
.event-tag { display: inline-block; margin: 0 0 1.2rem; padding: .4rem .72rem; border-radius: 999px; color: var(--terracotta-dark); background: #f2ded3; font-size: .76rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.event-copy h2 { font-size: clamp(2.9rem, 5vw, 4.8rem); }
.event-copy h2 span { color: var(--terracotta); }
.event-intro { max-width: 640px; margin: 1.6rem 0 2rem; color: var(--muted); font-size: 1.08rem; }
.event-details { margin: 0 0 2rem; border-top: 1px solid var(--line); }
.event-details div { display: grid; grid-template-columns: 105px 1fr; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.event-details dt { color: var(--terracotta-dark); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.event-details dd { margin: 0; color: var(--ink); font-size: .95rem; }
.event-note { max-width: 520px; margin: 1rem 0 0; color: var(--muted); font-size: .78rem; }

.contact { width: min(1120px, calc(100% - 40px)); margin: 120px auto; padding-top: 110px; border-top: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.05fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.contact-copy { position: sticky; top: 3rem; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.small-note { margin-top: 2rem; padding-left: 1rem; border-left: 2px solid var(--terracotta); font-size: .93rem !important; }
.contact-form { padding: clamp(28px, 5vw, 52px); border: 1px solid var(--line); border-radius: 24px; background: var(--cream); box-shadow: var(--shadow); }
.field { margin-bottom: 1.3rem; }
.field label { display: block; margin-bottom: .45rem; font-size: .86rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid #d8d4cc; border-radius: 10px; padding: .9rem 1rem; color: var(--ink); background: white; font: inherit; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(173,101,77,.12); }
textarea { resize: vertical; }
.hidden-field { position: absolute; left: -10000px; }
.consent { display: grid; grid-template-columns: 19px 1fr; gap: .7rem; margin: 1.5rem 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.consent input { width: 18px; height: 18px; margin: .1rem 0 0; accent-color: var(--terracotta); }
.consent a { color: var(--terracotta-dark); }
.contact-form .button { width: 100%; }
.form-reassurance { margin: .8rem 0 0; color: var(--muted); font-size: .75rem; text-align: center; }

footer { padding: 70px 20px 38px; color: #d9dfdb; background: #202824; text-align: center; }
.footer-brand { color: white; }
footer > p { margin: 1rem auto; }
footer details { max-width: 780px; margin: 2rem auto; color: #acb6b0; font-size: .72rem; text-align: left; }
footer summary { cursor: pointer; text-align: center; }
.copyright { margin-top: 2rem; color: #89938d; font-size: .75rem; }

.thanks-page { min-height: 100vh; display: grid; place-items: center; padding: 20px; background: var(--paper); }
.thanks-card { width: min(680px, 100%); padding: clamp(38px, 8vw, 80px); border-radius: 30px; background: var(--cream); box-shadow: var(--shadow); text-align: center; }
.thanks-card .brand { margin-bottom: 2.5rem; }
.thanks-card h1 { font-size: clamp(3.4rem, 9vw, 5.8rem); }
.thanks-card p { max-width: 520px; margin: 1.5rem auto 2rem; color: var(--muted); font-size: 1.1rem; }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-visual { min-height: 440px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid h3 { margin-top: 1.5rem; }
  .recognition, .events, .contact { grid-template-columns: 1fr; }
  .event-poster { width: min(520px, 92%); margin: 0 auto; }
  .contact-copy { position: static; }
}
@media (max-width: 540px) {
  .site-header { height: 78px; }
  .header-nav > a:not(.header-cta) { display: none; }
  .hero { width: min(100% - 30px, 1180px); padding: 40px 0 72px; }
  h1 { font-size: clamp(3.3rem, 16vw, 4.6rem); }
  .hero-visual { min-height: 370px; border-radius: 44% 44% 6px 6px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .transformation, .approach { padding-top: 82px; padding-bottom: 82px; }
  .recognition { padding: 84px 0; }
  blockquote { padding: 42px 32px; }
  .events, .contact { margin: 84px auto; }
  .contact { padding-top: 82px; }
  .contact-form { padding: 25px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
