/* Esfiha Mix — direção editorial V3 */

:root {
  --v3-navy: #1e405f;
  --v3-wine: #79394c;
  --v3-cocoa: #6e2d23;
  --v3-warm-red: #c9252a;
  --v3-paper: #fbf0d8;
}

.content-tag {
  margin: 0 0 24px;
  font: 800 10px/1.3 var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 2px solid currentColor;
  font: 800 11px/1 var(--body);
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: color .25s ease, transform .25s var(--ease);
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--yellow);
  transform: translateX(4px);
}

.plate-number {
  display: none;
}

/* A mesma esfiha de morango percorre Hero e estado 01; não existe cópia visual. */
.specials-v2 [data-special-product="0"] {
  display: none !important;
}

.specials-v2 .specials-stage {
  transition: background .72s var(--ease), color .42s ease;
}

.specials-v2 .specials-stage[data-special-state="0"] {
  background:
    radial-gradient(circle at 70% 44%, rgba(255,255,255,.34), transparent 24%),
    linear-gradient(138deg, #ffe283 0%, #ffd126 51%, #f59b0b 100%);
  color: var(--ink);
}

.specials-v2 .specials-stage[data-special-state="1"] {
  background:
    radial-gradient(circle at 27% 46%, rgba(255,243,216,.10), transparent 25%),
    linear-gradient(140deg, #193651 0%, var(--v3-navy) 52%, #294f70 100%);
  color: var(--cream);
}

.specials-v2 .specials-stage[data-special-state="2"] {
  background:
    radial-gradient(circle at 72% 43%, rgba(255,243,216,.08), transparent 26%),
    linear-gradient(137deg, #6d3143 0%, var(--v3-wine) 55%, #8b4659 100%);
  color: var(--cream);
}

.specials-v2 .specials-stage[data-special-state="3"] {
  background:
    radial-gradient(circle at 26% 43%, rgba(255,243,216,.09), transparent 27%),
    linear-gradient(135deg, var(--v3-cocoa) 0%, #93372b 52%, var(--v3-warm-red) 100%);
  color: var(--cream);
}

.specials-v2 .specials-stage[data-special-state="4"] {
  background:
    radial-gradient(circle at 81% 48%, rgba(255,224,78,.82), transparent 32%),
    linear-gradient(112deg, var(--v3-paper) 0%, var(--v3-paper) 53%, #ffcf15 53%, #ffb900 100%);
  color: var(--ink);
}

.specials-v2 .specials-stage[data-special-state="1"] .specials-copy h2 span,
.specials-v2 .specials-stage[data-special-state="2"] .specials-copy h2 span {
  color: var(--cream);
  -webkit-text-stroke: 0;
}

.specials-v2 .specials-stage[data-special-state="3"] .specials-copy h2 span {
  color: var(--yellow);
}

.specials-v2 .specials-stage[data-special-state="4"] .specials-product-deck {
  width: min(48vw, 760px);
  height: min(78vh, 760px);
}

.special-finale img {
  width: 56%;
}

.special-finale img:nth-child(1) { left: -6%; top: 6%; }
.special-finale img:nth-child(2) { right: -7%; top: 5%; }
.special-finale img:nth-child(3) { left: -3%; bottom: -4%; }
.special-finale img:nth-child(4) { right: -3%; bottom: -4%; }

/* Narrativa de marca */
.story-section {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
}

.story-opening {
  min-height: 105svh;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: clamp(48px, 7vw, 126px);
  align-items: center;
  padding: clamp(110px, 12vw, 176px) clamp(24px, 6vw, 104px) clamp(90px, 9vw, 140px);
  background:
    radial-gradient(circle at 4% 94%, rgba(255,203,0,.20), transparent 25%),
    linear-gradient(135deg, #99070b 0%, #c6090e 52%, #ed331c 100%);
}

.story-copy {
  position: relative;
  z-index: 3;
}

.story-copy h2 {
  max-width: 820px;
  margin: 0;
  font: 700 clamp(66px, 7.7vw, 132px)/.76 var(--display);
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.story-copy h2 em {
  color: var(--yellow);
  font-family: inherit;
  font-style: normal;
}

.story-lead {
  max-width: 650px;
  margin: 34px 0 0;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.65;
}

.story-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.story-actions .btn {
  background: var(--cream);
  color: var(--red);
}

.story-collage {
  position: relative;
  min-height: min(72vw, 780px);
  perspective: 1400px;
}

.story-frame {
  --depth-x: 0deg;
  --depth-y: 0deg;
  --depth-shift-x: 0px;
  --depth-shift-y: 0px;
  position: absolute;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,243,216,.72);
  background: var(--ink);
  box-shadow: 13px 15px 0 rgba(17,17,17,.94);
  transform-style: preserve-3d;
  transition: transform .48s var(--ease), box-shadow .35s var(--ease), filter .35s ease;
}

.story-frame:hover,
.story-frame:focus-within {
  z-index: 8;
  box-shadow: 19px 23px 0 rgba(17,17,17,.94);
  filter: saturate(1.07);
}

.story-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06) translate3d(var(--depth-shift-x), var(--depth-shift-y), 0);
  transition: transform .5s var(--ease);
}

.story-frame figcaption {
  position: absolute;
  z-index: 3;
  left: 18px;
  right: 18px;
  bottom: 18px;
  max-width: 290px;
  padding: 12px 14px;
  background: var(--cream);
  color: var(--ink);
  font: 800 9px/1.4 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.story-frame--food {
  left: 4%;
  top: 4%;
  width: 61%;
  height: 75%;
  transform: rotate(-2deg) rotateX(var(--depth-y)) rotateY(var(--depth-x));
}

.story-frame--night {
  right: 1%;
  top: 0;
  width: 35%;
  height: 51%;
  transform: rotate(2.5deg) rotateX(var(--depth-y)) rotateY(var(--depth-x));
}

.story-frame--family {
  right: 0;
  bottom: 2%;
  width: 45%;
  height: 46%;
  transform: rotate(-1.5deg) rotateX(var(--depth-y)) rotateY(var(--depth-x));
}

.story-reasons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255,243,216,.38);
}

.story-reason {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(34px, 4vw, 64px);
  border-right: 1px solid rgba(255,243,216,.38);
}

.story-reason:last-child {
  border-right: 0;
}

.story-reason h3 {
  max-width: 430px;
  margin: 0;
  color: var(--yellow);
  font: 700 clamp(42px, 4.3vw, 72px)/.86 var(--display);
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.story-reason p {
  max-width: 420px;
  margin: 24px 0 0;
  color: rgba(255,243,216,.76);
  line-height: 1.65;
}

/* O mix sem repetir os sabores especiais */
.range-intro .section-label::before {
  display: none;
}

.flavor-card--photo {
  isolation: isolate;
  overflow: hidden;
  background: #251915;
  color: var(--cream);
}

.flavor-card--photo::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(17,17,17,.24), transparent 40%, rgba(17,17,17,.86));
  pointer-events: none;
}

.flavor-card--photo > img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: scale(1.035);
  filter: none;
}

.flavor-card--photo .flavor-head,
.flavor-card--photo .flavor-copy {
  position: relative;
  z-index: 2;
}

.flavor-card--photo:hover > img {
  transform: scale(1.095);
}

/* Categorias com navegação nas laterais dos cards */
.category-showcase {
  padding-inline: clamp(22px, 5vw, 84px);
}

.category-head {
  padding-inline: clamp(0px, 1vw, 18px);
}

.category-rail-shell {
  position: relative;
  padding-inline: clamp(52px, 5vw, 82px);
}

.category-rail {
  padding: 10px 4px 34px;
  scroll-padding-inline: 4px;
}

.category-tile {
  min-height: 570px;
  padding-bottom: 28px;
}

.category-tile > span {
  display: none;
}

.category-tile > p {
  min-height: 48px;
  margin: 12px 0 18px;
  color: rgba(17,17,17,.66);
  font-size: 14px;
  line-height: 1.55;
}

.category-arrow {
  position: absolute;
  z-index: 8;
  top: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font: 700 24px/1 var(--display);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .28s var(--ease), background .25s ease, color .25s ease;
}

.category-arrow:hover,
.category-arrow:focus-visible {
  background: var(--red);
  color: var(--cream);
  transform: translateY(-50%) scale(1.08);
}

.category-arrow--prev { left: 0; }
.category-arrow--next { right: 0; }

/* Experiência em cenas, inspirada nos movimentos editoriais dos vídeos. */
.experience-v3 {
  position: relative;
  padding: clamp(110px, 12vw, 178px) clamp(24px, 6vw, 104px);
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
}

.experience-v3-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .5fr);
  gap: 8vw;
  align-items: end;
  margin-bottom: clamp(70px, 9vw, 132px);
}

.experience-v3-head .content-tag,
.experience-v3-head h2 {
  grid-column: 1;
}

.experience-v3-head h2 {
  max-width: 1050px;
  margin: 0;
  font: 700 clamp(70px, 9vw, 152px)/.75 var(--display);
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.experience-v3-head > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0 0 12px;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.65;
}

.experience-scenes {
  display: grid;
  gap: clamp(62px, 10vw, 160px);
}

.experience-scene {
  min-height: min(82svh, 860px);
  display: grid;
  grid-template-columns: minmax(360px, 1.02fr) minmax(330px, .98fr);
  gap: clamp(38px, 7vw, 126px);
  align-items: center;
}

.experience-scene:nth-child(even) figure {
  order: 2;
}

.experience-scene figure {
  position: relative;
  min-height: min(72svh, 760px);
  margin: 0;
  overflow: hidden;
  background: #2c221d;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s var(--ease);
}

.experience-scene:nth-child(even) figure {
  clip-path: inset(0 0 0 100%);
}

.experience-scene.is-visible figure {
  clip-path: inset(0 0 0 0);
}

.experience-scene figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(17,17,17,.32));
}

.experience-scene img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: scale(1.12) translateY(var(--scene-parallax, 0px));
  transition: transform 1.2s var(--ease), filter .5s ease;
}

.experience-scene.is-visible img {
  transform: scale(1.02) translateY(var(--scene-parallax, 0px));
}

.experience-scene-copy {
  opacity: 0;
  transform: translateX(58px);
  transition: opacity .65s ease .18s, transform .85s var(--ease) .18s;
}

.experience-scene:nth-child(even) .experience-scene-copy {
  transform: translateX(-58px);
}

.experience-scene.is-visible .experience-scene-copy {
  opacity: 1;
  transform: translateX(0);
}

.scene-context {
  margin: 0 0 24px;
  color: var(--yellow);
  font: 800 10px/1.3 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.experience-scene h3 {
  margin: 0;
  font: 700 clamp(54px, 6.2vw, 106px)/.78 var(--display);
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.experience-scene-copy > p:last-child {
  max-width: 540px;
  margin: 30px 0 0;
  color: rgba(255,243,216,.76);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.68;
}

/* Avaliações como vozes, sem pilha de cartões genérica. */
.reviews-v3 {
  position: relative;
  min-height: 1120px;
  padding: clamp(108px, 11vw, 172px) clamp(24px, 6vw, 104px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 60%, rgba(255,203,0,.17), transparent 18%),
    #f7ead0;
  color: var(--ink);
}

.reviews-v3-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .46fr);
  gap: 7vw;
  align-items: end;
  position: relative;
  z-index: 4;
}

.reviews-v3-head .content-tag,
.reviews-v3-head h2 {
  grid-column: 1;
}

.reviews-v3-head h2 {
  margin: 0;
  font: 700 clamp(68px, 8.3vw, 142px)/.76 var(--display);
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.reviews-v3-head > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.review-orbit {
  position: relative;
  width: min(100%, 1180px);
  min-height: 650px;
  margin: 54px auto 0;
}

.review-orbit-ring {
  position: absolute;
  inset: 7% 14%;
  border: 1px solid rgba(17,17,17,.32);
  border-radius: 50%;
  transform: rotate(-9deg);
}

.review-orbit-ring::before,
.review-orbit-ring::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(17,17,17,.16);
  border-radius: inherit;
}

.review-orbit-ring::before { inset: 9% -8%; transform: rotate(18deg); }
.review-orbit-ring::after { inset: -14% 13%; transform: rotate(-24deg); }

.review-focus {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: min(62vw, 690px);
  transform: translate(-50%, -50%);
  text-align: center;
}

.review-focus > span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--red);
  font: 800 9px/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.review-focus blockquote {
  margin: 0;
  font: 700 clamp(39px, 4.4vw, 74px)/.96 var(--display);
  letter-spacing: -.03em;
  text-transform: uppercase;
  transition: opacity .2s ease, transform .35s var(--ease);
}

.review-focus p {
  margin: 27px 0 0;
  font: 800 10px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.review-focus.is-changing blockquote {
  opacity: 0;
  transform: translateY(16px);
}

.review-voice {
  position: absolute;
  z-index: 5;
  width: min(230px, 24vw);
  min-height: 110px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--ink);
  border-radius: 16px;
  background: var(--cream);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  box-shadow: 6px 7px 0 rgba(17,17,17,.18);
  transition: transform .34s var(--ease), background .25s ease, color .25s ease, box-shadow .34s var(--ease);
}

.review-voice b {
  font: 700 25px/.9 var(--display);
  text-transform: uppercase;
}

.review-voice span {
  font-size: 12px;
  line-height: 1.35;
}

.review-voice:hover,
.review-voice:focus-visible,
.review-voice.is-active {
  z-index: 8;
  background: var(--red);
  color: var(--cream);
  box-shadow: 9px 11px 0 var(--ink);
  transform: translateY(-9px) rotate(0deg) scale(1.025);
}

.review-voice--one { left: 3%; top: 12%; transform: rotate(-4deg); }
.review-voice--two { right: 1%; top: 19%; transform: rotate(3deg); }
.review-voice--three { left: 8%; bottom: 5%; transform: rotate(2deg); }
.review-voice--four { right: 8%; bottom: 3%; transform: rotate(-3deg); }

.reviews-v3-actions {
  position: relative;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 10px;
}

.reviews-v3 .text-link:hover,
.reviews-v3 .text-link:focus-visible {
  color: var(--red);
}

/* FAQ e unidades: mais informação, menos ornamento. */
.faq-section {
  padding-block: clamp(100px, 10vw, 154px);
}

.faq-section .section-label::before,
#unidades .section-label::before {
  display: none;
}

.faq-section .section-head,
#unidades .section-head {
  margin-bottom: clamp(48px, 6vw, 82px);
}

.faq-section .section-head h2,
#unidades .section-head h2 {
  font-size: clamp(60px, 7.6vw, 122px);
}

.faq-section .faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255,243,216,.38);
}

.faq-section .motion-card {
  min-height: 0;
  padding: 27px 26px;
  border: 0;
  border-right: 1px solid rgba(255,243,216,.38);
  border-bottom: 1px solid rgba(255,243,216,.38);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-section .motion-card:nth-child(even) {
  border-right: 0;
}

.faq-section .motion-card summary {
  font-size: clamp(20px, 2vw, 28px);
}

.faq-section .motion-card[open] {
  background: var(--yellow);
  color: var(--ink);
}

#unidades {
  background: #f7ead0;
}

#unidades .location-grid {
  gap: 1px;
  background: rgba(17,17,17,.25);
  border: 1px solid rgba(17,17,17,.25);
}

#unidades .location-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: var(--cream);
}

#unidades .location-photo {
  border-radius: 0;
}

/* Comunidade em carrossel editorial */
.social-editorial {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(520px, 1.18fr);
  background: var(--red);
  color: var(--cream);
}

.social-editorial-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(80px, 8vw, 130px) clamp(24px, 5vw, 84px);
}

.social-editorial-copy h2 {
  margin: 0;
  font: 700 clamp(66px, 7.2vw, 124px)/.76 var(--display);
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.social-editorial-copy > p:not(.content-tag) {
  max-width: 560px;
  margin: 30px 0 0;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.65;
}

.social-editorial .social-actions {
  margin-top: 38px;
}

.social-editorial .social-icon-link {
  border-color: rgba(255,243,216,.7);
}

.social-carousel {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--yellow);
}

.social-slides,
.social-slide {
  position: absolute;
  inset: 0;
}

.social-slide {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
  transition: opacity .6s ease, transform 1s var(--ease), visibility .6s;
}

.social-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.social-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(17,17,17,.78));
}

.social-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-slide figcaption {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 5vw, 78px);
  right: clamp(28px, 5vw, 78px);
  bottom: clamp(38px, 7vw, 98px);
  display: grid;
  gap: 9px;
}

.social-slide figcaption b {
  font: 700 clamp(42px, 5.5vw, 90px)/.84 var(--display);
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.social-slide figcaption span {
  max-width: 520px;
  font-size: 15px;
  line-height: 1.45;
}

.social-carousel-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--cream);
  border-radius: 50%;
  background: rgba(17,17,17,.36);
  color: var(--cream);
  font: 700 24px/1 var(--display);
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
  transition: background .25s ease, transform .25s var(--ease);
}

.social-carousel-arrow:hover,
.social-carousel-arrow:focus-visible {
  background: var(--red);
  transform: translateY(-50%) scale(1.08);
}

.social-carousel-arrow--prev { left: 22px; }
.social-carousel-arrow--next { right: 22px; }

.social-carousel-count {
  position: absolute;
  z-index: 5;
  right: 26px;
  top: 24px;
  margin: 0;
  padding: 9px 12px;
  background: rgba(17,17,17,.7);
  color: var(--cream);
  font: 800 9px/1 var(--mono);
  letter-spacing: .12em;
}

/* Canais e rodapé */
.channel-hub {
  background: var(--cream);
}

.channel-hub .section-label::before,
.channel-head .section-label::before {
  display: none;
}

.channel-grid {
  gap: 1px;
  background: var(--ink);
  border: 1px solid var(--ink);
}

.channel-card {
  border: 0 !important;
  background: var(--cream);
}

.channel-card:hover,
.channel-card:focus-visible {
  background: var(--yellow);
}

.site-footer .footer-wordmark {
  margin-top: 8px;
  line-height: .72;
  transform: translateY(-.02em);
}

.site-footer .footer-bottom {
  position: relative;
  z-index: 2;
  background: var(--ink);
}

@media (max-width: 1180px) {
  .story-opening {
    grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr);
  }

  .story-collage { min-height: 650px; }
  .category-tile { min-height: 520px; }
  .review-orbit { min-height: 620px; }
}

@media (max-width: 980px) {
  .story-opening {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .story-copy { max-width: 860px; }
  .story-collage { min-height: min(94vw, 760px); }

  .story-reasons {
    grid-template-columns: 1fr;
  }

  .story-reason {
    min-height: 280px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,243,216,.38);
  }

  .story-reason:last-child { border-bottom: 0; }

  .experience-v3-head,
  .reviews-v3-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .experience-v3-head > p:last-child,
  .reviews-v3-head > p:last-child {
    grid-column: 1;
    grid-row: auto;
    max-width: 660px;
  }

  .experience-scene {
    grid-template-columns: minmax(320px, .9fr) minmax(300px, 1.1fr);
    gap: 48px;
  }

  .social-editorial {
    grid-template-columns: 1fr 1.25fr;
  }
}

@media (max-width: 820px) {
  .specials-v2 .specials-stage[data-special-state="4"] .specials-product-deck {
    width: min(96vw, 590px);
    top: 29%;
    height: 34svh;
  }

  .special-finale img { width: 52%; }

  .specials-v2 .specials-copy,
  .specials-v2 .specials-stage[data-special-state="1"] .specials-copy[data-special-copy="1"],
  .specials-v2 .specials-stage[data-special-state="3"] .specials-copy[data-special-copy="3"],
  .specials-copy--final {
    bottom: 126px;
  }

  .story-opening {
    padding: 100px 20px 70px;
  }

  .story-copy h2 {
    font-size: clamp(54px, 15vw, 78px);
  }

  .story-lead { font-size: 16px; }
  .story-actions { align-items: flex-start; flex-direction: column; gap: 16px; }

  .story-collage {
    min-height: 760px;
    margin-top: 24px;
  }

  .story-frame--food {
    left: 0;
    width: 78%;
    height: 49%;
  }

  .story-frame--night {
    right: 0;
    width: 45%;
    height: 35%;
  }

  .story-frame--family {
    width: 68%;
    height: 43%;
  }

  .story-reason {
    min-height: 250px;
    padding: 34px 20px;
  }

  .story-reason h3 { font-size: 46px; }

  .category-showcase {
    padding-inline: 20px;
  }

  .category-rail-shell {
    padding-inline: 0;
  }

  .category-rail {
    padding-inline: 0;
  }

  .category-arrow {
    width: 50px;
    height: 50px;
  }

  .category-arrow--prev { left: -9px; }
  .category-arrow--next { right: -9px; }

  .category-tile {
    min-height: 490px;
  }

  .experience-v3 {
    padding: 96px 20px;
  }

  .experience-v3-head h2 {
    font-size: clamp(57px, 15vw, 84px);
  }

  .experience-scenes { gap: 90px; }

  .experience-scene,
  .experience-scene:nth-child(even) {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .experience-scene:nth-child(even) figure { order: 0; }

  .experience-scene figure {
    min-height: 72svh;
  }

  .experience-scene h3 {
    font-size: clamp(53px, 14vw, 76px);
  }

  .reviews-v3 {
    min-height: auto;
    padding: 96px 20px;
  }

  .reviews-v3-head h2 {
    font-size: clamp(57px, 15vw, 84px);
  }

  .review-orbit {
    min-height: auto;
    display: grid;
    gap: 12px;
    margin-top: 48px;
  }

  .review-orbit-ring { display: none; }

  .review-focus {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 20px;
    border: 1px solid var(--ink);
    transform: none;
  }

  .review-focus blockquote {
    font-size: clamp(37px, 10.5vw, 58px);
  }

  .review-voice,
  .review-voice--one,
  .review-voice--two,
  .review-voice--three,
  .review-voice--four {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-height: 84px;
    grid-template-columns: 90px 1fr;
    align-items: center;
    transform: none;
  }

  .review-voice:hover,
  .review-voice:focus-visible,
  .review-voice.is-active {
    transform: translateX(5px);
  }

  .reviews-v3-actions {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 36px;
  }

  .faq-section .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-section .motion-card,
  .faq-section .motion-card:nth-child(even) {
    border-right: 0;
  }

  .social-editorial {
    grid-template-columns: 1fr;
  }

  .social-editorial-copy {
    min-height: 75svh;
    padding: 96px 20px 70px;
  }

  .social-editorial-copy h2 {
    font-size: clamp(57px, 15vw, 82px);
  }

  .social-carousel {
    min-height: 84svh;
  }

  .social-carousel-arrow--prev { left: 12px; }
  .social-carousel-arrow--next { right: 12px; }

  .site-footer .footer-wordmark {
    margin-top: 22px;
  }
}

@media (max-width: 520px) {
  .story-collage { min-height: 610px; }

  .story-frame figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 9px 10px;
    font-size: 7px;
  }

  .story-frame--food { height: 52%; }
  .story-frame--night { width: 49%; height: 35%; }
  .story-frame--family { width: 74%; height: 40%; }

  .category-arrow {
    top: 46%;
    width: 46px;
    height: 46px;
  }

  .category-tile {
    min-height: 450px;
  }

  .experience-scene figure { min-height: 62svh; }

  .social-slide figcaption {
    left: 24px;
    right: 24px;
    bottom: 38px;
  }

  .social-slide figcaption b {
    font-size: 46px;
  }
}

@media (hover: none) {
  .story-frame:hover,
  .story-frame:focus-within {
    box-shadow: 13px 15px 0 rgba(17,17,17,.94);
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-frame,
  .story-frame img,
  .experience-scene figure,
  .experience-scene img,
  .experience-scene-copy,
  .social-slide,
  .review-focus blockquote,
  .review-voice {
    transition: none !important;
  }

  .experience-scene figure,
  .experience-scene:nth-child(even) figure {
    clip-path: none;
  }

  .experience-scene-copy {
    opacity: 1;
    transform: none;
  }
}
