:root {
  --navy: #10243b;
  --navy-2: #173650;
  --orange: #e56f2d;
  --orange-dark: #c9561b;
  --cream: #f7f4ed;
  --sand: #e8dfd1;
  --ink: #17202a;
  --muted: #5d6873;
  --white: #fff;
  --line: #dde2e5;
  --green: #2f6854;
  --shadow: 0 18px 50px rgba(16, 36, 59, .12);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  background: var(--white);
}

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 .8rem;
  color: var(--orange-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
h1, h2, h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.08;
}
h1 { font-size: clamp(2.55rem, 6vw, 5.25rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
p { margin: 0 0 1rem; }
.lead { color: #344252; font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.65; }
.section-head { max-width: 760px; margin-bottom: 2.5rem; }
.section-head .lead { margin-top: 1.15rem; }

.topbar { background: var(--navy); color: #eaf0f5; font-size: .88rem; }
.topbar .container { display: flex; justify-content: space-between; gap: 1rem; padding-block: .55rem; }
.topbar a { color: var(--white); font-weight: 750; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(16,36,59,.1);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 2rem; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 172px; height: auto; }
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; align-items: center; gap: 1.5rem; margin: 0; padding: 0; list-style: none; }
.site-nav a { color: var(--navy); font-size: .94rem; font-weight: 750; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--orange-dark); }
.nav-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: var(--navy); font-weight: 800; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .8rem 1.25rem;
  border: 2px solid var(--orange);
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--orange-dark); border-color: var(--orange-dark); }
.button.secondary { background: transparent; color: var(--navy); border-color: rgba(16,36,59,.3); }
.button.secondary:hover { color: var(--white); background: var(--navy); border-color: var(--navy); }
.button.light { background: var(--white); border-color: var(--white); color: var(--navy); }
.button.light:hover { background: var(--cream); border-color: var(--cream); }
.header-cta { min-height: 44px; padding-inline: 1rem; font-size: .9rem; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.7rem; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  display: grid;
  align-items: center;
  background: var(--navy);
  color: var(--white);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,25,42,.96) 0%, rgba(7,25,42,.82) 43%, rgba(7,25,42,.18) 75%, rgba(7,25,42,.08) 100%);
  z-index: 1;
}
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero .container { position: relative; z-index: 2; padding-block: 6rem; }
.hero-copy { max-width: 720px; }
.hero h1 { color: var(--white); }
.hero .eyebrow { color: #ffb17d; }
.hero .lead { max-width: 650px; margin-top: 1.4rem; color: #eef3f6; }
.hero .button.secondary { color: var(--white); border-color: rgba(255,255,255,.7); }
.hero .button.secondary:hover { background: var(--white); border-color: var(--white); color: var(--navy); }
.proof-line { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; margin: 1.55rem 0 0; padding: 0; list-style: none; color: #edf3f6; font-size: .92rem; font-weight: 700; }
.proof-line li::before { content: "✓"; margin-right: .45rem; color: #ffb17d; }
.proof-line a { color: inherit; text-decoration-color: rgba(255,255,255,.5); text-underline-offset: 3px; }
.proof-line a:hover { color: #ffb17d; }

.page-hero { padding: 4.25rem 0 3.8rem; background: var(--cream); }
.page-hero .grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 4rem; }
.page-hero h1 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.page-hero .lead { margin-top: 1.3rem; }
.page-hero figure { margin: 0; }
.page-hero img { width: 100%; min-height: 360px; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow); }
.city-hero img { object-position: center; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.5rem 1.3rem; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--navy); font-family: Georgia, serif; font-size: 1.15rem; }
.trust-item span { color: var(--muted); font-size: .9rem; }

.owner-reviews { padding-block: 5.5rem; background: #edf2f4; }
.owner-reviews-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2rem; align-items: stretch; }
.owner-card { display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; border-radius: 22px; background: var(--navy); color: #dfe8ee; box-shadow: var(--shadow); }
.owner-card figure { position: relative; min-height: 100%; margin: 0; }
.owner-card figure img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.owner-card figcaption { position: absolute; right: .75rem; bottom: .75rem; left: .75rem; padding: .5rem .7rem; border-radius: 9px; background: rgba(8,22,36,.84); color: white; font-size: .75rem; font-weight: 750; }
.owner-card-copy { align-self: center; padding: clamp(2rem, 4vw, 3.4rem); }
.owner-card-copy h2 { color: white; font-size: clamp(1.8rem, 3vw, 2.75rem); }
.owner-card-copy > p:not(.eyebrow) { margin: 1.15rem 0 0; }
.owner-card-copy .button.secondary { border-color: rgba(255,255,255,.65); color: white; }
.owner-card-copy .button.secondary:hover { border-color: white; background: white; color: var(--navy); }
.google-reviews { display: flex; flex-direction: column; padding: clamp(2rem, 4vw, 3rem); border: 1px solid rgba(16,36,59,.12); border-radius: 22px; background: white; box-shadow: 0 12px 35px rgba(16,36,59,.07); }
.google-rating { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.google-rating > div { display: flex; align-items: center; gap: .85rem; }
.google-rating strong { display: block; color: var(--navy); font-family: Georgia, serif; font-size: 1.9rem; line-height: 1; }
.google-rating small { display: block; margin-top: .25rem; color: var(--muted); font-size: .77rem; }
.google-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #f5f7f8; color: #4285f4; font-family: Arial, sans-serif; font-size: 1.45rem; font-weight: 800; }
.review-stars { color: #f5a623; font-size: 1.05rem; letter-spacing: .08em; white-space: nowrap; }
.review-list { display: grid; gap: .9rem; margin-top: 1.4rem; }
.review-list blockquote { margin: 0; padding: 1rem 1.1rem; border-left: 3px solid var(--orange); border-radius: 0 12px 12px 0; background: var(--cream); }
.review-list blockquote p { margin: .4rem 0 .5rem; color: var(--navy); font-family: Georgia, serif; font-size: 1.08rem; font-weight: 700; line-height: 1.42; }
.review-list blockquote footer { color: var(--muted); font-size: .76rem; font-weight: 750; }
.review-source { margin: auto 0 0; padding-top: 1.35rem; color: var(--muted); font-size: .75rem; }
.review-source a { color: var(--orange-dark); font-weight: 850; text-underline-offset: 3px; }

section { padding-block: 6.5rem; }
.section-cream { background: var(--cream); }
.section-navy { background: var(--navy); color: #edf3f6; }
.section-navy h2, .section-navy h3 { color: var(--white); }
.section-navy .lead { color: #dfe8ee; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 3.5rem; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.25rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem; }

.service-card {
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 30px rgba(16,36,59,.05);
}
.service-card .number { color: var(--orange-dark); font-family: Georgia, serif; font-size: 1.15rem; font-weight: 800; }
.service-card h3 { margin: .75rem 0 .8rem; }
.service-card p { color: var(--muted); }
.service-card a { color: var(--orange-dark); font-weight: 800; text-underline-offset: 3px; }

.media-card { overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.media-card img { width: 100%; height: 280px; object-fit: cover; }
.media-card .body { padding: 1.5rem; }
.media-card .body p { margin: .6rem 0 0; color: var(--muted); }
.media-card .body .text-link { display: inline-block; margin-top: .9rem; color: var(--orange-dark); font-weight: 850; text-underline-offset: 3px; }

.service-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.service-gallery .media-card { border: 1px solid var(--line); box-shadow: 0 10px 32px rgba(16,36,59,.07); }
.service-gallery .media-card img { height: 240px; }
.service-detail-image { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }

.project { padding: 2rem; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.project + .project { margin-top: 2rem; }
.project-filters { display: flex; flex-wrap: wrap; gap: .65rem; margin: 0 0 1.5rem; }
.project-filter { padding: .7rem 1rem; border: 1px solid #cbd3d9; border-radius: 999px; background: var(--white); color: var(--navy); font-weight: 800; cursor: pointer; }
.project-filter:hover, .project-filter.active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.project-filter:focus-visible { outline: 3px solid rgba(229,111,45,.3); outline-offset: 2px; }
.project[hidden] { display: none !important; }
.project-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.5rem; }
.project-head p { max-width: 560px; margin: 0; color: var(--muted); }
.project-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.project-gallery figure { position: relative; overflow: hidden; margin: 0; border-radius: 12px; }
.project-gallery img { width: 100%; height: 250px; object-fit: cover; }
.project-gallery figcaption { position: absolute; right: .7rem; bottom: .7rem; padding: .35rem .65rem; border-radius: 999px; background: rgba(8,22,36,.9); color: var(--white); font-size: .73rem; font-weight: 800; }

.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.article-card img { width: 100%; height: 230px; object-fit: cover; }
.article-card .body { padding: 1.6rem; }
.article-card h2, .article-card h3 { font-size: 1.5rem; }
.article-meta { margin: 0 0 .7rem; color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.article-card p { margin: .8rem 0; color: var(--muted); }
.article-card a { color: var(--navy); font-weight: 850; text-underline-offset: 4px; }
.article-card a:hover { color: var(--orange-dark); }

.social-section { overflow: hidden; background: #edf2f4; }
.social-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 2.25rem; }
.social-heading .section-head { margin-bottom: 0; }
.social-profiles { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .65rem; }
.social-profiles a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 44px;
  padding: .65rem .85rem;
  border: 1px solid rgba(16,36,59,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  color: var(--navy);
  font-size: .83rem;
  font-weight: 800;
  text-decoration: none;
}
.social-profiles a:hover { border-color: var(--orange); color: var(--orange-dark); }
.social-profiles svg, .footer-social a svg { width: 19px; height: 19px; fill: currentColor; stroke: currentColor; stroke-width: 1.7; }
.social-profiles rect, .social-profiles circle, .footer-social rect, .footer-social circle { fill: none; }
.social-profiles .social-dot, .footer-social .social-dot { fill: currentColor; stroke: none; }
.social-profiles .social-play { fill: white; stroke: none; }
.footer-social .social-play { fill: #081624; stroke: none; }
.social-carousel { position: relative; }
.social-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 31.5%);
  gap: 1.2rem;
  overflow-x: auto;
  padding: .25rem .1rem 1.1rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--orange) rgba(16,36,59,.12);
  scrollbar-width: thin;
}
.social-track::-webkit-scrollbar { height: 7px; }
.social-track::-webkit-scrollbar-track { border-radius: 999px; background: rgba(16,36,59,.12); }
.social-track::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--orange); }
.social-card {
  overflow: hidden;
  border: 1px solid rgba(16,36,59,.13);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(16,36,59,.08);
  scroll-snap-align: start;
}
.social-card > a { display: block; height: 100%; color: inherit; text-decoration: none; }
.social-media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #dbe3e8; }
.social-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.social-card:hover .social-media img { transform: scale(1.025); }
.platform-badge {
  position: absolute;
  top: .8rem;
  left: .8rem;
  padding: .38rem .65rem;
  border-radius: 999px;
  background: rgba(8,22,36,.9);
  color: white;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.play-mark {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  padding-left: 3px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  background: rgba(8,22,36,.82);
  color: white;
  transform: translate(-50%,-50%);
}
.social-card-body { padding: 1.35rem 1.35rem 1.5rem; }
.social-card-body p { margin: 0 0 .55rem; color: var(--orange-dark); font-size: .69rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.social-card-body h3 { min-height: 3.3rem; font-size: 1.25rem; line-height: 1.22; }
.social-card-body > span { display: inline-block; margin-top: 1rem; color: var(--navy); font-size: .86rem; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.carousel-arrow {
  position: absolute;
  z-index: 3;
  top: calc(50% - 1.2rem);
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font-size: 1.45rem;
  box-shadow: 0 8px 24px rgba(8,22,36,.24);
  cursor: pointer;
  transform: translateY(-50%);
}
.carousel-arrow:hover { background: var(--orange); }
.carousel-arrow-prev { left: 8px; }
.carousel-arrow-next { right: 8px; }
.carousel-help { margin: .8rem 0 0; color: var(--muted); font-size: .78rem; }
.breadcrumb { padding: 1rem 0; background: var(--cream); color: var(--muted); font-size: .82rem; }
.breadcrumb a { color: var(--navy); font-weight: 750; text-decoration: none; }
.article-hero { padding: 5rem 0 3rem; background: var(--cream); }
.article-hero .narrow { text-align: center; }
.article-hero h1 { max-width: 850px; margin-inline: auto; font-size: clamp(2.55rem, 5vw, 4.5rem); }
.article-hero .lead { max-width: 700px; margin: 1.25rem auto 0; }
.article-cover { width: min(calc(100% - 40px), 1080px); height: min(58vw, 590px); margin: 2.5rem auto 0; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow); }
.article-body { width: min(calc(100% - 40px), 760px); margin-inline: auto; font-size: 1.05rem; }
.article-body h2 { margin: 3rem 0 1rem; font-size: clamp(1.8rem, 3vw, 2.45rem); }
.article-body h3 { margin: 2rem 0 .8rem; font-size: 1.4rem; }
.article-body p { margin-bottom: 1.2rem; }
.article-body ul { padding-left: 1.2rem; }
.article-body li { margin: .6rem 0; }
.callout { margin: 2rem 0; padding: 1.4rem 1.6rem; border-left: 4px solid var(--orange); background: var(--cream); color: var(--navy); }

.photo-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 260px 260px; gap: 1rem; }
.photo-grid figure { position: relative; overflow: hidden; margin: 0; border-radius: var(--radius); }
.photo-grid figure:first-child { grid-row: 1 / 3; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; }
.photo-grid figcaption { position: absolute; left: .8rem; bottom: .8rem; padding: .45rem .7rem; border-radius: 999px; background: rgba(16,36,59,.9); color: var(--white); font-size: .78rem; font-weight: 750; }

.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.before-after figure { position: relative; overflow: hidden; margin: 0; border-radius: var(--radius); background: var(--navy); }
.before-after img { width: 100%; height: 390px; object-fit: cover; }
.before-after figcaption { position: absolute; top: 1rem; left: 1rem; padding: .5rem .8rem; border-radius: 999px; background: var(--white); color: var(--navy); font-weight: 850; }

.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.step { counter-increment: step; padding: 1.6rem; border-top: 3px solid var(--orange); background: rgba(255,255,255,.06); }
.step::before { content: "0" counter(step); display: block; margin-bottom: 1.2rem; color: #ffb17d; font: 700 1.1rem Georgia, serif; }
.step p { margin: .65rem 0 0; color: #cad6de; }

.city-links { display: grid; grid-template-columns: repeat(5, 1fr); gap: .8rem; margin-top: 2rem; }
.city-link { padding: 1.2rem 1rem; border: 1px solid var(--line); border-radius: 14px; background: var(--white); color: var(--navy); font-weight: 850; text-align: center; text-decoration: none; }
.city-link:hover { border-color: var(--orange); color: var(--orange-dark); }

.facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin: 2rem 0; }
.fact { padding: 1.25rem; border-left: 3px solid var(--orange); background: var(--cream); }
.fact strong { display: block; color: var(--navy); }
.fact span { color: var(--muted); font-size: .9rem; }
.plain-list { margin: 1.2rem 0 0; padding: 0; list-style: none; }
.plain-list li { position: relative; margin: .65rem 0; padding-left: 1.5rem; }
.plain-list li::before { content: ""; position: absolute; left: 0; top: .68em; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }

.quote { margin: 0; padding: 2rem; border-left: 4px solid var(--orange); background: var(--cream); color: var(--navy); font: 700 clamp(1.25rem, 2vw, 1.65rem)/1.4 Georgia, serif; }
.quote small { display: block; margin-top: 1rem; color: var(--muted); font: 600 .88rem/1.5 Inter, sans-serif; }

.faq-list { display: grid; gap: .75rem; }
details { border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
summary { cursor: pointer; padding: 1.1rem 1.25rem; color: var(--navy); font-weight: 850; }
details p { padding: 0 1.25rem 1.2rem; color: var(--muted); }

.contact-panel { overflow: hidden; border-radius: 24px; background: var(--navy); color: var(--white); box-shadow: var(--shadow); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; }
.contact-copy { padding: clamp(2rem, 5vw, 4rem); }
.contact-copy h2 { color: var(--white); }
.contact-copy .lead { margin-top: 1rem; color: #dfe8ee; }
.contact-copy a { color: var(--white); }
.contact-form { padding: clamp(2rem, 5vw, 4rem); background: var(--white); color: var(--ink); }
#demande { scroll-margin-top: 72px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1rem; }
.field.full { grid-column: 1 / -1; }
label { display: block; margin-bottom: .35rem; color: var(--navy); font-size: .9rem; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid #cbd3d9; border-radius: 10px; background: #fbfcfc; padding: .8rem .9rem; color: var(--ink); }
input[type="file"] { padding: .65rem; background: var(--cream); }
input[type="file"]::file-selector-button { margin-right: .8rem; padding: .65rem .85rem; border: 0; border-radius: 8px; background: var(--navy); color: white; font-weight: 750; cursor: pointer; }
.optional { color: var(--muted); font-weight: 600; }
.file-help { display: block; margin-top: .5rem; color: var(--muted); font-size: .74rem; line-height: 1.45; }
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(229,111,45,.2); border-color: var(--orange); }
.consent { display: flex; align-items: flex-start; gap: .65rem; color: var(--muted); font-size: .82rem; }
.consent input { width: auto; margin-top: .25rem; }
.form-status { margin-top: 1rem; color: var(--green); font-weight: 750; }

.cta-band { padding-block: 4rem; background: var(--orange); color: var(--white); }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-band h2 { color: var(--white); font-size: clamp(1.8rem, 4vw, 2.7rem); }
.cta-band p { margin: .5rem 0 0; }

.site-footer {
  position: relative;
  padding: 0 0 5.5rem;
  border-top: 1px solid rgba(229,111,45,.55);
  background: #081624;
  color: #aebcc7;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr .75fr .95fr;
  gap: 4rem;
  align-items: start;
  padding-block: 4.5rem 3.75rem;
}
.footer-brand img {
  content: url("images/logo-toiture-clean.svg");
  width: 220px;
  height: auto;
  padding: .8rem 1rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  background: rgba(255,255,255,.98);
  filter: none;
  opacity: 1;
}
.footer-brand p { max-width: 470px; margin: 1.5rem 0 0; color: #aebcc7; font-size: .96rem; }
.site-footer h3 {
  margin-top: .35rem;
  color: #eda06f;
  font-family: Inter, sans-serif;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.site-footer ul { margin: 1.25rem 0 0; padding: 0; list-style: none; }
.site-footer li { margin: .7rem 0; }
.site-footer a { color: #edf2f5; font-weight: 620; text-decoration: none; text-underline-offset: 4px; }
.site-footer a:hover { color: #ffb17d; text-decoration: underline; }
.footer-grid > div:last-child {
  min-height: 150px;
  padding: .25rem 0 .25rem 2.25rem;
  border-left: 1px solid rgba(255,255,255,.14);
  background: transparent;
  color: #dbe4ea;
  box-shadow: none;
}
.footer-grid > div:last-child h3 { margin-top: .1rem; color: #eda06f; }
.footer-grid > div:last-child a { color: var(--white); }
.footer-grid > div:last-child a:hover { color: #ffb17d; }
.footer-grid > div:last-child li:first-child a { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; }
.footer-social { margin-top: 1.65rem; }
.footer-social > span { display: block; margin-bottom: .75rem; color: #eda06f; font-size: .66rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-social-links { display: flex; gap: .55rem; }
.footer-social a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: white;
}
.footer-social a:hover { border-color: var(--orange); background: var(--orange); color: white; text-decoration: none; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.14);
  color: #788a98;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mobile-bar { display: none; }

@media (max-width: 980px) {
  .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; inset: 82px 0 auto; padding: 1rem 20px 1.5rem; border-top: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
  .site-nav.open { display: block; }
  .site-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .site-nav a { display: block; padding: .75rem 0; }
  .hero { min-height: 630px; }
  .hero::before { background: linear-gradient(90deg, rgba(7,25,42,.96), rgba(7,25,42,.74)); }
  .page-hero .grid, .grid-2, .contact-grid { grid-template-columns: 1fr; }
  .page-hero .grid { gap: 2.5rem; }
  .owner-reviews-grid { grid-template-columns: 1fr; }
  .trust-grid, .grid-4, .steps { grid-template-columns: repeat(2,1fr); }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .service-gallery, .article-grid { grid-template-columns: repeat(2,1fr); }
  .project-gallery { grid-template-columns: 1fr 1fr; }
  .city-links { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
  .social-heading { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .social-profiles { justify-content: flex-start; }
  .social-track { grid-auto-columns: minmax(280px, 47%); }
}

@media (max-width: 680px) {
  body { padding-bottom: 68px; }
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .topbar .container { justify-content: center; text-align: center; }
  .topbar span:first-child { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 148px; }
  .site-nav { inset-block-start: 72px; }
  .hero { min-height: 670px; }
  .hero .container { padding-block: 4.5rem; }
  .hero > img { object-position: 62% center; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .proof-line { align-items: flex-start; flex-direction: column; }
  .page-hero { padding-block: 3.5rem; }
  .page-hero img { min-height: 280px; }
  section { padding-block: 4.5rem; }
  .trust-grid, .grid-3, .grid-4, .steps, .facts, .form-grid { grid-template-columns: 1fr; }
  .service-gallery, .article-grid, .project-gallery { grid-template-columns: 1fr; }
  .project { padding: 1.1rem; }
  .project-head { align-items: flex-start; flex-direction: column; gap: .7rem; }
  .project-gallery img { height: 260px; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .photo-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 250px); }
  .photo-grid figure:first-child { grid-row: auto; }
  .before-after { grid-template-columns: 1fr; }
  .before-after img { height: 300px; }
  .city-links { grid-template-columns: repeat(2,1fr); }
  .social-profiles { width: 100%; }
  .social-profiles a { flex: 1 1 auto; justify-content: center; }
  .social-track { grid-auto-columns: 88%; }
  .carousel-arrow { display: none; }
  .cta-band .container { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .owner-card { grid-template-columns: 1fr; }
  .owner-card figure img { min-height: 300px; max-height: 360px; }
  .google-rating { align-items: flex-start; flex-direction: column; }
  .footer-grid > div:last-child { min-height: 0; padding: 1.5rem 0 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .footer-bottom { flex-direction: column; }
  .mobile-bar {
    position: fixed;
    z-index: 70;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: .55rem;
    gap: .55rem;
    border-top: 1px solid var(--line);
    background: var(--white);
  }
  .mobile-bar .button { min-height: 48px; padding: .65rem .5rem; font-size: .86rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
