:root {
    --home-bg: #f4f0e8;
    --home-paper: #fffdf8;
    --home-paper-strong: #efe8dd;
    --home-ink: #171412;
    --home-muted: #665f55;
    --home-line: rgba(23, 20, 18, 0.12);
    --home-olive: #17151d;
    --home-rust: #8b5e3c;
    --home-header-h: 84px;
    --home-font: "Manrope", sans-serif;
    --home-display: "Fraunces", serif;
    --home-mono: "Courier Prime", monospace;
    --home-radius-lg: 24px;
    --home-radius-md: 18px;
    --home-shadow: 0 18px 48px rgba(23, 20, 18, 0.09);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body.page-home {
    min-width: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 0% 0%, rgba(139, 94, 60, 0.09), transparent 24%),
        radial-gradient(circle at 100% 0%, rgba(23, 20, 18, 0.04), transparent 30%),
        linear-gradient(180deg, #f7f2ea 0%, var(--home-bg) 38%, #ede7dc 100%);
    color: var(--home-ink);
    font-family: var(--home-font);
    font-size: 16px;
    line-height: 1.6;
}

body.page-home a {
    color: inherit;
}

body.page-home img {
    max-width: 100%;
    display: block;
}

body.page-home .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.page-home .hamburger-menu {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 4000;
    width: 46px;
    height: 46px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    background: rgba(247, 245, 239, 0.94);
    box-shadow: 0 10px 28px rgba(29, 34, 27, 0.1);
    appearance: none;
    -webkit-appearance: none;
}

body.page-home .hamburger-icon {
    width: 18px;
    height: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.page-home .hamburger-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--home-ink);
    transition: transform 0.2s cubic-bezier(0.16,1,0.3,1), opacity 0.2s ease;
}

body.page-home .hamburger-icon.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

body.page-home .hamburger-icon.active span:nth-child(2) {
    opacity: 0;
}

body.page-home .hamburger-icon.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

body.page-home .nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 2800;
    background: rgba(29, 34, 27, 0.24);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s cubic-bezier(0.16,1,0.3,1), visibility 0.2s ease;
}

body.page-home.nav-active .nav-overlay {
    opacity: 1;
    visibility: visible;
}

body.page-home .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    transform: none;
    z-index: 3000;
    display: grid;
    grid-template-columns: minmax(220px, 260px) 1fr auto;
    align-items: center;
    gap: 18px;
    min-height: 72px;
    padding: 12px max(24px, calc((100vw - 1140px) / 2));
    background: rgba(255, 253, 248, 0.9);
    border-bottom: 1px solid var(--home-line);
    backdrop-filter: blur(14px);-webkit-backdrop-filter:blur(14px)
}

body.page-home .home-logo {
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
    color: var(--home-ink);
    text-decoration: none;
}

body.page-home .brand-name {
    font-family: var(--home-font);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.page-home .brand-role {
    color: var(--home-muted);
    font-family: var(--home-mono);
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.page-home .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.page-home .nav-links li,
body.page-home .nav-links a,
body.page-home .nav-links p {
    font-family: var(--home-mono);
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
}

body.page-home .nav-links .nav-divider,
body.page-home .nav-links li p,
body.page-home .content-wrapper {
    display: none;
}

body.page-home .nav-links a:hover,
body.page-home .nav-links li:first-child a,
body.page-home .footer-links a:hover,
body.page-home .legal-links a:hover,
body.page-home .service-link:hover,
body.page-home .privacy-link:hover {
    color: var(--home-rust);
}

body.page-home .cta-button,
body.page-home .btn-primary,
body.page-home .btn-secondary,
body.page-home .footer-btn,
body.page-home .cookie-accept,
body.page-home .cookie-settings,
body.page-home .cookie-save,
body.page-home .cookie-modal-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--home-mono);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    min-height: 40px;
    padding: 11px 16px;
    border-radius: 999px;
    transition: background-color 0.2s cubic-bezier(0.16,1,0.3,1), border-color 0.2s cubic-bezier(0.16,1,0.3,1), color 0.2s cubic-bezier(0.16,1,0.3,1), transform 0.2s ease;
}

body.page-home .cta-button,
body.page-home .btn-primary,
body.page-home .footer-btn,
body.page-home .cookie-accept,
body.page-home .cookie-save {
    background: var(--home-olive);
    border: 1px solid var(--home-olive);
    color: #f7f5ef;
    box-shadow: 0 10px 24px rgba(23, 20, 18, 0.12);
}

body.page-home .btn-secondary,
body.page-home .cookie-settings,
body.page-home .cookie-modal-close {
    background: transparent;
    border: 1px solid var(--home-line);
    color: var(--home-ink);
}

body.page-home .cta-button:hover,
body.page-home .btn-primary:hover,
body.page-home .footer-btn:hover,
body.page-home .cookie-accept:hover,
body.page-home .cookie-save:hover{
    background: var(--home-rust);
    border-color: var(--home-rust);
    transform: translateY(-1px);
}.cookie-save:active{transform:scale(0.97)}

body.page-home .btn-secondary:hover,
body.page-home .cookie-settings:hover,
body.page-home .cookie-modal-close:hover {
    border-color: var(--home-rust);
    color: var(--home-rust);
}

body.page-home main {
    padding: calc(var(--home-header-h) + 4px) 24px 88px;
}

body.page-home .container {
    width: min(1140px, 100%);
    margin: 0 auto;
}

body.page-home .home-hero {
    padding: 4px 0 18px;
}

body.page-home .home-hero .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
    gap: 18px 34px;
    align-items: start;
    min-height: min(760px, calc(100svh - 132px));
}

body.page-home .hero-copy {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    padding-top: 28px;
}

body.page-home .hero-media {
    grid-column: 2;
    grid-row: 1 / span 2;
}

body.page-home .hero-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 10px;
    background: rgba(139, 94, 60, 0.1);
    color: var(--home-rust);
    font-family: var(--home-mono);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
}

body.page-home .home-hero h1 {
    max-width: 9.6ch;
    margin: 0 0 16px;
    color: var(--home-ink);
    font-family: var(--home-display);
    font-size: clamp(52px, 5.2vw, 74px);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

body.page-home .home-hero .highlight {
    color: var(--home-rust);
}

body.page-home .home-hero .hero-description {
    max-width: 44ch;
    margin: 0 0 18px;
    color: #47423a;
    font-family: var(--home-font);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.65;
    text-wrap: balance;
}

body.page-home .home-hero .hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

body.page-home .hero-proof {
    grid-column: 1;
    grid-row: 2;
    display: grid;
    gap: 14px;
    align-self: start;
    max-width: 560px;
}

body.page-home .hero-proof-lead {
    padding: 18px;
    background: linear-gradient(180deg, rgba(23, 21, 29, 0.98), rgba(23, 21, 29, 0.92));
    color: #f7f8fb;
    border-radius: var(--home-radius-md);
    box-shadow: var(--home-shadow);
}

body.page-home .hero-proof-lead strong {
    display: block;
    margin-bottom: 10px;
    font-family: var(--home-display);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

body.page-home .hero-proof-lead p {
    margin: 0;
    color: rgba(247, 248, 251, 0.82);
    font-size: 13px;
    line-height: 1.6;
}

body.page-home .hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body.page-home .hero-metrics > div {
    padding: 14px 14px;
    background: rgba(255, 253, 248, 0.88);
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius-md);
    box-shadow: 0 10px 24px rgba(23, 20, 18, 0.06);
}

body.page-home .hero-metrics > div > a {
    display: block;
    text-decoration: none;
}

body.page-home .hero-image-figure {
    margin: 0;
}

body.page-home .hero-image-figure img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    max-height: 680px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: var(--home-shadow);
    transition: opacity 0.35s cubic-bezier(0.16,1,0.3,1);
}

body.page-home .hero-metrics strong {
    display: block;
    font-family: var(--home-font);
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

body.page-home .hero-metrics span {
    display: block;
    margin-top: 8px;
    color: var(--home-muted);
    font-family: var(--home-mono);
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.page-home .work-preview-section,
body.page-home .services-teaser-section,
body.page-home .testimonials-section {
    padding: 42px 0 0;
}

body.page-home .section-heading {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 16px;
    align-items: end;
    margin-bottom: 18px;
}

body.page-home .section-title {
    margin: 0;
    font-family: var(--home-display);
    font-size: 30px;
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

body.page-home .section-intro {
    max-width: 62ch;
    margin: 0;
    color: var(--home-muted);
    font-size: 13px;
    line-height: 1.6;
}

body.page-home .work-preview-section .section-intro,
body.page-home .services-teaser-section .section-intro {
    margin-bottom: 18px;
}

body.page-home .homepage-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

body.page-home .portfolio-item:first-child {
    grid-column: span 1;
}

body.page-home .homepage-grid .portfolio-item:first-child a {
    aspect-ratio: 4 / 5;
}

body.page-home .portfolio-item a {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: var(--home-radius-md);
    background: #e9edf8;
    border: 1px solid rgba(23, 20, 18, 0.08);
    box-shadow: var(--home-shadow);
    transform: translateZ(0);
    transition: transform 0.22s cubic-bezier(0.16,1,0.3,1), box-shadow 0.22s ease, border-color 0.22s ease;
}

body.page-home .portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

body.page-home .preview-label {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.68);
    color: #fff;
    font-family: var(--home-mono);
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.page-home .work-preview-cta,
body.page-home .services-teaser-cta,
body.page-home .testimonials-cta {
    margin-top: 16px;
}

body.page-home .service-cards {
    display: grid;
    grid-template-columns: 1.1fr repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.page-home .service-card {
    padding: 16px;
    background: rgba(255, 253, 248, 0.78);
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius-md);
    box-shadow: 0 12px 30px rgba(23, 20, 18, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

body.page-home .service-card-featured {
    background: linear-gradient(180deg, rgba(139, 94, 60, 0.08), rgba(255, 253, 248, 0.9));
    border-color: rgba(139, 94, 60, 0.18);
}

body.page-home .service-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--home-rust);
    font-family: var(--home-mono);
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.page-home .service-card h3 {
    margin: 0 0 10px;
    font-family: var(--home-font);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.15;
    text-wrap: balance;
}

body.page-home .service-price {
    margin: 0 0 10px;
    color: var(--home-rust);
    font-family: var(--home-mono);
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.page-home .service-card p {
    margin: 0;
    color: #41453e;
    font-size: 13px;
    line-height: 1.6;
}

body.page-home .service-link {
    display: inline-block;
    margin-top: 10px;
    color: var(--home-rust);
    font-family: var(--home-mono);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

body.page-home .testimonials-section {
    padding-bottom: 36px;
}

body.page-home .testimonials-grid {
    display: grid;
    grid-template-columns: 1.15fr repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.page-home .testimonial {
    padding: 16px;
    background: rgba(255, 253, 248, 0.78);
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius-md);
    box-shadow: 0 12px 30px rgba(23, 20, 18, 0.05);
}

body.page-home .testimonial .quote {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.55;
}

body.page-home .testimonial .author {
    margin: 0;
    color: var(--home-muted);
    font-family: var(--home-mono);
    font-size: 10px;
    line-height: 1.55;
    letter-spacing: 0.04em;
}

body.page-home .cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    transform: none;
    z-index: 3500;
    display: none;
    padding: 8px max(24px, calc((100vw - 1140px) / 2)) 12px;
    background: rgba(29, 34, 27, 0.95);
    color: #f7f5ef;
    box-shadow: 0 -12px 28px rgba(23, 20, 18, 0.18);
}

body.page-home .cookie-banner-inner {
    width: min(1140px, 100%);
    margin: 0 auto;
    padding: 0 16px;
}

body.page-home .cookie-banner p {
    margin: 0 0 6px;
    font-size: 10px;
    line-height: 1.4;
}

body.page-home .cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

body.page-home .privacy-link {
    color: rgba(247, 245, 239, 0.78);
    font-family: var(--home-mono);
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

body.page-home .cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 4200;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(29, 34, 27, 0.3);
}

body.page-home .cookie-modal-content {
    width: min(520px, 100%);
    padding: 24px;
    background: var(--home-paper);
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius-lg);
    box-shadow: var(--home-shadow);
}

body.page-home .cookie-modal-content h3,
body.page-home .footer-section h3,
body.page-home .footer-section h4 {
    margin: 0 0 12px;
    font-family: var(--home-font);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.page-home .cookie-option {
    margin-bottom: 14px;
}

body.page-home .cookie-option label {
    display: flex;
    gap: 10px;
    font-size: 13px;
    line-height: 1.55;
}

body.page-home .cookie-description {
    display: block;
    color: var(--home-muted);
    font-size: 12px;
}

body.page-home .cookie-modal-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}

body.page-home .main-footer {
    background: rgba(248, 249, 252, 0.96);
    border-top: 1px solid var(--home-line);
}

body.page-home .main-footer .container {
    width: min(1180px, 100%);
    padding: 18px 24px 14px;
}

body.page-home .footer-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 16px;
}

body.page-home .footer-section p,
body.page-home .footer-links a,
body.page-home .footer-legal p,
body.page-home .legal-links a,
body.page-home .footer-credit p {
    margin: 0;
    color: var(--home-muted);
    font-size: 10px;
    line-height: 1.5;
    text-decoration: none;
}

body.page-home .footer-links,
body.page-home .legal-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.page-home .footer-links li,
body.page-home .legal-links li {
    margin: 0 0 6px;
}

body.page-home .footer-social {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

body.page-home .footer-social img {
    width: 16px;
    height: 16px;
}

body.page-home .footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-end;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--home-line);
}

body.page-home .footer-legal {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.page-home .legal-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    body.page-home .main-nav {
        left: auto;
        right: -300px;
        width: 300px;
        transform: none;
        height: 100vh;
        grid-template-columns: 1fr;
        align-items: start;
        gap: 18px;
        padding: 76px 22px 24px;
        box-shadow: -8px 0 32px rgba(29, 34, 27, 0.12);
        transition: right 0.22s cubic-bezier(0.16,1,0.3,1);
    }

    body.page-home.nav-active .main-nav {
        right: 0;
    }

    body.page-home .hamburger-menu {
        display: inline-flex;
    }

    body.page-home .home-logo {
        gap: 4px;
    }

    body.page-home .brand-name {
        font-size: 18px;
    }

    body.page-home .brand-role {
        font-size: 10px;
    }

    body.page-home .nav-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    body.page-home .nav-links li,
    body.page-home .nav-links a {
        font-size: 12px;
    }

    body.page-home .nav-links .nav-divider,
    body.page-home .nav-links li p,
    body.page-home .content-wrapper {
        display: block;
    }

    body.page-home .content-wrapper {
        margin-top: auto;
    }

    body.page-home .social-icons {
        display: flex;
        gap: 12px;
    }

    body.page-home .social-icons img {
        width: 16px;
        height: 16px;
    }

    body.page-home main {
        padding: 82px 18px 68px;
    }

    body.page-home .home-hero .container,
    body.page-home .hero-proof,
    body.page-home .section-heading,
    body.page-home .homepage-grid,
    body.page-home .service-cards,
    body.page-home .testimonials-grid,
    body.page-home .footer-content,
    body.page-home .footer-bottom {
        grid-template-columns: 1fr;
    }

    body.page-home .hero-copy,
    body.page-home .hero-media,
    body.page-home .hero-proof {
        grid-column: auto;
        grid-row: auto;
        max-width: none;
    }

    body.page-home .footer-bottom {
        display: grid;
    }

    body.page-home .home-hero h1 {
        max-width: none;
        font-size: 33px;
        line-height: 0.98;
    }

    body.page-home .hero-copy {
        padding-top: 0;
    }

    body.page-home .home-hero .hero-description {
        font-size: 14px;
        line-height: 1.5;
    }

    body.page-home .hero-proof-lead strong {
        font-size: 18px;
    }

    body.page-home .hero-metrics {
        grid-template-columns: 1fr;
    }

    body.page-home .section-title {
        font-size: 24px;
    }

    body.page-home .section-intro {
        font-size: 11px;
        line-height: 1.45;
    }

    body.page-home .homepage-grid .portfolio-item:first-child a,
    body.page-home .portfolio-item a {
        aspect-ratio: 4 / 3.1;
    }

    body.page-home .work-preview-section,
    body.page-home .services-teaser-section,
    body.page-home .testimonials-section {
        padding-top: 24px;
    }

    body.page-home .hero-proof-lead,
    body.page-home .hero-metrics > div,
    body.page-home .service-card,
    body.page-home .testimonial {
        padding: 12px;
    }

    body.page-home .hero-image-figure img {
        min-height: 0;
        aspect-ratio: 4 / 5;
        max-height: none;
    }

    body.page-home .service-card p,
    body.page-home .testimonial .quote {
        font-size: 12px;
        line-height: 1.45;
    }

    body.page-home .main-footer .container {
        padding: 16px 18px 14px;
    }

    body.page-home .footer-bottom {
        gap: 10px;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    body.page-home main {
        padding: 78px 16px 56px;
    }

    body.page-home .home-hero {
        padding-top: 4px;
    }

    body.page-home .home-hero .container {
        gap: 18px;
        min-height: auto;
    }

    body.page-home .home-hero h1 {
        font-size: clamp(31px, 10vw, 38px);
        letter-spacing: -0.045em;
    }

    body.page-home .home-hero .hero-description {
        font-size: 13px;
        line-height: 1.55;
    }

    body.page-home .home-hero .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.page-home .home-hero .hero-actions > a,
    body.page-home .hero-actions .cta-button,
    body.page-home .hero-actions .btn-secondary {
        width: 100%;
    }

    body.page-home .hero-proof-lead {
        border-radius: 20px;
    }

    body.page-home .hero-metrics {
        gap: 10px;
    }

    body.page-home .hero-metrics > div {
        border-radius: 16px;
    }

    body.page-home .section-title {
        font-size: 22px;
    }

    body.page-home .section-intro {
        font-size: 11px;
    }

    body.page-home .work-preview-section,
    body.page-home .services-teaser-section,
    body.page-home .testimonials-section {
        padding-top: 22px;
    }

    body.page-home .homepage-grid {
        gap: 12px;
    }

    body.page-home .service-card,
    body.page-home .testimonial {
        padding: 14px;
        border-radius: 16px;
    }

    body.page-home .service-card h3 {
        font-size: 17px;
    }

    body.page-home .service-card p,
    body.page-home .testimonial .quote {
        font-size: 12px;
        line-height: 1.5;
    }

    body.page-home .footer-content {
        gap: 14px;
    }

    body.page-home .footer-bottom {
        margin-top: 10px;
        padding-top: 10px;
    }

    body.page-home .cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
        transform: none;
        padding: 8px 0 10px;
        border-radius: 16px;
    }

    body.page-home .cookie-banner-inner {
        padding: 0 10px;
    }

    body.page-home .cookie-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.page-home .cookie-actions > a,
    body.page-home .cookie-actions > button {
        width: 100%;
    }
}
