:root {
  --paper: #efe6d6;
  --paper-2: #e7dcc6;
  --ink: #1a1410;
  --ink-soft: #3a3129;
  --chili: #c23c22;
  --chili-dark: #8e2a16;
  --moss: #2c4638;
  --stamp: #b43a24;
  --line: rgba(26, 20, 16, 0.16);
  --display: "Fraunces", "Times New Roman", serif;
  --sans: "Atkinson Hyperlegible", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
  min-height: 100%;
}

body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.wrap {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px 14px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(239, 230, 214, 0.92);
  backdrop-filter: blur(8px);
}

.brand {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand strong {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.brand span {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 4px;
  color: var(--ink-soft);
}

.nav-links {
  display: flex;
  gap: 22px;
  list-style: none;
  font-size: 14px;
}

.nav-links a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover { border-bottom-color: var(--ink); }

.nav-cta {
  text-decoration: none;
  background: var(--ink);
  color: var(--paper);
  padding: 9px 14px;
  font-size: 13px;
  transform: rotate(-1.5deg);
}

.menu-btn {
  display: none;
  background: none;
  border: 1px solid var(--ink);
  padding: 6px 10px;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: end;
  padding: 42px 0 28px;
}

.hero h1 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(46px, 8vw, 92px);
  line-height: 0.88;
  letter-spacing: -0.045em;
}

.hero h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--chili);
}

.hero-copy {
  max-width: 38ch;
  margin-top: 22px;
  font-size: 18px;
  color: var(--ink-soft);
}

.hero-meta {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
  flex-wrap: wrap;
}

.stamp {
  width: 92px;
  height: 92px;
  border: 3px solid var(--stamp);
  color: var(--stamp);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  transform: rotate(-12deg);
  font-family: var(--display);
  line-height: 1.05;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.stamp b {
  display: block;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 12px 16px;
  background: var(--chili);
  color: #fff8f2;
  border: 0;
  cursor: pointer;
}

.btn.ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}

.phone {
  justify-self: end;
  width: min(280px, 100%);
  background: #111;
  border-radius: 28px;
  padding: 10px;
  transform: rotate(4.5deg);
  box-shadow: 12px 18px 0 rgba(26, 20, 16, 0.12);
  margin-bottom: 12px;
}

.phone-screen {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 520px;
  background: #111;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  filter: brightness(0.72) saturate(0.95);
}

.phone-ui {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 22px;
  color: #f4e4b0;
  text-align: center;
}

.phone-ui small {
  display: block;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 9px;
}

.phone-ui strong {
  display: block;
  font-family: var(--display);
  font-size: 32px;
  font-weight: 500;
  font-style: italic;
  line-height: 0.95;
  margin: 6px 0 4px;
}

.phone-ui span { font-size: 12px; color: #e8d9b4; }

.phone iframe {
  width: 100%;
  height: 520px;
  border: 0;
  border-radius: 20px;
  background: #000;
  pointer-events: none;
}

.phone figcaption {
  color: #cbbba0;
  font-size: 11px;
  text-align: center;
  padding: 8px 4px 2px;
}

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: var(--paper);
  padding: 10px 0;
}

.ticker-track {
  display: flex;
  gap: 28px;
  white-space: nowrap;
  width: max-content;
  animation: slide 28s linear infinite;
  font-family: var(--display);
  font-style: italic;
  font-size: 18px;
}

@keyframes slide {
  to { transform: translateX(-50%); }
}

.section {
  padding: 72px 0;
}

.kicker {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(32px, 5vw, 52px);
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.spread {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: start;
}

.events {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: auto auto;
  gap: 12px;
}

.event {
  background: var(--paper-2);
  padding: 22px;
  min-height: 170px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid transparent;
}

.event:hover { border-color: var(--ink); }

.event:nth-child(1) {
  background: var(--ink);
  color: var(--paper);
  min-height: 230px;
}

.event:nth-child(2) {
  background: var(--moss);
  color: #e8f0ea;
  margin-top: 28px;
}

.event:nth-child(3) {
  transform: rotate(-1deg);
}

.event:nth-child(4) {
  background: #f2d7c4;
}

.event h3 {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 500;
}

.event p { font-size: 14px; opacity: 0.85; }

.specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--ink);
  margin-top: 28px;
}

.spec {
  padding: 18px 16px 18px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 8px;
}

.spec b {
  font-family: var(--display);
  font-size: 22px;
  color: var(--chili);
}

.catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.card {
  background: #fffdf8;
  border: 1px solid var(--line);
  min-height: 280px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.card.live {
  grid-column: span 2;
  flex-direction: row;
  gap: 16px;
  min-height: 320px;
}

.card img {
  width: 46%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
}

.mini {
  flex: 1;
  border: 1px dashed rgba(26,20,16,.25);
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.mini.gold { background: #111; color: #f4e4b0; }
.mini.sage { background: #dfe8d8; }
.mini.chili { background: #c23c22; color: #fff5ee; }
.mini.navy { background: #1c2740; color: #e7ebf4; }
.mini.cream { background: #f7efe2; }

.mini small { letter-spacing: 0.14em; text-transform: uppercase; font-size: 10px; }
.mini strong { font-family: var(--display); font-size: 28px; display: block; margin: 8px 0; }

.price-block {
  background: var(--ink);
  color: var(--paper);
  padding: 48px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.price-block h2 { color: #fff; }

.price-num {
  font-family: var(--display);
  font-size: 84px;
  letter-spacing: -0.06em;
  line-height: 0.8;
}

.price-num span {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  font-style: italic;
  margin-top: 10px;
  color: #cbbba0;
}

.price-block ul {
  list-style: none;
  margin-top: 12px;
}

.price-block li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(239,230,214,0.15);
}

.order {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
}

form {
  display: grid;
  gap: 10px;
}

label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input, select, textarea {
  width: 100%;
  border: 1px solid var(--ink);
  background: transparent;
  padding: 11px 12px;
  color: var(--ink);
}

textarea { min-height: 90px; resize: vertical; }

.faq details {
  border-top: 1px solid var(--line);
  padding: 14px 0;
}

.faq summary {
  cursor: pointer;
  font-size: 18px;
  list-style: none;
  font-family: var(--display);
}

.faq details p {
  margin-top: 8px;
  color: var(--ink-soft);
  max-width: 62ch;
}

.support-line {
  margin-top: 18px;
  font-size: 13px;
  color: var(--ink-soft);
}

.support-line a { text-decoration: underline; }

.pay-card {
  max-width: 420px;
  border: 1px solid var(--ink);
  padding: 22px 20px;
  background: #fffdf8;
}

.pay-name {
  font-family: var(--display);
  font-size: 22px;
  margin: 6px 0 4px;
}

.pay-no {
  font-family: var(--display);
  font-size: 34px;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin-bottom: 14px;
}

.pay-note {
  margin-top: 12px;
  font-size: 13px;
  color: var(--ink-soft);
}

.hero-copy a { text-decoration: underline; }

.site-foot {
  border-top: 1px solid var(--line);
  padding: 28px 0 40px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
}

.site-foot a { text-decoration: underline; }

@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 16px 22px 20px;
    border-bottom: 1px solid var(--line);
  }
  .menu-btn { display: block; }
  .hero, .spread, .catalog, .price-block, .order, .events {
    grid-template-columns: 1fr;
  }
  .card.live { flex-direction: column; }
  .card.live img { width: 100%; height: 220px; }
  .phone { justify-self: center; transform: rotate(2deg); }
  .event:nth-child(2) { margin-top: 0; }
  .hero h1 { font-size: 52px; }
  .price-num { font-size: 64px; }
  .site-foot { flex-direction: column; }
}
