/* Warm Americana theme layered after base.css. */

:root {
  --font-serif: "Fraunces", Georgia, "Times New Roman", serif;
  --cream-2: #f2ecdd;           /* warmer alternating band */
  --shadow-navy: 5px 5px 0 var(--navy);
  --shadow-red: 5px 5px 0 var(--red);
}

/* ---------- type ---------- */
h1, h2 { font-family: var(--font-serif); font-weight: 700; letter-spacing: -.005em; }
.pullquote, .statband .stat .num, .contact-card .name, .site-footer .tag,
.hero .trustline { font-family: var(--font-serif); }

/* ---------- stamp eyebrows (replace the floating red label + dash) ---------- */
.eyebrow {
  display: inline-block; background: var(--navy); color: var(--cream);
  padding: 6px 14px; transform: rotate(-1.2deg);
  letter-spacing: .14em; font-size: 12px; margin-bottom: 1.1em;
}
.eyebrow::before { display: none; }
.block.alt .eyebrow, #source .eyebrow { background: var(--red); transform: rotate(1deg); }

/* ---------- buttons: square, hard offset, no lift-and-glow ---------- */
.btn { border-radius: 0; transition: transform .12s ease, box-shadow .12s ease, background .12s ease; }
.btn-primary { box-shadow: 4px 4px 0 rgba(11,18,64,.9); }
.btn-primary:hover { transform: translate(-1px,-1px); box-shadow: 6px 6px 0 rgba(11,18,64,.9);
  background: var(--red-deep); border-color: var(--red-deep); }
.btn-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.9);
  border-radius: 0; }
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: var(--red); border-color: var(--red); color: #fff;
  transform: translate(-1px,-1px); box-shadow: 4px 4px 0 rgba(11,18,64,.9); }
.hero .btn-primary:focus, .hero .btn-primary:active,
.contact-card .btn-primary:focus, .contact-card .btn-primary:active {
  background: var(--navy); border-color: var(--navy); color: #fff; }

/* ---------- header ---------- */
.site-header .logo { flex: 0 0 auto; }
.site-header .logo img { height: 132px; width: auto; }
.nav { flex-wrap: wrap; }
.nav .phone { border-radius: 0; box-shadow: 3px 3px 0 var(--red); }
.nav .phone:hover { transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--red); }

/* ---------- hero: keep the navy + red-bloom gradient, frame the photo box ---------- */
.hero {
  background:
    radial-gradient(118% 125% at 88% 6%, rgba(196,29,39,.55) 0%, rgba(196,29,39,0) 54%),
    linear-gradient(150deg, #2630a0 0%, #1b2675 42%, #0e1547 100%);
}
.hero-inner {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px;
  align-items: center; padding: clamp(60px, 7vw, 96px) 32px;
}
.hero-copy { max-width: 600px; }
.hero h1 { color: #ffffff; }
.hero .subhead { color: #dbe3f5; }
.hero .trustline { color: #ffe08a; font-style: italic; font-weight: 600; }
.hero-media { display: block; }

.rotator { border-radius: 0; border: 3px solid var(--cream);
  box-shadow: 7px 7px 0 var(--red); }
.rotator figcaption { font-family: var(--font-serif); font-style: italic; }
.rotator .rot-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 44px; height: 56px; display: flex; align-items: center; justify-content: center;
  background: none; color: #fff; border: none;
  font-size: 42px; font-weight: 800; line-height: 1; padding: 0 0 6px; cursor: pointer;
  text-shadow: 0 2px 10px rgba(0,0,0,.55); transition: opacity .12s ease; opacity: .85; }
.rotator .rot-btn:hover { opacity: 1; }
.rotator .prev { left: 12px; }
.rotator .next { right: 12px; }

/* ---------- stat band: ticket strip ---------- */
.statband { background: var(--paper); background-image: none;
  border-top: 3px solid var(--navy); border-bottom: 3px solid var(--navy); }
.statband .wrap { gap: 0; padding: 22px 32px; }
.statband .stat { color: var(--navy); font-weight: 700; flex: 1; }
.statband .stat .num { color: var(--red); font-weight: 800; }
.statband .stat + .stat { border-left: 2px dashed var(--line); }

/* ---------- who we are ---------- */
.who-photo img { border-radius: 50%; border: none;
  box-shadow: none; width: 312px; height: 312px; }
.who-photo .cap { font-size: 20px; }
.who-photo .cap span { font-size: 16.5px; }
.pullquote { font-style: italic; font-weight: 700; }

/* ---------- alternating band + pillars ---------- */
.block.alt { background: var(--cream-2); }
.pillars { gap: 26px; }
.pillar { border-radius: 0; border: 2px solid var(--navy); border-top-width: 2px;
  background: #fff; box-shadow: var(--shadow-navy); transition: transform .12s ease; }
.pillar:nth-child(even) { box-shadow: var(--shadow-red); }
.pillar:hover { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 var(--navy); }
.pillar:nth-child(even):hover { box-shadow: 7px 7px 0 var(--red); }
.pillar:nth-child(odd) h3 { color: var(--red); }

/* ---------- partnership: serif italic label, framed mark ---------- */
.partnership .eyebrow { background: none; transform: none; padding: 0;
  font-family: var(--font-serif); font-style: italic; text-transform: none;
  letter-spacing: .01em; font-size: 19px; font-weight: 600; color: #ffe08a; }
.partnership .mark { border-radius: 0; box-shadow: 8px 8px 0 var(--red); }
.programs { gap: 14px; }
.programs li { border: 1.5px solid rgba(255,255,255,.85); padding: 8px 16px;
  font-size: 15.5px; }
.programs li::before { color: #ffe08a; }

/* ---------- supplier band ---------- */
.vendor-eq { border-radius: 0; border: 2px solid var(--navy); border-top-width: 2px;
  box-shadow: 4px 4px 0 var(--red); font-weight: 700; }

/* ---------- what we source: price sheet ---------- */
.source-banner { border-radius: 0; border: 2px solid var(--navy);
  box-shadow: var(--shadow-navy); }
.source-cols { gap: 28px; }
.source-col { border-radius: 0; border: 2px solid var(--navy); background: var(--cream);
  box-shadow: var(--shadow-navy); }
.source-col + .source-col { box-shadow: var(--shadow-red); }
.source-col .col-head { font-family: var(--font-serif); letter-spacing: .06em;
  text-transform: uppercase; font-weight: 700; }
.source-col ul { padding: 20px 24px 24px 42px; }
.source-col li { margin: .5em 0; font-size: 16.5px; font-weight: 600; color: #2a2e38; }
.catchall { font-family: var(--font-serif); font-style: italic; color: var(--red);
  text-align: center; font-size: 21px; }
.chip { border-radius: 0; border-width: 1.5px; text-transform: uppercase;
  font-size: 13.5px; letter-spacing: .05em; padding: 9px 16px; }
.sourcing-strip { justify-content: center; }

/* ---------- testimonials ---------- */
.testi { background: var(--cream); }
.testi .quote { font-family: var(--font-serif); color: #4a4438; }
.testi .quote::before { content: "\201C"; display: block;
  font-family: var(--font-serif); font-size: 54px; line-height: .55;
  color: var(--red); margin-bottom: 12px; }

/* ---------- closing CTA: flat navy ---------- */
.cta { background: var(--navy-deep); }

/* ---------- contact page ---------- */
.contact-card { border-radius: 0; border: 2px solid var(--navy);
  box-shadow: var(--shadow-red); background: #fff; }
.contact-card + .contact-card { box-shadow: var(--shadow-navy); }

/* ---------- small screens: keep offsets from crowding ---------- */
@media (max-width: 760px) {
  .hero-inner { grid-template-columns: 1fr; }
  .statband .wrap { flex-direction: column; }
  .statband .stat + .stat { border-left: none; border-top: 2px dashed var(--line);
    padding-top: 12px; margin-top: 12px; }
  .site-header {
    flex-direction: column;
    justify-content: center;
    padding: 14px 24px 18px;
    gap: 12px;
  }
  .site-header .logo img { height: 118px; }
  .nav { justify-content: center; gap: 16px 22px; }
  .contact-grid { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 620px) {
  :root { --section-pad: 56px; }
  .wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .eyebrow { font-size: 13px; }
  .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 12px 18px;
  }
  .nav .phone {
    grid-column: 1 / -1;
    width: min(100%, 320px);
    justify-self: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .site-header .logo img { height: 104px; }
  .nav { width: 100%; gap: 12px 16px; }
  .nav a { font-size: 14.5px; }
  .nav .phone { width: 100%; text-align: center; }
  .contact-card { padding: 24px; }
  .contact-card .btn {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
  }
}
