.page {
  background: #fffef5;
  color: var(--color-ink);
}

.shell {
  width: min(1280px, 100vw);
  margin-inline: auto;
}

.cacti-fresh-front main.shell {
  width: min(1280px, 100vw);
}

.homeEntryCover {
  display: none;
}

.homeEntryCoverStage {
  display: none;
}

@media (max-width: 1024px) {
  body.cacti-fresh-front {
    --home-entry-header-height: 53px;
    background-color: #fffef5;
  }

  .homeEntryCover {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - var(--home-entry-header-height));
    min-height: calc(100vh - var(--home-entry-header-height));
    height: calc(100lvh - var(--home-entry-header-height));
    min-height: calc(100lvh - var(--home-entry-header-height));
    margin: 0;
    background: #cadbd5;
  }

  .homeEntryCoverStage {
    position: fixed;
    z-index: 2;
    inset: var(--home-entry-header-height) 0 0;
    display: block;
    overflow: hidden;
    background: #cadbd5;
    isolation: isolate;
    contain: layout paint;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }

  .homeEntryCoverImage {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center;
    user-select: none;
    -webkit-user-drag: none;
    backface-visibility: hidden;
    transform: scale(1);
    transform-origin: center center;
    will-change: transform;
  }

  .homeEntryCoverAction {
    position: absolute;
    z-index: 2;
    inset: 0;
    color: inherit;
    touch-action: pan-y pinch-zoom;
    -webkit-tap-highlight-color: transparent;
  }

  .homeEntryCoverAction:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.92);
    outline-offset: -8px;
  }

  .cacti-fresh-front .page {
    position: relative;
    z-index: 3;
    overflow: clip;
    border-radius: 0;
    background: #fffef5;
    box-shadow: 0 -18px 46px rgba(13, 13, 13, 0.16);
    transform: translateZ(0);
  }

  .cacti-fresh-front main.shell {
    position: relative;
    background: #fffef5;
  }

  .cacti-fresh-front .footer {
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  body.cacti-fresh-front {
    --home-entry-header-height: 34px;
  }

  .homeEntryCoverStage {
    bottom: calc((env(safe-area-inset-bottom, 0px) + 64px) * -1);
  }

  .homeEntryCoverImage {
    object-fit: cover;
    object-position: center bottom;
  }

  .cacti-fresh-front .footer {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 64px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .homeEntryCoverImage {
    transform: none;
  }
}

.header {
  padding-top: 10px;
}

.headerTopRow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 38px;
}

.headerActions {
  position: absolute;
  right: -2px;
  top: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
}

.nav a {
  color: var(--color-ink);
}

.nav span {
  color: #b0a7a7;
}

.headerPrice {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--font-heading);
  font-weight: 500;
  color: #000;
  line-height: 1;
  white-space: nowrap;
}

.headerPriceRs {
  font-size: 10px;
  line-height: 21px;
}

.headerPriceAmount {
  font-size: 14px;
  line-height: 21px;
}

.headerCartVisual {
  display: inline-flex;
  width: 56px;
  height: 32px;
  overflow: hidden;
  border-radius: 2px;
}

.headerCartImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.wordmark {
  margin: 8px 0 0;
  text-align: center;
  font-family: var(--font-satoshi);
  font-size: clamp(84px, 15vw, 200px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  font-weight: 400;
  text-transform: uppercase;
}

.rule {
  margin-top: 14px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}

.introMediaSection {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 13px;
}

.introMediaLink {
  display: block;
  color: inherit;
}

.introMediaGrid {
  position: relative;
  display: grid;
  grid-template-columns: 590fr 688fr;
  gap: 0;
  align-items: stretch;
  aspect-ratio: 1280 / 633;
}

.introMediaGrid::after {
  content: "";
  position: absolute;
  inset: -2px -1px;
  z-index: 5;
  background: rgba(148, 148, 148, 0.09);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.introMediaPanel {
  position: relative;
  overflow: hidden;
  background: #ddd;
}

.introHeroPanel {
  order: 2;
}

.introMotionPanel {
  order: 1;
}

.introImage,
.introFrameSequence,
.introFrameImage {
  width: 100%;
  height: 100%;
  display: block;
}

.introImage,
.introFrameImage {
  object-fit: cover;
}

.introImage {
  object-position: center 41%;
  opacity: 1;
}

.introHeroPanel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background-image: linear-gradient(88.9175deg, #fff 0.854%, #040303 99.181%);
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.introFrameSequence {
  position: relative;
  isolation: isolate;
  backface-visibility: hidden;
  background-color: #ddd;
  background-image: var(--intro-frame-poster);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.introFrameImage {
  object-position: center top;
  pointer-events: none;
  backface-visibility: hidden;
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

.introFrameImage[data-active="true"] {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.introMotionPanel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.introMotionPanel::after {
  z-index: 3;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(132, 132, 132, 0.05));
  mix-blend-mode: multiply;
}

.introCopySection {
  display: grid;
  grid-template-columns: 365px minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 27px;
  box-sizing: border-box;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 97px;
  padding: 0 34px 0 19px;
  margin-top: 0;
}

.introTitle {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.introCopy {
  margin: 0;
  max-width: 663px;
  text-align: center;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 18px;
  color: #000;
}

@media (min-width: 1280px) {
  .introCopySection {
    column-gap: 10px;
  }

  .introCopy {
    place-self: center;
    width: min(730px, 100%);
    max-width: 730px;
    font-size: 14.5px;
    line-height: 19px;
    transform: none;
  }

  .homeDropGrid .homeDropStage {
    width: 120%;
    justify-self: center;
  }

  .homeDropCopy {
    transform: scale(1.05);
    transform-origin: center;
  }
}

@media (min-width: 1500px) {
  .introCopySection {
    position: relative;
  }

  .introCopy {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(830px, calc(100vw - 776px));
    max-width: 830px;
    transform: translate(-50%, -50%);
  }
}

.introShopLink {
  justify-self: end;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.categoryStorySection {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
}

.categoryStoryRow {
  min-height: 342px;
  border-top: 0.5px solid #dedbd0;
  padding: 21px 0 43px;
  overflow: visible;
}

.categoryStoryRow:last-child {
  border-bottom: 0.5px solid #dedbd0;
}

.categoryStoryIntro {
  position: relative;
  flex: 0 0 341px;
  width: 341px;
  min-width: 0;
  align-self: center;
  margin-left: 19px;
  margin-top: 0;
  transform: translateY(-20px);
}

.categoryStoryIntro h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0;
}

.categoryStoryIntro p {
  margin: -2px 0 0;
  max-width: 234px;
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 16px;
  color: #000;
}

.categoryStoryIntro a {
  position: absolute;
  left: 0;
  top: 118px;
  font-family: var(--font-heading);
  font-size: 8.7px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.075em;
}

.categoryStoryScroller {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  padding-right: 24px;
}

.categoryStoryScroller::-webkit-scrollbar {
  display: none;
}

.categoryStoryCard {
  flex: 0 0 242px;
  min-width: 0;
  color: inherit;
  touch-action: manipulation;
}

.categoryStoryImageWrap {
  position: relative;
  display: block;
  width: 242px;
  height: 250px;
  overflow: hidden;
  background: #fff;
}

.categoryStoryImageLayer,
.categoryStoryImageFallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.categoryStoryImageLayer {
  display: block;
  transition:
    opacity 260ms ease,
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.categoryStoryImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.categoryStoryImageFallback {
  background: #fff;
}

.categoryStoryImageLayerHover {
  opacity: 0;
  transform: scale(1.025);
}

.categoryStoryCard:focus-visible .categoryStoryImageLayer:first-child {
  opacity: 0;
}

.categoryStoryCard:focus-visible .categoryStoryImageLayerHover {
  opacity: 1;
  transform: scale(1);
}

@media (hover: hover) and (pointer: fine) {
  .categoryStoryCard:hover .categoryStoryImageLayer:first-child {
    opacity: 0;
  }

  .categoryStoryCard:hover .categoryStoryImageLayerHover {
    opacity: 1;
    transform: scale(1);
  }
}

@media (hover: none), (pointer: coarse) {
  .categoryStoryImageLayerHover {
    display: none;
  }
}

.categoryStoryMeta {
  position: relative;
  display: block;
  min-height: 42px;
  margin-top: 5px;
}

.categoryStoryPrice {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.75);
  transform: translateY(-1px);
}

.categoryStoryTitle {
  display: block;
  margin-top: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.75);
}

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

.homeDropSection {
  width: 100%;
  box-sizing: border-box;
  border-top: 0.5px solid #dedbd0;
  background: #fffef5;
}

.homeDropGrid {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(280px, 1fr) minmax(220px, 300px);
  align-items: center;
  column-gap: clamp(36px, 4.7vw, 60px);
  width: min(100%, 1400px);
  margin-inline: auto;
  padding: 34px clamp(24px, 3.75vw, 48px);
  box-sizing: border-box;
}

.homeDropStage {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 0.8px solid rgba(0, 0, 0, 0.32);
  background: #f4f2ed;
  color: inherit;
  user-select: none;
  -webkit-user-select: none;
}

.homeDropTrack {
  --drop-index: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transform: translate3d(0, calc(var(--drop-index) * -100%), 0);
  transition: transform 782ms cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

.homeDropTrack[data-resetting="true"] {
  transition: none;
}

.homeDropSlide {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.homeDropImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  -webkit-user-drag: none;
}

.homeDropCopy {
  justify-self: center;
  width: min(100%, 440px);
  text-align: center;
  color: #000;
}

.homeDropEyebrow {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.homeDropTitle {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.homeDropDescription {
  max-width: 390px;
  margin: 11px auto 0;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
}

.homeDropLink {
  display: inline-block;
  margin-top: 12px;
  font-family: var(--font-heading);
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  color: inherit;
}

html.shop-prompt-open,
html.shop-prompt-open body {
  overflow: hidden;
}

.shopPromptBackdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  width: 100vw;
  height: 100dvh;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.shopPromptBackdrop[data-open="true"] {
  opacity: 1;
  pointer-events: auto;
}

.shopPrompt {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 85;
  width: min(420px, calc(100vw - 32px));
  box-sizing: border-box;
  padding: 32px 28px 28px;
  border: 1px solid rgba(0, 0, 0, 0.72);
  border-radius: 12px;
  background: #fffef5;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
  color: #000;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, calc(-50% + 12px), 0) scale(0.985);
  transition: opacity 220ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.shopPrompt[data-open="true"] {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.shopPromptClose {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  cursor: pointer;
}

.shopPromptClose span,
.shopPromptClose span::after {
  display: block;
  width: 18px;
  height: 1.5px;
  background: currentColor;
  content: "";
  transform: rotate(45deg);
}

.shopPromptClose span::after {
  transform: rotate(90deg);
}

.shopPromptEyebrow {
  margin: 0 44px 10px 0;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.14em;
  color: rgba(0, 0, 0, 0.58);
  text-transform: uppercase;
}

.shopPromptTitle {
  max-width: 330px;
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(23px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.shopPromptAction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  margin-top: 26px;
  padding: 0 18px;
  border: 1px solid #111;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 160ms ease, color 160ms ease;
}

.shopPromptAction:hover,
.shopPromptAction:focus-visible {
  background: #fffef5;
  color: #111;
}

.shopPromptClose:focus-visible,
.shopPromptAction:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .shopPrompt {
    width: calc(100vw - 24px);
    padding: 28px 20px 20px;
    border-radius: 10px;
  }

  .shopPromptTitle {
    max-width: 290px;
    font-size: 22px;
  }

  .shopPromptAction {
    min-height: 50px;
    margin-top: 22px;
    padding-inline: 16px;
  }
}

.newProductsSection {
  --new-products-edge: 13px;
  --new-products-text-inset-left: 20px;
  --new-products-text-inset-right: 18px;
  --new-products-title-column: 224px;
  --new-products-copy-gap: 18px;
  width: 100vw;
  margin: 40px calc(50% - 50vw) 0;
  padding: 0 var(--new-products-edge);
  box-sizing: border-box;
}

.newProductsLink {
  display: block;
  color: inherit;
}

.newProductsImageWrap {
  position: relative;
  width: 100%;
  aspect-ratio: 2504 / 1251;
  overflow: hidden;
  border: 1.2px solid rgba(0, 0, 0, 0.38);
  border-radius: 6px;
  box-sizing: border-box;
  background: #f6f5ef;
}

.newProductsImage {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 420ms ease;
  pointer-events: none;
  user-select: none;
}

.newProductsImage[data-active="true"] {
  z-index: 1;
  opacity: 1;
}

.newProductsLink {
  touch-action: pan-y;
  user-select: none;
  cursor: grab;
}

.newProductsLink[data-dragging="true"] {
  cursor: grabbing;
}

.newProductsCopyRow {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, var(--new-products-title-column)) minmax(0, 1fr);
  column-gap: var(--new-products-copy-gap);
  align-items: start;
  margin-top: 15px;
  padding-left: var(--new-products-text-inset-left);
  padding-right: var(--new-products-text-inset-right);
  box-sizing: border-box;
}

.newProductsTitle {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 35px;
  font-weight: 500;
  line-height: 38px;
  color: #000;
  text-align: left;
  word-break: break-word;
}

.newProductsCopy {
  margin: 4px 0 0;
  max-width: 1500px;
  font-family: var(--font-body);
  font-size: 13.4px;
  font-weight: 400;
  line-height: 17.4px;
  letter-spacing: 0;
  color: #000;
}

.homeCategories {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  padding: 0 13px 18px;
}

.homeCategories.homeCategories {
  margin-top: 40px;
}

.homeCategories h3 {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0;
}

.homeCategories ul {
  max-width: 780px;
  margin-top: 14px;
}

.homeCategories a {
  padding: 11px 4px 10px;
}

.productGrid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.productCard {
  min-width: 0;
}

.productImageWrap {
  aspect-ratio: 257 / 266;
  overflow: hidden;
  background: #ddd;
}

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

.productCta {
  display: inline-block;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
  margin-top: 10px;
  font-family: var(--font-heading);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.productTitle {
  margin-top: 4px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  color: #414141;
}

.mobileThumbGrid {
  display: none;
}

.categoryListSection {
  margin-top: 44px;
  padding-left: 16px;
  padding-bottom: 18px;
}

.categoryListTitle {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 24px;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.categoryList {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  max-width: 784px;
}

.categoryList li {
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  padding: 11px 4px 10px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1;
  color: #414141;
}

.categoryList li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}

.footer {
  margin-top: 18px;
  background: rgba(0, 0, 0, 0.91);
  color: #fff;
}

.footerInner {
  padding: 54px 34px 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "brand social"
    "legal legal";
  gap: 20px 32px;
}

.footerBrandBlock {
  grid-area: brand;
  max-width: 430px;
}

.footerLogo {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.footerCopy {
  margin: 14px 0 0;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.92);
}

.footerSocialBlock {
  grid-area: social;
  align-self: center;
  justify-self: end;
  text-align: left;
}

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

.badgeInstagram {
  width: 150px;
  height: auto;
}

.badgeFacebook {
  width: 216px;
  height: auto;
}

.socialHandle {
  margin: 8px 0 0;
  font-family: var(--font-heading);
  font-size: 16px;
  line-height: 1;
}

.footerLegal {
  grid-area: legal;
  margin: 0;
  text-align: center;
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.84);
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  animation: fade-up 500ms ease forwards;
}

.delay1 {
  animation-delay: 30ms;
}

.delay2 {
  animation-delay: 110ms;
}

.delay3 {
  animation-delay: 180ms;
}

.delay4 {
  animation-delay: 250ms;
}

.delay5 {
  animation-delay: 320ms;
}

@keyframes fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .shell {
    width: 100vw;
  }

  .headerActions {
    right: 0;
    gap: 6px;
  }

  .headerPriceRs {
    font-size: 9px;
  }

  .headerPriceAmount {
    font-size: 12px;
  }

  .headerCartVisual {
    width: 56px;
    height: 32px;
  }

  .introMediaSection {
    padding-top: 13px;
  }

  .introMediaGrid {
    aspect-ratio: 800 / 367;
  }

  .introCopySection {
    grid-template-columns: 210px minmax(0, 1fr) auto;
    column-gap: 12px;
    min-height: 72px;
    padding: 0 20px 0 10px;
    margin-top: 0;
  }

  .introTitle {
    font-size: 24px;
    line-height: 1;
  }

  .introCopy {
    margin: 0;
    font-size: 8px;
    line-height: 11px;
    max-width: none;
  }

  .introShopLink {
    font-size: 8px;
  }

  .categoryStoryRow {
    min-height: 217px;
    padding: 13px 0 30px;
  }

  .categoryStoryIntro {
    flex-basis: 212px;
    width: 212px;
    align-self: center;
    margin-left: 10px;
    transform: translateY(-13px);
  }

  .categoryStoryIntro h2 {
    font-size: 20px;
    line-height: 42px;
  }

  .categoryStoryIntro p {
    max-width: 147px;
    margin: -2px 0 0;
    font-size: 7px;
    line-height: 10px;
  }

  .categoryStoryIntro a {
    left: 0;
    top: 96px;
    font-size: 8px;
    line-height: 17px;
  }

  .categoryStoryScroller {
    gap: 9px;
    padding-right: 12px;
  }

  .categoryStoryCard {
    flex-basis: 153px;
  }

  .categoryStoryImageWrap {
    width: 153px;
    height: 158px;
  }

  .categoryStoryMeta {
    min-height: 34px;
    margin-top: -2px;
  }

  .categoryStoryPrice {
    font-size: 7px;
    line-height: 21px;
    transform: none;
  }

  .categoryStoryTitle {
    margin-top: 0;
    font-family: var(--font-body);
    font-size: 10px;
    line-height: 14px;
    transform: translateY(3px);
  }

  .homeDropGrid {
    grid-template-columns: minmax(160px, 24vw) minmax(220px, 1fr) minmax(160px, 24vw);
    column-gap: 24px;
    padding: 30px 24px;
  }

  .homeDropTitle {
    font-size: 22px;
  }

  .homeDropDescription {
    margin-top: 8px;
    font-size: 8px;
    line-height: 11px;
  }

  .homeDropLink {
    margin-top: 9px;
    font-size: 7px;
  }

  .newProductsSection {
    --new-products-edge: 8px;
    --new-products-text-inset-left: 12px;
    --new-products-text-inset-right: 12px;
    --new-products-title-column: 132px;
    --new-products-copy-gap: 12px;
    margin-top: 36px;
    padding: 0 var(--new-products-edge);
  }

  .newProductsCopyRow {
    margin-top: 10px;
  }

  .newProductsTitle {
    font-size: 20px;
    line-height: 23px;
  }

  .newProductsCopy {
    margin-top: 2px;
    font-size: 8.5px;
    line-height: 11.5px;
  }

  .homeCategories {
    padding-inline: 8px;
    padding-bottom: 14px;
  }

  .homeCategories.homeCategories {
    margin-top: 28px;
  }

  .homeCategories h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .homeCategories ul {
    max-width: 487px;
    margin-top: 9px;
  }

  .homeCategories a {
    padding-block: 8px;
    font-size: 10px;
  }

  .productGrid {
    gap: 14px;
  }

  .productCta {
    font-size: 8px;
    letter-spacing: 0.05em;
  }

  .productTitle {
    font-size: 10px;
    line-height: 1.2;
  }

  .categoryListTitle {
    font-size: 18px;
  }

  .categoryList {
    max-width: 532px;
  }

  .categoryList li {
    font-size: 10px;
    padding-block: 8px;
  }

  .footerInner {
    padding: 44px 24px 14px;
  }

  .badgeInstagram {
    width: 92px;
  }

  .badgeFacebook {
    width: 124px;
  }

  .socialHandle {
    font-size: 11px;
  }

  .footerCopy {
    font-size: 10px;
    line-height: 1.35;
    max-width: 290px;
  }

  .footerLegal {
    font-size: 9px;
  }
}

@media (min-width: 1500px) {
  .shell {
    width: min(1280px, 100vw);
  }
}

/* Keep the Grow Different statement compact on landscape tablets without
   changing portrait-tablet, mobile, or full desktop typography. */
@media (min-width: 1025px) and (max-width: 1279px) {
  .introCopy {
    font-size: clamp(8.5px, calc(1.575vw - 7.64px), 12.5px);
    line-height: 1.4;
  }
}

@media (max-width: 680px) {
  .shell {
    width: 100vw;
  }

  .header {
    padding-top: 8px;
  }

  .headerTopRow {
    justify-content: center;
    min-height: 30px;
  }

  .nav {
    gap: 6px;
    font-size: 8px;
  }

  .headerActions {
    right: -1px;
    top: -2px;
    gap: 4px;
  }

  .headerPriceRs {
    font-size: 7px;
    line-height: 1;
  }

  .headerPriceAmount {
    font-size: 10px;
    line-height: 1;
  }

  .headerCartVisual {
    width: 43px;
    height: 24px;
  }

  .wordmark {
    margin-top: 4px;
    font-size: 88px;
    letter-spacing: -0.05em;
  }

  .rule {
    margin-top: 8px;
  }

  .introMediaSection {
    padding-top: 6px;
  }

  .introMediaGrid {
    grid-template-columns: 42.2fr 57.8fr;
    aspect-ratio: 375 / 196;
  }

  .introMediaPanel {
    margin-inline: 0;
  }

  .introHeroPanel {
    order: 2;
  }

  .introMotionPanel {
    order: 1;
  }

  .introImage {
    object-position: 31% 41%;
    opacity: 1;
    transform: translateX(-8%) scale(1.16);
    transform-origin: center;
  }

  .introCopySection {
    grid-template-columns: 105px minmax(0, 1fr) 43px;
    column-gap: 6px;
    align-items: center;
    min-height: 31px;
    margin-top: 0;
    padding: 0 6px;
  }

  .introTitle {
    font-size: 13.5px;
    line-height: 1;
    letter-spacing: 0;
  }

  .introCopy {
    margin: 0;
    max-width: none;
    min-width: 0;
    font-size: 4px;
    line-height: 5px;
    letter-spacing: -0.01em;
  }

  .introShopLink {
    font-size: 5px;
    text-align: right;
  }

  .categoryStorySection {
    margin-top: 0;
  }

  .categoryStoryRow {
    border-top-width: 0.35px;
    min-height: 136px;
    padding: 13px 0 8px;
  }

  .categoryStoryRow:last-child {
    border-bottom-width: 0.35px;
  }

  .categoryStoryIntro {
    flex-basis: 143px;
    width: 143px;
    align-self: center;
    margin-left: 15px;
    transform: translateY(-18px);
  }

  .categoryStoryIntro h2 {
    font-size: 15.3px;
    line-height: 25px;
    transform: translateY(1px);
  }

  .categoryStoryIntro p {
    max-width: 106px;
    margin: 0;
    font-size: 6.3px;
    line-height: 9px;
  }

  .categoryStoryIntro a {
    left: 0;
    top: 65px;
    font-size: 6.3px;
    line-height: 13px;
    text-align: left;
  }

  .categoryStoryScroller {
    gap: 7px;
    padding-right: 8px;
  }

  .categoryStoryCard {
    flex-basis: 101px;
  }

  .categoryStoryImageWrap {
    width: 101px;
    height: 104px;
  }

  .categoryStoryMeta {
    min-height: 23px;
    margin-top: 3px;
  }

  .categoryStoryPrice {
    margin-top: -2px;
    font-size: 6.3px;
    line-height: 12px;
    transform: none;
  }

  .categoryStoryTitle {
    margin-top: 0;
    font-family: var(--font-body);
    font-size: 6.8px;
    line-height: 10px;
    transform: none;
  }

  .homeDropGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 6px;
    row-gap: 8px;
    padding: 8px 8px 10px;
  }

  .homeDropStage {
    max-width: none;
    border-width: 0.6px;
  }

  .homeDropStageLeft {
    grid-column: 1;
    grid-row: 1;
  }

  .homeDropStageRight {
    grid-column: 2;
    grid-row: 1;
  }

  .homeDropCopy {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: end;
    column-gap: 14px;
    width: 100%;
    max-width: none;
    text-align: left;
  }

  .homeDropEyebrow {
    display: none;
  }

  .homeDropTitle {
    font-size: clamp(15px, 3.1vw, 20px);
    line-height: 1;
  }

  .homeDropDescription {
    margin: 0;
    font-size: clamp(6px, calc(1.65vw - 2px), 8.5px);
    line-height: 1.15;
    text-align: right;
  }

  .homeDropLink {
    display: none;
  }

  .newProductsSection {
    --new-products-edge: 6px;
    --new-products-text-inset-left: 2px;
    --new-products-text-inset-right: 0;
    --new-products-title-column: 80px;
    --new-products-copy-gap: 2vw;
    margin-top: 24px;
    padding: 0 var(--new-products-edge);
  }

  .newProductsImageWrap {
    border-width: 0.6px;
    border-radius: 0;
  }

  .newProductsCopyRow {
    margin-top: 9px;
  }

  .newProductsTitle {
    font-size: 12.5px;
    line-height: 14.5px;
  }

  .newProductsCopy {
    margin-top: 2px;
    font-size: 4.6px;
    line-height: 5.7px;
  }

  .homeCategories {
    padding-inline: 6px;
    padding-bottom: 14px;
  }

  .homeCategories.homeCategories {
    margin-top: 6px;
  }

  .homeCategories h3 {
    font-size: 10px;
    line-height: 12.2px;
  }

  .homeCategories ul {
    max-width: 240px;
    margin-top: 6px;
  }

  .homeCategories a {
    padding: 5px 2px;
    font-size: 5.4px;
  }

  .productGrid {
    display: none;
  }

  .mobileThumbGrid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 0 14px;
  }

  .mobileThumbCard {
    min-width: 0;
  }

.mobileThumbImageWrap {
    aspect-ratio: 100 / 110;
    border-radius: 0;
    overflow: hidden;
    background: #ddd;
  }

  .mobileThumbImageWrap img {
    aspect-ratio: 100 / 110;
    object-fit: cover;
    border-radius: 0;
    background: #ddd;
    width: 100%;
    height: 100%;
    display: block;
  }

  .mobileThumbTitle {
    display: block;
    margin-top: 4px;
    font-family: var(--font-body);
    font-size: 6px;
    line-height: 1.2;
    color: #414141;
  }

  .mobileThumbCta {
    display: inline-block;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    text-align: left;
    margin-top: 1px;
    font-family: var(--font-heading);
    font-size: 5px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .categoryListSection {
    margin-top: 14px;
    padding: 0 0 0 15px;
  }

  .categoryListTitle {
    font-size: 13px;
  }

  .categoryList {
    margin-top: 8px;
    max-width: 230px;
  }

  .categoryList li {
    font-size: 6.8px;
    padding: 5px 2px;
  }

  .footer {
    margin-top: 24px;
  }

  .footerInner {
    padding: 34px 16px 12px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "social"
      "legal";
    gap: 16px;
  }

  .footerBrandBlock {
    max-width: 190px;
  }

  .footerLogo {
    font-size: 64px;
    line-height: 0.88;
  }

  .footerCopy {
    margin-top: 6px;
    font-size: 8px;
    line-height: 1.25;
    max-width: 164px;
  }

  .footerSocialBlock {
    justify-self: end;
    margin-top: -52px;
  }

  .socialBadges {
    gap: 6px;
    justify-content: flex-end;
  }

  .badgeInstagram {
    width: 64px;
  }

  .badgeFacebook {
    width: 78px;
  }

  .socialHandle {
    margin-top: 6px;
    font-size: 8px;
    text-align: right;
  }

  .footerLegal {
    font-size: 6px;
    line-height: 1.2;
    text-align: center;
    margin-top: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .outlineCta {
    transition: none;
  }

  .homeDropTrack {
    transition: none;
  }
}
