@font-face {
  font-family: "leiko";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/leiko.woff2") format("woff2"),
       url("../assets/fonts/leiko.woff") format("woff");
}

:root {
  --brown: #633018;
  --gold: #fdbd48;
  --white: #fff;
  --text: #434343;
  --font: "Poppins", sans-serif;
  --display: "leiko", Georgia, serif;
  --nav: "Roboto", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.5;
}

.cfc-page--home,
.cfc-page--menu,
.cfc-page--about,
.cfc-page--shop,
.cfc-page--franchise,
.cfc-page--blog,
.cfc-page--gallery,
.cfc-page--contact { background: var(--brown); }

.cfc-page--home,
.cfc-page--franchise { overflow-x: hidden; }

img, video { max-width: 100%; height: auto; display: block; }

a { color: inherit; }

.cfc-skip {
  position: absolute;
  left: -9999px;
  z-index: 10000;
  padding: 0.75em 1.5em;
  background: #fff;
}

.cfc-skip:focus { left: 0; }

/* Header */
.cfc-header {
  background: var(--brown);
  position: relative;
  z-index: 20;
}

.cfc-theme--home {
  position: relative;
}

.cfc-theme--home .cfc-header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
}

.cfc-header__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0;
  min-width: 0;
}

.cfc-logo {
  flex: 0 0 24%;
  min-width: 0;
}

.cfc-logo img {
  width: 90%;
  max-width: 100%;
  height: auto;
  padding: 5px 0;
}

.cfc-nav { flex: 1 1 76%; }

.cfc-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cfc-nav a {
  display: block;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  font-family: var(--nav);
  font-weight: 400;
  font-size: 16px;
}

.cfc-theme--home .cfc-nav a { color: var(--brown); }

.cfc-nav-toggle,
.cfc-nav-close { display: none; background: none; border: 0; cursor: pointer; }

.cfc-nav-toggle {
  margin-left: auto;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.cfc-nav-toggle span { display: block; height: 2px; width: 22px; background: #fff; }
.cfc-theme--home .cfc-nav-toggle span { background: var(--brown); }

.cfc-theme--home .cfc-nav-toggle {
  margin-right: 4px;
}

/* Home — live measurements from post-1389 */
.home-hero {
  /* Group-29-1.webp is 1440×1328 — grow with the art so the davara is not cropped */
  aspect-ratio: 1440 / 1328;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 120px 20px 0;
  overflow: hidden;
  background-color: var(--brown);
  background-image:
    url("../assets/2024/03/Group-4.png"),
    url("../assets/2024/03/Group-5.png"),
    url("../assets/2024/03/Group-29-1.webp");
  background-position: bottom left, bottom right, top center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 15% auto, 13% auto, 100% auto;
}

.home-hero__inner {
  background: #633018c2;
  padding: 20px 18px 22px;
  width: 36%;
  max-width: 520px;
  border-radius: 10px;
}

.home-hero__welcome {
  font-family: var(--font);
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 10px;
}

.home-hero__mark { width: 80%; max-width: 100%; height: auto; margin: 0 auto 10px; }

.home-hero__call {
  font-family: var(--font);
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin: 4px 0 6px;
}

.home-phone {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 25px;
  font-weight: 600;
  text-decoration: none;
  margin-top: -8px;
}

.home-phone__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--brown);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-phone__icon svg { width: 14px; height: 14px; }

.home-phone--on-gold {
  color: #fff;
  font-size: 30px;
  gap: 9px;
}
.home-phone--on-gold .home-phone__icon {
  background: #fff;
  color: var(--brown);
  width: 34px;
  height: 34px;
}

.home-intro {
  text-align: center;
  color: #fff;
  padding: 50px 20px 30px;
  background: var(--brown);
}

.home-intro h2 {
  font-family: var(--font);
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 16px;
}

.home-intro p {
  font-family: var(--font);
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin: 0 auto 8px;
  max-width: none;
  padding: 0 150px;
}

.home-andal,
.home-founder,
.home-story,
.home-quote {
  position: relative;
  overflow: hidden;
  max-width: none;
  width: 100%;
  color: #fff;
  background-color: var(--brown);
  background-repeat: no-repeat;
}

.home-andal__inner,
.home-story__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 40px;
}

.home-andal__inner > img,
.home-story__inner > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.home-copy p {
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 1em;
  line-height: 1.6;
}

.home-quote {
  background-image: url("../assets/2024/03/Group-9.png");
  background-position: center right;
  background-size: 12% auto;
  min-height: 280px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
}

.home-quote img { width: 203px; height: auto; }

.home-quote h2 {
  font-family: var(--font);
  font-size: 36px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fdbd48;
  margin: 0;
  max-width: 720px;
  line-height: 1.25;
}

.home-founder {
  padding: 50px 0 40px;
  background-image: url("../assets/2024/03/Group-10.png");
  background-position: top left;
  background-size: 13% auto;
}

.home-founder__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
  align-items: center;
  max-width: none;
  margin: 0;
  padding: 20px 7% 0 12%;
}

.home-founder h2,
.home-story h2,
.home-story h3,
.home-cta h2,
.home-cta h3 {
  font-family: var(--font);
  font-weight: 500;
  color: #fff;
  margin: 0 0 14px;
}

.home-founder h2 { font-size: 22px; font-weight: 500; }
.home-founder__card { text-align: center; }
.home-founder__card img {
  width: 86%;
  max-width: 620px;
  margin: 0 auto;
}
.home-founder__card h3 {
  font-family: var(--font);
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 12px 0 0;
}
.home-founder__card p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin: 4px 0 0;
}

.home-founder > .home-copy {
  max-width: none;
  margin: 36px 0 0;
  padding: 0 7% 0 12%;
}

.home-story {
  background-image: url("../assets/2024/03/Group-11.png");
  background-position: top right;
  background-size: 10% auto;
}

.home-story h2,
.home-story h3 { font-size: 20px; }

.home-cta {
  text-align: center;
  color: #fff;
  padding: 50px 20px 40px;
  background: var(--brown);
}

.home-cta h2 { font-size: 20px; }
.home-cta h3 { font-size: 20px; margin-top: 28px; }
.home-cta p { max-width: 760px; margin: 0 auto 10px; font-size: 14px; font-weight: 300; }

.home-cta__btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 24px 0 8px;
}

.home-cta__btns a {
  background: var(--gold);
  color: #000;
  text-decoration: none;
  padding: 10px 18px;
  font-weight: 500;
}

.home-cta__more {
  color: #f3b02d;
  text-decoration: none;
  font-weight: 500;
}

.home-wide,
.home-strip {
  background: var(--brown);
  text-align: center;
  padding: 0;
  line-height: 0;
}

.home-wide img {
  width: min(1170px, 100%);
  margin: 0 auto;
  display: block;
}

.home-strip img {
  width: 100%;
  max-width: none;
  margin: 0;
  display: block;
}

.cfc-page--home .cfc-main { padding-bottom: 0; }
.cfc-page--home .cfc-footer { margin-top: 0; }

/* About us — live post-1714 */
.about-map {
  background: var(--brown);
  line-height: 0;
}

.about-map video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  background: var(--brown);
}

.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 40px;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 24px 50px;
  color: #fff;
}

.about-split > img {
  width: 100%;
  height: auto;
}

.about-story h2,
.about-brands h2,
.about-journey h2,
.about-featured h2 {
  font-family: var(--font);
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 14px;
}

.about-story h3 {
  font-family: var(--font);
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 18px 0 10px;
}

.about-story p,
.about-journey > p {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-align: justify;
  margin: 0 0 1em;
  line-height: 1.6;
}

.about-brands,
.about-journey,
.about-featured {
  background: var(--brown);
  color: #fff;
  padding: 20px 24px 50px;
}

.about-brands h2,
.about-journey h2,
.about-featured h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
}

.about-brands__row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 140px));
  justify-content: center;
  gap: 28px 36px;
  align-items: center;
  max-width: 1100px;
  margin: 28px auto 10px;
}

.about-brands__row a,
.about-brands__row span {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
}

.about-brands__row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-journey > p {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
}

.about-timeline {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 52px;
}

.about-timeline__rail {
  position: absolute;
  left: 52px;
  right: 52px;
  top: 78px;
  height: 2px;
  background: #fff;
  z-index: 0;
  pointer-events: none;
}

.about-timeline__fill {
  display: block;
  height: 100%;
  width: 36%;
  background: #faaa2f;
}

.about-timeline__scroller {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 8px;
}

.about-timeline__scroller::-webkit-scrollbar { display: none; }

.about-milestone {
  position: relative;
  flex: 0 0 calc((100% - 40px) / 3);
  scroll-snap-align: start;
  text-align: center;
}

.about-milestone__meta { min-height: 54px; }

.about-milestone__year {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.about-milestone__tag {
  color: #c8c8c8;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.about-milestone__dot {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin: 14px auto 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px var(--brown);
}

.about-milestone__card {
  position: relative;
  margin-top: 26px;
  padding: 16px 16px 18px;
  background: #fff;
  border-radius: 10px;
  color: #1a394e;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.about-milestone__card::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
}

.about-milestone img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.about-milestone h3 {
  font-family: var(--font);
  font-size: 20px;
  font-weight: 500;
  color: #1a394e;
  margin: 12px 4px 4px;
}

.about-milestone__from {
  color: #1a394e;
  font-size: 16px;
  font-weight: 500;
  margin: 0 4px;
}

.about-timeline__btn {
  position: absolute;
  top: 70px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #faaa2f;
}

.about-timeline__btn--prev { left: 0; }
.about-timeline__btn--next { right: 0; }

.about-timeline__btn::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #faaa2f;
  border-right: 2px solid #faaa2f;
}

.about-timeline__btn--prev::before { transform: rotate(-135deg); margin-left: 10px; }
.about-timeline__btn--next::before { transform: rotate(45deg); margin-left: 6px; }

.about-videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 1140px;
  margin: 16px auto 40px;
}

.about-videos iframe,
.about-videos .cfc-yt {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #1a0f0a;
  position: relative;
  display: block;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}
.cfc-yt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cfc-yt__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin: -24px 0 0 -34px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 48'%3E%3Cpath d='M66.5 7.7a8 8 0 0 0-5.6-5.7C55.8.8 34 .8 34 .8S12.2.8 7.1 2a8 8 0 0 0-5.6 5.7A83 83 0 0 0 .4 24a83 83 0 0 0 1.1 16.3 8 8 0 0 0 5.6 5.7c5.1 1.2 26.9 1.2 26.9 1.2s21.8 0 26.9-1.2a8 8 0 0 0 5.6-5.7A83 83 0 0 0 67.6 24a83 83 0 0 0-1.1-16.3z' fill='%23f00'/%3E%3Cpath d='M45 24 27 13.8v20.4z' fill='%23fff'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 1024px) {
  .about-split { grid-template-columns: 1fr; }
  .about-milestone { flex-basis: calc((100% - 20px) / 2); }
}

@media (max-width: 767px) {
  .about-story h2,
  .about-story h3,
  .about-brands h2,
  .about-journey h2,
  .about-featured h2 { font-size: 26px; }
  .about-brands__row { grid-template-columns: repeat(2, minmax(0, 140px)); }
  .about-milestone { flex: 0 0 86%; }
  .about-videos { grid-template-columns: 1fr; }
}

/* Menu — live: 1140 box, 10px inset, 20px gutters, 360px squares at 1440 */
.menu-board {
  max-width: 1140px;
  margin: 70px auto 100px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 0;
  padding: 0 10px;
}

.menu-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.menu-card {
  width: 100%;
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
  background: #000;
}

.menu-card video,
.menu-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 0;
}

/* Inner pages */
.page-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 20px 80px;
}

.page-wrap h1,
.page-wrap h2 { color: var(--brown); font-family: var(--display); }

.page-hero {
  background: var(--brown);
  color: #fff;
  text-align: center;
  padding: 48px 20px 36px;
}

.page-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(32px, 5vw, 48px);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.prose p { margin: 0 0 1em; }

.brand-row,
.award-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
  align-items: center;
}

.award-card { text-align: center; }
.award-card img { width: 100%; margin-bottom: 10px; }

.video-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.video-row iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  background: #1a0f0a;
}

/* Contact — live post-76 */
.cfc-page--contact .cfc-main { padding-bottom: 0; }
.cfc-page--contact .cfc-footer { margin-top: 0; }

.contact-page {
  background: var(--brown) url("../assets/2024/03/Group-5.png") top right / 8% auto no-repeat;
  padding: 80px 0 0 80px;
}

.contact-page__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px 40px;
  align-items: center;
}

.contact-page__kicker {
  margin: 0 0 4px;
  font-family: var(--font);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--gold);
}

.contact-page__title {
  margin: 0 0 18px;
  font-family: var(--font);
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

.cfc-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cfc-turnstile {
  margin: 4px 0 16px;
  max-width: 100%;
  overflow-x: auto;
}
.cfc-turnstile .cf-turnstile { display: inline-block; }

.contact-form { max-width: 520px; }

.contact-form__field {
  display: block;
  margin: 0 0 14px;
}

.contact-form__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.contact-form__field input,
.contact-form__field textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 11px 15px;
  border: 1px solid #dadbdd;
  border-radius: 7px;
  background: #fff;
  color: #434343;
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.3;
}

.contact-form__field textarea { min-height: 88px; resize: vertical; }

.contact-form__field input:focus,
.contact-form__field textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.contact-form__submit {
  appearance: none;
  border: 0;
  border-radius: 50px;
  background: var(--gold);
  color: var(--brown);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  padding: 10px 22px;
  cursor: pointer;
}

.contact-page__art img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-page__strip {
  margin: 24px 0 0;
  padding: 0 80px 0 0;
  line-height: 0;
}

.contact-page__strip img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .contact-page { padding: 40px; }
  .contact-page__split { grid-template-columns: 1fr; }
  .contact-page__strip { padding: 0; }
}

.form-grid { display: grid; gap: 14px; max-width: 640px; }

.form-grid input,
.form-grid textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  font: inherit;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.phone-cta a {
  color: var(--brown);
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

/* Shop — live post-3290: brown full-bleed banner + white copy + white cart button */
.shop-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  background: var(--brown);
  text-align: center;
  color: #fff;
}

.shop-page__banner {
  display: block;
  width: 100%;
  line-height: 0;
}

.shop-page__banner img {
  width: 100%;
  height: auto;
  margin: 0;
}

.shop-page__copy {
  width: 72%;
  max-width: 72%;
  margin: 0;
  padding: 20px;
  font-family: var(--font);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.shop-page__cta {
  padding: 16px 16px 50px;
}

.shop-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  color: var(--brown);
  fill: var(--brown);
  text-decoration: none;
  font-family: var(--font);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding: 12px 24px;
  border-radius: 3px;
  min-height: 40px;
  box-sizing: border-box;
}

.shop-page__cart {
  width: 1em;
  height: 1em;
  fill: currentColor;
  flex: 0 0 auto;
}

.cfc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brown);
  color: #fff;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 0;
  font-weight: 600;
}

/* Blog listing — live post-2321 / WPR grid */
.cfc-page--blog .cfc-main { padding-bottom: 0; }
.cfc-page--blog .cfc-footer { margin-top: 0; }

.blog-page {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 20px 50px;
}

.blog-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 25px;
}

.blog-filters__item {
  display: inline-block;
  padding: 3px 15px;
  margin-top: 20px;
  color: #7a7a7a;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.blog-filters__item:hover,
.blog-filters__item.is-on {
  color: #fff;
  background: #434343;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 15px;
}

.blog-card {
  background: #fff;
  min-width: 0;
}

.blog-card__title {
  margin: 0;
  padding: 15px 10px 10px;
  background: #fff;
}

.blog-card__title a {
  color: #515151;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.9px;
  text-decoration: none;
}

.blog-card__title a:hover { color: #333; }

.blog-card__media {
  display: block;
  line-height: 0;
  background: #1a0f0a;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-card__body { padding: 0 9px 9px; }

.blog-card__cat {
  margin: 10px 0 0 1px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.blog-card__cat a {
  color: #6e6e6e;
  text-decoration: none;
  border-bottom: 1px solid #e5ae47;
}

.blog-card__excerpt {
  margin: 15px 1px 0;
  color: #8d8d8d;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}

.blog-card__more {
  margin: 20px 0 5px 1px;
}

.blog-card__more a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #737372;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.blog-card__more svg { width: 12px; height: 12px; flex: 0 0 auto; }

.blog-more {
  display: flex;
  justify-content: center;
  margin: 25px 0 0;
}

.blog-more__btn {
  display: inline-block;
  padding: 8px 20px;
  background: #434343;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.blog-more__btn:hover { background: #212121; }

.blog-end {
  margin: 25px 0 0;
  text-align: center;
  color: #434343;
  font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 1024px) {
  .blog-filters { display: none; }
}

@media (max-width: 767px) {
  .blog-grid { grid-template-columns: 1fr; }
}

.post-body a { color: var(--brown); }
.post-body img { margin: 16px 0; }

/* Media Hub — live post-3015 Smash Balloon IG grid */
.media-hub {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 40px 50px;
}

.media-hub__title {
  margin: 0 0 22px;
  text-align: center;
  color: var(--brown);
  font-family: var(--font);
  font-size: 32px;
  font-weight: 400;
}

.media-hub__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.media-hub__item {
  position: relative;
  display: block;
  overflow: hidden;
  background: #111;
  aspect-ratio: 4 / 5;
}

.media-hub__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-hub__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin: -24px 0 0 -34px;
  pointer-events: none;
}

.media-hub__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.media-hub__more,
.media-hub__follow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 16px;
  text-decoration: none;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
}

.media-hub__more {
  background: #f1f1f1;
  color: #333;
}

.media-hub__follow {
  background: #408bd1;
  color: #fff;
}

.media-hub__follow svg { width: 16px; height: 16px; }

@media (max-width: 1024px) {
  .media-hub { padding: 30px 16px 40px; }
  .media-hub__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .media-hub__title { font-size: 20px; }
  .media-hub__grid { grid-template-columns: 1fr; }
  .media-hub { padding: 24px 12px 36px; }
}

/* Gallery — live post-66: brown masonry, gold titles, 15px gutters */
.cfc-page--gallery .cfc-main { padding-bottom: 0; }
.cfc-page--gallery .cfc-footer { margin-top: 0; }

.gallery-page {
  background-color: var(--brown);
  background-image:
    url("../assets/2024/03/Group-5.png"),
    url("../assets/2024/03/Group-8-1.png");
  background-position: top right, bottom left;
  background-repeat: no-repeat, no-repeat;
  background-size: 25% auto, 10% auto;
  padding: 30px 20px 110px;
}

.gallery-block { margin: 0 0 28px; }

.gallery-block__title {
  margin: 0 0 20px;
  padding-top: 20px;
  text-align: center;
  font-family: var(--font);
  font-size: 40px;
  font-weight: 400;
  color: var(--gold);
}

.gallery-block:first-child .gallery-block__title { padding-top: 0; }

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

.gallery-item {
  display: block;
  margin: 0;
  line-height: 0;
  overflow: hidden;
  background: #1a0f0a;
  aspect-ratio: 4 / 3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.gallery-item:hover img { opacity: 0.88; }

.gallery-lb {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 56px;
}

.gallery-lb[hidden] { display: none; }

.gallery-lb__img {
  max-width: min(1200px, 100%);
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.gallery-lb__close,
.gallery-lb__prev,
.gallery-lb__next {
  position: absolute;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  width: 44px;
  height: 44px;
}

.gallery-lb__close { top: 12px; right: 12px; }
.gallery-lb__close::before { content: "✕"; font-size: 22px; }

.gallery-lb__prev { left: 8px; top: 50%; margin-top: -22px; }
.gallery-lb__next { right: 8px; top: 50%; margin-top: -22px; }
.gallery-lb__prev::before { content: "‹"; font-size: 40px; line-height: 1; }
.gallery-lb__next::before { content: "›"; font-size: 40px; line-height: 1; }

@media (max-width: 1024px) {
  .gallery-page { padding: 50px 10px; background-size: 25% auto, 10% auto; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .gallery-block__title { font-size: 28px; padding-top: 16px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Franchise — live post-58 */
.cfc-page--franchise .cfc-main { padding-bottom: 0; }
.cfc-page--franchise .cfc-footer { margin-top: 0; }

.franchise-enquiry {
  background: #633017;
  padding: 36px 20px 48px;
}

.franchise-enquiry__inner {
  width: 69%;
  max-width: 69%;
  margin: 0 auto;
  min-width: 0;
}

.franchise-enquiry__title {
  margin: 0 0 14px;
  text-align: center;
  color: #fcbd49;
  font-family: var(--font);
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1.2px;
  line-height: 1.3;
}

.franchise-enquiry__lead {
  margin: 0 0 14px;
  text-align: center;
  color: #ffffff;
  font-family: var(--font);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.franchise-enquiry__lead + .franchise-enquiry__lead {
  margin-bottom: 28px;
}

.franchise-form { margin: 0; }

.franchise-field {
  display: block;
  margin: 0 0 20px;
  min-width: 0;
}

.franchise-field__label {
  display: block;
  margin: 0 0 5px;
  color: #fcbd49;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 600;
}

.franchise-req {
  color: #f56c6c;
  font-weight: 600;
  text-decoration: none;
}

.franchise-field input,
.franchise-field textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 11px 15px;
  border: 1px solid #6a4a32;
  border-radius: 7px;
  background: #02010142;
  color: #fcf6f6;
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.3;
}

.franchise-field textarea { min-height: 120px; resize: vertical; }

.franchise-field input::placeholder,
.franchise-field textarea::placeholder {
  color: #fff;
  opacity: 1;
}

.franchise-field input:focus,
.franchise-field textarea:focus {
  outline: none;
  border-color: #fcbd49;
}

.franchise-field input[aria-invalid="true"],
.franchise-field textarea[aria-invalid="true"] {
  border-color: #f56c6c;
}

.franchise-form__row {
  display: flex;
  gap: 15px;
}

.franchise-form__row .franchise-field { flex: 1 1 50%; min-width: 0; }

.franchise-field__phone {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #6a4a32;
  border-radius: 7px;
  background: #02010142;
}

.franchise-field__phone:focus-within {
  border-color: #fcbd49;
}

.franchise-field__cc {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 12px;
  background: transparent;
  color: #fcbd49;
  border: 0;
  border-right: 1px solid #6a4a32;
  border-radius: 0;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.franchise-field__phone input {
  width: 0;
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.franchise-form__actions {
  display: flex;
  justify-content: flex-end;
  margin: 4px 0 0;
}

.franchise-form__submit {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 7px;
  background: #fcbd49;
  color: #000;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.5;
  padding: 8px 20px;
  cursor: pointer;
}

.franchise-form__submit:hover { opacity: 0.85; }

.franchise-why {
  background: var(--brown);
  color: #fff;
  padding: 40px 20px 0;
}

.franchise-why > h2 {
  margin: 0 auto;
  padding: 10px 0 30px;
  text-align: center;
  font-family: var(--font);
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}

.franchise-why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  max-width: 1140px;
  margin: 0 auto;
}

.franchise-why__item { margin: 0 0 28px; }

.franchise-why__item h2,
.franchise-why__item h3 {
  margin: 0 0 10px;
  font-family: var(--font);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.franchise-why__item p {
  margin: 0 0 1em;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 1.6;
}

.franchise-why__item p:last-child { margin-bottom: 0; }

.franchise-why__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 16px;
  padding: 18px 0 10px;
}

.franchise-why__btns a {
  background: var(--gold);
  color: #000;
  text-decoration: none;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 3px;
}

.franchise-call {
  text-align: center;
  padding: 8px 0 20px;
}

.franchise-call h3 {
  margin: 0 0 10px;
  font-family: var(--font);
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.franchise-call__phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-family: var(--display);
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
}

.franchise-call__icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #fff;
}

.franchise-call__icon svg { width: 100%; height: 100%; display: block; }

.franchise-photo {
  background: var(--brown);
  line-height: 0;
  text-align: center;
}

.franchise-photo img {
  width: min(1170px, 100%);
  height: auto;
  margin: 0 auto;
}

.franchise-quotes {
  background: var(--brown);
  padding: 20px 20px 80px;
  overflow: hidden;
}

.franchise-quotes > h2 {
  margin: 0 auto 28px;
  text-align: center;
  font-family: var(--font);
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.franchise-quotes__viewport {
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}

.franchise-quotes__track {
  display: flex;
  gap: 15px;
  will-change: transform;
}

.franchise-quote {
  flex: 0 0 calc((100% - 15px) / 2);
  display: flex;
  align-items: flex-start;
  margin: 0;
  background: #fff;
  border-left: 6px solid #fed865;
  border-radius: 10px;
  padding: 5px 5px 35px 20px;
  box-sizing: border-box;
  min-width: 0;
  max-width: calc((100% - 15px) / 2);
}

.franchise-quote__meta {
  flex: 0 0 110px;
  text-align: center;
  padding-top: 35px;
}

.franchise-quote__meta img {
  width: 85px;
  height: 85px;
  margin: 0 auto 13px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.franchise-quote__meta strong {
  display: block;
  color: #4b4b4b;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.franchise-quote__body {
  flex: 1 1 auto;
  min-width: 0;
  padding: 35px 35px 0 25px;
}

.franchise-quote__body h3 {
  margin: 0 0 25px;
  color: #373737;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}

.franchise-quote__body blockquote {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  color: #777;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-align: left;
}

.franchise-quote__stars {
  margin: 0 0 6px;
  color: #f2ce1b;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
}

.franchise-quote__stars span { margin-right: 1px; }

.franchise-quotes__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 22px 0 0;
}

.franchise-quotes__dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #eaeaea;
  cursor: pointer;
}

.franchise-quotes__dots button.is-on { background: #ff6db9; }

@media (max-width: 1024px) {
  .franchise-why { padding-top: 30px; }
  .franchise-why > h2 { padding-bottom: 20px; }
  .franchise-why__grid { padding: 0 20px 20px; }
  .franchise-call h3 { font-size: 26px; }
  .franchise-call__icon { width: 18px; height: 18px; }
  .franchise-quote__body h3 { font-size: 22px; }
  .franchise-quote__body blockquote { font-size: 15px; }
  .franchise-quote__meta strong { font-size: 14px; }
}

@media (max-width: 767px) {
  .franchise-enquiry,
  .franchise-why,
  .franchise-quotes,
  .franchise-photo { max-width: 100%; }
  .franchise-enquiry { padding: 28px 16px 36px; }
  .franchise-enquiry__inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .franchise-enquiry__title { font-size: 26px; }
  .franchise-form__row { display: block; }
  .franchise-form__actions { justify-content: flex-end; }
  .franchise-why > h2 { font-size: 22px; padding: 10px 8px 20px; }
  .franchise-why__grid {
    grid-template-columns: 1fr;
    padding: 0 0 20px;
  }
  .franchise-quotes { padding: 20px 16px 80px; }
  .franchise-quotes > h2 { font-size: 24px; padding: 0 8px; }
  .franchise-quote {
    flex-basis: 100%;
    max-width: 100%;
    padding: 35px 5px 25px 5px;
  }
  .franchise-quote__meta { padding-top: 15px; flex-basis: 96px; }
  .franchise-quote__body { padding: 15px 20px 0 16px; }
  .franchise-quote__body h3 { font-size: 24px; margin: 0 0 10px; }
  .franchise-quote__body blockquote { font-size: 14px; }
  .franchise-quote__meta strong { font-size: 16px; }
  .franchise-quotes__dots { display: none; }
}

/* Footer */
.cfc-footer {
  background: var(--gold) url("../assets/2024/03/Group-14.png") 0 -70px / 12% auto no-repeat;
  position: relative;
  min-height: 400px;
  color: var(--brown);
}

.cfc-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/2024/03/Group-14-1.png") bottom right / 10% auto no-repeat;
  pointer-events: none;
}

.cfc-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 1089px;
  margin: 0 auto;
  padding: 40px 20px 36px;
  display: grid;
  grid-template-columns: 25% 27% 27% 21%;
  gap: 20px;
}

.cfc-footer__logo img { width: min(180px, 100%); margin: 0 auto; }

.cfc-footer__brand { text-align: center; }

.cfc-footer__brand p {
  font-family: Georgia, serif;
  font-size: 14pt;
  color: var(--brown);
  margin: 12px 0 16px;
}

.cfc-social { display: flex; gap: 15px; justify-content: center; }
.cfc-social a { color: var(--brown); display: inline-flex; }
.cfc-social svg { width: 25px; height: 25px; fill: currentColor; }

.cfc-footer__col h2 {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  color: var(--brown);
  margin: 0 0 12px;
}

.cfc-footer__col ul { list-style: none; margin: 0; padding: 0; }

.cfc-footer__col li {
  padding: 7px 0;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 500;
}

.cfc-footer__col a { text-decoration: none; color: var(--brown); }

.cfc-whatsapp {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cfc-whatsapp svg { width: 28px; height: 28px; }

.cfc-top {
  position: fixed;
  right: 18px;
  bottom: 80px;
  z-index: 998;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: var(--brown);
  color: #fff;
  cursor: pointer;
  display: none;
}

.cfc-top.is-on { display: block; }

@media (max-width: 1024px) {
  .cfc-footer__inner { grid-template-columns: 1fr 1fr; padding: 30px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
  .cfc-header__inner { padding-right: 10px; }
  .cfc-nav-toggle {
    display: flex;
    position: relative;
    z-index: 40;
  }
  .cfc-nav {
    position: fixed;
    inset: 0 auto 0 0;
    width: 300px;
    background: var(--brown);
    transform: translateX(-100%);
    transition: transform .25s ease;
    padding: 70px 30px 30px;
    z-index: 200;
  }
  .cfc-nav.is-open { transform: none; }
  .cfc-nav ul { flex-direction: column; align-items: stretch; }
  .cfc-nav a { color: #fff; font-size: 18px; }
  .cfc-nav-close {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M18.3 5.7 12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3l6.3 6.3 6.3-6.3z'/%3E%3C/svg%3E") center / 20px no-repeat;
  }
  .cfc-nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 150;
  }
  .cfc-logo { flex-basis: 50%; min-width: 0; }
  .menu-board {
    grid-template-columns: 1fr;
    margin: 120px auto 100px;
    padding: 0;
    column-gap: 0;
  }
  .home-andal__inner,
  .home-story__inner,
  .home-founder__top,
  .home-quote,
  .split,
  .why-grid,
  .blog-grid,
  .video-row,
  .cfc-footer__inner { grid-template-columns: 1fr; }
  .home-hero {
    aspect-ratio: auto;
    min-height: 0;
    padding: 300px 16px 40px;
    background-position: top left, top right, top center;
    background-size: 0 0, 0 0, 100% auto;
    align-items: flex-start;
  }
  .home-hero__inner {
    width: 100%;
    max-width: 100%;
    background: transparent;
    padding: 8px 4px 16px;
    border-radius: 0;
  }
  .home-hero__mark { width: 92%; max-width: 340px; }
  .home-hero__welcome,
  .home-hero__call { font-size: 18px; }
  .home-intro,
  .home-andal,
  .home-quote,
  .home-founder,
  .home-story,
  .home-cta { max-width: 100vw; }
  .home-intro p { max-width: 100%; padding: 0 16px; box-sizing: border-box; }
  .home-intro h2 { font-size: 30px; }
  .home-intro p { padding: 0; font-size: 16px; }
  .home-quote { flex-direction: column; text-align: center; }
  .home-quote h2 { font-size: 20px; }
  .home-andal,
  .home-founder,
  .home-story { padding: 30px 0; }
  .home-andal__inner,
  .home-story__inner { padding: 30px 20px; }
  .home-founder__top,
  .home-founder > .home-copy { padding: 0 20px; }
  .home-quote h2 { font-size: 22px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .home-founder__card img { width: 100%; }
}

/* Live Elementor entrance motions, custom class names */
.cfc-js [data-cfc-anim] {
  opacity: 0;
}

[data-cfc-anim].is-in {
  opacity: 1;
  animation-duration: 1.25s;
  animation-fill-mode: both;
}

[data-cfc-anim="fadeInDown"].is-in { animation-name: cfcFadeInDown; }
[data-cfc-anim="fadeInUp"].is-in { animation-name: cfcFadeInUp; }
[data-cfc-anim="fadeInLeft"].is-in { animation-name: cfcFadeInLeft; }
[data-cfc-anim="fadeInRight"].is-in { animation-name: cfcFadeInRight; }

@keyframes cfcFadeInDown {
  from { opacity: 0; transform: translate3d(0, -40px, 0); }
  to { opacity: 1; transform: none; }
}
@keyframes cfcFadeInUp {
  from { opacity: 0; transform: translate3d(0, 40px, 0); }
  to { opacity: 1; transform: none; }
}
@keyframes cfcFadeInLeft {
  from { opacity: 0; transform: translate3d(-40px, 0, 0); }
  to { opacity: 1; transform: none; }
}
@keyframes cfcFadeInRight {
  from { opacity: 0; transform: translate3d(40px, 0, 0); }
  to { opacity: 1; transform: none; }
}

.cfc-faq {
  max-width: 860px;
  margin: 40px auto 70px;
  padding: 0 20px;
  color: var(--brown);
}
.cfc-page--home .cfc-faq,
.cfc-page--about .cfc-faq,
.cfc-page--menu .cfc-faq,
.cfc-page--shop .cfc-faq,
.cfc-page--franchise .cfc-faq,
.cfc-page--blog .cfc-faq,
.cfc-page--gallery .cfc-faq,
.cfc-page--contact .cfc-faq { color: #fff; }
.cfc-faq h2 {
  margin: 0 0 16px;
  font-family: var(--font);
  font-size: 26px;
  font-weight: 600;
}
.cfc-faq__item {
  border-bottom: 1px solid rgba(99,48,24,.15);
  padding: 4px 0;
}
.cfc-page--home .cfc-faq__item,
.cfc-page--about .cfc-faq__item,
.cfc-page--menu .cfc-faq__item,
.cfc-page--shop .cfc-faq__item,
.cfc-page--franchise .cfc-faq__item,
.cfc-page--blog .cfc-faq__item,
.cfc-page--gallery .cfc-faq__item,
.cfc-page--contact .cfc-faq__item { border-color: rgba(255,255,255,.2); }
.cfc-faq__item summary {
  cursor: pointer;
  font-weight: 600;
  padding: 12px 0;
  list-style: none;
}
.cfc-faq__item summary::-webkit-details-marker { display: none; }
.cfc-faq__a {
  padding: 0 0 14px;
  font-size: 15px;
  line-height: 1.6;
  opacity: .92;
}

@media (prefers-reduced-motion: reduce) {
  [data-cfc-anim],
  [data-cfc-anim].is-in {
    opacity: 1;
    animation: none !important;
    transform: none !important;
  }
}
