.gold-template {
    --gold: #c8a45b;
    --gold-soft: #f2dfae;
    --ink: #111111;
    --charcoal: #17120d;
    --ivory: #fffaf0;
    --muted: rgba(255, 250, 240, 0.72);
    min-height: 100vh;
    background: var(--ink);
    color: var(--ivory);
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

.gold-template a {
    color: inherit;
}

.gold-header {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px clamp(18px, 4vw, 56px);
    background: rgba(17, 17, 17, 0.88);
    border-bottom: 1px solid rgba(200, 164, 91, 0.24);
    backdrop-filter: blur(18px);
}

.gold-brand,
.gold-nav,
.gold-hero-actions,
.gold-floating-actions,
.gold-social-actions,
.gold-gallery-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gold-brand {
    min-width: 0;
    text-decoration: none;
}

.gold-brand span {
    display: grid;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(200, 164, 91, 0.65);
    border-radius: 50%;
    color: var(--gold);
    font-weight: 800;
}

.gold-brand strong,
.gold-nav a,
.gold-copy,
.gold-btn,
.gold-social-actions a,
.gold-social-actions button,
.gold-floating-actions a,
.gold-floating-actions button,
.gold-gallery-controls button {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gold-brand strong {
    overflow: hidden;
    color: var(--ivory);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gold-nav a {
    color: rgba(255, 250, 240, 0.78);
    text-decoration: none;
}

.gold-nav a:hover {
    color: var(--gold);
}

.gold-copy,
.gold-btn,
.gold-social-actions a,
.gold-social-actions button,
.gold-floating-actions a,
.gold-floating-actions button,
.gold-gallery-controls button {
    min-height: 42px;
    border: 1px solid rgba(200, 164, 91, 0.54);
    border-radius: 999px;
    background: var(--gold);
    color: #17120d;
    cursor: pointer;
    padding: 11px 18px;
    text-decoration: none;
}

.gold-copy,
.gold-btn-ghost,
.gold-social-actions a,
.gold-social-actions button,
.gold-floating-actions button,
.gold-gallery-controls button {
    background: transparent;
    color: var(--gold-soft);
}

.gold-hero {
    position: relative;
    display: grid;
    min-height: 92vh;
    align-items: end;
    overflow: hidden;
    padding: clamp(116px, 16vw, 180px) clamp(20px, 6vw, 86px) clamp(70px, 10vw, 120px);
}

.gold-hero::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.42) 58%, rgba(17, 17, 17, 0.74)),
        linear-gradient(0deg, rgba(17, 17, 17, 0.9), transparent 40%);
}

.gold-hero-media {
    position: absolute;
    inset: 0;
}

.gold-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gold-hero-panel {
    position: relative;
    z-index: 1;
    max-width: 860px;
}

.gold-kicker {
    margin: 0 0 12px;
    color: var(--gold);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.gold-hero h1,
.gold-section h2,
.gold-footer h2 {
    margin: 0;
    color: var(--ivory);
    font-size: clamp(44px, 8vw, 98px);
    line-height: 0.98;
}

.gold-hero-date,
.gold-venue-line,
.gold-lead,
.gold-section-head p,
.gold-story article p,
.gold-timeline article p,
.gold-venue-card p,
.gold-footer p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

.gold-hero-date {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 24px 0 0;
}

.gold-venue-line {
    margin: 10px 0 0;
}

.gold-hero-actions {
    flex-wrap: wrap;
    margin-top: 30px;
}

.gold-section {
    padding: clamp(72px, 9vw, 120px) clamp(20px, 6vw, 86px);
}

.gold-shell {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.gold-narrow {
    width: min(820px, 100%);
    text-align: center;
}

.gold-invitation,
.gold-gallery-section,
.gold-social {
    background: #17120d;
}

.gold-section-head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.gold-section-head h2,
.gold-invitation h2,
.gold-footer h2 {
    font-size: clamp(34px, 5vw, 62px);
}

.gold-signature {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
    color: var(--gold-soft);
    font-size: clamp(28px, 5vw, 48px);
}

.gold-signature span {
    color: var(--gold);
    font-size: 0.72em;
}

.gold-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.gold-story article,
.gold-timeline article,
.gold-venue-card,
.gold-form,
.gold-social-grid {
    border: 1px solid rgba(200, 164, 91, 0.24);
    background: rgba(255, 250, 240, 0.055);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.gold-story article {
    min-height: 260px;
    padding: 28px;
}

.gold-story article span,
.gold-venue-card span {
    display: block;
    color: var(--gold);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.gold-story article h3,
.gold-timeline article h3,
.gold-venue-card strong {
    margin: 12px 0 8px;
    color: var(--ivory);
    font-size: 26px;
    line-height: 1.12;
}

.gold-timeline {
    display: grid;
    gap: 16px;
    max-width: 880px;
    margin: 0 auto;
}

.gold-timeline article {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 18px;
    padding: 22px;
}

.gold-timeline time {
    color: var(--gold);
    font-family: Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gold-gallery-swiper {
    overflow: hidden;
}

.gold-gallery-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.gold-gallery-swiper:not(.swiper-initialized) .swiper-slide {
    width: auto;
}

.gold-gallery-item {
    position: relative;
    display: block;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(200, 164, 91, 0.22);
    background: #0a0a0a;
}

.gold-gallery-item img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: transform 240ms ease;
}

.gold-gallery-item:hover img {
    transform: scale(1.04);
}

.gold-gallery-item span {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    color: var(--ivory);
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.75);
}

.gold-gallery-controls {
    justify-content: center;
    margin-top: 22px;
}

.gold-gallery-pagination {
    width: auto;
    color: var(--gold-soft);
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.gold-venue-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(24px, 5vw, 40px);
}

.gold-form {
    display: grid;
    gap: 16px;
    max-width: 820px;
    margin: 0 auto;
    padding: clamp(22px, 5vw, 40px);
}

.gold-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.gold-form label {
    color: var(--gold-soft);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gold-form input,
.gold-form select,
.gold-form textarea {
    margin-top: 8px;
    border-color: rgba(200, 164, 91, 0.34);
    border-radius: 0;
    background: rgba(255, 250, 240, 0.94);
    color: #17120d;
}

.gold-error {
    background: #fef2f2;
    color: #991b1b;
}

.gold-social-grid {
    display: grid;
    grid-template-columns: minmax(180px, 280px) 1fr;
    gap: 28px;
    align-items: center;
    padding: clamp(24px, 5vw, 40px);
}

.gold-social figure {
    margin: 0;
    text-align: center;
}

.gold-social img {
    width: 180px;
    max-width: 100%;
    background: #ffffff;
    padding: 10px;
}

.gold-social figcaption {
    margin-top: 12px;
    color: var(--muted);
}

.gold-social-actions {
    flex-wrap: wrap;
}

.gold-footer {
    padding: clamp(52px, 8vw, 86px) clamp(20px, 6vw, 86px);
    border-top: 1px solid rgba(200, 164, 91, 0.22);
    background: #0b0b0b;
    text-align: center;
}

.gold-footer small {
    color: rgba(255, 250, 240, 0.58);
}

.gold-floating-actions {
    position: fixed;
    right: clamp(14px, 3vw, 28px);
    bottom: clamp(14px, 3vw, 28px);
    z-index: 35;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.glightbox-clean .gslide-description {
    background: #111111;
}

@media (max-width: 980px) {
    .gold-nav {
        display: none;
    }

    .gold-story-grid,
    .gold-form-grid,
    .gold-social-grid {
        grid-template-columns: 1fr;
    }

    .gold-venue-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .gold-header {
        padding-inline: 14px;
    }

    .gold-copy {
        display: none;
    }

    .gold-hero {
        min-height: 88vh;
        padding-inline: 18px;
    }

    .gold-hero-date,
    .gold-brand {
        align-items: flex-start;
        flex-direction: column;
    }

    .gold-brand span {
        width: 36px;
        height: 36px;
    }

    .gold-timeline article {
        grid-template-columns: 1fr;
    }

    .gold-gallery-item,
    .gold-gallery-item img {
        min-height: 280px;
        height: 280px;
    }

    .gold-floating-actions {
        left: 14px;
    }
}
