/* ==========================================================================
   InZien bij Jacq - Coming Soon Page Style Sheet
   Matching exact mockup specs (#eae6da background, dark teal & dusty rose)
   ========================================================================== */

:root {
    --color-bg: #eae6da;
    --color-teal: #1e403d;
    --color-teal-badge: #234743;
    --color-rose: #be7770;
    --color-rose-hover: #aa6861;
    --color-text-dark: #333d3a;
    --color-text-muted: #626c69;
    --color-sage-leaf: #9ba899;
    --color-sage-fill: #d0dad0;

    --font-serif: 'Cormorant Garamond', Georgia, serif;
    --font-script: 'Alex Brush', 'Caveat', cursive;
    --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    background-color: var(--color-bg);
    color: var(--color-text-dark);
    font-family: var(--font-sans);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow-x: hidden;
    padding: 2rem 1.5rem;
}

/* ==========================================================================
   Background Organic Layering
   ========================================================================== */
.bg-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

/* Top Left Soft Arcs */
.top-left-curve-1 {
    position: absolute;
    top: -240px;
    left: -240px;
    width: 680px;
    height: 680px;
    border-radius: 50%;
    border: 1.5px solid rgba(200, 206, 195, 0.45);
}

.top-left-curve-2 {
    position: absolute;
    top: -360px;
    left: -180px;
    width: 820px;
    height: 820px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(228, 223, 210, 0.6) 0%, rgba(234, 230, 218, 0) 70%);
}

/* Bottom Left Sage Art */
.bottom-left-sage {
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 440px;
    height: 440px;
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    background-color: rgba(208, 218, 208, 0.45);
    filter: blur(4px);
}

.bottom-left-leaf-art {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 200px;
    height: 300px;
    opacity: 0.75;
}

/* Top Right Soft Wave */
.top-right-soft-arc {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(220, 214, 200, 0.35) 0%, rgba(234, 230, 218, 0) 70%);
}

/* ==========================================================================
   Page Grid Layout
   ========================================================================== */
.page-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1220px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.5rem;
    align-items: center;
    min-height: calc(100vh - 4rem);
}

/* ==========================================================================
   Left Content Side
   ========================================================================== */
.content-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0;
}

/* Header & Logo */
.brand-header {
    margin-bottom: 2.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-link {
    display: inline-block;
    max-width: 240px;
    margin-bottom: 0.7rem;
    transition: transform 0.3s ease;
}

.logo-link:hover {
    transform: scale(1.02);
}

.brand-logo {
    width: 100%;
    height: auto;
    display: block;
}

.brand-tagline {
    font-family: var(--font-sans);
    font-size: 0.96rem;
    font-weight: 500;
    color: var(--color-rose);
    line-height: 1.35;
    letter-spacing: 0.01em;
}

/* Main Heading Section */
.main-heading-group {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-title {
    font-family: var(--font-serif);
    font-size: clamp(2.8rem, 4.4vw, 4rem);
    font-weight: 400;
    color: var(--color-teal);
    letter-spacing: 0.01em;
    line-height: 1.12;
    margin-bottom: 0.2rem;
}

.script-subtitle {
    font-family: var(--font-script);
    font-size: clamp(2.2rem, 3.5vw, 3rem);
    color: var(--color-rose);
    line-height: 1.1;
    margin-bottom: 0.6rem;
}

.heart-icon-wrapper {
    margin: 0.4rem 0 1rem;
    display: flex;
    justify-content: center;
    animation: pulse-heart 2.6s ease-in-out infinite;
}

@keyframes pulse-heart {
    0%, 100% { transform: scale(1); opacity: 0.85; }
    50% { transform: scale(1.15); opacity: 1; }
}

.description-text {
    font-family: var(--font-sans);
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--color-text-dark);
    max-width: 520px;
    font-weight: 400;
}

/* Contact Section */
.contact-block {
    width: 100%;
    margin-bottom: 2.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-heading {
    font-family: var(--font-sans);
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--color-teal);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
}

.contact-pills-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.48);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50px;
    padding: 0.55rem 1.2rem;
    box-shadow: 0 4px 18px rgba(30, 64, 61, 0.04);
    gap: 0.7rem;
    flex-wrap: wrap;
}

.contact-pill-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    text-decoration: none;
    color: var(--color-text-dark);
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.25s ease;
    padding: 0.25rem 0.35rem;
}

.contact-link:not(.static-badge):hover {
    color: var(--color-rose);
}

.icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--color-rose);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(190, 119, 112, 0.35);
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.contact-link:hover .icon-circle {
    transform: scale(1.08);
    background-color: var(--color-rose-hover);
}

.contact-label {
    font-size: 0.93rem;
    font-weight: 500;
    color: var(--color-text-dark);
}

.copy-btn {
    background: transparent;
    border: none;
    color: var(--color-text-muted);
    cursor: pointer;
    padding: 0.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.copy-btn:hover {
    color: var(--color-teal);
    background-color: rgba(30, 64, 61, 0.08);
}

.pill-separator {
    width: 1px;
    height: 18px;
    background-color: rgba(30, 64, 61, 0.16);
}

.appointment-note {
    font-size: 0.85rem;
    font-style: italic;
    color: var(--color-text-muted);
    margin-top: 0.6rem;
    letter-spacing: 0.01em;
}

/* Closing Footer & Script */
.closing-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.closing-script {
    font-family: var(--font-script);
    font-size: clamp(2.2rem, 3.4vw, 2.8rem);
    color: var(--color-rose);
    margin-bottom: 0.3rem;
}

.flourish-art {
    display: flex;
    justify-content: center;
    opacity: 0.9;
}

/* ==========================================================================
   Right Visual Side (Dynamic Arch Frame & Floating Badge)
   ========================================================================== */
.visual-side {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 1rem;
}

.arch-container {
    position: relative;
    width: 100%;
    max-width: 440px;
}

.arch-frame {
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 220px 220px 0 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(30, 64, 61, 0.08);
}

.arch-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.8s ease;
}

.arch-container:hover .arch-image {
    transform: scale(1.03);
}

/* Floating Dark Teal Badge Circle */
.dark-teal-badge {
    position: absolute;
    bottom: -20px;
    left: -35px;
    width: 245px;
    height: 245px;
    border-radius: 50%;
    background-color: var(--color-teal-badge);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem 1.6rem;
    box-shadow: 0 12px 30px rgba(30, 64, 61, 0.25);
    z-index: 2;
    transition: transform 0.35s ease;
}

.dark-teal-badge:hover {
    transform: translateY(-4px);
}

.badge-quote {
    font-family: var(--font-sans);
    font-size: 0.86rem;
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0.5rem;
}

.badge-flourish-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.2rem;
}

/* ==========================================================================
   Toast Notification
   ========================================================================== */
.toast {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background-color: var(--color-teal);
    color: #ffffff;
    padding: 0.8rem 1.6rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.35s ease, visibility 0.35s ease;
    z-index: 1000;
}

.toast.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 991px) {
    .page-wrapper {
        grid-template-columns: 1fr;
        gap: 3.5rem;
        max-width: 600px;
    }

    .visual-side {
        order: -1;
        margin-top: 1rem;
    }

    .arch-container {
        max-width: 360px;
    }

    .dark-teal-badge {
        width: 210px;
        height: 210px;
        bottom: -15px;
        left: -15px;
        padding: 1.5rem;
    }

    .badge-quote {
        font-size: 0.78rem;
    }
}

@media (max-width: 640px) {
    body {
        padding: 1.5rem 1rem;
    }

    .contact-pills-bar {
        flex-direction: column;
        border-radius: 24px;
        padding: 1rem;
        width: 100%;
        max-width: 340px;
        gap: 0.7rem;
    }

    .pill-separator {
        width: 80%;
        height: 1px;
    }

    .dark-teal-badge {
        position: relative;
        bottom: 0;
        left: 0;
        margin: -40px auto 0 auto;
        width: 200px;
        height: 200px;
        padding: 1.2rem;
    }

    .logo-link {
        max-width: 200px;
    }
}
