/* ========================================================================== 
   DESIGN SETTINGS
   Change these values to adjust the main colors, fonts, and corner style.
   ========================================================================== */

:root {
  --accent: #f15a3a;
  --accent-dark: #d8482d;
  --page: #f4f0e7;
  --ink: #22231f;
  --hero-ink: #fffaf0;
  --heading: #22231f;
  --muted: #65665f;
  --dark: #20211e;
  --line: rgba(34,35,31,.18);
  --radius: 1.1rem;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
  --toolbar-height: 46px;
}

/* Basic page setup and accessibility helpers */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  background: #d9d7d0;
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.55;
}

button, input, select {
  font: inherit;
}

button, a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 999;
  background: #fff;
  padding: .8rem 1rem;
  border-radius: .5rem;
}

.skip-link:focus {
  top: .5rem;
}

/* Sales-demo preview toolbar */

.preview-toolbar {
  height: var(--toolbar-height);
  background: #171816;
  color: #fff;
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  gap: 1rem;
  font-size: .75rem;
}

.preview-brand {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-right: auto;
}

.preview-brand span:last-child {
  color: #92958e;
}

.preview-dot {
  width: .5rem;
  height: .5rem;
  background: var(--accent);
  border-radius: 50%;
}

.viewport-controls {
  display: flex;
  background: #2b2c29;
  padding: .2rem;
  border-radius: .45rem;
}

.viewport-controls button, .options-trigger {
  color: #c5c7c0;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: .35rem .7rem;
  border-radius: .3rem;
}

.viewport-controls button.is-active {
  background: #484a45;
  color: #fff;
}

.options-trigger {
  color: #fff;
  border-left: 1px solid #3a3c37;
  border-radius: 0;
}

/* Website preview frame */

.site-preview {
  position: relative;
  max-width: 1600px;
  margin: var(--toolbar-height) auto 0;
  background: var(--page);
  overflow: hidden;
  transition: max-width .4s ease, box-shadow .4s ease;
  container-name: event-preview;
  container-type: inline-size;
  --phone-gutter: 14px;
  --phone-gap: 16px;
  --phone-card-radius: var(--radius);
}

.site-preview.preview-tablet {
  max-width: 820px;
  box-shadow: 0 0 50px rgba(0,0,0,.22);
}

.site-preview.preview-mobile {
  max-width: 390px;
  box-shadow: 0 0 50px rgba(0,0,0,.3);
}

/* Announcement bar and event navigation */

.announcement {
  min-height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .7rem;
  background: var(--accent);
  color: #fff;
  font-size: .72rem;
  letter-spacing: .04em;
}

.announcement p {
  margin: 0;
}

.announcement a {
  font-weight: 700;
}

.announcement > span {
  font-size: .45rem;
}

.site-header {
  height: 82px;
  background: var(--page);
  display: flex;
  align-items: center;
  padding: 0 4.5vw;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  text-decoration: none;
  font-family: var(--display);
}

.wordmark > span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
}

.wordmark strong {
  font-size: 1.05rem;
  letter-spacing: -.04em;
}

.desktop-nav {
  margin: auto;
  display: flex;
  gap: 2.2rem;
}

.desktop-nav a {
  text-decoration: none;
  font-size: .78rem;
  font-weight: 600;
}

.desktop-nav a:hover {
  color: var(--accent);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  border: 0;
  padding: 1rem 1.3rem;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .7rem;
  font-weight: 800;
  cursor: pointer;
  border-radius: calc(var(--radius) * .45);
  transition: transform .2s, background .2s;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--accent-dark);
}

.button-small {
  padding: .72rem 1rem;
}

.button-light {
  background: var(--hero-ink);
  color: var(--dark);
}

.button-light:hover {
  color: #fff;
}

.button-dark {
  background: var(--dark);
  color: #fff;
}

.menu-toggle, .mobile-menu {
  display: none;
}

/* Main event hero */

.hero {
  min-height: 690px;
  background: #273f38;
  color: var(--hero-ink);
  position: relative;
  display: flex;
  padding: 7.5rem 7vw 3rem;
  overflow: hidden;
}

.hero-art {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 77% 42%, rgba(255,217,138,.13), transparent 24%), linear-gradient(110deg, transparent 45%, rgba(0,0,0,.12));
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
}

.orbit-one {
  width: 510px;
  height: 510px;
  right: 4%;
  top: 6%;
}

.orbit-two {
  width: 290px;
  height: 290px;
  right: 11%;
  top: 22%;
}

.hero-bloom {
  position: absolute;
  border-radius: 50% 4% 50% 8%;
  filter: blur(1px);
  transform: rotate(28deg);
}

.bloom-one {
  width: 220px;
  height: 390px;
  right: 15%;
  top: 19%;
  background: linear-gradient(145deg, #f4825d, #c73828);
  box-shadow: -45px 55px 0 #eab853;
}

.bloom-two {
  width: 135px;
  height: 280px;
  right: 4%;
  top: 33%;
  background: #d4a63f;
  transform: rotate(-34deg);
  opacity: .9;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 62%;
}

.hero-kicker, .eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 700;
  font-size: .68rem;
}

.hero-kicker {
  margin: 1.2rem 0 1.8rem;
}

.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(5rem, 9.4vw, 9.5rem);
  letter-spacing: -.08em;
  line-height: .78;
}

.hero h1 span {
  color: #f0ae42;
}

.hero-tagline {
  font-size: clamp(1.4rem, 2.2vw, 2.1rem);
  line-height: 1.16;
  margin: 2.5rem 0 2rem;
  font-weight: 500;
  letter-spacing: -.03em;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.text-button {
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: .8rem;
}

.play {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  margin-right: .4rem;
  font-size: .55rem;
}

.event-stamp {
  position: absolute;
  right: 8vw;
  top: 4rem;
  z-index: 2;
  width: 105px;
  height: 135px;
  border: 1px solid rgba(255,255,255,.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(4deg);
  background: rgba(19,36,31,.35);
}

.event-stamp span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  line-height: .9;
  position: absolute;
  left: -23px;
  top: 15px;
  color: #f0ae42;
  transform: rotate(-8deg);
}

.event-stamp strong {
  font-size: 3rem;
  line-height: 1;
}

.event-stamp em {
  font-style: normal;
  letter-spacing: .2em;
  font-size: .62rem;
}

.hero-meta {
  position: absolute;
  bottom: 2rem;
  right: 5vw;
  z-index: 2;
  display: flex;
  gap: 3rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.25);
  width: 44%;
}

.hero-meta > div {
  display: flex;
  flex-direction: column;
  min-width: 44%;
}

.hero-meta small {
  color: rgba(255,255,255,.6);
  margin: .65rem 0 .3rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .56rem;
}

.hero-meta strong {
  font-size: .8rem;
}

.hero-meta span:not(.demo-label) {
  font-size: .75rem;
  color: rgba(255,255,255,.72);
}

.hero-image-label {
  position: absolute;
  right: 18%;
  top: 52%;
  z-index: 5;
}

.demo-label {
  display: table;
  width: fit-content;
  background: #fff;
  color: #333;
  border: 1px solid rgba(0,0,0,.13);
  box-shadow: 0 3px 13px rgba(0,0,0,.12);
  padding: .32rem .48rem;
  border-radius: .3rem;
  font-size: .55rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 800;
  margin-bottom: .65rem;
}

.demo-label::before {
  content: "↳ ";
  color: var(--accent);
}

.demo-label.light {
  background: rgba(255,255,255,.93);
  color: #292a27;
}

/* Live event countdown */

.countdown-section {
  padding: 2.4rem 5vw;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: #efe9dd;
}

.countdown-section h2 {
  font: 700 1.4rem var(--display);
  margin: .4rem 0 0;
}

.countdown {
  display: flex;
  margin: 0 auto;
}

.countdown > div {
  min-width: 90px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.countdown > div:last-child {
  border: 0;
}

.countdown strong {
  display: block;
  font: 700 2.25rem var(--display);
  letter-spacing: -.06em;
}

.countdown span {
  font-size: .6rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--muted);
}

.circle-link {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid var(--ink);
  border-radius: 50%;
  text-decoration: none;
}

/* Shared section headings and event overview */

.section {
  padding: 8rem 7vw;
}

.section-intro {
  display: grid;
  grid-template-columns: 24% 1fr;
  margin-bottom: 4.5rem;
}

.section-number {
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .62rem;
  font-weight: 700;
  color: var(--muted);
}

.section h2, .final-cta h2 {
  color: var(--heading);
  font: 700 clamp(3.1rem, 6vw, 6.2rem)/.98 var(--display);
  letter-spacing: -.07em;
  margin: .7rem 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 12%;
  margin-left: 24%;
}

.lead {
  font: 500 clamp(1.4rem, 2.3vw, 2.2rem)/1.35 var(--display);
  letter-spacing: -.04em;
  margin: 0;
}

.about-grid > div p {
  color: var(--muted);
  margin-top: .3rem;
}

.underlined {
  display: inline-block;
  margin-top: 1.4rem;
  text-transform: uppercase;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-underline-offset: .4rem;
}

.highlights {
  margin-top: 6rem;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

.highlight {
  padding: 2.2rem 0;
  border-right: 1px solid var(--line);
  text-align: center;
}

.highlight:last-child {
  border: 0;
}

.highlight strong {
  font: 700 3.3rem var(--display);
  display: block;
  color: var(--accent);
}

.highlight span {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

/* Event schedule */

.dark-section {
  background: var(--dark);
  color: #f7f1e7;
}

.dark-section .section-number {
  color: #aaa99f;
}

.dark-section h2 {
  color: #f7f1e7;
}

.schedule-list {
  margin-left: 24%;
  border-top: 1px solid rgba(255,255,255,.2);
}

.schedule-row {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 1.45rem 0;
  border-bottom: 1px solid rgba(255,255,255,.17);
}

.schedule-time {
  color: #e6aa42;
  font-weight: 700;
}

.schedule-row h3 {
  margin: 0;
  font: 600 1.25rem var(--display);
}

.schedule-row p {
  margin: .2rem 0 0;
  color: #aaa99f;
  font-size: .78rem;
}

.schedule-type {
  border: 1px solid rgba(255,255,255,.25);
  padding: .35rem .6rem;
  border-radius: 2rem;
  font-size: .58rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.schedule-note {
  margin: 2rem 0 0 24%;
  color: #aaa99f;
  font-size: .75rem;
}

.schedule-note button {
  border: 0;
  color: #fff;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
}

/* Speakers, hosts, or performers */

.speaker-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.speaker-card {
  position: relative;
}

.speaker-portrait {
  aspect-ratio: 4/5;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #d7d0c3;
  border-radius: var(--radius);
  position: relative;
}

.speaker-portrait::before, .speaker-portrait::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.speaker-portrait::before {
  width: 52%;
  aspect-ratio: 1;
  background: var(--speaker);
  top: 15%;
}

.speaker-portrait::after {
  width: 80%;
  height: 50%;
  background: var(--speaker);
  bottom: -15%;
  border-radius: 50% 50% 10% 10%;
  filter: brightness(.75);
}

.speaker-portrait span {
  z-index: 2;
  font: 800 3.8rem var(--display);
  color: #fff;
  text-shadow: 0 2px 20px rgba(0,0,0,.15);
}

.speaker-card h3 {
  margin: 1rem 0 .1rem;
  font: 700 1.2rem var(--display);
}

.speaker-card p {
  margin: 0;
  color: var(--muted);
  font-size: .75rem;
}

.speaker-card .speaker-index {
  position: absolute;
  right: .6rem;
  bottom: .2rem;
  font-size: .65rem;
}

/* Venue and directions */

.venue {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  padding: 0;
  background: #e4ddd0;
  min-height: 650px;
}

.venue-visual {
  background: #dca847;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.map-lines {
  position: absolute;
  inset: -20%;
  transform: rotate(-12deg);
  background:
    repeating-linear-gradient(
      35deg,
      transparent 0 70px,
      rgba(255, 255, 255, .25) 72px 76px,
      transparent 78px 135px
    ),
    repeating-linear-gradient(
      120deg,
      transparent 0 100px,
      rgba(255, 255, 255, .2) 102px 106px,
      transparent 108px 180px
    );
}

.map-pin {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--accent);
  color: #fff;
  font: 800 1.7rem var(--display);
  box-shadow: 0 12px 40px rgba(0,0,0,.2);
}

.map-pin::first-letter {
  transform: rotate(45deg);
}

.venue-visual p {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .6rem;
}

.venue-copy {
  padding: 7rem 8vw;
}

.venue-copy h2 {
  font-size: clamp(3.2rem, 6vw, 5.7rem);
}

.venue-copy > p {
  color: var(--muted);
  max-width: 440px;
}

.venue-copy #venue-address {
  font: 600 1.2rem/1.5 var(--display);
  color: var(--ink);
}

.venue-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.center-heading {
  text-align: center;
}

.center-heading > * {
  margin-left: auto;
  margin-right: auto;
}

.sponsor-grid {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  border: 1px solid var(--line);
}

.sponsor {
  min-height: 115px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
  font: 700 1rem var(--display);
  letter-spacing: -.04em;
}

.sponsor:last-child {
  border: 0;
}

/* Frequently asked questions */

.faq-list {
  margin-left: 24%;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  width: 100%;
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: 600 1.15rem var(--display);
  color: var(--ink);
}

.faq-question span {
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  transition: transform .25s;
}

.faq-question[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.faq-answer {
  max-width: 700px;
  color: var(--muted);
  padding: 0 3rem 1.5rem 0;
}

.faq-answer p {
  margin: 0;
}

/* Final ticket call to action */

.final-cta {
  background: var(--accent);
  color: #fff;
  padding: 6rem 7vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.final-cta h2 {
  color: #fff;
  font-size: clamp(3rem, 5vw, 5.4rem);
}

.final-cta .eyebrow {
  color: #592015;
}

.cta-actions {
  text-align: center;
  min-width: 210px;
}

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

.cta-actions p {
  font-size: .72rem;
}

.cta-actions p a {
  font-weight: 700;
}

/* Contact details and footer */

footer {
  background: #181916;
  color: #f3eee4;
  padding: 4rem 7vw 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  position: relative;
}

.footer-brand p {
  color: #8f9189;
}

.footer-brand .wordmark > span {
  background: var(--accent);
}

footer small {
  display: block;
  color: #898b84;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .55rem;
  margin-bottom: .9rem;
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.social-links a, .share-links button {
  color: #fff;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
  font-size: .78rem;
}

.share-links {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.copyright {
  grid-column: 1/-1;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 1.5rem;
  margin-top: 2rem;
  color: #777972;
  font-size: .65rem;
}

/* Temporary design-options panel */

.options-panel {
  position: fixed;
  right: 0;
  top: var(--toolbar-height);
  bottom: 0;
  width: min(410px, 92vw);
  z-index: 120;
  background: #fff;
  padding: 2rem;
  overflow-y: auto;
  transform: translateX(102%);
  transition: transform .3s ease;
  box-shadow: -15px 0 40px rgba(0,0,0,.18);
}

.options-panel.is-open {
  transform: none;
}

.preview-options-toggle:checked ~ .options-panel {
  transform: none;
}

.options-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.options-heading h2 {
  font: 700 1.8rem var(--display);
  margin: .3rem 0;
}

.options-panel > p {
  color: #686a63;
  font-size: .8rem;
}

.icon-button {
  border: 0;
  background: #efeee9;
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  cursor: pointer;
  font-size: 1.3rem;
}

.included-note {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: #eef2eb;
  border-left: 3px solid #3f665a;
  margin: 1.5rem 0;
  font-size: .75rem;
}

.included-note span {
  color: #65665f;
  margin-top: .25rem;
}

.color-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem;
}

.color-grid label, .select-label {
  border: 1px solid #dddcd6;
  border-radius: .5rem;
  padding: .7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .7rem;
  font-weight: 600;
}

.color-grid input {
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  padding: 0;
}

.select-label {
  margin-top: .7rem;
  flex-direction: column;
  align-items: stretch;
  gap: .5rem;
}

.select-label select {
  border: 0;
  background: #f3f2ee;
  padding: .65rem;
}

.reset-options {
  width: 100%;
  margin-top: 1.2rem;
}

.panel-backdrop {
  position: fixed;
  inset: var(--toolbar-height) 0 0;
  background: rgba(0,0,0,.35);
  z-index: 110;
}

.registration-modal {
  position: fixed;
  inset: 0;
  background: rgba(20,21,18,.7);
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.registration-modal[hidden] {
  display: none;
}

.modal-card {
  background: var(--page);
  width: min(540px, 100%);
  border-radius: var(--radius);
  padding: 2.5rem;
  position: relative;
}

.modal-card h2 {
  font: 700 2.2rem/1.05 var(--display);
  letter-spacing: -.05em;
}

.modal-card > p {
  color: var(--muted);
}

.modal-close.icon-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.ticket-choice {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: .8rem 0;
  font-size: .8rem;
}

.ticket-choice:last-child {
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.2rem;
}

body.typography-editorial {
  --display: "Playfair Display", serif;
}

body.typography-clean {
  --display: "DM Sans", sans-serif;
}

body.corners-square {
  --radius: 0rem;
}

body.corners-round {
  --radius: 2.5rem;
}

/* Respect visitors who prefer less animation. */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }

}
