.site-refresh-page {
  --home-surface: #f7fbf5;
  --home-surface-soft: rgba(247, 251, 245, 0.9);
  --home-ink: #17251d;
  --home-muted: #52665b;
  --home-line: rgba(23, 37, 29, 0.12);
  --home-gold: #f2c85f;
  --home-gold-dark: #d9a93f;
  background:
    radial-gradient(
      1000px 720px at 14% 0%,
      rgba(255, 255, 255, 0.18),
      transparent 55%
    ),
    radial-gradient(
      760px 560px at 88% 10%,
      rgba(10, 57, 47, 0.16),
      transparent 56%
    ),
    linear-gradient(135deg, #3eb294 0%, #2fa183 100%);
}

.site-refresh-page .site-header {
  background: rgba(247, 251, 245, 0.9);
  border-bottom: 1px solid rgba(23, 37, 29, 0.08);
  backdrop-filter: blur(20px);
}

.site-refresh-page .brand-title,
.site-refresh-page .nav-links a[aria-current="page"],
.site-refresh-page .lang-menu-current {
  color: var(--home-ink);
}

.site-refresh-page .brand-subtitle,
.site-refresh-page .nav a,
.site-refresh-page .lang-menu summary {
  color: rgba(23, 37, 29, 0.68);
}

.site-refresh-page .nav-links,
.site-refresh-page .lang-menu summary {
  border-color: rgba(23, 37, 29, 0.1);
  background: rgba(255, 255, 255, 0.58);
}

.site-refresh-page .nav-links a {
  font-weight: 650;
}

.site-refresh-page .nav-links a:hover {
  color: var(--home-ink);
  background: rgba(23, 37, 29, 0.06);
}

.site-refresh-page .lang-menu-label {
  color: rgba(23, 37, 29, 0.5);
}

.site-refresh-page .lang-menu-list {
  border-color: rgba(23, 37, 29, 0.12);
  background: rgba(247, 251, 245, 0.98);
}

.site-refresh-page .lang-menu-list a {
  color: rgba(23, 37, 29, 0.7);
}

.site-refresh-page .lang-menu-list a:hover,
.site-refresh-page .lang-menu-list a.is-active {
  color: var(--home-ink);
  background: rgba(23, 37, 29, 0.07);
}

.site-refresh-page .btn {
  border-color: rgba(23, 37, 29, 0.16);
  background: linear-gradient(135deg, var(--home-gold) 0%, var(--home-gold-dark) 100%);
  color: #18251d;
  box-shadow: 0 10px 22px rgba(23, 37, 29, 0.16);
}

.site-refresh-page .btn:hover {
  background: linear-gradient(135deg, #f7d982 0%, #e3b64c 100%);
}

.site-refresh-page .btn-ghost {
  background: rgba(255, 255, 255, 0.9);
  color: var(--home-ink);
  border-color: rgba(23, 37, 29, 0.12);
}

.site-refresh-page .btn-ghost:hover {
  background: #ffffff;
}

.site-refresh-page .nav a.btn-header,
.site-refresh-page .nav-actions .btn-header {
  background: #17251d;
  color: #ffffff;
  box-shadow: none;
  min-width: 76px;
}

.site-refresh-page .nav a.btn-header:hover,
.site-refresh-page .nav-actions .btn-header:hover {
  background: #21362a;
  color: #ffffff;
  text-decoration: none;
}

.site-refresh-page .hero {
  padding: 68px 0 34px;
}

.site-refresh-page .hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
  gap: clamp(28px, 5vw, 72px);
}

.site-refresh-page .hero h1 {
  max-width: 820px;
  font-size: clamp(40px, 5.4vw, 74px);
  line-height: 0.98;
  letter-spacing: 0;
}

.site-refresh-page .hero-subhead {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.94);
}

.site-refresh-page .lead {
  max-width: 66ch;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.88);
}

.site-refresh-page .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.site-refresh-page .hero-photo {
  min-height: min(520px, 52vw);
  border: 0;
  border-radius: 24px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 28px 60px rgba(9, 54, 45, 0.34);
}

.site-refresh-page .section {
  padding-top: 34px;
}

.site-refresh-page main > .section:first-child {
  padding: clamp(46px, 7vw, 82px) 0 68px;
}

.site-refresh-page main > .section:first-child > .container > .eyebrow:first-child {
  color: rgba(255, 255, 255, 0.8);
}

.site-refresh-page main > .section:first-child > .container > .eyebrow:first-child + h1 {
  max-width: 940px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.site-refresh-page main > .section:first-child > .container > .lead {
  max-width: 760px;
  margin-bottom: clamp(26px, 4vw, 42px);
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.58;
}

.site-refresh-page main > .section:first-child > .container > .lead a.link,
.site-refresh-page main > .section:first-child > .container > p > a.link {
  color: #ffffff;
  font-weight: 700;
}

.site-refresh-page main > .section:first-child > .container > .lead + p {
  margin-top: -22px;
  margin-bottom: 32px;
}

.site-refresh-page main > .section:first-child > .container > .lead + p a.link {
  color: #ffffff;
  font-weight: 700;
}

.site-refresh-page .callout,
.site-refresh-page .card {
  border-color: var(--home-line);
  background: var(--home-surface);
  color: var(--home-ink);
  box-shadow: 0 16px 34px rgba(9, 54, 45, 0.12);
}

.site-refresh-page .callout p,
.site-refresh-page .card p {
  color: var(--home-muted);
}

.site-refresh-page .callout .eyebrow,
.site-refresh-page .card .eyebrow {
  color: rgba(23, 37, 29, 0.56);
}

.site-refresh-page .card h2,
.site-refresh-page .card h3,
.site-refresh-page .callout h2,
.site-refresh-page .callout h3 {
  color: var(--home-ink);
}

.site-refresh-page .callout a.link,
.site-refresh-page .card a.link {
  color: var(--home-ink);
  font-weight: 650;
}

.site-refresh-page .proof-band,
.site-refresh-page .unity-band,
.site-refresh-page .event-band {
  display: grid;
  gap: 18px;
  margin-bottom: 18px !important;
  padding: clamp(20px, 3vw, 32px);
}

.site-refresh-page .proof-band {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(247, 251, 245, 0.98), rgba(232, 246, 237, 0.98));
}

.site-refresh-page .proof-stat {
  display: grid;
  min-width: 170px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #17251d;
  color: #ffffff;
  text-align: center;
}

.site-refresh-page .proof-stat strong {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
}

.site-refresh-page .proof-stat span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.site-refresh-page .unity-band {
  background: rgba(247, 251, 245, 0.86);
}

.site-refresh-page .event-band {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.site-refresh-page .section-title {
  color: #ffffff;
  letter-spacing: 0;
}

.site-refresh-page .callout .section-title,
.site-refresh-page .card .section-title {
  color: var(--home-ink);
}

.site-refresh-page .grid-3 {
  gap: 16px;
  margin-top: 22px;
}

.site-refresh-page .grid-3 .card {
  padding: clamp(20px, 2.4vw, 28px);
  border-radius: 22px;
}

.site-refresh-page .split {
  gap: clamp(18px, 3vw, 34px);
  margin-top: clamp(24px, 4vw, 44px);
}

.site-refresh-page .split > div:not(.callout) p {
  color: rgba(255, 255, 255, 0.86);
}

.site-refresh-page .split > div:not(.callout) a.link {
  color: #ffffff;
  font-weight: 650;
}

.site-refresh-page .split .card,
.site-refresh-page .split .card strong,
.site-refresh-page .split .card h2,
.site-refresh-page .split .card h3,
.site-refresh-page .split > div:not(.callout) .card,
.site-refresh-page .split > div:not(.callout) .card strong {
  color: var(--home-ink);
}

.site-refresh-page .split .card p,
.site-refresh-page .split .card figcaption,
.site-refresh-page .split > div:not(.callout) .card p,
.site-refresh-page .split > div:not(.callout) .card figcaption {
  color: var(--home-muted);
}

.site-refresh-page .split .card a.link,
.site-refresh-page .split > div:not(.callout) .card a.link {
  color: var(--home-ink);
  font-weight: 650;
}

.site-refresh-page .callout {
  padding: clamp(22px, 3vw, 34px);
  border-radius: 24px;
}

.site-refresh-page .info-grid {
  margin-bottom: clamp(22px, 4vw, 38px);
}

.site-refresh-page .form-shell {
  margin-top: clamp(22px, 4vw, 38px);
  padding: clamp(22px, 3vw, 34px);
  border-radius: 24px;
}

.site-refresh-page .form-control {
  border-color: rgba(23, 37, 29, 0.14);
  background: rgba(255, 255, 255, 0.74);
  color: var(--home-ink);
}

.site-refresh-page .form-control:focus {
  outline: 3px solid rgba(242, 200, 95, 0.58);
  border-color: rgba(23, 37, 29, 0.32);
}

.site-refresh-page .community-section {
  margin-top: clamp(38px, 6vw, 72px);
}

.site-refresh-page .community-copy {
  max-width: 860px;
}

.site-refresh-page .community-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.86);
}

.site-refresh-page .photo-card,
.site-refresh-page .preview-photo {
  border: 1px solid var(--home-line);
  background: var(--home-surface);
  box-shadow: 0 16px 34px rgba(9, 54, 45, 0.12);
}

.site-refresh-page .photo-card {
  border-radius: 22px;
}

.site-refresh-page .photo-card figcaption {
  color: var(--home-muted);
}

.site-refresh-page .preview-photo {
  border-radius: 22px;
}

.site-refresh-page .fineprint {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1100px) {
  .site-refresh-page .hero-inner {
    grid-template-columns: 1fr;
  }

  .site-refresh-page .hero-copy {
    max-width: 900px;
  }

  .site-refresh-page .hero-media {
    max-width: 960px;
  }

  .site-refresh-page .hero-photo {
    aspect-ratio: 16 / 9;
    min-height: clamp(380px, 56vw, 560px);
    object-position: center 8%;
  }
}

@media (max-width: 880px) {
  .site-refresh-page .site-header {
    background: rgba(247, 251, 245, 0.96);
  }

  .site-refresh-page main > .section:first-child {
    padding-top: 42px;
  }

  .site-refresh-page main > .section:first-child > .container > .eyebrow:first-child + h1 {
    font-size: clamp(38px, 11vw, 58px);
  }

  .site-refresh-page main > .section:first-child > .container > .lead {
    font-size: 17px;
  }

  .site-refresh-page .hero {
    padding-top: 42px;
  }

  .site-refresh-page .hero-inner,
  .site-refresh-page .proof-band,
  .site-refresh-page .event-band {
    grid-template-columns: 1fr;
  }

  .site-refresh-page .hero-media {
    max-width: 760px;
  }

  .site-refresh-page .hero-photo {
    aspect-ratio: 16 / 10;
    min-height: 420px;
    object-position: center 8%;
  }

  .site-refresh-page .hero h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .site-refresh-page .proof-stat {
    text-align: left;
  }
}
