:root { --paper: #fff; --paper-soft: #f3faf5; --ink: #202c26; --muted: #526259; --line: #dbe5df; --tomato: #a33d31; --basil: #286345; --shadow: none; --font-body: "Avenir Next", "Segoe UI", sans-serif; --font-display: "Avenir Next Rounded", "Trebuchet MS", sans-serif; }
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font-body); line-height: 1.6; }
body::before { display: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { color: var(--basil); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #ab4439; outline-offset: 5px; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.15; text-wrap: balance; }
h1 { font-size: 64px; } h2 { font-size: 36px; } h3 { font-size: 21px; }
p { text-wrap: pretty; }
.wrap { width: min(1080px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 20px; z-index: 20; padding: 12px 18px; background: white; }
.skip-link:focus { top: 12px; }
.launch-nav { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 76px; }
.launch-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 23px; font-family: var(--font-display); font-weight: 800; text-decoration: none; }
.launch-brand img { width: 40px; height: 40px; border-radius: 8px; }
.launch-nav nav, .launch-footer nav { display: flex; align-items: center; gap: 24px; }
.launch-nav nav a, .launch-footer nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
.launch-hero { display: flex; flex-direction: column; align-items: center; height: min(760px, calc(100svh - 140px)); min-height: 440px; padding: 22px 20px 14px; background: #f3faf5 url("media/release-1.2/pasta-table-web.jpg") center / cover; text-align: center; }
.launch-hero-copy { flex: 0 0 auto; }
.eyebrow { margin: 0 0 10px; font-size: 12px; font-weight: 750; color: var(--basil); text-transform: uppercase; }
.launch-hero h1 { margin: 0; font-size: 72px; }
.hero-line { margin: 6px 0 15px; font-size: 21px; }
.launch-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 9px 22px; background: var(--basil); color: white; border-radius: 6px; font-size: 14px; font-weight: 700; text-decoration: none; }
.launch-button:hover { color: #fff; background: #1c4a32; }
.hero-gameplay { display: flex; justify-content: center; gap: 24px; flex: 1 1 auto; min-height: 0; width: 100%; padding-top: 20px; container-type: size; }
.hero-gameplay img { align-self: center; width: min(42cqw, 46cqh); height: auto; max-height: 100%; object-fit: contain; border-radius: 8px; box-shadow: 0 5px 18px #203a2420; }
.release-note { flex: 0 0 auto; margin: 10px 0 0; font-size: 12px; color: #415b48; }
.launch-section { padding-block: 64px; }
.section-intro { max-width: 650px; }
.section-intro h2 { margin: 0 0 16px; }
.section-intro > p:not(.eyebrow) { margin: 0 0 20px; color: var(--muted); font-size: 17px; }
.game-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-top: 38px; }
.game-facts h3 { margin: 0 0 12px; }
.game-facts p { margin: 0; color: var(--muted); }
.menu-band { background: #f3f8f5; }
.pack-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 32px; }
.pack-card { min-width: 0; background: #fff; border-radius: 8px; overflow: hidden; }
.pack-card > img { width: 100%; height: auto; }
.pack-card > div { padding: 22px; }
.pack-card h3 { margin: 10px 0; font-size: 25px; }
.pack-card p { margin: 0; }
.pack-card p:last-child { color: var(--muted); }
.pack-detail { display: flex; flex-wrap: wrap; gap: 4px 12px; justify-content: space-between; color: var(--basil); font-size: 12px; font-weight: 700; }
.pack-detail span { color: #973d59; }
.collection-note { margin: 24px 0 0; color: var(--muted); font-size: 14px; }
.play-anywhere { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: center; gap: 80px; }
.play-anywhere figure { margin: 0; }
.play-anywhere img { width: 100%; height: auto; border-radius: 8px; }
.play-anywhere figcaption { margin-top: 12px; text-align: center; font-size: 13px; color: var(--muted); }
.language-list { line-height: 2; }
.launch-footer { display: flex; flex-wrap: wrap; gap: 18px 30px; align-items: center; padding-block: 28px; border-top: 1px solid var(--line); }
.launch-footer p { margin: 0; color: var(--muted); font-size: 14px; }
.launch-footer nav { margin-left: auto; }
.launch-footer small { flex-basis: 100%; color: var(--muted); font-size: 12px; }

/* Information pages keep their content and navigation without floating panels. */
.page-shell, .frame { width: min(1080px, calc(100% - 48px)); padding-top: 24px; }
.topbar { flex-direction: row; align-items: center; margin-bottom: 28px; }
.brand-mark { width: 40px; height: 40px; border-radius: 8px; box-shadow: none; }
.brand-logo { width: 122px; filter: none; }
.topnav, .footer-nav { gap: 22px; }
.topnav a, .footer-nav a { font-size: 14px; font-weight: 650; }
.hero, .simple-hero, .panel, .panel-soft, .panel-accent, .panel-cta, .quiet-cta, .faq-card, .comfort-grid article { background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.simple-hero, .hero { padding: 36px 0; display: block; }
.simple-hero h1, .press-page .press-hero h1, .title { font-size: 48px; max-width: 850px; }
.simple-hero > div { max-width: 760px; }
.simple-hero p, .hero p, .panel p { color: var(--muted); }
.section { margin-top: 36px; }
.section-heading h2, .panel h2, .quiet-cta h2 { font-size: 30px; }
.section-heading { align-items: start; }
.panel { padding: 20px 0; }
.panel-accent .eyebrow, .panel-accent h2, .panel-accent p, .panel-cta .eyebrow, .panel-cta h2, .panel-cta p { color: var(--ink); }
.press-facts article { background: #f3f8f5; border: 0; box-shadow: none; }
.press-assets-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 24px; }
.press-page #assets .media-card { padding: 0; background: none; box-shadow: none; max-width: none; width: 100%; }
.press-page #assets .media-card img { height: 350px; width: 100%; object-fit: contain; background: none; }
.press-page #assets .media-card span { font-size: 13px; min-height: 58px; padding-top: 14px; }
.comfort-grid article, .faq-card { padding: 20px 0; border-top: 1px solid var(--line); }
.quiet-cta { padding: 26px 0; border-top: 1px solid var(--line); }
.quiet-cta p, .quiet-cta h2, .panel h2 { overflow-wrap: anywhere; }
.button-primary { background: var(--basil); color: #fff; box-shadow: none; }
.button-primary:hover { color: #fff; background: #1c4a32; }
.footer { box-shadow: none; padding-top: 24px; border-top: 1px solid var(--line); }
@media (min-width: 1500px) { .launch-hero { background-size: 100% auto; background-position: center 48%; } }
@media (max-width: 800px) {
  .game-facts { gap: 24px; }
  .pack-grid { gap: 16px; }
  .pack-card > div { padding: 16px; }
  .pack-card h3 { font-size: 22px; }
  .play-anywhere { gap: 36px; grid-template-columns: minmax(0, 1fr) 240px; }
  .press-assets-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .launch-footer nav { margin-left: 0; }
}
@media (max-width: 600px) {
  .wrap, .page-shell, .frame { width: calc(100% - 36px); }
  .launch-nav { min-height: 66px; gap: 14px; }
  .launch-nav nav { gap: 15px; }
  .launch-nav nav a { font-size: 12px; }
  .launch-brand { font-size: 20px; gap: 8px; }
  .launch-brand img { width: 34px; height: 34px; }
  .launch-hero { padding: 20px 18px 12px; min-height: 405px; height: min(650px, calc(100svh - 130px)); }
  .launch-hero h1 { font-size: 52px; }
  .launch-hero .eyebrow { font-size: 10px; margin-bottom: 6px; }
  .hero-line { font-size: 17px; margin: 6px 0 12px; }
  .hero-gameplay { gap: 18px; padding-top: 18px; }
  .release-note { font-size: 10px; }
  .launch-section { padding-block: 40px; }
  h2 { font-size: 29px; }
  .section-intro > p:not(.eyebrow) { font-size: 16px; }
  .game-facts { grid-template-columns: 1fr; gap: 24px; margin-top: 26px; }
  .pack-grid { grid-template-columns: 1fr; gap: 24px; }
  .pack-card { display: grid; grid-template-columns: 40% minmax(0, 1fr); align-items: center; }
  .pack-card > img { align-self: stretch; height: 100%; object-fit: contain; background: #fff; }
  .pack-card > div { padding: 18px; }
  .pack-card h3 { font-size: 23px; }
  .pack-card p:last-child { font-size: 14px; }
  .play-anywhere { grid-template-columns: 1fr; gap: 16px; }
  .play-anywhere figure { width: min(100%, 300px); margin: auto; }
  .launch-footer { gap: 16px 24px; }
  .launch-footer nav { flex-basis: 100%; }
  .topbar { gap: 20px; }
  .topnav { gap: 18px; }
  .simple-hero h1, .press-page .press-hero h1, .title { font-size: 36px; }
  .section-heading h2, .panel h2, .quiet-cta h2 { font-size: 27px; }
  .press-assets-grid { gap: 18px; }
  .press-page #assets .media-card img { height: 280px; }
}
@media (max-width: 360px) {
  .launch-nav nav { gap: 10px; }
  .launch-brand { font-size: 18px; }
  .launch-brand img { width: 28px; height: 28px; }
  .pack-card { grid-template-columns: 1fr; }
  .pack-card > img { height: auto; max-height: 320px; }
  .press-page #assets .media-card img { height: 240px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
