/*
Theme Name: LUXA Agencement
Theme URI: https://luxa-agencement.com
Author: LUXA Agencement
Description: Thème WordPress sur mesure pour LUXA Agencement, avec contenus et réalisations modifiables depuis l’administration.
Version: 1.2.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: luxa-agencement
*/

:root {
  --ink: #11110f;
  --ink-soft: #181713;
  --ivory: #f2ebdd;
  --paper: #eee7da;
  --muted: #b9b1a4;
  --bronze: #b38b58;
  --line: rgba(179, 139, 88, 0.62);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--sans);
}

body.admin-bar {
  --wp-admin--admin-bar--height: 32px;
}

img {
  max-width: 100%;
  height: auto;
}

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

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

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

.hero {
  min-height: 100svh;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.025), transparent 22rem),
    var(--ink);
}

.project-status {
  position: relative;
  z-index: 30;
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.55rem max(3.75vw, 1.25rem);
  background: var(--bronze);
  color: var(--ink);
  text-align: center;
}

.project-status p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin: 0;
  font-size: 0.68rem;
  font-weight: 560;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-transform: uppercase;
}

.project-status strong {
  font-weight: 760;
}

.project-status-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  background: currentColor;
  border-radius: 50%;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 98px;
  margin: 0 3.75vw;
  border-bottom: 1px solid var(--line);
}

.header-logo {
  position: relative;
  display: block;
  width: 170px;
  height: 94px;
  flex: 0 0 auto;
  overflow: hidden;
}

.header-logo img {
  position: absolute;
  top: -31px;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.desktop-nav {
  display: flex;
  gap: clamp(2rem, 3.3vw, 3.8rem);
  margin: 0;
  padding: 0;
  font-size: 0.98rem;
  color: rgba(242, 235, 221, 0.9);
  list-style: none;
}

.desktop-nav a {
  position: relative;
  padding: 0.65rem 0;
  transition: color 180ms ease;
}

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

.desktop-nav a:hover {
  color: var(--bronze);
}

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

.mobile-nav {
  display: none;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(430px, 35.8%) 1fr;
  min-height: calc(100svh - 138px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3.5rem, 7vh, 6rem) clamp(2rem, 3.75vw, 4.3rem) 2.8rem;
  background: var(--ink);
}

.eyebrow {
  margin: 0;
  color: var(--bronze);
  font-size: 0.72rem;
  font-weight: 550;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-transform: uppercase;
}

.hero-eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: clamp(1.7rem, 3vh, 2.6rem);
}

.hero-eyebrow i {
  width: 3px;
  height: 3px;
  background: currentColor;
  border-radius: 50%;
}

.hero-copy h1 {
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(4rem, 5.25vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.038em;
  line-height: 0.91;
}

.hero-intro {
  max-width: 420px;
  margin: clamp(1.8rem, 3.3vh, 2.7rem) 0 1.8rem;
  color: rgba(242, 235, 221, 0.8);
  font-size: 1rem;
  line-height: 1.65;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  min-width: 286px;
  min-height: 58px;
  padding: 0.2rem 1.55rem;
  border: 1px solid transparent;
  font-size: 0.95rem;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.button span {
  margin-left: 2rem;
  color: var(--bronze);
  font-size: 1.05rem;
}

.button-light {
  background: var(--ivory);
  color: var(--ink);
}

.button-light:hover {
  background: var(--bronze);
  color: var(--ink);
  transform: translateY(-2px);
}

.button-light:hover span {
  color: var(--ink);
}

.hero-location {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: auto 0 0;
  color: rgba(242, 235, 221, 0.78);
  font-size: 0.84rem;
}

.hero-location > span {
  width: 3.2rem;
  height: 1px;
  margin-right: 0.2rem;
  background: var(--bronze);
}

.hero-location b {
  color: var(--bronze);
  font-size: 0.7rem;
}

.hero-media {
  position: relative;
  min-height: calc(100svh - 138px);
  overflow: hidden;
  background: #32261d;
}

.hero-media::before {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 38px;
  height: 48px;
  content: "";
  background: var(--ink);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.04) brightness(0.88);
  animation: hero-image-in 1s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.hero-media-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 17, 15, 0.17), transparent 25%);
  pointer-events: none;
}

.intro-slice {
  display: grid;
  grid-template-columns: 0.78fr 1.7fr;
  gap: 4rem;
  padding: clamp(6rem, 11vw, 11rem) max(3.75vw, 1.5rem);
  background: var(--paper);
  color: var(--ink);
}

.intro-statement {
  max-width: 950px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4.2vw, 4.4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

section[id] {
  scroll-margin-top: 1rem;
}

.section-index {
  margin: 0;
  color: var(--bronze);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  line-height: 1.5;
  text-transform: uppercase;
}

.expertise-section {
  padding: 1rem max(3.75vw, 1.5rem) clamp(7rem, 12vw, 12rem);
  background: var(--paper);
  color: var(--ink);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.78fr 1.7fr;
  gap: 4rem;
  padding-top: clamp(3rem, 5.5vw, 5.5rem);
  border-top: 1px solid rgba(17, 17, 15, 0.22);
}

.section-heading > div {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(240px, 0.58fr);
  align-items: end;
  gap: 3rem;
}

.section-heading h2,
.projects-heading h2,
.about-intro h2,
.process-heading h2,
.contact-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 5.2vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.section-heading > div > p {
  max-width: 390px;
  margin: 0;
  color: rgba(17, 17, 15, 0.65);
  font-size: 0.96rem;
  line-height: 1.7;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(4.5rem, 7.5vw, 7.5rem);
  background: rgba(17, 17, 15, 0.2);
  border: 1px solid rgba(17, 17, 15, 0.2);
}

.expertise-card {
  display: flex;
  min-height: 470px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.6rem, 2.7vw, 2.8rem);
  background: var(--paper);
  transition:
    background 220ms ease,
    color 220ms ease;
}

.expertise-card > span,
.values-grid article > span {
  color: var(--bronze);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.expertise-card h3,
.values-grid h3,
.process-list h3,
.project-copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.expertise-card div > p {
  max-width: 350px;
  margin: 1.35rem 0 0;
  color: rgba(17, 17, 15, 0.64);
  font-size: 0.94rem;
  line-height: 1.7;
}

.expertise-card .card-detail {
  margin: 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(17, 17, 15, 0.18);
  color: rgba(17, 17, 15, 0.64);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.expertise-card:hover {
  background: var(--ink-soft);
  color: var(--ivory);
}

.expertise-card:hover div > p,
.expertise-card:hover .card-detail {
  color: rgba(242, 235, 221, 0.7);
}

.expertise-card:hover .card-detail {
  border-color: rgba(242, 235, 221, 0.18);
}

.projects-section {
  padding: clamp(7rem, 11vw, 11rem) max(3.75vw, 1.5rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%, rgba(179, 139, 88, 0.08), transparent 30rem),
    var(--ink-soft);
  color: var(--ivory);
}

.projects-heading {
  display: grid;
  grid-template-columns: 0.58fr 1.12fr 0.62fr;
  align-items: end;
  gap: 3.5rem;
}

.projects-heading > p:last-child {
  max-width: 370px;
  margin: 0;
  color: rgba(242, 235, 221, 0.6);
  font-size: 0.94rem;
  line-height: 1.7;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5.5rem);
  margin-top: clamp(5rem, 9vw, 9rem);
}

.project-card-offset {
  margin-top: clamp(5rem, 10vw, 10rem);
}

.project-image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #2a211b;
}

.project-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 65%, rgba(17, 17, 15, 0.18));
  pointer-events: none;
}

.project-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.02) brightness(0.91);
  transition: transform 850ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

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

.project-copy {
  display: grid;
  grid-template-columns: 1fr minmax(200px, 0.62fr);
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.project-copy > div > p {
  margin: 0 0 0.7rem;
  color: var(--bronze);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.project-copy > p {
  margin: 0;
  color: rgba(242, 235, 221, 0.58);
  font-size: 0.87rem;
  line-height: 1.65;
}

.about-section {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(4rem, 9vw, 10rem);
  padding: clamp(7rem, 12vw, 12rem) max(3.75vw, 1.5rem);
  background: var(--paper);
  color: var(--ink);
}

.about-intro .section-index {
  margin-bottom: 2.4rem;
}

.about-copy {
  align-self: end;
  max-width: 650px;
  padding-bottom: 0.6rem;
}

.about-copy p {
  margin: 0;
  color: rgba(17, 17, 15, 0.65);
  font-size: 1rem;
  line-height: 1.75;
}

.about-copy .about-lead {
  margin-bottom: 1.8rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.7vw, 2.7rem);
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.values-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(2rem, 5vw, 5rem);
  background: rgba(17, 17, 15, 0.2);
  border: 1px solid rgba(17, 17, 15, 0.2);
}

.values-grid article {
  min-height: 310px;
  padding: clamp(1.7rem, 2.7vw, 2.8rem);
  background: var(--paper);
}

.values-grid h3 {
  margin-top: 5rem;
}

.values-grid article > p {
  max-width: 340px;
  margin: 1.2rem 0 0;
  color: rgba(17, 17, 15, 0.62);
  font-size: 0.9rem;
  line-height: 1.7;
}

.process-section {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: clamp(4rem, 10vw, 11rem);
  padding: clamp(7rem, 11vw, 11rem) max(3.75vw, 1.5rem);
  background: var(--ink);
  color: var(--ivory);
}

.process-heading .section-index {
  margin-bottom: 2.4rem;
}

.process-heading h2 {
  max-width: 700px;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.process-list li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 2rem;
  padding: 2.2rem 0;
  border-bottom: 1px solid rgba(179, 139, 88, 0.34);
}

.process-list li > span {
  padding-top: 0.35rem;
  color: var(--bronze);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
}

.process-list h3 {
  font-size: 2.2rem;
}

.process-list p {
  max-width: 480px;
  margin: 0.8rem 0 0;
  color: rgba(242, 235, 221, 0.58);
  font-size: 0.9rem;
  line-height: 1.65;
}

.territory-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.4rem max(3.75vw, 1.5rem);
  background: var(--bronze);
  color: var(--ink);
}

.territory-strip p {
  margin: 0;
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.territory-strip strong {
  font-weight: 700;
}

.territory-strip > span {
  width: min(8vw, 110px);
  height: 1px;
  background: rgba(17, 17, 15, 0.36);
}

.contact-section {
  display: flex;
  min-height: 84svh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(6rem, 12vw, 12rem) max(3.75vw, 1.5rem);
  background:
    linear-gradient(rgba(242, 235, 221, 0.94), rgba(242, 235, 221, 0.94)),
    radial-gradient(circle at 50% 50%, var(--bronze), transparent 50%);
  color: var(--ink);
  text-align: center;
}

.contact-section h2 {
  margin-top: 2rem;
  font-size: clamp(4rem, 8.6vw, 9rem);
}

.contact-section > p:not(.eyebrow) {
  max-width: 620px;
  margin: 2.2rem auto 2.6rem;
  color: rgba(17, 17, 15, 0.64);
  font-size: 0.98rem;
  line-height: 1.7;
}

.button-dark {
  background: var(--ink);
  color: var(--ivory);
}

.button-dark:hover {
  background: var(--bronze);
  color: var(--ink);
  transform: translateY(-2px);
}

.button-dark:hover span {
  color: var(--ink);
}

.contact-email,
.contact-phone {
  position: relative;
  padding-bottom: 0.3rem;
  color: rgba(17, 17, 15, 0.66);
  font-size: 0.88rem;
}

.contact-email {
  margin-top: 2rem;
}

.contact-phone {
  margin-top: 0.8rem;
}

.contact-email::after,
.contact-phone::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--bronze);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.contact-email:hover::after,
.contact-phone:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  align-items: end;
  gap: 2rem;
  padding: clamp(3rem, 5vw, 5rem) max(3.75vw, 1.5rem);
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: rgba(242, 235, 221, 0.58);
}

.site-footer p {
  margin: 0;
  font-size: 0.69rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-transform: uppercase;
}

.content-page {
  min-height: 100svh;
  background: var(--paper);
  color: var(--ink);
}

.content-page-header {
  height: 98px;
  margin: 0;
  padding-inline: max(3.75vw, 1.5rem);
  background: var(--ink);
}

.content-page-back {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: rgba(242, 235, 221, 0.8);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.content-page-back span {
  color: var(--bronze);
}

.content-page-hero {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 4rem;
  padding: clamp(6rem, 11vw, 11rem) max(3.75vw, 1.5rem);
}

.content-page-hero .eyebrow {
  padding-top: 0.8rem;
}

.content-page-hero h1 {
  max-width: 980px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 8.5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.content-page-hero > p:last-child {
  grid-column: 2;
  max-width: 720px;
  margin: 0;
  color: rgba(17, 17, 15, 0.62);
  font-size: 1.05rem;
  line-height: 1.75;
}

.content-page-media {
  position: relative;
  width: calc(100% - max(7.5vw, 3rem));
  max-width: 1500px;
  aspect-ratio: 16 / 8.6;
  margin: 0 auto;
  overflow: hidden;
  background: #2a211b;
}

.content-page-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-page-body {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 9rem) max(3.75vw, 1.5rem);
}

.content-page-body p {
  margin: 0 0 1.8rem;
  color: rgba(17, 17, 15, 0.75);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.content-page-body h2,
.content-page-body h3,
.content-page-body h4 {
  margin: 2.4em 0 0.7em;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.content-page-body h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.content-page-body h3 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.content-page-body ul,
.content-page-body ol {
  margin: 0 0 2rem;
  padding-left: 1.4rem;
  color: rgba(17, 17, 15, 0.75);
  font-size: 1.05rem;
  line-height: 1.8;
}

.content-page-body a {
  color: #7d5a31;
  text-decoration: underline;
  text-decoration-color: var(--bronze);
  text-underline-offset: 0.2em;
}

.content-page-body blockquote {
  margin: 3rem 0;
  padding-left: 2rem;
  border-left: 2px solid var(--bronze);
}

.content-page-body blockquote p {
  color: var(--ink);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto !important;
  background: var(--ivory);
  color: var(--ink);
  font-size: 0.9rem;
}

.empty-projects {
  grid-column: 1 / -1;
  margin: 0;
  padding: 4rem 0;
  color: rgba(242, 235, 221, 0.62);
  border-top: 1px solid var(--line);
}

@keyframes hero-image-in {
  from {
    opacity: 0;
    transform: scale(1.025);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (min-width: 801px) {
  .hero-no-status .hero-layout,
  .hero-no-status .hero-media {
    min-height: calc(100svh - 98px);
  }
}

@media (max-width: 1050px) {
  .hero-layout {
    grid-template-columns: minmax(390px, 44%) 1fr;
  }

  .hero-copy h1 {
    font-size: clamp(3.8rem, 7vw, 5rem);
  }

  .header-logo {
    width: 152px;
    height: 84px;
  }

  .header-logo img {
    top: -28px;
  }

  .desktop-nav {
    gap: 1.6rem;
    font-size: 0.9rem;
  }

  .section-heading > div {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .expertise-card {
    min-height: 430px;
  }

  .projects-heading {
    grid-template-columns: 0.5fr 1.3fr;
  }

  .projects-heading > p:last-child {
    grid-column: 2;
  }

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

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

@media (max-width: 800px) {
  .site-header {
    height: 82px;
    margin: 0 1.25rem;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
    position: relative;
  }

  .mobile-nav summary {
    list-style: none;
    color: var(--ivory);
    cursor: pointer;
    font-size: 0.76rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

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

  .mobile-nav nav {
    position: absolute;
    top: 2.5rem;
    right: 0;
    display: flex;
    min-width: 205px;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid var(--line);
    background: var(--ink);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.36);
  }

  .mobile-nav nav a {
    padding: 0.85rem;
    border-bottom: 1px solid rgba(242, 235, 221, 0.1);
  }

  .mobile-nav nav a:last-child {
    border-bottom: 0;
  }

  .hero-layout {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .hero-copy {
    min-height: calc(100svh - 128px);
    padding: 4.4rem 1.5rem 2rem;
  }

  .hero-no-status .hero-copy {
    min-height: calc(100svh - 82px);
  }

  .hero-copy h1 {
    font-size: clamp(3.75rem, 16vw, 5.4rem);
    line-height: 0.92;
  }

  .hero-intro {
    max-width: 34rem;
  }

  .hero-location {
    margin-top: 4rem;
  }

  .hero-media {
    min-height: 68svh;
  }

  .intro-slice {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .section-heading,
  .projects-heading,
  .about-section,
  .process-section {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 2rem;
  }

  .section-heading > div {
    gap: 1.5rem;
  }

  .expertise-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .expertise-card {
    min-height: 360px;
  }

  .projects-heading > p:last-child {
    grid-column: auto;
  }

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

  .project-card-offset {
    margin-top: 2rem;
  }

  .project-copy {
    grid-template-columns: 1fr minmax(180px, 0.7fr);
  }

  .about-section {
    gap: 4rem;
  }

  .about-copy {
    max-width: 720px;
  }

  .values-grid {
    margin-top: 0;
  }

  .values-grid article {
    min-height: 265px;
  }

  .values-grid h3 {
    margin-top: 3.5rem;
  }

  .process-section {
    gap: 4rem;
  }

  .territory-strip {
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 2rem;
  }

  .territory-strip > span {
    width: 2.5rem;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .content-page-header {
    height: 82px;
  }

  .content-page-back {
    font-size: 0.66rem;
  }

  .content-page-hero {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .content-page-hero > p:last-child {
    grid-column: auto;
  }

  .content-page-media {
    width: calc(100% - 2.5rem);
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 480px) {
  .project-status {
    min-height: 46px;
    gap: 0.55rem;
    padding-inline: 0.8rem;
  }

  .project-status p {
    gap: 0.35rem;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .header-logo {
    width: 135px;
    height: 75px;
  }

  .header-logo img {
    top: -25px;
  }

  .hero-copy {
    padding-top: 3.4rem;
  }

  .hero-copy h1 {
    font-size: clamp(3.45rem, 16.5vw, 4.6rem);
  }

  .hero-eyebrow {
    max-width: 21rem;
    gap: 0.45rem;
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .intro-statement {
    font-size: 2.45rem;
  }

  .section-heading h2,
  .projects-heading h2,
  .about-intro h2,
  .process-heading h2 {
    font-size: 3.05rem;
  }

  .expertise-card {
    min-height: 345px;
  }

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

  .project-card-offset {
    margin-top: 0;
  }

  .process-list li {
    grid-template-columns: 45px 1fr;
    gap: 1rem;
  }

  .territory-strip {
    flex-direction: column;
    gap: 0.9rem;
    text-align: center;
  }

  .territory-strip > span {
    width: 1px;
    height: 1.2rem;
  }

  .contact-section {
    min-height: 76svh;
  }

  .contact-section h2 {
    font-size: 4.25rem;
    line-height: 0.92;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .content-page-back {
    max-width: 8rem;
    justify-content: flex-end;
    text-align: right;
  }

  .content-page-hero h1 {
    font-size: 4rem;
  }
}

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

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