/* Scrap Mart internal landing-page system, aligned to the approved homepage. */

:root {
  --scrap-red: #c70f21;
  --scrap-red-dark: #8e0a18;
  --scrap-ink: #151517;
  --scrap-steel: #2b2b2f;
  --scrap-muted: #66666d;
  --scrap-line: #d9d9dc;
  --scrap-paper: #eee8e3;
  --scrap-blush: #f5dfe2;
  --scrap-white: #fff;
}

html { scroll-padding-top: 112px; }
body.internal-page { background: #e9e3de; }
body.menu-open { overflow: hidden; }

.preview-gate {
  position: relative;
  z-index: 70;
  min-height: 30px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  color: white;
  background: #09090a;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-align: center;
  text-transform: uppercase;
}
.preview-gate span { color: #ff98a3; }
.preview-gate .gate-detail { color: white; }
.internal-page .site-header { top: 30px; }
.internal-page .site-header.scrolled { box-shadow: 0 12px 28px rgba(0,0,0,.13); }
.internal-page .site-nav > a[aria-current="page"],
.internal-page .site-nav > details > summary[aria-current="page"] { color: var(--scrap-red); }

.page-progress {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--scrap-red);
  box-shadow: 0 0 14px rgba(199,15,33,.65);
}

.landing-container,
.hero-grid {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.page-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 132px 0 62px;
  color: white;
  background: var(--scrap-ink);
  isolation: isolate;
}
.page-hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
  animation: hero-settle 1s ease-out both;
}
.page-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,8,9,.94) 0%, rgba(8,8,9,.8) 48%, rgba(8,8,9,.52) 100%),
    linear-gradient(0deg, rgba(8,8,9,.58), transparent 55%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
  gap: 58px;
  align-items: center;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
  color: rgba(255,255,255,.7);
  font-size: .76rem;
  font-weight: 600;
}
.breadcrumb a { color: white; }
.breadcrumb span[aria-hidden="true"] { color: #ff4557; }
.hero-kicker,
.landing-eyebrow {
  width: fit-content;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 16px;
  padding: 7px 11px;
  color: white;
  background: var(--scrap-red);
  font-family: var(--display);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-kicker::before,
.landing-eyebrow::before { content: ""; width: 16px; height: 2px; background: currentColor; }
.page-hero h1 {
  max-width: 760px;
  margin: 0;
  color: white;
  font-size: clamp(3.4rem, 6vw, 6.2rem);
  line-height: .9;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.page-hero h1 .accent { display: inline; color: #ff3045; }
.hero-lead {
  max-width: 720px;
  margin: 20px 0 0;
  color: #efeff1;
  font-size: 1.06rem;
  line-height: 1.65;
  text-align: left;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 25px; }
.hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  margin: 24px 0 0;
  padding: 0;
  color: #e5e5e8;
  list-style: none;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.hero-trust-list li::before { content: "✓"; margin-right: 7px; color: #ff5363; }

.landing-enquiry,
.hero-proof-card {
  padding: 27px;
  color: var(--scrap-ink);
  border-top: 6px solid var(--scrap-red);
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
}
.form-heading { margin-bottom: 17px; }
.form-heading span,
.hero-proof-card > span {
  color: var(--scrap-red);
  font-family: var(--display);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.form-heading h2,
.hero-proof-card h2 { margin: 4px 0 5px; color: var(--scrap-ink); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.form-heading p,
.hero-proof-card p { margin: 0; color: var(--scrap-muted); font-size: .84rem; text-align: left; }
.landing-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.landing-form-grid label,
.enquiry-form label {
  display: grid;
  gap: 5px;
  color: var(--scrap-ink);
  font-family: var(--display);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.landing-form-grid label.full { grid-column: 1 / -1; }
.landing-form-grid input,
.landing-form-grid select,
.landing-form-grid textarea,
.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 11px;
  color: var(--scrap-ink);
  border: 1px solid #ceced2;
  border-radius: 0;
  background: white;
  font: 400 .88rem/1.4 var(--body);
  text-transform: none;
}
.landing-form-grid textarea { min-height: 76px; resize: vertical; }
.landing-form-grid input:focus,
.landing-form-grid select:focus,
.landing-form-grid textarea:focus,
.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus { border-color: var(--scrap-red); outline: 3px solid rgba(199,15,33,.12); }
.landing-enquiry .button { width: 100%; margin-top: 13px; }
.form-feedback { min-height: 18px; margin: 9px 0 0; color: var(--scrap-muted); font-size: .71rem; text-align: left; }
.form-feedback.error { color: #a40015; }
.form-feedback.success { color: #27663d; }
.hero-proof-card .button { margin-top: 18px; }

.landing-trust { border-bottom: 1px solid var(--scrap-line); background: white; }
.trust-cards { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-cards article {
  min-height: 98px;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 22px 28px;
  border-right: 1px solid var(--scrap-line);
}
.trust-cards article:last-child { border-right: 0; }
.trust-cards article > span { color: var(--scrap-red); font-family: var(--display); font-size: 1.55rem; font-weight: 800; }
.trust-cards strong { display: block; color: var(--scrap-ink); font-family: var(--display); font-size: 1.1rem; text-transform: uppercase; }
.trust-cards small { color: var(--scrap-muted); }

.landing-main { overflow: hidden; }
.landing-section { padding: 52px 0; }
.landing-section:nth-child(even) { background: var(--scrap-paper); }
.landing-heading { max-width: 780px; margin: 0 auto 26px; text-align: center; }
.landing-heading .landing-eyebrow { margin-inline: auto; }
.landing-heading h2 {
  margin: 0;
  color: var(--scrap-ink);
  font-size: clamp(2.65rem, 5vw, 4.7rem);
  line-height: .92;
  text-align: center;
  text-transform: uppercase;
}
.landing-heading > p { max-width: 720px; margin: 17px auto 0; color: var(--scrap-muted); line-height: 1.65; text-align: center; }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.story-grid.reverse .story-copy { order: 2; }
.story-grid.reverse .story-visual { order: 1; }
.story-copy h2 { margin: 0 0 20px; font-size: clamp(2.7rem, 4.8vw, 4.6rem); line-height: .92; text-transform: uppercase; }
.story-copy p { max-width: 620px; color: var(--scrap-muted); line-height: 1.7; text-align: left; }
.story-copy p:last-of-type { margin-bottom: 0; }
.story-actions { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 23px; }
.story-actions .text-link { margin-top: 0; }
.story-visual { position: relative; min-height: 340px; overflow: hidden; margin: 0; background: #ddd; }
.story-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -120px 90px rgba(0,0,0,.48); }
.story-visual img { width: 100%; height: 100%; min-height: 370px; object-fit: cover; transition: transform .6s ease; }
.story-visual:hover img { transform: scale(1.035); }
.story-visual figcaption { position: absolute; z-index: 1; right: 22px; bottom: 18px; left: 22px; color: white; font-family: var(--display); font-size: 1.1rem; font-weight: 700; text-transform: uppercase; }
.dark-story { color: white; background: var(--scrap-ink) !important; }
.dark-story .story-copy h2 { color: white; }
.dark-story .story-copy p { color: #d0d0d4; }
.dark-story .landing-eyebrow { color: var(--scrap-ink); background: white; }
.dark-story .text-link { color: #ff6170; }

.feature-landing { background: var(--scrap-blush) !important; }
.feature-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-card-grid li {
  min-height: 90px;
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 18px;
  color: var(--scrap-ink);
  border: 1px solid #e1cdd1;
  background: white;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: color .22s ease, background .22s ease, transform .22s ease;
}
.feature-card-grid li span { width: 30px; height: 30px; display: grid; flex: 0 0 auto; place-items: center; color: white; background: var(--scrap-red); border-radius: 50%; }
.feature-card-grid li:hover { color: white; background: var(--scrap-red); transform: translateY(-3px); }
.feature-card-grid li:hover span { color: var(--scrap-red); background: white; }
.blocked-materials { color: white; background: var(--scrap-ink) !important; }
.blocked-materials .landing-heading h2 { color: white; }
.blocked-materials .feature-card-grid li { color: white; border-color: #3a3a3e; background: #252528; }

.process-landing { background: white !important; }
.landing-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--scrap-line);
  border-bottom: 2px solid var(--scrap-line);
  list-style: none;
}
.landing-steps li { padding: 27px 24px; border-right: 1px solid var(--scrap-line); }
.landing-steps li:last-child { border-right: 0; }
.landing-steps li > span { display: block; margin-bottom: 17px; color: var(--scrap-red); font-family: var(--display); font-size: 2rem; font-weight: 800; }
.landing-steps h3 { min-height: 50px; margin-bottom: 10px; font-size: 1.35rem; text-transform: uppercase; }
.landing-steps p { margin: 0; color: var(--scrap-muted); font-size: .86rem; line-height: 1.55; }

.branch-section { background: var(--scrap-blush) !important; }
.yard-landing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.yard-landing-card { padding: 28px; border: 1px solid #dfcdd0; background: white; }
.yard-landing-card.primary-yard { border-top: 7px solid var(--scrap-red); box-shadow: 0 18px 48px rgba(80,8,18,.1); }
.yard-card-top span { color: var(--scrap-red); font-family: var(--display); font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.yard-card-top h3 { margin: 5px 0 20px; font-size: 2rem; text-transform: uppercase; }
.yard-landing-card dl { margin: 0; }
.yard-landing-card dl div { display: grid; grid-template-columns: 82px 1fr; gap: 14px; padding: 9px 0; border-bottom: 1px solid #ececef; }
.yard-landing-card dt { color: var(--scrap-muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.yard-landing-card dd { margin: 0; color: var(--scrap-ink); }
.yard-card-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }

.material-hub-section { background: white !important; }
.material-landing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.material-landing-card { position: relative; min-height: 235px; display: flex; align-items: end; overflow: hidden; padding: 20px; color: white; background: var(--scrap-ink); }
.material-landing-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 30%, rgba(0,0,0,.92)); }
.material-landing-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.material-landing-card span,
.material-landing-card b { position: relative; z-index: 1; }
.material-landing-card span { max-width: 80%; font-family: var(--display); font-size: 1.25rem; font-weight: 700; text-transform: uppercase; }
.material-landing-card b { margin-left: auto; color: #ff5363; font-size: 1.6rem; }
.material-landing-card:hover { color: white; }
.material-landing-card:hover img { transform: scale(1.06); }

.membership-section { background: white !important; }
.membership-landing { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: center; padding: 34px; border: 1px solid var(--scrap-line); background: var(--scrap-paper); }
.membership-landing img { width: 100%; max-height: 125px; object-fit: contain; background: white; }
.membership-landing h2 { margin: 0; font-size: clamp(2.5rem, 4.5vw, 4.2rem); line-height: .94; text-transform: uppercase; }
.membership-landing p { color: var(--scrap-muted); }

.related-section { color: white; background: var(--scrap-ink) !important; }
.related-section .landing-heading h2 { color: white; }
.related-section .landing-heading p { color: #c9c9ce; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.related-card { min-height: 108px; display: flex; gap: 20px; align-items: center; justify-content: space-between; padding: 20px; color: white; border: 1px solid #3a3a3e; background: #242427; font-family: var(--display); font-size: 1.05rem; font-weight: 700; text-transform: uppercase; transition: border .2s ease, background .2s ease, transform .2s ease; }
.related-card b { color: #ff5363; font-size: 1.65rem; }
.related-card:hover { color: white; border-color: var(--scrap-red); background: var(--scrap-red); transform: translateY(-3px); }
.related-card:hover b { color: white; }

.faq-landing { background: var(--scrap-paper) !important; }
.faq-landing-grid { display: grid; grid-template-columns: .38fr .62fr; gap: 60px; align-items: start; }
.faq-landing .landing-heading { margin: 0; text-align: left; }
.faq-landing .landing-heading .landing-eyebrow { margin-inline: 0; }
.faq-landing .landing-heading h2,
.faq-landing .landing-heading p { text-align: left; }
.faq-landing .landing-heading .button { margin-top: 22px; }
.faq-stack { border-top: 1px solid #c9c9cd; }
.faq-stack details { border-bottom: 1px solid #c9c9cd; }
.faq-stack summary { display: grid; grid-template-columns: 1fr 34px; gap: 18px; align-items: center; padding: 18px 0; color: var(--scrap-ink); font-family: var(--display); font-size: 1.25rem; font-weight: 700; text-transform: uppercase; cursor: pointer; list-style: none; }
.faq-stack summary::-webkit-details-marker { display: none; }
.faq-stack summary span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--scrap-red); border: 1px solid #c9c9cd; border-radius: 50%; font-family: var(--body); transition: transform .2s ease, background .2s ease; }
.faq-stack details[open] summary span { color: white; background: var(--scrap-red); transform: rotate(45deg); }
.faq-stack details p { margin: 0; padding: 0 50px 18px 0; color: var(--scrap-muted); text-align: left; }

.approval-panel { position: relative; overflow: hidden; padding: 25px; color: white; background: var(--scrap-ink); }
.approval-panel::after { content: "REVIEW"; position: absolute; right: -12px; bottom: -30px; color: rgba(255,255,255,.05); font-family: var(--display); font-size: 6rem; font-weight: 900; }
.approval-panel strong { position: relative; z-index: 1; display: block; color: #ff7b88; font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }
.approval-panel p { position: relative; z-index: 1; margin: 7px 0 0; color: #d4d4d8; text-align: left; }
.legal-gate-section { padding-bottom: 0; }

.price-landing-section { background: white !important; }
.price-preview { display: grid; gap: 10px; }
.price-toolbar { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 20px 0; }
.price-filter { padding: 9px 14px; color: var(--scrap-ink); border: 1px solid var(--scrap-line); background: white; font-weight: 700; cursor: pointer; }
.price-filter:hover,
.price-filter.active { color: white; border-color: var(--scrap-red); background: var(--scrap-red); }
.price-row { display: grid; grid-template-columns: minmax(150px, 1.2fr) 1fr auto; gap: 18px; align-items: center; padding: 15px 18px; border: 1px solid var(--scrap-line); background: #fafafa; }
.price-row strong { font-family: var(--display); font-size: 1.12rem; text-transform: uppercase; }
.price-row span { color: var(--scrap-muted); font-size: .84rem; }
.price-row b { padding: 7px 10px; color: #7d0916; background: #f4dce0; font-size: .72rem; text-transform: uppercase; }
.price-row[hidden] { display: none; }

.gallery-landing-section { background: white !important; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gallery-item { position: relative; min-height: 245px; overflow: hidden; padding: 0; border: 0; background: #ddd; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item::after { content: attr(data-label); position: absolute; right: 0; bottom: 0; left: 0; padding: 50px 16px 15px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.88)); font-family: var(--display); font-weight: 700; text-align: left; text-transform: uppercase; }
.gallery-item:hover img { transform: scale(1.055); }
.gallery-item[hidden] { display: none; }
.lightbox { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 30px; color: white; background: rgba(0,0,0,.92); }
.lightbox[hidden] { display: none; }
.gallery-landing-section:has(.lightbox:not([hidden])) { z-index: 300; overflow: visible; }
body:has(.lightbox:not([hidden])) .site-header { pointer-events: none; visibility: hidden; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 78vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 24px; right: 24px; width: 48px; height: 48px; color: white; border: 1px solid rgba(255,255,255,.4); background: transparent; font-size: 1.8rem; cursor: pointer; }
.lightbox-caption { margin-top: 12px; font-family: var(--display); text-transform: uppercase; }

.contact-landing-section { background: white !important; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }
.branch-quick-card { display: grid; gap: 13px; padding: 23px; color: white; background: var(--scrap-ink); }
.branch-quick-card h3 { margin: 0; color: white; text-transform: uppercase; }
.branch-quick-card p { margin: 0; color: #d0d0d4; text-align: left; }
.branch-quick-card a:not(.button) { color: #ff7582; }
.enquiry-form:not(.landing-enquiry) { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 25px; border: 1px solid var(--scrap-line); background: var(--scrap-paper); }
.enquiry-form label.full { grid-column: 1 / -1; }
.enquiry-form .full { grid-column: 1 / -1; }
.enquiry-form:not(.landing-enquiry) .form-feedback { grid-column: 1 / -1; }

.sitewide-cta {
  position: relative;
  overflow: hidden;
  padding: 58px 0;
  color: white;
  background:
    linear-gradient(rgba(128,4,18,.88), rgba(128,4,18,.9)),
    url("assets/copper-cable.jpg") center / cover;
  text-align: center;
}
.sitewide-cta::after { content: "SM"; position: absolute; right: -25px; bottom: -100px; color: rgba(255,255,255,.08); font-family: var(--display); font-size: 18rem; font-weight: 900; line-height: 1; }
.sitewide-cta .container { position: relative; z-index: 1; display: grid; justify-items: center; gap: 22px; }
.sitewide-cta h2 { max-width: 850px; margin: 0; color: white; font-size: clamp(3rem, 6vw, 5.5rem); line-height: .9; text-transform: uppercase; }
.sitewide-cta p { max-width: 680px; margin: 16px auto 0; color: #ffe4e7; text-align: center; }
.sitewide-cta .button-row { justify-content: center; }

.mobile-action-bar { display: none; }
.reveal,
.js .reveal { opacity: 1; transform: none; }
.js .reveal.visible { transition: opacity .35s ease, transform .35s ease; }

@keyframes hero-settle { from { opacity: .7; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .landing-enquiry,
  .hero-proof-card { width: min(700px, 100%); }
  .feature-card-grid,
  .material-landing-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid { gap: 34px; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .preview-gate { min-height: 38px; padding: 7px 12px; font-size: .61rem; }
  .preview-gate .gate-detail { display: none; }
  .internal-page .site-header { top: 38px; }
  .landing-container,
  .hero-grid { width: min(100% - 30px, 1180px); }
  .page-hero { min-height: 0; padding: 110px 0 42px; }
  .page-hero::after { background: linear-gradient(180deg, rgba(8,8,9,.85), rgba(8,8,9,.72)); }
  .page-hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-lead { font-size: .96rem; }
  .landing-form-grid { grid-template-columns: 1fr; }
  .landing-form-grid label.full { grid-column: auto; }
  .landing-trust { padding: 10px 0; }
  .trust-cards { grid-template-columns: 1fr; }
  .trust-cards article { min-height: 72px; padding: 15px 4px; border-right: 0; border-bottom: 1px solid var(--scrap-line); }
  .trust-cards article:last-child { border-bottom: 0; }
  .landing-section { padding: 38px 0; }
  .landing-heading { margin-bottom: 22px; }
  .story-grid,
  .story-grid.reverse,
  .yard-landing-grid,
  .faq-landing-grid,
  .contact-grid,
  .enquiry-form:not(.landing-enquiry),
  .membership-landing { grid-template-columns: 1fr; }
  .story-grid.reverse .story-copy,
  .story-grid.reverse .story-visual { order: initial; }
  .story-visual,
  .story-visual img { min-height: 270px; }
  .feature-card-grid,
  .material-landing-grid,
  .related-grid,
  .gallery-grid { grid-template-columns: 1fr; }
  .feature-card-grid li { min-height: 72px; }
  .landing-steps { grid-template-columns: 1fr; }
  .landing-steps li { border-right: 0; border-bottom: 1px solid var(--scrap-line); }
  .landing-steps li:last-child { border-bottom: 0; }
  .landing-steps h3 { min-height: 0; }
  .material-landing-card { min-height: 220px; }
  .yard-landing-card dl div { grid-template-columns: 1fr; gap: 3px; }
  .membership-landing { gap: 24px; padding: 24px; }
  .membership-landing img { width: min(220px, 100%); }
  .faq-landing .landing-heading { margin-bottom: 28px; }
  .price-row { grid-template-columns: 1fr auto; }
  .price-row span { grid-column: 1 / -1; grid-row: 2; }
  .enquiry-form label.full,
  .enquiry-form .full { grid-column: auto; }
  .sitewide-cta { padding: 48px 0 90px; }
  .mobile-action-bar {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #27272a;
    background: var(--scrap-ink);
  }
  .mobile-action-bar a { min-height: 58px; display: grid; place-items: center; color: white; font-family: var(--display); font-weight: 700; text-transform: uppercase; }
  .mobile-action-bar a:first-child { background: var(--scrap-red); }
}

/* Final service CTA alignment: two equal-width actions beneath the four factors. */
.internal-page .factor-section .factor-action-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.internal-page .factor-section .factor-action-grid .button {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  margin: 0;
}

/* Phone CTAs must read as buttons over the dark service and battery banners. */
.internal-page .page-hero .button-call {
  color: white;
  border: 2px solid rgba(255, 255, 255, .88);
  background: rgba(12, 13, 15, .58);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
}
.internal-page .page-hero .button-call:hover {
  color: white;
  border-color: white;
  background: var(--scrap-red);
}

/* FAQ page contrast guardrails for alternating light and dark sections. */
body.page-family-faqs .landing-main > .faq-landing:nth-child(odd) .landing-heading h2,
body.page-family-faqs .landing-main > .faq-landing:nth-child(odd) .landing-heading > p {
  color: var(--scrap-ink) !important;
}
body.page-family-faqs .landing-main > .faq-landing:nth-child(odd) .landing-eyebrow {
  color: white;
  background: var(--scrap-red);
}
body.page-family-faqs .landing-main > .faq-landing:nth-child(even) .landing-heading h2,
body.page-family-faqs .landing-main > .faq-landing:nth-child(even) .landing-heading > p {
  color: white !important;
}
body.page-family-faqs .landing-main > .faq-landing .faq-stack details,
body.page-family-faqs .landing-main > .faq-landing .faq-stack summary {
  color: var(--scrap-ink) !important;
  background: white;
}
body.page-family-faqs .landing-main > .faq-landing .faq-stack details p {
  color: var(--scrap-muted) !important;
}
body.page-family-faqs .faq-contact-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
body.page-family-faqs .faq-contact-actions .button {
  width: 100%;
  min-width: 0;
  min-height: 52px;
}

/* About page yard cards now follow the labelled, divided homepage layout. */
body.page-family-about .yard-contact-list {
  margin-top: 6px;
}
body.page-family-about .yard-card-actions {
  gap: 8px;
}

@media (max-width: 760px) {
  .internal-page .factor-section .factor-action-grid,
  body.page-family-faqs .faq-contact-actions {
    grid-template-columns: 1fr;
  }
}

/* Service-page consistency pass: semantic section contrast, aligned cards and clear process copy. */
.page-family-services .story-section::before,
.page-family-battery .story-section::before {
  display: none;
}

.page-family-services .landing-main > .faq-landing,
.page-family-battery .landing-main > .faq-landing {
  color: white;
  background: linear-gradient(145deg, #242428 0%, #151517 100%) !important;
}
.page-family-services .faq-landing .landing-heading,
.page-family-battery .faq-landing .landing-heading {
  width: min(100%, 390px);
  max-width: 390px;
  margin-inline: auto;
}
.page-family-services .faq-landing .landing-heading h2,
.page-family-battery .faq-landing .landing-heading h2 {
  color: white !important;
  font-size: clamp(2.5rem, 4.2vw, 4rem);
  line-height: .94;
  overflow-wrap: normal;
}
.page-family-services .faq-landing .landing-heading > p,
.page-family-battery .faq-landing .landing-heading > p {
  color: #f0edef !important;
}
.page-family-services .faq-landing .faq-stack details,
.page-family-battery .faq-landing .faq-stack details {
  color: var(--scrap-ink);
  background: white !important;
}
.page-family-services .faq-landing .faq-stack summary,
.page-family-battery .faq-landing .faq-stack summary {
  color: var(--scrap-ink);
}
.page-family-services .faq-landing .faq-stack details p,
.page-family-battery .faq-landing .faq-stack details p {
  color: var(--scrap-muted);
}

.page-family-battery .landing-main > .dark-story,
.page-family-battery .landing-main > .blocked-materials {
  color: white;
  background: linear-gradient(135deg, #171719 0%, #29292e 58%, #4d0b14 100%) !important;
}
.page-family-battery .landing-main > .dark-story .story-copy h2,
.page-family-battery .landing-main > .dark-story .story-copy p,
.page-family-battery .landing-main > .blocked-materials .landing-heading h2,
.page-family-battery .landing-main > .blocked-materials .landing-heading > p {
  color: white !important;
}

@media (min-width: 761px) {
  .page-family-services .customer-path-section .path-card,
  .page-family-battery .customer-path-section .path-card {
    align-items: stretch;
  }
  .page-family-services .customer-path-section .path-card > div,
  .page-family-battery .customer-path-section .path-card > div {
    min-height: 292px;
    display: flex;
    flex-direction: column;
    align-self: end;
  }
  .page-family-services .customer-path-section .path-card h3,
  .page-family-battery .customer-path-section .path-card h3 {
    min-height: 2.15em;
    display: grid;
    place-items: center;
  }
  .page-family-services .customer-path-section .path-card p,
  .page-family-battery .customer-path-section .path-card p {
    margin-top: 0;
  }
  .page-family-services .customer-path-section .path-card .button,
  .page-family-battery .customer-path-section .path-card .button {
    margin-top: auto;
  }
}

.page-family-services .factor-section .feature-card-grid li,
.page-family-battery .factor-section .feature-card-grid li {
  transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background-color .25s ease;
}
.page-family-services .factor-section .feature-card-grid li:hover,
.page-family-battery .factor-section .feature-card-grid li:hover {
  color: white !important;
  background: #18181b !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.2);
}
.page-family-services .factor-section .feature-card-grid li:hover p,
.page-family-services .factor-section .feature-card-grid li:hover strong,
.page-family-services .factor-section .feature-card-grid li:hover .feature-item-copy,
.page-family-battery .factor-section .feature-card-grid li:hover p,
.page-family-battery .factor-section .feature-card-grid li:hover strong,
.page-family-battery .factor-section .feature-card-grid li:hover .feature-item-copy {
  color: white !important;
}

.page-family-services .landing-steps h3,
.page-family-battery .landing-steps h3 {
  min-height: 2.35em;
  display: grid;
  place-items: center;
  margin: 0 0 12px;
  color: var(--scrap-ink);
  line-height: 1.08;
  text-transform: uppercase;
}
.page-family-services .landing-steps .step-statement,
.page-family-battery .landing-steps .step-statement {
  color: var(--scrap-muted);
  font-family: var(--body);
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.58;
  text-align: center;
  text-transform: none;
}
.page-family-services .landing-main > .landing-section:nth-child(even) .landing-steps h3,
.page-family-battery .landing-main > .landing-section:nth-child(even) .landing-steps h3 {
  color: var(--scrap-ink);
}

@media (max-width: 980px) {
  .page-family-services .faq-landing .landing-heading,
  .page-family-battery .faq-landing .landing-heading {
    width: 100%;
    max-width: 680px;
  }
  .page-family-services .landing-steps h3,
  .page-family-battery .landing-steps h3 {
    min-height: 0;
  }
}

/* Approved V12 banner system: What We Buy hub and material pages. */
.internal-page .v12-material-hero {
  position: relative;
  isolation: isolate;
  min-height: 680px;
  overflow: hidden;
  border-bottom: 7px solid var(--scrap-red);
  background: #121316;
}
.internal-page .v12-material-hero::before { display: none; }
.internal-page .v12-material-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, #121316 0%, rgba(18, 19, 22, .98) 26%, rgba(18, 19, 22, .78) 45%, rgba(18, 19, 22, .24) 66%, rgba(18, 19, 22, 0) 100%),
    linear-gradient(0deg, rgba(12, 13, 15, .34), transparent 45%);
  pointer-events: none;
}
.v12-material-hero .v12-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-columns: 1.14fr .86fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
  width: 100%;
  background: #26272a;
}
.v12-material-hero .v12-hero-media img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  filter: brightness(1.08) contrast(.92) saturate(.92);
}
.v12-material-hero .v12-hero-media img:first-child { grid-row: 1 / 3; }
.v12-material-hero .v12-hero-media-1 { grid-template-columns: 1fr; }
.v12-material-hero .v12-hero-media-1 img:first-child {
  grid-column: 1;
  grid-row: 1 / 3;
  object-position: center;
}
.v12-material-hero .v12-hero-media-2 { grid-template-columns: 1fr 1fr; }
.v12-material-hero .v12-hero-media-2 img:first-child { grid-row: 1 / 3; }
.v12-material-hero .v12-hero-media-2 img:nth-child(2) { grid-row: 1 / 3; }
.v12-material-hero .v12-hero-media-3 img:nth-child(3) { grid-column: 2; }
.v12-material-hero .v12-hero-media-4 img:nth-child(4) { display: none; }
.internal-page .v12-material-hero .hero-grid {
  position: relative;
  z-index: 3;
  width: min(1240px, calc(100% - 56px));
  min-height: 680px;
  margin: 0 auto;
  align-items: center;
}
.internal-page .v12-material-hero .hero-copy {
  width: min(760px, 54vw);
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-align: left;
}
.internal-page .v12-material-hero .breadcrumb,
.internal-page .v12-material-hero .hero-kicker,
.internal-page .v12-material-hero h1,
.internal-page .v12-material-hero .hero-lead { text-align: left; }
.internal-page .v12-material-hero h1 {
  max-width: 760px;
  margin-inline: 0;
  font-size: clamp(3.3rem, 5vw, 5.4rem);
  line-height: .95;
  text-wrap: balance;
}
.internal-page .v12-material-hero .hero-lead {
  max-width: 700px;
  margin-inline: 0;
  color: rgba(255, 255, 255, .92);
  text-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}
.internal-page .v12-material-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  width: min(920px, 100%);
  margin-inline: 0;
}
.internal-page .v12-material-hero .hero-actions .button {
  flex: 0 0 310px;
  width: 310px;
  min-width: 310px;
  min-height: 52px;
  margin: 0;
  padding: 13px 20px;
}
.internal-page .v12-material-hero .hero-actions .hero-amr-button {
  position: relative;
  inset: auto;
  flex: 0 0 142px;
  width: 142px;
  min-width: 142px;
  min-height: 68px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .20);
}
.internal-page .v12-material-hero .hero-actions .hero-amr-button img {
  width: 80%;
  height: 80%;
  max-height: 80%;
  object-fit: cover;
  transform: scale(1.35);
}

@media (max-width: 980px) {
  .internal-page .v12-material-hero h1 { font-size: clamp(3rem, 7vw, 4.6rem); }
  .internal-page .v12-material-hero .hero-copy { width: min(720px, 67vw); }
  .v12-material-hero .v12-hero-media { width: 100%; }
}

@media (max-width: 760px) {
  .internal-page .v12-material-hero {
    min-height: 880px;
    padding: 0;
  }
  .internal-page .v12-material-hero::after {
    background:
      linear-gradient(180deg, #121316 0%, rgba(18, 19, 22, .99) 44%, rgba(18, 19, 22, .74) 61%, rgba(18, 19, 22, .10) 100%),
      linear-gradient(0deg, rgba(12, 13, 15, .25), transparent 45%);
  }
  .v12-material-hero .v12-hero-media {
    inset: auto 0 0;
    width: 100%;
    height: 42%;
    grid-template-columns: 1.2fr .8fr;
  }
  .v12-material-hero .v12-hero-media-1 {
    grid-template-columns: 1fr;
  }
  .v12-material-hero .v12-hero-media-1 img:first-child {
    object-position: 68% center;
  }
  .internal-page .v12-material-hero .hero-grid {
    width: min(100% - 32px, 680px);
    min-height: 880px;
    padding: 118px 0 330px;
    align-items: start;
  }
  .internal-page .v12-material-hero .hero-copy { width: 100%; }
  .internal-page .v12-material-hero h1 {
    font-size: clamp(2.65rem, 12vw, 4rem);
    line-height: .96;
  }
  .internal-page .v12-material-hero .hero-lead { font-size: 1rem; }
  .internal-page .v12-material-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .internal-page .v12-material-hero .hero-actions .button,
  .internal-page .v12-material-hero .hero-actions .hero-amr-button {
    width: 100%;
    min-width: 0;
    height: 72px;
    min-height: 72px;
    max-height: 72px;
  }
  .internal-page .v12-material-hero .hero-actions .hero-amr-button img {
    width: 50%;
    height: 54px;
    max-height: 54px;
    object-fit: cover;
    transform: scale(1.05);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

/* Revision 5 studio redesign */
:root {
  --scrap-red: #d3132a;
  --scrap-red-dark: #94101f;
  --scrap-ink: #111114;
  --scrap-paper: #f4f1ec;
  --scrap-cream: #fbfaf7;
  --scrap-line: #d8d5d0;
  --scrap-muted: #5e5d62;
  --scrap-radius: 16px;
  --scrap-shadow: 0 22px 60px rgba(24, 20, 20, .11);
}

body.internal-page { color: var(--scrap-ink); background: #e9e3de; }
.internal-page .site-header { top: 0; height: 88px; border-bottom-color: rgba(17,17,20,.1); background: rgba(255,255,255,.94); backdrop-filter: blur(16px) saturate(150%); }
.internal-page .header-inner { width: min(1480px, calc(100% - 36px)); grid-template-columns: 122px minmax(0, 1fr) auto; gap: 18px; }
.internal-page .logo-link img { width: 98px; height: 82px; }
@media (min-width: 1051px) {
  .internal-page .site-nav { justify-content: center; gap: clamp(10px, 1.35vw, 20px); }
}
.internal-page .site-nav > a,
.internal-page .site-nav > details > summary { font-size: 1rem; letter-spacing: .025em; }
.internal-page .nav-dropdown { top: calc(100% + 22px); border: 1px solid rgba(199,15,33,.28); border-top: 4px solid var(--scrap-red); border-radius: 0 0 10px 10px; background: linear-gradient(145deg, #fff 0%, #fffafb 58%, #f5e7e9 100%); box-shadow: 0 24px 60px rgba(49,9,16,.18), 0 0 0 4px rgba(255,255,255,.72); }
.internal-page .nav-dropdown a { padding: 11px 12px; border-radius: 6px; }
.internal-page .nav-dropdown a:hover { color: white; background: linear-gradient(135deg, #db1c34, #a40b1b); }
.internal-page .button { min-height: 46px; padding: 11px 24px; border-radius: 7px; font-size: .86rem; font-weight: 700; letter-spacing: .055em; box-shadow: none; }
.internal-page .button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(126, 10, 25, .18); }

.landing-container,
.hero-grid { width: min(1240px, calc(100% - 56px)); }
.page-hero { min-height: 680px; justify-content: center; padding: 148px 0 90px; text-align: center; }
.page-hero::before { background-position: center; filter: saturate(.8) contrast(1.04); }
.page-hero::after {
  background:
    radial-gradient(circle at 50% 38%, rgba(0,0,0,.18), rgba(6,6,8,.72) 62%),
    linear-gradient(180deg, rgba(8,8,10,.64), rgba(8,8,10,.9));
}
.hero-grid { display: block; }
.hero-copy { max-width: 980px; margin-inline: auto; }
.breadcrumb { justify-content: center; margin-bottom: 26px; }
.hero-kicker { margin: 0 auto 20px; border-radius: 999px; padding: 8px 15px; background: rgba(211,19,42,.92); }
.page-hero h1 { max-width: 960px; margin-inline: auto; font-size: clamp(3.5rem, 7.5vw, 7.25rem); line-height: .88; text-wrap: balance; }
.hero-lead { max-width: 780px; margin-inline: auto; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.3vw, 1.18rem); text-align: center; text-wrap: pretty; }
.hero-trust-list { justify-content: center; gap: 9px; margin: 26px auto 0; }
.hero-trust-list li { padding: 9px 13px; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.hero-trust-list li::before { content: ""; width: 7px; height: 7px; display: inline-block; margin-right: 8px; border-radius: 50%; background: #ff5366; }
.hero-actions { justify-content: center; margin-top: 28px; }
.hero-amr-mark { display: none; }
.hero-amr-mark img { width: 66px; height: 38px; object-fit: contain; }
.hero-amr-mark span { display: grid; color: var(--scrap-ink); font-size: .78rem; line-height: 1.25; }
.hero-amr-mark b { margin-bottom: 3px; color: var(--scrap-red); font-family: var(--display); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-scroll { position: absolute; bottom: 24px; left: 50%; display: grid; gap: 3px; color: rgba(255,255,255,.78); font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll b { font-size: 1.25rem; animation: scroll-cue 1.5s ease-in-out infinite; }
@keyframes scroll-cue { 50% { transform: translateY(5px); } }

.landing-trust { position: relative; z-index: 2; margin-top: -1px; box-shadow: 0 15px 40px rgba(20,20,22,.06); }
.trust-cards article { min-height: 110px; padding: 22px 34px; }
.trust-cards article > span { width: 46px; height: 46px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--scrap-red); font-size: 1.1rem; }
.trust-cards strong { font-size: 1.18rem; letter-spacing: .01em; }

.landing-main { background: #e9e3de; }
.landing-section { position: relative; overflow: hidden; padding: clamp(62px, 7vw, 96px) 0; border-bottom: 1px solid rgba(17,17,20,.09); background: #f8f5f1; }
.landing-section::after { content: ""; position: absolute; z-index: 0; top: -160px; right: -170px; width: 360px; height: 360px; border: 70px solid rgba(199,15,33,.035); border-radius: 50%; pointer-events: none; }
.landing-section > .landing-container { position: relative; z-index: 1; }
.landing-section:nth-child(3n+2) { background: linear-gradient(145deg, #e8e1dc, #f4efea); }
.landing-section:nth-child(3n) { background: linear-gradient(145deg, #f8e9eb, #f4efea); }
.landing-heading { max-width: 880px; margin-bottom: 38px; }
.landing-heading h2 { font-size: clamp(2.8rem, 5.4vw, 5.3rem); line-height: .9; text-wrap: balance; }
.landing-heading h2::after { content: ""; width: 72px; height: 5px; display: block; margin-top: 24px; border-radius: 999px; background: var(--scrap-red); }
.landing-heading > p { max-width: 790px; color: #56555a; font-size: 1.02rem; line-height: 1.72; text-align: justify; text-wrap: pretty; }
.landing-eyebrow { border-radius: 999px; padding: 8px 14px; }

.story-grid { grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: clamp(42px, 6vw, 82px); }
.story-section:not(.dark-story):not(.battery-story) { background: linear-gradient(135deg, #f1dfe2 0%, #eee6df 56%, #f8f4ef 100%) !important; }
.story-copy h2 { font-size: clamp(2.9rem, 5vw, 5.1rem); line-height: .9; text-wrap: balance; }
.story-copy p { max-width: 680px; color: #55545a; font-size: 1rem; line-height: 1.78; text-align: justify; text-wrap: pretty; }
.story-visual { min-height: 490px; border-radius: var(--scrap-radius); box-shadow: var(--scrap-shadow); }
.story-visual img { min-height: 490px; }
.story-visual figcaption { right: 26px; bottom: 24px; left: 26px; font-size: 1.25rem; text-wrap: balance; }
.story-section::before { content: ""; position: absolute; top: 50%; left: max(18px, calc(50% - 650px)); width: 44px; height: 4px; background: var(--scrap-red); opacity: .22; }
.dark-story { background: var(--scrap-ink) !important; }
.dark-story::before { background: white; }
.battery-story { color: white; background: linear-gradient(135deg, #b10f23, #e11a33) !important; }
.battery-story .story-copy h2,
.battery-story .story-copy p { color: white; }
.battery-story .landing-eyebrow { color: var(--scrap-red); background: white; }
.battery-story .button-outline { color: white; border-color: rgba(255,255,255,.78); background: rgba(62,0,10,.18); }
.battery-story .button-outline:hover { color: white; border-color: white; background: var(--scrap-ink); }

.section-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.landing-heading .section-actions { justify-content: center; }
.content-notice { margin-top: 24px; padding: 20px 22px; border-left: 5px solid var(--scrap-red); border-radius: 0 10px 10px 0; background: rgba(255,255,255,.92); box-shadow: 0 12px 30px rgba(0,0,0,.07); }
.content-notice strong { color: var(--scrap-red); font-family: var(--display); font-size: .86rem; letter-spacing: .07em; text-transform: uppercase; }
.content-notice p { margin: 6px 0 0; color: var(--scrap-ink) !important; font-size: .9rem; }

.feature-landing { background: linear-gradient(145deg, #e8e1dc, #f4efea) !important; }
.feature-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.feature-card-grid li { min-height: 112px; align-items: flex-start; padding: 22px; border: 0; border-radius: 12px; background: white; box-shadow: 0 8px 24px rgba(18,18,20,.06); }
.feature-card-grid li p { margin: 0; color: inherit; font-family: var(--body); font-size: .9rem; font-weight: 500; line-height: 1.55; text-align: left; text-transform: none; }
.feature-card-grid li span { margin-top: 1px; }
.feature-card-grid li:hover { box-shadow: 0 16px 34px rgba(128,8,24,.15); }
.blocked-materials { background: var(--scrap-ink) !important; }
.blocked-materials .landing-heading p { color: #d0d0d4; }
.blocked-materials .landing-heading { margin-inline: auto; text-align: center; }
.blocked-materials .landing-heading h2::after { margin-inline: auto; }
.blocked-materials .feature-card-grid { justify-content: center; }

.process-landing { background: linear-gradient(145deg, #f7e6e8, #f8f5f1) !important; }
.landing-steps { gap: 12px; border: 0; counter-reset: none; }
.landing-steps li { min-height: 220px; padding: 28px; border: 1px solid var(--scrap-line); border-radius: 12px; background: var(--scrap-cream); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.landing-steps li:hover { border-color: rgba(211,19,42,.45); box-shadow: 0 18px 36px rgba(33,20,22,.1); transform: translateY(-5px); }
.landing-steps li > span { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 28px; color: white; border-radius: 50%; background: var(--scrap-red); font-size: 1.25rem; }
.landing-steps h3 { min-height: auto; font-size: 1.5rem; }

.branch-section { background: linear-gradient(145deg, #f7e8e9, #f4f1ec) !important; }
.yard-landing-grid { gap: 18px; }
.yard-landing-card { padding: 32px; border: 0; border-radius: var(--scrap-radius); box-shadow: var(--scrap-shadow); }
.yard-landing-card.primary-yard { border-top: 0; box-shadow: inset 0 6px 0 var(--scrap-red), var(--scrap-shadow); }
.yard-card-top h3 { font-size: 2.35rem; }

.material-landing-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
.material-landing-card { min-height: 310px; border-radius: var(--scrap-radius); box-shadow: 0 18px 40px rgba(0,0,0,.13); }
.material-landing-card::after { background: linear-gradient(180deg, transparent 28%, rgba(0,0,0,.94)); }
.material-landing-card span { font-size: 1.45rem; }
.material-landing-card:hover { transform: translateY(-5px); }

.faq-landing { color: white; background: linear-gradient(145deg, #242428 0%, #151517 100%) !important; }
.faq-landing .landing-heading h2,
.faq-landing .landing-heading > p { color: white; }
.faq-landing .landing-eyebrow { color: var(--scrap-red); background: white; }
.faq-landing-grid { grid-template-columns: minmax(280px, .38fr) minmax(0, .62fr); gap: clamp(42px, 7vw, 84px); }
.faq-stack { border-top: 0; }
.faq-stack details { margin-bottom: 10px; border: 1px solid var(--scrap-line); border-radius: 10px; background: white; }
.faq-stack summary { padding: 19px 20px; font-size: 1.1rem; }
.faq-stack details p { padding: 0 72px 22px 20px; line-height: 1.7; text-align: justify; }

.price-landing-section { background: linear-gradient(145deg, #f7e6e8, #f8f5f1) !important; }
.price-source-card { display: flex; gap: 26px; align-items: center; justify-content: space-between; margin-bottom: 22px; padding: 22px 24px; color: white; border-radius: 12px; background: var(--scrap-ink); }
.price-source-card div { display: grid; gap: 4px; }
.price-source-card span { color: #ff8794; font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.price-source-card strong { font-family: var(--display); font-size: 1.55rem; text-transform: uppercase; }
.price-source-card small { color: #d0d0d4; }
.price-source-card .price-checked { flex: 0 0 auto; padding: 10px 14px; color: white; border: 1px solid rgba(255,255,255,.35); border-radius: 7px; font-weight: 700; letter-spacing: .02em; text-transform: none; }
.price-preview { overflow: hidden; border: 2px solid rgba(199,15,33,.28); border-radius: 14px; outline: 1px solid rgba(21,21,23,.08); outline-offset: 4px; background: white; box-shadow: 0 24px 64px rgba(72,12,22,.14); }
.price-toolbar { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; margin: 0; padding: 16px; border-bottom: 1px solid var(--scrap-line); scrollbar-width: thin; }
.price-legend { display: flex; flex-wrap: wrap; gap: 16px 28px; padding: 12px 20px; color: var(--scrap-muted); border-bottom: 1px solid var(--scrap-line); background: #f5f1ed; font-size: .78rem; }
.price-legend span { display: inline-flex; gap: 8px; align-items: center; }
.legend-dot { width: 9px; height: 9px; display: inline-block; border-radius: 50%; }
.legend-dot.current { background: var(--scrap-red); }
.legend-dot.enquiry { border: 2px solid var(--scrap-red); background: white; }
.price-filter { flex: 0 0 auto; min-height: 42px; padding: 9px 14px; border-radius: 999px; }
.price-table { display: grid; }
.price-row { grid-template-columns: minmax(140px, .65fr) minmax(220px, 1.45fr) auto; min-height: 68px; padding: 14px 20px; border: 0; border-bottom: 1px solid #e8e5e0; background: white; }
.price-row:last-child { border-bottom: 0; }
.price-row:nth-child(even) { background: #faf9f6; }
.price-row .price-category { color: var(--scrap-red); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.price-row strong { font-size: 1rem; text-transform: none; }
.price-row .price-rate { color: var(--scrap-ink); font-size: .82rem; text-align: right; }
.price-row .price-rate b { padding: 0; color: var(--scrap-red); background: transparent; font-family: var(--display); font-size: 1.35rem; }
.price-row-enquire { background: #fffaf8; }
.price-enquire { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 6px 13px; color: white; border-radius: 7px; background: var(--scrap-red); font-family: var(--display); font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.price-enquire:hover { color: white; background: var(--scrap-red-dark); }

.gallery-grid { gap: 16px; }
.gallery-landing-section { overflow: visible; }
.gallery-landing-section > .landing-container { position: static; }
.gallery-item { min-height: 310px; border-radius: 12px; box-shadow: var(--scrap-shadow); }
.contact-landing-section { background: linear-gradient(145deg, #f7e6e8, #e9e3de) !important; }
.contact-experience { display: grid; grid-template-columns: minmax(320px,.82fr) minmax(0,1.18fr); gap: 24px; align-items: start; }
.contact-branch-panel { display: grid; gap: 18px; }
.contact-grid { grid-template-columns: 1fr; gap: 14px; margin: 0; }
.branch-quick-card { position: relative; overflow: hidden; padding: 27px; border-radius: 12px; background: linear-gradient(145deg, #28282c, #151517); box-shadow: var(--scrap-shadow); }
.branch-quick-card::after { content: "SM"; position: absolute; right: -12px; bottom: -32px; color: rgba(255,255,255,.05); font-family: var(--display); font-size: 7rem; font-weight: 900; }
.branch-quick-card > span { color: #ff8794; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.branch-quick-card .branch-phone { width: fit-content; color: white !important; font-family: var(--display); font-size: 1.55rem; font-weight: 700; }
.branch-quick-card > div { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; }
.contact-help-card { padding: 26px; border-left: 6px solid var(--scrap-red); border-radius: 0 12px 12px 0; background: white; box-shadow: 0 12px 30px rgba(0,0,0,.07); }
.contact-help-card > span { color: var(--scrap-red); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-help-card h3 { margin: 9px 0 16px; text-transform: uppercase; }
.contact-help-card ul { margin: 0; padding-left: 20px; color: var(--scrap-muted); }
.contact-help-card li + li { margin-top: 7px; }
.enquiry-form:not(.landing-enquiry) { width: min(920px, 100%); margin-inline: auto; padding: clamp(20px, 3vw, 30px); border: 0; border-radius: 14px; background: white; box-shadow: var(--scrap-shadow); }
.enquiry-form:not(.landing-enquiry) input,
.enquiry-form:not(.landing-enquiry) select { min-height: 48px; }
.enquiry-form:not(.landing-enquiry) textarea { min-height: 92px; }
.enquiry-form .form-heading { margin-bottom: 5px; }
.enquiry-form .form-heading span { color: var(--scrap-red); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.enquiry-form .form-heading h3 { margin: 7px 0 8px; font-size: 2.1rem; text-transform: uppercase; }
.enquiry-form .form-heading p { margin: 0; color: var(--scrap-muted); text-align: left; }
.enquiry-form .upload-field { padding: 16px; border: 1px dashed #c9c2bd; border-radius: 8px; background: #f8f5f1; }

.sitewide-cta > .container > div:first-child > span { display: block; margin-bottom: 10px; color: #ffd1d6; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.internal-page .site-footer { padding-top: 64px; }
.internal-page .footer-brand p { max-width: 520px; }
.internal-page .footer-grid { grid-template-columns: 1.7fr .8fr 1fr 1fr; }
.internal-page .footer-grid a[href^="mailto"] { display: block; margin-top: 10px; }

.js .reveal { opacity: 0; transform: translateY(24px); }
.js .reveal.visible { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.2,1); }

@media (max-width: 1320px) {
  .internal-page .header-phones { display: none; }
  .internal-page .header-inner { grid-template-columns: 108px minmax(0, 1fr) auto; }
}

@media (max-width: 1080px) {
  .story-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .feature-card-grid { grid-template-columns: repeat(2, 1fr); }
  .material-landing-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-experience { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .internal-page .site-header { top: 0; height: 74px; }
  .internal-page .logo-link img { width: 82px; height: 68px; }
  .landing-container,
  .hero-grid { width: min(100% - 28px, 1240px); }
  .page-hero { min-height: 670px; padding: 112px 0 86px; }
  .page-hero h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .hero-trust-list { gap: 7px; }
  .hero-trust-list li { font-size: .68rem; }
  .landing-section { padding: 54px 0; }
  .landing-heading > p,
  .story-copy p,
  .faq-stack details p { text-align: left; }
  .story-grid,
  .story-grid.reverse { grid-template-columns: 1fr; }
  .story-visual,
  .story-visual img { min-height: 320px; }
  .feature-card-grid,
  .material-landing-grid { grid-template-columns: 1fr; }
  .material-landing-card { min-height: 270px; }
  .landing-steps li { min-height: 0; }
  .price-source-card { display: grid; }
  .price-source-card .price-checked { width: fit-content; }
  .price-row { grid-template-columns: 1fr auto; gap: 7px 16px; }
  .price-row .price-category { grid-column: 1 / -1; grid-row: auto; }
  .price-row strong { grid-column: 1; }
  .price-row .price-rate { grid-column: 2; grid-row: 2; }
  .contact-grid { grid-template-columns: 1fr; }
  .hero-amr-mark { display: none; }
  .internal-page .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scroll b { animation: none; }
  .js .reveal { opacity: 1; transform: none; }
}

/* Final site-wide consistency pass. */
.internal-page .button-location { color: white; background: #368553; }
.internal-page .button-location:hover { color: white; background: #276f42; }
.internal-page .button-call { color: white; background: var(--scrap-ink); }
.internal-page .button-call:hover { color: white; background: #343438; }

.internal-page .page-hero { min-height: 590px; padding: 126px 0 70px; }
.internal-page .page-hero::before { filter: saturate(1.16) contrast(1.01) brightness(1.18); }
.internal-page .page-hero::after {
  background:
    radial-gradient(circle at 50% 38%, transparent, rgba(6,6,8,.18) 72%),
    linear-gradient(180deg, rgba(8,8,10,.08), rgba(8,8,10,.32));
}
.internal-page .page-hero h1 { max-width: 940px; font-size: clamp(3.35rem, 6.4vw, 6.35rem); line-height: .91; }
.internal-page .page-hero h1,
.internal-page .hero-lead,
.internal-page .breadcrumb { text-shadow: 0 3px 22px rgba(0,0,0,.78), 0 1px 3px rgba(0,0,0,.8); }
.internal-page .hero-lead { color: white; }
.internal-page .landing-section { padding: clamp(54px, 5.7vw, 78px) 0; }
.internal-page .landing-heading { margin-bottom: 30px; }
.internal-page .story-grid { gap: clamp(34px, 5vw, 64px); }
.internal-page .story-visual,
.internal-page .story-visual img { min-height: 410px; }
.internal-page .feature-card-grid { gap: 16px; }
.internal-page .feature-card { min-height: 0; }
.internal-page .enquiry-form:not(.landing-enquiry) { padding: 24px; }
.internal-page .enquiry-form:not(.landing-enquiry) input,
.internal-page .enquiry-form:not(.landing-enquiry) select { min-height: 46px; }
.internal-page .enquiry-form:not(.landing-enquiry) textarea { min-height: 82px; }
.internal-page .hero-actions { gap: 9px; }
.internal-page .section-actions { gap: 9px; }
.internal-page .yard-landing-card .button-row { gap: 8px; }

@media (max-width: 760px) {
  .internal-page .page-hero { min-height: 590px; padding: 105px 0 72px; }
  .internal-page .page-hero h1 { font-size: clamp(2.8rem, 14vw, 4.7rem); }
  .internal-page .landing-section { padding: 48px 0; }
  .internal-page .story-visual,
  .internal-page .story-visual img { min-height: 300px; }
}

/* August shared template refinement. */
.internal-page .page-hero h1,
.internal-page .hero-lead { text-align: center; }
.internal-page .hero-trust-list,
.internal-page .hero-trust-list li { color: white; }
.internal-page .page-hero .button-outline,
.internal-page .page-hero .button-outline-light {
  color: white;
  border-color: rgba(255,255,255,.78);
  background: rgba(10,10,12,.22);
}
.internal-page .page-hero .button-outline:hover,
.internal-page .page-hero .button-outline-light:hover { color: white; border-color: white; background: rgba(199,15,33,.9); }
.internal-page .landing-heading h2::after { margin: 24px auto 0; }
.internal-page .landing-heading > p {
  width: 100%;
  text-align: justify;
  text-align-last: center;
}

.internal-page .story-copy { text-align: center; }
.internal-page .story-copy .landing-eyebrow { margin-inline: auto; }
.internal-page .story-copy h2 { text-align: center; }
.internal-page .story-copy p {
  width: 100%;
  max-width: 100%;
  text-align: justify;
}
.internal-page .story-copy .section-actions { justify-content: center; }
.internal-page .landing-section > .landing-container > .section-actions { justify-content: center; }
.internal-page .faq-landing .landing-heading { margin-inline: auto; text-align: center; }
.internal-page .faq-landing .landing-heading .landing-eyebrow { margin-inline: auto; }
.internal-page .faq-landing .landing-heading h2,
.internal-page .faq-landing .landing-heading p { text-align: center; }
.internal-page .faq-landing .landing-heading h2::after { margin-inline: auto; }

.internal-page .feature-card-grid {
  grid-template-columns: repeat(var(--feature-columns, 3), minmax(0, 1fr));
}
.internal-page .feature-card-grid.count-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.internal-page .feature-card-grid.count-7 { grid-template-columns: repeat(8, minmax(0, 1fr)); }
.internal-page .feature-card-grid.count-7 > li { grid-column: span 2; }
.internal-page .feature-card-grid.count-7 > li:nth-last-child(3) { grid-column: 2 / span 2; }
.internal-page .feature-card-grid li {
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.internal-page .feature-card-grid li > span { align-self: flex-start; }
.internal-page .feature-card-grid li p { width: 100%; min-width: 0; text-align: justify; }
.internal-page .feature-card-grid li p strong {
  display: block;
  margin-bottom: 5px;
  color: inherit;
  font-family: var(--display);
  font-size: 1.04rem;
  text-transform: uppercase;
}
.internal-page .feature-card-grid li .feature-item-copy,
.internal-page .feature-card-grid li:hover .feature-item-copy {
  width: auto;
  height: auto;
  display: block;
  margin: 0;
  color: inherit;
  border-radius: 0;
  background: transparent;
}
.internal-page .factor-section .feature-card-grid li,
.internal-page .load-options-section .feature-card-grid li {
  min-height: 92px;
  flex-direction: row;
  gap: 13px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 17px 18px;
}
.internal-page .factor-section .feature-card-grid li > span,
.internal-page .load-options-section .feature-card-grid li > span {
  width: 28px;
  height: 28px;
  align-self: flex-start;
  margin-top: 0;
  font-size: .82rem;
}
.internal-page .factor-section .feature-card-grid li p strong,
.internal-page .load-options-section .feature-card-grid li p strong {
  margin-bottom: 3px;
  font-size: .98rem;
  line-height: 1.1;
  text-align: left;
}
.internal-page .factor-section .feature-card-grid li p,
.internal-page .load-options-section .feature-card-grid li p {
  font-size: .84rem;
  line-height: 1.45;
  text-align: left;
}
.internal-page .factor-section .feature-item-copy,
.internal-page .load-options-section .feature-item-copy { font-size: .8rem; line-height: 1.45; }

.internal-page .compact-feature-section {
  padding: clamp(42px, 4.5vw, 58px) 0;
}
.internal-page .compact-feature-section .landing-heading {
  max-width: 780px;
  margin-bottom: 22px;
}
.internal-page .compact-feature-section .landing-heading h2 {
  font-size: clamp(2.45rem, 4.2vw, 4rem);
  line-height: .94;
}
.internal-page .compact-feature-section .landing-heading h2::after {
  width: 52px;
  height: 4px;
  margin-top: 16px;
}
.internal-page .compact-feature-section .landing-heading > p {
  max-width: 720px;
  margin-top: 13px;
  font-size: .94rem;
  line-height: 1.58;
}
.internal-page .compact-feature-section .feature-card-grid { gap: 12px; }
.internal-page .load-options-section {
  color: white;
  background: linear-gradient(135deg, #171719 0%, #29292e 58%, #4d0b14 100%) !important;
}
.internal-page .load-options-section .landing-heading h2,
.internal-page .load-options-section .landing-heading > p { color: white; }
.internal-page .load-options-section .landing-eyebrow { color: var(--scrap-red); background: white; }
.internal-page .load-options-section .feature-card-grid li {
  color: white;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.075);
  box-shadow: none;
}
.internal-page .load-options-section .feature-card-grid li:hover {
  color: white;
  border-color: rgba(255,255,255,.28);
  background: rgba(199,15,33,.72);
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
}

@media (min-width: 1100px) {
  .internal-page .compact-feature-section > .landing-container {
    display: grid;
    grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
    gap: clamp(30px, 4vw, 54px);
    align-items: center;
  }
  .internal-page .compact-feature-section .landing-heading {
    margin: 0;
    text-align: left;
  }
  .internal-page .compact-feature-section .landing-heading .landing-eyebrow { margin-inline: 0; }
  .internal-page .compact-feature-section .landing-heading h2 { text-align: left; }
  .internal-page .compact-feature-section .landing-heading h2::after { margin: 16px 0 0; }
  .internal-page .compact-feature-section .landing-heading > p {
    text-align: left;
    text-align-last: auto;
  }
  .internal-page .compact-feature-section .feature-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.internal-page .material-types-section {
  color: white;
  background: linear-gradient(135deg, #85101e, #d3132a) !important;
}
.internal-page .material-types-section .landing-heading h2,
.internal-page .material-types-section .landing-heading > p { color: white; }
.internal-page .material-types-section .landing-eyebrow { color: var(--scrap-red); background: white; }
.internal-page .material-types-section .feature-card-grid li {
  position: relative;
  min-height: 230px;
  align-items: stretch;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0;
  color: white;
  border: 1px solid rgba(255,255,255,.28);
  background: #18181b;
  box-shadow: 0 16px 38px rgba(75,5,17,.22);
  isolation: isolate;
}
.internal-page .material-types-section .feature-card-grid li::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: var(--card-image, var(--feature-image)) center / cover no-repeat;
  filter: saturate(1.04) contrast(1.02);
  transition: transform .45s ease;
}
.internal-page .material-types-section .feature-card-grid li::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,10,12,0) 36%, rgba(10,10,12,.2) 55%, rgba(10,10,12,.96) 100%);
}
.internal-page .material-types-section .feature-card-grid li:hover { color: white; background: #18181b; }
.internal-page .material-types-section .feature-card-grid li:hover::before { transform: scale(1.055); }
.internal-page .material-types-section .feature-card-grid li > span { display: none; }
.internal-page .material-types-section .feature-card-grid li p {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 70px 20px 19px;
  text-align: center;
}
.internal-page .material-types-section .feature-card-grid li p strong {
  margin-bottom: 4px;
  font-size: 1.13rem;
  line-height: 1.08;
  text-align: center;
}
.internal-page .material-types-section .feature-card-grid li .feature-item-copy {
  color: rgba(255,255,255,.9);
  font-size: .78rem;
  line-height: 1.42;
  text-align: center;
}

.internal-page .customer-path-section {
  background: linear-gradient(145deg, #eee7e1, #f7e9eb) !important;
}
.path-card-grid {
  display: grid;
  grid-template-columns: repeat(var(--path-columns, 3), minmax(0, 1fr));
  gap: 18px;
}
.path-card {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: end;
  overflow: hidden;
  border-radius: var(--scrap-radius);
  color: white;
  background: var(--scrap-ink);
  box-shadow: var(--scrap-shadow);
}
.path-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,8,10,.04) 20%, rgba(8,8,10,.95) 80%);
}
.path-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.path-card:hover img { transform: scale(1.045); }
.path-card > div { position: relative; z-index: 1; width: 100%; padding: 28px; }
.path-card h3 { margin-bottom: 13px; color: white; font-size: 2rem; text-align: center; text-transform: uppercase; }
.path-card p { color: #f1f1f3; font-size: .9rem; line-height: 1.65; text-align: justify; }
.path-card .button { width: 100%; margin-top: 12px; }
.path-footnote {
  max-width: 880px;
  margin: 22px auto 0;
  padding: 18px 22px;
  border-left: 5px solid var(--scrap-red);
  border-radius: 0 10px 10px 0;
  background: white;
}
.path-footnote p { margin: 0; color: var(--scrap-muted); text-align: justify; }

.detail-card-grid {
  display: grid;
  grid-template-columns: repeat(var(--detail-columns, 3), minmax(0, 1fr));
  gap: 16px;
}
.detail-card {
  display: grid;
  grid-template-rows: 185px 1fr;
  overflow: hidden;
  border-radius: 14px;
  background: white;
  box-shadow: var(--scrap-shadow);
}
.detail-card img { width: 100%; height: 185px; object-fit: cover; }
.detail-card > div { display: flex; flex-direction: column; padding: 22px; }
.detail-card h3 { margin-bottom: 12px; font-size: 1.45rem; text-align: center; text-transform: uppercase; }
.detail-card p { color: var(--scrap-muted); font-size: .88rem; line-height: 1.62; text-align: justify; }
.detail-card .button { width: 100%; margin-top: auto; }

.internal-page .landing-steps {
  grid-template-columns: repeat(var(--step-columns, 4), minmax(0, 1fr));
  align-items: stretch;
}
.internal-page .landing-steps li {
  min-width: 0;
  min-height: 236px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.internal-page .landing-steps li > span { flex: 0 0 auto; }
.internal-page .landing-steps h3 { width: 100%; text-align: center; }
.internal-page .landing-steps .step-part { width: 100%; }
.internal-page .landing-steps .step-part + .step-part { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--scrap-line); }
.internal-page .landing-steps .step-part h3 { margin-bottom: 7px; font-size: 1.18rem; }
.internal-page .landing-steps p,
.internal-page .landing-steps .step-statement {
  width: 100%;
  margin: 0;
  color: var(--scrap-muted);
  font-size: .88rem;
  line-height: 1.62;
  text-align: justify;
}
.internal-page .landing-steps .step-statement {
  color: var(--scrap-ink);
  font-family: var(--display);
  font-size: 1.08rem;
  font-weight: 700;
  text-transform: uppercase;
}

.internal-page .branch-section { overflow: visible; }
.internal-page .yard-landing-grid,
.contact-yards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.internal-page .yard-landing-grid.yard-count-1 {
  grid-template-columns: minmax(0, 780px);
  justify-content: center;
}
.internal-page .yard-landing-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(199,15,33,.16);
  background: white;
}
.internal-page .yard-landing-card iframe {
  width: 100%;
  height: 235px;
  flex: 0 0 auto;
  display: block;
  border: 0;
  background: #e6e3df;
}
.yard-landing-body { height: 100%; display: flex; flex-direction: column; padding: 27px; }
.internal-page .yard-card-top { text-align: center; }
.internal-page .yard-card-top h3 { text-align: center; }
.yard-facts { display: grid; gap: 8px; }
.yard-facts p { margin: 0; color: var(--scrap-muted); line-height: 1.62; text-align: justify; }
.yard-facts p strong { color: var(--scrap-ink); }
.service-area-details { border-top: 1px solid var(--scrap-line); border-bottom: 1px solid var(--scrap-line); }
.service-area-details summary {
  padding: 11px 0;
  color: var(--scrap-red);
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.service-area-details p { padding-bottom: 12px; font-size: .82rem; }
.internal-page .yard-card-actions { justify-content: center; margin-top: auto; padding-top: 20px; }
.internal-page .yard-card-actions .button { flex: 1 1 160px; padding-inline: 12px; white-space: nowrap; }
.contact-yards-section { background: linear-gradient(145deg, #f5e5e7, #eee8e2) !important; }

.internal-page .enquiry-form input::placeholder,
.internal-page .enquiry-form textarea::placeholder { color: #55575b; opacity: 1; }
.internal-page .enquiry-form select:invalid { color: #55575b; }
.internal-page .enquiry-form option { color: var(--scrap-ink); }

.internal-page .feedback-proof { background: white; }
.internal-page .testimonials-section .section-actions { justify-content: center; }
.internal-page .testimonial-carousel { position: relative; z-index: 1; }
.internal-page .testimonial-slide p { color: #49494e; }

.internal-page .feature-landing,
.internal-page .testimonials-section,
.internal-page .site-footer { position: relative; overflow: hidden; }
.internal-page .feature-landing::before,
.internal-page .testimonials-section::before,
.internal-page .site-footer::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: clamp(250px, 28vw, 420px);
  height: clamp(225px, 25vw, 375px);
  background: url("assets/scrap-mart-logo.png") center top / 100% auto no-repeat;
  opacity: .035;
  pointer-events: none;
}
.internal-page .feature-landing::before { right: -90px; bottom: -70px; transform: rotate(-7deg); }
.internal-page .testimonials-section::before { top: 25px; left: -100px; transform: rotate(7deg); }
.internal-page .site-footer::before { right: -60px; bottom: -80px; opacity: .075; }
.internal-page .site-footer > .container { position: relative; z-index: 1; }

@media (max-width: 1080px) {
  .internal-page .feature-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .internal-page .feature-card-grid.count-6,
  .internal-page .feature-card-grid.count-7 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .internal-page .feature-card-grid.count-7 > li,
  .internal-page .feature-card-grid.count-7 > li:nth-last-child(3) { grid-column: auto; }
  .internal-page .landing-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 700px) and (max-width: 1080px) {
  .internal-page .landing-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .path-card-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 390px; }
}

@media (max-width: 760px) {
  .internal-page .landing-heading > p,
  .internal-page .story-copy p,
  .internal-page .feature-card-grid li p,
  .internal-page .landing-steps p,
  .internal-page .landing-steps .step-statement,
  .path-card p,
  .path-footnote p,
  .detail-card p,
  .yard-facts p { text-align: left; text-align-last: auto; }
  .internal-page .feature-card-grid,
  .internal-page .feature-card-grid.count-6,
  .internal-page .feature-card-grid.count-7,
  .internal-page .landing-steps,
  .detail-card-grid,
  .internal-page .yard-landing-grid,
  .contact-yards-grid { grid-template-columns: 1fr; }
  .internal-page .feature-card-grid.count-7 > li,
  .internal-page .feature-card-grid.count-7 > li:nth-last-child(3) { grid-column: auto; }
  .internal-page .material-types-section .feature-card-grid li { min-height: 190px; }
  .internal-page .compact-feature-section { padding: 42px 0; }
  .internal-page .compact-feature-section .feature-card-grid li { min-height: 78px; }
  .internal-page .material-types-section .feature-card-grid li { min-height: 220px; }
  .internal-page .landing-steps li { min-height: 0; }
  .path-card { min-height: 370px; }
  .detail-card { grid-template-rows: 210px 1fr; }
  .detail-card img { height: 210px; }
  .internal-page .yard-landing-card iframe { height: 220px; }
  .yard-landing-body { padding: 23px; }
  .internal-page .yard-card-actions .button { width: 100%; flex-basis: 100%; font-size: .78rem; }
}

/* 2026 full-site finalisation system: one reusable visual language for every route. */
:root {
  --scrap-red: #d71932;
  --scrap-red-hot: #f43b4e;
  --scrap-green: #236c43;
  --scrap-green-deep: #174b30;
  --scrap-ink: #111214;
  --scrap-steel: #2b2d31;
  --scrap-nickel: #d8d2cb;
  --scrap-paper: #f7f4f0;
  --scrap-mist: #ece8e3;
}

body.internal-page {
  color: var(--scrap-ink);
  background: var(--scrap-paper);
  font-size: 18px;
}
.internal-page p,
.internal-page li,
.internal-page summary,
.internal-page input,
.internal-page select,
.internal-page textarea { font-size: 1rem; line-height: 1.68; }
.internal-page .button { min-height: 48px; padding: 11px 25px; font-size: .94rem; font-weight: 700; }
.internal-page .landing-container,
.internal-page .hero-grid { width: min(1240px, calc(100% - 56px)); }

/* Short, image-led hero with a readable copy plate. */
.internal-page .page-hero {
  min-height: 530px;
  padding: 126px 0 58px;
  text-align: left;
}
.internal-page .page-hero::before {
  background-position: center;
  filter: saturate(1.08) contrast(1.02) brightness(1.05);
}
.internal-page .page-hero::after {
  background:
    linear-gradient(90deg, rgba(10,11,12,.77) 0%, rgba(10,11,12,.43) 56%, rgba(10,11,12,.18) 100%),
    linear-gradient(0deg, rgba(10,11,12,.52), transparent 64%);
}
.internal-page .hero-grid { display: block; }
.internal-page .hero-copy {
  width: min(790px, 100%);
  max-width: none;
  margin: 0;
  padding: clamp(24px, 3.2vw, 42px);
  border: 1px solid rgba(255,255,255,.2);
  border-left: 6px solid var(--scrap-red-hot);
  background: linear-gradient(120deg, rgba(12,13,14,.87), rgba(12,13,14,.63));
  box-shadow: 0 24px 70px rgba(0,0,0,.3);
  backdrop-filter: blur(7px);
  text-align: left;
}
.internal-page .page-hero h1 {
  max-width: 760px;
  margin-inline: 0;
  font-size: clamp(3.15rem, 6vw, 5.8rem);
  line-height: .9;
  text-align: left;
}
.internal-page .page-hero .hero-lead { max-width: 720px; margin-inline: 0; color: #f5f2ef; font-size: 1.08rem; text-align: left; }
.internal-page .breadcrumb { justify-content: flex-start; font-size: .82rem; }
.internal-page .hero-kicker { font-size: .82rem; }
.internal-page .hero-actions { justify-content: flex-start; }
.internal-page .hero-amr-mark {
  display: block;
  position: absolute;
  right: clamp(24px, 5vw, 74px);
  bottom: 30px;
  width: 118px;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.46);
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 32px rgba(0,0,0,.25);
}
.internal-page .hero-amr-mark img { width: 100%; height: auto; }
.internal-page .hero-kicker::before,
.internal-page .landing-eyebrow::before { display: none; content: none; }

.internal-trust-strip {
  color: white;
  background: linear-gradient(105deg, var(--scrap-ink), #25272b 58%, var(--scrap-green-deep));
  border-bottom: 4px solid var(--scrap-red);
}
.internal-trust-strip ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  margin: 0 auto;
  padding-block: 16px;
  list-style: none;
}
.internal-trust-strip li {
  min-height: 52px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 7px 18px;
  border-right: 1px solid rgba(255,255,255,.15);
  font-family: var(--display);
  font-size: .87rem;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.25;
  text-transform: uppercase;
}
.internal-trust-strip li:last-child { border-right: 0; }
.internal-trust-strip li > span {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: white;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(215,25,50,.82);
  font-size: .78rem;
}

/* Deliberate section rhythm and restrained brand watermark. */
.internal-page .landing-section { padding: clamp(64px, 6.5vw, 88px) 0; }
.internal-page .landing-main > .landing-section:nth-child(4n+1) { background: var(--scrap-paper); }
.internal-page .landing-main > .landing-section:nth-child(4n+2) { background: #e8e3de; }
.internal-page .landing-main > .landing-section:nth-child(4n+3) { background: #fff; }
.internal-page .landing-main > .landing-section:nth-child(4n) { background: #f0ebe6; }
.internal-page .landing-section { position: relative; overflow: hidden; }
.internal-page .landing-section:nth-child(5n+2)::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -70px;
  bottom: -70px;
  width: 290px;
  height: 250px;
  background: url("assets/scrap-mart-logo.png") center / contain no-repeat;
  opacity: .026;
  pointer-events: none;
  transform: rotate(-6deg);
}
.internal-page .landing-section > .landing-container { position: relative; z-index: 1; }
.internal-page .landing-heading { max-width: 860px; margin-bottom: 34px; text-align: center; }
.internal-page .landing-heading h2 { text-wrap: balance; }
.internal-page .landing-heading h2::after { margin: 20px auto 0; }
.internal-page .landing-eyebrow { margin-inline: auto; padding: 7px 13px; font-size: .82rem; }
.internal-page .landing-heading > p { max-width: 820px; margin-inline: auto; text-align: center; }
.internal-page .section-actions { justify-content: center; }

/* Compact, balanced card systems. */
.internal-page .feature-card-grid { gap: 16px; }
.internal-page .compact-feature-section { padding-block: 58px; }
.internal-page .compact-feature-section .landing-heading { margin-bottom: 25px; }
.internal-page .compact-feature-section .feature-card-grid {
  grid-template-columns: repeat(var(--feature-columns), minmax(0, 1fr));
}
.internal-page .compact-feature-section .feature-card-grid li {
  min-height: 126px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-content: center;
  padding: 19px;
  border: 1px solid #d8d2cb;
  border-top: 4px solid var(--scrap-red);
  background: #fff;
  box-shadow: 0 12px 28px rgba(32,28,25,.07);
}
.internal-page .load-options-section .feature-card-grid li { min-height: 104px; }
.internal-page .feature-card-grid li > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--scrap-red);
  border-radius: 0;
}
.internal-page .factor-section .feature-card-grid li > span { background: var(--scrap-green); }
.internal-page .feature-card-grid li p { margin: 0; text-align: left; }
.internal-page .feature-cta-tile {
  min-height: 126px;
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: center;
  color: white;
  border-color: #76101d !important;
  background: linear-gradient(135deg, #a20d20, var(--scrap-red) 58%, #63101a) !important;
  box-shadow: 0 15px 35px rgba(135,12,28,.2) !important;
}
.internal-page .feature-cta-tile > span { background: rgba(255,255,255,.16) !important; }
.internal-page .feature-cta-tile strong { font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }
.internal-page .feature-cta-tile .button { min-height: 40px; padding: 7px 16px; font-size: .78rem; }

.internal-page .material-types-section .feature-card-grid li {
  min-height: 285px;
  align-content: end;
  padding-top: 145px;
  background-image: linear-gradient(180deg, rgba(10,11,12,.02) 25%, rgba(10,11,12,.9) 82%), var(--card-image);
  background-position: center;
  background-size: cover;
}
.internal-page .material-types-section .feature-card-grid li p { color: white; font-size: 1rem; line-height: 1.5; }
.internal-page .material-types-section .feature-cta-tile { padding-top: 24px; background-image: linear-gradient(135deg, #a20d20, var(--scrap-red) 58%, #63101a); }

/* Premium price interface: high contrast, compact rows, restrained value glow. */
.page-family-prices .price-landing-section {
  background: radial-gradient(circle at 90% 15%, rgba(49,134,84,.25), transparent 24%), linear-gradient(145deg, #111214, #202328) !important;
}
.page-family-prices .price-landing-section .landing-heading h2,
.page-family-prices .price-landing-section .landing-heading p,
.page-family-prices .price-landing-section .landing-eyebrow { color: white; }
.page-family-prices .price-preview {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.97);
  box-shadow: 0 0 0 1px rgba(244,59,78,.24), 0 25px 70px rgba(0,0,0,.28), 0 0 50px rgba(35,108,67,.12);
}
.page-family-prices .price-toolbar { padding: 16px; background: #ece8e3; }
.page-family-prices .price-filter { min-height: 42px; }
.page-family-prices .price-row { min-height: 64px; padding-block: 12px; }
.page-family-prices .price-rate b { color: var(--scrap-green-deep); font-size: 1.2rem; }
.page-family-prices .price-enquire { padding: 8px 12px; color: white; background: var(--scrap-red); }

/* Process rails remain readable without becoming oversized. */
.internal-page .process-landing { padding-block: 60px; }
.internal-page .landing-steps { gap: 14px; }
.internal-page .landing-steps li { min-height: 190px; padding: 22px; border-top: 4px solid var(--scrap-red); }
.internal-page .landing-steps li > span { margin-bottom: 12px; font-size: 2rem; }
.internal-page .landing-steps h3 { font-size: 1.35rem; }
.internal-page .landing-steps p { line-height: 1.58; }

/* Branch and contact conversion components. */
.internal-page .yard-landing-grid,
.internal-page .contact-yards-grid { gap: 22px; }
.internal-page .yard-landing-card {
  border: 1px solid #d3cdc6;
  border-top: 5px solid var(--scrap-red);
  background: white;
  box-shadow: 0 18px 44px rgba(33,27,24,.1);
}
.internal-page .yard-landing-card iframe { height: 245px; }
.internal-page .yard-landing-body { display: flex; flex-direction: column; height: calc(100% - 245px); }
.internal-page .yard-facts { flex: 1; }
.internal-page .yard-card-actions { justify-content: flex-start; margin-top: 18px; }
.internal-page .yard-card-actions .button { flex: 1 1 180px; padding-inline: 15px; font-size: .8rem; }
.internal-page .button-location { color: white; background: var(--scrap-green); }
.internal-page .button-call { color: white; background: var(--scrap-ink); }

.contact-primary-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}
.contact-primary-copy { position: sticky; top: 120px; padding: 34px; color: white; background: linear-gradient(145deg, var(--scrap-ink), #292b30); }
.contact-primary-copy h2 { margin-bottom: 20px; color: white; font-size: clamp(2.5rem, 4.8vw, 4.5rem); text-transform: uppercase; }
.contact-primary-copy p { color: #f2efec; text-align: left; }
.contact-quick-actions { display: grid; gap: 8px; margin-top: 24px; }
.contact-quick-actions a { padding: 12px 14px; color: white; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); font-family: var(--display); font-weight: 700; text-transform: uppercase; }
.contact-primary-grid .enquiry-form { margin: 0; padding: 30px; border-top: 5px solid var(--scrap-red); background: white; box-shadow: 0 18px 50px rgba(35,28,24,.11); }

/* Battery pages use a safety-forward green system, while rejected items stay red. */
.page-family-battery .landing-main > .feature-landing:not(.blocked-materials),
.page-family-battery .battery-story { background: linear-gradient(135deg, #e7f2eb, #f7f4f0) !important; }
.page-family-battery .factor-section .feature-card-grid li { border-top-color: var(--scrap-green); }
.internal-page .blocked-materials { color: white; background: linear-gradient(125deg, #7f0a19, var(--scrap-red), #5d0b15) !important; }
.internal-page .blocked-materials h2,
.internal-page .blocked-materials p { color: white; }
.internal-page .blocked-materials .feature-card-grid li { color: white; border-color: rgba(255,255,255,.2); background: rgba(29,6,10,.42); }
.internal-page .blocked-materials .feature-card-grid li > span { background: white; color: var(--scrap-red); }

/* Customer and service cards keep imagery clear, with copy anchored at the bottom. */
.internal-page .path-card,
.internal-page .detail-card { overflow: hidden; border: 1px solid #d8d2cb; box-shadow: 0 16px 38px rgba(35,28,24,.09); }
.internal-page .path-card::after { background: linear-gradient(180deg, transparent 32%, rgba(10,11,12,.88) 82%); }
.internal-page .path-card > div { align-self: end; }
.internal-page .path-card p { color: #f3f1ef; }
.internal-page .detail-card { grid-template-rows: 230px 1fr; }
.internal-page .detail-card img { height: 230px; }
.internal-page .faq-landing-grid { align-items: start; }
.internal-page .faq-stack details { border-left: 4px solid var(--scrap-red); background: white; }

@media (max-width: 980px) {
  body.internal-page { font-size: 17px; }
  .internal-trust-strip ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .internal-trust-strip li:nth-child(even) { border-right: 0; }
  .contact-primary-grid { grid-template-columns: 1fr; }
  .contact-primary-copy { position: static; }
  .internal-page .compact-feature-section .feature-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .internal-page .landing-container,
  .internal-page .hero-grid { width: min(100% - 28px, 1240px); }
  .internal-page .page-hero { min-height: 0; padding: 104px 0 40px; }
  .internal-page .hero-copy { padding: 22px; }
  .internal-page .page-hero h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .internal-page .page-hero .hero-lead { font-size: 1rem; }
  .internal-page .hero-amr-mark { position: static; width: 92px; margin-top: 18px; }
  .internal-trust-strip ul { grid-template-columns: 1fr; }
  .internal-trust-strip li { min-height: 48px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .internal-page .landing-section { padding-block: 52px; }
  .internal-page .landing-heading > p { text-align: left; }
  .internal-page .compact-feature-section .feature-card-grid { grid-template-columns: 1fr; }
  .internal-page .material-types-section .feature-card-grid li { min-height: 240px; padding-top: 120px; }
  .contact-primary-grid { gap: 22px; }
  .contact-primary-copy,
  .contact-primary-grid .enquiry-form { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .internal-page *,
  .internal-page *::before,
  .internal-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Final audit correction: alternate every internal content section light/dark. */
.internal-page .landing-main > .landing-section:nth-child(odd) {
  color: var(--scrap-ink);
  background: linear-gradient(135deg, var(--scrap-paper), #fff) !important;
}
.internal-page .landing-main > .landing-section:nth-child(even) {
  color: white;
  background: linear-gradient(135deg, #111214, #292b30) !important;
}
.internal-page .landing-main > .landing-section:nth-child(even) .landing-heading h2,
.internal-page .landing-main > .landing-section:nth-child(even) .landing-heading p,
.internal-page .landing-main > .landing-section:nth-child(even) .story-copy h2,
.internal-page .landing-main > .landing-section:nth-child(even) .story-copy p,
.internal-page .landing-main > .landing-section:nth-child(even) .path-footnote p { color: white; }
.internal-page .landing-main > .landing-section:nth-child(even) .landing-eyebrow { color: #111214; background: white; }
.internal-page .landing-main > .landing-section:nth-child(even) .landing-heading h2::after { background: #f43b4e; }
.internal-page .landing-main > .landing-section:nth-child(even) .feature-card-grid li,
.internal-page .landing-main > .landing-section:nth-child(even) .landing-steps li,
.internal-page .landing-main > .landing-section:nth-child(even) .faq-stack details,
.internal-page .landing-main > .landing-section:nth-child(even) .yard-landing-card,
.internal-page .landing-main > .landing-section:nth-child(even) .detail-card { color: var(--scrap-ink); background: white; }
.internal-page .landing-main > .landing-section:nth-child(even) .feature-card-grid li p,
.internal-page .landing-main > .landing-section:nth-child(even) .landing-steps li p,
.internal-page .landing-main > .landing-section:nth-child(even) .yard-facts p,
.internal-page .landing-main > .landing-section:nth-child(even) .detail-card p { color: var(--scrap-ink); }
.internal-page .landing-main > .landing-section:nth-child(even) .path-card p { color: #f4f1ee; }
.internal-page .landing-main > .landing-section:nth-child(even) .feedback-proof,
.internal-page .landing-main > .landing-section:nth-child(even) .path-footnote { color: var(--scrap-ink); background: white; }
.internal-page .landing-main > .landing-section:nth-child(even) .feedback-proof p,
.internal-page .landing-main > .landing-section:nth-child(even) .path-footnote p { color: var(--scrap-ink); }
.internal-page .feature-card-grid { grid-auto-rows: 1fr; align-items: stretch; }
.internal-page .feature-card-grid > li { height: 100%; }

/* Price-page approval round: clearer quote action, reliable contrast and homepage yard cards. */
.page-family-prices .factor-section .feature-cta-tile {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto;
  grid-auto-flow: row !important;
  gap: 14px;
  align-items: center !important;
  align-content: center;
  justify-items: center;
  padding: 24px;
  text-align: center;
}
.page-family-prices .factor-section .feature-cta-tile strong {
  color: white;
  font-size: 1.45rem;
  line-height: 1.12;
  text-align: center;
}
.page-family-prices .factor-section .feature-cta-tile .button {
  min-width: 150px;
  margin: 0;
}

.page-family-prices .hero-actions .hero-amr-button {
  position: relative;
  width: 230px;
  height: 54px;
  min-height: 54px;
  overflow: hidden;
  padding: 3px 16px;
  border: 2px solid #71b586;
  background: white;
  box-shadow: 0 12px 30px rgba(24,105,53,.28);
  animation: amr-membership-glow 2.8s ease-in-out infinite;
}
.page-family-prices .hero-actions .hero-amr-button:hover {
  border-color: #3f8958;
  background: #f6fff8;
}
.page-family-prices .hero-actions .hero-amr-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 154px;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
}

.internal-page.page-family-prices .landing-main > .price-landing-section {
  color: var(--scrap-ink);
  background: linear-gradient(135deg, var(--scrap-paper), #fff) !important;
}
.internal-page.page-family-prices .landing-main > .price-landing-section .landing-heading h2,
.internal-page.page-family-prices .landing-main > .price-landing-section .landing-heading p { color: var(--scrap-ink); }
.internal-page.page-family-prices .landing-main > .price-landing-section .landing-eyebrow {
  color: var(--scrap-red);
  background: white;
}

.page-family-prices .landing-main > .faq-landing {
  color: var(--scrap-ink);
  background: linear-gradient(135deg, var(--scrap-paper), #fff) !important;
}
.page-family-prices .landing-main > .faq-landing .landing-heading h2 { color: var(--scrap-ink); }
.page-family-prices .landing-main > .faq-landing .landing-heading > p { color: #56555a; }
.page-family-prices .landing-main > .faq-landing .landing-eyebrow {
  color: white;
  background: var(--scrap-red);
}

.page-family-prices .price-yard-section {
  color: var(--scrap-ink);
  background: linear-gradient(135deg, #f3ece7, #fff) !important;
}
.page-family-prices .price-yard-section .landing-heading h2 { color: var(--scrap-ink); }
.page-family-prices .price-yard-section .landing-heading > p { color: #56555a; }
.page-family-prices .price-yard-section .landing-eyebrow {
  color: white;
  background: var(--scrap-red);
}
.page-family-prices .price-yard-grid {
  width: min(920px, 100%);
  margin: 0 auto;
}
.page-family-prices .price-yard-grid .yard-card {
  overflow: hidden;
  border: 1px solid #d8d2cb;
  border-top: 5px solid var(--scrap-red);
  border-radius: 12px;
  background: white;
  box-shadow: 0 18px 48px rgba(35,28,24,.12);
}
.page-family-prices .price-yard-grid .yard-card iframe { height: 320px; }
.page-family-prices .price-yard-grid .yard-body h3 {
  color: var(--scrap-ink);
  text-align: center;
}
.page-family-prices .price-yard-grid .yard-body dl {
  color: var(--scrap-ink);
  text-align: center;
}
.page-family-prices .price-yard-grid .yard-body dl div {
  grid-template-columns: minmax(0, 1fr);
  gap: 5px;
  justify-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #d4cec8;
}
.page-family-prices .price-yard-grid .yard-body dt,
.page-family-prices .price-yard-grid .yard-body dd { text-align: center; }
.page-family-prices .price-yard-grid .yard-body .button-row {
  align-items: stretch;
  gap: 9px;
}
.page-family-prices .price-yard-grid .yard-body .button {
  flex: 1 1 190px;
  padding-inline: 14px;
  text-align: center;
}

@media (max-width: 620px) {
  .page-family-prices .factor-section .feature-cta-tile { min-height: 170px; }
  .page-family-prices .faq-landing-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .page-family-prices .faq-stack {
    width: 100%;
    min-width: 0;
  }
  .page-family-prices .price-yard-grid .yard-card iframe { height: 270px; }
}

/* Safety sections keep their semantic red treatment without losing contrast. */
.internal-page .landing-main > .blocked-materials {
  color: white;
  background: linear-gradient(125deg, #7f0a19, var(--scrap-red), #5d0b15) !important;
}
.internal-page .landing-main > .blocked-materials .landing-heading h2,
.internal-page .landing-main > .blocked-materials .landing-heading p { color: white; }
.internal-page .landing-main > .blocked-materials .landing-eyebrow { color: var(--scrap-red); background: white; }

/* Aluminium page approval round. Keep these changes isolated from other material pages. */
.page-aluminium .hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(760px, 100%);
}
.page-aluminium .hero-actions .button { width: 100%; }
.page-aluminium .hero-actions .hero-amr-button {
  position: relative;
  grid-column: 1 / -1;
  width: 230px;
  height: 54px;
  min-height: 54px;
  justify-self: start;
  overflow: hidden;
  padding: 3px 16px;
  border: 2px solid #71b586;
  background: white;
  box-shadow: 0 12px 30px rgba(24,105,53,.28);
}
.page-aluminium .hero-actions .hero-amr-button:hover {
  border-color: #3f8958;
  background: #f6fff8;
}
.page-aluminium .hero-actions .hero-amr-button img {
  width: 150px;
  height: auto;
  object-fit: contain;
}
.page-aluminium .no-story-rule::before {
  display: none;
  content: none;
}

.internal-page.page-aluminium .landing-main > .material-types-section {
  color: white;
  background: linear-gradient(135deg, #85101e, #d3132a) !important;
}
.page-aluminium .material-types-section .landing-heading h2,
.page-aluminium .material-types-section .landing-heading > p { color: white; }
.page-aluminium .material-types-section .feature-card-grid li {
  min-height: 300px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 170px 1fr;
  align-content: stretch;
  padding: 0;
  color: white;
  background: #17181b;
  background-image: none;
}
.page-aluminium .material-types-section .feature-card-grid li::before {
  position: relative;
  z-index: 0;
  inset: auto;
  grid-row: 1;
  width: 100%;
  height: 170px;
  background: var(--card-image, var(--feature-image)) center / cover no-repeat;
}
.page-aluminium .material-types-section .feature-card-grid li::after { display: none; }
.page-aluminium .material-types-section .feature-card-grid li:hover::before { transform: scale(1.025); }
.page-aluminium .material-types-section .feature-card-grid li p {
  position: relative;
  z-index: 1;
  grid-row: 2;
  margin: 0;
  padding: 17px 18px 19px;
  color: white !important;
  background: #17181b;
}
.page-aluminium .material-types-section .feature-card-grid li p strong,
.page-aluminium .material-types-section .feature-card-grid li .feature-item-copy { color: white !important; }

.internal-page.page-aluminium .landing-main > .load-options-section {
  color: white;
  background: linear-gradient(135deg, #171719, #29292e 58%, #4d0b14) !important;
}
.page-aluminium .load-options-section .landing-heading h2,
.page-aluminium .load-options-section .landing-heading > p { color: white; }
.page-aluminium .load-options-section .feature-card-grid li {
  min-height: 190px;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-content: start;
  color: var(--scrap-ink);
  background: white;
}
.page-aluminium .load-options-section .feature-card-grid li:hover {
  color: var(--scrap-ink);
  border-color: #d5cec8;
  background: white;
}
.page-aluminium .load-options-section .feature-card-grid li p,
.page-aluminium .load-options-section .feature-card-grid li p strong,
.page-aluminium .load-options-section .feature-card-grid li .feature-item-copy { color: var(--scrap-ink); }
.page-aluminium .load-options-section .feature-item-copy {
  display: block;
  margin-top: 5px;
}
.page-aluminium .load-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px;
}
.page-aluminium .load-card-links a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  color: white;
  border-radius: 5px;
  background: var(--scrap-red);
  font-family: var(--display);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.page-aluminium .load-card-links a:hover { background: var(--scrap-red-dark); }

.page-aluminium .landing-steps li {
  align-items: flex-start;
  text-align: left;
}
.page-aluminium .landing-steps h3 {
  min-height: 54px;
  margin: 0 0 10px;
  text-align: left;
  text-transform: none;
}
.page-aluminium .landing-steps .step-statement {
  color: var(--scrap-muted);
  font-family: var(--body);
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.62;
  text-align: left;
  text-transform: none;
}
.page-aluminium .landing-steps .step-statement + .step-statement { margin-top: 9px; }

.page-aluminium .related-materials-layout { max-width: 1080px; }
.page-aluminium .related-materials-section .story-copy {
  max-width: 900px;
  margin: auto;
}
.page-aluminium .material-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}
.page-aluminium .material-link-grid a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 15px;
  color: var(--scrap-ink);
  border: 1px solid #d7d1ca;
  border-left: 4px solid var(--scrap-red);
  background: white;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
}
.page-aluminium .material-link-grid a::after {
  content: "→";
  color: var(--scrap-red);
}
.page-aluminium .material-link-grid a:hover {
  color: white;
  border-color: var(--scrap-red);
  background: var(--scrap-red);
}
.page-aluminium .material-link-grid a:hover::after { color: white; }

.page-aluminium .yard-contact-list { margin: 8px 0 0; }
.page-aluminium .yard-contact-list div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--scrap-line);
}
.page-aluminium .yard-contact-list dt {
  color: var(--scrap-ink);
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
}
.page-aluminium .yard-contact-list dd {
  margin: 0;
  color: var(--scrap-muted);
}
.page-aluminium .yard-contact-list a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 761px) {
  .page-aluminium .path-card > div {
    min-height: 250px;
    display: grid;
    grid-template-rows: 64px minmax(0, 1fr) 48px;
    align-content: stretch;
  }
  .page-aluminium .path-card h3 {
    min-height: 64px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
  }
  .page-aluminium .path-card p {
    align-self: start;
    margin: 0;
  }
  .page-aluminium .path-card .button {
    align-self: end;
    margin: 0;
  }
}

@media (max-width: 760px) {
  .page-aluminium .hero-actions { grid-template-columns: 1fr; }
  .page-aluminium .hero-actions .hero-amr-button {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }
  .page-aluminium .material-link-grid { grid-template-columns: 1fr; }
  .page-aluminium .yard-contact-list div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

/* Shared What We Buy detail-page system. */
.page-material-detail .hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(760px, 100%);
}
.page-material-detail .hero-actions .button { width: 100%; }
.page-material-detail .hero-actions .hero-amr-button {
  position: relative;
  grid-column: 1 / -1;
  width: 230px;
  height: 54px;
  min-height: 54px;
  justify-self: start;
  overflow: hidden;
  padding: 3px 16px;
  border: 2px solid #71b586;
  background: white;
  box-shadow: 0 12px 30px rgba(24,105,53,.28);
}
.page-material-detail .hero-actions .hero-amr-button:hover {
  border-color: #3f8958;
  background: #f6fff8;
}
.page-material-detail .hero-actions .hero-amr-button img {
  width: 150px;
  height: auto;
  object-fit: contain;
}
.page-material-detail .no-story-rule::before {
  display: none;
  content: none;
}

.internal-page.page-material-detail .landing-main > .material-types-section {
  color: white;
  background: linear-gradient(135deg, #85101e, #d3132a) !important;
}
.page-material-detail .material-types-section .landing-heading h2,
.page-material-detail .material-types-section .landing-heading > p { color: white; }
.page-material-detail .material-types-section .feature-card-grid li {
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 170px auto;
  gap: 0;
  row-gap: 0;
  align-content: stretch;
  padding: 0;
  color: white;
  background: #17181b;
  background-image: none;
}
.page-material-detail .material-types-section .feature-card-grid li::before {
  position: relative;
  z-index: 0;
  inset: auto;
  grid-row: 1;
  width: 100%;
  height: 170px;
  background: var(--card-image, var(--feature-image)) center / cover no-repeat;
}
.page-material-detail .material-types-section .feature-card-grid li::after { display: none; }
.page-material-detail .material-types-section .feature-card-grid li:hover::before { transform: scale(1.025); }
.page-material-detail .material-types-section .feature-card-grid li p {
  position: relative;
  z-index: 1;
  grid-row: 2;
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 13px 16px 15px;
  color: white !important;
  background: #17181b;
}
.page-material-detail .material-types-section .feature-card-grid li p strong,
.page-material-detail .material-types-section .feature-card-grid li .feature-item-copy { color: white !important; }
.page-material-detail .material-types-section .feature-card-grid .feature-cta-tile {
  min-height: 0;
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-rows: 170px 108px;
  gap: 0;
  padding: 0;
  border-color: white !important;
  background: #17181b !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.2) !important;
}
.page-material-detail .material-types-section .feature-card-grid .feature-cta-tile::before {
  grid-row: 1;
  background-image: var(--card-image, var(--feature-image));
}
.page-material-detail .material-types-section .feature-card-grid .feature-cta-tile > span,
.page-material-detail .material-types-section .feature-card-grid .feature-cta-tile > strong { display: none; }
.page-material-detail .material-types-section .feature-card-grid .feature-cta-tile .button {
  grid-row: 2;
  width: 100%;
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 13px 16px 15px;
  color: white;
  border: 0;
  border-radius: 0;
  background: #17181b;
  font-size: 1.05rem;
  line-height: 1.1;
  text-align: center;
}
.page-material-detail .material-types-section .feature-card-grid .feature-cta-tile .button:hover {
  color: white;
  background: #25262a;
}

.internal-page.page-material-detail .landing-main > .load-options-section {
  color: white;
  background: linear-gradient(135deg, #171719, #29292e 58%, #4d0b14) !important;
}
.page-material-detail .load-options-section .landing-heading h2,
.page-material-detail .load-options-section .landing-heading > p { color: white; }
.page-material-detail .load-options-section .feature-card-grid li {
  min-height: 0;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-content: stretch;
  align-items: stretch;
  padding: 16px 18px 20px;
  color: var(--scrap-ink);
  background: white;
}
.page-material-detail .load-options-section .feature-card-grid li:hover {
  color: var(--scrap-ink);
  border-color: #d5cec8;
  background: white;
}
.page-material-detail .load-options-section .feature-card-grid li p,
.page-material-detail .load-options-section .feature-card-grid li p strong,
.page-material-detail .load-options-section .feature-card-grid li .feature-item-copy { color: var(--scrap-ink); }
.page-material-detail .load-options-section .feature-item-copy {
  display: block;
  margin-top: 5px;
}
.page-material-detail .load-options-section .feature-card-grid li > p {
  height: auto;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.page-material-detail .load-options-section .feature-card-grid li > span { align-self: start; }
.page-material-detail .load-card-links {
  height: auto;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  place-items: stretch;
  width: 100%;
  margin-top: auto;
  padding-top: 13px;
  color: inherit;
  border-radius: 0;
  background: transparent;
}
.page-material-detail .load-card-links a {
  width: 100%;
  min-width: 0;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  color: white;
  border-radius: 5px;
  background: var(--scrap-red);
  font-family: var(--display);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.page-material-detail .load-card-links a:only-child { grid-column: 1 / -1; }
.page-material-detail .load-card-links a:hover { background: var(--scrap-red-dark); }

.page-material-detail .landing-steps li {
  min-height: 0;
  align-items: center;
  padding: 18px 20px 20px;
  text-align: center;
}
.page-material-detail .landing-steps li > span { margin-bottom: 10px; }
.page-material-detail .landing-steps h3 {
  min-height: 0;
  margin: 0 0 8px;
  text-align: center;
  text-transform: none;
}
.page-material-detail .landing-steps .step-statement {
  color: var(--scrap-muted);
  font-family: var(--body);
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.62;
  text-align: center;
  text-transform: none;
}
.page-material-detail .landing-steps .step-statement + .step-statement { margin-top: 9px; }

.page-material-detail .related-materials-layout { max-width: 1080px; }
.page-material-detail .related-materials-section .story-copy {
  max-width: 900px;
  margin: auto;
}
.page-material-detail .material-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}
.page-material-detail .material-link-grid a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 15px;
  color: var(--scrap-ink);
  border: 1px solid #d7d1ca;
  border-left: 4px solid var(--scrap-red);
  background: white;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
}
.page-material-detail .material-link-grid a::after {
  content: "→";
  color: var(--scrap-red);
}
.page-material-detail .material-link-grid a:hover {
  color: white;
  border-color: var(--scrap-red);
  background: var(--scrap-red);
}
.page-material-detail .material-link-grid a:hover::after { color: white; }

.page-material-detail .yard-contact-list { margin: 8px 0 0; }
.page-material-detail .yard-contact-list div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--scrap-line);
}
.page-material-detail .yard-contact-list dt {
  color: var(--scrap-ink);
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
}
.page-material-detail .yard-contact-list dd {
  margin: 0;
  color: var(--scrap-muted);
}
.page-material-detail .yard-contact-list a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.internal-page.page-material-detail .landing-main > .faq-landing {
  color: white;
  background: linear-gradient(135deg, #171719, #29292e 58%, #4d0b14) !important;
}
.page-material-detail .faq-landing .landing-heading h2,
.page-material-detail .faq-landing .landing-heading > p { color: white !important; }
.page-material-detail .faq-landing .faq-stack details { color: var(--scrap-ink); background: white; }
.page-material-detail .faq-landing .faq-stack details p { color: var(--scrap-muted); }

@media (min-width: 761px) {
  .page-material-detail .path-card > div {
    min-height: 250px;
    display: grid;
    grid-template-rows: 64px minmax(0, 1fr) 48px;
    align-content: stretch;
  }
  .page-material-detail .path-card h3 {
    min-height: 64px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
  }
  .page-material-detail .path-card p {
    align-self: start;
    margin: 0;
  }
  .page-material-detail .path-card .button {
    align-self: end;
    margin: 0;
  }
}

@media (max-width: 760px) {
  .page-material-detail .hero-actions { grid-template-columns: 1fr; }
  .page-material-detail .hero-actions .hero-amr-button {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }
  .page-material-detail .material-link-grid { grid-template-columns: 1fr; }
  .page-material-detail .yard-contact-list div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

/* Keep the approved V12 hero above the earlier shared page-family rules. */
body.internal-page .page-hero.v12-material-hero {
  min-height: 680px;
  padding: 0;
  border-bottom: 7px solid var(--scrap-red);
  background: #121316;
}
body.internal-page .page-hero.v12-material-hero::before { display: none; }
body.internal-page .page-hero.v12-material-hero::after {
  background:
    linear-gradient(90deg, #121316 0%, rgba(18, 19, 22, .98) 26%, rgba(18, 19, 22, .78) 45%, rgba(18, 19, 22, .24) 66%, rgba(18, 19, 22, 0) 100%),
    linear-gradient(0deg, rgba(12, 13, 15, .34), transparent 45%);
}
body.internal-page .page-hero.v12-material-hero h1 {
  max-width: 760px;
  font-size: clamp(3.3rem, 5vw, 5.4rem);
  line-height: .95;
}
body.internal-page .page-hero.v12-material-hero .hero-lead { color: rgba(255, 255, 255, .92); }
body.internal-page .page-hero.v12-material-hero .hero-grid {
  display: grid;
  align-items: center;
}

/* Keep every desktop banner's first line level with the approved aluminium hero. */
@media (min-width: 761px) {
  body.internal-page .page-hero.v12-material-hero .hero-grid {
    box-sizing: border-box;
    align-items: start;
    padding-top: 138px;
    padding-bottom: 54px;
  }
}

@media (max-width: 760px) {
  body.internal-page .page-hero.v12-material-hero { min-height: 880px; }
  body.internal-page .page-hero.v12-material-hero::after {
    background:
      linear-gradient(180deg, #121316 0%, rgba(18, 19, 22, .99) 44%, rgba(18, 19, 22, .74) 61%, rgba(18, 19, 22, .10) 100%),
      linear-gradient(0deg, rgba(12, 13, 15, .25), transparent 45%);
  }
  body.internal-page .page-hero.v12-material-hero h1 {
    font-size: clamp(2.65rem, 12vw, 4rem);
    line-height: .96;
  }
  body.internal-page .page-hero.v12-material-hero .hero-grid {
    align-items: start;
  }
}

/* Approved What We Buy banner alignment and AMR button treatment. */
body.page-material-detail .v12-material-hero .hero-actions .hero-amr-button {
  flex-basis: 142px;
  width: 142px;
  min-width: 142px;
  min-height: 68px;
  padding: 0;
  overflow: hidden;
}
body.page-material-detail .v12-material-hero .hero-actions .hero-amr-button img {
  width: 80%;
  height: 80%;
  max-height: 80%;
  object-fit: cover;
  transform: scale(1.35);
}
body.page-material-detail .v12-material-hero .hero-grid {
  width: min(1240px, calc(100% - 56px));
}
@media (min-width: 1100px) {
  body.page-material-detail .v12-material-hero .hero-grid {
    grid-template-columns: minmax(0, 880px) minmax(0, 1fr);
  }
  body.page-material-detail .v12-material-hero .hero-copy {
    width: 100%;
  }
}

@media (max-width: 760px) {
  body.page-material-detail .v12-material-hero .hero-grid {
    width: min(100% - 28px, 680px);
  }
  body.page-material-detail .v12-material-hero .hero-actions .hero-amr-button {
    width: 100%;
    min-width: 0;
    height: 72px;
    min-height: 72px;
    max-height: 72px;
  }
  body.page-material-detail .v12-material-hero .hero-actions .hero-amr-button img {
    width: 50%;
    height: 54px;
    max-height: 54px;
    object-fit: cover;
    transform: scale(1.05);
  }
}

/* Keep the approved AMR button treatment when the cohesive banner is used on price pages. */
body.page-family-prices .v12-material-hero .hero-actions .hero-amr-button {
  position: relative;
  inset: auto;
  flex: 0 0 142px;
  width: 142px;
  min-width: 142px;
  height: 68px;
  min-height: 68px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .20);
  animation: none;
}
body.page-family-prices .v12-material-hero .hero-actions .hero-amr-button img {
  position: static;
  width: 80%;
  height: 80%;
  max-width: none;
  max-height: 80%;
  object-fit: cover;
  transform: scale(1.35);
}

/* Legal pages reuse the approved AMR banner button and homepage branch maps. */
.page-family-privacy-policy .hero-actions,
.page-family-terms-and-conditions .hero-actions {
  display: flex;
  width: min(760px, 100%);
  margin-top: 22px;
}
.page-family-privacy-policy .hero-actions .hero-amr-button,
.page-family-terms-and-conditions .hero-actions .hero-amr-button {
  position: relative;
  width: 230px;
  height: 58px;
  min-height: 58px;
  overflow: hidden;
  padding: 3px 16px;
  border: 2px solid #71b586;
  border-radius: 7px;
  background: white;
  box-shadow: 0 12px 30px rgba(24,105,53,.28);
}
.page-family-privacy-policy .hero-actions .hero-amr-button:hover,
.page-family-terms-and-conditions .hero-actions .hero-amr-button:hover {
  border-color: #3f8958;
  background: #f6fff8;
}
.page-family-privacy-policy .hero-actions .hero-amr-button img,
.page-family-terms-and-conditions .hero-actions .hero-amr-button img {
  width: 150px;
  height: auto;
  object-fit: contain;
}
.internal-page .legal-locations-section {
  background: #f5f5f5;
}
.internal-page .legal-locations-section .center-heading {
  margin-bottom: 32px;
}
.internal-page .legal-locations-section .yard-card {
  border-top: 5px solid var(--scrap-red);
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(33,27,24,.1);
}
.internal-page .legal-locations-section .yard-body {
  display: flex;
  flex-direction: column;
  height: calc(100% - 285px);
}
.internal-page .legal-locations-section .yard-body dl {
  flex: 1;
}
.internal-page .legal-locations-section .button-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 10px;
  margin-top: 22px;
}
.internal-page .legal-locations-section .button {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  margin: 0;
  padding-inline: 12px;
  white-space: normal;
}
.internal-page .legal-locations-section .button-row .button:last-child {
  grid-column: 1 / -1;
}

@media (max-width: 760px) {
  .page-family-privacy-policy .hero-actions,
  .page-family-terms-and-conditions .hero-actions {
    width: 100%;
  }
  .page-family-privacy-policy .hero-actions .hero-amr-button,
  .page-family-terms-and-conditions .hero-actions .hero-amr-button {
    width: min(230px, 100%);
  }
  .internal-page .legal-locations-section .yard-body {
    height: auto;
  }
  .internal-page .legal-locations-section .button-row {
    grid-template-columns: 1fr;
  }
  .internal-page .legal-locations-section .button-row .button:last-child {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  body.page-family-prices .v12-material-hero .hero-actions .hero-amr-button {
    width: 100%;
    min-width: 0;
    height: 72px;
    min-height: 72px;
    max-height: 72px;
  }
  body.page-family-prices .v12-material-hero .hero-actions .hero-amr-button img {
    width: 50%;
    height: 54px;
    max-height: 54px;
    transform: scale(1.05);
  }
}

/* Final service-family guardrails. Keep semantic sections readable after alternating backgrounds. */
body.internal-page.page-family-services .landing-main > section.faq-landing,
body.internal-page.page-family-battery .landing-main > section.faq-landing {
  color: white;
  background: linear-gradient(145deg, #242428 0%, #151517 100%) !important;
}
body.internal-page.page-family-services .landing-main > section.faq-landing .landing-heading h2,
body.internal-page.page-family-services .landing-main > section.faq-landing .landing-heading > p,
body.internal-page.page-family-battery .landing-main > section.faq-landing .landing-heading h2,
body.internal-page.page-family-battery .landing-main > section.faq-landing .landing-heading > p {
  color: white !important;
}
body.internal-page.page-family-services .landing-main > section.faq-landing .faq-stack details,
body.internal-page.page-family-battery .landing-main > section.faq-landing .faq-stack details {
  color: var(--scrap-ink);
  background: white !important;
}
body.internal-page.page-family-services .landing-main > section.faq-landing .faq-stack summary,
body.internal-page.page-family-battery .landing-main > section.faq-landing .faq-stack summary {
  color: var(--scrap-ink) !important;
}
body.internal-page.page-family-services .landing-main > section.faq-landing .faq-stack details p,
body.internal-page.page-family-battery .landing-main > section.faq-landing .faq-stack details p {
  color: var(--scrap-muted) !important;
}
body.internal-page.page-family-battery .landing-main > section.dark-story,
body.internal-page.page-family-battery .landing-main > section.blocked-materials {
  color: white;
  background: linear-gradient(135deg, #171719 0%, #29292e 58%, #4d0b14 100%) !important;
}
body.internal-page.page-family-battery .landing-main > section.dark-story .story-copy h2,
body.internal-page.page-family-battery .landing-main > section.dark-story .story-copy p,
body.internal-page.page-family-battery .landing-main > section.blocked-materials .landing-heading h2,
body.internal-page.page-family-battery .landing-main > section.blocked-materials .landing-heading > p {
  color: white !important;
}

@media (min-width: 761px) {
  body.page-family-services .customer-path-section .path-card > div,
  body.page-family-battery .customer-path-section .path-card > div {
    width: 100%;
    height: 320px;
    min-height: 320px;
  }
}

body.internal-page.page-family-services .landing-steps h3,
body.internal-page.page-family-battery .landing-steps h3 {
  min-height: 2.35em;
  display: grid;
  place-items: center;
  margin: 0 0 12px;
  color: var(--scrap-ink) !important;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
}
body.internal-page.page-family-services .landing-steps .step-statement,
body.internal-page.page-family-battery .landing-steps .step-statement {
  color: var(--scrap-muted) !important;
  font-family: var(--body) !important;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.58;
  text-align: center !important;
  text-transform: none !important;
}
body.internal-page.page-family-services .factor-section .feature-card-grid li:hover,
body.internal-page.page-family-battery .factor-section .feature-card-grid li:hover {
  color: white !important;
  background: #18181b !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.2);
}
body.internal-page.page-family-services .factor-section .feature-card-grid li:hover p,
body.internal-page.page-family-services .factor-section .feature-card-grid li:hover strong,
body.internal-page.page-family-services .factor-section .feature-card-grid li:hover .feature-item-copy,
body.internal-page.page-family-battery .factor-section .feature-card-grid li:hover p,
body.internal-page.page-family-battery .factor-section .feature-card-grid li:hover strong,
body.internal-page.page-family-battery .factor-section .feature-card-grid li:hover .feature-item-copy {
  color: white !important;
}

@media (max-width: 980px) {
  body.internal-page.page-family-services .landing-steps h3,
  body.internal-page.page-family-battery .landing-steps h3 {
    min-height: 0;
  }
}

/* Service quote tiles follow the same card grid, with the action on its own row. */
body.internal-page.page-family-services .feature-card-grid .service-free-quote-tile {
  min-height: 126px;
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 12px;
  align-content: center;
  align-items: center;
  justify-items: stretch;
  padding: 19px !important;
  color: var(--scrap-ink) !important;
  border: 1px solid #d8d2cb !important;
  border-top: 4px solid var(--scrap-red) !important;
  background: white !important;
  box-shadow: 0 12px 28px rgba(32, 28, 25, .07) !important;
}
body.internal-page.page-family-services .feature-card-grid .service-free-quote-tile:hover {
  color: var(--scrap-ink) !important;
  background: white !important;
}
body.internal-page.page-family-services .feature-card-grid .service-free-quote-tile > span {
  grid-column: 1;
  grid-row: 1;
  background: var(--scrap-red) !important;
}
body.internal-page.page-family-services .feature-card-grid .service-free-quote-tile > strong {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  color: var(--scrap-ink) !important;
  font-size: 1.05rem;
  line-height: 1.1;
}
body.internal-page.page-family-services .feature-card-grid .service-free-quote-tile > .button {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  min-height: 42px;
  margin: 2px 0 0;
}

/* 2026-08-24 shared alignment pass for service, customer and process cards. */
.internal-page .path-card > div {
  min-height: 306px;
  display: flex;
  flex-direction: column;
  padding: 26px;
}
.internal-page .path-card h3 {
  min-height: 2.15em;
  display: grid;
  place-items: center;
  margin: 0 0 12px;
  line-height: 1.05;
}
.internal-page .path-card p { margin: 0; }
.internal-page .path-card .button {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  box-sizing: border-box;
}
@media (min-width: 761px) {
  body.internal-page.page-family-services .customer-path-section .path-card > div,
  body.internal-page.page-family-battery .customer-path-section .path-card > div {
    height: 360px;
    min-height: 360px;
  }
}

.internal-page .detail-card > div { min-height: 250px; }
.internal-page .detail-card h3 {
  min-height: 2.2em;
  display: grid;
  place-items: center;
  line-height: 1.08;
}
.internal-page .detail-card > div > .button,
.internal-page .detail-card-actions .button {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.internal-page .detail-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}
.internal-page .detail-card-actions .button {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding-inline: 10px;
  font-size: .72rem;
}

/* Compact service choices on Customer pages without crowding the yard buttons. */
.internal-page.page-family-customers .customer-service-card-section {
  padding-block: clamp(64px, 6vw, 84px);
}
.internal-page.page-family-customers .customer-service-card-section .detail-card {
  grid-template-rows: 190px 1fr;
}
.internal-page.page-family-customers .customer-service-card-section .detail-card img {
  height: 190px;
}
.internal-page.page-family-customers .customer-service-card-section .detail-card > div {
  min-height: 188px;
  padding: 20px;
}
.internal-page.page-family-customers .customer-service-card-section .detail-card h3 {
  margin-bottom: 10px;
}
.internal-page.page-family-customers .customer-service-card-section .detail-card p {
  margin-bottom: 0;
  text-align: center;
}
.internal-page.page-family-customers .customer-service-card-section .detail-card-actions {
  padding-top: 16px;
  padding-bottom: 2px;
}

.internal-page .factor-section .section-actions {
  gap: 12px;
  margin-top: 18px;
}
.internal-page .factor-section .section-actions .button {
  width: 240px;
  min-width: 0;
  min-height: 46px;
  margin: 0;
  box-sizing: border-box;
}

body.internal-page.page-family-customers .material-types-section .feature-card-grid li {
  min-height: 285px;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0 !important;
  color: white !important;
  background: #18181b !important;
}
body.internal-page.page-family-customers .material-types-section .feature-card-grid li p {
  width: 100%;
  margin-top: auto;
  padding: 66px 18px 18px;
  color: white !important;
  background: linear-gradient(180deg, rgba(10,10,12,0), rgba(10,10,12,.96) 62%);
}
body.internal-page.page-family-customers .material-types-section .feature-card-grid li p strong,
body.internal-page.page-family-customers .material-types-section .feature-card-grid li .feature-item-copy {
  color: white !important;
  text-align: center;
}
body.internal-page.page-family-customers .landing-main > section.dark-story {
  color: white !important;
  background: linear-gradient(135deg, #171719 0%, #242428 62%, #4a0d16 100%) !important;
}
body.internal-page.page-family-customers .landing-main > section.dark-story .story-copy h2,
body.internal-page.page-family-customers .landing-main > section.dark-story .story-copy p {
  color: white !important;
}

body.internal-page .landing-steps .step-statement {
  color: var(--scrap-muted) !important;
  font-family: var(--body) !important;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.58;
  text-align: center !important;
  text-transform: none !important;
}

.internal-page .yard-contact-list {
  margin: 0;
  border-top: 1px solid var(--scrap-line);
}
.internal-page .yard-contact-list > div {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid var(--scrap-line);
}
.internal-page .yard-contact-list dt {
  color: var(--scrap-ink);
  font-weight: 800;
}
.internal-page .yard-contact-list dd {
  min-width: 0;
  margin: 0;
  color: var(--scrap-muted);
}
.internal-page .yard-contact-list a { color: inherit; }

@media (max-width: 760px) {
  .internal-page .path-card > div { min-height: 290px; padding: 23px; }
  .internal-page .detail-card > div { min-height: 0; }
  .internal-page .detail-card h3 { min-height: 0; }
  .internal-page .detail-card-actions { grid-template-columns: 1fr; }
  .internal-page .factor-section .section-actions .button { width: 100%; min-width: 0; }
  .internal-page .yard-contact-list > div { grid-template-columns: 68px minmax(0, 1fr); gap: 10px; }
  .internal-page.page-family-customers .customer-service-card-section .detail-card {
    grid-template-rows: 190px auto;
  }
  .internal-page.page-family-customers .customer-service-card-section .detail-card > div {
    min-height: 0;
  }
}

/* Keep the final factor CTA layout authoritative after legacy action widths. */
.internal-page .factor-section .factor-action-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  justify-content: stretch;
  margin-top: 18px;
}
.internal-page .factor-section .factor-action-grid .button {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  margin: 0;
}
@media (max-width: 760px) {
  .internal-page .factor-section .factor-action-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1081px) {
  .internal-page .compact-feature-section > .landing-container > .factor-action-grid {
    grid-column: 2;
  }
}

@media (max-width: 1080px) {
  .internal-page .factor-section .factor-action-grid {
    grid-column: 1 / -1;
  }
}

/* Keep Ask Before Drop-off readable on customer story imagery. */
.internal-page.page-family-customers #section-1 .button-outline {
  color: #ffffff;
  background: var(--scrap-red);
  border-color: var(--scrap-red);
}
.internal-page.page-family-customers #section-1 .button-outline:hover,
.internal-page.page-family-customers #section-1 .button-outline:focus-visible {
  color: #ffffff;
  background: var(--scrap-red-dark);
  border-color: var(--scrap-red-dark);
}

/* Battery value actions sit directly beneath, and match, the four-card grid. */
.internal-page.page-family-battery .factor-section .section-actions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  justify-content: stretch;
  margin-top: 18px;
}
.internal-page.page-family-battery .factor-section .section-actions .button {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  margin: 0;
}
@media (min-width: 1081px) {
  .internal-page.page-family-battery .compact-feature-section > .landing-container > .section-actions {
    grid-column: 2;
  }
}
@media (max-width: 1080px) {
  .internal-page.page-family-battery .factor-section .section-actions {
    grid-column: 1 / -1;
  }
}
@media (max-width: 760px) {
  .internal-page.page-family-battery .factor-section .section-actions {
    grid-template-columns: 1fr;
  }
}

/* Shared responsive consistency pass. The homepage is the reference pattern. */
.internal-page .landing-section::after {
  content: none !important;
  display: none !important;
}

.internal-page .landing-steps li {
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.internal-page .landing-steps li > span { margin-inline: auto; }
.internal-page .landing-steps h3,
.internal-page .landing-steps p,
.internal-page .landing-steps .step-statement,
.internal-page .landing-steps .step-part {
  width: 100%;
  text-align: center !important;
  text-align-last: center !important;
}

.internal-page .yard-card-actions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
}
.internal-page .yard-card-actions .button {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  margin: 0;
  padding: 10px 12px;
  white-space: normal;
}
.internal-page .yard-card-actions .button-wide,
.internal-page .yard-card-actions .button:last-child:nth-child(3) { grid-column: 1 / -1; }

.internal-page .v12-material-hero .hero-actions .button {
  width: auto;
  min-height: 68px;
  height: auto;
  padding: 11px 27px;
  border-radius: 7px;
  font-size: .94rem;
}
.internal-page .v12-material-hero .hero-actions .hero-amr-button,
body.page-material-detail .v12-material-hero .hero-actions .hero-amr-button,
body.page-family-prices .v12-material-hero .hero-actions .hero-amr-button {
  flex: 0 0 310px;
  width: 310px;
  min-width: 310px;
  height: 74px;
  min-height: 74px;
  max-height: 74px;
  padding: 3px 16px;
  overflow: hidden;
  border: 2px solid #71b586;
  border-radius: 7px;
  background: white;
}
.internal-page .v12-material-hero .hero-actions .hero-amr-button img,
body.page-material-detail .v12-material-hero .hero-actions .hero-amr-button img,
body.page-family-prices .v12-material-hero .hero-actions .hero-amr-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 184px;
  max-width: none;
  height: auto;
  max-height: none;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

@media (max-width: 1050px) {
  .internal-page .header-inner {
    width: min(100% - 28px, 1480px);
    grid-template-columns: 1fr auto auto;
    gap: 12px;
  }
  .internal-page .header-actions { grid-column: 2; grid-row: 1; }
  .internal-page .menu-toggle {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    margin: 0;
  }
}

@media (max-width: 760px) {
  body.internal-page .page-hero.v12-material-hero,
  .internal-page .v12-material-hero {
    min-height: 800px;
  }
  body.internal-page .page-hero.v12-material-hero::after,
  .internal-page .v12-material-hero::after {
    background:
      linear-gradient(180deg, #121316 0%, rgba(18, 19, 22, .96) 42%, rgba(18, 19, 22, .62) 66%, rgba(18, 19, 22, .08) 100%),
      linear-gradient(0deg, rgba(12, 13, 15, .2), transparent 46%);
  }
  .v12-material-hero .v12-hero-media {
    inset: auto 0 0;
    width: 100%;
    height: 48%;
  }
  .internal-page .v12-material-hero .hero-grid,
  body.internal-page .page-hero.v12-material-hero .hero-grid,
  body.page-material-detail .v12-material-hero .hero-grid {
    width: min(100% - 30px, 680px);
    min-height: 800px;
    padding: 92px 0 320px;
    align-items: start;
  }
  .internal-page .v12-material-hero .hero-copy { padding: 0; }
  .internal-page .v12-material-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    width: min(310px, 100%);
  }
  .internal-page .v12-material-hero .hero-actions .button,
  .internal-page .v12-material-hero .hero-actions .hero-amr-button,
  body.page-material-detail .v12-material-hero .hero-actions .hero-amr-button,
  body.page-family-prices .v12-material-hero .hero-actions .hero-amr-button {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 58px;
    max-height: none;
    padding: 10px 18px;
  }
  .internal-page .v12-material-hero .hero-actions .hero-amr-button,
  body.page-material-detail .v12-material-hero .hero-actions .hero-amr-button,
  body.page-family-prices .v12-material-hero .hero-actions .hero-amr-button {
    height: 74px;
    min-height: 74px;
    max-height: 74px;
    padding: 3px 16px;
  }
  .internal-page .v12-material-hero .hero-actions .hero-amr-button img,
  body.page-material-detail .v12-material-hero .hero-actions .hero-amr-button img,
  body.page-family-prices .v12-material-hero .hero-actions .hero-amr-button img {
    width: 184px;
    max-width: calc(100% - 32px);
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .internal-page .header-inner {
    width: calc(100% - 24px);
    grid-template-columns: 1fr auto;
    gap: 10px;
  }
  .internal-page .header-actions { display: none; }
  .internal-page .menu-toggle {
    grid-column: 2;
    justify-self: end;
  }

  .internal-page .yard-card-actions { grid-template-columns: 1fr; }
  .internal-page .yard-card-actions .button-wide,
  .internal-page .yard-card-actions .button:last-child:nth-child(3) { grid-column: auto; }

  .mobile-action-bar {
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -10px 28px rgba(0, 0, 0, .2);
  }
  .mobile-action-bar > a,
  .mobile-call-menu > summary {
    min-height: 58px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 10px 14px;
    color: white;
    border: 0;
    font-family: var(--display);
    font-weight: 700;
    letter-spacing: .04em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
  }
  .mobile-call-menu {
    position: relative;
    min-width: 0;
    background: var(--scrap-ink);
  }
  .mobile-call-menu > summary { list-style: none; }
  .mobile-call-menu > summary::-webkit-details-marker { display: none; }
  .mobile-call-options {
    position: absolute;
    right: 8px;
    bottom: calc(100% + 10px);
    width: min(320px, calc(100vw - 16px));
    overflow: hidden;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    background: #111214;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .34);
  }
  .mobile-call-options a {
    min-height: 52px;
    display: grid;
    place-items: center;
    padding: 10px 14px;
    color: white;
    border-radius: 7px;
    background: #236c43;
    font-family: var(--display);
    font-weight: 700;
    letter-spacing: .035em;
    text-align: center;
    text-transform: uppercase;
  }
  .mobile-call-options a + a {
    margin-top: 8px;
    background: #2b2d31;
  }
}

/* Mobile banner continuity: use the homepage's full-height image and top-to-bottom fade. */
@media (max-width: 760px) {
  body.internal-page .page-hero.v12-material-hero::after,
  .internal-page .v12-material-hero::after {
    background: linear-gradient(
      180deg,
      rgba(8, 9, 10, .90) 0%,
      rgba(8, 9, 10, .73) 55%,
      rgba(8, 9, 10, .18) 100%
    );
  }

  body.internal-page .page-hero.v12-material-hero .v12-hero-media,
  .internal-page .v12-material-hero .v12-hero-media {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  body.internal-page .page-hero.v12-material-hero .v12-hero-media img,
  .internal-page .v12-material-hero .v12-hero-media img {
    object-position: 61% center;
  }
}

[data-cms-text-wrap]{display:contents}.cms-layout-reverse .story-grid{direction:rtl}.cms-layout-reverse .story-grid>*{direction:ltr}.cms-layout-compact{padding-block:clamp(2rem,4vw,3.5rem)!important}.cms-layout-wide{padding-block:clamp(5rem,9vw,8rem)!important}.cms-theme-light{background:#f5f5f3!important;color:#171717!important}.cms-theme-dark{background:#171717!important;color:#fff!important}.cms-theme-red{background:#971b1f!important;color:#fff!important}.price-last-updated{margin:.75rem 0 0;font-weight:800;color:#971b1f}
