/* Bake Decor — homepage */
.bdh { --green:#7cc90d; --green-dark:#5fa105; --teal:#283937; --teal-2:#1f2d2b; --ink:#2d3544; --text:#5f6a68; --muted:#8d9693; --line:#e6e8e3; --ground:#fbfaf6; --tint:#f3f5ef; --butter:#f2c94c; --butter-soft:#fbf0c8; font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif; color: var(--text); background: #fff; }
.bdh *, .bdh *::before, .bdh *::after { box-sizing: border-box; }
.bdh a { text-decoration: none; color: inherit; }
.bdh-wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.bdh-section { padding: 72px 0; }
.bdh-section--tint { background: var(--tint); }
.bdh-kicker { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--green-dark); margin-bottom: 8px; }
.bdh-kicker--light { color: var(--butter); }
.bdh-h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(28px, 3.2vw, 40px); font-weight: 700; line-height: 1.15; color: var(--ink); margin: 0; text-wrap: balance; }
.bdh-h2--light { color: #fff; }
.bdh-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.bdh-head--center { justify-content: center; text-align: center; }
.bdh-link { font-weight: 700; color: var(--teal); white-space: nowrap; }
.bdh-link:hover { color: var(--green-dark); }
.bdh-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 24px; border-radius: 12px; font-weight: 700; font-size: 15px; transition: background .15s ease, color .15s ease, transform .1s ease; }
.bdh-btn:active { transform: scale(.98); }
.bdh-btn--primary { background: var(--teal); color: #fff; }
.bdh-btn--primary:hover { background: var(--green-dark); color: #fff; }
.bdh-btn--ghost { background: #fff; color: var(--teal); border: 1.5px solid var(--teal); }
.bdh-btn--ghost:hover { background: var(--teal); color: #fff; }
.bdh-btn--butter { background: var(--butter); color: var(--ink); }
.bdh-btn--butter:hover { background: #fff; }
.bdh-btn--outline-light { border: 1.5px solid rgba(255,255,255,.5); color: #fff; }
.bdh-btn--outline-light:hover { background: rgba(255,255,255,.1); }

/* hero */
.bdh-hero { background: var(--ground); background-image: radial-gradient(ellipse at 85% 20%, rgba(242,201,76,.18), transparent 55%), radial-gradient(ellipse at 10% 90%, rgba(124,201,13,.10), transparent 50%); border-bottom: 1px solid var(--line); }
.bdh-hero__in { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 48px; align-items: center; padding-top: 64px; padding-bottom: 64px; }
.bdh-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--teal); background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px 6px 10px; margin-bottom: 20px; }
.bdh-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(124,201,13,.25); }
.bdh-hero__title { font-family: "Playfair Display", Georgia, serif; font-size: clamp(38px, 5vw, 64px); line-height: 1.05; font-weight: 700; color: var(--ink); margin: 0 0 20px; text-wrap: balance; letter-spacing: -.01em; }
.bdh-hero__title em { font-style: italic; color: var(--teal); background: linear-gradient(transparent 62%, var(--butter-soft) 62%); }
.bdh-hero__lead { font-size: 17px; line-height: 1.65; max-width: 56ch; margin: 0 0 28px; }
.bdh-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.bdh-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 32px; margin: 34px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); }
.bdh-trust li { display: flex; flex-direction: column; gap: 2px; }
.bdh-trust b { font-family: "Playfair Display", Georgia, serif; font-size: 22px; color: var(--ink); line-height: 1; }
.bdh-trust span { font-size: 12.5px; color: var(--muted); }
.bdh-star { color: var(--butter); font-size: 18px; }

.bdh-hero__art { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(6, 70px); gap: 14px; }
.bdh-tile { position: relative; display: block; overflow: hidden; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(40,57,55,.08); transition: transform .25s ease, box-shadow .25s ease; }
.bdh-tile:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(40,57,55,.14); }
.bdh-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.bdh-tile:hover img { transform: scale(1.05); }
.bdh-tile__cap { position: absolute; left: 12px; bottom: 12px; background: rgba(255,255,255,.92); color: var(--ink); font-size: 12.5px; font-weight: 700; padding: 6px 10px; border-radius: 999px; }
.bdh-tile--a { grid-column: 1 / 4; grid-row: 1 / 5; }
.bdh-tile--b { grid-column: 4 / 7; grid-row: 1 / 4; background: var(--teal); }
.bdh-tile--c { grid-column: 4 / 7; grid-row: 4 / 7; }
.bdh-tile--d { grid-column: 1 / 4; grid-row: 5 / 7; }
.bdh-tile--b img, .bdh-tile--d img { object-fit: contain; padding: 10px; }
.bdh-chip { position: absolute; left: -10px; bottom: 22%; background: var(--butter); color: var(--ink); border-radius: 14px; padding: 10px 14px; font-size: 12.5px; line-height: 1.3; box-shadow: 0 10px 24px rgba(0,0,0,.12); transform: rotate(-3deg); max-width: 150px; }
.bdh-chip b { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 16px; }

/* strip */
.bdh-strip { background: #fff; border-bottom: 1px solid var(--line); }
.bdh-strip__in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding-top: 18px; padding-bottom: 18px; }
.bdh-strip__item { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--muted); }
.bdh-strip__item b { display: block; font-size: 14px; color: var(--ink); }
.bdh-strip__ico { width: 40px; height: 40px; border-radius: 12px; background: var(--tint); display: inline-flex; align-items: center; justify-content: center; font-size: 20px; flex: none; }

/* departments */
.bdh-depts { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.bdh-dept { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.bdh-dept:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(40,57,55,.10); border-color: transparent; }
.bdh-dept__img { aspect-ratio: 1 / 1; background: var(--tint); display: block; overflow: hidden; }
.bdh-dept__img img { width: 100%; height: 100%; object-fit: contain; padding: 14px; display: block; }
.bdh-dept__body { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 2px; }
.bdh-dept__body b { font-size: 14px; color: var(--ink); }
.bdh-dept__body span { font-size: 12px; color: var(--muted); }

/* products (reuses shop card styles) */
.bdh .bdh-products.products { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }

/* wholesale */
.bdh-whole { background: var(--teal); color: #cfd8d5; background-image: radial-gradient(ellipse at 100% 0%, rgba(242,201,76,.16), transparent 50%); }
.bdh-whole__in { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 48px; align-items: center; padding-top: 72px; padding-bottom: 72px; }
.bdh-whole__copy p { font-size: 16px; line-height: 1.65; margin: 14px 0 26px; max-width: 54ch; }
.bdh-whole__points { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.bdh-whole__points li { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 16px 18px; display: flex; flex-direction: column; gap: 4px; }
.bdh-whole__points b { color: #fff; font-size: 15px; }
.bdh-whole__points span { font-size: 14px; }

/* feature panels */
.bdh-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.bdh-feat { display: grid; grid-template-columns: 44% 1fr; background: var(--butter-soft); border-radius: 22px; overflow: hidden; min-height: 300px; transition: transform .2s ease; }
.bdh-feat--alt { background: #e6f2f0; }
.bdh-feat:hover { transform: translateY(-3px); }
.bdh-feat__img { background: #fff; display: flex; align-items: center; justify-content: center; }
.bdh-feat__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bdh-feat__body { padding: 30px 28px; display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.bdh-feat__body h3 { font-family: "Playfair Display", Georgia, serif; font-size: 24px; color: var(--ink); margin: 0; line-height: 1.2; }
.bdh-feat__body p { margin: 0 0 8px; font-size: 14.5px; line-height: 1.6; }

/* why */
.bdh-why { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.bdh-why__item { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px; display: flex; flex-direction: column; gap: 8px; }
.bdh-why__n { font-family: "Playfair Display", Georgia, serif; font-size: 28px; color: var(--butter); line-height: 1; }
.bdh-why__item b { font-size: 16px; color: var(--ink); }
.bdh-why__item p { margin: 0; font-size: 14px; line-height: 1.6; }

/* visit */
.bdh-visit { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.bdh-visit__map { border-radius: 22px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4 / 3; background: var(--tint); }
.bdh-visit__map iframe { width: 100%; height: 100%; border: 0; display: block; }
.bdh-visit__addr { font-style: normal; font-size: 16px; line-height: 1.6; color: var(--ink); margin: 14px 0 18px; }
.bdh-visit__meta { display: grid; grid-template-columns: repeat(3, auto); gap: 10px 28px; margin: 0 0 24px; justify-content: start; }
.bdh-visit__meta dt { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.bdh-visit__meta dd { margin: 2px 0 0; font-size: 14.5px; color: var(--ink); font-weight: 600; }
.bdh-visit__meta a { color: var(--green-dark); }

/* responsive */
@media (max-width: 1100px) {
  .bdh-depts { grid-template-columns: repeat(4, 1fr); }
  .bdh .bdh-products.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .bdh-why { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .bdh-section { padding: 52px 0; }
  .bdh-hero__in { grid-template-columns: minmax(0, 1fr); padding-top: 40px; padding-bottom: 44px; gap: 36px; }
  .bdh-hero__art { grid-template-rows: repeat(6, 52px); }
  .bdh-strip__in { grid-template-columns: repeat(2, 1fr); }
  .bdh-whole__in { grid-template-columns: minmax(0, 1fr); padding-top: 52px; padding-bottom: 52px; }
  .bdh-feats { grid-template-columns: minmax(0, 1fr); }
  .bdh-visit { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 640px) {
  .bdh-wrap { padding: 0 16px; }
  .bdh-hero__title { font-size: 34px; }
  .bdh-hero__lead { font-size: 15.5px; }
  .bdh-hero__art { grid-template-rows: repeat(6, 42px); gap: 10px; }
  .bdh-chip { display: none; }
  .bdh-trust { gap: 12px 20px; }
  .bdh-strip__in { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .bdh-depts { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .bdh .bdh-products.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px !important; }
  .bdh-head { flex-direction: column; align-items: flex-start; gap: 6px; }
  .bdh-feat { grid-template-columns: minmax(0, 1fr); }
  .bdh-feat__img { aspect-ratio: 16 / 10; }
  .bdh-why { grid-template-columns: minmax(0, 1fr); }
  .bdh-visit__meta { grid-template-columns: minmax(0, 1fr); }
  .bdh-btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .bdh-tile, .bdh-tile img, .bdh-dept, .bdh-feat, .bdh-btn { transition: none; } }

/* ---- beat the Elementor kit's global a / heading rules ---- */
.bdh.bdh a.bdh-btn--primary { color: #fff !important; background: var(--teal) !important; }
.bdh.bdh a.bdh-btn--primary:hover { background: var(--green-dark) !important; }
.bdh.bdh a.bdh-btn--ghost { color: var(--teal) !important; }
.bdh.bdh a.bdh-btn--ghost:hover { color: #fff !important; background: var(--teal) !important; }
.bdh.bdh a.bdh-btn--butter { color: var(--ink) !important; }
.bdh.bdh a.bdh-btn--outline-light { color: #fff !important; }
.bdh.bdh a.bdh-link { color: var(--teal) !important; }
.bdh.bdh a.bdh-link:hover { color: var(--green-dark) !important; }
.bdh.bdh a.bdh-dept, .bdh.bdh a.bdh-feat, .bdh.bdh a.bdh-tile { color: inherit !important; }
.bdh.bdh .bdh-feat .bdh-link { color: var(--teal) !important; }
.bdh.bdh h1.bdh-hero__title, .bdh.bdh h2.bdh-h2, .bdh.bdh .bdh-feat__body h3 { font-family: "Playfair Display", Georgia, serif !important; font-weight: 700 !important; color: var(--ink) !important; letter-spacing: -.01em; }
.bdh.bdh h2.bdh-h2--light { color: #fff !important; }
.bdh.bdh h2.bdh-h2 { font-size: clamp(28px, 3.2vw, 40px) !important; line-height: 1.15 !important; margin: 0 !important; }
.bdh.bdh h1.bdh-hero__title { font-size: clamp(38px, 5vw, 64px) !important; line-height: 1.05 !important; margin: 0 0 20px !important; }
.bdh.bdh .bdh-feat__body h3 { font-size: 24px !important; margin: 0 !important; line-height: 1.2 !important; }
.bdh.bdh .bdh-visit__meta a { color: var(--green-dark) !important; }
@media (max-width: 640px) { .bdh-eyebrow__more { display: none; } .bdh-eyebrow { margin-bottom: 14px; } }

.bdh-strip__ico { color: var(--teal); }
.bdh-strip__ico svg { width: 22px; height: 22px; }
.bdh-star { display: inline-flex; vertical-align: -2px; }
.bdh-star svg { width: 18px; height: 18px; color: var(--butter); }

/* core blocks dropped between sections stay inside the content width */
.bdh > :not(section):not(.bdh-editor-preview) { max-width: 1240px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }
.bdh > .alignfull { max-width: none; padding: 0; }

/* FAQ */
.bdh-faq { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 48px; align-items: start; }
.bdh-faq__head p { margin: 14px 0 0; font-size: 15px; line-height: 1.6; max-width: 34ch; }
.bdh-faq__head a { color: var(--green-dark); font-weight: 700; }
.bdh-faq__list { display: grid; gap: 10px; }
.bdh-faq__item { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.bdh-faq__item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px; cursor: pointer; }
.bdh-faq__item summary::-webkit-details-marker { display: none; }
.bdh.bdh .bdh-faq__item summary h3 { margin: 0 !important; font-family: "Open Sans", system-ui, sans-serif !important; font-size: 16px !important; font-weight: 600 !important; color: var(--ink) !important; line-height: 1.4 !important; }
.bdh-faq__chev { flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--tint); position: relative; transition: transform .2s ease, background .2s ease; }
.bdh-faq__chev::before { content: ""; position: absolute; left: 9px; top: 8px; width: 8px; height: 8px; border-right: 2px solid var(--teal); border-bottom: 2px solid var(--teal); transform: rotate(45deg); }
.bdh-faq__item[open] .bdh-faq__chev { transform: rotate(180deg); background: var(--butter-soft); }
.bdh-faq__item[open] summary { border-bottom: 1px solid var(--line); }
.bdh-faq__body { padding: 14px 20px 18px; }
.bdh-faq__body p { margin: 0; font-size: 15px; line-height: 1.65; }
@media (max-width: 900px) { .bdh-faq { grid-template-columns: minmax(0, 1fr); gap: 20px; } }
@media (prefers-reduced-motion: reduce) { .bdh-faq__chev { transition: none; } }
/* keep section vertical padding on phones (the .bdh-wrap gutter rule must not zero it) */
@media (max-width: 900px) { .bdh .bdh-wrap.bdh-hero__in { padding-top: 36px !important; padding-bottom: 40px !important; } .bdh .bdh-wrap.bdh-whole__in { padding-top: 48px !important; padding-bottom: 48px !important; } .bdh .bdh-wrap.bdh-strip__in { padding-top: 14px !important; padding-bottom: 14px !important; } }
@media (max-width: 640px) { .bdh .bdh-wrap.bdh-hero__in { padding-top: 28px !important; padding-bottom: 36px !important; } }

/* ---------- hero slider (square) ---------- */
.bdh-hero__in { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); }
.bdh-slider { position: relative; width: 100%; max-width: 520px; aspect-ratio: 1 / 1; justify-self: end; border-radius: 24px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 44px rgba(40,57,55,.12); }
.bdh-slider__track { position: absolute; inset: 0; }
.bdh-slide { position: absolute; inset: 0; display: block; opacity: 0; transition: opacity .6s ease; }
.bdh-slide.is-active { opacity: 1; z-index: 1; }
.bdh-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bdh-slide__cap { position: absolute; left: 16px; bottom: 16px; background: rgba(255,255,255,.94); color: var(--ink); font-size: 13px; font-weight: 700; padding: 8px 12px; border-radius: 999px; }
.bdh.bdh button.bdh-slider__btn { position: absolute; top: 50%; z-index: 2; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50% !important; border: 0 !important; background: rgba(255,255,255,.92) !important; color: var(--teal) !important; display: inline-flex; align-items: center; justify-content: center; padding: 0 !important; cursor: pointer; box-shadow: 0 4px 14px rgba(0,0,0,.14); opacity: 0; transition: opacity .2s ease, background .15s ease; }
.bdh-slider:hover .bdh-slider__btn, .bdh-slider:focus-within .bdh-slider__btn { opacity: 1; }
.bdh.bdh button.bdh-slider__btn:hover { background: var(--butter) !important; }
.bdh-slider__btn--prev { left: 12px; } .bdh-slider__btn--next { right: 12px; }
.bdh-slider__dots { position: absolute; left: 0; right: 0; bottom: 14px; z-index: 2; display: flex; justify-content: center; gap: 6px; pointer-events: none; }
.bdh.bdh .bdh-slider__dots button { pointer-events: auto; width: 8px; height: 8px; padding: 0 !important; border: 0 !important; border-radius: 999px !important; background: rgba(255,255,255,.6) !important; transition: width .2s ease, background .2s ease; cursor: pointer; }
.bdh.bdh .bdh-slider__dots button.is-active { width: 22px; background: var(--butter) !important; }
@media (max-width: 900px) { .bdh-slider { max-width: none; justify-self: stretch; } .bdh.bdh button.bdh-slider__btn { opacity: 1; width: 36px; height: 36px; } }
@media (prefers-reduced-motion: reduce) { .bdh-slide { transition: none; } }

/* ---------- departments with sub-categories ---------- */
.bdh-depts--subs { grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bdh-depts--subs .bdh-dept { flex-direction: row; align-items: flex-start; gap: 14px; padding: 14px; }
.bdh-depts--subs .bdh-dept__img { width: 88px; flex: none; aspect-ratio: 1 / 1; border-radius: 12px; overflow: hidden; }
.bdh-depts--subs .bdh-dept__img img { padding: 6px; }
.bdh-depts--subs .bdh-dept__body { padding: 0; min-width: 0; flex: 1; }
.bdh-dept__title { display: flex; flex-direction: column; gap: 2px; text-decoration: none; }
.bdh-dept__title b { font-size: 15px; color: var(--ink); }
.bdh-dept__title span { font-size: 12px; color: var(--muted); }
.bdh-dept__subs { list-style: none; margin: 10px 0 0; padding: 10px 0 0; border-top: 1px dashed var(--line); display: grid; gap: 4px; }
.bdh-dept__subs li a { display: flex; justify-content: space-between; gap: 8px; font-size: 13px; color: var(--text); }
.bdh-dept__subs li a:hover { color: var(--green-dark); }
.bdh-dept__subs li a span { color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; }
@media (max-width: 1100px) { .bdh-depts--subs { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .bdh-depts--subs { grid-template-columns: repeat(2, 1fr); gap: 12px; } .bdh-depts--subs .bdh-dept { flex-direction: column; } .bdh-depts--subs .bdh-dept__img { width: 100%; max-height: 120px; } }
@media (max-width: 480px) { .bdh-depts--subs { grid-template-columns: minmax(0, 1fr); } }

/* wholesale band directly under the hero */
.bdh-hero + .bdh-whole { border-top: 1px solid rgba(255,255,255,.08); }

@media (max-width: 900px) { .bdh .bdh-hero__in { grid-template-columns: minmax(0, 1fr) !important; } .bdh-slider { max-width: 100%; justify-self: stretch; } .bdh-eyebrow { white-space: normal; } }
/* hero slide badge (editable per slide) */
.bdh-slide__badge { position: absolute; left: 16px; top: 16px; z-index: 1; background: var(--butter); color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 6px 11px; border-radius: 999px; box-shadow: 0 4px 12px rgba(0,0,0,.12); }
