/* Salty Studio – feuille de style principale
   Palette validée : orange #BC6C25, bordeaux #7B2D35, vert cèdre #606C38,
   vert foncé #283618, crème #FEFAE0 (jamais de blanc). */

@font-face { font-display: swap; }

:root {
  --orange: #BC6C25;
  --bordeaux: #7B2D35;
  --cedre: #606C38;
  --foret: #283618;
  --creme: #FEFAE0;
  --titre: 'Lilita One', 'Poppins', system-ui, sans-serif;
  --script: 'Allura', cursive;
  --texte: 'Poppins', system-ui, sans-serif;
  --pad: 20px;
  --max: 1312px;
  --voile: linear-gradient(180deg, rgba(35,31,28,.62) 0%, rgba(35,31,28,.28) 55%, rgba(35,31,28,0) 100%);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--creme);
  color: var(--foret);
  font-family: var(--texte);
  font-size: 16px;
  line-height: 1.6;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }
a:hover { color: var(--orange); }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-weight: 400; }
ul, ol { margin: 0; padding: 0; list-style: none; }
figure, blockquote { margin: 0; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 4px; }
.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 50;
  background: var(--creme); color: var(--foret); padding: 10px 16px; border-radius: 12px; font-weight: 700;
}
.skip-link:focus { top: 12px; }

/* ---------- Typographie ---------- */
.t-display {
  font-family: var(--titre);
  text-transform: uppercase;
  line-height: .92;
}
.script {
  font-family: var(--script);
  font-style: normal;
  text-transform: none;
  font-weight: 400;
}
.t-display .script { font-size: .96em; line-height: 1; }
.t-h2 { font-family: var(--titre); text-transform: uppercase; font-size: 36px; line-height: 1; }
.t-h2-l { font-family: var(--titre); text-transform: uppercase; font-size: 44px; line-height: .95; }
.t-h3 { font-family: var(--titre); text-transform: uppercase; font-size: 24px; line-height: 1.02; }
.lead { font-size: 16px; line-height: 1.7; }
.inline-title { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: .25em; }
.stack-title { display: flex; flex-direction: column; }
.stack-title > span { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: .25em; }

/* ---------- Couleurs de section ---------- */
.bg-orange { background: var(--orange); color: var(--creme); }
.bg-bordeaux { background: var(--bordeaux); color: var(--creme); }
.bg-cedre { background: var(--cedre); color: var(--creme); }
.bg-foret { background: var(--foret); color: var(--creme); }
.bg-creme { background: var(--creme); color: var(--foret); }
.c-orange { color: var(--orange); }

/* ---------- Mise en page ---------- */
.section { padding: 52px var(--pad) 56px; }
.wrap { width: 100%; max-width: var(--max); margin: 0 auto; }
.stack { display: flex; flex-direction: column; gap: 22px; }
.stack-lg { display: flex; flex-direction: column; gap: 26px; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 24px; border-radius: 999px;
  font-family: var(--texte); font-size: 14px; font-weight: 700; letter-spacing: .04em;
  text-decoration: none; text-transform: uppercase; border: 0; cursor: pointer;
}
.btn-creme { background: var(--creme); color: var(--foret); }
.btn-creme:hover { color: var(--orange); }
.btn-foret { background: var(--foret); color: var(--creme); }
.btn-foret:hover { color: var(--creme); background: var(--bordeaux); }
.btn-outline { background: transparent; color: var(--creme); border: 1.5px solid var(--creme); text-transform: none; font-weight: 600; letter-spacing: 0; font-size: 15px; }
.btn-outline:hover { color: var(--creme); background: rgba(254,250,224,.12); }
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; }
.pill {
  align-self: center; display: flex; flex-direction: column; align-items: center; gap: 2px;
  padding: 12px 22px; border-radius: 24px; background: var(--foret); color: var(--creme);
  font-size: 14px; font-weight: 600; text-align: center;
}
.pill small { font-size: 12px; font-weight: 400; }
.badge {
  align-self: flex-start; display: inline-flex; align-items: center; min-height: 30px; padding: 0 14px;
  border-radius: 15px; background: var(--foret); color: var(--creme);
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}

/* ---------- En-tête ---------- */
.site-header {
  position: absolute; top: 0; left: 0; right: 0; z-index: 20;
  height: 72px; padding: 0 18px;
  display: flex; align-items: center; justify-content: space-between;
}
.site-header .logo img { width: 110px; height: auto; }
.header-actions { display: flex; align-items: center; gap: 6px; }
.header-cta { min-height: 36px; padding: 0 16px; font-size: 12px; font-weight: 600; background: var(--foret); color: var(--creme); }
.header-cta:hover { color: var(--creme); background: var(--bordeaux); }
.menu-toggle {
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  background: transparent; border: 0; padding: 0; color: var(--creme); cursor: pointer;
}
.main-nav { display: none; }
.main-nav a {
  color: var(--creme); text-decoration: none; font-size: 14px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
}
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--creme); text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 2px; }

/* Menu mobile */
.mobile-menu {
  position: fixed; inset: 0; z-index: 40; background: var(--foret); color: var(--creme);
  padding: 20px 24px 40px; display: flex; flex-direction: column; gap: 28px; overflow-y: auto;
}
.mobile-menu[hidden] { display: none; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; }
.mobile-menu-top img { width: 110px; height: auto; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 4px; }
.mobile-menu nav a {
  font-family: var(--titre); text-transform: uppercase; font-size: 30px; line-height: 1.2;
  color: var(--creme); text-decoration: none; padding: 6px 0;
}
.mobile-menu nav a.sub { font-family: var(--texte); text-transform: none; font-size: 16px; font-weight: 500; padding: 4px 0 4px 14px; }
.mobile-menu nav a:hover { color: var(--orange); }
.mobile-menu .btn { align-self: flex-start; }
body.menu-open { overflow: hidden; }

/* ---------- Haut de page ---------- */
.hero-photo { position: relative; height: 500px; overflow: hidden; background: var(--foret); }
.hero-photo.short { height: 420px; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: var(--pm, 50% 50%); }
.hero-photo::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 150px; background: var(--voile); pointer-events: none; }
.page-title { padding: 24px 18px 32px; display: flex; flex-direction: column; gap: 14px; }
.page-title h1 { font-size: 54px; color: var(--orange); }
.page-title .lead { max-width: 60ch; }

/* Bandeau vert foncé (pages sans photo) */
.plain-top { padding: 120px 20px 40px; }
.plain-top h1 { font-size: 46px; line-height: .95; }

/* ---------- Accueil ---------- */
.home-hero { position: relative; }
.home-title-band { background: var(--orange); color: var(--creme); overflow: hidden; }
.home-title { font-size: 150px; padding: 56px 64px 64px; position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.intro-photo { display: none; }
.devis-long { display: none; }
.marquee { height: 120px; display: flex; align-items: center; overflow: hidden; white-space: nowrap; }
.marquee-track { display: flex; flex-shrink: 0; animation: defile 22s linear infinite; }
.marquee-item {
  display: flex; align-items: baseline; gap: 14px; padding-right: 14px;
  font-family: var(--titre); text-transform: uppercase; font-size: 60px; line-height: 1; color: var(--creme);
}
.marquee-item .script { font-size: 58px; }
.marquee-item .sep { color: var(--foret); }
@keyframes defile { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.intro { display: flex; flex-direction: column; gap: 18px; padding: 44px 24px 48px; }
.intro h2 { font-family: var(--titre); text-transform: uppercase; font-size: 30px; line-height: 1.05; }
.intro-body { display: flex; gap: 16px; align-items: flex-start; }
.intro-body p { flex-grow: 1; font-size: 15px; }
.intro-body img { width: 110px; height: 140px; border-radius: 14px; object-fit: cover; flex-shrink: 0; }

.bandeau { height: 96px; overflow: hidden; display: flex; align-items: center; background: var(--creme); }
.bandeau .marquee-track { animation-duration: 28s; }
.bandeau span { font-family: var(--titre); text-transform: uppercase; font-size: 64px; color: var(--orange); white-space: nowrap; padding-right: .3em; }

/* Cartes à onglet */
.tab-card { display: flex; flex-direction: column; }
.tab-card .tab {
  align-self: flex-start; margin-left: 20px; padding: 8px 16px 6px; border-radius: 12px 12px 0 0;
  font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
}
.tab-card .card-body {
  flex-grow: 1; padding: 18px; border-radius: 20px; display: flex; flex-direction: column; gap: 10px;
}
.tab-card .card-body img { width: 100%; height: 170px; border-radius: 14px; object-fit: cover; }
.tab-card .card-body p { font-size: 15px; }
.tab-card .card-body .btn { align-self: flex-start; min-height: 40px; padding: 0 18px; font-size: 12px; font-weight: 600; margin-top: 2px; }
.tab-card .card-body .grow { flex-grow: 1; }
.tone-creme .tab, .tone-creme .card-body { background: var(--creme); color: var(--foret); }
.tone-creme h3 { color: var(--orange); }
.tone-bordeaux .tab, .tone-bordeaux .card-body { background: var(--bordeaux); color: var(--creme); }
.tone-cedre .tab, .tone-cedre .card-body { background: var(--cedre); color: var(--creme); }
.tone-foret .tab, .tone-foret .card-body { background: var(--foret); color: var(--creme); }
.cards { display: grid; grid-template-columns: 1fr; gap: 26px; }

.price { display: flex; align-items: baseline; gap: 8px; margin-top: 6px; }
.price small { font-size: 13px; font-weight: 600; }
.price strong { font-family: var(--titre); font-weight: 400; font-size: 32px; line-height: 1; color: var(--bordeaux); }

/* Atouts (accueil) */
.atouts { display: grid; gap: 14px; }
.atout { padding: 20px; border-radius: 20px; display: flex; flex-direction: column; gap: 6px; }
.atout h3 { font-family: var(--texte); font-size: 16px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.atout p { font-size: 15px; }

/* Méthode */
.steps { display: flex; flex-direction: column; gap: 16px; }
.steps li { display: flex; gap: 14px; align-items: flex-start; }
.step-num {
  width: 40px; height: 40px; flex-shrink: 0; border-radius: 50%;
  background: var(--creme); color: var(--foret);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--titre); font-size: 20px;
}
.steps li > span:last-child { padding-top: 8px; font-size: 15px; line-height: 1.55; }
.steps strong { font-weight: 700; }

/* Logos clients */
.logos-clients picture, .logos-clients img { width: 100%; height: auto; }

/* Avis */
.avis { display: grid; gap: 14px; }
.avis figure { padding: 18px; border-radius: 18px; display: flex; flex-direction: column; gap: 8px; }
.avis blockquote { font-size: 14px; line-height: 1.55; }
.avis figcaption { font-size: 12px; font-weight: 700; }
.avis .stars { font-size: 14px; letter-spacing: 2px; }
.avis-note { background: var(--creme); color: var(--foret); padding: 16px 18px; border-radius: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.avis-note strong { font-family: var(--titre); font-weight: 400; font-size: 28px; line-height: 1; text-transform: uppercase; }
.avis-note a { font-size: 14px; font-weight: 600; }
.avis-note .stars { color: var(--orange); }

/* FAQ */
.faq { display: flex; flex-direction: column; gap: 10px; }
.faq details { background: var(--foret); color: var(--creme); border-radius: 18px; }
.faq summary {
  list-style: none; cursor: pointer; min-height: 56px; padding: 14px 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-size: 15px; font-weight: 700;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 22px; font-weight: 400; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 18px 18px; font-size: 14px; line-height: 1.6; }

/* Appel final */
.cta { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 16px; padding: 56px 24px 60px; }
.cta h2 { font-size: 44px; }
.cta .contacts { display: flex; flex-direction: column; align-items: center; gap: 2px; padding-top: 6px; }
.cta .contacts a { min-height: 40px; display: flex; align-items: center; text-decoration: none; font-weight: 600; font-size: 16px; }

/* Exemples réseaux sociaux */
.feeds { display: flex; flex-direction: column; gap: 26px; }
.feed .card-body img { height: auto; aspect-ratio: 1326 / 1527; }
.feed .card-body p { font-size: 13px; font-weight: 600; margin: 0 4px 2px; }
.feed .card-body { padding: 12px; }

/* Vidéos */
.videos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.videos figure { display: flex; flex-direction: column; gap: 10px; }
.videos video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; border-radius: 16px; background: var(--foret); }
.videos figcaption { font-size: 13px; font-weight: 600; line-height: 1.4; }

/* Grilles photos */
.photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.photo-grid img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 14px; }
.photo-grid [hidden] { display: none; }

/* Filtres */
.filters { display: flex; gap: 8px; overflow-x: auto; margin: 0 calc(var(--pad) * -1); padding: 0 var(--pad) 4px; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.filter {
  flex-shrink: 0; min-height: 40px; padding: 0 16px; border-radius: 20px; cursor: pointer;
  font-family: var(--texte); font-size: 13px; font-weight: 600;
  background: transparent; color: currentColor; border: 1.5px solid currentColor;
}
.filter[aria-pressed="true"] { border-color: transparent; }
.bg-creme .filter[aria-pressed="true"] { background: var(--foret); color: var(--creme); }
.bg-bordeaux .filter[aria-pressed="true"] { background: var(--creme); color: var(--foret); }

/* Créations */
.creations { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; }
.creations figure { display: flex; flex-direction: column; gap: 8px; }
.creations figure[hidden] { display: none; }
.creations img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 14px; }
.creations figcaption { display: flex; flex-direction: column; gap: 2px; }
.creations figcaption span:first-child { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.creations figcaption span:last-child { font-size: 13px; font-weight: 600; line-height: 1.35; }
.more-btn { align-self: center; }

/* Téléphone dessiné (page Sites) */
.phone {
  align-self: center; width: 210px; height: 430px; border: 8px solid var(--foret); border-radius: 34px;
  background: var(--creme); overflow: hidden; display: flex; flex-direction: column;
}
.phone-top { position: relative; height: 230px; flex-shrink: 0; }
.phone-top > img:first-child { width: 100%; height: 100%; object-fit: cover; }
.phone-top::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 70px; background: linear-gradient(180deg, rgba(35,31,28,.6), rgba(35,31,28,0)); }
.phone-logo { position: absolute; top: 12px; left: 12px; width: 58px; z-index: 1; }
.phone-devis { position: absolute; top: 11px; right: 10px; z-index: 1; padding: 3px 8px; background: var(--foret); color: var(--creme); border-radius: 8px; font-size: 7px; font-weight: 700; }
.phone-bottom {
  flex-grow: 1; background: var(--orange); padding: 14px 12px; display: flex; flex-direction: column;
  font-family: var(--titre); text-transform: uppercase; color: var(--creme); font-size: 26px; line-height: .92;
}
.phone-bottom .script { font-size: 24px; }

/* Formulaire */
.form { display: flex; flex-direction: column; gap: 20px; }
.form-grid { display: grid; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; font-size: 14px; font-weight: 700; }
.field input, .field textarea {
  width: 100%; min-height: 50px; padding: 0 16px; border: 1.5px solid var(--foret); border-radius: 14px;
  background: var(--creme); color: var(--foret); font-family: var(--texte); font-size: 16px;
}
.field textarea { padding: 14px 16px; min-height: 140px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 3px solid var(--orange); outline-offset: 1px; }
.form fieldset { margin: 0; padding: 0; border: 0; }
.form legend { padding: 0; margin-bottom: 6px; font-size: 14px; font-weight: 700; }
.choices { display: grid; gap: 2px; }
.choice { min-height: 44px; display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 500; cursor: pointer; }
.choice input { width: 20px; height: 20px; margin: 0; accent-color: var(--foret); }
.form .btn { min-height: 54px; }
.form-note { font-size: 12px; line-height: 1.5; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-error { background: var(--bordeaux); color: var(--creme); padding: 14px 18px; border-radius: 14px; font-size: 14px; }
.contact-aside { display: flex; flex-direction: column; gap: 10px; padding: 36px 24px 40px; border-radius: 20px; }
.contact-aside a { text-decoration: none; }

/* Textes légaux */
.legal { display: flex; flex-direction: column; gap: 26px; }
.legal h3 { font-family: var(--texte); font-size: 16px; font-weight: 700; }
.legal p { font-size: 15px; line-height: 1.65; }
.legal-block { display: flex; flex-direction: column; gap: 6px; }

/* Photo plein cadre dans un bloc */
.block-photo { width: 100%; border-radius: 18px; object-fit: cover; }

/* ---------- Pied de page ---------- */
.site-footer { background: var(--foret); color: var(--creme); padding: 44px 24px; display: flex; flex-direction: column; gap: 20px; }
.site-footer .logo img { width: 140px; height: auto; }
.footer-nav { display: flex; flex-direction: column; gap: 2px; }
.footer-nav a, .footer-social a { min-height: 40px; display: flex; align-items: center; text-decoration: none; font-size: 14px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--creme); }
.footer-social { display: flex; gap: 20px; }
.footer-social a { text-transform: none; letter-spacing: 0; }
.footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-legal a { font-size: 12px; color: var(--creme); }
.site-footer a:hover { color: var(--orange); }

/* ---------- Ordinateur ---------- */
@media (min-width: 960px) {
  :root { --pad: 64px; }
  body { font-size: 17px; }
  .section { padding: 96px var(--pad); }
  .stack { gap: 44px; }
  .stack-lg { gap: 44px; }

  .site-header { height: 96px; padding: 0 64px; }
  .site-header .logo img { width: 150px; }
  .main-nav { display: flex; gap: 40px; }
  .menu-toggle { display: none; }
  .header-cta { min-height: 46px; padding: 0 26px; font-size: 13px; font-weight: 700; background: var(--creme); color: var(--foret); }
  .header-cta:hover { background: var(--creme); color: var(--orange); }

  .hero-photo { height: 640px; }
  .hero-photo img { object-position: var(--pd, var(--pm, 50% 50%)); }
  .hero-photo.short { height: 560px; }
  .hero-photo.tall { height: 760px; }
  .hero-photo::after { height: 200px; background: linear-gradient(180deg, rgba(40,54,24,.62) 0%, rgba(40,54,24,.25) 55%, rgba(40,54,24,0) 100%); }
  .page-title { padding: 56px 64px 72px; gap: 24px; }
  .page-title h1 { font-size: 140px; line-height: .88; }
  .page-title h1.flow-d { flex-direction: row; flex-wrap: wrap; column-gap: .25em; }
  .page-title .badge { min-height: 36px; padding: 0 18px; font-size: 13px; border-radius: 18px; }
  .page-title .lead { font-size: 20px; }
  .plain-top { padding: 170px 64px 64px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
  .plain-top h1 { font-size: 96px; }

  .t-h2 { font-size: 64px; }
  .t-h2-l { font-size: 72px; line-height: 1; }
  .t-h3 { font-size: 30px; }
  .lead { font-size: 21px; }
  .btn { min-height: 54px; padding: 0 30px; }

  .home-title { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; display: flex; }
  .intro-photo { display: block; }
  .devis-court { display: none; }
  .devis-long { display: inline; }
  .marquee.home-marquee { display: none; }
  .intro { display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; align-items: center; padding: 96px 64px; }
  .intro h2 { font-size: 52px; line-height: 1; }
  .intro-text { display: flex; flex-direction: column; gap: 26px; }
  .intro-body p { font-size: 19px; max-width: 560px; }
  .intro-photo { width: 100%; height: 520px; border-radius: 26px; object-fit: cover; }
  .intro-body img { display: none; }
  .bandeau { height: 170px; }
  .bandeau span { font-size: 100px; }

  .cards { gap: 40px 28px; }
  .cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cards-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
  .cards-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cards-services { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .cards-services > :nth-child(-n+3) { grid-column: span 2; }
  .cards-services > :nth-child(n+4) { grid-column: span 3; }
  .tab-card .tab { margin-left: 24px; padding: 9px 18px 7px; }
  .tab-card .card-body { padding: 28px; border-radius: 22px; }
  .tab-card.has-img .card-body { padding: 22px; gap: 14px; }
  .tab-card .card-body img { height: 260px; border-radius: 16px; }
  .tab-card .card-body p { font-size: 16px; }
  .cards-2 .tab-card .card-body img { height: 280px; }
  .price strong { font-size: 40px; }
  .pill { flex-direction: row; align-items: baseline; gap: 16px; padding: 14px 30px; border-radius: 28px; font-size: 16px; }
  .pill small { font-size: 14px; }

  .atouts { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .atout { padding: 28px; }
  .atout h3 { font-size: 17px; }
  .atout p { font-size: 16px; }

  .steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; }
  .steps li { flex-direction: column; gap: 14px; }
  .step-num { width: 52px; height: 52px; font-size: 24px; }
  .steps li > span:last-child { padding-top: 0; font-size: 17px; }

  .logos-clients { align-items: center; }
  .logos-clients img { max-width: 1200px; margin: 0 auto; }

  .avis { grid-template-columns: .8fr 1.2fr 1.2fr 1fr; gap: 20px; }
  .avis figure { padding: 26px; border-radius: 20px; gap: 12px; }
  .avis blockquote { font-size: 16px; line-height: 1.6; }
  .avis figcaption { font-size: 14px; }
  .avis-note { flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 26px; border-radius: 20px; }
  .avis-note strong { font-size: 44px; }

  .faq { width: 820px; max-width: 100%; margin: 0 auto; gap: 12px; }
  .faq details { border-radius: 20px; }
  .faq summary { min-height: 64px; padding: 18px 26px; font-size: 18px; }
  .faq details p { padding: 0 26px 24px; font-size: 16px; }
  .faq-title { text-align: center; }

  .cta { padding: 110px 64px; gap: 22px; }
  .cta h2 { font-size: 88px; }
  .cta h2.stack-title { flex-direction: row; gap: .2em; }
  .cta p { font-size: 19px; }
  .cta .contacts { flex-direction: row; gap: 36px; }
  .cta .contacts a { font-size: 18px; }

  .feeds { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
  .feed .card-body { padding: 14px; }
  .feed .card-body p { font-size: 14px; }

  .split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .split-videos { display: grid; grid-template-columns: 1fr 360px 360px; gap: 40px; align-items: center; }
  .split-videos .videos { display: contents; }
  .split-videos h2 { text-align: center; align-items: center; }
  .videos video { border-radius: 22px; }
  .videos figcaption { font-size: 15px; }

  .photo-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; }
  .photo-grid.six { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
  .photo-grid img { border-radius: 18px; }
  .head-row { display: flex; flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 40px; }

  .filters { flex-wrap: wrap; overflow: visible; margin: 0; padding: 0; gap: 10px; }
  .filter { min-height: 44px; padding: 0 22px; font-size: 14px; }

  .creations { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 24px; }
  .creations img { border-radius: 18px; }
  .creations figcaption span:first-child { font-size: 12px; }
  .creations figcaption span:last-child { font-size: 16px; }

  .phone { width: 300px; height: 614px; border-width: 11px; border-radius: 46px; justify-self: center; }
  .phone-top { height: 330px; }
  .phone-logo { top: 18px; left: 16px; width: 84px; }
  .phone-devis { top: 16px; right: 14px; padding: 5px 11px; border-radius: 11px; font-size: 10px; }
  .phone-bottom { padding: 20px 16px; font-size: 38px; }
  .phone-bottom .script { font-size: 35px; }

  .form-grid.two { grid-template-columns: 1fr 1fr; gap: 20px 24px; }
  .choices.two { grid-template-columns: 1fr 1fr; column-gap: 24px; }
  .choices.row { display: flex; gap: 32px; flex-wrap: wrap; }
  .field input { min-height: 54px; }
  .contact-layout { display: grid; grid-template-columns: 1fr 400px; gap: 64px; align-items: start; }
  .contact-aside { border-radius: 24px; padding: 40px 36px; position: sticky; top: 24px; }

  .legal-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
  .legal { gap: 32px; }
  .legal h3 { font-size: 18px; }
  .legal p { font-size: 17px; }

  .site-footer { padding: 64px; flex-direction: row; justify-content: space-between; align-items: flex-start; gap: 48px; }
  .site-footer .logo img { width: 170px; }
  .footer-nav { flex-direction: row; gap: 36px; }
  .footer-side { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
  .footer-legal { flex-direction: column; align-items: flex-end; gap: 10px; }
  .footer-legal a { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
}
