/*
Theme Name: Truhlářství Dohnanský
Theme URI: https://japle.cz
Author: Japle Studio
Author URI: https://japle.cz
Description: Vlastní WordPress téma pro Truhlářství Dohnanský.
Version: 1.8
Text Domain: dohnansky
*/

:root {
    --wine: #681326;
    --wine-dark: #4c0d1a;
    --wine-light: #7d1b31;
    --brown: #30221b;
    --brown-dark: #211611;
    --cream: #f3eadc;
    --cream-light: #faf6ef;
    --cream-dark: #ebdfcc;
    --gold: #c99a4c;
    --gold-light: #ddb875;
    --text: #30251f;
    --muted: #695c54;
    --white: #ffffff;
    --serif: "Playfair Display", Georgia, serif;
    --sans: "Manrope", Arial, sans-serif;
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--cream-light);
    color: var(--text);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

h1,
h2,
h3,
p,
blockquote {
    margin-top: 0;
}

.container {
    width: min(var(--container), calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

.site-main {
    overflow: hidden;
}

.eyebrow {
    margin-bottom: 17px;
    color: var(--gold);
    font-family: var(--sans);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

/* HEADER */

.site-header {
    position: relative;
    z-index: 1000;
    background: linear-gradient(90deg, #5b1020, #470b17);
    color: var(--white);
}

.header-inner {
    min-height: 116px;
    display: grid;
    grid-template-columns: minmax(410px, 1.5fr) auto minmax(280px, 1fr);
    align-items: center;
    gap: 42px;
}

.brand {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 19px;
}

.brand-logo {
    width: 94px;
    height: 94px;
    flex: 0 0 94px;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    background: #e9ebeb;
    box-shadow:
        0 0 0 2px rgba(255,255,255,0.16),
        0 4px 14px rgba(0,0,0,0.12);
}

.brand-logo img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    max-width: none;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.brand-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.brand-text strong {
    color: var(--white);
    font-family: var(--serif);
    font-size: 21px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.brand-text span {
    color: var(--gold-light);
    font-size: 9px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.16em;
}

/* NAVIGACE */

.main-nav {
    height: 116px;
    display: flex;
    align-items: stretch;
    gap: 44px;
}

.main-nav a {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.95);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transition: transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--gold-light);
}

.main-nav a:hover::after,
.main-nav a.active::after {
    transform: scaleX(1);
}

/* HEADER KONTAKT */

.header-contact {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
    font-family: var(--sans);
    font-size: 13px;
    line-height: 1.45;
}

.header-contact a {
    transition: color 0.2s ease;
}

.header-phone {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
}

.header-contact a:last-child {
    color: var(--gold-light);
    font-size: 14px;
    font-weight: 600;
}

.header-contact a:hover {
    color: var(--white);
}

/* MOBILE MENU */

/* RYCHLÉ VOLÁNÍ V MOBILNÍ HLAVIČCE */
.mobile-phone-link {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50%;
    font-size: 0;
}

.mobile-phone-link::before {
    content: "☎";
    font-size: 21px;
    line-height: 1;
}


.menu-toggle {
    width: 46px;
    height: 46px;
    padding: 9px;
    border: 0;
    background: transparent;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.menu-toggle span {
    width: 100%;
    height: 2px;
    background: var(--white);
    transition: 0.25s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.mobile-menu {
    display: none;
    background: var(--wine-dark);
}

.mobile-menu.is-open {
    display: block;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
}

.mobile-nav a {
    padding: 19px 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.mobile-contact {
    padding: 22px 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: var(--gold-light);
    font-size: 14px;
}

/* HERO */

.hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--brown-dark);
}

.hero-image {
    position: absolute;
    inset: 0;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 47%;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(30,14,11,0.98) 0%,
        rgba(30,14,11,0.93) 18%,
        rgba(30,14,11,0.77) 34%,
        rgba(30,14,11,0.44) 52%,
        rgba(30,14,11,0.13) 72%,
        rgba(30,14,11,0.02) 100%
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 67px;
    padding-bottom: 67px;
}

.hero-kicker {
    margin-bottom: 20px;
    color: var(--gold);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.hero h1 {
    max-width: 650px;
    margin-bottom: 23px;
    color: var(--white);
    font-family: var(--serif);
    font-size: clamp(59px, 5vw, 79px);
    line-height: 0.98;
    font-weight: 500;
    letter-spacing: -0.035em;
}

.hero h1 span {
    display: block;
}

.hero h1 .hero-gold {
    color: var(--gold-light);
}

.hero-divider {
    width: 72px;
    height: 3px;
    margin-bottom: 24px;
    background: var(--wine-light);
}

.hero-text {
    max-width: 520px;
    margin-bottom: 32px;
    color: rgba(255,255,255,0.9);
    font-family: var(--sans);
    font-size: 17px;
    line-height: 1.65;
}

/* BUTTONS */

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.btn {
    min-height: 56px;
    padding: 0 31px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--sans);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: var(--wine);
    color: var(--white);
}

.btn-primary:hover {
    background: var(--wine-light);
}

.btn-secondary {
    background: var(--cream);
    color: var(--wine-dark);
}

.btn-secondary:hover {
    background: var(--white);
}

.btn-dark {
    background: var(--brown);
    color: var(--white);
}

.btn-dark:hover {
    background: var(--wine);
}

.btn-light {
    background: var(--cream);
    color: var(--brown);
}

.btn-light:hover {
    background: var(--white);
}

/* SLUŽBY */

.services-strip {
    background: linear-gradient(90deg, #2a1c16, #35241c, #2a1c16);
    color: var(--gold);
}

.services-grid {
    min-height: 138px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.service-item {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border-right: 1px solid rgba(201,154,76,0.22);
    text-align: center;
}

.service-item:first-child {
    border-left: 1px solid rgba(201,154,76,0.22);
}

.service-item svg {
    width: 45px;
    height: 45px;
    fill: none;
    stroke: var(--gold);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-item span {
    color: var(--cream-light);
    font-family: var(--serif);
    font-size: 16px;
    line-height: 1.15;
    font-weight: 500;
}

/* CITÁT */

.quote-section {
    padding: 47px 0 40px;
    background: var(--cream);
    text-align: center;
}

.quote-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

.quote-inner p {
    margin: 0;
    color: #583229;
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.13em;
}

.quote-line {
    width: 105px;
    height: 1px;
    background: var(--gold);
}

.plane-symbol {
    margin-top: 13px;
    color: var(--wine);
    font-size: 25px;
}

/* REALIZACE HOMEPAGE */

.realizations-preview {
    padding: 90px 0 100px;
    background: var(--cream-dark);
}

.section-heading {
    margin-bottom: 40px;
}

.section-heading h2,
.about-content h2,
.contact-cta h2 {
    margin-bottom: 25px;
    color: var(--text);
    font-family: var(--serif);
    font-size: clamp(44px, 3.8vw, 58px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -0.025em;
}

.realizations-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    grid-template-rows: 250px 250px;
    gap: 14px;
}

.realization-item {
    overflow: hidden;
    background: #cbbba8;
}

.realization-item:first-child {
    grid-row: span 2;
}

.realization-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.realization-item:hover img {
    transform: scale(1.025);
}

.section-button {
    margin-top: 32px;
}

/* O NÁS */

.about-section {
    padding: 100px 0 108px;
    background: var(--cream-light);
}

.about-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 82px;
    align-items: center;
}

.about-content h2 {
    max-width: 520px;
}

.about-content p:not(.eyebrow) {
    max-width: 550px;
    margin-bottom: 20px;
    color: var(--muted);
    font-family: var(--sans);
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}

.year-badge {
    position: absolute;
    left: -31px;
    bottom: 36px;
    width: 128px;
    height: 128px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--wine);
    color: var(--white);
}

.year-badge strong {
    font-family: var(--serif);
    font-size: 35px;
    line-height: 1;
}

.year-badge span {
    margin-top: 6px;
    color: var(--gold-light);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.17em;
}

/* KONTAKT CTA */

.contact-cta {
    padding: 88px 0 94px;
    background: linear-gradient(135deg, #631326, #7a1c30);
    color: var(--white);
    text-align: center;
}

.contact-cta .eyebrow {
    color: var(--gold-light);
}

.contact-cta h2 {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    color: var(--white);
    font-size: clamp(45px, 4vw, 58px);
}

.contact-cta > .container > p:not(.eyebrow) {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255,255,255,0.86);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.75;
}

.contact-cta-details {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    font-family: var(--sans);
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
}

.contact-cta-details a {
    transition: color 0.2s ease;
}

.contact-cta-details a:hover {
    color: var(--gold-light);
}

/* FOOTER */

.site-footer {
    padding-top: 60px;
    background: var(--brown);
    color: rgba(255,255,255,0.8);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 0.7fr 1fr;
    gap: 55px;
    padding-bottom: 50px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 19px;
}

.footer-logo {
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    background: #e9ebeb;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.12);
}

.footer-logo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.footer-brand strong {
    display: block;
    margin-bottom: 5px;
    color: var(--white);
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1.3;
    font-weight: 500;
}

.footer-brand p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.footer-nav,
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 11px;
    font-family: var(--sans);
    font-size: 15px;
    line-height: 1.6;
}

.footer-nav a,
.footer-contact a,
.footer-bottom a {
    transition: color 0.2s ease;
}

.footer-nav a:hover,
.footer-contact a:hover,
.footer-bottom a:hover {
    color: var(--gold-light);
}

.footer-bottom {
    min-height: 64px;
    padding: 19px 0;
    border-top: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    font-family: var(--sans);
    font-size: 11px;
    line-height: 1.6;
}

.footer-bottom p {
    margin: 0;
}

/* VNITŘNÍ STRÁNKY */

.page-hero {
    padding: 100px 0 92px;
    background: linear-gradient(135deg, var(--wine-dark), var(--wine));
    color: var(--white);
}

.page-hero h1 {
    max-width: 820px;
    margin-bottom: 24px;
    color: var(--white);
    font-family: var(--serif);
    font-size: clamp(50px, 5vw, 72px);
    line-height: 1.05;
    font-weight: 500;
}

.page-hero p:not(.eyebrow) {
    max-width: 700px;
    margin-bottom: 0;
    color: rgba(255,255,255,0.86);
    font-size: 16px;
    line-height: 1.75;
}

/* GALERIE REALIZACE */

.gallery-section {
    padding: 90px 0 110px;
    background: var(--cream-light);
}

.gallery-grid {
    columns: 3;
    column-gap: 16px;
}

.gallery-item {
    margin: 0 0 16px;
    break-inside: avoid;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.02);
}

/* KONTAKT */

.contact-page {
    padding: 95px 0 110px;
    background: var(--cream-light);
}

.contact-page-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 75px;
    align-items: start;
}

.contact-card {
    padding: 46px;
    background: var(--cream-dark);
}

.contact-card h2 {
    margin-bottom: 8px;
    color: var(--brown);
    font-family: var(--serif);
    font-size: 37px;
    line-height: 1.2;
    font-weight: 500;
}

.contact-card-name {
    margin-bottom: 30px;
    color: var(--muted);
    font-size: 16px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.65;
}

.contact-details a:hover {
    color: var(--wine);
}

.contact-company-data {
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid rgba(47,36,31,0.14);
}

.contact-form {
    display: grid;
    gap: 21px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.form-field label {
    color: var(--brown);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.form-field input,
.form-field textarea {
    width: 100%;
    border: 1px solid #d4c6b6;
    border-radius: 0;
    outline: none;
    background: #fffdf9;
    color: var(--text);
    font-size: 16px;
}

.form-field input {
    height: 54px;
    padding: 0 16px;
}

.form-field textarea {
    min-height: 180px;
    padding: 16px;
    resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: var(--wine);
}

.form-note {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65;
}



/* ZÁSADY OCHRANY OSOBNÍCH ÚDAJŮ */

.privacy-page {
    padding: 90px 0 110px;
    background: var(--cream-light);
}

.privacy-content {
    max-width: 900px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
}

.privacy-content h2 {
    margin: 48px 0 16px;
    color: var(--brown);
    font-family: var(--serif);
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.015em;
}

.privacy-content h2:first-child {
    margin-top: 0;
}

.privacy-content p {
    margin-bottom: 18px;
}

.privacy-content strong {
    color: var(--text);
    font-weight: 700;
}

.privacy-content ul {
    margin: 0 0 22px;
    padding-left: 24px;
}

.privacy-content li {
    margin-bottom: 7px;
}

.privacy-content a {
    color: var(--wine);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.privacy-content a:hover {
    color: var(--wine-light);
}

.privacy-updated {
    margin-top: 48px;
    padding-top: 22px;
    border-top: 1px solid rgba(47,36,31,0.14);
    font-size: 14px;
}

/* TABLET */

@media (max-width: 1100px) {

    .header-inner {
        grid-template-columns: minmax(0, 1fr) auto auto;
        gap: 10px;
    }

    .main-nav,
    .header-contact {
        display: none;
    }

    .mobile-phone-link {
        display: inline-flex;
        justify-self: end;
    }

    .menu-toggle {
        display: flex;
    }

    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .about-grid,
    .contact-page-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .gallery-grid {
        columns: 2;
    }

    .about-image {
        max-width: 760px;
    }
}

/* MOBIL */

@media (max-width: 700px) {

    .container {
        width: min(100% - 30px, var(--container));
    }

    .header-inner {
        min-height: 88px;
    }

    .brand {
        gap: 11px;
    }

    .brand-logo {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }

    .brand-text strong {
        max-width: 205px;
        font-size: 15px;
    }

    .brand-text span {
        font-size: 7px;
    }

    .hero {
        min-height: 590px;
    }

    .hero-image img {
        object-position: 68% center;
    }

    .hero-overlay {
        background: linear-gradient(
            90deg,
            rgba(30,14,11,0.98) 0%,
            rgba(30,14,11,0.91) 54%,
            rgba(30,14,11,0.6) 82%,
            rgba(30,14,11,0.25) 100%
        );
    }

    .hero-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hero-kicker {
        font-size: 10px;
    }

    .hero h1 {
        max-width: 400px;
        font-size: clamp(44px, 12vw, 56px);
        line-height: 1;
    }

    .hero-text {
        max-width: 390px;
        font-size: 16px;
    }

    .hero-buttons {
        max-width: 325px;
        flex-direction: column;
    }

    .btn {
        width: 100%;
        min-height: 56px;
        font-size: 13px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-item {
        min-height: 120px;
    }

    .service-item span {
        font-size: 15px;
    }

    .quote-section {
        padding: 42px 0;
    }

    .quote-inner {
        gap: 10px;
    }

    .quote-line {
        width: 25px;
    }

    .quote-inner p {
        max-width: 300px;
        font-size: 15px;
        letter-spacing: 0.07em;
    }

    .realizations-preview,
    .about-section,
    .contact-cta,
    .gallery-section,
    .contact-page {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-heading h2,
    .about-content h2,
    .contact-cta h2 {
        font-size: 40px;
    }

    /* HOMEPAGE REALIZACE */

    .realizations-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 12px;
    }

    .realization-item,
    .realization-item:first-child {
        min-height: 280px;
        grid-row: auto;
    }

    /* SAMOSTATNÁ STRÁNKA REALIZACE */

    .gallery-grid {
        columns: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .gallery-item {
        margin: 0;
        break-inside: auto;
        overflow: hidden;
        aspect-ratio: 1 / 1;
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-grid {
        gap: 42px;
    }

    .about-content p:not(.eyebrow) {
        font-size: 16px;
    }

    .about-image img {
        height: 410px;
    }

    .year-badge {
        left: 14px;
        bottom: 14px;
        width: 108px;
        height: 108px;
    }

    .contact-cta > .container > p:not(.eyebrow) {
        font-size: 16px;
    }

    .contact-cta-details {
        flex-direction: column;
        gap: 9px;
        font-size: 17px;
    }

    /* FOOTER MOBIL */

    .site-footer {
        padding-top: 42px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-bottom: 32px;
    }

    .footer-logo {
        width: 72px;
        height: 72px;
        flex-basis: 72px;
    }

    .footer-nav,
    .footer-contact {
        gap: 8px;
        font-size: 15px;
    }

    .footer-bottom {
        min-height: 0;
        padding: 18px 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        font-size: 12px;
    }

    .page-hero {
        padding: 72px 0 68px;
    }

    .page-hero h1 {
        font-size: 44px;
    }

    .contact-form-wrap {
        order: 1;
    }

    .contact-card {
        order: 2;
        padding: 32px 25px;
    }

    .contact-details {
        font-size: 17px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .privacy-page {
        padding-top: 62px;
        padding-bottom: 72px;
    }

    .privacy-content {
        font-size: 16px;
        line-height: 1.75;
    }

    .privacy-content h2 {
        margin-top: 38px;
        margin-bottom: 14px;
        font-size: 28px;
    }

    .privacy-updated {
        margin-top: 38px;
    }

}