:root {
  --fc-charcoal: #171714;
  --fc-black: #0d0d0b;
  --fc-cream: #f4eddf;
  --fc-paper: #fffaf0;
  --fc-red: #c7372f;
  --fc-red-dark: #98251f;
  --fc-green: #557346;
  --fc-green-dark: #33492a;
  --fc-gold: #c99a45;
  --fc-muted: #716d64;
  --fc-border: rgba(23, 23, 20, .14);
  --fc-radius: 10px;
  --fc-shadow: 0 18px 50px rgba(20, 18, 13, .12);
}

body.farang-chops-site {
  background: var(--fc-paper);
  color: var(--fc-charcoal);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.farang-chops-site #footerwrap::before {
  background-color: var(--fc-paper);
  background-image: none;
  -webkit-mask: url("../../../themify-ultra/skins/sushi/images/mask.svg") top left / 100% auto no-repeat;
  mask: url("../../../themify-ultra/skins/sushi/images/mask.svg") top left / 100% auto no-repeat;
}

.farang-chops-site h1,
.farang-chops-site h2,
.farang-chops-site h3,
.farang-chops-site .post-title,
.farang-chops-site .widgettitle {
  color: var(--fc-charcoal);
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: .98;
  text-transform: uppercase;
}

.farang-chops-site a { color: var(--fc-red); }
.farang-chops-site a:hover { color: var(--fc-red-dark); }

.farang-chops-site #headerwrap {
  background: rgba(13,13,11,.96);
  border: 0;
  color: #fff;
}

.farang-chops-site #site-logo a,
.farang-chops-site #main-nav a {
  color: #fff;
}

.farang-chops-site #main-nav a:hover,
.farang-chops-site #main-nav .current-menu-item > a {
  color: #ff705f;
}

.farang-chops-site #main-nav > li:last-child > a {
  background: var(--fc-red);
  border-radius: 999px;
  padding-left: 1.1em;
  padding-right: 1.1em;
}

.fc-kicker,
.fc-section-heading > span,
.fc-callout > span,
.fc-brand-statement > div > span {
  color: var(--fc-red);
  display: block;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  margin-bottom: .65rem;
  text-transform: uppercase;
}

.fc-archive,
.fc-single {
  padding-bottom: 5rem;
  padding-top: 4rem;
}

.fc-archive-hero,
.fc-single-heading {
  margin: 0 auto 3rem;
  max-width: 920px;
  text-align: center;
}

.fc-archive-hero h1,
.fc-single-heading h1 {
  font-size: clamp(3rem, 7vw, 7.5rem);
  margin: 0 0 1rem;
}

.fc-archive-description,
.fc-lede {
  color: var(--fc-muted);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.fc-card-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-card {
  background: #fff;
  border: 1px solid var(--fc-border);
  border-radius: var(--fc-radius);
  box-shadow: 0 8px 25px rgba(20,18,13,.05);
  margin: 0;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.fc-card.is-hovered,
.fc-card:hover {
  box-shadow: var(--fc-shadow);
  transform: translateY(-5px);
}

.fc-card__image {
  aspect-ratio: 10 / 7;
  background: var(--fc-charcoal);
  display: block;
  overflow: hidden;
  position: relative;
}

.fc-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  width: 100%;
}

.fc-card:hover .fc-card__image img { transform: scale(1.035); }

.fc-card__label {
  background: var(--fc-red);
  bottom: 1rem;
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
  left: 1rem;
  letter-spacing: .11em;
  padding: .45rem .65rem;
  position: absolute;
  text-transform: uppercase;
}

.fc-card__body { padding: 1.35rem; }
.fc-card__title { font-size: 1.8rem; margin: .75rem 0; }
.fc-card__title a { color: inherit; text-decoration: none; }
.fc-card__excerpt { color: var(--fc-muted); line-height: 1.65; }

.fc-text-link {
  display: inline-block;
  font-weight: 800;
  margin-top: .8rem;
  text-decoration: none;
}

.fc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.fc-chip {
  background: rgba(85,115,70,.10);
  border-radius: 999px;
  color: var(--fc-green-dark) !important;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  padding: .32rem .6rem;
  text-decoration: none;
  text-transform: uppercase;
}

.fc-rating {
  align-items: center;
  display: flex;
  gap: .55rem;
  margin: .8rem 0;
}

.fc-rating__stars {
  color: #ddd4c3;
  display: inline-block;
  font-size: 1.05rem;
  letter-spacing: .08em;
  position: relative;
}

.fc-rating__stars > span {
  color: var(--fc-gold);
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.fc-single-hero {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  margin-bottom: 2.5rem;
}

.fc-single-hero h1 {
  font-size: clamp(3.1rem, 6vw, 6.8rem);
  margin: 0 0 1.2rem;
}

.fc-single-hero__image {
  background: var(--fc-charcoal);
  border-radius: var(--fc-radius);
  box-shadow: var(--fc-shadow);
  overflow: hidden;
}

.fc-single-hero__image img {
  display: block;
  width: 100%;
}

.fc-facts {
  background: var(--fc-charcoal);
  border-radius: var(--fc-radius);
  color: #fff;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin: 2rem 0 3rem;
  overflow: hidden;
}

.fc-fact {
  background: rgba(255,255,255,.035);
  padding: 1.25rem 1.4rem;
}

.fc-fact span {
  color: #b9b3a9;
  display: block;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: .35rem;
  text-transform: uppercase;
}

.fc-fact strong { font-size: 1.05rem; }
.fc-fact a { color: #fff; }

.fc-prose {
  font-size: 1.12rem;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 840px;
}

.fc-prose h2 { font-size: 2.5rem; margin-top: 2.2em; }
.fc-prose blockquote {
  border-left: 6px solid var(--fc-red);
  color: var(--fc-green-dark);
  font-size: 1.35em;
  font-weight: 700;
  margin: 2rem 0;
  padding-left: 1.5rem;
}

.fc-video-embed {
  background: var(--fc-black);
  border-radius: var(--fc-radius);
  box-shadow: var(--fc-shadow);
  margin: 2rem auto 3rem;
  max-width: 1180px;
  overflow: hidden;
  position: relative;
}

.fc-video-embed iframe {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  width: 100%;
}

.fc-callout,
.fc-recipe-panel {
  background: var(--fc-cream);
  border: 1px solid rgba(51,73,42,.15);
  border-radius: var(--fc-radius);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.fc-callout { margin: 2rem auto 3rem; max-width: 840px; }
.fc-callout h2,
.fc-recipe-panel h2 { font-size: 2.8rem; margin: 0 0 1rem; }

.fc-recipe-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: .8fr 1.2fr;
  margin: 2.5rem 0 3.5rem;
}

.fc-recipe-panel li {
  border-bottom: 1px solid rgba(23,23,20,.10);
  padding: .7rem 0;
}

.fc-recipe-panel ol { counter-reset: fc-step; list-style: none; padding: 0; }
.fc-recipe-panel ol li {
  counter-increment: fc-step;
  padding-left: 3rem;
  position: relative;
}
.fc-recipe-panel ol li::before {
  background: var(--fc-red);
  border-radius: 50%;
  color: #fff;
  content: counter(fc-step);
  font-weight: 900;
  height: 2rem;
  left: 0;
  line-height: 2rem;
  position: absolute;
  text-align: center;
  top: .55rem;
  width: 2rem;
}

.fc-section { padding: clamp(3rem, 7vw, 6rem) 0; }
.fc-section-heading { margin-bottom: 2rem; }
.fc-section-heading h2 { font-size: clamp(2.5rem, 5vw, 5rem); margin: 0; }

.fc-brand-statement {
  align-items: center;
  background: var(--fc-charcoal);
  border-radius: var(--fc-radius);
  color: #fff;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 220px 1fr;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.fc-brand-statement img { width: 100%; }
.fc-brand-statement h2 {
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  margin: 0 0 1rem;
}
.fc-brand-statement p { color: #c9c3b8; font-size: 1.15rem; }

.fc-explore-grid {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.fc-explore-grid a {
  background: var(--fc-cream);
  border-bottom: 5px solid var(--fc-green);
  color: var(--fc-charcoal);
  min-height: 160px;
  padding: 1.3rem;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.fc-explore-grid a:hover {
  background: #fff;
  transform: translateY(-4px);
}
.fc-explore-grid strong {
  display: block;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.fc-explore-grid span { color: var(--fc-muted); display: block; margin-top: .55rem; }

.fc-widget {
  background: #fff;
  border: 1px solid var(--fc-border);
  border-top: 5px solid var(--fc-red);
  padding: 1.4rem;
}

.fc-pagination { margin-top: 3rem; text-align: center; }

@media (max-width: 980px) {
  .fc-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fc-explore-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fc-single-hero { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .fc-card-grid,
  .fc-recipe-grid,
  .fc-brand-statement { grid-template-columns: 1fr; }
  .fc-explore-grid { grid-template-columns: 1fr; }
  .fc-brand-statement img { max-width: 180px; }
  .fc-archive, .fc-single { padding-top: 2rem; }
}
