/* ============================================================
   Safari Vehicle Details - Website-first slider experience
   ============================================================ */

.svh-details,
.svh-details * {
    box-sizing: border-box;
}

.svh-details {
    --svh-bg: transparent;
    --svh-surface: transparent;
    --svh-ink: #121417;
    --svh-muted: #5b616a;
    --svh-line: rgba(0, 0, 0, 0.1);
    --svh-accent: #0d1117;
    --svh-accent-ink: #ffffff;
    --svh-heading: #0a0f14;
    --svh-reveal-y: 24px;
    --svh-pad-x: clamp(20px, 4.5vw, 56px);
    --svh-hero-height: max(520px, calc(100svh - 88px));
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--svh-ink);
    background: transparent;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 0 clamp(56px, 8vw, 96px);
    overflow-x: clip;
}

.svh-d-section {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}

.svh-d-reveal {
    opacity: 0;
    transform: translateY(var(--svh-reveal-y));
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.svh-d-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.svh-details h1,
.svh-details h2,
.svh-details h3 {
    margin: 0;
}

.svh-d-page-pad {
    padding-left: var(--svh-pad-x);
    padding-right: var(--svh-pad-x);
}


/* ============ HERO — full-height gallery + info below ============ */

.svh-d-hero {
    display: grid;
    gap: 0;
    background: transparent;
}

.svh-d-hero-gallery {
    position: relative;
    width: 100%;
    height: var(--svh-hero-height);
    min-height: 520px;
    max-height: none;
    overflow: hidden;
    background: #1a1d22;
}

.svh-d-main-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: opacity 0.45s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(1);
}

.svh-d-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, transparent 22%, transparent 55%, rgba(0, 0, 0, 0.55) 100%);
    pointer-events: none;
}

.svh-d-hero-gallery-top {
    position: absolute;
    top: clamp(14px, 2.5vw, 24px);
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

.svh-d-hero-gallery-foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: clamp(16px, 2.5vw, 24px);
}

.svh-d-hero-thumbs-inset {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    max-width: min(100%, 420px);
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 2px;
}

.svh-d-hero-thumbs-inset::-webkit-scrollbar {
    display: none;
}

.svh-d-hero-gallery-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-shrink: 0;
    margin-left: auto;
}

.svh-d-hero-thumbs-row {
    display: none;
}

.svh-d-hero-info {
    padding-top: clamp(24px, 3.5vw, 36px);
    padding-bottom: 0;
    background: transparent;
}

.svh-d-hero-info-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px 24px;
    margin-bottom: 14px;
}

.svh-d-hero-info .svh-d-hero-title {
    font-size: clamp(1.85rem, 4.5vw, 3rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--svh-heading);
    text-wrap: balance;
    flex: 1 1 280px;
}

.svh-d-hero-info .svh-d-priceline--hero {
    margin-top: 0;
    flex: 0 0 auto;
}

.svh-d-hero-info .svh-d-price {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
    color: var(--svh-heading);
}

.svh-d-hero-info .svh-d-per {
    color: var(--svh-muted);
    opacity: 1;
}

.svh-d-hero-info .svh-d-quickspecs--hero li {
    border: 1px solid var(--svh-line);
    background: transparent;
    color: var(--svh-ink);
    border-radius: 999px;
}

.svh-d-hero-info .svh-d-hero-sub {
    margin: 14px 0 0;
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.75;
    color: var(--svh-muted);
    max-width: 72ch;
}

.svh-d-actions--hero {
    margin-top: 20px;
}

.svh-d-btn--dark {
    background: var(--svh-accent);
    border-color: var(--svh-accent);
    color: var(--svh-accent-ink);
}

.svh-d-btn--book {
    background: var(--svh-accent);
    border-color: var(--svh-accent);
    color: var(--svh-accent-ink);
    border-radius: 8px;
    padding: 14px 22px;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.svh-d-btn--outline {
    background: transparent;
    border-color: var(--svh-line);
    color: var(--svh-ink);
    border-radius: 8px;
    padding: 14px 22px;
    font-size: 14px;
}

.svh-d-hero-info .svh-d-btn {
    border-radius: 8px;
    color: var(--svh-accent-ink);
    background: var(--svh-accent);
    border-color: var(--svh-accent);
}

.svh-d-hero-info .svh-d-btn--outline {
    background: transparent;
    color: var(--svh-ink);
    border-color: var(--svh-line);
}

.svh-d-chip {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .24);
    color: #fff;
    background: rgba(9, 11, 14, .36);
    backdrop-filter: blur(8px);
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.svh-d-chip--accent {
    border-color: rgba(254, 240, 138, .32);
    background: rgba(254, 240, 138, .18);
    color: #fff9cf;
}

.svh-d-hero-main {
    display: none;
}

.svh-d-hero-copy {
    display: none;
}

.svh-d-priceline {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
}

.svh-d-priceline--hero {
    margin-top: 14px;
}

.svh-d-price {
    font-size: clamp(24px, 3.2vw, 42px);
    font-weight: 800;
}

.svh-d-per {
    font-size: 14px;
    opacity: .82;
}

.svh-d-quickspecs {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.svh-d-quickspecs--hero li {
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(12, 16, 22, .44);
    border-radius: 999px;
    padding: 7px 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.svh-d-hero-sub {
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .9);
    max-width: 640px;
}

.svh-d-actions {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.svh-d-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .07);
    color: #fff;
    text-decoration: none;
    font: 700 13px/1 "Plus Jakarta Sans", sans-serif;
    padding: 12px 20px;
    cursor: pointer;
    transition: transform .14s ease, background .14s ease;
}

.svh-d-btn:hover {
    transform: translateY(-1px);
}

.svh-d-btn--primary {
    background: #fff;
    border-color: #fff;
    color: #11151c;
}

.svh-d-btn--ghost {
    background: rgba(12, 16, 22, .36);
}

.svh-d-btn--full {
    width: 100%;
}

.svh-d-thumbs,
.svh-d-hero-thumbs-inset {
    display: flex;
    gap: 10px;
}

.svh-d-thumb {
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    background: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    aspect-ratio: 16 / 10;
    flex: 0 0 clamp(72px, 14vw, 108px);
    transition: border-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
    opacity: 0.78;
    backdrop-filter: blur(4px);
}

.svh-d-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.svh-d-thumb.is-active {
    border-color: #fff;
    opacity: 1;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.svh-d-hero-counter {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(8px);
    white-space: nowrap;
}

.svh-d-hero-nav {
    display: flex;
    gap: 10px;
    align-items: center;
}

.svh-d-hero-arrow {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(8px);
    color: #fff;
    cursor: pointer;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
}

.svh-d-hero-arrow:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.55);
    transform: translateY(-1px);
}

.svh-d-hero-arrow-icon {
    display: block;
    width: 0.55rem;
    height: 0.55rem;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-left: 3px;
}

.svh-d-hero-arrow-icon--next {
    transform: rotate(-135deg);
    margin-left: 0;
    margin-right: 3px;
}

.svh-d-progress-bars {
    display: flex;
    gap: 5px;
    align-items: center;
}

.svh-d-pbar {
    flex: 1;
    max-width: 52px;
    height: 3px;
    background: rgba(255, 255, 255, .28);
    border-radius: 999px;
    overflow: hidden;
}

.svh-d-pbar-fill {
    height: 100%;
    width: 0%;
    background: #fff;
    border-radius: 999px;
}

.svh-d-pbar.is-active .svh-d-pbar-fill {
    animation: svh-bar-fill var(--svh-bar-dur, 6800ms) linear forwards;
}

@keyframes svh-bar-fill {
    from { width: 0% }
    to   { width: 100% }
}

.svh-d-book-card {
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(8, 10, 13, .72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 18px;
    padding: 14px 16px;
    color: #fff;
    flex-shrink: 0;
}

.svh-d-book-price {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
}

.svh-d-book-price span {
    font-size: 12px;
    font-weight: 500;
    opacity: .7;
    margin-left: 3px;
}


/* ============ DETAILS SHOWCASE — editorial layout ============ */

.svh-d-showcase {
    margin: clamp(40px, 6vw, 72px) 0 0;
    padding: clamp(40px, 6vw, 64px) 0 0;
    border-top: 1px solid var(--svh-line);
}

.svh-d-showcase-inner {
    width: min(100%, 1180px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: clamp(32px, 5vw, 56px);
    align-items: start;
}

.svh-d-show-main,
.svh-d-show-side {
    display: grid;
    gap: clamp(28px, 4vw, 40px);
    align-content: start;
}

.svh-d-kicker {
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--svh-muted);
}

.svh-d-block {
    padding: 0;
    border: 0;
    background: transparent;
}

.svh-d-block + .svh-d-block,
.svh-d-operator + .svh-d-block {
    padding-top: clamp(24px, 3vw, 32px);
    border-top: 1px solid var(--svh-line);
}

.svh-d-overview-text {
    color: var(--svh-ink);
    font-size: clamp(1rem, 1.15vw, 1.125rem);
    line-height: 1.85;
    letter-spacing: 0.01em;
    max-width: 68ch;
}

.svh-d-overview-text p {
    margin: 0 0 1em;
    color: var(--svh-muted);
}

.svh-d-overview-text p:first-child {
    color: var(--svh-ink);
    font-size: 1.05em;
}

.svh-d-overview-text p:last-child {
    margin-bottom: 0;
}

/* Operator trust strip */
.svh-d-operator {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid var(--svh-line);
    border-bottom: 1px solid var(--svh-line);
}

.svh-d-operator-mark {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f4f5f7 0%, #e8ebef 100%);
    color: var(--svh-accent);
    display: flex;
    align-items: center;
    justify-content: center;
}

.svh-d-operator-label {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--svh-muted);
}

.svh-d-operator-name {
    margin: 2px 0 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--svh-heading);
}

.svh-d-operator-trust {
    margin: 4px 0 0;
    font-size: 0.875rem;
    color: var(--svh-muted);
}

/* Spec tile grid */
.svh-d-spec-grid {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.svh-d-spec {
    margin: 0;
    padding: 14px 16px;
    background: rgba(0, 0, 0, 0.025);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.svh-d-spec:hover {
    border-color: rgba(0, 0, 0, 0.12);
    background: rgba(0, 0, 0, 0.035);
}

.svh-d-spec dt {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--svh-muted);
}

.svh-d-spec dd {
    margin: 6px 0 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--svh-heading);
}

/* Booking sidebar card */
.svh-d-booking-card {
    position: sticky;
    top: clamp(16px, 3vw, 32px);
    padding: clamp(22px, 3vw, 28px);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    box-shadow: 0 18px 48px -32px rgba(0, 0, 0, 0.28);
}

.svh-d-booking-lead {
    margin: 0 0 18px;
    font-size: 0.925rem;
    line-height: 1.6;
    color: var(--svh-muted);
}

.svh-d-booking-note {
    margin: 14px 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: var(--svh-muted);
    text-align: center;
}

.svh-d-rental-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.svh-d-input {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.svh-d-input span {
    font-size: 12px;
    font-weight: 600;
    color: var(--svh-ink);
    letter-spacing: 0.02em;
}

.svh-d-input--full {
    grid-column: 1 / -1;
}

.svh-d-input input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 12px 14px;
    background: #fafbfc;
    color: var(--svh-ink);
    font: 500 14px/1.2 "Plus Jakarta Sans", sans-serif;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.svh-d-input input:hover {
    border-color: rgba(0, 0, 0, 0.2);
}

.svh-d-input input:focus {
    outline: none;
    border-color: var(--svh-accent);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(13, 17, 23, 0.08);
}

.svh-d-booking-card .svh-d-btn--book {
    margin-top: 16px;
}

/* Features list */
.svh-d-feat-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.svh-d-feat-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--svh-ink);
}

.svh-d-feat-check {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 50%;
    background: rgba(13, 17, 23, 0.06);
    color: var(--svh-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Policy accordion */
.svh-d-policy {
    border-top: 1px solid var(--svh-line);
    padding-top: 8px;
}

.svh-d-policy summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--svh-ink);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.svh-d-policy summary::-webkit-details-marker {
    display: none;
}

.svh-d-policy[open] .svh-d-chev {
    transform: rotate(180deg);
}

.svh-d-policy-body {
    padding: 0 0 16px;
    font-size: 0.925rem;
    line-height: 1.75;
    color: var(--svh-muted);
}

.svh-d-policy-body p {
    margin: 0 0 0.75em;
}

.svh-d-chev {
    color: var(--svh-muted);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

/* Legacy panel classes (unused) */
.svh-d-panel,
.svh-d-h,
.svh-d-host,
.svh-d-spec-list,
.svh-d-rental-h,
.svh-d-accord,
.svh-d-feat-grid {
    display: none;
}


/* Pricing + FAQ keep modern cards */

.svh-d-pricing,
.svh-d-faqs {
    margin: clamp(48px, 7vw, 80px) 0 0;
    padding: 0;
}

.svh-d-section-head {
    text-align: center;
    max-width: min(760px, 92vw);
    margin: 0 auto clamp(24px, 4vw, 36px);
    padding: 0;
}

.svh-d-section-head h2 {
    font-size: clamp(1.75rem, 4vw, 2.625rem);
    letter-spacing: -0.03em;
    font-weight: 800;
    line-height: 1.05;
    color: var(--svh-heading);
}

.svh-d-section-head p {
    margin: 12px 0 0;
    color: var(--svh-muted);
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.75;
}

/* Pricing card — kept as designed */
.svh-d-pricing-card {
    background: #fff;
    border: 1px solid var(--svh-line);
    border-radius: 0;
    padding: clamp(20px, 3vw, 28px);
    box-shadow: none;
    max-width: min(1120px, 100%);
    margin: 0 auto;
}

.svh-d-pricing-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.svh-d-tab {
    border: 1px solid var(--svh-line);
    background: #fff;
    border-radius: 999px;
    padding: 10px 14px;
    cursor: pointer;
    font: 600 13px/1 "Plus Jakarta Sans", sans-serif;
    color: var(--svh-muted);
}

.svh-d-tab.is-active {
    background: var(--svh-accent);
    border-color: var(--svh-accent);
    color: #fff;
}

.svh-d-pricing-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.svh-d-opt-label {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    color: var(--svh-muted);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .08em;
}

.svh-d-toggle {
    display: inline-flex;
    border-radius: 999px;
    background: #f3f4f8;
    padding: 4px;
    gap: 4px;
}

.svh-d-toggle button {
    border: 0;
    background: transparent;
    padding: 8px 13px;
    border-radius: 999px;
    font: 600 12.5px/1 "Plus Jakarta Sans", sans-serif;
    color: var(--svh-muted);
    cursor: pointer;
}

.svh-d-toggle button.is-active {
    background: #fff;
    color: var(--svh-ink);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.svh-d-pricing-result {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, #101418 0%, #1f2732 100%);
    color: #fff;
    margin-bottom: 16px;
}

.svh-d-result-country {
    font-size: 18px;
    font-weight: 700;
}

.svh-d-result-summary {
    margin-top: 2px;
    font-size: 12px;
    opacity: .8;
}

.svh-d-result-amount {
    font-size: 33px;
    font-weight: 800;
}

.svh-d-result-per {
    opacity: .75;
}

.svh-d-result-cta {
    background: #fff;
    border-color: #fff;
    color: #111;
}

.svh-d-pricing-matrix {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.svh-d-pricing-matrix th,
.svh-d-pricing-matrix td {
    text-align: left;
    border-bottom: 1px solid var(--svh-line);
    padding: 10px;
}

.svh-d-pricing-matrix th {
    font-size: 11px;
    color: var(--svh-muted);
    letter-spacing: .06em;
    text-transform: uppercase;
}

.svh-d-pricing-matrix td:first-child {
    font-weight: 700;
}

.svh-d-faqs-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: start;
    margin-bottom: 16px;
    max-width: min(1120px, 100%);
    margin-inline: auto;
}

.svh-d-faqs-head h2 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    letter-spacing: -0.03em;
    font-weight: 800;
    line-height: 1.05;
    color: var(--svh-heading);
}

.svh-d-faqs-tag {
    color: var(--svh-muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-top: 8px;
}

.svh-d-faqs-list {
    border-top: 1px solid var(--svh-line);
    max-width: min(1120px, 100%);
    margin: 0 auto;
}

.svh-d-faq {
    border-bottom: 1px solid var(--svh-line);
}

.svh-d-faq-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    display: grid;
    grid-template-columns: 64px 1fr 46px;
    align-items: center;
    text-align: left;
    padding: 20px 0;
    cursor: pointer;
    color: #9aa0a8;
}

.svh-d-faq.is-open .svh-d-faq-toggle {
    color: var(--svh-ink);
}

.svh-d-faq-num {
    font-size: 24px;
    font-weight: 700;
    opacity: .5;
}

.svh-d-faq.is-open .svh-d-faq-num {
    opacity: 1;
}

.svh-d-faq-q {
    font-size: clamp(24px, 3.4vw, 44px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -.02em;
}

.svh-d-faq-arrow {
    justify-self: end;
    transition: transform .22s ease;
}

.svh-d-faq.is-open .svh-d-faq-arrow {
    transform: rotate(90deg);
}

.svh-d-faq-a {
    display: none;
    color: var(--svh-muted);
    font-size: 15px;
    max-width: 760px;
    line-height: 1.75;
    padding: 0 0 22px 64px;
}

.svh-d-faq.is-open .svh-d-faq-a {
    display: block;
}


/* Responsive */

@media (max-width: 1080px) {
    .svh-d-showcase-inner {
        grid-template-columns: 1fr;
    }

    .svh-d-booking-card {
        position: static;
    }

    .svh-d-spec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .svh-details {
        --svh-hero-height: max(420px, calc(100svh - 72px));
        --svh-pad-x: clamp(16px, 5vw, 24px);
    }

    .svh-d-hero-gallery-foot {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .svh-d-hero-thumbs-inset {
        max-width: 100%;
        order: 2;
    }

    .svh-d-hero-gallery-controls {
        width: 100%;
        justify-content: space-between;
        order: 1;
    }

    .svh-d-thumb {
        flex: 0 0 clamp(64px, 22vw, 88px);
    }

    .svh-d-hero-info-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .svh-d-actions--hero {
        flex-direction: column;
    }

    .svh-d-actions--hero .svh-d-btn {
        width: 100%;
    }

    .svh-d-spec-grid {
        grid-template-columns: 1fr 1fr;
    }

    .svh-d-rental-grid,
    .svh-d-pricing-options {
        grid-template-columns: 1fr;
    }

    .svh-d-pricing-result {
        grid-template-columns: 1fr;
    }

    .svh-d-faq-toggle {
        grid-template-columns: 50px 1fr 36px;
    }

    .svh-d-faq-a {
        padding-left: 50px;
    }
}

/* Brizy full-bleed shortcode wrapper */
.brz-wp-shortcode:has(.svh-details),
.brz .brz-wp-shortcode:has(.svh-details) {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
}

.brz .svh-d-hero-arrow {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    border-radius: 50% !important;
    padding: 0 !important;
}

.brz .svh-d-page-pad {
    padding-left: var(--svh-pad-x) !important;
    padding-right: var(--svh-pad-x) !important;
}

@media (prefers-reduced-motion: reduce) {
    .svh-d-reveal,
    .svh-d-main-img,
    .svh-d-thumb,
    .svh-d-feat,
    .svh-d-btn {
        transition: none !important;
    }

    .svh-d-reveal {
        opacity: 1;
        transform: none;
    }
}


/* Dark theme variant */

.svh-details.svh-theme-dark {
    --svh-bg: #06090e;
    --svh-surface: #10151e;
    --svh-ink: #f4f7ff;
    --svh-muted: #9aa4b7;
    --svh-line: rgba(255, 255, 255, .12);
    --svh-accent: #f4f7ff;
    --svh-accent-ink: #0b0f16;
}

.svh-details.svh-theme-dark .svh-d-booking-card {
    background: #10151e;
    border-color: rgba(255, 255, 255, 0.1);
}

.svh-details.svh-theme-dark .svh-d-spec {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
}

.svh-details.svh-theme-dark .svh-d-panel,
.svh-details.svh-theme-dark .svh-d-pricing-card {
    box-shadow: none;
}

.svh-details.svh-theme-dark .svh-d-input input,
.svh-details.svh-theme-dark .svh-d-tab,
.svh-details.svh-theme-dark .svh-d-toggle button.is-active {
    background: #151c26;
    color: #f4f7ff;
}

.svh-details.svh-theme-dark .svh-d-feat {
    background: #121823;
}

.svh-details-empty {
    text-align: center;
    padding: 34px;
    color: #6b7280;
}