:root {
  color-scheme: light;
  --ink: #15110d;
  --muted: #746d63;
  --paper: #fbf7ef;
  --cream: #fffdf8;
  --line: #ded4c3;
  --red: #a33325;
  --green: #56684c;
  --blue: #25576b;
  --gold: #c08a35;
  --charcoal: #1d201b;
  --shadow: 0 24px 80px rgba(36, 26, 15, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(192, 138, 53, 0.17), transparent 28%),
    linear-gradient(120deg, rgba(37, 87, 107, 0.08), transparent 38%),
    linear-gradient(180deg, #fff 0%, var(--paper) 46%, #efe6d7 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.image-pick {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  height: 100%;
  margin: 0;
  min-height: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.image-pick::after {
  border: 3px solid transparent;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.image-pick:hover::after,
.image-pick.is-selected::after {
  border-color: var(--gold);
  box-shadow: inset 0 0 0 2px rgba(21, 17, 13, 0.65);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  background: rgba(251, 247, 239, 0.9);
  border-bottom: 1px solid rgba(222, 212, 195, 0.78);
  backdrop-filter: blur(18px);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 76px;
  padding: 14px clamp(20px, 5vw, 78px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  color: #fff;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  height: 45px;
  justify-content: center;
  width: 45px;
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.brand small,
nav,
.kicker,
.tag,
.hero-meta,
.event-copy small {
  font-size: 12px;
  letter-spacing: 0;
}

.brand small,
nav,
.hero-meta,
.event-copy small {
  color: var(--muted);
}

nav {
  display: flex;
  gap: 22px;
  text-transform: uppercase;
}

nav a:hover {
  color: var(--red);
}

.hero {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr);
  min-height: auto;
  padding: clamp(34px, 6vw, 76px) clamp(20px, 5vw, 78px) clamp(24px, 4vw, 44px);
}

.hero-copy {
  align-self: center;
  max-width: 760px;
}

.kicker,
.tag {
  color: var(--red);
  font-weight: 850;
  margin: 0 0 16px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 10vw, 146px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.86;
  margin-bottom: 26px;
}

.lead {
  color: #3d3832;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.15;
  margin-bottom: 32px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  text-transform: uppercase;
}

.hero-meta span {
  border: 1px solid var(--line);
  padding: 10px 13px;
}

.hero-frame {
  align-self: stretch;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow);
  margin: 0;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.hero-frame figcaption {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
  bottom: 0;
  color: #fff;
  display: grid;
  gap: 4px;
  left: 0;
  padding: 70px 22px 22px;
  position: absolute;
  right: 0;
}

.hero-frame strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
}

.hero-frame span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.manifesto {
  border-block: 1px solid var(--line);
  margin: 0 clamp(20px, 5vw, 78px);
  padding: clamp(34px, 6vw, 68px) 0;
}

.manifesto p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3.4vw, 46px);
  line-height: 1.14;
  margin-bottom: 0;
  max-width: 1180px;
}

.stories,
.events,
.archive,
.masterplan {
  padding: clamp(54px, 8vw, 108px) clamp(20px, 5vw, 78px);
}

.section-label {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.section-label h2,
.framework h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 74px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 880px;
}

.featured-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  background: var(--cream);
  box-shadow: 0 12px 38px rgba(36, 26, 15, 0.1);
  display: grid;
}

.feature-card-large {
  grid-column: span 2;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
}

.feature-card .image-pick {
  aspect-ratio: 4 / 5;
}

.feature-card-large .image-pick {
  aspect-ratio: auto;
  min-height: 520px;
}

.feature-card div {
  align-self: center;
  padding: clamp(24px, 4vw, 50px);
}

.feature-card h3,
.event-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3.5vw, 54px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 16px;
}

.feature-card p:not(.tag),
.event-card p {
  color: #464038;
  font-size: 16px;
  line-height: 1.65;
}

.events {
  background: #181a17;
  color: #fbf2e6;
}

.events .kicker,
.archive .kicker {
  color: var(--gold);
}

.toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.toolbar button,
.toolbar input {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font: inherit;
  min-height: 42px;
  padding: 10px 13px;
}

.toolbar button {
  cursor: pointer;
  text-transform: uppercase;
}

.toolbar button.is-active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.toolbar input {
  min-width: min(440px, 100%);
}

.toolbar input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.event-list {
  display: grid;
  gap: 16px;
}

.event-card {
  background: #fdf8ee;
  color: var(--ink);
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1fr);
  min-height: 260px;
}

.event-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 260px;
}

.event-strip img:only-child {
  grid-column: 1 / -1;
}

.event-strip .image-pick:only-child {
  grid-column: 1 / -1;
}

.event-copy {
  align-self: center;
  padding: clamp(24px, 4vw, 44px);
}

.event-copy h3 {
  font-size: clamp(28px, 4vw, 50px);
}

.event-copy small {
  text-transform: uppercase;
}

.event-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.event-actions a,
.event-actions button,
.event-actions span {
  background: transparent;
  border: 1px solid rgba(21, 17, 13, 0.18);
  color: var(--blue);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  padding: 7px 9px;
  text-transform: uppercase;
}

.event-actions button.is-copied {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.event-card.needs-copy {
  border-left: 4px solid var(--gold);
}

.open-archive {
  background: #f8efe1;
  color: var(--ink);
  padding: clamp(54px, 8vw, 108px) clamp(20px, 5vw, 78px);
}

.coming-up {
  background:
    radial-gradient(circle at 12% 16%, rgba(194, 122, 62, 0.14), transparent 34%),
    linear-gradient(135deg, #1d1711, #312318 48%, #17120d);
  color: #fff7e8;
  padding: clamp(54px, 8vw, 104px) clamp(20px, 5vw, 78px);
}

.coming-up .section-label {
  border-bottom: 1px solid rgba(255, 230, 180, 0.2);
  margin-bottom: 28px;
  padding-bottom: 18px;
}

.coming-up .kicker {
  color: #f1c66f;
}

.coming-up h2 {
  color: #fff0c6;
}

.coming-up-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coming-up-grid article {
  background: rgba(255, 248, 232, 0.08);
  border: 1px solid rgba(255, 230, 180, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  min-height: 240px;
  padding: 22px;
}

.coming-up-icon {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 8px;
}

.coming-up-icon b,
.coming-up-icon em {
  align-items: center;
  background: rgba(255, 247, 224, 0.11);
  border: 1px solid rgba(255, 230, 180, 0.18);
  border-radius: 999px;
  display: inline-grid;
  font-size: 24px;
  font-style: normal;
  height: 46px;
  place-items: center;
  width: 46px;
}

.coming-up-icon em {
  font-size: 20px;
  opacity: 0.86;
}

.coming-up-grid span {
  color: #e7bb6c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coming-up-grid h3 {
  color: #fff3ce;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.3vw, 36px);
  line-height: 0.98;
  margin: 0;
}

.coming-up-grid p {
  color: rgba(255, 248, 232, 0.78);
  font-size: 15px;
  line-height: 1.62;
  margin: 0;
}

.open-archive .kicker {
  color: var(--blue);
}

.open-archive-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.masterplan {
  background: #f7efe1;
  border-block: 1px solid var(--line);
}

.masterplan .kicker {
  color: var(--blue);
}

.masterplan-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.masterplan-grid article {
  background: var(--cream);
  border: 1px solid var(--line);
  display: grid;
  gap: 14px;
  min-height: 250px;
  padding: clamp(22px, 3vw, 34px);
}

.masterplan-grid span {
  align-items: center;
  background: var(--blue);
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.masterplan-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.masterplan-grid p {
  color: #464038;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.archive-card {
  background: #fffdf8;
  border: 1px solid var(--line);
  display: grid;
  margin: 0;
}

.archive-card .image-pick {
  aspect-ratio: 1;
  background: #efe6d7;
}

.archive-card figcaption {
  display: grid;
  gap: 4px;
  padding: 12px;
}

.archive-card strong {
  font-size: 13px;
}

.archive-card span,
.archive-card small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.vision-suggestions {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

.vision-source {
  color: var(--blue);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.vision-chip {
  align-items: center;
  background: #fffaf1;
  border: 1px solid rgba(192, 138, 53, 0.55);
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 8px;
  justify-content: space-between;
  padding: 7px 8px;
  text-align: left;
}

.vision-chip:hover {
  border-color: var(--red);
}

.vision-chip span {
  color: inherit;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vision-chip b {
  color: var(--red);
  font-size: 11px;
}

.archive {
  background: var(--charcoal);
  color: #fbf2e6;
}

.curate {
  background: #f8efe1;
  color: var(--ink);
  padding: clamp(54px, 8vw, 108px) clamp(20px, 5vw, 78px);
}

.curate .kicker {
  color: var(--blue);
}

.curation-layout {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
}

.curation-panel {
  background: #fffdf8;
  border: 1px solid var(--line);
  display: grid;
  gap: 12px;
  padding: 18px;
  position: sticky;
  top: 96px;
  z-index: 6;
}

.curation-panel label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.curation-panel input,
.curation-panel select,
.curation-panel button {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  padding: 10px 12px;
}

.curation-panel button {
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.curation-panel button:hover {
  border-color: var(--red);
  color: var(--red);
}

.curation-meter {
  align-items: baseline;
  background: #181a17;
  color: #fbf2e6;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  padding: 12px 13px;
}

.curation-meter strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
}

.curation-meter span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.selected-preview {
  background: #efe6d7;
  border: 1px dashed #c7b89f;
  display: grid;
  min-height: 210px;
  overflow: hidden;
  place-items: center;
}

.selected-preview img {
  aspect-ratio: 4 / 3;
  height: auto;
}

.selected-preview div {
  display: grid;
  gap: 4px;
  padding: 12px;
  width: 100%;
}

.selected-preview strong {
  font-size: 13px;
}

.selected-preview span,
.curation-status {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.curation-actions,
.curation-export {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.curation-workspace,
.curation-board {
  display: grid;
  gap: 14px;
}

.unassigned-desk {
  background: #fffdf8;
  border: 1px solid var(--line);
  display: grid;
  gap: 14px;
  padding: 14px;
}

.unassigned-desk header {
  align-items: end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.unassigned-desk h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

#unassigned-summary {
  color: var(--muted);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.unassigned-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  max-height: 58vh;
  overflow: auto;
  padding-right: 4px;
}

.unassigned-tile {
  background: #efe6d7;
  display: grid;
  margin: 0;
}

.unassigned-tile .image-pick {
  aspect-ratio: 1;
}

.unassigned-tile figcaption {
  display: grid;
  gap: 3px;
  min-height: 58px;
  padding: 9px;
}

.unassigned-tile strong {
  font-size: 12px;
}

.unassigned-tile span {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.curation-story {
  background: #fffdf8;
  border: 1px solid var(--line);
  display: grid;
  gap: 12px;
  padding: 14px;
}

.curation-story header {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.curation-story strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
}

.curation-story span {
  color: var(--muted);
  flex: 0 0 auto;
  font-size: 12px;
  text-transform: uppercase;
}

.curation-images {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
}

.curation-images .image-pick {
  aspect-ratio: 1;
  background: #efe6d7;
}

.asset-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.asset-tile {
  aspect-ratio: 1;
  background: #2b2d27;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.asset-tile img {
  transition: transform 0.18s ease;
}

.asset-tile:hover img {
  transform: scale(1.04);
}

.asset-tile figcaption {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.74));
  bottom: 0;
  color: #fff;
  font-size: 10px;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 32px 8px 8px;
  position: absolute;
  right: 0;
  text-overflow: ellipsis;
  transition: opacity 0.18s ease;
  white-space: nowrap;
}

.asset-tile:hover figcaption {
  opacity: 1;
}

.framework {
  align-items: end;
  display: grid;
  gap: clamp(30px, 6vw, 82px);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  padding: clamp(54px, 8vw, 108px) clamp(20px, 5vw, 78px);
}

.framework p:last-child {
  color: #38342f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3.1vw, 40px);
  line-height: 1.18;
  margin-bottom: 0;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: 13px;
  gap: 18px;
  justify-content: space-between;
  padding: 26px clamp(20px, 5vw, 78px);
}

.site-footer span:first-child {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

@media (max-width: 980px) {
  .site-header,
  .section-label,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .feature-card-large,
  .event-card,
  .framework,
  .curation-layout {
    grid-template-columns: 1fr;
  }

  .curation-panel {
    position: static;
  }

  .hero {
    min-height: auto;
  }

  .hero-frame,
  .feature-card-large img {
    min-height: 0;
  }

  .featured-grid {
    grid-template-columns: 1fr;
  }

  .coming-up-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card-large {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  h1 {
    font-size: 58px;
  }

  .lead {
    font-size: 23px;
  }

  .event-strip {
    min-height: 220px;
  }

  .coming-up-grid {
    grid-template-columns: 1fr;
  }

  .coming-up-grid article {
    min-height: 0;
  }
}

/* public-mode-finish */
body.public-mode .open-archive,
body.public-mode .masterplan,
body.public-mode .curate {
  display: none;
}

body.public-mode .curation-link {
  opacity: .7;
}

body.public-mode .manifesto {
  border-color: rgba(194, 122, 62, .2);
  background: linear-gradient(135deg, rgba(255, 247, 235, .94), rgba(246, 229, 205, .78));
}

body.public-mode .event-card.needs-copy {
  display: none;
}

body.public-mode .event-card {
  min-height: 100%;
}

body.public-mode .event-card.is-deep-linked {
  box-shadow: 0 0 0 3px rgba(191, 145, 62, 0.46), 0 20px 60px rgba(12, 9, 5, 0.28);
}

body.public-mode .site-footer span:last-child::after {
  content: " / public editorial mode";
}

body.curation-mode .site-header::after {
  content: "CURATION MODE";
  margin-left: auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(40, 30, 20, .9);
  color: #f7d08a;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
}

/* public-food-image-pass */
body.public-mode .event-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(120px, 0.9fr);
  grid-auto-rows: 104px;
  gap: 8px;
  min-height: 320px;
  overflow: hidden;
  padding: 8px;
}

body.public-mode .event-strip .image-pick {
  display: block;
  min-height: 0;
  aspect-ratio: auto;
  border-radius: 8px;
  overflow: hidden;
}

body.public-mode .event-strip .image-pick:first-child {
  display: block;
  height: 100%;
  min-height: 320px;
  width: 100%;
}

body.public-mode .event-strip .image-pick:first-child img {
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  width: 100%;
}

body.public-mode .event-actions small,
body.public-mode .event-actions span,
body.public-mode .vision-suggestions,
body.public-mode .vision-source,
body.public-mode .vision-chip {
  display: none !important;
}

body.public-mode .event-actions a,
body.public-mode .event-actions button {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(194, 122, 62, .24);
  border-radius: 999px;
  color: var(--ink);
  padding: 8px 12px;
  text-decoration: none;
}

/* public-food-blog-polish */
body.public-mode .event-list {
  gap: 28px;
}

body.public-mode .event-card {
  overflow: hidden;
}

body.public-mode .event-strip {
  background: #120f0b;
  border-bottom: 1px solid rgba(255, 214, 142, 0.18);
}

body.public-mode .event-strip .image-pick:first-child::after {
  content: "Food story";
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(14, 20, 17, 0.72);
  border: 1px solid rgba(255, 214, 142, 0.25);
  color: #ffe6a7;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

body.public-mode .story-status,
body.public-mode [data-filter="needs-copy"] {
  display: none !important;
}

/* public-no-image-overlays */
body.public-mode .image-pick::after,
body.public-mode .image-pick:hover::after,
body.public-mode .image-pick.is-selected::after,
body.public-mode .event-strip .image-pick:first-child::after {
  display: none !important;
  opacity: 0 !important;
  content: none !important;
}

body.public-mode .image-pick {
  cursor: default;
}

body.public-mode .event-strip .image-pick:first-child {
  box-shadow: none;
}

@media (max-width: 720px) {
  body.public-mode .event-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 84px;
    min-height: 280px;
  }

  body.public-mode .event-strip .image-pick:first-child {
    grid-column: 1 / -1;
    grid-row: span 2;
    min-height: 176px;
  }

  body.public-mode .event-strip .image-pick:first-child img {
    height: 176px;
    min-height: 176px;
  }
}

/* public-editorial-filmstrip */
body.public-mode .event-strip {
  display: block !important;
  min-height: 0 !important;
  padding: 10px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  background: #15120d !important;
  scrollbar-color: rgba(191, 145, 62, 0.8) rgba(255, 255, 255, 0.1);
  scrollbar-width: thin;
}

body.public-mode .event-strip::-webkit-scrollbar {
  height: 8px;
}

body.public-mode .event-strip::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
}

body.public-mode .event-strip::-webkit-scrollbar-thumb {
  background: rgba(191, 145, 62, 0.86);
  border-radius: 999px;
}

body.public-mode .event-strip .image-pick {
  display: inline-block !important;
  width: 148px !important;
  height: 96px !important;
  min-height: 0 !important;
  margin: 0 8px 0 0 !important;
  vertical-align: top !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

body.public-mode .event-strip .image-pick:first-child {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 10px 0 !important;
  aspect-ratio: 16 / 9 !important;
  border-radius: 8px !important;
}

body.public-mode .event-strip .image-pick img,
body.public-mode .event-strip .image-pick:first-child img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  display: block !important;
}

@media (max-width: 720px) {
  body.public-mode .event-strip {
    padding: 8px !important;
  }

  body.public-mode .event-strip .image-pick {
    width: 118px !important;
    height: 78px !important;
  }

  body.public-mode .event-strip .image-pick:first-child {
    aspect-ratio: 4 / 3 !important;
  }
}
