@charset "UTF-8";

:root {
  --white: #fff;
  --soft: #f4f7f8;
  --ink: #172638;
  --muted: #687580;
  --ice: #c5e5ec;
  --coral: #ff8d72;
  --line: rgba(23,38,56,.14);
  --page: min(1280px, calc(100% - 64px));
  --sans: Pretendard, "Helvetica Neue", "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  --serif: "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; overflow-x: clip; background: var(--white); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure, blockquote, dl, dd { margin: 0; }
h1, h2, h3, p { word-break: keep-all; }

.skip-link { position: fixed; z-index: 200; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link:focus { top: 12px; left: 12px; width: auto; height: auto; padding: 10px 14px; clip-path: none; background: var(--ink); color: var(--white); }
.scroll-progress { position: fixed; z-index: 200; top: 0; left: 0; width: 100%; height: 2px; pointer-events: none; }
.scroll-progress i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--coral), #8bc6d5, var(--ink)); transform: scaleX(0); transform-origin: left; }

.water-cursor { position: fixed; z-index: 1000; top: 0; left: 0; width: 48px; height: 54px; margin: -27px 0 0 -24px; opacity: 0; pointer-events: none; will-change: transform; transition: opacity 180ms ease; }
.water-cursor.is-visible { opacity: .68; }
.water-cursor i { position: absolute; top: 50%; left: 50%; width: 23px; height: 30px; border: 1px solid rgba(255,255,255,.66); border-radius: 76% 24% 66% 34% / 78% 48% 52% 22%; background: radial-gradient(circle at 28% 24%,rgba(255,255,255,.76) 0 7%,rgba(231,248,251,.38) 14%,rgba(145,207,223,.24) 43%,rgba(76,151,179,.18) 74%,rgba(35,91,119,.24) 100%); box-shadow: inset -4px -6px 9px rgba(24,74,99,.12), inset 3px 3px 7px rgba(255,255,255,.48), 0 7px 17px rgba(31,98,126,.14); transform: translate(-50%,-50%) rotate(42deg); transform-origin: center; backdrop-filter: blur(4px) saturate(120%); transition: width 170ms ease,height 170ms ease,transform 120ms ease,box-shadow 170ms ease; }
.water-cursor i::after { position: absolute; top: 5px; left: 5px; width: 4px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.68); content: ""; filter: blur(.2px); }
.water-cursor.is-link i { width: 32px; height: 40px; box-shadow: inset -6px -8px 12px rgba(24,74,99,.1), inset 4px 4px 9px rgba(255,255,255,.5), 0 9px 22px rgba(31,98,126,.14); }
.water-cursor.is-pressed i { transform: translate(-50%,-50%) rotate(42deg) scale(.72); }
.water-trail { position: fixed; z-index: 999; border: 1px solid rgba(255,255,255,.5); border-radius: 76% 24% 66% 34% / 78% 48% 52% 22%; background: linear-gradient(145deg,rgba(238,251,253,.42),rgba(92,171,197,.2)); box-shadow: inset 1px 1px 3px rgba(255,255,255,.54),0 4px 10px rgba(37,106,136,.1); opacity: .48; pointer-events: none; backdrop-filter: blur(2px); animation: waterTrailFall 900ms cubic-bezier(.2,.62,.25,1) forwards; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.88); backdrop-filter: blur(18px) saturate(150%); transition: box-shadow 200ms ease; }
.site-header.is-scrolled { box-shadow: 0 10px 28px rgba(23,38,56,.07); }
.header-inner { width: var(--page); min-height: 78px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 36px; transition: min-height 200ms ease; }
.site-header.is-scrolled .header-inner { min-height: 64px; }
.wordmark, .footer-wordmark { position: relative; display: block; width: 100px; height: 33px; overflow: hidden; }
.wordmark img, .footer-wordmark img { position: absolute; top: -18px; left: -5px; width: 110px; height: auto; max-width: none; mix-blend-mode: multiply; }
.studio-note, .eyebrow, .manifesto-label, .service-en, .project-meta, .stage-note, .hero-image figcaption, .process-section strong { font-family: var(--serif); font-style: italic; font-weight: 500; }
.studio-note { color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.site-header nav { display: flex; gap: 28px; font-size: 11px; font-weight: 750; }
.site-header nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
.site-header nav a:hover { border-color: var(--ink); }
.header-cta { min-height: 38px; padding: 0 14px; border: 1px solid var(--ink); display: inline-flex; align-items: center; gap: 24px; font-size: 10px; font-weight: 800; transition: transform 140ms ease-out, background 160ms ease, color 160ms ease; }
.header-cta:hover { background: var(--ink); color: var(--white); }

.hero { position: relative; width: var(--page); margin: 0 auto; padding: 28px 0 42px; }
.hero-copy { position: relative; z-index: 3; max-width: 920px; margin: 0 auto; text-align: center; }
.eyebrow { display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.eyebrow i { width: 32px; height: 2px; background: var(--coral); }
.hero h1 { margin: 0 0 24px; font-size: clamp(64px, 7.2vw, 102px); line-height: .97; letter-spacing: -.072em; font-weight: 730; }
.title-line { display: inline; font-family: var(--sans); overflow: hidden; }
.title-line.last { display: block; }
.hero-description { max-width: 620px; margin: 0 auto; color: var(--muted); font-size: 15px; line-height: 1.75; }
.hero-actions { margin-top: 28px; display: flex; align-items: center; justify-content: center; gap: 25px; }
.primary-button { min-height: 50px; padding: 0 17px; background: var(--ink); color: var(--white); display: inline-flex; align-items: center; gap: 44px; font-size: 11px; font-weight: 780; transition: transform 140ms ease-out, box-shadow 160ms ease; }
.primary-button:hover { box-shadow: 0 14px 30px rgba(23,38,56,.18); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--ink); display: inline-flex; gap: 24px; font-size: 11px; font-weight: 750; }

.hero-stage { --rotate-x: 0deg; --rotate-y: 0deg; --move-x: 0px; --move-y: 0px; position: relative; min-height: 620px; overflow: hidden; perspective: 1400px; }
.hero-stage::before { position: absolute; right: 4%; bottom: 2%; width: 76%; height: 25%; border-radius: 50%; background: rgba(23,38,56,.16); content: ""; filter: blur(38px); animation: shadowPulse 6s ease-in-out infinite; }
.hero-stage::after { position: absolute; z-index: 3; right: 18px; top: 18px; width: 84px; height: 84px; border: 1px solid rgba(91,126,145,.3); border-top-color: var(--coral); border-radius: 50%; content: ""; animation: orbitRotate 7s linear infinite; }
.hero-image { position: absolute; inset: 0; transform: translate3d(var(--move-x),var(--move-y),0) rotateX(var(--rotate-x)) rotateY(var(--rotate-y)); transform-style: preserve-3d; transition: transform 160ms ease-out; }
.hero-image img { width: 100%; height: calc(100% - 34px); object-fit: cover; object-position: 55% center; box-shadow: 0 28px 60px rgba(23,38,56,.17); transform: translateZ(16px); animation: imageBreath 7s ease-in-out infinite; }
.hero-image figcaption { min-height: 34px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 9px; letter-spacing: .04em; }
.hero-image figcaption i { flex: 1; height: 1px; background: var(--line); }
.hero-brand-panel { position: absolute; z-index: 5; top: calc(50% - 17px); left: 42px; color: var(--ink); filter: drop-shadow(0 2px 10px rgba(255,255,255,.5)); transform: translateY(-50%); }
.hero-brand-panel strong { font-family: var(--serif); font-size: clamp(30px,3.2vw,46px); font-style: italic; font-weight: 400; letter-spacing: -.035em; }
.hero-brand-panel p { margin-top: 8px; font-family: var(--serif); font-size: 9px; font-style: italic; letter-spacing: .08em; }
.stage-note { position: absolute; z-index: 5; right: 20px; bottom: 60px; padding: 11px 14px; border: 1px solid var(--line); background: rgba(255,255,255,.9); box-shadow: 0 12px 25px rgba(23,38,56,.12); backdrop-filter: blur(12px); color: var(--muted); font-family: var(--serif); font-size: 10px; font-style: italic; letter-spacing: .04em; animation: gentleFloat 5s ease-in-out infinite; }
.stage-note span { margin-left: 28px; }
.scroll-cue { position: absolute; left: 0; bottom: 18px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-family: var(--serif); font-size: 9px; font-style: italic; }
.scroll-cue i { position: relative; width: 48px; height: 1px; overflow: hidden; background: var(--line); }
.scroll-cue i::after { position: absolute; inset: 0; background: var(--ink); content: ""; animation: scrollLine 2.3s ease-in-out infinite; }

.motion-strip { overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.motion-track { display: flex; width: max-content; min-height: 54px; align-items: center; animation: marquee 18s linear infinite; }
.motion-track span { min-width: 190px; text-align: center; font-family: var(--serif); font-size: 16px; font-style: italic; }
.motion-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }

.manifesto { width: var(--page); padding: 34px 38px; margin: 64px auto 0; display: grid; grid-template-columns: .32fr 1fr 1fr; gap: 40px; align-items: center; background: var(--soft); }
.manifesto-label { color: var(--muted); font-size: 10px; letter-spacing: .06em; }
.manifesto p:not(.manifesto-label) { font-size: clamp(19px,1.75vw,25px); line-height: 1.42; letter-spacing: -.03em; }
.manifesto p:last-child { color: var(--muted); }

.section-label { font-size: 10px; font-weight: 800; letter-spacing: .03em; }
.section-heading h2, .projects-head h2 { margin-top: 20px; font-size: clamp(23px,2.8vw,40px); line-height: 1.05; letter-spacing: -.055em; white-space: nowrap; }
.about { width: var(--page); padding: 78px 0; margin: 0 auto; display: grid; grid-template-columns: .92fr 1.08fr; gap: 5vw; align-items: start; }
.about-copy { padding: 30px; background: var(--soft); }
.about-copy > p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.about-copy > p + p { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.about-copy > p.lead { color: var(--ink); font-size: 18px; line-height: 1.6; letter-spacing: -.02em; }
.about-copy dl { margin-top: 24px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.about-copy dl div { padding: 14px; background: var(--white); }
.about-copy dt { margin-bottom: 7px; font-family: var(--serif); font-size: 16px; font-style: italic; }
.about-copy dd { color: var(--muted); font-size: 9px; font-weight: 700; }
.about-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.about-stats article { min-height: 150px; padding: 20px; background: var(--ink); color: var(--white); display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; align-content: center; }
.about-stats strong { grid-row: 1 / 3; font-family: var(--serif); font-size: 42px; font-style: italic; font-weight: 400; color: var(--ice); line-height: 1; }
.about-stats span { align-self: end; font-family: var(--serif); font-size: 13px; font-style: italic; }
.about-stats p { max-width: 270px; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.55; }

.services { padding: 88px max(32px,calc((100vw - 1280px)/2)); background: var(--soft); }
.section-heading.compact { display: block; text-align: left; }
.section-heading.compact h2 { margin-top: 20px; }
.service-list { margin-top: 48px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.service-list article { position: relative; min-height: 410px; padding: 22px; overflow: hidden; background: var(--white); box-shadow: 0 14px 30px rgba(23,38,56,.05); display: flex; flex-direction: column; transition: transform 200ms ease, box-shadow 200ms ease; }
.service-list article:hover { transform: translateY(-6px); box-shadow: 0 24px 44px rgba(23,38,56,.11); }
.service-list article::before { display: none; }
.service-list article > span { color: var(--coral); font-family: var(--serif); font-size: 16px; font-style: italic; }
.service-preview { position: relative; height: 112px; margin: 24px 0 20px; overflow: hidden; background: var(--soft); }
.service-preview i { position: absolute; display: block; animation: previewDrift 4.2s ease-in-out infinite; }
.service-preview i:nth-child(2) { animation-delay: .5s; }
.service-preview i:nth-child(3) { animation-delay: 1s; }
.service-preview b { position: absolute; z-index: 3; right: 10px; bottom: 8px; color: var(--muted); font-family: var(--serif); font-size: 8px; font-style: italic; font-weight: 400; }
.service-preview::after { position: absolute; z-index: 4; top: 0; bottom: 0; width: 38%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent); content: ""; transform: translateX(-160%); animation: previewSweep 5.5s ease-in-out infinite; }
.direction-preview i:nth-child(1) { left: 18px; top: 18px; width: 58px; height: 66px; background: linear-gradient(145deg,#31495f,#102031); box-shadow: -7px 9px 15px rgba(23,38,56,.18); }
.direction-preview i:nth-child(2) { left: 64px; top: 47px; width: 88px; height: 15px; border-radius: 999px; background: linear-gradient(90deg,#c8e8ee,#83b8c7); box-shadow: 0 7px 13px rgba(23,38,56,.1); }
.direction-preview i:nth-child(3) { right: 22px; top: 20px; width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(145deg,#ffaf9b,#ed7156); box-shadow: -5px 7px 11px rgba(119,55,42,.18); }
.experience-preview i:nth-child(1) { left: 18px; top: 20px; width: 92px; height: 64px; background: var(--white); box-shadow: 0 12px 22px rgba(23,38,56,.1); }
.experience-preview i:nth-child(2) { left: 70px; top: 38px; width: 86px; height: 52px; background: linear-gradient(145deg,#d8eef2,#9fcbd5); box-shadow: 0 12px 22px rgba(23,38,56,.1); }
.experience-preview i:nth-child(3) { right: 20px; top: 17px; width: 38px; height: 38px; border: 10px solid #678399; border-radius: 50%; }
.build-preview i:nth-child(1) { inset: 18px 54px 20px 18px; border-radius: 4px; background: linear-gradient(145deg,#23394e,#101e2c); box-shadow: 0 12px 22px rgba(23,38,56,.17); }
.build-preview i:nth-child(2) { left: 36px; top: 37px; width: 82px; height: 7px; border-radius: 999px; background: var(--ice); box-shadow: 0 18px 0 rgba(197,229,236,.46),0 36px 0 rgba(197,229,236,.22); }
.build-preview i:nth-child(3) { right: 20px; bottom: 18px; width: 42px; height: 42px; background: linear-gradient(145deg,#ffad97,#e96f54); box-shadow: -6px 8px 13px rgba(119,55,42,.18); transform: rotate(8deg); }
.service-copy { margin-top: 0; }
.service-en { margin-bottom: 8px; color: #688596; font-size: 12px; }
.service-list h3 { font-size: clamp(25px,2.25vw,32px); letter-spacing: -.045em; }
.service-list article > p { margin-top: 15px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.service-list ul { margin: 18px 0 0; padding: 14px 0 0; border-top: 1px solid var(--line); list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.service-list li { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 9px; }

.projects { padding: 92px max(32px,calc((100vw - 1280px)/2)); }
.projects-head { display: block; text-align: left; }
.projects-head > p { max-width: 620px; margin-top: 20px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.project-grid { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.project-card { position: relative; min-width: 0; overflow: hidden; display: grid; grid-template-rows: 265px 410px; background: var(--white); border: 1px solid var(--ink); transition: transform 200ms ease, box-shadow 200ms ease; }
.project-card::after { position: absolute; z-index: 8; right: 0; bottom: 0; left: 0; height: 1px; background: var(--ink); content: ""; pointer-events: none; }
.project-card:hover { transform: translateY(-6px); box-shadow: 0 24px 48px rgba(23,38,56,.13); }
.project-info { padding: 22px; display: flex; flex-direction: column; justify-content: space-between; }
.project-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }
.project-meta span:first-child::before { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--coral); content: ""; }
.project-info > div:nth-child(2) > p:first-child { margin-bottom: 8px; color: #6b8798; font-size: 10px; font-weight: 750; }
.project-info h3 { margin-bottom: 10px; font-size: 34px; letter-spacing: -.055em; }
.project-info > div:nth-child(2) > p:last-child { max-width: 450px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.project-info > b { padding-top: 13px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 10px; }
.site-screenshot { --shot-window: 326px; min-height: 0; padding: 20px; overflow: hidden; border-top: 1px solid var(--ink); perspective: 1200px; }
.watermark-shot { background: #e9f3e1; }
.bible-shot { background: #e7eaf2; }
.browser-shell { height: 100%; overflow: hidden; border: 1px solid rgba(23,38,56,.25); border-radius: 10px; background: var(--white); box-shadow: 0 18px 32px rgba(23,38,56,.17); transform: rotateX(1deg) rotateY(-1deg); transition: transform 200ms ease; animation: browserFloat 5.2s ease-in-out infinite; }
.bible-shot .browser-shell { animation-delay: .8s; }
.project-card:hover .browser-shell { transform: translateY(-3px) rotateX(0) rotateY(0); }
.browser-bar { min-height: 32px; padding: 0 10px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.browser-bar > span { display: flex; gap: 4px; }
.browser-bar i { width: 5px; height: 5px; border-radius: 50%; background: #cbd2d7; }
.browser-bar i:first-child { background: var(--coral); }
.browser-bar small { color: var(--muted); font-family: var(--serif); font-size: 7px; font-style: italic; }
.site-shot { height: calc(100% - 32px); overflow: hidden; }
.site-shot img { width: 100%; height: auto; will-change: transform; }
.watermark-shot .site-shot img { animation: screenshotScroll 15s cubic-bezier(.45,0,.2,1) infinite; }
.bible-shot .site-shot img { animation: screenshotScroll 17s cubic-bezier(.45,0,.2,1) infinite 1.2s; }
.project-card:hover .site-shot img { animation-play-state: paused; }

.process-section { width: var(--page); padding: 88px 0 96px; margin: 0 auto; }
.process-section ol { margin: 48px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.process-section li { position: relative; min-height: 210px; padding: 20px; overflow: hidden; display: flex; flex-direction: column; background: var(--soft); transition: transform 200ms ease, background 200ms ease; }
.process-section li::before { position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: linear-gradient(90deg,var(--coral),#91c8d5); content: ""; transform: scaleX(0); transform-origin: left; animation: processFlow 5.2s ease-in-out infinite; }
.process-section li:nth-child(2)::before { animation-delay: .45s; }
.process-section li:nth-child(3)::before { animation-delay: .9s; }
.process-section li:nth-child(4)::before { animation-delay: 1.35s; }
.process-section li:hover { background: #eef3f5; transform: translateY(-5px); }
.process-section li > span { color: var(--muted); font-size: 9px; font-weight: 750; }
.process-section strong { margin: auto 0 12px; color: #658195; font-size: 32px; }
.process-section h3 { margin-bottom: 7px; font-size: 16px; }
.process-section li p { color: var(--muted); font-size: 10px; line-height: 1.6; }
.process-section li small { margin-top: 14px; padding-top: 11px; border-top: 1px solid var(--line); color: #6b8798; font-family: var(--serif); font-size: 9px; font-style: italic; letter-spacing: .04em; }

.closing { position: relative; padding: 72px max(32px,calc((100vw - 1280px)/2)); overflow: hidden; background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1fr .5fr auto; gap: 6vw; align-items: end; }
.closing::after { position: absolute; right: -80px; top: -130px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle at 30% 25%,rgba(255,255,255,.7),rgba(169,216,228,.24) 45%,rgba(70,110,129,.05)); box-shadow: inset -26px -30px 48px rgba(0,0,0,.2); content: ""; animation: gentleFloat 6s ease-in-out infinite; }
.closing > * { position: relative; z-index: 1; }
.closing .section-label { color: var(--ice); font-family: var(--serif); font-style: italic; font-weight: 500; }
.closing h2 { margin-top: 18px; font-size: clamp(30px,3.4vw,48px); line-height: 1.03; letter-spacing: -.055em; white-space: nowrap; }
.closing > p { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.7; }
.closing > a { min-height: 48px; padding: 0 15px; border: 1px solid rgba(255,255,255,.7); display: inline-flex; align-items: center; gap: 36px; font-size: 10px; font-weight: 800; white-space: nowrap; transition: transform 140ms ease-out,background 160ms ease,color 160ms ease; }
.closing > a:hover { background: var(--white); color: var(--ink); }

footer { min-height: 118px; padding: 30px max(32px,calc((100vw - 1280px)/2)); border-top: 1px solid #d2d2d7; background: #f5f5f7; display: grid; grid-template-columns: auto 1fr auto auto auto; align-items: center; gap: 32px; color: #6e6e73; }
footer .footer-wordmark { width: 82px; height: 27px; opacity: .82; }
footer .footer-wordmark img { top: -15px; left: -4px; width: 90px; }
footer p, footer .footer-email, footer > a:last-child { color: #6e6e73; font-size: 10px; line-height: 1.4; }
footer p:nth-of-type(2) { padding-left: 24px; border-left: 1px solid #d2d2d7; }
footer .footer-email { padding-bottom: 2px; border-bottom: 1px solid #a8a8ad; }
footer .footer-email:hover { border-color: #1d1d1f; color: #1d1d1f; }
footer > a:last-child { padding-bottom: 2px; border-bottom: 1px solid transparent; transition: color 160ms ease,border-color 160ms ease; }
footer > a:last-child:hover { border-color: #1d1d1f; color: #1d1d1f; }

@keyframes titleShift { 0%,100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }
@keyframes gentleFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes objectFloat { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-10px) rotate(5deg); } }
@keyframes previewDrift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes previewSweep { 0%,18% { transform: translateX(-160%); } 60%,100% { transform: translateX(420%); } }
@keyframes imageBreath { 0%,100% { transform: translateZ(16px) scale(1); } 50% { transform: translateZ(26px) scale(1.018); } }
@keyframes shadowPulse { 0%,100% { opacity: .68; transform: scale(.94); } 50% { opacity: 1; transform: scale(1.05); } }
@keyframes orbitRotate { to { transform: rotate(360deg); } }
@keyframes browserFloat { 0%,100% { transform: translateY(0) rotateX(1deg) rotateY(-1deg); } 50% { transform: translateY(-6px) rotateX(0) rotateY(0); } }
@keyframes processFlow { 0%,12% { transform: scaleX(0); } 52%,72% { transform: scaleX(1); } 100% { transform: scaleX(0); transform-origin: right; } }
@keyframes scrollLine { 0% { transform: translateX(-100%); } 55%,100% { transform: translateX(100%); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes screenshotScroll { 0%,16% { transform: translateY(0); } 55%,78% { transform: translateY(calc(-100% + var(--shot-window))); } 100% { transform: translateY(0); } }
@keyframes revealUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes waterTrailFall {
  0% { opacity: .48; transform: translate3d(0,0,0) rotate(42deg) scale(1); }
  42% { opacity: .3; }
  100% { opacity: 0; transform: translate3d(var(--drift),var(--fall),0) rotate(48deg) scale(.22); }
}

.hero-copy .title-line:nth-child(1) { animation: revealUp .75s ease both .1s; }
.hero-copy .title-line:nth-child(2) { animation: revealUp .75s ease both .22s; }
.hero-description { animation: revealUp .7s ease both .34s; }
.hero-actions { animation: revealUp .7s ease both .44s; }
.hero-stage { animation: revealUp .9s ease both .08s; }

@media (max-width: 980px) {
  :root { --page: calc(100% - 40px); }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .studio-note,.site-header nav { display: none; }
  .hero h1 { font-size: 72px; }
  .hero-stage { min-height: 460px; }
  .manifesto { grid-template-columns: .3fr 1fr 1fr; gap: 24px; }
  .about { grid-template-columns: 1fr; gap: 38px; }
  .projects-head { grid-template-columns: 1fr; gap: 24px; }
  .project-card { grid-template-rows: 260px 390px; }
  .site-screenshot { --shot-window: 306px; }
  .closing { grid-template-columns: 1fr 1fr; }
  .closing > a { grid-column: 2; justify-self: start; }
  footer { grid-template-columns: auto 1fr auto auto auto; gap: 20px; }
  footer p:nth-of-type(2) { padding-left: 0; border-left: 0; }
  footer > a:last-child { justify-self: end; }
}

@media (max-width: 700px) {
  :root { --page: calc(100% - 28px); }
  .header-inner { min-height: 68px; gap: 14px; }
  .wordmark { width: 90px; height: 30px; }
  .wordmark img { top: -16px; width: 100px; }
  .header-cta { min-height: 35px; padding: 0 11px; gap: 15px; }
  .hero { padding: 52px 0 40px; }
  .hero h1 { font-size: 50px; }
  .hero-description { font-size: 14px; }
  .hero-actions { align-items: center; flex-direction: column; }
  .primary-button { width: 100%; justify-content: space-between; }
  .hero-stage { min-height: 340px; margin-top: 34px; }
  .hero-brand-panel { top: calc(50% - 17px); left: 20px; }
  .hero-brand-panel strong { font-size: 27px; }
  .hero-brand-panel p { margin-top: 5px; font-size: 7px; }
  .stage-note { right: -4px; bottom: 46px; }
  .scroll-cue { display: none; }
  .motion-track { min-height: 48px; }
  .motion-track span { min-width: 150px; font-size: 14px; }
  .manifesto { padding: 28px; margin-top: 42px; grid-template-columns: 1fr; gap: 18px; }
  .manifesto p:not(.manifesto-label) { font-size: 20px; }
  .about { padding: 64px 0; }
  .section-heading h2,.projects-head h2 { font-size: clamp(23px,6vw,38px); }
  .about-copy { padding: 22px; }
  .about-copy dl { grid-template-columns: 1fr; }
  .about-copy dl div { display: flex; justify-content: space-between; }
  .about-stats { grid-template-columns: 1fr; }
  .about-stats article { min-height: 125px; }
  .services { padding: 66px 14px; }
  .service-list { margin-top: 36px; grid-template-columns: 1fr; }
  .service-list article { min-height: 390px; }
  .projects { padding: 66px 14px; }
  .project-grid { margin-top: 36px; grid-template-columns: 1fr; }
  .project-card { grid-template-rows: 250px 420px; }
  .site-screenshot { --shot-window: 352px; padding: 17px; }
  .process-section { padding: 66px 0 72px; }
  .process-section ol { margin-top: 36px; grid-template-columns: 1fr 1fr; }
  .process-section li { min-height: 190px; }
  .closing { padding: 60px 14px; grid-template-columns: 1fr; gap: 24px; }
  .closing h2 { font-size: clamp(30px,8vw,41px); }
  .closing > a { grid-column: 1; width: 100%; justify-content: space-between; }
  footer { padding: 26px 14px; grid-template-columns: 1fr auto; gap: 16px 20px; }
  footer .footer-wordmark { grid-column: 1 / -1; }
  footer > p:first-of-type { grid-column: 1; }
  footer .footer-email { grid-column: 1; }
  footer > p:nth-of-type(2) { grid-column: 1; }
  footer > a:last-child { grid-column: 2; grid-row: 2 / 5; align-self: center; }
}

@media (max-width: 430px) {
  .process-section ol { grid-template-columns: 1fr; }
}

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