:root {
  --ink: #3d342b;
  --brown: #66594a;
  --sand: #d9cbb7;
  --cream: #f7f2e9;
  --white: #fffdf9;
  --line: #c9bdad;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Montserrat, Arial, sans-serif; font-weight: 300; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3 { overflow-wrap: normal; word-break: normal; hyphens: none; text-wrap: balance; }

.nav { position: sticky; z-index: 10; top: 0; display: flex; height: 100px; padding: 0 5vw; align-items: center; justify-content: space-between; border-bottom: 1px solid #3d342b1f; background: #f7f2e9f5; backdrop-filter: blur(12px); }
.brand { position: relative; display: block; width: 150px; height: 74px; overflow: hidden; }
.brand-logo { position: absolute; top: 50%; left: 50%; width: 183%; height: 183%; max-width: none; object-fit: contain; transform: translate(-50%, -50%); }
.links { display: flex; gap: 38px; font-size: 13px; letter-spacing: .7px; }
.links a, footer a { transition: opacity .2s ease; }
.links a:hover, footer a:hover { opacity: .6; }
.links a.active { padding-bottom: 5px; border-bottom: 1px solid currentColor; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; place-items: center; border: 1px solid #66594a55; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 1px; background: var(--ink); transition: transform .25s ease, opacity .2s ease; }
.nav-cta, .button { padding: 15px 22px; color: #fff; background: var(--brown); font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover, .button:hover, .submit:hover { background: #51463b; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }

.hero { display: flex; min-height: calc(100vh - 100px); padding: 8vw 6vw; align-items: center; background: linear-gradient(90deg, #f7f2e9f5 0%, #f7f2e9d1 35%, #f7f2e900 62%), url("assets/hero-v9.webp") 50% / cover; }
.hero-copy { max-width: 670px; }
.eyebrow { margin: 0 0 22px; font-size: 10px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; }
.hero h1, .intro h2, .section-head h2, .process h2, .booking h2 { margin: 0; font: 500 clamp(48px, 5.6vw, 82px)/.96 "Cormorant Garamond", serif; letter-spacing: -2px; }
.hero h1 em, h2 em { font-weight: 400; }
.lead { max-width: 590px; margin: 30px 0; font: 400 22px/1.5 "Cormorant Garamond", serif; }
.actions { display: flex; gap: 32px; align-items: center; }
.text-link { display: inline-flex; gap: 9px; padding: 8px 0; align-items: center; border-bottom: 1px solid; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.text-link::after { content: "\2192"; color: #8a7c6b; font: 400 18px/1 "Cormorant Garamond", serif; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(3px); }

.intro { max-width: 900px; margin: auto; padding: 130px 20px; text-align: center; }
.intro p:last-child { max-width: 590px; margin: 35px auto 0; font-size: 14px; line-height: 1.8; }

.services { padding: 110px 6vw; background: var(--white); }
.section-head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; margin-bottom: 70px; align-items: end; }
.section-head > p { max-width: 420px; font-size: 13px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.service-grid article { display: grid; min-width: 0; grid-template-rows: auto auto auto 1fr auto; align-content: start; }
.service-grid span, .steps b { color: #8a7c6b; font: italic 19px "Cormorant Garamond", serif; }
.service-grid h3, .steps h3 { margin: 12px 0 20px; font: 500 28px "Cormorant Garamond", serif; }
.service-grid h3 { display: flex; min-height: 60px; align-items: flex-end; line-height: 1.05; }
.service-image-link { display: block; border-radius: 18px; outline-offset: 4px; }
.service-grid img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 18px; transition: transform .5s ease, filter .5s ease; }
.service-grid article:hover img { transform: translateY(-5px); filter: contrast(1.03); }
.service-grid p, .steps p { font-size: 12px; line-height: 1.8; }
.service-grid a { display: inline-block; margin-top: 25px; font-size: 10px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; }
.service-grid article > a:last-child { align-self: end; justify-self: start; }

.process { padding: 120px 6vw; text-align: center; background: #f3eee6; }
.process h2 { font-style: italic; }
.steps { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 75px; }
.steps::before { content: ""; position: absolute; top: 67px; right: 9%; left: 9%; height: 3px; background: var(--brown); }
.steps > div { position: relative; padding: 0 20px; }
.step-icon { position: relative; z-index: 1; display: grid; width: 136px; height: 136px; margin: 0 auto 22px; place-items: center; color: #9b7f5a; border: 2px solid var(--brown); border-radius: 50%; background: var(--white); box-shadow: 0 0 0 8px var(--white); font: 42px "Cormorant Garamond", serif; }
.step-icon svg { width: 52px; height: 52px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.steps h3 { margin: 8px 0 13px; font-style: italic; }
.steps p { max-width: 220px; margin: auto; }

.booking { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; padding: 120px 6vw; background: var(--cream); }
.booking-intro > p:not(.eyebrow) { max-width: 520px; margin-top: 30px; font-size: 13px; line-height: 1.8; }
.direct-contact { display: grid; gap: 7px; max-width: 520px; margin-top: 30px; padding: 22px 24px; border-left: 2px solid #8a7c6b; background: #fffaf3; }
.direct-contact span { font: italic 18px "Cormorant Garamond", serif; }
.direct-contact a { width: max-content; max-width: 100%; overflow-wrap: anywhere; border-bottom: 1px solid #8a7c6b; font-size: 12px; font-weight: 500; }
.direct-contact small { color: #766a5d; font-size: 10px; line-height: 1.6; }
.note { margin-top: 38px; padding: 18px; border-top: 1px solid #bcae9c; border-bottom: 1px solid #bcae9c; font: italic 16px "Cormorant Garamond", serif; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 45px; background: var(--white); box-shadow: 0 30px 70px #4a3b281a; }
.field { display: flex; flex-direction: column; gap: 9px; }
.full { grid-column: 1 / -1; }
label { font-size: 10px; font-weight: 500; letter-spacing: 1.3px; text-transform: uppercase; }
input, select, textarea { width: 100%; padding: 14px; color: var(--ink); border: 1px solid #cfc3b4; border-radius: 0; background: transparent; font: 300 13px Montserrat, sans-serif; outline: none; transition: border-color .2s, box-shadow .2s; }
input:focus, select:focus, textarea:focus { border-color: var(--brown); box-shadow: 0 0 0 2px #66594a18; }
textarea { resize: vertical; }
.submit { display: flex; justify-content: space-between; padding: 17px 20px; color: #fff; border: 0; background: var(--brown); cursor: pointer; font: 500 11px Montserrat, sans-serif; letter-spacing: 1.5px; text-transform: uppercase; transition: background .2s ease; }
.submit:disabled { cursor: wait; opacity: .65; }
.form-honey { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.form-privacy, .form-error { margin: -4px 0 0; font-size: 10px; line-height: 1.6; }
.form-privacy { color: #766a5d; }
.form-error { padding: 13px 15px; color: #6d312b; border: 1px solid #9f6a634d; background: #f8eeeb; }
.form-error[hidden] { display: none; }
.success { grid-column: 1 / -1; padding: 45px 10px; text-align: center; }
.success span { display: inline-grid; width: 48px; height: 48px; place-items: center; border: 1px solid; border-radius: 50%; font-size: 22px; }
.success h3 { margin: 25px 0 10px; font: 500 34px "Cormorant Garamond", serif; }
.success p { font-size: 13px; line-height: 1.8; }
.success button { margin-top: 20px; border: 0; background: transparent; cursor: pointer; text-decoration: underline; }

.detail-hero { display: grid; min-height: 560px; grid-template-columns: 1.08fr .92fr; background: var(--white); }
.detail-hero-copy { display: flex; min-width: 0; padding: 8vw 6vw; flex-direction: column; justify-content: center; }
.detail-hero h1 { max-width: 680px; margin: 0; font: 500 clamp(58px, 6vw, 88px)/.94 "Cormorant Garamond", serif; letter-spacing: -2px; }
.detail-hero h1 em { font-weight: 400; }
.detail-hero .lead { max-width: 540px; }
.back-link { width: max-content; margin-bottom: 42px; padding-bottom: 5px; border-bottom: 1px solid; font-size: 10px; font-weight: 500; letter-spacing: 1.2px; text-transform: uppercase; }
.detail-hero-media { min-height: 480px; max-height: 560px; margin: 42px 5vw 42px 0; overflow: hidden; border-radius: 18px; }
.detail-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.detail-hero-media .items-service-image { object-position: center 68%; }
.about-hero { grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); }
.about-hero-media { position: relative; width: min(100%, 374px); min-height: 0; max-height: none; margin: 42px auto; aspect-ratio: 2 / 3; justify-self: center; }
.about-hero-media img { display: block; object-position: center; }
.about-hero-media span { position: absolute; right: 18px; bottom: 18px; padding: 11px 15px; color: var(--ink); background: #f7f2e9e8; font-size: 9px; font-weight: 500; letter-spacing: 1.3px; text-transform: uppercase; backdrop-filter: blur(8px); }
.detail-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(56px, 7vw, 100px); padding: 120px 8vw; }
.detail-intro h2, .detail-options h2, .detail-cta h2 { margin: 0; font: 500 clamp(44px, 4.8vw, 68px)/.98 "Cormorant Garamond", serif; letter-spacing: -1.5px; }
.detail-intro h2 { max-width: 620px; font-size: clamp(44px, 4.2vw, 62px); }
.detail-intro-copy > p { margin: 0 0 24px; font-size: 14px; line-height: 1.9; }
.detail-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; padding-top: 30px; border-top: 1px solid var(--line); }
.detail-facts strong { display: block; margin-bottom: 8px; font: italic 20px "Cormorant Garamond", serif; }
.detail-facts span { font-size: 11px; line-height: 1.6; }
.detail-options { padding: 110px 8vw; background: #f3eee6; }
.audience-options { background: var(--white); }
.option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 58px; background: var(--line); border: 1px solid var(--line); }
.live-audience-grid { grid-template-columns: repeat(2, 1fr); }
.option-card { min-height: 250px; padding: 36px; background: var(--white); }
.option-card span { color: #8a7c6b; font: italic 18px "Cormorant Garamond", serif; }
.option-card h3 { margin: 32px 0 14px; font: 500 29px "Cormorant Garamond", serif; }
.option-card p { margin: 0; font-size: 12px; line-height: 1.8; }
.detail-cta { display: grid; grid-template-columns: 1fr auto; gap: 50px; padding: 95px 8vw; align-items: center; color: #eee6dc; background: #746553; }
.detail-cta p { max-width: 600px; margin: 20px 0 0; font-size: 13px; line-height: 1.8; }
.detail-cta .button { background: #eee6dc; color: var(--ink); white-space: nowrap; }
.about-signature { padding: 105px 8vw; text-align: center; background: var(--white); }
.about-signature p { max-width: 870px; margin: 0 auto; font: italic 400 clamp(34px, 4.2vw, 58px)/1.1 "Cormorant Garamond", serif; }
.about-signature span { display: block; margin-top: 28px; font-size: 9px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; }

.terms-hero { padding: 105px 8vw 90px; background: var(--white); }
.terms-hero .back-link { display: block; margin-bottom: 64px; }
.terms-hero h1 { max-width: 820px; margin: 0; font: 500 clamp(58px, 6vw, 88px)/.94 "Cormorant Garamond", serif; letter-spacing: -2px; }
.terms-hero h1 em { font-weight: 400; }
.terms-hero .lead { max-width: 700px; margin-bottom: 0; }
.terms-content { padding: 0 8vw 120px; background: var(--white); }
.terms-intro { display: flex; gap: 50px; padding: 32px 0; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.terms-intro p { max-width: 760px; margin: 0; font-size: 13px; line-height: 1.8; }
.terms-intro span { flex: 0 0 auto; font-size: 9px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; }
.terms-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-left: 1px solid var(--line); border-top: 1px solid var(--line); margin-top: 70px; }
.term-card { display: grid; grid-template-columns: 48px 1fr; gap: 22px; min-height: 250px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }
.term-card > span { color: #8a7c6b; font: italic 18px "Cormorant Garamond", serif; }
.term-card h2 { margin: 0 0 18px; font: 500 30px "Cormorant Garamond", serif; }
.term-card p { margin: 0; font-size: 12px; line-height: 1.9; }
.terms-note { display: grid; grid-template-columns: 1fr auto; gap: 50px; margin-top: 55px; padding: 40px; align-items: center; color: #eee6dc; background: var(--brown); }
.terms-note p { max-width: 780px; margin: 0; font-size: 12px; line-height: 1.8; }
.terms-note .text-link { white-space: nowrap; }

.portfolio-section { padding: 120px 8vw; background: var(--white); }
.portfolio-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 65px; }
.portfolio-heading h2 { max-width: 760px; margin: 0; font: 500 clamp(46px, 4.8vw, 68px)/.98 "Cormorant Garamond", serif; letter-spacing: -1.5px; }
.portfolio-heading h2 em { font-weight: 400; }
.portfolio-heading > p { max-width: 430px; margin: 0; font-size: 13px; line-height: 1.8; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
.portfolio-card { min-width: 0; border: 1px solid #d8cdbf; background: var(--cream); transition: transform .25s ease, box-shadow .25s ease; }
.portfolio-card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px #4a3b2814; }
.portfolio-image { display: grid; height: 480px; padding: 28px; place-items: center; overflow: hidden; background: #ebe5dc; }
.portfolio-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.portfolio-card:hover img { transform: scale(1.015); }
.portfolio-image.banner { height: 300px; background: #302c29; }
.portfolio-image.portfolio-spread { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; height: 590px; background: #302c29; }
.portfolio-spread a { display: block; min-width: 0; height: 100%; }
.portfolio-spread img { object-fit: contain; }
.portfolio-card.wide { grid-column: 1 / -1; }
.portfolio-caption { position: relative; padding: 24px 27px 26px; background: var(--white); }
.portfolio-caption span { font-size: 9px; font-weight: 500; letter-spacing: 1.3px; text-transform: uppercase; }
.portfolio-caption h3 { margin: 8px 0 0; font: 500 30px "Cormorant Garamond", serif; }
.portfolio-caption small { position: absolute; right: 27px; bottom: 29px; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; }

.live-timeline { padding: 110px 8vw 120px; text-align: center; background: var(--cream); }
.timeline-heading { max-width: 720px; margin: 0 auto; }
.timeline-heading h2 { margin: 0; font: 500 clamp(48px, 5vw, 70px)/.96 "Cormorant Garamond", serif; letter-spacing: -1.5px; }
.timeline-heading h2 em { font-weight: 400; }
.timeline-heading > p:last-child { max-width: 530px; margin: 24px auto 0; font-size: 13px; line-height: 1.8; }
.timeline-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1120px; gap: 70px; margin: 75px auto 0; }
.timeline-grid::before { content: ""; position: absolute; top: 61px; right: 13%; left: 13%; height: 1px; background: #8f806d; }
.timeline-step { position: relative; z-index: 1; }
.timeline-icon { display: grid; width: 122px; height: 122px; margin: 0 auto 28px; place-items: center; border: 1px solid #8f806d; border-radius: 50%; background: var(--white); box-shadow: 0 0 0 12px var(--cream); }
.timeline-icon svg { width: 54px; height: 54px; fill: none; stroke: var(--ink); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.timeline-step > span { color: #8a7c6b; font: italic 17px "Cormorant Garamond", serif; }
.timeline-step h3 { margin: 10px 0 14px; font: 500 30px "Cormorant Garamond", serif; }
.timeline-step p { max-width: 280px; margin: 0 auto; font-size: 12px; line-height: 1.8; }

.games-collection { padding: 120px 8vw; background: var(--white); }
.games-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 65px; }
.games-heading h2, .capsule-copy h2 { margin: 0; font: 500 clamp(46px, 4.8vw, 68px)/.98 "Cormorant Garamond", serif; letter-spacing: -1.5px; }
.games-heading h2 em, .capsule-copy h2 em { font-weight: 400; }
.games-heading > p { max-width: 430px; margin: 0; font-size: 13px; line-height: 1.8; }
.games-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
.game-feature { min-width: 0; border: 1px solid #d8cdbf; background: var(--cream); }
.game-photo { position: relative; display: grid; height: 440px; padding: 24px; place-items: center; overflow: hidden; background: #eee7dc; }
.game-photo img { width: 100%; height: 100%; object-fit: contain; }
.game-photo span, .capsule-photo span { position: absolute; top: 18px; left: 18px; padding: 9px 12px; color: var(--ink); background: #f7f2e9e8; font-size: 8px; font-weight: 500; letter-spacing: 1.3px; text-transform: uppercase; backdrop-filter: blur(8px); }
.game-copy { padding: 28px 30px 32px; }
.game-copy small, .more-games-grid span { color: #8a7c6b; font: italic 17px "Cormorant Garamond", serif; }
.game-copy h3, .more-games-grid h3 { margin: 8px 0 12px; font: 500 31px "Cormorant Garamond", serif; }
.game-copy p, .more-games-grid p { margin: 0; font-size: 12px; line-height: 1.8; }
.more-games { margin-top: 90px; }
.more-games-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 35px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.more-games-grid article { min-width: 0; padding: 32px 26px 34px; border-right: 1px solid var(--line); }
.more-games-grid article:first-child { padding-left: 0; }
.more-games-grid article:last-child { padding-right: 0; border-right: 0; }
.custom-board-game { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; margin-top: 34px; padding: 44px 48px; border-radius: 16px; background: var(--cream); }
.custom-board-game span { color: #8a7c6b; font-size: 9px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; }
.custom-board-game h3 { max-width: 430px; margin: 12px 0 0; font: 500 38px/1.05 "Cormorant Garamond", serif; }
.custom-board-game p { margin: 0; font-size: 12px; line-height: 1.8; }
.custom-board-game ul { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.custom-board-game li { position: relative; padding-left: 18px; font-size: 11px; line-height: 1.65; }
.custom-board-game li::before { position: absolute; top: .65em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--brown); content: ""; }
.mini-games-package { color: #f3ece3; background: #746553; }
.mini-games-package span { color: #e4d5c3; }
.mini-games-package li::before { background: #e4d5c3; }
.capsule-spotlight { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; padding: 115px 8vw; align-items: center; background: var(--cream); }
.capsule-photo { position: relative; display: grid; height: 520px; padding: 24px; place-items: center; overflow: hidden; border-radius: 18px; background: #e9dfd0; }
.capsule-photo img { width: 100%; height: 100%; object-fit: contain; }
.capsule-copy > p:not(.eyebrow) { max-width: 610px; margin: 28px 0 0; font-size: 13px; line-height: 1.85; }
.capsule-uses { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 42px; border-top: 1px solid var(--line); }
.capsule-uses div { padding: 24px 24px 24px 0; border-bottom: 1px solid var(--line); }
.capsule-uses div:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
.capsule-uses strong { display: block; margin-bottom: 8px; font: italic 20px "Cormorant Garamond", serif; }
.capsule-uses span { font-size: 11px; line-height: 1.7; }

footer { display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; padding: 70px 6vw 30px; align-items: start; color: #eee6dc; background: #41382f; }
footer .brand { width: 170px; height: 96px; background: transparent; }
footer p { max-width: 420px; margin: 0; font: italic 26px "Cormorant Garamond", serif; }
footer > div { display: flex; grid-column: 2; gap: 24px; align-items: center; justify-content: flex-end; font-size: 10px; letter-spacing: .9px; text-transform: uppercase; }
footer > div a { white-space: nowrap; }
.instagram-link { display: inline-flex; gap: 7px; align-items: center; }
.instagram-link::before { content: ""; flex: 0 0 13px; width: 13px; height: 13px; border: 1.25px solid currentColor; border-radius: 3.5px; box-sizing: border-box; background: radial-gradient(circle at 50% 50%, transparent 0 2px, currentColor 2.2px 3.1px, transparent 3.3px), radial-gradient(circle at 75% 25%, currentColor 0 1px, transparent 1.2px); }
footer > small { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid #fff3; font-size: 9px; letter-spacing: 1px; }

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

@media (min-width: 961px) {
  .steps h3 { display: flex; min-height: 68px; align-items: flex-end; justify-content: center; line-height: 1.05; }
}

@media (max-width: 960px) {
  .nav { gap: 18px; }
  .nav-cta { margin-left: auto; }
  .menu-toggle { display: grid; flex: 0 0 auto; }
  .nav .links { position: absolute; top: 100%; right: 0; left: 0; display: none; gap: 0; padding: 12px 6vw 24px; flex-direction: column; border-top: 1px solid #3d342b12; border-bottom: 1px solid #3d342b24; background: #f7f2e9fc; box-shadow: 0 18px 35px #3d342b12; }
  .nav.menu-open .links { display: flex; }
  .nav .links a { padding: 16px 0; border-bottom: 1px solid #3d342b1a; font: 500 12px Montserrat, sans-serif; letter-spacing: 1px; text-transform: uppercase; }
  .nav .links a:last-child { border-bottom: 0; }
  .nav .links a.active { padding-bottom: 16px; }
  .nav.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .nav.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 740px; padding: 80px 7vw; align-items: flex-start; background: linear-gradient(#f7f2e9f0 0%, #f7f2e9b8 50%, #f7f2e90d 100%), url("assets/hero-v9.webp") 82% / cover; }
  .hero h1, .intro h2, .section-head h2, .process h2, .booking h2 { font-size: 48px; }
  .hero-copy { max-width: 520px; }
  .section-head, .booking { grid-template-columns: 1fr; gap: 50px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps::before { top: 0; bottom: 0; left: 68px; width: 3px; height: auto; }
  .steps > div { display: grid; grid-template-columns: 136px 1fr; column-gap: 28px; margin-bottom: 36px; text-align: left; }
  .step-icon { grid-row: 1 / 5; }
  .steps p { max-width: none; margin: 0; }
  .booking { padding: 85px 6vw; }
  .detail-hero { min-height: auto; grid-template-columns: 1fr; }
  .detail-hero-copy { padding: 85px 7vw; }
  .detail-hero-media { min-height: 0; max-height: none; margin: 0 7vw 70px; aspect-ratio: 4 / 3; }
  .detail-hero-media.about-hero-media { width: min(78vw, 420px); margin-right: auto; margin-left: auto; aspect-ratio: 2 / 3; }
  .detail-intro { grid-template-columns: 1fr; gap: 45px; padding: 90px 7vw; }
  .option-grid { grid-template-columns: 1fr 1fr; }
  .detail-cta { grid-template-columns: 1fr; }
  .terms-grid { grid-template-columns: 1fr; }
  .terms-note { grid-template-columns: 1fr; }
  .timeline-grid { gap: 35px; }
  .portfolio-heading { grid-template-columns: 1fr; gap: 30px; }
  .portfolio-image { height: 400px; }
  .games-heading { grid-template-columns: 1fr; gap: 30px; }
  .games-feature-grid { grid-template-columns: 1fr; }
  .game-photo { height: 500px; }
  .more-games-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .more-games-grid article:nth-child(2) { border-right: 0; }
  .more-games-grid article:nth-child(3), .more-games-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .custom-board-game { grid-template-columns: 1fr; gap: 28px; }
  .capsule-spotlight { grid-template-columns: 1fr; gap: 55px; }
  .capsule-photo { max-width: 620px; width: 100%; margin: auto; }
}

@media (max-width: 600px) {
  .nav { height: 82px; padding-inline: 6vw; }
  .brand { width: 118px; height: 60px; }
  .brand-logo { transform: translate(-50%, -50%); }
  .nav-cta { padding: 11px 10px; font-size: 8px; letter-spacing: 1px; }
  .hero { position: relative; display: flex; min-height: 760px; padding: 62px 6vw; overflow: hidden; align-items: flex-start; background: linear-gradient(90deg, #f7f2e9fa 0%, #f7f2e9eb 54%, #f7f2e9a8 78%, #f7f2e955 100%), linear-gradient(180deg, #f7f2e9b8 0%, #f7f2e952 70%, #f7f2e91a 100%), url("assets/hero-v9.webp") 72% 50% / cover no-repeat; }
  .hero::after, .hero::before { content: none; }
  .hero-copy { position: relative; z-index: 2; max-width: 345px; }
  .hero h1 { font-size: 45px; }
  .lead { font-size: 19px; }
  .actions { flex-direction: column; gap: 15px; align-items: flex-start; }
  .intro, .services, .process, .booking { padding: 75px 6vw; }
  .service-grid { grid-template-columns: 1fr; gap: 0; }
  .service-grid article { padding: 0 0 42px; border-bottom: 1px solid var(--line); }
  .service-grid article + article { padding-top: 42px; }
  .service-grid article:last-child { padding-bottom: 0; border-bottom: 0; }
  .service-grid h3 { min-height: 0; margin: 8px 0 16px; font-size: 30px; }
  .service-grid img { aspect-ratio: 16 / 10; border-radius: 14px; object-position: center 42%; }
  .service-grid p { margin: 18px 0 0; font-size: 13px; line-height: 1.75; }
  .service-grid a { margin-top: 18px; }
  .form { grid-template-columns: 1fr; padding: 28px 22px; }
  .field { grid-column: 1 / -1; }
  .section-head { margin-bottom: 40px; }
  .steps::before { left: 48px; }
  .steps > div { grid-template-columns: 96px 1fr; column-gap: 20px; }
  .step-icon { width: 96px; height: 96px; font-size: 32px; }
  .step-icon svg { width: 40px; height: 40px; }
  footer { grid-template-columns: 1fr; }
  footer > div { display: grid; grid-column: 1; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 28px; justify-content: stretch; }
  footer p { grid-row: 2; }
  .detail-hero-copy { padding: 65px 6vw; }
  .detail-hero h1 { font-size: 48px; overflow-wrap: break-word; }
  .detail-hero-media { min-height: 0; max-height: none; margin: 0 6vw 60px; aspect-ratio: 16 / 10; border-radius: 14px; }
  .detail-hero-media.about-hero-media { width: min(78vw, 340px); aspect-ratio: 2 / 3; }
  .detail-hero-media .items-service-image { object-position: center 75%; }
  .detail-intro, .detail-options { padding: 75px 6vw; }
  .detail-intro h2, .detail-options h2, .detail-cta h2 { font-size: 44px; }
  .detail-facts { grid-template-columns: 1fr; }
  .option-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .option-card { min-height: 0; padding: 30px 26px; }
  .detail-cta { padding: 70px 6vw; }
  .terms-hero { padding: 70px 6vw 60px; }
  .terms-hero .back-link { margin-bottom: 48px; }
  .terms-hero h1 { font-size: 48px; }
  .terms-content { padding: 0 6vw 80px; }
  .terms-intro { align-items: flex-start; flex-direction: column; gap: 18px; }
  .terms-grid { margin-top: 45px; }
  .term-card { grid-template-columns: 34px 1fr; min-height: 0; padding: 28px 22px; }
  .term-card h2 { font-size: 27px; }
  .terms-note { gap: 28px; padding: 30px 24px; }
  .portfolio-section { padding: 75px 6vw; }
  .portfolio-heading { margin-bottom: 40px; }
  .portfolio-heading h2 { font-size: 44px; }
  .portfolio-grid { grid-template-columns: 1fr; gap: 28px; }
  .portfolio-card.wide { grid-column: auto; }
  .portfolio-image { height: 360px; padding: 18px; }
  .portfolio-image.banner { height: 210px; }
  .portfolio-image.portfolio-spread { grid-template-columns: 1fr; height: auto; gap: 18px; }
  .portfolio-spread a { height: auto; }
  .portfolio-spread img { height: auto; }
  .portfolio-caption { padding: 20px 22px 22px; }
  .portfolio-caption h3 { font-size: 28px; }
  .portfolio-caption small { right: 22px; bottom: 24px; }
  .live-timeline { padding: 75px 6vw 85px; text-align: left; }
  .timeline-heading { margin: 0; }
  .timeline-heading h2 { font-size: 48px; }
  .timeline-heading > p:last-child { margin-left: 0; }
  .timeline-grid { grid-template-columns: 1fr; gap: 42px; margin-top: 52px; }
  .timeline-grid::before { top: 55px; bottom: 55px; left: 50px; width: 1px; height: auto; }
  .timeline-step { display: grid; grid-template-columns: 100px 1fr; column-gap: 24px; text-align: left; }
  .timeline-icon { width: 100px; height: 100px; grid-row: 1 / 5; margin: 0; box-shadow: 0 0 0 9px var(--cream); }
  .timeline-icon svg { width: 44px; height: 44px; }
  .timeline-step h3 { margin: 6px 0 10px; font-size: 28px; }
  .timeline-step p { max-width: none; margin: 0; }
  .games-collection { padding: 75px 6vw; }
  .games-heading { margin-bottom: 40px; }
  .games-heading h2, .capsule-copy h2 { font-size: 44px; }
  .game-feature { display: grid; grid-template-columns: 42% 58%; align-items: stretch; }
  .game-photo { height: 270px; padding: 10px; }
  .game-photo span { top: 10px; left: 10px; padding: 7px 8px; font-size: 7px; }
  .game-copy { display: flex; padding: 22px 18px; flex-direction: column; justify-content: center; }
  .game-copy h3 { margin: 6px 0 10px; font-size: 27px; line-height: 1; }
  .game-copy p { font-size: 11px; line-height: 1.65; }
  .more-games { margin-top: 65px; }
  .more-games-grid { grid-template-columns: 1fr; }
  .more-games-grid article, .more-games-grid article:first-child, .more-games-grid article:last-child { padding: 26px 0; border-right: 0; border-top: 1px solid var(--line); }
  .more-games-grid article:first-child { border-top: 0; }
  .custom-board-game { gap: 24px; margin-top: 26px; padding: 30px 24px; }
  .custom-board-game h3 { font-size: 32px; }
  .capsule-spotlight { padding: 75px 6vw; }
  .capsule-photo { height: 320px; padding: 14px; }
  .capsule-uses { grid-template-columns: 1fr; }
  .capsule-uses div, .capsule-uses div:nth-child(even) { padding: 20px 0; border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
