.card-image-fallback {
    min-height: 178px;
    background: linear-gradient(130deg, rgba(219, 181, 107, 0.55), rgba(112, 65, 117, 0.5));
}
.card-body,
.service-card,
.page-card,
.care-card {
    padding: 1rem;
}
.card h3,
.service-card h3,
.page-card h3,
.care-card h3 {
    margin-bottom: 0.36rem;
    color: #fff6ea;
    font-size: calc(1.3rem * var(--font-title-small-scale));
    line-height: var(--font-title-small-line-height);
}
.service-preview,
.tariff-list {
    list-style: none;
    margin: 0.8rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.44rem;
}
.service-preview li,
.tariff-list li,
.service-meta {
    display: flex;
    justify-content: space-between;
    gap: 0.85rem;
    align-items: baseline;
}
.service-preview strong,
.tariff-list strong,
.care-price {
    color: var(--gold-light);
}
.price-old {
    text-decoration: line-through;
    opacity: 0.65;
    margin-right: 0.35rem;
    font-size: 0.9em;
}
.price-new {
    color: #ffd894;
}
.service-category {
    margin: 0 0 0.2rem;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #d9bc9a;
}
.service-card-rich,
.page-card-rich,
.card-luxury {
    border-color: rgba(219, 181, 107, 0.2);
}
.card-luxury {
    border-radius: 50% 50% var(--radius) var(--radius) / 15% 15% var(--radius) var(--radius);
    border-top-width: 4px;
    border-top-color: rgba(219, 181, 107, 0.4);
    box-shadow: 0 8px 32px rgba(28, 9, 9, 0.6);
}
.service-card-rich,
.page-card-rich,
.map-frame-wrap {
    border: 1px solid rgba(219, 181, 107, 0.4);
    border-radius: 4px 48px 4px 48px;
    background: 
        linear-gradient(150deg, rgba(40, 15, 14, 0.95), rgba(33, 12, 13, 0.98)),
        url("../svg/arabesque-pattern.03a630ff7a8c.svg") repeat;
    background-blend-mode: overlay;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), inset 0 0 0 6px rgba(219, 181, 107, 0.1);
    padding: 2rem 1.5rem !important;
    text-align: center;
    background-position: center;
}
.service-card-rich::before {
    content: "✦";
    display: block;
    color: var(--gold);
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    line-height: 1;
}
.service-card-rich .service-category {
    margin: 0.5rem 0;
    color: #e2c7a8;
}
.service-card-rich h3 {
    font-size: 1.6rem;
    color: var(--gold-light);
    margin-bottom: 1rem;
}
.service-card-rich .tariff-list {
    margin-top: 1.5rem;
    border-top: 1px dashed rgba(219, 181, 107, 0.2);
    padding-top: 1.2rem;
    text-align: left;
}
.care-stack {
    display: grid;
    gap: 1rem;
}
.tariff-blocks {
    margin-top: 0.7rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}
.tariff-chip-card {
    border: 1px solid rgba(219, 181, 107, 0.28);
    border-radius: 12px;
    padding: 0.95rem;
    background: rgba(27, 9, 10, 0.84);
}
.tariff-chip-card-accent {
    background: linear-gradient(130deg, rgba(37, 12, 13, 0.9), rgba(75, 31, 81, 0.52));
}
.tariff-chip-card h4 {
    margin: 0;
    font-family: var(--font-title-small);
    font-size: calc(1.25rem * var(--font-title-small-scale));
    line-height: var(--font-title-small-line-height);
}
.tariff-head {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    align-items: baseline;
}
.tariff-head strong {
    color: var(--gold-light);
    font-size: 1.08rem;
}
.tariff-duration {
    margin: 0.2rem 0 0.45rem;
    font-size: 0.78rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #e0c9ac;
}
.tariff-rich p {
    margin: 0.45rem 0;
}
.tariff-rich img {
    max-width: min(420px, 100%);
}
.tariff-chip-card p {
    margin: 0.25rem 0;
    font-size: 0.86rem;
    color: #d9bea1;
}
.tariff-chip-card strong {
    color: var(--gold-light);
}
.certification-grid,
.practical-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: stretch;
}
.certification-wall {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.7rem;
}
.cert-showcase {
    display: grid;
    grid-template-columns: 1fr 126px;
    gap: 0.9rem;
    align-items: start;
}
.cert-feature {
    border: 1px solid rgba(219, 181, 107, 0.28);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(24, 8, 8, 0.68);
}
.cert-feature-link {
    display: block;
}
.cert-feature-link img,
.cert-feature-empty {
    width: 100%;
    min-height: 360px;
    object-fit: cover;
    border-radius: 0;
    transition: opacity 0.3s ease;
}
.cert-feature-link img.is-fading {
    opacity: 0.5;
}
.cert-feature-empty {
    display: grid;
    place-items: center;
    color: #f2d7b3;
    background: repeating-linear-gradient(145deg, rgba(219, 181, 107, 0.16) 0 12px, rgba(112, 65, 117, 0.08) 12px 24px);
}
.cert-feature-meta {
    padding: 0.8rem 0.9rem;
}
.cert-feature-meta h3 {
    margin: 0;
    font-family: var(--font-title-small);
    font-size: calc(1.42rem * var(--font-title-small-scale));
    line-height: var(--font-title-small-line-height);
}
.cert-feature-meta p {
    margin: 0.3rem 0 0;
    color: #e2c7a8;
}
.cert-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.8rem;
    overflow: visible;
}
.cert-thumb {
    border: 1px solid rgba(219, 181, 107, 0.28);
    border-radius: 10px;
    padding: 0;
    background: rgba(24, 8, 8, 0.72);
    overflow: hidden;
    cursor: pointer;
    min-height: 72px;
    width: 100%;
}
.cert-thumb.is-active {
    border-color: rgba(244, 222, 180, 0.74);
    box-shadow: 0 0 0 2px rgba(244, 222, 180, 0.2);
}
.cert-thumb img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    border-radius: 0;
}
.cert-thumb span {
    display: grid;
    place-items: center;
    min-height: 72px;
    color: #f0d7b7;
    font-size: 0.78rem;
    text-align: center;
    padding: 0.3rem;
}
.cert-node {
    min-height: 94px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(219, 181, 107, 0.32);
    background: rgba(24, 8, 8, 0.72);
    display: grid;
    place-items: center;
}
.cert-node img {
    width: 100%;
    height: 100%;
    min-height: 94px;
    object-fit: cover;
    border-radius: 0;
}
.cert-node span {
    padding: 0.5rem;
    font-size: 0.84rem;
    text-align: center;
    color: #f0d7b7;
}
.cert-note {
    margin-top: 0.8rem;
}
.certification-visual {
    min-height: 300px;
}
.certification-visual img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: 0;
    border-radius: calc(var(--radius) - 4px);
}

.map-frame-wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border: 1px solid rgba(219, 181, 107, 0.3);
    border-radius: 4px 38px 4px 38px;
    display: block;
}

.care-card-head {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    align-items: baseline;
}
.care-card-main {
    display: grid;
    grid-template-columns: minmax(130px, 180px) 1fr;
    gap: 0.9rem;
    align-items: start;
}
.care-card-thumb img,
.care-card-thumb .card-image-fallback {
    min-height: 130px;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}
.legacy-gallery {
    columns: 3 250px;
    column-gap: 1rem;
}
.legacy-gallery img {
    width: 100%;
    margin-bottom: 1rem;
    display: block;
    break-inside: avoid;
    object-fit: cover;
    box-shadow: var(--shadow-xl);
    border: 1px solid rgba(219, 181, 107, 0.3);
    transition: transform 0.25s ease, filter 0.25s ease;
    cursor: zoom-in;
}
.legacy-gallery img:hover {
    transform: translateY(-3px);
    filter: saturate(1.08);
}
.partner-cloud {
    position: relative;
    min-height: 430px;
    overflow: hidden;
}
.partner-node {
    position: absolute;
    display: block;
    width: var(--node-size, 120px);
    transform: translate(-50%, -50%) rotate(var(--spin, 0deg));
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    border: 1px solid rgba(219, 181, 107, 0.32);
    transition: transform 0.22s ease;
}
.partner-node:hover {
    transform: translate(-50%, -50%) scale(1.05) rotate(0deg) !important;
}
.partner-node img {
    width: 100%;
    height: auto;
    display: block;
}
.partner-node span {
    display: block;
    padding: 0.65rem;
    font-size: 0.84rem;
    text-align: center;
    color: var(--gold-light);
    background: rgba(24, 8, 8, 0.9);
}
.flex-lab {
    display: grid;
    gap: 1.15rem;
}
.flex-block {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1rem;
    align-items: stretch;
}
.flex-block.right {
    grid-template-columns: 0.9fr 1.1fr;
}
.flex-block.right .flex-block-copy {
    order: 2;
}
.flex-block.right .flex-block-media {
    order: 1;
}
.flex-block-copy {
    padding: 1rem;
    border-radius: var(--radius);
    background: rgba(27, 9, 9, 0.68);
}
.flex-block-copy h3 {
    margin: 0;
    font-size: clamp(1.45rem, 3vw, 2rem);
}
.flex-block-media {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(219, 181, 107, 0.22);
    background: rgba(24, 8, 8, 0.72);
    min-height: 260px;
}
.flex-block-media img,
.flex-block-media iframe {
    width: 100%;
    height: 100%;
    min-height: 260px;
    border: 0;
    object-fit: cover;
}
.flex-placeholder {
    min-height: 260px;
    height: 100%;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 1rem;
    color: #e6d0b3;
    background: repeating-linear-gradient(
        -45deg,
        rgba(219, 181, 107, 0.12) 0 10px,
        rgba(112, 65, 117, 0.08) 10px 20px
    );
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.9rem;
}
.testimonial-bubble {
    position: relative;
    margin: 0;
    padding: 1rem 1rem 1.15rem;
    border-radius: 16px;
    background: linear-gradient(130deg, #f1cb83, #ddb063);
    border: 1px solid rgba(244, 222, 180, 0.55);
    box-shadow: 0 16px 28px rgba(8, 3, 3, 0.28);
    color: #4f2019;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.testimonial-bubble:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 36px rgba(8, 3, 3, 0.45);
}
.testimonial-bubble::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 32px;
    width: 22px;
    height: 22px;
    transform: rotate(45deg);
    background: #e2b86f;
    border-right: 1px solid rgba(244, 222, 180, 0.55);
    border-bottom: 1px solid rgba(244, 222, 180, 0.55);
}
.testimonial-stars {
    display: flex;
    gap: 0.25rem;
    color: rgba(88, 37, 28, 0.42);
    font-size: 1rem;
}
.testimonial-stars .is-filled {
    color: #6e2d1f;
}
.testimonial-bubble p {
    margin: 0.55rem 0 0.65rem;
}
.testimonial-bubble footer {
    font-weight: 700;
    color: #572117;
}
.content-narrow {
    width: min(860px, 100%);
}
.rich-text {
    color: #f7e7d5;
}
.rich-text h2,
.rich-text h3,
.rich-text h4 {
    color: #fff5e4;
    font-family: var(--font-title-small);
    line-height: var(--font-title-small-line-height);
}
.rich-text table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}
.rich-text th,
.rich-text td,
.pricing-table th,
.pricing-table td {
    border: 1px solid rgba(219, 181, 107, 0.28);
    padding: 0.7rem;
    text-align: left;
}
.pricing-table-wrap {
    overflow-x: auto;
}
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 560px;
}
.cta-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
}
.site-footer {
    padding: 2rem 0;
    border-top: 1px solid rgba(219, 181, 107, 0.24);
    background: rgba(20, 8, 8, 0.65);
}
.footer-logo {
    max-height: 80px;
    margin-bottom: 1rem;
    transition: transform 0.4s ease, filter 0.4s ease;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}
.footer-logo:hover {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0 6px 12px rgba(219, 181, 107, 0.4));
}
.social-icons {
    display: flex;
    gap: 0.45rem;
    margin: 0.3rem 0 0.7rem;
}
.social-icons a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(219, 181, 107, 0.35);
    background: rgba(247, 239, 228, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.social-icons a:hover {
    transform: translateY(-2px);
    border-color: rgba(244, 222, 180, 0.8);
}
.social-icons svg {
    width: 18px;
    height: 18px;
    fill: var(--gold-light);
}
.social-icons i {
    font-size: 1.04rem;
    color: var(--gold-light);
}
.social-link:hover svg,
.social-link:hover i {
    fill: #ffffff;
    color: #ffffff;
}
.social-instagram:hover {
    background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}
.social-facebook:hover {
    background: #1877f2;
}
.social-tiktok:hover {
    background: #010101;
}
.social-youtube:hover {
    background: #ff0000;
}
.social-linkedin:hover {
    background: #0a66c2;
}
.social-tripadvisor:hover {
    background: #34e0a1;
}
.social-gmaps:hover {
    background: #34a853;
}
.footer-legal {
    margin-top: 1rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(219, 181, 107, 0.17);
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}
.footer-legal a {
    font-size: 0.84rem;
    color: #ddc7a8;
}
.floating-booking,
.floating-top {
    position: fixed;
    right: 18px;
    border: 0;
    border-radius: 6px;
    z-index: 70;
    box-shadow: var(--shadow-xl);
}
.floating-booking {
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    padding: 0.74rem 0.95rem;
    font-weight: 700;
    color: #2d130f !important;
    background: linear-gradient(120deg, #f4d39a, #dbb56b);
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
a.floating-booking:hover,
.floating-booking:hover {
    color: #2d130f !important;
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
}
.floating-top {
    bottom: 72px;
    width: 44px;
    height: 44px;
    color: #2d130f;
    background: linear-gradient(120deg, #f2d9ab, #ddb874);
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.floating-top:hover {
    transform: translateY(-2px) scale(1.05);
    filter: brightness(1.08);
}
.floating-top svg {
    width: 20px;
    height: 20px;
    fill: #2d130f;
}
.floating-top.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.floating-top.is-visible:hover {
    transform: translateY(-2px) scale(1.05);
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}
.muted {
    color: #d1b697;
}
.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(10, 5, 5, 0.95);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}
.lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
}
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    color: var(--gold-light);
    font-size: 2rem;
    cursor: pointer;
    transition: transform 0.2s ease;
}
.lightbox-close:hover {
    transform: scale(1.1);
}

.service-card-rich, .card-luxury, .map-frame-wrap { position: relative; overflow: hidden; transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease; }
.service-card-rich:hover, .card-luxury:hover, .map-frame-wrap:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), inset 0 0 0 6px rgba(219, 181, 107, 0.25);
    border-color: rgba(219, 181, 107, 0.7);
}
.service-card-rich::after, .card-luxury::after, .map-frame-wrap::after { content: ''; position: absolute; bottom: 0; right: 0; width: 120px; height: 120px; background: url("../svg/arabesque-pattern.03a630ff7a8c.svg") no-repeat bottom right; background-size: contain; opacity: 0.15; transition: opacity 0.4s ease; transform: rotate(-15deg) translate(20px, 20px); pointer-events: none; }
.service-card-rich:hover::after, .card-luxury:hover::after, .map-frame-wrap:hover::after { opacity: 0.6; transform: rotate(0deg) translate(0, 0); }
.btn { text-transform: uppercase; letter-spacing: 1px; }

.section-head p.eyebrow { 
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    color: rgba(219, 181, 107, 0.85); /* discrete golden */
    padding-bottom: 25px; 
    font-weight: 300; 
    font-family: var(--header-font); 
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.85rem;
    border: none;
    position: relative;
    border-radius: 0;
}
.section-head p.eyebrow::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 25px;
    background: url("../svg/oriental-divider.4c9f955a9a92.svg") center/contain no-repeat;
    opacity: 0.9;
}
