:root {
  --fm-burgundy: #803f35;
  --fm-burgundy-dark: #5d332d;
  --fm-cream: #f1eadf;
  --fm-cream-light: #fcfaf6;
  --fm-white: #fff;
  --fm-text: #302d29;
  --fm-muted: #716c63;
  --fm-border: #e4dbce;
  --fm-green: #48634d;
  --fm-radius: 20px;
  --fm-shadow: 0 16px 42px rgba(55, 47, 35, .09);
  --fm-container: 1320px;
  --fm-sage: #e9eee6;
  --fm-terracotta: #bc6b55;
  --fm-oak: #c6a27a;
}

body { background: var(--fm-cream-light); }
.fm-header { background: rgba(252, 250, 246, .96); border-color: var(--fm-border); }
.fm-header__inner { min-height: 82px; }
.fm-brand__mark { width: 46px; height: 46px; border-color: var(--fm-burgundy); background: #fffaf3; }
.fm-brand__name, .fm-footer__brand { color: var(--fm-burgundy-dark); }
.fm-nav { color: #554f47; }
.fm-phone { color: var(--fm-burgundy-dark); }

.fm-hero { overflow: hidden; background: #f2ebdf; border-bottom: 1px solid #e5d9c9; }
.fm-hero__inner { min-height: 540px; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(36px, 6vw, 90px); padding-block: 58px; }
.fm-hero__copy { padding-block: 12px; }
.fm-hero h1 { max-width: 620px; color: var(--fm-burgundy-dark); font-size: clamp(50px, 6vw, 78px); line-height: .98; letter-spacing: -.045em; }
.fm-hero h1 em, .fm-intro h2 em, .fm-section-heading h2 em { color: var(--fm-green); }
.fm-eyebrow { color: var(--fm-green); }
.fm-hero__lead { max-width: 490px; margin-top: 24px; color: #625e55; font-size: 17px; }
.fm-hero__meta { margin: 18px 0 0; color: #756d61; font-size: 12px; letter-spacing: .04em; }
.fm-hero__photo { position: relative; min-height: 390px; overflow: hidden; border: 8px solid rgba(255,255,255,.8); border-radius: 34px 34px 120px 34px; background: #c6a27a; box-shadow: 0 24px 60px rgba(62, 48, 29, .16); }
.fm-hero__photo img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.fm-photo-caption { position: absolute; right: 20px; bottom: 20px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(252,250,246,.92); color: var(--fm-burgundy-dark); font-size: 12px; font-weight: 700; }
.fm-button--primary { background: var(--fm-green); box-shadow: 0 8px 20px rgba(72,99,77,.17); }
.fm-button--primary:hover { background: #354e3a; }
.fm-button--ghost { border-color: #a88460; color: var(--fm-burgundy-dark); }

.fm-intro { align-items: center; padding-block: 76px 52px; }
.fm-intro h2, .fm-section-heading h2 { color: var(--fm-burgundy-dark); }
.fm-intro > p { color: var(--fm-muted); }
.fm-restaurant { padding-block: 16px 82px; }
.fm-restaurant__heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.fm-restaurant__heading h2 { margin: 0; color: var(--fm-burgundy-dark); font: 600 clamp(38px, 4vw, 54px)/1 Cormorant Garamond, serif; letter-spacing: -.025em; }
.fm-text-link { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; color: var(--fm-green); font-size: 13px; font-weight: 700; }
.fm-restaurant__gallery { display: grid; grid-template-columns: 1.08fr .92fr 1.16fr; gap: 18px; align-items: stretch; }
.fm-restaurant__gallery figure { position: relative; min-width: 0; height: 320px; margin: 0; overflow: hidden; border-radius: 22px; background: var(--fm-sage); box-shadow: 0 6px 24px rgba(43,53,40,.07); }
.fm-restaurant__gallery .fm-restaurant__main { height: 360px; }
.fm-restaurant__gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.fm-restaurant__gallery figure:hover img { transform: scale(1.035); }
.fm-restaurant__gallery figcaption { position: absolute; inset: auto 12px 12px; width: fit-content; max-width: calc(100% - 24px); padding: 8px 12px; border-radius: 999px; background: rgba(252,250,246,.94); color: var(--fm-text); font-size: 12px; font-weight: 700; }

.fm-menu-section { padding-bottom: 88px; }
.fm-section-heading { margin-bottom: 8px; }
.fm-search { border-color: #b4c1b0; color: var(--fm-green); }
.fm-search input { min-height: 36px; }
.fm-search input::placeholder { color: #827e75; opacity: 1; }
.fm-category-bar { top: 82px; background: rgba(252,250,246,.97); }
.fm-category-bar a { border-color: #d8ded4; background: #f6f7f1; color: #4c5f4d; }
.fm-category-bar a:hover, .fm-category-bar a.is-active { border-color: var(--fm-green); background: var(--fm-green); }
.fm-menu-note { max-width: 760px; margin: 18px 0 10px; color: #746e63; font-size: 12px; }
.fm-category__heading { border-color: var(--fm-border); }
.fm-category__heading h3 { color: var(--fm-burgundy-dark); }
.fm-product-card { border-color: #e8e0d5; border-radius: 18px; box-shadow: 0 4px 18px rgba(57,47,35,.04); }
.fm-product-card:hover { box-shadow: var(--fm-shadow); }
.fm-product-card__image { background: #eee8dc; }
.fm-product-card h4 { color: #3c3933; }
.fm-product-card__weight, .fm-product-card p { color: #777168; }
.fm-add { background: var(--fm-green); }
.fm-add:hover { background: #354e3a; }
.fm-cart-panel { border-color: #e1d8cc; }
.fm-cart-panel h2 { color: var(--fm-burgundy-dark); }
.fm-cart-item__actions { color: var(--fm-green); }
.fm-cart-item__actions button { background: #e9eee6; color: #3d5d42; }
.fm-cart-total strong { color: var(--fm-burgundy-dark); }
.fm-cart-panel:after { background: var(--fm-green); }
.fm-info-strip { background: var(--fm-sage); color: var(--fm-text); }
.fm-info-grid span { color: var(--fm-terracotta); }
.fm-info-grid h3 { color: var(--fm-burgundy-dark); }
.fm-info-grid p { color: #666b60; }
.fm-footer { background: #f1eadf; color: #5b564d; border-top: 1px solid #e1d6c6; }
.fm-footer__brand, .fm-footer strong { color: var(--fm-burgundy-dark); }
.fm-footer__bottom { border-color: #ddd1c0; }
.fm-footer__bottom span { color: #716a5f; }
.fm-banquet-form { border-color: #d9e0d5; background: var(--fm-sage); }
.fm-banquet-form input, .fm-banquet-form textarea { border-color: #d8d4cb; }
.fm-button:focus-visible, .fm-add:focus-visible, .fm-nav a:focus-visible, .fm-category-bar a:focus-visible, .fm-text-link:focus-visible { outline: 3px solid #a75f4a; outline-offset: 3px; }

@media (max-width: 1000px) {
  .fm-hero__inner { min-height: 460px; grid-template-columns: 1fr 1fr; gap: 30px; }
  .fm-hero__photo, .fm-hero__photo img { min-height: 330px; }
  .fm-restaurant__gallery { grid-template-columns: 1fr 1fr; }
  .fm-restaurant__gallery figure, .fm-restaurant__gallery .fm-restaurant__main { height: 300px; }
  .fm-restaurant__gallery figure:last-child { grid-column: 1/-1; height: 280px; }
}

@media (max-width: 900px) {
  .fm-mobile-nav { background: var(--fm-cream-light); }
  .fm-cart-panel:after { background: var(--fm-green); }
}

@media (max-width: 640px) {
  .fm-header__inner { min-height: 70px; }
  .fm-hero__inner { grid-template-columns: 1fr; gap: 25px; padding-block: 38px 34px; }
  .fm-hero h1 { font-size: clamp(47px, 12vw, 61px); }
  .fm-hero__lead { margin-block: 16px 20px; font-size: 15px; }
  .fm-hero__photo, .fm-hero__photo img { min-height: 245px; }
  .fm-hero__photo { border-width: 5px; border-radius: 24px 24px 78px 24px; }
  .fm-intro { gap: 12px; padding-block: 48px 34px; }
  .fm-intro h2, .fm-section-heading h2 { font-size: 43px; }
  .fm-intro > p { margin: 0; font-size: 15px; }
  .fm-restaurant { padding-bottom: 52px; }
  .fm-restaurant__heading { align-items: center; }
  .fm-restaurant__heading h2 { font-size: 40px; }
  .fm-restaurant__gallery { gap: 10px; grid-template-columns: 1fr 1fr; }
  .fm-restaurant__gallery figure, .fm-restaurant__gallery .fm-restaurant__main { height: 220px; border-radius: 16px; }
  .fm-restaurant__gallery figure:last-child { grid-column: 1/-1; height: 220px; }
  .fm-restaurant__gallery figcaption { inset: auto 8px 8px; max-width: calc(100% - 16px); padding: 7px 9px; font-size: 10px; }
  .fm-menu-section { padding-bottom: 65px; }
  .fm-menu-note { font-size: 11px; }
  .fm-category-bar { top: 70px; }
  .fm-footer { padding-top: 34px; }
}

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

/* Homepage catalog refinement: preserve the restaurant palette and WooCommerce markup. */
.home {
  --fm-header-height: 82px;
  --fm-category-nav-height: 58px;
}
.home .fm-container { width: min(calc(100% - 48px), 1500px); }
.home .fm-header__actions { display: flex; align-items: center; gap: 14px; }
.home .fm-hero__inner { min-height: 500px; }
.home .fm-intro { grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: clamp(32px, 5vw, 72px); padding-block: 64px 52px; }
.home .fm-intro > p { max-width: 560px; margin: 0 0 5px; }
.home .fm-restaurant { padding-bottom: 64px; }
.home .fm-menu-section { padding-bottom: 72px; }
.home .fm-section-heading h2 { font-size: clamp(42px, 4vw, 56px); }
.home .fm-category-bar {
  top: var(--fm-header-height);
  min-height: var(--fm-category-nav-height);
  margin-inline: -2px;
  padding-block: 10px;
  border-bottom: 1px solid rgba(220, 211, 198, .85);
  background: #fcfaf6;
  box-shadow: 0 8px 16px rgba(52, 45, 35, .045);
  overscroll-behavior-inline: contain;
}
.home .fm-category-bar a { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; }
.home .fm-category__heading { margin-bottom: 20px; padding-bottom: 12px; }
.home .fm-category { scroll-margin-top: calc(var(--fm-header-height) + var(--fm-category-nav-height) + 18px); margin-bottom: 52px; }
.home .fm-category__heading h3 { font-size: 42px; }
.home .fm-catalog-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; }
.home .fm-products { grid-template-columns: repeat(auto-fill, minmax(205px, 1fr)); gap: 20px; align-items: stretch; }
.home .fm-product-card { display: flex; flex-direction: column; height: 100%; border-radius: 16px; }
.home .fm-product-card__image { width: 100%; aspect-ratio: 4 / 3; flex: none; }
.home .fm-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 16px; }
.home .fm-product-card h4 { min-height: 4.05em; margin-bottom: 8px; color: var(--fm-text); font: 700 16px/1.35 Manrope, system-ui, sans-serif; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.home .fm-product-card p { min-height: 0; margin-bottom: 12px; font-size: 13px; line-height: 1.45; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.home .fm-product-card__bottom { align-items: center; margin-top: auto; }
.home .fm-product-card__bottom strong { margin-top: 4px; font-size: 16px; font-weight: 700; }
.home .fm-product-card__weight { font-size: 12px; }
.home .fm-add { width: 44px; height: 44px; flex: 0 0 44px; font-size: 27px; touch-action: manipulation; }
.home .fm-add.is-loading { opacity: .65; cursor: wait; }
.home .fm-add--choose { width: auto; min-width: 90px; padding-inline: 14px; border-radius: 999px; font: 700 12px/1 Manrope, system-ui, sans-serif; }
.home .fm-cart-panel { position: sticky; top: calc(var(--fm-header-height) + var(--fm-category-nav-height) + 18px); align-self: start; max-height: calc(100dvh - var(--fm-header-height) - var(--fm-category-nav-height) - 36px); overflow: hidden; }
.home .fm-cart-panel__inner { max-height: inherit; overflow: auto; overscroll-behavior: contain; }
.home .fm-cart-panel h2 { font-size: 32px; }
.home .fm-cart-item { align-items: center; gap: 12px; }
.home .fm-cart-item strong { font: 700 14px/1.4 Manrope, system-ui, sans-serif; }
.home .fm-cart-item__actions { gap: 5px; }
.home .fm-cart-item__actions button { width: 36px; height: 36px; font-size: 17px; }
.home .fm-cart-item__actions button:last-child { width: 32px; height: 36px; }
.home .fm-cart-checkout { min-height: 48px; }
.home .fm-cart-mobile-toggle { display: none; }
.home .fm-footer { padding-block: 54px 24px; }
.home .fm-footer strong { font-size: 14px; }
.home .fm-footer p { font-size: 15px; line-height: 1.6; }
.home .fm-footer__bottom { margin-top: 32px; padding-top: 20px; font-size: 12px; }
.home .fm-button:focus-visible,
.home .fm-add:focus-visible,
.home .fm-cart-panel button:focus-visible,
.home .fm-category-bar a:focus-visible { outline: 3px solid #a75f4a; outline-offset: 3px; }

@media (min-width: 1440px) {
  .home .fm-catalog-layout { grid-template-columns: minmax(0, 1fr) 336px; gap: 32px; }
  .home .fm-products { grid-template-columns: repeat(auto-fill, minmax(205px, 1fr)); gap: 22px; }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .home .fm-catalog-layout { grid-template-columns: minmax(0, 1fr) 264px; gap: 24px; }
  .home .fm-products { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .home .fm-container { width: min(calc(100% - 40px), 1500px); }
  .home .fm-catalog-layout { grid-template-columns: minmax(0, 1fr) 250px; gap: 20px; }
  .home .fm-products { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .home .fm-product-card__body { padding: 13px; }
  .home .fm-product-card h4 { font-size: 16px; line-height: 1.3; }
  .home .fm-product-card__weight { font-size: 13px; }
  .home .fm-product-card__bottom strong { font-size: 16px; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home .fm-products { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .home .fm-product-card { border-radius: 12px; }
  .home .fm-product-card__body { padding: 12px; }
  .home .fm-product-card h4 { min-height: 2.6em; font-size: 16px; line-height: 1.3; -webkit-line-clamp: 2; }
  .home .fm-product-card__weight { font-size: 13px; }
  .home .fm-product-card__bottom strong { font-size: 16px; }
  .home .fm-add { width: 40px; height: 40px; flex-basis: 40px; font-size: 22px; }
}
@media (max-width: 1024px) {
  .home { --fm-header-height: 82px; --fm-category-nav-height: 58px; }
  .home .fm-catalog-layout { display: block; }
  .home .fm-cart-panel {
    position: fixed;
    inset: auto 0 0;
    z-index: 100;
    max-height: min(82dvh, 720px);
    border-radius: 20px 20px 0 0;
    transform: translateY(calc(100% - 73px - env(safe-area-inset-bottom, 0px)));
    transition: transform .24s ease;
  }
  .home .fm-cart-panel.is-open { transform: translateY(0); }
  .home .fm-cart-panel.is-empty { display: none; }
  .home .fm-cart-panel__inner { max-height: min(82dvh, 720px); padding: 18px 18px calc(24px + env(safe-area-inset-bottom, 0px)); overflow: auto; }
  .home .fm-cart-panel::after { display: none; }
  .home .fm-cart-panel.is-open .fm-cart-mobile-toggle { display: none; }
  .home .fm-cart-mobile-toggle {
    position: absolute;
    inset: auto 0 0;
    min-height: calc(72px + env(safe-area-inset-bottom, 0px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 24px calc(12px + env(safe-area-inset-bottom, 0px));
    background: var(--fm-green);
    color: #fff;
    font: 700 15px/1.3 Manrope, system-ui, sans-serif;
    text-align: left;
    cursor: pointer;
  }
  .home .fm-cart-panel:not(.is-open) .fm-cart-mobile-toggle { top: 0; bottom: auto; }
  .home .fm-cart-mobile-toggle svg { flex: 0 0 auto; }
  .home .fm-cart-mobile-toggle span { flex: 1; }
  .home .fm-cart-mobile-toggle strong { white-space: nowrap; font-size: 15px; }
  .home .fm-cart-close { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--fm-sage); color: var(--fm-green); font-size: 24px; }
  .home .fm-cart-item__actions button,
  .home .fm-cart-item__actions button:last-child { width: 40px; min-width: 40px; height: 40px; }
  .home .fm-category-bar a { min-height: 44px; }
  .home .fm-category-bar { margin-inline: -2px; padding-inline: 2px; }
}
@media (max-width: 900px) {
  .home .fm-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
}
@media (max-width: 900px) {
  .home .fm-header__inner { min-height: 82px; }
}
@media (min-width: 641px) and (max-width: 900px) {
  .home .fm-container { width: min(calc(100% - 40px), 1500px); }
  .home .fm-intro { padding-block: 52px 40px; }
  .home .fm-restaurant__gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home .fm-restaurant__gallery figure,
  .home .fm-restaurant__gallery .fm-restaurant__main { height: 300px; }
  .home .fm-restaurant__gallery figure:last-child { grid-column: 1 / -1; height: 280px; }
  .home .fm-products { gap: 14px; }
}
@media (max-width: 640px) {
  .home { --fm-header-height: 70px; --fm-category-nav-height: 54px; }
  .home .fm-container { width: min(calc(100% - 30px), 1500px); }
  .home .fm-header__inner { min-height: 70px; }
  .home .fm-menu-toggle { min-height: 44px; }
  .home .fm-intro { grid-template-columns: 1fr; gap: 16px; padding-block: 44px 34px; }
  .home .fm-intro > p { max-width: 100%; font-size: 15px; }
  .home .fm-restaurant { padding-bottom: 44px; }
  .home .fm-restaurant__gallery figure,
  .home .fm-restaurant__gallery .fm-restaurant__main { height: 240px; }
  .home .fm-restaurant__gallery figure:last-child { height: 230px; }
  .home .fm-restaurant__gallery figcaption { font-size: 12px; }
  .home .fm-menu-section { padding-bottom: 46px; }
  .home .fm-section-heading { align-items: start; }
  .home .fm-section-heading h2 { font-size: 42px; }
  .home .fm-category-bar { top: var(--fm-header-height); min-height: var(--fm-category-nav-height); gap: 8px; margin-inline: -15px; padding: 8px 15px; }
  .home .fm-category-bar a { min-height: 40px; padding-inline: 14px; }
  .home .fm-category { margin-bottom: 36px; scroll-margin-top: calc(var(--fm-header-height) + var(--fm-category-nav-height) + 14px); }
  .home .fm-category__heading { margin-bottom: 14px; padding-bottom: 9px; }
  .home .fm-category__heading h3 { font-size: 34px; }
  .home .fm-category__heading span { font-size: 11px; }
  .home .fm-products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
  .home .fm-product-card { border-radius: 12px; }
  .home .fm-product-card__body { padding: 10px; }
  .home .fm-product-card h4 { min-height: 2.6em; margin-bottom: 7px; font: 600 14px/1.3 Manrope, system-ui, sans-serif; -webkit-line-clamp: 2; }
  .home .fm-product-card p { display: none; }
  .home .fm-product-card__bottom { gap: 5px; align-items: center; }
  .home .fm-product-card__bottom strong { font-size: 14px; font-weight: 700; white-space: nowrap; }
  .home .fm-product-card__weight { color: #71695f; font-size: 11px; }
  .home .fm-add { width: 40px; height: 40px; flex-basis: 40px; font-size: 22px; }
  .home .fm-add--choose { min-width: 74px; padding-inline: 10px; font-size: 11px; }
  .home .fm-cart-mobile-toggle { padding-inline: 18px; }
  .home .fm-footer { padding-block: 38px 20px; }
  .home .fm-footer__grid { gap: 18px; }
  .home .fm-footer__grid > div:first-child { grid-column: auto; }
  .home .fm-footer__bottom { display: flex; flex-direction: column; gap: 7px; margin-top: 24px; }
  .home .fm-info-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
}
@media (max-width: 767px) {
  .home .fm-container { width: min(calc(100% - 24px), 1500px); }
  .home .fm-products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
  .home .fm-product-card { border-radius: 12px; }
  .home .fm-product-card__body { padding: 10px; }
  .home .fm-product-card h4 { min-height: 2.6em; margin-bottom: 7px; font: 600 14px/1.3 Manrope, system-ui, sans-serif; -webkit-line-clamp: 2; }
  .home .fm-product-card__bottom { gap: 5px; align-items: center; }
  .home .fm-product-card__bottom strong { font-size: 14px; font-weight: 700; white-space: nowrap; }
  .home .fm-product-card__weight { color: #71695f; font-size: 11px; }
  .home .fm-add { width: 40px; height: 40px; flex-basis: 40px; font-size: 22px; }
  .home .fm-add--choose { min-width: 76px; height: 40px; padding-inline: 10px; }
  .home .fm-category-bar { margin-inline: -12px; }
}

/* Homepage hero reconstructed from the approved Francesca Mama composition. */
@media (min-width: 1200px) {
  .home .fm-header__inner { width: min(84%, 1700px); }
}
.home .fm-concept {
  position: relative;
  isolation: isolate;
  height: clamp(700px, calc(100svh - var(--fm-header-height)), 900px);
  overflow: hidden;
  background: #f4eadc;
}
.home .fm-concept__visual { position: absolute; inset: 0; z-index: 0; margin: 0; overflow: hidden; }
.home .fm-concept__visual img {
  position: absolute;
  top: calc(50% + 10px);
  right: 0;
  width: 101vw;
  height: auto;
  max-width: none;
  transform: translateY(-50%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 16%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 16%, #000 100%);
}
.home .fm-concept__inner { position: relative; z-index: 1; display: flex; align-items: center; width: min(88%, 1700px); height: 100%; margin-inline: auto; }
.home .fm-concept__copy { position: relative; z-index: 1; width: min(36vw, 565px); margin-top: 190px; }
.home .fm-concept__eyebrow { display: flex; align-items: center; gap: 15px; margin: 0 0 14px; color: var(--fm-green); font: 700 12px/1.4 Manrope, system-ui, sans-serif; letter-spacing: .22em; text-transform: uppercase; white-space: nowrap; }
.home .fm-concept__eyebrow::after { content: ""; flex: 0 0 82px; height: 1px; background: #bb795f; }
.home .fm-concept__copy h1 { margin: 0; font: 600 clamp(62px, 5.25vw, 84px)/.88 "Cormorant Garamond", Georgia, serif; letter-spacing: -.035em; }
.home .fm-concept__copy h1 span { display: block; color: #9c4936; white-space: nowrap; }
.home .fm-concept__copy h1 em { display: block; margin-top: 4px; color: var(--fm-green); font-weight: 500; }
.home .fm-concept__subtitle { margin: 27px 0 30px; color: #56483c; font: 500 clamp(23px, 1.65vw, 29px)/1.17 "Cormorant Garamond", Georgia, serif; }
.home .fm-concept__cta { display: inline-flex; width: 255px; height: 58px; align-items: center; justify-content: space-between; padding: 2px 3px 2px 36px; border-radius: 999px; background: #365a43; color: #fff; font: 700 15px/1 Manrope, system-ui, sans-serif; transition: background-color .24s ease; }
.home .fm-concept__cta span { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 24px; font-weight: 400; transition: transform .24s ease; }
.home .fm-concept__cta:hover { background: #294a36; }
.home .fm-concept__cta:hover span { transform: translateX(3px); }
.home .fm-concept__cta:focus-visible { outline: 3px solid #a75f4a; outline-offset: 4px; }
.home #menu { scroll-margin-top: calc(var(--fm-header-height) + 18px); }

@media (min-width: 901px) and (max-width: 1199px) {
  .home .fm-concept__inner { width: 90%; }
  .home .fm-concept__copy { width: 39vw; }
  .home .fm-concept__copy h1 { font-size: clamp(48px, 4.45vw, 60px); }
  .home .fm-concept__visual img { width: 98vw; right: -5vw; }
}
@media (min-width: 901px) and (max-width: 1024px) {
  .home .fm-header__inner { gap: 20px; }
  .home .fm-nav { gap: 12px; }
}
@media (min-width: 901px) and (max-width: 1599px) and (min-height: 1000px) {
  .home .fm-concept__copy { top: -44px; }
}
@media (min-width: 1600px) and (min-height: 1000px) {
  .home .fm-concept__copy { top: -26px; }
}
@media (max-width: 900px) {
  .home .fm-concept { display: flex; height: auto; flex-direction: column; }
  .home .fm-concept__inner { width: min(calc(100% - 40px), 720px); height: auto; padding-block: 44px 10px; }
  .home .fm-concept__copy { width: min(100%, 620px); margin: 0; }
  .home .fm-concept__copy h1 { font-size: clamp(54px, 7vw, 70px); }
  .home .fm-concept__visual { position: relative; z-index: 0; order: 1; height: clamp(400px, 60vw, 560px); }
  .home .fm-concept__visual::before { content: ""; position: absolute; inset: 0 0 auto; z-index: 1; height: 44px; background: linear-gradient(to bottom, #f4eadc, transparent); pointer-events: none; }
  .home .fm-concept__visual img { top: calc(50% + 20px); right: -10vw; width: 135vw; -webkit-mask-image: linear-gradient(to bottom, transparent, #000 7%, #000 100%); mask-image: linear-gradient(to bottom, transparent, #000 7%, #000 100%); }
  .home .fm-concept__eyebrow { margin-bottom: 22px; }
}
@media (max-width: 640px) {
  .home .fm-concept { display: block; min-height: 660px; height: auto; }
  .home .fm-header__inner { min-height: 72px; }
  .home .fm-menu-toggle { min-height: 46px; padding: 0 18px; font-size: 14px; }
  .home .fm-concept__inner { position: absolute; inset: 0; width: min(calc(100% - 40px), 520px); height: auto; align-items: center; padding-block: 0; }
  .home .fm-concept__eyebrow { gap: 10px; margin-bottom: 10px; font-size: 10px; letter-spacing: .16em; }
  .home .fm-concept__eyebrow::after { flex-basis: 40px; }
  .home .fm-concept__copy h1 { font-size: clamp(42px, 11vw, 56px); line-height: .98; }
  .home .fm-concept__copy h1 span { white-space: nowrap; }
  .home .fm-concept__copy h1 em { margin-top: 2px; }
  .home .fm-concept__subtitle { max-width: 360px; margin: 12px 0 14px; font-size: 18px; line-height: 1.28; }
  .home .fm-concept__desktop-break { display: none; }
  .home .fm-concept__cta { width: 220px; height: 50px; padding-left: 23px; font-size: 14px; }
  .home .fm-concept__cta span { width: 44px; height: 44px; }
  .home .fm-concept__visual { position: absolute; inset: 0; z-index: 0; width: 100%; height: auto; }
  .home .fm-concept__visual::before { inset: 0; height: 100%; background: radial-gradient(ellipse 95% 72% at 22% 48%, rgba(244,234,220,.82) 0%, rgba(244,234,220,.52) 58%, transparent 100%), linear-gradient(to bottom, rgba(244,234,220,.72) 0%, rgba(244,234,220,.56) 42%, rgba(244,234,220,.12) 70%, transparent 86%); }
  .home .fm-concept__visual img { inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 68% 56%; transform: none; -webkit-mask-image: none; mask-image: none; }
  .home .fm-intro { padding-top: 52px; }
}
@media (prefers-reduced-motion: no-preference) {
  .home .fm-concept--pending .fm-concept__copy { opacity: 0; transform: translateY(15px); transition: opacity .7s ease, transform .7s ease; }
  .home .fm-concept--pending .fm-concept__visual img { opacity: 0; transform: translateY(-50%) scale(.97); transition: opacity .75s ease, transform .75s ease; }
  .home .fm-concept--visible .fm-concept__copy { opacity: 1; transform: none; }
  .home .fm-concept--visible .fm-concept__visual img { opacity: 1; transform: translateY(-50%) scale(1); }
}
@media (max-width: 640px) and (prefers-reduced-motion: no-preference) {
  .home .fm-concept--pending .fm-concept__visual img { transform: scale(.97); }
  .home .fm-concept--visible .fm-concept__visual img { transform: none; }
}
