:root {
    --black: #080a09;
    --ink: #0d100f;
    --panel: #121513;
    --cream: #eee9df;
    --muted: #aaa79f;
    --gold: #c9a96a;
    --gold-light: #e0c58f;
    --teal: #2d8580;
    --line: rgba(238, 233, 223, 0.15);
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Manrope", sans-serif;
    --max: 1320px;
}

* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    background: var(--black);
}

body {
    margin: 0;
    color: var(--cream);
    background:
        radial-gradient(circle at 12% 28%, rgba(45, 133, 128, 0.1), transparent 25rem),
        var(--black);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.sr-only,
.honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 999;
    padding: 10px 15px;
    color: var(--black);
    background: var(--gold-light);
    transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 clamp(24px, 5vw, 80px);
    border-bottom: 1px solid transparent;
    transition: background 0.35s ease, height 0.35s ease, border-color 0.35s ease;
}

.site-header.is-scrolled {
    height: 78px;
    background: rgba(8, 10, 9, 0.88);
    border-color: var(--line);
    backdrop-filter: blur(16px);
}

.brand img {
    width: 134px;
    height: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: clamp(22px, 3vw, 48px);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.site-nav a { transition: color 0.25s ease; }
.site-nav a:hover { color: var(--gold-light); }
.site-nav a.is-active { color: var(--gold-light); }
.site-nav .nav-cta {
    padding-bottom: 5px;
    color: var(--gold-light);
    border-bottom: 1px solid var(--gold);
}

.language-switcher {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 8px;
    border-left: 1px solid var(--line);
}

.language-switcher .language-option {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 7px;
    color: rgba(238, 233, 223, .5);
    font-size: 9px;
    letter-spacing: .08em;
}

.language-option span { font-size: 14px; line-height: 1; }
.language-option b { font-weight: 600; }
.language-switcher .language-option.is-current {
    color: var(--cream);
    background: rgba(238, 233, 223, .08);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    color: var(--cream);
    background: none;
    border: 0;
}

.menu-toggle span:not(.sr-only) {
    display: block;
    width: 24px;
    height: 1px;
    margin: 7px auto;
    background: currentColor;
    transition: transform 0.25s ease;
}

.hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    align-items: end;
    overflow: hidden;
    padding: 150px clamp(24px, 7vw, 112px) clamp(56px, 8vh, 92px);
    isolation: isolate;
}

.hero-backdrop {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: url("../images/hero.jpg");
    background-position: center 35%;
    background-size: cover;
    transform: scale(1.02);
    animation: hero-in 1.5s ease-out both;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(3, 4, 4, 0.9) 0%, rgba(3, 4, 4, 0.54) 48%, rgba(3, 4, 4, 0.15) 75%),
        linear-gradient(0deg, rgba(3, 4, 4, 0.87) 0%, transparent 45%);
}

.hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold));
}

@keyframes hero-in {
    from { opacity: 0; transform: scale(1.08); }
    to { opacity: 1; transform: scale(1.02); }
}

.hero-content { max-width: 900px; }

.eyebrow {
    margin: 0 0 22px;
    color: var(--gold-light);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 500; }

h1 {
    max-width: 870px;
    margin: 0;
    font-size: clamp(67px, 9vw, 145px);
    line-height: 0.76;
    letter-spacing: -0.045em;
}

h1 em,
.contact h2 em,
.statement em {
    color: var(--gold-light);
    font-weight: 500;
}

.hero-copy {
    max-width: 640px;
    margin: 42px 0 0;
    color: rgba(238, 233, 223, 0.78);
    font-size: clamp(16px, 1.5vw, 20px);
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 42px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 30px;
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.button:hover { transform: translateY(-2px); }
.button-gold { color: #080807; background: var(--gold-light); }
.button-gold:hover { background: #f0d9a7; }

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(238, 233, 223, 0.35);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: color 0.25s ease, border-color 0.25s ease;
}
.text-link:hover { color: var(--gold-light); border-color: var(--gold); }

.hero-note {
    position: absolute;
    right: clamp(24px, 7vw, 112px);
    bottom: clamp(56px, 8vh, 92px);
    display: grid;
    gap: 4px;
    color: rgba(238, 233, 223, 0.58);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-align: right;
    text-transform: uppercase;
}

.trust-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 4vw, 70px);
    min-height: 104px;
    padding: 24px;
    color: var(--muted);
    background: var(--panel);
    border-block: 1px solid var(--line);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-align: center;
    text-transform: uppercase;
}
.trust-strip p { margin: 0; }
.trust-strip span { width: 3px; height: 3px; background: var(--gold); transform: rotate(45deg); }

.section {
    max-width: var(--max);
    margin: 0 auto;
    padding: clamp(100px, 14vw, 190px) clamp(24px, 5vw, 70px);
}

.section-index {
    color: rgba(238, 233, 223, 0.42);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about {
    display: grid;
    grid-template-columns: 1fr 3.1fr;
    gap: 40px;
}

.about-copy { max-width: 940px; }

h2 {
    margin: 0;
    font-size: clamp(50px, 6.3vw, 96px);
    line-height: 0.95;
    letter-spacing: -0.035em;
}

.lead {
    max-width: 850px;
    margin: 50px 0 0;
    color: var(--cream);
    font-family: var(--serif);
    font-size: clamp(24px, 2.6vw, 38px);
    line-height: 1.35;
}

.about-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(35px, 7vw, 100px);
    max-width: 800px;
    margin: 46px 0 0 auto;
    color: var(--muted);
}
.about-columns p { margin: 0; }

.formats { max-width: 1440px; }

.section-heading {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 35px;
    align-items: end;
    margin-bottom: clamp(55px, 8vw, 100px);
}
.section-heading h2 { font-size: clamp(54px, 6.5vw, 92px); }

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

.format-card {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    background: var(--panel);
}

.format-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.62) contrast(1.05);
    transition: transform 0.7s cubic-bezier(.2,.8,.2,1), filter 0.5s ease;
}
.format-card:hover > img { transform: scale(1.045); filter: saturate(0.9) contrast(1.05); }

.card-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(4, 5, 5, 0.96) 2%, rgba(4, 5, 5, 0.08) 70%);
}

.card-content {
    position: absolute;
    inset: auto 0 0;
    padding: 35px;
}
.card-content > span { color: var(--gold-light); font-size: 10px; letter-spacing: 0.18em; }
.card-content h3 { margin: 10px 0 8px; font-size: clamp(32px, 3vw, 48px); line-height: 1; }
.card-content p { max-width: 380px; margin: 0; color: rgba(238, 233, 223, 0.62); font-size: 13px; line-height: 1.65; }

.statement {
    position: relative;
    padding: clamp(120px, 17vw, 230px) 24px;
    text-align: center;
    overflow: hidden;
}
.statement::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 580px;
    height: 580px;
    background: radial-gradient(circle, rgba(45, 133, 128, 0.14), transparent 68%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.statement blockquote {
    position: relative;
    margin: 0;
    font-size: clamp(48px, 7vw, 108px);
    line-height: 0.98;
    letter-spacing: -0.035em;
}
.statement-copy {
    position: relative;
    max-width: 570px;
    margin: 38px auto 0;
    color: var(--muted);
}

.gallery {
    display: grid;
    grid-template-columns: 1.45fr 0.85fr;
    grid-template-rows: 380px 380px;
    gap: 12px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 12px;
}
.gallery figure { margin: 0; overflow: hidden; background: var(--panel); }
.gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.68); transition: filter 0.4s ease, transform 0.7s ease; }
.gallery figure:hover img { filter: saturate(1); transform: scale(1.025); }
.gallery-wide { grid-row: 1 / 3; }
.gallery-tall img { object-position: center 35%; }

.proof { max-width: 1440px; }
.review-score {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 26px 0 34px;
    border-bottom: 1px solid var(--line);
}
.review-score strong { color: var(--gold-light); font-family: var(--serif); font-size: 72px; font-weight: 500; line-height: 1; }
.review-score div > span { color: var(--gold); letter-spacing: 0.22em; }
.review-score p { margin: 3px 0 0; color: var(--muted); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }

.testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid var(--line);
}
.testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 360px;
    margin: 0;
    padding: 48px 42px;
    border-right: 1px solid var(--line);
}
.testimonial:last-child { border-right: 0; }
.testimonial p { margin: 0; font-family: var(--serif); font-size: clamp(23px, 2vw, 30px); line-height: 1.32; }
.testimonial footer { color: var(--cream); font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.testimonial footer span { display: block; margin-top: 5px; color: var(--muted); font-weight: 400; }
.reviews-link { margin-top: 35px; }

.contact {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(60px, 10vw, 150px);
    padding: clamp(100px, 14vw, 180px) max(24px, calc((100vw - 1300px) / 2));
    background:
        linear-gradient(100deg, rgba(45, 133, 128, 0.14), transparent 35%),
        #0e1110;
    border-top: 1px solid var(--line);
}
.contact h2 { margin-top: 30px; font-size: clamp(54px, 6.5vw, 94px); }
.contact-intro > p:not(.eyebrow) { max-width: 570px; margin: 35px 0 0; color: var(--muted); }
.contact-details { display: grid; gap: 4px; margin-top: 55px; color: rgba(238,233,223,.55); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }

.booking-form { display: grid; align-content: start; gap: 26px; }
.booking-form label > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; }
.booking-form input,
.booking-form select,
.booking-form textarea {
    width: 100%;
    padding: 12px 0;
    color: var(--cream);
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(238, 233, 223, 0.25);
    border-radius: 0;
    outline: 0;
    transition: border-color 0.2s ease;
}
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus { border-color: var(--gold); }
.booking-form textarea { resize: vertical; }
.booking-form select { color-scheme: dark; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.submit-button { width: fit-content; gap: 12px; margin-top: 10px; border: 0; }
.privacy-note { margin: -12px 0 0; color: rgba(238,233,223,.4); font-size: 10px; }
.form-message { padding: 14px 18px; border-left: 2px solid; font-size: 13px; }
.form-message.success { color: #bad9c2; background: rgba(65, 133, 82, .12); border-color: #6fa77d; }
.form-message.error { color: #e2b5ae; background: rgba(161, 68, 56, .12); border-color: #b55e52; }

.site-footer {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: end;
    gap: 30px;
    padding: 55px clamp(24px, 5vw, 80px);
    border-top: 1px solid var(--line);
    color: var(--muted);
}
.footer-brand { grid-row: 1 / 3; align-self: center; }
.footer-brand img { width: 145px; height: auto; }
.site-footer p { margin: 0; font-family: var(--serif); font-size: 20px; text-align: center; }
.site-footer nav { display: flex; justify-content: flex-end; gap: 20px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.site-footer nav a:hover { color: var(--gold-light); }
.site-footer small { grid-column: 2 / 4; font-size: 9px; letter-spacing: .1em; text-align: right; text-transform: uppercase; }

/* Weddings */
.wedding-hero {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: center;
    gap: clamp(40px, 7vw, 120px);
    min-height: 100svh;
    padding: 140px max(24px, calc((100vw - 1380px) / 2)) 80px;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 42%, rgba(201, 169, 106, .12), transparent 28rem),
        radial-gradient(circle at 18% 68%, rgba(45, 133, 128, .1), transparent 25rem),
        #090b0a;
}

.wedding-hero::before {
    content: "";
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 58%;
    width: 1px;
    background: linear-gradient(transparent, var(--line), transparent);
}

.wedding-hero-copy { position: relative; z-index: 1; }
.wedding-hero h1 {
    max-width: 880px;
    font-size: clamp(68px, 7.7vw, 122px);
    line-height: .82;
}
.wedding-hero .hero-copy { max-width: 670px; }

.wedding-hero-visual {
    position: relative;
    width: min(100%, 560px);
    justify-self: end;
}

.wedding-image-frame {
    position: relative;
    padding: 12px;
    border: 1px solid rgba(201, 169, 106, .45);
}
.wedding-image-frame::before {
    content: "";
    position: absolute;
    inset: -18px 18px 18px -18px;
    z-index: -1;
    border: 1px solid rgba(238, 233, 223, .1);
}
.wedding-image-frame img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    filter: saturate(.72) contrast(1.05);
}
.wedding-hero-visual > p {
    margin: 23px 0 0;
    color: rgba(238, 233, 223, .45);
    font-size: 9px;
    letter-spacing: .19em;
    text-align: right;
    text-transform: uppercase;
}

.wedding-marquee {
    overflow: hidden;
    padding: 22px 0;
    color: rgba(238, 233, 223, .3);
    background: var(--panel);
    border-block: 1px solid var(--line);
    font-family: var(--serif);
    font-size: clamp(22px, 2.5vw, 36px);
    font-style: italic;
    white-space: nowrap;
}
.wedding-marquee div { width: max-content; animation: marquee 26s linear infinite; }
.wedding-marquee span { padding: 0 24px; color: var(--gold); }
@keyframes marquee { to { transform: translateX(-50%); } }

.wedding-intro {
    display: grid;
    grid-template-columns: 1fr 3.1fr;
    gap: 40px;
}

.wedding-reasons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1600px;
    min-height: 820px;
    margin: 0 auto;
    background: #0e1110;
}
.wedding-reasons-image { min-height: 650px; overflow: hidden; }
.wedding-reasons-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.65) contrast(1.05);
}
.wedding-reasons-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(55px, 7vw, 110px);
}
.wedding-reasons-copy h2 { font-size: clamp(52px, 5.5vw, 82px); }
.wedding-reasons-copy > .eyebrow { margin-top: 35px; }
.reason-list { margin-top: 50px; border-top: 1px solid var(--line); }
.reason {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 20px;
    padding: 28px 0;
    border-bottom: 1px solid var(--line);
}
.reason > span { padding-top: 4px; color: var(--gold); font-size: 10px; letter-spacing: .14em; }
.reason h3 { margin: 0; font-family: var(--serif); font-size: 28px; line-height: 1.1; }
.reason p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }

.wedding-moments { max-width: 1440px; }
.moment-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.moment-card { min-height: 360px; padding: 42px; border-right: 1px solid var(--line); }
.moment-card:last-child { border-right: 0; }
.moment-card > span { color: var(--gold); font-size: 10px; letter-spacing: .17em; }
.moment-card h3 { margin: 80px 0 16px; font-family: var(--serif); font-size: clamp(30px, 2.7vw, 42px); line-height: 1; }
.moment-card p { margin: 0; color: var(--muted); font-size: 13px; }

.wedding-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 1600px;
    height: 620px;
    margin: 0 auto;
    padding: 0 12px;
}
.wedding-gallery figure { margin: 0; overflow: hidden; }
.wedding-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform .7s ease, filter .4s ease; }
.wedding-gallery figure:hover img { transform: scale(1.025); filter: saturate(1); }

.wedding-quote {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(110px, 15vw, 200px) 24px;
    text-align: center;
}
.quote-mark { color: var(--gold); font-family: var(--serif); font-size: 100px; line-height: .5; opacity: .7; }
.wedding-quote blockquote { margin: 30px 0 38px; font-size: clamp(37px, 5vw, 68px); line-height: 1.06; letter-spacing: -.025em; }
.wedding-quote > p { font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.wedding-quote > p span { display: block; margin-top: 5px; color: var(--muted); font-weight: 400; }

/* Live predictions */
.prediction-stage {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(55px, 9vw, 140px);
    max-width: 1440px;
    margin: 0 auto;
    padding: clamp(110px, 15vw, 200px) clamp(24px, 5vw, 70px);
}
.prediction-stage__intro { align-self: center; }
.prediction-stage__intro > .eyebrow { margin-top: 38px; }
.prediction-stage__intro h2 { font-size: clamp(50px, 5.8vw, 82px); }
.prediction-stage__intro > p:last-child { max-width: 520px; margin: 35px 0 0; color: var(--muted); }
.prediction-feed {
    align-self: center;
    min-width: 0;
    border-block: 1px solid var(--line);
}
.prediction-feed__topline,
.prediction-feed__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 62px;
    color: rgba(238,233,223,.45);
    font-size: 9px;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.prediction-feed__signal { display: inline-flex; align-items: center; gap: 10px; }
.prediction-feed__signal i {
    width: 6px;
    height: 6px;
    background: var(--teal);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(45,133,128,.1);
    animation: prediction-pulse 2.4s ease-in-out infinite;
}
@keyframes prediction-pulse { 50% { box-shadow: 0 0 0 10px rgba(45,133,128,0); } }
.prediction-feed__rail { position: relative; border-block: 1px solid var(--line); }
.prediction-slide { display: none; min-height: 420px; }
.prediction-slide.is-current { display: block; animation: prediction-in .45s ease both; }
@keyframes prediction-in { from { opacity: 0; transform: translateY(8px); } }
.prediction-slide__body { display: grid; min-height: 420px; }
.prediction-slide__body--photo { grid-template-columns: 1fr minmax(210px, 38%); }
.prediction-slide__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 5vw, 68px); }
.prediction-slide__title { margin: 0 0 24px; color: var(--gold-light); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.prediction-slide__text { font-family: var(--serif); font-size: clamp(28px, 3.2vw, 45px); line-height: 1.18; letter-spacing: -.02em; }
.prediction-slide__text p { margin: 0 0 .6em; }
.prediction-slide__text p:last-child { margin-bottom: 0; }
.prediction-slide time { margin-top: 32px; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.prediction-slide__photo { min-height: 100%; margin: 0; overflow: hidden; }
.prediction-slide__photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.05); }
.prediction-feed__controls { display: flex; gap: 6px; }
.prediction-feed__controls button {
    width: 38px;
    height: 38px;
    color: var(--cream);
    background: transparent;
    border: 1px solid var(--line);
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease;
}
.prediction-feed__controls button:hover:not(:disabled) { color: var(--gold-light); border-color: var(--gold); }
.prediction-feed__controls button:disabled { cursor: default; opacity: .25; }
.prediction-feed__footer > a { transition: color .2s ease; }
.prediction-feed__footer > a:hover { color: var(--gold-light); }
.wpredict-inline h3 { margin: 0 0 15px; font-family: var(--serif); font-size: 34px; }

/* Permanent prediction pages */
.prediction-page { min-height: 100svh; background: radial-gradient(circle at 70% 30%, rgba(45,133,128,.12), transparent 30rem), var(--black); }
.prediction-page__header,
.prediction-page__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px clamp(24px, 5vw, 75px);
    color: rgba(238,233,223,.4);
    font-size: 9px;
    letter-spacing: .17em;
    text-transform: uppercase;
}
.prediction-page__header { border-bottom: 1px solid var(--line); }
.prediction-page__header img { width: 135px; height: auto; }
.prediction-page__main { display: grid; align-items: center; min-height: calc(100svh - 190px); padding: clamp(70px, 10vw, 140px) clamp(24px, 7vw, 110px); }
.prediction-page__main > h1 { max-width: 1000px; font-size: clamp(60px, 8vw, 120px); }
.prediction-reveal { max-width: 1100px; margin: 0 auto; }
.prediction-reveal--photo { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(50px, 8vw, 110px); align-items: center; max-width: 1350px; }
.prediction-reveal h1 { font-size: clamp(62px, 8vw, 125px); line-height: .88; }
.prediction-reveal__text { margin-top: 45px; font-family: var(--serif); font-size: clamp(27px, 3vw, 44px); line-height: 1.25; }
.prediction-reveal__text p { margin: 0 0 .7em; }
.prediction-reveal time { display: block; margin-top: 35px; color: var(--muted); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.prediction-reveal figure { position: relative; margin: 0; padding: 12px; border: 1px solid rgba(201,169,106,.4); }
.prediction-reveal figure::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; z-index: -1; border: 1px solid var(--line); }
.prediction-reveal figure img { width: 100%; max-height: 650px; object-fit: cover; }
.prediction-password { display: grid; gap: 28px; max-width: 500px; margin-top: 45px; }
.prediction-password label span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.prediction-password input { width: 100%; padding: 14px 0; color: var(--cream); background: transparent; border: 0; border-bottom: 1px solid var(--line); outline: none; }
.prediction-password .button { width: fit-content; }

/* WPredict admin */
.wpredict-admin { min-height: 100svh; padding: 0; background: #0b0e0d; }
.admin-login { display: grid; align-content: center; min-height: 100svh; max-width: 520px; margin: 0 auto; padding: 40px 24px; }
.admin-login > img { width: 150px; height: auto; margin-bottom: 70px; }
.admin-login h1,
.admin-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(56px, 8vw, 95px); line-height: .9; }
.admin-login form { display: grid; gap: 28px; margin-top: 50px; }
.wpredict-admin label span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.wpredict-admin input,
.wpredict-admin textarea {
    width: 100%;
    padding: 12px 0;
    color: var(--cream);
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--line);
    outline: none;
}
.admin-error { color: #e2a9a1; }
.admin-header { display: flex; align-items: flex-end; justify-content: space-between; padding: 60px max(24px, calc((100vw - 1300px) / 2)); border-bottom: 1px solid var(--line); }
.admin-header > a { color: var(--muted); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.admin-main { display: grid; gap: 25px; max-width: 1400px; margin: 0 auto; padding: 55px 40px 120px; }
.admin-notice { padding: 18px 22px; color: #c4dbc9; background: rgba(72,140,88,.12); border-left: 2px solid #6fa77d; }
.admin-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.admin-panel { padding: clamp(28px, 4vw, 48px); background: #111513; border: 1px solid var(--line); }
.admin-panel label { display: block; margin-bottom: 24px; }
.admin-panel strong { display: block; margin-bottom: 14px; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.admin-panel > p:not(.eyebrow) { color: var(--muted); }
.admin-link-button,
.admin-row-actions button {
    padding: 0 0 4px;
    color: var(--gold-light);
    background: none;
    border: 0;
    border-bottom: 1px solid var(--gold);
    font-size: 9px;
    letter-spacing: .13em;
    text-transform: uppercase;
    cursor: pointer;
}
.admin-defaults .button { margin-top: 15px; }
.admin-list-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.admin-list-heading h2 { font-size: 48px; }
.admin-actions { display: flex; gap: 18px; }
.admin-predictions { border-top: 1px solid var(--line); }
.admin-predictions > article { display: grid; grid-template-columns: 100px 1fr auto; gap: 25px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.admin-predictions > article > img { width: 100px; height: 100px; object-fit: cover; }
.admin-predictions h3 { margin: 3px 0; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.admin-predictions p { max-width: 750px; margin: 0 0 5px; color: var(--muted); font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.admin-predictions span,
.admin-predictions time { color: rgba(238,233,223,.4); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.admin-row-actions { display: flex; align-items: center; gap: 14px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.admin-row-actions form { margin: 0; }

/* MS Control Room */
.admin-login__intro { max-width: 430px; margin: 24px 0 0; color: var(--muted); }
.control-room { display: grid; grid-template-columns: 260px minmax(0, 1fr); min-height: 100svh; }
.control-sidebar { position: sticky; top: 0; display: flex; flex-direction: column; height: 100svh; padding: 38px 26px 28px; background: #090b0a; border-right: 1px solid var(--line); }
.control-brand { display: grid; gap: 13px; padding: 0 8px 45px; border-bottom: 1px solid var(--line); }
.control-brand img { width: 135px; height: auto; }
.control-brand span { color: rgba(238,233,223,.38); font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.control-sidebar nav { display: grid; gap: 5px; margin-top: 38px; }
.control-sidebar nav a { position: relative; display: flex; align-items: center; gap: 14px; min-height: 48px; padding: 0 13px; color: rgba(238,233,223,.55); font-size: 11px; transition: color .2s ease, background .2s ease; }
.control-sidebar nav a > span { color: rgba(238,233,223,.22); font-size: 8px; letter-spacing: .1em; }
.control-sidebar nav a > b { display: grid; place-items: center; width: 21px; height: 21px; margin-left: auto; color: #0a0b0a; background: var(--gold-light); border-radius: 50%; font-size: 9px; }
.control-sidebar nav a:hover,
.control-sidebar nav a.is-active { color: var(--cream); background: rgba(238,233,223,.055); }
.control-sidebar nav a.is-active::before { content: ""; position: absolute; left: 0; width: 2px; height: 18px; background: var(--gold); }
.control-sidebar__footer { display: grid; gap: 10px; margin-top: auto; padding: 25px 10px 0; border-top: 1px solid var(--line); }
.control-sidebar__footer a { color: rgba(238,233,223,.38); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.control-sidebar__footer a:hover { color: var(--gold-light); }
.control-workspace { min-width: 0; }
.control-topbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; min-height: 190px; padding: 55px clamp(30px, 5vw, 75px) 40px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 72% 30%, rgba(45,133,128,.08), transparent 24rem); }
.control-topbar h1 { margin: 0; font-family: var(--serif); font-size: clamp(45px, 5vw, 72px); font-weight: 500; line-height: .95; letter-spacing: -.025em; }
.control-status { display: flex; align-items: center; gap: 10px; padding-bottom: 8px; color: rgba(238,233,223,.4); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.control-status i,
.slot-state i { width: 6px; height: 6px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 5px rgba(45,133,128,.1); }
.control-workspace .admin-main { max-width: none; margin: 0; padding: 38px clamp(24px, 4vw, 60px) 100px; }
.control-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.control-metrics article { display: grid; min-height: 190px; padding: 26px; background: #111513; border: 1px solid var(--line); }
.control-metrics article > span { color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.control-metrics article > strong { align-self: center; font-family: var(--serif); font-size: 64px; font-weight: 500; line-height: 1; }
.control-metrics article > strong.metric-word { color: var(--gold-light); font-size: 37px; }
.control-metrics article > a { align-self: end; color: rgba(238,233,223,.42); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.admin-dashboard-grid { grid-template-columns: 1.2fr .8fr; }
.admin-panel-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 27px; }
.admin-panel-heading h2 { margin: 0; font-size: 42px; }
.admin-panel-heading > a,
.admin-text-link { color: var(--gold-light); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.dashboard-inquiries { border-top: 1px solid var(--line); }
.dashboard-inquiries > a { display: grid; grid-template-columns: 8px 1fr auto; gap: 14px; align-items: center; min-height: 68px; border-bottom: 1px solid var(--line); }
.dashboard-inquiries > a strong { display: block; font-family: var(--sans); font-size: 12px; }
.dashboard-inquiries > a span { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; }
.dashboard-inquiries > a > b { color: rgba(238,233,223,.28); font-weight: 400; }
.status-dot { display: block; width: 6px; height: 6px; background: rgba(238,233,223,.25); border-radius: 50%; }
.status-dot.status-new { background: var(--gold-light); box-shadow: 0 0 0 5px rgba(201,169,106,.08); }
.status-dot.status-read { background: var(--teal); }
.live-slot-panel { position: relative; overflow: hidden; background: radial-gradient(circle at 90% 10%, rgba(45,133,128,.14), transparent 20rem), #111513; }
.slot-state { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 55px; color: rgba(238,233,223,.48); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.slot-state.is-waiting i { background: var(--gold); box-shadow: 0 0 0 5px rgba(201,169,106,.09); }
.live-slot-panel > strong { font-size: clamp(33px, 3.2vw, 52px); line-height: 1; }
.live-slot-panel > p:not(.eyebrow) { margin-bottom: 38px; }
.admin-empty { padding: 35px 0; color: var(--muted); }
.inquiry-toolbar { display: flex; justify-content: space-between; }
.inquiry-toolbar nav { display: flex; flex-wrap: wrap; gap: 6px; }
.inquiry-toolbar nav a { display: inline-flex; align-items: center; gap: 9px; padding: 10px 15px; color: var(--muted); border: 1px solid var(--line); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.inquiry-toolbar nav a.is-active { color: var(--black); background: var(--gold-light); border-color: var(--gold-light); }
.inquiry-toolbar nav b { font-weight: 600; }
.inquiry-layout { display: grid; grid-template-columns: 1fr; min-height: 450px; margin-top: 18px; background: #101311; border: 1px solid var(--line); }
.inquiry-layout.has-detail { grid-template-columns: minmax(520px, 1fr) minmax(380px, .78fr); }
.inquiry-list { min-width: 0; }
.inquiry-layout.has-detail .inquiry-list { border-right: 1px solid var(--line); }
.inquiry-row { display: grid; grid-template-columns: 8px minmax(180px, 1.2fr) minmax(150px, .9fr) auto 20px; gap: 18px; align-items: center; min-height: 85px; padding: 0 24px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.inquiry-row:hover,
.inquiry-row.is-selected { background: rgba(238,233,223,.035); }
.inquiry-row strong { display: block; font-size: 12px; }
.inquiry-row span,
.inquiry-row time { display: block; color: var(--muted); font-size: 9px; }
.inquiry-row > b { color: rgba(238,233,223,.25); font-weight: 400; }
.inquiry-detail { position: sticky; top: 0; align-self: start; padding: clamp(30px, 4vw, 55px); }
.inquiry-detail__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; }
.inquiry-detail h2 { margin: 15px 0 2px; font-size: clamp(43px, 4.5vw, 64px); }
.inquiry-detail__top > div > a { color: var(--gold-light); font-size: 11px; }
.inquiry-close { color: var(--muted); font-family: var(--serif); font-size: 35px; line-height: 1; }
.inquiry-status-label { display: inline-block; padding: 5px 8px; color: var(--black); background: var(--gold-light); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.inquiry-status-label.status-read { color: var(--cream); background: var(--teal); }
.inquiry-status-label.status-archived { color: var(--cream); background: #464a47; }
.inquiry-detail dl { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 42px 0; border-block: 1px solid var(--line); }
.inquiry-detail dl div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.inquiry-detail dl div:nth-last-child(-n+2) { border-bottom: 0; }
.inquiry-detail dt,
.inquiry-message > span { color: var(--muted); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.inquiry-detail dd { margin: 4px 0 0; font-size: 12px; }
.inquiry-message p { margin: 13px 0 0; font-family: var(--serif); font-size: 25px; line-height: 1.35; }
.inquiry-detail__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 17px; margin-top: 45px; }
.inquiry-detail__actions form { margin: 0; }
.admin-danger { color: #d98f84; border-color: #9d5148; }
.security-panel code { color: var(--gold-light); }

@media (max-width: 1200px) and (min-width: 901px) {
    .site-nav { gap: 18px; font-size: 10px; }
    .site-header { padding-inline: 34px; }
    .brand img { width: 112px; }
    .control-room { grid-template-columns: 220px minmax(0, 1fr); }
    .control-metrics { grid-template-columns: repeat(2, 1fr); }
    .inquiry-layout.has-detail { grid-template-columns: 1fr; }
    .inquiry-layout.has-detail .inquiry-list { border-right: 0; border-bottom: 1px solid var(--line); }
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
    .site-header { height: 80px; padding-inline: 20px; }
    .brand img { width: 112px; }
    .menu-toggle { display: block; z-index: 2; }
    .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
    .site-nav {
        position: fixed;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 24px;
        padding: 80px 11vw;
        font-family: var(--serif);
        font-size: 42px;
        font-weight: 500;
        letter-spacing: -.02em;
        text-transform: none;
        background: #090b0a;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    }
    .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
    .site-nav .nav-cta { margin-top: 15px; font-family: var(--sans); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
    .language-switcher { margin-top: 15px; padding: 12px 0 0; border-top: 1px solid var(--line); border-left: 0; }
    .language-switcher .language-option { font-family: var(--sans); font-size: 10px; letter-spacing: .08em; }
    .language-option span { font-size: 18px; }

    .hero { min-height: 820px; padding: 130px 24px 58px; }
    .hero-backdrop { background-position: 82% center; }
    .hero::before { background: linear-gradient(90deg, rgba(3,4,4,.87), rgba(3,4,4,.25)), linear-gradient(0deg, rgba(3,4,4,.96), transparent 65%); }
    .hero-note { display: none; }
    .trust-strip { flex-wrap: wrap; gap: 14px 20px; padding-block: 28px; }
    .trust-strip p { width: 100%; }
    .trust-strip span { display: none; }

    .about, .section-heading, .contact { grid-template-columns: 1fr; }
    .about { gap: 45px; }
    .about-columns { margin-left: 0; }
    .section-heading { align-items: start; }
    .format-grid { grid-template-columns: 1fr; }
    .format-card { min-height: 670px; }

    .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 480px 300px; }
    .gallery-wide { grid-column: 1 / 3; grid-row: auto; }

    .testimonials { grid-template-columns: 1fr; }
    .testimonial { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
    .testimonial:last-child { border-bottom: 0; }

    .contact { gap: 70px; padding-inline: 7vw; }
    .prediction-stage { grid-template-columns: 1fr; }
    .prediction-slide__body--photo { grid-template-columns: 1fr 280px; }
    .prediction-reveal--photo { grid-template-columns: 1fr; }
    .admin-grid { grid-template-columns: 1fr; }
    .control-room { grid-template-columns: minmax(0, 1fr); }
    .control-sidebar { position: relative; min-width: 0; width: 100%; height: auto; padding: 20px; border-right: 0; border-bottom: 1px solid var(--line); }
    .control-brand { display: flex; align-items: center; justify-content: space-between; padding: 0 4px 18px; }
    .control-brand img { width: 110px; }
    .control-sidebar nav { display: flex; width: 100%; min-width: 0; margin-top: 16px; overflow-x: auto; }
    .control-sidebar nav a { flex: 0 0 115px; justify-content: center; min-width: 0; }
    .control-sidebar nav a > span { display: none; }
    .control-sidebar__footer { display: none; }
    .control-topbar { min-height: 160px; padding-inline: 24px; }
    .control-metrics { grid-template-columns: repeat(2, 1fr); }
    .admin-dashboard-grid { grid-template-columns: 1fr; }
    .inquiry-layout.has-detail { grid-template-columns: 1fr; }
    .inquiry-layout.has-detail .inquiry-list { border-right: 0; border-bottom: 1px solid var(--line); }
    .wedding-hero { grid-template-columns: 1fr 0.72fr; gap: 45px; padding-inline: 7vw; }
    .wedding-hero::before { display: none; }
    .wedding-hero h1 { font-size: clamp(58px, 8.5vw, 86px); }
    .wedding-intro { grid-template-columns: 1fr; gap: 45px; }
    .wedding-reasons { grid-template-columns: 1fr; }
    .wedding-reasons-image { height: 650px; }
    .moment-grid { grid-template-columns: 1fr; }
    .moment-card { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
    .moment-card:last-child { border-bottom: 0; }
    .moment-card h3 { margin-top: 45px; }
    .wedding-gallery { height: 470px; }
    .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
    .footer-brand { grid-row: auto; }
    .site-footer nav { justify-content: center; }
    .site-footer small { grid-column: auto; text-align: center; }
}

@media (max-width: 560px) {
    body { font-size: 15px; }
    h1 { font-size: clamp(62px, 19vw, 94px); line-height: .82; }
    h2 { font-size: clamp(47px, 14vw, 68px); }
    .hero { min-height: 760px; }
    .hero-copy { margin-top: 32px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 25px; margin-top: 34px; }
    .section { padding-inline: 24px; }
    .about-columns { grid-template-columns: 1fr; gap: 20px; }
    .lead { margin-top: 35px; }
    .format-card { min-height: 560px; }
    .card-content { padding: 28px; }
    .statement blockquote { font-size: clamp(44px, 14vw, 67px); }
    .gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3, 340px); padding-inline: 0; }
    .gallery-wide { grid-column: auto; }
    .review-score strong { font-size: 58px; }
    .testimonial { padding: 38px 28px; }
    .form-row { grid-template-columns: 1fr; }
    .contact { padding-inline: 24px; }
    .prediction-stage { padding-inline: 24px; }
    .prediction-slide { min-height: 0; }
    .prediction-slide__body,
    .prediction-slide__body--photo { grid-template-columns: 1fr; min-height: 0; }
    .prediction-slide__copy { min-height: 360px; padding: 42px 28px; }
    .prediction-slide__photo { height: 320px; }
    .prediction-feed__topline { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; padding-block: 12px; }
    .prediction-feed__footer { flex-wrap: wrap; padding-block: 12px; }
    .prediction-page__header { padding-inline: 20px; }
    .prediction-page__header img { width: 110px; }
    .prediction-page__main { padding-inline: 24px; }
    .prediction-reveal h1 { font-size: clamp(54px, 16vw, 75px); }
    .prediction-page__footer { align-items: flex-start; flex-direction: column; gap: 8px; }
    .admin-header { align-items: flex-start; flex-direction: column; gap: 25px; padding-inline: 24px; }
    .admin-main { padding-inline: 16px; }
    .admin-list-heading { align-items: flex-start; flex-direction: column; }
    .admin-predictions > article { grid-template-columns: 70px 1fr; }
    .admin-predictions > article > img { width: 70px; height: 70px; }
    .admin-row-actions { grid-column: 1 / 3; }
    .admin-predictions p { white-space: normal; }
    .control-topbar { align-items: flex-start; flex-direction: column; }
    .control-status { padding: 0; }
    .control-metrics { grid-template-columns: 1fr; }
    .control-metrics article { min-height: 155px; padding: 20px; }
    .control-metrics article > strong { font-size: 50px; }
    .inquiry-row { grid-template-columns: 8px 1fr auto; gap: 12px; padding: 15px 18px; }
    .inquiry-row__event,
    .inquiry-row time { display: none; }
    .inquiry-detail dl { grid-template-columns: 1fr; }
    .inquiry-detail dl div:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
    .inquiry-detail dl div:last-child { border-bottom: 0; }
    .inquiry-detail__actions { align-items: flex-start; flex-direction: column; }
    .wedding-hero { grid-template-columns: 1fr; min-height: auto; padding: 130px 24px 80px; }
    .wedding-hero h1 { font-size: clamp(45px, 12vw, 64px); }
    .wedding-hero .eyebrow { max-width: 330px; font-size: 9px; line-height: 1.7; letter-spacing: .15em; }
    .wedding-hero-visual { width: calc(100% - 20px); margin-top: 40px; justify-self: center; }
    .wedding-hero-visual > p { text-align: left; }
    .wedding-marquee { font-size: 22px; }
    .wedding-reasons-image { height: 480px; min-height: 0; }
    .wedding-reasons-copy { padding: 70px 24px; }
    .reason { grid-template-columns: 34px 1fr; }
    .moment-card { padding: 35px 28px; }
    .wedding-gallery { grid-template-columns: 1fr; height: auto; padding: 0; }
    .wedding-gallery figure { height: 370px; }
}
