:root { --accent: #c8ff00; }

.hero-art {
  background: #c9c5bb url("home-venue.jpg?v=38") center center / cover no-repeat;
  filter: grayscale(1);
}

.hero-art::before,
.hero-art .art-label,
.hero-art .orb,
.hero-art .bottle,
.hero-art .glass,
.hero-art .hero-caption {
  display: none;
}

.home-only { display: none !important; }
.hero.active ~ .home-only { display: block !important; }
.content-split > .section-no { font-size: 13px; line-height: 1.2; letter-spacing: .14em; }
.page-hero { padding-top: 4vw; padding-bottom: 4vw; }
body:has(#home.active) .top-ticker { display: block !important; }
.top-ticker { padding: 11px 0; }
.top-ticker div { display: flex; width: max-content; font-size: 22px; }
.top-ticker span { flex: none; }

.countdown-panel { align-items: stretch; padding: 38px; background: var(--ink); color: var(--white); }
.countdown-panel > .eyebrow { align-self: flex-start; margin: 0; font: 48px/.95 var(--serif); text-transform: none; letter-spacing: -.02em; }
.countdown { width: 100%; display: grid; grid-template-columns: 1fr 1fr; margin-top: auto; }
.countdown > div { padding: 17px 8px; border-top: 1px solid rgba(255,255,255,.3); display: flex; flex-direction: column; }
.countdown > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.3); }
.countdown strong { font: 64px/.85 var(--serif); font-weight: 400; letter-spacing: -.04em; }
.countdown small { margin-top: 9px; font: 8px var(--sans); letter-spacing: .14em; }
.countdown-message { margin: auto; font: 52px/.9 var(--serif); text-align: center; }

.editorial-still {
  isolation: isolate;
  background: linear-gradient(135deg, #d8d5cd 0%, #aaa79f 48%, #74746f 100%);
  color: #11110f;
}
.editorial-still::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .28;
  background: repeating-linear-gradient(90deg, transparent 0 24.8%, #fff 25% 25.2%);
}
.editorial-still > p {
  position: absolute;
  top: 28px;
  left: 30px;
  z-index: 4;
  margin: 0;
  font: 29px/.92 var(--serif);
  letter-spacing: -.02em;
}
.editorial-still > p em { font-weight: 400; }
.editorial-still > small {
  position: absolute;
  left: 30px;
  bottom: 26px;
  z-index: 4;
  font: 8px/1.6 var(--sans);
  letter-spacing: .15em;
}
.still-orb {
  position: absolute;
  width: 47%;
  aspect-ratio: 1;
  right: 7%;
  top: 10%;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 24%, #fbfaf6, #cbc9c2 27%, #777873 62%, #1b1c1a 100%);
  box-shadow: 24px 32px 45px rgba(17,17,15,.25);
}
.still-bottle {
  position: absolute;
  z-index: 3;
  width: 29%;
  height: 52%;
  left: 39%;
  bottom: 0;
  border-radius: 13px 13px 0 0;
  background: linear-gradient(90deg, #111 0%, #5f605c 44%, #2c2d2a 67%, #0b0b0a 100%);
  box-shadow: 16px 18px 35px rgba(17,17,15,.34);
}
.still-bottle::before {
  content: "";
  position: absolute;
  width: 48%;
  height: 18%;
  top: -17%;
  left: 26%;
  background: #171816;
}
.still-bottle span {
  position: absolute;
  left: 16%;
  right: 16%;
  top: 47%;
  padding: 18px 2px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  color: #ddd;
  text-align: center;
  font: 8px var(--sans);
  letter-spacing: .17em;
}

.event-photo {
  padding: 0;
  background: url("event-editorial.png") center 60% / cover no-repeat;
}

.event-collage {
  grid-template-columns: 1fr 1fr;
}

.event-photo {
  grid-column: auto;
}

.vendor-visual.v1 {
  background: #ddd7cb url("olfaction-lab-yesterday.jpg?v=1") center center / cover no-repeat;
}

.vendor-visual.v1::after {
  display: none;
}

.vendor-visual.v1 > span {
  display: none;
}

.vendor-visual.v2 {
  background: #d9d5cb url("relilit.jpg?v=30") center center / cover no-repeat;
}

.vendor-visual.v2::after,
.vendor-visual.v2 > span {
  display: none;
}

.vendor-card .vendor-visual {
  filter: grayscale(1);
  transition: filter .35s ease;
}

@media (min-width: 901px) {
  .vendor-grid:has(> .vendor-card:nth-child(2):last-child)::after {
    content: "";
    display: block;
    background: var(--paper);
  }
}

.vendor-card:hover .vendor-visual,
.vendor-card .vendor-visual:hover,
.vendor-card:focus-within .vendor-visual,
.vendor-card:active .vendor-visual,
.vendor-detail-art {
  filter: grayscale(0) !important;
}

.vendor-socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 12px;
}

.vendor-detail-copy h1 {
  font-size: clamp(60px, 7.5vw, 115px);
}

.vendor-detail-copy > p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.55;
}

.interview {
  padding-top: 4vw;
  padding-bottom: 2.5vw;
}

.interview h2 {
  margin: 28px 0;
  font-size: clamp(46px, 5.5vw, 82px);
}

.interview .pullquote {
  margin: 35px 0 45px;
  font-size: 25px;
  max-width: 750px;
}

.interview details.qa {
  display: block;
  padding: 0;
}

.interview .qa summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  font: 25px var(--serif);
}

.interview .qa summary::-webkit-details-marker { display: none; }
.interview .qa summary span { font: 22px var(--sans); transition: transform .2s ease; }
.interview .qa[open] summary span { transform: rotate(45deg); }
.interview .qa p {
  max-width: 750px;
  margin: 0;
  padding: 0 0 26px 30px;
  font-size: 17px;
  line-height: 1.7;
}

@media (min-width: 901px) {
  .interview > .eyebrow:first-child {
    font-size: 14px;
    letter-spacing: .16em;
  }
}

#vendor-detail .edit {
  padding-top: 2.5vw;
  padding-bottom: 5vw;
}

.visit-hero {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.map-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.floor-wrap {
  padding-top: 2.5vw;
}

.visit-hero > div:last-child {
  font-size: 16px;
  line-height: 1.75;
}

.stories {
  padding-top: 5vw;
  padding-bottom: 4vw;
}

.map-intro .head-note {
  margin: 0;
}

.map-frame {
  height: 560px;
  border: 1px solid #87847d;
  overflow: hidden;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

#floor-plan[hidden] {
  display: none !important;
}

.required-mark {
  color: #a52420;
}

.product-detail-copy > .meta {
  display: none;
}

.product-info > span {
  display: none;
}

.product-detail-art {
  position: relative;
  overflow: hidden;
}

.product-visual.has-product-photo {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(1);
}

.product-card .badge {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 18px;
  background: #11110f;
  color: #fff;
  white-space: nowrap;
  letter-spacing: .16em;
}

.product-card .quick-add {
  display: none;
}

.product-gallery-stage > img,
.gallery-slots .filled {
  filter: grayscale(1);
}

.product-visual.has-product-photo > .product-shape {
  display: none;
}

.option-group:has(.options:empty) {
  display: none;
}

.product-gallery-stage,
.product-gallery-stage > img,
.gallery-fallback {
  width: 100%;
  height: 100%;
}

.product-gallery-stage > img {
  display: block;
  object-fit: cover;
}

.gallery-fallback {
  display: grid;
  place-items: center;
}

.gallery-fallback .product-shape {
  transform: scale(1.8);
}

.gallery-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.gallery-arrow:disabled {
  opacity: .35;
  cursor: default;
}

.gallery-prev { left: 22px; }
.gallery-next { right: 22px; }

.gallery-counter {
  position: absolute;
  z-index: 4;
  right: 22px;
  bottom: 88px;
  padding: 7px 10px;
  background: var(--white);
  font-size: 9px;
  letter-spacing: .1em;
}

.gallery-slots {
  position: absolute;
  z-index: 4;
  right: 22px;
  bottom: 22px;
  display: flex;
  gap: 8px;
}

.gallery-slots button {
  width: 52px;
  height: 52px;
  padding: 0;
  border: 2px solid var(--white);
  background: rgba(250,249,245,.82) center / cover no-repeat;
  color: var(--ink);
  font-size: 18px;
  cursor: pointer;
}

.gallery-slots button.active {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}


.content-split {
  padding-top: 7vw;
  padding-bottom: 6vw;
}

.manifesto {
  grid-template-columns: 3fr 1fr;
}

.edit.home-only {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

@media (min-width: 901px) {
  .hero-copy {
    padding-bottom: calc(5vw + 32px);
  }
}

@media (max-width: 600px) {
  .page-hero { padding-top: 50px; padding-bottom: 50px; }
  .manifesto { grid-template-columns: 1fr; }
  .edit.home-only { padding-top: 60px; padding-bottom: 60px; }
  .content-split { padding-top: 65px; padding-bottom: 60px; }
  .interview { padding-top: 45px; padding-bottom: 30px; }
  #vendor-detail .edit { padding-top: 30px; padding-bottom: 50px; }
  .visit-hero { padding-top: 60px; padding-bottom: 60px; }
  .map-frame { height: 420px; }
  .floor-wrap { padding-top: 30px; }
  .stories { padding-top: 50px; padding-bottom: 50px; }
  .countdown-panel { padding: 28px; }
  .countdown-panel > .eyebrow { font-size: 36px; }
  .countdown strong { font-size: 50px; }
  .editorial-still > p { font-size: 25px; }
}

.experience-hero { min-height: 72vh; padding: 9vw 6vw 7vw; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; }
.experience-hero > .eyebrow { align-self: start; }
.experience-hero h1 { grid-column: 2; margin: 0; font: 400 clamp(72px, 10vw, 150px)/.78 var(--serif); letter-spacing: -.055em; }
.experience-hero h1 em { font-weight: 400; }
.experience-hero > p:last-child { font: 20px/1.4 var(--serif); }
.experience-marquee { overflow: hidden; padding: 17px 0; background: var(--ink); color: var(--white); white-space: nowrap; }
.experience-marquee span { display: block; width: max-content; font: 25px var(--serif); letter-spacing: .04em; animation: ticker 20s linear infinite; }
.experience-programme { background: #d8d4ca; }
.experience-types { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #8e8a82; border-left: 1px solid #8e8a82; }
.experience-types article { min-width: 0; border-right: 1px solid #8e8a82; border-bottom: 1px solid #8e8a82; }
.experience-card-photo { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.experience-card-copy { min-height: 240px; padding: 25px 28px 28px; display: flex; flex-direction: column; }
.experience-card-copy > span { font-size: 9px; letter-spacing: .14em; }
.experience-types h3 { margin: auto 0 18px; font: 42px var(--serif); }
.experience-types p { max-width: 300px; margin: 0; line-height: 1.6; }
.programme-note { margin-top: 9vw; padding: 7vw; background: var(--accent); text-align: center; }
.programme-note h2 { margin: 25px 0 0; font: 400 clamp(58px, 8vw, 115px)/.84 var(--serif); letter-spacing: -.04em; }
.programme-note h2 em { font-weight: 400; }

@media (max-width: 900px) {
  .experience-hero { grid-template-columns: 1fr; padding: 90px 25px 60px; gap: 40px; }
  .experience-hero h1 { grid-column: 1; }
}

@media (max-width: 600px) {
  .experience-hero h1 { font-size: 72px; }
  .experience-types { grid-template-columns: 1fr; }
  .experience-card-copy { min-height: 220px; }
  .programme-note { margin-top: 80px; padding: 70px 20px; }
}

/* Keep the mobile menu below the complete header stack and comfortably sized. */
@media (max-width: 900px) {
  .mobile-nav {
    top: 96px;
    bottom: 0;
    padding: 20px 30px 24px;
    overflow-y: auto;
  }
  body:has(#home.active) .mobile-nav { top: 146px; }
  .mobile-nav a {
    padding: 7px 0;
    font-size: clamp(29px, 9vw, 36px);
    line-height: 1.05;
  }
  .mobile-nav p { margin: 22px 0 0; }
}

.lookbook-page { background: var(--paper); }
.lookbook-intro { min-height: 0; padding: 4vw 6vw; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; }
.lookbook-intro .eyebrow { align-self: start; }
.lookbook-intro h1 { grid-column: 2; margin: 0; font: 400 clamp(72px, 10vw, 150px)/.78 var(--serif); letter-spacing: -.055em; }
.lookbook-intro h1 em { font-weight: 400; }
.lookbook-intro > p:last-child { font: 20px/1.4 var(--serif); }
.lookbook-grid { padding: 0 5vw 9vw; display: grid; grid-template-columns: 1.35fr .65fr; gap: 5vw 2vw; align-items: start; }
.lookbook-grid figure { margin: 0; }
.lookbook-grid figure:nth-child(3) { margin-top: 12vw; }
.lookbook-grid img { display: block; width: 100%; height: 48vw; max-height: 720px; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.lookbook-grid .lookbook-feature img { height: 64vw; max-height: 900px; }
.lookbook-card { position: relative; display: block; width: 100%; height: 48vw; max-height: 720px; padding: 0; border: 0; background: none; overflow: hidden; cursor: pointer; text-align: left; }
.lookbook-feature .lookbook-card { height: 64vw; max-height: 900px; }
.lookbook-photo { position: absolute; inset: 0; display: block; background-image: url('lookbook-fashion-contact-sheet.png'); background-repeat: no-repeat; background-size: calc(200% + 24px) calc(200% + 24px); filter: saturate(.78) contrast(1.05); transition: transform .55s ease, filter .55s ease; }
.lookbook-photo-1 { background-position: left -8px top -8px; }
.lookbook-photo-2 { background-position: right -8px top -8px; }
.lookbook-photo-3 { background-position: left -8px bottom -8px; }
.lookbook-photo-4 { background-position: right -8px bottom -8px; }
.lookbook-card:hover .lookbook-photo, .lookbook-card:focus-visible .lookbook-photo { transform: scale(1.025); filter: saturate(.92) contrast(1.02); }
.lookbook-view { position: absolute; right: 16px; bottom: 16px; z-index: 2; padding: 11px 15px; border-radius: 100px; background: var(--white); color: var(--ink); font: 9px var(--sans); letter-spacing: .1em; text-transform: uppercase; transition: background .2s; }
.lookbook-card:hover .lookbook-view { background: var(--accent); }
.lookbook-grid figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font: 24px var(--serif); }
.lookbook-grid figcaption span { font: 9px var(--sans); letter-spacing: .13em; }
.lookbook-note { height: 130px; padding: 16px 6vw; background: var(--accent); display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; }
.lookbook-note h2 { margin: 0; font: 400 clamp(38px, 4vw, 60px)/.82 var(--serif); letter-spacing: -.04em; }
.lookbook-note h2 em { font-weight: 400; }
.lookbook-note .pill { width: max-content; justify-self: end; }
.lookbook-dialog { width: min(1050px, calc(100% - 30px)); max-height: 92vh; padding: 0; background: var(--paper); }
.lookbook-dialog[open] { display: grid; grid-template-columns: 1.05fr .95fr; }
.lookbook-dialog-close { position: absolute; right: 20px; top: 14px; z-index: 5; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--white); font-size: 27px; cursor: pointer; }
.lookbook-dialog-photo { width: 100%; aspect-ratio: 1 / 1; align-self: center; background-image: url('lookbook-fashion-contact-sheet.png'); background-repeat: no-repeat; background-size: calc(200% + 24px) calc(200% + 24px); }
.lookbook-dialog-copy { padding: 70px 55px; display: flex; flex-direction: column; justify-content: center; }
.lookbook-dialog-copy h2 { margin: 25px 0; font: 58px/.88 var(--serif); letter-spacing: -.035em; }
.lookbook-description { line-height: 1.65; color: #4d4b47; }
.lookbook-pieces { margin: 25px 0 32px; border-top: 1px solid var(--line); }
.lookbook-pieces p { display: flex; justify-content: space-between; gap: 20px; margin: 0; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.lookbook-pieces p span:last-child { text-align: right; color: #666; }
.lookbook-dialog-copy .pill { width: max-content; }

.lookbook-showcase { padding: 0 5vw 8vw; }
.lookbook-stage { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); background: #d8d4ca; }
.lookbook-main { position: relative; width: 100%; aspect-ratio: 1 / 1; min-height: 0; padding: 0; border: 0; overflow: hidden; background: #aaa; cursor: pointer; }
.lookbook-main-image { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: pointer; }
.lookbook-main .lookbook-photo { transition: transform .6s ease, filter .6s ease; }
.lookbook-main:hover .lookbook-photo { transform: scale(1.018); filter: saturate(.92) contrast(1.02); }
.lookbook-slide-arrow { position: absolute; z-index: 4; top: 50%; width: 46px; height: 46px; margin-top: -23px; border: 0; border-radius: 50%; background: rgba(250,249,245,.94); color: var(--ink); font-size: 20px; cursor: pointer; transition: background .2s, transform .2s; }
.lookbook-slide-arrow:hover { background: var(--accent); transform: scale(1.05); }
.lookbook-slide-prev { left: 18px; }
.lookbook-slide-next { right: 18px; }
.lookbook-slide-counter { position: absolute; z-index: 4; left: 18px; bottom: 18px; padding: 9px 12px; border-radius: 100px; background: rgba(17,17,15,.82); color: white; font-size: 9px; letter-spacing: .12em; }
.lookbook-stage-copy { padding: 5vw 4vw; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid #99958c; }
.lookbook-stage-copy h2 { margin: 24px 0; font: 400 clamp(52px, 5.8vw, 90px)/.84 var(--serif); letter-spacing: -.04em; }
.lookbook-stage-description { max-width: 420px; line-height: 1.7; color: #4f4d48; }
.lookbook-stage-pieces { margin: 28px 0 35px; border-top: 1px solid #99958c; }
.lookbook-stage-pieces span { display: block; padding: 11px 0; border-bottom: 1px solid #99958c; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.lookbook-open-details { width: max-content; border-left: 0; border-right: 0; border-top: 0; background: none; cursor: pointer; }
.lookbook-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(105px, 1fr); gap: 10px; margin-top: 16px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; padding-bottom: 12px; }
.lookbook-rail > button { position: relative; min-width: 105px; aspect-ratio: 1 / 1; padding: 0; border: 0; background: #bbb; overflow: hidden; cursor: pointer; opacity: .58; transition: opacity .2s, transform .2s; }
.lookbook-rail > button:hover { opacity: .82; }
.lookbook-rail > button.active { opacity: 1; outline: 3px solid var(--ink); outline-offset: -3px; }
.lookbook-rail .lookbook-photo { transition: transform .35s; }
.lookbook-rail > button:hover .lookbook-photo { transform: scale(1.04); }
.lookbook-rail small { position: absolute; z-index: 2; left: 8px; bottom: 8px; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--white); font: 8px var(--sans); }
.lookbook-hint { margin: 7px 0 0; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; color: #65625c; }

/* Magazine-spread composition */
.lookbook-grid { padding: 0 5vw 12vw; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 28px; align-items: start; overflow: hidden; }
.lookbook-grid figure { margin: 0; }
.lookbook-grid .lookbook-feature { grid-column: 1 / 9; grid-row: 1; }
.lookbook-grid > figure:nth-of-type(2) { grid-column: 9 / 13; grid-row: 1; align-self: end; margin-bottom: 7vw; }
.lookbook-interlude { grid-column: 2 / 7; grid-row: 2; padding: 10vw 2vw 8vw 0; }
.lookbook-interlude blockquote { margin: 24px 0; font: 400 clamp(46px, 5.5vw, 88px)/.88 var(--serif); letter-spacing: -.035em; }
.lookbook-interlude blockquote em { font-weight: 400; }
.lookbook-interlude > p:last-child { max-width: 390px; font-size: 14px; line-height: 1.7; }
.lookbook-grid > figure:nth-of-type(3) { grid-column: 7 / 13; grid-row: 2; margin-top: 5vw; }
.lookbook-grid > figure:nth-of-type(4) { grid-column: 1 / 6; grid-row: 3; margin-top: -5vw; }
.lookbook-grid .lookbook-card, .lookbook-grid .lookbook-feature .lookbook-card { width: 100%; height: auto; max-height: none; aspect-ratio: 1 / 1; }
.lookbook-grid figcaption { font-size: 27px; padding: 15px 2px; }
.lookbook-feature figcaption { font-size: 34px; }
.lookbook-feature .lookbook-view { right: 24px; bottom: 24px; padding: 13px 18px; }

@media (max-width: 900px) {
  .lookbook-intro { grid-template-columns: 1fr; padding: 55px 25px 40px; gap: 28px; }
  .lookbook-intro h1 { grid-column: 1; }
  .lookbook-grid { grid-template-columns: 1fr 1fr; }
  .lookbook-note { grid-template-columns: 1fr; gap: 35px; }
  .lookbook-note .pill { justify-self: start; }
  .lookbook-dialog[open] { grid-template-columns: 1fr 1fr; }
  .lookbook-dialog-photo { min-height: 0; }
  .lookbook-dialog-copy { padding: 60px 35px; }
  .lookbook-stage { grid-template-columns: 1.15fr .85fr; }
  .lookbook-stage-copy { padding: 45px 30px; }
  .lookbook-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 20px; }
  .lookbook-grid .lookbook-feature { grid-column: 1 / 7; }
  .lookbook-grid > figure:nth-of-type(2) { grid-column: 7 / 9; }
  .lookbook-interlude { grid-column: 1 / 5; }
  .lookbook-grid > figure:nth-of-type(3) { grid-column: 5 / 9; }
  .lookbook-grid > figure:nth-of-type(4) { grid-column: 1 / 5; }
}

@media (max-width: 600px) {
  .lookbook-intro h1 { font-size: 74px; }
  .lookbook-grid { grid-template-columns: 1fr; padding: 0 20px 80px; gap: 50px; }
  .lookbook-grid figure:nth-child(3) { margin-top: 0; }
  .lookbook-grid img, .lookbook-grid .lookbook-feature img, .lookbook-card, .lookbook-feature .lookbook-card { height: 125vw; }
  .lookbook-note { height: auto; padding: 28px 25px; }
  .lookbook-note h2 { font-size: 40px; }
  .lookbook-dialog[open] { display: block; overflow: auto; }
  .lookbook-dialog-photo { min-height: 0; aspect-ratio: 1 / 1; }
  .lookbook-dialog-copy { padding: 50px 25px; }
  .lookbook-dialog-copy h2 { font-size: 48px; }
  .lookbook-showcase { padding: 0 20px 70px; }
  .lookbook-stage { display: block; }
  .lookbook-main { display: block; width: 100%; min-height: 0; aspect-ratio: 1 / 1; }
  .lookbook-stage-copy { padding: 45px 25px; border-left: 0; border-top: 1px solid #99958c; }
  .lookbook-stage-copy h2 { font-size: 58px; }
  .lookbook-rail { grid-auto-columns: 92px; }
  .lookbook-rail > button { min-width: 92px; }
  .lookbook-grid { display: block; padding: 0 20px 80px; }
  .lookbook-grid figure { margin: 0 0 55px !important; }
  .lookbook-interlude { padding: 55px 5px 90px; }
  .lookbook-grid .lookbook-card, .lookbook-grid .lookbook-feature .lookbook-card { height: auto; aspect-ratio: 1 / 1; }
  .lookbook-grid figcaption, .lookbook-feature figcaption { font-size: 25px; }
}

.stories .section-head {
  margin-bottom: 26px;
}

.stories {
  padding-top: 40px;
  padding-bottom: 40px;
}

.stories .section-head h2 {
  font-size: clamp(46px, 4vw, 64px);
}

.stories .visual {
  height: 260px;
  min-height: 260px;
  max-height: 260px;
}

.stories .story-card h3 {
  font-size: 30px;
  margin: 10px 0;
}

.stories .story-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1100px;
  margin: 0 auto;
}

.stories .story-large {
  grid-column: auto;
}

@media (max-width: 900px) {
  .stories .story-grid { max-width: none; }
  .stories .visual {
    height: 42vw;
    min-height: 280px;
    max-height: 380px;
  }
}

@media (max-width: 600px) {
  :root { --accent: #b8ff35; }
  .visit-hero > div:last-child { font-size: 14px; }
  .interview > .eyebrow:first-child {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .14em;
  }
  .interview { padding: 42px 20px 26px; }
  #vendor-detail .edit { padding-top: 26px; }
  .interview h2 { margin: 22px 0; font-size: 43px; line-height: .9; }
  .interview .pullquote { margin: 25px 0 32px; padding-left: 18px; font-size: 19px; }
  .interview .qa summary { padding: 17px 0; font-size: 20px; line-height: 1.1; }
  .interview .qa p { padding: 0 0 20px 18px; font-size: 15px; line-height: 1.65; }
  .vendor-detail-hero {
    min-height: 340px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .vendor-detail-copy {
    min-width: 0;
    padding: 22px 16px;
    justify-content: center;
  }
  .vendor-detail-copy h1 {
    margin: 10px 0 14px;
    font-size: clamp(31px, 9vw, 40px);
    line-height: .86;
    overflow-wrap: anywhere;
  }
  .vendor-detail-copy > p:not(.eyebrow) {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.45;
  }
  .vendor-detail-copy .vendor-socials {
    gap: 9px;
    margin-top: 6px;
  }
  .vendor-detail-copy .arrow-link { font-size: 8px; }
  .vendor-detail-art {
    min-width: 0;
    min-height: 340px;
    height: 100%;
    margin: 0;
    background-position: center;
  }
  .stories { padding-top: 40px; padding-bottom: 40px; }
  .stories .section-head { margin-bottom: 26px; }
  .stories .section-head h2 { font-size: 40px; }
  .stories .section-head .head-note { font-size: 13px; line-height: 1.45; }
  .stories .story-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 12px;
  }
  .stories .story-card { min-width: 0; margin-bottom: 0; }
  .stories .visual {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    min-height: 0;
    max-height: none;
    margin-bottom: 12px;
  }
  .stories .story-card h3 { font-size: 22px; line-height: 1; margin: 8px 0; }
  .stories .story-card > p:not(.meta) { display: none; }
  .stories .story-card > a { display: inline-block; margin-top: 8px; font-size: 8px; }
  .stories .story-card .meta { font-size: 8px; line-height: 1.35; }
  .stories .visual-nox span,
  .stories .visual-form span { font-size: 21px; }

  .articles-page .story-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .listing-page .listing-head {
    padding-top: 45px;
    padding-bottom: 24px;
  }
  .listing-page .listing-head h1 {
    margin: 16px 0;
    font-size: 52px;
    line-height: .82;
  }
  .listing-page .listing-head > p:last-child { font-size: 16px; }
  .listing-page .filter-bar { padding-bottom: 20px; }
  .vendor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .vendor-card {
    min-width: 0;
    padding: 8px 8px 22px;
  }
  .vendor-card .vendor-visual {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    margin-bottom: 12px;
  }
  .vendor-card h3 { margin: 7px 0; font-size: 23px; line-height: 1; }
  .vendor-card > p:not(.meta) { display: none; }
  .vendor-card .arrow-link { font-size: 8px; }
}
