:root {
  --ink: #162019;
  --forest: #173a2b;
  --forest-deep: #0b2117;
  --rust: #ad4b29;
  --rust-dark: #87361c;
  --gold: #e1ad4f;
  --paper: #f7f5ef;
  --cream: #eeebe2;
  --white: #fffefb;
  --muted: #687269;
  --line: #d7d5cc;
  --shadow: 0 16px 38px rgba(17, 30, 22, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
body, button, input, select, textarea { font-size: 16px; letter-spacing: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { margin-bottom: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
h1 { max-width: 820px; font-size: 5rem; line-height: 0.98; }
h2 { font-size: 3.65rem; line-height: 1.02; }
h3 { font-size: 2rem; line-height: 1.08; }

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(170px, 1fr);
  gap: 32px;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 16px max(4.5vw, calc((100vw - 1580px) / 2));
  color: var(--white);
  background: #182c21;
}
.wordmark { display: inline-flex; width: fit-content; flex-direction: column; }
.wordmark strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.32rem; line-height: 1.05; }
.wordmark span { margin-top: 5px; color: rgba(255, 255, 255, 0.68); font-size: 0.76rem; font-weight: 800; text-transform: uppercase; }
.main-nav { display: flex; gap: 34px; justify-content: center; font-size: 0.94rem; font-weight: 800; }
.main-nav a { color: rgba(255, 255, 255, 0.72); transition: color 160ms ease; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--white); }
.header-button {
  justify-self: end;
  display: inline-grid;
  min-width: 132px;
  min-height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 3px;
  font-weight: 900;
  transition: color 160ms ease, background 160ms ease;
}
.header-button:hover { color: var(--forest-deep); background: var(--white); }

.sale-hero, .angus-hero {
  position: relative;
  display: flex;
  min-height: 590px;
  height: min(72svh, 740px);
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--forest-deep);
}
.sale-hero > img, .angus-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 20, 13, 0.91) 0%, rgba(7, 20, 13, 0.7) 38%, rgba(7, 20, 13, 0.15) 74%), linear-gradient(0deg, rgba(6, 17, 11, 0.44), transparent 55%);
}
.hero-content { position: relative; z-index: 2; width: min(860px, 62vw); padding: 62px max(4.5vw, calc((100vw - 1580px) / 2)); }
.hero-content h1 { color: var(--white); }
.eyebrow { margin: 0 0 14px; color: var(--rust); font-size: 0.76rem; font-weight: 950; text-transform: uppercase; }
.eyebrow.light { color: var(--gold); }
.hero-lede { max-width: 650px; margin: 24px 0 0; color: rgba(255, 255, 255, 0.83); font-size: 1.16rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 3px; padding: 0 24px; cursor: pointer; font-weight: 900; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--rust); }
.button-primary:hover { background: var(--rust-dark); }
.button-outline { color: var(--white); border-color: rgba(255, 255, 255, 0.52); background: rgba(15, 31, 21, 0.25); }
.button-dark { color: var(--white); background: var(--forest-deep); }
.hero-feature { position: absolute; right: max(4.5vw, calc((100vw - 1580px) / 2)); bottom: 28px; z-index: 3; display: grid; min-width: 280px; border-left: 4px solid var(--gold); padding: 18px 22px; background: rgba(16, 36, 27, 0.9); backdrop-filter: blur(10px); }
.hero-feature span { color: var(--gold); font-size: 0.72rem; font-weight: 950; text-transform: uppercase; }
.hero-feature strong { margin-top: 7px; font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; }
.hero-feature b { margin-top: 7px; font-size: 1rem; }

.trust-bar { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(240px, 1.15fr); border-bottom: 1px solid var(--line); background: var(--cream); }
.trust-bar > * { min-height: 96px; border-right: 1px solid var(--line); padding: 21px 3vw; }
.trust-bar div { display: grid; align-content: center; }
.trust-bar strong { color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; }
.trust-bar div span { margin-top: 5px; color: var(--muted); font-size: 0.76rem; font-weight: 800; text-transform: uppercase; }
.trust-bar a { display: flex; align-items: center; justify-content: space-between; color: var(--white); background: var(--rust); font-weight: 900; }
.trust-bar a span { font-size: 1.35rem; }
.angus-bar a { background: var(--forest); }

.intro-band, .angus-intro { display: grid; grid-template-columns: minmax(0, 760px) minmax(320px, 580px); justify-content: center; gap: 8vw; align-items: end; padding: 92px 4.5vw; background: var(--paper); }
.intro-band > p, .angus-proof > p { margin: 0; color: var(--muted); font-size: 1.06rem; line-height: 1.78; }

.featured-listing { display: grid; grid-template-columns: minmax(0, 760px) minmax(380px, 560px); justify-content: center; gap: 5.5vw; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 88px 4.5vw; background: var(--cream); }
.main-photo { position: relative; overflow: hidden; background: #d4d1c8; }
.main-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.main-photo video { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #07100b; }
.main-photo video[hidden], .main-photo img[hidden] { display: none; }
.photo-label { position: absolute; left: 14px; bottom: 14px; padding: 8px 11px; color: var(--white); background: rgba(16, 36, 27, 0.88); font-size: 0.74rem; font-weight: 900; }
.thumbnail-row { display: grid; grid-template-columns: repeat(auto-fit, 92px); gap: 9px; margin-top: 10px; }
.thumbnail { position: relative; width: 92px; height: 70px; overflow: hidden; border: 2px solid transparent; border-radius: 0; padding: 0; background: #d7d4cb; cursor: pointer; opacity: 0.62; }
.thumbnail::after { position: absolute; inset: 0; background: rgba(255, 255, 255, 0.45); content: ""; opacity: 0; transition: opacity 120ms ease; }
.thumbnail.loading::after { opacity: 1; }
.thumbnail.active { border-color: var(--rust); opacity: 1; }
.thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.video-thumbnail > span { position: absolute; top: 50%; left: 50%; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--white); background: rgba(7, 16, 11, 0.86); transform: translate(-50%, -50%); }
.listing-status { margin: 0; color: var(--rust); font-size: 0.74rem; font-weight: 950; text-transform: uppercase; }
.featured-copy h2 { margin-top: 12px; }
.featured-copy h2 span { display: block; }
.listing-kind { margin: 15px 0 0; color: var(--muted); font-weight: 800; }
.listing-price { margin: 22px 0 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 700; }
.listing-description { max-width: 560px; margin: 20px 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.listing-facts { margin: 28px 0; border-top: 1px solid var(--line); }
.listing-facts div { display: grid; grid-template-columns: 110px 1fr; gap: 18px; border-bottom: 1px solid var(--line); padding: 13px 0; }
.listing-facts dt { color: var(--muted); font-size: 0.78rem; font-weight: 900; text-transform: uppercase; }
.listing-facts dd { margin: 0; font-weight: 800; }

.cattle-section, .angus-listings, .herd-preview-section { padding: 104px 4.5vw; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, 760px) minmax(320px, 580px); gap: 8vw; align-items: end; max-width: 1480px; margin: 0 auto 42px; }
.section-heading > p, .heading-action p { margin: 0; color: var(--muted); line-height: 1.72; }
.heading-action .text-link { margin-top: 17px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--rust); font-weight: 900; }
.listing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; max-width: 1480px; margin: 0 auto; }
.sale-card, .angus-card { overflow: hidden; border: 1px solid var(--line); border-radius: 2px; background: var(--white); box-shadow: var(--shadow); }
.no-photo { display: grid; aspect-ratio: 4 / 3; place-items: center; padding: 28px; color: var(--white); background: var(--forest-deep); text-align: center; }
.no-photo > div { display: grid; }
.no-photo span { color: var(--gold); font-size: 0.74rem; font-weight: 950; text-transform: uppercase; }
.no-photo strong { margin-top: 14px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
.no-photo small { margin-top: 8px; color: rgba(255, 255, 255, 0.7); font-size: 0.9rem; }
.sale-card-copy { padding: 25px; }
.name-price { display: flex; gap: 20px; align-items: baseline; justify-content: space-between; margin-top: 10px; }
.name-price strong { flex: 0 0 auto; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.sale-card-copy > p:not(.listing-status) { margin: 12px 0 0; color: var(--muted); }
.card-actions { display: flex; gap: 20px; align-items: center; justify-content: space-between; margin-top: 24px; border-top: 1px solid var(--line); padding-top: 18px; }
.card-actions button, .angus-card-copy button { border: 0; padding: 0; color: var(--rust); background: transparent; cursor: pointer; font-weight: 950; }
.card-actions button::after, .angus-card-copy button::after { content: " \2192"; }
.card-actions span { color: var(--muted); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; }

.herd-preview-section { border-top: 1px solid var(--line); background: var(--cream); }
.herd-preview { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 270px 270px; gap: 14px; max-width: 1480px; margin: 0 auto; }
.preview-photo { position: relative; overflow: hidden; background: var(--forest); }
.preview-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.preview-photo:hover img { transform: scale(1.025); }
.preview-photo::after { position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(8, 22, 14, 0.78)); content: ""; }
.preview-photo span { position: absolute; z-index: 1; left: 18px; bottom: 16px; color: var(--white); font-size: 0.84rem; font-weight: 900; }
.preview-photo-1 { grid-column: span 7; grid-row: span 2; }
.preview-photo-2 { grid-column: span 5; }
.preview-photo-3, .preview-photo-4 { grid-column: span 2; }
.preview-photo-4 { grid-column: span 3; }

.program-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(500px, 0.9fr); min-height: 660px; color: var(--white); background: var(--forest-deep); }
.program-photo img { width: 100%; height: 100%; min-height: 660px; object-fit: cover; }
.program-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px 7vw; }
.program-copy h2 { color: var(--white); }
.program-copy > p:not(.eyebrow) { margin: 22px 0 0; color: rgba(255, 255, 255, 0.7); line-height: 1.74; }
.program-facts { margin: 28px 0; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.program-facts div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding: 14px 0; }
.program-facts dt { color: var(--gold); font-size: 0.75rem; font-weight: 900; text-transform: uppercase; }
.program-facts dd { margin: 0; color: rgba(255, 255, 255, 0.86); font-weight: 800; line-height: 1.45; }
.program-copy .button { width: fit-content; }

.buying-section { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr); gap: 8vw; padding: 104px 4.5vw; background: var(--cream); }
.buying-section ol { display: grid; margin: 0; padding: 0; list-style: none; }
.buying-section li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; border-top: 1px solid var(--line); padding: 24px 0; }
.buying-section li:last-child { border-bottom: 1px solid var(--line); }
.buying-section li > span { color: var(--rust); font-weight: 950; }
.buying-section strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.buying-section li p { margin: 7px 0 0; color: var(--muted); line-height: 1.6; }

.inquiry-section { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1.15fr); gap: 8vw; padding: 104px 4.5vw; color: var(--white); background: var(--forest); }
.inquiry-intro h2 { color: var(--white); }
.inquiry-intro > p:not(.eyebrow) { max-width: 590px; margin: 22px 0 0; color: rgba(255, 255, 255, 0.72); line-height: 1.74; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 30px; }
.contact-actions a { border-bottom: 1px solid rgba(255, 255, 255, 0.42); padding-bottom: 5px; color: var(--white); font-weight: 850; }
.inquiry-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.inquiry-form label { display: grid; gap: 8px; color: rgba(255, 255, 255, 0.86); font-size: 0.79rem; font-weight: 900; text-transform: uppercase; }
.inquiry-form .full { grid-column: 1 / -1; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 54px; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 0; padding: 13px 14px; color: var(--white); background: rgba(255, 255, 255, 0.07); outline: none; text-transform: none; }
.inquiry-form option { color: var(--ink); background: var(--white); }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--gold); }
.inquiry-form textarea { resize: vertical; }
.inquiry-form ::placeholder { color: rgba(255, 255, 255, 0.48); }
.form-note { margin: 0; color: #f5dba9; font-size: 0.84rem; line-height: 1.5; text-transform: none; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; padding: 38px 4.5vw; color: rgba(255, 255, 255, 0.64); background: #09160f; }
.site-footer p { margin: 0; font-size: 0.84rem; text-align: center; }
.site-footer nav { display: flex; gap: 22px; justify-content: flex-end; font-size: 0.85rem; font-weight: 800; }

.angus-hero { min-height: 560px; height: min(66svh, 650px); }
.angus-intro { align-items: start; background: var(--cream); }
.angus-proof dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 30px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.angus-proof dl div { padding: 17px 12px 17px 0; }
.angus-proof dt { color: var(--muted); font-size: 0.72rem; font-weight: 950; text-transform: uppercase; }
.angus-proof dd { margin: 7px 0 0; font-weight: 900; }
.angus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 1480px; margin: 0 auto; }
.angus-card-copy { padding: 25px; }
.angus-card-copy h3 { margin-top: 10px; }
.angus-card-copy > p:not(.listing-status):not(.birth-date) { margin: 14px 0 0; color: var(--muted); line-height: 1.58; }
.birth-date { margin: 9px 0 0; color: var(--forest); font-weight: 900; }
.angus-card-copy > strong { display: block; margin-top: 22px; color: var(--forest); }
.angus-card-copy button { margin-top: 22px; }

.herd-intro { display: grid; grid-template-columns: minmax(430px, 0.9fr) minmax(560px, 1.1fr); min-height: 420px; background: var(--cream); }
.herd-intro-copy { display: flex; flex-direction: column; justify-content: center; max-width: 760px; padding: 64px 5vw; }
.herd-intro h1 { font-size: 4rem; }
.herd-intro p:not(.eyebrow) { max-width: 660px; margin: 24px 0 0; color: var(--muted); font-size: 1.06rem; line-height: 1.72; }
.herd-intro > img { width: 100%; height: 420px; object-fit: cover; }
.gallery-section { padding: 96px 4.5vw 110px; background: var(--paper); }
.gallery-heading { display: flex; gap: 48px; align-items: end; justify-content: space-between; max-width: 1480px; margin: 0 auto; }
.gallery-heading > p { margin: 0 0 7px; color: var(--muted); }
.herd-filters { display: flex; flex-wrap: wrap; gap: 9px; max-width: 1480px; margin: 34px auto; }
.herd-filters button { min-height: 42px; border: 1px solid var(--line); border-radius: 3px; padding: 0 17px; color: var(--muted); background: var(--white); cursor: pointer; font-weight: 850; }
.herd-filters button.active { border-color: var(--forest); color: var(--white); background: var(--forest); }
.herd-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; gap: 18px; max-width: 1480px; margin: 0 auto; }
.herd-tile { grid-column: span 4; margin: 0; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.herd-tile-wide { grid-column: span 8; }
.herd-tile button { position: relative; display: block; width: 100%; overflow: hidden; border: 0; padding: 0; background: var(--cream); cursor: zoom-in; }
.herd-tile-landscape button { aspect-ratio: 4 / 3; }
.herd-tile-wide button { aspect-ratio: 16 / 9; }
.herd-tile-portrait button { aspect-ratio: 3 / 4; }
.herd-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.herd-tile button:hover img { transform: scale(1.02); }
.expand-icon { position: absolute; right: 12px; bottom: 12px; display: grid; width: 36px; height: 36px; place-items: center; color: var(--white); background: rgba(11, 33, 23, 0.84); font-size: 1.4rem; }
.herd-tile figcaption { display: flex; gap: 16px; align-items: baseline; justify-content: space-between; padding-top: 11px; }
.herd-tile figcaption span { font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-weight: 700; }
.herd-tile figcaption small { flex: 0 0 auto; color: var(--muted); font-size: 0.7rem; font-weight: 850; text-transform: uppercase; }
.gallery-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }
.gallery-proof div { display: grid; gap: 8px; min-height: 130px; align-content: center; border-right: 1px solid var(--line); padding: 28px 4.5vw; }
.gallery-proof span { color: var(--rust); font-size: 0.74rem; font-weight: 900; text-transform: uppercase; }
.gallery-proof strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; }
.gallery-contact { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.8fr); gap: 9vw; align-items: center; padding: 88px 7vw; color: var(--white); background: var(--forest-deep); }
.gallery-contact h2 { color: var(--white); }
.gallery-contact p:not(.eyebrow) { max-width: 680px; margin: 20px 0 0; color: rgba(255, 255, 255, 0.7); line-height: 1.7; }
.gallery-contact-actions { display: grid; gap: 14px; }
.gallery-contact-actions .button { width: 100%; margin-bottom: 7px; }
.gallery-contact-actions > a:not(.button) { border-bottom: 1px solid rgba(255, 255, 255, 0.25); padding: 0 0 11px; font-weight: 850; }

.herd-lightbox { width: min(1120px, calc(100vw - 40px)); height: min(860px, calc(100svh - 40px)); border: 0; padding: 0; color: var(--white); background: #07100b; }
.herd-lightbox::backdrop { background: rgba(3, 8, 5, 0.92); }
.herd-lightbox figure { display: grid; width: 100%; height: 100%; grid-template-rows: minmax(0, 1fr) auto; place-items: center; margin: 0; padding: 26px 84px 22px; }
.lightbox-image { width: 100%; height: 100%; object-fit: contain; }
.lightbox-caption { width: 100%; padding-top: 15px; color: rgba(255, 255, 255, 0.75); font-size: 0.86rem; text-align: center; }
.lightbox-control { position: absolute; z-index: 2; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.34); border-radius: 0; padding: 0; color: var(--white); background: rgba(12, 29, 19, 0.84); cursor: pointer; font-size: 1.35rem; }
.lightbox-close { top: 18px; right: 18px; font-size: 1.8rem; }
.lightbox-previous, .lightbox-next { top: 50%; transform: translateY(-50%); }
.lightbox-previous { left: 18px; }
.lightbox-next { right: 18px; }

@media (max-width: 1100px) {
  h1 { font-size: 4.35rem; }
  h2 { font-size: 3.15rem; }
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; }
  .header-button { grid-column: 2; grid-row: 1; }
  .hero-content { width: min(800px, 76vw); }
  .hero-feature { display: none; }
  .intro-band, .angus-intro, .featured-listing, .section-heading, .program-section, .buying-section, .inquiry-section, .gallery-contact, .herd-intro { grid-template-columns: 1fr; }
  .trust-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-bar > * { border-bottom: 1px solid var(--line); }
  .program-photo img { min-height: 520px; max-height: 620px; }
  .program-copy { padding: 68px 7vw; }
  .buying-section, .inquiry-section { gap: 48px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { display: none; }
  .herd-intro { min-height: 0; }
  .herd-intro > img { height: 360px; }
  .herd-tile, .herd-tile-wide { grid-column: span 6; }
  .gallery-contact { gap: 46px; }
  .thumbnail-row { grid-template-columns: repeat(auto-fit, 78px); }
  .thumbnail { width: 78px; height: 60px; }
}

@media (max-width: 720px) {
  h1 { font-size: 3.2rem; line-height: 1; }
  h2 { font-size: 2.55rem; }
  h3 { font-size: 1.7rem; }
  .site-header { min-height: 78px; gap: 13px; padding: 13px 18px; }
  .wordmark strong { font-size: 1.02rem; }
  .wordmark span { font-size: 0.61rem; }
  .main-nav { gap: 22px; overflow-x: auto; padding: 3px 0; white-space: nowrap; }
  .header-button { min-width: 94px; min-height: 46px; }
  .sale-hero, .angus-hero { min-height: 580px; height: 68svh; }
  .sale-hero > img { object-position: 62% center; }
  .angus-hero > img { object-position: 55% center; }
  .hero-content { width: 100%; align-self: flex-end; padding: 56px 18px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7, 20, 13, 0.8), rgba(7, 20, 13, 0.28)), linear-gradient(0deg, rgba(5, 15, 9, 0.9), transparent 68%); }
  .hero-lede { font-size: 1rem; line-height: 1.58; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-bar { grid-template-columns: 1fr 1fr; }
  .trust-bar > * { min-height: 84px; padding: 16px 18px; }
  .trust-bar a { grid-column: 1 / -1; }
  .intro-band, .angus-intro, .featured-listing, .cattle-section, .angus-listings, .herd-preview-section, .buying-section, .inquiry-section, .gallery-section, .gallery-contact { padding: 68px 18px; }
  .intro-band, .angus-intro { gap: 28px; }
  .featured-listing { gap: 38px; }
  .thumbnail-row { grid-template-columns: repeat(auto-fit, 62px); }
  .thumbnail { width: 62px; height: 50px; }
  .listing-grid, .angus-grid, .inquiry-form { grid-template-columns: 1fr; }
  .inquiry-form .full { grid-column: auto; }
  .section-heading { gap: 22px; margin-bottom: 30px; }
  .name-price, .card-actions { align-items: flex-start; flex-direction: column; gap: 9px; }
  .herd-preview { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 270px 180px 180px; }
  .preview-photo-1 { grid-column: 1 / -1; grid-row: auto; }
  .preview-photo-2, .preview-photo-3, .preview-photo-4 { grid-column: auto; grid-row: auto; }
  .preview-photo-4 { grid-column: 1 / -1; }
  .program-section { min-height: auto; }
  .program-photo img { min-height: 390px; max-height: 460px; }
  .program-copy { padding: 60px 18px; }
  .program-facts div { grid-template-columns: 90px 1fr; }
  .angus-proof dl { grid-template-columns: 1fr; }
  .angus-proof dl div { border-bottom: 1px solid var(--line); }
  .herd-intro-copy { padding: 58px 18px; }
  .herd-intro h1 { font-size: 3.15rem; }
  .herd-intro > img { height: 300px; }
  .gallery-heading { display: grid; gap: 18px; }
  .herd-filters { flex-wrap: nowrap; overflow-x: auto; margin: 28px 0; padding-bottom: 4px; }
  .herd-filters button { flex: 0 0 auto; }
  .herd-gallery { grid-template-columns: 1fr; gap: 30px; }
  .herd-tile, .herd-tile-wide { grid-column: 1; }
  .herd-tile button { aspect-ratio: auto; }
  .herd-tile img { width: 100%; height: auto; max-height: 72svh; object-fit: contain; background: var(--cream); }
  .gallery-proof { grid-template-columns: 1fr; }
  .gallery-proof div { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--line); padding: 24px 18px; }
  .herd-lightbox { width: 100vw; height: 100svh; max-width: none; max-height: none; }
  .herd-lightbox figure { padding: 70px 14px 28px; }
  .lightbox-previous, .lightbox-next { top: auto; bottom: 22px; transform: none; }
  .lightbox-previous { left: 18px; }
  .lightbox-next { right: 18px; }
  .lightbox-caption { padding: 14px 55px 0; }
  .site-footer { grid-template-columns: 1fr; padding: 34px 18px; }
  .site-footer nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
