@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

:root {
    --elenya-orange: #ff3b1f;
    --elenya-orange-dark: #e73015;
    --elenya-ink: #15110f;
    --elenya-soft-ink: #302823;
    --elenya-muted: #6e6560;
    --elenya-faint: #958b84;
    --elenya-line: #ece6e2;
    --elenya-line-2: #f2ece8;
    --elenya-soft: #fff3ee;
    --elenya-cream: #fff8f4;
    --elenya-shadow: 0 16px 36px rgba(25, 20, 16, .065);
    --elenya-radius: 14px;
    --elenya-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
    --elenya-sans: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

html { scroll-behavior: smooth; }
html:has(body.elenya-directorist-single-body) { margin-top: 0 !important; }
body.elenya-directorist-single-body {
    background: #fff !important;
    color: var(--elenya-ink);
    font-family: var(--elenya-sans);
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}
body.elenya-directorist-single-body #wpadminbar { display: none !important; }
body.admin-bar.elenya-directorist-single-body { padding-top: 0 !important; margin-top: 0 !important; }
body.elenya-directorist-single-body .directorist-single,
body.elenya-directorist-single-body .directorist-container,
body.elenya-directorist-single-body .directorist-container-fluid,
body.elenya-directorist-single-body main,
body.elenya-directorist-single-body .content-area {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.elenya-single,
.elenya-single * { box-sizing: border-box; }
.elenya-single {
    width: 100%;
    overflow: clip;
    background: #fff;
    color: var(--elenya-ink);
    font-family: var(--elenya-sans);
    font-size: 14px;
    line-height: 1.45;
}
.elenya-single a { color: inherit; text-decoration: none; }
.elenya-single button,
.elenya-single input,
.elenya-single textarea { font: inherit; }
.elenya-single button { cursor: pointer; }
.elenya-single img { max-width: 100%; }
.elenya-single svg { width: 1em; height: 1em; fill: currentColor; display: inline-block; flex: 0 0 auto; }
.elenya-shell {
    max-width: 1288px;
    width: 100%;
    margin: 0 auto;
    padding: 17px 30px 112px;
}

.elenya-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #827872;
    font-size: 11px;
    line-height: 1;
    margin: 3px 0 18px;
}
.elenya-breadcrumbs a:hover { color: var(--elenya-orange); }
.elenya-breadcrumbs strong { color: #25201d; font-weight: 700; }

.elenya-layout {
    display: grid;
    grid-template-columns: minmax(0, 820px) 360px;
    gap: 32px;
    align-items: start;
    justify-content: center;
}
.elenya-main { min-width: 0; }

.elenya-hero-card {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 31px;
    align-items: center;
    margin: 0 0 22px;
}
.elenya-hero-img-wrap {
    width: 320px;
    height: 235px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: #f5f0ec;
    box-shadow: 0 10px 28px rgba(24, 20, 18, .08);
}
.elenya-hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.elenya-photo-btn {
    position: absolute;
    left: 14px;
    bottom: 14px;
    border: 0;
    border-radius: 8px;
    padding: 8px 10px;
    background: rgba(9, 8, 7, .72);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
}
.elenya-hero-copy h1 {
    font-family: var(--elenya-serif);
    font-size: 36px;
    line-height: 1.08;
    margin: 0 0 7px;
    font-weight: 600;
    letter-spacing: -.035em;
    color: #17110f;
}
.elenya-verified-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #101010;
    color: #fff;
    font-family: var(--elenya-sans);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    vertical-align: 5px;
    letter-spacing: 0;
}
.elenya-category { margin: 0 0 13px; color: #4a423d; font-size: 15px; }
.elenya-rating-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    color: #4b433e;
    font-size: 12px;
    margin-bottom: 15px;
}
.elenya-stars { display: inline-flex; gap: 2px; color: var(--elenya-orange); line-height: 1; }
.elenya-stars.small { font-size: 12px; margin: 8px 0 7px; }
.elenya-dot { width: 4px; height: 4px; background: #aaa19b; border-radius: 50%; }
.elenya-badges { display: flex; flex-wrap: wrap; gap: 21px; margin: 0 0 16px; color: #4d443f; font-size: 12px; }
.elenya-badges span { display: inline-flex; align-items: center; gap: 7px; }
.elenya-badges svg { color: var(--elenya-orange); font-size: 16px; }
.elenya-description { max-width: 510px; color: #312a26; margin: 0 0 12px; font-size: 13px; line-height: 1.55; }
.elenya-link-more,
.elenya-text-action {
    border: 0;
    background: transparent;
    color: var(--elenya-orange);
    padding: 0;
    font-weight: 800;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.elenya-info-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    border: 1px solid var(--elenya-line);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(25, 20, 18, .045);
    margin: 0 0 24px;
    background: #fff;
}
.elenya-info-card {
    min-height: 86px;
    padding: 19px 16px 16px;
    display: flex;
    gap: 11px;
    align-items: flex-start;
    border-right: 1px solid var(--elenya-line);
}
.elenya-info-card:last-child { border-right: 0; }
.elenya-info-icon {
    width: 31px;
    height: 31px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--elenya-orange);
    background: #fff0eb;
    font-size: 15px;
}
.elenya-info-card strong { display: block; color: #1d1815; font-size: 11px; line-height: 1.2; margin-bottom: 5px; font-weight: 800; }
.elenya-info-card span { display: block; color: #2e2824; font-size: 11px; line-height: 1.35; }
.elenya-info-card em { display: block; color: #118642; font-style: normal; font-size: 11px; line-height: 1.2; font-weight: 800; margin-top: 3px; }

.elenya-tabs {
    display: flex;
    align-items: center;
    overflow-x: auto;
    border: 1px solid var(--elenya-line);
    border-radius: 9px;
    background: #fff;
    margin: 0 0 19px;
    scrollbar-width: none;
}
.elenya-tabs::-webkit-scrollbar { display: none; }
.elenya-tabs button {
    flex: 1 0 auto;
    border: 0;
    background: transparent;
    padding: 14px 16px 13px;
    font-weight: 800;
    color: #29231f;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
}
.elenya-tabs button.is-active,
.elenya-tabs button:hover { color: var(--elenya-orange); border-bottom-color: var(--elenya-orange); }

.elenya-section-card,
.elenya-booking-card,
.elenya-side-card {
    border: 1px solid var(--elenya-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(25, 20, 18, .045);
}
.elenya-section-card { padding: 21px 22px 22px; margin: 0 0 21px; }
.elenya-section-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 15px; }
.elenya-section-card h2,
.elenya-side-card h2 {
    margin: 0;
    font-family: var(--elenya-serif);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.02em;
    color: #181310;
}
.elenya-services-block { padding-top: 21px; }
.elenya-service-list { display: grid; gap: 0; }
.elenya-service-row {
    min-height: 93px;
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr) 122px;
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid var(--elenya-line-2);
    padding: 0 0 12px;
    margin-bottom: 12px;
}
.elenya-service-row:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.elenya-service-row.is-hidden-extra { display: none; }
.elenya-service-row img { width: 128px; height: 82px; object-fit: cover; border-radius: 8px; background: #f3f0ed; display: block; }
.elenya-service-info h3 { margin: 0 0 4px; font-size: 15px; line-height: 1.15; font-weight: 800; color: #1c1714; }
.elenya-service-info p { margin: 0 0 9px; color: #4f4742; font-size: 12px; line-height: 1.35; }
.elenya-service-info div { display: flex; flex-wrap: wrap; gap: 14px; color: #6d635e; font-size: 11px; line-height: 1; }
.elenya-service-info span { display: inline-flex; align-items: center; gap: 5px; }
.elenya-service-price { text-align: right; display: grid; gap: 11px; justify-items: end; }
.elenya-service-price strong { font-size: 13px; line-height: 1; color: #1b1613; font-weight: 800; }
.elenya-service-select,
.elenya-send-request,
.elenya-match-banner button,
.elenya-cart-cta {
    border: 0;
    border-radius: 7px;
    background: var(--elenya-orange);
    color: #fff;
    font-weight: 800;
    padding: 11px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
    box-shadow: 0 12px 20px rgba(255, 59, 31, .14);
    font-size: 12px;
    line-height: 1;
}
.elenya-service-select:hover,
.elenya-send-request:hover,
.elenya-match-banner button:hover,
.elenya-cart-cta:hover { background: var(--elenya-orange-dark); transform: translateY(-1px); }
.elenya-service-select.is-selected { background: #111; color: #fff; }

.elenya-match-banner {
    margin: 0 0 21px;
    min-height: 124px;
    border-radius: 10px;
    background: linear-gradient(90deg, #fff1e8 0%, #ffe4d6 56%, #f7cbb9 100%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: end;
    overflow: hidden;
    padding: 19px 22px 0;
}
.elenya-match-banner h2 { margin: 0 0 8px; font-family: var(--elenya-serif); font-size: 20px; line-height: 1.15; font-weight: 700; }
.elenya-match-banner p { margin: 0 0 12px; color: #463d38; font-size: 12px; }
.elenya-match-banner ul { display: flex; flex-wrap: wrap; gap: 17px; padding: 0; margin: 0 0 17px; list-style: none; color: #5b524d; font-size: 11px; }
.elenya-match-banner li { display: inline-flex; align-items: center; gap: 6px; }
.elenya-match-banner li svg { color: #cc8f00; }
.elenya-match-banner button { padding: 12px 20px; }
.elenya-match-people { display: flex; align-items: flex-end; justify-content: flex-end; height: 124px; overflow: hidden; }
.elenya-match-people img { width: 96px; height: 121px; object-fit: cover; border-radius: 80px 80px 0 0; margin-left: -10px; box-shadow: 0 10px 24px rgba(0,0,0,.13); }

.elenya-about-grid { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 19px; margin: 0 0 21px; }
.elenya-about-grid .elenya-section-card { margin: 0; }
.elenya-about-grid p { color: #423a35; font-size: 12px; line-height: 1.6; margin: 0; }
.elenya-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin: 17px 0 16px; }
.elenya-stat-row span { border: 1px solid var(--elenya-line-2); border-radius: 10px; padding: 12px; display: grid; gap: 5px; }
.elenya-stat-row strong { font-size: 17px; color: var(--elenya-orange); line-height: 1; }
.elenya-stat-row small { color: #6e6560; font-size: 10px; line-height: 1.25; }
.elenya-check-list,
.elenya-highlight-list { margin: 14px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.elenya-check-list li { position: relative; padding-left: 18px; color: #443d39; font-size: 12px; }
.elenya-check-list li:before { content: '✓'; position: absolute; left: 0; color: var(--elenya-orange); font-weight: 900; }
.elenya-highlight-list li { display: flex; align-items: center; gap: 8px; color: #443d39; font-size: 12px; }
.elenya-highlight-list svg { color: var(--elenya-orange); }

.elenya-gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.elenya-gallery-thumb { padding: 0; border: 0; border-radius: 8px; overflow: hidden; height: 72px; position: relative; background: #f4f0ed; display: block; }
.elenya-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.elenya-gallery-thumb:hover img { transform: scale(1.06); }
.elenya-gallery-thumb span { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0,0,0,.55); color: #fff; font-weight: 900; }

.elenya-review-summary { display: grid; grid-template-columns: 195px minmax(0, 1fr); gap: 24px; align-items: center; margin-bottom: 20px; }
.elenya-review-score strong { display: block; font-size: 42px; line-height: 1; font-weight: 700; color: #191411; }
.elenya-review-score small { display: block; color: #736b65; margin-top: 6px; font-size: 11px; }
.elenya-review-bars { display: grid; gap: 8px; }
.elenya-review-bars div { display: grid; grid-template-columns: 26px minmax(0, 1fr) 40px; align-items: center; gap: 9px; color: #514944; font-size: 11px; }
.elenya-review-bars i { display: block; height: 5px; background: #f2ece8; border-radius: 999px; overflow: hidden; }
.elenya-review-bars b { display: block; height: 100%; background: var(--elenya-orange); border-radius: inherit; }
.elenya-review-bars em { font-style: normal; text-align: right; color: #756d67; }
.elenya-review-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.elenya-review-cards article { min-height: 162px; border: 1px solid var(--elenya-line-2); border-radius: 10px; padding: 13px; background: #fff; }
.elenya-review-person { display: flex; gap: 9px; align-items: center; }
.elenya-review-person img { width: 38px; height: 38px; object-fit: cover; border-radius: 50%; }
.elenya-review-person strong { display: block; font-size: 12px; line-height: 1.2; }
.elenya-review-person span,
.elenya-review-cards small { color: #746b66; font-size: 10px; }
.elenya-review-cards p { font-size: 11px; color: #443d39; margin: 0 0 9px; line-height: 1.45; }
.elenya-review-cards article > small { background: #fff5ef; color: #7d4433; border-radius: 999px; padding: 4px 8px; }

.elenya-team-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.elenya-team-row article { text-align: center; }
.elenya-team-row img { width: 56px; height: 56px; object-fit: cover; border-radius: 50%; margin-bottom: 8px; }
.elenya-team-row strong,
.elenya-team-row span { display: block; }
.elenya-team-row strong { font-size: 12px; line-height: 1.2; }
.elenya-team-row span { color: #766d68; font-size: 10px; }
.elenya-faq-section h2 { text-align: left; margin-bottom: 8px; }
.elenya-faq-section details { border-bottom: 1px solid var(--elenya-line-2); }
.elenya-faq-section details:last-child { border-bottom: 0; }
.elenya-faq-section summary { list-style: none; cursor: pointer; padding: 14px 0; display: flex; justify-content: space-between; gap: 14px; font-weight: 800; font-size: 12px; }
.elenya-faq-section summary::-webkit-details-marker { display: none; }
.elenya-faq-section p { margin: -2px 0 15px; color: #5b524d; font-size: 12px; line-height: 1.55; }

.elenya-sidebar { position: sticky; top: 18px; display: grid; gap: 21px; min-width: 0; }
.elenya-booking-card,
.elenya-side-card { padding: 21px; }
.elenya-booking-card h2 { font-family: var(--elenya-sans); font-size: 17px; display: flex; align-items: center; gap: 9px; margin: 0 0 21px; line-height: 1.2; font-weight: 800; }
.elenya-booking-card h2 svg { color: var(--elenya-orange); font-size: 20px; }
.elenya-booking-step { margin-bottom: 21px; }
.elenya-booking-step h3 { margin: 0; font-size: 13px; font-weight: 800; line-height: 1.25; }
.elenya-booking-step > small { color: #786f69; font-size: 11px; display: block; margin-top: 2px; }
.elenya-sidebar-services,
.elenya-contact-options { display: grid; gap: 8px; margin-top: 10px; }
.elenya-sidebar-service,
.elenya-contact-options button {
    width: 100%;
    min-height: 61px;
    border: 1px solid #efe8e3;
    border-radius: 9px;
    background: #fff;
    text-align: left;
    padding: 11px 11px;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) 18px;
    gap: 10px;
    align-items: center;
    transition: border .15s ease, background .15s ease, box-shadow .15s ease;
}
.elenya-sidebar-service.is-selected,
.elenya-contact-options button.is-selected { border-color: #ffd1c6; background: #fff2ee; box-shadow: 0 8px 20px rgba(255, 59, 31, .06); }
.elenya-service-option-icon,
.elenya-contact-icon { width: 24px; height: 24px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--elenya-orange); background: #fff6f2; font-size: 13px; }
.elenya-service-option-copy strong,
.elenya-contact-copy strong { display: block; font-size: 12px; line-height: 1.2; font-weight: 800; color: #1e1916; }
.elenya-service-option-copy em,
.elenya-contact-copy em { display: block; font-style: normal; color: #625953; font-size: 10.5px; line-height: 1.3; margin-top: 3px; }
.elenya-radio-dot { width: 17px; height: 17px; border-radius: 50%; border: 2px solid #cfc8c2; display: inline-block; position: relative; justify-self: end; }
.elenya-sidebar-service.is-selected .elenya-radio-dot,
.elenya-contact-options button.is-selected .elenya-radio-dot { border-color: var(--elenya-orange); }
.elenya-sidebar-service.is-selected .elenya-radio-dot:after,
.elenya-contact-options button.is-selected .elenya-radio-dot:after { content: ''; position: absolute; inset: 3px; background: var(--elenya-orange); border-radius: inherit; }
.elenya-small-action { margin-top: 10px; font-size: 11px; }
.elenya-date-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin: 10px 0; }
.elenya-date-tabs button,
.elenya-time-grid button { border: 1px solid transparent; border-radius: 7px; background: #f8f5f2; color: #332e2a; padding: 9px 7px; font-weight: 800; font-size: 11px; line-height: 1; }
.elenya-date-tabs button.is-selected,
.elenya-time-grid button.is-selected { background: #fff0eb; border-color: #ffd4ca; color: var(--elenya-orange); }
.elenya-time-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.elenya-request-form { display: grid; gap: 9px; margin-top: -5px; }
.elenya-send-request { width: 100%; min-height: 46px; text-transform: none; font-size: 13px; }
.elenya-form-message { margin: 0; min-height: 0; font-size: 11px; color: #0f7a3f; }
.elenya-form-message:empty { display: none; }
.elenya-form-message.is-error { color: #b3261e; }
.elenya-booking-trust { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 12px; color: #6c645f; font-size: 10.5px; line-height: 1.2; margin-top: 13px; }
.elenya-side-card h2 { font-size: 19px; margin-bottom: 10px; }
.elenya-side-card p { color: #2f2926; margin: 0 0 12px; font-size: 12px; line-height: 1.35; }
.elenya-side-card iframe { width: 100%; height: 170px; border: 0; border-radius: 9px; background: #eef0ed; display: block; }
.elenya-route-btn { width: 100%; margin-top: 12px; border: 1px solid var(--elenya-line); border-radius: 9px; padding: 12px; display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 800; background: #fff; font-size: 12px; }
.elenya-route-btn:hover { border-color: var(--elenya-orange); color: var(--elenya-orange); }
.elenya-hours-card div { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; color: #4d4540; font-size: 12px; }
.elenya-hours-card strong { font-weight: 600; }

.elenya-cart-bar {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 112%);
    z-index: 100000;
    width: min(1010px, calc(100vw - 26px));
    background: #fff;
    border: 1px solid #ded8d3;
    border-bottom: 0;
    border-radius: 0;
    box-shadow: 0 -18px 45px rgba(0,0,0,.16);
    transition: transform .23s ease;
}
.elenya-cart-bar.is-open { transform: translate(-50%, 0); }
.elenya-cart-inner { display: grid; grid-template-columns: 260px minmax(0, 1fr) 190px; align-items: stretch; min-height: 92px; }
.elenya-cart-summary { padding: 22px 28px; border-right: 1px solid #eee8e4; display: grid; gap: 4px; }
.elenya-cart-summary strong { font-size: 18px; color: #081848; line-height: 1.2; }
.elenya-cart-summary span { color: #6c7280; font-size: 13px; }
.elenya-cart-detail { padding: 20px 28px; color: #071949; }
.elenya-cart-detail p { margin: 0 0 6px; font-weight: 500; font-size: 12px; }
.elenya-cart-detail h3 { margin: 0 0 6px; font-size: 17px; font-weight: 700; }
.elenya-cart-detail span { display: block; color: #2f3a61; font-size: 12px; }
.elenya-cart-cta { border-radius: 0; font-size: 17px; min-height: 100%; box-shadow: none; background: #ff6170; }
.elenya-cart-close { position: absolute; right: 9px; top: 6px; width: 26px; height: 26px; border: 0; background: transparent; color: #777; font-size: 22px; z-index: 2; }

.elenya-lightbox { position: fixed; inset: 0; z-index: 110000; background: rgba(0,0,0,.86); display: grid; place-items: center; padding: 30px; }
.elenya-lightbox[hidden] { display: none; }
.elenya-lightbox img { max-width: min(100%, 1120px); max-height: 88vh; object-fit: contain; border-radius: 12px; }
.elenya-lightbox button { position: fixed; right: 22px; top: 18px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; font-size: 28px; }

@media (max-width: 1240px) {
    .elenya-shell { padding-left: 22px; padding-right: 22px; }
    .elenya-layout { grid-template-columns: minmax(0, 1fr) 340px; gap: 24px; }
    .elenya-hero-card { grid-template-columns: 300px minmax(0, 1fr); gap: 24px; }
    .elenya-hero-img-wrap { width: 300px; height: 220px; }
    .elenya-hero-copy h1 { font-size: 32px; }
}

@media (max-width: 1024px) {
    .elenya-layout { grid-template-columns: 1fr; }
    .elenya-sidebar { position: static; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; }
    .elenya-booking-card { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
    .elenya-shell { padding: 14px 15px 110px; }
    .elenya-hero-card { grid-template-columns: 1fr; gap: 18px; }
    .elenya-hero-img-wrap { width: 100%; height: 235px; }
    .elenya-hero-copy h1 { font-size: 31px; }
    .elenya-info-grid { grid-template-columns: 1fr 1fr; }
    .elenya-info-card { border-bottom: 1px solid var(--elenya-line); }
    .elenya-info-card:nth-child(2n) { border-right: 0; }
    .elenya-info-card:last-child { grid-column: 1 / -1; border-bottom: 0; }
    .elenya-service-row { grid-template-columns: 100px minmax(0, 1fr); }
    .elenya-service-price { grid-column: 2; grid-template-columns: 1fr auto; align-items: center; justify-items: stretch; text-align: left; }
    .elenya-service-row img { width: 100px; }
    .elenya-match-banner { grid-template-columns: 1fr; padding-bottom: 18px; }
    .elenya-match-people { display: none; }
    .elenya-about-grid { grid-template-columns: 1fr; }
    .elenya-review-summary { grid-template-columns: 1fr; }
    .elenya-review-cards { grid-template-columns: repeat(2, 1fr); }
    .elenya-gallery-grid { grid-template-columns: repeat(3, 1fr); }
    .elenya-team-row { grid-template-columns: repeat(3, 1fr); }
    .elenya-sidebar { grid-template-columns: 1fr; }
    .elenya-cart-inner { grid-template-columns: 1fr; }
    .elenya-cart-summary,
    .elenya-cart-detail { border-right: 0; padding: 17px 18px; }
    .elenya-cart-cta { min-height: 56px; }
}

@media (max-width: 560px) {
    .elenya-breadcrumbs { flex-wrap: wrap; }
    .elenya-info-grid { grid-template-columns: 1fr; }
    .elenya-info-card,
    .elenya-info-card:nth-child(2n) { border-right: 0; }
    .elenya-service-row { grid-template-columns: 82px minmax(0, 1fr); gap: 12px; }
    .elenya-service-row img { width: 82px; height: 74px; }
    .elenya-service-price { grid-column: 1 / -1; }
    .elenya-review-cards { grid-template-columns: 1fr; }
    .elenya-date-tabs { grid-template-columns: repeat(2, 1fr); }
    .elenya-time-grid { grid-template-columns: repeat(3, 1fr); }
    .elenya-booking-trust { grid-template-columns: 1fr; }
}
