@font-face {
    font-family: 'Roboto';
    src: url('../assets/startseite-neu/Roboto-Variable.ttf') format('truetype');
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --blue: #006eae;
    --orange: #f45135;
    --pale: #dce3ff;
    --ink: #101010;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: 'Roboto', Arial, sans-serif; font-size: 16px; line-height: 1.35; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.17; }
h2 { color: var(--blue); font-size: 30px; font-weight: 700; margin-bottom: 18px; }
p + p { margin-top: 14px; }
:focus-visible { outline: 3px solid #f8bd43; outline-offset: 5px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; background: white; color: var(--blue); padding: 12px 20px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
/* Hero und Footer füllen die Fensterbreite; ihre Inhalte bleiben zentriert. */
.page, .hero-inner, .footer-inner { width: 100%; max-width: 1600px; margin-inline: auto; }
.content { width: 68%; margin-inline: auto; }
.wide { width: 86%; margin-inline: auto; }
.text-column { max-width: 76%; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 10px 24px; border-radius: 999px; background: var(--orange); color: #fff; font-size: 18px; font-weight: 700; line-height: 1.15; text-align: center; text-decoration: none; transition: background .18s, transform .18s; }
.button:hover { background: #d73c23; transform: translateY(-2px); }
.button-small { min-height: 36px; padding: 10px 19px; font-size: 13px; }
.pale { background: linear-gradient(120deg, #dce3ff 0%, #edf1ff 58%, #fcfdff 100%); }
.blue-texture { position: relative; isolation: isolate; background: #326fa5; color: #fff; }
.blue-texture::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(#285f9b70, #367baa70), url('../assets/startseite-neu/reha-hintergrund.webp') 40% 50% / auto 150%; filter: blur(10px); clip-path: inset(0); }
.blue-texture h2 { color: #fff; }

/* Kopfbereich und Titelmotiv */
.hero { min-height: calc(490px + 10vh); position: relative; isolation: isolate; color: #fff; background: #255e95; }
.hero-inner { position: relative; min-height: inherit; }
.hero-slides { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-slide { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transition: opacity .3s; }
.hero-slide.is-active { opacity: 1; }
.hero-slide-alternate { object-position: right 38%; }
.hero:has(.hero-slide-alternate.is-active)::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #103b75ed 0%, #174e83cf 42%, #174e8330 100%); }
.site-header { width: 76%; margin: auto; padding-top: 20px; position: relative; z-index: 3; }
.header-row { display: flex; gap: 38px; align-items: center; }
.brand { flex: 0 0 215px; }
.brand img { width: 100%; max-height: 64px; object-fit: contain; }
.search { display: flex; flex: 1; min-width: 100px; height: 33px; border-radius: 30px; background: #fff; overflow: hidden; color: #333; }
.search input { width: 100%; min-width: 0; border: 0; padding: 5px 15px; font-size: 13px; background: transparent; color: #222; }
.search input:focus { outline: none; }
.search:focus-within { outline: 3px solid #f8bd43; outline-offset: 4px; }
.search button { border: 0; background: none; color: #999; padding: 6px 12px; }
.search svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1; }
.utility-nav { display: flex; align-items: center; gap: 28px; font-size: 12px; white-space: nowrap; }
.utility-nav a { text-decoration: none; }
.utility-nav a:hover { text-decoration: underline; }
.utility-nav img { width: 49px; }
.login { display: flex; align-items: center; gap: 8px; }
.login svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1; }
.topic-nav { display: flex; justify-content: space-between; gap: 14px; margin-top: 18px; }
.topic-nav a { flex: 1 1 auto; padding: 3px 14px; border: 1px solid #fff; border-radius: 30px; text-align: center; font-size: 12px; line-height: 1.15; text-decoration: none; white-space: nowrap; }
.topic-nav a:hover { background: #ffffff28; }
.hero-copy { padding-top: 70px; position: relative; z-index: 1; }
.hero h1 { font-size: clamp(30px, 2.7vw, 43px); line-height: .99; font-weight: 700; letter-spacing: -.7px; }
.hero-description, .hero-price { max-width: 52%; font-size: 16px; line-height: 1.5; font-weight: 400; }
.hero-description { margin-top: 18px; }
.hero-price { margin-top: 24px; font-weight: 600;}
.hero-cta { font-size: 12px; min-height: 30px; padding: 8px 13px; margin: 20px 0 100px 100px; }
.hero-controls button { position: absolute; z-index: 2; top: 47%; transform: translateY(-50%); background: transparent; border: 0; color: white; padding: 12px; }
.hero-controls button:hover { background: #ffffff18; }
.hero-controls svg { width: 23px; height: 52px; fill: none; stroke: currentColor; stroke-width: 2.5; }
.hero-prev { left: 11%; }
.hero-next { right: 11%; }
.hero-dots { display: none; }
.quick-cards { position: relative; z-index: 4; width: 72%; margin: -117px auto 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 27px; }
.quick-card { padding: 12px; background: #fff; border-radius: 13px; box-shadow: 0 3px 7px #0003; text-decoration: none; transition: transform .2s; }
.quick-card:hover { transform: translateY(-5px); }
.quick-card span { display: block; font-size: 12px; font-weight: 500; margin: 0 1px 9px; }
.quick-card img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }

/* Einführung und Erklärung */
.intro { display: grid; grid-template-columns: 1.6fr 1fr; gap: 85px; width: 75%; margin-top: 58px; margin-bottom: 44px; padding-left: 3%; align-items: center; }
.eyebrow { font-size: 16px; text-transform: uppercase; font-weight: 500; margin-bottom: 10px; }
.intro-copy p:last-child { line-height: 1.55; }
.intro-visual { position: relative; align-self: stretch; min-height: 320px; }
.intro-photo { width: 100%; height: 100%; object-fit: cover; object-position: 38% center; transform: scaleX(-1); }
.intro-dog { position: absolute; width: 155px; bottom: 24%; left: -65px; }
.control { padding: 35px 0 58px; }
.control h2 { margin-bottom: 15px; }
.video-player { width: 66%; margin: 22px 0; }
.explanation-video { display: block; width: 100%; aspect-ratio: 709 / 405; border-radius: 14px; background: #000; cursor: pointer; transition: box-shadow .2s ease, filter .2s ease, transform .2s ease; }
.explanation-video:hover, .explanation-video:focus-visible { box-shadow: 0 5px 18px #12477430; filter: brightness(1.04); transform: scale(1.01); }
.video-caption a { color: var(--orange); }
.control .button { margin-top: 36px; }
.reasons { position: relative; padding-top: 48px; padding-bottom: 64px; }
.reasons h2 { margin-bottom: 28px; }
.reasons-list { list-style: none; counter-reset: reason; padding: 0; margin: 0; }
.reasons-list li { counter-increment: reason; margin-bottom: 28px; }
.reasons-list h3 { display: flex; align-items: center; gap: 10px; font-size: 17px; color: var(--blue); font-weight: 500; margin-bottom: 5px; }
.reasons-list h3::before { content: counter(reason); display: inline-grid; place-items: center; flex: 0 0 28px; height: 28px; background: #00a8ed; color: white; border-radius: 50%; font-weight: 700; }
.reasons-list p { line-height: 1.25; }
.reasons-dog { width: 130px; position: absolute; right: 0; top: 40%; }
.reasons .button { margin-top: 15px; }

/* Dreistufiger Ablauf mit Rückweg */
.process { padding: 54px 0 65px; text-align: center; }
.process h2 { margin-bottom: 73px; }
.process-steps { display: flex; justify-content: space-between; gap: 100px; list-style: none; padding: 0; margin: 0; }
.process-steps > li { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; flex: 0 0 200px; width: 200px; height: 200px; padding: 30px 20px; border-radius: 50%; background: #fff; }
.process-steps h3 { color: var(--blue); font-size: 23px; line-height: 1.05; margin-bottom: 8px; }
.process-steps p { font-size: 16px; line-height: 1.1; }
.step-number { position: absolute; left: -22px; top: 51px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 24px; font-weight: 700; }
.step-arrow { width: 70px; height: 70px; position: absolute; left: calc(100% + 50px); top: 50px; fill: var(--orange); stroke: #000; stroke-width: 3; stroke-linejoin: miter; }
.process-loop { display: grid; grid-template-columns: 1fr 330px 1fr; gap: 13px; align-items: end; margin: 26px 94px 94px; }
.process-loop p { font-size: 16px; line-height: 1.15; transform: translateY(16px); }
.loop-left, .loop-right { height: 70px; border-bottom: 12px solid var(--orange); }
.loop-left { position: relative; border-left: 12px solid var(--orange); }
.loop-left::before { content: ''; position: absolute; left: -28px; top: -15px; border-left: 22px solid transparent; border-right: 22px solid transparent; border-bottom: 44px solid var(--orange); }
.loop-right { border-right: 12px solid var(--orange); }
.record { padding: 44px 0 62px; text-align: center; }
.record > p { font-size: 16px; }
.record-items { display: flex; justify-content: center; gap: 58px; margin-top: 34px; text-align: left; }
.record-items > div { display: flex; gap: 16px; align-items: flex-start; }
.record-icon { display: grid; place-items: center; border: 1.5px solid #ec3940; border-radius: 50%; width: 65px; height: 65px; flex-shrink: 0; color: #ec3940; }
.record-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linejoin: round; }
.record-items strong { display: block; color: #383838; font-size: 24px; font-weight: 800; line-height: 1.1; }
.record-counter { font-variant-numeric: tabular-nums; }
.record-items p { padding-top: 2px; }
.record-items p span { display: block; color: #555; font-size: 17px; line-height: 1.3; margin-top: 4px; }

/* Chancen, Prinzip und FAQ */
.chances { padding: 54px 0 64px; text-align: center; }
.chances h2 { margin-bottom: 15px; }
.section-lead { font-size: 16px; line-height: 1.25; margin-bottom: 38px; }
.chance-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 44px; text-align: left; }
.chance-card { position: relative; background: #fff; color: #000; border-radius: 9px; padding: 34px 38px 34px 82px; }
.chance-card h3 { font-size: 18px; font-weight: 500; margin-bottom: 12px; }
.chance-card p { font-size: 16px; line-height: 1.23; }
.checkmark { position: absolute; left: 34px; top: 29px; display: grid; place-items: center; border-radius: 50%; width: 27px; height: 27px; font-size: 25px; font-weight: 800; line-height: 1; color: white; background: var(--blue); transform: rotate(-12deg); }
.promise { position: relative; margin: 34px 0 76px; border-radius: 9px; padding: 38px 46px 46px 138px; background: #fff; color: var(--blue); text-align: left; }
.promise p { font-family: Arial, sans-serif; font-weight: 700; font-style: italic; font-size: 22px; line-height: 1.3; }
.promise img { position: absolute; top: 16px; left: -30px; width: 125px; }
.principle { display: grid; grid-template-columns: 1fr 1.02fr; margin-top: 72px; }
.principle-visual { position: relative; min-width: 0; }
.principle-photo { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; object-position: 55% center; }
.principle-dog { position: absolute; right: 8%; bottom: 3%; width: 125px; }
.principle-copy { padding: 15% 11% 12%; display: flex; flex-direction: column; justify-content: center; }
.principle-copy h2 { font-size: 30px; line-height: 1.3; margin-bottom: 28px; }
.principle-copy p { font-size: 16px; line-height: 1.23; }
.principle-copy p + p { margin-top: 10px; }
.read-more { margin-top: 42px; }
.read-more summary { display: flex; align-items: center; gap: 16px; width: fit-content; cursor: pointer; list-style: none; font-size: 20px; font-weight: 700; }
.read-more summary::-webkit-details-marker { display: none; }
.read-more summary span { color: var(--orange); font-size: 28px; }
.read-more[open] summary span { transform: rotate(180deg); }
.read-more p { margin-top: 20px; }
.read-more a { display: inline-block; margin-top: 15px; }
.faq { padding-top: 54px; }
.faq > h2 { text-align: center; margin-bottom: 24px; }
.faq-item { margin-bottom: 13px; background: var(--pale); }
.faq-item summary { display: flex; align-items: center; position: relative; list-style: none; min-height: 67px; padding: 17px 32px 17px 82px; font-size: 18px; font-weight: 600; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: '+'; position: absolute; left: 21px; top: 50%; transform: translateY(-50%); color: var(--blue); font-size: 47px; line-height: 1; font-weight: 700; }
.faq-item[open] summary::before { content: '−'; }
.faq-item summary:hover { background: #cdd8fb; }
.faq-item > p { padding: 2px 32px 28px 82px; max-width: 1000px; line-height: 1.55; }

/* Neun Leistungsbereiche und Footer */
.services { padding: 74px 0 64px; }
.services > h2 { text-align: center; margin: 0 24px 52px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 73%; margin: auto; gap: 42px 25px; }
.service-card { padding: 30px; border-radius: 16px; background: #fff; box-shadow: 4px 6px 18px #0003; line-height: 1.55; }
.service-image img { width: 100%; aspect-ratio: 1.77; object-fit: cover; }
.service-card h3 { color: var(--blue); font-size: 30px; margin: 16px 0 12px; overflow-wrap: anywhere; }
.service-card h3 a { text-decoration: none; }
.service-card h3 a:hover { text-decoration: underline; }
.service-card p + p { margin-top: 23px; }
.service-card ul { padding: 0 0 0 16px; margin: 10px 0 13px; }
.service-card li { padding-left: 1px; margin-bottom: 10px; }
.more-link { display: inline-block; margin-top: 9px; text-underline-offset: 2px; }
.site-footer { background: #086fa9; padding: 90px 0 110px; color: #fff; }
.footer-grid { width: 73%; margin: auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px; }
.footer-logo { width: 70px; }
.footer-grid h2 { color: #fff; font-size: 20px; margin-bottom: 38px; }
.footer-grid p, .footer-grid li { font-size: 14px; line-height: 1.3; }
.footer-grid ul { padding: 0; list-style: none; margin: 0; }
.footer-grid li { margin-bottom: 12px; }
.footer-grid p { margin-bottom: 15px; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { text-decoration: underline; }
.site-footer-meta { background: #222; color: #fff; padding: 15px 4%; font-size: 13px; }
.footer-meta-inner { width: 100%; max-width: 1140px; min-height: 20px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-meta-inner p { margin: 0; }
.footer-social { display: flex; align-items: center; gap: 10px; }
.footer-social a { display: flex; color: #fff; border-radius: 50%; }
.footer-social a:hover { opacity: .75; }
.footer-social svg { width: 20px; height: 20px; fill: currentColor; }
.search-results { background: #f0f3ff; padding: 32px; margin-top: 45px; }
.search-results li { margin-bottom: 18px; }
.search-results li a { font-weight: 700; color: var(--blue); }

@media (min-width: 1500px) {
    .hero { min-height: calc(550px + 10vh); }
    .hero-cta { margin-top: 30px; }
    .step-arrow { left: calc(100% + 68px); }
}

@media (max-width: 1250px) {
    body { font-size: 14px; }
    h2 { font-size: 26px; }
    .header-row { gap: 24px; }
    .brand { flex-basis: 185px; }
    .utility-nav { gap: 20px; font-size: 11px; }
    .topic-nav { gap: 10px; }
    .topic-nav a { padding-inline: 10px; font-size: 10px; }
    .hero { min-height: calc(425px + 10vh); }
    .hero-cta { margin-bottom: 90px; }
    .quick-cards { gap: 24px; margin-top: -100px; }
    .quick-card span { font-size: 11px; }
    .quick-card { padding: 10px; }
    .intro { gap: 66px; margin-top: 48px; }
    .intro-visual { min-height: 285px; }
    .intro-dog { width: 135px; }
    .eyebrow { font-size: 14px; }
    .reasons-list h3 { font-size: 15px; }
    .reasons-dog { width: 108px; }
    .process-steps { gap: 70px; }
    .process-steps > li { width: 170px; height: 170px; flex-basis: 170px; padding: 20px 18px; }
    .process-steps h3 { font-size: 20px; }
    .process-steps p { font-size: 14px; }
    .step-number { width: 38px; height: 38px; top: 43px; left: -18px; font-size: 21px; }
    .step-arrow { width: 60px; height: 60px; left: calc(100% + 32px); top: 44px; }
    .process-loop { grid-template-columns: 1fr 280px 1fr; margin-inline: 79px; }
    .process-loop p { font-size: 14px; }
    .record-items { gap: 40px; }
    .record-items strong { font-size: 21px; }
    .record-items p span { font-size: 14px; }
    .record-icon { width: 56px; height: 56px; }
    .chance-grid { gap: 33px; }
    .chance-card { padding: 29px 25px 29px 68px; }
    .chance-card h3 { font-size: 16px; }
    .chance-card p, .section-lead { font-size: 14px; }
    .checkmark { left: 28px; top: 26px; width: 23px; height: 23px; font-size: 21px; }
    .promise { padding: 34px 32px 36px 113px; }
    .promise p { font-size: 19px; }
    .promise img { width: 110px; }
    .principle-copy h2 { font-size: 26px; }
    .principle-copy p { font-size: 14px; }
    .faq-item summary { font-size: 16px; min-height: 58px; }
    .service-card { padding: 25px; }
    .service-card h3 { font-size: 26px; }
}

@media (max-width: 1000px) {
    .site-header { width: 90%; }
    .header-row { gap: 18px; }
    .content { width: 78%; }
    .wide { width: 90%; }
    .hero-copy { width: 70%; }
    .hero-prev { left: 5%; }
    .hero-next { right: 5%; }
    .quick-cards { width: 84%; gap: 18px; }
    .quick-card span { font-size: 10px; }
    .intro { width: 84%; padding-left: 0; gap: 58px; }
    .intro-copy p:last-child { line-height: 1.45; }
    .intro-dog { width: 115px; left: -47px; }
    .eyebrow { font-size: 12px; }
    .process-steps { gap: 60px; }
    .process-steps > li { flex-basis: 155px; width: 155px; height: 155px; }
    .process-steps h3 { font-size: 18px; }
    .process-steps p { font-size: 13px; }
    .step-arrow { left: calc(100% + 20px); width: 53px; height: 53px; }
    .process-loop { margin-inline: 72px; grid-template-columns: 1fr 240px 1fr; }
    .process-loop p { font-size: 13px; }
    .service-grid, .footer-grid { width: 84%; }
    .service-card { padding: 21px; }
    .service-card h3 { font-size: 24px; }
    .principle-copy { padding: 12% 9%; }
    .principle-copy h2 { font-size: 24px; }
}

@media (max-width: 760px) {
    body { font-size: 16px; }
    h2 { font-size: 27px; }
    .content, .wide { width: calc(100% - 40px); }
    .text-column { max-width: 100%; }
    .site-header { width: calc(100% - 32px); padding-top: 15px; }
    .header-row { flex-wrap: wrap; gap: 14px 16px; }
    .brand { flex-basis: 170px; margin-right: auto; }
    .utility-nav { gap: 15px; font-size: 12px; }
    .utility-nav img { width: 39px; }
    .utility-nav .login span { display: none; }
    .utility-nav .login svg { width: 26px; height: 26px; }
    .search { display: none; }
    .topic-nav { display: flex; flex-wrap: nowrap; justify-content: flex-start; gap: 8px; margin-top: 14px; overflow-x: auto; scrollbar-width: none; }
    .topic-nav::-webkit-scrollbar { display: none; }
    .topic-nav a { font-size: 12px; padding: 8px 12px; flex: 0 0 auto; }
    .topic-nav a:focus-visible { outline-offset: -3px; }
    .hero { min-height: calc(640px + 10vh); }
    .hero-slide { object-position: 67% bottom; }
    /* Reha-Motiv anheben; die zusätzliche Höhe hält den Hintergrund geschlossen. */
    .hero-slide:not(.hero-slide-alternate) { top: -60px; height: calc(100% + 60px); }
    .hero::after, .hero:has(.hero-slide-alternate.is-active)::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, #123f74ec 0%, #15457930 20%, #16477a50 38%, #123f74d9 55%, #123f74d9 78%, #15457960 100%); }
    /* Oberhalb der Texte Platz für die Gesichter in den Titelmotiven lassen. */
    .hero-copy { width: calc(100% - 64px); padding-top: 230px; padding-bottom: 155px; }
    .hero h1 { font-size: 39px; line-height: 1.03; }
    .hero-description, .hero-price { max-width: 440px; font-size: 16px; }
    .hero-cta { min-height: 42px; font-size: 14px; padding-inline: 19px; margin: 22px 0 0; }
    .hero-controls { display: none; }
    .hero-dots { position: absolute; z-index: 2; bottom: 90px; left: 50%; transform: translateX(-50%); display: flex; }
    .hero-dot { display: grid; place-items: center; width: 32px; height: 44px; padding: 0; border: 0; background: transparent; color: #fff; }
    .hero-dot::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: currentColor; opacity: .45; }
    .hero-dot[aria-pressed="true"]::before { opacity: 1; }
    .quick-cards { width: calc(100% - 32px); display: flex; gap: 10px; margin-top: -75px; padding: 0 3px 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .quick-cards::-webkit-scrollbar { display: none; }
    .quick-card { flex: 0 0 120px; scroll-snap-align: start; }
    .quick-card span { font-size: 12px; }
    .intro { display: flex; flex-direction: column; gap: 30px; margin-top: 40px; margin-bottom: 40px; padding: 0; }
    .intro-copy p:last-child { line-height: 1.5; }
    .eyebrow { font-size: 13px; }
    .intro-visual { width: 85%; height: 290px; align-self: flex-end; min-height: 0; }
    .intro-dog { width: 125px; left: -55px; bottom: 18%; }
    .control { padding: 36px 0 40px; }
    .video-player { width: 100%; max-width: 630px; }
    .video-caption { font-size: 14px; }
    .button-small { min-height: 42px; font-size: 14px; }
    .control .button { margin-top: 25px; }
    .reasons { padding-top: 40px; padding-bottom: 40px; }
    .reasons h2 br { display: none; }
    .reasons-list h3 { font-size: 17px; align-items: flex-start; }
    .reasons-list p { line-height: 1.45; }
    .reasons-list h3::before { margin-top: -3px; }
    .reasons-dog { position: static; width: 100px; margin: 0 5px 0 auto; float: right; }
    .reasons::after { content: ''; display: block; clear: both; }
    .reasons .button { margin-top: 35px; max-width: calc(100% - 115px); }
    .process { padding: 40px 0; }
    .process h2 { margin-bottom: 38px; }
    .process-steps { flex-direction: column; align-items: center; gap: 66px; }
    .process-steps > li { width: 195px; height: 195px; flex-basis: 195px; padding: 25px; }
    .process-steps h3 { font-size: 23px; }
    .process-steps p { font-size: 16px; }
    .step-number { top: 49px; }
    .step-arrow { left: calc(50% - 26px); top: calc(100% + 8px); transform: rotate(90deg); }
    .process-loop { display: block; position: relative; max-width: 360px; margin: 30px auto 38px; padding: 0 15px 20px; border-bottom: 5px solid var(--orange); }
    .process-loop p { transform: none; font-size: 15px; line-height: 1.4; }
    .loop-left, .loop-right { display: none; }
    .process-loop::before { content: '↻'; display: block; color: var(--orange); font-size: 45px; font-weight: 700; }
    .record { padding: 35px 0 40px; }
    .record > p { font-size: 14px; }
    .record-items { gap: 16px; margin-top: 28px; }
    .record-items > div { align-items: center; flex-direction: column; gap: 9px; flex: 1; text-align: center; }
    .record-icon { width: 47px; height: 47px; }
    .record-icon svg { width: 23px; height: 23px; }
    .record-items strong { font-size: 21px; }
    .record-items p span { font-size: 13px; }
    .chances { padding: 40px 0; }
    .section-lead { font-size: 15px; line-height: 1.4; margin-bottom: 26px; }
    .chance-grid { grid-template-columns: 1fr; gap: 20px; }
    .chance-card { padding: 26px 25px 28px 63px; }
    .chance-card h3 { font-size: 18px; }
    .chance-card p { font-size: 16px; line-height: 1.4; }
    .checkmark { left: 23px; }
    .promise { margin: 25px 0 30px; padding: 28px; }
    .promise p { font-size: 18px; line-height: 1.4; }
    .promise img { position: static; float: left; width: 80px; margin: 0 15px 8px -8px; }
    .promise::after { content: ''; display: block; clear: both; }
    .principle { grid-template-columns: 1fr; margin-top: 40px; }
    .principle-photo { aspect-ratio: 1.2; max-height: 460px; }
    .principle-dog { width: 110px; }
    .principle-copy { padding: 35px 28px; }
    .principle-copy h2 { font-size: 27px; margin-bottom: 23px; }
    .principle-copy p { font-size: 16px; line-height: 1.4; }
    .read-more { margin-top: 25px; }
    .faq { padding-top: 40px; }
    .faq-item summary { padding: 18px 18px 18px 53px; font-size: 16px; min-height: 65px; line-height: 1.4; }
    .faq-item summary::before { left: 15px; font-size: 36px; }
    .faq-item > p { padding: 0 20px 24px 53px; }
    .services { padding: 42px 0; }
    .services > h2 { margin-bottom: 30px; }
    .service-grid { width: calc(100% - 40px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px; }
    .service-card { padding: 22px; font-size: 15px; }
    .service-card h3 { font-size: 25px; }
    .site-footer { padding: 45px 0; }
    .footer-grid { width: calc(100% - 48px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px; }
    .footer-grid h2 { margin-bottom: 22px; }
    .footer-grid li { margin-bottom: 15px; }
    .site-footer-meta { padding-block: 18px; }
    .footer-meta-inner { flex-direction: column; justify-content: center; gap: 14px; text-align: center; }
    .footer-social { gap: 18px; }
    .footer-social svg { width: 24px; height: 24px; }
}

@media (max-width: 480px) {
    .brand { flex-basis: 146px; }
    .header-row { gap: 12px 10px; }
    .utility-nav { gap: 12px; }
    .utility-nav > a:first-child { display: none; }
    .utility-nav img { width: 35px; }
    .hero h1 { font-size: clamp(30px, 8.4vw, 38px); }
    .hero-copy { width: calc(100% - 40px); }
    .service-grid { grid-template-columns: 1fr; max-width: 370px; }
    .service-card { padding: 25px; font-size: 16px; }
    .service-card h3 { font-size: 28px; }
    .footer-grid { gap: 32px 22px; }
    .footer-grid h2 { font-size: 18px; }
    .footer-grid p, .footer-grid li { font-size: 13px; }
    .search-results { padding: 23px; }
    .search-results h2 { overflow-wrap: anywhere; }
}

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