:root {
  --ink: #171a1c;
  --ink-soft: #25292c;
  --paper: #f5f3ed;
  --white: #ffffff;
  --sand: #ded9cf;
  --grey: #e8e8e4;
  --muted: #6e7375;
  --orange: #ef6b32;
  --orange-dark: #ce4f1c;
  --line: rgba(23, 26, 28, 0.16);
  --line-light: rgba(255, 255, 255, 0.16);
  --display: "Oswald", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(20, 24, 27, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

main,
.site-footer {
  min-width: 0;
  overflow-x: clip;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

::selection {
  background: var(--orange);
  color: var(--white);
}

.container {
  width: min(calc(100% - 48px), 1360px);
  margin-inline: auto;
}

.section {
  padding-block: 115px;
  scroll-margin-top: 82px;
}

.section--dark {
  background: var(--ink);
  color: var(--white);
}

.section--sand {
  background: var(--sand);
}

.section--grey {
  background: var(--grey);
}

.section--orange {
  background: var(--orange);
}

.stack {
  display: flex;
  flex-direction: column;
}

.stack--lg {
  gap: 30px;
}

.stack--xl {
  gap: 62px;
}

.media-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 25px;
  border: 1px solid transparent;
  background: transparent;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

.button:hover {
  transform: translateY(-2px);
}

.button--small {
  min-height: 46px;
  padding-inline: 18px;
}

.button--orange {
  background: var(--orange);
  color: var(--white);
}

.button--orange:hover {
  background: var(--orange-dark);
}

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

.button--dark:hover {
  background: #000000;
}

.button--outline {
  border-color: var(--line);
  color: var(--ink);
}

.button--outline:hover {
  border-color: var(--ink);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.38);
  color: var(--white);
}

.button--ghost:hover {
  background: var(--white);
  color: var(--ink);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.text-link span {
  color: var(--orange);
  transition: transform 0.2s;
}

.text-link:hover span {
  transform: translate(3px, -3px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  color: var(--orange-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow > span {
  color: var(--muted);
}

.eyebrow--light {
  color: var(--orange);
}

.eyebrow--light > span {
  color: rgba(255, 255, 255, 0.48);
}

.tag {
  margin: 0;
  color: var(--orange-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.intro {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.fine-print {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  text-align: center;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  max-width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(23, 26, 28, 0.84);
  color: var(--white);
  backdrop-filter: blur(16px);
  transition: background 0.25s;
}

.site-header.is-scrolled {
  background: rgba(23, 26, 28, 0.97);
}

.nav-row {
  min-width: 0;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand__mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--orange);
  color: var(--white);
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
}

.brand__copy {
  display: grid;
  gap: 3px;
}

.brand__copy strong {
  font-family: var(--display);
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.brand__copy small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -10px;
  height: 2px;
  background: var(--orange);
  transition: right 0.2s;
}

.nav-links a:hover {
  color: var(--white);
}

.nav-links a:hover::after {
  right: 0;
}

.nav-toggle {
  width: 46px;
  height: 46px;
  display: none;
  flex: 0 0 46px;
  padding: 12px;
  border: 1px solid var(--line-light);
  background: transparent;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--white);
  transition: transform 0.2s;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 900px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 160px 0 70px;
  color: var(--white);
}

.hero__media,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__media {
  object-position: center;
}

.hero__overlay {
  background:
    linear-gradient(90deg, rgba(13, 16, 18, 0.94), rgba(13, 16, 18, 0.72) 48%, rgba(13, 16, 18, 0.08) 82%),
    linear-gradient(0deg, rgba(13, 16, 18, 0.88), transparent 45%);
}

.hero__content {
  position: relative;
  z-index: 1;
}

.hero h1,
.section-heading h2,
.feature-copy h2,
.testimonial-layout h2,
.faq-layout h2,
.callback-layout h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.96;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 920px;
  margin-top: 26px;
  font-size: clamp(78px, 9.4vw, 148px);
  line-height: 0.84;
}

.hero h1 em,
.section-heading h2 em,
.feature-copy h2 em,
.testimonial-layout h2 em,
.faq-layout h2 em {
  color: var(--orange);
  font-style: normal;
  -webkit-text-stroke: 1px currentColor;
}

.hero__lead {
  max-width: 650px;
  margin: 34px 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
}

.trust-list {
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 54px 0 0;
  padding: 0;
  background: var(--line-light);
  list-style: none;
}

.trust-list li {
  padding: 19px 22px;
  background: rgba(17, 20, 22, 0.72);
}

.trust-list strong,
.trust-list span {
  display: block;
}

.trust-list strong {
  font-family: var(--display);
  font-size: 25px;
  line-height: 1;
}

.trust-list span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero__badge {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 230px;
  min-height: 150px;
  display: grid;
  align-content: center;
  padding: 25px 34px;
  background: var(--orange);
  color: var(--white);
}

.hero__badge small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero__badge strong {
  font-family: var(--display);
  font-size: 30px;
  text-transform: uppercase;
}

.hero__badge span {
  position: absolute;
  right: 24px;
  bottom: 18px;
}

.ticker {
  overflow: hidden;
  background: var(--orange);
  color: var(--ink);
}

.ticker > div {
  width: max-content;
  display: flex;
  padding: 9px 0;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  animation: ticker 28s linear infinite;
}

.ticker span {
  padding-right: 20px;
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

.section-heading--split {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  align-items: end;
  gap: 70px;
}

.section-heading--split > div {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.section-heading h2,
.feature-copy h2,
.testimonial-layout h2,
.faq-layout h2 {
  font-size: clamp(54px, 6.2vw, 92px);
}

.section-heading--split > p {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.service-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1px;
  background: var(--line);
}

.service-tabs {
  display: grid;
  gap: 1px;
}

.service-tab {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 25px 28px;
  border: 0;
  background: var(--paper);
  color: var(--ink);
  text-align: left;
  transition: background 0.2s, color 0.2s;
}

.service-tab:hover,
.service-tab.is-active {
  background: var(--ink);
  color: var(--white);
}

.service-tab > span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
}

.service-tab strong {
  font-family: var(--display);
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-tab i {
  font-style: normal;
}

.service-panel {
  min-width: 0;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px;
  background: var(--orange);
}

.service-panel__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 35px;
  border: 1px solid rgba(23, 26, 28, 0.28);
  font-size: 25px;
}

.service-panel .tag {
  color: rgba(23, 26, 28, 0.62);
}

.service-panel h3 {
  margin: 10px 0 18px;
  font-family: var(--display);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.service-panel > p:not(.tag) {
  margin: 0;
  color: rgba(23, 26, 28, 0.72);
  font-size: 14px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 25px 0 35px;
  padding: 0;
  list-style: none;
  font-size: 12px;
}

.check-list li::before {
  content: "✓";
  margin-right: 10px;
  font-weight: 700;
}

.service-panel .text-link {
  align-self: flex-start;
}

.service-panel .text-link span {
  color: var(--ink);
}

.feature-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 8%;
}

.feature-grid > * {
  min-width: 0;
}

.media-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--ink-soft);
  box-shadow: var(--shadow);
}

.media-frame--portrait {
  aspect-ratio: 4 / 5;
}

.media-frame figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 7px;
  padding: 85px 28px 28px;
  background: linear-gradient(transparent, rgba(9, 11, 12, 0.9));
}

.media-frame figcaption span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.media-frame figcaption strong {
  max-width: 420px;
  color: var(--white);
  font-family: var(--display);
  font-size: 27px;
  line-height: 1.15;
  text-transform: uppercase;
}

.prose {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.prose p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.prose--light p {
  color: rgba(255, 255, 255, 0.57);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-light);
}

.metrics > div {
  min-width: 0;
  padding: 20px;
  background: var(--ink-soft);
}

.metrics strong,
.metrics span {
  display: block;
}

.metrics strong {
  color: var(--orange);
  font-family: var(--display);
  font-size: 31px;
  line-height: 1;
}

.metrics span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 8px;
  line-height: 1.45;
  text-transform: uppercase;
}

.certifications {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.certifications span {
  padding: 12px 14px;
  border: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}

.quote-shell {
  border: 1px solid rgba(23, 26, 28, 0.22);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.quote-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.quote-progress span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17px 20px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quote-progress span:last-child {
  border-right: 0;
}

.quote-progress i {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 9px;
  font-style: normal;
}

.quote-progress span.is-active {
  background: var(--ink);
  color: var(--white);
}

.quote-progress span.is-complete i,
.quote-progress span.is-active i {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
}

.quote-step {
  display: none;
  padding: 45px;
}

.quote-step.is-active {
  display: block;
  animation: step-in 0.35s ease;
}

@keyframes step-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
}

.step-heading {
  margin-bottom: 35px;
}

.step-heading > span {
  color: var(--orange-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.step-heading h3,
.estimate-card h3 {
  margin: 8px 0 4px;
  font-family: var(--display);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.step-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.option-grid {
  display: grid;
  gap: 10px;
}

.option-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.option-card,
.choice,
.check-option {
  position: relative;
  min-width: 0;
}

.option-card input,
.choice input,
.check-option input {
  position: absolute;
  width: 1px;
  max-width: 1px;
  height: 1px;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  opacity: 0;
}

.option-card > span {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.option-card b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 38px;
  border: 1px solid var(--line);
  color: var(--orange-dark);
  font-size: 19px;
}

.option-card strong {
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
}

.option-card small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
}

.option-card input:checked + span,
.option-card input:focus-visible + span {
  border-color: var(--orange);
  background: #fff8f4;
  box-shadow: inset 0 -4px var(--orange);
}

.step-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.step-actions--end {
  justify-content: flex-end;
}

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

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

.field--full {
  grid-column: 1 / -1;
}

.field > span,
.field legend {
  color: #4f5558;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: var(--white);
  color: var(--ink);
}

.field textarea {
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--orange);
}

.range-field input {
  min-height: auto;
  padding: 12px 0;
  accent-color: var(--orange);
}

.choice-row,
.check-grid {
  display: grid;
  gap: 8px;
  margin-top: 5px;
}

.choice-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.check-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.choice span,
.check-option span {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 11px;
  text-align: center;
  cursor: pointer;
}

.choice input:checked + span,
.choice input:focus-visible + span,
.check-option input:checked + span,
.check-option input:focus-visible + span {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.file-field {
  position: relative;
}

.file-field input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  opacity: 0;
}

.file-field > span {
  min-height: 110px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-content: center;
  column-gap: 14px;
  padding: 20px;
  border: 1px dashed rgba(23, 26, 28, 0.35);
  background: var(--white);
  cursor: pointer;
}

.file-field b {
  grid-row: 1 / 3;
  align-self: center;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.file-field strong {
  font-size: 12px;
}

.file-field small {
  color: var(--muted);
  font-size: 10px;
}

.file-field:focus-within > span {
  border-color: var(--orange);
}

.estimate-card {
  max-width: 780px;
  margin-inline: auto;
  padding-block: 20px;
  text-align: center;
}

.estimate-card h3 {
  color: var(--orange-dark);
  font-size: clamp(54px, 8vw, 90px);
}

.estimate-card > p:not(.tag):not(.form-status) {
  max-width: 610px;
  margin: 15px auto 30px;
  color: var(--muted);
  font-size: 13px;
}

.estimate-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border: 1px solid var(--line);
  text-align: left;
}

.estimate-summary > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}

.estimate-summary dt {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.estimate-summary dd {
  margin: 0;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.estimate-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.form-status {
  min-height: 21px;
  margin: 12px 0 0;
  color: #415047;
  font-size: 11px;
  overflow-wrap: anywhere;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-row button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.filter-row button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.project-grid {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}

.project-card {
  min-width: 0;
  min-height: 0;
  transition: opacity 0.25s, transform 0.25s;
}

.project-card.is-hidden {
  display: none;
}

.project-card--large {
  grid-row: 1 / 3;
}

.project-card figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--ink-soft);
}

.project-card figure::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(7, 9, 10, 0.87));
}

.project-card figure img {
  transition: transform 0.5s;
}

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

.project-card figcaption {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  display: grid;
  padding: 25px;
  color: var(--white);
}

.project-card figcaption > span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.project-card figcaption strong {
  font-family: var(--display);
  font-size: 31px;
  text-transform: uppercase;
}

.project-card figcaption button {
  justify-self: start;
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.project-card--text {
  display: grid;
  align-items: center;
  padding: 35px;
  background: var(--orange);
}

.project-card__number {
  color: rgba(23, 26, 28, 0.45);
  font-family: var(--display);
  font-size: 16px;
}

.project-card--text .tag {
  margin-top: 40px;
  color: rgba(23, 26, 28, 0.56);
}

.project-card--text h3 {
  margin: 7px 0;
  font-family: var(--display);
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
}

.project-card--text p:not(.tag) {
  color: rgba(23, 26, 28, 0.68);
  font-size: 12px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--line);
  list-style: none;
}

.process-list li {
  position: relative;
  min-width: 0;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: var(--paper);
}

.process-list > li > span {
  color: var(--orange-dark);
  font-size: 10px;
  font-weight: 700;
}

.process-list div {
  margin-top: auto;
}

.process-list h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.process-list p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.process-list i {
  position: absolute;
  right: 24px;
  top: 22px;
  color: var(--muted);
  font-style: normal;
}

.testimonial-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8%;
  align-items: center;
}

.testimonial-layout > * {
  min-width: 0;
}

.slider-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.slider-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-light);
  background: transparent;
  color: var(--white);
}

.slider-controls span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
}

.testimonial-slider {
  position: relative;
  min-height: 390px;
  display: grid;
  align-items: center;
  padding: 55px;
  border: 1px solid var(--line-light);
  background: var(--ink-soft);
}

.testimonial {
  display: none;
  margin: 0;
}

.testimonial.is-active {
  display: block;
  animation: step-in 0.35s ease;
}

.testimonial > p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.12;
  text-transform: uppercase;
}

.testimonial footer {
  display: grid;
  margin-top: 38px;
}

.testimonial footer strong {
  color: var(--orange);
  font-size: 11px;
}

.testimonial footer span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
  text-transform: uppercase;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9%;
  align-items: start;
}

.faq-layout > * {
  min-width: 0;
}

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

.accordion-item {
  border-bottom: 1px solid var(--line);
}

.accordion-item > button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.accordion-item > button i {
  color: var(--orange-dark);
  font-style: normal;
  transition: transform 0.2s;
}

.accordion-item > button[aria-expanded="true"] i {
  transform: rotate(45deg);
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-panel p {
  margin: 0;
  padding: 0 50px 24px 0;
  color: var(--muted);
  font-size: 13px;
}

.callback-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 8%;
}

.callback-layout > * {
  min-width: 0;
}

.callback-layout .eyebrow {
  color: rgba(23, 26, 28, 0.62);
}

.callback-layout h2 {
  margin-top: 15px;
  font-size: clamp(48px, 5vw, 75px);
}

.callback-layout > div > p:last-child {
  max-width: 530px;
  margin-bottom: 0;
  color: rgba(23, 26, 28, 0.68);
  font-size: 13px;
}

.callback-form {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 30px;
  background: var(--paper);
}

.callback-form .button,
.callback-form .form-status {
  grid-column: 1 / -1;
}

.site-footer {
  padding-top: 70px;
  background: #0f1112;
  color: rgba(255, 255, 255, 0.6);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 0.7fr;
  gap: 55px;
  padding-bottom: 60px;
}

.footer-grid > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.brand--light {
  color: var(--white);
}

.footer-grid p,
.footer-grid a:not(.brand) {
  margin: 10px 0 0;
  font-size: 11px;
  overflow-wrap: anywhere;
}

.footer-title {
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 8px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.project-modal {
  width: min(calc(100% - 30px), 620px);
  max-height: calc(100dvh - 30px);
  overflow: auto;
  padding: 42px;
  border: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.project-modal::backdrop {
  background: rgba(8, 10, 11, 0.82);
  backdrop-filter: blur(5px);
}

.project-modal h2 {
  margin: 10px 0;
  font-family: var(--display);
  font-size: 46px;
  line-height: 1;
  text-transform: uppercase;
}

.project-modal > p:not(.tag) {
  color: var(--muted);
  font-size: 13px;
}

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

.project-modal dl > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

.project-modal dt {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.project-modal dd {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  background: transparent;
  font-size: 23px;
}

.floating-quote {
  position: fixed;
  z-index: 80;
  right: 18px;
  bottom: 18px;
  width: 82px;
  height: 82px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 12px 35px rgba(25, 27, 29, 0.3);
  text-align: center;
  transition: transform 0.2s;
}

.floating-quote:hover {
  transform: scale(1.05);
}

.floating-quote span,
.floating-quote strong {
  display: block;
  line-height: 1.05;
  text-transform: uppercase;
}

.floating-quote span {
  font-size: 8px;
  letter-spacing: 0.08em;
}

.floating-quote strong {
  font-family: var(--display);
  font-size: 18px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1160px) {
  .nav-links {
    position: absolute;
    top: 82px;
    inset-inline: 0;
    max-width: 100%;
    max-height: 0;
    display: grid;
    gap: 0;
    overflow: hidden;
    background: var(--ink);
    transition: max-height 0.3s;
  }

  .nav-links.is-open {
    max-height: 430px;
    border-bottom: 1px solid var(--line-light);
  }

  .nav-links a {
    padding: 17px 24px;
    border-top: 1px solid var(--line-light);
  }

  .nav-toggle {
    display: block;
  }

  .header-cta {
    margin-left: auto;
  }

  .feature-grid,
  .testimonial-layout,
  .faq-layout,
  .callback-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 60px;
  }

  .media-frame--portrait {
    aspect-ratio: 16 / 10;
  }

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

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

@media (max-width: 800px) {
  .container {
    width: min(calc(100% - 30px), 1360px);
  }

  .section {
    padding-block: 80px;
  }

  .header-cta {
    display: none;
  }

  .brand__copy small {
    display: none;
  }

  .hero {
    min-height: 820px;
    padding-bottom: 45px;
  }

  .hero__media {
    object-position: 66% center;
  }

  .hero__overlay {
    background:
      linear-gradient(0deg, rgba(13, 16, 18, 0.96) 0%, rgba(13, 16, 18, 0.74) 62%, rgba(13, 16, 18, 0.16) 100%);
  }

  .hero h1 {
    font-size: clamp(64px, 19vw, 105px);
  }

  .hero__lead {
    font-size: 15px;
  }

  .hero__badge {
    display: none;
  }

  .trust-list {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .section-heading--split,
  .service-layout,
  .project-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-heading--split {
    gap: 24px;
  }

  .service-panel {
    min-height: 440px;
    padding: 35px;
  }

  .prose,
  .metrics,
  .certifications,
  .form-grid,
  .estimate-summary,
  .callback-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .quote-progress span {
    justify-content: center;
    padding: 13px 6px;
    font-size: 0;
  }

  .quote-progress i {
    font-size: 9px;
  }

  .quote-step {
    padding: 28px 20px;
  }

  .option-grid--4,
  .choice-row,
  .check-grid,
  .process-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .option-card > span {
    min-height: 155px;
  }

  .option-card b {
    margin-bottom: 22px;
  }

  .field--full {
    grid-column: auto;
  }

  .step-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .step-actions--end {
    flex-direction: column;
  }

  .step-actions .button {
    width: 100%;
  }

  .estimate-summary > div {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .project-grid {
    min-height: 0;
    grid-template-rows: auto;
  }

  .project-card--large {
    grid-row: auto;
  }

  .project-card figure {
    min-height: 430px;
  }

  .project-card--text {
    min-height: 330px;
  }

  .process-list li {
    min-height: 245px;
  }

  .testimonial-slider {
    min-height: 360px;
    padding: 30px;
  }

  .callback-form .button,
  .callback-form .form-status {
    grid-column: auto;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 35px;
  }

  .footer-bottom {
    display: grid;
  }

  .floating-quote {
    width: 70px;
    height: 70px;
    right: 12px;
    bottom: 12px;
  }

  .project-modal {
    padding: 38px 24px 24px;
  }
}

@media (max-width: 420px) {
  .brand__copy strong {
    font-size: 16px;
  }

  .brand__mark {
    width: 40px;
    height: 40px;
  }

  .hero h1 {
    font-size: 59px;
  }

  .button-row .button {
    width: 100%;
  }

  .service-tab {
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 10px;
    padding-inline: 18px;
  }

  .service-tab strong {
    font-size: 21px;
  }

  .quote-step {
    padding-inline: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* BOUTON DE RETOUR */

.bouton_retour{
	position:fixed;
	left:50%;
	transform:translateX(-50%);
	bottom:24px;
	z-index:9999;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	padding:14px 20px;
	border:1px solid rgba(32,35,33,.12);
	border-radius:999px;
	background:#fff;
	color:#202321;
	box-shadow:0 12px 35px rgba(0,0,0,.16);
	text-decoration:none;
	font:600 14px "DM Sans",sans-serif;
	transition:transform .25s ease,box-shadow .25s ease;
}

.bouton_retour:hover{
	transform:translateX(-50%) translateY(-3px);
	box-shadow:0 16px 40px rgba(0,0,0,.22);
}

.bouton_retour:focus-visible{
	outline:3px solid #202321;
	outline-offset:4px;
}

.bouton_retour span{
	font-size:18px;
	line-height:1;
}

@media(max-width:600px){

	.bouton_retour{
		bottom:max(15px,env(safe-area-inset-bottom));
		padding:12px 16px;
		font-size:13px;
	}
}

@media(prefers-reduced-motion:reduce){

	.bouton_retour{
		transition:none;
	}
}