/*
Theme Name: Décorateur.info
Theme URI: https://decorateur.info
Author: Décorateur.info
Description: Thème officiel de Décorateur.info — rénovation et parachèvement.
Version: 1.0.0
Text Domain: decorateur-info
*/

:root {
  --ink: #0b0b0b;
  --ink-soft: #151515;
  --paper: #f3f1ec;
  --white: #ffffff;
  --orange: #f39200;
  --orange-bright: #ff9d00;
  --grey: #aaa79f;
  --line: rgba(11, 11, 11, 0.16);
  --content: 1180px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.container {
  width: min(calc(100% - 40px), var(--content));
  margin-inline: auto;
}

.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  background: var(--orange);
  color: var(--ink);
  font-weight: 800;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(11, 11, 11, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.header-inner {
  width: min(calc(100% - 40px), 1280px);
  height: 92px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  width: 102px;
  height: 78px;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex: 0 0 auto;
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 36px); }

nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 0.91rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: color 180ms ease;
}

nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--orange);
  transition: right 180ms ease;
}

nav a:hover, nav a:focus-visible { color: var(--white); }
nav a:hover::after, nav a:focus-visible::after { right: 0; }

.nav-cta {
  padding: 13px 20px;
  color: var(--ink);
  background: var(--orange);
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.nav-cta:hover, .nav-cta:focus-visible { color: var(--ink); background: var(--orange-bright); }

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-button > span:not(.sr-only) { width: 22px; height: 2px; background: var(--white); }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 20%, rgba(243, 146, 0, 0.15), transparent 30%),
    linear-gradient(115deg, #111 0%, #090909 58%, #16110a 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -8vw;
  bottom: -260px;
  width: 620px;
  height: 620px;
  border: 130px solid rgba(243, 146, 0, 0.06);
  border-radius: 50%;
}

.hero-lines {
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image: repeating-linear-gradient(120deg, transparent 0 70px, rgba(255,255,255,.08) 70px 71px);
  mask-image: linear-gradient(to right, black, transparent 76%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
  padding-block: 72px 86px;
}

.eyebrow {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before { content: ""; width: 36px; height: 3px; background: currentColor; }
.eyebrow-dark { color: #b56b00; }

.hero h1,
.section h2,
.process h2,
.quote h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", ui-sans-serif, sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.96;
  text-transform: uppercase;
}

.hero h1 { max-width: 720px; font-size: clamp(4.3rem, 7vw, 7.8rem); }
.hero h1 em { color: var(--orange); font-style: normal; }

.hero-intro {
  max-width: 680px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.74);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.65;
}

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

.button {
  min-height: 54px;
  padding: 15px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 850;
  letter-spacing: 0.025em;
  line-height: 1.2;
  cursor: pointer;
  clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #ffd181; outline-offset: 3px; }
.button-primary { background: var(--orange); color: var(--ink); }
.button-primary:hover { background: var(--orange-bright); }
.button-secondary { border-color: rgba(255,255,255,.42); color: var(--white); background: transparent; }
.button-secondary:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.button-full { width: 100%; border: 0; }

.hero-trust {
  margin: 46px 0 0;
  padding: 26px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,.14);
  list-style: none;
}

.hero-trust li { min-width: 0; }
.hero-trust strong { display: block; color: var(--white); font-size: 1.2rem; line-height: 1.25; }
.hero-trust span { display: block; margin-top: 3px; color: rgba(255,255,255,.5); font-size: 0.82rem; line-height: 1.35; }

.hero-visual { position: relative; margin: 0; padding: 0 22px 34px 0; }

.visual-frame {
  height: 560px;
  overflow: hidden;
  background: #25211b;
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, calc(100% - 44px) 0, 100% 44px, 100% 100%, 44px 100%, 0 calc(100% - 44px));
}

.visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 14%;
  filter: saturate(.88) contrast(1.03);
}

.hero-visual figcaption {
  position: absolute;
  left: -30px;
  bottom: 0;
  min-width: 255px;
  padding: 19px 24px;
  color: var(--ink);
  background: var(--orange);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
}

.hero-visual figcaption span,
.hero-visual figcaption strong { display: block; }
.hero-visual figcaption span { font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero-visual figcaption strong { margin-top: 2px; font-size: 1.08rem; }

.experience-badge {
  position: absolute;
  top: -28px;
  right: -28px;
  width: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--white);
  background: var(--ink);
  border: 1px solid rgba(243,146,0,.55);
  border-radius: 50%;
  transform: rotate(6deg);
}

.experience-badge strong { color: var(--orange); font-size: 2.2rem; line-height: 1; }
.experience-badge span { font-size: .68rem; font-weight: 800; letter-spacing: .05em; line-height: 1.2; text-transform: uppercase; }

.craft-strip {
  position: relative;
  z-index: 3;
  overflow: hidden;
  color: var(--ink);
  background: var(--orange);
  transform: rotate(-1deg) scale(1.02);
}

.craft-strip > div {
  width: max-content;
  min-width: 100%;
  padding: 17px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.craft-strip span { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 1.22rem; letter-spacing: .05em; text-transform: uppercase; }
.craft-strip i { width: 6px; height: 6px; background: var(--ink); transform: rotate(45deg); }

.section { padding: 130px 0; }

.section-heading {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 70px;
  align-items: end;
}

.section-heading .eyebrow { margin-bottom: 18px; }
.section-heading h2, .about-copy h2, .quote h2, .process h2 { font-size: clamp(3rem, 5.4vw, 5.6rem); }
.section-heading > p { max-width: 460px; margin: 0 0 5px; color: #615e58; font-size: 1.05rem; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }

.service-card {
  min-height: 325px;
  padding: 38px;
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 30px;
  background: rgba(255,255,255,.34);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.service-card:hover { z-index: 2; color: var(--white); background: var(--ink); transform: translateY(-5px); }
.service-featured { color: var(--white); background: var(--ink); }
.service-number { color: #a36306; font-weight: 900; font-size: .82rem; letter-spacing: .12em; }
.service-label { margin: 0 0 14px; color: #a36306; font-size: .72rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.service-card h3 { max-width: 390px; margin: 0; font-size: clamp(1.55rem, 2.7vw, 2.25rem); line-height: 1.08; }
.service-card p:last-child { max-width: 430px; margin: 22px 0 0; color: #67635d; }
.service-card:hover p:last-child, .service-featured p:last-child { color: rgba(255,255,255,.62); }
.card-arrow { position: absolute; right: 30px; bottom: 26px; color: var(--orange); font-size: 1.65rem; }

.work { color: var(--white); background: var(--ink); }
.section-heading-light > p { color: rgba(255,255,255,.58); }

.gallery {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  grid-template-rows: 430px 430px;
  gap: 18px;
}

.gallery-item {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #222;
  text-align: left;
  cursor: zoom-in;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.88) 0, rgba(0,0,0,.16) 44%, transparent 62%);
  pointer-events: none;
}

.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.2,.8,.2,1); }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-tall { grid-row: span 2; }
.gallery-tall img { object-position: center 35%; }
.gallery-wide img { object-position: center 10%; }

.gallery-caption {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 26px;
  color: var(--white);
}

.gallery-caption small { display: block; margin-bottom: 6px; color: var(--orange); font-size: .7rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.gallery-caption strong { font-size: clamp(1.25rem, 2.2vw, 1.8rem); line-height: 1.12; }

.gallery-footer { margin-top: 28px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.gallery-footer p { margin: 0; color: rgba(255,255,255,.52); }
.text-link { color: var(--orange); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.about { position: relative; overflow: hidden; }
.about::before { content: ""; position: absolute; left: -100px; bottom: -180px; width: 430px; height: 430px; border: 92px solid rgba(243,146,0,.12); transform: rotate(24deg); }
.about-grid { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 8vw, 130px); align-items: center; }

.about-mark {
  min-height: 560px;
  padding: 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  background:
    linear-gradient(150deg, rgba(243,146,0,.96) 0 24%, transparent 24.2%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 12px),
    var(--ink);
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, calc(100% - 48px) 0, 100% 48px, 100% 100%, 0 100%);
}

.about-mark span { color: var(--ink); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 5rem; line-height: .8; }
.about-mark strong { color: var(--white); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(3rem, 5vw, 5.1rem); line-height: .9; text-transform: uppercase; }
.about-copy .eyebrow { margin-bottom: 18px; }
.about-copy h2 { max-width: 760px; }
.about-copy > p { max-width: 680px; color: #615e58; }
.about-copy .lead { margin: 30px 0 16px; color: var(--ink); font-size: 1.24rem; font-weight: 650; }

.commitments { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.commitments div { padding-top: 22px; border-top: 3px solid var(--orange); }
.commitments span { color: #9b5c00; font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.commitments strong { display: block; margin-top: 12px; font-size: 1.03rem; }
.commitments p { margin: 9px 0 0; color: #6a665f; font-size: .88rem; line-height: 1.55; }

.process { padding: 110px 0; color: var(--white); background: var(--ink-soft); }
.process .container { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.process-title { position: sticky; top: 130px; align-self: start; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { padding: 30px 0; display: grid; grid-template-columns: 70px 1fr; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list li:first-child { border-top: 1px solid rgba(255,255,255,.14); }
.process-list > li > span { color: var(--orange); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.process-list strong { font-size: 1.35rem; }
.process-list p { margin: 6px 0 0; color: rgba(255,255,255,.52); }

.quote { color: var(--white); background:
  radial-gradient(circle at 10% 80%, rgba(243,146,0,.13), transparent 33%),
  #0b0b0b;
}

.quote-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 8vw, 120px); align-items: start; }
.quote-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.6); font-size: 1.05rem; }

.direct-contact { margin-top: 44px; border-top: 1px solid rgba(255,255,255,.15); }
.direct-contact a { padding: 20px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.15); text-decoration: none; }
.direct-contact a:hover strong { color: var(--orange); }
.direct-contact span { color: rgba(255,255,255,.48); font-size: .82rem; }
.direct-contact strong { transition: color 180ms ease; }
.service-area { margin-top: 34px !important; font-size: .92rem !important; }
.service-area strong { color: var(--white); }

.quote-form {
  padding: clamp(28px, 4vw, 48px);
  color: var(--ink);
  background: var(--paper);
  clip-path: polygon(0 0, calc(100% - 38px) 0, 100% 38px, 100% 100%, 0 100%);
}

.form-row { margin-bottom: 19px; }
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row label { display: block; margin-bottom: 7px; font-size: .77rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #ccc8bf;
  border-radius: 0;
}
.form-row textarea { min-height: 140px; resize: vertical; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--orange); }
.form-note { margin: 13px 0 0; color: #716d65; font-size: .78rem; line-height: 1.45; text-align: center; }

footer { padding: 74px 0 28px; color: rgba(255,255,255,.62); background: #050505; border-top: 1px solid rgba(255,255,255,.1); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 50px; }
.footer-grid > div > strong { display: block; margin-bottom: 16px; color: var(--white); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { display: block; margin: 7px 0; font-size: .9rem; text-decoration: none; }
.footer-grid a:hover { color: var(--orange); }
.footer-brand img { width: 154px; height: auto; margin-bottom: 18px; }
.footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.footer-bottom span:last-child { color: var(--orange); }

.mobile-actions { display: none; }

.lightbox {
  width: min(92vw, 920px);
  max-height: 92vh;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}
.lightbox::backdrop { background: rgba(0,0,0,.9); backdrop-filter: blur(6px); }
.lightbox img { max-width: 100%; max-height: 88vh; margin: auto; object-fit: contain; box-shadow: 0 25px 80px rgba(0,0,0,.55); }
.lightbox-close { position: absolute; z-index: 2; top: -18px; right: -18px; width: 46px; height: 46px; border: 0; border-radius: 50%; color: var(--ink); background: var(--orange); font-size: 2rem; line-height: 1; cursor: pointer; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr 0.8fr; gap: 45px; }
  .hero h1 { font-size: clamp(4rem, 8vw, 6.4rem); }
  .visual-frame { height: 500px; }
  .experience-badge { right: -8px; }
  .about-grid { grid-template-columns: .8fr 1.2fr; gap: 55px; }
  .commitments { grid-template-columns: 1fr; gap: 14px; }
  .commitments div { display: grid; grid-template-columns: 36px 160px 1fr; gap: 12px; align-items: start; }
  .commitments strong { margin-top: 0; }
  .commitments p { margin-top: 0; }
}

@media (max-width: 840px) {
  html { scroll-padding-top: 78px; }
  .header-inner { height: 78px; }
  .brand { width: 82px; height: 66px; }
  .menu-button { display: flex; }
  nav {
    position: fixed;
    inset: 78px 0 auto;
    height: calc(100dvh - 78px);
    padding: 44px 28px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #0b0b0b;
    transform: translateX(100%);
    transition: transform 220ms ease;
  }
  .menu-open nav { transform: translateX(0); }
  nav a { padding: 18px 0; font-size: 1.2rem; border-bottom: 1px solid rgba(255,255,255,.13); }
  nav a::after { display: none; }
  .nav-cta { margin-top: 24px; padding: 17px 20px; text-align: center; }

  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 80px 0 95px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { max-width: 620px; margin-inline: auto; }
  .visual-frame { height: 560px; }
  .craft-strip > div { justify-content: flex-start; }
  .section { padding: 100px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 44px; }
  .service-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-rows: 520px 360px 360px; }
  .gallery-tall { grid-row: span 3; }
  .about-grid { grid-template-columns: 1fr; }
  .about-mark { min-height: 420px; }
  .process .container { grid-template-columns: 1fr; gap: 50px; }
  .process-title { position: static; }
  .quote-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--content)); }
  .hero-grid { padding-top: 64px; gap: 65px; }
  .hero h1 { font-size: clamp(3.55rem, 18vw, 5.4rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-trust { grid-template-columns: 1fr 1fr; }
  .hero-trust li:last-child { grid-column: 1 / -1; }
  .hero-visual { padding-right: 0; }
  .visual-frame { height: 450px; }
  .experience-badge { top: -42px; right: 4px; width: 105px; height: 105px; }
  .experience-badge strong { font-size: 1.8rem; }
  .hero-visual figcaption { left: 0; bottom: -12px; min-width: 215px; padding: 15px 18px; }
  .craft-strip > div { padding-block: 14px; gap: 17px; }
  .craft-strip span { font-size: 1rem; }
  .section { padding: 82px 0; }
  .section-heading h2, .about-copy h2, .quote h2, .process h2 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  .service-card { min-height: 300px; padding: 28px 24px; grid-template-columns: 34px 1fr; gap: 15px; }
  .service-card h3 { font-size: 1.8rem; }
  .gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 390px); }
  .gallery-tall { grid-row: auto; }
  .gallery-wide img { object-position: center 10%; }
  .gallery-footer { align-items: flex-start; flex-direction: column; }
  .about-mark { min-height: 360px; padding: 34px; }
  .about-mark span { font-size: 3.6rem; }
  .about-mark strong { font-size: 3.8rem; }
  .commitments div { grid-template-columns: 34px 1fr; }
  .commitments p { grid-column: 2; }
  .process-list li { grid-template-columns: 44px 1fr; gap: 12px; }
  .form-split { grid-template-columns: 1fr; gap: 0; }
  .direct-contact a { align-items: flex-start; flex-direction: column; gap: 3px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { margin-bottom: 66px; align-items: flex-start; flex-direction: column; }
  .mobile-actions {
    position: fixed;
    z-index: 45;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -8px 30px rgba(0,0,0,.25);
  }
  .mobile-actions a { padding: 15px 12px; color: var(--white); background: #171717; font-weight: 850; text-decoration: none; text-align: center; }
  .mobile-actions a:last-child { color: var(--ink); background: var(--orange); }
  .lightbox-close { top: -10px; right: -7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
