:root {
  --navy: #112653;
  --cream: #fff9f1;
  --peach: #f7e2d3;
  --ink: #17233c;
  --white: #fffdf9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
img { display: block; width: 100%; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  width: min(1240px, calc(100% - 32px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 800; line-height: 1.05; letter-spacing: .08em; }
.brand-mark { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: var(--cream); font-family: "Italiana", serif; font-size: 21px; letter-spacing: -.06em; }
.header-link, .jump-link { font-weight: 700; text-underline-offset: 5px; }

.hero { min-height: calc(100vh - 92px); padding: 48px 0 90px; display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(42px, 8vw, 110px); align-items: center; }
.top-labels { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.top-labels span { border: 1px solid rgba(17,38,83,.24); border-radius: 999px; padding: 7px 12px; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
h1, h2 { color: var(--navy); margin: 0; }
h1 { font-family: "DM Sans", sans-serif; font-size: clamp(46px, 6.5vw, 86px); font-weight: 700; letter-spacing: -.055em; line-height: .98; }
h1 strong { color: var(--navy); font-weight: 800; }
h2 { font-family: "Italiana", serif; font-size: clamp(44px, 5.4vw, 72px); font-weight: 400; letter-spacing: -.025em; line-height: 1; }
.hero-lede { max-width: 700px; margin: 28px 0 14px; font-size: clamp(19px, 2vw, 24px); font-weight: 600; }
.inclusion { max-width: 660px; margin: 0; font-size: 15px; color: rgba(23,35,60,.74); }
.actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-block; border: 2px solid var(--navy); border-radius: 999px; padding: 14px 22px; background: var(--navy); color: white; text-decoration: none; font-weight: 800; transition: transform .2s ease; }
.button.secondary { background: transparent; color: var(--navy); }
.button:hover { transform: translateY(-2px); }
.jump-link { display: inline-block; margin-top: 25px; }
.hero-photo { margin: 0; position: relative; }
.hero-photo .cabana-frame { box-shadow: 12px 12px 0 var(--peach); }
.hero-photo img { height: auto; aspect-ratio: 4/5; object-fit: cover; object-position: center 45%; transform: scale(1.28); transform-origin: 55% 48%; }
.founder-intro { margin-top: 28px; }
.founder-intro p { margin: 0; }
.founder-intro strong { display: block; margin-bottom: 6px; color: var(--navy); font-size: 24px; }
.intro-links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 18px; }
.intro-links .jump-link { margin-top: 0; }
#my-note, #how { scroll-margin-top: 24px; }

.eyebrow { margin: 0 0 18px; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: var(--peach); }
.story { padding: 110px 0; background: var(--navy); color: white; }
.story-inner { display: grid; grid-template-columns: .8fr 1.15fr; gap: clamp(60px, 10vw, 140px); }
.story h2 { color: var(--cream); }
.story-heading > p:last-child { margin-top: 28px; max-width: 430px; font-size: 18px; color: rgba(255,255,255,.82); }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.24); }
.steps li { display: grid; grid-template-columns: 65px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.steps span { font-family: "Italiana", serif; font-size: 30px; color: var(--peach); }
.steps h3 { margin: 0 0 6px; font-size: 20px; }
.steps p { margin: 0; color: rgba(255,255,255,.76); }

.member-led { padding: 95px 0; background: var(--peach); }
.member-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 80px; }
.member-copy p { margin-top: 0; font-size: 18px; }

.about { padding: 120px 0; display: grid; grid-template-columns: 1fr .78fr; gap: clamp(55px, 9vw, 120px); align-items: center; }
.about-copy h2 { margin-bottom: 26px; }
.about-copy p:not(.eyebrow) { font-size: 18px; }
.about-copy .button { margin-top: 14px; }
.club-logo { width: 100%; max-width: 400px; aspect-ratio: 1; margin-inline: auto; border-radius: 50%; background: var(--navy); color: var(--cream); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 32px; outline: 1px solid var(--cream); outline-offset: -14px; }
.club-logo-monogram { font-family: "Italiana", serif; font-size: clamp(78px, 10vw, 130px); line-height: 1; letter-spacing: -.06em; padding-right: .06em; }
.club-logo-name { margin-top: 22px; font-size: clamp(14px, 2vw, 20px); font-weight: 600; text-transform: uppercase; letter-spacing: .12em; line-height: 1.5; }
.club-logo-name span { display: block; }
.cabana-frame { overflow: hidden; border-radius: 22px; }

footer { background: var(--navy); color: var(--cream); padding: 26px max(20px, calc((100vw - 1120px)/2)); display: flex; justify-content: space-between; gap: 20px; font-size: 13px; }

@media (max-width: 760px) {
  .site-header { min-height: 78px; }
  .header-link { font-size: 13px; }
  .hero { min-height: 0; grid-template-columns: 1fr; padding: 32px 0 72px; }
  .hero-copy { order: 1; }
  .hero-photo { order: 2; width: 88%; margin: 18px auto 0; }
  .story-inner, .member-grid, .about { grid-template-columns: 1fr; }
  .story-heading { margin-bottom: 10px; }
  .club-logo { order: 2; width: 88%; }
  footer { flex-direction: column; }
}

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