@font-face {
  font-family: "OGM Script";
  src: url("./Allura-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("./SourceSans3VF-Upright.otf.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("./SourceSerif4-Semibold.otf.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --og-ink: #1b260d;
  --og-green: #3e5f16;
  --og-green-dark: #213804;
  --og-leaf: #5c7426;
  --og-cream: #fbf8ef;
  --og-paper: #fffdf8;
  --og-line: #e5ddcd;
  --og-muted: #5b6252;
  --og-body: #30372d;
  --og-shadow: 0 8px 24px rgba(38, 53, 15, 0.07);
}

body.home .site-header,
body.home #site-navigation,
body.home .entry-header,
body.home .site-footer {
  display: none !important;
}

body.home .site.grid-container {
  max-width: none !important;
  margin: 0 !important;
}

body.home .site-content,
body.home .content-area,
body.home .site-main,
body.home .inside-article,
body.home .entry-content {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home .inside-article {
  background: var(--og-cream) !important;
}

.og-home {
  overflow: hidden;
  background: var(--og-cream);
  color: var(--og-body);
  font-family: "Source Sans 3", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-kerning: normal;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

.og-home img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.og-home a {
  text-decoration: none;
}

.og-home p {
  margin-top: 0;
  text-wrap: pretty;
}

.og-btn,
.og-nav a,
.og-menu-toggle,
.og-badge,
.og-category,
.og-price-table th,
.og-price-table td,
.og-dish a,
.og-soup strong,
.og-builder,
.og-info-card,
.og-compact-column,
.og-special,
.og-location-form a,
.og-faq summary,
.og-more {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.og-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.og-top {
  position: relative;
  z-index: 10;
  background: linear-gradient(90deg, #203803, #3d5c12);
  color: #fff;
}

.og-top-in {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.og-brand {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  padding-right: 36px;
  color: #fff !important;
  font-family: "OGM Script", "Segoe Script", "Brush Script MT", cursive;
  font-size: 30px;
  font-weight: 400;
  line-height: 0.95;
  white-space: nowrap;
}

.og-brand::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 4px;
  width: 25px;
  height: 20px;
  border-radius: 100% 0 100% 0;
  background: #a9b942;
  box-shadow: 9px 5px 0 -3px #7d9730;
  transform: rotate(-28deg);
}

.og-brand small {
  display: block;
  margin-top: 4px;
  color: #e6d88b;
  font: 700 8px/1.15 Arial, sans-serif;
  letter-spacing: 1.8px;
  text-align: center;
}

.og-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.8vw, 28px);
  margin-left: auto;
}

.og-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1px;
}

.og-nav a:hover,
.og-nav a:focus-visible {
  color: #f2df8e !important;
}

.og-search {
  width: 40px;
  height: 40px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
}

.og-search:hover,
.og-search:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.og-search-icon {
  position: relative;
  width: 17px;
  height: 17px;
}

.og-search-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.og-search-icon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 7px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}

.og-menu-toggle {
  display: none;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
}

.og-hero {
  display: grid;
  grid-template-columns: minmax(420px, 44%) 1fr;
  width: min(1180px, calc(100% - 40px));
  min-height: 330px;
  margin: 12px auto 0;
  overflow: hidden;
  border: 1px solid var(--og-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--og-shadow);
}

.og-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 36px;
}

.og-kicker {
  display: none;
}

.og-home h1,
.og-home h2,
.og-home h3 {
  margin-top: 0;
  color: var(--og-ink);
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-weight: 600;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
  hyphens: none;
}

.og-home h1 {
  margin-bottom: 9px;
  font-size: clamp(43px, 4.25vw, 59px);
  line-height: 0.96;
  letter-spacing: -0.8px;
}

.og-home h1 span {
  display: block;
  margin-top: 7px;
  color: var(--og-leaf);
  font-size: 0.58em;
  line-height: 1.08;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

.og-lead {
  max-width: 475px;
  margin-bottom: 14px;
  color: #4b5146;
  font-size: 16px;
  line-height: 1.55;
}

.og-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.og-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 17px;
  border: 1px solid var(--og-green);
  border-radius: 5px;
  color: var(--og-green) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.og-btn.primary {
  border-color: #506c1c;
  background: linear-gradient(#708d32, #4d691a);
  color: #fff !important;
}

.og-btn:hover,
.og-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(44, 63, 17, 0.15);
}

.og-hero-media {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background: #eee8dc;
}

.og-hero-media img {
  position: absolute;
  inset: 0;
  object-position: 56% 51%;
}

.og-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 24%);
}

.og-badges {
  width: min(100%, 480px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-top: 11px;
}

.og-badge {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 7px;
  border: 1px solid var(--og-line);
  border-radius: 6px;
  background: rgba(255, 253, 248, 0.97);
  box-shadow: 0 3px 10px rgba(34, 40, 19, 0.04);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}

.og-badge i,
.og-category b {
  width: 24px;
  height: 24px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--og-leaf);
  border-radius: 50%;
  color: var(--og-green);
  background: #fff;
  font: normal 11px/1 Arial, sans-serif;
}

.og-categories {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
  padding: 7px;
  border: 1px solid var(--og-line);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--og-shadow);
}

.og-category {
  min-width: 0;
  overflow: hidden;
  padding-bottom: 9px;
  border: 1px solid var(--og-line);
  border-radius: 7px;
  background: var(--og-paper);
  color: var(--og-ink) !important;
  font: 600 14px/1.2 "Source Serif 4", Georgia, serif;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.og-category:hover,
.og-category:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 7px 18px rgba(47, 63, 22, 0.12);
}

.og-category img {
  height: 88px;
  object-position: center;
}

.og-category b {
  position: relative;
  width: 25px;
  height: 25px;
  margin: -13px auto 0;
  border: 2px solid #fff;
  background: var(--og-green);
  color: #fff;
  font-size: 10px;
}

.og-category span {
  display: block;
  min-height: 38px;
  padding: 7px 3px 0;
}

.og-section {
  padding-top: 10px;
}

.og-grid-2,
.og-feature-grid,
.og-grid-3 {
  display: grid;
  align-items: stretch;
  gap: 10px;
}

.og-grid-2 {
  grid-template-columns: 35% minmax(0, 65%);
}

.og-feature-grid {
  grid-template-columns: 40% minmax(0, 60%);
}

.og-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.og-panel {
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--og-line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
}

.og-home h2 {
  margin-bottom: 9px;
  font-size: 22px;
  line-height: 1.2;
}

.og-home h3 {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.25;
}

.og-price-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 13px;
  line-height: 1.45;
}

.og-price-table th {
  padding: 7px 8px;
  background: var(--og-green);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.og-price-table td {
  padding: 6px 8px;
  border: 1px solid #e9e1d3;
}

.og-panel > p:has(.og-btn) {
  margin: 9px 0 0;
}

.og-note {
  margin: 6px 0 0;
  color: var(--og-muted);
  font-size: 11px;
  line-height: 1.45;
}

.og-home .og-panel p.og-section-intro {
  margin: 5px 0 10px;
  color: #50594e;
  font-size: 14px;
  line-height: 1.55;
}

[data-og-intro-topic="create-pasta"],
[data-og-intro-topic="nutrition"] {
  text-align: center;
}

.og-section-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  margin: 8px 0 13px;
  padding: 9px 12px;
  border-left: 4px solid var(--og-olive);
  border-radius: 0 7px 7px 0;
  background: #f4f7eb;
  color: #37452c;
  font-size: 13px;
  line-height: 1.45;
}

.og-section-price strong {
  color: var(--og-green);
}

.og-section-price a {
  margin-left: auto;
  color: var(--og-green) !important;
  font-weight: 700;
  text-decoration: none;
}

.og-section-price a:hover,
.og-section-price a:focus-visible {
  text-decoration: underline;
}

.og-feature > .og-section-intro,
.og-feature > .og-section-price {
  position: relative;
  z-index: 2;
  margin-left: 58%;
}

@media (max-width: 620px) {
  .og-section-price a {
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    margin-left: 0;
  }
}

.og-popular {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.og-dish {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 7px;
  border: 1px solid var(--og-line);
  border-radius: 7px;
  background: #fff;
  text-align: center;
}

.og-dish img {
  height: 105px;
  object-position: center;
}

.og-dish h3 {
  margin: 8px 5px 4px;
  font-size: 15px;
}

.og-dish p {
  margin: 0 7px 5px;
  color: #555c50;
  font-size: 13px;
  line-height: 1.45;
}

.og-dish strong {
  font-size: 13px;
  font-weight: 600;
}

.og-dish a {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 5px 4px 0;
  color: var(--og-green) !important;
  font-size: 11px;
  font-weight: 700;
}

.og-feature {
  position: relative;
  min-height: 225px;
  overflow: hidden;
}

.og-feature-media {
  position: absolute;
  inset: 43px 43% 0 0;
  overflow: hidden;
}

.og-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 75%, rgba(255, 253, 248, 0.98));
}

.og-feature-media img {
  object-position: 58% 50%;
}

.og-feature-copy {
  position: relative;
  z-index: 2;
  margin-left: 58%;
  font-size: 13px;
}

.og-feature-copy p {
  margin-bottom: 6px;
  line-height: 1.5;
}

.og-checks {
  margin: 7px 0;
  padding: 0;
  list-style: none;
}

.og-checks li {
  margin: 3px 0;
  font-size: 13px;
  line-height: 1.45;
}

.og-checks li::before,
.og-builder li::before {
  content: "";
  width: 7px;
  height: 4px;
  display: inline-block;
  margin: 0 7px 3px 1px;
  border-bottom: 2px solid var(--og-green);
  border-left: 2px solid var(--og-green);
  transform: rotate(-45deg);
}

.og-soups {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  text-align: center;
}

.og-soup img {
  width: min(76px, 100%);
  height: auto;
  aspect-ratio: 1;
  margin-inline: auto;
  border: 1px solid var(--og-line);
  border-radius: 50%;
  object-position: center;
}

.og-soup strong {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.og-soups + p {
  margin: 10px 0 0 !important;
}

.og-builder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.og-builder .og-builder-heading {
  margin: 0 0 4px;
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.og-builder ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 1.45;
}

.og-builder li {
  margin: 2px 0;
}

.og-builder img {
  width: 80px;
  height: 58px;
  margin: 6px auto 0;
  border-radius: 50%;
}

.og-kids {
  position: relative;
  min-height: 225px;
  overflow: hidden;
  background: linear-gradient(90deg, var(--og-paper) 0 49%, rgba(255, 253, 248, 0.75) 62%, rgba(255, 253, 248, 0) 78%);
}

.og-kids::before,
.og-kids::after {
  content: none;
}

.og-kids-copy {
  position: relative;
  z-index: 2;
  width: 53%;
  font-size: 13px;
}

.og-kids-copy p {
  margin-bottom: 6px;
}

.og-kids > img {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: 59%;
  height: 100%;
  object-position: 53% 55%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 26%);
  mask-image: linear-gradient(90deg, transparent 0, #000 26%);
}

.og-nutrition {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.og-info-card {
  min-width: 0;
  padding: 11px 8px;
  border: 1px solid var(--og-line);
  border-radius: 7px;
  background: #fff;
  text-align: center;
}

.og-info-card i,
.og-special i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin: 0 auto 4px;
  border: 1px solid #9aab68;
  border-radius: 50%;
  color: var(--og-green);
  background: #fbfdf5;
  font: normal 22px/1 Georgia, serif;
}

.og-info-card h3 {
  min-height: 36px;
  font-size: 14px;
}

.og-info-card p {
  min-height: 31px;
  margin: 4px 0 8px;
  font-size: 13px;
  line-height: 1.45;
}

.og-list-card > p,
.og-grid-3 > .og-panel > p {
  margin-bottom: 7px;
  font-size: 13px;
  line-height: 1.5;
}

.og-compact-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.og-compact-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 8px;
  border: 1px solid var(--og-line);
  border-radius: 7px;
  background: #fff;
}

.og-compact-column img {
  height: 72px;
  margin: 0 0 7px;
  border-radius: 5px;
  object-position: center;
}

.og-list-card:first-child .og-compact-column:nth-child(2) img {
  position: static;
  width: 100%;
  height: 72px;
  margin: 0 0 7px;
  border-radius: 5px;
  object-position: 50% 58%;
  -webkit-mask-image: none;
  mask-image: none;
}

.og-compact-column h3 {
  margin-bottom: 4px;
  font-size: 13px;
}

.og-compact-column ul {
  margin: 0 0 7px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 1.45;
}

.og-compact-column .og-note {
  flex: 1 1 auto;
  font-size: 11px;
}

.og-compact-column .og-btn {
  width: 100%;
  min-height: 40px;
  margin-top: auto;
  padding: 5px 6px;
  font-size: 11px;
}

.og-special {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 9px 0;
}

.og-special i {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  margin: 0;
  font-size: 17px;
}

.og-special strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.og-special span {
  display: block;
  color: var(--og-muted);
  font-size: 13px;
  line-height: 1.45;
}

.og-current-deals {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid #dfe5d2;
  border-radius: 12px;
  background: linear-gradient(135deg, #fbfcf7 0%, #f4f7eb 100%);
}

.og-current-deals-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
}

.og-current-deals-head > div {
  max-width: 720px;
}

.og-current-deals .og-eyebrow {
  margin: 0 0 4px;
  color: var(--og-leaf);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.og-current-deals h2 {
  margin: 0 0 7px;
}

.og-current-deals-head p,
.og-current-deals-foot p {
  margin: 0;
  color: #4c5649;
  font-size: 14px;
  line-height: 1.55;
}

.og-current-deals-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.og-current-deals-grid:focus-visible {
  outline: 3px solid var(--og-gold);
  outline-offset: 4px;
}

.og-deal-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid #d9e1c8;
  border-radius: 9px;
  background: #fff;
}

.og-deal-card-media {
  aspect-ratio: 8 / 5;
  overflow: hidden;
  background: #eef1e7;
}

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

.og-deal-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 17px;
}

.og-deal-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.og-deal-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eaf0da;
  color: var(--og-green-dark);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.og-deal-price {
  color: var(--og-green);
  font-size: 13px;
  white-space: nowrap;
}

.og-deal-card h3 {
  margin: 14px 0 6px;
  font-size: 19px;
}

.og-deal-card p {
  flex: 1 1 auto;
  margin: 0 0 13px;
  color: #50594e;
  font-size: 13px;
  line-height: 1.55;
}

.og-deal-card-body > a,
.og-current-deals-foot > a {
  color: var(--og-green) !important;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.og-deal-card-body > a:hover,
.og-deal-card-body > a:focus-visible,
.og-current-deals-foot > a:hover,
.og-current-deals-foot > a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.og-current-deals-foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid #d9e1c8;
}

.og-support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.og-location {
  position: relative;
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 168px;
  overflow: hidden;
  padding: 0;
}

.og-location-copy {
  position: relative;
  z-index: 3;
  padding: 14px;
}

.og-location-copy p {
  font-size: 13px;
  line-height: 1.5;
}

.og-location img {
  display: none;
}

.og-location::after {
  content: "";
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  background-color: #e9e2c9;
  background-image:
    linear-gradient(34deg, transparent 45%, rgba(191, 155, 78, 0.52) 46% 48%, transparent 49%),
    linear-gradient(142deg, transparent 38%, rgba(193, 156, 80, 0.46) 39% 41%, transparent 42%),
    linear-gradient(75deg, transparent 58%, rgba(185, 151, 76, 0.35) 59% 61%, transparent 62%),
    radial-gradient(circle at 76% 28%, rgba(118, 155, 94, 0.18) 0 20%, transparent 21%),
    radial-gradient(circle at 27% 75%, rgba(118, 155, 94, 0.18) 0 25%, transparent 26%);
}

.og-location::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 52%;
  right: 19%;
  width: 38px;
  height: 38px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50% 50% 50% 0;
  background: radial-gradient(circle at 56% 44%, #fff 0 6px, transparent 7px), #ca5a35;
  box-shadow: 0 5px 12px rgba(65, 43, 20, 0.25);
  transform: translateY(-50%) rotate(-45deg);
}

.og-location-form {
  display: flex;
  margin-top: 10px;
}

.og-location-form a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 5px;
  background: var(--og-green);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
}

.og-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 7px;
}

.og-faq details {
  padding: 0 12px;
  border: 1px solid var(--og-line);
  border-radius: 4px;
  background: #fff;
}

.og-faq summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.og-faq summary::-webkit-details-marker {
  display: none;
}

.og-faq summary::after {
  content: "+";
  float: none;
  flex: 0 0 auto;
  margin-left: 5px;
  color: #9a5b18;
  font-size: 13px;
}

.og-faq details[open] summary::after {
  content: "-";
}

.og-faq p {
  margin: 0;
  padding: 0 0 12px;
  color: #555c50;
  font-size: 12px;
  line-height: 1.5;
}

.og-editorial-review {
  margin: 9px 0 0;
  padding: 7px 10px;
  border: 1px solid var(--og-line);
  border-radius: 7px;
  background: rgba(255, 253, 248, 0.9);
  color: #4d5742;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.og-editorial-review a {
  color: var(--og-green) !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.og-home-authority {
  margin-top: 10px;
  padding: 18px;
  border-left: 4px solid var(--og-leaf);
}

.og-home-authority .og-eyebrow {
  margin: 0 0 4px;
  color: var(--og-leaf);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.og-home-authority-lead,
.og-home-authority-action {
  max-width: 980px;
  margin: 0;
  color: #465044;
  font-size: 14px;
  line-height: 1.6;
}

.og-home-authority-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.og-home-authority-grid article {
  padding: 14px;
  border: 1px solid var(--og-line);
  border-radius: 7px;
  background: #fff;
}

.og-home-authority-grid article p {
  margin: 0;
  color: #50594e;
  font-size: 13px;
  line-height: 1.55;
}

.og-home-authority-action a {
  color: var(--og-green) !important;
  font-weight: 700;
}

.og-more {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 16px;
  overflow-x: auto;
  padding: 9px 0;
  white-space: nowrap;
}

.og-more strong {
  font: 600 15px/1.2 "Source Serif 4", Georgia, serif;
}

.og-more a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  color: var(--og-ink) !important;
  font-size: 12px;
}

.og-more a::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 7px 1px 0;
  border: 1px solid var(--og-leaf);
  border-radius: 50%;
}

.og-footer {
  margin-top: 0;
  padding: 20px 0 18px;
  background: linear-gradient(90deg, #203803, #39550f);
  color: #fff;
}

.og-footer > .og-wrap {
  display: grid;
  grid-template-columns: minmax(0, 4.5fr) minmax(230px, 1.5fr);
  align-items: start;
  gap: 24px;
}

.og-footer-grid {
  display: grid;
  grid-template-columns: 1.55fr repeat(4, 1fr);
  gap: 20px;
}

.og-footer .og-brand {
  font-size: 25px;
}

.og-footer h3 {
  margin-bottom: 6px;
  color: #fff;
  font-size: 13px;
}

body.home .og-footer h3 {
  color: #fff !important;
}

.og-footer p,
.og-footer a {
  color: #f3f1e8 !important;
  font-size: 12px;
  line-height: 1.5;
}

.og-footer a {
  min-height: 30px;
  display: flex;
  align-items: center;
  margin: 0;
}

.og-disclaimer {
  margin: 0;
  padding: 0;
  color: #e3e4d9 !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
}

/* 2.7.1: content-first homepage with one primary price-guide surface. */
.og-price-guide {
  grid-template-columns: minmax(390px, 46%) minmax(0, 54%);
  gap: 0;
  margin-top: 24px;
  padding-top: 0;
  overflow: hidden;
  border: 1px solid var(--og-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(38, 53, 15, 0.08);
}

.og-price-guide-intro {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  align-items: end;
  gap: 28px;
  padding: 24px 27px 22px;
  border-bottom: 1px solid #dce3ce;
  background: linear-gradient(112deg, #f6f8ec 0%, #fffdf8 72%);
}

.og-price-guide-intro .og-eyebrow {
  margin: 0 0 4px;
  color: var(--og-leaf);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.og-price-guide-intro h2 {
  margin-bottom: 7px;
  font-size: clamp(27px, 2.6vw, 36px);
}

.og-price-guide-intro p:last-child {
  max-width: 720px;
  margin: 0;
  color: #4b5546;
  font-size: 15px;
  line-height: 1.6;
}

.og-price-guide-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
}

.og-price-guide-meta div {
  min-width: 0;
  padding: 2px 12px;
  border-left: 1px solid #d7dfc9;
}

.og-price-guide-meta dt {
  margin: 0 0 3px;
  color: #69705f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.og-price-guide-meta dd {
  margin: 0;
  color: var(--og-ink);
  font: 600 13px/1.35 "Source Sans 3", "Segoe UI", sans-serif;
}

.og-price-guide > .og-panel {
  padding: 24px 25px 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.og-price-overview {
  border-right: 1px solid var(--og-line) !important;
}

.og-price-guide > .og-panel > h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.og-price-guide .og-price-table {
  font-size: 14px;
}

.og-price-guide .og-price-table th {
  padding: 9px 10px;
  background: var(--og-green-dark);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.og-price-guide .og-price-table td {
  padding: 9px 10px;
  border: 0;
  border-bottom: 1px solid #e8e3d8;
}

.og-price-guide .og-price-table tbody tr:nth-child(even) {
  background: #faf8f1;
}

.og-price-guide .og-price-table td:last-child {
  color: var(--og-green-dark);
  font-weight: 700;
  white-space: nowrap;
}

.og-price-guide .og-note {
  max-width: 520px;
  font-size: 12px;
}

.og-price-guide .og-dish {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.og-price-guide .og-dish img {
  border-radius: 7px;
}

.og-dish-price {
  display: block;
  min-height: 34px;
  margin: 1px 7px 4px;
  color: var(--og-green-dark);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.og-price-guide .og-dish strong {
  color: #626a5d;
  font-size: 11px;
}

.og-wrap > .og-section:not(.og-price-guide) {
  margin-top: 28px;
  padding-top: 27px;
  border-top: 1px solid var(--og-line);
}

.og-wrap > .og-section:not(.og-price-guide) > .og-panel {
  padding: 4px 8px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.og-wrap > .og-section:not(.og-price-guide) > .og-panel h2,
.og-home-authority h2 {
  margin-bottom: 12px;
  font-size: 25px;
}

.og-feature-grid,
.og-grid-3,
.og-section.og-grid-2:not(.og-price-guide) {
  gap: clamp(24px, 3vw, 42px);
}

.og-info-card,
.og-compact-column {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.og-info-card + .og-info-card,
.og-compact-column + .og-compact-column {
  border-left: 1px solid var(--og-line);
}

.og-faq details {
  border: 0;
  border-bottom: 1px solid var(--og-line);
  border-radius: 0;
  background: transparent;
}

.og-home-authority {
  padding: 27px 8px 4px;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
}

.og-home-authority-grid {
  gap: 18px 34px;
}

.og-home-authority-grid article {
  padding: 14px 0 0;
  border: 0;
  border-top: 3px solid #d9e1c8;
  border-radius: 0;
  background: transparent;
}

.og-editorial-review {
  margin-top: 26px;
  padding: 12px 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
}

@media (max-width: 1120px) {
  .og-nav {
    gap: 14px;
  }

  .og-nav a {
    font-size: 12px;
  }

  .og-feature-grid,
  .og-grid-2 {
    grid-template-columns: 1fr;
  }

  .og-price-guide {
    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  }

  .og-price-guide-intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .og-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .og-grid-3 > .og-panel:last-child {
    grid-column: 1 / -1;
  }

  .og-footer > .og-wrap {
    display: block;
  }

  .og-disclaimer {
    margin-top: 13px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }
}

@media (max-width: 900px) {
  .og-nav {
    display: none;
  }

  .og-search {
    margin-left: auto;
  }

  .og-menu-toggle {
    display: inline-flex;
  }

  .og-categories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .og-popular {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .og-popular .og-dish:nth-last-child(-n + 2) {
    min-width: 0;
  }

  .og-price-guide {
    grid-template-columns: 1fr;
  }

  .og-price-guide-intro,
  .og-price-guide > .og-panel {
    grid-column: 1;
  }

  .og-price-overview {
    border-right: 0 !important;
    border-bottom: 1px solid var(--og-line) !important;
  }
}

@media (max-width: 720px) {
  .og-home {
    font-size: 16px;
  }

  .og-wrap {
    width: min(100% - 22px, 1180px);
  }

  .og-top-in {
    min-height: 54px;
    gap: 8px;
  }

  .og-brand {
    padding-right: 28px;
    font-size: 25px;
  }

  .og-brand::after {
    right: 2px;
    width: 20px;
    height: 16px;
  }

  .og-brand small {
    margin-top: 3px;
    font-size: 8px;
    letter-spacing: 1.3px;
  }

  .og-search {
    width: 40px;
    height: 40px;
  }

  .og-menu-toggle {
    min-height: 44px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .og-hero {
    grid-template-columns: 1fr;
    width: min(100% - 22px, 1180px);
    min-height: 0;
    margin-top: 9px;
    border-radius: 11px;
  }

  .og-hero-copy {
    padding: 22px 16px 18px;
  }

  .og-home h1 {
    margin-bottom: 8px;
    font-size: clamp(34px, 10.5vw, 40px);
    line-height: 1;
    letter-spacing: -0.5px;
  }

  .og-home h1 span {
    margin-top: 5px;
    font-size: 0.57em;
    line-height: 1.1;
    white-space: normal;
  }

  .og-lead {
    max-width: none;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.55;
  }

  .og-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .og-btn {
    min-height: 44px;
    padding: 7px 9px;
    font-size: 12px;
  }

  .og-badges {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 10px;
  }

  .og-badge {
    min-height: 44px;
    padding: 5px 7px;
    font-size: 11px;
  }

  .og-badge i {
    width: 23px;
    height: 23px;
  }

  .og-hero-media {
    min-height: 205px;
  }

  .og-hero-media img {
    object-position: 60% 51%;
  }

  .og-categories {
    display: flex;
    gap: 8px;
    margin-top: 9px;
    padding: 7px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .og-categories::-webkit-scrollbar {
    display: none;
  }

  .og-category {
    width: min(40vw, 150px);
    flex: 0 0 min(40vw, 150px);
    padding-bottom: 7px;
    font-size: 13px;
    scroll-snap-align: start;
  }

  .og-category img {
    height: 78px;
  }

  .og-category span {
    min-height: 35px;
    padding-top: 6px;
  }

  .og-section {
    padding-top: 9px;
  }

  .og-price-guide {
    margin-top: 18px;
    border-radius: 11px;
  }

  .og-price-guide-intro {
    gap: 15px;
    padding: 20px 16px 18px;
  }

  .og-price-guide-intro h2 {
    font-size: 27px;
  }

  .og-price-guide-intro p:last-child {
    font-size: 14px;
  }

  .og-price-guide-meta div {
    padding: 2px 8px;
  }

  .og-price-guide-meta div:first-child {
    border-left: 0;
    padding-left: 0;
  }

  .og-price-guide-meta dd {
    font-size: 12px;
  }

  .og-price-guide > .og-panel {
    padding: 20px 16px;
  }

  .og-price-guide > .og-panel > h3 {
    font-size: 19px;
  }

  .og-price-guide .og-popular {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .og-price-guide .og-popular::-webkit-scrollbar {
    display: none;
  }

  .og-price-guide .og-dish,
  .og-price-guide .og-dish:last-child:nth-child(odd) {
    width: min(44vw, 166px);
    display: flex;
    grid-column: auto;
    grid-template-columns: none;
    grid-template-rows: none;
    flex: 0 0 min(44vw, 166px);
    padding: 0 0 7px;
    text-align: center;
    scroll-snap-align: start;
  }

  .og-price-guide .og-dish:last-child:nth-child(odd) img,
  .og-price-guide .og-dish:last-child:nth-child(odd) h3,
  .og-price-guide .og-dish:last-child:nth-child(odd) p,
  .og-price-guide .og-dish:last-child:nth-child(odd) strong,
  .og-price-guide .og-dish:last-child:nth-child(odd) a {
    grid-column: auto;
    grid-row: auto;
    margin-inline: initial;
  }

  .og-price-guide .og-dish img,
  .og-price-guide .og-dish:last-child:nth-child(odd) img {
    width: 100%;
    height: 105px;
    min-height: 0;
  }

  .og-price-guide .og-dish:last-child:nth-child(odd) h3 {
    margin: 8px 5px 4px;
  }

  .og-price-guide .og-dish:last-child:nth-child(odd) a {
    justify-content: center;
    margin-top: auto;
    padding-left: 4px;
  }

  .og-grid-2,
  .og-feature-grid,
  .og-grid-3,
  .og-section.og-grid-2,
  .og-section.og-feature-grid,
  .og-section.og-grid-3 {
    grid-template-columns: 1fr !important;
    gap: 9px;
  }

  .og-grid-3 > .og-panel:last-child {
    grid-column: auto;
  }

  .og-panel {
    padding: 13px;
  }

  .og-wrap > .og-section:not(.og-price-guide) {
    margin-top: 22px;
    padding-top: 21px;
  }

  .og-wrap > .og-section:not(.og-price-guide) > .og-panel {
    padding: 0;
  }

  .og-wrap > .og-section:not(.og-price-guide) > .og-kids {
    padding: 13px;
  }

  .og-wrap > .og-section:not(.og-price-guide) > .og-panel h2,
  .og-home-authority h2 {
    font-size: 22px;
  }

  .og-home h2 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .og-home h3 {
    font-size: 14px;
  }

  .og-price-table {
    font-size: 12px;
  }

  .og-price-table th,
  .og-price-table td {
    padding: 6px 5px;
  }

  .og-price-table th {
    font-size: 11px;
  }

  .og-popular {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .og-dish img {
    height: 105px;
  }

  .og-dish h3 {
    font-size: 14px;
  }

  .og-dish p {
    font-size: 13px;
  }

  .og-dish a {
    min-height: 44px;
  }

  .og-dish:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    grid-template-rows: auto auto auto 1fr;
    padding: 0;
    text-align: left;
  }

  .og-dish:last-child:nth-child(odd) img {
    grid-column: 1;
    grid-row: 1 / 5;
    height: 100%;
    min-height: 158px;
  }

  .og-dish:last-child:nth-child(odd) h3,
  .og-dish:last-child:nth-child(odd) p,
  .og-dish:last-child:nth-child(odd) strong,
  .og-dish:last-child:nth-child(odd) a {
    grid-column: 2;
    margin-inline: 10px;
  }

  .og-dish:last-child:nth-child(odd) h3 {
    margin-top: 11px;
  }

  .og-dish:last-child:nth-child(odd) strong {
    font-size: 12px;
  }

  .og-dish:last-child:nth-child(odd) a {
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 0;
  }

  .og-feature {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .og-feature-media {
    position: relative;
    inset: auto;
    order: 2;
    height: 180px;
    margin: 10px 0 0;
    border-radius: 8px;
  }

  .og-feature-media::after {
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.12), transparent 24%);
  }

  .og-feature-copy {
    order: 1;
    margin-left: 0;
    font-size: 13px;
  }

  .og-feature > .og-section-intro,
  .og-feature > .og-section-price {
    margin-left: 0;
  }

  .og-checks li {
    font-size: 13px;
  }

  .og-soups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 8px;
  }

  .og-soup img {
    width: min(80px, 100%);
  }

  .og-soup strong {
    font-size: 12px;
  }

  .og-builder {
    gap: 6px;
  }

  .og-builder .og-builder-heading {
    font-size: 12px;
  }

  .og-builder ul {
    font-size: 12px;
  }

  .og-builder img {
    width: 68px;
    height: 52px;
  }

  .og-kids {
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 13px;
    background: var(--og-paper);
  }

  .og-kids-copy {
    width: 100%;
    font-size: 13px;
  }

  .og-kids > img {
    position: relative;
    inset: auto;
    width: calc(100% + 26px);
    height: 178px;
    margin: 12px -13px -13px;
    object-position: 50% 58%;
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 15%);
    mask-image: linear-gradient(180deg, transparent 0, #000 15%);
  }

  .og-nutrition {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .og-info-card {
    padding: 11px 7px;
  }

  .og-info-card + .og-info-card,
  .og-compact-column + .og-compact-column {
    border-left: 1px solid var(--og-line);
  }

  .og-info-card h3 {
    min-height: 51px;
    font-size: 13px;
  }

  .og-info-card p {
    min-height: 44px;
    font-size: 13px;
  }

  .og-info-card .og-btn {
    width: 100%;
  }

  .og-compact-columns {
    gap: 7px;
  }

  .og-compact-column {
    padding: 8px;
  }

  .og-compact-column img {
    height: 80px;
  }

  .og-compact-column ul,
  .og-compact-column .og-note {
    font-size: 12px;
  }

  .og-special strong {
    font-size: 12px;
  }

  .og-special span {
    font-size: 12px;
  }

  .og-location {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .og-location-copy {
    grid-column: 1;
    grid-row: 1;
    padding: 14px;
  }

  .og-location::after {
    grid-column: 1;
    grid-row: 2;
    min-height: 145px;
  }

  .og-location::before {
    top: auto;
    right: 50%;
    bottom: 48px;
    transform: translateX(50%) rotate(-45deg);
  }

  .og-faq {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .og-faq details {
    padding: 0 10px;
  }

  .og-faq summary {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
  }

  .og-faq summary::after {
    float: none;
    flex: 0 0 auto;
  }

  .og-faq p {
    padding-bottom: 10px;
  }

  .og-editorial-review {
    padding: 9px 10px;
    font-size: 12px;
    text-align: left;
  }

  .og-more {
    min-height: 48px;
    gap: 14px;
    scroll-snap-type: x proximity;
  }

  .og-more strong {
    font-size: 14px;
  }

  .og-more a {
    min-height: 40px;
    font-size: 12px;
    scroll-snap-align: start;
  }

  .og-footer {
    padding: 18px 0;
  }

  .og-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 22px;
  }

  .og-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .og-footer .og-brand {
    font-size: 24px;
  }

  .og-footer h3 {
    font-size: 13px;
  }

  .og-footer p,
  .og-footer a {
    font-size: 12px;
  }

  .og-footer a {
    min-height: 42px;
    display: flex;
    align-items: center;
    margin: 0;
  }

  .og-disclaimer {
    font-size: 11px !important;
  }
}

@media (max-width: 390px) {
  .og-builder {
    grid-template-columns: 1fr;
  }

  .og-builder > div {
    display: grid;
    grid-template-columns: 1fr 78px;
    align-items: center;
  }

  .og-builder .og-builder-heading,
  .og-builder ul {
    grid-column: 1;
  }

  .og-builder img {
    grid-column: 2;
    grid-row: 1 / 3;
    margin: 0;
  }

  .og-compact-columns,
  .og-nutrition {
    grid-template-columns: 1fr;
  }

  .og-info-card h3,
  .og-info-card p {
    min-height: 0;
  }

  .og-info-card + .og-info-card,
  .og-compact-column + .og-compact-column {
    padding-top: 13px;
    border-top: 1px solid var(--og-line);
    border-left: 0;
  }
}

@media (max-width: 620px) {
	.og-current-deals {
		padding: 17px 14px;
	}

	.og-current-deals-head,
	.og-current-deals-foot {
		align-items: flex-start;
		flex-direction: column;
	}

	.og-current-deals-head .og-btn {
		width: 100%;
	}

	.og-current-deals-grid {
		display: flex;
		grid-template-columns: none;
		gap: 12px;
		overflow-x: auto;
		padding: 0 0 7px;
		overscroll-behavior-inline: contain;
		scroll-padding-inline: 0;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.og-current-deals-grid::-webkit-scrollbar {
		display: none;
	}

	.og-current-deals-grid .og-deal-card {
		flex: 0 0 calc(100% - 46px);
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.og-deal-card-media {
		aspect-ratio: 16 / 9;
	}

	.og-deal-card-body > a,
	.og-current-deals-foot > a {
		display: inline-flex;
		align-items: center;
		min-height: 44px;
	}

  .og-home-authority {
    padding: 15px;
  }

  .og-home-authority-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 340px) {
  .og-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .og-home *,
  .og-home *::before,
  .og-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* ===================================================
   UNIVERSAL HERO SECTION STYLES FOR ALL PAGES
   =================================================== */
.og-subpage-hero {
  margin-bottom: 20px !important;
}

.og-hero-badges-top {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.og-badge-pill {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 9999px;
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #c8e6c9;
}

.og-badge-pill.secondary {
  background: #fff8e1;
  color: #f57f17;
  border-color: #ffecb3;
}

.og-hero-meta-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 14px 0 18px 0;
}

.og-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f4f6f8;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
  border: 1px solid #e0e0e0;
}

.og-chip-label {
  color: #5f6368;
}

.og-chip-val {
  color: #202124;
  font-weight: 700;
}

.og-chip-val.price-highlight {
  color: #2e7d32;
  font-size: 0.95rem;
}

.og-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.og-trust-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  background: #ffffff;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.og-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #374151;
}

.og-trust-item svg {
  color: #2e7d32;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .og-subpage-hero {
    grid-template-columns: 1fr !important;
  }
  .og-trust-bar {
    grid-template-columns: 1fr 1fr;
    padding: 12px;
    gap: 8px;
  }
  .og-trust-item {
    font-size: 0.75rem;
  }
}

/* ===================================================
   MENU HUB 2026 UX ENHANCEMENTS
   =================================================== */

/* Browse by Budget Cards */
.ogm-budget-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.ogm-budget-tier-card {
  background: #fdfdfb;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}

.ogm-budget-tier-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  border-color: #cbd5e1;
}

.ogm-tier-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.78rem;
  font-weight: 700;
  color: #2e7d32;
  background: #e8f5e9;
  border: 1px solid #c8e6c9;
  padding: 3px 8px;
  border-radius: 6px;
  margin-bottom: 8px;
}

.ogm-budget-tier-card h3 {
  font-size: 1.05rem;
  margin: 0 0 6px 0;
  color: #1a202c;
}

.ogm-budget-tier-card p {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.4;
  margin-bottom: 12px;
  flex-grow: 1;
}

.ogm-tier-link {
  font-size: 0.85rem;
  font-weight: 700;
  color: #2e7d32;
  text-decoration: none;
}

.ogm-tier-link:hover {
  text-decoration: underline;
}

/* Sticky Category Navigation Bar */
.ogm-sticky-category-bar {
  position: sticky;
  top: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #cbd5e1;
  padding: 10px 14px;
  margin: 20px -20px 24px -20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.ogm-sticky-category-inner {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
  white-space: nowrap;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 2px;
}

.ogm-cat-pill {
  display: inline-block;
  padding: 6px 14px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #334155;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ogm-cat-pill:hover, .ogm-cat-pill:focus {
  background: #0d3213;
  color: #ffffff;
  border-color: #0d3213;
}

/* Local Price Badge in Tables */
.ogm-local-price-pill {
  display: inline-block;
  padding: 4px 10px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #2563eb;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ogm-local-price-pill:hover {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}

.ogm-price-bold {
  font-weight: 700;
  color: #166534;
}

/* Section Header with Back to Top */
.ogm-section-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ogm-back-to-top-link {
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
  text-decoration: none;
  padding: 2px 8px;
  border-radius: 4px;
  background: #f1f5f9;
}

.ogm-back-to-top-link:hover {
  background: #e2e8f0;
  color: #0f172a;
}

/* Compact Detailed Guides Grid */
.ogm-compact-guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.ogm-compact-guide-pill {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.2s ease;
}

.ogm-compact-guide-pill:hover {
  background: #ffffff;
  border-color: #2e7d32;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.ogm-guide-name {
  font-weight: 600;
  color: #1e293b;
}

.ogm-guide-price {
  font-size: 0.8rem;
  color: #2e7d32;
}

/* Floating Back to Top Button */
.ogm-floating-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #0d3213;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ogm-floating-top:hover {
  transform: translateY(-3px);
  background: #1a4d22;
  color: #ffffff;
}

@media (max-width: 768px) {
  .ogm-sticky-category-bar {
    margin-left: -12px;
    margin-right: -12px;
    padding: 8px 10px;
  }
  .ogm-budget-cards-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .ogm-compact-guides-grid {
    grid-template-columns: 1fr;
  }
}
