:root {
  --ink: #11140f;
  --ink-soft: #1b2118;
  --paper: #fffdf7;
  --paper-warm: #f3eddf;
  --paper-deep: #e9e1d0;
  --green: #5f7f2b;
  --green-dark: #29441f;
  --lime: #d8ed36;
  --orange: #e7651c;
  --gold: #e5a83a;
  --text: #171914;
  --muted: #62685d;
  --line: #d8d2c4;
  --white-line: rgba(255, 255, 255, 0.14);
  --shadow-sm: 0 8px 24px rgba(16, 20, 14, 0.08);
  --shadow-lg: 0 24px 70px rgba(16, 20, 14, 0.16);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 28px;
  --shell: min(1180px, calc(100% - 48px));
  --display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font-family: var(--body);
}

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

a {
  color: inherit;
}

button,
a,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  touch-action: manipulation;
}

:focus-visible {
  outline: 3px solid rgba(216, 237, 54, 0.72);
  outline-offset: 3px;
}

::selection {
  background: var(--lime);
  color: var(--ink);
}

[id] {
  scroll-margin-top: 96px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.narrow {
  max-width: 780px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  left: 18px;
  top: 12px;
  transform: translateY(-180%);
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  box-shadow: var(--shadow-sm);
}

.skip-link:focus {
  transform: translateY(0);
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: inherit;
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h1,
h2 {
  font-family: var(--display);
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(2.9rem, 4.7vw, 5rem);
  font-weight: 900;
  max-width: 13.5ch;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 3.55vw, 3.8rem);
  font-weight: 900;
  max-width: 17ch;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.3rem, 1.8vw, 1.58rem);
  font-weight: 850;
}

h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 850;
}

p {
  text-wrap: pretty;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
}

.large-copy {
  max-width: 62ch;
  color: #343930;
  font-size: clamp(1.08rem, 1.6vw, 1.25rem);
  line-height: 1.7;
}

.small-copy {
  color: var(--muted);
  font-size: 0.88rem;
}

.microcopy,
.form-note {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

section {
  padding: clamp(76px, 8vw, 108px) 0;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(13, 16, 12, 0.96);
  color: #fff;
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  object-fit: contain;
  padding: 3px;
  border-radius: 14px;
  background: #fff;
}

.brand span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}

.brand strong {
  font-family: var(--display);
  font-size: 1.02rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.brand small {
  margin-top: 6px;
  color: #b9c0b4;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 21px;
}

.site-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  color: #e8ece5;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover {
  color: var(--lime);
}

.site-nav .nav-cta {
  min-height: 44px;
  padding: 0 15px;
  border-radius: 10px;
  background: var(--lime);
  color: var(--ink);
}

.site-nav .nav-cta:hover {
  background: #ecfa80;
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: transparent;
  padding: 10px;
  cursor: pointer;
}

.nav-toggle span {
  width: 100%;
  height: 2px;
  display: block;
  margin: 4px 0;
  border-radius: 99px;
  background: #fff;
}

/* Buttons and links */
.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 9px 24px rgba(216, 237, 54, 0.12);
}

.button-primary:hover {
  background: #e8f66d;
}

.button-dark {
  background: var(--ink);
  color: #fff;
}

.button-dark:hover {
  background: #252b20;
}

.button-light {
  background: #fff;
  color: var(--ink);
}

.button-light:hover {
  background: #f7f4ea;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #fff;
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
}

.button-full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}

.hero-v2 {
  background:
    radial-gradient(circle at 76% 16%, rgba(95, 127, 43, 0.28), transparent 31%),
    radial-gradient(circle at 18% 90%, rgba(231, 101, 28, 0.08), transparent 32%),
    linear-gradient(180deg, #0d100c 0%, #171b14 100%);
}

.hero-v2::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--lime), var(--orange), var(--gold));
}

.hero-grid {
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  align-items: center;
  gap: clamp(48px, 6vw, 82px);
  padding: clamp(62px, 7vw, 96px) 0 clamp(70px, 7vw, 92px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero .eyebrow,
.catering-section .eyebrow,
.contact-section .eyebrow {
  color: var(--lime);
}

.hero h1 {
  max-width: 13.5ch;
  margin-bottom: 22px;
  color: #fff;
}

.hero-lede {
  max-width: 58ch;
  margin-bottom: 0;
  color: #d2d8cf;
  font-size: clamp(1.08rem, 1.6vw, 1.23rem);
  line-height: 1.7;
}

.hero .text-link {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.45);
}

.hero-media {
  position: relative;
  min-width: 0;
  height: 590px;
}

.hero-food {
  position: absolute;
  inset: 0 0 0 auto;
  width: 85%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.hero-badge {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 26px;
  width: 205px;
  height: 205px;
  object-fit: contain;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.35);
  transform: rotate(-2deg);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.trust-row span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: #cdd4c8;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.2;
}

/* Quick actions */
.quick-strip {
  padding: 0;
  border-bottom: 1px solid #2a3027;
  background: #151913;
  color: #fff;
}

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

.quick-strip-grid > a {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 13px;
  align-items: center;
  padding: 23px 25px;
  border-right: 1px solid #2a3027;
  text-decoration: none;
}

.quick-strip-grid > a:last-child {
  border-right: 0;
}

.quick-strip-grid > a:hover {
  background: #1d231a;
}

.quick-strip-grid span {
  grid-row: 1 / 3;
  color: var(--lime);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.quick-strip-grid strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 0.98rem;
  line-height: 1.25;
}

.quick-strip-grid small {
  min-width: 0;
  margin-top: 3px;
  color: #949d90;
  font-size: 0.78rem;
  line-height: 1.35;
}

/* Section headings */
.section-heading {
  margin-bottom: clamp(34px, 5vw, 52px);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: end;
}

.split-heading h2 {
  margin-bottom: 0;
}

.split-heading > p {
  max-width: 54ch;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 1rem;
}

/* Current location */
.location-section {
  background: var(--paper-warm);
}

.location-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  overflow: hidden;
  border: 1px solid #d6d0c1;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-lg);
}

.location-main {
  min-width: 0;
  padding: clamp(34px, 5vw, 54px);
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: #4f564b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.status-dot::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(229, 168, 58, 0.15);
}

.status-open::before {
  background: #3f9f4f;
  box-shadow: 0 0 0 5px rgba(63, 159, 79, 0.14);
}

.status-closed::before {
  background: #8d9189;
  box-shadow: 0 0 0 5px rgba(141, 145, 137, 0.14);
}

.location-date {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-main h3 {
  max-width: 16ch;
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: clamp(2rem, 3.5vw, 3.35rem);
}

.location-hours {
  margin-bottom: 9px;
  color: var(--green-dark);
  font-size: 1.18rem;
  font-weight: 900;
}

.location-address {
  margin-bottom: 14px;
  font-size: 1rem;
  font-weight: 700;
}

.location-note {
  max-width: 52ch;
  margin-bottom: 0;
  color: var(--muted);
}

.map-wrap,
.map-wrap iframe,
.map-placeholder {
  min-height: 450px;
}

.map-wrap {
  min-width: 0;
  background: #dfe4da;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 42px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)),
    repeating-linear-gradient(45deg, #d9e1d3 0, #d9e1d3 14px, #e8eee4 14px, #e8eee4 28px);
  color: #35402f;
  text-align: center;
}

.map-placeholder span {
  margin-bottom: 8px;
  color: #879a7c;
  font-family: var(--display);
  font-size: clamp(2.25rem, 4vw, 3.2rem);
  letter-spacing: 0.04em;
}

.map-placeholder strong {
  font-size: 1.08rem;
}

.map-placeholder p {
  max-width: 34ch;
  margin: 8px 0 0;
}

/* Menu */
.menu-section {
  background: var(--paper);
}

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

.menu-item {
  min-width: 0;
  min-height: 154px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
}

.menu-item > div {
  min-width: 0;
}

.menu-category {
  margin-bottom: 7px !important;
  color: var(--green) !important;
  font-size: 0.68rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.menu-item h3 {
  margin-bottom: 7px;
  font-size: 1.35rem;
  line-height: 1.12;
}

.menu-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.menu-item > strong {
  flex: 0 0 auto;
  color: var(--green-dark);
  font-size: 1.05rem;
  font-weight: 900;
  white-space: nowrap;
}

.menu-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.stamp {
  color: var(--orange);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.food-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.food-feature-grid figure {
  position: relative;
  height: 410px;
  margin: 0;
  overflow: hidden;
  border-radius: 17px;
  background: #171914;
}

.food-feature-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.food-feature-grid figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  max-width: max-content;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  background: rgba(14, 16, 13, 0.9);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

/* Catering */
.catering-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 7%, rgba(231, 101, 28, 0.12), transparent 23%),
    #11140f;
  color: #fff;
}

.catering-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.65fr);
  gap: clamp(44px, 7vw, 82px);
  align-items: center;
}

.catering-intro-grid h2 {
  max-width: 13ch;
}

.catering-intro-grid .large-copy {
  max-width: 58ch;
  color: #e4e8df;
}

.catering-kicker {
  margin: -4px 0 16px;
  color: #f0ad45;
  font-size: 1.2rem;
  font-weight: 850;
}

.catering-flyer-wrap {
  max-width: 470px;
  justify-self: end;
  padding: 8px;
  border: 1px solid #30362d;
  border-radius: 20px;
  background: #080a08;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.catering-flyer-wrap img {
  width: 100%;
  max-height: 690px;
  object-fit: contain;
  border-radius: 13px;
}

.catering-block-heading {
  max-width: 800px;
  margin: clamp(74px, 8vw, 105px) 0 30px;
}

.catering-block-heading h3,
.gator-package-section h3,
.catering-detail-grid h3 {
  max-width: 17ch;
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
}

.catering-block-heading p:not(.eyebrow) {
  max-width: 66ch;
  color: #c4ccc0;
}

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

.package-card {
  min-width: 0;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #323a2d;
  border-radius: 16px;
  background: #1b2118;
}

.package-card span {
  color: #abb4a6;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.package-card h4 {
  margin: 12px 0 10px;
  font-size: 1.26rem;
}

.package-card strong {
  color: var(--lime);
  font-family: var(--display);
  font-size: clamp(1.85rem, 3vw, 2.3rem);
  line-height: 1;
}

.package-card a {
  margin-top: auto;
  padding-top: 24px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.35;
  text-underline-offset: 4px;
}

.gator-package-section {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 0;
  margin-top: 68px;
  overflow: hidden;
  border: 1px solid #31382e;
  border-radius: 22px;
  background: #0b0e0a;
}

.gator-photo {
  min-height: 530px;
}

.gator-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gator-package-section > div:last-child {
  align-self: center;
  padding: 46px 48px;
}

.gator-price-list {
  margin: 25px 0 30px;
  border-top: 1px solid #333b30;
}

.gator-price-list article {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid #333b30;
}

.gator-price-list article > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.gator-price-list article strong {
  line-height: 1.3;
}

.gator-price-list article span,
.gator-price-list article small {
  margin-top: 3px;
  color: #9ea89a;
  line-height: 1.35;
}

.gator-price-list article div:last-child {
  flex: 0 0 auto;
  align-items: flex-end;
  text-align: right;
}

.gator-price-list article b {
  margin-top: 3px;
  color: var(--lime);
  font-family: var(--display);
  font-size: 1.5rem;
  line-height: 1.15;
}

.catering-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.catering-detail-grid article {
  padding: 32px;
  border-radius: 17px;
  background: #f1ead8;
  color: var(--text);
}

.catering-detail-grid .eyebrow {
  color: var(--green);
}

.check-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  columns: 2;
  column-gap: 30px;
}

.check-list li {
  position: relative;
  break-inside: avoid;
  padding: 7px 0 7px 22px;
  line-height: 1.45;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 1000;
}

/* Story */
.story-section {
  background: #fff;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(48px, 7vw, 86px);
  align-items: center;
}

.story-media {
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #ece8dc;
  box-shadow: var(--shadow-sm);
}

.story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-copy {
  min-width: 0;
}

.story-copy h2 {
  max-width: 14ch;
}

.story-points {
  margin-top: 31px;
  border-top: 1px solid var(--line);
}

.story-points > div {
  display: grid;
  grid-template-columns: minmax(145px, 0.55fr) minmax(0, 1.45fr);
  gap: 22px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.story-points strong {
  font-weight: 900;
  line-height: 1.4;
}

.story-points span {
  color: var(--muted);
  line-height: 1.5;
}

/* Request form */
.request-section {
  background: var(--paper-deep);
}

.request-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 7vw, 84px);
  align-items: start;
}

.request-copy {
  position: sticky;
  top: 116px;
}

.request-copy h2 {
  max-width: 12ch;
}

.request-process {
  margin-top: 32px;
  border-top: 1px solid #c7c0b1;
}

.request-process > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 17px 0;
  border-bottom: 1px solid #c7c0b1;
}

.request-process > div > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 950;
}

.request-process p {
  margin: 0;
  color: #555c51;
  line-height: 1.52;
}

.request-process strong {
  display: block;
  margin-bottom: 2px;
  color: var(--text);
}

.request-form,
.catering-form {
  min-width: 0;
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid #d7d1c4;
  border-radius: var(--radius);
  background: #fff;
  color: var(--text);
  box-shadow: var(--shadow-lg);
}

.form-heading {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2ddd2;
}

.form-heading span {
  color: var(--green);
  font-size: 0.69rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-heading h3 {
  margin: 7px 0 0;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.35rem);
}

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

.request-form label,
.catering-form label {
  min-width: 0;
  display: block;
  margin-bottom: 16px;
  color: #30352d;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.35;
}

.request-form input,
.request-form select,
.request-form textarea,
.catering-form input,
.catering-form select,
.catering-form textarea {
  width: 100%;
  min-height: 47px;
  margin-top: 7px;
  padding: 11px 12px;
  border: 1px solid #c8c8bc;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-size: 0.93rem;
  font-weight: 500;
  line-height: 1.35;
}

.request-form textarea,
.catering-form textarea {
  min-height: 130px;
  resize: vertical;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus,
.catering-form input:focus,
.catering-form select:focus,
.catering-form textarea:focus {
  outline: 3px solid rgba(95, 127, 43, 0.14);
  outline-offset: 0;
  border-color: var(--green);
}

.optional {
  color: #7d8279;
  font-size: 0.73rem;
  font-weight: 650;
}

.check-line {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
}

.check-line input {
  width: auto !important;
  min-height: 0;
  margin-top: 3px !important;
}

.is-muted-field {
  opacity: 0.58;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-note {
  margin: 12px 0 0;
}

.confirmation-number {
  display: inline-block;
  padding: 9px 12px;
  border-radius: 9px;
  background: var(--paper-warm);
}

/* Stops */
.stops-section {
  background: var(--paper-warm);
}

.stops-list {
  border-top: 2px solid var(--ink);
}

.stops-list article {
  min-width: 0;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px 4px;
  border-bottom: 1px solid #c9c2b3;
}

.stops-list time {
  font-weight: 900;
  letter-spacing: 0.02em;
}

.stops-list h3 {
  margin: 0 0 4px;
  font-size: 1.2rem;
}

.stops-list p {
  margin: 0;
  color: var(--muted);
}

.stops-list a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  text-underline-offset: 4px;
}

.stops-empty {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
}

.stops-empty p {
  margin: 7px 0 0;
  color: var(--muted);
}

/* Gallery */
.gallery-section {
  background: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.gallery-grid figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #111;
}

.gallery-photo img {
  width: 100%;
  height: 100%;
  min-height: 478px;
  object-fit: cover;
}

.gallery-video {
  display: flex;
  flex-direction: column;
}

.gallery-video video {
  width: 100%;
  height: 420px;
  flex: 1 1 auto;
  object-fit: cover;
  background: #000;
}

.gallery-video figcaption {
  padding: 13px 15px;
  background: #111;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

/* FAQ */
.faq-section {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(42px, 7vw, 86px);
  align-items: start;
}

.faq-list details {
  border-top: 1px solid var(--line);
  padding: 19px 0;
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.4;
}

.faq-list p {
  max-width: 66ch;
  margin: 11px 0 0;
  color: var(--muted);
}

/* Contact */
.contact-section {
  padding-top: 0;
  background: var(--paper);
}

.contact-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, auto);
  gap: clamp(34px, 6vw, 70px);
  align-items: center;
  padding: clamp(34px, 5vw, 54px);
  border-radius: 22px;
  background: var(--green-dark);
  color: #fff;
}

.contact-card h2 {
  max-width: 13ch;
  margin-bottom: 10px;
}

.contact-card p {
  max-width: 60ch;
  margin-bottom: 0;
  color: #d5dfd1;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 9px;
}

.contact-actions .text-link {
  justify-content: center;
  color: #fff;
}

/* Footer */
.site-footer {
  padding: 66px 0 24px;
  background: #0b0e0a;
  color: #d1d7ce;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 0.8fr;
  gap: 44px;
}

.footer-brand-block > p {
  max-width: 29ch;
}

.footer-logo {
  width: 118px;
  height: 118px;
  object-fit: contain;
  padding: 4px;
  border-radius: 18px;
  background: #fff;
}

.footer-tagline {
  margin: 16px 0 6px !important;
  color: var(--lime) !important;
  font-family: var(--display);
  font-size: 1.08rem;
}

.footer-grid h3 {
  margin: 3px 0 16px;
  color: #fff;
  font-family: var(--body);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-grid p {
  margin-bottom: 8px;
  color: #aeb6a9;
  font-size: 0.9rem;
}

.footer-grid a,
.link-button {
  color: #fff;
}

.link-button {
  border: 0;
  background: none;
  padding: 0;
  font-size: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  padding-top: 19px;
  border-top: 1px solid #262c24;
  color: #858e81;
  font-size: 0.76rem;
}

.footer-bottom p {
  margin-bottom: 0;
}

/* Privacy */
.privacy-banner {
  position: fixed;
  z-index: 120;
  left: 18px;
  right: 18px;
  bottom: 18px;
  width: min(960px, calc(100% - 36px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: auto;
  padding: 17px 19px;
  border: 1px solid #31382e;
  border-radius: 14px;
  background: #151914;
  color: #fff;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
}

.privacy-banner[hidden] {
  display: none;
}

.privacy-banner strong {
  font-size: 0.95rem;
}

.privacy-banner p {
  margin: 4px 0 0;
  color: #b9c1b5;
  font-size: 0.82rem;
  line-height: 1.45;
}

.privacy-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.privacy-actions .button {
  min-height: 44px;
  padding: 10px 14px;
  font-size: 0.8rem;
}

/* Legal and form result pages */
.legal-page,
.result-page {
  min-height: 62vh;
  padding: clamp(72px, 9vw, 112px) 0;
}

.legal-page h1,
.result-page h1 {
  max-width: 11ch;
}

.legal-page h2 {
  max-width: none;
  margin: 35px 0 10px;
  font-family: var(--body);
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.legal-page p,
.result-page p {
  max-width: 72ch;
}

/* Mobile-only action bar */
.mobile-cta {
  display: none;
}

@media (max-width: 1080px) {
  :root {
    --shell: min(100% - 40px, 980px);
  }

  .site-nav {
    gap: 14px;
  }

  .site-nav a {
    font-size: 0.79rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
    gap: 46px;
  }

  .hero-media {
    height: 540px;
  }

  .hero-badge {
    width: 180px;
    height: 180px;
  }

  .location-card {
    grid-template-columns: 1fr 1fr;
  }

  .catering-intro-grid,
  .request-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: 46px;
  }

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

  .package-card {
    min-height: 195px;
  }

  .story-grid {
    gap: 48px;
  }
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 30px, 760px);
  }

  html {
    scroll-padding-top: 86px;
  }

  [id] {
    scroll-margin-top: 86px;
  }

  .header-inner {
    min-height: 74px;
  }

  .brand img {
    width: 52px;
    height: 52px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 14px 20px 20px;
    border-top: 1px solid #30352d;
    background: #0f120e;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.2);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    min-height: 46px;
    justify-content: space-between;
    padding: 0 4px;
    font-size: 0.9rem;
  }

  .site-nav .nav-cta {
    justify-content: center;
    margin-top: 6px;
  }

  .hero-grid,
  .location-card,
  .catering-intro-grid,
  .gator-package-section,
  .story-grid,
  .request-grid,
  .faq-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: 0;
    gap: 42px;
    padding: 58px 0 72px;
  }

  .hero h1 {
    max-width: 12ch;
  }

  .hero-media {
    height: 500px;
  }

  .hero-food {
    width: 88%;
  }

  .hero-badge {
    width: 160px;
    height: 160px;
    bottom: 18px;
  }

  .quick-strip-grid {
    grid-template-columns: 1fr;
  }

  .quick-strip-grid > a {
    border-right: 0;
    border-bottom: 1px solid #2a3027;
  }

  .quick-strip-grid > a:last-child {
    border-bottom: 0;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .split-heading > p {
    margin-bottom: 0;
  }

  .map-wrap,
  .map-wrap iframe,
  .map-placeholder {
    min-height: 390px;
  }

  .catering-flyer-wrap {
    width: min(480px, 100%);
    justify-self: start;
  }

  .gator-photo {
    min-height: 420px;
    max-height: 520px;
  }

  .story-media {
    min-height: 500px;
  }

  .request-copy {
    position: static;
  }

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

  .gallery-photo {
    grid-column: 1 / -1;
    max-height: 560px;
  }

  .gallery-photo img {
    min-height: 0;
  }

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

@media (max-width: 720px) {
  :root {
    --shell: calc(100% - 28px);
  }

  body {
    padding-bottom: 66px;
  }

  section {
    padding: 72px 0;
  }

  h1 {
    font-size: clamp(2.7rem, 12vw, 4.25rem);
    line-height: 1.01;
  }

  h2 {
    font-size: clamp(2.15rem, 9vw, 3.25rem);
  }

  .brand strong {
    font-size: 0.93rem;
  }

  .brand small {
    display: none;
  }

  .hero-grid {
    padding-top: 50px;
  }

  .hero-media {
    height: 420px;
  }

  .hero-food {
    width: 91%;
    border-radius: 22px;
  }

  .hero-badge {
    width: 135px;
    height: 135px;
    border-radius: 18px;
  }

  .trust-row span {
    font-size: 0.69rem;
  }

  .location-main {
    padding: 29px;
  }

  .location-main h3 {
    max-width: 18ch;
  }

  .map-wrap,
  .map-wrap iframe,
  .map-placeholder {
    min-height: 330px;
  }

  .menu-grid,
  .food-feature-grid,
  .package-grid,
  .catering-detail-grid,
  .form-row,
  .gallery-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .menu-item {
    min-height: 0;
    padding: 22px;
  }

  .food-feature-grid figure {
    height: 340px;
  }

  .catering-flyer-wrap {
    max-width: 100%;
  }

  .catering-flyer-wrap img {
    max-height: none;
  }

  .gator-package-section > div:last-child {
    padding: 30px 26px 34px;
  }

  .gator-price-list article {
    gap: 14px;
  }

  .check-list {
    columns: 1;
  }

  .story-media {
    min-height: 390px;
  }

  .story-points > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .request-form,
  .catering-form {
    padding: 25px 22px;
    border-radius: 16px;
  }

  .stops-list article {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 20px 2px;
  }

  .gallery-photo {
    grid-column: auto;
    max-height: none;
  }

  .gallery-photo img,
  .gallery-video video {
    height: 420px;
    min-height: 0;
  }

  .contact-actions {
    width: 100%;
  }

  .contact-actions .button,
  .contact-actions .text-link {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .privacy-banner {
    bottom: 78px;
    flex-direction: column;
    align-items: stretch;
  }

  .privacy-actions {
    flex-direction: column;
  }

  .mobile-cta {
    position: fixed;
    z-index: 95;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: 7px max(7px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(7px, env(safe-area-inset-left));
    border-top: 1px solid #30362d;
    background: rgba(13, 16, 12, 0.97);
    backdrop-filter: blur(12px);
  }

  .mobile-cta a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 9px;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
  }

  .mobile-cta a:last-child {
    background: var(--lime);
    color: var(--ink);
  }
}

@media (max-width: 480px) {
  :root {
    --shell: calc(100% - 22px);
  }

  .header-inner {
    min-height: 70px;
  }

  .brand img {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .site-nav {
    top: 70px;
  }

  .hero-grid {
    gap: 34px;
    padding: 44px 0 64px;
  }

  .hero-media {
    height: 360px;
  }

  .hero-food {
    width: 92%;
  }

  .hero-badge {
    width: 118px;
    height: 118px;
    left: 0;
    bottom: 14px;
  }

  .button-row {
    align-items: stretch;
  }

  .button-row .button {
    flex: 1 1 100%;
  }

  .button-row .text-link {
    width: 100%;
    justify-content: center;
  }

  .quick-strip-grid > a {
    padding: 17px 14px;
  }

  .location-main,
  .catering-detail-grid article,
  .contact-card {
    padding: 25px 22px;
  }

  .menu-item {
    flex-direction: column;
    gap: 14px;
  }

  .menu-item > strong {
    white-space: normal;
  }

  .gator-photo {
    min-height: 340px;
  }

  .gator-price-list article {
    flex-direction: column;
  }

  .gator-price-list article div:last-child {
    align-items: flex-start;
    text-align: left;
  }

  .gallery-photo img,
  .gallery-video video {
    height: 350px;
  }

  .footer-grid {
    gap: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* V4 live location and freshness */
.location-status-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 22px;
}
.location-status-row .status-dot { margin-bottom: 0; }
.status-live { color: #285f2f; }
.status-live::before {
  background: #3f9f4f;
  box-shadow: 0 0 0 5px rgba(63,159,79,.14), 0 0 0 10px rgba(63,159,79,.07);
  animation: livePulse 1.8s ease-out infinite;
}
@keyframes livePulse { 0%,100%{box-shadow:0 0 0 5px rgba(63,159,79,.14),0 0 0 10px rgba(63,159,79,.07)} 50%{box-shadow:0 0 0 6px rgba(63,159,79,.1),0 0 0 15px rgba(63,159,79,0)} }
.live-updated {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .02em;
}
.live-note {
  max-width: 54ch;
  margin: 18px 0 0;
  padding: 12px 14px;
  border-left: 3px solid var(--green);
  background: #f3f6ec;
  color: #51594d;
  font-size: .86rem;
}
.map-canvas {
  width: 100%;
  min-height: 450px;
  height: 100%;
}
.map-canvas[hidden] { display: none !important; }
.freshness-note {
  margin-top: 16px !important;
  color: #aeb8a7 !important;
  font-size: .76rem !important;
}
@media (max-width: 780px) {
  .location-status-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .map-canvas { min-height: 350px; }
}
@media (prefers-reduced-motion: reduce) { .status-live::before { animation: none; } }

/* V5 — Swamp Shack brand system, product catalog and public dialogs */
:root {
  --ink: #101810;
  --ink-soft: #172018;
  --paper: #fff9ee;
  --paper-warm: #f3e5c7;
  --paper-deep: #e8d6b4;
  --green: #5f7627;
  --green-dark: #1f3b24;
  --lime: #b7d132;
  --orange: #e97820;
  --gold: #d9a23c;
  --text: #191c16;
  --muted: #63675e;
  --line: #d7cdbb;
  --shadow-sm: 0 8px 28px rgba(16, 24, 16, 0.08);
  --shadow-lg: 0 26px 80px rgba(16, 24, 16, 0.18);
}

.site-header { background: rgba(16, 24, 16, .96); border-bottom-color: rgba(183, 209, 50, .18); }
.site-nav a:hover { color: var(--lime); }
.nav-cta { background: var(--lime); color: var(--ink) !important; }
.hero-v2 { background: radial-gradient(circle at 78% 10%, rgba(183,209,50,.15), transparent 28%), linear-gradient(135deg,#101810 0%,#172119 58%,#11140f 100%); }
.hero-v2 .eyebrow { color: #c7dc51; }
.hero-v2 h1 { color: #fff8ea; }
.hero-v2 .hero-lede { color: #d7ddcf; }
.quick-strip { background: #11170f; border-color: rgba(183,209,50,.18); }
.quick-strip a:hover { background: #1d2a1c; }
.quick-strip a > span { color: var(--orange); }
.button-primary { background: var(--lime); color: var(--ink); box-shadow: 0 10px 25px rgba(183,209,50,.15); }
.button-primary:hover { background: #c9df50; }
.button-dark { background: var(--green-dark); }
.eyebrow { color: #566d23; }

.product-catalog-section { background: linear-gradient(180deg, var(--paper) 0%, #f8eedc 100%); }
.catalog-tools {
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr auto;
  align-items: end;
  gap: 18px;
  margin: 0 0 28px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow-sm);
}
.catalog-search { display: grid; gap: 7px; color: #3a4137; font-size: .78rem; font-weight: 850; }
.catalog-search input {
  width: 100%; min-height: 48px; padding: 11px 14px; border: 1px solid #cfc5b3; border-radius: 11px;
  background: #fff; color: var(--text); font: inherit;
}
.catalog-search input:focus { outline: 3px solid rgba(183,209,50,.26); border-color: #7b922f; }
.catalog-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.catalog-filters button {
  min-height: 40px; padding: 8px 13px; border: 1px solid #d4c9b7; border-radius: 999px; background: #fffaf1;
  color: #353b32; font-size: .76rem; font-weight: 850; cursor: pointer;
}
.catalog-filters button:hover, .catalog-filters button.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.catalog-result-count { margin: 0; color: var(--muted); font-size: .78rem; font-weight: 800; white-space: nowrap; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.product-card {
  min-width: 0; overflow: hidden; border: 1px solid #d8cdbb; border-radius: 18px; background: #fffdf8;
  box-shadow: 0 8px 28px rgba(31,45,28,.06); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.product-card:hover { transform: translateY(-3px); border-color: #a9b375; box-shadow: 0 18px 44px rgba(31,45,28,.12); }
.product-card.is-featured { border-color: #a7b84a; box-shadow: 0 10px 34px rgba(112,131,42,.13); }
.product-card-open { width: 100%; display: block; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.product-card-media { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; background: #172018; }
.product-card-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.product-card:hover .product-card-media > img:not(.product-fallback-logo) { transform: scale(1.035); }
.product-card-media .product-fallback-logo { object-fit: contain; padding: 24px; background: radial-gradient(circle at center, #26321f, #11180f); }
.product-badge, .product-featured-label {
  position: absolute; top: 12px; z-index: 2; display: inline-flex; min-height: 27px; align-items: center; padding: 5px 9px;
  border-radius: 999px; font-size: .66rem; font-weight: 950; letter-spacing: .045em; text-transform: uppercase;
}
.product-badge { left: 12px; background: var(--orange); color: #fff; }
.product-featured-label { right: 12px; background: var(--lime); color: var(--ink); }
.product-card-body { min-height: 210px; display: flex; flex-direction: column; padding: 17px; }
.product-category { color: #617128; font-size: .67rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.product-name { margin-top: 7px; color: var(--ink); font-size: 1.23rem; line-height: 1.12; letter-spacing: -.02em; }
.product-description { margin-top: 9px; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.product-card-meta { margin-top: auto; padding-top: 16px; display: flex; align-items: end; justify-content: space-between; gap: 12px; border-top: 1px solid #ece4d5; }
.product-price { color: var(--ink); font-size: .9rem; font-weight: 950; }
.product-details-link { color: #5b6f25; font-size: .75rem; font-weight: 900; white-space: nowrap; }
.catalog-empty { padding: 28px; border: 1px dashed #c8baa1; border-radius: 16px; background: #fffaf0; text-align: center; }
.catalog-empty strong { display: block; color: var(--ink); font-size: 1.08rem; }
.catalog-empty p { margin: 5px 0 0; color: var(--muted); }

.site-modal { width: min(940px, calc(100% - 28px)); max-height: min(760px, calc(100vh - 28px)); padding: 0; border: 0; border-radius: 24px; background: transparent; overflow: visible; }
.site-modal::backdrop { background: rgba(7,10,7,.76); backdrop-filter: blur(5px); }
.site-modal-card { position: relative; display: grid; grid-template-columns: minmax(300px,.88fr) minmax(0,1.12fr); overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 24px; background: #fff9ee; box-shadow: 0 40px 100px rgba(0,0,0,.42); }
.site-modal-close { position: absolute; z-index: 5; top: 12px; right: 12px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(16,24,16,.86); color: #fff; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.product-modal-media { min-height: 440px; background: #142014; }
.product-modal-media img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.product-modal-copy { padding: clamp(28px,5vw,54px); align-self: center; }
.product-modal-copy h2 { max-width: 14ch; margin-bottom: 14px; font-size: clamp(2rem,4vw,3.3rem); }
.product-modal-price { margin: 0 0 18px; color: var(--orange); font-size: 1.18rem; font-weight: 950; }
.product-modal-description { color: #3d4439; font-size: 1rem; line-height: 1.7; }
.product-modal-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 14px; }
.product-modal-tags span { padding: 6px 9px; border-radius: 999px; background: #eae0c8; color: #3e4735; font-size: .71rem; font-weight: 850; }

@media (max-width: 1050px) {
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .catalog-tools { grid-template-columns: minmax(200px,300px) 1fr; }
  .catalog-result-count { grid-column: 1/-1; }
}
@media (max-width: 760px) {
  .catalog-tools { grid-template-columns: 1fr; gap: 13px; padding: 15px; }
  .catalog-result-count { grid-column: auto; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .product-card-body { min-height: 190px; padding: 14px; }
  .product-name { font-size: 1.05rem; }
  .product-description { font-size: .8rem; }
  .site-modal { width: min(620px, calc(100% - 18px)); max-height: calc(100vh - 18px); }
  .site-modal-card { grid-template-columns: 1fr; max-height: calc(100vh - 18px); overflow-y: auto; }
  .product-modal-media { min-height: 260px; max-height: 330px; }
  .product-modal-media img { min-height: 260px; max-height: 330px; }
  .product-modal-copy { padding: 25px 20px 30px; }
}
@media (max-width: 460px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-card-media { aspect-ratio: 16/10; }
  .product-card-body { min-height: 170px; }
  .catalog-filters { gap: 6px; }
  .catalog-filters button { min-height: 38px; padding-inline: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-card, .product-card-media > img { transition: none !important; }
}
.product-full-link { display: block; padding: 0 17px 14px; color: #5a6f23; font-size: .73rem; font-weight: 900; text-decoration: none; }
.product-full-link:hover { text-decoration: underline; }
.product-card-link { display: block; height: 100%; color: inherit; text-decoration: none; }
.product-page-hero { padding: clamp(54px,7vw,96px) 0; background: linear-gradient(145deg,#101810,#1c291c); color: #fff; }
.product-page-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: clamp(28px,5vw,70px); align-items: center; }
.product-page-media { position: relative; min-height: 480px; overflow: hidden; border-radius: 24px; background: #152015; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.product-page-media > img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.product-page-copy h1 { max-width: 11ch; color: #fff8e8; }
.product-page-copy > p:not(.eyebrow):not(.product-page-price) { color: #d8dfd4; }
.product-page-price { margin: -8px 0 18px; color: #f08a25; font-size: 1.28rem; font-weight: 950; }
.product-page-note { padding: 17px 0; border-bottom: 1px solid var(--line); background: #f4e6ca; }
.product-page-note p { margin: 0; color: #4d5148; font-size: .88rem; font-weight: 650; }
.related-products { padding: clamp(54px,7vw,90px) 0; background: var(--paper); }
.product-grid-related .product-card-body { min-height: 150px; }
@media (max-width: 820px) {
  .product-page-grid { grid-template-columns: 1fr; }
  .product-page-media { min-height: 320px; max-height: 520px; }
  .product-page-media > img { min-height: 320px; }
}


/* V6 — Our Story / brand narrative */
.story-grid-v6{align-items:stretch}.story-media-v6{position:relative;min-height:620px}.story-media-v6 img{height:100%;object-fit:cover}.story-media-stamp{position:absolute;left:22px;right:22px;bottom:22px;display:grid;gap:4px;padding:17px 18px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(12,18,12,.9);box-shadow:0 18px 50px rgba(0,0,0,.25);backdrop-filter:blur(8px)}.story-media-stamp span{color:var(--lime,#b8d23a);font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.story-media-stamp strong{color:#fff8e9;font-size:1.05rem}.story-brand-line{margin:22px 0;padding:18px 20px;border-left:4px solid var(--orange,#e97820);background:rgba(232,120,32,.07);color:var(--ink,#182019);font-size:clamp(1.15rem,2vw,1.55rem);font-weight:850;line-height:1.25}.story-home-highlights{display:grid;gap:10px;margin:24px 0}.story-home-highlights article{padding:14px 16px;border:1px solid var(--line,#d5c9b5);border-radius:12px;background:rgba(255,255,255,.6)}.story-home-highlights h3{margin:0 0 5px;font-size:1rem;line-height:1.2}.story-home-highlights p{margin:0;color:var(--muted,#65695f);font-size:.86rem;line-height:1.55}
.story-page-hero{position:relative;overflow:hidden;padding:clamp(58px,8vw,112px) 0;background:radial-gradient(circle at 72% 18%,rgba(183,209,50,.17),transparent 30%),linear-gradient(135deg,#0f160f 0%,#182419 60%,#10130e 100%);color:#fff}.story-page-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr);gap:clamp(30px,6vw,80px);align-items:center}.story-page-hero h1{max-width:780px;margin:.35rem 0 1rem;color:#fff8e9;font-size:clamp(2.7rem,6vw,5.6rem);line-height:.92;letter-spacing:-.055em}.story-page-hero .hero-lede{max-width:720px;color:#d7dfd2;font-size:clamp(1.05rem,1.7vw,1.3rem);line-height:1.65}.story-hero-brand{display:inline-block;margin:18px 0 0;padding:8px 12px;border:1px solid rgba(184,210,58,.4);border-radius:999px;color:#d9ed75;font-weight:850}.story-hero-art{justify-self:end;width:min(460px,100%);aspect-ratio:1;overflow:hidden;border-radius:26px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.38);transform:rotate(2deg)}.story-hero-art img{width:100%;height:100%;object-fit:cover}
.story-journey-section{padding:clamp(60px,8vw,108px) 0;background:#f5eddf}.story-journey-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:34px}.story-journey-card{display:grid;grid-template-columns:auto 1fr;gap:18px;padding:24px;border:1px solid #d8ccb9;border-radius:17px;background:#fffaf1;box-shadow:0 12px 34px rgba(35,43,28,.06)}.story-journey-card>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#203c24;color:#d9ed75;font-size:.75rem;font-weight:950}.story-journey-card h3{margin:0 0 8px;font-size:1.25rem;line-height:1.16}.story-journey-card p{margin:0;color:#5f655d;line-height:1.68}.story-photo-band{padding:0 0 clamp(60px,8vw,108px);background:#f5eddf}.story-photo-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.story-photo-grid figure{margin:0;overflow:hidden;border-radius:16px;background:#111810;box-shadow:0 16px 42px rgba(18,25,16,.14)}.story-photo-grid figure:nth-child(2){transform:translateY(18px)}.story-photo-grid img{width:100%;aspect-ratio:4/5;object-fit:cover}.story-photo-grid figcaption{padding:12px 14px;color:#e9eddf;font-size:.8rem;line-height:1.45}.story-values-section{padding:clamp(60px,8vw,110px) 0;background:#121a12;color:#fff}.story-values-grid{display:grid;grid-template-columns:1.05fr .8fr;gap:clamp(28px,6vw,76px);align-items:center}.story-values-grid h2{max-width:760px;margin:.35rem 0 1rem;color:#fff5df;font-size:clamp(2.1rem,4.5vw,4.2rem);line-height:1;letter-spacing:-.045em}.story-values-grid p{max-width:720px;color:#cdd6c8;line-height:1.7}.story-quote-card{padding:clamp(26px,4vw,44px);border:1px solid rgba(184,210,58,.26);border-radius:22px;background:linear-gradient(145deg,rgba(184,210,58,.12),rgba(232,120,32,.08));box-shadow:0 22px 60px rgba(0,0,0,.22)}.story-quote-card span{color:#cde255;font-size:.75rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.story-quote-card blockquote{margin:14px 0 0;color:#fff8e8;font-size:clamp(1.5rem,3vw,2.7rem);font-weight:900;line-height:1.05}.story-future-section{padding:clamp(58px,8vw,100px) 0;background:#eee3d0}.story-future-card{display:grid;grid-template-columns:1.2fr .7fr;gap:34px;align-items:center;padding:clamp(26px,5vw,52px);border:1px solid #d1c1aa;border-radius:22px;background:#fffaf0;box-shadow:0 18px 55px rgba(28,37,24,.08)}.story-future-card h2{margin:.35rem 0 1rem;font-size:clamp(2rem,4vw,3.7rem);line-height:1}.story-future-actions{display:flex;flex-direction:column;align-items:stretch;gap:10px}.story-future-actions .text-link{text-align:center;margin-top:5px}
@media(max-width:900px){.story-page-hero-grid,.story-values-grid,.story-future-card{grid-template-columns:1fr}.story-hero-art{justify-self:start;width:min(380px,82vw)}.story-journey-grid{grid-template-columns:1fr}.story-photo-grid{grid-template-columns:1fr 1fr}.story-photo-grid figure:nth-child(2){transform:none}.story-photo-grid figure:last-child{grid-column:1/-1}.story-media-v6{min-height:480px}}
@media(max-width:620px){.story-page-hero{padding-top:48px}.story-page-hero h1{font-size:clamp(2.45rem,13vw,4rem)}.story-photo-grid{grid-template-columns:1fr}.story-photo-grid figure:last-child{grid-column:auto}.story-journey-card{grid-template-columns:1fr;gap:12px}.story-media-v6{min-height:390px}.story-media-stamp{left:12px;right:12px;bottom:12px}.story-home-highlights article:nth-child(n+3){display:none}}
