/* ==========================================================================
   The House of Vanessia — Treatment Detail Page
   Palette: deep ink brown ground, warm bronze-gold cards, champagne accents
   ========================================================================== */

:root {
    --ink: #150e09;
    --ink-soft: #241810;
    --bg-deep: #1b120c;
    --bg-mid: #2c1d13;
    --gold: #c9a668;
    --gold-bright: #e4c78d;
    --gold-dim: rgba(201, 166, 104, 0.35);
    --cream: #f4ead9;
    --cream-dim: rgba(244, 234, 217, 0.72);
    --card-start: #8a6a45;
    --card-end: #47311f;
    --font-display: "Playfair Display", "Times New Roman", serif;
    --font-body: "Jost", "Helvetica Neue", sans-serif;
}

.info-hero,
.treatments-section {
    font-family: var(--font-body);
    color: var(--body-text);
}

/* ---------- Layout shell ---------- */

.info-hero .page,
.treatments-section .page {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 40px;
}

/* ---------- Hero ---------- */

.info-hero {
    background: transparent;
    padding: 64px 0 80px;
}

.info-hero .product {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 64px;
    align-items: center;
}

.gallery-main {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--gold-dim);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.6);
}
.details {
height: 8rem;
}
.info {
height: 50%;
}
.contact-info a p {
  margin-bottom: 2rem;
}

.gallery-main .image-card {
    display: block;
    width: 100%;
    height: 580px;
    object-fit: cover;
}

.thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 16px;
}

.thumb {
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    border: 1px solid var(--gold-dim);
    background: var(--bg-mid);
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.25s ease, border-color 0.25s ease;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb:hover,
.thumb.active {
    opacity: 1;
    border-color: var(--gold);
}

.eyebrow {
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 0.3em;
    color: var(--button);
    margin: 0 0 14px;
}

.eyebrow.center {
    text-align: center;
}

.info-top h1 {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.1;
    color: var(--ink);
    margin: 0 0 20px;
}

.gold-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 140px;
    margin-bottom: 28px;
}

.gold-divider.center {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 44px;
}

.gold-divider span {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, var(--bg-deep), transparent);
}

.gold-divider.center span:last-child {
    background: linear-gradient(270deg, var(--bg-deep), transparent);
}

.gold-divider i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bg-deep);
    flex: none;
    font-style: normal;
}

.buttons {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}

.btn {
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 18px 30px;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn.primary {
    background: var(--ink);
    color: var(--cream);
    border: 1px solid var(--gold-dim);
}

.btn.primary:hover {
    border-color: var(--gold);
    transform: translateY(-1px);
}

.btn.pricebtn {
    border: 1px solid var(--gold);
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--bg-deep);
}

.btn.pricebtn .price {
    margin: 0;
}

/* ---------- Treatment cards ---------- */

.treatments-section {
    background: var(--copper-hover);
    padding: 90px 0 100px;
    width: 100%;
    margin: 0;
}

.section-title {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(28px, 3vw, 38px);
    text-align: center;
    margin: 0 0 8px;
    color: var(--cream);
}

.treatlist {
    list-style: none;
    margin: 0 0 60px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    width: 100%;
}

.Behandling {
    display: block;
    height: 80%;
}

.behandling-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 24px 32px;
    border-radius: 6px;
    border: 1px solid var(--gold-dim);
    background: var(--shadow);
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.behandling-card:hover,
.Behandling.is-pressed .behandling-card {
    transform: translateY(-6px);
    border-color: var(--gold-bright);
    box-shadow: 0 24px 40px -20px rgba(0, 0, 0, 0.55);
}

.card-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(244, 234, 217, 0.12);
    color: var(--cream);
    margin-bottom: 20px;
}

.card-icon svg {
    width: 30px;
    height: 30px;
}

.card-title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 20px;
    color: var(--cream);
    margin: 0 0 8px;
}

.card-price {
    font-size: 14px;
    color: var(--cream-dim);
    margin: 0 0 18px;
}

.card-divider {
    width: 40px;
    height: 1px;
    background: var(--gold);
    margin-bottom: 18px;
}

.card-duration {
    font-size: 13px;
    letter-spacing: 0.04em;
    color: var(--gold-bright);
    margin: 0 0 22px;
}

.card-btn {
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    background: transparent;
    color: var(--cream);
    border: 1px solid var(--gold-dim);
    padding: 12px 22px;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.behandling-card:hover .card-btn {
    border-color: var(--gold);
    background: rgba(244, 234, 217, 0.08);
}

/* ---------- Description / Reviews panels ---------- */

.page-hero.info-hero {
    margin-top: 75px;
}
body {
    background: #ebd5be;
    margin: 0;
}
.Behandling {
}
.skibidi {
    display: flex;
    gap: 2rem;
}


.detail-panels {
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.detail-panel {
    border: 1px solid var(--gold-dim);
    border-radius: 6px;
    background: var(--ink-soft);
    padding: 4px 28px;
}

.detail-panel summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
    cursor: pointer;
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--cream);
}

.detail-panel summary::-webkit-details-marker {
    display: none;
}

.detail-panel .icon {
    position: relative;
    width: 14px;
    height: 14px;
}

.detail-panel .icon::before,
.detail-panel .icon::after {
    content: "";
    position: absolute;
    background: var(--gold);
}

.detail-panel .icon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
}

.detail-panel .icon.plus::after {
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
}

.detail-panel[open] .icon.plus::after {
    display: none;
}

.detail-panel .content {
    padding: 0 0 26px;
    color: var(--cream-dim);
    font-size: 15px;
    line-height: 1.7;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
     .menu-toggle {
        display: flex;
        position: relative;
        z-index: 110;
        top: 0rem;
        margin-right: 3rem;
    }
    header {
        padding: 12px 20px;
        flex-wrap: wrap;
        height: 5%!important;
        max-width: 96% !important;
        position: fixed;
        top: 0;
        z-index: 50;
        display: flex;
        flex-direction: row !important;
        align-items: center;
        justify-content: space-between;
    }
    .info-hero .product {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .gallery-main .image-card {
        height: 360px;
    }

    .info-hero .page,
    .treatments-section .page {
        padding: 0 24px;
    }

    .buttons {
        flex-direction: column;
    }
    .info {
        height: 50%;
        margin-bottom: 3rem;
    }
}

@media (max-width: 560px) {
    .treatlist {
        grid-template-columns: 1fr 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .behandling-card,
    .btn,
    .thumb {
        transition: none;
    }
}
