@charset "UTF-8";
/* CSS Document */

/* =========================================================
   From Barrel to Table Homepage Rewrite
   Homepage-only styles. Existing global styles remain intact.
   ========================================================= */

.fbtt-hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: 86px 0 76px;
  color: #fff;
  background: #1e120b;
}

.fbtt-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 11, 6, 0.92) 0%, rgba(30, 18, 11, 0.78) 42%, rgba(30, 18, 11, 0.32) 72%, rgba(30, 18, 11, 0.52) 100%),
    radial-gradient(circle at 76% 18%, rgba(196, 106, 26, 0.42), transparent 28%),
    var(--fbtt-hero-image) center right / cover no-repeat;
  transform: scale(1.03);
}

.fbtt-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(30, 18, 11, 0.05), rgba(30, 18, 11, 0.88));
}

.fbtt-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.7fr);
  gap: 52px;
  align-items: center;
}

.fbtt-hero-copy {
  max-width: 780px;
}

.fbtt-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.fbtt-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.90);
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.fbtt-hero h1 {
  max-width: 800px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.fbtt-hero-lede {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.45;
}

.fbtt-hero-support {
  max-width: 700px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 1.75;
}

.fbtt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.fbtt-btn-light {
  background: #fff;
  color: var(--color-primary);
  border-color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.fbtt-btn-light:hover {
  background: #f7efe4;
  border-color: #f7efe4;
}

.fbtt-btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
}

.fbtt-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.55);
}

.fbtt-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-top: 38px;
}

.fbtt-hero-stat {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
}

.fbtt-hero-stat strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.fbtt-hero-stat span {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.35;
}

/*************************HERO********************/
    .fbtt-hero-visual {
  position: relative;
  min-height: 520px;
}

.fbtt-feature-photo {
  position: absolute;
  top: 20px;
  right: -24px;
  width: min(100%, 470px);
  height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 34px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
  transform: rotate(1.4deg);
}

.fbtt-feature-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18, 10, 5, 0.72), rgba(18, 10, 5, 0.08) 52%, rgba(18, 10, 5, 0.00));
}

.fbtt-feature-photo img,
.fbtt-floating-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fbtt-photo-label {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  color: #fff;
}

.fbtt-photo-label span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fbtt-photo-label strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
}

.fbtt-floating-photos {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.fbtt-floating-photo {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
  pointer-events: auto;
}

.fbtt-floating-photo-1 {
  left: -28px;
  bottom: 60px;
  width: 190px;
  height: 150px;
  transform: rotate(-5deg);
}

.fbtt-floating-photo-2 {
  right: 34px;
  bottom: -10px;
  width: 210px;
  height: 150px;
  transform: rotate(4deg);
}

.fbtt-floating-photo-3 {
  left: 32px;
  top: 34px;
  width: 150px;
  height: 120px;
  transform: rotate(-2deg);
}

.fbtt-discovery-section,
.fbtt-pairing-tool-section,
.fbtt-popular-section,
.fbtt-faq-section {
  padding: 70px 0;
}

.fbtt-section-header-balanced {
  align-items: end;
}

.fbtt-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.fbtt-path-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 28px;
  border: 1px solid rgba(217, 206, 194, 0.88);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.fbtt-path-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background: radial-gradient(circle at top right, rgba(196, 106, 26, 0.45), transparent 34%);
  pointer-events: none;
}

.fbtt-path-card:hover {
  transform: translateY(-6px);
  border-color: rgba(196, 106, 26, 0.34);
  box-shadow: 0 24px 52px rgba(30, 18, 11, 0.13);
}

.fbtt-path-icon {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid rgba(196, 106, 26, 0.24);
  border-radius: 18px;
  background: rgba(196, 106, 26, 0.09);
  color: var(--color-accent);
  font-size: 22px;
}

.fbtt-path-kicker {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
  color: var(--color-text-secondary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fbtt-path-card h3,
.fbtt-path-card p,
.fbtt-path-card strong {
  position: relative;
  z-index: 1;
}

.fbtt-path-card h3 {
  font-size: 34px;
}

.fbtt-path-card p {
  color: var(--color-text-secondary);
  line-height: 1.7;
}

.fbtt-path-card strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--color-accent);
}

.fbtt-hospitality-section {
  position: relative;
  overflow: hidden;
  padding: 84px 0;
  background:
    linear-gradient(135deg, rgba(30, 18, 11, 0.94), rgba(59, 31, 14, 0.90)),
    url('/assets/images/dishes/bourbon chocolate mousse.webp') center / cover no-repeat;
  color: #fff;
}

.fbtt-hospitality-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: center;
}

.fbtt-hospitality-copy h2 {
  color: #fff;
  font-size: clamp(38px, 5vw, 60px);
  letter-spacing: -0.025em;
}

.fbtt-hospitality-copy p {
  max-width: 620px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.fbtt-hospitality-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.fbtt-btn-dark-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
}

.fbtt-btn-dark-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.fbtt-tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fbtt-tool-card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
  color: #fff;
  transition: transform 0.22s ease, background 0.22s ease;
}

.fbtt-tool-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.14);
}

.fbtt-tool-card span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 16px;
  background: rgba(196, 106, 26, 0.24);
  color: #fff;
  font-size: 20px;
}

.fbtt-tool-card h3 {
  color: #fff;
  font-size: 25px;
}

.fbtt-tool-card p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.65;
}

.fbtt-pairing-tool-section {
  background:
    radial-gradient(circle at 12% 16%, rgba(196, 106, 26, 0.11), transparent 24%),
    linear-gradient(180deg, #fbf8f4, #f6f1ea);
}

.fbtt-pairing-tool-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  gap: 42px;
  align-items: start;
}

.fbtt-tool-intro h2 {
  max-width: 720px;
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: -0.025em;
}

.fbtt-tool-intro > p {
  max-width: 700px;
  color: var(--color-text-secondary);
  font-size: 18px;
  line-height: 1.75;
}

.fbtt-tool-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.fbtt-tool-proof-grid div {
  padding: 20px;
  border: 1px solid rgba(217, 206, 194, 0.86);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-sm);
}

.fbtt-tool-proof-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--color-primary);
}

.fbtt-tool-proof-grid span {
  display: block;
  color: var(--color-text-secondary);
  font-size: 14px;
  line-height: 1.55;
}

.fbtt-pairing-panel {
  position: sticky;
  top: 112px;
}

.fbtt-popular-section {
  padding-top: 34px;
}

.fbtt-popular-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.fbtt-popular-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding: 18px 20px;
  border: 1px solid rgba(217, 206, 194, 0.92);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-primary);
  font-weight: 700;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.fbtt-popular-link::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--color-accent);
  opacity: 0.78;
}

.fbtt-popular-link:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 106, 26, 0.34);
  box-shadow: 0 16px 30px rgba(30, 18, 11, 0.10);
}

.fbtt-newsletter-section {
  padding: 34px 0 76px;
}

.fbtt-newsletter-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  gap: 32px;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  border: 1px solid rgba(217, 206, 194, 0.9);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82)),
    url('/assets/images/dishes/filet%20mignon.webp') center / cover no-repeat;
  box-shadow: var(--shadow-md);
}

.fbtt-newsletter-card h2 {
  max-width: 620px;
  font-size: clamp(34px, 4vw, 48px);
}

.fbtt-newsletter-card p {
  max-width: 620px;
  color: var(--color-text-secondary);
  font-size: 17px;
  line-height: 1.75;
}

.fbtt-newsletter-options {
  display: grid;
  gap: 14px;
}

.fbtt-newsletter-option {
  display: block;
  padding: 20px;
  border: 1px solid rgba(217, 206, 194, 0.94);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.fbtt-newsletter-option:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 106, 26, 0.34);
}

.fbtt-newsletter-option strong {
  display: block;
  margin-bottom: 6px;
  color: var(--color-primary);
  font-size: 17px;
}

.fbtt-newsletter-option span {
  display: block;
  color: var(--color-text-secondary);
  font-size: 14px;
  line-height: 1.55;
}

.fbtt-faq-section {
  padding-top: 0;
}

.fbtt-about-strip {
  padding-top: 0;
}

/* Existing interaction / app.js support */
.field-helper {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(66, 43, 26, 0.68);
}

.results-section {
  scroll-margin-top: 110px;
}

.search-results {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.search-result-item {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(92, 61, 37, 0.14);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.search-result-item:hover {
  border-color: rgba(177, 107, 33, 0.35);
  box-shadow: 0 10px 22px rgba(39, 24, 12, 0.08);
  transform: translateY(-1px);
}

.search-result-title {
  display: block;
  font-weight: 600;
  color: #3d2516;
  line-height: 1.4;
}

.search-result-meta {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(66, 43, 26, 0.7);
  line-height: 1.5;
}

.search-result-item.is-message {
  cursor: default;
  background: rgba(255,255,255,0.7);
}

.search-result-item.is-active,
.search-result-item.is-selected {
  border-color: rgba(177, 107, 33, 0.45);
  background: #fffaf4;
  box-shadow: 0 8px 20px rgba(39, 24, 12, 0.08);
}

.empty-state {
  padding: 24px;
  text-align: center;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 18px;
}

.faq-item h3 {
  margin: 0 0 10px;
  line-height: 1.35;
}

.faq-item p {
  max-width: 900px;
  margin: 0;
  color: var(--color-text-secondary);
  line-height: 1.75;
}

@media (max-width: 1100px) {
  .fbtt-hero-inner,
  .fbtt-hospitality-inner,
  .fbtt-pairing-tool-inner,
  .fbtt-newsletter-card {
    grid-template-columns: 1fr;
  }

  .fbtt-hero {
    min-height: auto;
  }

  .fbtt-hero-visual {
    min-height: 420px;
  }

  .fbtt-feature-photo {
    right: auto;
    left: 50%;
    width: min(100%, 560px);
    height: 420px;
    transform: translateX(-50%) rotate(1deg);
  }

  .fbtt-floating-photo-1 {
    left: 6%;
  }

  .fbtt-floating-photo-2 {
    right: 8%;
  }

  .fbtt-path-grid,
  .fbtt-tool-proof-grid {
    grid-template-columns: 1fr;
  }

  .fbtt-pairing-panel {
    position: relative;
    top: auto;
  }

  .fbtt-popular-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
    
    
    .fbtt-hero-visual {
  min-height: auto;
}

.fbtt-feature-photo {
  left: auto;
  width: 100%;
  height: 420px;
  transform: none;
}

.fbtt-floating-photo-1,
.fbtt-floating-photo-2,
.fbtt-floating-photo-3 {
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  height: 128px;
  transform: none;
}
    
    
}

@media (max-width: 760px) {
  .fbtt-hero {
    padding: 58px 0 52px;
  }

  .fbtt-hero h1 {
    font-size: 48px;
  }

  .fbtt-hero-actions,
  .fbtt-hospitality-actions {
    flex-direction: column;
  }

  .fbtt-hero-actions .btn,
  .fbtt-hospitality-actions .btn {
    width: 100%;
  }

  .fbtt-hero-stats,
  .fbtt-tool-grid,
  .fbtt-popular-grid {
    grid-template-columns: 1fr;
  }

  .fbtt-hero-visual {
    min-height: 330px;
  }

  .fbtt-feature-photo {
    height: 310px;
    border-radius: 24px;
  }

  .fbtt-floating-photos {
    display: none;
  }

  .fbtt-discovery-section,
  .fbtt-pairing-tool-section,
  .fbtt-popular-section,
  .fbtt-faq-section {
    padding: 48px 0;
  }

  .fbtt-hospitality-section {
    padding: 58px 0;
  }

  .fbtt-path-card {
    min-height: 0;
  }

  .fbtt-newsletter-section {
    padding-bottom: 54px;
  }

  .search-row {
    grid-template-columns: 1fr;
  }
    
    .fbtt-hero-visual {
  min-height: auto;
}

.fbtt-feature-photo {
  height: 310px;
  border-radius: 24px;
}

.fbtt-floating-photos {
  display: grid;
  grid-template-columns: 1fr;
}

.fbtt-floating-photo,
.fbtt-floating-photo-1,
.fbtt-floating-photo-2,
.fbtt-floating-photo-3 {
  height: 130px;
}
}
    
    .fbtt-hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: auto;
}

.fbtt-feature-photo {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 34px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
  transform: none;
}

.fbtt-floating-photos {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  pointer-events: auto;
}

.fbtt-floating-photo {
  position: relative;
  display: block;
  width: 100%;
  height: 128px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  pointer-events: auto;
  transform: none;
}

.fbtt-floating-photo-1,
.fbtt-floating-photo-2,
.fbtt-floating-photo-3 {
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  height: 128px;
  transform: none;
}