:root {
  --bg: #08090d;
  --bg-soft: #10121a;
  --card: rgba(255, 255, 255, 0.07);
  --card-strong: rgba(255, 255, 255, 0.11);
  --text: #f8f4ec;
  --muted: #c9c2b6;
  --soft: #918b82;
  --gold: #e7c06f;
  --gold-soft: rgba(231, 192, 111, 0.16);
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(231, 192, 111, 0.18), transparent 34rem),
    radial-gradient(circle at 80% 10%, rgba(142, 109, 255, 0.12), transparent 32rem),
    linear-gradient(180deg, #08090d 0%, #101119 48%, #08090d 100%);
  color: var(--text);
  overflow-x: hidden;
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.28'/%3E%3C/svg%3E");
  z-index: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px clamp(20px, 5vw, 70px);
  backdrop-filter: blur(20px);
  background: rgba(8, 9, 13, 0.72);
  border-bottom: 1px solid var(--line);
}

.logo {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.logo::after {
  content: ".";
  color: var(--gold);
}

nav {
  display: flex;
  gap: 24px;
  align-items: center;
  color: var(--muted);
  font-size: 14px;
}

.nav-cta {
  color: var(--bg);
  background: var(--gold);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
}

main,
footer {
  position: relative;
  z-index: 1;
}

section {
  padding: 90px clamp(20px, 6vw, 90px);
}

.hero {
  min-height: 90vh;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}

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

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

h1 {
  font-size: clamp(48px, 7.6vw, 104px);
  line-height: 0.9;
  letter-spacing: -0.075em;
  max-width: 980px;
  margin-bottom: 28px;
}

h2 {
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  margin-bottom: 22px;
}

h3 {
  font-size: 24px;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}

.hero-text,
.rich-text p,
.narrow,
.join-card p,
.thank-you-hero p {
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid var(--line);
  cursor: pointer;
}

.primary {
  background: var(--gold);
  color: #111;
  border-color: var(--gold);
}

.secondary {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mini-proof span {
  color: var(--muted);
  font-size: 13px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.hero-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  border: 1px solid var(--line);
  border-radius: 36px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.photo-frame {
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(231, 192, 111, 0.18), transparent),
    radial-gradient(circle at top, rgba(255,255,255,0.24), transparent 50%),
    #151722;
}

.photo-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--soft);
  border: 1px dashed rgba(255,255,255,0.18);
}

.founder-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.founder-note {
  padding: 22px 8px 6px;
}

.note-title,
.note-small {
  color: var(--soft);
  font-size: 14px;
}

.note-number {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 900;
  margin-bottom: 10px;
}

.countdown-section {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 24px;
  padding-top: 20px;
}

.countdown-card,
.progress-card,
.feature-card,
.join-card,
.community-box,
.next-steps,
.share-box {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: clamp(24px, 4vw, 42px);
  box-shadow: var(--shadow);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.countdown div {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px 12px;
  text-align: center;
}

.countdown strong {
  display: block;
  font-size: clamp(28px, 4.5vw, 54px);
  letter-spacing: -0.05em;
}

.countdown span {
  color: var(--soft);
  font-size: 13px;
}

.progress-bar {
  height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.09);
  overflow: hidden;
  margin: 32px 0 16px;
}

.progress-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), #fff0b8);
}

.progress-label {
  color: var(--muted);
  margin-bottom: 8px;
}

.tracker-note {
  color: var(--soft);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
  align-items: start;
}

.rich-text {
  max-width: 780px;
}

.cards-section {
  padding-top: 40px;
}

.center {
  text-align: center;
}

.narrow {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.feature-card span {
  display: inline-flex;
  color: var(--gold);
  font-weight: 900;
  margin-bottom: 26px;
}

.feature-card p,
.rules-list p,
.faq-list p,
.checkout-note {
  color: var(--muted);
  line-height: 1.6;
}

.manifesto {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.manifesto h2 {
  font-size: clamp(42px, 6vw, 88px);
}

.manifesto p {
  max-width: 780px;
  color: var(--muted);
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
}

.rules-list {
  display: grid;
  gap: 14px;
}

.rules-list div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,0.04);
}

.join {
  padding-top: 40px;
}

.join-card {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(231, 192, 111, 0.20), transparent 42%),
    var(--card);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.price-card {
  background: rgba(0,0,0,0.23);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px 16px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.price-card:hover {
  transform: translateY(-4px);
  border-color: rgba(231, 192, 111, 0.65);
}

.price-card strong {
  display: block;
  font-size: 34px;
  letter-spacing: -0.05em;
}

.price-card span {
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

footer {
  display: flex;
  justify-content: space-between;
  padding: 34px clamp(20px, 6vw, 90px);
  color: var(--soft);
  border-top: 1px solid var(--line);
}

.thank-you-main {
  min-height: 80vh;
}

.thank-you-hero {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.thank-you-hero h1 {
  font-size: clamp(48px, 7vw, 90px);
}

.community-box,
.next-steps,
.share-box {
  margin-top: 24px;
  text-align: left;
}

.next-steps ol {
  color: var(--muted);
  line-height: 2;
  font-size: 18px;
}

.share-box button {
  margin-top: 12px;
}

@media (max-width: 900px) {
  nav a:not(.nav-cta) {
    display: none;
  }

  .hero,
  .countdown-section,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 54px;
  }

  .countdown,
  .cards-grid,
  .price-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-card {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  section {
    padding: 64px 18px;
  }

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

  .countdown,
  .cards-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  footer {
    flex-direction: column;
    gap: 12px;
  }
}


.gift-culture,
.tim-gives,
.about-hero {
  padding-top: 40px;
}

.contribution-section {
  padding-top: 30px;
}

.skills-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: flex-start;
}

.skills-cloud span {
  display: inline-flex;
  padding: 13px 16px;
  border-radius: 999px;
  background: rgba(231, 192, 111, 0.10);
  border: 1px solid rgba(231, 192, 111, 0.24);
  color: var(--text);
  font-weight: 700;
  font-size: 14px;
}

.tim-gives .button {
  margin-top: 14px;
}

.about-hero h1 {
  font-size: clamp(44px, 6vw, 82px);
}

