@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=IM+Fell+English:ital@0;1&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: #f2ead8;
  color: #1c1a14;
  font-family: 'Libre Baskerville', serif;
  overflow-x: hidden;
}

/* ── NAV ── */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 6rem;
  border-bottom: 2px solid #1c1a14;
  background: #f2ead8;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1c1a14;
  letter-spacing: 0.04em;
}

.nav-badge {
  font-family: 'Libre Baskerville', serif;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1.5px solid #1c1a14;
  padding: 0.4rem 1.2rem;
  color: #1c1a14;
}

/* ── BUILDING STRIP ── */
.building-strip {
  background: #1c1a14;
  color: #f2ead8;
  text-align: center;
  padding: 0.6rem;
  font-family: 'Libre Baskerville', serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* ── HERO ── */
.hero {
  background: #f2ead8;
  padding: 5rem 6rem 4rem;
  text-align: center;
  border-bottom: 2px solid #1c1a14;
}

.hero-top-rule {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.rule-line {
  height: 1px;
  background: #1c1a14;
  width: 120px;
  opacity: 0.35;
}

.hero-eyebrow {
  font-family: 'Libre Baskerville', serif;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #5a4a1a;
}

.club-name-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}

.club-pre {
  font-family: 'IM Fell English', serif;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  color: #5a4a1a;
  text-transform: uppercase;
}

.club-main {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(4rem, 8vw, 8rem);
  color: #1a3a20;
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.club-sub {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 4rem);
  color: #1a3a20;
  line-height: 1;
}

.illustration {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
  width: 100%;
  max-width: 560px;
}

.stats-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5rem;
  margin: 1rem 0 2rem;
}

.stat-item { text-align: center; }

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #5a4a1a;
  line-height: 1;
}

.stat-label {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1c1a14;
  margin-top: 0.3rem;
  display: block;
}

.chateau-line {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.8rem;
  color: #1c1a14;
  margin-bottom: 0.4rem;
}

.ouvert-line {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.15em;
  color: #1a3a20;
}

.location-line {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #5a4a1a;
  margin-top: 0.4rem;
}

.hero-bottom-rule {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 2rem;
}

/* ── PROBLEM SECTION ── */
.problem-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(28, 26, 20, 0.2);
}

.problem-left {
  padding: 5rem 4rem 5rem 6rem;
  border-right: 1px solid rgba(28, 26, 20, 0.2);
}

.problem-right {
  padding: 5rem 6rem 5rem 4rem;
  background: #ede5d0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.problem-right p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #3a3628;
}

/* ── SECTION LABELS ── */
.sec-label {
  font-size: 0.65rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #5a4a1a;
  margin-bottom: 1rem;
}

.sec-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  font-weight: 700;
  color: #1a3a20;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.divider-ornament {
  color: #5a4a1a;
  margin: 1rem 0 1.5rem;
  letter-spacing: 0.3em;
  font-size: 1rem;
}

/* ── MISSION / VISION ── */
.mv-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(28, 26, 20, 0.2);
}

.mv-card {
  padding: 4rem 6rem;
  background: #f2ead8;
  position: relative;
  border-right: 1px solid rgba(28, 26, 20, 0.2);
}

.mv-card:last-child {
  border-right: none;
  background: #ede5d0;
}

.mv-card::before { display: none; }

.mv-tag {
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #5a4a1a;
  display: block;
  margin-bottom: 1rem;
}

.mv-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a3a20;
  margin-bottom: 1rem;
  line-height: 1.3;
  max-width: 340px;
}

.mv-card p {
  font-size: 0.95rem;
  line-height: 1.85;
  color: #3a3628;
  max-width: 380px;
}

/* ── HOW IT WORKS ── */
.how-bg {
  background: #1a3a20;
  padding: 5rem 6rem;
}

.how-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.how-label {
  font-size: 0.65rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #c8a84b;
  margin-bottom: 1rem;
}

.how-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  font-weight: 700;
  color: #f2ead8;
  line-height: 1.2;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  margin-top: 3.5rem;
  border-top: 1px solid rgba(200, 168, 75, 0.25);
  padding-top: 3rem;
}

.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: #c8a84b;
  line-height: 1;
  margin-bottom: 1rem;
}

.step-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #f2ead8;
  margin-bottom: 0.75rem;
}

.step-desc {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(242, 234, 216, 0.6);
}

/* ── NOTIFY ── */
.notify-sec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(28, 26, 20, 0.2);
}

.notify-left {
  padding: 5rem 4rem 5rem 6rem;
  border-right: 1px solid rgba(28, 26, 20, 0.2);
}

.notify-right {
  padding: 5rem 6rem 5rem 4rem;
  background: #ede5d0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.notify-right p {
  font-size: 1rem;
  line-height: 1.85;
  color: #3a3628;
  margin-bottom: 2rem;
}

.email-row {
  display: flex;
  flex-wrap: nowrap;
}

.email-row input {
  flex: 1;
  padding: 0.9rem 1.25rem;
  border: 1.5px solid #1c1a14;
  border-right: none;
  background: #f2ead8;
  font-family: 'Libre Baskerville', serif;
  font-size: 0.9rem;
  color: #1c1a14;
  outline: none;
}

.email-row input::placeholder { color: rgba(28, 26, 20, 0.4); }

.btn-vintage {
  background: #1a3a20;
  color: #f2ead8;
  border: 1.5px solid #1a3a20;
  padding: 0.9rem 2rem;
  font-family: 'Libre Baskerville', serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.btn-vintage:hover { background: #1c1a14; border-color: #1c1a14; }

.fine-print {
  font-size: 0.72rem;
  color: #5a4a1a;
  margin-top: 0.75rem;
  letter-spacing: 0.04em;
}

/* ── FOOTER ── */
footer {
  background: #f2ead8;
  padding: 3rem 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

.footer-logo {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.4rem;
  color: #1a3a20;
  margin-right: 50px;
}

footer p {
  font-size: 0.72rem;
  color: rgba(26, 58, 32, 0.4);
  letter-spacing: 0.08em;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  nav { padding: 1.25rem 3rem; }
  .hero { padding: 4rem 3rem 3rem; }
  .problem-left { padding: 4rem 3rem; }
  .problem-right { padding: 4rem 3rem; }
  .mv-card { padding: 3rem; }
  .how-bg { padding: 4rem 3rem; }
  .notify-left { padding: 4rem 3rem; }
  .notify-right { padding: 4rem 3rem; }
  footer { padding: 2.5rem 3rem; }
}

@media (max-width: 768px) {
  nav { padding: 1rem 1.5rem; }
  .hero { padding: 3rem 1.5rem 2.5rem; }
  .stats-row { gap: 2.5rem; }
  .problem-section { grid-template-columns: 1fr; }
  .problem-left { border-right: none; border-bottom: 1px solid rgba(28,26,20,0.2); padding: 3rem 1.5rem; }
  .problem-right { padding: 3rem 1.5rem; }
  .mv-row { grid-template-columns: 1fr; }
  .mv-card { padding: 2.5rem 1.5rem; border-right: none; border-bottom: 1px solid rgba(28,26,20,0.2); }
  .mv-card:last-child { border-bottom: none; }
  .how-bg { padding: 3rem 1.5rem; }
  .steps { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .notify-sec { grid-template-columns: 1fr; }
  .notify-left { border-right: none; border-bottom: 1px solid rgba(28,26,20,0.2); padding: 3rem 1.5rem; }
  .notify-right { padding: 3rem 1.5rem; }
  .email-row { flex-wrap: wrap; }
  .email-row input { border-right: 1.5px solid #1c1a14; }
  footer { flex-direction: column; gap: 0.75rem; text-align: center; padding: 2rem 1.5rem; }
}

@media (max-width: 480px) {
  .steps { grid-template-columns: 1fr; }
  .stats-row { gap: 1.5rem; }
  .stat-num { font-size: 1.8rem; }
}
