:root {
  --ink: #102437;
  --muted: #62717e;
  --paper: #f7f2e9;
  --porcelain: #fffaf1;
  --line: rgba(16, 36, 55, 0.14);
  --line-strong: rgba(16, 36, 55, 0.22);
  --blue: #0847a6;
  --lemon: #f2c230;
  --coral: #e68473;
  --wine: #5c1f2a;
  --mist: rgba(255, 250, 241, 0.74);
  --shadow: 0 26px 70px rgba(20, 32, 44, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 20%, rgba(242, 194, 48, 0.16), transparent 18%),
    radial-gradient(circle at 78% 18%, rgba(230, 132, 115, 0.13), transparent 20%),
    linear-gradient(110deg, rgba(8, 71, 166, 0.06), transparent 38%),
    var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Microsoft YaHei", sans-serif;
  overflow-x: hidden;
}

body.bag-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

button,
textarea {
  font: inherit;
}

#auraCanvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.16;
}

.site-header,
main,
.bag-drawer,
.scrim,
dialog {
  position: relative;
  z-index: 1;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  width: min(1180px, calc(100% - 28px));
  min-height: 58px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.78);
  box-shadow: 0 18px 44px rgba(16, 36, 55, 0.12);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand,
.nav-links,
.header-actions,
.lang-switch,
.bag-toggle,
.launch-actions,
.hero-card-row,
.portal-tabs,
.mood-grid,
.checkout-actions,
.ritual-steps,
.value-bar {
  display: flex;
  align-items: center;
}

.muted-bar {
  opacity: 0.86;
}

.brand {
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.brand-sigil {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--blue);
  background: #fffdf7;
  font-weight: 700;
  letter-spacing: 0;
}

.nav-links {
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  color: rgba(16, 36, 55, 0.72);
  font-size: 13px;
}

.header-actions {
  justify-content: end;
  gap: 8px;
}

.lang-switch {
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
}

.lang-switch button,
.bag-toggle,
.primary-link,
.ghost-link,
.icon-button,
.size-button,
.add-button,
.mood-grid button,
.portal-tabs button,
.bag-side button {
  border: 0;
  cursor: pointer;
}

.lang-switch button {
  min-width: 34px;
  min-height: 30px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-size: 12px;
  font-weight: 800;
}

.lang-switch button.active {
  color: #fffaf1;
  background: var(--blue);
}

.bag-toggle {
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  color: white;
  background: var(--ink);
  white-space: nowrap;
}

.bag-toggle strong {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--lemon);
  font-size: 14px;
}

.section-pad {
  padding: clamp(62px, 8vw, 96px) max(18px, calc((100vw - 1180px) / 2));
}

.microline {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", "Microsoft YaHei", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  color: #fffaf1;
  font-size: clamp(64px, 9.4vw, 128px);
  line-height: 0.9;
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.4);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1;
  white-space: pre-line;
}

h3 {
  margin-bottom: 8px;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.08;
}

p {
  color: rgba(16, 36, 55, 0.74);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.66;
}

.launch-room {
  position: relative;
  min-height: 88svh;
  overflow: hidden;
  padding: 126px max(18px, calc((100vw - 1180px) / 2)) 44px;
  background: #172333;
  isolation: isolate;
}

.launch-bg,
.launch-shade {
  position: absolute;
  inset: 0;
}

.launch-bg {
  z-index: -2;
  background-image: url("assets/v2/hero-gallery.webp");
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
}

.launch-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 17, 28, 0.82), rgba(8, 17, 28, 0.24) 52%, rgba(8, 17, 28, 0.5)),
    linear-gradient(0deg, rgba(8, 17, 28, 0.2), transparent 40%);
}

.launch-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
  gap: clamp(24px, 5vw, 62px);
  align-items: end;
  min-height: calc(88svh - 170px);
}

.launch-copy .microline,
.launch-text {
  color: rgba(255, 250, 241, 0.9);
}

.launch-text {
  max-width: 620px;
  margin-bottom: 0;
  font-size: clamp(16px, 1.8vw, 22px);
}

.launch-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.primary-link,
.ghost-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 850;
}

.primary-link {
  color: #fffaf1;
  background: var(--blue);
  box-shadow: 0 14px 38px rgba(8, 71, 166, 0.22);
}

.ghost-link {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fffaf1;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.button-reset {
  appearance: none;
}

.hero-merch {
  display: grid;
  gap: 15px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 8px;
  color: #fffaf1;
  background: rgba(255, 250, 241, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.hero-merch img {
  aspect-ratio: 5 / 4;
  border-radius: 6px;
  object-fit: cover;
}

.hero-merch h2 {
  margin-bottom: 8px;
  color: #fffaf1;
  font-size: 32px;
}

.hero-merch p {
  margin-bottom: 0;
  color: rgba(255, 250, 241, 0.82);
  font-size: 14px;
}

.hero-card-row {
  justify-content: space-between;
  gap: 12px;
}

.hero-card-row strong {
  white-space: nowrap;
}

.value-bar {
  position: relative;
  z-index: 2;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.86);
  backdrop-filter: blur(14px);
}

.value-bar span {
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  font-weight: 900;
}

.compact-heading,
.section-heading {
  width: min(820px, 100%);
  margin-bottom: 26px;
}

.compact-heading {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: clamp(22px, 5vw, 70px);
  width: 100%;
  align-items: end;
}

.compact-heading h2 {
  margin-bottom: 0;
}

.compact-heading p:not(.microline) {
  margin-bottom: 0;
}

.shop {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.72), rgba(255, 250, 241, 0.42)),
    var(--paper);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.featured-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
  margin-bottom: 18px;
}

.featured-product {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.9);
  box-shadow: var(--shadow);
}

.featured-product.dark-object {
  color: #fffaf1;
  background:
    linear-gradient(135deg, rgba(92, 31, 42, 0.86), rgba(16, 36, 55, 0.94)),
    var(--ink);
}

.featured-media {
  display: block;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #fffaf1;
}

.featured-media img {
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.featured-copy {
  display: grid;
  align-content: end;
  gap: 16px;
  padding: clamp(22px, 4vw, 42px);
}

.featured-copy h3 {
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.05;
  overflow-wrap: normal;
  word-break: keep-all;
}

.featured-copy p {
  margin-bottom: 0;
}

.dark-object .featured-copy p,
.dark-object .product-kicker,
.dark-object .allocation-row span {
  color: rgba(255, 250, 241, 0.76);
}

.allocation-row {
  display: grid;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.dark-object .allocation-row {
  border-color: rgba(255, 255, 255, 0.2);
}

.allocation-row span {
  color: var(--muted);
}

.collection-rail {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.72);
}

.collection-rail h3 {
  margin-bottom: 0;
}

.dark {
  border-color: var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.56);
}

.compact-products[hidden] {
  display: none;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.88);
  box-shadow: 0 18px 60px rgba(16, 36, 55, 0.08);
}

.product-media {
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #fffaf1;
  cursor: zoom-in;
}

.product-media img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.product-card:hover .product-media img {
  transform: scale(1.045);
}

.product-body {
  display: grid;
  gap: 12px;
  padding: 15px;
}

.product-topline,
.add-row,
.bag-total,
.order-total,
.order-card-head,
.order-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-kicker {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.use-case {
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.notes {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.size-row,
.mood-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.size-button,
.mood-grid button,
.portal-tabs button {
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(16, 36, 55, 0.07);
}

.size-button.active,
.mood-grid button.active,
.portal-tabs button.active {
  color: #fffaf1;
  background: var(--blue);
}

.price {
  font-size: 22px;
  font-weight: 950;
}

.add-button {
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  color: #fffaf1;
  background: var(--ink);
  white-space: nowrap;
}

.brand-film,
.engine,
.ritual,
.materials {
  display: grid;
  gap: 28px;
  align-items: center;
}

.brand-film {
  grid-template-columns: 1.28fr 0.72fr;
}

.film-frame,
.engine-art,
.ritual-image,
.materials-image,
.portal-stage,
.image-story article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf1;
  box-shadow: var(--shadow);
}

.film-frame img,
.engine-art img,
.ritual-image img,
.materials-image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.film-frame .image-button,
.film-frame img {
  width: 100%;
}

.film-copy {
  padding: clamp(20px, 3vw, 34px);
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.metric-row div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.72);
}

.metric-row strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
}

.metric-row span {
  color: var(--muted);
  font-size: 12px;
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  margin-bottom: 28px;
}

.portal-stage {
  position: relative;
  background: var(--ink);
}

.portal-stage img {
  aspect-ratio: 16 / 8.4;
  object-fit: cover;
}

.portal-tabs {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}

.portal-tabs button {
  background: rgba(255, 250, 241, 0.78);
  backdrop-filter: blur(12px);
}

.world-copy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.world-stat {
  min-height: 112px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.78);
}

.world-stat span {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.world-stat strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 500;
}

.engine {
  grid-template-columns: 0.82fr 1.18fr;
}

.engine-console {
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.mood-grid {
  margin: 24px 0;
}

.recommendation {
  display: grid;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.recommendation strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
}

.image-story {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.image-story article {
  display: grid;
  align-content: start;
}

.image-story .image-button {
  border-bottom: 1px solid var(--line);
}

.image-story img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.image-story span,
.image-story h3 {
  margin-left: 16px;
  margin-right: 16px;
}

.image-story span {
  margin-top: 16px;
}

.image-story h3 {
  margin-bottom: 18px;
}

.ritual {
  grid-template-columns: 0.86fr 1.14fr;
}

.ritual-copy,
.materials-copy {
  padding: clamp(22px, 4vw, 42px);
}

.ritual-steps {
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.ritual-steps span {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.7);
}

.image-button {
  display: block;
  padding: 0;
  border: 0;
  cursor: zoom-in;
}

.materials {
  grid-template-columns: 1.12fr 0.88fr;
}

.proof-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.proof-list li {
  display: grid;
  grid-template-columns: 0.46fr 1fr;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.proof-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
}

.proof-list span {
  color: var(--muted);
  line-height: 1.62;
}

.closing {
  display: grid;
  place-items: center;
  min-height: 42svh;
  text-align: center;
}

.closing h2 {
  max-width: 780px;
}

.bag-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 35;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  width: min(480px, 100%);
  height: 100svh;
  padding: 22px;
  background: #fffaf1;
  box-shadow: -30px 0 80px rgba(16, 36, 55, 0.24);
  transform: translateX(110%);
  transition: transform 420ms cubic-bezier(0.19, 1, 0.22, 1);
}

.bag-drawer.open {
  transform: translateX(0);
}

.bag-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.bag-head h2 {
  margin-bottom: 0;
  font-size: 38px;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(16, 36, 55, 0.08);
  font-size: 24px;
  line-height: 1;
}

.bag-items {
  overflow: auto;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px 0;
}

.empty {
  padding: 26px 0;
  color: var(--muted);
}

.bag-item {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(16, 36, 55, 0.04);
}

.bag-item img {
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
}

.bag-item h3 {
  margin-bottom: 4px;
  font-size: 18px;
}

.bag-meta {
  color: var(--muted);
  font-size: 13px;
}

.bag-side {
  display: grid;
  justify-items: end;
  align-content: space-between;
  gap: 10px;
}

.bag-side button {
  padding: 0;
  color: var(--muted);
  background: transparent;
  font-size: 13px;
  white-space: nowrap;
}

.qty-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  margin-top: 10px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffaf1;
}

.qty-row button {
  width: 27px;
  height: 27px;
  border: 0;
  border-radius: 50%;
  background: rgba(16, 36, 55, 0.08);
  cursor: pointer;
}

.bag-footer {
  display: grid;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.bag-total {
  font-size: 18px;
}

.bag-total strong {
  font-size: 28px;
}

.full {
  width: 100%;
}

.bag-footer .ghost-link,
.checkout-actions .ghost-link {
  border-color: var(--line);
  color: var(--ink);
  background: transparent;
}

.history {
  max-height: 150px;
  overflow: auto;
  padding-top: 18px;
}

.history.hidden {
  display: none;
}

.history-item {
  padding: 10px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.scrim {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: rgba(8, 17, 28, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.scrim.show {
  opacity: 1;
  pointer-events: auto;
}

dialog {
  width: min(760px, calc(100% - 28px));
  max-height: calc(100svh - 40px);
  overflow: auto;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fffaf1;
  box-shadow: var(--shadow);
}

dialog::backdrop {
  background: rgba(8, 17, 28, 0.56);
}

.close-dialog {
  position: absolute;
  top: 16px;
  right: 16px;
}

.checkout h2 {
  max-width: 560px;
  padding-right: 46px;
  font-size: clamp(30px, 4vw, 46px);
}

.order-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(8, 71, 166, 0.08), transparent 42%),
    white;
}

.order-card-head,
.order-line {
  color: var(--muted);
  font-size: 13px;
}

.order-lines {
  display: grid;
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.order-line span {
  display: grid;
  gap: 4px;
  color: var(--ink);
  font-weight: 800;
}

.order-line small {
  color: var(--muted);
  font-weight: 500;
}

.order-total strong {
  font-size: 26px;
}

.order-fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.order-fields span {
  min-height: 42px;
  padding: 11px 12px;
  border: 1px dashed var(--line-strong);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 250, 241, 0.8);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.checkout-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.preview {
  width: min(1120px, calc(100% - 28px));
  padding: 10px;
  background: #111c28;
}

.preview img {
  max-height: 82svh;
  border-radius: 6px;
  object-fit: contain;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

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

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: auto 1fr;
    border-radius: 22px;
  }

  .nav-links {
    display: none;
  }

  .header-actions {
    justify-self: end;
  }

  .launch-layout,
  .compact-heading,
  .split-heading,
  .brand-film,
  .engine,
  .ritual,
  .materials,
  .world-copy {
    grid-template-columns: 1fr;
  }

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

  .featured-grid,
  .featured-product {
    grid-template-columns: 1fr;
  }

  .featured-product {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .site-header {
    top: 10px;
    width: calc(100% - 16px);
    min-height: 54px;
    padding: 7px;
    gap: 8px;
  }

  .brand {
    font-size: 13px;
  }

  .brand-sigil {
    width: 34px;
    height: 34px;
  }

  .lang-switch {
    display: flex;
    padding: 2px;
  }

  .lang-switch button {
    min-width: 28px;
    min-height: 28px;
    padding: 0 6px;
    font-size: 11px;
  }

  .bag-toggle {
    min-height: 36px;
    padding: 0 10px;
    font-size: 13px;
  }

  .bag-toggle span {
    display: none;
  }

  .launch-room {
    min-height: 78svh;
    padding: 88px 16px 26px;
  }

  .launch-bg {
    background-position: 60% center;
  }

  .launch-layout {
    min-height: calc(78svh - 114px);
    gap: 20px;
  }

  h1 {
    font-size: clamp(56px, 18vw, 78px);
  }

  h2 {
    font-size: clamp(30px, 10vw, 44px);
  }

  .launch-text {
    max-width: 34ch;
    font-size: 16px;
  }

  .hero-merch {
    display: none;
  }

  .value-bar {
    display: none;
  }

  .section-pad {
    padding: 58px 16px;
  }

  .compact-heading,
  .split-heading {
    gap: 12px;
    margin-bottom: 22px;
  }

  .product-grid,
  .image-story,
  .metric-row,
  .order-fields {
    grid-template-columns: 1fr;
  }

  .collection-rail {
    display: grid;
    align-items: start;
  }

  .portal-tabs {
    position: static;
    padding: 12px;
    background: #fffaf1;
  }

  .portal-tabs button {
    flex: 1 1 42%;
    background: rgba(16, 36, 55, 0.08);
  }

  .bag-drawer {
    width: 100%;
  }

  .bag-item {
    grid-template-columns: 66px 1fr;
  }

  .bag-side {
    grid-column: 2;
    grid-template-columns: auto auto;
    justify-items: start;
    align-items: center;
  }

  dialog {
    padding: 22px;
  }
}

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