:root {
  color-scheme: light;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: rgba(29, 29, 31, 0.14);
  --paper: #f5f5f7;
  --white: #ffffff;
  --cocoa: #57382a;
  --cocoa-dark: #281914;
  --copper: #b87449;
  --sage: #9caa92;
  --blue: #24364c;
  --charcoal: #1d1d1f;
  --radius: 28px;
  --nav-h: 0px;
  --product-nav-h: 52px;
  --heading-font: "DM Sans", "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --body-font: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: calc(var(--nav-h) + var(--product-nav-h) + 20px);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body-font);
  letter-spacing: 0;
  font-kerning: normal;
  font-stretch: 96%;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.is-loading {
  cursor: progress;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.global-nav {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(18px, 6vw, 76px);
  background: rgba(245, 245, 247, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  backdrop-filter: blur(22px) saturate(180%);
}

.brand-mark {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
}

.brand-mark span {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  background:
    linear-gradient(135deg, transparent 42%, rgba(255, 255, 255, 0.42) 43% 50%, transparent 51%),
    linear-gradient(135deg, var(--cocoa), #241611);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 3px 10px rgba(40, 25, 20, 0.22);
  transform: rotate(45deg);
}

.global-links {
  display: flex;
  gap: clamp(22px, 4vw, 38px);
  color: rgba(29, 29, 31, 0.78);
  font-size: 12px;
  line-height: 1;
}

.global-links a,
.product-actions a:not(.pill-button),
.product-name {
  display: inline-block;
  transform: scaleX(0.945);
  transform-origin: center;
}

.global-links a,
.product-actions a:not(.pill-button) {
  transition: color 180ms ease;
}

.global-links a:hover,
.product-actions a:not(.pill-button):hover {
  color: var(--ink);
}

.nav-icon-button {
  justify-self: end;
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: rgba(29, 29, 31, 0.82);
}

.nav-icon-button svg,
.ghost-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-nav {
  position: sticky;
  top: var(--nav-h);
  z-index: 35;
  height: var(--product-nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 6vw, 76px);
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
}

.product-name {
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 500;
}

.product-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 12px;
}

.pill-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  color: #fff;
  background: var(--charcoal);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(29, 29, 31, 0.18);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.pill-button:hover {
  background: #343436;
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(29, 29, 31, 0.24);
}

.pill-button.small {
  min-height: 25px;
  padding: 0 12px;
  font-size: 12px;
  box-shadow: none;
}

.hero {
  min-height: calc(100svh - var(--nav-h) - var(--product-nav-h));
  padding: calc(var(--nav-h) + 36px) clamp(18px, 4vw, 64px) 34px;
  display: grid;
  grid-template-rows: auto minmax(420px, 1fr) auto;
  align-items: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 78%, rgba(255, 115, 62, 0.15), transparent 18%),
    radial-gradient(circle at 84% 24%, rgba(169, 200, 219, 0.2), transparent 22%),
    radial-gradient(circle at 50% 58%, rgba(184, 116, 73, 0.14), transparent 32%),
    linear-gradient(180deg, #fbfcfc 0%, #f5f5f3 72%, #ececea 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 12vh -12vw auto;
  height: 58vh;
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), transparent);
  filter: blur(24px);
  opacity: 0.65;
}

.hero-copy,
.hero-wordmark-wrap {
  text-align: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--copper);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.12;
}

.hero h1,
.highlights h2,
.design h2,
.preorder h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--heading-font);
  font-weight: 450;
  letter-spacing: 0;
  font-stretch: 91%;
}

.hero h1,
.hero-wordmark,
.hero-line,
.colourways h2,
.seo-intro h2,
.travel-copy h2,
.comparison h2,
.destination-check h2,
.faq h2,
.highlights h2,
.design h2,
.preorder h2,
.travel-hero-image h3,
.use-card h3 {
  transform: scaleX(0.925);
  transform-origin: left center;
}

.hero h1,
.hero-wordmark,
.hero-line,
.product-hero h1,
.colourways-head h2 {
  transform-origin: center;
}

.hero h1 {
  font-size: clamp(58px, 10.2vw, 164px);
  line-height: 0.88;
}

.hero-wordmark {
  max-width: 100%;
  font-size: clamp(58px, 10.6vw, 152px);
  line-height: 0.78;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-wordmark-wrap {
  position: relative;
  z-index: 3;
  transform-origin: 50% 0;
}

.hero-stage {
  width: min(1120px, 100%);
  min-height: min(58vh, 620px);
  margin: -2vh auto 0;
  position: relative;
  display: grid;
  place-items: center;
  perspective: 900px;
}

.launch-stage {
  width: min(1180px, 100%);
  min-height: clamp(440px, 55vh, 620px);
}

.hero-product {
  position: relative;
  z-index: 2;
  width: min(820px, 76vw);
  max-height: 54vh;
  object-fit: contain;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse 78% 66% at 50% 53%, #000 54%, rgba(0, 0, 0, 0.66) 72%, transparent 90%);
  mask-image: radial-gradient(ellipse 78% 66% at 50% 53%, #000 54%, rgba(0, 0, 0, 0.66) 72%, transparent 90%);
  transform:
    translate3d(calc(var(--pointer-x, 0) * 9px), calc(var(--pointer-y, 0) * 8px), 0)
    scale(var(--hero-scale, 1))
    rotateX(calc(var(--pointer-y, 0) * -1.5deg))
    rotateY(calc(var(--pointer-x, 0) * 1.8deg));
  filter: drop-shadow(0 38px 52px rgba(41, 26, 19, 0.24));
  will-change: transform;
  animation: product-resolve 5200ms cubic-bezier(0.2, 0.72, 0.17, 1) both;
}

.hero-shadow {
  position: absolute;
  bottom: 6%;
  width: min(660px, 72vw);
  height: 52px;
  border-radius: 50%;
  background: rgba(39, 24, 18, 0.16);
  filter: blur(23px);
  z-index: -1;
  transform: translateY(18px);
  animation: shadow-arrive 1100ms cubic-bezier(0.2, 0.72, 0.17, 1) both;
}

.hero-footer {
  display: grid;
  place-items: center;
  gap: 14px;
  margin-top: 0;
  text-align: center;
}

.hero-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.28;
}

.hero-line {
  width: min(100%, 760px);
  max-width: 760px;
  color: var(--ink) !important;
  font-family: var(--heading-font);
  font-size: clamp(27px, 3vw, 44px) !important;
  font-weight: 450 !important;
  line-height: 1.02 !important;
}

.hero-subline {
  font-size: clamp(15px, 1.5vw, 20px) !important;
}

.orbit-label {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(29, 29, 31, 0.13);
  border-radius: 999px;
  padding: 9px 15px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(29, 29, 31, 0.72);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 14px 36px rgba(40, 25, 20, 0.08);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.messy-label {
  top: 12%;
  left: 6%;
  animation: messy-label-out 5200ms cubic-bezier(0.2, 0.72, 0.17, 1) both;
}

.tidy-label {
  right: 7%;
  bottom: 20%;
  opacity: 0;
  animation: tidy-label-in 5200ms cubic-bezier(0.2, 0.72, 0.17, 1) both;
}

.animated-cables {
  position: absolute;
  inset: 2% -3% 0;
  z-index: 1;
  width: 106%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.animated-cables path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.mess-cable {
  stroke: rgba(33, 22, 18, 0.24);
  stroke-width: 3.5;
  stroke-dasharray: 14 13;
  filter: drop-shadow(0 8px 10px rgba(40, 25, 20, 0.12));
  animation: cable-mess 5200ms cubic-bezier(0.2, 0.72, 0.17, 1) both;
}

.tidy-cable {
  stroke: rgba(87, 56, 42, 0.38);
  stroke-width: 3.6;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  filter: drop-shadow(0 8px 10px rgba(40, 25, 20, 0.12));
  animation: cable-tidy 5200ms cubic-bezier(0.2, 0.72, 0.17, 1) both;
}

.travel-object {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(29, 29, 31, 0.12);
  box-shadow: 0 26px 60px rgba(40, 25, 20, 0.12);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transform: var(--from);
  animation: object-tidy 5200ms cubic-bezier(0.2, 0.72, 0.17, 1) both;
}

.travel-object::before,
.travel-object::after,
.travel-object span,
.travel-object span::before,
.travel-object span::after {
  content: "";
  display: block;
  position: absolute;
}

.object-laptop {
  width: 152px;
  height: 94px;
  left: 8%;
  bottom: 18%;
  border-radius: 9px;
  --from: translate(-70px, 64px) rotate(-12deg) scale(0.95);
  --to: translate(0, 0) rotate(-5deg) scale(1);
  background: linear-gradient(180deg, #f7f8f8, #dfe4e6);
}

.object-laptop::before {
  inset: 12px 16px 22px;
  border-radius: 5px;
  background: linear-gradient(135deg, #c9d9df, #eef5f4);
  border: 1px solid rgba(29, 29, 31, 0.12);
}

.object-laptop::after {
  left: -11px;
  right: -11px;
  bottom: -12px;
  height: 16px;
  border-radius: 2px 2px 12px 12px;
  background: #c7ccce;
}

.object-phone {
  width: 66px;
  height: 126px;
  right: 15%;
  top: 8%;
  border-radius: 17px;
  --from: translate(58px, -46px) rotate(15deg) scale(0.95);
  --to: translate(0, 0) rotate(7deg) scale(1);
  background: #151517;
}

.object-phone::before {
  inset: 8px;
  border-radius: 11px;
  background: linear-gradient(145deg, #e8f2f3, #c1d6dc);
}

.object-phone::after {
  width: 18px;
  height: 3px;
  top: 14px;
  left: 50%;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.36);
  transform: translateX(-50%);
}

.object-camera {
  width: 104px;
  height: 70px;
  right: 5%;
  bottom: 18%;
  border-radius: 14px;
  --from: translate(76px, 52px) rotate(11deg) scale(0.95);
  --to: translate(0, 0) rotate(4deg) scale(1);
  background: linear-gradient(145deg, #f4f0e8, #d5d5cf);
}

.object-camera::before {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: radial-gradient(circle, #8fa7aa 0 26%, #1d1d1f 28% 45%, #bfc9c8 47% 64%, #111 66%);
  left: 33px;
  top: 18px;
}

.object-camera::after {
  width: 24px;
  height: 10px;
  border-radius: 6px 6px 0 0;
  left: 14px;
  top: -7px;
  background: #c7c4bd;
}

.object-passport {
  width: 78px;
  height: 108px;
  left: 15%;
  top: 12%;
  border-radius: 10px;
  --from: translate(-48px, -42px) rotate(-17deg) scale(0.95);
  --to: translate(0, 0) rotate(-9deg) scale(1);
  background: linear-gradient(145deg, #253954, #101b29);
}

.object-passport::before {
  width: 34px;
  height: 34px;
  left: 22px;
  top: 24px;
  border-radius: 50%;
  border: 1px solid rgba(231, 204, 143, 0.78);
}

.object-passport::after {
  width: 44px;
  height: 2px;
  left: 17px;
  bottom: 24px;
  background: rgba(231, 204, 143, 0.72);
}

.object-headphones {
  width: 108px;
  height: 90px;
  left: 31%;
  bottom: 4%;
  border: 0;
  box-shadow: none;
  background: transparent;
  --from: translate(-30px, 74px) rotate(4deg) scale(0.94);
  --to: translate(0, 0) rotate(-2deg) scale(1);
}

.object-headphones::before {
  width: 74px;
  height: 62px;
  left: 17px;
  top: 8px;
  border: 8px solid #1d1d1f;
  border-bottom: 0;
  border-radius: 52px 52px 0 0;
}

.object-headphones::after {
  width: 24px;
  height: 34px;
  left: 12px;
  bottom: 0;
  border-radius: 9px;
  background: #1d1d1f;
  box-shadow: 60px 0 0 #1d1d1f;
}

.object-adapter {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff4ec, #f1693e);
}

.object-adapter::before,
.object-adapter::after {
  width: 4px;
  height: 18px;
  top: 18px;
  border-radius: 999px;
  background: rgba(29, 29, 31, 0.76);
}

.object-adapter::before {
  left: 20px;
  transform: rotate(-8deg);
}

.object-adapter::after {
  right: 20px;
  transform: rotate(8deg);
}

.object-adapter.one {
  left: 4%;
  top: 46%;
  --from: translate(-58px, 10px) rotate(20deg) scale(0.95);
  --to: translate(0, 0) rotate(10deg) scale(1);
}

.object-adapter.two {
  right: 27%;
  bottom: 4%;
  --from: translate(32px, 72px) rotate(-14deg) scale(0.95);
  --to: translate(0, 0) rotate(-7deg) scale(1);
  background: linear-gradient(145deg, #f7fbff, #b8dcec);
}

.product-hero {
  min-height: calc(100svh - var(--product-nav-h));
  padding: 0;
  display: block;
  overflow: hidden;
  background: #f8f1ef;
}

.product-hero::before {
  display: none;
}

.landing-hero-shell {
  position: relative;
  width: 100%;
  min-height: calc(100svh - var(--product-nav-h));
  height: calc(100svh - var(--product-nav-h));
  min-height: 650px;
  margin: 0 auto;
  isolation: isolate;
}

.landing-hero-copy {
  position: absolute;
  z-index: 4;
  top: clamp(128px, 15vh, 180px);
  left: 0;
  right: 0;
  width: min(1120px, calc(100% - 36px));
  max-width: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.product-hero .hero-reference-title {
  margin: 0;
  color: var(--ink);
  font-family: var(--heading-font);
  font-size: clamp(40px, 4vw, 68px);
  font-weight: 900;
  line-height: 0.98;
  text-align: center;
  letter-spacing: 0;
  font-stretch: 90%;
  transform: scaleX(0.96);
  transform-origin: center;
}

.hero-buy-panel {
  z-index: 5;
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-top: clamp(13px, 1.8vh, 20px);
}

.hero-intro {
  margin: clamp(6px, 0.7vw, 9px) auto 0;
  color: #6d6d70 !important;
  max-width: none !important;
  font-family: var(--body-font);
  font-size: clamp(15px, 1vw, 18px) !important;
  font-weight: 400;
  line-height: 1.12 !important;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}

.hero-actions .pill-button {
  min-height: 56px;
  padding: 0 34px;
  font-size: 19px;
  box-shadow: 0 18px 42px rgba(29, 29, 31, 0.24);
}

.hero-buy-panel .pill-button {
  min-height: 40px;
  padding: 0 19px;
  border-radius: 12px;
  background: #000;
  color: #fff;
  font-family: var(--body-font);
  font-size: clamp(15px, 0.96vw, 18px);
  font-weight: 400;
  box-shadow: none;
}

.hero-buy-panel .pill-button:hover {
  background: #000;
  box-shadow: none;
}

.hero-buy-panel p {
  margin: 0;
  color: #747474;
  font-family: var(--body-font);
  font-size: clamp(15px, 0.96vw, 18px);
  font-weight: 500;
  line-height: 1;
}

.landing-hero-media {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #f8f1ef;
}

.landing-hero-media img {
  width: 100%;
  height: 100%;
}

.landing-hero-media picture,
.colour-collection picture,
.adapter-banner picture,
.travel-hero-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.landing-hero-media img {
  object-fit: cover;
  object-position: center bottom;
}

.film-strip {
  height: 118vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #fff;
}

.film-track {
  display: flex;
  gap: clamp(18px, 3vw, 34px);
  width: max-content;
  padding: 0 clamp(18px, 7vw, 96px);
  transform: translate3d(var(--film-x, 0px), 0, 0);
  will-change: transform;
}

.film-track img {
  width: min(76vw, 820px);
  height: min(74vh, 740px);
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.colourways {
  padding: 54px clamp(18px, 5.2vw, 80px) 112px;
  background: #fff;
}

.colourways-head {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

.colourways h2 {
  margin: 0;
  font-family: var(--body-font);
  color: var(--muted);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.22;
}

.colourways-buy {
  min-height: 46px;
  padding-inline: 25px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
}

.colour-picker {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(24px, 3.3vw, 40px);
}

.colour-collection,
.colour-preview {
  aspect-ratio: 1122 / 1402;
  overflow: hidden;
  border-radius: 18px;
  background: #f6f5f3;
}

.colour-preview {
  width: 100%;
}

.colour-collection img,
.colour-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.colour-preview img {
  transition: opacity 180ms ease, transform 260ms cubic-bezier(0.2, 0.72, 0.17, 1);
}

.colour-preview img.is-changing {
  opacity: 0;
  transform: translateY(8px) scale(0.985);
}

.colour-controls {
  display: grid;
  gap: 16px;
}

.colourways-copy {
  max-width: 540px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(18px, 1.8vw, 23px);
  font-weight: 400;
  line-height: 1.14;
}

.colourways-copy span {
  display: inline-block;
  transition: opacity 170ms ease, transform 220ms cubic-bezier(0.2, 0.72, 0.17, 1);
}

.colourways-copy span.is-changing {
  opacity: 0;
  transform: translateY(4px);
}

.colour-swatch-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
}

.colour-choice-label {
  margin: 0;
  color: var(--ink);
  font-size: 32px;
  font-weight: 450;
  line-height: 1.04;
}

.colour-swatch-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.colour-swatch {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.colour-swatch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.colour-swatch span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow:
    inset 0 2px 5px rgba(255, 255, 255, 0.32),
    inset 0 -4px 8px rgba(0, 0, 0, 0.18),
    0 1px 2px rgba(29, 29, 31, 0.12);
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.colour-swatch:hover span {
  transform: translateY(-1px);
}

.colour-swatch input:focus-visible + span {
  box-shadow:
    inset 0 2px 5px rgba(255, 255, 255, 0.32),
    inset 0 -4px 8px rgba(0, 0, 0, 0.18),
    0 0 0 4px rgba(29, 29, 31, 0.14);
}

.colour-swatch.is-selected span {
  box-shadow:
    inset 0 2px 5px rgba(255, 255, 255, 0.32),
    inset 0 -4px 8px rgba(0, 0, 0, 0.2),
    0 0 0 3px #fff,
    0 0 0 5px var(--charcoal);
}

.colour-swatch.brown span {
  background: #56382b;
}

.colour-swatch.orange span {
  background: #f05a24;
}

.colour-swatch.blue span {
  background: #b9d7ee;
}

.colour-choice-copy {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.34;
}

.colour-gallery-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  margin-left: 0;
}

.colour-gallery-actions p {
  min-width: 78px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.colour-gallery-arrow {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(29, 29, 31, 0.12);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #f5f5f3;
  color: rgba(29, 29, 31, 0.72);
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.colour-gallery-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.colour-gallery-arrow:hover {
  border-color: var(--charcoal);
  background: var(--charcoal);
  color: #fff;
  transform: translateY(-1px);
}

.field-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.seo-intro,
.travel-copy,
.comparison,
.destination-check,
.faq {
  padding: 112px clamp(18px, 5.2vw, 80px);
  background: #fff;
}

.site-footer {
  padding: 56px clamp(20px, 5.2vw, 80px) 30px;
  background: #f1f1ef;
  border-top: 1px solid rgba(29, 29, 31, 0.08);
  color: var(--ink);
}

.footer-brand {
  display: grid;
  gap: 8px;
  max-width: 520px;
}

.footer-logo {
  width: fit-content;
  font-family: var(--heading-font);
  font-size: 30px;
  font-weight: 850;
  line-height: 0.94;
  transform: scaleX(0.96);
  transform-origin: left center;
}

.footer-brand p,
.footer-bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 46px;
}

.footer-links div {
  display: grid;
  gap: 12px;
}

.footer-links h2 {
  margin: 0 0 4px;
  color: var(--ink);
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transform: scaleX(0.97);
  transform-origin: left center;
}

.footer-links a,
.footer-bottom a {
  width: fit-content;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.25;
  transition: color 160ms ease;
}

.footer-links a:hover,
.footer-bottom a:hover {
  color: var(--ink);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid rgba(29, 29, 31, 0.1);
}

.info-page {
  min-height: calc(100svh - var(--product-nav-h));
  padding: clamp(84px, 12vw, 140px) clamp(20px, 5.2vw, 80px) 92px;
  background: #fff;
}

.info-page-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  gap: clamp(42px, 8vw, 112px);
  max-width: 1180px;
  margin: 0 auto;
}

.info-page-kicker {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.info-page h1 {
  max-width: 660px;
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(44px, 7vw, 76px);
  font-weight: 900;
  line-height: 0.9;
  transform: scaleX(0.96);
  transform-origin: left center;
}

.info-page-intro {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.36;
}

.info-card-stack {
  display: grid;
  gap: 14px;
}

.info-card {
  padding: clamp(22px, 3vw, 34px);
  border-radius: 24px;
  background: #f5f5f3;
}

.info-card h2 {
  margin: 0 0 10px;
  font-family: var(--heading-font);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 850;
  line-height: 0.96;
  transform: scaleX(0.97);
  transform-origin: left center;
}

.info-card p,
.info-card li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.info-card p {
  margin: 0;
}

.info-card p + p {
  margin-top: 12px;
}

.info-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.info-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border-radius: 999px;
  padding: 0 18px;
  color: #fff;
  background: var(--charcoal);
  font-size: 14px;
  font-weight: 700;
}

.adapter-banner {
  position: relative;
  height: clamp(560px, 72vw, 980px);
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #f8f3f1;
}

.adapter-banner picture,
.adapter-banner img {
  width: 100%;
  height: 100%;
  display: block;
}

.adapter-banner img {
  object-fit: cover;
  object-position: center;
}

.adapter-banner-copy {
  position: absolute;
  left: clamp(24px, 5vw, 92px);
  bottom: clamp(34px, 5vw, 76px);
  width: min(560px, calc(100% - 48px));
  color: #000;
}

.adapter-banner h2 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(30px, 3.6vw, 64px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
  transform: scaleX(0.96);
  transform-origin: left center;
}

.adapter-banner p {
  margin: 6px 0 0;
  font-family: var(--body-font);
  font-size: clamp(15px, 1.25vw, 21px);
  line-height: 1.08;
}

.seo-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
  background: #fff;
}

.seo-intro-copy,
.travel-copy-head,
.comparison-head,
.faq-head {
  max-width: 940px;
}

.seo-intro-copy {
  position: sticky;
  top: calc(var(--nav-h) + var(--product-nav-h) + 28px);
}

.seo-intro h2,
.travel-copy h2,
.comparison h2,
.destination-check h2,
.faq h2 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(32px, 3.7vw, 52px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  font-stretch: 91%;
  transform: scaleX(0.96);
  transform-origin: left center;
}

.seo-intro-copy p:not(.eyebrow),
.travel-copy-head p:not(.eyebrow),
.destination-check-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(20px, 2.1vw, 29px);
  line-height: 1.16;
}

.seo-points,
.use-grid,
.comparison-grid,
.faq-list {
  display: grid;
  gap: 14px;
}

.seo-point,
.mini-card,
.compare-card,
.faq details,
.faq-list details {
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 18px;
  background: #f6f6f4;
  padding: clamp(22px, 3vw, 32px);
}

.seo-points {
  gap: 18px;
}

.seo-point {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  background: #f1f2ef;
  border-color: rgba(29, 29, 31, 0.06);
}

.seo-point h3,
.mini-card h3,
.compare-card h3 {
  margin: 0 0 10px;
  font-family: var(--heading-font);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 450;
  line-height: 1.04;
  letter-spacing: 0;
  font-stretch: 91%;
}

.seo-point h3 {
  margin-bottom: 0;
}

.seo-point p,
.mini-card p,
.compare-card li,
.faq-list p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.42;
}

.travel-copy {
  padding-top: 132px;
  background:
    linear-gradient(180deg, #fffaf4 0%, #f4efe8 100%);
}

.travel-copy-head {
  max-width: 1420px;
  margin: 0 auto 46px;
}

.travel-copy h2 {
  max-width: 1180px;
  font-size: clamp(36px, 4.6vw, 66px);
  line-height: 0.98;
}

.travel-hero-image {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  min-height: clamp(460px, 62vw, 790px);
  overflow: hidden;
  background: #e9e5de;
  box-shadow: 0 34px 90px rgba(87, 56, 42, 0.12);
}

.travel-hero-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 54%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.62));
  pointer-events: none;
}

.travel-hero-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.travel-hero-image figcaption {
  position: absolute;
  z-index: 1;
  left: clamp(24px, 5vw, 72px);
  bottom: clamp(24px, 4vw, 58px);
  width: min(520px, calc(100% - 48px));
  color: #fff;
}

.travel-hero-image .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.travel-hero-image h3 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 430;
  line-height: 0.98;
  font-stretch: 91%;
}

.travel-hero-image p:not(.eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.24;
}

.use-grid {
  max-width: 980px;
  margin: 28px auto 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
}

.mini-card {
  min-height: 190px;
  padding: clamp(24px, 2.7vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 22px;
  border-color: rgba(87, 56, 42, 0.08);
  box-shadow: 0 20px 52px rgba(87, 56, 42, 0.07);
}

.mini-card::before {
  content: "";
  display: none;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: rgba(29, 29, 31, 0.86);
}

.mini-card h3 {
  margin: 0;
  max-width: 10ch;
  font-family: var(--heading-font);
  font-size: clamp(21px, 1.8vw, 27px);
  font-weight: 700;
  line-height: 1.02;
  transform: scaleX(0.93);
  transform-origin: left center;
}

.mini-card p {
  max-width: 27ch;
  font-size: 15px;
  line-height: 1.36;
}

.comparison {
  background: #f5f5f7;
}

.comparison-head,
.faq-head {
  margin: 0 auto 42px;
}

.comparison-grid {
  max-width: 1040px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compare-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.compare-card.featured {
  background: linear-gradient(145deg, #654131, #2b1b16);
  color: #fff;
}

.compare-card.featured li {
  color: rgba(255, 255, 255, 0.76);
}

.destination-check {
  background: #f2f4f1;
}

.destination-check-copy {
  max-width: 980px;
  margin: 0 auto 44px;
  text-align: center;
}

.destination-check-copy h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(36px, 4.7vw, 64px);
  font-weight: 900;
  line-height: 0.98;
  transform: scaleX(0.96);
  transform-origin: center;
}

.destination-check-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.22;
}

.destination-bento {
  max-width: 680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "tool";
  align-items: stretch;
}

.destination-tool {
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
}

.destination-tool {
  grid-area: tool;
  max-width: none;
  margin: 0;
  display: grid;
  align-content: center;
  gap: 16px;
  min-height: 0;
  padding: clamp(28px, 4.4vw, 50px);
  background: #fff;
  box-shadow: 0 24px 70px rgba(30, 34, 31, 0.09);
}

.destination-tool label {
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
}

.destination-tool select {
  width: 100%;
  min-height: 58px;
  appearance: none;
  border: 1px solid rgba(29, 29, 31, 0.16);
  border-radius: 18px;
  padding: 0 52px 0 18px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236f6f6f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 18px;
  color: var(--ink);
  font-family: var(--body-font);
  font-size: 17px;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.destination-result {
  min-height: 92px;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: 18px;
  background: #f7f8f5;
  border: 1px solid rgba(29, 29, 31, 0.08);
}

.destination-result span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(29, 29, 31, 0.08);
  color: var(--ink);
  font-size: 24px;
  font-weight: 500;
}

.destination-result p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.34;
}

.destination-result.is-compatible span {
  background: #e7f5eb;
  color: #16753a;
}

.destination-result.is-incompatible span {
  background: #f8e8e5;
  color: #a23b2b;
}

.destination-result.is-caution span {
  background: #fbf0dc;
  color: #8b5a12;
}

.faq {
  background: #fff;
}

.faq-list {
  max-width: 980px;
  margin: 0 auto;
}

.faq-list details {
  background: #f7f7f5;
}

.faq-list summary {
  cursor: pointer;
  font-family: var(--heading-font);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 450;
  line-height: 1.05;
}

.faq-list details p {
  margin-top: 16px;
}

.faq-mobile-cta {
  display: none;
}

.highlights {
  padding: 124px clamp(18px, 5.2vw, 80px) 118px;
  background:
    radial-gradient(circle at 16% 12%, rgba(184, 116, 73, 0.22), transparent 28%),
    linear-gradient(155deg, #17110e 0%, #241711 46%, #111820 100%);
  color: #fff;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto 42px;
}

.highlights .section-head {
  max-width: 1320px;
  margin-bottom: 34px;
}

.highlights h2,
.design h2,
.preorder h2 {
  font-size: clamp(32px, 4.3vw, 56px);
  line-height: 1;
  font-stretch: 91%;
}

.highlights h2 {
  color: #fff;
}

.ghost-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--charcoal);
  font-size: 17px;
  cursor: pointer;
}

.highlight-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  grid-auto-rows: minmax(240px, auto);
  gap: 12px;
}

.highlight-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 4vw, 48px);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.highlight-card.large {
  grid-row: span 2;
  min-height: 620px;
}

.highlight-card.media-card {
  color: #fff;
  background: var(--cocoa-dark);
  border: 0;
}

.media-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(0.95) contrast(1.03);
}

.media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.6) 100%);
}

.media-card p {
  max-width: 12ch;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 0.96;
}

.highlight-card p,
.spec p,
.design-copy p,
.preorder-copy p {
  margin: 0;
  color: inherit;
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 450;
  line-height: 1.08;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

.highlight-card.light p {
  color: var(--ink);
}

.highlight-card.copper {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.highlight-card.dark {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.highlight-card.light {
  background: #f4eee7;
  color: #241711;
}

.metric {
  display: block;
  margin-bottom: auto;
  color: inherit;
  font-family: var(--heading-font);
  font-size: clamp(54px, 6.6vw, 92px);
  font-weight: 450;
  line-height: 0.9;
}

.design {
  padding: 112px clamp(18px, 5.2vw, 80px);
  background: #fff;
}

.design-copy {
  max-width: 980px;
  margin: 0 auto 68px;
}

.design-copy p:not(.eyebrow),
.preorder-copy p {
  max-width: 760px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(22px, 2.3vw, 32px);
  font-weight: 400;
  line-height: 1.12;
}

.closer-look {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 5vw, 72px);
}

.sticky-product {
  position: sticky;
  top: calc(var(--nav-h) + var(--product-nav-h) + 28px);
  align-self: start;
  min-height: 72vh;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  overflow: hidden;
  background: #f3f0ed;
}

.sticky-product img {
  width: 100%;
  height: 72vh;
  object-fit: cover;
  object-position: center;
  transform: scale(var(--detail-scale, 1.02));
  transform-origin: 58% 50%;
  opacity: 1;
  transition: opacity 180ms ease, transform 260ms cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: opacity, transform;
}

.sticky-product img.is-changing {
  opacity: 0;
}

.spec-list {
  display: grid;
  gap: 22px;
}

.spec {
  min-height: 44vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--line);
  padding: 34px 0;
  transition: border-color 180ms ease, opacity 180ms ease;
}

.spec.is-active {
  border-color: rgba(0, 113, 227, 0.42);
}

.spec span {
  color: var(--copper);
  font-size: 17px;
  font-weight: 500;
}

.spec h3 {
  margin: 18px 0 14px;
  font-family: var(--heading-font);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 450;
  line-height: 0.98;
  letter-spacing: 0;
}

.spec p {
  color: var(--muted);
  font-size: clamp(21px, 2.4vw, 30px);
  font-weight: 400;
}

.use-cases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 46px clamp(18px, 5.2vw, 80px) 112px;
  background: #fff;
}

.use-card {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--radius);
  background: #111;
  color: #fff;
  padding: clamp(24px, 4vw, 44px);
}

.use-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  transform: scale(1.04);
}

.use-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.66));
}

.use-card div {
  position: relative;
  z-index: 1;
}

.use-card h3 {
  margin: 0;
  max-width: 560px;
  font-family: var(--heading-font);
  font-size: clamp(34px, 4.6vw, 64px);
  font-weight: 450;
  line-height: 0.96;
}

.preorder {
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: center;
  padding: 112px clamp(18px, 6vw, 96px);
  background:
    radial-gradient(circle at 18% 20%, rgba(184, 116, 73, 0.18), transparent 30%),
    linear-gradient(145deg, #f8f8fa, #e9ecef);
}

.preorder-copy {
  max-width: 780px;
}

.preorder-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(20px, 3vw, 30px);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  backdrop-filter: blur(24px) saturate(150%);
}

.field {
  display: grid;
  gap: 8px;
}

.field.full,
.preorder-form .submit,
.form-note {
  grid-column: 1 / -1;
}

label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(29, 29, 31, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

input,
select {
  height: 54px;
  padding: 0 15px;
}

textarea {
  min-height: 122px;
  resize: vertical;
  padding: 14px 15px;
  line-height: 1.42;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--charcoal);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(29, 29, 31, 0.12);
}

.preorder-form .submit {
  margin-top: 6px;
}

.preorder-form .submit:disabled {
  opacity: 0.72;
  cursor: progress;
  transform: none;
}

.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin: 1px 0 0;
  accent-color: var(--charcoal);
}

.honeypot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.form-note.is-success {
  color: #27623c;
}

.form-note.is-error {
  color: #9a3412;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms cubic-bezier(0.2, 0.72, 0.17, 1), transform 700ms cubic-bezier(0.2, 0.72, 0.17, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-arrive {
  0% {
    opacity: 0;
    transform: translate3d(0, 48px, 0) scale(0.94) rotateX(6deg);
  }
  100% {
    opacity: 1;
  }
}

@keyframes shadow-arrive {
  0% {
    opacity: 0;
    transform: translateY(34px) scale(0.84);
  }
  100% {
    opacity: 1;
  }
}

@keyframes product-resolve {
  0% {
    opacity: 0;
    transform: translate3d(18vw, 34px, 0) scale(0.88) rotateX(5deg) rotateY(-9deg) rotateZ(4deg);
    filter: drop-shadow(0 18px 32px rgba(41, 26, 19, 0.08)) saturate(0.86);
  }
  28% {
    opacity: 0;
    transform: translate3d(18vw, 34px, 0) scale(0.88) rotateX(5deg) rotateY(-9deg) rotateZ(4deg);
  }
  52% {
    opacity: 1;
    transform: translate3d(calc(var(--pointer-x, 0) * 9px - 10px), calc(var(--pointer-y, 0) * 8px), 0) scale(1.035) rotateX(1deg) rotateY(0deg) rotateZ(-1deg);
  }
  76% {
    transform: translate3d(calc(var(--pointer-x, 0) * 9px), calc(var(--pointer-y, 0) * 8px), 0) scale(0.99) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    opacity: 1;
  }
}

@keyframes lifestyle-reveal {
  0% {
    opacity: 0;
    transform: scale(1.025) translateY(12px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes object-tidy {
  0% {
    opacity: 0;
    transform: var(--from);
  }
  12% {
    opacity: 1;
  }
  38% {
    opacity: 1;
    transform: var(--from);
  }
  68% {
    opacity: 1;
    transform: var(--to);
  }
  100% {
    opacity: 0.92;
    transform: var(--to);
  }
}

@keyframes cable-mess {
  0% {
    opacity: 0;
    stroke-dashoffset: 120;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  62% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}

@keyframes cable-tidy {
  0%,
  46% {
    opacity: 0;
    stroke-dashoffset: 600;
  }
  68% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes messy-label-out {
  0% {
    opacity: 0;
    transform: translate(-12px, 12px) rotate(-3deg);
  }
  12%,
  36% {
    opacity: 1;
    transform: translate(0, 0) rotate(-3deg);
  }
  58%,
  100% {
    opacity: 0;
    transform: translate(-22px, -8px) rotate(-3deg);
  }
}

@keyframes tidy-label-in {
  0%,
  48% {
    opacity: 0;
    transform: translate(18px, 18px) rotate(3deg);
  }
  72%,
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(3deg);
  }
}

@media (max-width: 900px) {
  .global-nav {
    grid-template-columns: auto 1fr auto;
  }

  .global-links {
    display: none;
  }

  .product-actions a:not(.pill-button) {
    display: none;
  }

  .hero {
    padding-top: calc(var(--nav-h) + 50px);
    grid-template-rows: auto minmax(420px, 1fr) auto;
  }

  .product-hero {
    min-height: calc(100svh - var(--product-nav-h));
    padding: 0;
    display: block;
  }

  .landing-hero-copy {
    top: clamp(118px, 13vh, 148px);
    width: min(760px, calc(100% - 32px));
  }

  .product-hero .hero-reference-title {
    font-size: clamp(34px, 5.8vw, 56px);
  }

  .hero-buy-panel {
    margin-top: clamp(12px, 1.8vh, 18px);
  }

  .landing-hero-shell {
    min-height: calc(100svh - var(--product-nav-h));
    height: calc(100svh - var(--product-nav-h));
    min-height: 650px;
  }

  .landing-hero-media img {
    height: 100%;
    object-position: 66% bottom;
  }

  .colour-picker {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .colour-collection,
  .colour-preview {
    aspect-ratio: 1122 / 1402;
  }

  .colour-controls {
    max-width: 680px;
    margin: 0 auto;
  }

  .colour-swatch-actions {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
  }

  .colour-gallery-actions {
    margin-left: 0;
    justify-content: center;
  }

  .seo-intro,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .info-page-shell {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

  .destination-bento {
    grid-template-columns: 1fr;
    grid-template-areas: "tool";
    max-width: 720px;
  }

  .seo-intro-copy {
    position: static;
  }

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

  .travel-copy h2 {
    max-width: 900px;
    font-size: clamp(36px, 6vw, 58px);
  }

  .travel-hero-image {
    min-height: clamp(420px, 70vw, 620px);
  }

  .travel-hero-image img {
    object-position: 58% center;
  }

  .hero-wordmark {
    font-size: clamp(58px, 16vw, 108px);
  }

  .launch-stage {
    min-height: 470px;
    width: 100%;
  }

  .hero-product {
    width: 118vw;
    max-width: none;
    max-height: 48vh;
    -webkit-mask-image: radial-gradient(ellipse 88% 66% at 50% 54%, #000 56%, rgba(0, 0, 0, 0.74) 71%, transparent 88%);
    mask-image: radial-gradient(ellipse 88% 66% at 50% 54%, #000 56%, rgba(0, 0, 0, 0.74) 71%, transparent 88%);
  }

  .hero-footer p {
    font-size: 18px;
  }

  .hero-line {
    font-size: 30px !important;
  }

  .orbit-label {
    font-size: 12px;
    padding: 8px 12px;
  }

  .messy-label {
    left: 0;
    top: 18%;
  }

  .tidy-label {
    right: 0;
    bottom: 14%;
  }

  .object-laptop {
    left: -8%;
    bottom: 20%;
    transform: scale(0.82);
  }

  .object-phone {
    right: 0;
    top: 12%;
  }

  .object-camera {
    right: -10%;
    bottom: 25%;
  }

  .object-passport,
  .object-headphones,
  .object-adapter.two {
    display: none;
  }

  .object-adapter.one {
    left: 2%;
    top: 34%;
  }

  .film-strip {
    height: auto;
    padding: 44px 0;
  }

  .film-track {
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .film-track img {
    min-width: 82vw;
    height: 58vh;
    scroll-snap-align: center;
  }

  .section-head,
  .closer-look,
  .preorder {
    grid-template-columns: 1fr;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .highlight-grid,
  .use-cases {
    grid-template-columns: 1fr;
  }

  .highlight-card.large {
    min-height: 560px;
  }

  .sticky-product {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .sticky-product img {
    height: 64vh;
  }

  .spec {
    min-height: auto;
    padding: 48px 0;
  }

  .use-card {
    min-height: 460px;
  }

}

@media (max-width: 620px) {
  :root {
    --radius: 22px;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .product-name {
    font-size: 18px;
  }

  .hero h1:not(.hero-reference-title) {
    max-width: 8.4ch;
    margin-inline: auto;
    font-size: 64px;
    line-height: 0.9;
  }

  .product-hero {
    min-height: 0;
    padding: 0;
    background: #f8f1ef;
  }

  .landing-hero-shell {
    min-height: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: clamp(72px, 13svh, 116px);
  }

  .hero-actions {
    flex-direction: column;
    gap: 14px;
  }

  .landing-hero-copy {
    position: relative;
    top: auto;
    z-index: 3;
    order: 1;
    width: calc(100% - 28px);
    margin-bottom: 32px;
  }

  .product-hero .hero-reference-title {
    font-size: clamp(31px, 9.2vw, 43px);
    line-height: 1;
  }

  .hero-intro {
    margin-top: 5px;
    max-width: 29ch !important;
    font-size: 13px !important;
    line-height: 1.18 !important;
  }

  .hero-buy-panel {
    gap: 8px;
    margin-top: 13px;
  }

  .hero-buy-panel .pill-button {
    min-height: 38px;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 14px;
  }

  .hero-buy-panel p {
    font-size: 14px;
  }

  .landing-hero-media img {
    object-position: center bottom;
  }

  .landing-hero-media {
    position: relative;
    order: 2;
    height: auto;
    min-height: 0;
    overflow: visible;
    margin-top: -223px;
  }

  .landing-hero-media img {
    width: 200%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    max-width: none;
    transform: translateX(-25%);
  }

  .colourways h2 {
    font-size: 22px;
  }

  .colourways-head p:not(.eyebrow) {
    font-size: 20px;
  }

  .colour-collection,
  .colour-preview {
    aspect-ratio: 1122 / 1402;
  }

  .colourways-buy {
    min-height: 44px;
    font-size: 16px;
  }

  .colour-choice-label {
    font-size: 28px;
  }

  .colour-swatch-actions {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 16px;
  }

  .colour-swatch-selector {
    gap: 7px;
  }

  .colour-gallery-actions {
    justify-content: flex-start;
  }

  .colour-choice-copy {
    font-size: 17px;
  }

  .site-footer {
    padding-top: 44px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .info-page {
    padding-top: 74px;
    padding-bottom: 70px;
  }

  .info-card {
    border-radius: 20px;
  }

  .hero-wordmark {
    max-width: none !important;
    font-size: clamp(46px, 14vw, 58px) !important;
    line-height: 0.78 !important;
  }

  .launch-stage {
    min-height: 430px;
  }

  .hero-line {
    width: min(100%, 330px);
    font-size: 30px !important;
  }

  .hero:not(.product-hero) .hero-intro {
    font-size: 19px !important;
    line-height: 1.2 !important;
  }

  .compatibility-copy {
    max-width: 31ch !important;
    font-size: 14px !important;
    line-height: 1.38 !important;
  }

  .hero-subline {
    max-width: 28ch;
  }

  .tidy-label {
    display: none;
  }

  .eyebrow {
    font-size: 18px;
  }

  .highlights,
  .design,
  .preorder,
  .seo-intro,
  .travel-copy,
  .comparison,
  .destination-check,
  .faq {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .highlights {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-head {
    margin-bottom: 22px;
    gap: 14px;
  }

  .highlight-grid,
  .use-cases,
  .seo-points,
  .comparison-grid,
  .faq-list {
    gap: 12px;
  }

  .colourways {
    padding-top: 42px;
    padding-bottom: 76px;
  }

  .destination-bento {
    gap: 10px;
  }

  .destination-tool {
    border-radius: 14px;
  }

  .destination-check-copy {
    margin-bottom: 28px;
  }

  .destination-check-copy h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .use-grid {
    grid-template-columns: 1fr;
  }

  .travel-copy h2 {
    font-size: clamp(32px, 9vw, 46px);
  }

  .travel-hero-image {
    min-height: 430px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 24px;
  }

  .travel-hero-image::after {
    height: 68%;
  }

  .travel-hero-image img {
    object-position: 62% center;
  }

  .travel-hero-image figcaption {
    left: 22px;
    bottom: 24px;
    width: min(340px, calc(100% - 44px));
  }

  .travel-hero-image h3 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .travel-hero-image p:not(.eyebrow) {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.28;
  }

  .colourways-head {
    text-align: left;
  }

  .highlight-card,
  .highlight-card.large {
    min-height: auto;
  }

  .highlight-card {
    justify-content: flex-start;
    gap: 22px;
    padding: 28px 26px;
    border-radius: 24px;
  }

  .highlight-card.large {
    min-height: 380px;
  }

  .highlight-card.media-card {
    justify-content: flex-end;
  }

  .highlight-card p,
  .spec p,
  .design-copy p:not(.eyebrow),
  .preorder-copy p {
    font-size: clamp(22px, 6.6vw, 28px);
    line-height: 1.12;
  }

  .metric {
    margin-bottom: 0;
    font-size: clamp(56px, 18vw, 74px);
  }

  .seo-point,
  .mini-card,
  .compare-card,
  .faq details,
  .faq-list details {
    min-height: auto;
    padding: 24px 22px;
    border-radius: 22px;
  }

  .mini-card {
    gap: 10px;
    padding: 28px 26px;
    border-radius: 24px;
  }

  .mini-card h3 {
    max-width: none;
    font-size: 27px;
    line-height: 1.02;
  }

  .mini-card p {
    max-width: none;
    font-size: 18px;
    line-height: 1.36;
  }

  .use-card {
    min-height: 340px;
    border-radius: 24px;
  }

  .faq-list summary {
    font-size: 22px;
  }

  .faq-mobile-cta {
    display: grid;
    justify-items: center;
    margin-top: 22px;
  }

  .faq-mobile-cta .pill-button {
    width: min(100%, 320px);
    min-height: 50px;
    font-size: 17px;
  }

  .preorder-form {
    grid-template-columns: 1fr;
  }

  input,
  select {
    height: 48px;
    border-radius: 13px;
    padding-inline: 14px;
  }

  textarea {
    min-height: 116px;
    border-radius: 13px;
    padding: 13px 14px;
  }

  label,
  .field-label {
    font-size: 12px;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .hero-product,
  .film-track,
  .sticky-product img {
    transform: none !important;
  }
}
