:root {
  --shell: min(1340px, calc(100% - 80px));
  --display: "Helvetica Neue", Arial, "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --body: Arial, "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --depth-back: #101619;
  --depth-mid: #181f22;
  --depth-front: #232b2e;
  --depth-edge: rgba(244, 247, 247, .04);
  --depth-d1: -8px 12px 28px rgba(0, 0, 0, .12);
  --depth-d2: -14px 18px 40px rgba(0, 0, 0, .18);
  --depth-center: 0 16px 38px rgba(0, 0, 0, .16);
  --depth-secondary: 0 10px 26px rgba(0, 0, 0, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ts-page); }
body { margin: 0; background: var(--ts-page); color: var(--ts-text-primary); font: 16px/1.55 var(--body); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 40; top: -80px; left: 24px; padding: 10px 14px; background: var(--ts-page); color: var(--ts-text-primary); outline: 2px solid var(--ts-focus-color); }
.skip-link:focus { top: 18px; }

.brand { display: inline-flex; }
.brand-logo { position: relative; display: block; width: 136px; aspect-ratio: 254 / 82; }
.brand-logo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.brand-logo .logo-light { display: none; }
.site-header { position: absolute; z-index: 12; top: 0; left: 0; display: flex; align-items: center; width: 100%; padding: 28px 40px; color: var(--ts-logo-porcelain); }
.site-nav { display: flex; gap: 31px; margin-left: auto; margin-right: 38px; font-size: 14px; }
.site-nav a, .language-link { transition: opacity .2s ease; }
.site-nav a:hover, .language-link:hover { opacity: .65; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.language-link { font-size: 13px; }
.theme-toggle { display: grid; place-items: center; width: 28px; height: 28px; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.theme-toggle span { width: 14px; height: 14px; border: 1px solid currentColor; border-radius: 50%; box-shadow: inset -4px 0 currentColor; }
.menu-toggle, .mobile-nav { display: none; }

.hero { --geo-field-x: 0px; --geo-deck-y: 0px; --geo-blade-y: 0px; --geo-back: #141a1d; --geo-mid: #1c2326; --geo-front: #262e31; --geo-edge: rgba(255, 255, 255, .045); --geo-shadow-mid: rgba(0, 0, 0, .18); --geo-shadow-front: rgba(0, 0, 0, .25); position: relative; display: grid; align-items: center; min-height: min(870px, 100svh); overflow: hidden; isolation: isolate; background: #0a0e11; color: var(--ts-logo-porcelain); }
.hero::after { position: absolute; z-index: 2; right: 40px; bottom: 28px; left: 40px; display: block; height: 1px; background: rgba(167, 173, 172, .32); content: ""; pointer-events: none; }
.hero-geometry { position: absolute; z-index: 0; inset: 0; overflow: hidden; overflow: clip; contain: paint; background: #0a0e11; pointer-events: none; }
.geometry-field, .geometry-deck, .geometry-blade, .geometry-signal { position: absolute; display: block; }
.geometry-field { z-index: 0; top: 0; right: -6%; bottom: 0; left: 62%; background: var(--geo-back); box-shadow: inset 1px 0 0 var(--geo-edge); transform: translate3d(var(--geo-field-x), 0, 0); }
.geometry-deck { z-index: 1; top: 57%; left: 48%; width: 58%; height: 31%; background: var(--geo-mid); box-shadow: -10px 14px 30px var(--geo-shadow-mid), inset 0 1px 0 var(--geo-edge); transform: translate3d(0, var(--geo-deck-y), 0); }
.geometry-blade { z-index: 2; top: 31%; left: 71%; width: 18%; height: 45%; background: var(--geo-front); box-shadow: -16px 20px 42px var(--geo-shadow-front), inset 0 1px 0 var(--geo-edge); transform: translate3d(0, var(--geo-blade-y), 0); }
.geometry-signal { z-index: 3; top: calc(57% - 5px); left: calc(71% - 5px); width: 10px; height: 10px; background: #0bc8be; transform: translate3d(0, var(--geo-deck-y), 0); }
.hero.is-geometry-active .geometry-field, .hero.is-geometry-active .geometry-deck, .hero.is-geometry-active .geometry-blade, .hero.is-geometry-active .geometry-signal { will-change: transform; }
.hero-content { position: relative; z-index: 1; padding-top: 100px; }
.hero-kicker, .section-kicker { margin: 0; color: var(--ts-signal-readable); font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.hero-kicker { color: var(--ts-logo-porcelain); }
.hero-kicker::before { display: inline-block; width: 8px; height: 8px; margin-right: 10px; background: var(--ts-logo-signal); content: ""; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.052em; line-height: 1.01; }
h1 { max-width: 940px; margin: 34px 0 70px; font-size: clamp(60px, 8.6vw, 142px); }
.hero-summary { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.hero-summary p { max-width: 440px; margin: 0; font-size: 19px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 52px; padding: 0 22px; border: 1px solid currentColor; font-size: 14px; transition: background .2s, color .2s; }
.button span { font-size: 20px; }
.button-light { border-color: var(--ts-logo-porcelain); background: var(--ts-logo-porcelain); color: var(--ts-logo-midnight); }
.button-light:hover { border-color: var(--ts-signal-readable); background: var(--ts-signal-readable); color: var(--ts-page); }

[data-motion-section] { --scene-a: 0px; --scene-b: 0px; --scene-x: 0px; }
[data-motion-parallax] { --motion-y: 0px; translate: 0 var(--motion-y); }
[data-motion-enter] { opacity: 1; transform: none; }

.section-rule { position: relative; display: flex; grid-column: 1 / -1; align-items: center; justify-content: flex-end; min-height: 14px; margin-bottom: 52px; color: var(--ts-text-muted); font-size: 11px; letter-spacing: .12em; line-height: 1; }
.section-rule::before { position: absolute; top: 50%; right: 48px; left: 0; height: 1px; background: var(--ts-hairline); content: ""; }
.section-rule span { min-width: 28px; text-align: right; }
.section-rule-inverse { color: var(--ts-titanium); }
.section-rule-inverse::before { background: rgba(167, 173, 172, .3); }
.intro { position: relative; display: grid; grid-template-columns: 1fr 2fr; column-gap: 70px; row-gap: 52px; padding: 150px 0; isolation: isolate; }
.intro::before { position: absolute; z-index: 0; top: 18%; right: 66%; bottom: 16%; left: calc(50% - 50vw); background: var(--depth-back); box-shadow: var(--depth-d1), inset -1px 0 0 var(--depth-edge); content: ""; transform: translate3d(0, var(--scene-a), 0); }
.intro > * { position: relative; z-index: 1; }
.intro .section-rule { margin-bottom: 0; }
.intro > div:last-child { z-index: 2; margin: -26px -3vw -26px -34px; padding: 52px 3vw 52px 52px; background: var(--depth-mid); box-shadow: var(--depth-d1), inset 0 1px 0 var(--depth-edge); }
.intro h2 { max-width: 900px; margin: 0 0 45px; font-size: clamp(40px, 5.2vw, 78px); }
.inline-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 8px; border-bottom: 1px solid currentColor; color: var(--ts-signal-readable); font-size: 14px; }
.inline-link span { font-size: 20px; }
.feature-stage { position: relative; margin-bottom: 76px; isolation: isolate; }
.feature-stage::before { position: absolute; z-index: 0; top: 94px; right: -20px; bottom: -20px; left: 62%; background: var(--depth-back); box-shadow: var(--depth-d1), inset 1px 0 0 var(--depth-edge); content: ""; transform: translate3d(var(--scene-x), var(--scene-b), 0); }
.feature { position: relative; z-index: 1; min-height: 640px; background: transparent; }
.feature-image { position: relative; z-index: 1; width: 72%; height: 560px; overflow: hidden; background: var(--ts-image-mid); }
.feature-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) grayscale(.18); }
.feature-copy { position: absolute; z-index: 2; top: 72px; right: 0; display: flex; flex-direction: column; justify-content: center; width: 38%; min-height: 430px; padding: 60px; background: var(--ts-surface); box-shadow: var(--depth-d2), inset 0 1px 0 var(--depth-edge); }
.feature-copy h2 { margin: 22px 0 26px; font-size: clamp(36px, 4vw, 60px); }
.feature-copy p:not(.section-kicker) { margin-bottom: 36px; color: var(--ts-text-secondary); font-size: 17px; }
.services { position: relative; padding: 150px 0; isolation: isolate; background: var(--ts-page); }
.services > * { position: relative; z-index: 1; }
.section-heading { display: flex; justify-content: space-between; gap: 50px; margin-bottom: 62px; }
.section-heading h2 { max-width: 700px; margin: 20px 0 0; font-size: clamp(38px, 4.6vw, 68px); }
.section-heading > p { max-width: 310px; margin: 38px 0 0; color: var(--ts-text-secondary); }
.services .section-heading { display: grid; grid-template-columns: 7fr 5fr; align-items: end; }
.services .section-heading > p { justify-self: end; margin: 0 0 8px; }
.service-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; width: var(--shell); margin: 0 auto; padding: 34px 0; isolation: isolate; }
.service-grid::before { position: absolute; z-index: 0; top: 12%; right: 5%; bottom: 12%; left: 5%; background: var(--depth-back); box-shadow: inset 0 1px 0 var(--depth-edge); content: ""; transform: translate3d(var(--scene-x), var(--scene-b), 0); }
.service-column { position: relative; z-index: 1; display: grid; grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 1px; min-width: 0; background: var(--ts-hairline); box-shadow: var(--depth-d1), inset 0 1px 0 var(--depth-edge); }
.service-column-a { --service-surface: var(--depth-mid); translate: 0 -28px; }
.service-column-b { --service-surface: var(--depth-back); translate: 0 28px; }
.service-card { display: grid; grid-template-columns: 42px minmax(0, 1fr); min-height: 190px; padding: 28px 34px; background: var(--service-surface); }
.service-index { padding-top: 5px; color: var(--ts-text-muted); font-size: 12px; letter-spacing: .1em; }
.service-card h3 { margin: 0 0 10px; font-size: 25px; font-weight: 500; }
.service-card p { max-width: 460px; margin: 0 0 18px; color: var(--ts-text-secondary); }
.service-card a { color: var(--ts-signal-readable); font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.service-card a span { margin-left: 8px; font-size: 18px; }
.work { position: relative; padding: 150px 0 170px; }
.work .section-heading { align-items: end; }
.work .inline-link { margin-bottom: 5px; }
.work-grid { position: relative; display: grid; grid-template-columns: 7fr 5fr; grid-template-rows: 330px 330px 380px; gap: 16px; isolation: isolate; }
.work-grid::before { position: absolute; z-index: 0; top: -14px; right: -14px; width: calc(41.6667% + 28px); height: 704px; background: var(--depth-back); box-shadow: var(--depth-d1), inset 1px 0 0 var(--depth-edge); content: ""; transform: translate3d(var(--scene-x), var(--scene-b), 0); }
.work-frame { position: relative; z-index: 1; display: block; min-height: 0; overflow: hidden; background: var(--ts-image-mid); }
.work-frame:nth-child(1) { grid-row: 1 / 3; grid-column: 1; }
.work-frame:nth-child(2) { grid-row: 1; grid-column: 2; }
.work-frame:nth-child(3) { grid-row: 2; grid-column: 2; }
.work-frame:nth-child(4) { z-index: 2; grid-row: 3; grid-column: 1 / 3; width: 88%; margin-top: -24px; margin-left: 12%; box-shadow: var(--depth-d2), inset 0 1px 0 var(--depth-edge); }
.work-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); transition: transform .5s ease, filter .3s ease; }
.work-frame:hover img { transform: scale(1.015); filter: saturate(1); }
.work-frame span { position: absolute; right: auto; bottom: 16px; left: 16px; display: flex; gap: 30px; min-width: 148px; justify-content: space-between; padding: 10px 12px; background: rgba(8, 24, 39, .9); color: #fff; font-size: 13px; opacity: 0; transition: opacity .2s ease; }
.work-frame:hover span, .work-frame:focus-visible span { opacity: 1; }
.approach { position: relative; padding: 135px 0 155px; background: var(--ts-surface); }
.approach .section-heading h2 { max-width: 850px; }
.approach-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding-bottom: 28px; isolation: isolate; }
.approach-grid article { position: relative; grid-row: 1; min-height: 300px; padding: 32px 36px; box-shadow: inset 0 1px 0 var(--depth-edge); }
.approach-grid article:nth-child(1) { z-index: 1; grid-column: 1; background: var(--depth-back); translate: 0 20px; }
.approach-grid article:nth-child(2) { z-index: 3; grid-column: 2; background: var(--depth-front); box-shadow: var(--depth-center), inset 0 1px 0 var(--depth-edge); }
.approach-grid article:nth-child(3) { z-index: 2; grid-column: 3; background: var(--depth-mid); box-shadow: var(--depth-secondary), inset 0 1px 0 var(--depth-edge); translate: 0 20px; }
.approach-grid span { color: var(--ts-text-muted); font-size: 13px; }
.approach-grid h3 { margin: 58px 0 12px; font-size: 25px; font-weight: 500; }
.approach-grid p { max-width: 280px; margin: 0; color: var(--ts-text-secondary); }
.contact { position: relative; padding: 145px 0; overflow: hidden; isolation: isolate; background: #081827; color: var(--ts-logo-porcelain); }
.contact::before { position: absolute; z-index: 0; top: 0; right: 62%; bottom: 0; left: 0; background: #0b2030; box-shadow: 12px 18px 40px rgba(0, 0, 0, .12); content: ""; transform: translate3d(0, var(--scene-a), 0); }
.contact::after { position: absolute; z-index: 1; top: 60%; right: 12%; bottom: 0; left: 46%; background: #0d2639; box-shadow: -8px 12px 28px rgba(0, 0, 0, .14), inset 0 1px 0 rgba(244, 247, 247, .04); content: ""; transform: translate3d(0, var(--scene-b), 0); }
.contact > .shell { position: relative; z-index: 2; }
.contact .section-kicker { color: var(--ts-signal); }
.contact h2 { max-width: 830px; margin: 22px 0 70px; font-size: clamp(48px, 6.5vw, 100px); }
.contact-bottom { display: flex; justify-content: space-between; gap: 60px; padding-top: 34px; border-top: 1px solid rgba(167, 173, 172, .3); }
.contact-bottom > p { max-width: 440px; margin: 0; color: var(--ts-logo-porcelain); font-size: 19px; }
.contact-bottom > div { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 30px; width: 30%; min-width: 320px; margin-top: -34px; padding: 42px; background: #123149; box-shadow: -14px 18px 40px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(244, 247, 247, .04); }
.contact address { display: flex; flex-direction: column; gap: 6px; color: #a7adac; font-size: 14px; font-style: normal; }
.contact address a:hover { color: #43d9d1; }
.site-footer { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px 0; isolation: isolate; }
.site-footer::after { position: absolute; z-index: 1; top: 0; right: 0; left: 0; height: 1px; background: var(--ts-hairline); content: ""; }
.site-footer > * { position: relative; z-index: 2; }
.site-footer .brand-logo { width: 112px; }
.site-footer p, .site-footer div { margin: 0; color: var(--ts-text-muted); font-size: 12px; }
.site-footer div { display: flex; gap: 18px; }
.site-footer a:hover { color: var(--ts-signal-readable); }
:focus-visible { outline: 2px solid var(--ts-focus-color); outline-offset: 4px; }

@media (prefers-reduced-motion: no-preference) {
  .js [data-motion-enter] { opacity: 0; transform: translate3d(0, 16px, 0); transition: opacity .5s ease, transform .55s cubic-bezier(.22, .61, .36, 1); transition-delay: var(--motion-delay, 0ms); }
  .js [data-motion-enter].is-entered { opacity: 1; transform: translate3d(0, 0, 0); }
  .js [data-motion-enter].is-entering { will-change: opacity, transform; }
  [data-motion-section].is-motion-active [data-motion-parallax] { will-change: translate; }
  .intro.is-motion-active::before, .feature-stage.is-motion-active::before, .services.is-motion-active .service-grid::before, .work.is-motion-active .work-grid::before, .contact.is-motion-active::before, .contact.is-motion-active::after { will-change: transform; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-motion-parallax] { translate: none; }
  .geometry-field, .geometry-deck, .geometry-blade, .geometry-signal, .intro::before, .feature-stage::before, .service-grid::before, .work-grid::before, .contact::before, .contact::after { transform: none; }
}

[data-twilight-theme="atelier-ivory"] { --depth-back: #e8e8e3; --depth-mid: #dfe2df; --depth-front: #cbd0cd; --depth-edge: rgba(255, 255, 255, .62); --depth-d1: -8px 12px 28px rgba(8, 24, 39, .07); --depth-d2: -14px 18px 40px rgba(8, 24, 39, .11); --depth-center: 0 16px 38px rgba(8, 24, 39, .1); --depth-secondary: 0 10px 26px rgba(8, 24, 39, .06); }
[data-twilight-theme="atelier-ivory"] .site-header { color: var(--ts-logo-midnight); }
[data-twilight-theme="atelier-ivory"] .hero::after { background: var(--ts-hairline); }
[data-twilight-theme="atelier-ivory"] .brand-logo .logo-dark { display: none; }
[data-twilight-theme="atelier-ivory"] .brand-logo .logo-light { display: block; }
[data-twilight-theme="atelier-ivory"] .hero { --geo-back: #e5e6e3; --geo-mid: #d3d6d3; --geo-front: #c2c7c4; --geo-edge: rgba(255, 255, 255, .55); --geo-shadow-mid: rgba(8, 24, 39, .09); --geo-shadow-front: rgba(8, 24, 39, .14); }
[data-twilight-theme="atelier-ivory"] .hero, [data-twilight-theme="atelier-ivory"] .hero-geometry { background: var(--ts-canvas); color: var(--ts-logo-midnight); }
[data-twilight-theme="atelier-ivory"] .hero-kicker, [data-twilight-theme="atelier-ivory"] .hero-summary p { color: var(--ts-logo-midnight); }
[data-twilight-theme="atelier-ivory"] .button-light { border-color: var(--ts-logo-midnight); background: var(--ts-logo-midnight); color: var(--ts-logo-porcelain); }
[data-twilight-theme="atelier-ivory"] .button-light:hover { border-color: var(--ts-signal-readable); background: var(--ts-signal-readable); }
[data-twilight-theme="atelier-ivory"] .contact .button-light { border-color: var(--ts-logo-porcelain); background: var(--ts-logo-porcelain); color: var(--ts-logo-midnight); }
[data-twilight-theme="atelier-ivory"] .contact .button-light:hover { border-color: var(--ts-signal); background: var(--ts-signal); color: var(--ts-logo-midnight); }

@media (max-width: 920px) {
  :root { --shell: calc(100% - 48px); }
  .site-header { padding: 22px 24px; }
  .site-nav { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 5px; padding: 0; border: 0; background: none; color: inherit; cursor: pointer; font-size: 13px; }
  .menu-toggle span { width: 15px; height: 1px; background: currentColor; }
  .mobile-nav { position: absolute; z-index: 11; top: 78px; right: 24px; left: 24px; display: none; padding: 18px; background: var(--ts-page); border: 1px solid var(--ts-hairline); }
  .mobile-nav.is-open { display: grid; gap: 14px; }
  .hero { min-height: 760px; }
  .hero::after { right: 24px; left: 24px; }
  .geometry-field { right: -14%; left: 66%; }
  .geometry-deck { top: 60%; left: 42%; width: 70%; height: 29%; }
  .geometry-blade { top: 34%; left: 72%; width: 20%; height: 42%; }
  .geometry-signal { top: calc(60% - 5px); left: calc(72% - 5px); }
  .hero-content { padding-bottom: 55px; }
  .hero-summary { flex-direction: column; align-items: flex-start; }
  .intro { grid-template-columns: 1fr; gap: 40px; padding: 110px 0; }
  .intro::before { right: 58%; left: calc(50% - 50vw); }
  .intro > div:last-child { margin: 0 0 0 18px; padding: 50px; }
  .feature-stage { margin-bottom: 46px; }
  .feature-stage::before { top: 90px; right: -12px; bottom: -12px; left: 52%; }
  .feature { display: grid; min-height: 0; }
  .feature-image { width: calc(100% - 18px); height: 420px; }
  .feature-copy { position: relative; top: auto; right: auto; width: calc(100% - 18px); min-height: 0; margin: -18px 0 0 18px; padding: 64px 50px 50px; }
  .services { padding: 110px 0; }
  .work { padding: 110px 0 125px; }
  .service-grid { gap: 12px; padding: 24px 0; }
  .service-column-a { translate: 0 -18px; }
  .service-column-b { translate: 0 18px; }
  .service-card { min-height: 190px; padding: 26px 28px; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 350px); }
  .work-grid::before { display: none; }
  .work-frame, .work-frame:nth-child(1), .work-frame:nth-child(2), .work-frame:nth-child(3), .work-frame:nth-child(4) { grid-row: auto; grid-column: auto; width: auto; min-height: 350px; margin: 0; }
  .work-frame:nth-child(1), .work-frame:nth-child(4) { box-shadow: var(--depth-d1); }
  .approach { padding: 105px 0 125px; }
  .approach-grid article { min-height: 280px; padding: 28px; }
  .approach-grid article:nth-child(1), .approach-grid article:nth-child(3) { translate: 0 10px; }
  .contact { padding: 110px 0; }
  .contact::before { right: 58%; }
  .contact::after { top: 68%; right: 0; left: 30%; }
  .contact-bottom { flex-direction: column; }
  .contact-bottom > div { width: auto; min-width: 0; margin: 0; padding: 34px 0 0; border-top: 1px solid rgba(167, 173, 172, .3); background: transparent; box-shadow: none; }
  .site-footer { flex-wrap: wrap; }
}

@media (max-width: 680px) {
  .services .section-heading { display: block; }
  .services .section-heading > p { justify-self: auto; margin: 22px 0 0; }
  .service-grid { grid-template-columns: 1fr; gap: 1px; padding: 0; background: var(--ts-hairline); }
  .service-grid::before { display: none; }
  .service-column { display: contents; }
  .service-column-a, .service-column-b { translate: none; }
  .service-card { min-height: 0; padding: 28px; }
  .approach-grid { grid-template-columns: 1fr; padding-bottom: 0; }
  .approach-grid article, .approach-grid article:nth-child(1), .approach-grid article:nth-child(2), .approach-grid article:nth-child(3) { grid-row: auto; grid-column: 1; min-height: 0; padding: 28px 0; border-bottom: 1px solid var(--ts-hairline); background: transparent; box-shadow: none; translate: none; }
  .approach-grid article:last-child { border-bottom: 0; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 36px); }
  .site-header { padding: 18px; }
  .brand-logo { width: 112px; }
  .header-actions { gap: 13px; }
  .hero { min-height: 700px; }
  .hero::after { right: 18px; bottom: 18px; left: 18px; }
  .geometry-field { right: -28%; left: 70%; }
  .geometry-deck { top: 63%; left: 37%; width: 75%; height: 25%; box-shadow: -7px 10px 22px var(--geo-shadow-mid), inset 0 1px 0 var(--geo-edge); }
  .geometry-blade { top: 42%; left: 68%; width: 24%; height: 37%; box-shadow: -10px 14px 28px var(--geo-shadow-front), inset 0 1px 0 var(--geo-edge); }
  .geometry-signal { top: calc(63% - 5px); left: calc(68% - 5px); }
  .hero-content { padding-bottom: 38px; }
  h1 { margin: 27px 0 48px; font-size: clamp(49px, 14vw, 66px); }
  .hero-summary p { font-size: 16px; }
  .section-rule { margin-bottom: 36px; }
  .section-rule::before { right: 40px; }
  .intro, .services, .work { padding-top: 82px; padding-bottom: 82px; }
  .intro::before { top: 28%; right: 70%; bottom: 12%; left: calc(50% - 50vw); }
  .intro > div:last-child { margin: 0; padding: 34px 24px; box-shadow: var(--depth-d1), inset 0 1px 0 var(--depth-edge); }
  .intro h2 { font-size: 39px; }
  .feature-stage { margin-bottom: 34px; }
  .feature-stage::before { top: 76px; right: -8px; bottom: -8px; left: 62%; }
  .feature-image { width: calc(100% - 10px); height: 310px; }
  .feature-copy { width: calc(100% - 10px); margin: -12px 0 0 10px; padding: 46px 25px 34px; box-shadow: var(--depth-d1), inset 0 1px 0 var(--depth-edge); }
  .section-heading { display: block; margin-bottom: 40px; }
  .section-heading h2 { font-size: 40px; }
  .section-heading > p { margin-top: 22px; }
  .service-card { padding: 24px 22px; }
  .work-grid { grid-template-columns: 1fr; grid-template-rows: none; gap: 12px; }
  .work-frame, .work-frame:nth-child(1), .work-frame:nth-child(2), .work-frame:nth-child(3), .work-frame:nth-child(4) { grid-row: auto; grid-column: auto; width: auto; min-height: 330px; margin: 0; box-shadow: none; }
  .work-frame span { opacity: 1; }
  .approach { padding: 80px 0; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-grid article, .approach-grid article:nth-child(1), .approach-grid article:nth-child(2), .approach-grid article:nth-child(3) { grid-row: auto; grid-column: 1; min-height: 0; padding: 26px 0; border-bottom: 1px solid var(--ts-hairline); background: transparent; box-shadow: none; translate: none; }
  .approach-grid article:last-child { border-bottom: 0; }
  .approach-grid h3 { margin-top: 30px; }
  .contact { padding: 85px 0; }
  .contact h2 { margin-bottom: 42px; }
  .contact-bottom > p { font-size: 17px; }
  .site-footer { display: grid; gap: 18px; }
  .site-footer p { order: 3; }
}

@media (hover: none) {
  .work-frame span { opacity: 1; }
}
