/* Esfiha Mix — revisão pública V2 */
:root {
  --rail: 0px;
  --header-offset: 92px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset);
}

body {
  overflow-x: hidden;
}

main,
.site-footer {
  margin-left: 0 !important;
}

.header,
.progress {
  left: 0 !important;
}

section[id] {
  scroll-margin-top: var(--header-offset);
}

.side-rail,
.offer-ribbon,
.mobile-order-cta {
  display: none !important;
}

.nav-group {
  gap: clamp(12px, 1.35vw, 24px);
}

.nav-group > a:not(.nav-cta) {
  font-size: 8px;
  white-space: nowrap;
}

.specials-v2 {
  height: 440svh;
  min-height: 3000px;
  margin-top: -2px;
}

.specials-v2 .specials-stage {
  isolation: isolate;
  padding: clamp(110px, 13vh, 148px) clamp(26px, 6vw, 96px) 70px;
  background:
    radial-gradient(circle at 74% 46%, rgba(255,255,255,.45), transparent 25%),
    linear-gradient(140deg, #ffdd28 0%, var(--yellow) 56%, #ffb800 100%);
  transition: background-color .65s var(--ease);
}

.specials-v2 .specials-stage[data-special-state="1"] {
  background:
    radial-gradient(circle at 28% 44%, rgba(255,243,216,.22), transparent 28%),
    linear-gradient(135deg, #9d0000, var(--red) 58%, #ef280f);
  color: var(--cream);
}

.specials-v2 .specials-stage[data-special-state="2"] {
  background:
    radial-gradient(circle at 73% 42%, rgba(255,255,255,.5), transparent 28%),
    linear-gradient(140deg, #fff4dc, #ffd830 74%, #ffbc00);
  color: var(--ink);
}

.specials-v2 .specials-stage[data-special-state="3"] {
  background:
    radial-gradient(circle at 50% 44%, rgba(237,27,36,.22), transparent 30%),
    var(--cream);
  color: var(--ink);
}

.specials-backdrop {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: grid;
  align-content: space-around;
  overflow: hidden;
  pointer-events: none;
}

.specials-backdrop span {
  width: max-content;
  font: 700 clamp(130px, 23vw, 390px)/.64 var(--display);
  letter-spacing: -.08em;
  color: transparent;
  -webkit-text-stroke: 1.5px currentColor;
  opacity: .17;
  white-space: nowrap;
  transform: translateX(var(--special-drift, -4vw));
}

.specials-backdrop span:last-child {
  justify-self: end;
  transform: translateX(calc(var(--special-drift, -4vw) * -1));
}

.specials-progress {
  position: absolute;
  z-index: 8;
  top: 105px;
  right: clamp(24px, 5vw, 82px);
  width: min(270px, 25vw);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 15px;
  font: 800 9px/1 var(--mono);
  letter-spacing: .12em;
}

.specials-progress::before {
  content: "";
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 2px;
  background: currentColor;
  opacity: .2;
}

.specials-progress i {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 4px;
  background: currentColor;
  transform: scaleX(var(--special-progress, .02));
  transform-origin: left center;
}

.specials-product-deck {
  position: absolute;
  z-index: 3;
  left: 69%;
  top: 51%;
  width: min(48vw, 680px);
  height: min(72vh, 690px);
  transform: translate(-50%, -50%);
  transition: left .65s var(--ease);
  pointer-events: none;
}

.specials-stage[data-special-state="1"] .specials-product-deck {
  left: 30%;
}

.special-product,
.special-finale {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(18%, 7%, 0) scale(.76) rotate(8deg);
  transition: opacity .5s var(--ease), transform .78s var(--ease), visibility .5s;
  will-change: transform, opacity;
}

.special-product img {
  width: min(100%, 620px);
  height: auto;
  filter: drop-shadow(0 30px 34px rgba(17,17,17,.25));
  animation: special-breathe 4.5s ease-in-out infinite;
}

.special-product.is-active,
.special-finale.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1) rotate(var(--special-rotation, -1deg));
}

.special-product.is-past {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-22%, -8%, 0) scale(.86) rotate(-7deg);
}

.special-finale {
  display: block;
}

.special-finale img {
  position: absolute;
  width: 58%;
  height: auto;
  filter: drop-shadow(0 25px 26px rgba(17,17,17,.2));
}

.special-finale img:nth-child(1) { left: -2%; top: 7%; transform: rotate(-8deg); }
.special-finale img:nth-child(2) { right: -3%; top: 4%; transform: rotate(8deg); }
.special-finale img:nth-child(3) { left: 22%; bottom: -3%; transform: rotate(1deg); }

@keyframes special-breathe {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1) rotate(-1deg); }
  50% { transform: translate3d(0, -9px, 20px) scale(1.025) rotate(1.5deg); }
}

.specials-v2 .specials-copy {
  position: absolute;
  z-index: 5;
  left: clamp(26px, 6vw, 96px);
  top: 50%;
  width: min(44vw, 650px);
  max-width: none;
  opacity: 0 !important;
  visibility: hidden;
  transform: translate3d(-8%, -43%, 0) !important;
  transition: opacity .5s var(--ease), transform .7s var(--ease), visibility .5s;
}

.specials-v2 .specials-stage[data-special-state="1"] .specials-copy[data-special-copy="1"] {
  left: auto;
  right: clamp(26px, 6vw, 96px);
  transform: translate3d(8%, -43%, 0) !important;
}

.specials-v2 .specials-copy.is-active {
  opacity: 1 !important;
  visibility: visible;
  transform: translate3d(0, -50%, 0) !important;
}

.specials-v2 .specials-copy h2 {
  font-size: clamp(62px, 7.2vw, 120px);
}

.specials-v2 .specials-copy p {
  max-width: 535px;
}

.specials-copy--final {
  left: 50% !important;
  top: 24% !important;
  width: min(920px, 82vw) !important;
  text-align: center;
  transform: translate3d(-50%, -20%, 0) !important;
}

.specials-copy--final.is-active {
  transform: translate3d(-50%, 0, 0) !important;
}

.specials-copy--final p {
  margin-inline: auto !important;
}

.specials-copy--final .btn {
  margin-top: 23px;
  background: var(--ink);
  color: var(--cream);
}

.about-section {
  position: relative;
  z-index: 4;
  background: var(--cream);
  color: var(--ink);
}

.about-intro {
  min-height: 78svh;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr);
  align-content: center;
  gap: 8vw;
  padding: clamp(100px, 12vw, 180px) clamp(24px, 6vw, 100px);
}

.about-intro h2,
.category-head h2,
.experience-copy h2,
.reviews-head h2 {
  margin: 14px 0 0;
  font: 700 clamp(70px, 9vw, 150px)/.75 var(--display);
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.about-intro h2 em,
.category-head h2 em,
.experience-copy h2 em,
.reviews-head h2 em {
  color: var(--red);
  font-style: normal;
}

.about-intro > p {
  align-self: end;
  max-width: 520px;
  margin: 0;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.55;
}

.about-story {
  height: 310svh;
  min-height: 2250px;
}

.about-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
}

.about-media {
  position: relative;
  overflow: hidden;
}

.about-image {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  clip-path: inset(10% 12% 10% 12% round 34px);
  transform: scale(1.12);
  transition: opacity .7s var(--ease), clip-path .9s var(--ease), transform 1.1s var(--ease);
}

.about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 56%, var(--ink));
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image.is-active {
  opacity: 1;
  clip-path: inset(0 0 0 0 round 0);
  transform: scale(1.03) translateY(var(--about-parallax, 0));
}

.about-word {
  position: absolute;
  z-index: 3;
  left: -3vw;
  bottom: 2vh;
  font: 700 clamp(120px, 22vw, 360px)/.68 var(--display);
  letter-spacing: -.08em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,243,216,.5);
  pointer-events: none;
}

.about-chapters {
  position: relative;
  padding: clamp(90px, 12vh, 135px) clamp(28px, 5vw, 78px);
}

.about-chapter {
  position: absolute;
  left: clamp(28px, 5vw, 78px);
  right: clamp(28px, 5vw, 78px);
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(12%, -42%, 0);
  transition: opacity .6s var(--ease), transform .8s var(--ease), visibility .6s;
}

.about-chapter.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, -50%, 0);
}

.about-chapter b {
  color: var(--yellow);
  font: 800 9px/1.3 var(--mono);
  letter-spacing: .13em;
}

.about-chapter h3 {
  margin: 24px 0;
  font: 700 clamp(54px, 6vw, 98px)/.82 var(--display);
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.about-chapter p {
  max-width: 540px;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.6;
}

.about-chapter .btn {
  margin-top: 22px;
}

.about-meter {
  position: absolute;
  right: 24px;
  top: 18%;
  bottom: 18%;
  width: 3px;
  background: rgba(255,243,216,.2);
}

.about-meter i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--yellow);
  transform: scaleY(var(--about-progress, .01));
  transform-origin: top;
}

.category-showcase {
  position: relative;
  z-index: 5;
  padding: clamp(100px, 12vw, 165px) 0 clamp(90px, 10vw, 145px);
  background: var(--cream);
  color: var(--ink);
  overflow: hidden;
}

.category-head {
  display: grid;
  grid-template-columns: 1.1fr minmax(300px, .52fr);
  gap: 8vw;
  align-items: end;
  padding: 0 clamp(24px, 6vw, 100px) 58px;
}

.category-head-side p {
  margin: 0 0 30px;
  line-height: 1.6;
}

.category-controls {
  display: flex;
  gap: 10px;
}

.category-controls button {
  width: 56px;
  height: 56px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 25px;
  transition: transform .25s var(--ease), background .25s, color .25s;
}

.category-controls button:hover,
.category-controls button:focus-visible {
  background: var(--red);
  color: var(--cream);
  transform: translateY(-3px);
}

.category-rail {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: clamp(24px, 6vw, 100px);
  overscroll-behavior-inline: contain;
  padding: 14px clamp(24px, 6vw, 100px) 42px;
  scrollbar-width: thin;
  scrollbar-color: var(--red) rgba(17,17,17,.12);
}

.category-tile {
  flex: 0 0 clamp(290px, 29vw, 430px);
  scroll-snap-align: start;
  padding: 16px 16px 24px;
  border: 1px solid var(--ink);
  border-radius: 30px;
  background: var(--white);
  box-shadow: 10px 10px 0 var(--ink);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}

.category-tile:nth-child(3n+2) { transform: rotate(1deg); }
.category-tile:nth-child(3n) { transform: rotate(-1deg); }
.category-tile:hover { transform: translateY(-8px) rotate(0); box-shadow: 14px 18px 0 var(--ink); }

.category-tile-image {
  aspect-ratio: 1 / .78;
  overflow: hidden;
  border-radius: 20px;
  background: var(--yellow);
  pointer-events: none;
}

.category-tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s var(--ease);
}

.category-tile:hover img { transform: scale(1.06); }

.category-tile > span {
  display: block;
  margin-top: 22px;
  font: 800 9px/1 var(--mono);
  letter-spacing: .13em;
}

.category-tile h3 {
  min-height: 2em;
  margin: 12px 0 24px;
  font: 700 clamp(38px, 3.4vw, 58px)/.86 var(--display);
  text-transform: uppercase;
}

.category-tile a {
  display: inline-flex;
  padding-bottom: 5px;
  border-bottom: 2px solid currentColor;
  font: 800 10px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.category-tile a:hover,
.category-tile a:focus-visible {
  color: var(--red);
}

.brand-experience {
  position: relative;
  z-index: 4;
  min-height: 150svh;
  padding: clamp(110px, 13vw, 185px) clamp(24px, 6vw, 100px);
  overflow: hidden;
  background: var(--red);
  color: var(--cream);
}

.experience-words {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  pointer-events: none;
}

.experience-words span {
  width: max-content;
  font: 700 clamp(150px, 25vw, 420px)/.64 var(--display);
  letter-spacing: -.08em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,243,216,.2);
  transform: translateX(var(--experience-word-a, -9vw));
}

.experience-words span:last-child {
  align-self: flex-end;
  transform: translateX(var(--experience-word-b, 9vw));
}

.experience-copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .45fr);
  gap: 8vw;
  align-items: end;
}

.experience-copy .section-label,
.experience-copy h2 {
  grid-column: 1;
}

.experience-copy > p {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  max-width: 480px;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.6;
}

.experience-copy h2 em {
  color: var(--yellow);
}

.experience-gallery {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.2fr .55fr;
  gap: 22px;
  max-width: 1250px;
  margin: clamp(90px, 13vw, 180px) auto 0;
}

.experience-photo {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 32px;
  background: var(--yellow);
  box-shadow: 12px 12px 0 var(--ink);
}

.experience-photo--hero {
  grid-row: span 2;
  min-height: 810px;
  transform: rotate(-1.5deg);
}

.experience-photo--small:nth-child(2) { transform: rotate(2.5deg) translateY(-35px); }
.experience-photo--small:nth-child(3) { transform: rotate(-2deg) translateY(25px); }

.experience-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.09) translateY(var(--photo-shift, 0));
}

.experience-photo figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--ink);
  font: 800 9px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.reviews-section {
  position: relative;
  z-index: 5;
  padding: clamp(110px, 13vw, 180px) clamp(24px, 6vw, 100px);
  overflow: hidden;
  background: var(--yellow);
  color: var(--ink);
}

.reviews-section::before,
.reviews-section::after {
  content: "";
  position: absolute;
  width: 38vw;
  height: 14vw;
  border-radius: 50%;
  background: var(--red);
  filter: blur(1px);
  opacity: .16;
  transform: rotate(-12deg);
}

.reviews-section::before { right: -12vw; top: 12%; }
.reviews-section::after { left: -12vw; bottom: 8%; transform: rotate(18deg); }

.reviews-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr minmax(280px, .46fr);
  gap: 8vw;
  align-items: end;
}

.reviews-head .section-label,
.reviews-head h2 { grid-column: 1; }

.reviews-head > p {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  padding: 20px;
  border: 1px solid var(--ink);
  border-radius: 18px;
  background: rgba(255,243,216,.65);
  font-size: 14px;
  line-height: 1.55;
}

.review-stack {
  position: relative;
  z-index: 3;
  max-width: 1120px;
  min-height: 780px;
  margin: 90px auto 20px;
}

.review-card {
  position: absolute;
  width: min(540px, 48vw);
  min-height: 355px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid var(--ink);
  border-radius: 30px;
  background: var(--cream);
  box-shadow: 12px 14px 0 var(--ink);
  transform: translateY(var(--review-shift, 0)) rotate(var(--review-rotation, 0deg));
}

.review-card:nth-child(1) { left: 0; top: 20px; --review-rotation: -3deg; }
.review-card:nth-child(2) { right: 0; top: 190px; --review-rotation: 2deg; background: var(--white); }
.review-card:nth-child(3) { left: 18%; top: 390px; --review-rotation: -1deg; }

.rating-stars {
  display: flex;
  gap: 5px;
}

.rating-stars i {
  width: 23px;
  height: 23px;
  display: block;
  background: var(--red);
  clip-path: polygon(50% 0%,61% 34%,98% 34%,68% 56%,79% 94%,50% 72%,21% 94%,32% 56%,2% 34%,39% 34%);
}

.review-card blockquote {
  margin: 35px 0;
  font: 700 clamp(30px, 3.2vw, 50px)/.98 var(--display);
  text-transform: uppercase;
}

.review-card footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid currentColor;
}

.review-card footer b,
.review-card footer span {
  font: 800 9px/1.4 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.review-card footer span { text-align: right; opacity: .64; }

.reviews-actions {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.community-v2 {
  min-height: 100svh;
  grid-template-columns: 1fr 1fr;
}

.community-collage {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: var(--yellow);
}

.community-frame {
  position: absolute;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 26px;
  background: var(--cream);
  box-shadow: 10px 11px 0 var(--ink);
  transform: translateY(var(--community-shift, 0));
}

.community-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-frame--one { left: 7%; top: 8%; width: 72%; height: 56%; transform: rotate(-3deg) translateY(var(--community-shift, 0)); }
.community-frame--two { right: 4%; top: 42%; width: 47%; height: 43%; transform: rotate(5deg) translateY(var(--community-shift, 0)); }
.community-frame--two img { object-fit: contain; background: var(--yellow); }
.community-frame--three { left: 5%; bottom: 4%; width: 54%; height: 31%; transform: rotate(-6deg) translateY(var(--community-shift, 0)); }

.community-stroke {
  position: absolute;
  z-index: 1;
  left: -12%;
  right: -8%;
  top: 52%;
  height: 18%;
  border-radius: 50%;
  background: var(--red);
  transform: rotate(-11deg);
}

.community-v2 .social-copy {
  position: relative;
  z-index: 3;
}

.site-footer {
  margin-top: 0;
}

.footer-claim > img {
  width: 168px;
  height: auto;
  margin-bottom: 42px;
}

.site-footer .footer-top {
  grid-template-columns: .75fr 1.25fr;
}

.site-footer .footer-links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.site-footer .footer-top h2 span {
  color: var(--yellow);
  -webkit-text-stroke: 0;
}

.footer-nav button {
  width: fit-content;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.footer-nav button:hover,
.footer-nav button:focus-visible {
  color: var(--yellow);
}

.back-to-top {
  position: fixed;
  z-index: 980;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 6px 7px 0 var(--ink);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px) scale(.86);
  transition: opacity .3s var(--ease), visibility .3s, transform .35s var(--ease), background .25s, color .25s;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.back-to-top > span,
.back-to-top > span::before,
.back-to-top > span::after {
  display: block;
}

.back-to-top > span {
  position: relative;
  width: 2px;
  height: 22px;
  background: currentColor;
}

.back-to-top > span::before,
.back-to-top > span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 11px;
  height: 2px;
  background: currentColor;
}

.back-to-top > span::before { right: -1px; transform: rotate(45deg); transform-origin: right center; }
.back-to-top > span::after { left: -1px; transform: rotate(-45deg); transform-origin: left center; }

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--red);
  color: var(--yellow);
  transform: translateY(-4px) scale(1.04);
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.section-dark :focus-visible,
.brand-experience :focus-visible,
.community-v2 :focus-visible,
.site-footer :focus-visible {
  outline-color: var(--cream);
}

@media (max-width: 1180px) and (min-width: 821px) {
  .header .menu { display: block; }
  .nav-group > a:not(.nav-cta) { display: none; }
  .nav-open .mobile-nav {
    display: block;
    position: fixed;
    z-index: 950;
    inset: 82px 18px auto;
    max-height: calc(100svh - 104px);
    overflow: auto;
  }
}

@media (max-width: 980px) {
  .about-intro,
  .category-head,
  .experience-copy,
  .reviews-head {
    grid-template-columns: 1fr;
  }

  .about-intro > p,
  .experience-copy > p,
  .reviews-head > p {
    grid-column: 1;
    grid-row: auto;
  }

  .about-sticky {
    grid-template-columns: 1fr 1fr;
  }

  .specials-product-deck {
    width: 53vw;
  }

  .specials-v2 .specials-copy {
    width: 48vw;
  }

  .site-footer .footer-top {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-links {
    margin-top: 60px;
  }
}

@media (max-width: 820px) {
  :root { --header-offset: 74px; }
  body { padding-bottom: 0 !important; }

  .specials-v2 {
    height: 300svh;
    min-height: 2250px;
  }

  .specials-v2 .specials-stage {
    min-height: 620px;
    padding: 90px 20px 55px;
  }

  .specials-progress {
    top: 88px;
    right: 20px;
    width: 42vw;
  }

  .specials-backdrop span { font-size: 38vw; }

  .specials-product-deck,
  .specials-stage[data-special-state="1"] .specials-product-deck {
    left: 50%;
    top: 38%;
    width: min(84vw, 500px);
    height: 49vh;
  }

  .special-product img { width: min(83vw, 470px); }

  .specials-v2 .specials-copy,
  .specials-v2 .specials-stage[data-special-state="1"] .specials-copy[data-special-copy="1"] {
    left: 20px;
    right: 20px;
    top: auto;
    bottom: 64px;
    width: auto;
    transform: translate3d(0, 24px, 0) !important;
  }

  .specials-v2 .specials-copy.is-active {
    transform: translate3d(0, 0, 0) !important;
  }

  .specials-v2 .specials-copy h2 {
    font-size: clamp(47px, 13vw, 74px);
  }

  .specials-v2 .specials-copy p {
    display: block;
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.45;
  }

  .specials-copy--final {
    left: 20px !important;
    right: 20px !important;
    top: auto !important;
    width: auto !important;
    text-align: left;
  }

  .specials-copy--final p { margin-inline: 0 !important; }

  .special-finale img { width: 66%; }
  .special-finale img:nth-child(1) { left: -9%; top: 0; }
  .special-finale img:nth-child(2) { right: -9%; top: 0; }
  .special-finale img:nth-child(3) { left: 17%; bottom: -10%; }

  .about-intro {
    min-height: auto;
    padding-block: 105px;
  }

  .about-intro h2,
  .category-head h2,
  .experience-copy h2,
  .reviews-head h2 {
    font-size: clamp(54px, 15vw, 88px);
  }

  .about-story {
    height: 250svh;
    min-height: 1900px;
  }

  .about-sticky {
    min-height: 620px;
    grid-template-columns: 1fr;
    grid-template-rows: 49% 51%;
  }

  .about-media { grid-row: 1; }

  .about-image::after {
    background: linear-gradient(180deg, transparent 60%, var(--ink));
  }

  .about-chapters {
    grid-row: 2;
    padding: 24px 20px 40px;
  }

  .about-chapter {
    left: 20px;
    right: 20px;
  }

  .about-chapter h3 {
    margin: 14px 0;
    font-size: clamp(40px, 12vw, 64px);
  }

  .about-chapter p { font-size: 13px; }
  .about-chapter .btn { margin-top: 12px; }
  .about-word { font-size: 38vw; }
  .about-meter { right: 7px; top: 14%; bottom: 14%; }

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

  .category-rail {
    gap: 14px;
    padding-inline: 20px;
    scroll-padding-inline: 20px;
  }

  .category-tile {
    flex-basis: 82vw;
    box-shadow: 7px 8px 0 var(--ink);
  }

  .brand-experience {
    min-height: auto;
    padding-inline: 20px;
  }

  .experience-copy {
    display: block;
  }

  .experience-copy > p { margin-top: 28px; }

  .experience-gallery {
    grid-template-columns: 1fr;
    margin-top: 85px;
  }

  .experience-photo--hero {
    min-height: 65vh;
    grid-row: auto;
  }

  .experience-photo--small {
    min-height: 48vh;
    transform: none !important;
  }

  .review-stack {
    min-height: 1040px;
    margin-top: 70px;
  }

  .review-card {
    width: calc(100% - 18px);
    min-height: 300px;
    padding: 28px;
  }

  .review-card:nth-child(1) { left: 0; top: 0; }
  .review-card:nth-child(2) { right: 0; top: 335px; }
  .review-card:nth-child(3) { left: 8px; top: 670px; }
  .review-card blockquote { font-size: 31px; }
  .reviews-actions { flex-direction: column; }

  .community-v2 {
    grid-template-columns: 1fr;
  }

  .community-collage {
    min-height: 72svh;
  }

  .site-footer .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-claim > img { width: 138px; }

  .back-to-top {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 52px;
    height: 52px;
    box-shadow: 5px 5px 0 var(--ink);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .specials-v2,
  .about-story {
    height: auto;
    min-height: 0;
  }
  .specials-v2 .specials-stage,
  .about-sticky {
    position: relative;
    height: auto;
  }
  .specials-v2 .specials-stage {
    display: grid;
    gap: 32px;
    padding-block: 110px;
  }
  .specials-product-deck,
  .specials-progress,
  .specials-backdrop {
    display: none;
  }
  .specials-v2 .specials-copy,
  .specials-v2 .specials-copy.is-active,
  .specials-v2 .specials-stage[data-special-state="1"] .specials-copy[data-special-copy="1"],
  .specials-copy--final,
  .specials-copy--final.is-active {
    position: relative;
    inset: auto !important;
    width: auto !important;
    opacity: 1 !important;
    visibility: visible;
    transform: none !important;
    text-align: left;
  }
  .about-sticky {
    display: block;
    padding: 70px 24px;
  }
  .about-media,
  .about-meter { display: none; }
  .about-chapters { padding: 0; }
  .about-chapter,
  .about-chapter.is-active {
    position: relative;
    inset: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    margin-bottom: 70px;
  }
  .special-product img { animation: none; }
  .category-tile,
  .category-tile:hover,
  .review-card,
  .community-frame,
  .experience-photo { transition: none !important; }
}
