/* The Kris SEO landing and privacy page styles */

.thekris-seo-page,
.thekris-privacy-page {
    --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;
    overflow-x: hidden;
    color: var(--thekris-ink);
    background: var(--thekris-white);
    text-rendering: optimizeLegibility;
}

.thekris-seo-page *,
.thekris-privacy-page * {
    box-sizing: border-box;
}

body.thekris-seo-view .site-footer,
body.thekris-privacy-view .site-footer {
    display: none;
}

body.thekris-seo-view .site-header .custom-logo,
body.thekris-seo-view .site-header .site-logo-img img,
body.thekris-privacy-view .site-header .custom-logo,
body.thekris-privacy-view .site-header .site-logo-img img {
    max-height: 42px;
    width: auto;
}

body.thekris-seo-view .site-header .ast-primary-header-bar,
body.thekris-seo-view .site-header .main-header-bar,
body.thekris-privacy-view .site-header .ast-primary-header-bar,
body.thekris-privacy-view .site-header .main-header-bar {
    min-height: 62px;
    box-shadow: 0 1px 0 rgba(18, 27, 24, 0.08);
}

.thekris-seo-wrap,
.thekris-privacy-wrap {
    width: min(100% - 32px, 1120px);
    max-width: calc(100vw - 28px);
    margin-inline: auto;
}

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

.thekris-seo-hero,
.thekris-privacy-hero {
    background:
        radial-gradient(circle at top right, rgba(185, 71, 24, 0.14), transparent 28rem),
        linear-gradient(135deg, #fff8f2 0%, #f5f8f6 58%, #e7f2ef 100%);
}

.thekris-seo-hero__inner {
    display: grid;
    gap: 22px;
    padding-block: clamp(34px, 6vw, 64px);
}

.thekris-privacy-hero .thekris-privacy-wrap {
    padding-block: clamp(34px, 6vw, 64px);
}

.thekris-seo-hero__content,
.thekris-privacy-hero .thekris-privacy-wrap {
    max-width: 760px;
}

.thekris-seo-page .thekris-eyebrow,
.thekris-privacy-page .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-seo-page h1,
.thekris-seo-page h2,
.thekris-privacy-page h1,
.thekris-privacy-page h2 {
    margin: 0;
    color: var(--thekris-ink);
    line-height: 1.08;
}

.thekris-seo-page h1,
.thekris-privacy-page h1 {
    font-size: clamp(2.1rem, 7vw, 4.2rem);
}

.thekris-seo-page h2,
.thekris-privacy-page h2 {
    font-size: clamp(1.45rem, 4vw, 2.35rem);
}

.thekris-seo-hero__intro,
.thekris-privacy-hero p,
.thekris-seo-section__head p,
.thekris-seo-card p,
.thekris-seo-location p,
.thekris-seo-final p,
.thekris-seo-faq p,
.thekris-privacy-card p,
.thekris-privacy-card li {
    color: var(--thekris-muted);
    line-height: 1.62;
}

.thekris-seo-hero__intro,
.thekris-privacy-hero p {
    max-width: 66ch;
    margin: 16px 0 0;
    font-size: clamp(1.04rem, 3vw, 1.24rem);
}

.thekris-seo-page .thekris-actions,
.thekris-privacy-page .thekris-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.thekris-seo-page a.thekris-button,
.thekris-privacy-page a.thekris-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 14px 22px;
    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-seo-page a.thekris-button--primary,
.thekris-seo-page a.thekris-button--primary:visited,
.thekris-privacy-page a.thekris-button--primary,
.thekris-privacy-page 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-seo-page a.thekris-button--primary:hover,
.thekris-seo-page a.thekris-button--primary:focus-visible,
.thekris-seo-page a.thekris-button--primary:active,
.thekris-privacy-page a.thekris-button--primary:hover,
.thekris-privacy-page a.thekris-button--primary:focus-visible,
.thekris-privacy-page a.thekris-button--primary:active {
    background: var(--thekris-booking-dark);
    color: var(--thekris-white);
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(146, 55, 19, 0.3);
}

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

.thekris-seo-page a.thekris-button--secondary:hover,
.thekris-seo-page a.thekris-button--secondary:focus-visible,
.thekris-privacy-page a.thekris-button--secondary:hover,
.thekris-privacy-page a.thekris-button--secondary:focus-visible {
    border-color: var(--thekris-accent);
    background: var(--thekris-white);
    color: var(--thekris-accent-dark);
    text-decoration: none;
}

.thekris-seo-page :where(a, button, summary):focus-visible,
.thekris-privacy-page :where(a, button, summary):focus-visible {
    outline: 3px solid #f4b06d;
    outline-offset: 3px;
}

.thekris-seo-photo-card {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 8px;
    background: var(--thekris-white);
    box-shadow: 0 20px 45px rgba(20, 33, 29, 0.12);
}

.thekris-seo-photo-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.thekris-seo-photo-card figcaption {
    margin: 0;
    padding: 14px 16px;
    color: var(--thekris-muted);
    font-weight: 700;
    line-height: 1.45;
}

.thekris-seo-chips,
.thekris-seo-link-grid {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.thekris-seo-hero .thekris-seo-chips {
    margin-top: 18px;
}

.thekris-seo-chips li,
.thekris-seo-link-grid a {
    min-width: 0;
    border: 1px solid var(--thekris-line);
    border-radius: 8px;
    background: var(--thekris-white);
    padding: 12px 14px;
    color: var(--thekris-ink);
    overflow-wrap: break-word;
    box-shadow: 0 8px 20px rgba(20, 33, 29, 0.05);
}

.thekris-seo-chips li {
    list-style: none;
}

.thekris-seo-link-grid a,
.thekris-seo-link-grid a:visited {
    color: var(--thekris-accent-dark);
    font-weight: 800;
    text-decoration: none;
}

.thekris-seo-link-grid a:hover,
.thekris-seo-link-grid a:focus-visible {
    border-color: var(--thekris-accent);
    color: var(--thekris-ink);
    text-decoration: none;
}

.thekris-seo-section {
    background: var(--thekris-white);
    padding-block: clamp(30px, 5vw, 56px);
}

.thekris-seo-section--soft,
.thekris-privacy-content {
    background: var(--thekris-soft);
}

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

.thekris-seo-section__head p:not(.thekris-eyebrow) {
    margin: 12px 0 0;
}

.thekris-seo-grid {
    display: grid;
    gap: 14px;
}

.thekris-seo-card,
.thekris-privacy-card {
    border: 1px solid var(--thekris-line);
    border-radius: 8px;
    background: var(--thekris-white);
    padding: clamp(18px, 4vw, 28px);
    box-shadow: 0 12px 28px rgba(20, 33, 29, 0.06);
}

.thekris-seo-card p {
    margin: 12px 0 0;
}

.thekris-seo-best {
    border-left: 3px solid var(--thekris-accent);
    padding-left: 12px;
    color: var(--thekris-muted);
    font-weight: 800;
}

.thekris-seo-best span {
    color: var(--thekris-ink);
}

.thekris-seo-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-seo-location__inner {
    display: grid;
    gap: 18px;
    padding-block: clamp(34px, 6vw, 58px);
}

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

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

.thekris-seo-location__actions {
    align-items: flex-start;
}

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

.thekris-seo-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-seo-faq summary {
    cursor: pointer;
    color: var(--thekris-ink);
    font-weight: 800;
}

.thekris-seo-faq p {
    margin: 12px 0 0;
}

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

.thekris-seo-final .thekris-seo-wrap {
    padding-block: clamp(36px, 6vw, 60px);
}

.thekris-seo-final p:not(.thekris-eyebrow) {
    max-width: 650px;
    margin: 12px 0 20px;
}

.thekris-privacy-content {
    padding-block: clamp(30px, 5vw, 56px);
}

.thekris-privacy-card > :first-child {
    margin-top: 0;
}

.thekris-privacy-card > :last-child {
    margin-bottom: 0;
}

.thekris-site-footer__links--secondary a,
.thekris-site-footer__links--secondary a:visited {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 0.92rem;
}

@media (max-width: 544px) {
    .thekris-seo-page .thekris-actions,
    .thekris-privacy-page .thekris-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .thekris-seo-page a.thekris-button,
    .thekris-privacy-page a.thekris-button {
        width: 100%;
    }
}

@media (min-width: 640px) {
    .thekris-seo-chips,
    .thekris-seo-link-grid,
    .thekris-seo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 782px) {
    .thekris-seo-hero__inner {
        grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
        align-items: center;
    }

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

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