:root {
    --pkl-table: #006b55;
    --pkl-table-dark: #003f35;
    --pkl-ink: #121818;
    --pkl-muted: #62706d;
    --pkl-surface: #f7f4ec;
    --pkl-card: #ffffff;
    --pkl-gold: #d8aa4f;
    --pkl-burgundy: #8e2132;
    --pkl-border: rgba(0, 63, 53, 0.12);
    --pkl-shadow: 0 18px 50px rgba(0, 31, 26, 0.12);
    --pkl-radius-sm: 10px;
    --pkl-radius-md: 18px;
    --pkl-radius-lg: 30px;
    --pkl-container: 1180px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--pkl-ink);
    background:
        linear-gradient(rgba(247, 244, 236, 0.92), rgba(247, 244, 236, 0.92)),
        url("../images/felt-pattern.svg");
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    color: var(--pkl-table);
    text-underline-offset: 0.18em;
}

a:hover,
a:focus-visible {
    color: var(--pkl-table-dark);
}

button,
input,
select,
textarea {
    font: inherit;
}

.pkl-skip-link {
    position: absolute;
    z-index: 10000;
    top: 12px;
    left: 12px;
    transform: translateY(-160%);
    border-radius: 999px;
    background: var(--pkl-gold);
    color: #161203;
    font-weight: 800;
    padding: 10px 16px;
}

.pkl-skip-link:focus {
    transform: translateY(0);
}

.pkl-container {
    width: min(100% - 32px, var(--pkl-container));
    margin-inline: auto;
}

.pkl-narrow {
    max-width: 840px;
}

.pkl-site-header {
    position: sticky;
    z-index: 999;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(18, 24, 24, 0.94);
    color: #fff;
    backdrop-filter: blur(16px);
}

.pkl-site-header__inner {
    display: flex;
    min-height: 74px;
    align-items: center;
    gap: 24px;
}

.pkl-branding {
    flex: 0 0 auto;
}

.pkl-branding__logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.pkl-branding__logo img {
    display: block;
    width: clamp(168px, 16vw, 218px);
    height: auto;
}

.custom-logo {
    max-width: 218px;
    height: auto;
}

.pkl-primary-nav {
    margin-left: auto;
}

.pkl-primary-nav ul {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pkl-primary-nav a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
    padding: 0 14px;
    text-decoration: none;
}

.pkl-primary-nav a:hover,
.pkl-primary-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.pkl-header-cta,
.pkl-button,
.wpcf7-submit {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: var(--pkl-table);
    color: #fff;
    font-weight: 800;
    line-height: 1;
    padding: 0 22px;
    text-decoration: none;
    transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.pkl-header-cta {
    background: var(--pkl-gold);
    color: #171203;
}

.pkl-button:hover,
.pkl-button:focus-visible,
.wpcf7-submit:hover,
.wpcf7-submit:focus-visible {
    background: var(--pkl-table-dark);
    color: #fff;
    box-shadow: 0 12px 28px rgba(0, 107, 85, 0.22);
    transform: translateY(-1px);
}

.pkl-button--gold {
    position: relative;
    overflow: hidden;
    background: var(--pkl-gold);
    color: #171203;
}

.pkl-button--gold::after {
    position: absolute;
    inset: 0 auto 0 -46%;
    width: 38%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    content: "";
    transform: skewX(-18deg);
    transition: left 520ms ease;
}

.pkl-button--gold:hover::after,
.pkl-button--gold:focus-visible::after {
    left: 118%;
}

.pkl-menu-toggle {
    display: none;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font-weight: 800;
    min-height: 42px;
    padding: 0 14px;
}

.pkl-section {
    padding: clamp(48px, 7vw, 96px) 0;
}

.pkl-section--compact {
    padding-block: clamp(28px, 4vw, 52px);
}

.pkl-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 80%, rgba(0, 107, 85, 0.18), transparent 30%),
        radial-gradient(circle at 80% 18%, rgba(216, 170, 79, 0.22), transparent 30%),
        linear-gradient(145deg, #f7f4ec 0%, #e8eee9 100%);
}

.pkl-hero::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    background:
        linear-gradient(110deg, transparent 0 38%, rgba(255, 255, 255, 0.35) 46%, transparent 54%),
        url("../images/felt-pattern.svg");
    opacity: 0.42;
    mix-blend-mode: multiply;
}

.pkl-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    align-items: center;
    gap: clamp(28px, 6vw, 72px);
}

.pkl-hero__content {
    position: relative;
    z-index: 2;
}

.pkl-hero__visual {
    position: relative;
    min-height: 420px;
}

.pkl-hero__visual img {
    position: relative;
    z-index: 2;
    width: min(100%, 760px);
    filter: drop-shadow(0 28px 34px rgba(0, 31, 26, 0.2));
    transform: rotate(-2deg);
    animation: pkl-float 6s ease-in-out infinite;
}

.pkl-orb {
    position: absolute;
    z-index: 1;
    display: block;
    border-radius: 50%;
    filter: blur(0.2px);
    animation: pkl-orb 7s ease-in-out infinite;
}

.pkl-orb--gold {
    top: 32px;
    right: 28px;
    width: 112px;
    height: 112px;
    background: radial-gradient(circle at 32% 28%, #fff4c6, var(--pkl-gold) 48%, #a66d16 100%);
    box-shadow: 0 18px 40px rgba(216, 170, 79, 0.26);
}

.pkl-orb--green {
    bottom: 54px;
    left: 12px;
    width: 74px;
    height: 74px;
    background: radial-gradient(circle at 30% 28%, #b8ffe9, var(--pkl-table) 52%, var(--pkl-table-dark) 100%);
    box-shadow: 0 18px 40px rgba(0, 107, 85, 0.28);
    animation-delay: -2s;
}

.pkl-live-badge {
    position: absolute;
    z-index: 3;
    top: 42px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 999px;
    background: rgba(18, 24, 24, 0.86);
    color: #fff;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    padding: 10px 14px;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.pkl-live-badge::before {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #39e58d;
    box-shadow: 0 0 0 6px rgba(57, 229, 141, 0.14);
    content: "";
}

.pkl-eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--pkl-table);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.pkl-heading {
    margin: 0 0 16px;
    color: var(--pkl-ink);
    font-size: clamp(2rem, 4.5vw, 4.4rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.pkl-lead {
    max-width: 720px;
    color: var(--pkl-muted);
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.pkl-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.pkl-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 660px;
    margin: 34px 0 0;
}

.pkl-hero-stats div {
    border: 1px solid rgba(0, 63, 53, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.62);
    padding: 14px;
    box-shadow: 0 14px 34px rgba(0, 31, 26, 0.08);
    backdrop-filter: blur(10px);
}

.pkl-hero-stats dt {
    color: var(--pkl-table-dark);
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    font-weight: 950;
    line-height: 1;
}

.pkl-hero-stats dd {
    margin: 7px 0 0;
    color: var(--pkl-muted);
    font-size: 0.88rem;
    line-height: 1.35;
}

.pkl-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.pkl-content-grid {
    display: grid;
    gap: 28px;
}

.pkl-card {
    overflow: hidden;
    border: 1px solid var(--pkl-border);
    border-radius: var(--pkl-radius-md);
    background: var(--pkl-card);
    box-shadow: var(--pkl-shadow);
    transform: translateY(0);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pkl-card:hover,
.pkl-card:focus-within {
    border-color: rgba(0, 107, 85, 0.26);
    box-shadow: 0 24px 60px rgba(0, 31, 26, 0.16);
    transform: translateY(-4px);
}

.pkl-card__image {
    display: block;
    background: #d8dedc;
    aspect-ratio: 3 / 2;
}

.pkl-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
}

.pkl-card:hover .pkl-card__image img,
.pkl-card:focus-within .pkl-card__image img {
    transform: scale(1.045);
}

.pkl-card__body {
    padding: clamp(20px, 3vw, 28px);
}

.pkl-card__title,
.pkl-card h2,
.pkl-card h3 {
    margin: 0 0 10px;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.2;
}

.pkl-card__title a,
.pkl-card h2 a,
.pkl-card h3 a {
    color: var(--pkl-ink);
    text-decoration: none;
}

.pkl-entry__header {
    margin-bottom: 28px;
}

.pkl-entry__content > * + * {
    margin-top: 1.1em;
}

.pkl-entry__content h2,
.pkl-entry__content h3 {
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.pkl-entry-meta {
    color: var(--pkl-muted);
    font-size: 0.95rem;
}

.pkl-featured-image {
    overflow: hidden;
    margin: 0 0 28px;
    border-radius: var(--pkl-radius-lg);
}

.pkl-price-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--pkl-radius-lg);
    background: linear-gradient(145deg, var(--pkl-table-dark), var(--pkl-table));
    color: #fff;
    padding: clamp(24px, 5vw, 46px);
}

.pkl-price-card::after {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 170, 79, 0.36), transparent 66%);
    content: "";
}

.pkl-price-card h2,
.pkl-price-card p {
    color: inherit;
}

.wpcf7 form {
    display: grid;
    gap: 16px;
}

.wpcf7 label {
    display: grid;
    gap: 7px;
    color: var(--pkl-ink);
    font-weight: 800;
}

.wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(0, 63, 53, 0.18);
    border-radius: 12px;
    background: #fff;
    color: var(--pkl-ink);
    padding: 11px 14px;
}

.wpcf7 textarea {
    min-height: 130px;
}

.wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: var(--pkl-table);
    box-shadow: 0 0 0 3px rgba(0, 107, 85, 0.14);
    outline: none;
}

.pkl-site-footer {
    background: #0d172b;
    color: rgba(255, 255, 255, 0.76);
}

.pkl-site-footer a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.pkl-site-footer a:hover,
.pkl-site-footer a:focus-visible {
    color: var(--pkl-gold);
}

.pkl-site-footer__main {
    padding: clamp(54px, 7vw, 84px) 0 30px;
}

.pkl-site-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(180px, 0.85fr) minmax(210px, 0.9fr);
    gap: clamp(44px, 7vw, 100px);
}

.pkl-site-footer h2 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 1.08rem;
    line-height: 1.2;
}

.pkl-site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pkl-site-footer li + li {
    margin-top: 11px;
}

.pkl-footer-brand {
    max-width: 530px;
}

.pkl-footer-logo {
    display: inline-flex;
    margin-bottom: 24px;
}

.pkl-footer-logo img {
    display: block;
    width: 220px;
    height: auto;
}

.pkl-footer-brand p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.75;
}

.pkl-footer-brand p + p {
    margin-top: 12px;
}

.pkl-footer-column a {
    display: inline-flex;
    line-height: 1.45;
}

.pkl-footer-column address {
    display: grid;
    gap: 8px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.86rem;
    font-style: normal;
}

.pkl-footer-column address a {
    color: var(--pkl-gold);
    font-weight: 800;
}

.pkl-footer-topics {
    margin-top: clamp(38px, 6vw, 62px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 32px;
}

.pkl-footer-topics h2 {
    margin-bottom: 14px;
    font-size: 1.15rem;
}

.pkl-footer-topics > p {
    max-width: 980px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.9rem;
}

.pkl-footer-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.pkl-footer-tags a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.78rem;
    line-height: 1;
    padding: 0 13px;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.pkl-footer-tags a:hover,
.pkl-footer-tags a:focus-visible {
    border-color: var(--pkl-gold);
    background: rgba(216, 170, 79, 0.14);
    color: #fff;
}

.pkl-site-footer__bottom {
    background: rgba(255, 255, 255, 0.08);
}

.pkl-site-footer__bottom .pkl-container {
    display: flex;
    min-height: 54px;
    align-items: center;
}

.pkl-site-footer__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.82rem;
}

.pkl-mobile-cta {
    position: fixed;
    z-index: 9999;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 8px;
    border-radius: 999px;
    background: rgba(18, 24, 24, 0.94);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
}

.pkl-mobile-cta a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
}

.pkl-mobile-cta__primary {
    background: var(--pkl-gold);
    color: #171203 !important;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.nav-links a,
.nav-links span {
    border-radius: 999px;
    background: #fff;
    color: var(--pkl-ink);
    padding: 8px 14px;
    text-decoration: none;
}

.pkl-home-hero {
    position: relative;
    display: grid;
    min-height: min(860px, calc(100svh - 74px));
    align-items: end;
    overflow: hidden;
    background: #07100e;
    color: #fff;
}

.pkl-home-hero__media,
.pkl-home-hero__media::after {
    position: absolute;
    inset: 0;
}

.pkl-home-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: pkl-hero-zoom 14s ease-out both;
}

.pkl-home-hero__media::after {
    background:
        linear-gradient(90deg, rgba(4, 9, 8, 0.96) 0%, rgba(4, 9, 8, 0.76) 38%, rgba(4, 9, 8, 0.16) 76%),
        linear-gradient(0deg, rgba(4, 9, 8, 0.92) 0%, transparent 55%);
    content: "";
}

.pkl-home-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(260px, 1fr);
    align-items: end;
    gap: clamp(36px, 8vw, 120px);
    padding-block: clamp(100px, 16vh, 190px) 76px;
}

.pkl-home-hero__content h1 {
    max-width: 820px;
    margin: 14px 0 24px;
    color: #fff;
    font-size: clamp(2.65rem, 6vw, 6.5rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.pkl-home-hero__content > p {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.pkl-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--pkl-gold);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pkl-kicker::before {
    width: 26px;
    height: 2px;
    background: currentColor;
    content: "";
}

.pkl-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-top: 34px;
}

.pkl-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.pkl-text-link span {
    transition: transform 180ms ease;
}

.pkl-text-link:hover,
.pkl-text-link:focus-visible {
    color: var(--pkl-gold);
}

.pkl-text-link:hover span,
.pkl-text-link:focus-visible span {
    transform: translateX(5px);
}

.pkl-text-link--dark {
    color: var(--pkl-table-dark);
}

.pkl-home-stats {
    display: grid;
    gap: 1px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--pkl-radius-md);
    background: rgba(6, 15, 13, 0.62);
    overflow: hidden;
    backdrop-filter: blur(14px);
}

.pkl-home-stats div {
    padding: 18px 20px;
}

.pkl-home-stats div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pkl-home-stats dt {
    color: #fff;
    font-size: 1.08rem;
    font-weight: 900;
}

.pkl-home-stats dd {
    margin: 3px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.86rem;
}

.pkl-scroll-cue {
    position: absolute;
    z-index: 3;
    bottom: 22px;
    left: 50%;
    display: grid;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.pkl-scroll-cue::after {
    width: 1px;
    height: 34px;
    margin: 8px auto 0;
    background: linear-gradient(#fff, transparent);
    content: "";
    animation: pkl-scroll-cue 1.8s ease-in-out infinite;
}

.pkl-trust-strip {
    background: var(--pkl-table-dark);
    color: #fff;
}

.pkl-trust-strip .pkl-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.pkl-trust-strip .pkl-container > div {
    display: flex;
    min-height: 92px;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
}

.pkl-trust-strip .pkl-container > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.pkl-trust-strip strong {
    color: var(--pkl-gold);
    font-size: 0.8rem;
}

.pkl-trust-strip span {
    font-weight: 800;
}

.pkl-nearby-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(216, 170, 79, 0.12), transparent 28%),
        linear-gradient(180deg, #f7f4ec, #eef3ef);
}

.pkl-nearby-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    align-items: center;
    gap: clamp(32px, 7vw, 90px);
}

.pkl-nearby-copy h2 {
    max-width: 820px;
    margin: 14px 0 18px;
    font-size: clamp(2.1rem, 5vw, 5rem);
    line-height: 1.02;
    letter-spacing: -0.052em;
}

.pkl-nearby-copy p {
    max-width: 780px;
    color: var(--pkl-muted);
    font-size: clamp(1rem, 2vw, 1.18rem);
}

.pkl-local-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.pkl-local-keywords span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    border: 1px solid var(--pkl-border);
    border-radius: 999px;
    background: #fff;
    color: var(--pkl-table-dark);
    font-size: 0.82rem;
    font-weight: 800;
    padding: 0 13px;
}

.pkl-nearby-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.pkl-nearby-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--pkl-radius-lg);
    background: linear-gradient(145deg, var(--pkl-table-dark), #101817);
    color: #fff;
    padding: clamp(24px, 4vw, 38px);
    box-shadow: 0 28px 70px rgba(0, 31, 26, 0.22);
}

.pkl-nearby-card::before {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 170, 79, 0.38), transparent 68%);
    content: "";
    animation: pkl-orb 7s ease-in-out infinite;
}

.pkl-nearby-card strong {
    display: block;
    color: var(--pkl-gold);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}

.pkl-nearby-card > span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.68);
    font-weight: 800;
}

.pkl-nearby-card ul {
    display: grid;
    gap: 11px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.pkl-nearby-card li {
    position: relative;
    padding-left: 24px;
}

.pkl-nearby-card li::before {
    position: absolute;
    left: 0;
    color: var(--pkl-gold);
    content: "•";
    font-size: 1.3rem;
    line-height: 1;
}

.pkl-split {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: center;
    gap: clamp(40px, 7vw, 96px);
}

.pkl-split--reverse {
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
}

.pkl-media-stack,
.pkl-tournament-image {
    position: relative;
}

.pkl-tournament-image {
    margin: 0;
}

.pkl-media-stack > img,
.pkl-tournament-image img {
    width: 100%;
    border-radius: var(--pkl-radius-lg);
    object-fit: cover;
    box-shadow: var(--pkl-shadow);
}

.pkl-floating-note {
    position: absolute;
    right: -22px;
    bottom: 28px;
    display: grid;
    max-width: 210px;
    border-radius: 18px;
    background: var(--pkl-gold);
    color: #171203;
    padding: 18px 20px;
    box-shadow: 0 18px 40px rgba(89, 57, 9, 0.2);
}

.pkl-floating-note strong {
    font-size: 1.4rem;
    line-height: 1;
}

.pkl-floating-note span {
    margin-top: 6px;
    font-size: 0.86rem;
}

.pkl-section-copy h2,
.pkl-section-heading h2,
.pkl-booking-copy h2 {
    margin: 14px 0 20px;
    font-size: clamp(2rem, 4vw, 4.25rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.pkl-section-copy > p {
    color: var(--pkl-muted);
    font-size: 1.06rem;
}

.pkl-check-list {
    display: grid;
    gap: 13px;
    margin: 28px 0 32px;
    padding: 0;
    list-style: none;
}

.pkl-check-list li {
    position: relative;
    padding-left: 30px;
}

.pkl-check-list li::before {
    position: absolute;
    top: 0.25em;
    left: 0;
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    background: rgba(0, 107, 85, 0.12);
    color: var(--pkl-table);
    content: "✓";
    font-size: 0.72rem;
    font-weight: 900;
}

.pkl-pricing-section {
    background: #101817;
    color: #fff;
}

.pkl-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 44px;
}

.pkl-section-heading h2 {
    max-width: 780px;
    margin-bottom: 0;
}

.pkl-pricing-section .pkl-section-heading h2 {
    color: #fff;
}

.pkl-section-heading > p {
    max-width: 390px;
    color: rgba(255, 255, 255, 0.56);
}

.pkl-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 18px;
}

.pkl-price-tier {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--pkl-radius-md);
    background: rgba(255, 255, 255, 0.05);
    padding: clamp(24px, 3vw, 36px);
    transition: border-color 200ms ease, transform 200ms ease;
}

.pkl-price-tier:hover {
    border-color: rgba(216, 170, 79, 0.54);
    transform: translateY(-6px);
}

.pkl-price-tier--featured {
    border-color: var(--pkl-gold);
    background: var(--pkl-gold);
    color: #171203;
    transform: translateY(-10px);
}

.pkl-price-tier--featured:hover {
    transform: translateY(-16px);
}

.pkl-price-tier__tag {
    display: inline-flex;
    border-radius: 999px;
    background: rgba(216, 170, 79, 0.16);
    color: var(--pkl-gold);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    padding: 7px 10px;
    text-transform: uppercase;
}

.pkl-price-tier--featured .pkl-price-tier__tag {
    background: rgba(23, 18, 3, 0.12);
    color: #171203;
}

.pkl-price-tier h3 {
    margin: 26px 0 4px;
    color: inherit;
    font-size: 1.55rem;
}

.pkl-price-tier__time {
    margin-top: 0;
    opacity: 0.62;
}

.pkl-price-tier__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-block: 30px;
}

.pkl-price-tier__price strong {
    color: inherit;
    font-size: clamp(2rem, 3vw, 3.35rem);
    line-height: 1;
}

.pkl-price-tier__price span {
    opacity: 0.68;
}

.pkl-center {
    margin: 34px 0 0;
    text-align: center;
}

.pkl-pricing-section .pkl-text-link--dark {
    color: var(--pkl-gold);
}

.pkl-tournament-feature {
    background: #e8eee9;
}

.pkl-home-gallery {
    background: #eef3ef;
}

.pkl-home-gallery__rail {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 0.85fr;
    grid-auto-rows: 260px;
    gap: 16px;
}

.pkl-home-gallery__item {
    overflow: hidden;
    margin: 0;
    border-radius: var(--pkl-radius-md);
    background: #d8dedc;
    box-shadow: var(--pkl-shadow);
}

.pkl-home-gallery__item:first-child {
    grid-row: span 2;
}

.pkl-home-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 560ms ease, filter 560ms ease;
}

.pkl-home-gallery__item:nth-child(2n) img {
    animation: pkl-image-drift 8s ease-in-out infinite;
}

.pkl-home-gallery__item:hover img,
.pkl-home-gallery__item:focus-within img {
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.055);
}

.pkl-tournament-image::before {
    position: absolute;
    z-index: 1;
    top: 22px;
    right: 22px;
    bottom: -22px;
    left: -22px;
    border: 2px solid var(--pkl-gold);
    border-radius: var(--pkl-radius-lg);
    content: "";
}

.pkl-tournament-image img {
    position: relative;
    z-index: 2;
}

.pkl-event-preview {
    display: grid;
    grid-template-columns: 76px 1fr;
    align-items: center;
    gap: 18px;
    margin: 28px 0;
    border-top: 1px solid var(--pkl-border);
    border-bottom: 1px solid var(--pkl-border);
    padding: 18px 0;
}

.pkl-event-preview time {
    display: grid;
    border-right: 1px solid var(--pkl-border);
}

.pkl-event-preview time strong {
    color: var(--pkl-table);
    font-size: 2rem;
    line-height: 1;
}

.pkl-event-preview time span,
.pkl-event-preview p {
    color: var(--pkl-muted);
    font-size: 0.85rem;
}

.pkl-event-preview h3,
.pkl-event-preview p {
    margin: 0;
}

.pkl-news-section {
    background: var(--pkl-surface);
}

.pkl-news-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 24%, rgba(216, 170, 79, 0.2), transparent 28%),
        linear-gradient(135deg, #07100e, var(--pkl-table-dark));
    color: #fff;
    padding: clamp(86px, 12vw, 150px) 0 clamp(64px, 9vw, 110px);
}

.pkl-news-hero::after {
    position: absolute;
    right: -70px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    border: 60px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    content: "";
}

.pkl-news-hero .pkl-container {
    position: relative;
    z-index: 1;
}

.pkl-news-hero h1 {
    margin: 12px 0 18px;
    color: #fff;
    font-size: clamp(3rem, 7vw, 6.5rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.pkl-news-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(1rem, 2vw, 1.18rem);
}

.pkl-news-archive {
    background: var(--pkl-surface);
}

.pkl-category-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 38px;
}

.pkl-category-filter a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    border: 1px solid var(--pkl-border);
    border-radius: 999px;
    background: #fff;
    color: var(--pkl-ink);
    font-size: 0.88rem;
    font-weight: 800;
    padding: 0 16px;
    text-decoration: none;
}

.pkl-category-filter a:hover,
.pkl-category-filter a:focus-visible,
.pkl-category-filter a.is-active {
    border-color: var(--pkl-table);
    background: var(--pkl-table);
    color: #fff;
}

.pkl-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.pkl-news-card {
    overflow: hidden;
    border: 1px solid var(--pkl-border);
    border-radius: var(--pkl-radius-md);
    background: #fff;
    box-shadow: 0 16px 44px rgba(0, 31, 26, 0.09);
    transition: box-shadow 200ms ease, transform 200ms ease;
}

.pkl-news-card:hover,
.pkl-news-card:focus-within {
    box-shadow: 0 24px 64px rgba(0, 31, 26, 0.15);
    transform: translateY(-5px);
}

.pkl-news-card__image {
    display: block;
    overflow: hidden;
    background: #d8dedc;
    aspect-ratio: 3 / 2;
}

.pkl-news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
}

.pkl-news-card:hover .pkl-news-card__image img,
.pkl-news-card:focus-within .pkl-news-card__image img {
    transform: scale(1.045);
}

.pkl-news-card__body {
    padding: 24px;
}

.pkl-news-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--pkl-muted);
    font-size: 0.76rem;
    font-weight: 800;
}

.pkl-news-card__meta a {
    color: var(--pkl-table);
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
}

.pkl-news-card h2 {
    margin: 14px 0 12px;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.2;
}

.pkl-news-card h2 a {
    color: var(--pkl-ink);
    text-decoration: none;
}

.pkl-news-card__body > p {
    color: var(--pkl-muted);
}

.pkl-news-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    font-weight: 900;
    text-decoration: none;
}

.pkl-space-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background: #06110f;
    color: #fff;
}

.pkl-space-hero__media,
.pkl-space-hero__media::after {
    position: absolute;
    inset: 0;
}

.pkl-space-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: pkl-hero-zoom 1.4s ease-out both;
}

.pkl-space-hero__media::after {
    background:
        radial-gradient(circle at 84% 18%, rgba(216, 170, 79, 0.24), transparent 30%),
        linear-gradient(90deg, rgba(3, 12, 10, 0.96) 0%, rgba(3, 12, 10, 0.72) 48%, rgba(3, 12, 10, 0.22) 100%),
        linear-gradient(0deg, rgba(3, 12, 10, 0.9), transparent 58%);
    content: "";
}

.pkl-space-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
    align-items: end;
    gap: clamp(38px, 7vw, 100px);
    min-height: 760px;
    padding-block: 150px 80px;
}

.pkl-space-hero__copy {
    max-width: 830px;
}

.pkl-space-hero__copy h1 {
    margin: 14px 0 22px;
    color: #fff;
    font-size: clamp(2.8rem, 6.2vw, 6rem);
    line-height: 0.97;
}

.pkl-space-hero__copy p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.pkl-space-hero__actions,
.pkl-space-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.pkl-space-hero__card {
    border: 1px solid rgba(216, 170, 79, 0.42);
    border-radius: 26px;
    background: rgba(5, 20, 16, 0.82);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
    padding: 28px;
    backdrop-filter: blur(16px);
}

.pkl-space-hero__card span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pkl-space-hero__card strong {
    display: block;
    margin: 8px 0;
    color: var(--pkl-gold);
    font-size: clamp(2.5rem, 7vw, 5rem);
    line-height: 0.95;
}

.pkl-space-hero__card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.pkl-space-strip {
    background: var(--pkl-gold);
    color: #1d1708;
}

.pkl-space-strip .pkl-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pkl-space-strip .pkl-container > div {
    display: grid;
    gap: 5px;
    min-height: 112px;
    align-content: center;
    padding: 22px 26px;
}

.pkl-space-strip .pkl-container > div + div {
    border-left: 1px solid rgba(29, 23, 8, 0.18);
}

.pkl-space-strip strong {
    font-size: clamp(1.25rem, 2.5vw, 1.9rem);
}

.pkl-space-strip span {
    color: rgba(29, 23, 8, 0.68);
    font-size: 0.8rem;
    font-weight: 850;
}

.pkl-space-aplus {
    background:
        radial-gradient(circle at 6% 18%, rgba(216, 170, 79, 0.12), transparent 28%),
        #f5f6f2;
}

.pkl-space-aplus__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    align-items: center;
    gap: clamp(40px, 7vw, 92px);
}

.pkl-space-aplus__image {
    position: relative;
    overflow: hidden;
    margin: 0;
    min-height: 540px;
    border-radius: 30px;
    box-shadow: 0 26px 80px rgba(0, 63, 53, 0.14);
}

.pkl-space-aplus__image img,
.pkl-space-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease, filter 700ms ease;
}

.pkl-space-aplus__image:hover img,
.pkl-space-gallery__item:hover img {
    transform: scale(1.035);
}

.pkl-space-aplus__image figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(5, 18, 16, 0.78);
    color: rgba(255, 255, 255, 0.82);
    padding: 14px 16px;
    backdrop-filter: blur(12px);
}

.pkl-space-aplus__copy h2,
.pkl-space-gallery .pkl-section-heading h2,
.pkl-space-zones .pkl-section-heading h2,
.pkl-space-cta h2 {
    margin: 12px 0 18px;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.04;
}

.pkl-space-aplus__copy > p,
.pkl-space-gallery .pkl-section-heading > p,
.pkl-space-zones .pkl-section-heading > p,
.pkl-space-cta p {
    color: var(--pkl-muted);
}

.pkl-space-feature-list {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.pkl-space-feature-list article,
.pkl-space-zone-grid article {
    border: 1px solid var(--pkl-border);
    border-radius: 18px;
    background: #fff;
    padding: 20px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pkl-space-feature-list article:hover,
.pkl-space-zone-grid article:hover {
    border-color: rgba(216, 170, 79, 0.72);
    box-shadow: 0 18px 42px rgba(0, 63, 53, 0.1);
    transform: translateY(-4px);
}

.pkl-space-feature-list span,
.pkl-space-zone-grid span {
    color: var(--pkl-gold);
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pkl-space-feature-list h3,
.pkl-space-zone-grid h3 {
    margin: 8px 0 8px;
    font-size: 1.18rem;
}

.pkl-space-feature-list p,
.pkl-space-zone-grid p {
    margin: 0;
    color: var(--pkl-muted);
}

.pkl-space-gallery {
    overflow: hidden;
    background: #071511;
    color: #fff;
}

.pkl-space-gallery .pkl-section-heading h2 {
    color: #fff;
}

.pkl-space-gallery .pkl-section-heading > p {
    color: rgba(255, 255, 255, 0.68);
}

.pkl-space-gallery__grid {
    display: grid;
    grid-auto-rows: 250px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 42px;
}

.pkl-space-gallery__item {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
}

.pkl-space-gallery__item.is-wide {
    grid-column: span 2;
}

.pkl-space-gallery__item.is-tall {
    grid-row: span 2;
}

.pkl-space-zones {
    background: #f5f6f2;
}

.pkl-space-zone-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 38px;
}

.pkl-space-cta {
    background:
        radial-gradient(circle at 85% 10%, rgba(216, 170, 79, 0.18), transparent 28%),
        var(--pkl-table-dark);
    color: #fff;
}

.pkl-space-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(30px, 7vw, 80px);
}

.pkl-space-cta h2 {
    max-width: 760px;
    color: #fff;
}

.pkl-space-cta p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.72);
}

.pkl-space-cta__actions {
    justify-content: flex-end;
}

.pkl-about-hero {
    position: relative;
    min-height: min(780px, calc(100svh - 74px));
    overflow: hidden;
    background: #07100e;
    color: #fff;
}

.pkl-about-hero__media,
.pkl-about-hero__media::after {
    position: absolute;
    inset: 0;
}

.pkl-about-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pkl-about-hero__media::after {
    background:
        linear-gradient(90deg, rgba(5, 11, 10, 0.94) 0%, rgba(5, 11, 10, 0.72) 45%, rgba(5, 11, 10, 0.28) 100%),
        linear-gradient(0deg, rgba(5, 11, 10, 0.88) 0%, transparent 58%);
    content: "";
}

.pkl-about-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(260px, 360px);
    align-items: end;
    gap: clamp(32px, 7vw, 92px);
    min-height: inherit;
    padding-block: clamp(96px, 14vw, 170px) 72px;
}

.pkl-about-hero__content h1 {
    margin: 14px 0 22px;
    color: #fff;
    font-size: clamp(2.6rem, 6vw, 6rem);
    line-height: 0.99;
    letter-spacing: -0.055em;
}

.pkl-about-hero__content p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.74);
    font-size: clamp(1rem, 2vw, 1.18rem);
}

.pkl-about-hero__actions,
.pkl-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.pkl-about-contact-card {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--pkl-radius-lg);
    background: rgba(10, 20, 18, 0.72);
    padding: 26px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
}

.pkl-about-contact-card span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pkl-about-contact-card strong {
    display: block;
    margin: 10px 0 18px;
    color: var(--pkl-gold);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1;
}

.pkl-about-contact-card a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.pkl-about-contact-card a + a {
    margin-top: 10px;
}

.pkl-about-contact-card a:hover,
.pkl-about-contact-card a:focus-visible {
    background: var(--pkl-gold);
    color: #171203;
}

.pkl-about-info-bar {
    background: var(--pkl-table-dark);
    color: #fff;
}

.pkl-about-info-bar .pkl-container {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
}

.pkl-about-info-bar .pkl-container > div {
    display: grid;
    gap: 4px;
    min-height: 94px;
    align-content: center;
    padding: 18px 24px;
}

.pkl-about-info-bar .pkl-container > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.pkl-about-info-bar strong {
    color: var(--pkl-gold);
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pkl-about-info-bar span {
    color: rgba(255, 255, 255, 0.84);
    font-weight: 800;
}

.pkl-about-values {
    background: #101817;
    color: #fff;
}

.pkl-about-values .pkl-section-heading h2 {
    color: #fff;
}

.pkl-about-values .pkl-section-heading > p {
    color: rgba(255, 255, 255, 0.6);
}

.pkl-about-value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.pkl-about-value-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--pkl-radius-md);
    background: rgba(255, 255, 255, 0.055);
    padding: clamp(24px, 3vw, 34px);
}

.pkl-about-value-card::after {
    position: absolute;
    right: -46px;
    bottom: -56px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 170, 79, 0.24), transparent 68%);
    content: "";
}

.pkl-about-value-card span {
    color: var(--pkl-gold);
    font-weight: 900;
}

.pkl-about-value-card h3 {
    margin: 18px 0 12px;
    color: #fff;
    font-size: 1.45rem;
    line-height: 1.16;
}

.pkl-about-value-card p {
    color: rgba(255, 255, 255, 0.68);
}

.pkl-about-journey {
    background: #e8eee9;
}

.pkl-about-steps {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.pkl-about-steps div {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--pkl-border);
    border-radius: 16px;
    background: #fff;
    padding: 13px 16px;
}

.pkl-about-steps strong {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--pkl-table);
    color: #fff;
}

.pkl-about-steps span {
    color: var(--pkl-ink);
    font-weight: 800;
}

.pkl-about-local {
    background:
        linear-gradient(rgba(247, 244, 236, 0.94), rgba(247, 244, 236, 0.94)),
        url("../images/felt-pattern.svg");
}

.pkl-about-local__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 34px;
    border: 1px solid var(--pkl-border);
    border-radius: var(--pkl-radius-lg);
    background: #fff;
    padding: clamp(26px, 5vw, 48px);
    box-shadow: var(--pkl-shadow);
}

.pkl-about-local h2 {
    margin: 12px 0 14px;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.pkl-about-local p {
    max-width: 760px;
    color: var(--pkl-muted);
}

.pkl-real-gallery {
    background: #101817;
    color: #fff;
}

.pkl-real-gallery .pkl-section-heading h2 {
    color: #fff;
}

.pkl-real-gallery .pkl-section-heading > p {
    color: rgba(255, 255, 255, 0.62);
}

.pkl-real-gallery__grid {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.pkl-real-gallery__item {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    margin: 0;
    border-radius: var(--pkl-radius-md);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
}

.pkl-real-gallery__item.is-wide {
    grid-column: span 2;
    grid-row: span 2;
}

.pkl-real-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 520ms ease, filter 520ms ease;
}

.pkl-real-gallery__item:hover img,
.pkl-real-gallery__item:focus-within img {
    filter: saturate(1.06) contrast(1.04);
    transform: scale(1.045);
}

.navigation.pagination {
    margin-top: 46px;
}

.navigation.pagination .nav-links {
    justify-content: center;
}

.navigation.pagination .page-numbers {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--pkl-border);
    background: #fff;
    font-weight: 800;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination a.page-numbers:hover,
.navigation.pagination a.page-numbers:focus-visible {
    border-color: var(--pkl-table);
    background: var(--pkl-table);
    color: #fff;
}

.pkl-news-section .pkl-section-heading {
    align-items: center;
}

.pkl-editorial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.pkl-card__meta {
    margin: 0 0 8px;
    color: var(--pkl-table);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pkl-price-page-hero {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    background: #071511;
    color: #fff;
}

.pkl-price-page-hero__media,
.pkl-price-page-hero__media::after {
    position: absolute;
    inset: 0;
}

.pkl-price-page-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: pkl-hero-zoom 1.4s ease-out both;
}

.pkl-price-page-hero__media::after {
    background:
        radial-gradient(circle at 80% 12%, rgba(216, 170, 79, 0.28), transparent 32%),
        linear-gradient(90deg, rgba(3, 12, 10, 0.95) 0%, rgba(3, 12, 10, 0.72) 48%, rgba(3, 12, 10, 0.22) 100%),
        linear-gradient(0deg, rgba(3, 12, 10, 0.86), transparent 48%);
    content: "";
}

.pkl-price-page-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    align-items: end;
    gap: clamp(38px, 7vw, 100px);
    min-height: 680px;
    padding-block: 150px 76px;
}

.pkl-price-page-hero__copy {
    max-width: 790px;
}

.pkl-price-page-hero__copy h1 {
    max-width: 780px;
    margin: 14px 0 22px;
    color: #fff;
    font-size: clamp(2.8rem, 6vw, 5.7rem);
    line-height: 0.98;
}

.pkl-price-page-hero__copy p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.pkl-price-page-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.pkl-price-page-highlight {
    display: grid;
    gap: 8px;
    border: 1px solid rgba(216, 170, 79, 0.42);
    border-radius: 26px;
    background: rgba(5, 20, 16, 0.78);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
    padding: 32px;
    backdrop-filter: blur(16px);
}

.pkl-price-page-highlight span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pkl-price-page-highlight strong {
    color: var(--pkl-gold);
    font-size: clamp(4.5rem, 9vw, 7rem);
    line-height: 0.88;
}

.pkl-price-page-highlight em {
    color: rgba(255, 255, 255, 0.72);
    font-style: normal;
    font-weight: 700;
}

.pkl-price-page-strip {
    background: var(--pkl-gold);
    color: #1c1709;
}

.pkl-price-page-strip .pkl-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pkl-price-page-strip .pkl-container > div {
    display: grid;
    gap: 3px;
    min-height: 106px;
    align-content: center;
    padding: 20px 28px;
}

.pkl-price-page-strip .pkl-container > div + div {
    border-left: 1px solid rgba(28, 23, 9, 0.18);
}

.pkl-price-page-strip strong {
    font-size: clamp(1.5rem, 2.8vw, 2.25rem);
    line-height: 1;
}

.pkl-price-page-strip span {
    color: rgba(28, 23, 9, 0.72);
    font-weight: 800;
}

.pkl-price-page-rates {
    background: #f5f6f2;
}

.pkl-price-page-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 38px;
}

.pkl-price-page-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--pkl-border);
    border-radius: 22px;
    background: #fff;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(0, 63, 53, 0.08);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pkl-price-page-card:hover {
    border-color: rgba(216, 170, 79, 0.7);
    box-shadow: 0 26px 68px rgba(0, 63, 53, 0.14);
    transform: translateY(-5px);
}

.pkl-price-page-card.is-featured {
    border-color: rgba(216, 170, 79, 0.62);
    background:
        radial-gradient(circle at 88% 14%, rgba(216, 170, 79, 0.2), transparent 30%),
        linear-gradient(180deg, #fffdf7, #fff);
    box-shadow: 0 26px 76px rgba(216, 170, 79, 0.18);
}

.pkl-price-page-card__tag {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    border-radius: 999px;
    background: rgba(0, 107, 85, 0.09);
    color: var(--pkl-table);
    font-size: 0.72rem;
    font-weight: 900;
    padding: 5px 10px;
}

.pkl-price-page-card.is-featured .pkl-price-page-card__tag {
    background: var(--pkl-gold);
    color: #171203;
}

.pkl-price-page-card h3 {
    margin: 22px 0 8px;
    font-size: 1.45rem;
}

.pkl-price-page-card__time {
    color: var(--pkl-muted);
    font-size: 0.86rem;
    font-weight: 800;
}

.pkl-price-page-card__price {
    display: flex;
    align-items: end;
    gap: 6px;
    margin: 18px 0;
}

.pkl-price-page-card__price strong {
    color: var(--pkl-table-dark);
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    line-height: 0.9;
}

.pkl-price-page-card__price span {
    color: var(--pkl-muted);
    font-size: 0.9rem;
    font-weight: 800;
}

.pkl-price-page-card > p:last-child {
    margin-bottom: 0;
    color: var(--pkl-muted);
}

.pkl-price-page-proof {
    background: #fff;
}

.pkl-price-page-proof__grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(280px, 1.1fr);
    align-items: center;
    gap: clamp(34px, 7vw, 90px);
}

.pkl-price-page-proof__copy h2 {
    margin: 12px 0 18px;
    font-size: clamp(2rem, 4vw, 3.7rem);
    line-height: 1.04;
}

.pkl-price-page-proof__copy p {
    color: var(--pkl-muted);
}

.pkl-price-page-board {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(216, 170, 79, 0.34);
    border-radius: 28px;
    background: var(--pkl-table-dark);
    box-shadow: 0 26px 80px rgba(0, 63, 53, 0.16);
}

.pkl-price-page-board::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(216, 170, 79, 0.18), transparent 42%);
    content: "";
    pointer-events: none;
}

.pkl-price-page-board img {
    display: block;
    width: 100%;
    height: min(72vw, 760px);
    object-fit: cover;
    object-position: center;
    transition: transform 700ms ease;
}

.pkl-price-page-board:hover img {
    transform: scale(1.035);
}

.pkl-price-page-board figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    border-radius: 999px;
    background: rgba(5, 20, 16, 0.78);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 8px 12px;
    backdrop-filter: blur(12px);
}

.pkl-price-page-combos {
    background: var(--pkl-table-dark);
    color: #fff;
}

.pkl-price-page-combos .pkl-section-heading h2,
.pkl-price-page-combos .pkl-section-heading p {
    color: inherit;
}

.pkl-price-page-combos .pkl-section-heading p {
    opacity: 0.68;
}

.pkl-price-page-combo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
}

.pkl-price-page-combo-column {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.pkl-price-page-combo-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: rgba(216, 170, 79, 0.14);
    padding: 22px 24px;
}

.pkl-price-page-combo-head span {
    color: var(--pkl-gold);
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pkl-price-page-combo-head strong {
    color: #fff;
}

.pkl-price-page-combo-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 22px 24px;
    transition: background-color 180ms ease, transform 180ms ease;
}

.pkl-price-page-combo-item + .pkl-price-page-combo-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pkl-price-page-combo-item:hover {
    background: rgba(255, 255, 255, 0.07);
}

.pkl-price-page-combo-item strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 1.12rem;
}

.pkl-price-page-combo-item span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.86rem;
}

.pkl-price-page-combo-item em {
    color: var(--pkl-gold);
    font-size: 1.35rem;
    font-style: normal;
    font-weight: 950;
}

.pkl-price-page-note {
    max-width: 820px;
    margin: 26px auto 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
    text-align: center;
}

.pkl-price-page-promo {
    background: #fff;
}

.pkl-price-page-promo__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    align-items: center;
    gap: clamp(34px, 7vw, 90px);
}

.pkl-price-page-promo__image {
    overflow: hidden;
    min-height: 500px;
    border-radius: 26px;
}

.pkl-price-page-promo__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}

.pkl-price-page-promo__image:hover img {
    transform: scale(1.035);
}

.pkl-price-page-club {
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 20%, rgba(216, 170, 79, 0.12), transparent 28%),
        var(--pkl-table-dark);
    color: #fff;
}

.pkl-price-page-club__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    align-items: center;
    gap: clamp(34px, 7vw, 90px);
}

.pkl-price-page-club__image {
    overflow: hidden;
    margin: 0;
    min-height: 460px;
    border-radius: 28px;
}

.pkl-price-page-club__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}

.pkl-price-page-club__image:hover img {
    transform: scale(1.035);
}

.pkl-price-page-club h2 {
    margin: 12px 0 18px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.7rem);
    line-height: 1.04;
}

.pkl-price-page-club p {
    color: rgba(255, 255, 255, 0.68);
}

.pkl-price-page-promo h2,
.pkl-price-page-seo h2 {
    margin: 12px 0 18px;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.04;
}

.pkl-price-page-promo p,
.pkl-price-page-seo p {
    color: var(--pkl-muted);
}

.pkl-price-page-checks {
    display: grid;
    gap: 12px;
    margin: 24px 0;
    padding: 0;
    list-style: none;
}

.pkl-price-page-checks li {
    position: relative;
    padding-left: 28px;
}

.pkl-price-page-checks li::before {
    position: absolute;
    top: 0.42em;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--pkl-gold);
    box-shadow: inset 0 0 0 4px #fff;
    content: "";
}

.pkl-price-page-seo {
    background: #f5f6f2;
}

.pkl-price-page-faq {
    display: grid;
    gap: 10px;
    margin-top: 28px;
}

.pkl-price-page-faq details {
    overflow: hidden;
    border: 1px solid var(--pkl-border);
    border-radius: 14px;
    background: #fff;
    padding: 0 20px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pkl-price-page-faq details[open] {
    border-color: rgba(216, 170, 79, 0.58);
    box-shadow: 0 18px 42px rgba(0, 63, 53, 0.08);
}

.pkl-price-page-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
    cursor: pointer;
    color: var(--pkl-ink);
    font-weight: 850;
    list-style: none;
}

.pkl-price-page-faq summary::-webkit-details-marker {
    display: none;
}

.pkl-price-page-faq summary::after {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 107, 85, 0.09);
    color: var(--pkl-table);
    content: "+";
    font-size: 1.1rem;
    line-height: 1;
    transition: background-color 180ms ease, color 180ms ease, transform 220ms ease;
}

.pkl-price-page-faq details[open] summary::after {
    background: var(--pkl-gold);
    color: #171203;
    content: "−";
    transform: rotate(180deg);
}

.pkl-price-page-faq__answer {
    overflow: hidden;
    transition: height 260ms ease, opacity 220ms ease;
}

.pkl-price-page-faq__answer p {
    margin: 0;
    border-top: 1px solid var(--pkl-border);
    padding: 16px 0 20px;
}

.pkl-price-page-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 34px;
    border-radius: 18px;
    background: var(--pkl-table-dark);
    color: #fff;
    padding: 22px;
}

.pkl-price-page-final-cta strong {
    font-size: 1.1rem;
}

.pkl-contact-hero {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    background: #071511;
    color: #fff;
}

.pkl-contact-hero__media,
.pkl-contact-hero__media::after {
    position: absolute;
    inset: 0;
}

.pkl-contact-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: pkl-hero-zoom 1.4s ease-out both;
}

.pkl-contact-hero__media::after {
    background:
        radial-gradient(circle at 82% 16%, rgba(216, 170, 79, 0.24), transparent 30%),
        linear-gradient(90deg, rgba(3, 12, 10, 0.96) 0%, rgba(3, 12, 10, 0.76) 50%, rgba(3, 12, 10, 0.2) 100%),
        linear-gradient(0deg, rgba(3, 12, 10, 0.88), transparent 52%);
    content: "";
}

.pkl-contact-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(290px, 390px);
    align-items: end;
    gap: clamp(40px, 8vw, 110px);
    min-height: 680px;
    padding-block: 150px 76px;
}

.pkl-contact-hero__copy {
    max-width: 790px;
}

.pkl-contact-hero__copy h1 {
    max-width: 780px;
    margin: 14px 0 22px;
    color: #fff;
    font-size: clamp(2.8rem, 6vw, 5.7rem);
    line-height: 0.98;
}

.pkl-contact-hero__copy p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.pkl-contact-hero__actions,
.pkl-contact-visit__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.pkl-contact-hotline-card {
    display: grid;
    gap: 10px;
    border: 1px solid rgba(216, 170, 79, 0.42);
    border-radius: 24px;
    background: rgba(5, 20, 16, 0.8);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
    padding: 28px;
    backdrop-filter: blur(16px);
}

.pkl-contact-hotline-card > span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pkl-contact-hotline-card > a {
    color: var(--pkl-gold);
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    font-weight: 950;
    line-height: 1.05;
    text-decoration: none;
}

.pkl-contact-hotline-card small {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.5;
}

.pkl-contact-strip {
    background: var(--pkl-gold);
    color: #1c1709;
}

.pkl-contact-strip .pkl-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pkl-contact-strip .pkl-container > div {
    display: grid;
    gap: 4px;
    min-height: 108px;
    align-content: center;
    padding: 20px 28px;
}

.pkl-contact-strip .pkl-container > div + div {
    border-left: 1px solid rgba(28, 23, 9, 0.18);
}

.pkl-contact-strip strong {
    font-size: clamp(1.15rem, 2.4vw, 1.8rem);
}

.pkl-contact-strip span {
    color: rgba(28, 23, 9, 0.7);
    font-size: 0.8rem;
    font-weight: 800;
}

.pkl-contact-main {
    background:
        radial-gradient(circle at 4% 20%, rgba(216, 170, 79, 0.12), transparent 26%),
        #f5f6f2;
}

.pkl-contact-main__grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    align-items: center;
    gap: clamp(40px, 7vw, 92px);
    max-width: 1160px;
}

.pkl-contact-info h2,
.pkl-contact-visit h2,
.pkl-contact-faq h2 {
    margin: 12px 0 18px;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.04;
}

.pkl-contact-info > p,
.pkl-contact-visit p {
    color: var(--pkl-muted);
}

.pkl-contact-methods {
    display: grid;
    gap: 10px;
    margin-top: 26px;
}

.pkl-contact-methods a {
    display: grid;
    gap: 5px;
    border: 1px solid var(--pkl-border);
    border-radius: 14px;
    background: #fff;
    color: var(--pkl-ink);
    padding: 15px 16px;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pkl-contact-methods a:hover {
    border-color: rgba(216, 170, 79, 0.7);
    box-shadow: 0 16px 36px rgba(0, 63, 53, 0.1);
    transform: translateY(-3px);
}

.pkl-contact-methods span {
    color: var(--pkl-muted);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.pkl-contact-methods strong {
    overflow-wrap: anywhere;
    font-size: 1rem;
}

.pkl-contact-form {
    border-color: rgba(0, 63, 53, 0.1);
    box-shadow: 0 28px 70px rgba(0, 47, 39, 0.14);
}

.pkl-contact-visit {
    background: #fff;
}

.pkl-contact-visit__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    align-items: center;
    gap: clamp(34px, 7vw, 90px);
}

.pkl-contact-visit__image {
    overflow: hidden;
    margin: 0;
    min-height: 500px;
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(0, 63, 53, 0.12);
}

.pkl-contact-visit__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}

.pkl-contact-visit__image:hover img {
    transform: scale(1.035);
}

.pkl-contact-faq {
    background: #f5f6f2;
}

.pkl-booking-page-hero {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    background: #071511;
    color: #fff;
}

.pkl-booking-page-hero__media,
.pkl-booking-page-hero__media::after {
    position: absolute;
    inset: 0;
}

.pkl-booking-page-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: pkl-hero-zoom 1.4s ease-out both;
}

.pkl-booking-page-hero__media::after {
    background:
        linear-gradient(90deg, rgba(3, 12, 10, 0.95) 0%, rgba(3, 12, 10, 0.72) 48%, rgba(3, 12, 10, 0.2) 100%),
        linear-gradient(0deg, rgba(3, 12, 10, 0.82), transparent 46%);
    content: "";
}

.pkl-booking-page-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
    align-items: end;
    gap: clamp(40px, 8vw, 110px);
    min-height: 690px;
    padding-block: 150px 76px;
}

.pkl-booking-page-hero__copy {
    max-width: 760px;
}

.pkl-booking-page-hero__copy h1 {
    max-width: 740px;
    margin: 14px 0 22px;
    color: #fff;
    font-size: clamp(2.8rem, 6vw, 5.8rem);
    line-height: 0.98;
}

.pkl-booking-page-hero__copy p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.pkl-booking-page-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.pkl-booking-page-card {
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    background: rgba(5, 20, 16, 0.76);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(16px);
}

.pkl-booking-page-card > div {
    display: grid;
    gap: 4px;
    padding: 22px 24px;
}

.pkl-booking-page-card > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.pkl-booking-page-card strong {
    color: var(--pkl-gold);
    font-size: 1.08rem;
}

.pkl-booking-page-card span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.84rem;
}

.pkl-booking-page-strip {
    background: var(--pkl-gold);
    color: #1c1709;
}

.pkl-booking-page-strip .pkl-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pkl-booking-page-strip .pkl-container > div {
    display: grid;
    gap: 3px;
    min-height: 104px;
    align-content: center;
    padding: 20px 28px;
}

.pkl-booking-page-strip .pkl-container > div + div {
    border-left: 1px solid rgba(28, 23, 9, 0.18);
}

.pkl-booking-page-strip strong {
    font-size: 0.92rem;
}

.pkl-booking-page-strip span {
    font-size: 0.78rem;
    opacity: 0.72;
}

.pkl-booking-page-main {
    background:
        radial-gradient(circle at 4% 30%, rgba(216, 170, 79, 0.14), transparent 24%),
        #f5f6f2;
}

.pkl-booking-page-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
    align-items: center;
    gap: clamp(40px, 7vw, 92px);
    max-width: 1120px;
}

.pkl-booking-page-content h2 {
    margin: 12px 0 18px;
    font-size: clamp(2rem, 4vw, 3.7rem);
    line-height: 1.04;
}

.pkl-booking-page-content > p {
    color: var(--pkl-muted);
}

.pkl-booking-page-checks {
    display: grid;
    gap: 12px;
    margin: 24px 0;
    padding: 0;
    list-style: none;
}

.pkl-booking-page-checks li {
    position: relative;
    padding-left: 28px;
}

.pkl-booking-page-checks li::before {
    position: absolute;
    top: 0.42em;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--pkl-gold);
    box-shadow: inset 0 0 0 4px #f5f6f2;
    content: "";
}

.pkl-booking-page-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pkl-booking-page-contact a {
    border: 1px solid var(--pkl-border);
    border-radius: 999px;
    background: #fff;
    color: var(--pkl-table-dark);
    font-size: 0.78rem;
    font-weight: 800;
    padding: 9px 13px;
    text-decoration: none;
}

.pkl-booking-page-form {
    border-color: rgba(0, 63, 53, 0.1);
    box-shadow: 0 28px 70px rgba(0, 47, 39, 0.14);
}

.pkl-booking-page-reasons {
    overflow: hidden;
    background: var(--pkl-table-dark);
    color: #fff;
}

.pkl-booking-page-reasons .pkl-section-heading h2,
.pkl-booking-page-reasons .pkl-section-heading p {
    color: inherit;
}

.pkl-booking-page-reasons .pkl-section-heading p {
    opacity: 0.68;
}

.pkl-booking-page-reason-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 38px;
}

.pkl-booking-page-reason-grid article {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.055);
    padding: 30px;
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.pkl-booking-page-reason-grid article:hover {
    border-color: rgba(216, 170, 79, 0.52);
    background: rgba(255, 255, 255, 0.085);
    transform: translateY(-5px);
}

.pkl-booking-page-reason-grid article > span {
    color: var(--pkl-gold);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.pkl-booking-page-reason-grid h3 {
    margin: 38px 0 12px;
    color: #fff;
    font-size: 1.35rem;
}

.pkl-booking-page-reason-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.9rem;
}

.pkl-booking-page-seo {
    background: #fff;
}

.pkl-booking-page-seo__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
    align-items: center;
    gap: clamp(34px, 7vw, 90px);
}

.pkl-booking-page-seo__grid h2 {
    margin: 12px 0 18px;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.04;
}

.pkl-booking-page-seo__grid p {
    color: var(--pkl-muted);
}

.pkl-booking-page-seo__image {
    overflow: hidden;
    min-height: 540px;
    border-radius: 26px;
}

.pkl-booking-page-seo__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}

.pkl-booking-page-seo__image:hover img {
    transform: scale(1.035);
}

.pkl-booking-page-seo__image--wide {
    grid-column: 1 / -1;
    min-height: 390px;
    max-height: 520px;
    margin-top: 12px;
}

.pkl-booking-page-faq {
    background: #f5f6f2;
}

.pkl-booking-page-faq h2 {
    margin: 10px 0 28px;
    font-size: clamp(2rem, 4vw, 3.6rem);
}

.pkl-booking-page-faq__list {
    display: grid;
    gap: 10px;
}

.pkl-booking-page-faq details {
    border: 1px solid var(--pkl-border);
    border-radius: 14px;
    background: #fff;
    padding: 0 20px;
}

.pkl-booking-page-faq summary {
    padding: 18px 0;
    cursor: pointer;
    color: var(--pkl-ink);
    font-weight: 850;
}

.pkl-booking-page-faq details p {
    margin: 0;
    border-top: 1px solid var(--pkl-border);
    color: var(--pkl-muted);
    padding: 16px 0 20px;
}

.pkl-booking-section {
    position: relative;
    overflow: hidden;
    background: var(--pkl-table-dark);
    padding-block: clamp(54px, 6vw, 78px);
}

.pkl-booking-section::before {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(216, 170, 79, 0.22), transparent 26%),
        url("../images/felt-pattern.svg");
    content: "";
    opacity: 0.38;
    mix-blend-mode: screen;
}

.pkl-booking-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: clamp(34px, 6vw, 72px);
    max-width: 1100px;
}

.pkl-booking-copy {
    color: #fff;
}

.pkl-booking-copy h2 {
    max-width: 520px;
    margin: 12px 0 16px;
    color: #fff;
    font-size: clamp(2rem, 3.7vw, 3.45rem);
    line-height: 1.04;
}

.pkl-booking-copy p {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
}

.pkl-booking-copy a {
    color: var(--pkl-gold);
}

.pkl-booking-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.pkl-booking-benefits span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.78rem;
    font-weight: 700;
    padding: 6px 12px;
}

.pkl-booking-phone {
    display: inline-grid;
    gap: 3px;
    margin-top: 26px;
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none;
}

.pkl-booking-phone small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.pkl-booking-form {
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 24px;
    background: #fff;
    padding: clamp(22px, 3vw, 34px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.pkl-booking-form form {
    display: grid;
    gap: 16px;
}

.pkl-cf7-booking {
    display: grid;
    gap: clamp(14px, 2vw, 18px);
}

.pkl-cf7-intro {
    display: grid;
    gap: 3px;
    border-bottom: 1px solid var(--pkl-border);
    padding-bottom: 15px;
}

.pkl-cf7-intro strong {
    color: var(--pkl-ink);
    font-size: 1.12rem;
}

.pkl-cf7-intro span {
    color: var(--pkl-muted);
    font-size: 0.82rem;
}

.pkl-cf7-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: start;
    gap: 14px;
}

.pkl-cf7-grid > p {
    display: contents;
    margin: 0;
}

.pkl-cf7-grid br {
    display: none;
}

.pkl-cf7-col,
.pkl-cf7-grid > p > label,
.pkl-cf7-grid > label {
    grid-column: span 12;
    min-width: 0;
}

.pkl-col-md-6,
.pkl-cf7-grid > p > label,
.pkl-cf7-grid > label {
    grid-column: span 6;
}

.pkl-col-lg-4 {
    grid-column: span 4;
}

.pkl-col-lg-6 {
    grid-column: span 6;
}

.pkl-booking-form label {
    display: block;
    color: var(--pkl-ink);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.25;
}

.pkl-field-label {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 7px;
    color: var(--pkl-ink);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
}

.pkl-field-label span {
    color: #c0362c;
}

.pkl-field-label small {
    color: var(--pkl-muted);
    font-size: 0.72rem;
    font-weight: 500;
    white-space: normal;
}

.pkl-booking-form label > span:not(.wpcf7-form-control-wrap) {
    color: #c0362c;
}

.pkl-booking-form .wpcf7-form-control-wrap {
    display: block;
}

.pkl-booking-form label > input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.pkl-booking-form label > select,
.pkl-booking-form label > textarea {
    margin-top: 7px;
}

.pkl-booking-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.pkl-booking-form select,
.pkl-booking-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--pkl-border);
    border-radius: 12px;
    background: #fbfcfb;
    color: var(--pkl-ink);
    font-size: 0.92rem;
    line-height: 1.35;
    padding: 11px 13px;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.pkl-booking-form textarea {
    min-height: 104px;
    max-height: 180px;
    resize: vertical;
}

.pkl-booking-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
.pkl-booking-form select:focus,
.pkl-booking-form textarea:focus {
    border-color: var(--pkl-table);
    box-shadow: 0 0 0 3px rgba(0, 107, 85, 0.14);
    outline: none;
}

.pkl-cf7-full {
    grid-column: 1 / -1;
}

.pkl-cf7-full small {
    color: var(--pkl-muted);
    font-size: 0.72rem;
    font-weight: 500;
}

.pkl-cf7-consent {
    grid-column: 1 / -1;
    border-radius: 10px;
    background: #f3f7f5;
    color: var(--pkl-muted);
    padding: 12px;
}

.pkl-cf7-consent .wpcf7-form-control-wrap,
.pkl-cf7-consent .wpcf7-form-control {
    display: block;
}

.pkl-cf7-consent .wpcf7-list-item {
    display: block;
    margin: 0;
}

.pkl-booking-form .wpcf7-acceptance .wpcf7-list-item label,
.pkl-cf7-consent label,
label.pkl-cf7-consent {
    display: flex !important;
    align-items: center;
    gap: 8px;
    color: var(--pkl-muted);
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.45;
}

.pkl-booking-form .wpcf7-acceptance input[type="checkbox"],
.pkl-cf7-consent input[type="checkbox"],
.pkl-booking-form .pkl-cf7-consent input[type="checkbox"] {
    display: inline-block !important;
    width: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    height: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    border-radius: 3px;
    margin: 0 !important;
    padding: 0 !important;
    accent-color: var(--pkl-table);
    box-shadow: none;
    flex: 0 0 14px;
}

.pkl-booking-form .wpcf7-acceptance .wpcf7-list-item-label,
.pkl-cf7-consent .wpcf7-list-item-label {
    color: inherit;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.45;
}

.pkl-cf7-actions {
    grid-column: 1 / -1;
    display: grid;
    gap: 7px;
    text-align: center;
}

.pkl-cf7-actions small {
    color: var(--pkl-muted);
    font-size: 0.72rem;
    font-weight: 600;
}

.pkl-booking-form input[type="submit"].wpcf7-submit,
.pkl-booking-form .pkl-cf7-actions button {
    display: block;
    width: 100%;
    min-height: 50px;
    margin: 0;
    border: 0;
    border-radius: 12px;
    appearance: none;
    background: linear-gradient(135deg, var(--pkl-table), var(--pkl-table-dark));
    color: #fff;
    cursor: pointer;
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1.2;
    padding: 13px 20px;
    text-align: center;
}

.pkl-booking-form input[type="submit"].wpcf7-submit:hover,
.pkl-booking-form input[type="submit"].wpcf7-submit:focus-visible,
.pkl-booking-form .pkl-cf7-actions button:hover,
.pkl-booking-form .pkl-cf7-actions button:focus-visible {
    background: var(--pkl-gold);
    color: #171203;
    box-shadow: 0 12px 24px rgba(0, 107, 85, 0.2);
    transform: translateY(-1px);
}

.pkl-booking-form .wpcf7-spinner {
    display: block;
    margin: 10px auto 0;
}

.pkl-booking-form .wpcf7-not-valid-tip {
    margin-top: 4px;
    font-size: 0.72rem;
    font-weight: 600;
}

.pkl-booking-form .wpcf7 form .wpcf7-response-output {
    margin: 14px 0 0;
    border-radius: 10px;
    font-size: 0.82rem;
    padding: 10px 12px;
}

.pkl-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.pkl-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--pkl-border);
    border-radius: var(--pkl-radius-md);
    background: #fff;
    box-shadow: var(--pkl-shadow);
}

.pkl-table-wrap table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
}

.pkl-table-wrap th,
.pkl-table-wrap td {
    border-bottom: 1px solid var(--pkl-border);
    padding: 16px 18px;
    text-align: left;
}

.pkl-table-wrap th {
    background: var(--pkl-table-dark);
    color: #fff;
}

.pkl-table-wrap tr:last-child td {
    border-bottom: 0;
}

.pkl-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 520ms ease, transform 520ms ease;
}

.pkl-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes pkl-float {
    0%,
    100% {
        transform: translateY(0) rotate(-2deg);
    }

    50% {
        transform: translateY(-12px) rotate(-1deg);
    }
}

@keyframes pkl-orb {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(8px, -10px, 0) scale(1.04);
    }
}

@keyframes pkl-hero-zoom {
    from {
        transform: scale(1.07);
    }

    to {
        transform: scale(1);
    }
}

@keyframes pkl-scroll-cue {
    0%,
    100% {
        opacity: 0.25;
        transform: scaleY(0.55);
        transform-origin: top;
    }

    50% {
        opacity: 1;
        transform: scaleY(1);
    }
}

@keyframes pkl-image-drift {
    0%,
    100% {
        transform: scale(1.01) translateY(0);
    }

    50% {
        transform: scale(1.035) translateY(-8px);
    }
}

@media (max-width: 920px) {
    body {
        padding-bottom: 78px;
    }

    .pkl-site-header__inner {
        min-height: 66px;
    }

    .pkl-menu-toggle {
        display: inline-flex;
        align-items: center;
    }

    .pkl-primary-nav {
        position: absolute;
        top: 100%;
        right: 16px;
        left: 16px;
        display: none;
        border-radius: var(--pkl-radius-md);
        background: #121818;
        box-shadow: var(--pkl-shadow);
        padding: 12px;
    }

    .pkl-primary-nav.is-open {
        display: block;
    }

    .pkl-primary-nav ul {
        display: grid;
        gap: 4px;
    }

    .pkl-primary-nav a {
        width: 100%;
    }

    .pkl-header-cta {
        display: none;
    }

    .pkl-card-grid,
    .pkl-editorial-grid,
    .pkl-pricing-grid,
    .pkl-news-grid {
        grid-template-columns: 1fr;
    }

    .pkl-site-footer__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .pkl-footer-brand {
        max-width: none;
    }

    .pkl-footer-column {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 28px;
    }

    .pkl-footer-topics {
        margin-top: 38px;
    }

    .pkl-home-hero {
        min-height: 760px;
    }

    .pkl-home-hero__media img {
        object-position: 64% center;
    }

    .pkl-home-hero__media::after {
        background:
            linear-gradient(90deg, rgba(4, 9, 8, 0.9), rgba(4, 9, 8, 0.26)),
            linear-gradient(0deg, rgba(4, 9, 8, 0.98) 0%, rgba(4, 9, 8, 0.52) 68%, transparent);
    }

    .pkl-home-hero__inner {
        grid-template-columns: 1fr;
        padding-block: 130px 82px;
    }

    .pkl-nearby-shell,
    .pkl-home-gallery__rail {
        grid-template-columns: 1fr;
    }

    .pkl-home-gallery__rail {
        grid-auto-rows: 320px;
    }

    .pkl-home-gallery__item:first-child {
        grid-row: auto;
    }

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

    .pkl-home-stats div + div {
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    .pkl-trust-strip .pkl-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .pkl-trust-strip .pkl-container > div:nth-child(3) {
        border-left: 0;
    }

    .pkl-trust-strip .pkl-container > div:nth-child(n+3) {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .pkl-split,
    .pkl-split--reverse,
    .pkl-price-page-hero__inner,
    .pkl-price-page-proof__grid,
    .pkl-price-page-promo__grid,
    .pkl-price-page-club__inner,
    .pkl-booking-page-hero__inner,
    .pkl-booking-page-grid,
    .pkl-booking-page-seo__grid,
    .pkl-booking-shell,
    .pkl-about-hero__inner,
    .pkl-about-local__inner {
        grid-template-columns: 1fr;
    }

    .pkl-price-page-hero,
    .pkl-price-page-hero__inner {
        min-height: 720px;
    }

    .pkl-price-page-hero__inner {
        align-items: end;
        padding-block: 130px 58px;
    }

    .pkl-price-page-highlight {
        max-width: 420px;
    }

    .pkl-price-page-strip .pkl-container,
    .pkl-price-page-combo-grid {
        grid-template-columns: 1fr;
    }

    .pkl-price-page-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pkl-price-page-strip .pkl-container > div + div {
        border-top: 1px solid rgba(28, 23, 9, 0.18);
        border-left: 0;
    }

    .pkl-price-page-promo__image {
        min-height: 420px;
    }

    .pkl-booking-form {
        padding: clamp(20px, 4vw, 28px);
    }

    .pkl-cf7-grid {
        gap: 12px;
    }

    .pkl-col-lg-4,
    .pkl-col-lg-6 {
        grid-column: span 6;
    }

    .pkl-price-page-board img,
    .pkl-price-page-club__image {
        min-height: 420px;
    }

    .pkl-booking-page-hero,
    .pkl-booking-page-hero__inner {
        min-height: 720px;
    }

    .pkl-booking-page-hero__inner {
        align-items: end;
        padding-block: 130px 58px;
    }

    .pkl-booking-page-card {
        max-width: 460px;
    }

    .pkl-booking-page-strip .pkl-container,
    .pkl-booking-page-reason-grid {
        grid-template-columns: 1fr;
    }

    .pkl-booking-page-strip .pkl-container > div + div {
        border-top: 1px solid rgba(28, 23, 9, 0.18);
        border-left: 0;
    }

    .pkl-booking-page-seo__image {
        min-height: 420px;
    }

    .pkl-booking-page-seo__image--wide {
        min-height: 320px;
    }

    .pkl-about-hero {
        min-height: 720px;
    }

    .pkl-about-hero__media img {
        object-position: 64% center;
    }

    .pkl-about-contact-card {
        max-width: 420px;
    }

    .pkl-about-info-bar .pkl-container {
        grid-template-columns: 1fr;
    }

    .pkl-about-info-bar .pkl-container > div + div {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        border-left: 0;
    }

    .pkl-about-value-grid {
        grid-template-columns: 1fr;
    }

    .pkl-real-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pkl-about-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pkl-section-heading {
        display: grid;
        gap: 14px;
    }

    .pkl-price-tier--featured,
    .pkl-price-tier--featured:hover {
        transform: none;
    }

    .pkl-tournament-image {
        order: -1;
    }

    .pkl-floating-note {
        right: 14px;
    }

    .pkl-hero__grid {
        grid-template-columns: 1fr;
    }

    .pkl-hero__visual {
        min-height: 260px;
        order: -1;
    }

    .pkl-hero__visual img {
        width: min(100%, 520px);
    }

    .pkl-live-badge {
        top: 14px;
        left: 4px;
    }

    .pkl-hero__actions {
        flex-direction: column;
    }

    .pkl-hero__actions .pkl-button {
        width: 100%;
    }

    .pkl-mobile-cta {
        display: grid;
    }

    .pkl-hero-stats {
        grid-template-columns: 1fr;
    }

    .pkl-contact-hero,
    .pkl-contact-hero__inner {
        min-height: 720px;
    }

    .pkl-contact-hero__inner,
    .pkl-contact-main__grid,
    .pkl-contact-visit__grid {
        grid-template-columns: 1fr;
    }

    .pkl-contact-hero__inner {
        align-items: end;
        gap: 30px;
        padding-block: 130px 58px;
    }

    .pkl-contact-hotline-card {
        width: 100%;
        max-width: 460px;
    }

    .pkl-contact-strip .pkl-container {
        grid-template-columns: 1fr;
    }

    .pkl-contact-strip .pkl-container > div {
        min-height: 88px;
    }

    .pkl-contact-strip .pkl-container > div + div {
        border-top: 1px solid rgba(28, 23, 9, 0.18);
        border-left: 0;
    }

    .pkl-contact-main__grid {
        max-width: 760px;
    }

    .pkl-contact-visit__image {
        min-height: 420px;
    }

    .pkl-space-hero,
    .pkl-space-hero__inner {
        min-height: 720px;
    }

    .pkl-space-hero__inner,
    .pkl-space-aplus__grid,
    .pkl-space-cta__inner {
        grid-template-columns: 1fr;
    }

    .pkl-space-hero__inner {
        align-items: end;
        padding-block: 130px 58px;
    }

    .pkl-space-hero__card {
        max-width: 460px;
    }

    .pkl-space-strip .pkl-container,
    .pkl-space-zone-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pkl-space-strip .pkl-container > div:nth-child(3) {
        border-left: 0;
    }

    .pkl-space-strip .pkl-container > div:nth-child(n+3) {
        border-top: 1px solid rgba(29, 23, 8, 0.18);
    }

    .pkl-space-aplus__image {
        min-height: 420px;
    }

    .pkl-space-gallery__grid {
        grid-auto-rows: 230px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pkl-space-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    .pkl-home-hero {
        min-height: 720px;
    }

    .pkl-contact-hero,
    .pkl-contact-hero__inner {
        min-height: 680px;
    }

    .pkl-contact-hero__media::after {
        background:
            radial-gradient(circle at 76% 12%, rgba(216, 170, 79, 0.2), transparent 30%),
            linear-gradient(90deg, rgba(3, 12, 10, 0.92), rgba(3, 12, 10, 0.48)),
            linear-gradient(0deg, rgba(3, 12, 10, 0.96) 0%, rgba(3, 12, 10, 0.58) 72%, transparent);
    }

    .pkl-contact-hero__inner {
        gap: 22px;
        padding-block: 112px 42px;
    }

    .pkl-contact-hero__copy h1 {
        font-size: clamp(2.35rem, 11.5vw, 3.7rem);
    }

    .pkl-contact-hero__actions,
    .pkl-contact-visit__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pkl-contact-hero__actions .pkl-button,
    .pkl-contact-visit__actions .pkl-button {
        width: 100%;
    }

    .pkl-contact-hotline-card {
        padding: 20px;
    }

    .pkl-contact-strip .pkl-container > div {
        min-height: 78px;
        padding: 18px 20px;
    }

    .pkl-contact-methods a {
        padding: 14px;
    }

    .pkl-contact-visit__image {
        min-height: 320px;
        border-radius: 18px;
    }

    .pkl-price-page-hero,
    .pkl-price-page-hero__inner {
        min-height: 680px;
    }

    .pkl-price-page-hero__media::after {
        background:
            linear-gradient(90deg, rgba(3, 12, 10, 0.92), rgba(3, 12, 10, 0.5)),
            linear-gradient(0deg, rgba(3, 12, 10, 0.94) 0%, rgba(3, 12, 10, 0.52) 70%, transparent);
    }

    .pkl-price-page-hero__copy h1 {
        font-size: clamp(2.45rem, 12vw, 4rem);
    }

    .pkl-price-page-hero__actions,
    .pkl-price-page-final-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .pkl-price-page-hero__actions .pkl-button,
    .pkl-price-page-final-cta .pkl-button {
        width: 100%;
    }

    .pkl-price-page-highlight,
    .pkl-price-page-card,
    .pkl-price-page-combo-head,
    .pkl-price-page-combo-item {
        padding: 20px;
    }

    .pkl-price-page-card-grid {
        grid-template-columns: 1fr;
    }

    .pkl-price-page-combo-head,
    .pkl-price-page-combo-item {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .pkl-price-page-combo-head {
        display: grid;
    }

    .pkl-price-page-promo__image {
        min-height: 320px;
        border-radius: 18px;
    }

    .pkl-price-page-board,
    .pkl-price-page-club__image {
        border-radius: 18px;
    }

    .pkl-price-page-board img,
    .pkl-price-page-club__image {
        height: auto;
        min-height: 320px;
    }

    .pkl-price-page-board figcaption {
        right: 12px;
        bottom: 12px;
        left: 12px;
        text-align: center;
    }

    .pkl-booking-page-hero,
    .pkl-booking-page-hero__inner {
        min-height: 680px;
    }

    .pkl-booking-page-hero__media::after {
        background:
            linear-gradient(90deg, rgba(3, 12, 10, 0.92), rgba(3, 12, 10, 0.5)),
            linear-gradient(0deg, rgba(3, 12, 10, 0.94) 0%, rgba(3, 12, 10, 0.52) 70%, transparent);
    }

    .pkl-booking-page-hero__copy h1 {
        font-size: clamp(2.5rem, 12vw, 4rem);
    }

    .pkl-booking-page-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pkl-booking-page-hero__actions .pkl-button {
        width: 100%;
    }

    .pkl-booking-page-card > div,
    .pkl-booking-page-strip .pkl-container > div,
    .pkl-booking-page-reason-grid article {
        padding: 20px;
    }

    .pkl-booking-page-contact {
        align-items: stretch;
        flex-direction: column;
    }

    .pkl-booking-page-contact a {
        text-align: center;
    }

    .pkl-booking-page-seo__image,
    .pkl-booking-page-seo__image--wide {
        min-height: 320px;
        border-radius: 18px;
    }

    .pkl-home-hero__content h1 {
        font-size: clamp(2.55rem, 13vw, 4rem);
    }

    .pkl-home-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pkl-home-stats {
        display: none;
    }

    .pkl-nearby-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pkl-trust-strip .pkl-container {
        grid-template-columns: 1fr;
    }

    .pkl-trust-strip .pkl-container > div {
        min-height: 68px;
    }

    .pkl-trust-strip .pkl-container > div + div,
    .pkl-trust-strip .pkl-container > div:nth-child(3) {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        border-left: 0;
    }

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

    .pkl-booking-section {
        padding-block: 46px;
    }

    .pkl-booking-shell {
        gap: 28px;
    }

    .pkl-booking-copy h2 {
        font-size: clamp(2rem, 10vw, 2.75rem);
    }

    .pkl-booking-benefits {
        gap: 6px;
    }

    .pkl-booking-benefits span {
        font-size: 0.72rem;
        padding-inline: 10px;
    }

    .pkl-booking-form {
        border-radius: 18px;
        padding: 18px;
    }

    .pkl-cf7-booking,
    .pkl-booking-form form {
        gap: 14px;
    }

    .pkl-cf7-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pkl-cf7-col,
    .pkl-col-md-6,
    .pkl-col-lg-4,
    .pkl-col-lg-6,
    .pkl-cf7-grid > p > label,
    .pkl-cf7-grid > label {
        grid-column: 1 / -1;
    }

    .pkl-booking-form label {
        font-size: 0.8rem;
    }

    .pkl-booking-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
    .pkl-booking-form select {
        min-height: 46px;
        font-size: 16px;
        padding: 10px 12px;
    }

    .pkl-booking-form textarea {
        min-height: 96px;
        font-size: 16px;
        padding: 10px 12px;
    }

    .pkl-cf7-consent {
        padding: 11px;
    }

    .pkl-cf7-actions {
        margin-top: 2px;
    }

    .pkl-booking-form input[type="submit"].wpcf7-submit,
    .pkl-booking-form .pkl-cf7-actions button {
        min-height: 48px;
        border-radius: 11px;
    }

    .pkl-tournament-image::before {
        display: none;
    }

    .pkl-real-gallery__grid {
        grid-template-columns: 1fr;
    }

    .pkl-real-gallery__item,
    .pkl-real-gallery__item.is-wide {
        grid-column: auto;
        grid-row: auto;
        min-height: 320px;
    }

    .pkl-space-hero,
    .pkl-space-hero__inner {
        min-height: 680px;
    }

    .pkl-space-hero__media::after {
        background:
            linear-gradient(90deg, rgba(3, 12, 10, 0.92), rgba(3, 12, 10, 0.52)),
            linear-gradient(0deg, rgba(3, 12, 10, 0.96) 0%, rgba(3, 12, 10, 0.58) 72%, transparent);
    }

    .pkl-space-hero__inner {
        gap: 22px;
        padding-block: 112px 42px;
    }

    .pkl-space-hero__copy h1 {
        font-size: clamp(2.35rem, 11.5vw, 3.8rem);
    }

    .pkl-space-hero__actions,
    .pkl-space-cta__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pkl-space-hero__actions .pkl-button,
    .pkl-space-cta__actions .pkl-button {
        width: 100%;
    }

    .pkl-space-hero__card,
    .pkl-space-feature-list article,
    .pkl-space-zone-grid article {
        padding: 20px;
    }

    .pkl-space-strip .pkl-container,
    .pkl-space-zone-grid,
    .pkl-space-gallery__grid {
        grid-template-columns: 1fr;
    }

    .pkl-space-strip .pkl-container > div {
        min-height: 78px;
        padding: 18px 20px;
    }

    .pkl-space-strip .pkl-container > div + div,
    .pkl-space-strip .pkl-container > div:nth-child(3) {
        border-top: 1px solid rgba(29, 23, 8, 0.18);
        border-left: 0;
    }

    .pkl-space-aplus__image,
    .pkl-space-gallery__item,
    .pkl-space-gallery__item.is-wide,
    .pkl-space-gallery__item.is-tall {
        grid-column: auto;
        grid-row: auto;
        min-height: 320px;
        border-radius: 18px;
    }

    .pkl-space-gallery__grid {
        grid-auto-rows: auto;
    }
}

@media (min-width: 640px) and (max-width: 920px) {
    .pkl-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .pkl-reveal {
        opacity: 1;
        transform: none;
    }
}
