:root {
  --wine: #8f241a;
  --wine-dark: #68170f;
  --wine-light: #b73b2e;
  --ink: #171717;
  --ink-soft: #343434;
  --muted: #6f6f6f;
  --cream: #f7f5f1;
  --line: #e7e2da;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(25, 20, 17, .14);
  --shadow-soft: 0 14px 40px rgba(25, 20, 17, .08);
  --radius: 22px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }

.topbar { background: #161616; color: rgba(255,255,255,.82); font-size: 13px; letter-spacing: .04em; }
.topbar-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 14px; }
.topbar-right a { color: #fff; font-weight: 800; font-size: 14px; letter-spacing: .03em; }
.dot { opacity: .35; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(0,0,0,.06); }
.nav-wrap { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; min-width: 220px; }
.brand-logo { display: block; width: auto; height: 88px; max-width: 210px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { position: relative; font-size: 15px; font-weight: 800; color: #3f3f3f; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--wine); transition: .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 15px; }
.lang { font-size: 13px; font-weight: 800; color: #777; }
.menu-btn { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; }
.menu-btn span { display: block; height: 2px; background: var(--ink); margin: 5px 0; }
.mobile-menu { display: none; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 24px; border-radius: 12px; border: 0; font-weight: 800; font-size: 14px; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--wine-light), var(--wine)); box-shadow: 0 10px 24px rgba(143,36,26,.24); }
.btn-primary:hover { box-shadow: 0 14px 30px rgba(143,36,26,.32); }
.btn-nav { min-height: 52px; padding: 0 22px; font-size: 14px; }
.btn-large { min-height: 56px; padding: 0 28px; font-size: 14px; }
.btn-dark { color: #fff; background: #1d1d1d; }
.btn-white { background: #fff; color: var(--wine-dark); box-shadow: 0 10px 30px rgba(0,0,0,.12); }

.hero { position: relative; min-height: 720px; display: flex; align-items: stretch; overflow: hidden; background: #2b2b2b; }
.hero-media { position: absolute; inset: 0; background-image: url('https://www.bourboincouvreur.com/photos/gallery1/22.jpg'); background-position: center 42%; background-size: cover; transform: scale(1.025); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,18,18,.92) 0%, rgba(18,18,18,.78) 43%, rgba(18,18,18,.38) 67%, rgba(18,18,18,.22) 100%), linear-gradient(0deg, rgba(18,18,18,.24), rgba(18,18,18,.08)); }
.hero::after { content: ""; position: absolute; left: -10%; bottom: -160px; width: 620px; height: 320px; border-radius: 50%; background: rgba(143,36,26,.28); filter: blur(90px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .72fr; align-items: center; gap: 70px; padding: 74px 0; }
.hero-copy { color: #fff; padding: 18px 0 20px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 17px; color: var(--wine); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.eyebrow span { width: 26px; height: 2px; background: currentColor; }
.eyebrow.light { color: rgba(255,255,255,.78); }
.hero h1 { margin: 0 0 24px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(52px, 5.3vw, 79px); line-height: .98; letter-spacing: -.045em; font-weight: 700; }
.hero h1 em { color: #f5d6d0; font-style: normal; }
.hero-lead { max-width: 650px; margin: 0; font-size: 18px; line-height: 1.72; color: rgba(255,255,255,.82); }

.google-review-badge {
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 27px;
  padding: 16px 21px;
  border: 1px solid rgba(244,188,0,.42);
  border-radius: 15px;
  background: rgba(38,44,54,.90);
  box-shadow: 0 12px 34px rgba(0,0,0,.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.google-stars { display: flex; align-items: center; gap: 3px; color: #fbbc04; font-size: 23px; line-height: 1; letter-spacing: .01em; white-space: nowrap; }
.google-stars .star-partial { background: linear-gradient(90deg, #fbbc04 30%, rgba(255,255,255,.28) 30%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.google-score { color: #fff; font-size: 20px; line-height: 1; letter-spacing: -.02em; white-space: nowrap; }
.google-count { color: #d7dbe2; font-size: 16px; font-weight: 700; line-height: 1; white-space: nowrap; }
.google-word { display: inline-flex; align-items: baseline; font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-weight: 700; line-height: 1; letter-spacing: -.04em; white-space: nowrap; }
.google-word b { font: inherit; }
.g-blue { color: #4285f4; }
.g-red { color: #ea4335; }
.g-yellow { color: #fbbc05; }
.g-green { color: #34a853; }

.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 27px; }
.call-link { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.call-button { min-height: 56px; padding: 7px 18px 7px 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; background: rgba(255,255,255,.10); box-shadow: 0 10px 28px rgba(0,0,0,.14); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.call-button:hover { transform: translateY(-2px); background: rgba(255,255,255,.17); border-color: rgba(255,255,255,.48); }
.call-icon { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.28); border-radius: 10px; display: grid; place-items: center; background: rgba(255,255,255,.08); }
.call-icon svg { width: 19px; }
.call-link span:last-child { display: flex; flex-direction: column; }
.call-link small { color: rgba(255,255,255,.72); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.call-link strong { font-size: 17px; letter-spacing: .03em; }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 44px; max-width: 650px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); }
.trust-item { display: flex; flex-direction: column; }
.trust-item strong { font-size: 21px; line-height: 1.2; color: #fff; }
.trust-item span { margin-top: 4px; font-size: 10px; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .07em; }

.quote-card { background: rgba(255,255,255,.98); border-radius: 24px; padding: 30px; box-shadow: var(--shadow); color: var(--ink); }
.quote-card-head { margin-bottom: 22px; }
.quote-kicker { display: block; color: var(--wine); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 800; }
.quote-card h2 { margin: 6px 0 7px; font-size: 27px; line-height: 1.14; letter-spacing: -.035em; }
.quote-card-head p { margin: 0; color: #777; font-size: 12px; line-height: 1.6; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quote-card label { display: block; margin-bottom: 12px; }
.quote-card label > span { display: block; margin: 0 0 7px 2px; font-size: 13px; line-height: 1.35; font-weight: 800; color: #4b4b4b; }
.quote-card input, .quote-card textarea, .quote-card select { width: 100%; border: 2px solid #d4cec5; background: #faf9f7; border-radius: 10px; color: #222; outline: none; padding: 12px 13px; font-size: 12px; transition: border-color .2s, box-shadow .2s; }
.quote-card input, .quote-card select { min-height: 46px; }
.quote-card textarea { resize: vertical; min-height: 80px; }
.quote-card input:focus, .quote-card textarea:focus, .quote-card select:focus { border-color: rgba(143,36,26,.65); box-shadow: 0 0 0 3px rgba(143,36,26,.09); }
.form-submit { width: 100%; min-height: 51px; margin-top: 1px; }
.form-submit svg { width: 18px; }
.form-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 12px; color: #8b8b8b; font-size: 10px; }
.form-note svg { width: 14px; }

.proof-strip { border-bottom: 1px solid var(--line); background: #fff; }
.proof-strip-inner { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.proof-strip-inner > p { margin: 0; max-width: 310px; color: #555; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; line-height: 1.55; }
.proof-logos { display: flex; align-items: center; gap: 33px; filter: grayscale(.1); }
.proof-logos img { max-height: 48px; width: auto; object-fit: contain; }
.rbq-badge { padding-left: 30px; border-left: 1px solid var(--line); font-size: 11px; line-height: 1.35; color: #777; text-transform: uppercase; letter-spacing: .07em; }
.rbq-badge strong { color: var(--ink); font-size: 12px; letter-spacing: .02em; }

.section { padding: 105px 0; }
.services { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 44px; }
.section-heading.compact { margin-bottom: 34px; }
.section-heading h2, .expertise-copy h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(37px, 4.2vw, 56px); line-height: 1.04; letter-spacing: -.035em; }
.section-heading > p { max-width: 500px; margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.text-link { margin-bottom: 8px; color: var(--wine); font-weight: 800; font-size: 12px; }
.roofing-types .section-heading { display: block; }
.roofing-types .section-heading h2 { white-space: nowrap; font-size: clamp(38px, 3.45vw, 50px); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 310px; display: flex; flex-direction: column; padding: 29px; background: #fff; border: 1px solid #e9e4dc; border-radius: 18px; box-shadow: 0 8px 20px rgba(28,21,17,.025); transition: .25s ease; overflow: hidden; isolation: isolate; }
.service-card > * { position: relative; z-index: 2; }
.service-card.service-photo { background-size: cover; background-position: center; background-repeat: no-repeat; border-color: rgba(35, 29, 23, .08); box-shadow: 0 10px 28px rgba(28,21,17,.06); }
.service-card.service-photo:not(.featured) { color: #181818; }
.service-card.service-photo:not(.featured) .service-icon { background: rgba(255,255,255,.78); backdrop-filter: blur(8px); }
.service-card.service-photo:not(.featured) h3 { color: #161616; }
.service-card.service-photo:not(.featured) p { color: #4d4d4d; }
.service-card.service-photo:not(.featured) a { color: var(--wine-dark); }
.service-card.service-photo:not(.featured)::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.86) 45%, rgba(247,245,241,.93) 100%); }
.service-card.service-photo.featured::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(16,16,16,.58) 0%, rgba(20,20,20,.76) 52%, rgba(20,20,20,.88) 100%); }
.service-card::before { content: ""; position: absolute; inset: auto -55px -65px auto; width: 145px; height: 145px; border-radius: 50%; background: rgba(143,36,26,.04); transition: .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); border-color: #dcd3c8; }
.service-card:hover::before { transform: scale(1.2); background: rgba(143,36,26,.07); }
.service-card.featured { background-color: #201f1d; color: #fff; border-color: #201f1d; }
.service-card.featured::before { background: rgba(183,59,46,.14); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; background: rgba(143,36,26,.08); color: var(--wine); }
.service-icon svg { width: 29px; }
.featured .service-icon { background: rgba(255,255,255,.08); color: #f1c1b9; }
.service-tag { position: absolute; top: 30px; right: 28px; padding: 5px 9px; border-radius: 99px; background: rgba(255,255,255,.08); color: #e8bcb5; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.service-card h3 { margin: 23px 0 10px; font-size: 20px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: #737373; font-size: 12px; line-height: 1.72; }
.featured p { color: rgba(255,255,255,.62); }
.service-card a { margin-top: auto; padding-top: 22px; color: var(--wine); font-size: 11px; font-weight: 800; }
.featured a { color: #f1c1b9; }
.service-card a span { margin-left: 4px; }

.service-repair { background-image: url('assets/reparation-toiture.png'); }
.service-refection { background-image: url('https://www.bourboincouvreur.com/photos/gallery1/24.jpg'); }
.service-commercial { background-image: url('https://www.bourboincouvreur.com/photos/gallery1/25.jpg'); }
.service-elastomere { background-image: url('https://www.bourboincouvreur.com/images/toit-1.jpg'); }
.service-white-roof { background-image: url('https://www.bourboincouvreur.com/photos/gallery1/1.jpg'); }
.service-winter { background-image: url('https://www.bourboincouvreur.com/images/fer-1.jpg'); }

.roofing-types { background: #fff; }
.roof-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 17px; }
.roof-card { position: relative; min-height: 450px; border-radius: 20px; overflow: hidden; background: #333; }
.roof-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .6s ease; }
.roof-card:hover img { transform: scale(1.04); }
.roof-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,14,14,.84) 0%, rgba(14,14,14,.14) 62%, transparent 100%); }
.roof-content { position: absolute; left: 27px; right: 27px; bottom: 27px; color: #fff; }
.roof-content span { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; color: rgba(255,255,255,.67); }
.roof-content h3 { margin: 6px 0 8px; font-family: "Playfair Display", Georgia, serif; font-size: 31px; line-height: 1.05; }
.roof-content p { margin: 0; max-width: 390px; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.7; }

.expertise { background: #f1eee8; }
.expertise-grid { display: grid; grid-template-columns: .95fr 1fr; align-items: center; gap: 95px; }
.expertise-media { position: relative; min-height: 590px; }
.media-main { position: absolute; top: 0; left: 0; width: 77%; height: 490px; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.media-main img { width: 100%; height: 100%; object-fit: cover; }
.media-small { position: absolute; right: 0; bottom: 0; width: 50%; height: 230px; border: 9px solid #f1eee8; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-soft); }
.media-small img { width: 100%; height: 100%; object-fit: cover; }
.experience-stamp { position: absolute; left: 10px; bottom: 16px; z-index: 3; width: 150px; height: 150px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; background: var(--wine); color: #fff; border: 7px solid #f1eee8; box-shadow: 0 15px 40px rgba(143,36,26,.25); }
.experience-stamp strong { font-family: "Playfair Display", Georgia, serif; font-size: 43px; line-height: .9; }
.experience-stamp span { margin-top: 7px; text-align: center; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; line-height: 1.4; }
.expertise-copy .lead { margin: 23px 0 12px; color: #393939; font-size: 19px; line-height: 1.65; font-weight: 600; }
.expertise-copy > p:not(.lead) { margin: 0; color: #666; font-size: 15px; line-height: 1.8; }
.benefits { margin: 30px 0 31px; display: grid; gap: 20px; }
.benefit { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; }
.check { width: 32px; height: 32px; display: grid; place-items: center; background: rgba(143,36,26,.1); color: var(--wine); border-radius: 50%; font-size: 13px; font-weight: 800; }
.benefit strong { display: block; margin-top: 1px; font-size: 17px; line-height: 1.35; }
.benefit p { margin: 4px 0 0; color: #777; font-size: 13px; line-height: 1.65; }

.projects { background: #fff; }
.project-grid { display: grid; grid-template-columns: 1.08fr 1fr 1fr; grid-template-rows: 220px 260px; gap: 15px; }
.project-card { position: relative; margin: 0; border-radius: 18px; overflow: hidden; background: #ddd; }
.project-card.tall { grid-row: span 2; }
.project-card.wide { grid-column: span 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.project-card:hover img { transform: scale(1.045); }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,16,16,.72), transparent 56%); }
.project-card figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; color: #fff; display: flex; flex-direction: column; }
.project-card figcaption span { font-size: 9px; text-transform: uppercase; letter-spacing: .14em; opacity: .7; font-weight: 800; }
.project-card figcaption strong { margin-top: 3px; font-size: 15px; }

.cta-section { padding: 40px 0 76px; background: #fff; }
.cta-inner { position: relative; overflow: hidden; padding: 48px 50px; border-radius: 26px; background: linear-gradient(135deg, #6f170f 0%, var(--wine) 55%, #aa3426 100%); color: #fff; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 52px; box-shadow: 0 24px 60px rgba(104,23,15,.18); }
.cta-inner::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; right: 33%; top: -245px; border: 1px solid rgba(255,255,255,.13); box-shadow: 0 0 0 48px rgba(255,255,255,.03), 0 0 0 96px rgba(255,255,255,.018); }
.cta-inner::after { content: ""; position: absolute; width: 230px; height: 230px; border-radius: 50%; left: -130px; bottom: -150px; background: rgba(255,255,255,.035); }
.cta-copy, .cta-actions { position: relative; z-index: 2; }
.cta-label { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; color: #f3c1b8; }
.cta-copy h2 { margin: 8px 0 12px; max-width: 620px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(38px, 3.7vw, 52px); line-height: 1.02; letter-spacing: -.035em; }
.cta-copy > p { margin: 0; max-width: 570px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.7; }
.cta-trust { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.cta-trust span { display: inline-flex; align-items: center; min-height: 30px; padding: 0 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.86); font-size: 10px; font-weight: 800; letter-spacing: .02em; }
.cta-actions { display: grid; gap: 12px; }
.cta-choice { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 14px; min-height: 78px; padding: 13px 17px; border-radius: 16px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.cta-choice:hover { transform: translateY(-3px); }
.cta-choice-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; }
.cta-choice-icon svg { width: 22px; }
.cta-choice-copy { display: flex; flex-direction: column; }
.cta-choice-copy small { margin-bottom: 2px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.cta-choice-copy strong { font-size: 17px; line-height: 1.25; letter-spacing: -.01em; }
.cta-choice-call { background: #fff; color: var(--wine-dark); box-shadow: 0 12px 30px rgba(47,10,6,.18); }
.cta-choice-call .cta-choice-icon { background: rgba(143,36,26,.09); color: var(--wine); }
.cta-choice-call .cta-choice-copy small { color: #8b6a64; }
.cta-choice-quote { border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); }
.cta-choice-quote:hover { background: rgba(255,255,255,.14); box-shadow: 0 12px 30px rgba(47,10,6,.12); }
.cta-choice-quote .cta-choice-icon { background: rgba(255,255,255,.10); color: #fff; }
.cta-choice-quote .cta-choice-copy small { color: rgba(255,255,255,.62); }

.footer { padding: 65px 0 30px; background: #171717; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .9fr 1fr; gap: 50px; }
.brand-footer { color: #fff; }
.footer-logo { display: block; width: auto; height: 92px; max-width: 165px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 290px; margin: 22px 0 10px; color: rgba(255,255,255,.55); font-size: 11px; }
.footer-rbq { font-size: 10px; color: rgba(255,255,255,.4); }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-col h3 { margin: 0 0 8px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: #fff; }
.footer-col a, .footer-col p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.6; }
.footer-col a:hover { color: #fff; }
.footer-cta p { margin-bottom: 7px; }
.footer-cta .btn { color: #fff; font-size: 10px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 48px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.34); font-size: 9px; }
.demo-note { text-transform: uppercase; letter-spacing: .08em; }

.mobile-action-bar { display: none; }
.toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; width: min(390px, calc(100% - 48px)); padding: 16px; border-radius: 14px; background: #171717; color: #fff; box-shadow: var(--shadow); display: grid; grid-template-columns: 35px 1fr; gap: 11px; align-items: center; transform: translateY(130px); opacity: 0; pointer-events: none; transition: .35s ease; }
.toast.show { transform: translateY(0); opacity: 1; }
.toast-check { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #2f6d4b; font-weight: 800; }
.toast strong, .toast small { display: block; }
.toast strong { font-size: 12px; }
.toast small { margin-top: 2px; color: rgba(255,255,255,.6); font-size: 9px; line-height: 1.45; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay { transition-delay: .12s; }

@media (max-width: 1080px) {
  .roofing-types .section-heading h2 { white-space: normal; }
  .desktop-nav { display: none; }
  .menu-btn { display: block; }
  .mobile-menu { position: absolute; top: 100%; left: 0; right: 0; padding: 18px 24px 25px; background: #fff; border-top: 1px solid #eee; box-shadow: 0 18px 30px rgba(0,0,0,.08); }
  .mobile-menu.open { display: grid; gap: 6px; }
  .mobile-menu a { padding: 10px 0; font-size: 13px; font-weight: 700; border-bottom: 1px solid #f2f2f2; }
  .mobile-menu .mobile-call { margin-top: 8px; color: var(--wine); border: 0; }
  .hero-grid { grid-template-columns: 1fr .84fr; gap: 38px; }
  .quote-card { padding: 25px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .roof-grid { grid-template-columns: 1fr 1fr; }
  .roof-card.large { grid-column: span 2; min-height: 470px; }
  .expertise-grid { gap: 60px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-cta { grid-column: span 3; flex-direction: row; align-items: center; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.08); }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, var(--container)); }
  .topbar-left { display: none; }
  .topbar-inner { justify-content: center; }
  .nav-wrap { min-height: 72px; }
  .btn-nav, .lang { display: none; }
  .hero { min-height: auto; }
  .hero-media { background-position: 60% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(18,18,18,.82) 0%, rgba(18,18,18,.78) 48%, rgba(18,18,18,.92) 100%); }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; padding: 66px 0 50px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(48px, 12vw, 65px); }
  .hero-lead { font-size: 15px; }
  .quote-card { max-width: 620px; }
  .proof-strip-inner { flex-direction: column; align-items: flex-start; padding: 28px 0; }
  .proof-logos { width: 100%; flex-wrap: wrap; }
  .section { padding: 82px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .roof-grid { grid-template-columns: 1fr; }
  .roof-card.large { grid-column: auto; }
  .roof-card { min-height: 410px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-media { min-height: 540px; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 220px 250px; }
  .project-card.tall { grid-row: auto; grid-column: span 2; }
  .project-card.wide { grid-column: span 2; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-cta { grid-column: span 2; }
}

@media (max-width: 560px) {
  body { padding-bottom: 66px; }
  .container { width: min(100% - 26px, var(--container)); }
  .topbar { font-size: 10px; }
  .topbar-right { gap: 9px; }
  .brand { min-width: 0; }
  .brand-logo { width: auto; height: 60px; max-width: 122px; }
  .hero-grid { padding-top: 52px; }
  .eyebrow { font-size: 9px; }
  .hero h1 { margin-bottom: 19px; font-size: clamp(44px, 14vw, 58px); }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 28px; }
  .call-button { min-width: 250px; }
  .trust-row { gap: 8px; margin-top: 32px; }
  .trust-item strong { font-size: 17px; }
  .trust-item span { font-size: 8px; }
  .quote-card { border-radius: 20px; padding: 23px 18px; }
  .quote-card h2 { font-size: 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .proof-strip-inner > p { font-size: 10px; }
  .footer-logo { height: 78px; max-width: 140px; }
  .proof-logos { gap: 20px; }
  .proof-logos img { max-height: 39px; max-width: 90px; }
  .rbq-badge { padding-left: 16px; }
  .section { padding: 68px 0; }
  .section-heading h2, .expertise-copy h2 { font-size: 39px; }
  .expertise-copy .lead { font-size: 17px; }
  .expertise-copy > p:not(.lead) { font-size: 14px; }
  .benefit strong { font-size: 16px; }
  .benefit p { font-size: 13px; }
  .section-heading > p { font-size: 12px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .roof-card { min-height: 360px; }
  .roof-content h3 { font-size: 29px; }
  .expertise-media { min-height: 460px; }
  .media-main { width: 88%; height: 370px; }
  .media-small { width: 53%; height: 190px; }
  .experience-stamp { width: 120px; height: 120px; bottom: 2px; left: -4px; }
  .experience-stamp strong { font-size: 35px; }
  .expertise-copy .lead { font-size: 17px; }
  .expertise-copy > p:not(.lead) { font-size: 14px; }
  .benefit strong { font-size: 16px; }
  .benefit p { font-size: 13px; }
  .check { width: 30px; height: 30px; font-size: 13px; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 270px); }
  .project-card.tall, .project-card.wide { grid-column: auto; }
  .cta-section { padding: 28px 0 42px; }
  .cta-inner { grid-template-columns: 1fr; gap: 28px; padding: 34px 24px; }
  .cta-copy h2 { font-size: 38px; }
  .cta-copy > p { font-size: 13px; }
  .cta-trust { gap: 7px; }
  .cta-trust span { font-size: 9px; }
  .cta-actions { width: 100%; }
  .cta-choice { min-height: 72px; }
  .footer { padding-top: 50px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-cta { grid-column: auto; flex-direction: column; align-items: flex-start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-action-bar { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; height: 66px; display: grid; grid-template-columns: .8fr 1.2fr; box-shadow: 0 -7px 25px rgba(0,0,0,.15); }
  .mobile-action { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 12px; font-weight: 800; }
  .mobile-action svg { width: 17px; }
  .mobile-action.call { background: #fff; color: var(--ink); }
  .mobile-action.quote { background: var(--wine); color: #fff; }
  .toast { bottom: 82px; right: 13px; width: calc(100% - 26px); }
}

@media (max-width: 640px) {
  .google-review-badge { gap: 10px; padding: 13px 14px; border-radius: 13px; }
  .google-stars { gap: 1px; font-size: 18px; }
  .google-score { font-size: 16px; }
  .google-count { font-size: 13px; }
  .google-word { font-size: 14px; }
}

/* V9 - service cards: real photos, fully visible, no washed-out white veil */
.service-card.service-photo {
  min-height: 330px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 34px rgba(31,25,20,.14);
}
.service-card.service-photo::before {
  display: none;
}
.service-card.service-photo::after,
.service-card.service-photo.featured::after,
.service-card.service-photo:not(.featured)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(12,12,12,.05) 0%,
    rgba(12,12,12,.12) 32%,
    rgba(12,12,12,.62) 61%,
    rgba(12,12,12,.91) 100%
  );
}
.service-card.service-photo > * {
  position: relative;
  z-index: 2;
}
.service-card.service-photo .service-icon,
.service-card.service-photo:not(.featured) .service-icon {
  background: rgba(255,255,255,.91);
  color: var(--wine);
  border: 1px solid rgba(255,255,255,.52);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.service-card.service-photo h3,
.service-card.service-photo:not(.featured) h3 {
  margin-top: auto;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.38);
}
.service-card.service-photo p,
.service-card.service-photo:not(.featured) p,
.service-card.service-photo.featured p {
  color: rgba(255,255,255,.84);
  text-shadow: 0 1px 8px rgba(0,0,0,.34);
}
.service-card.service-photo a,
.service-card.service-photo:not(.featured) a,
.service-card.service-photo.featured a {
  color: #ffd4cc;
  text-shadow: 0 1px 8px rgba(0,0,0,.4);
}
.service-card.service-photo .service-tag {
  background: rgba(20,20,20,.55);
  color: #ffd4cc;
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.service-card.service-photo:hover {
  border-color: rgba(255,255,255,.28);
  box-shadow: 0 18px 42px rgba(31,25,20,.2);
}

/* V10 - ensure card #1 keeps its real photo background */
.service-card.service-repair.featured {
  background-image: url('assets/reparation-toiture.png');
  background-size: cover;
  background-position: 62% center;
  background-repeat: no-repeat;
}
