:root {
    --ink: #252522;
    --muted: #6d6a61;
    --paper: #f6f2e9;
    --paper-deep: #e9e0d1;
    --wood: #a36b3f;
    --green: #344d3d;
    --green-dark: #20352a;
    --red: #990000;
    --white: #fffdf8;
    --line: rgba(37, 37, 34, .16);
    --shadow: 0 1.25rem 3.5rem rgba(37, 37, 34, .14);
    --radius: .35rem;
    --max: 78rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
body.lightbox-open { overflow: hidden; }
.lightbox-trigger { display: block; cursor: zoom-in; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { font-size: clamp(3.2rem, 8vw, 7.6rem); max-width: 10ch; margin-bottom: 1.4rem; }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.5rem); max-width: 12ch; margin-bottom: 1.4rem; }
h3 { font-size: 1.15rem; margin-bottom: .5rem; }
p { max-width: 63ch; }

.page-width { width: min(calc(100% - 3rem), var(--max)); margin-inline: auto; }
.section { padding-block: clamp(5rem, 10vw, 9rem); }
.section--tight { padding-block: 1.5rem; }
.eyebrow {
    color: var(--red);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.section-heading { margin-bottom: 3rem; max-width: 42rem; }
.section-heading--wide { max-width: 48rem; }
.section-heading p:last-child { color: var(--muted); font-size: 1.08rem; }

.skip-link {
    position: absolute;
    left: 1rem;
    top: -5rem;
    z-index: 20;
    padding: .7rem 1rem;
    background: var(--white);
}
.skip-link:focus { top: 1rem; }

.site-header {
    position: absolute;
    z-index: 10;
    inset: 0 0 auto;
    color: var(--white);
    background: linear-gradient(180deg, rgba(0,0,0,.48), transparent);
}
.site-header--solid { position: relative; background: var(--green-dark); }
.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: min(calc(100% - 3rem), var(--max));
    margin-inline: auto;
    padding-block: 1.1rem;
}
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand__logo { width: 3.4rem; height: 2.2rem; object-fit: contain; }
.brand__text { display: grid; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; line-height: 1; }
.brand__text small { margin-top: .22rem; font-family: inherit; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.4rem; font-size: .9rem; }
.site-nav a:not(.button) { text-decoration: none; opacity: .9; }
.site-nav a:not(.button):hover, .site-nav a:not(.button):focus-visible { opacity: 1; text-decoration: underline; }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.1rem;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 99rem;
    font-size: .87rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--primary { background: var(--red); color: var(--white); box-shadow: 0 .6rem 1.5rem rgba(139,61,60,.24); }
.button--primary:hover, .button--primary:focus-visible { background: #6f2e2e; }
.button--small { min-height: 2.4rem; padding: .58rem .9rem; font-size: .76rem; }
.button--header { background: var(--white); color: var(--ink); }

.hero { position: relative; min-height: min(54rem, 92vh); display: grid; align-items: end; overflow: hidden; background: var(--green-dark); color: var(--white); }
.hero__image-wrap, .hero__image-wrap > .lightbox-trigger, .hero__image, .hero__wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; object-position: center; }
.hero__wash { pointer-events: none; background: linear-gradient(90deg, rgba(17,28,22,.86) 0%, rgba(17,28,22,.48) 5%, rgba(17,28,22,.08) 100%), linear-gradient(0deg, rgba(17,28,22,.58), transparent 60%); }
.hero__content { position: relative; z-index: 1; padding-top: 11rem; padding-bottom: 8rem; }
.hero__intro { max-width: 33rem; color: rgba(255,253,248,.88); font-size: clamp(1rem, 1.7vw, 1.25rem); margin-bottom: 2rem; }
.hero__secondary { position: absolute; z-index: 2; right: max(3rem, calc((100vw - var(--max)) / 2)); bottom: 3rem; width: clamp(12rem, 25vw, 21rem); margin: 0; transform: rotate(3deg); border: .6rem solid var(--white); box-shadow: var(--shadow); }
.hero__secondary > .lightbox-trigger { display: block; }
.hero__secondary img { aspect-ratio: 4 / 3; object-fit: cover; }

.stats { position: relative; z-index: 3; background: var(--white); box-shadow: 0 -.5rem 2rem rgba(0,0,0,.05); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.stat { padding: .7rem 1rem; border-left: 1px solid var(--line); }
.stat__value { display: block; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 500; line-height: 1; }
.stat__label, .stat small { display: block; color: var(--muted); font-size: .85rem; }
.stat small { margin-top: .15rem; font-size: .72rem; }

.intro-split { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.intro-split__copy p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; }
.intro-split__figure { margin: 0; }
.intro-split__figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--shadow); }
figcaption { color: var(--muted); font-size: .78rem; line-height: 1.4; }
.intro-split__figure figcaption { padding-top: .8rem; }
.text-link { display: inline-flex; gap: .5rem; color: var(--green); font-weight: 800; text-underline-offset: .25rem; }

.mosaic-section { background: var(--paper-deep); }
.mosaic-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.25rem; align-items: start; }
.mosaic-card { position: relative; margin: 0; overflow: hidden; background: var(--green-dark); color: var(--white); }
.mosaic-card img { width: 100%; height: 100%; min-height: 15rem; object-fit: cover; transition: transform .45s ease; }
.mosaic-card:hover img { transform: scale(1.04); }
.mosaic-card figcaption { position: absolute; inset: auto 0 0; display: grid; gap: .15rem; padding: 3rem 1.25rem 1.15rem; color: var(--white); background: linear-gradient(transparent, rgba(0,0,0,.75)); }
.mosaic-card figcaption strong { font-size: 1rem; }
.mosaic-card figcaption span { color: rgba(255,253,248,.8); }
.mosaic-card--1 { grid-column: span 7; aspect-ratio: 1.35; }
.mosaic-card--2 { grid-column: span 5; margin-top: 4rem; aspect-ratio: .95; }
.mosaic-card--3 { grid-column: 2 / span 5; margin-top: -1rem; aspect-ratio: 1.15; }
.mosaic-card--4 { grid-column: 7 / span 6; aspect-ratio: 1.45; }
.mosaic-card--5 { grid-column: span 4; aspect-ratio: 1.1; }
.mosaic-card--6 { grid-column: span 4; margin-top: 3rem; aspect-ratio: 1.1; }

.occasions { background: var(--white); }
.occasion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.occasion-card { background: var(--paper); }
.occasion-card figure { margin: 0; }
.occasion-card figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.occasion-card figure figcaption { padding: .65rem 1rem; background: var(--red); color: var(--white); }
.occasion-card__body { padding: 1.5rem; }
.occasion-card__body p { color: var(--muted); font-size: .93rem; }

.details-gallery .mosaic-grid { grid-template-columns: repeat(3, 1fr); }
.details-gallery .mosaic-card,
.details-gallery .mosaic-card--1,
.details-gallery .mosaic-card--2,
.details-gallery .mosaic-card--3 { grid-column: auto; margin-top: 0; aspect-ratio: 4 / 3; }

.features { background: var(--red); color: var(--white); }
.features__layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); }
.features .eyebrow { color: #e8ad83; }
.features__intro p:not(.eyebrow) { color: rgba(255,253,248,.72); }
.features__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 2rem; margin: 0; padding: 0; list-style: none; }
.features__list li { display: grid; grid-template-columns: 2.2rem 1fr; gap: .7rem; padding-block: 1.15rem; border-top: 1px solid rgba(255,255,255,.2); }
.features__list p { color: rgba(255,253,248,.72); font-size: .9rem; }
.feature-number { color: #e8ad83; font-size: .75rem; font-weight: 800; letter-spacing: .08em; }

.planning { background: var(--paper); }
.planning__layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.planning__intro p:not(.eyebrow) { color: var(--muted); }
.planning__steps { margin: 0; padding: 0; list-style: none; }
.planning__steps li { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1rem; padding: 1.35rem 0; border-top: 1px solid var(--line); }
.planning__steps p { color: var(--muted); margin-bottom: 0; font-size: .92rem; }
.step-number { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border: 1px solid var(--red); border-radius: 50%; color: var(--red); font-size: .75rem; font-weight: 800; }

.reservation-cta { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; margin-top: clamp(4rem, 10vw, 9rem); margin-bottom: clamp(4rem, 10vw, 9rem); background: var(--paper-deep); }
.reservation-cta__image { min-height: 30rem; }
.reservation-cta__image > .lightbox-trigger { width: 100%; height: 100%; }
.reservation-cta__image img { width: 100%; height: 100%; min-height: 30rem; object-fit: cover; }
.reservation-cta__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2rem, 5vw, 5rem); }
.reservation-cta__content > p:not(.eyebrow) { color: var(--muted); }
.contact-inline { margin-top: 2.2rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.contact-inline__label { margin-bottom: .45rem; color: var(--red) !important; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-inline address { color: var(--muted); font-size: .9rem; font-style: normal; }
.contact-inline a { text-underline-offset: .2rem; }

.site-footer { padding: 1.5rem 0; background: var(--green-dark); color: rgba(255,253,248,.72); font-size: .8rem; }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: min(calc(100% - 3rem), var(--max)); margin-inline: auto; }
.site-footer p { margin: 0; }
.site-footer a { color: var(--white); text-underline-offset: .2rem; }

.content-page { padding-top: 9rem; padding-bottom: 7rem; }
.content-page__header { max-width: 50rem; margin-bottom: 3rem; }
.content-page__body { max-width: 50rem; }
.content-page__body h2 { font-size: clamp(2rem, 4vw, 3rem); }
.content-page__body label { display: block; margin-bottom: .35rem; font-weight: 700; }
.content-page__body input, .content-page__body select, .content-page__body textarea { width: 100%; padding: .8rem .9rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); font: inherit; }
.content-page__body textarea { min-height: 9rem; resize: vertical; }
.content-page__body .form-field { margin-bottom: 1.1rem; }
.content-page__form { margin-top: 3rem; padding: clamp(1.25rem, 4vw, 2.5rem); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.content-page__form .form-wrapper { max-width: 100%; }
.content-page__form .form-label { margin-bottom: .35rem; }
.content-page__form .form-data { width: 100%; }
.content-page__form .form-messages { margin-bottom: 1.25rem; }
.content-page__body .buttons { margin-top: 1.5rem; }
.content-page__body button { border: 0; cursor: pointer; }
.content-page__body .required { color: var(--red); }
.content-page__form--success { display: grid; min-height: 15rem; place-items: center; scroll-margin-top: 3rem; text-align: center; }
.content-page__form--success p { max-width: 34rem; margin: 0; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 4vw, 3.2rem); line-height: 1.15; }
.content-page__form--success:focus { outline: 3px solid #e8ad83; outline-offset: 6px; }

.lightbox[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; color: var(--white); }
.lightbox__backdrop { position: absolute; inset: 0; background: rgba(8, 14, 11, .96); }
.lightbox__dialog { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 100%; max-width: 100rem; height: 100%; padding: 4.5rem 5rem 3.5rem; }
.lightbox__figure { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .75rem; width: 100%; height: 100%; margin: 0; }
.lightbox__image { display: block; width: auto; height: auto; max-width: calc(100vw - 10rem); max-height: calc(100vh - 9rem); object-fit: contain; box-shadow: 0 1rem 4rem rgba(0,0,0,.3); }
.lightbox__caption { max-width: min(50rem, 85vw); color: rgba(255,253,248,.82); font-size: 1.2rem; line-height: 1.4; text-align: center; }
.lightbox__close, .lightbox__prev, .lightbox__next { display: grid; place-items: center; width: 3.5rem; height: 3.5rem; padding: 0; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(255,255,255,.1); color: var(--white); font: inherit; cursor: pointer; transition: background-color .2s ease, transform .2s ease; }
.lightbox__close > span, .lightbox__prev > span, .lightbox__next > span { display: block; line-height: 1; }
.lightbox__close:hover, .lightbox__prev:hover, .lightbox__next:hover, .lightbox__close:focus-visible, .lightbox__prev:focus-visible, .lightbox__next:focus-visible { background: rgba(255,255,255,.2); transform: scale(1.05); }
.lightbox__close { position: absolute; top: 1.25rem; right: 1.25rem; font-size: 2.4rem; }
.lightbox__close > span { transform: translateY(-.08em); }
.lightbox__prev, .lightbox__next { position: absolute; top: 50%; font-size: 3rem; transform: translateY(-50%); }
.lightbox__prev > span { transform: translate(-.04em, -.15em); }
.lightbox__next > span { transform: translate(.04em, -.15em); }
.lightbox__prev { left: 1rem; }
.lightbox__next { right: 1rem; }
.lightbox__prev:hover, .lightbox__next:hover, .lightbox__prev:focus-visible, .lightbox__next:focus-visible { transform: translateY(-50%) scale(1.05); }
.lightbox__counter { position: absolute; right: 1.5rem; bottom: 1.25rem; left: 1.5rem; margin: 0; color: rgba(255,253,248,.72); font-size: .8rem; text-align: center; }
.lightbox button[hidden] { display: none; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #e8ad83; outline-offset: 3px; }

@media (max-width: 900px) {
    .site-nav a:not(:last-child) { display: none; }
    .hero__secondary { right: 1.5rem; bottom: 1.5rem; width: 13rem; }
    .stats__grid { grid-template-columns: repeat(2, 1fr); }
    .intro-split, .features__layout, .planning__layout { grid-template-columns: 1fr; gap: 3rem; }
    .occasion-grid { grid-template-columns: 1fr; }
    .occasion-card { display: grid; grid-template-columns: 1fr 1fr; }
    .occasion-card__body { align-self: center; }
    .reservation-cta { grid-template-columns: 1fr; }
    .reservation-cta__image, .reservation-cta__image img { min-height: 20rem; }
}

@media (max-width: 620px) {
    .page-width, .site-header__inner, .site-footer__inner { width: min(calc(100% - 2rem), var(--max)); }
    .site-header__inner { align-items: flex-start; }
    .brand__text { font-size: 1rem; }
    .button--header { display: none; }
    .hero { min-height: 46rem; }
    .hero__content { padding-top: 9rem; padding-bottom: 7.5rem; }
    .hero__secondary { width: 10rem; }
    .stats__grid { grid-template-columns: 1fr 1fr; gap: .5rem; }
    .stat { padding: .6rem .5rem; }
    .stat__value { font-size: 1.55rem; }
    .stat__label { font-size: .75rem; }
    .mosaic-grid, .details-gallery .mosaic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
    .mosaic-card, .mosaic-card--1, .mosaic-card--2, .mosaic-card--3, .mosaic-card--4, .mosaic-card--5, .mosaic-card--6 { grid-column: auto; grid-row: auto; margin-top: 0; aspect-ratio: 1; }
    .mosaic-card:first-child { grid-column: span 2; aspect-ratio: 1.35; }
    .mosaic-card img { min-height: 0; }
    .mosaic-card figcaption { padding: 2.5rem .75rem .7rem; font-size: .72rem; }
    .features__list { grid-template-columns: 1fr; }
    .occasion-card { display: block; }
    .site-footer__inner { align-items: flex-start; flex-direction: column; }
    .lightbox__dialog { padding-inline: 2.75rem; }
    .lightbox__image { max-width: calc(100vw - 5.5rem); max-height: calc(100vh - 7rem); }
    .lightbox__close { top: .75rem; right: .75rem; }
    .lightbox__prev, .lightbox__next { width: 3rem; height: 3rem; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); font-size: 2.6rem; }
    .lightbox__prev { left: .25rem; }
    .lightbox__next { right: .25rem; }
}
