:root {
    --bg: #f7f3eb;
    --text: #2f2b28;
    --brand: #7a2e27;
    --green: #8a9272;
    --card-bg: rgba(255, 249, 242, 0.72);
    --line: rgba(138, 146, 114, 0.7);
    --shadow: 0 16px 40px rgba(92, 72, 53, 0.08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background: url("assets/background-3200w.jpeg") center top / cover fixed no-repeat;
    font-family: "EB Garamond", Georgia, serif;
}

body,
p,
li {
    color: #2f2b28;
}

.page-shell {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
    padding: 46px 0 72px;
}

.hero {
    text-align: center;
    padding-top: 10px;
    position: relative;
}

.language-dropdown {
    position: absolute;
    top: -30px;
    right: 15px;
    z-index: 10;
}

.language-dropdown select {
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(139, 78, 66, 0.22);
    background: rgba(255, 252, 247, 0.72);
    color: #8b4e42;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    outline: none;
    cursor: pointer;
}

.language-dropdown select:hover {
    border-color: rgba(139, 78, 66, 0.4);
}

.language-dropdown select:focus {
    border-color: rgba(139, 78, 66, 0.5);
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.logo {
    width: clamp(220px, 16vw, 210px);
    height: auto;
    display: block;
    margin: 0 auto 14px;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,0.06));
}

.tagline {
    margin: 0;
    color: var(--brand);
    font-family: "Tangerine", cursive;
    font-size: clamp(4.4rem, 4.5vw, 4rem);
    line-height: 1.1;
    font-weight: 700;
}

.hero-divider {
    width: min(720px, 74%);
    margin: 16px auto 22px;
    border-top: 1px solid rgba(138,146,114,0.85);
    border-radius: 999px;
}

h1 {
    margin: 0;
    color: var(--brand);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 200;
    font-size: clamp(3.3rem, 8vw, 6.3rem);
    line-height: 0.95;
}

.subtitle {
    margin: 10px 0 0;
    color: var(--brand);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-style: italic;
    font-size: clamp(1.4rem, 3vw, 2.35rem);
    font-weight: 560;
}

.section {
    margin-top: 56px;
}

.section-title {
    display: grid;
    width: min(980px, 80%);
    margin: 0 auto;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: center;
    margin-bottom: 22px;
}

.section-title span {
    display: block;
    flex: 0 0 180px;
    height: 1px;
    background: var(--line);
}

h2 {
    margin: 0;
    color: var(--brand);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.0rem, 4vw, 3.35rem);
    font-weight: 600;
}

.intro,
.contact {
    text-align: center;
}

.intro p,
.contact p {
    margin: 0 auto 12px;
    max-width: 980px;
    font-size: clamp(1.5rem, 2vw, 1.8rem);
    line-height: 1.15;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.card {
    background: rgba(255, 252, 247, 0.58);
    border: clamp(1.2rem, 1.5vw, 1.45rem);
    border-radius: 18px;
    padding: 24px 22px 20px;
    padding-bottom: 8px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(2px);
    min-height: 100%;
}

.card p:last-child {
    margin-bottom: 0;
}

.card h3 {
    margin: 0;
    background: rgba(243, 232, 220, 0.38);
    text-align: center;
    padding: 10px 18px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    color: var(--brand);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2rem !important;
    font-weight: 1100;
    min-height: 4.3rem;
    line-height: 1.12;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-divider {
    background: transparent;
    text-align: center;
    padding: 24px 0 2px 0;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(205, 186, 166, 0.18);
    margin-bottom: 14px;
    border-bottom: none;
}

.card-divider-logo {
    width: 50px;
    height: auto;
    display: inline-block;
    opacity: 0.85;
}

.card p {
    margin: 0 0 12px;
    font-size: clamp(1.3rem, 1.5vw, 1.45rem);
    line-height: 1.5;
}

/* =========================
   Card title font sizes
   Adjust these values per language + per box.
   ========================= */
/* NL */
.card h3.card-title-nl-relax {
    font-size: 1.9rem !important;
}

.card h3.card-title-nl-hotstone {
    font-size: 1.9rem !important;
}

.card h3.card-title-nl-pregnancy {
    font-size: 1.7rem !important;
}

/* FR */
.card h3.card-title-fr-relax {
    font-size: 2rem !important;
}

.card h3.card-title-fr-hotstone {
    font-size: 1.9rem !important;
}

.card h3.card-title-fr-pregnancy {
    font-size: 1.9rem !important;
}

/* EN */
.card h3.card-title-en-relax {
    font-size: 1.95rem !important;
}

.card h3.card-title-en-hotstone {
    font-size: 1.9rem !important;
}

.card h3.card-title-en-pregnancy {
    font-size: 1.9rem !important;
}

/* DE */
.card h3.card-title-de-relax {
    font-size: 1.8rem !important;
}

.card h3.card-title-de-hotstone {
    font-size: 1.8rem !important;
}

.card h3.card-title-de-pregnancy {
    font-size: 1.55rem !important;
}

/* IT */
.card h3.card-title-it-relax {
    font-size: 1.8rem !important;
}

.card h3.card-title-it-hotstone {
    font-size: 1.75rem !important;
}

.card h3.card-title-it-pregnancy {
    font-size: 1.75rem !important;
}

.practical ul {
    width: fit-content;
    max-width: min(90vw, 860px);
    margin: 0 auto;
    padding-left: 34px;
    font-size: clamp(1.45rem, 1.8vw, 1.7rem);
    line-height: 1.7;
}

.practical li::marker {
    color: var(--green);
}

.contact p.contact-line {
    color: var(--brand);
    font-size: 1.5rem !important;
    font-weight: 500;
}

.contact-line a {
    color: inherit;
    text-decoration: none;
}

.signoff {
    margin-top: 18px !important;
    padding-bottom: 18px;
    color: var(--brand);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600;
    font-size: clamp(2.3rem, 5vw, 4rem) !important;
}

@media (max-width: 920px) {
    body {
        background-attachment: scroll;
    }

    .cards {
        grid-template-columns: 1fr;
    }

    .card {
        max-width: 700px;
        margin: 0 auto;
    }

    .page-shell {
        width: min(100% - 24px, 900px);
        padding-top: 28px;
        padding-bottom: 56px;
    }

    .section {
        margin-top: 42px;
    }

    .section-title {
        gap: 12px;
    }
}

.footer-mark {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 42px 0 26px 0;
}

.footer-mark-logo {
    display: block;
    width: 170px;
    height: auto;
    opacity: 0.75;
}

.whatsapp-button-wrap {
    margin-top: 18px;
    text-align: center;
}

.whatsapp-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(255, 252, 247, 0.42);
    border: 1px solid rgba(139, 78, 66, 0.18);
    color: #8b4e42;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    box-shadow: none;
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.whatsapp-button:hover {
    background: rgba(244, 232, 220, 0.78);
    border-color: rgba(139, 78, 66, 0.36);
    transform: translateY(-2px);
}

.whatsapp-icon-img {
    width: 40px;
    height: 40px;
    display: block;
    object-fit: contain;
}

@media (max-width: 560px) {
    .tagline {
        line-height: 1.2;
    }

    .intro p,
    .contact p,
    .card p,
    .practical ul {
        font-size: 1.08rem;
    }

    h2 {
        font-size: 2.2rem;
    }
}
