:root {
  color-scheme: dark;
  --ink: #090909;
  --paper: #f3efe6;
  --muted: #a9a39a;
  --line: rgba(243, 239, 230, .16);
  --line-strong: rgba(243, 239, 230, .34);
  --lime: #d7f06b;
  --violet: #9b6cff;
  --max: 1240px;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--ink);
  color: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; }
.site-shell { overflow: hidden; }
.section-wrap, .site-header { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 34px; height: 34px; fill: none; stroke: var(--lime); stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.brand-name { color: var(--paper); font-size: 12px; font-weight: 800; letter-spacing: .2em; white-space: nowrap; }
.brand-name em { color: var(--lime); font-style: normal; font-weight: 500; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.site-nav a:not(.nav-cta) { color: var(--muted); transition: color .2s ease; }
.site-nav a:not(.nav-cta):hover, .footer-links a:hover { color: var(--paper); }
.nav-cta { border: 1px solid var(--line-strong); padding: 12px 16px; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.nav-cta:hover { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.menu-toggle { display: none; background: none; border: 0; color: var(--paper); cursor: pointer; padding: 10px 0 10px 10px; }
.menu-toggle span { display: block; width: 24px; height: 1px; background: var(--paper); margin: 6px 0; }
.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .78fr); align-items: center; gap: 8%; padding-top: 74px; padding-bottom: 88px; }
.kicker, .section-label { display: flex; align-items: center; gap: 12px; color: var(--lime); font-size: 10px; letter-spacing: .19em; text-transform: uppercase; }
.kicker { margin: 0 0 29px; }
.kicker-line { width: 34px; height: 1px; background: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 28px; font-size: clamp(57px, 8.1vw, 112px); line-height: .87; letter-spacing: -.075em; font-weight: 700; }
h1 > span:last-of-type { color: var(--lime); }
.hero-intro { max-width: 395px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 39px; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 19px; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 700; }
.button-primary { background: var(--lime); color: var(--ink); transition: transform .2s ease, background .2s ease; }
.button-primary:hover { background: #e5fb83; transform: translateY(-2px); }
.arrow { font-size: 17px; line-height: 0; margin-left: 13px; font-weight: 400; }
.text-link { display: inline-flex; align-items: center; color: var(--paper); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid var(--line-strong); padding-bottom: 8px; transition: color .2s ease, border-color .2s ease; }
.text-link:hover { color: var(--lime); border-color: var(--lime); }
.hero-art { min-height: 475px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; transform: rotate(-25deg); }
.orbit-one { width: 94%; height: 62%; }
.orbit-two { width: 72%; height: 94%; border-color: rgba(155,108,255,.28); }
.lotus-glow { width: 280px; height: 280px; position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(155,108,255,.33), rgba(155,108,255,.07) 43%, transparent 70%); filter: blur(8px); }
.hero-lotus { width: min(78%, 410px); position: relative; z-index: 1; overflow: visible; }
.petal { fill: none; stroke: var(--paper); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.petal-back { stroke: var(--violet); }
.petal-front { stroke: var(--lime); }
.stem { fill: none; stroke: var(--lime); stroke-width: 2.2; stroke-linecap: round; }
.art-caption { position: absolute; z-index: 2; bottom: 9%; right: 1%; color: var(--muted); text-align: right; font-size: 10px; letter-spacing: .18em; line-height: 1.7; text-transform: uppercase; }
.statement { border-top: 1px solid var(--line); padding-top: 25px; padding-bottom: 152px; }
.section-label { color: var(--muted); }
.section-label > span:first-child { color: var(--lime); }
.label-rule { height: 1px; width: 42px; background: var(--line-strong); }
.statement-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9%; margin-top: 55px; }
h2 { font-size: clamp(39px, 5.4vw, 76px); line-height: .98; letter-spacing: -.065em; font-weight: 700; margin-bottom: 0; }
h2 i { color: var(--lime); font-style: normal; }
.statement-body { align-self: end; padding-bottom: 5px; }
.statement-body p { max-width: 350px; margin-bottom: 31px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.live-section { border-top: 1px solid var(--line); padding-top: 25px; padding-bottom: 145px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin: 0 0 43px; }
.section-heading h2 { margin-top: 35px; }
.event-list { border-top: 1px solid var(--line); }
.event-card { display: grid; grid-template-columns: 105px 1fr 50px; align-items: center; min-height: 135px; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease; }
.event-card:hover { background: rgba(243,239,230,.045); padding-inline: 18px; }
.featured-event { border-left: 2px solid var(--lime); }
.event-date { display: flex; flex-direction: column; gap: 2px; color: var(--lime); }
.event-date strong { font-size: 42px; line-height: 1; letter-spacing: -.06em; }
.event-date span, .event-type { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.event-info h3 { margin: 6px 0 7px; font-size: 21px; font-weight: 500; letter-spacing: -.02em; }
.event-type { color: var(--violet); margin: 0; }
.event-info > p:last-child { color: var(--muted); margin: 0; font-size: 13px; }
.event-arrow { color: var(--lime); font-size: 27px; text-align: right; transition: transform .2s ease; }
.event-card:hover .event-arrow { transform: translate(4px, -4px); }
.contact-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9%; padding-top: 27px; padding-bottom: 122px; border-top: 1px solid var(--line); }
.contact-copy h2 { margin-top: 52px; }
.contact-email { display: inline-block; margin-top: 40px; color: var(--lime); font-size: 14px; border-bottom: 1px solid rgba(215,240,107,.5); padding-bottom: 8px; }
.newsletter { align-self: end; padding-bottom: 5px; }
.newsletter label { display: block; margin-bottom: 15px; color: var(--paper); font-size: 13px; }
.input-row { display: flex; border-bottom: 1px solid var(--line-strong); }
.input-row input { min-width: 0; flex: 1; padding: 13px 0; background: transparent; border: 0; color: var(--paper); outline: 0; font-size: 14px; }
.input-row input::placeholder { color: #77736d; }
.input-row .button { flex: 0 0 auto; min-height: 41px; margin-bottom: 4px; }
.form-note, .form-status { color: var(--muted); font-size: 11px; line-height: 1.5; }
.form-note { margin: 13px 0 0; }
.form-status { min-height: 17px; margin: 8px 0 0; color: var(--lime); }
.site-footer { min-height: 100px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; }
.footer-brand .brand-mark { width: 27px; height: 27px; }
.footer-brand .brand-name { font-size: 10px; }
.site-footer > p { margin: 0; }
.footer-links { display: flex; gap: 24px; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }
.footer-links a { transition: color .2s ease; }
@media (max-width: 760px) {
  .section-wrap, .site-header { width: min(var(--max), calc(100% - 36px)); }
  .site-header { min-height: 76px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 19px; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); background: rgba(9,9,9,.97); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 15px 4px; }
  .site-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: auto; display: flex; flex-direction: column; align-items: stretch; gap: 30px; padding-top: 70px; padding-bottom: 100px; }
  h1 { font-size: clamp(52px, 16vw, 90px); }
  .hero-intro { font-size: 15px; max-width: 300px; }
  .hero-art { min-height: 370px; margin-top: 5px; }
  .hero-lotus { width: min(90%, 350px); }
  .art-caption { right: 3%; bottom: 3%; }
  .statement { padding-bottom: 105px; }
  .statement-grid, .contact-section { display: block; }
  .statement-grid { margin-top: 42px; }
  .statement-body { margin-top: 34px; }
  .live-section { padding-bottom: 105px; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 34px; }
  .section-heading h2 { margin-top: 27px; }
  .desktop-link { margin-top: 2px; }
  .event-card { grid-template-columns: 70px 1fr 27px; min-height: 142px; }
  .event-card:hover { padding-inline: 8px; }
  .event-date strong { font-size: 33px; }
  .event-info h3 { font-size: 17px; }
  .event-info > p:last-child { font-size: 12px; padding-right: 10px; }
  .event-arrow { font-size: 21px; }
  .contact-section { padding-bottom: 98px; }
  .contact-copy h2 { margin-top: 42px; }
  .newsletter { margin-top: 52px; }
  .site-footer { min-height: 155px; padding-block: 30px; flex-wrap: wrap; align-content: center; }
  .site-footer > p { order: 3; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}