/* PotusChef About + Pop-ups static port from edit-potus design */

.quote-display {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.6vw, 46px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.text-on-variant { color: var(--on-surface-variant); }

.grain {
  position: relative;
  overflow: hidden;
}

.grain::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: 0.06;
  mix-blend-mode: multiply;
  z-index: 2;
}

.section-pad {
  padding-block: clamp(72px, 11vw, 150px);
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.85s cubic-bezier(0.2,0.8,0.2,1), transform 0.85s cubic-bezier(0.2,0.8,0.2,1);
}

.reveal.is-visible,
.no-js .reveal {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.15s; }
.delay-3 { transition-delay: 0.22s; }

.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.14em;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-fill {
  fill: currentColor;
  stroke: none;
}

/* About page */
.about-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-color: var(--charcoal-ink);
}

.about-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: grayscale(8%) contrast(1.02);
  transform: scale(1.04);
  animation: heroZoom 14s ease-out forwards;
}

@keyframes heroZoom {
  to { transform: scale(1); }
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(18,17,15,0.92) 0%, rgba(18,17,15,0.35) 45%, rgba(18,17,15,0.15) 100%),
    linear-gradient(to right, rgba(18,17,15,0.55) 0%, rgba(18,17,15,0) 60%);
}

.about-hero-text {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-bottom: clamp(56px, 8vw, 110px);
}

.hero-eyebrow,
.pop-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--sage-muted);
  margin-bottom: 26px;
}

.hero-eyebrow .line,
.pop-hero-eyebrow .line {
  display: inline-block;
  width: 52px;
  height: 1px;
  background: var(--sage-muted);
}

.about-hero h1,
.pop-hero h1 {
  color: #fdfbf7;
  font-size: clamp(44px, 7.5vw, 92px);
}

.about-hero .hero-intro {
  color: rgba(253, 251, 247, 0.82);
  max-width: 520px;
  margin-top: 28px;
}

.hero-cta,
.btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  transition: transform 0.35s cubic-bezier(0.2,0.8,0.2,1), background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.hero-cta {
  margin-top: 40px;
  padding: 18px 34px;
  background: var(--cream-surface);
  color: var(--charcoal-ink);
}

.hero-cta:hover,
.btn-pill-solid:hover {
  transform: translateY(-3px);
  background: var(--secondary);
  color: var(--cream-surface);
}

.hero-cta .icon,
.btn-pill .icon,
.pop-submit .icon,
.host-submit .icon {
  transition: transform 0.35s ease;
}

.hero-cta:hover .icon,
.btn-pill:hover .icon,
.pop-submit:hover .icon,
.host-submit:hover .icon {
  transform: translateX(5px);
}

.hero-handle {
  position: absolute;
  right: 50px;
  bottom: clamp(56px, 8vw, 110px);
  z-index: 3;
  writing-mode: vertical-rl;
  color: rgba(253,251,247,0.6);
  letter-spacing: 0.3em;
}

.intro-index {
  font-family: var(--font-display);
  font-size: 18px;
  font-style: italic;
  color: var(--secondary);
}

.intro-rule {
  height: 1px;
  background: var(--divider-tint);
  margin-top: 12px;
}

.intro-lead {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.45;
  color: var(--on-surface);
  letter-spacing: -0.01em;
}

/* Larger section kickers (e.g. "01 About me") on the About page */
.section-kicker {
  font-size: 15px;
  letter-spacing: 0.12em;
  gap: 18px !important;
  color: var(--secondary);
}
.section-kicker .intro-index {
  font-size: 30px;
}

.intro-handle-box { text-align: right; }

.intro-handle-name {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--secondary);
}

.intro-handle-tag {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--on-surface-variant);
  margin-top: 4px;
}

.asym {
  position: relative;
  background: var(--bone-container);
  padding-block: clamp(72px, 11vw, 150px);
}

.asym-img-wrap {
  position: relative;
  overflow: hidden;
}

.asym-img-wrap img {
  width: 100%;
  height: clamp(420px, 58vw, 660px);
  object-fit: cover;
  transition: transform 1.3s cubic-bezier(0.2,0.8,0.2,1);
}

.asym-img-wrap:hover img { transform: scale(1.05); }

.asym-tag {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  color: var(--cream-surface);
  background: rgba(28,28,25,0.45);
  backdrop-filter: blur(6px);
  padding: 8px 16px;
  border-radius: 999px;
}

.asym-card {
  background: var(--secondary);
  color: var(--cream-surface);
  padding: clamp(34px, 4vw, 52px);
  position: relative;
}

.asym-card .headline-md { color: var(--cream-surface); }
.asym-card .body-md { color: rgba(252,249,244,0.85); }

.asym-card-mark {
  display: block;
  font-family: var(--font-display);
  font-size: 80px;
  line-height: 0.6;
  color: var(--sage-muted);
  opacity: 0.55;
  margin-bottom: 8px;
}

.philosophy { background: var(--cream-surface); }

.philosophy p strong {
  font-weight: 600;
  color: var(--on-surface);
  font-style: italic;
}

.philo-body p { margin-bottom: 26px; }
.philo-body p:last-child { margin-bottom: 0; }

.quote-band {
  position: relative;
  overflow: hidden;
  background-color: var(--inverse-surface);
  color: var(--inverse-on-surface);
  padding-block: clamp(90px, 13vw, 180px);
}

.quote-band-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.quote-band-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.14;
  filter: grayscale(60%);
}

.quote-band .container {
  position: relative;
  z-index: 3;
}

.quote-mark {
  font-family: var(--font-display);
  font-size: clamp(120px, 16vw, 220px);
  line-height: 0.5;
  color: var(--sage-muted);
  opacity: 0.5;
  display: block;
  height: 70px;
}

.quote-band blockquote { margin: 0; }
.quote-band .quote-display {
  color: #fbf8f2;
  font-size: clamp(17px, 1.9vw, 25px);
  line-height: 1.5;
}

.quote-attrib {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 44px;
  color: var(--sage-muted);
}

.quote-attrib .line {
  width: 40px;
  height: 1px;
  background: var(--sage-muted);
}

.timeline-section { background: var(--cream-surface); }
.timeline-head { margin-bottom: clamp(48px, 6vw, 80px); }

.timeline {
  position: relative;
  border-left: 1px solid var(--divider-tint);
  margin-left: 8px;
}

.tl-item {
  position: relative;
  padding: 0 0 clamp(40px, 5vw, 64px) clamp(32px, 5vw, 64px);
}

.tl-item:last-child { padding-bottom: 0; }

.tl-dot {
  position: absolute;
  left: -7px;
  top: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--cream-surface);
  border: 2px solid var(--secondary);
  transition: background-color 0.4s ease, transform 0.4s ease;
}

.tl-item:hover .tl-dot {
  background: var(--secondary);
  transform: scale(1.25);
}

.tl-item.current .tl-dot {
  background: var(--secondary);
  box-shadow: 0 0 0 5px rgba(81,99,77,0.18);
}

.tl-date {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.tl-current-pill {
  background: var(--secondary);
  color: var(--cream-surface);
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.tl-restaurant {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--on-surface);
}

.tl-city {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--on-surface-variant);
  margin-left: 14px;
  vertical-align: middle;
}

.tl-role {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--on-surface-variant);
  margin-top: 8px;
}

.tl-stars {
  color: var(--secondary);
  letter-spacing: 0.1em;
  margin-left: 14px;
  font-size: 16px;
  vertical-align: middle;
}

/* Pop-ups page */
.pop-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-color: var(--charcoal-ink);
}

.pop-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  transform: scale(1.05);
  animation: heroZoom 16s ease-out forwards;
}

.pop-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(16,15,13,0.94) 0%, rgba(16,15,13,0.45) 50%, rgba(16,15,13,0.25) 100%);
}

.pop-hero-text {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-bottom: clamp(54px, 8vw, 104px);
}

.pop-hero h1 { max-width: 14ch; }

.pop-hero .pop-hero-intro {
  color: rgba(253, 251, 247, 0.82);
  max-width: 540px;
  margin-top: 26px;
}

.pop-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 40px;
}

.btn-pill {
  padding: 17px 32px;
}

.btn-pill-solid {
  background: var(--cream-surface);
  color: var(--charcoal-ink);
}

.btn-pill-ghost {
  color: #fdfbf7;
  border: 1px solid rgba(253,251,247,0.4);
}

.btn-pill-ghost:hover {
  transform: translateY(-3px);
  border-color: var(--cream-surface);
  background: rgba(253,251,247,0.08);
}

.pop-lead {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(26px, 3.4vw, 42px);
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--on-surface);
}

.pop-lead em {
  color: var(--secondary);
  font-style: italic;
}

.pop-stats {
  background: var(--inverse-surface);
  color: var(--inverse-on-surface);
  padding-block: clamp(48px, 6vw, 80px);
}

.pop-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.pop-stat {
  position: relative;
  padding-left: 26px;
}

.pop-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: var(--sage-muted);
}

.pop-stat-num {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 300;
  line-height: 1;
  color: #fbf8f2;
}

.pop-stat-label {
  margin-top: 12px;
  color: rgba(243,240,235,0.6);
}

.pop-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(40px, 5vw, 64px);
  flex-wrap: wrap;
}

.pop-section-head .head-left { max-width: 640px; }

.pop-kicker {
  display: flex;
  align-items: baseline;
  gap: 14px;
  color: var(--secondary);
  margin-bottom: 18px;
}

.pop-kicker.section-kicker {
  display: inline-flex;
  gap: 18px;
  margin-bottom: 18px;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 3vw, 44px);
}

.event-card {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.event-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--bone-container);
}

.event-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.2,0.8,0.2,1), filter 0.6s ease;
  filter: saturate(0.96);
}

.event-card:hover .event-media img {
  transform: scale(1.06);
  filter: saturate(1.05);
}

.event-loc,
.lb-loc {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(28,28,25,0.5);
  backdrop-filter: blur(6px);
  color: var(--cream-surface);
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.event-tag {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  background: var(--secondary);
  color: var(--cream-surface);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.event-view {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cream-surface);
  color: var(--charcoal-ink);
  opacity: 0;
  transform: translateY(8px) scale(0.9);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.2,0.8,0.2,1), background-color 0.3s ease, color 0.3s ease;
}

.event-card:hover .event-view {
  opacity: 1;
  transform: translateY(0) scale(1);
  background: var(--secondary);
  color: var(--cream-surface);
}

.event-body { padding-top: 22px; }

.event-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--secondary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.event-meta .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--outline-variant);
}

.event-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.event-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--on-surface);
  margin-bottom: 10px;
}

.event-title-row .read {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.event-card:hover .read { opacity: 1; }

.event-venue {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--on-surface-variant);
  font-size: 13px;
  margin-bottom: 14px;
}

.event-blurb {
  color: var(--on-surface-variant);
  font-size: 15px;
  line-height: 1.65;
}

.formats-section { background: var(--bone-container); }

.formats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--divider-tint);
  border: 1px solid var(--divider-tint);
}

.format-card {
  background: var(--cream-surface);
  padding: clamp(28px, 3vw, 40px);
  transition: background-color 0.4s ease, transform 0.4s ease;
  min-height: 230px;
  display: flex;
  flex-direction: column;
}

.format-card:hover { background: #fffdf9; }

.format-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-container);
  color: var(--secondary);
  margin-bottom: 22px;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.format-card:hover .format-icon {
  background: var(--secondary);
  color: var(--cream-surface);
}

.format-title {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.25;
  color: var(--on-surface);
  margin-bottom: 12px;
}

.format-desc {
  color: var(--on-surface-variant);
  font-size: 14px;
  line-height: 1.6;
}

.format-index {
  margin-top: auto;
  padding-top: 18px;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--outline-variant);
  font-size: 16px;
}

.cities {
  background: var(--inverse-surface);
  overflow: hidden;
  padding-block: 38px;
  border-block: 1px solid rgba(255,255,255,0.06);
}

.cities-track {
  display: flex;
  gap: 56px;
  width: max-content;
  animation: marquee 32s linear infinite;
}

.cities:hover .cities-track { animation-play-state: paused; }

.city-word {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 300;
  color: rgba(243,240,235,0.42);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 56px;
}

.city-word::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sage-muted);
}

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

.pop-cta {
  position: relative;
  overflow: hidden;
  background-color: var(--secondary);
  color: var(--cream-surface);
  padding-block: clamp(72px, 10vw, 130px);
}

.pop-cta-mark {
  font-family: var(--font-display);
  font-size: clamp(120px, 18vw, 240px);
  position: absolute;
  right: 4%;
  top: -8%;
  color: rgba(255,255,255,0.07);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.pop-cta h2 {
  color: #fdfbf7;
  max-width: 16ch;
}

.pop-cta p {
  color: rgba(253,251,247,0.85);
  max-width: 460px;
  margin-top: 18px;
}

.pop-form {
  margin-top: 38px;
  display: flex;
  gap: 12px;
  max-width: 520px;
  flex-wrap: wrap;
}

.pop-input {
  flex: 1 1 240px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 999px;
  padding: 16px 24px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.pop-input::placeholder { color: rgba(253,251,247,0.6); }
.pop-input:focus { border-color: #fff; background: rgba(255,255,255,0.14); }

.pop-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--cream-surface);
  color: var(--charcoal-ink);
  border-radius: 999px;
  padding: 16px 28px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.pop-submit:hover {
  transform: translateY(-2px);
  background: var(--charcoal-ink);
  color: var(--cream-surface);
}

.pop-cta-note {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(253,251,247,0.6);
}

.lb-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(18, 16, 14, 0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 48px);
}

.lb-backdrop[hidden] { display: none; }

.lb-panel {
  position: relative;
  width: 100%;
  max-width: 1000px;
  max-height: 88vh;
  background: var(--cream-surface);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  overflow: hidden;
  box-shadow: 0 40px 90px -30px rgba(0,0,0,0.55);
}

.lb-media {
  position: relative;
  min-height: 320px;
  background: var(--bone-container);
}

.lb-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lb-content {
  padding: clamp(28px, 3.4vw, 48px);
  overflow-y: auto;
}

.lb-tag {
  display: inline-block;
  background: var(--secondary-container);
  color: var(--on-secondary-container);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 18px;
}

.lb-title {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--on-surface);
  margin-bottom: 18px;
}

.lb-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--divider-tint);
}

.lb-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--on-surface-variant);
  font-size: 13px;
}

.lb-story p {
  color: var(--on-surface-variant);
  font-size: 15.5px;
  line-height: 1.75;
  margin-bottom: 16px;
}

.lb-menu {
  margin-top: 22px;
  padding: 18px 20px;
  background: var(--bone-container);
  border-left: 3px solid var(--secondary);
}

.lb-menu-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 6px;
}

.lb-menu-text {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--on-surface);
}

.lb-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cream-surface);
  color: var(--charcoal-ink);
  box-shadow: 0 6px 18px -6px rgba(0,0,0,0.4);
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.lb-close:hover {
  transform: rotate(90deg);
  background: var(--charcoal-ink);
  color: var(--cream-surface);
}

.host-section { background: var(--cream-surface); }

.host-card {
  position: relative;
  overflow: hidden;
}

.host-img-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 420px;
}

.host-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.3s cubic-bezier(0.2,0.8,0.2,1);
}

.host-card:hover .host-img-wrap img { transform: scale(1.05); }

.host-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.host-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--divider-tint);
  color: var(--on-surface);
  font-size: 15.5px;
}

.host-list li:last-child { border-bottom: none; }

.host-check {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--secondary-container);
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.host-form {
  background: var(--surface-container-low);
  border: 1px solid var(--divider-tint);
  padding: clamp(28px, 3vw, 40px);
}

.host-form h3 {
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--on-surface);
  margin-bottom: 8px;
}

.host-form .sub {
  color: var(--on-surface-variant);
  font-size: 14px;
  margin-bottom: 26px;
}

.host-field { margin-bottom: 20px; }

.host-field label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 8px;
}

.host-input,
.host-textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--outline-variant);
  padding: 10px 0;
  color: var(--on-surface);
  font-family: var(--font-body);
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s ease;
  border-radius: 0;
}

.host-input:focus,
.host-textarea:focus {
  border-bottom-color: var(--secondary);
}

.host-textarea {
  resize: vertical;
  min-height: 72px;
}

.host-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.host-submit {
  margin-top: 8px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--secondary);
  color: var(--cream-surface);
  padding: 17px 28px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.host-submit:hover {
  transform: translateY(-2px);
  background: var(--charcoal-ink);
}

/* Footer styles live in base.css so every page renders them identically. */

@media (min-width: 861px) {
  .asym-card {
    margin-left: -90px;
    margin-top: 60px;
    box-shadow: -30px 30px 60px -30px rgba(28,28,25,0.4);
  }
}

@media (max-width: 1024px) {
  .hero-handle { display: none; }
}

@media (max-width: 1000px) {
  .events-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .formats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .grid-12 > [style*="grid-column"] {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 820px) {
  .lb-panel {
    grid-template-columns: 1fr;
    max-height: 92vh;
    overflow-y: auto;
  }

  .lb-media {
    min-height: 260px;
    position: relative;
    height: 260px;
  }
}

@media (max-width: 760px) {
  .pop-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
}

@media (max-width: 640px) {
  .events-grid { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .formats-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .host-row { grid-template-columns: 1fr; }
}

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