:root {
  --ink: #1f2c25;
  --ink-soft: #43564b;
  --forest: #213c31;
  --forest-deep: #152b23;
  --sage: #758565;
  --sage-light: #dce2ce;
  --cream: #f7edda;
  --paper: #fffaf0;
  --latte: #dfc59f;
  --terracotta: #c9633d;
  --terracotta-dark: #9d442b;
  --gold: #d99d37;
  --brown: #4c2e20;
  --line: rgba(44, 55, 47, .15);
  --shadow: 0 28px 70px rgba(35, 28, 20, .16);
  --radius: 24px;
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  opacity: .28;
  pointer-events: none;
  z-index: 20;
  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='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { 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; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; color: white; background: var(--terracotta-dark); border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 18px 0;
  border-bottom: 1px solid transparent;
  transition: padding .25s, background-color .25s, border-color .25s, backdrop-filter .25s;
}
.site-header.is-scrolled { padding: 10px 0; background: rgba(247, 237, 218, .88); border-color: rgba(60, 54, 43, .12); backdrop-filter: blur(18px); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; min-height: 48px; }
.brand { display: inline-flex; gap: 11px; align-items: center; color: var(--forest); text-decoration: none; font-size: 20px; font-weight: 900; letter-spacing: -.035em; text-transform: uppercase; }
.brand em { color: var(--terracotta); font-style: normal; }
.brand-bean { width: 25px; height: 31px; border: 2px solid currentColor; border-radius: 58% 42% 55% 45%; rotate: 35deg; position: relative; }
.brand-bean::after { content: ""; position: absolute; top: 3px; bottom: 3px; left: 10px; width: 2px; border-radius: 50%; background: currentColor; transform: rotate(-18deg); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a { position: relative; text-decoration: none; font-size: 14px; font-weight: 700; }
.site-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--terracotta); transition: right .2s; }
.site-nav > a:hover::after { right: 0; }
.sound-toggle { display: inline-flex; min-height: 42px; align-items: center; gap: 8px; padding: 8px 14px; border: 1px solid rgba(31, 44, 37, .2); border-radius: 999px; color: var(--forest); background: rgba(255,255,255,.35); cursor: pointer; font-weight: 750; font-size: 13px; }
.sound-toggle[aria-pressed="true"] { color: white; background: var(--forest); }
.sound-icon { display: grid; place-items: center; width: 24px; height: 24px; color: white; background: var(--terracotta); border-radius: 50%; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--forest); transition: transform .2s, opacity .2s; }

.hero { position: relative; padding: 155px 0 0; overflow: hidden; background: radial-gradient(circle at 76% 23%, rgba(210, 149, 69, .18), transparent 25%), linear-gradient(180deg, #f8efdf 0%, #f4e4ca 100%); }
.hero::after { content: ""; position: absolute; left: -5%; right: -5%; bottom: -52px; height: 100px; background: var(--paper); border-radius: 50% 50% 0 0; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .6; }
.hero-glow-one { width: 400px; height: 400px; left: -260px; top: 180px; border: 90px solid rgba(117, 133, 101, .12); }
.hero-glow-two { width: 220px; height: 220px; right: -90px; top: 90px; border: 55px solid rgba(201, 99, 61, .1); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; min-height: 430px; }
.hero-copy { padding: 30px 0 85px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--terracotta); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: currentColor; }
.eyebrow-dark { color: var(--forest); }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.05; letter-spacing: -.035em; }
h1 { max-width: 790px; margin-bottom: 24px; color: var(--forest-deep); font-size: clamp(48px, 7vw, 92px); }
h1 em, h2 em { color: var(--terracotta); font-style: italic; font-weight: 500; }
.hero-lede { max-width: 640px; margin: 0 0 30px; color: var(--ink-soft); font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 13px 21px; border: 1px solid transparent; border-radius: 12px; cursor: pointer; text-decoration: none; font-size: 14px; font-weight: 850; transition: translate .2s, box-shadow .2s, background-color .2s; }
.button:hover { translate: 0 -2px; }
.button-primary { color: #fff; background: var(--terracotta); box-shadow: 0 12px 28px rgba(157, 68, 43, .25); }
.button-primary:hover { background: var(--terracotta-dark); }
.button-quiet { color: var(--forest); border-color: rgba(33, 60, 49, .22); background: rgba(255,255,255,.25); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 28px 0 0; padding: 0; color: var(--ink-soft); list-style: none; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.hero-notes span { margin-right: 6px; color: var(--gold); font-size: 8px; }
.hero-mark { position: absolute; z-index: -1; right: -60px; top: -45px; width: min(48vw, 550px); opacity: .16; mix-blend-mode: multiply; mask-image: linear-gradient(to bottom, black 55%, transparent 95%); }

.game-window-wrap { position: relative; z-index: 3; margin-top: -25px; }
.game-window { overflow: hidden; border: 1px solid rgba(58, 50, 35, .24); border-radius: 22px; background: #2f241e; box-shadow: 0 45px 100px rgba(54, 38, 25, .3); }
.window-bar { display: flex; gap: 8px; align-items: center; height: 46px; padding: 0 16px; color: #d9c7ae; background: #2d241f; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.window-dot { width: 9px; height: 9px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.window-dot:first-child { background: #cb6845; }.window-dot:nth-child(2) { background: #dda741; }.window-dot:nth-child(3) { background: #718369; }
.window-title { margin-left: 8px; }
.window-status { display: flex; align-items: center; gap: 7px; margin-left: auto; }
.window-status i { width: 7px; height: 7px; background: #87a66c; border-radius: 50%; box-shadow: 0 0 0 4px rgba(135,166,108,.12); }
.game-shot, .cafe-visual { position: relative; }
.game-shot img { width: 100%; aspect-ratio: 1672/941; object-fit: cover; }
.zoom-button { position: absolute; right: 16px; bottom: 16px; display: flex; min-height: 44px; align-items: center; gap: 8px; padding: 8px 14px; color: white; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(23,32,27,.72); backdrop-filter: blur(10px); cursor: pointer; font-size: 12px; font-weight: 800; }
.concept-caption { margin: 13px 10px 0; color: rgba(31,44,37,.65); text-align: right; font-size: 11px; }
.concept-caption span { font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.rhythm-strip { position: relative; z-index: 4; overflow: hidden; padding: 110px 0 36px; background: var(--paper); }
.rhythm-track { display: flex; width: max-content; min-width: 100%; justify-content: center; gap: 26px; padding-inline: 30px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(15px, 2vw, 20px); font-style: italic; white-space: nowrap; }
.rhythm-track b { color: var(--gold); font-size: 8px; }

.section { padding: 110px 0; }
.section-heading { max-width: 790px; margin-bottom: 54px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
h2 { margin-bottom: 20px; font-size: clamp(40px, 5.5vw, 68px); }
.section-heading > p:last-child, .section-lede { max-width: 680px; margin: 0 auto; color: var(--ink-soft); font-size: 18px; }
.gameplay-section { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.feature-card { position: relative; min-height: 320px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #f5ead6; }
.feature-card-large { grid-row: span 2; display: flex; min-height: 660px; flex-direction: column; justify-content: flex-end; color: white; border-color: transparent; background: var(--forest); }
.feature-card-large::before { content: ""; position: absolute; width: 460px; height: 460px; left: -135px; top: -170px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.02); }
.feature-card.accent-card { color: white; border-color: transparent; background: var(--terracotta); }
.feature-number { position: absolute; right: 28px; top: 22px; opacity: .55; font-family: Georgia, serif; font-size: 14px; font-style: italic; }
.feature-card h3 { position: relative; margin-bottom: 12px; font-size: 34px; }
.feature-card p { position: relative; margin: 0; color: var(--ink-soft); }
.feature-card-large p, .accent-card p { color: rgba(255,255,255,.78); }
.feature-icon { position: relative; display: grid; width: 82px; height: 82px; margin-bottom: auto; place-items: center; color: var(--terracotta); border-radius: 22px; background: rgba(255,255,255,.62); font-size: 31px; }
.feature-card-large .feature-icon { width: 170px; height: 170px; margin-bottom: 140px; background: rgba(255,255,255,.08); }
.route-icon i { position: absolute; width: 16px; height: 16px; border: 3px solid #ddb474; border-radius: 50%; }
.route-icon i:first-child { left: 27px; top: 25px; }.route-icon i:nth-child(2) { right: 28px; top: 62px; }.route-icon i:nth-child(3) { left: 42px; bottom: 24px; }
.route-icon::before, .route-icon::after { content: ""; position: absolute; width: 55px; height: 2px; background: #ddb474; transform-origin: left; }
.route-icon::before { left: 40px; top: 42px; rotate: 31deg; }.route-icon::after { left: 55px; top: 98px; rotate: -52deg; }
.lineup-icon { display: flex; justify-content: center; gap: 5px; }
.lineup-icon i { width: 11px; height: 18px; border: 2px solid var(--terracotta); border-radius: 2px 2px 6px 6px; background: #f6e0c6; }
.mini-route { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 28px; }
.mini-route span { padding: 7px 10px; color: #ead5b0; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.mini-route i { color: rgba(255,255,255,.35); font-style: normal; }

.learn-section { color: white; background: var(--terracotta-dark); }
.learn-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: center; }
.tutorial-stage { position: relative; display: grid; min-height: 680px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 46% 46% 20px 20px; background: radial-gradient(circle at 50% 38%, rgba(255,237,205,.16), transparent 38%), rgba(82,36,24,.18); }
.tutorial-stage::before { content: ""; position: absolute; inset: 34px; border: 1px dashed rgba(255,255,255,.15); border-radius: inherit; }
.tutorial-stage img { position: relative; z-index: 2; width: 330px; max-height: 600px; object-fit: contain; filter: drop-shadow(0 28px 20px rgba(50,16,9,.28)); }
.tutorial-orbit { position: absolute; z-index: 3; display: grid; width: 48px; height: 48px; place-items: center; color: var(--brown); border: 5px solid rgba(255,255,255,.8); border-radius: 50%; background: var(--gold); box-shadow: 0 9px 25px rgba(64,23,10,.25); font-family: Georgia, serif; font-weight: 900; }
.orbit-one { left: 8%; top: 20%; }.orbit-two { right: 7%; bottom: 20%; background: #7f966c; }
.learn-copy h2 { font-size: clamp(42px, 5.2vw, 66px); }
.learn-copy h2 em { color: #f1c47d; }
.learn-copy .section-lede { margin: 0 0 35px; color: rgba(255,255,255,.78); }
.learn-list { margin: 0; padding: 0; list-style: none; }
.learn-list li { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.16); }
.learn-list li > span { display: grid; width: 35px; height: 35px; place-items: center; color: var(--brown); border-radius: 50%; background: #f2cc8e; font-weight: 900; }
.learn-list strong { font-family: Georgia, serif; font-size: 20px; }
.learn-list p { margin: 3px 0 0; color: rgba(255,255,255,.67); font-size: 14px; }
.reassurance { display: inline-flex; align-items: center; gap: 10px; margin: 28px 0 0; padding: 11px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: #f4dcc0; background: rgba(65,24,15,.18); font-size: 13px; font-weight: 750; }
.reassurance span { color: #f3bb68; }

.cafe-section { background: #e4e8da; }
.cafe-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 45px; }
.cafe-heading h2 { margin-bottom: 0; }
.cafe-heading > p { margin: 0 0 8px; color: var(--ink-soft); font-size: 17px; }
.cafe-visual { overflow: hidden; border: 8px solid var(--paper); border-radius: 24px; box-shadow: var(--shadow); }
.cafe-visual > img { width: 100%; }
.cafe-pin { position: absolute; display: flex; gap: 9px; align-items: center; }
.cafe-pin > span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; color: white; border: 3px solid rgba(255,255,255,.8); border-radius: 50%; background: var(--terracotta); box-shadow: 0 8px 18px rgba(48,31,20,.25); font-size: 12px; font-weight: 900; }
.cafe-pin p { margin: 0; padding: 7px 10px; color: var(--forest); border-radius: 8px; background: rgba(255,250,240,.92); box-shadow: 0 8px 20px rgba(33,30,24,.16); font-size: 10px; line-height: 1.3; }
.pin-stations { left: 50%; top: 9%; }.pin-lane { right: 27%; top: 43%; }.pin-seating { left: 7%; bottom: 16%; }
.cafe-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 28px; border-top: 1px solid rgba(33,60,49,.16); border-bottom: 1px solid rgba(33,60,49,.16); }
.cafe-stats > div { padding: 24px 20px; text-align: center; border-right: 1px solid rgba(33,60,49,.16); }
.cafe-stats > div:last-child { border: 0; }
.cafe-stats strong { display: block; color: var(--terracotta-dark); font-family: Georgia, serif; font-size: 38px; line-height: 1; }
.cafe-stats span { color: var(--ink-soft); font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }

.modes-section { color: white; background: var(--forest-deep); }
.modes-section h2 { color: var(--paper); }
.mode-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.mode-card { display: grid; grid-template-rows: 290px 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.mode-art { position: relative; overflow: hidden; background: linear-gradient(#edc986, #dc8e55); }
.sun { position: absolute; width: 145px; height: 145px; right: 45px; top: 35px; border-radius: 50%; background: rgba(255,243,197,.55); box-shadow: 0 0 0 36px rgba(255,243,197,.09); }
.awning { position: absolute; width: 74%; height: 65px; left: 13%; bottom: 125px; border-radius: 12px 12px 0 0; background: repeating-linear-gradient(90deg, #f6e6c4 0 42px, #bc5740 42px 84px); box-shadow: 0 12px 0 #593728; }
.door { position: absolute; width: 36%; height: 130px; left: 32%; bottom: 0; border: 11px solid #503a2b; border-bottom: 0; background: linear-gradient(90deg, rgba(139,183,183,.65) 48%, #533828 49% 53%, rgba(139,183,183,.65) 54%); }
.plant { position: absolute; left: 15%; bottom: 10px; width: 42px; height: 65px; border-radius: 50% 5% 50% 5%; background: var(--sage); rotate: -27deg; }
.arcade-art { display: grid; place-items: center; background: radial-gradient(circle, #d7794e, #9e442e); }
.score-ring { display: grid; width: 165px; height: 165px; place-items: center; color: #f3c570; border: 4px solid #f2d6aa; border-radius: 50%; box-shadow: 0 0 0 16px rgba(255,255,255,.08), 0 0 0 34px rgba(255,255,255,.035); font-size: 60px; }
.score-ring b { position: absolute; margin-top: 118px; color: white; font-size: 18px; }
.steam-line { position: absolute; width: 60px; height: 120px; right: 14%; top: 10%; border-left: 5px solid rgba(255,255,255,.18); border-radius: 50%; rotate: 17deg; }.steam-line.second { left: 13%; top: 50%; rotate: -19deg; }
.mode-copy { padding: 32px; }
.mode-label { margin: 0 0 10px; color: #e8b764; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.mode-copy h3 { margin-bottom: 15px; font-size: 35px; }
.mode-copy > p:not(.mode-label) { color: rgba(255,255,255,.68); }
.mode-copy ul { margin: 22px 0 0; padding: 0; list-style: none; }
.mode-copy li { padding: 9px 0; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.82); font-size: 13px; }
.mode-copy li::before { content: "✓"; margin-right: 9px; color: #e5b45f; font-weight: 900; }
.promise-banner { display: grid; grid-template-columns: auto 1fr 1fr; gap: 26px; align-items: center; margin-top: 25px; padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.promise-mark { display: grid; width: 67px; height: 67px; place-items: center; color: var(--forest-deep); border-radius: 50%; background: #e9b55f; font-size: 25px; }
.promise-banner .eyebrow { margin-bottom: 7px; }.promise-banner h3 { margin: 0; font-size: 27px; }.promise-banner > p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; }
.faq-intro h2 { font-size: clamp(40px, 5vw, 62px); }.faq-intro > p:last-child { color: var(--ink-soft); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 20px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--terracotta); font-family: system-ui; font-size: 28px; font-weight: 400; transition: rotate .2s; }
.faq-list details[open] summary span { rotate: 45deg; }
.faq-list details p { margin: -2px 55px 24px 0; color: var(--ink-soft); font-size: 14px; }

.closing-section { position: relative; overflow: hidden; padding: 115px 0; color: white; text-align: center; background: var(--terracotta-dark); }
.closing-section::before, .closing-section::after { content: ""; position: absolute; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.closing-section::before { left: -200px; bottom: -250px; box-shadow: 0 0 0 70px rgba(255,255,255,.025); }.closing-section::after { right: -180px; top: -280px; box-shadow: 0 0 0 70px rgba(255,255,255,.025); }
.closing-content { position: relative; z-index: 2; max-width: 800px; }
.closing-content .eyebrow { justify-content: center; color: #f1c47d; }
.closing-content h2 { font-size: clamp(48px, 7vw, 82px); }.closing-content h2 em { color: #f4c77e; }
.closing-content > p:not(.eyebrow) { max-width: 610px; margin: 0 auto 30px; color: rgba(255,255,255,.75); font-size: 17px; }
.closing-actions { justify-content: center; }
.button-cream { color: var(--forest); background: var(--cream); }.button-outline { color: white; border-color: rgba(255,255,255,.35); background: transparent; }
.closing-steam span { position: absolute; width: 100px; height: 230px; border-left: 8px solid rgba(255,255,255,.06); border-radius: 50%; }.closing-steam span:first-child { left: 16%; top: 9%; rotate: 18deg; }.closing-steam span:nth-child(2) { right: 20%; bottom: 1%; rotate: -18deg; }.closing-steam span:nth-child(3) { left: 50%; bottom: -120px; rotate: 13deg; }

.site-footer { padding: 55px 0; color: #ced7ca; background: #10221b; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 60px; align-items: start; }
.footer-brand { color: white; }.footer-grid > div:first-child > p { color: rgba(255,255,255,.5); font-size: 13px; }
.site-footer nav { display: grid; gap: 9px; }.site-footer nav a { color: rgba(255,255,255,.65); text-decoration: none; font-size: 13px; }.site-footer nav a:hover { color: white; }
.footer-meta { text-align: right; }.footer-meta p { margin: 0 0 8px; color: rgba(255,255,255,.45); font-size: 11px; }

.lightbox { width: min(96vw, 1500px); max-width: none; padding: 0; overflow: visible; border: 0; border-radius: 16px; background: #191713; box-shadow: 0 40px 100px rgba(0,0,0,.6); }
.lightbox::backdrop { background: rgba(12,17,14,.87); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; border-radius: 16px; }
.lightbox-close { position: absolute; z-index: 2; right: -12px; top: -12px; display: grid; width: 44px; height: 44px; place-items: center; color: white; border: 2px solid rgba(255,255,255,.5); border-radius: 50%; background: var(--terracotta); cursor: pointer; font-size: 26px; line-height: 1; }

[data-reveal] { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 30px, 720px); }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; inset: 67px 15px auto; display: none; padding: 18px; flex-direction: column; align-items: stretch; gap: 4px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,250,240,.97); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { min-height: 46px; padding: 10px; }
  .sound-toggle { justify-content: center; margin-top: 7px; }
  .hero { padding-top: 120px; }
  .hero-grid { display: block; min-height: 0; }
  .hero-copy { padding-bottom: 75px; }
  .hero-mark { right: -120px; top: 5px; width: 520px; }
  .game-window-wrap { margin-top: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-large { grid-row: auto; min-height: 480px; }
  .feature-card-large .feature-icon { margin-bottom: 80px; }
  .learn-grid, .cafe-heading, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .tutorial-stage { width: min(100%, 560px); min-height: 650px; margin: auto; }
  .cafe-heading { gap: 20px; }
  .cafe-pin p { display: none; }
  .mode-grid { grid-template-columns: 1fr; }
  .promise-banner { grid-template-columns: auto 1fr; }.promise-banner > p { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-meta { grid-column: 1/-1; text-align: left; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 24px); --radius: 18px; }
  .brand { font-size: 16px; }.brand-bean { width: 21px; height: 26px; }.brand-bean::after { left: 8px; }
  .hero { padding-top: 105px; }
  .hero-copy { padding-bottom: 55px; }
  h1 { font-size: clamp(45px, 14vw, 65px); }
  .hero-lede { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-notes { gap: 8px 14px; font-size: 10px; }
  .hero-mark { width: 390px; opacity: .1; }
  .window-bar { height: 38px; padding: 0 10px; }.window-title { display: none; }.window-status { font-size: 9px; }.game-window { border-radius: 13px; }
  .zoom-button { right: 9px; bottom: 9px; min-height: 40px; padding: 6px 10px; }
  .concept-caption { text-align: left; }
  .rhythm-strip { padding-top: 90px; }.rhythm-track { justify-content: flex-start; overflow: hidden; font-size: 14px; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 35px; }
  h2 { font-size: clamp(38px, 12vw, 52px); }
  .section-heading > p:last-child, .section-lede { font-size: 16px; }
  .feature-card { min-height: 280px; padding: 25px; }.feature-card-large { min-height: 450px; }.feature-card h3 { font-size: 30px; }.feature-card-large .feature-icon { width: 140px; height: 140px; }
  .learn-grid { gap: 45px; }.tutorial-stage { min-height: 540px; border-radius: 140px 140px 20px 20px; }.tutorial-stage img { width: 275px; max-height: 500px; }.tutorial-stage::before { inset: 20px; }
  .learn-copy h2 { font-size: 45px; }
  .cafe-visual { border-width: 4px; border-radius: 14px; }.cafe-pin > span { width: 30px; height: 30px; flex-basis: 30px; }
  .cafe-stats { grid-template-columns: 1fr 1fr; }.cafe-stats > div:nth-child(2) { border-right: 0; }.cafe-stats > div:nth-child(-n+2) { border-bottom: 1px solid rgba(33,60,49,.16); }.cafe-stats strong { font-size: 31px; }
  .mode-card { grid-template-rows: 230px 1fr; }.mode-copy { padding: 25px; }.mode-copy h3 { font-size: 31px; }
  .promise-banner { padding: 24px; gap: 15px; }.promise-mark { width: 52px; height: 52px; }.promise-banner h3 { font-size: 22px; }
  .faq-grid { gap: 28px; }.faq-list summary { min-height: 72px; font-size: 17px; }.faq-list details p { margin-right: 20px; }
  .closing-section { padding: 90px 0; }.closing-content h2 { font-size: 51px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }.footer-meta { grid-column: auto; }
  .lightbox { width: 96vw; }.lightbox-close { right: 4px; top: -50px; }
}

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

@media (prefers-contrast: more) {
  :root { --line: rgba(25,33,28,.42); }
  .hero-lede, .section-heading > p:last-child, .feature-card p, .cafe-heading > p { color: #25352d; }
  .button-quiet { border-color: var(--forest); }
}
