/*
Theme Name: GG’s Cravings Editorial
Theme URI: https://opslola.com/
Author: OPSLOLA
Author URI: https://opslola.com/
Text Domain: ggs-cravings
Description: Official GG’s Cravings WordPress theme.
Version: 1.8.10
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

:root {
	color-scheme: only light;
  --ink: #17140f;
  --red: #c40516;
  --cream: #eeedea;
  --paper: #fffbf2;
  --muted: #6f6961;
  --line: rgba(23, 20, 15, .16);
  --radius: 22px;
  --shadow: 0 22px 60px rgba(23, 20, 15, .12);
  --type-page-title: clamp(3.4rem, 6vw, 6rem);
  --type-feature-title: clamp(3.7rem, 6.4vw, 6.4rem);
  --type-section-title: clamp(3.15rem, 5.25vw, 5.4rem);
  --type-subsection-title: clamp(2.2rem, 3.6vw, 3.5rem);
  --type-card-title: clamp(1.9rem, 2.15vw, 2.3rem);
  --type-supporting: clamp(1rem, 1.25vw, 1.15rem);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; color-scheme: only light; background: var(--paper); }
body { max-width: 100%; margin: 0; overflow-x: clip; background: var(--paper) !important; color: var(--ink) !important; font-family: 'Jost', Arial, sans-serif; line-height: 1.55; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 10000; padding: 12px 16px; border: 2px solid var(--paper); background: var(--red); color: white; font-weight: 900; text-decoration: none; transform: translateY(-160%); transition: transform .15s ease; }
.skip-link:focus { transform: translateY(0); }
.skip-target { display: block; height: 0; scroll-margin-top: 96px; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.site-header :where(a, button):focus-visible,
.section-dark :where(a, button, input, select, textarea, summary):focus-visible,
.mystery-home :where(a, button, input, select, textarea, summary):focus-visible,
.site-footer :where(a, button):focus-visible { outline-color: #ffdc54; }
img, svg, video, canvas, iframe { max-width: 100%; height: auto; }
main, section, article, aside, header, footer, nav, form, fieldset,
.container, .wp-content, .content-grid, .content-card, .ggs-intake,
.ggs-inquiry, .ggs-inquiry-inner, .ggs-inquiry-form, .wpcf7,
.wpcf7-form, .wpcf7-form-control-wrap { min-width: 0; }
input, select, textarea, button { max-width: 100%; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section { padding: 90px 0; }
.section-dark { background: var(--ink); color: var(--paper); }
.section-red { background: var(--red); color: white; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading h2 { margin: 0 0 14px; font-size: clamp(2.2rem, 4.8vw, 4.6rem); line-height: .98; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.1rem; }
.section-dark .section-heading p { color: rgba(255,251,242,.72); }

.site-header { position: sticky; top: 0; z-index: 50; background: var(--ink); color: white; border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand-logo { display: block; width: 154px; height: 70px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: rgba(255,255,255,.82); font-size: .88rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible { color: white; }
.site-nav .nav-cta { padding: 12px 18px; border: 1px solid var(--red); border-radius: 999px; color: white; background: var(--red); }
.menu-toggle { position: relative; z-index: 2; display: none; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 10px 14px; color: white; background: transparent; font: inherit; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.hero { position: relative; overflow: hidden; background: var(--ink); color: white; }
.hero:before { display: none; }
.hero-grid { position: relative; min-height: 700px; padding: 100px 0 90px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.hero-copy h1 { max-width: 790px; margin: 0; font-size: clamp(3.6rem, 7.2vw, 7.5rem); line-height: .86; letter-spacing: -.06em; }
.hero-copy h1 span { color: var(--red); }
.hero-copy .lead { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.live-pill { width: fit-content; margin: 0 0 22px; padding: 8px 13px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.86); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.live-pill span { width: 8px; height: 8px; border-radius: 50%; background: #ff3346; box-shadow: 0 0 0 5px rgba(196,5,22,.2); animation: live-pulse 1.8s ease-out infinite; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 2px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; font-size: .85rem; font-weight: 800; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-red { border-color: var(--red); background: var(--red); }
.button-light { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.button-outline { border-color: rgba(255,255,255,.42); background: transparent; color: white; }
.button-arrow { gap: 11px; box-shadow: 0 14px 34px rgba(196,5,22,.28); }
.button-arrow span { font-size: 1.1rem; transition: transform .2s ease; }
.button-arrow:hover span { transform: translate(3px,-3px); }
.hero-card { position: relative; min-height: 470px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 42px; background: var(--red); box-shadow: var(--shadow); }
.hero-card:before, .hero-card:after { content: ''; position: absolute; border-radius: 50%; border: 2px solid rgba(255,255,255,.18); }
.hero-card:before { width: 330px; height: 330px; }
.hero-card:after { width: 430px; height: 430px; }
.hero-card img { position: relative; z-index: 2; width: min(88%, 560px); filter: drop-shadow(0 18px 24px rgba(23,20,15,.3)); }
.hero-stamp { position: absolute; z-index: 3; top: 24px; left: 28px; color: rgba(255,255,255,.62); font-size: .63rem; font-weight: 800; letter-spacing: .17em; }
.hero-card-note { position: absolute; z-index: 3; right: 26px; bottom: 24px; color: rgba(255,255,255,.9); font-size: .76rem; font-weight: 800; line-height: 1.15; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.status-strip { background: var(--cream); border-bottom: 1px solid var(--line); }
.status-inner { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; font-size: .77rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(196,5,22,.12); }
.cravings-ticker { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--red); color: white; }
.cravings-ticker div { width: max-content; padding: 14px 0; font-size: .75rem; font-weight: 900; letter-spacing: .16em; white-space: nowrap; animation: ticker 24s linear infinite; }
.cravings-ticker i { margin: 0 22px; font-style: normal; opacity: .58; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-card { min-height: 185px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius); background: white; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.category-card { position: relative; overflow: hidden; }
.category-card:after { content: '↗'; position: absolute; top: 18px; right: 20px; color: var(--red); font-size: 1.15rem; opacity: 0; transform: translate(-5px,5px); transition: opacity .2s ease, transform .2s ease; }
.category-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.category-card:hover:after { opacity: 1; transform: translate(0,0); }
.category-card strong { font-size: 1.45rem; line-height: 1; }
.category-card span { color: var(--red); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.category-card.featured { background: var(--red); color: white; border-color: var(--red); }
.category-card.featured span { color: white; }
.category-card.featured:after { color: white; }

@keyframes live-pulse { 0% { box-shadow: 0 0 0 0 rgba(255,51,70,.5); } 70%,100% { box-shadow: 0 0 0 8px rgba(255,51,70,0); } }
@keyframes ticker { to { transform: translateX(-50%); } }

.proof-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.proof-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.proof-list li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.proof-number { color: var(--red); font-weight: 900; }
.proof-list strong { display: block; margin-bottom: 4px; font-size: 1.12rem; }
.proof-list span { color: rgba(255,251,242,.65); }

.split-card { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; border: 1px solid var(--line); border-radius: 34px; background: var(--cream); }
.split-copy { padding: clamp(36px, 6vw, 76px); }
.split-copy h2 { margin: 0 0 18px; font-size: clamp(2.4rem, 5vw, 5.2rem); line-height: .94; letter-spacing: -.05em; }
.split-copy p { max-width: 620px; color: var(--muted); font-size: 1.12rem; }
.split-art { min-height: 420px; display: grid; place-items: center; padding: 40px; background: var(--red); color: white; }
.split-art .big-type { font-size: clamp(4rem, 10vw, 8rem); font-weight: 900; line-height: .78; letter-spacing: -.08em; text-align: center; text-transform: uppercase; transform: rotate(-4deg); }

.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.info-item { padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.info-item span { display: block; margin-bottom: 9px; color: var(--red); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.info-item strong { font-size: 1.4rem; }

.page-hero { padding: 100px 0 64px; background: var(--ink); color: white; }
.page-hero h1 { max-width: 880px; margin: 0; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .9; letter-spacing: -.055em; }
.page-content { max-width: 1040px; padding: 82px 0 112px; }
.wp-content h2 { margin: 56px 0 14px; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1; letter-spacing: -.035em; }
.wp-content h3 { margin: 38px 0 10px; font-size: 1.35rem; line-height: 1.18; }
.wp-content p, .wp-content li { color: #4d4842; font-size: 1.08rem; line-height: 1.7; }
.wp-content > p { max-width: 820px; }
.wp-content .lead { max-width: 880px; margin: 0 0 24px; color: var(--ink); font-size: clamp(1.22rem, 2.2vw, 1.55rem); line-height: 1.52; }
.wp-content a { color: var(--red); font-weight: 700; }
.wp-content a.button { color: white; }
.wp-content a.button-light { color: var(--ink); }
.wp-content ul { padding-left: 22px; }
.notice { margin: 30px 0; padding: 22px 24px; border-left: 5px solid var(--red); background: var(--cream); }
.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin: 42px 0 62px; }
.content-card { padding: clamp(28px, 4vw, 42px); border: 1px solid var(--line); border-radius: 18px; background: white; }
.content-card h2, .content-card h3 { margin: 0 0 14px; font-size: clamp(1.65rem, 2.5vw, 2.35rem); line-height: 1.08; letter-spacing: -.025em; }
.content-card p:last-child { margin-bottom: 0; }
.about-pillars .content-card { min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; }
.faq { border-top: 1px solid var(--line); }
.faq .faq-group-title { margin: 46px 0 8px; padding: 0 0 12px; border-bottom: 3px solid var(--ink); color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.faq .faq-group-title:first-child { margin-top: 0; }
.faq details { padding: 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 26px 54px 26px 0; font-size: clamp(1.08rem, 1.8vw, 1.3rem); font-weight: 800; line-height: 1.28; }
.faq details p { max-width: 820px; margin: -4px 0 0; padding: 0 54px 30px 0; line-height: 1.72; }
.page-actions { margin-top: 46px; display: flex; flex-wrap: wrap; gap: 14px; }

.site-footer { background: var(--red); color: white; }
.footer-grid { padding: 62px 0 34px; display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px; }
.footer-logo { width: 210px; height: 120px; object-fit: contain; display: block; }
.footer-copy { max-width: 420px; color: rgba(255,255,255,.76); }
.footer-business { max-width: 420px; margin: 20px 0 0; color: rgba(255,255,255,.58); font-size: .78rem; line-height: 1.65; }
.footer-title { margin: 0 0 14px; font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: rgba(255,255,255,.8); text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.66); font-size: .82rem; }
.footer-bottom a { color: inherit; text-underline-offset: 3px; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: white; }

@media (max-width: 1120px) {
	.menu-toggle { display: inline-flex; }
	.site-nav { position: fixed; inset: 82px 0 auto; padding: 28px 20px 34px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); }
	body.menu-open .site-nav { display: flex; }
	.site-nav a { padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.12); }
	.site-nav .nav-cta { margin-top: 16px; text-align: center; }
  .hero-grid, .proof-grid, .split-card { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 80px; }
  .hero-card { min-height: 390px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 66px 0; }
  .brand-logo { width: 132px; height: 62px; }
  .hero-grid { min-height: auto; gap: 46px; padding: 70px 0 64px; }
  .hero-copy h1 { font-size: clamp(3.4rem, 17vw, 5.5rem); }
  .hero-card { min-height: 320px; border-radius: 28px; }
  .hero-card:before { width: 230px; height: 230px; }
  .hero-card:after { width: 290px; height: 290px; }
  .hero-stamp { top: 18px; left: 20px; }
  .hero-card-note { right: 20px; bottom: 18px; }
  .category-grid, .content-grid, .info-grid, .footer-grid { grid-template-columns: 1fr; }
  .info-grid { border-left: 0; }
  .info-item { border-left: 1px solid var(--line); }
  .split-art { min-height: 280px; }
  .footer-bottom { flex-direction: column; }
  .ggs-inquiry-inner { grid-template-columns: minmax(0, 1fr) !important; }
  .ggs-inquiry-inner > *, .ggs-inquiry-form > *, .wpcf7-form > * { min-width: 0; max-width: 100%; }
  .ggs-inquiry-form, .wpcf7, .wpcf7-form { width: 100%; }
  .wpcf7 input:not([type='checkbox']):not([type='radio']),
  .wpcf7 select, .wpcf7 textarea { width: 100%; }
}

/* Work With GG's: private, no-submit qualification checker. */
.partner-check {
  margin: 56px 0 72px;
  padding: clamp(28px, 5vw, 56px);
  background: var(--ink);
  color: var(--paper);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
}

.partner-check h2 { margin-top: 12px; color: var(--paper); }
.partner-check > p:not(.eyebrow) { max-width: 760px; color: rgba(255, 251, 242, .82); }
.partner-check .eyebrow { color: #ffda4f; }
.partner-check-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.partner-check-form fieldset { min-width: 0; margin: 0; padding: 22px; border: 1px solid rgba(255, 251, 242, .28); border-radius: 16px; }
.partner-check-form legend { max-width: 90%; padding: 0 8px; font-family: 'Jost', Arial, sans-serif; font-weight: 800; line-height: 1.25; }
.partner-check-form label { display: flex; gap: 10px; align-items: flex-start; margin: 12px 0 0; color: rgba(255, 251, 242, .9); cursor: pointer; }
.partner-check-form input { flex: 0 0 auto; margin-top: .3em; accent-color: #ffda4f; }
.partner-check-form .partner-check-text { display: block; cursor: text; }
.partner-check-form input[type='text'] { width: 100%; min-height: 48px; margin-top: 8px; padding: 11px 13px; border: 1px solid rgba(255, 251, 242, .45); border-radius: 8px; background: var(--paper); color: var(--ink); font: inherit; }
.partner-check-form input[type='text']:focus { outline: 3px solid #ffda4f; outline-offset: 2px; }
.partner-check-form .button { justify-self: start; margin-top: 8px; }
.partner-check-result { grid-column: 1 / -1; margin-top: 24px; padding: 26px; background: #ffda4f; color: var(--ink); border-radius: 16px; }
.partner-check-result h3 { margin: 0 0 8px; font-size: var(--type-card-title); }
.partner-check-result p { margin: 0; }
.partner-check-result a { display: inline-block; margin-top: 18px; color: var(--ink); font-weight: 800; text-decoration-thickness: 2px; }
.partner-contact[hidden] { display: none !important; }
.partner-contact { grid-column: 1 / -1; width: 100%; margin-top: 12px; color: var(--ink); }
.partner-contact > legend { padding: 0 10px; color: var(--paper); font-size: var(--type-card-title); }
.partner-contact .partner-contact-intro { grid-column: 1 / -1; margin: 0; color: var(--muted); }

@media (max-width: 760px) {
  .partner-check { margin: 42px 0 56px; padding: 26px 20px; }
  .partner-check-form { grid-template-columns: 1fr; }
  .partner-check-form .button { width: 100%; justify-content: center; }
}

.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta):after { content: ''; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav a:not(.nav-cta):hover:after, .site-nav a:not(.nav-cta):focus-visible:after { transform: scaleX(1); transform-origin: left; }
.site-nav a:not(.nav-cta) { display: inline-flex; min-height: 44px; align-items: center; }
.site-nav a.is-current:not(.nav-cta):after { transform: scaleX(1); }
.site-nav .nav-cta.is-current { box-shadow: 0 0 0 3px rgba(255,255,255,.24); }
.category-card strong { transition: color .2s ease; }
.category-card:hover strong { color: var(--red); }
.category-card.featured:hover strong { color: white; }
.faq summary { position: relative; display: block; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:after { content: '+'; position: absolute; top: 50%; right: 6px; color: var(--red); font-size: 1.7rem; line-height: 1; transform: translateY(-50%); transition: transform .25s ease; }
.faq details[open] summary:after { transform: translateY(-50%) rotate(45deg); }
.faq details[open] p { animation: faq-in .25s ease both; }
@keyframes faq-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
.menu-jump-nav { position: sticky; top: 96px; z-index: 20; margin: 0 0 46px; padding: 10px; display: flex; gap: 8px; overflow-x: auto; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); box-shadow: 0 12px 28px rgba(23,20,15,.08); scrollbar-width: none; }
.menu-jump-nav::-webkit-scrollbar { display: none; }
.menu-jump-nav a { flex: 0 0 auto; padding: 9px 14px; border-radius: 999px; color: var(--ink); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.menu-jump-nav a:hover, .menu-jump-nav a:focus-visible { background: var(--red); color: white; }
.menu-picker { margin: 0 0 64px; padding: clamp(28px, 5vw, 54px); border: 2px solid var(--ink); background: #f4c430; box-shadow: 12px 12px 0 var(--ink); }
.menu-picker .eyebrow { margin-bottom: 10px; color: var(--red); }
.menu-picker h2 { max-width: 760px; margin: 0; font-size: clamp(2.5rem, 5.4vw, 5.4rem); font-weight: 900; line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.menu-picker > p:not(.eyebrow) { max-width: 620px; margin: 20px 0 0; font-size: 1.05rem; }
.menu-picker .menu-jump-nav { position: static; margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.menu-picker .menu-jump-nav a { min-height: 86px; padding: 15px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; border: 2px solid var(--ink); border-radius: 0; background: var(--paper); box-shadow: 4px 4px 0 var(--ink); color: var(--ink); letter-spacing: 0; text-transform: none; transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, color .16s ease; }
.menu-picker .menu-jump-nav a:hover, .menu-picker .menu-jump-nav a:focus-visible { background: var(--red); box-shadow: 1px 1px 0 var(--ink); color: white; transform: translate(3px, 3px); }
.menu-jump-feeling { font-size: .98rem; font-weight: 900; line-height: 1; text-transform: uppercase; }
.menu-jump-category { font-size: .66rem; font-weight: 800; letter-spacing: .09em; opacity: .72; text-transform: uppercase; }
.menu-category { --menu-accent: var(--red); --menu-wash: #fff7e9; position: relative; margin: 0 8px 84px 0; padding: clamp(28px, 4.2vw, 48px); scroll-margin-top: 112px; border: 2px solid var(--ink); background: var(--menu-wash); box-shadow: 8px 8px 0 var(--menu-accent); }
.menu-category:nth-of-type(3n + 1) { --menu-accent: #ffdc54; --menu-wash: #fffdf7; }
.menu-category:nth-of-type(3n + 2) { --menu-accent: var(--red); --menu-wash: #fff1eb; }
.menu-category:nth-of-type(3n) { --menu-accent: var(--ink); --menu-wash: #f6ead8; }
.menu-category > .eyebrow { width: fit-content; margin: 0 0 12px; padding: 7px 10px; background: var(--menu-accent); color: white; }
.menu-category:nth-of-type(3n + 1) > .eyebrow { color: var(--ink); }
.menu-category > h2 { margin: 0; color: var(--ink); font-size: clamp(2.8rem, 6vw, 5.8rem); font-weight: 900; line-height: .88; letter-spacing: -.055em; text-transform: uppercase; }
.menu-category .content-grid { margin: 30px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border-top: 2px solid var(--ink); }
.menu-category .content-card { position: relative; min-height: 148px; padding: 24px 24px 26px 76px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.menu-category .content-card:nth-child(odd) { border-right: 1px solid var(--line); }
.menu-category .content-card:hover { background: white; }
.menu-category .content-card h3 { margin: 0 0 8px; font-size: clamp(1.45rem, 2.2vw, 2rem); font-weight: 900; line-height: 1; }
.menu-category .content-card p { margin: 0; color: var(--muted); font-size: .96rem; line-height: 1.48; }
.menu-category .content-card > p:empty { display: none; }
.menu-category .menu-number { position: absolute; top: 25px; left: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; color: var(--red); font-size: .78rem; font-weight: 900; }
.menu-category:nth-of-type(even) > h2 { color: var(--red); }
.menu-category.menu-extras { --menu-accent: var(--red); --menu-wash: #ffdc54; }
.menu-mid-cta { margin: 58px 0 18px; padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-radius: var(--radius); background: var(--red); color: white; }
.menu-mid-cta div { display: grid; gap: 3px; }
.menu-mid-cta span { font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .76; }
.menu-mid-cta strong { font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.05; }
.menu-mid-cta .button { flex: 0 0 auto; }

@media (max-width: 760px) {
  .hero-copy h1 { font-size: clamp(3.15rem, 15.5vw, 5rem); }
  .footer-grid { padding-top: 48px; padding-bottom: 26px; gap: 36px; }
  .footer-logo { width: 174px; height: 96px; }
  .footer-links a { display: flex; min-height: 44px; align-items: center; }
  .menu-picker { margin-right: -2px; margin-bottom: 54px; padding: 26px 22px 30px; box-shadow: 7px 7px 0 var(--ink); }
  .menu-picker h2 { font-size: clamp(2.6rem, 14vw, 4.25rem); }
  .menu-picker .menu-jump-nav { margin: 28px 0 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .menu-picker .menu-jump-nav a { min-height: 78px; padding: 13px; }
  .menu-category { margin-bottom: 58px; scroll-margin-top: 94px; }
  .menu-category > h2 { font-size: clamp(2.75rem, 14vw, 4.5rem); }
  .menu-category .content-grid { grid-template-columns: 1fr; margin-top: 24px; }
  .menu-category .content-card { min-height: 0; padding: 22px 8px 23px 64px; }
  .menu-category .content-card:nth-child(odd) { border-right: 0; }
  .menu-category .menu-number { top: 22px; left: 4px; }
  .menu-mid-cta { padding: 26px; flex-direction: column; align-items: stretch; }
  .menu-mid-cta .button { width: 100%; }
  .story-card > a:last-child, .footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; }
  .story-card > a:last-child { font-weight: 800; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Small editorial reveals add rhythm without hiding content when JavaScript is unavailable. */
.ggs-motion .ggs-reveal { opacity: 0; transform: translateY(18px); transition: opacity .52s ease, transform .52s ease; }
.ggs-motion .ggs-reveal.is-visible { opacity: 1; transform: none; }

/* Homepage v2: NYC editorial, craving-led, food-first. */
.ggs-home { overflow: hidden; }
.crave-hero { padding: 56px 0; background: var(--ink); color: white; }
.crave-hero-shell { display: grid; grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr); align-items: stretch; min-height: 650px; }
.crave-hero-inner { padding: 54px 54px 54px 0; display: flex; flex-direction: column; justify-content: center; }
.crave-hero-media { min-height: 650px; border: 2px solid var(--paper); background-color: #4a1710; background-image: url('assets/ggs-cravings-hero-v1.jpg'); background-position: center; background-size: cover; }
.crave-kicker { width: fit-content; margin: 0 0 22px; padding: 8px 12px; background: var(--paper); color: var(--ink); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.crave-hero h1 { max-width: 720px; margin: 0; font-size: clamp(4.2rem, 7.8vw, 7.7rem); font-weight: 900; line-height: .76; letter-spacing: -.07em; text-transform: uppercase; }
.crave-hero h1 em { display: inline-block; color: #ffdc54; font-family: Georgia, serif; font-size: .72em; font-weight: 700; letter-spacing: -.06em; text-transform: none; }
.crave-intro { max-width: 570px; margin: 32px 0 0; font-size: clamp(1.05rem, 1.6vw, 1.28rem); font-weight: 600; }
.crave-text-link { align-self: center; color: white; font-weight: 800; text-underline-offset: 6px; }

.craving-picker { padding: 110px 0 120px; background: #f5ead8; }
.picker-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 50px; align-items: end; margin-bottom: 64px; }
.picker-heading h2 { max-width: 850px; margin: 0; font-size: clamp(3.5rem, 7.5vw, 7.5rem); line-height: .82; letter-spacing: -.065em; text-transform: uppercase; }
.picker-heading p { max-width: 390px; margin: 0 0 8px; font-size: 1.15rem; }
.mood-list { border-top: 3px solid var(--ink); }
.mood-list a { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; min-height: 118px; padding: 16px 8px; border-bottom: 2px solid var(--ink); text-decoration: none; transition: padding .22s ease, background .22s ease, color .22s ease; }
.mood-list a:hover, .mood-list a:focus-visible { padding-right: 24px; padding-left: 24px; background: var(--red); color: white; }
.mood-list span { font-size: .78rem; font-weight: 900; }
.mood-list strong { font-size: clamp(2.4rem, 5vw, 5.4rem); line-height: .85; letter-spacing: -.055em; text-transform: uppercase; }
.mood-list b { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }

.sauce-drop { position: relative; padding: 130px 0; overflow: hidden; background: #ffdc54; color: var(--ink); }
.sauce-inner { position: relative; z-index: 2; text-align: center; }
.sauce-inner h2 { margin: 0; font-size: clamp(4rem, 9vw, 9rem); line-height: .76; letter-spacing: -.07em; text-transform: uppercase; }
.sauce-inner > p:not(.eyebrow):not(.sauce-feedback) { max-width: 670px; margin: 32px auto; font-size: 1.18rem; }
.sauce-options { max-width: 840px; margin: 42px auto 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.sauce-options button { min-height: 150px; padding: 20px; border: 3px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); font: inherit; font-size: 1rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.sauce-options button span { display: block; margin-top: 10px; font-size: 2.4rem; }
.sauce-options button:hover, .sauce-options button.is-picked { background: var(--ink); color: white; transform: rotate(-2deg) translateY(-4px); }
.sauce-feedback { min-height: 26px; margin: 0 0 24px; font-weight: 800; }
.wildcard-field { display: block; margin: 30px auto 8px; font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.wildcard-input { width: min(100%, 560px); min-height: 58px; padding: 0 18px; border: 3px solid var(--ink); border-radius: 0; background: var(--paper); color: var(--ink); font: inherit; font-size: 1.05rem; }
.wildcard-input:focus { outline: 4px solid rgba(196,5,22,.28); outline-offset: 2px; }
.sauce-honeypot, .form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.sauce-submit:disabled { cursor: wait; opacity: .7; }
.button-dark { border-color: var(--ink); background: var(--ink); }
.sauce-orbit { position: absolute; display: grid; place-items: center; width: 160px; height: 160px; border: 4px solid var(--red); border-radius: 50%; color: var(--red); font-size: 2.4rem; font-weight: 900; }
.sauce-orbit-one { top: 55px; left: -30px; transform: rotate(-14deg); }
.sauce-orbit-two { right: -25px; bottom: 55px; transform: rotate(11deg); }

.team-feed { padding: 115px 0; background: var(--ink); color: white; }
.team-feed-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.team-feed h2 { margin: 0; font-size: clamp(3.8rem, 8vw, 8rem); line-height: .78; letter-spacing: -.065em; text-transform: uppercase; }
.team-copy p { margin: 0 0 28px; color: rgba(255,255,255,.76); font-size: 1.15rem; }

.craving-club { padding: 110px 0; background: var(--red); color: white; }
.club-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.craving-club .eyebrow { color: #ffdc54; }
.craving-club h2 { margin: 0; font-size: clamp(3.7rem, 7vw, 7rem); line-height: .8; letter-spacing: -.06em; text-transform: uppercase; }
.club-copy > p:first-child { margin-top: 0; font-size: 1.2rem; }
.craving-club form { margin-top: 26px; }
.craving-club input[type='email'], .craving-club input[type='text'] { width: 100%; min-height: 58px; margin-bottom: 10px; padding: 0 16px; border: 2px solid white; border-radius: 0; background: transparent; color: white; font: inherit; }
.craving-club input::placeholder { color: rgba(255,255,255,.7); }
.craving-club input[type='submit'], .craving-club button[type='submit'] { min-height: 56px; padding: 0 24px; border: 2px solid #ffdc54; background: #ffdc54; color: var(--ink); font: inherit; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.club-note { font-size: .78rem; opacity: .72; }
.order-split { display: grid; grid-template-columns: 1fr 1fr; }
.order-split a { min-height: 260px; padding: 38px; display: flex; flex-direction: column; justify-content: center; background: #f5ead8; color: var(--ink); font-size: clamp(2.6rem, 5vw, 5.5rem); font-weight: 900; line-height: .9; letter-spacing: -.05em; text-decoration: none; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.order-split a + a { border-left: 2px solid var(--ink); }
.order-split a:hover { background: var(--red); color: white; }
.order-split span { margin-bottom: 10px; font-size: .76rem; letter-spacing: .14em; }
.footer-legal { display: flex; gap: 18px; }
.footer-legal a { min-height: 44px; display: inline-flex; align-items: center; color: inherit; }

.legal-copy { max-width: 820px; }
.legal-copy h2 { margin: 52px 0 18px; font-size: clamp(1.65rem, 3vw, 2.4rem); }
.legal-copy p { margin: 0 0 20px; }
.legal-contact { margin-top: 54px; padding: 26px 28px; border: 2px solid var(--ink); background: white; }
.legal-contact h2 { margin-top: 0; font-size: var(--type-card-title); }
.legal-contact p { margin-bottom: 0; }
.ggs-intake { position: relative; margin-top: 48px; padding: clamp(26px, 5vw, 52px); display: grid; grid-template-columns: 1fr 1fr; gap: 22px; border: 2px solid var(--ink); background: white; }
.ggs-intake label { display: grid; gap: 8px; font-weight: 800; }
.ggs-intake label:has(textarea), .ggs-intake .check-label, .ggs-intake .button { grid-column: 1 / -1; }
.ggs-intake input:not([type='checkbox']):not([type='radio']), .ggs-intake select, .ggs-intake textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 0; background: var(--paper); color: var(--ink); font: inherit; }
.ggs-intake select { min-height: 54px; }
.ggs-intake input:focus, .ggs-intake select:focus, .ggs-intake textarea:focus { outline: 3px solid rgba(196,5,22,.22); border-color: var(--red); }
.ggs-intake .check-label { display: flex; grid-template-columns: auto 1fr; align-items: start; font-weight: 500; }
.ggs-intake .check-label input { margin-top: 5px; }
.ggs-intake small { color: var(--muted); font-weight: 500; }
.ggs-intake .button { justify-self: start; }
.ggs-intake .intake-question { min-width: 0; margin: 0; padding: 0; border: 0; }
.ggs-intake .intake-question-wide { grid-column: 1 / -1; }
.ggs-intake legend { width: 100%; margin: 0 0 14px; font-size: 1.05rem; font-weight: 900; }
.ggs-intake legend span, .ggs-intake .field-number { margin-right: 8px; color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.choice-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.choice-grid label { position: relative; display: block; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label span { min-height: 74px; padding: 15px; display: grid; place-items: center; border: 2px solid var(--ink); background: var(--paper); text-align: center; transition: background .16s ease, color .16s ease, transform .16s ease; }
.choice-grid input:checked + span { background: var(--red); color: white; }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(196,5,22,.28); outline-offset: 3px; }
.choice-grid label:hover span { transform: translateY(-2px); }
.form-intro { margin-top: 72px; scroll-margin-top: 112px; }
.form-intro h2 { margin-top: 0; }
.catering-steps { margin: 34px 0 70px; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.catering-steps li { display: grid; grid-template-columns: minmax(180px, .7fr) 1.3fr; gap: 28px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.catering-steps strong { font-size: 1.08rem; }
.catering-steps span { color: var(--muted); }
.inquiry-success { border-color: #16803c; }
.inquiry-error { border-color: var(--red); }
.story-grid { counter-reset: sauce-story; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.story-card { counter-increment: sauce-story; min-height: 410px; padding: 30px; display: flex; flex-direction: column; border: 2px solid var(--ink); background: #fff7e9; box-shadow: 7px 7px 0 var(--ink); }
.story-card:nth-child(2n) { background: #ffdc54; box-shadow-color: var(--red); }
.story-card:nth-child(3n) { background: white; }
.story-card:before { content: 'SAUCE FILE ' counter(sauce-story, decimal-leading-zero); width: fit-content; margin: 0 0 46px; padding: 7px 10px; background: var(--red); color: white; font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.story-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.story-card .eyebrow { color: var(--ink); opacity: .65; }
.story-card h2 { margin: 8px 0 18px; font-size: clamp(2rem, 4vw, 3.4rem); }
.story-card h2 a { color: var(--ink); text-decoration: none; }
.story-card > p:not(.eyebrow) { color: var(--ink); }
.story-card > a:last-child { margin-top: auto; padding-top: 30px; color: var(--red); }
.signup-fallback a { color: white; font-weight: 900; }
.story-hero h1 { max-width: 1050px; font-size: clamp(3.2rem, 7vw, 6.8rem); }
.story-deck { max-width: 760px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.story-byline { margin: 18px 0 0; color: #ffdc54; font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-featured-shell { padding: 54px 0 0; background: var(--paper); }
.story-featured { margin: 0; overflow: hidden; border: 2px solid var(--ink); border-radius: var(--radius); background: var(--cream); box-shadow: var(--shadow); }
.story-featured img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.story-body { max-width: 860px; }
.story-body > p, .story-body > h2 { max-width: 760px; }
.story-body > p:first-child { color: var(--ink); font-size: 1.28rem; line-height: 1.6; }
.story-body > p:first-child::first-letter { float: left; margin: .08em .12em 0 0; color: var(--red); font-family: Georgia, serif; font-size: 4.4em; font-weight: 700; line-height: .72; }
.story-next-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 60px; }
.merch-shop-intro { margin-bottom: 28px; }
.merch-shop-intro strong { display: block; margin-bottom: 6px; }

.home-merch { padding: clamp(72px, 9vw, 126px) 0; background: var(--red); color: white; }
.home-merch .eyebrow { color: #ffdc54; }
.home-merch-heading { margin-bottom: 42px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); gap: 60px; align-items: end; }
.home-merch-heading h2 { margin: 0; font-size: var(--type-section-title); line-height: .88; letter-spacing: -.055em; }
.home-merch-heading > div:last-child { max-width: 470px; justify-self: end; }
.home-merch-heading p { margin-top: 0; color: rgba(255,255,255,.82); font-size: var(--type-supporting); }
.home-merch-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.home-merch-card { min-width: 0; padding: 12px 12px 18px; display: grid; grid-template-columns: 1fr auto; gap: 10px 14px; border: 2px solid var(--ink); background: var(--paper); color: var(--ink); text-decoration: none; box-shadow: 7px 7px 0 var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.home-merch-card:hover, .home-merch-card:focus-visible { transform: translate(-3px,-3px); box-shadow: 10px 10px 0 var(--ink); }
.home-merch-card img { grid-column: 1 / -1; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: white; }
.home-merch-card > span { font-weight: 900; letter-spacing: .03em; }
.home-merch-card > strong { color: var(--red); white-space: nowrap; }

.home-instagram { padding: clamp(70px, 9vw, 118px) 0; background: var(--paper); }
.home-instagram-heading { margin-bottom: 36px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.home-instagram-heading h2 { margin: 0; font-size: var(--type-section-title); line-height: .9; letter-spacing: -.055em; }
.instagram-fallback { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 2px solid var(--ink); }
.instagram-fallback a { min-height: 250px; padding: clamp(26px, 4vw, 44px); display: flex; flex-direction: column; justify-content: space-between; color: var(--ink); text-decoration: none; }
.instagram-fallback a + a { border-left: 2px solid var(--ink); }
.instagram-fallback a:nth-child(2) { background: #ffdc54; }
.instagram-fallback a:nth-child(3) { background: var(--ink); color: white; }
.instagram-fallback span { color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .15em; }
.instagram-fallback strong { max-width: 270px; font-size: var(--type-card-title); line-height: .96; }

.woocommerce .site-main, .woocommerce-page .site-main { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: clamp(60px, 8vw, 100px) 0; }
.woocommerce-products-header__title.page-title { margin: 0 0 36px; font-size: var(--type-page-title); line-height: .9; letter-spacing: -.055em; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 18px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 14px 14px 22px; border: 2px solid var(--ink); background: white; box-shadow: 7px 7px 0 var(--ink); }
.woocommerce ul.products li.product a img { margin-bottom: 18px; aspect-ratio: 1 / 1; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; font-size: 1.25rem; line-height: 1.08; }
.woocommerce ul.products li.product .price { color: var(--red); font-weight: 900; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border: 2px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--red); color: white; }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product .product_title { font-size: var(--type-subsection-title); line-height: .94; letter-spacing: -.04em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--red); font-weight: 900; }
.woocommerce div.product .woocommerce-tabs { clear: both; padding-top: 48px; }
.woocommerce .related.products { clear: both; padding-top: 54px; }
.woocommerce .related.products > h2 { font-size: var(--type-subsection-title); }

.order-channel-grid { margin: 54px 0 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.order-page-hero { padding-top: 64px; padding-bottom: 46px; }
.order-page { padding-top: 50px; }
.order-page .order-channel-grid { margin-top: 34px; }
.order-channel { min-height: 310px; padding: clamp(30px, 5vw, 58px); display: flex; flex-direction: column; justify-content: space-between; border: 2px solid var(--ink); color: white !important; text-decoration: none; transition: transform .2s ease; }
.order-channel:hover, .order-channel:focus-visible { transform: translateY(-5px); }
.order-channel-doordash { background: var(--red); }
.order-channel-uber { background: var(--ink); }
.order-channel span, .order-channel b { font-size: .74rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.order-channel strong { font-size: clamp(3rem, 7vw, 6.5rem); line-height: .82; letter-spacing: -.06em; }
.coverage-panel { margin: 0 0 76px; display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--ink); background: var(--paper); }
.coverage-copy { padding: clamp(32px, 5vw, 62px); }
.coverage-copy h2 { margin-top: 12px; font-size: clamp(3rem, 6vw, 5.5rem); line-height: .88; }
.coverage-map { position: relative; min-height: 520px; overflow: hidden; display: grid; place-items: center; border-left: 2px solid var(--ink); background: #f5ead8; }
.coverage-ring { position: absolute; border: 3px solid var(--red); border-radius: 50%; }
.coverage-ring-outer { width: 420px; height: 420px; }
.coverage-ring-middle { width: 260px; height: 260px; border-color: var(--ink); }
.coverage-center { position: relative; z-index: 2; width: 116px; height: 116px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 50%; background: var(--red); color: white; font-size: 1.5rem; font-weight: 900; line-height: .9; text-align: center; }
.coverage-center small { display: block; font-size: .62rem; letter-spacing: .12em; }
.coverage-map > b { position: absolute; right: 22px; bottom: 22px; padding: 9px 12px; background: var(--ink); color: white; font-size: .72rem; letter-spacing: .11em; }
.order-checks { margin-bottom: 70px; }
.order-team-cta { padding: clamp(34px, 6vw, 68px); display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; background: var(--ink); color: white; }
.order-team-cta h2 { max-width: 760px; margin: 8px 0 0; font-size: clamp(2.7rem, 6vw, 5.6rem); line-height: .88; }
.order-team-cta .button { flex: 0 0 auto; }

/* Branded short-link pages: /doordash/ and /uber/. */
.platform-order-page { min-height: calc(100vh - 82px); background: var(--ink); color: white; }
.platform-order-shell { width: min(1380px, 100%); min-height: calc(100vh - 82px); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr); }
.platform-order-photo { min-height: 690px; overflow: hidden; background: var(--cream); }
.platform-order-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: contrast(1.1) saturate(1.05); }
.platform-order-copy { padding: clamp(54px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.platform-order-copy .eyebrow { color: #ff3346; }
.platform-order-copy h1 { max-width: 650px; margin: 0; font-size: clamp(3.5rem, 6.4vw, 7rem); line-height: .86; letter-spacing: -.06em; }
.platform-order-copy > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.72); font-size: clamp(1.02rem, 1.35vw, 1.2rem); }
.platform-order-button { width: min(100%, 520px); min-height: 82px; margin-top: 26px; padding: 18px 28px; display: flex; align-items: center; justify-content: space-between; border: 2px solid white; border-radius: 999px; color: white; background: var(--red); font-size: clamp(1rem, 1.6vw, 1.3rem); font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.platform-order-button:hover, .platform-order-button:focus-visible { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(196,5,22,.34); }
.platform-order-button span { font-size: 1.6em; }
.platform-order-uber .platform-order-button { border-color: white; background: white; color: var(--ink); }
.platform-order-copy .platform-order-fallback { margin: 24px 0 0; font-size: .96rem; }
.platform-order-copy .platform-order-fallback a { color: white; font-weight: 800; text-underline-offset: 4px; }
.platform-order-copy .platform-order-note { margin: 38px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); font-size: .78rem !important; line-height: 1.55; }

@media (max-width: 820px) {
	.home-merch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.home-merch-heading { grid-template-columns: 1fr; gap: 24px; }
	.home-merch-heading > div:last-child { justify-self: start; }
	.instagram-fallback { grid-template-columns: 1fr; }
	.instagram-fallback a { min-height: 190px; }
	.instagram-fallback a + a { border-top: 2px solid var(--ink); border-left: 0; }
	.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .crave-hero { padding: 0; }
  .crave-hero-shell { width: 100%; min-height: 0; grid-template-columns: 1fr; }
  .crave-hero-media { order: 1; min-height: 390px; border-width: 0 0 2px; background-position: center; }
  .crave-hero-inner { order: 2; padding: 48px max(14px, calc((100vw - 760px) / 2)) 60px; }
  .crave-hero h1 { font-size: clamp(4rem, 18vw, 7rem); }
  .picker-heading, .team-feed-grid, .club-grid { grid-template-columns: 1fr; gap: 30px; }
  .mood-list a { grid-template-columns: 42px 1fr; }
  .mood-list b { display: none; }
  .sauce-options { grid-template-columns: 1fr; }
  .sauce-options button { min-height: 92px; display: flex; align-items: center; justify-content: space-between; text-align: left; }
  .sauce-options button span { display: inline; margin: 0; }
  .sauce-orbit { display: none; }
  .order-split { grid-template-columns: 1fr; }
  .order-split a { min-height: 180px; }
  .order-split a + a { border-top: 2px solid var(--ink); border-left: 0; }
  .ggs-intake, .story-grid { grid-template-columns: 1fr; }
  .ggs-intake label, .ggs-intake label:has(textarea), .ggs-intake .check-label, .ggs-intake .button { grid-column: 1; }
  .page-content { padding-top: 64px; padding-bottom: 86px; }
  .content-grid { gap: 16px; margin: 34px 0 52px; }
	.catering-steps li { grid-template-columns: 1fr; gap: 8px; }
  .about-pillars .content-card { min-height: 0; }
  .order-channel-grid, .coverage-panel { grid-template-columns: minmax(0, 1fr); }
  .order-channel { width: 100%; min-width: 0; min-height: 240px; }
  .coverage-map { min-height: 390px; border-top: 2px solid var(--ink); border-left: 0; }
  .order-team-cta { align-items: stretch; flex-direction: column; }
  .platform-order-shell { min-height: auto; grid-template-columns: 1fr; }
  .platform-order-photo { min-height: 52vw; max-height: 620px; }
}

@media (max-width: 520px) {
	.home-merch-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
	.home-instagram-heading { align-items: start; flex-direction: column; }
	.home-merch-card { grid-template-columns: 1fr auto; }
}

@media (max-width: 520px) {
  .crave-hero-media { min-height: 280px; }
  .crave-hero-inner { padding: 38px 14px 50px; }
  .crave-hero h1 { font-size: clamp(3.5rem, 17.5vw, 5.4rem); }
  .crave-intro { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .craving-picker, .sauce-drop, .team-feed, .craving-club { padding: 78px 0; }
  .picker-heading h2, .sauce-inner h2, .team-feed h2, .craving-club h2 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .mood-list a { min-height: 92px; }
  .mood-list strong { font-size: 2.65rem; }
  .page-hero { padding: 76px 0 48px; }
  .page-content { padding-top: 52px; padding-bottom: 72px; }
  .story-featured-shell { padding-top: 28px; }
  .story-featured { border-radius: 16px; }
  .story-card { min-height: 0; padding: 24px; box-shadow: 5px 5px 0 var(--ink); }
  .story-card:before { margin-bottom: 30px; }
  .wp-content h2 { margin-top: 44px; font-size: 2.15rem; line-height: 1.05; }
  .wp-content p, .wp-content li { font-size: 1rem; line-height: 1.66; }
  .content-card { padding: 24px; }
  .content-card h2, .content-card h3 { font-size: 1.65rem; }
  .faq summary { padding: 22px 44px 22px 0; }
  .faq details p { padding: 0 30px 26px 0; }
  .page-actions { align-items: stretch; flex-direction: column; }
  .page-actions .button { width: 100%; }
  .button, button, input[type='submit'] { min-width: 0; white-space: normal; line-height: 1.25; text-align: center; }
  .page-hero h1, .wp-content h1, .wp-content h2, .wp-content h3 { overflow-wrap: anywhere; }
  .notice { padding: 18px; }
  .ggs-intake { width: 100%; margin-top: 34px; padding: 20px; gap: 16px; }
  .ggs-inquiry { padding-right: 0 !important; padding-left: 0 !important; }
  .ggs-inquiry-inner { width: calc(100% - 28px) !important; margin-inline: auto !important; }
  .ggs-inquiry-inner > * { width: 100%; }
  .ggs-crave-trigger { right: 14px !important; bottom: 14px !important; width: auto !important; max-width: calc(100vw - 28px) !important; min-height: 46px; padding: 10px 16px !important; font-size: .72rem !important; }
  .order-channel-grid { margin: 38px 0 52px; }
  .order-channel { min-height: 205px; padding: 26px; }
  .order-channel strong { font-size: clamp(2.75rem, 14vw, 3.4rem); overflow-wrap: anywhere; }
  .coverage-panel { margin-bottom: 54px; }
  .coverage-copy { padding: 26px; }
  .coverage-map { min-height: 310px; }
  .coverage-ring-outer { width: 270px; height: 270px; }
  .coverage-ring-middle { width: 176px; height: 176px; }
  .coverage-center { width: 90px; height: 90px; font-size: 1.2rem; }
  .order-team-cta { padding: 28px; }
  .order-team-cta .button { width: 100%; }
  .platform-order-page { min-height: auto; }
  .platform-order-photo { min-height: 64vw; }
  .platform-order-copy { padding: 46px 22px 62px; }
  .platform-order-copy h1 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .platform-order-button { min-height: 68px; }
}

/* Preserve the intentional GG’s palette when an OS or browser requests dark mode. */
@media (prefers-color-scheme: dark) {
  html, body { background: var(--paper) !important; color: var(--ink) !important; }
  .site-header, .section-dark, .team-feed { background: var(--ink) !important; color: white !important; }
  .crave-hero, .crave-hero-inner { background: var(--ink) !important; color: white !important; }
  .craving-picker { background: #f5ead8 !important; color: var(--ink) !important; }
  .sauce-drop { background: #ffdc54 !important; color: var(--ink) !important; }
  .craving-club, .site-footer { background: var(--red) !important; color: white !important; }
  .content-card, .ggs-intake { background: white !important; color: var(--ink) !important; }
  input, select, textarea { color-scheme: light; }
}

@media (max-width: 360px) {
  .container { width: calc(100% - 24px); }
  .header-inner { min-height: 74px; gap: 10px; }
  .brand-logo { width: 112px; height: 54px; }
  .menu-toggle { padding: 9px 11px; }
  .site-nav { top: 74px; }
  .page-hero h1 { font-size: 2.8rem; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .ggs-inquiry-inner { width: calc(100% - 24px) !important; }
  .ggs-crave-trigger { width: 48px !important; height: 48px; padding: 0 !important; overflow: hidden; color: transparent !important; font-size: 0 !important; border-radius: 50% !important; }
  .ggs-crave-trigger::after { content: 'GG'; display: grid; place-items: center; width: 100%; height: 100%; color: white; font-size: .75rem; font-weight: 900; letter-spacing: .04em; }
}

/* Homepage v5: bold, type-led late-night counter. */
.mystery-home { background: var(--ink); }
.mystery-hero { padding: clamp(72px, 8vw, 118px) 0; background: #0f0e0b; color: var(--paper); }
.mystery-hero-grid { display: block; }
.mystery-copy { max-width: 1180px; }
.mystery-copy h1 { max-width: 1120px; margin: 0; font-size: clamp(5rem, 7.9vw, 8rem); line-height: .76; letter-spacing: -.075em; text-transform: uppercase; }
.mystery-copy h1 span { display: block; white-space: nowrap; }
.mystery-kicker { width: fit-content; margin: 0 0 28px; padding: 9px 12px; background: var(--red); color: white; font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.mystery-intro { max-width: 760px; margin: 38px 0 0; color: rgba(255,251,242,.76); font-size: clamp(1.08rem, 1.8vw, 1.32rem); }
.ingredient-clues { max-width: 900px; margin: 44px 0 0; padding: 22px 0 0; display: flex; flex-wrap: wrap; gap: 10px 24px; border-top: 1px solid rgba(255,251,242,.22); list-style: none; }
.ingredient-clues li { color: #ffdc54; font-size: .68rem; font-weight: 900; letter-spacing: .13em; }
.mystery-visual { margin: 0; position: relative; }
.mystery-visual picture { display: block; }
.mystery-photo { display: block; width: 100%; height: auto; border: 2px solid var(--paper); background: var(--paper); }
.mystery-visual .story-strip-captions { position: static; width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); background: var(--paper); color: #17130f; border: 2px solid var(--paper); border-top: 0; box-shadow: 12px 12px 0 #ffdc54; }
.story-strip-captions span { min-width: 0; padding: 14px 16px 16px; font-size: .78rem; line-height: 1.35; }
.story-strip-captions span + span { border-left: 1px solid rgba(23, 19, 15, .24); }
.story-strip-captions b { display: block; margin-bottom: 4px; color: var(--red); font-size: .65rem; letter-spacing: .12em; }

.inside-bite { padding: 120px 0; background: var(--paper); color: var(--ink); }
.inside-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 66px; }
.inside-heading h2 { max-width: 920px; margin: 12px 0 0; font-size: clamp(3.6rem, 7.4vw, 7.2rem); line-height: .82; letter-spacing: -.065em; text-transform: uppercase; }
.inside-heading > p { max-width: 390px; margin: 0 0 6px; font-size: 1.15rem; }
.ingredient-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.ingredient-grid article { min-height: 310px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: #f5ead8; }
.ingredient-grid article:nth-child(2) { background: var(--ink); color: white; }
.ingredient-grid article:nth-child(3) { background: #ffdc54; }
.ingredient-grid article:nth-child(4) { background: var(--red); color: white; }
.ingredient-grid span { font-size: .66rem; font-weight: 900; letter-spacing: .13em; }
.ingredient-grid h3 { margin: auto 0 16px; font-size: clamp(1.8rem, 2.8vw, 2.7rem); line-height: .92; letter-spacing: -.04em; }
.ingredient-grid p { margin: 0; color: inherit; font-size: 1rem; line-height: 1.5; }
.ingredient-note { max-width: 850px; margin: 28px 0 0; color: var(--muted); font-size: .9rem; }

.crave-index { padding: 110px 0; background: #ffdc54; color: var(--ink); }
.crave-index-heading { margin-bottom: 48px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.crave-index-heading h2 { margin: 0; font-size: clamp(3.8rem, 8vw, 8rem); line-height: .78; letter-spacing: -.07em; text-transform: uppercase; }
.crave-index-heading p { margin: 0 0 8px; font-weight: 700; }
.crave-index-list { border-top: 3px solid var(--ink); }
.crave-index-list a { min-height: 100px; padding: 14px 6px; display: grid; grid-template-columns: 140px 1fr auto; align-items: center; border-bottom: 2px solid var(--ink); color: var(--ink); text-decoration: none; transition: padding .18s ease, background .18s ease, color .18s ease; }
.crave-index-list a:hover, .crave-index-list a:focus-visible { padding-right: 20px; padding-left: 20px; background: var(--red); color: white; }
.crave-index-list span { font-size: .69rem; font-weight: 900; letter-spacing: .14em; }
.crave-index-list strong { font-size: clamp(2.1rem, 4vw, 4.5rem); line-height: .85; letter-spacing: -.05em; text-transform: uppercase; }
.crave-index-list b { font-size: 1.6rem; }

.secret-drop { padding: 120px 0; background: #16110f; color: var(--paper); }
.secret-drop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.secret-copy h2 { max-width: 700px; margin: 12px 0 28px; font-size: clamp(3.7rem, 7vw, 7rem); line-height: .8; letter-spacing: -.065em; text-transform: uppercase; }
.secret-copy > p:last-child { max-width: 500px; color: rgba(255,251,242,.7); font-size: 1.15rem; }
.secret-drop .sauce-options { margin: 0 0 28px; grid-template-columns: 1fr; }
.secret-drop .sauce-options button { min-height: 76px; padding: 16px 20px; border: 2px solid var(--paper); color: var(--paper); text-align: left; }
.secret-drop .sauce-options button:hover, .secret-drop .sauce-options button.is-picked { background: var(--red); color: white; transform: none; }
.secret-drop .wildcard-field { margin-top: 24px; color: #ffdc54; }
.secret-drop .wildcard-input { border-color: var(--paper); background: var(--paper); }
.secret-drop .sauce-feedback { color: var(--paper); }

.story-door { padding: 115px 0; background: #f5ead8; color: var(--ink); }
.story-door-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: end; }
.story-door h2 { margin: 8px 0 18px; font-size: clamp(4rem, 8vw, 8rem); line-height: .78; letter-spacing: -.065em; text-transform: uppercase; }
.story-door p { max-width: 500px; }
.story-links { border-top: 2px solid var(--ink); }
.story-links a { min-height: 116px; padding: 20px 4px; display: grid; grid-template-columns: 52px 1fr; align-items: center; border-bottom: 2px solid var(--ink); color: var(--ink); font-size: clamp(1.5rem, 2.8vw, 2.6rem); font-weight: 900; line-height: 1; text-decoration: none; }
.story-links a:hover, .story-links a:focus-visible { color: var(--red); }
.story-links span { color: var(--red); font-size: .7rem; letter-spacing: .12em; }

@media (min-width: 981px) and (max-height: 820px) {
  .mystery-hero { padding: 42px 0 52px; }
  .mystery-copy h1 { font-size: clamp(4rem, 7vw, 6.6rem); }
  .mystery-intro { margin-top: 24px; }
  .mystery-copy .hero-actions { gap: 10px; margin-top: 24px; }
  .mystery-copy .hero-actions .button { padding-right: 18px; padding-left: 18px; font-size: .76rem; }
  .ingredient-clues { margin-top: 28px; padding-top: 16px; }
}

@media (max-width: 980px) {
  .mystery-copy h1 { font-size: clamp(4rem, 8.6vw, 5.5rem); }
  .mystery-photo { min-height: 0; }
  .ingredient-grid { grid-template-columns: 1fr 1fr; }
  .story-door-grid { gap: 52px; }
}

@media (max-width: 760px) {
  .mystery-hero { padding: 0 0 62px; }
  .mystery-hero-grid { width: 100%; }
  .mystery-visual { order: 2; margin-top: 34px; }
  .mystery-photo { min-height: 0; border-width: 0 0 2px; }
  .mystery-visual .story-strip-captions { box-shadow: 8px 8px 0 #ffdc54; }
  .mystery-copy { order: 1; padding: 46px 14px 0; }
  .mystery-copy h1 { font-size: clamp(3.25rem, 14vw, 4.8rem); }
  .mystery-copy h1 span { white-space: normal; }
  .mystery-intro { font-size: 1.02rem; }
  .ingredient-clues { margin-top: 28px; padding-top: 16px; }
  .inside-bite, .crave-index, .secret-drop, .story-door { padding: 78px 0; }
  .inside-heading, .secret-drop-grid, .story-door-grid { grid-template-columns: 1fr; gap: 34px; }
  .inside-heading h2, .crave-index-heading h2, .secret-copy h2, .story-door h2 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .ingredient-grid { grid-template-columns: 1fr; border-left: 0; }
  .ingredient-grid article { min-height: 230px; border-left: 2px solid var(--ink); }
  .crave-index-heading { align-items: flex-start; flex-direction: column; }
  .crave-index-list a { grid-template-columns: 82px 1fr auto; }
  .story-links a { min-height: 92px; font-size: 1.55rem; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 390px) {
  .mystery-copy { padding-top: 34px; }
  .mystery-kicker { margin-bottom: 18px; }
  .mystery-photo { min-height: 0; }
  .mystery-copy h1 { font-size: clamp(3rem, 13.4vw, 3.25rem); line-height: .8; }
  .mystery-intro { margin-top: 24px; font-size: .98rem; }
  .mystery-copy .hero-actions { margin-top: 24px; }
  .ingredient-clues { gap: 10px 16px; }
  .crave-index-list a { grid-template-columns: 1fr auto; }
  .crave-index-list span { grid-column: 1 / -1; margin-bottom: 6px; }
  .crave-index-list strong { font-size: 2.3rem; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-grid label span { min-height: 58px; }
}

@media (max-width: 340px) {
  .mystery-copy h1 { font-size: 2.75rem; }
  .mystery-visual .story-strip-captions { grid-template-columns: 1fr; }
  .story-strip-captions span { padding: 10px 14px; }
  .story-strip-captions span + span { border-left: 0; border-top: 1px solid rgba(23, 19, 15, .24); }
}

@media (max-width: 760px) {
  .menu-category { margin-right: 5px; padding: 26px 20px 30px; box-shadow: 5px 5px 0 var(--menu-accent); }
  .menu-category .content-card { padding-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .ggs-motion .ggs-reveal { opacity: 1; transform: none; }
}

/* Typography system v1.7.2: one hierarchy across editorial and utility pages. */
.page-hero h1,
.story-hero h1,
.crave-hero h1 {
  font-size: var(--type-page-title);
  line-height: .88;
  letter-spacing: -.055em;
}

.inside-heading h2,
.crave-index-heading h2,
.secret-copy h2,
.story-door h2,
.team-feed h2,
.craving-club h2,
.picker-heading h2,
.sauce-inner h2,
.menu-picker h2,
.menu-category > h2,
.coverage-copy h2,
.order-team-cta h2 {
  font-size: var(--type-section-title);
  line-height: .86;
  letter-spacing: -.055em;
}

.section-heading h2,
.split-copy h2,
.wp-content h2,
.legal-copy h2,
.form-intro h2 {
  font-size: var(--type-subsection-title);
  line-height: .98;
  letter-spacing: -.04em;
}

.content-card h2,
.content-card h3,
.menu-category .content-card h3,
.story-card h2 {
  font-size: var(--type-card-title);
  line-height: 1.05;
  letter-spacing: -.03em;
}

.inside-heading > p,
.crave-index-heading p,
.secret-copy > p:last-child,
.story-door p,
.team-copy p,
.club-copy > p:first-child {
  font-size: var(--type-supporting);
  line-height: 1.55;
}

.ingredient-grid article {
  min-height: 310px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;
}

.ingredient-grid h3 {
  align-self: end;
  min-height: 2em;
  margin: 30px 0 16px;
  font-size: var(--type-card-title);
  line-height: 1;
  letter-spacing: -.035em;
}

.ingredient-grid p {
  min-height: 4.5em;
}

@media (max-width: 760px) {
  :root {
    --type-page-title: clamp(2.8rem, 12vw, 4.1rem);
    --type-feature-title: clamp(3rem, 13vw, 4.5rem);
    --type-section-title: clamp(2.7rem, 11.5vw, 4rem);
    --type-subsection-title: clamp(2rem, 9vw, 2.8rem);
    --type-card-title: clamp(1.9rem, 8vw, 2.2rem);
    --type-supporting: 1rem;
  }

  .ingredient-grid article {
    min-height: 0;
    grid-template-rows: auto auto auto;
  }

  .ingredient-grid h3,
  .ingredient-grid p {
    min-height: 0;
  }
}
