/* ===== Reset & Base ===== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #2c2c2c;
    background: #faf9f7;
    font-size: 16px;
    line-height: 1.7;
}

/* ===== Typography ===== */
h1, h2, h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    letter-spacing: 0.05em;
}

/* ===== Navigation ===== */
.site-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: #faf9f7;
    border-bottom: 1px solid #e8e4de;
    z-index: 100;
    padding: 0 2rem;
}

.nav-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
}

.nav-brand {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
    white-space: nowrap;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 1.75rem;
}

.nav-links a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color 0.2s;
    white-space: nowrap;
}

.nav-links a:hover {
    color: #8a7a6a;
}

/* ===== Hero Photo ===== */
.hero-photo {
    margin-top: 56px;
    width: 100%;
    height: 65vh;
    min-height: 300px;
    background: #e8e4de;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-photo-label {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1rem;
    color: #b0aca6;
    letter-spacing: 0.1em;
}

/* ===== Hero Text ===== */
.section--hero {
    padding: 4rem 2rem 5rem;
    text-align: center;
}

.hero-eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #8a7a6a;
    margin-bottom: 1.25rem;
}

.hero-names {
    font-size: clamp(3rem, 8vw, 5rem);
    line-height: 1.1;
    margin-bottom: 0.75rem;
}

.hero-date {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-style: italic;
    color: #6a6a6a;
    margin-bottom: 3rem;
}

/* ===== Countdown ===== */
.countdown {
    display: flex;
    gap: 3rem;
    justify-content: center;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}

.countdown-item span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1;
}

.countdown-item label {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8a7a6a;
}

.countdown-done {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-style: italic;
    color: #8a7a6a;
}

/* ===== Sections ===== */
.section {
    padding: 6rem 2rem;
}

.section--centered {
    text-align: center;
}

.section-inner {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}

/* ===== Divider ===== */
.divider {
    max-width: 200px;
    margin: 0 auto;
    height: 1px;
    background: #e8e4de;
}

/* ===== Section Title ===== */
.section-title {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
    text-align: center;
}

.section-title::after {
    content: '';
    display: block;
    width: 36px;
    height: 1px;
    background: #8a7a6a;
    margin: 0.75rem auto 0;
}

/* ===== Timeline ===== */
.timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 380px;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    gap: 2.5rem;
    align-items: baseline;
    border-bottom: 1px solid #f0ece6;
    padding: 1.25rem 0;
}

.timeline-item:first-child {
    padding-top: 0;
}

.timeline-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.timeline-time {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: #8a7a6a;
    min-width: 55px;
}

.timeline-event {
    font-size: 0.9rem;
    letter-spacing: 0.04em;
}

/* ===== Venue ===== */
.venue {
    text-align: center;
    margin-bottom: 4rem;
}

.venue-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.venue-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: #8a7a6a;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.venue-address {
    color: #6a6a6a;
    font-size: 0.88rem;
    margin-bottom: 1.25rem;
}

.venue-description {
    font-size: 0.9rem;
    color: #5a5a5a;
    max-width: 500px;
    margin: 0 auto 1.75rem;
    line-height: 1.8;
}

/* ===== Transport ===== */
.transport {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.transport-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 400;
    margin-bottom: 0.6rem;
    letter-spacing: 0.05em;
}

.transport-stop {
    font-size: 0.88rem;
    margin-bottom: 1rem;
    color: #4a4a4a;
}

.transport-routes {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.transport-route {
    display: flex;
    gap: 1rem;
    font-size: 0.85rem;
    color: #5a5a5a;
    line-height: 1.6;
}

.route-label {
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8a7a6a;
    min-width: 56px;
    padding-top: 0.2rem;
    white-space: nowrap;
}

/* ===== Links ===== */
.btn-link {
    display: inline-block;
    font-size: 0.72rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #2c2c2c;
    text-decoration: none;
    border-bottom: 1px solid #2c2c2c;
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
}

.btn-link--spaced {
    margin-top: 1.5rem;
}

.btn-link:hover {
    color: #8a7a6a;
    border-color: #8a7a6a;
}

.text-link {
    color: #2c2c2c;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}

.text-link:hover {
    color: #8a7a6a;
}

/* ===== Info Blocks ===== */
.info-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem 4rem;
}

.info-block-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    margin-bottom: 0.6rem;
}

.info-block p {
    font-size: 0.88rem;
    color: #5a5a5a;
    margin-bottom: 0.5rem;
}

.info-block .btn-link {
    margin-top: 0.75rem;
}

.info-note {
    font-size: 0.82rem;
    color: #8a8a8a;
    font-style: italic;
}

/* ===== FAQ ===== */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-item {
    padding: 1.5rem 0;
    border-bottom: 1px solid #f0ece6;
}

.faq-item:first-child {
    padding-top: 0;
}

.faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.faq-question {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 400;
    margin-bottom: 0.4rem;
    letter-spacing: 0.03em;
}

.faq-answer {
    font-size: 0.88rem;
    color: #5a5a5a;
}

/* ===== Footer ===== */
.site-footer {
    text-align: center;
    padding: 3rem 2rem;
    font-size: 0.75rem;
    color: #aaa;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-top: 1px solid #e8e4de;
}

/* ===== Flash Messages ===== */
.flash {
    padding: 0.9rem 2rem;
    text-align: center;
    font-size: 0.85rem;
}

.flash--error   { background: #f9eaea; color: #8b2020; }
.flash--success { background: #eaf0ea; color: #2a5c2a; }

/* ===== Login Page ===== */
.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.login-box {
    text-align: center;
    max-width: 340px;
    width: 100%;
}

.login-names {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 0.25rem;
}

.login-date {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-style: italic;
    color: #8a7a6a;
    margin-bottom: 3rem;
}

.form-input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c8c4be;
    background: transparent;
    padding: 0.75rem 0;
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: #2c2c2c;
    outline: none;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 2.5rem;
    transition: border-color 0.2s;
}

.form-input::placeholder {
    color: #b0aca6;
    letter-spacing: 0.15em;
}

.form-input:focus {
    border-bottom-color: #2c2c2c;
}

.btn-login {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2c2c2c;
    background: transparent;
    border: 1px solid #2c2c2c;
    padding: 0.85rem 2.5rem;
    cursor: pointer;
    transition: background 0.25s, color 0.25s;
}

.btn-login:hover {
    background: #2c2c2c;
    color: #faf9f7;
}

/* ===== Wunschliste ===== */
.wl-page {
    max-width: 760px;
    margin: 0 auto;
    padding: 5rem 2rem 4rem;
}

.wl-header {
    text-align: center;
    margin-bottom: 4rem;
}

.wl-title {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    margin: 0.5rem 0 1.25rem;
}

.wl-intro {
    font-size: 0.9rem;
    color: #5a5a5a;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.8;
}

.wl-category {
    margin-bottom: 3.5rem;
}

.wl-category-title {
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #8a7a6a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e8e4de;
}

.wl-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid #f0ece6;
}

.wl-item:last-child {
    border-bottom: none;
}

.wl-item--claimed .wl-item-name {
    color: #aaa;
    text-decoration: line-through;
    text-decoration-color: #ccc;
}

.wl-item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.wl-item-main {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.wl-item-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 400;
}

.wl-item-link {
    font-size: 0.75rem;
    color: #8a7a6a;
    text-decoration: none;
    transition: color 0.2s;
}

.wl-item-link:hover {
    color: #2c2c2c;
}

.wl-item-desc {
    font-size: 0.82rem;
    color: #8a8a8a;
}

.wl-item-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.6rem;
    min-width: 200px;
}

.wl-item-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    color: #4a4a4a;
    white-space: nowrap;
}

.wl-item-qty {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    color: #8a7a6a;
    text-transform: uppercase;
}

.wl-claimers {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.3rem;
    width: 100%;
}

.wl-claimer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #4a4a4a;
}

.wl-unclaim-form {
    display: inline;
}

.wl-unclaim-btn {
    background: none;
    border: none;
    color: #bbb;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    padding: 0;
    transition: color 0.2s;
}

.wl-unclaim-btn:hover {
    color: #8b2020;
}

.wl-claim-form {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

.wl-name-input {
    border: none;
    border-bottom: 1px solid #c8c4be;
    background: transparent;
    padding: 0.4rem 0;
    font-family: 'Lato', sans-serif;
    font-size: 0.82rem;
    font-weight: 300;
    color: #2c2c2c;
    outline: none;
    width: 140px;
    text-align: right;
    transition: border-color 0.2s;
}

.wl-name-input::placeholder {
    color: #b0aca6;
}

.wl-name-input:focus {
    border-bottom-color: #2c2c2c;
}

.wl-claim-btn {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 0.68rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #2c2c2c;
    background: transparent;
    border: 1px solid #2c2c2c;
    padding: 0.4rem 1rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
}

.wl-claim-btn:hover {
    background: #2c2c2c;
    color: #faf9f7;
}

/* ===== Responsive ===== */
@media (max-width: 720px) {
    .nav-links {
        display: none;
    }

    .hero-photo {
        height: 45vh;
    }

    .countdown {
        gap: 1.75rem;
    }

    .countdown-item span {
        font-size: 2.2rem;
    }

    .info-blocks {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .section {
        padding: 4rem 1.5rem;
    }
}
