:root {
  --black: #0b0b0b;
  --black-soft: #11110f;
  --ivory: #f3f0e9;
  --paper: #fbfaf7;
  --ink: #171613;
  --muted: #6f6a61;
  --gold: #ba8630;
  --gold-light: #d9af67;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(23, 22, 19, 0.13);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  background: var(--black);
  color: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--ink);
  transition: top .2s ease;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px clamp(22px, 4vw, 56px);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: background .35s ease, border-color .35s ease, padding .35s ease;
}

.site-header.scrolled {
  padding-top: 17px;
  padding-bottom: 17px;
  background: rgba(11, 11, 11, .84);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.brand {
  font-weight: 600;
}

.nav {
  display: flex;
  gap: clamp(18px, 3vw, 42px);
}

.nav a {
  color: rgba(255,255,255,.68);
  transition: color .2s ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--gold-light);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 130px 24px 100px;
  background:
    radial-gradient(circle at 50% 40%, rgba(186,134,48,.055), transparent 32%),
    var(--black);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 72%, rgba(0,0,0,.36));
}

.hero-glow {
  position: absolute;
  width: 42vw;
  height: 42vw;
  min-width: 420px;
  min-height: 420px;
  border-radius: 50%;
  filter: blur(90px);
  background: rgba(186, 134, 48, .055);
  pointer-events: none;
  animation: drift 12s ease-in-out infinite alternate;
}

.hero-glow-one {
  top: -18vw;
  left: -14vw;
}

.hero-glow-two {
  right: -18vw;
  bottom: -22vw;
  animation-delay: -4s;
}

@keyframes drift {
  from { transform: translate3d(0,0,0) scale(1); }
  to { transform: translate3d(5vw,3vw,0) scale(1.1); }
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(900px, 88vw);
  text-align: center;
}

.hero-logo {
  width: min(620px, 86vw);
  margin: 0 auto clamp(28px, 5vh, 54px);
}

.hero h1 {
  margin: 0;
  font-size: clamp(40px, 5.8vw, 82px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.045em;
}

.hero h1 .hero-line-sub {
  display: block;
}

.hero-copy {
  width: min(670px, 90%);
  margin: 24px auto 0;
  color: rgba(255,255,255,.62);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.65;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.42);
  font-size: 9px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(var(--gold), transparent);
  animation: pulse-line 1.8s ease-in-out infinite;
}

@keyframes pulse-line {
  0%, 100% { opacity: .35; transform: scaleY(.72); transform-origin: top; }
  50% { opacity: 1; transform: scaleY(1); transform-origin: top; }
}

.section {
  padding: clamp(100px, 13vw, 180px) clamp(24px, 6vw, 90px);
}

.section-light {
  background: var(--ivory);
  color: var(--ink);
}

.section-dark {
  background: var(--black-soft);
  color: var(--paper);
}

.section-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(130px, .7fr) minmax(0, 2.4fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: start;
}

.eyebrow {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.eyebrow-gold {
  color: var(--gold-light);
}

.section h2,
.contact h2,
.upcoming h2 {
  margin: 0;
  font-size: clamp(42px, 6.1vw, 84px);
  line-height: .98;
  letter-spacing: -.05em;
  font-weight: 400;
}

.section-grid .lead {
  margin: clamp(34px, 5vw, 58px) 0 18px;
  max-width: 800px;
  font-size: clamp(20px, 2.2vw, 31px);
  line-height: 1.38;
  letter-spacing: -.02em;
}

.section-grid p:not(.lead) {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.values-heading {
  width: min(var(--max), 100%);
  margin: 0 auto clamp(70px, 9vw, 120px);
  display: grid;
  grid-template-columns: minmax(130px, .7fr) minmax(0, 2.4fr);
  gap: clamp(40px, 8vw, 130px);
}

.values-heading h2 {
  color: var(--paper);
}

.values-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-dark);
}

.value-card {
  min-height: 340px;
  padding: 30px 36px 42px 0;
  border-right: 1px solid var(--line-dark);
}

.value-card + .value-card {
  padding-left: 36px;
}

.value-card:last-child {
  border-right: 0;
}

.value-number {
  display: block;
  margin-bottom: 74px;
  color: var(--gold-light);
  font-size: 11px;
  letter-spacing: .18em;
}

.value-card h3 {
  margin: 0 0 20px;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 400;
  letter-spacing: -.035em;
}

.value-card p {
  margin: 0;
  color: rgba(255,255,255,.5);
  font-size: 15px;
  line-height: 1.72;
}

.statement {
  position: relative;
  overflow: hidden;
  background: var(--gold);
  color: #0b0b0b;
  padding: clamp(110px, 15vw, 200px) 24px;
}

.statement::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(11,11,11,.12);
  border-radius: 50%;
  left: -150px;
  top: -160px;
}

.statement-inner {
  position: relative;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.statement p,
.statement strong {
  display: block;
  margin: 0;
  font-size: clamp(38px, 6.5vw, 90px);
  line-height: 1;
  letter-spacing: -.055em;
}

.statement p {
  opacity: .58;
  font-weight: 300;
}

.statement strong {
  margin-top: 8px;
  font-weight: 500;
}

.statement .belonging-line {
  margin-top: clamp(34px, 5vw, 64px);
  padding-top: clamp(24px, 3.5vw, 42px);
  border-top: 1px solid rgba(11,11,11,.18);
  max-width: 900px;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.45;
  letter-spacing: -.02em;
  font-weight: 400;
}

.statement .belonging-line span {
  font-weight: 700;
}

.upcoming-wrap {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.55fr .8fr;
  gap: clamp(60px, 10vw, 160px);
  align-items: end;
}

.upcoming .eyebrow {
  margin-bottom: 28px;
}

.upcoming p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.contact {
  padding: clamp(110px, 15vw, 190px) clamp(24px, 6vw, 90px);
  background: var(--black);
}

.contact-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.contact .eyebrow {
  margin-bottom: 30px;
}

.contact h2 {
  margin-bottom: 50px;
}

.instagram-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  color: rgba(255,255,255,.78);
  font-size: clamp(24px, 3vw, 42px);
  letter-spacing: -.035em;
  transition: color .25s ease, padding .25s ease;
}

.instagram-link:hover,
.instagram-link:focus-visible {
  color: var(--gold-light);
  padding-left: 10px;
  padding-right: 10px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(24px, 6vw, 90px) 32px;
  border-top: 1px solid rgba(255,255,255,.07);
  background: var(--black);
  color: rgba(255,255,255,.35);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s cubic-bezier(.2,.65,.25,1), transform .8s cubic-bezier(.2,.65,.25,1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 780px) {
  .site-header {
    padding: 20px 22px;
  }

  .nav {
    display: none;
  }

  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-logo {
    width: min(560px, 96vw);
  }

  .hero-copy {
    width: 94%;
  }

  .section-grid,
  .values-heading,
  .upcoming-wrap {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .value-card,
  .value-card + .value-card {
    min-height: 0;
    padding: 30px 0 44px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .value-card:last-child {
    border-bottom: 0;
  }

  .value-number {
    margin-bottom: 38px;
  }

  .footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Content additions – v2 */
.section-grid .about-note {
  margin-top: 24px !important;
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
  color: #4f4b44 !important;
}

.upcoming-copy {
  align-self: end;
}

.event-grid {
  width: min(var(--max), 100%);
  margin: clamp(70px, 9vw, 120px) auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.event-card {
  min-height: 290px;
  padding: 34px 44px 38px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.event-card + .event-card {
  padding-left: 44px;
  border-left: 1px solid var(--line-light);
}

.event-time {
  margin-bottom: auto;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.event-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.045em;
}

.event-card p {
  margin: 12px 0 20px;
  color: var(--ink);
  font-size: 16px;
}

.event-detail {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 780px) {
  .event-grid {
    grid-template-columns: 1fr;
  }

  .event-card,
  .event-card + .event-card {
    min-height: 250px;
    padding: 30px 0 34px;
    border-left: 0;
  }

  .event-card + .event-card {
    border-top: 1px solid var(--line-light);
  }
}


/* Content updates – v4 */
.hero h1 {
  max-width: 900px;
}

.upcoming-wrap {
  align-items: center;
}

.upcoming-intro {
  align-self: start;
}

.upcoming-visual {
  position: relative;
  margin: 0;
  justify-self: end;
  width: min(100%, 520px);
}

.upcoming-visual::before {
  content: "";
  position: absolute;
  inset: -20px -24px 22px 28px;
  background: radial-gradient(circle at 30% 30%, rgba(186, 134, 48, .26), rgba(186, 134, 48, .06) 55%, transparent 74%);
  filter: blur(18px);
  z-index: 0;
}

.upcoming-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 30px 65px rgba(0,0,0,.14);
  opacity: .97;
  border: 1px solid rgba(23,22,19,.08);
  mix-blend-mode: multiply;
}

.upcoming-center-copy {
  width: min(760px, 100%);
  max-width: 430px;
  margin: clamp(52px, 6vw, 72px) 0 0;
  margin-left: calc(50% - 215px);
  text-align: center;
  color: #534e46;
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.45;
  letter-spacing: -.02em;
}

@media (max-width: 780px) {
  .upcoming-visual {
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .upcoming-visual::before {
    inset: -12px -10px 14px 14px;
    filter: blur(14px);
  }

  .upcoming-center-copy {
    max-width: 100%;
    margin: 28px 0 0;
    margin-left: 0;
    text-align: left;
  }
}


/* Fine-tuning – v5 */
.upcoming-wrap {
  grid-template-columns: 1.35fr .95fr;
  gap: clamp(50px, 7vw, 120px);
}

.upcoming-visual {
  align-self: end;
}


/* Legal / privacy page – v7 */
.footer-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
}

.footer a {
  color: rgba(255,255,255,.48);
  transition: color .2s ease;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--gold-light);
}

.legal-page {
  background: var(--ivory);
}

.legal-hero {
  min-height: 46svh;
  display: flex;
  align-items: flex-end;
  padding: 150px clamp(24px, 6vw, 90px) clamp(70px, 8vw, 110px);
  background:
    radial-gradient(circle at 72% 24%, rgba(186,134,48,.09), transparent 32%),
    var(--black);
  color: var(--paper);
}

.legal-hero-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.legal-hero .eyebrow {
  margin-bottom: 24px;
}

.legal-hero h1 {
  margin: 0;
  font-size: clamp(58px, 8vw, 112px);
  line-height: .92;
  letter-spacing: -.055em;
  font-weight: 400;
}

.legal-hero p {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.55);
  font-size: 16px;
  line-height: 1.7;
}

.legal-content {
  padding: clamp(80px, 10vw, 130px) clamp(24px, 6vw, 90px);
  background: var(--ivory);
  color: var(--ink);
}

.legal-wrap {
  width: min(820px, 100%);
  margin: 0 auto;
}

.legal-updated {
  margin: 0 0 64px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.legal-wrap section {
  padding: 0 0 44px;
  margin: 0 0 44px;
  border-bottom: 1px solid var(--line-light);
}

.legal-wrap h2 {
  margin: 0 0 18px;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.15;
  letter-spacing: -.035em;
  font-weight: 400;
}

.legal-wrap p,
.legal-wrap address {
  margin: 0;
  color: #5a554d;
  font-size: 16px;
  line-height: 1.78;
  font-style: normal;
}

.legal-wrap p + p {
  margin-top: 16px;
}

.legal-wrap address {
  margin-top: 18px;
}

.legal-wrap a {
  color: #8f611c;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-back {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
}

@media (max-width: 780px) {
  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .legal-hero {
    min-height: 40svh;
    padding-top: 120px;
  }
}
