.wild-cinematic-page {
  --ww-bg: #fff;
  --ww-paper: #fff;
  --ww-stone: #eee7dd;
  --ww-ink: #302f2c;
  --ww-muted: rgba(48, 47, 44, .58);
  --ww-soft: rgba(48, 47, 44, .12);
  --ww-line: rgba(36, 36, 36, .18);
  --ww-gold: var(--ww-line);
  margin: 0;
  background: var(--ww-bg) !important;
  color: var(--ww-ink) !important;
}

.wild-cinema {
  background: var(--ww-bg);
  color: var(--ww-ink);
  font-family: var(--sans);
  letter-spacing: 0;
}

html body.wild-cinematic-page .contact-header,
html body.wild-cinematic-page.js-shell-ready .contact-header {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 20 !important;
  display: grid !important;
  grid-template-columns: 64px 1fr 64px !important;
  align-items: center !important;
  min-height: var(--js-header-height, 128px) !important;
  height: var(--js-header-height, 128px) !important;
  padding: 24px var(--js-shell-side, clamp(24px, 3.2vw, 48px)) !important;
  background: #fff !important;
  border-bottom: 1px solid var(--ww-line) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .92) !important;
}

html body.wild-cinematic-page .contact-burger,
html body.wild-cinematic-page .contact-logo,
html body.wild-cinematic-page .contact-cart,
html body.wild-cinematic-page.js-shell-ready .contact-burger,
html body.wild-cinematic-page.js-shell-ready .contact-logo,
html body.wild-cinematic-page.js-shell-ready .contact-cart {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
}

html body.wild-cinematic-page .contact-burger,
html body.wild-cinematic-page.js-shell-ready .contact-burger {
  justify-self: start !important;
}

html body.wild-cinematic-page .contact-logo,
html body.wild-cinematic-page.js-shell-ready .contact-logo {
  justify-self: center !important;
  width: clamp(136px, 9.8vw, 176px) !important;
  max-width: 176px !important;
}

html body.wild-cinematic-page .contact-cart,
html body.wild-cinematic-page.js-shell-ready .contact-cart {
  justify-self: end !important;
}

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

.ww-kicker,
.ww-symbol span,
.ww-object span,
.ww-hero p,
.ww-archetype p,
.ww-symbol p,
.ww-final a {
  font-family: var(--sans) !important;
  font-weight: 400;
  letter-spacing: 0;
}

.ww-kicker,
.ww-symbol span,
.ww-object span {
  margin: 0;
  color: var(--ww-muted);
  font-size: 13px;
  line-height: 1.5;
}

.ww-hero h1,
.ww-manifesto p,
.ww-back-banner h2,
.ww-archetype h2,
.ww-symbol h2,
.ww-section-head h2,
.ww-object h3,
.ww-state p,
.ww-video h2,
.ww-final h2 {
  margin: 0;
  color: inherit !important;
  font-family: var(--serif) !important;
  font-weight: 400 !important;
  letter-spacing: 0;
}

.ww-hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - var(--js-header-height, 128px));
  margin-bottom: 0;
  overflow: hidden;
  background: #15130f;
}

.ww-hero > img {
  position: absolute;
  inset: 0;
}

.ww-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 18, 15, .68) 0%, rgba(20, 18, 15, .28) 43%, rgba(20, 18, 15, .05) 72%),
    linear-gradient(0deg, rgba(20, 18, 15, .28), rgba(20, 18, 15, 0) 42%);
}

.ww-hero__copy {
  position: relative;
  z-index: 1;
  align-self: end;
  max-width: 980px;
  padding: clamp(120px, 14vw, 190px) clamp(24px, 5vw, 72px) clamp(58px, 8vw, 110px);
  color: #fffaf0;
}

.ww-hero__copy .ww-kicker,
.ww-hero__copy p {
  color: rgba(255, 250, 240, .76);
}

.ww-hero h1 {
  max-width: 1050px;
  margin-top: 22px;
  font-size: clamp(54px, 10vw, 158px);
  line-height: .86;
}

.ww-hero p:last-child {
  max-width: 620px;
  margin: 28px 0 0;
  font-size: clamp(15px, 1.35vw, 20px);
  line-height: 1.65;
}

.ww-filter {
  display: flex;
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  padding: 24px clamp(24px, 5vw, 72px) 34px;
  overflow-x: auto;
  border-bottom: 1px solid var(--ww-line);
  background: var(--ww-bg);
  scrollbar-width: none;
}

.ww-filter::-webkit-scrollbar {
  display: none;
}

.ww-filter a {
  position: relative;
  flex: 0 0 auto;
  color: var(--ww-muted);
  font-family: var(--sans) !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: none;
}

.ww-filter a.is-active,
.ww-filter a:hover {
  color: var(--ww-ink);
}

.ww-filter a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 38px;
  height: 1px;
  background: var(--ww-line);
}

.ww-back-banner {
  position: relative;
  min-height: 0;
  padding: clamp(28px, 4vw, 58px) clamp(24px, 5vw, 72px) clamp(56px, 7vw, 92px);
  overflow: hidden;
  background: #fff;
}

.ww-back-banner > img {
  position: static;
  width: 100%;
  height: min(68svh, 660px);
  object-fit: cover;
  object-position: 50% 50%;
}

.ww-back-banner::after {
  content: none;
}

.ww-back-banner div {
  display: none;
}

.ww-back-banner h2 {
  max-width: 620px;
  margin-top: 18px;
  font-size: clamp(34px, 5vw, 82px);
  line-height: 1.03;
}

.ww-manifesto {
  position: relative;
  min-height: min(86svh, 840px);
  overflow: hidden;
  background: #1e1a15;
}

.ww-manifesto > img,
.ww-depth > img,
.ww-state > img,
.ww-video > img {
  position: absolute;
  inset: 0;
}

.ww-manifesto::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(28, 23, 18, .12), rgba(28, 23, 18, .58));
}

.ww-manifesto__copy {
  position: absolute;
  right: clamp(24px, 6vw, 90px);
  bottom: clamp(38px, 7vw, 96px);
  z-index: 1;
  width: min(720px, calc(100% - 48px));
  color: #fff8ec;
}

.ww-manifesto p {
  font-size: clamp(31px, 5vw, 74px);
  line-height: 1.06;
}

.ww-manifesto p + p {
  margin-top: 20px;
  font-family: var(--sans) !important;
  font-size: clamp(15px, 1.45vw, 21px);
  line-height: 1.7;
  color: rgba(255, 248, 236, .72);
}

.ww-depth {
  position: relative;
  min-height: min(92svh, 920px);
  margin-top: clamp(18px, 3vw, 44px);
  overflow: hidden;
  background: #1d1b17;
}

.ww-depth::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 15, 13, .55), rgba(16, 15, 13, .05) 48%, rgba(16, 15, 13, .28)),
    linear-gradient(0deg, rgba(16, 15, 13, .5), rgba(16, 15, 13, .08) 46%);
}

.ww-depth div {
  position: absolute;
  left: clamp(24px, 5vw, 72px);
  bottom: clamp(36px, 7vw, 96px);
  z-index: 1;
  max-width: 720px;
  color: #fff8ec;
}

.ww-depth p {
  margin: 0;
  font-family: var(--serif) !important;
  font-size: clamp(34px, 5vw, 78px);
  font-weight: 400 !important;
  line-height: 1.04;
}

.ww-archetype {
  display: grid;
  min-height: clamp(220px, 24vw, 340px);
  align-items: center;
  padding: clamp(42px, 5vw, 76px) clamp(24px, 5vw, 72px) clamp(22px, 3vw, 44px);
}

.ww-archetype__text {
  max-width: 760px;
}

.ww-archetype h2 {
  margin-top: 18px;
  max-width: 720px;
  font-size: clamp(40px, 5.2vw, 84px);
  line-height: 1;
}

.ww-archetype p:not(.ww-kicker) {
  max-width: 460px;
  margin: 26px 0 0;
  color: var(--ww-muted);
  font-size: 15px;
  line-height: 1.65;
}

.ww-symbols {
  display: grid;
  gap: clamp(54px, 8vw, 112px);
  padding: clamp(8px, 1.4vw, 18px) clamp(24px, 5vw, 72px) clamp(84px, 12vw, 168px);
}

.ww-symbol {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
}

.ww-symbol:nth-child(even) {
  grid-template-columns: minmax(280px, .42fr) minmax(0, 1fr);
}

.ww-symbol:nth-child(even) img {
  grid-column: 2;
}

.ww-symbol:nth-child(even) div {
  grid-column: 1;
  grid-row: 1;
}

.ww-symbol img {
  height: min(78svh, 740px);
  background: #fff;
}

.ww-symbol div {
  padding-bottom: 10px;
  border-top: 1px solid var(--ww-line);
}

.ww-symbol h2 {
  margin-top: 22px;
  font-size: clamp(36px, 5vw, 78px);
  line-height: 1;
}

.ww-symbol p {
  margin: 22px 0 0;
  color: var(--ww-muted);
  font-size: 15px;
  line-height: 1.72;
}

.ww-gallery {
  padding: clamp(76px, 10vw, 140px) clamp(24px, 5vw, 72px);
  background: #fff;
}

.ww-section-head {
  max-width: 820px;
  margin-bottom: clamp(50px, 7vw, 98px);
}

.ww-section-head h2 {
  margin-top: 18px;
  font-size: clamp(32px, 4.6vw, 72px);
  line-height: 1.06;
}

.ww-object {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .38fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: end;
  margin-top: clamp(46px, 8vw, 112px);
}

.ww-object:nth-of-type(odd) {
  grid-template-columns: minmax(260px, .38fr) minmax(0, 1fr);
}

.ww-object:nth-of-type(odd) figure {
  grid-column: 2;
}

.ww-object:nth-of-type(odd) div {
  grid-column: 1;
  grid-row: 1;
}

.ww-object figure {
  display: grid;
  min-height: 560px;
  margin: 0;
  place-items: center;
  overflow: hidden;
  background: var(--ww-paper);
}

.ww-object figure img {
  width: min(100%, 780px);
  height: 560px;
  padding: clamp(18px, 4vw, 54px);
  object-fit: contain;
  mix-blend-mode: multiply;
}

.ww-object--photo figure img,
.ww-object--web figure img {
  width: 100%;
  padding: 0;
  object-fit: cover;
  mix-blend-mode: normal;
}

.ww-object--feather figure img {
  width: min(100%, 600px);
  padding: clamp(24px, 5vw, 70px);
}

.ww-object div {
  border-top: 1px solid var(--ww-line);
  padding-top: 20px;
}

.ww-object h3 {
  margin-top: 22px;
  font-size: clamp(25px, 3.2vw, 48px);
  line-height: 1.12;
}

.ww-state {
  position: relative;
  min-height: min(88svh, 880px);
  overflow: hidden;
  background: #24211d;
}

.ww-state::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(21, 19, 16, .1), rgba(21, 19, 16, .62));
}

.ww-state img {
  object-position: 50% 44%;
}

.ww-state div {
  position: absolute;
  right: clamp(24px, 6vw, 96px);
  bottom: clamp(46px, 8vw, 120px);
  z-index: 1;
  max-width: 720px;
  color: #fff8ed;
}

.ww-state p {
  font-size: clamp(31px, 4.8vw, 70px);
  line-height: 1.07;
}

.ww-state p + p {
  margin-top: 22px;
  color: rgba(255, 248, 237, .74);
}

.ww-video {
  position: relative;
  min-height: min(90svh, 900px);
  overflow: hidden;
  background: #201b14;
}

.ww-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.06), rgba(0,0,0,0) 18%),
    linear-gradient(0deg, rgba(19, 16, 12, .56), rgba(19, 16, 12, .04) 48%);
}

.ww-video button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: grid;
  width: 82px;
  height: 82px;
  padding: 0;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 248, 236, .78);
  border-radius: 50%;
  background: rgba(255, 248, 236, .08);
}

.ww-video button span {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid rgba(255, 248, 236, .9);
}

.ww-video__caption {
  position: absolute;
  left: clamp(24px, 5vw, 72px);
  bottom: clamp(36px, 6vw, 84px);
  z-index: 1;
  color: #fff8ec;
}

.ww-video__caption .ww-kicker {
  color: rgba(255, 248, 236, .68);
}

.ww-video h2 {
  margin-top: 16px;
  font-size: clamp(32px, 5vw, 76px);
  line-height: 1.02;
}

.ww-final {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: center;
  min-height: 92svh;
  padding: clamp(78px, 10vw, 140px) clamp(24px, 5vw, 72px);
  background: #fff;
}

.ww-final figure {
  height: min(72svh, 740px);
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.ww-final figure img {
  object-position: 50% 50%;
}

.ww-final h2 {
  max-width: 640px;
  margin-top: 18px;
  font-size: clamp(34px, 5vw, 82px);
  line-height: 1.02;
}

.ww-final a {
  display: inline-block;
  margin-top: 34px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ww-line);
  color: var(--ww-ink);
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
}

@media (max-width: 920px) {
  .ww-archetype,
  .ww-symbol,
  .ww-symbol:nth-child(even),
  .ww-object,
  .ww-object:nth-of-type(odd),
  .ww-final {
    grid-template-columns: 1fr;
  }

  .ww-symbol:nth-child(even) img,
  .ww-symbol:nth-child(even) div,
  .ww-object:nth-of-type(odd) figure,
  .ww-object:nth-of-type(odd) div {
    grid-column: auto;
    grid-row: auto;
  }

  .ww-hero {
    min-height: 86svh;
  }
}

@media (max-width: 560px) {
  .ww-hero__copy {
    padding-top: 118px;
  }

  .ww-hero > img {
    object-position: 63% 50%;
  }

  .ww-manifesto,
  .ww-depth,
  .ww-state,
  .ww-video {
    min-height: 720px;
  }

  .ww-manifesto img {
    object-position: 50% 50%;
  }

  .ww-archetype__image,
  .ww-symbol img,
  .ww-object figure,
  .ww-object figure img,
  .ww-final figure {
    height: 430px;
    min-height: 430px;
  }

  .ww-object figure img {
    padding: 18px;
  }

  .ww-state img {
    object-position: 42% 50%;
  }

  .ww-video img {
    object-position: 42% 50%;
  }

  .ww-depth img {
    object-position: 50% 50%;
  }
}

/* Wild Woman v03: one intro, then metaphor + jewel pairs. */
.wild-cinema {
  padding-top: 0;
}

.ww-archetype {
  min-height: clamp(220px, 24vw, 340px);
  padding-top: clamp(42px, 5vw, 76px);
  padding-bottom: clamp(22px, 3vw, 44px);
}

.ww-symbols {
  gap: 0;
  padding-top: clamp(8px, 1.2vw, 16px);
  background: var(--ww-bg);
}

.ww-symbol,
.ww-symbol:nth-child(even) {
  grid-template-columns: minmax(0, .8fr) minmax(300px, .4fr) minmax(390px, .48fr);
  gap: clamp(24px, 3.4vw, 52px);
  align-items: center;
  min-height: auto;
  padding: clamp(44px, 7vw, 98px) 0;
  border-top: 1px solid var(--ww-line);
}

.ww-symbol--single-product,
.ww-symbol--single-product:nth-child(even) {
  grid-template-columns: minmax(0, .72fr) minmax(300px, .42fr);
}

.ww-symbol:nth-child(even) .ww-symbol__scene,
.ww-symbol:nth-child(even) .ww-symbol__copy,
.ww-symbol:nth-child(even) .ww-symbol__jewel {
  grid-column: auto;
  grid-row: auto;
}

.ww-symbol:nth-child(even) img,
.ww-symbol:nth-child(even) div {
  grid-column: auto;
  grid-row: auto;
}

.ww-symbol__scene,
.ww-symbol__jewel {
  display: grid;
  width: 100%;
  aspect-ratio: 1.18 / 1;
  margin: 0;
  overflow: hidden;
  place-items: center;
}

.ww-symbol__scene {
  position: relative;
  background: #fff;
}

.ww-symbol__scene--product {
  background: transparent;
}

.ww-symbol__scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ww-symbol__scene--product img {
  object-fit: contain;
}

.ww-symbol__copy {
  align-self: end;
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--ww-line);
}

.ww-symbol__copy h2 {
  margin-top: 22px;
  font-size: clamp(34px, 3.8vw, 58px);
  overflow-wrap: normal;
  word-break: normal;
}

.ww-symbol__copy p {
  max-width: 310px;
  margin-top: 18px;
}

.ww-symbol__jewel {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none;
  isolation: isolate;
}

.ww-symbol__jewel img {
  display: block;
  width: 100%;
  max-width: min(76%, 520px);
  height: 100%;
  max-height: 76%;
  padding: 0;
  background: transparent !important;
  background-color: transparent !important;
  object-fit: contain;
  mix-blend-mode: normal;
  image-rendering: auto;
  filter: contrast(1.04) saturate(1.02);
}

.ww-symbol__jewel--cutout,
.ww-symbol__jewel--photo {
  background: transparent;
}

.ww-symbol__jewel--duo {
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 2vw, 26px);
  padding: clamp(20px, 3vw, 38px);
}

.ww-symbol__jewel--duo img {
  max-width: 100%;
  max-height: 92%;
}

.ww-symbol__jewel--web {
  overflow: visible;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.ww-symbol__jewel--web img {
  width: min(96%, 600px);
  max-width: 100%;
  height: auto;
  max-height: 94%;
  padding: clamp(8px, 1.4vw, 22px);
  object-fit: contain;
  object-position: 50% 50%;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  mix-blend-mode: normal;
  opacity: 1;
  transform: translateX(-3%);
  filter:
    drop-shadow(0 10px 15px rgba(34, 38, 42, .018))
    contrast(1.16)
    brightness(.985)
    saturate(1.22);
}

.ww-symbol__jewel--web-photo img {
  width: min(100%, 620px);
  max-width: none;
  height: min(100%, 520px);
  max-height: none;
  object-fit: cover;
  filter: contrast(1.03) saturate(.98);
}

.ww-symbol__jewel--feather-art {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  place-items: center;
  background:
    linear-gradient(140deg, rgba(246, 243, 236, .94), rgba(255, 255, 252, .74) 48%, rgba(236, 228, 214, .86)),
    radial-gradient(circle at 68% 42%, rgba(183, 157, 111, .2), transparent 52%) !important;
}

.ww-symbol__jewel--feather-art::before {
  content: "";
  position: absolute;
  inset: 8% 5% 7% 18%;
  background:
    radial-gradient(circle at 55% 46%, rgba(255, 255, 255, .92), transparent 44%),
    radial-gradient(circle at 50% 50%, rgba(191, 171, 137, .28), transparent 66%),
    linear-gradient(112deg, rgba(198, 179, 143, .24), transparent 58%);
  filter: blur(10px);
  opacity: .94;
  pointer-events: none;
}

.ww-symbol__jewel--feather-art::after {
  content: "";
  position: absolute;
  inset: 9% 10%;
  border: 1px solid var(--ww-line);
  pointer-events: none;
}

.ww-symbol__jewel--feather-art img {
  position: absolute;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(45, 39, 31, .12)) contrast(1.12) saturate(1.05);
}

.ww-feather-art__main {
  z-index: 2;
}

.ww-feather-art__detail {
  z-index: 1;
  opacity: .26;
  mix-blend-mode: multiply;
  filter: blur(.15px) contrast(1.08) saturate(.92);
  transform-origin: center;
}

.ww-symbol__jewel--feather-i .ww-feather-art__main {
  right: 9%;
  top: 1%;
  height: 98%;
}

.ww-symbol__jewel--feather-i .ww-feather-art__detail--i {
  left: -18%;
  bottom: -27%;
  height: 128%;
  transform: rotate(-7deg) scale(1.34);
}

.ww-symbol__jewel--feather-ii .ww-feather-art__main {
  right: 6%;
  top: 3%;
  height: 94%;
}

.ww-symbol__jewel--feather-ii .ww-feather-art__detail--ii {
  left: -18%;
  bottom: -13%;
  height: 116%;
  transform: rotate(8deg) scale(1.2);
  opacity: .24;
}

.ww-freedom {
  position: relative;
  min-height: min(92svh, 900px);
  margin-top: clamp(28px, 5vw, 78px);
  margin-bottom: 0;
  overflow: hidden;
  background: #7c6e6d;
}

.ww-freedom > img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 50%;
}

.ww-freedom::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 16, 13, .5), rgba(18, 16, 13, .18) 38%, rgba(18, 16, 13, .04) 68%),
    linear-gradient(0deg, rgba(18, 16, 13, .34), rgba(18, 16, 13, .02) 58%);
}

.ww-freedom div {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: inherit;
  align-content: end;
  width: min(680px, calc(100% - 48px));
  margin-right: auto;
  padding: clamp(64px, 8vw, 110px) clamp(24px, 5vw, 72px);
  color: #fff8ec;
}

.ww-freedom .ww-kicker {
  color: rgba(255, 248, 236, .7);
}

.ww-freedom h2 {
  margin: 18px 0 0;
  color: inherit !important;
  font-family: var(--serif) !important;
  font-size: clamp(38px, 6vw, 92px);
  font-weight: 400 !important;
  line-height: 1.02;
  letter-spacing: 0;
}

.ww-product-gallery {
  padding: clamp(46px, 6vw, 84px) clamp(24px, 5vw, 72px) clamp(78px, 10vw, 142px);
  background: #fff;
  border-top: 1px solid var(--ww-line);
}

.ww-product-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: transparent;
  border-top: 0;
  border-left: 1px solid var(--ww-line);
}

.ww-product-card {
  display: grid;
  min-height: 0;
  grid-template-rows: minmax(390px, auto) auto;
  color: var(--ww-ink);
  text-decoration: none;
  border-right: 1px solid var(--ww-line);
  border-bottom: 1px solid var(--ww-line);
  background: #fff;
}

.ww-product-card--web,
.ww-product-card--web figure {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.ww-product-card figure {
  display: grid;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  place-items: center;
  background: #fff;
}

.ww-product-card figure img {
  width: 100%;
  height: 390px;
  padding: clamp(26px, 4vw, 52px);
  object-fit: contain;
  mix-blend-mode: normal;
  transition: transform .65s ease;
}

.ww-product-card--photo figure img {
  padding: 0;
  object-fit: cover;
}

.ww-product-card--light figure img {
  max-width: 78%;
  max-height: 82%;
}

.ww-product-card--web figure img {
  width: auto;
  max-width: min(92%, 540px);
  height: clamp(345px, 24vw, 430px);
  max-height: 94%;
  padding: clamp(8px, 1.4vw, 18px);
  object-fit: contain;
  object-position: 50% 50%;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  opacity: 1;
  filter:
    drop-shadow(0 10px 15px rgba(34, 38, 42, .018))
    contrast(1.16)
    brightness(.985)
    saturate(1.22);
}

.ww-product-card:hover figure img {
  transform: scale(1.035);
}

.ww-product-card div {
  min-height: 118px;
  padding: 18px 22px 28px;
  border-top: 1px solid var(--ww-line);
}

.ww-product-card span,
.ww-product-card p {
  display: block;
  margin: 0;
  font-family: var(--sans) !important;
  font-weight: 400;
  letter-spacing: 0;
}

.ww-product-card span {
  color: var(--ww-ink);
  margin-top: 10px;
  font-family: var(--serif) !important;
  font-size: clamp(20px, 1.65vw, 28px);
  line-height: 1.12;
  text-transform: uppercase;
}

.ww-product-card p {
  margin-top: 0;
  color: var(--ww-muted);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .ww-symbol,
  .ww-symbol:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(220px, .52fr);
  }

  .ww-symbol__copy {
    grid-column: 1 / -1;
    max-width: 560px;
  }
}

@media (max-width: 920px) {
  .ww-archetype {
    min-height: clamp(220px, 34vw, 320px);
  }

  .ww-symbol,
  .ww-symbol:nth-child(even),
  .ww-symbol--single-product,
  .ww-symbol--single-product:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .ww-symbol__copy,
  .ww-symbol:nth-child(even) .ww-symbol__copy {
    grid-column: auto;
  }

  .ww-symbol__scene,
  .ww-symbol__jewel,
  .ww-symbol__scene img,
  .ww-symbol__jewel img {
    height: auto;
    min-height: 0;
  }

  .ww-symbol__scene,
  .ww-symbol__jewel {
    aspect-ratio: 1.05 / 1;
  }

  .ww-freedom {
    min-height: 76svh;
  }

  .ww-product-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ww-product-card {
    grid-template-rows: minmax(360px, auto) auto;
  }

  .ww-product-card figure {
    min-height: 360px;
  }

  .ww-product-card figure img {
    height: 360px;
  }
}

@media (max-width: 560px) {
  .wild-cinema {
    padding-top: 0;
  }

  .ww-filter {
    gap: 28px;
    padding: 22px 24px 32px;
  }

  .ww-archetype {
    min-height: 260px;
    padding-top: 48px;
    padding-bottom: 28px;
  }

  .ww-archetype h2 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .ww-archetype__image {
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1.18;
  }

  .ww-symbol__scene,
  .ww-symbol__jewel {
    aspect-ratio: 1 / 1.08;
  }

  .ww-symbol__jewel--duo {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
  }

  .ww-symbol__jewel--duo img {
    min-height: 280px;
  }

  .ww-back-banner {
    padding: 28px 24px 60px;
  }

  .ww-back-banner > img {
    height: 420px;
    object-position: 67% 50%;
  }

  .ww-product-gallery__grid {
    grid-template-columns: 1fr;
  }

  .ww-product-card {
    grid-template-rows: minmax(320px, auto) auto;
    min-height: 0;
  }

  .ww-product-card figure {
    min-height: 320px;
  }

  .ww-product-card figure img,
  .ww-product-card--web figure img {
    height: 320px;
    padding: 22px;
  }
}

.ww-symbol__jewel--feather-art .ww-feather-art__main,
.ww-symbol__jewel--feather-art .ww-feather-art__detail {
  position: absolute;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  min-height: 0;
}

.ww-symbol__jewel--feather-i .ww-feather-art__main {
  right: 8%;
  top: 1%;
  height: 98%;
  filter: drop-shadow(0 26px 30px rgba(45, 39, 31, .14)) brightness(.86) contrast(1.34) saturate(1.08);
}

.ww-symbol__jewel--feather-i .ww-feather-art__detail--i {
  left: -14%;
  bottom: -24%;
  height: 124%;
  opacity: .15;
  transform: rotate(-7deg) scale(1.36);
}

.ww-symbol__jewel--feather-ii .ww-feather-art__main {
  right: 4%;
  top: 4%;
  height: 92%;
  filter: drop-shadow(0 26px 30px rgba(45, 39, 31, .16)) brightness(.9) contrast(1.28) saturate(1.08);
}

.ww-symbol__jewel--feather-ii .ww-feather-art__detail--ii {
  left: -18%;
  bottom: -12%;
  height: 112%;
  opacity: .14;
  transform: rotate(8deg) scale(1.2);
}

@media (max-width: 920px) {
  .ww-symbol__jewel--feather-art {
    min-height: 620px;
    aspect-ratio: .9 / 1;
  }

  .ww-symbol__jewel--feather-art::before {
    inset: 10% 10% 8%;
    opacity: .62;
  }

  .ww-symbol__jewel--feather-i .ww-feather-art__main,
  .ww-symbol__jewel--feather-ii .ww-feather-art__main {
    right: 50%;
    top: 4%;
    height: 88%;
    transform: translateX(50%);
  }

  .ww-symbol__jewel--feather-i .ww-feather-art__detail--i,
  .ww-symbol__jewel--feather-ii .ww-feather-art__detail--ii {
    left: -38%;
    bottom: -20%;
    height: 110%;
    opacity: .1;
  }
}

@media (max-width: 560px) {
  .ww-symbol__jewel--feather-art {
    min-height: 560px;
  }

  .ww-symbol__jewel--feather-i .ww-feather-art__main,
  .ww-symbol__jewel--feather-ii .ww-feather-art__main {
    height: 84%;
  }
}

.ww-symbol__jewel--feather-clean {
  overflow: visible;
  min-height: 520px;
  background: transparent !important;
  place-items: start center;
}

.ww-symbol__jewel--feather-clean img {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  object-fit: contain;
  filter:
    drop-shadow(0 20px 24px rgba(34, 30, 25, .1))
    brightness(1.03)
    contrast(1.03)
    saturate(1.02);
}

.ww-symbol__jewel--feather-i.ww-symbol__jewel--feather-clean img {
  height: min(92%, 560px);
  margin-top: -18px;
}

.ww-symbol__jewel--feather-ii.ww-symbol__jewel--feather-clean img {
  height: min(90%, 545px);
  margin-top: -14px;
}

@media (max-width: 920px) {
  .ww-symbol__jewel--feather-clean {
    min-height: 620px;
    aspect-ratio: .9 / 1;
  }

  .ww-symbol__jewel--feather-i.ww-symbol__jewel--feather-clean img,
  .ww-symbol__jewel--feather-ii.ww-symbol__jewel--feather-clean img {
    height: 86%;
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .ww-symbol__jewel--feather-clean {
    min-height: 560px;
  }

  .ww-symbol__jewel--feather-i.ww-symbol__jewel--feather-clean img,
  .ww-symbol__jewel--feather-ii.ww-symbol__jewel--feather-clean img {
    height: 84%;
  }
}

/* Final feather product cutouts: clean PNGs, no cropped art shadows. */
.ww-symbol__jewel--feather-clean {
  overflow: visible !important;
  place-items: start center !important;
}

.ww-symbol__jewel--feather-i.ww-symbol__jewel--feather-clean img {
  height: min(92%, 560px) !important;
  margin-top: -18px !important;
}

.ww-symbol__jewel--feather-ii.ww-symbol__jewel--feather-clean img {
  height: min(90%, 545px) !important;
  margin-top: -14px !important;
}

/* Feather II composition 20260814: keep the earrings away from the right edge. */
.ww-symbol__jewel--feather-ii.ww-symbol__jewel--feather-clean {
  padding-right: clamp(48px, 5vw, 118px) !important;
  place-items: start center !important;
}

.ww-symbol__jewel--feather-ii.ww-symbol__jewel--feather-clean img {
  height: min(84%, 505px) !important;
  margin-top: -6px !important;
  transform: translateX(calc(-1 * clamp(34px, 3.6vw, 82px))) !important;
}

@media (max-width: 920px) {
  .ww-symbol__jewel--feather-ii.ww-symbol__jewel--feather-clean {
    padding-right: 0 !important;
  }

  .ww-symbol__jewel--feather-ii.ww-symbol__jewel--feather-clean img {
    transform: none !important;
  }
}

/* Editorial scale guard: section titles stay elegant, never full-scroll huge. */
.ww-archetype h2 {
  max-width: 720px !important;
  font-size: clamp(40px, 5.2vw, 84px) !important;
  line-height: 1 !important;
}

.ww-symbol h2 {
  font-size: clamp(34px, 4vw, 64px) !important;
  line-height: 1.04 !important;
}

.ww-freedom h2 {
  font-size: clamp(34px, 4.5vw, 72px) !important;
  line-height: 1.04 !important;
}

@media (max-width: 560px) {
  .ww-archetype h2,
  .ww-symbol h2,
  .ww-freedom h2 {
    font-size: clamp(32px, 10vw, 46px) !important;
    line-height: 1.06 !important;
  }
}

/* Production polish: generated cinematic scenes sometimes include a dark export edge.
   Crop a few pixels inside the editorial frame so the page reads cleanly. */
.ww-back-banner,
.ww-symbol__scene {
  background: #fff !important;
}

.ww-freedom {
  background: #17130f !important;
}

.ww-back-banner > img,
.ww-symbol__scene img {
  width: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
  transform-origin: center;
}

.ww-back-banner > img {
  height: min(68svh, 660px) !important;
  clip-path: inset(0 0 24px 0);
  margin-bottom: -24px;
}

.ww-symbol__scene img {
  position: absolute !important;
  inset: -46px 0 -78px 0 !important;
  height: calc(100% + 124px) !important;
  clip-path: none !important;
  margin: 0 !important;
  transform: none !important;
}

.ww-symbol__scene img {
  object-position: 50% 44%;
}

.ww-back-banner > img {
  object-position: 50% 46%;
}

.ww-freedom > img {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  transform: scale(1.012);
  transform-origin: center;
}

.ww-freedom::before {
  content: none !important;
}

.ww-symbol,
.ww-product-gallery,
.ww-freedom {
  scroll-margin-top: calc(var(--js-header-height, 128px) + 24px);
}

.ww-product-card figure {
  align-content: center;
  min-height: clamp(360px, 24vw, 430px);
}

.ww-product-card figure img {
  height: clamp(340px, 23vw, 410px) !important;
  padding: clamp(18px, 3vw, 42px) !important;
}

.ww-product-card--web figure img {
  width: auto !important;
  max-width: min(92%, 540px) !important;
  height: clamp(345px, 24vw, 430px) !important;
  max-height: 94% !important;
  padding: clamp(8px, 1.4vw, 18px) !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  filter:
    drop-shadow(0 10px 15px rgba(34, 38, 42, .018))
    contrast(1.16)
    brightness(.985)
    saturate(1.22) !important;
}

.ww-product-card:nth-child(5) figure img {
  transform: scale(1.18);
}

.ww-product-card:nth-child(6) figure img {
  transform: scale(1.12);
}

.ww-product-card:hover:nth-child(5) figure img {
  transform: scale(1.22);
}

.ww-product-card:hover:nth-child(6) figure img {
  transform: scale(1.16);
}

/* Gallery final reset: calmer product scale and clean single grey lines. */
.ww-product-gallery {
  padding: clamp(40px, 5vw, 72px) clamp(24px, 5vw, 72px) clamp(76px, 9vw, 132px);
  border-top: 1px solid var(--ww-line) !important;
  background: #fff !important;
}

.ww-product-gallery__grid {
  border-left: 1px solid var(--ww-line) !important;
  border-top: 1px solid var(--ww-line) !important;
  box-shadow: none !important;
  background: #fff !important;
  overflow: hidden;
}

.ww-product-card {
  grid-template-rows: clamp(340px, 30vw, 480px) auto !important;
  border: 0 !important;
  border-right: 1px solid var(--ww-line) !important;
  border-bottom: 1px solid var(--ww-line) !important;
  box-shadow: none !important;
  background: #fff !important;
  overflow: hidden;
}

.ww-product-card figure {
  min-height: 0 !important;
  height: clamp(340px, 30vw, 480px) !important;
  padding: clamp(28px, 3.4vw, 54px) !important;
  overflow: hidden !important;
  background: #fff !important;
  place-items: center !important;
}

.ww-product-card div {
  border-top: 1px solid var(--ww-line) !important;
  box-shadow: none !important;
}

.ww-product-card figure img {
  width: auto !important;
  height: auto !important;
  max-width: 68% !important;
  max-height: 76% !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  transform: none !important;
  background: transparent !important;
}

.ww-product-card:nth-child(1) figure img {
  max-width: 66% !important;
  max-height: 72% !important;
}

.ww-product-card:nth-child(2) figure img {
  max-width: 58% !important;
  max-height: 62% !important;
}

.ww-product-card:nth-child(3) figure img {
  max-width: 64% !important;
  max-height: 70% !important;
}

.ww-product-card--web figure img {
  max-width: 74% !important;
  max-height: 84% !important;
  filter:
    drop-shadow(0 10px 15px rgba(34, 38, 42, .018))
    contrast(1.08)
    brightness(1.03)
    saturate(1.14) !important;
}

.ww-product-card:nth-child(5) figure img {
  max-width: 44% !important;
  max-height: 82% !important;
}

.ww-product-card:nth-child(6) figure img {
  max-width: 56% !important;
  max-height: 84% !important;
}

.ww-product-card:hover figure img,
.ww-product-card:hover:nth-child(5) figure img,
.ww-product-card:hover:nth-child(6) figure img {
  transform: translateY(-2px) !important;
}

/* Gallery line repair: keep product scale, restore the site's single grey grid. */
.wild-cinematic-page .ww-product-gallery,
.wild-cinematic-page .ww-product-gallery__grid,
.wild-cinematic-page .ww-product-card,
.wild-cinematic-page .ww-product-card figure,
.wild-cinematic-page .ww-product-card div {
  box-sizing: border-box;
}

.wild-cinematic-page .ww-product-gallery {
  border-top: 1px solid var(--ww-line) !important;
}

.wild-cinematic-page .ww-product-gallery__grid {
  border-top: 1px solid var(--ww-line) !important;
  border-left: 1px solid var(--ww-line) !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  background: #fff !important;
  overflow: hidden !important;
}

.wild-cinematic-page .ww-product-card {
  border-right: 1px solid var(--ww-line) !important;
  border-bottom: 1px solid var(--ww-line) !important;
  box-shadow: none !important;
}

.wild-cinematic-page .ww-product-card div {
  border-top: 1px solid var(--ww-line) !important;
}

@media (max-width: 980px) {
  .ww-product-card {
    grid-template-rows: clamp(310px, 48vw, 430px) auto !important;
  }

  .ww-product-card figure {
    height: clamp(310px, 48vw, 430px) !important;
  }

  .ww-product-card figure img {
    max-width: 70% !important;
    max-height: 76% !important;
  }

  .ww-product-card--web figure img {
    max-width: 76% !important;
    max-height: 84% !important;
  }
}

@media (max-width: 760px) {
  .ww-product-card {
    grid-template-rows: clamp(300px, 84vw, 410px) auto !important;
  }

  .ww-product-card figure {
    height: clamp(300px, 84vw, 410px) !important;
    padding: 26px !important;
  }

  .ww-product-card figure img {
    max-width: 74% !important;
    max-height: 80% !important;
  }

  .ww-product-card--web figure img {
    max-width: 82% !important;
    max-height: 86% !important;
  }
}

.wild-cinematic-page .js-site-footer,
.wild-cinematic-page .js-site-footer--white,
.wild-cinematic-page .js-site-footer--graff {
  --footer-bg: #fff;
  --footer-ink: #242424;
  --footer-muted: rgba(36, 36, 36, .5);
  --footer-line: var(--ww-line);
  --footer-field: #fff;
  --footer-accent: #8d7850;
  background: #fff !important;
}

.wild-cinematic-page .js-site-footer::before,
.wild-cinematic-page .js-site-footer::after,
.wild-cinematic-page .js-footer-social,
.wild-cinematic-page .js-footer-bottom {
  border-color: var(--ww-line) !important;
}

.wild-cinematic-page .js-footer-col h3,
.wild-cinematic-page .js-footer-newsletter label,
.wild-cinematic-page .js-footer-kicker {
  color: rgba(36, 36, 36, .48) !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Gallery restore 20260727: readable product scale and the site's single grey grid. */
.wild-cinematic-page .ww-product-gallery {
  --ww-gallery-line: rgba(38, 38, 38, .14);
  padding: clamp(34px, 4vw, 58px) clamp(24px, 5vw, 72px) clamp(72px, 8vw, 118px) !important;
  border-top: 1px solid var(--ww-gallery-line) !important;
  background: #fff !important;
}

.wild-cinematic-page .ww-product-gallery__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  border-top: 1px solid var(--ww-gallery-line) !important;
  border-left: 1px solid var(--ww-gallery-line) !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.wild-cinematic-page .ww-product-card {
  grid-template-rows: clamp(430px, 35vw, 590px) auto !important;
  border: 0 !important;
  border-right: 1px solid var(--ww-gallery-line) !important;
  border-bottom: 1px solid var(--ww-gallery-line) !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.wild-cinematic-page .ww-product-card figure {
  height: clamp(430px, 35vw, 590px) !important;
  min-height: 0 !important;
  padding: clamp(14px, 1.8vw, 28px) !important;
  border: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

.wild-cinematic-page .ww-product-card div {
  border-top: 1px solid var(--ww-gallery-line) !important;
  box-shadow: none !important;
}

.wild-cinematic-page .ww-product-card figure img {
  width: auto !important;
  height: auto !important;
  max-width: 88% !important;
  max-height: 88% !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  transform: none !important;
  background: transparent !important;
}

.wild-cinematic-page .ww-product-card:nth-child(1) figure img {
  max-width: 86% !important;
  max-height: 86% !important;
}

.wild-cinematic-page .ww-product-card:nth-child(2) figure img {
  max-width: 80% !important;
  max-height: 80% !important;
}

.wild-cinematic-page .ww-product-card:nth-child(3) figure img {
  max-width: 86% !important;
  max-height: 84% !important;
}

.wild-cinematic-page .ww-product-card--web figure img {
  max-width: 84% !important;
  max-height: 86% !important;
}

.wild-cinematic-page .ww-product-card:nth-child(5) figure img {
  max-width: 62% !important;
  max-height: 90% !important;
}

.wild-cinematic-page .ww-product-card:nth-child(6) figure img {
  max-width: 76% !important;
  max-height: 90% !important;
}

.wild-cinematic-page .ww-product-card:hover figure img,
.wild-cinematic-page .ww-product-card:hover:nth-child(5) figure img,
.wild-cinematic-page .ww-product-card:hover:nth-child(6) figure img {
  transform: translateY(-2px) !important;
}

@media (max-width: 980px) {
  .wild-cinematic-page .ww-product-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wild-cinematic-page .ww-product-card {
    grid-template-rows: clamp(340px, 52vw, 480px) auto !important;
  }

  .wild-cinematic-page .ww-product-card figure {
    height: clamp(340px, 52vw, 480px) !important;
  }

  .wild-cinematic-page .ww-product-card figure img {
    max-width: 82% !important;
    max-height: 84% !important;
  }

  .wild-cinematic-page .ww-product-card--web figure img {
    max-width: 84% !important;
    max-height: 86% !important;
  }

  .wild-cinematic-page .ww-product-card:nth-child(5) figure img,
  .wild-cinematic-page .ww-product-card:nth-child(6) figure img {
    max-width: 70% !important;
    max-height: 90% !important;
  }
}

@media (max-width: 760px) {
  .wild-cinematic-page .ww-product-gallery {
    padding-inline: 18px !important;
  }

  .wild-cinematic-page .ww-product-gallery__grid {
    grid-template-columns: 1fr !important;
  }

  .wild-cinematic-page .ww-product-card {
    grid-template-rows: clamp(320px, 88vw, 430px) auto !important;
  }

  .wild-cinematic-page .ww-product-card figure {
    height: clamp(320px, 88vw, 430px) !important;
    padding: 24px !important;
  }

  .wild-cinematic-page .ww-product-card figure img {
    max-width: 80% !important;
    max-height: 84% !important;
  }

  .wild-cinematic-page .ww-product-card--web figure img {
    max-width: 84% !important;
    max-height: 86% !important;
  }
}

/* Gallery final scale 20260727: visible vitrines, unified grey grid. */
.wild-cinematic-page section.ww-product-gallery {
  --ww-gallery-line-final: rgba(34, 34, 34, .12);
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding: clamp(64px, 7vw, 104px) clamp(54px, 4.4vw, 86px) clamp(82px, 8vw, 132px) !important;
  margin: 0 !important;
  background: #fff !important;
  border-top: 1px solid var(--ww-gallery-line-final) !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-gallery__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  border-top: 1px solid var(--ww-gallery-line-final) !important;
  border-left: 1px solid var(--ww-gallery-line-final) !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-rows: clamp(390px, 31vw, 520px) clamp(112px, 7.4vw, 138px) !important;
  min-height: 0 !important;
  border: 0 !important;
  border-right: 1px solid var(--ww-gallery-line-final) !important;
  border-bottom: 1px solid var(--ww-gallery-line-final) !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card figure {
  box-sizing: border-box !important;
  height: clamp(390px, 31vw, 520px) !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(28px, 3vw, 48px) !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card div {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 12px !important;
  min-height: 0 !important;
  padding: clamp(24px, 2vw, 34px) clamp(26px, 2vw, 38px) !important;
  border-top: 1px solid var(--ww-gallery-line-final) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card figure img {
  display: block !important;
  width: 78% !important;
  height: 78% !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(1) figure img {
  width: 78% !important;
  height: 78% !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(2) figure img {
  width: 72% !important;
  height: 72% !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(3) figure img {
  width: 78% !important;
  height: 78% !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card--web figure img {
  width: 72% !important;
  height: 78% !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(5) figure img {
  width: 54% !important;
  height: 82% !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(6) figure img {
  width: 68% !important;
  height: 82% !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card p {
  margin: 0 !important;
  color: rgba(35, 35, 35, .44) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card span {
  margin: 0 !important;
  color: #2f2f2d !important;
  font-family: var(--ww-serif) !important;
  font-size: clamp(32px, 2.1vw, 42px) !important;
  line-height: 1.05 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

@media (max-width: 980px) {
  .wild-cinematic-page section.ww-product-gallery {
    padding-inline: 28px !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card {
    grid-template-rows: clamp(340px, 52vw, 480px) clamp(104px, 13vw, 132px) !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card figure {
    height: clamp(340px, 52vw, 480px) !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card figure img {
    width: 76% !important;
    height: 80% !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card--web figure img {
    width: 76% !important;
    height: 84% !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(5) figure img {
    width: 56% !important;
    height: 86% !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(6) figure img {
    width: 68% !important;
    height: 86% !important;
  }
}

@media (max-width: 760px) {
  .wild-cinematic-page section.ww-product-gallery {
    padding-inline: 18px !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-gallery__grid {
    grid-template-columns: 1fr !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card {
    grid-template-rows: clamp(320px, 88vw, 430px) auto !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card figure {
    height: clamp(320px, 88vw, 430px) !important;
    padding: 24px !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card figure img {
    width: 78% !important;
    height: 82% !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card--web figure img {
    width: 80% !important;
    height: 86% !important;
  }
}

/* Gallery vitrine restore 20260727: product scale and clean site-grey grid. */
.wild-cinematic-page section.ww-product-gallery {
  --ww-gallery-line-final: rgba(35, 35, 35, .16);
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding: clamp(64px, 7vw, 108px) clamp(48px, 4.5vw, 86px) clamp(92px, 8vw, 136px) !important;
  margin: 0 !important;
  background: #fff !important;
  border-top: 1px solid var(--ww-gallery-line-final) !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-gallery__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  border: 1px solid var(--ww-gallery-line-final) !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-rows: clamp(430px, 32vw, 560px) clamp(112px, 7.2vw, 140px) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  border-right: 1px solid var(--ww-gallery-line-final) !important;
  border-bottom: 1px solid var(--ww-gallery-line-final) !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card figure {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: clamp(430px, 32vw, 560px) !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(12px, 1.6vw, 28px) !important;
  border: 0 !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card figure img {
  display: block !important;
  width: 94% !important;
  height: 94% !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card div {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 12px !important;
  min-height: 0 !important;
  padding: clamp(24px, 2vw, 34px) clamp(26px, 2vw, 38px) !important;
  border-top: 1px solid var(--ww-gallery-line-final) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(1) figure img {
  width: 100% !important;
  height: 100% !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(2) figure img {
  width: 96% !important;
  height: 96% !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(3) figure img {
  width: 94% !important;
  height: 94% !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card--web figure img {
  width: 92% !important;
  height: 92% !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(5) figure img {
  width: 76% !important;
  height: 98% !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(6) figure img {
  width: 88% !important;
  height: 98% !important;
}

@media (max-width: 980px) {
  .wild-cinematic-page section.ww-product-gallery {
    padding: clamp(44px, 7vw, 72px) clamp(20px, 4vw, 42px) clamp(70px, 10vw, 100px) !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card {
    grid-template-rows: clamp(380px, 54vw, 520px) clamp(106px, 14vw, 134px) !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card figure {
    height: clamp(380px, 54vw, 520px) !important;
    padding: clamp(14px, 2.4vw, 28px) !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card figure img {
    width: 92% !important;
    height: 92% !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(1) figure img {
    width: 98% !important;
    height: 98% !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(2) figure img,
  .wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(3) figure img {
    width: 94% !important;
    height: 94% !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card--web figure img {
    width: 92% !important;
    height: 92% !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(5) figure img {
    width: 72% !important;
    height: 96% !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(6) figure img {
    width: 84% !important;
    height: 96% !important;
  }
}

@media (max-width: 760px) {
  .wild-cinematic-page section.ww-product-gallery {
    padding: 34px 18px 76px !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-gallery__grid {
    grid-template-columns: 1fr !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card {
    grid-template-rows: clamp(340px, 88vw, 470px) auto !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card figure {
    height: clamp(340px, 88vw, 470px) !important;
    padding: 18px !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card figure img {
    width: 92% !important;
    height: 92% !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card--web figure img {
    width: 90% !important;
    height: 90% !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(5) figure img {
    width: 70% !important;
    height: 96% !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(6) figure img {
    width: 82% !important;
    height: 96% !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card div {
    padding: 24px 22px 28px !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card span {
    font-size: clamp(28px, 8vw, 38px) !important;
  }
}

/* Gallery vitrine final 20260727: restored product presence and single site-grey grid. */
.wild-cinematic-page section.ww-product-gallery {
  --ww-gallery-line-final: rgba(38, 38, 38, .16);
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding: clamp(56px, 5.8vw, 92px) clamp(42px, 4.2vw, 86px) clamp(92px, 8vw, 136px) !important;
  margin: 0 !important;
  background: #fff !important;
  border-top: 1px solid var(--ww-gallery-line-final) !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-gallery__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  border-top: 1px solid var(--ww-gallery-line-final) !important;
  border-left: 1px solid var(--ww-gallery-line-final) !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-rows: clamp(430px, 32vw, 560px) clamp(112px, 7.2vw, 140px) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: inset -1px 0 0 var(--ww-gallery-line-final), inset 0 -1px 0 var(--ww-gallery-line-final) !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card figure {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: clamp(430px, 32vw, 560px) !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(8px, 1.2vw, 20px) !important;
  border: 0 !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card figure img {
  display: block !important;
  width: 92% !important;
  height: 92% !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform-origin: 50% 50% !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card div {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 12px !important;
  min-height: 0 !important;
  padding: clamp(24px, 1.9vw, 34px) clamp(26px, 2vw, 38px) !important;
  border-top: 1px solid var(--ww-gallery-line-final) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(1) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(1):hover figure img {
  width: 100% !important;
  height: 100% !important;
  max-height: 350px !important;
  transform: scale(1.08) !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(2) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(2):hover figure img {
  width: 100% !important;
  height: 100% !important;
  max-height: 350px !important;
  transform: scale(1.06) !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(3) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(3):hover figure img {
  width: 100% !important;
  height: 100% !important;
  max-height: 350px !important;
  transform: scale(1.02) !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card--web figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card--web:hover figure img {
  width: 100% !important;
  height: 100% !important;
  max-height: 350px !important;
  transform: scale(.96) !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(5) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(5):hover figure img {
  width: 100% !important;
  height: 100% !important;
  max-height: 350px !important;
  transform: scale(.9) !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(6) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(6):hover figure img {
  width: 100% !important;
  height: 100% !important;
  max-height: 350px !important;
  transform: scale(.84) !important;
}

@media (max-width: 980px) {
  .wild-cinematic-page section.ww-product-gallery .ww-product-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .wild-cinematic-page section.ww-product-gallery {
    padding: 34px 18px 76px !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-gallery__grid {
    grid-template-columns: 1fr !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card {
    grid-template-rows: clamp(340px, 88vw, 470px) auto !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card figure {
    height: clamp(340px, 88vw, 470px) !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card figure img,
  .wild-cinematic-page section.ww-product-gallery .ww-product-card:hover figure img {
    max-height: 300px !important;
    transform: scale(1) !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(5) figure img,
  .wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(5):hover figure img,
  .wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(6) figure img,
  .wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(6):hover figure img {
    max-height: 300px !important;
    transform: scale(.92) !important;
  }
}

/* Gallery vitrine reset 20260730: normalized assets, fixed cells, no macro scaling. */
.wild-cinematic-page section.ww-product-gallery {
  --ww-gallery-cell-line: rgba(47, 44, 42, .12);
  padding: clamp(50px, 5vw, 82px) clamp(34px, 4.2vw, 78px) clamp(86px, 8vw, 132px) !important;
  background: #fff !important;
  border-top: 1px solid var(--ww-gallery-cell-line) !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-gallery__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
  gap: 0 !important;
  margin: 0 !important;
  border-top: 1px solid var(--ww-gallery-cell-line) !important;
  border-left: 1px solid var(--ww-gallery-cell-line) !important;
  background: #fff !important;
  overflow: visible !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card {
  --ww-card-img-scale: 1;
  --ww-card-img-y: 0px;
  display: grid !important;
  grid-template-rows: clamp(300px, 22vw, 380px) auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  color: var(--ww-ink) !important;
  text-decoration: none !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow: inset -1px 0 0 var(--ww-gallery-cell-line), inset 0 -1px 0 var(--ww-gallery-cell-line) !important;
  overflow: hidden !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card figure {
  display: grid !important;
  place-items: center !important;
  height: clamp(300px, 22vw, 380px) !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(22px, 2.6vw, 42px) !important;
  background: #fff !important;
  border: 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card:hover figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(1) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(1):hover figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(2) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(2):hover figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(3) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(3):hover figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card--web figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card--web:hover figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(5) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(5):hover figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(6) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card:nth-child(6):hover figure img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 250px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 10px 18px rgba(47, 44, 42, .026)) !important;
  transform: translateY(var(--ww-card-img-y)) scale(var(--ww-card-img-scale)) !important;
  transform-origin: 50% 50% !important;
  transition: transform .5s ease, filter .5s ease !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card:hover figure img {
  filter: drop-shadow(0 12px 22px rgba(47, 44, 42, .035)) contrast(1.035) saturate(1.03) !important;
  transform: translateY(var(--ww-card-img-y)) scale(calc(var(--ww-card-img-scale) * 1.025)) !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card[data-gallery-slug="snake-ring"] {
  --ww-card-img-scale: .9;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card[data-gallery-slug="wild-snake-bracelet"] {
  --ww-card-img-scale: .88;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card[data-gallery-slug="wild-butterfly-ring"] {
  --ww-card-img-scale: .9;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card[data-gallery-slug="wild-web-jewel"] {
  --ww-card-img-scale: .78;
  --ww-card-img-y: -2px;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card[data-gallery-slug="wild-feather-i"] {
  --ww-card-img-scale: .74;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card[data-gallery-slug="wild-feather-ii"] {
  --ww-card-img-scale: .7;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card div {
  display: flex !important;
  min-height: clamp(112px, 7vw, 136px) !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: clamp(22px, 1.8vw, 32px) clamp(24px, 2vw, 36px) !important;
  border-top: 1px solid var(--ww-gallery-cell-line) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card p {
  margin: 0 !important;
  color: rgba(47, 44, 42, .48) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card span {
  margin: 0 !important;
  color: var(--ww-ink) !important;
  font-family: var(--serif) !important;
  font-size: clamp(25px, 2vw, 36px) !important;
  font-weight: 400 !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

@media (max-width: 980px) {
  .wild-cinematic-page section.ww-product-gallery .ww-product-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .wild-cinematic-page section.ww-product-gallery {
    padding: 34px 18px 76px !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-gallery__grid {
    grid-template-columns: 1fr !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card {
    grid-template-rows: clamp(280px, 72vw, 360px) auto !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card figure {
    height: clamp(280px, 72vw, 360px) !important;
    padding: 24px !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card figure img,
  .wild-cinematic-page section.ww-product-gallery .ww-product-card:hover figure img {
    max-height: 230px !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card span {
    font-size: clamp(24px, 7vw, 34px) !important;
  }
}

/* Shared product-grid scheme 20260803: Wild collection uses the same card system as /gallery/. */
.wild-cinematic-page section.ww-product-gallery {
  --gallery-paper: #fff;
  --gallery-porcelain: #fff;
  --gallery-milk: #fff;
  --gallery-ink: #2f2c2a;
  --gallery-muted: rgba(47, 44, 42, 0.52);
  --gallery-line: rgba(47, 44, 42, 0.1);
  width: min(100% - 96px, 1480px) !important;
  margin-inline: auto !important;
  padding: clamp(54px, 6vw, 96px) 0 clamp(78px, 8vw, 128px) !important;
  background: #fff !important;
  border-top: 0 !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-gallery__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 1px solid var(--gallery-line) !important;
  border-left: 1px solid var(--gallery-line) !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  background: #fff !important;
  overflow: visible !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card {
  --gallery-asset-scale: 1.06;
  --gallery-asset-y: 0px;
  --gallery-asset-zoom: 1.44;
  --gallery-shadow: 0 14px 24px rgba(47, 44, 42, 0.045);
  position: relative !important;
  display: grid !important;
  grid-column: auto !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  align-self: stretch !important;
  min-height: clamp(500px, 30vw, 600px) !important;
  padding: clamp(18px, 1.65vw, 26px) !important;
  color: var(--gallery-ink) !important;
  text-decoration: none !important;
  background: #fff !important;
  border: 0 !important;
  border-right: 1px solid var(--gallery-line) !important;
  border-bottom: 1px solid var(--gallery-line) !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card::before {
  content: attr(data-index);
  position: absolute;
  top: clamp(18px, 1.65vw, 26px);
  left: clamp(18px, 1.65vw, 26px);
  z-index: 1;
  color: rgba(47, 44, 42, 0.46);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card figure {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  aspect-ratio: 1 / 0.82 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:hover figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(1) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(1):hover figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(2) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(2):hover figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(3) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(3):hover figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(5) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(5):hover figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(6) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(6):hover figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card.ww-product-card--web figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card.ww-product-card--web:hover figure img {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 372px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: var(--gallery-img-padding, clamp(22px, 2.7vw, 42px)) !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  mix-blend-mode: normal !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(var(--gallery-shadow)) !important;
  transform: translateY(var(--gallery-asset-y)) scale(calc(var(--gallery-asset-scale) * var(--gallery-asset-zoom))) !important;
  transform-origin: center center !important;
  transition: transform 0.5s ease, filter 0.5s ease !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:hover figure img {
  filter: drop-shadow(var(--gallery-shadow)) contrast(1.04) saturate(1.04) !important;
  transform: translateY(var(--gallery-asset-y)) scale(calc(var(--gallery-asset-scale) * var(--gallery-asset-zoom) * 1.01)) !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-type="bracelet"] {
  --gallery-asset-scale: .98;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-type="earrings"] {
  --gallery-asset-scale: 1.02;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-type="hand jewel"] {
  --gallery-asset-scale: 1;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-feather-i"],
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-feather-ii"] {
  --gallery-asset-scale: .76;
  --gallery-asset-y: 2px;
  --gallery-shadow: 0 8px 18px rgba(47, 44, 42, 0.022);
  --gallery-img-padding: clamp(10px, 1.35vw, 22px);
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-feather-i"] img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-feather-ii"] img {
  max-height: 360px !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-web-jewel"] {
  --gallery-asset-scale: 1.18;
  --gallery-asset-y: -8px;
  --gallery-shadow: 0 8px 18px rgba(47, 44, 42, 0.022);
  --gallery-img-padding: 0px;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-web-jewel"] figure {
  isolation: isolate !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-web-jewel"] figure::after {
  content: "" !important;
  position: absolute !important;
  inset: clamp(18px, 1.8vw, 28px) clamp(16px, 1.6vw, 26px) clamp(14px, 1.4vw, 24px) !important;
  z-index: 2 !important;
  display: block !important;
  background: url("../../gallery/assets/normalized/wild-web-jewel-gallery-soft-20260804.png?v=20260804-gallery-repair-feather-01") center center / contain no-repeat !important;
  filter: contrast(1.06) brightness(1.08) saturate(1.02) drop-shadow(0 10px 16px rgba(120, 120, 120, 0.025)) !important;
  opacity: .92 !important;
  visibility: visible !important;
  pointer-events: none !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-web-jewel"] figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-web-jewel"]:hover figure img {
  position: relative !important;
  z-index: 1 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="snake-ring"] figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-snake-bracelet"] figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-butterfly-ring"] figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-feather-i"] figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-feather-ii"] figure img {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-feather-ii"] {
  --gallery-asset-scale: .9;
  --gallery-asset-y: -4px;
  --gallery-img-padding: clamp(6px, 1vw, 16px);
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card .gallery-card__body {
  display: block !important;
  min-height: 90px !important;
  margin-top: clamp(18px, 1.8vw, 28px) !important;
  padding: 13px 0 0 !important;
  border-top: 1px solid rgba(47, 44, 42, 0.08) !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card .gallery-card__body p {
  margin: 0 0 3px !important;
  color: var(--gallery-muted) !important;
  font-family: var(--sans) !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card .gallery-card__body h2 {
  min-height: 2.1em !important;
  max-width: 100% !important;
  margin: 0 0 4px !important;
  color: var(--gallery-ink) !important;
  font-family: var(--serif) !important;
  font-size: clamp(16px, 0.92vw, 19px) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card .gallery-card__body span {
  display: block !important;
  max-width: 100% !important;
  margin: 0 !important;
  color: rgba(47, 44, 42, 0.64) !important;
  font-family: var(--sans) !important;
  font-size: 11px !important;
  line-height: 1.34 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 1100px) {
  .wild-cinematic-page section.ww-product-gallery .ww-product-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card {
    grid-column: auto !important;
  }
}

@media (max-width: 760px) {
  .wild-cinematic-page section.ww-product-gallery {
    width: min(100% - 36px, 1480px) !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card {
    grid-column: auto !important;
    min-height: 430px !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card figure img,
  .wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:hover figure img {
    max-height: 348px !important;
  }
}

/* Gallery stability 20260804: keep every product inside its own cell. */
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card {
  overflow: hidden !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card figure {
  height: clamp(320px, 22vw, 390px) !important;
  min-height: clamp(320px, 22vw, 390px) !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  contain: paint !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:hover figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(1) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(1):hover figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(2) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(2):hover figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(3) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(3):hover figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(5) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(5):hover figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(6) figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card:nth-child(6):hover figure img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: var(--ww-stable-img-w, 86%) !important;
  max-height: var(--ww-stable-img-h, 84%) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(var(--ww-stable-img-y, 0px)) scale(var(--ww-stable-img-scale, 1)) !important;
  filter: drop-shadow(var(--gallery-shadow)) !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="snake-ring"] {
  --ww-stable-img-w: 96%;
  --ww-stable-img-h: 92%;
  --ww-stable-img-scale: 1.14;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-snake-bracelet"] {
  --ww-stable-img-w: 96%;
  --ww-stable-img-h: 90%;
  --ww-stable-img-scale: 1.28;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-butterfly-ring"] {
  --ww-stable-img-w: 94%;
  --ww-stable-img-h: 88%;
  --ww-stable-img-scale: 1.34;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-feather-i"] {
  --ww-stable-img-w: 68%;
  --ww-stable-img-h: 92%;
  --ww-stable-img-scale: 1.14;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-feather-ii"] {
  --ww-stable-img-w: 92%;
  --ww-stable-img-h: 92%;
  --ww-stable-img-scale: 1.08;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-web-jewel"] figure img,
.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-web-jewel"]:hover figure img {
  opacity: 0 !important;
  visibility: hidden !important;
}

.wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card[data-slug="wild-web-jewel"] figure::after {
  inset: clamp(44px, 4.6vw, 74px) clamp(54px, 5.2vw, 86px) clamp(54px, 5vw, 82px) !important;
}

/* Compact section rhythm 20260814: remove oversized white gaps between banners. */
.wild-cinematic-page .ww-archetype {
  min-height: 0 !important;
  padding-top: clamp(42px, 4.8vw, 72px) !important;
  padding-bottom: clamp(28px, 3.6vw, 54px) !important;
}

.wild-cinematic-page .ww-archetype__text {
  max-width: 640px !important;
}

.wild-cinematic-page .ww-back-banner {
  padding-top: clamp(20px, 2.4vw, 38px) !important;
  padding-bottom: clamp(24px, 3vw, 48px) !important;
}

.wild-cinematic-page .ww-back-banner > img {
  height: min(54svh, 560px) !important;
}

.wild-cinematic-page .ww-symbols {
  padding-top: 0 !important;
  padding-bottom: clamp(18px, 2.8vw, 44px) !important;
}

.wild-cinematic-page .ww-symbol,
.wild-cinematic-page .ww-symbol:nth-child(even) {
  padding-top: clamp(34px, 4.2vw, 68px) !important;
  padding-bottom: clamp(34px, 4.2vw, 68px) !important;
}

.wild-cinematic-page .ww-symbol__jewel--feather-clean {
  min-height: clamp(430px, 34vw, 520px) !important;
}

.wild-cinematic-page section.ww-product-gallery {
  padding-top: clamp(24px, 3vw, 48px) !important;
}

@media (max-width: 920px) {
  .wild-cinematic-page .ww-back-banner > img {
    height: min(48svh, 460px) !important;
  }

  .wild-cinematic-page .ww-symbol,
  .wild-cinematic-page .ww-symbol:nth-child(even) {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .wild-cinematic-page .ww-symbol__jewel--feather-clean {
    min-height: 500px !important;
  }
}

@media (max-width: 560px) {
  .wild-cinematic-page .ww-archetype {
    padding-top: 34px !important;
    padding-bottom: 30px !important;
  }

  .wild-cinematic-page .ww-back-banner {
    padding-top: 12px !important;
    padding-bottom: 30px !important;
  }
}

/* Mobile adaptation 20260905: calm editorial flow for narrow screens. */
@media (max-width: 760px) {
  .wild-cinematic-page,
  .wild-cinematic-page *,
  .wild-cinematic-page *::before,
  .wild-cinematic-page *::after {
    box-sizing: border-box !important;
  }

  html,
  body.wild-cinematic-page {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  html body.wild-cinematic-page .contact-header,
  html body.wild-cinematic-page.js-shell-ready .contact-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: 20 !important;
    grid-template-columns: 48px 1fr 48px !important;
    min-height: 86px !important;
    height: 86px !important;
    padding: 14px 18px !important;
  }

  html body.wild-cinematic-page .contact-logo,
  html body.wild-cinematic-page.js-shell-ready .contact-logo {
    position: static !important;
    width: 132px !important;
    max-width: 132px !important;
    transform: none !important;
  }

  html body.wild-cinematic-page .contact-logo img,
  html body.wild-cinematic-page.js-shell-ready .contact-logo img {
    display: block !important;
    width: 132px !important;
    max-width: 132px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  html body.wild-cinematic-page .contact-burger,
  html body.wild-cinematic-page.js-shell-ready .contact-burger,
  html body.wild-cinematic-page .contact-cart,
  html body.wild-cinematic-page.js-shell-ready .contact-cart {
    position: static !important;
    transform: none !important;
  }

  .wild-cinema {
    width: 100% !important;
    overflow-x: hidden !important;
  }

  .wild-cinematic-page .ww-hero {
    min-height: 74svh !important;
    max-height: 780px !important;
  }

  .wild-cinematic-page .ww-hero > img {
    object-position: 58% 50% !important;
  }

  .wild-cinematic-page .ww-hero__shade {
    background:
      linear-gradient(0deg, rgba(18, 16, 14, .62) 0%, rgba(18, 16, 14, .2) 54%, rgba(18, 16, 14, .08) 100%),
      linear-gradient(90deg, rgba(18, 16, 14, .28), rgba(18, 16, 14, .02) 72%) !important;
  }

  .wild-cinematic-page .ww-hero__copy {
    align-self: end !important;
    max-width: none !important;
    padding: 96px 22px 34px !important;
  }

  .wild-cinematic-page .ww-hero h1 {
    margin-top: 14px !important;
    font-size: clamp(46px, 16vw, 72px) !important;
    line-height: .9 !important;
  }

  .wild-cinematic-page .ww-hero p:last-child {
    max-width: 300px !important;
    margin-top: 16px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .wild-cinematic-page .ww-filter {
    gap: 24px !important;
    padding: 16px 20px 22px !important;
    border-bottom-color: rgba(47, 44, 42, .12) !important;
  }

  .wild-cinematic-page .ww-filter a {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  .wild-cinematic-page .ww-archetype {
    padding: 36px 22px 28px !important;
  }

  .wild-cinematic-page .ww-archetype h2 {
    max-width: 310px !important;
    margin-top: 14px !important;
    font-size: clamp(38px, 13vw, 58px) !important;
    line-height: .98 !important;
  }

  .wild-cinematic-page .ww-archetype p:not(.ww-kicker) {
    max-width: 300px !important;
    margin-top: 18px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .wild-cinematic-page .ww-back-banner {
    padding: 10px 22px 28px !important;
  }

  .wild-cinematic-page .ww-back-banner > img {
    height: clamp(300px, 74vw, 430px) !important;
    object-position: 68% 50% !important;
  }

  .wild-cinematic-page .ww-symbols {
    width: 100% !important;
    padding: 0 22px 28px !important;
  }

  .wild-cinematic-page .ww-symbol,
  .wild-cinematic-page .ww-symbol:nth-child(even),
  .wild-cinematic-page .ww-symbol--single-product,
  .wild-cinematic-page .ww-symbol--single-product:nth-child(even) {
    display: grid !important;
    width: min(100%, calc(100vw - 44px)) !important;
    max-width: calc(100vw - 44px) !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 30px 0 !important;
    border-top: 1px solid rgba(47, 44, 42, .12) !important;
  }

  .wild-cinematic-page .ww-symbol__scene,
  .wild-cinematic-page .ww-symbol__jewel {
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 1 / .92 !important;
  }

  .wild-cinematic-page .ww-symbol__scene img {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    transform: none !important;
  }

  .wild-cinematic-page .ww-symbol__copy {
    order: 2 !important;
    align-self: auto !important;
    max-width: none !important;
    padding-top: 14px !important;
  }

  .wild-cinematic-page .ww-symbol__copy h2 {
    margin-top: 12px !important;
    font-size: clamp(34px, 11vw, 50px) !important;
    line-height: 1 !important;
  }

  .wild-cinematic-page .ww-symbol__copy p {
    max-width: 310px !important;
    margin-top: 14px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .wild-cinematic-page .ww-symbol__jewel {
    order: 3 !important;
    min-height: clamp(260px, 72vw, 390px) !important;
    aspect-ratio: 1 / .86 !important;
    overflow: visible !important;
  }

  .wild-cinematic-page .ww-symbol__jewel img,
  .wild-cinematic-page .ww-symbol__jewel--web img,
  .wild-cinematic-page .ww-symbol__jewel--feather-clean img {
    width: auto !important;
    max-width: 88% !important;
    height: auto !important;
    max-height: 86% !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: auto !important;
    object-fit: contain !important;
    transform: none !important;
  }

  .wild-cinematic-page .ww-symbol__jewel--web img {
    max-width: 92% !important;
    max-height: 92% !important;
  }

  .wild-cinematic-page .ww-symbol__jewel--feather-clean {
    min-height: clamp(330px, 86vw, 470px) !important;
    padding-right: 0 !important;
    place-items: center !important;
  }

  .wild-cinematic-page .ww-symbol__jewel--feather-i.ww-symbol__jewel--feather-clean img,
  .wild-cinematic-page .ww-symbol__jewel--feather-ii.ww-symbol__jewel--feather-clean img {
    max-width: 84% !important;
    max-height: 92% !important;
    margin-top: 0 !important;
  }

  .wild-cinematic-page section.ww-product-gallery {
    width: calc(100% - 28px) !important;
    margin-inline: auto !important;
    padding: 22px 0 72px !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-gallery__grid {
    grid-template-columns: 1fr !important;
    border-top: 1px solid rgba(47, 44, 42, .1) !important;
    border-left: 1px solid rgba(47, 44, 42, .1) !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card {
    min-height: 430px !important;
    padding: 18px !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card figure {
    height: clamp(270px, 72vw, 350px) !important;
    min-height: clamp(270px, 72vw, 350px) !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card .gallery-card__body {
    min-height: 92px !important;
    margin-top: 14px !important;
    padding-top: 12px !important;
  }

  .wild-cinematic-page section.ww-product-gallery .ww-product-card.gallery-card .gallery-card__body h2 {
    min-height: 0 !important;
    font-size: 22px !important;
    line-height: 1.05 !important;
  }

  .wild-cinematic-page .ww-freedom {
    min-height: 68svh !important;
    margin-top: 0 !important;
  }

  .wild-cinematic-page .ww-freedom div {
    width: auto !important;
    padding: 46px 22px !important;
  }

  .wild-cinematic-page .ww-freedom h2 {
    font-size: clamp(36px, 12vw, 56px) !important;
  }
}

@media (max-width: 420px) {
  .wild-cinematic-page .ww-hero {
    min-height: 70svh !important;
  }

  .wild-cinematic-page .ww-back-banner,
  .wild-cinematic-page .ww-symbols {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .wild-cinematic-page .ww-symbol,
  .wild-cinematic-page .ww-symbol:nth-child(even),
  .wild-cinematic-page .ww-symbol--single-product,
  .wild-cinematic-page .ww-symbol--single-product:nth-child(even) {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .wild-cinematic-page .ww-archetype {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .wild-cinematic-page section.ww-product-gallery {
    width: calc(100% - 20px) !important;
  }
}

@media (max-width: 760px) {
  html body.contact-page-layout.wild-cinematic-page.js-shell-ready .contact-burger,
  html body.contact-page-layout.wild-cinematic-page.js-shell-ready .contact-logo,
  html body.contact-page-layout.wild-cinematic-page.js-shell-ready .contact-cart {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
  }
}

/* Mobile chapters: constrain grid items and give jewelry a definite fitting area. */
@media (max-width: 760px) {
  .wild-cinematic-page .ww-symbol,
  .wild-cinematic-page .ww-symbol:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) !important;
    min-width: 0 !important;
  }
  .wild-cinematic-page .ww-symbol > .ww-symbol__scene,
  .wild-cinematic-page .ww-symbol > .ww-symbol__copy,
  .wild-cinematic-page .ww-symbol > .ww-symbol__jewel {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .wild-cinematic-page .ww-symbol > .ww-symbol__scene {
    height: clamp(240px, 84vw, 420px) !important;
    aspect-ratio: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }
  .wild-cinematic-page .ww-symbol > .ww-symbol__jewel {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: clamp(280px, 82vw, 380px) !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    padding: 18px !important;
    margin: 0 !important;
  }
  .wild-cinematic-page .ww-symbol > .ww-symbol__jewel img {
    display: block !important;
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
    box-sizing: border-box;
  }
}
