:root {
  --ink: #1b1e19;
  --paper: #f5f5ef;
  --lime: #dcf77a;
  --muted: #62665c;
  --line: #d2d5ca;
  --font: 'Space Grotesk', Arial, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, summary { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #8b57e0; outline-offset: 6px; }
::selection { background: var(--lime); color: var(--ink); }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--font); line-height: 1.05; font-weight: 600; }
em { font-style: normal; }
.container { width: min(100% - 96px, 1240px); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 200; padding: 12px 20px; background: var(--lime); color: var(--ink); }
.skip-link:focus { top: 12px; }
.nav { position: sticky; top: 0; z-index: 100; background: var(--ink); color: var(--paper); border-bottom: 1px solid #3b3f36; }
.nav__inner { height: 86px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.nav__brand { display: flex; flex-direction: column; font-family: var(--font); font-size: 1.4rem; line-height: .92; font-weight: 700; letter-spacing: -.075em; }
.nav__brand span { color: var(--lime); }
.nav__links { display: flex; align-items: center; gap: 29px; font-size: .875rem; }
.nav__links a { transition: color .2s; }
.nav__links a:hover { color: var(--lime); }
.nav__links sup { font-size: .75rem; color: var(--lime); margin-left: 3px; }
.nav__contact { border: 1px solid #626657; padding: 10px 16px; border-radius: 3px; }
.nav__contact span { margin-left: 12px; }
.nav__toggle { display: none; color: inherit; background: transparent; border: 0; padding: 12px; min-width: 48px; min-height: 48px; cursor: pointer; }
.nav__toggle span { display: block; width: 26px; height: 2px; margin: 6px 0; background: currentColor; transition: transform .2s; }
.nav__toggle[aria-expanded=true] span:first-child { transform: translateY(4px) rotate(45deg); }
.nav__toggle[aria-expanded=true] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.hero { background: var(--ink); color: var(--paper); overflow: clip; }
.hero__grid { display: grid; grid-template-columns: 1.08fr 1fr; column-gap: 40px; padding-top: 67px; }
.eyebrow { font-family: var(--font); font-size: .8125rem; text-transform: uppercase; letter-spacing: .075em; margin-bottom: 25px; }
.hero .eyebrow { color: #b9bfaa; max-width: 420px; }
.hero h1 { font-size: clamp(4.5rem, 7.5vw, 7.4rem); line-height: .98; letter-spacing: -.07em; font-weight: 600; }
.hero h1 em { color: var(--lime); display: inline-block; }
.hero__subtitle { font-size: 1.125rem; line-height: 1.6; color: #c5cab9; margin: 30px 0; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 16px 23px; min-height: 56px; font-size: .9375rem; font-weight: 600; border-radius: 3px; transition: transform .2s, box-shadow .2s; }
.button span { font-size: 1.4rem; line-height: 1; }
.button:hover { transform: translateY(-3px); box-shadow: 5px 5px 0 #757f60; }
.button--lime { background: var(--lime); color: var(--ink); }
.button--dark { background: var(--ink); color: var(--paper); }
.hero__showcase { position: relative; min-width: 0; min-height: 445px; margin-top: 15px; }
.showcase { position: absolute; width: 85%; border: 1px solid #73776a; border-radius: 6px; box-shadow: 0 18px 32px #0004; overflow: hidden; transition: transform .35s; background: #f5f5ef; }
.showcase__bar { background: #f5f5ef; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 10px 14px; font-family: var(--font); font-size: .75rem; }
.showcase img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.showcase--back { left: 0; top: 0; transform: rotate(-8deg); }
.showcase--front { right: -8px; top: 150px; transform: rotate(6deg); z-index: 2; }
.showcase--back:hover { transform: rotate(-4deg) translateY(-8px); z-index: 3; }
.showcase--front:hover { transform: rotate(2deg) translateY(-8px); }
.hero__note { position: absolute; left: -5px; top: 325px; z-index: 4; padding: 15px 20px; background: var(--lime); color: var(--ink); font-family: var(--font); font-size: 1rem; line-height: 1.2; font-weight: 600; transform: rotate(-7deg); box-shadow: 4px 4px 0 #0003; }
.hero__footer { grid-column: 1 / -1; margin-top: 52px; padding: 25px 0; border-top: 1px solid #424739; display: flex; justify-content: space-between; align-items: center; gap: 24px; color: #b9bfaa; font-size: .875rem; }
.hero__person { display: flex; align-items: center; gap: 13px; }
.hero__person img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; filter: grayscale(1); }
.hero__person strong { color: var(--paper); font-weight: 400; }
.text-link { display: inline-block; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-weight: 500; font-size: .875rem; }
.hero__footer .text-link { color: var(--lime); }
.discipline-strip { background: var(--lime); display: flex; justify-content: center; align-items: center; gap: 46px; padding: 19px 24px; font-family: var(--font); font-weight: 500; text-transform: uppercase; font-size: 1.0625rem; letter-spacing: .025em; }
.discipline-strip b { font-size: 1.8rem; line-height: 1; }
.section { padding-block: 95px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 50px; }
.section-heading > p { max-width: 310px; font-size: 1rem; color: var(--muted); padding-bottom: 5px; }
.section__title { font-size: clamp(2.6rem, 4.5vw, 4.25rem); letter-spacing: -.065em; }
.section__title em { color: #6b7460; }
.projects { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 45px 28px; }
.project-card { grid-column: span 2; min-width: 0; }
.project-card:nth-child(n+5) { grid-column: span 3; }
.project-card__image { display: block; position: relative; overflow: hidden; background: #e5e7dd; aspect-ratio: 16 / 11; border-radius: 6px; }
.project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.project-card__image:hover img { transform: scale(1.035); }
.project-card__badge { position: absolute; right: 14px; bottom: 14px; padding: 7px 11px; background: var(--paper); color: var(--ink); border-radius: 2px; font-size: .8125rem; }
.project-card__body { padding-top: 18px; }
.project-card__top { display: flex; flex-direction: column-reverse; gap: 10px; }
.project-card h3 { font-size: 1.4rem; letter-spacing: -.035em; line-height: 1.15; }
.tag { font-family: var(--font); font-size: .75rem; text-transform: uppercase; letter-spacing: .055em; color: var(--muted); }
.project-card__number { color: var(--muted); margin-right: 12px; }
.project-card p { color: var(--muted); font-size: 1rem; margin: 13px 0 20px; }
.project-card__footer { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 10px; border-top: 1px solid var(--line); padding-top: 12px; font-size: .8125rem; }
.project-card__footer > span { color: var(--muted); }
.project-card__footer a:hover { text-decoration: underline; }
.project-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1.55fr 1fr; background: var(--ink); color: var(--paper); border-radius: 8px; overflow: hidden; margin-bottom: 8px; }
.project-card:first-child .project-card__image { aspect-ratio: 16 / 11; height: 100%; border-radius: 0; }
.project-card:first-child .project-card__body { padding: 35px; display: flex; flex-direction: column; justify-content: center; }
.project-card:first-child h3 { font-size: clamp(1.7rem, 3vw, 2.75rem); letter-spacing: -.055em; }
.project-card:first-child .tag { color: var(--lime); }
.project-card:first-child .project-card__number { color: var(--lime); }
.project-card:first-child p, .project-card:first-child .project-card__footer > span { color: #c0c5b5; }
.project-card:first-child .project-card__footer { border-color: #4a5140; }
.projects__more { margin-top: 50px; display: flex; justify-content: center; }
.projects__more a { display: inline-block; border-bottom: 1px solid var(--ink); padding: 7px 0; font-size: .9375rem; }
.about-section { background: var(--lime); padding-block: 85px; }
.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.about__portrait { position: relative; width: min(100%, 300px); margin: 35px 0 40px 10px; transform: rotate(-4deg); }
.about__portrait img { width: 100%; height: auto; aspect-ratio: 7 / 8; object-fit: cover; object-position: center; filter: grayscale(1); border: 8px solid var(--paper); box-shadow: 10px 10px 0 #1b1e1922; }
.about__portrait > span { display: block; padding: 10px 15px; background: var(--ink); color: var(--paper); position: absolute; bottom: -14px; right: -20px; font-family: var(--font); font-size: 1.375rem; transform: rotate(7deg); }
.about__story .section__title { margin-bottom: 30px; }
.about__story .section__title em { color: var(--ink); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 8px; }
.about__story > p { font-size: 1.0625rem; margin-bottom: 18px; max-width: 570px; }
.about__signoff { border-top: 1px solid #a8bd5c; padding-top: 22px; margin-top: 28px; display: flex; flex-direction: column; }
.about__signoff > span { font-family: var(--font); font-size: 1.5rem; letter-spacing: -.04em; }
.about__signoff small { font-size: .8125rem; }
.services-section { display: grid; grid-template-columns: .85fr 1.4fr; gap: 90px; }
.services-intro > p:not(.eyebrow) { color: var(--muted); margin: 25px 0; font-size: 1rem; max-width: 350px; }
.service { border-top: 1px solid var(--line); }
.service:last-child { border-bottom: 1px solid var(--line); }
.service summary { list-style: none; cursor: pointer; display: flex; gap: 20px; align-items: center; padding: 24px 0; }
.service summary::-webkit-details-marker { display: none; }
.service h3 { font-size: 1.375rem; line-height: 1.2; letter-spacing: -.035em; }
.service__number { font-family: var(--font); font-size: .8125rem; color: var(--muted); }
.service__toggle { width: 28px; min-width: 28px; height: 28px; margin-left: auto; border: 1px solid var(--line); border-radius: 50%; position: relative; }
.service__toggle::before, .service__toggle::after { content: ''; position: absolute; top: 12px; left: 8px; width: 10px; height: 1px; background: var(--ink); }
.service__toggle::after { transform: rotate(90deg); }
.service[open] .service__toggle::after { transform: rotate(0); }
.service[open] .service__toggle { background: var(--lime); border-color: var(--lime); }
.service > p { margin: -4px 42px 25px; color: var(--muted); font-size: 1rem; }
.stack-section { background: #e5e8dc; padding-block: 34px; }
.stack { display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; }
.stack h2 { font-size: 1.125rem; line-height: 1.3; }
.stack h2 span { display: block; font-family: Inter, sans-serif; font-weight: 400; color: var(--muted); font-size: .8125rem; margin-top: 7px; }
.stack > span { font-family: var(--font); font-size: 1.7rem; font-weight: 500; letter-spacing: -.05em; }
.agencies { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.agencies .section__title { font-size: clamp(3rem, 5.5vw, 5rem); }
.agencies .button { margin-top: 35px; }
.agencies__lead { font-size: 1.25rem; line-height: 1.6; margin-bottom: 30px; }
.agency-item { border-top: 1px solid var(--line); display: flex; gap: 22px; padding: 23px 0; }
.agency-item > span { font-size: .8125rem; color: var(--muted); }
.agency-item h3 { font-size: 1.2rem; line-height: 1.25; margin-bottom: 9px; }
.agency-item p { font-size: 1rem; color: var(--muted); }
.contact-section { background: var(--ink); color: var(--paper); padding-block: 80px; }
.contact .eyebrow { color: #b9bfaa; }
.contact__heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.contact h2 { font-size: clamp(3.5rem, 8.5vw, 8rem); letter-spacing: -.07em; }
.contact h2 em { color: var(--lime); }
.contact__action { display: flex; align-items: center; justify-content: center; width: 140px; height: 140px; flex-shrink: 0; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 5rem; line-height: 1; transition: transform .3s; }
.contact__action:hover { transform: rotate(45deg); }
.contact__lead { color: #bec5ae; margin: 32px 0 45px; font-size: 1.0625rem; max-width: 490px; }
.contact__grid { display: grid; grid-template-columns: 1fr 1.35fr 1.35fr 1.2fr; gap: 25px; }
.contact-card { display: flex; flex-direction: column; gap: 10px; border-top: 1px solid #4c5440; padding-top: 20px; }
.contact-card__label { font-size: .8125rem; color: #a7b097; }
.contact-card__value { font-size: .875rem; overflow-wrap: anywhere; }
.contact-card:hover { color: var(--lime); }
.footer { background: var(--ink); color: #a7b097; border-top: 1px solid #3b4333; padding: 23px 0; }
.footer__inner { display: flex; justify-content: space-between; gap: 20px; font-size: .8125rem; }
@media (min-width: 1051px) and (prefers-reduced-motion: no-preference) {
  .hero__copy { animation: enter .7s ease both; }
  .hero__showcase { animation: enter .9s .12s ease both; }
  @keyframes enter { from { opacity: 0; translate: 0 20px; } to { opacity: 1; translate: 0 0; } }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .nav__links { gap: 20px; }
  .hero__grid { column-gap: 20px; }
  .hero h1 { font-size: 6.9vw; }
  .hero__showcase { margin-top: 30px; min-height: 380px; }
  .showcase--front { top: 130px; }
  .hero__note { top: 280px; }
  .hero__footer { margin-top: 28px; }
  .about, .agencies { gap: 60px; }
  .services-section { gap: 45px; }
  .discipline-strip { gap: 25px; font-size: .875rem; }
  .project-card:first-child .project-card__body { padding: 28px; }
  .contact__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 44px); }
  .nav__inner { height: 76px; }
  .nav__toggle { display: block; }
  .nav__links { display: none; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; align-items: stretch; background: var(--ink); border-bottom: 1px solid #626657; padding: 16px 22px 25px; gap: 0; }
  .nav__links.open { display: flex; }
  .nav__links a { padding: 13px 0; font-size: 1rem; }
  .nav__links .nav__contact { border: 0; color: var(--lime); }
  .hero__grid { padding-top: 40px; grid-template-columns: 1fr 1fr; }
  .hero .eyebrow { font-size: .75rem; max-width: 230px; }
  .hero h1 { font-size: clamp(3.2rem, 8vw, 4rem); }
  .hero__subtitle { font-size: 1rem; }
  .button { padding: 14px 17px; font-size: .875rem; gap: 16px; }
  .hero__showcase { margin-top: 50px; }
  .hero__note { top: 235px; left: 0; padding: 12px; font-size: .875rem; }
  .showcase { width: 94%; }
  .showcase__bar { padding: 8px; font-size: .75rem; }
  .showcase--front { top: 120px; }
  .hero__footer > p { display: none; }
  .discipline-strip { gap: 18px; flex-wrap: wrap; padding: 16px; }
  .discipline-strip span:last-of-type, .discipline-strip b:last-child { display: none; }
  .section { padding-block: 65px; }
  .section-heading { gap: 25px; align-items: start; }
  .section-heading > p { max-width: 240px; margin-top: 38px; }
  .project-card, .project-card:nth-child(n+5) { grid-column: span 3; }
  .project-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
  .project-card:first-child { grid-template-columns: 1.25fr 1fr; }
  .project-card:first-child p { font-size: .9375rem; }
  .project-card:first-child .project-card__body { padding: 22px; }
  .about { gap: 45px; }
  .about__portrait { margin-left: 0; }
  .about__portrait > span { right: -8px; }
  .services-section { grid-template-columns: 1fr; gap: 35px; }
  .services-intro > p:not(.eyebrow) { max-width: 540px; }
  .agencies { gap: 35px; }
  .agencies__lead { font-size: 1.125rem; }
  .contact__action { width: 100px; height: 100px; font-size: 3.75rem; }
}
@media (max-width: 560px) {
  .hero__grid { display: flex; flex-direction: column; }
  .hero .eyebrow { max-width: none; font-size: .75rem; letter-spacing: .04em; }
  .hero h1 { font-size: clamp(3.25rem, 14vw, 5rem); }
  .hero__subtitle { margin: 22px 0; }
  .hero__showcase { margin: 45px 12px 0; min-height: 340px; }
  .showcase { width: 78%; }
  .showcase--back { left: 0; }
  .showcase--front { right: 0; top: 115px; }
  .hero__note { top: 240px; left: -8px; }
  .hero__footer { margin-top: 8px; padding: 20px 0 28px; flex-wrap: wrap; align-items: start; font-size: .8125rem; gap: 20px; }
  .hero__footer .text-link { margin-left: 61px; }
  .discipline-strip { gap: 18px; font-size: .75rem; }
  .discipline-strip b { font-size: 1.3rem; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { margin-top: 22px; max-width: none; }
  .section__title { font-size: clamp(2.3rem, 10vw, 3rem); }
  .eyebrow { margin-bottom: 20px; }
  .projects { display: flex; flex-direction: column; gap: 36px; }
  .project-card:first-child, .project-card:last-child { display: block; }
  .project-card:first-child .project-card__body { padding: 25px; }
  .project-card:first-child .project-card__image { aspect-ratio: 16 / 11; }
  .project-card:first-child h3 { font-size: 2rem; }
  .project-card h3 { font-size: 1.6rem; }
  .project-card__image { aspect-ratio: 16 / 10; }
  .about-section { padding-block: 55px; }
  .about { display: flex; flex-direction: column; gap: 40px; }
  .about__portrait { width: 230px; margin: 32px auto 38px; }
  .about__identity .text-link { display: block; width: fit-content; margin-inline: auto; }
  .about__story > p { font-size: 1rem; }
  .service summary { gap: 12px; padding: 22px 0; }
  .service h3 { font-size: 1.15rem; }
  .service > p { margin-left: 29px; margin-right: 15px; }
  .stack { gap: 22px 28px; justify-content: flex-start; }
  .stack h2 { width: 100%; }
  .stack > span { font-size: 1.4rem; }
  .agencies { display: flex; flex-direction: column; gap: 40px; }
  .agencies .section__title { font-size: 3.3rem; }
  .contact-section { padding-block: 55px; }
  .contact__heading { gap: 15px; align-items: end; }
  .contact h2 { font-size: clamp(2.5rem, 10.4vw, 3.8rem); }
  .contact__action { width: 58px; height: 58px; font-size: 2.5rem; }
  .contact__grid { grid-template-columns: 1fr; gap: 25px; }
  .contact-card { flex-direction: row; justify-content: space-between; gap: 20px; }
  .contact-card__value { text-align: right; max-width: 72%; }
  .footer__inner { flex-direction: column; gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
