:root {
	--pine: #123d36;
	--pine-2: #1e594d;
	--ivory: #fbf5e9;
	--paper: #fffaf1;
	--coral: #c94f3d;
	--red: #a92e31;
	--gold: #d59b45;
	--ink: #1f2724;
	--muted: #68716b;
	--shadow: 0 24px 60px rgba(24, 42, 35, 0.18);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--ink);
	background: var(--pine);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--pine); }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--ivory); }
button { font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid #f6c453; outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; padding: .7rem 1rem; color: white; background: var(--pine); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.topbar { position: fixed; z-index: 20; top: 0; left: 0; right: 0; min-height: 72px; padding: .65rem clamp(1rem, 4vw, 3.5rem); display: flex; justify-content: space-between; align-items: center; color: white; background: linear-gradient(180deg, rgba(9, 38, 32, .88), rgba(9, 38, 32, .35) 75%, transparent); }
.brand { display: flex; gap: .7rem; align-items: center; color: inherit; background: none; border: 0; text-align: left; cursor: pointer; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.75); border-radius: 50% 50% 46% 54%; font-family: Georgia, serif; font-size: 1.45rem; font-style: italic; }
.brand strong, .brand small { display: block; letter-spacing: .08em; }
.brand small { margin-top: .1rem; font-size: .62rem; opacity: .78; letter-spacing: .02em; }
.topbar-actions { display: flex; gap: .7rem; align-items: center; }
.stories-button { padding: .48rem .75rem; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: white; background: rgba(13,48,40,.6); font-size: .78rem; font-weight: 800; cursor: pointer; }
.keepsake-count { padding: .5rem .75rem; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(13, 48, 40, .6); font-size: .85rem; }
.keepsake-count span { color: #ffd06b; }
.icon-button { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: white; background: rgba(13,48,40,.6); cursor: pointer; }

main { min-height: 100vh; }
.screen { display: none; min-height: 100vh; padding-top: 72px; }
.screen.is-active { display: block; animation: reveal .42s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(8px); } }

.hero-screen { position: relative; overflow: hidden; color: white; }
.hero-art { position: absolute; inset: 0; background: #356b5e url('/assets/maremade-key-art.png') center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,30,26,.91) 0%, rgba(8,30,26,.72) 38%, rgba(8,30,26,.1) 70%), linear-gradient(0deg, rgba(8,30,26,.45), transparent 45%); }
.hero-copy { position: relative; z-index: 2; width: min(620px, 88vw); margin: clamp(7rem, 18vh, 12rem) 0 4rem clamp(1.2rem, 7vw, 7rem); }
.eyebrow { margin: 0 0 .7rem; color: var(--coral); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-copy .eyebrow { color: #ffd48b; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: .96; letter-spacing: -.035em; }
h1 { max-width: 570px; font-size: clamp(3.4rem, 8vw, 7rem); }
h2 { font-size: clamp(2.5rem, 5vw, 4.3rem); }
.hero-lede { max-width: 570px; margin: 1.4rem 0 1.8rem; font-size: clamp(1rem, 2vw, 1.25rem); line-height: 1.6; color: rgba(255,255,255,.87); }
.hero-actions, .ending-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.primary-button { min-height: 50px; padding: .8rem 1.2rem; border: 0; border-radius: 999px; color: white; background: var(--coral); font-weight: 800; cursor: pointer; box-shadow: 0 10px 28px rgba(116, 27, 20, .25); transition: transform .18s ease, background .18s ease; }
.primary-button:hover { transform: translateY(-2px); background: #b84032; }
.primary-button span { margin-left: .5rem; }
.text-button { padding: .7rem .4rem; border: 0; border-bottom: 1px solid currentColor; color: inherit; background: none; font-weight: 700; cursor: pointer; }
.save-note { margin-top: 1.3rem; font-size: .78rem; opacity: .65; }

.paper-screen { background: radial-gradient(circle at 12% 20%, #fff 0 1%, transparent 22%), var(--ivory); }
.chapter-shell { width: min(1160px, 90vw); margin: 5vh auto; }
.chapter-heading { max-width: 690px; }
.chapter-heading > p:last-child { color: var(--muted); font-size: 1.1rem; line-height: 1.6; }
.chapter-actions { margin-top: 2rem; }
.crew-screen { background: linear-gradient(135deg, #f9f1df, #eef4ec); }
.crew-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 2rem; }
.crew-card { min-height: 112px; padding: 1rem; display: flex; gap: .85rem; align-items: center; border: 1px solid #dfd6c4; border-radius: 20px; background: rgba(255,255,255,.78); box-shadow: 0 8px 24px rgba(34,54,46,.06); }
.crew-card.featured { grid-column: span 2; color: white; background: linear-gradient(135deg, var(--pine), var(--pine-2)); border-color: transparent; }
.crew-avatar { width: 50px; height: 50px; flex: none; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(145deg, var(--coral), var(--red)); font: 800 1rem Georgia, serif; box-shadow: 0 7px 18px rgba(82,35,28,.18); }
.crew-card h3 { margin: 0 0 .3rem; font-family: Georgia, serif; font-size: 1.25rem; }
.crew-card p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.4; }
.crew-card.featured p { color: rgba(255,255,255,.72); }
.route-progress { width: min(500px, 100%); margin: 1.6rem 0; padding: .9rem 1rem; border-radius: 16px; background: white; box-shadow: 0 8px 24px rgba(34,54,46,.07); }
.route-progress span { display: block; margin-bottom: .5rem; color: var(--muted); font-size: .82rem; font-weight: 800; }
.meter.light { background: #e8e1d4; }
.meter.light i { background: linear-gradient(90deg, var(--coral), var(--gold)); }
.route-grid { grid-template-columns: repeat(3, 1fr); }
.route-card { min-height: 235px; }
.route-card.is-complete { border-color: #7aae8c; background: #eff8f1; }
.route-card.is-complete .choice-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; color: white; background: #4f8a68; font-size: 2rem; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.choice-card { position: relative; min-height: 270px; padding: 1.5rem; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid #dfd6c4; border-radius: 24px; color: var(--ink); background: rgba(255,255,255,.72); text-align: left; cursor: pointer; box-shadow: 0 12px 32px rgba(47,57,51,.07); transition: transform .2s ease, border .2s ease, box-shadow .2s ease; }
.choice-card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: var(--shadow); }
.choice-icon { display: block; margin-bottom: auto; font-size: 4rem; filter: drop-shadow(0 8px 12px rgba(55,64,54,.15)); }
.choice-kicker { margin-bottom: .35rem; color: var(--coral); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.choice-card strong { margin-bottom: .45rem; font-family: Georgia, serif; font-size: 1.55rem; }
.choice-card small { color: var(--muted); font-size: .9rem; line-height: 1.45; }

.garden-screen { padding-inline: clamp(1rem, 4vw, 4rem); padding-bottom: 3rem; color: white; background: linear-gradient(rgba(11,52,43,.86), rgba(11,52,43,.94)), radial-gradient(circle at 80% 10%, #78a867, #174b3d 60%); }
.game-hud { width: min(1060px, 100%); margin: 1.5rem auto 0; padding: .8rem 1rem; display: flex; justify-content: space-between; align-items: center; gap: 2rem; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(5,27,22,.32); backdrop-filter: blur(8px); }
.game-hud > div:first-child { flex: 1; }
.hud-label, .temperature span { display: block; margin-bottom: .35rem; color: rgba(255,255,255,.65); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.meter { height: 8px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.18); }
.meter i { display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #77c79d, #f1c15d); transition: width .25s ease; }
.temperature { min-width: 92px; text-align: right; }
.temperature strong { font-family: Georgia, serif; font-size: 1.5rem; }
.garden-copy { width: min(1060px, 100%); margin: 2.2rem auto 1rem; }
.garden-copy p:last-child { max-width: 720px; color: rgba(255,255,255,.76); line-height: 1.55; }
.toolbox { width: min(1060px, 100%); margin: 1.2rem auto; display: flex; gap: .65rem; overflow-x: auto; padding-bottom: .3rem; }
.toolbox button { min-width: 106px; padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; color: white; background: rgba(255,255,255,.08); cursor: pointer; }
.toolbox button[aria-pressed="true"] { color: var(--pine); background: #ffe5a7; border-color: #ffe5a7; box-shadow: 0 7px 20px rgba(0,0,0,.18); }
.toolbox span { margin-left: .25rem; font-size: .82rem; font-weight: 750; }
.plant-grid { width: min(1060px, 100%); margin: 1rem auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.plant { min-height: 150px; padding: 1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; color: white; background: linear-gradient(145deg, rgba(255,255,255,.15), rgba(255,255,255,.05)); cursor: pointer; transition: transform .18s ease, opacity .2s ease; }
.plant:hover { transform: translateY(-3px); }
.plant .plant-art { display: block; font-size: 3.4rem; }
.plant b, .plant small { display: block; }
.plant b { margin-top: .3rem; }
.plant small { margin-top: .2rem; color: rgba(255,255,255,.62); }
.plant.is-cared { opacity: .48; border-style: dashed; }
.plant.is-cared .plant-art { filter: saturate(.6); }
.mare-bubble { width: min(740px, 100%); margin: 1.2rem auto 0; padding: .75rem 1rem; display: flex; align-items: center; gap: .8rem; border-radius: 18px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.mini-avatar { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--coral); font-family: Georgia, serif; font-weight: 800; }
.mare-bubble p { margin: 0; font-weight: 700; }

.conversation-screen { position: relative; padding-inline: 1rem; color: white; background: #173d36; }
.conversation-backdrop { position: absolute; inset: 0; opacity: .36; background: linear-gradient(110deg, #173d36 25%, transparent), url('/assets/maremade-key-art.png') center / cover; filter: blur(2px); }
.conversation-card { position: relative; z-index: 2; width: min(760px, 94vw); margin: 7vh auto; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: rgba(9,38,32,.91); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.dialogue { margin: 2rem 0 1.2rem; padding: 1.2rem; display: flex; gap: 1rem; align-items: center; border-radius: 18px; background: rgba(255,255,255,.08); }
.portrait { width: 64px; height: 64px; flex: none; display: grid; place-items: center; border-radius: 50%; font: 800 1.5rem Georgia, serif; background: #c58a53; }
.dialogue p { margin: .35rem 0 0; color: rgba(255,255,255,.78); line-height: 1.5; }
.listen-prompt { font-weight: 800; }
.response-list { display: grid; gap: .7rem; }
.response-list button { padding: 1rem 1.1rem; display: flex; justify-content: space-between; gap: 1rem; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; color: white; background: rgba(255,255,255,.06); text-align: left; cursor: pointer; }
.response-list button:hover { border-color: #f3c06a; background: rgba(255,255,255,.12); }
.response-list span { color: rgba(255,255,255,.65); }

.story-screen { padding-inline: clamp(1rem, 4vw, 4rem); padding-bottom: 4rem; }
.story-shell { width: min(1040px, 100%); margin: 5vh auto; }
.story-shell.narrow { width: min(820px, 100%); }
.story-lede { max-width: 760px; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.conversation-card .story-lede { color: rgba(255,255,255,.68); }
.picnic-scene { background: linear-gradient(rgba(252,247,235,.94), rgba(252,247,235,.94)), radial-gradient(circle at 20% 10%, #eabf71, transparent 40%); }
.clue-ribbon, .shopping-list { margin: 1.4rem 0; padding: 1rem 1.2rem; border-left: 5px solid var(--gold); border-radius: 8px 18px 18px 8px; background: white; box-shadow: 0 8px 24px rgba(34,54,46,.07); }
.picnic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 1.5rem 0; }
.picnic-card, .shop-item { min-height: 190px; padding: 1.2rem; display: flex; flex-direction: column; justify-content: center; gap: .5rem; border: 2px solid transparent; border-radius: 22px; background: white; color: var(--ink); cursor: pointer; box-shadow: 0 10px 30px rgba(34,54,46,.09); }
.picnic-card > span, .shop-item > span { font-size: 3.2rem; }
.picnic-card b { font: 700 1.3rem Georgia, serif; }
.picnic-card small { color: var(--muted); line-height: 1.5; }
.is-wrong { border-color: #bd5b50 !important; animation: nudge .25s ease 2; }
.is-correct, .is-picked { border-color: #4f8a68 !important; background: #ecf6ed !important; }
@keyframes nudge { 50% { transform: translateX(5px); } }

.parking-scene { color: white; background: radial-gradient(circle at 75% 10%, #47736b, #112f2a 62%); }
.parking-scene .story-lede { color: rgba(255,255,255,.72); }
.parking-road { position: relative; height: 210px; margin: 2rem 0; padding: 1rem; display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: start; gap: .7rem; border-radius: 24px; background: #3b4442; border-bottom: 12px solid #d6c69f; overflow: hidden; }
.parked-car { padding-top: .8rem; text-align: center; font-size: 4rem; }
.parking-slot { height: 92px; display: grid; place-items: center; border: 3px dashed rgba(255,255,255,.45); border-radius: 14px; color: rgba(255,255,255,.55); font-weight: 900; letter-spacing: .15em; }
.mare-car { position: absolute; right: 4%; bottom: 14px; font-size: 4.2rem; transition: all .35s ease; }
.mare-car.step-1 { right: 23%; }.mare-car.step-2 { right: 38%; transform: rotate(-22deg); }.mare-car.step-3 { right: 42%; transform: rotate(0); }.mare-car.step-4 { right: 43%; bottom: 86px; transform: rotate(0); }
.sequence-status { margin-bottom: .8rem; color: #ffe1a3; font-weight: 800; }
.action-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; margin-bottom: 1rem; }
.action-grid button { padding: 1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; color: white; background: rgba(255,255,255,.08); cursor: pointer; }
.action-grid button:disabled { opacity: .4; }
.action-grid span { margin-right: .4rem; }

.birthday-scene { background: linear-gradient(145deg, #f7ebd4, #f9f6ef); }
.birthday-card { margin: 2rem 0 1rem; padding: 1.3rem; display: flex; align-items: center; gap: 1rem; border-radius: 22px; color: white; background: linear-gradient(135deg, var(--coral), var(--red)); box-shadow: var(--shadow); }
.crew-avatar.large { width: 76px; height: 76px; background: rgba(255,255,255,.16); border: 2px solid rgba(255,255,255,.5); font-size: 1.3rem; }
.birthday-card h3 { margin: .2rem 0; font: 700 2rem Georgia, serif; }
.birthday-card p { margin: 0; color: rgba(255,255,255,.8); }
.response-list.compact button { color: var(--ink); background: white; border-color: #ded5c5; }
.response-list.compact span { color: var(--muted); }

.target-scene { background: linear-gradient(135deg, #eef4ec, #fff9ed); }
.shopping-list { display: flex; justify-content: space-between; gap: 1rem; }
.shopping-list span { color: var(--muted); }
.shop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.shop-item { min-height: 145px; text-align: center; }
.shop-item > span { font-size: 2.7rem; }
.basket-status { margin-top: 1rem; text-align: right; color: var(--pine); font-weight: 900; }

.speaker-tabs { display: flex; gap: .5rem; margin: 1.2rem 0; overflow-x: auto; }
.speaker-tabs button { padding: .6rem .9rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: white; background: transparent; cursor: pointer; }
.speaker-tabs button[aria-pressed="true"] { color: var(--pine); background: #ffe1a3; border-color: #ffe1a3; }

.closet-scene { background: linear-gradient(145deg, #f3ead7, #e8efe9); }
.season-switch { display: flex; gap: .5rem; margin: 1.3rem 0; }
.season-switch button { padding: .65rem 1rem; border: 1px solid #cfc5b3; border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.65); cursor: pointer; }
.season-switch button[aria-pressed="true"] { color: white; background: var(--pine); border-color: var(--pine); }
.outfit-stage { min-height: 150px; padding: 1.2rem; display: flex; gap: 1rem; align-items: center; border-radius: 24px; color: white; background: linear-gradient(135deg, #172f4e, #42624c 70%, #765c43); box-shadow: var(--shadow); }
.outfit-person { width: 88px; height: 112px; flex: none; display: grid; place-items: center; border-radius: 44px 44px 22px 22px; background: #263b64; border: 4px solid rgba(255,255,255,.45); font: 800 1.4rem Georgia, serif; transition: background .25s ease; }
.outfit-person.spring { background: linear-gradient(#6495c7, #b56d78); }
.outfit-stage span { color: #ffe0a7; font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.outfit-stage h3 { margin: .25rem 0; font: 700 1.7rem Georgia, serif; }.outfit-stage p { margin: 0; color: rgba(255,255,255,.72); }
.closet-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin: 1rem 0; }
.closet-item { min-height: 150px; padding: 1rem; border: 2px solid transparent; border-radius: 20px; background: white; color: var(--ink); cursor: pointer; box-shadow: 0 8px 22px rgba(34,54,46,.07); }
.closet-item span, .closet-item b, .closet-item small { display: block; }.closet-item span { font-size: 2.6rem; }.closet-item b { margin: .35rem 0; }.closet-item small { color: var(--muted); line-height: 1.35; }

.foodie-scene { background: linear-gradient(145deg, #fff7e8, #f0e4d4); }
.food-place-strip { display: flex; gap: .6rem; flex-wrap: wrap; margin: 1.2rem 0; }
.food-place-strip span { padding: .55rem .8rem; border-radius: 999px; color: #6b432b; background: #fff; border: 1px solid #e1cfb7; font-size: .78rem; font-weight: 800; }
.board-tray { min-height: 110px; margin: 1rem 0; display: grid; place-items: center; border: 8px solid #8d6443; border-radius: 50px; color: #704829; background: repeating-linear-gradient(90deg, #d9b184 0 12px, #e4c194 12px 24px); box-shadow: inset 0 0 0 4px rgba(255,255,255,.32), var(--shadow); }
.board-tray.is-full { background: radial-gradient(circle at 25% 50%, #9e5572 0 10%, transparent 11%), radial-gradient(circle at 50% 35%, #e7c75d 0 11%, transparent 12%), radial-gradient(circle at 70% 60%, #8aaf69 0 12%, transparent 13%), #dfbd91; }
.food-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; }
.food-item { min-height: 130px; padding: .8rem; border: 2px solid transparent; border-radius: 18px; background: white; color: var(--ink); cursor: pointer; }
.food-item span, .food-item b { display: block; }.food-item span { margin-bottom: .35rem; font-size: 2.4rem; }

.finale-screen { padding-inline: 1rem; color: white; background: radial-gradient(circle at 50% 0, #3b7464, #0c2e27 65%); }
.finale-shell { width: min(1000px, 94vw); margin: 6vh auto; text-align: center; }
.finale-shell .story-lede { margin-inline: auto; color: rgba(255,255,255,.72); }
.thread-garden { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; margin: 2rem 0; text-align: left; }
.thread-garden article { padding: 1rem; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.08); animation: reveal .4s ease var(--delay) both; }
.thread-garden span, .thread-garden b, .thread-garden small { display: block; }
.thread-garden span { margin-bottom: .5rem; font-size: 2rem; }.thread-garden small { margin-top: .25rem; color: rgba(255,255,255,.6); }

.ending-screen { padding-inline: 1rem; color: white; background: radial-gradient(circle at 50% 20%, #2d6e5f, #0d312a 65%); }
.ending-card { width: min(760px, 94vw); margin: 7vh auto; padding: clamp(1.5rem, 5vw, 4rem); border: 1px solid rgba(255,255,255,.2); border-radius: 32px; background: rgba(255,255,255,.07); box-shadow: var(--shadow); text-align: center; }
.keepsake-large { display: block; margin-bottom: 1rem; color: #ffd575; font-size: 4rem; }
.ending-card > p:not(.eyebrow) { max-width: 590px; margin: 1.2rem auto; color: rgba(255,255,255,.76); line-height: 1.7; }
blockquote { margin: 2rem auto; padding: 1.4rem; border-block: 1px solid rgba(255,255,255,.18); font: italic clamp(1.25rem,3vw,1.8rem) Georgia,serif; color: #ffe7b4; }
.ending-actions { justify-content: center; }

.toast { position: fixed; z-index: 50; left: 50%; bottom: calc(1rem + env(safe-area-inset-bottom)); max-width: 90vw; padding: .8rem 1.1rem; border-radius: 999px; color: white; background: #1d2824; box-shadow: var(--shadow); opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: .25s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
dialog { width: min(560px, 92vw); padding: 2rem; border: 0; border-radius: 24px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(7,27,23,.72); backdrop-filter: blur(4px); }
.dialog-close:first-child { position: absolute; top: .7rem; right: .8rem; width: 38px; height: 38px; border: 0; background: none; font-size: 1.6rem; cursor: pointer; }
dialog p { line-height: 1.65; color: var(--muted); }

@media (max-width: 760px) {
	.topbar { min-height: 64px; }
	.brand small { display: none; }
	.hero-screen { padding-top: 64px; }
	.hero-art { background-position: 62% center; }
	.hero-shade { background: linear-gradient(0deg, rgba(8,30,26,.96), rgba(8,30,26,.1) 85%); }
	.hero-copy { width: auto; margin: 48vh 1.2rem 2rem; }
	h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
	.choice-grid, .plant-grid, .crew-grid, .picnic-grid, .shop-grid, .closet-grid, .food-grid, .thread-garden { grid-template-columns: 1fr; }
	.crew-card.featured { grid-column: span 1; }
	.choice-card { min-height: 220px; }
	.response-list button { flex-direction: column; gap: .25rem; }
	.action-grid { grid-template-columns: 1fr; }
	.shopping-list { flex-direction: column; }
	.parking-road { grid-template-columns: 1fr 1.15fr 1fr; height: 190px; }
	.parked-car, .mare-car { font-size: 3rem; }
	.mare-car.step-4 { right: 41%; bottom: 80px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
