*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black: #0a0a0a;
  --near-black: #111111;
  --dark: #1a1a1a;
  --mid: #2c2c2c;
  --red: #c0392b;
  --red-hover: #a93226;
  --white: #ffffff;
  --off-white: #f0ede8;
  --grey: #888888;
  --light-grey: #cccccc;
  --gold: #c9943a;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--black);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── ANNOUNCEMENT BAR ── */
.announce-bar {
  background: var(--red);
  text-align: center;
  padding: 0.55rem 1rem;
  font-family: 'Oswald', sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
}

/* ── NAV ── */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--black);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem;
  height: 68px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.nav-logo img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: invert(1);
}
.nav-logo-text {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  list-style: none;
}
.nav-links a {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--light-grey);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--white); }

.nav-cta {
  background: var(--red);
  color: var(--white) !important;
  padding: 0.5rem 1.2rem;
  font-weight: 500 !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--red-hover) !important; color: var(--white) !important; }

/* ── HERO ── */
.hero {
  position: relative;
  height: 92vh;
  min-height: 580px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--near-black);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(0,0,0,0.55) 45%, rgba(0,0,0,0.05) 100%),
    linear-gradient(to top, rgba(0,0,0,0.35) 0%, transparent 60%),
    url('../img/ranch-aerial.jpg') center/cover no-repeat;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 5rem 5rem;
  max-width: 700px;
}

.hero-eyebrow {
  font-family: 'Oswald', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 1rem;
}

.hero h1 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--white);
  margin-bottom: 1.2rem;
}

.hero-desc {
  font-family: 'Source Serif 4', serif;
  font-size: 1.1rem;
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.75);
  max-width: 480px;
  margin-bottom: 2.2rem;
  line-height: 1.7;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  font-family: 'Oswald', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.9rem 2.2rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: var(--red-hover); transform: translateY(-1px); }

.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.4);
  font-family: 'Oswald', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.9rem 2.2rem;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0;
  overflow: hidden;
}
.trust-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 1.4rem 1.5rem;
  border-right: 1px solid rgba(255,255,255,0.06);
  min-width: 0;
}
.trust-item:last-child { border-right: none; }
.trust-icon { font-size: 1.3rem; flex-shrink: 0; }
.trust-text {
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--light-grey);
  white-space: nowrap;
}

/* ── SECTIONS ── */
.section-label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.8rem;
}
.section-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 1.2rem;
}
.section-body {
  font-family: 'Source Serif 4', serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  line-height: 1.85;
}

/* ── SPLIT: STORY ── */
.story-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}
.story-image {
  background: url('../img/girl-wildflowers.jpg') center 18%/cover no-repeat;
  min-height: 400px;
}
.story-content {
  background: var(--near-black);
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.story-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.stat-num {
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
}
.stat-label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--grey);
  margin-top: 0.3rem;
}

/* ── QUOTE BAND ── */
.quote-band {
  background: var(--red);
  padding: 4rem 2rem;
  text-align: center;
}
.quote-band blockquote {
  font-family: 'Source Serif 4', serif;
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-style: italic;
  font-weight: 300;
  color: var(--white);
  max-width: 820px;
  margin: 0 auto 1.2rem;
  line-height: 1.5;
}
.quote-attribution {
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

/* ── PRODUCTS ── */
.products-section {
  background: var(--black);
  padding: 5rem 2rem;
}
.products-header {
  max-width: 1100px;
  margin: 0 auto 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
.products-header .section-body { max-width: 420px; }

.products-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
}
.product-card {
  background: var(--near-black);
  padding: 2.8rem 2.2rem;
  position: relative;
  transition: background 0.2s;
}
.product-card:hover { background: var(--dark); }
.product-card-num {
  font-family: 'Oswald', sans-serif;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: var(--red);
  margin-bottom: 1.2rem;
}
.product-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--white);
  margin-bottom: 0.8rem;
}
.product-card p {
  font-size: 0.875rem;
  color: var(--grey);
  line-height: 1.75;
  font-family: 'Source Serif 4', serif;
  font-weight: 300;
}
.product-card-line {
  width: 30px;
  height: 2px;
  background: var(--red);
  margin-bottom: 1.5rem;
}

/* ── BREEDS ── */
.breeds-section {
  background: var(--dark);
  padding: 5rem 2rem;
}
.breeds-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.breeds-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}
.breed-tag {
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.5rem 1.1rem;
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--light-grey);
  cursor: default;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.breed-tag:hover {
  border-color: var(--red);
  color: var(--white);
  background: rgba(192,57,43,0.15);
}
.breeds-image {
  height: 420px;
  background: url('../img/hero-cattle.jpg') center/cover no-repeat;
  position: relative;
}
.breeds-image::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.06);
}

/* ── CONTACT ── */
.contact-section {
  background: var(--black);
  padding: 5rem 2rem;
}
.contact-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}
.contact-detail { margin-bottom: 2rem; }
.contact-detail-label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.35rem;
}
.contact-detail-value {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--white);
}
.contact-detail-value a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s;
}
.contact-detail-value a:hover { color: var(--red); }

.contact-cta-box {
  background: var(--near-black);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 3rem;
}
.contact-cta-image {
  display: block;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 2rem;
}
.contact-cta-box h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--white);
  margin-bottom: 1rem;
}
.contact-cta-box p {
  font-size: 0.9rem;
  color: var(--grey);
  font-family: 'Source Serif 4', serif;
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 2rem;
}

/* ── FOOTER ── */
footer {
  background: var(--near-black);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 2.5rem 2rem;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.footer-logo img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: invert(1);
  opacity: 0.6;
}
.footer-logo span {
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.footer-copy {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
}
.footer-copy a { color: var(--red); text-decoration: none; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .story-section { grid-template-columns: 1fr; }
  .story-content { padding: 3rem 2rem; }
  .breeds-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .products-header { flex-direction: column; align-items: flex-start; }
  .products-grid { grid-template-columns: 1fr; }
  nav { padding: 0 1.5rem; }
  .nav-links { gap: 1.2rem; }
  .hero-content { padding: 0 2rem 3rem; }
  .trust-bar { flex-wrap: wrap; }
  .trust-item { flex: 0 0 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
}
@media (max-width: 600px) {
  .nav-links { display: none; }
  .trust-item { flex: 0 0 100%; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
