/* Bistro Atelier template — converted from Tailwind utilities to semantic CSS. */

.b-page {
  min-height: 100vh;
  background: #fafaf9;
  color: #1c1917;
}

.b-thanks-page {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  background: #fafaf9;
  padding: 5rem 1.5rem;
  text-align: center;
}

/* Header / nav */
.b-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid #e7e5e4;
  background: rgba(250, 250, 249, 0.95);
  backdrop-filter: blur(12px);
}
.b-nav-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
  border-bottom: 1px solid #e7e5e4;
  background: rgba(250, 250, 249, 0.95);
  backdrop-filter: blur(12px);
}
.b-topbar {
  display: none;
  border-bottom: 1px solid #e7e5e4;
  background: rgba(255, 255, 255, 0.9);
}
.b-topbar-inner {
  margin: 0 auto;
  display: flex;
  max-width: 72rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1.5rem;
}
.b-topbar-text {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #78716c;
}
.b-topbar-text--right {
  font-size: 12px;
  color: #78716c;
}
.b-nav-inner {
  margin: 0 auto;
  display: flex;
  max-width: 72rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
.b-nav-links {
  display: none;
  align-items: center;
  gap: 1.5rem;
}
.b-nav-link {
  font-size: 13px;
  font-weight: 500;
  color: #57534e;
  transition: color 150ms ease;
}
.b-nav-link:hover {
  color: #9a3412;
}
.b-nav-link--active {
  font-size: 13px;
  font-weight: 600;
  color: #9a3412;
}
.b-brand {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1c1917;
}
.b-btn-primary {
  border-radius: 9999px;
  background: #9a3412;
  padding: 0.5rem 1.25rem;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  transition: background 150ms ease;
}
.b-btn-primary:hover {
  background: #c2410c;
}
.b-mobile-toggle {
  border-radius: 9999px;
  border: 1px solid #d6d3d1;
  padding: 0.5rem 1rem;
  font-size: 13px;
  font-weight: 500;
  color: #44403c;
}
.b-mobile-menu {
  border-top: 1px solid #e7e5e4;
  background: #fafaf9;
  padding: 0.75rem 1.5rem;
}
.b-mobile-menu[data-mobile-menu-open="false"] {
  display: none;
}
.b-mobile-link {
  display: block;
  padding: 0.75rem 0;
  font-size: 15px;
  font-weight: 500;
  color: #44403c;
}
.b-mobile-link--active {
  display: block;
  padding: 0.75rem 0;
  font-size: 15px;
  font-weight: 600;
  color: #9a3412;
}

/* Sections */
.b-hero {
  padding: 3.5rem 1.5rem;
}
.b-hero-grid {
  margin: 0 auto;
  display: grid;
  max-width: 72rem;
  gap: 2.5rem;
}
.b-hero-badge {
  margin-bottom: 1rem;
  display: inline-flex;
  border-radius: 9999px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  padding: 0.25rem 0.75rem;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #c2410c;
}
.b-hero-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.b-hero-subtitle {
  margin-top: 1.25rem;
  max-width: 36rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #57534e;
}
.b-hero-cta-row {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.b-cta-primary {
  border-radius: 9999px;
  background: #9a3412;
  padding: 0.75rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 10px 25px rgba(124, 45, 18, 0.1);
  transition: background 150ms ease;
}
.b-cta-primary:hover {
  background: #c2410c;
}
.b-cta-secondary {
  border-radius: 9999px;
  border: 1px solid #d6d3d1;
  background: #fff;
  padding: 0.75rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #44403c;
  transition: border-color 150ms ease, color 150ms ease;
}
.b-cta-secondary:hover {
  border-color: #a8a29e;
  color: #1c1917;
}
.b-hero-visual {
  position: relative;
  border-radius: 1.5rem;
  border: 1px solid #e7e5e4;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 25px 50px rgba(28, 25, 23, 0.05);
}
.b-hero-image {
  height: 340px;
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #e7e5e4;
  object-fit: cover;
}
.b-hero-card {
  position: absolute;
  bottom: -1.5rem;
  left: -1.25rem;
  border-radius: 1rem;
  border: 1px solid #e7e5e4;
  background: #fff;
  padding: 1rem 1.25rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.b-hero-card-kicker {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #c2410c;
}
.b-hero-card-title {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #292524;
}

.b-section {
  padding: 4rem 1.5rem;
}
.b-section--lg {
  padding: 3.5rem 1.5rem;
}
.b-section--pb {
  padding: 0 1.5rem 5rem;
}
.b-container {
  margin: 0 auto;
  max-width: 72rem;
}
.b-kicker {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #9a3412;
}
.b-page-title {
  margin-top: 0.75rem;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.b-section-title {
  margin-top: 0.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Featured menu */
.b-featured-head {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}
.b-featured-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #9a3412;
}
.b-featured-link:hover {
  color: #c2410c;
}
.b-featured-cats {
  display: grid;
  gap: 1.25rem;
}
.b-card {
  border-radius: 1rem;
  border: 1px solid #e7e5e4;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.b-featured-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1c1917;
}
.b-featured-items {
  margin-top: 1rem;
}
.b-featured-items > * + * {
  margin-top: 0.75rem;
}
.b-featured-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.75rem;
}
.b-featured-name {
  font-size: 0.875rem;
  color: #44403c;
}
.b-price {
  font-size: 0.875rem;
  font-weight: 600;
  color: #9a3412;
}

/* Menu page */
.b-menu-grid {
  margin: 0 auto;
  display: grid;
  max-width: 72rem;
  gap: 1.5rem;
}
.b-menu-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.b-menu-items-wrap {
  margin-top: 1rem;
}
.b-menu-items-wrap > * + * {
  border-top: 1px solid #f5f5f4;
}
.b-menu-item-row {
  padding: 0.75rem 0;
}
.b-menu-item-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #292524;
}
.b-menu-item-desc {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #78716c;
}

/* Gallery */
.b-gallery-grid {
  margin: 0 auto;
  max-width: 72rem;
  columns: 1;
  column-gap: 1rem;
}
.b-gallery-image {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #e7e5e4;
  object-fit: cover;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

/* About */
.b-about-grid {
  margin: 0 auto;
  display: grid;
  max-width: 72rem;
  gap: 2.5rem;
}
.b-about-heading {
  margin-top: 0.75rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.b-about-text {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #57534e;
}
.b-about-side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.b-about-card {
  border-radius: 1rem;
  border: 1px solid #e7e5e4;
  background: #fff;
  padding: 1.5rem;
}
.b-about-card-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1c1917;
}
.b-about-card-text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #78716c;
}

/* Contact */
.b-contact-grid {
  margin: 0 auto;
  display: grid;
  max-width: 72rem;
  gap: 2rem;
}
.b-contact-info-card {
  border-radius: 1rem;
  border: 1px solid #e7e5e4;
  background: #fff;
  padding: 1.75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.b-contact-line {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #44403c;
}
.b-form {
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
  border: 1px solid #e7e5e4;
  background: #fff;
  padding: 2rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  text-align: left;
}
.b-form-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1c1917;
}
.b-input {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid #e7e5e4;
  background: #fafaf9;
  padding: 0.75rem 1rem;
  color: #1c1917;
}
.b-form-submit {
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 9999px;
  background: #9a3412;
  padding: 0.875rem 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  transition: background 150ms ease;
}
.b-form-submit:hover {
  background: #c2410c;
}

/* Footer */
.b-footer {
  border-top: 1px solid #e7e5e4;
  background: #fff;
  padding: 2.5rem 1.5rem;
}
.b-footer-inner {
  margin: 0 auto;
  display: flex;
  max-width: 72rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.b-footer-brand {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1c1917;
}
.b-footer-copy {
  font-size: 0.75rem;
  color: #a8a29e;
}

/* Thanks */
.b-thanks-card {
  margin-top: 4rem;
  max-width: 28rem;
  border-radius: 1rem;
  border: 1px solid #e7e5e4;
  background: #fff;
  padding: 2.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.b-thanks-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1c1917;
}
.b-thanks-cta {
  margin-top: 1.75rem;
  display: inline-flex;
  border-radius: 9999px;
  background: #9a3412;
  padding: 0.75rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}
.b-thanks-cta:hover {
  background: #c2410c;
}

/* Responsive — md breakpoint */
@media (min-width: 768px) {
  .b-section {
    padding: 5rem 1.5rem;
  }
  .b-hero {
    padding: 5rem 1.5rem;
  }
  .b-topbar {
    display: block;
  }
  .b-nav-links {
    display: flex;
  }
  .b-mobile-toggle {
    display: none;
  }
  .b-mobile-menu {
    display: none;
  }
  .b-brand {
    font-size: 1.25rem;
  }
  .b-hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
  }
  .b-hero-title {
    font-size: 3.75rem;
  }
  .b-hero-image {
    height: 460px;
  }
  .b-section-title {
    font-size: 2.25rem;
  }
  .b-page-title {
    font-size: 3rem;
  }
  .b-about-heading {
    font-size: 3rem;
  }
  .b-about-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
  .b-featured-cats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .b-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .b-contact-grid {
    grid-template-columns: 0.95fr 1.05fr;
  }
  .b-footer-inner {
    flex-direction: row;
  }
}

@media (min-width: 640px) {
  .b-gallery-grid {
    columns: 2;
  }
}
@media (min-width: 1024px) {
  .b-gallery-grid {
    columns: 3;
  }
}
