/*
Theme Name: Daarzywed Theme
Theme URI: 
Author: Aarushi
Author URI: 
Description: Custom WordPress theme for Daarzywed
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: daarzywed
*/

:root {
    /* Warm Neutral Color Palette */
    --white: #FFFFFF;
    --off-white: #FAF9F6;
    --champagne: #EDE2CC;
    --tan: #CDBBA7;
    --taupe: #8C7A6B;
    --sepia: #A68D74;
    --dark: #4A4036;
    --text-gray: #6B6259;
    --strip-tan: #B59B80;
    --scribble-tan: #8C7A6B;

    /* Typography System Fallbacks */
    --font-main: 'Montserrat', sans-serif;
    --font-sub: 'Cinzel', serif;
    --font-heading: 'Tangerine', cursive;
}

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

body {
    font-family: var(--font-main);
    background-color: var(--off-white);
    color: var(--dark);
    overflow-x: hidden;
    background-image: url('https://www.transparenttextures.com/patterns/cream-paper.png');
}

.daarzy-script-font {
    font-family: 'Great Vibes', cursive;
}

.daarzy-serif-font {
    font-family: var(--font-sub);
    text-transform: uppercase;
    letter-spacing: 3px;
}

.daarzy-playfair {
    font-family: 'Playfair Display', serif;
}

/* =========================================
           COQUETTE DIVIDERS & ELEMENTS
        ========================================= */
.daarzy-coquette-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    gap: 15px;
}

.daarzy-coquette-line {
    width: 60px;
    height: 1px;
    background: var(--tan);
}

.daarzy-coquette-bow {
    font-size: 1.5rem;
    color: var(--taupe);
    filter: drop-shadow(0 2px 4px rgba(140, 122, 107, 0.2));
}

/* =========================================
           FLOATING MUSIC BUTTON (REMOVED)
        ========================================= */
/* #music-toggle {
            position: fixed; top: 30px; right: 30px; width: 50px; height: 50px;
            background: rgba(237, 226, 204, 0.6); backdrop-filter: blur(10px);
            border: 1px solid var(--tan); border-radius: 50%;
            z-index: 9999; cursor: pointer; display: flex; align-items: center; justify-content: center;
            transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(140, 122, 107, 0.1);
        }
        #music-toggle:hover { background: rgba(237, 226, 204, 0.9); transform: scale(1.1); }
        .music-bars { display: flex; gap: 3px; height: 15px; }
        .bar { width: 3px; background: var(--taupe); height: 100%; border-radius: 2px; }
        .playing .bar { animation: sound 1s infinite alternate; }
        .playing .bar:nth-child(2) { animation-delay: 0.2s; }
        .playing .bar:nth-child(3) { animation-delay: 0.4s; }
        @keyframes sound { 0% { height: 20%; } 100% { height: 100%; } } */

/* =========================================
           SCROLL-SCRUB GLASS ENVELOPE SECTION
        ========================================= */
#daarzy-scroll-container {
    height: 250vh;
    position: relative;
    padding-top: 0.1px;
    /* Prevent margin collapse */
}

.daarzy-hero-fixed-bg {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url('https://i.pinimg.com/1200x/46/9d/10/469d10e4e822eaf3ef926304550e0605.jpg') center/cover no-repeat;
    z-index: 0;
}

.daarzy-sticky-envelope {
    position: sticky;
    top: 15%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 2;
    margin-top: -100vh;
    /* Pulled up to overlap the sticky background */
}

.daarzy-scroll-hint {
    position: absolute;
    bottom: 8%;
    font-family: var(--font-sub);
    letter-spacing: 4px;
    font-size: 0.85rem;
    color: var(--taupe);
    background: rgba(250, 249, 246, 0.7);
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px dashed var(--tan);
    backdrop-filter: blur(5px);
    animation: daarzy-pulse 2s infinite;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
}

@keyframes daarzy-pulse {

    0%,
    100% {
        opacity: 0.7;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(-5px);
    }
}

.daarzy-envelope-container {
    position: relative;
    width: 40%;
    height: 360px;
    perspective: 1000px;
    filter: drop-shadow(0 20px 30px rgba(74, 64, 54, 0.1));
    z-index: 10;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* iOS Hardware Accel */
    will-change: transform;
}

.daarzy-glass-panel {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.daarzy-env-back {
    inset: 0;
    border-radius: 4px;
    z-index: 1;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.6);
}

.daarzy-env-card {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    height: 330px;
    background: var(--off-white) url('https://i.pinimg.com/736x/eb/68/85/eb6885f13e8d31cb0dbf8dbdc4093e4c.jpg') center/cover no-repeat;
    /* Added background image */
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--champagne);
    border-radius: 15px;
    transform-origin: bottom center;
    transition: transform 0.1s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    /* iOS Hardware Accel */
}

.daarzy-env-card .daarzy-tiny-bow {
    font-size: 1.2rem;
    margin-bottom: 5px;
    opacity: 0.6;
}

.daarzy-env-front-left {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: #ededed40;
    backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    clip-path: polygon(0 0, 50% 50%, 0 100%);
}

.daarzy-env-front-right {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: #ededed40;
    backdrop-filter: blur(10px);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    clip-path: polygon(100% 0, 50% 50%, 100% 100%);
}

.daarzy-env-front-bottom {
    position: absolute;
    inset: 0;
    z-index: 4;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    clip-path: polygon(0 100%, 50% 50%, 100% 100%);
}

.daarzy-env-flap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    transform-origin: top;
    transition: transform 0.1s ease-out;
    z-index: 10;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    /* iOS Hardware Accel */
}

.daarzy-flap-glass {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.daarzy-wax-seal {
    position: absolute;
    bottom: -45px;
    /* Adjust bottom slightly to keep it centered on the flap edge */
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background: radial-gradient(circle, #EDE2CC, #CDBBA7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 5px rgba(140, 122, 107, 0.4), 0 4px 8px rgba(74, 64, 54, 0.15);
    color: var(--taupe);
    font-family: 'Great Vibes', cursive;
    font-size: 1.5rem;
    border: 2px solid #B5A491;
    z-index: 99;
}

/* Hero Section Enhancements */
.daarzy-hero-content {
    position: absolute;
    top: 0%;
    /* Adjust as needed */
    width: 100%;
    text-align: center;
    z-index: 1;
    /* Below the envelope but above the background */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
}

.daarzy-hero-title {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    color: var(--white);
    text-shadow: 0 4px 15px rgba(74, 64, 54, 0.3);
    line-height: 1.1;
}

.daarzy-hero-date {
    font-family: var(--font-sub);
    font-size: 1.2rem;
    letter-spacing: 8px;
    color: var(--champagne);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-weight: 400;
}

.daarzy-hero-button {
    background-color: var(--champagne);
    color: var(--taupe);
    font-family: var(--font-main);
    font-size: 0.9rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 12px 25px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(74, 64, 54, 0.2);
    text-decoration: none;
}

.daarzy-hero-button:hover {
    background-color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(74, 64, 54, 0.3);
}


/* =========================================
           MAIN WEBSITE CONTENT
        ========================================= */
#daarzy-content-wrapper {
    background-color: var(--off-white);
    background-image: url('https://www.transparenttextures.com/patterns/cream-paper.png');
    position: relative;
    z-index: 20;
    box-shadow: 0 -20px 50px rgba(140, 122, 107, 0.1);
}

section {
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* =========================================
           MERGED REVEAL & STORY SECTION
        ========================================= */
.daarzy-names-date {
    min-height: 80vh;
    justify-content: center;
    padding-top: 120px;
}

.daarzy-names-date .daarzy-date {
    font-size: 1.6rem;
    letter-spacing: 12px;
    color: var(--dark);
    font-weight: 300;
    margin-top: 10px;
}

.daarzy-reveal-centerpiece {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 60px 0 30px 0;
}

.daarzy-reveal-image {
    width: 300px;
    height: 420px;
    border-radius: 150px 150px 0 0;
    overflow: hidden;
    border: 8px solid var(--white);
    box-shadow: 0 20px 40px rgba(140, 122, 107, 0.15);
    z-index: 2;
    position: relative;
    background: var(--champagne);
}

.daarzy-reveal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: sepia(15%);
}

.daarzy-reveal-name {
    font-family: var(--font-heading);
    font-size: 8rem;
    color: var(--taupe);
    z-index: 3;
    position: relative;
    line-height: 1;
    text-shadow: 0 0 20px rgba(250, 249, 246, 0.9);
}

.daarzy-name-left {
    margin-right: -60px;
    transform: translateY(-60px);
}

.daarzy-name-right {
    margin-left: -50px;
    transform: translateY(60px);
    display: flex;
    align-items: center;
}

.daarzy-ampersand {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    color: var(--tan);
    font-style: italic;
    margin-right: 15px;
    transform: translateY(-10px);
}

.daarzy-story-content {
    max-width: 800px;
    margin: 0px 15PX 0 15PX;
}

.daarzy-story-content h2 {
    font-size: 2.5rem;
    color: var(--taupe);
    margin-bottom: 20px;
}

.daarzy-story-content p {
    font-size: 1.1rem;
    line-height: 2;
    color: var(--text-gray);
    font-family: 'Playfair Display', serif;
}

/* =========================================
           ARTISTIC B&W IMAGE + STRIPS SECTION
        ========================================= */
.daarzy-artistic-section {
    background-color: var(--off-white);
    background-image: url('https://www.transparenttextures.com/patterns/cream-paper.png');
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    width: 100%;
}

.daarzy-aesthetic-heading {
    font-family: var(--font-heading);
    font-weight: 300;
    font-size: 1.2rem;
    letter-spacing: 5px;
    color: var(--text-gray);
    text-transform: uppercase;
    z-index: 10;
    position: relative;
    text-align: center;
}

.daarzy-marquee-container {
    position: relative;
    width: 100%;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.daarzy-strip {
    font-family: 'Caveat', cursive;
    font-size: 5rem;
    color: #8C7A6B;
    white-space: nowrap;
    opacity: 0.4;
    will-change: transform;
}

#daarzy-strip-2 {
    margin-left: -150px;
}

.daarzy-marquee-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    pointer-events: none;
}

.daarzy-marquee-image-tilt-base {
    transform: rotate(-4deg);
    background: var(--white);
    padding: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    pointer-events: auto;
}

.daarzy-tilt-box {
    transform-style: preserve-3d;
    transition: transform 0.1s ease;
}

.daarzy-tilt-box img {
    width: 280px;
    height: 380px;
    object-fit: cover;
    filter: grayscale(100%) contrast(1);
    display: block;
}


/* =========================================
           MINIMALIST CALENDAR SECTION 
        ========================================= */
.daarzy-calendar-section {
    padding: 100px 20px 60px 20px;
}

.daarzy-cal-title {
    font-family: var(--font-heading);
    font-size: 7rem;
    color: var(--dark);
    line-height: 0.8;
    margin-bottom: 20px;
}

.daarzy-cal-subtitle {
    font-family: var(--font-sub);
    font-size: 1.5rem;
    letter-spacing: 12px;
    color: var(--taupe);
    margin-bottom: 50px;
}

.daarzy-calendar-wrapper {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.daarzy-cal-month {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: var(--dark);
}

.daarzy-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 25px 20px;
    font-family: var(--font-main);
    font-size: 1.4rem;
    color: var(--dark);
}

.daarzy-cal-grid .daarzy-day-name {
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: var(--sepia);
}

.daarzy-cal-grid span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin: 0 auto;
}

/* The Hand-drawn Scribble Heart Highlight */
.daarzy-highlight-date {
    color: var(--dark);
    font-weight: 600;
    z-index: 2;
}

.daarzy-scribble-heart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    z-index: -1;
    color: #ff000073;
    opacity: 0.8;
}

/* =========================================
           HAND-DRAWN TIMELINE SECTION
        ========================================= */
.daarzy-timeline-section {
    padding: 80px 20px 0px 20px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.daarzy-timeline-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 250px;
}

.daarzy-row-reverse {
    flex-direction: column;
}

.daarzy-tl-icon {
    width: 100%;
    display: flex;
    justify-content: center;
}

.daarzy-tl-icon svg {
    width: 100%;
    height: auto;
    max-width: 110px;
    color: var(--taupe);
}

.daarzy-tl-text {
    width: 100%;
    text-align: center;
}

.daarzy-tl-event {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    color: var(--dark);
    line-height: 1;
}

.daarzy-tl-time {
    font-family: 'Caveat', cursive;
    font-size: 2.5rem;
    color: var(--sepia);
    margin-top: 10px;
}

.daarzy-tl-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
    margin: 0;
}

.daarzy-tl-arrow svg {
    width: 80px;
    height: 100px;
    color: #ff000073;
    opacity: 0.8;
}

/* =========================================
           FULL-WIDTH VIDEO DETAILS SECTION
        ========================================= */
.daarzy-video-details-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    color: var(--white);
    text-align: center;
}

.daarzy-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: sepia(10%) brightness(0.8);
}

.daarzy-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(74, 64, 54, 0.4);
    z-index: 2;
}

.daarzy-video-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 20px;
    max-width: 800px;
}

.daarzy-video-title {
    font-family: var(--font-heading);
    font-size: 6.5rem;
    line-height: 1;
    color: var(--champagne);
}

.daarzy-video-text {
    font-family: var(--font-main);
    font-size: 1rem;
    line-height: 2;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--off-white);
}

.daarzy-video-venue-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    max-width: 900px;
}

.daarzy-video-venue-box {
    flex: 1;
    min-width: 250px;
    padding: 30px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.daarzy-venue-icon {
    font-size: 2.5rem;
    color: var(--champagne);
    margin-bottom: 10px;
    line-height: 1;
}

.daarzy-venue-link {
    display: inline-block;
    color: var(--tan);
    font-family: var(--font-main);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: underline;
    margin-top: 15px;
    transition: color 0.3s ease;
}

.daarzy-venue-link:hover {
    color: var(--white);
}

.daarzy-venue-qr {
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    max-width: 100px !important;
    max-height: 100px !important;
    margin-top: 15px;
    border: 3px solid var(--tan);
    background: var(--white);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.daarzy-venue-qr img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    display: block !important;
}

.daarzy-video-venue {
    font-family: var(--font-sub);
    font-size: 2.2rem;
    letter-spacing: 6px;
    margin-bottom: 10px;
    color: var(--white);
}

.daarzy-video-address {
    font-family: var(--font-main);
    font-size: 0.9rem;
    letter-spacing: 4px;
    font-weight: 300;
    color: var(--off-white);
}

.daarzy-video-attire {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.5rem;
    color: var(--tan);
    letter-spacing: 2px;
    margin-top: 10px;
}

/* =========================================
           HAND-DRAWN INVITATION LETTER SECTION 
        ========================================= */
.daarzy-details-section {
    padding: 0 !important;
}

.daarzy-hand-drawn-details {
    position: relative;
    max-width: 650px;
    width: 100%;
    margin: 20px auto;
    padding: 120px 20px 100px 20px;
    color: var(--dark);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.daarzy-wavy-border-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: visible;
    color: var(--tan);
}

.daarzy-hand-drawn-content {
    width: 70%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.daarzy-hd-bow {
    width: 90px;
    height: auto;
    margin-bottom: 15px;
    margin-top: -30px;
    color: var(--taupe);
    opacity: 0.7;
}

.daarzy-hd-title {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    margin-bottom: 25px;
    color: var(--dark);
    line-height: 1;
    text-align: center;
}

.daarzy-hd-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 2;
    color: var(--text-gray);
    margin-bottom: 40px;
    text-align: center;
}

.daarzy-hd-champagne {
    width: 150px;
    height: auto;
    margin-top: 10px;
    color: var(--taupe);
}

/* =========================================
           COUNTDOWN SECTION
        ========================================= */
.daarzy-countdown-section {
    padding: 80px 20px;
}

.daarzy-countdown-header {
    font-family: 'Great Vibes', cursive;
    font-size: 4.5rem;
    color: var(--dark);
    margin-bottom: 40px;
}

.daarzy-countdown-minimal {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.daarzy-time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.daarzy-time-unit .daarzy-num {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: var(--taupe);
    line-height: 1;
    font-variant-numeric: tabular-nums;
    min-width: 80px;
    display: inline-block;
    text-align: center;
}

.daarzy-time-unit .daarzy-lab {
    font-family: var(--font-main);
    font-size: 0.8rem;
    text-transform: lowercase;
    color: var(--text-gray);
    margin-top: 10px;
}

/* =========================================
           WEDDING PALETTE SECTION (MOVED & ADAPTED)
        ========================================= */
.daarzy-details-seals-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    /* Adjust spacing from text */
    padding-top: 30px;
    border-top: 1px dashed rgba(140, 122, 107, 0.3);
}

.daarzy-detail-seal-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

/* =========================================
           NEW SECTIONS STYLES
        ========================================= */

/* Gallery Section - Masonry/Bento Desktop */
.daarzy-gallery-section {
    padding: 100px 20px;
    background-color: var(--champagne);
    background-image: url('https://www.transparenttextures.com/patterns/cream-paper.png');
}

.daarzy-gallery-title {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    color: var(--dark);
    margin-bottom: 20px;
}

.daarzy-gallery-subtitle {
    font-family: var(--font-sub);
    font-size: 1rem;
    letter-spacing: 5px;
    color: var(--taupe);
    margin-bottom: 60px;
    text-transform: uppercase;
}

.daarzy-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-rows: minmax(250px, auto);
    /* Base row height for masonry effect */
    gap: 20px;
    max-width: 1200px;
    width: 100%;
}

.daarzy-gallery-item {
    background: var(--white);
    border: 1px solid var(--tan);
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.daarzy-gallery-item:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.daarzy-gallery-item img {
    width: 100%;
    height: 100%;
    /* Make image fill the item's height */
    object-fit: cover;
    display: block;
    filter: grayscale(30%) sepia(10%);
    transition: filter 0.3s ease;
}

.daarzy-gallery-item:hover img {
    filter: grayscale(0%) sepia(0%);
}

.daarzy-gallery-caption {
    font-family: 'Playfair Display', serif;
    font-size: 0.9rem;
    color: var(--text-gray);
    margin-top: 15px;
    text-align: center;
    font-style: italic;
}

/* Specific grid spans for Bento/Masonry feel on desktop */
@media (min-width: 769px) {
    .daarzy-gallery-grid {
        grid-template-columns: repeat(4, 1fr);
        /* 4 columns on desktop */
        grid-auto-rows: 250px;
        /* Fixed row height for more control */
    }

    /* Adjusting the grid layout to fill the bottom right space */
    .daarzy-gallery-item:nth-child(1) {
        grid-column: span 2;
        grid-row: span 2;
    }

    /* Large item */
    .daarzy-gallery-item:nth-child(2) {
        grid-column: span 1;
        grid-row: span 1;
    }

    .daarzy-gallery-item:nth-child(3) {
        grid-column: span 1;
        grid-row: span 1;
    }

    .daarzy-gallery-item:nth-child(4) {
        grid-column: span 1;
        grid-row: span 2;
    }

    /* Tall item */
    .daarzy-gallery-item:nth-child(5) {
        grid-column: span 1;
        grid-row: span 1;
    }

    .daarzy-gallery-item:nth-child(6) {
        grid-column: span 2;
        grid-row: span 1;
    }

    /* Wide item */
    .daarzy-gallery-item:nth-child(7) {
        grid-column: span 1;
        grid-row: span 1;
    }

    /* New item to fill the gap */
}


/* Q&A Section */
.daarzy-qna-section {
    padding: 100px 20px;
    background-color: var(--off-white);
    background-image: url('https://www.transparenttextures.com/patterns/cream-paper.png');
}

.daarzy-qna-title {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    color: var(--dark);
    margin-bottom: 20px;
}

.daarzy-qna-subtitle {
    font-family: var(--font-sub);
    font-size: 1rem;
    letter-spacing: 5px;
    color: var(--taupe);
    margin-bottom: 60px;
    text-transform: uppercase;
}

.daarzy-qna-accordion {
    max-width: 800px;
    width: 100%;
    margin-top: 40px;
}

.daarzy-accordion-item {
    border: 1px solid var(--champagne);
    margin-bottom: 15px;
    background-color: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    overflow: hidden;
}

.daarzy-accordion-header {
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 1.1rem;
    color: var(--taupe);
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--off-white);
    transition: background-color 0.3s ease;
}

.daarzy-accordion-header:hover {
    background-color: var(--champagne);
}

.daarzy-accordion-header span {
    font-size: 1.5rem;
    line-height: 1;
    transition: transform 0.3s ease;
}

.daarzy-accordion-item.active .daarzy-accordion-header span {
    transform: rotate(45deg);
}

.daarzy-accordion-content {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    color: var(--text-gray);
    padding: 0 20px;
    max-height: 0;
    /* Changed from 200px to 0 for controlled animation */
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    text-align: left;
}

/* Removed active state max-height and padding from CSS. Will be handled by JS. */


/* Contact Us Section */
.daarzy-contact-section {
    padding: 100px 20px;
    background-color: var(--taupe);
    background-image: url('https://www.transparenttextures.com/patterns/cream-paper.png');
    color: var(--white);
}

.daarzy-contact-title {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    color: var(--champagne);
    margin-bottom: 20px;
}

.daarzy-contact-subtitle {
    font-family: var(--font-sub);
    font-size: 1rem;
    letter-spacing: 5px;
    color: var(--off-white);
    margin-bottom: 60px;
    text-transform: uppercase;
}

.daarzy-contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 900px;
    width: 100%;
    margin-bottom: 60px;
}

.daarzy-info-item {
    text-align: center;
    flex: 1 1 250px;
}

.daarzy-info-item .daarzy-icon {
    font-size: 3rem;
    color: var(--champagne);
    margin-bottom: 15px;
}

.daarzy-info-item h3 {
    font-family: var(--font-sub);
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: var(--white);
}

.daarzy-info-item p {
    font-family: var(--font-main);
    font-size: 0.95rem;
    color: var(--off-white);
    line-height: 1.6;
}

.daarzy-contact-form {
    max-width: 600px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.daarzy-contact-form .daarzy-form-group {
    margin-bottom: 25px;
    text-align: left;
}

.daarzy-contact-form label {
    display: block;
    font-family: var(--font-main);
    font-size: 0.9rem;
    color: var(--champagne);
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.daarzy-contact-form input[type="text"],
.daarzy-contact-form input[type="email"],
.daarzy-contact-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.1);
    color: var(--white);
    font-family: var(--font-main);
    font-size: 1rem;
    border-radius: 5px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.daarzy-contact-form input[type="text"]::placeholder,
.daarzy-contact-form input[type="email"]::placeholder,
.daarzy-contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.daarzy-contact-form input[type="text"]:focus,
.daarzy-contact-form input[type="email"]:focus,
.daarzy-contact-form textarea:focus {
    border-color: var(--champagne);
    background: rgba(0, 0, 0, 0.2);
    outline: none;
}

.daarzy-contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.daarzy-contact-form button {
    background-color: var(--champagne);
    color: var(--taupe);
    font-family: var(--font-main);
    font-size: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.daarzy-contact-form button:hover {
    background-color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Invite Card Section */
.daarzy-invite-card-section {
    padding: 100px 20px;
    background-color: var(--champagne);
    background-image: url('https://www.transparenttextures.com/patterns/cream-paper.png');
    position: relative;
}

.daarzy-invite-card-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.3) 0%, transparent 40%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.3) 0%, transparent 40%);
    pointer-events: none;
    opacity: 0.5;
}

.daarzy-invite-card-section .daarzy-coquette-divider {
    margin-bottom: 60px;
}

.daarzy-invite-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.daarzy-invite-card-text {
    font-family: var(--font-heading);
    font-size: 4rem;
    color: var(--dark);
    margin-bottom: 40px;
    line-height: 1.1;
}

.daarzy-invite-card-image-wrapper {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    background: var(--white);
    border: 5px double var(--tan);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
}

.daarzy-invite-card-image {
    width: 100%;
    height: auto;
    display: block;
    filter: sepia(10%) contrast(1.05);
}

/* RSVP Form Specific Styles */
.daarzy-rsvp-section .daarzy-form-group {
    margin-bottom: 25px;
    text-align: left;
}

.daarzy-rsvp-section label {
    display: block;
    font-family: var(--font-main);
    font-size: 0.9rem;
    color: var(--taupe);
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.daarzy-rsvp-section input[type="text"],
.daarzy-rsvp-section select,
.daarzy-rsvp-section textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid var(--tan);
    background: var(--off-white);
    color: var(--dark);
    font-family: var(--font-main);
    font-size: 1rem;
    border-radius: 5px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.daarzy-rsvp-section input[type="text"]:focus,
.daarzy-rsvp-section select:focus,
.daarzy-rsvp-section textarea:focus {
    border-color: var(--taupe);
    box-shadow: 0 0 5px rgba(140, 122, 107, 0.2);
    outline: none;
}

.daarzy-rsvp-section textarea {
    min-height: 100px;
    resize: vertical;
}

.daarzy-rsvp-section button {
    background-color: var(--taupe);
    color: var(--white);
    font-family: var(--font-main);
    font-size: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(140, 122, 107, 0.2);
    width: 100%;
    margin-top: 10px;
}

.daarzy-rsvp-section button:hover {
    background-color: var(--dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(74, 64, 54, 0.3);
}

.daarzy-invite-download-button {
    background-color: var(--taupe);
    color: var(--off-white);
    font-family: var(--font-main);
    font-size: 0.9rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 12px 25px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(74, 64, 54, 0.2);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.daarzy-invite-download-button:hover {
    background-color: var(--dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(74, 64, 54, 0.3);
}

.daarzy-invite-download-button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}


/* =========================================
           CINEMATIC TEASER / COMING SOON
        ========================================= */
.daarzy-teaser-section {
    background: var(--dark);
    color: var(--champagne);
    min-height: 100vh;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.daarzy-teaser-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(140, 122, 107, 0.15) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.daarzy-teaser-content {
    position: relative;
    z-index: 2;
}

.daarzy-teaser-content p {
    font-family: var(--font-main);
    font-size: 1rem;
    letter-spacing: 5px;
    margin-bottom: 20px;
    color: var(--tan);
    text-transform: uppercase;
}

.daarzy-glitch {
    font-size: 4rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    position: relative;
    color: var(--white);
    letter-spacing: 5px;
    display: inline-block;
}

.daarzy-glitch::before,
.daarzy-glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.daarzy-glitch::before {
    left: 2px;
    text-shadow: -2px 0 var(--sepia);
    animation: daarzy-glitch-anim-1 4s infinite linear alternate-reverse;
}

.daarzy-glitch::after {
    left: -2px;
    text-shadow: 2px 0 var(--tan);
    animation: daarzy-glitch-anim-2 5s infinite linear alternate-reverse;
}

@keyframes daarzy-glitch-anim-1 {
    0% {
        clip-path: inset(20% 0 80% 0);
    }

    20% {
        clip-path: inset(60% 0 10% 0);
    }

    40% {
        clip-path: inset(40% 0 50% 0);
    }

    60% {
        clip-path: inset(80% 0 5% 0);
    }

    80% {
        clip-path: inset(10% 0 70% 0);
    }

    100% {
        clip-path: inset(30% 0 50% 0);
    }
}

@keyframes daarzy-glitch-anim-2 {
    0% {
        clip-path: inset(10% 0 60% 0);
    }

    20% {
        clip-path: inset(30% 0 20% 0);
    }

    40% {
        clip-path: inset(70% 0 10% 0);
    }

    60% {
        clip-path: inset(20% 0 50% 0);
    }

    80% {
        clip-path: inset(50% 0 30% 0);
    }

    100% {
        clip-path: inset(5% 0 80% 0);
    }
}

.daarzy-fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.daarzy-fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================
           RESPONSIVE MOBILE STYLES
        ========================================= */
@media (max-width: 768px) {
    .daarzy-hero-content {
        top: 10%;
        gap: 15px;
    }

    .daarzy-hero-title {
        font-size: 3rem;
    }

    .daarzy-hero-date {
        font-size: 0.9rem;
        letter-spacing: 5px;
    }

    .daarzy-hero-button {
        padding: 10px 20px;
        font-size: 0.8rem;
        letter-spacing: 2px;
    }

    .daarzy-reveal-centerpiece {
        flex-direction: column;
        gap: 0;
        margin: 30px 0;
    }

    .daarzy-reveal-image {
        width: 250px;
        height: 350px;
        border-width: 6px;
    }

    .daarzy-reveal-name {
        font-size: 6rem;
    }

    .daarzy-name-left {
        margin-right: 0;
        margin-bottom: -40px;
        transform: translateY(0) translateX(-30px);
        z-index: 3;
    }

    .daarzy-name-right {
        margin-left: 0;
        margin-top: -30px;
        transform: translateY(0) translateX(30px);
        z-index: 3;
    }

    .daarzy-ampersand {
        font-size: 3rem;
        margin-right: 8px;
        transform: translateY(-5px);
    }

    .daarzy-names-date .daarzy-date {
        font-size: 1.2rem;
        letter-spacing: 6px;
    }

    .daarzy-glitch {
        font-size: 2.5rem;
    }

    .daarzy-envelope-container {
        transform: scale(0.85);
        top: 0%;
        width: 100%;
    }

    .daarzy-countdown-header {
        font-size: 3rem;
    }

    .daarzy-countdown-minimal {
        gap: 20px;
    }

    .daarzy-time-unit .daarzy-num {
        font-size: 2.5rem;
    }

    .daarzy-details-seals-container {
        gap: 15px;
        margin-top: 30px;
        padding-top: 20px;
    }

    .daarzy-detail-seal-img {
        width: 65px;
        height: 65px;
    }

    .daarzy-strip {
        font-size: 3.5rem;
    }

    .daarzy-tilt-box img {
        width: 220px;
        height: 300px;
    }

    .daarzy-cal-title {
        font-size: 4.5rem;
    }

    .daarzy-cal-grid {
        gap: 15px 10px;
        font-size: 1.1rem;
    }

    .daarzy-cal-grid span {
        height: 35px;
        width: 35px;
    }

    .daarzy-timeline-section {
        display: block;
        max-width: 600px;
        padding: 80px 20px 0px 20px;
    }

    .daarzy-timeline-row {
        width: 100%;
        margin-bottom: 20px;
        gap: 15px;
    }

    .daarzy-tl-icon svg {
        max-width: 70px;
    }

    .daarzy-tl-arrow {
        transform: rotate(0deg);
        margin: -10px 0 10px 0;
    }

    .daarzy-tl-arrow svg {
        width: 60px;
        height: 80px;
    }

    /* New Sections Responsive */
    .daarzy-gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-auto-rows: auto;
        /* Remove fixed height for mobile masonry */
    }

    .daarzy-gallery-item:nth-child(1) {
        grid-column: auto;
        grid-row: auto;
    }

    .daarzy-gallery-item:nth-child(2) {
        grid-column: auto;
        grid-row: auto;
    }

    .daarzy-gallery-item:nth-child(3) {
        grid-column: auto;
        grid-row: auto;
    }

    .daarzy-gallery-item:nth-child(4) {
        grid-column: auto;
        grid-row: auto;
    }

    .daarzy-gallery-item:nth-child(5) {
        grid-column: auto;
        grid-row: auto;
    }

    .daarzy-gallery-item:nth-child(6) {
        grid-column: auto;
        grid-row: auto;
    }

    .daarzy-gallery-item:nth-child(7) {
        grid-column: auto;
        grid-row: auto;
    }

    /* Ensure new item is responsive */

    .daarzy-gallery-item img {
        height: 200px;
    }

    .daarzy-accordion-header {
        font-size: 1rem;
        padding: 15px;
    }

    .daarzy-accordion-content {
        font-size: 0.9rem;
    }

    .daarzy-contact-info {
        flex-direction: column;
        gap: 20px;
    }

    .daarzy-info-item {
        flex: 1 1 100%;
    }

    .daarzy-contact-form {
        padding: 30px;
    }

    .daarzy-invite-card-image-wrapper {
        padding: 15px;
    }
}

/* =========================================
           RSVP SECTION
        ========================================= */
.daarzy-rsvp-section {
    padding: 100px 20px;
    background-color: var(--off-white);
    background-image: url('https://www.transparenttextures.com/patterns/cream-paper.png');
    text-align: center;
}

.daarzy-rsvp-title {
    font-family: var(--font-heading);
    font-size: 5rem;
    color: var(--taupe);
    margin-bottom: 10px;
    line-height: 1;
}

.daarzy-rsvp-subtitle {
    font-family: var(--font-sub);
    font-size: 1rem;
    letter-spacing: 5px;
    color: var(--text-gray);
    margin-bottom: 50px;
    text-transform: uppercase;
}

.daarzy-rsvp-container {
    max-width: 700px;
    margin: 0 auto;
    background: var(--white);
    padding: 50px 40px;
    border: 1px solid var(--champagne);
    box-shadow: 0 15px 40px rgba(140, 122, 107, 0.08);
    position: relative;
}

.daarzy-rsvp-container::before {
    content: '';
    position: absolute;
    inset: 6px;
    border: 1px dashed var(--tan);
    pointer-events: none;
}

.daarzy-rsvp-form {
    position: relative;
    z-index: 2;
    text-align: left;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    backdrop-filter: none;
}

.daarzy-rsvp-form .daarzy-form-group {
    margin-bottom: 35px;
}

.daarzy-rsvp-form label {
    font-family: var(--font-sub);
    font-size: 0.95rem;
    color: var(--taupe);
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid rgba(140, 122, 107, 0.2);
    padding-bottom: 10px;
}

.daarzy-rsvp-form label .required {
    color: #d9534f;
}

.daarzy-rsvp-form input[type="text"] {
    background: var(--off-white);
    border: 1px solid var(--tan);
    color: var(--dark);
    border-radius: 0;
    padding: 12px 15px;
}

.daarzy-rsvp-form input[type="text"]:focus {
    background: var(--white);
    border-color: var(--taupe);
    box-shadow: inset 0 0 5px rgba(140, 122, 107, 0.1);
}

/* Custom Radio Buttons */
.daarzy-radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.daarzy-radio-grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.daarzy-custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: var(--font-main);
    font-size: 0.95rem !important;
    /* Override the label styling */
    color: var(--text-gray) !important;
    letter-spacing: normal !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    text-transform: none !important;
    position: relative;
    padding-left: 35px !important;
    user-select: none;
}

.daarzy-custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radio-mark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: var(--off-white);
    border: 1px solid var(--tan);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.daarzy-custom-radio:hover input~.radio-mark {
    background-color: var(--champagne);
}

.daarzy-custom-radio input:checked~.radio-mark {
    background-color: var(--taupe);
    border-color: var(--taupe);
}

.radio-mark:after {
    content: "";
    position: absolute;
    display: none;
}

.daarzy-custom-radio input:checked~.radio-mark:after {
    display: block;
}

.daarzy-custom-radio .radio-mark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--white);
}

.radio-text {
    line-height: 1.4;
}

.daarzy-rsvp-submit {
    margin-top: 20px;
    background-color: var(--taupe) !important;
    color: var(--white) !important;
    font-family: var(--font-sub) !important;
    letter-spacing: 4px !important;
    padding: 15px 40px !important;
    border-radius: 0 !important;
    border: 1px solid var(--taupe) !important;
}

.daarzy-rsvp-submit:hover {
    background-color: var(--white) !important;
    color: var(--taupe) !important;
}

.daarzy-rsvp-msg {
    margin-top: 20px;
    padding: 15px;
    font-family: var(--font-main);
    font-size: 0.9rem;
    text-align: center;
    border: 1px solid transparent;
}

.daarzy-rsvp-msg.success {
    background-color: #f1ebd8;
    border-color: var(--tan);
    color: var(--dark);
}

.daarzy-rsvp-msg.error {
    background-color: #f8dbdb;
    border-color: #d9534f;
    color: #a94442;
}

@media (max-width: 768px) {
    .daarzy-rsvp-container {
        padding: 30px 20px;
    }

    .daarzy-rsvp-title {
        font-size: 3.5rem;
    }

    .daarzy-custom-radio {
        font-size: 0.85rem !important;
    }
}

/* =========================================
   RSVP FORM SECTIONS STYLES
========================================= */
.daarzy-rsvp-section {
    padding: 100px 20px;
    background-color: var(--off-white);
    background-image: url('https://www.transparenttextures.com/patterns/cream-paper.png');
    display: flex;
    flex-direction: column;
    align-items: center;
}

.daarzy-rsvp-container {
    max-width: 700px;
    width: 100%;
    background: var(--white);
    padding: 50px;
    border: 1px solid var(--champagne);
    box-shadow: 0 10px 30px rgba(140, 122, 107, 0.1);
    border-radius: 8px;
    position: relative;
}

.daarzy-rsvp-title {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    color: var(--taupe);
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
}

.daarzy-rsvp-subtitle {
    font-family: var(--font-sub);
    font-size: 1rem;
    letter-spacing: 4px;
    color: var(--text-gray);
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.daarzy-rsvp-form .daarzy-form-group {
    margin-bottom: 35px;
    text-align: left;
}

.daarzy-rsvp-form label {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: var(--dark);
    margin-bottom: 15px;
    font-style: italic;
}

.daarzy-rsvp-form input[type="text"] {
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 2px solid var(--champagne);
    background: transparent;
    color: var(--dark);
    font-family: var(--font-main);
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.daarzy-rsvp-form input[type="text"]:focus {
    border-bottom-color: var(--tan);
    outline: none;
}

/* Custom Interactive Radio Buttons */
.daarzy-radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.daarzy-radio-label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-family: var(--font-main);
    font-size: 0.95rem;
    color: var(--text-gray);
    display: flex;
    align-items: center;
    min-height: 25px;
    transition: color 0.3s ease;
    font-style: normal;
    /* Override parent label italics */
    margin-bottom: 0;
}

.daarzy-radio-label:hover {
    color: var(--dark);
}

.daarzy-radio-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.daarzy-radio-custom {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 22px;
    width: 22px;
    background-color: var(--off-white);
    border: 2px solid var(--tan);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.daarzy-radio-label:hover input~.daarzy-radio-custom {
    background-color: var(--champagne);
}

.daarzy-radio-label input:checked~.daarzy-radio-custom {
    background-color: var(--taupe);
    border-color: var(--taupe);
}

.daarzy-radio-custom:after {
    content: "";
    position: absolute;
    display: none;
}

.daarzy-radio-label input:checked~.daarzy-radio-custom:after {
    display: block;
}

.daarzy-radio-label .daarzy-radio-custom:after {
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--white);
}

/* Submit Button & Messages */
.daarzy-form-submit {
    text-align: center;
    margin-top: 50px;
}

.daarzy-rsvp-form button {
    background-color: var(--taupe);
    color: var(--off-white);
    font-family: var(--font-main);
    font-size: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 15px 40px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(140, 122, 107, 0.2);
}

.daarzy-rsvp-form button:hover {
    background-color: var(--dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(74, 64, 54, 0.3);
}

.daarzy-rsvp-form button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.daarzy-rsvp-msg {
    margin-top: 20px;
    text-align: center;
    font-family: var(--font-main);
    font-size: 0.95rem;
}

.daarzy-rsvp-msg .success-msg {
    color: #4A6B59;
    background: #E8F0EA;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #C2D6CA;
}

.daarzy-rsvp-msg .error-msg {
    color: #8C4A4A;
    background: #F0E8E8;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #D6C2C2;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .daarzy-rsvp-container {
        padding: 30px 20px;
    }

    .daarzy-radio-group {
        gap: 15px;
    }

    .daarzy-video-details-section {
        height: auto !important;
        min-height: 100vh;
        padding: 80px 0 80px 0;
    }

    .daarzy-rsvp-title {
        font-size: 3.5rem;
    }

    .daarzy-rsvp-subtitle {
        font-size: 0.85rem;
    }
}

/* ==========================================================================
   26. Audio Autoplay Overlay
   ========================================================================== */

.daarzy-audio-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--white);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.8s ease;
}

.daarzy-audio-content {
    text-align: center;
    padding: 50px 40px;
    border: 1px solid var(--champagne);
    background: #fff;
    box-shadow: 0 10px 40px rgba(140, 122, 107, 0.15);
    max-width: 400px;
    width: 90%;
    border-radius: 8px;
}

.daarzy-audio-title {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    color: var(--taupe);
    margin-bottom: 10px;
    line-height: 1.2;
}

.daarzy-audio-text {
    font-family: var(--font-main);
    color: var(--text-gray);
    font-size: 0.8rem;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.daarzy-audio-btn {
    font-family: var(--font-sub);
    background: var(--taupe);
    color: var(--white);
    padding: 14px 40px;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.9rem;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.daarzy-audio-btn:hover {
    background: var(--champagne);
    color: var(--dark);
}

.daarzy-audio-toggle {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    min-width: 60px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: var(--taupe);
    color: var(--white);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.daarzy-audio-toggle:hover {
    background: var(--dark);
    transform: scale(1.05);
}

.daarzy-audio-toggle svg {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}