@font-face {
  font-family: "Orbitron Variable";
  src: url("../fonts/orbitron-latin-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans Arabic Variable";
  src: url("../fonts/noto-sans-arabic-arabic-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Noto Kufi Arabic Variable";
  src: url("../fonts/noto-kufi-arabic-arabic-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #212121;
  --forest: #37473d;
  --sage: #8d9d83;
  --sand: #cfc1b5;
  --taupe: #7e6f62;
  --paper: #f5f1eb;
  --white: #fffdf9;
  --line: rgba(55, 71, 61, 0.18);
  --font-slogan: "bickham-script-pro-3", "Segoe Script", cursive;
  --font-title: "tachyon", "Orbitron Variable", sans-serif;
  --font-subtitle: "tenby-eight", "Arial Narrow", sans-serif;
  --font-body: "bilo", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

h1,
h2 {
  font-family: var(--font-title);
  font-weight: 400;
}

h3,
h4,
.eyebrow,
.section-kicker {
  font-family: var(--font-subtitle);
}

.wp-site-blocks,
.wp-block-post-content,
.wp-block-template-part,
.tv-main {
  margin: 0;
  padding: 0;
}

.wp-block-post-content {
  max-width: none;
}

.wp-block-post-content > * {
  margin-block-start: 0;
}

header.wp-block-template-part,
footer.wp-block-template-part {
  margin: 0;
}

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

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

button {
  color: inherit;
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
}

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

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  min-height: 82px;
  padding: 0 clamp(24px, 5vw, 80px);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 91%, transparent);
  backdrop-filter: blur(18px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 13px;
  width: max-content;
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.16em;
}

.brand-lockup img {
  width: 44px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.6vw, 42px);
  font-size: 14px;
}

.desktop-nav a {
  position: relative;
  padding: 10px 0;
}

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

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

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 16px;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.language-switcher a,
.language-switcher button {
  min-width: 35px;
  min-height: 31px;
  padding: 4px 9px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--taupe);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.language-switcher a:last-child,
.language-switcher button:last-child {
  min-width: 64px;
  font-family: "Noto Sans Arabic Variable", sans-serif;
  letter-spacing: 0;
}

.language-switcher a.active,
.language-switcher button.active {
  background: var(--forest);
  color: white;
}

.menu-button,
.mobile-panel {
  display: none;
}

.survey-nav-link {
  color: var(--forest);
  font-weight: 700;
}

.survey-callout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 64px);
  min-height: 74px;
  padding: 10px clamp(24px, 5vw, 80px);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--sage) 16%, var(--paper));
}

.survey-callout p {
  display: grid;
  gap: 3px;
  margin: 0;
  color: var(--forest);
  font-size: 14px;
  line-height: 1.45;
}

.survey-callout p strong {
  font-family: var(--font-subtitle);
  font-size: 15px;
}

.survey-callout .button {
  min-height: 44px;
  flex: 0 0 auto;
}

.institutional-callout .button {
  border-color: var(--forest);
  color: var(--forest);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 55.285%) minmax(440px, 44.715%);
  min-height: max(606px, calc(100svh - 212px));
  overflow: hidden;
  background: var(--paper);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 6vw, 92px) clamp(32px, 4vw, 80px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 32px;
  color: var(--taupe);
  font-family: var(--font-subtitle);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 36px;
  height: 1px;
  background: var(--sage);
}

.display-title {
  max-width: 820px;
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(42px, 3.58vw, 72px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.display-title span,
.display-title strong {
  display: block;
}

.display-title strong {
  color: var(--forest);
  font-weight: 400;
  margin-top: 0.12em;
}

.hero-intro {
  max-width: 690px;
  margin: 35px 0 0;
  color: var(--forest);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

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

.button-primary {
  background: var(--forest);
  color: var(--sand);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--ink);
}

.button-quiet {
  border-color: var(--line);
  background: rgba(255, 253, 249, 0.4);
}

.button-quiet:hover,
.button-quiet:focus-visible {
  border-color: var(--sage);
  background: var(--white);
}

.promise {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 27px 0 0;
  color: var(--taupe);
  font-size: 13px;
}

.promise span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid var(--sage);
  border-radius: 50%;
  color: var(--forest);
  font-size: 10px;
}

.hero-visual {
  position: relative;
  min-height: 606px;
  margin: 0;
  overflow: hidden;
  background: transparent;
  color: var(--forest);
}

[dir="rtl"] .hero-visual {
  margin: 0;
}

.visual-card {
  position: absolute;
  inset: 32px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0;
  background: none;
}

.visual-grid {
  display: none;
}

.brand-orbit {
  position: relative;
  z-index: 2;
  display: block;
  width: min(66.182%, 385px);
  aspect-ratio: 7 / 9;
  flex: 0 0 auto;
  border: 0;
  background: none;
}

.brand-orbit::before {
  position: absolute;
  inset: 0;
  background: var(--forest);
  content: "";
  filter: drop-shadow(0 0 2px rgba(141, 157, 131, 0.72));
  -webkit-mask: url("../brand/mayotte-map.svg") center / contain no-repeat;
  mask: url("../brand/mayotte-map.svg") center / contain no-repeat;
}

.brand-orbit img {
  position: absolute;
  z-index: 2;
  top: 38.889%;
  left: 30.429%;
  width: 33.571%;
  height: auto;
}

.orbit {
  display: none;
}

.orbit-one {
  top: 7.5%;
  left: 36%;
}

.orbit-two {
  right: 8.5%;
  bottom: 33%;
  background: var(--sage);
}

.visual-caption {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 14px;
}

.visual-caption span {
  color: var(--forest);
  font-family: var(--font-title);
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 400;
  letter-spacing: 0.28em;
}

.visual-caption em {
  margin-top: 10px;
  color: var(--taupe);
  font-family: var(--font-slogan);
  font-size: clamp(24px, 2.3vw, 38px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.05;
}

.visual-coordinate,
.locale-note {
  position: absolute;
  z-index: 3;
  color: var(--taupe);
  font-family: var(--font-subtitle);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.visual-coordinate.top {
  top: 13px;
  left: 0;
}

.visual-coordinate.side {
  right: 10px;
  bottom: 68px;
  transform: rotate(90deg);
  transform-origin: right bottom;
}

.locale-note {
  right: 26px;
  bottom: 22px;
  margin: 0;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 130px;
  margin: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pillars div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  padding: 28px 46px;
  border-right: 1px solid var(--line);
}

.pillars div:last-child {
  border-right: 0;
}

[dir="rtl"] .pillars div {
  border-right: 0;
  border-left: 1px solid var(--line);
}

[dir="rtl"] .pillars div:last-child {
  border-left: 0;
}

.pillars span {
  color: var(--sage);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.pillars strong {
  font-family: var(--font-subtitle);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.first-slice-marker {
  height: 2px;
}

.section-shell {
  width: min(100%, 1540px);
  margin-inline: auto;
  padding: clamp(90px, 10vw, 158px) clamp(24px, 6vw, 96px);
}

.section-kicker {
  margin: 0 0 24px;
  color: var(--taupe);
  font-size: 11px;
  font-family: var(--font-subtitle);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-kicker.light {
  color: var(--sand);
}

.section-heading h2,
.method-intro h2,
.local-copy h2,
.about-copy h2,
.contact-copy h2 {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(38px, 4.4vw, 70px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.section-heading > p,
.heading-row > p,
.method-intro > p:not(.section-kicker),
.local-copy > p:not(.section-kicker),
.about-copy > p:not(.section-kicker),
.contact-copy > p:not(.section-kicker) {
  color: var(--forest);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.7;
}

.heading-wide {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: clamp(36px, 8vw, 130px);
}

.heading-wide .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -6px;
}

.heading-wide h2 {
  max-width: 940px;
}

.heading-wide > p:last-child {
  margin: 0;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(64px, 8vw, 120px);
  border-block: 1px solid var(--line);
}

.principles-grid article {
  min-height: 300px;
  padding: 40px clamp(24px, 3vw, 48px) 46px;
  border-inline-end: 1px solid var(--line);
}

.principles-grid article:last-child {
  border-inline-end: 0;
}

.principles-grid article > span,
.card-number {
  color: var(--sage);
  font-family: var(--font-subtitle);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.principles-grid h3,
.services-grid h3,
.method-steps h3,
.type-content h3 {
  margin: 54px 0 18px;
  font-family: var(--font-subtitle);
  font-size: clamp(19px, 1.5vw, 25px);
  font-weight: 700;
  letter-spacing: -0.015em;
}

.principles-grid p,
.services-grid p,
.method-steps p,
.type-content p {
  margin: 0;
  color: var(--forest);
  font-size: 15px;
  line-height: 1.75;
}

.services-section {
  background: color-mix(in srgb, var(--sand) 58%, var(--paper));
}

.heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: clamp(50px, 9vw, 160px);
}

.heading-row h2 {
  max-width: 880px;
}

.heading-row > p {
  margin: 0 0 6px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: clamp(58px, 7vw, 104px);
  border-top: 1px solid rgba(55, 71, 61, 0.24);
  border-left: 1px solid rgba(55, 71, 61, 0.24);
}

[dir="rtl"] .services-grid {
  border-right: 1px solid rgba(55, 71, 61, 0.24);
  border-left: 0;
}

.services-grid article {
  position: relative;
  min-height: 390px;
  padding: clamp(30px, 4vw, 56px);
  overflow: hidden;
  border-right: 1px solid rgba(55, 71, 61, 0.24);
  border-bottom: 1px solid rgba(55, 71, 61, 0.24);
  transition: background 220ms ease, color 220ms ease;
}

[dir="rtl"] .services-grid article {
  border-right: 0;
  border-left: 1px solid rgba(55, 71, 61, 0.24);
}

.services-grid article:hover {
  background: var(--forest);
  color: white;
}

.services-grid article:hover p,
.services-grid article:hover .card-number {
  color: rgba(255, 255, 255, 0.7);
}

.services-grid h3 {
  max-width: 470px;
  margin-top: 94px;
  font-size: clamp(22px, 2vw, 31px);
}

.services-grid p {
  max-width: 520px;
}

.service-mark {
  position: absolute;
  top: 46px;
  right: 46px;
  width: 46px;
  height: 46px;
}

[dir="rtl"] .service-mark {
  right: auto;
  left: 46px;
}

.service-mark span {
  position: absolute;
  display: block;
  background: var(--sage);
}

.service-mark span:first-child {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
}

.service-mark span:last-child {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}

.card-arrow {
  position: absolute;
  right: 44px;
  bottom: 40px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(55, 71, 61, 0.25);
  border-radius: 50%;
}

[dir="rtl"] .card-arrow {
  right: auto;
  left: 44px;
}

.services-grid article:hover .card-arrow {
  border-color: rgba(255, 255, 255, 0.35);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  margin-top: 42px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--forest);
  color: var(--forest);
  font-size: 14px;
  font-weight: 700;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translateX(4px);
}

[dir="rtl"] .text-link:hover span,
[dir="rtl"] .text-link:focus-visible span {
  transform: translateX(-4px) scaleX(-1);
}

[dir="rtl"] .text-link span {
  transform: scaleX(-1);
}

.method-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  padding: clamp(90px, 10vw, 154px) clamp(24px, 7vw, 112px);
  background: var(--ink);
  color: white;
}

.method-intro {
  position: relative;
  padding: 20px clamp(28px, 6vw, 100px) 20px 0;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.16);
}

[dir="rtl"] .method-intro {
  padding: 20px 0 20px clamp(28px, 6vw, 100px);
}

.method-intro h2 {
  max-width: 700px;
}

.method-intro > p:not(.section-kicker) {
  max-width: 560px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.61);
}

.method-intro img {
  width: clamp(130px, 14vw, 220px);
  height: auto;
  margin-top: clamp(70px, 12vw, 170px);
}

.method-steps {
  margin: 0;
  padding: 0 0 0 clamp(30px, 6vw, 92px);
  list-style: none;
}

[dir="rtl"] .method-steps {
  padding: 0 clamp(30px, 6vw, 92px) 0 0;
}

.method-steps li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: clamp(20px, 3vw, 46px);
  padding: 30px 0 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.method-steps li:first-child {
  padding-top: 2px;
}

.method-steps li > span {
  padding-top: 6px;
  color: var(--sage);
  font-family: var(--font-subtitle);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.method-steps h3 {
  margin: 0 0 12px;
  color: white;
  font-size: clamp(20px, 1.8vw, 29px);
}

.method-steps p {
  color: rgba(255, 255, 255, 0.61);
}

.case-study {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--sand);
}

.case-study::before {
  position: absolute;
  top: -260px;
  right: -220px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(207, 193, 181, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 86px rgba(207, 193, 181, 0.035), 0 0 0 172px rgba(207, 193, 181, 0.022);
  content: "";
  pointer-events: none;
}

[dir="rtl"] .case-study::before {
  right: auto;
  left: -220px;
}

.case-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1680px);
  margin-inline: auto;
  padding: clamp(100px, 10vw, 164px) clamp(24px, 6vw, 96px);
}

.case-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(290px, 0.55fr);
  align-items: end;
  gap: clamp(54px, 9vw, 160px);
}

.case-heading h2 {
  max-width: 1000px;
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(40px, 4.8vw, 78px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.07;
}

.case-project {
  margin: 0 0 28px;
  color: var(--sage);
  font-size: 12px;
  font-family: var(--font-subtitle);
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.case-heading > p,
.case-gallery-heading > p,
.plans-heading > p {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.67);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.75;
}

.case-visual-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.17fr) minmax(0, 0.83fr);
  gap: 16px;
  margin-top: clamp(68px, 8vw, 118px);
}

.case-image,
.project-photo {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--ink);
  color: white;
  cursor: zoom-in;
  text-align: start;
}

.case-image {
  min-height: clamp(390px, 41vw, 650px);
}

.case-image::after,
.project-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 10, 8, 0.82), transparent 38%);
  content: "";
  pointer-events: none;
}

.case-image img,
.project-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.65, 0.25, 1), filter 260ms ease;
}

.case-render img {
  object-position: 52% 50%;
}

.case-site img {
  object-position: 65% 55%;
}

.case-image:hover img,
.case-image:focus-visible img,
.project-photo:hover img,
.project-photo:focus-visible img {
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.025);
}

.case-image:focus-visible,
.project-photo:focus-visible {
  outline: 3px solid var(--sand);
  outline-offset: 4px;
}

.case-image > span,
.project-photo > span {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 700;
}

[dir="rtl"] .case-image > span,
[dir="rtl"] .project-photo > span {
  right: 28px;
  left: 28px;
}

.case-image > span i {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  font-family: var(--font-subtitle);
  font-size: 9px;
  font-style: normal;
}

.case-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 16px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.case-facts > div {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px 22px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.15);
}

.case-facts > div:last-child {
  border-inline-end: 0;
}

.case-facts dt {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  line-height: 1.5;
}

.case-facts dd {
  order: -1;
  margin: 0;
  color: var(--sand);
  font-family: var(--font-subtitle);
  font-size: clamp(16px, 1.3vw, 21px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.case-story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(74px, 8vw, 120px);
  border-block: 1px solid rgba(255, 255, 255, 0.15);
}

.case-story-grid article {
  min-height: 340px;
  padding: 40px clamp(24px, 3.5vw, 54px) 46px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.15);
}

.case-story-grid article:last-child {
  border-inline-end: 0;
}

.case-story-grid article > span {
  color: var(--sage);
  font-family: var(--font-subtitle);
  font-size: 10px;
  letter-spacing: 0.13em;
}

.case-story-grid h3 {
  margin: 62px 0 20px;
  font-family: var(--font-subtitle);
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.case-story-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 15px;
  line-height: 1.75;
}

.case-trades {
  display: grid;
  grid-template-columns: minmax(210px, 0.35fr) 1fr;
  align-items: start;
  gap: 42px;
  margin-top: 52px;
}

.case-trades > p {
  margin: 10px 0 0;
  color: var(--sand);
  font-size: 11px;
  font-family: var(--font-subtitle);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.case-trades ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-trades li {
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.case-gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(290px, 0.55fr);
  align-items: end;
  gap: clamp(50px, 9vw, 150px);
  margin-top: clamp(112px, 12vw, 188px);
}

.case-gallery-heading h3 {
  max-width: 1000px;
  margin: 0;
  font-family: var(--font-subtitle);
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 700;
  line-height: 1.08;
}

.plans-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(290px, 0.55fr);
  align-items: end;
  gap: clamp(50px, 9vw, 150px);
  margin-top: clamp(112px, 12vw, 188px);
}

.plans-heading h3 {
  max-width: 900px;
  margin: 0;
  font-family: var(--font-subtitle);
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.07;
}

.plans-heading > p {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.67);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.75;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(52px, 7vw, 92px);
}

.plan-card {
  display: block;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: white;
  cursor: zoom-in;
  text-align: start;
}

.plan-frame {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(141, 157, 131, 0.5);
  background: #212121;
}

.plan-frame > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.65, 0.25, 1), filter 220ms ease;
}

.plan-card:hover .plan-frame > img:first-child,
.plan-card:focus-visible .plan-frame > img:first-child {
  filter: contrast(1.06);
  transform: scale(1.025);
}

.plan-card:focus-visible {
  outline: 3px solid var(--sand);
  outline-offset: 4px;
}

.plan-mark {
  position: absolute;
  top: 18px;
  inset-inline-end: 18px;
  width: 42px;
  height: auto;
}

.plan-caption {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 4px 4px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}

.plan-caption i {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: var(--sand);
  font-family: var(--font-subtitle);
  font-size: 9px;
  font-style: normal;
}

.case-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: clamp(88px, 7vw, 122px);
  gap: 12px;
  margin-top: clamp(52px, 7vw, 92px);
}

.photo-technical {
  grid-column: 1 / span 3;
  grid-row: span 4;
}

.photo-coordination {
  grid-column: 4 / span 5;
  grid-row: span 4;
}

.photo-terrace {
  grid-column: 9 / span 4;
  grid-row: span 2;
}

.photo-plasterboard {
  grid-column: 9 / span 4;
  grid-row: span 2;
}

.photo-door {
  grid-column: 1 / span 4;
  grid-row: span 3;
}

.photo-window {
  grid-column: 5 / span 8;
  grid-row: span 3;
}

.photo-technical img {
  object-position: 50% 55%;
}

.photo-coordination img {
  object-position: 50% 43%;
}

.photo-terrace img {
  object-position: 50% 52%;
}

.photo-plasterboard img {
  object-position: 55% 50%;
}

.photo-door img {
  object-position: 50% 42%;
}

.photo-window img {
  object-position: 50% 16%;
}

.project-photo > span {
  display: block;
  padding: 9px 12px;
  background: rgba(11, 15, 13, 0.78);
  backdrop-filter: blur(9px);
  font-size: 12px;
  line-height: 1.35;
}

.image-lightbox {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  padding: clamp(68px, 8vw, 110px) clamp(18px, 5vw, 76px) clamp(24px, 5vw, 70px);
  place-items: center;
  background: rgba(9, 12, 10, 0.94);
  backdrop-filter: blur(12px);
}

/* Keep the dynamically-created viewer closed until a gallery image is opened. */
.image-lightbox[hidden] {
  display: none !important;
}

.image-lightbox > img {
  max-width: 100%;
  max-height: calc(100vh - 138px);
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.image-lightbox > button {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: clamp(18px, 4vw, 58px);
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 6px 8px 6px 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(22, 32, 25, 0.88);
  color: white;
  cursor: pointer;
}

[dir="rtl"] .image-lightbox > button {
  right: auto;
  left: clamp(18px, 4vw, 58px);
  padding: 6px 16px 6px 8px;
}

.image-lightbox > button i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: var(--ink);
  font-size: 22px;
  font-style: normal;
  line-height: 1;
}

.image-lightbox > button span {
  font-size: 12px;
  font-weight: 700;
}

.typologies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: clamp(58px, 7vw, 104px);
}

.type-card {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  background: var(--forest);
  color: white;
}

.type-2 {
  background: var(--taupe);
}

.type-3 {
  background: var(--ink);
}

.volume-study {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 38px 38px;
}

.volume-study::before,
.volume-study::after,
.volume-study span,
.volume-study i {
  position: absolute;
  display: block;
  content: "";
}

.volume-study::before {
  top: 18%;
  left: 17%;
  width: 62%;
  height: 32%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  transform: skewY(-12deg);
}

.volume-study::after {
  top: 30%;
  left: 30%;
  width: 55%;
  height: 29%;
  border: 1px solid rgba(207, 193, 181, 0.65);
  transform: skewY(9deg);
}

.volume-study span:first-child {
  top: 21%;
  left: 24%;
  width: 1px;
  height: 41%;
  background: rgba(255, 255, 255, 0.36);
  transform: rotate(62deg);
}

.volume-study span:nth-child(2) {
  top: 18%;
  right: 20%;
  width: 1px;
  height: 45%;
  background: rgba(255, 255, 255, 0.36);
  transform: rotate(-48deg);
}

.volume-study i {
  top: 14%;
  right: 12%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sand);
}

.type-2 .volume-study {
  transform: scaleX(-1);
}

.type-3 .volume-study::before {
  width: 68%;
  height: 25%;
  transform: none;
}

.type-content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 225px;
  padding: 34px 34px 38px;
  background: linear-gradient(to top, rgba(15, 19, 17, 0.92), rgba(15, 19, 17, 0.18));
}

.type-content > span {
  color: var(--sand);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.type-content h3 {
  margin: 24px 0 12px;
  color: white;
  font-size: clamp(21px, 1.8vw, 29px);
}

.type-content p {
  color: rgba(255, 255, 255, 0.68);
}

.local-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  min-height: 700px;
  background: var(--forest);
  color: white;
}

.local-graphic {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.15);
  background: url("../brand/mayotte-map.svg") center / min(66%, 460px) auto no-repeat,
    radial-gradient(circle at center, rgba(141, 157, 131, 0.20), transparent 58%);
}

.contour {
  display: none;
}

.contour-one {
  inset: 13% 19%;
}

.contour-two {
  inset: 21% 27%;
}

.contour-three {
  inset: 31% 35%;
}

.local-graphic::before,
.local-graphic::after {
  display: none;
}

.local-graphic::before {
  top: 50%;
  right: 9%;
  left: 9%;
  height: 1px;
}

.local-graphic::after {
  top: 9%;
  bottom: 9%;
  left: 50%;
  width: 1px;
}

.local-graphic > span {
  display: none;
}

.local-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 9vw, 140px) clamp(34px, 8vw, 120px);
}

.local-copy h2 {
  max-width: 700px;
}

.local-copy > p:not(.section-kicker) {
  max-width: 630px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.67);
}

.local-copy ul {
  display: grid;
  margin: 46px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  list-style: none;
}

.local-copy li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  font-size: 14px;
}

.local-copy li span {
  color: var(--sand);
  font-size: 18px;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(60px, 11vw, 180px);
}

.about-brand {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  border: 1px solid var(--line);
  background: var(--white);
}

.about-brand img {
  width: clamp(160px, 22vw, 300px);
  height: auto;
}

.about-brand > span {
  margin-top: 32px;
  font-family: var(--font-title);
  font-size: clamp(14px, 1.6vw, 21px);
  font-weight: 400;
  letter-spacing: 0.27em;
}

.about-brand em {
  margin-top: 13px;
  color: var(--taupe);
  font-family: var(--font-slogan);
  font-size: clamp(25px, 2.3vw, 38px);
  font-style: normal;
  font-weight: 400;
}

.about-copy h2 {
  max-width: 760px;
}

.about-copy > p:not(.section-kicker) {
  max-width: 680px;
  margin: 34px 0 0;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: end;
  gap: clamp(50px, 10vw, 170px);
  padding: clamp(90px, 10vw, 154px) clamp(24px, 7vw, 112px);
  background: var(--taupe);
  color: white;
}

.contact-copy h2 {
  max-width: 920px;
  font-size: clamp(42px, 5.3vw, 82px);
}

.contact-copy > p:not(.section-kicker) {
  max-width: 680px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

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

.contact-section > * {
  width: auto;
  max-width: none !important;
  margin-block: 0 !important;
}

.contact-form-title {
  max-width: 470px;
  margin: 0 0 24px;
  color: white;
  font-family: var(--font-subtitle);
  font-size: clamp(18px, 1.8vw, 27px);
  font-weight: 700;
  letter-spacing: -0.015em;
}

.tv-contact-form,
.tv-form-placeholder {
  width: min(100%, 520px);
}

.tv-form-placeholder {
  margin: 0;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.6;
}

.tv-contact-form .wpforms-container {
  margin: 0;
}

.tv-contact-form .wpforms-field {
  padding: 8px 0;
}

.tv-contact-form .wpforms-field-label {
  margin-bottom: 7px;
  color: var(--sand);
  font-size: 13px;
  font-weight: 700;
}

.tv-contact-form input[type="text"],
.tv-contact-form input[type="email"],
.tv-contact-form input[type="tel"],
.tv-contact-form input[type="number"],
.tv-contact-form select,
.tv-contact-form textarea {
  width: 100%;
  max-width: none;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  color: var(--sand);
  font: inherit;
}

.tv-contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.tv-contact-form input::placeholder,
.tv-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.tv-contact-form button[type="submit"],
.tv-contact-form input[type="submit"] {
  min-height: 54px;
  padding: 12px 24px;
  border: 1px solid var(--sand);
  border-radius: 0;
  background: var(--sand);
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
}

.tv-contact-form button[type="submit"]:hover,
.tv-contact-form button[type="submit"]:focus-visible,
.tv-contact-form input[type="submit"]:hover,
.tv-contact-form input[type="submit"]:focus-visible {
  background: transparent;
  color: white;
}

.contact-button {
  display: flex;
  width: min(100%, 470px);
  min-height: 118px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 34px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: transparent;
  color: white;
  cursor: pointer;
  text-align: start;
  transition: background 180ms ease, color 180ms ease;
}

.contact-button:hover,
.contact-button:focus-visible {
  background: var(--white);
  color: var(--ink);
}

.contact-button span {
  max-width: 250px;
  font-family: var(--font-subtitle);
  font-size: clamp(15px, 1.4vw, 21px);
  font-weight: 700;
}

.contact-button i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-style: normal;
}

.notice {
  max-width: 470px;
  min-height: 40px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.notice.visible {
  opacity: 1;
  transform: translateY(0);
}

.site-footer {
  padding: 0 clamp(24px, 6vw, 96px);
  background: var(--ink);
  color: white;
}

.tv-page-start {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.tv-back-to-top {
  position: fixed;
  z-index: 15;
  right: calc(clamp(18px, 3vw, 42px) + env(safe-area-inset-right, 0px));
  bottom: 18px;
  bottom: var(--tv-back-bottom, max(18px, calc(18px + env(safe-area-inset-bottom, 0px))));
  display: grid;
  width: 54px;
  height: 54px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--sand);
  border-radius: 50%;
  background: var(--forest);
  box-shadow: 0 12px 30px rgba(33, 33, 33, 0.22);
  color: var(--white);
  color-scheme: only light;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.92);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease, border-color 180ms ease;
  visibility: hidden;
}

[dir="rtl"] .tv-back-to-top {
  right: auto;
  left: calc(clamp(18px, 3vw, 42px) + env(safe-area-inset-left, 0px));
}

.tv-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
}

body.tv-mobile-menu-open .tv-back-to-top {
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.92);
  visibility: hidden;
}

.tv-back-to-top:hover,
.tv-back-to-top:focus-visible {
  border-color: var(--sage);
  background: var(--ink);
}

.tv-back-to-top:focus-visible {
  outline: 3px solid var(--sand);
  outline-offset: 3px;
}

.tv-back-to-top svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-main {
  display: flex;
  min-height: 200px;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-brand img {
  width: 60px;
  height: auto;
}

.footer-brand > span {
  display: grid;
  gap: 7px;
}

.footer-brand strong {
  font-family: var(--font-title);
  font-size: 15px;
  letter-spacing: 0.18em;
}

.footer-brand small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.footer-main nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.footer-main nav a:hover,
.footer-main nav a:focus-visible {
  color: white;
}

.footer-nav .survey-nav-link {
  color: white;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 80px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-bottom > div,
.footer-bottom > nav {
  display: flex;
  gap: 20px;
}

.footer-legal-list {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: white;
}

.footer-bottom > span:first-child {
  text-transform: none;
}

.footer-bottom > span:last-child {
  justify-self: end;
}

:focus-visible {
  outline: 2px solid var(--sand);
  outline-offset: 4px;
}

[dir="rtl"] {
  --font-title: "Noto Kufi Arabic Variable", Tahoma, sans-serif;
  --font-subtitle: "Noto Kufi Arabic Variable", Tahoma, sans-serif;
  --font-body: "Noto Sans Arabic Variable", Tahoma, sans-serif;
  --font-slogan: "Noto Sans Arabic Variable", Tahoma, sans-serif;
}

[dir="rtl"] body {
  font-family: var(--font-body);
}

[dir="rtl"] .display-title,
[dir="rtl"] .visual-caption span,
[dir="rtl"] .pillars strong,
[dir="rtl"] .section-heading h2,
[dir="rtl"] .method-intro h2,
[dir="rtl"] .local-copy h2,
[dir="rtl"] .about-copy h2,
[dir="rtl"] .contact-copy h2,
[dir="rtl"] .case-heading h2,
[dir="rtl"] .case-gallery-heading h3,
[dir="rtl"] .plans-heading h3,
[dir="rtl"] .principles-grid h3,
[dir="rtl"] .services-grid h3,
[dir="rtl"] .method-steps h3,
[dir="rtl"] .case-story-grid h3,
[dir="rtl"] .case-facts dd,
[dir="rtl"] .type-content h3,
[dir="rtl"] .contact-button span,
[dir="rtl"] .contact-form-title,
[dir="rtl"] .about-brand > span,
[dir="rtl"] .footer-brand strong {
  font-family: "Noto Kufi Arabic Variable", "Noto Sans Arabic Variable", sans-serif;
  letter-spacing: 0;
}

.tv-standard-page {
  min-height: 60vh;
  padding: clamp(90px, 10vw, 154px) clamp(24px, 6vw, 96px);
}

.tv-standard-page > * + * {
  margin-block-start: 28px;
}

.tv-standard-page h1 {
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.08;
}

.tv-system-message {
  max-width: 760px;
}

.tv-system-message p {
  margin: 28px 0 34px;
  color: var(--forest);
  font-size: 18px;
  line-height: 1.7;
}

.tv-no-results {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
}

[dir="rtl"] .visual-caption em {
  font-family: "Noto Sans Arabic Variable", sans-serif;
}

[dir="rtl"] .eyebrow {
  letter-spacing: 0;
}

/*
 * Rénovation résidentielle de Chiconi.
 * The module is injected at render time after the existing case study, so the
 * saved WordPress pages and their Polylang relationships remain untouched.
 */
.tv-chiconi-project {
  border-block: 1px solid var(--line);
  background: #f5f1eb;
  color: #212121;
  color-scheme: only light;
}

.tv-chiconi-shell {
  width: min(100%, 1680px);
  margin-inline: auto;
  padding: clamp(96px, 10vw, 160px) clamp(24px, 6vw, 96px);
}

.tv-chiconi-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: clamp(48px, 8vw, 140px);
}

.tv-chiconi-heading h2 {
  max-width: 980px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(40px, 4.8vw, 76px);
  letter-spacing: -0.04em;
  line-height: 1.07;
}

.tv-chiconi-location {
  margin: 0 0 26px;
  color: var(--forest);
  font-family: var(--font-subtitle);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tv-chiconi-status {
  padding: 28px 30px;
  border: 1px solid #8d9d83;
  border-inline-start: 4px solid var(--forest);
  background: #fffdf9;
}

.tv-chiconi-status > span {
  display: block;
  margin-bottom: 12px;
  color: #5d625e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tv-chiconi-status strong {
  display: block;
  color: var(--forest);
  font-family: var(--font-subtitle);
  font-size: clamp(20px, 1.8vw, 27px);
  line-height: 1.25;
}

.tv-chiconi-status p {
  margin: 12px 0 0;
  color: #4d554f;
  font-size: 14px;
  line-height: 1.6;
}

.tv-chiconi-intro {
  max-width: 980px;
  margin: clamp(44px, 5vw, 72px) 0 0;
  color: var(--forest);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.75;
}

.tv-chiconi-notice {
  display: flex;
  max-width: 860px;
  align-items: center;
  gap: 12px;
  margin: 24px 0 0;
  color: #4d554f;
  font-size: 13px;
  line-height: 1.55;
}

.tv-chiconi-notice > span {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--forest);
  border-radius: 50%;
  color: var(--forest);
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 700;
}

.tv-chiconi-hero,
.tv-chiconi-gallery > a {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--ink);
  color: #fffdf9;
  cursor: zoom-in;
}

.tv-chiconi-hero {
  margin-top: clamp(54px, 7vw, 100px);
  aspect-ratio: 16 / 9;
}

.tv-chiconi-hero::after,
.tv-chiconi-gallery > a::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 11, 9, 0.8), transparent 38%);
  content: "";
  pointer-events: none;
}

.tv-chiconi-hero img,
.tv-chiconi-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.65, 0.25, 1), filter 260ms ease;
}

.tv-chiconi-hero:hover img,
.tv-chiconi-hero:focus-visible img,
.tv-chiconi-gallery > a:hover img,
.tv-chiconi-gallery > a:focus-visible img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.025);
}

.tv-chiconi-hero:focus-visible,
.tv-chiconi-gallery > a:focus-visible {
  outline: 3px solid var(--forest);
  outline-offset: 4px;
}

.tv-chiconi-hero > span,
.tv-chiconi-gallery > a > span {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 24px;
  left: 28px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.tv-chiconi-axes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
  border: 1px solid #8d9d83;
  background: #fffdf9;
}

.tv-chiconi-axes article {
  min-height: 290px;
  padding: 34px clamp(24px, 3.5vw, 52px) 42px;
  border-inline-end: 1px solid #8d9d83;
}

.tv-chiconi-axes article:last-child {
  border-inline-end: 0;
}

.tv-chiconi-axes article > span {
  color: var(--taupe);
  font-family: var(--font-subtitle);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.tv-chiconi-axes h3 {
  margin: 72px 0 14px;
  color: var(--forest);
  font-size: clamp(20px, 1.8vw, 29px);
}

.tv-chiconi-axes p {
  margin: 0;
  color: #4d554f;
  font-size: 15px;
  line-height: 1.7;
}

.tv-chiconi-gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.55fr);
  align-items: end;
  gap: clamp(48px, 8vw, 140px);
  margin-top: clamp(88px, 10vw, 154px);
}

.tv-chiconi-gallery-heading h3 {
  max-width: 850px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.4vw, 54px);
  line-height: 1.12;
}

.tv-chiconi-gallery-heading > p {
  margin: 0 0 4px;
  color: #4d554f;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.7;
}

.tv-chiconi-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 46px;
}

.tv-chiconi-gallery > a {
  aspect-ratio: 16 / 9;
}

.tv-chiconi-gallery > a:nth-child(3) {
  grid-column: 1 / -1;
}

.tv-chiconi-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
  margin-top: clamp(78px, 9vw, 130px);
  padding: clamp(36px, 5vw, 64px);
  border: 1px solid var(--forest);
  background: #e4e8e0;
}

.tv-chiconi-cta h3 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(25px, 2.7vw, 42px);
}

.tv-chiconi-cta p {
  max-width: 760px;
  margin: 16px 0 0;
  color: #4d554f;
  font-size: 16px;
  line-height: 1.7;
}

.tv-chiconi-cta > div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

[dir="rtl"] .tv-chiconi-heading h2,
[dir="rtl"] .tv-chiconi-status strong,
[dir="rtl"] .tv-chiconi-axes h3,
[dir="rtl"] .tv-chiconi-gallery-heading h3,
[dir="rtl"] .tv-chiconi-cta h3 {
  letter-spacing: 0;
}

@media (max-width: 1100px) {
  .tv-chiconi-heading,
  .tv-chiconi-gallery-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .tv-chiconi-status {
    max-width: 680px;
  }

  .tv-chiconi-cta {
    grid-template-columns: 1fr;
  }

  .tv-chiconi-cta > div:last-child {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .tv-chiconi-shell {
    padding: 92px 24px;
  }

  .tv-chiconi-heading h2 {
    font-size: clamp(34px, 9vw, 54px);
  }

  .tv-chiconi-status {
    padding: 24px;
  }

  .tv-chiconi-intro {
    margin-top: 38px;
  }

  .tv-chiconi-hero {
    margin-top: 50px;
  }

  .tv-chiconi-axes {
    grid-template-columns: 1fr;
  }

  .tv-chiconi-axes article {
    min-height: 0;
    padding: 32px 24px 38px;
    border-inline-end: 0;
    border-bottom: 1px solid #8d9d83;
  }

  .tv-chiconi-axes article:last-child {
    border-bottom: 0;
  }

  .tv-chiconi-axes h3 {
    margin-top: 34px;
  }

  .tv-chiconi-gallery-heading {
    margin-top: 94px;
  }

  .tv-chiconi-gallery {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 36px;
  }

  .tv-chiconi-gallery > a:nth-child(3) {
    grid-column: auto;
  }

  .tv-chiconi-cta {
    margin-top: 84px;
    padding: 32px 24px;
  }

  .tv-chiconi-cta > div:last-child,
  .tv-chiconi-cta .button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .tv-chiconi-hero,
  .tv-chiconi-gallery > a {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .tv-chiconi-hero > span,
  .tv-chiconi-gallery > a > span {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }
}

[dir="rtl"] .section-kicker,
[dir="rtl"] .type-content > span,
[dir="rtl"] .case-project,
[dir="rtl"] .case-trades > p,
[dir="rtl"] .plan-caption,
[dir="rtl"] .tv-chiconi-location,
[dir="rtl"] .tv-chiconi-status > span {
  letter-spacing: 0;
}

[dir="rtl"] .tv-chiconi-location,
[dir="rtl"] .tv-chiconi-status > span {
  text-transform: none;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 55.285%) minmax(360px, 44.715%);
  }

  .hero-copy {
    padding-inline: clamp(28px, 5vw, 64px);
  }

  .brand-orbit {
    width: min(66.182%, 360px);
  }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding-inline: 20px;
  }

  .brand-lockup span {
    display: none;
  }

  .desktop-nav {
    display: flex;
    justify-content: center;
    gap: clamp(10px, 1.4vw, 16px);
    font-size: 12px;
  }

  .desktop-nav a {
    white-space: nowrap;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 70px;
    padding-inline: 20px;
  }

  .brand-lockup {
    font-size: 12px;
  }

  .brand-lockup img {
    width: 38px;
    height: auto;
  }

  .language-switcher {
    display: none;
  }

  .menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 7px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: transparent;
  }

  .menu-button span {
    display: block;
    width: 18px;
    height: 1px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

  .mobile-panel {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    display: grid;
    gap: 28px;
    padding: 26px 24px 32px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
  }

  .mobile-panel.open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .mobile-panel nav {
    display: grid;
    gap: 4px;
  }

  .mobile-panel nav a {
    padding: 10px 0;
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 500;
  }

  [dir="rtl"] .mobile-panel nav a {
    font-family: "Noto Sans Arabic Variable", sans-serif;
  }

  .mobile-languages {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .mobile-languages a,
  .mobile-languages button {
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 99px;
    background: transparent;
    font-size: 12px;
  }

  .mobile-languages a.active,
  .mobile-languages button.active {
    background: var(--forest);
    color: white;
  }

  .survey-callout {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding: 18px 20px 20px;
  }

  .survey-callout p {
    font-size: 13px;
  }

  .survey-callout .button {
    width: 100%;
  }

  .mobile-panel nav .survey-nav-link {
    color: var(--forest);
    font-weight: 700;
  }

  .tv-back-to-top {
    right: calc(16px + env(safe-area-inset-right, 0px));
    width: 48px;
    height: 48px;
  }

  [dir="rtl"] .tv-back-to-top {
    right: auto;
    left: calc(16px + env(safe-area-inset-left, 0px));
  }

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

  .hero-copy {
    padding: 34px 27px 31px;
  }

  .eyebrow {
    margin-bottom: 24px;
    font-size: 10px;
  }

  .display-title {
    font-size: clamp(24px, 7.3vw, 32px);
    line-height: 1.28;
  }

  .hero-intro {
    margin-top: 22px;
    font-size: clamp(14px, 3.7vw, 16px);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 28px;
  }

  .button {
    justify-content: space-between;
    min-height: 48px;
  }

  .hero-visual,
  [dir="rtl"] .hero-visual {
    min-height: clamp(303px, 92.4vw, 380px);
    margin: 0;
  }

  .visual-card {
    inset: 10px 0 0;
  }

  .brand-orbit {
    width: min(52.286%, 220px);
  }

  .visual-coordinate,
  .locale-note {
    display: none;
  }

  .visual-caption {
    margin-top: 8px;
  }

  .visual-caption span {
    font-size: 10px;
  }

  .visual-caption em {
    margin-top: 7px;
    font-size: 15px;
  }

  .pillars {
    grid-template-columns: 1fr 1fr;
    margin: 0;
  }

  .pillars div {
    min-height: 123px;
    padding: 25px 27px;
    border-bottom: 1px solid var(--line);
  }

  .pillars div:nth-child(2) {
    border-right: 0;
  }

  .pillars div:nth-child(n+3) {
    border-bottom: 0;
  }
}

@media (max-width: 480px) {
  .brand-lockup span {
    max-width: 150px;
    line-height: 1.25;
  }

  .promise {
    align-items: flex-start;
    line-height: 1.5;
  }

  .promise span {
    flex: 0 0 auto;
  }

  .visual-caption em {
    max-width: 230px;
    text-align: center;
    line-height: 1.5;
  }

  .pillars strong {
    font-size: 11px;
  }
}

@media (max-width: 1100px) {
  .heading-wide,
  .heading-row {
    grid-template-columns: 1fr minmax(260px, 0.62fr);
    gap: 54px;
  }

  .principles-grid article {
    padding-inline: 28px;
  }

  .method-section {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    padding-inline: 48px;
  }

  .method-intro {
    padding-inline-end: 48px;
  }

  [dir="rtl"] .method-intro {
    padding-inline-start: 0;
    padding-inline-end: 48px;
  }

  .method-steps {
    padding-inline-start: 48px;
  }

  [dir="rtl"] .method-steps {
    padding-inline-start: 48px;
    padding-inline-end: 0;
  }

  .case-heading,
  .case-gallery-heading,
  .plans-heading {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.58fr);
    gap: 52px;
  }

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

  .case-facts > div:nth-child(2n) {
    border-inline-end: 0;
  }

  .case-facts > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .case-story-grid article {
    padding-inline: 30px;
  }

  .typologies-grid {
    gap: 12px;
  }

  .type-card {
    min-height: 520px;
  }

  .local-section {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .about-section {
    gap: 70px;
  }

  .contact-section {
    gap: 70px;
    padding-inline: 58px;
  }
}

@media (max-width: 820px) {
  .section-shell {
    padding: 92px 24px;
  }

  .section-heading h2,
  .method-intro h2,
  .local-copy h2,
  .about-copy h2,
  .contact-copy h2 {
    font-size: clamp(34px, 9vw, 52px);
  }

  .heading-wide,
  .heading-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .heading-wide .section-kicker {
    grid-column: auto;
    margin-bottom: -2px;
  }

  .principles-grid {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .principles-grid article {
    min-height: 0;
    padding: 34px 10px 38px;
    border-inline-end: 0;
    border-bottom: 1px solid var(--line);
  }

  .principles-grid article:last-child {
    border-bottom: 0;
  }

  .principles-grid h3 {
    margin-top: 28px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    margin-top: 58px;
  }

  .services-grid article {
    min-height: 350px;
    padding: 34px 28px;
  }

  .services-grid h3 {
    margin-top: 76px;
  }

  .service-mark {
    top: 34px;
    right: 28px;
  }

  [dir="rtl"] .service-mark {
    right: auto;
    left: 28px;
  }

  .card-arrow {
    right: 28px;
    bottom: 28px;
  }

  [dir="rtl"] .card-arrow {
    right: auto;
    left: 28px;
  }

  .method-section {
    grid-template-columns: 1fr;
    padding: 88px 24px;
  }

  .method-intro,
  [dir="rtl"] .method-intro {
    padding: 0 0 58px;
    border-inline-end: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .method-intro img {
    width: 130px;
    margin-top: 60px;
  }

  .method-steps,
  [dir="rtl"] .method-steps {
    padding: 46px 0 0;
  }

  .method-steps li {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .case-shell {
    padding: 94px 24px;
  }

  .case-heading,
  .case-gallery-heading,
  .plans-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .case-heading h2 {
    font-size: clamp(34px, 9vw, 54px);
  }

  .case-visual-pair {
    grid-template-columns: 1fr;
    margin-top: 58px;
  }

  .case-image {
    min-height: min(70vw, 470px);
  }

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

  .case-facts > div,
  .case-facts > div:nth-child(3n) {
    border-inline-end: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .case-facts > div:nth-child(2n) {
    border-inline-end: 0;
  }

  .case-facts > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .case-story-grid {
    grid-template-columns: 1fr;
    margin-top: 72px;
  }

  .case-story-grid article {
    min-height: 0;
    padding: 34px 8px 42px;
    border-inline-end: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .case-story-grid article:last-child {
    border-bottom: 0;
  }

  .case-story-grid h3 {
    margin-top: 32px;
  }

  .case-trades {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .case-gallery-heading,
  .plans-heading {
    margin-top: 110px;
  }

  .case-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 280px;
    gap: 10px;
  }

  .case-gallery .project-photo {
    grid-column: auto;
    grid-row: auto;
  }

  .case-gallery .photo-coordination,
  .case-gallery .photo-window {
    grid-column: span 2;
  }

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

  .image-lightbox > button span {
    display: none;
  }

  .image-lightbox > button,
  [dir="rtl"] .image-lightbox > button {
    padding: 6px;
  }

  .typologies-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 58px;
  }

  .type-card {
    min-height: 500px;
  }

  .local-section {
    grid-template-columns: 1fr;
  }

  .local-graphic {
    min-height: 480px;
    border-inline-end: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .local-copy {
    padding: 82px 24px 90px;
  }

  .about-section {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .about-brand {
    min-height: 430px;
    padding: 34px;
  }

  .contact-section {
    grid-template-columns: 1fr;
    gap: 54px;
    padding: 90px 24px;
  }

  .contact-copy h2 {
    font-size: clamp(38px, 10vw, 58px);
  }

  .contact-button {
    min-height: 96px;
  }

  .footer-main {
    align-items: flex-start;
    flex-direction: column;
    padding: 54px 0;
  }

  .footer-main nav {
    justify-content: flex-start;
  }

  [dir="rtl"] .footer-main nav {
    justify-content: flex-start;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 26px 0;
  }

  .footer-bottom > div {
    flex-wrap: wrap;
  }

  .footer-bottom > span:last-child {
    justify-self: start;
  }
}

@media (max-width: 480px) {
  .section-kicker {
    font-size: 10px;
  }

  .services-grid article {
    min-height: 380px;
  }

  .type-card {
    min-height: 450px;
  }

  .case-image {
    min-height: 290px;
  }

  .case-image > span,
  .project-photo > span {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .case-facts > div {
    min-height: 150px;
    padding: 22px 16px;
  }

  .case-facts dd {
    font-size: 16px;
  }

  .case-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 340px;
  }

  .case-gallery .photo-coordination,
  .case-gallery .photo-window {
    grid-column: auto;
  }

  .case-gallery .photo-terrace,
  .case-gallery .photo-window {
    min-height: 250px;
  }

  .type-content {
    min-height: 235px;
    padding: 30px 24px;
  }

  .local-graphic {
    min-height: 380px;
  }

  .about-brand {
    min-height: 360px;
  }

  .about-brand em {
    text-align: center;
  }

  .contact-button {
    padding-inline: 22px;
  }

  .footer-brand {
    align-items: flex-start;
  }

  .footer-brand small {
    line-height: 1.55;
  }
}

/*
 * Preserve every part of the transparent brand mark on light, dark and
 * photographic backgrounds. These shadows follow the logo silhouette; they
 * do not add a rectangular badge around it.
 */
.brand-lockup img,
.brand-orbit img,
.method-intro img,
.plan-mark,
.about-brand img,
.footer-brand img,
.twv-logo,
.tw-brand-mark,
img[src*="/assets/brand/logo-tw-1-2.png"] {
  filter:
    drop-shadow(0 0 1px rgba(255, 253, 249, 0.98))
    drop-shadow(0 0 2px rgba(33, 33, 33, 0.72))
    drop-shadow(0 2px 5px rgba(33, 33, 33, 0.22));
}

.brand-orbit::before {
  filter:
    drop-shadow(0 0 1px rgba(255, 253, 249, 0.92))
    drop-shadow(0 0 5px rgba(141, 157, 131, 0.65));
}

/*
 * The questionnaire is deliberately kept as a controlled light surface.
 * This prevents mobile auto-darkening from recomposing translucent cards into
 * unreadable combinations while retaining the validated Trangnou vow palette.
 */
.twv-enquete {
  color-scheme: only light;
}

@media (max-width: 1180px) {
  .twv-enquete .twv-survey-shell {
    background: #f5f1eb;
    color: #212121;
  }

  .twv-enquete .twv-choice > span,
  .twv-enquete .twv-check-grid span,
  .twv-enquete .twv-confirm,
  .twv-enquete .twv-side-card,
  .twv-enquete .twv-finance-matrix,
  .twv-enquete .twv-privacy-details,
  .twv-enquete .twv-review > div,
  .twv-enquete .twv-side-options span {
    border-color: #7e6f62;
    background: #fffdf9;
    color: #212121;
  }

  .twv-enquete .twv-four-sides,
  .twv-enquete .twv-contact-fields {
    border-color: #7e6f62;
    background: #f5f1eb;
  }

  .twv-enquete .twv-eyebrow,
  .twv-enquete .twv-slogan {
    color: #cfc1b5;
  }

  .twv-enquete .twv-privacy-callout {
    border-left-color: #cfc1b5;
    background: #37473d;
    color: #fffdf9;
  }

  .twv-enquete .twv-privacy-callout strong {
    color: #cfc1b5;
  }

  .twv-enquete .twv-choice strong,
  .twv-enquete .twv-fieldset > legend,
  .twv-enquete .twv-field,
  .twv-enquete .twv-side-card legend,
  .twv-enquete .twv-finance-row strong,
  .twv-enquete .twv-review strong,
  .twv-enquete .twv-privacy-details summary,
  .twv-enquete .twv-privacy-details a {
    color: #37473d;
  }

  .twv-enquete .twv-choice small,
  .twv-enquete .twv-field small,
  .twv-enquete .twv-step-heading p,
  .twv-enquete .twv-progress-copy,
  .twv-enquete .twv-review span,
  .twv-enquete .twv-privacy-details > div,
  .twv-enquete .twv-side-options span {
    color: #4d554f;
  }

  .twv-enquete .twv-field input,
  .twv-enquete .twv-field select,
  .twv-enquete .twv-field textarea,
  .twv-enquete .twv-finance-row select {
    border-color: #7e6f62;
    background: #fffdf9 !important;
    color: #212121 !important;
    color-scheme: only light;
    -webkit-text-fill-color: #212121;
  }

  .twv-enquete .twv-field input::placeholder,
  .twv-enquete .twv-field textarea::placeholder {
    color: #5d625e;
    opacity: 1;
  }

  .twv-enquete .twv-choice > span::before,
  .twv-enquete .twv-check-grid span::before {
    border-color: #7e6f62;
  }

  .twv-enquete .twv-choice input:checked + span,
  .twv-enquete .twv-check-grid input:checked + span {
    border-color: #37473d;
    background: #e4e8e0;
    color: #212121;
    box-shadow: 0 0 0 1px #37473d;
  }

  .twv-enquete .twv-choice input:checked + span::before,
  .twv-enquete .twv-check-grid input:checked + span::before {
    border-color: #37473d;
    background: #37473d;
  }

  .twv-enquete .twv-choice input:focus-visible + span,
  .twv-enquete .twv-check-grid input:focus-visible + span,
  .twv-enquete .twv-side-options input:focus-visible + span,
  .twv-enquete .twv-button:focus-visible {
    outline: 3px solid #37473d;
    outline-offset: 3px;
  }

  .twv-enquete .twv-progress-track {
    background: #dfe5dd;
  }

  .twv-enquete .twv-alert {
    border-left-color: #a53b32;
    background: #fff2f0;
    color: #7f1d1d;
  }

  .twv-enquete .twv-finance-head {
    background: #37473d;
    color: #fffdf9;
  }

  .twv-enquete .twv-nav {
    border-color: #7e6f62;
    background: rgba(245, 241, 235, 0.98);
  }
}

@media (max-width: 680px) {
  .twv-enquete .twv-choice small,
  .twv-enquete .twv-field small,
  .twv-enquete .twv-review span,
  .twv-enquete .twv-side-options span {
    font-size: 13px;
  }

  .twv-enquete .twv-check-grid span,
  .twv-enquete .twv-field,
  .twv-enquete .twv-confirm span {
    font-size: 14px;
    line-height: 1.4;
  }

  .twv-enquete .twv-progress-copy strong {
    font-size: 13px;
  }
}

@media print {
  .tv-back-to-top {
    display: none !important;
  }
}

@media (forced-colors: active) {
  .tv-back-to-top {
    border: 2px solid ButtonText;
    forced-color-adjust: auto;
  }
}

@media (prefers-color-scheme: dark) and (max-width: 1366px) {
  .brand-lockup img,
  .brand-orbit img,
  .method-intro img,
  .plan-mark,
  .about-brand img,
  .footer-brand img,
  .twv-logo,
  .tw-brand-mark,
  img[src*="/assets/brand/logo-tw-1-2.png"] {
    filter:
      drop-shadow(0 0 1px #fffdf9)
      drop-shadow(0 0 7px rgba(207, 193, 181, 0.72))
      drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
  }
}

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

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