/*
Theme Name: Sisters Social Table
Theme URI: https://sisterssocialtable.com
Author: Kaylee
Description: Custom theme for Sisters Social Table, a sister-owned charcuterie caterer in Greer, SC. Editable content is managed under each page and under Menu Items in the admin sidebar. See the included editing guide.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sisters-social-table
Tags: custom-menu, featured-images, translation-ready
*/

@font-face {
  font-family: 'Playfair Display';
  src: url('assets/fonts/playfair-display-latin-400-normal.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('assets/fonts/playfair-display-latin-500-normal.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('assets/fonts/playfair-display-latin-600-normal.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('assets/fonts/playfair-display-latin-500-italic.woff2') format('woff2');
  font-weight: 500; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('assets/fonts/playfair-display-latin-600-italic.woff2') format('woff2');
  font-weight: 600; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Alex Brush';
  src: url('assets/fonts/alex-brush-latin-400-normal.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/montserrat-latin-300-normal.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/montserrat-latin-400-normal.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/montserrat-latin-500-normal.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/montserrat-latin-600-normal.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}

:root {
  --primary-text: #5A504C;
  --accent-brown: #9E7F68;
  --sage-green:   #8B9B84;
  --eucalyptus:   #AAB7A2;
  --pale-sage:    #C8D1C1;
  --olive-accent: #7C8666;
  --terracotta:   #C1694A;
  --blush:        #E7A9A0;
  --gold:         #C99A44;
  --bg:           #FAF9F7;
  --bg-warm:      #F1EDE5;
  --white:        #FFFFFF;
  --hairline:     #E4E0D8;

  --font-script: 'Alex Brush', cursive;
  --font-body:   'Montserrat', -apple-system, Helvetica, Arial, sans-serif;
  --font-serif:  'Playfair Display', Georgia, serif;

  --max-width: 1220px;

  /* Unified warm color grade applied across all real photography, so photos
     from different shoots/lighting read as one deliberate, cohesive style. */
  --photo-grade: sepia(0.16) saturate(1.25) contrast(1.1) brightness(1.02) hue-rotate(-8deg);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--primary-text);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 32px;
}

h1, h2, h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--primary-text);
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 500;
  color: var(--olive-accent);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: '';
  width: 26px;
  height: 1px;
  background: var(--olive-accent);
  display: inline-block;
}

p { margin: 0 0 1em 0; }

.mark {
  font-family: var(--font-script);
  color: var(--olive-accent);
  font-size: 1.5em;
  font-weight: 400;
}

/* Script emphasis — used for striking cursive callouts within headlines */
.script-emph {
  font-family: var(--font-script);
  color: var(--terracotta);
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding: 0 0.06em;
  display: inline-block;
}
h1 .script-emph { font-size: 1.28em; line-height: 1; }
h2 .script-emph { font-size: 1.3em; line-height: 1; }

/* Stacked hero treatment: two label/script rows, script words align in one column */
.hero h1.stacked-emph {
  display: inline-grid;
  grid-template-columns: max-content max-content;
  column-gap: 0.42em;
  row-gap: 0;
  line-height: 0.92;
  align-items: baseline;
}
.hero h1.stacked-emph .label {
  font-family: var(--font-serif);
  white-space: nowrap;
  justify-self: end;
}
.hero h1.stacked-emph .script-emph {
  font-size: 1.5em;
  justify-self: start;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 30px;
  border-radius: 2px;
  transition: all 0.25s ease;
  cursor: pointer;
  border: 1px solid transparent;
}
.btn::after { content: '\2192'; transition: transform 0.25s ease; }
.btn:hover::after { transform: translateX(4px); }
.btn-primary {
  background: var(--olive-accent);
  color: var(--bg);
}
.btn-primary:hover { background: var(--primary-text); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.75);
}
.btn-outline:hover { background: rgba(255,255,255,0.15); }
.btn-outline-dark {
  background: transparent;
  color: var(--primary-text);
  border-color: var(--primary-text);
}
.btn-outline-dark:hover { background: var(--primary-text); color: var(--bg); }

/* ---------- Header (split-nav, centered mark) ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250,249,247,0.94);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--hairline);
}
.site-header .wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
}
nav.main-nav ul {
  list-style: none;
  display: flex;
  gap: 36px;
  margin: 0;
  padding: 0;
}
nav.main-nav.left ul { justify-content: flex-start; }
nav.main-nav.right ul { justify-content: flex-end; }
nav.main-nav a {
  font-size: 11.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--primary-text);
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
nav.main-nav a:hover,
nav.main-nav a.active {
  color: var(--terracotta);
  border-bottom-color: var(--terracotta);
}
.logo-lockup { display: flex; flex-direction: column; align-items: center; line-height: 1; text-align: center; }
.logo-lockup img { width: 82px; height: auto; display: block; }
.footer-grid .logo-lockup img { width: 96px; }
.logo-lockup .script {
  font-family: var(--font-script);
  font-size: 34px;
  color: var(--olive-accent);
}
.logo-lockup .sub {
  font-family: var(--font-body);
  font-size: 9px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--accent-brown);
  margin-top: 3px;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  justify-self: end;
}
.nav-toggle span {
  width: 24px;
  height: 1.5px;
  background: var(--primary-text);
  display: block;
}

.mobile-nav { display: none; }

/* ---------- Placeholder media ---------- */
.placeholder-media {
  background:
    linear-gradient(160deg, rgba(90,80,76,0.5), rgba(124,134,102,0.5)),
    repeating-linear-gradient(135deg, #B7A48F 0 2px, #C8B9A6 2px 4px);
  position: relative;
  overflow: hidden;
}
.placeholder-media::after {
  content: attr(data-label);
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  max-width: calc(100% - 28px);
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.5);
  padding: 6px 12px;
  border-radius: 2px;
  background: rgba(90,80,76,0.35);
}
.arch {
  border-radius: 260px 260px 8px 8px;
}
.rounded-frame {
  border-radius: 18px;
}
.frame, .overlap-media .main, .overlap-media .accent, .bento-item, .carousel-card, .insta-strip a {
  filter: var(--photo-grade);
}

/* ---------- Hero (asymmetric, off-white bg, arch photo) ---------- */
.hero {
  padding: 64px 0 40px;
  overflow: hidden;
}
.hero .wrap {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 64px;
  align-items: center;
}
.hero h1 {
  font-size: 58px;
  line-height: 1.08;
  margin: 20px 0 24px;
}
.hero h1 em { font-style: italic; color: var(--olive-accent); font-weight: 500; }
.hero p.lede {
  max-width: 460px;
  font-size: 15.5px;
  color: var(--accent-brown);
  margin-bottom: 32px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-actions .btn-outline { color: var(--primary-text); border-color: var(--primary-text); }
.hero-actions .btn-outline:hover { background: var(--primary-text); color: var(--bg); }

.hero-art { position: relative; }
.hero-art .blob {
  position: absolute;
  width: 108%;
  height: 108%;
  top: -4%; left: -8%;
  background: var(--pale-sage);
  opacity: 0.55;
  border-radius: 260px 260px 30px 30px;
  z-index: 0;
}
.hero-art .frame {
  position: relative;
  z-index: 1;
  height: 560px;
}
.hero-art .badge {
  position: absolute;
  z-index: 3;
  left: -34px;
  bottom: 46px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: var(--terracotta);
  color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 14px;
  box-shadow: 0 14px 30px rgba(90,80,76,0.25);
  animation: badge-wobble 9s ease-in-out infinite;
}
.hero-art .badge .dot {
  display: inline-block;
  animation: badge-wobble-reverse 9s ease-in-out infinite;
}
@keyframes badge-wobble {
  0%, 100% { transform: rotate(-3deg); }
  50% { transform: rotate(3deg); }
}
@keyframes badge-wobble-reverse {
  0%, 100% { transform: rotate(3deg); }
  50% { transform: rotate(-3deg); }
}

/* ---------- Marquee ribbon ---------- */
.marquee {
  background: var(--olive-accent);
  color: var(--bg);
  overflow: hidden;
  white-space: nowrap;
  padding: 16px 0;
  border-top: 1px solid rgba(250,249,247,0.18);
  border-bottom: 1px solid rgba(250,249,247,0.18);
}
.marquee-track {
  display: inline-flex;
  animation: marquee 32s linear infinite;
}
.marquee-track span {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 19px;
  padding: 0 26px;
  color: var(--pale-sage);
  white-space: nowrap;
}
.marquee-track span.bullet {
  font-style: normal;
  color: var(--blush);
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
}
.marquee-track span.bullet svg { display: block; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Section basics ---------- */
section { padding: 110px 0; }
section.tight { padding: 74px 0; }
.section-head { max-width: 560px; margin: 0 0 56px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head h2 { font-size: 40px; margin-top: 14px; }
.section-head p { margin-top: 16px; color: var(--accent-brown); font-size: 15px; }

.bg-warm { background: var(--bg-warm); }
.bg-olive {
  background: var(--olive-accent);
  color: var(--bg);
  position: relative;
}
.bg-olive h2, .bg-olive .eyebrow { color: var(--bg); }
.bg-olive .eyebrow::before { background: var(--bg); }

.edge-top {
  display: block;
  width: 100%;
  height: 46px;
  margin-bottom: -1px;
}

/* ---------- Offerings — zig-zag numbered rows ---------- */
.offer-rows { position: relative; }
.offer-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  position: relative;
  padding: 32px;
  border-radius: 22px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}
.offer-row:hover {
  transform: scale(1.015);
  background: var(--bg-warm);
  box-shadow: 0 24px 50px rgba(90,80,76,0.12);
}
.offer-row + .offer-row {
  margin-top: 24px;
  padding-top: 58px;
  border-top: 1px solid var(--pale-sage);
}
.offer-row .num {
  font-family: var(--font-script);
  font-style: normal;
  font-size: 24px;
  color: var(--terracotta);
  background: var(--bg);
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 14px;
  padding-right: 10px;
}
.offer-row .media { height: 340px; }
.offer-row h3 { font-size: 27px; margin-bottom: 14px; }
.offer-row p { color: var(--accent-brown); font-size: 14.5px; max-width: 380px; }
.offer-row.rev .media { order: 2; }
.offer-row.rev .text { order: 1; }

/* ---------- About / overlap composition ---------- */
.overlap-media {
  position: relative;
  height: 520px;
}
.overlap-media .main {
  position: absolute;
  top: 0; left: 0;
  width: 78%;
  height: 88%;
  z-index: 1;
}
/* When a composition has no accent photo, let the main image fill the frame */
.overlap-media.solo { height: 460px; }
.overlap-media.solo .main { width: 88%; height: 100%; }
.overlap-media .accent {
  position: absolute;
  right: 0; bottom: 0;
  width: 46%;
  height: 46%;
  border: 6px solid var(--bg);
  border-radius: 12px;
  z-index: 2;
  box-shadow: 0 18px 40px rgba(90,80,76,0.2);
  overflow: hidden;
}
.overlap-media .tag {
  position: absolute;
  top: 6%;
  right: 4%;
  z-index: 3;
  background: var(--bg);
  padding: 14px 18px;
  font-family: var(--font-script);
  color: var(--olive-accent);
  font-size: 26px;
  transform: rotate(-4deg);
  box-shadow: 0 10px 24px rgba(90,80,76,0.15);
}
.overlap-media .tag.tag-image {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 50%;
  transform: none;
}
.overlap-media .tag.tag-image img {
  width: 118px;
  height: 118px;
  display: block;
  filter: drop-shadow(0 10px 20px rgba(90,80,76,0.25));
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 80px;
  align-items: center;
}
.split.rev { grid-template-columns: 1fr 0.9fr; }
.split.rev .overlap-media { order: 2; }
.split.rev .text-col { order: 1; }
.split h2 { font-size: 38px; margin-bottom: 20px; }
.split p { color: var(--primary-text); font-size: 15px; }

.quote-mark {
  font-family: var(--font-serif);
  font-size: 90px;
  line-height: 0.4;
  color: var(--pale-sage);
  display: block;
  margin-bottom: 4px;
}
.quote-pull {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 23px;
  color: var(--olive-accent);
  margin: 6px 0 28px;
  max-width: 620px;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .quote-pull { white-space: normal; }
}

/* ---------- CTA band ---------- */
.cta-band { text-align: center; }
.cta-band h2 { font-size: 34px; margin: 14px 0 30px; color: var(--bg); }
.cta-band.bg-olive { background: var(--terracotta); }
.cta-band .script-emph { color: var(--bg); }
.cta-band .script-emph::after { content: none; }

/* ---------- Instagram — offset masonry ---------- */
.insta-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.insta-strip a:nth-child(2) { transform: translateY(28px); }
.insta-strip a:nth-child(4) { transform: translateY(-14px); }
.insta-strip a { display: block; aspect-ratio: 4/5; height: auto; background-color: var(--pale-sage); }
.insta-strip .placeholder-media { aspect-ratio: 4/5; height: auto; }
.insta-cta { text-align: center; margin-top: 44px; }
.insta-cta a { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--olive-accent); border-bottom: 1px solid var(--olive-accent); padding-bottom: 3px; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--primary-text);
  color: var(--bg-warm);
  padding: 0 0 28px;
}
.footer-signoff {
  text-align: center;
  padding: 70px 0 50px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-signoff .mark { font-size: 40px; display: block; color: var(--pale-sage); margin-bottom: 6px; }
.footer-signoff p { color: rgba(250,249,247,0.65); font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding: 48px 0 40px;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}
.footer-grid .logo-lockup {
  align-items: flex-start;
  text-align: left;
  display: inline-flex;
  background: var(--bg);
  padding: 14px 22px;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.15);
}
.footer-grid .logo-lockup .script { color: var(--pale-sage); }
.footer-grid .logo-lockup .sub { color: var(--eucalyptus); }
.footer-grid p { color: rgba(250,249,247,0.72); font-size: 13.5px; }
.footer-col h4 {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  color: var(--eucalyptus);
  margin-bottom: 16px;
  font-weight: 500;
}
.footer-col a, .footer-col address { display: block; font-style: normal; color: rgba(250,249,247,0.82); font-size: 13.5px; margin-bottom: 10px; }
.footer-col a:hover { color: var(--pale-sage); }
/* Menu output arrives as a list; strip the browser's list styling. */
.footer-col ul, .footer-col ol { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin: 0; padding: 0; border: 0; }
.footer-col li::marker { content: none; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  font-size: 11px;
  color: rgba(250,249,247,0.5);
  flex-wrap: wrap;
  gap: 10px;
}

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  padding: 60px 0 20px;
}
.page-hero .wrap {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 50px;
  align-items: center;
}
.page-hero h1 { font-size: 48px; margin-top: 14px; }
.page-hero .frame { height: 300px; }
.page-hero .hero-art .blob { border-radius: 200px 200px 20px 20px; }

/* ---------- Contact page ---------- */
.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: start;
}
.contact-card {
  background: var(--white);
  border: 1px solid var(--hairline);
  padding: 46px;
}
.contact-card h2 { font-size: 29px; margin-bottom: 8px; }
.contact-card > p { color: var(--accent-brown); font-size: 14px; margin-bottom: 30px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 22px; }
.field label {
  display: block;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--olive-accent);
  margin-bottom: 8px;
  font-weight: 500;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid var(--pale-sage);
  background: transparent;
  padding: 10px 2px;
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--primary-text);
  font-weight: 300;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-bottom-color: var(--olive-accent);
}
.field textarea { resize: vertical; min-height: 100px; }
.field .hint { font-size: 11px; color: var(--accent-brown); margin-top: 6px; font-weight: 300; text-transform: none; letter-spacing: 0; }

.info-card {
  background: var(--olive-accent);
  color: var(--bg);
  padding: 46px;
  position: relative;
  overflow: hidden;
}
.info-card::before {
  content: '\201D';
  position: absolute;
  font-family: var(--font-serif);
  font-size: 220px;
  line-height: 1;
  color: rgba(250,249,247,0.08);
  top: -40px;
  right: -10px;
}
.info-card h3 {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11.5px;
  color: var(--pale-sage);
  margin-bottom: 22px;
  font-weight: 500;
  position: relative;
}
.info-row { display: flex; gap: 14px; margin-bottom: 22px; align-items: flex-start; position: relative; }
.info-row .icon {
  width: 28px; height: 28px;
  border: 1px solid rgba(250,249,247,0.5);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px;
}
.info-row div a, .info-row div span { color: var(--bg); font-size: 14px; }
.map-placeholder { height: 190px; margin-top: 30px; position: relative; border-radius: 160px 160px 10px 10px; }

/* ---------- Shop rows — Ridge Vineyards-style color-blocked grid ---------- */
.shop-row + .shop-row { margin-top: 76px; }
.shop-row-head { text-align: center; margin-bottom: 0; }
.shop-row-head h3 {
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
}
.shop-row-head .rule {
  width: 46px;
  height: 1px;
  background: var(--olive-accent);
  margin: 14px auto 0;
}
.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
}
.shop-card {
  position: relative;
  height: 360px;
  overflow: hidden;
  border-right: 1px solid rgba(250,249,247,0.14);
}
.shop-card img,
.shop-card .photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-card .photo {
  background:
    linear-gradient(160deg, rgba(90,80,76,0.35), rgba(46,42,38,0.55)),
    repeating-linear-gradient(135deg, #8d7a63 0 2px, #a4907a 2px 4px);
}
.shop-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(20,18,16,0.82) 0%, rgba(20,18,16,0.15) 55%, rgba(20,18,16,0) 75%);
}
.shop-card .info {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 24px 22px;
  color: var(--bg);
}
.shop-card .info h4 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 19px;
  color: var(--bg);
  margin-bottom: 6px;
}
.shop-card .info .price {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.5px;
  color: var(--pale-sage);
  margin-bottom: 14px;
}
.shop-card .info .btn {
  padding: 9px 18px;
  font-size: 10.5px;
  border: 1px solid rgba(250,249,247,0.7);
  color: var(--bg);
  background: rgba(250,249,247,0.08);
}
.shop-card .info .btn:hover { background: rgba(250,249,247,0.22); }
.shop-card .tag {
  position: absolute;
  top: 18px; left: 18px;
  z-index: 2;
  font-size: 9.5px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--bg);
  border: 1px solid rgba(250,249,247,0.6);
  padding: 5px 10px;
  border-radius: 2px;
  background: rgba(20,18,16,0.35);
}

/* fill blocks — used when a row has fewer items than grid columns */
.shop-fill {
  height: 360px;
  border-right: 1px solid rgba(250,249,247,0.14);
}
.fill-sage { background: var(--pale-sage); }
.fill-eucalyptus { background: var(--eucalyptus); }
.fill-olive { background: var(--sage-green); }
.fill-brown { background: var(--accent-brown); }

.shop-note {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 50px;
  font-size: 13px;
  color: var(--accent-brown);
  font-style: italic;
}

@media (max-width: 980px) {
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-card, .shop-fill { height: 280px; }
}

/* ---------- Menu / Price List page ---------- */
.menu-intro {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 10px;
  color: var(--accent-brown);
  font-size: 15px;
}
.placeholder-banner {
  max-width: 820px;
  margin: 0 auto 70px;
  background: var(--bg-warm);
  border: 1px dashed var(--accent-brown);
  border-radius: 10px;
  padding: 16px 22px;
  text-align: center;
  font-size: 12.5px;
  color: var(--accent-brown);
  line-height: 1.6;
}
.placeholder-banner strong { color: var(--primary-text); }

.menu-cat + .menu-cat { margin-top: 96px; }
.menu-cat-head {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 54px;
  align-items: center;
  margin-bottom: 46px;
}
.menu-cat.rev .menu-cat-head .photo { order: 2; }
.menu-cat.rev .menu-cat-head .intro { order: 1; }
.menu-cat-head .photo {
  height: 320px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  filter: var(--photo-grade);
}
.menu-cat-head h2 { font-size: 36px; margin-bottom: 16px; }
.menu-cat-head p { color: var(--accent-brown); font-size: 14.5px; }

.menu-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.menu-chip {
  border: 1px solid var(--pale-sage);
  border-radius: 999px;
  padding: 7px 15px;
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--olive-accent);
  white-space: nowrap;
}
.menu-footnote {
  max-width: 780px;
  margin: 20px auto 0;
  font-size: 13.5px;
  font-style: italic;
  color: var(--accent-brown);
  text-align: center;
}
.menu-list { max-width: 780px; margin: 0 auto; }
.menu-item { padding: 20px 0; border-bottom: 1px solid var(--hairline); }
.menu-item:first-child { border-top: 1px solid var(--hairline); }
.mi-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.mi-name {
  font-family: var(--font-serif);
  font-size: 19px;
  color: var(--primary-text);
  white-space: nowrap;
}
.mi-dots {
  flex: 1;
  border-bottom: 1px dotted var(--pale-sage);
  transform: translateY(-4px);
  min-width: 20px;
}
.mi-price {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--olive-accent);
  white-space: nowrap;
}
.mi-desc {
  margin-top: 6px;
  font-size: 13.5px;
  color: var(--accent-brown);
  max-width: 560px;
}
.menu-serves {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--sage-green);
}
.menu-cat-cta { text-align: center; margin-top: 40px; }

.menu-fineprint {
  max-width: 780px;
  margin: 0 auto;
}
.menu-fineprint h3 { font-size: 22px; margin-bottom: 18px; }
.menu-fineprint ul { margin: 0; padding-left: 20px; }
.menu-fineprint li {
  color: var(--accent-brown);
  font-size: 14px;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .menu-cat-head { grid-template-columns: 1fr; gap: 28px; }
  .menu-cat.rev .menu-cat-head .photo,
  .menu-cat .menu-cat-head .photo { order: 0; }
  .menu-cat.rev .menu-cat-head .intro,
  .menu-cat .menu-cat-head .intro { order: 1; }
  .menu-cat-head .photo { height: 240px; }
  .menu-cat-head h2 { font-size: 29px; }
  .mi-head { flex-wrap: wrap; gap: 6px; }
  .mi-name { white-space: normal; }
  .mi-dots { display: none; }
  .mi-price { width: 100%; }
}
@media (max-width: 560px) {
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-card, .shop-fill { height: 220px; }
  .shop-row-head h3 { font-size: 24px; }
}

/* ---------- Layout Lab — experimental post-hero variants ---------- */
.lab-divider {
  background: var(--primary-text);
  color: var(--bg);
  text-align: center;
  padding: 26px 20px;
}
.lab-divider .eyebrow { color: var(--pale-sage); justify-content: center; }
.lab-divider h2 { color: var(--bg); font-size: 26px; margin-top: 8px; }
.lab-divider p { color: rgba(250,249,247,0.7); font-size: 13px; margin: 8px 0 0; }

/* --- Option A: Bento / Mosaic grid --- */
.bento-wrap { padding: 90px 0; }
.bento-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-template-rows: repeat(2, 280px);
  gap: 16px;
}
.bento-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.bento-item.large { grid-row: span 2; grid-column: 1; }
.bento-item::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(20,18,16,0.94) 0%, rgba(20,18,16,0.88) 42%, rgba(20,18,16,0.62) 72%, rgba(20,18,16,0.28) 92%, rgba(20,18,16,0.14) 100%);
}
.bento-item .info { position: relative; z-index: 2; padding: 30px; color: var(--bg); width: 100%; }
.bento-item .kicker {
  font-family: var(--font-script);
  font-size: 20px;
  color: var(--terracotta);
  background: var(--bg);
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.bento-item.large .kicker { font-size: 22px; }
.bento-item h3 { color: var(--bg); font-size: 24px; margin-bottom: 8px; text-shadow: 0 2px 8px rgba(0,0,0,0.45); }
.bento-item.large h3 { font-size: 34px; }
.bento-item p { color: rgba(250,249,247,0.92); font-size: 13.5px; max-width: 340px; margin-bottom: 14px; text-shadow: 0 1px 4px rgba(0,0,0,0.5); }
.bento-item .btn { padding: 10px 20px; font-size: 10.5px; border-color: rgba(250,249,247,0.7); color: var(--bg); }

/* --- Option B: Full-bleed editorial stack --- */
.editorial-row {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.editorial-row .bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  filter: var(--photo-grade);
}
.editorial-row .bignum {
  position: absolute;
  top: -6%;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 340px;
  line-height: 1;
  color: rgba(250,249,247,0.14);
  z-index: 1;
  user-select: none;
}
.editorial-row .panel {
  position: relative;
  z-index: 2;
  width: 460px;
  max-width: 86%;
  background: var(--bg);
  padding: 54px 46px;
  margin: 40px 0 40px 64px;
  border-left: 6px solid var(--terracotta);
  box-shadow: 0 30px 70px rgba(20,18,16,0.28);
}
.editorial-row.rev .panel { margin-left: auto; margin-right: 64px; border-left: none; border-right: 6px solid var(--terracotta); }
.editorial-row.rev .bignum { right: -2%; }
.editorial-row:not(.rev) .bignum { left: -2%; }
.editorial-row .panel .eyebrow { margin-bottom: 10px; }
.editorial-row .panel h3 { font-size: 32px; margin-bottom: 14px; }
.editorial-row .panel p { color: var(--accent-brown); font-size: 14.5px; margin-bottom: 22px; }

/* --- Option C: Horizontal drag carousel --- */
.carousel-wrap-outer { padding: 90px 0; }
.carousel-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; }
.carousel-arrows { display: flex; gap: 10px; }
.carousel-arrows button {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--primary-text);
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  color: var(--primary-text);
  transition: all 0.2s ease;
}
.carousel-arrows button:hover { background: var(--primary-text); color: var(--bg); }
.carousel-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: none;
}
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-card {
  flex: 0 0 66%;
  scroll-snap-align: start;
  position: relative;
  height: 500px;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.carousel-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(20,18,16,0.8) 0%, transparent 60%);
}
.carousel-card .info { position: relative; z-index: 2; padding: 32px; color: var(--bg); }
.carousel-card .num { font-family: var(--font-script); font-size: 26px; color: var(--blush); }
.carousel-card h3 { color: var(--bg); font-size: 28px; margin: 4px 0 10px; }
.carousel-card p { color: rgba(250,249,247,0.85); font-size: 13.5px; max-width: 320px; }

/* --- Offerings: Option B (editorial) on desktop, Option A (bento) on mobile --- */
.offer-mobile-only { display: none; }
.offer-desktop-only .editorial-row:first-child { margin-top: 56px; }
@media (max-width: 720px) {
  .offer-desktop-only { display: none; }
  .offer-mobile-only { display: block; margin-top: 40px; }
}

@media (max-width: 900px) {
  .bento-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .bento-item.large { grid-row: auto; height: 400px; }
  .bento-item { height: 380px; }
  .bento-item .info { padding: 24px; }
  .editorial-row { min-height: 520px; }
  .editorial-row .panel, .editorial-row.rev .panel { margin-left: 24px; margin-right: 24px; width: auto; max-width: none; }
  .editorial-row .bignum { font-size: 200px; }
  .carousel-card { flex-basis: 84%; height: 400px; }
}

/* ---------- Simple 3-up grid (team photos) ---------- */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

/* ---------- Utility ---------- */
.center { text-align: center; }
.mt-lg { margin-top: 60px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 40px; }
  .hero-art { order: -1; }
  .hero-art .frame { height: 380px; }
  .hero-art .badge { left: 10px; }
  .hero h1 { font-size: 42px; }
  .offer-row { grid-template-columns: 1fr; gap: 28px; padding: 22px; }
  .offer-row + .offer-row { padding-top: 40px; }
  .offer-row.rev .media { order: 0; }
  .offer-row.rev .text { order: 1; }
  .split, .split.rev { grid-template-columns: 1fr; gap: 40px; }
  .split.rev .overlap-media,
  .split .overlap-media { order: 0; }
  .split.rev .text-col,
  .split .text-col { order: 1; }
  .overlap-media { height: 380px; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-hero .wrap { grid-template-columns: 1fr; }
  .page-hero .frame { display: none; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); gap: 18px; }
}

@media (max-width: 720px) {
  .site-header .wrap { grid-template-columns: auto 1fr auto; }
  nav.main-nav.left, nav.main-nav.right { display: none; }
  .mobile-nav {
    position: fixed;
    inset: 0;
    top: 68px;
    background: var(--bg);
    display: none;
    flex-direction: column;
    padding: 30px 32px;
    z-index: 99;
  }
  .mobile-nav.open { display: flex; }
  .mobile-nav ul { list-style: none; flex-direction: column; gap: 26px; margin: 0; padding: 0; }
  .mobile-nav a {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--primary-text);
  }
  .nav-toggle { display: flex; }
  .logo-lockup .script { font-size: 26px; }
  .insta-strip { grid-template-columns: repeat(2, 1fr); }
  .insta-strip a:nth-child(2), .insta-strip a:nth-child(4) { transform: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero h1 { font-size: 30px; }
  section { padding: 70px 0; }
  .contact-card, .info-card { padding: 30px 24px; }
  .marquee-track span { font-size: 15px; }
  .overlap-media { height: 300px; }
  .overlap-media .accent { width: 52%; height: 52%; }
  .grid-3 { grid-template-columns: 1fr 1fr; gap: 14px; }
  .grid-3 .placeholder-media { height: 190px !important; }
}

/* ============================================================
   WordPress core classes
   ============================================================ */
.screen-reader-text {
  border: 0; clip-path: inset(50%); height: 1px; margin: -1px;
  overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: var(--bg); clip-path: none; color: var(--primary-text);
  display: block; font-size: 14px; height: auto; left: 8px; line-height: normal;
  padding: 14px 22px; text-decoration: none; top: 8px; width: auto; z-index: 100000;
}
.alignleft { float: left; margin: 0 24px 18px 0; }
.alignright { float: right; margin: 0 0 18px 24px; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.alignwide { max-width: 1100px; margin-left: auto; margin-right: auto; }
.alignfull { max-width: none; }
.wp-caption { max-width: 100%; }
.wp-caption-text, figcaption {
  font-size: 12.5px; color: var(--accent-brown); text-align: center; margin-top: 8px;
}
.sticky, .gallery-caption, .bypostauthor { display: block; }
img { max-width: 100%; height: auto; }
.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

/* Generic page body content (page.php fallback + block editor output) */
.entry-content { max-width: 760px; margin: 0 auto; }
.entry-content > * + * { margin-top: 22px; }
.entry-content h2 { font-size: 30px; margin-top: 42px; }
.entry-content h3 { font-size: 23px; margin-top: 34px; }
.entry-content ul, .entry-content ol { padding-left: 22px; }
.entry-content li { margin-bottom: 8px; }
.entry-content a { color: var(--terracotta); border-bottom: 1px solid var(--terracotta); }
.entry-content blockquote {
  border-left: 3px solid var(--pale-sage); padding-left: 22px;
  font-family: var(--font-serif); font-style: italic; font-size: 20px; color: var(--olive-accent);
}

/* ============================================================
   Contact form (styled to match the design regardless of plugin)
   Targets Fluent Forms markup plus plain fallback markup.
   ============================================================ */
.contact-card .fluentform,
.contact-card .frm-fluent-form { width: 100%; }
.contact-card .ff-el-group { margin-bottom: 22px; }
.contact-card .ff-el-input--label label,
.contact-card .ff-el-input--label {
  font-family: var(--font-body) !important;
  font-size: 11px !important;
  letter-spacing: 1.6px !important;
  text-transform: uppercase !important;
  color: var(--olive-accent) !important;
  font-weight: 500 !important;
  margin-bottom: 8px !important;
}
.contact-card .ff-el-form-control {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid var(--hairline) !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 10px 2px !important;
  font-family: var(--font-body) !important;
  font-size: 14.5px !important;
  color: var(--primary-text) !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease;
}
.contact-card .ff-el-form-control:focus {
  outline: none !important;
  border-bottom-color: var(--olive-accent) !important;
  box-shadow: none !important;
}
.contact-card textarea.ff-el-form-control { min-height: 110px; resize: vertical; }
.contact-card .ff-el-is-error .ff-el-form-control { border-bottom-color: var(--terracotta) !important; }
.contact-card .error.text-danger, .contact-card .ff-el-is-error .text-danger {
  color: var(--terracotta) !important; font-size: 12px !important; margin-top: 6px !important;
}
.contact-card .ff-btn-submit,
.contact-card button[type="submit"] {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body) !important;
  font-size: 12px !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  padding: 15px 30px !important;
  border-radius: 2px !important;
  border: 1px solid transparent !important;
  background: var(--olive-accent) !important;
  color: var(--bg) !important;
  cursor: pointer;
  transition: background 0.25s ease;
  box-shadow: none !important;
}
.contact-card .ff-btn-submit:hover,
.contact-card button[type="submit"]:hover { background: var(--primary-text) !important; }
.contact-card .ff-message-success {
  background: var(--bg-warm); border: 1px solid var(--pale-sage); border-radius: 10px;
  padding: 20px 24px; color: var(--primary-text); font-size: 14.5px;
}
.form-setup-note {
  background: var(--bg-warm); border: 1px dashed var(--accent-brown); border-radius: 10px;
  padding: 20px 24px; font-size: 13px; color: var(--accent-brown); line-height: 1.7;
}
.form-setup-note strong { color: var(--primary-text); }
