/* =====================================================================
   Atlantis Almere — Menu intro (dc-section-header)
   Centered editorial menu intro with floating world-cuisine cards around
   it (design-007 collage). Scoped under .dc-sh. Edge-to-edge.
   ===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap');

.elementor-widget-dc-section-header,
.elementor-widget-dc-section-header .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
}

.dc-sh {
    --dc-ink:       #fbf7f0;          /* warm ivory bg                  */
    --dc-gold:      #c4923c;
    --dc-gold-soft: #e7c98b;
    --dc-heading:   #11212f;
    --dc-text:      #5a6470;
    --dc-line:      rgba(17,33,47,.12);
    --dc-card:      #ffffff;
    --dc-ease:      cubic-bezier(.16,1,.3,1);

    position: relative;
    width: 100%; max-width: 100%; margin: 0;
    padding: clamp(72px, 10vw, 130px) 0;
    overflow: hidden;
    isolation: isolate;
    color: var(--dc-text);
    background:
        radial-gradient(60% 50% at 50% 0%, rgba(196,146,60,.08) 0%, transparent 60%),
        var(--dc-ink);
    font-family: 'Karla', system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.dc-sh--dark {
    --dc-ink: #08131f;
    --dc-heading: #ffffff;
    --dc-text: rgba(255,255,255,.78);
    --dc-line: rgba(255,255,255,.14);
    --dc-card: #0d2438;
    background:
        radial-gradient(70% 60% at 50% 0%, rgba(212,162,78,.12) 0%, transparent 60%),
        linear-gradient(180deg, #0a1b2a, #08131f);
}

/* ----------------------------- stage ----------------------------- */
.dc-sh__stage {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(22px, 5vw, 60px);
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ----------------------------- center text ----------------------- */
.dc-sh__center {
    position: relative;
    z-index: 3;
    max-width: 640px;
    text-align: center;
}
.dc-sh__eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 8px 18px 8px 14px;
    border: 1px solid var(--dc-line); border-radius: 999px;
    background: rgba(196,146,60,.08);
    font-size: 12.5px; font-weight: 700; letter-spacing: .2em;
    text-transform: uppercase; color: var(--dc-gold);
}
.dc-sh__eyebrow svg { width: 16px; height: 16px; }
.dc-sh__title {
    margin: 20px 0 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600; color: var(--dc-heading);
    font-size: clamp(2.1rem, 4.4vw, 3.6rem); line-height: 1.08; letter-spacing: -.01em;
}
.dc-sh__title em { font-style: italic; font-weight: 500; color: var(--dc-gold); }
.dc-sh__divider {
    width: 64px; height: 3px; margin: 22px auto 0; border-radius: 3px;
    background: linear-gradient(90deg, var(--dc-gold-soft), var(--dc-gold));
}
.dc-sh__intro {
    margin: 22px auto 0;
    max-width: 60ch;
    font-size: clamp(.98rem, 1.1vw, 1.08rem);
    line-height: 1.85;
    color: var(--dc-text);
}
.dc-sh__intro :where(p) { margin: 0 0 1em; }
.dc-sh__intro :where(p):last-child { margin-bottom: 0; }
.dc-sh__cta {
    display: inline-flex; align-items: center; gap: 10px; margin-top: 30px;
    padding: 15px 28px; border-radius: 999px;
    color: #1c1206; background: linear-gradient(135deg, var(--dc-gold-soft), var(--dc-gold));
    font-weight: 700; font-size: 1rem; letter-spacing: .04em; text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 16px 34px -14px rgba(196,146,60,.65);
    transition: transform .35s var(--dc-ease), box-shadow .35s var(--dc-ease);
}
.dc-sh__cta svg { width: 18px; height: 18px; transition: transform .35s var(--dc-ease); }
.dc-sh__cta:hover { transform: translateY(-3px); box-shadow: 0 24px 46px -16px rgba(196,146,60,.85); }
.dc-sh__cta:hover svg { transform: translateX(4px); }
.dc-sh__cta:focus-visible { outline: 3px solid var(--dc-gold); outline-offset: 3px; }

/* ----------------------------- floating cards -------------------- */
.dc-sh__cards {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}
.dc-sh__card {
    position: absolute;
    width: clamp(140px, 14vw, 196px);
    pointer-events: auto;
    will-change: transform;
}
.dc-sh__card-fl {
    --r: 0deg;
    border-radius: 18px;
    overflow: hidden;
    background: var(--dc-card);
    border: 1px solid var(--dc-line);
    box-shadow: 0 26px 50px -26px rgba(10,27,42,.45);
    transform: rotate(var(--r));
    animation: dc-sh-float 6s var(--dc-ease) infinite;
    transition: box-shadow .4s var(--dc-ease);
}
.dc-sh__card:hover .dc-sh__card-fl { box-shadow: 0 36px 70px -28px rgba(196,146,60,.55); }
.dc-sh__card-figure { position: relative; aspect-ratio: 3 / 4; overflow: hidden; }
.dc-sh__card-img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--dc-ease); }
.dc-sh__card:hover .dc-sh__card-img { transform: scale(1.08); }
.dc-sh__card-label {
    position: absolute; left: 10px; bottom: 10px; z-index: 2;
    display: inline-flex; align-items: center; gap: 6px;
    padding: 5px 11px; border-radius: 999px;
    background: rgba(8,18,30,.62); border: 1px solid rgba(255,255,255,.18);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    font-size: 11px; font-weight: 700; letter-spacing: .04em; color: #fff;
}
.dc-sh__card-label svg { width: 13px; height: 13px; color: var(--dc-gold-soft); }

/* slots — three down the left, three down the right */
.dc-sh__card--1 { top: 3%;  left: 0;   --w: 200px; }
.dc-sh__card--2 { top: 8%;  right: 0;  }
.dc-sh__card--3 { top: 39%; left: 3%;  width: clamp(125px, 12.5vw, 172px); }
.dc-sh__card--4 { top: 45%; right: 3%; }
.dc-sh__card--5 { bottom: 3%; left: 7%; width: clamp(130px, 13vw, 178px); }
.dc-sh__card--6 { bottom: 0;  right: 8%; }
.dc-sh__card--1 .dc-sh__card-fl { --r: -4deg; animation-duration: 6.5s; }
.dc-sh__card--2 .dc-sh__card-fl { --r:  4deg; animation-duration: 7.5s; animation-delay: -1.2s; }
.dc-sh__card--3 .dc-sh__card-fl { --r:  3deg; animation-duration: 8s;   animation-delay: -2.4s; }
.dc-sh__card--4 .dc-sh__card-fl { --r: -3deg; animation-duration: 6.8s; animation-delay: -.8s; }
.dc-sh__card--5 .dc-sh__card-fl { --r:  5deg; animation-duration: 7.2s; animation-delay: -3s; }
.dc-sh__card--6 .dc-sh__card-fl { --r: -5deg; animation-duration: 8.4s; animation-delay: -1.8s; }

@keyframes dc-sh-float {
    0%, 100% { transform: translateY(0) rotate(var(--r)); }
    50%      { transform: translateY(-14px) rotate(var(--r)); }
}

/* ----------------------------- reveal states --------------------- */
.dc-sh--anim .dc-sh__center > *,
.dc-sh--anim .dc-sh__card { opacity: 0; }

/* ----------------------------- responsive ------------------------- */
@media (max-width: 1080px) {
    /* cards drop below the text as a clean grid */
    .dc-sh__stage { flex-direction: column; min-height: 0; gap: 44px; }
    .dc-sh__cards {
        position: static; inset: auto; pointer-events: auto;
        display: grid; grid-template-columns: repeat(3, 1fr);
        gap: 16px; width: 100%; max-width: 720px;
    }
    .dc-sh__card,
    .dc-sh__card--1, .dc-sh__card--2, .dc-sh__card--3,
    .dc-sh__card--4, .dc-sh__card--5, .dc-sh__card--6 {
        position: relative; inset: auto; width: auto;
    }
    .dc-sh__card-fl { --r: 0deg !important; animation: none !important; }
}
@media (max-width: 600px) {
    .dc-sh__cards { grid-template-columns: repeat(2, 1fr); }
    .dc-sh__card--6 { display: none; }     /* keep an even 2-col grid (5 cards) */
}

@media (prefers-reduced-motion: reduce) {
    .dc-sh__card-fl, .dc-sh__card-img { animation: none !important; transition: none !important; }
    .dc-sh--anim .dc-sh__center > *,
    .dc-sh--anim .dc-sh__card { opacity: 1 !important; }
}
