
@font-face {
    font-family: 'gothamregular';
    src: url('../fonts/gotham-book-webfont.woff2') format('woff2'),
         url('gotham-book-webfont.woff') format('woff');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/gotham-book-webfont.woff2') format('woff2'),
         url('gotham-book-webfont.woff') format('woff');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gothammedium_1-webfont.woff2') format('woff2'),
         url('../fonts/gothammedium_1-webfont.woff') format('woff');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'gotham_roundedbold';
    src: url('../fonts/gothamrounded-bold-webfont.woff2') format('woff2'),
         url('gothamrounded-bold-webfont.woff') format('woff');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'knockouthtf48-featherweight';
    src: url('../fonts/knockout_htf48-featherweight_regular-webfont.woff2') format('woff2'),
         url('../fonts/knockout_htf48-featherweight_regular-webfont.woff') format('woff');
    font-weight: normal; font-style: normal;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Font Families */
  --font-gotham-reg: 'gothamregular', 'Open Sans', system-ui, sans-serif;
  --font-gotham-book: 'gotham_bookregular', sans-serif;
  --font-gotham-med: 'gothammedium', sans-serif;
  --font-gotham-bold: 'gotham_roundedbold', sans-serif;
  --font-knockout: 'knockouthtf48-featherweight', sans-serif;
  --font-open-sans: 'Open Sans', system-ui, sans-serif;

  /* Brand Greens & Teals */
  --c-bg-light: #edf8f2;
  --c-mint-bg: #d7eef0;
  --c-mint-pale: #CEEBF0;
  --c-teal-accent: #4ec4d7;
  --c-lime-green: #4fb848;
  --c-lime-light: #d5eacd;
  --c-btn-green: #4cbf52;
  --c-btn-green-hover: #3aaa40;

  /* Deep Brand Greens */
  --c-brand-dark-green: #065639;
  --c-deep-green-base: var(--c-brand-dark-green);
  --c-deep-green-dark: var(--c-brand-dark-green);
  --c-deep-green-forest: var(--c-brand-dark-green);
  --c-deep-green-bright: var(--c-brand-dark-green);
  --c-deep-green-alt: var(--c-brand-dark-green);
  --c-deep-green-family: var(--c-brand-dark-green);
  --c-deep-green-curve: var(--c-brand-dark-green);
  --c-deep-green-hover: #2e5c46;
  --c-deep-green-teal: #235c4c;
  --c-cta-green: var(--c-brand-dark-green);

  /* Admin colors remain independent from public campaign branding. */
  --c-admin-deep-green-dark: #0e2c1c;
  --c-admin-deep-green-forest: #1a3d2b;
  --c-admin-cta-green: #2c7060;

  /* Neutrals & UI */
  --c-white: #ffffff;
  --c-black: #000000;
  --c-text-dark: #222222;
  --c-text-mid: #555555;
  --c-text-muted: #bbb;
  --c-border-light: #eee;
  --c-border-gray: #ddd;
  --c-btn-reset-bg: #e0e0e0;
  --c-btn-reset-hover: #ccc;
  --c-export-bg: #333;
  --c-export-hover: #111;
  --c-orange: #e85a18;

  /* Status Colors */
  --c-error: #d32f2f;
  --c-error-bg: #fde8e8;
  --c-error-text: #b71c1c;
  --c-success-bg: #e8f5e9;
  --c-success-border: #388e3c;
  --c-success-text: #1b5e20;

  /* Structural Max-Width */
  --max-width-content: 680px;
}

body { font-family: var(--font-gotham-reg); background: var(--c-bg-light); color: var(--c-text-dark); font-size: 16px; line-height: 1.6; }
img  { max-width: 100%; height: auto;}
a    { color: inherit; }
.legal-mark {
  font-family: var(--font-gotham-reg);
  font-weight: 400;
  line-height: 0;
  letter-spacing: 0;
  margin-left: .04em;
}
.legal-mark--tm {
  font-size: .9em;
  vertical-align: baseline;
}
.legal-mark--reg {
  font-size: .45em;
  vertical-align: .8em;
}
@media (min-width: 992px) {
  .hero__title .legal-mark--tm,
  .cta__eyebrow .legal-mark--tm {
    font-size: 45px;
  }
  .hero__title .legal-mark--tm {
    vertical-align: .30em;
  }
  .cta__eyebrow .legal-mark--tm {
    vertical-align: .12em;
  }
}

/* ── Layout ─────────────────────────────────── */
.inner { max-width: var(--max-width-content); margin: 0 auto; padding: 0 24px; }

/* ── Hero ────────────────────────────────────── */
/* Custom values handled responsively below */

/* ── Brand bar ───────────────────────────────── */
.brand-bar__logo {
  font-family: var(--font-knockout); font-size: 1.9rem; font-weight: 900;
  color: var(--c-white); letter-spacing: .04em; text-transform: uppercase;
}

/* Top row: headings left, box image right */
.cta__top {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 22px;
}
.cta__top-text { flex: 1; min-width: 0; }

.cta__heading {
  font-family: var(--font-knockout); font-size: 2.8rem; font-weight: 900;
  text-transform: uppercase; line-height: 1.04;
  color: var(--c-deep-green-bright);
}

/* Product box image (top-right of section) */
.cta__box-img {
  flex-shrink: 0;
  width: 150px;
  height: 200px;
  background: rgba(255,255,255,.15);
  color: rgba(255,255,255,.5);
  border-radius: 8px;
  font-size: .72rem;
}

/* Tagline + body */
.cta__tagline {
  font-size: .85rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; margin-bottom: 8px;
}
.cta__desc { font-size: .9rem; line-height: 1.65; margin-bottom: 28px; }

/* Bottom two-column grid: dogs left, kit list right */
.cta__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}
.cta__dogs-img {
  height: 260px;
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.45);
  border-radius: 8px;
  font-size: .72rem;
}
.cta__kit-col { display: flex; flex-direction: column; }
.kit-box {
  background: rgba(255,255,255,.15);
  border-radius: 8px;
  padding: 16px 18px;
}
.kit-box__title {
  font-family: var(--font-knockout); font-size: .9rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .1em; margin-bottom: 10px;
}
.kit-box ul { list-style: none; }
.kit-box li { padding: 3px 0 3px 16px; font-size: .82rem; position: relative; line-height: 1.5; }
.kit-box li::before { content: '•'; position: absolute; left: 0; color: var(--c-deep-green-forest); }

@media (max-width: 500px) {
  .cta__top { flex-direction: column; }
  .cta__box-img { width: 100%; height: 180px; }
  .cta__cols { grid-template-columns: 1fr; }
  .cta__dogs-img { height: 200px; }
}

/* ── Form section ────────────────────────────── */
.form-section { background: var(--c-bg-light); padding: 52px 24px; }
.form-section__heading {
  font-family: var(--font-knockout); font-size: 2.4rem; font-weight: 800;
  text-transform: uppercase; text-align: center; color: var(--c-deep-green-base);
  letter-spacing: .05em; margin-bottom: 32px;
  line-height: normal;
}
.entry-form { max-width: 560px; margin: 0 auto; }

.form-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px; margin-bottom: 14px;
}
.form-row--three { grid-template-columns: 2fr 1fr 1fr; }
.form-row--full  { grid-template-columns: 1fr; }

.form-field { display: flex; flex-direction: column; }
.form-field label {
  font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .09em; color: var(--c-lime-green); margin-bottom: 5px;
}
.form-field label .opt-note {
  font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--c-text-mid);
}
.form-field input,
.form-field select,
.form-field textarea {
  border: 2px solid var(--c-deep-green-base); border-radius: 4px;
  padding: 10px 12px; font-family: var(--font-open-sans); font-size: .9rem;
  color: var(--c-text-dark); background: var(--c-white); width: 100%;
  transition: border-color .18s;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { outline: none; border-color: var(--c-cta-green); }
.form-field input.is-err,
.form-field select.is-err,
.form-field textarea.is-err { border-color: var(--c-error); }
.form-field textarea { min-height: 88px; resize: vertical; }
.field-err { font-size: .72rem; color: var(--c-error); margin-top: 3px; display: none; }
.field-err.show { display: block; }

/* Honeypot — visually hidden from humans, still present for bots that fill every field */
.hp-field { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Upload */
.upload-area { margin-bottom: 18px; text-align: center; }
.upload-trigger {
  display: inline-block; background: var(--c-lime-light); color: var(--c-lime-green);
  font-family: var(--font-gotham-bold); font-weight: 700; font-size: .9rem;
  letter-spacing: .1em; text-transform: uppercase; padding: 10px 24px;
  border-radius: 20px; cursor: pointer; border: none; transition: background .18s;
}
.upload-trigger:hover { background: var(--c-deep-green-hover); }
#photo-input { display: none; }
.upload-name { font-size: .78rem; color: var(--c-text-mid); margin-top: 6px; }
.upload-err  { font-size: .72rem; color: var(--c-error); margin-top: 4px; display: none; }
.upload-err.show { display: block; }

/* Checkboxes */
.cb-group { margin-bottom: 18px; }
.cb-item {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--c-deep-green-base); line-height: 1.45;
  text-transform: uppercase; 
  margin-bottom: 10px; font-family: var(--font-gotham-reg);
}
.cb-item input[type="checkbox"] {
  width: 18px; height: 18px; flex-shrink: 0;
  margin-top: 2px; accent-color: var(--c-cta-green); cursor: pointer;
}
.cb-item.is-err label { color: var(--c-error); }
.cb-item a { color: var(--c-cta-green); text-decoration: underline; }

.form-msg {
  padding: 10px 14px; border-radius: 4px; font-size: .84rem;
  margin-bottom: 16px; display: none;
}
.form-msg.show { display: block; }
.form-msg--err  { background: var(--c-error-bg); border: 1px solid var(--c-error); color: var(--c-error-text); }
.form-msg--ok   { background: var(--c-success-bg); border: 1px solid var(--c-success-border); color: var(--c-success-text); }

.btn-submit {
  display: inline-block; width: auto; background: var(--c-deep-green-base); color: var(--c-white);
  font-family: var(--font-gotham-bold); font-weight: 900; font-size: 1.1rem;
  letter-spacing: .12em; text-transform: uppercase; padding: 14px 46px;
  border: none; border-radius: 30px; cursor: pointer; transition: background .18s;
}
.btn-submit:hover    { background: var(--c-deep-green-hover); }
.btn-submit:disabled { opacity: .6; cursor: not-allowed; }

/* ── Family section ──────────────────────────── */
.family { background: var(--c-mint-pale); padding: 52px 24px;  padding-top: 120px;
    padding-bottom: 120px; text-align: center; }
.family__heading {
  font-family: var(--font-gotham-bold); font-size: 58px; font-weight: 900;
  text-transform: uppercase; color: var(--c-deep-green-family); line-height: 1.08;
  margin-bottom: 14px; letter-spacing: 1.5px;
}
.family__body { color: var(--c-deep-green-family); font-family: var(--font-gotham-med);
  font-size: 1.2rem; max-width: 70%; padding-inline: 20px; margin: 50px auto 28px; line-height: 2; }
.minties-family {
  display: flex; 
  gap: 30px;
  margin-top: 50px;
}
.minties-family .minties-family__item img {
  max-height: 350px;
}
.retailer-note { padding-inline: 20px; margin: 40px auto; font-size: 1.8rem; font-family: var(--font-gotham-med); color: var(--c-deep-green-family); }
.retailer-note a { color: var(--c-lime-green); text-decoration: underline; }
.btn-retailer {
  display: inline-block; background: var(--c-deep-green-base); color: var(--c-white);
  font-family: var(--font-gotham-bold); font-weight: 700; font-size: .9rem;
  letter-spacing: .1em; text-transform: uppercase; padding: 8px 16px;
  border-radius: 30px; text-decoration: none; transition: background .18s;
}
.btn-retailer:hover { background: var(--c-deep-green-teal); }

/* ── Footer ──────────────────────────────────── */
footer { text-align: center; padding-bottom: 30px; }
.site-footer { background: var(--c-deep-green-dark); padding: 24px 24px; text-align: center; color: var(--c-white); }
.footer__ig-icon { width: 28px; height: 28px; margin: 0 auto 10px; }
.footer__ig-link, .footer__hashtags-link { text-decoration: none; }
.footer__follow  { font-family: var(--font-gotham-bold); font-size: 1.2rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 0; }
.footer__hashtags { font-size: 1.1rem; color: var(--c-lime-green); font-family: var(--font-gotham-bold); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 0; }
.footer__logo { max-width: 380px; margin: 50px auto 30px; }
.footer__tc   { font-size: .9rem; font-family: var(--font-gotham-bold); border-bottom: 2px solid var(--c-lime-green); text-transform: uppercase; color: var(--c-deep-green-base); text-decoration: none; padding-bottom: 2px; }
.footer__tc:hover { color: var(--c-lime-green); border-color: var(--c-deep-green-bright); }

/* ── Thank-you ───────────────────────────────── */
.ty { background: #c0e6f1; padding: 56px 24px 0; overflow: hidden; }

.ty__heading {
  font-family: var(--font-gotham-bold); font-size: 2.9rem; font-weight: 900;
  text-transform: uppercase; line-height: 1.04; margin-bottom: 18px; color: var(--c-deep-green-base);
}
.ty__heading .hi  { color: var(--c-lime-green); }
.ty__body { font-size: 1.2rem; color: var(--c-deep-green-base); font-family: var(--font-gotham-bold); max-width: 480px; margin: 0 0 32px; }
.ty .img-ph { height: 280px; max-width: 480px; margin: 0 auto 30px; }
.ty .container { background-image: url('../images/thank-you.webp'); padding-bottom: 75px; max-width: 1200px; background-size: contain; background-repeat: no-repeat; background-position: right bottom; }
.ty__content { position: relative; z-index: 1; max-width: 480px; }
/* ── Closed ──────────────────────────────────── */
.closed { background: #f1f9f8; padding: 60px 0;  }
.closed__heading { font-family: var(--font-gotham-bold); font-size: 3.2rem; font-weight: 900; text-transform: uppercase; color: var(--c-deep-green-base); line-height: 1.06; margin-bottom: 14px; }
.closed__body    { font-size: 1.5rem; color:  var(--c-lime-green); font-family: var(--font-gotham-bold); max-width:493px; margin: 0 0 40px; }
.closed__body strong { color: var(--c-deep-green-base); }
.closed .img-ph  { height: 180px; margin: 0 auto 28px; }
.closed .text-center { text-align: center; margin-top: 50px; }
/* .closed .container { max-width: 1030px;} */
/* ── Rules ───────────────────────────────────── */
.rules { background: #f1f9f8; padding: 60px 0; }
.rules__heading  { font-family: var(--font-gotham-bold); font-size: 3.2rem; font-weight: 900; text-transform: uppercase; color: var(--c-deep-green-base); line-height: 1.06; margin-bottom: 14px; }
.rules .text-center { text-align: center; margin-top: 50px; margin-bottom: 40px; }
.rules__scroll   { background: var(--c-cta-green); color: var(--c-white); border-radius: 8px; padding: 28px; font-size: .87rem; line-height: 1.75; max-height: 420px; overflow-y: auto; max-width: 960px; margin: 0 auto; }
.rules__scroll p + p { margin-top: 12px; }
.rules__title { font-family: var(--font-knockout); text-transform: uppercase; letter-spacing: .04em; line-height: 1.4; margin-bottom: 4px; }
.rules__table-wrap { margin: 16px 0; overflow-x: auto; }
.rules__table { width: 100%; border-collapse: collapse; font-size: .82rem; background: rgba(255,255,255,.06); border-radius: 6px; overflow: hidden; }
.rules__table th, .rules__table td { padding: 8px 10px; text-align: left; border-bottom: 1px solid rgba(255,255,255,.25); white-space: nowrap; }
.rules__table th { font-family: var(--font-knockout); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: .72rem; background: rgba(0,0,0,.12); }
.rules__table tr:last-child td { border-bottom: none; }

/* ── 404 ─────────────────────────────────────── */
.err404 { background: #f1f9f8; padding: 60px 0; }
.err404__heading { font-family: var(--font-gotham-bold); font-size: 3.2rem; font-weight: 900; text-transform: uppercase; color: var(--c-deep-green-base); line-height: 1.06; margin-bottom: 14px; }
.err404__sub     { font-size: 1.5rem; color: var(--c-lime-green); font-family: var(--font-gotham-bold); max-width: 493px; margin: 0 0 40px; }
.err404__back    { display: inline-block; margin-bottom: 50px; }
.err404 .text-center { text-align: center; margin-top: 50px; }

/* ── Shared green button ─────────────────────── */
.btn-green {
  display: inline-block; background: var(--c-btn-green); color: var(--c-white);
  font-family:  var(--font-gotham-bold); font-weight: 700; font-size: .9rem;
  letter-spacing: .1em; text-transform: uppercase; padding: 8px 32px;
  border-radius: 30px; text-decoration: none; border: none;
  cursor: pointer; transition: background .18s;
}
.btn-green:hover { background: var(--c-btn-green-hover); }

/* ── T&C Modal ───────────────────────────────── */
.tc-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.6); z-index: 1000;
  align-items: center; justify-content: center;
  padding: 20px;
}
.tc-overlay.open { display: flex; animation: tcFadeIn .2s ease; }
@keyframes tcFadeIn { from { opacity: 0; } to { opacity: 1; } }
.tc-modal {
  background: var(--c-white); border-radius: 10px;
  width: 100%; max-width: 660px; max-height: 82vh;
  display: flex; flex-direction: column; overflow: hidden;
  position: relative; box-shadow: 0 12px 48px rgba(0,0,0,.3);
  animation: tcSlideUp .2s ease;
}
@keyframes tcSlideUp { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.tc-close {
  position: absolute; top: 10px; right: 14px;
  background: none; border: none; font-size: 1.9rem;
  line-height: 1; cursor: pointer; color: var(--c-text-mid); z-index: 1; padding: 4px;
}
.tc-close:hover { color: var(--c-text-dark); }
.tc-modal__body { overflow-y: auto; padding: 32px 28px 28px; }

/* ── Admin ───────────────────────────────────── */
.adm-wrap { min-height: 100vh; background: #f4f7f5; font-family: var(--font-open-sans); }
.adm-header {
  background: var(--c-admin-deep-green-dark); color: var(--c-white); padding: 16px 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.adm-header h1 { font-family: var(--font-knockout); font-size: 1.3rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.adm-header a  { color: rgba(255,255,255,.65); text-decoration: none; font-size: .85rem; }
.adm-header a:hover { color: var(--c-white); }
.adm-body { padding: 28px 24px; max-width: 1280px; margin: 0 auto; }

.adm-login-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #f0f4f2; }
.adm-login-box  { background: var(--c-white); padding: 40px; border-radius: 10px; box-shadow: 0 4px 20px rgba(0,0,0,.1); width: 100%; max-width: 370px; }
.adm-login-box h1 { font-family: var(--font-knockout); font-size: 1.5rem; font-weight: 900; text-transform: uppercase; color: var(--c-admin-deep-green-forest); margin-bottom: 26px; text-align: center; }
.adm-login-logo { max-width: 220px; width: 100%; height: auto; margin-bottom: 8px; }
.adm-field { margin-bottom: 16px; }
.adm-field label { display: block; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--c-text-mid); margin-bottom: 5px; }
.adm-field input { width: 100%; border: 1.5px solid var(--c-border-gray); border-radius: 4px; padding: 10px 12px; font-size: .9rem; font-family: var(--font-open-sans); transition: border-color .18s; }
.adm-field input:focus { outline: none; border-color: var(--c-admin-cta-green); }
.adm-btn { width: 100%; background: var(--c-admin-deep-green-forest); color: var(--c-white); font-family: var(--font-knockout); font-weight: 900; font-size: 1rem; letter-spacing: .1em; text-transform: uppercase; padding: 12px; border: none; border-radius: 4px; cursor: pointer; margin-top: 8px; transition: background .18s; }
.adm-btn:hover { background: var(--c-deep-green-hover); }
.adm-err { background: var(--c-error-bg); border: 1px solid var(--c-error); color: var(--c-error-text); padding: 9px 13px; border-radius: 4px; font-size: .82rem; margin-bottom: 14px; }

/* Filter bar */
.filter-bar { background: var(--c-white); padding: 18px 20px; border-radius: 8px; margin-bottom: 20px; display: flex; flex-wrap: wrap; gap: 14px; align-items: flex-end; }
.filter-bar label { display: block; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--c-text-mid); margin-bottom: 4px; }
.filter-bar input[type="date"] { border: 1.5px solid var(--c-border-gray); border-radius: 4px; padding: 7px 10px; font-size: .85rem; font-family: var(--font-open-sans); }
.filter-bar input[type="date"]:focus { outline: none; border-color: var(--c-admin-cta-green); }
.filter-bar button, .filter-bar .export-btn { padding: 8px 18px; border-radius: 4px; font-family: var(--font-knockout); font-weight: 700; font-size: .83rem; letter-spacing: .06em; text-transform: uppercase; border: none; cursor: pointer; text-decoration: none; display: inline-block; }
.btn-filt  { background: var(--c-admin-cta-green); color: var(--c-white); }
.btn-filt:hover { background: var(--c-deep-green-teal); }
.btn-reset { background: var(--c-btn-reset-bg); color: #444; }
.btn-reset:hover { background: var(--c-btn-reset-hover); }
.export-btn { background: var(--c-export-bg); color: var(--c-white); margin-left: auto; }
.export-btn:hover { background: var(--c-export-hover); }

.dash-count { font-size: .84rem; color: var(--c-text-mid); margin-bottom: 12px; }

/* Pagination */
.pager { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 22px 0 4px; }
.pager-link { padding: 8px 16px; border-radius: 4px; font-family: var(--font-knockout); font-weight: 700; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; background: var(--c-admin-cta-green); color: var(--c-white); }
.pager-link:hover { background: var(--c-deep-green-teal); }
.pager-link.is-disabled { background: var(--c-btn-reset-bg); color: #999; pointer-events: none; }
.pager-status { font-size: .84rem; color: var(--c-text-mid); }

/* Entries table */
.tbl-wrap { overflow-x: auto; }
.entries-tbl { width: 100%; border-collapse: collapse; background: var(--c-white); border-radius: 8px; overflow: hidden; font-size: .84rem; }
.entries-tbl th { background: var(--c-admin-deep-green-forest); color: var(--c-white); padding: 10px 12px; text-align: left; font-family: var(--font-knockout); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: .76rem; white-space: nowrap; }
.entries-tbl td { padding: 10px 12px; border-bottom: 1px solid var(--c-border-light); vertical-align: middle; }
.entries-tbl tr:last-child td { border-bottom: none; }
.entries-tbl tr:hover td { background: #f5faf7; }
.thumb-link img { width: 52px; height: 52px; object-fit: cover; border-radius: 4px; }
.no-photo { color: var(--c-text-muted); font-size: .76rem; }
.chk-y { color: var(--c-btn-green); font-weight: 700; }

/* Lightbox */
.lb-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.88); z-index: 999; align-items: center; justify-content: center; }
.lb-overlay.open { display: flex; }
.lb-img { max-width: 90vw; max-height: 86vh; border-radius: 6px; }
.lb-close { position: fixed; top: 18px; right: 22px; color: var(--c-white); font-size: 2.2rem; cursor: pointer; background: none; border: none; line-height: 1; }


/*==========================================
    HERO
==========================================*/
body {
  font-family: var(--font-gotham-reg);
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--c-mint-bg);
  border-bottom: 10px solid var(--c-deep-green-base);
}
.container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 30px;
}

.hero .container {
  max-width: 1440px;
  padding-left: 16px;
  min-height: 750px;
  background-image: url('../images/hero/hero.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
.hero__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
}
.hero__text {
  display: flex;
  align-items: flex-start;
  padding-bottom: 190px;
  padding-top: 30px;
}
.hero__copy {
  display: flex;
  flex-direction: column;
}
.hero__title {
  margin: 0;
  color: var(--c-deep-green-base);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: var(--font-gotham-bold);
}
.hero__logo {
  width: 100%;
  max-width: 319px;
  height: auto;
  display: block;
  margin: 0 0 62px;
  position: relative;
  left: -12px;
}
.hero__visual {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 1;
}
.hero__dog {
  max-width: 100%;
  height: auto;
  display: block;
}

/*==========================================
    HERO DECORATIONS
==========================================*/
.hero__decorations {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}
.hero__treat,
.hero__leaf {
  position: absolute;
  display: block;
  user-select: none;
  pointer-events: none;
}
.hero__visual {
  position: relative;
  z-index: 5;
}
.hero__text {
  position: relative;
  z-index: 4;
}

/* ==========================
    TREATS
========================== */
.hero__floating {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero__treat--1 {
  width: 135px;
  top: 35px;
  left: 58%;
  transform: rotate(-28deg);
}
.hero__treat--2 {
  width: 152px;
  top: 135px;
  left: -152px;
}
.hero__treat--3 {
  width: 150px;
  top: 290px;
  left: 43%;
  transform: rotate(-32deg);
}
.hero__treat--4 {
  width: 130px;
  bottom: 120px;
  left: 7%;
  transform: rotate(-24deg);
}
.hero__treat--5 {
  width: 135px;
  bottom: 70px;
  left: 46%;
  transform: rotate(28deg);
}

/* ==========================
    HERBS
========================== */
.hero__leaf--mint {
  width: 94px;
  top: -44px;
  left: -42px;
}
.hero__leaf--dill {
  width: 155px;
  top: 110px;
  right: 110px;
}
.hero__leaf--parsley {
  width: 105px;
  right: 25px;
  bottom: 95px;
}

/* ── What Is ─────────────────────────────────── */
.what-is { 
  background: var(--c-lime-light); padding: 52px 24px; text-align: center; 
}
.what-is__body {
  color: var(--c-deep-green-base);
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.75;
  padding: 0 20px;
  max-width: 70%;
}
.img-ph {
  text-align: center;
  margin-top: -220px;
  margin-bottom: 30px;
}
.what-is__img-ph {
  background-repeat: no-repeat; background-position: bottom center; 
  width: 100%;
  border-radius: 8px;
  margin-bottom: 0; margin-top: -230px;
}
.curve-title {
  width: 100%;
  margin: 0 auto 20px;
  z-index: 1;
  position: relative;
}
.curve-title h2 { display: none; }
.curve-title img {
  width: 100%;
  overflow: visible;
  max-width: 700px;
}
.curve-title__text {
  font-family: var(--font-gotham-bold);
  font-size: 36px;
  font-weight: 700;
  fill: var(--c-deep-green-curve);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*==========================================
    CTA
==========================================*/
.cta {
  background: var(--c-teal-accent);
  padding: 90px 0 0;
  border-bottom: 4px solid var(--c-deep-green-alt);
}
.cta__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
.cta__content {
  max-width: 560px;
  flex: 1;
}
.cta__eyebrow, .cta__title {
  color: var(--c-white);
  font: 58px var(--font-gotham-bold);
  line-height: .95;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 35px;
}
.cta__title {
  color: var(--c-deep-green-alt);
  line-height: .95;
  text-transform: uppercase;
  margin: 0 0 45px;
}
.cta__subtitle {
  color: var(--c-white);
  font-size: 60px;
  text-transform: uppercase;
  font-family: var(--font-knockout);
  letter-spacing: 1px;
  margin-bottom: 15px;
  line-height: normal;
}
.cta__desc {
  color: var(--c-white);
  font-size: 22px;
  line-height: 1.6;
  font-family: var(--font-gotham-med);
  max-width: 780px;
}
.cta__product {
  flex: auto;
}
.cta__box {
  max-width: 520px;
  width: 100%;
}
.cta__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
}
.cta__dogs {
  display: flex;
  align-items: flex-end;
}
.cta__dog--1 {
  max-width: 650px;
  margin-bottom: -24px;
}
.cta__includes {
  color: var(--c-white);
  max-width: 360px;
  margin-bottom: 40px;
}
.cta__includes h3 {
  text-transform: uppercase;
  font-size: 40px;
  font-family: var(--font-knockout);
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-weight: normal;
}
.cta__includes ul {
  padding-left: 20px;
}
.cta__includes li {
  font-size: 20px;
  font-family: var(--font-gotham-med);
  line-height: 1.8;
}
/*=====================================
    SECTION BACKGROUND PARALLAX
=====================================*/
.what-is,
.cta,
.family {
    position: relative;
    overflow: hidden; /* Keeps the moving background constrained */
}

/* Ensure the background is taller than the section to accommodate the movement */
.section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%; /* Gives an extra 30% height for GSAP to scroll into */
    z-index: 0;
    will-change: transform;
}

.container {
    position: relative;
    z-index: 2; /* Keeps text and forms interactive above the background */
}

/* Performance optimizations for animated floating elements */
.cta__box,
.what-is__img-ph,
.minties-family__item {
    will-change: transform;
}

/* Background colors */
.what-is .section-bg { background: var(--c-lime-light); }
.cta .section-bg      { background: var(--c-teal-accent); }
.family .section-bg   { background: var(--c-blue-light); }
.what-is,
.cta,
.family {
    position: relative;
    overflow: hidden;
}
.cta{
  overflow:initial
}

/* Give the background massive overhead room to slide */
.section-bg {
    position: absolute;
    top: -25%; 
    left: 0;
    width: 100%;
    height: 150%; 
    z-index: 0;
    will-change: transform;
}

.container {
    position: relative;
    z-index: 2;
}

/* Smooth out GPU layers for the high-speed foreground elements */
.cta__box,
.what-is__img-ph,
.minties-family__item {
    will-change: transform;
}
/* Ensure content layers sit flawlessly on top of moving components */
.hero__text, 
.hero__copy,
.what-is__body,
.what-is__img-ph,
.cta__wrapper,
.cta__bottom,
.entry-form,
.minties-family,
.btn-retailer {
  position: relative;
  z-index: 2;
}
.curve-title{
  position: relative;
  z-index: 4;
}
/* Fix CSS variable fallback mismatch for family bg */
.family .section-bg { 
  background: var(--c-mint-pale); 
}
/* ── Responsive ──────────────────────────────── */
@media (max-width: 991px) {
  .ty .container {
    background-position: center bottom;
    background-size: auto 420px;
    padding-bottom: 420px;
  }
  .what-is__img-ph {
    margin-top: -170px;
  }
  .cta__bottom {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .cta__wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .cta__includes {
    flex: auto;
    max-width: fit-content;
  }
  .what-is__body, .family__body {
    max-width: 100%;
    padding: 0 10px;
  }
  .container {
    padding-inline: 16px;
  }
  .what-is .container, .family .container {
    padding-inline: 0px;
  }
  .cta__dog--1 {
    max-width: 100%;
    margin-bottom: -1px;
  }
  .cta__dogs {
    margin-bottom: -13px;
  }
  .hero__title br {
    display: none;
  }
  .hero__title {
    font-size: clamp(30px, 6vw, 68px);
    text-align: center;
  }
  .hero__logo {
    width: 100%;
    max-width: 242px;
    margin: 0 0 40px;
    left: -10px;
  }
  .hero__text {
    padding-top: 22px;
  }
  .hero .container {
    min-height: 600px;
  }
  .hero__copy {
    align-items: center;
    text-align: center;
  }
  .cta__eyebrow, .cta__title {
    font: 34px var(--font-gotham-bold);
    margin-bottom: 20px;
  }
}

@media (max-width: 540px) {
  .ty{padding-inline:0}
  .ty .container {
    background-position: center bottom;
    background-size: auto 330px;
    padding-bottom: 330px;
  }
  .curve-title {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 30px;
  }
  .curve-title__text {
    font-size: 46px;
    letter-spacing: 1px;
  }
  .hero .container {
    min-height: 624px;
    background-size: 177%;
  }
  .cta__wrapper {
    gap: 30px;
  }
  .hero__logo {
    width: 100%;
    max-width: 209px;
  }
  .what-is__img-ph {
    margin-top: -75px;
  }
  .minties-family {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .minties-family .minties-family__item img {
    max-height: 185px;
  }
  .family__body, .retailer-note, .cta__desc, .cta__includes li, .what-is__body, .footer__follow {
    font-size: 1rem;
    padding-inline: 0px;
  }
  .family__heading {
    font-size: 2.3rem;
  }
  .footer__logo img {
    max-width: 280px;
  }
  .form-row, .form-row--three { grid-template-columns: 1fr; }
  .hero__headline { font-size: 2.3rem; }
  .cta__heading   { font-size: 2rem; }
  .ty__heading    { font-size: 2rem; }
  .filter-bar     { flex-direction: column; align-items: stretch; }
  .export-btn     { margin-left: 0; }
}
