/* Fischer Haus- und Handwerksservice — Weiß/Gold */
:root {
  --gold: #D4AF37;
  --gold-dark: #806515;
  --gold-pale: #FAF6E8;
  --ink: #171717;
  --muted: #626262;
  --line: #E8E3D5;
  --surface: #F8F8F6;
  --white: #FFFFFF;
  --shadow: 0 18px 50px rgba(20, 20, 20, .08);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-dark); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--gold); }
.section { padding: 104px 0; }
.section-soft { background: var(--surface); }
.section-head { max-width: 760px; margin-bottom: 46px; }
.section-head h2, .legal-main h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.035em; margin: 14px 0 18px; }
.section-head p { color: var(--muted); font-size: 1.08rem; margin: 0; }
.gold-mark { color: var(--gold-dark); font-style: italic; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(232,227,213,.9); backdrop-filter: blur(14px); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 228px; height: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; font-size: .92rem; font-weight: 750; color: #303030; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--gold-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #17120A; box-shadow: 0 10px 24px rgba(212,175,55,.24); }
.button-gold:hover { box-shadow: 0 14px 30px rgba(212,175,55,.34); }
.button-outline { background: #fff; border-color: var(--line); color: var(--ink); }
.button-outline:hover { border-color: var(--gold); }
.menu-btn { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.menu-btn span { display: block; width: 19px; height: 2px; margin: 4px auto; background: var(--ink); }
.mobile-panel { display: none; }
.hero { position: relative; overflow: hidden; padding: 92px 0 78px; background: linear-gradient(180deg, #fff 0%, #fffdf8 100%); }
.hero::after { content: ""; position: absolute; width: 500px; height: 500px; right: -180px; top: -190px; border-radius: 50%; background: rgba(212,175,55,.12); filter: blur(2px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 6vw, 6.2rem); line-height: .98; letter-spacing: -.055em; margin: 18px 0 24px; }
.hero p { max-width: 680px; color: var(--muted); font-size: 1.16rem; margin: 0 0 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); color: #404040; font-size: .92rem; font-weight: 700; }
.hero-trust span::before { content: "✓"; color: var(--gold-dark); margin-right: 8px; }
.hero-card { background: #fff; border: 1px solid var(--line); border-radius: 32px; padding: 34px; box-shadow: var(--shadow); }
.hero-card-logo { padding: 16px 18px 24px; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.hero-card-logo img { width: 100%; max-width: 480px; display: block; margin: auto; }
.hero-card h2 { font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; margin: 0 0 16px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; color: #3e3e3e; }
.check-list li::before { content: "✓"; width: 25px; height: 25px; flex: 0 0 25px; border-radius: 50%; background: var(--gold-pale); color: var(--gold-dark); display: grid; place-items: center; font-size: .8rem; font-weight: 900; }
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 26px 22px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; margin-bottom: 4px; }
.trust-item span { color: var(--muted); font-size: .88rem; }
.services { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { display: flex; flex-direction: column; min-height: 500px; padding: 0 30px 30px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(212,175,55,.7); box-shadow: var(--shadow); }
.service-image { display: block; width: calc(100% + 60px); max-width: none; height: 205px; margin: 0 -30px 25px; object-fit: cover; border-bottom: 1px solid var(--line); background: #eee; }
.service-number { color: var(--gold-dark); font-size: .78rem; font-weight: 850; letter-spacing: .14em; }
.service-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; line-height: 1.15; margin: 22px 0 12px; }
.service-card p { color: var(--muted); margin: 0 0 20px; }
.service-card .more { margin-top: auto; font-weight: 850; color: var(--gold-dark); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.about-panel { position: sticky; top: 116px; padding: 36px; border-radius: 28px; background: var(--ink); color: #fff; }
.about-panel .eyebrow { color: #f0d979; }
.about-panel h2 { font-family: Georgia, "Times New Roman", serif; font-size: 2.8rem; line-height: 1.05; margin: 16px 0 18px; }
.about-panel p { color: #d5d5d5; }
.reasons { display: grid; gap: 16px; }
.reason { padding: 27px 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.reason h3 { margin: 0 0 6px; font-size: 1.1rem; }
.reason p { margin: 0; color: var(--muted); }
.local-box { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 42px; background: var(--gold-pale); border: 1px solid rgba(212,175,55,.35); border-radius: 28px; }
.local-box h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.4vw, 3.2rem); line-height: 1.08; margin: 0 0 12px; }
.local-box p { color: #5d5542; margin: 0; max-width: 720px; }
.faq { display: grid; gap: 12px; max-width: 900px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 20px 22px; }
summary { cursor: pointer; font-weight: 850; }
details p { color: var(--muted); margin: 14px 0 0; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.contact-copy h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem,4vw,4rem); line-height: 1.05; margin: 14px 0 18px; }
.contact-copy > p { color: var(--muted); }
.contact-list { display: grid; gap: 14px; margin-top: 30px; }
.contact-link { display: block; text-decoration: none; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.contact-link small { display: block; color: var(--gold-dark); font-weight: 850; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 3px; }
.contact-link strong { overflow-wrap: anywhere; }
.contact-form { background: #fff; padding: 34px; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.contact-form h3 { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; margin: 0 0 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: grid; gap: 7px; }
.form-group.full { grid-column: 1 / -1; }
label { font-size: .88rem; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid #dcd8cd; border-radius: 11px; padding: 13px 14px; background: #fff; color: var(--ink); }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(212,175,55,.18); border-color: var(--gold); }
textarea { min-height: 145px; resize: vertical; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .86rem; }
.checkbox input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; }
.form-note { color: var(--muted); font-size: .82rem; }
.form-status { margin-top: 16px; font-weight: 800; }
.hp-field { position: absolute !important; left: -9999px !important; }
.site-footer { padding: 58px 0 28px; background: #111; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 50px; }
.footer-brand img { width: 270px; filter: none; }
.footer-brand p { color: #bbb; max-width: 480px; }
.footer-col h3 { color: #f0d979; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer-col a { color: #d4d4d4; text-decoration: none; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid #303030; color: #9e9e9e; font-size: .83rem; }
.footer-bottom nav { display: flex; gap: 18px; }
.footer-bottom a { color: #bdbdbd; text-decoration: none; }
.legal-main { padding: 70px 0 100px; }
.legal-main .content { max-width: 820px; }
.legal-main h2 { font-family: Georgia, "Times New Roman", serif; margin-top: 36px; }
.legal-main h3 { margin-top: 28px; }
.legal-main p, .legal-main li { color: #4e4e4e; }
.breadcrumb { padding-top: 26px; font-size: .88rem; color: var(--muted); }
.breadcrumb a { color: var(--gold-dark); text-decoration: none; }
@media (max-width: 980px) {
  .nav-links, .nav > .button { display: none; }
  .menu-btn { display: block; }
  .mobile-panel.open { display: grid; gap: 4px; padding: 12px 20px 20px; border-top: 1px solid var(--line); background: #fff; }
  .mobile-panel a { padding: 12px 0; text-decoration: none; font-weight: 800; }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 68px; }
  .hero-card { max-width: 650px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services { grid-template-columns: repeat(2,1fr); }
  .about-panel { position: static; }
  .local-box { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .nav { min-height: 72px; }
  .brand img { width: 190px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-card { padding: 24px; border-radius: 24px; }
  .trust-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }

  /* Mobile Leistungs-Karussell: eine Karte pro Wischbewegung, endlos im Kreis. */
  .services {
    display: flex;
    gap: 14px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 0 16px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-inline: 0;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
  }
  .services::-webkit-scrollbar { display: none; }
  .service-card {
    flex: 0 0 100%;
    min-width: 100%;
    min-height: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .service-image { height: 210px; }
  .contact-form { padding: 24px; }
  .footer-bottom { flex-direction: column; }
}


/* Mobile-first Feinschliff und touch-freundliches Leistungskarussell */
.service-carousel-controls { display: none; }

@media (hover: none) {
  .button:hover,
  .service-card:hover { transform: none; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 76px; }
  body { overflow-x: hidden; }
  .container { width: min(100% - 24px, 1180px); }
  .section { padding: 58px 0; }
  .section-head { margin-bottom: 28px; }
  .section-head h2,
  .legal-main h1 { font-size: clamp(2rem, 10vw, 2.75rem); line-height: 1.08; }
  .section-head p { font-size: 1rem; line-height: 1.6; }

  .nav { min-height: 66px; gap: 12px; }
  .brand img { width: 158px; }
  .menu-btn { width: 44px; height: 44px; flex: 0 0 44px; }
  .mobile-panel.open { padding: 8px 12px 16px; }
  .mobile-panel a { min-height: 48px; display: flex; align-items: center; padding: 10px 2px; }

  .hero { padding: 44px 0 48px; }
  .hero::after { width: 320px; height: 320px; right: -180px; top: -150px; }
  .hero-grid { gap: 34px; }
  .hero h1 {
    font-size: clamp(2.45rem, 11vw, 3.15rem);
    line-height: 1.02;
    letter-spacing: -.045em;
    margin: 14px 0 18px;
  }
  .hero p { font-size: 1rem; line-height: 1.58; margin-bottom: 24px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .hero-actions .button { width: 100%; min-height: 52px; }
  .hero-trust { display: grid; gap: 9px; margin-top: 22px; padding-top: 18px; font-size: .88rem; }
  .hero-card { padding: 22px; border-radius: 20px; box-shadow: 0 12px 34px rgba(20,20,20,.08); }
  .hero-card-logo { display: none; }
  .hero-card h2 { font-size: 1.48rem; line-height: 1.18; margin-bottom: 14px; }
  .check-list { gap: 10px; }
  .check-list li { font-size: .92rem; line-height: 1.48; }

  .trust-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .trust-item { padding: 18px 13px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(even) { border-right: 0; }
  .trust-item:nth-last-child(-n+2) { border-bottom: 0; }
  .trust-item strong { font-size: 1.06rem; line-height: 1.2; }
  .trust-item span { font-size: .78rem; line-height: 1.4; }

  .services {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 30px 16px 0;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
  }
  .services:focus-visible { outline: 3px solid rgba(212,175,55,.32); outline-offset: 5px; border-radius: var(--radius); }
  .services::-webkit-scrollbar { display: none; }
  .service-card {
    flex: 0 0 calc(100% - 32px);
    min-width: calc(100% - 32px);
    min-height: 505px;
    padding: 0 22px 24px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border-radius: 20px;
  }
  .service-image {
    width: calc(100% + 44px);
    height: 195px;
    margin: 0 -22px 20px;
  }
  .service-card h3 { font-size: 1.43rem; line-height: 1.14; margin: 16px 0 10px; overflow-wrap: anywhere; }
  .service-card p { font-size: .94rem; line-height: 1.55; margin-bottom: 18px; }
  .service-card .more { min-height: 44px; display: flex; align-items: flex-end; font-size: .94rem; }

  .service-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
  }
  .carousel-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    color: var(--ink);
    font-size: 1.1rem;
    font-weight: 900;
    cursor: pointer;
    touch-action: manipulation;
  }
  .carousel-arrow:active { background: var(--gold-pale); border-color: var(--gold); }
  .carousel-dots { display: flex; align-items: center; justify-content: center; gap: 7px; min-width: 120px; }
  .carousel-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #d8d4c8;
    cursor: pointer;
    transition: width .2s ease, background .2s ease;
  }
  .carousel-dot[aria-current="true"] { width: 24px; background: var(--gold-dark); }
  .swipe-hint { flex-basis: 100%; text-align: center; color: var(--muted); font-size: .78rem; }

  .about-grid,
  .contact-grid { gap: 36px; }
  .about-panel { padding: 24px; border-radius: 22px; }
  .about-panel h2 { font-size: 2.18rem; }
  .reason { padding: 22px; }

  .local-box { padding: 24px; gap: 24px; border-radius: 22px; }
  .local-box h2 { font-size: 2rem; }
  .local-box .button { width: 100%; }

  details { padding: 17px 18px; }
  summary { line-height: 1.4; }

  .contact-copy h2 { font-size: 2.35rem; }
  .contact-list { margin-top: 24px; }
  .contact-link { padding: 16px; }
  .contact-form { padding: 20px; border-radius: 20px; }
  .contact-form h3 { font-size: 1.72rem; }
  .form-grid { grid-template-columns: 1fr; gap: 15px; }
  .form-group.full { grid-column: auto; }
  input,
  select,
  textarea { font-size: 16px; min-height: 48px; }
  textarea { min-height: 132px; }
  .contact-form .button { width: 100%; min-height: 52px; }
  .checkbox { font-size: .82rem; line-height: 1.45; }

  .site-footer { padding: 44px 0 24px; }
  .footer-grid { gap: 28px; }
  .footer-brand img { width: 220px; }
  .footer-bottom { margin-top: 30px; }

  .legal-main { padding: 42px 0 70px; }
  .legal-main .content { overflow-wrap: anywhere; }
}

@media (max-width: 360px) {
  .container { width: min(100% - 20px, 1180px); }
  .brand img { width: 146px; }
  .hero h1 { font-size: 2.35rem; }
  .service-card { flex-basis: calc(100% - 24px); min-width: calc(100% - 24px); padding-inline: 19px; }
  .service-image { width: calc(100% + 38px); margin-inline: -19px; }
  .carousel-dots { min-width: 106px; gap: 6px; }
}

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


/* =========================================================
   FINALER MOBILE-FIX — verhindert jegliches Seiten-Überlaufen
   ========================================================= */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body,
header,
main,
footer,
section,
.container,
.hero-grid,
.about-grid,
.contact-grid,
.trust-grid,
.local-box {
  min-width: 0;
  max-width: 100%;
}

.hero-grid > *,
.about-grid > *,
.contact-grid > *,
.trust-grid > *,
.local-box > *,
.footer-grid > * {
  min-width: 0;
}

h1,
h2,
h3,
p,
li,
strong,
a,
span,
summary,
label {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.hero h1,
.section-head h2,
.contact-copy h2,
.about-panel h2,
.local-box h2,
.service-card h3 {
  max-width: 100%;
  hyphens: auto;
  -webkit-hyphens: auto;
  word-break: normal;
}

@supports not (overflow-x: clip) {
  html,
  body { overflow-x: hidden; }
}

@media (max-width: 720px) {
  .container {
    width: calc(100% - 28px);
    max-width: 100%;
    margin-inline: auto;
  }

  .site-header,
  .nav,
  .mobile-panel,
  .hero,
  .hero-grid,
  .hero-grid > div,
  .hero-card,
  .trust-strip,
  .section,
  .section-head,
  .about-panel,
  .reasons,
  .local-box,
  .faq,
  .contact-copy,
  .contact-form,
  .site-footer {
    min-width: 0;
    max-width: 100%;
  }

  .nav {
    width: calc(100% - 28px);
    padding-inline: 0;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 58px);
  }

  .brand img {
    width: 164px;
    max-width: 100%;
  }

  .hero {
    padding: 38px 0 44px;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 9.1vw, 2.65rem);
    line-height: 1.04;
    letter-spacing: -0.035em;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hero p {
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  .eyebrow {
    max-width: 100%;
    font-size: .72rem;
    letter-spacing: .13em;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
    max-width: 100%;
  }

  .hero-trust {
    width: 100%;
    max-width: 100%;
  }

  .hero-trust span {
    min-width: 0;
    max-width: 100%;
  }

  .hero-card {
    width: 100%;
    padding: 21px 18px;
  }

  .hero-card h2 {
    font-size: 1.42rem;
    overflow-wrap: anywhere;
  }

  .check-list li {
    min-width: 0;
    font-size: .91rem;
  }

  .trust-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-item {
    min-width: 0;
    padding: 17px 12px;
  }

  .trust-item strong,
  .trust-item span {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  /* Nur die Leistungskarten scrollen horizontal, niemals die ganze Seite. */
  #leistungen .container {
    overflow: hidden;
  }

  .services {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 4px 18px 16px 0;
    overflow-x: auto;
    overflow-y: hidden;
    contain: layout paint;
  }

  .service-card {
    box-sizing: border-box;
    flex: 0 0 calc(100% - 18px);
    width: calc(100% - 18px);
    min-width: calc(100% - 18px);
    max-width: calc(100% - 18px);
    min-height: 480px;
    padding: 0 20px 22px;
  }

  .service-image {
    width: calc(100% + 40px);
    max-width: none;
    height: 190px;
    margin: 0 -20px 18px;
  }

  .service-card h3 {
    font-size: 1.34rem;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .service-card p {
    font-size: .93rem;
  }

  .service-carousel-controls {
    max-width: 100%;
  }

  .about-panel h2,
  .contact-copy h2,
  .section-head h2,
  .local-box h2 {
    font-size: clamp(1.95rem, 8.7vw, 2.4rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .reason,
  .local-box,
  details,
  .contact-link,
  .contact-form {
    width: 100%;
    max-width: 100%;
  }

  .contact-link strong,
  .footer-col a,
  .footer-brand p,
  .legal-main p,
  .legal-main a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  input,
  select,
  textarea,
  button {
    max-width: 100%;
  }
}

@media (max-width: 360px) {
  .container,
  .nav { width: calc(100% - 20px); }
  .brand img { width: 148px; }
  .hero h1 { font-size: 2rem; }
  .hero-card { padding-inline: 16px; }
  .service-card {
    flex-basis: calc(100% - 14px);
    width: calc(100% - 14px);
    min-width: calc(100% - 14px);
    max-width: calc(100% - 14px);
  }
}
