* { box-sizing: border-box; margin: 0; padding: 0; }
:root { --cream: #f7f1ea; --paper: #fffaf5; --peach: #f4bf92; --peach-light: #f9d6b5; --ink: #24211f; --muted: #756c65; --line: #e5d7ca; --serif: 'Libre Baskerville', Georgia, serif; --sans: 'DM Sans', sans-serif; --nav-height: 126px; }
html { scroll-behavior: smooth; scroll-padding-top: var(--nav-height); }
body { color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 3rem)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: var(--paper); box-shadow: 0 1px 0 rgba(36,33,31,.1); }
.topbar { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(1160px, calc(100% - 3rem)); margin: auto; }
.brand { justify-self: start; width: 120px; height: 76px; overflow: hidden; display: block; }
.brand img { width: 100%; height: 70px; object-fit: contain; mix-blend-mode: multiply; }
.topbar__note { font-family: var(--serif); font-size: .8rem; font-style: italic; color: var(--muted); }
.topbar__email { justify-self: end; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid var(--ink); padding-bottom: 2px; }
.nav { min-height: 44px; display: flex; justify-content: center; background: var(--peach); max-width: none; width: 100%; }
.nav__list { display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 2.5vw, 2rem); list-style: none; }
.nav__link { position: relative; display: block; padding: .65rem 0; font-family: var(--serif); font-size: .77rem; }
.nav__link::after { content: ''; position: absolute; left: 0; right: 0; bottom: 5px; height: 1px; background: var(--ink); transform: scaleX(0); transition: transform .2s ease; }
.nav__link:hover::after, .nav__link.active-link::after { transform: scaleX(1); }
.nav__toggle { display: none; }
.hero { min-height: 600px; display: grid; place-items: center; text-align: center; color: white; background: linear-gradient(180deg, rgba(15,12,10,.12), rgba(15,12,10,.65)), url('https://images.unsplash.com/photo-1513104890138-7c749659a591?w=1900&q=85&fit=crop&crop=center') center / cover; }
.hero__content { padding-block: 6rem; }
.kicker { margin-bottom: .8rem; color: #9c5d3e; font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero .kicker { color: #ffe2c8; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.2; }
h1 { font-size: clamp(2.5rem, 6vw, 5.4rem); text-shadow: 0 2px 18px rgba(0,0,0,.28); }
h1 em, h2 em { font-style: italic; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
.hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: 999px; padding: .8rem 1.5rem; background: var(--peach); color: var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--peach-light); }
.button--light { background: var(--paper); }
.intro, .feature, .booking { padding-block: 8rem; }
.intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.intro__images { position: relative; min-height: 520px; }
.intro__main-image { height: 480px; object-fit: cover; }
.intro__small-image { position: absolute; right: -8%; bottom: 0; width: 48%; height: 220px; object-fit: cover; border: 12px solid var(--cream); }
.intro__copy { max-width: 480px; }
.intro__copy h2, .feature__copy h2, .booking__copy h2 { margin-bottom: 1.5rem; }
.intro__copy p:not(.kicker), .feature__copy p:not(.kicker), .booking__copy p:not(.kicker) { color: var(--muted); margin-bottom: 1rem; }
.text-link { display: inline-block; margin-top: 1rem; border-bottom: 1px solid var(--ink); font-family: var(--serif); font-size: .9rem; }
.text-link span { margin-left: .6rem; font-family: var(--sans); }
.event-band { padding-block: 7rem; background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.5rem; }
.section-heading h2 { max-width: 520px; }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.event-tile { position: relative; min-height: 400px; overflow: hidden; }
.event-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.event-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 45%, rgba(20,14,10,.75)); }
.event-tile:hover img { transform: scale(1.04); }
.event-tile span { position: absolute; z-index: 1; bottom: 1.4rem; left: 1.5rem; right: 1.5rem; color: white; font-family: var(--serif); font-size: 1.3rem; }
.event-tile b { float: right; font-family: var(--sans); font-size: 1rem; font-weight: 400; }
.feature { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.feature__image img { height: 620px; object-fit: cover; }
.feature__copy { max-width: 440px; }
.tick-list { list-style: none; margin: 2rem 0; color: var(--muted); }
.tick-list li { padding: .6rem 0; border-bottom: 1px solid var(--line); }
.tick-list li::before { content: '+ '; color: #b65e3c; font-weight: 700; }
.gallery { padding-bottom: 8rem; display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; align-items: center; }
.gallery__images { display: grid; grid-template-columns: 1fr 1.35fr 1fr; gap: .7rem; align-items: end; }
.gallery__images img { height: 260px; object-fit: cover; }
.gallery__images img:nth-child(2) { height: 360px; }
.calendar-section { padding-block: 7rem; background: var(--paper); }
.calendar-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.calendar-intro { max-width: 390px; }
.calendar-intro h2 { margin-bottom: 1.4rem; }
.calendar-intro p:not(.kicker) { color: var(--muted); margin-bottom: 1rem; }
.calendar-card { padding: 2rem; background: var(--cream); border: 1px solid var(--line); }
.calendar-card__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
.calendar-card__header h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; text-align: center; }
.calendar-card__eyebrow, .calendar-events__label { color: #9c5d3e; font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.calendar-nav { width: 2.2rem; height: 2.2rem; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); cursor: pointer; font-size: 1rem; }
.calendar-nav:hover { background: var(--peach); }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: .35rem; text-align: center; }
.calendar-weekdays { margin-bottom: .35rem; color: var(--muted); font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.calendar-day { position: relative; min-height: 2.8rem; border: 1px solid transparent; border-radius: 0; background: transparent; color: var(--ink); font: inherit; cursor: pointer; }
.calendar-day:hover, .calendar-day--event { border-color: var(--peach); }
.calendar-day--event::after { content: ''; position: absolute; left: 50%; bottom: .3rem; width: .3rem; height: .3rem; border-radius: 50%; background: #b65e3c; transform: translateX(-50%); }
.calendar-day--empty { cursor: default; }
.calendar-events { min-height: 5rem; margin-top: 1.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.calendar-events strong, .calendar-events span { display: block; }
.calendar-events strong { margin-top: .25rem; font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
.calendar-events span { color: var(--muted); font-size: .82rem; }
.calendar-event-item { display: block; width: 100%; padding: .5rem 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: inherit; text-align: left; cursor: pointer; }
.calendar-event-item:hover strong { color: #9c5d3e; }
.calendar-events__empty { color: var(--muted); font-size: .82rem; text-align: center; }
.quote-section { padding-block: 6rem; background: var(--peach-light); text-align: center; }
.quote-section__inner { display: flex; flex-direction: column; align-items: center; }
.quote-section h2 { margin-bottom: 1.8rem; }
.story-hero { min-height: 430px; display: grid; place-items: end center; padding-bottom: 3rem; color: white; background: linear-gradient(180deg, rgba(15,12,10,.05), rgba(15,12,10,.75)), url('https://images.unsplash.com/photo-1555396273-367ea4eb4db5?w=1900&q=85&fit=crop&crop=center') center / cover; text-align: center; }
.story-hero h1 { font-size: clamp(2.2rem, 5vw, 4.4rem); }
.story-history { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; padding-block: 7rem; }
.story-history__images { position: relative; min-height: 520px; }
.story-history__large { width: 78%; height: 390px; object-fit: cover; }
.story-history__small { position: absolute; right: 0; bottom: 0; width: 56%; height: 260px; object-fit: cover; border: 12px solid var(--cream); }
.story-history__copy { max-width: 470px; }
.story-history__copy h2 { margin-bottom: 1.5rem; }
.story-history__copy p:not(.kicker) { color: var(--muted); margin-bottom: 1rem; }
.story-team { padding-block: 7rem; background: var(--paper); }
.story-team__heading { max-width: 610px; margin-bottom: 2.5rem; }
.story-team__heading h2 { margin-bottom: 1rem; }
.story-team__heading p:not(.kicker) { color: var(--muted); }
.founder-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.founder-card { display: grid; grid-template-columns: .85fr 1.15fr; background: var(--cream); border: 1px solid var(--line); }
.founder-card__image { min-height: 300px; object-fit: cover; }
.founder-card__copy { padding: 2rem; }
.founder-card__copy h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.founder-card__role { margin: .2rem 0 1rem; color: #9c5d3e; font-family: var(--serif); font-size: .85rem; font-style: italic; }
.founder-card__copy p:last-child { color: var(--muted); font-size: .9rem; }
.story-cta { padding-block: 6rem; background: var(--peach-light); text-align: center; }
.story-cta h2 { margin-bottom: 1.8rem; }
.detail-hero { min-height: 500px; display: grid; place-items: end start; padding-bottom: 4rem; color: white; background-position: center; background-size: cover; }
.detail-hero .container { width: min(1160px, calc(100% - 3rem)); }
.detail-hero .kicker { color: #ffe2c8; }
.detail-hero h1 { max-width: 780px; margin-bottom: 1.8rem; font-size: clamp(2.5rem, 6vw, 5rem); }
.detail-hero--private { background-image: linear-gradient(180deg, rgba(15,12,10,.08), rgba(15,12,10,.72)), url('https://images.unsplash.com/photo-1464366400600-7168b8af9bc3?w=1900&q=85&fit=crop&crop=center'); }
.detail-hero--corporate { background-image: linear-gradient(180deg, rgba(15,12,10,.08), rgba(15,12,10,.72)), url('https://images.unsplash.com/photo-1515187029135-18ee286d815b?w=1900&q=85&fit=crop&crop=center'); }
.detail-hero--weddings { background-image: linear-gradient(180deg, rgba(15,12,10,.08), rgba(15,12,10,.72)), url('https://images.unsplash.com/photo-1519225421980-715cb0215aed?w=1900&q=85&fit=crop&crop=center'); }
.detail-hero--markets { background-image: linear-gradient(180deg, rgba(15,12,10,.08), rgba(15,12,10,.72)), url('https://images.unsplash.com/photo-1530103862676-de8c9debad1d?w=1900&q=85&fit=crop&crop=center'); }
.detail-hero--contact { background-image: linear-gradient(180deg, rgba(15,12,10,.08), rgba(15,12,10,.72)), url('https://images.unsplash.com/photo-1555396273-367ea4eb4db5?w=1900&q=85&fit=crop&crop=center'); }
.detail-hero--news { background-image: linear-gradient(180deg, rgba(15,12,10,.08), rgba(15,12,10,.72)), url('https://images.unsplash.com/photo-1513104890138-7c749659a591?w=1900&q=85&fit=crop&crop=center'); }
.detail-intro { max-width: 820px; padding-block: 7rem; text-align: center; }
.detail-intro h2 { margin-bottom: 1.4rem; }
.detail-intro p:not(.kicker) { color: var(--muted); }
.detail-points { padding-block: 5rem; background: var(--paper); }
.detail-points__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.detail-points article { padding-top: 1rem; border-top: 1px solid var(--line); }
.detail-points article span { color: #9c5d3e; font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.detail-points h3 { margin: 1.2rem 0 .7rem; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.detail-points p { color: var(--muted); font-size: .9rem; }
.detail-gallery { display: grid; grid-template-columns: 1.35fr .8fr; gap: 1rem; padding-block: 7rem; align-items: end; }
.detail-gallery img { height: 420px; object-fit: cover; }
.detail-gallery img:last-child { height: 300px; }
.detail-cta, .contact-cta { padding-block: 6rem; background: var(--peach-light); text-align: center; }
.detail-cta h2, .contact-cta h2 { margin-bottom: 1.8rem; }
.public-calendar { padding-block: 6rem; background: var(--paper); }
.listing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.listing-grid article { padding: 1.5rem; border: 1px solid var(--line); background: var(--cream); }
.listing-grid h3 { margin: .8rem 0 .35rem; font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
.listing-grid p:not(.listing-date) { color: var(--muted); font-size: .82rem; }
.listing-grid span { display: inline-block; margin-top: 1rem; color: #9c5d3e; font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.listing-date { color: #9c5d3e; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-page { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); padding-block: 8rem; align-items: center; }
.contact-page__intro { max-width: 450px; }
.contact-page__intro h2 { margin-bottom: 1.4rem; }
.contact-page__intro p:not(.kicker) { color: var(--muted); }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-details > * { min-height: 150px; padding: 1.5rem; border: 1px solid var(--line); background: var(--paper); }
.contact-details span, .contact-details strong { display: block; }
.contact-details span { color: #9c5d3e; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-details strong { margin-top: .8rem; font-family: var(--serif); font-size: 1rem; font-weight: 400; overflow-wrap: anywhere; }
.news-intro { max-width: 760px; padding-block: 7rem; text-align: center; }
.news-intro h2 { margin-bottom: 1.4rem; }
.news-intro p:not(.kicker) { color: var(--muted); }
.news-feature { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; padding-bottom: 8rem; }
.news-feature img { height: 520px; object-fit: cover; }
.news-feature h2 { margin-bottom: 1.4rem; }
.news-feature p:not(.news-date) { color: var(--muted); margin-bottom: 1rem; }
.news-date { color: #9c5d3e; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.news-archive { padding-block: 7rem; background: var(--paper); }
.news-filter-note { max-width: 280px; color: var(--muted); font-size: .85rem; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.news-card { background: var(--cream); border: 1px solid var(--line); }
.news-card img { height: 230px; object-fit: cover; }
.news-card > div { padding: 1.5rem; }
.news-card h3 { margin: .7rem 0; font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.news-card p:not(.news-date) { color: var(--muted); font-size: .88rem; }
.news-card .text-link { margin-top: 1.2rem; font-size: .82rem; }
.news-editor { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; padding-block: 8rem; }
.news-editor__intro { max-width: 390px; }
.news-editor__intro h2 { margin-bottom: 1.4rem; }
.news-editor__intro p:not(.kicker) { color: var(--muted); }
.news-form { padding: 2rem; background: var(--paper); border: 1px solid var(--line); }
.form-hint { color: var(--muted); font-size: .72rem; }
.news-preview { display: none; margin-bottom: 1.5rem; padding: 1rem; border: 1px solid var(--line); background: var(--cream); }
.news-preview.is-visible { display: block; }
.news-preview__title { font-family: var(--serif); font-size: 1.2rem; }
.news-preview__meta { margin: .35rem 0 .8rem; color: #9c5d3e; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.news-preview__body { color: var(--muted); white-space: pre-wrap; font-size: .88rem; }
.news-preview__photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin-top: 1rem; }
.news-preview__photos img { height: 100px; object-fit: cover; }
.home-news { padding-block: 7rem; }
.home-news__heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.home-news__heading h2 { margin-top: .5rem; }
.home-news__feature { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.home-news__feature img { height: 330px; object-fit: cover; }
.home-news__feature h3 { margin: .7rem 0 1rem; font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 400; line-height: 1.25; }
.home-news__feature p:not(.news-date) { color: var(--muted); margin-bottom: 1rem; }
.booking { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.booking__copy { padding-top: 2rem; }
.booking__form { padding: 2rem; background: var(--paper); border: 1px solid var(--line); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: .35rem; margin-bottom: 1.1rem; }
label { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: .75rem; color: var(--ink); background: var(--cream); font: inherit; outline: none; }
input:focus, select:focus, textarea:focus { border-color: #b66c4c; box-shadow: 0 0 0 2px rgba(182,108,76,.12); }
textarea { resize: vertical; }
.form-error { min-height: 1em; color: #a24332; font-size: .72rem; }
.form-privacy { margin-top: 1rem; color: var(--muted); font-size: .72rem; }
.form-success { margin-top: 1rem; padding: 1rem; background: #e6f2e5; color: #315c36; font-size: .9rem; }
.site-footer { background: var(--ink); color: var(--cream); }
.site-footer__inner { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 3rem; align-items: center; padding-block: 4rem; }
.site-footer__inner img { width: 110px; }
.site-footer p { max-width: 280px; color: #cbbfb6; font-family: var(--serif); font-size: .9rem; }
.site-footer a { color: var(--peach-light); }
.site-footer__links { display: flex; flex-direction: column; gap: .4rem; justify-self: end; font-size: .8rem; }
.site-footer__bottom { padding-block: 1rem; border-top: 1px solid rgba(255,255,255,.15); color: #a99e96; font-size: .7rem; }
@media (max-width: 760px) { :root { --nav-height: 120px; } .topbar { min-height: 76px; } .topbar__note { display: none; } .topbar__email { font-size: .68rem; } .nav { position: relative; min-height: 44px; justify-content: flex-end; padding-right: 1.5rem; } .nav__toggle { display: flex; flex-direction: column; gap: 4px; border: 0; background: transparent; padding: .5rem; cursor: pointer; } .nav__toggle span { display: block; width: 24px; height: 2px; background: var(--ink); } .nav__list { position: absolute; top: 44px; left: 0; right: 0; display: none; flex-direction: column; gap: 0; align-items: stretch; background: var(--peach); padding: .5rem 1.5rem 1rem; } .nav__list.open { display: flex; } .nav__link { padding: .65rem 0; } .hero { min-height: 540px; } .hero__content { padding-inline: 1rem; } .intro, .feature, .booking, .gallery, .calendar-layout, .story-history, .contact-page, .news-feature, .news-editor, .home-news__feature { grid-template-columns: 1fr; padding-block: 5rem; gap: 3rem; } .intro__images { min-height: 420px; } .intro__main-image { height: 380px; } .intro__small-image { right: 0; height: 170px; } .section-heading { display: block; } .section-heading h2 { margin-top: 1rem; } .event-grid, .news-grid { grid-template-columns: 1fr; } .event-tile { min-height: 300px; } .feature__image img { height: 420px; } .gallery { padding-bottom: 5rem; } .gallery__images { grid-template-columns: 1fr 1fr; } .gallery__images img, .gallery__images img:nth-child(2) { height: 220px; } .gallery__images img:nth-child(2) { grid-column: span 2; order: -1; } .calendar-section, .news-archive, .home-news { padding-block: 5rem; } .calendar-card { padding: 1rem; } .calendar-day { min-height: 2.5rem; } .story-hero { min-height: 390px; } .story-history__images { min-height: 390px; } .story-history__large { height: 300px; } .story-history__small { height: 180px; } .founder-grid { grid-template-columns: 1fr; } .founder-card { grid-template-columns: .8fr 1.2fr; } .founder-card__image { min-height: 240px; } .founder-card__copy { padding: 1.25rem; } .detail-hero { min-height: 420px; padding-bottom: 3rem; } .detail-intro { padding-block: 5rem; } .detail-points__grid, .listing-grid { grid-template-columns: 1fr; gap: 1rem; } .detail-gallery { grid-template-columns: 1fr; padding-block: 5rem; } .detail-gallery img, .detail-gallery img:last-child { height: 300px; } .contact-details { grid-template-columns: 1fr; } .news-feature img, .home-news__feature img { height: 360px; } .news-filter-note { margin-top: 1rem; } .news-preview__photos { grid-template-columns: 1fr 1fr; } .home-news__heading { display: block; } .home-news__heading .text-link { margin-top: 1.2rem; } .form-row { grid-template-columns: 1fr; gap: 0; } .booking__form, .news-form { padding: 1.25rem; } .site-footer__inner { grid-template-columns: 1fr; gap: 1.5rem; } .site-footer__links { justify-self: start; } }
