:root {
  --ink: #1c1510;
  --brown: #4a230e;
  --copper: #a94e24;
  --rust: #7a351b;
  --cream: #f4eee2;
  --paper: #fbf8f2;
  --line: rgba(74,35,14,.18);
  --white: #fff;
  --display: "Rye", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; font-size: .78rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #e7b68c; }
.eyebrow.dark { color: var(--copper); }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: var(--display); font-weight: 400; line-height: 1.08; }
h2 { margin-bottom: 20px; font-size: clamp(2.2rem, 5vw, 4.8rem); letter-spacing: -.02em; }
.site-header { height: 92px; padding: 0 clamp(22px, 4vw, 64px); display: flex; align-items: center; gap: 28px; position: absolute; inset: 0 0 auto; z-index: 10; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.2); }
.brand { width: 78px; height: 78px; padding: 6px; border-radius: 50%; background: rgba(255,255,255,.93); flex: 0 0 auto; }
.brand img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
nav { margin-left: auto; display: flex; gap: 30px; align-items: center; }
nav a { text-decoration: none; font-size: .9rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
nav a:hover, nav a:focus-visible { color: #f2b27f; }
.cart-button { border: 1px solid rgba(255,255,255,.55); color: var(--white); background: rgba(0,0,0,.18); padding: 10px 16px; border-radius: 999px; text-decoration: none; font-weight: 700; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: white; }
.hero { min-height: 790px; height: 92vh; position: relative; display: flex; align-items: center; overflow: hidden; background: #201913; color: var(--white); }
.hero-image,.hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(13,11,10,.82) 0%, rgba(13,11,10,.58) 35%, rgba(13,11,10,.1) 72%), linear-gradient(0deg, rgba(15,11,8,.58), transparent 55%); }
.hero-content { width: min(1180px, calc(100% - 48px)); margin: 70px auto 0; position: relative; z-index: 1; }
.hero-content h1 { max-width: 790px; margin-bottom: 24px; font-size: clamp(3rem, 7vw, 7.1rem); text-shadow: 0 3px 30px rgba(0,0,0,.4); }
.hero-content > p:not(.eyebrow) { max-width: 620px; font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: #eee7dd; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border-radius: 3px; text-decoration: none; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--copper); color: var(--white); }
.button-primary:hover { background: #c15b2c; }
.button-ghost { border: 1px solid rgba(255,255,255,.55); color: var(--white); background: rgba(20,15,12,.16); }
.button-dark { background: var(--ink); color: var(--white); }
.hero-mark { position: absolute; right: -2vw; bottom: -6vw; color: rgba(255,255,255,.07); font-family: var(--display); font-size: clamp(12rem, 28vw, 28rem); line-height: .8; user-select: none; }
.intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; padding-block: 110px; }
.intro p:last-child { max-width: 700px; font-size: 1.15rem; color: #51483f; }
.cattle-section { padding: 105px 0 120px; background: var(--cream); border-block: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 46px; }
.section-heading h2 { margin-bottom: 0; }
.text-link { padding-bottom: 6px; text-decoration: none; border-bottom: 1px solid var(--brown); font-weight: 700; white-space: nowrap; }
.text-link span { margin-left: 6px; }
.cattle-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.cattle-card { min-height: 420px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); border: 1px solid var(--line); }
.cattle-card.photo-card { padding: 0 0 28px; overflow: hidden; }
.photo-card .card-number { padding: 20px 28px 10px; }
.cattle-photo { width: 100%; aspect-ratio: 4/3; margin-bottom: 24px; object-fit: cover; object-position: center 45%; }
.photo-card > div:not(.card-number),.photo-card > a { margin-inline: 28px; }
.photo-card > .cattle-photo-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; margin: 0 0 24px; }
.cattle-photo-pair img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.cattle-photo-pair img:first-child { object-position: center; }
.cattle-photo-pair img:last-child { object-position: center 42%; }
.cattle-card.feature-card { background: var(--brown); color: var(--white); border-color: var(--brown); }
.card-number { font-family: var(--display); font-size: 2.3rem; opacity: .35; }
.status { margin-bottom: 10px; color: var(--copper); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 700; }
.feature-card .status { color: #e7b68c; }
.cattle-card h3 { margin-bottom: 12px; font-size: 1.65rem; }
.cattle-card p:not(.status) { color: #62574e; }
.feature-card p:not(.status) { color: #e1d6cc; }
.cattle-card > a { width: fit-content; text-decoration: none; font-weight: 700; border-bottom: 1px solid currentColor; }
.availability-note { margin: 24px 0 0; color: #72665d; font-size: .9rem; }
.breeding-section { padding: 120px 0; color: var(--white); background: #1d1814; }
.breeding-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.breeding-copy > p:not(.eyebrow) { max-width: 580px; color: #d3c8bf; font-size: 1.08rem; }
.breeding-copy .button { margin-top: 15px; }
.breeding-values { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.15); }
.breeding-values li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.breeding-values li > span { color: #d88a55; font-family: var(--display); }
.breeding-values strong { display: block; margin-bottom: 4px; font-size: 1.08rem; }
.breeding-values p { margin: 0; color: #aaa099; font-size: .94rem; }
.shop-section { padding: 120px 0; }
.shop-heading { display: grid; grid-template-columns: 1fr minmax(320px,.75fr); gap: 8vw; align-items: end; margin-bottom: 42px; }
.shop-heading h2 { margin-bottom: 0; }
.shop-lead { margin-bottom: 8px; color: #64584e; font-size: 1.05rem; }
.products { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.product { min-width: 0; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); }
.product-image { aspect-ratio: 1/1; overflow: hidden; background: #f5f4f2; }
.product-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease; }
.product:hover .product-image img { transform: scale(1.025); }
.product-copy { padding: 22px 22px 14px; }
.product-type { margin-bottom: 2px; color: #8a7768; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.product h3 { margin: 0; font-size: 1.25rem; }
.product-bottom { margin-top: auto; padding: 0 22px 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.product-bottom span { color: var(--brown); font-family: var(--display); font-size: 1.65rem; }
.product-bottom a { min-width: 112px; padding: 10px 14px; color: white; background: var(--brown); border-radius: 2px; font-weight: 700; text-align: center; text-decoration: none; }
.product-bottom a:hover { background: var(--copper); }
.shop-cta { margin-top: 30px; padding: 28px 30px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: var(--white); background: var(--brown); border-left: 7px solid var(--copper); }
.shop-cta div { display: grid; gap: 4px; }
.shop-cta strong { font-family: var(--display); font-size: clamp(1.45rem, 3vw, 2.15rem); font-weight: 400; }
.shop-cta span { color: #eaded3; }
.shop-cta .button { flex: 0 0 auto; gap: 8px; }
.shop-cta .button span { color: inherit; }
.fine-print { margin-top: 18px; color: #8b7e75; font-size: .86rem; }
.fine-print a { font-weight: 700; text-underline-offset: 3px; }
.contact-section { padding: 105px 0; background: #d8c8b3; }
.contact-layout { display: grid; grid-template-columns: minmax(200px, 350px) 1fr; align-items: center; gap: 8vw; }
.contact-layout > img { border-radius: 50%; mix-blend-mode: multiply; }
.contact-layout p:not(.eyebrow) { max-width: 650px; font-size: 1.08rem; }
.contact-actions { display: flex; gap: 20px; align-items: center; margin-top: 28px; }
.facebook-link { font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--brown); }
footer { padding: 42px 0; background: var(--brown); color: var(--cream); }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 50px; align-items: center; }
.footer-inner strong,.footer-inner span { display: block; }
.footer-inner span { color: #cdbba9; font-size: .85rem; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { text-decoration: none; }
.footer-inner > p { margin: 0; color: #cdbba9; font-size: .84rem; }
.policy-page .site-header { position: relative; background: var(--ink); }
.policy-page main { min-height: 65vh; }
.policy-wrap { width: min(820px, calc(100% - 48px)); margin-inline: auto; padding: 90px 0 110px; }
.policy-wrap h1 { margin-bottom: 20px; color: var(--brown); font-size: clamp(2.7rem, 7vw, 5.6rem); }
.policy-intro { margin-bottom: 42px; padding: 22px 24px; border-left: 5px solid var(--copper); background: var(--cream); font-size: 1.1rem; }
.policy-wrap h2 { margin: 42px 0 12px; font-family: var(--sans); font-size: 1.35rem; font-weight: 700; letter-spacing: 0; }
.policy-wrap p,.policy-wrap li { color: #51483f; }
.policy-wrap ul,.policy-wrap ol { padding-left: 24px; }
.policy-wrap li { margin-bottom: 10px; }
.policy-date { margin-bottom: 12px; color: #8a7768; font-size: .9rem; }
.policy-contact { margin-top: 46px; padding-top: 30px; border-top: 1px solid var(--line); }
.policy-back { display: inline-block; margin-top: 34px; font-weight: 700; text-underline-offset: 4px; }
@media (max-width: 850px) {
  .site-header { height: 78px; padding-inline: 20px; gap: 12px; }
  .brand { width: 66px; height: 66px; }
  .nav-toggle { display: block; margin-left: auto; }
  nav { display: none; position: absolute; top: 78px; inset-inline: 0; padding: 24px; flex-direction: column; align-items: flex-start; background: var(--ink); }
  nav.open { display: flex; }
  .cart-button { padding: 8px 12px; }
  .hero { min-height: 700px; height: 90vh; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(13,11,10,.82), rgba(13,11,10,.25)), linear-gradient(0deg, rgba(13,11,10,.65), transparent); }
  .intro,.breeding-layout,.contact-layout { grid-template-columns: 1fr; }
  .intro { gap: 12px; padding-block: 80px; }
  .cattle-grid { grid-template-columns: 1fr; }
  .cattle-card { min-height: 330px; }
  .shop-heading { grid-template-columns: 1fr; gap: 10px; }
  .products { grid-template-columns: 1fr; }
  .shop-cta { align-items: flex-start; flex-direction: column; }
  .contact-layout > img { width: 240px; margin-inline: auto; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 560px) {
  .wrap,.hero-content { width: min(100% - 32px, 1180px); }
  .hero-content h1 { font-size: clamp(2.7rem, 14vw, 4.5rem); }
  .hero-actions .button { width: 100%; }
  .section-heading { display: block; }
  .section-heading .text-link { display: inline-block; margin-top: 20px; }
  .cattle-section,.breeding-section,.shop-section,.contact-section { padding-block: 80px; }
  .product-bottom { align-items: center; }
  .contact-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
