/*
 * Copyright (c) 1994-2026 Global Web Limited. All rights reserved.
 * GLOBAL WEB LIMITED PROPRIETARY/CONFIDENTIAL.
 * Use is subject to license terms.
 */

:root {
    --w2-ivory: #f5f0e7;
    --w2-paper: #fbf9f4;
    --w2-forest: #163a35;
    --w2-forest-soft: #24534b;
    --w2-ink: #27312f;
    --w2-muted: #69726e;
    --w2-gold: #c6a161;
    --w2-rule: #d8d1c5;
}

html {
    scroll-behavior: smooth;
}

.weddings2-page {
    color: var(--w2-ink);
    margin-top: 0;
    overflow: hidden;
}

.weddings2-page h1,
.weddings2-page h2,
.weddings2-page h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.weddings2-page h2 {
    color: var(--w2-forest);
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    letter-spacing: -.045em;
    line-height: 1;
}

.weddings2-page p {
    line-height: 1.75;
}

.w2-eyebrow {
    color: #8e642b;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .19em;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.w2-hero {
    background: var(--w2-forest);
    color: #fff;
    min-height: 48rem;
    padding: clamp(4rem, 8vw, 7rem) 0;
    position: relative;
}

.w2-hero::before {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    content: "";
    height: 36rem;
    left: -20rem;
    position: absolute;
    top: -18rem;
    width: 36rem;
}

.w2-hero-grid {
    align-items: center;
    display: grid;
    gap: clamp(3rem, 8vw, 8rem);
    grid-template-columns: minmax(0, .9fr) minmax(22rem, 1.1fr);
}

.w2-hero-copy {
    position: relative;
    z-index: 1;
}

.w2-hero .w2-eyebrow,
.w2-purpose .w2-eyebrow,
.w2-enquiry .w2-eyebrow {
    color: #e4c991;
}

.w2-hero h1 {
    font-size: clamp(3.7rem, 7vw, 7rem);
    letter-spacing: -.06em;
    line-height: .9;
    margin-bottom: 2rem;
    max-width: 8.5ch;
}

.w2-hero-lead {
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    margin-bottom: 2.25rem;
    max-width: 34rem;
}

.w2-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.w2-button {
    align-items: center;
    border: 1px solid transparent;
    display: inline-flex;
    font-size: .77rem;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .1em;
    min-height: 3.55rem;
    padding: 1rem 1.55rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s, color .2s, transform .2s;
}

.w2-button:hover {
    transform: translateY(-2px);
}

.w2-button-ivory {
    background: var(--w2-ivory);
    color: var(--w2-forest);
}

.w2-button-ivory:hover {
    background: #fff;
    color: var(--w2-forest);
}

.w2-inline-link {
    color: #fff;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-underline-offset: .38rem;
    text-transform: uppercase;
}

.w2-inline-link:hover {
    color: #e4c991;
}

.w2-hero-portrait {
    margin: 0 3.5rem -12rem 0;
    position: relative;
}

.w2-hero-portrait::before {
    border: 1px solid rgba(228, 201, 145, .7);
    content: "";
    inset: -1.25rem 1.25rem 1.25rem -1.25rem;
    pointer-events: none;
    position: absolute;
}

.w2-hero-portrait img {
    aspect-ratio: 3 / 4;
    box-shadow: 0 2.5rem 6rem rgba(0, 0, 0, .35);
    display: block;
    object-fit: cover;
    object-position: 51% center;
    position: relative;
    width: 100%;
}

.w2-hero-portrait figcaption {
    background: var(--w2-gold);
    bottom: 2.5rem;
    color: var(--w2-forest);
    display: flex;
    flex-direction: column;
    padding: 1.25rem 1.5rem;
    position: absolute;
    right: -3.5rem;
    text-align: center;
    text-transform: uppercase;
}

.w2-hero-portrait figcaption span {
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .17em;
}

.w2-hero-portrait figcaption strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: .08em;
}

.w2-hero-place {
    bottom: 2rem;
    color: rgba(255, 255, 255, .45);
    display: flex;
    font-size: .62rem;
    font-weight: 800;
    gap: 1rem;
    left: 2rem;
    letter-spacing: .18em;
    position: absolute;
    text-transform: uppercase;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: left bottom;
}

.w2-introduction {
    background: var(--w2-ivory);
    padding: clamp(11rem, 18vw, 17rem) 0 clamp(5rem, 10vw, 9rem);
    text-align: center;
}

.w2-narrow {
    max-width: 62rem;
}

.w2-introduction h2 {
    margin: 0 auto;
    max-width: 16ch;
}

.w2-introduction-copy {
    color: var(--w2-muted);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    margin: 2rem auto 0;
    max-width: 48rem;
}

.w2-story {
    background: var(--w2-paper);
    padding: clamp(5rem, 10vw, 9rem) 0;
}

.w2-section-heading {
    align-items: end;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1.2fr .8fr;
    margin-bottom: clamp(2.5rem, 6vw, 5rem);
}

.w2-section-heading h2 {
    margin-bottom: 0;
}

.w2-section-heading > p {
    color: var(--w2-muted);
    margin: 0;
}

.w2-story-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, minmax(19rem, 1fr));
}

.w2-story figure {
    margin: 0;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

.w2-story figure::after {
    background: linear-gradient(to top, rgba(12, 33, 30, .88), transparent 45%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.w2-story img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
    width: 100%;
}

.w2-story figure:hover img {
    transform: scale(1.02);
}

.w2-story-ceremony {
    grid-column: 1 / 8;
    grid-row: 1 / 3;
}

.w2-story-ceremony img {
    object-position: 56% center;
}

.w2-story-room,
.w2-story-feast {
    grid-column: 8 / 13;
}

.w2-story figcaption {
    align-items: flex-start;
    bottom: 0;
    color: #fff;
    display: flex;
    gap: 1.1rem;
    left: 0;
    padding: clamp(1.25rem, 3vw, 2rem);
    position: absolute;
    right: 0;
    z-index: 1;
}

.w2-story figcaption > span {
    color: #e4c991;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .16em;
    padding-top: .4rem;
}

.w2-story h3 {
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    margin-bottom: .15rem;
}

.w2-story figcaption p {
    color: rgba(255, 255, 255, .75);
    font-size: .88rem;
    line-height: 1.5;
    margin: 0;
}

.w2-story-quote {
    border: 0;
    margin: 0;
    padding: clamp(3rem, 8vw, 7rem) 0 0;
    text-align: center;
}

.w2-story-quote p {
    color: var(--w2-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    letter-spacing: -.025em;
    line-height: 1.2;
    margin: 0;
}

.w2-journey {
    background: #fff;
    padding: clamp(5rem, 10vw, 9rem) 0;
}

.w2-section-lead {
    color: var(--w2-muted);
    font-size: 1.08rem;
    max-width: 34rem;
}

.w2-moments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.w2-moments li {
    border-top: 1px solid var(--w2-rule);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 6rem 1fr;
    padding: 1.75rem 0;
}

.w2-moments li:last-child {
    border-bottom: 1px solid var(--w2-rule);
}

.w2-moments > li > span {
    color: #8e642b;
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .13em;
    padding-top: .5rem;
    text-transform: uppercase;
}

.w2-moments h3 {
    color: var(--w2-forest);
    font-size: 1.7rem;
    margin-bottom: .35rem;
}

.w2-moments p {
    color: var(--w2-muted);
    margin: 0;
}

.w2-bespoke {
    background: #fff;
    padding: 0 0 clamp(5rem, 10vw, 9rem);
}

.w2-bespoke-card {
    background: var(--w2-ivory);
    display: grid;
    gap: clamp(3rem, 8vw, 8rem);
    grid-template-columns: .9fr 1.1fr;
    padding: clamp(2.5rem, 7vw, 6rem);
    position: relative;
}

.w2-bespoke-card::before {
    background: var(--w2-gold);
    content: "";
    height: .4rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 8rem;
}

.w2-bespoke-title h2 {
    font-size: clamp(2.3rem, 4vw, 3.7rem);
}

.w2-bespoke-copy > p {
    color: var(--w2-muted);
    margin-bottom: 2rem;
}

.w2-bespoke-copy ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.w2-bespoke-copy li {
    border-top: 1px solid #d4ccbf;
    color: var(--w2-forest);
    display: grid;
    font-weight: 700;
    gap: 1rem;
    grid-template-columns: 2rem 1fr;
    padding: 1rem 0;
}

.w2-bespoke-copy li:last-child {
    border-bottom: 1px solid #d4ccbf;
}

.w2-bespoke-copy li span {
    color: #8e642b;
    font-size: .68rem;
    letter-spacing: .12em;
    padding-top: .2rem;
}

.w2-purpose {
    background: var(--w2-forest);
    color: #fff;
    padding: clamp(5rem, 10vw, 9rem) 0;
    position: relative;
}

.w2-purpose-grid {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 6vw, 6rem);
    grid-template-columns: .25fr 1fr .85fr;
}

.w2-purpose h2 {
    color: #fff;
    margin-bottom: 0;
}

.w2-purpose p {
    color: rgba(255, 255, 255, .74);
}

.w2-purpose-mark {
    color: rgba(255, 255, 255, .08);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(5rem, 10vw, 9rem);
    letter-spacing: -.12em;
    line-height: .75;
    transform: rotate(-90deg);
}

.w2-faq {
    background: var(--w2-ivory);
    padding: clamp(5rem, 10vw, 9rem) 0;
}

.w2-faq-heading {
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
    text-align: center;
}

.w2-questions {
    border-top: 1px solid #cbc2b4;
}

.w2-questions details {
    border-bottom: 1px solid #cbc2b4;
}

.w2-questions summary {
    color: var(--w2-forest);
    cursor: pointer;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    list-style: none;
    padding: 1.5rem 3rem 1.5rem 0;
    position: relative;
}

.w2-questions summary::-webkit-details-marker {
    display: none;
}

.w2-questions summary::after {
    content: "+";
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    position: absolute;
    right: .5rem;
    top: 1.4rem;
}

.w2-questions details[open] summary::after {
    content: "−";
}

.w2-questions details p {
    color: var(--w2-muted);
    max-width: 48rem;
    padding: 0 2rem 1.5rem 0;
}

.w2-enquiry {
    background: var(--w2-ivory);
    padding: 0 0 clamp(5rem, 10vw, 9rem);
}

.w2-enquiry-card {
    align-items: center;
    background: var(--w2-forest-soft);
    color: #fff;
    display: grid;
    gap: clamp(3rem, 8vw, 8rem);
    grid-template-columns: 1.15fr .85fr;
    padding: clamp(2.75rem, 7vw, 6rem);
}

.w2-enquiry h2 {
    color: #fff;
}

.w2-enquiry p {
    color: rgba(255, 255, 255, .74);
    margin-bottom: 0;
}

.w2-enquiry-actions {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.w2-button-gold {
    background: var(--w2-gold);
    color: var(--w2-forest);
}

.w2-button-gold:hover {
    background: #dfc086;
    color: var(--w2-forest);
}

.w2-phone {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    text-align: center;
    text-decoration: none;
}

.w2-phone span {
    color: rgba(255, 255, 255, .55);
    font-family: Arial, sans-serif;
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.w2-phone:hover {
    color: #e4c991;
}

.w2-button:focus-visible,
.w2-inline-link:focus-visible,
.w2-phone:focus-visible,
.w2-questions summary:focus-visible {
    outline: 3px solid #e0a940;
    outline-offset: 4px;
}

@media (max-width: 991.98px) {
    .w2-hero {
        padding-bottom: 0;
    }

    .w2-hero-grid {
        grid-template-columns: 1fr;
    }

    .w2-hero-copy {
        padding-bottom: 1rem;
    }

    .w2-hero-portrait {
        margin: 0 auto;
        width: min(100% - 3rem, 40rem);
    }

    .w2-hero-portrait figcaption {
        right: -2rem;
    }

    .w2-hero-place {
        display: none;
    }

    .w2-introduction {
        padding-top: clamp(6rem, 12vw, 9rem);
    }

    .w2-section-heading,
    .w2-bespoke-card,
    .w2-enquiry-card {
        grid-template-columns: 1fr;
    }

    .w2-story-grid {
        grid-template-rows: minmax(32rem, 1fr) minmax(18rem, .65fr);
    }

    .w2-story-ceremony {
        grid-column: 1 / 13;
        grid-row: 1;
    }

    .w2-story-room {
        grid-column: 1 / 7;
        grid-row: 2;
    }

    .w2-story-feast {
        grid-column: 7 / 13;
        grid-row: 2;
    }

    .w2-purpose-grid {
        grid-template-columns: 1fr 1fr;
    }

    .w2-purpose-mark {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .w2-hero {
        min-height: 0;
        padding-top: 3.5rem;
    }

    .w2-hero h1 {
        font-size: clamp(3.4rem, 16vw, 4.8rem);
    }

    .w2-hero-grid {
        padding: 0;
    }

    .w2-hero-copy {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .w2-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .w2-inline-link {
        text-align: center;
    }

    .w2-hero-portrait {
        width: 100%;
    }

    .w2-hero-portrait::before {
        display: none;
    }

    .w2-hero-portrait figcaption {
        bottom: 1rem;
        right: 0;
    }

    .w2-story-grid {
        display: block;
    }

    .w2-story figure {
        min-height: 25rem;
    }

    .w2-story figure + figure {
        margin-top: 1rem;
    }

    .w2-story-ceremony img {
        object-position: 58% center;
    }

    .w2-moments li {
        grid-template-columns: 1fr;
        gap: .5rem;
    }

    .w2-moments > li > span {
        padding-top: 0;
    }

    .w2-purpose-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .w2-button,
    .w2-story img {
        transition: none;
    }
}
