@charset "UTF-8";
/*!
Theme Name: Villagio Child
Theme URI: https://motopress.com/products/villagio/
Author: MotoPress
Author URI: https://motopress.com/
Description: WordPress photography theme.
Version: 1.0.20
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: villagio
Tags:one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Template: villagio
*/

:root {
  --kf-red: #dc052d;
  --kf-red-dark: #780218;
  --kf-ink: #263737;
  --kf-muted: #637170;
  --kf-line: #dfe5df;
  --kf-paper: #f7f8f5;
  --kf-white: #ffffff;
  --kf-green: #415050;
}

body {
  color: var(--kf-ink);
  background: var(--kf-paper);
}

.site-header {
  border-bottom: 1px solid rgba(65, 80, 80, 0.12);
  background: rgba(255, 255, 255, 0.96);
}

.site-header .wrapper,
.site-header-main,
.site-branding,
.site-title-wrapper {
  max-width: 100%;
  min-width: 0;
}

.site-title a,
.main-navigation a {
  color: var(--kf-ink);
}

.site-title {
  overflow-wrap: anywhere;
}

.kf-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 16px;
  border: 1px solid var(--kf-line);
  background: var(--kf-white);
}

.kf-language-switcher a {
  min-width: 42px;
  padding: 8px 10px;
  color: var(--kf-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.kf-language-switcher a.is-active {
  background: var(--kf-red);
  color: var(--kf-white);
}

.kf-page {
  background: var(--kf-paper);
}

.kf-page h1,
.kf-page h2,
.kf-page h3 {
  color: var(--kf-ink);
  letter-spacing: 0;
}

.kf-hero {
  position: relative;
  min-height: clamp(620px, 86vh, 860px);
  height: clamp(620px, 86vh, 860px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--kf-green);
}

.kf-hero-media {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 0;
  gap: 4px;
  overflow: hidden;
}

.kf-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 32, 32, 0.78), rgba(20, 32, 32, 0.32) 46%, rgba(20, 32, 32, 0.12));
}

.kf-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kf-hero-media img:first-child {
  grid-row: span 2;
}

.kf-hero-media img:nth-child(n+4) {
  display: none;
}

.kf-hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 clamp(52px, 9vh, 96px);
  color: var(--kf-white);
  box-sizing: border-box;
}

.kf-hero h1 {
  max-width: 760px;
  margin: 10px 0 18px;
  color: var(--kf-white);
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.98;
}

.kf-lead {
  max-width: 720px;
  margin: 0 0 14px;
  font-size: clamp(20px, 2.3vw, 30px);
  line-height: 1.32;
  overflow-wrap: anywhere;
}

.kf-address {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  overflow-wrap: anywhere;
}

.kf-eyebrow {
  margin: 0 0 10px;
  color: var(--kf-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kf-hero .kf-eyebrow {
  color: #ffffff;
}

.kf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kf-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 2px solid var(--kf-red);
  background: var(--kf-red);
  color: var(--kf-white);
  font-weight: 800;
  text-decoration: none;
}

.kf-button:hover,
.kf-button:focus {
  background: var(--kf-red-dark);
  border-color: var(--kf-red-dark);
  color: var(--kf-white);
}

.kf-button-light {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.95);
  color: var(--kf-ink);
}

.kf-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 92px) 0;
}

.kf-intro,
.kf-location,
.kf-booking,
.kf-rules {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.kf-section h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.kf-section p {
  color: var(--kf-muted);
  font-size: 18px;
  line-height: 1.72;
}

.kf-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--kf-line);
  border: 1px solid var(--kf-line);
}

.kf-facts div {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  background: var(--kf-white);
}

.kf-facts strong {
  color: var(--kf-red);
  font-size: 42px;
  line-height: 1;
}

.kf-facts span {
  margin-top: 8px;
  color: var(--kf-muted);
}

.kf-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.kf-split > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.kf-check-list,
.kf-pill-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kf-check-list li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 30px;
  color: var(--kf-ink);
  font-size: 17px;
}

.kf-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 10px;
  height: 10px;
  background: var(--kf-red);
}

.kf-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--kf-line);
  border: 1px solid var(--kf-line);
}

.kf-cards article {
  padding: clamp(26px, 4vw, 38px);
  background: var(--kf-white);
}

.kf-cards h2 {
  font-size: clamp(23px, 3vw, 31px);
}

.kf-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kf-pill-list li {
  padding: 12px 14px;
  border: 1px solid var(--kf-line);
  background: var(--kf-white);
  color: var(--kf-ink);
  font-weight: 700;
}

.kf-booking {
  display: block;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: clamp(38px, 5vw, 64px) clamp(20px, 4vw, 54px);
  box-sizing: border-box;
  background: var(--kf-green);
}

.kf-booking h2,
.kf-booking h3 {
  color: var(--kf-white);
}

.kf-booking p {
  color: rgba(255, 255, 255, 0.82);
}

.kf-booking-head {
  width: min(100%, 1040px);
  margin: 0 auto clamp(22px, 3vw, 34px);
}

.kf-calendar-box {
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: clamp(20px, 3vw, 30px);
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.kf-calendar-box h3 {
  margin-top: 0;
}

.kf-booking-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 20px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.13);
}

.kf-booking-tab {
  display: flex;
  flex-direction: column;
  gap: 3px;
  justify-content: center;
  min-width: 0;
  min-height: 78px;
  padding: 14px 12px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--kf-white);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.kf-booking-tab:hover,
.kf-booking-tab:focus {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
}

.kf-booking-tab.is-active,
.kf-booking-tab[aria-selected="true"] {
  border-color: var(--kf-white);
  background: var(--kf-white);
  color: var(--kf-ink);
}

.kf-booking-tab:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.kf-booking-tab-title {
  display: block;
  overflow-wrap: anywhere;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 800;
  line-height: 1.2;
}

.kf-booking-summary-box {
  margin-top: 12px;
  padding: clamp(18px, 2.5vw, 24px);
  border-left: 4px solid var(--kf-red);
  background: rgba(255, 255, 255, 0.96);
  color: var(--kf-ink);
}

.kf-booking-summary[hidden] {
  display: none;
}

.kf-booking-summary h4 {
  margin: 5px 0 7px;
  color: var(--kf-ink);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.12;
}

.kf-booking-summary p {
  max-width: 680px;
  margin: 0;
  color: var(--kf-muted);
  font-size: 16px;
  line-height: 1.55;
}

.kf-booking-option-channel {
  display: block;
  color: var(--kf-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kf-booking-tab .kf-booking-option-channel {
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
}

.kf-booking-tab.is-active .kf-booking-option-channel,
.kf-booking-tab[aria-selected="true"] .kf-booking-option-channel {
  color: var(--kf-red);
}

.kf-motopress-booking {
  width: 100%;
  min-width: 0;
  margin-top: 12px;
}

.kf-motopress-booking .mphb_sc_booking_form-wrapper,
.kf-motopress-booking .mphb_sc_booking_form-wrapper form,
.kf-motopress-booking .mphb-booking-form {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.kf-motopress-booking .mphb_sc_booking_form-wrapper {
  padding: clamp(18px, 2.5vw, 24px);
  background: rgba(255, 255, 255, 0.96);
  color: var(--kf-ink);
}

.kf-motopress-booking .mphb-required-fields-tip {
  margin: 0 0 16px;
  color: var(--kf-muted);
  font-size: 13px;
}

.kf-motopress-booking p,
.kf-motopress-booking label {
  color: var(--kf-ink);
}

.kf-motopress-booking form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: stretch;
}

@media (min-width: 700px) {
  .kf-motopress-booking form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kf-motopress-booking .mphb-required-fields-tip,
  .kf-motopress-booking .mphb_sc_booking_form-wrapper form > p:first-child,
  .kf-motopress-booking .mphb_sc_booking_form-wrapper form > p:last-child {
    grid-column: 1 / -1;
  }

  .kf-motopress-booking input[type="submit"],
  .kf-motopress-booking button,
  .kf-motopress-booking .button {
    width: auto;
    min-width: 240px;
  }
}

.kf-motopress-booking form > p {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.kf-motopress-booking input,
.kf-motopress-booking select {
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  border: 1px solid var(--kf-line);
  background: var(--kf-white);
  color: var(--kf-ink);
  font: inherit;
}

.kf-motopress-booking input[type="submit"],
.kf-motopress-booking button,
.kf-motopress-booking .button {
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--kf-red);
  background: var(--kf-red);
  color: var(--kf-white);
  font-weight: 800;
  text-transform: none;
}

.kf-motopress-booking form.is-submitting input[type="submit"],
.kf-motopress-booking form.is-submitting button,
.kf-motopress-booking form.is-submitting .button {
  cursor: wait;
  opacity: 0.82;
}

.kf-motopress-booking input[type="submit"]:hover,
.kf-motopress-booking input[type="submit"]:focus,
.kf-motopress-booking button:hover,
.kf-motopress-booking button:focus,
.kf-motopress-booking .button:hover,
.kf-motopress-booking .button:focus {
  border-color: var(--kf-red-dark);
  background: var(--kf-red-dark);
  color: var(--kf-white);
}

.kf-booking-fallback {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--kf-line);
  background: var(--kf-soft);
  color: var(--kf-muted);
}

.kf-option-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.kf-option-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 2px solid var(--kf-line);
  background: var(--kf-white);
  color: var(--kf-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.kf-option-link:hover,
.kf-option-link:focus {
  border-color: var(--kf-red);
  color: var(--kf-red);
}

.kf-option-link.is-primary {
  border-color: var(--kf-red);
  background: var(--kf-red);
  color: var(--kf-white);
}

.kf-option-link.is-primary:hover,
.kf-option-link.is-primary:focus {
  border-color: var(--kf-red-dark);
  background: var(--kf-red-dark);
  color: var(--kf-white);
}

.kf-section-head {
  max-width: 720px;
  margin-bottom: 26px;
}

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

.kf-gallery-item {
  margin: 0;
  background: var(--kf-line);
  cursor: pointer;
}

.kf-gallery-item.is-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.kf-gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.kf-gallery-item.is-featured img {
  min-height: 390px;
}

.kf-rules {
  border-top: 1px solid var(--kf-line);
}

.kf-events {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.92fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  border-top: 1px solid var(--kf-line);
}

.kf-event-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kf-event-list li {
  padding: 15px 18px;
  border-left: 4px solid var(--kf-red);
  background: var(--kf-white);
  color: var(--kf-ink);
  font-weight: 700;
  line-height: 1.5;
}

.kf-faq {
  border-top: 1px solid var(--kf-line);
}

.kf-legal-page {
  background: var(--kf-paper);
}

.kf-legal-hero {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 96px) 0 clamp(28px, 5vw, 54px);
}

.kf-legal-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
}

.kf-legal-hero p:not(.kf-eyebrow) {
  max-width: 760px;
  color: var(--kf-muted);
  font-size: 19px;
  line-height: 1.7;
}

.kf-legal-content {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 clamp(70px, 9vw, 120px);
}

.kf-legal-section {
  padding: clamp(26px, 4vw, 42px) 0;
  border-top: 1px solid var(--kf-line);
}

.kf-legal-section h2 {
  margin: 0 0 16px;
  font-size: clamp(24px, 3vw, 34px);
}

.kf-legal-section p,
.kf-legal-section li {
  color: var(--kf-muted);
  font-size: 17px;
  line-height: 1.72;
}

.kf-legal-section ul {
  margin: 0;
  padding-left: 22px;
}

.kf-calendar-status {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--kf-red);
  background: rgba(220, 5, 45, 0.08);
  color: var(--kf-ink);
  font-weight: 800;
}

.kf-site-footer {
  margin-top: clamp(60px, 8vw, 110px);
  background: var(--kf-ink);
  color: var(--kf-white);
}

.kf-site-footer .wrapper-top,
.kf-site-footer .wrapper-bottom,
.kf-site-footer:before,
.kf-site-footer:after {
  display: none;
}

.kf-footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(44px, 6vw, 72px) 0;
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) minmax(180px, 0.65fr) minmax(180px, 0.65fr);
  gap: clamp(28px, 5vw, 72px);
}

.kf-footer-brand h2 {
  max-width: 560px;
  margin: 18px 0 14px;
  color: var(--kf-white);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
}

.kf-footer-brand p {
  max-width: 620px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.65;
}

.kf-footer-logo {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: var(--kf-white);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.kf-footer-logo span {
  color: rgba(255, 255, 255, 0.72);
}

.kf-footer-brand address {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-style: normal;
  line-height: 1.8;
}

.kf-footer-brand a,
.kf-footer-nav a {
  color: var(--kf-white);
  text-decoration: none;
}

.kf-footer-brand a:hover,
.kf-footer-brand a:focus,
.kf-footer-nav a:hover,
.kf-footer-nav a:focus {
  color: var(--kf-white);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.kf-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kf-footer-nav h3 {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kf-footer-nav a {
  width: max-content;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.kf-footer-bottom {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0 30px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
}

.kf-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--kf-line);
  border: 1px solid var(--kf-line);
}

.kf-faq-grid article {
  padding: clamp(24px, 4vw, 34px);
  background: var(--kf-white);
}

.kf-faq-grid h3 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.2;
}

@media (max-width: 900px) {
  .kf-hero {
    min-height: 720px;
  }

  .kf-hero-media {
    grid-template-columns: 1fr;
  }

  .kf-hero-media img:not(:first-child) {
    display: none;
  }

  .kf-intro,
  .kf-location,
  .kf-booking,
  .kf-rules,
  .kf-events,
  .kf-split,
  .kf-cards,
  .kf-faq-grid {
    grid-template-columns: 1fr;
  }

  .kf-option-actions {
    justify-content: flex-start;
  }

  .kf-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kf-footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .kf-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .kf-calendar-box {
    padding: 18px;
  }

  .kf-booking-options {
    gap: 4px;
    padding: 4px;
  }

  .kf-booking-tab {
    min-height: 56px;
    padding: 10px 7px;
  }

  .kf-booking-tab .kf-booking-option-channel {
    display: none;
  }

  .kf-booking-tab-title {
    font-size: 13px;
    line-height: 1.15;
  }

  .kf-booking-summary-box,
  .kf-motopress-booking .mphb_sc_booking_form-wrapper {
    padding: 18px;
  }
}

@media (max-width: 560px) {
  .site-header .wrapper {
    width: calc(100% - 28px);
  }

  .site-title {
    max-width: 280px;
    font-size: 20px;
    line-height: 1.15;
  }

  .kf-language-switcher {
    margin: 12px 0 0;
  }

  .kf-hero-content,
  .kf-section {
    width: min(100% - 28px, 1120px);
  }

  .kf-hero h1 {
    max-width: 330px;
    font-size: 34px;
    line-height: 1.02;
  }

  .kf-hero h1 span {
    display: block;
  }

  .kf-lead {
    max-width: 330px;
    font-size: 18px;
  }

  .kf-address {
    max-width: 330px;
    font-size: 16px;
  }

  .kf-facts,
  .kf-gallery {
    grid-template-columns: 1fr;
  }

  .kf-booking {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-right: 14px;
    padding-left: 14px;
  }

  .kf-calendar-box {
    padding: 22px 16px;
  }

  .kf-option-actions,
  .kf-option-link {
    width: 100%;
  }

  .kf-gallery-item.is-featured {
    grid-column: span 1;
    grid-row: span 1;
  }

  .kf-gallery-item.is-featured img,
  .kf-gallery-item img {
    min-height: 260px;
  }

  .kf-footer-inner {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    padding: 38px 0;
  }

  .kf-footer-brand h2 {
    font-size: 30px;
  }

  .kf-footer-bottom {
    width: calc(100% - 28px);
    flex-direction: column;
    padding-bottom: 26px;
  }
}
