:root {
  --ink: #271b1e;
  --muted: #66585a;
  --paper: #fff8f0;
  --soft: #f3eadf;
  --cream: #fbf3e8;
  --burgundy: #5a2234;
  --wine: #7a3046;
  --sage: #6f7f68;
  --teal: #2f6d6b;
  --gold: #c8a75d;
  --line: rgba(39, 27, 30, .14);
  --shadow: 0 20px 58px rgba(62, 37, 30, .2);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 15px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 248, 240, .86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  color: var(--burgundy);
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  color: #fff7ef;
  background: linear-gradient(135deg, var(--burgundy), var(--teal));
  box-shadow: 0 8px 20px rgba(90, 34, 52, .24);
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.top-nav a:hover,
.location-card a:hover,
.site-footer a:hover { color: var(--wine); }

.header-cta,
.primary-btn,
.secondary-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 900;
}

.header-cta,
.primary-btn {
  color: #fffaf3;
  background: linear-gradient(135deg, var(--burgundy), var(--teal));
  box-shadow: 0 12px 26px rgba(90, 34, 52, .22);
}

.secondary-btn {
  border: 1px solid rgba(255, 248, 240, .62);
  color: #fffaf3;
  background: rgba(255, 255, 255, .1);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  background: #1f1615;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  transform: scale(1.05);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(31, 22, 21, .94), rgba(31, 22, 21, .72) 42%, rgba(31, 22, 21, .08)),
    linear-gradient(0deg, rgba(31, 22, 21, .88), transparent 26%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(670px, 100%);
  padding: 145px clamp(18px, 5vw, 68px) 118px;
  color: #fff8f0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p { margin-top: 0; }

h1 {
  max-width: 650px;
  margin-bottom: 22px;
  font-size: clamp(42px, 5.5vw, 76px);
  line-height: .96;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
}

h3 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 620px;
  color: rgba(255, 248, 240, .82);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.intro-band,
.locations,
.faq,
.join {
  padding: clamp(62px, 9vw, 112px) clamp(18px, 5vw, 72px);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: clamp(32px, 6vw, 86px);
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

.section-grid p,
.section-heading p,
.image-copy p,
.city-band p,
.faq p,
.join p,
.site-footer p,
.landing-copy p,
.legal-content p { color: var(--muted); }

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.feature-list article,
.location-card,
.faq details,
.join-box,
.landing-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .55);
  box-shadow: 0 10px 30px rgba(74, 45, 34, .06);
}

.feature-list article,
.location-card,
.join-box,
.landing-card { padding: 24px; }

.feature-list strong {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 8px;
  color: #fffaf3;
  background: var(--sage);
}

.image-section,
.city-band {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(58px, 8vw, 98px) clamp(18px, 5vw, 72px);
  background: var(--soft);
}

.image-section img,
.city-band img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-copy,
.city-band > div { max-width: 560px; }

.city-band {
  grid-template-columns: minmax(0, .94fr) minmax(320px, 1.06fr);
  background: #efe3d7;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.location-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.location-card a {
  display: block;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
}

.faq {
  background: var(--cream);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.faq details { padding: 18px 22px; }
.faq summary { cursor: pointer; font-weight: 900; }
.faq p { margin: 10px 0 0; }

.join {
  color: #fff8f0;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(90, 34, 52, .95), rgba(47, 109, 107, .95)),
    url("../images/mature-woman-city-park.png") center / cover;
}

.join p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 248, 240, .84);
}

.join-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  width: min(680px, 100%);
  margin: 28px auto 0;
  background: rgba(255, 248, 240, .96);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.join-box input {
  min-height: 48px;
  width: 100%;
  border: 1px solid rgba(39, 27, 30, .18);
  border-radius: 8px;
  padding: 0 14px;
  font: inherit;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #271b1e;
  color: #fff8f0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  color: rgba(255, 248, 240, .72);
}

.landing-hero {
  padding: clamp(78px, 12vw, 138px) clamp(18px, 6vw, 76px);
  color: #fff8f0;
  background:
    linear-gradient(90deg, rgba(39, 27, 30, .94), rgba(39, 27, 30, .52)),
    url("../images/mature-woman-city-park.png") center / cover;
}

.landing-hero h1 { max-width: 860px; }
.landing-hero p { max-width: 700px; color: rgba(255, 248, 240, .84); font-size: 20px; }

.landing-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 34px;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(58px, 8vw, 92px) clamp(18px, 5vw, 70px);
}

.landing-card a,
.legal-content a {
  color: var(--wine);
  font-weight: 900;
}

.legal-page {
  background:
    linear-gradient(180deg, var(--soft), var(--paper) 32%);
}

.legal-hero {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 6vw, 76px) clamp(34px, 5vw, 58px);
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 { margin-bottom: 12px; }

.legal-content {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 74px) clamp(18px, 5vw, 70px);
}

.legal-content h2 {
  margin-top: 34px;
  font-size: clamp(23px, 3vw, 32px);
}

@media (max-width: 880px) {
  .top-nav,
  .header-cta { display: none; }

  .site-header { padding: 14px 18px; }

  .hero { min-height: 690px; }

  .hero img { object-position: 67% center; }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(31, 22, 21, .76), rgba(31, 22, 21, .93) 76%),
      linear-gradient(90deg, rgba(31, 22, 21, .62), transparent);
  }

  .hero-content { padding: 112px 18px 72px; }

  .section-grid,
  .image-section,
  .city-band,
  .location-groups,
  .landing-copy,
  .join-box { grid-template-columns: 1fr; }

  .city-band img { order: 2; }

  .feature-list { grid-template-columns: 1fr; }

  .site-footer { flex-direction: column; }
}

@media (max-width: 520px) {
  .brand span:last-child { font-size: 15px; }
  h1 { font-size: 40px; }
  .primary-btn,
  .secondary-btn,
  .join-box .primary-btn { width: 100%; }
}
