/* Battaglia & Co Inc — Wholesale Grocery Catalog Theme */

:root {
  --deep-green: #1b4332;
  --leaf: #40916c;
  --leaf-dark: #2d6a4f;
  --cream: #f1faee;
  --charcoal: #1f2a24;
  --line: #d8e8dc;
  --font-display: 'Nunito', sans-serif;
  --font-body: 'Source Sans 3', sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--deep-green);
  margin: 0 0 0.5em;
  line-height: 1.2;
}

p { margin: 0 0 1em; }

a { color: var(--leaf-dark); text-decoration: underline; }
a:hover { color: var(--deep-green); }

.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: absolute;
  left: -999px;
  top: 0;
  background: var(--deep-green);
  color: #fff;
  padding: 0.75em 1.25em;
  z-index: 1000;
  font-family: var(--font-display);
  font-weight: 700;
}
.skip-link:focus {
  left: 0;
}

.depot-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ===== HEADER ===== */
.depot-header__top {
  background: var(--deep-green);
  color: #d8f3dc;
  font-size: 0.85rem;
}
.depot-header__toprow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.depot-tag { margin: 0; font-weight: 600; letter-spacing: 0.02em; }
.depot-contact-strip { margin: 0; display: flex; gap: 0.6rem; align-items: center; }
.depot-contact-strip a { color: #d8f3dc; text-decoration: none; }
.depot-contact-strip a:hover { text-decoration: underline; }

.depot-header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  background: #fff;
  border-bottom: 4px solid var(--leaf);
}
.depot-brand { display: flex; align-items: baseline; gap: 0.6rem; }
.depot-brand__mark {
  font-family: var(--font-display);
  font-weight: 900;
  background: var(--deep-green);
  color: #fff;
  padding: 0.3em 0.55em;
  border-radius: 6px;
  font-size: 1rem;
}
.depot-brand__name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--deep-green);
}

.depot-nav__toggle {
  display: none;
  background: none;
  border: 2px solid var(--deep-green);
  border-radius: 6px;
  padding: 0.5rem;
  cursor: pointer;
}
.depot-nav__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--deep-green);
  margin: 4px 0;
}

.depot-nav__list {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.depot-nav__list a {
  color: var(--charcoal);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}
.depot-nav__list a:hover { color: var(--leaf-dark); }
.depot-nav__cta {
  background: var(--leaf);
  color: #fff !important;
  padding: 0.5rem 1rem;
  border-radius: 6px;
}
.depot-nav__cta:hover { background: var(--deep-green); }

/* ===== HERO ===== */
.depot-hero {
  background: linear-gradient(135deg, var(--deep-green), #143024);
  color: #f1faee;
  padding: 4rem 0;
}
.depot-hero__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: center;
}
.depot-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #95d5b2;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}
.depot-hero h1 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
}
.depot-hero__lede {
  font-size: 1.1rem;
  color: #d8f3dc;
  max-width: 560px;
}
.depot-hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.btn {
  display: inline-block;
  padding: 0.85rem 1.6rem;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  font-family: var(--font-display);
  border: 2px solid transparent;
  cursor: pointer;
  font-size: 0.95rem;
}
.btn--leaf {
  background: var(--leaf);
  color: #fff;
}
.btn--leaf:hover { background: #52b788; }
.btn--outline {
  background: transparent;
  border-color: #d8f3dc;
  color: #fff;
}
.btn--outline:hover { background: rgba(255,255,255,0.1); }

.depot-hero__crate {
  display: grid;
  gap: 0.75rem;
}
.crate-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.crate-tile {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 8px;
  padding: 1.4rem 1rem;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 700;
  color: #fff;
}

/* ===== BANDS ===== */
.band { padding: 4rem 0; }
.band--cream { background: var(--cream); }
.band--green { background: var(--deep-green); color: #e9f5ee; }
.band--green h2, .band--green h3 { color: #fff; }
.band--green p { color: #cfe8d8; }

.band__grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 2.5rem;
}
.band__label { display: flex; flex-direction: column; gap: 0.5rem; }
.band__num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2.5rem;
  color: var(--leaf);
  opacity: 0.5;
}
.band__num--light { color: #95d5b2; opacity: 0.6; }
.band__body p { max-width: 680px; }
.band__body--light p { color: #cfe8d8; }
.band__body--light a { color: #95d5b2; }

.band__heading-row {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1rem;
}
.band__intro { max-width: 720px; color: #4a5a50; }
.band--green .band__intro { color: #cfe8d8; }

/* ===== CATEGORY TILES ===== */
.category-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.category-tile {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  padding: 2rem 1.5rem;
  position: relative;
}
.category-tile__index {
  display: block;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.8rem;
  color: #74c69d;
  margin-bottom: 0.5rem;
}
.category-tile h3 { color: #fff; font-size: 1.15rem; }
.category-tile p { color: #cfe8d8; margin: 0; font-size: 0.95rem; }

/* ===== PRICE LIST TABLE ===== */
.pricelist-table-wrap {
  margin-top: 2rem;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.pricelist-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.95rem;
  min-width: 560px;
}
.pricelist-table th, .pricelist-table td {
  padding: 0.9rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.pricelist-table thead th {
  background: var(--deep-green);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
}
.pricelist-table tbody tr:nth-child(odd) { background: #f6fbf3; }
.pricelist-table tbody th { color: var(--deep-green); font-weight: 700; }

/* ===== WHY LIST ===== */
.why-list {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.why-list li {
  background: rgba(255,255,255,0.06);
  border-left: 4px solid #74c69d;
  padding: 1rem 1.25rem;
  border-radius: 0 8px 8px 0;
}
.why-list strong { color: #fff; }

/* ===== FAQ ===== */
.faq-list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.faq-item {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 0.5rem 1.25rem;
}
.faq-item summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 700;
  color: #fff;
  padding: 0.75rem 0;
}
.faq-item p { color: #cfe8d8; padding-bottom: 0.5rem; }

/* ===== CONTACT ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 3rem;
}
.contact-address {
  font-style: normal;
  margin-top: 1.5rem;
  line-height: 1.8;
  color: var(--charcoal);
}
.contact-address a { color: var(--leaf-dark); }

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.form-row { display: flex; flex-direction: column; gap: 0.4rem; }
.form-row label { font-weight: 600; font-size: 0.9rem; color: var(--deep-green); }
.form-row input, .form-row textarea {
  padding: 0.7rem 0.9rem;
  border: 1px solid #bcd6c4;
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 0.95rem;
}
.form-row input:focus, .form-row textarea:focus {
  outline: 2px solid var(--leaf);
  outline-offset: 1px;
}
.form-row--consent {
  flex-direction: row;
  align-items: flex-start;
  gap: 0.6rem;
}
.form-row--consent input { width: auto; margin-top: 0.3rem; }
.form-row--consent label { font-weight: 400; font-size: 0.85rem; color: #4a5a50; }
.form-status { font-weight: 600; color: var(--deep-green); min-height: 1.2em; }

/* ===== FOOTER ===== */
.depot-footer {
  background: #10261c;
  color: #cfe8d8;
  padding: 3rem 0 1rem;
}
.depot-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.depot-footer h3 { color: #fff; font-size: 1rem; }
.depot-footer a { color: #95d5b2; text-decoration: none; }
.depot-footer a:hover { text-decoration: underline; }
.depot-footer__bottom {
  padding-top: 1.5rem;
  font-size: 0.85rem;
  text-align: center;
  color: #7fa88f;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .depot-hero__grid { grid-template-columns: 1fr; }
  .band__grid { grid-template-columns: 1fr; }
  .category-tiles { grid-template-columns: repeat(2, 1fr); }
  .why-list { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .depot-footer__grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .depot-nav__toggle { display: block; }
  .depot-nav__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.5rem;
    border-bottom: 3px solid var(--leaf);
    z-index: 50;
  }
  .depot-nav__list.is-open { display: flex; }
  .depot-header__main { position: relative; flex-wrap: wrap; }
  .category-tiles { grid-template-columns: 1fr; }
  .depot-hero h1 { font-size: 2rem; }
}
