/*
Theme Name: The Kris Residence Child
Description: Custom child theme for The Kris Residence
Author: The Kris Residence
Template: astra
Version: 1.0.0
Text Domain: thekris-child
*/
/* Codex safe workflow test - no visual changes */

:where(a, button, input[type="button"], input[type="submit"], .button, .wp-block-button__link):focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

:where(button, input[type="button"], input[type="submit"], .button, .wp-block-button__link) {
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

body.home .site-header .custom-logo,
body.front-page .site-header .custom-logo {
    max-height: 48px;
    width: auto;
}

body.home .site-header .site-logo-img img,
body.front-page .site-header .site-logo-img img {
    max-height: 48px;
    width: auto;
}

body.home .site-header .ast-primary-header-bar,
body.home .site-header .main-header-bar,
body.front-page .site-header .ast-primary-header-bar,
body.front-page .site-header .main-header-bar {
    min-height: 68px;
    box-shadow: 0 1px 0 rgba(18, 27, 24, 0.08);
}

body.home .site-footer .ast-footer-copyright,
body.home .site-footer .site-info,
body.front-page .site-footer .ast-footer-copyright,
body.front-page .site-footer .site-info {
    display: none;
}

/* The Kris homepage landing page styles */
.thekris-home {
    --thekris-ink: #14211d;
    --thekris-muted: #53625d;
    --thekris-booking: #b94718;
    --thekris-booking-dark: #923713;
    --thekris-accent: #0f766e;
    --thekris-accent-dark: #0b5f59;
    --thekris-soft: #f3f6f4;
    --thekris-soft-warm: #fff8f2;
    --thekris-line: #d8e1dd;
    --thekris-white: #ffffff;
    color: var(--thekris-ink);
    background: var(--thekris-white);
    padding-bottom: 84px;
}

.thekris-home .thekris-wrap {
    width: min(100% - 32px, 1120px);
    margin-inline: auto;
}

.thekris-home .thekris-hero,
.thekris-home .thekris-section,
.thekris-home .thekris-location,
.thekris-home .thekris-final-cta {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
}

.thekris-home .thekris-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(185, 71, 24, 0.16), transparent 30rem),
        linear-gradient(135deg, #fff8f2 0%, #f5f8f6 58%, #e7f2ef 100%);
}

.thekris-home .thekris-hero::after {
    position: absolute;
    right: -120px;
    bottom: -140px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(15, 118, 110, 0.18);
    border-radius: 50%;
    content: "";
}

.thekris-home .thekris-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 22px;
    padding-block: clamp(34px, 7vw, 70px) clamp(34px, 6vw, 64px);
}

.thekris-home .thekris-hero__content {
    max-width: 720px;
}

.thekris-home .thekris-eyebrow {
    margin: 0 0 9px;
    color: var(--thekris-accent-dark);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.thekris-home .thekris-hero h1,
.thekris-home .thekris-section h2,
.thekris-home .thekris-location h2,
.thekris-home .thekris-final-cta h2 {
    margin: 0;
    color: var(--thekris-ink);
    line-height: 1.06;
}

.thekris-home .thekris-hero h1 {
    max-width: 760px;
    font-size: clamp(2.15rem, 8vw, 4.45rem);
}

.thekris-home .thekris-hero__subtitle {
    max-width: 620px;
    margin: 16px 0 0;
    color: var(--thekris-muted);
    font-size: clamp(1.05rem, 3.2vw, 1.34rem);
    line-height: 1.52;
}

.thekris-home .thekris-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.thekris-home a.thekris-button,
.thekris-home a.thekris-link-button,
.thekris-home .thekris-mobile-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 6px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.thekris-home a.thekris-button:hover,
.thekris-home a.thekris-button:focus-visible,
.thekris-home a.thekris-link-button:hover,
.thekris-home a.thekris-link-button:focus-visible,
.thekris-home .thekris-mobile-bar a:hover,
.thekris-home .thekris-mobile-bar a:focus-visible {
    text-decoration: none;
}

.thekris-home a.thekris-button {
    padding: 14px 22px;
    border: 1px solid transparent;
}

.thekris-home a.thekris-button--primary,
.thekris-home a.thekris-button--primary:visited {
    background: var(--thekris-booking);
    color: var(--thekris-white);
    box-shadow: 0 12px 24px rgba(185, 71, 24, 0.28);
}

.thekris-home a.thekris-button--primary:hover,
.thekris-home a.thekris-button--primary:focus-visible {
    background: var(--thekris-booking-dark);
    color: var(--thekris-white);
    box-shadow: 0 14px 28px rgba(146, 55, 19, 0.3);
}

.thekris-home a.thekris-button--secondary,
.thekris-home a.thekris-button--secondary:visited {
    border-color: rgba(15, 118, 110, 0.28);
    background: rgba(255, 255, 255, 0.78);
    color: var(--thekris-accent-dark);
    box-shadow: 0 8px 18px rgba(20, 33, 29, 0.06);
}

.thekris-home a.thekris-button--secondary:hover,
.thekris-home a.thekris-button--secondary:focus-visible {
    border-color: var(--thekris-accent);
    background: var(--thekris-white);
    color: var(--thekris-accent-dark);
}

.thekris-home .thekris-trust {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 14px 0 0;
    color: var(--thekris-muted);
    font-size: 0.94rem;
    font-weight: 700;
}

.thekris-home .thekris-hero__panel {
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    padding: 20px;
    box-shadow: 0 20px 45px rgba(20, 33, 29, 0.12);
}

.thekris-home .thekris-panel__label {
    margin: 0 0 12px;
    font-weight: 900;
}

.thekris-home .thekris-panel__list,
.thekris-home .thekris-benefits,
.thekris-home .thekris-amenities {
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
}

.thekris-home .thekris-panel__list {
    gap: 10px;
    color: var(--thekris-muted);
}

.thekris-home .thekris-panel__list li,
.thekris-home .thekris-benefits li,
.thekris-home .thekris-amenities li {
    list-style: none;
    margin: 0;
}

.thekris-home .thekris-section {
    background: var(--thekris-white);
    padding-block: clamp(34px, 6vw, 60px);
}

.thekris-home .thekris-section--soft {
    background: var(--thekris-soft);
}

.thekris-home .thekris-section__head {
    max-width: 720px;
    margin-bottom: 22px;
}

.thekris-home .thekris-section__head h2,
.thekris-home .thekris-location h2,
.thekris-home .thekris-final-cta h2 {
    font-size: clamp(1.72rem, 4.5vw, 2.75rem);
}

.thekris-home .thekris-benefits,
.thekris-home .thekris-amenities {
    gap: 10px;
}

.thekris-home .thekris-benefits li,
.thekris-home .thekris-amenities li {
    border: 1px solid var(--thekris-line);
    border-radius: 8px;
    background: var(--thekris-white);
    padding: 13px 15px;
    color: var(--thekris-ink);
    box-shadow: 0 8px 20px rgba(20, 33, 29, 0.05);
}

.thekris-home .thekris-room-grid {
    display: grid;
    gap: 16px;
}

.thekris-home .thekris-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    border: 1px solid rgba(216, 225, 221, 0.9);
    border-radius: 8px;
    background: var(--thekris-white);
    padding: 22px;
    box-shadow: 0 16px 36px rgba(20, 33, 29, 0.08);
}

.thekris-home .thekris-card h3 {
    margin: 0;
    font-size: 1.32rem;
}

.thekris-home .thekris-card p {
    margin: 10px 0 18px;
    color: var(--thekris-muted);
    line-height: 1.58;
}

.thekris-home a.thekris-link-button,
.thekris-home a.thekris-link-button:visited {
    width: fit-content;
    min-height: 42px;
    margin-top: auto;
    padding: 0 2px;
    color: var(--thekris-booking);
}

.thekris-home a.thekris-link-button:hover,
.thekris-home a.thekris-link-button:focus-visible {
    color: var(--thekris-booking-dark);
}

.thekris-home .thekris-location {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 24rem),
        linear-gradient(135deg, #10241f 0%, #0f3a34 58%, #0b5f59 100%);
    color: var(--thekris-white);
}

.thekris-home .thekris-location__inner {
    display: grid;
    gap: 20px;
    padding-block: clamp(36px, 6vw, 58px);
}

.thekris-home .thekris-location .thekris-eyebrow,
.thekris-home .thekris-location h2,
.thekris-home .thekris-location p {
    color: var(--thekris-white);
}

.thekris-home .thekris-location p {
    max-width: 680px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.62;
}

.thekris-home .thekris-info-list {
    display: grid;
    gap: 12px;
    margin: 0;
}

.thekris-home .thekris-info-list div {
    border: 1px solid var(--thekris-line);
    border-radius: 8px;
    background: var(--thekris-white);
    padding: 15px;
}

.thekris-home .thekris-info-list dt {
    margin: 0 0 4px;
    font-weight: 800;
}

.thekris-home .thekris-info-list dd {
    margin: 0;
    color: var(--thekris-muted);
}

.thekris-home .thekris-faq-list {
    display: grid;
    gap: 10px;
}

.thekris-home .thekris-faq {
    border: 1px solid var(--thekris-line);
    border-radius: 8px;
    background: var(--thekris-white);
    padding: 15px 17px;
    box-shadow: 0 8px 18px rgba(20, 33, 29, 0.04);
}

.thekris-home .thekris-faq summary {
    cursor: pointer;
    font-weight: 800;
}

.thekris-home .thekris-faq p {
    margin: 12px 0 0;
    color: var(--thekris-muted);
    line-height: 1.58;
}

.thekris-home .thekris-final-cta {
    background: linear-gradient(135deg, var(--thekris-soft-warm) 0%, var(--thekris-soft) 100%);
}

.thekris-home .thekris-final-cta__inner {
    padding-block: clamp(38px, 6vw, 64px);
}

.thekris-home .thekris-final-cta p:not(.thekris-eyebrow) {
    max-width: 650px;
    margin: 12px 0 20px;
    color: var(--thekris-muted);
    font-size: 1.06rem;
    line-height: 1.58;
}

.thekris-home .thekris-home-footer-note {
    margin: 0;
    padding: 18px 16px calc(92px + env(safe-area-inset-bottom));
    background: var(--thekris-ink);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    text-align: center;
}

.thekris-home .thekris-mobile-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 10px;
    border-top: 1px solid var(--thekris-line);
    background: rgba(255, 255, 255, 0.96);
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    box-shadow: 0 -8px 24px rgba(20, 33, 29, 0.14);
}

.thekris-home .thekris-mobile-bar a:first-child,
.thekris-home .thekris-mobile-bar a:first-child:visited {
    background: var(--thekris-booking);
    color: var(--thekris-white);
    box-shadow: 0 8px 18px rgba(185, 71, 24, 0.24);
}

.thekris-home .thekris-mobile-bar a:last-child,
.thekris-home .thekris-mobile-bar a:last-child:visited {
    border: 1px solid rgba(15, 118, 110, 0.28);
    background: var(--thekris-white);
    color: var(--thekris-accent-dark);
}

@media (max-width: 544px) {
    body.home .site-header .custom-logo,
    body.home .site-header .site-logo-img img,
    body.front-page .site-header .custom-logo,
    body.front-page .site-header .site-logo-img img {
        max-height: 40px;
    }

    body.home .site-header .ast-primary-header-bar,
    body.home .site-header .main-header-bar,
    body.front-page .site-header .ast-primary-header-bar,
    body.front-page .site-header .main-header-bar {
        min-height: 58px;
    }

    .thekris-home .thekris-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .thekris-home a.thekris-button {
        width: 100%;
    }
}

@media (min-width: 640px) {
    .thekris-home .thekris-benefits,
    .thekris-home .thekris-amenities,
    .thekris-home .thekris-info-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 782px) {
    .thekris-home {
        padding-bottom: 0;
    }

    .thekris-home .thekris-hero__inner {
        grid-template-columns: minmax(0, 1.24fr) minmax(280px, 0.76fr);
        align-items: center;
    }

    .thekris-home .thekris-room-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .thekris-home .thekris-location__inner {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .thekris-home .thekris-mobile-bar {
        display: none;
    }

    .thekris-home .thekris-home-footer-note {
        padding: 18px 16px;
    }
}

@media (min-width: 980px) {
    .thekris-home .thekris-amenities {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* The Kris booking page wrapper styles */
.thekris-booking-page {
    --thekris-booking-ink: #14211d;
    --thekris-booking-muted: #53625d;
    --thekris-booking-action: #b94718;
    --thekris-booking-action-dark: #923713;
    --thekris-booking-accent: #0f766e;
    --thekris-booking-accent-dark: #0b5f59;
    --thekris-booking-soft: #f3f6f4;
    --thekris-booking-soft-warm: #fff8f2;
    --thekris-booking-line: #d8e1dd;
    --thekris-booking-white: #ffffff;
    color: var(--thekris-booking-ink);
    background: var(--thekris-booking-soft);
}

.thekris-booking-page .thekris-booking-wrap {
    width: min(100% - 32px, 1080px);
    margin-inline: auto;
}

.thekris-booking-page .thekris-booking-hero,
.thekris-booking-page .thekris-booking-section,
.thekris-booking-page .thekris-booking-help {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
}

.thekris-booking-page .thekris-booking-hero {
    background:
        radial-gradient(circle at top right, rgba(185, 71, 24, 0.15), transparent 26rem),
        linear-gradient(135deg, var(--thekris-booking-soft-warm) 0%, #f7faf8 58%, #e7f2ef 100%);
}

.thekris-booking-page .thekris-booking-hero .thekris-booking-wrap {
    padding-block: clamp(34px, 7vw, 66px) clamp(30px, 5vw, 48px);
}

.thekris-booking-page .thekris-booking-eyebrow {
    margin: 0 0 9px;
    color: var(--thekris-booking-accent-dark);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.thekris-booking-page h1,
.thekris-booking-page h2 {
    margin: 0;
    color: var(--thekris-booking-ink);
    line-height: 1.08;
}

.thekris-booking-page h1 {
    max-width: 760px;
    font-size: clamp(2rem, 7vw, 4rem);
}

.thekris-booking-page h2 {
    font-size: clamp(1.55rem, 4vw, 2.5rem);
}

.thekris-booking-page .thekris-booking-intro {
    max-width: 680px;
    margin: 16px 0 0;
    color: var(--thekris-booking-muted);
    font-size: clamp(1.04rem, 3vw, 1.25rem);
    line-height: 1.55;
}

.thekris-booking-page .thekris-booking-trust {
    display: inline-flex;
    margin: 18px 0 0;
    border: 1px solid rgba(15, 118, 110, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    padding: 8px 12px;
    color: var(--thekris-booking-accent-dark);
    font-size: 0.94rem;
    font-weight: 800;
}

.thekris-booking-page .thekris-booking-section {
    background: var(--thekris-booking-soft);
    padding-block: clamp(28px, 5vw, 52px);
}

.thekris-booking-page .thekris-booking-section--trust {
    padding-block: 18px clamp(26px, 4vw, 42px);
}

.thekris-booking-page .thekris-booking-trust-list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.thekris-booking-page .thekris-booking-trust-list li {
    list-style: none;
    margin: 0;
    border: 1px solid var(--thekris-booking-line);
    border-radius: 8px;
    background: var(--thekris-booking-white);
    padding: 13px 15px;
    color: var(--thekris-booking-ink);
    box-shadow: 0 8px 20px rgba(20, 33, 29, 0.05);
}

.thekris-booking-page .thekris-booking-engine-card {
    border: 1px solid var(--thekris-booking-line);
    border-radius: 8px;
    background: var(--thekris-booking-white);
    padding: clamp(18px, 4vw, 30px);
    box-shadow: 0 18px 42px rgba(20, 33, 29, 0.09);
}

.thekris-booking-page .thekris-booking-engine-head {
    margin-bottom: 18px;
}

.thekris-booking-page .thekris-booking-content {
    color: var(--thekris-booking-ink);
}

.thekris-booking-page .thekris-booking-content > :first-child {
    margin-top: 0;
}

.thekris-booking-page .thekris-booking-content > :last-child {
    margin-bottom: 0;
}

.thekris-booking-page .thekris-booking-help {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 24rem),
        linear-gradient(135deg, #10241f 0%, #0f3a34 58%, #0b5f59 100%);
    color: var(--thekris-booking-white);
}

.thekris-booking-page .thekris-booking-help__inner {
    display: grid;
    gap: 18px;
    padding-block: clamp(34px, 6vw, 58px);
}

.thekris-booking-page .thekris-booking-help .thekris-booking-eyebrow,
.thekris-booking-page .thekris-booking-help h2,
.thekris-booking-page .thekris-booking-help p {
    color: var(--thekris-booking-white);
}

.thekris-booking-page .thekris-booking-help p {
    max-width: 650px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.thekris-booking-page a.thekris-booking-button,
.thekris-booking-page a.thekris-booking-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: fit-content;
    border-radius: 6px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.thekris-booking-page a.thekris-booking-button--secondary,
.thekris-booking-page a.thekris-booking-button--secondary:visited {
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: var(--thekris-booking-white);
    padding: 14px 20px;
    color: var(--thekris-booking-accent-dark);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.thekris-booking-page a.thekris-booking-button--secondary:hover,
.thekris-booking-page a.thekris-booking-button--secondary:focus-visible {
    border-color: var(--thekris-booking-white);
    color: var(--thekris-booking-ink);
    text-decoration: none;
}

.thekris-booking-page .thekris-booking-section__head {
    max-width: 720px;
    margin-bottom: 20px;
}

.thekris-booking-page .thekris-booking-faq-list {
    display: grid;
    gap: 10px;
}

.thekris-booking-page .thekris-booking-faq {
    border: 1px solid var(--thekris-booking-line);
    border-radius: 8px;
    background: var(--thekris-booking-white);
    padding: 15px 17px;
    box-shadow: 0 8px 18px rgba(20, 33, 29, 0.04);
}

.thekris-booking-page .thekris-booking-faq summary {
    cursor: pointer;
    color: var(--thekris-booking-ink);
    font-weight: 800;
}

.thekris-booking-page .thekris-booking-faq p {
    margin: 12px 0 0;
    color: var(--thekris-booking-muted);
    line-height: 1.58;
}

@media (min-width: 640px) {
    .thekris-booking-page .thekris-booking-trust-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 782px) {
    .thekris-booking-page .thekris-booking-help__inner {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }
}

@media (min-width: 980px) {
    .thekris-booking-page .thekris-booking-trust-list {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

/* Approved property photo styles */
.thekris-home img,
.thekris-booking-page img {
    max-width: 100%;
    height: auto;
}

.thekris-home .thekris-hero__panel.thekris-hero__photo-card {
    overflow: hidden;
    padding: 0;
}

.thekris-home .thekris-hero__image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.thekris-home .thekris-hero__photo-card figcaption {
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 16px 18px 18px;
    color: var(--thekris-muted);
    line-height: 1.5;
}

.thekris-home .thekris-hero__photo-card .thekris-panel__label {
    display: block;
    margin: 0;
    color: var(--thekris-ink);
}

.thekris-home .thekris-card {
    overflow: hidden;
}

.thekris-home .thekris-card__image {
    display: block;
    width: calc(100% + 44px);
    max-width: none;
    margin: -22px -22px 18px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.thekris-home .thekris-gallery-grid,
.thekris-booking-page .thekris-booking-photo-grid {
    display: grid;
    gap: 12px;
}

.thekris-home .thekris-gallery-item,
.thekris-booking-page .thekris-booking-photo {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--thekris-line, #d8e1dd);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(20, 33, 29, 0.07);
}

.thekris-booking-page .thekris-booking-photo {
    border-color: var(--thekris-booking-line, #d8e1dd);
}

.thekris-home .thekris-gallery-item img,
.thekris-booking-page .thekris-booking-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.thekris-home .thekris-gallery-item figcaption,
.thekris-booking-page .thekris-booking-photo figcaption {
    margin: 0;
    padding: 10px 12px 12px;
    color: var(--thekris-ink, #14211d);
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.35;
}

.thekris-booking-page .thekris-booking-photo figcaption {
    color: var(--thekris-booking-ink, #14211d);
}

.thekris-home .thekris-gallery-cta {
    margin-top: 20px;
}

.thekris-booking-page .thekris-booking-section--photos {
    padding-top: 0;
}

.thekris-booking-page .thekris-booking-section__head p:not(.thekris-booking-eyebrow) {
    max-width: 66ch;
    margin: 12px 0 0;
    color: var(--thekris-booking-muted);
    line-height: 1.58;
}

@media (max-width: 544px) {
    .thekris-home .thekris-hero__image {
        aspect-ratio: 16 / 10;
    }

    .thekris-home .thekris-card__image {
        width: calc(100% + 32px);
        margin: -16px -16px 16px;
        aspect-ratio: 16 / 11;
    }
}

@media (min-width: 640px) {
    .thekris-home .thekris-gallery-grid,
    .thekris-booking-page .thekris-booking-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 782px) {
    .thekris-home .thekris-hero__image {
        min-height: 340px;
    }

    .thekris-booking-page .thekris-booking-photo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 980px) {
    .thekris-home .thekris-gallery-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
