/*
Theme Name: Park Place Restaurant & Bar
Theme URI: https://parkplacefp.com/
Author: MES
Description: Custom theme for Park Place Restaurant & Bar in New Hyde Park, NY.
Version: 2.1.0
Text Domain: park-place
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root {
    --ink: #171713;
    --ink-soft: #282822;
    --cream: #f3efe7;
    --cream-2: #e9e2d6;
    --paper: #fbfaf7;
    --gold: #a9824b;
    --gold-light: #c9ad7f;
    --sage: #6b7163;
    --white: #fff;
    --text: #45453f;
    --muted: #78776f;
    --line: rgba(23, 23, 19, .14);
    --shadow: 0 20px 60px rgba(26, 23, 18, .12);
    --font-body: 'DM Sans', Arial, sans-serif;
    --font-display: 'Playfair Display', Georgia, serif;
    --site-width: 1420px;
    --sticky-header-height: 96px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--font-body); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a, button { transition: color .22s ease, background-color .22s ease, border-color .22s ease, opacity .22s ease, transform .22s ease; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.site-width { width: min(calc(100% - 80px), var(--site-width)); margin: 0 auto; }
.section-pad { padding: 120px 0; }
.section-pad-small { padding: 85px 0; }
.skip-to-content { position: fixed; left: 20px; top: -80px; z-index: 9999; padding: 12px 18px; background: #fff; color: #000; }
.skip-to-content:focus { top: 20px; }

h1, h2, h3, h4 { margin: 0 0 20px; color: var(--ink); font-family: var(--font-display); font-weight: 600; line-height: 1.03; letter-spacing: -.025em; }
h1 { font-size: clamp(62px, 7.1vw, 112px); }
h2 { font-size: clamp(44px, 4.7vw, 74px); }
h3 { font-size: 32px; }
h4 { font-size: 21px; }
p { margin: 0 0 20px; }
p.lead { font-size: 21px; line-height: 1.65; color: #2d2d28; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .19em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 34px; height: 1px; background: currentColor; }
.eyebrow-light { color: #e8d8bd; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 27px; border: 1px solid var(--gold); background: var(--gold); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.button:hover { background: #916c3a; border-color: #916c3a; transform: translateY(-2px); }
.button .icon { width: 18px; height: 18px; }
.button-small { min-height: 44px; padding: 0 20px; font-size: 11px; }
.button-large { min-height: 62px; padding: 0 34px; }
.button-light { border-color: #fff; background: #fff; color: var(--ink); }
.button-light:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--ink); }
.button-dark { border-color: var(--ink); background: var(--ink); color: #fff; }
.button-dark:hover { border-color: var(--gold); background: var(--gold); }
.button-outline-dark { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-outline-dark:hover { background: var(--ink); color: #fff; }
.button-ghost-light { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.04); color: #fff; }
.button-ghost-light:hover { border-color: #fff; background: #fff; color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.45); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link:hover { border-color: var(--gold-light); color: var(--gold-light); }
.text-link.dark { border-color: rgba(23,23,19,.28); color: var(--ink); }
.text-link.dark:hover { border-color: var(--gold); color: var(--gold); }

/* Header */
.top-bar { position: relative; z-index: 50; background: var(--ink); color: #d8d3c8; font-size: 12px; letter-spacing: .02em; }
.top-bar-inner { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.top-bar-left, .top-bar-right { display: flex; align-items: center; gap: 18px; }
.top-bar a, .top-bar span { display: inline-flex; align-items: center; gap: 7px; }
.top-bar a:hover { color: #fff; }
.top-bar .icon { width: 14px; height: 14px; color: var(--gold-light); }
.top-socials { display: flex; gap: 7px; padding-left: 6px; }
.top-socials a { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.top-socials .icon { width: 13px; height: 13px; }
.top-utility-link { padding-right: 18px; border-right: 1px solid rgba(255,255,255,.14); color: #e5d7c0; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 45; border-bottom: 1px solid rgba(23,23,19,.08); background: rgba(251,250,247,.97); backdrop-filter: blur(15px); }
.header-inner { min-height: 96px; display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); }
.site-logo { flex: 0 0 clamp(180px, 14.5vw, 218px); }
.site-logo img { width: 100%; height: auto; object-fit: contain; }
.primary-navigation { flex: 1; }
.primary-navigation ul { margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; gap: clamp(8px, 1.45vw, 24px); list-style: none; }
.primary-navigation a { position: relative; display: block; padding: 36px 0; color: var(--ink); font-size: clamp(9px, .73vw, 11px); font-weight: 700; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.primary-navigation a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 28px; height: 1px; background: var(--gold); transition: right .25s ease; }
.primary-navigation a:hover::after, .primary-navigation .current-menu-item > a::after, .primary-navigation .current_page_item > a::after { right: 0; }
.header-reserve { flex: 0 0 auto; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); }
.nav-mask { display: none; }
.mobile-nav-actions, .mobile-nav-socials { display: none; }

/* Home hero */
.home-hero { position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--ink); }
.home-hero::before { content: ''; position: absolute; inset: 0; background-image: var(--hero-image); background-size: cover; background-position: center 50%; transform: scale(1.02); }
.home-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,13,11,.86) 0%, rgba(13,13,11,.68) 42%, rgba(13,13,11,.20) 75%, rgba(13,13,11,.08) 100%), linear-gradient(0deg, rgba(13,13,11,.30), transparent 45%); }
.home-hero-inner { position: relative; z-index: 2; min-height: 790px; display: flex; align-items: center; justify-content: space-between; gap: 70px; padding-top: 40px; padding-bottom: 60px; }
.home-hero-copy { max-width: 810px; }
.home-hero h1 { margin-bottom: 26px; color: #fff; font-size: clamp(72px, 7.5vw, 118px); }
.home-hero h1 em { color: #e1cba8; font-weight: 600; }
.home-hero-copy > p { max-width: 690px; color: rgba(255,255,255,.87); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.hero-hours-card { align-self: flex-end; width: 285px; margin-bottom: 80px; padding: 28px 30px; border: 1px solid rgba(255,255,255,.24); background: rgba(18,18,15,.64); backdrop-filter: blur(13px); }
.hero-hours-card > span { display: block; margin-bottom: 16px; color: #e7d7bc; font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero-hours-card p { display: flex; justify-content: space-between; gap: 15px; margin: 0; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.88); font-size: 12px; }
.hero-hours-card p strong { color: #fff; }
.hero-hours-card small { display: block; margin-top: 15px; color: #b9b4aa; }
.hero-scroll-note { position: absolute; z-index: 3; left: 40px; bottom: 30px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.hero-scroll-note span { width: 70px; height: 1px; background: rgba(255,255,255,.5); }

/* Quick actions */
.quick-actions { position: relative; z-index: 5; margin-top: -1px; background: var(--cream); border-bottom: 1px solid var(--line); }
.quick-actions-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-actions-grid > a { position: relative; min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 22px 58px 22px 30px; border-right: 1px solid var(--line); }
.quick-actions-grid > a:first-child { border-left: 1px solid var(--line); }
.quick-actions-grid > a:hover { background: #fff; }
.quick-actions-grid span { margin-bottom: 2px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.quick-actions-grid strong { color: var(--ink); font-family: var(--font-display); font-size: 24px; font-weight: 600; }
.quick-actions-grid em { position: absolute; right: 28px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 23px; font-style: normal; }

/* Home intro */
.home-intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.intro-kicker { display: flex; flex-direction: column; align-items: flex-start; padding-top: 6px; }
.big-number { margin-bottom: 25px; color: #d4c8b6; font-family: var(--font-display); font-size: 92px; line-height: .8; }
.intro-copy { max-width: 820px; }
.intro-copy h2 { max-width: 780px; }
.intro-copy .text-link { margin-top: 12px; }

/* Home feature tiles */
.feature-grid-section { padding: 0 30px 30px; background: var(--paper); }
.feature-grid { max-width: 1580px; margin: 0 auto; display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 335px); gap: 18px; }
.feature-tile { position: relative; overflow: hidden; color: #fff; background: #222; }
.feature-tile::before { content: ''; position: absolute; inset: 0; background-image: var(--tile-image); background-size: cover; background-position: center; transition: transform .65s cubic-bezier(.22,.61,.36,1); }
.feature-tile:hover::before { transform: scale(1.045); }
.feature-tile-large { grid-row: 1 / span 2; }
.tile-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,13,11,.75), rgba(13,13,11,.08) 65%); }
.tile-content { position: absolute; inset: auto 38px 36px; }
.tile-content h2 { margin: 0; color: #fff; font-size: 54px; }
.feature-tile-large .tile-content h2 { font-size: 70px; }
.tile-arrow { position: absolute; right: 0; bottom: 4px; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 20px; }
.feature-tile:hover .tile-arrow { background: #fff; color: var(--ink); }

/* Signature */
.signature-section { background: var(--cream); }
.signature-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 105px; align-items: center; }
.signature-image-wrap { position: relative; min-height: 610px; }
.signature-image { overflow: hidden; background: #d6d0c6; box-shadow: var(--shadow); }
.signature-image img { width: 100%; height: 100%; object-fit: cover; }
.signature-main { position: absolute; left: 0; top: 0; width: 73%; height: 520px; }
.signature-small { position: absolute; right: 0; bottom: 0; width: 42%; height: 320px; border: 12px solid var(--cream); box-shadow: none; }
.signature-badge { position: absolute; left: 57%; top: 70px; z-index: 3; width: 160px; height: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--ink); color: #fff; text-align: center; transform: rotate(-7deg); box-shadow: 0 20px 40px rgba(0,0,0,.2); }
.signature-badge span { color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.signature-badge strong { font-family: var(--font-display); font-size: 25px; font-weight: 600; }
.signature-copy h2 { margin-bottom: 28px; }
.signature-copy > p { max-width: 610px; font-size: 18px; }
.signature-list { margin: 36px 0 38px; border-top: 1px solid var(--line); }
.signature-list div { display: flex; align-items: center; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.signature-list span { color: var(--gold); font-family: var(--font-display); font-size: 17px; }
.signature-list strong { color: var(--ink); font-size: 14px; font-weight: 600; letter-spacing: .015em; }

/* Spaces promo */
.spaces-promo { position: relative; min-height: 720px; display: flex; align-items: center; background: #222; overflow: hidden; }
.spaces-promo::before { content: ''; position: absolute; inset: 0; background-image: var(--spaces-image); background-size: cover; background-position: center; }
.spaces-promo-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,20,17,.82), rgba(20,20,17,.26) 64%, rgba(20,20,17,.08)); }
.spaces-promo-inner { position: relative; z-index: 2; }
.spaces-card { max-width: 680px; padding: 60px; border-left: 2px solid var(--gold-light); background: rgba(23,23,19,.76); backdrop-filter: blur(10px); color: #fff; }
.spaces-card h2 { color: #fff; }
.spaces-card > p { max-width: 570px; color: rgba(255,255,255,.82); font-size: 18px; }
.spaces-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }

/* Reviews */
.reviews-section { background: var(--paper); }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 50px; }
.reviews-heading h2 { margin-bottom: 0; }
.review-stars { display: flex; gap: 5px; color: var(--gold); }
.review-stars .icon { width: 21px; height: 21px; }
.google-reviews-plugin { min-height: 140px; padding: 30px; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 35px rgba(23,23,19,.05); }
.reviews-admin-note { padding: 25px; border: 1px dashed #aa9a83; background: #f6f0e7; color: #554b3e; }
.google-reviews-plugin .ti-widget { margin: 0 !important; }

/* Gallery strip */
.home-gallery-strip { display: grid; grid-template-columns: repeat(4, 1fr); height: 330px; background: var(--ink); }
.gallery-strip-image { overflow: hidden; }
.gallery-strip-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92); transition: transform .55s ease, filter .3s ease; }
.gallery-strip-image:hover img { transform: scale(1.04); filter: saturate(1.1); }

/* Location home */
.location-section { background: var(--cream); }
.location-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: stretch; }
.location-copy { padding: 20px 0; }
.location-copy h2 { max-width: 500px; }
.location-copy > p { font-size: 18px; }
.location-copy > p a:hover { color: var(--gold); }
.location-hours-mini { margin: 34px 0; border-top: 1px solid var(--line); }
.location-hours-mini p { display: flex; justify-content: space-between; gap: 25px; margin: 0; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.location-hours-mini strong { color: var(--ink); }
.location-map { min-height: 520px; overflow: hidden; box-shadow: var(--shadow); }
.location-map iframe { width: 100%; height: 100%; min-height: 520px; border: 0; display: block; filter: grayscale(.3) contrast(.95); }

/* Standard page hero */
.page-hero { position: relative; min-height: 540px; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); color: #fff; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: var(--page-image); background-size: cover; background-position: center; transform: scale(1.015); }
.page-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,15,13,.82), rgba(15,15,13,.32) 65%, rgba(15,15,13,.16)), linear-gradient(0deg, rgba(15,15,13,.65), transparent 55%); }
.page-hero-inner { position: relative; z-index: 2; padding-top: 150px; padding-bottom: 70px; }
.page-hero h1 { margin-bottom: 14px; color: #fff; font-size: clamp(66px, 7vw, 106px); }
.page-hero p { max-width: 720px; color: rgba(255,255,255,.82); font-size: 18px; }
.compact-hero { min-height: 430px; }
.compact-hero .page-hero-inner { padding-bottom: 55px; }

/* About */
.story-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 95px; align-items: center; }
.story-copy h2 { max-width: 720px; }
.story-copy p { max-width: 700px; }
.story-collage { position: relative; min-height: 650px; }
.story-collage img { position: absolute; object-fit: cover; box-shadow: var(--shadow); }
.story-img-one { right: 0; top: 0; width: 72%; height: 500px; }
.story-img-two { left: 0; bottom: 0; width: 46%; height: 330px; border: 12px solid var(--paper); }
.story-stamp { position: absolute; left: 23%; top: 45px; width: 145px; height: 145px; display: grid; place-items: center; padding: 20px; border-radius: 50%; background: var(--gold); color: #fff; text-align: center; font-family: var(--font-display); font-size: 20px; transform: rotate(-8deg); }
.dark-statement { background: var(--ink); color: #d7d4cb; }
.statement-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 110px; align-items: center; }
.dark-statement h2 { color: #fff; }
.statement-grid p { max-width: 600px; font-size: 19px; }
.statement-grid .button { margin-top: 15px; }

/* Private events */
.event-intro-section { background: var(--paper); }
.event-intro-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 95px; align-items: center; }
.event-intro-copy h2 { max-width: 680px; }
.event-capacity-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.event-capacity-grid div { min-height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.event-capacity-grid strong { color: var(--gold); font-family: var(--font-display); font-size: 66px; font-weight: 600; line-height: 1; }
.event-capacity-grid span { margin-top: 10px; color: var(--ink); font-size: 13px; font-weight: 600; line-height: 1.45; text-transform: uppercase; letter-spacing: .07em; }
.event-form-section, .contact-section { background: var(--cream); }
.form-shell-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.form-shell-copy { position: sticky; top: 140px; }
.form-shell-copy p { max-width: 500px; }
.form-contact-note { padding-top: 20px; border-top: 1px solid var(--line); }
.form-contact-note a, .contact-details a { color: var(--ink); font-weight: 600; }
.form-shell { padding: 45px; background: #fff; box-shadow: var(--shadow); }

/* Gravity Forms */
.form-shell .gform_wrapper, .narrow-content .gform_wrapper { margin: 0; }
.gform_wrapper.gravity-theme .gfield_label { margin-bottom: 7px; color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #d5d0c7; border-radius: 0; background: #fbfaf7; color: var(--ink); }
.gform_wrapper.gravity-theme textarea { min-height: 145px; }
.gform_wrapper.gravity-theme input:focus, .gform_wrapper.gravity-theme select:focus, .gform_wrapper.gravity-theme textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 2px rgba(169,130,75,.12); }
.gform_wrapper.gravity-theme .gform_footer input[type=submit], .gform_wrapper.gravity-theme .gform_page_footer input[type=submit] { min-height: 54px; padding: 0 28px; border: 1px solid var(--ink); border-radius: 0; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover { border-color: var(--gold); background: var(--gold); }
.gform_wrapper .gform_validation_errors { border-radius: 0 !important; }

/* Spaces page */
.spaces-list { background: var(--paper); }
.space-row { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; margin-bottom: 120px; }
.space-row:last-child { margin-bottom: 0; }
.space-row.reverse { grid-template-columns: .85fr 1.15fr; }
.space-row.reverse .space-photo { order: 2; }
.space-row.reverse .space-copy { order: 1; }
.space-photo { height: 560px; overflow: hidden; box-shadow: var(--shadow); }
.space-photo img { width: 100%; height: 100%; object-fit: cover; }
.space-copy { position: relative; padding: 30px 10px; }
.space-copy h2 { font-size: 62px; }
.space-copy p { max-width: 530px; font-size: 18px; }
.space-number { position: absolute; right: 0; top: -20px; color: #e2dbce; font-family: var(--font-display); font-size: 100px; line-height: 1; }

/* Menu */
.menu-wrap { background: var(--paper); }
.menu-tabs { position: sticky; top: calc(var(--sticky-header-height, 96px) + 8px); z-index: 40; display: flex; justify-content: center; gap: 0; max-width: 760px; margin: -62px auto 72px; padding: 9px; border: 1px solid rgba(23,23,19,.10); background: rgba(251,250,247,.985); box-shadow: 0 12px 34px rgba(0,0,0,.13); backdrop-filter: blur(12px); }
.menu-tab { flex: 1; min-height: 50px; padding: 0 20px; border: 0; background: transparent; color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.menu-tab.active { background: var(--ink); color: #fff; }
.menu-panel[hidden] { display: none !important; }
.menu-panel-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 45px; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.menu-panel-intro h2 { margin-bottom: 0; }
.menu-panel-intro > p { max-width: 540px; margin: 0; color: var(--muted); font-size: 17px; }
.menu-addon-note { margin-bottom: 55px; padding: 18px 22px; border-left: 3px solid var(--gold); background: var(--cream); color: var(--ink); font-size: 13px; }
.menu-section-note { max-width: 820px; margin: -14px auto 28px; text-align: center; color: var(--muted); font-size: 13px; line-height: 1.65; }
.menu-section-block { margin: 0 0 75px; }
.menu-section-title { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; margin-bottom: 35px; }
.menu-section-title span { height: 1px; background: var(--line); }
.menu-section-title h3 { margin: 0; color: var(--gold); font-size: 28px; font-style: italic; }
.menu-items-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 70px; }
.menu-item { min-height: 95px; padding: 18px 0 20px; border-bottom: 1px solid var(--line); }
.menu-item-top { display: flex; align-items: baseline; gap: 10px; }
.menu-item h4 { flex: 0 1 auto; margin: 0; color: var(--ink); font-family: var(--font-body); font-size: 16px; font-weight: 700; letter-spacing: .005em; }
.menu-dots { flex: 1; min-width: 25px; border-bottom: 1px dotted #b6afa4; transform: translateY(-4px); }
.menu-item strong { flex: 0 0 auto; color: var(--gold); font-family: var(--font-display); font-size: 18px; font-weight: 600; }
.menu-item p { margin: 6px 40px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.menu-disclaimer { max-width: 900px; margin: 10px auto 0; padding-top: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; text-align: center; }
.menu-cta { position: relative; min-height: 460px; display: flex; align-items: center; background: var(--ink); color: #fff; overflow: hidden; }
.menu-cta::before { content: ''; position: absolute; inset: 0; background-image: var(--menu-cta-image); background-size: cover; background-position: center; }
.menu-cta-shade { position: absolute; inset: 0; background: rgba(18,18,15,.72); }
.menu-cta-inner { position: relative; z-index: 2; text-align: center; }
.menu-cta h2 { color: #fff; }
.menu-cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

/* Happenings */
.happenings-section { background: var(--paper); }
.happenings-intro { max-width: 760px; margin-bottom: 60px; }
.event-card-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 26px; align-items: stretch; }
.event-card { border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 40px rgba(23,23,19,.06); }
.event-card-featured { display: grid; grid-template-columns: .9fr 1.1fr; }
.event-card-image { min-height: 330px; overflow: hidden; }
.event-card-image img { width: 100%; height: 100%; object-fit: cover; }
.event-card-copy { padding: 42px; }
.event-card-copy h3 { font-size: 42px; }
.event-label { display: inline-block; margin-bottom: 15px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.event-small { color: var(--muted); font-size: 13px; }
.events-note { margin-top: 80px; padding: 55px; border-left: 3px solid var(--gold); background: var(--cream); }
.events-note h2 { max-width: 820px; font-size: 52px; }
.events-note p { max-width: 760px; }

/* Gallery */
.gallery-section { background: var(--paper); }
.gallery-heading { margin-bottom: 50px; }
.gallery-masonry { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; background: #ddd; text-align: left; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-item span { position: absolute; left: 18px; bottom: 14px; z-index: 2; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(5px); }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.65), transparent 55%); opacity: .35; transition: opacity .3s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item:hover::after { opacity: .8; }
.gallery-item:hover span { opacity: 1; transform: none; }
.gallery-item-1, .gallery-item-5 { grid-row: span 2; }
.gallery-item-3 { grid-column: span 2; }
.gallery-lightbox { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 45px; background: rgba(10,10,9,.94); }
.gallery-lightbox.open { display: flex; }
.gallery-lightbox img { max-width: 92vw; max-height: 88vh; object-fit: contain; box-shadow: 0 25px 80px rgba(0,0,0,.45); }
.gallery-lightbox-close { position: absolute; right: 28px; top: 18px; border: 0; background: transparent; color: #fff; font-size: 48px; line-height: 1; }

/* Reservations */
.reservation-page { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; background: var(--ink); color: #fff; }
.reservation-page::before { content: ''; position: absolute; inset: 0; background-image: var(--page-image); background-size: cover; background-position: center; }
.reservation-shade { position: absolute; inset: 0; background: rgba(15,15,13,.70); }
.reservation-inner { position: relative; z-index: 2; max-width: 850px; margin-left: auto; margin-right: auto; text-align: center; }
.reservation-inner h1 { color: #fff; }
.reservation-inner > p { max-width: 700px; margin: 0 auto 32px; color: rgba(255,255,255,.84); font-size: 19px; }
.reservation-meta { display: flex; justify-content: center; gap: 30px; margin-top: 35px; color: rgba(255,255,255,.77); font-size: 12px; }
.reservation-meta span { display: inline-flex; align-items: center; gap: 8px; }
.reservation-meta .icon { width: 16px; height: 16px; color: var(--gold-light); }

/* Location + Contact */
.location-page-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; align-items: stretch; }
.location-page-card { padding: 55px; background: var(--cream); }
.location-page-card h2 { font-size: 48px; }
.location-page-card > p a { color: var(--ink); font-weight: 600; }
.location-page-hours { margin: 35px 0; border-top: 1px solid var(--line); }
.location-page-hours p { display: flex; justify-content: space-between; margin: 0; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.location-page-hours strong { color: var(--ink); }
.location-buttons { display: flex; gap: 10px; }
.location-page-map { min-height: 620px; }
.location-page-map iframe { width: 100%; height: 100%; min-height: 620px; border: 0; display: block; }
.contact-details { margin: 35px 0; border-top: 1px solid var(--line); }
.contact-details p { margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-details span { display: block; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

/* Simple pages */
.simple-page { min-height: 600px; padding-top: 145px; background: var(--paper); }
.narrow-content { max-width: 900px; }
.narrow-content > h1 { margin-bottom: 35px; font-size: 70px; }
.narrow-content p, .entry-content { font-size: 17px; }
.narrow-content a:not(.button) { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }

/* Footer */
.site-footer { background: #121210; color: #c6c2b9; }
.footer-feature { padding: 75px 0; border-bottom: 1px solid rgba(255,255,255,.10); background: #1a1a16; }
.footer-feature-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.footer-feature h2 { margin: 0; color: #fff; font-size: 54px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .75fr .9fr .62fr .72fr; gap: 48px; padding-top: 80px; padding-bottom: 75px; }
.footer-brand img { width: 225px; margin-bottom: 28px; filter: invert(1); }
.footer-brand p { max-width: 360px; color: #aaa69d; font-size: 13px; }
.footer-column h3 { margin: 0 0 22px; color: #e5d7c0; font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-column p { color: #aaa69d; font-size: 13px; line-height: 1.65; }
.footer-column a:hover { color: #fff; }
.footer-hours p { display: grid; grid-template-columns: 85px 1fr; gap: 10px; margin: 0 0 8px; }
.footer-hours strong { color: #fff; font-weight: 500; }
.footer-hours small { color: #78766f; }
.footer-links ul { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: #aaa69d; font-size: 13px; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.footer-socials .icon { width: 17px; height: 17px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-bottom p, .footer-bottom a { margin: 0; color: #77746c; font-size: 11px; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-legal a:last-child { color: #9b8b72; }
.footer-legal a:last-child:hover { color: #fff; }
.back-to-top { position: fixed; z-index: 40; right: 24px; bottom: 24px; width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: var(--ink); color: #fff; opacity: 0; pointer-events: none; transform: translateY(10px); }
.back-to-top.show { opacity: 1; pointer-events: auto; transform: none; }
.mobile-action-bar { display: none; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .10s; }
.reveal-delay-2 { transition-delay: .18s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } * { scroll-behavior: auto !important; } }

/* =========================================================
   MOBILE / TABLET - SINGLE BREAKPOINT
========================================================= */
@media (max-width: 1000px) {
    body { padding-bottom: 67px; font-size: 15px; }
    .site-width { width: min(calc(100% - 34px), var(--site-width)); }
    .section-pad { padding: 78px 0; }
    .section-pad-small { padding: 65px 0; }
    h1 { font-size: clamp(50px, 14vw, 74px); }
    h2 { font-size: clamp(40px, 11vw, 58px); }
    p.lead { font-size: 18px; }

    .top-bar { display: none; }
    .site-header { top: 0; }
    .header-inner { min-height: 88px; gap: 14px; }
    .site-logo { flex: 1 1 auto; }
    .site-logo img { width: 194px; max-width: 78%; height: auto; }
    .header-reserve { display: none; }
    .nav-toggle { display: block; position: relative; z-index: 55; flex: 0 0 46px; }
    .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
    .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .primary-navigation { position: fixed; z-index: 50; left: 0; right: 0; top: var(--sticky-header-height, 88px); max-height: calc(100vh - var(--sticky-header-height, 88px)); overflow-y: auto; padding: 26px 22px 34px; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-10px); box-shadow: 0 20px 50px rgba(0,0,0,.15); }
    .nav-open .primary-navigation { opacity: 1; visibility: visible; transform: none; }
    .primary-navigation ul { display: block; }
    .primary-navigation li { border-bottom: 1px solid var(--line); }
    .primary-navigation a { padding: 15px 5px; font-family: var(--font-display); font-size: 28px; font-weight: 600; letter-spacing: -.015em; text-transform: none; }
    .primary-navigation a::after { display: none; }
    .mobile-nav-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding-top: 22px; }
    .mobile-nav-actions .button { min-height: 48px; padding: 0 10px; font-family: var(--font-body); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
    .mobile-nav-socials { display: flex; gap: 10px; padding-top: 20px; }
    .mobile-nav-socials a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); }
    .mobile-nav-socials .icon { width: 18px; height: 18px; }
    .nav-mask { position: fixed; z-index: 44; inset: var(--sticky-header-height, 88px) 0 0; background: rgba(0,0,0,.42); }
    .nav-open .nav-mask { display: block; }

    .home-hero, .home-hero-inner { min-height: 690px; }
    .home-hero::before { background-position: 58% center; }
    .home-hero-overlay { background: linear-gradient(90deg, rgba(13,13,11,.88), rgba(13,13,11,.49) 78%, rgba(13,13,11,.25)); }
    .home-hero-inner { display: block; padding-top: 105px; padding-bottom: 80px; }
    .home-hero-copy { max-width: 100%; }
    .home-hero h1 { font-size: clamp(59px, 17vw, 84px); }
    .home-hero-copy > p { font-size: 16px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
    .hero-hours-card { display: none; }
    .hero-scroll-note { left: 18px; bottom: 18px; }
    .quick-actions-grid { grid-template-columns: 1fr; }
    .quick-actions-grid > a { min-height: 88px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .quick-actions-grid > a:last-child { border-bottom: 0; }
    .quick-actions-grid strong { font-size: 22px; }

    .intro-grid, .signature-grid, .story-grid, .event-intro-grid, .form-shell-grid, .statement-grid, .location-grid, .location-page-grid, .menu-panel-intro { grid-template-columns: 1fr; gap: 42px; }
    .intro-kicker { display: none; }
    .feature-grid-section { padding: 0 17px 17px; }
    .feature-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; gap: 12px; }
    .feature-tile, .feature-tile-large { min-height: 390px; grid-row: auto; }
    .feature-tile:not(.feature-tile-large) { min-height: 290px; }
    .tile-content { inset: auto 24px 22px; }
    .tile-content h2, .feature-tile-large .tile-content h2 { font-size: 48px; }
    .tile-arrow { width: 40px; height: 40px; }

    .signature-grid { gap: 55px; }
    .signature-image-wrap { min-height: 490px; }
    .signature-main { width: 85%; height: 415px; }
    .signature-small { width: 48%; height: 240px; border-width: 8px; }
    .signature-badge { left: auto; right: 6px; top: 38px; width: 120px; height: 120px; }
    .signature-badge strong { font-size: 20px; }
    .signature-copy > p { font-size: 16px; }

    .spaces-promo { min-height: 620px; }
    .spaces-promo-shade { background: rgba(20,20,17,.62); }
    .spaces-card { max-width: none; padding: 35px 26px; }
    .spaces-actions { align-items: flex-start; flex-direction: column; gap: 20px; }

    .reviews-heading { align-items: flex-start; flex-direction: column; gap: 15px; margin-bottom: 28px; }
    .google-reviews-plugin { padding: 14px; }
    .home-gallery-strip { grid-template-columns: repeat(2, 1fr); height: auto; }
    .gallery-strip-image { height: 210px; }
    .location-map, .location-map iframe { min-height: 370px; }

    .page-hero { min-height: 440px; }
    .page-hero-inner { padding-top: 120px; padding-bottom: 45px; }
    .page-hero h1 { font-size: clamp(56px, 15vw, 78px); }
    .compact-hero { min-height: 390px; }

    .story-grid { gap: 55px; }
    .story-collage { min-height: 480px; }
    .story-img-one { width: 83%; height: 380px; }
    .story-img-two { width: 48%; height: 240px; border-width: 8px; }
    .story-stamp { left: 1%; top: 26px; width: 115px; height: 115px; font-size: 16px; }
    .statement-grid { gap: 25px; }

    .event-capacity-grid div { min-height: 145px; padding: 22px; }
    .event-capacity-grid strong { font-size: 52px; }
    .form-shell-copy { position: static; }
    .form-shell { padding: 28px 20px; }

    .space-row, .space-row.reverse { grid-template-columns: 1fr; gap: 28px; margin-bottom: 75px; }
    .space-row.reverse .space-photo, .space-row.reverse .space-copy { order: initial; }
    .space-photo { height: 360px; }
    .space-copy h2 { font-size: 47px; }
    .space-number { top: -4px; font-size: 72px; opacity: .75; }

    .menu-tabs { top: calc(var(--sticky-header-height, 88px) + 6px); margin: -32px auto 54px; padding: 6px; overflow-x: auto; justify-content: flex-start; }
    .menu-tab { min-width: 130px; min-height: 46px; padding: 0 13px; }
    .menu-panel-intro { gap: 15px; margin-bottom: 30px; }
    .menu-items-grid { grid-template-columns: 1fr; column-gap: 0; }
    .menu-section-block { margin-bottom: 55px; }
    .menu-section-title { gap: 12px; }
    .menu-section-title h3 { font-size: 25px; }
    .menu-item { min-height: 0; }
    .menu-item h4 { font-size: 15px; }
    .menu-item p { margin-right: 10px; }
    .menu-cta { min-height: 390px; }

    .event-card-grid { grid-template-columns: 1fr; }
    .event-card-featured { grid-template-columns: 1fr; }
    .event-card-image { min-height: 265px; }
    .event-card-copy { padding: 28px; }
    .event-card-copy h3 { font-size: 38px; }
    .events-note { margin-top: 55px; padding: 32px 25px; }
    .events-note h2 { font-size: 42px; }

    .gallery-masonry { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; gap: 8px; }
    .gallery-item-1, .gallery-item-5 { grid-row: span 2; }
    .gallery-item-3 { grid-column: auto; }
    .gallery-item span { opacity: 1; transform: none; left: 10px; bottom: 8px; font-size: 9px; }
    .gallery-item::after { opacity: .7; }
    .gallery-lightbox { padding: 25px; }

    .reservation-page { min-height: 650px; }
    .reservation-meta { flex-direction: column; gap: 10px; align-items: center; }
    .location-page-card { padding: 32px 25px; }
    .location-page-card h2 { font-size: 40px; }
    .location-page-hours p { display: block; }
    .location-page-hours span { display: block; margin-top: 2px; }
    .location-buttons { flex-direction: column; }
    .location-page-map, .location-page-map iframe { min-height: 390px; }

    .simple-page { padding-top: 90px; }
    .narrow-content > h1 { font-size: 52px; }

    .footer-feature { padding: 55px 0; }
    .footer-feature-inner { align-items: flex-start; flex-direction: column; gap: 25px; }
    .footer-feature h2 { font-size: 42px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; padding-top: 55px; padding-bottom: 55px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-brand img { width: 225px; }
    .footer-order-links { grid-column: auto; }
    .footer-bottom-inner { min-height: 85px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; }
    .footer-bottom div { gap: 15px; }
    .back-to-top { display: none; }

    .mobile-action-bar { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; height: 67px; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); box-shadow: 0 -10px 30px rgba(0,0,0,.16); }
    .mobile-action-bar a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; color: #d9d6ce; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
    .mobile-action-bar .icon { width: 19px; height: 19px; color: var(--gold-light); }
    .mobile-action-letter { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid var(--gold-light); color: var(--gold-light); font-family: var(--font-display); font-size: 13px; }
    .mobile-action-bar .mobile-reserve { background: var(--gold); color: #fff; }
    .mobile-action-bar .mobile-reserve .icon { color: #fff; }
}
