:root {
  --ivory: #f2eee3;
  --paper: #f8f5ed;
  --olive: #263126;
  --sage: #78806b;
  --stone: #b8a58a;
  --night: #101b22;
  --sea: #183548;
  --terracotta: #b86f52;
  --line: color-mix(in srgb, var(--olive) 24%, transparent);
  --vittori-body-font-size: 15px;
  --serif: "Barlow", Arial, sans-serif;
  --sans: "Barlow", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ivory);
}

body {
  margin: 0;
  color: var(--olive);
  background: var(--ivory);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 18px;
  background: var(--paper);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  min-height: 88px;
  padding: 0 34px;
}

.brand {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  gap: clamp(30px, 3.4vw, 58px);
  margin-right: calc(48vw + 34px);
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.mobile-nav {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
  min-height: 100svh;
  background: var(--ivory);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(155px, 22vh, 230px) clamp(34px, 4.5vw, 76px) 38px;
  overflow: hidden;
}

.hero-copy::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: var(--line);
  content: "";
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--sage);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 700px;
  margin: clamp(32px, 5vh, 52px) 0 clamp(50px, 6vh, 72px);
  font-family: var(--serif);
  font-size: clamp(55px, 5.35vw, 82px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.9;
}

.hero-services {
  margin: 0 0 38px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.6;
  text-transform: uppercase;
}

.hero-services i {
  padding: 0 0.38em;
  font-style: normal;
}

.button {
  display: inline-flex;
  min-width: 298px;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 24px 0 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease;
}

.button span:last-child {
  font-size: 20px;
  transition: transform 220ms ease;
}

.button:hover span:last-child {
  transform: translateX(6px);
}

.button-outline {
  border: 1px solid var(--olive);
}

.button-outline:hover {
  color: var(--ivory);
  background: var(--olive);
}

.scroll-cue {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  padding-top: 44px;
  color: var(--sage);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.scroll-cue span:first-child {
  border-bottom: 1px solid currentColor;
}

.scroll-cue span:last-child {
  font-size: 18px;
  transition: transform 220ms ease;
}

.scroll-cue:hover span:last-child {
  transform: translateY(5px);
}

.hero-visual {
  position: relative;
  min-height: 100svh;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 25%, rgb(184 111 82 / 45%), transparent 28%),
    linear-gradient(145deg, var(--sea), var(--night));
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(0.9) contrast(1.04);
  animation: image-reveal 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(10 28 38 / 22%), transparent 45%),
    linear-gradient(180deg, rgb(10 27 36 / 14%), transparent 28%, rgb(10 27 36 / 12%));
  pointer-events: none;
}

.hero-visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  color: rgb(248 245 237 / 72%);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.opening {
  display: grid;
  grid-template-columns: 0.7fr 2fr 1fr;
  gap: clamp(32px, 5vw, 90px);
  padding: clamp(96px, 12vw, 180px) clamp(34px, 7vw, 110px);
  color: var(--ivory);
  background: var(--night);
}

.opening .section-kicker {
  color: var(--terracotta);
}

.opening h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 4.2vw, 68px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
}

.opening > p:last-child {
  align-self: end;
  margin: 0;
  color: rgb(242 238 227 / 70%);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.7;
}

.agency {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  min-height: 860px;
  background: var(--ivory);
}

.agency-visual {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  background: var(--stone);
}

.agency-visual img {
  width: 100%;
  height: 100%;
  min-height: 860px;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.agency-visual:hover img {
  transform: scale(1.018);
}

.agency-visual p {
  position: absolute;
  bottom: 28px;
  left: 30px;
  margin: 0;
  padding: 9px 12px;
  color: var(--paper);
  background: rgb(16 27 34 / 72%);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.agency-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(90px, 10vw, 160px) clamp(45px, 7vw, 120px);
}

.agency-copy h2,
.services-heading h2,
.projects h2,
.process h2,
.contact h2 {
  margin: 32px 0 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.agency-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
  margin-top: clamp(60px, 7vw, 105px);
  padding-top: 26px;
  border-top: 1px solid var(--line);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.75;
}

.agency-columns p {
  margin: 0;
}

.agency-rich-text {
  width: 100%;
  margin-top: clamp(60px, 7vw, 105px);
  padding-top: 26px;
  border-top: 1px solid var(--line);
  font-family: var(--sans);
  font-size: var(--vittori-body-font-size);
  line-height: 1.75;
}

.agency-rich-text p {
  margin: 0 0 1.45em;
}

.agency-rich-text p:last-child {
  margin-bottom: 0;
}

.agency-rich-text ul,
.agency-rich-text ol {
  margin: 1.2em 0;
  padding-left: 1.35em;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 46px;
  margin-top: auto;
  padding-top: 68px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.text-link span:last-child {
  font-size: 18px;
  transition: transform 220ms ease;
}

.text-link:hover span:last-child {
  transform: translateX(6px);
}

.services {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.4fr);
  gap: clamp(60px, 8vw, 140px);
  padding: clamp(100px, 12vw, 180px) clamp(34px, 7vw, 110px);
  background: var(--ivory);
}

.services-heading {
  position: sticky;
  top: 48px;
  align-self: start;
}

.services-heading h2 {
  font-size: clamp(46px, 4.6vw, 72px);
}

.services-heading > p:last-child {
  max-width: 420px;
  margin: 48px 0 0;
  color: color-mix(in srgb, var(--olive) 65%, transparent);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.7;
}

.service-list {
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 64px 1fr 36px;
  gap: 24px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.service-row:hover {
  color: var(--terracotta);
  transform: translateX(6px);
}

.service-number {
  padding-top: 8px;
  color: var(--sage);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.service-row h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

.service-row p,
.service-description {
  max-width: 620px;
  margin: 18px 0 0;
  color: color-mix(in srgb, var(--olive) 68%, transparent);
  font-family: var(--sans);
  font-size: var(--vittori-body-font-size);
  line-height: 1.75;
}

.service-row > div > p,
.service-description,
.service-description p,
.service-description li {
  overflow-wrap: normal;
  word-break: normal;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: none;
  hyphens: none;
}

.service-description p {
  margin: 0 0 1.25em;
}

.service-description p:last-child {
  margin-bottom: 0;
}

.service-mark {
  padding-top: 2px;
  font-size: 22px;
}

.interior-feature {
  position: relative;
  height: min(820px, 82svh);
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: var(--night);
}

.interior-feature::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(16 27 34 / 62%), transparent 58%),
    linear-gradient(180deg, transparent 60%, rgb(16 27 34 / 28%));
  content: "";
  pointer-events: none;
}

.interior-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.interior-feature:hover img {
  transform: scale(1.012);
}

.interior-caption {
  position: absolute;
  bottom: clamp(38px, 6vw, 90px);
  left: clamp(34px, 7vw, 110px);
  z-index: 2;
  color: var(--paper);
}

.interior-caption p {
  margin: 0 0 20px;
  color: var(--terracotta);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.interior-caption span {
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 76px);
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.projects {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(70px, 10vw, 170px);
  min-height: 820px;
  padding: clamp(100px, 12vw, 180px) clamp(34px, 7vw, 110px);
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 90% 10%, rgb(184 111 82 / 20%), transparent 34%),
    var(--sea);
}

.projects::before {
  position: absolute;
  top: 0;
  right: 38%;
  bottom: 0;
  width: 1px;
  background: rgb(248 245 237 / 13%);
  content: "";
}

.projects .section-kicker {
  color: var(--terracotta);
}

.projects h2 {
  max-width: 850px;
}

.projects-intro > p:last-child {
  max-width: 580px;
  margin: 56px 0 0;
  color: rgb(248 245 237 / 68%);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.75;
}

.project-fields {
  align-self: center;
  border-top: 1px solid rgb(248 245 237 / 20%);
}

.project-fields a {
  display: grid;
  grid-template-columns: 48px 1fr 32px;
  gap: 20px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid rgb(248 245 237 / 20%);
  transition:
    color 220ms ease,
    padding 220ms ease;
}

.project-fields a:hover {
  padding-right: 8px;
  padding-left: 8px;
  color: var(--terracotta);
}

.project-fields span {
  color: var(--terracotta);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.project-fields p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.06;
}

.project-fields .field-arrow {
  color: inherit;
  font-size: 20px;
  transition: transform 220ms ease;
}

.project-fields a:hover .field-arrow {
  transform: translateX(5px);
}

.projects-note {
  position: absolute;
  right: -0.09em;
  bottom: -0.2em;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin: 0;
  color: rgb(248 245 237 / 4.5%);
  font-family: var(--serif);
  font-size: clamp(120px, 18vw, 280px);
  letter-spacing: -0.06em;
  line-height: 0.7;
  pointer-events: none;
}

.projects-note span {
  padding-top: 0.12em;
  color: rgb(184 111 82 / 38%);
  font-size: 0.32em;
}

.process {
  padding: clamp(100px, 12vw, 180px) clamp(34px, 7vw, 110px);
  background: var(--paper);
}

.process-heading {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 50px;
  align-items: start;
}

.process h2 {
  max-width: 850px;
  margin-top: 0;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: clamp(80px, 10vw, 150px) 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.process-list li {
  min-height: 290px;
  padding: 26px 28px 30px 0;
  border-right: 1px solid var(--line);
}

.process-list li + li {
  padding-left: 28px;
}

.process-list li:last-child {
  border-right: 0;
}

.process-list span {
  color: var(--terracotta);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.process-list h3 {
  margin: 62px 0 20px;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
}

.process-list p {
  margin: 0;
  color: color-mix(in srgb, var(--olive) 68%, transparent);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.65;
}

.contact {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(80px, 12vw, 190px);
  padding: clamp(100px, 12vw, 180px) clamp(34px, 7vw, 110px);
  color: var(--paper);
  background: var(--night);
}

.contact .section-kicker {
  color: var(--terracotta);
}

.contact h2 {
  font-size: clamp(58px, 7vw, 108px);
}

.button-light {
  margin-top: clamp(60px, 8vw, 110px);
  border: 1px solid rgb(248 245 237 / 65%);
}

.button-light:hover {
  color: var(--night);
  background: var(--paper);
}

.contact-details {
  align-self: end;
  margin: 0;
  font-style: normal;
}

.contact-details > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 26px;
  padding: 28px 0;
  border-bottom: 1px solid rgb(248 245 237 / 18%);
}

.contact-details > div:first-child {
  border-top: 1px solid rgb(248 245 237 / 18%);
}

.contact-details span {
  padding-top: 4px;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-details p {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(18px, 1.2vw, 21px);
  line-height: 1.7;
}

.contact-details a {
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease;
}

.contact-details a:hover {
  border-color: currentColor;
}

.contact--home {
  color: var(--olive);
  background: var(--ivory);
}

.contact--home .section-kicker,
.contact--home .contact-details span {
  color: var(--sage);
}

.contact--home .button-light {
  border-color: var(--olive);
}

.contact--home .button-light:hover {
  color: var(--ivory);
  background: var(--olive);
}

.contact--home .contact-details > div,
.contact--home .contact-details > div:first-child {
  border-color: var(--line);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr auto;
  gap: 42px;
  align-items: start;
  padding: 44px clamp(34px, 7vw, 110px);
  border-top: 1px solid var(--line);
  background: var(--ivory);
}

.footer-brand {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer p {
  max-width: 500px;
  margin: 0;
  color: color-mix(in srgb, var(--olive) 60%, transparent);
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.55;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer nav a,
.back-to-top {
  transition: color 180ms ease;
}

.site-footer nav a:hover,
.back-to-top:hover {
  color: var(--terracotta);
}

.back-to-top {
  font-size: 22px;
}

.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.site-header--inner {
  color: var(--paper);
  background: linear-gradient(180deg, rgb(10 27 36 / 58%), transparent);
}

.site-header--inner .desktop-nav {
  margin-right: 0;
}

.inner-hero,
.category-hero {
  display: grid;
  grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
  min-height: 100svh;
  color: var(--paper);
  background: var(--night);
}

.inner-hero > div,
.category-hero__copy {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 140px clamp(34px, 7vw, 110px) 80px;
}

.inner-hero .eyebrow,
.category-hero .eyebrow {
  color: var(--terracotta);
}

.inner-hero h1,
.category-hero h1,
.projects-page-hero h1 {
  margin: 38px 0 0;
  font-family: var(--serif);
  font-size: clamp(58px, 6.4vw, 102px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.inner-hero > div > p:last-child,
.category-hero__copy > p,
.projects-page-hero > p:last-child {
  max-width: 590px;
  margin: 48px 0 0;
  color: rgb(248 245 237 / 70%);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.75;
}

.inner-hero figure,
.category-hero__visual {
  position: relative;
  min-height: 100svh;
  margin: 0;
  overflow: hidden;
  background: var(--sea);
}

.inner-hero figure::after,
.category-hero__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(10 27 36 / 24%), transparent 42%);
  content: "";
  pointer-events: none;
}

.inner-hero figure img,
.category-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  object-fit: cover;
}

.inner-hero figcaption,
.category-hero__visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  color: rgb(248 245 237 / 75%);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.agency-story {
  display: grid;
  grid-template-columns: 0.65fr 2fr;
  gap: clamp(50px, 9vw, 150px);
  padding: clamp(100px, 12vw, 180px) clamp(34px, 7vw, 110px);
  background: var(--paper);
}

.agency-story h2,
.values-grid h2,
.project-archive h2,
.category-scope h2 {
  max-width: 950px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5.4vw, 82px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.agency-story .agency-columns {
  max-width: 900px;
}

.agency-columns--rich > div p {
  margin: 0 0 1.45em;
}

.agency-columns--rich > div p:last-child {
  margin-bottom: 0;
}

.agency-columns--rich ul,
.agency-columns--rich ol {
  margin: 1.2em 0;
  padding-left: 1.35em;
}

.values-grid {
  padding: clamp(100px, 12vw, 180px) clamp(34px, 7vw, 110px);
  background: var(--ivory);
}

.values-grid__heading {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 50px;
}

.values-grid ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: clamp(72px, 9vw, 130px) 0 70px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.values-grid li {
  min-height: 280px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.values-grid li:first-child {
  padding-left: 0;
}

.values-grid li:last-child {
  border-right: 0;
}

.values-grid li > span,
.project-empty > span,
.category-scope li span {
  color: var(--terracotta);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.values-grid h3 {
  margin: 58px 0 20px;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
}

.values-grid li p {
  margin: 0;
  color: color-mix(in srgb, var(--olive) 68%, transparent);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.65;
}

.projects-page-hero {
  min-height: 76svh;
  padding: clamp(160px, 21vh, 230px) clamp(34px, 7vw, 110px) 100px;
  color: var(--paper);
  background:
    radial-gradient(circle at 88% 14%, rgb(184 111 82 / 24%), transparent 32%),
    var(--sea);
}

.projects-page-hero .eyebrow {
  color: var(--terracotta);
}

.projects-page-hero h1 {
  max-width: 1100px;
}

.project-explorer {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(360px, 0.72fr) minmax(0, 1.56fr);
  min-height: 100svh;
  padding-top: 88px;
  color: var(--paper);
  background: var(--night);
}

.project-explorer__intro {
  display: flex;
  min-height: calc(100svh - 88px);
  flex-direction: column;
  padding: clamp(72px, 9vw, 140px) clamp(34px, 4.6vw, 76px) 48px;
  border-right: 1px solid rgb(248 245 237 / 14%);
}

.project-explorer__intro .eyebrow {
  color: var(--terracotta);
}

.project-explorer__intro h1 {
  margin: 38px 0 0;
  font-family: var(--serif);
  font-size: clamp(58px, 5.5vw, 92px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.88;
}

.project-explorer__intro > p:nth-of-type(2) {
  max-width: 430px;
  margin: 46px 0 0;
  color: rgb(248 245 237 / 64%);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.75;
}

.project-explorer__count {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 48px;
  color: rgb(248 245 237 / 56%);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.project-explorer__count span:first-child {
  color: var(--terracotta);
}

.project-explorer__count i {
  width: 74px;
  height: 1px;
  background: rgb(248 245 237 / 24%);
}

.project-explorer__tabs {
  display: flex;
  min-height: calc(100svh - 88px);
  flex-direction: column;
  justify-content: center;
  padding: 34px clamp(26px, 3vw, 54px);
  border-right: 1px solid rgb(248 245 237 / 14%);
}

.project-explorer__tabs button {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 4px 12px;
  align-items: baseline;
  width: 100%;
  padding: 27px 0;
  border: 0;
  border-bottom: 1px solid rgb(248 245 237 / 16%);
  color: rgb(248 245 237 / 50%);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    color 260ms ease,
    padding 260ms ease;
}

.project-explorer__tabs button:first-child {
  border-top: 1px solid rgb(248 245 237 / 16%);
}

.project-explorer__tabs button::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--terracotta);
  content: "";
  transition: width 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.project-explorer__tabs button.is-active {
  padding-left: 9px;
  color: var(--paper);
}

.project-explorer__tabs button.is-active::before {
  width: 100%;
}

.project-explorer__tabs button > span {
  color: var(--terracotta);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.project-explorer__tabs strong {
  font-family: var(--serif);
  font-size: clamp(29px, 2.55vw, 43px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

.project-explorer__tabs small {
  grid-column: 2;
  color: rgb(248 245 237 / 44%);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.project-explorer__tabs button > i {
  grid-row: 1 / span 2;
  grid-column: 3;
  align-self: center;
  font-size: 16px;
  font-style: normal;
  opacity: 0;
  transform: translate(-6px, 6px);
  transition:
    opacity 240ms ease,
    transform 240ms ease;
}

.project-explorer__tabs button.is-active > i {
  opacity: 1;
  transform: translate(0);
}

.project-explorer__panel {
  position: relative;
  min-height: calc(100svh - 88px);
  overflow: hidden;
  animation: panel-enter 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.project-explorer__panel figure {
  position: absolute;
  inset: 0;
  margin: 0;
  background: var(--sea);
}

.project-explorer__panel figure > span {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(16 27 34 / 10%), rgb(16 27 34 / 76%)),
    linear-gradient(90deg, rgb(16 27 34 / 26%), transparent);
  pointer-events: none;
}

.project-explorer__panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.02);
}

.project-explorer__panel figcaption {
  position: absolute;
  top: 30px;
  right: 24px;
  color: rgb(248 245 237 / 64%);
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.project-explorer__detail {
  position: absolute;
  right: clamp(28px, 4vw, 68px);
  bottom: clamp(36px, 6vw, 84px);
  left: clamp(28px, 4vw, 68px);
  z-index: 2;
}

.project-explorer__detail p {
  max-width: 560px;
  margin: 0 0 32px;
  color: rgb(248 245 237 / 76%);
  font-family: var(--serif);
  font-size: clamp(25px, 2.4vw, 38px);
  letter-spacing: -0.018em;
  line-height: 1.08;
}

.project-explorer__detail a {
  display: inline-flex;
  align-items: center;
  gap: 38px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(248 245 237 / 68%);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-explorer__detail a span:last-child {
  font-size: 18px;
  transition: transform 220ms ease;
}

.project-explorer__detail a:hover span:last-child {
  transform: translateX(6px);
}

.archive-tabs {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 50px;
  align-items: end;
  padding: 28px clamp(34px, 7vw, 110px);
  border-bottom: 1px solid var(--line);
  color: var(--olive);
  background: var(--ivory);
}

.archive-tabs > p {
  margin: 0 0 4px;
  color: var(--sage);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.archive-tabs > div {
  display: flex;
  justify-content: flex-end;
  gap: clamp(22px, 3.4vw, 56px);
}

.archive-tabs a {
  position: relative;
  display: flex;
  gap: 8px;
  padding: 10px 0;
  font-family: var(--serif);
  font-size: clamp(19px, 1.7vw, 27px);
  line-height: 1;
  white-space: nowrap;
}

.archive-tabs a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--terracotta);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms ease;
}

.archive-tabs a:hover::after,
.archive-tabs a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.archive-tabs a[aria-current="page"] {
  color: var(--terracotta);
}

.archive-tabs a span {
  color: var(--terracotta);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

@keyframes panel-enter {
  from {
    opacity: 0.5;
    transform: scale(1.018);
    clip-path: inset(0 0 0 6%);
  }
  to {
    opacity: 1;
    transform: scale(1);
    clip-path: inset(0);
  }
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--paper);
}

.category-card {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--paper);
  background: var(--night);
}

.category-card figure {
  position: absolute;
  inset: 0;
  margin: 0;
}

.category-card figure::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(16 27 34 / 4%), rgb(16 27 34 / 82%)),
    linear-gradient(90deg, rgb(16 27 34 / 22%), transparent);
  content: "";
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.category-card:hover img {
  transform: scale(1.025);
}

.category-card > div {
  position: absolute;
  right: clamp(26px, 4vw, 64px);
  bottom: clamp(28px, 5vw, 72px);
  left: clamp(26px, 4vw, 64px);
  z-index: 2;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: end;
  gap: 18px;
}

.category-card > div > span {
  color: var(--terracotta);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.category-card p {
  grid-column: 2 / -1;
  margin: 0;
  color: rgb(248 245 237 / 72%);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.category-card h2 {
  grid-column: 2;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(52px, 5vw, 82px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.category-card > div > span:last-child {
  color: var(--paper);
  font-size: 28px;
  transition: transform 220ms ease;
}

.category-card:hover > div > span:last-child {
  transform: translateX(7px);
}

.category-hero__copy .text-link {
  margin-top: 64px;
  padding-top: 0;
}

.project-archive {
  padding: clamp(100px, 12vw, 180px) clamp(34px, 7vw, 110px);
  background: var(--paper);
}

.project-archive__heading {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 50px;
}

.project-empty {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 30px;
  margin-top: clamp(70px, 9vw, 130px);
  padding: 34px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.project-empty h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.project-empty p {
  max-width: 660px;
  margin: 22px 0 0;
  color: color-mix(in srgb, var(--olive) 68%, transparent);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.7;
}

.category-scope {
  display: grid;
  grid-template-columns: 0.45fr 1fr 0.85fr;
  gap: clamp(40px, 7vw, 110px);
  padding: clamp(100px, 12vw, 180px) clamp(34px, 7vw, 110px);
  color: var(--paper);
  background: var(--sea);
}

.category-scope .section-kicker {
  color: var(--terracotta);
}

.category-scope ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgb(248 245 237 / 20%);
  list-style: none;
}

.category-scope li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid rgb(248 245 237 / 20%);
  font-family: var(--serif);
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.08;
}

.contact--compact {
  align-items: end;
}

.contact--compact .contact-action {
  align-self: end;
}

.contact--compact .button-light {
  margin-top: 0;
}

.contact-action > p {
  margin: 40px 0 0;
  color: rgb(248 245 237 / 62%);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.75;
}

.contact-action > p a {
  border-bottom: 1px solid rgb(248 245 237 / 45%);
}

@keyframes image-reveal {
  from {
    opacity: 0;
    transform: scale(1.04);
    clip-path: inset(0 100% 0 0);
  }
  to {
    opacity: 1;
    transform: scale(1);
    clip-path: inset(0);
  }
}

@media (max-width: 1120px) {
  .desktop-nav {
    margin-right: calc(48vw + 16px);
    gap: 24px;
  }

  .hero h1 {
    font-size: clamp(52px, 5.4vw, 68px);
  }

  .agency {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }

  .agency-copy {
    padding-right: 54px;
    padding-left: 54px;
  }

  .agency-columns {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .services {
    grid-template-columns: 1fr;
  }

  .services-heading {
    position: static;
  }

  .services-heading h2 {
    max-width: 760px;
  }

  .service-list {
    margin-top: 18px;
  }

  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-list li:nth-child(2) {
    border-right: 0;
  }

  .process-list li:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 76px;
    gap: 14px;
    justify-content: space-between;
    padding: 0 14px;
    color: var(--paper);
    background: linear-gradient(180deg, rgb(10 27 36 / 60%), transparent);
  }

  .brand {
    font-size: 10px;
    letter-spacing: 0.13em;
  }

  .desktop-nav {
    display: flex;
    flex: 0 0 auto;
    gap: clamp(9px, 3vw, 16px);
    margin: 0;
  }

  .desktop-nav a {
    font-size: 9px;
    letter-spacing: 0.055em;
  }

  .mobile-nav {
    display: none;
  }

  .mobile-nav summary {
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    list-style: none;
    text-transform: uppercase;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav nav {
    position: absolute;
    top: 34px;
    right: 0;
    display: grid;
    min-width: 180px;
    border: 1px solid rgb(248 245 237 / 25%);
    background: rgb(16 27 34 / 94%);
    box-shadow: 0 20px 60px rgb(0 0 0 / 24%);
    backdrop-filter: blur(16px);
  }

  .mobile-nav nav a {
    padding: 15px 18px;
    border-bottom: 1px solid rgb(248 245 237 / 14%);
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .hero {
    position: relative;
    display: block;
    min-height: 100svh;
  }

  .hero-copy {
    position: absolute;
    inset: 0;
    z-index: 3;
    min-height: 100svh;
    justify-content: flex-end;
    padding: 110px 22px 28px;
    color: var(--paper);
    background:
      linear-gradient(180deg, transparent 18%, rgb(10 27 36 / 12%) 36%, rgb(10 27 36 / 90%) 100%),
      linear-gradient(90deg, rgb(10 27 36 / 24%), transparent);
  }

  .hero-copy::before {
    display: none;
  }

  .hero .eyebrow,
  .hero-services,
  .scroll-cue {
    color: rgb(248 245 237 / 76%);
  }

  .hero h1 {
    margin: 18px 0 42px;
    font-size: clamp(48px, 14vw, 74px);
    line-height: 0.89;
  }

  .hero-services {
    max-width: 320px;
    margin-bottom: 24px;
    font-size: 10px;
  }

  .button {
    min-width: min(100%, 298px);
  }

  .button-outline {
    border-color: rgb(248 245 237 / 76%);
  }

  .scroll-cue {
    margin-top: 30px;
    padding-top: 0;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 100svh;
  }

  .hero-visual figcaption {
    display: none;
  }

  .opening {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 96px 22px;
  }

  .opening > p:last-child {
    max-width: 540px;
  }

  .agency {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .agency-visual,
  .agency-visual img {
    min-height: min(680px, 76svh);
  }

  .agency-copy {
    min-height: 760px;
    padding: 96px 22px 72px;
  }

  .agency-copy h2,
  .services-heading h2,
  .projects h2,
  .process h2,
  .contact h2 {
    font-size: clamp(46px, 13vw, 68px);
  }

  .agency-columns {
    margin-top: 58px;
  }

  .agency-rich-text {
    margin-top: 58px;
  }

  .services {
    gap: 62px;
    padding: 96px 22px;
  }

  .service-row {
    grid-template-columns: 38px 1fr 24px;
    gap: 12px;
    padding: 30px 0;
  }

  .service-row:hover {
    transform: none;
  }

  .service-row h3 {
    font-size: 31px;
  }

  .interior-feature {
    height: 72svh;
    min-height: 540px;
  }

  .interior-feature img {
    object-position: 57% center;
  }

  .interior-feature::after {
    background:
      linear-gradient(180deg, transparent 30%, rgb(16 27 34 / 74%) 100%),
      linear-gradient(90deg, rgb(16 27 34 / 20%), transparent);
  }

  .interior-caption {
    right: 22px;
    bottom: 34px;
    left: 22px;
  }

  .interior-caption span {
    font-size: clamp(38px, 11vw, 58px);
  }

  .projects {
    grid-template-columns: 1fr;
    gap: 72px;
    min-height: 960px;
    padding: 96px 22px 220px;
  }

  .projects::before {
    display: none;
  }

  .projects-intro > p:last-child {
    margin-top: 40px;
  }

  .projects-note {
    right: -0.03em;
    bottom: 0.02em;
    font-size: clamp(100px, 30vw, 180px);
  }

  .process {
    padding: 96px 22px;
  }

  .process-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .process-list {
    grid-template-columns: 1fr;
    margin-top: 72px;
  }

  .process-list li,
  .process-list li + li {
    min-height: 0;
    padding: 28px 0 36px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-list li:nth-child(n + 3) {
    border-top: 0;
  }

  .process-list h3 {
    margin: 34px 0 16px;
  }

  .contact {
    grid-template-columns: 1fr;
    gap: 96px;
    padding: 96px 22px;
  }

  .contact h2 {
    font-size: clamp(54px, 15vw, 82px);
  }

  .button-light {
    margin-top: 58px;
  }

  .contact-details > div {
    grid-template-columns: 86px 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    gap: 34px 24px;
    padding: 40px 22px;
  }

  .site-footer p,
  .site-footer nav {
    grid-column: 1 / -1;
  }

  .site-footer nav {
    grid-row: 2;
  }

  .site-footer p {
    grid-row: 3;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1120px) {
  .project-explorer {
    grid-template-columns: minmax(300px, 0.8fr) minmax(310px, 0.85fr) minmax(0, 1.35fr);
  }

  .project-explorer__intro {
    padding-right: 36px;
    padding-left: 36px;
  }

  .project-explorer__tabs {
    padding-right: 28px;
    padding-left: 28px;
  }

  .archive-tabs {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .archive-tabs > div {
    justify-content: flex-start;
  }

  .values-grid ol {
    grid-template-columns: repeat(2, 1fr);
  }

  .values-grid li:nth-child(2) {
    border-right: 0;
  }

  .values-grid li:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .category-card {
    min-height: 620px;
  }

  .category-scope {
    grid-template-columns: 0.35fr 1fr;
  }

  .category-scope ul {
    grid-column: 2;
  }
}

@media (max-width: 860px) {
  .site-header--inner {
    color: var(--paper);
  }

  .inner-hero,
  .category-hero {
    position: relative;
    display: block;
    min-height: 100svh;
  }

  .inner-hero > div,
  .category-hero__copy {
    position: absolute;
    inset: 0;
    z-index: 3;
    min-height: 100svh;
    justify-content: flex-end;
    padding: 120px 22px 42px;
    background:
      linear-gradient(180deg, transparent 24%, rgb(10 27 36 / 16%) 42%, rgb(10 27 36 / 94%) 100%),
      linear-gradient(90deg, rgb(10 27 36 / 26%), transparent);
  }

  .inner-hero h1,
  .category-hero h1,
  .projects-page-hero h1 {
    margin-top: 24px;
    font-size: clamp(52px, 15vw, 82px);
  }

  .inner-hero > div > p:last-child,
  .category-hero__copy > p,
  .projects-page-hero > p:last-child {
    margin-top: 28px;
    font-size: 13px;
  }

  .category-hero__copy .text-link {
    margin-top: 30px;
  }

  .inner-hero figure,
  .inner-hero figure img,
  .category-hero__visual,
  .category-hero__visual img {
    min-height: 100svh;
  }

  .inner-hero figcaption,
  .category-hero__visual figcaption {
    display: none;
  }

  .agency-story {
    grid-template-columns: 1fr;
    padding: 96px 22px;
  }

  .agency-story h2,
  .values-grid h2,
  .project-archive h2,
  .category-scope h2 {
    font-size: clamp(46px, 13vw, 68px);
  }

  .values-grid {
    padding: 96px 22px;
  }

  .values-grid__heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .values-grid ol {
    grid-template-columns: 1fr;
    margin-top: 68px;
  }

  .values-grid li,
  .values-grid li:first-child {
    min-height: 0;
    padding: 28px 0 36px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .values-grid li:nth-child(n + 3) {
    border-top: 0;
  }

  .values-grid h3 {
    margin-top: 34px;
  }

  .projects-page-hero {
    min-height: 78svh;
    padding: 150px 22px 80px;
  }

  .project-explorer {
    display: block;
    min-height: 100svh;
    padding-top: 76px;
  }

  .project-explorer__intro {
    min-height: 0;
    padding: 64px 22px 44px;
    border-right: 0;
  }

  .project-explorer__intro h1 {
    margin-top: 26px;
    font-size: clamp(54px, 15vw, 78px);
  }

  .project-explorer__intro > p:nth-of-type(2) {
    margin-top: 30px;
    font-size: 13px;
  }

  .project-explorer__count {
    margin-top: 40px;
    padding-top: 0;
  }

  .project-explorer__tabs {
    min-height: 0;
    padding: 0 22px 34px;
    border-right: 0;
  }

  .project-explorer__tabs button {
    padding: 20px 0;
  }

  .project-explorer__tabs button.is-active {
    padding-left: 7px;
  }

  .project-explorer__tabs strong {
    font-size: 31px;
  }

  .project-explorer__panel {
    min-height: 76svh;
  }

  .project-explorer__detail {
    right: 22px;
    bottom: 34px;
    left: 22px;
  }

  .project-explorer__detail p {
    font-size: clamp(27px, 8vw, 38px);
  }

  .project-explorer__detail a {
    gap: 24px;
    font-size: 9px;
  }

  .archive-tabs {
    display: block;
    padding: 26px 22px 18px;
    overflow: hidden;
  }

  .archive-tabs > div {
    gap: 28px;
    justify-content: flex-start;
    margin-top: 14px;
    padding-bottom: 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .archive-tabs > div::-webkit-scrollbar {
    display: none;
  }

  .archive-tabs a {
    font-size: 22px;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 72svh;
  }

  .category-card > div {
    right: 22px;
    bottom: 34px;
    left: 22px;
    grid-template-columns: 38px 1fr auto;
    gap: 12px;
  }

  .category-card h2 {
    font-size: clamp(52px, 15vw, 76px);
  }

  .project-archive {
    padding: 96px 22px;
  }

  .project-archive__heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .project-empty {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    margin-top: 64px;
  }

  .category-scope {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 96px 22px;
  }

  .category-scope ul {
    grid-column: 1;
    margin-top: 28px;
  }

  .category-scope li {
    font-size: 27px;
  }

  .contact--compact {
    align-items: start;
  }

  .contact--compact .button-light {
    margin-top: 0;
  }
}

/* Ajustements WordPress et Elementor. */
.brand-logo {
  width: auto;
  max-width: 220px;
  height: 42px;
  object-fit: contain;
}

.admin-bar .site-header {
  top: 32px;
}

.elementor-widget-vittori-home > .elementor-widget-container,
.elementor-widget-vittori-agency > .elementor-widget-container,
.elementor-widget-vittori-projects > .elementor-widget-container,
.elementor-widget[class*="elementor-widget-vittori-"] > .elementor-widget-container {
  margin: 0;
  padding: 0;
}

.elementor-widget-vittori-home,
.elementor-widget-vittori-agency,
.elementor-widget-vittori-projects,
.elementor-widget[class*="elementor-widget-vittori-"] {
  width: 100%;
  max-width: none;
}

/* Le conteneur créé par l’assistant se comporte comme une page continue. */
#contenu.e-con {
  gap: 0;
  max-width: none;
  padding: 0;
}

.default-content,
.not-found {
  min-height: 72svh;
  padding: clamp(160px, 20vh, 220px) clamp(34px, 7vw, 110px) 110px;
  background: var(--paper);
}

.default-content article {
  max-width: 980px;
  margin: 0 auto;
}

.default-content h1,
.not-found h1 {
  margin: 28px 0 54px;
  font-family: var(--serif);
  font-size: clamp(54px, 7vw, 100px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.entry-content,
.project-content {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
}

.entry-content > *,
.project-content > * {
  max-width: 780px;
}

.entry-content .alignwide,
.project-content .alignwide {
  max-width: 1180px;
}

.entry-content .alignfull,
.project-content .alignfull {
  max-width: none;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 76px) clamp(22px, 4vw, 58px);
  margin-top: clamp(70px, 9vw, 130px);
}

.project-card {
  display: block;
}

.project-card figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.project-card:hover img {
  transform: scale(1.025);
}

.project-card > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 20px;
  padding: 22px 0 0;
  border-top: 1px solid transparent;
}

.project-card p,
.project-card span {
  margin: 0;
  color: var(--sage);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-card h3 {
  grid-row: 2;
  grid-column: 1 / -1;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(32px, 3.2vw, 50px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

.project-card span {
  text-align: right;
}

.navigation.pagination {
  margin-top: 72px;
}

.nav-links {
  display: flex;
  gap: 10px;
}

.nav-links .page-numbers {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
}

.nav-links .current,
.nav-links a:hover {
  color: var(--paper);
  background: var(--olive);
}

.single-project-hero {
  position: relative;
  min-height: 100svh;
  color: var(--paper);
  background: var(--night);
}

.single-project-hero figure {
  position: absolute;
  inset: 0;
  margin: 0;
}

.single-project-hero figure::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(16 27 34 / 10%), rgb(16 27 34 / 88%)),
    linear-gradient(90deg, rgb(16 27 34 / 65%), transparent 70%);
  content: "";
}

.single-project-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-project-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: flex-end;
  padding: 150px clamp(34px, 7vw, 110px) clamp(54px, 8vw, 110px);
}

.single-project-hero__copy .eyebrow {
  color: var(--terracotta);
}

.single-project-hero h1 {
  max-width: 1100px;
  margin: 30px 0 0;
  font-family: var(--serif);
  font-size: clamp(68px, 10vw, 150px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.82;
}

.single-project-hero__copy > p:last-child {
  max-width: 620px;
  margin: 36px 0 0;
  color: rgb(248 245 237 / 72%);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.7;
}

.single-project-body {
  display: grid;
  grid-template-columns: minmax(230px, 0.5fr) minmax(0, 1.5fr);
  gap: clamp(60px, 10vw, 170px);
  padding: clamp(100px, 12vw, 180px) clamp(34px, 7vw, 110px);
  background: var(--paper);
}

.project-facts {
  align-self: start;
  border-top: 1px solid var(--line);
}

.project-facts div {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.project-facts span {
  color: var(--terracotta);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-facts p {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: 24px;
}

.project-content {
  min-width: 0;
}

.project-content > :first-child {
  margin-top: 0;
}

.project-content h2,
.project-content h3 {
  font-family: var(--serif);
  font-weight: 400;
}

.project-content h2 {
  font-size: clamp(42px, 5vw, 76px);
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.project-content img {
  width: 100%;
  height: auto;
}

.project-back {
  padding: 0 clamp(34px, 7vw, 110px) clamp(90px, 10vw, 150px);
  background: var(--paper);
}

.project-back .text-link {
  margin-top: 0;
  padding-top: 0;
}

.not-found .button {
  margin-top: 20px;
}

.project-explorer__panel.is-switching {
  animation: panel-enter 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 860px) {
  .brand-logo {
    max-width: 180px;
    height: 34px;
  }

  .default-content,
  .not-found {
    padding: 130px 22px 82px;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .single-project-hero h1 {
    font-size: clamp(58px, 18vw, 92px);
  }

  .single-project-hero__copy {
    padding-right: 22px;
    padding-bottom: 42px;
    padding-left: 22px;
  }

  .single-project-body {
    grid-template-columns: 1fr;
    gap: 64px;
    padding: 96px 22px;
  }

  .project-back {
    padding: 0 22px 96px;
  }
}

/* Harmonisation Vittori 1.3 — typographie, pages intérieures et pied de page. */
.hero h1 {
  margin-bottom: clamp(78px, 8vh, 100px);
  font-weight: 600;
}

.agency-copy h2,
.services-heading h2,
.projects h2,
.process h2,
.contact h2,
.inner-hero h1,
.category-hero h1,
.projects-page-hero h1,
.agency-story h2,
.values-grid h2,
.project-archive h2,
.category-scope h2,
.project-explorer__intro h1,
.project-explorer__tabs strong,
.project-explorer__detail p,
.service-row h3 {
  font-weight: 500;
}

.site-header--inner .desktop-nav {
  margin-right: calc(48vw + 34px);
}

.services-heading {
  display: flex;
  flex-direction: column;
}

.services-visual {
  position: relative;
  width: 100%;
  min-height: 340px;
  margin: 58px 0 0;
  overflow: hidden;
  background: var(--stone);
}

.services-visual img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.services-visual:hover img {
  transform: scale(1.018);
}

.services-visual figcaption {
  position: absolute;
  bottom: 22px;
  left: 22px;
  padding: 9px 12px;
  color: var(--paper);
  background: rgb(16 27 34 / 72%);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.services-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin: 58px 0 0;
}

.services-gallery__item {
  position: relative;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.services-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.services-gallery__item:hover img {
  transform: scale(1.035);
}

.contact--home .contact-details span {
  color: var(--terracotta);
}

.agency-story .agency-columns {
  display: block;
  max-width: 980px;
}

.agency-story .agency-columns > div {
  width: 100%;
}

.agency-story .agency-columns p {
  margin: 0 0 1.45em;
}

.agency-story .agency-columns ul {
  margin: 1.2em 0 0;
  padding-left: 1.35em;
}

.project-explorer {
  grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
}

.project-explorer__copy {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(300px, 1.08fr);
  min-height: calc(100svh - 88px);
  border-right: 1px solid rgb(248 245 237 / 14%);
}

.project-explorer__intro {
  min-height: 100%;
  padding-right: clamp(28px, 3.4vw, 58px);
  padding-left: clamp(34px, 4vw, 68px);
}

.project-explorer__intro h1 {
  font-size: clamp(52px, 4.5vw, 78px);
}

.project-explorer__intro > p:nth-of-type(2) {
  font-size: 13px;
}

.project-explorer__tabs {
  min-height: 100%;
  padding-right: clamp(24px, 2.6vw, 44px);
  padding-left: clamp(24px, 2.6vw, 44px);
  border-right: 0;
}

.project-explorer__tabs strong {
  font-size: clamp(25px, 2vw, 34px);
}

.site-footer {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.site-footer p {
  max-width: none;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .site-header--inner .desktop-nav {
    margin-right: calc(48vw + 16px);
  }

  .project-explorer__copy {
    grid-template-columns: 1fr 1fr;
  }

  .project-explorer__intro {
    padding-right: 28px;
    padding-left: 28px;
  }

  .project-explorer__tabs {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 860px) {
  .hero h1 {
    margin-bottom: 48px;
  }

  .services-visual,
  .services-visual img {
    min-height: 320px;
  }

  .services-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 38px;
  }

  .project-explorer__copy {
    display: block;
    min-height: 0;
    border-right: 0;
  }

  .project-explorer__intro {
    min-height: 0;
  }

  .project-explorer__tabs {
    min-height: 0;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer p {
    grid-row: 2;
    grid-column: 1 / -1;
    overflow-x: auto;
    font-size: clamp(6.5px, 1.75vw, 9px);
    white-space: nowrap;
    scrollbar-width: none;
  }

  .site-footer p::-webkit-scrollbar {
    display: none;
  }
}

/* Ajustements Vittori 1.5 — lisibilité mobile, HTML, légendes et textes justifiés. */
.hero .eyebrow {
  color: var(--terracotta);
}

.opening-text {
  align-self: end;
  color: rgb(242 238 227 / 70%);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.7;
}

.opening-text p,
.services-intro p,
.projects-intro-text p,
.inner-hero__intro p,
.project-explorer__intro-text p,
.process-description p,
.values-description p {
  margin: 0;
}

.services-intro {
  max-width: 420px;
  margin: 48px 0 0;
  color: color-mix(in srgb, var(--olive) 65%, transparent);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.7;
}

.projects-intro-text {
  max-width: 580px;
  margin: 56px 0 0;
  color: rgb(248 245 237 / 68%);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.75;
}

.inner-hero__intro {
  max-width: 590px;
  margin: 48px 0 0;
  color: rgb(248 245 237 / 70%);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.75;
}

.project-explorer__intro-text {
  max-width: 430px;
  margin: 46px 0 0;
  color: rgb(248 245 237 / 64%);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.75;
}

.process-description,
.values-description {
  color: color-mix(in srgb, var(--olive) 68%, transparent);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.65;
}

.services-visual figcaption,
.agency-visual p,
.inner-hero figcaption,
.category-hero__visual figcaption,
.project-explorer__panel figcaption {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 22px;
  left: auto;
  z-index: 2;
  margin: 0;
  padding: 0;
  color: rgb(248 245 237 / 75%);
  background: transparent;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  backdrop-filter: none;
}

.service-description,
.service-description p,
.agency-story .agency-columns p,
.agency-story .agency-columns li,
.process-description,
.process-description p,
.values-description,
.values-description p {
  text-align: justify;
  text-justify: inter-word;
}

.service-description {
  width: 100%;
  max-width: none;
}

.agency-story .agency-columns {
  font-size: var(--vittori-body-font-size);
  line-height: 1.8;
}

.agency-story .agency-columns p {
  margin: 0 0 1.6em;
}

.agency-story .agency-columns ul,
.agency-story .agency-columns ol {
  margin: 1.55em 0 1.8em;
  padding-left: clamp(34px, 4vw, 58px);
}

.agency-story .agency-columns li {
  margin: 0.65em 0;
  padding-left: 0.55em;
}

.brand,
.brand-logo {
  background: transparent !important;
}

.brand-logo {
  display: block;
  object-fit: contain;
}

.site-header--inner .brand-logo {
  filter: brightness(0) invert(1);
}

@media (max-width: 860px) {
  .hero h1,
  .inner-hero h1,
  .project-explorer__intro h1 {
    font-size: clamp(34px, 10vw, 48px);
    letter-spacing: -0.03em;
    line-height: 0.94;
  }

  .hero .eyebrow {
    color: var(--terracotta);
  }

  .hero figcaption,
  .inner-hero figcaption {
    display: block;
  }

  .services-intro,
  .projects-intro-text,
  .inner-hero__intro,
  .project-explorer__intro-text {
    margin-top: 28px;
    font-size: 13px;
  }

  .brand-logo {
    filter: brightness(0) invert(1);
  }
}

/* Projets Vittori 1.6 — fond ivoire, trois catégories et fiches cliquables. */
body.page-template-page-projets .site-header--inner {
  color: var(--olive);
  background: transparent;
}

body.page-template-page-projets .site-header--inner .brand-logo {
  filter: none;
}

.project-explorer {
  color: var(--olive);
  background: var(--ivory);
}

.project-explorer__copy,
.project-explorer__intro,
.project-explorer__tabs {
  border-color: var(--line);
}

.project-explorer__intro-text,
.project-explorer__intro > p:nth-of-type(2) {
  color: color-mix(in srgb, var(--olive) 68%, transparent);
}

.project-explorer__count {
  color: color-mix(in srgb, var(--olive) 58%, transparent);
}

.project-explorer__count i {
  background: var(--line);
}

.project-explorer__tabs button,
.project-explorer__tabs button:first-child {
  border-color: var(--line);
}

.project-explorer__tabs button {
  color: color-mix(in srgb, var(--olive) 50%, transparent);
}

.project-explorer__tabs button.is-active {
  color: var(--olive);
}

.project-explorer__tabs small {
  color: color-mix(in srgb, var(--olive) 52%, transparent);
}

.project-archive,
.single-project-body,
.project-back {
  background: var(--ivory);
}

.project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 58px) clamp(20px, 2.8vw, 42px);
}

.project-card figure {
  position: relative;
}

.project-card figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  color: rgb(248 245 237 / 82%);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.project-card h3 {
  font-size: clamp(27px, 2.5vw, 42px);
  font-weight: 500;
}

@media (max-width: 980px) {
  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body.page-template-page-projets .site-header--inner .brand-logo {
    filter: brightness(0) invert(1);
  }

  .project-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }
}

/* Fiches d’opération 2.1 — mise en page éditoriale entièrement Elementor. */
.project-editorial {
  color: var(--olive);
  background: var(--ivory);
}

.project-editorial__cover {
  min-height: min(84svh, 940px);
  padding: 0;
  background: var(--night);
}

.project-editorial__cover figure {
  position: relative;
  width: 100%;
  min-height: inherit;
  margin: 0;
  overflow: hidden;
}

.project-editorial__cover figure::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(16 27 34 / 26%), transparent 38%),
    linear-gradient(0deg, rgb(16 27 34 / 16%), transparent 35%);
  content: "";
  pointer-events: none;
}

.project-editorial__cover img {
  width: 100%;
  height: min(84svh, 940px);
  min-height: 640px;
  object-fit: cover;
}

.project-editorial__cover figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  color: rgb(248 245 237 / 82%);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.project-editorial__summary {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(70px, 11vw, 180px);
  padding: clamp(90px, 11vw, 160px) clamp(34px, 7vw, 110px);
  border-bottom: 1px solid var(--line);
}

.project-editorial__identity > p {
  margin: 0 0 28px;
  color: var(--terracotta);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.project-editorial__identity h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(56px, 7.2vw, 118px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.project-editorial__identity > div {
  max-width: 610px;
  margin-top: 44px;
  color: color-mix(in srgb, var(--olive) 74%, transparent);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.6;
}

.project-editorial__identity > div > :first-child {
  margin-top: 0;
}

.project-editorial__identity > div > :last-child {
  margin-bottom: 0;
}

.project-editorial__technical {
  align-self: end;
}

.project-editorial__facts {
  margin: 0;
  border-top: 1px solid var(--line);
}

.project-editorial__facts div {
  display: grid;
  grid-template-columns: minmax(72px, 0.3fr) minmax(0, 1fr);
  gap: 20px;
  padding: 16px 0 18px;
  border-bottom: 1px solid var(--line);
}

.project-editorial__facts dt {
  color: var(--sage);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.project-editorial__facts dd {
  margin: 0;
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.45;
}

.project-editorial__status {
  margin: 28px 0 0;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.project-editorial__story {
  padding: clamp(86px, 10vw, 150px) clamp(34px, 7vw, 110px);
}

.project-editorial__story > div {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.75;
}

.project-editorial__story h2,
.project-editorial__story h3 {
  margin: 1.3em 0 0.55em;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}

.project-editorial__story h2 {
  font-size: clamp(42px, 5vw, 76px);
}

.project-editorial__story > div > :first-child {
  margin-top: 0;
}

.project-editorial__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 40px);
  padding: 0 clamp(34px, 4.5vw, 72px) clamp(86px, 10vw, 150px);
}

.project-editorial__gallery figure {
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.project-editorial__gallery figure.is-featured {
  grid-column: 1 / -1;
  min-height: min(78svh, 860px);
}

.project-editorial__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-editorial__arrows {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 0 clamp(34px, 7vw, 110px) clamp(90px, 10vw, 140px);
}

.project-editorial__arrows a,
.project-editorial__arrows span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid var(--line);
  font-size: 25px;
}

.project-editorial__arrows a {
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.project-editorial__arrows a:hover {
  color: var(--ivory);
  background: var(--olive);
}

.project-editorial__arrows span {
  opacity: 0.28;
}

.project-editorial__more {
  padding: clamp(82px, 9vw, 130px) clamp(34px, 7vw, 110px);
  border-top: 1px solid var(--line);
}

.project-editorial__more h2 {
  margin: 0 0 clamp(50px, 7vw, 90px);
  font-size: clamp(46px, 6vw, 88px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.project-editorial__more > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 46px);
}

.project-editorial__more a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 18px;
}

.project-editorial__more figure {
  grid-column: 1 / -1;
  aspect-ratio: 4 / 3;
  margin: 0 0 14px;
  overflow: hidden;
  background: var(--stone);
}

.project-editorial__more img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.project-editorial__more a:hover img {
  transform: scale(1.025);
}

.project-editorial__more p,
.project-editorial__more span {
  margin: 0;
  color: var(--sage);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-editorial__more h3 {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

@media (max-width: 980px) {
  .project-editorial__summary {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .project-editorial__more > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .project-editorial__cover,
  .project-editorial__cover img {
    min-height: 72svh;
    height: 72svh;
  }

  .project-editorial__summary,
  .project-editorial__story,
  .project-editorial__more {
    padding-right: 22px;
    padding-left: 22px;
  }

  .project-editorial__identity h1 {
    font-size: clamp(42px, 14vw, 64px);
    line-height: 0.9;
  }

  .project-editorial__gallery {
    grid-template-columns: 1fr;
    padding-right: 0;
    padding-left: 0;
  }

  .project-editorial__gallery figure,
  .project-editorial__gallery figure.is-featured {
    grid-column: auto;
    min-height: 58svh;
  }

  .project-editorial__more > div {
    grid-template-columns: 1fr;
    gap: 46px;
  }
}

/* Agence 1.7 — composition fidèle aux deux vues de référence. */
.inner-hero--agency {
  color: var(--olive);
  background: var(--ivory);
}

.inner-hero--agency > div {
  justify-content: center;
  padding-top: clamp(150px, 18vh, 220px);
}

.inner-hero--agency h1 {
  max-width: 780px;
  font-size: clamp(58px, 5.9vw, 96px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

.inner-hero--agency .inner-hero__intro {
  max-width: 640px;
  margin-top: 42px;
  color: color-mix(in srgb, var(--olive) 62%, transparent);
}

.agency-profile {
  display: grid;
  grid-template-columns: minmax(0, 39%) minmax(0, 61%);
  gap: clamp(56px, 5vw, 98px);
  padding: clamp(104px, 10vw, 154px) clamp(34px, 3.2vw, 62px) 0;
  color: var(--olive);
  background: var(--ivory);
}

.agency-profile__identity {
  min-width: 0;
}

.agency-profile__identity .section-kicker {
  color: var(--sage);
}

.agency-profile__identity h2 {
  max-width: 690px;
  margin: clamp(58px, 6vw, 90px) 0 10px;
  font-family: var(--serif);
  font-size: clamp(43px, 3.35vw, 66px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.agency-profile__signature {
  margin: 0;
  font-size: 13px;
}

.agency-profile__portrait {
  position: relative;
  width: 100%;
  max-width: 650px;
  aspect-ratio: 649 / 993;
  margin: 34px 0 0;
  overflow: hidden;
  background: var(--stone);
}

.agency-profile__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agency-profile__portrait--reference img {
  width: 298.15%;
  height: auto;
  max-width: none;
  transform: translate(-3.15%, -19.8%);
}

.agency-profile__content {
  min-width: 0;
  padding-bottom: clamp(80px, 9vw, 140px);
  border-top: 1px solid var(--line);
}

.agency-profile__header {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 26px 10px 0 0;
}

.agency-profile__header > span {
  padding-top: 7px;
  color: var(--sage);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.agency-profile__header > span:last-child {
  color: var(--olive);
  font-size: 18px;
}

.agency-profile__header h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(31px, 2.2vw, 43px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
}

.agency-profile__copy {
  width: min(100%, 680px);
  margin-left: 60px;
  padding-top: clamp(68px, 7vw, 108px);
  font-size: clamp(13px, 0.84vw, 15px);
  line-height: 1.58;
}

.agency-profile__copy section,
.agency-profile__copy h3 {
  margin-top: 0;
}

.agency-profile__copy h3 {
  margin-bottom: 18px;
  padding-top: 30px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.agency-profile__copy h3:first-child {
  padding-top: 0;
}

.agency-profile__copy p {
  margin: 0 0 15px;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.agency-profile__copy strong {
  font-weight: 500;
}

.agency-profile__copy ul {
  margin: 18px 0 30px;
  padding: 0 0 0 34px;
  list-style: none;
}

.agency-profile__copy li {
  position: relative;
  margin: 5px 0;
}

.agency-profile__copy li::before {
  position: absolute;
  left: -22px;
  content: "•";
}

.agency-profile__copy sup {
  font-size: 0.7em;
}

.agency-profile__note {
  color: color-mix(in srgb, var(--olive) 68%, transparent);
  font-size: 10px;
  line-height: 1.42;
}

@media (max-width: 1120px) {
  .agency-profile {
    grid-template-columns: minmax(0, 43%) minmax(0, 57%);
    gap: 48px;
  }

  .agency-profile__copy {
    margin-left: 44px;
  }
}

@media (max-width: 860px) {
  .inner-hero--agency {
    color: var(--paper);
    background: var(--night);
  }

  .inner-hero--agency > div {
    justify-content: flex-end;
    padding: 120px 22px 42px;
  }

  .inner-hero--agency h1 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 0.94;
  }

  .inner-hero--agency .inner-hero__intro {
    margin-top: 28px;
    color: rgb(248 245 237 / 74%);
  }

  .agency-profile {
    display: block;
    padding: 112px 22px 0;
  }

  .agency-profile__identity h2 {
    margin-top: 46px;
    font-size: clamp(40px, 12vw, 60px);
  }

  .agency-profile__portrait {
    max-width: none;
    margin-top: 30px;
  }

  .agency-profile__content {
    margin-top: 76px;
    padding-bottom: 96px;
  }

  .agency-profile__header {
    grid-template-columns: 32px minmax(0, 1fr) auto;
    gap: 12px;
    padding-top: 22px;
  }

  .agency-profile__header h2 {
    font-size: clamp(28px, 8.5vw, 40px);
  }

  .agency-profile__copy {
    width: 100%;
    margin-left: 0;
    padding-top: 58px;
    font-size: 14px;
    line-height: 1.65;
  }
}

/* Titres d’ouverture — réduction réservée aux téléphones. */
@media (max-width: 600px) {
  .hero h1,
  .inner-hero h1,
  .project-explorer__intro h1 {
    font-size: clamp(28px, 8.2vw, 36px);
    letter-spacing: -0.025em;
    line-height: 0.98;
  }
}

/* Projets 2.0 — le clic sur une catégorie ouvre directement sa galerie. */
.project-category-page {
  min-height: 100svh;
  background: var(--ivory);
}

.project-category-page .archive-tabs {
  padding-top: 116px;
}

@media (max-width: 860px) {
  .project-category-page .archive-tabs {
    padding: 106px 22px 24px;
  }

  .project-category-page .project-archive {
    padding-top: 78px;
  }
}

/* Vittori 2.2 — décalage des expertises et champs de contact indépendants. */
.services .service-list {
  margin-left: 72px;
}

.contact-details .contact-address,
.contact-details .contact-address p {
  margin: 0;
  color: inherit;
  font-family: var(--sans);
  font-size: clamp(18px, 1.2vw, 21px);
  font-style: normal;
  line-height: 1.7;
}

.contact-details .contact-address p + p {
  margin-top: 0.75em;
}

.contact--compact .contact-band-address,
.contact--compact .contact-band-address p {
  margin: 0;
  color: rgb(248 245 237 / 62%);
  font-family: var(--sans);
  font-size: 13px;
  font-style: normal;
  line-height: 1.75;
}

.contact--compact .contact-action > p {
  margin: 0;
}

@media (max-width: 1024px) {
  .services .service-list {
    margin-left: 24px;
  }
}

@media (max-width: 767px) {
  .services .service-list {
    margin-left: 0;
  }
}

/* Projets 2.3 — ouverture directe sur les catégories et leurs réalisations. */
.project-browser {
  min-height: 100svh;
  padding-top: 88px;
  color: var(--olive);
  background: var(--ivory);
}

.project-browser__tabs {
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  min-height: 66px;
  padding: 16px clamp(34px, 7vw, 110px) 14px;
  border-bottom: 1px solid var(--line);
}

.project-browser__tabs > div {
  display: flex;
  justify-content: flex-end;
  gap: clamp(22px, 3.4vw, 56px);
}

.project-browser__tabs button {
  position: relative;
  display: flex;
  gap: 8px;
  padding: 10px 0;
  border: 0;
  color: var(--olive);
  background: transparent;
  font-family: var(--serif);
  font-size: clamp(19px, 1.7vw, 27px);
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.project-browser__tabs button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--terracotta);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms ease;
}

.project-browser__tabs button:hover::after,
.project-browser__tabs button.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.project-browser__tabs button.is-active {
  color: var(--terracotta);
}

.project-browser__tabs button span {
  color: var(--terracotta);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.project-browser__panel {
  padding: clamp(48px, 6vw, 88px) clamp(34px, 4vw, 78px)
    clamp(96px, 11vw, 170px);
}

.project-browser__panel[hidden] {
  display: none;
}

.project-browser__heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1.45fr);
  gap: 50px;
  align-items: start;
  margin-bottom: clamp(70px, 9vw, 120px);
}

.project-browser__heading h1 {
  margin: 0;
  font-size: clamp(50px, 5vw, 78px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.project-browser .project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 58px) clamp(20px, 2.8vw, 42px);
  margin-top: 0;
}

.project-browser .project-card h2 {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  font-size: clamp(27px, 2.5vw, 42px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.project-browser .project-card > div {
  padding-top: 10px;
}

.project-editorial--summary-only {
  min-height: 100svh;
  padding-top: 88px;
}

.project-editorial--summary-only .project-editorial__summary {
  min-height: calc(100svh - 88px);
  align-items: center;
  padding-top: clamp(82px, 10vw, 150px);
  padding-bottom: clamp(82px, 10vw, 150px);
}

@media (max-width: 980px) {
  .project-browser .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .project-browser__tabs {
    display: block;
    padding-right: 22px;
    padding-left: 22px;
  }

  .project-browser__tabs > div {
    justify-content: flex-start;
    gap: 25px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .project-browser__tabs button {
    font-size: 18px;
  }

  .project-browser__heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .project-browser .project-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }
}

/* Vittori 2.5 — repli mobile pour tous les titres dépassant 30 px.
 *
 * Les réglages responsive Elementor sont chargés après cette feuille et
 * peuvent donc remplacer librement ces valeurs, texte par texte.
 */
@media (max-width: 767px) {
  .hero h1,
  .opening h2,
  .agency-copy h2,
  .services-heading h2,
  .projects h2,
  .process h2,
  .contact h2,
  .inner-hero h1,
  .agency-story h2,
  .agency-profile__identity h2,
  .agency-profile__header h2,
  .values-grid h2,
  .project-archive h2,
  .category-scope h2,
  .project-explorer__intro h1,
  .project-browser__heading h1,
  .project-editorial__identity h1,
  .default-content h1,
  .not-found h1 {
    font-size: clamp(28px, 8.2vw, 36px);
    line-height: 1;
  }

  .service-row h3,
  .process-list h3,
  .values-grid h3 {
    font-size: clamp(25px, 7.2vw, 30px);
    line-height: 1.08;
  }
}

/* Vittori 2.7 — rapprochement garanti des informations et du titre des cartes. */
.project-browser .project-card > div {
  grid-template-areas:
    "location status"
    "title title";
  grid-template-rows: auto auto;
  align-content: start;
  column-gap: 16px;
  row-gap: 0;
  padding-top: 2px !important;
}

.project-browser .project-card__location {
  grid-area: location;
  line-height: 1.15;
}

.project-browser .project-card h2 {
  grid-area: title;
  margin: 2px 0 0 !important;
  padding: 0 !important;
}

.project-browser .project-card__status {
  grid-area: status;
  align-self: start;
  line-height: 1.15;
}

.project-editorial--summary-only .project-editorial__summary {
  min-height: 0;
  align-items: start;
  padding-top: clamp(44px, 5vw, 76px);
  padding-bottom: clamp(72px, 8vw, 118px);
}

.project-editorial__back {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin: 0 0 20px;
  border: 1px solid var(--line);
  font-size: 22px;
  line-height: 1;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.project-editorial__back:hover,
.project-editorial__back:focus-visible {
  color: var(--ivory);
  background: var(--olive);
}

@media (max-width: 680px) {
  .project-editorial--summary-only {
    padding-top: 76px;
  }

  .project-editorial--summary-only .project-editorial__summary {
    gap: 48px;
    padding-top: 30px;
    padding-bottom: 64px;
  }
}
