/* Eastern Ontario Removal Services
   Warm paper, the map's ink, the logo's red. The hero and header share one
   "sky" whose colours sky.js sets from the sun's real position over Ottawa;
   everything below the hero stays on paper at every hour. */

:root {
  --paper: #f5efe4;
  --paper-2: #ece3d2;
  --ink: #221d19;
  --ink-2: #5b5148;
  --rule: #d8ccb7;
  --red: #a90203;
  --red-deep: #860102;
  --night: #1d1915;
  --night-2: #2a2520;
  --cream: #f4ede1;

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Source Sans 3", "Segoe UI", Arial, sans-serif;

  --wrap: 1200px;
  --gutter: clamp(20px, 4vw, 48px);
  --band-y: clamp(64px, 9vw, 120px);
  --header-h: 84px;

  /* The sky. sky.js overwrites these; these are midday, so the page is
     right even with JavaScript off. */
  --sky: #f4eee3;
  --water: #bccdc8;
  --land: #e9d6b3;
  --land-far: #f2ece2;
  --edge: #9c8560;
  --river: #b3c7c2;
  --dot: #3d342c;
  --label: #3d342c;
  --glow: #ffd28c;
  --lights: 0;
  --hq: #a90203;
  --hero-ink: #221d19;
  --hero-ink-2: #5b5148;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 16px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 1.0625rem/1.6 var(--font-body);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 {
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0;
}
h2 { font-size: clamp(2rem, 1.4rem + 2.4vw, 3.4rem); }
h3 { font-size: 1.45rem; line-height: 1.2; }
p { margin: 0; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: 2px; }

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 50;
  background: var(--ink); color: var(--paper); padding: 10px 14px; border-radius: 6px;
}
.skip:focus { top: 12px; }

.wrap { width: min(var(--wrap), 100% - var(--gutter) * 2); margin-inline: auto; }

.eyebrow {
  font: 600 0.78rem/1.2 var(--font-body);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 18px;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 26px;
  border-radius: 999px;
  font: 600 1.05rem/1 var(--font-body);
  text-decoration: none;
  transition: background-color .2s, transform .2s;
}
.btn--call { background: var(--red); color: #fff; }
.btn--call::before {
  content: ""; width: 18px; height: 18px; flex: none;
  background: currentColor;
  -webkit-mask: url("../img/phone.svg") center / contain no-repeat;
  mask: url("../img/phone.svg") center / contain no-repeat;
}
.btn--call:hover { background: var(--red-deep); }
.btn--quiet { border: 1.5px solid currentColor; padding: 14px 24px; }
.btn--quiet:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn--big { font-size: clamp(1.4rem, 1rem + 1.6vw, 2.2rem); padding: 22px 36px; }
.btn--big::before { width: 26px; height: 26px; }
.textlink {
  font-weight: 600; text-decoration: none;
  background: linear-gradient(currentColor, currentColor) 0 100% / 100% 1.5px no-repeat;
  padding-bottom: 3px;
}
.textlink:hover { background-size: 0 1.5px; background-position: 100% 100%; transition: background-size .3s; }

/* ---------- The sky: header + hero ---------- */

.sky {
  position: relative;
  background: var(--sky);
  color: var(--hero-ink);
  isolation: isolate;
  transition: background-color 1.4s ease, color 1.4s ease;
}

.site-header {
  position: relative; z-index: 3;
  display: flex; align-items: center; gap: 32px;
  height: var(--header-h);
  padding-inline: var(--gutter);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; flex: none; }
.brand__map { height: 46px; width: auto; fill: var(--hero-ink); transition: fill 1.4s ease; }
.brand__type { display: flex; flex-direction: column; gap: 5px; }
.brand__eors { height: 21px; width: auto; fill: var(--hq); transition: fill 1.4s ease; align-self: flex-start; }
.brand__name {
  font: 500 0.7rem/1 var(--font-body);
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--hero-ink-2);
  white-space: nowrap;
}

.nav { display: flex; gap: 28px; margin-left: auto; }
.nav a, .lang { text-decoration: none; font-weight: 500; font-size: 0.98rem; opacity: .85; }
.nav a:hover, .lang:hover { opacity: 1; text-decoration: underline; text-underline-offset: 5px; }
.header-end { display: flex; align-items: center; gap: 22px; }
.lang { letter-spacing: .08em; font-size: .85rem; border: 1px solid color-mix(in srgb, currentColor 35%, transparent); padding: 5px 8px; border-radius: 4px; }
.header-call { text-decoration: none; font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }
.header-call span {
  font-size: .72rem; letter-spacing: .1em; color: var(--hq);
  border: 1px solid currentColor; border-radius: 3px; padding: 2px 5px; margin-right: 6px;
  vertical-align: 2px;
}

.menu { display: none; position: relative; }
.menu summary {
  list-style: none; cursor: pointer; font-weight: 600;
  padding: 8px 14px; border: 1px solid color-mix(in srgb, currentColor 35%, transparent); border-radius: 999px;
}
.menu summary::-webkit-details-marker { display: none; }
.menu nav {
  position: absolute; right: 0; top: calc(100% + 10px); z-index: 10;
  display: grid; min-width: 200px; padding: 8px;
  background: var(--paper); color: var(--ink);
  border-radius: 12px; box-shadow: 0 18px 40px rgb(0 0 0 / .18);
}
.menu nav a { padding: 12px 14px; text-decoration: none; font-weight: 500; border-radius: 8px; }
.menu nav a:hover { background: var(--paper-2); }

.hero {
  position: relative;
  min-height: clamp(560px, calc(100svh - var(--header-h)), 860px);
  display: flex; align-items: center;
  padding: 24px var(--gutter) 88px;
}
.hero__map {
  position: absolute; z-index: -1;
  top: calc(var(--header-h) * -1); right: 0; bottom: 0; left: 0;
  overflow: hidden;
}
/* Fade the western edge of the map into the sky so the headline sits on calm ground. */
.hero__map::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg,
    var(--sky) 0%,
    color-mix(in srgb, var(--sky) 88%, transparent) 26%,
    color-mix(in srgb, var(--sky) 40%, transparent) 44%,
    transparent 60%);
  transition: background 1.4s ease;
}
.hero__map::before {
  /* paper grain, same at every hour */
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image: url("../img/grain.svg");
  background-size: 240px;
  opacity: .5;
  mix-blend-mode: multiply;
}
.map { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-water { fill: var(--water); transition: fill 1.4s ease; }
.land-on, .land-qc { fill: var(--land); transition: fill 1.4s ease; }
.land-far { fill: var(--land-far); transition: fill 1.4s ease; }
.map-edge path { fill: none; stroke: var(--edge); stroke-width: 7; opacity: .5; transition: stroke 1.4s ease; }
.map-rivers path { fill: none; stroke: var(--river); stroke-linecap: round; stroke-linejoin: round; transition: stroke 1.4s ease; }
.map-rivers .lake { fill: var(--water); stroke: none; transition: fill 1.4s ease; }
.map-lights { opacity: var(--lights); transition: opacity 1.4s ease; }
.map-lights circle { animation: breathe 7s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.map-lights circle:nth-child(3n) { animation-delay: -2.3s; animation-duration: 9s; }
.map-lights circle:nth-child(4n+1) { animation-delay: -4.1s; animation-duration: 8s; }
@keyframes breathe { 50% { opacity: .72; } }
.map-dots circle { fill: var(--dot); opacity: calc(0.75 - var(--lights) * 0.55); transition: fill 1.4s ease, opacity 1.4s ease; }
.map-labels text {
  font: italic 400 19px var(--font-display);
  fill: var(--label);
  paint-order: stroke; stroke: var(--land); stroke-width: 4px; stroke-linejoin: round;
  transition: fill 1.4s ease, stroke 1.4s ease;
}
.map-labels text.big { font-size: 25px; }
.hq-dot { fill: var(--hq); transition: fill 1.4s ease; }
.hq-ring { fill: none; stroke: var(--hq); stroke-width: 2; transform-box: fill-box; transform-origin: center; animation: ping 3.2s ease-out infinite; transition: stroke 1.4s ease; }
@keyframes ping { from { transform: scale(.6); opacity: .9; } to { transform: scale(2.8); opacity: 0; } }

.hero__copy { position: relative; max-width: 620px; }
.hero__copy .eyebrow { color: var(--hero-ink-2); transition: color 1.4s ease; }
.hero h1 {
  font-size: clamp(3.6rem, 1.6rem + 7vw, 8.4rem);
  font-weight: 350;
  line-height: .94;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
}
.hero__lede { font-size: clamp(1.15rem, 1rem + .5vw, 1.4rem); line-height: 1.45; max-width: 30ch; }
.hero__now {
  margin-top: 14px; color: var(--hero-ink-2);
  font: italic 400 1.1rem/1.4 var(--font-display);
  transition: color 1.4s ease;
}
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 28px; margin-top: 34px; }

.map-key {
  position: absolute; right: var(--gutter); bottom: 28px;
  display: flex; align-items: center; gap: 10px;
  font-size: .85rem; color: var(--hero-ink-2);
  transition: color 1.4s ease;
}
.map-key__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--hq); box-shadow: 0 0 0 4px color-mix(in srgb, var(--hq) 25%, transparent); }

/* ---------- Bands ---------- */

.band { padding-block: var(--band-y); }
.band--quiet { background: var(--paper-2); }
.band--ink { background: var(--night); color: var(--cream); }
.band--ink .eyebrow { color: #b9ab98; }
.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.split--media { align-items: center; }
.section-head { position: sticky; top: 32px; }
.section-head h2 { margin-bottom: 20px; }
.section-head p { color: var(--ink-2); max-width: 36ch; }
.section-head .btn { margin-top: 28px; }

/* Services, laid out as a route: stops in the order the work happens. */
.services-head { max-width: 760px; margin-bottom: clamp(48px, 6vw, 80px); }
.services-head h2 { font-size: clamp(2.4rem, 1.4rem + 3.4vw, 4.4rem); margin-bottom: 22px; max-width: 14ch; }
.services-head p { color: var(--ink-2); font-size: 1.15rem; max-width: 52ch; }

.route { --route-x: 8px; --route: 1; position: relative; }
.route__line {
  position: absolute; left: calc(var(--route-x) - 1px); top: 14px; bottom: 36px; width: 2px;
  background: repeating-linear-gradient(to bottom, var(--rule) 0 7px, transparent 7px 13px);
}
.route__progress {
  position: absolute; inset: 0; background: var(--red);
  transform-origin: top; transform: scaleY(var(--route));
}
.stops { list-style: none; margin: 0; padding: 0; }
.stop {
  position: relative;
  display: grid; grid-template-columns: minmax(0, 18rem) minmax(0, 1fr); gap: 40px;
  padding-bottom: clamp(48px, 5vw, 72px);
}
.stop__label { position: sticky; top: 28px; align-self: start; padding-left: 40px; }
.stop__dot {
  position: absolute; left: calc(var(--route-x) - 9px); top: 5px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--paper); border: 2px solid var(--rule);
  transition: background-color .4s, border-color .4s, box-shadow .4s;
}
.stop.is-lit .stop__dot, .route:not(.is-live) .stop__dot {
  background: var(--red); border-color: var(--red);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--red) 16%, transparent);
}
.stop__num { display: block; font: 400 .95rem/1 var(--font-display); color: var(--red); font-variant-numeric: tabular-nums; margin: 6px 0 12px; }
.stop__name { font-size: clamp(1.6rem, 1.2rem + 1vw, 2.1rem); }
.stop__when { margin-top: 8px; font: italic 400 1.05rem/1.4 var(--font-display); color: var(--ink-2); }

.stop__cards { display: grid; gap: 16px; }
.svc {
  display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 24px; align-items: start;
  padding: 28px 30px;
  background: #fbf8f2; border: 1px solid var(--rule); border-radius: 16px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.svc:hover { transform: translateY(-3px); border-color: #cbbb9c; box-shadow: 0 18px 36px -12px rgb(70 48 24 / .18); }
.svc__icon {
  width: 64px; height: 64px; padding: 10px; border-radius: 50%;
  background: var(--paper-2);
  fill: none; stroke: var(--ink); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
  transition: background-color .3s;
}
.svc:hover .svc__icon { background: #e6d9c2; }
.svc__icon .accent { fill: var(--red); stroke: var(--red); }
.svc__icon .accent-line { stroke: var(--red); }
.svc h4 { font: 400 1.55rem/1.15 var(--font-display); letter-spacing: -0.01em; margin: 4px 0 10px; }
.svc p { color: var(--ink-2); max-width: 58ch; }
.chips { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips li {
  font-size: .84rem; font-weight: 500; line-height: 1;
  padding: 7px 12px; border-radius: 999px;
  background: var(--paper-2); color: #4a4038;
}
.stop--end { padding-bottom: 0; align-items: center; }
.stop--end .stop__num { display: none; }
.stop--end .stop__label { position: relative; top: auto; }
.stop--end .stop__dot { top: 50%; margin-top: -9px; }
.stop--end .stop__name { font-size: clamp(1.4rem, 1.1rem + .8vw, 1.8rem); }
.stop--end .stop__cards { justify-items: start; }

.facts { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; align-items: center; }
.facts strong { display: block; font: 350 clamp(2.6rem, 2rem + 2vw, 3.8rem)/1 var(--font-display); letter-spacing: -0.02em; margin-bottom: 10px; }
.facts span { color: var(--ink-2); font-size: .98rem; display: block; max-width: 22ch; }
.facts__bao img { width: 190px; mix-blend-mode: multiply; }
.trusted { margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--rule); font: italic 400 1.35rem/1.4 var(--font-display); max-width: 48ch; }

.regions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
.regions h3 { font-size: 1rem; font-family: var(--font-body); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--red); margin-bottom: 14px; }
.regions ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.regions li { font: 400 1.6rem/1.2 var(--font-display); padding: 14px 0; border-bottom: 1px solid var(--rule); }
.regions__intro { grid-column: 1 / -1; margin-bottom: -12px; font: italic 400 1.2rem/1.4 var(--font-display); color: var(--ink-2); }
.regions li.regions__more { font-style: italic; font-size: 1.3rem; color: var(--ink-2); border-bottom: 0; }

/* The coach fills its own photo edge to edge, so show it smaller in a wider
   frame and let its sides dissolve into a blurred copy of the same street.
   The ::before url is the same file as the <img> in #fleet: change both. */
.fleet-photo {
  position: relative; margin: 0; border-radius: 4px; overflow: hidden;
  aspect-ratio: 4 / 3; background: #101318; isolation: isolate;
}
.fleet-photo::before {
  content: ""; position: absolute; inset: -48px; z-index: -1;
  background: url("../img/fleet-coach.jpg") center / cover;
  filter: blur(22px) brightness(.8) saturate(.9);
}
.fleet-photo img {
  height: 100%; width: auto; margin-inline: auto;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}
.band--ink h2 { margin-bottom: 18px; }
.band--ink p { color: #cfc3b2; max-width: 44ch; }
.fleet-list { margin: 36px 0 0; border-top: 1px solid #3d362f; }
.fleet-list div { display: grid; grid-template-columns: minmax(0, 12rem) minmax(0, 1fr); gap: 20px; padding: 16px 0; border-bottom: 1px solid #3d362f; }
.fleet-list dt { font-weight: 600; color: var(--cream); }
.fleet-list dd { margin: 0; color: #cfc3b2; }

.supply-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.supply-list li { font: 400 1.45rem/1.2 var(--font-display); padding: 14px 0; border-bottom: 1px solid var(--rule); }

.team-photo { margin: 0; border-radius: 4px; overflow: hidden; }
#about h2 { margin-bottom: 18px; }
#about .split > div > p { color: var(--ink-2); max-width: 46ch; }
.people { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; margin-top: 36px; }
.people h3 { margin-bottom: 6px; }
.people .people__role { font: 600 .74rem/1.3 var(--font-body); letter-spacing: .14em; text-transform: uppercase; color: var(--red); margin-bottom: 14px; }
.people p { color: var(--ink-2); font-size: 1rem; margin-bottom: 12px; }
.people a { font-weight: 600; color: var(--red); text-decoration-thickness: 1px; text-underline-offset: 4px; }

.band--call { background: var(--night-2); color: var(--cream); }
.band--call .eyebrow { color: #b9ab98; }
.contact { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 48px; align-items: end; }
.contact h2 { font-size: clamp(2.6rem, 1.6rem + 4vw, 5rem); margin-bottom: 32px; }
.contact .textlink { display: inline-block; margin-top: 22px; }
.addresses { margin: 0; display: grid; gap: 26px; }
.addresses dt { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: #b9ab98; font-weight: 600; margin-bottom: 6px; }
.addresses dd { margin: 0; font: 400 1.25rem/1.4 var(--font-display); }

.site-footer { background: var(--night); color: #b9ab98; font-size: .92rem; padding: 26px 0; }
.footer { display: flex; flex-wrap: wrap; gap: 8px 32px; justify-content: space-between; }
.footer a { color: var(--cream); }

.callbar { display: none; }

/* ---------- Narrower screens ---------- */

@media (max-width: 1080px) {
  .nav { display: none; }
  .menu { display: block; }
}

@media (max-width: 860px) {
  :root { --header-h: 72px; }
  .split, .contact { grid-template-columns: minmax(0, 1fr); }
  .section-head { position: static; }
  .stop { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .stop__label { position: relative; top: auto; }
  .stop__cards { padding-left: 40px; }
  .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .header-call { display: none; }
}

@media (max-width: 720px) {
  .site-header { gap: 12px; }
  .header-end { gap: 10px; margin-left: auto; }
  .brand { gap: 10px; min-width: 0; flex: 0 1 auto; }
  .brand__map { height: 38px; }
  .brand__eors { height: 17px; }
  .brand__name { font-size: .58rem; letter-spacing: .08em; line-height: 1.25; white-space: normal; max-width: 13em; }
  .eyebrow { letter-spacing: .1em; }

  .hero { flex-direction: column; align-items: stretch; min-height: 0; padding-top: 0; padding-bottom: 48px; }
  .hero__map { position: relative; top: auto; inset: auto; height: 44vh; min-height: 280px; margin: 0 calc(var(--gutter) * -1) 28px; }
  .map { left: auto; right: 0; width: auto; aspect-ratio: 1630 / 1000; height: 100%; }
  .hero__map::after { background: linear-gradient(180deg, transparent 55%, var(--sky) 100%); }
  .hero h1 { font-size: clamp(3.2rem, 1rem + 11vw, 4.6rem); margin-bottom: 20px; }
  .map-key { position: static; margin-top: 28px; }

  .regions, .people { grid-template-columns: minmax(0, 1fr); }
  .fleet-list div { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .svc { grid-template-columns: minmax(0, 1fr); gap: 14px; padding: 22px 20px; }
  .svc__icon { width: 52px; height: 52px; padding: 8px; }
  .stop__cards { padding-left: 32px; }
  .stop__label { padding-left: 32px; }

  body { padding-bottom: 68px; }
  .callbar {
    display: flex; justify-content: center; align-items: center; gap: 10px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
    height: 64px; padding-bottom: env(safe-area-inset-bottom);
    background: var(--red); color: #fff; text-decoration: none;
    font: 600 1.15rem/1 var(--font-body); font-variant-numeric: tabular-nums;
    box-shadow: 0 -6px 20px rgb(0 0 0 / .15);
  }
  .callbar span { font-weight: 400; opacity: .9; }
  .map { height: 125%; top: -6%; bottom: auto; }
}

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

/* French runs longer: "À toute heure," is nearly twice "Anytime," */
html:lang(fr) .hero:not(.hero--service) h1 { font-size: clamp(3rem, 1.2rem + 5.2vw, 6.4rem); }
@media (max-width: 720px) {
  html:lang(fr) .hero:not(.hero--service) h1 { font-size: clamp(2.6rem, .6rem + 9vw, 3.6rem); }
}

/* The fleet photo gets an even split so the zoomed out frame is not small. */
@media (min-width: 861px) {
  #fleet .split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
}

.svc__more {
  display: inline-block; margin-top: 18px;
  font-weight: 600; font-size: .95rem; color: var(--red);
  text-decoration: none; border-bottom: 1.5px solid currentColor; padding-bottom: 2px;
}
.svc__more::after { content: " \2192"; }
.svc__more:hover { color: var(--red-deep); }

/* ---------- Service pages ---------- */

.hero--service { min-height: clamp(480px, 68svh, 700px); }
.hero--service h1 { font-size: clamp(2.8rem, 1.2rem + 4.4vw, 5.6rem); line-height: 1; letter-spacing: -0.025em; max-width: 11ch; }
.crumb a { color: inherit; text-decoration: none; border-bottom: 1px solid currentColor; }
.crumb span { margin: 0 6px; opacity: .6; }

.svc__icon--big { display: block; width: 88px; height: 88px; padding: 14px; margin-bottom: 28px; }
.prose p { font-size: 1.18rem; line-height: 1.65; color: var(--ink-2); max-width: 60ch; }
.prose p + p { margin-top: 1.1em; }
.works-with { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--rule); }
.works-with h3 { font: 600 .78rem/1.2 var(--font-body); letter-spacing: .16em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
.prose .works-with p { font: italic 400 1.4rem/1.4 var(--font-display); color: var(--ink); }

.service-photo .fleet-photo { max-width: 920px; margin-inline: auto; }

.includes-title { margin-bottom: 36px; }
.includes { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
@media (min-width: 1000px) { .includes[data-count="6"] { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.includes li { background: #fbf8f2; border: 1px solid var(--rule); border-radius: 16px; padding: 26px 28px; }
.includes h3 { font-size: 1.4rem; margin-bottom: 8px; }
.includes p { color: var(--ink-2); }
.service-note { margin-top: 32px; font-size: 1.1rem; }
.service-note .svc__more { margin: 0 0 0 8px; }

.related { padding-block: 64px; border-top: 1px solid var(--rule); }
.related__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.related__list a {
  display: flex; align-items: center; gap: 16px; height: 100%;
  padding: 18px 22px; border: 1px solid var(--rule); border-radius: 14px;
  background: #fbf8f2; text-decoration: none;
  font: 400 1.25rem/1.2 var(--font-display);
  transition: transform .3s ease, border-color .3s ease;
}
.related__list a:hover { transform: translateY(-2px); border-color: #cbbb9c; }
.related__list .svc__icon { width: 48px; height: 48px; padding: 8px; flex: none; }
.related__list li:last-child a { background: transparent; border-style: dashed; }
.related__list li:last-child a::after { content: "\2192"; margin-left: auto; color: var(--red); }

@media (max-width: 860px) {
  .includes, .related__list { grid-template-columns: minmax(0, 1fr); }
}

/* Long service names ("Adjoints aux directeurs de funérailles") step down a size. */
.hero--long h1 { font-size: clamp(2.4rem, 1rem + 3.6vw, 4.6rem); max-width: 14ch; }

/* Coverage lists duties without descriptions: a ruled two column list, not cards. */
.duties { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 48px; border-top: 1px solid var(--rule); }
.duties li { break-inside: avoid; padding: 16px 0; border-bottom: 1px solid var(--rule); font: 400 1.45rem/1.25 var(--font-display); }
@media (max-width: 720px) { .duties { columns: 1; } }

.section-head .territory-note { margin-top: 18px; padding-left: 14px; border-left: 2px solid var(--red); font-size: .98rem; }
