@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lato:wght@400;500;600;700;800&display=swap');

.hk-konference-landing {
    --hk-color-primary: inherit;
    --hk-color-accent: #a57b30;
    --hk-color-muted: #e7dfd7;
    --hk-color-text: inherit;
    --hk-spacing-section-y: 5rem;
    --hk-max-width: 1300px;
    --hk-radius: 0px;
    --hk-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    font-family: "Lato", sans-serif;
    color: var(--hk-color-text);
    background: #2c2c2c;
}

.hk-konference-landing h1,
.hk-konference-landing h2, .hk-konference-landing h3 {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
}

.hk-konference-landing h2 {
    margin-bottom: 4px;
}

.hk-konference-landing h2 + p,
.hk-konference-landing h2 + div > p:first-child {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.hk-konference-landing .hk-wysiwyg p {
    margin: 0 0 1rem;
    font-size: 15px;
    line-height: 17px;
}

.hk-konference-landing .hk-wysiwyg p strong {
    font-weight: 500;
}
.hk-konference-landing .hk-wysiwyg ul { margin: 0 0 1rem 1.5rem; padding: 0; list-style: disc; }
.hk-konference-landing .hk-wysiwyg li {
    margin: 0.25rem 0;
    font-size: 15px;
    font-weight: 300;
}

.hk-section { padding: var(--hk-spacing-section-y) 0; background: var(--hk-color-muted); }
.hk-section__inner { max-width: var(--hk-max-width); margin: 0 auto; padding: 0 1.5rem; }
.hk-section__heading { font-size: clamp(2rem, 2.8vw, 2.6rem); margin: 0 0 0.5rem; font-weight: 800; letter-spacing: 0.02em; }
.hk-section__intro { margin: 0 0 2rem; }

/* Hero */
.hk-section--hero { background-size: cover; background-position: center; position: relative; color: #fff; padding: 0; }
.hk-hero { min-height: 83vh; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 0.9rem; padding-top: 6rem; padding-bottom: 3.5rem; text-align: center; }
.hk-hero__heading { font-size: clamp(3.2rem, 6vw, 5.5rem); margin: 0; color: #fff; text-shadow: 0 4px 30px rgba(0,0,0,0.5); font-weight: 400; letter-spacing: 0.01em; line-height: 1.1; }
.hk-hero__subheading { font-size: 1.1rem; line-height: 1.65; max-width: 720px; color: #f5f0e8; margin: 0.3rem auto 0.6rem; text-shadow: 0 2px 12px rgba(0,0,0,0.4); }
.hk-hero__subheading--placeholder { color: #f7f1e6; font-style: italic; }

/* Hero Pills */
.hk-hero__pills { display: flex; flex-wrap: wrap; gap: 0.55rem; justify-content: center; max-width: 900px; margin: 0.6rem auto 0.5rem; }
.hk-hero__pill { display: inline-flex; align-items: center; padding: 0.65rem 1.25rem; background: #2f2518; border: none; border-radius: 0; color: #f5f0e8; font-size: 0.92rem; font-weight: 500; letter-spacing: 0.015em; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }

/* Hero CTA */
.hk-hero__ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1rem; justify-content: center; }
.hk-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.9rem 1.8rem; border-radius: 0px; text-decoration: none; font-weight: 500; transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease; border: none; cursor: pointer; }
.hk-btn--primary { background: #a3722c; color: #fff; padding: 0.7rem 1.2rem; font-size: 1rem; letter-spacing: 0.02em; }
.hk-btn--primary:hover { background: #8c6226; transform: translateY(-2px); box-shadow: 0 12px 36px rgba(0,0,0,0.25); }

/* Regular sections use rounded buttons */
.hk-section:not(.hk-section--hero) .hk-btn--primary { border-radius: 0px; }
.hk-btn--secondary { background: #fff; color: #1f1f1f; border: 1px solid #d2c4b5; }
.hk-btn--ghost { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.35); padding-inline: 2rem; }
.hk-btn:hover { transform: translateY(-1px); }

/* Hero Contact - Subtle */
.hk-hero__contact { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.6rem; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.15); max-width: 500px; }
.hk-hero__contact-link { display: inline-flex; align-items: center; gap: 0.4rem; color: rgba(255,255,255,0.85); text-decoration: none; font-size: 0.88rem; font-weight: 500; transition: color 150ms ease; }
.hk-hero__contact-link:hover { color: #fff; }
.hk-hero__contact-link svg { width: 16px; height: 16px; fill: currentColor; opacity: 0.8; }
.hk-hero__contact-divider { color: rgba(255,255,255,0.4); font-weight: 300; }

.hk-contact-grid {
    --hk-contact-bg: rgba(255,255,255,0.14);
    --hk-contact-border: rgba(255,255,255,0.35);
    --hk-contact-text: #fff;
    --hk-contact-subtext: rgba(255,255,255,0.9);
    --hk-contact-icon-bg: rgba(255,255,255,0.2);
    --hk-contact-icon-color: #f7ecdf;
    --hk-contact-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0.85rem;
    width: 100%;
    max-width: 920px;
    margin: 0.7rem auto 0.55rem;
}

.hk-contact-grid--light {
    --hk-contact-bg: #f5f0e8;
    --hk-contact-border: #e4d9cd;
    --hk-contact-text: #3a2f25;
    --hk-contact-subtext: #6b5d50;
    --hk-contact-icon-bg: #ebe0d4;
    --hk-contact-icon-color: #5b4331;
    --hk-contact-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.hk-contact-grid.hk-contact-grid--light.hk-modal__contact {
    margin-top: 20px;
    margin-bottom: 50px;
}

/* Contact grid hero variant - no longer used in hero but kept for backwards compat */
.hk-contact-grid--hero {
    --hk-contact-bg: rgba(246,236,226,0.92);
    --hk-contact-border: rgba(255,255,255,0.4);
    --hk-contact-text: #2e241c;
    --hk-contact-subtext: #5b4b3d;
    --hk-contact-icon-bg: #d8c6b3;
    --hk-contact-icon-color: #4a2f1d;
    --hk-contact-shadow: 0 16px 36px rgba(0,0,0,0.24);
    max-width: 800px;
}

.hk-contact-card {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1.1rem;
    background: var(--hk-contact-bg);
    border: 1px solid var(--hk-contact-border);
    border-radius: 0px;
    color: var(--hk-contact-text);
    text-decoration: none;
    box-shadow: var(--hk-contact-shadow);
    transition: transform 140ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.hk-contact-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.18);
    border-color: #d8c9ba;
}

.hk-contact-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--hk-contact-icon-bg);
    color: var(--hk-contact-icon-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hk-contact-card__icon svg {
    width: 24px;
    height: 24px;
    display: block;
    fill: currentColor;
}

.hk-contact-card__body { display: flex; flex-direction: column; gap: 0.1rem; text-align: left; }
.hk-contact-card__title { font-weight: 500; font-size: 1rem; margin: 0; }
.hk-contact-card__value { font-weight: 500; font-size: 1rem; color: #a57b30; margin: 0; }
.hk-contact-card__meta { font-size: 0.95rem; color: var(--hk-contact-subtext); margin: 0; }

/* Reasons */
.hk-section--reasons { background: #e7dfd7; border-top: 0px solid #2c2c2c; padding-bottom: 0; }
.hk-section--reasons .hk-section__inner { max-width: 100%; padding: 0; }
.hk-reasons { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 0; align-items: stretch; min-height: 600px; }
.hk-reasons__media {
    min-height: 600px;
    height: 100%;
    border-radius: 0;
}
.hk-reasons__content { 
    display: flex; 
    flex-direction: column; 
    gap: 1rem; 
    justify-content: center;
    padding: 2rem 6%;
}
.hk-reasons__intro { margin-bottom: 0.5rem; margin-top: 0 !important; }
/* Ensure consistent spacing from h2 to intro text across all sections */
.hk-section__heading + p,
.hk-section__heading + .hk-wysiwyg,
.hk-section__heading + .hk-section__intro {
    margin-top: 0.5rem;
}
.hk-reasons__list { display: grid; gap: 0.5rem; }
.hk-reason { background: rgba(255,255,255,0.5); border: none; border-radius: 0; padding: 0.6rem 0.8rem; }
.hk-reason__title {
    margin: 0 0 0.25rem;
    font-size: 15px;
    font-weight: 500 !important;
    font-family: "Lato", sans-serif !important;
}
.hk-reason__text {
    margin: 0;
    color: #52463d;
    font-size: 15px;
    line-height: 17px;
}
.hk-reasons__cta { align-self: flex-start; margin-top: 0.5rem; }

/* Testimonials */
.hk-section--testimonials { background: #e7dfd7; border-top: none; text-align: center; }
.hk-testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; justify-items: center; }
.hk-testimonial {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0;
    padding: 1.5rem 1.5rem;
    box-shadow: none;
    border: none;
    position: relative;
    max-width: 360px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.hk-testimonial__quote {
    font-size: 16px;
    line-height: 20px;
    margin: 3.2rem 0 1.25rem;
    color: #3a332d;
    position: relative;
    z-index: 1;
}
.hk-testimonial__meta { font-weight: 500; font-size: 0.95rem; margin-top: 0.25rem; position: relative; z-index: 1; display: flex; flex-direction: column; gap: 0.1rem; }
.hk-testimonial__author { display: block; font-weight: 600; color: #3a332d; }
.hk-testimonial__title { display: block; font-weight: 400; color: #3a332d; }
.hk-testimonial__company { display: block; font-weight: 500; color: var(--hk-color-accent); }
.hk-testimonial__role { display: block; font-weight: 500; color: var(--hk-color-accent); margin-top: 0.15rem; }
.hk-testimonial::before {
    content: "\201C";
    position: absolute;
    top: -3.2rem;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    font-size: 8rem;
    color: #968a72;
    opacity: 1;
    z-index: 0;
    line-height: 1;
    font-family: 'Abril Fatface', serif;
}

.hk-section--testimonials .hk-section__heading {
    margin-bottom: 40px;
}

/* Capacity */
.hk-section--capacity { background: #f0e8e0; }
.hk-capacity { display: grid; gap: 2rem; align-items: stretch; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); min-height: 600px; }
.hk-capacity__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hk-capacity__list { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 0.75rem; margin: 1rem 0 1.5rem; }
.hk-capacity__item { background: rgba(255,255,255,0.5); border-radius: 0px; padding: 0.8rem 1.2rem; border: none; }
.hk-capacity__value { margin: 0; font-weight: 500; font-size: 1.05rem; }
.hk-capacity__label { margin: 0; color: #5a5149; }
.hk-capacity__cards { display: grid; gap: 0.75rem; }
.hk-capacity__card {
    background: transparent;
    padding: 0.8rem 1.2rem;
    border: 1px solid #d3cec4;
}
.hk-capacity__card h4 {
    margin: 0 0 0.5rem;
    font-size: 15px;
    font-weight: 500;
}
.hk-capacity__card ul {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: disc;
    color: #4a3e36;
}
.hk-capacity__card ul li {
    margin-bottom: 5px;
    font-size: 15px;
}

.hk-capacity__gallery { display: flex; align-items: stretch; }

/* Campaign Section */
.hk-section--campaign {
    background: #f7f2ed;
    padding-top: var(--hk-spacing-section-y);
    padding-bottom: 0;
}

.hk-section--campaign .hk-section__inner {
    padding-left: 0;
    padding-right: 0;
}

.hk-campaign {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 0;
    align-items: stretch;
    height: 300px;
    max-height: 300px;
    overflow: hidden;
    background: #2f2518;
}

.hk-campaign__media {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.hk-campaign__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
}

.hk-campaign__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem 6%;
    color: #fff;
}

.hk-campaign__eyebrow {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d4c4a8;
    margin-bottom: 0.4rem;
}

.hk-campaign__heading {
    font-family: "Abril Fatface", serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #fff;
    margin: 0 0 0.8rem !important;
    line-height: 1.15;
}

.hk-campaign__text {
    color: #e8e0d4;
    margin-bottom: 1rem;
}

.hk-campaign__text p {
    font-size: 0.9rem !important;
    line-height: 1.4;
    margin: 0 0 0.25rem !important;
}

.hk-campaign__text p:last-child {
    margin-bottom: 0;
}

.hk-campaign__cta {
    align-self: flex-start;
    background: #a57b30;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.02em;
    border: 2px solid #a57b30;
    transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.hk-campaign__cta:hover {
    background: transparent;
    border-color: #a57b30;
    color: #a57b30;
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    .hk-campaign {
        grid-template-columns: 1fr;
        height: auto;
        max-height: none;
    }
    
    .hk-campaign__media {
        order: -1;
        height: 200px;
    }
    
    .hk-campaign__content {
        padding: 2rem 1.5rem;
        text-align: center;
    }
    
    .hk-campaign__cta {
        align-self: center;
    }
}

@media (max-width: 640px) {
    .hk-campaign__media {
        height: 180px;
    }
    
    .hk-campaign__content {
        padding: 1.5rem 1.25rem;
    }
    
    .hk-campaign__heading {
        font-size: clamp(1.8rem, 6vw, 2.4rem);
    }
    
    .hk-campaign__text p {
        font-size: 0.95rem;
    }
}

/* Packages */
.hk-section--packages { background: #f7f2ed; border-top: none; text-align: center; }
.hk-packages { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.hk-package { background: #fff; border-radius: var(--hk-radius); border: 1px solid #e6ddd2; box-shadow: 0 12px 32px rgba(0,0,0,0.06); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.hk-package__media { height: 360px; background: repeating-linear-gradient(135deg, #c9bdae, #c9bdae 12px, #b7a996 12px, #b7a996 24px); border-bottom: 0px solid #a57b30; position: relative; overflow: hidden; }
.hk-package__image { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.hk-package__header { background: #a57b30; color: #fff; padding: 0.85rem 1.25rem; text-align: center; }
.hk-package__body { padding: 1rem 1.25rem 1.25rem; display: flex; flex-direction: column; gap: 0.35rem; text-align: center; }
.hk-package__tag { position: absolute; top: 1rem; right: 1rem; background: var(--hk-color-accent); color: #fff; padding: 0.35rem 0.75rem; border-radius: 999px; font-weight: 500; font-size: 0.85rem; }
.hk-package__name { margin: 0; font-size: 30px; font-weight: 500; letter-spacing: 1px; }

@media (max-width: 1249px) {
    .hk-package__name { font-size: 26px; }
}
.hk-package__subtitle { margin: 0.2rem 0 0; text-transform: uppercase; letter-spacing: 0.02em; font-weight: 400; color: #f2e9dd; font-size: 15px; }
.hk-package__price-note { margin: 0; color: #5a5149; font-size: 15px; }
.hk-package__price { margin: 0.35rem 0 0.1rem; font-weight: 500; font-size: 1.35rem; text-align: center; }
.hk-package__features { list-style: disc; padding-left: 1.2rem; margin: 0.6rem 24px 0.6rem; color: #423a32; text-align: left; font-size: 15px; }
.hk-package__features li { margin: 0.25rem 0; }

.hk-package__cta {
    align-self: stretch;
    text-align: center;
    border-radius: 0 0 var(--hk-radius) var(--hk-radius);
    font-weight: 500;
    padding: 0.5rem;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 65%;
    margin: auto;
    margin-bottom: 0;
    background: #938975;
}

/* Media splits */
.hk-section--food,
.hk-section--activities,
.hk-section--rooms { background: #f4ede6; }

section.hk-section.hk-section--activities {
    padding-top: 0;
}

section.hk-section.hk-section--rooms {
    padding-top: 0;
}
.hk-section--food .hk-section__inner,
.hk-section--activities .hk-section__inner,
.hk-section--rooms .hk-section__inner,
.hk-section--capacity .hk-section__inner { padding-top: 1rem; padding-bottom: 1rem; }

.hk-section--food .hk-section__inner {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    min-height: 600px;
}

.hk-section--food .hk-split__media {
    background: #dcd4ca;
}

.hk-food__content {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hk-activities {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 0;
    align-items: stretch;
    min-height: 600px;
}

.hk-activities__content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: center;
}

.hk-activities__list ul {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    display: grid;
    gap: 0.6rem;
}

.hk-activities__list li {
    background: rgba(255,255,255,0.5);
    padding: 0.6rem 0.8rem;
    text-align: left;
    list-style: none;
}

.hk-activities__list strong {
    display: block;
    margin-bottom: 0.15rem;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

.hk-activities__media {
    background: #dcd4ca;
}

.hk-section--food .hk-split__media,
.hk-rooms__media,
.hk-capacity__gallery,
.hk-modula {
    background: #dcd4ca;
}

.hk-media {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    width: 100%;
    height: 100%;
    min-height: 320px;
    overflow: hidden;
    border-radius: var(--hk-radius);
}

.hk-media--wide { min-height: 420px; }

@media (min-width: 901px) {
    .hk-media--tall,
    .hk-media--wide {
        min-height: 600px;
        height: 100%;
    }
}

.hk-media__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    flex-shrink: 0;
}

.hk-media__embed {
    width: 100%;
    height: 100%;
    display: flex;
    flex-shrink: 0;
}

.hk-media__embed > * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

/* Ensure Modula galleries fill container */
.hk-media__embed .modula,
.hk-media__embed .modula-gallery,
.hk-media__embed iframe,
.hk-media__embed img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}

.hk-media__placeholder {
    width: 100%;
    height: 100%;
}

@media (max-width: 900px) {
    .hk-activities {
        grid-template-columns: 1fr;
    }
}
.hk-split { display: grid; gap: 2rem; align-items: stretch; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hk-split__media { min-height: 320px; }
.hk-panel { background: #fff; border: 1px solid #e6ddd2; border-radius: 10px; padding: 1.5rem; box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.hk-rooms {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    min-height: 600px;
}

.hk-rooms__media {
    background: #dcd4ca;
}

.hk-rooms__placeholder {
    min-height: 420px;
}

.hk-rooms__content {
    text-align: left;
    background: transparent;
    border: none;
    box-shadow: none;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hk-rooms__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin: 1.25rem 0 1.5rem;
}

.hk-rooms__stat {
    background: rgba(255, 255, 255, 0.5);
    padding: 0.7rem 1.5rem;
    text-align: left;
}

.hk-rooms__body ul {
    list-style: none !important;
    margin-left: 0 !important;
}.hk-rooms__body

.hk-rooms__stat strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
}

.hk-rooms__body ul li {
    margin-bottom: 22px !important;
}

.hk-rooms__stat span {
    display: block;
    font-size: 0.95rem;
    color: #4a3e36;
}

.hk-rooms__body p {
    margin: 0 0 0.8rem;
}

.hk-rooms__body strong {
    display: block;
    margin-bottom: 0.2rem;
    font-weight: 500;
    margin-top: 12px;
}

@media (max-width: 900px) {
    .hk-rooms {
        grid-template-columns: 1fr;
    }
}
.hk-rooms__grid { display: grid; gap: 0.75rem; }
.hk-rooms__placeholder { min-height: 300px; }

/* CTA Section */
.hk-section--cta { background: #f4ede6; border-top: 0px solid #2c2c2c; text-align: center; }
.hk-cta__content { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.hk-cta__button { margin: 0; }
.hk-cta__contact { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.6rem; }
.hk-cta__contact-link { display: inline-flex; align-items: center; gap: 0.4rem; color: #3a332d; text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: color 150ms ease; }
.hk-cta__contact-link:hover { color: var(--hk-color-accent); }
.hk-cta__contact-link svg { width: 18px; height: 18px; fill: currentColor; opacity: 0.8; }
.hk-cta__contact-divider { color: #9a8265; font-weight: 300; }

/* FAQ */
.hk-section--faq { background: #f7f2ed; border-top: 0px solid #2c2c2c; text-align: center; }
.hk-faq {
    display: grid;
    gap: 1rem;
    text-align: left;
    max-width: 800px;
    margin: auto;
}
.hk-faq__item { border: 0px solid #e6ddd2; border-radius: 0px; background: #fff; overflow: hidden; box-shadow: 0 8px 22px rgba(0,0,0,0.06); }
.hk-faq__question { width: 100%; text-align: left; padding: 1.15rem 1.4rem; background: #fffcf8; border: none; display: flex; justify-content: space-between; align-items: center; gap: 0.8rem; font-size: 1rem; cursor: pointer; font-weight: 500; color: #2d2620; transition: background-color 150ms ease, color 150ms ease, box-shadow 150ms ease; }
.hk-faq__question:hover { background: #fff7ec; }
.hk-faq__question:focus { outline: 2px solid var(--hk-color-accent); outline-offset: 2px; }
.hk-faq__question[aria-expanded="true"] { background: #fff1de; box-shadow: inset 0 0 0 1px #e1d2c2; }
.hk-faq__icon { font-weight: 500; font-size: 1.1rem; transition: transform 150ms ease, background-color 150ms ease, border-color 150ms ease; width: 32px; height: 32px; border-radius: 50%; border: 1px solid #c8bfb5; display: inline-flex; align-items: center; justify-content: center; background: #f8f4ef; color: #7a5520; flex-shrink: 0; }
.hk-faq__question[aria-expanded="true"] .hk-faq__icon { transform: rotate(45deg); background: #e6dbcf; border-color: #bda37a; }
.hk-faq__answer { padding: 0.65rem 1.4rem 1.15rem; line-height: 1.6; color: #423a32; overflow: hidden; max-height: 0; background: #fffaf2; border-top: 1px solid #eee1d2; }

/* Modal */
.hk-modal { 
    position: fixed; 
    inset: 0; 
    display: flex; 
    z-index: 99999999; 
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.hk-modal--open { 
    pointer-events: auto;
    opacity: 1;
}
.hk-modal__backdrop { 
    position: absolute; 
    inset: 0; 
    background: rgba(0,0,0,0.55); 
    opacity: 0;
    transition: opacity 0.3s ease;
}
.hk-modal--open .hk-modal__backdrop {
    opacity: 1;
}
.hk-modal__dialog { 
    position: relative; 
    width: 100%;
    max-width: 800px;
    height: 100%;
    margin-left: auto;
    background: #fff; 
    border-radius: 0;
    padding: 2rem; 
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
    z-index: 1; 
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}
.hk-modal--open .hk-modal__dialog {
    transform: translateX(0);
}
.hk-modal__close { 
    position: absolute; 
    top: 1rem; 
    right: 1rem; 
    border: none; 
    background: transparent; 
    font-size: 1.5rem; 
    line-height: 1; 
    cursor: pointer; 
    color: #3a332d;
    width: auto;
    height: auto;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
    z-index: 10;
}
.hk-modal__close:hover {
    color: #2c2c2c;
}
.hk-modal__heading { margin-top: 0; }
.hk-modal__intro { margin-bottom: 1rem; }
.hk-modal__contact { margin: 0 0 1.25rem; }

/* Placeholders */
.hk-placeholder { background: repeating-linear-gradient(45deg, #d8d1c8, #d8d1c8 10px, #e6ddd2 10px, #e6ddd2 20px); border: 1px dashed #b7a996; border-radius: var(--hk-radius); min-height: 200px; display: flex; align-items: center; justify-content: center; color: #6a5c4e; text-align: center; padding: 1.5rem; width: 100%; height: 100%; }
.hk-placeholder__box { background: rgba(255,255,255,0.8); padding: 0.75rem 1rem; border-radius: 8px; font-weight: 500; }

/* Full Width Sections & Gap Adjustments */
.hk-section--food .hk-section__inner,
.hk-section--activities .hk-section__inner,
.hk-section--rooms .hk-section__inner,
.hk-section--capacity .hk-section__inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.hk-food__content,
.hk-activities__content,
.hk-rooms__content,
.hk-capacity__content {
    padding: 2rem 6%;
}

/* Removed specific margin-bottom overrides - now using consistent 0.5rem from base .hk-section__heading */

@media (min-width: 768px) {
    .hk-split { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); }
    .hk-capacity { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); }
    .hk-rooms { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); }
    .hk-activities { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); }

    .hk-split--reverse { direction: rtl; }
    .hk-split--reverse .hk-split__content,
    .hk-split--reverse .hk-split__media { direction: ltr; }
}

@media (min-width: 901px) {
    .hk-section--capacity,
    .hk-section--food,
    .hk-section--activities,
    .hk-section--rooms {
        min-height: 600px;
    }
    
    .hk-section--capacity .hk-section__inner,
    .hk-section--food .hk-section__inner,
    .hk-section--activities .hk-section__inner,
    .hk-section--rooms .hk-section__inner {
        min-height: 600px;
    }
}

@media (max-width: 800px) {
    .hk-hero__pills { gap: 0.4rem; }
    .hk-hero__pill { padding: 0.55rem 1rem; font-size: 0.85rem; }
    .hk-hero__heading { font-size: clamp(2.5rem, 8vw, 4rem); }
}

@media (max-width: 640px) {
    .hk-hero { padding-top: 4rem; padding-bottom: 2.5rem; min-height: 80vh; gap: 0.7rem; }
    .hk-hero__heading { font-size: clamp(2.2rem, 9vw, 3.2rem); }
    .hk-hero__subheading { font-size: 0.95rem; max-width: 90%; }
    .hk-hero__pills { flex-direction: column; gap: 0.35rem; max-width: 280px; }
    .hk-hero__pill { justify-content: center; width: 100%; padding: 0.6rem 1rem; }
    .hk-hero__contact { flex-direction: column; gap: 0.5rem; border-top: none; padding-top: 0.5rem; }
    .hk-hero__contact-divider { display: none; }
    .hk-modal__dialog { width: 90%; max-width: 90%; padding: 1.5rem; }
    .hk-split { grid-template-columns: 1fr; }
    /* Reorder flex/grid items to ensure media is first on mobile */
    .hk-section--food .hk-section__inner { grid-template-columns: 1fr; }
    .hk-section--food .hk-split__media { order: -1; }
    .hk-capacity__gallery { order: -1; }
    .hk-rooms__media { order: -1; }
    .hk-reasons__media { order: -1; }
    
    .hk-capacity { grid-template-columns: 1fr; }
    .hk-rooms { grid-template-columns: 1fr; }
    .hk-section--hero { background-position: center 20%; }
    
    .hk-reasons { grid-template-columns: 1fr; }
    .hk-activities { grid-template-columns: 1fr; }
    .hk-activities__media { order: -1; }
}

/* Contact Form 7 Styles */
.hk-modal__form .wpcf7 {
    width: 100%;
}

.hk-modal__form .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.hk-modal__form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.hk-modal__form .wpcf7 label {
    display: block;
    margin-bottom: 0.5rem;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #3a332d;
    line-height: 1.4;
}

.hk-modal__form .wpcf7 label .wpcf7-required {
    color: #a57b30;
}

.hk-modal__form .wpcf7 input[type="text"],
.hk-modal__form .wpcf7 input[type="email"],
.hk-modal__form .wpcf7 input[type="tel"],
.hk-modal__form .wpcf7 textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #3a332d;
    background-color: #fff;
    border: 1px solid #e4d9cd;
    border-radius: 0px;
    transition: border-color 150ms ease, box-shadow 150ms ease;
    box-sizing: border-box;
}

.hk-modal__form .wpcf7 input[type="text"]:focus,
.hk-modal__form .wpcf7 input[type="email"]:focus,
.hk-modal__form .wpcf7 input[type="tel"]:focus,
.hk-modal__form .wpcf7 textarea:focus {
    outline: none;
    border-color: #a57b30;
    box-shadow: 0 0 0 3px rgba(165, 123, 48, 0.1);
}

.hk-modal__form .wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

.hk-modal__form .wpcf7 input::placeholder,
.hk-modal__form .wpcf7 textarea::placeholder {
    color: #9a8265;
    opacity: 0.7;
}

.hk-modal__form .wpcf7-acceptance {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.hk-modal__form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hk-modal__form .wpcf7-acceptance input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 0;
    cursor: pointer;
    accent-color: #a57b30;
    flex-shrink: 0;
    align-self: center;
    vertical-align: -4px;
    margin-right: 5px;
}

.hk-modal__form .wpcf7-acceptance label {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 400;
    color: #52463d;
    line-height: 1.5;
    cursor: pointer;
}

.hk-modal__form .wpcf7-acceptance label a {
    color: #a57b30;
    text-decoration: underline;
    transition: color 150ms ease;
}

.hk-modal__form .wpcf7-acceptance label a:hover {
    color: #8c6226;
}

.hk-modal__form .wpcf7-submit {
    width: 100%;
    padding: 0.9rem 1.8rem;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #a57b30;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
    margin-top: 0.5rem;
}

.hk-modal__form .wpcf7-submit:hover {
    background-color: #8c6226;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(165, 123, 48, 0.3);
}

.hk-modal__form .wpcf7-submit:active {
    transform: translateY(0);
}

.hk-modal__form .wpcf7-response-output {
    margin: 1rem 0 0;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.hk-modal__form .wpcf7-mail-sent-ok {
    background-color: #e8f5e9;
    border: 1px solid #4caf50;
    color: #2e7d32;
}

.hk-modal__form .wpcf7-mail-sent-ng,
.hk-modal__form .wpcf7-aborted {
    background-color: #ffebee;
    border: 1px solid #f44336;
    color: #c62828;
}

.hk-modal__form .wpcf7-spam {
    background-color: #fff3e0;
    border: 1px solid #ff9800;
    color: #e65100;
}

.hk-modal__form .wpcf7-validation-errors,
.hk-modal__form .wpcf7-not-valid-tip {
    color: #c62828;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.hk-modal__form .wpcf7-not-valid {
    border-color: #f44336 !important;
}

.hk-modal__form .wpcf7-not-valid:focus {
    border-color: #f44336 !important;
    box-shadow: 0 0 0 3px rgba(244, 67, 54, 0.1) !important;
}

@media (min-width: 641px) and (max-width: 1200px) {
    .hk-modal__form .wpcf7 textarea {
        height: 100px;
    }
}

/* Mobile Responsive */
@media (max-width: 640px) {
    .hk-modal__form .wpcf7-form {
        gap: 1rem;
    }
    
    .hk-modal__form .wpcf7 label {
        font-size: 0.95rem;
    }
    
    .hk-modal__form .wpcf7 input[type="text"],
    .hk-modal__form .wpcf7 input[type="email"],
    .hk-modal__form .wpcf7 input[type="tel"],
    .hk-modal__form .wpcf7 textarea {
        padding: 0.65rem 0.9rem;
        font-size: 0.95rem;
    }
    
    .hk-modal__form .wpcf7 textarea {
        height: 100px;
    }
    
    .hk-modal__form .wpcf7-submit {
        padding: 0.85rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .hk-modal__form .wpcf7-acceptance label {
        font-size: 15px;
    }
}
