/* ============================================================
   LANDING PAGE — index.css
   Neo-brutalist / streetwear · black + lime
   ============================================================ */

/* ---- HEADER ---- */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 14px 0;
  background: rgba(0,0,0,0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-border-soft);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.nav-bolt {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: var(--color-accent);
  -webkit-mask: url('../images/icons/bolt.svg') center / contain no-repeat;
  mask: url('../images/icons/bolt.svg') center / contain no-repeat;
  flex-shrink: 0;
}

.nav-logo-text {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1;
  color: var(--color-accent);
  letter-spacing: 0.04em;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 22px;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.4);
  border-radius: var(--r-pill);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color var(--t-fast) var(--ease-snap),
              color var(--t-fast) var(--ease-snap),
              background var(--t-fast) var(--ease-snap);
}

.btn-outline:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.btn-outline:active {
  background: var(--color-accent);
  color: #000;
  border-color: var(--color-accent);
}

.btn-outline-arrow {
  font-size: 14px;
  line-height: 1;
}

/* ---- SHARED EYEBROW ---- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.eyebrow-glyph {
  width: 13px;
  height: 13px;
  color: var(--color-accent);
  flex-shrink: 0;
  display: inline-flex;
}

.eyebrow-glyph svg {
  width: 100%;
  height: 100%;
}

/* ---- SECTION STRUCTURE ---- */
.section {
  padding: 96px 0;
  position: relative;
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 48px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(64px, 9vw, 140px);
  line-height: 0.84;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin: 0;
}

.section-title em {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 700;
  font-size: 0.42em;
  line-height: 1;
  letter-spacing: 0;
  text-transform: lowercase;
  color: var(--color-text);
  vertical-align: 0.32em;
  padding: 0 6px;
}

.section-title--mixed,
.section-title--mixed em {
  text-transform: none;
}

.section-title--cupons {
  display: grid;
  grid-template-columns: max-content max-content;
  position: relative;
  width: fit-content;
  line-height: 0.82;
}

.section-title--cupons em {
  position: static;
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  font-size: 0.42em;
  font-weight: 800;
  color: var(--color-text);
  line-height: 1;
  text-transform: none;
  vertical-align: baseline;
  padding: 0 0.08em 0.08em 0;
}

.section-title--cupons span:first-child {
  grid-column: 1 / 3;
  grid-row: 1;
}

.section-title--cupons span:last-child {
  grid-column: 2;
  grid-row: 2;
  padding-left: 0;
}

/* ---- HERO ---- */
.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: var(--color-bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 0 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(0.95);
  opacity: 0.32;
  z-index: 0;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(0,0,0,0.4) 0%,
    rgba(0,0,0,0.2) 30%,
    rgba(0,0,0,0.55) 70%,
    rgba(0,0,0,0.95) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-grain {
  position: absolute;
  inset: 0;
  background-image: url('../images/decor/grain.svg');
  background-size: 280px;
  opacity: 0.18;
  mix-blend-mode: screen;
  z-index: 2;
  pointer-events: none;
}

.hero-asterisk {
  position: absolute;
  top: 14vh;
  right: -3vw;
  width: clamp(140px, 22vw, 320px);
  height: clamp(140px, 22vw, 320px);
  color: var(--color-accent);
  opacity: 0.12;
  z-index: 2;
  animation: spin-slow 26s linear infinite;
  pointer-events: none;
}

.hero-asterisk svg {
  width: 100%;
  height: 100%;
}

@keyframes spin-slow {
  to { transform: rotate(360deg); }
}

.hero-spark {
  position: absolute;
  bottom: 26vh;
  left: 5vw;
  width: clamp(28px, 4vw, 56px);
  height: clamp(28px, 4vw, 56px);
  color: var(--color-accent);
  opacity: 0.55;
  z-index: 2;
  animation: pulse 3.2s ease-in-out infinite;
  pointer-events: none;
}

.hero-spark svg {
  width: 100%;
  height: 100%;
}

@keyframes pulse {
  0%, 100% { transform: scale(1) rotate(0); opacity: .55; }
  50%       { transform: scale(1.15) rotate(45deg); opacity: .9; }
}

.hero-inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 0;
}

.hero-inner > .eyebrow {
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(96px, 17vw, 260px);
  line-height: 0.82;
  letter-spacing: -0.012em;
  text-transform: none;
  color: var(--color-accent);
  margin: 0;
}

.hero-tagline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #000;
  color: #fff;
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 18px;
  letter-spacing: 0.02em;
  border: 1px solid var(--color-border);
}

.hero-tagline-dot {
  width: 7px;
  height: 7px;
  background: var(--color-accent);
  border-radius: 999px;
  flex-shrink: 0;
}

/* ---- SOCIAL PILLS ---- */
.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.35);
  border-radius: var(--r-pill);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color var(--t-fast) var(--ease-snap),
              color var(--t-fast) var(--ease-snap),
              background var(--t-fast) var(--ease-snap);
}

.pill svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.pill-count {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.55;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-left: 2px;
}

.pill::after {
  content: '↗';
  font-size: 13px;
  margin-left: 4px;
  opacity: 0.5;
  transition: opacity var(--t-fast) var(--ease-snap);
}

.pill:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.pill:hover::after {
  opacity: 1;
}

.pill:active {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #000;
}

/* ---- HERO MARQUEE ---- */
.hero-marquee {
  position: relative;
  width: 100%;
  margin-top: 64px;
  height: 72px;
  overflow: hidden;
  z-index: 3;
}

.hero-marquee__band {
  position: absolute;
  inset: 0;
  background: var(--color-accent);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-marquee__track {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
  width: max-content;
}

.hero-marquee__track span {
  font-family: var(--font-display);
  font-size: 30px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  padding: 0 22px;
  line-height: 1;
}

.hero-marquee__track .track-sep {
  width: 22px;
  height: 28px;
  color: #000;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.hero-marquee__track .track-sep svg {
  width: 100%;
  height: 100%;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---- CUPONS SECTION ---- */
.cupons-section {
  background: var(--color-bg);
  border-top: 1px solid var(--color-border-soft);
}

.tickets {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.ticket {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: 18px 18px 16px;
  background: #f6f4ec;
  color: #000;
  border: none;
  border-radius: 0;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  transition: transform var(--t-fast) var(--ease-snap),
              box-shadow var(--t-fast) var(--ease-snap);
}

.ticket:hover {
  transform: translateY(-3px) rotate(-0.4deg);
  box-shadow: 0 12px 26px rgba(0,0,0,0.5);
}

.ticket__corner {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 22px;
  height: 22px;
  color: #000;
  opacity: 0.18;
}

.ticket__corner svg {
  width: 100%;
  height: 100%;
}

.ticket__type {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-accent);
  background: #000;
  padding: 5px 10px;
  border-radius: var(--r-pill);
}

.ticket__brand {
  font-family: var(--font-display);
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 0.92;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #000;
  margin-top: 18px;
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-bottom: 4px;
}

.ticket__foot {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  min-height: 69px;
  padding-top: 16px;
}

.ticket__code {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #000;
  background: var(--color-accent);
  padding: 4px 10px;
  border-radius: var(--r-xs);
}

.ticket__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000;
  padding-top: 10px;
  border-top: 1px dashed rgba(0,0,0,0.25);
}

.ticket__arrow {
  font-size: 16px;
  line-height: 1;
}

.ticket--link .ticket__type {
  background: #000;
  color: var(--color-accent);
  border: 0;
  padding: 5px 10px;
}

/* ---- VIDEOS SECTION ---- */
.videos-section {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border-soft);
}

.videos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.video-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.video-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin: 0;
}

.video-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--color-accent);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(221,255,136,0.15);
  flex-shrink: 0;
  animation: blink 1.6s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.35; }
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 2px solid #000;
  background: #000;
  box-shadow: 0 0 0 1px var(--color-border) inset,
              8px 8px 0 0 var(--color-accent);
  transition: transform var(--t-fast) var(--ease-snap),
              box-shadow var(--t-fast) var(--ease-snap);
}

.video-card:hover .video-embed {
  transform: translate(-2px, -2px);
  box-shadow: 0 0 0 1px var(--color-border) inset,
              10px 10px 0 0 var(--color-accent);
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---- WORK WITH ME ---- */
.cta-section {
  background: var(--color-accent);
  color: #000;
  position: relative;
  overflow: hidden;
  padding: 96px 0 0;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0,0,0,0.2) 1.6px, transparent 1.9px);
  background-size: 16px 16px;
  pointer-events: none;
  z-index: 0;
}

.cta-section__deco {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 380px;
  height: 380px;
  color: #000;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.cta-section__deco svg {
  width: 100%;
  height: 100%;
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 72px;
  align-items: center;
  padding-bottom: 96px;
}

.cta-photo-col {
  position: relative;
}

.cta-photo-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #1a1a1a;
  overflow: hidden;
  border: 2px solid #000;
}

.cta-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 13%;
  filter: grayscale(100%);
}

.cta-tape {
  position: absolute;
  top: -14px;
  left: -10px;
  z-index: 3;
  background: #000;
  color: var(--color-accent);
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 6px 22px;
  transform: rotate(-4deg);
  white-space: nowrap;
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}

.cta-photo-spark {
  position: absolute;
  bottom: -18px;
  right: -22px;
  width: 60px;
  height: 60px;
  color: #000;
  transform: rotate(8deg);
  z-index: 3;
}

.cta-photo-spark svg {
  width: 100%;
  height: 100%;
}

.cta-body-col {
  color: #000;
}

.cta-eyebrow {
  color: rgba(0,0,0,0.55);
}

.cta-eyebrow .eyebrow-glyph {
  color: #000;
}

.cta-heading {
  display: flex;
  align-items: baseline;
  gap: 18px;
  flex-wrap: wrap;
  font-family: var(--font-display);
  font-size: clamp(64px, 8vw, 130px);
  line-height: 0.86;
  letter-spacing: -0.01em;
  text-transform: none;
  color: #000;
  margin: 8px 0 20px;
}

.cta-heading em {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 700;
  font-size: 0.32em;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: none;
  color: #000;
  vertical-align: baseline;
  padding: 0;
}

.cta-desc {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
  color: #000;
  max-width: 480px;
  margin: 0 0 32px;
}

.btn-solid-black {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 30px;
  background: #000;
  color: var(--color-accent);
  border: none;
  border-radius: var(--r-pill);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform var(--t-fast) var(--ease-snap),
              background var(--t-fast) var(--ease-snap);
}

.btn-solid-black:hover {
  background: #1a1a1a;
  transform: translateY(-2px);
}

.btn-arrow {
  font-size: 16px;
  line-height: 1;
}

/* ---- CTA TICKER ---- */
.cta-ticker {
  position: relative;
  z-index: 1;
  background: #000;
  overflow: hidden;
  padding: 16px 0;
  border-top: 2px solid #000;
}

.cta-ticker__track {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  animation: marquee 48s linear infinite;
  width: max-content;
}

.cta-ticker__track span {
  font-family: var(--font-display);
  font-size: 28px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  padding: 0 26px;
  line-height: 1;
}

.cta-ticker__track .track-sep {
  width: 16px;
  height: 22px;
  color: var(--color-accent);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.cta-ticker__track .track-sep svg {
  width: 100%;
  height: 100%;
}

/* ---- CONTACT ---- */
.contact {
  background: var(--color-bg);
  border-top: 1px solid var(--color-border-soft);
  padding: 120px 0 96px;
  position: relative;
  overflow: hidden;
}

.contact__deco {
  position: absolute;
  top: 40px;
  right: 4vw;
  width: 130px;
  height: 130px;
  color: var(--color-accent);
  opacity: 0.18;
  animation: spin-slow 30s linear infinite;
  pointer-events: none;
}

.contact__deco svg {
  width: 100%;
  height: 100%;
}

.contact__title {
  font-family: var(--font-display);
  font-size: clamp(80px, 14vw, 220px);
  line-height: 0.82;
  letter-spacing: -0.015em;
  text-transform: none;
  color: var(--color-accent);
  margin: 0 0 48px;
}

.contact-rows {
  display: flex;
  flex-direction: column;
  max-width: 760px;
  margin-bottom: 40px;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 22px 4px;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
  transition: padding-left var(--t-med) var(--ease-snap),
              background var(--t-med) var(--ease-snap);
}

.contact-row:first-child {
  border-top: 1px solid var(--color-border);
}

.contact-row:hover {
  padding-left: 18px;
  background: linear-gradient(90deg, rgba(221,255,136,0.04) 0%, transparent 80%);
}

.contact-key {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  min-width: 200px;
  flex-shrink: 0;
}

.contact-val {
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-text);
  flex: 1;
  letter-spacing: 0.005em;
}

.contact-arrow {
  font-size: 22px;
  color: var(--color-accent);
  flex-shrink: 0;
  transition: transform var(--t-fast) var(--ease-snap);
}

.contact-row:hover .contact-arrow {
  transform: translateX(6px);
}

.btn-solid-lime {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: var(--color-accent);
  color: #000;
  border-radius: var(--r-pill);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background var(--t-fast) var(--ease-snap),
              transform var(--t-fast) var(--ease-snap);
}

.btn-solid-lime:hover {
  background: var(--color-accent-light);
  transform: translateY(-2px);
}

/* ---- FOOTER ---- */
.footer {
  background: var(--color-bg);
  border-top: 1px solid var(--color-border);
  padding: 56px 0 32px;
}

.footer-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: clamp(60px, 11vw, 160px);
  line-height: 0.86;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}

.footer-socials {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-dot {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-surface-2);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
  transition: background var(--t-fast) var(--ease-snap),
              color var(--t-fast) var(--ease-snap),
              border-color var(--t-fast) var(--ease-snap);
}

.footer-dot svg {
  width: 15px;
  height: 15px;
  display: block;
}

.footer-dot:hover {
  background: var(--color-accent);
  color: #000;
  border-color: var(--color-accent);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border-soft);
}

.footer-copy {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  color: var(--color-text-muted);
  letter-spacing: 0.04em;
  text-decoration: none;
  margin: 0;
}

.footer-copy a {
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color var(--t-fast) var(--ease-snap);
}

.footer-copy a:hover {
  color: var(--color-accent);
}

/* ============================================================
   RESPONSIVO — mobile
   ============================================================ */
@media (max-width: 1024px) {
  .tickets {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {

  /* Header */
  .header {
    padding: 12px 0;
  }

  .nav-logo-text {
    font-size: 22px;
  }

  .btn-outline {
    font-size: 10px;
    padding: 9px 16px;
  }

  .nav-cta-label {
    display: none;
  }

  /* Hero */
  .hero {
    min-height: 100svh;
    padding-top: 96px;
  }

  .hero-inner {
    gap: 22px;
  }

  .hero-inner > .eyebrow {
    white-space: normal;
  }

  .hero-title {
    font-size: clamp(72px, 22vw, 180px);
  }

  .hero-asterisk {
    top: 8vh;
    right: -6vw;
    width: 160px;
    height: 160px;
  }

  .hero-marquee {
    margin-top: 48px;
    height: 64px;
  }

  .hero-marquee__track span {
    font-size: 20px;
    padding: 0 14px;
  }

  .hero-marquee__track .track-sep {
    width: 12px;
    height: 16px;
  }

  /* Section */
  .section {
    padding: 64px 0;
  }

  .section-head {
    margin-bottom: 32px;
  }

  .section-title {
    font-size: clamp(52px, 14vw, 96px);
  }

  /* Tickets */
  .tickets {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .ticket {
    min-height: 200px;
    padding: 14px;
  }

  .ticket__brand {
    font-size: 26px;
    margin-top: 12px;
  }

  /* Videos */
  .videos-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .video-embed {
    box-shadow: 0 0 0 1px var(--color-border) inset,
                5px 5px 0 0 var(--color-accent);
  }

  .video-card:hover .video-embed {
    transform: translate(-1px, -1px);
    box-shadow: 0 0 0 1px var(--color-border) inset,
                6px 6px 0 0 var(--color-accent);
  }

  /* Work With Me */
  .cta-section {
    padding: 64px 0 0;
  }

  .cta-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 64px;
  }

  .cta-photo-col {
    max-width: 280px;
    margin: 0 auto;
  }

  .cta-heading {
    font-size: clamp(60px, 18vw, 96px);
  }

  .cta-ticker__track span {
    font-size: 20px;
    padding: 0 18px;
  }

  /* Contact */
  .contact {
    padding: 80px 0 64px;
  }

  .contact__title {
    font-size: clamp(64px, 22vw, 140px);
    margin-bottom: 32px;
  }

  .contact-key {
    min-width: 120px;
    font-size: 9px;
  }

  .contact-val {
    font-size: 17px;
  }

  .contact__deco {
    width: 80px;
    height: 80px;
    top: 24px;
    right: 18px;
  }

  /* Footer */
  .footer-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 11px;
  }
}
