* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, #fef9f0 0%, #f5ede0 100%);
    color: #3a2c1f;
    line-height: 1.5;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

header,
.site-header {
    padding: 18px 0;
    background: rgba(255, 252, 245, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(180, 140, 100, 0.22);
    box-shadow: 0 4px 20px rgba(90, 60, 30, 0.06);
}

.logo {
    font-size: 28px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #c49a6c;
    text-decoration: none;
}

.logo-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    text-decoration: none;
    position: relative;
    padding-left: 14px;
}

.logo-brand::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 3px;
    border-radius: 3px;
    background: linear-gradient(180deg, #d4aa7c 0%, #a67c52 100%);
}

.logo-mark {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 4px;
    background: linear-gradient(135deg, #c49a6c 0%, #8a6340 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.logo-tagline {
    font-size: 11px;
    letter-spacing: 0.8px;
    display: block;
    color: #8a6a4a;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 1.3;
    max-width: 220px;
}

.logo small {
    font-size: 11px;
    letter-spacing: 2px;
    display: block;
    color: #a08060;
    font-family: 'Inter', sans-serif;
}

.site-branding .custom-logo-link {
    display: inline-block;
    line-height: 0;
}

.site-branding .custom-logo {
    max-height: 56px;
    width: auto;
}

.site-branding--logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.site-branding--logo .logo-tagline {
    padding-left: 2px;
}

.contacts {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    border: 1px solid #e0d5c5;
    border-radius: 50px;
    padding: 8px 18px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #5c3d2e;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.contact-btn i,
.contact-btn .contact-icon {
    font-size: 16px;
    color: #c49a6c;
    flex-shrink: 0;
}

.contact-btn .contact-icon {
    width: 16px;
    height: 16px;
    display: block;
}

.contact-btn:hover {
    background: #c49a6c;
    border-color: #c49a6c;
    transform: translateY(-2px);
}

.contact-btn:hover i,
.contact-btn:hover .contact-icon,
.contact-btn:hover span {
    color: white;
}

.contact-label-short {
    display: none;
}

.admin-bar header,
.admin-bar .site-header {
    top: 32px;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0 0 50px 50px;
    margin-bottom: 20px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 50px 50px;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 40px 20px;
    color: white;
}

.hero h1 {
    font-size: 58px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero p {
    font-size: 20px;
    margin-bottom: 32px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.btn {
    display: inline-block;
    font-weight: 600;
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.25s;
    font-size: 17px;
    margin: 0 8px;
}

.btn-primary {
    background: #c49a6c;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.btn-primary:hover {
    background: #d4aa7c;
    transform: translateY(-2px);
    color: #fff;
}

.section-title {
    font-size: 36px;
    font-family: 'Playfair Display', serif;
    text-align: center;
    margin-bottom: 50px;
    color: #4a2c1a;
}

.section-title span {
    color: #c49a6c;
    border-bottom: 2px solid #c49a6c;
    padding-bottom: 6px;
}

.gallery-section {
    padding: 70px 0;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.reviews-section {
    padding: 56px 0 80px;
}

.reviews-page-header {
    text-align: center;
    margin-bottom: 36px;
}

.reviews-page-title {
    margin-bottom: 16px;
}

.reviews-page-lead {
    max-width: 520px;
    margin: 0 auto;
    color: #6b5a48;
    font-size: 16px;
    line-height: 1.6;
}

.reviews {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
}

.review-card {
    background: white;
    padding: 28px 30px;
    border-radius: 28px;
    max-width: 350px;
    flex: 1;
    min-width: 280px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #c49a6c;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reviews-grid .review-card {
    max-width: none;
    min-width: 0;
    flex: unset;
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(90, 60, 30, 0.1);
}

.stars-rating {
    color: #c49a6c;
    font-size: 18px;
    margin-bottom: 12px;
}

.review-text {
    font-style: italic;
    margin: 12px 0;
    color: #4a3a2a;
    font-size: 15px;
    line-height: 1.55;
}

.review-author {
    font-weight: 700;
    color: #c49a6c;
    margin-top: 12px;
    font-size: 1rem;
}

.review-notice {
    max-width: 720px;
    margin: 0 auto 28px;
    padding: 14px 18px;
    border-radius: 16px;
    font-size: 15px;
    text-align: center;
}

.review-notice-success {
    background: #eef8ef;
    color: #2f6b3b;
    border: 1px solid #b9dfbf;
}

.review-notice-error {
    background: #fff1f1;
    color: #8b3a3a;
    border: 1px solid #efbaba;
}

.reviews-divider {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 40px;
    color: #5c3d2e;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 500;
}

.reviews-divider::before,
.reviews-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(196, 154, 108, 0.45), transparent);
}

.review-form-wrap {
    margin-top: 50px;
    background: white;
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(196, 154, 108, 0.2);
}

.review-form-wrap--featured {
    margin: 0 auto 52px;
    max-width: 760px;
    padding: 36px 40px;
    background: linear-gradient(160deg, #ffffff 0%, #fffbf6 100%);
    border: 1px solid rgba(196, 154, 108, 0.35);
    box-shadow: 0 16px 48px rgba(90, 60, 30, 0.09);
}

.review-form-header {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(196, 154, 108, 0.2);
}

.review-form-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c49a6c 0%, #d4aa7c 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(196, 154, 108, 0.35);
}

.review-form-header-text {
    flex: 1;
    min-width: 0;
}

.review-form-title {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #4a2c1a;
    margin-bottom: 6px;
    text-align: left;
}

.review-form-note {
    text-align: left;
    color: #6b5a48;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}

.review-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-bottom: 22px;
    align-items: end;
}

.review-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
}

.review-field--full {
    margin-bottom: 24px;
}

.review-field span {
    font-size: 14px;
    font-weight: 600;
    color: #5c3d2e;
}

.review-field input,
.review-field select,
.review-field textarea {
    width: 100%;
    border: 1px solid #e0d5c5;
    border-radius: 14px;
    padding: 13px 16px;
    font: inherit;
    color: #3a2c1f;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.review-field input:focus,
.review-field select:focus,
.review-field textarea:focus {
    outline: none;
    border-color: #c49a6c;
    box-shadow: 0 0 0 3px rgba(196, 154, 108, 0.18);
}

.review-field textarea {
    resize: vertical;
    min-height: 140px;
    line-height: 1.55;
}

.review-rating-field {
    border: none;
    margin: 0;
    padding: 0;
    min-width: 0;
}

.review-rating-field legend {
    font-size: 14px;
    font-weight: 600;
    color: #5c3d2e;
    margin-bottom: 10px;
    padding: 0;
}

.star-rating-input {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 6px;
}

.star-rating-input input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.star-rating-input label {
    cursor: pointer;
    color: #e0d5c5;
    font-size: 28px;
    line-height: 1;
    transition: color 0.15s ease, transform 0.15s ease;
}

.star-rating-input label:hover,
.star-rating-input label:hover ~ label,
.star-rating-input input:checked ~ label {
    color: #c49a6c;
}

.star-rating-input label:hover {
    transform: scale(1.12);
}

.star-rating-input .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.review-field-hidden {
    display: none !important;
}

.review-form-submit {
    text-align: center;
    padding-top: 4px;
}

.review-form .btn-primary {
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 36px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    min-width: 240px;
}

.page-template-page-reviews .reviews-section {
    padding-top: 48px;
}

footer {
    background: #ede5d8;
    text-align: center;
    padding: 32px 0;
    font-size: 13px;
    color: #7a654f;
    border-top: 1px solid rgba(150, 110, 70, 0.15);
}

html {
    scroll-behavior: smooth;
}

.booking-widget {
    padding: 60px 0;
    background: linear-gradient(135deg, #fef9f0 0%, #f5ede0 100%);
    border-top: 1px solid rgba(196, 154, 108, 0.15);
    border-bottom: 1px solid rgba(196, 154, 108, 0.15);
}

#booking_iframe {
    width: 100%;
    min-height: 550px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    background: white;
}

footer p {
    margin: 0 0 8px;
    line-height: 1.6;
}

footer p:last-child {
    margin-bottom: 0;
}

/* ── Tablet ── */
@media (max-width: 992px) {
    .hero h1 {
        font-size: 44px;
    }

    .section-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .gallery-section,
    .booking-widget {
        padding: 50px 0;
    }

    .reviews-section {
        padding: 48px 0 64px;
    }
}

@media (max-width: 800px) {
    .hero {
        min-height: 70vh;
        border-radius: 0 0 32px 32px;
    }

    .hero::before {
        border-radius: 0 0 32px 32px;
    }

    .hero h1 {
        font-size: 38px;
    }

    .hero p {
        font-size: 17px;
        margin-bottom: 28px;
    }

    .hero-content {
        padding: 32px 16px;
    }

    .section-title {
        font-size: 30px;
        margin-bottom: 36px;
    }

    .review-form-grid {
        grid-template-columns: 1fr;
    }

    .review-form-wrap--featured {
        padding: 28px 24px;
    }

    .reviews-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
}

/* ── Mobile header ── */
@media (max-width: 782px) {
    .admin-bar header,
    .admin-bar .site-header {
        top: 46px;
    }
}

@media (max-width: 768px) {
    header {
        padding: 14px 0;
    }

    .header-flex {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .logo-mark {
        font-size: 26px;
        letter-spacing: 3px;
    }

    .logo-brand {
        align-items: center;
        padding-left: 0;
        padding-top: 10px;
    }

    .logo-brand::before {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        bottom: auto;
        width: 48px;
        height: 3px;
    }

    .logo-tagline {
        text-align: center;
        max-width: none;
        font-size: 10px;
    }

    .site-branding--logo {
        align-items: center;
    }

    .contacts {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
    }

    .contact-btn {
        justify-content: center;
        min-height: 44px;
        padding: 10px 14px;
        font-size: 13px;
        white-space: normal;
        text-align: center;
    }

    .contact-btn--phone {
        grid-column: 1 / -1;
    }

    .contact-btn--reviews {
        grid-column: 1 / -1;
    }

    .contact-label-short {
        display: none;
    }

    .contact-label-full {
        display: inline;
    }

    .gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .gallery img {
        height: 180px;
        border-radius: 16px;
    }

    #booking_iframe {
        min-height: 520px;
        border-radius: 20px;
    }
}

@media (max-width: 550px) {
    .container {
        padding: 0 16px;
    }

    header {
        padding: 12px 0;
    }

    .logo {
        font-size: 22px;
    }

    .logo small {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .btn {
        padding: 12px 24px;
        font-size: 15px;
        margin: 0;
    }

    .hero {
        min-height: 62vh;
        border-radius: 0 0 24px 24px;
        margin-bottom: 12px;
    }

    .hero::before {
        border-radius: 0 0 24px 24px;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .hero p {
        font-size: 15px;
        margin-bottom: 22px;
    }

    .hero-content {
        padding: 24px 12px;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .section-title span {
        padding-bottom: 4px;
    }

    .gallery-section,
    .booking-widget {
        padding: 40px 0;
    }

    .reviews-section {
        padding: 36px 0 52px;
    }

    .reviews-page-header {
        margin-bottom: 24px;
    }

    .reviews-page-lead {
        font-size: 15px;
        padding: 0 4px;
    }

    .reviews-divider {
        font-size: 17px;
        gap: 12px;
        margin-bottom: 28px;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .review-card {
        padding: 22px 20px;
        border-radius: 20px;
    }

    .review-form-wrap--featured {
        padding: 22px 18px;
        margin-bottom: 36px;
        border-radius: 20px;
    }

    .review-form-title {
        font-size: 22px;
    }

    .review-form-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 14px;
        margin-bottom: 22px;
        padding-bottom: 18px;
    }

    .review-form-title,
    .review-form-note {
        text-align: center;
    }

    .review-form-icon {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .star-rating-input label {
        font-size: 32px;
        padding: 4px;
    }

    .review-field input,
    .review-field textarea {
        font-size: 16px;
    }

    .review-form .btn-primary {
        min-width: 100%;
        width: 100%;
    }

    .gallery {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .gallery img {
        height: 210px;
    }

    .contact-btn {
        padding: 10px 12px;
        font-size: 12px;
        gap: 6px;
    }

    .contact-btn i,
    .contact-btn .contact-icon {
        font-size: 15px;
        width: 15px;
        height: 15px;
    }

    #booking_iframe {
        min-height: 460px;
        border-radius: 16px;
    }

    footer {
        padding: 24px 0;
        font-size: 12px;
    }

    footer p {
        padding: 0 8px;
    }
}

/* ── Small phones ── */
@media (max-width: 400px) {
    .contacts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .contact-btn--phone {
        grid-column: 1 / -1;
    }

    .contact-btn--reviews {
        grid-column: 1 / -1;
    }

    .contact-label-full {
        display: none;
    }

    .contact-label-short {
        display: inline;
    }

    .contact-btn span:not(.contact-label) {
        display: inline;
    }

    .hero h1 {
        font-size: 24px;
    }

    .section-title {
        font-size: 22px;
    }

    .reviews-divider span {
        font-size: 15px;
        text-align: center;
        line-height: 1.3;
    }

    #booking_iframe {
        min-height: 420px;
    }
}

@media (max-width: 360px) {
    .container {
        padding: 0 12px;
    }

    .contact-btn {
        font-size: 11px;
        padding: 9px 8px;
    }
}
