:root {
  --navy: #17233f;
  --navy-2: #233257;
  --ink: #1b2440;
  --cream: #fffaf1;
  --paper: #fffdf9;
  --yellow: #f7ca3e;
  --coral: #f36a46;
  --aqua: #2ebdb2;
  --raspberry: #b92753;
  --muted: #687087;
  --line: #e8e2d8;
  --shadow: 0 24px 64px rgba(23,35,63,.14);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
  --display: "Arial Rounded MT Bold", "Trebuchet MS", system-ui, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.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: 10px; left: 10px; z-index: 1000; padding: 10px 16px; border-radius: 999px; background: var(--yellow); color: var(--navy); font-weight: 800; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; border-radius: 4px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(23,35,63,.08); backdrop-filter: blur(15px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 38px; }
.brand-logo { display: block; flex: none; }
.brand-logo img { width: 100%; height: auto; display: block; }
.brand-logo--header { width: 150px; }
.brand-logo--footer { width: 230px; overflow: hidden; clip-path: polygon(12% 16%,100% 0,100% 74%,0 100%); }
.primary-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: .9rem; font-weight: 700; }
.primary-nav a:not(.nav-cta) { position: relative; }
.primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 3px; background: var(--coral); transition: right .2s ease; }
.primary-nav a:hover::after { right: 0; }
.nav-cta { padding: 10px 17px; border-radius: 999px; background: var(--navy); color: #fff; }
.language { display: flex; align-items: center; gap: 5px; font-size: .78rem; font-weight: 900; }
.language button { min-width: 38px; min-height: 38px; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.language button[aria-pressed="true"] { background: var(--yellow); }
.language span { color: var(--muted); }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 12px 9px; border: 0; border-radius: 50%; background: var(--navy); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: #fff; transition: transform .2s ease; }

.hero { position: relative; overflow: hidden; background: var(--cream); }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(30px, 6vw, 86px); padding-block: 82px 105px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; color: var(--raspberry); font-size: .76rem; font-weight: 900; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.eyebrow--light { color: var(--yellow); }
h1,h2,h3 { margin-top: 0; font-family: var(--display); letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 8ch; margin-bottom: 25px; font-size: clamp(3.6rem, 8vw, 7rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4.8vw, 4.5rem); }
h3 { margin-bottom: 10px; font-size: 1.4rem; line-height: 1.1; }
.hero-lede { max-width: 32ch; margin: 0; color: #424b61; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.button-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 7px; padding: 13px 23px; border: 2px solid transparent; border-radius: 999px; font-weight: 900; line-height: 1.1; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); }
.button--primary { background: var(--coral); color: var(--navy); box-shadow: 0 6px 0 #b83d25; }
.button--navy { background: var(--navy); color: #fff; box-shadow: 0 6px 0 #0d1425; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; border-bottom: 2px solid var(--navy); font-weight: 900; }
.hero-art { position: relative; }
.hero-photo { overflow: hidden; border: 9px solid #fff; border-radius: 32px 32px 90px 32px; box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-photo::after { content: ""; position: absolute; right: -26px; bottom: -38px; width: 110px; height: 110px; border: 25px solid var(--aqua); border-radius: 50%; }
.hero-photo img { width: 100%; height: auto; display: block; }
.corner { position: absolute; pointer-events: none; border-radius: 50%; }
.corner--coral { width: 185px; height: 185px; top: -108px; left: -72px; border: 42px solid var(--coral); }
.corner--aqua { width: 126px; height: 126px; right: -62px; bottom: 26px; border: 30px solid var(--aqua); }
.corner--yellow { width: 210px; height: 210px; right: -112px; top: -100px; border: 45px solid var(--yellow); }
.ticker { overflow: hidden; background: var(--yellow); color: var(--navy); padding: 15px 0; white-space: nowrap; font-family: var(--display); font-size: 1rem; font-weight: 900; text-transform: uppercase; }
.ticker div { width: max-content; animation: ticker 25s linear infinite; }
.ticker i { margin: 0 24px; color: var(--raspberry); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding-block: clamp(76px, 10vw, 130px); }
.section-heading { max-width: 780px; }
.section-heading--row { max-width: none; display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.section-heading--row h2 { margin-bottom: 0; }
.section-heading--row > p { margin: 0; color: var(--muted); }
.intro { background: #fff; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); }
.intro h2 { font-size: clamp(2.4rem, 4vw, 3.8rem); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.steps article { padding-top: 20px; border-top: 4px solid var(--navy); }
.steps span { display: inline-grid; width: 38px; height: 38px; margin-bottom: 22px; place-items: center; border-radius: 50%; background: var(--yellow); font-weight: 900; }
.steps p { margin: 0; color: var(--muted); font-size: .92rem; }
.occasions { background: var(--cream); }
.occasion-grid { display: grid; grid-template-columns: repeat(6,1fr); grid-auto-rows: minmax(195px,auto); gap: 16px; }
.occasion { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; min-width: 0; padding: 25px; border-radius: var(--radius); color: var(--navy); }
.occasion::before { content: ""; position: absolute; top: -48px; right: -40px; width: 125px; height: 125px; border: 25px solid rgba(255,255,255,.38); border-radius: 50%; }
.occasion > span { position: absolute; top: 20px; left: 23px; font-family: var(--display); font-size: 2.2rem; font-weight: 900; }
.occasion h3,.occasion p { position: relative; margin-bottom: 0; }
.occasion p { margin-top: 7px; font-size: .9rem; line-height: 1.45; }
.occasion--family { grid-column: span 2; background: var(--yellow); }
.occasion--holiday { grid-column: span 2; background: var(--navy); color: #fff; }
.occasion--cottage { grid-column: span 2; background: var(--aqua); }
.occasion--friends { grid-column: span 3; background: var(--coral); color: var(--navy); }
.occasion--work { grid-column: span 3; background: #f5b1c3; }

.games { background: #fff; }
.games-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 9vw, 120px); align-items: center; }
.games-visual { position: relative; min-height: 510px; border-radius: 42% 58% 58% 42% / 49% 39% 61% 51%; background: var(--yellow); }
.kit-sheet { position: absolute; width: 52%; aspect-ratio: .75; border-radius: 15px; box-shadow: 0 22px 40px rgba(23,35,63,.2); }
.kit-sheet--one { left: 15%; top: 13%; padding: 25px; background: #fff; transform: rotate(-7deg); }
.kit-sheet--one i { display: block; height: 10px; margin: 15px 0; border-radius: 10px; background: #dce0e9; }
.kit-sheet--one i:first-child { width: 55%; background: var(--coral); }
.kit-sheet--one i:last-child { width: 75%; }
.kit-sheet--two { right: 11%; bottom: 7%; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; background: var(--navy); color: #fff; transform: rotate(8deg); }
.kit-sheet--two strong { font-family: var(--display); font-size: 1.9rem; letter-spacing: -.04em; }
.kit-sheet--two span { color: var(--yellow); font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.kit-dot { position: absolute; left: 7%; bottom: 10%; width: 70px; height: 70px; border-radius: 50%; background: var(--raspberry); }
.games-copy > p:not(.eyebrow) { max-width: 54ch; color: var(--muted); font-size: 1.06rem; }
.status-pill { width: fit-content; display: flex; align-items: center; gap: 10px; margin: 30px 0; padding: 10px 14px; border-radius: 999px; background: #f1f7f6; color: #196963; font-size: .8rem; }
.status-pill span { width: 8px; height: 8px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 5px rgba(46,189,178,.16); }

.two-decks { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.decks-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 140px); align-items: center; }
.decks-copy h2 { max-width: 7ch; }
.deck-lines { margin: 38px 0; border-top: 1px solid rgba(255,255,255,.22); }
.deck-lines p { display: grid; grid-template-columns: .58fr 1fr; gap: 25px; margin: 0; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.deck-lines strong { color: var(--yellow); font-family: var(--display); font-size: 1.12rem; line-height: 1.2; }
.deck-lines span { color: #ced3df; font-size: .92rem; }
.decks-note { max-width: 57ch; color: #aeb7c9; font-size: .86rem; }
.decks-art { position: relative; overflow: hidden; border: 7px solid rgba(255,255,255,.12); border-radius: 30px; box-shadow: 0 28px 70px rgba(0,0,0,.35); transform: rotate(2deg); }
.decks-art img { width: 100%; height: auto; display: block; }

.story { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 140px); align-items: center; }
.story-shape { position: relative; min-height: 430px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 48% 52% 38% 62% / 55% 38% 62% 45%; background: var(--coral); color: #fff; font-family: var(--display); font-size: clamp(2rem,5vw,4rem); font-weight: 900; line-height: 1; transform: rotate(-4deg); }
.story-shape i { width: 82px; height: 82px; margin: 14px; background: var(--yellow); clip-path: polygon(50% 0,61% 36%,100% 50%,61% 64%,50% 100%,39% 64%,0 50%,39% 36%); }
.story-shape b { color: var(--navy); transform: rotate(8deg); }
.story-copy > p:not(.eyebrow,.signature) { max-width: 59ch; color: var(--muted); font-size: 1.08rem; }
.signature { margin-top: 28px; padding-left: 20px; border-left: 4px solid var(--yellow); font-family: var(--display); font-size: 1.2rem; font-weight: 900; }
.closing { background: #fff; }
.closing-card { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding: clamp(35px, 6vw, 72px); border-radius: 34px; background: var(--aqua); }
.closing-card h2 { max-width: 13ch; margin-bottom: 16px; font-size: clamp(2.2rem,5vw,4.2rem); }
.closing-card p:not(.eyebrow) { max-width: 47ch; margin-bottom: 0; }
.closing-card .eyebrow { color: var(--navy); }
.closing-card .button { flex: none; }

.site-footer { padding: 76px 0 28px; background: var(--navy); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 70px; align-items: start; }
.footer-grid > div:first-child p { max-width: 29ch; margin: 25px 0 0; color: #aeb7c9; }
.footer-grid nav { display: grid; gap: 13px; font-weight: 700; }
.footer-grid nav a:hover { color: var(--yellow); }
.footer-domain { display: flex; flex-direction: column; gap: 5px; }
.footer-domain span { color: #aeb7c9; font-size: .8rem; }
.footer-domain a { color: var(--yellow); font-family: var(--display); font-size: 1.25rem; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 70px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: #8792a8; font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 920px) {
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; align-items: stretch; gap: 0; margin: 0; padding: 16px 20px 24px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 40px rgba(23,35,63,.1); }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { min-height: 48px; display: flex; align-items: center; }
  .primary-nav .nav-cta { justify-content: center; margin-top: 8px; }
  .language { margin-left: 0; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr 1fr; padding-block: 70px 100px; }
  .hero-art { min-height: 390px; }
  .intro-grid { grid-template-columns: 1fr; }
  .section-heading--row { grid-template-columns: 1fr; gap: 20px; }
  .games-grid,.decks-grid,.story-grid { gap: 60px; }
  .deck-lines p { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 32px, 1180px); }
  .brand-logo--header { width: 150px; }
  .language { order: 2; }
  .menu-toggle { order: 3; }
  .hero-grid,.games-grid,.decks-grid,.story-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 56px; }
  h1 { max-width: 9ch; font-size: clamp(3.4rem, 17vw, 5.4rem); }
  .hero-art { width: min(100%,520px); margin: 0 auto; }
  .steps { grid-template-columns: 1fr; }
  .steps article { display: grid; grid-template-columns: 50px 1fr; gap: 0 10px; }
  .steps article span { grid-row: 1 / 3; }
  .occasion-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }
  .occasion { grid-column: span 1; }
  .occasion--work { grid-column: span 2; }
  .games-visual { min-height: 430px; }
  .decks-grid { display: flex; flex-direction: column; align-items: stretch; }
  .decks-art { order: -1; }
  .story-shape { min-height: 350px; }
  .closing-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
  .header-inner { gap: 10px; }
  .brand-logo--header { width: 132px; }
  .language button { min-width: 34px; min-height: 34px; }
  .language span { display: none; }
  .occasion-grid { grid-template-columns: 1fr; grid-auto-rows: 190px; }
  .occasion,.occasion--work { grid-column: span 1; }
  .games-visual { min-height: 360px; }
}

@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; }
}
