@font-face {
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url("/wp-content/uploads/kp-visual/fonts/bricolage-grotesque-latin-ext-wght-normal.woff2") format("woff2-variations");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url("/wp-content/uploads/kp-visual/fonts/bricolage-grotesque-latin-wght-normal.woff2") format("woff2-variations");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --kp-ink: #080a0d;
    --kp-ink-soft: #11151a;
    --kp-ivory: #eee9de;
    --kp-ivory-dark: #d9d2c4;
    --kp-ice: #acd9f2;
    --kp-ice-bright: #d7f1ff;
    --kp-brass: #b7a079;
    --kp-muted: #555a58;
    --kp-line: rgba(8, 10, 13, 0.16);
    --kp-line-light: rgba(255, 255, 255, 0.18);
    --kp-display: "Bricolage Grotesque", Inter, Arial, sans-serif;
    --kp-body: "Bricolage Grotesque", Arial, sans-serif;
    --kp-shell: min(92vw, 1480px);
    --kp-section: clamp(92px, 11vw, 180px);
}

html {
    scroll-behavior: smooth;
}

body.kp-visual {
    --global-palette1: var(--kp-ice);
    --global-palette2: var(--kp-ice-bright);
    --global-palette3: var(--kp-ink);
    --global-palette4: #30353a;
    --global-palette5: #686d71;
    --global-palette6: #aab0b4;
    --global-palette7: var(--kp-ivory-dark);
    --global-palette8: var(--kp-ivory);
    --global-palette9: #fff;
    --global-palette-highlight: #0d607e;
    --global-body-font-family: var(--kp-body);
    --global-heading-font-family: var(--kp-display);
    background: var(--kp-ivory);
    color: var(--kp-ink);
    font-family: var(--kp-body);
    font-size: 16px;
    font-weight: 430;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

body.kp-visual,
body.kp-visual .site,
body.kp-visual .content-bg,
body.kp-visual.content-style-unboxed .site {
    background: var(--kp-ivory);
}

body.kp-visual *,
body.kp-visual *::before,
body.kp-visual *::after {
    box-sizing: border-box;
}

body.kp-visual ::selection {
    background: var(--kp-ice);
    color: var(--kp-ink);
}

body.kp-visual h1,
body.kp-visual h2,
body.kp-visual h3,
body.kp-visual h4,
body.kp-visual h5,
body.kp-visual h6 {
    color: inherit;
    font-family: var(--kp-display);
    font-variation-settings: "opsz" 80;
    letter-spacing: -0.045em;
}

body.kp-visual a {
    text-underline-offset: 0.18em;
}

.kp-shell {
    margin-inline: auto;
    width: var(--kp-shell);
}

.kp-kicker {
    align-items: center;
    color: var(--kp-muted);
    display: flex;
    font-family: var(--kp-body);
    font-size: 11px;
    font-weight: 700;
    gap: 11px;
    letter-spacing: 0.19em;
    margin: 0 0 26px;
    text-transform: uppercase;
}

.kp-kicker::before {
    background: currentColor;
    content: "";
    height: 1px;
    opacity: 0.65;
    width: 34px;
}

.kp-kicker--light {
    color: rgba(255, 255, 255, 0.68);
}

.kp-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.kp-button {
    align-items: center;
    border: 1px solid transparent;
    display: inline-flex;
    font-family: var(--kp-body);
    font-size: 12px;
    font-weight: 700;
    gap: 32px;
    justify-content: space-between;
    letter-spacing: 0.11em;
    min-height: 54px;
    padding: 0 22px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 220ms ease, color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.kp-button:hover {
    transform: translateY(-2px);
}

.kp-button--ice {
    background: var(--kp-ice);
    color: var(--kp-ink);
}

.kp-button--ice:hover {
    background: var(--kp-ice-bright);
    color: var(--kp-ink);
}

.kp-button--dark {
    background: var(--kp-ink);
    color: #fff;
}

.kp-button--dark:hover {
    background: #1b222a;
    color: #fff;
}

.kp-text-link {
    color: var(--kp-ink);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 12px;
    letter-spacing: 0.09em;
    padding-block: 8px;
    text-decoration: none;
    text-transform: uppercase;
}

.kp-text-link::after {
    background: currentColor;
    bottom: 2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 220ms ease;
    width: 100%;
}

.kp-text-link {
    position: relative;
}

.kp-text-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.kp-text-link--light {
    color: #fff;
}

/* Header */

body.kp-visual #masthead {
    background: transparent;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: background 260ms ease, box-shadow 260ms ease, transform 260ms ease;
    z-index: 1100;
}

body.kp-visual.admin-bar #masthead {
    top: 32px;
}

body.kp-visual #masthead.kp-scrolled {
    background: rgba(8, 10, 13, 0.89);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

body.kp-visual #masthead .site-main-header-wrap,
body.kp-visual #masthead .site-main-header-row-container-inner,
body.kp-visual #masthead .site-header-row-container-inner {
    background: transparent;
}

body.kp-visual #masthead .site-container {
    max-width: 96vw;
}

body.kp-visual #masthead .site-main-header-inner-wrap {
    min-height: 88px;
}

body.kp-visual #masthead .site-branding img,
body.kp-visual #masthead .site-branding .custom-logo {
    height: auto;
    max-height: none;
    width: clamp(128px, 11vw, 172px);
}

body.kp-visual #masthead .header-navigation .menu {
    align-items: center;
    gap: clamp(9px, 1.2vw, 25px);
}

body.kp-visual #masthead .header-navigation .menu > li > a {
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--kp-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.115em;
    padding: 16px 0;
    text-transform: uppercase;
    transition: color 180ms ease;
}

body.kp-visual #masthead .header-navigation .menu > li > a:hover,
body.kp-visual #masthead .header-navigation .menu > li.current-menu-item > a {
    color: #fff;
}

body.kp-visual #masthead .header-navigation .menu > li.menu-item-has-children > a {
    margin-right: 28px;
}

body.kp-visual #masthead .dropdown-nav-special-toggle {
    min-width: 24px;
    width: 24px;
}

body.kp-visual #masthead .header-navigation-style-underline .header-menu-container > ul > li > a::after {
    background: var(--kp-ice);
    height: 1px;
}

body.kp-visual #masthead .header-navigation .sub-menu {
    background: rgba(8, 10, 13, 0.96);
    border: 1px solid var(--kp-line-light);
    box-shadow: 0 22px 65px rgba(0, 0, 0, 0.34);
    min-width: 270px;
    padding: 13px;
}

body.kp-visual #masthead .header-navigation .sub-menu a {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--kp-body);
    font-size: 12px;
    font-weight: 560;
    line-height: 1.35;
    padding: 14px 11px;
}

body.kp-visual #masthead .header-navigation .sub-menu li:last-child a {
    border-bottom: 0;
}

body.kp-visual #masthead .header-navigation .sub-menu a:hover {
    color: var(--kp-ice);
}

body.kp-visual #masthead .header-social-wrap {
    margin-left: 5px;
}

body.kp-visual #masthead .header-social-wrap .social-button {
    border: 0;
    color: rgba(255, 255, 255, 0.72);
    height: 28px;
    width: 28px;
}

body.kp-visual #masthead .kp-nav-booking {
    margin-left: 3px;
}

body.kp-visual #masthead .header-navigation .menu > .kp-nav-booking > a {
    align-items: flex-start;
    background: var(--kp-ice);
    color: var(--kp-ink);
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 142px;
    padding: 11px 15px 10px;
}

body.kp-visual #masthead .header-navigation .menu > .kp-nav-booking > a:hover {
    background: var(--kp-ice-bright);
    color: var(--kp-ink);
}

body.kp-visual #masthead .kp-nav-booking span {
    font-size: 8px;
    letter-spacing: 0.15em;
    opacity: 0.65;
}

body.kp-visual #masthead .kp-nav-booking strong {
    font-size: 12px;
    letter-spacing: 0.04em;
}

body.kp-visual #mobile-toggle {
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    color: #fff;
    height: 44px;
    padding: 10px;
    width: 44px;
}

body.kp-visual #mobile-drawer .drawer-inner {
    background: var(--kp-ink);
    color: #fff;
}

body.kp-visual #mobile-drawer .drawer-header {
    min-height: 84px;
}

body.kp-visual #mobile-drawer .drawer-toggle {
    color: #fff;
    padding: 20px;
}

body.kp-visual #mobile-drawer .mobile-navigation ul li {
    font-size: clamp(21px, 6vw, 31px);
    line-height: 1.15;
}

body.kp-visual #mobile-drawer .mobile-navigation a {
    border-bottom-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-family: var(--kp-display);
    font-weight: 520;
    letter-spacing: -0.025em;
    padding: 16px 24px;
}

body.kp-visual #mobile-drawer .mobile-navigation .sub-menu a {
    color: rgba(255, 255, 255, 0.65);
    font-family: var(--kp-body);
    font-size: 15px;
    letter-spacing: 0;
    padding-block: 11px;
}

/* Homepage */

body.kp-visual.home #inner-wrap,
body.kp-visual.home #primary,
body.kp-visual.home .content-area,
body.kp-visual.home .content-container,
body.kp-visual.home .site-main,
body.kp-visual.home .content-wrap,
body.kp-visual.home .entry,
body.kp-visual.home .entry-content-wrap,
body.kp-visual.home .entry-content {
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
}

body.kp-visual.home .entry {
    box-shadow: none;
}

.kp-home {
    background: var(--kp-ivory);
    overflow: hidden;
}

.kp-hero {
    align-items: center;
    background: var(--kp-ink);
    color: #fff;
    display: flex;
    flex-direction: column;
    isolation: isolate;
    justify-content: flex-end;
    min-height: max(720px, 100svh);
    overflow: hidden;
    padding: 178px 0 42px;
    position: relative;
}

.kp-hero__media,
.kp-hero__media::after,
.kp-hero__media img,
.kp-hero__shade,
.kp-hero__noise {
    inset: 0;
    position: absolute;
}

.kp-hero__media {
    z-index: -4;
}

.kp-hero__media img {
    height: 100%;
    object-fit: cover;
    object-position: center 54%;
    transform: scale(1.015);
    width: 100%;
}

.kp-hero__shade {
    background:
        linear-gradient(90deg, rgba(5, 7, 10, 0.93) 0%, rgba(5, 7, 10, 0.62) 45%, rgba(5, 7, 10, 0.16) 78%),
        linear-gradient(0deg, rgba(5, 7, 10, 0.88) 0%, transparent 49%, rgba(5, 7, 10, 0.3) 100%);
    z-index: -3;
}

.kp-hero__noise {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
    mix-blend-mode: soft-light;
    opacity: 0.27;
    pointer-events: none;
    z-index: -2;
}

.kp-hero__content {
    align-items: end;
    display: grid;
    gap: 20px 6vw;
    grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.52fr);
    position: relative;
    z-index: 2;
}

.kp-hero__content .kp-kicker {
    grid-column: 1 / -1;
}

.kp-hero h1 {
    color: #fff;
    font-size: clamp(61px, 7.8vw, 132px);
    font-weight: 520;
    letter-spacing: -0.073em;
    line-height: 0.83;
    margin: 0;
    max-width: 1120px;
}

.kp-hero h1 > span {
    display: block;
    font-family: var(--kp-body);
    font-size: clamp(11px, 1.05vw, 16px);
    font-weight: 650;
    letter-spacing: 0.18em;
    line-height: 1.2;
    margin: 0 0 22px 7px;
    text-transform: uppercase;
}

.kp-hero__lead {
    border-left: 1px solid var(--kp-line-light);
    padding-left: clamp(25px, 3vw, 48px);
}

.kp-hero__lead > p {
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.65;
    margin: 0 0 30px;
    max-width: 440px;
}

.kp-hero__facts {
    border-top: 1px solid var(--kp-line-light);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 76px;
    padding-top: 18px;
    position: relative;
    z-index: 2;
}

.kp-hero__facts div {
    align-items: center;
    display: flex;
    gap: 18px;
}

.kp-hero__facts span {
    color: var(--kp-ice);
    font-size: 10px;
    letter-spacing: 0.12em;
}

.kp-hero__facts strong {
    font-size: 10px;
    font-weight: 620;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kp-hero::after {
    bottom: 29px;
    color: rgba(255, 255, 255, 0.13);
    content: "PICTURES";
    font-family: var(--kp-display);
    font-size: clamp(38px, 5vw, 82px);
    font-weight: 760;
    letter-spacing: -0.05em;
    margin: 0;
    position: absolute;
    right: -4px;
    text-transform: uppercase;
    transform: rotate(-90deg) translateX(100%);
    transform-origin: bottom right;
}

.kp-intro {
    background: var(--kp-ivory);
    padding-block: var(--kp-section);
}

.kp-intro__heading {
    display: grid;
    grid-template-columns: 0.46fr 1.54fr;
    margin-bottom: clamp(68px, 8vw, 126px);
}

.kp-intro__heading h2 {
    font-size: clamp(50px, 6.4vw, 110px);
    font-weight: 470;
    letter-spacing: -0.066em;
    line-height: 0.92;
    margin: 0;
}

.kp-intro__heading h2 em,
.kp-tournament h2 em,
.kp-atmosphere h2 em,
.kp-details h2 em {
    color: #69727a;
    font-style: normal;
    font-weight: 300;
}

.kp-intro__grid {
    align-items: start;
    display: grid;
    gap: clamp(22px, 2.8vw, 48px);
    grid-template-columns: 0.7fr 1.15fr 0.62fr;
}

.kp-intro__copy {
    padding-right: clamp(10px, 2vw, 32px);
}

.kp-intro__copy p {
    color: #45494c;
    font-size: 15px;
    line-height: 1.85;
    margin: 0 0 22px;
}

.kp-intro__copy .kp-lead {
    color: var(--kp-ink);
    font-family: var(--kp-display);
    font-size: clamp(20px, 1.55vw, 27px);
    font-weight: 460;
    letter-spacing: -0.025em;
    line-height: 1.38;
}

.kp-intro__copy .kp-text-link {
    margin-top: 15px;
}

.kp-photo {
    margin: 0;
}

.kp-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.kp-photo--wide {
    aspect-ratio: 1.02 / 1;
}

.kp-photo--portrait {
    aspect-ratio: 0.67 / 1;
    margin-top: clamp(75px, 9vw, 145px);
}

.kp-photo figcaption {
    border-bottom: 1px solid var(--kp-line);
    display: flex;
    font-size: 9px;
    font-weight: 680;
    justify-content: space-between;
    letter-spacing: 0.15em;
    padding-block: 12px;
    text-transform: uppercase;
}

.kp-offer {
    background: var(--kp-ink);
    color: #fff;
    padding-block: var(--kp-section);
}

.kp-section-head {
    align-items: end;
    display: grid;
    gap: 70px;
    grid-template-columns: 1fr minmax(260px, 0.37fr);
    margin-bottom: clamp(55px, 7vw, 104px);
}

.kp-section-head h2 {
    color: #fff;
    font-size: clamp(52px, 6.4vw, 108px);
    font-weight: 480;
    line-height: 0.9;
    margin: 0;
}

.kp-section-head > p {
    color: rgba(255, 255, 255, 0.59);
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
    max-width: 380px;
}

.kp-offer__grid {
    display: grid;
    gap: 2px;
    grid-auto-rows: minmax(380px, 37vw);
    grid-template-columns: 1.34fr 0.66fr;
}

.kp-offer-card {
    color: #fff;
    isolation: isolate;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.kp-offer-card--large {
    grid-row: span 2;
}

.kp-offer-card--wide {
    grid-column: 1 / -1;
    min-height: min(45vw, 620px);
}

.kp-offer-card img,
.kp-offer-card__shade {
    inset: 0;
    position: absolute;
}

.kp-offer-card img {
    height: 100%;
    object-fit: cover;
    transition: transform 800ms cubic-bezier(0.18, 0.73, 0.29, 1);
    width: 100%;
    z-index: -2;
}

.kp-offer-card--large img,
.kp-offer-card--wide img {
    object-position: center;
}

.kp-offer-card__shade {
    background: linear-gradient(0deg, rgba(2, 3, 5, 0.89) 0%, rgba(2, 3, 5, 0.2) 58%, rgba(2, 3, 5, 0.12) 100%);
    z-index: -1;
}

.kp-offer-card__index {
    font-size: 10px;
    left: 28px;
    letter-spacing: 0.13em;
    position: absolute;
    top: 25px;
}

.kp-offer-card__body {
    bottom: 26px;
    display: flex;
    flex-direction: column;
    left: 28px;
    position: absolute;
}

.kp-offer-card__body strong {
    font-family: var(--kp-display);
    font-size: clamp(38px, 4.2vw, 73px);
    font-weight: 480;
    letter-spacing: -0.05em;
    line-height: 1;
}

.kp-offer-card:not(.kp-offer-card--large):not(.kp-offer-card--wide) .kp-offer-card__body strong {
    font-size: clamp(35px, 3vw, 56px);
}

.kp-offer-card__body small {
    color: rgba(255, 255, 255, 0.65);
    font-size: 10px;
    font-weight: 640;
    letter-spacing: 0.11em;
    margin-top: 8px;
    text-transform: uppercase;
}

.kp-offer-card__arrow {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    bottom: 25px;
    display: flex;
    height: 46px;
    justify-content: center;
    position: absolute;
    right: 25px;
    transition: background 220ms ease, color 220ms ease, transform 220ms ease;
    width: 46px;
}

.kp-offer-card:hover {
    color: #fff;
}

.kp-offer-card:hover img {
    transform: scale(1.045);
}

.kp-offer-card:hover .kp-offer-card__arrow {
    background: var(--kp-ice);
    color: var(--kp-ink);
    transform: rotate(45deg);
}

.kp-tournament {
    background: var(--kp-ice);
    color: var(--kp-ink);
    overflow: hidden;
    padding: 0 0 var(--kp-section);
}

.kp-tournament__ticker {
    border-bottom: 1px solid rgba(8, 10, 13, 0.16);
    border-top: 1px solid rgba(8, 10, 13, 0.16);
    display: flex;
    overflow: hidden;
    padding-block: 13px;
    white-space: nowrap;
}

.kp-tournament__ticker span {
    animation: kpTicker 24s linear infinite;
    font-family: var(--kp-body);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.2em;
}

@keyframes kpTicker {
    to {
        transform: translateX(-50%);
    }
}

.kp-tournament__grid {
    align-items: center;
    display: grid;
    gap: clamp(60px, 10vw, 170px);
    grid-template-columns: minmax(280px, 0.73fr) 1fr;
    padding-top: var(--kp-section);
}

.kp-tournament__time {
    align-items: baseline;
    border-bottom: 1px solid rgba(8, 10, 13, 0.2);
    border-top: 1px solid rgba(8, 10, 13, 0.2);
    display: flex;
    justify-content: space-between;
    padding-block: 22px;
}

.kp-tournament__time span {
    font-size: clamp(16px, 1.4vw, 22px);
    font-weight: 740;
}

.kp-tournament__time strong {
    font-family: var(--kp-display);
    font-size: clamp(75px, 9vw, 150px);
    font-weight: 420;
    letter-spacing: -0.08em;
    line-height: 0.85;
}

.kp-tournament h2 {
    font-size: clamp(49px, 5.7vw, 94px);
    font-weight: 470;
    line-height: 0.91;
    margin: 0 0 34px;
}

.kp-tournament__copy > p:not(.kp-kicker) {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 32px;
    max-width: 690px;
}

.kp-atmosphere {
    background: var(--kp-ink);
    color: #fff;
    padding-block: var(--kp-section);
}

.kp-atmosphere__top {
    display: grid;
    grid-template-columns: 0.43fr 1.57fr;
    margin-bottom: clamp(70px, 9vw, 140px);
}

.kp-atmosphere h2 {
    color: #fff;
    font-size: clamp(51px, 7vw, 116px);
    font-weight: 460;
    line-height: 0.86;
    margin: 0;
}

.kp-atmosphere h2 em {
    color: var(--kp-ice);
}

.kp-atmosphere__mosaic {
    display: grid;
    gap: 2px;
    grid-template-columns: 1.15fr 0.73fr 0.56fr;
    grid-template-rows: minmax(350px, 43vw) minmax(230px, 26vw);
}

.kp-mosaic {
    margin: 0;
    overflow: hidden;
}

.kp-mosaic img {
    height: 100%;
    object-fit: cover;
    transition: transform 900ms cubic-bezier(0.18, 0.73, 0.29, 1);
    width: 100%;
}

.kp-mosaic:hover img {
    transform: scale(1.04);
}

.kp-mosaic--one {
    grid-row: 1;
}

.kp-mosaic--two {
    grid-column: 2 / 4;
    grid-row: 1;
}

.kp-mosaic--three {
    grid-column: 3;
    grid-row: 2;
}

.kp-mosaic--three img {
    object-position: center 60%;
}

.kp-gallery-link {
    background: var(--kp-ivory);
    color: var(--kp-ink);
    display: flex;
    flex-direction: column;
    grid-column: 1 / 3;
    grid-row: 2;
    justify-content: space-between;
    padding: clamp(28px, 4vw, 68px);
    text-decoration: none;
    transition: background 220ms ease;
}

.kp-gallery-link:hover {
    background: var(--kp-ice);
    color: var(--kp-ink);
}

.kp-gallery-link span {
    font-family: var(--kp-display);
    font-size: clamp(42px, 5vw, 80px);
    font-weight: 470;
    letter-spacing: -0.055em;
    line-height: 0.9;
}

.kp-gallery-link strong {
    font-size: 10px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.kp-details {
    background: var(--kp-ivory);
    padding-block: var(--kp-section);
}

.kp-details__grid {
    display: grid;
    gap: clamp(70px, 10vw, 170px);
    grid-template-columns: 0.77fr 1.23fr;
}

.kp-details__sticky {
    align-self: start;
    position: sticky;
    top: 130px;
}

.kp-details h2 {
    font-size: clamp(49px, 5.5vw, 88px);
    font-weight: 470;
    line-height: 0.93;
    margin: 0;
}

.kp-details__list {
    border-top: 1px solid var(--kp-line);
}

.kp-details__list article {
    display: grid;
    gap: 28px;
    grid-template-columns: 42px 1fr;
    padding-block: clamp(33px, 4vw, 61px);
    border-bottom: 1px solid var(--kp-line);
}

.kp-details__list article > span {
    color: #6b7378;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
    padding-top: 7px;
}

.kp-details__list h3 {
    font-size: clamp(27px, 2.35vw, 41px);
    font-weight: 500;
    line-height: 1.05;
    margin: 0 0 18px;
}

.kp-details__list p {
    color: #555b5f;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    max-width: 690px;
}

.kp-visit {
    background: var(--kp-ink);
    color: #fff;
    isolation: isolate;
    min-height: 88vh;
    overflow: hidden;
    padding-block: var(--kp-section);
    position: relative;
}

.kp-visit__media,
.kp-visit__shade {
    inset: 0;
    position: absolute;
}

.kp-visit__media {
    background: url("/wp-content/uploads/2021/12/Pub-Klub-Pictures-12.jpg") center / cover no-repeat;
    z-index: -3;
}

.kp-visit__shade {
    background: linear-gradient(90deg, rgba(5, 7, 10, 0.93), rgba(5, 7, 10, 0.59) 57%, rgba(5, 7, 10, 0.26));
    z-index: -2;
}

.kp-visit__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(88vh - (2 * var(--kp-section)));
}

.kp-visit h2 {
    color: #fff;
    font-size: clamp(72px, 10vw, 168px);
    font-weight: 470;
    line-height: 0.82;
    margin: 0 0 clamp(65px, 8vw, 120px);
}

.kp-visit__info {
    border-bottom: 1px solid var(--kp-line-light);
    border-top: 1px solid var(--kp-line-light);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 35px;
}

.kp-visit__info > div {
    border-right: 1px solid var(--kp-line-light);
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 20px 30px 20px 0;
}

.kp-visit__info > div:not(:first-child) {
    padding-left: 30px;
}

.kp-visit__info > div:last-child {
    border-right: 0;
}

.kp-visit__info span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.kp-visit__info strong,
.kp-visit__info a {
    color: #fff;
    font-family: var(--kp-display);
    font-size: clamp(18px, 1.6vw, 26px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.25;
    text-decoration: none;
}

/* Elementor and content subpages */

body.kp-visual:not(.home).elementor-page #inner-wrap {
    background: var(--kp-ivory);
}

body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:first-child {
    min-height: clamp(430px, 64vh, 750px);
    position: relative;
}

body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:first-child::after {
    background: linear-gradient(0deg, rgba(6, 8, 10, 0.63), rgba(6, 8, 10, 0.08) 72%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:first-child > .elementor-container {
    min-height: clamp(430px, 64vh, 750px) !important;
    position: relative;
    z-index: 1;
}

body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:first-child h1,
body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:first-child h1.elementor-heading-title {
    color: #fff;
    font-family: var(--kp-display);
    font-size: clamp(52px, 7vw, 112px);
    font-weight: 470;
    letter-spacing: -0.065em;
    line-height: 0.92;
}

body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:nth-child(2) {
    margin: 0 !important;
    padding: clamp(78px, 9vw, 145px) max(4vw, 24px) clamp(40px, 5vw, 80px) !important;
}

body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:nth-child(2) > .elementor-container {
    align-items: end;
    max-width: 1380px;
}

body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:nth-child(2) h1,
body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:nth-child(2) .elementor-heading-title {
    color: var(--kp-ink);
    font-family: var(--kp-display);
    font-size: clamp(52px, 7vw, 112px);
    font-weight: 470;
    letter-spacing: -0.065em;
    line-height: 0.92;
}

body.kp-visual:not(.home).elementor-page .elementor-section:not(:first-child):not(:nth-child(2)):not(.kpseo-content-section) {
    margin: 0 !important;
    padding: clamp(34px, 4vw, 65px) max(4vw, 24px) !important;
}

body.kp-visual:not(.home).elementor-page .elementor-section:not(:first-child) > .elementor-container {
    max-width: 1380px;
}

body.kp-visual:not(.home).elementor-page .elementor-widget-heading h2,
body.kp-visual:not(.home).elementor-page .elementor-widget-heading h3 {
    color: var(--kp-ink);
    font-family: var(--kp-display);
    font-weight: 490;
    letter-spacing: -0.045em;
}

body.kp-visual:not(.home).elementor-page .elementor-widget-heading h2 {
    font-size: clamp(34px, 4vw, 66px);
    line-height: 0.98;
}

body.kp-visual:not(.home).elementor-page .elementor-widget-text-editor {
    color: #4d5357;
    font-size: 16px;
    line-height: 1.85;
}

body.kp-visual:not(.home).elementor-page .elementor-widget-image img {
    border-radius: 0 !important;
    min-height: 330px;
    object-fit: cover;
}

body.kp-visual:not(.home).elementor-page .elementor-divider-separator {
    border-color: rgba(8, 10, 13, 0.2) !important;
}

body.kp-visual:not(.home).elementor-page .kpseo-content-section {
    background: var(--kp-ink) !important;
    color: rgba(255, 255, 255, 0.72);
    margin-top: clamp(70px, 8vw, 130px);
    padding: clamp(75px, 9vw, 145px) max(4vw, 24px) !important;
}

body.kp-visual:not(.home).elementor-page .kpseo-content-section > .elementor-container {
    max-width: 1000px;
}

body.kp-visual:not(.home).elementor-page .kpseo-content-section h2,
body.kp-visual:not(.home).elementor-page .kpseo-content-section h3,
body.kp-visual:not(.home).elementor-page .kpseo-content-section strong,
body.kp-visual:not(.home).elementor-page .kpseo-content-section a {
    color: #fff;
}

body.kp-visual:not(.home).elementor-page .kpseo-content-section a {
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 0.2em;
}

body.kp-visual:not(.home).elementor-page .kpseo-content-section h2 {
    border-top: 1px solid var(--kp-line-light);
    font-size: clamp(30px, 3.5vw, 52px);
    margin-top: 60px;
    padding-top: 30px;
}

body.kp-visual:not(.home).elementor-page .kpseo-content-section h2:first-child {
    margin-top: 0;
}

body.kp-visual:not(.home).elementor-page .kpseo-content-section p,
body.kp-visual:not(.home).elementor-page .kpseo-content-section li {
    color: rgba(255, 255, 255, 0.64);
    font-size: 15px;
    line-height: 1.85;
}

/* Selected hero photography */

body.kp-visual.page-id-489 .elementor > .elementor-section:first-child {
    background-image: url("/wp-content/uploads/2021/12/Pub-Klub-Pictures-2-1.jpg") !important;
    background-position: center 52% !important;
    background-size: cover !important;
}

body.kp-visual.page-id-4204 .elementor > .elementor-section:first-child {
    background-image: url("/wp-content/uploads/2021/12/Pub-Klub-Pictures-14.jpg") !important;
    background-position: center !important;
    background-size: cover !important;
}

body.kp-visual.page-id-1051 .elementor > .elementor-section:first-child {
    background-image: url("/wp-content/uploads/2021/11/Klub-Pictures-9.jpg") !important;
    background-position: center 48% !important;
    background-size: cover !important;
}

body.kp-visual.page-id-620 .elementor > .elementor-section:first-child {
    background-image: url("/wp-content/uploads/2021/12/Pub-Klub-Pictures-5.jpg") !important;
    background-position: center !important;
    background-size: cover !important;
}

body.kp-visual.page-id-570 .elementor > .elementor-section:first-child {
    background-image: url("/wp-content/uploads/2021/12/Pub-Klub-Pictures-12.jpg") !important;
    background-position: center !important;
    background-size: cover !important;
}

body.kp-visual.page-id-3508 .elementor > .elementor-section:first-child {
    background-image: url("/wp-content/uploads/2021/12/Pub-Klub-Pictures-7.jpg") !important;
    background-position: center !important;
    background-size: cover !important;
}

body.kp-visual.page-id-3508 .entry-hero-container-inner {
    align-items: flex-end;
    background: url("/wp-content/uploads/2021/12/Pub-Klub-Pictures-7.jpg") center / cover no-repeat;
    display: flex;
    min-height: clamp(470px, 66vh, 760px);
    position: relative;
}

body.kp-visual.page-id-3508 .entry-hero-container-inner::after {
    background: linear-gradient(0deg, rgba(5, 7, 10, 0.88), rgba(5, 7, 10, 0.12) 72%);
    content: "";
    inset: 0;
    position: absolute;
}

body.kp-visual.page-id-3508 .entry-hero .hero-section-overlay {
    display: none;
}

body.kp-visual.page-id-3508 .entry-hero .hero-container {
    margin-inline: auto;
    max-width: 92vw;
    padding: 145px 0 55px;
    position: relative;
    width: min(92vw, 1480px);
    z-index: 2;
}

body.kp-visual.page-id-3508 .entry-hero h1 {
    color: #fff;
    font-size: clamp(58px, 8vw, 128px);
    font-weight: 470;
    letter-spacing: -0.068em;
    line-height: 0.87;
}

body.kp-visual.page-id-3508 .content-area {
    margin-block: 0;
    padding-block: clamp(55px, 7vw, 110px);
}

body.kp-visual.page-id-3508 .entry.single-entry {
    box-shadow: none;
}

/* Price list */

body.kp-visual.page-id-620 .narep-food-menu-item-wrap {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--kp-line);
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 24px 0;
}

body.kp-visual.page-id-620 .narep-food-menu-title {
    font-family: var(--kp-display);
    font-size: clamp(20px, 2vw, 29px);
    font-weight: 520;
    letter-spacing: -0.03em;
    text-transform: none;
}

body.kp-visual.page-id-620 .food-title {
    background: var(--kp-ivory);
}

body.kp-visual.page-id-620 .narep-food-menu-price {
    color: #0d607e;
    font-family: var(--kp-display);
    font-size: 19px;
}

body.kp-visual.page-id-620 .narep-food-menu-item-wrap::after {
    border-color: rgba(8, 10, 13, 0.22);
}

/* Native WordPress content pages */

body.kp-visual:not(.home):not(.elementor-page) .entry-hero-container-inner {
    align-items: flex-end;
    background-color: var(--kp-ink);
    background-position: center;
    background-size: cover;
    display: flex;
    min-height: clamp(470px, 66vh, 760px);
    position: relative;
}

body.kp-visual:not(.home):not(.elementor-page) .entry-hero-container-inner::after {
    background: linear-gradient(0deg, rgba(5, 7, 10, 0.89), rgba(5, 7, 10, 0.12) 72%);
    content: "";
    inset: 0;
    position: absolute;
}

body.kp-visual.page-id-4539 .entry-hero-container-inner,
body.kp-visual.kp-page-bar-bialoleka .entry-hero-container-inner {
    background-image: url("/wp-content/uploads/2021/12/Pub-Klub-Pictures-5.jpg");
}

body.kp-visual.page-id-4540 .entry-hero-container-inner,
body.kp-visual.kp-page-turniej-bilardowy-warszawa .entry-hero-container-inner {
    background-image: url("/wp-content/uploads/2021/12/Pub-Klub-Pictures-2-1.jpg");
}

body.kp-visual.page-id-4554 .entry-hero-container-inner,
body.kp-visual.kp-page-imprezy-firmowe-warszawa .entry-hero-container-inner {
    background-image: url("/wp-content/uploads/kp-visual/kp-corporate-event-hero.webp");
    background-image: image-set(
        url("/wp-content/uploads/kp-visual/kp-corporate-event-hero.avif") type("image/avif"),
        url("/wp-content/uploads/kp-visual/kp-corporate-event-hero.webp") type("image/webp")
    );
    background-position: center 48%;
}

body.kp-visual.page-id-4555 .entry-hero-container-inner,
body.kp-visual.kp-page-urodziny-dla-doroslych-warszawa .entry-hero-container-inner {
    background-image: url("/wp-content/uploads/kp-visual/kp-birthday-event-hero.webp");
    background-image: image-set(
        url("/wp-content/uploads/kp-visual/kp-birthday-event-hero.avif") type("image/avif"),
        url("/wp-content/uploads/kp-visual/kp-birthday-event-hero.webp") type("image/webp")
    );
    background-position: center 54%;
}

@media (max-width: 767px) {
    body.kp-visual.page-id-4554 .entry-hero-container-inner,
    body.kp-visual.kp-page-imprezy-firmowe-warszawa .entry-hero-container-inner {
        background-image: url("/wp-content/uploads/kp-visual/kp-corporate-event-hero-mobile.webp");
        background-image: image-set(
            url("/wp-content/uploads/kp-visual/kp-corporate-event-hero-mobile.avif") type("image/avif"),
            url("/wp-content/uploads/kp-visual/kp-corporate-event-hero-mobile.webp") type("image/webp")
        );
    }

    body.kp-visual.page-id-4555 .entry-hero-container-inner,
    body.kp-visual.kp-page-urodziny-dla-doroslych-warszawa .entry-hero-container-inner {
        background-image: url("/wp-content/uploads/kp-visual/kp-birthday-event-hero-mobile.webp");
        background-image: image-set(
            url("/wp-content/uploads/kp-visual/kp-birthday-event-hero-mobile.avif") type("image/avif"),
            url("/wp-content/uploads/kp-visual/kp-birthday-event-hero-mobile.webp") type("image/webp")
        );
    }
}

body.kp-visual:not(.home):not(.elementor-page) .entry-hero .hero-section-overlay {
    display: none;
}

body.kp-visual:not(.home):not(.elementor-page) .entry-hero .hero-container {
    margin: 0 auto;
    max-width: 92vw;
    padding: 155px 0 58px;
    position: relative;
    width: min(92vw, 1480px);
    z-index: 2;
}

body.kp-visual:not(.home):not(.elementor-page) .entry-hero .entry-header {
    min-height: 0;
}

body.kp-visual:not(.home):not(.elementor-page) .entry-hero h1 {
    color: #fff;
    font-size: clamp(58px, 8vw, 128px);
    font-weight: 470;
    letter-spacing: -0.068em;
    line-height: 0.87;
    max-width: 1110px;
}

body.kp-visual:not(.home):not(.elementor-page) .content-area {
    margin-block: 0;
    padding-block: var(--kp-section);
}

body.kp-visual:not(.home):not(.elementor-page) .content-container {
    max-width: 1120px;
}

body.kp-visual:not(.home):not(.elementor-page) .single-entry {
    box-shadow: none;
}

body.kp-visual:not(.home):not(.elementor-page) .entry-content-wrap {
    padding: 0;
}

body.kp-visual:not(.home):not(.elementor-page) .single-content {
    color: #4d5357;
    font-size: 16px;
    line-height: 1.85;
}

body.kp-visual:not(.home):not(.elementor-page) .single-content > p:first-child {
    color: var(--kp-ink);
    font-family: var(--kp-display);
    font-size: clamp(23px, 2.6vw, 38px);
    font-weight: 440;
    letter-spacing: -0.025em;
    line-height: 1.36;
    margin-bottom: clamp(75px, 8vw, 115px);
}

body.kp-visual:not(.home):not(.elementor-page) .single-content h2 {
    border-top: 1px solid var(--kp-line);
    color: var(--kp-ink);
    font-size: clamp(34px, 4vw, 59px);
    font-weight: 480;
    letter-spacing: -0.05em;
    line-height: 0.98;
    margin: clamp(65px, 8vw, 110px) 0 26px;
    padding-top: 28px;
}

body.kp-visual:not(.home):not(.elementor-page) .single-content a {
    color: #0d607e;
    font-weight: 650;
}

body.kp-visual:not(.home):not(.elementor-page) .single-content ul {
    border-bottom: 1px solid var(--kp-line);
    border-top: 1px solid var(--kp-line);
    list-style: none;
    margin: 32px 0 0;
    padding: 0;
}

body.kp-visual:not(.home):not(.elementor-page) .single-content li {
    border-bottom: 1px solid var(--kp-line);
    padding: 17px 0;
}

body.kp-visual:not(.home):not(.elementor-page) .single-content li:last-child {
    border-bottom: 0;
}

/* Footer */

body.kp-visual #colophon {
    background: var(--kp-ink);
    color: rgba(255, 255, 255, 0.65);
    overflow: hidden;
    position: relative;
}

body.kp-visual #colophon::before {
    color: rgba(255, 255, 255, 0.055);
    content: "PICTURES";
    display: block;
    font-family: var(--kp-display);
    font-size: clamp(82px, 18vw, 290px);
    font-weight: 760;
    letter-spacing: -0.085em;
    line-height: 0.72;
    padding: clamp(80px, 9vw, 130px) 2vw 0;
    pointer-events: none;
    white-space: nowrap;
}

body.kp-visual #colophon .site-top-footer-inner-wrap {
    border-top: 1px solid var(--kp-line-light);
    grid-template-columns: 1.5fr 0.8fr 0.3fr 0.35fr;
    padding-block: clamp(55px, 7vw, 100px);
}

body.kp-visual #colophon .site-top-footer-wrap .site-footer-row-container-inner {
    color: rgba(255, 255, 255, 0.58);
}

body.kp-visual #colophon .widget-title {
    color: #fff;
    font-family: var(--kp-body);
    font-size: 10px;
    font-weight: 730;
    letter-spacing: 0.16em;
    margin-bottom: 24px;
    text-transform: uppercase;
}

body.kp-visual #colophon p {
    font-size: 13px;
    line-height: 1.8;
    max-width: 470px;
}

body.kp-visual #colophon .footer-social-wrap .social-button {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    color: #fff;
    height: 45px;
    width: 45px;
}

body.kp-visual #colophon .site-bottom-footer-inner-wrap {
    border-top: 1px solid var(--kp-line-light);
    padding-block: 28px 42px;
}

body.kp-visual #colophon .footer-html,
body.kp-visual #colophon .site-bottom-footer-wrap .site-footer-row-container-inner {
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--kp-body);
    font-size: 10px;
    letter-spacing: 0.04em;
}

body.kp-visual .kp-mobile-booking {
    display: none;
}

body.kp-visual #kt-scroll-up,
body.kp-visual #kt-scroll-up-reader {
    background: var(--kp-ice);
    border-radius: 50%;
    bottom: 24px;
    color: var(--kp-ink);
    height: 45px;
    padding: 10px;
    right: 24px;
    width: 45px;
}

/* Motion */

.kp-reveal-ready [data-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition:
        opacity 700ms cubic-bezier(0.18, 0.73, 0.29, 1),
        transform 700ms cubic-bezier(0.18, 0.73, 0.29, 1);
    transition-delay: calc(var(--reveal-order, 0) * 65ms);
}

.kp-reveal-ready [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

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

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

@media (max-width: 1260px) {
    body.kp-visual #masthead .header-social-wrap {
        display: none;
    }

    body.kp-visual #masthead .header-navigation .menu > li > a {
        font-size: 9px;
    }

    body.kp-visual #masthead .header-navigation .menu {
        gap: 12px;
    }

    .kp-hero__content {
        grid-template-columns: 1.3fr minmax(290px, 0.7fr);
    }

    .kp-intro__grid {
        grid-template-columns: 0.78fr 1.1fr 0.62fr;
    }
}

@media (max-width: 1024px) {
    body.kp-visual.admin-bar #masthead {
        top: 32px;
    }

    body.kp-visual #masthead .site-container {
        max-width: 94vw;
    }

    body.kp-visual #masthead .site-main-header-inner-wrap {
        min-height: 75px;
    }

    .kp-hero {
        min-height: max(690px, 100svh);
        padding-bottom: 34px;
    }

    .kp-hero__content {
        align-items: end;
        grid-template-columns: 1fr;
    }

    .kp-hero__lead {
        border-left: 0;
        max-width: 560px;
        padding: 14px 0 0;
    }

    .kp-hero__facts {
        margin-top: 52px;
    }

    .kp-intro__heading,
    .kp-atmosphere__top {
        gap: 36px;
        grid-template-columns: 1fr;
    }

    .kp-intro__grid {
        grid-template-columns: 0.8fr 1.2fr;
    }

    .kp-photo--portrait {
        display: none;
    }

    .kp-section-head {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .kp-offer__grid {
        grid-auto-rows: minmax(340px, 48vw);
    }

    .kp-tournament__grid {
        grid-template-columns: 0.8fr 1.2fr;
    }

    .kp-atmosphere__mosaic {
        grid-template-rows: minmax(330px, 50vw) minmax(220px, 31vw);
    }

    .kp-details__grid {
        gap: 70px;
        grid-template-columns: 0.8fr 1.2fr;
    }

    .kp-details__sticky {
        top: 105px;
    }

    body.kp-visual #colophon .site-top-footer-inner-wrap {
        grid-template-columns: 1.2fr 0.8fr;
    }
}

@media (max-width: 782px) {
    body.kp-visual.admin-bar #masthead {
        top: 46px;
    }
}

@media (max-width: 767px) {
    :root {
        --kp-shell: calc(100vw - 40px);
        --kp-section: 84px;
    }

    body.kp-visual {
        padding-bottom: 66px;
    }

    body.kp-visual.admin-bar #masthead {
        top: 46px;
    }

    body.kp-visual #masthead .site-main-header-inner-wrap {
        min-height: 70px;
    }

    body.kp-visual #masthead .site-branding img,
    body.kp-visual #masthead .site-branding .custom-logo {
        width: 128px;
    }

    .kp-kicker {
        font-size: 9px;
        margin-bottom: 20px;
    }

    .kp-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .kp-button {
        width: 100%;
    }

    .kp-text-link {
        align-self: flex-start;
    }

    .kp-hero {
        align-items: center;
        min-height: max(670px, 100svh);
        padding: 135px 0 24px;
    }

    .kp-hero__media img {
        object-position: center;
    }

    .kp-hero__shade {
        background:
            linear-gradient(0deg, rgba(5, 7, 10, 0.96) 0%, rgba(5, 7, 10, 0.46) 64%, rgba(5, 7, 10, 0.22) 100%),
            linear-gradient(90deg, rgba(5, 7, 10, 0.55), transparent);
    }

    .kp-hero h1 {
        font-size: clamp(54px, 17vw, 76px);
        line-height: 0.87;
    }

    .kp-hero h1 > span {
        font-size: 9px;
        margin: 0 0 18px 3px;
    }

    .kp-hero__lead {
        padding-top: 7px;
    }

    .kp-hero__lead > p {
        font-size: 14px;
        line-height: 1.58;
        margin-bottom: 22px;
        max-width: 94%;
    }

    .kp-hero__facts {
        grid-template-columns: 1fr 1fr;
        margin-top: 34px;
        padding-top: 14px;
    }

    .kp-hero__facts div:nth-child(2) {
        justify-content: flex-end;
    }

    .kp-hero__facts div:nth-child(3) {
        display: none;
    }

    .kp-hero__facts strong {
        font-size: 8px;
        letter-spacing: 0.08em;
    }

    .kp-hero__facts span {
        font-size: 8px;
    }

    .kp-hero::after {
        display: none;
    }

    .kp-intro__heading {
        margin-bottom: 52px;
    }

    .kp-intro__heading h2 {
        font-size: clamp(43px, 12.5vw, 59px);
        line-height: 0.94;
    }

    .kp-intro__grid {
        display: flex;
        flex-direction: column;
    }

    .kp-photo--wide {
        aspect-ratio: 0.92 / 1;
        margin-top: 24px;
        order: -1;
    }

    .kp-intro__copy .kp-lead {
        font-size: 22px;
    }

    .kp-offer {
        padding-bottom: 2px;
    }

    .kp-section-head {
        gap: 27px;
        margin-bottom: 48px;
    }

    .kp-section-head h2 {
        font-size: clamp(47px, 13vw, 61px);
    }

    .kp-section-head > p {
        font-size: 14px;
    }

    .kp-offer__grid {
        display: flex;
        flex-direction: column;
        margin-inline: -20px;
    }

    .kp-offer-card,
    .kp-offer-card--wide {
        aspect-ratio: 0.87 / 1;
        min-height: 0;
    }

    .kp-offer-card--wide {
        aspect-ratio: 1 / 0.92;
    }

    .kp-offer-card__body strong,
    .kp-offer-card:not(.kp-offer-card--large):not(.kp-offer-card--wide) .kp-offer-card__body strong {
        font-size: 43px;
    }

    .kp-offer-card__body,
    .kp-offer-card__index {
        left: 20px;
    }

    .kp-offer-card__arrow {
        right: 20px;
    }

    .kp-tournament__grid {
        gap: 56px;
        grid-template-columns: 1fr;
    }

    .kp-tournament__time strong {
        font-size: 88px;
    }

    .kp-tournament h2 {
        font-size: clamp(44px, 12vw, 57px);
    }

    .kp-atmosphere__top {
        margin-bottom: 50px;
    }

    .kp-atmosphere h2 {
        font-size: clamp(45px, 12.5vw, 59px);
        line-height: 0.9;
    }

    .kp-atmosphere__mosaic {
        display: flex;
        flex-direction: column;
        margin-inline: -20px;
    }

    .kp-mosaic {
        aspect-ratio: 1 / 0.88;
    }

    .kp-mosaic--three {
        aspect-ratio: 0.9 / 1;
    }

    .kp-gallery-link {
        aspect-ratio: 1 / 0.72;
        padding: 25px 20px;
    }

    .kp-gallery-link span {
        font-size: 43px;
    }

    .kp-details__grid {
        gap: 58px;
        grid-template-columns: 1fr;
    }

    .kp-details__sticky {
        position: static;
    }

    .kp-details h2 {
        font-size: clamp(44px, 12vw, 57px);
    }

    .kp-details__list article {
        gap: 18px;
        grid-template-columns: 27px 1fr;
        padding-block: 33px;
    }

    .kp-details__list h3 {
        font-size: 27px;
    }

    .kp-visit {
        min-height: 830px;
    }

    .kp-visit__shade {
        background: linear-gradient(0deg, rgba(5, 7, 10, 0.95), rgba(5, 7, 10, 0.35));
    }

    .kp-visit__content {
        min-height: 660px;
        justify-content: flex-end;
    }

    .kp-visit h2 {
        font-size: clamp(66px, 19vw, 88px);
        margin-bottom: 55px;
    }

    .kp-visit__info {
        grid-template-columns: 1fr;
    }

    .kp-visit__info > div,
    .kp-visit__info > div:not(:first-child) {
        border-bottom: 1px solid var(--kp-line-light);
        border-right: 0;
        padding: 15px 0;
    }

    .kp-visit__info > div:last-child {
        border-bottom: 0;
    }

    body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:first-child,
    body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:first-child > .elementor-container {
        min-height: 55vh !important;
    }

    body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:nth-child(2) {
        padding: 62px 20px 32px !important;
    }

    body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:nth-child(2) h1,
    body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:nth-child(2) .elementor-heading-title {
        font-size: clamp(44px, 13vw, 63px);
    }

    body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:first-child h1,
    body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:first-child h1.elementor-heading-title {
        font-size: clamp(44px, 13vw, 63px);
    }

    body.kp-visual.page-id-620 .elementor > .elementor-section:first-child .elementor-widget-heading {
        padding-inline: 10px;
    }

    body.kp-visual:not(.home).elementor-page .elementor-section:not(:first-child):not(:nth-child(2)):not(.kpseo-content-section) {
        padding: 30px 20px !important;
    }

    body.kp-visual:not(.home).elementor-page .kpseo-content-section {
        padding: 74px 20px !important;
    }

    body.kp-visual:not(.home).elementor-page .elementor-widget-image img {
        min-height: 260px;
    }

    body.kp-visual:not(.home):not(.elementor-page) .entry-hero-container-inner {
        min-height: 58vh;
    }

    body.kp-visual:not(.home):not(.elementor-page) .entry-hero .hero-container {
        padding: 130px 0 40px;
    }

    body.kp-visual:not(.home):not(.elementor-page) .entry-hero h1 {
        font-size: clamp(49px, 14vw, 68px);
    }

    body.kp-visual.page-id-3508 .entry-hero-container-inner {
        min-height: 58vh;
    }

    body.kp-visual.page-id-3508 .entry-hero .hero-container {
        padding: 125px 0 40px;
    }

    body.kp-visual.page-id-3508 .entry-hero h1 {
        font-size: clamp(49px, 14vw, 68px);
    }

    body.kp-visual:not(.home):not(.elementor-page) .content-container {
        max-width: calc(100vw - 40px);
    }

    body.kp-visual:not(.home):not(.elementor-page) .single-content > p:first-child {
        font-size: 24px;
        margin-bottom: 65px;
    }

    body.kp-visual #colophon::before {
        font-size: 23vw;
        padding-top: 70px;
    }

    body.kp-visual #colophon .site-top-footer-inner-wrap {
        grid-template-columns: 1fr;
        padding-block: 58px;
    }

    body.kp-visual .kp-mobile-booking {
        background: var(--kp-ice);
        bottom: 0;
        display: block;
        left: 0;
        position: fixed;
        right: 0;
        z-index: 1200;
    }

    body.kp-visual .kp-mobile-booking a {
        align-items: center;
        color: var(--kp-ink);
        display: flex;
        height: 66px;
        justify-content: space-between;
        padding: 0 20px;
        text-decoration: none;
    }

    body.kp-visual .kp-mobile-booking span {
        font-size: 10px;
        font-weight: 730;
        letter-spacing: 0.13em;
        text-transform: uppercase;
    }

    body.kp-visual .kp-mobile-booking strong {
        font-family: var(--kp-display);
        font-size: 18px;
        letter-spacing: -0.02em;
    }

    body.kp-visual #kt-scroll-up,
    body.kp-visual #kt-scroll-up-reader {
        bottom: 83px;
    }
}

@media (max-width: 420px) {
    .kp-hero h1 {
        font-size: 15.2vw;
    }

    .kp-hero__facts {
        gap: 12px;
    }

    .kp-hero__facts div {
        gap: 8px;
    }
}

/* Refinement pass — clearer navigation, calmer heroes and accessible type */

body.kp-visual {
    font-size: 17px;
}

body.kp-visual :where(a, button, input, select, textarea):focus-visible {
    outline: 3px solid #1683ad;
    outline-offset: 4px;
}

.kp-kicker {
    font-size: 12px;
    gap: 0;
    letter-spacing: 0.14em;
}

.kp-kicker::before {
    display: none;
}

.kp-button,
.kp-text-link {
    font-size: 13px;
}

.kp-arrow {
    display: inline-block;
    flex: 0 0 15px;
    height: 15px;
    position: relative;
    width: 15px;
}

.kp-arrow::before {
    background: currentColor;
    content: "";
    height: 1.5px;
    left: 1px;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    transform-origin: center;
    width: 13px;
}

.kp-arrow::after {
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    top: 1px;
    width: 6px;
}

.kp-arrow--down {
    transform: rotate(135deg);
}

/* Navigation inspired by the calm, high-contrast structure of SmileClinic. */

body.kp-visual #masthead,
body.kp-visual #masthead.kp-scrolled {
    background: rgba(244, 240, 232, 0.98);
    box-shadow: 0 1px 0 rgba(8, 10, 13, 0.12);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

body.kp-visual #masthead .site-main-header-wrap,
body.kp-visual #masthead .site-main-header-row-container-inner,
body.kp-visual #masthead .site-header-row-container-inner {
    background: transparent !important;
}

body.kp-visual #masthead .site-container {
    max-width: min(94vw, 1620px);
}

body.kp-visual #masthead .site-main-header-inner-wrap {
    min-height: 92px;
}

body.kp-visual #masthead .site-branding img,
body.kp-visual #masthead .site-branding .custom-logo {
    filter: brightness(0);
    width: clamp(126px, 10vw, 158px);
}

body.kp-visual #masthead .header-navigation .menu {
    gap: clamp(15px, 1.5vw, 28px);
}

body.kp-visual #masthead .header-navigation .menu > li > a {
    color: rgba(8, 10, 13, 0.76);
    font-size: 13px;
    font-weight: 560;
    letter-spacing: -0.01em;
    min-height: 48px;
    padding: 14px 0;
    text-transform: none;
}

body.kp-visual #masthead .header-navigation .menu > li > a:hover,
body.kp-visual #masthead .header-navigation .menu > li.current-menu-item > a {
    color: var(--kp-ink);
}

body.kp-visual #masthead .header-navigation .menu > li.menu-item-has-children > a {
    margin-right: 0;
}

body.kp-visual #masthead .nav-drop-title-wrap,
body.kp-visual #masthead .dropdown-nav-toggle,
body.kp-visual #masthead .dropdown-nav-special-toggle {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

body.kp-visual #masthead .nav-drop-title-wrap {
    gap: 7px;
}

body.kp-visual #masthead .dropdown-nav-toggle,
body.kp-visual #masthead .dropdown-nav-special-toggle {
    height: 24px;
    margin: 0;
    min-width: 24px;
    padding: 0;
    position: static;
    width: 24px;
}

body.kp-visual #masthead .dropdown-nav-toggle svg,
body.kp-visual #masthead .dropdown-nav-special-toggle svg {
    height: 12px;
    margin: 0;
    width: 12px;
}

body.kp-visual #masthead .header-navigation-style-underline .header-menu-container > ul > li > a::after {
    background: var(--kp-ink);
}

body.kp-visual #masthead .header-navigation .sub-menu {
    background: #f8f5ef;
    border: 1px solid rgba(8, 10, 13, 0.12);
    border-radius: 10px;
    box-shadow: 0 24px 70px rgba(8, 10, 13, 0.16);
    min-width: 270px;
    padding: 10px;
}

body.kp-visual #masthead .header-navigation .sub-menu a {
    border-bottom-color: rgba(8, 10, 13, 0.09);
    color: rgba(8, 10, 13, 0.76);
    font-size: 14px;
    min-height: 46px;
}

body.kp-visual #masthead .header-navigation .sub-menu a:hover {
    color: #0d607e;
}

body.kp-visual #masthead .header-social-wrap {
    display: none;
}

body.kp-visual #masthead .kp-nav-booking {
    margin-left: clamp(4px, 1vw, 16px);
}

body.kp-visual #masthead .header-navigation .menu > .kp-nav-booking > a {
    align-items: center;
    background: var(--kp-ink);
    border-radius: 999px;
    color: #fff;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    min-width: 174px;
    padding: 13px 21px;
}

body.kp-visual #masthead .header-navigation .menu > .kp-nav-booking > a:hover {
    background: #242a30;
    color: #fff;
}

body.kp-visual #masthead .kp-nav-booking span {
    font-size: 11px;
    letter-spacing: 0.02em;
    opacity: 0.65;
}

body.kp-visual #masthead .kp-nav-booking strong {
    font-size: 14px;
    letter-spacing: -0.01em;
}

body.kp-visual #mobile-toggle {
    align-items: center;
    background: var(--kp-ink);
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-flex;
    height: 74px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 74px;
}

body.kp-visual #mobile-toggle .menu-toggle-icon,
body.kp-visual #mobile-toggle .kadence-svg-iconset {
    align-items: center;
    display: inline-flex;
    height: 26px;
    justify-content: center;
    line-height: 0;
    margin: 0;
    width: 26px;
}

body.kp-visual #mobile-toggle svg {
    height: 26px;
    margin: 0;
    width: 26px;
}

body.kp-visual #mobile-drawer .drawer-inner {
    background: #f4f0e8;
    color: var(--kp-ink);
}

    body.kp-visual #mobile-drawer .drawer-header {
        min-height: 74px;
        padding: 0;
    }

body.kp-visual #mobile-drawer .drawer-toggle {
    align-items: center;
    background: var(--kp-ink);
    color: #fff;
    display: inline-flex;
    height: 74px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 74px;
}

body.kp-visual #mobile-drawer .toggle-close-bar {
    margin: 0;
    width: 26px;
}

body.kp-visual #mobile-drawer .drawer-content {
    align-items: stretch;
    justify-content: flex-start;
    padding: 36px 20px 110px;
    text-align: left;
}

body.kp-visual #mobile-drawer .mobile-navigation ul li {
    font-size: clamp(26px, 7vw, 34px);
    line-height: 1.08;
}

body.kp-visual #mobile-drawer .mobile-navigation a {
    border-bottom: 1px solid rgba(8, 10, 13, 0.14);
    color: var(--kp-ink);
    font-weight: 500;
    letter-spacing: -0.035em;
    min-height: 58px;
    padding: 16px 4px;
}

    body.kp-visual #mobile-drawer .mobile-navigation .sub-menu a {
        color: rgba(8, 10, 13, 0.68);
        font-size: 17px;
    letter-spacing: -0.01em;
        min-height: 46px;
    }

    body.kp-visual #mobile-drawer .mobile-navigation .kp-nav-booking a {
        align-items: center;
        background: var(--kp-ink);
        border: 0;
        border-radius: 999px;
        color: #fff;
        display: flex;
        font-family: var(--kp-body);
        font-size: 16px;
        gap: 10px;
        justify-content: center;
        letter-spacing: 0;
        margin-top: 24px;
        min-height: 56px;
        padding: 0 20px;
    }

    body.kp-visual #mobile-drawer .mobile-navigation .kp-nav-booking span {
        font-size: 14px;
        opacity: 0.65;
    }

/* A calmer, editorial homepage hero. */

.kp-hero {
    background: var(--kp-ink);
    justify-content: center;
    min-height: clamp(650px, 78vh, 760px);
    padding: 178px 0 68px;
}

.kp-hero__media,
.kp-hero__shade {
    border-radius: 18px;
    inset: 108px 1.7vw 22px;
    overflow: hidden;
}

.kp-hero__noise,
.kp-hero__facts {
    display: none;
}

.kp-hero__media img {
    object-position: center 52%;
    transform: none;
}

.kp-hero__shade {
    background:
        linear-gradient(90deg, rgba(5, 7, 10, 0.9) 0%, rgba(5, 7, 10, 0.62) 43%, rgba(5, 7, 10, 0.08) 82%),
        linear-gradient(0deg, rgba(5, 7, 10, 0.5), transparent 60%);
}

.kp-hero__content {
    align-items: start;
    display: block;
    padding-inline: clamp(18px, 4vw, 66px);
}

.kp-hero__eyebrow {
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0.08em;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.kp-hero h1 {
    font-size: clamp(60px, 6.6vw, 104px);
    font-weight: 500;
    letter-spacing: -0.062em;
    line-height: 0.94;
    max-width: 790px;
}

.kp-hero__lead {
    border-left: 0;
    margin-top: 28px;
    padding-left: 0;
}

.kp-hero__lead > p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 25px;
    max-width: 600px;
}

.kp-hero::after,
body.kp-visual #colophon::before {
    content: none;
    display: none;
}

/* Keep image captions inside the document flow to prevent collisions. */

.kp-photo--wide,
.kp-photo--portrait {
    aspect-ratio: auto;
}

.kp-photo--wide img {
    aspect-ratio: 1.02 / 1;
    height: auto;
}

.kp-photo--portrait img {
    aspect-ratio: 0.67 / 1;
    height: auto;
}

.kp-photo figcaption {
    font-size: 12px;
    line-height: 1.35;
}

.kp-intro__copy p,
.kp-section-head > p,
.kp-details__list p {
    font-size: 17px;
}

.kp-offer-card__index,
.kp-offer-card__body small,
.kp-gallery-link strong,
.kp-details__list article > span,
.kp-visit__info span {
    font-size: 12px;
}

.kp-offer-card__arrow {
    align-items: center;
    display: flex;
    justify-content: center;
}

.kp-offer-card__arrow::before {
    background: currentColor;
    content: "";
    height: 1.5px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
}

.kp-offer-card__arrow::after {
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    content: "";
    height: 7px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-1px, -7px);
    width: 7px;
}

body.kp-visual #colophon .widget-title {
    font-size: 12px;
}

body.kp-visual #colophon p {
    font-size: 15px;
}

body.kp-visual #colophon .footer-html,
body.kp-visual #colophon .site-bottom-footer-wrap .site-footer-row-container-inner {
    font-size: 12px;
}

body.kp-visual #colophon .site-top-footer-inner-wrap {
    padding-top: clamp(60px, 7vw, 100px);
}

body.kp-visual #colophon .footer-social-wrap .social-button,
body.kp-visual #kt-scroll-up,
body.kp-visual #kt-scroll-up-reader {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
}

body.kp-visual #colophon .social-button svg,
body.kp-visual #kt-scroll-up svg,
body.kp-visual #kt-scroll-up-reader svg {
    margin: 0;
}

/* Compact subpage headers preserve atmosphere without taking over the page. */

body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:first-child,
body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:first-child > .elementor-container {
    min-height: clamp(280px, 36vh, 390px) !important;
}

body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:first-child h1,
body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:first-child h1.elementor-heading-title {
    font-size: clamp(46px, 5.8vw, 82px);
    line-height: 0.98;
}

body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:nth-child(2) {
    padding: clamp(42px, 5vw, 72px) max(4vw, 24px) clamp(28px, 3vw, 48px) !important;
}

body.kp-visual:not(.home):not(.elementor-page) .entry-hero-container-inner,
body.kp-visual.page-id-3508 .entry-hero-container-inner {
    min-height: clamp(300px, 38vh, 410px);
}

body.kp-visual:not(.home):not(.elementor-page) .entry-hero .hero-container,
body.kp-visual.page-id-3508 .entry-hero .hero-container {
    padding: 135px 0 42px;
}

body.kp-visual:not(.home):not(.elementor-page) .entry-hero h1,
body.kp-visual.page-id-3508 .entry-hero h1 {
    font-size: clamp(46px, 5.8vw, 82px);
    line-height: 0.98;
}

/* Price list controls and compact screen layout. */

.kp-price-tools {
    align-items: center;
    background: var(--kp-ice);
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin: clamp(32px, 4vw, 58px) auto 12px;
    padding: 22px 24px;
    width: min(92vw, 1380px);
}

.kp-price-tools__copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.kp-price-tools__copy strong {
    font-family: var(--kp-display);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.kp-price-tools__copy span {
    color: rgba(8, 10, 13, 0.7);
    font-size: 14px;
}

.kp-price-tools__button {
    align-items: center;
    background: var(--kp-ink);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font-family: var(--kp-body);
    font-size: 14px;
    font-weight: 650;
    gap: 10px;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
}

.kp-price-tools__button svg {
    flex: 0 0 20px;
    margin: 0;
}

.kp-price-print__identity {
    display: none;
}

body.kp-visual.page-id-620 .elementor > .elementor-section:has(.elementor-widget-spacer):not(:has(.elementor-widget-heading)):not(:has(.narep-food-menu-item-wrap)) {
    display: none;
}

body.kp-visual.page-id-620 .elementor > .elementor-section:has(.elementor-widget-heading h2) {
    padding: 44px max(4vw, 24px) 12px !important;
}

body.kp-visual.page-id-620 .elementor > .elementor-section:has(.narep-food-menu-item-wrap) {
    padding: 0 max(4vw, 24px) 24px !important;
}

body.kp-visual.page-id-620 .elementor > .elementor-section:has(.elementor-widget-heading h2) .elementor-heading-title {
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.05;
}

body.kp-visual.page-id-620 .narep-food-menu-item-wrap {
    padding: 15px 0;
}

body.kp-visual.page-id-620 .narep-food-menu-title {
    align-items: baseline;
    display: flex;
    font-size: clamp(18px, 1.6vw, 24px);
    gap: 16px;
    justify-content: space-between;
    line-height: 1.28;
    margin: 0;
}

body.kp-visual.page-id-620 .food-title {
    flex: 0 1 auto;
}

body.kp-visual.page-id-620 .food-price {
    color: #0d607e;
    flex: 0 0 auto;
    font-size: 0.86em;
    font-weight: 650;
    position: relative;
    right: auto;
    text-align: right;
    z-index: 2;
}

@media (max-width: 1260px) {
    body.kp-visual #masthead .header-navigation .menu {
        gap: 15px;
    }

    body.kp-visual #masthead .header-navigation .menu > li > a {
        font-size: 12px;
    }

    body.kp-visual #masthead .header-navigation .menu > .kp-nav-booking > a {
        min-width: 158px;
        padding-inline: 17px;
    }
}

@media (max-width: 767px) {
    body.kp-visual {
        font-size: 16px;
    }

    body.kp-visual #masthead .site-container {
        max-width: 100vw;
        padding-left: 20px;
        padding-right: 0;
        width: 100%;
    }

    body.kp-visual #masthead .site-main-header-inner-wrap {
        min-height: 74px;
    }

    body.kp-visual #masthead .site-header-main-section-right {
        height: 74px;
    }

    body.kp-visual #masthead .site-branding img,
    body.kp-visual #masthead .site-branding .custom-logo {
        width: 128px;
    }

    .kp-kicker {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 16px;
    }

    .kp-hero {
        min-height: 640px;
        padding: 148px 0 54px;
    }

    .kp-hero__media,
    .kp-hero__shade {
        border-radius: 0;
        inset: 74px 0 0;
    }

    .kp-hero__shade {
        background:
            linear-gradient(0deg, rgba(5, 7, 10, 0.92) 0%, rgba(5, 7, 10, 0.42) 72%, rgba(5, 7, 10, 0.22) 100%),
            linear-gradient(90deg, rgba(5, 7, 10, 0.5), transparent);
    }

    .kp-hero__content {
        padding-inline: 0;
    }

    .kp-hero__eyebrow {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .kp-hero h1 {
        font-size: clamp(48px, 14vw, 60px);
        letter-spacing: -0.055em;
        line-height: 0.96;
    }

    .kp-hero__lead {
        margin-top: 22px;
    }

    .kp-hero__lead > p {
        font-size: 16px;
        line-height: 1.5;
        max-width: 100%;
    }

    .kp-photo--wide {
        aspect-ratio: auto;
    }

    .kp-photo--wide img {
        aspect-ratio: 0.92 / 1;
    }

    .kp-intro__heading {
        margin-bottom: 38px;
    }

    .kp-intro__copy p,
    .kp-section-head > p,
    .kp-details__list p {
        font-size: 16px;
    }

    .kp-photo figcaption {
        min-height: 42px;
    }

    body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:first-child,
    body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:first-child > .elementor-container {
        min-height: 285px !important;
    }

    body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:first-child h1,
    body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:first-child h1.elementor-heading-title {
        font-size: clamp(40px, 11.5vw, 52px);
        line-height: 1;
    }

    body.kp-visual:not(.home).elementor-page .elementor > .elementor-section:nth-child(2) {
        padding: 34px 20px 20px !important;
    }

    body.kp-visual:not(.home):not(.elementor-page) .entry-hero-container-inner,
    body.kp-visual.page-id-3508 .entry-hero-container-inner {
        min-height: 285px;
    }

    body.kp-visual:not(.home):not(.elementor-page) .entry-hero .hero-container,
    body.kp-visual.page-id-3508 .entry-hero .hero-container {
        padding: 112px 0 32px;
    }

    body.kp-visual:not(.home):not(.elementor-page) .entry-hero h1,
    body.kp-visual.page-id-3508 .entry-hero h1 {
        font-size: clamp(40px, 11.5vw, 52px);
        line-height: 1;
    }

    .kp-price-tools {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
        margin: 20px auto 6px;
        padding: 20px;
        width: calc(100vw - 40px);
    }

    .kp-price-tools__copy span {
        font-size: 13px;
        line-height: 1.45;
    }

    .kp-price-tools__button {
        width: 100%;
    }

    body.kp-visual.page-id-620 .elementor > .elementor-section:has(.elementor-widget-heading h2) {
        padding: 30px 20px 10px !important;
    }

    body.kp-visual.page-id-620 .elementor > .elementor-section:has(.narep-food-menu-item-wrap) {
        padding: 0 20px 12px !important;
    }

    body.kp-visual.page-id-620 .elementor > .elementor-section:has(.elementor-widget-heading h2) .elementor-heading-title {
        font-size: 29px;
    }

    body.kp-visual.page-id-620 .narep-food-menu-item-wrap {
        padding: 13px 0;
    }

    body.kp-visual.page-id-620 .narep-food-menu-title {
        font-size: 18px;
        gap: 12px;
    }

    body.kp-visual.page-id-620 .food-title {
        max-width: 58%;
    }

    body.kp-visual.page-id-620 .food-price {
        font-size: 14px;
        max-width: 44%;
        white-space: nowrap;
    }

    body.kp-visual .kp-mobile-booking span {
        font-size: 12px;
    }
}

body.kp-visual.page-id-620 #inner-wrap .elementor > .elementor-section:has(.elementor-widget-heading h2) {
    padding: 36px max(4vw, 24px) 10px !important;
}

body.kp-visual.page-id-620 #inner-wrap .elementor > .elementor-section:has(.narep-food-menu-item-wrap) {
    padding: 0 max(4vw, 24px) 18px !important;
}

body.kp-visual.page-id-620 .food-title,
body.kp-visual.page-id-620 .food-price {
    background: transparent !important;
    padding: 0 !important;
}

body.kp-visual.page-id-620 .elementor-widget-spacer {
    display: none !important;
}

@media (max-width: 767px) {
    body.kp-visual.page-id-620 #inner-wrap .elementor > .elementor-section:has(.elementor-widget-heading h2) {
        padding: 22px 20px 6px !important;
    }

    body.kp-visual.page-id-620 #inner-wrap .elementor > .elementor-section:has(.narep-food-menu-item-wrap) {
        padding: 0 20px 10px !important;
    }
}

@media print {
    @page {
        margin: 8mm 10mm;
        size: A4 portrait;
    }

    html,
    body.kp-visual.page-id-620,
    body.kp-visual.page-id-620 .site,
    body.kp-visual.page-id-620 #inner-wrap {
        background: #fff !important;
        color: #111 !important;
    }

    body.kp-visual.page-id-620 {
        font-family: Arial, sans-serif !important;
        font-size: 9.5pt !important;
        padding: 0 !important;
    }

    body.kp-visual.page-id-620 #masthead,
    body.kp-visual.page-id-620 #colophon,
    body.kp-visual.page-id-620 .kp-mobile-booking,
    body.kp-visual.page-id-620 #kt-scroll-up,
    body.kp-visual.page-id-620 #kt-scroll-up-reader,
    body.kp-visual.page-id-620 .elementor > .elementor-section:first-child,
    body.kp-visual.page-id-620 .kp-price-tools__copy,
    body.kp-visual.page-id-620 .kp-price-tools__button,
    body.kp-visual.page-id-620 .elementor-widget-spacer {
        display: none !important;
    }

    body.kp-visual.page-id-620 .elementor {
        column-count: 2;
        column-gap: 10mm;
        display: block !important;
    }

    body.kp-visual.page-id-620 .kp-price-tools {
        background: transparent !important;
        border-bottom: 1.5pt solid #111;
        column-span: all;
        display: block !important;
        margin: 0 0 4mm !important;
        padding: 0 0 3mm !important;
        width: 100% !important;
    }

    body.kp-visual.page-id-620 .kp-price-print__identity {
        align-items: end;
        display: flex !important;
        justify-content: space-between;
    }

    body.kp-visual.page-id-620 .kp-price-print__identity > div {
        display: flex;
        flex-direction: column;
        gap: 1mm;
    }

    body.kp-visual.page-id-620 .kp-price-print__identity > div:last-child {
        align-items: flex-end;
        color: #444;
        font-size: 8.5pt;
    }

    body.kp-visual.page-id-620 .kp-price-print__identity strong {
        font-family: Arial, sans-serif;
        font-size: 25pt;
        letter-spacing: -0.06em;
        line-height: 0.9;
    }

    body.kp-visual.page-id-620 .kp-price-print__identity strong + span {
        font-size: 9pt;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    body.kp-visual.page-id-620 .elementor > .elementor-section {
        background: transparent !important;
        break-inside: auto;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.kp-visual.page-id-620 .elementor > .elementor-section:has(.elementor-widget-heading h2) {
        break-after: avoid-column;
        break-inside: avoid-column;
        margin-top: 2.5mm !important;
    }

    body.kp-visual.page-id-620 .kpseo-content-section {
        display: none !important;
    }

    body.kp-visual.page-id-620 .elementor > .elementor-section:has(.elementor-widget-heading h2) .elementor-heading-title {
        border-bottom: 0.75pt solid #777;
        color: #111 !important;
        font-family: Arial, sans-serif !important;
        font-size: 14pt !important;
        letter-spacing: -0.02em;
        margin: 0 0 1.5mm !important;
        padding-bottom: 1.5mm;
    }

    body.kp-visual.page-id-620 .elementor-column,
    body.kp-visual.page-id-620 .elementor-widget-wrap,
    body.kp-visual.page-id-620 .elementor-widget-container,
    body.kp-visual.page-id-620 .narep-food-menu-wrap {
        display: block !important;
        width: 100% !important;
    }

    body.kp-visual.page-id-620 .narep-food-menu-item-wrap {
        border-bottom: 0.5pt solid #c7c7c7 !important;
        break-inside: avoid;
        margin: 0 !important;
        padding: 1.1mm 0 !important;
    }

    body.kp-visual.page-id-620 .narep-food-menu-item-wrap::after {
        display: none !important;
    }

    body.kp-visual.page-id-620 .narep-food-menu-title {
        color: #111 !important;
        font-family: Arial, sans-serif !important;
        font-size: 9.5pt !important;
        font-weight: 500 !important;
        gap: 3mm;
        line-height: 1.2;
    }

    body.kp-visual.page-id-620 .narep-food-menu-title::after {
        display: none !important;
    }

    body.kp-visual.page-id-620 .food-title {
        background: #fff !important;
        max-width: 72%;
    }

    body.kp-visual.page-id-620 .food-price {
        color: #111 !important;
        font-size: 9pt !important;
        font-weight: 700 !important;
        max-width: 40%;
    }

    body.kp-visual.page-id-620 a {
        color: #111 !important;
        text-decoration: none !important;
    }
}

/* Round two: event packages, glass navigation, precise controls and print groups. */

body.kp-visual #masthead,
body.kp-visual #masthead:not(.kp-scrolled) {
    background: rgba(8, 10, 13, 0.78) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
    -webkit-backdrop-filter: blur(18px) saturate(135%);
    backdrop-filter: blur(18px) saturate(135%);
    transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.kp-visual #masthead:not(.kp-scrolled) .site-header-inner-wrap,
body.kp-visual #masthead:not(.kp-scrolled) .site-header-row-container-inner,
body.kp-visual #masthead:not(.kp-scrolled) .site-main-header-wrap {
    background: transparent !important;
}

body.kp-visual #masthead:not(.kp-scrolled) .site-branding img,
body.kp-visual #masthead:not(.kp-scrolled) .site-branding .custom-logo {
    filter: none !important;
}

body.kp-visual #masthead:not(.kp-scrolled) .header-navigation .menu > li > a {
    color: rgba(255, 255, 255, 0.82);
}

body.kp-visual #masthead:not(.kp-scrolled) .header-navigation .menu > li > a:hover,
body.kp-visual #masthead:not(.kp-scrolled) .header-navigation .menu > li.current-menu-item > a {
    color: #fff;
}

body.kp-visual #masthead:not(.kp-scrolled) .header-navigation-style-underline .header-menu-container > ul > li > a::after {
    background: #fff;
}

body.kp-visual #masthead:not(.kp-scrolled) .header-navigation .menu > .kp-nav-booking > a {
    background: #f4f0e8;
    color: var(--kp-ink);
}

body.kp-visual #masthead.kp-scrolled {
    background: rgba(244, 240, 232, 0.88) !important;
    border-bottom-color: rgba(8, 10, 13, 0.11);
    box-shadow: 0 10px 35px rgba(8, 10, 13, 0.08);
}

body.kp-visual #masthead.kp-scrolled .site-header-inner-wrap.kadence-sticky-header,
body.kp-visual #masthead.kp-scrolled .site-header-inner-wrap.kadence-sticky-header.item-is-fixed,
body.kp-visual #masthead.kp-scrolled .site-header-row-container-inner,
body.kp-visual #masthead.kp-scrolled .site-main-header-wrap {
    background: transparent !important;
}

body.kp-visual #masthead.kp-scrolled .site-branding img,
body.kp-visual #masthead.kp-scrolled .site-branding .custom-logo {
    filter: brightness(0) !important;
}

body.kp-visual #masthead .nav-drop-title-wrap {
    align-items: center !important;
    display: inline-flex !important;
    gap: 6px;
    height: 24px;
}

body.kp-visual #masthead .dropdown-nav-toggle {
    align-items: center !important;
    display: inline-flex !important;
    height: 16px !important;
    justify-content: center !important;
    line-height: 0 !important;
    margin: 0 !important;
    min-width: 16px !important;
    padding: 0 !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: 16px !important;
}

body.kp-visual #masthead .dropdown-nav-toggle svg {
    height: 11px;
    margin: 0;
    width: 11px;
}

body.kp-visual #mobile-drawer .menu-toggle-close {
    align-items: center !important;
    display: inline-flex !important;
    justify-content: center !important;
    position: relative !important;
}

body.kp-visual #mobile-drawer .menu-toggle-close .toggle-close-bar {
    display: none !important;
}

body.kp-visual #mobile-drawer .menu-toggle-close::before,
body.kp-visual #mobile-drawer .menu-toggle-close::after {
    background: currentColor;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 26px;
}

body.kp-visual #mobile-drawer .menu-toggle-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

body.kp-visual #mobile-drawer .menu-toggle-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.kp-visit__link {
    align-items: center;
    display: inline-flex !important;
    gap: 12px;
}

.kp-visit__link .kp-arrow {
    flex: 0 0 15px;
    opacity: 0.72;
    transition: transform 180ms ease;
}

.kp-visit__link:hover .kp-arrow {
    transform: translate(3px, -3px);
}

body.kp-visual.page-id-1051 .elementor-element-c8b99bf,
body.kp-visual.page-id-1051 .elementor-element-8d5272b,
body.kp-visual.page-id-1051 .elementor-element-f39cff9 {
    display: none !important;
}

body.kp-visual.page-id-1051.elementor-page #main .elementor > .elementor-section.elementor-element-ba55473,
body.kp-visual.page-id-1051.elementor-page #main .elementor > .elementor-section.elementor-element-a9b821b {
    background: #f4f0e8;
    padding: 0 max(4vw, 24px) 18px !important;
}

body.kp-visual.page-id-1051 .elementor-element-ba55473 > .elementor-container,
body.kp-visual.page-id-1051 .elementor-element-a9b821b > .elementor-container {
    align-items: stretch;
    gap: 18px;
}

body.kp-visual.page-id-1051 .kp-event-package {
    --kp-package-accent: #8fa99a;
    --kp-package-accent-ink: #08100d;
    --kp-package-wash: rgba(112, 141, 124, 0.1);
    flex: 1 1 0;
    width: auto !important;
}

body.kp-visual.page-id-1051 .kp-event-package > .elementor-widget-wrap {
    background: linear-gradient(180deg, var(--kp-package-wash) 0, rgba(255, 255, 255, 0.78) 44%);
    border: 1px solid rgba(8, 10, 13, 0.12);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(8, 10, 13, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    padding: 28px !important;
    position: relative;
}

body.kp-visual.page-id-1051 .kp-event-package > .elementor-widget-wrap::before {
    background: var(--kp-package-accent);
    content: "";
    height: 5px;
    inset: 0 0 auto;
    position: absolute;
}

body.kp-visual.page-id-1051 .kp-event-package--1 {
    --kp-package-accent: #8fa99a;
    --kp-package-wash: rgba(112, 141, 124, 0.1);
}

body.kp-visual.page-id-1051 .kp-event-package--2 {
    --kp-package-accent: #b77a50;
    --kp-package-wash: rgba(183, 122, 80, 0.1);
}

body.kp-visual.page-id-1051 .kp-event-package--3 {
    --kp-package-accent: #755f80;
    --kp-package-accent-ink: #fff;
    --kp-package-wash: rgba(117, 95, 128, 0.1);
}

body.kp-visual.page-id-1051 .kp-event-package--4 {
    --kp-package-accent: #874b58;
    --kp-package-accent-ink: #fff;
    --kp-package-wash: rgba(135, 75, 88, 0.1);
}

body.kp-visual.page-id-1051 .kp-event-package--5 {
    --kp-package-accent: #2f3839;
    --kp-package-accent-ink: #fff;
    --kp-package-wash: rgba(47, 56, 57, 0.11);
}

body.kp-visual.page-id-1051 .kp-event-package--custom {
    --kp-package-accent: #b4975b;
    --kp-package-wash: rgba(180, 151, 91, 0.12);
}

body.kp-visual.page-id-1051 .kp-event-package h3 {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

body.kp-visual.page-id-1051 .kp-event-package__name {
    color: rgba(8, 10, 13, 0.58);
    font-family: var(--kp-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

body.kp-visual.page-id-1051 .kp-event-package__price {
    color: var(--kp-ink);
    font-family: var(--kp-display);
    font-size: clamp(36px, 3vw, 48px);
    font-weight: 600;
    letter-spacing: -0.055em;
    line-height: 0.85;
}

body.kp-visual.page-id-1051 .kp-event-package__price small {
    font-family: var(--kp-body);
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0;
    margin-left: 4px;
}

body.kp-visual.page-id-1051 .kp-event-package__custom-title {
    color: var(--kp-ink);
    font-family: var(--kp-display);
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 0.95;
    max-width: 150px;
    text-align: right;
}

body.kp-visual.page-id-1051 .kp-event-package p {
    color: rgba(8, 10, 13, 0.76);
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

body.kp-visual.page-id-1051 #main .kp-event-package p.elementor-image-box-description,
body.kp-visual.page-id-1051 #main .kp-event-package__details {
    color: #4a5054 !important;
}

.kp-button--call {
    letter-spacing: 0.08em;
}

/* Contact map: full-bleed, attached to the dark contact panel. */

body.kp-visual.page-id-570 #main .elementor-element-596e1a0 {
    display: none !important;
}

body.kp-visual.page-id-570 #main .elementor > .elementor-section.elementor-element-0493d38 {
    background: var(--kp-ink);
    isolation: isolate;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
}

body.kp-visual.page-id-570 #main .elementor-element-0493d38 > .elementor-container,
body.kp-visual.page-id-570 #main .elementor-element-0493d38 .elementor-column,
body.kp-visual.page-id-570 #main .elementor-element-0493d38 .elementor-widget-wrap,
body.kp-visual.page-id-570 #main .elementor-element-0493d38 .elementor-widget,
body.kp-visual.page-id-570 #main .elementor-element-0493d38 .elementor-widget-container {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

body.kp-visual.page-id-570 #main .elementor-element-0493d38 iframe {
    display: block !important;
    filter: grayscale(0.18) saturate(0.76) contrast(1.08);
    height: clamp(480px, 56vw, 680px) !important;
    transition: filter 260ms ease;
    width: 100% !important;
}

body.kp-visual.page-id-570 #main .elementor-element-0493d38:hover iframe {
    filter: grayscale(0) saturate(0.94) contrast(1.04);
}

body.kp-visual.page-id-570 #main .elementor-element-0493d38::after {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 -90px 110px rgba(8, 10, 13, 0.2);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.kp-contact-map__route {
    background: rgba(8, 10, 13, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.18);
    bottom: 28px;
    box-shadow: 0 22px 65px rgba(8, 10, 13, 0.28);
    color: #fff !important;
    display: flex;
    flex-direction: column;
    left: max(4vw, 24px);
    padding: 20px 22px;
    position: absolute;
    text-decoration: none !important;
    width: min(360px, calc(100% - 48px));
    z-index: 2;
    -webkit-backdrop-filter: blur(18px) saturate(135%);
    backdrop-filter: blur(18px) saturate(135%);
}

.kp-contact-map__kicker {
    color: rgba(255, 255, 255, 0.62);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.kp-contact-map__route strong {
    color: #fff !important;
    font-family: var(--kp-display);
    font-size: 30px;
    font-weight: 560;
    letter-spacing: -0.035em;
    line-height: 1;
}

.kp-contact-map__action {
    align-items: center;
    color: var(--kp-ice);
    display: flex;
    font-size: 13px;
    font-weight: 650;
    gap: 10px;
    margin-top: 18px;
}

.kp-contact-map__route:hover .kp-arrow {
    transform: translate(3px, -3px);
}

body.kp-visual.page-id-570 #main .kpseo-content-section {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 0 !important;
}

body.kp-visual.page-id-1051 .kp-event-package__people {
    align-self: flex-start;
    background: #101313;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin: -14px 0 18px;
    padding: 9px 12px;
}

body.kp-visual.page-id-1051 .kp-event-package__details {
    display: block;
    margin-bottom: 20px;
}

body.kp-visual.page-id-1051 .kp-event-packages-title--sr {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    white-space: nowrap !important;
}

body.kp-visual.page-id-1051 .kp-event-package--custom .elementor-image-box-description > a {
    align-items: center;
    display: inline-flex;
    min-height: 32px;
    margin-bottom: 18px;
    padding-block: 4px;
}

body.kp-visual.page-id-1051 .kp-event-package__choose {
    align-items: center;
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    margin: auto 0 0;
    padding: 13px 15px;
    border: 1px solid #101313;
    border-radius: 0;
    background: #101313;
    color: #fff;
    cursor: pointer;
    font-family: var(--kp-body);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.075em;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    transition:
        background-color 170ms ease,
        border-color 170ms ease,
        color 170ms ease;
}

body.kp-visual.page-id-1051 .kp-event-package__choose:hover,
body.kp-visual.page-id-1051 .kp-event-package__choose:focus-visible {
    border-color: var(--kp-package-accent);
    background: var(--kp-package-accent);
    color: var(--kp-package-accent-ink);
}

body.kp-visual.page-id-1051 .kp-event-package__choose:focus-visible {
    outline: 3px solid rgba(39, 111, 140, 0.28);
    outline-offset: 3px;
}

body.kp-visual.page-id-1051 .kp-event-package__choose .kp-arrow {
    flex-basis: 13px;
    width: 13px;
    height: 13px;
}

body.kp-visual.page-id-1051 .kp-event-package--custom > .elementor-widget-wrap {
    border-style: dashed;
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

body.kp-visual.page-id-1051 .kp-event-package--custom:hover > .elementor-widget-wrap,
body.kp-visual.page-id-1051 .kp-event-package--custom:focus-within > .elementor-widget-wrap {
    background: rgba(255, 252, 244, 0.92);
    border-color: rgba(150, 118, 58, 0.62);
    box-shadow: 0 22px 52px rgba(72, 54, 20, 0.13);
    transform: translateY(-4px);
}

body.kp-visual.page-id-1051 .kp-event-package--custom > .elementor-widget-wrap::before {
    transition: height 180ms ease;
}

body.kp-visual.page-id-1051 .kp-event-package--custom:hover > .elementor-widget-wrap::before,
body.kp-visual.page-id-1051 .kp-event-package--custom:focus-within > .elementor-widget-wrap::before {
    height: 7px;
}

.kp-print-menu {
    display: none;
}

@media (max-width: 767px) {
    body.kp-visual #masthead:not(.kp-scrolled) #mobile-toggle {
        background: rgba(255, 255, 255, 0.06);
        border-left: 1px solid rgba(255, 255, 255, 0.12);
    }

    body.kp-visual #masthead.kp-scrolled #mobile-toggle {
        background: var(--kp-ink);
        border-left-color: transparent;
    }

    .kp-intro__heading {
        gap: 10px;
    }

    .kp-intro__heading .kp-kicker {
        margin-bottom: 0;
    }

    body.kp-visual.page-id-1051.elementor-page #main .elementor > .elementor-section.elementor-element-ba55473,
    body.kp-visual.page-id-1051.elementor-page #main .elementor > .elementor-section.elementor-element-a9b821b {
        padding: 0 20px 14px !important;
    }

    body.kp-visual.page-id-1051 .elementor-element-ba55473 > .elementor-container,
    body.kp-visual.page-id-1051 .elementor-element-a9b821b > .elementor-container {
        flex-direction: column;
        gap: 14px;
    }

    body.kp-visual.page-id-1051 .kp-event-package {
        flex: 0 0 auto;
        width: 100% !important;
    }

    body.kp-visual.page-id-1051 .kp-event-package > .elementor-widget-wrap {
        border-radius: 16px;
        padding: 24px !important;
    }

    body.kp-visual.page-id-1051 .kp-event-package__price {
        font-size: 42px;
    }

    body.kp-visual.page-id-1051 .kp-event-package p {
        font-size: 15px;
        line-height: 1.55;
    }

    body.kp-visual.page-id-570 #main .elementor-element-0493d38 iframe {
        height: 470px !important;
    }

    .kp-contact-map__route {
        bottom: 20px;
        left: 20px;
        padding: 18px 20px;
        width: calc(100% - 40px);
    }

    .kp-contact-map__route strong {
        font-size: 27px;
    }
}

@media print {
    body.kp-visual.page-id-620 .elementor {
        column-count: initial !important;
        column-gap: normal !important;
    }

    body.kp-visual.page-id-620 .elementor > .elementor-section {
        display: none !important;
    }

    body.kp-visual.page-id-620 .kp-price-tools {
        border-bottom: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    body.kp-visual.page-id-620 .kp-price-print__identity {
        border-bottom: 1.5pt solid #111;
        margin-bottom: 4mm;
        padding-bottom: 3mm;
    }

    body.kp-visual.page-id-620 .kp-price-print__brand img {
        filter: brightness(0) !important;
        height: auto !important;
        margin: 0 0 1.5mm !important;
        max-width: 42mm !important;
        width: 42mm !important;
    }

    body.kp-visual.page-id-620 .kp-price-print__brand > span {
        font-size: 8.5pt;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    body.kp-visual.page-id-620 .kp-print-menu {
        column-count: 1;
        column-gap: 0;
        display: block !important;
    }

    body.kp-visual.page-id-620 .kp-print-category {
        break-inside: avoid-page;
        display: block;
        margin: 0 0 3.5mm;
        page-break-inside: avoid;
        width: 100%;
    }

    body.kp-visual.page-id-620 .kp-print-category h2 {
        border-bottom: 0.75pt solid #777;
        color: #111 !important;
        font-family: Arial, sans-serif !important;
        font-size: 14pt !important;
        letter-spacing: -0.02em;
        line-height: 1.1;
        margin: 0 0 1.5mm !important;
        padding: 0 0 1.5mm;
    }

    body.kp-visual.page-id-620 .kp-print-category .narep-food-menu-item-wrap {
        break-inside: avoid;
        padding: 0.7mm 0 !important;
    }

    body.kp-visual.page-id-620 .kp-print-category .narep-food-menu-info > p {
        color: #222 !important;
        font-size: 9pt !important;
        line-height: 1.18 !important;
        margin: 0.65mm 0 0 !important;
    }
}

/* Premium editorial hero: copy and photography get their own space. */

.kp-hero {
    align-items: stretch;
    background: #f4f0e8;
    color: var(--kp-ink);
    display: grid;
    grid-template-columns: minmax(430px, 42.5%) minmax(0, 57.5%);
    grid-template-rows: minmax(628px, 1fr);
    isolation: isolate;
    justify-content: stretch;
    min-height: clamp(720px, 84svh, 860px);
    overflow: hidden;
    padding: 92px 0 0;
    position: relative;
}

.kp-hero__media {
    border: 0;
    border-radius: 0;
    grid-column: 2;
    grid-row: 1;
    inset: auto;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.kp-hero__media::after {
    background:
        linear-gradient(90deg, rgba(244, 240, 232, 0.12), transparent 8%),
        linear-gradient(0deg, rgba(8, 10, 13, 0.06), transparent 26%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.kp-hero__media img {
    filter: brightness(1.07) saturate(1.06);
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: 54% center;
    position: absolute;
    transform: none;
    width: 100%;
}

.kp-hero__shade,
.kp-hero__noise {
    display: none;
}

.kp-hero__content {
    align-items: flex-start;
    background:
        radial-gradient(circle at 12% 14%, rgba(172, 217, 242, 0.18), transparent 24%),
        #f4f0e8;
    display: flex;
    flex-direction: column;
    grid-column: 1;
    grid-row: 1;
    height: 100%;
    justify-content: center;
    margin: 0;
    max-width: none;
    padding: clamp(56px, 7vw, 112px) clamp(42px, 5.6vw, 92px);
    position: relative;
    width: 100%;
    z-index: 2;
}

.kp-hero__content::after {
    background: rgba(8, 10, 13, 0.12);
    content: "";
    height: calc(100% - 96px);
    position: absolute;
    right: 0;
    top: 48px;
    width: 1px;
}

.kp-hero__eyebrow {
    align-items: center;
    color: rgba(8, 10, 13, 0.58);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 11px;
    letter-spacing: 0.12em;
    margin: 0 0 28px;
    text-transform: uppercase;
}

.kp-hero__eyebrow::before {
    background: #71b9dc;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(113, 185, 220, 0.13);
    content: "";
    flex: 0 0 auto;
    height: 7px;
    width: 7px;
}

.kp-hero h1 {
    color: var(--kp-ink);
    font-size: clamp(59px, 5.35vw, 88px);
    font-weight: 520;
    letter-spacing: -0.064em;
    line-height: 0.93;
    margin: 0;
    max-width: 640px;
    text-wrap: balance;
}

.kp-hero__lead {
    border: 0;
    margin: clamp(28px, 4.4vh, 46px) 0 0;
    max-width: 570px;
    padding: 0;
}

.kp-hero__lead > p {
    color: rgba(8, 10, 13, 0.68);
    font-size: clamp(16px, 1.2vw, 18px);
    line-height: 1.62;
    margin: 0 0 30px;
    max-width: 540px;
}

.kp-hero .kp-actions {
    gap: 24px;
}

.kp-hero .kp-button--ice {
    border: 1px solid rgba(8, 10, 13, 0.08);
    border-radius: 999px;
    box-shadow: 0 16px 38px rgba(44, 104, 132, 0.14);
    min-height: 58px;
    padding-inline: 26px;
}

.kp-hero .kp-button--ice:hover {
    box-shadow: 0 18px 42px rgba(44, 104, 132, 0.2);
}

.kp-hero .kp-text-link--light {
    color: rgba(8, 10, 13, 0.78);
}

.kp-hero::after {
    content: none;
    display: none;
}

@media (max-width: 1080px) and (min-width: 901px) {
    .kp-hero {
        grid-template-columns: minmax(390px, 45%) minmax(0, 55%);
    }

    .kp-hero__content {
        padding-inline: clamp(34px, 5vw, 54px);
    }

    .kp-hero h1 {
        font-size: clamp(56px, 6.8vw, 72px);
    }
}

@media (max-width: 900px) {
    .kp-hero {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: minmax(400px, 49svh) auto;
        min-height: auto;
        padding: 74px 0 0;
    }

    .kp-hero__media {
        grid-column: 1;
        grid-row: 1;
        min-height: 0;
    }

    .kp-hero__media::after {
        background: linear-gradient(0deg, rgba(8, 10, 13, 0.08), transparent 24%);
    }

    .kp-hero__media img {
        object-position: center 49%;
    }

    .kp-hero__content {
        grid-column: 1;
        grid-row: 2;
        min-height: 0;
        padding: 48px max(40px, 7vw) 58px;
    }

    .kp-hero__content::after {
        display: none;
    }

    .kp-hero h1 {
        max-width: 700px;
    }

    .kp-hero__lead {
        max-width: 680px;
    }
}

@media (max-width: 767px) {
    .kp-hero {
        grid-template-rows: clamp(350px, 48svh, 430px) auto;
        padding-top: 74px;
    }

    .kp-hero__media,
    .kp-hero__shade {
        border-radius: 0;
        inset: auto;
    }

    .kp-hero__media img {
        object-position: center 47%;
    }

    .kp-hero__content {
        padding: 36px 20px 46px;
    }

    .kp-hero__eyebrow {
        font-size: 11px;
        margin-bottom: 22px;
    }

    .kp-hero h1 {
        font-size: clamp(48px, 14.6vw, 58px);
        letter-spacing: -0.058em;
        line-height: 0.94;
        max-width: 350px;
    }

    .kp-hero__lead {
        margin-top: 25px;
        max-width: 100%;
    }

    .kp-hero__lead > p {
        color: rgba(8, 10, 13, 0.7);
        font-size: 16px;
        line-height: 1.55;
        margin-bottom: 25px;
        max-width: 100%;
    }

    .kp-hero .kp-actions {
        gap: 10px;
    }

    .kp-hero .kp-button--ice {
        min-height: 56px;
    }

    .kp-hero .kp-text-link--light {
        margin-top: 3px;
    }
}

/* Header aligned with the split editorial hero. */

@media (min-width: 1025px) {
    body.kp-visual #masthead:not(.kp-scrolled) {
        background:
            linear-gradient(
                90deg,
                rgba(244, 240, 232, 0.96) 0%,
                rgba(244, 240, 232, 0.96) 42.5%,
                rgba(8, 10, 13, 0.2) 42.5%,
                rgba(8, 10, 13, 0.2) 100%
            ) !important;
        border-bottom-color: rgba(8, 10, 13, 0.12);
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .kp-hero {
        grid-template-rows: minmax(720px, 1fr);
        padding-top: 0;
    }

    .kp-hero__content {
        padding-top: calc(clamp(56px, 7vw, 112px) + 92px);
    }

    .kp-hero__content::after {
        height: calc(100% - 140px);
        top: 92px;
    }

    body.kp-visual #masthead:not(.kp-scrolled) .site-branding img,
    body.kp-visual #masthead:not(.kp-scrolled) .site-branding .custom-logo {
        filter: brightness(0) !important;
    }

    body.kp-visual #masthead .nav-drop-title-wrap {
        flex-direction: row-reverse;
        gap: 5px;
    }

    body.kp-visual #masthead .dropdown-nav-toggle {
        height: 14px !important;
        min-width: 14px !important;
        width: 14px !important;
    }

    body.kp-visual #masthead .dropdown-nav-toggle svg {
        height: 9px;
        width: 9px;
    }
}

body.kp-visual #masthead .header-navigation .menu > .kp-nav-booking > a,
body.kp-visual #masthead:not(.kp-scrolled) .header-navigation .menu > .kp-nav-booking > a,
body.kp-visual #masthead.kp-scrolled .header-navigation .menu > .kp-nav-booking > a {
    background: var(--kp-ice) !important;
    border: 1px solid rgba(8, 10, 13, 0.08);
    box-shadow: 0 10px 26px rgba(44, 104, 132, 0.14);
    color: var(--kp-ink) !important;
    transition:
        background-color 180ms ease,
        box-shadow 180ms ease,
        color 180ms ease,
        transform 180ms ease;
}

body.kp-visual #masthead .header-navigation .menu > .kp-nav-booking > a:hover,
body.kp-visual #masthead .header-navigation .menu > .kp-nav-booking > a:focus-visible,
body.kp-visual #masthead:not(.kp-scrolled) .header-navigation .menu > .kp-nav-booking > a:hover,
body.kp-visual #masthead:not(.kp-scrolled) .header-navigation .menu > .kp-nav-booking > a:focus-visible,
body.kp-visual #masthead.kp-scrolled .header-navigation .menu > .kp-nav-booking > a:hover,
body.kp-visual #masthead.kp-scrolled .header-navigation .menu > .kp-nav-booking > a:focus-visible {
    background: var(--kp-ice-bright) !important;
    box-shadow: 0 14px 32px rgba(44, 104, 132, 0.2);
    color: var(--kp-ink) !important;
    transform: translateY(-1px);
}

body.kp-visual #masthead .kp-nav-booking a span,
body.kp-visual #masthead .kp-nav-booking a strong,
body.kp-visual #masthead .kp-nav-booking a:hover span,
body.kp-visual #masthead .kp-nav-booking a:hover strong,
body.kp-visual #masthead .kp-nav-booking a:focus-visible span,
body.kp-visual #masthead .kp-nav-booking a:focus-visible strong {
    color: inherit !important;
}

body.kp-visual #masthead .header-navigation .menu > .kp-nav-booking > a::after {
    content: none !important;
    display: none !important;
}

/* A single, deliberate typographic axis for the homepage introduction. */

.kp-intro__heading {
    display: block;
    margin-bottom: clamp(64px, 7vw, 104px);
    max-width: 1240px;
}

.kp-intro__heading .kp-kicker {
    align-items: center;
    display: flex;
    font-size: 12px;
    gap: 12px;
    letter-spacing: 0.13em;
    margin: 0 0 clamp(30px, 3.2vw, 48px);
}

.kp-intro__heading .kp-kicker::before {
    background: #71b9dc;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(113, 185, 220, 0.13);
    flex: 0 0 auto;
    height: 7px;
    opacity: 1;
    width: 7px;
}

.kp-intro__heading h2 {
    font-size: clamp(62px, 6.25vw, 100px);
    letter-spacing: -0.062em;
    line-height: 0.93;
    max-width: 1240px;
    text-wrap: balance;
}

.kp-intro__heading h2 em {
    color: #61686e;
    display: inline;
    font-weight: 300;
}

@media (max-width: 1024px) {
    body.kp-visual #masthead:not(.kp-scrolled) #mobile-toggle,
    body.kp-visual #masthead:not(.kp-scrolled) #mobile-toggle svg,
    body.kp-visual #masthead:not(.kp-scrolled) #mobile-toggle path {
        color: #fff !important;
        fill: currentColor !important;
        opacity: 1 !important;
    }
}

@media (max-width: 767px) {
    .kp-intro__heading {
        display: block;
        margin-bottom: 44px;
    }

    .kp-intro__heading .kp-kicker {
        font-size: 11px;
        gap: 11px;
        margin-bottom: 26px;
    }

    .kp-intro__heading h2 {
        font-size: clamp(43px, 12.6vw, 52px);
        letter-spacing: -0.054em;
        line-height: 0.95;
    }
}

/* One consistent light header across the whole website. */

body.kp-visual #masthead,
body.kp-visual #masthead:not(.kp-scrolled),
body.kp-visual #masthead.kp-scrolled {
    background: rgba(244, 240, 232, 0.98) !important;
    border-bottom: 1px solid rgba(8, 10, 13, 0.11);
    box-shadow: 0 8px 28px rgba(8, 10, 13, 0.045);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

body.kp-visual #masthead .site-branding img,
body.kp-visual #masthead .site-branding .custom-logo,
body.kp-visual #masthead:not(.kp-scrolled) .site-branding img,
body.kp-visual #masthead:not(.kp-scrolled) .site-branding .custom-logo {
    filter: brightness(0) !important;
}

body.kp-visual #masthead .header-navigation .menu > li > a,
body.kp-visual #masthead:not(.kp-scrolled) .header-navigation .menu > li > a {
    color: rgba(8, 10, 13, 0.76);
}

body.kp-visual #masthead .header-navigation .menu > li > a:hover,
body.kp-visual #masthead .header-navigation .menu > li.current-menu-item > a,
body.kp-visual #masthead:not(.kp-scrolled) .header-navigation .menu > li > a:hover,
body.kp-visual #masthead:not(.kp-scrolled) .header-navigation .menu > li.current-menu-item > a {
    color: var(--kp-ink);
}

body.kp-visual #masthead .header-navigation-style-underline .header-menu-container > ul > li > a::after,
body.kp-visual #masthead:not(.kp-scrolled) .header-navigation-style-underline .header-menu-container > ul > li > a::after {
    background: var(--kp-ink);
}

@media (min-width: 1025px) {
    .kp-hero {
        grid-template-rows: minmax(628px, 1fr);
        padding-top: 92px;
    }

    .kp-hero__content {
        padding-top: clamp(56px, 7vw, 112px);
    }

    .kp-hero__content::after {
        height: calc(100% - 96px);
        top: 48px;
    }
}

@media (max-width: 1024px) {
    body.kp-visual #masthead:not(.kp-scrolled) #mobile-toggle,
    body.kp-visual #masthead.kp-scrolled #mobile-toggle {
        background: var(--kp-ink) !important;
        border-left-color: transparent;
        color: #fff !important;
    }
}

/* Strong black actions on light surfaces. */

.kp-hero .kp-button--ice {
    background: var(--kp-ink);
    border-color: var(--kp-ink);
    box-shadow: 0 14px 32px rgba(8, 10, 13, 0.14);
    color: #fff;
}

.kp-hero .kp-button--ice:hover,
.kp-hero .kp-button--ice:focus-visible {
    background: #242a30;
    border-color: #242a30;
    box-shadow: 0 16px 36px rgba(8, 10, 13, 0.2);
    color: #fff;
}

body.kp-visual #masthead .header-navigation .menu > .kp-nav-booking > a,
body.kp-visual #masthead:not(.kp-scrolled) .header-navigation .menu > .kp-nav-booking > a,
body.kp-visual #masthead.kp-scrolled .header-navigation .menu > .kp-nav-booking > a {
    background: var(--kp-ink) !important;
    border-color: var(--kp-ink);
    box-shadow: 0 10px 24px rgba(8, 10, 13, 0.12);
    color: #fff !important;
}

body.kp-visual #masthead .header-navigation .menu > .kp-nav-booking > a:hover,
body.kp-visual #masthead .header-navigation .menu > .kp-nav-booking > a:focus-visible,
body.kp-visual #masthead:not(.kp-scrolled) .header-navigation .menu > .kp-nav-booking > a:hover,
body.kp-visual #masthead:not(.kp-scrolled) .header-navigation .menu > .kp-nav-booking > a:focus-visible,
body.kp-visual #masthead.kp-scrolled .header-navigation .menu > .kp-nav-booking > a:hover,
body.kp-visual #masthead.kp-scrolled .header-navigation .menu > .kp-nav-booking > a:focus-visible {
    background: #242a30 !important;
    border-color: #242a30;
    box-shadow: 0 14px 30px rgba(8, 10, 13, 0.18);
    color: #fff !important;
}

/* Static, responsive hero photography. */

.kp-hero__poster {
    display: block;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

/* One angular button system across custom, theme and Elementor actions. */

body.kp-visual .kp-button,
body.kp-visual .kp-price-tools__button,
body.kp-visual #masthead .header-navigation .menu > .kp-nav-booking > a,
body.kp-visual #mobile-drawer .mobile-navigation .kp-nav-booking a,
body.kp-visual .elementor-button,
body.kp-visual .wp-block-button__link,
body.kp-visual a.button,
body.kp-visual button.button,
body.kp-visual input[type="button"],
body.kp-visual input[type="reset"],
body.kp-visual input[type="submit"],
body.kp-visual #kt-scroll-up,
body.kp-visual #kt-scroll-up-reader {
    border-radius: 0 !important;
}


/* 2026.07.24.12 — mobile menu overflow and in-page gallery lightbox. */

@media (max-width: 1024px) {
    body.kp-visual #mobile-drawer .drawer-inner {
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    body.kp-visual #mobile-drawer .drawer-header {
        background: #f4f0e8;
        flex: 0 0 74px;
        position: sticky !important;
        top: 0;
        z-index: 8;
    }

    body.kp-visual #mobile-drawer .drawer-content {
        display: block !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        overflow: visible !important;
        padding: 24px 20px calc(96px + env(safe-area-inset-bottom)) !important;
    }

    body.kp-visual #mobile-drawer .site-header-item-mobile-navigation {
        align-items: flex-start !important;
        display: block !important;
        height: auto !important;
        justify-content: flex-start !important;
        max-height: none !important;
        min-height: 0 !important;
        width: 100% !important;
    }

    body.kp-visual #mobile-drawer #mobile-site-navigation,
    body.kp-visual #mobile-drawer .mobile-menu-container,
    body.kp-visual #mobile-drawer #mobile-menu {
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        width: 100% !important;
    }

    body.kp-visual #mobile-drawer #mobile-menu > .kp-nav-booking {
        display: none !important;
    }
}

@media (max-width: 767px) and (max-height: 720px) {
    body.kp-visual #mobile-drawer .drawer-content {
        padding-top: 10px !important;
    }

    body.kp-visual #mobile-drawer .mobile-navigation ul li {
        font-size: clamp(22px, 6.2vw, 28px);
    }

    body.kp-visual #mobile-drawer .mobile-navigation a {
        min-height: 50px;
        padding-block: 12px;
    }
}

html.kp-lightbox-open,
html.kp-lightbox-open body {
    overflow: hidden !important;
}

body.kp-visual.page-id-3508 .wp-block-gallery a.kp-lightbox__trigger {
    cursor: zoom-in;
    display: block;
    overflow: hidden;
    position: relative;
}

body.kp-visual.page-id-3508 .wp-block-gallery a.kp-lightbox__trigger::after {
    align-items: center;
    background: rgba(8, 10, 13, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.42);
    bottom: 14px;
    color: #fff;
    content: "+";
    display: flex;
    font-family: var(--kp-body);
    font-size: 22px;
    font-weight: 300;
    height: 42px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: 14px;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease;
    width: 42px;
    z-index: 2;
}

body.kp-visual.page-id-3508 .wp-block-gallery a.kp-lightbox__trigger img {
    transition: transform 420ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

body.kp-visual.page-id-3508 .wp-block-gallery a.kp-lightbox__trigger:hover::after,
body.kp-visual.page-id-3508 .wp-block-gallery a.kp-lightbox__trigger:focus-visible::after {
    opacity: 1;
    transform: translateY(0);
}

body.kp-visual.page-id-3508 .wp-block-gallery a.kp-lightbox__trigger:hover img,
body.kp-visual.page-id-3508 .wp-block-gallery a.kp-lightbox__trigger:focus-visible img {
    transform: scale(1.025);
}

.kp-lightbox[hidden] {
    display: none !important;
}

.kp-lightbox {
    color: #fff;
    inset: 0;
    opacity: 0;
    position: fixed;
    transition: opacity 180ms ease;
    z-index: 100000;
}

.kp-lightbox.is-open {
    opacity: 1;
}

.kp-lightbox__backdrop {
    backdrop-filter: blur(12px);
    background: rgba(5, 7, 9, 0.94);
    inset: 0;
    position: absolute;
    -webkit-backdrop-filter: blur(12px);
}

.kp-lightbox__dialog {
    height: 100vh;
    height: 100svh;
    inset: 0;
    max-height: 100vh;
    max-height: 100svh;
    padding: max(18px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
    position: absolute;
    width: 100%;
}

.kp-lightbox__topbar {
    align-items: center;
    display: flex;
    height: 54px;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.kp-lightbox__counter {
    color: rgba(255, 255, 255, 0.66);
    font-family: var(--kp-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.kp-lightbox__close,
.kp-lightbox__nav {
    align-items: center;
    appearance: none;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 0 !important;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.kp-lightbox__close {
    height: 52px;
    width: 52px;
}

.kp-lightbox__close svg,
.kp-lightbox__nav svg {
    fill: none;
    height: 22px;
    stroke: currentColor;
    stroke-linecap: square;
    stroke-width: 1.5;
    width: 22px;
}

.kp-lightbox__close:hover,
.kp-lightbox__close:focus-visible,
.kp-lightbox__nav:hover,
.kp-lightbox__nav:focus-visible {
    background: #fff;
    border-color: #fff;
    color: #080a0d;
    outline: none;
}

.kp-lightbox__close:focus-visible,
.kp-lightbox__nav:focus-visible {
    box-shadow: 0 0 0 3px rgba(158, 216, 234, 0.7);
}

.kp-lightbox__stage {
    align-items: center;
    display: grid;
    gap: clamp(16px, 2vw, 32px);
    grid-template-columns: 58px minmax(0, 1fr) 58px;
    height: calc(100% - 54px);
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
}

.kp-lightbox__nav {
    height: 58px;
    position: relative;
    width: 58px;
    z-index: 3;
}

.kp-lightbox__figure {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    min-height: 0;
    min-width: 0;
    position: relative;
}

.kp-lightbox__image {
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
    display: block;
    height: auto;
    max-height: calc(100vh - 122px);
    max-height: calc(100svh - 122px);
    max-width: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 180ms ease;
    width: auto;
}

.kp-lightbox__image.is-loaded {
    opacity: 1;
}

.kp-lightbox__loader {
    animation: kp-lightbox-spin 720ms linear infinite;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-top-color: #fff;
    height: 32px;
    left: 50%;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 50%;
    width: 32px;
}

.kp-lightbox__image.is-loaded + .kp-lightbox__caption,
.kp-lightbox__image.is-loaded ~ .kp-lightbox__loader {
    animation: none;
}

.kp-lightbox__figure:has(.kp-lightbox__image.is-loaded) .kp-lightbox__loader {
    display: none;
}

.kp-lightbox__caption {
    background: rgba(5, 7, 9, 0.82);
    bottom: 18px;
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--kp-body);
    font-size: 13px;
    left: 50%;
    max-width: min(680px, calc(100% - 32px));
    padding: 10px 14px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
}

@keyframes kp-lightbox-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 767px) {
    .kp-lightbox__dialog {
        padding-inline: max(12px, env(safe-area-inset-left));
    }

    .kp-lightbox__topbar {
        height: 50px;
    }

    .kp-lightbox__close {
        height: 48px;
        width: 48px;
    }

    .kp-lightbox__stage {
        display: flex;
        height: calc(100% - 50px);
        justify-content: center;
    }

    .kp-lightbox__image {
        max-height: calc(100vh - 92px);
        max-height: calc(100svh - 92px);
    }

    .kp-lightbox__nav {
        background: rgba(5, 7, 9, 0.68);
        height: 48px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 48px;
    }

    .kp-lightbox__nav--prev {
        left: 0;
    }

    .kp-lightbox__nav--next {
        right: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kp-lightbox,
    .kp-lightbox__image,
    body.kp-visual.page-id-3508 .wp-block-gallery a.kp-lightbox__trigger::after,
    body.kp-visual.page-id-3508 .wp-block-gallery a.kp-lightbox__trigger img {
        transition: none !important;
    }

    .kp-lightbox__loader {
        animation-duration: 1400ms;
    }
}
