:root {
  --bg: #f5f5f7;
  --surface: #ffffff;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: rgba(0, 0, 0, .08);
  --accent: #667085;
  --gutter: clamp(20px, 5vw, 80px);
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, sans-serif;
  --paper: var(--bg);
  --white: var(--surface);
  --olive: var(--accent);
  --olive-soft: #e5e7eb;
  --greige: #d1d5db;
  --silver: #ececef;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; font-weight: 400; line-height: 1.75; letter-spacing: -.012em; font-feature-settings: "kern"; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 8px 12px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 40; display: grid; grid-template-columns: auto 1fr; align-items: center; min-height: 56px; padding: 0 var(--gutter); border-bottom: 1px solid var(--line); background: rgba(245, 245, 247, .82); backdrop-filter: blur(20px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 700; line-height: 1; letter-spacing: -.035em; }
.brand img { width: 27px; height: 22px; object-fit: contain; opacity: .92; }
.brand::after { content: none; }
.site-nav { display: flex; justify-content: flex-end; gap: clamp(16px, 2vw, 32px); color: var(--muted); font-size: 12px; font-weight: 500; letter-spacing: -.01em; }
.site-nav a { position: relative; padding: 5px 0; }
.site-nav a::after { content: ""; position: absolute; right: 100%; bottom: 0; left: 0; height: 1px; background: currentColor; transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; }

.section-shell { padding: clamp(96px, 12vw, 180px) var(--gutter); }
.overline, .section-head > p, .contact-copy > p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 600; text-transform: none; letter-spacing: -.012em; }

.about { display: grid; align-content: center; min-height: 92vh; text-align: center; background: var(--bg); }
.about-logo { width: clamp(160px, 19vw, 260px); height: auto; margin: 0 auto 34px; }
.about-logo-orbit { width: min(78vw, 520px); margin-bottom: clamp(18px, 3vw, 38px); opacity: 1; filter: none; }
.section-head h1 { max-width: 1060px; margin: 0 auto; font-size: clamp(52px, 8.2vw, 118px); font-weight: 700; line-height: 1.03; letter-spacing: -.058em; text-wrap: balance; word-break: normal; overflow-wrap: anywhere; }
.section-head h1 span, .service-heading h2 span { display: inline; }
.about-copy { max-width: 880px; margin: clamp(36px, 4.5vw, 58px) auto 0; }
.about-copy > p { margin: 30px 0 0; color: var(--muted); }
.about-copy .large-copy { max-width: 820px; margin: 0 auto; color: var(--muted); font-family: var(--sans); font-size: clamp(20px, 1.9vw, 27px); font-weight: 400; line-height: 1.76; letter-spacing: -.018em; text-wrap: balance; }
.mission-points { display: grid; gap: 0; max-width: 920px; margin: clamp(44px, 5.6vw, 74px) auto 0; padding: 0; border-top: 1px solid rgba(0, 0, 0, .12); list-style: none; text-align: left; }
.mission-points li { display: grid; grid-template-columns: 58px 1fr; gap: clamp(16px, 2vw, 28px); align-items: baseline; padding: clamp(20px, 2.6vw, 32px) 0; border-bottom: 1px solid rgba(0, 0, 0, .12); }
.mission-points span { color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: -.01em; }
.mission-points strong { color: #303033; font-size: clamp(24px, 3vw, 42px); font-weight: 600; line-height: 1.22; letter-spacing: -.048em; text-wrap: balance; }
.flow-figure { max-width: 1100px; margin: clamp(56px, 7vw, 96px) auto 0; }
.flow-figure img { aspect-ratio: 1672 / 941; max-height: none; border: 0; border-radius: 36px; object-fit: cover; box-shadow: 0 30px 90px rgba(0, 0, 0, .12); }
.flow-figure figcaption { display: none; }

.showcase { background: var(--bg); color: var(--ink); }
.showcase-head { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: clamp(28px, 5vw, 96px); align-items: baseline; max-width: 1180px; margin: 0 auto clamp(44px, 6vw, 82px); }
.showcase-head .overline { color: var(--muted); }
.showcase-head h2 { max-width: 940px; margin: 0; color: #242427; font-size: clamp(30px, 4vw, 58px); font-weight: 700; line-height: 1.18; letter-spacing: -.052em; text-wrap: balance; word-break: normal; overflow-wrap: anywhere; }
.showcase-head > p:last-child { margin: 0 0 .25em; color: var(--muted); font-size: clamp(17px, 1.45vw, 22px); line-height: 1.82; letter-spacing: -.018em; }
.featured-work { max-width: 1180px; margin: 0 auto clamp(30px, 4.5vw, 58px); }
.featured-card { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(28px, 5vw, 74px); align-items: stretch; padding: clamp(18px, 2.6vw, 34px); border: 1px solid var(--line); border-radius: 34px; background: rgba(255, 255, 255, .72); box-shadow: 0 24px 78px rgba(0, 0, 0, .07); transition: transform .28s ease, box-shadow .28s ease; }
.featured-card:hover { box-shadow: 0 34px 90px rgba(0, 0, 0, .1); transform: translateY(-4px); }
.featured-card figure,
.work-card figure { margin: 0; overflow: hidden; border: 1px solid var(--line); background: #f2f2f4; }
.featured-card figure { border-radius: 24px; }
.featured-card img { aspect-ratio: 16 / 10; object-fit: cover; transition: transform .5s ease; }
.featured-card:hover img,
.work-card:hover img { transform: scale(1.025); }
.featured-copy { display: grid; align-content: end; min-width: 0; padding: clamp(8px, 1.5vw, 20px) 0; }
.featured-copy span,
.work-card span { color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: -.01em; }
.featured-copy h3 { margin: 22px 0 16px; font-size: clamp(34px, 4.2vw, 62px); font-weight: 700; line-height: 1.04; letter-spacing: -.055em; }
.featured-copy p,
.work-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.78; letter-spacing: -.016em; }
.featured-copy em { align-self: end; margin-top: 30px; color: var(--ink); font-size: 13px; font-style: normal; font-weight: 700; }
.work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; max-width: 1180px; margin: 0 auto; }
.work-card { display: grid; grid-template-rows: auto 1fr; min-height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); box-shadow: 0 16px 48px rgba(0, 0, 0, .055); transition: transform .28s ease, box-shadow .28s ease; }
.work-card:hover { box-shadow: 0 24px 64px rgba(0, 0, 0, .08); transform: translateY(-4px); }
.work-card figure { border-width: 0 0 1px; border-radius: 0; }
.work-card img { aspect-ratio: 4 / 3; object-fit: cover; transition: transform .5s ease; }
.work-card > div { padding: clamp(22px, 2.4vw, 30px); }
.work-card h3 { margin: 16px 0 12px; font-size: clamp(25px, 2.4vw, 36px); font-weight: 700; line-height: 1.12; letter-spacing: -.046em; }

.works { background: var(--paper); }
.works-head { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: end; margin-bottom: clamp(60px, 8vw, 110px); }
.works-head .overline { grid-column: 1 / -1; }
.works-head h2 { margin: 0; font-size: clamp(54px, 9vw, 138px); line-height: .9; white-space: nowrap; }
.works-head > p:last-child { max-width: 400px; margin: 0 0 8px; }
.work-list { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(28px, 3.2vw, 52px); align-items: start; }
.work { margin-bottom: clamp(70px, 8vw, 120px); }
.work figure { margin: 0 0 24px; overflow: hidden; border: 1px solid rgba(23,24,21,.13); border-radius: 3px; background: #ebe9e2; box-shadow: 0 20px 48px rgba(37,39,34,.1); }
.work img { aspect-ratio: 4 / 3; object-fit: cover; transition: transform .65s ease, filter .65s ease; }
.work:not(.work-featured):hover img { filter: contrast(1.03); transform: scale(1.018); }
.work-wide { grid-column: span 6; }
.work-featured { position: relative; grid-column: 1 / -1; display: grid; grid-template-columns: minmax(320px, 370px) minmax(0, 1fr); gap: clamp(48px, 6vw, 96px); align-items: end; margin-bottom: clamp(95px, 11vw, 160px); padding: clamp(34px, 4.2vw, 68px); border: 1px solid rgba(23,24,21,.16); border-radius: 2px; background: linear-gradient(135deg, #e5e6df 0%, #d7dbd3 70%, #cfd5cc 100%); }
.work-featured::before { content: ""; position: absolute; top: 12%; bottom: 12%; left: calc(370px + clamp(48px, 6vw, 96px)); width: 1px; background: rgba(23,24,21,.16); }
.featured-project-copy { position: relative; z-index: 2; grid-template-columns: 1fr; gap: 18px; align-self: stretch; align-content: end; min-width: 0; padding: 0 0 8px; }
.featured-project-copy h3 { max-width: 8em; font-size: clamp(34px, 3.2vw, 52px); line-height: 1.08; }
.featured-project-copy p,
.featured-project-copy a { grid-column: auto; }
.featured-project-copy > p { max-width: 360px; color: #454842; }
.featured-project-copy > a { margin-top: 16px; }
.browser-stage { position: relative; min-width: 0; padding: 18px 0 26px; }
.browser-stage::before { content: ""; position: absolute; inset: 0 7% 6% 5%; border: 1px solid rgba(23,24,21,.18); background: rgba(251,250,247,.48); transform: translate(18px, -14px); }
.browser-frame { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(23,24,21,.32); border-radius: 9px; background: var(--white); box-shadow: 24px 30px 70px rgba(37,39,34,.18); transition: transform .35s ease, box-shadow .35s ease; }
.browser-stage:hover .browser-frame { box-shadow: 18px 22px 52px rgba(37,39,34,.2); transform: translateY(-5px); }
.browser-bar { display: flex; align-items: center; gap: 7px; height: 34px; padding: 0 13px; border-bottom: 1px solid var(--line); background: #eeeee9; }
.browser-bar i { width: 7px; height: 7px; border: 1px solid #999d95; border-radius: 50%; }
.browser-bar span { min-width: 0; margin-left: 8px; overflow: hidden; color: #777a73; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.slider-track { display: flex; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.slider-track::-webkit-scrollbar { display: none; }
.slider-track:focus-visible { outline: 2px solid var(--olive); outline-offset: -2px; }
.slider-track figure { flex: 0 0 100%; margin: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; scroll-snap-align: start; }
.slider-track img { width: 100%; height: auto; max-width: none; aspect-ratio: 16 / 10; object-fit: cover; transition: none; }
.slider-controls { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; min-height: 48px; border-top: 1px solid var(--line); background: #eeeee9; }
.slider-controls button { display: grid; place-items: center; width: 42px; height: 48px; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 19px; cursor: pointer; }
.slider-controls button:hover, .slider-controls button:focus-visible { background: var(--olive-soft); }
.slider-controls span { color: var(--muted); font-family: var(--sans); font-size: 11px; text-align: center; }
.slider-controls b { color: var(--ink); font-weight: 400; }
.work-half { grid-column: span 6; }
.work-offset { margin-top: clamp(46px, 6vw, 96px); }
.work-manual { grid-column: span 6; }
.work-copy { display: grid; grid-template-columns: 1fr; gap: 12px; padding-top: 14px; border-top: 1px solid rgba(23,24,21,.28); }
.work-copy > span { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.work-copy h3 { margin: 0; font-size: clamp(24px, 2.35vw, 36px); line-height: 1.16; word-break: keep-all; overflow-wrap: anywhere; }
.work-copy p { margin: 0; color: #484a45; }
.work-copy a { display: flex; justify-content: space-between; margin-top: 4px; padding: 12px 0; border-top: 1px solid rgba(23,24,21,.82); border-bottom: 1px solid rgba(23,24,21,.82); font-size: 12px; font-weight: 800; }
.work-copy i { font-size: 18px; font-style: normal; }
.work-copy.featured-project-copy { grid-template-columns: 1fr; align-content: end; }
.work-copy.featured-project-copy h3,
.work-copy.featured-project-copy p,
.work-copy.featured-project-copy a { grid-column: 1; }
.work-copy.featured-project-copy h3 { max-width: 8em; font-size: clamp(34px, 3.2vw, 52px); }
.work-copy.featured-project-copy p { max-width: 360px; }
.notice { max-width: 900px; margin: 30px 0 0 auto; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.process { background: var(--olive-soft); }
.process header { display: block; }
.process header .overline { color: var(--ink); font-size: clamp(44px, 7.2vw, 104px); font-weight: 700; line-height: .98; letter-spacing: -.064em; }
.process h2 { margin: 0; font-size: clamp(46px, 6.6vw, 100px); font-weight: 700; line-height: 1.03; letter-spacing: -.055em; text-wrap: balance; }
.process-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin: clamp(70px, 8vw, 110px) 0 0; padding: 0; list-style: none; }
.process-track::before { content: ""; position: absolute; top: 27px; right: 8%; left: 8%; height: 1px; background: var(--ink); }
.process-track li { position: relative; display: grid; justify-items: center; gap: 30px; text-align: center; }
.process-track li::before { content: ""; z-index: 1; width: 13px; height: 13px; margin-top: 21px; border: 1px solid var(--ink); background: var(--paper); border-radius: 50%; }
.process-track span { position: absolute; top: -18px; font-family: var(--sans); font-size: 12px; }
.process-track strong { font-size: 16px; font-weight: 600; line-height: 1.55; letter-spacing: -.018em; }

.doctor-message { background: var(--bg); }
.message-kicker { margin-bottom: clamp(26px, 4vw, 54px); color: var(--muted); font-size: 13px; font-weight: 600; letter-spacing: -.012em; }
.message-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1fr); gap: clamp(54px, 7vw, 112px); align-items: start; max-width: 1180px; margin: 0 auto; }
.message-layout h2 { max-width: 660px; margin: 0; font-size: clamp(40px, 4.8vw, 72px); font-weight: 700; line-height: 1.12; letter-spacing: -.056em; text-wrap: balance; word-break: normal; overflow-wrap: anywhere; }
.message-body { max-width: 620px; padding-top: clamp(28px, 4vw, 58px); }
.message-body p { margin: 0; color: var(--muted); font-size: clamp(18px, 1.55vw, 23px); font-weight: 400; line-height: 1.9; letter-spacing: -.018em; }
.message-body p + p { margin-top: 1.15em; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: clamp(28px, 3.5vw, 44px); padding: 14px 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; color: var(--ink); font-size: 13px; font-weight: 700; letter-spacing: -.012em; }
.text-link span { font-size: 18px; line-height: 1; }

.flow-reveal { opacity: 0; transform: translate3d(0, 34px, 0); transition: opacity .75s cubic-bezier(.2, .8, .2, 1), transform .75s cubic-bezier(.2, .8, .2, 1); transition-delay: var(--flow-delay, 0ms); will-change: opacity, transform; }
.flow-reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.flow-reveal.flow-soft { transform: translate3d(0, 22px, 0); }
.flow-reveal.flow-soft.is-visible { transform: translate3d(0, 0, 0); }
.flow-reveal.flow-card { transform: translate3d(0, 34px, 0) scale(.985); transition-duration: .8s; }
.flow-reveal.flow-card.is-visible { transform: translate3d(0, 0, 0) scale(1); }

.site-footer { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; padding: clamp(85px, 10vw, 150px) var(--gutter) 30px; overflow: hidden; background: var(--ink); color: white; }
.contact-copy > p:first-child { color: #aaa99f; }
.contact-copy h2 { margin: 24px 0 30px; font-size: clamp(58px, 8vw, 128px); font-weight: 700; line-height: 1.02; letter-spacing: -.064em; text-wrap: balance; }
.contact-copy > p:last-child { max-width: 720px; color: #bdbfb8; font-weight: 400; line-height: 1.82; }
.contact-button { display: flex; gap: 70px; min-width: 330px; padding: 18px 0; border-top: 1px solid white; border-bottom: 1px solid white; font-weight: 800; }
.contact-button span { margin-left: auto; color: var(--greige); font-size: 20px; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; margin-top: 110px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.22); font-size: 11px; }
.footer-bottom strong { font-size: 15px; }

.greeting-main { min-height: 100vh; padding: clamp(88px, 11vw, 160px) var(--gutter); }
.greeting-article { max-width: 980px; margin: 0 auto; }
.greeting-article h1 { margin: 22px 0 clamp(46px, 7vw, 82px); font-size: clamp(76px, 13vw, 176px); font-weight: 700; line-height: .92; letter-spacing: -.072em; }
.greeting-body { max-width: 780px; margin-left: auto; }
.greeting-body p { margin: 0; color: #3f3f42; font-size: clamp(18px, 1.55vw, 22px); font-weight: 400; line-height: 2; letter-spacing: -.018em; }
.greeting-body p + p { margin-top: 1.45em; }
.greeting-body .signature { margin-top: 2.4em; color: var(--ink); font-weight: 600; line-height: 1.8; }
.greeting-back { margin-left: calc(100% - 780px); }

@media (max-width: 1000px) {
  .about, .showcase { grid-template-columns: 1fr; }
  .showcase-head, .featured-card, .work-grid { grid-template-columns: 1fr; }
  .work-featured { grid-template-columns: 1fr; }
  .work-featured::before { display: none; }
  .featured-project-copy { align-content: start; }
}

@media (max-width: 760px) {
  .site-header { grid-template-columns: auto auto; min-height: 56px; }
  .brand { gap: 8px; }
  .brand img { width: 25px; height: 20px; }
  .brand span { font-size: 16px; }
  .menu-toggle { display: grid; justify-self: end; gap: 7px; width: 42px; height: 42px; padding: 12px 9px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; }
  .menu-toggle span { height: 1px; background: var(--ink); }
  .site-nav { display: none; grid-column: 1 / -1; justify-content: flex-start; flex-wrap: wrap; padding: 14px 0 18px; }
  .site-nav.is-open { display: flex; }
  .section-shell { padding-top: 88px; padding-bottom: 88px; }
  .about { min-height: auto; }
  .about-logo-orbit { width: min(82vw, 360px); margin-bottom: 26px; }
  .section-head h1 { max-width: 100%; font-size: clamp(45px, 12.5vw, 62px); line-height: 1.06; letter-spacing: -.052em; word-break: normal; overflow-wrap: anywhere; }
  .showcase-head { margin-bottom: 42px; }
  .showcase-head { grid-template-columns: 1fr; gap: 18px; }
  .showcase-head h2 { max-width: 100%; font-size: clamp(34px, 9.5vw, 50px); line-height: 1.14; letter-spacing: -.048em; }
  .showcase-head > p:last-child { font-size: 18px; line-height: 1.78; }
  .about-copy { margin-top: 34px; }
  .about-copy .large-copy { font-size: 21px; line-height: 1.72; text-wrap: pretty; }
  .mission-points { margin-top: 38px; }
  .mission-points li { grid-template-columns: 42px 1fr; gap: 14px; padding: 20px 0; }
  .mission-points strong { font-size: 25px; line-height: 1.28; letter-spacing: -.04em; text-wrap: pretty; }
  .featured-card { gap: 24px; padding: 14px; border-radius: 26px; }
  .featured-card figure { border-radius: 18px; }
  .featured-copy { padding: 6px 8px 14px; }
  .featured-copy h3 { font-size: 36px; }
  .work-grid { gap: 18px; }
  .work-card { border-radius: 24px; }
  .work-card h3 { font-size: 29px; }
  .works-head { grid-template-columns: 1fr; margin-bottom: 52px; }
  .works-head .overline { grid-column: auto; }
  .works-head h2 { font-size: clamp(40px, 13vw, 52px); }
  .work-list { grid-template-columns: 1fr; }
  .work, .work-wide, .work-half, .work-offset, .work-manual { grid-column: auto; margin: 0 0 64px; }
  .work-featured { grid-template-columns: 1fr; gap: 28px; margin-right: calc(var(--gutter) * -1); margin-bottom: 88px; margin-left: calc(var(--gutter) * -1); padding: 42px var(--gutter) 48px; border-right: 0; border-left: 0; }
  .featured-project-copy { padding-bottom: 0; }
  .featured-project-copy h3 { max-width: 100%; font-size: 38px; }
  .browser-stage { width: calc(100% + 24px); margin-right: -12px; margin-left: -12px; padding: 10px 8px 18px 0; }
  .browser-stage::before { transform: translate(10px, -8px); }
  .work-copy { grid-template-columns: 1fr; gap: 9px; }
  .work-copy p, .work-copy a { grid-column: auto; }
  .work-copy a { margin-top: 10px; }
  .process header .overline { font-size: clamp(48px, 14vw, 76px); line-height: .98; }
  .process-track { grid-template-columns: 1fr; gap: 0; margin-top: 58px; }
  .process-track::before { top: 0; bottom: 0; left: 28px; width: 1px; height: auto; }
  .process-track li { grid-template-columns: 58px 1fr; justify-items: start; align-items: center; gap: 14px; min-height: 88px; text-align: left; }
  .process-track li::before { grid-column: 1; justify-self: center; margin: 0; }
  .process-track span { top: 8px; left: 47px; }
  .process-track strong { grid-column: 2; }
  .message-layout { grid-template-columns: 1fr; gap: 34px; }
  .message-layout h2 { max-width: 100%; font-size: clamp(42px, 11vw, 60px); line-height: 1.1; }
  .message-body p { font-size: 18px; line-height: 1.85; }
  .greeting-article h1 { font-size: clamp(72px, 22vw, 112px); }
  .greeting-body { max-width: none; margin-left: 0; }
  .greeting-body p { font-size: 17px; line-height: 1.9; }
  .greeting-back { margin-left: 0; }
  .site-footer { grid-template-columns: 1fr; gap: 45px; }
  .contact-copy h2 { font-size: clamp(48px, 12vw, 62px); }
  .contact-button { min-width: 0; }
  .footer-bottom { display: grid; margin-top: 55px; }
}

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