:root {
  --fh-pine-950: #18100b;
  --fh-pine-900: #27170f;
  --fh-pine-800: #422318;
  --fh-pine-700: #71331c;
  --fh-copper-600: #d3460b;
  --fh-copper-500: #f05a14;
  --fh-copper-300: #ffad69;
  --fh-cream-100: #fbf2e1;
  --fh-cream-200: #f3e2c8;
  --fh-sand: #e7caa7;
  --fh-ink: #1b130e;
  --fh-muted: #716154;
  --fh-line: #e0cbb0;
  --fh-white: #fffaf0;
  --fh-shell: min(1160px, calc(100vw - 36px));
  --fh-reading: 690px;
  --fh-shadow: 0 22px 54px rgba(27, 19, 14, .12);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

body {
  overflow-x: clip;
  background: var(--fh-white);
  color: var(--fh-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
textarea {
  font-family: inherit;
}

a { color: inherit; }
img { max-width: 100%; }

.fh-shell {
  width: var(--fh-shell);
  margin-inline: auto;
}

.fh-site-main {
  margin: 0;
  overflow: clip;
}

.fh-landing-page .site-content {
  margin: 0;
  padding: 0;
}

body.fh-landing-page #content > .ast-container {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
}

.fh-landing-page .content-area,
.fh-landing-page .fh-site-main,
body.fh-landing-page #primary {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  flex: 0 0 100%;
}

.fh-landing-page .entry-content { margin: 0; }
.fh-system-message { min-height: 60vh; width: var(--fh-shell); margin: auto; padding-block: 110px; }

/* Astra header integration */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(7, 31, 26, .08);
  transition: transform .28s ease, box-shadow .2s ease, background .2s ease;
  will-change: transform;
}

.site-header.fh-header--hidden { transform: translateY(-105%); }
.site-header.fh-header--scrolled { box-shadow: 0 8px 28px rgba(7, 31, 26, .11); }

.ast-primary-header-bar {
  background: rgba(255, 253, 250, .97);
  backdrop-filter: blur(14px);
}

.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-mobile-header-wrap .site-primary-header-wrap,
.ast-mobile-header-wrap .ast-builder-grid-row {
  min-height: 64px;
}

.site-title a,
.ast-site-title-wrap .site-title {
  color: var(--fh-pine-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 4.5vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -.025em;
}

.main-header-menu > .menu-item > .menu-link {
  color: var(--fh-ink);
  font-size: .79rem;
  font-weight: 750;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.main-header-menu > .menu-item > .menu-link:hover,
.main-header-menu > .current-menu-item > .menu-link {
  color: var(--fh-copper-600);
}

.main-header-menu > .fh-menu-cta > .menu-link {
  min-height: 42px;
  margin-block: 7px;
  padding-inline: 18px;
  background: var(--fh-pine-900);
  color: #fff !important;
  border-radius: 0;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--fh-pine-900);
  border: 1px solid var(--fh-line);
  border-radius: 2px;
}

.ast-mobile-header-content {
  border-top: 1px solid var(--fh-line);
  box-shadow: 0 20px 36px rgba(7, 31, 26, .12);
}

.ast-mobile-header-content .main-header-menu .menu-link {
  min-height: 50px;
  padding-inline: 18px;
  border-bottom-color: rgba(7, 31, 26, .08);
  font-size: .84rem;
}

/* Shared typography and controls */
.fh-eyebrow {
  margin: 0 0 12px;
  color: var(--fh-copper-600);
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.fh-eyebrow--light { color: var(--fh-copper-300); }

.fh-section { padding-block: 62px; }

.fh-section h1,
.fh-section h2,
.fh-section h3,
.fh-page-hero h1,
.fh-location-hero h1,
.fh-final-cta h2,
.fh-hero h1 {
  margin-top: 0;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -.035em;
}

.fh-section h2 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(2.15rem, 10vw, 3.2rem);
  line-height: 1.02;
}

.fh-section h3 {
  margin-bottom: 9px;
  font-size: clamp(1.18rem, 5vw, 1.5rem);
  line-height: 1.15;
}

.fh-section p {
  color: var(--fh-muted);
  line-height: 1.7;
}

.fh-section-heading { max-width: 790px; margin-bottom: 32px; }
.fh-section-heading--split { display: grid; gap: 14px; max-width: none; }
.fh-section-heading--split > p { max-width: 500px; margin: 0; }
.fh-section-copy > p { max-width: 610px; margin-bottom: 0; font-size: 1rem; }

.fh-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.fh-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: .79rem;
  font-weight: 850;
  letter-spacing: .065em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
  cursor: pointer;
}

.fh-button:hover { transform: translateY(-2px); }
.fh-button--copper { background: var(--fh-copper-500); color: var(--fh-pine-950); }
.fh-button--copper:hover { background: #e98b57; color: var(--fh-pine-950); }
.fh-button--pine { background: var(--fh-pine-900); color: #fff; }
.fh-button--pine:hover { background: var(--fh-pine-700); color: #fff; }
.fh-button--cream { background: var(--fh-cream-100); color: var(--fh-pine-950); }
.fh-button--cream:hover { background: #fff; color: var(--fh-pine-950); }
.fh-button--ghost { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.04); color: #fff; }
.fh-button--ghost:hover { border-color: #fff; color: #fff; }
.fh-button--text { min-height: auto; padding-inline: 4px; color: inherit; }
.fh-button--text span { font-size: .72rem; font-weight: 600; opacity: .78; }

.fh-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  color: var(--fh-pine-900);
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
}

.fh-inline-link span { color: var(--fh-copper-600); font-size: 1.25rem; }

/* Hero */
.fh-hero {
  position: relative;
  isolation: isolate;
  min-height: min(690px, calc(100svh - 64px));
  display: grid;
  align-content: end;
  background-image: var(--fh-hero-image);
  background-position: 65% center;
  background-size: cover;
  color: #fff;
}

.fh-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 18, 15, .94) 0%, rgba(3, 18, 15, .75) 56%, rgba(3, 18, 15, .24) 100%), linear-gradient(0deg, rgba(3, 18, 15, .82), transparent 52%);
}

.fh-hero__content { padding-top: 68px; padding-bottom: 28px; }

.fh-hero h1 {
  max-width: 720px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(3rem, 14vw, 4.1rem);
  line-height: .94;
  text-wrap: balance;
}

.fh-hero__lead {
  max-width: 580px;
  margin: 0 0 22px;
  color: rgba(255,255,255,.8);
  font-size: 1rem;
  line-height: 1.58;
}

.fh-actions--hero { max-width: 720px; }
.fh-actions--hero .fh-button--copper { width: 100%; }
.fh-actions--hero .fh-button--ghost { flex: 1 1 150px; }
.fh-actions--hero .fh-button--text { flex: 1 1 130px; justify-content: flex-start; color: #fff; }

.fh-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 14px;
  border-top: 1px solid rgba(255,255,255,.24);
}

.fh-hero__proof span {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 2px;
  padding: 12px 9px;
  color: rgba(255,255,255,.58);
  font-size: .68rem;
  line-height: 1.35;
}

.fh-hero__proof span:first-child { padding-left: 0; }
.fh-hero__proof span + span { border-left: 1px solid rgba(255,255,255,.16); }
.fh-hero__proof strong { color: #fff; font-size: .75rem; line-height: 1.25; }

/* Pricing and calculator */
.fh-pricing { background: var(--fh-cream-100); }
.fh-pricing__layout { display: grid; gap: 38px; }

.fh-price-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-block: 26px;
  border-block: 1px solid rgba(7, 31, 26, .2);
}

.fh-price-strip > div { min-width: 0; display: grid; gap: 3px; padding: 16px 8px 16px 0; }
.fh-price-strip > div + div { padding-left: 10px; border-left: 1px solid rgba(7, 31, 26, .16); }
.fh-price-strip span { color: var(--fh-copper-600); font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.fh-price-strip strong { color: var(--fh-pine-950); font-family: Georgia, serif; font-size: clamp(1.48rem, 7vw, 2.2rem); font-weight: 600; }
.fh-price-strip small { color: var(--fh-muted); font-size: .63rem; }

.fh-guide-link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  max-width: 560px;
  padding: 15px 0;
  border-block: 1px solid rgba(7, 31, 26, .18);
  color: var(--fh-pine-950);
  text-decoration: none;
}

.fh-guide-link > span:first-child {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: var(--fh-pine-900);
  color: var(--fh-copper-300);
  border-radius: 50%;
}

.fh-guide-link > span:nth-child(2) { display: grid; gap: 2px; font-weight: 750; }
.fh-guide-link small { color: var(--fh-copper-600); font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }
.fh-guide-link b { color: var(--fh-copper-600); font-size: 1.15rem; }

.fh-calculator {
  align-self: start;
  min-width: 0;
  padding: 21px 16px;
  background: #fff;
  border: 1px solid rgba(7, 31, 26, .13);
  border-top: 4px solid var(--fh-copper-500);
}

.fh-calculator__head { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; margin-bottom: 6px; }
.fh-calculator__head span { color: var(--fh-pine-950); font-family: Georgia, serif; font-size: 1.36rem; }
.fh-calculator__head small { max-width: 110px; color: var(--fh-muted); font-size: .63rem; line-height: 1.35; text-align: right; }

.fh-counter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 10px;
  padding-block: 17px;
  border-bottom: 1px solid var(--fh-line);
}

.fh-counter > div:first-child { min-width: 0; display: flex; align-items: center; gap: 9px; }
.fh-counter > div:first-child > span:last-child { min-width: 0; display: grid; }
.fh-counter__icon { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; background: var(--fh-cream-100); color: var(--fh-copper-600); border-radius: 50%; font-size: .78rem; font-weight: 800; }
.fh-counter strong { color: var(--fh-pine-950); font-size: .86rem; }
.fh-counter small { color: var(--fh-muted); font-size: .66rem; }

.fh-counter__controls {
  display: grid;
  grid-template-columns: 40px 38px 40px;
  align-items: center;
  justify-content: end;
  margin: 0;
}

.fh-counter__controls button {
  width: 38px !important;
  min-width: 38px !important;
  height: 34px;
  min-height: 34px;
  margin: 0;
  padding: 0 !important;
  border: 0;
  background: var(--fh-copper-500);
  color: var(--fh-pine-950);
  border-radius: 17px;
  font-size: 1.18rem;
  line-height: 1;
  cursor: pointer;
}

.fh-counter__controls output { min-width: 38px; color: var(--fh-pine-950); font-size: .88rem; font-weight: 850; text-align: center; }
.fh-counter input[type="range"] { grid-column: 1 / -1; width: 100%; margin: 13px 0 0; accent-color: var(--fh-copper-600); }

.fh-calculator__breakdown { display: grid; gap: 7px; padding-block: 16px; }
.fh-calculator__breakdown > div { display: flex; justify-content: space-between; gap: 14px; color: var(--fh-muted); font-size: .77rem; }
.fh-calculator__breakdown strong { color: var(--fh-ink); }

.fh-calculator__total {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 15px;
  background: var(--fh-cream-100);
  border-left: 3px solid var(--fh-copper-500);
}

.fh-calculator__total span { min-width: 0; display: grid; gap: 3px; }
.fh-calculator__total small { color: var(--fh-muted); font-size: .63rem; }
.fh-calculator__total strong { color: var(--fh-pine-950); font-family: Georgia, serif; font-size: 1.45rem; }
.fh-calculator__reveal { width: 100%; margin-top: 14px; }
.fh-calculator__fineprint { margin: 10px 0 0; color: var(--fh-muted); font-size: .66rem; line-height: 1.45; }
.fh-calculator__form { margin-top: 17px; padding-top: 17px; border-top: 1px solid var(--fh-line); }

/* Process */
.fh-process { background: var(--fh-white); }
.fh-process__steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }

.fh-process__steps li {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 0 0 26px;
}

.fh-process__steps li::before { content: ""; position: absolute; left: 16px; top: 32px; bottom: 0; width: 1px; background: var(--fh-line); }
.fh-process__steps li:last-child { padding-bottom: 0; }
.fh-process__steps li:last-child::before { display: none; }

.fh-process__steps > li > span {
  position: relative;
  z-index: 1;
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  background: var(--fh-white);
  color: var(--fh-copper-600);
  border: 1px solid var(--fh-copper-300);
  border-radius: 50%;
  font-family: inherit;
  font-size: .66rem;
  font-weight: 850;
}

.fh-process__steps h3 { margin: 3px 0 6px; color: var(--fh-pine-950); font-family: inherit; font-size: 1rem; font-weight: 800; letter-spacing: 0; }
.fh-process__steps p { max-width: 510px; margin: 0; font-size: .86rem; line-height: 1.58; }

/* Occasions */
.fh-occasions { background: var(--fh-pine-950); color: #fff; }
.fh-occasions .fh-section-heading p { color: rgba(255,255,255,.62); }
.fh-occasions h2 { color: #fff; }
.fh-occasion-list { display: grid; }

.fh-occasion-list article {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.17);
}

.fh-occasion-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.fh-occasion-list article > span { padding-top: 3px; color: var(--fh-copper-300); font-family: inherit; font-size: .63rem; font-weight: 850; letter-spacing: .06em; }
.fh-occasion-list h3 { margin: 0 0 7px; color: #fff; font-family: inherit; font-size: 1.05rem; font-weight: 800; letter-spacing: 0; }
.fh-occasion-list p { max-width: 560px; margin: 0; color: rgba(255,255,255,.62); font-size: .86rem; line-height: 1.58; }

/* Gallery */
.fh-gallery-section { background: #f4efe6; }
.fh-gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }

.fh-gallery-card {
  position: relative;
  aspect-ratio: 1 / 1.13;
  margin: 0;
  overflow: hidden;
  background: var(--fh-pine-900);
}

.fh-gallery-card:first-child { grid-column: 1 / -1; aspect-ratio: 4 / 3; }
.fh-gallery-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.fh-gallery-card:nth-child(2) img { object-position: 55% center; }
.fh-gallery-card:hover img { transform: scale(1.025); }

.fh-gallery-card figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 34px 12px 11px;
  background: linear-gradient(transparent, rgba(3,18,15,.82));
  color: #fff;
  font-size: .69rem;
  font-weight: 750;
}

/* Locations */
.fh-locations { background: var(--fh-white); }
.fh-locations__statewide-note { display: block; margin-top: .8em; }
.fh-location-grid { display: grid; border-top: 1px solid var(--fh-line); }

.fh-location-card {
  display: grid;
  grid-template-columns: 34px 1fr 22px;
  gap: 12px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid var(--fh-line);
  background: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease, padding .2s ease;
}

.fh-location-card__abbr {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--fh-copper-600);
  border: 1px solid var(--fh-copper-300);
  border-radius: 50%;
  font-size: .62rem;
  font-weight: 850;
}

.fh-location-card small { color: var(--fh-copper-600); font-size: .61rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.fh-location-card h3 { margin: 3px 0 5px; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 600; letter-spacing: -.02em; }
.fh-location-card h3 { color: var(--fh-pine-950); }
.fh-location-card p { margin: 0; font-size: .77rem; line-height: 1.45; }
.fh-location-card__arrow { padding-top: 15px; color: var(--fh-copper-600); font-size: 1.15rem; transition: transform .2s ease; }
.fh-location-card:hover { padding-inline: 10px; background: var(--fh-cream-100); color: inherit; }
.fh-location-card:hover .fh-location-card__arrow { transform: translateX(4px); }
.fh-location-card:focus-visible { outline: 3px solid rgba(240,90,20,.32); outline-offset: 3px; }

/* Standalone pages */
.fh-page-hero {
  padding-block: 66px 58px;
  background: var(--fh-pine-950);
  color: #fff;
}

.fh-page-hero--booking { background: linear-gradient(115deg, var(--fh-pine-950), var(--fh-pine-800)); }

.fh-page-hero h1 {
  max-width: 790px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(2.65rem, 12vw, 3.85rem);
  line-height: .98;
}

.fh-page-hero p:not(.fh-eyebrow) { max-width: 610px; margin: 0; color: rgba(255,255,255,.68); font-size: .96rem; line-height: 1.65; }
.fh-acuity { padding-block: 54px; background: var(--fh-cream-100); }
.fh-acuity__heading { max-width: 760px; margin-bottom: 28px; }
.fh-acuity__heading h2 { margin-bottom: 12px; font-size: clamp(2.35rem, 8vw, 4.6rem); line-height: .98; }
.fh-acuity__heading > p:last-child { max-width: 650px; margin: 0; }
.fh-acuity__frame { overflow: hidden; border-block: 1px solid var(--fh-line); background: #fff; }
.fh-acuity__frame iframe { display: block; width: 100%; height: 1850px; border: 0; background: #fff; overflow: hidden; }
.fh-acuity__fallback { margin: 14px 0 0; font-size: .76rem; }
.fh-acuity__fallback a { color: var(--fh-copper-600); font-weight: 700; }
.fh-booking-layout { display: grid; gap: 30px; }

.fh-thank-you { display: grid; min-height: min(760px, calc(100dvh - 86px)); place-items: center; padding-block: clamp(90px,14vw,180px); background: radial-gradient(circle at 82% 18%, rgba(240,90,20,.22), transparent 32%), linear-gradient(135deg, #100b08, #24140d); }
.fh-thank-you__card { width: min(920px, 100%); padding: clamp(34px,7vw,84px) 0; border-block: 1px solid rgba(255,255,255,.24); text-align: center; }
.fh-thank-you h1 { max-width: 820px; margin: 0 auto 24px; color: #fff; font-size: clamp(3.15rem,8vw,7rem); line-height: .92; text-wrap: balance; }
.fh-thank-you p { max-width: 710px; margin: 0 auto; color: rgba(255,255,255,.76); font-size: clamp(1rem,2vw,1.35rem); line-height: 1.7; text-wrap: balance; }

.fh-booking-layout aside {
  align-self: start;
  padding: 24px 0;
  border-block: 1px solid var(--fh-line);
}

.fh-booking-layout aside h2 { margin-bottom: 19px; font-size: 1.75rem; }
.fh-booking-layout aside ol { display: grid; gap: 14px; margin: 0 0 18px; padding-left: 21px; }
.fh-booking-layout aside p { margin: 0; font-size: .78rem; }
.fh-contact-layout { display: grid; gap: 34px; }
.fh-contact-cards { display: grid; border-top: 1px solid var(--fh-line); }
.fh-contact-cards article { padding: 23px 0; border-bottom: 1px solid var(--fh-line); }
.fh-contact-cards article > span { color: var(--fh-copper-600); font-size: 1.25rem; }
.fh-contact-cards article h2 { margin: 7px 0; font-size: 1.55rem; }
.fh-contact-cards article p { font-size: .86rem; }
.fh-contact-cards article a { color: var(--fh-pine-900); font-weight: 800; }
.fh-contact-form { padding: 22px 18px; background: var(--fh-cream-100); }
.fh-contact-form > h2 { font-size: 1.8rem; }

.fh-inquiry-form { display: grid; gap: 13px; }
.fh-inquiry-form label { display: grid; gap: 6px; }
.fh-inquiry-form label > span { color: var(--fh-pine-950); font-size: .66rem; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; }

.fh-inquiry-form input,
.fh-inquiry-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #aeb8b3;
  border-radius: 0;
  background: #fff;
  color: var(--fh-ink);
}

.fh-inquiry-form input:focus,
.fh-inquiry-form textarea:focus { outline: 3px solid rgba(218,119,67,.22); border-color: var(--fh-copper-600); }
.fh-inquiry-form label > .fh-date-field__control {
  position: relative;
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-transform: none;
}
.fh-date-field__picker {
  position: relative;
  z-index: 1;
  color: transparent !important;
  cursor: pointer;
}
.fh-date-field__picker::-webkit-datetime-edit { color: transparent; }
.fh-date-field__picker::-webkit-date-and-time-value { color: transparent; }
.fh-date-field__picker::-webkit-calendar-picker-indicator {
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.fh-date-field__display {
  position: absolute;
  z-index: 2;
  inset: 0 44px 0 0;
  display: flex;
  align-items: center;
  padding: 11px 12px;
  color: var(--fh-ink);
  pointer-events: none;
}
.fh-date-field__display.is-placeholder { color: #6f7773; }
.fh-date-field__control > input[type="hidden"] { display: none; }
.fh-inquiry-form__wide,
.fh-inquiry-form__guest-note,
.fh-inquiry-form__submit,
.fh-form-status { grid-column: 1 / -1; }
.fh-inquiry-form__guest-note { margin: 0; padding: 10px 12px; background: var(--fh-cream-100); color: var(--fh-pine-900); font-size: .76rem; }
.fh-honeypot { position: absolute; left: -10000px; }
.fh-form-status { min-height: 1.4em; margin: 0; font-size: .78rem; }
.fh-form-status.is-success { color: #176b43; }
.fh-form-status.is-error { color: #a32a1f; }

/* FAQ */
.fh-faq { background: #f4efe6; }
.fh-faq__group + .fh-faq__group { margin-top: 50px; }
.fh-faq__group h2 { margin-bottom: 20px; font-size: clamp(2rem, 9vw, 2.85rem); }
.fh-accordion { display: grid; border-top: 1px solid var(--fh-line); }
.fh-accordion details { border-bottom: 1px solid var(--fh-line); background: transparent; }
.fh-accordion summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 17px 0; color: var(--fh-pine-950); font-weight: 750; list-style: none; cursor: pointer; }
.fh-accordion summary::-webkit-details-marker { display: none; }
.fh-accordion summary span { color: var(--fh-copper-600); font-size: 1.2rem; font-weight: 400; }
.fh-accordion details[open] summary span { transform: rotate(45deg); }
.fh-accordion details > div { max-width: var(--fh-reading); padding: 0 0 19px; color: var(--fh-muted); line-height: 1.7; }
.fh-accordion details > div p:last-child { margin-bottom: 0; }

/* Location landing */
.fh-location-hero {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  display: grid;
  align-items: end;
  padding-block: 70px 48px;
  background: var(--fh-location-image) center/cover;
  color: #fff;
}

.fh-location-hero__veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,18,15,.94), rgba(3,18,15,.56) 72%, rgba(3,18,15,.3)); }
.fh-location-hero h1 { max-width: 790px; margin-bottom: 15px; color: #fff; font-size: clamp(2.75rem, 12vw, 4rem); line-height: .96; }
.fh-location-hero p:not(.fh-eyebrow) { max-width: 620px; color: rgba(255,255,255,.76); font-size: .96rem; line-height: 1.65; }
.fh-location-intro { display: grid; gap: 30px; }
.fh-location-intro > div > h2 { font-size: clamp(2rem, 9vw, 3.15rem); }

.fh-location-intro aside {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 3px 13px;
  padding: 21px 0;
  border-block: 1px solid var(--fh-line);
}

.fh-location-intro aside strong { color: var(--fh-pine-950); font-family: Georgia, serif; font-size: 1.9rem; font-weight: 600; }
.fh-location-intro aside span { color: var(--fh-muted); font-size: .7rem; text-transform: uppercase; }
.fh-location-intro aside small { grid-column: 1 / -1; margin-top: 12px; color: var(--fh-muted); line-height: 1.5; }
.fh-location-intro__menu-link { grid-column: 1 / -1; width: 100%; margin-top: 16px; }
.fh-why { background: var(--fh-cream-100); }
.fh-why__grid { display: grid; border-top: 1px solid rgba(7,31,26,.18); }
.fh-why__grid article { padding: 21px 0; border-bottom: 1px solid rgba(7,31,26,.18); }
.fh-why__grid article > span { color: var(--fh-copper-600); font-size: .62rem; font-weight: 850; }
.fh-why__grid h3 { margin: 15px 0 7px; font-family: inherit; font-size: 1rem; font-weight: 800; letter-spacing: 0; }
.fh-why__grid p { margin: 0; font-size: .83rem; }

/* Final CTA and footer */
.fh-final-cta { padding-block: 54px; background: var(--fh-copper-600); color: #fff; }
.fh-final-cta__inner { display: grid; gap: 21px; }
.fh-final-cta h2 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(2.25rem, 10vw, 3.35rem); line-height: 1; }

.fh-mobile-bar {
  position: fixed;
  inset: auto 0 0;
  z-index: 90;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
  background: var(--fh-white);
  border-top: 1px solid var(--fh-line);
  box-shadow: 0 -10px 26px rgba(7,31,26,.13);
  transition: transform .24s ease, opacity .2s ease;
}

.fh-mobile-bar.is-hidden {
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
}

.fh-mobile-bar a { min-height: 45px; display: grid; place-items: center; color: var(--fh-pine-950); font-size: .74rem; font-weight: 850; letter-spacing: .065em; text-decoration: none; text-transform: uppercase; }
.fh-mobile-bar a:last-child { background: var(--fh-pine-900); color: #fff; }

.fh-footer { background: var(--fh-pine-950); color: #fff; }
.fh-footer__grid { display: grid; gap: 28px; padding-block: 44px 34px; }
.fh-wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--fh-pine-950); font-family: Georgia, serif; font-size: 1.28rem; font-weight: 700; text-decoration: none; }
.fh-footer .fh-wordmark--light { color: #fff; }
.fh-wordmark__seal { width: 34px; height: 34px; display: grid; place-items: center; background: var(--fh-copper-500); color: var(--fh-pine-950); border-radius: 50%; font-family: inherit; font-size: .7rem; }
.fh-footer__logo-image { width: 92px; height: 92px; object-fit: contain; object-position: center; }
.fh-footer__brand p { max-width: 420px; margin: 14px 0 0; color: rgba(255,255,255,.56); font-size: .84rem; line-height: 1.6; }
.fh-footer__nav ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 18px; margin: 0; padding: 0; list-style: none; }
.fh-footer__nav a { color: rgba(255,255,255,.76); font-size: .84rem; font-weight: 650; text-decoration: none; }
.fh-footer__nav a:hover { color: var(--fh-copper-300); }
.fh-footer__contact { display: grid; gap: 7px; align-content: start; }
.fh-footer__contact strong { margin-bottom: 3px; color: var(--fh-copper-300); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.fh-footer__contact a { color: #fff; font-size: .87rem; text-decoration: none; }
.fh-footer__bottom { border-top: 1px solid rgba(255,255,255,.11); }
.fh-footer__bottom .fh-shell { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 7px 18px; padding-block: 15px; color: rgba(255,255,255,.42); font-size: .65rem; }

@media (min-width: 600px) {
  .fh-section { padding-block: 72px; }
  .fh-actions--hero .fh-button--copper { width: auto; }
  .fh-hero__proof span { padding: 15px 18px; font-size: .74rem; }
  .fh-hero__proof span:first-child { padding-left: 0; }
  .fh-hero__proof strong { font-size: .88rem; }
  .fh-calculator { padding: 25px; box-shadow: var(--fh-shadow); }
  .fh-inquiry-form { grid-template-columns: repeat(2, 1fr); }
  .fh-gallery-grid { gap: 11px; }
  .fh-location-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 32px; }
  .fh-footer__grid { grid-template-columns: 1.5fr 1fr; }
  .fh-footer__contact { grid-column: 1 / -1; }
}

@media (min-width: 760px) {
  :root { --fh-shell: min(1160px, calc(100vw - 64px)); }
  .fh-section { padding-block: 84px; }
  .fh-section h2 { font-size: clamp(2.75rem, 6vw, 4rem); }
  .fh-section-heading { margin-bottom: 40px; }
  .fh-section-heading--split { grid-template-columns: minmax(0, 1.45fr) minmax(260px, .7fr); align-items: end; }
  .fh-hero { min-height: 650px; }
  .fh-hero h1 { font-size: clamp(4rem, 8vw, 5.45rem); }
  .fh-hero__content { padding-top: 90px; padding-bottom: 36px; }
  .fh-actions--hero .fh-button--ghost { flex: 0 0 auto; min-width: 176px; }
  .fh-actions--hero .fh-button--text { flex: 0 0 auto; }
  .fh-process__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 46px; row-gap: 28px; }
  .fh-process__steps li { padding: 0; }
  .fh-process__steps li::before { display: none; }
  .fh-occasion-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 42px; }
  .fh-occasion-list article:nth-child(2) { border-top-color: rgba(255,255,255,.17); }
  .fh-occasion-list article:nth-last-child(2) { border-bottom: 1px solid rgba(255,255,255,.17); }
  .fh-gallery-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .fh-gallery-card:first-child { grid-column: span 6; aspect-ratio: 1 / 1.02; }
  .fh-gallery-card:nth-child(2),
  .fh-gallery-card:nth-child(3) { grid-column: span 3; aspect-ratio: 1 / 1.02; }
  .fh-page-hero { padding-block: 82px 72px; }
  .fh-page-hero h1 { font-size: clamp(3.6rem, 7vw, 5rem); }
  .fh-acuity { padding-block: 76px; }
  .fh-acuity__frame iframe { height: 1350px; }
  .fh-booking-layout,
  .fh-contact-layout,
  .fh-location-intro { grid-template-columns: minmax(0, 1.2fr) minmax(290px, .72fr); align-items: start; }
  .fh-contact-form { padding: 30px; }
  .fh-why__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 38px; }
  .fh-final-cta { padding-block: 64px; }
  .fh-final-cta__inner { grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
  .fh-footer__grid { grid-template-columns: 1.55fr .8fr 1fr; gap: 46px; padding-block: 52px 40px; }
  .fh-footer__contact { grid-column: auto; }
  .fh-footer__nav ul { grid-template-columns: 1fr; }
}

@media (min-width: 1024px) {
  .site-header.fh-header--hidden { transform: none; }
  .ast-primary-header-bar .site-primary-header-wrap { min-height: 78px; }
  .fh-section { padding-block: 94px; }
  .fh-pricing__layout { grid-template-columns: minmax(0, 1.12fr) minmax(390px, .72fr); align-items: center; gap: 62px; }
  .fh-calculator { padding: 28px; }
  .fh-process__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 52px; row-gap: 36px; }
  .fh-process__steps li { grid-template-columns: 38px 1fr; }
  .fh-location-grid { column-gap: 52px; }
  .fh-location-card { grid-template-columns: 34px 1fr 22px; }
  .fh-location-hero { min-height: 570px; padding-block: 90px 58px; }
  .fh-location-hero h1 { font-size: clamp(4.25rem, 6.7vw, 5.5rem); }
  .fh-why__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 30px; }
  .fh-mobile-bar { display: none; }
}

@media (max-width: 1023px) {
  html,
  body { overflow-x: clip; }

  .ast-scroll-to-top-right { display: none !important; }
}

@media (max-width: 420px) {
  .fh-shell { width: min(100% - 28px, 1160px); }
  .fh-hero h1 { font-size: clamp(2.75rem, 13.5vw, 3.55rem); }
  .fh-hero__proof span { padding-inline: 7px; }
  .fh-hero__proof span:first-child { padding-left: 0; }
  .fh-counter { column-gap: 7px; }
  .fh-counter__icon { display: none; }
  .fh-counter__controls { grid-template-columns: 37px 34px 37px; }
  .fh-counter__controls button { width: 35px !important; min-width: 35px !important; }
  .fh-counter__controls output { min-width: 34px; }
  .fh-calculator__total { padding: 13px; }
  .fh-price-strip strong { font-size: 1.4rem; }
}

/* Reference-aligned homepage and navigation, v1.2 */
.fh-button--outline {
  border-color: rgba(255,255,255,.45);
  background: transparent;
  color: #fff;
}

.fh-button--outline:hover { border-color: #fff; color: #fff; }
.fh-mobile-header-book,
.fh-menu-scrim { display: none; }
.fh-hero__proof { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.fh-start { background: #fff; }
.fh-start__layout { display: grid; gap: 28px; }
.fh-start__layout .fh-section-heading { margin: 0; }
.fh-start__panel { padding: 24px; background: var(--fh-pine-950); color: #fff; }
.fh-start__actions { display: grid; gap: 12px; }
.fh-start__phone { display: grid; gap: 3px; color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.fh-start__phone strong { color: #fff; font-size: 1rem; letter-spacing: 0; }
.fh-start__panel ul { display: grid; gap: 10px; margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.fh-start__panel li { position: relative; padding-left: 20px; color: rgba(255,255,255,.74); font-size: .84rem; }
.fh-start__panel li::before { content: ""; position: absolute; left: 0; top: .48em; width: 7px; height: 7px; background: var(--fh-copper-500); border-radius: 50%; }

.fh-trust { background: #18242e; color: #fff; }
.fh-trust h2 { color: #fff; }
.fh-trust__facts { display: grid; gap: 10px; }
.fh-trust__facts span { display: grid; gap: 2px; padding: 17px 19px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.64); font-size: .76rem; }
.fh-trust__facts strong { color: var(--fh-copper-300); font-size: .9rem; }

.fh-menu-note { display: grid; gap: 5px; padding: 18px 0; border-block: 1px solid rgba(7,31,26,.18); }
.fh-menu-note strong { color: var(--fh-pine-950); }
.fh-menu-note span { color: var(--fh-muted); font-size: .82rem; line-height: 1.55; }

.fh-home-guide { background: #f3bc3c; }
.fh-home-guide__inner { display: grid; gap: 24px; align-items: end; }
.fh-home-guide h2 { margin-bottom: 13px; color: var(--fh-pine-950); }
.fh-home-guide p:not(.fh-eyebrow) { max-width: 620px; margin: 0; color: rgba(7,31,26,.72); }
.fh-home-faq { background: #f3f4f2; }
.fh-home-faq .fh-section-heading > p:last-child { max-width: 600px; }

@media (min-width: 760px) {
  .fh-start__layout { grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr); align-items: center; gap: 58px; }
  .fh-trust__facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fh-home-guide__inner { grid-template-columns: minmax(0, 1fr) auto; }
}

@media (max-width: 1023px) {
  body.fh-mobile-menu-open { overflow: hidden; }

  .ast-mobile-header-wrap .site-header-primary-section-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
  }

  .fh-mobile-header-book {
    min-width: 74px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 16px;
    background: var(--fh-copper-500);
    color: var(--fh-pine-950);
    border-radius: 999px;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    position: relative;
    z-index: 1005;
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0 !important;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--fh-copper-500);
    transition: color .2s ease, background .2s ease, transform .3s ease;
  }

  .ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon {
    position: relative;
    width: 27px;
    height: 20px;
    display: block;
    margin: auto;
    background: linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat;
    transition: background-size .18s ease;
  }

  .ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon::before,
  .ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 27px;
    height: 2px;
    background: currentColor;
    transform-origin: center;
    transition: top .25s ease, bottom .25s ease, transform .3s cubic-bezier(.2,.8,.2,1);
  }

  .ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon::before { top: 1px; }
  .ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon::after { bottom: 1px; }
  .ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon > span { display: none !important; }

  .ast-mobile-header-wrap .menu-toggle.toggled .mobile-menu-toggle-icon { background-size: 0 2px; }
  .ast-mobile-header-wrap .menu-toggle.toggled .mobile-menu-toggle-icon::before { top: 9px; transform: rotate(45deg); }
  .ast-mobile-header-wrap .menu-toggle.toggled .mobile-menu-toggle-icon::after { bottom: 9px; transform: rotate(-45deg); }

  .fh-mobile-menu-open .ast-mobile-header-wrap .menu-toggle {
    position: fixed !important;
    top: 16px;
    right: 16px;
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
  }

  .fh-menu-scrim {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(2, 10, 12, .72) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .34s ease, visibility .34s ease;
  }

  .fh-menu-scrim:hover,
  .fh-menu-scrim:focus { background: rgba(2, 10, 12, .72) !important; box-shadow: none !important; }

  .fh-mobile-menu-open .fh-menu-scrim { opacity: 1; visibility: visible; pointer-events: auto; }
  .fh-mobile-menu-open #masthead { z-index: 1001 !important; background: #151b21 !important; }
  .fh-mobile-menu-open .ast-primary-header-bar {
    z-index: 1004 !important;
    background: transparent !important;
    border-color: transparent !important;
    pointer-events: none;
  }
  .fh-mobile-menu-open .ast-primary-header-bar .site-branding,
  .fh-mobile-menu-open .ast-primary-header-bar .fh-mobile-header-book { opacity: 0; }
  .fh-mobile-menu-open .ast-primary-header-bar .menu-toggle { pointer-events: auto; }

  .ast-mobile-header-content {
    position: fixed !important;
    inset: 0 0 0 auto !important;
    z-index: 1002;
    width: min(82vw, 320px) !important;
    height: 100dvh;
    display: block !important;
    padding: 78px 0 28px;
    overflow-y: auto;
    background: #090d10 !important;
    border: 0;
    box-shadow: -24px 0 60px rgba(0,0,0,.28);
    opacity: 0;
    visibility: hidden;
    transform: translateX(102%);
    transition: transform .38s cubic-bezier(.22,.8,.2,1), opacity .28s ease, visibility .38s ease;
  }

  .fh-mobile-menu-open .ast-mobile-header-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .ast-mobile-header-content .ast-builder-menu-mobile .main-navigation,
  .ast-mobile-header-content .main-navigation { background: transparent; }
  .ast-mobile-header-content .main-header-menu { background: transparent !important; }

  .ast-mobile-header-content .main-header-menu .menu-item {
    opacity: 0;
    transform: translateX(18px);
    transition: opacity .25s ease, transform .32s ease;
  }

  .fh-mobile-menu-open .ast-mobile-header-content .main-header-menu .menu-item { opacity: 1; transform: translateX(0); }
  .fh-mobile-menu-open .ast-mobile-header-content .main-header-menu .menu-item:nth-child(2) { transition-delay: .03s; }
  .fh-mobile-menu-open .ast-mobile-header-content .main-header-menu .menu-item:nth-child(3) { transition-delay: .06s; }
  .fh-mobile-menu-open .ast-mobile-header-content .main-header-menu .menu-item:nth-child(4) { transition-delay: .09s; }
  .fh-mobile-menu-open .ast-mobile-header-content .main-header-menu .menu-item:nth-child(5) { transition-delay: .12s; }
  .fh-mobile-menu-open .ast-mobile-header-content .main-header-menu .menu-item:nth-child(6) { transition-delay: .15s; }
  .fh-mobile-menu-open .ast-mobile-header-content .main-header-menu .menu-item:nth-child(7) { transition-delay: .18s; }

  .ast-mobile-header-content .main-header-menu .menu-link {
    min-height: 55px;
    padding: 0 22px;
    border-bottom: 1px solid rgba(255,255,255,.18);
    background: transparent !important;
    color: rgba(255,255,255,.9) !important;
    font-size: .82rem;
    font-weight: 750;
    letter-spacing: .065em;
    text-transform: uppercase;
  }

  .ast-mobile-header-content .main-header-menu .current-menu-item > .menu-link { color: var(--fh-copper-300) !important; }
  .ast-mobile-header-content .main-header-menu > .fh-menu-cta { display: none; }

  .fh-front-page .ast-primary-header-bar { background: #151b21; border-bottom-color: rgba(255,255,255,.08); }
  .fh-front-page .site-title a,
  .fh-front-page .ast-site-title-wrap .site-title { color: #fff; }
  .fh-front-page .site-header.fh-header--scrolled { box-shadow: 0 8px 30px rgba(0,0,0,.24); }

  .ast-mobile-header-wrap .ast-primary-header-bar,
  .ast-mobile-header-wrap .site-primary-header-wrap,
  .ast-mobile-header-wrap .ast-builder-grid-row { min-height: 78px; }

  .fh-home .fh-section h2,
  .fh-home .fh-section h3,
  .fh-home .fh-final-cta h2,
  .fh-home .fh-hero h1 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: -.04em;
  }

  .fh-home .fh-section h2 { font-size: clamp(2rem, 10.5vw, 2.75rem); line-height: 1.05; }
  .fh-home .fh-section { padding-block: 68px; }

  .fh-hero {
    min-height: 0;
    display: block;
    padding: 0 0 44px;
    background-color: #151b21;
    background-position: 68% center;
  }

  .fh-hero__veil { background: linear-gradient(90deg, rgba(8,15,20,.98), rgba(8,15,20,.83) 68%, rgba(8,15,20,.64)), linear-gradient(0deg, rgba(8,15,20,.96), rgba(8,15,20,.4)); }
  .fh-hero__content { padding-top: 46px; padding-bottom: 28px; }
  .fh-hero h1 { max-width: 350px; margin-bottom: 20px; font-size: clamp(2.52rem, 11.5vw, 3.2rem); line-height: 1.03; }
  .fh-hero__lead { margin-bottom: 28px; font-size: .98rem; line-height: 1.72; }
  .fh-actions--hero { display: grid; gap: 11px; }
  .fh-actions--hero .fh-button { width: 100%; min-height: 49px; border-radius: 12px; }
  .fh-actions--hero .fh-button--copper { background: var(--fh-pine-950); color: #fff; }
  .fh-actions--hero .fh-button--ghost { background: #fff; border-color: #fff; color: var(--fh-pine-950); }
  .fh-actions--hero .fh-button--outline { border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.06); color: #fff; }

  .fh-hero__proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    padding-bottom: 0;
    border: 0;
  }

  .fh-hero__proof span,
  .fh-hero__proof span:first-child {
    min-height: 45px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px;
    background: #283644;
    color: rgba(255,255,255,.78);
    font-size: .75rem;
  }

  .fh-hero__proof span + span { border-left: 1px solid rgba(255,255,255,.15); }
  .fh-hero__proof strong { color: #f6b938; font-size: .79rem; }

  .fh-start__panel { margin-inline: -2px; padding: 23px 20px; border-radius: 16px; }
  .fh-start__actions .fh-button { border-radius: 12px; }
  .fh-trust .fh-section-heading { margin-bottom: 28px; }
  .fh-trust__facts span { min-height: 58px; align-content: center; }

  .fh-home .fh-process__steps { gap: 0; }
  .fh-home .fh-process__steps li { grid-template-columns: 52px 1fr; padding: 24px 0; border-top: 1px solid var(--fh-line); }
  .fh-home .fh-process__steps li:last-child { border-bottom: 1px solid var(--fh-line); }
  .fh-home .fh-process__steps li::before { display: none; }
  .fh-home .fh-process__steps > li > span { width: auto; height: auto; justify-content: start; border: 0; color: var(--fh-copper-600); font-size: .74rem; }
  .fh-home .fh-process__steps h3 { margin-top: 0; font-size: 1.04rem; }

  .fh-menu-pricing .fh-pricing__layout { gap: 30px; }
  .fh-menu-pricing .fh-calculator { border-radius: 16px; overflow: hidden; }
  .fh-gallery-card { border-radius: 14px; }
  .fh-home-guide .fh-button { width: 100%; border-radius: 12px; }
  .fh-home-faq .fh-accordion details { background: #fff; }
  .fh-home-faq .fh-accordion summary { padding-inline: 16px; }
  .fh-home-faq .fh-accordion details > div { padding-inline: 16px; }
  .fh-final-cta .fh-actions { display: grid; }
  .fh-final-cta .fh-button { width: 100%; border-radius: 12px; }
}

@media (max-width: 359px) {
  .fh-mobile-header-book { min-width: 66px; padding-inline: 12px; }
  .site-title a, .ast-site-title-wrap .site-title { font-size: 1.04rem; }
  .ast-mobile-header-wrap .site-header-primary-section-right { gap: 5px; }
}

/* Reference-aligned desktop/mobile architecture, v1.3 */
body.fh-landing-page,
body.fh-landing-page button,
body.fh-landing-page input,
body.fh-landing-page textarea,
body.fh-landing-page select,
body.fh-landing-page .menu-link,
body.fh-landing-page .fh-button,
body.fh-landing-page .fh-footer {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.fh-home .fh-section h2,
.fh-home .fh-section h3,
.fh-home .fh-final-cta h2,
.fh-home .fh-hero h1,
.fh-home .fh-hero-booking h2 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -.045em;
}

.fh-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 30px;
}

.fh-hero-booking {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-top: 3px solid var(--fh-copper-500);
  background: rgba(16, 25, 31, .88);
  box-shadow: 0 24px 64px rgba(0,0,0,.22);
  backdrop-filter: blur(16px);
}

.fh-hero-booking h2 {
  max-width: 390px;
  margin: 0 0 13px;
  color: #fff;
  font-size: clamp(1.8rem, 7vw, 2.45rem);
  line-height: 1.04;
}

.fh-hero-booking > p:not(.fh-eyebrow) {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: .88rem;
  line-height: 1.65;
}

.fh-hero-booking__actions { display: grid; gap: 14px; margin-top: 23px; }
.fh-hero-booking__phone { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: rgba(255,255,255,.62); font-size: .67rem; font-weight: 800; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.fh-hero-booking__phone strong { color: #fff; font-size: .9rem; letter-spacing: 0; }
.fh-hero-booking ul { display: grid; grid-template-columns: 1fr; gap: 0; margin: 22px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.fh-hero-booking li { position: relative; padding: 12px 0 12px 22px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.76); font-size: .76rem; line-height: 1.45; }
.fh-hero-booking li::before { content: ""; position: absolute; top: 18px; left: 1px; width: 8px; height: 8px; border: 2px solid var(--fh-copper-300); border-radius: 50%; }

.fh-trust { background: #fff; color: var(--fh-ink); }
.fh-trust h2 { color: var(--fh-pine-950); }
.fh-trust__layout { display: grid; gap: 24px; }
.fh-trust .fh-section-heading { margin-bottom: 0; }
.fh-trust .fh-section-heading > p:last-child { max-width: 610px; margin-bottom: 0; }
.fh-trust__facts { border-top: 1px solid var(--fh-line); }
.fh-trust__facts span {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 3px 10px;
  align-items: baseline;
  padding: 17px 0;
  border: 0;
  border-bottom: 1px solid var(--fh-line);
  border-radius: 0;
  color: var(--fh-muted);
  font-size: .76rem;
}
.fh-trust__facts small { grid-row: 1 / 3; color: var(--fh-copper-600); font-size: .66rem; font-weight: 850; letter-spacing: .1em; }
.fh-trust__facts strong { color: var(--fh-pine-950); font-size: .94rem; }
.fh-process { background: #f3f4f2; }

@media (min-width: 1024px) {
  .fh-front-page .site-header {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    border-bottom-color: rgba(255,255,255,.15);
    background: transparent;
  }

  .fh-front-page .ast-primary-header-bar { background: rgba(8, 14, 18, .28); backdrop-filter: blur(10px); }
  .fh-front-page .site-title a,
  .fh-front-page .ast-site-title-wrap .site-title { color: #fff; }
  .fh-front-page .main-header-menu > .menu-item > .menu-link { color: rgba(255,255,255,.83); }
  .fh-front-page .main-header-menu > .menu-item > .menu-link:hover,
  .fh-front-page .main-header-menu > .current-menu-item > .menu-link { color: #fff; }
  .fh-front-page .main-header-menu > .fh-menu-cta > .menu-link { background: var(--fh-copper-500); color: var(--fh-pine-950) !important; }
  .fh-front-page .site-title a,
  .fh-front-page .ast-site-title-wrap .site-title { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1.18rem; font-weight: 820; letter-spacing: -.035em; }

  .fh-hero {
    min-height: 790px;
    align-content: center;
    padding: 126px 0 66px;
    background-color: #101820;
    background-position: center;
  }

  .fh-hero__veil {
    background:
      linear-gradient(90deg, rgba(8,15,20,.98) 0%, rgba(8,15,20,.93) 44%, rgba(8,15,20,.69) 72%, rgba(8,15,20,.72) 100%),
      linear-gradient(0deg, rgba(8,15,20,.94), rgba(8,15,20,.12));
  }

  .fh-hero__layout { grid-template-columns: minmax(0, 1.28fr) minmax(370px, .72fr); align-items: center; gap: 76px; }
  .fh-hero__content { padding: 0; }
  .fh-hero h1 { max-width: 720px; margin-bottom: 23px; font-size: clamp(4.2rem, 5.55vw, 5.25rem); font-weight: 760; line-height: .96; }
  .fh-hero__lead { max-width: 640px; margin-bottom: 31px; font-size: 1.08rem; line-height: 1.62; }
  .fh-actions--hero { max-width: none; flex-wrap: nowrap; }
  .fh-actions--hero .fh-button { width: auto; min-height: 50px; padding-inline: 18px; white-space: nowrap; }
  .fh-actions--hero .fh-button--ghost { flex: 0 0 auto; }
  .fh-hero__proof { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 38px; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .fh-hero__proof span,
  .fh-hero__proof span:first-child { padding: 14px 14px 0; }
  .fh-hero__proof span:first-child { padding-left: 0; }
  .fh-hero__proof strong { font-size: .78rem; }
  .fh-hero-booking { padding: 34px 32px 29px; }
  .fh-hero-booking h2 { font-size: 2.25rem; }
  .fh-hero-booking__actions .fh-button { width: 100%; }

  .fh-trust { padding-block: 78px; }
  .fh-trust__layout { grid-template-columns: minmax(0, 1fr) minmax(480px, .86fr); align-items: center; gap: 80px; }
  .fh-trust .fh-section-heading h2 { max-width: 630px; font-size: clamp(2.55rem, 3.6vw, 3.65rem); }
  .fh-trust__facts { display: grid; grid-template-columns: 1fr; gap: 0; }
  .fh-trust__facts span { min-height: 76px; padding: 18px 0; }

  .fh-home .fh-section { padding-block: 104px; }
  .fh-home .fh-process { padding-block: 92px; }
  .fh-home .fh-menu-pricing { padding-block: 116px; }
  .fh-home .fh-pricing__layout { grid-template-columns: minmax(0, 1.08fr) minmax(410px, .72fr); gap: 76px; }
  .fh-home .fh-calculator { transform: translateY(8px); box-shadow: 0 28px 70px rgba(7,31,26,.12); }
  .fh-home .fh-gallery-section { padding-block: 112px; }
  .fh-home .fh-occasions { padding-block: 110px; }
  .fh-home .fh-locations { padding-block: 112px; }
  .fh-home .fh-home-guide { padding-block: 70px; }
  .fh-home .fh-home-faq { padding-block: 98px; }
}

@media (max-width: 1023px) {
  body.fh-mobile-menu-open { overflow: clip !important; }
  body.fh-mobile-menu-open #masthead {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    width: 100% !important;
    transform: none !important;
    z-index: 1001 !important;
    background: #151b21 !important;
  }

  .fh-hero__layout { padding-top: 46px; }
  .fh-hero__content { padding-top: 0; padding-bottom: 18px; }
  .fh-hero__layout { gap: 18px; }
  .fh-home .fh-hero__proof { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .fh-home .fh-hero__proof span,
  .fh-home .fh-hero__proof span:first-child {
    min-height: 62px;
    display: grid;
    align-content: center;
    gap: 2px;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 3px;
    background: #283644;
  }
  .fh-home .fh-hero__proof span + span { border-left: 1px solid rgba(255,255,255,.15); }
  .fh-hero-booking { margin-top: 2px; padding: 24px 20px 20px; border-radius: 3px; }
  .fh-hero-booking__actions .fh-button { width: 100%; border-radius: 3px; }
  .fh-home .fh-actions--hero .fh-button,
  .fh-home .fh-start__actions .fh-button,
  .fh-home .fh-home-guide .fh-button,
  .fh-home .fh-final-cta .fh-button { border-radius: 3px; }
  .fh-home .fh-gallery-card,
  .fh-home .fh-calculator { border-radius: 3px; }
  .fh-trust { padding-block: 62px; }
  .fh-trust__facts { display: grid; grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 420px) {
  .fh-hero__layout { padding-top: 40px; }
  .fh-hero-booking h2 { font-size: 1.82rem; }
  .fh-hero-booking__phone { align-items: flex-start; flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Entry offer and cinematic homepage, v1.4 */
body.fh-offer-open { overflow: hidden !important; }

.fh-offer-modal[hidden] { display: none !important; }
.fh-offer-modal {
  --fh-offer-bg: #fbf2e1;
  --fh-offer-accent: #f05a14;
  --fh-offer-ink: #1b130e;
  --fh-offer-image-overlay: .7;
  position: fixed;
  inset: 0;
  z-index: 2000000;
  display: grid;
  place-items: center;
  padding: 24px;
  isolation: isolate;
}

.fh-offer-modal__backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(2, 7, 9, .82);
  opacity: 0;
  cursor: default;
  transition: opacity .3s ease;
}

.fh-offer-modal__panel {
  position: relative;
  width: min(920px, calc(100vw - 48px));
  max-height: min(640px, calc(100dvh - 48px));
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(410px, 1.08fr);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--fh-offer-ink) 16%, transparent);
  border-top: 4px solid var(--fh-offer-accent);
  border-radius: 3px;
  background: var(--fh-offer-bg);
  box-shadow: 0 32px 100px rgba(0,0,0,.48);
  color: var(--fh-offer-ink);
  opacity: 0;
  transform: translateY(22px) scale(.985);
  transition: opacity .28s ease, transform .36s cubic-bezier(.2,.75,.25,1);
}

.fh-offer-modal.is-open .fh-offer-modal__backdrop { opacity: 1; }
.fh-offer-modal.is-open .fh-offer-modal__panel { opacity: 1; transform: translateY(0) scale(1); }

.fh-offer-modal__visual { position: relative; min-height: 590px; overflow: hidden; background: #2a1810; }
.fh-offer-modal__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(28,16,10,.3), transparent 60%); }
.fh-offer-modal__visual img { width: 100%; height: 100%; display: block; object-fit: cover; }

.fh-offer-modal__content {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  padding: 58px 56px 46px;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--fh-offer-accent) 17%, transparent), transparent 38%),
    var(--fh-offer-bg);
}

.fh-offer-modal__close {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--fh-offer-ink) 28%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--fh-offer-bg) 78%, white);
  color: var(--fh-offer-ink);
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.fh-offer-modal__close:hover,
.fh-offer-modal__close:focus-visible { background: var(--fh-offer-accent); color: var(--fh-offer-ink); transform: rotate(5deg); }

.fh-offer-modal__kicker {
  margin: 0 0 15px;
  color: var(--fh-offer-ink);
  opacity: .68;
  font-size: .7rem;
  font-weight: 820;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.fh-offer-modal__discount { display: block; margin-bottom: 8px; color: var(--fh-offer-accent); font-size: clamp(3.6rem, 7vw, 5.6rem); font-weight: 900; letter-spacing: -.075em; line-height: .9; }
.fh-offer-modal h2 { max-width: 460px; margin: 0 0 16px; color: var(--fh-offer-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 3.45rem); font-weight: 600; letter-spacing: -.045em; line-height: .98; }
.fh-offer-modal__intro { max-width: 480px; margin: 0 0 23px; color: var(--fh-offer-ink); opacity: .74; font-size: .95rem; line-height: 1.65; }

.fh-offer-code {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 12px;
  padding: 12px 16px;
  border: 1px dashed color-mix(in srgb, var(--fh-offer-accent) 72%, white);
  border-radius: 2px;
  background: color-mix(in srgb, var(--fh-offer-bg) 76%, white);
  color: var(--fh-offer-ink);
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}
.fh-offer-code:hover,
.fh-offer-code:focus-visible,
.fh-offer-code.is-copied { border-style: solid; background: color-mix(in srgb, var(--fh-offer-accent) 12%, var(--fh-offer-bg)); }
.fh-offer-code span { color: var(--fh-offer-ink); opacity: .62; font-size: .69rem; font-weight: 760; letter-spacing: .05em; text-transform: uppercase; }
.fh-offer-code strong { color: var(--fh-offer-accent); font-size: 1.18rem; letter-spacing: .12em; }

.fh-button.fh-button--offer { width: 100%; min-height: 52px; justify-content: space-between; margin-top: 0; border: 1px solid var(--fh-offer-accent); border-radius: 2px; background: var(--fh-offer-accent); color: var(--fh-offer-ink); }
.fh-button.fh-button--offer:hover,
.fh-button.fh-button--offer:focus-visible { border-color: var(--fh-offer-ink); background: var(--fh-offer-ink); color: var(--fh-offer-bg); }
.fh-offer-modal__fineprint { display: block; margin-top: 14px; color: var(--fh-offer-ink); opacity: .5; font-size: .68rem; line-height: 1.5; }

.fh-video-hero {
  position: relative;
  min-height: max(var(--fh-hero-desktop-height, 820px), 100svh) !important;
  display: grid !important;
  align-items: center !important;
  overflow: hidden;
  padding: 126px 0 72px !important;
  background-color: #120c08 !important;
  background-image: var(--fh-hero-image) !important;
  background-position: center !important;
  background-size: cover !important;
  isolation: isolate;
}
.fh-video-hero__video { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.fh-video-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(18,12,8,var(--fh-video-overlay, .66)) 0%, rgba(18,12,8,var(--fh-video-overlay, .66)) 48%, rgba(18,12,8,.34) 100%),
    linear-gradient(0deg, rgba(18,12,8,.75), transparent 58%);
}
.fh-video-hero__layout { position: relative; z-index: 1; width: var(--fh-shell); margin-inline: auto; display: block; padding-top: 0 !important; }
.fh-video-hero__content { max-width: 760px; padding: 0 !important; }
.fh-video-hero .fh-eyebrow { margin-bottom: 21px; color: var(--fh-copper-300); }
.fh-video-hero h1 { max-width: 760px !important; margin: 0 0 24px !important; color: #fff; font-family: Georgia, "Times New Roman", serif !important; font-size: clamp(4.25rem, 6.25vw, 6.6rem) !important; font-weight: 600 !important; letter-spacing: -.055em !important; line-height: .91 !important; text-wrap: balance; }
.fh-video-hero .fh-hero__lead { max-width: 590px; margin: 0 0 32px; color: rgba(255,255,255,.8); font-size: 1.08rem; line-height: 1.65; }
.fh-video-hero .fh-actions--hero { display: flex; flex-wrap: wrap; gap: 12px; }
.fh-video-hero .fh-actions--hero .fh-button { width: auto; min-height: 52px; padding-inline: 22px; border-radius: 2px; }
.fh-video-hero .fh-actions--hero .fh-button--copper { border-color: var(--fh-copper-500); background: var(--fh-copper-500); color: #18100b; }
.fh-video-hero .fh-actions--hero .fh-button--ghost { border-color: rgba(255,255,255,.55); background: rgba(18,12,8,.24); color: #fff; backdrop-filter: blur(8px); }
.fh-video-hero--center .fh-video-hero__content { margin-inline: auto; text-align: center; }
.fh-video-hero--center .fh-hero__lead { margin-inline: auto; }
.fh-video-hero--center .fh-actions--hero { justify-content: center; }

.fh-video-toggle {
  position: absolute;
  right: max(24px, calc((100vw - 1240px) / 2));
  bottom: 26px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background: rgba(18,12,8,.42);
  color: #fff;
  font-size: .72rem;
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.fh-video-toggle__play { display: none; transform: translateX(1px); }
.fh-video-toggle.is-paused .fh-video-toggle__pause { display: none; }
.fh-video-toggle.is-paused .fh-video-toggle__play { display: block; }

@media (max-width: 1023px) {
  .fh-video-hero {
    min-height: max(var(--fh-hero-mobile-height, 700px), calc(100svh - 78px)) !important;
    align-items: end !important;
    padding: 84px 0 74px !important;
    background-position: 58% center !important;
  }
  .fh-video-hero__video { object-position: 58% center; }
  .fh-video-hero__veil {
    background:
      linear-gradient(0deg, rgba(18,12,8,.97) 0%, rgba(18,12,8,var(--fh-video-overlay, .66)) 54%, rgba(18,12,8,.36) 100%),
      linear-gradient(90deg, rgba(18,12,8,.44), transparent);
  }
  .fh-video-hero__content { max-width: 620px; }
  .fh-video-hero h1 { max-width: 560px !important; font-size: clamp(3.2rem, 14vw, 5rem) !important; line-height: .94 !important; }
  .fh-video-hero .fh-hero__lead { max-width: 520px; font-size: 1rem; }
  .fh-video-hero .fh-actions--hero { display: flex; }
  .fh-video-hero .fh-actions--hero .fh-button { width: auto; min-width: 170px; }
  .fh-video-toggle { right: 18px; bottom: 18px; }

  .fh-offer-modal { padding: 12px; place-items: center; }
  .fh-offer-modal__panel {
    width: min(370px, calc(100vw - 24px));
    height: min(760px, calc(100dvh - 24px));
    max-height: none;
    display: block;
    border-top-width: 3px;
  }
  .fh-offer-modal__visual { position: absolute; inset: 0; min-height: 0; }
  .fh-offer-modal__visual::after {
    background:
      linear-gradient(0deg, var(--fh-offer-bg) 0%, rgba(251,242,225,.95) 42%, rgba(251,242,225,var(--fh-offer-image-overlay)) 100%),
      linear-gradient(90deg, rgba(32,18,10,.2), transparent);
  }
  .fh-offer-modal__content { height: 100%; justify-content: flex-end; overflow-y: auto; padding: 92px 24px 24px; background: transparent; }
  .fh-offer-modal__close { top: 14px; right: 14px; background: rgba(251,242,225,.78); }
  .fh-offer-modal__discount { font-size: clamp(3.4rem, 18vw, 4.7rem); }
  .fh-offer-modal h2 { font-size: clamp(2rem, 9.6vw, 2.65rem); }
  .fh-offer-modal__intro { margin-bottom: 17px; font-size: .88rem; line-height: 1.55; }
  .fh-offer-code { min-height: 60px; margin-bottom: 10px; }
  .fh-offer-modal__fineprint { margin-top: 10px; }
}

@media (max-width: 520px) {
  .fh-video-hero { padding-top: 64px !important; padding-bottom: 72px !important; }
  .fh-video-hero .fh-eyebrow { margin-bottom: 15px; }
  .fh-video-hero h1 { margin-bottom: 19px !important; font-size: clamp(3rem, 15vw, 4.35rem) !important; }
  .fh-video-hero .fh-hero__lead { margin-bottom: 25px; font-size: .94rem; line-height: 1.62; }
  .fh-video-hero .fh-actions--hero { display: grid; width: min(100%, 330px); }
  .fh-video-hero .fh-actions--hero .fh-button { width: 100%; min-width: 0; }
  .fh-video-hero--center .fh-actions--hero { margin-inline: auto; }
}

@media (max-width: 359px), (max-height: 680px) and (max-width: 1023px) {
  .fh-offer-modal__content { padding: 68px 18px 17px; }
  .fh-offer-modal__kicker { margin-bottom: 9px; font-size: .62rem; }
  .fh-offer-modal__discount { font-size: 3.1rem; }
  .fh-offer-modal h2 { margin-bottom: 10px; font-size: 1.86rem; }
  .fh-offer-modal__intro { margin-bottom: 11px; font-size: .78rem; line-height: 1.45; }
  .fh-offer-code { min-height: 53px; }
  .fh-button.fh-button--offer { min-height: 47px; }
  .fh-offer-modal__fineprint { font-size: .6rem; }
}

@media (prefers-reduced-motion: reduce) {
  .fh-offer-modal__backdrop,
  .fh-offer-modal__panel { transition: none !important; }
}

/* Fortune cream + flame-orange brand palette, v1.5 */
html body,
body.fh-front-page,
.fh-site-main,
.fh-landing-page .site-content,
.fh-location-page { background: var(--fh-cream-100); }

.ast-primary-header-bar { background: rgba(251,242,225,.97); }
.main-header-menu > .fh-menu-cta > .menu-link { background: var(--fh-copper-500); color: var(--fh-pine-950) !important; }
.fh-button--copper:hover { background: var(--fh-copper-600); color: #fff; }
.fh-button--cream:hover { background: var(--fh-cream-200); }

.fh-trust,
.fh-start,
.fh-locations { background: var(--fh-white); }
.fh-process,
.fh-gallery-section,
.fh-faq { background: var(--fh-cream-200); }
.fh-pricing,
.fh-home-faq,
.fh-why { background: var(--fh-cream-100); }
.fh-calculator,
.fh-inquiry-form input,
.fh-inquiry-form textarea,
.fh-home-faq .fh-accordion details { background: var(--fh-white); }

.fh-occasions,
.fh-page-hero,
.fh-footer { background: var(--fh-pine-950); }
.fh-page-hero--booking { background: linear-gradient(115deg, var(--fh-pine-950), var(--fh-pine-800)); }
.fh-home-guide { background: var(--fh-copper-500); color: var(--fh-pine-950); }
.fh-home-guide h2,
.fh-home-guide p { color: var(--fh-pine-950); }
.fh-final-cta { background: var(--fh-copper-600); }
.fh-gallery-card figcaption { background: linear-gradient(transparent, rgba(24,16,11,.86)); }

.fh-offer-modal > .fh-offer-modal__backdrop,
.fh-offer-modal > .fh-offer-modal__backdrop:hover,
.fh-offer-modal > .fh-offer-modal__backdrop:focus { background: rgba(24,16,11,.94) !important; }
.fh-offer-modal__discount,
.fh-offer-code strong { color: var(--fh-offer-accent); }

@media (max-width: 1023px) {
  .fh-front-page .ast-primary-header-bar,
  body.fh-mobile-menu-open #masthead,
  .fh-mobile-menu-open #masthead { background: var(--fh-pine-950) !important; }
  .ast-mobile-header-content { background: #120c08 !important; }
  .fh-menu-scrim,
  .fh-menu-scrim:hover,
  .fh-menu-scrim:focus { background: rgba(24,16,11,.76) !important; }
}

/* Editable menu, calculator and chef profiles, v1.6 */
.custom-logo-link {
  display: block;
  width: 68px;
  height: 68px;
  overflow: hidden;
  background: var(--fh-cream-100);
  border: 1px solid rgba(240,90,20,.55);
}
.site-branding .ast-site-title-wrap { display: none; }
.custom-logo-link .custom-logo {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover;
}

.fh-reviews { background: var(--fh-white); }
.fh-reviews:not(:has(.fh-reviews__embed)):not(:has(.fh-reviews__empty)) { display: none; }
.fh-reviews__embed { min-width: 0; }
.fh-reviews__embed--iframe { overflow: hidden; background: #fff; }
.fh-reviews__embed--iframe iframe { display: block; width: 100%; height: 430px; border: 0; background: #fff; }
.fh-reviews__empty {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 17px;
  align-items: center;
  max-width: 720px;
  padding: 20px 0;
  border-block: 1px solid var(--fh-line);
}
.fh-reviews__empty > span { color: var(--fh-copper-600); font: 600 2.25rem/1 Georgia, serif; }
.fh-reviews__empty p { margin: 0; color: var(--fh-muted); }

.fh-menu-teaser { padding-block: 0; background: var(--fh-copper-500); }
.fh-menu-teaser__inner { display: grid; gap: 32px; padding-block: 48px; }
.fh-menu-teaser h2 { max-width: 720px; margin-bottom: 15px; color: var(--fh-pine-950); }
.fh-menu-teaser p { max-width: 700px; margin-bottom: 0; color: rgba(27,19,14,.74); }
.fh-menu-teaser .fh-eyebrow { color: var(--fh-pine-950); }
.fh-menu-teaser__price { display: grid; grid-template-columns: 1fr auto; gap: 3px 18px; align-items: center; padding-top: 21px; border-top: 1px solid rgba(27,19,14,.28); }
.fh-menu-teaser__price > span { color: rgba(27,19,14,.7); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fh-menu-teaser__price > strong { grid-column: 1; color: var(--fh-pine-950); font: 600 clamp(2.4rem, 12vw, 4.8rem)/.9 Georgia, serif; }
.fh-menu-teaser__price .fh-button { grid-column: 2; grid-row: 1 / 3; }

.fh-calculator__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 17px 0 4px;
  border-block: 1px solid var(--fh-line);
}
.fh-calculator__steps button {
  min-width: 0;
  padding: 12px 6px;
  background: transparent;
  color: var(--fh-muted);
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.fh-calculator__steps button + button { border-left: 1px solid var(--fh-line); }
.fh-calculator__steps button span { display: block; margin-bottom: 2px; color: var(--fh-copper-600); font-size: .56rem; }
.fh-calculator__steps button.is-active { color: var(--fh-pine-950); border-bottom-color: var(--fh-copper-500); }
.fh-calculator__panel { animation: fh-panel-in .22s ease both; }
@keyframes fh-panel-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.fh-addon-grid { display: grid; gap: 0; padding-top: 8px; }
.fh-addon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 13px 0;
  border-bottom: 1px solid var(--fh-line);
}
.fh-addon.has-quantity { box-shadow: inset 3px 0 var(--fh-copper-500); padding-left: 12px; }
.fh-addon > span { display: grid; gap: 2px; min-width: 0; }
.fh-addon strong { color: var(--fh-pine-950); font-size: .9rem; }
.fh-addon em { color: var(--fh-muted); font-size: .67rem; font-style: normal; }
.fh-addon small { color: var(--fh-copper-600); font-size: .68rem; }
.fh-calculator__nav { display: flex; justify-content: space-between; gap: 12px; min-height: 43px; padding: 14px 0; border-bottom: 1px solid var(--fh-line); }
.fh-calculator__nav button { min-height: 40px; padding: 8px 12px; border: 1px solid var(--fh-line); border-radius: 0; background: transparent; color: var(--fh-pine-950); font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.fh-calculator__nav .fh-calculator__next { margin-left: auto; background: var(--fh-copper-500); border-color: var(--fh-copper-500); }
[hidden] { display: none !important; }

.fh-menu-page__hero { background: linear-gradient(120deg, var(--fh-pine-950), var(--fh-pine-800)); }
.fh-menu-page__hero .fh-button { margin-top: 24px; }
.fh-price-strip--page { margin: 0 0 46px; }
.fh-menu-page__facts { display: grid; gap: 0; border-top: 1px solid var(--fh-line); }
.fh-menu-page__facts article { position: relative; padding: 28px 0; border-bottom: 1px solid var(--fh-line); }
.fh-menu-page__facts article > span { display: block; margin-bottom: 15px; color: var(--fh-copper-600); font-size: .68rem; font-weight: 850; letter-spacing: .12em; }
.fh-menu-page__facts h2 { margin-bottom: 10px; font-size: clamp(1.7rem, 7vw, 2.6rem); }
.fh-menu-page__facts p,
.fh-menu-page__facts ul { margin: 0; color: var(--fh-muted); }
.fh-menu-page__facts ul { padding: 0; list-style: none; }
.fh-menu-page__facts li + li { margin-top: 6px; }
.fh-menu-page__choices { background: var(--fh-white); }
.fh-menu-page__choice-grid { display: grid; gap: 52px; }
.fh-menu-page__choice-grid > section { min-width: 0; }
.fh-menu-page__choice-grid h2 { font-size: clamp(2rem, 8vw, 3.3rem); }
.fh-menu-list { margin: 25px 0 0; padding: 0; border-top: 1px solid var(--fh-line); list-style: none; }
.fh-menu-list li { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--fh-line); }
.fh-menu-list li > span { color: var(--fh-pine-950); font-weight: 750; }
.fh-menu-list li > small { color: var(--fh-muted); }
.fh-menu-list li > strong { color: var(--fh-copper-600); }
.fh-menu-page__sides { background: var(--fh-cream-200); }
.fh-side-list { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid rgba(27,19,14,.2); }
.fh-side-list article { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(27,19,14,.2); }
.fh-side-list article > span { display: grid; color: var(--fh-pine-950); font-weight: 750; }
.fh-side-list small { color: var(--fh-muted); font-weight: 500; }
.fh-side-list strong { color: var(--fh-copper-600); }
.fh-menu-page__dietary { background: var(--fh-pine-950); color: #fff; }
.fh-menu-page__dietary .fh-shell { display: grid; gap: 34px; }
.fh-menu-page__dietary h2 { color: #fff; }
.fh-menu-page__dietary p { max-width: 650px; color: rgba(255,255,255,.66); }
.fh-menu-page__dietary ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.fh-menu-page__dietary li { padding: 10px 13px; border: 1px solid rgba(255,255,255,.25); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.fh-chefs { background: var(--fh-white); }
.fh-chefs__grid { display: grid; grid-template-columns: 1fr; gap: 34px; }
.fh-chef-card { display: grid; grid-template-columns: 94px 1fr; gap: 20px; padding-top: 20px; border-top: 2px solid var(--fh-pine-950); }
.fh-chef-card--no-image { grid-template-columns: 1fr; }
.fh-chef-card__visual { aspect-ratio: 3 / 4; display: grid; place-items: center; overflow: hidden; background: var(--fh-cream-200); color: var(--fh-copper-600); font: 600 2.2rem/1 Georgia, serif; }
.fh-chef-card__visual img { width: 100%; height: 100%; object-fit: cover; }
.fh-chef-card__content { min-width: 0; }
.fh-chef-card__content > small { color: var(--fh-copper-600); font-size: .62rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.fh-chef-card h3 { margin: 7px 0 8px; font-size: 1.35rem; }
.fh-chef-card p { margin: 0 0 12px; color: var(--fh-muted); font-size: .78rem; line-height: 1.55; }
.fh-chef-card a { color: var(--fh-pine-950); font-size: .69rem; font-weight: 850; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }

@media (min-width: 600px) {
  .fh-menu-teaser__inner { grid-template-columns: minmax(0, 1.5fr) minmax(250px, .55fr); align-items: center; padding-block: 62px; }
  .fh-menu-teaser__price { padding: 24px 0 0 28px; border-top: 0; border-left: 1px solid rgba(27,19,14,.28); }
  .fh-addon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
  .fh-menu-page__facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fh-menu-page__facts article { padding-inline: 24px; }
  .fh-menu-page__facts article:first-child { padding-left: 0; }
  .fh-menu-page__facts article + article { border-left: 1px solid var(--fh-line); }
  .fh-side-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 34px; }
  .fh-chefs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .ast-primary-header-bar .site-primary-header-wrap { min-height: 86px; }
  .main-header-menu > .menu-item > .menu-link { padding-inline: 9px; font-size: .69rem; }
  .fh-front-page .custom-logo-link { border-color: rgba(240,90,20,.85); }
  .fh-menu-page__choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 90px; }
  .fh-menu-page__choice-grid h2 { min-height: 2.15em; display: flex; align-items: flex-end; }
  .fh-menu-page__dietary .fh-shell { grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); align-items: center; }
  .fh-chefs__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
  .fh-chef-card { grid-template-columns: 1fr; }
  .fh-chef-card__visual { aspect-ratio: 4 / 5; }
}

@media (max-width: 1023px) {
  .custom-logo-link { width: 64px; height: 64px; border-color: rgba(240,90,20,.78); }
  .ast-mobile-header-content .main-header-menu .menu-link { min-height: 46px; }
  .fh-calculator__head span { font-size: 1.55rem; }
  .fh-reviews__embed--iframe iframe { height: 540px; }
}

@media (max-width: 420px) {
  .fh-menu-teaser__price { grid-template-columns: 1fr; }
  .fh-menu-teaser__price .fh-button { grid-column: 1; grid-row: auto; margin-top: 14px; width: 100%; }
  .fh-calculator { padding-inline: 14px; }
  .fh-calculator__steps button { padding-inline: 2px; letter-spacing: .035em; }
  .fh-addon { gap: 8px; }
  .fh-counter__controls button { width: 36px; height: 36px; }
}

/* Mobile alignment, compact glass navigation and footer branding, v1.8 */
.site-header .ast-primary-header-bar { background: rgba(5,5,5,.78) !important; }
.site-header.fh-header--scrolled .ast-primary-header-bar { background: rgba(5,5,5,.64) !important; }

@media (max-width: 1023px) {
  body.fh-mobile-menu-open { overflow: auto !important; }

  body.fh-mobile-menu-open #masthead,
  .fh-mobile-menu-open #masthead {
    position: sticky !important;
    inset: auto !important;
    top: 0 !important;
    width: 100% !important;
    transform: none !important;
    background: rgba(5,5,5,.72) !important;
    backdrop-filter: blur(16px);
  }

  .fh-mobile-menu-open .ast-primary-header-bar {
    background: transparent !important;
    pointer-events: auto !important;
  }

  .fh-mobile-menu-open .ast-primary-header-bar .site-branding,
  .fh-mobile-menu-open .ast-primary-header-bar .fh-mobile-header-book { opacity: 1 !important; }

  .fh-mobile-menu-open .ast-mobile-header-wrap .menu-toggle {
    position: relative !important;
    inset: auto !important;
    color: var(--fh-copper-500) !important;
    background: rgba(255,255,255,.08) !important;
  }

  .fh-menu-scrim,
  .fh-mobile-menu-open .fh-menu-scrim { display: none !important; pointer-events: none !important; }

  .ast-mobile-header-content {
    position: fixed !important;
    inset: 86px 12px auto !important;
    z-index: 1002;
    width: auto !important;
    height: auto !important;
    max-height: calc(100dvh - 104px);
    display: block !important;
    padding: 10px !important;
    overflow-y: auto;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 6px;
    background: rgba(12,8,6,.72) !important;
    box-shadow: 0 18px 44px rgba(0,0,0,.28);
    backdrop-filter: blur(18px) saturate(125%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px) scale(.985);
    transform-origin: top right;
    transition: transform .25s cubic-bezier(.2,.8,.2,1), opacity .2s ease, visibility .25s ease;
  }

  .fh-mobile-menu-open .ast-mobile-header-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  .ast-mobile-header-content .main-header-menu {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0 !important;
    background: transparent !important;
  }

  .ast-mobile-header-content .main-header-menu .menu-item {
    min-width: 0;
    opacity: 0;
    transform: translateY(-6px);
  }

  .fh-mobile-menu-open .ast-mobile-header-content .main-header-menu .menu-item {
    opacity: 1;
    transform: translateY(0);
  }

  .ast-mobile-header-content .main-header-menu .menu-link {
    min-height: 48px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 12px !important;
    border: 1px solid rgba(255,255,255,.15) !important;
    border-radius: 4px;
    background: rgba(255,255,255,.07) !important;
    color: #fff !important;
    text-align: center;
  }

  .ast-mobile-header-content .main-header-menu .menu-link:hover,
  .ast-mobile-header-content .main-header-menu .menu-link:focus-visible {
    border-color: rgba(240,90,20,.75) !important;
    background: rgba(240,90,20,.16) !important;
  }

  .fh-home .fh-process__steps li {
    grid-template-columns: 36px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: start;
  }

  .fh-home .fh-process__steps > li > span {
    width: 34px !important;
    min-width: 34px;
    height: 34px !important;
    display: grid !important;
    place-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 1px solid var(--fh-copper-300) !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.55) !important;
    line-height: 1 !important;
    box-sizing: border-box;
  }

  .fh-home .fh-process__steps li > div { min-width: 0; }
  .fh-home .fh-process__steps h3 { margin: 1px 0 5px !important; }
  .fh-home .fh-process__steps p { overflow-wrap: anywhere; }
}

@media (max-width: 420px) {
  .ast-mobile-header-content { inset-inline: 8px !important; }
  .ast-mobile-header-content .main-header-menu { gap: 6px; }
  .ast-mobile-header-content .main-header-menu .menu-link { min-height: 46px !important; padding-inline: 7px !important; font-size: .74rem !important; }
  .fh-footer__logo-image { width: 82px; height: 82px; }
}

/* Refined popup, brand header, About and Menu pages, v1.7 */
html { scroll-behavior: smooth; }
#locations,
#chefs { scroll-margin-top: 88px; }

.site-header,
.site-header .ast-primary-header-bar,
.site-header .site-primary-header-wrap,
.site-header .ast-builder-grid-row {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.site-header .ast-primary-header-bar {
  background: #050505 !important;
  backdrop-filter: blur(12px);
}

.site-header .main-header-menu > .menu-item > .menu-link,
.site-header .site-title a,
.site-header .ast-site-title-wrap .site-title { color: rgba(255,255,255,.88) !important; }
.site-header .main-header-menu > .menu-item > .menu-link:hover,
.site-header .main-header-menu > .current-menu-item > .menu-link { color: var(--fh-copper-500) !important; }
.site-header .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
  border: 0;
  color: var(--fh-copper-500);
  background: transparent;
}

.custom-logo-link,
.fh-front-page .custom-logo-link {
  width: 84px;
  height: 76px;
  overflow: visible;
  border: 0;
  background: transparent;
}
.custom-logo-link .custom-logo {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
}

.fh-offer-modal__panel {
  width: min(620px, calc(100vw - 48px));
  height: min(620px, calc(100dvh - 48px));
  max-height: calc(100dvh - 48px);
  grid-template-columns: minmax(190px, .76fr) minmax(0, 1.24fr);
}
.fh-offer-modal__visual { min-height: 0; }
.fh-offer-modal__content { justify-content: center; padding: 60px 38px 34px; overflow-y: auto; }
.fh-offer-modal__discount { font-size: clamp(3rem, 7vw, 4.4rem); }
.fh-offer-modal h2 { font-size: clamp(1.95rem, 4vw, 2.75rem); }
.fh-offer-modal__intro { margin-bottom: 16px; font-size: .86rem; }
.fh-offer-code { min-height: 58px; margin-bottom: 10px; }
.fh-button.fh-button--offer { min-height: 48px; }

.fh-menu-teaser__inner { align-items: center; }
.fh-menu-teaser__summary { display: grid; gap: 18px; min-width: 0; }
.fh-menu-teaser__prices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid rgba(27,19,14,.3); }
.fh-menu-teaser__prices > span { display: grid; align-content: start; gap: 4px; min-width: 0; padding: 17px 12px; }
.fh-menu-teaser__prices > span + span { border-left: 1px solid rgba(27,19,14,.26); }
.fh-menu-teaser__prices small { color: rgba(27,19,14,.72); font-size: .61rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.fh-menu-teaser__prices strong { color: var(--fh-pine-950); font: 600 clamp(1.75rem, 5vw, 3.15rem)/1 Georgia, serif; }
.fh-menu-teaser__prices em { color: rgba(27,19,14,.66); font-size: .64rem; font-style: normal; }
.fh-menu-teaser__payment { margin: 0 !important; color: var(--fh-pine-950) !important; font-size: .78rem; font-weight: 750; }
.fh-menu-teaser__summary .fh-button { justify-self: stretch; }

.fh-about-page,
.fh-menu-page { background: var(--fh-cream-100); }
.fh-about-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: #0c0907;
  color: #fff;
}
.fh-about-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10,7,5,.96) 0%, rgba(10,7,5,.72) 52%, rgba(10,7,5,.28) 100%); }
.fh-about-hero__media { position: absolute; inset: 0; z-index: -2; }
.fh-about-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.fh-about-hero__inner { width: 100%; padding-block: 138px 82px; }
.fh-about-hero h1 { max-width: 780px; margin: 0 0 24px; color: #fff; font: 600 clamp(4rem, 7vw, 6.8rem)/.9 Georgia, "Times New Roman", serif; letter-spacing: -.055em; text-wrap: balance; }
.fh-about-hero p:not(.fh-eyebrow) { max-width: 660px; margin: 0 0 30px; color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.7; }
.fh-about-gallery { padding-block: 42px; background: var(--fh-cream-100); }
.fh-about-gallery__grid { display: grid; grid-template-columns: 1.05fr .82fr 1.05fr; gap: 14px; align-items: stretch; }
.fh-about-gallery figure { min-height: 360px; margin: 0; overflow: hidden; }
.fh-about-gallery figure:nth-child(2) { transform: translateY(34px); }
.fh-about-gallery img { width: 100%; height: 100%; object-fit: cover; }
.fh-about-story { padding-top: 122px; }
.fh-about-story__layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 80px; align-items: start; }
.fh-about-story h2 { max-width: 620px; font-size: clamp(3rem, 5vw, 5.1rem); line-height: .94; }
.fh-about-story__copy { padding-top: 32px; border-top: 2px solid var(--fh-copper-500); }
.fh-about-story__copy p { color: var(--fh-muted); font-size: 1rem; line-height: 1.8; }
.fh-about-values { background: #120d0a; color: #fff; }
.fh-about-values h2,
.fh-about-values h3 { color: #fff; }
.fh-about-values .fh-section-heading > p { color: rgba(255,255,255,.62); }
.fh-about-values__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.2); }
.fh-about-values__grid article { min-height: 270px; padding: 28px 24px 24px; border-bottom: 1px solid rgba(255,255,255,.2); }
.fh-about-values__grid article + article { border-left: 1px solid rgba(255,255,255,.2); }
.fh-about-values__grid span { display: block; margin-bottom: 58px; color: var(--fh-copper-500); font-size: .75rem; font-weight: 850; letter-spacing: .12em; }
.fh-about-values__grid h3 { margin-bottom: 12px; font-size: 1.45rem; }
.fh-about-values__grid p { margin: 0; color: rgba(255,255,255,.64); font-size: .82rem; line-height: 1.65; }
.fh-about-moments { background: var(--fh-white); }
.fh-about-moments__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.fh-about-moments__grid article { position: relative; min-height: 450px; overflow: hidden; background: #140e0a; }
.fh-about-moments__grid article::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(14,9,6,.96)); }
.fh-about-moments__grid img { width: 100%; height: 100%; object-fit: cover; }
.fh-about-moments__grid article > div { position: absolute; inset: auto 0 0; z-index: 1; padding: 26px; }
.fh-about-moments__grid h3 { margin-bottom: 8px; color: #fff; font-size: 1.6rem; }
.fh-about-moments__grid p { margin: 0; color: rgba(255,255,255,.7); font-size: .82rem; line-height: 1.6; }
.fh-about-cta { background: var(--fh-copper-500); color: var(--fh-pine-950); }
.fh-about-cta h2 { color: var(--fh-pine-950); }

.fh-menu-page__hero { position: relative; isolation: isolate; overflow: hidden; padding-block: 132px 92px; text-align: center; background: #120d0a var(--fh-menu-video-poster, none) center / cover no-repeat; }
.fh-menu-page__hero-video { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.fh-menu-page__hero-veil { position: absolute; inset: 0; z-index: 1; background: rgba(18,13,10,var(--fh-menu-video-overlay,.66)); pointer-events: none; }
.fh-menu-page__hero .fh-shell { position: relative; z-index: 2; display: grid; justify-items: center; }
.fh-menu-page__hero h1 { max-width: 820px; font-size: clamp(3.8rem, 7vw, 6.5rem); line-height: .92; }
.fh-menu-page__hero p:not(.fh-eyebrow) { max-width: 680px; }
.fh-menu-page__basics { padding-top: 72px; background: var(--fh-cream-100); }
.fh-menu-overview { width: min(880px, 100%); margin-inline: auto; padding: 58px clamp(24px,6vw,70px); border: 1px solid rgba(240,90,20,.35); background: rgba(255,255,255,.72); box-shadow: 0 20px 60px rgba(62,36,20,.08); text-align: center; }
.fh-menu-overview > h2 { margin-bottom: 34px; padding-bottom: 30px; border-bottom: 1px solid var(--fh-line); font-size: clamp(3rem, 6vw, 5.3rem); }
.fh-menu-overview__pricing { padding-bottom: 34px; border-bottom: 1px solid var(--fh-line); }
.fh-menu-overview__pricing p { margin: 4px 0; color: var(--fh-pine-950); font-size: clamp(1.25rem,3vw,2rem); }
.fh-menu-overview__pricing strong { font-weight: 750; }
.fh-menu-overview__pricing em { display: block; margin-top: 22px; color: #a43c17; font-size: clamp(1rem,2.5vw,1.45rem); font-style: normal; font-weight: 700; }
.fh-menu-overview__section { padding: 34px 0; border-bottom: 1px solid var(--fh-line); }
.fh-menu-overview__section:last-child { padding-bottom: 0; border-bottom: 0; }
.fh-menu-overview__section h3 { font-size: clamp(2rem,4vw,3.1rem); }
.fh-menu-overview__section ul { margin: 0; padding: 0; list-style: none; }
.fh-menu-overview__section li,
.fh-menu-overview__section p { margin: 5px 0; color: var(--fh-muted); font-size: clamp(1rem,2.5vw,1.28rem); line-height: 1.65; }
.fh-menu-page__choices { background: var(--fh-white); }
.fh-menu-page__sides { background: var(--fh-cream-200); }
.fh-chef-card__book { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 46px; padding: 12px 15px; background: var(--fh-copper-500); color: var(--fh-pine-950) !important; }
.fh-chefs__heading { margin-bottom: 44px; }
.fh-chefs__hint { max-width: 680px; margin: 14px 0 0; color: var(--fh-muted); font-size: .82rem; line-height: 1.6; }

@media (min-width: 1280px) {
  .fh-chefs__grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .fh-menu-teaser__inner { grid-template-columns: minmax(0,.85fr) minmax(560px,1.15fr); gap: 70px; }
}

@media (max-width: 1023px) {
  .custom-logo-link { width: 76px; height: 68px; }
  .fh-offer-modal { padding: 12px; place-items: center; }
  .fh-offer-modal__panel {
    width: min(370px, calc(100vw - 24px));
    height: min(390px, calc(100dvh - 24px));
    max-height: calc(100dvh - 24px);
    aspect-ratio: 1 / 1;
    display: block;
  }
  .fh-offer-modal__visual { position: absolute; inset: 0; }
  .fh-offer-modal__visual::after { background: linear-gradient(0deg, rgba(251,242,225,.99), rgba(251,242,225,.94)); }
  .fh-offer-modal__content { height: 100%; justify-content: center; padding: 50px 20px 16px; background: transparent; }
  .fh-offer-modal__close { top: 10px; right: 10px; width: 36px; height: 36px; }
  .fh-offer-modal__kicker { margin-bottom: 6px; font-size: .58rem; }
  .fh-offer-modal__discount { margin-bottom: 4px; font-size: clamp(2.65rem,14vw,3.6rem); }
  .fh-offer-modal h2 { margin-bottom: 8px; font-size: clamp(1.65rem,8vw,2.15rem); line-height: .96; }
  .fh-offer-modal__intro { margin-bottom: 10px; font-size: .74rem; line-height: 1.42; }
  .fh-offer-code { min-height: 48px; margin-bottom: 8px; padding: 9px 12px; }
  .fh-offer-code span { font-size: .56rem; }
  .fh-offer-code strong { font-size: .92rem; }
  .fh-button.fh-button--offer { min-height: 44px; }
  .fh-offer-modal__fineprint { margin-top: 7px; font-size: .56rem; line-height: 1.35; }
  .fh-about-hero { min-height: 650px; }
  .fh-about-hero__inner { padding-block: 118px 62px; }
  .fh-about-hero h1 { max-width: 620px; font-size: clamp(3.35rem,11vw,5.3rem); }
  .fh-about-gallery__grid { grid-template-columns: 1.15fr .85fr; }
  .fh-about-gallery figure { min-height: 300px; }
  .fh-about-gallery figure:nth-child(2) { transform: translateY(24px); }
  .fh-about-gallery figure:nth-child(3) { grid-column: 1 / -1; min-height: 330px; }
  .fh-about-story__layout { grid-template-columns: 1fr; gap: 28px; }
  .fh-about-story__copy { padding-top: 24px; }
  .fh-about-values__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .fh-about-values__grid article:nth-child(3) { border-left: 0; }
  .fh-about-moments__grid { grid-template-columns: 1fr; }
  .fh-about-moments__grid article { min-height: 390px; }
}

@media (max-width: 599px) {
  .fh-menu-teaser__inner { gap: 28px; padding-block: 42px; }
  .fh-menu-teaser__prices > span { padding: 14px 8px; }
  .fh-menu-teaser__prices strong { font-size: 1.9rem; }
  .fh-menu-teaser__summary .fh-button { width: 100%; }
  .fh-about-hero { min-height: 620px; }
  .fh-about-hero::after { background: linear-gradient(0deg, rgba(10,7,5,.96) 0%, rgba(10,7,5,.62) 68%, rgba(10,7,5,.38)); }
  .fh-about-hero__inner { padding-block: 106px 52px; }
  .fh-about-hero h1 { font-size: clamp(3rem,14vw,4.2rem); }
  .fh-about-hero p:not(.fh-eyebrow) { font-size: .93rem; }
  .fh-about-gallery { padding-block: 20px 46px; }
  .fh-about-gallery__grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .fh-about-gallery figure { min-height: 210px; }
  .fh-about-gallery figure:nth-child(2) { transform: translateY(18px); }
  .fh-about-gallery figure:nth-child(3) { min-height: 250px; }
  .fh-about-story { padding-top: 74px; }
  .fh-about-story h2 { font-size: clamp(2.7rem,13vw,3.8rem); }
  .fh-about-values__grid { grid-template-columns: 1fr; }
  .fh-about-values__grid article { min-height: 0; padding: 24px 4px; border-left: 0 !important; }
  .fh-about-values__grid span { margin-bottom: 24px; }
  .fh-about-moments__grid article { min-height: 350px; }
  .fh-menu-page__hero { padding-block: 104px 66px; }
  .fh-menu-page__hero h1 { font-size: clamp(3.2rem,14vw,4.5rem); }
  .fh-menu-overview { padding: 38px 20px; }
  .fh-menu-overview > h2 { font-size: 2.85rem; }
  .fh-menu-overview__pricing p { font-size: 1.12rem; }
  .fh-menu-overview__section h3 { font-size: 2rem; }
  .fh-chef-card__book { width: 100%; font-size: .62rem !important; }
}

@media (max-width: 359px), (max-height: 680px) and (max-width: 1023px) {
  .fh-offer-modal__panel { height: min(360px, calc(100dvh - 16px)); }
  .fh-offer-modal__content { padding: 43px 16px 12px; }
  .fh-offer-modal__intro { display: none; }
}

/* Restore the original solid mobile drawer and keep the first item clear, v1.8.1. */
.site-header .ast-primary-header-bar,
.site-header.fh-header--scrolled .ast-primary-header-bar {
  background: #050505 !important;
  backdrop-filter: none;
}

.site-header,
.site-header .ast-primary-header-bar { border-bottom: 0 !important; }

@media (max-width: 1023px) {
  body.fh-mobile-menu-open { overflow: hidden !important; }

  body.fh-mobile-menu-open #masthead,
  .fh-mobile-menu-open #masthead {
    position: sticky !important;
    top: 0 !important;
    width: 100% !important;
    transform: none !important;
    background: #050505 !important;
    backdrop-filter: none;
  }

  .fh-mobile-menu-open .ast-primary-header-bar {
    background: transparent !important;
    pointer-events: none !important;
  }

  .fh-mobile-menu-open .ast-primary-header-bar .site-branding,
  .fh-mobile-menu-open .ast-primary-header-bar .fh-mobile-header-book { opacity: 0 !important; }

  .fh-mobile-menu-open .ast-mobile-header-wrap .menu-toggle {
    position: fixed !important;
    top: max(16px, env(safe-area-inset-top)) !important;
    right: 16px !important;
    z-index: 1005;
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
    pointer-events: auto !important;
  }

  .fh-menu-scrim {
    display: block !important;
    background: rgba(2,10,12,.72) !important;
  }

  .fh-menu-scrim:hover,
  .fh-menu-scrim:focus { background: rgba(2,10,12,.72) !important; }

  .fh-mobile-menu-open .fh-menu-scrim {
    opacity: 1;
    visibility: visible;
    pointer-events: auto !important;
  }

  .ast-mobile-header-content {
    position: fixed !important;
    inset: 0 0 0 auto !important;
    z-index: 1002;
    width: min(82vw, 320px) !important;
    height: 100dvh !important;
    max-height: none;
    display: block !important;
    padding: calc(max(16px, env(safe-area-inset-top)) + 60px) 0 calc(20px + env(safe-area-inset-bottom)) !important;
    overflow-y: auto;
    border: 0 !important;
    border-radius: 0;
    background: #090d10 !important;
    box-shadow: -24px 0 60px rgba(0,0,0,.28);
    backdrop-filter: none;
    opacity: 0;
    visibility: hidden;
    transform: translateX(102%);
    transform-origin: center right;
    transition: transform .38s cubic-bezier(.22,.8,.2,1), opacity .28s ease, visibility .38s ease;
  }

  .fh-mobile-menu-open .ast-mobile-header-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .ast-mobile-header-content .main-header-menu {
    display: block !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .ast-mobile-header-content .main-header-menu .menu-item {
    min-width: 0;
    opacity: 0;
    transform: translateX(18px);
  }

  .fh-mobile-menu-open .ast-mobile-header-content .main-header-menu .menu-item {
    opacity: 1;
    transform: translateX(0);
  }

  .ast-mobile-header-content .main-header-menu .menu-link {
    min-height: 54px !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    padding: 0 22px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 0;
    background: transparent !important;
    color: rgba(255,255,255,.9) !important;
    text-align: left;
  }

  .ast-mobile-header-content .main-header-menu .menu-link:hover,
  .ast-mobile-header-content .main-header-menu .menu-link:focus-visible {
    border-bottom-color: rgba(240,90,20,.7) !important;
    background: rgba(240,90,20,.1) !important;
  }
}

/* One production shell for every route, cache-safe gallery and city media, v2.0. */
.fh-unified-site .site-header,
.fh-unified-site .site-header .ast-primary-header-bar,
.fh-unified-site .site-header .site-primary-header-wrap,
.fh-unified-site .site-header .ast-builder-grid-row {
  border: 0 !important;
  box-shadow: none !important;
}

.fh-unified-site .site-header .ast-primary-header-bar,
.fh-unified-site .site-header.fh-header--scrolled .ast-primary-header-bar {
  background: #050505 !important;
  backdrop-filter: none !important;
}

.fh-unified-site.fh-landing-page #primary {
  margin-block: 0 !important;
  padding-block: 0 !important;
}

.fh-gallery-card figcaption { display: none !important; }

.fh-unified-site .fh-home .fh-reviews { padding-block: 48px 24px !important; }
.fh-reviews__embed--iframe { height: 360px; }
.fh-reviews__embed--iframe iframe { height: 360px; }

.fh-location-hero { overflow: hidden; background-color: #07120f; }
.fh-location-hero__video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  pointer-events: none;
}
.fh-location-hero__veil {
  background: linear-gradient(90deg, rgba(3,18,15,var(--fh-location-overlay, .9)), rgba(3,18,15,.58) 72%, rgba(3,18,15,.34));
}
.fh-location-hero > .fh-shell { position: relative; z-index: 1; width: 100%; }

@media (max-width: 1023px) {
  .fh-unified-site .fh-home .fh-reviews { padding-block: 34px 16px !important; }
  .fh-reviews__embed--iframe,
  .fh-reviews__embed--iframe iframe { height: 350px; }
  .fh-unified-site .ast-mobile-header-content {
    grid-template-columns: 1fr !important;
    background: #090d10 !important;
  }
  .fh-unified-site .ast-mobile-header-content .main-header-menu {
    display: block !important;
  }
  .fh-unified-site .ast-mobile-header-content .main-header-menu .menu-item {
    width: 100% !important;
  }
}

/* Stable mobile header and drawer state, v2.1. */
.fh-unified-site .site-header.fh-header--hidden {
  transform: none !important;
}

/* Keep the viewport-fixed drawer reachable when opened mid-page, v2.1.1. */
@media (max-width: 1023px) {
  html:has(body.fh-mobile-menu-open),
  body.fh-mobile-menu-open {
    overflow: visible !important;
    overscroll-behavior: none !important;
  }

  body.fh-mobile-menu-open {
    position: static !important;
    inset: auto !important;
    width: auto !important;
  }

  .fh-unified-site.fh-mobile-menu-open #masthead {
    position: sticky !important;
    top: 0 !important;
    transform: none !important;
    will-change: auto !important;
  }

  .fh-unified-site.fh-mobile-menu-open .ast-mobile-header-content,
  .fh-unified-site.fh-mobile-menu-open .ast-mobile-header-wrap .menu-toggle,
  .fh-unified-site.fh-mobile-menu-open .fh-menu-scrim {
    position: fixed !important;
  }
}

.fh-unified-site.fh-landing-page #content,
.fh-unified-site.fh-landing-page .site-content,
.fh-unified-site.fh-landing-page #content > .ast-container,
.fh-unified-site.fh-landing-page #primary,
.fh-unified-site.fh-landing-page #primary > main,
.fh-unified-site.fh-landing-page #primary > main > article,
.fh-unified-site.fh-landing-page .entry-content {
  margin-block: 0 !important;
  padding-block: 0 !important;
}

.fh-chef-card--no-image {
  grid-template-columns: 1fr !important;
}

@media (max-width: 1023px) {
  body.fh-mobile-menu-open {
    overflow: visible !important;
    overscroll-behavior: none;
  }

  .fh-unified-site .ast-mobile-header-content {
    padding-top: max(88px, calc(env(safe-area-inset-top) + 76px)) !important;
    scroll-padding-top: max(88px, calc(env(safe-area-inset-top) + 76px));
    overscroll-behavior: contain;
    scroll-behavior: auto !important;
    transition: transform .18s ease-out, opacity .12s linear, visibility .18s linear !important;
  }

  .fh-unified-site .ast-mobile-header-content .main-header-menu .menu-item,
  .fh-unified-site.fh-mobile-menu-open .ast-mobile-header-content .main-header-menu .menu-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    transition-delay: 0s !important;
  }
}
