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

body {
    font-family: 'Poppins', sans-serif;
    color: #ad820b;
    background: #e0dc9d;
    min-height: 100vh;
    font-size: 16px;
}

h1, h2, h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
}

a {
    color: #ad820b;
}

/* Header & Navigation */
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 2.5rem;
}

.site-header .logo {
    height: 50px;
}

.site-header nav {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    padding: 0;
    flex-wrap: wrap;
}

.site-header nav a {
    text-decoration: none;
    color: #ad820b;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color 0.2s;
}

.site-header nav a:hover,
.site-header nav a.active {
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Standalone nav (bottom of page) */
nav.bottom-nav {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    padding: 1.5rem 2rem;
    flex-wrap: wrap;
}

nav.bottom-nav a {
    text-decoration: none;
    color: #ad820b;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color 0.2s;
}

nav.bottom-nav a:hover,
nav.bottom-nav a.active {
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Decorative elements */
.motif {
    display: block;
    margin: 2rem auto;
    max-width: 200px;
}

.motif-wide {
    display: block;
    max-width: 350px;
    margin: 2rem auto;
}

.peacock-divider {
    display: block;
    margin: 2.5rem auto;
    max-width: 220px;
}

/* Page content - standard width for most pages */
.page-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 2rem 4rem;
}

/* Wide layout for Our Story and Travel pages */
.page-content.wide {
    max-width: 1100px;
    padding: 2rem 4rem 4rem;
}

.page-content h1 {
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.03em;
    margin-bottom: 0.75rem;
}

.page-content h2 {
    font-size: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
    font-style: italic;
}

.page-content h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 2.5rem 0 0.75rem;
}

.page-content p {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

/* Pink accent text */
.pink {
    color: #cd4986;
}

.date-line {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: #ad820b;
    text-align: center;
    margin-bottom: 2.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.tagline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.4rem;
    font-style: italic;
    color: #ad820b;
    text-align: center;
    margin: 2.5rem 0;
}

/* Hero image */
.hero-img {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 2.5rem auto;
}

/* Our Story - alternating image/text (wide layout) */
.story-section {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin: 1rem 0;
    padding: 1.5rem 0;
}

.story-section.reverse {
    flex-direction: row-reverse;
}

.story-section img {
    width: 55%;
    flex-shrink: 0;
    object-fit: cover;
}

.story-section .poem-block {
    flex: 1;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1.8;
    white-space: pre-line;
    color: #ad820b;
}

/* Transition heading between story sections */
.story-transition {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    font-style: italic;
    font-weight: 300;
    color: #cd4986;
    text-align: center;
    padding: 3rem 0;
}

.poem-full {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    white-space: pre-line;
    line-height: 1.9;
    font-size: 1.2rem;
    text-align: center;
    padding: 2rem 0;
}

/* Travel page - two column with decorative motif */
.travel-header {
    display: flex;
    gap: 0;
    margin-bottom: 2rem;
}

.travel-header .motif-large {
    width: 300px;
    flex-shrink: 0;
    object-fit: contain;
}

.travel-header .travel-intro {
    flex: 1;
    padding: 2rem 0;
    text-align: center;
}

.travel-two-col {
    display: flex;
    gap: 3rem;
    margin: 3rem 0;
    align-items: flex-start;
}

.travel-two-col h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    font-weight: 300;
    font-style: italic;
    width: 250px;
    flex-shrink: 0;
    color: #ad820b;
}

.travel-two-col .travel-detail {
    flex: 1;
}

.travel-two-col .travel-detail p.pink {
    color: #cd4986;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.travel-two-col .travel-detail p.pink:first-child {
    margin-top: 0;
}

/* Events */
.event-day {
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(173, 130, 11, 0.2);
}

.event-day:last-child {
    border-bottom: none;
}

.event-day h3 {
    color: #ad820b;
    margin-bottom: 1rem;
}

.event-day strong {
    display: block;
    margin-top: 1.25rem;
    margin-bottom: 0.25rem;
}

.dress-code {
    font-size: 0.85rem;
    color: rgba(173, 130, 11, 0.7);
    font-style: italic;
}

/* FAQ */
.faq-item {
    margin-bottom: 2.5rem;
}

.faq-item h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

/* Photo gallery */
.gallery-section {
    margin-bottom: 3.5rem;
}

.gallery-section h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 400;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.gallery-grid img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    cursor: pointer;
    transition: opacity 0.2s;
}

.gallery-grid img:hover {
    opacity: 0.85;
}

/* Footer */
footer {
    padding: 2.5rem;
    text-align: center;
    color: rgba(173, 130, 11, 0.6);
    font-size: 0.8rem;
    border-top: 1px solid rgba(173, 130, 11, 0.2);
    margin-top: 2rem;
}

footer a {
    color: rgba(173, 130, 11, 0.6);
    text-decoration: none;
}

footer a:hover {
    color: #ad820b;
}

/* Responsive */
@media (max-width: 768px) {
    .site-header {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem 1rem;
    }

    .site-header nav {
        justify-content: center;
        gap: 0.5rem 0.75rem;
    }

    .site-header nav a {
        font-size: 0.7rem;
    }

    .page-content h1 {
        font-size: 2rem;
    }

    .page-content h2 {
        font-size: 1.5rem;
    }

    .page-content.wide {
        padding: 2rem 1.5rem 4rem;
    }

    .story-section {
        flex-direction: column;
    }

    .story-section.reverse {
        flex-direction: column;
    }

    .story-section img {
        width: 100%;
    }

    .story-transition {
        font-size: 1.5rem;
        padding: 2rem 0;
    }

    .travel-header {
        flex-direction: column;
    }

    .travel-header .motif-large {
        width: 200px;
        margin: 0 auto;
    }

    .travel-two-col {
        flex-direction: column;
        gap: 1rem;
    }

    .travel-two-col h3 {
        width: auto;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    nav.bottom-nav {
        gap: 0.5rem 0.75rem;
    }

    nav.bottom-nav a {
        font-size: 0.7rem;
    }
}
