@font-face {
  font-family: 'Fraunces';
  src: url('./assets/fonts/Fraunces.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Patrick Hand';
  src: url('./assets/fonts/PatrickHand-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Display';
  src: url('./assets/fonts/InterDisplay-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Display';
  src: url('./assets/fonts/InterDisplay-ExtraBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --paper: #f6efdc;
  --ink: #171714;
  --blue: #1559b8;
  --red: #df4a37;
  --green: #398c42;
  --teal: #3f9894;
  --yellow: #efb51c;
  --display: 'Fraunces', Georgia, serif;
  --ui: 'Inter Display', Arial, sans-serif;
  --hand: 'Patrick Hand', cursive;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; background: var(--paper); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--ui); }
a { color: inherit; text-decoration: none; }
h1, h2, p { margin: 0; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.actual-site { position: relative; overflow: hidden; background: var(--paper); }
.actual-site::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  opacity: .34;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
}

/* Homepage: fluid layout and a native, manually controlled game carousel. */
.live-header { position: relative; z-index: 20; display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); max-width: 1600px; margin-inline: auto; min-height: 100px; padding: 20px 5vw; }
.live-wordmark { flex-shrink: 0; font-size: clamp(18px, 1.6vw, 24px); font-weight: 800; letter-spacing: .025em; }
.live-rule { flex: 1; height: 3px; border-bottom: 1px solid var(--blue); border-radius: 50%; }
.live-nav { display: flex; gap: clamp(20px, 2.5vw, 38px); font-size: 12px; font-weight: 800; }
.live-nav a { position: relative; padding-block: 14px; }
.live-nav a:hover { color: var(--red); }
.live-nav .is-active::after { content: ''; position: absolute; bottom: 4px; left: 0; width: 100%; height: 4px; border-radius: 50%; background: repeating-linear-gradient(170deg, var(--blue) 0 2px, transparent 2px 4px); transform: rotate(-4deg); }
.live-menu-toggle { display: none; flex-shrink: 0; width: 44px; height: 44px; margin-left: auto; padding: 10px; align-content: center; gap: 5px; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.live-menu-toggle i { display: block; width: 24px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
.live-menu-toggle[aria-expanded="true"] i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.live-menu-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.live-menu-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.live-face { display: block; flex: 0 0 48px; }
.live-face img { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }
.live-stage { position: relative; display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(40px, 5vw, 80px); max-width: 1600px; margin-inline: auto; padding: 36px 5vw 64px; }
.live-intro { position: relative; min-width: 0; padding: 8px 0 0 24px; }
.live-intro h1 { width: clamp(220px, 24vw, 340px); max-width: 100%; }
.live-intro h1 img { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }
.live-rays { position: absolute; top: -20px; left: 0; width: 48px; height: 40px; transform: rotate(-18deg); }
.live-rays i { position: absolute; width: 3px; height: 18px; border-radius: 3px; background: var(--blue); }
.live-rays i:nth-child(1) { left: 0; top: 14px; transform: rotate(-38deg); }
.live-rays i:nth-child(2) { left: 21px; top: 0; }
.live-rays i:nth-child(3) { right: 0; top: 14px; transform: rotate(37deg); }
.live-title-stroke { display: block; width: clamp(220px, 24vw, 340px); max-width: 100%; height: 9px; margin: 8px 0 20px; border-radius: 50%; background: repeating-linear-gradient(171deg, var(--blue) 0 2px, transparent 2px 4px); transform: rotate(-2deg); }
.live-heart { position: absolute; top: 44%; right: 0; color: var(--blue); font: 44px/1 Arial, sans-serif; transform: rotate(-13deg); }
.live-intro > p { font: clamp(18px, 1.5vw, 23px)/1.4 var(--hand); letter-spacing: .015em; }
.live-city { display: block; width: min(100%, 300px); height: 156px; margin: 18px 0 -20px -20px; background: url('./assets/istanbul-corner-v5-transparent.png') center / contain no-repeat; mix-blend-mode: multiply; }
.live-carousel { position: relative; z-index: 5; min-width: 0; scroll-margin-top: 24px; }
.live-carousel-eyebrow { margin: 0 4px 18px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1.5; }
.live-carousel-track { position: relative; display: flex; align-items: stretch; gap: 20px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
.live-carousel-track::-webkit-scrollbar { display: none; }
.live-card { position: relative; flex: 0 0 100%; min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 440px; overflow: hidden; scroll-snap-align: start; scroll-snap-stop: always; border: 1.5px solid rgba(63,152,148,.72); border-radius: 26px; background: var(--paper); isolation: isolate; }
.live-card-copy { position: relative; z-index: 4; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(24px, 2.5vw, 40px) 12px clamp(24px, 2.5vw, 40px) clamp(24px, 2.5vw, 40px); }
.live-card h2 { margin-top: 22px; font: 610 clamp(34px, 3.1vw, 50px)/1.02 var(--display); font-variation-settings: 'SOFT' 18, 'WONK' 1, 'opsz' 72; letter-spacing: -.055em; }
.live-card-stroke { display: block; flex-shrink: 0; width: 82px; height: 6px; margin: 14px 0 22px; border-radius: 50%; transform: rotate(-4deg); }
.live-card-stroke--blue { background: repeating-linear-gradient(170deg, var(--blue) 0 2px, transparent 2px 4px); }
.live-card-stroke--red { background: repeating-linear-gradient(170deg, var(--red) 0 2px, transparent 2px 4px); }
.live-card-stroke--green { background: repeating-linear-gradient(170deg, var(--green) 0 2px, transparent 2px 4px); }
.live-note { position: relative; max-width: 100%; font: clamp(20px, 1.6vw, 25px)/1.2 var(--hand); }
.live-note::before { content: ''; position: absolute; z-index: -1; inset: -6px 0 -6px -4px; border-radius: 36% 56% 42% 48%; opacity: .2; }
.live-note--blue::before { background: repeating-linear-gradient(43deg, #46bdc1 0 1px, transparent 1px 5px); }
.live-note--red::before { background: repeating-linear-gradient(43deg, var(--red) 0 1px, transparent 1px 5px); }
.live-note--green::before { background: repeating-linear-gradient(43deg, var(--green) 0 1px, transparent 1px 5px); }
.live-wave { width: 64px; height: 34px; background: url('./assets/icon-wave-v2-transparent.webp') center / contain no-repeat; }
.live-cat { width: 48px; height: 40px; background: url('./assets/icon-cat-v2-transparent.webp') center / contain no-repeat; }
.live-prism-mark { width: 32px; height: 32px; margin: 4px 0; transform: rotate(45deg); border: 1.5px solid var(--green); background: repeating-linear-gradient(135deg, rgba(57,140,66,.25) 0 1px, transparent 1px 4px); }
.live-paw { display: none; }
.live-store { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: min(100%, 200px); min-height: 64px; margin-top: 28px; padding: 12px 16px; border-radius: 12px 15px 12px 14px; color: #fffaf0; font-size: 13px; line-height: 1.25; transition: transform .18s ease; }
.live-store strong { font-size: 18px; font-weight: 400; letter-spacing: -.02em; }
.live-store > b { flex-shrink: 0; font-size: 26px; font-weight: 400; }
.live-store--blue { background: var(--blue); }
.live-store--red { background: var(--red); }
.live-store--green { background: var(--green); }
.live-store:hover { transform: translateY(-2px); }
.live-art { position: relative; min-width: 0; background-color: var(--paper); background-repeat: no-repeat; background-blend-mode: multiply; }
.live-art--paint { background-image: url('./assets/paintwaves-hatch-v5-refined-white.webp'); background-position: 72% center; background-size: cover; }
.live-art--mew { background-image: url('./assets/mewmeow-maze-hatch-v10.webp'); background-position: 64% center; background-size: auto 110%; }
.live-art--prism { overflow: hidden; background-image: url('./assets/botanical-hatch-v3.png'); background-position: 94% 54%; background-size: auto 80%; }
.live-art--prism::before, .live-art--prism::after { content: ''; position: absolute; left: 47%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.live-art--prism::before { width: 45%; aspect-ratio: 1; border: 2px solid var(--blue); background: repeating-linear-gradient(135deg, rgba(21,89,184,.24) 0 2px, transparent 2px 6px); box-shadow: 20px -20px 0 -10px rgba(57,140,66,.22), -20px 20px 0 -10px rgba(223,74,55,.2); }
.live-art--prism::after { width: 22%; aspect-ratio: 1; border: 2px solid var(--red); background: rgba(246,239,220,.72); }
.live-art--prism i, .live-art--prism b { position: absolute; left: 47%; display: block; border-radius: 50%; transform: translateX(-50%); }
.live-art--prism i { top: 18%; width: 12px; height: 12px; background: var(--yellow); }
.live-art--prism b { bottom: 18%; width: 60%; height: 24px; border: 2px solid var(--green); border-top: 0; }
.live-art--vesperline { display: flex; align-items: center; justify-content: center; padding: 20px 18px 20px 8px; }
.live-art--vesperline img { display: block; width: 84%; height: auto; object-fit: contain; transform: rotate(3deg); }
.live-available { padding: 7px 10px; border: 1px solid var(--green); border-radius: 16px; color: #28662f; font: 17px/1.25 var(--hand); transform: rotate(-2deg); }
.live-vesperline-links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 28px; }
.live-app-store { display: block; }
.live-app-store img { display: block; width: 144px; max-width: 100%; height: auto; }
.live-game-details { padding-block: 4px; color: var(--blue); font-size: 13px; line-height: 1.5; text-decoration: underline; text-underline-offset: 4px; }
.live-carousel-controls[hidden] { display: none; }
.live-carousel-controls { display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: center; gap: 0 12px; margin: 18px 4px 0; }
.live-carousel-controls > button { width: 48px; height: 48px; border: 1.5px solid var(--blue); border-radius: 50%; background: transparent; color: var(--blue); font: 26px var(--ui); cursor: pointer; }
.live-carousel-controls > button:hover { background: var(--blue); color: var(--paper); }
.live-carousel-controls [data-carousel-prev] { grid-area: 1 / 1; }
.live-carousel-controls [data-carousel-next] { grid-area: 1 / 3; }
.live-carousel-pagination { display: flex; justify-content: center; grid-area: 1 / 2; }
.live-carousel-pagination button { display: grid; place-items: center; width: 36px; height: 44px; padding: 0; border: 0; background: transparent; color: var(--blue); cursor: pointer; }
.live-carousel-pagination button::before { content: ''; width: 9px; height: 9px; border: 1.5px solid currentColor; border-radius: 50%; transition: width .2s, background .2s; }
.live-carousel-pagination [aria-current="true"]::before { width: 26px; border-radius: 8px; background: currentColor; }
.live-carousel-controls p { grid-area: 2 / 1 / auto / -1; margin-top: 4px; color: var(--blue); font: 20px/1.4 var(--hand); text-align: center; }
.actual-site a:focus-visible, .actual-site button:focus-visible, .live-carousel-track:focus-visible, .live-menu-toggle:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.live-floating-wave, .live-star, .live-botanical, .live-sun, .live-birds, .live-dots, .live-made { position: absolute; pointer-events: none; }
.live-floating-wave { bottom: 26px; left: 43%; width: 48px; height: 28px; background: url('./assets/icon-wave-v2-transparent.webp') center / contain no-repeat; opacity: .75; transform: rotate(-15deg); }
.live-star { top: 14px; left: 34%; width: 44px; height: 48px; background: url('./assets/star-hatch-v3.png') center / contain no-repeat; }
.live-botanical { bottom: 16px; right: 20%; width: 48px; height: 64px; background: url('./assets/botanical-hatch-v3.png') center / contain no-repeat; transform: rotate(-16deg); }
.live-sun, .live-birds, .live-dots, .live-made { display: none; }
.live-after, .live-diary { padding: clamp(56px, 7vw, 112px) 8vw; }
.live-after { background: var(--blue); color: var(--paper); }
.live-diary { background: var(--yellow); color: var(--ink); }
.live-after > p, .live-diary > p { font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.live-after h2, .live-diary h2 { max-width: 1050px; margin-top: 24px; font: 620 clamp(40px, 6vw, 88px)/1.04 var(--display); font-variation-settings: 'SOFT' 25, 'WONK' 1, 'opsz' 90; letter-spacing: -.045em; }
.live-after .live-about-copy { max-width: 720px; margin-top: 28px; font-size: 1.1rem; font-weight: 400; letter-spacing: 0; line-height: 1.65; }
.live-investor-link { display: inline-flex; align-items: center; gap: 24px; max-width: 100%; margin-top: 32px; padding: 16px 22px; border: 1.5px solid var(--paper); border-radius: 12px 16px 12px 14px; background: var(--paper); color: var(--blue); font: clamp(21px, 2vw, 30px)/1.25 var(--hand); }
.live-investor-link:hover { background: transparent; color: var(--paper); }
.live-investor-link span { flex-shrink: 0; }
.live-footer { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; padding: 32px 8vw; background: var(--ink); color: var(--paper); font-size: .72rem; font-weight: 800; letter-spacing: .06em; line-height: 1.6; }
.live-footer > span:first-child { flex-shrink: 0; }
.investor-page a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 5px; }

@media (max-width: 1000px) {
  .live-stage { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-top: 24px; }
  .live-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; padding-left: 16px; }
  .live-intro h1 { width: 240px; grid-area: 1 / 1; }
  .live-title-stroke { width: 240px; grid-area: 2 / 1; }
  .live-intro > p { grid-area: 3 / 1; }
  .live-city { grid-area: 1 / 2 / 4 / 3; width: 100%; height: 240px; margin: 0; }
  .live-heart { right: 8%; top: 0; }
  .live-star { top: 36px; left: auto; right: 30%; }
  .live-botanical { bottom: 4px; right: 10%; width: 32px; height: 44px; }
  .live-floating-wave { bottom: 12px; left: 12%; }
  .live-card h2 { font-size: clamp(36px, 5vw, 48px); }
  .live-card-copy { padding: 32px; }
  .live-note { font-size: 23px; }
}
@media (max-width: 760px) {
  .live-header { gap: 20px; padding-inline: 24px; min-height: 84px; }
  .live-rule { display: none; }
  .live-nav { margin-left: auto; gap: 18px; font-size: 11px; }
}
@media (max-width: 620px) {
  .live-header { padding: 14px 20px; gap: 10px; }
  .live-menu-toggle { display: grid; }
  .live-face { flex-basis: 44px; }
  .live-nav { position: absolute; top: calc(100% - 8px); right: 20px; width: min(220px, calc(100vw - 40px)); margin: 0; padding: 12px 20px; flex-direction: column; gap: 0; border: 1px solid rgba(21,89,184,.45); border-radius: 18px; background: var(--paper); box-shadow: 5px 7px 0 rgba(21,89,184,.12); font-size: 13px; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .18s, transform .18s; }
  .live-nav a { width: 100%; min-height: 44px; }
  .live-nav .is-active::after { width: 48px; }
  .live-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
  .live-stage { padding: 24px 20px 54px; gap: 28px; }
  .live-intro { display: block; padding: 0 4px; }
  .live-intro h1 { width: 210px; }
  .live-title-stroke { width: 220px; margin-bottom: 16px; }
  .live-intro > p { font-size: 18px; }
  .live-city { width: min(200px, 100%); height: 120px; margin: 16px auto 0; }
  .live-heart { top: 180px; right: 2%; font-size: 40px; }
  .live-rays { top: -15px; left: -10px; transform: scale(.65) rotate(-18deg); }
  .live-star { top: 90px; right: 24px; width: 34px; height: 40px; }
  .live-carousel-eyebrow { font-size: 10px; letter-spacing: .09em; margin-bottom: 12px; }
  .live-card { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); min-height: 0; border-radius: 22px; }
  .live-card-copy { padding: clamp(16px, 4vw, 28px) 8px clamp(16px, 4vw, 28px) clamp(16px, 4vw, 28px); }
  .live-card h2 { font-size: clamp(25px, 5.6vw, 34px); margin-top: 16px; }
  .live-card-stroke { margin: 12px 0 16px; }
  .live-note { font-size: clamp(17px, 3.6vw, 21px); }
  .live-wave { width: 48px; height: 26px; }
  .live-cat { width: 40px; height: 32px; }
  .live-prism-mark { width: 26px; height: 26px; }
  .live-store, .live-vesperline-links { margin-top: 22px; }
  .live-available { max-width: 100%; padding: 6px 8px; font-size: clamp(14px, 3vw, 17px); }
  .live-app-store img { width: clamp(120px, 25vw, 144px); }
  .live-store { min-height: 56px; padding: 10px; gap: 8px; }
  .live-store strong { font-size: clamp(14px, 3vw, 18px); }
  .live-store > b { font-size: 22px; }
  .live-art--vesperline { padding: 12px 10px 12px 0; }
  .live-art--vesperline img { transform: none; }
  .live-art--paint { background-position: center 60%; }
  .live-art--mew { background-position: 64% center; }
  .live-after, .live-diary { padding-inline: 24px; }
  .live-after h2, .live-diary h2 { font-size: clamp(38px, 10vw, 56px); }
  .live-footer { padding: 28px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .live-store, .live-nav, .live-menu-toggle i, .live-carousel-pagination button::before { transition: none; }
}

/* Paint Waves public pages */
.live-footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 24px; }
.live-footer a:hover, .sub-footer a:hover { color: var(--yellow); }

.subpage { min-height: 100vh; background: var(--paper); }
.subpage::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: .17;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E");
}
.sub-header {
  position: sticky;
  top: 0;
  z-index: 25;
  min-height: 82px;
  padding: 0 clamp(22px,5vw,78px);
  display: flex;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid rgba(21,89,184,.22);
  background: rgba(246,239,220,.94);
  backdrop-filter: blur(14px);
}
.sub-wordmark {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: .045em;
}
.sub-wordmark i { position: relative; width: 16px; height: 19px; transform: rotate(-23deg); }
.sub-wordmark i::before {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
  box-shadow: 0 6px 0 var(--ink), 0 12px 0 var(--ink);
}
.sub-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px,2.3vw,38px); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.sub-nav a { position: relative; padding: 8px 0; }
.sub-nav a:hover { color: var(--red); }
.sub-nav .is-active::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 4px;
  border-radius: 50%;
  background: repeating-linear-gradient(170deg, var(--blue) 0 2px, transparent 2px 4px);
  transform: rotate(-2deg);
}
.sub-menu-toggle { flex: 0 0 auto; }

.pw-hero {
  position: relative;
  min-height: min(760px,calc(100vh - 82px));
  padding: clamp(64px,8vw,126px) clamp(24px,8vw,130px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: 5vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(25,218,241,.32), transparent 25%),
    radial-gradient(circle at 64% 85%, rgba(255,46,168,.36), transparent 30%),
    #241250;
  color: #fffaf0;
}
.pw-hero::before {
  content: '';
  position: absolute;
  width: 34vw;
  height: 34vw;
  min-width: 430px;
  min-height: 430px;
  right: -9vw;
  top: -11vw;
  border: 2px solid rgba(255,255,255,.16);
  border-radius: 48% 52% 49% 51%;
  transform: rotate(18deg);
}
.pw-hero-copy { min-width: 0; position: relative; z-index: 3; max-width: 690px; }
.pw-kicker, .pw-eyebrow { font-size: .72rem; font-weight: 800; letter-spacing: .13em; line-height: 1.35; }
.pw-kicker { display: flex; align-items: center; gap: 9px; color: #42e2f4; }
.pw-kicker span { flex-shrink: 0; width: 8px; height: 8px; border-radius: 50%; background: #ffcc20; box-shadow: 0 0 0 5px rgba(255,204,32,.16); }
.pw-hero h1 {
  margin-top: 24px;
  font-family: var(--display);
  font-size: clamp(5.2rem,10.2vw,10.5rem);
  font-weight: 650;
  font-variation-settings: 'SOFT' 35, 'WONK' 1, 'opsz' 100;
  letter-spacing: -.085em;
  line-height: .72;
}
.pw-lede { max-width: 620px; margin-top: 38px; color: rgba(255,250,240,.86); font-size: clamp(1.1rem,1.6vw,1.45rem); line-height: 1.5; }
.pw-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.pw-button {
  min-height: 52px;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid currentColor;
  border-radius: 13px 15px 12px 14px;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .07em;
}
.pw-button b { font-size: 1.2rem; line-height: .5; }
.pw-button--muted { color: rgba(255,250,240,.62); cursor: default; }
.pw-button--paper { border-color: var(--paper); background: var(--paper); color: #241250; transition: transform .18s ease; }
.pw-button--paper:hover, .pw-button--ink:hover { transform: translate(2px,-2px) rotate(-.35deg); }
.pw-button--ink { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.pw-platform { margin-top: 20px; color: rgba(255,250,240,.55); font-size: .73rem; letter-spacing: .04em; }
.pw-hero-art { position: relative; z-index: 2; min-height: 490px; display: grid; place-items: center; }
.pw-hero-art::before {
  content: '';
  position: absolute;
  width: min(42vw,630px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(27,212,239,.48), rgba(244,44,164,.4));
  filter: blur(2px);
}
.pw-hero-art::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: min(43vw,650px);
  height: min(16vw,230px);
  bottom: 6%;
  border-radius: 50%;
  background: rgba(11,4,36,.45);
  filter: blur(18px);
}
.pw-hero-art img { max-width: 100%; position: relative; z-index: 1; width: min(43vw,660px); max-height: 620px; object-fit: contain; filter: drop-shadow(0 30px 30px rgba(6,2,23,.36)); }

.pw-facts { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid rgba(21,89,184,.24); background: var(--yellow); }
.pw-facts p { min-height: 122px; padding: 28px 26px; display: flex; flex-direction: column; justify-content: center; gap: 7px; border-right: 1px solid rgba(23,23,20,.28); }
.pw-facts p:last-child { border-right: 0; }
.pw-facts strong { font-size: .77rem; letter-spacing: .1em; }
.pw-facts span { font-family: var(--hand); font-size: 1.25rem; }

.pw-section { padding: clamp(78px,9vw,145px) clamp(24px,8vw,130px); }
.pw-section-heading { max-width: 790px; }
.pw-eyebrow { color: var(--blue); }
.pw-section-heading h2, .pw-model-copy h2, .pw-section--privacy h2 {
  margin-top: 18px;
  font-family: var(--display);
  font-size: clamp(2.5rem,6vw,6rem);
  font-weight: 620;
  font-variation-settings: 'SOFT' 28, 'WONK' 1, 'opsz' 90;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.pw-section-heading > p:last-child { max-width: 640px; margin-top: 26px; font-size: 1rem; line-height: 1.65; }
.pw-screens { margin-top: 70px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(18px,3vw,48px); align-items: start; }
.pw-shot { margin: 0; padding: 13px 13px 18px; border: 1px solid rgba(21,89,184,.35); border-radius: 28px 25px 30px 26px; background: rgba(255,255,255,.42); box-shadow: 11px 14px 0 rgba(21,89,184,.1); }
.pw-shot--one { transform: rotate(-1.3deg); }
.pw-shot--two { margin-top: 44px; transform: rotate(1.1deg); }
.pw-shot--three { transform: rotate(-.5deg); }
.pw-shot img { width: 100%; display: block; aspect-ratio: 9/16; object-fit: cover; border-radius: 18px; }
.pw-shot figcaption { padding: 17px 7px 3px; color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }

.pw-section--play { background: var(--blue); color: var(--paper); }
.pw-section-heading--light .pw-eyebrow { color: #82edf2; }
.pw-steps { margin: 68px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; list-style: none; }
.pw-steps li { min-height: 300px; padding: clamp(20px, 2.5vw, 34px); border: 1px solid rgba(246,239,220,.36); border-radius: 26px 30px 24px 28px; background: rgba(246,239,220,.07); }
.pw-steps span { color: #82edf2; font-family: var(--hand); font-size: 1.5rem; }
.pw-steps h3 { margin: 40px 0 14px; font-family: var(--display); font-size: clamp(2rem, 3.6vw, 3.4rem); font-weight: 620; letter-spacing: -.05em; }
.pw-steps p { color: rgba(246,239,220,.82); font-size: 1rem; line-height: 1.6; }

.pw-section--model { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); align-items: center; gap: clamp(44px,8vw,130px); background: var(--yellow); }
.pw-model-copy > p:not(.pw-eyebrow) { max-width: 700px; margin-top: 30px; font-size: 1.04rem; line-height: 1.7; }
.pw-price-note { padding-top: 22px; border-top: 1px solid rgba(23,23,20,.3); font-size: .84rem !important; }
.pw-model-card { border: 2px solid var(--ink); border-radius: 30px 26px 32px 28px; background: var(--paper); box-shadow: 13px 15px 0 var(--ink); transform: rotate(1deg); }
.pw-model-card p { min-height: 92px; padding: 22px 26px; display: flex; flex-direction: column; justify-content: center; gap: 6px; border-bottom: 1px solid rgba(23,23,20,.28); }
.pw-model-card p:last-child { border-bottom: 0; }
.pw-model-card strong { color: var(--blue); font-size: .75rem; letter-spacing: .1em; }
.pw-model-card span { font-family: var(--hand); font-size: 1.3rem; }

.pw-section--privacy { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(50px,9vw,150px); align-items: start; }
.pw-section--privacy > div > p:last-child { max-width: 700px; margin-top: 30px; font-size: 1.04rem; line-height: 1.7; }
.pw-resource-links { display: grid; border-top: 1px solid rgba(21,89,184,.35); }
.pw-resource-links a { position: relative; min-height: 115px; padding: 25px 58px 25px 0; display: flex; flex-direction: column; justify-content: center; gap: 5px; border-bottom: 1px solid rgba(21,89,184,.35); }
.pw-resource-links span { color: var(--blue); font-size: .67rem; font-weight: 800; letter-spacing: .1em; }
.pw-resource-links strong { font-family: var(--display); font-size: 2rem; font-weight: 600; letter-spacing: -.04em; }
.pw-resource-links b { position: absolute; right: 4px; top: 50%; color: var(--red); font-size: 2rem; transform: translateY(-50%); transition: transform .18s ease; }
.pw-resource-links a:hover b { transform: translate(5px,-50%); }

.sub-footer { overflow-wrap: anywhere; flex-wrap: wrap; line-height: 1.6; min-height: 76px; padding: 24px clamp(24px,8vw,130px); display: flex; justify-content: space-between; gap: 20px; background: var(--ink); color: var(--paper); font-size: .7rem; font-weight: 800; letter-spacing: .08em; }

/* Support and policy pages */
.policy-main { padding-bottom: 100px; }
.policy-hero { padding: clamp(76px,9vw,140px) clamp(24px,10vw,165px); border-bottom: 1px solid rgba(21,89,184,.24); }
.policy-hero--support { background: var(--yellow); }
.policy-hero--privacy { background: var(--blue); color: var(--paper); }
.policy-hero--privacy .pw-eyebrow { color: #82edf2; }
.policy-hero--terms { background: #f0b3d8; }
.policy-hero h1 { max-width: 1000px; margin-top: 20px; font-family: var(--display); font-size: clamp(4rem,8.7vw,9rem); font-weight: 630; font-variation-settings: 'SOFT' 30, 'WONK' 1, 'opsz' 90; letter-spacing: -.075em; line-height: .78; }
.policy-hero > p:not(.pw-eyebrow,.policy-date,.policy-response) { max-width: 720px; margin-top: 32px; font-size: clamp(1.08rem,1.6vw,1.35rem); line-height: 1.6; }
.policy-hero .pw-button { margin-top: 32px; }
.policy-date, .policy-response { margin-top: 22px; font-size: .74rem; font-weight: 800; letter-spacing: .06em; opacity: .7; }
.policy-summary { display: grid; grid-template-columns: repeat(3,1fr); background: var(--yellow); border-bottom: 1px solid rgba(23,23,20,.25); }
.policy-summary p { min-height: 118px; padding: 28px clamp(22px,4vw,60px); display: flex; flex-direction: column; justify-content: center; gap: 8px; border-right: 1px solid rgba(23,23,20,.25); }
.policy-summary p:last-child { border-right: 0; }
.policy-summary strong { font-size: .72rem; letter-spacing: .11em; }
.policy-summary span { font-family: var(--hand); font-size: 1.15rem; line-height: 1.2; }
.policy-grid { width: min(1180px,calc(100% - 48px)); margin: 88px auto 0; display: grid; grid-template-columns: 210px minmax(0,760px); justify-content: center; align-items: start; gap: clamp(46px,8vw,120px); }
.policy-toc { position: sticky; top: 116px; display: grid; gap: 13px; max-height: calc(100dvh - 140px); overflow-y: auto; padding-right: 12px; scrollbar-width: thin; }
.policy-toc strong { margin-bottom: 8px; color: var(--blue); font-size: .68rem; letter-spacing: .11em; }
.policy-toc a { width: fit-content; color: rgba(23,23,20,.66); font-size: .78rem; font-weight: 800; line-height: 1.3; }
.policy-toc a:hover { color: var(--red); }
.policy-content { min-width: 0; overflow-wrap: anywhere; }
.policy-content section { padding: 0 0 56px; margin-bottom: 56px; border-bottom: 1px solid rgba(21,89,184,.25); scroll-margin-top: 116px; }
.policy-content section:last-child { margin-bottom: 0; }
.policy-content h2 { margin-bottom: 24px; font-family: var(--display); font-size: clamp(2.35rem,4vw,3.9rem); font-weight: 620; letter-spacing: -.055em; line-height: .96; }
.policy-content h3 { margin-bottom: 10px; font-family: var(--display); font-size: 1.65rem; font-weight: 620; letter-spacing: -.035em; }
.policy-content p, .policy-content li { font-size: 1rem; line-height: 1.75; }
.policy-content p + p { margin-top: 18px; }
.policy-content ul { margin: 22px 0 0; padding-left: 22px; }
.policy-content li + li { margin-top: 10px; }
.policy-content a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.policy-content pre { max-width: 100%; margin-top: 22px; padding: 22px; overflow-x: auto; border: 1px solid rgba(21,89,184,.28); border-radius: 16px; background: rgba(21,89,184,.05); font: 500 .78rem/1.55 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; white-space: pre-wrap; overflow-wrap: anywhere; }
.policy-note { margin-top: 28px; padding: 24px 26px; border: 1px solid rgba(21,89,184,.45); border-radius: 18px 21px 17px 20px; background: rgba(21,89,184,.06); }
.policy-note strong { color: var(--blue); font-size: .73rem; letter-spacing: .09em; }
.policy-note p { margin-top: 7px !important; font-family: var(--hand); font-size: 1.18rem; line-height: 1.35; }
.support-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.support-cards article { min-height: 220px; padding: 25px; border: 1px solid rgba(21,89,184,.34); border-radius: 22px 25px 20px 24px; background: rgba(255,255,255,.34); }
.support-cards p { font-size: .92rem; line-height: 1.6; }

@media (max-width: 980px) {
  .pw-hero { grid-template-columns: 1fr; min-height: auto; padding-bottom: 30px; }
  .pw-hero-copy { max-width: 760px; }
  .pw-hero-art { min-height: 440px; }
  .pw-hero-art img { width: min(86vw,720px); max-height: 520px; }
  .pw-facts { grid-template-columns: repeat(2,1fr); }
  .pw-facts p:nth-child(2) { border-right: 0; }
  .pw-facts p:nth-child(-n+2) { border-bottom: 1px solid rgba(23,23,20,.28); }
  .pw-section--model, .pw-section--privacy { grid-template-columns: 1fr; }
  .pw-model-card { max-width: 680px; transform: none; }
  .policy-grid { grid-template-columns: 1fr; gap: 50px; }
  .policy-toc { position: static; max-height: none; overflow-y: visible; grid-template-columns: repeat(3,minmax(0,1fr)); padding-bottom: 26px; border-bottom: 1px solid rgba(21,89,184,.25); }
  .policy-toc strong { grid-column: 1/-1; }
}

@media (max-width: 980px) {
  .sub-header { min-height: 76px; padding-inline: 18px; }
  .sub-nav {
    position: absolute;
    top: 68px;
    right: 16px;
    width: 190px;
    max-height: calc(100dvh - 96px);
    overflow-y: auto;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    border: 1px solid rgba(21,89,184,.45);
    border-radius: 18px;
    background: rgba(246,239,220,.99);
    box-shadow: 5px 7px 0 rgba(21,89,184,.12);
    font-size: .74rem;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease;
  }
  .sub-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .sub-menu-toggle { margin-left: auto; display: grid; }
  .sub-nav a { min-height: 44px; width: 100%; display: flex; align-items: center; }
}

@media (max-width: 760px) {
  .pw-hero { padding: 58px 22px 16px; }
  .pw-hero h1 { font-size: clamp(5rem,26vw,8.5rem); }
  .pw-hero-art { min-height: 330px; }
  .pw-hero-art::before { min-width: 290px; min-height: 290px; width: 82vw; }
  .pw-facts { grid-template-columns: 1fr; }
  .pw-facts p { min-height: 96px; border-right: 0; border-bottom: 1px solid rgba(23,23,20,.28); }
  .pw-facts p:nth-child(-n+2) { border-bottom: 1px solid rgba(23,23,20,.28); }
  .pw-facts p:last-child { border-bottom: 0; }
  .pw-screens { margin-top: 50px; grid-template-columns: 1fr; }
  .pw-shot { width: min(100%,430px); margin-inline: auto; transform: none; }
  .pw-shot--two { margin-top: 0; }
  .pw-steps { grid-template-columns: 1fr; }
  .pw-steps li { min-height: 240px; }
  .pw-section--model { gap: 54px; }
  .pw-model-card { box-shadow: 7px 9px 0 var(--ink); }
  .sub-footer, .live-footer { flex-direction: column; }
  .live-footer-links { justify-content: flex-start; }
  .policy-hero { padding-inline: 24px; }
  .policy-hero h1 { font-size: clamp(3rem,16vw,6rem); overflow-wrap: anywhere; line-height: .98; }
  .policy-summary { grid-template-columns: 1fr; }
  .policy-summary p { min-height: 96px; border-right: 0; border-bottom: 1px solid rgba(23,23,20,.25); }
  .policy-summary p:last-child { border-bottom: 0; }
  .policy-grid { width: min(100% - 38px,760px); margin-top: 64px; }
  .policy-toc { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .support-cards { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .pw-button--paper, .pw-button--ink, .pw-resource-links b, .sub-nav { transition: none; }
}

/* MewMeow Escape public pages */
.mm-body .sub-header { border-bottom-color: rgba(28,126,195,.25); }
.mm-body .pw-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(255,238,111,.78), transparent 26%),
    radial-gradient(circle at 62% 88%, rgba(255,111,166,.42), transparent 31%),
    linear-gradient(145deg, #55d5f5 0%, #8fe9f6 48%, #75cdf7 100%);
  color: #173e72;
}
.mm-body .pw-hero h1 { font-size: clamp(4rem,8vw,8rem); }
.mm-body .pw-hero::before { border-color: rgba(255,255,255,.42); }
.mm-body .pw-kicker { color: #b53b69; }
.mm-body .pw-kicker span { background: #ffcb35; box-shadow: 0 0 0 5px rgba(255,203,53,.28); }
.mm-body .pw-lede { color: rgba(23,62,114,.86); }
.mm-body .pw-button--muted { color: rgba(23,62,114,.64); }
.mm-body .pw-button--paper { border-color: #fff8e7; background: #fff8e7; color: #173e72; }
.mm-body .pw-platform { color: rgba(23,62,114,.66); }
.mm-body .pw-hero-art::before { background: linear-gradient(145deg, rgba(255,246,173,.8), rgba(255,131,181,.5)); }
.mm-body .pw-hero-art::after { background: rgba(27,104,155,.2); }
.mm-body .pw-hero-art img { width: min(36vw,540px); filter: drop-shadow(0 30px 30px rgba(26,86,126,.25)); }
.mm-body .pw-facts { background: #ffe36d; }
.mm-body .pw-section--play { background: #147fca; }
.mm-body .pw-section-heading--light .pw-eyebrow { color: #b7f4ff; }
.mm-body .pw-section--model { background: #ffd8e7; }
.mm-body .pw-section--privacy { background: #fff8e7; }
.mm-body .mm-policy-hero--support { background: #ffe36d; }
.mm-body .mm-policy-hero--privacy { background: #147fca; }
.mm-body .mm-policy-hero--terms { background: #ffb1cf; }
.mm-body .policy-summary { background: #ffe36d; }

@media (max-width: 980px) {
  .mm-body .pw-hero-art img { width: min(72vw,540px); }
}

@media (max-width: 760px) {
  .mm-body .pw-hero h1 { font-size: clamp(4.4rem,21vw,7.4rem); line-height: .76; }
  .mm-body .pw-hero-art img { width: min(76vw,470px); max-height: 410px; }
}

/* Prism Gardens public pages */
.prism-body .sub-header { border-bottom-color: rgba(93,72,170,.3); }
.prism-body .sub-nav .is-active::after { background: repeating-linear-gradient(170deg, #398c42 0 2px, transparent 2px 4px); }
.prism-hero {
  background:
    radial-gradient(circle at 82% 15%, rgba(103,220,205,.28), transparent 24%),
    radial-gradient(circle at 68% 85%, rgba(159,83,225,.35), transparent 31%),
    linear-gradient(145deg, #0b1730 0%, #18244b 52%, #31164d 100%);
}
.prism-body .pw-kicker { color: #87eed4; }
.prism-body .pw-kicker span { background: #e8bd48; box-shadow: 0 0 0 5px rgba(232,189,72,.2); }
.prism-body .pw-hero-art::before { background: linear-gradient(145deg, rgba(83,215,198,.38), rgba(145,72,213,.46)); }
.prism-body .pw-hero-art img { width: min(36vw,550px); border-radius: 23%; filter: drop-shadow(0 30px 34px rgba(2,7,24,.5)); }
.prism-body .pw-facts { background: #d8bd66; }
.prism-body .pw-section--play { background: #172b4f; }
.prism-body .pw-section-heading--light .pw-eyebrow { color: #93f0d7; }
.prism-body .pw-section--model { background: #cfc4ee; }
.prism-body .pw-section--privacy { background: #f4f0df; }
.prism-body .policy-hero--support { background: #d8bd66; }
.prism-body .policy-hero--privacy { background: #172b4f; }
.prism-body .policy-hero--privacy .pw-eyebrow { color: #93f0d7; }
.prism-body .policy-hero--terms { background: #cfc4ee; }
.prism-body .policy-summary { background: #d8bd66; }

@media (max-width: 980px) {
  .prism-body .pw-hero-art img { width: min(70vw,550px); }
}

@media (max-width: 760px) {
  .prism-body .pw-hero h1 { font-size: clamp(4.2rem,20vw,7.2rem); line-height: .76; }
  .prism-body .pw-hero-art img { width: min(76vw,470px); max-height: 430px; }
}

/* Vesperline keeps the shared paper site and uses the cabinet palette locally. */
.vesperline-body { --blue: #174da0; }
.vesperline-hero { background: radial-gradient(ellipse at 78% 44%, #26776d88, transparent 55%), #102c35; }
.vesperline-hero::before { border-color: #d9b66c44; }
.vesperline-hero .pw-hero-art::before, .vesperline-hero .pw-hero-art::after { display: none; }
.vesperline-hero .pw-hero-art img { width: min(38vw,530px); border-radius: 17%; transform: rotate(3deg); border: 1px solid #c39b5666; }
.vesperline-wordmark { display: block; width: 100%; height: auto; max-width: 600px; }
.vesperline-hero h1 { margin: 12px 0 0; }
.vesperline-tagline { font-family: var(--display); font-size: clamp(2.1rem,3.2vw,3.6rem); line-height: 1.1; margin-top: 20px; letter-spacing: -.04em; }
.vesperline-hero .pw-lede { margin-top: 22px; }
.vesperline-hero .pw-platform { color: #c4d5d1; line-height: 1.6; }
.vesperline-hero .pw-kicker { color: #e4c689; }
.vesperline-body .pw-facts, .vesperline-body .pw-section--model, .vesperline-body .policy-summary { background: #e6d7ad; }
.vesperline-body .pw-facts span { font-family: inherit; font-size: .95rem; line-height: 1.5; }
.vesperline-body .pw-section--play { background: #163d53; }
.vesperline-body .pw-shot img { object-fit: contain; background: #03080c; }
.vesperline-body .pw-shot figcaption { line-height: 1.6; }
.vesperline-body .policy-hero--privacy { background: #163d53; }
.vesperline-body .policy-hero--terms { background: #e6d7ad; }
.vesperline-body .policy-hero--support { background: #c9dace; }
.vesperline-body .policy-hero h1 { line-height: .94; }
.vesperline-body .policy-content { overflow-wrap: anywhere; }
.vesperline-body .policy-date { opacity: 1; }
.vesperline-body .pw-price-note a { text-decoration: underline; text-underline-offset: 3px; }
.vesperline-body a:focus-visible, .vesperline-body button:focus-visible { outline: 3px solid #bd692f; outline-offset: 5px; }
@media (max-width: 980px) {
  .vesperline-hero .pw-hero-art { min-height: 0; padding-block: 20px; }
  .vesperline-hero .pw-hero-art img { width: min(75vw,420px); }
  .vesperline-hero .pw-hero-copy { min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .vesperline-body *, .vesperline-body *::before, .vesperline-body *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
/* Explicit dimensions reserve space; rendered artwork keeps its native ratio. */
.vesperline-body img { height: auto; }

/* Vesperline editorial resources: native text, whole artwork and direct downloads. */
.vesperline-faq { background: #eaf0e8; }
.vesperline-faq .pw-section-heading h2 { font-size: clamp(2.75rem,5vw,4.75rem); line-height: 1.05; letter-spacing: -.035em; }
.faq-list { margin-top: 42px; border-top: 1px solid #174da055; }
.faq-list details { border-bottom: 1px solid #174da055; }
.faq-list summary { cursor: pointer; padding: 24px 8px; font-size: 1.15rem; font-weight: 800; line-height: 1.45; }
.faq-list summary::marker { color: #174da0; }
.faq-list summary:focus-visible { outline: 3px solid #bd692f; outline-offset: 3px; }
.faq-list details p { max-width: 850px; padding: 0 8px 28px; font-size: 1.05rem; line-height: 1.75; }
.press-inline { margin-top: 32px; font-size: 1rem; line-height: 1.8; }
.press-inline a, .press-text-link, .press-facts a, .press-credit a, .press-assets figcaption a { text-decoration: underline; text-underline-offset: 4px; }
.press-hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(230px,310px); gap: 72px; padding: 48px clamp(24px,8vw,130px) 64px; background: #102c35; color: #f6efdc; }
.press-hero-copy { min-width: 0; }
.press-breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 42px; font-size: .9rem; color: #c4d5d1; }
.press-breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.press-hero .pw-eyebrow { color: #e4c689; }
.press-hero h1 { margin: 18px 0 26px; font-family: var(--display); font-size: clamp(3.5rem,6.4vw,6rem); line-height: .98; letter-spacing: -.05em; font-weight: 620; }
.press-hero h1 span { color: #e4c689; }
.press-lede { max-width: 640px; font-size: 1.25rem; line-height: 1.6; }
.press-status { margin-top: 22px; color: #c4d5d1; font-size: .95rem; line-height: 1.6; }
.press-hero-shot { align-self: center; margin: 0; }
.press-hero-shot img { display: block; width: 100%; object-fit: contain; border: 1px solid #e4c68988; border-radius: 20px; }
.press-hero-shot figcaption { margin-top: 15px; color: #e4c689; font-size: .8rem; line-height: 1.5; letter-spacing: .04em; text-align: center; }
.press-overview { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.9fr); align-items: start; gap: 64px; }
.press-body h2 { font-family: var(--display); font-size: clamp(2.2rem,3.3vw,3.2rem); font-weight: 620; letter-spacing: -.045em; line-height: 1.08; }
.press-story h2, .press-heading h2, .press-contact h2 { margin-top: 16px; }
.press-story p:not(.pw-eyebrow), .press-heading p:not(.pw-eyebrow), .press-contact p:not(.pw-eyebrow) { margin-top: 24px; font-size: 1.05rem; line-height: 1.75; }
.press-text-link { display: inline-block; margin-top: 24px; font-size: 1.05rem; line-height: 1.6; overflow-wrap: anywhere; }
.press-facts { padding: 30px; background: #e6d7ad; border: 1px solid #b89556; border-radius: 20px; }
.press-facts h2 { font-size: 2rem; }
.press-facts dl { margin: 24px 0 0; }
.press-facts dl div { border-top: 1px solid #102c3533; padding: 15px 0; }
.press-facts dl div:last-child { padding-bottom: 0; }
.press-facts dt { color: #174da0; font-size: .9rem; font-weight: 800; }
.press-facts dd { margin: 6px 0 0; font-size: 1rem; line-height: 1.6; overflow-wrap: anywhere; }
.press-assets { background: #eaf0e8; }
.press-heading { max-width: 760px; }
.press-screens { margin-top: 42px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.press-screens figure, .press-artwork figure { margin: 0; min-width: 0; }
.press-screens img { display: block; width: 100%; object-fit: contain; border-radius: 18px; border: 1px solid #102c3555; }
.press-assets figcaption { display: flex; flex-direction: column; gap: 10px; padding-top: 18px; font-size: 1rem; line-height: 1.5; }
.press-artwork { margin-top: 58px; display: grid; grid-template-columns: minmax(0,2fr) minmax(0,1fr); gap: 32px; align-items: start; }
.press-artwork img { width: 100%; display: block; object-fit: contain; border-radius: 16px; }
.press-artwork .press-logo img { aspect-ratio: 2/1; background: #08131f; padding: 20px; }
.press-credit { max-width: 900px; margin-top: 28px; padding-top: 24px; border-top: 1px solid #174da055; font-size: .95rem; line-height: 1.75; }
.press-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.sub-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 6px; }
@media (max-width: 900px) {
  .press-hero { grid-template-columns: minmax(0,1fr) 220px; gap: 28px; }
  .press-overview { grid-template-columns: 1fr; gap: 40px; }
  .press-contact { gap: 40px; }
}
@media (max-width: 620px) {
  .press-hero { grid-template-columns: 1fr; padding-top: 30px; }
  .press-hero-shot { width: min(100%,290px); justify-self: center; margin-top: 12px; }
  .press-breadcrumb { margin-bottom: 32px; }
  .press-hero h1 { font-size: clamp(3.1rem,12vw,4.2rem); }
  .press-body .pw-actions { align-items: stretch; }
  .press-body .pw-button { width: 100%; justify-content: space-between; line-height: 1.5; }
  .press-screens { grid-template-columns: 1fr; gap: 36px; }
  .press-screens figure { width: min(100%,360px); justify-self: center; }
  .press-artwork, .press-contact { grid-template-columns: 1fr; }
  .press-artwork figure:not(.press-logo) { max-width: 280px; }
  .press-facts { padding: 24px; }
}

.investor-page { --investor-space: clamp(24px, 7vw, 100px); }
.investor-header { display: flex; align-items: center; gap: 24px; padding: 34px var(--investor-space); }
.investor-wordmark { font-size: 22px; font-weight: 800; letter-spacing: .025em; }
.investor-header > span { height: 1px; flex: 1; background: var(--blue); }
.investor-header > a:last-child { font-size: 14px; color: var(--blue); }
.investor-hero { display: grid; grid-template-columns: minmax(0,1fr) 270px; gap: 6vw; align-items: center; padding: 65px var(--investor-space) 90px; }
.investor-eyebrow { font-size: 12px; letter-spacing: .13em; font-weight: 800; line-height: 1.5; }
.investor-hero h1 { margin: 24px 0; font: 610 clamp(48px, 6vw, 88px)/1 var(--display); letter-spacing: -.055em; }
.investor-hero h1 em { font-style: normal; color: var(--red); }
.investor-lead { max-width: 590px; font-size: 20px; line-height: 1.65; }
.investor-contact { display: inline-flex; gap: 44px; margin-top: 28px; padding: 16px 26px; border-radius: 12px; background: var(--blue); color: var(--paper); font-family: var(--hand); font-size: 25px; }
.investor-note { padding: 28px; border: 1.5px solid var(--teal); border-radius: 40% 35% 12% 14%; transform: rotate(4deg); text-align: center; }
.investor-note img { object-fit: contain; }
.investor-note p { margin: 16px 0; font: 32px/1.2 var(--hand); }
.investor-note > span { color: var(--blue); font: 22px var(--hand); }
.investor-story { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; padding: 70px var(--investor-space); background: var(--blue); color: var(--paper); }
.investor-page h2 { font: 610 clamp(34px, 4vw, 56px)/1.05 var(--display); letter-spacing: -.04em; }
.investor-story div p, .investor-growth > p:not(.investor-eyebrow), .investor-section-copy { max-width: 770px; margin-top: 22px; font-size: 18px; line-height: 1.75; }
.investor-portfolio, .investor-growth { padding: 80px var(--investor-space); }
.investor-portfolio h2, .investor-growth h2 { margin-top: 20px; }
.investor-games { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 40px; }
.investor-games > a { padding: 22px 18px; border: 1px solid var(--teal); border-radius: 22px; transition: transform .2s; }
.investor-games > a:hover { transform: translateY(-4px); }
.investor-games img { display: block; width: 100%; max-width: 160px; height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 18px; margin-bottom: 22px; }
.investor-game-status { color: #28662f; font-size: 11px; letter-spacing: .08em; font-weight: 800; }
.investor-games h3 { margin: 12px 0 20px; font: 610 25px/1.1 var(--display); letter-spacing: -.04em; }
.investor-games a > span:last-child { font: 17px var(--hand); color: var(--blue); }
.investor-growth { border-top: 1px solid var(--teal); }
.investor-priorities { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; margin-top: 44px; }
.investor-priorities div > span { color: var(--red); font: 40px var(--hand); }
.investor-priorities h3 { font-size: 19px; line-height: 1.35; }
.investor-priorities p { font-size: 16px; line-height: 1.6; }
.investor-footer { display: flex; align-items: center; gap: 7vw; padding: 65px var(--investor-space); background: #eee4c9; }
.investor-footer > img { width: 30%; height: auto; mix-blend-mode: multiply; }
.investor-footer h2 { margin: 18px 0; }
.investor-footer a { display: block; color: var(--blue); font: 25px var(--hand); overflow-wrap: anywhere; }
.investor-footer .investor-home { margin-top: 25px; font: 14px var(--ui); }
@media (max-width: 900px) {
  .investor-hero { grid-template-columns: minmax(0,1fr) 200px; gap: 30px; padding-block: 40px 60px; }
  .investor-note { padding: 22px; }
  .investor-note p { font-size: 27px; }
  .investor-games { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .investor-story { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 620px) {
  .investor-header { gap: 14px; padding-block: 24px; }
  .investor-wordmark { font-size: 18px; }
  .investor-header > span { display: none; }
  .investor-header > a:last-child { margin-left: auto; font-size: 12px; max-width: 92px; text-align: right; }
  .investor-hero { grid-template-columns: 1fr; }
  .investor-hero h1 { font-size: clamp(42px, 10vw, 62px); }
  .investor-lead { font-size: 18px; }
  .investor-note { max-width: 280px; justify-self: center; width: 100%; margin-top: 20px; }
  .investor-story, .investor-portfolio, .investor-growth { padding-block: 50px; }
  .investor-games { gap: 12px; }
  .investor-games > a { padding: 16px 12px; }
  .investor-games h3 { font-size: 22px; }
  .investor-priorities { grid-template-columns: 1fr; gap: 22px; }
  .investor-footer { flex-direction: column-reverse; align-items: flex-start; gap: 32px; }
  .investor-footer > img { width: 240px; max-width: 100%; align-self: center; }
}
@media (prefers-reduced-motion: reduce) { .investor-games > a { transition: none; } }

/* Keep the official App Store badge whole and easy to activate. */
.vesperline-store-badge { display: inline-flex; align-items: center; align-self: center; flex: 0 0 auto; }
.vesperline-store-badge img { display: block; width: 180px; height: auto; }
