/* --- Amalfi Pop Theme (Refined & Authentic) --- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,700;1,400&family=Inter+Tight:ital,wght@0,300;0,400;0,500;0,600;1,300&family=Oooh+Baby&display=block');
@import url(https://db.onlinewebfonts.com/c/2aea0ac500c896188f9ad191c231029c?family=Orpheus+Pro);

/* --- Global Reset & Base --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* Critical for layout sizing */
}

:root {
    /* Authentic Majolica Palette */
    --pop-blue: #2A6478;
    /* Muted Teal/Blue (Ceramic style) */
    --pop-yellow: #fec42a;
    /* Saffron/Warm Gold */
    --pop-cream: #FFFCF5;
    /* Warm off-white background */
    --pop-orange: #E85D04;
    /* Terracotta accent */
    --pop-text: #2C3E50;
    /* Dark slate for text */

    --border-radius: 8px;
    --header-height: 100px;
    /* Fixed header height */
}

html {
    background-color: var(--pop-cream);
    /* Prevents white flash during load */
}

body {
    font-family: 'Inter Tight', sans-serif;
    /* Updated from Montserrat to match Rey reference */
    color: var(--pop-text);
    line-height: 1.6;
    font-size: 18px;
    overflow-x: hidden;
    /* Prevent horizontal scroll */
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: var(--header-height);
    /* Prevent header overlap */
    background-color: var(--pop-cream);
    /* Sticky Footer Setup */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}



/* --- Text Fade Only (Anti-Flicker) --- */
/* Elements start hidden but take up space, backgrounds stay visible */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
button,
label,
input,
select,
textarea,
strong,
small,
em,
b,
td,
th,
.hero-date-text {
    transition: opacity 0.5s ease;
}

body:not(.fonts-loaded) h1,
body:not(.fonts-loaded) h2,
body:not(.fonts-loaded) h3,
body:not(.fonts-loaded) h4,
body:not(.fonts-loaded) h5,
body:not(.fonts-loaded) h6,
body:not(.fonts-loaded) p,
body:not(.fonts-loaded) a,
body:not(.fonts-loaded) span,
body:not(.fonts-loaded) li,
body:not(.fonts-loaded) button,
body:not(.fonts-loaded) label,
body:not(.fonts-loaded) input,
body:not(.fonts-loaded) select,
body:not(.fonts-loaded) textarea,
body:not(.fonts-loaded) strong,
body:not(.fonts-loaded) small,
body:not(.fonts-loaded) em,
body:not(.fonts-loaded) b,
body:not(.fonts-loaded) td,
body:not(.fonts-loaded) th,
body:not(.fonts-loaded) .hero-date-text {
    opacity: 0;
}

/* --- Section 1: Tiled Hero --- */
/* --- Section 1: Tiled Hero --- */
.section-hero {
    background-color: var(--pop-cream);
    /* Warm base */
    position: relative;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    /* Full screen impact */
    overflow: hidden;
    /* For garlands */
}

/* Pseudo-element for the pattern to adjust opacity */
.section-hero::before {
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    background-image: url('assets/bg-tile.svg');
    background-size: 400px;
    background-repeat: repeat;
    /* Soft Parallax via JS - Helper Refactored to Transform for Performance */
    transform: translate3d(0, var(--parallax-y, 0px), 0);
    will-change: transform, opacity;
    opacity: var(--pattern-opacity, 0.8);
    /* Balanced opacity for readability */
    z-index: 1;
    pointer-events: none;
}

/* Garlands specifically for the Hero Frame */
.hero-garland {
    position: absolute;
    left: -10%;
    /* Center the overflow */
    width: 120%;
    /* Extra width for scroll movement */
    height: 100px;
    background-image: url('assets/lemongarland.svg');
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center;
    pointer-events: none;
    z-index: 10;
    opacity: var(--garland-opacity, 1);
    /* Fade out with scroll */
}

.hero-garland.top {
    top: 10px;
    /* Move Right (Positive) - Since var is negative, multiply by -1 */
    transform: translateX(calc(var(--garland-x, 0px) * -1));
}

.hero-garland.bottom {
    bottom: 20px;
    /* Move Left (Negative) - Since var is negative, use it directly */
    transform: translateX(var(--garland-x, 0px)) rotate(180deg);
}


/* --- Hero Content (Editorial / Fluid) --- */
/* --- Hero Content (Editorial / Fluid) --- */
.hero-content-fluid {
    text-align: center;
    position: relative;
    z-index: 20;
    max-width: 800px;
    /* Constrain slightly for the box look */
    width: 100%;
    padding: 3rem 2rem;

    /* The "SVG Box" Look - Glassy/Paper Style */
    background-color: rgba(255, 252, 245, 0.95);
    /* High opacity cream */
    border-radius: 4px;
    /* Slight rounding, or 0 for sharp editorial */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    /* Lift it off the pattern */
    border: 1px solid rgba(0, 0, 0, 0.05);
    /* Subtle edge definition */

    /* Optional: If we want the "scalloped" look, we could use border-image or a pseudo-element mask, 
       but for "Rey Fluid" styling, a clean box is often better. 
       Let's stick to a clean, high-contrast box as requested for readability. */
    margin: 0 20px;
    /* Ensure gap on mobile */
    margin-top: -50px;
    /* Add arbitrary space if needed, or rely on padding */
}

/* Big Dramatic Names */
.hero-main-text {
    font-family: 'Oooh Baby', cursive;
    color: var(--pop-blue);
    font-size: 5.5rem;
    font-weight: 400;
    /* Ensure normal weight (Oooh Baby is single weight) */
    /* Adjusted slightly for box fit */
    line-height: 1.1;
    margin-bottom: 2rem;
    text-shadow: none;
    /* Removed shadow as we now have a clean background */
}

/* Subtitles */
.hero-sub-text {
    font-family: "Orpheus Pro", serif;
    font-size: 2rem;
    color: var(--pop-orange);
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.hero-date-text {
    font-family: 'Inter Tight', sans-serif;
    color: var(--pop-text);
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 1.2rem;
    border-top: 2px solid var(--pop-yellow);
    border-bottom: 2px solid var(--pop-yellow);
    display: inline-block;
    padding: 1rem 3rem;
    margin-top: 2rem;
}

/* Remove old card styles if unused, or keep for legacy reference */
.hero-stamp-card {
    display: none;
}

/* --- Section 2: Yellow Invite Band --- */
.section-invite {
    background-color: var(--pop-yellow);
    /* margin-top moved to specific ID to avoid affecting footer invite */
    padding: 150px 20px;
    text-align: center;
    position: relative;
    z-index: 10;
}

#main-invite {
    transform: translateY(var(--invite-y, 0px));
    will-change: transform;
    position: relative;
    z-index: 10;
}

#rsvp-section {
    margin-top: var(--reveal-y, 0px);
    /* Initially pulls up to cover section 3 */
    position: relative;
    z-index: 10;
}


.section-invite h3 {
    font-family: "Orpheus Pro", serif;
    font-size: 3rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.4;
    font-weight: 400;
    color: var(--pop-cream);

}

.section-invite p {
    color: rgba(255, 255, 255, 1);

    font-size: 1.2rem;
    max-width: 400px;
    line-height: 2;
    margin: 0 auto;
    letter-spacing: 1px;
}

.section-invite .btn {
    background-color: transparent;
    border: 1px solid #333;
    /* Dark border */
    color: #333;
    box-shadow: none;
    border-radius: 12px;
    /* Slightly rounded corners like reference */
    padding: 1rem 4rem;
    /* Wide button */
    margin-top: 3rem;
    font-family: 'Inter Tight', sans-serif;
    letter-spacing: 1px;
}

.section-invite .btn:hover {
    background-color: white;
    color: #333;
    border-color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* --- Section 3: White Details with Garlands --- */
.section-details {
    background-color: var(--pop-cream);
    padding: 100px 0;
    position: relative;
    z-index: 5;
    margin-top: var(--details-offset, 0px);
}

.content-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Garlands as top/bottom separators */
.garland-separator {
    display: none;
    /* User requested removal */
    height: 120px;
    width: 100%;
    background-image: url('assets/Asset 9.svg');
    /* Panoramic garland */
    background-size: auto 100%;
    /* Keep height fixed, auto width */
    background-repeat: repeat-x;
    background-position: center bottom;
    margin: 0;
    display: block;
}

.garland-top {
    margin-top: -60px;
    /* Pull up to overlap yellow/hero boundary */
    position: relative;
    z-index: 20;
}

.garland-bottom {
    transform: rotate(180deg);
    margin-top: 40px;
}

/* ... styles ... */

.pattern-strip {
    height: 150px;
    width: 100%;
    /* Asset 9 is the panoramic banner (5000px wide) */
    background-image: url('assets/Asset 9.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    opacity: 1;
}

/* Typography Overrides */
h1,
h2,
h3 {
    font-family: "Orpheus Pro", serif;
    color: var(--pop-blue);
    text-transform: none;
    /* Explicitly reset casing */
    letter-spacing: 0px;
    margin-bottom: var(--heading-space, 1rem);
    /* Adjustable spacing default */
}

/* --- Utility: Adjustable Spacer --- */
.spacer {
    display: block;
    width: 100%;
    height: var(--h, 2rem);
    /* Default to 2rem, override with inline style="--h: 5rem" */
}

h1 {
    font-weight: 700;
}

h2,
h3 {
    font-weight: 400;
    /* Lighter weight as requested */
}

/* Script font for 'handwritten' notes */
.script-font {
    font-family: 'Oooh Baby', cursive;
    font-weight: 400;
    color: var(--pop-yellow);
}

/* --- Container: The "Postage Stamp" Main Card --- */
.main-stage {
    max-width: 900px;
    margin: 0 auto;
    background-color: white;
    /* Heavy Ceramic Border to match reference */
    border: 8px double var(--pop-yellow);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    /* Strong shadow to lift it off tiles */
    overflow: hidden;
    min-height: 80vh;
    position: relative;
    z-index: 20;
    /* Above garlands */
}

/* --- Navigation: Clean & Integrated --- */
.top-nav {
    /* Block white with transparency */
    background-color: rgba(255, 255, 255, 0.85);
    padding: 1.5rem 2rem;
    /* Restored padding for breathing room */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
    /* Removed border */
    position: fixed;
    /* Fixed at top */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* Ensure it stays on top */
    pointer-events: auto;
    /* Ensure on top */
    backdrop-filter: blur(12px);
    /* Standard frosted glass blur */
}

.nav-logo a {
    font-family: 'Oooh Baby', cursive;
    font-size: 2rem;
    /* Increased slightly for legibility */
    color: var(--pop-blue);
    text-decoration: none;
    display: flex;
    align-items: center;
}

.nav-logo img {
    height: 60px;
    width: auto;
    display: block;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.nav-links a {
    text-decoration: none;
    color: var(--pop-blue);
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: var(--pop-orange);
}

/* --- Hamburger Menu (Hidden by default) --- */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10001;
    /* Above everything */
}

.menu-toggle span {
    width: 30px;
    height: 3px;
    background: var(--pop-blue);
    border-radius: 10px;
    transition: all 0.3s linear;
}

/* --- Mobile Styles --- */
@media (max-width: 768px) {

    /* Navigation */
    .top-nav {
        padding: 1.5rem 1.2rem;
        /* Increased padding */
        flex-direction: row !important;
        /* FORCE ROW */
        flex-wrap: nowrap !important;
        /* FORCE NO WRAP */
        justify-content: space-between !important;
        align-items: center;
    }

    .nav-logo a {
        font-size: 1.5rem;
        /* Smaller logo for mobile */
        white-space: nowrap;
        /* Keep name on one line */
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-logo img {
        height: 40px;
        /* Force smaller height */
        max-width: 180px;
        /* Cap width to prevent pushing burger */
        width: auto;
        object-fit: contain;
    }

    .menu-toggle {
        display: flex;
        /* Show hamburger */
        flex-shrink: 0;
        /* Don't shrink the burger */
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        /* Hide off-screen */
        width: 70%;
        height: 100vh;
        background: var(--pop-cream);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        transition: right 0.3s ease-in-out;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        z-index: 10000;
    }

    .nav-links.active {
        right: 0;
        /* Slide in */
    }

    .nav-links a {
        font-size: 1.5rem;
        /* Larger touch targets */
    }

    /* Fix Giant Typography */
    .hero-main-text {
        font-size: 3rem !important;
        /* Override inline styles */
        line-height: 1.1;
    }

    .hero-sub-text {
        font-size: 1.5rem !important;
    }

    body {
        padding-top: 0 !important;
    }

    .section-hero {
        padding-top: 250px;
        /* Reduced spacing */
        min-height: 100vh;
    }

    .hero-garland.top {
        top: 110px !important;
        /* Move garland below header */
    }

    .section-hero::before {
        top: 0;
        height: 100%;
        background-position: center top;
        /* Ensure pattern starts at very top */
    }

    /* Layout Adjustments */
    .main-stage {
        border-width: 4px;
        /* Thinner border */
        width: 95%;
        /* More width */
    }

    .hero-wrapper {
        padding: 2rem 1rem;
    }

    .hero-stamp-border {
        min-height: auto;
        padding: 60px 30px;
    }
}

/* --- Hero Section: Elegant Poster Style --- */
.hero-wrapper {
    background-color: var(--pop-cream);
    padding: 3rem;
    text-align: center;
    position: relative;
    /* Use the lemons as a top border instead of solid line */
    background-image: url('assets/pop-lemons-stripes.png');
    background-size: cover;
    background-position: center;
}

/* Create a white card overlay for legibility */
.hero-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

.hero-stamp-border {
    position: relative;
    z-index: 2;
    background-color: transparent;
    padding: 100px 60px;
    /* More vertical padding */
    max-width: 500px;
    /* Thinner for portrait asset */
    margin: 0 auto;
    min-height: 600px;
    /* Taller */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /* Asset 3 is Portrait (470x633) */
    background-image: url('assets/Asset 3.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;

    /* Clear overrides */
    border: none;
    box-shadow: none;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.hero-stamp-border::before {
    display: none;
}

.hero-main-text {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    color: var(--pop-blue);
}

.hero-sub {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: var(--pop-text);
    margin-top: 1rem;
    letter-spacing: 2px;
}

/* --- Decorative Sections --- */
.pattern-strip {
    height: 100px;
    width: 100%;
    /* Asset 5 is the blue pattern strip */
    background-image: url('assets/Asset 5.svg');
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center;
    background-color: transparent;
    opacity: 1;
}

/* --- Cards / Content --- */
.content-card {
    background: white;
    padding: 2.5rem;
    margin: 2rem auto;
    max-width: 800px;
    border: 1px solid #eee;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    /* Soft shadow */
    text-align: center;
    border-radius: 8px;
}

.section-title {
    font-size: 2.5rem;
    color: var(--pop-orange);
    margin-bottom: 2rem;
    font-family: 'Kaushan Script', cursive;
}

/* --- Buttons: Elegant Pill Style --- */
.btn {
    background-color: var(--pop-blue);
    color: white;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 50px;
    /* Soft pill shape */
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(42, 100, 120, 0.3);
    transition: all 0.2s;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(42, 100, 120, 0.4);
    background-color: #1e4b5c;
    /* Darker teal */
}

/* --- Outline Button filling with yellow --- */
.btn-outline {
    background-color: transparent;
    color: var(--pop-blue);
    border: 1px solid var(--pop-blue);
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
    align-self: center;
}

.btn-outline:hover {
    background-color: var(--pop-yellow);
    border-color: var(--pop-yellow);
    color: var(--pop-blue);
    box-shadow: 0 4px 12px rgba(254, 196, 42, 0.4);
}

/* --- Forms --- */
input,
select,
textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width: 100%;
    margin-bottom: 1rem;
    background: #fdfdfd;
}

input:focus {
    outline: none;
    border-color: var(--pop-blue);
    background: white;
}

/* --- Page Specifics: FAQ & Accordion --- */
.faq-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
}

.accordion-item {
    border: 1px solid #eee;
    background: white;
    margin-bottom: 1rem;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.accordion-header {
    padding: 1.5rem;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    color: var(--pop-blue);
    border-radius: 4px;
}

.accordion-header:hover {
    background: var(--pop-cream);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    border-top: 1px solid transparent;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    border-top: 1px solid #eee;
    padding: 1.5rem;
    color: #555;
}

/* --- Page Specifics: Accommodation --- */
.hotel-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem;
    justify-content: center;
}

.hotel-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-top: 4px solid var(--pop-blue);
    padding: 2rem;
    text-align: left;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    flex: 1;
    min-width: 300px;
    max-width: 400px;
}

.hotel-card h3 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.hotel-card p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .hero-stamp-border {
        background-image: none;
        border: 4px double var(--pop-yellow);
        padding: 2rem;
        min-height: auto;
    }

    .hero-main-text {
        font-size: 3rem;
    }

    .main-stage {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .content-card {
        margin: 1rem;
        padding: 1.5rem;
        box-shadow: none;
        border: 1px solid #eee;
    }

    .top-nav {
        flex-direction: column;
        gap: 1rem;
    }

    /* ... responsive styles ... */
    .nav-links {
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* --- Site Footer --- */
.site-footer {
    background-color: var(--pop-cream);
    padding: 1rem 2rem;
    text-align: center;
    position: relative;
    z-index: 100;
    margin-top: auto;
    /* Push to bottom */
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-lemon {
    height: 40px;
    /* Adjust size as needed */
    width: auto;
    /* filter removed to show natural PNG colors */
    opacity: 1;
}

/* --- Accommodation Vine Layout --- */
.vine-section {
    position: relative;
    padding: 4rem 0;
    width: 100%;
    /* Ensure full width */
    max-width: 100%;
    /* Allow full expansion */
    margin: 0 auto;
    overflow: hidden;
    /* trim vine if needed */
}

.vine-center-image {
    /* Retired in favor of split assets */
    display: none;
}

.vine-content-grid {
    position: relative;
    z-index: 1;
    /* Above vine */
    display: flex;
    flex-direction: column;
    /* Removed large vertical gap for continuous flow */
    gap: 0;
    padding: 2rem 0;
    width: 100%;
    /* Ensure grid takes full width */
}

.vine-card {
    width: 50%;
    /* background: rgba(255,255,255,0.8); Optional for legibility */
    padding: 1rem;
    position: relative;

    /* Enforce FIXED height so all vines are spaced identically */
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vine-decoration {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    /* Adjust size as needed */
    height: auto;
    z-index: -1;
    pointer-events: none;
}

.vine-card.left {
    align-self: flex-start;
    text-align: right;
    margin-right: 50%;

    padding-right: 180px;
    /* Create a central safe zone for vines */
}

.vine-card.left .vine-decoration {
    position: absolute;
    right: -110px;
    /* Center is 0. Spans -110 to +110. */
    top: -50px;
    width: 220px;
    max-width: none;
    transform: rotate(-5deg);
    z-index: 0;
}


.vine-card.right {
    align-self: flex-end;
    text-align: left;
    margin-left: 50%;

    padding-left: 180px;
}

.vine-card.right .vine-decoration {
    position: absolute;
    left: -110px;
    /* Center is 0. Spans -110 to +110. */
    top: -50px;
    width: 220px;
    max-width: none;
    transform: rotate(5deg);
    z-index: 0;
}

.vine-card h3 {
    font-family: 'Orpheus Pro', serif;
    font-size: 2.5rem;
    color: var(--pop-blue);
    margin-bottom: 0.5rem;
}

.vine-card p {
    font-family: 'Inter Tight', sans-serif;
    color: #666;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.vine-card a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    color: var(--pop-text);
    font-size: 0.8rem;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .vine-center-image {
        display: none;
    }

    .vine-decoration {
        display: none !important;
        /* Hide on mobile for cleanliness */
    }

    .vine-card,
    .vine-card.left,
    .vine-card.right {
        width: 100%;
        max-width: 400px;
        /* Keep them readable */
        margin: 0 auto !important;
        /* Center the card itself */
        text-align: center !important;
        /* Center the text inside */
        padding: 0 !important;
        /* Remove the large side paddings */
        float: none;
        align-self: center;
    }

    .vine-content-grid {
        gap: 4rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* Ensure flex items are centered */
    }
}