@font-face {
  font-family: Manrope;
  src: url('/assets/manrope-latin.4d7c0ad1ac97.woff2') format('woff2');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --paper: #f7f7f5;
  --ink: #191919;
  --muted: #626260;
  --orange: #ee4c23;
  --orange-dark: #c53b18;
  --line: #d9d9d4;
  --sans: Manrope, 'Helvetica Neue', Arial, sans-serif;
  --mono: 'SFMono-Regular', Consolas, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 36px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1rem/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 600; letter-spacing: -.055em; line-height: 1.07; }
::selection { color: var(--paper); background: var(--orange-dark); }
:focus-visible { outline: 3px solid var(--orange-dark); outline-offset: 7px; }
.wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.eyebrow { font: 500 .75rem/1.5 var(--mono); letter-spacing: .055em; }
.skip { position: fixed; top: 12px; left: 12px; padding: 12px 20px; background: var(--ink); color: white; z-index: 20; transform: translateY(-160%); }
.skip:focus { transform: none; }
.header-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-block; font-weight: 800; font-size: 2rem; line-height: 1; letter-spacing: -.085em; }
.wordmark > span { color: var(--orange); padding-left: 5px; font-weight: 600; }
.header nav { display: flex; align-items: center; gap: 36px; font-size: .875rem; font-weight: 600; }
.header nav a { min-height: 44px; display: inline-flex; align-items: center; transition: color .2s; }
.header nav a:hover { color: var(--orange-dark); }
.header nav .nav-contact { margin-left: 24px; gap: 25px; }
.nav-contact > span { color: var(--orange); font-size: 1.6rem; }
.hero { padding-top: 58px; overflow: clip; }
.hero-content { text-align: center; position: relative; z-index: 1; }
.hero .eyebrow { display: flex; align-items: center; justify-content: center; gap: 10px; }
.asterisk { color: var(--orange); font: 1.35rem/1 var(--sans); }
.hero h1 { font-size: clamp(2.9rem, 5.6vw, 5.4rem); letter-spacing: -.06em; line-height: 1.05; margin-block: 26px 25px; }
.hero h1 > span { color: var(--orange); }
.hero-description { max-width: 72ch; margin-inline: auto; font-size: 1.0625rem; color: var(--muted); line-height: 1.7; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 33px; padding: 12px 24px; margin-top: 26px; border-radius: 100px; color: white; background: var(--ink); font-size: .9375rem; font-weight: 500; transition: background .2s, transform .2s; }
.button span { font-size: 1.4rem; color: #ff8b67; }
.button:hover { background: #363634; transform: translateY(-2px); }
.hero-art { height: clamp(210px, 26vw, 390px); position: relative; margin-top: -10px; pointer-events: none; }
.hero-art { overflow: hidden; }
.hero-art img { position: absolute; width: min(940px, 120%); max-width: none; height: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); mix-blend-mode: multiply; }
.hero-bottom { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding-block: 16px 26px; border-bottom: 1px solid var(--line); }
.hero-bottom > p { font: .75rem/1.5 var(--mono); letter-spacing: .025em; color: var(--muted); }
.hero-bottom > a { display: inline-flex; align-items: center; gap: 22px; font-size: .875rem; }
.hero-bottom > a:hover { color: var(--orange-dark); }
.hero-bottom > a > span { color: var(--orange); font-size: 1.4rem; }
.expertise { padding-block: 96px 75px; }
.section-top { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 50px; align-items: end; }
.section-top > .eyebrow { grid-column: 1/-1; color: var(--orange-dark); }
.section-top h2 { font-size: clamp(2.7rem, 4vw, 3.75rem); }
.section-top > p:last-child { max-width: 32ch; justify-self: end; padding-bottom: 5px; color: var(--muted); }
.service-list { margin-top: 48px; }
.service { display: grid; grid-template-columns: 70px 1fr 1.1fr; gap: 28px; padding-block: 36px 40px; border-top: 1px solid var(--line); }
.service-number { color: var(--orange-dark); font: .8125rem/1.5 var(--mono); padding-top: 8px; }
.service h3 { font-size: clamp(1.6rem, 2.6vw, 2.25rem); line-height: 1.2; letter-spacing: -.045em; }
.service-tags { color: var(--muted); font: .75rem/1.65 var(--mono); margin-top: 24px; }
.service-copy { max-width: 48ch; }
.service-copy p { color: #555553; font-size: 1rem; }
.service-copy p + p { margin-top: 13px; }
.service-copy a { border-bottom: 1px solid currentColor; }
.service-copy a:hover { color: var(--orange-dark); }
.faq { padding-block: 75px 40px; }
.faq .service { align-items: start; padding-block: 30px 34px; }
.faq h3 { font-size: clamp(1.25rem, 1.7vw, 1.5rem); line-height: 1.3; letter-spacing: -.03em; max-width: 22ch; }
.studio { background: #20201f; color: var(--paper); padding-block: 75px 85px; }
.studio-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.studio .eyebrow { color: #b6b6ae; margin-bottom: 32px; }
.studio h2 { font-size: clamp(2.7rem, 4.4vw, 4.2rem); line-height: 1.12; }
.studio h2 span { color: #ff784e; }
.studio-copy { padding-top: 48px; }
.studio-lead { font-size: clamp(1.35rem, 2.1vw, 1.8rem); line-height: 1.4; font-weight: 500; letter-spacing: -.03em; margin-bottom: 25px; }
.studio-copy > p:not(.studio-lead) { color: #b9b9b1; max-width: 48ch; }
.studio-copy > p + p { margin-top: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 60px; border-bottom: 1px solid #7b7b73; padding-bottom: 7px; margin-top: 28px; font-size: .9375rem; }
.text-link span { color: #ff784e; font-size: 1.4rem; }
.text-link:hover { color: #ff997b; }
.contact { padding-block: 65px 50px; }
.contact-top { display: flex; justify-content: space-between; gap: 30px; align-items: start; }
.contact-top .eyebrow { color: var(--orange-dark); }
.contact-top > p:last-child { color: var(--muted); font-size: .9375rem; }
.contact-action { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-block: 32px 40px; }
.contact h2 { font-size: clamp(3.5rem, 7.8vw, 7.5rem); line-height: 1.07; letter-spacing: -.065em; }
.contact h2 span { color: var(--orange); }
.contact-arrow { display: flex; align-items: center; justify-content: center; flex: none; width: clamp(75px, 10vw, 145px); aspect-ratio: 1; border-radius: 50%; font-size: clamp(3rem, 5.5vw, 5rem); font-weight: 300; background: var(--orange); color: white; transition: transform .3s, background .3s; }
.contact-action:hover .contact-arrow { transform: rotate(45deg); background: var(--orange-dark); }
.contact-bottom { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-top: 26px; border-top: 1px solid var(--line); }
.contact-bottom a { font-size: 1.4rem; letter-spacing: -.025em; border-bottom: 1px solid var(--ink); }
.contact-bottom a:hover { color: var(--orange-dark); }
.contact-bottom > p:last-child { color: var(--muted); font: .75rem/1.5 var(--mono); }
.contact-links { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 32px; }
.contact-legal { margin-top: 22px; color: var(--muted); font: .75rem/1.7 var(--mono); max-width: 95ch; }
.footer { padding-block: 30px 12px; background: var(--orange); color: var(--ink); overflow: clip; }
.footer-meta { display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: .8125rem; }
.footer-meta a { padding-block: 10px; }
.footer-wordmark { display: block; font-size: clamp(4.3rem, 15vw, 14.3rem); letter-spacing: -.092em; font-weight: 800; line-height: 1.2; margin-top: 12px; }
.footer-wordmark span { color: #ffb69f; font-weight: 500; margin-left: 10px; }
@media (min-width: 1500px) {
  .hero { padding-top: 75px; }
  .hero-art { height: 410px; }
}
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 72px); }
  .hero h1 { font-size: clamp(2.75rem, 6.4vw, 4.5rem); }
  .service { grid-template-columns: 40px 1fr 1.1fr; gap: 22px; }
  .studio-inner { gap: 40px; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 80px; gap: 18px; }
  .wordmark { font-size: 1.6rem; }
  .header nav { gap: 20px; }
  .header nav .nav-contact { margin-left: 0; gap: 10px; }
  .header nav > a:nth-child(2) { display: none; }
  .hero { padding-top: 46px; }
  .hero h1 { font-size: clamp(2.1rem, 7.6vw, 3.2rem); margin-block: 24px 20px; }
  .hero-description { font-size: 1rem; max-width: 46ch; }
  .desktop-break { display: none; }
  .hero-art { height: 260px; margin-top: 4px; }
  .hero-bottom { gap: 15px; padding-block: 7px 22px; }
  .hero-bottom > p { max-width: 24ch; font-size: .75rem; }
  .hero-bottom > a { gap: 14px; max-width: 17ch; }
  .expertise { padding-block: 57px 35px; }
  .section-top { grid-template-columns: 1fr; gap: 20px; }
  .section-top h2 { font-size: 2.8rem; }
  .section-top > p:last-child { justify-self: start; max-width: 45ch; }
  .service-list { margin-top: 30px; }
  .service { grid-template-columns: 32px 1fr; gap: 17px; padding-block: 28px 32px; }
  .service h3 { font-size: 1.85rem; }
  .service-tags { margin-top: 15px; }
  .service-copy { grid-column: 2; max-width: none; }
  .service-copy p { font-size: 1rem; }
  .studio { padding-block: 52px; }
  .studio-inner { grid-template-columns: 1fr; gap: 27px; }
  .studio .eyebrow { margin-bottom: 23px; }
  .studio h2 { font-size: 2.6rem; }
  .faq { padding-block: 50px 20px; }
  .faq h3 { font-size: 1.3rem; max-width: none; }
  .studio-copy { padding-top: 0; }
  .studio-lead { font-size: 1.6rem; }
  .contact { padding-block: 47px 38px; }
  .contact-top { flex-direction: column; gap: 18px; }
  .contact-action { gap: 15px; margin-block: 28px 34px; }
  .contact h2 { font-size: clamp(2.3rem, 7.6vw, 3.4rem); }
  .contact-arrow { width: 56px; font-size: 2.3rem; }
  .contact-bottom { align-items: start; flex-direction: column; gap: 18px; padding-top: 21px; }
  .contact-links { gap: 6px 24px; }
  .contact-legal { margin-top: 18px; line-height: 1.75; }
  .contact-bottom a { font-size: 1.2rem; }
  .footer { padding-top: 17px; }
  .footer-wordmark { font-size: 15.5vw; margin-top: 10px; }
}
@media (max-width: 380px) {
  .header nav { gap: 12px; font-size: .8125rem; }
  .wordmark { font-size: 1.45rem; }
  .nav-contact > span { display: none; }
  .hero h1 { font-size: 8vw; }
  .hero-art { height: 205px; }
  .service { grid-template-columns: 25px 1fr; gap: 12px; }
  .contact-arrow { width: 42px; font-size: 1.9rem; }
  .contact h2 { font-size: 7.5vw; }
  .footer-meta { font-size: .75rem; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

.not-found { min-height: 100svh; display: flex; flex-direction: column; align-items: start; justify-content: center; padding-block: 40px; }
.not-found > .wordmark { margin-bottom: 48px; }
.not-found > .eyebrow { color: var(--orange-dark); }
.not-found h1 { font-size: clamp(3rem, 7vw, 6rem); margin-block: 20px 25px; }
.not-found > p:not(.eyebrow) { max-width: 50ch; color: var(--muted); }
