/* ===================================================================
   Founders Circle — Startup Club New Zealand
   LUXURY overhaul · black + metallic gold (no blue) · Times serif
   Glassmorphism · distinct section bands
=================================================================== */

:root {
  --gold: #d4a734;
  --gold-bright: #f3d680;
  --gold-deep: #a87d1e;
  --gold-glow: rgba(212, 167, 52, .42);
  --metal-gold: linear-gradient(120deg, #9c7416 0%, #f6e2a0 24%, #d4a734 50%, #fbeec0 72%, #a87d1e 100%);

  --bg: #08080a;
  --band-a: #09090b;
  --band-b: #100e13;
  --glass: rgba(255, 255, 255, .045);
  --glass-2: rgba(255, 255, 255, .08);
  --border: rgba(255, 255, 255, .1);
  --border-gold: rgba(212, 167, 52, .38);
  --hair: rgba(212, 167, 52, .16);

  --white: #f4efe6;
  --text: rgba(238, 232, 220, .68);
  --text-faint: rgba(238, 232, 220, .46);

  --radius: 16px;
  --radius-lg: 24px;
  --shadow: 0 36px 80px -36px rgba(0, 0, 0, .9);
  --maxw: 1140px;
  --nav-h: 76px;
  --serif: "Times New Roman", Times, Georgia, serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--serif); color: var(--text); line-height: 1.7; font-size: 1.06rem;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
  background-color: var(--bg);
  background-image:
    radial-gradient(55% 45% at 15% -5%, rgba(212, 167, 52, .13), transparent 60%),
    radial-gradient(45% 40% at 100% 18%, rgba(212, 167, 52, .07), transparent 55%),
    radial-gradient(60% 50% at 50% 112%, rgba(212, 167, 52, .09), transparent 60%);
}
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.12; letter-spacing: .005em; color: var(--white); }
.metal { background: var(--metal-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
a { color: inherit; text-decoration: none; }
section[id] { scroll-margin-top: calc(var(--nav-h) + 12px); }

/* gold hairline rule with a centre diamond */
.rule { width: 64px; height: 1px; margin: 1.4rem auto 0; background: linear-gradient(90deg, transparent, var(--gold), transparent); position: relative; }
.rule::after { content: ""; position: absolute; left: 50%; top: 50%; width: 5px; height: 5px; background: var(--gold); transform: translate(-50%, -50%) rotate(45deg); box-shadow: 0 0 8px var(--gold-glow); }

/* labels / kickers */
.f-kicker { display: inline-block; font-family: var(--serif); font-size: .8rem; font-weight: 400; letter-spacing: .42em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 1rem; padding-left: .42em; }

/* ---- buttons ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; font-family: var(--serif); font-weight: 400; font-size: .82rem; text-transform: uppercase; letter-spacing: .22em; padding: 1.05em 2.2em; border-radius: 2px; border: 1px solid var(--border-gold); cursor: pointer; transition: all .25s ease; white-space: nowrap; color: var(--gold-bright); background: transparent; }
.btn:hover { color: #fff; border-color: var(--gold); background: rgba(212, 167, 52, .1); box-shadow: 0 0 34px var(--gold-glow); transform: translateY(-2px); }
.btn-primary { background: linear-gradient(180deg, #e8c45e, #c99a2c); color: #2a1e05; border-color: transparent; letter-spacing: .2em; box-shadow: 0 10px 26px -10px rgba(0, 0, 0, .6); }
.btn-primary:hover { color: #2a1e05; background: linear-gradient(180deg, #f1d36c, #d4a734); box-shadow: 0 0 32px var(--gold-glow); }

/* ---- header (glass) ---- */
.f-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 60; height: var(--nav-h); display: flex; align-items: center; gap: 1.5rem; padding: 0 clamp(1rem, 4vw, 2.8rem); background: rgba(8, 8, 10, .55); backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%); border-bottom: 1px solid transparent; transition: border-color .3s ease, background .3s ease; }
.f-nav.scrolled { border-bottom-color: var(--hair); background: rgba(8, 8, 10, .8); }
.f-brand { display: flex; align-items: center; gap: .9rem; }
.f-brand .mark { height: 30px; width: auto; display: block; }
.f-back { font-size: .66rem; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; color: var(--text-faint); border-left: 1px solid var(--border); padding-left: .9rem; }
.f-back:hover { color: var(--gold-bright); }
.f-links { display: flex; gap: 2rem; margin-left: auto; font-size: .82rem; text-transform: uppercase; letter-spacing: .2em; }
.f-links a { position: relative; color: rgba(244, 239, 230, .8); transition: color .2s; }
.f-links a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: var(--gold-bright); box-shadow: 0 0 8px var(--gold-glow); transition: width .3s ease; }
.f-links a:hover { color: var(--gold-bright); }
.f-links a:hover::after { width: 100%; }
.f-status { margin-left: 0; font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-bright); border: 1px solid var(--border-gold); border-radius: 2px; padding: .6em 1.1em; }
.f-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.f-toggle span { width: 24px; height: 1.5px; background: var(--gold-bright); transition: .3s; }
.f-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.f-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.f-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---- section bands ---- */
.f-section { padding: clamp(4.5rem, 9vw, 8rem) clamp(1rem, 4vw, 2.5rem); border-top: 1px solid var(--hair); }
.f-wrap { max-width: var(--maxw); margin: 0 auto; }
.band-a { background: var(--band-a); }
.band-b { background: var(--band-b); }
.f-head { max-width: 720px; margin: 0 auto 3.2rem; text-align: center; }
.f-head h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); }
.f-head p { color: var(--text); font-size: 1.08rem; margin-top: 1rem; font-style: italic; }
.f-head .rule { margin-top: 1.6rem; }

/* ---- hero ---- */
.f-hero { position: relative; overflow: hidden; text-align: center; padding: calc(var(--nav-h) + clamp(4rem, 9vw, 8rem)) clamp(1rem, 4vw, 2.5rem) clamp(4rem, 8vw, 7rem); }
.f-hero-inner { position: relative; max-width: 900px; margin: 0 auto; }
.f-eyebrow { display: inline-block; font-size: .74rem; letter-spacing: .4em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 2.4rem; padding-left: .4em; }
.f-fulllogo { width: clamp(290px, 58vw, 640px); height: auto; margin: 0 auto 2rem; display: block; }
.f-tagline { font-size: clamp(1.2rem, 2.4vw, 1.7rem); font-style: italic; color: var(--white); margin-bottom: 1.4rem; }
.f-lede { font-size: 1.1rem; color: var(--text); max-width: 54ch; margin: 0 auto 2.4rem; }
.f-actions { display: flex; gap: 1.1rem; justify-content: center; flex-wrap: wrap; }

/* ---- the circle ---- */
.f-circle { text-align: center; }
.f-circle-body { max-width: 60ch; margin: 0 auto; color: rgba(238, 232, 220, .82); font-size: 1.2rem; line-height: 1.8; }
.f-circle-body b { color: var(--gold-bright); font-weight: 400; font-style: italic; }

/* ---- glass card base ---- */
.glass { background: var(--glass); backdrop-filter: blur(16px) saturate(130%); -webkit-backdrop-filter: blur(16px) saturate(130%); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .12); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.glass:hover { transform: translateY(-5px); border-color: var(--border-gold); background: var(--glass-2); box-shadow: 0 0 46px -10px var(--gold-glow), inset 0 1px 0 rgba(255, 255, 255, .16); }

/* ---- partners ---- */
.partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.partner-card { padding: 2.2rem 1.4rem; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.1rem; }
.partner-logo-box { display: flex; align-items: center; justify-content: center; min-height: 70px; width: 100%; }
.partner-logo { max-height: 50px; max-width: 100%; width: auto; height: auto; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; transition: opacity .25s ease; }
.partner-card:hover .partner-logo { opacity: 1; }
.partner-name { font-size: 1rem; line-height: 1.32; font-weight: 600; }

/* ---- selection ---- */
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.step-card { padding: 2.6rem 1.9rem; }
.step-num { font-family: var(--serif); font-weight: 600; font-size: 3rem; line-height: 1; display: block; margin-bottom: 1rem; }
.step-card h3 { font-size: 1.4rem; }
.step-card p { color: var(--text); font-size: 1rem; margin-top: .8rem; }

/* ---- quote ---- */
.f-quote { position: relative; overflow: hidden; text-align: center; padding: clamp(4.5rem, 10vw, 7.5rem) clamp(1rem, 4vw, 2.5rem); border-top: 1px solid var(--hair); background: var(--band-b); }
.f-quote::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 90% at 50% 50%, rgba(212, 167, 52, .12), transparent 70%); }
.f-quote-inner { position: relative; max-width: 900px; margin: 0 auto; }
.f-quote .mark { font-size: 4rem; line-height: 0; color: var(--gold); display: block; margin-bottom: 1.4rem; }
.f-quote blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(1.7rem, 4vw, 2.8rem); line-height: 1.35; color: var(--white); }
.f-quote blockquote em { color: var(--gold-bright); font-style: italic; }
.f-quote cite { display: block; margin-top: 1.8rem; font-style: normal; letter-spacing: .26em; text-transform: uppercase; font-size: .82rem; color: var(--gold-bright); }

/* ---- benefits ---- */
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.benefit-card { padding: 2rem 1.7rem; }
.benefit-card .b-mark { display: inline-block; width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); box-shadow: 0 0 8px var(--gold-glow); margin-bottom: 1.2rem; }
.benefit-card h3 { font-size: 1.2rem; }
.benefit-card p { color: var(--text); font-size: .98rem; margin-top: .6rem; }
.benefit-card.feature { border: 1.5px solid transparent; background: linear-gradient(#17140f, #121009) padding-box, var(--metal-gold) border-box; box-shadow: 0 0 44px -14px var(--gold-glow); }
.benefit-card.feature .b-mark { background: var(--gold-bright); }

/* ---- cohort ---- */
.cohort-label { text-align: center; font-size: .76rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-bright); margin: 0 0 1.4rem; }
.director-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.3rem; max-width: 640px; margin: 0 auto 3rem; }
.member-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.1rem; }
.person-card { padding: 1.9rem 1rem; text-align: center; }
.person-card.director { padding: 2.3rem 1.4rem; }
.person-avatar { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 1.1rem; font-family: var(--serif); font-size: 1.4rem; color: var(--gold-bright); background: rgba(212, 167, 52, .1); border: 1px solid var(--border-gold); box-shadow: inset 0 0 18px rgba(212, 167, 52, .15); }
.person-card.director .person-avatar { width: 80px; height: 80px; font-size: 1.7rem; }
.person-card h3 { font-size: 1.12rem; }
.person-card.director h3 { font-size: 1.4rem; }
.person-card .role { margin-top: .4rem; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-bright); }
.person-card .co { margin-top: .3rem; font-size: .9rem; font-style: italic; color: var(--text); }
.person-card.tbc h3 { color: rgba(244, 239, 230, .55); }

/* ---- applications closed (final) ---- */
.f-closed { text-align: center; padding: clamp(5rem, 11vw, 8.5rem) clamp(1rem, 4vw, 2.5rem); border-top: 1px solid var(--hair); }
.closed-card { max-width: 760px; margin: 0 auto; padding: clamp(3rem, 6vw, 5rem) clamp(1.6rem, 4vw, 3.2rem); text-align: center; position: relative; overflow: hidden; border: 2px solid transparent; border-radius: var(--radius-lg); background: linear-gradient(#16130e, #100e0a) padding-box, var(--metal-gold) border-box; box-shadow: 0 0 60px -18px var(--gold-glow), inset 0 1px 0 rgba(255, 255, 255, .07); }
.closed-card .label { position: relative; font-size: .76rem; letter-spacing: .36em; text-transform: uppercase; color: var(--gold-bright); }
.closed-card h2 { position: relative; color: var(--gold-bright); font-size: clamp(2.2rem, 5.5vw, 3.6rem); margin: 1.2rem 0; }
.closed-card p { position: relative; color: var(--text); font-style: italic; max-width: 44ch; margin: 0 auto; font-size: 1.1rem; }

/* ---- footer ---- */
.f-footer { border-top: 1px solid var(--hair); padding: clamp(3rem, 6vw, 4.5rem) clamp(1rem, 4vw, 2.5rem) 2rem; text-align: center; background: var(--band-a); }
.f-footer .mark { height: 34px; width: auto; margin: 0 auto 1.2rem; display: block; }
.f-footer .tagline { color: var(--text); font-style: italic; max-width: 42ch; margin: 0 auto 1.6rem; }
.f-footer .contact { display: flex; gap: 1.6rem; justify-content: center; flex-wrap: wrap; font-size: .92rem; letter-spacing: .04em; }
.f-footer .contact a { color: var(--gold-bright); }
.f-foot-bottom { max-width: var(--maxw); margin: 2.4rem auto 0; padding-top: 1.5rem; border-top: 1px solid var(--border); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; color: var(--text-faint); }

/* ---- reveal ---- */
.reveal { opacity: 1; transform: none; transition: opacity .8s ease, transform .8s ease; }
.reveal-armed .reveal { opacity: 0; transform: translateY(26px); }
.reveal-armed .reveal.in { opacity: 1; transform: none; }

/* ---- responsive ---- */
@media (max-width: 920px) {
  .f-links, .f-status { display: none; }
  .f-toggle { display: flex; margin-left: auto; }
  .f-nav.open .f-links { display: flex; flex-direction: column; align-items: center; gap: 1.2rem; position: absolute; top: 100%; left: 0; right: 0; background: rgba(8,8,10,.96); padding: 1.6rem clamp(1rem,4vw,2.5rem) 2rem; border-bottom: 1px solid var(--hair); }
  .partner-grid { grid-template-columns: 1fr 1fr; }
  .step-grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .member-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .partner-grid { grid-template-columns: 1fr; }
  .director-grid { grid-template-columns: 1fr; }
  .member-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .f-foot-bottom { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } html { scroll-behavior: auto; } }
