:root {
  --paper: #fff8f2;
  --ink: #4c1930;
  --muted: #795563;
  --pink: #f36186;
  --blush: #fbe5e8;
  --line: #e7ced2;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
::selection { color: var(--ink); background: #fac5d2; }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid #ad2658; outline-offset: 6px; }
img, svg { display: block; max-width: 100%; }
p { margin: 0 0 20px; }
.shell { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.section { padding-block: 112px; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .16em; line-height: 1.7; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; border: 1px solid var(--ink); border-radius: 3px; padding: 17px 25px; color: var(--paper); background: var(--ink); font-size: 14px; font-weight: 600; transition: background .2s, transform .2s; }
.button:hover { background: #722846; transform: translateY(-2px); }
.button-small { min-height: 45px; padding: 12px 18px; font-size: 12px; gap: 22px; }
.button-outline { background: transparent; color: var(--ink); }
.button-outline:hover { background: var(--blush); }
.skip-link { position: fixed; top: -100px; left: 20px; background: var(--ink); color: white; padding: 16px; z-index: 20; }
.skip-link:focus { top: 10px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,248,242,.97); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 99px; gap: 30px; }
.brand { width: 112px; flex-shrink: 0; }
.brand svg { width: 112px; height: 70px; }
.header-inner nav { display: flex; align-items: center; gap: 36px; font-size: 12px; }
.header-inner nav a { padding-block: 12px; }
.header-inner nav a:hover { text-decoration: underline; text-underline-offset: 6px; }
.hero { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 55px; padding-block: 55px 64px; }
.hero-copy { padding-block: 25px; }
.hero-copy > .eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; }
.tiny-star { font-size: 21px; line-height: 1; font-weight: 400; }
h1 { position: relative; margin: 0 0 26px; font: 400 clamp(68px, 6.9vw, 100px)/1.02 var(--serif); letter-spacing: -.065em; }
h1 em { font-weight: 400; white-space: nowrap; }
.title-star { position: absolute; top: 6px; right: 14px; color: #b5756b; font-size: 60px; }
.hero-tagline { display: flex; align-items: center; gap: 12px; font-size: 16px; margin-bottom: 17px; }
.hero-tagline span { font-size: 13px; color: #a8616e; }
.hero-description { color: var(--muted); font-size: 15px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-block: 30px 33px; }
.hero-price { font: 27px var(--serif); white-space: nowrap; }
.hero-price > span { font: 12px var(--sans); color: var(--muted); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 9px 17px; font-size: 11px; color: var(--muted); }
.hero-meta > span + span { border-left: 1px solid #c7a5ad; padding-left: 17px; }
.hero-visual { position: relative; padding-top: 22px; width: 100%; max-width: 485px; justify-self: end; }
.orbit-label { position: absolute; z-index: 2; top: 0; right: 15px; display: flex; gap: 8px; align-items: center; font-size: 9px; letter-spacing: .16em; transform: rotate(7deg); }
.orbit-label .tiny-star { color: #ac6b59; }
.artwork-window { position: relative; width: 100%; aspect-ratio: 2862 / 3456; border-radius: 48% 48% 10px 10px; overflow: hidden; background: var(--pink); }
.artwork-window img { position: absolute; top: 0; right: 0; max-width: none; width: 241.51%; height: auto; }
.date-seal { position: absolute; top: 61%; left: -38px; width: 108px; height: 108px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; color: var(--ink); background: #f9e8b8; border: 1px solid #ad7d59; outline: 5px solid #f9e8b8; transform: rotate(-12deg); }
.date-seal span { font-size: 8px; letter-spacing: .13em; }
.date-seal strong { font: 34px var(--serif); }
.visual-caption { margin: 15px 0 0; text-align: right; font: italic 15px var(--serif); color: var(--muted); }
.mood-strip { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--blush); }
.mood-strip > div { display: flex; align-items: center; justify-content: space-around; gap: 30px; width: min(1240px, calc(100% - 80px)); margin: auto; padding-block: 23px; white-space: nowrap; font: italic 27px var(--serif); }
.mood-strip span[aria-hidden] { font-style: normal; font-size: 32px; }
h2 { margin: 0 0 25px; font: 400 clamp(40px, 4.2vw, 60px)/1.13 var(--serif); letter-spacing: -.045em; }
h2 em { font-weight: 400; }
.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 100px; }
.section-heading .eyebrow { margin-bottom: 25px; }
.about-copy { position: relative; padding-top: 39px; font-size: 15px; line-height: 1.85; color: var(--muted); }
.about-copy .lead { color: var(--ink); font-size: 18px; margin-bottom: 13px; }
.section-star { position: absolute; right: 3px; top: -16px; color: #af765d; font: 48px var(--serif); }
.themes { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); gap: 52px; padding-top: 37px; }
.themes article { position: relative; border-top: 1px solid var(--line); padding-top: 32px; }
.theme-number { color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.theme-symbol { position: absolute; right: 0; top: 21px; font: 40px var(--serif); color: #ad4b69; }
.theme-symbol.heart { font-size: 43px; }
.themes h3 { margin: 27px 0 12px; font: 25px var(--serif); letter-spacing: -.02em; }
.themes p { color: var(--muted); line-height: 1.85; font-size: 14px; margin-bottom: 0; max-width: 310px; }
.ticket-section { background: var(--ink); color: var(--paper); padding-block: 86px; overflow: hidden; }
.ticket-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; }
.ticket-intro { position: relative; padding-block: 20px 45px; }
.ticket-intro .eyebrow { color: #f5b5c5; margin-bottom: 28px; }
.ticket-intro h2 { font-size: clamp(44px, 4.7vw, 65px); }
.ticket-intro > p:not(.eyebrow) { font-size: 15px; line-height: 1.9; color: #ebcdd4; }
.calendar-link { display: inline-flex; gap: 30px; border-bottom: 1px solid #b68896; padding-block: 12px; font-size: 13px; margin-top: 8px; }
.calendar-link:hover { color: #fac8d6; }
.ticket-sparkle { position: absolute; bottom: -18px; right: 15px; font: 115px/1 var(--serif); color: #d6a985; transform: rotate(12deg); }
.ticket-card { position: relative; background: var(--paper); color: var(--ink); border-radius: 9px; padding: 30px 36px 25px; max-width: 455px; width: 100%; justify-self: end; transform: rotate(2deg); }
.ticket-card-top { display: flex; align-items: center; justify-content: space-between; }
.ticket-card-top .eyebrow { font-size: 10px; }
.ticket-card-top .tiny-star { color: #a05b68; }
.ticket-card h3 { margin: 22px 0 17px; font: 28px var(--serif); letter-spacing: -.035em; }
.ticket-price { display: flex; align-items: center; gap: 22px; margin-bottom: 22px; }
.ticket-price strong { font: 77px/.98 var(--serif); letter-spacing: -.06em; }
.ticket-price strong > span { font-size: 43px; padding-left: 5px; }
.ticket-price > span { font-size: 11px; color: var(--muted); line-height: 1.7; }
.ticket-includes { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; font-size: 13px; }
.ticket-includes li { display: flex; align-items: baseline; gap: 10px; }
.ticket-includes li > span { color: #9b4261; }
.ticket-perforation { position: relative; margin: 27px -36px 24px; border-top: 1px dashed #caa4ad; }
.ticket-perforation::before, .ticket-perforation::after { content: ''; position: absolute; width: 22px; height: 22px; border-radius: 50%; top: -11px; background: var(--ink); }
.ticket-perforation::before { left: -11px; }
.ticket-perforation::after { right: -11px; }
.ticket-purchase { text-align: center; }
.ticket-purchase p { font-size: 11px; line-height: 1.6; margin: 10px 0 0; color: var(--muted); }
.ticket-note { font-size: 10px; line-height: 1.65; text-align: center; color: var(--muted); margin: 15px 8px 0; }
.ticket-buy { width: 100%; gap: 10px; }
.robexa-logo { object-fit: contain; flex-shrink: 0; }
.inline-logo { display: inline-block; vertical-align: -.2em; }
.app-brand { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.venue-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.venue-date { border: 1px solid var(--line); min-height: 422px; padding: 34px; background: #faede5; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.venue-date > .eyebrow { margin-bottom: 28px; color: var(--muted); }
.calendar-art { width: 225px; padding: 19px 25px 22px; border: 1px solid #c48292; background: var(--paper); text-align: center; transform: rotate(-7deg); box-shadow: 9px 10px 0 #e5b2be; }
.calendar-art > span { display: block; border-bottom: 1px solid var(--line); font-size: 12px; letter-spacing: .22em; padding-bottom: 15px; }
.calendar-art strong { display: block; font: 114px/1.17 var(--serif); letter-spacing: -.08em; margin-left: -8px; }
.calendar-art > div { display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .12em; }
.date-caption { margin: 35px 0 0; font: italic 16px var(--serif); }
.date-caption > span { margin-left: 10px; font-size: 22px; vertical-align: middle; }
.venue-copy .eyebrow { margin-bottom: 24px; }
.venue-copy h2 { margin-bottom: 20px; }
address { font-style: normal; font-size: 15px; color: var(--muted); }
.venue-time { display: flex; align-items: center; gap: 14px; padding-block: 28px; }
.venue-time > div { display: flex; flex-direction: column; gap: 8px; }
.venue-time strong { font-size: 13px; font-weight: 600; }
.venue-time span:not(.time-icon) { font-size: 12px; color: var(--muted); }
.time-icon { position: relative; display: block; width: 26px; height: 26px; border: 1px solid #946579; border-radius: 50%; }
.time-icon::before { content: ''; position: absolute; height: 8px; width: 6px; border-left: 1px solid #946579; border-bottom: 1px solid #946579; top: 5px; left: 11px; }
.faq-section { border-top: 1px solid var(--line); padding-block: 70px 100px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-section h2 { font-size: clamp(39px,4vw,53px); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; padding-block: 23px; display: flex; justify-content: space-between; gap: 25px; cursor: pointer; font-size: 14px; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { font-size: 22px; line-height: 1; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-list details p { font-size: 14px; line-height: 1.8; color: var(--muted); padding-right: 35px; margin-bottom: 22px; }
.app-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; padding-block: 65px 85px; border-top: 1px solid var(--line); }
.app-section h2 { font-size: clamp(37px,3.7vw,49px); }
.app-section p:not(.eyebrow) { font-size: 14px; line-height: 1.8; color: var(--muted); }
.app-section .app-note { font-size: 12px !important; margin-bottom: 0; }
.app-stores { display: grid; gap: 15px; width: 100%; max-width: 300px; justify-self: end; }
.store-badge { display: flex; align-items: center; gap: 17px; background: var(--ink); color: var(--paper); padding: 17px 24px; border-radius: 4px; transition: background .2s; }
.store-badge:hover { background: #722846; }
.store-badge small, .store-badge strong { display: block; }
.store-badge small { font-size: 10px; margin-bottom: 4px; }
.store-badge strong { font-size: 20px; font-weight: 500; }
.club-section { position: relative; text-align: center; padding: 66px 24px 70px; background: var(--blush); overflow: hidden; }
.club-section .eyebrow { font-size: 10px; }
.club-section h2 { font-size: clamp(52px,7vw,90px); line-height: 1.05; margin: 10px 0 15px; }
.club-section > p:not(.eyebrow) { font-size: 13px; color: var(--muted); }
.text-link { display: inline-flex; gap: 22px; font-size: 12px; border-bottom: 1px solid #aa7185; padding-block: 9px; }
.text-link:hover { color: #922748; }
.club-star { position: absolute; font: 85px var(--serif); color: #a87059; }
.club-star.left { left: 12%; top: 65px; transform: rotate(-12deg); }
.club-star.right { right: 12%; bottom: 70px; font-size: 58px; transform: rotate(15deg); }
.site-footer { padding-block: 32px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-wordmark { font: italic 22px var(--serif); }
.footer-wordmark > span { margin-left: 12px; font-size: 18px; }
.footer-company { display: flex; flex-direction: column; gap: 6px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.site-footer > p { display: flex; align-items: center; gap: 10px; font-size: 11px; margin: 0; color: var(--muted); }
.site-footer > p a { font-weight: 700; color: var(--ink); }
@media (min-width: 1500px) { .hero { gap: 90px; padding-block: 66px 76px; } }
@media (max-width: 1100px) {
  .shell { width: calc(100% - 72px); }
  .hero { gap: 38px; }
  h1 { font-size: clamp(61px,7.2vw,82px); }
  .title-star { right: 3px; top: -15px; font-size: 42px; }
  .hero-tagline { font-size: 14px; gap: 9px; }
  .hero-actions { gap: 16px; }
  .hero-actions .button { font-size: 12px; padding-inline: 18px; gap: 17px; }
  .hero-price { font-size: 23px; }
  .hero-meta { flex-direction: column; }
  .hero-meta > span + span { border: 0; padding: 0; }
  .artwork-window { border-radius: 48% 48% 5px 5px; }
  .date-seal { width: 88px; height: 88px; left: -25px; }
  .date-seal strong { font-size: 28px; }
  .date-seal span { font-size: 6px; }
  .about-section, .venue-section { gap: 40px 60px; }
  .ticket-layout { gap: 65px; }
  .ticket-card { padding-inline: 28px; }
  .ticket-perforation { margin-inline: -28px; }
  .ticket-card h3 { font-size: 24px; }
  .themes { gap: 30px; }
  .mood-strip > div { font-size: 23px; gap: 20px; }
  .faq-section { gap: 65px; }
  .site-footer { gap: 18px; }
  .footer-wordmark { font-size: 19px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 88px; }
  .shell { width: calc(100% - 40px); }
  .section { padding-block: 67px; }
  .header-inner { min-height: 77px; gap: 20px; }
  .brand, .brand svg { width: 92px; }
  .brand svg { height: 59px; }
  .header-inner nav { display: none; }
  .button-small { min-height: 41px; padding: 10px 15px; gap: 20px; }
  .hero { grid-template-columns: 1fr; gap: 28px; padding-block: 35px 39px; }
  .hero-copy { padding: 0; }
  .hero-copy > .eyebrow { font-size: 9px; margin-bottom: 22px; }
  h1 { font-size: clamp(63px,11.8vw,86px); letter-spacing: -.063em; margin-bottom: 22px; }
  .title-star { right: 10%; top: -4px; font-size: 42px; }
  .hero-tagline { font-size: 14px; gap: 10px; margin-bottom: 16px; }
  .hero-description { font-size: 14px; line-height: 1.8; }
  .hero-actions { margin: 25px 0; gap: 20px; }
  .hero-actions .button { min-height: 52px; font-size: 12px; gap: 18px; padding-inline: 20px; }
  .hero-price { font-size: 27px; }
  .hero-meta { flex-direction: row; gap: 8px 12px; font-size: 10px; }
  .hero-meta > span + span { border-left: 1px solid #c7a5ad; padding-left: 12px; }
  .hero-visual { max-width: 425px; width: calc(100% - 26px); justify-self: center; padding-top: 24px; }
  .artwork-window { border-radius: 48% 48% 5px 5px; }
  .date-seal { left: -17px; top: 62%; width: 91px; height: 91px; }
  .date-seal span { font-size: 7px; }
  .date-seal strong { font-size: 29px; }
  .visual-caption { font-size: 13px; margin-top: 13px; }
  .orbit-label { right: 6px; font-size: 8px; }
  .mood-strip > div { width: 100%; padding: 19px 16px; gap: clamp(8px, 2.8vw, 18px); justify-content: center; font-size: clamp(15px, 4.5vw, 21px); }
  .mood-strip span[aria-hidden] { font-size: 19px; }
  .mood-strip span:nth-child(n+6) { display: none; }
  .about-section { grid-template-columns: 1fr; gap: 8px; }
  h2 { font-size: clamp(40px,9vw,53px); }
  .section-heading .eyebrow { font-size: 9px; margin-bottom: 20px; }
  .about-copy { padding: 5px 0 0; font-size: 14px; }
  .about-copy .lead { font-size: 16px; }
  .section-star { right: 3px; top: -70px; font-size: 40px; }
  .themes { grid-template-columns: 1fr; padding-top: 14px; gap: 28px; }
  .themes article { padding-top: 24px; }
  .themes h3 { margin: 17px 0 10px; }
  .themes p { max-width: 90%; }
  .theme-symbol { top: 23px; }
  .ticket-section { padding-block: 55px 65px; }
  .ticket-layout { grid-template-columns: 1fr; gap: 38px; }
  .ticket-intro { padding: 0; }
  .ticket-intro .eyebrow { margin-bottom: 22px; font-size: 9px; }
  .ticket-intro h2 { font-size: 47px; }
  .ticket-intro > p:not(.eyebrow) { font-size: 14px; }
  .ticket-sparkle { right: 5px; bottom: 5px; font-size: 70px; }
  .ticket-card { justify-self: center; width: calc(100% - 12px); max-width: 410px; transform: rotate(1deg); padding: 26px 28px; }
  .ticket-card h3 { font-size: 27px; }
  .ticket-price strong { font-size: 78px; }
  .ticket-includes { font-size: 12px; }
  .venue-section { grid-template-columns: 1fr; gap: 40px; }
  .venue-date { min-height: 370px; padding: 29px 20px; }
  .calendar-art { width: 195px; padding-inline: 22px; }
  .calendar-art strong { font-size: 100px; }
  .date-caption { font-size: 15px; }
  .venue-copy .eyebrow { font-size: 9px; margin-bottom: 20px; }
  .faq-section { padding-block: 52px 65px; grid-template-columns: 1fr; gap: 10px; }
  .faq-section .eyebrow { font-size: 9px; }
  .faq-section h2 { font-size: 44px; }
  .faq-list summary { font-size: 13px; padding-block: 21px; }
  .faq-list details p { padding-right: 16px; font-size: 13px; }
  .app-section { grid-template-columns: 1fr; gap: 26px; padding-block: 50px 60px; }
  .app-section h2 { font-size: 39px; }
  .app-stores { justify-self: start; max-width: none; }
  .club-section { padding-block: 55px; }
  .club-section h2 { font-size: 53px; }
  .club-section > p:not(.eyebrow) { font-size: 12px; }
  .club-star.left { font-size: 42px; left: 3%; top: 20px; }
  .club-star.right { font-size: 32px; right: 4%; bottom: 20px; }
  .site-footer { flex-wrap: wrap; padding-block: 28px; gap: 22px; }
  .footer-wordmark { width: 100%; font-size: 23px; }
  .footer-company { flex: 1; font-size: 9px; }
  .site-footer > p { font-size: 10px; }
}
@media (max-width: 360px) {
  .shell { width: calc(100% - 32px); }
  h1 { font-size: 58px; }
  .hero-price { font-size: 23px; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { padding-inline: 14px; }
  .hero-price > span { font-size: 10px; }
  .hero-meta { flex-direction: column; }
  .hero-meta > span + span { border: 0; padding: 0; }
  .ticket-card { padding-inline: 22px; }
  .ticket-perforation { margin-inline: -22px; }
  .ticket-card h3 { font-size: 23px; }
  .ticket-buy { padding-inline: 14px; gap: 8px; }
  .ticket-buy .robexa-logo { width: 100px; height: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
