@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/dm-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("assets/fonts/nunito-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("assets/fonts/nunito-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #241711;
  --muted: #6f5a50;
  --brown: #5b2917;
  --brown-deep: #3d1a11;
  --coral: #ef6a5a;
  --coral-light: #ff806e;
  --teal: #45b8ad;
  --cream: #fff7df;
  --cream-deep: #f4e8c4;
  --paper: #fffdf7;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(77, 32, 20, .14);
  --radius-lg: 36px;
  --radius-md: 24px;
  --shell: min(1160px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--brown-deep);
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: var(--shell);
  min-height: 78px;
  margin: 18px auto 0;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 20;
  border-radius: 25px;
  background: var(--brown-deep);
  box-shadow: 0 14px 34px rgba(61, 26, 17, .14);
}
.brand { display: block; width: 238px; text-decoration: none; }
.brand img { width: 100%; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a, .back-link {
  text-decoration: none;
  font-weight: 700;
  color: var(--cream);
  transition: color .2s ease, transform .2s ease;
}
.site-nav a:hover, .back-link:hover { color: var(--coral); transform: translateY(-1px); }
.nav-toggle { display: none; }

.section-shell { width: var(--shell); margin-inline: auto; }
.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(400px, .97fr);
  gap: 60px;
  align-items: center;
  padding: 58px 0 96px;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--coral);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin-top: 0;
  color: var(--brown-deep);
  font-family: "Nunito", system-ui, sans-serif;
  line-height: 1.04;
  letter-spacing: -.035em;
}
h1 { max-width: 700px; margin-bottom: 26px; font-size: clamp(3.6rem, 7vw, 6.55rem); font-weight: 900; }
h1 em { color: var(--coral); font-style: normal; }
h2 { margin-bottom: 22px; font-size: clamp(2.4rem, 4.7vw, 4.4rem); font-weight: 900; }
h3 { margin-bottom: 14px; font-size: 1.55rem; font-weight: 900; }
.hero-lede { max-width: 640px; margin: 0; color: var(--muted); font-size: 1.22rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brown); color: var(--cream); box-shadow: 0 12px 28px rgba(91, 41, 23, .2); }
.button-primary:hover { background: var(--brown-deep); box-shadow: 0 16px 34px rgba(91, 41, 23, .27); }
.button-quiet { color: var(--brown); border: 1.5px solid rgba(91, 41, 23, .2); }
.button-quiet:hover { border-color: var(--coral); }
.button-cream { background: var(--cream); color: var(--brown-deep); white-space: nowrap; }

.hero-art { min-height: 540px; position: relative; display: grid; place-items: center; }
.icon-card {
  width: min(410px, 78vw);
  aspect-ratio: 1;
  position: relative;
  z-index: 2;
  transform: rotate(2deg);
  filter: drop-shadow(0 32px 36px rgba(66, 25, 15, .22));
  animation: float 6s ease-in-out infinite;
}
.icon-card img { width: 100%; }
.halo { position: absolute; border-radius: 999px; filter: blur(2px); opacity: .68; }
.halo-coral { width: 250px; height: 250px; top: 7%; right: -3%; background: rgba(239, 106, 90, .22); }
.halo-teal { width: 190px; height: 190px; bottom: 3%; left: 3%; background: rgba(69, 184, 173, .2); }
.tiny-note {
  position: absolute;
  right: 8%;
  bottom: 1%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 253, 247, .88);
  box-shadow: 0 10px 26px rgba(91, 41, 23, .1);
  backdrop-filter: blur(10px);
  color: var(--brown);
  font-size: .82rem;
  font-weight: 700;
}
.tiny-note span { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }

.games-section { padding: 100px 0 120px; }
.section-heading { max-width: 700px; margin-bottom: 48px; }
.section-heading > p:last-child, .about-intro > p:last-child { color: var(--muted); font-size: 1.12rem; }
.game-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--cream);
  box-shadow: var(--shadow);
}
.game-banner { width: 100%; height: auto; aspect-ratio: 1200 / 630; object-fit: cover; }
.game-copy { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(30px, 6vw, 84px); align-items: center; padding: clamp(40px, 5vw, 66px); }
.status-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-bottom: 24px; }
.status-pill { padding: 7px 12px; border-radius: 999px; background: var(--coral); color: white; font-size: .75rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.platform-label { color: var(--muted); font-size: .84rem; font-weight: 700; }
.game-copy h3 { margin-bottom: 0; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.game-details > p { max-width: 620px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.feature-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.feature-list li { padding: 8px 13px; border: 1px solid rgba(91, 41, 23, .13); border-radius: 999px; color: var(--brown); font-size: .82rem; font-weight: 700; }
.game-catalog { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.game-tile-card { overflow: hidden; border: 1px solid rgba(91, 41, 23, .09); border-radius: var(--radius-md); background: rgba(255,255,255,.72); box-shadow: 0 15px 38px rgba(77, 32, 20, .08); }
.game-logo-wrap { min-height: 170px; display: grid; place-items: center; padding: 26px; }
.game-logo-wrap img { width: auto; max-width: 92%; max-height: 112px; object-fit: contain; }
.raccoon-visual img { max-height: 150px; }
.game-tile-copy { padding: 24px 26px 28px; }
.game-kind { margin: 0 0 8px; color: var(--coral); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.game-tile-copy h3 { margin-bottom: 10px; font-size: 1.55rem; }
.game-tile-description { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.tone-coral { background: #ffe3db; }
.tone-pink { background: #f9e1ec; }
.tone-yellow { background: #fff0bd; }
.tone-lavender { background: #eee5f6; }
.tone-mint { background: #dcefe9; }
.tone-blush { background: #f8e5e0; }
.tone-blue { background: #dcebf4; }
.tone-forest { background: #e2ead9; }
.tone-sky { background: #e0f0ee; }
.tone-peach { background: #f7e3cf; }
.tone-cream { background: var(--cream); }

.about-section { padding: 110px 0 140px; }
.about-intro { max-width: 850px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.value-card { min-height: 250px; padding: 30px; border: 1px solid rgba(91, 41, 23, .1); border-radius: var(--radius-md); background: rgba(255,255,255,.5); }
.value-number { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 42px; border-radius: 15px; background: var(--cream); color: var(--coral); font-family: "Nunito", sans-serif; font-weight: 900; }
.value-card p { color: var(--muted); }

.contact-section {
  min-height: 300px;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 34px;
  margin-bottom: 90px;
  padding: 56px;
  border-radius: var(--radius-lg);
  background: var(--brown);
  color: var(--cream);
}
.contact-section img { width: 100%; }
.contact-section h2 { margin-bottom: 12px; color: var(--cream); font-size: clamp(2.1rem, 4vw, 3.5rem); }
.contact-section p:not(.eyebrow) { margin: 0; color: rgba(255,247,223,.74); }

.site-footer {
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 42px 0 36px;
  border-top: 1px solid rgba(91,41,23,.12);
}
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 54px; }
.footer-brand p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.4; }
.footer-brand strong { color: var(--brown); }
.site-footer nav { display: flex; gap: 24px; }
.site-footer nav a { color: var(--brown); font-size: .88rem; font-weight: 700; text-decoration: none; }
.site-footer nav a:hover { color: var(--coral); }
.legal-line { grid-column: 1 / -1; margin: 0; color: #8b776d; font-size: .75rem; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes float { 0%,100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(1deg) translateY(-13px); } }

.legal-page { background: linear-gradient(180deg, var(--cream) 0, var(--paper) 420px); }
.site-header.compact { min-height: 78px; }
.legal-shell { width: min(790px, calc(100vw - 40px)); margin: 82px auto 120px; }
.legal-shell h1 { max-width: none; margin-bottom: 12px; font-size: clamp(3rem, 7vw, 5.5rem); }
.last-updated { margin: 0 0 52px; color: var(--muted); font-size: .88rem; }
.legal-shell h2 { margin: 52px 0 14px; font-size: 1.7rem; letter-spacing: -.015em; }
.legal-shell h3 { margin: 28px 0 8px; font-size: 1.12rem; letter-spacing: 0; }
.legal-shell p, .legal-shell li { color: #58463e; }
.legal-shell a { color: var(--brown); font-weight: 700; text-decoration-color: var(--coral); text-underline-offset: 3px; }
.legal-shell li + li { margin-top: 8px; }
.legal-footer { width: min(790px, calc(100vw - 40px)); margin: 0 auto; display: flex; justify-content: center; gap: 10px; padding: 28px 0 46px; border-top: 1px solid rgba(91,41,23,.12); color: var(--muted); font-size: .85rem; }
.legal-footer a { text-decoration: none; font-weight: 700; }
.steps-card { margin: 46px 0; padding: 34px; border-radius: var(--radius-md); background: var(--cream); box-shadow: 0 18px 50px rgba(91,41,23,.09); }
.steps-card ol { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps-card li { counter-increment: steps; display: grid; grid-template-columns: 48px 1fr; column-gap: 18px; align-items: start; }
.steps-card li::before { content: counter(steps); grid-row: 1 / 3; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--coral); color: white; font-family: "Nunito", sans-serif; font-weight: 900; }
.steps-card li + li { margin-top: 28px; }
.steps-card strong { color: var(--brown-deep); }
.steps-card span { display: block; grid-column: 2; }
.deletion-button { margin-top: 28px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 36px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-art { min-height: 470px; }
  .game-copy { grid-template-columns: 1fr; gap: 26px; }
  .game-catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 0; }
  .value-number { margin-bottom: 20px; }
  .contact-section { grid-template-columns: 80px 1fr; }
  .contact-section .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1160px); }
  body { font-size: 16px; }
  .site-header { min-height: 78px; }
  .brand { width: 198px; }
  .nav-toggle { width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 9px; border: 0; border-radius: 14px; background: var(--cream); }
  .nav-toggle span:not(.sr-only) { width: 100%; height: 2px; background: var(--brown); border-radius: 2px; }
  .site-nav { position: absolute; top: 70px; right: 0; min-width: 190px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border-radius: 18px; background: var(--brown-deep); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 14px; border-radius: 12px; }
  .site-nav a:hover { background: rgba(255, 247, 223, .1); }
  .hero { min-height: 0; gap: 24px; padding: 56px 0 72px; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-art { min-height: 370px; }
  .icon-card { width: min(320px, 84vw); }
  .tiny-note { right: 0; bottom: 0; }
  .games-section, .about-section { padding: 76px 0; }
  .game-copy { padding: 38px 28px 44px; }
  .game-catalog { gap: 10px; margin-top: 20px; }
  .game-logo-wrap { min-height: 116px; padding: 14px; }
  .game-logo-wrap img { max-height: 80px; }
  .raccoon-visual img { max-height: 98px; }
  .game-tile-copy { padding: 16px 15px 18px; }
  .game-tile-copy h3 { margin-bottom: 0; font-size: 1.12rem; }
  .game-kind { min-height: 2.4em; font-size: .62rem; line-height: 1.35; }
  .game-tile-description { display: none; }
  .contact-section { grid-template-columns: 1fr; gap: 24px; margin-bottom: 60px; padding: 34px 26px; }
  .contact-section img { width: 76px; }
  .contact-section .button { grid-column: auto; width: 100%; white-space: normal; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { flex-wrap: wrap; gap: 12px 20px; }
  .site-header.compact { min-height: 72px; }
  .back-link { font-size: .85rem; }
  .legal-shell { margin-top: 54px; }
  .steps-card { padding: 24px 20px; }
}

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