@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url("fonts/archivo-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6-02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url("fonts/archivo-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CE, U+02D0-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
:root {
  --page:#f9f9f6;
  --ink:#232522;
  --muted:#656761;
  --line:#dedfd8;
  --surface:#efefe9
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
body {
  margin:0;
  background:var(--page);
  color:var(--ink);
  font-family:Archivo,Arial,sans-serif;
  font-size:16px;
  line-height:1.55
}
a {
  color:inherit;
  text-decoration:none
}
button,input,select {
  font:inherit
}
button,a,input,select,summary {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
img {
  display:block;
  max-width:100%
}
h1,h2,h3,p,figure {
  margin:0
}
h1,h2,h3 {
  font-weight:500;
  line-height:1.04;
  letter-spacing:-.055em
}
h2 {
  font-size:clamp(40px,4.6vw,70px)
}
h3 {
  font-size:26px;
  letter-spacing:-.035em
}
em {
  font-family:Georgia,'Times New Roman',serif;
  font-weight:400;
  letter-spacing:-.06em
}
p {
  color:var(--muted)
}
.wrap {
  max-width:1536px;
  padding:0 5%;
  margin:auto
}
.eyebrow {
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:600;
  margin-bottom:24px;
  color:var(--ink)
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  background:var(--ink);
  color:#fff;
  padding:14px 25px;
  border:1px solid var(--ink);
  border-radius:100px;
  font-weight:500;
  font-size:14px;
  transition:background .2s,transform .2s
}
.button:hover {
  background:#41463b;
  transform:translateY(-2px)
}
.button-small {
  min-height:44px;
  padding:10px 22px
}
.text-link {
  font-size:14px;
  border-bottom:1px solid var(--ink);
  padding:10px 0
}
.text-link:hover {
  opacity:.65
}
:focus-visible {
  outline:2px solid #526442;
  outline-offset:5px
}
.skip {
  position:fixed;
  top:10px;
  left:15px;
  z-index:100;
  transform:translateY(-160%);
  padding:14px;
  background:white
}
.skip:focus {
  transform:none
}
.site-header {
  position:sticky;
  top:0;
  background:#193d32;
  color:#f9f9f6;
  z-index:20;
  transition:box-shadow .2s
}
.site-header.scrolled {
  box-shadow:0 1px var(--line)
}
.header-row {
  height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.brand {
  font-size:33px;
  font-weight:750;
  letter-spacing:-2px;
  line-height:1
}
.brand-dot {
  display:inline-block;
  font-size:23px;
  vertical-align:top;
  margin-left:5px;
  letter-spacing:0
}
.site-nav {
  display:flex;
  align-items:center;
  gap:34px;
  font-size:14px
}
.site-nav>a:not(.button):hover {
  text-decoration:underline;
  text-underline-offset:6px
}
.menu-toggle {
  display:none
}
.hero {
  padding:42px 0 32px
}
.hero-grid {
  display:grid;
  grid-template-columns:1fr 1.12fr;
  gap:6%;
  align-items:center
}
.hero h1 {
  font-size:clamp(54px,5.6vw,86px);
  line-height:.98
}
.hero .eyebrow {
  margin-bottom:27px
}
.lede {
  max-width:430px;
  font-size:17px;
  line-height:1.6;
  margin-top:23px
}
.offer-line {
  font-size:14px;
  margin-top:21px
}
.offer-line span {
  margin:0 8px;
  color:#a0a298
}
.hero-actions {
  display:flex;
  gap:26px;
  align-items:center;
  margin-top:22px
}
.hero-guarantee {
  font-size:14px;
  line-height:1.7;
  margin-top:19px
}
.hero-guarantee a {
  text-decoration:underline;
  text-underline-offset:3px
}
.hero-case {
  min-width:0
}
.hero-case-link {
  display:block
}
.hero-case img {
  width:100%;
  height:auto;
  object-fit:contain;
  aspect-ratio:1.6;
  border-radius:3px;
  transition:transform .5s
}
.hero-case-link:hover img {
  transform:translateY(-4px)
}
.case-caption {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  font-size:14px;
  padding-top:17px
}
.case-caption strong {
  font-weight:500
}
.case-caption small {
  display:block;
  color:var(--muted);
  font-size:14px;
  margin-top:2px
}
.case-visit {
  border:1px solid var(--line);
  border-radius:30px;
  padding:7px 12px;
  font-size:14px;
  white-space:nowrap
}
.hero-case figcaption {
  font-size:14px;
  color:var(--muted);
  margin-top:10px
}
.clients {
  padding:20px 0 30px
}
.clients-inner {
  border-bottom:1px solid var(--line)
}
.clients-head {
  display:flex;
  justify-content:space-between;
  align-items:center
}
.clients-title,.clients-note {
  font-size:14px
}
.clients-title {
  text-transform:uppercase;
  letter-spacing:.13em
}
.client-list {
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  list-style:none;
  padding:23px 0 32px;
  margin:0;
  overflow-x:auto
}
.client-list li {
  white-space:nowrap;
  font-weight:600;
  font-size:clamp(13px,1.3vw,19px);
  letter-spacing:-.035em
}
.offer {
  padding:85px 0 65px
}
.offer-main {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:12%
}
.large-copy {
  font-size:24px;
  line-height:1.35;
  letter-spacing:-.025em;
  color:var(--ink);
  margin-bottom:20px
}
.offer-description>p:not(.large-copy) {
  font-size:16px;
  max-width:500px
}
.deliverables {
  display:grid;
  grid-template-columns:1fr 1fr;
  list-style:none;
  padding:0;
  gap:13px 20px;
  margin-top:26px;
  font-size:14px
}
.deliverables li:before {
  content:'↗';
  margin-right:9px
}
.work {
  padding:65px 0
}
.section-head {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:40px
}
.section-head>p {
  font-size:14px;
  max-width:250px
}
.filters {
  display:flex;
  gap:8px;
  margin:35px 0 28px;
  flex-wrap:wrap
}
.filters button {
  min-height:44px;
  border:1px solid var(--line);
  border-radius:30px;
  padding:10px 18px;
  font-size:14px;
  background:transparent;
  color:var(--ink);
  transition:background .2s
}
.filters button[aria-pressed=true] {
  background:var(--ink);
  color:white;
  border-color:var(--ink)
}
.project-grid {
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:38px 24px
}
.project {
  grid-column:span 2;
  min-width:0
}
.project-wide {
  grid-column:span 3
}
.project[hidden] {
  display:none
}
.shot {
  display:block;
  overflow:hidden;
  background:var(--surface);
  border-radius:3px
}
.shot img {
  width:100%;
  height:auto;
  aspect-ratio:1.6;
  object-fit:cover;
  transition:transform .7s cubic-bezier(.2,.65,.2,1)
}
.project a:hover img {
  transform:scale(1.035)
}
.project-name {
  display:block;
  font-size:16px;
  letter-spacing:-.02em;
  margin-top:13px
}
.project-name:after {
  content:'↗';
  float:right
}
.project-type {
  font-size:14px;
  color:var(--muted)
}
.work-cta {
  margin-top:45px;
  padding-top:25px;
  border-top:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:14px
}
.process {
  padding:95px 0
}
.process>.wrap {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10%
}
.process-heading>p:last-child {
  max-width:350px;
  font-size:16px;
  margin-top:25px
}
.process-stories article {
  position:relative;
  padding:27px 0 29px 48px;
  border-top:1px solid var(--line)
}
.process-stories article:last-child {
  border-bottom:1px solid var(--line)
}
.process-stories h3 {
  font-size:25px;
  margin-bottom:12px
}
.process-stories p {
  font-size:14px;
  max-width:430px
}
.process-symbol {
  position:absolute;
  top:20px;
  left:0;
  font-size:30px;
  font-family:Georgia,serif
}
.services-intro {
  font-size:14px;
  margin-top:12px
}
.faq {
  padding:85px 0;
  border-top:1px solid var(--line)
}
.faq-grid {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:10%
}
.faq-list details {
  border-top:1px solid var(--line);
  overflow:hidden
}
.faq-list details:last-child {
  border-bottom:1px solid var(--line)
}
.faq-list summary {
  cursor:pointer;
  list-style:none;
  padding:23px 38px 23px 0;
  position:relative;
  font-size:16px;
  letter-spacing:-.02em
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary:after {
  content:'+';
  position:absolute;
  right:2px;
  top:19px;
  font-size:25px;
  font-weight:300
}
.faq-list details[open] summary:after {
  content:'−'
}
.faq-list details p {
  padding:0 35px 25px 0;
  font-size:14px;
  line-height:1.8
}
.start {
  padding:95px 0 100px;
  border-top:1px solid var(--line)
}
.start-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12%
}
.start h2 {
  font-size:clamp(45px,5vw,76px)
}
.start-grid>div>p {
  max-width:370px;
  font-size:16px;
  margin-top:25px
}
.start-grid .capacity {
  font-size:14px;
  line-height:1.8
}
.free-review {
  margin-top:42px;
  border-top:1px solid var(--line);
  padding-top:22px;
  max-width:370px
}
.free-review h3 {
  font-size:19px;
  letter-spacing:-.025em
}
.free-review p {
  font-size:14px;
  margin-top:12px;
  line-height:1.8
}
.project-form {
  display:grid;
  grid-template-columns:1fr;
  gap:23px;
  align-content:start
}
.field label {
  display:block;
  font-size:14px;
  margin-bottom:9px
}
.optional {
  color:var(--muted);
  font-size:14px
}
.field input,.field select {
  width:100%;
  min-height:50px;
  border:0;
  border-bottom:1px solid #a9aca1;
  background:transparent;
  border-radius:0;
  color:var(--ink);
  padding:9px 0;
  font-size:17px;
  transition:border-color .2s
}
.field input:focus,.field select:focus {
  outline:none;
  border-bottom:2px solid var(--ink)
}
.field input[aria-invalid=true] {
  border-color:#a02c22
}
.field select {
  font-size:16px
}
.form-foot .button {
  width:100%;
  margin-top:5px;
  min-height:56px
}
.form-note {
  font-size:14px;
  line-height:1.7;
  margin-top:15px;
  max-width:350px
}
.form-status {
  font-size:14px;
  margin-top:12px
}
.form-status:empty {
  display:none
}
.error {
  color:#a02c22
}
.success {
  color:#365c30
}
.botcheck {
  display:none
}
.button:disabled {
  opacity:.6;
  cursor:wait
}
.site-footer {
  background:#193d32;
  color:#f9f9f6;
  padding:42px 0;
  border-top:1px solid var(--line)
}
.footer-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px
}
.footer-row p {
  font-size:14px
}
.footer-privacy,.privacy-back {
  font-size:14px;
  text-decoration:underline;
  text-underline-offset:4px
}
.privacy-main {
  padding:100px 0 120px
}
.privacy-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:12%
}
.privacy-heading h1 {
  font-size:clamp(52px,5vw,78px);
  max-width:650px
}
.privacy-heading>p:not(.eyebrow) {
  max-width:470px;
  margin-top:25px;
  font-size:18px;
  line-height:1.6
}
.privacy-heading .privacy-updated {
  font-size:13px!important;
  margin-top:25px!important
}
.privacy-copy section {
  padding:0 0 30px;
  margin-bottom:30px;
  border-bottom:1px solid var(--line)
}
.privacy-copy h2 {
  font-size:25px;
  line-height:1.2;
  letter-spacing:-.035em;
  margin-bottom:14px
}
.privacy-copy p {
  font-size:17px;
  line-height:1.65
}
.privacy-copy p a {
  text-decoration:underline;
  text-underline-offset:3px
}
.privacy-contact .project-form {
  margin-top:28px
}
.field textarea {
  width:100%;
  resize:vertical;
  min-height:130px;
  border:1px solid #a9aca1;
  background:transparent;
  color:var(--ink);
  padding:12px;
  font:17px/1.5 Arial,Helvetica,sans-serif
}
.field textarea:focus {
  outline:2px solid var(--ink);
  outline-offset:2px
}
.field textarea[aria-invalid=true] {
  border-color:#a02c22
}
@media(min-width:1600px) {
  .hero {
    padding-top:65px;
    padding-bottom:55px
  }
}
@media(max-width:1000px) {
  .hero-grid {
    gap:4%
  }
  .hero h1 {
    font-size:55px
  }
  .hero .eyebrow {
    font-size:14px
  }
  .lede {
    font-size:16px
  }
  .offer-main {
    gap:7%
  }
  .client-list {
    gap:28px
  }
  .process>.wrap {
    gap:6%
  }
  .start-grid {
    gap:8%
  }
  .site-nav {
    gap:24px
  }
}
@media(max-width:699px) {
  .wrap {
    padding-left:22px;
    padding-right:22px
  }
  .header-row {
    height:74px
  }
  .brand {
    font-size:29px
  }
  .brand-dot {
    font-size:19px
  }
  .menu-toggle {
    display:block;
    background:transparent;
    border:1px solid var(--line);
    border-radius:30px;
    min-height:44px;
    padding:8px 18px;
    font-size:14px
  }
  .site-nav {
    display:none;
    position:absolute;
    top:74px;
    left:0;
    right:0;
    padding:15px 22px 25px;
    background:var(--page);
    border-bottom:1px solid var(--line);
    flex-direction:column;
    align-items:stretch;
    gap:0
  }
  .site-nav.open {
    display:flex
  }
  .site-nav>a:not(.button) {
    padding:15px 0;
    border-bottom:1px solid var(--line)
  }
  .site-nav .button {
    margin-top:15px
  }
  .hero {
    padding:25px 0 28px
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:35px
  }
  .hero h1 {
    font-size:clamp(51px,12vw,75px)
  }
  .hero .eyebrow {
    font-size:14px;
    margin-bottom:24px
  }
  .lede {
    font-size:16px;
    max-width:350px
  }
  .hero-guarantee {
    font-size:14px
  }
  .hero-actions {
    gap:25px
  }
  .case-caption {
    font-size:14px
  }
  .clients {
    padding:8px 0 10px
  }
  .clients-note {
    font-size:14px
  }
  .client-list {
    padding-bottom:25px;
    gap:30px
  }
  .client-list li {
    font-size:17px
  }
  .offer,.work,.process,.faq,.start {
    padding:58px 0
  }
  h2 {
    font-size:42px
  }
  .offer-main,.process>.wrap,.faq-grid,.start-grid {
    grid-template-columns:1fr;
    gap:32px
  }
  .large-copy {
    font-size:21px
  }
  .deliverables {
    font-size:14px;
    gap:13px
  }
  .section-head {
    display:block
  }
  .section-head>p {
    margin-top:20px;
    max-width:280px
  }
  .filters {
    gap:5px;
    margin-top:25px
  }
  .filters button {
    font-size:14px;
    padding:10px 12px
  }
  .project-grid {
    grid-template-columns:1fr;
    gap:28px
  }
  .project,.project-wide {
    grid-column:auto
  }
  .project-name {
    font-size:16px
  }
  .work-cta {
    gap:20px;
    align-items:flex-start;
    flex-direction:column
  }
  .process-stories h3 {
    font-size:23px
  }
  .faq-list summary {
    font-size:16px
  }
  .start-grid {
    gap:40px
  }
  .start h2 {
    font-size:51px
  }
  .free-review {
    margin-top:25px
  }
  .project-form {
    gap:25px
  }
  .footer-row {
    flex-wrap:wrap
  }
  .footer-row p:nth-child(2) {
    width:100%;
    order:3
  }
  .site-footer {
    padding:25px 0
  }
  .privacy-main {
    padding:55px 0 70px
  }
  .privacy-layout {
    grid-template-columns:1fr;
    gap:45px
  }
  .privacy-heading h1 {
    font-size:clamp(48px,11vw,64px)
  }
  .privacy-back {
    font-size:13px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
}

/* Shorter copy, stronger reading sizes, and coloured page framing. */
.site-header .button { background:#e7eecb; color:#193d32; border-color:#e7eecb; }
.site-header :focus-visible, .site-footer :focus-visible { outline-color:#e7eecb; }
.site-footer p { color:#e0e8df; }
.hero .eyebrow { font-size:11px; }
.lede, .offer-description > p:not(.large-copy), .process-stories p,
.faq-list details p, .start-grid > div > p, .free-review p { font-size:17px; }
.hero-guarantee { font-size:14px; max-width:430px; }
.case-caption { flex-wrap:wrap; gap:10px; }
.case-caption strong { font-size:15px; }
.clients-title, .clients-note { font-size:12px; }
.deliverables { display:flex; flex-wrap:wrap; gap:10px 20px; }
.deliverables li:before { content:none; }
.deliverables li { border-bottom:1px solid var(--line); padding:8px 0; }
.offer { padding:65px 0 40px; }
.process { padding:70px 0; }
.faq-grid { grid-template-columns:1fr 1fr; gap:10%; align-items:start; }
.work { border-top:1px solid var(--line); }
.faq-list { max-width:950px; }
.faq-list summary { font-size:18px; }
.faq { padding:65px 0; }
.start { padding:70px 0; }
@media(max-width:699px) {
  .site-nav { background:#193d32; }
  .menu-toggle { color:#f9f9f6; border-color:#6d887a; }
  .site-nav>a:not(.button) { border-color:#6d887a; }
  .hero .eyebrow { font-size:11px; }
  .filters button { font-size:12px; }
  .clients-head { gap:15px; align-items:flex-start; }
  .clients-title, .clients-note { font-size:11px; }
  .faq h2 { font-size:clamp(32px,8.8vw,42px); }
  .offer,.work,.process,.faq,.start { padding:45px 0; }
}

/* Keep the display identity; use a separate reading face for supporting copy. */
p, .deliverables, .project-type, .case-caption small,
.field label, .field input, .field select, .optional {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
}
.lede, .offer-description > p, .process-stories p,
.faq-list details p, .start-grid > div > p, .free-review p {
  line-height: 1.65;
}
.hero .eyebrow, .eyebrow, .clients-title {
  font-family: Archivo, Arial, sans-serif;
  letter-spacing: .13em;
}
.offer h2, .section-head h2, .process h2, .start h2 {
  text-wrap: balance;
}
.section-head h2 { max-width: 850px; }
.section-head > p { flex: 0 0 250px; }
@media(max-width:699px) {
  .section-head h2 { font-size: 42px; }
  .start h2 { font-size: 48px; }
}

@media (min-width:700px) and (max-width:1000px) {
  .faq-grid { gap:6%; }
}
@media (max-width:699px) {
  .faq-grid { grid-template-columns:1fr; gap:32px; }
}
