@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500;600&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap');

:root {
  --ink: #27213c;
  --paper: #ffffff;
  --paper-deep: #f2f0f5;
  --wine: #d8572a;
  --wine-dark: #27213c;
  --olive: #542e71;
  --brass: #20fc8f;
  --muted: #666174;
  --line: rgba(39, 33, 60, .14);
  color: var(--ink);
  background: var(--paper);
  font-family: 'DM Sans', sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
h1, h2, h3, p { margin: 0; }

.site-shell {
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    var(--paper);
  background-size: 100% 160px;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(1240px, calc(100% - 48px));
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(242,238,229,.3);
  color: var(--paper);
  transform: translateX(-50%);
}

.logo { display: flex; align-items: center; gap: 12px; font-size: .84rem; font-weight: 600; letter-spacing: .2em; }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: .76rem; font-weight: 500; letter-spacing: .04em; }
.nav-links a { transition: color .25s ease, opacity .25s ease; }
.nav-links a:hover { color: #dcc79f; }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(242,238,229,.5); border-radius: 99px; }
.nav-cta:hover { border-color: #dcc79f; }
.nav-cta span, .button span { margin-left: 12px; }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 7px; background: currentColor; }

.hero {
  position: relative;
  min-height: 850px;
  max-width: none;
  margin: auto;
  padding: 165px max(24px, calc((100% - 1240px)/2)) 100px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 58px;
  color: var(--paper);
  background:
    radial-gradient(circle at 78% 31%, rgba(182,149,93,.13), transparent 25%),
    linear-gradient(120deg, var(--wine-dark), #481722 55%, #2d1519);
}
.hero::after { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(242,238,229,.09); pointer-events: none; }
.eyebrow, .section-kicker { color: var(--brass); font-size: .66rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; display: inline-block; margin: 0 10px 3px 0; background: currentColor; }
h1, h2 { font-family: 'Italiana', serif; font-weight: 400; letter-spacing: -.035em; line-height: .9; }
h1 { margin-top: 30px; font-size: clamp(4.4rem, 8vw, 8rem); }
h2 { font-size: clamp(3.45rem, 6.1vw, 6.25rem); }
h1 em, h2 em { color: var(--brass); font-weight: 400; }
.hero-lede { max-width: 520px; margin-top: 34px; color: rgba(242,238,229,.7); font-size: 1rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 99px; font-size: .78rem; font-weight: 600; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--wine-dark); background: #e1cfaa; }
.button-ghost { border: 1px solid rgba(242,238,229,.35); }

.hero-stage { min-height: 555px; position: relative; }
.spotlight { position: absolute; width: 440px; height: 440px; top: 28px; right: -20px; border-radius: 50%; background: rgba(182,149,93,.07); border: 1px solid rgba(182,149,93,.16); }
.game-board {
  position: absolute;
  top: 72px;
  right: 0;
  width: min(100%, 500px);
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  background: #241d1a;
  border: 1px solid rgba(225,207,170,.38);
  box-shadow: 0 35px 90px rgba(12,4,6,.38);
}
.board-column { display: grid; gap: 6px; text-align: center; }
.board-column strong, .board-column span { min-height: 70px; display: grid; place-items: center; background: linear-gradient(145deg, #4c2024, #351517); border: 1px solid rgba(225,207,170,.12); }
.board-column strong { min-height: 50px; color: #d8c7a5; font-size: .68rem; font-weight: 600; letter-spacing: .14em; }
.board-column span { color: #e4d2ad; font: 400 2rem 'Italiana', serif; }
.podium { position: absolute; bottom: 34px; width: 150px; height: 128px; padding: 15px; display: flex; flex-direction: column; align-items: center; background: linear-gradient(160deg, #4c4335, #25231f); border: 1px solid rgba(225,207,170,.24); box-shadow: 0 24px 40px rgba(12,4,6,.35); clip-path: polygon(8% 0,92% 0,100% 100%,0 100%); }
.podium b { color: #dbc79e; font: 400 3rem 'Italiana', serif; }
.podium span { font-size: .58rem; letter-spacing: .14em; }
.podium-one { left: 22%; z-index: 3; }
.podium-two { left: 50%; bottom: 22px; transform: scale(.9); }
.host-card { position: absolute; right: -12px; bottom: 25px; width: 155px; height: 205px; padding: 20px 12px; display: flex; flex-direction: column; justify-content: center; text-align: center; background: #dbc79e; color: var(--wine-dark); transform: rotate(2deg); box-shadow: 0 25px 45px rgba(12,4,6,.4); }
.host-card span { position: absolute; top: 10px; right: 10px; padding: 4px 7px; color: #dbc79e; background: var(--wine-dark); font-size: .52rem; font-weight: 600; letter-spacing: .1em; }
.host-card strong { font: 400 2.25rem 'Italiana', serif; }
.host-card small { font-size: .52rem; font-weight: 600; letter-spacing: .17em; }

.ticker { overflow: hidden; padding: 17px 0; color: #d8c7a5; background: var(--olive); font-size: .69rem; font-weight: 600; letter-spacing: .2em; white-space: nowrap; }
.ticker div { text-align: center; }
.ticker i { margin: 0 22px; color: var(--brass); font-style: normal; }

.section { width: min(1240px, calc(100% - 48px)); margin: auto; padding: 140px 0; }
.section-heading { margin-top: 46px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.section-heading p, .occasions-copy > p { color: var(--muted); line-height: 1.8; }
.steps-grid { margin-top: 85px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps-grid article { min-height: 335px; padding: 35px 35px 42px; position: relative; border-right: 1px solid var(--line); transition: background .25s ease; }
.steps-grid article:hover { background: rgba(255,255,255,.28); }
.steps-grid article:first-child { border-left: 1px solid var(--line); }
.step-number { color: var(--brass); font-size: .65rem; letter-spacing: .15em; }
.step-icon { width: 64px; height: 64px; margin: 42px 0 34px; display: grid; place-items: center; color: var(--wine); border: 1px solid rgba(92,31,45,.3); border-radius: 50%; font: 400 1.7rem 'Italiana', serif; }
.steps-grid h3 { font: 400 1.65rem 'Italiana', serif; }
.steps-grid p { margin-top: 14px; color: var(--muted); font-size: .87rem; line-height: 1.7; }

.occasions-section { padding: 140px max(24px, calc((100% - 1240px)/2)); display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; background: var(--paper-deep); border-block: 1px solid var(--line); }
.occasions-copy h2 { margin: 46px 0 34px; }
.occasions-copy > p { max-width: 540px; }
.occasions-copy ul { margin: 50px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.occasions-copy li { padding: 20px 5px; border-bottom: 1px solid var(--line); font: 400 1.15rem 'Italiana', serif; }
.occasions-copy li span { margin-right: 25px; color: var(--wine); font: 600 .61rem 'DM Sans', sans-serif; letter-spacing: .12em; }
.quote-card { min-height: 530px; padding: 55px; align-self: center; position: relative; display: flex; flex-direction: column; justify-content: center; color: var(--paper); background: var(--wine); box-shadow: 18px 20px 0 rgba(64,69,54,.18); }
.quote-mark { height: 55px; color: var(--brass); font: 400 6rem Georgia, serif; line-height: 1; }
.quote-card blockquote { margin: 28px 0 25px; font: italic 400 clamp(2.35rem,4vw,3.8rem)/1 'Italiana', serif; }
.quote-card > p { max-width: 360px; color: rgba(242,238,229,.72); font-size: .88rem; line-height: 1.7; }
.score-strip { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 28px; display: flex; justify-content: space-between; align-items: center; color: #d8c7a5; background: var(--wine-dark); font-size: .67rem; font-weight: 600; letter-spacing: .16em; }
.score-strip b { font: 400 1.8rem 'Italiana', serif; }

.contact-section { padding: 145px 24px; text-align: center; color: var(--paper); background: var(--olive); }
.contact-section h2 { margin: 42px 0 30px; }
.contact-lede { max-width: 600px; margin: auto; color: rgba(242,238,229,.65); line-height: 1.8; }
.contact-options { max-width: 870px; margin: 60px auto 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-options a { padding: 26px 28px; display: grid; grid-template-columns: 1fr auto; text-align: left; border: 1px solid rgba(242,238,229,.2); background: rgba(21,24,18,.12); transition: border-color .25s ease, transform .25s ease, background .25s ease; }
.contact-options a:hover { border-color: var(--brass); background: rgba(21,24,18,.22); transform: translateY(-3px); }
.contact-options small { grid-column: 1/-1; margin-bottom: 9px; color: var(--brass); font-size: .61rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.contact-options strong { overflow-wrap: anywhere; font: 400 clamp(1.1rem,2.1vw,1.5rem) 'Italiana', serif; }
.contact-options span { color: var(--brass); }
.service-area { color: rgba(242,238,229,.48); font-size: .75rem; }

footer { width: min(1240px, calc(100% - 48px)); min-height: 112px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); }
footer .logo { color: var(--ink); }
footer p, footer > a:last-child { color: var(--muted); font-size: .68rem; }

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .menu-toggle { display: block; z-index: 3; }
  .nav-links { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 28px; flex-direction: column; align-items: stretch; color: var(--paper); background: var(--wine-dark); border: 1px solid rgba(242,238,229,.15); }
  .nav-links.open { display: flex; }
  .hero { padding-top: 130px; grid-template-columns: 1fr; }
  .hero-stage { min-height: 500px; }
  .section-heading, .occasions-section { grid-template-columns: 1fr; }
  .occasions-section { gap: 70px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 260px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
}

@media (max-width: 600px) {
  .site-header, .section, footer { width: calc(100% - 32px); }
  .hero { min-height: auto; padding: 125px 16px 75px; }
  .hero::after { inset: 8px; }
  h1 { font-size: 4.1rem; }
  .hero-actions, .button { width: 100%; }
  .hero-stage { min-height: 420px; margin-top: 20px; }
  .game-board { top: 40px; }
  .board-column strong, .board-column span { min-height: 53px; }
  .board-column span { font-size: 1.45rem; }
  .podium { bottom: 28px; width: 120px; height: 105px; }
  .podium-one { left: 3%; }
  .podium-two { left: 30%; }
  .host-card { width: 125px; height: 170px; right: 0; }
  .ticker div { text-align: left; }
  .section, .occasions-section, .contact-section { padding-top: 95px; padding-bottom: 95px; }
  .section-heading { margin-top: 35px; gap: 30px; }
  .steps-grid { margin-top: 55px; }
  .quote-card { min-height: 430px; padding: 35px; }
  .contact-options { grid-template-columns: 1fr; }
  footer { padding: 35px 0; flex-direction: column; text-align: center; }
}

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

/* Contemporary art direction */
:root {
  --ink: #27213c;
  --paper: #ffffff;
  --paper-deep: #f2f0f5;
  --wine: #d8572a;
  --wine-dark: #27213c;
  --olive: #542e71;
  --brass: #20fc8f;
  --muted: #666174;
  --line: rgba(39, 33, 60, .14);
  background: var(--paper);
  font-family: 'DM Sans', sans-serif;
}

.site-shell { background: var(--paper); }
.site-header { height: 84px; border-color: rgba(39,33,60,.13); color: var(--ink); }
.logo { gap: 10px; font-size: .78rem; font-weight: 700; letter-spacing: .16em; }
.logo img { display: block; width: 124px; height: auto; }
.nav-links { font-size: .78rem; font-weight: 500; }
.nav-links a:hover { color: #542e71; }
.nav-cta { border: 0; color: white; background: var(--ink); }
.nav-cta:hover { color: white; background: #542e71; }

.hero {
  min-height: 830px;
  padding-top: 155px;
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 8%, rgba(32,252,143,.78) 0 8%, transparent 8.3%),
    radial-gradient(circle at 57% 84%, rgba(83,179,203,.32) 0 11%, transparent 11.3%),
    linear-gradient(135deg, #ffffff 0 56%, #eee8f3 56% 100%);
}
.hero::after { inset: auto; top: 125px; right: 4%; width: 180px; height: 64px; border: 0; border-top: 4px solid #d8572a; border-radius: 50%; transform: rotate(-9deg); }
.hero::before { content: ''; position: absolute; z-index: 2; left: max(24px,calc((100% - 1240px)/2 + 340px)); top: 145px; width: 90px; height: 18px; border-top: 3px solid #542e71; border-radius: 50%; transform: rotate(-7deg); }
.eyebrow, .section-kicker { color: #542e71; font-size: .68rem; font-weight: 700; }
.eyebrow span { width: 30px; height: 3px; border-radius: 50%; transform: rotate(-5deg); }
h1, h2 { font-family: 'DM Sans', sans-serif; font-weight: 600; letter-spacing: -.065em; line-height: .88; }
h1 { font-size: clamp(4.6rem, 8vw, 8.2rem); }
h2 { font-size: clamp(3.4rem, 6.2vw, 6.3rem); }
h1 em, h2 em { display: inline-block; color: #d8572a; font-family: 'Caveat', cursive; font-weight: 600; letter-spacing: -.04em; transform: rotate(-2deg); }
.hero-lede { color: #666174; font-size: 1.05rem; }
.button { border-radius: 99px; font-size: .8rem; }
.button-primary { color: var(--ink); background: #20fc8f; box-shadow: 5px 5px 0 #542e71; }
.button-ghost { border-color: rgba(39,33,60,.25); }
.starting-price { width: fit-content; margin-top: 26px; padding: 8px 14px; color: var(--ink); border: 1px solid rgba(39,33,60,.16); border-radius: 99px; background: rgba(255,255,255,.68); font-size: .76rem; font-weight: 500; }
.starting-price span { margin-right: 6px; color: #d8572a; }
.starting-price strong { color: #542e71; font-size: .86rem; }

.hero-stage { isolation: isolate; }
.spotlight { width: 410px; height: 410px; right: 8px; background: #53b3cb; border: 0; border-radius: 44% 56% 62% 38% / 42% 44% 56% 58%; transform: rotate(8deg); }
.game-board { z-index: 2; top: 66px; padding: 8px; background: #27213c; border: 0; border-radius: 22px; box-shadow: 0 28px 70px rgba(39,33,60,.22); transform: rotate(2deg); }
.board-column strong, .board-column span { background: #542e71; border: 0; border-radius: 8px; }
.board-column strong { color: rgba(255,255,255,.72); font-size: .65rem; }
.board-column span { color: #20fc8f; font: 600 1.8rem 'DM Sans', sans-serif; }
.podium { z-index: 3; background: #ffffff; color: var(--ink); border: 0; border-radius: 16px 16px 3px 3px; box-shadow: 0 18px 40px rgba(39,33,60,.18); clip-path: none; }
.podium b { color: #542e71; font: 600 2.8rem 'DM Sans', sans-serif; }
.host-card { z-index: 4; border-radius: 18px; color: var(--ink); background: white; box-shadow: 0 18px 40px rgba(39,33,60,.2); transform: rotate(-4deg); }
.host-card span { color: white; background: #d8572a; border-radius: 99px; }
.host-card strong { font: 700 2rem 'DM Sans', sans-serif; letter-spacing: -.08em; }
.host-card img { display: block; width: 118px; height: auto; margin: 0 auto 8px; }

.ticker { padding: 15px 0; color: white; background: var(--ink); font-size: .68rem; }
.ticker i { color: #20fc8f; }
.section { padding: 135px 0; }
.section-heading { position: relative; }
.section-heading::after { content: ''; position: absolute; right: 5%; bottom: -20px; width: 120px; height: 22px; border-top: 4px solid #d8572a; border-radius: 50%; transform: rotate(3deg); }
.steps-grid { gap: 18px; border: 0; }
.steps-grid article, .steps-grid article:first-child { min-height: 340px; border: 0; border-radius: 24px; background: white; box-shadow: 0 10px 35px rgba(39,33,60,.06); }
.steps-grid article:nth-child(1) { transform: rotate(-1deg); }
.steps-grid article:nth-child(2) { background: rgba(83,179,203,.16); transform: translateY(18px) rotate(1deg); }
.steps-grid article:nth-child(3) { background: rgba(216,87,42,.12); transform: rotate(-1.5deg); }
.step-number { color: #542e71; font-weight: 700; }
.step-icon { color: var(--ink); border: 2px solid var(--ink); font: 600 2rem 'Caveat', cursive; }
.steps-grid h3 { font: 600 1.45rem 'DM Sans', sans-serif; letter-spacing: -.04em; }

.occasions-section { position: relative; overflow: hidden; background: #20fc8f; border: 0; }
.occasions-section::before { content: ''; position: absolute; width: 260px; height: 260px; right: -70px; top: -90px; border: 38px solid #53b3cb; border-radius: 48% 52% 45% 55%; transform: rotate(18deg); }
.occasions-copy { position: relative; z-index: 1; }
.occasions-copy h2 em { color: #542e71; }
.occasions-copy li { font: 600 1.05rem 'DM Sans', sans-serif; letter-spacing: -.02em; }
.occasions-copy li span { color: #542e71; }
.quote-card { z-index: 1; min-height: 530px; color: white; background: #542e71; border-radius: 30px; box-shadow: 18px 18px 0 #d8572a; transform: rotate(2deg); }
.quote-mark { color: #20fc8f; }
.quote-card blockquote { font: 600 clamp(2.35rem,4vw,3.8rem)/.98 'DM Sans', sans-serif; letter-spacing: -.06em; }
.quote-card > p { color: rgba(255,255,255,.72); }
.score-strip { margin: 0 20px 20px; border-radius: 14px; color: var(--ink); background: #53b3cb; }
.score-strip b { font: 700 1.6rem 'DM Sans', sans-serif; }

.contact-section { position: relative; overflow: hidden; color: var(--ink); background: rgba(83,179,203,.22); }
.contact-section::before { content: ''; position: absolute; left: 8%; top: 18%; width: 110px; height: 45px; border: solid #542e71; border-width: 3px 0 0; border-radius: 50%; transform: rotate(-8deg); }
.contact-section h2 em { color: #d8572a; }
.contact-lede { color: var(--muted); }
.contact-price { width: fit-content; margin: 26px auto 0; padding: 10px 17px; color: white; border-radius: 99px; background: #542e71; font-size: .78rem; font-weight: 500; box-shadow: 4px 4px 0 #20fc8f; }
.contact-price span { margin-right: 7px; color: #20fc8f; }
.contact-price strong { font-size: .92rem; }
.contact-price + .contact-options { margin-top: 34px; }
.contact-options a { border: 0; border-radius: 20px; background: white; box-shadow: 0 8px 28px rgba(39,33,60,.07); }
.contact-options a:hover { border-color: transparent; background: white; }
.contact-options small, .contact-options span { color: #542e71; }
.contact-options strong { font: 600 clamp(1.1rem,2.1vw,1.5rem) 'DM Sans', sans-serif; letter-spacing: -.03em; }
.service-area { color: var(--muted); }

footer .logo { color: var(--ink); }

@media (max-width: 900px) {
  .nav-links { color: white; background: var(--ink); }
  .hero { background: linear-gradient(155deg, #ffffff 0 72%, #eee8f3 72%); }
  .hero::before { left: auto; right: 28px; top: 112px; }
}

@media (max-width: 600px) {
  .hero::before { right: 24px; top: 100px; width: 58px; }
  .hero::after { display: none; }
  h1 { font-size: 4.2rem; }
  .spotlight { width: 330px; height: 330px; }
  .steps-grid { gap: 14px; }
  .steps-grid article:nth-child(n) { transform: none; }
  .quote-card { box-shadow: 10px 10px 0 #d8572a; }
  .contact-section::before { display: none; }
}
