:root {
	--color-bg: #edf4ee;
	--color-paper: #fffaf0;
	--color-text: #17283a;
	--color-muted: #68717a;
	--color-brand: #fa6b4f;
	--color-accent: #a8df52;
	--color-secondary: #7fc8c2;
	--color-pink: #f2b7c6;
	--color-yellow: #ffd65a;
	--color-border: #17283a;
	--color-dark: #142331;
	--font-main: "Noto Sans TC", sans-serif;
	--container-width: 1260px;
	--page-gutter: clamp(20px, 4vw, 58px);
	--section-space: clamp(82px, 10vw, 144px);
	--shadow-offset: 7px 7px 0 var(--color-border);
	--radius-small: 5px;
	--radius-medium: 14px;
	--radius-large: 28px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; overflow-x: hidden; background: var(--color-bg); color: var(--color-text); font-family: var(--font-main); line-height: 1.7; }
body.is-menu-open { overflow: hidden; }

img { display: block; width: 100%; max-width: 100%; }

a { color: inherit; text-decoration: none; }

ul { margin: 0; padding: 0; list-style: none; }

p { margin: 0; }

figure { margin: 0; }

.site-container { width: min(calc(100% - (var(--page-gutter) * 2)), var(--container-width)); margin: 0 auto; }

.section-label { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 900; letter-spacing: 0.13em; }
.section-label::before { width: 26px; height: 6px; background: var(--color-brand); content: ""; }

.reveal-mask { overflow: hidden; }
.reveal-mask > * { transform: translateY(115%); transition: transform 0.75s cubic-bezier(0.22, 0.75, 0.18, 1); }
.reveal-mask.is-visible > * { transform: translateY(0); }
.reveal-shift { opacity: 0; transform: translateX(-24px); transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 0.75, 0.18, 1); }
.reveal-shift.is-visible { opacity: 1; transform: translateX(0); }
.reveal-scale { clip-path: inset(0 100% 0 0); transition: clip-path 0.85s cubic-bezier(0.22, 0.75, 0.18, 1); }
.reveal-scale.is-visible { clip-path: inset(0 0 0 0); }

/* header */
header.site-header { position: relative; z-index: 50; border-bottom: 3px solid var(--color-border); background: var(--color-paper); }
header .header-row { display: grid; min-height: 86px; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
header .brand-link { display: inline-flex; align-items: center; gap: 12px; }
header .brand-mark { position: relative; display: grid; width: 48px; height: 48px; place-items: center; }
header h1 { margin: 0; font-size: 22px; font-weight: 900; letter-spacing: -0.04em; }
header .header-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.8vw, 40px); font-size: 14px; font-weight: 800; }
header .header-nav a { position: relative; padding: 9px 0; }
header .header-nav a::before { position: absolute; right: 0; bottom: 1px; left: 0; height: 3px; background: var(--color-brand); content: ""; transform: scaleX(0); transform-origin: right center; transition: transform 0.24s ease; }
header .header-nav a:hover::before, header .header-nav a:focus-visible::before { transform: scaleX(1); transform-origin: left center; }
header .header-status { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 0 15px; border: 2px solid var(--color-border); background: var(--color-secondary); font-size: 12px; font-weight: 900; box-shadow: 4px 4px 0 var(--color-border); }
header .header-status::before { width: 8px; height: 8px; border: 2px solid var(--color-border); border-radius: 50%; background: var(--color-accent); content: ""; }
header .menu-toggle { display: none; width: 44px; height: 40px; align-items: center; justify-content: center; border: 2px solid var(--color-border); background: var(--color-yellow); }
header .menu-toggle-lines { position: relative; width: 21px; height: 15px; }
header .menu-toggle-lines::before, header .menu-toggle-lines::after { position: absolute; left: 0; width: 21px; height: 3px; background: var(--color-border); content: ""; transition: top 0.25s ease, transform 0.25s ease; }
header .menu-toggle-lines::before { top: 2px; }
header .menu-toggle-lines::after { top: 10px; }
header .menu-toggle[aria-expanded="true"] .menu-toggle-lines::before { top: 6px; transform: rotate(45deg); }
header .menu-toggle[aria-expanded="true"] .menu-toggle-lines::after { top: 6px; transform: rotate(-45deg); }

/* hero */
#hero-section { position: relative; overflow: hidden; border-bottom: 3px solid var(--color-border); background: var(--color-paper); }
#hero-section .hero-media { position: relative; min-height: 740px; }
#hero-section .hero-media::after { position: absolute; inset: 0; background: linear-gradient( 90deg, rgba(20, 35, 49, 0.87) 0%, rgba(20, 35, 49, 0.58) 45%, rgba(20, 35, 49, 0.1) 82% ); content: ""; }
#hero-section .hero-media img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 46%; }
#hero-section .hero-content { position: absolute; z-index: 3; top: 0; right: 0; bottom: 0; left: 0; display: flex; align-items: center; }
#hero-section .hero-copy { width: min(760px, 68%); padding-top: 26px; color: #fff; }
#hero-section .hero-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 25px; padding: 7px 11px; border: 2px solid #fff; background: var(--color-brand); font-size: 12px; font-weight: 900; letter-spacing: 0.1em; transform: rotate(-1deg); }
#hero-section h2 { max-width: 760px; margin: 0; font-size: clamp(58px, 7.8vw, 112px); font-weight: 900; letter-spacing: -0.075em; line-height: 0.92; }
#hero-section h2 span { display: block; color: var(--color-accent); }
#hero-section .hero-description { max-width: 590px; margin-top: 30px; color: rgba(255, 255, 255, 0.8); font-size: 18px; font-weight: 500; }
#hero-section .hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 38px; }
#hero-section .hero-primary { display: inline-flex; min-height: 56px; align-items: center; gap: 16px; padding: 0 23px; border: 3px solid var(--color-border); background: var(--color-yellow); box-shadow: 7px 7px 0 var(--color-brand); color: var(--color-text); font-weight: 900; transition: transform 0.2s ease, box-shadow 0.2s ease; }
#hero-section .hero-primary::after { content: "↗"; font-size: 20px; }
#hero-section .hero-primary:hover, #hero-section .hero-primary:focus-visible { box-shadow: 2px 2px 0 var(--color-brand); transform: translate(5px, 5px); }
#hero-section .hero-secondary { display: inline-flex; min-height: 52px; align-items: center; padding: 0 20px; border: 2px solid rgba(255, 255, 255, 0.7); color: #fff; font-weight: 800; transition: background-color 0.2s ease, color 0.2s ease; }
#hero-section .hero-secondary:hover, #hero-section .hero-secondary:focus-visible { background: #fff; color: var(--color-text); }
#hero-section .hero-receipt { position: absolute; z-index: 5; right: clamp(18px, 5vw, 80px); bottom: -22px; width: 265px; padding: 24px 22px 38px; border: 3px solid var(--color-border); background: var(--color-paper); box-shadow: 9px 9px 0 var(--color-secondary); color: var(--color-text); transform: rotate(3deg); }
#hero-section .hero-receipt::after { position: absolute; right: -3px; bottom: -15px; left: -3px; height: 20px; background: linear-gradient(135deg, transparent 9px, var(--color-paper) 0) 0 0 / 20px 20px repeat-x; content: ""; }
#hero-section .receipt-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 12px; border-bottom: 2px dashed var(--color-border); font-size: 13px; font-weight: 900; }
#hero-section .receipt-title span:last-child { color: var(--color-brand); }
#hero-section .receipt-list { margin-top: 12px; }
#hero-section .receipt-item { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 9px 0; border-bottom: 1px dotted rgba(23, 40, 58, 0.45); font-size: 12px; font-weight: 700; }
#hero-section .receipt-total { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; font-size: 14px; font-weight: 900; }
#hero-section .hero-alert { position: absolute; z-index: 4; top: 56px; right: 11%; display: grid; width: 118px; height: 118px; place-items: center; border: 3px solid var(--color-border); border-radius: 50%; background: var(--color-pink); color: var(--color-text); font-size: 15px; font-weight: 900; line-height: 1.2; text-align: center; transform: rotate(10deg); }
#hero-section .hero-alert::before { position: absolute; inset: 7px; border: 2px dashed var(--color-border); border-radius: 50%; content: ""; }
#hero-section .hero-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 3px solid var(--color-border); background: var(--color-accent); }
#hero-section .hero-rail-item { display: flex; min-height: 68px; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border-right: 2px solid var(--color-border); font-size: 13px; font-weight: 900; text-align: center; }
#hero-section .hero-rail-item:last-child { border-right: 0; }
#hero-section .hero-rail-item span { display: grid; width: 27px; height: 27px; place-items: center; border: 2px solid var(--color-border); border-radius: 50%; background: var(--color-paper); font-size: 12px; }

/* opening */
#opening-shift { padding: var(--section-space) 0; background-color: var(--color-bg); background-image: linear-gradient(rgba(23, 40, 58, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 40, 58, 0.055) 1px, transparent 1px); background-size: 26px 26px; }
#opening-shift .opening-header { display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(260px, 0.32fr); align-items: end; gap: 80px; margin-bottom: 68px; }
#opening-shift h2 { max-width: 790px; margin: 18px 0 0; font-size: clamp(44px, 6vw, 78px); font-weight: 900; letter-spacing: -0.06em; line-height: 1.02; }
#opening-shift .opening-summary { color: var(--color-muted); font-size: 17px; }
#opening-shift .shift-board { border: 3px solid var(--color-border); background: var(--color-paper); box-shadow: var(--shadow-offset); }
#opening-shift .shift-board-header { display: grid; grid-template-columns: 0.28fr 0.72fr 1.1fr 0.3fr; align-items: center; min-height: 52px; background: var(--color-dark); color: #fff; font-size: 12px; font-weight: 900; letter-spacing: 0.08em; }
#opening-shift .shift-board-header span { padding: 0 22px; }
#opening-shift .shift-item { display: grid; grid-template-columns: 0.28fr 0.72fr 1.1fr 0.3fr; align-items: center; min-height: 116px; border-top: 2px solid var(--color-border); transition: background-color 0.25s ease; }
#opening-shift .shift-item:hover { background: #f8eed6; }
#opening-shift .shift-time { padding: 0 22px; color: var(--color-brand); font-size: 13px; font-weight: 900; }
#opening-shift .shift-title { padding: 0 22px; font-size: 22px; font-weight: 900; letter-spacing: -0.035em; }
#opening-shift .shift-text { padding: 0 22px; color: var(--color-muted); font-size: 15px; }
#opening-shift .shift-status { justify-self: center; padding: 7px 11px; border: 2px solid var(--color-border); background: var(--color-secondary); font-size: 11px; font-weight: 900; transform: rotate(-2deg); }
#opening-shift .shift-item:nth-child(3) .shift-status { background: var(--color-yellow); transform: rotate(2deg); }
#opening-shift .shift-item:nth-child(4) .shift-status { background: var(--color-pink); transform: rotate(-3deg); }
#opening-shift .shift-item:nth-child(5) .shift-status { background: var(--color-accent); transform: rotate(1deg); }

/* crew */
#crew-section { padding: var(--section-space) 0; border-top: 3px solid var(--color-border); border-bottom: 3px solid var(--color-border); background: var(--color-secondary); }
#crew-section .crew-layout { display: grid; grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr); gap: clamp(60px, 9vw, 136px); }
#crew-section .crew-intro { position: relative; }
#crew-section .crew-intro-inner { position: sticky; top: 46px; }
#crew-section h2 { max-width: 500px; margin: 17px 0 0; font-size: clamp(44px, 5.8vw, 76px); font-weight: 900; letter-spacing: -0.06em; line-height: 1.03; }
#crew-section .crew-intro p { max-width: 460px; margin-top: 27px; color: rgba(23, 40, 58, 0.73); font-size: 17px; }
#crew-section .crew-note { display: inline-block; margin-top: 34px; padding: 10px 14px; border: 2px solid var(--color-border); background: var(--color-yellow); box-shadow: 4px 4px 0 var(--color-border); font-size: 12px; font-weight: 900; transform: rotate(-2deg); }
#crew-section .crew-list { border-top: 3px solid var(--color-border); }
#crew-section .crew-item { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 32px; padding: 34px 0; border-bottom: 3px solid var(--color-border); }
#crew-section .crew-figure { overflow: hidden; border: 3px solid var(--color-border); background: var(--color-paper); }
#crew-section .crew-figure img { height: 100%; object-fit: cover; filter: saturate(0.85); transition: transform 0.5s ease, filter 0.5s ease; }
#crew-section .crew-item:hover .crew-figure img { transform: scale(1.05); filter: saturate(1); }
#crew-section .crew-content { align-self: center; }
#crew-section .crew-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 8px; }
#crew-section .crew-role { color: rgba(23, 40, 58, 0.68); font-size: 12px; font-weight: 900; letter-spacing: 0.08em; }
#crew-section .crew-level { padding: 4px 8px; border: 2px solid var(--color-border); background: var(--color-paper); font-size: 11px; font-weight: 900; }
#crew-section .crew-item h3 { margin: 0; font-size: clamp(25px, 2.8vw, 36px); font-weight: 900; letter-spacing: -0.04em; }
#crew-section .crew-item p { margin-top: 10px; color: rgba(23, 40, 58, 0.75); }
#crew-section .crew-traits { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
#crew-section .crew-traits span { padding: 5px 9px; border: 1px solid var(--color-border); background: rgba(255, 250, 240, 0.55); font-size: 11px; font-weight: 800; }

/* menu */
#menu-lab { padding: var(--section-space) 0; background: var(--color-paper); }
#menu-lab .menu-header { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.35fr); align-items: end; gap: 75px; margin-bottom: 60px; }
#menu-lab h2 { max-width: 820px; margin: 18px 0 0; font-size: clamp(44px, 5.8vw, 76px); font-weight: 900; letter-spacing: -0.06em; line-height: 1.02; }
#menu-lab .menu-intro { color: var(--color-muted); font-size: 17px; }
#menu-lab .menu-grid { display: grid; grid-template-columns: 1.1fr 0.9fr 0.8fr; grid-template-rows: auto auto; gap: 20px; }
#menu-lab .menu-item { position: relative; overflow: hidden; border: 3px solid var(--color-border); background: var(--color-bg); }
#menu-lab .menu-item:nth-child(1) { grid-row: 1 / 3; }
#menu-lab .menu-item:nth-child(4) { grid-column: 2 / 4; display: grid; grid-template-columns: 0.78fr 1fr; }
#menu-lab .menu-figure { overflow: hidden; }
#menu-lab .menu-item:nth-child(1) .menu-figure img { aspect-ratio: 4 / 5; }
#menu-lab .menu-item:nth-child(2) .menu-figure img, #menu-lab .menu-item:nth-child(3) .menu-figure img { aspect-ratio: 4 / 3; }
#menu-lab .menu-item:nth-child(4) .menu-figure img { height: 100%; object-fit: cover; }
#menu-lab .menu-figure img { object-fit: cover; transition: transform 0.55s ease; }
#menu-lab .menu-item:hover .menu-figure img { transform: scale(1.045); }
#menu-lab .menu-content { padding: 22px 23px 25px; }
#menu-lab .menu-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; color: var(--color-muted); font-size: 11px; font-weight: 900; letter-spacing: 0.05em; }
#menu-lab .menu-price { color: var(--color-brand); }
#menu-lab .menu-item h3 { margin: 0; font-size: clamp(22px, 2.3vw, 31px); font-weight: 900; letter-spacing: -0.04em; line-height: 1.2; }
#menu-lab .menu-item p { margin-top: 10px; color: var(--color-muted); font-size: 14px; }
#menu-lab .menu-stamp { position: absolute; top: 15px; right: 15px; display: grid; width: 68px; height: 68px; place-items: center; border: 2px solid var(--color-border); border-radius: 50%; background: var(--color-yellow); font-size: 11px; font-weight: 900; text-align: center; transform: rotate(8deg); }

/* city */
#city-section { position: relative; overflow: hidden; padding: var(--section-space) 0; background: var(--color-dark); color: #fff; }
#city-section .city-heading { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.32fr); align-items: end; gap: 70px; margin-bottom: 56px; }
#city-section .section-label::before { background: var(--color-accent); }
#city-section h2 { max-width: 760px; margin: 18px 0 0; font-size: clamp(45px, 6vw, 78px); font-weight: 900; letter-spacing: -0.06em; line-height: 1.02; }
#city-section .city-intro { color: rgba(255, 255, 255, 0.68); font-size: 17px; }
#city-section .city-stage { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(310px, 0.56fr); min-height: 620px; border: 3px solid #fff; }
#city-section .city-figure { position: relative; overflow: hidden; }
#city-section .city-figure::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20, 35, 49, 0.7), transparent 55%); content: ""; }
#city-section .city-figure img { height: 100%; object-fit: cover; transition: transform 0.8s ease; }
#city-section .city-stage:hover .city-figure img { transform: scale(1.03); }
#city-section .city-overlay { position: absolute; z-index: 2; right: 36px; bottom: 34px; left: 36px; }
#city-section .city-overlay span { display: inline-block; margin-bottom: 8px; color: var(--color-accent); font-size: 12px; font-weight: 900; letter-spacing: 0.11em; }
#city-section .city-overlay strong { display: block; max-width: 680px; font-size: clamp(28px, 4vw, 52px); line-height: 1.1; }
#city-section .city-list { display: flex; flex-direction: column; background: var(--color-paper); color: var(--color-text); }
#city-section .city-item { display: grid; flex: 1; grid-template-columns: 44px 1fr; align-items: center; gap: 15px; padding: 25px 28px; border-bottom: 2px solid var(--color-border); transition: background-color 0.25s ease, padding-left 0.25s ease; }
#city-section .city-item:last-child { border-bottom: 0; }
#city-section .city-item:hover { padding-left: 38px; background: var(--color-yellow); }
#city-section .city-number { display: grid; width: 38px; height: 38px; place-items: center; border: 2px solid var(--color-border); border-radius: 50%; background: var(--color-secondary); font-size: 11px; font-weight: 900; }
#city-section .city-name { display: block; font-size: 20px; font-weight: 900; }
#city-section .city-rule { display: block; margin-top: 3px; color: var(--color-muted); font-size: 12px; font-weight: 700; }

/* rush */
#rush-events { padding: var(--section-space) 0; border-bottom: 3px solid var(--color-border); background: var(--color-pink); }
#rush-events .rush-layout { display: grid; grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr); gap: clamp(60px, 9vw, 130px); }
#rush-events .rush-copy { align-self: start; }
#rush-events h2 { max-width: 470px; margin: 18px 0 0; font-size: clamp(43px, 5.4vw, 72px); font-weight: 900; letter-spacing: -0.06em; line-height: 1.03; }
#rush-events .rush-copy p { max-width: 450px; margin-top: 27px; color: rgba(23, 40, 58, 0.72); font-size: 17px; }
#rush-events .rush-list { border-top: 3px solid var(--color-border); }
#rush-events .rush-item { display: grid; grid-template-columns: 104px minmax(170px, 0.55fr) minmax(260px, 1fr); gap: 25px; padding: 29px 0; border-bottom: 3px solid var(--color-border); }
#rush-events .rush-countdown { color: var(--color-brand); font-size: 13px; font-weight: 900; letter-spacing: 0.07em; }
#rush-events .rush-item h3 { margin: 0; font-size: 21px; font-weight: 900; line-height: 1.35; }
#rush-events .rush-item p { color: rgba(23, 40, 58, 0.7); font-size: 14px; }
#rush-events .rush-item:nth-child(2) { transform: translateX(34px); }
#rush-events .rush-item:nth-child(3) { transform: translateX(8px); }
#rush-events .rush-item:nth-child(4) { transform: translateX(58px); }

/* game */
#game-progress { padding: var(--section-space) 0; background: var(--color-bg); }
#game-progress .progress-poster { display: grid; grid-template-columns: minmax(0, 0.68fr) minmax(0, 1fr); min-height: 620px; border: 3px solid var(--color-border); background: var(--color-yellow); box-shadow: 11px 11px 0 var(--color-brand); }
#game-progress .progress-content { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(42px, 5vw, 72px); }
#game-progress .progress-content::after { position: absolute; top: 0; right: -3px; bottom: 0; width: 3px; background: var(--color-border); content: ""; }
#game-progress h2 { margin: 20px 0 0; font-size: clamp(44px, 5.7vw, 76px); font-weight: 900; letter-spacing: -0.06em; line-height: 1.02; }
#game-progress .progress-description { max-width: 500px; margin-top: 26px; color: rgba(23, 40, 58, 0.72); font-size: 17px; }
#game-progress .progress-route { margin-top: 45px; }
#game-progress .progress-line { position: relative; height: 10px; border: 3px solid var(--color-border); background: var(--color-paper); }
#game-progress .progress-line::after { position: absolute; inset: 0 34% 0 0; background: var(--color-brand); content: ""; }
#game-progress .progress-labels { display: flex; justify-content: space-between; margin-top: 10px; font-size: 11px; font-weight: 900; }
#game-progress .progress-action { display: inline-flex; width: max-content; min-height: 54px; align-items: center; gap: 15px; margin-top: 34px; padding: 0 21px; border: 3px solid var(--color-border); background: var(--color-paper); box-shadow: 5px 5px 0 var(--color-border); font-weight: 900; transition: transform 0.2s ease, box-shadow 0.2s ease; }
#game-progress .progress-action::after { content: "→"; font-size: 20px; }
#game-progress .progress-action:hover, #game-progress .progress-action:focus-visible { box-shadow: 1px 1px 0 var(--color-border); transform: translate(4px, 4px); }
#game-progress .progress-media { position: relative; overflow: hidden; }
#game-progress .progress-media img { height: 100%; object-fit: cover; transition: transform 0.75s ease; }
#game-progress .progress-poster:hover .progress-media img { transform: scale(1.035); }
#game-progress .progress-badge { position: absolute; right: 28px; bottom: 28px; display: grid; width: 118px; height: 118px; place-items: center; border: 3px solid var(--color-border); border-radius: 50%; background: var(--color-accent); color: var(--color-text); font-size: 14px; font-weight: 900; line-height: 1.2; text-align: center; transform: rotate(-8deg); }

/* faq */
#faq-section { padding: var(--section-space) 0; background: var(--color-paper); }
#faq-section .faq-layout { display: grid; grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr); gap: clamp(58px, 9vw, 132px); }
#faq-section h2 { margin: 18px 0 0; font-size: clamp(42px, 5.2vw, 70px); font-weight: 900; letter-spacing: -0.055em; line-height: 1.04; }
#faq-section .faq-intro p { max-width: 420px; margin-top: 24px; color: var(--color-muted); }
#faq-section .faq-list { border-top: 3px solid var(--color-border); }
#faq-section .faq-item { border-bottom: 3px solid var(--color-border); }
#faq-section .faq-question { display: grid; min-height: 86px; grid-template-columns: 1fr 40px; align-items: center; gap: 20px; padding: 18px 0; font-size: 17px; font-weight: 900; }
#faq-section .faq-icon { position: relative; display: grid; width: 38px; height: 38px; place-items: center; border: 2px solid var(--color-border); border-radius: 50%; background: var(--color-accent); }
#faq-section .faq-icon::before, #faq-section .faq-icon::after { position: absolute; width: 14px; height: 2px; background: var(--color-border); content: ""; transition: transform 0.25s ease; }
#faq-section .faq-icon::after { transform: rotate(90deg); }
#faq-section .faq-question[aria-expanded="true"] .faq-icon::after { transform: rotate(0); }
#faq-section .faq-answer { display: none; max-width: 720px; padding: 0 64px 28px 0; color: var(--color-muted); }

/* footer */
footer.site-footer { border-top: 3px solid var(--color-border); background: var(--color-dark); color: #fff; }
footer .footer-main { display: grid; grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr); align-items: end; gap: 80px; padding-top: 76px; padding-bottom: 62px; }
footer .footer-brand { display: inline-flex; align-items: center; gap: 13px; font-size: 25px; font-weight: 900; letter-spacing: -0.04em; }
footer .footer-mark { display: grid; width: 48px; height: 48px; place-items: center; }
footer .footer-description { max-width: 470px; margin-top: 22px; color: rgba(255, 255, 255, 0.62); }
footer .footer-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
footer .footer-nav a { padding: 14px 0; border-top: 2px solid rgba(255, 255, 255, 0.34); font-size: 13px; font-weight: 900; transition: color 0.2s ease, border-color 0.2s ease; }
footer .footer-nav a:hover, footer .footer-nav a:focus-visible { border-color: var(--color-accent); color: var(--color-accent); }
footer .footer-bottom { display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255, 255, 255, 0.18); color: rgba(255, 255, 255, 0.48); font-size: 12px; }
footer .footer-state { color: var(--color-accent); font-weight: 900; }

@media (max-width: 1280px) {
	:root { --page-gutter: 38px; --container-width: 1120px; }
	#hero-section .hero-copy { width: 72%; }
	#opening-shift .opening-header { gap: 55px; }
	#crew-section .crew-layout { gap: 84px; }
	#city-section .city-stage { grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.58fr); }
	#rush-events .rush-layout { gap: 88px; }
}
@media (max-width: 960px) {
	:root { --page-gutter: 28px; --section-space: 104px; }
	header .header-row { min-height: 76px; grid-template-columns: auto 1fr auto; gap: 20px; }
	header .header-nav { position: fixed; z-index: 5; top: 0; right: 0; display: flex; width: min(400px, 88vw); height: 100vh; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; padding: 100px 42px 60px; border-left: 3px solid var(--color-border); background: var(--color-paper); font-size: 21px; transform: translateX(110%); transition: transform 0.3s cubic-bezier(0.22, 0.75, 0.18, 1); }
	header .header-nav.is-open { transform: translateX(0); }
	header .header-nav a { width: 100%; padding: 13px 0; border-bottom: 2px solid var(--color-border); }
	header .header-status { justify-self: end; }
	header .menu-toggle { position: relative; z-index: 7; display: inline-flex; }
	#hero-section .hero-media { min-height: 700px; }
	#hero-section .hero-copy { width: 78%; }
	#hero-section .hero-alert { top: 45px; right: 7%; }
	#hero-section .hero-receipt { right: 34px; width: 235px; }
	#opening-shift .opening-header { grid-template-columns: 1fr; gap: 22px; }
	#opening-shift .opening-summary { max-width: 610px; }
	#opening-shift .shift-board-header { grid-template-columns: 0.28fr 0.72fr 1fr 0.28fr; }
	#opening-shift .shift-item { grid-template-columns: 0.28fr 0.72fr 1fr 0.28fr; }
	#crew-section .crew-layout { grid-template-columns: 1fr; gap: 55px; }
	#crew-section .crew-intro-inner { position: static; }
	#crew-section .crew-intro { display: grid; grid-template-columns: 1fr 0.7fr; align-items: end; gap: 36px; }
	#crew-section .section-label { grid-column: 1 / -1; }
	#crew-section .crew-intro p { margin-top: 0; }
	#crew-section .crew-note { grid-column: 1 / -1; margin-top: 0; }
	#menu-lab .menu-header { grid-template-columns: 1fr; gap: 22px; }
	#menu-lab .menu-intro { max-width: 620px; }
	#menu-lab .menu-grid { grid-template-columns: 1fr 1fr; }
	#menu-lab .menu-item:nth-child(1) { grid-row: 1 / 3; }
	#menu-lab .menu-item:nth-child(4) { grid-column: 1 / -1; }
	#city-section .city-heading { grid-template-columns: 1fr; gap: 22px; }
	#city-section .city-intro { max-width: 620px; }
	#city-section .city-stage { grid-template-columns: 1fr; }
	#city-section .city-figure { min-height: 470px; }
	#city-section .city-list { display: grid; grid-template-columns: 1fr 1fr; }
	#city-section .city-item { min-height: 115px; border-right: 2px solid var(--color-border); }
	#city-section .city-item:nth-child(even) { border-right: 0; }
	#city-section .city-item:nth-last-child(-n + 2) { border-bottom: 0; }
	#rush-events .rush-layout { grid-template-columns: 1fr; gap: 54px; }
	#rush-events .rush-copy { display: grid; grid-template-columns: 1fr 0.72fr; align-items: end; gap: 35px; }
	#rush-events .section-label { grid-column: 1 / -1; }
	#rush-events .rush-copy p { margin-top: 0; }
	#game-progress .progress-poster { grid-template-columns: 1fr 0.9fr; }
	#faq-section .faq-layout { grid-template-columns: 1fr; gap: 50px; }
	#faq-section .faq-intro { display: grid; grid-template-columns: 1fr 0.7fr; align-items: end; gap: 30px; }
	#faq-section .section-label { grid-column: 1 / -1; }
	#faq-section .faq-intro p { margin-top: 0; }
	footer .footer-main { grid-template-columns: 1fr; gap: 52px; }
}
@media (max-width: 768px) {
	:root { --page-gutter: 21px; --section-space: 84px; }
	header .header-status { display: none; }
	header .header-row { grid-template-columns: auto 1fr; }
	header .menu-toggle { justify-self: end; }
	#hero-section .hero-media { min-height: 680px; }
	#hero-section .hero-media::after { background: linear-gradient( 0deg, rgba(20, 35, 49, 0.88) 0%, rgba(20, 35, 49, 0.48) 68%, rgba(20, 35, 49, 0.2) 100% ); }
	#hero-section .hero-content { align-items: flex-end; padding-bottom: 120px; }
	#hero-section .hero-copy { width: 100%; }
	#hero-section h2 { max-width: 620px; font-size: clamp(54px, 14vw, 84px); }
	#hero-section .hero-description { max-width: 560px; font-size: 16px; }
	#hero-section .hero-alert { top: 32px; right: 24px; width: 96px; height: 96px; font-size: 12px; }
	#hero-section .hero-receipt { right: 22px; bottom: -28px; width: 210px; }
	#hero-section .hero-rail { grid-template-columns: 1fr 1fr; }
	#hero-section .hero-rail-item { border-bottom: 2px solid var(--color-border); }
	#hero-section .hero-rail-item:nth-child(2) { border-right: 0; }
	#hero-section .hero-rail-item:nth-child(3), #hero-section .hero-rail-item:nth-child(4) { border-bottom: 0; }
	#opening-shift .shift-board-header { display: none; }
	#opening-shift .shift-item { grid-template-columns: 90px 1fr auto; gap: 10px 18px; padding: 24px 20px; }
	#opening-shift .shift-time { grid-column: 1; grid-row: 1; padding: 0; }
	#opening-shift .shift-title { grid-column: 2; grid-row: 1; padding: 0; }
	#opening-shift .shift-status { grid-column: 3; grid-row: 1; }
	#opening-shift .shift-text { grid-column: 2 / 4; grid-row: 2; padding: 0; }
	#crew-section .crew-intro { grid-template-columns: 1fr; gap: 20px; }
	#crew-section .crew-intro p { max-width: 600px; }
	#crew-section .crew-item { grid-template-columns: 125px minmax(0, 1fr); gap: 24px; }
	#menu-lab .menu-grid { grid-template-columns: 1fr 1fr; }
	#menu-lab .menu-item:nth-child(1) { grid-column: 1 / -1; grid-row: auto; display: grid; grid-template-columns: 1.05fr 0.95fr; }
	#menu-lab .menu-item:nth-child(1) .menu-figure img { height: 100%; aspect-ratio: auto; }
	#menu-lab .menu-item:nth-child(4) { display: block; grid-column: auto; }
	#menu-lab .menu-item:nth-child(4) .menu-figure img { height: auto; aspect-ratio: 4 / 3; }
	#city-section .city-figure { min-height: 420px; }
	#city-section .city-overlay { right: 24px; bottom: 24px; left: 24px; }
	#rush-events .rush-copy { grid-template-columns: 1fr; gap: 20px; }
	#rush-events .rush-copy p { max-width: 620px; }
	#rush-events .rush-item { grid-template-columns: 84px 1fr; gap: 8px 18px; }
	#rush-events .rush-countdown { grid-column: 1; grid-row: 1; }
	#rush-events .rush-item h3 { grid-column: 2; grid-row: 1; }
	#rush-events .rush-item p { grid-column: 2; grid-row: 2; }
	#rush-events .rush-item:nth-child(2), #rush-events .rush-item:nth-child(3), #rush-events .rush-item:nth-child(4) { transform: none; }
	#game-progress .progress-poster { grid-template-columns: 1fr; }
	#game-progress .progress-content::after { top: auto; right: 0; bottom: -3px; left: 0; width: auto; height: 3px; }
	#game-progress .progress-media { min-height: 420px; }
	#faq-section .faq-intro { grid-template-columns: 1fr; gap: 18px; }
	#faq-section .faq-intro p { max-width: 600px; }
	footer .footer-nav { grid-template-columns: 1fr 1fr; }
	footer .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; padding: 15px 0; }
}
@media (max-width: 500px) {
	:root { --page-gutter: 16px; --section-space: 68px; }
	body { font-size: 15px; }
	header .header-row { min-height: 68px; }
	header .brand-mark { width: 40px; height: 40px; }
	header h1 { font-size: 18px; }
	header .header-nav { width: 100%; border-left: 0; }
	#hero-section .hero-media { min-height: 720px; }
	#hero-section .hero-content { padding-bottom: 130px; }
	#hero-section h2 { font-size: 50px; }
	#hero-section .hero-actions { align-items: stretch; flex-direction: column; margin-top: 30px; }
	#hero-section .hero-primary { width: calc(100% - 7px); justify-content: space-between; }
	#hero-section .hero-secondary { width: max-content; }
	#hero-section .hero-alert { top: 24px; right: 16px; width: 82px; height: 82px; }
	#hero-section .hero-receipt { right: 12px; bottom: -28px; width: 180px; padding: 18px 16px 32px; }
	#hero-section .receipt-item { font-size: 10px; }
	#hero-section .hero-rail-item { min-height: 62px; padding: 10px 8px; font-size: 11px; }
	#opening-shift .shift-item { grid-template-columns: 66px 1fr; padding: 22px 16px; }
	#opening-shift .shift-title { grid-column: 2; }
	#opening-shift .shift-status { grid-column: 1; grid-row: 2; justify-self: start; }
	#opening-shift .shift-text { grid-column: 2; grid-row: 2; }
	#crew-section .crew-item { grid-template-columns: 92px 1fr; gap: 18px; }
	#crew-section .crew-meta { align-items: flex-start; flex-direction: column; gap: 7px; }
	#crew-section .crew-item h3 { font-size: 24px; }
	#crew-section .crew-traits { gap: 6px; }
	#menu-lab .menu-grid { grid-template-columns: 1fr; }
	#menu-lab .menu-item:nth-child(1) { display: block; grid-column: auto; }
	#menu-lab .menu-item:nth-child(1) .menu-figure img { height: auto; aspect-ratio: 4 / 3; }
	#menu-lab .menu-item:nth-child(4) { grid-column: auto; }
	#city-section .city-figure { min-height: 360px; }
	#city-section .city-overlay strong { font-size: 29px; }
	#city-section .city-list { grid-template-columns: 1fr; }
	#city-section .city-item { border-right: 0; border-bottom: 2px solid var(--color-border); }
	#city-section .city-item:nth-last-child(-n + 2) { border-bottom: 2px solid var(--color-border); }
	#city-section .city-item:last-child { border-bottom: 0; }
	#rush-events .rush-item { grid-template-columns: 1fr; }
	#rush-events .rush-countdown, #rush-events .rush-item h3, #rush-events .rush-item p { grid-column: 1; grid-row: auto; }
	#game-progress .progress-content { padding: 38px 24px; }
	#game-progress .progress-action { width: calc(100% - 5px); justify-content: space-between; }
	#game-progress .progress-media { min-height: 320px; }
	#game-progress .progress-badge { right: 18px; bottom: 18px; width: 94px; height: 94px; font-size: 11px; }
	#faq-section .faq-question { min-height: 78px; grid-template-columns: 1fr 36px; font-size: 16px; }
	#faq-section .faq-answer { padding-right: 6px; }
	footer .footer-main { padding-top: 58px; padding-bottom: 48px; }
	footer .footer-nav { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition-duration: 0.01ms; transition-delay: 0ms; }
	.reveal-mask > * { transform: none; }
	.reveal-shift { opacity: 1; transform: none; }
	.reveal-scale { clip-path: none; }
}