.home-page section[id], .home-page footer[id] { scroll-margin-top: 100px; }
.home-hero { padding: 146px 0 66px; }
.home-hero-grid, .home-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.home-hero h1 { font-size: clamp(36px, 3.6vw, 52px); max-width: none; }
.home-lead { color: var(--muted); font-size: 18px; line-height: 1.65; }
.home-placeholder { width: 100%; min-height: 400px; background: #dedede; display: grid; place-items: center; color: #777; }
.home-placeholder span { font-size: 14px; letter-spacing: .08em; }
.home-hero .home-placeholder { min-height: 520px; align-self: stretch; }
.home-hero-image { padding: 0; overflow: hidden; }
.home-hero .home-hero-image { min-height: 0; aspect-ratio: 4 / 3; }
.home-hero .home-hero-image { width: calc(100% + max(0px, (100vw - 1200px) / 2)); max-width: none; margin-right: calc(-1 * max(0px, (100vw - 1200px) / 2)); }
.home-hero .home-hero-image { margin-top: -56px; margin-bottom: -66px; }
.home-hero-image img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: left center; display: block; }
.home-pillars { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 30px; }
.home-pillars > span { padding: 8px 22px; display: flex; align-items: center; justify-content: center; gap: 13px; text-align: left; font-weight: 700; color: var(--brand); }
.home-pillars span + span { border-left: 1px solid var(--line); }
.home-icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; color: var(--brand); background: var(--brand-pale); border-radius: 50%; font-style: normal; }
.home-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.home-split h2 { font-size: clamp(34px, 3.7vw, 52px); line-height: 1.08; letter-spacing: -.04em; margin-bottom: 24px; }
.home-service-0 .home-split h2 { font-size: clamp(30px, 3.1vw, 44px); }
.home-service .button { margin-top: 30px; }
.home-service-1 { background: var(--mist); }
.home-service-1 .home-service-copy, .home-service-3 .home-service-copy { order: 2; }
.home-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
.home-tiles > div { min-height: 108px; padding: 20px; display: flex; align-items: center; gap: 14px; color: var(--brand); border: 1px solid var(--line); background: var(--mist); font-weight: 700; }
.home-tiles .home-icon { width: 46px; height: 46px; flex-basis: 46px; background: white; }
.home-products { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 56px; }
.home-products .home-placeholder { min-height: 0; aspect-ratio: 1.15; }
.cowcare-image { padding: 0; overflow: hidden; }
.cowcare-image img { width: 100%; height: 100%; object-fit: contain; display: block; }
.home-products h3 { font-size: 18px; line-height: 1.3; margin: 18px 0 0; }
.home-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-top: 56px; }
.home-benefits > div { background: var(--mist); padding: 34px; }
.home-benefits h3 { font-size: 26px; letter-spacing: -.025em; }
.home-benefits .check-list { margin-top: 0; }
.home-callout { margin-top: 34px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.home-callout p { margin: 0; max-width: 650px; font-size: 24px; font-weight: 700; color: var(--brand); }
.home-callout .button { margin: 0; flex-shrink: 0; }
.home-service-3 { color: white; background: var(--brand); }
.home-service-3 .eyebrow, .home-service-3 .home-lead, .home-service-3 .check-list li { color: #e0ebe8; }
.home-service-3 .check-list li { border-color: #ffffff30; }
.home-service-3 .check-list li::before { color: white; }
.home-service-3 .button { background: white; color: var(--brand); }
.home-service-3 .home-tiles > div { background: #ffffff0c; border-color: #ffffff30; color: white; }
.home-service-3 .home-tiles .home-icon { color: white; background: #ffffff18; }
.home-course-image { padding: 0; overflow: hidden; }
.home-course-image img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; object-position: center; display: block; }
.home-uniform-image { padding: 0; overflow: hidden; }
.home-uniform-image img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; object-position: right center; display: block; }
.home-cowcare-image { padding: 0; overflow: hidden; }
.home-cowcare-image img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; object-position: center; display: block; }
.home-floor-image { padding: 0; overflow: hidden; position: relative; }
.home-floor-image img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; object-position: center; display: block; }
.floor-before-label { position: absolute; z-index: 2; top: 22px; left: 22px; padding: 12px 28px; border-radius: 16px; background: #2c2f31; color: #fff; font-size: clamp(18px, 2vw, 30px); font-weight: 800; letter-spacing: .04em; }
.floor-after-label { position: absolute; z-index: 2; top: 22px; left: 52%; padding: 12px 28px; border-radius: 16px; background: #27b83b; color: #fff; font-size: clamp(18px, 2vw, 30px); font-weight: 800; letter-spacing: .04em; }
.home-strength-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.home-strength-grid article { padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.home-strength-meta { margin-bottom: 26px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.home-strength-number { display: block; color: var(--brand); font-size: 14px; font-weight: 700; }
.home-strength-icon { width: 52px; height: 52px; flex: 0 0 52px; display: grid; place-items: center; color: var(--brand); background: var(--brand-pale); border-radius: 50%; font-style: normal; }
.home-strength-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.home-strength-grid h3 { font-size: 23px; line-height: 1.2; }
.home-strength-grid p { color: var(--muted); margin-bottom: 0; }
.keep-together { white-space: nowrap; }
.home-page .section-heading { max-width: 1100px; }
@media (max-width: 1050px) {
  .home-hero .home-hero-image { width: 100%; margin-right: 0; }
  .home-hero .home-hero-image { margin-top: 0; margin-bottom: 0; }
  .home-hero-grid, .home-split { gap: 32px; }
  .home-products { grid-template-columns: repeat(3, 1fr); }
  .home-tiles { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 780px) {
  .home-hero { padding: 112px 0 44px; }
  .home-hero-grid, .home-split, .home-benefits { grid-template-columns: 1fr; gap: 30px; }
  .home-hero-grid > .home-hero-image { order: -1; }
  .home-hero-grid > .home-hero-image { width: calc(100% + 48px); margin-left: -24px; margin-top: -22px; }
  .home-hero h1 { font-size: clamp(34px, 8.5vw, 46px); }
  .home-hero .home-placeholder, .home-placeholder { min-height: 260px; }
  .home-hero-image img { min-height: 260px; object-position: left center; }
  .home-hero .home-hero-image { min-height: 0; aspect-ratio: 4 / 3; }
  .home-hero-image img { min-height: 0; }
  .home-course-image img { min-height: 260px; }
  .home-uniform-image img { min-height: 260px; object-position: right bottom; }
  .home-cowcare-image img { min-height: 260px; }
  .home-floor-image img { min-height: 260px; }
  .floor-before-label { top: 14px; left: 14px; padding: 8px 18px; font-size: 16px; border-radius: 10px; }
  .floor-after-label { top: 14px; left: 54%; padding: 8px 18px; font-size: 16px; border-radius: 10px; }
  .home-service-1 .home-service-copy, .home-service-3 .home-service-copy { order: 0; }
  .home-pillars { grid-template-columns: repeat(2, 1fr); gap: 16px 0; }
  .home-pillars > span { padding: 8px 12px; justify-content: flex-start; font-size: 14px; }
  .home-pillars .home-icon { width: 36px; height: 36px; flex-basis: 36px; }
  .home-pillars span:nth-child(3) { border-left: 0; }
  .home-split h2 { font-size: 36px; }
  .home-service-0 .home-split h2 { font-size: 36px; }
  .home-products { grid-template-columns: repeat(2, 1fr); }
  .home-products h3 { font-size: 16px; }
  .home-tiles { gap: 12px; }
  .home-tiles > div { padding: 18px; }
  .home-benefits > div { padding: 24px; }
  .home-callout { flex-direction: column; align-items: flex-start; }
  .home-strength-grid { grid-template-columns: 1fr; }
  .home-page .section-heading h2 { font-size: 32px; line-height: 1.08; }
  .home-strength-grid article { padding: 22px; }
  .home-strength-meta { margin-bottom: 16px; }
  .home-strength-icon { width: 44px; height: 44px; flex-basis: 44px; }
  .home-strength-icon svg { width: 22px; height: 22px; }
  .home-strength-grid h3 { font-size: 20px; }
  .home-page .button { max-width: 100%; font-size: 15px; padding: 14px 18px; }
}
