:root {
    --fm-ink: #11100e;
    --fm-ink-soft: #1b1916;
    --fm-cream: #f1eadf;
    --fm-paper: #faf7f1;
    --fm-gold: #c49a4a;
    --fm-gold-light: #dfbd75;
    --fm-red: #8f1d24;
    --fm-muted: #aca397;
    --fm-border: rgba(17, 16, 14, .15);
    --fm-shell: min(1320px, calc(100vw - 80px));
    --fm-serif: Georgia, 'Times New Roman', serif;
    --fm-sans: Inter, 'Helvetica Neue', Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body.fm-premium-home {
    margin: 0;
    background: var(--fm-paper);
    color: var(--fm-ink);
    font-family: var(--fm-sans);
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
}
.fm-premium-home *, .fm-premium-home *::before, .fm-premium-home *::after { box-sizing: border-box; }
.fm-premium-home img { display: block; max-width: 100%; }
.fm-premium-home a { color: inherit; text-decoration: none; }
.fm-premium-home .wpml-ls-statics-footer { display: none !important; }
.fm-premium-home h1, .fm-premium-home h2, .fm-premium-home h3, .fm-premium-home p { margin-top: 0; }
.fm-premium-home h1, .fm-premium-home h2, .fm-premium-home h3 { font-family: var(--fm-serif); font-weight: 400; line-height: .98; }
.fm-premium-home h1 { color: #fff; font-size: clamp(3.5rem, 6.7vw, 7rem); letter-spacing: -.045em; line-height: 1.02; margin: 0 0 28px; }
.fm-premium-home h2 { font-size: clamp(3rem, 5.8vw, 6.1rem); letter-spacing: -.05em; margin-bottom: 32px; }
.fm-premium-home h3 { font-size: clamp(1.55rem, 2.4vw, 2.25rem); letter-spacing: -.025em; }
.fm-premium-home em { color: var(--fm-gold-light); font-weight: 400; }
.fm-shell { margin-inline: auto; width: var(--fm-shell); }
.fm-section { padding-block: clamp(92px, 10vw, 160px); }
.fm-section--dark { background: var(--fm-ink); color: var(--fm-cream); }
.fm-section--cream { background: var(--fm-cream); }
.fm-kicker { color: var(--fm-red); font-size: .73rem; font-weight: 700; letter-spacing: .19em; margin-bottom: 24px; text-transform: uppercase; }
.fm-section--dark .fm-kicker, .fm-events .fm-kicker { color: var(--fm-gold-light); }
.fm-lead { font-family: var(--fm-serif); font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.35; }
.fm-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; }
.fm-button { align-items: center; background: var(--fm-gold); border: 1px solid var(--fm-gold); color: var(--fm-ink) !important; display: inline-flex; font-size: .76rem; font-weight: 800; justify-content: center; letter-spacing: .11em; min-height: 54px; padding: 0 28px; text-transform: uppercase; transition: background-color .25s, border-color .25s, color .25s, transform .25s; }
.fm-button:hover, .fm-button:focus-visible { background: var(--fm-gold-light); border-color: var(--fm-gold-light); transform: translateY(-2px); }
.fm-button--small { min-height: 44px; padding-inline: 20px; }
.fm-button--ghost { background: transparent; border-color: rgba(255,255,255,.45); color: #fff !important; }
.fm-button--ghost:hover, .fm-button--ghost:focus-visible { background: #fff; border-color: #fff; color: var(--fm-ink) !important; }
.fm-button--dark { background: var(--fm-ink); border-color: var(--fm-ink); color: #fff !important; }
.fm-text-link { border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 800; letter-spacing: .09em; padding-block: 8px; text-transform: uppercase; }
.fm-skip-link { background: var(--fm-gold); color: var(--fm-ink); left: 16px; padding: 12px 16px; position: fixed; top: -100px; z-index: 99999; }
.fm-skip-link:focus { top: 16px; }

.fm-header { background: rgba(17,16,14,.94); box-shadow: 0 8px 30px rgba(0,0,0,.12); color: #fff; left: 0; padding-block: 10px; position: fixed; right: 0; top: 0; transition: background-color .3s, box-shadow .3s, padding .3s; z-index: 1000; }
.admin-bar .fm-header { top: 32px; }
.fm-header.is-scrolled, .fm-menu-open .fm-header { background: rgba(17,16,14,.96); box-shadow: 0 10px 40px rgba(0,0,0,.18); padding-block: 7px; }
.fm-header__inner { align-items: center; display: flex; gap: 32px; justify-content: space-between; }
.fm-brand { flex: 0 0 auto; }
.fm-brand img { height: 76px; object-fit: contain; width: 76px; }
.fm-nav { align-items: center; display: flex; gap: clamp(20px, 2vw, 38px); margin-left: auto; }
.fm-nav a { font-size: .75rem; font-weight: 700; letter-spacing: .085em; position: relative; text-transform: uppercase; }
.fm-nav a::after { background: var(--fm-gold); bottom: -9px; content: ''; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .25s; width: 100%; }
.fm-nav a:hover::after, .fm-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.fm-header__actions { align-items: center; display: flex; gap: 22px; }
.fm-languages { display: flex; font-size: .65rem; font-weight: 800; gap: 8px; letter-spacing: .07em; }
.fm-languages span { color: var(--fm-gold-light); }
.fm-languages a { color: rgba(255,255,255,.7); }
.fm-menu-toggle { background: none; border: 0; color: inherit; cursor: pointer; display: none; height: 44px; padding: 10px; width: 48px; }
.fm-menu-toggle > span:not(.screen-reader-text) { background: currentColor; display: block; height: 1px; margin: 6px 0; transition: transform .25s, opacity .25s; width: 28px; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }

.fm-hero { background: #0a0908; color: #fff; min-height: 890px; overflow: hidden; position: relative; }
.fm-hero__image { height: 100%; inset: 0; object-fit: cover; object-position: center 44%; position: absolute; width: 100%; }
.fm-hero__shade { background: linear-gradient(90deg, rgba(8,7,6,.88) 0%, rgba(8,7,6,.65) 42%, rgba(8,7,6,.12) 78%), linear-gradient(0deg, rgba(8,7,6,.72), transparent 38%); inset: 0; position: absolute; }
.fm-hero__content { padding-top: 205px; position: relative; z-index: 2; }
.fm-hero__content .fm-kicker { color: var(--fm-gold-light); }
.fm-hero__lead { font-family: var(--fm-serif); font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.45; margin-bottom: 38px; max-width: 680px; }
.fm-hero__meta { align-items: center; bottom: 0; display: flex; gap: 0; left: 0; position: absolute; z-index: 2; }
.fm-hero__meta span { border-right: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.78); font-size: .68rem; font-weight: 700; letter-spacing: .1em; padding: 24px 34px; text-transform: uppercase; }
.fm-scroll-cue { align-items: center; bottom: 25px; display: flex; height: 54px; justify-content: center; position: absolute; right: 40px; width: 30px; z-index: 2; }
.fm-scroll-cue span { border: 1px solid rgba(255,255,255,.55); border-radius: 20px; height: 44px; position: relative; width: 24px; }
.fm-scroll-cue span::after { animation: fm-scroll 1.8s infinite; background: var(--fm-gold-light); border-radius: 50%; content: ''; height: 5px; left: 8px; position: absolute; top: 8px; width: 5px; }
@keyframes fm-scroll { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(18px); } }

.fm-intro__grid { display: grid; gap: 8vw; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); margin-bottom: 86px; }
.fm-section-heading h2 { margin-bottom: 0; max-width: 620px; }
.fm-intro__copy { border-left: 1px solid var(--fm-border); padding-left: clamp(32px, 5vw, 80px); }
.fm-intro__copy p:last-child { color: #5e5850; max-width: 650px; }
.fm-offers { display: grid; grid-template-columns: repeat(3, 1fr); }
.fm-offer { border-left: 1px solid var(--fm-border); border-top: 1px solid var(--fm-border); display: flex; min-height: 280px; padding: 34px; position: relative; transition: background-color .3s, color .3s; }
.fm-offer:nth-child(3n), .fm-offer:last-child { border-right: 1px solid var(--fm-border); }
.fm-offer:nth-child(n+4) { border-bottom: 1px solid var(--fm-border); }
.fm-offer--feature { background: var(--fm-red); color: #fff; }
.fm-offer--feature h3, .fm-offer--feature p { color: #fff; }
.fm-offer__number { color: var(--fm-gold); font-size: .68rem; font-weight: 800; letter-spacing: .14em; position: absolute; right: 28px; top: 24px; }
.fm-offer > div { align-self: flex-end; }
.fm-offer h3 { margin-bottom: 15px; }
.fm-offer p { font-size: .9rem; margin-bottom: 0; max-width: 250px; opacity: .72; }
.fm-arrow { font-size: 1.25rem; opacity: 0; position: absolute; right: 28px; top: 50%; transform: translate(-10px, -50%); transition: opacity .3s, transform .3s; }
.fm-offer:hover, .fm-offer:focus-visible { background: var(--fm-ink); color: #fff; }
.fm-offer:hover .fm-arrow, .fm-offer:focus-visible .fm-arrow { opacity: 1; transform: translate(0, -50%); }

.fm-story__grid { align-items: center; display: grid; gap: clamp(70px, 10vw, 150px); grid-template-columns: 1.05fr .95fr; }
.fm-story__visual { min-height: 720px; position: relative; }
.fm-story__main { height: 640px; object-fit: cover; width: 78%; }
.fm-story__inset { border: 10px solid var(--fm-ink); bottom: 0; height: 300px; object-fit: cover; position: absolute; right: 0; width: 43%; }
.fm-story__seal { align-items: center; background: var(--fm-gold); border-radius: 50%; color: var(--fm-ink); display: flex; font-family: var(--fm-serif); font-size: 1.25rem; height: 130px; justify-content: center; left: calc(78% - 65px); line-height: 1.15; position: absolute; text-align: center; top: 70px; transform: rotate(-7deg); width: 130px; }
.fm-story__content > p:not(.fm-kicker) { color: #bcb3a7; max-width: 590px; }
.fm-story__content .fm-lead { color: var(--fm-cream) !important; }
.fm-menu-links { border-top: 1px solid rgba(255,255,255,.18); margin-top: 40px; }
.fm-menu-links a { align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; padding: 18px 0; }
.fm-menu-links span { font-family: var(--fm-serif); font-size: 1.35rem; }
.fm-menu-links strong { color: var(--fm-gold-light); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }

.fm-section-heading--wide { display: grid; gap: 8vw; grid-template-columns: 1.4fr .6fr; margin-bottom: 70px; }
.fm-section-heading--wide .fm-kicker { grid-column: 1/-1; margin-bottom: 18px; }
.fm-section-heading--wide h2 { max-width: 900px; }
.fm-section-heading--wide > p:last-child { align-self: end; color: #625b53; }
.fm-experience__grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.fm-experience-card { background: #e9e1d5; min-height: 440px; padding: clamp(30px, 4vw, 54px); position: relative; transition: transform .3s; }
.fm-experience-card--accent { background: var(--fm-red); color: #fff; transform: translateY(34px); }
.fm-experience-card:hover { transform: translateY(-7px); }
.fm-experience-card--accent:hover { transform: translateY(27px); }
.fm-experience-card__icon { color: var(--fm-gold); display: block; font-family: var(--fm-serif); font-size: 4rem; line-height: 1; margin-bottom: 100px; }
.fm-experience-card h3 { line-height: 1.1; margin-bottom: 20px; }
.fm-experience-card > p:not(.fm-kicker) { font-size: .9rem; opacity: .72; }
.fm-experience-card > a { bottom: 38px; font-size: .74rem; font-weight: 800; letter-spacing: .08em; position: absolute; text-transform: uppercase; }
.fm-experience-card > a span { color: var(--fm-gold); margin-left: 8px; }

.fm-current-events { overflow: hidden; }
.fm-event-highlight { background: #fff; display: grid; grid-template-columns: 1.15fr .85fr; }
.fm-event-highlight__image { min-height: 480px; overflow: hidden; }
.fm-event-highlight__image img { height: 100%; object-fit: cover; width: 100%; }
.fm-event-highlight__content { align-self: center; padding: clamp(36px, 6vw, 82px); }
.fm-event-highlight__content h3 { font-size: clamp(2.2rem, 4vw, 4.5rem); margin: 12px 0 24px; }
.fm-event-highlight__content > p:not(.fm-kicker) { color: #625b53; }
.fm-event-highlight__facts { border-bottom: 1px solid var(--fm-border); border-top: 1px solid var(--fm-border); display: flex; flex-direction: column; gap: 5px; margin: 30px 0; padding: 20px 0; }
.fm-event-highlight__facts strong { color: var(--fm-red); font-family: var(--fm-serif); font-size: 1.65rem; }
.fm-event-highlight__facts span { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fm-current-events__all { display: inline-block; margin-top: 28px; }

/* Premium public event archive and detail pages. */
.fm-event-archive__hero { background: var(--fm-ink); color: #fff; padding: clamp(150px, 18vw, 250px) 0 clamp(80px, 10vw, 140px); }
.fm-event-archive__hero h1 { color: #fff; font-size: clamp(3.2rem, 7vw, 7rem); margin: 0 0 26px; max-width: 980px; }
.fm-event-archive__hero .fm-lead { color: var(--fm-muted); max-width: 760px; }
.fm-event-list__grid { display: grid; gap: 34px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fm-event-card { background: #fff; box-shadow: 0 18px 60px rgba(17,16,14,.08); overflow: hidden; }
.fm-event-card__image { display: block; overflow: hidden; }
.fm-event-card__image img { aspect-ratio: 1.91/1; height: auto; object-fit: cover; transition: transform .45s; width: 100%; }
.fm-event-card:hover .fm-event-card__image img { transform: scale(1.025); }
.fm-event-card__body { padding: clamp(28px, 4vw, 52px); }
.fm-event-card__body h2 { font-size: clamp(2rem, 3.5vw, 3.4rem); margin: 10px 0 20px; }
.fm-event-card__body p:not(.fm-kicker) { color: #625b53; }
.fm-event-empty { background: #fff; padding: clamp(36px, 6vw, 80px); text-align: center; }
.fm-event-single { background: var(--fm-paper); }
.fm-event-hero { background: #080706; color: #fff; min-height: 760px; overflow: hidden; position: relative; }
.fm-event-hero > img, .fm-event-hero__shade { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.fm-event-hero__shade { background: linear-gradient(90deg, rgba(4,3,8,.94) 0%, rgba(4,3,8,.7) 45%, rgba(4,3,8,.18) 100%), linear-gradient(0deg, rgba(4,3,8,.75), transparent 45%); }
.fm-event-hero__content { align-content: center; display: grid; min-height: 760px; padding-top: 120px; position: relative; z-index: 1; }
.fm-event-hero__content h1 { color: #fff; font-size: clamp(3.6rem, 8vw, 8.2rem); letter-spacing: -.05em; margin: 0 0 18px; max-width: 970px; }
.fm-event-hero__content .fm-lead { color: #fff; max-width: 720px; }
.fm-event-hero__facts { display: flex; flex-wrap: wrap; gap: 10px 30px; margin: 24px 0 34px; }
.fm-event-hero__facts span { border-left: 2px solid var(--fm-gold); font-size: .78rem; font-weight: 800; letter-spacing: .08em; padding-left: 12px; text-transform: uppercase; }
.fm-event-pricebar { background: var(--fm-red); color: #fff; }
.fm-event-pricebar .fm-shell { align-items: center; display: flex; flex-wrap: wrap; gap: 10px 26px; min-height: 94px; padding-block: 18px; }
.fm-event-pricebar strong { color: var(--fm-gold-light); font-family: var(--fm-serif); font-size: 1.65rem; }
.fm-event-pricebar span { font-size: .76rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.fm-event-two-col { align-items: center; display: grid; gap: clamp(45px, 8vw, 120px); grid-template-columns: 1fr 1fr; }
.fm-event-two-col h2, .fm-event-menu h2 { font-size: clamp(3rem, 5.5vw, 6rem); margin: 0 0 28px; }
.fm-event-panel { background: var(--fm-ink); color: #fff; padding: clamp(32px, 5vw, 64px); }
.fm-event-panel h3 { color: var(--fm-gold-light); }
.fm-event-panel ol { list-style: none; margin: 25px 0 0; padding: 0; }
.fm-event-panel li { border-top: 1px solid rgba(255,255,255,.16); padding: 16px 0; }
.fm-event-menu__grid { display: grid; gap: 1px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 50px; }
.fm-event-menu__grid div { background: var(--fm-ink-soft); border: 1px solid rgba(255,255,255,.08); color: var(--fm-cream); font-family: var(--fm-serif); font-size: clamp(1.15rem, 2vw, 1.5rem); padding: 24px; }
.fm-event-gift { background: linear-gradient(135deg, #171124, #351039 55%, #121a37); color: #fff; }
.fm-event-gift h2 { color: #fff; }
.fm-event-gift__mark { font-size: clamp(7rem, 18vw, 16rem); text-align: center; }
.fm-event-form { background: #fff; box-shadow: 0 20px 70px rgba(17,16,14,.09); display: grid; gap: 18px; padding: clamp(28px, 5vw, 58px); }
.fm-event-form label, .fm-event-form legend { color: var(--fm-ink); font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fm-event-form input:not([type="radio"]):not([type="checkbox"]) { background: var(--fm-paper); border: 1px solid var(--fm-border); border-radius: 0; box-sizing: border-box; display: block; font: inherit; margin-top: 8px; min-height: 52px; padding: 12px 14px; width: 100%; }
.fm-event-form fieldset { border: 1px solid var(--fm-border); display: flex; flex-wrap: wrap; gap: 22px; margin: 0; padding: 18px; }
.fm-event-form__consent { align-items: flex-start; display: flex; gap: 10px; line-height: 1.5; text-transform: none !important; }
.fm-event-form__consent input { margin-top: 4px; }
.fm-honeypot { left: -9999px; position: absolute; }
.fm-form-notice { border-left: 4px solid; margin-top: 25px; padding: 18px 20px; }
.fm-form-notice--success { background: #e5f4e7; border-color: #2f7a42; }
.fm-form-notice--error { background: #f9e6e6; border-color: #a82929; }
.fm-event-location a:not(.fm-button) { color: var(--fm-red); font-weight: 700; }

/* Premium event journey */
.fm-event-single { background: #0d0b12; }
.fm-event-single .fm-section { padding-block: clamp(72px, 8vw, 118px); }
.fm-event-pricebar { background: linear-gradient(90deg, #68151c, #971f28 48%, #68151c); border-bottom: 1px solid rgba(223,189,117,.28); border-top: 1px solid rgba(223,189,117,.28); }
.fm-event-pricebar .fm-shell { justify-content: center; }
.fm-event-pricebar strong { font-size: clamp(1.35rem, 2.3vw, 2rem); }
.fm-event-intro { background: radial-gradient(circle at 12% 12%, rgba(143,29,36,.16), transparent 34%), #100d15; color: #fff; }
.fm-event-story { align-items: stretch; display: grid; gap: 0; grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr); }
.fm-event-story__copy { align-content: center; background: #f4eee5; color: var(--fm-ink); display: grid; padding: clamp(42px, 6vw, 88px); position: relative; }
.fm-event-story__copy::before { background: var(--fm-gold); content: ''; height: 1px; left: clamp(42px,6vw,88px); position: absolute; right: clamp(42px,6vw,88px); top: 32px; }
.fm-event-story__copy h2 { font-size: clamp(2.7rem, 4.8vw, 5rem); }
.fm-event-story__copy .fm-lead { color: #514a43; font-size: clamp(1.15rem, 1.6vw, 1.5rem); max-width: 690px; }
.fm-event-panel { background: linear-gradient(145deg, #211724, #100d15); border: 1px solid rgba(223,189,117,.22); box-shadow: 0 34px 90px rgba(0,0,0,.28); display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 5vw, 72px); position: relative; }
.fm-event-panel::after { border: 1px solid rgba(223,189,117,.16); content: ''; inset: 13px; pointer-events: none; position: absolute; }
.fm-event-panel__eyebrow { color: var(--fm-gold); font-size: .7rem; font-weight: 800; letter-spacing: .28em; margin-bottom: 13px; }
.fm-event-panel h3 { font-size: clamp(2.2rem, 3.4vw, 3.6rem); margin: 0 0 22px; }
.fm-event-panel ol { counter-reset: fm-program; }
.fm-event-panel li { align-items: center; counter-increment: fm-program; display: grid; gap: 16px; grid-template-columns: 42px 1fr; padding: 21px 0; }
.fm-event-panel li::before { align-items: center; border: 1px solid rgba(223,189,117,.55); border-radius: 50%; color: var(--fm-gold-light); content: '0' counter(fm-program); display: flex; font-size: .64rem; font-weight: 800; height: 38px; justify-content: center; letter-spacing: .05em; width: 38px; }
.fm-event-panel li span { font-family: var(--fm-serif); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.fm-event-reasons { background: #f4eee5; color: var(--fm-ink); }
.fm-event-reasons h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); margin: 0 0 48px; max-width: 850px; }
.fm-event-reasons__grid { display: grid; gap: 1px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.fm-event-reasons__grid article { background: #fff; border: 1px solid rgba(17,16,14,.12); min-height: 310px; padding: clamp(30px,4vw,50px); position: relative; }
.fm-event-reasons__grid article > span { color: var(--fm-gold); display: block; font-size: .68rem; font-weight: 900; letter-spacing: .16em; margin-bottom: 62px; }
.fm-event-reasons__grid h3 { font-size: clamp(1.7rem,2.5vw,2.5rem); margin-bottom: 20px; }
.fm-event-reasons__grid p { color: #625b53; margin: 0; }
.fm-event-menu { background: linear-gradient(180deg, #0d0b12, #17131b); position: relative; }
.fm-event-menu::before { color: rgba(255,255,255,.025); content: 'BUFFET'; font-family: var(--fm-serif); font-size: clamp(7rem, 20vw, 20rem); left: 50%; line-height: .8; pointer-events: none; position: absolute; top: 42px; transform: translateX(-50%); }
.fm-event-menu .fm-shell { position: relative; z-index: 1; }
.fm-event-menu__heading { align-items: end; display: grid; gap: clamp(40px,8vw,120px); grid-template-columns: .8fr 1.2fr; margin-bottom: 64px; }
.fm-event-menu h2 { font-size: clamp(3.4rem, 5.5vw, 6rem); margin-bottom: 0; max-width: 800px; }
.fm-event-menu__lead { color: var(--fm-gold-light); font-family: var(--fm-serif); font-size: clamp(1.65rem,2.5vw,2.35rem); line-height: 1.3; margin: 0 0 18px; max-width: 760px; }
.fm-event-menu__intro { color: rgba(255,255,255,.76); font-size: 1.05rem; line-height: 1.8; margin: 0; max-width: 850px; }
.fm-buffet-groups { border-bottom: 1px solid rgba(223,189,117,.26); border-top: 1px solid rgba(223,189,117,.26); display: grid; grid-template-columns: .75fr 1.25fr 1.25fr .75fr; }
.fm-buffet-group { border-right: 1px solid rgba(223,189,117,.2); min-height: 390px; padding: clamp(28px,3.4vw,48px) clamp(22px,3vw,40px); }
.fm-buffet-group:last-child { border-right: 0; }
.fm-buffet-group__number { color: var(--fm-gold); display: block; font-size: .68rem; font-weight: 900; letter-spacing: .18em; margin-bottom: 42px; }
.fm-buffet-group h3 { color: #fff; font-size: clamp(1.65rem,2.2vw,2.35rem); line-height: 1.08; margin-bottom: 28px; }
.fm-buffet-group ul { list-style: none; margin: 0; padding: 0; }
.fm-buffet-group li { border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.82); font-family: var(--fm-serif); font-size: clamp(1.02rem,1.35vw,1.2rem); line-height: 1.35; padding: 13px 0; }
.fm-event-menu__grid { gap: 12px; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 46px; }
.fm-event-menu__grid div { align-items: center; background: rgba(255,255,255,.035); border: 1px solid rgba(223,189,117,.18); display: flex; font-size: clamp(1rem, 1.5vw, 1.25rem); min-height: 92px; padding: 22px 24px; position: relative; transition: background .25s,border-color .25s,transform .25s; }
.fm-event-menu__grid div::before { color: var(--fm-gold); content: '◆'; font-size: .48rem; margin-right: 13px; }
.fm-event-menu__grid div:hover { background: rgba(196,154,74,.1); border-color: rgba(223,189,117,.55); transform: translateY(-2px); }
.fm-event-gift { background: linear-gradient(125deg, #241228, #571a36 48%, #14162c); overflow: hidden; position: relative; }
.fm-event-gift::before { border: 1px solid rgba(255,255,255,.13); content: ''; inset: 24px; pointer-events: none; position: absolute; }
.fm-event-gift .fm-event-two-col { gap: 50px; grid-template-columns: 1.25fr .45fr; position: relative; }
.fm-event-gift h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.fm-event-gift__mark { filter: drop-shadow(0 20px 30px rgba(0,0,0,.3)); font-size: clamp(6rem, 12vw, 11rem); }
.fm-event-tickets { background: radial-gradient(circle at 15% 20%, rgba(143,29,36,.32), transparent 34%), #0e0b10; color: #fff; position: relative; }
.fm-event-tickets::before { color: rgba(255,255,255,.025); content: '35€'; font-family: var(--fm-serif); font-size: clamp(14rem,32vw,34rem); left: -3vw; line-height: .7; pointer-events: none; position: absolute; top: 18%; }
.fm-event-ticket-layout { align-items: start; display: grid; gap: clamp(42px, 7vw, 100px); grid-template-columns: minmax(0,.82fr) minmax(480px,1.18fr); }
.fm-event-ticket-copy { padding-top: 28px; position: sticky; top: 120px; z-index: 1; }
.fm-event-ticket-copy h2 { color: #fff; font-size: clamp(3.2rem, 5.2vw, 5.7rem); margin: 0 0 28px; }
.fm-event-ticket-copy > p:not(.fm-kicker) { color: rgba(255,255,255,.7); font-size: 1.05rem; line-height: 1.75; max-width: 560px; }
.fm-event-ticket-copy .fm-ticket-urgency { color: var(--fm-gold-light); font-family: var(--fm-serif); font-size: clamp(1.45rem,2.3vw,2rem); font-weight: 400; line-height: 1.35; margin-bottom: 20px; }
.fm-availability { align-items: center; border: 1px solid rgba(223,189,117,.42); display: flex; gap: 18px; margin: 0 0 28px; max-width: 470px; padding: 16px 20px; }
.fm-availability strong { color: var(--fm-gold-light); font-family: var(--fm-serif); font-size: 2.5rem; line-height: 1; }
.fm-availability strong { flex: 0 0 auto; margin-right: 18px; }
.fm-availability span { color: #fff; font-size: .93rem; font-weight: 700; }
.fm-bank-only { background: rgba(196,154,74,.1); border-left: 3px solid var(--fm-gold); color: rgba(255,255,255,.82) !important; margin: 26px 0 0; padding: 16px 18px; }
.fm-bank-only strong { color: var(--fm-gold-light); display: inline-block; font-size: 1.04rem; letter-spacing: .025em; margin-top: 5px; }
.fm-sold-out { align-content: center; min-height: 300px; text-align: center; }
.fm-sold-out h3 { color: var(--fm-gold-light); font-size: clamp(2.4rem,4vw,4rem); }
.fm-ticket-summary { border-bottom: 1px solid rgba(255,255,255,.18); border-top: 1px solid rgba(255,255,255,.18); margin-top: 38px; }
.fm-ticket-summary > div { align-items: center; border-bottom: 1px solid rgba(255,255,255,.13); display: grid; gap: 22px; grid-template-columns: 94px 1fr; padding: 20px 0; }
.fm-ticket-summary > div:last-child { border-bottom: 0; }
.fm-ticket-summary strong { color: var(--fm-gold-light); font-family: var(--fm-serif); font-size: 2rem; }
.fm-ticket-summary span { color: rgba(255,255,255,.82); font-size: .82rem; font-weight: 650; letter-spacing: .02em; line-height: 1.5; }
.fm-event-form { background: linear-gradient(145deg, rgba(34,28,34,.96), rgba(17,14,18,.98)); border: 1px solid rgba(223,189,117,.28); border-top: 5px solid var(--fm-gold); box-shadow: 0 38px 110px rgba(0,0,0,.48); gap: 22px; padding: clamp(34px, 4.5vw, 62px); position: relative; z-index: 1; }
.fm-event-form::before { border: 1px solid rgba(255,255,255,.06); content: ''; inset: 13px; pointer-events: none; position: absolute; }
.fm-event-form label, .fm-event-form legend { color: rgba(255,255,255,.88); font-size: .84rem; font-weight: 650; letter-spacing: .025em; position: relative; text-transform: none; z-index: 1; }
.fm-event-form input:not([type="radio"]):not([type="checkbox"]) { background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.18); color: #fff; font-size: 1rem; min-height: 58px; transition: border-color .2s,box-shadow .2s,background .2s; }
.fm-event-form input:focus { border-color: var(--fm-gold); box-shadow: 0 0 0 3px rgba(196,154,74,.14); outline: 0; }
.fm-event-form fieldset { border-color: rgba(255,255,255,.16); color: #fff; position: relative; z-index: 1; }
.fm-event-form input[type="radio"], .fm-event-form input[type="checkbox"] { accent-color: var(--fm-gold); }
.fm-event-form .fm-button { background: var(--fm-gold); border-color: var(--fm-gold); color: #0d0b10 !important; font-size: .82rem; margin-top: 6px; min-height: 62px; position: relative; width: 100%; z-index: 1; }
.fm-event-location { background: #f8f4ed; }
.fm-event-location .fm-shell { background: #fff; border-left: 5px solid var(--fm-gold); box-shadow: 0 22px 60px rgba(17,16,14,.08); gap: 40px; grid-template-columns: 1fr auto; padding: clamp(34px,5vw,66px); }
.fm-event-location h2 { font-size: clamp(2.6rem,4vw,4.5rem); }

@media (max-width: 980px) {
    .fm-event-story, .fm-event-ticket-layout { grid-template-columns: 1fr; }
    .fm-event-ticket-copy { padding-top: 0; position: static; }
    .fm-event-reasons__grid { grid-template-columns: 1fr; }
    .fm-event-reasons__grid article { min-height: 0; }
    .fm-event-reasons__grid article > span { margin-bottom: 30px; }
    .fm-event-menu__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .fm-event-menu__heading { align-items: start; grid-template-columns: 1fr; }
    .fm-buffet-groups { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .fm-buffet-group:nth-child(2) { border-right: 0; }
    .fm-buffet-group { border-bottom: 1px solid rgba(223,189,117,.2); min-height: 0; }
}
@media (max-width: 640px) {
    .fm-event-single .fm-section { padding-block: 64px; }
    .fm-event-story { width: calc(100% - 28px); }
    .fm-event-story__copy, .fm-event-panel { padding: 38px 28px; }
    .fm-event-story__copy::before { left: 28px; right: 28px; top: 20px; }
    .fm-event-menu__grid { gap: 8px; grid-template-columns: 1fr; margin-top: 30px; }
    .fm-event-menu__grid div { min-height: 68px; padding: 17px 19px; }
    .fm-event-gift::before { inset: 12px; }
    .fm-event-gift .fm-event-two-col { grid-template-columns: 1fr; }
    .fm-event-gift__mark { text-align: left; }
    .fm-event-ticket-layout { width: calc(100% - 28px); }
    .fm-buffet-groups { grid-template-columns: 1fr; }
    .fm-buffet-group, .fm-buffet-group:nth-child(2) { border-right: 0; padding: 30px 6px; }
    .fm-buffet-group__number { margin-bottom: 20px; }
    .fm-event-location .fm-shell { grid-template-columns: 1fr; width: calc(100% - 28px); }
}

/* Event pages must escape the legacy Ristorante boxed page geometry. */
html { max-width: none !important; overflow-x: hidden; width: 100% !important; }
body.fm-premium-page { display: block !important; margin: 0 !important; max-width: none !important; min-height: 100% !important; padding: 0 !important; width: 100% !important; }
body.fm-premium-page.single-tribe_events > .fm-header,
body.fm-premium-page.post-type-archive-tribe_events > .fm-header { left: auto; margin: 0 !important; max-width: none !important; position: sticky; right: auto; top: 0; width: 100% !important; }
body.fm-premium-page .fm-event-single,
body.fm-premium-page .fm-event-archive,
body.fm-premium-page .fm-event-hero,
body.fm-premium-page .fm-event-pricebar,
body.fm-premium-page > .fm-footer { box-sizing: border-box; margin-left: 0 !important; margin-right: 0 !important; max-width: none !important; width: 100% !important; }
body.fm-premium-page .fm-event-hero { min-height: min(760px, calc(100vh - 96px)); }
body.fm-premium-page .fm-event-hero__content { min-height: min(760px, calc(100vh - 96px)); padding-top: 72px; }
body.fm-premium-page .fm-event-hero > img { object-position: center center; }

@media (max-width: 780px) {
    body.fm-premium-page.single-tribe_events > .fm-header,
    body.fm-premium-page.post-type-archive-tribe_events > .fm-header { position: sticky; top: 0; }
    body.fm-premium-page .fm-event-hero,
    body.fm-premium-page .fm-event-hero__content { min-height: calc(100svh - 76px); }
}

.fm-events { color: #fff; min-height: 900px; overflow: hidden; position: relative; }
.fm-events__image, .fm-events__shade { inset: 0; position: absolute; }
.fm-events__image { height: 100%; object-fit: cover; width: 100%; }
.fm-events__shade { background: linear-gradient(90deg, rgba(8,7,6,.86), rgba(8,7,6,.35)), linear-gradient(0deg, rgba(8,7,6,.72), transparent 60%); }
.fm-events__content { align-items: center; display: grid; gap: 10vw; grid-template-columns: 1.15fr .85fr; min-height: 650px; position: relative; z-index: 1; }
.fm-events__headline h2 { font-size: clamp(3.4rem, 6.5vw, 7rem); margin: 0; }
.fm-events__panel { backdrop-filter: blur(12px); background: rgba(17,16,14,.82); border: 1px solid rgba(255,255,255,.14); padding: clamp(34px, 5vw, 64px); }
.fm-events__panel .fm-lead { font-size: 1.45rem; }
.fm-events__panel ul { list-style: none; margin: 34px 0 42px; padding: 0; }
.fm-events__panel li { border-bottom: 1px solid rgba(255,255,255,.14); padding: 12px 0; }
.fm-events__panel li span { color: var(--fm-gold-light); display: inline-block; font-size: .66rem; font-weight: 800; letter-spacing: .1em; width: 42px; }

.fm-catering__grid { align-items: center; display: grid; gap: clamp(60px, 9vw, 140px); grid-template-columns: .95fr 1.05fr; }
.fm-catering__content > p:not(.fm-kicker) { color: #5e5850; max-width: 610px; }
.fm-catering__content .fm-lead { color: var(--fm-ink) !important; }
.fm-process { border-bottom: 1px solid var(--fm-border); border-top: 1px solid var(--fm-border); display: grid; grid-template-columns: repeat(3, 1fr); margin: 42px 0; }
.fm-process div { display: flex; flex-direction: column; gap: 9px; padding: 18px 16px 18px 0; }
.fm-process span { color: var(--fm-red); font-size: .65rem; font-weight: 800; }
.fm-process strong { font-family: var(--fm-serif); font-size: 1rem; line-height: 1.25; }
.fm-catering__visual { padding: 0 0 58px 58px; position: relative; }
.fm-catering__visual::before { border: 1px solid rgba(143,29,36,.32); bottom: 0; content: ''; left: 0; position: absolute; right: 58px; top: 58px; }
.fm-catering__visual img { aspect-ratio: 4/5; object-fit: cover; position: relative; width: 100%; }
.fm-catering__note { background: var(--fm-red); bottom: 0; color: #fff; display: flex; flex-direction: column; left: 0; padding: 22px 28px; position: absolute; }
.fm-catering__note strong { font-family: var(--fm-serif); font-size: 1.25rem; font-weight: 400; }
.fm-catering__note span { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

.fm-gallery-strip { background: var(--fm-ink); display: grid; grid-template-columns: .72fr 1.28fr 1fr; min-height: 440px; }
.fm-gallery-strip > img { height: 440px; object-fit: cover; width: 100%; }
.fm-gallery-strip__quote { align-items: flex-start; color: var(--fm-cream); display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 90px); }
.fm-gallery-strip__quote > span { color: var(--fm-gold); font-family: var(--fm-serif); font-size: 5rem; line-height: .6; }
.fm-gallery-strip blockquote { font-family: var(--fm-serif); font-size: clamp(1.6rem, 2.7vw, 2.7rem); line-height: 1.25; margin: 24px 0; }
.fm-gallery-strip cite { color: var(--fm-muted); font-size: .78rem; font-style: normal; letter-spacing: .09em; margin-bottom: 60px; text-transform: uppercase; }
.fm-gallery-strip__quote { padding: 38px clamp(34px,4vw,64px); }
.fm-gallery-strip blockquote { font-size: clamp(1.45rem,2.2vw,2.15rem); margin-block: 18px; }
.fm-gallery-strip cite { margin-bottom: 24px; }
.fm-gallery-strip a { border-bottom: 1px solid var(--fm-gold); color: var(--fm-gold-light); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.fm-contact { padding-bottom: 90px; }
.fm-contact__top { align-items: end; border-bottom: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; padding-bottom: 70px; }
.fm-contact__top h2 { margin: 0; }
.fm-contact__phone { color: var(--fm-gold-light) !important; font-family: var(--fm-serif); font-size: clamp(1.8rem, 3.5vw, 3.5rem); line-height: 1.1; text-align: right; }
.fm-contact__phone span { color: var(--fm-muted); display: block; font-family: var(--fm-sans); font-size: .65rem; font-weight: 700; letter-spacing: .13em; margin-bottom: 12px; text-transform: uppercase; }
.fm-contact__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.fm-contact-card { border-right: 1px solid rgba(255,255,255,.18); min-height: 240px; padding: 46px 46px 20px 0; }
.fm-contact-card + .fm-contact-card { padding-left: 46px; }
.fm-contact-card:last-child { border-right: 0; }
.fm-contact-card address { font-family: var(--fm-serif); font-size: 1.4rem; font-style: normal; }
.fm-contact-card p:not(.fm-kicker), .fm-contact-card address { color: #bbb2a5; }
.fm-contact-card a { color: var(--fm-gold-light); }

.fm-footer { background: #090806; color: #8f887e; padding-block: 42px; }
.fm-footer__inner { align-items: center; display: grid; gap: 30px; grid-template-columns: auto 1fr auto auto; }
.fm-brand--footer img { height: 64px; width: 64px; }
.fm-footer p { font-size: .78rem; letter-spacing: .05em; margin: 0; text-transform: uppercase; }
.fm-footer nav { display: flex; flex-wrap: wrap; font-size: .72rem; gap: 20px; }
.fm-footer a:hover { color: var(--fm-gold-light); }
.fm-footer small { font-size: .7rem; }
.fm-site-credit { border-top: 1px solid rgba(255,255,255,.08); margin-top: 34px; padding-top: 18px; text-align: center; }
.fm-site-credit a { align-items: center; color: #777168; display: inline-flex; font-size: .66rem; gap: 9px; letter-spacing: .05em; opacity: .78; transition: opacity .2s, color .2s; }
.fm-site-credit a:hover { opacity: 1; }
.fm-site-credit img { height: auto; max-width: 120px; width: 120px; }
.fm-mobile-bar { display: none; }

/* Premium subpages */
body.fm-premium-page {
    margin: 0;
    background: var(--fm-paper);
    color: var(--fm-ink);
    font-family: var(--fm-sans);
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
}
.fm-premium-page *, .fm-premium-page *::before, .fm-premium-page *::after { box-sizing: border-box; }
.fm-premium-page { margin: 0; overflow-x: hidden; }
.fm-premium-page img { display: block; max-width: 100%; }
.fm-premium-page .wpml-ls-statics-footer, .fm-premium-home .wpml-ls-statics-footer { display: none !important; }
.fm-premium-page a { color: inherit; text-decoration: none; }
.fm-premium-page h1, .fm-premium-page h2, .fm-premium-page h3, .fm-premium-page p { margin-top: 0; }
.fm-premium-page h1, .fm-premium-page h2, .fm-premium-page h3 { font-family: var(--fm-serif); font-weight: 400; line-height: 1.02; }
.fm-premium-page h1 { font-size: clamp(3.6rem, 7vw, 7.4rem); letter-spacing: -.055em; margin: 0 0 26px; max-width: 1060px; }
.fm-premium-page h2 { font-size: clamp(2.8rem, 5vw, 5rem); letter-spacing: -.045em; margin-bottom: 30px; }
.fm-premium-page h3 { font-size: clamp(1.55rem, 2.4vw, 2.2rem); letter-spacing: -.025em; }
.fm-header--solid { background: rgba(17,16,14,.97); }
.fm-languages a[aria-current="page"] { color: var(--fm-gold-light); }
.fm-inner-main { min-height: 70vh; }
.fm-page-hero { align-items: flex-end; background: var(--fm-ink); color: #fff; display: flex; min-height: 670px; overflow: hidden; padding: 190px 0 90px; position: relative; }
.fm-page-hero > img, .fm-page-hero__shade { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.fm-page-hero__shade { background: linear-gradient(90deg, rgba(8,7,6,.9) 0%, rgba(8,7,6,.58) 50%, rgba(8,7,6,.18) 100%), linear-gradient(0deg, rgba(8,7,6,.72), transparent 60%); }
.fm-page-hero__content { position: relative; z-index: 1; }
.fm-page-hero__content .fm-kicker { color: var(--fm-gold-light); }
.fm-page-hero__content > p:last-child { font-family: var(--fm-serif); font-size: clamp(1.2rem, 2vw, 1.7rem); line-height: 1.45; max-width: 760px; }
.fm-page-hero--compact { background: var(--fm-ink); min-height: 420px; }
.fm-detail-section, .fm-menu-section, .fm-booking-section { padding: clamp(85px, 10vw, 150px) 0; }
.fm-detail-grid { align-items: center; display: grid; gap: clamp(60px, 9vw, 130px); grid-template-columns: 1fr 1fr; }
.fm-detail-grid > img { aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.fm-detail-grid--event > img { aspect-ratio: 3/2; max-height: 560px; }
.fm-detail-grid > div > p:not(.fm-kicker), .fm-section-heading--wide > p { color: #625b53; max-width: 650px; }
.fm-check-list { border-top: 1px solid var(--fm-border); list-style: none; margin: 36px 0 0; padding: 0; }
.fm-check-list li { border-bottom: 1px solid var(--fm-border); padding: 14px 4px 14px 30px; position: relative; }
.fm-check-list li::before { color: var(--fm-red); content: '✓'; left: 2px; position: absolute; }
.fm-feature-band, .fm-process-section { background: var(--fm-cream); padding: clamp(70px, 8vw, 110px) 0; }
.fm-process-section { background: var(--fm-paper); }
.fm-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.fm-feature-grid article { border-left: 1px solid var(--fm-border); min-height: 240px; padding: 34px; }
.fm-feature-grid article:last-child { border-right: 1px solid var(--fm-border); }
.fm-feature-grid span, .fm-premium-cards > article > span { color: var(--fm-red); display: block; font-size: .67rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 72px; }
.fm-feature-grid p, .fm-premium-cards p { color: #665f57; }
.fm-premium-cards { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.fm-premium-cards--four { grid-template-columns: repeat(4, 1fr); }
.fm-premium-cards article { background: var(--fm-cream); min-height: 390px; padding: 42px; position: relative; }
.fm-premium-cards article:nth-child(2) { background: var(--fm-red); color: #fff; }
.fm-premium-cards article:nth-child(2) p { color: rgba(255,255,255,.72); }
.fm-premium-cards article > a { bottom: 36px; color: var(--fm-red); font-size: .72rem; font-weight: 800; letter-spacing: .08em; position: absolute; text-transform: uppercase; }
.fm-premium-cards article:nth-child(2) > a { color: var(--fm-gold-light); }
.fm-inner-cta { background: var(--fm-ink); color: #fff; padding: clamp(80px, 9vw, 130px) 0; }
.fm-inner-cta h2 { max-width: 850px; }
.fm-menu-switcher { border-bottom: 1px solid var(--fm-border); display: flex; flex-wrap: wrap; gap: 12px 34px; margin-bottom: 24px; padding-bottom: 22px; }
.fm-menu-switcher a { font-family: var(--fm-serif); font-size: 1.35rem; }
.fm-menu-switcher a:hover { color: var(--fm-red); }
.fm-menu-hint { color: #746c63; margin-bottom: 46px; }
.fm-menu-gallery { align-items: start; display: grid; gap: 26px; grid-template-columns: repeat(3, 1fr); }
.fm-menu-gallery > button { background: #fff; border: 0; box-shadow: 0 16px 50px rgba(32,24,15,.08); cursor: zoom-in; padding: 12px; position: relative; transition: transform .25s, box-shadow .25s; }
.fm-menu-gallery > button:hover { box-shadow: 0 22px 65px rgba(32,24,15,.15); transform: translateY(-5px); }
.fm-menu-gallery > button > span { align-items: center; background: var(--fm-red); color: #fff; display: flex; font-size: .68rem; font-weight: 800; height: 34px; justify-content: center; left: 22px; position: absolute; top: 22px; width: 34px; z-index: 2; }
.fm-menu-gallery img { height: auto; width: 100%; }
.fm-menu-dialog { background: transparent; border: 0; height: 96vh; max-height: 96vh; max-width: min(1100px,96vw); padding: 44px; width: auto; }
.fm-menu-dialog::backdrop { background: rgba(10,9,8,.9); backdrop-filter: blur(5px); }
.fm-menu-dialog img { height: 100%; max-height: calc(96vh - 88px); object-fit: contain; width: auto; }
.fm-menu-dialog button { background: var(--fm-gold); border: 0; border-radius: 50%; cursor: pointer; font-size: 1.5rem; height: 42px; position: absolute; right: 0; top: 0; width: 42px; }
.fm-catering-delivery { background: var(--fm-ink); color: #fff; padding: clamp(80px,9vw,130px) 0; }
.fm-catering-delivery__grid { display: grid; gap: 18px; grid-template-columns: repeat(4,1fr); margin-top: 45px; }
.fm-catering-delivery__grid img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.fm-catering-delivery .fm-lead { max-width: 800px; }
.fm-contact-form { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; margin: 55px auto 0; width: var(--fm-shell); }
.fm-nav-group { position: relative; }
.fm-subnav { background: var(--fm-ink); box-shadow: 0 18px 35px rgba(0,0,0,.22); display: none; left: -22px; min-width: 210px; padding: 16px 22px; position: absolute; top: 100%; }
.fm-subnav a { display: block; padding: 9px 0; white-space: nowrap; }
.fm-nav-group:hover .fm-subnav, .fm-nav-group:focus-within .fm-subnav { display: block; }
.fm-photo-grid { display: grid; gap: 16px; grid-auto-flow: dense; grid-template-columns: repeat(3, 1fr); }
.fm-photo-grid img { aspect-ratio: 4/3; height: 100%; object-fit: cover; width: 100%; }
.fm-photo-grid img:nth-child(1), .fm-photo-grid img:nth-child(5) { grid-row: span 2; aspect-ratio: auto; }
.fm-contact-layout { display: grid; gap: clamp(60px, 9vw, 130px); grid-template-columns: 1.2fr .8fr; }
.fm-contact-list { border-top: 1px solid var(--fm-border); }
.fm-contact-list > div { border-bottom: 1px solid var(--fm-border); display: grid; gap: 20px; grid-template-columns: 120px 1fr auto; padding: 22px 0; }
.fm-contact-list span { color: var(--fm-red); font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.fm-contact-list strong { font-family: var(--fm-serif); font-size: 1.2rem; font-weight: 400; }
.fm-contact-list a { color: var(--fm-red); }
.fm-contact-panel { align-self: start; background: var(--fm-ink); color: #fff; display: flex; flex-direction: column; padding: clamp(36px, 5vw, 62px); }
.fm-contact-panel h3 { font-size: 2.6rem; margin-bottom: 42px; }
.fm-contact-panel .fm-button { margin-bottom: 12px; }
.fm-contact-panel .fm-text-link { align-self: flex-start; margin-top: 22px; }
.fm-button--ghost-dark { background: transparent; border-color: rgba(255,255,255,.35); color: #fff !important; }
.fm-booking-grid { align-items: start; display: grid; gap: clamp(45px, 5vw, 80px); grid-template-columns: minmax(0, .85fr) minmax(560px, 1.15fr); }
.fm-booking-grid > *, .fm-booking-card, .fm-booking-form, .fm-field { min-width: 0; }
.fm-booking-grid h2 { font-size: clamp(2.8rem, 4vw, 4.6rem); hyphens: auto; overflow-wrap: break-word; }
.fm-booking-grid > div:first-child { position: sticky; top: 130px; }
.fm-contact__phone--dark { display: block; margin-top: 55px; text-align: left; }
.fm-contact__phone--dark span { color: #726a61; }
.fm-booking-card { background: #fff; box-shadow: 0 20px 70px rgba(35,26,16,.09); padding: clamp(28px, 5vw, 62px); }
.fm-booking-form { display: grid; gap: 22px; grid-template-columns: 1fr 1fr; }
.fm-field { display: flex; flex-direction: column; gap: 8px; }
.fm-field > span { font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.fm-field input, .fm-field select, .fm-field textarea { appearance: none; background: var(--fm-paper); border: 1px solid var(--fm-border); border-radius: 0; color: var(--fm-ink); font: inherit; min-height: 52px; padding: 12px 14px; width: 100%; }
.fm-field textarea { resize: vertical; }
.fm-field input:focus, .fm-field select:focus, .fm-field textarea:focus { border-color: var(--fm-red); outline: 2px solid rgba(143,29,36,.1); }
.fm-field--full { grid-column: 1/-1; }
.fm-consent { align-items: flex-start; display: flex; font-size: .78rem; gap: 10px; }
.fm-consent input { margin-top: 5px; }
.fm-form-note { color: #756d64; font-size: .78rem; }
.fm-honeypot { display: none; }
.fm-notice { border-left: 4px solid var(--fm-red); margin-bottom: 30px; padding: 18px 20px; }
.fm-notice p { margin-bottom: 0; }
.fm-notice--success { background: #edf5eb; border-color: #4d7f45; }
.fm-notice--error { background: #f8e9e7; }
.fm-legacy-content { padding-block: 90px; }

.fm-reveal { opacity: 1; transform: none; }

@media (max-width: 1180px) {
    :root { --fm-shell: min(100% - 48px, 1120px); }
    .fm-header__actions .fm-button { display: none; }
    .fm-nav { gap: 18px; }
    .fm-hero { min-height: 820px; }
    .fm-story__grid, .fm-catering__grid { gap: 70px; }
    .fm-story__visual { min-height: 620px; }
    .fm-story__main { height: 560px; }
}

@media (max-width: 900px) {
    .admin-bar .fm-header { top: 46px; }
    .fm-menu-toggle { display: block; order: 3; z-index: 2; }
    .fm-header__actions { margin-left: auto; }
    .fm-nav { align-items: flex-start; background: var(--fm-ink); display: flex; flex-direction: column; gap: 0; inset: 0; justify-content: center; opacity: 0; padding: 120px max(24px, calc((100vw - var(--fm-shell))/2)); pointer-events: none; position: fixed; transform: translateY(-18px); transition: opacity .25s, transform .25s; }
    .fm-nav a { border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--fm-serif); font-size: clamp(1.8rem, 7vw, 3.2rem); font-weight: 400; letter-spacing: -.02em; padding: 13px 0; text-transform: none; width: 100%; }
    .fm-nav-group { width: 100%; }
    .fm-subnav { background: transparent; box-shadow: none; display: flex; gap: 18px; left: auto; padding: 8px 0 12px; position: static; }
    .fm-subnav a { border: 0; color: var(--fm-gold-light); font-family: var(--fm-sans); font-size: .75rem; padding: 3px 0; width: auto; }
    .fm-menu-open { overflow: hidden; }
    .fm-menu-open .fm-nav { opacity: 1; pointer-events: auto; transform: none; }
    .fm-menu-open .fm-menu-toggle > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .fm-menu-open .fm-menu-toggle > span:nth-child(2) { opacity: 0; }
    .fm-menu-open .fm-menu-toggle > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .fm-hero__meta span:nth-child(2) { display: none; }
    .fm-intro__grid, .fm-section-heading--wide, .fm-story__grid, .fm-event-highlight, .fm-events__content, .fm-catering__grid, .fm-event-two-col { grid-template-columns: 1fr; }
    .fm-event-list__grid { grid-template-columns: 1fr; }
    .fm-event-menu__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fm-event-highlight__image { min-height: 0; }
    .fm-event-highlight__image img { aspect-ratio: 16/9; }
    .fm-intro__copy { border-left: 0; border-top: 1px solid var(--fm-border); padding-left: 0; padding-top: 36px; }
    .fm-offers { grid-template-columns: repeat(2, 1fr); }
    .fm-offer:nth-child(3n) { border-right: 0; }
    .fm-offer:nth-child(2n) { border-right: 1px solid var(--fm-border); }
    .fm-offer:nth-child(n+3) { border-bottom: 1px solid var(--fm-border); }
    .fm-section-heading--wide .fm-kicker { margin-bottom: 0; }
    .fm-experience__grid { grid-template-columns: 1fr; }
    .fm-experience-card--accent { transform: none; }
    .fm-experience-card--accent:hover { transform: translateY(-7px); }
    .fm-experience-card { min-height: 380px; }
    .fm-events__content { align-content: center; }
    .fm-events__panel { max-width: 650px; }
    .fm-gallery-strip { grid-template-columns: 1fr 1fr; }
    .fm-gallery-strip__quote { grid-column: 1/-1; }
    .fm-contact__top { align-items: flex-start; flex-direction: column; gap: 40px; }
    .fm-contact__phone { text-align: left; }
    .fm-footer__inner { grid-template-columns: auto 1fr; }
    .fm-footer nav, .fm-footer small { grid-column: 1/-1; }
    .fm-detail-grid, .fm-contact-layout, .fm-booking-grid { grid-template-columns: 1fr; }
    .fm-feature-grid, .fm-premium-cards { grid-template-columns: 1fr; }
    .fm-feature-grid article { border-bottom: 1px solid var(--fm-border); border-right: 1px solid var(--fm-border); min-height: 200px; }
    .fm-premium-cards article { min-height: 330px; }
    .fm-menu-gallery { grid-template-columns: repeat(2, 1fr); }
    .fm-booking-grid > div:first-child { position: static; }
}

@media (max-width: 600px) {
    .fm-event-hero, .fm-event-hero__content { min-height: 700px; }
    .fm-event-hero__shade { background: linear-gradient(0deg, rgba(4,3,8,.96), rgba(4,3,8,.38) 75%, rgba(4,3,8,.12)); }
    .fm-event-hero__content { align-content: end; padding-bottom: 60px; }
    .fm-event-hero__content h1 { font-size: clamp(3rem, 15vw, 5.2rem); }
    .fm-event-menu__grid { grid-template-columns: 1fr; }
    .fm-event-pricebar .fm-shell { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 1180px) {
    .fm-booking-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    :root { --fm-shell: calc(100% - 36px); }
    body.fm-premium-home { padding-bottom: 60px; }
    .fm-section { padding-block: 82px; }
    .fm-header { background: rgba(17,16,14,.97); padding-block: 7px; }
    .fm-brand img { height: 62px; width: 62px; }
    .fm-languages { gap: 7px; }
    .fm-hero { min-height: 790px; }
    .fm-hero__image { object-position: 58% center; }
    .fm-hero__shade { background: linear-gradient(90deg, rgba(8,7,6,.87), rgba(8,7,6,.35)), linear-gradient(0deg, rgba(8,7,6,.78), transparent 55%); }
    .fm-hero__content { padding-top: 190px; }
    .fm-premium-home h1 { font-size: clamp(3.8rem, 17vw, 5.2rem); }
    .fm-hero__lead { font-size: 1.18rem; }
    .fm-hero__meta span { padding: 18px; }
    .fm-hero__meta span:last-child { display: none; }
    .fm-scroll-cue { display: none; }
    .fm-intro__grid { margin-bottom: 58px; }
    .fm-offers { grid-template-columns: 1fr; }
    .fm-offer, .fm-offer:nth-child(n), .fm-offer:nth-child(2n), .fm-offer:nth-child(3n) { border-bottom: 0; border-left: 1px solid var(--fm-border); border-right: 1px solid var(--fm-border); min-height: 220px; }
    .fm-offer:last-child { border-bottom: 1px solid var(--fm-border); }
    .fm-story__visual { min-height: 0; }
    .fm-story__main { aspect-ratio: 4/5; height: auto; object-fit: cover; width: 100%; }
    .fm-story__inset, .fm-story__seal { display: none; }
    .fm-experience-card__icon { margin-bottom: 70px; }
    .fm-events { min-height: 1050px; }
    .fm-catering__visual { padding: 0 0 35px 28px; }
    .fm-catering__visual::before { right: 28px; top: 28px; }
    .fm-process { grid-template-columns: 1fr; }
    .fm-process div { border-bottom: 1px solid var(--fm-border); flex-direction: row; }
    .fm-gallery-strip { grid-template-columns: 1fr; }
    .fm-gallery-strip > img { min-height: 430px; }
    .fm-gallery-strip > img:first-child { display: none; }
    .fm-contact__grid { grid-template-columns: 1fr; }
    .fm-contact-card, .fm-contact-card + .fm-contact-card { border-bottom: 1px solid rgba(255,255,255,.18); border-right: 0; min-height: 0; padding: 34px 0; }
    .fm-contact-card:last-child { border-bottom: 0; }
    .fm-footer__inner { grid-template-columns: 1fr; }
    .fm-footer nav, .fm-footer small { grid-column: auto; }
    .fm-site-credit { margin-top: 26px; padding-bottom: 54px; }
    .fm-site-credit a { font-size: .62rem; gap: 7px; }
    .fm-site-credit img { max-width: 110px; width: 110px; }
    .fm-mobile-bar { background: var(--fm-gold); bottom: 0; color: var(--fm-ink); display: grid; grid-template-columns: repeat(3, 1fr); left: 0; position: fixed; right: 0; z-index: 1100; }
    .fm-mobile-bar a { border-right: 1px solid rgba(17,16,14,.22); font-size: .67rem; font-weight: 900; letter-spacing: .07em; padding: 18px 6px; text-align: center; text-transform: uppercase; }
    .fm-premium-page h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
    .fm-premium-page h2 { font-size: 2.6rem; hyphens: auto; overflow-wrap: anywhere; }
    .fm-page-hero { min-height: 620px; padding-bottom: 70px; }
    .fm-page-hero__content > p:last-child { font-size: 1.15rem; }
    .fm-detail-section, .fm-menu-section, .fm-booking-section { padding: 75px 0; }
    .fm-menu-gallery, .fm-photo-grid { grid-template-columns: 1fr; }
    .fm-catering-delivery__grid { grid-template-columns: 1fr 1fr; }
    .fm-contact-form { grid-template-columns: 1fr; }
    .fm-photo-grid img:nth-child(n) { aspect-ratio: 4/3; grid-row: auto; }
    .fm-contact-list > div { grid-template-columns: 1fr; gap: 7px; }
    .fm-booking-form { grid-template-columns: 1fr; }
    .fm-booking-card { padding-inline: 22px; width: 100%; }
    .fm-field--full { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .fm-reveal { opacity: 1; transform: none; transition: none; }
    .fm-scroll-cue span::after { animation: none; }
}
