:root {
  --ink: #171615;
  --ink-soft: #282624;
  --paper: #f7f4ee;
  --paper-deep: #ebe7df;
  --red: #ec2e24;
  --muted: #76716b;
  --line: rgba(23,22,21,.18);
  --white-line: rgba(247,244,238,.2);
  --display: 'Space Grotesk', sans-serif;
  --body: 'Plus Jakarta Sans', sans-serif;
  --numbers: 'Barlow Condensed', sans-serif;
  --serif: Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--ink); }

body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); }

.welcome-screen { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; overflow: hidden; color: var(--paper); background: var(--ink); }

.welcome-screen__inner { width: min(90%, 900px); display: flex; flex-direction: column; align-items: center; text-align: center; }

.welcome-screen__eyebrow { margin: 0 0 14px; color: rgb(255,255,255); font-size: 30px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; opacity: 0; transform: translateY(15px); animation: welcome-eyebrow .7s .15s cubic-bezier(.2,.8,.2,1) forwards; }

.welcome-screen__title { margin: 0; color: red; font-family: var(--display); font-size: clamp(3.2rem,8vw,7rem); font-weight: 400; line-height: .88; letter-spacing: -.045em; text-transform: uppercase; opacity: 0; transform: translateY(25px); animation: welcome-title .8s .35s cubic-bezier(.2,.8,.2,1) forwards; }

.welcome-screen__logo { margin-top: 30px; opacity: 0; transform: scale(.82); animation: welcome-logo .8s .7s cubic-bezier(.2,.8,.2,1) forwards; }

.welcome-screen__logo img { width: clamp(140px, 35vw, 220px); height: auto; object-fit: contain; }

.welcome-screen__line { position: relative; width: min(220px,45vw); height: 1px; margin-top: 30px; overflow: hidden; background: rgba(247,244,238,.18); opacity: 0; animation: welcome-line .5s .8s ease forwards; }

.welcome-screen__line::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 0; background: var(--red); animation: welcome-progress 1.25s 1s cubic-bezier(.77,0,.18,1) forwards; }

.welcome-screen.is-hidden { pointer-events: none; animation: welcome-exit .8s 2.25s cubic-bezier(.77,0,.18,1) forwards; }

body.is-welcoming { overflow: hidden; }

@keyframes welcome-eyebrow {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes welcome-title {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes welcome-logo {
  to { opacity: 1; transform: scale(1); }
}

@keyframes welcome-line {
  to { opacity: 1; }
}

@keyframes welcome-progress {
  to { width: 100%; }
}

@keyframes welcome-exit {
  0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-100%); visibility: hidden; }
}

@media (max-width: 620px) {
  .welcome-screen__eyebrow { margin-bottom: 12px; font-size: 15px; letter-spacing: .17em; }
  .welcome-screen__title { max-width: 340px; font-size: clamp(2.8rem,13vw,4.5rem); line-height: .9; }
  .welcome-screen__logo { margin-top: 28px; }
  .welcome-screen__logo img { width: 82px; }
  .welcome-screen__line { width: 150px; margin-top: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .welcome-screen__eyebrow,
  .welcome-screen__title,
  .welcome-screen__logo,
  .welcome-screen__line { opacity: 1; transform: none; animation: none; }
  .welcome-screen__line::after { width: 100%; animation: none; }
  .welcome-screen.is-hidden { animation: none; opacity: 0; visibility: hidden; }
}

button, input, select, textarea { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

a { color: inherit; text-decoration: none; }

img { display: block; max-width: 100%; }

button { cursor: pointer; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.skip-link { position: fixed; z-index: 100; top: -4rem; left: 1rem; padding: .75rem 1rem; color: var(--paper); background: var(--ink); border: 1px solid var(--paper); transition: top .2s ease; }

.skip-link:focus { top: 1rem; }

:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }

.noise { position: fixed; pointer-events: none; z-index: 20; inset: 0; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E"); }

.section-shell { width: min(1240px,calc(100% - 80px)); margin-inline: auto; }

.section-space { padding-block: clamp(6.5rem,12vw,11rem); }

.site-header { position: fixed; z-index: 30; top: 0; left: 0; right: 0; width: min(1320px,calc(100% - 80px)); height: 89px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; transition: background-color .25s ease,border-color .25s ease,width .25s ease,transform .25s ease; }

.site-header.is-scrolled { width: min(1240px,calc(100% - 32px)); height: 70px; padding: 0 18px; border: 1px solid rgba(247,244,238,.15); border-radius: 100px; background: rgba(23,22,21,.86); box-shadow: 0 12px 36px rgba(0,0,0,.18); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); top: 12px; }

.brand { display: inline-grid; grid-template-columns: auto; gap: 0; color: var(--paper); text-transform: uppercase; }

.brand img { width: 88px; height: auto; object-fit: contain; object-position: left center; filter: drop-shadow(0 0 1px rgba(0,0,0,.25)); }

.brand span { margin-top: -8px; margin-left: 25px; color: rgba(247,244,238,.86); font-size: 8px; line-height: 1; letter-spacing: .23em; font-weight: 700; }

.primary-nav { display: flex; align-items: center; gap: 30px; color: var(--paper); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }

.primary-nav > a:not(.button) { position: relative; padding: .5rem 0; }

.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--red); transition: transform .2s ease; }

.primary-nav > a:not(.button):hover::after,
.primary-nav > a:not(.button):focus-visible::after { transform: scaleX(1); transform-origin: left; }

.menu-toggle { display: none; color: var(--paper); border: 0; background: transparent; padding: .65rem 0 .65rem .75rem; }

.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 1px; margin: 5px 0; background: currentColor; transition: transform .2s ease; }

.button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 20px; border: 1px solid transparent; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease; }

.button:hover { transform: translateY(-3px); }

.button span { font-size: 17px; font-weight: 400; line-height: 1; }

.button--nav { min-height: 38px; padding: 0 15px; gap: 14px; color: var(--paper); border-color: rgba(247,244,238,.48); }

.button--nav:hover { border-color: var(--red); color: var(--red); }

.button--primary { color: var(--paper); background: var(--red); }

.button--primary:hover { background: #d72820; }

.button--light { color: var(--ink); background: var(--paper); }

.button--light:hover { color: var(--paper); background: var(--red); }

.text-link { display: inline-flex; gap: 10px; align-items: center; width: fit-content; color: inherit; padding: .45rem 0; font-size: 11px; letter-spacing: .1em; font-weight: 800; text-transform: uppercase; border-bottom: 1px solid currentColor; transition: color .2s ease,gap .2s ease; }

.text-link:hover { color: var(--red); gap: 16px; }

.hero { position: relative; min-height: 780px; padding-top: clamp(9rem,17vw,13rem); padding-bottom: 92px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 5vw; color: var(--paper); background: var(--ink); box-shadow: 0 0 0 100vmax var(--ink); clip-path: inset(0 -100vmax); overflow: hidden; isolation: isolate; }

.hero::before { content: none; }

.hero::after { content: ""; position: absolute; z-index: -1; width: 62vw; height: 62vw; max-width: 950px; max-height: 950px; top: -26vw; right: -30vw; border: 1px solid rgba(247,244,238,.06); border-radius: 50%; box-shadow: 0 0 0 88px rgba(247,244,238,.025),0 0 0 176px rgba(247,244,238,.016); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--muted); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; }

.hero .eyebrow { color: rgba(247,244,238,.6); }

.eyebrow span { display: inline-block; width: 16px; height: 1px; background: var(--red); }

h1, h2, h3, p { margin-top: 0; }

.hero h1 { max-width: 650px; margin: 23px 0 25px; color: var(--paper); font-family: var(--display); font-size: clamp(4.4rem,8.1vw,8rem); font-weight: 400; letter-spacing: -.035em; line-height: .85; text-transform: uppercase; }

.hero h1 em,
.contact h2 em { color: var(--red); font-family: var(--serif); font-size: .89em; font-style: italic; letter-spacing: -.06em; text-transform: none; }

.hero__copy { max-width: 450px; margin-bottom: 34px; color: rgb(247, 244, 238); font-size: 18px; line-height: 1.55; }

.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }

.hero__footer { position: absolute; bottom: 28px; left: 0; right: 0; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; gap: 16px; color: rgba(247,244,238,.45); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.hero__footer p:last-child { text-align: right; }

.scroll-line { position: relative; display: block; height: 1px; background: rgba(247,244,238,.25); overflow: hidden; }

.scroll-line::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 28%; background: var(--red); animation: scroll-line 2.8s ease-in-out infinite; }

@keyframes scroll-line {
  0%,100% { transform: translateX(-100%); }
  50% { transform: translateX(365%); }
}

.hero-art { position: relative; min-height: 490px; max-width: 565px; width: 100%; justify-self: end; }

.hero-art__halo { position: absolute; top: 9%; left: 3%; width: 74%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 44% 43%,rgba(247,244,238,.17),rgba(247,244,238,.05) 43%,transparent 44%); border: 1px solid rgba(247,244,238,.19); }

.hero-art__red-disc { position: absolute; top: 3%; right: 4%; width: 37%; aspect-ratio: 1; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 18px rgba(236,46,36,.08); }

.hero-art__window { position: absolute; z-index: 2; left: 8%; bottom: 6%; width: 77%; aspect-ratio: 1.08; overflow: hidden; border: 1px solid rgba(247,244,238,.65); box-shadow: 20px 24px 0 rgba(0,0,0,.17); background: #ddd8cf; transform: rotate(-6deg); transition: transform .45s cubic-bezier(.2,.8,.2,1); }

.hero-art:hover .hero-art__window { transform: rotate(-2deg) translateY(-8px); }

.window-bar { height: 29px; display: flex; align-items: center; gap: 5px; padding-inline: 10px; color: var(--ink); background: var(--paper); }

.window-bar i { width: 5px; height: 5px; border-radius: 50%; background: var(--red); }

.window-bar b { margin-left: auto; color: var(--muted); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }

.window-grid { position: relative; height: calc(100% - 29px); overflow: hidden; background: linear-gradient(135deg,#bdb6ab,#e9e4da 55%,#c2bab0); }

.shape { position: absolute; display: block; }

.shape--line { top: 12%; left: -16%; width: 116%; height: 39%; border: 4px solid var(--ink); border-radius: 50%; transform: rotate(23deg); }

.shape--circle { right: 10%; bottom: 9%; width: 40%; aspect-ratio: 1; border-radius: 50%; background: var(--red); }

.shape--type { top: 17%; left: 10%; color: var(--ink); font-family: var(--display); font-size: clamp(3.2rem,7.4vw,6.5rem); line-height: .78; letter-spacing: -.05em; }

.shape--small { z-index: 2; right: 8%; top: 8%; color: var(--ink); font-size: 9px; font-weight: 800; line-height: 1.1; letter-spacing: .09em; }

.hero-art__note { position: absolute; z-index: 3; right: -1%; bottom: 0; padding: 11px 13px; color: var(--ink); background: var(--red); font-size: 9px; line-height: 1.45; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; transform: rotate(5deg); }

.hero-art__mark { position: absolute; z-index: 1; left: -2%; bottom: 12%; color: var(--paper); opacity: .88; font-family: var(--serif); font-size: clamp(8rem,19vw,13rem); font-style: italic; line-height: .6; }

.section-intro { display: grid; grid-template-columns: 1fr 2fr; gap: 8%; align-items: start; }

h2 { margin: 0; font-family: var(--display); font-size: clamp(3.25rem,6.2vw,6.2rem); font-weight: 400; letter-spacing: -.035em; line-height: .88; text-transform: uppercase; }

.about h2 { max-width: 800px; }

.about__body { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; max-width: 950px; margin: clamp(3rem,6vw,5.5rem) 0 clamp(3.5rem,7vw,7rem) auto; }

.lead { font-family: var(--serif); font-size: clamp(1.7rem,3.1vw,2.7rem); line-height: 1.14; letter-spacing: -.035em; }

.about__body > div { color: #4c4945; font-size: 15px; line-height: 1.6; }

.about__body .text-link { margin-top: 15px; }

.about__signals { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.about__signals p { display: flex; align-items: center; gap: 12px; min-height: 84px; margin: 0; padding: 20px; font-size: 12px; letter-spacing: .02em; }

.about__signals p + p { border-left: 1px solid var(--line); }

.about__signals b { color: var(--red); font-size: 10px; letter-spacing: .08em; }

.services { position: relative; width: 100%; padding-inline: max(40px,calc((100% - 1240px) / 2)); background: var(--paper-deep); }

.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 8%; align-items: start; }

.section-heading h2 { max-width: 700px; }

.section-heading h2 + p { margin: 20px 0 0; max-width: 380px; color: var(--muted); font-size: 14px; line-height: 1.5; }

.services__list { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: clamp(3.5rem,7vw,7rem); border: 1px solid var(--line); background: var(--line); }

.service-card { position: relative; min-height: 438px; padding: 25px 26px; background: var(--paper-deep); transition: background-color .3s ease,color .3s ease,transform .3s ease; }

.service-card:hover { z-index: 1; color: var(--paper); background: var(--ink); transform: translateY(-9px); box-shadow: 0 18px 30px rgba(23,22,21,.16); }

.service-card__number { margin: 0; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .1em; }

.service-card h3 { margin: 32px 0 13px; font-family: var(--display); font-size: 2.45rem; font-weight: 400; letter-spacing: -.02em; line-height: .9; text-transform: uppercase; }

.service-card > p:not(.service-card__number) { max-width: 260px; color: #67625c; font-size: 13px; line-height: 1.58; transition: color .3s ease; }

.service-card:hover > p:not(.service-card__number) { color: rgba(247,244,238,.64); }

.service-card > a { position: absolute; left: 26px; bottom: 25px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.service-icon { position: relative; height: 99px; margin-top: 27px; color: var(--ink); transition: color .3s ease; }

.service-card:hover .service-icon { color: var(--paper); }

.service-icon i { position: absolute; display: block; border: 1.5px solid currentColor; }

.service-icon--graphic i:nth-child(1) { left: 0; top: 20px; width: 72px; height: 72px; border-radius: 50%; }

.service-icon--graphic i:nth-child(2) { left: 42px; top: 0; width: 39px; height: 39px; background: var(--red); border-color: var(--red); }

.service-icon--graphic i:nth-child(3) { left: 85px; top: 43px; width: 46px; height: 46px; }

.service-icon--web i:nth-child(1) { top: 10px; left: 0; width: 116px; height: 78px; }

.service-icon--web i:nth-child(2) { top: 25px; left: 15px; width: 43px; height: 1px; border: 0; background: currentColor; }

.service-icon--web i:nth-child(3) { top: 40px; left: 15px; width: 78px; height: 1px; border: 0; background: currentColor; }

.service-icon--web i:nth-child(4) { top: 55px; left: 15px; width: 57px; height: 1px; border: 0; background: currentColor; }

.service-icon--video i:nth-child(1) { left: 7px; top: 8px; width: 93px; height: 78px; border-radius: 50%; }

.service-icon--video i:nth-child(2) { left: 44px; top: 32px; width: 0; height: 0; border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 24px solid var(--red); border-right: 0; }

.service-icon--video i:nth-child(3) { left: 104px; top: 23px; width: 26px; height: 48px; background: var(--red); border-color: var(--red); }

.work { overflow: hidden; background: var(--paper); }

.work__heading { display: grid; grid-template-columns: 1fr 2fr; gap: 8%; }

.work__heading h2 { max-width: 800px; }

.work__heading p:not(.eyebrow) { margin: 21px 0 0; color: var(--muted); font-size: 14px; }

.work__filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: clamp(3rem,6vw,5rem); margin-bottom: 25px; }

.filter { border: 0; padding: 8px 13px; color: #68635e; background: transparent; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.filter.is-active,
.filter:hover { color: var(--paper); background: var(--ink); }

.portfolio-grid { position: relative; display: grid; grid-template-columns: repeat(12,1fr); gap: 24px; }

.portfolio-card { grid-column: span 4; min-width: 0; }

.portfolio-card--large { grid-column: span 8; }

.portfolio-card--wide { grid-column: span 8; }

.portfolio-card.is-hidden { display: none; }

.portfolio-visual { position: relative; min-height: 330px; overflow: hidden; background: #ddd8cf; transition: transform .35s ease; }

.portfolio-visual img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center; transition: transform .6s cubic-bezier(.2,.7,.2,1),filter .4s ease; }

.portfolio-card:hover .portfolio-visual { transform: translateY(-7px); }

.portfolio-card:hover .portfolio-visual img { transform: scale(1.04); }

.portfolio-card .portfolio-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(to top,rgba(0,0,0,.18),transparent 45%); opacity: .5; transition: opacity .4s ease; }

.portfolio-card:hover .portfolio-visual::after { opacity: .25; }

.portfolio-card:hover .portfolio-meta h3 { color: var(--red); }

.portfolio-meta { position: relative; padding-top: 13px; }

.portfolio-meta p,
.portfolio-meta span { margin: 0; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.portfolio-meta h3 { margin: 8px 0 0; font-family: var(--display); font-size: clamp(1.5rem,2.3vw,2rem); font-weight: 400; letter-spacing: -.02em; line-height: .9; text-transform: uppercase; transition: color .2s ease; }

.portfolio-meta span { position: absolute; right: 0; bottom: 2px; }

.portfolio-card--large .portfolio-visual { min-height: 540px; }

.portfolio-card--wide .portfolio-visual { min-height: 370px; }

.portfolio-empty { grid-column: 1 / -1; margin: 2rem 0; color: var(--muted); }

.marquee { display: flex; width: 100%; overflow: hidden; color: var(--paper); background: var(--red); }

.marquee div { display: flex; align-items: center; flex: 0 0 max-content; min-width: 100%; padding: 15px 0 13px; animation: marquee 22s linear infinite; }

.marquee span { padding: 0 2.1vw; font-family: var(--display); font-size: clamp(1.8rem,3vw,3.2rem); line-height: 1; letter-spacing: -.02em; text-transform: uppercase; }

.marquee i { color: var(--ink); font-size: 19px; font-style: normal; }

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.process { color: var(--paper); background: var(--ink); box-shadow: 0 0 0 100vmax var(--ink); clip-path: inset(0 -100vmax); }

.process .section-heading { grid-template-columns: 1fr 2fr; }

.process .eyebrow { color: rgba(247,244,238,.53); }

.process__steps { margin: clamp(3rem,7vw,6rem) 0 0; padding: 0; list-style: none; border-top: 1px solid var(--white-line); }

.process__steps li { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 8%; min-height: 126px; padding: 25px 0; border-bottom: 1px solid var(--white-line); transition: padding .25s ease,color .25s ease; }

.process__steps li:hover { padding-inline: 15px; color: var(--red); }

.process__steps li > span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .11em; }

.process__steps h3 { margin: 0; font-family: var(--display); font-size: clamp(2rem,3.2vw,3.4rem); font-weight: 400; line-height: .85; letter-spacing: -.02em; text-transform: uppercase; }

.process__steps p { grid-column: 3; margin: 1px 0 0; color: rgba(247,244,238,.56); font-size: 13px; line-height: 1.48; }

.process__steps li > div { display: contents; }

.quote { padding-top: clamp(6rem,11vw,10rem); padding-bottom: clamp(6rem,11vw,10rem); }

.quote__rule { width: 63px; height: 4px; margin-bottom: 29px; background: var(--red); }

.quote blockquote { max-width: 1020px; margin: 0; font-family: var(--serif); font-size: clamp(2.6rem,6.4vw,6.5rem); line-height: .98; letter-spacing: -.06em; }

.quote__attribution { margin: 38px 0 0 auto; width: min(100%,330px); color: var(--ink); font-size: 11px; font-weight: 800; line-height: 1.45; letter-spacing: .09em; text-transform: uppercase; }

.quote__attribution span { color: var(--muted); font-weight: 500; }

.contact { margin: 0; padding: 0; color: var(--paper); background: var(--red); }

.contact__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; margin-bottom: 0; padding-top: clamp(6rem,10vw,9rem); padding-bottom: clamp(6rem,10vw,9rem); }

.contact .eyebrow { color: rgba(23,22,21,.66); }

.contact .eyebrow span { background: var(--ink); }

.contact h2 { max-width: 630px; margin: 25px 0 27px; font-size: clamp(4rem,7.5vw,7.8rem); color: var(--paper); }

.contact h2 em { color: var(--ink); }

.contact__intro > p:not(.eyebrow) { max-width: 340px; color: rgba(247,244,238,.85); font-size: 15px; line-height: 1.55; }

.contact__details { display: grid; gap: 8px; margin-top: 47px; }

.contact__details a,
.contact__details span { width: fit-content; border-bottom: 1px solid rgba(247,244,238,.7); color: var(--paper); font-size: 12px; letter-spacing: .08em; }

.contact__details a:hover { color: var(--ink); border-color: var(--ink); }

.contact-form { align-self: center; margin-bottom: 0; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }

.field { display: grid; gap: 9px; margin-bottom: 23px; }

.field label { color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.field input,
.field select,
.field textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(247,244,238,.7); border-radius: 0; padding: 8px 0 11px; outline: none; color: var(--paper); background: transparent; font-size: 14px; transition: border-color .2s ease; }

.field textarea { min-height: 102px; resize: vertical; }

.field select { appearance: none; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath fill='none' stroke='%23f7f4ee' d='m1 1 5 5 5-5'/%3E%3C/svg%3E") no-repeat right 3px center; }

.field select option { color: var(--ink); }

.field input::placeholder,
.field textarea::placeholder { color: rgba(247,244,238,.58); }

.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--ink); }

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] { border-color: var(--ink); border-bottom-width: 2px; }

.form-status { min-height: 1.5rem; margin: 14px 0 0; color: var(--ink); font-size: 12px; line-height: 1.4; }

.site-footer { position: relative; margin-top: 0; color: var(--paper); background: var(--ink); box-shadow: 0 0 0 100vmax var(--ink); clip-path: inset(0 -100vmax); }

.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--white-line); }

.footer__top { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; padding-top: 61px; padding-bottom: 62px; }

.brand--footer img { width: 120px; }

.footer__top > p { max-width: 280px; margin: 0; color: rgba(247,244,238,.61); font-size: 13px; line-height: 1.55; }

.footer__links { display: grid; grid-template-columns: 1.35fr 1fr 1fr; padding: 38px 0; border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); }

.footer__links div { display: grid; align-content: start; gap: 8px; }

.footer__links p { margin: 0 0 10px; color: rgba(247,244,238,.45); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.footer__links a,
.footer__links span { width: fit-content; color: rgba(247,244,238,.85); font-size: 12px; transition: color .2s ease; }

.footer__links a:hover { color: var(--red); }

.footer__bottom { display: flex; justify-content: space-between; padding: 23px 0; color: rgba(247,244,238,.47); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.footer__bottom a:hover { color: var(--red); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1); }

.reveal.is-visible { opacity: 1; transform: translateY(0); }

main { width: 100%; max-width: 100%; margin: 0; padding: 0; overflow-x: hidden; }

@keyframes heroPhotoMove {
  0% { background-size: 110% 110%; background-position: 45% 45%; }
  25% { background-size: 116% 116%; background-position: 58% 42%; }
  50% { background-size: 122% 122%; background-position: 68% 58%; }
  75% { background-size: 116% 116%; background-position: 42% 65%; }
  100% { background-size: 110% 110%; background-position: 50% 50%; }
}

@keyframes heroGlowMove {
  0% { background-position: 0% 20%,100% 80%; }
  50% { background-position: 45% 70%,55% 25%; }
  100% { background-position: 90% 25%,10% 75%; }
}

@keyframes heroGlowPulse {
  0%,100% { opacity: .35; }
  50% { opacity: .8; }
}

@keyframes heroScanMove {
  0% { background-position: 0 0,0% 0; }
  100% { background-position: 0 120px,200% 0; }
}

@keyframes heroLightSweep {
  0% { transform: translateX(-120%) skewX(-18deg); opacity: 0; }
  12% { opacity: 1; }
  50% { opacity: .9; }
  78%,100% { transform: translateX(120%) skewX(-18deg); opacity: 0; }
}

@media (max-width: 900px) {

  .section-shell { width: min(100% - 40px,760px); }

  .site-header { width: min(100% - 40px,760px); }

  .site-header.is-scrolled { width: min(100% - 24px,784px); }

  .hero-art { display: none !important; }

  .hero { position: relative; width: calc(100% + 40px) !important; max-width: none !important; min-height: 100svh; margin-left: -20px !important; margin-right: -20px !important; grid-template-columns: 1fr; gap: 18px; padding-top: 135px; padding-bottom: 100px; color: var(--paper); background-color: #171615; background-image: url("assets/hero-bg.jpg"); background-repeat: no-repeat; background-size: 115% 115%; background-position: 50% 50%; box-shadow: none; clip-path: none; overflow: hidden; isolation: isolate; animation: heroPhotoMove 12s ease-in-out infinite alternate; }

  .hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at 20% 30%,rgba(236,46,36,.28),transparent 25%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.12),transparent 22%); background-size: 180% 180%,160% 160%; animation: heroGlowMove 7s ease-in-out infinite alternate,heroGlowPulse 4s ease-in-out infinite; mix-blend-mode: screen; pointer-events: none; }

  .hero::after { content: ""; position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; background: linear-gradient(105deg,transparent 25%,rgba(255,255,255,.16) 48%,rgba(236,46,36,.25) 52%,transparent 75%); background-size: 240% 100%; transform: translateX(-120%) skewX(-18deg); mix-blend-mode: screen; animation: heroLightSweep 5s ease-in-out infinite; pointer-events: none; }

  .hero__content { position: relative; z-index: 3; max-width: 700px; grid-column: 1 / -1; width: calc(100% - 40px); margin-inline: auto; }

  .hero__footer { position: absolute; left: 0; right: 0; z-index: 3; }

  .hero h1 { max-width: 700px; margin-top: 16px; margin-bottom: 22px; font-size: clamp(4rem,11vw,6.8rem); line-height: .9; }

  .hero__copy { max-width: 580px; font-size: 19px; line-height: 1.7; }

  .hero__actions { margin-top: 28px; gap: 22px; flex-wrap: wrap; }

   main { width: 100%; max-width: 100%; margin: 0; padding: 0; }

  .section-heading,
  .work__heading { grid-template-columns: 1fr; gap: 18px; }

  .services { padding-inline: max(20px,calc((100% - 760px) / 2)); }

  .services__list { grid-template-columns: repeat(2,1fr); gap: 14px; }

  .service-card { min-height: 350px; }

  .service-card:last-child { grid-column: 1 / -1; }

  .service-card h3 { margin-top: 16px; }

  .service-icon { height: 78px; margin-top: 18px; transform: scale(.88); transform-origin: left top; }

  .work__filters { margin-top: 34px; flex-wrap: wrap; }

  .portfolio-grid { grid-template-columns: repeat(2,1fr); gap: 18px; }

  .portfolio-card,
  .portfolio-card--large,
  .portfolio-card--wide { grid-column: span 1; }

  .portfolio-card--large,
  .portfolio-card--wide { grid-column: 1 / -1; }

  .portfolio-card--large .portfolio-visual { min-height: 430px; }

  .portfolio-card--wide .portfolio-visual { min-height: 300px; }

  .portfolio-visual { min-height: 300px; }

  .portfolio-meta h3 { font-size: 1.8rem; }

  .contact__inner { grid-template-columns: 1fr; gap: 48px; margin-bottom: 0; padding-bottom: 60px; }

  .contact__intro { max-width: 620px; }

  .contact-form { width: 100%; max-width: 620px; margin-bottom: 0; }

  .contact__quick-actions { margin-bottom: 0; }

  .site-footer { margin-top: 0; }

}

@media (max-width: 620px) {

  .section-shell { width: calc(100% - 32px); }

  .section-space { padding-block: 68px; }

  .site-header { width: calc(100% - 32px); height: 68px; }

  .site-header.is-scrolled { width: calc(100% - 20px); height: 58px; top: 8px; padding: 0 11px; }

  .brand img { width: 72px; height: auto; }

  .brand span { margin-top: -6px; font-size: 7px; }

  .menu-toggle { display: block; position: relative; z-index: 2; }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(3px) rotate(45deg); }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-3px) rotate(-45deg); }

  .primary-nav { position: absolute; top: -8px; right: -16px; left: -16px; min-height: 100vh; padding: 110px 26px 32px; display: grid; align-content: start; gap: 18px; background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-14px); transition: opacity .22s ease,transform .22s ease,visibility .22s ease; }

  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }

  .primary-nav > a:not(.button) { padding: 7px 0; font-family: var(--display); font-size: clamp(2.5rem,11vw,3.6rem); font-weight: 400; line-height: .9; letter-spacing: -.03em; }

  .primary-nav > a:not(.button)::after { display: none; }

  .button--nav { width: fit-content; margin-top: 8px; }

  body.menu-open { overflow: hidden; }

  .hero-art { display: none !important; }

  .hero { width: calc(100% + 32px) !important; max-width: none !important; min-height: 100svh; margin-left: -16px !important; margin-right: -16px !important; padding-top: 118px; padding-bottom: 70px; gap: 12px; background-size: 115% 115%; background-position: 50% 50%; animation-duration: 10s; }

  .hero__content { width: calc(100% - 32px); margin-inline: auto; }

  .hero h1 { margin-top: 14px; margin-bottom: 18px; max-width: 100%; font-size: clamp(3.35rem,16vw,5rem); line-height: .91; letter-spacing: -.045em; }

  .hero__copy { max-width: 100%; font-size: 16px; line-height: 1.65; }

  .hero__actions { margin-top: 24px; gap: 14px; }

   main { width: 100%; max-width: 100%; margin: 0; padding: 0; }
  .button { min-height: 46px; padding-inline: 17px; font-size: 9px; }

  .hero__footer { display: none; }

  h2 { font-size: clamp(2.65rem,12vw,4rem); line-height: .94; letter-spacing: -.04em; }

  .section-heading,
  .work__heading { gap: 16px; }

  .section-heading > div p,
  .work__heading > div p { max-width: 100%; font-size: 13px; line-height: 1.6; }

  .services { width: 100%; padding-inline: 16px; }

  .services__list { grid-template-columns: 1fr; gap: 12px; margin-top: 32px; }

  .service-card,
  .service-card:last-child { grid-column: auto; min-height: 320px; padding: 22px 18px; }

  .service-card__number { font-size: 1rem; }

  .service-icon { height: 72px; margin-top: 20px; transform: scale(.82); }

  .service-card h3 { margin-top: 2px; font-size: 2rem; line-height: 1; }

  .service-card > p:not(.service-card__number) { max-width: 95%; font-size: 12px; line-height: 1.6; }

  .service-card > a { left: 18px; bottom: 19px; }

  .work__filters { width: calc(100% - 32px); gap: 5px; margin-top: 28px; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; scrollbar-width: none; }

  .work__filters::-webkit-scrollbar { display: none; }

  .filter { flex: 0 0 auto; padding: 8px 11px; font-size: 9px; white-space: nowrap; }

  .portfolio-grid { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 28px; margin-top: 30px; }

  .portfolio-card,
  .portfolio-card--large,
  .portfolio-card--wide { grid-column: 1; }

  .portfolio-visual,
  .portfolio-card--large .portfolio-visual,
  .portfolio-card--wide .portfolio-visual { min-height: 310px; }

  .portfolio-card--large .portfolio-visual { min-height: 360px; }

  .portfolio-meta { padding-top: 12px; }

  .portfolio-meta p,
  .portfolio-meta span { font-size: 9px; }

  .portfolio-meta h3 { margin-top: 4px; font-size: 1.55rem; line-height: 1; }

  .contact__inner { width: calc(100% - 32px); padding-block: 66px; padding-bottom: 48px; gap: 36px; }

  .contact h2 { margin-top: 14px; font-size: clamp(3.3rem,16vw,4.8rem); line-height: .9; }

  .contact__intro > p:not(.eyebrow) { max-width: 100%; font-size: 13px; line-height: 1.65; }

  .contact__details { margin-top: 26px; display: grid; gap: 7px; }

  .form-row { grid-template-columns: 1fr; gap: 0; }

  .contact-form { width: 100%; margin-bottom: 0; }

  .field { margin-bottom: 18px; }

  .field label { font-size: 9px; }

  .field input,
  .field select,
  .field textarea { font-size: 13px; }

  .footer__top,
  .footer__links { grid-template-columns: 1fr; gap: 26px; }

  .footer__top { padding-top: 40px; padding-bottom: 40px; }

  .footer__links { gap: 24px; }

  .footer__bottom { gap: 14px; align-items: flex-start; flex-direction: column; }

}

@media (max-width: 380px) {

  .section-shell { width: calc(100% - 28px); }

  .site-header { width: calc(100% - 28px); }

  .hero { width: calc(100% + 28px) !important; max-width: none !important; min-height: 100svh; margin-left: -14px !important; margin-right: -14px !important; }

  .hero__content { width: calc(100% - 28px) !important; }

  .hero h1 { font-size: clamp(3rem,15vw,4rem); }

  .hero__actions { flex-direction: column; align-items: flex-start; }

   main { width: 100%; max-width: 100%; margin: 0; padding: 0; }

  .button--primary { width: 100%; justify-content: center; }

  .text-link { margin-left: 3px; }

  .portfolio-grid,
  .work__filters { width: calc(100% - 28px); }

  .service-card { min-height: 300px; }

  .contact h2 { font-size: clamp(3rem,15vw,4rem); }

}