:root {
  --paper: #fcf7f2;
  --ink: #161616;
  --muted: #56514c;
  --orange: hsl(29.86 94.76% 55.1%);
  --line: #d9d0c7;
  --blue: #1369a5;
  --heading: "Manrope", Arial, sans-serif;
  --body: "Nunito Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 1.125rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .25em; }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 6px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--heading); font-weight: 500; }
h1 { font-size: clamp(3.5rem, 8.2vw, 8.25rem); line-height: 1.035; letter-spacing: -.055em; }
h2 { font-size: clamp(2.25rem, 3.6vw, 3.6rem); line-height: 1.16; letter-spacing: -.04em; }
h3 { font-size: 1.7rem; line-height: 1.25; letter-spacing: -.025em; }
.container { width: min(100% - 7rem, 1280px); margin-inline: auto; }
.section { padding-block: 7.5rem; }
.eyebrow { font-size: .875rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; line-height: 1.5; margin-bottom: 1.7rem; }
.skip-link { position: absolute; left: 1rem; top: -8rem; z-index: 5; padding: .8rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
.site-header { background: var(--paper); }
.header-inner { display: flex; align-items: center; gap: 2.75rem; min-height: 112px; }
.brand { display: block; flex-shrink: 0; }
.brand img { width: 180px; height: auto; }
.main-nav { display: flex; gap: 2.25rem; margin-left: auto; }
.main-nav a, .header-contact { font-family: var(--heading); font-size: .9375rem; text-decoration: none; padding-block: .7rem; }
.main-nav a:hover { text-decoration: underline; }
.header-contact { margin-left: 1.25rem; border-bottom: 1px solid var(--ink); display: flex; align-items: center; gap: 1.75rem; }
.header-contact:hover { color: var(--blue); }
.hero { padding-block: 4.75rem 0; background: var(--orange); }
.hero .eyebrow { margin-bottom: 2.5rem; }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-top: 2.75rem; padding-bottom: 4rem; }
.hero-description { font-size: clamp(1.125rem, 1.6vw, 1.4rem); line-height: 1.5; max-width: 43rem; }
.button { display: inline-flex; flex-shrink: 0; justify-content: space-between; align-items: center; gap: 3rem; padding: 1.1rem 1.6rem; font-family: var(--heading); font-size: 1rem; text-decoration: none; line-height: 1.5; min-height: 56px; transition: background .18s, color .18s; }
.button span { font-size: 1.4rem; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #333; }
.button-light { background: var(--orange); color: var(--ink); }
.button-light:hover { background: var(--paper); }
.button-outline { border: 1px solid rgb(252 247 242 / .55); color: var(--paper); margin-top: .85rem; }
.button-outline:hover { background: var(--paper); color: var(--ink); }
.hero-audiences { border-top: 1px solid rgb(0 0 0 / .3); padding-block: 1.35rem; display: flex; justify-content: space-between; gap: 1.5rem; font-size: .875rem; font-family: var(--heading); }
.section-intro { display: grid; grid-template-columns: 1.35fr 1fr; gap: 5rem; align-items: end; margin-bottom: 4rem; }
.section-intro > p { color: var(--muted); max-width: 31rem; padding-bottom: .35rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem; }
.service { display: flex; flex-direction: column; border-top: 2px solid var(--ink); padding-top: 1.4rem; }
.service-index { display: flex; align-items: center; gap: 1rem; font-size: 1rem; margin-bottom: 2rem; font-family: var(--heading); }
.service-index span { font-family: var(--body); color: var(--muted); font-size: .875rem; }
.service h3 { font-size: clamp(1.5rem, 2.15vw, 2rem); margin-bottom: 1.4rem; }
.service > p:not(.service-index) { color: var(--muted); font-size: 1.0625rem; }
.outcome { margin-top: 1.8rem; padding-top: 1.25rem; border-top: 1px solid var(--line); margin-bottom: 2.2rem; }
.outcome strong { display: block; color: var(--ink); font-size: .875rem; margin-bottom: .4rem; }
.text-link { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: var(--heading); font-size: .9375rem; padding-block: .7rem; text-decoration: none; border-bottom: 1px solid var(--ink); width: fit-content; }
.text-link:hover { color: var(--blue); border-color: var(--blue); }
.text-link span { margin-left: .8rem; font-size: 1.25rem; }
.service .text-link { margin-top: auto; }
.experience { background: #fff; }
.project-list { border-top: 1px solid var(--line); }
.project { display: grid; grid-template-columns: 1fr 1.55fr .8fr; gap: 3rem; align-items: center; padding-block: 2.5rem; border-bottom: 1px solid var(--line); }
.project-client > p { margin-top: .6rem; color: var(--muted); font-size: .875rem; }
.project > p { color: var(--muted); font-size: 1.0625rem; }
.project-focus { color: var(--muted); justify-self: end; font-size: .875rem; font-family: var(--heading); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 7.5rem); align-items: center; }
.portrait img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.portrait figcaption { margin-top: 1rem; font-family: var(--heading); font-size: 1rem; }
.portrait figcaption span { display: block; color: var(--muted); font-family: var(--body); font-size: .875rem; margin-top: .2rem; }
.about-copy h2 { margin-bottom: 1.7rem; }
.about-copy > p:not(.eyebrow) { margin-bottom: 1.2rem; color: var(--muted); }
.about-copy > p.lead { font-size: 1.25rem; color: var(--ink); }
.about-copy .text-link { margin-top: 1.6rem; }
.contact { background: var(--ink); color: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 5rem; }
.contact .eyebrow { color: var(--orange); }
.contact h2 { font-size: clamp(2.75rem, 5vw, 4.9rem); }
.contact-copy p { color: #d9d4d0; max-width: 30rem; margin-bottom: 2rem; font-size: 1.25rem; }
.contact-copy .button { width: 100%; max-width: 26rem; }
.email-link { display: block; width: fit-content; margin-top: 1.4rem; font-size: 1rem; }
.email-link:hover { color: var(--orange); }
.site-footer { padding-block: 3rem 2rem; }
.footer-top { display: flex; align-items: center; gap: 2.5rem; padding-bottom: 2.5rem; }
.footer-top .brand img { width: 150px; }
.footer-top > p { font-family: var(--heading); color: var(--muted); font-size: .9375rem; }
.footer-links { display: flex; align-items: center; gap: 1.5rem; margin-left: auto; }
.footer-personal { font-size: .9375rem; text-decoration: none; }
.footer-personal:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); padding-top: 1.6rem; color: var(--muted); font-size: .8125rem; }
.footer-bottom > div { text-align: right; }
@media (min-width: 1600px) { .hero { padding-top: 6rem; } }
@media (max-width: 1050px) {
  .container { width: calc(100% - 4rem); }
  .header-inner { gap: 2rem; }
  .main-nav { gap: 1.5rem; }
  .header-contact { margin-left: 0; }
  .section { padding-block: 5.5rem; }
  .section-intro { gap: 3rem; }
  .service-grid { gap: 1.75rem; }
  .project { grid-template-columns: 1fr 1.75fr; gap: 2rem; }
  .project-focus { display: none; }
  .about-grid { gap: 3rem; }
  .about-copy .eyebrow { letter-spacing: .07em; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 2.5rem); }
  .section { padding-block: 4rem; }
  .header-inner { flex-wrap: wrap; gap: 0; padding-top: 1rem; min-height: 0; }
  .brand img { width: 146px; }
  .header-contact { margin-left: auto; gap: .8rem; font-size: .875rem; }
  .main-nav { order: 3; width: 100%; justify-content: space-between; gap: 1rem; margin-top: .85rem; border-top: 1px solid var(--line); }
  .main-nav a { font-size: .875rem; padding-block: .8rem; }
  .hero { padding-top: 3rem; }
  .hero .eyebrow { font-size: .8125rem; letter-spacing: .075em; margin-bottom: 1.75rem; }
  h1 { font-size: clamp(3.3rem, 11.6vw, 5.5rem); letter-spacing: -.05em; }
  .hero-bottom { flex-direction: column; align-items: flex-start; margin-top: 2rem; gap: 1.8rem; padding-bottom: 2.5rem; }
  .hero-description { max-width: 34rem; font-size: 1.125rem; }
  .hero .button { min-width: 13.5rem; }
  .hero-audiences { flex-wrap: wrap; justify-content: flex-start; gap: .45rem 1.2rem; padding-block: 1.1rem; }
  .hero-audiences span { font-size: .8125rem; }
  .section-intro { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2.75rem; }
  .eyebrow { margin-bottom: 1.15rem; }
  .service-grid { grid-template-columns: 1fr; gap: 3rem; }
  .service { padding-top: 1.2rem; }
  .service-index { margin-bottom: 1.2rem; }
  .service h3 { font-size: 1.8rem; margin-bottom: 1rem; }
  .service h3 br { display: none; }
  .service > p:not(.service-index) { max-width: 38rem; }
  .outcome { margin-top: 1.2rem; margin-bottom: 1rem; }
  .project { grid-template-columns: 1fr; gap: 1.2rem; padding-block: 2rem; }
  .project-client h3 br { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .portrait { max-width: 30rem; }
  .about-copy > p.lead { font-size: 1.1875rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .contact-copy p { font-size: 1.125rem; }
  .footer-top { flex-wrap: wrap; gap: 1.5rem; padding-bottom: 2rem; }
  .footer-top > p { width: 100%; order: 3; }
  .footer-top .brand img { width: 138px; }
  .footer-links { width: 100%; margin-left: 0; order: 2; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: .8rem; }
  .footer-bottom > div { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
