/* Ets Camut — UI moderne & dynamique */
:root {
  --anchor-black: #0e0d0c;
  --hull-white: #fcfcfc;
  --harbor-gray: #f2f2f2;
  --cargo-khaki: #ebe6d2;
  --deck-orange: #e0a96d;
  --deck-orange-bright: #ffb347;
  --deck-orange-deep: #c46a2a;
  --container-rust: #d59566;
  --rust-deep: #c46a2a;
  --accent-violet: #8b7cf6;
  --text-secondary: rgba(14, 13, 12, 0.58);
  --text-primary: var(--anchor-black);
  --text-alternate: var(--hull-white);
  --border-primary: rgba(14, 13, 12, 0.12);
  --radius-sm: 0.35rem;
  --radius-md: 0.65rem;
  --radius-lg: 1rem;
  --radius-xl: 1.35rem;
  --radius-round: 999px;
  --max-width: 100rem;
  --font-sans: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
  --shadow-sm: 0 4px 20px rgba(14, 13, 12, 0.06);
  --shadow-md: 0 12px 40px rgba(14, 13, 12, 0.1);
  --shadow-lg: 0 24px 60px rgba(14, 13, 12, 0.18);
  --shadow-glow: 0 0 40px rgba(255, 159, 74, 0.28);
  --gradient-hero: linear-gradient(135deg, rgba(14, 13, 12, 0.92) 0%, rgba(14, 13, 12, 0.55) 45%, rgba(224, 169, 109, 0.38) 100%);
  --gradient-dark: linear-gradient(160deg, #0e0d0c 0%, #1a1918 40%, #2a2418 100%);
  --gradient-dark-lr: linear-gradient(90deg, #0e0d0c 0%, #1a1918 40%, #2a2418 100%);
  --gradient-orange: linear-gradient(135deg, var(--deck-orange-bright), var(--deck-orange-deep));
  --gradient-rust: linear-gradient(135deg, #e8b48a, var(--rust-deep));
  --gradient-khaki: linear-gradient(135deg, #f5f0dc, var(--cargo-khaki));
  --gradient-cta: linear-gradient(120deg, #0e0d0c 0%, #2a1c12 50%, #0e0d0c 100%);
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 6rem;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  font-size: 1rem;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 1440px) { html { font-size: calc(0.81rem + 0.21vw); } }
@media (max-width: 479px) { html { font-size: calc(0.75rem + 0.84vw); } }

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text-primary);
  background: var(--hull-white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 var(--space-sm); line-height: 1.12; font-weight: 500; }
p { margin: 0 0 var(--space-sm); }

.page-wrapper { min-height: 100vh; display: flex; flex-direction: column; }
.main-wrapper { flex: 1; }

/* ——— Utilitaires ——— */
.padding-global { padding-left: clamp(1.25rem, 4vw, 3rem); padding-right: clamp(1.25rem, 4vw, 3rem); }
.container-large { max-width: var(--max-width); margin: 0 auto; width: 100%; }
.container-medium { max-width: 72rem; margin: 0 auto; width: 100%; }
.section-padding { height: clamp(2rem, 5vw, 4rem); }
.margin-bottom { margin-bottom: var(--space-md); }
.margin-bottom.margin-small { margin-bottom: var(--space-sm); }
.margin-bottom.margin-xsmall { margin-bottom: var(--space-xs); }
.margin-top.margin-small { margin-top: var(--space-sm); }

.text-style-tagline {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--deck-orange-deep);
  background: rgba(255, 159, 74, 0.12);
  border: 1px solid rgba(255, 159, 74, 0.28);
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-round);
  margin-bottom: 1rem;
}
.section_built-for-the-real-world .text-style-tagline,
.section_layout484 .text-style-tagline,
.section_cta .text-style-tagline {
  color: var(--deck-orange-bright);
  background: rgba(255, 159, 74, 0.1);
  border-color: rgba(255, 159, 74, 0.35);
}

.text-color-alternate { color: var(--text-alternate); }
.text-color-secondary { color: var(--text-secondary); }
.text-color-primary { color: var(--text-primary); }
.text-weight-medium { font-weight: 500; }
.text-size-medium { font-size: 1.125rem; letter-spacing: 0.04em; text-transform: uppercase; opacity: 0.7; }
.balanced-text { text-wrap: balance; }
.max-width-large { max-width: 48rem; }
.max-width-medium { max-width: 36rem; }
.max-width-xxlarge { max-width: 64rem; }
.align-center { margin-left: auto; margin-right: auto; text-align: center; }

.heading-style-display {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-shadow: none;
}
.heading-style-h1 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  letter-spacing: -0.025em;
}
.heading-style-h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  letter-spacing: -0.02em;
}
.heading-style-h2:not(.text-color-alternate)::first-line { color: #858484; }
.heading-style-h3 { font-size: clamp(1.25rem, 2.5vw, 1.65rem); }

/* ——— Boutons ——— */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1.4rem;
  border-radius: var(--radius-md);
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  background: var(--gradient-orange);
  color: var(--anchor-black);
  cursor: pointer;
  box-shadow: var(--shadow-sm), var(--shadow-glow);
  transition: transform 0.25s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow 0.25s ease;
}
.button:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: var(--shadow-md), 0 0 50px rgba(255, 159, 74, 0.4);
}
.button.is-outlined {
  background: transparent;
  color: var(--anchor-black);
  border: 1.5px solid var(--anchor-black);
  box-shadow: none;
}
.button.is-outlined.is-alternate {
  border-color: rgba(255, 255, 255, 0.65);
  color: var(--hull-white);
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.06);
}
.button.is-outlined.is-alternate:hover {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}
.button-group { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.button-group.is-center { justify-content: center; }

/* ——— Reveal ——— */
.reveal {
  opacity: 0;
  transform: translateY(2.5rem) scale(0.96);
  filter: blur(8px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.85s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}
.reveal-left {
  opacity: 0;
  transform: translateX(-3rem);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-left.is-visible { opacity: 1; transform: none; }
.reveal-right {
  opacity: 0;
  transform: translateX(3rem);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-right.is-visible { opacity: 1; transform: none; }
.reveal-scale {
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.34, 1.5, 0.64, 1);
}
.reveal-scale.is-visible { opacity: 1; transform: scale(1); }

/* Sections animées au scroll */
.motion-section {
  position: relative;
  transition: transform 0.1s linear;
}
.motion-section.is-inview .realisation_card,
.motion-section.is-inview .philosophy_card,
.motion-section.is-inview .layout_card,
.motion-section.is-inview .post_card {
  animation: cardPopIn 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.motion-section.is-inview .realisation_card:nth-child(1),
.motion-section.is-inview .philosophy_card:nth-child(1),
.motion-section.is-inview .layout_card:nth-child(1) { animation-delay: 0.05s; }
.motion-section.is-inview .realisation_card:nth-child(2),
.motion-section.is-inview .philosophy_card:nth-child(2),
.motion-section.is-inview .layout_card:nth-child(2) { animation-delay: 0.15s; }
.motion-section.is-inview .realisation_card:nth-child(3),
.motion-section.is-inview .philosophy_card:nth-child(3),
.motion-section.is-inview .layout_card:nth-child(3) { animation-delay: 0.25s; }

@keyframes cardPopIn {
  from { opacity: 0; transform: translateY(2rem) scale(0.94); }
  to { opacity: 1; transform: none; }
}

/* Barre de progression scroll */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  z-index: 300;
  background: var(--gradient-orange);
  box-shadow: 0 0 12px rgba(255, 159, 74, 0.6);
  pointer-events: none;
  transition: width 0.08s linear;
}

/* Orbes décoratifs hero */
.section_home-header::before,
.section_home-header::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  filter: blur(60px);
  animation: orbFloat 8s ease-in-out infinite alternate;
}
.section_home-header::before {
  width: 28rem; height: 28rem;
  top: 10%; left: -8%;
  background: rgba(255, 159, 74, 0.22);
}
.section_home-header::after {
  width: 22rem; height: 22rem;
  bottom: 15%; right: -5%;
  background: rgba(213, 149, 102, 0.2);
  animation-delay: -4s;
  animation-duration: 10s;
}
@keyframes orbFloat {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(30px, -20px) scale(1.08); }
}

.hero-cursor-glow {
  position: absolute;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 159, 74, 0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.section_home-header:hover .hero-cursor-glow { opacity: 1; }

.heading-style-display {
  background: linear-gradient(120deg, #fff 0%, #ffe8d4 40%, #fff 80%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textShine 6s linear infinite;
}
@keyframes textShine {
  to { background-position: 200% center; }
}

.text-style-tagline {
  animation: tagPulse 3s ease-in-out infinite;
}
@keyframes tagPulse {
  0%, 100% { box-shadow: 0 0 0 rgba(255, 159, 74, 0); }
  50% { box-shadow: 0 0 20px rgba(255, 159, 74, 0.25); }
}

.button {
  position: relative;
  overflow: hidden;
}
.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.35) 50%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 0.6s ease;
}
.button:hover::after { transform: translateX(120%); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal, .reveal-left, .reveal-right, .reveal-scale { opacity: 1; transform: none; filter: none; }
}

/* ——— Navbar ——— */
.navbar_component {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  background: transparent;
  border-bottom: 1px solid transparent;
}
.navbar_component.is-scrolled {
  background: rgba(252, 252, 252, 0.88);
  backdrop-filter: blur(16px) saturate(1.4);
  border-bottom-color: var(--border-primary);
  box-shadow: var(--shadow-sm);
}
.navbar_component.is-over-hero .navbar_logo-link,
.navbar_component.is-over-hero .navbar_link,
.navbar_component.is-over-hero .navbar_menu-button {
  color: var(--hull-white);
}
.navbar_component.is-over-hero.is-scrolled .navbar_logo-link,
.navbar_component.is-over-hero.is-scrolled .navbar_link,
.navbar_component.is-over-hero.is-scrolled .navbar_menu-button {
  color: var(--anchor-black);
}
.navbar_container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1rem clamp(1.25rem, 4vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}
.navbar_logo-link {
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.04em;
  line-height: 1.2;
  transition: color 0.3s;
  flex-shrink: 1;
  min-width: 0;
  max-width: min(100%, 14rem);
}
@media (min-width: 768px) {
  .navbar_logo-link { max-width: none; white-space: nowrap; }
}
@media (max-width: 767px) {
  .navbar_logo-link { font-size: 1.125rem; max-width: 11rem; }
}
.navbar_logo-link::before { content: "◆ "; color: var(--deck-orange-bright); font-size: 0.75em; }
.navbar_menu { display: flex; align-items: center; gap: 0.15rem; }
.navbar_link {
  padding: 0.5rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: var(--radius-sm);
  transition: background 0.2s, color 0.3s;
  cursor: default;
}
.navbar_link:hover { background: rgba(255, 159, 74, 0.12); }
.navbar-dropdown_component { position: relative; }
.navbar-dropdown_dropdown-list {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  min-width: 15rem;
  background: rgba(252, 252, 252, 0.96);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border-primary);
  border-radius: var(--radius-lg);
  padding: 0.5rem;
  box-shadow: var(--shadow-lg);
  animation: dropdownIn 0.25s ease;
}
@keyframes dropdownIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: none; }
}
.navbar-dropdown_component:hover .navbar-dropdown_dropdown-list,
.navbar-dropdown_component:focus-within .navbar-dropdown_dropdown-list { display: block; }
.navbar_dropdown-link-child {
  display: block;
  padding: 0.55rem 0.85rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
  border-radius: var(--radius-sm);
  transition: background 0.15s, color 0.15s;
}
.navbar_dropdown-link-child:hover {
  background: var(--cargo-khaki);
  color: var(--anchor-black);
}
.navbar_menu-button {
  display: none;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-sm);
  padding: 0.45rem 0.65rem;
  cursor: pointer;
  font-size: 1.25rem;
  color: inherit;
  transition: background 0.2s;
}
@media (max-width: 991px) {
  .navbar_menu-button { display: block; }
  .navbar_menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(252, 252, 252, 0.98);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-primary);
    padding: 1rem;
    box-shadow: var(--shadow-md);
  }
  .navbar_menu.is-open { display: flex; }
  .navbar-dropdown_dropdown-list { position: static; box-shadow: none; border: none; background: var(--harbor-gray); margin-top: 0.25rem; }
  .navbar_component.is-over-hero .navbar_menu { color: var(--anchor-black); }
}

/* ——— Hero ——— */
.section_home-header {
  position: relative;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: var(--text-alternate);
  overflow-x: clip;
  overflow-y: visible;
  margin-top: 0;
}
.home-header_background-video-wrapper {
  position: relative;
  width: 100%;
  min-height: min(85vh, 56rem);
  flex-shrink: 0;
  z-index: 0;
}
.home-header_background-video-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-hero);
  z-index: 1;
}
.home-header_background-video-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 80%, rgba(255, 159, 74, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 20%, rgba(213, 149, 102, 0.15) 0%, transparent 50%);
  z-index: 2;
  pointer-events: none;
}
.cover-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: heroZoom 20s ease-in-out infinite alternate;
}
@keyframes heroZoom {
  from { transform: scale(1.04); }
  to { transform: scale(1.1); }
}
.home-header_component {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: var(--space-lg);
}
.home-header_component--below {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
  background: var(--gradient-dark-lr);
  color: var(--text-alternate);
  overflow-x: visible;
}
.home-header_component--below .text-style-tagline {
  color: rgba(252, 252, 252, 0.65);
}
.home-header_component--below .heading-style-display,
.home-header_component--below .text-color-alternate {
  color: var(--text-alternate);
}
.home-header_component--below .logo-grid__label {
  color: var(--text-alternate);
  opacity: 0.65;
}
.home-header_content {
  max-width: var(--max-width);
  width: 100%;
}
.home-header__title {
  white-space: nowrap;
  width: max-content;
  max-width: none;
  font-size: clamp(1rem, 2.1vw, 2.85rem);
  letter-spacing: -0.025em;
}
.home-header_logo-wrapper {
  margin-top: var(--space-lg);
  padding-top: var(--space-md);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.home-header_component--below .home-header_logo-wrapper {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.logo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem;
}
@media (max-width: 767px) { .logo-grid { grid-template-columns: repeat(4, 1fr); } }
.logo-grid img {
  height: 2.25rem;
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius-sm);
  opacity: 0.75;
  filter: grayscale(1) brightness(1.4) contrast(0.8);
  transition: opacity 0.3s, transform 0.3s;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.35rem;
}
.logo-grid img:hover { opacity: 1; transform: translateY(-2px); filter: grayscale(0.5) brightness(1.2); }

/* Talk button */
a.btn-rappel-hero {
  text-decoration: none;
  color: inherit;
}
.btn-rappel-hero {
  display: inline-flex;
  margin-top: 1.25rem;
  padding: 0.3rem;
  border-radius: var(--radius-round);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
.btn-rappel-hero:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.btn-rappel-hero-content { display: flex; gap: 0.25rem; font-size: 0.85rem; font-weight: 600; }
.btn-rappel-hero__text {
  padding: 0.65rem 1.1rem;
  border-radius: var(--radius-round);
  background: var(--gradient-orange);
  color: var(--anchor-black);
  box-shadow: 0 4px 16px rgba(255, 159, 74, 0.35);
}

/* ——— Sections ——— */
.section_layout484 {
  background: var(--gradient-dark-lr);
  color: var(--text-alternate);
  padding: var(--space-xl) 0;
  position: relative;
  overflow: hidden;
}
.section_layout484::before {
  content: "";
  position: absolute;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 159, 74, 0.08) 0%, transparent 70%);
  top: -20rem;
  right: -10rem;
  pointer-events: none;
}
.layout484_text {
  font-size: clamp(1.05rem, 2.15vw, 1.65rem);
  max-width: 58rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  position: relative;
}

.section_pro-segments {
  padding: var(--space-md) 0 var(--space-xl);
  background: var(--hull-white);
}
.pro-segments_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .pro-segments_grid { grid-template-columns: repeat(4, 1fr); }
}
.pro-segment-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--harbor-gray);
  box-shadow: var(--shadow-sm);
  scroll-margin-top: 6rem;
}
.pro-segment-card img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.pro-segment-card h3 {
  padding: 1rem 1.1rem 1.15rem;
  font-size: 1.05rem;
}

/* Particuliers & Professionnels — 2 lignes × 3 images, bloc centré */
.pro-segments_grid--particuliers-listing,
.pro-segments_grid--professionnels {
  grid-template-columns: 1fr;
  max-width: 22rem;
  margin-inline: auto;
  width: 100%;
  justify-items: center;
}
@media (min-width: 540px) {
  .pro-segments_grid--particuliers-listing,
  .pro-segments_grid--professionnels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 36rem;
  }
}
@media (min-width: 900px) {
  .pro-segments_grid--particuliers-listing,
  .pro-segments_grid--professionnels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 56rem;
  }
}
.pro-segments_grid--particuliers-listing .part-card,
.pro-segments_grid--professionnels .part-card {
  width: 100%;
  max-width: 18rem;
}
@media (min-width: 900px) {
  .pro-segments_grid--particuliers-listing .part-card,
  .pro-segments_grid--professionnels .part-card {
    max-width: none;
  }
}

/* Page Particuliers (nav index) — voile survol 80 % */
.pro-segments_grid--particuliers-listing .part-card::after {
  background: rgba(18, 18, 18, 0.8);
  z-index: 1;
}
.pro-segments_grid--particuliers-listing .part-card:hover::after,
.pro-segments_grid--particuliers-listing .part-card:focus-visible::after {
  opacity: 1;
}

.part-card {
  position: relative;
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: var(--harbor-gray);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: var(--hull-white);
  scroll-margin-top: 6rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.part-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.4s ease, transform 0.5s ease, filter 0.4s ease;
}
.part-card__label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  font-size: clamp(0.85rem, 1.4vw, 1.05rem);
  font-weight: 600;
  line-height: 1.35;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 2;
}
.part-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(18, 18, 18, 0.8);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}
.part-card:hover::after,
.part-card:focus-visible::after {
  opacity: 1;
}
.part-card:hover .part-card__img,
.part-card:focus-visible .part-card__img {
  transform: scale(1.05);
  filter: saturate(0.9);
}
.part-card:hover .part-card__label,
.part-card:focus-visible .part-card__label {
  opacity: 1;
}
.part-card:hover,
.part-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.section_realisations {
  padding: var(--space-xl) 0;
  background: linear-gradient(180deg, var(--hull-white) 0%, var(--harbor-gray) 100%);
}
.section_operating-model {
  padding: var(--space-xl) 0;
  background: var(--cargo-khaki);
  position: relative;
}
.section_operating-model::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230e0d0c' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.6;
  pointer-events: none;
}

.realisation_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 767px) { .realisation_grid { grid-template-columns: 1fr; } }

.realisation_card {
  padding: 1.75rem;
  background: var(--hull-white);
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-primary);
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
}
.realisation_card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gradient-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.realisation_card:nth-child(2)::before { background: var(--gradient-rust); }
.realisation_card:nth-child(3)::before { background: linear-gradient(135deg, var(--accent-violet), #6366f1); }
.realisation_card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.realisation_card:hover::before { transform: scaleX(1); }
.realisation_card .step {
  font-size: 2.5rem;
  font-weight: 600;
  background: var(--gradient-orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.realisation_card:nth-child(2) .step {
  background: var(--gradient-rust);
  -webkit-background-clip: text;
  background-clip: text;
}
.realisation_card:nth-child(3) .step {
  background: linear-gradient(135deg, var(--accent-violet), #6366f1);
  -webkit-background-clip: text;
  background-clip: text;
}

.layout_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) { .layout_grid { grid-template-columns: 1fr; } }

.layout_card {
  padding: 1.75rem;
  background: rgba(252, 252, 252, 0.7);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(14, 13, 12, 0.08);
  transition: transform 0.3s, background 0.3s;
}
.layout_card:hover {
  transform: translateY(-4px);
  background: var(--hull-white);
  box-shadow: var(--shadow-md);
}
.layout_card h3 { color: var(--anchor-black); }

/* Slider */
.section_built-for-the-real-world {
  background: var(--anchor-black);
  color: var(--text-alternate);
  padding: var(--space-xl) 0;
  position: relative;
}
.section_built-for-the-real-world--light {
  background: var(--hull-white);
  color: var(--anchor-black);
}
.section_built-for-the-real-world--light::before {
  display: none;
}
.section_built-for-the-real-world::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 159, 74, 0.12) 0%, transparent 60%);
  pointer-events: none;
}
.home-portfolio-marquee {
  margin-left: calc(-1 * var(--padding-global, 1.25rem));
  margin-right: calc(-1 * var(--padding-global, 1.25rem));
  width: calc(100% + 2 * var(--padding-global, 1.25rem));
}
.gsap-slider__track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 1rem;
  padding: 0.5rem 0 1.5rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--deck-orange) transparent;
}
.gsap-slider__track::-webkit-scrollbar { height: 6px; }
.gsap-slider__track::-webkit-scrollbar-thumb { background: var(--deck-orange); border-radius: 3px; }

.gsap-slider__item {
  flex: 0 0 min(88vw, 32rem);
  scroll-snap-align: start;
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  min-height: 26rem;
  background: #1a1a1a;
  transition: transform 0.4s cubic-bezier(0.34, 1.4, 0.64, 1);
  box-shadow: var(--shadow-lg);
}
.gsap-slider__item.is-large { flex-basis: min(92vw, 38rem); min-height: 30rem; }
.gsap-slider__item:hover { transform: scale(1.04) translateY(-8px) rotate(-0.5deg); }
.gsap-slider__track[data-auto-scroll] {
  scroll-behavior: auto;
  cursor: grab;
}
.gsap-slider__track[data-auto-scroll]:active { cursor: grabbing; }
.gsap-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 0.6s ease;
}
.gsap-slider__item:hover img { transform: scale(1.06); }
.gsap-slider__item-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14, 13, 12, 0.95) 0%, rgba(14, 13, 12, 0.2) 50%, transparent 100%);
}
.slide-item-inner-quote-wrapper {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.75rem;
  z-index: 2;
}

/* Philosophy */
.section_reliability {
  padding: var(--space-xl) 0;
  background: var(--hull-white);
}
.philosophy_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 767px) { .philosophy_grid { grid-template-columns: 1fr; } }

.philosophy_card {
  padding: 2rem;
  border-radius: var(--radius-xl);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
}
.philosophy_card:nth-child(1) {
  background: linear-gradient(145deg, rgba(255, 159, 74, 0.15), rgba(224, 169, 109, 0.25));
  border: 1px solid rgba(255, 159, 74, 0.3);
}
.philosophy_card:nth-child(2) {
  background: linear-gradient(145deg, rgba(213, 149, 102, 0.15), rgba(196, 106, 42, 0.12));
  border: 1px solid rgba(213, 149, 102, 0.35);
}
.philosophy_card:nth-child(3) {
  background: linear-gradient(145deg, rgba(139, 124, 246, 0.12), rgba(99, 102, 241, 0.1));
  border: 1px solid rgba(139, 124, 246, 0.3);
}
.philosophy_card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.philosophy_card h3 { font-size: 1.35rem; margin-bottom: 0.65rem; }

/* Pages internes */
.section_page-header,
.section_header30 {
  padding: 8rem 0 var(--space-md);
  text-align: center;
  background: var(--gradient-khaki);
  position: relative;
}
.section_page-header::before,
.section_header30::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255, 159, 74, 0.2) 0%, transparent 50%);
  pointer-events: none;
}
.page-header_image-wrapper,
.product-video_image-wrapper {
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin-top: var(--space-md);
  aspect-ratio: 16/9;
  background: var(--harbor-gray);
  box-shadow: var(--shadow-lg);
  border: 3px solid var(--hull-white);
}
.section_product-video { padding: var(--space-xl) 0; background: var(--hull-white); }
.product-video_module {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
  align-items: center;
}
@media (max-width: 767px) { .product-video_module { grid-template-columns: 1fr; } }

.section_layout399, .section_layout231, .section_layout241 { padding: var(--space-lg) 0; }

.section_stats8 {
  padding: var(--space-lg) 0;
  background: var(--gradient-khaki);
  border-top: 1px solid rgba(14, 13, 12, 0.06);
  border-bottom: 1px solid rgba(14, 13, 12, 0.06);
}
.stats_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
  text-align: center;
}
@media (max-width: 767px) { .stats_row { grid-template-columns: 1fr; } }
.stat_number {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 600;
  background: var(--gradient-orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
}

.section_faq7 { padding: var(--space-lg) 0; }
.faq_item {
  border-bottom: 1px solid var(--border-primary);
  padding: 1.1rem 0;
}
.faq_item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  transition: color 0.2s;
}
.faq_item summary:hover { color: var(--deck-orange-deep); }
.faq_item[open] summary { color: var(--deck-orange-deep); }
.faq_item summary::-webkit-details-marker { display: none; }

/* Blog / listing */
.section_header {
  padding: 8rem 0 var(--space-md);
  text-align: center;
  background: var(--gradient-dark);
  color: var(--hull-white);
}
.section_header .heading-style-h1 { color: var(--hull-white); }
.section_posts { padding: var(--space-md) 0 var(--space-xl); background: var(--harbor-gray); }
.posts_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: 1.25rem;
}
.post_card {
  background: var(--hull-white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow 0.35s ease;
  border: 1px solid var(--border-primary);
}
.post_card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}
.post_card img {
  aspect-ratio: 16/10;
  object-fit: cover;
  width: 100%;
  transition: transform 0.5s ease;
}
.post_card:hover img { transform: scale(1.05); }
.post_card_body { padding: 1.35rem; }
.post_card_body h3 { font-size: 1.1rem; transition: color 0.2s; }
.post_card:hover h3 { color: var(--deck-orange-deep); }

/* Article */
.section_blog-post-header { padding-top: 6rem; }
.section_blog-post1-header-image-wrapper {
  margin: var(--space-md) 0;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 21/9;
  box-shadow: var(--shadow-lg);
}
.section_blog-post1-content {
  max-width: 42rem;
  margin: 0 auto;
  padding: var(--space-md) clamp(1.25rem, 4vw, 3rem) var(--space-xl);
}
.section_blog-post1-content p { font-size: 1.0625rem; line-height: 1.75; color: #333; }

/* Contact */
.section_contact {
  padding: 8rem 0 var(--space-md);
  text-align: center;
  background: var(--gradient-cta);
  color: var(--text-alternate);
  position: relative;
  overflow: hidden;
}
.section_contact::before {
  content: "";
  position: absolute;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 159, 74, 0.15) 0%, transparent 65%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.section_contact .container-large {
  position: relative;
  z-index: 1;
}
.section_contact .heading-style-h1 {
  color: var(--text-alternate);
}
.section_contact-grid {
  padding: var(--space-md) 0 var(--space-xl);
  background: var(--hull-white);
}
.contact_layout {
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 4vw, 2.5rem);
  align-items: stretch;
  max-width: 28rem;
  margin: 0 auto;
}
.contact_info {
  align-self: auto;
  text-align: center;
}
.contact_info__brand {
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0 0 1rem;
  color: var(--anchor-black);
}
.contact_info__text {
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}
.contact_info__phone {
  color: var(--deck-orange-deep);
  font-weight: 600;
  text-decoration: none;
}
.contact_info__phone:hover {
  text-decoration: underline;
}
.contact_form {
  max-width: none;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  background: var(--hull-white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-primary);
}
.contact_form__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  text-align: left;
}
.contact_form__label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-secondary);
}
.contact_form__label abbr {
  text-decoration: none;
  color: var(--deck-orange-deep);
}
.contact_form input,
.contact_form textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--border-primary);
  border-radius: var(--radius-md);
  font: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: var(--harbor-gray);
}
.contact_form input:invalid:not(:placeholder-shown),
.contact_form textarea:invalid:not(:placeholder-shown) {
  border-color: rgba(196, 106, 42, 0.55);
}
.contact_form input:focus,
.contact_form textarea:focus {
  outline: none;
  border-color: var(--deck-orange);
  box-shadow: 0 0 0 3px rgba(255, 159, 74, 0.2);
  background: var(--hull-white);
}
.contact_form__plans-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.contact_form__file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.contact_form__upload-btn {
  cursor: pointer;
  margin: 0;
}
.contact_form__file-hint {
  flex: 1 1 100%;
  font-size: 0.85rem;
  color: var(--text-secondary);
}
@media (min-width: 480px) {
  .contact_form__file-hint { flex: 1 1 auto; }
}

.project-type-select {
  position: relative;
}
.project-type-select__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  font: inherit;
  font-size: 1rem;
  text-align: left;
  color: var(--text-primary);
  background: var(--hull-white);
  border: 1px solid rgba(14, 13, 12, 0.18);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.project-type-select__trigger::after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  flex-shrink: 0;
  opacity: 0.65;
}
.project-type-select__trigger[aria-expanded='true'] {
  border-color: var(--deck-orange);
  box-shadow: 0 0 0 3px rgba(232, 93, 38, 0.15);
}
.project-type-select__trigger[aria-expanded='true']::after {
  transform: rotate(-135deg) translateY(2px);
}
.project-type-select__list {
  position: absolute;
  z-index: 20;
  top: calc(100% + 0.35rem);
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.35rem 0;
  list-style: none;
  max-height: 16rem;
  overflow-y: auto;
  background: var(--hull-white);
  border: 1px solid rgba(14, 13, 12, 0.12);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
}
.project-type-select__list[hidden] {
  display: none;
}
.project-type-select__option {
  display: block;
  width: 100%;
  padding: 0.65rem 1rem;
  font: inherit;
  font-size: 0.95rem;
  text-align: left;
  color: var(--text-primary);
  background: transparent;
  border: none;
  cursor: pointer;
}
.project-type-select__option:hover,
.project-type-select__option:focus {
  background: var(--harbor-gray);
  outline: none;
}
.contact_form__field--other-detail[hidden] {
  display: none;
}
.contact_form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.contact_form__status {
  font-size: 0.9rem;
  margin: 0 0 1rem;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
}
.contact_form__status.is-ok {
  background: rgba(46, 125, 50, 0.1);
  color: #2e7d32;
}
.contact_form__status.is-error {
  background: rgba(198, 40, 40, 0.08);
  color: #c62828;
}
.contact_form__status[hidden] {
  display: none;
}

.section_legal-content {
  max-width: 42rem;
  margin: 0 auto;
  padding: 6rem clamp(1.25rem, 4vw, 3rem) var(--space-xl);
}
.section_legal-content h2 { margin-top: 2rem; font-size: 1.25rem; color: var(--deck-orange-deep); }

/* CTA */
.section_cta, .section_cta27 {
  background: var(--gradient-cta);
  color: var(--text-alternate);
  padding: var(--space-xl) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.section_cta::before, .section_cta27::before {
  content: "";
  position: absolute;
  width: 30rem; height: 30rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 159, 74, 0.15) 0%, transparent 65%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: ctaPulse 4s ease-in-out infinite;
}
@keyframes ctaPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }
  50% { transform: translate(-50%, -50%) scale(1.15); opacity: 1; }
}
.section_cta .container-large, .section_cta27 .container-large { position: relative; z-index: 1; }

/* Footer */
.footer_component {
  background: var(--anchor-black);
  color: var(--text-alternate);
  padding: var(--space-xl) 0 var(--space-md);
  border-top: 1px solid rgba(255, 159, 74, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.footer_menu-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(9rem, auto));
  justify-content: center;
  justify-items: center;
  gap: var(--space-md) clamp(1.5rem, 5vw, 3.5rem);
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .footer_menu-wrapper {
    grid-template-columns: repeat(2, minmax(9rem, auto));
  }
}
.footer_link-list {
  text-align: center;
}
.footer3_link-list-header {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--deck-orange-bright);
  margin-bottom: 0.85rem;
  font-weight: 600;
}
.footer_link {
  display: block;
  padding: 0.3rem 0;
  font-size: 0.875rem;
  opacity: 0.75;
  transition: opacity 0.2s, color 0.2s;
}
.footer_link:hover { opacity: 1; color: var(--deck-orange-bright); }
.footer_bottom {
  text-align: center;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: var(--space-md) clamp(1.25rem, 4vw, 3rem) 0;
  font-size: 0.78rem;
  opacity: 0.45;
  box-sizing: border-box;
}
.footer_bottom__link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: opacity 0.2s, color 0.2s;
}
.footer_bottom__link:hover {
  opacity: 1;
  color: var(--deck-orange-bright);
}
.section_legal-content a {
  color: var(--deck-orange-deep);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.section_legal-content a:hover {
  color: var(--deck-orange-bright);
}

/* ——— Photos éditoriales Haussmann / Design ——— */
.img-editorial {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.06);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
}
.img-editorial--hero { animation: kenBurns 22s ease-in-out infinite alternate; }
@keyframes kenBurns {
  from { transform: scale(1.05); }
  to { transform: scale(1.14); }
}

.hero-photo-stack {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-photo-stack--brand .hero-photo-stack__float {
  display: none;
}
.hero-photo-stack__main {
  position: absolute;
  inset: 0;
}
.hero-photo-stack__main img {
  width: 100%;
  height: 100%;
  min-height: min(85vh, 56rem);
  object-fit: cover;
}
.hero-photo-stack__float {
  position: absolute;
  z-index: 2;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  border: 3px solid rgba(255, 255, 255, 0.25);
  display: none;
  animation: floatDrift 6s ease-in-out infinite alternate;
}
@media (min-width: 992px) {
  .hero-photo-stack__float { display: block; }
  .hero-photo-stack__float--a {
    width: min(16vw, 220px);
    height: min(22vw, 300px);
    top: 18%;
    right: 8%;
    animation-delay: -1s;
  }
  .hero-photo-stack__float--b {
    width: min(14vw, 190px);
    height: min(18vw, 250px);
    bottom: 22%;
    right: 22%;
    animation-delay: -3s;
  }
}
@keyframes floatDrift {
  from { transform: translateY(0) rotate(-1deg); }
  to { transform: translateY(-12px) rotate(1.5deg); }
}
.hero-photo-stack__float img { width: 100%; height: 100%; object-fit: cover; }

.logo-grid--editorial {
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
}
@media (min-width: 768px) { .logo-grid--editorial { grid-template-columns: repeat(8, 1fr); } }

.logo-grid--trades {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}
@media (min-width: 640px) { .logo-grid--trades { grid-template-columns: repeat(5, 1fr); gap: 0.7rem; } }
@media (min-width: 992px) { .logo-grid--trades { grid-template-columns: repeat(6, 1fr); gap: 0.75rem; } }
@media (min-width: 1280px) { .logo-grid--trades { grid-template-columns: repeat(11, 1fr); } }

.logo-grid__cell {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4/5;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.logo-grid--trades .logo-grid__cell {
  aspect-ratio: 4/5;
  min-height: 7.25rem;
  border-radius: var(--radius-md);
}
@media (min-width: 640px) {
  .logo-grid--trades .logo-grid__cell { min-height: 8.5rem; }
}
@media (min-width: 992px) {
  .logo-grid--trades .logo-grid__cell { min-height: 10rem; }
}
.logo-grid__cell:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.logo-grid__cell img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.15); }

.trade-card {
  position: relative;
  cursor: pointer;
  scroll-margin-top: 6rem;
}
#nos-metiers {
  scroll-margin-top: 5rem;
}
.trade-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.35s ease, transform 0.45s ease, filter 0.35s ease;
}
.trade-card__label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.4rem;
  text-align: center;
  background: rgba(14, 13, 12, 0.72);
  color: var(--hull-white);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.trade-card__label span {
  font-size: clamp(0.6rem, 0.95vw, 0.82rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.trade-card:hover .trade-card__img {
  opacity: 0.35;
  transform: scale(1.06);
  filter: saturate(0.85);
}
.trade-card:hover .trade-card__label {
  opacity: 1;
}
.trade-card:hover {
  transform: translateY(-3px) scale(1.02);
}
.logo-grid__label {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 0.75rem;
}

/* Bandeau défilant photos */
.photo-marquee {
  overflow: hidden;
  background: var(--anchor-black);
  border-top: 1px solid rgba(255, 159, 74, 0.12);
  border-bottom: 1px solid rgba(255, 159, 74, 0.12);
  padding: 1rem 0;
}
.photo-marquee__track {
  display: flex;
  gap: 0.85rem;
  width: max-content;
  animation: marqueeScroll 28s linear infinite;
}
.photo-marquee__item {
  flex: 0 0 auto;
  width: clamp(9rem, 14vw, 13rem);
  aspect-ratio: 3/4;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin: 0;
  box-shadow: var(--shadow-md);
  animation: marqueeItemBob 4s ease-in-out infinite alternate;
}
.photo-marquee__item:nth-child(even) { animation-delay: -2s; }
@keyframes marqueeItemBob {
  from { transform: translateY(0) rotate(-0.5deg); }
  to { transform: translateY(-6px) rotate(0.5deg); }
}
.photo-marquee:hover .photo-marquee__track { animation-play-state: paused; }
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.photo-marquee__item img { width: 100%; height: 100%; object-fit: cover; }

.photo-marquee--light {
  background: var(--hull-white);
  border-top: 1px solid rgba(14, 13, 12, 0.08);
  border-bottom: 1px solid rgba(14, 13, 12, 0.08);
  padding: 1.25rem 0 1.5rem;
}
.photo-marquee__item--large {
  flex: 0 0 min(92vw, 38rem);
  width: min(92vw, 38rem);
  min-height: 30rem;
  aspect-ratio: auto;
  height: 30rem;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}
@media (min-width: 768px) {
  .photo-marquee__item--large {
    min-height: 36rem;
    height: 36rem;
  }
}

/* Split citation + photo */
.layout484-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .layout484-split { grid-template-columns: 0.9fr 1.1fr; gap: 3rem; }
}
.layout484-split__media {
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4/5;
  max-height: 32rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  border: 2px solid rgba(255, 159, 74, 0.2);
}
.layout484-split__media img { width: 100%; height: 100%; object-fit: cover; }

/* Cartes avec photo */
.realisation_card {
  padding: 0;
  overflow: hidden;
}
.realisation_card > img,
.layout_card--photo > img,
.philosophy_card--photo > img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.realisation_card:hover > img,
.layout_card--photo:hover > img,
.philosophy_card--photo:hover > img { transform: scale(1.07); }
.realisation_card-body,
.layout_card-caption,
.philosophy_card-text { padding: 1.25rem 1.5rem; }

.layout_grid--photo .layout_card--photo {
  padding: 0;
  overflow: hidden;
  position: relative;
  min-height: 18rem;
}
.layout_grid--photo .layout_card--photo > img {
  position: absolute;
  inset: 0;
  aspect-ratio: auto;
  height: 100%;
}
.layout_grid--photo .layout_card-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(14, 13, 12, 0.92), transparent);
  color: var(--hull-white);
  z-index: 2;
}
.layout_grid--photo .layout_card-caption h3,
.layout_grid--photo .layout_card-caption p { color: var(--hull-white); }

.philosophy_card--photo { padding: 0; overflow: hidden; }
.philosophy_card-text { background: var(--hull-white); }

.slide-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--deck-orange-bright);
  margin-bottom: 0.5rem;
}

/* ——— Page métier (template) ——— */
.metier-hero {
  position: relative;
  min-height: min(78vh, 52rem);
  display: flex;
  align-items: flex-end;
  color: var(--text-alternate);
  overflow: hidden;
}
.metier-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.metier-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.metier-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(14, 13, 12, 0.35) 0%,
    rgba(14, 13, 12, 0.55) 45%,
    rgba(14, 13, 12, 0.88) 100%
  );
}
.metier-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: var(--space-lg);
}
.metier-stats {
  background: var(--gradient-dark-lr);
  color: var(--text-alternate);
  padding: var(--space-lg) 0;
}
.metier-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .metier-stats__grid { grid-template-columns: 1fr; gap: 1.5rem; }
}
.metier-stat__num {
  display: block;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--deck-orange-bright);
}
.metier-stat__label {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  opacity: 0.75;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.metier-split {
  padding: var(--space-lg) 0 var(--space-xl);
  background: var(--hull-white);
}
.metier-split__stack {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}
.metier-split__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.metier-split__row--reverse .metier-split__media { order: 2; }
.metier-split__row--reverse .metier-split__text { order: 1; }
@media (max-width: 991px) {
  .metier-split__row,
  .metier-split__row--reverse {
    grid-template-columns: 1fr;
  }
  .metier-split__row--reverse .metier-split__media,
  .metier-split__row--reverse .metier-split__text {
    order: unset;
  }
}
.metier-split__media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}
.metier-split__text .heading-style-h3 {
  margin: 0.35rem 0 0.75rem;
}
a.trade-card {
  text-decoration: none;
  color: inherit;
  display: block;
}

.tilt-card { transform-style: preserve-3d; will-change: transform; }

.gsap-slider__item { min-height: 32rem; }
.gsap-slider__item.is-large { min-height: 36rem; }


/* =====================================================================
 *  ETS CAMUT — Compléments CSS (post-optimisation SEO/UX)
 *  Classes ajoutées par le nouveau generate-site.js
 * ===================================================================== */

/* ----- Accessibilité : skip link ----- */
.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 1000;
  padding: 0.6rem 1rem;
  background: #0f0f0f;
  color: #c9a96e;
  border: 2px solid #c9a96e;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 1rem;
  outline: 2px solid #c9a96e;
  outline-offset: 2px;
}

/* ----- Maillage interne : autres métiers ----- */
.crosslinks_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.crosslink_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.9rem 1rem;
  background: #1a1a1a;
  border: 1px solid #2c2c2c;
  border-radius: 8px;
  color: #e8e8e8;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.crosslink_card:hover,
.crosslink_card:focus-visible {
  border-color: #c9a96e;
  background: #1f1f1f;
  transform: translateY(-2px);
  outline: none;
}
.crosslink_card__label {
  font-weight: 500;
  font-size: 0.95rem;
}
.crosslink_card__arrow {
  color: #c9a96e;
  font-weight: 700;
  transition: transform 0.2s ease;
}
.crosslink_card:hover .crosslink_card__arrow {
  transform: translateX(3px);
}

/* ----- Mise en page contenu (.prose) ----- */
.prose {
  max-width: 70ch;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #e0e0e0;
}
.prose h2,
.prose h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #fff;
}
.prose p { margin-bottom: 1rem; }
.prose a {
  color: #c9a96e;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose a:hover { color: #e0c490; }

.list-bullet {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 1rem 0;
}
.list-bullet li { margin-bottom: 0.5rem; }

/* ----- Header / navigation : compléments ----- */
.navbar_menu-icon {
  width: 24px;
  height: 18px;
  position: relative;
  display: inline-block;
}
.navbar_menu-icon::before,
.navbar_menu-icon::after,
.navbar_menu-icon span {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}
.navbar_menu-icon::before { top: 0; }
.navbar_menu-icon span { top: 50%; transform: translateY(-50%); }
.navbar_menu-icon::after { bottom: 0; }

.navbar-dropdown_trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem 0.75rem;
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.navbar-dropdown_trigger[aria-expanded="true"] {
  color: #c9a96e;
}

/* ----- Home — sous-titre hero ----- */
.home-header__subtitle {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #c0c0c0;
  margin: 1rem 0 1.5rem;
  max-width: 60ch;
}

/* ----- Layout484 — wrap texte ----- */
.layout484_text-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 0;
}

/* ----- Figures d'images managées (placeholder + uploads BO) ----- */
.managed-figure {
  margin: 0;
  position: relative;
}
.managed-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
.managed-figure figcaption {
  font-size: 0.85rem;
  color: #9a9a9a;
  padding: 0.5rem 0.25rem 0;
  font-style: italic;
}

/* ----- Bouton variant texte ----- */
.is-text {
  background: transparent;
  border: 0;
  color: #c9a96e;
  padding: 0.5rem 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.is-text:hover { color: #e0c490; }

/* ----- Noscript fallback ----- */
.noscript-banner {
  padding: 0.75rem 1rem;
  background: #2d1f0a;
  border-bottom: 1px solid #c9a96e;
  color: #e8e8e8;
  text-align: center;
  font-size: 0.95rem;
}

/* ----- Direction LTR forcée (le site est en français) ----- */
[dir="rtl"] .skip-link { right: 1rem; left: auto; }

/* ===== Pages d'index hub (/metiers/, /legal/) =================== */
.hub-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
  gap:1.5rem;
  margin-top:2rem;
}
.hub-card{
  background:#1a1612;
  border:1px solid #2d2925;
  border-radius:12px;
  padding:1.75rem;
  display:flex;
  flex-direction:column;
  gap:0.75rem;
  transition:border-color .25s ease, transform .25s ease;
}
.hub-card:hover{ border-color:#c9a96e; transform:translateY(-2px); }
.hub-card__title{ margin:0; font-size:1.35rem; line-height:1.25; }
.hub-card__title a{ color:#f5efe6; text-decoration:none; }
.hub-card__title a:hover{ color:#c9a96e; }
.hub-card__desc{ margin:0; font-size:0.95rem; line-height:1.5; flex:1; }
.hub-card__link{
  align-self:flex-start;
  color:#c9a96e;
  font-weight:600;
  font-size:0.9rem;
  text-decoration:none;
  margin-top:0.5rem;
}
.hub-card__link:hover{ text-decoration:underline; }

.hub-list{ list-style:none; padding:0; margin:0; display:grid; gap:1.25rem; }
.hub-list__item{
  padding:1.25rem 1.5rem;
  background:#1a1612;
  border:1px solid #2d2925;
  border-radius:8px;
}
.hub-list__title{ margin:0 0 .35rem; font-size:1.15rem; }
.hub-list__title a{ color:#f5efe6; text-decoration:none; }
.hub-list__title a:hover{ color:#c9a96e; }
.hub-list__desc{ margin:0; font-size:.92rem; line-height:1.5; }

.section_hub-grid{ padding-top:1rem; padding-bottom:3rem; }
.section_hub-intro{ padding-top:1rem; padding-bottom:4rem; }
.section_hub-intro .prose h2{ margin-top:0; }

/* ----- Section compteurs réseau (home) ----------------------------- */
.section_network-counters{
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(7rem, 12vw, 10rem);
}
.section_network-counters .metier-stats__grid{
  margin-top: clamp(5rem, 9vw, 8rem) !important;
}
@media (max-width: 767px){
  .section_network-counters{
    padding-bottom: clamp(5rem, 18vw, 7rem);
  }
  .section_network-counters .metier-stats__grid{
    margin-top: clamp(3rem, 12vw, 5rem) !important;
  }
}

/* ----- Bloc « Astuce recherche vocale » (avant footer) ------------- */
.section_voice-search{
  padding: 4.5rem 0 5rem;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.025));
  border-top: 1px solid rgba(0,0,0,0.06);
}
.voice-search__text{
  font-size: 1.75rem;
  line-height: 1.5;
  color: #2a2a2a;
  max-width: 64rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .75rem 1rem;
}
.voice-search__emoji{
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Twemoji Mozilla", "EmojiOne Color", sans-serif;
  font-size: 3.25rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  transition: transform .25s ease;
}
.section_voice-search:hover .voice-search__emoji{
  transform: scale(1.15) rotate(-4deg);
}
.voice-search__quote{
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  color: #0e0d0c;
  font-size: inherit;
}
.text-align-center{ text-align: center; }
@media (max-width: 768px){
  .voice-search__text{ font-size: 1.25rem; gap: .5rem .75rem; }
  .voice-search__emoji{ font-size: 2.5rem; }
  .voice-search__quote{ display: block; width: 100%; }
}

/* ----- Footer : 5 colonnes + sous-grille Zones (2 colonnes) -------- */
.footer_menu-wrapper{
  grid-template-columns: repeat(5, minmax(8rem, 1fr)) !important;
  align-items: start;
}
.footer_link-list--zones{
  grid-column: span 1;
}
.footer_zones-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
  margin-top: .25rem;
  text-align: left;
}
.footer_zones-col{ display: flex; flex-direction: column; }
.footer_zones-col .footer_link{ text-align: left; }
@media (max-width: 1024px){
  .footer_menu-wrapper{
    grid-template-columns: repeat(3, minmax(8rem, 1fr)) !important;
  }
}
@media (max-width: 767px){
  .footer_menu-wrapper{
    grid-template-columns: repeat(2, minmax(9rem, 1fr)) !important;
  }
  .footer_zones-grid{ grid-template-columns: 1fr 1fr; }
}

/* =================================================================== */
/*  SEO Blocks — Contenu enrichi pour pages métiers et villes          */
/*  Design aéré avec espaces généreux                                  */
/* =================================================================== */

.seo-block{
  padding-top: clamp(4rem, 6vw, 7rem);
  padding-bottom: clamp(4rem, 6vw, 7rem);
}
.seo-block + .seo-block{
  padding-top: 0;
}
.seo-block .container-large{
  max-width: 78rem;
  margin-inline: auto;
}
.seo-block__lead{
  font-size: clamp(1.125rem, 1.4vw, 1.375rem);
  line-height: 1.75;
  max-width: 60rem;
  margin: 0;
  color: #2a2725;
}
.seo-block__body p{
  font-size: 1.0625rem;
  line-height: 1.85;
  max-width: 62rem;
  margin: 0;
}
.seo-block__body em{
  font-style: italic;
  color: #5d4a39;
  font-weight: 500;
}

.seo-block--intro{
  padding-top: clamp(3rem, 4vw, 5rem);
  padding-bottom: clamp(2rem, 3vw, 3.5rem);
  background: linear-gradient(180deg, rgba(244, 240, 234, .35) 0%, transparent 100%);
}

.seo-block--etymologie{
  background: #f4f0ea;
  border-block: 1px solid rgba(14, 13, 12, .06);
}
.seo-block--etymologie .heading-style-h2{
  position: relative;
  padding-left: 1.25rem;
}
.seo-block--etymologie .heading-style-h2::before{
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  bottom: .35em;
  width: 4px;
  background: #b48a52;
  border-radius: 2px;
}

.seo-block--histoire{
  background: #faf8f4;
}
.seo-block--histoire .heading-style-h2{
  position: relative;
  padding-left: 1.25rem;
}
.seo-block--histoire .heading-style-h2::before{
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  bottom: .35em;
  width: 4px;
  background: #b48a52;
  border-radius: 2px;
}

.seo-block--patrimoine .heading-style-h2,
.seo-block--urbanisme .heading-style-h2,
.seo-block--savoir .heading-style-h2,
.seo-block--normes .heading-style-h2{
  position: relative;
  padding-left: 1.25rem;
}
.seo-block--patrimoine .heading-style-h2::before,
.seo-block--urbanisme .heading-style-h2::before,
.seo-block--savoir .heading-style-h2::before,
.seo-block--normes .heading-style-h2::before{
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  bottom: .35em;
  width: 4px;
  background: #0e0d0c;
  border-radius: 2px;
  opacity: .5;
}

.seo-block--normes{
  background: #f4f0ea;
  border-top: 1px solid rgba(14, 13, 12, .06);
  border-bottom: 1px solid rgba(14, 13, 12, .06);
}

/* --- Listes de prestations --- */
.seo-block__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1.25rem 2.5rem;
}
.seo-block__item{
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  padding: .85rem 0;
  border-bottom: 1px solid rgba(14, 13, 12, .07);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #2a2725;
}
.seo-block__bullet{
  color: #b48a52;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.4;
  flex-shrink: 0;
}

/* --- Lexique (dl) --- */
.seo-lex__grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 2rem 3rem;
  margin: 0;
}
.seo-lex__item{
  padding: 1.5rem 1.75rem;
  background: #fff;
  border: 1px solid rgba(14, 13, 12, .08);
  border-radius: .75rem;
  margin: 0;
}
.seo-lex__term{
  font-weight: 700;
  font-size: 1.1rem;
  color: #0e0d0c;
  margin: 0 0 .65rem 0;
  letter-spacing: -.01em;
}
.seo-lex__def{
  font-size: .98rem;
  line-height: 1.65;
  margin: 0;
}

/* --- FAQ (details/summary) --- */
.seo-block--faq{
  background: #faf8f4;
}
.seo-faq__list{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 60rem;
}
.seo-faq__item{
  background: #fff;
  border: 1px solid rgba(14, 13, 12, .08);
  border-radius: .75rem;
  overflow: hidden;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.seo-faq__item[open]{
  border-color: rgba(180, 138, 82, .4);
  box-shadow: 0 4px 18px -8px rgba(14, 13, 12, .15);
}
.seo-faq__q{
  cursor: pointer;
  padding: 1.4rem 1.75rem;
  font-weight: 600;
  font-size: 1.075rem;
  line-height: 1.45;
  color: #0e0d0c;
  list-style: none;
  position: relative;
  padding-right: 3.25rem;
}
.seo-faq__q::-webkit-details-marker{ display: none; }
.seo-faq__q::after{
  content: "+";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 400;
  color: #b48a52;
  transition: transform .25s ease;
}
.seo-faq__item[open] .seo-faq__q::after{
  content: "−";
  transform: translateY(-50%);
}
.seo-faq__a{
  padding: 0 1.75rem 1.4rem 1.75rem;
  font-size: 1rem;
  line-height: 1.75;
}
.seo-faq__a p{ margin: 0; }

@media (max-width: 768px){
  .seo-block{
    padding-top: clamp(2.5rem, 4vw, 4rem);
    padding-bottom: clamp(2.5rem, 4vw, 4rem);
  }
  .seo-block__lead{ font-size: 1.0625rem; line-height: 1.7; }
  .seo-block__body p{ font-size: 1rem; line-height: 1.75; }
  .seo-block__list{ grid-template-columns: 1fr; gap: .5rem; }
  .seo-lex__grid{ grid-template-columns: 1fr; gap: 1rem; }
  .seo-faq__q{ font-size: 1rem; padding: 1.15rem 1.25rem; padding-right: 2.5rem; }
  .seo-faq__a{ padding: 0 1.25rem 1.15rem 1.25rem; font-size: .9375rem; }
}
