:root {
  --bg: #f4f3ef;
  --paper: #fbfbf8;
  --ink: #141414;
  --muted: #66655f;
  --line: #d7d5ce;
  --soft: #e9e7e0;
  --accent: #465f70;
  --accent-dark: #314a5a;
  --accent-soft: #e2e7e8;
  --accent-line: #aab7bd;
  --max: 1420px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter Tight", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 4vw, 68px);
  background: rgba(244, 243, 239, .92);
  border-bottom: 1px solid rgba(20, 20, 20, .12);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 44px;
}

.brand-wordmark {
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 720;
  letter-spacing: .18em;
  line-height: 1;
  text-transform: uppercase;
  transition: color .2s ease, letter-spacing .2s ease;
}

.brand-wordmark-compact { display: none; }

.brand:hover .brand-wordmark,
.brand:focus-visible .brand-wordmark {
  color: var(--accent);
  letter-spacing: .2em;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 38px);
  font-size: 13px;
}

.nav a { opacity: .72; }
.nav a:hover { color: var(--accent-dark); opacity: 1; }

.nav-contact {
  padding-bottom: 2px;
  border-bottom: 1px solid var(--accent);
  color: var(--accent-dark);
}

/* Service homepage ------------------------------------------------------- */

html { scroll-behavior: smooth; }

.service-home #services,
.service-home #process,
.service-home #about,
.service-home #contact { scroll-margin-top: 95px; }

.service-home {
  overflow-x: clip;
  background: #f2f1ec;
}

.service-home ::selection {
  background: var(--accent);
  color: #fff;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.service-home .section-shell {
  width: min(calc(100% - 96px), 1500px);
  margin-inline: auto;
}

.service-home .home-header {
  height: 78px;
  padding-inline: clamp(28px, 4vw, 72px);
  background: rgba(242, 241, 236, .94);
  border-bottom-color: rgba(20, 20, 20, .16);
}

.service-home .home-header .brand {
  min-width: 0;
}

.service-home .home-header .nav {
  gap: clamp(21px, 2.6vw, 46px);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .035em;
}

.service-home .home-header .nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  opacity: .75;
  transition: color .2s ease, opacity .2s ease;
}

.service-home .home-header .nav a:hover,
.service-home .home-header .nav a:focus-visible { opacity: 1; }

.service-home .home-header .nav-contact {
  padding: 9px 13px;
  border: 1px solid var(--accent);
  color: var(--accent-dark);
  opacity: 1;
}

.service-home .home-header .nav-contact:hover,
.service-home .home-header .nav-contact:focus-visible {
  background: var(--accent);
  color: #fff;
}

.service-home .home-header .nav .language-switch {
  position: relative;
  padding-left: clamp(16px, 1.5vw, 24px);
  color: var(--accent-dark);
  opacity: 1;
}

.service-home .home-header .nav .language-switch::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 1px;
  background: var(--line);
}

.service-home .service-hero {
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  min-height: clamp(720px, 86svh, 860px);
  border-bottom: 1px solid var(--line);
}

.service-home .hero-content {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-width: 0;
  padding: clamp(28px, 3vw, 48px) clamp(32px, 3.6vw, 68px) clamp(32px, 3.3vw, 54px);
}

.service-home .hero-reference {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--accent-dark);
  font-size: 11.5px;
  font-weight: 750;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.service-home .hero-main {
  align-self: center;
  max-width: 820px;
  padding: clamp(42px, 5vh, 64px) 0;
}

.service-home .hero-role {
  margin: 0 0 clamp(25px, 3.2vh, 38px);
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.service-home .service-hero h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(54px, 4.15vw, 80px);
  font-weight: 450;
  letter-spacing: -.055em;
  line-height: .94;
}

.service-home .service-hero h1 span { color: var(--accent-dark); }

.service-home .hero-summary {
  max-width: 520px;
  margin: clamp(27px, 3.6vh, 38px) 0 0;
  padding-left: 18px;
  border-left: 3px solid var(--accent);
  color: #403f3a;
  font-size: clamp(19px, 1.15vw, 20px);
  line-height: 1.5;
}

.service-home .hero-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 11px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 12.25px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.service-home .hero-capabilities span { color: var(--accent); }

.service-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(30px, 4vh, 38px);
}

.service-home .hero-actions .button-primary { min-width: 210px; }
.service-home .hero-actions .button-secondary { min-width: 175px; }

.service-home .button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 17px;
  border: 1px solid var(--accent);
  font-size: 12.25px;
  font-weight: 700;
  letter-spacing: .105em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.service-home .button span { font-size: 14px; }

.service-home .button-primary {
  background: var(--accent);
  color: #fff;
}

.service-home .button-primary:hover,
.service-home .button-primary:focus-visible {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.service-home .button-primary:focus-visible {
  outline-color: var(--ink);
  outline-offset: 3px;
}

.service-home .button-secondary {
  background: transparent;
  color: var(--accent-dark);
  border-color: var(--accent-line);
}

.service-home .button-secondary:hover,
.service-home .button-secondary:focus-visible {
  background: var(--accent-soft);
  border-color: var(--accent);
}

.service-home .hero-visual {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid var(--line);
  background: #d3d5d1;
}

.service-home .hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(.96) saturate(.25) contrast(1.08) brightness(.96);
}

.service-home .home-section { padding-block: clamp(90px, 7vw, 125px); }

.service-home .services.home-section {
  padding-top: clamp(85px, 6vw, 110px);
  padding-bottom: clamp(70px, 5vw, 90px);
}

.service-home .section-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, .42fr) minmax(0, 1.58fr);
  gap: clamp(38px, 6vw, 98px);
  align-items: start;
  margin-bottom: clamp(58px, 6vw, 96px);
  padding-top: 23px;
  border-top: 1px solid var(--line);
}

.service-home .section-intro::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 82px;
  height: 3px;
  background: var(--accent);
}

.service-home .eyebrow {
  margin: 0 0 22px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.service-home .section-intro h2,
.service-home .client-heading h2,
.service-home .about h2,
.service-home .samples h2,
.service-home .home-contact h2 {
  margin: 0;
  font-size: clamp(40px, 4.3vw, 68px);
  font-weight: 450;
  letter-spacing: -.047em;
  line-height: .99;
}

.service-home .service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(20, 20, 20, .13);
}

.service-home .service-item {
  display: grid;
  min-height: 245px;
  grid-template-rows: auto 1fr;
  padding: clamp(22px, 1.9vw, 29px) clamp(22px, 1.9vw, 29px) clamp(20px, 1.65vw, 25px);
  border-bottom: 1px solid rgba(20, 20, 20, .13);
}

.service-home .service-item:nth-child(odd) { border-right: 1px solid rgba(20, 20, 20, .13); }

.service-home .item-number {
  position: relative;
  display: inline-flex;
  width: 50px;
  align-items: center;
  padding-top: 8px;
  border-top: 2px solid var(--accent);
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.service-home .service-item > div { align-self: end; }

.service-home .service-item h3 {
  max-width: 340px;
  margin: 0 0 17px;
  font-size: clamp(26px, 1.8vw, 30px);
  font-weight: 580;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.service-home .service-item p {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 16.5px;
  line-height: 1.6;
}

.service-home .editorial-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #c9cac7;
  border: 1px solid var(--line);
}

.service-home .editorial-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-home .service-editorial {
  width: 78%;
  height: clamp(360px, 33vw, 500px);
  margin: clamp(48px, 3.6vw, 58px) 0 0 auto;
}

.service-home .service-editorial img {
  object-position: center 58%;
  filter: grayscale(1) contrast(1.12) brightness(.98);
}

.service-home .architectural-editorial {
  width: min(calc((100% - 96px) * .72), 1080px);
  height: clamp(380px, 30vw, 500px);
  margin: clamp(45px, 4vw, 62px) auto clamp(65px, 6vw, 88px) max(48px, calc((100% - 1500px) / 2));
}

.service-home .architectural-editorial img {
  object-position: center 54%;
  filter: grayscale(1) contrast(1.16) brightness(.96);
}

.service-home .process {
  background: var(--paper);
}

.service-home .process.home-section { padding-bottom: clamp(70px, 5vw, 90px); }

.service-home .process-intro::before { display: none; }

.service-home .process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--accent);
}

.service-home .process-list li {
  position: relative;
  min-height: 250px;
  padding: 0 clamp(24px, 2.5vw, 39px) 30px;
}

.service-home .process-list li:not(:last-child) { border-right: 1px solid rgba(20, 20, 20, .13); }

.service-home .process-marker {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-top: -19px;
  background: var(--accent);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .08em;
}

.service-home .process-list h3 {
  margin: clamp(56px, 4vw, 72px) 0 17px;
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 550;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.service-home .process-list p {
  max-width: 285px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.service-home.language-fr .service-item { min-height: 255px; }
.service-home.language-fr .process-list li { min-height: 270px; }

.service-home .client-band {
  padding-block: clamp(76px, 6.5vw, 106px);
  background: var(--accent-dark);
  color: #f4f3ef;
}

.service-home .client-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  gap: clamp(54px, 7vw, 112px);
  align-items: start;
}

.service-home .client-heading .eyebrow { color: #b7c4ca; }

.service-home .client-heading h2 {
  max-width: 680px;
  font-size: clamp(37px, 3.4vw, 54px);
}

.service-home .client-heading > p:last-child {
  max-width: 550px;
  margin: 30px 0 0;
  padding-left: 18px;
  border-left: 2px solid #8fa1ab;
  color: #cbd3d6;
  font-size: 16px;
  line-height: 1.7;
}

.service-home .client-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .3);
  list-style: none;
}

.service-home .client-list li {
  display: flex;
  min-height: 76px;
  align-items: center;
  padding-inline: clamp(20px, 2vw, 32px);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  font-size: clamp(18px, 1.35vw, 21px);
}

.service-home .client-list li:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, .22);
}

.service-home .about {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(60px, 7.5vw, 120px);
  align-items: start;
  border-top: 0;
}

.service-home .about.home-section { padding-bottom: 0; }

.service-home .about-heading {
  position: relative;
  padding-top: 23px;
}

.service-home .about-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 82px;
  height: 3px;
  background: var(--accent);
}

.service-home .about h2 { max-width: 850px; }

.service-home .about-copy {
  max-width: none;
  margin-top: 48px;
  padding: 0 0 0 clamp(24px, 3vw, 48px);
  border-top: 0;
  border-left: 1px solid var(--accent-line);
}

.service-home .about-copy > p {
  max-width: 680px;
  margin: 0 0 24px;
  color: #3f3e39;
  font-size: clamp(18px, 1.35vw, 20px);
  line-height: 1.65;
}

.service-home .about-copy > p:nth-child(2) {
  color: var(--muted);
  font-size: clamp(17px, 1.18vw, 18px);
}

.service-home .about-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 44px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.service-home .about-details div { margin: 0; }

.service-home .about-details dt {
  margin-bottom: 6px;
  color: var(--accent-dark);
  font-size: 11.5px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.service-home .about-details dd {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.service-home .samples {
  display: grid;
  grid-template-columns: minmax(170px, .42fr) minmax(0, 1.25fr) auto;
  gap: clamp(28px, 3vw, 52px);
  align-items: center;
  margin-bottom: clamp(52px, 4.5vw, 72px);
  padding: clamp(26px, 2.5vw, 38px);
  background: var(--accent-soft);
  border: 0;
  border-left: 4px solid var(--accent);
}

.service-home .samples-reference {
  align-self: start;
  padding-top: 4px;
  color: var(--accent-dark);
  font-size: 11.5px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.service-home .samples h2 { font-size: clamp(34px, 3.3vw, 54px); }

.service-home .samples-copy p {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.service-home .arrow-link {
  display: inline-flex;
  min-width: 190px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 52px;
  padding: 14px 15px;
  border: 1px solid var(--accent);
  color: var(--accent-dark);
  font-size: 12.25px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.service-home .arrow-link:hover,
.service-home .arrow-link:focus-visible {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.service-home .home-contact {
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--ink);
  border: 0;
  border-top: 4px solid var(--accent);
  color: #fff;
}

.service-home .home-contact::before { display: none; }

.service-home .contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: clamp(48px, 6vw, 96px);
  padding-block: clamp(88px, 7vw, 116px);
}

.service-home .contact-heading {
  position: relative;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.service-home .contact-heading::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 82px;
  height: 3px;
  background: #9fb1bc;
}

.service-home .home-contact .eyebrow { color: #9fb1bc; }

.service-home .home-contact h2 {
  max-width: 850px;
  font-size: clamp(54px, 6vw, 88px);
  line-height: .98;
}

.service-home .home-contact .contact-body {
  align-self: end;
  padding: 0 0 0 clamp(24px, 3vw, 48px);
  border-top: 0;
  border-left: 1px solid rgba(255, 255, 255, .23);
}

.service-home .home-contact .contact-body > p:first-child {
  max-width: 590px;
  margin: 0;
  color: #c7c7c3;
  font-size: clamp(17px, 1.2vw, 18px);
  line-height: 1.7;
}

.service-home .project-form {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin-top: 28px;
}

.service-home .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.service-home .form-field {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.service-home .form-field-wide { grid-column: 1 / -1; }

.service-home .form-field > span:first-child,
.service-home .contact-fallback-label {
  color: #9fb1bc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.service-home .form-field small {
  margin-left: 7px;
  color: #9da4a6;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .08em;
}

.service-home .form-field input,
.service-home .form-field textarea {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 13px 0 14px;
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .34);
  border-radius: 0;
  font: inherit;
  font-size: 16px;
  line-height: 1.45;
}

.service-home .form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.service-home .form-field input::placeholder,
.service-home .form-field textarea::placeholder { color: #7f817e; opacity: 1; }

.service-home .form-field input:focus,
.service-home .form-field textarea:focus {
  border-bottom-color: #b8c8cf;
  outline: 2px solid transparent;
}

.service-home .project-form [data-fs-success],
.service-home .project-form [data-fs-error] { display: none; }

.service-home .project-form [data-fs-success][data-fs-active] {
  display: grid;
  gap: 5px;
  margin: 0 0 28px;
  padding: 18px 20px;
  background: rgba(70, 95, 112, .28);
  border: 1px solid #78909e;
  border-radius: 0;
  color: #fff;
}

.service-home .form-success strong {
  font-size: 16px;
  font-weight: 650;
}

.service-home .form-success span {
  color: #cbd3d6;
  font-size: 15px;
}

.service-home .project-form .form-error[data-fs-active] {
  display: block;
  margin: 0 0 26px;
  padding: 14px 16px;
  background: rgba(133, 64, 58, .2);
  border: 1px solid #a86d67;
  border-radius: 0;
  color: #f2c5c0;
  font-size: 14px;
  line-height: 1.5;
}

.service-home .project-form .field-error[data-fs-active] {
  display: block;
  margin-top: 1px;
  color: #f0aaa3;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}

.service-home .project-form [data-fs-field][aria-invalid="true"] {
  border-bottom-color: #d98d85;
}

.service-home .form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.service-home .form-submit {
  width: 100%;
  margin-top: 28px;
}

.service-home .form-submit:disabled {
  cursor: wait;
  opacity: .58;
}

.service-home .contact-fallback {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-top: 32px;
}

.service-home .contact-fallback > div {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.service-home .contact-email {
  color: #d2d2ce;
  font-size: 16px;
  overflow-wrap: anywhere;
}

.service-home .form-submit {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.service-home .form-submit:hover,
.service-home .form-submit:focus-visible { background: #5b7484; border-color: #5b7484; }

.service-home .home-contact .text-link {
  padding-bottom: 4px;
  border-bottom: 1px solid #798388;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.service-home .contact-location {
  margin: 50px 0 0;
  color: #8f918e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.service-home .contact-location span { margin-inline: 8px; }

.service-home .home-footer {
  display: grid;
  width: min(calc(100% - 96px), 1500px);
  min-height: 150px;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
  margin: 0 auto;
  padding-block: 32px;
  border: 0;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-home .footer-identity { display: grid; gap: 3px; }
.service-home .footer-identity strong { color: var(--ink); font-size: 12.5px; }

.service-home .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
}

.service-home .footer-nav a:hover,
.service-home .footer-nav a:focus-visible { color: var(--accent-dark); }

.service-home .footer-nav .language-switch {
  padding-left: 22px;
  border-left: 1px solid var(--line);
  color: var(--accent-dark);
}

.service-home .home-footer > p { justify-self: end; margin: 0; }

.service-home a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

@media (min-width: 1181px) {
  .service-home .service-hero {
    grid-template-columns: minmax(570px, 44%) minmax(0, 1fr);
    min-height: clamp(760px, 86svh, 900px);
  }

  .service-home .hero-content {
    padding-inline: clamp(32px, 3.2vw, 58px);
  }

  .service-home .service-hero h1 {
    font-size: clamp(64px, 4.05vw, 78px);
  }

  .service-home .service-item p,
  .service-home .process-list p { font-size: 17px; }

  .service-home .samples .arrow-link { justify-self: end; }

  .service-home .home-contact h2 {
    font-size: clamp(78px, 6vw, 88px);
  }

  .service-home .process-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 2;
    width: 5px;
    height: 5px;
    background: var(--accent);
  }
}

@media (max-width: 1180px) {
  .service-home .section-shell,
  .service-home .home-footer { width: min(calc(100% - 64px), 1500px); }

  .service-home .service-hero { grid-template-columns: minmax(0, 48%) minmax(0, 52%); }
  .service-home .hero-content { padding-inline: 32px; }
  .service-home .service-hero h1 { font-size: clamp(54px, 5.2vw, 62px); }

  .service-home .service-item { min-height: 240px; }
  .service-home.language-fr .service-item { min-height: 250px; }

  .service-home .service-editorial {
    width: 80%;
    height: clamp(340px, 38vw, 450px);
  }

  .service-home .architectural-editorial {
    width: 86%;
    height: clamp(340px, 40vw, 450px);
    margin-left: 32px;
  }

  .service-home .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-home .process-list li { min-height: 245px; border-right: 0; }
  .service-home .process-list li:nth-child(odd) { border-right: 1px solid var(--line); }
  .service-home.language-fr .process-list li { min-height: 260px; }
  .service-home .process-list li:nth-child(n + 3) {
    padding-top: 34px;
    border-top: 1px solid var(--accent-line);
  }
  .service-home .process-list li:nth-child(n + 3) .process-marker { margin-top: -53px; }
  .service-home .process-list h3 { margin-top: 68px; }

  .service-home .client-layout { grid-template-columns: minmax(0, .8fr) minmax(440px, 1.2fr); gap: 60px; }

  .service-home .samples { grid-template-columns: minmax(145px, .35fr) minmax(0, 1fr); }
  .service-home .samples .arrow-link { grid-column: 2; margin-top: -8px; }
}

@media (min-width: 961px) and (max-width: 1180px) {
  .service-home .service-hero {
    grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  }

  .service-home .hero-content { padding-inline: clamp(28px, 2.85vw, 34px); }

  .service-home .service-hero h1 {
    font-size: clamp(49px, 4.8vw, 57px);
  }

  .service-home.language-fr .service-hero h1 { font-size: clamp(47px, 4.65vw, 55px); }

  .service-home .about {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
    gap: clamp(42px, 5vw, 60px);
  }

  .service-home .hero-actions {
    display: grid;
    width: 100%;
    max-width: 500px;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: 8px;
  }

  .service-home .hero-actions .button {
    min-width: 0;
    gap: 8px;
    padding-inline: 10px;
    font-size: 11.5px;
    letter-spacing: .07em;
  }
}

@media (min-width: 1181px) and (max-width: 1300px) {
  .service-home .hero-content { padding-inline: 24px; }

  .service-home .hero-actions {
    display: grid;
    width: 100%;
    max-width: 500px;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: 8px;
  }

  .service-home .hero-actions .button {
    min-width: 0;
    gap: 8px;
    padding-inline: 10px;
    font-size: 11.5px;
    letter-spacing: .07em;
  }
}

@media (min-width: 961px) and (max-width: 1024px) {
  .service-home .hero-actions {
    max-width: 270px;
    grid-template-columns: 1fr;
  }

  .service-home .hero-actions .button { width: 100%; }
}

@media (min-width: 801px) and (max-width: 960px) {
  .service-home .service-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .service-home .hero-content {
    min-height: 0;
    padding: 30px 40px 36px;
  }

  .service-home .hero-main {
    align-self: start;
    max-width: 780px;
    padding: clamp(50px, 6.5vw, 62px) 0;
  }

  .service-home .hero-role {
    margin-bottom: 28px;
    font-size: 14px;
  }

  .service-home .service-hero h1 {
    max-width: 780px;
    font-size: clamp(54px, 6.2vw, 60px);
  }

  .service-home .hero-summary {
    max-width: 540px;
    margin-top: 30px;
    font-size: 18px;
  }

  .service-home .hero-capabilities { font-size: 12px; }

  .service-home .hero-visual {
    height: clamp(340px, 42vw, 404px);
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .service-home .hero-visual img { object-position: center 52%; }

  .service-home .client-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .service-home .client-heading > p:last-child { max-width: 620px; }

  .service-home .about {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .service-home .about-copy {
    max-width: 820px;
    margin-top: 0;
    padding: 28px 0 0;
    border-top: 1px solid var(--accent-line);
    border-left: 0;
  }

  .service-home .contact-grid {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-block: 82px 90px;
  }

  .service-home .home-contact h2 { font-size: clamp(58px, 7.5vw, 68px); }

  .service-home .home-contact .contact-body {
    align-self: start;
    padding: 30px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .23);
    border-left: 0;
  }

  .service-home .home-contact .contact-body > p:first-child { max-width: 680px; }
}

@media (max-width: 800px) {
  .service-home #services,
  .service-home #process,
  .service-home #about,
  .service-home #contact { scroll-margin-top: 80px; }

  .service-home .section-shell,
  .service-home .home-footer { width: min(calc(100% - 36px), 1500px); }

  .service-home .home-header {
    height: 64px;
    padding-inline: 16px;
  }

  .service-home .home-header .brand { min-width: 0; min-height: 40px; }
  .service-home .home-header .brand-wordmark { font-size: 12px; letter-spacing: .14em; }
  .service-home .home-header .nav { gap: clamp(10px, 3.3vw, 18px); font-size: 11.5px; }
  .service-home .home-header .nav a { min-height: 42px; }
  .service-home .home-header .nav-contact { padding: 8px 9px; }
  .service-home .home-header .nav .language-switch { padding-left: 10px; }

  .service-home .service-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .service-home .hero-content {
    min-height: 0;
    padding: 18px 18px 22px;
  }

  .service-home .hero-main { padding: 32px 0 29px; }
  .service-home .hero-role { margin-bottom: 21px; font-size: 13px; letter-spacing: .13em; }
  .service-home .service-hero h1 { font-size: clamp(38px, 10.4vw, 50px); line-height: .93; }
  .service-home .hero-summary { margin-top: 22px; padding-left: 14px; font-size: 16.5px; }
  .service-home .hero-capabilities { margin-top: 16px; font-size: 12px; }
  .service-home .hero-actions { margin-top: 28px; }
  .service-home .button { min-height: 52px; padding-inline: 12px; font-size: 12px; letter-spacing: .065em; }

  .service-home .hero-visual {
    height: clamp(228px, 64vw, 370px);
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .service-home .hero-visual img { object-position: center 52%; }

  .service-home .home-section { padding-block: 68px; }
  .service-home .services.home-section { padding: 68px 0 60px; }
  .service-home .process.home-section { padding-bottom: 58px; }
  .service-home .section-intro { grid-template-columns: 1fr; gap: 26px; margin-bottom: 44px; }
  .service-home .section-intro h2,
  .service-home .client-heading h2,
  .service-home .about h2 { font-size: clamp(36px, 9.5vw, 50px); }

  .service-home .service-list { grid-template-columns: 1fr; }
  .service-home .service-item,
  .service-home .service-item:nth-child(n) {
    min-height: 0;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 20px;
    padding: 26px 20px 30px;
    background: transparent;
    border-right: 0;
  }
  .service-home .service-item > div { align-self: start; }
  .service-home .service-item h3 { margin-bottom: 12px; font-size: 24px; }
  .service-home .service-item p { font-size: 16px; }
  .service-home.language-fr .service-item { min-height: 0; }

  .service-home .service-editorial {
    width: 100%;
    height: clamp(238px, 56vw, 360px);
    margin-top: 38px;
  }

  .service-home .process-list { grid-template-columns: 1fr; border-top: 0; }
  .service-home .process-list::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 38px;
    z-index: 0;
    width: 1px;
    background: var(--accent-line);
  }
  .service-home .process-list li,
  .service-home .process-list li:nth-child(n + 3) {
    min-height: 0;
    padding: 27px 20px 31px 78px;
    border-top: 1px solid var(--accent-line);
    border-right: 0;
    border-left: 0;
  }
  .service-home .process-list li:nth-child(odd) { border-right: 0; }
  .service-home .process-list li:last-child { border-bottom: 1px solid var(--line); }
  .service-home.language-fr .process-list li,
  .service-home.language-fr .process-list li:nth-child(n + 3) { min-height: 0; }
  .service-home .process-marker,
  .service-home .process-list li:nth-child(n + 3) .process-marker {
    position: absolute;
    top: 24px;
    left: 19px;
    z-index: 1;
    margin: 0;
  }
  .service-home .process-list h3 { margin: 0 0 12px; font-size: 21px; }

  .service-home .client-band { padding-block: 70px; }
  .service-home .client-layout { grid-template-columns: 1fr; gap: 38px; }
  .service-home .client-heading > p:last-child { margin-top: 24px; font-size: 15.5px; line-height: 1.6; }
  .service-home .client-list { grid-template-columns: 1fr; }
  .service-home .client-list li,
  .service-home .client-list li:nth-child(odd),
  .service-home .client-list li:nth-child(even) {
    min-height: 58px;
    padding-inline: 14px;
    border-right: 0;
    font-size: 17px;
  }

  .service-home .about { grid-template-columns: 1fr; gap: 40px; }
  .service-home .about-copy { margin-top: 0; padding: 25px 0 0; border-top: 1px solid var(--accent-line); border-left: 0; }

  .service-home .architectural-editorial {
    width: min(calc(100% - 36px), 1500px);
    height: clamp(240px, 58vw, 330px);
    margin: 48px auto 68px;
  }

  .service-home .samples {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 56px;
    padding: 29px 24px 33px;
  }
  .service-home .samples .arrow-link { grid-column: auto; margin-top: 0; }
  .service-home .arrow-link { font-size: 12px; }

  .service-home .contact-grid { grid-template-columns: 1fr; gap: 34px; padding-block: 68px; }
  .service-home .home-contact h2 { font-size: clamp(49px, 13.5vw, 54px); }
  .service-home .home-contact .contact-body { padding: 27px 0 0; border-top: 1px solid rgba(255, 255, 255, .23); border-left: 0; }
  .service-home .home-contact .contact-body > p:first-child { font-size: 16px; }
  .service-home .project-form { margin-top: 28px; }
  .service-home .form-grid { grid-template-columns: 1fr; gap: 22px; }
  .service-home .form-field-wide { grid-column: auto; }
  .service-home .form-field input,
  .service-home .form-field textarea { font-size: 16px; }
  .service-home .contact-fallback { align-items: flex-start; flex-direction: column; gap: 22px; }
  .service-home .contact-email { font-size: 16px; }

  .service-home .home-footer {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 38px;
  }
  .service-home .footer-nav { justify-content: flex-start; }
  .service-home .home-footer > p { justify-self: start; }
}

@media (max-width: 430px) {
  .service-home .home-header { padding-inline: 14px; }
  .service-home .home-header .brand-wordmark-full { display: none; }
  .service-home .home-header .brand-wordmark-compact { display: inline; }
  .service-home .home-header .nav { gap: clamp(10px, 3.6vw, 15px); font-size: 12.25px; }
  .service-home .home-header .nav a[href="#process"],
  .service-home .home-header .nav a[href="#about"] { display: none; }
  .service-home .home-header .nav-contact { padding: 8px 9px; }
  .service-home .hero-reference { gap: 14px; font-size: 11.5px; letter-spacing: .1em; }
  .service-home .service-hero h1 {
    font-size: clamp(34px, 9.45vw, 38px);
  }
  .service-home .hero-summary { max-width: 340px; font-size: 16.5px; }
  .service-home .hero-actions { flex-direction: column; gap: 9px; }
  .service-home .button { width: 100%; min-height: 54px; gap: 8px; padding-inline: 14px; font-size: 12px; letter-spacing: .06em; }
  .service-home .hero-visual { height: clamp(248px, 68vw, 292px); }
  .service-home .service-editorial { height: clamp(220px, 54vw, 280px); }
  .service-home .architectural-editorial { height: clamp(260px, 72vw, 310px); }
  .service-home .service-item { grid-template-columns: 38px minmax(0, 1fr); gap: 14px; padding-inline: 15px; }
  .service-home .about-details { grid-template-columns: 1fr; }
  .service-home .samples h2 { font-size: 35px; }
  .service-home .home-contact h2 { font-size: 53px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
