:root {
  --award-progress: 0;
  --award-orange: #f2532f;
  --award-ink: #171713;
  --award-ivory: #f7f4ed;
  --award-gallery-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

#artscapes-experience-root {
  position: relative;
  z-index: 120;
  pointer-events: none;
}

html[data-immersive="on"] {
  scroll-behavior: auto;
}

html[data-immersive="on"] body {
  --award-shadow: 0 34px 80px rgba(53, 44, 35, 0.16);
}

html[data-immersive="on"],
html[data-immersive="on"] body {
  max-width: 100%;
  overflow-x: clip;
}

.award-progress {
  position: fixed;
  z-index: 130;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: rgba(23, 23, 19, 0.06);
}

.award-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ff8b4a, var(--award-orange));
  transform: scaleX(var(--award-progress));
  transform-origin: left;
  will-change: transform;
}

.award-route-transition {
  position: fixed;
  z-index: 119;
  inset: 0;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.8s var(--award-gallery-ease);
  pointer-events: none;
}

.award-route-transition i {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50.5%;
  background: #050505;
  transition: transform 1.05s var(--award-gallery-ease);
}

.award-route-transition i:first-child {
  left: 0;
  transform-origin: left;
}

.award-route-transition i:last-child {
  right: 0;
  transform-origin: right;
}

.award-route-transition.is-settled {
  opacity: 0;
}

.award-route-transition.is-settled i:first-child {
  transform: translateX(-101%);
}

.award-route-transition.is-settled i:last-child {
  transform: translateX(101%);
}

.hero-visual {
  --award-hero-x: 62%;
  --award-hero-y: 38%;
  --award-hero-rx: 0deg;
  --award-hero-ry: 0deg;
  isolation: isolate;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.hero-visual > img {
  transform: rotateX(var(--award-hero-rx)) rotateY(var(--award-hero-ry))
    translateZ(0);
  transform-origin: center;
  transition: transform 0.85s var(--award-gallery-ease);
  will-change: transform;
}

.hero-visual::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    circle at var(--award-hero-x) var(--award-hero-y),
    rgba(255, 248, 231, 0.3),
    transparent 31%
  );
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.award-scene-host,
.award-portal-fallback {
  position: absolute;
  z-index: 4;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.award-scene-host {
  opacity: 0.68;
  filter: saturate(0.95);
  mask-image: linear-gradient(90deg, transparent 1%, #000 36%, #000 100%);
}

.award-scene-host canvas {
  width: 100% !important;
  height: 100% !important;
}

.award-portal-fallback i,
.award-portal-fallback span {
  position: absolute;
  right: 13%;
  top: 19%;
  width: 32%;
  height: 55%;
  border: 1px solid rgba(242, 83, 47, 0.38);
  box-shadow: inset 0 0 28px rgba(242, 83, 47, 0.12);
  transform: perspective(900px) rotateY(-7deg);
}

.award-portal-fallback i:nth-child(2) {
  right: 10%;
  top: 23%;
  opacity: 0.45;
}

.award-portal-fallback span {
  right: 15%;
  top: 22%;
  width: 1px;
  background: var(--award-orange);
  box-shadow: 0 0 24px var(--award-orange);
}

html[data-immersive="on"] .site-header {
  transition:
    transform 0.55s var(--award-gallery-ease),
    background 0.55s ease,
    box-shadow 0.55s ease,
    backdrop-filter 0.55s ease;
  will-change: transform;
}

html[data-header-solid="true"] .site-header {
  background: rgba(247, 244, 237, 0.87);
  box-shadow: 0 14px 45px rgba(44, 38, 31, 0.1);
  backdrop-filter: blur(18px) saturate(1.08);
}

html[data-header-hidden="true"] .site-header {
  transform: translateY(calc(-100% - 22px));
}

html[data-immersive="on"] .desktop-nav a {
  position: relative;
}

html[data-immersive="on"] .desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  background: var(--award-orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.42s var(--award-gallery-ease);
}

html[data-immersive="on"] .desktop-nav a:hover::after,
html[data-immersive="on"] .desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

html[data-immersive="on"] .brand-official-image {
  transform: translateZ(0);
  transition:
    transform 0.55s var(--award-gallery-ease),
    filter 0.55s ease;
}

html[data-immersive="on"] .brand:hover .brand-official-image,
html[data-immersive="on"] .brand:focus-visible .brand-official-image {
  transform: perspective(600px) rotateY(2deg) translateZ(8px);
  filter: drop-shadow(0 8px 15px rgba(242, 83, 47, 0.18));
}

html[data-immersive="on"] .button,
html[data-immersive="on"] .text-link,
html[data-immersive="on"] .header-app-link,
html[data-immersive="on"] .store-links a,
html[data-immersive="on"] .add-button {
  --award-magnetic-x: 0px;
  --award-magnetic-y: 0px;
  transform: translate3d(var(--award-magnetic-x), var(--award-magnetic-y), 0);
  transition:
    transform 0.42s var(--award-gallery-ease),
    box-shadow 0.42s ease,
    background-color 0.42s ease,
    color 0.42s ease;
  will-change: transform;
}

html[data-immersive="on"] .button:hover,
html[data-immersive="on"] .button:focus-visible {
  box-shadow:
    0 18px 38px rgba(31, 26, 22, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

html[data-immersive="on"] .button:active,
html[data-immersive="on"] .add-button:active {
  transform: translate3d(
      var(--award-magnetic-x),
      calc(var(--award-magnetic-y) + 1px),
      0
    )
    scale(0.98);
}

html[data-immersive="on"] :focus-visible {
  outline: 2px solid var(--award-orange);
  outline-offset: 4px;
}

html[data-immersive="on"] .ar-lab,
html[data-immersive="on"] .demo-stage,
html[data-immersive="on"] .reality-card,
html[data-immersive="on"] .app-card,
html[data-immersive="on"] .product-card {
  --award-tilt-x: 0deg;
  --award-tilt-y: 0deg;
  --award-light-x: 50%;
  --award-light-y: 42%;
  transform: perspective(1200px) rotateX(var(--award-tilt-x))
    rotateY(var(--award-tilt-y)) translateZ(0);
  transform-style: preserve-3d;
  transition:
    transform 0.72s var(--award-gallery-ease),
    box-shadow 0.72s var(--award-gallery-ease);
  will-change: transform;
}

html[data-immersive="on"] .ar-lab::after,
html[data-immersive="on"] .demo-stage::after,
html[data-immersive="on"] .reality-card::after,
html[data-immersive="on"] .app-card::after,
html[data-immersive="on"] .product-card::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    circle at var(--award-light-x) var(--award-light-y),
    rgba(255, 255, 255, 0.2),
    transparent 34%
  );
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

html[data-immersive="on"] .ar-lab:hover::after,
html[data-immersive="on"] .demo-stage:hover::after,
html[data-immersive="on"] .reality-card:hover::after,
html[data-immersive="on"] .app-card:hover::after,
html[data-immersive="on"] .product-card:hover::after {
  opacity: 1;
}

html[data-immersive="on"] .ar-lab:hover,
html[data-immersive="on"] .demo-stage:hover,
html[data-immersive="on"] .app-card:hover,
html[data-immersive="on"] .product-card:hover {
  box-shadow: var(--award-shadow);
}

html[data-immersive="on"] .ar-wall-piece,
html[data-immersive="on"] .phone-shell,
html[data-immersive="on"] .reality-image,
html[data-immersive="on"] .mini-app,
html[data-immersive="on"] .product-image {
  transform: translateZ(18px);
  transform-style: preserve-3d;
}

html[data-immersive="on"] .ar-reticle,
html[data-immersive="on"] .scan-frame,
html[data-immersive="on"] .portal-rings {
  filter: drop-shadow(0 0 13px rgba(242, 83, 47, 0.3));
}

html[data-immersive="on"] .ar-scene[data-state="scan"] .ar-reticle,
html[data-immersive="on"]
  .demo-section[data-demo-state="activate"]
  .scan-frame {
  animation: awardRecognitionPulse 1.7s ease-in-out infinite;
}

html[data-immersive="on"] .ar-scene[data-state="reveal"],
html[data-immersive="on"] .demo-section[data-demo-state="enter"] .demo-stage {
  box-shadow:
    0 40px 100px rgba(56, 47, 39, 0.2),
    0 0 72px rgba(242, 83, 47, 0.15);
}

html[data-immersive="on"] .film-stage {
  perspective: 1400px;
  transform-style: preserve-3d;
}

html[data-immersive="on"] .film-shot {
  box-shadow: 0 34px 80px rgba(10, 10, 8, 0.24);
  transition:
    filter 0.7s ease,
    transform 0.7s var(--award-gallery-ease);
}

html[data-immersive="on"] .film-stage:hover .film-shot:not(:hover) {
  filter: saturate(0.78) brightness(0.84);
}

html[data-immersive="on"] .film-shot:hover {
  transform: translateZ(20px);
}

html[data-immersive="on"] .reality-grid {
  perspective: 1500px;
}

html[data-immersive="on"] .app-card {
  transform-origin: 54% 72%;
}

html[data-immersive="on"] .mini-app {
  box-shadow:
    0 42px 100px rgba(10, 10, 8, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

html[data-immersive="on"] .store-links a:hover .official-store-badge,
html[data-immersive="on"] .store-links a:focus-visible .official-store-badge {
  transform: perspective(500px) translateZ(12px) scale(1.025);
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.22));
}

html[data-immersive="on"] .filter-row button,
html[data-immersive="on"] .demo-controls button,
html[data-immersive="on"] .ar-step-controls button {
  transition:
    transform 0.42s var(--award-gallery-ease),
    background-color 0.42s ease,
    color 0.42s ease,
    box-shadow 0.42s ease;
}

html[data-immersive="on"] .filter-row button:hover,
html[data-immersive="on"] .demo-controls button:hover,
html[data-immersive="on"] .ar-step-controls button:hover {
  transform: translateY(-3px);
}

html[data-immersive="on"] .filter-row button.active,
html[data-immersive="on"] .demo-controls button[aria-selected="true"],
html[data-immersive="on"] .ar-step-controls button.active {
  box-shadow: 0 12px 30px rgba(30, 25, 21, 0.12);
}

html[data-immersive="on"] .product-card {
  position: relative;
  isolation: isolate;
}

html[data-immersive="on"] .product-image {
  overflow: hidden;
}

html[data-immersive="on"] .product-image img {
  transition:
    transform 0.9s var(--award-gallery-ease),
    filter 0.9s ease;
}

html[data-immersive="on"] .product-card:hover .product-image img,
html[data-immersive="on"] .product-card:focus-within .product-image img {
  transform: scale(1.035) translateZ(10px);
  filter: saturate(1.06) contrast(1.025);
}

html[data-immersive="on"] .add-button::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid currentColor;
  border-radius: inherit;
  opacity: 0;
  transform: scale(0.75);
  transition:
    opacity 0.35s ease,
    transform 0.35s var(--award-gallery-ease);
}

html[data-immersive="on"] .add-button:active::after {
  opacity: 0.5;
  transform: scale(1.15);
}

html[data-immersive="on"] .finale {
  isolation: isolate;
}

html[data-immersive="on"] .finale::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 7%;
  border: 1px solid rgba(255, 125, 74, 0.26);
  box-shadow:
    inset 0 0 80px rgba(242, 83, 47, 0.1),
    0 0 80px rgba(242, 83, 47, 0.08);
  pointer-events: none;
}

html[data-immersive="on"] .finale-copy {
  transform: translateZ(24px);
}

html[data-immersive="on"] .contact form {
  position: relative;
}

html[data-immersive="on"] .contact form::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -22%;
  background: radial-gradient(circle, rgba(242, 83, 47, 0.11), transparent 65%);
  pointer-events: none;
}

html[data-immersive="on"] .contact input {
  transition:
    box-shadow 0.42s ease,
    border-color 0.42s ease,
    background-color 0.42s ease;
}

html[data-immersive="on"] .contact input:focus {
  border-color: var(--award-orange);
  box-shadow: 0 14px 34px rgba(242, 83, 47, 0.12);
}

html[data-immersive="on"] .cart-drawer {
  transform-origin: right center;
  transition:
    transform 0.62s var(--award-gallery-ease),
    visibility 0.62s;
  box-shadow: -28px 0 80px rgba(25, 21, 18, 0.2);
}

html[data-immersive="on"] .cart-item {
  animation: awardCartEntry 0.55s var(--award-gallery-ease) both;
}

html[data-immersive="on"] .cart-head {
  position: relative;
}

html[data-immersive="on"] .cart-head [data-close-cart] {
  position: relative;
  z-index: 5;
  pointer-events: auto;
}

@keyframes awardRecognitionPulse {
  0%,
  100% {
    filter: drop-shadow(0 0 8px rgba(242, 83, 47, 0.24));
  }
  50% {
    filter: drop-shadow(0 0 23px rgba(242, 83, 47, 0.65));
  }
}

@keyframes awardCartEntry {
  from {
    opacity: 0;
    transform: translateX(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .award-progress {
    display: none;
  }

  .award-scene-host {
    opacity: 0.42;
    mask-image: linear-gradient(180deg, transparent, #000 22%, #000 86%);
  }

  html[data-immersive="on"] .site-header {
    transform: none !important;
  }

  html[data-immersive="on"] .ar-lab,
  html[data-immersive="on"] .demo-stage,
  html[data-immersive="on"] .reality-card,
  html[data-immersive="on"] .app-card,
  html[data-immersive="on"] .product-card {
    transform: none !important;
  }

  html[data-immersive="on"] .film-stage:hover .film-shot:not(:hover) {
    filter: none;
  }

  html[data-immersive="on"] .finale::after {
    inset: 18px;
  }
}

@media (max-width: 620px) {
  html[data-immersive="on"] .site-header {
    gap: 7px;
    padding-inline: 10px;
  }

  html[data-immersive="on"] .site-header .brand {
    flex: 1 1 auto;
    width: min(52vw, 196px);
    min-width: 0;
    max-width: 196px;
  }

  html[data-immersive="on"] .header-actions {
    position: relative;
    z-index: 5;
    flex: 0 0 auto;
    gap: 4px;
  }

  html[data-immersive="on"] .basket-button {
    position: relative;
    z-index: 5;
    padding-inline: 9px;
  }

  html[data-immersive="on"] .menu-button {
    position: relative;
    z-index: 6;
    flex: 0 0 auto;
    pointer-events: auto;
  }
}

html[data-motion="reduced"] *,
html[data-motion="reduced"] *::before,
html[data-motion="reduced"] *::after {
  scroll-behavior: auto !important;
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.001ms !important;
}

html[data-motion="reduced"] .award-scene-host {
  display: none;
}

html[data-quality="low"] .award-scene-host {
  opacity: 0.34;
  filter: none;
}

html[data-quality="fallback"] .award-scene-host {
  display: none;
}

.ar-tech-note[open] > summary {
  cursor: default;
  pointer-events: none;
}

.ar-tech-note[open] > summary i {
  display: none;
}

/* ARTSCAPES HERO V2
   The photography carries the AR story. Depth is restrained to light,
   material and motion so no rendered geometry obscures the product. */
.award-scene-host,
.award-portal-fallback {
  display: none !important;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, 0.86fr) minmax(0, 1.14fr);
  min-height: clamp(720px, calc(100svh - 104px), 940px);
  overflow: clip;
  background:
    radial-gradient(circle at 19% 18%, rgba(255, 255, 255, 0.94), transparent 32%),
    radial-gradient(circle at 53% 110%, rgba(240, 81, 51, 0.1), transparent 42%),
    linear-gradient(135deg, #faf8f2 0%, #f3efe6 56%, #ebe4d8 100%);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: clamp(26px, 4vw, 72px);
  bottom: -28%;
  width: clamp(220px, 30vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(240, 81, 51, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgba(240, 81, 51, 0.025),
    0 0 0 96px rgba(240, 81, 51, 0.018);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(72px, 8vw, 136px) clamp(38px, 5.8vw, 104px) clamp(70px, 7vw, 112px);
}

.hero-copy h1 {
  max-width: 8.2ch;
  margin: 0;
  font-size: clamp(70px, 7.15vw, 132px);
  font-weight: 700;
  line-height: 0.79;
  letter-spacing: -0.078em;
  text-wrap: balance;
  color: #12110f;
}

.hero-copy h1 em {
  position: relative;
  display: inline-block;
  padding-right: 0.06em;
  color: #ed5435;
  font-style: normal;
  text-shadow: 0 12px 34px rgba(237, 84, 53, 0.12);
}

.hero-copy h1 em::after {
  content: "";
  position: absolute;
  left: 0.05em;
  right: 0;
  bottom: -0.09em;
  height: 0.045em;
  border-radius: 999px;
  background: linear-gradient(90deg, #ed5435, rgba(237, 84, 53, 0));
  transform-origin: left;
}

.hero-intro {
  max-width: 43ch;
  margin: clamp(30px, 3.4vw, 54px) 0 0;
  color: #5d574f;
  font-size: clamp(15px, 1.08vw, 19px);
  line-height: 1.72;
  text-wrap: pretty;
}

.hero-store-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: clamp(28px, 3vw, 46px);
  perspective: 800px;
}

.hero-store-badges a {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 10px 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: #0d0d0c;
  box-shadow:
    0 15px 30px rgba(28, 22, 17, 0.18),
    0 3px 7px rgba(28, 22, 17, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateZ(0);
  transition:
    transform 0.5s var(--award-gallery-ease),
    box-shadow 0.5s var(--award-gallery-ease),
    border-color 0.35s ease;
}

.hero-store-badges a:hover {
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow:
    0 23px 44px rgba(28, 22, 17, 0.23),
    0 6px 12px rgba(28, 22, 17, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: translateY(-5px) rotateX(3deg) scale(1.018);
}

.hero-store-badges a:active {
  transform: translateY(-1px) scale(0.985);
}

.hero-store-badges a:focus-visible {
  outline: 3px solid rgba(237, 84, 53, 0.46);
  outline-offset: 4px;
}

.hero-store-badges img {
  display: block;
  width: auto;
  height: 36px;
  object-fit: contain;
  filter: contrast(1.04);
}

.hero-visual {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 0;
  margin: clamp(14px, 1.35vw, 24px) clamp(14px, 1.35vw, 24px) clamp(14px, 1.35vw, 24px) 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: clamp(24px, 2.2vw, 38px);
  background: #d9cfc2;
  box-shadow:
    0 46px 90px rgba(42, 32, 24, 0.2),
    0 12px 24px rgba(42, 32, 24, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateZ(0);
}

.hero-visual > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 51% 50%;
  filter: saturate(0.96) contrast(1.025) brightness(1.015);
  transform: scale(1.006) rotateX(var(--award-hero-rx)) rotateY(var(--award-hero-ry));
  transition:
    transform 1.1s var(--award-gallery-ease),
    filter 0.8s ease;
  will-change: transform;
}

.hero-visual:hover > img {
  filter: saturate(1.03) contrast(1.035) brightness(1.02);
  transform: scale(1.024) rotateX(var(--award-hero-rx)) rotateY(var(--award-hero-ry));
}

.hero-visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(105deg, rgba(255, 251, 242, 0.16), transparent 34%),
    radial-gradient(circle at var(--award-hero-x) var(--award-hero-y), rgba(255, 245, 221, 0.22), transparent 25%),
    linear-gradient(180deg, rgba(16, 13, 10, 0.02), transparent 65%, rgba(16, 13, 10, 0.12));
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.hero .hero-stamp {
  position: absolute;
  z-index: 6;
  top: clamp(22px, 2.2vw, 36px) !important;
  right: clamp(22px, 2.2vw, 36px) !important;
  width: 104px;
  height: 104px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: #050505 !important;
  box-shadow:
    0 20px 42px rgba(18, 13, 10, 0.28),
    0 4px 10px rgba(18, 13, 10, 0.16),
    inset 0 0 0 5px rgba(255, 255, 255, 0.06) !important;
  transform: translateZ(42px) !important;
  transition:
    transform 0.7s var(--award-gallery-ease),
    box-shadow 0.7s var(--award-gallery-ease);
}

.hero .hero-stamp:hover {
  box-shadow:
    0 28px 55px rgba(18, 13, 10, 0.32),
    0 7px 14px rgba(18, 13, 10, 0.14),
    inset 0 0 0 5px rgba(255, 255, 255, 0.09) !important;
  transform: translate3d(0, -5px, 52px) rotate(2deg) !important;
}

.hero-stamp .hero-round-lockup,
.hero-stamp .hero-round-logo {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.hero-stamp .hero-round-logo {
  border-radius: 50% !important;
  background: #050505;
  filter: none;
  object-fit: cover !important;
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
    min-height: 720px;
  }

  .hero-copy {
    padding-inline: clamp(34px, 4.8vw, 62px);
  }

  .hero-copy h1 {
    font-size: clamp(64px, 7.5vw, 92px);
  }

  .hero .hero-stamp {
    width: 92px;
    height: 92px;
  }
}

@media (max-width: 820px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-copy {
    padding: 92px clamp(24px, 7vw, 58px) 54px;
  }

  .hero-copy h1 {
    max-width: 8.8ch;
    font-size: clamp(68px, 13vw, 104px);
  }

  .hero-intro {
    max-width: 54ch;
  }

  .hero-visual {
    min-height: clamp(520px, 75svh, 720px);
    margin: 0 14px 14px;
  }
}

@media (max-width: 560px) {
  .hero-copy {
    padding: 74px 20px 42px;
  }

  .hero-copy h1 {
    max-width: 8.4ch;
    font-size: clamp(57px, 17.2vw, 78px);
    line-height: 0.82;
  }

  .hero-intro {
    margin-top: 28px;
    font-size: 14px !important;
    line-height: 1.68;
  }

  .hero-store-badges {
    gap: 9px;
    width: 100%;
    margin-top: 28px;
  }

  .hero-store-badges a {
    flex: 1 1 0;
    min-width: 0;
    min-height: 54px;
    padding: 9px 10px;
    border-radius: 12px;
  }

  .hero-store-badges img {
    max-width: 100%;
    height: 31px;
  }

  .hero-visual {
    min-height: min(680px, 76svh);
    margin: 0 8px 8px;
    border-radius: 24px;
  }

  .hero-visual > img {
    object-position: 50% 48%;
  }

  .hero .hero-stamp {
    display: block !important;
    top: 16px !important;
    right: 16px !important;
    width: 76px;
    height: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual > img,
  .hero-store-badges a,
  .hero .hero-stamp {
    transition: none !important;
    transform: none !important;
  }
}

/* Uploaded store artwork presented as equal square launch icons. */
.hero-store-badges a {
  position: relative;
  flex: 0 0 168px;
  width: 168px;
  height: 50px;
  min-height: 50px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.hero-store-badges::before,
.hero-store-badges::after,
.hero-store-badges a::before {
  content: none !important;
  display: none !important;
}

.hero-store-badges a img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  opacity: 1;
  transform: none !important;
}

.hero-store-badges a:hover {
  border-color: transparent;
  box-shadow: none;
  animation: awardStoreJump 0.62s var(--award-gallery-ease) both;
}

.hero-store-badges a:focus-visible {
  outline: 2px solid #ed5435;
  outline-offset: 5px;
  animation: awardStoreJump 0.62s var(--award-gallery-ease) both;
}

@keyframes awardStoreJump {
  0% {
    transform: translateY(0) scale(1);
  }
  46% {
    transform: translateY(-13px) scale(1.045);
  }
  72% {
    transform: translateY(-5px) scale(1.018);
  }
  100% {
    transform: translateY(-7px) scale(1.025);
  }
}

@media (max-width: 1120px) {
  .hero-store-badges a {
    flex-basis: 142px;
    width: 142px;
    height: 43px;
    min-height: 43px;
  }
}

@media (max-width: 560px) {
  .hero-store-badges a {
    flex-basis: 140px;
    width: 140px;
    height: 42px;
    min-height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-store-badges a:hover,
  .hero-store-badges a:focus-visible {
    animation: none;
    transform: none;
  }
}

.ar-explainer-copy > .eyebrow {
  display: none !important;
}

.contact .eyebrow {
  color: #171713;
}

@media (prefers-reduced-motion: reduce) {
  .award-route-transition,
  .award-progress {
    display: none;
  }
}

/* Real Butterfly Lady AR film */
.film-stage-video {
  position: relative;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  align-self: center;
  overflow: hidden;
  border-radius: 28px;
  background: #050505;
  box-shadow: 0 42px 100px rgba(0, 0, 0, .48), inset 0 0 0 1px rgba(255, 255, 255, .08);
  transform: translateZ(0);
}

.film-stage-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.film-video-label {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 5, 5, .76);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}

.film-video-label span,
.film-video-label b {
  font-family: "DM Mono", monospace;
  font-size: 9px;
  line-height: 1;
  letter-spacing: .15em;
}

.film-video-label span {
  color: rgba(255, 255, 255, .7);
}

.film-video-label b {
  color: #ff5a36;
}

.film-stage-video:hover .film-video-label,
.film-stage-video:focus-within .film-video-label {
  opacity: 0;
  transform: translateY(-6px);
}

html[data-immersive="on"] .film-stage-video {
  perspective: none;
  transform: translateZ(0);
}

.film-reference {
  max-width: 380px;
  margin: 34px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: #f5f3ed;
  box-shadow: 0 24px 55px rgba(0, 0, 0, .26);
}

.film-reference img {
  display: block;
  width: 100%;
  aspect-ratio: 1.75 / 1;
  object-fit: cover;
}

.film-reference figcaption {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  color: #171713;
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .film-reference {
    max-width: 460px;
  }

  .film-stage-video {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }

  .film-video-label {
    top: 12px;
    left: 12px;
    padding: 8px 10px;
  }

  .film-video-label b {
    display: none;
  }
}


/* Our Story editorial v2 */
.story.story-editorial-v2 {
  position: relative;
  display: block;
  min-height: 0;
  padding: clamp(96px, 10vw, 170px) clamp(24px, 6vw, 110px);
  overflow: hidden;
  color: #171713;
  background:
    radial-gradient(circle at 92% 12%, rgba(240, 77, 35, .11), transparent 30%),
    linear-gradient(135deg, #f5f2ea 0%, #ece8de 100%);
}

.story.story-editorial-v2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 7vw;
  width: 1px;
  height: 100%;
  background: rgba(23, 23, 19, .12);
}

.story-editorial-v2 .story-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(180px, .34fr) minmax(0, 1fr);
  gap: clamp(40px, 7vw, 120px);
  padding-top: 24px;
  border-top: 1px solid rgba(23, 23, 19, .24);
}

.story-editorial-v2 .story-intro .eyebrow {
  margin: 10px 0 0;
  color: #171713;
}

.story-editorial-v2 .story-intro h2 {
  max-width: 1050px;
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(58px, 8.2vw, 142px);
  font-weight: 650;
  line-height: .83;
  letter-spacing: -.065em;
}

.story-editorial-v2 .story-intro h2 em {
  color: #f04d23;
  font-style: normal;
}

.story-editorial-v2 .story-lede {
  max-width: 820px;
  margin: clamp(34px, 5vw, 72px) 0 0;
  font-size: clamp(20px, 2vw, 32px);
  line-height: 1.42;
  letter-spacing: -.025em;
}

.story-editorial-v2 .story-lede strong {
  font-weight: 700;
}

.story-editorial-v2 .story-editorial-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(270px, .55fr);
  gap: clamp(50px, 8vw, 140px);
  margin-top: clamp(90px, 11vw, 170px);
  padding-top: 24px;
  border-top: 1px solid rgba(23, 23, 19, .24);
}

.story-editorial-v2 .story-main-copy {
  columns: 2;
  column-gap: clamp(34px, 5vw, 80px);
}

.story-editorial-v2 .story-main-copy p {
  margin: 0 0 1.5em;
  color: #44423d;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.78;
  break-inside: avoid;
}

.story-editorial-v2 blockquote {
  margin: clamp(58px, 7vw, 100px) 0 0;
  padding: 0;
  border: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(40px, 5.1vw, 82px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.055em;
}

.story-editorial-v2 .story-principles {
  align-self: start;
  border-top: 1px solid #171713;
}

.story-editorial-v2 .story-principles > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  padding: 25px 0 29px;
  border-bottom: 1px solid rgba(23, 23, 19, .2);
}

.story-editorial-v2 .story-principles span {
  grid-row: 1 / 3;
  padding-top: 4px;
  color: #f04d23;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: .12em;
}

.story-editorial-v2 .story-principles h3 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  letter-spacing: -.035em;
}

.story-editorial-v2 .story-principles p {
  margin: 9px 0 0;
  color: #5c5951;
  font-size: 13px;
  line-height: 1.55;
}

.story-editorial-v2 .story-vision {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(360px, 1.28fr);
  align-items: end;
  gap: clamp(50px, 8vw, 150px);
  margin-top: clamp(100px, 12vw, 190px);
  padding: clamp(40px, 6vw, 90px);
  color: #fff;
  background: #11110f;
  box-shadow: 28px 28px 0 rgba(240, 77, 35, .16);
}

.story-editorial-v2 .story-vision::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 4px;
  background: #f04d23;
}

.story-editorial-v2 .story-vision p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.75;
}

.story-editorial-v2 .story-vision strong {
  font-family: "Syne", sans-serif;
  font-size: clamp(46px, 6vw, 96px);
  font-weight: 600;
  line-height: .9;
  letter-spacing: -.06em;
}

.story-editorial-v2 .story-vision strong em {
  color: #f04d23;
  font-style: normal;
}

@media (max-width: 900px) {
  .story.story-editorial-v2 {
    padding: 90px 20px;
  }

  .story.story-editorial-v2::before {
    display: none;
  }

  .story-editorial-v2 .story-intro,
  .story-editorial-v2 .story-editorial-grid,
  .story-editorial-v2 .story-vision {
    grid-template-columns: 1fr;
  }

  .story-editorial-v2 .story-intro {
    gap: 34px;
  }

  .story-editorial-v2 .story-main-copy {
    columns: 1;
  }

  .story-editorial-v2 .story-editorial-grid {
    gap: 70px;
    margin-top: 80px;
  }

  .story-editorial-v2 .story-vision {
    gap: 56px;
    margin-top: 90px;
    padding: 42px 26px;
    box-shadow: 12px 12px 0 rgba(240, 77, 35, .16);
  }
}


/* Founder story refinement */
.story-editorial-v2.founder-story .story-intro h2 {
  max-width: 1180px;
  font-size: clamp(54px, 7.25vw, 124px);
  line-height: .9;
}

.founder-story-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: clamp(70px, 10vw, 180px);
  align-items: start;
  margin-top: clamp(90px, 11vw, 170px);
  padding-top: 26px;
  border-top: 1px solid rgba(23, 23, 19, .24);
}

.founder-story-copy {
  max-width: 850px;
}

.story-editorial-v2 .founder-story-copy .story-lede {
  max-width: 780px;
  margin: 0 0 clamp(44px, 5vw, 72px);
  color: #171713;
  font-size: clamp(25px, 2.5vw, 40px);
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -.035em;
}

.founder-story-copy > p:not(.story-lede) {
  max-width: 760px;
  margin: 0 0 1.6em;
  color: #46433d;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.78;
}

.story-editorial-v2 blockquote.founder-statement {
  position: sticky;
  top: 140px;
  margin: 0;
  padding: clamp(40px, 5vw, 72px);
  color: #fff;
  background: #11110f;
  box-shadow: 22px 22px 0 rgba(240, 77, 35, .16);
  font-family: "Syne", sans-serif;
  font-size: clamp(36px, 4.1vw, 66px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.05em;
}

.story-editorial-v2 blockquote.founder-statement::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 4px;
  background: #f04d23;
}

@media (max-width: 900px) {
  .founder-story-layout {
    grid-template-columns: 1fr;
    gap: 72px;
    margin-top: 75px;
  }

  .story-editorial-v2 blockquote.founder-statement {
    position: relative;
    top: auto;
    padding: 40px 28px;
    box-shadow: 12px 12px 0 rgba(240, 77, 35, .16);
  }
}

/* Calm, stable store-button lift */
.hero-store-badges a,
.hero-store-badges a:hover,
.hero-store-badges a:focus-visible {
  animation: none !important;
  rotate: none !important;
  scale: 1 !important;
}

.hero-store-badges a {
  transform: translate3d(0, 0, 0) !important;
  transition: transform .8s cubic-bezier(.22, 1, .36, 1), filter .8s ease !important;
  will-change: transform;
}

.hero-store-badges a:hover,
.hero-store-badges a:focus-visible {
  transform: translate3d(0, -8px, 0) !important;
  filter: drop-shadow(0 14px 12px rgba(0, 0, 0, .2));
}

@media (prefers-reduced-motion: reduce) {
  .hero-store-badges a {
    transition: none !important;
  }

  .hero-store-badges a:hover,
  .hero-store-badges a:focus-visible {
    transform: none !important;
  }
}

/* Persistent floating navigation */
.site-header {
  position: fixed !important;
  top: 18px !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 1000 !important;
  width: 100% !important;
  transform: none !important;
}

@media (max-width: 700px) {
  .site-header {
    top: 10px !important;
  }
}
