/*
Theme Name: The Cookie Box
Theme URI: https://example.com/the-cookie-box
Author: OpenAI
Description: A warm, playful, mobile-first cookie shop theme for The Cookie Box. WooCommerce ready.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: the-cookie-box
*/

:root {
  --tcb-caramel: #D17F43;
  --tcb-cream: #FCF5EC;
  --tcb-chocolate: #411F15;
  --tcb-white: #FFFFFF;
  --tcb-pink: #F5C6C0;
  --tcb-sand: #EED6BF;
  --tcb-border: rgba(65, 31, 21, 0.14);
  --tcb-shadow: 0 14px 36px rgba(65, 31, 21, 0.10);
  --tcb-radius: 28px;
  --tcb-container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--tcb-chocolate);
  background: var(--tcb-cream);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #086DE7; outline-offset: 3px; }

.tcb-container { width: min(calc(100% - 32px), var(--tcb-container)); margin-inline: auto; }
.tcb-section { padding: 88px 0; }
.tcb-section--white { background: var(--tcb-white); }
.tcb-section--caramel { background: var(--tcb-caramel); color: var(--tcb-white); }
.tcb-section--chocolate { background: var(--tcb-chocolate); color: var(--tcb-white); }
.tcb-section-head { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.tcb-eyebrow { margin: 0 0 10px; font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.tcb-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 6vw, 72px);
  line-height: .98;
  letter-spacing: -.04em;
}
.tcb-title--small { font-size: clamp(32px, 4vw, 50px); }
.tcb-lead { margin: 20px auto 0; max-width: 650px; font-size: clamp(17px, 2vw, 21px); }

.tcb-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 28px;
  border: 2px solid var(--tcb-chocolate);
  border-radius: 999px;
  background: var(--tcb-chocolate);
  color: var(--tcb-white);
  font-weight: 800;
  transition: transform .2s ease, opacity .2s ease, background .2s ease;
  cursor: pointer;
}
.tcb-btn:hover { transform: translateY(-2px); opacity: .92; }
.tcb-btn--outline { background: transparent; color: var(--tcb-chocolate); }
.tcb-btn--light { border-color: var(--tcb-white); background: var(--tcb-white); color: var(--tcb-chocolate); }
.tcb-btn--light-outline { border-color: var(--tcb-white); background: transparent; color: var(--tcb-white); }
.tcb-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.tcb-announcement {
  padding: 9px 16px;
  background: var(--tcb-chocolate);
  color: var(--tcb-white);
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
}
.tcb-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(252,245,236,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--tcb-border);
}
.tcb-header-inner { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.tcb-brand { display: inline-flex; align-items: center; justify-self: center; min-width: 180px; }
.tcb-brand img { display: block; width: min(290px, 31vw); max-height: 82px; object-fit: contain; }
.tcb-default-logo { display: block; line-height: 0; }
.tcb-brand-fallback { text-align: center; line-height: .9; }
.tcb-brand-fallback strong { display: block; font-family: Georgia, serif; font-size: 28px; letter-spacing: -.04em; }
.tcb-brand-fallback span { display: block; margin-top: 7px; font-size: 10px; font-weight: 900; letter-spacing: .25em; text-transform: uppercase; }
.tcb-nav { display: flex; gap: 16px; align-items: center; }
.tcb-nav a { min-height: 50px; display: inline-flex; align-items: center; font-size: 14px; font-weight: 800; white-space: nowrap; }
.tcb-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.tcb-header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.tcb-menu-toggle { display: none; width: 52px; height: 52px; border: 2px solid var(--tcb-chocolate); border-radius: 50%; background: transparent; }
.tcb-menu-toggle span, .tcb-menu-toggle span::before, .tcb-menu-toggle span::after { display: block; width: 20px; height: 2px; margin: auto; background: var(--tcb-chocolate); position: relative; }
.tcb-menu-toggle span::before, .tcb-menu-toggle span::after { content: ""; position: absolute; left: 0; }
.tcb-menu-toggle span::before { top: -6px; }
.tcb-menu-toggle span::after { top: 6px; }

.tcb-hero { position: relative; overflow: hidden; min-height: 720px; display: flex; align-items: center; background: linear-gradient(135deg, #FCF5EC 0%, #F6DFCB 100%); }
.tcb-hero::before, .tcb-hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); opacity: .65; }
.tcb-hero::before { width: 360px; height: 360px; background: var(--tcb-pink); top: -130px; right: -80px; }
.tcb-hero::after { width: 260px; height: 260px; background: #E5B078; bottom: -90px; left: -70px; }
.tcb-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 56px; padding: 84px 0; }
.tcb-hero-copy { max-width: 610px; }
.tcb-hero .tcb-title { font-size: clamp(50px, 5.7vw, 78px); }
.tcb-hero-copy p { max-width: 560px; font-size: clamp(18px, 2vw, 22px); }
.tcb-hero-art { position: relative; min-height: 500px; }
.tcb-cookie-stage { position: absolute; inset: 0; display: grid; place-items: center; }
.tcb-cookie-main { width: min(480px, 88%); filter: drop-shadow(0 30px 30px rgba(65,31,21,.18)); transform: rotate(-6deg); }
.tcb-cookie-float { position: absolute; width: 150px; filter: drop-shadow(0 16px 20px rgba(65,31,21,.15)); }
.tcb-cookie-float--one { top: 22px; right: 8px; transform: rotate(18deg); }
.tcb-cookie-float--two { bottom: 24px; left: 0; transform: rotate(-16deg); }
.tcb-badge { position: absolute; right: 22px; bottom: 72px; display: grid; place-items: center; width: 130px; height: 130px; border-radius: 50%; background: var(--tcb-chocolate); color: white; text-align: center; font-weight: 900; line-height: 1.1; transform: rotate(8deg); box-shadow: var(--tcb-shadow); }

.tcb-grid { display: grid; gap: 24px; }
.tcb-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tcb-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tcb-product-card { overflow: hidden; border-radius: var(--tcb-radius); background: var(--tcb-white); border: 1px solid transparent; transition: transform .25s ease, box-shadow .25s ease; }
.tcb-product-card:hover { transform: translateY(-7px); box-shadow: var(--tcb-shadow); }
.tcb-product-visual { aspect-ratio: 1 / 1; display: grid; place-items: center; padding: 26px; background: #F7E9D9; }
.tcb-product-card:nth-child(2) .tcb-product-visual { background: #F5D7D2; }
.tcb-product-card:nth-child(3) .tcb-product-visual { background: #E8D7C7; }
.tcb-product-card:nth-child(4) .tcb-product-visual { background: #EAD8B8; }
.tcb-product-visual img { width: 88%; filter: drop-shadow(0 18px 18px rgba(65,31,21,.14)); transition: transform .25s ease; }
.tcb-product-card:hover .tcb-product-visual img { transform: rotate(4deg) scale(1.03); }
.tcb-product-info { padding: 24px; }
.tcb-product-info h3 { margin: 0 0 7px; font-size: 23px; line-height: 1.15; }
.tcb-product-info p { margin: 0; color: rgba(65,31,21,.75); }
.tcb-product-meta { margin-top: 16px; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-weight: 900; }
.tcb-pill { display: inline-flex; padding: 5px 10px; border-radius: 999px; background: var(--tcb-caramel); color: white; font-size: 12px; font-weight: 900; }

.tcb-box-card { position: relative; overflow: hidden; min-height: 380px; padding: 34px; border-radius: var(--tcb-radius); background: var(--tcb-white); box-shadow: 0 1px 0 var(--tcb-border); }
.tcb-box-card:nth-child(2) { background: var(--tcb-caramel); color: white; transform: translateY(-16px); }
.tcb-box-card:nth-child(3) { background: var(--tcb-chocolate); color: white; }
.tcb-box-card h3 { margin: 0; font-family: Georgia, serif; font-size: 58px; line-height: 1; }
.tcb-box-card p { max-width: 290px; }
.tcb-box-dots { position: absolute; right: -26px; bottom: -26px; width: 190px; height: 190px; border-radius: 50%; background-image: radial-gradient(currentColor 0 6px, transparent 7px); background-size: 30px 30px; opacity: .13; }

.tcb-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.tcb-story-art { min-height: 520px; border-radius: 48px; background: var(--tcb-caramel); position: relative; overflow: hidden; }
.tcb-story-art img { position: absolute; width: 68%; left: 16%; top: 10%; filter: drop-shadow(0 28px 28px rgba(65,31,21,.22)); transform: rotate(8deg); }
.tcb-story-label { position: absolute; left: 30px; bottom: 30px; max-width: 240px; padding: 18px 20px; border-radius: 20px; background: white; font-weight: 900; box-shadow: var(--tcb-shadow); }
.tcb-checks { display: grid; gap: 15px; margin: 28px 0; }
.tcb-check { display: flex; align-items: flex-start; gap: 13px; font-weight: 800; }
.tcb-check::before { content: "✓"; flex: 0 0 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--tcb-caramel); color: white; }

.tcb-testimonial { padding: 28px; border-radius: 24px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); }
.tcb-stars { letter-spacing: .16em; font-size: 19px; }
.tcb-testimonial blockquote { margin: 16px 0 20px; font-size: 18px; }
.tcb-testimonial cite { font-style: normal; font-weight: 900; }

.tcb-instagram-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.tcb-insta-tile { aspect-ratio: 1; border-radius: 20px; display: grid; place-items: center; overflow: hidden; background: #F0DAC5; }
.tcb-insta-tile:nth-child(even) { background: #F3CECB; }
.tcb-insta-tile img { width: 80%; transition: transform .25s ease; }
.tcb-insta-tile:hover img { transform: rotate(5deg) scale(1.07); }

.tcb-cta { padding: 52px; border-radius: 40px; background: var(--tcb-caramel); color: white; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.tcb-cta h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 5vw, 58px); line-height: 1; }
.tcb-cta p { margin: 14px 0 0; max-width: 650px; }

.tcb-footer { padding: 64px 0 28px; background: var(--tcb-chocolate); color: white; }
.tcb-footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 48px; }
.tcb-footer h3 { margin-top: 0; font-size: 16px; text-transform: uppercase; letter-spacing: .12em; }
.tcb-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.tcb-footer a:hover { text-decoration: underline; }
.tcb-footer-logo { display: inline-block; line-height: 0; }
.tcb-footer-logo img { display: block; width: min(360px, 100%); height: auto; }
.tcb-footer-brand p { max-width: 420px; color: rgba(255,255,255,.78); }
.tcb-footer-bottom { margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); display: flex; justify-content: space-between; gap: 20px; font-size: 14px; color: rgba(255,255,255,.7); }
.tcb-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 90; width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; background: #25D366; color: white; font-size: 28px; box-shadow: 0 12px 30px rgba(0,0,0,.18); }

/* WooCommerce */
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; margin: 0 !important; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 0 0 24px !important; background: white; border-radius: 24px; overflow: hidden; }
.woocommerce ul.products li.product img { margin: 0 !important; aspect-ratio: 1; object-fit: cover; background: #F7E9D9; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price { padding-inline: 22px !important; color: var(--tcb-chocolate) !important; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { margin-left: 22px !important; border-radius: 999px !important; background: var(--tcb-chocolate) !important; color: white !important; }

@media (max-width: 1120px) {
  .tcb-grid--4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .tcb-instagram-grid { grid-template-columns: repeat(3, 1fr); }
  .tcb-hero-grid { gap: 30px; }
  .tcb-cookie-float { width: 120px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .tcb-section { padding: 64px 0; }
  .tcb-header-inner { grid-template-columns: auto 1fr auto; min-height: 76px; }
  .tcb-desktop-nav { position: absolute; }
  .tcb-brand { justify-self: start; min-width: 0; }
  .tcb-brand img { width: min(230px, 46vw); max-height: 68px; }
  .tcb-brand-fallback strong { font-size: 23px; }
  .tcb-brand-fallback span { font-size: 8px; }
  .tcb-menu-toggle { display: block; }
  .tcb-nav { position: fixed; top: 0; left: 0; bottom: 0; width: min(86vw, 380px); padding: 100px 28px 28px; background: white; flex-direction: column; align-items: stretch; gap: 0; transform: translateX(-105%); transition: transform .25s ease; box-shadow: 10px 0 30px rgba(65,31,21,.12); }
  .tcb-nav.is-open { transform: translateX(0); }
  .tcb-nav a { border-bottom: 1px solid var(--tcb-border); font-size: 19px; }
  .tcb-header-actions .tcb-btn { display: none; }
  .tcb-hero { min-height: auto; }
  .tcb-hero-grid, .tcb-split { grid-template-columns: 1fr; }
  .tcb-hero-copy { text-align: center; margin-inline: auto; }
  .tcb-hero-copy p { margin-inline: auto; }
  .tcb-hero .tcb-actions { justify-content: center; }
  .tcb-hero-art { min-height: 430px; }
  .tcb-grid--3 { grid-template-columns: 1fr; }
  .tcb-box-card:nth-child(2) { transform: none; }
  .tcb-cta { grid-template-columns: 1fr; text-align: center; }
  .tcb-cta .tcb-actions { justify-content: center; }
  .tcb-footer-grid { grid-template-columns: 1fr 1fr; }
  .tcb-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .tcb-container { width: min(calc(100% - 24px), var(--tcb-container)); }
  .tcb-section { padding: 52px 0; }
  .tcb-announcement { font-size: 12px; }
  .tcb-hero-grid { padding: 54px 0 42px; }
  .tcb-hero .tcb-title { font-size: clamp(48px, 15vw, 68px); }
  .tcb-actions { flex-direction: column; }
  .tcb-btn { width: 100%; }
  .tcb-hero-art { min-height: 360px; }
  .tcb-cookie-main { width: 88%; }
  .tcb-cookie-float { width: 88px; }
  .tcb-badge { width: 105px; height: 105px; right: 2px; bottom: 36px; font-size: 14px; }
  .tcb-grid--4 { grid-template-columns: 1fr; }
  .tcb-story-art { min-height: 390px; border-radius: 32px; }
  .tcb-instagram-grid { grid-template-columns: repeat(2, 1fr); }
  .tcb-cta { padding: 34px 22px; border-radius: 28px; }
  .tcb-footer-grid { grid-template-columns: 1fr; }
  .tcb-footer-brand { grid-column: auto; }
  .tcb-footer-bottom { flex-direction: column; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
}

/* Functional storefront additions */
.tcb-no-scroll { overflow: hidden; }
.tcb-lead--left { margin-left: 0; }
.tcb-text-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--tcb-chocolate);
  font-weight: 900;
  cursor: pointer;
}
.tcb-text-button:hover { text-decoration: underline; }
.tcb-cart-button {
  position: relative;
  min-width: 54px;
  height: 54px;
  padding: 0 14px;
  border: 2px solid var(--tcb-chocolate);
  border-radius: 999px;
  background: transparent;
  color: var(--tcb-chocolate);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 900;
  cursor: pointer;
}
.tcb-cart-count,
.tcb-builder-count {
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  padding-inline: 6px;
  background: var(--tcb-caramel);
  color: white;
  font-size: 12px;
  line-height: 1;
}
.tcb-menu-scrim,
.tcb-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 108;
  background: rgba(35, 15, 10, .48);
  backdrop-filter: blur(2px);
}
.tcb-menu-scrim[hidden],
.tcb-drawer-overlay[hidden] { display: none; }
.tcb-drawer-overlay { z-index: 140; }
.tcb-builder {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  width: min(520px, 100%);
  background: var(--tcb-white);
  box-shadow: -18px 0 50px rgba(65,31,21,.2);
  transform: translateX(105%);
  transition: transform .28s ease;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  color: var(--tcb-chocolate);
}
.tcb-builder.is-open { transform: translateX(0); }
.tcb-builder-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px 18px;
  border-bottom: 1px solid var(--tcb-border);
}
.tcb-builder-head h2 { margin: 0; font-family: Georgia, serif; font-size: 34px; line-height: 1; }
.tcb-icon-button {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border: 2px solid var(--tcb-chocolate);
  border-radius: 50%;
  background: transparent;
  color: var(--tcb-chocolate);
  font-weight: 900;
  cursor: pointer;
}
.tcb-builder-progress-wrap { padding: 18px 26px; background: var(--tcb-cream); border-bottom: 1px solid var(--tcb-border); }
.tcb-builder-summary { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 10px; }
.tcb-progress { height: 9px; border-radius: 999px; overflow: hidden; background: rgba(65,31,21,.12); }
.tcb-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--tcb-caramel); transition: width .22s ease; }
.tcb-builder-body { min-height: 0; overflow-y: auto; padding: 24px 26px; }
.tcb-builder-body h3 { margin: 24px 0 12px; }
.tcb-builder-body h3:first-of-type { margin-top: 0; }
.tcb-size-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 24px; }
.tcb-size-picker button {
  min-height: 48px;
  border: 1px solid var(--tcb-border);
  border-radius: 16px;
  background: var(--tcb-cream);
  color: var(--tcb-chocolate);
  font-weight: 900;
  cursor: pointer;
}
.tcb-size-picker button.is-active { border-color: var(--tcb-chocolate); background: var(--tcb-chocolate); color: white; }
.tcb-flavor-list { display: grid; gap: 10px; }
.tcb-flavor-option {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--tcb-border);
  border-radius: 18px;
}
.tcb-flavor-option img { width: 58px; height: 58px; object-fit: cover; border-radius: 14px; background: var(--tcb-cream); }
.tcb-flavor-option strong,
.tcb-flavor-option small { display: block; }
.tcb-flavor-option small { opacity: .7; margin-top: 2px; }
.tcb-flavor-option button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--tcb-chocolate);
  color: white;
  font-size: 22px;
  cursor: pointer;
}
.tcb-selection-list { display: grid; gap: 8px; }
.tcb-selection-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 14px;
  background: var(--tcb-cream);
  font-weight: 800;
}
.tcb-selection-item button { border: 0; background: transparent; color: #8B2F20; cursor: pointer; font-weight: 800; }
.tcb-empty-selection { margin: 0; padding: 16px; border: 1px dashed var(--tcb-border); border-radius: 14px; opacity: .72; text-align: center; }
.tcb-builder-fields { display: grid; gap: 12px; margin-top: 24px; }
.tcb-builder-fields label,
.tcb-inquiry-form label { display: grid; gap: 6px; font-weight: 800; }
.tcb-builder-fields input,
.tcb-builder-fields textarea,
.tcb-inquiry-form input,
.tcb-inquiry-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(65,31,21,.24);
  border-radius: 14px;
  background: white;
  color: var(--tcb-chocolate);
}
.tcb-builder-fields textarea,
.tcb-inquiry-form textarea { resize: vertical; }
.tcb-builder-footer { padding: 18px 26px 24px; border-top: 1px solid var(--tcb-border); background: white; }
.tcb-builder-footer p { margin: 0 0 12px; text-align: center; font-weight: 800; }
.tcb-builder-footer .tcb-btn { width: 100%; }
.tcb-builder-footer .tcb-btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.tcb-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 200;
  max-width: min(420px, calc(100% - 32px));
  padding: 14px 18px;
  border-radius: 999px;
  background: var(--tcb-chocolate);
  color: white;
  font-weight: 800;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 20px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.tcb-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.tcb-catering-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.tcb-testimonial--inline { margin-top: 30px; }
.tcb-inquiry-form { padding: 28px; border-radius: 28px; background: white; color: var(--tcb-chocolate); display: grid; gap: 14px; box-shadow: var(--tcb-shadow); }
.tcb-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tcb-inquiry-form .tcb-btn { justify-self: start; }
.tcb-form-status { min-height: 24px; margin: 0; font-weight: 800; }
.tcb-honeypot { position: absolute !important; left: -9999px !important; }

@media (max-width: 820px) {
  .tcb-menu-scrim { z-index: 98; }
  .tcb-nav { z-index: 110; }
  .tcb-catering-grid { grid-template-columns: 1fr; gap: 34px; }
  .tcb-order-button { display: none; }
  .tcb-cart-button { min-width: 50px; height: 50px; padding: 0 10px; }
  .tcb-cart-button > span:first-child { display: none; }
}

@media (max-width: 560px) {
  .tcb-form-row { grid-template-columns: 1fr; }
  .tcb-inquiry-form { padding: 22px 16px; }
  .tcb-builder-head,
  .tcb-builder-progress-wrap,
  .tcb-builder-body,
  .tcb-builder-footer { padding-left: 18px; padding-right: 18px; }
  .tcb-builder-head h2 { font-size: 29px; }
}
