/* DIANLETE Sierra test theme
   Visual-only layer for the independent 2026-08-09 English test copy. */
:root {
  --sierra-ink: #071824;
  --sierra-navy: #0a2231;
  --sierra-navy-soft: #173747;
  --sierra-paper: #f8f8f6;
  --sierra-white: #ffffff;
  --sierra-fog: #eef1ef;
  --sierra-muted: #627078;
  --sierra-line: rgba(7, 24, 36, .16);
  --sierra-coral: #d94a48;
  --sierra-coral-dark: #b93736;
  --sierra-green: #5e8f7a;
  --ink: var(--sierra-ink);
  --paper: var(--sierra-white);
  --mist: var(--sierra-fog);
  --mist-blue: var(--sierra-fog);
  --muted: var(--sierra-muted);
  --line: var(--sierra-line);
  --blue: var(--sierra-coral);
  --blue-dark: var(--sierra-coral-dark);
  --brand: var(--sierra-coral);
  --brand-dark: var(--sierra-coral-dark);
  --signal: var(--sierra-green);
  --radius: 2px;
  --display: Montserrat, "Helvetica Neue", Arial, sans-serif;
}

html { background: var(--sierra-paper); }
body {
  overflow-x: hidden;
  color: var(--sierra-ink);
  background: var(--sierra-paper);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
::selection { color: #fff; background: var(--sierra-coral); }
.container { width: min(1280px, calc(100% - 64px)); }

/* Shared navigation */
.topbar {
  z-index: 100;
  height: auto;
  border-bottom: 1px solid var(--sierra-line);
  background: rgba(248, 248, 246, .95);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(1.1);
}
.nav { min-height: 82px; gap: 28px; }
.brand {
  min-width: auto;
  height: auto;
  color: var(--sierra-ink);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(25px, 2.4vw, 38px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}
.brand::after { display: none; }
.nav-links {
  gap: clamp(18px, 2vw, 34px);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}
.nav-links a { padding: 34px 0 30px; letter-spacing: 0; }
.nav-links a::after {
  right: 0;
  bottom: 21px;
  left: 0;
  height: 2px;
  background: var(--sierra-coral);
}
.nav-links a:hover,
.nav-links a[aria-current="page"] { color: var(--sierra-coral-dark); border-color: var(--sierra-coral); }
.nav-tools { gap: 8px; }
.global-language { margin-left: 0; }
.language-trigger,
.commerce-cart-trigger,
.mobile-cart-trigger {
  min-height: 46px;
  border: 1px solid rgba(7, 24, 36, .38);
  border-radius: 2px;
  color: var(--sierra-ink);
  background: transparent;
}
.language-trigger:hover,
.commerce-cart-trigger:hover { border-color: var(--sierra-ink); background: #fff; }
.language-dropdown {
  border: 1px solid var(--sierra-line);
  border-radius: 2px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 20px 60px rgba(7, 24, 36, .16);
}
.language-dropdown a:hover { color: var(--sierra-coral-dark); background: #f5f1ef; }

/* Commands */
.btn,
.nav-cta {
  min-height: 48px;
  padding: 0 23px;
  border: 1px solid var(--sierra-ink);
  border-radius: 2px;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}
.btn-primary,
.nav-cta,
.form-submit,
.checkout-submit,
.cart-checkout-button {
  border-color: var(--sierra-coral) !important;
  color: #fff !important;
  background: var(--sierra-coral) !important;
}
.btn-primary:hover,
.nav-cta:hover,
.form-submit:hover,
.checkout-submit:hover,
.cart-checkout-button:hover {
  border-color: var(--sierra-coral-dark) !important;
  background: var(--sierra-coral-dark) !important;
}
.btn-outline { border-color: currentColor; background: transparent; }
.btn-whatsapp { border-color: rgba(7, 24, 36, .45); color: var(--sierra-ink); background: transparent; }
.btn-whatsapp:hover { color: #fff; border-color: #287b5b; background: #287b5b; }
.btn:hover,
.nav-cta:hover { transform: translateY(-1px); }

/* Home: transparent Sierra header over a cinematic red-equipment hero */
.sierra-home .topbar {
  position: absolute;
  right: 0;
  left: 0;
  color: #fff;
  border-color: rgba(255, 255, 255, .24);
  background: linear-gradient(180deg, rgba(4, 15, 23, .58), rgba(4, 15, 23, .12));
  backdrop-filter: none;
}
.sierra-home .topbar.scrolled {
  position: fixed;
  color: var(--sierra-ink);
  border-color: var(--sierra-line);
  background: rgba(248, 248, 246, .96);
  box-shadow: 0 10px 38px rgba(7, 24, 36, .1);
  backdrop-filter: blur(18px);
}
.sierra-home .topbar:not(.scrolled) .brand,
.sierra-home .topbar:not(.scrolled) .nav-links a,
.sierra-home .topbar:not(.scrolled) .language-trigger,
.sierra-home .topbar:not(.scrolled) .commerce-cart-trigger { color: #fff; }
.sierra-home .topbar:not(.scrolled) .language-trigger,
.sierra-home .topbar:not(.scrolled) .commerce-cart-trigger,
.sierra-home .topbar:not(.scrolled) .btn-whatsapp { border-color: rgba(255,255,255,.58); color: #fff; }
.sierra-home .topbar:not(.scrolled) .language-trigger svg { stroke: #fff; }
.sierra-home .hero {
  min-height: min(920px, 100svh);
  padding: 0;
  color: #fff;
  background: var(--sierra-navy);
  isolation: isolate;
}
.sierra-home .hero-background {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 67% center;
  filter: saturate(.82) contrast(1.06) brightness(.72);
  transform: scale(1.015);
}
.sierra-home .hero-shade {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 12, 18, .28), rgba(3, 12, 18, .03) 36%, rgba(3, 12, 18, .58) 100%),
    linear-gradient(90deg, rgba(3, 12, 18, .72), rgba(3, 12, 18, .25) 56%, rgba(3, 12, 18, .12));
}
.sierra-home .hero-inner {
  min-height: min(920px, 100svh);
  width: min(1280px, calc(100% - 64px));
  padding: 136px 0 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sierra-home .hero-copy {
  width: min(1080px, 100%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sierra-home .hero-kicker {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.sierra-home .hero-support-copy {
  max-width: 610px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.7;
}
.sierra-home .hero-copy::before,
.sierra-home .hero-brand-mark { display: none; }
.sierra-home .hero h1 {
  max-width: 1160px;
  margin: 0;
  color: #fff;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(62px, 9.4vw, 142px);
  font-weight: 700;
  line-height: .84;
  text-transform: uppercase;
  text-wrap: balance;
}
.sierra-home .hero h1 span { display: inline; color: #fff; }
.sierra-home .hero-text {
  max-width: 820px;
  margin: 26px auto 0;
  color: rgba(255, 255, 255, .9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.25;
  text-transform: none;
}
.sierra-home .hero-actions { justify-content: center; margin-top: 30px; }
.sierra-home .hero-actions .btn { min-width: 180px; border-color: rgba(255,255,255,.72); color: #fff; background: rgba(7,24,36,.12); }
.sierra-home .hero-actions .btn-primary { border-color: var(--sierra-coral); }
.sierra-home .hero-proof {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  padding: 0;
  display: block;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.34);
  background: rgba(5, 20, 29, .38);
  backdrop-filter: blur(8px);
}
.sierra-home .hero-proof > img,
.sierra-home .hero-proof h3,
.sierra-home .hero-report-number { display: none; }
.sierra-home .hero-proof > div {
  width: min(1280px, calc(100% - 64px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
}
.sierra-home .hero-test-grid {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0;
}
.sierra-home .hero-test-grid > div { min-height: 92px; padding: 20px 34px; border-left: 1px solid rgba(255,255,255,.26); text-align: left; }
.sierra-home .hero-test-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.26); }
.sierra-home .hero-test-grid strong { color: #fff; font-family: Montserrat, sans-serif; font-size: 27px; font-weight: 700; }
.sierra-home .hero-test-grid span { margin-top: 5px; color: rgba(255,255,255,.75); font-size: 8px; letter-spacing: 0; }

/* Section rhythm */
.engineering-flow,
.home-pathways,
.product-catalog,
.performance,
.technology,
.phase-visibility,
.selected-insights,
.quality-library,
.commercial-support,
#manufacturing,
.installation-demo { padding-top: 104px; padding-bottom: 104px; }
.engineering-flow { background: var(--sierra-paper); }
.kicker,
.eyebrow,
.support-panel-label,
.flow-label span,
.catalog-copy small,
.product-copy small,
.solution-card small,
.quality-card small { color: var(--sierra-coral-dark) !important; }
.engineering-flow h2,
.catalog-head h2,
.section-head h2,
.intro h2,
.credential-head h2,
.commercial-support-head h2 {
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}
.catalog-item,
.catalog-page,
.product-card,
.category-card,
.quality-card,
.quality-feature,
.support-panel,
.factory-photo:nth-child(n),
.video-feature,
.video-entry,
.installation-video,
.contact-form,
.contact-method {
  border-color: var(--sierra-line);
  border-radius: 2px;
  box-shadow: none;
}
.catalog-item:hover,
.catalog-page:hover,
.product-card:hover,
.category-card:hover,
.editorial-card:hover {
  box-shadow: 0 18px 52px rgba(7, 24, 36, .09);
  transform: translateY(-2px);
}
.catalog-item,
.catalog-page,
.product-card,
.category-card,
.editorial-card { transition: transform .3s ease, box-shadow .3s ease; }
.section-muted,
.quality-library,
.commercial-support { background: var(--sierra-fog); }
.performance,
.factory-video-journal,
.custom-request { color: #fff; background: var(--sierra-navy); }
.performance .kicker,
.factory-video-journal .kicker,
.custom-request .kicker { color: #ef8b87 !important; }
.phase-line.red i { background: #d94a48; }
.phase-line.green i { background: #4d8c71; }

/* Inner page hero and editorial system */
.sierra-inner .breadcrumb { padding-top: 22px; padding-bottom: 22px; }
.sierra-inner .page-hero {
  min-height: clamp(510px, 64vh, 720px);
  align-items: flex-end;
  background: var(--sierra-navy);
}
.sierra-inner .page-hero > img { filter: saturate(.82) contrast(1.05) brightness(.72); }
.sierra-inner .page-hero::after {
  background: linear-gradient(90deg, rgba(4, 17, 26, .78), rgba(4, 17, 26, .2) 68%, rgba(4,17,26,.05));
}
.sierra-inner .hero-content { width: min(830px, 100%); padding: 76px 0; }
.sierra-inner .page-hero h1 {
  max-width: 940px;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(50px, 6.7vw, 96px);
  font-weight: 650;
  line-height: .94;
  text-transform: none;
}
.sierra-inner .page-hero p { color: rgba(255,255,255,.82); }
.intro { padding: 104px 0; }
.intro-grid { gap: clamp(42px, 7vw, 100px); }
.intro-copy { color: #344650; font-size: 17px; }
.section { padding: 96px 0; }
.section-head { align-items: start; }
.section-head h2 { font-size: clamp(42px, 5vw, 68px); }

/* Product and category pages */
.product-grid { gap: 20px; }
.product-card { overflow: hidden; }
.product-card img { aspect-ratio: 4 / 3; padding: 10px; object-fit: contain; background: #fff; }
.product-copy { padding: 26px; }
.product-copy h2,
.product-copy h3 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 650;
  line-height: 1.14;
}
.spec { color: var(--sierra-navy-soft); }
.category-grid { gap: 18px; }
.category-card { min-height: 250px; padding: 30px; }
.category-card h2 { font-family: Montserrat, sans-serif; font-size: 27px; font-weight: 650; line-height: 1.08; }
.category-card a { color: var(--sierra-coral-dark); }

/* Product details */
.detail-hero { padding: 88px 0; background: var(--sierra-fog); }
.detail-grid { gap: clamp(38px, 6vw, 84px); }
.detail-media { min-height: 520px; border-color: var(--sierra-line); background: #fff; }
.detail-media img { max-height: 620px; padding: 12px; }
.detail-copy h1 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(42px, 5.1vw, 72px);
  font-weight: 650;
  line-height: .98;
}
.detail-lead { color: #3f5159; }
.spec-table th,
.spec-table td { border-color: var(--sierra-line); }
.feature-columns { gap: 0; background: var(--sierra-line); }
.feature-box h3 { font-family: Montserrat, sans-serif; font-size: 23px; font-weight: 650; }
.feature-box span { color: var(--sierra-coral-dark); }

/* Solutions, factory, quality and resources */
.sierra-inner .solution-grid { gap: 22px; }
.sierra-inner .solution-card { min-height: 560px; border-radius: 2px; }
.sierra-inner .solution-card::after { background: linear-gradient(transparent, rgba(4,17,26,.93)); }
.sierra-inner .solution-copy { padding: 38px; }
.sierra-inner .solution-copy h2 { font-family: Montserrat, sans-serif; font-weight: 650; }

/* Homepage wildlife pathways use a continuous technical frame. */
.sierra-home .wildlife-solutions .solution-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--sierra-line);
  background: var(--sierra-line);
}
.sierra-home .wildlife-solutions .solution-card {
  min-height: 370px;
  padding: 30px 30px 34px;
  border: 0;
  border-right: 1px solid var(--sierra-line);
  border-radius: 0;
}
.sierra-home .wildlife-solutions .solution-card:last-child { border-right: 0; }
.sierra-home .wildlife-solutions .solution-card small {
  margin-top: 52px;
  letter-spacing: .02em;
}
.sierra-home .wildlife-solutions .solution-card h3 {
  max-width: 29ch;
  font-size: clamp(21px, 1.65vw, 26px);
  line-height: 1.15;
}
.sierra-home .wildlife-solutions .solution-card p { max-width: 50ch; }
.factory-grid { gap: 18px; }
.factory-grid figure { overflow: hidden; border-radius: 2px; background: var(--sierra-navy); }
.factory-grid img { transition: transform .65s ease, filter .65s ease; filter: saturate(.84); }
.factory-grid figure:hover img { transform: scale(1.025); filter: saturate(1); }
.factory-grid figcaption { padding: 52px 18px 16px; background: linear-gradient(transparent, rgba(4,17,26,.88)); }
.quality-feature img { background: #fff; }
.metric strong { color: var(--sierra-coral-dark); }
.editorial-grid { gap: 24px; }
.editorial-card { padding-top: 20px; border-top: 2px solid var(--sierra-ink); }
.editorial-card h2,
.editorial-card h3 { font-family: Montserrat, sans-serif; font-size: 28px; font-weight: 650; line-height: 1.12; }
.article { padding: 96px 0; }
.article-layout { grid-template-columns: 220px minmax(0, 790px); }
.article-body h1,
.article-body h2,
.policy-hero h1,
.policy-content h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 650;
}
.article-body h1 { font-size: clamp(44px, 5.6vw, 76px); }
.article-body p,
.article-body li,
.policy-content p,
.policy-content li { color: #344650; }
.policy-hero { padding: 90px 0 58px; background: var(--sierra-fog); }
.policy-hero h1 { font-size: clamp(46px, 6.5vw, 82px); }
.notice { border-left-color: var(--sierra-coral); background: #f3eeeb; }

/* Forms, RFQ and commerce */
.contact-grid { gap: 54px; }
.contact-form,
.custom-request form { border-radius: 2px; }
.form-grid input,
.form-grid textarea,
.form-grid select,
.field input,
.field textarea,
.field select {
  border-color: rgba(7,24,36,.32);
  border-radius: 2px;
  box-shadow: none;
}
.form-grid input:focus,
.form-grid textarea:focus,
.form-grid select:focus,
.field input:focus,
.field textarea:focus,
.field select:focus { outline: 2px solid rgba(217,74,72,.2); border-color: var(--sierra-coral); }
.commerce-overlay,
.commerce-drawer-overlay { background: rgba(4, 17, 26, .68); backdrop-filter: blur(8px); }
.product-detail-dialog,
.checkout-dialog,
.order-success-dialog,
.cart-drawer { border-radius: 2px; box-shadow: 0 28px 90px rgba(4,17,26,.3); }
.commerce-close { border-radius: 50%; }
.payment-methods { border-color: var(--sierra-line); background: var(--sierra-fog); }

/* Footer */
.cta-band { color: #fff; background: var(--sierra-navy-soft); }
.cta-grid h2 { font-family: Montserrat, sans-serif; font-weight: 650; }
.footer { color: #bdc8cd; background: #061722; }
.footer-brand {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: clamp(40px, 5.5vw, 78px);
  font-weight: 750;
  line-height: .9;
}
.footer h3 { color: #fff; }
.footer a:hover { color: #ef8b87; }
.footer-bottom { border-color: rgba(255,255,255,.14); }
.sierra-social-reserve {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.sierra-social-reserve a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.sierra-social-reserve a[aria-disabled="true"] { cursor: default; opacity: .62; }
.sierra-social-reserve a:not([aria-disabled="true"]):hover {
  border-color: var(--sierra-coral);
  color: #fff;
  background: var(--sierra-coral);
}
.floating-whatsapp { border-radius: 2px; box-shadow: 0 14px 34px rgba(4,17,26,.16); }
.floating-whatsapp-mark { background: #287b5b; }

/* Motion: restrained and readable */
@media (prefers-reduced-motion: no-preference) {
  .sierra-home .hero-background { animation: sierra-hero-settle 1.4s cubic-bezier(.2,.75,.2,1) both; }
  .sierra-home .hero h1,
  .sierra-home .hero-text,
  .sierra-home .hero-actions { animation: sierra-rise .8s cubic-bezier(.2,.75,.2,1) both; }
  .sierra-home .hero-text { animation-delay: .1s; }
  .sierra-home .hero-actions { animation-delay: .18s; }
  @keyframes sierra-hero-settle { from { opacity: .55; transform: scale(1.055); } to { opacity: 1; transform: scale(1.015); } }
  @keyframes sierra-rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 1120px) {
  .container,
  .sierra-home .hero-inner,
  .sierra-home .hero-proof > div { width: min(100% - 40px, 1280px); }
  .nav { gap: 18px; }
  .nav-links { gap: 17px; }
  .sierra-home .hero h1 { font-size: clamp(58px, 10vw, 108px); }
}

@media (max-width: 900px) {
  .topbar,
  .sierra-home .topbar { position: sticky; color: var(--sierra-ink); background: rgba(248,248,246,.97); backdrop-filter: blur(18px); }
  .sierra-home .topbar:not(.scrolled) .brand,
  .sierra-home .topbar:not(.scrolled) .nav-links a,
  .sierra-home .topbar:not(.scrolled) .language-trigger,
  .sierra-home .topbar:not(.scrolled) .commerce-cart-trigger { color: var(--sierra-ink); }
  .sierra-home .topbar:not(.scrolled) .language-trigger,
  .sierra-home .topbar:not(.scrolled) .commerce-cart-trigger { border-color: rgba(7,24,36,.38); }
  .sierra-home .topbar:not(.scrolled) .language-trigger svg { stroke: currentColor; }
  .nav { min-height: 68px; padding: 8px 0; }
  .brand { font-size: 27px; }
  .nav-links { top: 68px; border-top: 1px solid var(--sierra-line); background: rgba(248,248,246,.99); }
  .nav-links a { color: var(--sierra-ink) !important; }
  .sierra-home .hero { min-height: 760px; }
  .sierra-home .hero-inner { min-height: 760px; padding: 76px 0 128px; }
  .sierra-home .hero-background { inset: 0; height: 100%; object-position: 70% center; }
  .sierra-home .hero-shade { inset: 0; background: linear-gradient(180deg,rgba(3,12,18,.38),rgba(3,12,18,.25) 42%,rgba(3,12,18,.74)); }
  .sierra-home .hero h1 { font-size: clamp(50px, 13vw, 82px); }
  .sierra-home .hero-text { max-width: 560px; font-size: 23px; }
  .sierra-home .hero-proof > div { width: 100%; }
  .sierra-home .hero-test-grid > div { padding: 18px 20px; }
  .article-layout { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 620px) {
  .container,
  .sierra-home .hero-inner { width: min(100% - 30px, 1280px); }
  .sierra-home .hero { min-height: 700px; }
  .sierra-home .hero-inner { min-height: 700px; padding: 52px 0 168px; justify-content: flex-end; text-align: left; }
  .sierra-home .hero-copy { align-items: flex-start; }
  .sierra-home .hero h1 { max-width: 390px; font-size: clamp(46px, 15vw, 68px); }
  .sierra-home .hero-text { margin: 18px 0 0; font-size: 20px; }
  .sierra-home .hero-actions { justify-content: flex-start; width: 100%; }
  .sierra-home .hero-actions .btn { min-width: 0; flex: 1; padding-inline: 10px; }
  .sierra-home .hero-test-grid > div { min-height: 88px; padding: 17px 12px; }
  .sierra-home .hero-test-grid strong { font-size: 20px; }
  .sierra-home .hero-test-grid span { font-size: 6px; }
  .engineering-flow,
  .home-pathways,
  .product-catalog,
  .performance,
  .technology,
  .phase-visibility,
  .selected-insights,
  .quality-library,
  .commercial-support,
  #manufacturing,
  .installation-demo,
  .intro,
  .section { padding-top: 70px; padding-bottom: 70px; }
  .sierra-inner .page-hero { min-height: 560px; }
  .sierra-inner .hero-content { padding: 56px 0; }
  .sierra-inner .page-hero h1 { font-size: clamp(43px, 14vw, 62px); }
  .detail-hero { padding: 54px 0; }
  .detail-media { min-height: 320px; }
  .detail-copy h1 { font-size: 42px; }
  .footer-brand { font-size: 46px; }
}

@media (max-width: 760px) {
  .sierra-home .wildlife-solutions .solution-grid { grid-template-columns: 1fr; }
  .sierra-home .wildlife-solutions .solution-card {
    min-height: 285px;
    padding: 26px 24px 30px;
    border-right: 0;
    border-bottom: 1px solid var(--sierra-line);
  }
  .sierra-home .wildlife-solutions .solution-card:last-child { border-bottom: 0; }
  .sierra-home .wildlife-solutions .solution-card small { margin-top: 34px; }
}
