:root {
  --black: #050608;
  --ink: #0a1018;
  --navy: #101b2a;
  --navy-soft: #17283a;
  --gold: #d8ad63;
  --gold-soft: #f0d08b;
  --ivory: #f5ead6;
  --muted: #b9ad9c;
  --line: rgba(216, 173, 99, 0.24);
  --shadow: rgba(0, 0, 0, 0.55);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ivory);
  background: var(--black);
  font-family: "Inter", Arial, sans-serif;
}

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: 26px clamp(20px, 5vw, 72px);
  background: linear-gradient(180deg, rgba(5, 6, 8, 0.78), rgba(5, 6, 8, 0));
}

.landing-page .site-header {
  min-height: 0;
  height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}

.landing-page nav {
  position: absolute;
  top: 22px;
  left: clamp(20px, 5vw, 72px);
  max-width: none;
  flex-wrap: nowrap;
  margin-top: 0;
}

.language-switch {
  position: absolute;
  top: 26px;
  right: clamp(20px, 5vw, 72px);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.language-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  min-height: 16px;
  padding: 0 3px;
  border: 1px solid rgba(216, 173, 99, 0.28);
  color: rgba(245, 234, 214, 0.78);
  background: rgba(5, 6, 8, 0.28);
  font-size: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.language-switch a.active {
  color: var(--gold-soft);
  border-color: rgba(240, 208, 139, 0.58);
}

.flag-img {
  display: block;
  width: 11px;
  height: 7px;
  object-fit: cover;
  border: 1px solid rgba(245, 234, 214, 0.62);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.42);
}

.cart-link {
  position: absolute;
  top: 22px;
  right: clamp(70px, calc(5vw + 50px), 122px);
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: rgba(216, 173, 99, 0.88);
  border: 1px solid rgba(216, 173, 99, 0.28);
  background: rgba(5, 6, 8, 0.28);
  transition: color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.cart-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.cart-badge {
  position: absolute;
  top: -5px;
  right: -6px;
  display: grid;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  place-items: center;
  color: #130d05;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  border: 1px solid rgba(255, 233, 177, 0.68);
  border-radius: 999px;
  background: var(--gold-soft);
  box-shadow: 0 6px 18px rgba(216, 173, 99, 0.28);
}

.cart-badge[hidden] {
  display: none;
}

.cart-link:hover {
  color: var(--gold-soft);
  border-color: rgba(240, 208, 139, 0.58);
  transform: translateY(-1px);
}

.brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--gold-soft);
}

.logo-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.logo-brand img {
  display: block;
  width: 54px;
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.45));
}

.logo-brand span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  font-weight: 700;
  color: var(--gold-soft);
}

.site-header .logo-brand {
  gap: 0;
}

nav,
.footer-links {
  display: flex;
  gap: clamp(14px, 2.2vw, 30px);
  align-items: center;
  color: rgba(245, 234, 214, 0.76);
  font-size: 13px;
  text-transform: uppercase;
}

nav a,
.footer-links a,
.card-link {
  transition: color 220ms ease, opacity 220ms ease;
}

nav a:hover,
.footer-links a:hover,
.card-link:hover {
  color: var(--gold-soft);
}

.social-icon {
  display: inline-grid;
  width: 21px;
  height: 21px;
  place-items: center;
  color: rgba(216, 173, 99, 0.82);
}

.social-icon svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.social-icon:hover {
  color: var(--gold-soft);
}

.hero {
  position: relative;
  width: 100%;
  height: min(40vh, 400px);
  overflow: hidden;
  background: var(--black);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/hero-psymagination-clean.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

html[lang="en"] .hero-bg {
  background-image: url("assets/hero-vision-en.png");
}

html[lang="en"] .landing-page .hero-bg {
  background-image: url("assets/hero-psymagination-clean.png");
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 6, 8, 0.08), rgba(5, 6, 8, 0.18));
}

.landing-page .hero::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.03) 0%, rgba(5, 6, 8, 0.1) 38%, rgba(5, 6, 8, 0.48) 62%, rgba(5, 6, 8, 0.76) 100%),
    linear-gradient(180deg, rgba(5, 6, 8, 0.2), rgba(5, 6, 8, 0.04) 48%, rgba(5, 6, 8, 0.32));
}

.hero-mark {
  position: absolute;
  z-index: 2;
  top: 8.3%;
  left: 76.1%;
  width: clamp(42px, 5.4vw, 76px);
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}

.landing-page .hero-mark {
  display: none;
}

.hero-copy-lockup {
  position: absolute;
  z-index: 2;
  top: calc(18% - 34px);
  right: clamp(52px, 7vw, 112px);
  width: min(35vw, 480px);
  color: var(--ivory);
  text-align: center;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.8);
}

.hero-copy-lockup img {
  display: block;
  width: clamp(32px, 3.2vw, 46px);
  height: auto;
  margin: 0 auto 6px;
  opacity: 0.9;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.52));
}

.hero-brand-text {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3.25vw, 46px);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-motto {
  margin: 7px 0 0;
  color: var(--gold-soft);
  font-size: clamp(12px, 1.1vw, 16px);
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-divider {
  display: block;
  width: min(78%, 360px);
  height: 1px;
  margin: clamp(12px, 1.45vw, 20px) auto clamp(10px, 1.25vw, 16px);
  background: linear-gradient(90deg, transparent, rgba(216, 173, 99, 0.78), transparent);
}

.hero-copy-lockup h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 3.55vw, 50px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-copy-lockup p:last-child {
  margin: clamp(10px, 1.25vw, 17px) auto 0;
  max-width: 420px;
  color: rgba(245, 234, 214, 0.86);
  font-size: clamp(13px, 1.16vw, 17px);
  line-height: 1.48;
}

.journal-hero {
  position: relative;
  min-height: 58vh;
  display: grid;
  align-items: end;
  padding-top: 150px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.94), rgba(5, 6, 8, 0.52), rgba(5, 6, 8, 0.88)),
    url("assets/about-reference-crop.png") center / cover no-repeat;
}

.journal-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 72%, rgba(216, 173, 99, 0.18), transparent 34%),
    linear-gradient(180deg, transparent 55%, var(--black));
}

.journal-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-left: clamp(18px, 3vw, 42px);
}

.journal-hero-copy p:last-child {
  max-width: 640px;
  color: rgba(245, 234, 214, 0.78);
  font-size: 20px;
  line-height: 1.8;
}

.journal-section {
  padding: clamp(42px, 6vw, 86px) clamp(32px, 7vw, 104px);
  background:
    linear-gradient(180deg, var(--black), #080b0f 52%, var(--black));
}

.journal-feature {
  display: grid;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto clamp(26px, 4vw, 46px);
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(16, 27, 42, 0.72), rgba(5, 6, 8, 0.86));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.journal-feature span,
.journal-card span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.journal-feature h2 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.95;
}

.journal-feature p,
.journal-card p {
  margin: 0;
  color: rgba(245, 234, 214, 0.72);
  line-height: 1.8;
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.journal-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(216, 173, 99, 0.18);
  background: rgba(16, 27, 42, 0.34);
}

.journal-card h3 {
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
}

.section-heading p,
.about-copy p,
.product-card p,
.site-footer p {
  color: rgba(245, 234, 214, 0.74);
  font-size: 17px;
  line-height: 1.8;
}

.hero-actions,
.center-action {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.center-action {
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #130d05;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border-color: rgba(240, 208, 139, 0.8);
}

.btn-secondary {
  color: var(--ivory);
  background: rgba(255, 255, 255, 0.04);
}

.section {
  padding: clamp(86px, 10vw, 140px) clamp(20px, 5vw, 72px);
}

.landing-preview {
  display: grid;
  grid-template-columns: 0.95fr 1.1fr 0.9fr;
  min-height: 0;
  height: 43vh;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 8%, rgba(216, 173, 99, 0.12), transparent 32%),
    linear-gradient(180deg, #050608, #0b121c);
}

.landing-panel {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(14px, 2vw, 24px);
  overflow: hidden;
  border-right: 1px solid rgba(216, 173, 99, 0.18);
}

.landing-panel:last-child {
  border-right: 0;
}

.panel-heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px;
}

.panel-heading h2 {
  font-size: clamp(24px, 2.4vw, 36px);
  color: var(--gold-soft);
  text-transform: uppercase;
}

.world-panel .panel-heading h2 {
  font-size: clamp(20px, 1.8vw, 30px);
  white-space: nowrap;
}

.panel-heading a {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.panel-kicker,
.world-caption {
  margin: 0 0 10px;
  color: rgba(245, 234, 214, 0.64);
  font-size: 13px;
  line-height: 1.6;
}

.world-panel .world-caption {
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
}

.shop-panel .panel-kicker {
  display: none;
}

.mini-products {
  position: relative;
  min-height: 210px;
  margin-top: 16px;
}

.mini-product {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  align-items: end;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  transform: translateY(8px);
  animation: shopSetCycle 25s ease-in-out infinite;
}

.mini-product .product-image {
  width: 100%;
  min-height: 0;
  height: 100%;
  margin-bottom: 12px;
  border: 0;
}

.mini-product .product-image::before {
  inset: 22px;
}

.mini-product .product-image::after {
  width: 64px;
  height: 64px;
}

.mini-product strong {
  display: block;
  color: var(--ivory);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.mini-product small {
  display: block;
  margin-top: 4px;
  color: var(--gold-soft);
  font-size: 11px;
  text-align: center;
}

.mini-product:nth-child(2) {
  animation-delay: 5s;
}

.mini-product:nth-child(3) {
  animation-delay: 10s;
}

.mini-product:nth-child(4) {
  animation-delay: 15s;
}

.mini-product:nth-child(5) {
  animation-delay: 20s;
}

@keyframes shopSetCycle {
  0%,
  16% {
    opacity: 1;
    transform: translateY(0);
  }

  20%,
  95% {
    opacity: 0;
    transform: translateY(-8px);
  }

  96% {
    opacity: 0;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.panel-button {
  align-self: center;
  margin-top: auto;
}

.landing-page .shop-panel .mini-products {
  min-height: 160px;
  margin-top: 12px;
}

.shop-news {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 12px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(216, 173, 99, 0.22);
}

.shop-news-heading {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
}

.shop-news-heading h3 {
  margin: 0;
  color: var(--gold-soft);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

.shop-news-heading > span {
  color: rgba(216, 173, 99, 0.84);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.shop-news-item {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 7px 0;
  border-top: 1px solid rgba(245, 234, 214, 0.1);
}

.shop-news-item span {
  color: rgba(216, 173, 99, 0.72);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.shop-news-item strong {
  color: rgba(245, 234, 214, 0.86);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
  transition: color 220ms ease;
}

.shop-news-item:hover strong {
  color: var(--gold-soft);
}

.shop-news-button {
  grid-column: 1 / -1;
  justify-self: center;
  min-height: 34px;
  margin-top: 8px;
  padding: 8px 16px;
  font-size: 9px;
}

.news-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% 12%, rgba(63, 111, 143, 0.18), transparent 28%),
    radial-gradient(circle at 14% 22%, rgba(216, 173, 99, 0.14), transparent 30%),
    #070a0f;
}

.news-hero {
  display: grid;
  align-content: end;
  min-height: 44vh;
  padding: 150px clamp(24px, 7vw, 104px) clamp(48px, 7vw, 84px);
  border-bottom: 1px solid var(--line);
}

.news-hero-copy {
  max-width: 760px;
}

.news-hero-copy p:last-child {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(245, 234, 214, 0.72);
  font-size: 18px;
  line-height: 1.7;
}

.news-section {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 82px);
  padding: clamp(52px, 8vw, 104px) clamp(24px, 7vw, 104px);
}

.news-aside {
  align-self: start;
  position: sticky;
  top: 32px;
}

.news-aside h2 {
  color: var(--gold-soft);
  font-size: clamp(28px, 3vw, 42px);
}

.news-aside p {
  margin: 14px 0 0;
  color: rgba(245, 234, 214, 0.58);
  font-size: 13px;
  line-height: 1.7;
}

.news-list {
  display: grid;
}

.news-entry {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 54px);
  padding: 0 0 clamp(38px, 6vw, 66px);
  scroll-margin-top: 30px;
}

.news-entry + .news-entry {
  padding-top: clamp(38px, 6vw, 66px);
  border-top: 1px solid rgba(216, 173, 99, 0.2);
}

.news-date {
  color: rgba(216, 173, 99, 0.76);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
}

.news-content {
  display: grid;
  justify-items: start;
  gap: 15px;
}

.news-content .eyebrow {
  margin: 0;
}

.news-content h2 {
  max-width: 760px;
  color: var(--ivory);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.96;
}

.news-content p {
  max-width: 720px;
  margin: 0;
  color: rgba(245, 234, 214, 0.7);
  font-size: 16px;
  line-height: 1.8;
}

.landing-page .shop-panel .panel-button {
  min-height: 40px;
  margin-top: 10px;
  margin-bottom: 0;
}

.world-map-preview {
  position: relative;
  flex: 1;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.55), 0 25px 90px var(--shadow);
  background: #050608;
}

.world-map-preview::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(180deg, rgba(5, 6, 8, 0.12), rgba(5, 6, 8, 0.44)),
    url("assets/hero-atlas.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: mapCinematic 24s ease-in-out infinite alternate;
  will-change: transform, background-position;
}

.preview-land {
  position: absolute;
  z-index: 2;
  max-width: 160px;
  color: rgba(245, 234, 214, 0.8);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 14px;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.92);
}

.preview-land.origin {
  left: 15%;
  top: 27%;
}

.preview-land.flames {
  left: 34%;
  top: 56%;
  color: var(--gold-soft);
}

.preview-land.mirrors {
  right: 14%;
  top: 28%;
  opacity: 0.64;
}

.preview-land.shadows {
  right: 10%;
  top: 52%;
  opacity: 0.56;
}

.preview-land.transformation {
  right: 22%;
  bottom: 11%;
  opacity: 0.56;
}

.about-preview-image {
  min-height: 150px;
  margin-top: 16px;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  background-image: linear-gradient(rgba(5, 6, 8, 0.05), rgba(5, 6, 8, 0.24)), url("assets/about-reference-crop.png");
  background-size: cover;
  background-position: center;
  box-shadow: 0 22px 70px var(--shadow);
}

.landing-page .about-panel {
  background-image:
    linear-gradient(180deg, rgba(5, 6, 8, 0.18), rgba(5, 6, 8, 0.44) 52%, rgba(5, 6, 8, 0.86)),
    url("assets/about-reference-crop.png");
  background-size: cover;
  background-position: center;
}

.landing-page .about-preview-image {
  display: none;
}

.landing-page .about-panel .panel-heading,
.landing-page .about-panel p,
.landing-page .about-panel .btn {
  position: relative;
  z-index: 1;
}

.landing-page .about-panel p {
  margin-top: auto;
  margin-bottom: 8px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.92);
}

.landing-page .about-panel .btn {
  margin-top: 0;
}

.about-panel p {
  color: rgba(245, 234, 214, 0.74);
  margin: 0 0 8px;
  font-size: 10px;
  line-height: 1.35;
}

.about-panel .btn {
  align-self: center;
  margin-top: auto;
}

.page-section {
  padding-top: clamp(132px, 13vw, 170px);
}

.page-title {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.section-heading h2,
.about-copy h2 {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
}

.sets {
  background:
    radial-gradient(circle at 20% 5%, rgba(216, 173, 99, 0.12), transparent 34%),
    linear-gradient(180deg, #07080b, #0b121c);
}

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

.product-card {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 22px 70px var(--shadow);
}

.product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  margin-bottom: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(240, 208, 139, 0.28), transparent 29%),
    linear-gradient(150deg, rgba(16, 27, 42, 0.88), rgba(5, 6, 8, 0.98));
}

.product-image::before,
.product-image::after {
  position: absolute;
  content: "";
  inset: 30px;
  border: 1px solid rgba(240, 208, 139, 0.42);
}

.product-image::after {
  inset: auto 50%;
  top: 50%;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 42px rgba(216, 173, 99, 0.36);
}

.product-alpha {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.04), rgba(5, 6, 8, 0.18)),
    url("assets/alpha-echoes-father-son.png") center top / contain no-repeat,
    linear-gradient(145deg, #101d2d, #050608);
}

.product-alpha::before,
.product-alpha::after,
.product-cat::before,
.product-cat::after,
.product-dragon::before,
.product-dragon::after,
.product-thinkers::before,
.product-thinkers::after,
.product-talkative::before,
.product-talkative::after {
  display: none;
}

.product-cat {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.04), rgba(5, 6, 8, 0.18)),
    url("assets/cat-tales-mother-daughter.png") center top / contain no-repeat,
    linear-gradient(145deg, #12161b, #101f2f);
}

.product-dragon {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.04), rgba(5, 6, 8, 0.18)),
    url("assets/dragon-hearts-flames-love.png") center top / contain no-repeat,
    linear-gradient(145deg, #160909, #152034);
}

.product-thinkers {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.04), rgba(5, 6, 8, 0.18)),
    url("assets/when-great-thinkers-meet-tiktok.png") center top / contain no-repeat,
    linear-gradient(145deg, #160d08, #050608);
}

.product-talkative {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.04), rgba(5, 6, 8, 0.18)),
    url("assets/the-talkative-coin.png") center top / contain no-repeat,
    linear-gradient(145deg, #241009, #050608);
}

.product-card h3,
.value h3 {
  font-size: 24px;
  color: var(--gold-soft);
}

.product-card p {
  flex: 1;
  margin: 12px 0 18px;
  color: rgba(245, 234, 214, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.product-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--ivory);
}

.card-link {
  position: relative;
  z-index: 2;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
}

.stretched-link {
  position: static;
}

.stretched-link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  padding-right: clamp(20px, 5vw, 72px);
  padding-bottom: clamp(46px, 7vw, 90px);
  padding-left: clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 18% 18%, rgba(216, 173, 99, 0.13), transparent 32%),
    linear-gradient(180deg, #07080b, #0b121c);
}

.product-detail-media {
  padding: clamp(10px, 1.5vw, 18px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 26px 90px var(--shadow);
}

.product-detail-media img,
.preview-card img {
  display: block;
  width: 100%;
  height: auto;
}

.product-detail-copy {
  max-width: 720px;
}

.detail-back {
  display: inline-block;
  margin-bottom: 18px;
}

.product-detail-copy .page-title {
  margin-bottom: 18px;
}

.detail-price {
  display: block;
  margin-bottom: 24px;
  color: var(--gold-soft);
  font-size: 18px;
}

.product-detail-copy p {
  margin: 0 0 18px;
  color: rgba(245, 234, 214, 0.76);
  font-size: 17px;
  line-height: 1.75;
  text-align: justify;
}

.detail-button {
  margin-top: 12px;
}

.set-language-choice {
  display: grid;
  gap: 10px;
  margin: 26px 0 6px;
  padding: 18px;
  border: 1px solid rgba(216, 173, 99, 0.2);
  background: rgba(255, 255, 255, 0.035);
}

.set-language-choice legend {
  padding: 0 8px;
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.set-language-choice label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(245, 234, 214, 0.82);
  font-size: 14px;
  line-height: 1.4;
}

.set-language-choice input {
  width: 16px;
  height: 16px;
  accent-color: var(--gold-soft);
}

.set-language-error {
  margin: 2px 0 0;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.set-language-error[hidden] {
  display: none;
}

.product-preview-section {
  padding: clamp(44px, 6vw, 82px) clamp(20px, 5vw, 72px);
  background: linear-gradient(180deg, #0b121c, #050608);
}

.cart-section {
  min-height: calc(100vh - 76px);
  background:
    radial-gradient(circle at 18% 18%, rgba(216, 173, 99, 0.13), transparent 32%),
    radial-gradient(circle at 82% 10%, rgba(64, 109, 142, 0.14), transparent 30%),
    linear-gradient(180deg, #07080b, #0b121c);
}

.cart-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: clamp(18px, 3vw, 34px);
  max-width: 1040px;
  margin: 0 auto;
}

.cart-empty,
.cart-summary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 26px 90px var(--shadow);
}

.cart-empty {
  display: grid;
  justify-items: center;
  min-height: 360px;
  padding: clamp(30px, 5vw, 58px);
  text-align: center;
}

.cart-empty-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  place-items: center;
  color: var(--gold-soft);
  border: 1px solid rgba(216, 173, 99, 0.35);
  border-radius: 50%;
  background: rgba(216, 173, 99, 0.08);
}

.cart-empty-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.cart-empty h2,
.cart-summary h2 {
  margin: 0 0 12px;
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
  line-height: 1;
}

.cart-empty p {
  max-width: 470px;
  margin: 0 0 28px;
  color: rgba(245, 234, 214, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.cart-summary {
  align-self: start;
  padding: 26px;
}

.cart-summary h2 {
  font-size: 30px;
}

.cart-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  color: rgba(245, 234, 214, 0.7);
  border-bottom: 1px solid rgba(216, 173, 99, 0.16);
}

.cart-line strong {
  color: var(--gold-soft);
  font-size: 14px;
  letter-spacing: 0.12em;
}

.cart-summary .btn {
  width: 100%;
  margin-top: 24px;
}

.cart-summary .btn:disabled {
  cursor: default;
  opacity: 0.48;
  transform: none;
}

.cart-items-list {
  display: grid;
  width: 100%;
  gap: 14px;
  margin-bottom: 24px;
}

.cart-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(216, 173, 99, 0.16);
  background: rgba(5, 6, 8, 0.34);
  text-align: left;
}

.cart-item img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
}

.cart-item h2 {
  margin: 0 0 8px;
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  line-height: 1;
}

.cart-item p {
  margin: 0;
  color: rgba(245, 234, 214, 0.62);
  font-size: 13px;
  line-height: 1.5;
}

.cart-item-meta {
  display: block;
  margin-top: 4px;
  color: rgba(240, 208, 139, 0.78);
}

.cart-item strong {
  color: var(--gold-soft);
  font-size: 13px;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.cart-remove {
  color: rgba(245, 234, 214, 0.7);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.cart-remove:hover {
  color: var(--gold-soft);
}

.checkout-section {
  min-height: calc(100vh - 76px);
  background:
    radial-gradient(circle at 18% 18%, rgba(216, 173, 99, 0.13), transparent 32%),
    radial-gradient(circle at 82% 10%, rgba(64, 109, 142, 0.14), transparent 30%),
    linear-gradient(180deg, #07080b, #0b121c);
}

.checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: clamp(18px, 3vw, 34px);
  max-width: 1120px;
  margin: 0 auto;
}

.checkout-form,
.checkout-summary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 26px 90px var(--shadow);
}

.checkout-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 42px);
}

.checkout-form h2,
.checkout-summary h2,
.checkout-empty h2 {
  margin: 0 0 10px;
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
  line-height: 1;
}

.checkout-form label {
  display: grid;
  gap: 8px;
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.checkout-form input,
.checkout-form textarea {
  width: 100%;
  color: var(--ivory);
  font: inherit;
  font-size: 15px;
  line-height: 1.5;
  border: 1px solid rgba(216, 173, 99, 0.22);
  background: rgba(5, 6, 8, 0.46);
  outline: none;
}

.checkout-form input {
  min-height: 46px;
  padding: 0 14px;
}

.checkout-form textarea {
  resize: vertical;
  padding: 12px 14px;
}

.checkout-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.payment-methods {
  display: grid;
  gap: 10px;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
}

.payment-methods legend {
  margin-bottom: 8px;
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.checkout-form .payment-option {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(216, 173, 99, 0.22);
  background: rgba(5, 6, 8, 0.34);
  cursor: pointer;
}

.checkout-form .payment-option:has(input:checked) {
  border-color: rgba(240, 208, 139, 0.7);
  background: rgba(216, 173, 99, 0.09);
}

.checkout-form .payment-option input,
.checkout-form .terms-toggle input {
  width: 18px;
  min-height: 18px;
  margin: 0;
  accent-color: var(--gold-soft);
}

.payment-option span {
  display: grid;
  gap: 3px;
}

.payment-option strong {
  color: var(--ivory);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.payment-option small {
  color: rgba(245, 234, 214, 0.62);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.checkout-form .terms-toggle {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px;
  color: rgba(245, 234, 214, 0.72);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.cart-total-line strong {
  font-size: 17px;
}

.checkout-form .btn[disabled] {
  cursor: wait;
  opacity: 0.65;
}

.checkout-form input:focus,
.checkout-form textarea:focus {
  border-color: rgba(240, 208, 139, 0.66);
  box-shadow: 0 0 0 3px rgba(216, 173, 99, 0.12);
}

.invoice-toggle {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 4px;
  color: rgba(245, 234, 214, 0.82);
  cursor: pointer;
  letter-spacing: 0.08em;
}

.invoice-toggle input {
  width: 16px;
  min-height: 16px;
  height: 16px;
  accent-color: var(--gold-soft);
}

.invoice-fields {
  display: grid;
  gap: 14px;
  margin-top: 4px;
  padding: 18px;
  border: 1px solid rgba(216, 173, 99, 0.18);
  background: rgba(5, 6, 8, 0.3);
}

.invoice-fields[hidden] {
  display: none;
}

.checkout-form .btn {
  justify-self: start;
  margin-top: 8px;
}

.order-message {
  margin: 0;
  color: rgba(240, 208, 139, 0.84);
  font-size: 13px;
  line-height: 1.6;
}

.order-message[hidden] {
  display: none;
}

.checkout-summary {
  align-self: start;
  padding: 26px;
}

.checkout-items {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.checkout-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(216, 173, 99, 0.16);
  background: rgba(5, 6, 8, 0.34);
}

.checkout-item img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
}

.checkout-item h2 {
  margin: 0 0 6px;
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.checkout-item p {
  margin: 0;
  color: rgba(245, 234, 214, 0.62);
  font-size: 12px;
  line-height: 1.5;
}

.checkout-item strong {
  grid-column: 2;
  color: var(--gold-soft);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.checkout-empty {
  padding: 24px;
  border: 1px solid rgba(216, 173, 99, 0.16);
  background: rgba(5, 6, 8, 0.34);
}

.checkout-empty p {
  margin: 0 0 22px;
  color: rgba(245, 234, 214, 0.7);
  font-size: 15px;
  line-height: 1.7;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.preview-card {
  position: relative;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.preview-card::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  content: "Psymagination";
  color: rgba(255, 248, 230, 0.36);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 4.4vw, 70px);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    0 2px 18px rgba(0, 0, 0, 0.72),
    0 0 1px rgba(60, 34, 10, 0.55);
  transform: rotate(-24deg);
  pointer-events: none;
}

.preview-card img {
  height: 100%;
  object-fit: cover;
}

.preview-placeholder {
  display: grid;
  place-items: center;
  color: rgba(245, 234, 214, 0.46);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.map-section {
  background:
    radial-gradient(circle at 50% 45%, rgba(216, 173, 99, 0.13), transparent 32%),
    linear-gradient(180deg, #0b121c, #050608);
}

.map-wrap {
  position: relative;
  min-height: 570px;
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #050608;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.62), 0 25px 90px var(--shadow);
}

.map-wrap::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(5, 6, 8, 0.08), rgba(5, 6, 8, 0.58) 62%, rgba(5, 6, 8, 0.78)),
    linear-gradient(180deg, rgba(5, 6, 8, 0.2), rgba(5, 6, 8, 0.44)),
    url("assets/hero-atlas.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: mapCinematic 24s ease-in-out infinite alternate;
  will-change: transform, background-position;
  opacity: 1;
}

.map-wrap::after {
  position: absolute;
  content: "";
  inset: 9%;
  background-image:
    linear-gradient(rgba(216, 173, 99, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 173, 99, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle, black, transparent 72%);
  pointer-events: none;
}

.mist {
  position: absolute;
  z-index: 3;
  inset: 0;
  background: radial-gradient(circle at 72% 20%, rgba(245, 234, 214, 0.18), transparent 28%),
    linear-gradient(90deg, transparent, rgba(210, 215, 216, 0.12), transparent);
  filter: blur(14px);
  opacity: 0.65;
}

.continent {
  position: absolute;
  z-index: 4;
  width: min(260px, 34vw);
  padding: 18px;
  border: 1px solid rgba(216, 173, 99, 0.3);
  background: rgba(5, 6, 8, 0.58);
  backdrop-filter: blur(8px);
  text-shadow: none;
}

.continent span {
  display: block;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 700;
}

.continent small {
  display: block;
  margin-top: 8px;
  color: rgba(245, 234, 214, 0.7);
}

.locked {
  opacity: 0.42;
  filter: blur(0.3px);
}

.origin {
  left: 8%;
  top: 16%;
}

.flames {
  right: 8%;
  top: 18%;
}

.mirrors {
  left: 41%;
  top: 43%;
}

.shadows {
  left: 10%;
  bottom: 13%;
}

.transformation {
  right: 10%;
  bottom: 12%;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
  padding: clamp(86px, 10vw, 140px) clamp(20px, 5vw, 72px);
  background: linear-gradient(180deg, #050608, #0a1018);
}

.continent-link {
  cursor: pointer;
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.continent-link::after {
  position: absolute;
  right: 16px;
  bottom: 14px;
  content: "→";
  color: var(--gold-soft);
  font-size: 18px;
  line-height: 1;
}

.continent-link:hover,
.continent-link:focus-visible {
  border-color: rgba(240, 208, 139, 0.76);
  background: rgba(12, 17, 23, 0.82);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42), 0 0 28px rgba(216, 173, 99, 0.12);
  transform: translateY(-3px);
  outline: none;
}

.origins-page {
  min-height: 100vh;
  background: #06090d;
}

.origins-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 72vh;
  padding: 160px clamp(24px, 7vw, 104px) clamp(56px, 8vw, 96px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.92) 0%, rgba(5, 6, 8, 0.5) 56%, rgba(5, 6, 8, 0.76) 100%),
    linear-gradient(180deg, rgba(5, 6, 8, 0.18), #06090d 100%),
    url("assets/hero-atlas.png") center / cover no-repeat;
}

.origins-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 22% 68%, rgba(216, 173, 99, 0.2), transparent 32%);
}

.origins-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.origins-hero-copy p:last-child {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(245, 234, 214, 0.78);
  font-size: 19px;
  line-height: 1.75;
}

.origins-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 100px);
  padding: clamp(64px, 9vw, 120px) clamp(24px, 7vw, 104px);
  border-bottom: 1px solid var(--line);
}

.origins-intro h2 {
  color: var(--gold-soft);
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.95;
}

.origins-intro-copy {
  display: grid;
  gap: 20px;
}

.origins-intro-copy p {
  margin: 0;
  color: rgba(245, 234, 214, 0.72);
  font-size: 16px;
  line-height: 1.85;
}

.origins-paths {
  padding: clamp(58px, 8vw, 104px) clamp(24px, 7vw, 104px);
  background: linear-gradient(180deg, #06090d, #0a1119);
}

.origins-paths-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.origins-paths-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.origin-path {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  min-height: 320px;
  border: 1px solid rgba(216, 173, 99, 0.2);
  background: rgba(255, 255, 255, 0.025);
}

.origin-path img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.origin-path-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 14px;
  padding: clamp(24px, 4vw, 42px);
}

.origin-path-copy h3 {
  color: var(--ivory);
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 0.98;
}

.origin-path-copy p {
  margin: 0;
  color: rgba(245, 234, 214, 0.66);
  font-size: 14px;
  line-height: 1.7;
}

.about-image {
  min-height: 560px;
  background-image: linear-gradient(rgba(5, 6, 8, 0.08), rgba(5, 6, 8, 0.28)), url("assets/about-reference-crop.png");
  background-size: cover;
  background-position: center;
  border: 1px solid var(--line);
  box-shadow: 0 26px 90px var(--shadow);
}

.about-copy p {
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}

.about-copy .btn {
  margin-top: 32px;
}

.values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  padding: 1px clamp(20px, 5vw, 72px);
}

.value {
  min-height: 210px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 20px;
  padding: 34px;
  text-align: center;
  background: #070a0f;
}

.value-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--gold-soft);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 24px;
}

.landing-values {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(216, 173, 99, 0.18), rgba(216, 173, 99, 0.08), rgba(216, 173, 99, 0.18)),
    #070a0f;
  padding: 0 clamp(20px, 5vw, 72px);
}

.landing-values .value {
  min-height: 94px;
  grid-template-columns: auto 1fr;
  place-items: center start;
  align-content: center;
  gap: 16px;
  padding: 19px 22px;
  text-align: left;
  background: transparent;
}

.landing-values .value-icon {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
  color: var(--gold);
}

.landing-values .value-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.landing-values h3 {
  margin: 0 0 7px;
  color: var(--gold-soft);
  font-size: 12px;
  line-height: 1.18;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-values p {
  margin: 0;
  color: rgba(245, 234, 214, 0.66);
  font-size: 12px;
  line-height: 1.55;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 8px clamp(20px, 5vw, 72px);
  background: #050608;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.footer-brand img {
  width: 32px;
}

.footer-brand span {
  display: grid;
  gap: 2px;
}

.footer-brand strong {
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
}

.footer-brand em {
  color: var(--gold-soft);
  font-family: "Inter", Arial, sans-serif;
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-center {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.footer-center .footer-links {
  gap: 14px;
  justify-content: center;
}

.site-footer small {
  grid-column: auto;
  justify-self: end;
  color: rgba(245, 234, 214, 0.5);
  font-size: 11px;
}

.site-footer p {
  display: none;
}

.landing-page {
  --landing-hero-height: min(58vh, 560px);
  --landing-values-height: 112px;
  --landing-footer-height: 64px;
  min-height: 100vh;
  overflow-x: hidden;
}

.landing-page .hero {
  height: var(--landing-hero-height);
}

.landing-page .hero-bg {
  background-size: cover;
  background-position: center;
}

.landing-page .landing-preview {
  min-height: 430px;
  height: auto;
}

.landing-page .landing-values {
  min-height: var(--landing-values-height);
  height: auto;
}

.landing-page .landing-values .value {
  min-height: 0;
  height: 100%;
}

.landing-page .site-footer {
  min-height: var(--landing-footer-height);
  padding-top: 6px;
  padding-bottom: 6px;
}

.reveal {
  animation: fadeUp 1100ms ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes drift {
  from {
    transform: scale(1.03) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-14px, -8px, 0);
  }
}

@keyframes mapCinematic {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
    background-position: center;
  }
  to {
    transform: scale(1.1) translate3d(-18px, -10px, 0);
    background-position: 48% center;
  }
}

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

  .mini-product {
    opacity: 0;
    transform: none;
  }

  .mini-product:first-child {
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    padding-top: 20px;
  }

  nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .language-switch {
    top: 20px;
    right: clamp(20px, 5vw, 72px);
  }

  .cart-link {
    top: 16px;
    right: clamp(70px, calc(5vw + 50px), 122px);
  }

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

  .hero-bg {
    background-size: cover;
    background-position: center;
  }

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

  .journal-hero {
    min-height: 64vh;
  }

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

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

  .cart-shell {
    grid-template-columns: 1fr;
  }

  .checkout-shell {
    grid-template-columns: 1fr;
  }

  .cart-item {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .cart-item img {
    width: 74px;
    height: 74px;
  }

  .cart-item strong,
  .cart-remove {
    grid-column: 2;
    justify-self: start;
  }

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

  .landing-values {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .landing-values .value {
    padding: 14px 12px;
  }

  .landing-preview {
    grid-template-columns: 0.95fr 1.1fr 0.9fr;
  }

  .landing-panel {
    padding: 24px 16px;
  }

  .panel-heading {
    display: block;
  }

  .panel-heading a {
    display: inline-block;
    margin-top: 10px;
  }

  .mini-products {
    min-height: 188px;
  }

  .world-map-preview {
    min-height: 360px;
    margin-top: 61px;
  }

  .about-image {
    min-height: 430px;
  }

  .origins-intro {
    grid-template-columns: 1fr;
  }

  .origins-paths-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .checkout-field-row {
    grid-template-columns: 1fr;
  }
  .landing-page {
    --landing-hero-height: 52vh;
    --landing-values-height: 132px;
    --landing-footer-height: 64px;
  }

  .site-header {
    position: absolute;
    display: block;
  }

  .landing-page .site-header {
    display: block;
    min-height: 0;
    height: 48px;
    padding-top: 12px;
    padding-bottom: 8px;
  }

  nav {
    margin-top: 14px;
    justify-content: flex-start;
    font-size: 11px;
  }

  .landing-page nav {
    top: 22px;
    left: clamp(18px, 5vw, 32px);
    width: calc(100% - 150px);
    gap: 8px;
    font-size: 9px;
    line-height: 1;
  }

  .news-hero {
    min-height: 380px;
    padding: 130px 20px 48px;
  }

  .news-hero-copy p:last-child {
    font-size: 15px;
  }

  .news-section {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 46px 20px 70px;
  }

  .news-aside {
    position: static;
  }

  .news-entry {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .news-content h2 {
    font-size: 36px;
  }

  .origins-hero {
    min-height: 520px;
    padding: 140px 20px 58px;
    background-position: 42% center;
  }

  .origins-hero-copy p:last-child {
    font-size: 16px;
  }

  .origins-intro,
  .origins-paths {
    padding-inline: 20px;
  }

  .origin-path {
    grid-template-columns: 1fr;
  }

  .origin-path img {
    height: 260px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.025);
  }

  .language-switch {
    top: 18px;
    right: clamp(18px, 5vw, 32px);
  }

  .cart-link {
    top: 14px;
    right: clamp(66px, calc(5vw + 47px), 82px);
    width: 24px;
    height: 24px;
  }

  .cart-link svg {
    width: 15px;
    height: 15px;
  }

  .hero {
    height: 39vh;
  }

  .hero-bg {
    background-size: cover;
    background-position: center;
  }

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

  .sets .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .sets .product-card {
    padding: 8px;
  }

  .sets .product-image {
    margin-bottom: 10px;
  }

  .sets .product-card h3 {
    font-size: 15px;
    line-height: 1.05;
  }

  .sets .product-card p {
    display: none;
  }

  .sets .product-card strong {
    margin: 8px 0 10px;
    font-size: 11px;
  }

  .sets .card-link {
    font-size: 9px;
  }

  .product-detail {
    gap: 24px;
    padding-top: 120px;
  }

  .product-detail-copy p {
    font-size: 14px;
    line-height: 1.65;
  }

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

  .site-footer {
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
  }

  .footer-brand img {
    width: 24px;
  }

  .footer-brand {
    gap: 7px;
  }

  .footer-brand strong {
    font-size: 15px;
  }

  .footer-brand em {
    font-size: 6px;
    letter-spacing: 0.18em;
  }

  .site-footer small {
    font-size: 8px;
    line-height: 1.3;
    text-align: right;
  }

  .landing-values {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-inline: 0;
  }

  .landing-values .value {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 112px;
    padding: 16px 8px;
    text-align: center;
  }

  .landing-values .value-icon {
    width: 28px;
    height: 28px;
    margin-inline: auto;
    font-size: 18px;
  }

  .landing-values h3 {
    font-size: 8px;
    line-height: 1.35;
  }

  .landing-values p {
    font-size: 8px;
    line-height: 1.45;
  }

  .landing-preview {
    grid-template-columns: 0.95fr 1.1fr 0.9fr;
  }

  .landing-panel {
    padding: 12px 8px;
    border-right: 1px solid rgba(216, 173, 99, 0.18);
    border-bottom: 0;
  }

  .landing-panel:last-child {
    border-right: 0;
  }

  .panel-heading h2 {
    font-size: 22px;
  }

  .world-panel .panel-heading h2 {
    font-size: 14px;
  }

  .world-map-preview {
    margin-top: 1px;
  }

  .about-preview-image {
    margin-top: 16px;
  }

  .mini-products {
    min-height: 168px;
  }

  .mini-product .product-image {
    min-height: 0;
    margin-bottom: 8px;
  }

  .mini-product {
    padding: 0;
  }

  .mini-product strong,
  .mini-product small {
    font-size: 9px;
  }

  .world-map-preview {
    min-height: 0;
  }

  .about-preview-image {
    min-height: 96px;
    margin-bottom: 8px;
  }

  .about-panel p {
    font-size: 8px;
    line-height: 1.28;
    margin-bottom: 7px;
  }

  .landing-page .landing-panel .btn {
    min-height: 32px;
    padding-inline: 12px;
    font-size: 9px;
  }

  .map-wrap {
    min-height: 680px;
  }

  .continent {
    width: min(210px, 56vw);
    right: auto;
  }

  .origin {
    left: 7%;
    top: 9%;
  }

  .flames {
    left: 40%;
    top: 20%;
  }

  .mirrors {
    left: 18%;
    top: 41%;
  }

  .shadows {
    left: 6%;
    top: 62%;
    bottom: auto;
  }

  .transformation {
    left: 38%;
    top: 77%;
    bottom: auto;
  }
}

/* Land of Origins, illustrated edition */
.origins-final-page { color: #24362c; background: #ece5d7; }
.origins-final-page {
  overflow-x: hidden;
  scrollbar-width: auto;
  scrollbar-color: #a77e44 #ded5c5;
}
html:has(.origins-final-page) {
  overflow-y: scroll;
  scrollbar-gutter: stable;
  scrollbar-width: auto;
  scrollbar-color: #a77e44 #ded5c5;
}
html:has(.origins-final-page)::-webkit-scrollbar { width: 16px; }
html:has(.origins-final-page)::-webkit-scrollbar-track { background: #ded5c5; }
html:has(.origins-final-page)::-webkit-scrollbar-thumb {
  min-height: 70px;
  border: 3px solid #ded5c5;
  border-radius: 10px;
  background: #a77e44;
}
html:has(.origins-final-page)::-webkit-scrollbar-thumb:hover { background: #805d31; }
.origins-final-page h1, .origins-final-page h2 { font-family: "Cormorant Garamond", serif; }
.origins-final-header { z-index: 30; color: #f5eddf; }
.origins-final-header nav a { color: inherit; }

.origins-final-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 130px clamp(24px, 8vw, 135px) 90px;
  color: #f5eddf;
  background: #16231d url("assets/origins-tree-hero.png") center/cover no-repeat;
}
.origins-final-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(10,19,16,.91),rgba(10,19,16,.52) 43%,rgba(10,19,16,.08) 76%),linear-gradient(0deg,rgba(10,19,16,.55),transparent 45%); }
.origins-final-hero-copy { position: relative; z-index: 2; max-width: 710px; }
.origins-final-eyebrow { color: #d1a966; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.origins-final-hero h1 { margin: 16px 0 30px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(78px,10vw,146px); font-weight: 600; line-height: 1; letter-spacing: -.045em; }
.origins-final-hero h1 span { display: block; }
.origins-final-hero h1 span + span { margin-top: .18em; }
.origins-final-subtitle { margin: 0 0 22px; color: #ead9ba; font: 500 clamp(24px,3vw,40px)/1.18 "Cormorant Garamond",serif; }
.origins-final-summary { max-width: 620px; color: rgba(245,237,223,.76); font-size: 15px; line-height: 1.8; }
.origins-final-actions { display: flex; align-items: center; gap: 30px; margin-top: 32px; }
.origins-final-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 28px; color: #1d2b24; background: #d5ad67; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: .3s ease; }
.origins-final-button:hover { background: #ebcd94; transform: translateY(-2px); }
.origins-final-link { padding: 0 0 6px; color: #f2e7d4; border: 0; border-bottom: 1px solid rgba(213,173,103,.72); background: transparent; font: 600 10px Inter,sans-serif; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }

.origins-presentation { padding: clamp(90px,12vw,170px) clamp(24px,9vw,155px); background: #ece5d7; }
.origins-presentation-lead { max-width: 1050px; margin: 0 auto clamp(70px,10vw,135px); color: #2d4336; font: 600 clamp(42px,6vw,84px)/.98 "Cormorant Garamond",serif; text-align: justify; text-justify: inter-word; hyphens: auto; }
.origins-presentation-body { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(30px,5vw,75px); max-width: 1240px; margin: auto; }
.origins-presentation-body p { margin: 0; color: #59665e; font-size: 14px; line-height: 1.95; text-align: justify; text-justify: inter-word; hyphens: auto; }
.origins-presentation blockquote { max-width: 950px; margin: clamp(90px,12vw,170px) auto; padding: clamp(45px,7vw,90px); color: #e8d5af; background: #25382e; font: 500 clamp(46px,7vw,92px)/.9 "Cormorant Garamond",serif; text-align: center; box-shadow: 30px 30px 0 rgba(69,86,74,.1); }
.origins-presentation-body--second {
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 820px;
}
.origins-presentation-body--second p {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}
.origins-questions { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,9vw,140px); max-width: 1180px; margin: clamp(100px,13vw,180px) auto; padding-top: 55px; border-top: 1px solid rgba(48,69,57,.24); }
.origins-questions > div p { margin: 0; color: #3c5145; font: 600 clamp(27px,3vw,42px)/1.2 "Cormorant Garamond",serif; }
.origins-questions ol { margin: 0; padding: 0; list-style: none; counter-reset: origin-question; }
.origins-questions li { counter-increment: origin-question; position: relative; padding: 18px 10px 18px 55px; color: #2e4437; border-bottom: 1px solid rgba(48,69,57,.18); font: 600 clamp(22px,2.5vw,34px)/1.15 "Cormorant Garamond",serif; }
.origins-questions li::before { content: "0" counter(origin-question); position: absolute; left: 3px; top: 23px; color: #a37d45; font: 600 9px Inter,sans-serif; letter-spacing: .1em; }
.origins-final-question { max-width: 1120px; margin: 0 auto; color: #24392e; font: 600 clamp(44px,6.8vw,92px)/.92 "Cormorant Garamond",serif; text-align: center; }
.origins-final-question span {
  display: block;
  max-width: 760px;
  margin: 0 auto 30px;
  color: #9a7542;
  font: 600 clamp(24px,3vw,38px)/1.1 "Cormorant Garamond",serif;
}
.modal-open { overflow: hidden; }
.traveler-journal-modal[hidden] { display: none; }
.traveler-journal-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; }
.traveler-journal-backdrop { position: absolute; inset: 0; background: rgba(8,16,13,.78); backdrop-filter: blur(7px); }
.traveler-journal-dialog { position: relative; z-index: 1; width: min(700px,100%); max-height: calc(100svh - 48px); overflow: auto; padding: clamp(38px,7vw,78px); color: #efe5d2; background: #263a30; box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.traveler-journal-close { position: absolute; top: 18px; right: 20px; width: 36px; height: 36px; color: #e7d6b6; border: 1px solid rgba(222,183,110,.4); border-radius: 50%; background: transparent; font-size: 25px; line-height: 1; cursor: pointer; }
.traveler-journal-dialog > p { margin: 0; color: #d1a866; font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.traveler-journal-dialog h2 { margin: 15px 0 42px; color: #f2e5cc; font-size: clamp(38px,6vw,65px); line-height: .92; }
.traveler-journal-dialog ol { margin: 0; padding: 0; list-style: none; counter-reset: modal-question; }
.traveler-journal-dialog li { counter-increment: modal-question; position: relative; padding: 20px 10px 20px 52px; color: #e8decc; border-bottom: 1px solid rgba(232,222,204,.16); font: 600 clamp(21px,3vw,30px)/1.2 "Cormorant Garamond",serif; }
.traveler-journal-dialog li::before { content: "0" counter(modal-question); position: absolute; left: 3px; top: 25px; color: #cda461; font: 600 9px Inter,sans-serif; letter-spacing: .1em; }

.origins-map-stage { display: grid; place-items: center; min-height: 100svh; padding: clamp(80px,10vw,130px) 0; overflow: hidden; color: #eee5d4; background: #14231c; }
.origins-map-stage > header { position: relative; width: min(1180px,84vw); margin: 0 auto clamp(48px,6vw,78px); padding-left: clamp(24px,4vw,64px); border-left: 1px solid rgba(203,164,99,.55); }
.origins-map-stage > header p { margin: 0 0 17px; color: #cba463; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.origins-map-stage > header h2 { max-width: 920px; margin: 0; color: #eee5d4; font-size: clamp(54px,6vw,84px); font-weight: 600; line-height: .88; letter-spacing: -.025em; text-wrap: balance; }
.origins-map-stage > header h2 span { display: block; margin-bottom: 12px; color: rgba(238,229,212,.62); font: italic 500 clamp(30px,3.3vw,44px)/1 "Cormorant Garamond",serif; letter-spacing: 0; }
.origins-map-stage .origins-map-canvas { width: min(100vw, 1400px); }
.origins-plaza-entry { width: min(760px,88vw); margin: clamp(55px,8vw,95px) auto 0; text-align: center; }
.origins-plaza-entry p { margin: 0 0 24px; color: #e6d9c1; font: 500 clamp(27px,3.5vw,42px)/1.18 "Cormorant Garamond",serif; }
.origins-plaza-entry a { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 32px; color: #1d2b24; background: #d5ad67; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: .3s ease; }
.origins-plaza-entry a:hover { background: #ebcd94; transform: translateY(-2px); }

.origins-plaza-page { margin: 0; overflow: hidden; background: #171f19; }
.origins-plaza-scene { position: relative; isolation: isolate; display: grid; place-items: center; width: 100vw; height: 100svh; overflow: hidden; background: #171f19; }
.origins-plaza-scene::before { content: ""; position: absolute; z-index: -2; inset: -32px; background: linear-gradient(rgba(12,20,16,.44),rgba(12,20,16,.68)),url("assets/piata-originilor.png") center/cover no-repeat; filter: blur(22px); transform: scale(1.08); }
.origins-plaza-scene::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at center,transparent 42%,rgba(8,14,11,.58) 100%); pointer-events: none; }
.origins-plaza-scene img { display: block; width: auto; height: 100svh; max-width: 100vw; object-fit: contain; object-position: center; box-shadow: 0 0 46px rgba(0,0,0,.35); }
.origins-plaza-message { position: absolute; z-index: 2; left: 50%; bottom: clamp(18px,4vh,52px); width: min(620px,82vw); margin: 0; padding: 18px 24px; color: rgba(249,239,220,.9); background: linear-gradient(90deg,transparent,rgba(13,22,18,.78) 12%,rgba(13,22,18,.78) 88%,transparent); font: 500 clamp(14px,1.45vw,19px)/1.55 "Cormorant Garamond",serif; text-align: center; text-shadow: 0 2px 8px rgba(0,0,0,.75); opacity: 0; transform: translate(-50%,18px); animation: plazaMessageReveal 3.2s ease 1.4s forwards; }
.origins-plaza-message strong { color: inherit; font-weight: 600; }
.origins-plaza-scene > a { position: absolute; top: 22px; left: 22px; display: grid; place-items: center; width: 42px; height: 42px; color: rgba(255,246,227,.84); border: 1px solid rgba(228,195,131,.5); border-radius: 50%; background: rgba(17,29,23,.68); font-size: 20px; backdrop-filter: blur(7px); transition: .25s ease; }
.origins-plaza-scene > a:hover { color: #fff6e3; border-color: rgba(228,195,131,.9); background: rgba(17,29,23,.9); }

@keyframes plazaMessageReveal {
  0% { opacity: 0; transform: translate(-50%,18px); filter: blur(4px); }
  100% { opacity: 1; transform: translate(-50%,0); filter: blur(0); }
}

@media (prefers-reduced-motion: reduce) {
  .origins-plaza-message { opacity: 1; transform: translate(-50%,0); animation: none; }
}

@media (max-width: 640px) {
  .origins-plaza-message { bottom: 14px; width: 90vw; padding: 14px 16px; font-size: 13px; line-height: 1.45; }
}

.origins-map-page {
  margin: 0;
  overflow: hidden;
  background: #17231d;
}

.origins-map-full {
  position: relative;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  background: #17231d;
}

.origins-map-canvas {
  position: relative;
  width: min(100vw, calc(100svh * 1.7768));
  aspect-ratio: 1672 / 941;
}

.origins-map-canvas > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.origins-map-full {
  display: grid;
  place-items: center;
}

.origins-landmark {
  position: absolute;
  z-index: 2;
  padding: .42em .68em;
  color: #fff4dc;
  border: 1px solid rgba(228, 190, 119, .52);
  border-radius: 2px;
  background: rgba(19, 29, 24, .76);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .28);
  font: 600 clamp(7px, .78vw, 13px)/1.15 Inter, sans-serif;
  letter-spacing: .04em;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(5px);
}

.origins-landmark::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: clamp(8px, 1.3vw, 20px);
  background: rgba(239, 203, 135, .75);
}

.landmark-valley { left: 50%; top: 14%; }
.landmark-valley::after { display: none; }
.origins-region {
  padding: .3em .5em;
  color: #f3dfb6;
  border-color: transparent;
  background: rgba(18, 29, 23, .48);
  font: 600 clamp(9px, 1vw, 17px)/1.1 "Cormorant Garamond", serif;
  letter-spacing: .03em;
}
.origins-region::after { display: none; }
.landmark-forest { left: 17%; top: 43%; }
.landmark-field { left: 81%; top: 35%; }
.landmark-bridge { left: 58%; top: 34%; }
.landmark-bridge::after {
  top: 50%;
  left: 0;
  height: clamp(20px, 3.2vw, 50px);
  transform: rotate(90deg);
  transform-origin: top;
}
.landmark-tree { left: 50%; top: 59%; }
.landmark-well { left: 37%; top: 50%; }
.landmark-clock { left: 84%; top: 47%; }
.landmark-lake { left: 36%; top: 88%; }
.landmark-photos { left: 18%; top: 68%; }
.landmark-stone { left: 69%; top: 76%; }
.landmark-gate { left: 87%; top: 77%; }

@media (max-width: 640px) {
  .origins-final-hero { min-height: 790px; padding: 135px 20px 80px; background-position: 62% center; }
  .origins-final-hero::before { background: linear-gradient(90deg,rgba(10,19,16,.87),rgba(10,19,16,.25)),linear-gradient(0deg,rgba(10,19,16,.8),transparent 55%); }
  .origins-final-hero h1 { font-size: 76px; }
  .origins-final-subtitle { font-size: 27px; }
  .origins-final-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .origins-presentation { padding-inline: 22px; }
  .origins-presentation-lead { font-size: 43px; }
  .origins-presentation-body, .origins-presentation-body--second, .origins-questions { grid-template-columns: 1fr; }
  .origins-presentation-body { gap: 28px; }
  .origins-presentation blockquote { margin-inline: -22px; box-shadow: none; }
  .origins-final-question { font-size: 46px; }
  .origins-map-stage { min-height: auto; padding-bottom: 90px; }
  .origins-map-stage > header { width: 86vw; margin-bottom: 38px; padding-left: 18px; }
  .origins-map-stage > header p { margin-bottom: 12px; font-size: 8px; }
  .origins-map-stage > header h2 { font-size: clamp(42px,13vw,58px); line-height: .9; }
  .origins-map-stage > header h2 span { margin-bottom: 8px; font-size: 26px; }
  .origins-map-stage .origins-map-canvas { width: 100vw; }

  .origins-landmark {
    padding: .35em .48em;
    font-size: clamp(5px, 1.35vw, 8px);
  }

  .origins-landmark::after {
    height: 7px;
  }
}

.origins-map-back {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: rgba(255, 246, 227, .82);
  border: 1px solid rgba(228, 195, 131, .42);
  border-radius: 50%;
  background: rgba(17, 29, 23, .58);
  font-size: 20px;
  backdrop-filter: blur(7px);
  transition: .25s ease;
}

.origins-map-back:hover {
  color: #fff6e3;
  border-color: rgba(228, 195, 131, .85);
  background: rgba(17, 29, 23, .85);
}

.origin-v2 { color: #203027; background: #ece6d8; }
.origin-v2-header { z-index: 30; color: #f5eddf; }
.origin-v2-header nav a { color: inherit; }
.origin-v2 h1, .origin-v2 h2, .origin-v2 h3 { font-family: "Cormorant Garamond", serif; }
.ov2-kicker, .ov2-section-head span, .ov2-path > span, .ov2-lake-copy > span, .ov2-gate-note span, .ov2-tools-grid span, .ov2-raven span { color: #c9a364; font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }

.ov2-hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 130px clamp(24px,7vw,110px) 90px; color: #f5eddf; background: #17231d url("assets/origins-tree-hero.png") center/cover no-repeat; }
.ov2-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,20,18,.9) 0%, rgba(12,20,18,.5) 42%, rgba(12,20,18,.05) 72%), linear-gradient(0deg, rgba(13,23,19,.65), transparent 36%); }
.ov2-hero-copy { position: relative; z-index: 2; max-width: 670px; }
.ov2-hero h1 { margin: 14px 0 25px; font-size: clamp(76px,10vw,145px); font-weight: 600; line-height: .7; letter-spacing: -.055em; }
.ov2-motto { color: #eadcc3; font: 500 clamp(22px,2.6vw,35px)/1.25 "Cormorant Garamond",serif; }
.ov2-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 26px; padding: 0 28px; color: #1c2a23; background: #d6ae68; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: .3s ease; }
.ov2-button:hover { background: #edcf94; transform: translateY(-2px); }
.ov2-hero-inscription { position: absolute; right: clamp(25px,6vw,95px); bottom: 45px; z-index: 2; margin: 0; color: rgba(255,247,230,.75); font: italic 18px/1.45 "Cormorant Garamond",serif; text-align: right; }

.ov2-threshold { display: grid; grid-template-columns: 1fr 2fr; align-items: center; gap: 50px; padding: clamp(75px,10vw,135px) clamp(24px,9vw,150px); background: #ece6d8; }
.ov2-threshold span { color: #a37d43; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.ov2-threshold p { margin: 0; color: #273b30; font: 600 clamp(38px,5.6vw,78px)/.98 "Cormorant Garamond",serif; }

.ov2-map-section { padding: clamp(80px,10vw,140px) clamp(18px,5vw,80px); color: #f0e7d7; background: #16231d; }
.ov2-section-head { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 60px; max-width: 1280px; margin: 0 auto 55px; }
.ov2-section-head h2 { margin: 10px 0 0; color: inherit; font-size: clamp(46px,6.5vw,88px); font-weight: 600; line-height: .88; }
.ov2-section-head > p { max-width: 430px; margin: 0; color: rgba(240,231,215,.6); line-height: 1.8; }
.ov2-map { position: relative; max-width: 1400px; margin: auto; overflow: hidden; border: 1px solid rgba(218,183,116,.25); box-shadow: 0 34px 90px rgba(0,0,0,.32); }
.ov2-map::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 100px rgba(14,24,19,.52); }
.ov2-map > img { display: block; width: 100%; }
.ov2-pin { position: absolute; z-index: 3; display: grid; min-width: 170px; padding: 12px 15px; color: #fff5e3; border-left: 2px solid #d5ad68; background: rgba(19,31,25,.78); backdrop-filter: blur(8px); transition: .3s ease; }
.ov2-pin:hover { background: rgba(24,39,31,.96); transform: translateY(-4px); }
.ov2-pin b { font: 600 21px/1 "Cormorant Garamond",serif; }
.ov2-pin small { margin-top: 5px; color: rgba(255,245,227,.65); font-size: 9px; }
.pin-echoes { top: 10%; left: 43%; }
.pin-forest { top: 37%; left: 4%; }
.pin-traces { top: 25%; right: 5%; }
.pin-lake { left: 10%; bottom: 11%; }
.pin-gate { right: 11%; bottom: 15%; }
.ov2-map-heart { position: absolute; z-index: 3; left: 50%; top: 50%; width: 125px; height: 125px; display: grid; place-items: center; color: #f4dfb6; border: 1px solid rgba(231,191,116,.72); border-radius: 50%; background: rgba(31,45,36,.68); box-shadow: 0 0 45px rgba(222,174,90,.3); transform: translate(-50%,-50%); }
.ov2-map-heart span { width: 90px; font: 600 17px/1.05 "Cormorant Garamond",serif; text-align: center; }

.ov2-raven { display: grid; grid-template-columns: auto minmax(0,850px); justify-content: center; align-items: center; gap: 30px; padding: 55px 24px; color: #eee5d4; background: #0e1714; }
.ov2-raven-mark { color: #cba563; }
.ov2-raven p { margin: 7px 0 0; font: italic 500 clamp(26px,3.3vw,44px)/1.2 "Cormorant Garamond",serif; }

.ov2-paths { display: grid; grid-template-columns: repeat(3,1fr); background: #ddd5c5; }
.ov2-path { min-height: 580px; padding: clamp(45px,6vw,90px) clamp(28px,4vw,65px); border-right: 1px solid rgba(40,60,49,.16); background: linear-gradient(180deg, rgba(255,255,255,.24), transparent); }
.ov2-path:nth-child(2) { background: #cbd0bd; }
.ov2-path:nth-child(3) { background: #d8c9ad; }
.ov2-path h3 { margin: 70px 0 24px; color: #22362b; font-size: clamp(45px,5vw,72px); line-height: .82; }
.ov2-path p { max-width: 330px; color: #58655d; line-height: 1.75; }
.ov2-question { margin-top: 70px; padding: 0 0 8px; color: #614b31; border: 0; border-bottom: 1px solid #9a7847; background: transparent; font: italic 600 20px/1.3 "Cormorant Garamond",serif; text-align: left; cursor: default; }

.ov2-lake { position: relative; min-height: 92vh; display: flex; align-items: center; padding: 110px clamp(24px,8vw,130px); color: #f5eddf; background: #17231f url("assets/origins-mirror-lake.png") center/cover no-repeat; }
.ov2-lake::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(9,17,17,.82),rgba(9,17,17,.22) 60%,rgba(9,17,17,.06)); }
.ov2-lake-copy { position: relative; z-index: 2; max-width: 550px; }
.ov2-lake h2 { margin: 12px 0 24px; color: #f5eddf; font-size: clamp(68px,9vw,125px); line-height: .72; }
.ov2-lake-copy p { font: 500 clamp(24px,3vw,36px)/1.3 "Cormorant Garamond",serif; }
.ov2-lake-copy a { display: inline-block; margin-top: 24px; padding-bottom: 6px; color: #e0bc79; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.ov2-gate-note { position: absolute; right: 6vw; bottom: 8vh; z-index: 2; max-width: 360px; padding: 24px; color: #f4e9d5; border-left: 1px solid #d1a75f; background: rgba(18,29,24,.66); backdrop-filter: blur(8px); }
.ov2-gate-note p { margin: 10px 0 0; font: 500 21px/1.35 "Cormorant Garamond",serif; }

.ov2-places, .ov2-tools { padding: clamp(85px,11vw,150px) clamp(22px,7vw,110px); }
.ov2-places { background: #ebe4d5; }
.ov2-places .ov2-section-head, .ov2-tools .ov2-section-head { color: #263a2f; }
.ov2-place-grid { display: grid; grid-template-columns: repeat(4,1fr); max-width: 1280px; margin: auto; border-top: 1px solid rgba(41,61,50,.22); border-left: 1px solid rgba(41,61,50,.22); }
.ov2-place-grid article { min-height: 310px; padding: 38px 30px; border-right: 1px solid rgba(41,61,50,.22); border-bottom: 1px solid rgba(41,61,50,.22); }
.ov2-place-grid i { color: #a47c43; font: normal 20px "Cormorant Garamond",serif; }
.ov2-place-grid h3 { margin: 70px 0 16px; color: #263a2f; font-size: 29px; line-height: .95; }
.ov2-place-grid p { color: #647168; font: italic 18px/1.4 "Cormorant Garamond",serif; }

.ov2-tools { color: #eee5d4; background: #1b2a23; }
.ov2-tools .ov2-section-head { color: #eee5d4; }
.ov2-tools-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; max-width: 1180px; margin: auto; }
.ov2-tools-grid > a { display: grid; grid-template-columns: 42% 1fr; color: inherit; border: 1px solid rgba(213,175,105,.25); background: rgba(255,255,255,.025); transition: .3s ease; }
.ov2-tools-grid > a:hover { border-color: rgba(213,175,105,.65); transform: translateY(-4px); }
.ov2-tools-grid img { width: 100%; height: 100%; min-height: 390px; object-fit: contain; background: #d6cebd; }
.ov2-tools-grid div { align-self: center; padding: clamp(25px,4vw,50px); }
.ov2-tools-grid h3 { margin: 12px 0; color: #f0e5d1; font-size: 42px; }
.ov2-tools-grid p { color: rgba(238,229,212,.6); line-height: 1.7; }

.ov2-ending { min-height: 82vh; display: grid; place-content: center; justify-items: center; padding: 100px 24px; color: #f5ead6; text-align: center; background: linear-gradient(rgba(13,24,19,.7),rgba(13,24,19,.92)),url("assets/origins-tree-hero.png") center/cover no-repeat; }
.ov2-ending > p { color: rgba(245,234,214,.62); line-height: 1.8; }
.ov2-ending h2 { margin: 25px 0; color: #f4e2bf; font-size: clamp(64px,9vw,120px); line-height: .8; }

@media (max-width:900px) {
  .ov2-threshold, .ov2-section-head { grid-template-columns: 1fr; }
  .ov2-pin { min-width: 135px; padding: 9px; }
  .ov2-pin b { font-size: 16px; }
  .ov2-paths { grid-template-columns: 1fr; }
  .ov2-path { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(40,60,49,.16); }
  .ov2-path h3, .ov2-question { margin-top: 35px; }
  .ov2-place-grid { grid-template-columns: repeat(2,1fr); }
  .ov2-tools-grid { grid-template-columns: 1fr; }
}

@media (max-width:640px) {
  .ov2-hero { min-height: 760px; padding: 135px 20px 90px; background-position: 62% center; }
  .ov2-hero::before { background: linear-gradient(90deg,rgba(10,18,15,.85),rgba(10,18,15,.28)),linear-gradient(0deg,rgba(10,18,15,.82),transparent 55%); }
  .ov2-hero h1 { font-size: 76px; }
  .ov2-hero-inscription { left: 20px; right: 20px; bottom: 30px; text-align: left; }
  .ov2-threshold { padding-inline: 22px; }
  .ov2-threshold p { font-size: 44px; }
  .ov2-map-section { padding-inline: 12px; }
  .ov2-map { overflow: visible; padding-bottom: 310px; background: #16231d; }
  .ov2-pin { position: absolute; left: 12px !important; right: 12px !important; width: auto; transform: none !important; }
  .pin-echoes { top: auto; bottom: 245px; }
  .pin-forest { top: auto; bottom: 190px; }
  .pin-traces { top: auto; bottom: 135px; }
  .pin-lake { top: auto; bottom: 80px; }
  .pin-gate { top: auto; bottom: 25px; }
  .ov2-pin small { display: none; }
  .ov2-map-heart { width: 90px; height: 90px; }
  .ov2-map-heart span { font-size: 13px; }
  .ov2-raven { grid-template-columns: 1fr; text-align: center; }
  .ov2-lake { min-height: 780px; align-items: flex-start; padding-top: 110px; background-position: 58% center; }
  .ov2-gate-note { left: 20px; right: 20px; bottom: 35px; }
  .ov2-place-grid { grid-template-columns: 1fr; }
  .ov2-place-grid article { min-height: 240px; }
  .ov2-place-grid h3 { margin-top: 45px; }
  .ov2-tools-grid > a { grid-template-columns: 1fr; }
  .ov2-tools-grid img { min-height: 300px; max-height: 380px; }
}

@media (max-width: 640px) and (orientation: portrait) {
  .landing-page {
    --landing-hero-height: 360px;
  }

  .landing-page .hero-bg {
    background-size: contain;
    background-position: top center;
  }

  .landing-page .hero-copy-lockup {
    top: 118px;
    left: 50%;
    right: auto;
    width: min(82vw, 320px);
    transform: translateX(-50%);
  }

  .landing-page .landing-preview {
    grid-template-columns: 1fr;
    min-height: 0;
    height: auto;
  }

  .landing-page .landing-panel {
    min-height: 360px;
    padding: 22px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(216, 173, 99, 0.18);
  }

  .landing-page .landing-panel:last-child {
    border-bottom: 0;
  }

  .landing-page .shop-panel .mini-products {
    min-height: 230px;
  }

  .landing-page .shop-panel {
    min-height: 530px;
  }

  .shop-news {
    margin-top: 18px;
  }

  .shop-news-item strong {
    font-size: 16px;
  }

  .world-panel .panel-heading h2 {
    font-size: 22px;
  }

  .landing-page .world-map-preview {
    min-height: 230px;
  }

  .landing-page .about-panel p {
    font-size: 12px;
    line-height: 1.45;
  }

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

  .landing-values .value {
    min-height: 126px;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .landing-page {
    --landing-hero-height: 300px;
  }
}

/* Land of Origins */
html { scroll-behavior: smooth; }

.origin-page {
  --origin-ink: #17221d;
  --origin-forest: #2f4438;
  --origin-moss: #71806b;
  --origin-gold: #c49a58;
  --origin-paper: #eee8d9;
  --origin-blue: #6f8385;
  color: var(--origin-ink);
  background: #e8e2d4;
}

.origin-page .origin-header {
  color: #f3ead8;
  z-index: 20;
}

.origin-page .origin-header nav a { color: inherit; }
.origin-page h2,
.origin-page h3 { color: inherit; }

.origin-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100svh;
  padding: 130px clamp(24px, 8vw, 140px) 90px;
  overflow: hidden;
  color: #f5eddf;
  background: #0d1720 url("assets/hero-atlas.png") center/cover no-repeat;
}

.origin-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 45%, rgba(176, 127, 60, .1), transparent 30%), linear-gradient(90deg, rgba(8, 17, 20, .88) 0%, rgba(8, 17, 20, .48) 48%, rgba(8, 17, 20, .18) 100%);
}

.origin-hero__veil {
  position: absolute;
  inset: auto 0 0;
  height: 26%;
  background: linear-gradient(transparent, #17241f);
}

.origin-hero__copy {
  position: relative;
  z-index: 1;
  width: min(720px, 72vw);
}

.origin-hero h1 {
  margin: 10px 0 18px;
  font: 600 clamp(68px, 10vw, 148px)/.72 "Cormorant Garamond", serif;
  letter-spacing: -.055em;
  text-shadow: 0 8px 34px rgba(0, 0, 0, .3);
}

.origin-hero__motto {
  margin: 34px 0 14px;
  color: #e0bd7c;
  font: 600 clamp(20px, 2vw, 28px)/1.3 "Cormorant Garamond", serif;
}

.origin-hero__text {
  max-width: 610px;
  color: rgba(245, 237, 223, .8);
  font-size: 15px;
  line-height: 1.85;
}

.origin-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.origin-text-link { color: inherit; border-bottom: 1px solid rgba(196, 154, 88, .65); padding-bottom: 5px; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.origin-scroll { position: absolute; z-index: 2; bottom: 24px; left: 50%; display: grid; justify-items: center; gap: 7px; color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.origin-scroll span { width: 1px; height: 34px; background: linear-gradient(transparent, var(--origin-gold)); }

.origin-intro,
.origin-plaza,
.journal-panel {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(40px, 8vw, 130px);
  padding: clamp(90px, 12vw, 160px) clamp(24px, 8vw, 140px);
}

.origin-intro { position: relative; background: var(--origin-paper); }
.origin-section-mark { position: absolute; top: 35px; right: 7vw; color: rgba(46, 68, 56, .08); font: 600 180px/1 "Cormorant Garamond", serif; }
.origin-intro__lead { align-self: center; color: var(--origin-forest); font: 600 clamp(30px, 4vw, 54px)/1.08 "Cormorant Garamond", serif; }
.origin-intro__lead p { margin: 0 0 26px; }
.origin-intro__body { max-width: 620px; }
.origin-intro__body h2 { margin: 14px 0 28px; font-size: clamp(38px, 5vw, 66px); line-height: .98; }
.origin-intro__body > p:not(.eyebrow) { color: #526057; line-height: 1.9; }

.origin-heading { max-width: 760px; margin: 0 auto 55px; text-align: center; }
.origin-heading h2 { margin: 10px 0 14px; font-size: clamp(42px, 6vw, 74px); line-height: .95; }
.origin-heading > p:last-child { color: #738078; }

.origin-map-section { padding: clamp(90px, 10vw, 140px) clamp(18px, 5vw, 80px); color: #eee5d5; background: #17241f; }
.origin-map-section .origin-heading > p:last-child { color: rgba(238,229,213,.58); }
.origin-map {
  position: relative;
  width: min(1160px, 100%);
  min-height: 720px;
  margin: auto;
  overflow: hidden;
  border: 1px solid rgba(210, 177, 115, .2);
  border-radius: 46% 54% 45% 55% / 36% 40% 60% 64%;
  background: radial-gradient(ellipse at center, rgba(190,157,94,.17), transparent 14%), radial-gradient(ellipse at 25% 50%, rgba(55,88,66,.9), transparent 31%), radial-gradient(ellipse at 72% 46%, rgba(123,106,69,.58), transparent 34%), radial-gradient(ellipse at 38% 80%, rgba(54,86,89,.75), transparent 24%), #26342c;
  box-shadow: inset 0 0 120px rgba(0,0,0,.55), 0 35px 90px rgba(0,0,0,.22);
}
.origin-map::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: repeating-radial-gradient(circle at 20% 30%, transparent 0 7px, #e7d6af 8px 9px, transparent 10px 18px); mix-blend-mode: soft-light; }
.origin-map__mist { position: absolute; inset: 0; background: linear-gradient(115deg, transparent 10%, rgba(222,231,219,.1) 33%, transparent 49%, rgba(222,231,219,.08) 69%, transparent); filter: blur(14px); animation: originMist 14s ease-in-out infinite alternate; }
.origin-map__roads { position: absolute; inset: 26% 20%; border: 1px solid rgba(220,183,111,.34); border-radius: 50%; box-shadow: 0 0 18px rgba(220,183,111,.12), inset 0 0 18px rgba(220,183,111,.12); }
.origin-map__roads::before, .origin-map__roads::after { content: ""; position: absolute; left: 50%; top: 50%; width: 150%; height: 1px; background: linear-gradient(90deg, transparent, rgba(220,183,111,.42), transparent); transform: translate(-50%,-50%) rotate(22deg); }
.origin-map__roads::after { transform: translate(-50%,-50%) rotate(-48deg); }
.origin-map__center { position: absolute; z-index: 3; left: 50%; top: 50%; display: grid; justify-items: center; width: 170px; padding: 18px 10px; color: #f1dfb8; text-align: center; border: 1px solid rgba(226,191,122,.5); border-radius: 50%; background: rgba(31,49,39,.82); box-shadow: 0 0 50px rgba(208,164,86,.24); transform: translate(-50%,-50%); }
.tree-symbol { display: block; color: #d5af6d; font: 600 52px/1 serif; transform: rotate(180deg); }
.origin-map__center strong { font: 600 20px/1.1 "Cormorant Garamond", serif; }
.origin-map__center small { margin-top: 5px; color: rgba(241,223,184,.63); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.map-region { position: absolute; z-index: 4; display: grid; width: 220px; padding: 18px; color: #f2e7d3; border: 1px solid rgba(227,200,145,.22); background: rgba(24,38,31,.72); box-shadow: 0 15px 38px rgba(0,0,0,.18); backdrop-filter: blur(9px); transition: .35s ease; }
.map-region:hover { z-index: 6; border-color: rgba(227,200,145,.72); background: rgba(38,55,44,.94); transform: translateY(-6px); }
.map-region span { font: 600 25px/1 "Cormorant Garamond", serif; }
.map-region small { margin-top: 8px; color: #d2ae6c; font-size: 10px; }
.map-region em { max-height: 0; margin-top: 0; overflow: hidden; color: rgba(242,231,211,.72); font: italic 14px/1.4 "Cormorant Garamond", serif; opacity: 0; transition: .35s ease; }
.map-region:hover em { max-height: 80px; margin-top: 12px; opacity: 1; }
.map-region--echoes { top: 8%; left: 50%; transform: translateX(-50%); }
.map-region--echoes:hover { transform: translateX(-50%) translateY(-6px); }
.map-region--forest { top: 35%; left: 7%; }
.map-region--traces { top: 34%; right: 7%; }
.map-region--lake { left: 20%; bottom: 9%; }
.map-region--gate { right: 16%; bottom: 7%; }
.origin-map-mobile { display: none; }

.origin-plaza { color: #e9dfcd; background: linear-gradient(135deg, #293b31, #18251f); }
.origin-plaza__copy h2 { margin: 10px 0 26px; font-size: clamp(48px, 7vw, 82px); }
.origin-plaza__copy > p:not(.eyebrow) { color: rgba(233,223,205,.72); line-height: 1.9; }
.origin-tree { align-self: center; margin: 0; padding: clamp(35px, 5vw, 66px); text-align: center; border: 1px solid rgba(208,172,105,.33); background: rgba(11,22,17,.26); }
.origin-tree p { color: #e8d3a6; font: 500 clamp(25px, 3.4vw, 40px)/1.25 "Cormorant Garamond", serif; }
.origin-tree cite { color: rgba(233,223,205,.52); font-size: 9px; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }

.raven-note { display: grid; grid-template-columns: auto minmax(0, 720px); justify-content: center; align-items: center; gap: 28px; padding: 60px 24px; color: #eae1d1; background: #101a17; }
.raven-note__symbol { color: var(--origin-gold); font-size: 24px; }
.raven-note blockquote { margin: 8px 0 0; font: italic 500 clamp(24px, 3vw, 36px)/1.35 "Cormorant Garamond", serif; }

.origin-regions { padding: clamp(90px, 11vw, 150px) clamp(20px, 7vw, 110px); background: #e8e2d4; }
.region-card { position: relative; display: grid; grid-template-columns: 70px minmax(0, 1.25fr) minmax(260px, .75fr); gap: clamp(24px, 5vw, 76px); max-width: 1240px; margin: 0 auto 28px; padding: clamp(34px, 5vw, 70px); overflow: hidden; border: 1px solid rgba(46,68,56,.18); background: rgba(246,242,232,.66); }
.region-card::after { content: ""; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--region-accent, var(--origin-gold)); }
.region-card--echoes { --region-accent: #8a8274; }
.region-card--forest { --region-accent: #61775f; }
.region-card--traces { --region-accent: #a88856; }
.region-card--lake { --region-accent: #6e8b8f; }
.region-card--gate { --region-accent: #bd884a; }
.region-card__number { color: rgba(45,67,55,.17); font: 600 54px/1 "Cormorant Garamond", serif; }
.region-card h3 { margin: 8px 0 4px; font-size: clamp(42px, 5vw, 65px); line-height: .95; }
.region-question { margin: 0 0 25px; color: var(--region-accent); font: italic 600 22px/1.3 "Cormorant Garamond", serif; }
.region-card__copy > p:not(.eyebrow):not(.region-question) { color: #58645d; line-height: 1.8; }
.region-card__aside { align-self: center; padding: 28px; border-left: 1px solid rgba(46,68,56,.18); }
.region-card__aside > span { color: var(--region-accent); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.region-card__aside ul { padding: 0; list-style: none; }
.region-card__aside li { position: relative; padding: 12px 0 12px 20px; color: #394a40; font: 500 17px/1.35 "Cormorant Garamond", serif; border-bottom: 1px solid rgba(46,68,56,.1); }
.region-card__aside li::before { content: "·"; position: absolute; left: 2px; color: var(--region-accent); }
.region-card__aside small { display: block; margin-top: 20px; color: #899087; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.interest-section { padding: clamp(90px, 11vw, 150px) clamp(20px, 7vw, 110px); color: #e9dfce; background: #1d2c25; }
.interest-section .origin-heading > p:last-child { color: rgba(233,223,206,.56); }
.interest-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1240px; margin: auto; border-top: 1px solid rgba(221,186,119,.23); border-left: 1px solid rgba(221,186,119,.23); }
.interest-card { min-height: 310px; padding: clamp(28px, 4vw, 50px); border-right: 1px solid rgba(221,186,119,.23); border-bottom: 1px solid rgba(221,186,119,.23); transition: .3s ease; }
.interest-card:hover { background: rgba(233,211,163,.07); transform: translateY(-4px); }
.interest-card > span { color: #caa563; font-size: 10px; letter-spacing: .14em; }
.interest-card h3 { margin: 25px 0 15px; color: #eee3d0; font-size: 30px; }
.interest-card p { color: rgba(238,227,208,.58); line-height: 1.6; }
.interest-card em { display: block; margin-top: 28px; color: #d4b678; font: italic 18px/1.35 "Cormorant Garamond", serif; }

.journal-panel { align-items: center; background: #d8d1c0; }
.journal-panel h2 { margin: 10px 0 22px; font-size: clamp(48px, 7vw, 82px); }
.journal-panel p { color: #536158; line-height: 1.85; }
.journal-panel .btn { margin-top: 20px; }
.journal-panel ol { margin: 0; padding: 0; list-style: none; counter-reset: journal; border-top: 1px solid rgba(45,67,55,.22); }
.journal-panel li { counter-increment: journal; position: relative; padding: 22px 15px 22px 55px; color: #31443a; font: 600 clamp(20px, 2.4vw, 29px)/1.2 "Cormorant Garamond", serif; border-bottom: 1px solid rgba(45,67,55,.22); }
.journal-panel li::before { content: "0" counter(journal); position: absolute; left: 4px; color: #a37c45; font: 600 10px/2 Inter, sans-serif; }

.origin-tools { padding: clamp(90px, 11vw, 150px) clamp(20px, 7vw, 110px); background: #f0eadc; }
.tools-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; max-width: 1180px; margin: auto; }
.tool-card { display: grid; grid-template-columns: 42% 1fr; overflow: hidden; color: inherit; border: 1px solid rgba(46,68,56,.2); background: rgba(255,255,255,.3); transition: .3s ease; }
.tool-card:hover { border-color: rgba(167,126,68,.55); box-shadow: 0 18px 45px rgba(47,61,52,.11); transform: translateY(-5px); }
.tool-card img { width: 100%; height: 100%; min-height: 340px; object-fit: contain; background: #dcd4c2; }
.tool-card div { align-self: center; padding: clamp(24px, 4vw, 48px); }
.tool-card small { color: #9b7440; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.tool-card h3 { margin: 12px 0; font-size: 35px; }
.tool-card p { color: #637067; line-height: 1.65; }
.tool-card span { display: inline-block; margin-top: 18px; color: #5d4931; font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.origin-tools .center-action { margin-top: 45px; }

.origin-cta { position: relative; min-height: 82vh; display: grid; place-items: center; padding: 110px 24px; color: #f2e8d7; text-align: center; background: linear-gradient(rgba(15,27,23,.76), rgba(15,27,23,.92)), url("assets/hero-atlas.png") 30% center/cover no-repeat; }
.origin-cta__copy { max-width: 850px; }
.origin-cta__copy > p:first-child { color: rgba(242,232,215,.64); line-height: 1.8; }
.origin-cta h2 { margin: 26px 0; color: #f3e5c8; font-size: clamp(58px, 9vw, 112px); line-height: .82; }
.origin-cta__copy > p:nth-of-type(2) { color: #d2ae6d; font: 500 clamp(20px, 3vw, 29px)/1.5 "Cormorant Garamond", serif; }
.origin-cta .btn { margin-top: 25px; }

@keyframes originMist { from { transform: translateX(-2%); opacity: .55; } to { transform: translateX(3%); opacity: .9; } }

@media (max-width: 900px) {
  .origin-intro, .origin-plaza, .journal-panel { grid-template-columns: 1fr; }
  .origin-map { min-height: 620px; }
  .map-region { width: 185px; padding: 14px; }
  .map-region span { font-size: 20px; }
  .region-card { grid-template-columns: 50px 1fr; }
  .region-card__aside { grid-column: 2; }
  .interest-grid { grid-template-columns: repeat(2, 1fr); }
  .tools-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .origin-page .origin-header { color: #f3ead8; }
  .origin-hero { min-height: 760px; padding: 135px 20px 80px; background-position: 36% center; }
  .origin-hero__copy { width: 100%; }
  .origin-hero h1 { font-size: clamp(62px, 20vw, 92px); }
  .origin-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .origin-scroll { display: none; }
  .origin-intro, .origin-plaza, .journal-panel { padding-inline: 22px; }
  .origin-intro__lead { font-size: 33px; }
  .origin-map-section { padding-inline: 20px; }
  .origin-map { display: none; }
  .origin-map-mobile { display: grid; border-top: 1px solid rgba(225,193,131,.25); }
  .origin-map-mobile a { display: grid; grid-template-columns: 34px 1fr; gap: 4px 12px; padding: 22px 4px; color: #ece2d1; border-bottom: 1px solid rgba(225,193,131,.25); }
  .origin-map-mobile span { grid-row: 1 / 3; align-self: center; color: var(--origin-gold); font-size: 9px; }
  .origin-map-mobile strong { font: 600 25px/1 "Cormorant Garamond", serif; }
  .origin-map-mobile small { color: rgba(236,226,209,.55); }
  .raven-note { grid-template-columns: 1fr; text-align: center; }
  .region-card { grid-template-columns: 1fr; padding: 34px 25px; }
  .region-card__number { font-size: 36px; }
  .region-card__aside { grid-column: 1; padding: 22px 0 0; border-left: 0; border-top: 1px solid rgba(46,68,56,.18); }
  .interest-grid { grid-template-columns: 1fr; }
  .interest-card { min-height: 0; }
  .tool-card { grid-template-columns: 1fr; }
  .tool-card img { min-height: 280px; max-height: 360px; }
  .origin-cta { min-height: 720px; }
}
