:root {
  --ink: #10100f;
  --paper: #f2efe7;
  --white: #fffdf8;
  --accent: #ff4b35;
  --muted: #77736b;
  --line: rgba(16, 16, 15, 0.16);
  --wrap: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.sr-only, .skip-link { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link:focus { z-index: 999; top: 12px; left: 12px; width: auto; height: auto; clip: auto; padding: 12px 16px; background: var(--white); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  color: var(--white);
  transition: background .3s, color .3s, box-shadow .3s;
}
.site-header.scrolled { color: var(--ink); background: rgba(242, 239, 231, .92); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line); }
.nav-shell { width: var(--wrap); height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 172px; filter: brightness(0) invert(1); transition: filter .3s; }
.site-header.scrolled .brand { filter: none; }
.primary-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 700; }
.primary-nav > a:not(.nav-cta) { position: relative; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.primary-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.primary-nav > a.active::after { transform: scaleX(1); }
.nav-cta { padding: 13px 20px; color: var(--white); background: var(--accent); border-radius: 999px; }
.menu-button { display: none; border: 0; background: none; color: inherit; }

.hero { position: relative; min-height: 800px; height: 100svh; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-media { position: absolute; inset: 0; background: url('/images/studio.jpg') center 46% / cover no-repeat; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,8,.9) 0%, rgba(8,8,8,.55) 48%, rgba(8,8,8,.15) 100%), linear-gradient(0deg, rgba(8,8,8,.65) 0%, transparent 42%); }
.hero-content { position: relative; z-index: 1; display: flex; min-height: calc(100% - 82px); padding-top: 130px; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow, .section-kicker { margin: 0 0 24px; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .2em; }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(66px, 9vw, 132px); line-height: .88; letter-spacing: -.065em; font-weight: 900; }
.hero h1 em, .visit h2 em { color: var(--accent); font-style: normal; }
.hero h1 em { display: inline-block; white-space: nowrap; }
.hero-copy { max-width: 560px; margin: 34px 0 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; min-height: 54px; padding: 0 25px; align-items: center; justify-content: center; gap: 32px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s, color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--accent); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.5); }
.button-ghost:hover { color: var(--ink); background: var(--white); }
.hero-foot { position: absolute; z-index: 1; inset: auto 0 0; display: flex; height: 82px; border-top: 1px solid rgba(255,255,255,.22); align-items: center; justify-content: flex-end; padding: 0 max(24px, calc((100% - 1180px) / 2)); gap: 34px; color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .12em; }
.hero-foot span::before { content: "●"; margin-right: 10px; color: var(--accent); font-size: 12px; }

.section { padding: 138px 0; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12%; align-items: start; }
.section-title { margin: 0; font-size: clamp(46px, 6vw, 82px); line-height: 1.02; letter-spacing: -.055em; }
.intro-copy { padding-top: 42px; max-width: 620px; }
.intro-copy p { color: var(--muted); font-size: 16px; line-height: 1.9; }
.intro-copy .lead { margin-top: 0; color: var(--ink); font-size: 23px; font-weight: 650; line-height: 1.65; }
.text-link { display: inline-flex; gap: 30px; margin-top: 22px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 800; }

.services { background: var(--ink); color: var(--white); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.section-heading > p { max-width: 390px; margin: 0 0 8px; color: rgba(255,255,255,.55); line-height: 1.8; }
.service-list { margin-top: 86px; border-top: 1px solid rgba(255,255,255,.18); }
.service-card { position: relative; display: grid; grid-template-columns: 60px 100px .75fr 1fr; min-height: 190px; gap: 32px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s, padding .25s; }
.service-card:hover { padding-inline: 24px; background: rgba(255,255,255,.045); }
.service-number { align-self: start; margin-top: 30px; color: var(--accent); font-size: 12px; font-weight: 900; }
.service-icon svg { width: 60px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.service-card h3 { margin: 0; font-size: 28px; }
.service-card p { max-width: 480px; color: rgba(255,255,255,.55); line-height: 1.8; }

.space-section { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 750px; background: var(--white); }
.space-image { min-height: 650px; background: url('/images/boxing.jpg') center / cover no-repeat; }
.space-copy { display: flex; padding: 100px clamp(40px, 7vw, 120px); flex-direction: column; justify-content: center; }
.space-copy > p:not(.section-kicker) { max-width: 560px; margin: 36px 0 0; color: var(--muted); line-height: 1.9; }
.space-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; padding-top: 25px; border-top: 1px solid var(--line); }
.space-stats strong, .space-stats span { display: block; }
.space-stats strong { font-size: 23px; }
.space-stats span { margin-top: 8px; color: var(--muted); font-size: 12px; }

.visit-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; align-items: start; }
.visit-title > p:not(.section-kicker) { max-width: 480px; margin: 32px 0; color: var(--muted); line-height: 1.8; }
.visit-card { border-top: 2px solid var(--ink); }
.visit-row { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.visit-label { color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.visit-row strong { font-size: 18px; line-height: 1.6; }
.visit-row a { display: block; width: fit-content; margin-top: 12px; color: var(--muted); font-size: 13px; border-bottom: 1px solid currentColor; }
.hours p { display: flex; margin: 0 0 18px; justify-content: space-between; gap: 20px; }
.hours p:last-child { margin: 0; }
.hours span { color: var(--muted); font-variant-numeric: tabular-nums; }
.social-links { display: flex; gap: 24px; flex-wrap: wrap; }
.social-links a { margin-top: 0; color: var(--ink); }

.contract-notice { padding: 62px 0; color: var(--white); background: #292825; }
.contract-notice-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.contract-notice .section-kicker { margin-bottom: 14px; }
.contract-notice h2 { margin: 0; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.035em; }
.contract-notice p:not(.section-kicker) { margin: 13px 0 0; color: rgba(255,255,255,.58); line-height: 1.7; }
.contract-link { display: flex; min-width: 230px; min-height: 66px; padding: 0 24px; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; font-size: 14px; font-weight: 800; transition: color .2s, background .2s, transform .2s; }
.contract-link:hover { color: var(--ink); background: var(--white); transform: translateY(-2px); }

/* Multi-page layout */
.home-paths { display: grid; grid-template-columns: 1fr 1fr; min-height: 670px; }
.path-card { position: relative; display: flex; overflow: hidden; padding: 58px max(36px, 6vw); flex-direction: column; justify-content: space-between; color: var(--white); background-size: cover; background-position: center; isolation: isolate; }
.path-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(8,8,8,.86), rgba(8,8,8,.15)); transition: background .35s; }
.path-card::after { content: ""; position: absolute; z-index: -2; inset: 0; background: inherit; transition: transform .65s ease; }
.path-card:hover::after { transform: scale(1.04); }
.path-card:hover::before { background: linear-gradient(0deg, rgba(8,8,8,.9), rgba(8,8,8,.3)); }
.path-services { background-image: url('/images/boxing.jpg'); }
.path-space { background-image: url('/images/studio.jpg'); }
.path-card > span { display: flex; align-items: flex-end; gap: 14px; font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.path-card > span small { padding-bottom: 8px; font-size: 12px; }
.path-card h2 { margin: 0; font-size: clamp(46px, 5.2vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
.path-card p { margin: 18px 0 0; color: rgba(255,255,255,.68); }
.path-card > b { position: absolute; right: 54px; bottom: 58px; display: grid; width: 68px; height: 68px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; place-items: center; font-size: 24px; font-weight: 400; }
.home-visit { background: var(--white); }
.home-visit-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 12%; align-items: end; }
.home-visit h2 em { color: var(--accent); font-style: normal; }
.home-address { padding-top: 34px; border-top: 2px solid var(--ink); }
.home-address strong { font-size: clamp(24px, 2.6vw, 38px); line-height: 1.45; }
.home-address p { margin: 25px 0 32px; color: var(--muted); line-height: 1.8; }

.page-hero { position: relative; display: flex; min-height: 700px; color: var(--white); background-color: var(--ink); background-size: cover; background-position: center; align-items: end; }
.page-hero-about { background-image: url('/images/studio.jpg'); }
.page-hero-services { background-image: url('/images/boxing.jpg'); }
.page-hero-space { background-image: url('/images/studio.jpg'); background-position: center 44%; }
.page-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,7,.9), rgba(7,7,7,.2)), linear-gradient(0deg, rgba(7,7,7,.75), transparent 60%); }
.page-hero-content { position: relative; z-index: 1; padding-top: 160px; padding-bottom: 86px; }
.page-hero h1, .visit-hero h1 { max-width: 980px; margin: 0; font-size: clamp(62px, 8vw, 112px); line-height: .93; letter-spacing: -.065em; }
.page-hero h1 em, .visit-hero h1 em { color: var(--accent); font-style: normal; }
.page-hero-content > p:last-child { max-width: 620px; margin: 32px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.8; }
.story-grid, .space-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12%; }
.story-copy { padding-top: 36px; }
.story-copy p { color: var(--muted); line-height: 1.9; }
.story-copy .lead { margin-top: 0; color: var(--ink); font-size: 23px; font-weight: 650; line-height: 1.65; }
.values-section { padding: 120px 0; color: var(--white); background: var(--ink); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; border-top: 1px solid rgba(255,255,255,.18); }
.values-grid article { padding: 36px 38px 20px 0; border-right: 1px solid rgba(255,255,255,.18); }
.values-grid article + article { padding-left: 38px; }
.values-grid article:last-child { border-right: 0; }
.values-grid span, .detail-row > span, .feature-grid strong, .path-number { display: block; color: var(--accent); font-family: Impact, "Arial Black", sans-serif; font-size: clamp(64px, 6vw, 104px); font-weight: 900; line-height: .85; letter-spacing: .01em; font-variant-numeric: tabular-nums; -webkit-text-stroke: 1px currentColor; paint-order: stroke fill; }
.values-grid h2 { margin: 46px 0 18px; font-size: 28px; }
.values-grid p { color: rgba(255,255,255,.55); line-height: 1.8; }
.page-cta { padding: 100px 0; color: var(--white); background: var(--accent); }
.page-cta .wrap { display: grid; grid-template-columns: 120px 1fr auto; gap: 40px; align-items: center; }
.page-cta p { font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.page-cta h2 { margin: 0; font-size: clamp(38px, 5vw, 68px); letter-spacing: -.05em; }
.page-cta a { display: flex; min-width: 230px; padding: 20px 0; justify-content: space-between; border-bottom: 1px solid currentColor; font-weight: 800; }

.service-detail { background: var(--paper); }
.detail-row { display: grid; grid-template-columns: 140px .8fr 1fr; gap: 50px; padding: 64px 0; border-top: 1px solid var(--line); }
.detail-row:last-child { border-bottom: 1px solid var(--line); }
.detail-label { margin: 0 0 12px; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .17em; }
.detail-row h2 { margin: 0; font-size: clamp(34px, 4vw, 58px); letter-spacing: -.05em; }
.detail-row > div:last-child > p { margin-top: 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.detail-row ul { margin: 25px 0 0; padding: 0; list-style: none; }
.detail-row li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.detail-row li::before { content: "＋"; margin-right: 12px; color: var(--accent); }
.consult-panel { padding: 110px 0; background: var(--white); }
.consult-grid { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: end; }
.consult-grid h2 { margin: 0; font-size: clamp(46px, 6vw, 78px); letter-spacing: -.055em; }
.consult-grid p:not(.section-kicker) { max-width: 650px; color: var(--muted); line-height: 1.8; }

.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8px; padding: 8px; background: var(--white); }
.gallery-grid figure { position: relative; margin: 0; min-height: 620px; overflow: hidden; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-side img { object-position: 58% center; }
.gallery-grid figcaption { position: absolute; bottom: 24px; left: 24px; padding: 11px 14px; color: var(--white); background: rgba(0,0,0,.72); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.space-features { background: var(--white); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.feature-grid article { padding-top: 28px; border-top: 1px solid var(--line); }
.feature-grid h2 { margin: 40px 0 14px; font-size: 28px; }
.feature-grid p { color: var(--muted); line-height: 1.8; }

.visit-hero { padding: 220px 0 95px; color: var(--white); background: var(--ink); }
.visit-page { background: var(--paper); }
.visit-page-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 12%; }
.visit-contact h2 { margin: 0 0 38px; font-size: clamp(34px, 4vw, 56px); line-height: 1.35; letter-spacing: -.045em; }
.map-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.map-actions .button { width: 100%; padding-right: 18px; padding-left: 18px; gap: 16px; white-space: nowrap; }
.button-map-secondary { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-map-secondary:hover { color: var(--white); background: var(--ink); }
.visit-facts { border-top: 2px solid var(--ink); }
.visit-facts > div { display: grid; grid-template-columns: 170px 1fr; gap: 25px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.visit-facts span { color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.visit-facts a, .visit-facts strong { font-size: 18px; }
.visit-facts p { display: flex; margin: 0; gap: 24px; flex-wrap: wrap; }
.legal-link { color: var(--white); font-weight: 800; }

.closing-cta { padding: 105px 0; color: var(--white); background: var(--accent); }
.closing-cta .wrap { position: relative; }
.closing-cta p { margin: 0 0 22px; font-size: 12px; font-weight: 900; letter-spacing: .2em; }
.closing-cta h2 { max-width: 900px; margin: 0; font-size: clamp(54px, 7.5vw, 105px); line-height: .98; letter-spacing: -.06em; }
.closing-cta a { position: absolute; right: 0; bottom: 0; display: grid; width: 100px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; place-items: center; font-size: 32px; transition: color .2s, background .2s, transform .2s; }
.closing-cta a:hover { color: var(--accent); background: var(--white); transform: rotate(45deg); }

.social-rail { position: fixed; z-index: 80; top: 50%; right: 16px; display: flex; width: 118px; overflow: hidden; color: var(--white); background: rgba(16,16,15,.94); border: 1px solid rgba(255,255,255,.2); border-radius: 14px; box-shadow: 0 14px 40px rgba(0,0,0,.24); backdrop-filter: blur(12px); flex-direction: column; transform: translateY(-50%); }
.social-rail-title { padding: 12px; color: rgba(255,255,255,.5); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-align: center; }
.social-rail a { display: flex; padding: 13px 12px; border-top: 1px solid rgba(255,255,255,.15); align-items: center; gap: 9px; font-size: 12px; transition: color .2s, background .2s; }
.social-rail a:hover { color: var(--ink); background: var(--white); }
.social-rail b { color: var(--accent); font-size: 12px; }

.site-footer { padding: 70px 0 28px; color: rgba(255,255,255,.64); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; }
.footer-brand img { width: 180px; filter: brightness(0) invert(1); }
.footer-brand p { margin-top: 20px; font-size: 12px; }
.footer-label { margin: 0 0 20px; color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.site-footer a { display: block; width: fit-content; margin: 0 0 13px; font-size: 13px; }
.site-footer a:hover { color: var(--white); }
.copyright { grid-column: 1 / -1; margin: 48px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); font-size: 12px; }

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

@media (max-width: 900px) {
  :root { --wrap: min(100% - 34px, 720px); }
  .nav-shell { height: 72px; }
  .brand { width: 145px; }
  .menu-button { z-index: 2; display: grid; width: 42px; height: 42px; padding: 10px; gap: 5px; place-content: center; }
  .menu-button span:not(.sr-only) { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .25s, opacity .25s; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; display: flex; padding: 100px 28px 40px; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; color: var(--white); background: var(--ink); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
  .primary-nav.is-open { opacity: 1; visibility: visible; }
  .primary-nav a { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 28px; }
  .primary-nav .nav-cta { margin-top: 26px; padding: 17px 22px; border: 0; text-align: center; font-size: 16px; }
  .intro-grid, .visit-grid { grid-template-columns: 1fr; gap: 55px; }
  .intro-copy { padding-top: 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .service-card { grid-template-columns: 42px 70px 1fr; padding: 28px 0; }
  .service-card p { grid-column: 3; margin: 0; }
  .service-icon svg { width: 48px; }
  .space-section { grid-template-columns: 1fr; }
  .space-image { min-height: 65vw; }
  .space-copy { padding: 90px max(17px, calc((100% - 720px) / 2)); }
  .contract-notice-grid { grid-template-columns: 1fr; gap: 30px; }
  .contract-link { width: fit-content; }
  .home-paths { grid-template-columns: 1fr; }
  .path-card { min-height: 560px; }
  .home-visit-grid, .story-grid, .space-story-grid, .visit-page-grid { grid-template-columns: 1fr; gap: 55px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article, .values-grid article + article { padding: 34px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .values-grid h2 { margin-top: 28px; }
  .page-cta .wrap { grid-template-columns: 1fr; }
  .page-cta p { margin: 0; }
  .page-cta a { width: fit-content; }
  .detail-row { grid-template-columns: 90px 1fr; gap: 30px; }
  .detail-row > div:last-child { grid-column: 2; }
  .consult-grid { grid-template-columns: 1fr; gap: 38px; }
  .consult-grid .button { width: fit-content; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure { min-height: 65vw; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid h2 { margin-top: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  body { padding-bottom: 68px; }
  .social-rail { top: auto; right: 10px; bottom: 10px; left: 10px; width: auto; height: 52px; border-radius: 999px; flex-direction: row; transform: none; }
  .social-rail-title { display: none; }
  .social-rail a { flex: 1; padding: 0 10px; border-top: 0; border-left: 1px solid rgba(255,255,255,.15); justify-content: center; }
  .social-rail a:first-of-type { border-left: 0; }
}

@media (max-width: 600px) {
  .hero { min-height: 720px; }
  .hero-media { background-position: 60% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,8,8,.88), rgba(8,8,8,.35)), linear-gradient(0deg, rgba(8,8,8,.75), transparent 55%); }
  .hero-content { padding-top: 92px; justify-content: center; }
  .hero h1 { font-size: clamp(58px, 17vw, 76px); line-height: .92; }
  .hero-copy { margin-top: 26px; font-size: 16px; line-height: 1.7; }
  .hero-actions { width: 100%; flex-direction: column; }
  .button { width: 100%; }
  .hero-foot { justify-content: flex-start; gap: 16px; overflow: hidden; white-space: nowrap; }
  .section { padding: 92px 0; }
  .section-title { font-size: 48px; }
  .intro-copy .lead { font-size: 20px; }
  .service-list { margin-top: 55px; }
  .service-card { grid-template-columns: 35px 1fr; gap: 18px; }
  .service-icon { display: none; }
  .service-card h3 { font-size: 24px; }
  .service-card p { grid-column: 2; }
  .service-number { margin-top: 6px; }
  .space-image { min-height: 430px; }
  .space-copy { padding: 82px 17px; }
  .space-stats { gap: 10px; }
  .space-stats strong { font-size: 18px; }
  .space-stats span { font-size: 12px; }
  .visit-row { grid-template-columns: 1fr; gap: 14px; }
  .hours p { flex-direction: column; gap: 5px; }
  .contract-notice { padding: 54px 0; }
  .contract-link { width: 100%; }
  .closing-cta { padding: 86px 0 180px; }
  .closing-cta h2 { font-size: 53px; }
  .closing-cta a { right: auto; bottom: -120px; width: 76px; }
  .path-card { min-height: 490px; padding: 38px 24px; }
  .path-card h2 { font-size: 46px; }
  .path-card > b { right: 24px; bottom: 36px; width: 58px; height: 58px; }
  .home-address .button { width: fit-content; }
  .page-hero { min-height: 650px; }
  .page-hero-content { padding-bottom: 58px; }
  .page-hero h1, .visit-hero h1 { font-size: 58px; line-height: .96; }
  .page-hero h1 em { display: inline-block; }
  .page-hero-content > p:last-child { font-size: 16px; }
  .story-copy .lead { font-size: 20px; }
  .values-section { padding: 90px 0; }
  .page-cta { padding: 72px 0; }
  .page-cta h2 { font-size: 42px; }
  .detail-row { padding: 44px 0; }
  .detail-row h2 { font-size: 36px; }
  .consult-panel { padding: 82px 0; }
  .consult-grid .button { width: 100%; }
  .gallery-grid figure { min-height: 430px; }
  .visit-hero { padding: 190px 0 75px; }
  .visit-facts > div { grid-template-columns: 1fr; gap: 14px; }
  .visit-contact .button { width: 100%; }
}

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