:root {
  --paper: #f4f0e7;
  --ink: #171717;
  --red: #d92f2f;
  --gray: #88857d;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Plus Jakarta Sans", sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  background: var(--paper);
  overflow: visible;
}
body {
  margin: 0;
  overflow: visible;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
}
img {
  display: block;
  max-width: 100%;
}

.landing-poster {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  overflow-y: visible;
  border-radius: 0;
  background: var(--paper);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.landing-poster::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.landing-poster::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.32;
  background-image: radial-gradient(
    rgba(23, 23, 23, 0.22) 0.45px,
    transparent 0.7px
  );
  background-size: 8px 8px;
}

.landing-poster::after {
  position: absolute;
  z-index: -1;
  right: -26%;
  top: 26%;
  width: 89%;
  height: 29%;
  content: "";
  opacity: 0.25;
  background: repeating-linear-gradient(
    155deg,
    transparent 0 17px,
    rgba(136, 133, 125, 0.45) 18px 20px,
    transparent 21px 39px
  );
  transform: rotate(-10deg);
}

.guide-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5.3%;
  width: 1px;
  background: rgba(23, 23, 23, 0.27);
}
.poster-header {
  position: relative;
  height: 126px;
}
.side-label {
  position: absolute;
  top: 140px;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}
.established {
  left: calc(5.3% + 2px);
  transform: rotate(180deg);
}
.gear-label {
  right: 4.2%;
}
.menu-button {
  cursor: pointer;
  position: absolute;
  top: 63px;
  right: 5.2%;
  display: grid;
  gap: 6px;
  width: 45px;
  padding: 0;
  border: 0;
  background: transparent;
}
.menu-button i {
  display: block;
  width: 43px;
  height: 4px;
  border-radius: 3px;
  background: var(--ink);
}
.menu-button i:nth-child(2) {
  width: 34px;
}
.menu-button i:nth-child(3) {
  width: 24px;
}
.menu-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  align-items: end;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}
.menu-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 23, 23, 0.68);
}
.menu-panel {
  position: relative;
  width: min(100%, 560px);
  margin: 0 auto;
  padding: 32px 9% 38px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.18);
  transform: translateY(22px);
  transition: transform 0.3s ease;
}
.menu-modal.is-open .menu-panel {
  transform: translateY(0);
}
.menu-close {
  position: absolute;
  top: 18px;
  right: 7%;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(23, 23, 23, 0.22);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}
.menu-kicker {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.menu-panel h2 {
  margin: 0 0 21px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}
.menu-links {
  display: grid;
  border-top: 1px solid rgba(23, 23, 23, 0.18);
}
.menu-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.18);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.menu-links a span {
  color: var(--red);
  font-size: 20px;
  font-weight: 400;
}
.menu-links a:hover {
  color: var(--red);
}
.menu-is-open {
  overflow: hidden;
}

.menu-is-open .screen-scroll {
  overflow: hidden;
}
.whatsapp-retry {
  display: block;
  margin-top: 10px;
  color: var(--red);
  text-align: center;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

.brand-area {
  position: relative;
  z-index: 1;
  padding: 0 12.5%;
  text-align: center;
}
.brand-area h1 {
  display: grid;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(62px, 15vw, 132px);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.74;
}
.brand-area h1 span + span {
  margin-top: 10px;
}
.outdoor-label {
  margin: 24px 0 4px;
  color: #862c2a;
  font-size: clamp(12px, 3vw, 24px);
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: 1;
  text-indent: 0.28em;
}
.brand-illustration {
  width: min(100%, 487px);
  margin: 5px auto -20px;
}
.intro-text {
  position: relative;
  z-index: 1;
}
.intro-text h2 {
  margin: 0 0 8px;
  font-size: clamp(12px, 2.7vw, 18px);
  letter-spacing: 0.12em;
}
.intro-text p {
  margin: 0;
  font-size: clamp(12px, 2.5vw, 17px);
  line-height: 1.5;
}

.gear-photo {
  position: relative;
  z-index: 0;
  height: clamp(267px, 49vw, 407px);
  margin: 31px 0 0;
  overflow: hidden;
  background: var(--gray);
}
.gear-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(244, 240, 231, 0.12),
    transparent 25%,
    rgba(23, 23, 23, 0.26)
  );
  mix-blend-mode: multiply;
}
.gear-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 64%;
  filter: grayscale(1) contrast(1.04) brightness(0.87);
}

.utility-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 7%;
  padding: 27px 0;
  border-top: 1px solid rgba(23, 23, 23, 0.26);
  border-bottom: 1px solid rgba(23, 23, 23, 0.26);
}
.utility-item {
  min-width: 0;
  padding: 0 12px;
  text-align: center;
}
.utility-item + .utility-item {
  border-left: 1px solid rgba(23, 23, 23, 0.22);
}
.utility-label {
  margin: 0 0 9px;
  color: var(--red);
  font-size: clamp(9px, 1.45vw, 12px);
  font-weight: 700;
  letter-spacing: 0.13em;
}
.utility-value {
  color: var(--ink);
  font-size: clamp(9px, 1.7vw, 14px);
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
}
.location-link {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--red);
}

.collection-action {
  padding: 28px 7% 68px;
}
.collection-action a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 12px 18px 12px 22px;
  color: var(--paper);
  background: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}
.collection-action a > * {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.cta-primary {
  color: var(--paper);
  font-size: clamp(15px, 3vw, 22px);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.cta-secondary {
  margin-left: auto;
  color: #f0b1ab;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.collection-action b {
  color: var(--paper);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
.collection-action a:hover {
  color: var(--ink);
  background: transparent;
  outline: 1px solid var(--ink);
  transform: translateY(-1px);
}
.collection-action a:hover .cta-primary,
.collection-action a:hover .cta-secondary,
.collection-action a:hover b {
  color: var(--red);
}
.red-mark {
  position: absolute;
  bottom: -17px;
  left: -33px;
  width: 180px;
  height: 80px;
  opacity: 0.83;
  background: repeating-linear-gradient(
    164deg,
    transparent 0 5px,
    #8d2926 6px 8px,
    transparent 9px 13px
  );
  transform: rotate(8deg);
}

.site-footer {
  padding: 68px 7% 30px;
  color: #f4f0e7;
  background: #171717;
}
.footer-inner {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
.footer-logo {
  width: 62px;
  height: 62px;
  margin: 0 auto 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer-inner h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}
.footer-tagline {
  margin: 10px 0 27px;
  color: #756f68;
  font-size: 8px;
  letter-spacing: 0.32em;
}
.footer-rule {
  height: 1px;
  margin: 0 auto 25px;
  background: rgba(244, 240, 231, 0.1);
}
.footer-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  text-align: left;
}
.footer-contact > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-contact span {
  color: #756f68;
  font-size: 8px;
  letter-spacing: 0.1em;
}
.footer-contact a {
  color: #f4f0e7;
  font-size: 11px;
  text-decoration: none;
}
.footer-contact nav {
  display: flex;
  gap: 15px;
}
.footer-contact nav a {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.footer-rule-bottom {
  margin: 29px auto 25px;
}
.footer-note {
  max-width: 340px;
  margin: 0 auto 19px;
  color: #c0bbb3;
  font-size: 10px;
  line-height: 1.55;
}
.footer-copyright {
  margin: 0;
  color: #625e59;
  font-size: 7px;
  letter-spacing: 0.05em;
}

.popular-gear {
  position: relative;
  padding: 100px 9% 115px;
  border-top: 1px solid rgba(23, 23, 23, 0.2);
}
.section-kicker {
  margin: 0 0 21px;
  color: #862c2a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.section-intro h2,
.prepared-copy h2,
.category-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(45px, 7.2vw, 76px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.94;
}
.round-link {
  position: absolute;
  top: 126px;
  right: 9%;
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border: 1px solid rgba(134, 44, 42, 0.35);
  border-radius: 50%;
  color: #862c2a;
  font-size: 34px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.round-link:hover {
  color: var(--paper);
  background: var(--ink);
}
.gear-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  margin-top: 57px;
}
.gear-card {
  min-width: 0;
  padding: 19px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(23, 23, 23, 0.06);
}
.product-card-compact {
  padding: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(23, 23, 23, 0.12);
  overflow: hidden;
}
.gear-card-image {
  display: grid;
  height: 243px;
  margin-bottom: 28px;
  place-items: center;
  overflow: hidden;
  background: #eee9df;
}
.product-card-compact .gear-card-image {
  height: 190px;
  margin-bottom: 18px;
  background: #ddd2c3;
}
.gear-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-card-compact .gear-card-image img {
  object-fit: cover;
  object-position: center;
}
.gear-card:nth-child(2) .gear-card-image img {
  object-fit: cover;
}
.gear-category {
  margin: 0 0 11px;
  color: #862c2a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.gear-card h3 {
  min-height: 46px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 400;
  line-height: 1;
}
.product-card-compact h3 {
  padding: 0 18px;
}
.gear-price {
  margin: 18px 0 0;
  font-size: 12px;
}
.product-card-compact .gear-price {
  margin: 16px 18px 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(23, 23, 23, 0.18);
}
.gear-price strong {
  color: #862c2a;
  font-size: 14px;
}

.prepared-gear {
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: 480px;
  background:
    linear-gradient(
      135deg,
      rgba(236, 229, 217, 0.84),
      rgba(236, 229, 217, 0.7)
    ),
    rgba(236, 229, 217, 0.9);
  overflow: hidden;
}
.prepared-gear::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("assets/logo.png") center/100% no-repeat;
  opacity: 0.22;
  pointer-events: none;
}
.prepared-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 70px 12%;
}
.prepared-copy > p:not(.section-kicker) {
  max-width: 220px;
  margin: 28px 0;
  font-size: 15px;
  line-height: 1.7;
}
.prepared-gear figure {
  min-height: 400px;
  margin: 0;
  overflow: hidden;
}
.prepared-gear figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.underlined-link {
  padding-bottom: 6px;
  border-bottom: 1px solid #862c2a;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}
.underlined-link span {
  margin-left: 20px;
  color: #862c2a;
  font-size: 21px;
}

.category-section {
  position: relative;
  padding: 110px 9% 105px;
  border-top: 1px solid rgba(23, 23, 23, 0.2);
}
.category-section::after {
  position: absolute;
  top: 105px;
  right: 8%;
  width: 31%;
  aspect-ratio: 1;
  content: "";
  opacity: 0.42;
  background: repeating-radial-gradient(
    ellipse at 65% 45%,
    transparent 0 13px,
    rgba(136, 133, 125, 0.26) 14px 15px,
    transparent 16px 25px
  );
}
.category-heading {
  position: relative;
  z-index: 1;
  max-width: 470px;
}
.category-heading > p:last-child {
  max-width: 330px;
  margin: 24px 0 0;
  font-size: 15px;
  line-height: 1.6;
}
.category-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
  border-top: 1px solid rgba(23, 23, 23, 0.2);
}
.category-row {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: var(--ink);
  text-decoration: none;
  border-right: 1px solid rgba(23, 23, 23, 0.2);
  border-bottom: 1px solid rgba(23, 23, 23, 0.2);
  background: rgba(233, 225, 210, 0.24);
  transition: background 0.2s ease;
}
.category-row:last-child {
  border-right: 0;
}
.category-row figure {
  display: grid;
  width: 100%;
  height: 312px;
  margin: 0;
  place-items: center;
  overflow: hidden;
  background: #e6dfd1;
}
.category-row figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}
.category-row:nth-child(2) figure img,
.category-row:nth-child(5) figure img {
  object-fit: cover;
  mix-blend-mode: normal;
}
.category-footer {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 108px;
  padding: 18px 76px 17px 24px;
}
.category-footer .category-arrow {
  position: absolute;
  top: 18px;
  right: 22px;
  transform: none;
}
.category-footer > strong {
  position: absolute;
  right: 22px;
  bottom: 18px;
  transform: none;
}

.category-arrow {
  display: inline-flex;
  align-items: center;
  color: #862c2a;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-4px);
}
.category-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
}
.category-copy p {
  margin: 0 0 8px;
  color: #862c2a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.category-copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(31px, 2.7vw, 52px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
}
.category-row strong {
  margin-left: auto;
  color: #862c2a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: right;
  line-height: 1.2;
  transform: translateY(-4px);
}
.category-row:hover {
  background: rgba(255, 255, 255, 0.12);
}

.service-notes {
  display: grid;
  grid-template-columns: 0.93fr 1.07fr;
  min-height: 410px;
  margin: 0 5% 82px;
  overflow: hidden;
  border-radius: 8px;
  color: var(--paper);
  background: var(--ink);
}
.closing-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 56px 14%;
}
.service-notes .section-kicker {
  color: #e47169;
}
.service-notes h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 5.3vw, 63px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.93;
}
.service-notes h2 em {
  color: #e47169;
  font-weight: 400;
}
.closing-copy > p:not(.section-kicker) {
  max-width: 260px;
  margin: 24px 0 26px;
  color: rgba(244, 240, 231, 0.78);
  font-size: 13px;
  line-height: 1.6;
}
.service-notes a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-width: 210px;
  min-height: 54px;
  padding: 0 18px;
  color: var(--ink);
  background: var(--paper);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}
.service-notes a span {
  color: var(--red);
  font-size: 22px;
  font-weight: 400;
}
.service-notes a:hover {
  color: var(--paper);
  background: var(--red);
}
.service-notes a:hover span {
  color: var(--paper);
}
.service-notes figure {
  margin: 0;
  overflow: hidden;
}
.service-notes figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 500px) {
  .landing-poster {
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: visible;
  }
  .poster-header {
    height: 107px;
  }
  .menu-button {
    top: 45px;
    right: 6%;
    width: 30px;
    gap: 4px;
    cursor: pointer;
  }
  .menu-button i {
    width: 22px;
    height: 2px;
    border-radius: 2px;
  }
  .menu-button i:nth-child(2) {
    width: 17px;
  }
  .menu-button i:nth-child(3) {
    width: 12px;
  }
  .side-label {
    top: 119px;
    font-size: 9px;
  }
  .brand-area {
    padding: 0 11%;
  }
  .brand-area h1 {
    font-size: clamp(57px, 15.4vw, 77px);
  }
  .outdoor-label {
    margin-top: 24px;
  }
  .brand-illustration {
    margin-bottom: -10px;
  }
  .gear-photo {
    height: 270px;
    margin-top: 26px;
  }
  .utility-rail {
    margin: 0 4%;
    padding: 22px 0;
  }
  .utility-item {
    padding: 0 5px;
  }
  .utility-value {
    font-size: 8px;
  }
  .collection-action {
    padding: 24px 4% 54px;
  }
  .collection-action a {
    min-height: 65px;
    padding: 14px 18px;
  }
  .collection-action strong {
    font-size: 8px;
  }
  .popular-gear {
    padding: 76px 7% 82px;
  }
  .round-link {
    top: 97px;
    right: 7%;
    width: 48px;
    height: 48px;
    font-size: 27px;
  }
  .gear-grid {
    display: flex;
    gap: 15px;
    margin: 42px -7% 0;
    padding: 0 7%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .gear-card {
    flex: 0 0 238px;
    padding: 15px;
    scroll-snap-align: start;
  }
  .gear-card-image {
    height: 210px;
    margin-bottom: 20px;
  }
  .prepared-gear {
    grid-template-columns: 1fr;
  }
  .prepared-copy {
    min-height: 350px;
    padding: 72px 9%;
  }
  .prepared-gear figure {
    min-height: 310px;
  }
  .category-section {
    padding: 78px 7% 76px;
  }
  .category-section::after {
    top: 89px;
    right: -18%;
    width: 68%;
  }
  .category-heading > p:last-child {
    max-width: 250px;
    font-size: 13px;
  }
  .category-list {
    margin-top: 35px;
  }
  .category-row {
    grid-template-columns: 76px minmax(0, 1fr) 23px 24px;
    gap: 10px;
    min-height: 86px;
  }
  .category-row figure {
    width: 67px;
    height: 62px;
  }
  .category-row div p {
    margin-bottom: 5px;
    font-size: 8px;
  }
  .category-row h3 {
    font-size: 23px;
  }
  .category-row strong {
    font-size: 11px;
  }
  .category-row > span {
    font-size: 20px;
  }
  .service-notes {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    margin: 0;
    border-radius: 0;
  }
  .closing-copy {
    min-height: 340px;
    padding: 66px 9% 58px;
  }
  .service-notes figure {
    height: 295px;
  }
  .service-notes a {
    margin-top: 4px;
  }
}

/* Desktop layout: mobile rules above remain the source of truth below 500px. */
@media (min-width: 501px) {
  .brand-area {
    padding-inline: 10%;
  }

  .brand-area h1 {
    font-size: clamp(76px, 10vw, 126px);
  }

  .brand-illustration {
    width: min(100%, 390px);
    margin-top: 12px;
  }

  .gear-photo {
    height: clamp(340px, 34vw, 470px);
  }
}

@media (min-width: 901px) {
  .popular-gear {
    padding-inline: 8%;
  }

  .gear-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Desktop is an editorial canvas; the mobile poster above stays intentionally untouched. */
@media (min-width: 981px) {
  .landing-poster::before {
    opacity: 0.18;
  }

  .landing-poster::after {
    display: none;
  }

  .guide-line,
  .side-label {
    display: none;
  }

  .poster-header {
    height: 108px;
    margin: 0 clamp(32px, 5.55vw, 84px);
    border-bottom: 1px solid rgba(23, 23, 23, 0.18);
  }

  .poster-header::before {
    position: absolute;
    top: 39px;
    left: 0;
    content: "BAGONG LAPAR  /  OUTDOOR EQUIPMENT RENTAL";
    color: var(--ink);
    font-family: var(--serif);
    font-size: 20px;
    letter-spacing: -0.025em;
  }

  .menu-button {
    top: 42px;
    right: 0;
    width: 29px;
    gap: 5px;
  }

  .menu-button i,
  .menu-button i:nth-child(2),
  .menu-button i:nth-child(3) {
    width: 100%;
    height: 2px;
    border-radius: 0;
  }

  .menu-panel {
    width: min(480px, 100%);
    height: 100%;
    margin: 0 0 0 auto;
    padding: 72px 58px;
  }

  .brand-area {
    display: grid;
    grid-template-columns: minmax(390px, 0.92fr) minmax(430px, 1.08fr);
    grid-template-areas:
      "title illustration"
      "label illustration"
      "intro illustration";
    align-items: center;
    column-gap: clamp(48px, 8vw, 150px);
    min-height: 548px;
    padding: 68px clamp(32px, 8.4vw, 128px) 60px;
    text-align: left;
  }

  .brand-area h1 {
    grid-area: title;
    align-self: end;
    max-width: 720px;
    font-size: clamp(104px, 11.2vw, 174px);
    line-height: 0.72;
  }

  .brand-area h1 span + span {
    margin-top: 15px;
  }

  .outdoor-label {
    grid-area: label;
    align-self: center;
    margin: 27px 0 0;
    font-size: 12px;
    letter-spacing: 0.35em;
  }

  .brand-illustration {
    grid-area: illustration;
    width: min(100%, 470px);
    margin: 0 auto;
    justify-self: center;
    filter: drop-shadow(20px 24px 0 rgba(23, 23, 23, 0.08));
  }

  .intro-text {
    grid-area: intro;
    align-self: start;
    max-width: 275px;
    margin-top: 34px;
  }

  .intro-text h2 {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .intro-text p {
    font-size: 13px;
    line-height: 1.55;
  }

  .gear-photo {
    height: clamp(390px, 36vw, 540px);
    margin: 0 clamp(32px, 5.55vw, 84px);
    border-top: 1px solid rgba(23, 23, 23, 0.18);
    border-bottom: 1px solid rgba(23, 23, 23, 0.18);
  }

  .gear-photo img {
    object-position: center 58%;
  }

  .utility-rail {
    max-width: none;
    margin: 0 clamp(32px, 5.55vw, 84px);
    padding: 22px 0;
    border-top: 0;
  }

  .utility-item {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 15px;
    padding: 0 28px;
    text-align: left;
  }

  .utility-label {
    margin: 0;
    font-size: 9px;
  }

  .utility-value {
    font-size: 11px;
  }

  .collection-action {
    padding: 36px clamp(32px, 5.55vw, 84px) 108px;
  }

  .collection-action a {
    min-height: 72px;
    gap: 0;
    padding: 0;
  }

  .cta-primary {
    min-height: 72px;
    padding: 0 28px;
    font-family: var(--serif);
    font-size: 29px;
    font-weight: 400;
  }

  .cta-secondary {
    min-height: 72px;
    margin-left: auto;
    padding: 0 24px;
    border-left: 1px solid rgba(244, 240, 231, 0.2);
    font-size: 9px;
  }

  .collection-action b {
    width: 62px;
    min-height: 72px;
    justify-content: center;
    border-left: 1px solid rgba(244, 240, 231, 0.2);
  }

  .popular-gear {
    display: grid;
    grid-template-areas:
      "intro action"
      "grid grid";
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 104px clamp(32px, 5.55vw, 84px) 0;
    border-top: 1px solid rgba(23, 23, 23, 0.18);
  }

  .section-intro {
    grid-area: intro;
    padding-bottom: 36px;
  }

  .section-kicker {
    margin-bottom: 16px;
    font-size: 9px;
  }

  .section-intro h2,
  .prepared-copy h2,
  .category-section h2 {
    font-size: clamp(54px, 5.8vw, 88px);
    line-height: 0.87;
  }

  .section-intro h2 {
    max-width: 620px;
    font-size: clamp(50px, 4.7vw, 70px);
    line-height: 0.9;
  }

  .round-link {
    position: static;
    grid-area: action;
    align-self: start;
    justify-self: end;
    display: inline-flex;
    width: auto;
    height: auto;
    gap: 10px;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    line-height: 1;
  }

  .round-link::before {
    content: "Lihat semua";
    color: var(--ink);
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .round-link:hover {
    color: var(--red);
    background: transparent;
  }

  .gear-grid {
    grid-template-columns: 1.25fr 1fr 1fr;
    grid-auto-rows: 282px;
    gap: 1px;
    margin: 0;
    background: rgba(23, 23, 23, 0.18);
    border-top: 1px solid rgba(23, 23, 23, 0.18);
    border-bottom: 1px solid rgba(23, 23, 23, 0.18);
  }

  .product-card-compact {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 0;
    background: var(--paper);
  }

  .product-card-compact .gear-card-image {
    flex: 1 1 auto;
    height: auto;
    min-height: 142px;
    margin: 0;
    background: #e6dccb;
  }

  .product-card-compact .gear-card-image img {
    object-fit: contain;
    mix-blend-mode: multiply;
  }

  .product-card-compact h3 {
    min-height: 0;
    padding: 0 20px;
    font-size: 25px;
  }

  .product-card-compact .gear-category {
    margin: 18px 20px 8px;
    font-size: 8px;
  }

  .product-card-compact .gear-price {
    margin: 14px 20px 18px;
    padding-top: 11px;
    font-size: 10px;
  }

  .product-card-compact .gear-price strong {
    font-size: 12px;
  }

  .product-card-compact:first-child {
    display: grid;
    grid-column: span 2;
    grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.92fr);
    grid-template-rows: min-content min-content 1fr;
  }

  .product-card-compact:first-child .gear-card-image {
    grid-row: 1 / -1;
    height: 100%;
    min-height: 0;
  }

  .product-card-compact:first-child .gear-category {
    align-self: end;
    margin-top: 0;
  }

  .product-card-compact:first-child h3 {
    align-self: start;
    font-size: clamp(32px, 3.25vw, 51px);
    line-height: 0.9;
  }

  .product-card-compact:first-child .gear-price {
    align-self: end;
  }

  .product-card-compact:last-child {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    grid-template-rows: min-content min-content 1fr;
  }

  .product-card-compact:last-child .gear-card-image {
    grid-row: 1 / -1;
    height: 100%;
    min-height: 0;
  }

  .product-card-compact:last-child .gear-category {
    align-self: end;
    margin-top: 0;
  }

  .product-card-compact:last-child h3 {
    align-self: start;
    font-size: clamp(31px, 3vw, 46px);
    line-height: 0.9;
  }

  .product-card-compact:last-child .gear-price {
    align-self: end;
  }

  /* Keep the landing catalogue legible: one product rhythm, no forced feature cells. */
  .gear-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 382px;
  }

  .product-card-compact,
  .product-card-compact:first-child,
  .product-card-compact:last-child {
    display: flex;
    grid-column: auto;
    grid-template-columns: none;
    grid-template-rows: none;
    flex-direction: column;
  }

  .product-card-compact .gear-card-image,
  .product-card-compact:first-child .gear-card-image,
  .product-card-compact:last-child .gear-card-image {
    flex: 0 0 226px;
    grid-row: auto;
    height: 226px;
    min-height: 226px;
  }

  .product-card-compact .gear-category,
  .product-card-compact:first-child .gear-category,
  .product-card-compact:last-child .gear-category {
    align-self: auto;
    margin: 17px 20px 7px;
  }

  .product-card-compact h3,
  .product-card-compact:first-child h3,
  .product-card-compact:last-child h3 {
    align-self: auto;
    padding: 0 20px;
    font-size: clamp(23px, 2vw, 30px);
    line-height: 0.96;
  }

  .product-card-compact .gear-price,
  .product-card-compact:first-child .gear-price,
  .product-card-compact:last-child .gear-price {
    align-self: auto;
    margin: auto 20px 18px;
  }

  .prepared-gear {
    grid-template-columns: minmax(330px, 0.75fr) minmax(0, 1.25fr);
    min-height: 535px;
    margin-top: 120px;
    background: #eae2d5;
  }

  .prepared-gear::before {
    right: 5%;
    left: auto;
    width: 58%;
    background-position: center 18%;
    background-size: 92%;
    opacity: 0.12;
  }

  .prepared-copy {
    padding: 72px clamp(32px, 5.55vw, 84px);
  }

  .prepared-copy > p:not(.section-kicker) {
    max-width: 250px;
    margin: 24px 0;
    font-size: 14px;
  }

  .prepared-gear figure {
    min-height: 535px;
  }

  .category-section {
    padding: 96px clamp(32px, 5.55vw, 84px) 96px;
    border-top: 0;
  }

  .category-section::after {
    top: 160px;
    right: 5.55vw;
    width: 19%;
  }

  .category-heading {
    display: block;
    max-width: none;
    padding-right: 24%;
  }

  .category-heading .section-kicker,
  .category-heading h2 {
    grid-column: auto;
  }

  .category-heading > p:last-child {
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    max-width: 410px;
    margin: 15px 0 0;
    font-size: 13px;
    line-height: 1.6;
  }

  .category-section h2 {
    max-width: none;
    font-size: clamp(46px, 4.15vw, 62px);
    letter-spacing: -0.035em;
    line-height: 0.96;
    white-space: nowrap;
  }

  .category-section h2 br {
    display: none;
  }

  .category-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 44px;
    border-top: 1px solid rgba(23, 23, 23, 0.2);
    border-bottom: 1px solid rgba(23, 23, 23, 0.2);
  }

  /* Category cards: keep the existing HTML structure and compose each asset optically. */
  .category-row {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 344px;
    padding: 0;
    border-right: 0;
    border-bottom: 0;
    overflow: hidden;
    background: rgba(233, 225, 210, 0.24);
  }

  .category-row + .category-row {
    border-left: 1px solid rgba(23, 23, 23, 0.2);
  }

  .category-row figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 236px;
    margin: 0;
    padding: 22px 30px 14px;
    overflow: hidden;
    background: #e4d8c6;
  }

  .category-row figure img,
  .category-row:nth-child(2) figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: multiply;
    transform-origin: center;
  }

  /* Optical corrections: equal visual weight, not equal CSS width. */
  .category-row:nth-child(1) figure img {
    max-width: 88%;
    max-height: 88%;
    transform: translateY(6px);
  }

  .category-row:nth-child(2) figure img {
    max-width: 78%;
    max-height: 100%;
    transform: scale(1.06) translateY(3px);
  }

  .category-row:nth-child(3) figure img {
    max-width: 84%;
    max-height: 84%;
    transform: translate(-2px, 2px);
  }

  .category-footer {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    grid-template-rows: auto;
    align-items: center;
    gap: 16px;
    min-height: 108px;
    padding: 18px 22px 16px;
  }

  .category-arrow {
    align-self: start;
    margin-top: 1px;
    font-size: 24px;
    transform: none;
  }

  .category-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
  }

  .category-copy p {
    margin: 0 0 7px;
    font-size: 8px;
  }

  .category-copy h3 {
    margin: 0;
    font-size: clamp(29px, 2.45vw, 37px);
    line-height: 0.96;
  }

  .category-row strong {
    align-self: end;
    margin: 0 0 2px;
    font-size: 12px;
    line-height: 1;
    transform: none;
  }

  .category-row:hover {
    background: rgba(255, 255, 255, 0.34);
  }

  .service-notes {
    grid-template-columns: minmax(380px, 0.76fr) minmax(0, 1.24fr);
    min-height: 465px;
    margin: 0;
    border-radius: 0;
  }

  .closing-copy {
    padding: 72px clamp(32px, 5.55vw, 84px);
  }

  .service-notes h2 {
    font-size: clamp(54px, 5vw, 78px);
  }

  .site-footer {
    padding: 0 clamp(32px, 5.55vw, 84px);
    background: #201f1b;
    border-top: 1px solid rgba(244, 240, 231, 0.24);
  }

  .footer-inner {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(250px, 1.1fr) minmax(
        270px,
        1fr
      );
    grid-template-areas:
      "identity title contact"
      "identity tagline contact"
      "rule rule rule"
      "note note copyright";
    align-items: center;
    max-width: none;
    min-height: 252px;
    padding: 44px 0 32px;
    text-align: left;
  }

  .footer-logo {
    grid-area: identity;
    width: 54px;
    height: 54px;
    margin: 0 0 0 16px;
  }

  .footer-inner h2 {
    grid-area: title;
    align-self: end;
    font-size: 29px;
  }

  .footer-tagline {
    grid-area: tagline;
    align-self: start;
    margin: 7px 0 0;
    font-size: 7px;
  }

  .footer-rule {
    grid-area: rule;
    width: 100%;
    margin: 26px 0 18px;
  }

  .footer-contact {
    grid-area: contact;
    gap: 38px;
    padding-left: 40px;
    border-left: 1px solid rgba(244, 240, 231, 0.15);
  }

  .footer-rule-bottom {
    display: none;
  }

  .footer-note {
    grid-area: note;
    max-width: 430px;
    margin: 0;
    font-size: 10px;
  }

  .footer-copyright {
    grid-area: copyright;
    justify-self: end;
    font-size: 7px;
    text-align: right;
  }

  .red-mark {
    display: none;
  }
}

/* Homepage motion: transforms and opacity only, layered over the approved layout. */
@keyframes hero-word-in {
  from {
    opacity: 0;
    transform: translateY(82px) rotate(-2.25deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}

@keyframes hero-logo-sequence {
  from {
    opacity: 0;
    transform: translateY(55px) scale(0.72) rotate(-5deg);
  }
  48% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0);
  }
  58% {
    opacity: 1;
    transform: scale(1) translateX(0);
    filter: drop-shadow(20px 24px 0 rgba(23, 23, 23, 0.08));
  }
  68% {
    transform: scaleX(1.05) scaleY(0.97) translateX(0);
    filter: drop-shadow(25px 29px 0 rgba(23, 23, 23, 0.25));
  }
  76% {
    transform: scaleX(1.04) scaleY(0.98) translateX(-5px);
    filter: drop-shadow(25px 29px 0 rgba(23, 23, 23, 0.25));
  }
  84% {
    transform: scaleX(1.02) scaleY(0.99) translateX(4px);
  }
  100% {
    transform: scale(1) translateX(0);
    filter: drop-shadow(20px 24px 0 rgba(23, 23, 23, 0.08));
  }
}

@keyframes logo-roar-click {
  0% {
    transform: translateY(var(--hero-logo-parallax, 0px)) scale(1) rotate(0);
    filter: drop-shadow(20px 24px 0 rgba(23, 23, 23, 0.08));
  }
  20% {
    transform: translateY(var(--hero-logo-parallax, 0px)) scaleX(1.05)
      scaleY(0.97) rotate(-1deg);
    filter: drop-shadow(25px 29px 0 rgba(217, 47, 47, 0.3));
  }
  42% {
    transform: translateY(var(--hero-logo-parallax, 0px)) scale(1.04)
      translateX(-5px) rotate(1.5deg);
    filter: drop-shadow(25px 29px 0 rgba(217, 47, 47, 0.3));
  }
  62% {
    transform: translateY(var(--hero-logo-parallax, 0px)) scale(1.02)
      translateX(4px) rotate(-1deg);
  }
  82% {
    transform: translateY(var(--hero-logo-parallax, 0px)) scale(1.01)
      translateX(-2px) rotate(0.5deg);
  }
  100% {
    transform: translateY(var(--hero-logo-parallax, 0px)) scale(1) translateX(0)
      rotate(0);
    filter: drop-shadow(20px 24px 0 rgba(23, 23, 23, 0.08));
  }
}

.motion-ready [data-hero-title],
.motion-ready [data-hero-label],
.motion-ready [data-hero-logo],
.motion-ready [data-hero-copy] {
  opacity: 0;
}

.motion-ready [data-hero-title] {
  display: inline-block;
}

.motion-ready [data-hero-title="bagong"] {
  animation: hero-word-in 820ms cubic-bezier(0.16, 1, 0.3, 1) 120ms forwards;
}

.motion-ready [data-hero-title="lapar"] {
  animation: hero-word-in 880ms cubic-bezier(0.16, 1, 0.3, 1) 220ms forwards;
}

.motion-ready [data-hero-label] {
  animation: hero-word-in 720ms cubic-bezier(0.16, 1, 0.3, 1) 430ms forwards;
}

.motion-ready [data-hero-logo].is-intro-running {
  animation: hero-logo-sequence 2050ms cubic-bezier(0.22, 0.72, 0.25, 1) 620ms
    both;
}

.motion-ready [data-hero-logo].is-intro-complete {
  opacity: 1;
  animation: none;
  transform: translateY(var(--hero-logo-parallax, 0px));
}

.motion-ready [data-hero-logo].is-roaring {
  animation: logo-roar-click 900ms cubic-bezier(0.22, 0.72, 0.25, 1) both;
}

.logo-interactive {
  cursor: pointer;
}

.motion-ready [data-hero-copy] {
  animation: hero-word-in 700ms cubic-bezier(0.16, 1, 0.3, 1) 930ms forwards;
}

[data-hero-title],
[data-hero-logo],
[data-hero-copy] {
  will-change: transform, opacity;
}

[data-hero-title] {
  transform: translateY(var(--hero-title-parallax, 0px));
}

[data-hero-copy] {
  transform: translateY(var(--hero-copy-parallax, 0px));
}

[data-reveal] {
  --reveal-y: 0px;
  --reveal-scale: 1;
  opacity: 0;
  transform: translateY(var(--reveal-y)) scale(var(--reveal-scale));
  transition:
    opacity 850ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 850ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal="title"] {
  --reveal-y: 60px;
  transform: translateY(var(--reveal-y)) skewY(2deg);
}

[data-reveal="copy"] {
  --reveal-y: 30px;
}

[data-reveal="image"] {
  --reveal-scale: 0.92;
  clip-path: inset(16% 0 16% 0);
}

[data-reveal="card"] {
  --reveal-y: 53px;
}

[data-reveal="line"] {
  transform: scaleX(0);
  transform-origin: left;
}

[data-reveal].is-visible {
  --reveal-y: 0px;
  --reveal-scale: 1;
  opacity: 1;
  transform: translateY(0) scale(1) skewY(0);
  clip-path: inset(0);
}

.gear-card[data-reveal="card"].is-visible {
  transform: none;
}

[data-reveal="card"] {
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal="image"] img {
  transform: scale(1.1);
  transition: transform 950ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal="image"].is-visible img {
  transform: scale(1);
}

.gear-card-image img,
.category-row figure img,
.service-notes figure img,
.gear-photo img {
  will-change: transform;
}

.gear-card-image img {
  transition: none;
}

@media (hover: hover) and (pointer: fine) {
  .collection-action a {
    position: relative;
    overflow: hidden;
  }

  .collection-action a::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    content: "";
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 340ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .collection-action a > * {
    position: relative;
    z-index: 1;
  }

  .collection-action a:hover {
    color: var(--paper);
    background: var(--ink);
    outline: 0;
  }

  .collection-action a:hover::before {
    transform: scaleX(1);
  }

  .collection-action a:hover .cta-primary,
  .collection-action a:hover .cta-secondary {
    color: var(--paper);
  }

  .collection-action a:hover .cta-secondary {
    transform: translateX(10px);
  }

  .cta-secondary {
    transition:
      transform 320ms cubic-bezier(0.16, 1, 0.3, 1),
      color 320ms ease;
  }
}

.menu-panel {
  transform: translateX(35px);
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-modal.is-open .menu-panel {
  transform: translateX(0);
}

.menu-links a {
  opacity: 0;
  transform: translateX(20px);
  transition:
    opacity 300ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    color 200ms ease;
}

.menu-modal.is-open .menu-links a {
  opacity: 1;
  transform: translateX(0);
}

.menu-modal.is-open .menu-links a:nth-child(1) {
  transition-delay: 100ms;
}
.menu-modal.is-open .menu-links a:nth-child(2) {
  transition-delay: 160ms;
}
.menu-modal.is-open .menu-links a:nth-child(3) {
  transition-delay: 220ms;
}
.menu-modal.is-open .menu-links a:nth-child(4) {
  transition-delay: 280ms;
}

.menu-button i {
  transform-origin: center;
  transition:
    transform 300ms ease,
    opacity 200ms ease,
    width 300ms ease;
}

.menu-button[aria-expanded="true"] i:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.menu-button[aria-expanded="true"] i:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.menu-button[aria-expanded="true"] i:nth-child(3) {
  width: 43px;
  transform: translateY(-10px) rotate(-45deg);
}

.velocity-decorative {
  transform: translateX(var(--velocity-x, 0px));
  transition: transform 220ms ease-out;
}

.gear-photo {
  transform: translateY(var(--gear-photo-parallax, 0px))
    scale(var(--reveal-scale, 1));
}

.category-row[data-reveal="card"].is-visible,
.category-row[data-reveal="card"]:hover {
  transform: none;
  background: rgba(233, 225, 210, 0.24);
}

.category-row[data-reveal="card"]:hover .category-arrow,
.category-row[data-reveal="card"]:hover strong {
  transform: none;
}

@media (max-width: 500px) {
  .menu-button[aria-expanded="true"] i:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] i:nth-child(3) {
    width: 22px;
    transform: translateY(-6px) rotate(-45deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-hero-title],
  [data-hero-label],
  [data-hero-logo],
  [data-hero-copy],
  [data-reveal],
  [data-reveal="image"] img,
  .menu-panel,
  .menu-links a,
  .menu-button i,
  .gear-card-image img,
  .category-row figure img,
  .category-arrow,
  .category-row strong,
  .collection-action a::before,
  .cta-secondary,
  .velocity-decorative,
  .gear-photo {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    transition: none !important;
  }

  .motion-ready [data-hero-logo].is-roaring {
    animation: none !important;
    transform: translateY(var(--hero-logo-parallax, 0px)) !important;
  }
}

/* ==================================================
   MOBILE CATEGORY COMPOSITION FIX — FINAL OVERRIDE
   Keeps desktop/tablet composition untouched.
   ================================================== */
@media (max-width: 500px) {
  .category-section {
    padding: 74px 7% 72px;
  }

  .category-section::after {
    top: 72px;
    right: -24%;
    width: 76%;
    opacity: 0.28;
  }

  .category-heading {
    max-width: 100%;
    padding-right: 0;
  }

  .category-heading > p:last-child {
    max-width: 270px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.55;
  }

  .category-list {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 32px;
    border-top: 1px solid rgba(23, 23, 23, 0.22);
    border-bottom: 0;
  }

  .category-row,
  .category-row[data-reveal="card"],
  .category-row[data-reveal="card"].is-visible {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 0;
    min-width: 0;
    min-height: 104px;
    padding: 0;
    overflow: hidden;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 23, 23, 0.22);
    background: rgba(233, 225, 210, 0.14);
    transform: none;
  }

  .category-row + .category-row {
    border-left: 0;
  }

  .category-row figure,
  .category-row:nth-child(2) figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 104px;
    margin: 0;
    padding: 12px 10px;
    overflow: hidden;
    background: #e4d8c6;
  }

  .category-row figure img,
  .category-row:nth-child(2) figure img,
  .category-row:nth-child(3) figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 78px;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: multiply;
    transform: none;
  }

  .category-row:nth-child(1) figure img {
    max-width: 72px;
    max-height: 68px;
    transform: translateY(1px);
  }

  .category-row:nth-child(2) figure img {
    max-width: 58px;
    max-height: 78px;
    transform: translateY(1px);
  }

  .category-row:nth-child(3) figure img {
    max-width: 74px;
    max-height: 68px;
    transform: translateY(1px);
  }

  .category-footer {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 104px;
    padding: 16px 48px 15px 17px;
  }

  .category-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
  }

  .category-copy p,
  .category-row div p {
    margin: 0 0 5px;
    color: #862c2a;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
  }

  .category-copy h3,
  .category-row h3 {
    margin: 0;
    font-size: 26px;
    line-height: 0.95;
    letter-spacing: -0.045em;
    white-space: nowrap;
  }

  .category-footer .category-arrow,
  .category-row .category-arrow {
    position: absolute;
    top: 16px;
    right: 14px;
    margin: 0;
    color: #862c2a;
    font-size: 22px;
    line-height: 1;
    transform: none;
  }

  .category-footer > strong,
  .category-row strong {
    position: absolute;
    right: 15px;
    bottom: 16px;
    margin: 0;
    color: #862c2a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    transform: none;
  }

  .category-row:active {
    background: rgba(255, 255, 255, 0.28);
  }
}
