@import url("./loksco-style.css");

:root {
  --blue: #9b5b2b;
  --cyan: #d89f53;
  /* Warmer tan / less yellow */
  --bg: #f3eee6;
  --bg-alt: #e6dccf;
  --card: #fffaf4;
  --card-hover: #f6efe8;
  --text: #3b2518;
  --muted: rgba(59, 37, 24, 0.72);
  --line: rgba(155, 91, 43, 0.16);
  --chip: rgba(216, 159, 83, 0.12);
  --chipBorder: rgba(155, 91, 43, 0.24);
  --tableBg: rgba(255, 250, 243, 0.9);
  --tableBg2: rgba(246, 239, 227, 0.96);
  --gradient-hero: linear-gradient(135deg, #f0d8b6, #f9f1e5);
  --gradient-btn: linear-gradient(135deg, #9b5b2b, #d89f53);
  --badge-bg: rgba(216, 159, 83, 0.12);
  --badge-border: rgba(155, 91, 43, 0.18);
  --theme-accent-strong: #8a4d21;
  --theme-text-strong: #41291a;
  --theme-text-soft: rgba(59, 37, 24, 0.64);
}

body {
  color: var(--text);
  background:
    radial-gradient(circle at 18% 10%, rgba(216, 159, 83, 0.14), transparent 26%),
    radial-gradient(circle at 84% 14%, rgba(155, 91, 43, 0.07), transparent 22%),
    linear-gradient(180deg, #fff7f0 0%, var(--bg) 42%, var(--bg-alt) 100%);
}

/* Apple-ish readability defaults */
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section h2,
.section h3 {
  letter-spacing: -0.01em;
}

.section-intro,
.page-lead,
.product-desc,
.panel p {
  max-width: 72ch;
}

header,
.theme-modal {
  background: rgba(255, 248, 239, 0.88);
  border-bottom-color: rgba(155, 91, 43, 0.12);
}

.logo img {
  filter: sepia(0.25) saturate(0.85);
}

.brand-logo,
.cover-logo,
.spec-sheet-brand img {
  filter: brightness(0) saturate(100%) sepia(0.22) opacity(0.92);
}

/* Loader sits on a dark intro screen (from base stylesheet). Don't darken the logo there. */
.loader-copy img {
  filter: none;
}

nav > a,
.nav-trigger,
.status-pill,
.badge,
.eyebrow,
.kicker,
.count,
.spec-table td:first-child,
.spec-mini strong,
.theme-option.is-active .theme-option-title {
  color: #8a4d21;
  font-weight: 640;
}

.footer-mini-nav a {
  color: #8a4d21;
  font-weight: 400;
}

.footer-mini-nav a:hover {
  color: var(--theme-accent-strong);
  text-decoration: none;
}

footer a:hover {
  color: var(--theme-accent-strong);
}

/* Solution pages: table product pills should match theme (not blue/green) */
.product-links a {
  background: rgba(216, 159, 83, 0.12);
  border-color: rgba(155, 91, 43, 0.18);
  color: rgba(65, 41, 26, 0.92);
}

.product-links a small {
  color: rgba(65, 41, 26, 0.64);
}

.product-links a:hover {
  background: rgba(216, 159, 83, 0.18);
  border-color: rgba(155, 91, 43, 0.28);
}

.panel,
.info-card,
.management-card,
.message-card,
.tile,
.card,
.mega,
.mobile-nav-panel,
.theme-modal {
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.98), rgba(248, 240, 228, 0.96));
  border-color: rgba(155, 91, 43, 0.1);
  box-shadow: 0 18px 40px rgba(101, 61, 34, 0.08);
}

.hero,
.product-hero {
  color: #41291a;
}

.hero::before,
.product-hero::before {
  opacity: 0.24;
}

.hero h1,
.product-hero h1,
h2,
h3,
h4,
.section-heading h2,
.product-title-row h3,
.management-card strong,
.message-card strong {
  color: #41291a;
}

.btn-primary,
.nav-cta {
  color: #fffaf4;
  box-shadow: 0 16px 34px rgba(155, 91, 43, 0.18);
  border-color: rgba(155, 91, 43, 0.24);
}

/* Button borders: override base theme's cool/blue borders */
.btn-outline {
  border-color: rgba(155, 91, 43, 0.22) !important;
}

.btn-outline:hover {
  border-color: rgba(155, 91, 43, 0.32) !important;
}

.btn-primary {
  border-color: rgba(155, 91, 43, 0.22) !important;
  box-shadow: 0 16px 34px rgba(155, 91, 43, 0.18) !important;
}

.btn-primary:hover {
  border-color: rgba(155, 91, 43, 0.32) !important;
}

/* Forms + legacy buttons: force theme colors (contact form was still blue) */
.loks-inline-004,
.loks-inline-023,
.btn {
  background: var(--gradient-btn) !important;
  border-color: rgba(155, 91, 43, 0.22) !important;
  color: #fffaf4 !important;
}

.loks-inline-004:hover,
.loks-inline-023:hover,
.btn:hover {
  background: linear-gradient(135deg, #8a4d21, #d89f53) !important;
  border-color: rgba(155, 91, 43, 0.32) !important;
}

.btn.secondary {
  background: rgba(155, 91, 43, 0.08) !important;
  color: #8a4d21 !important;
  border-color: rgba(155, 91, 43, 0.18) !important;
}

.btn-outline,
.theme-option {
  background: rgba(155, 91, 43, 0.05);
  color: #8a4d21;
  border-color: rgba(155, 91, 43, 0.16);
}

input,
select,
textarea,
.loks-inline-003,
.loks-inline-022,
.search-bar input {
  background: rgba(255, 251, 246, 0.98);
  color: #41291a;
  border-color: rgba(155, 91, 43, 0.14);
}

/* Pills / badges / cards: remove any remaining cool-blue borders from base stylesheet */
.status-pill,
.badge,
.badges .badge,
.count-pill {
  background: rgba(216, 159, 83, 0.12) !important;
  border-color: rgba(155, 91, 43, 0.22) !important;
  color: #8a4d21 !important;
}

/* Hero pills: ensure readable brown text by using a white pill background */
.hero .status-pill,
.hero .badge,
.hero .badges .badge,
.product-hero .badge,
.product-hero .badges .badge {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(155, 91, 43, 0.22) !important;
  color: #8a4d21 !important;
  box-shadow: 0 10px 22px rgba(101, 61, 34, 0.10);
}

.hero .badge:hover,
.hero .badges .badge:hover,
.product-hero .badge:hover,
.product-hero .badges .badge:hover {
  background: rgba(255, 255, 255, 0.98) !important;
  border-color: rgba(155, 91, 43, 0.32) !important;
}

.management-link-card:hover {
  border-color: rgba(155, 91, 43, 0.28) !important;
}

input::placeholder,
textarea::placeholder,
.muted,
.footer-address,
.theme-option-note,
.spec-sheet-note,
.page-lead,
.section-intro,
.product-desc,
.fine-print,
.spec-table td:last-child,
.spec-mini span,
.clean li,
.message-card p,
.flash-message,
label,
p,
li {
  color: rgba(59, 37, 24, 0.64);
}

.theme-option-title,
.spec-table td,
.spec-mini li {
  color: #41291a;
}

.clean li::before,
.feature-list li::marker,
.bullet-list li::marker,
.meta-list li::marker {
  background: var(--theme-accent-strong);
  color: var(--theme-accent-strong);
  box-shadow: 0 0 0 4px rgba(155, 91, 43, 0.12);
}

body,
body .section,
body .panel,
body .card,
body .tile,
body .pad,
body .product-body,
body .overview-card,
body .application-form,
body .portal-card,
body .info-card,
body .management-card,
body .message-card,
body .spec-sheet-shell,
body .spec-sheet-card,
body .summary-copy,
body .product-desc,
body .page-number,
body .section-kicker,
body .model,
body .count,
body td,
body th,
body h1,
body h2,
body h3,
body h4 {
  color: var(--theme-text-strong);
}

body .muted,
body .footer-address,
body .theme-option-note,
body .spec-sheet-note,
body .page-lead,
body .section-intro,
body .product-desc,
body .fine-print,
body .summary-copy,
body .page-number {
  color: var(--theme-text-soft);
}

/* Sunset Signal: warm editorial hospitality */
nav > a,
.nav-trigger {
  font-weight: 560;
  letter-spacing: 0.016em;
}

.hero:not(.loks-inline-006),
.product-hero {
  background-image:
    linear-gradient(135deg, rgba(42, 24, 15, 0.34), rgba(97, 54, 23, 0.16)),
    url("../LOKS-MEDIA/theme-hero-sunset-signal.svg") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.hero.case-studies-hero,
.hero.upcoming-events-hero,
.hero.news-hero,
.hero.downloads-hero,
.hero.training-certification-hero,
.hero.warranty-site-registration-hero,
.hero.careers-hero,
.hero.privacy-terms-hero,
.hero.products-hero,
.hero.commercial-hero,
.hero.hotel-hero,
.hero.integrations-hero,
.hero.mobile-hero,
.hero.platform-hero,
.hero.multifamily-hero,
.hero.security-hero,
.hero.support-hero,
.hero.solutions-hero,
.product-hero.ac03mf-hero,
.product-hero.ac04-hero,
.product-hero.ac05-hero,
.product-hero.accessories-hero,
.product-hero.ec02-hero,
.product-hero.h160-hero,
.product-hero.mortise-hero,
.product-hero.s100-hero,
.product-hero.k733r-hero,
.product-hero.s116-hero,
.product-hero.s170-hero,
.product-hero.s180-hero,
.product-hero.s190-hero {
  background:
    linear-gradient(135deg, rgba(42, 24, 15, 0.34), rgba(97, 54, 23, 0.16)),
    url("../LOKS-MEDIA/theme-hero-sunset-signal.svg") center center / cover no-repeat !important;
}

.nav-cta,
.btn-primary {
  background: linear-gradient(135deg, #9b5b2b, #d89f53);
}

.btn-outline,
.btn.secondary {
  background: rgba(155, 91, 43, 0.05);
  color: #8a4d21;
  border-color: rgba(155, 91, 43, 0.16);
}

.search-wrap label,
.category-header p,
.desc,
.hint,
.jump small {
  color: rgba(59, 37, 24, 0.68);
}

.search-input {
  background: rgba(255, 251, 246, 0.98);
}

.chip {
  background: rgba(255, 250, 243, 0.82);
  color: #8a4d21;
  border-color: rgba(155, 91, 43, 0.14);
  font-weight: 560;
}

.chip.active {
  background: linear-gradient(135deg, #c87437, #e0af6d);
  color: #fff7f0;
}

.side-panel,
.category {
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.98), rgba(245, 232, 213, 0.96));
  border-color: rgba(155, 91, 43, 0.1);
}

.jump a {
  background: rgba(255, 250, 243, 0.76);
  color: #41291a;
  border-color: rgba(155, 91, 43, 0.1);
}

.count-pill {
  background: rgba(255, 250, 243, 0.78);
  color: #8a4d21;
  border-color: rgba(155, 91, 43, 0.12);
}

.card.product {
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.98), rgba(248, 239, 228, 0.98));
  border-color: rgba(155, 91, 43, 0.08);
}

.card.product h3,
.card.product .factory-number,
.card.product .desc,
.card.product p,
.card.product span {
  color: #41291a;
}

.badges .badge,
.badge {
  background: rgba(155, 91, 43, 0.08);
  color: #8a4d21;
  border-color: rgba(155, 91, 43, 0.12);
}

.badge .dot,
.badge.alt .dot {
  background: #b86f34;
}

.kicker.highlight {
  background: rgba(216, 159, 83, 0.18);
  color: #8a4d21;
}

.badges .badge:hover,
.badge:hover {
  background: rgba(155, 91, 43, 0.14);
  border-color: rgba(155, 91, 43, 0.2);
  color: #8a4d21;
  box-shadow: 0 10px 24px rgba(155, 91, 43, 0.1);
}

/* Sunset Signal final readability overrides */
.product-gallery .card {
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.98), rgba(243, 225, 198, 0.96));
  border-color: rgba(155, 91, 43, 0.08);
}

.product-gallery .card img {
  background: rgba(255,255,255,0.92);
}

.product-gallery .pad h3,
.product-gallery .pad p,
.what-you-get-media figcaption,
.factory-number {
  color: #41291a;
}

.spec-table td:last-child {
  color: rgba(65, 41, 26, 0.74);
}

.spec-table tr:hover td {
  background: rgba(155, 91, 43, 0.04);
}

.btn,
.spec-sheet-actions .btn {
  background: linear-gradient(135deg, #9b5b2b, #d89f53);
  border-color: rgba(155, 91, 43, 0.16);
  color: #fff7f0;
  box-shadow: 0 12px 26px rgba(155, 91, 43, 0.12);
}

.btn:hover,
.spec-sheet-actions .btn:hover {
  background: linear-gradient(135deg, #b96b35, #ebb474);
  border-color: rgba(155, 91, 43, 0.22);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(155, 91, 43, 0.16);
}

.btn.secondary {
  background: rgba(155, 91, 43, 0.05);
  color: #8a4d21;
}

.panel h3,
.spec-table td:first-child,
.clean li::before,
.eyebrow,
.detail-item strong,
.story-meta,
.download-meta,
.job-meta,
.timeline-time {
  color: #8a4d21;
}

nav > a:hover,
.nav-trigger:hover {
  background: rgba(155, 91, 43, 0.08);
  color: #8a4d21;
  box-shadow: 0 0 24px -10px rgba(155, 91, 43, 0.16);
}

.nav-cta:hover {
  background: linear-gradient(135deg, #b96b35, #ebb474);
  color: #fff7f0 !important;
  box-shadow: 0 16px 30px rgba(155, 91, 43, 0.16);
}

.mega {
  background: linear-gradient(180deg, rgba(255,250,243,0.99), rgba(248,240,228,0.98));
  color: #41291a;
  border-color: rgba(155, 91, 43, 0.08);
}

.mega::before {
  border-bottom-color: rgba(255,250,243,0.99);
}

.mega .col-title {
  /* Slightly darker than the rest of the mega-menu text (dark grey, not black) */
  color: rgba(40, 40, 40, 0.78);
}

.mega a small {
  color: rgba(65, 41, 26, 0.56);
}

.mega a,
.mega a:hover {
  color: #8a4d21;
}

.mobile-menu-toggle {
  background: rgba(155, 91, 43, 0.06);
  border-color: rgba(155, 91, 43, 0.14);
}

.mobile-menu-toggle span {
  background: #9b5b2b;
}

.mobile-nav-panel {
  background: rgba(255,250,243,0.98);
  border-color: rgba(155, 91, 43, 0.12);
}

.mobile-nav-link {
  color: #41291a;
  background: rgba(155, 91, 43, 0.04);
  border-color: rgba(155, 91, 43, 0.08);
}

.mobile-nav-link:hover {
  color: #8a4d21;
  background: rgba(155, 91, 43, 0.1);
  border-color: rgba(155, 91, 43, 0.12);
}

.mobile-nav-link-primary,
.mobile-nav-cta {
  color: #fff7f0;
  background: linear-gradient(135deg, #9b5b2b, #d89f53);
}

.hero.loks-inline-006 .loks-inline-007 {
  background: linear-gradient(180deg, rgba(36, 19, 12, 0.6), rgba(78, 43, 18, 0.4));
}

.hero.loks-inline-006 h1,
.hero.loks-inline-006 p,
.hero.loks-inline-006 .hero-subtitle {
  color: #fff7ef !important;
  text-shadow: 0 10px 28px rgba(36, 19, 12, 0.3);
}

.hero.loks-inline-006 .btn-outline {
  background: rgba(255,255,255,0.08);
  color: #fff7ef;
  border-color: rgba(255,255,255,0.18);
}

.product-hero h1 {
  color: #fff8ef !important;
  text-shadow: 0 10px 28px rgba(36, 19, 12, 0.32);
}

.product-hero p {
  color: rgba(255, 244, 233, 0.92) !important;
  text-shadow: 0 4px 16px rgba(36, 19, 12, 0.2);
}

.product-hero .badge,
.product-hero .badges .badge {
  background: rgba(255, 248, 239, 0.08);
  border-color: rgba(255, 248, 239, 0.16);
  color: #f0c27b;
  box-shadow: none;
}

.product-hero .badge:hover,
.product-hero .badges .badge:hover {
  background: rgba(255, 248, 239, 0.14);
  border-color: rgba(240, 194, 123, 0.28);
  color: #fff7ef;
  box-shadow: 0 10px 24px rgba(101, 61, 34, 0.16);
}

.product-hero .factory-number {
  color: rgba(255, 244, 233, 0.78) !important;
}

.hero.upcoming-events-hero .eyebrow,
.hero.case-studies-hero .eyebrow,
.hero.news-hero .eyebrow,
.hero.downloads-hero .eyebrow,
.hero.training-certification-hero .eyebrow,
.hero.warranty-site-registration-hero .eyebrow,
.hero.careers-hero .eyebrow,
.hero.privacy-terms-hero .eyebrow,
.hero.commercial-hero .eyebrow,
.hero.hotel-hero .eyebrow,
.hero.integrations-hero .eyebrow,
.hero.mobile-hero .eyebrow,
.hero.platform-hero .eyebrow,
.hero.multifamily-hero .eyebrow,
.hero.security-hero .eyebrow,
.hero.support-hero .eyebrow,
.hero.solutions-hero .eyebrow {
  color: #f0c27b !important;
}

.hero.upcoming-events-hero h1,
.hero.case-studies-hero h1,
.hero.news-hero h1,
.hero.downloads-hero h1,
.hero.training-certification-hero h1,
.hero.warranty-site-registration-hero h1,
.hero.careers-hero h1,
.hero.privacy-terms-hero h1,
.hero.commercial-hero h1,
.hero.hotel-hero h1,
.hero.integrations-hero h1,
.hero.mobile-hero h1,
.hero.platform-hero h1,
.hero.multifamily-hero h1,
.hero.security-hero h1,
.hero.support-hero h1,
.hero.solutions-hero h1 {
  color: #fff8ef !important;
  text-shadow: 0 10px 28px rgba(36, 19, 12, 0.3);
}

.hero.upcoming-events-hero p,
.hero.case-studies-hero p,
.hero.news-hero p,
.hero.downloads-hero p,
.hero.training-certification-hero p,
.hero.warranty-site-registration-hero p,
.hero.careers-hero p,
.hero.privacy-terms-hero p,
.hero.commercial-hero p,
.hero.hotel-hero p,
.hero.integrations-hero p,
.hero.mobile-hero p,
.hero.platform-hero p,
.hero.multifamily-hero p,
.hero.security-hero p,
.hero.support-hero p,
.hero.solutions-hero p {
  color: rgba(255, 244, 233, 0.9) !important;
  text-shadow: 0 4px 16px rgba(36, 19, 12, 0.18);
}

.story-card,
.download-card,
.job-card,
.legal-card {
  background: linear-gradient(180deg, rgba(118, 82, 52, 0.96), rgba(80, 50, 31, 0.94));
  border-color: rgba(216, 159, 83, 0.18);
}

.story-card h3,
.download-card h3,
.job-card h3,
.legal-card h3 {
  color: #fff8ef !important;
}

.story-meta,
.download-meta,
.job-meta,
.detail-item strong,
.timeline-time {
  color: #f0c27b !important;
}

.story-copy,
.download-copy,
.job-copy,
.legal-copy,
.story-copy p,
.download-copy p,
.job-copy p,
.legal-copy p,
.detail-item,
.feature-list,
.feature-list li,
.meta-list,
.meta-list li,
.bullet-list,
.bullet-list li {
  color: rgba(255, 244, 233, 0.9) !important;
}

.detail-item {
  background: rgba(255, 248, 239, 0.06);
  border-color: rgba(255, 248, 239, 0.12);
}

.feature-list li::marker,
.meta-list li::marker,
.bullet-list li::marker,
.clean li::before,
.spec-list li::before {
  color: #f0c27b !important;
  background: #f0c27b !important;
  box-shadow: 0 0 0 4px rgba(240, 194, 123, 0.12) !important;
}

/* Sunset Signal sitewide readability lock */
.hero .hero-content h1,
.hero .hero-content .hero-subtitle,
.hero .hero-content > p,
.hero .hero-content .eyebrow {
  position: relative;
  z-index: 1;
}

.hero.upcoming-events-hero .hero-content h1,
.hero.case-studies-hero .hero-content h1,
.hero.news-hero .hero-content h1,
.hero.downloads-hero .hero-content h1,
.hero.training-certification-hero .hero-content h1,
.hero.warranty-site-registration-hero .hero-content h1,
.hero.careers-hero .hero-content h1,
.hero.privacy-terms-hero .hero-content h1,
.hero.commercial-hero .hero-content h1,
.hero.hotel-hero .hero-content h1,
.hero.integrations-hero .hero-content h1,
.hero.mobile-hero .hero-content h1,
.hero.platform-hero .hero-content h1,
.hero.multifamily-hero .hero-content h1,
.hero.security-hero .hero-content h1,
.hero.support-hero .hero-content h1,
.hero.solutions-hero .hero-content h1 {
  color: #fff8ef !important;
  text-shadow: 0 14px 32px rgba(28, 15, 9, 0.38);
}

.hero.upcoming-events-hero .hero-content .hero-subtitle,
.hero.case-studies-hero .hero-content .hero-subtitle,
.hero.news-hero .hero-content .hero-subtitle,
.hero.downloads-hero .hero-content .hero-subtitle,
.hero.training-certification-hero .hero-content .hero-subtitle,
.hero.warranty-site-registration-hero .hero-content .hero-subtitle,
.hero.careers-hero .hero-content .hero-subtitle,
.hero.privacy-terms-hero .hero-content .hero-subtitle,
.hero.commercial-hero .hero-content .hero-subtitle,
.hero.hotel-hero .hero-content .hero-subtitle,
.hero.integrations-hero .hero-content .hero-subtitle,
.hero.mobile-hero .hero-content .hero-subtitle,
.hero.platform-hero .hero-content .hero-subtitle,
.hero.multifamily-hero .hero-content .hero-subtitle,
.hero.security-hero .hero-content .hero-subtitle,
.hero.support-hero .hero-content .hero-subtitle,
.hero.solutions-hero .hero-content .hero-subtitle,
.hero.upcoming-events-hero .hero-content > p,
.hero.case-studies-hero .hero-content > p,
.hero.news-hero .hero-content > p,
.hero.downloads-hero .hero-content > p,
.hero.training-certification-hero .hero-content > p,
.hero.warranty-site-registration-hero .hero-content > p,
.hero.careers-hero .hero-content > p,
.hero.privacy-terms-hero .hero-content > p,
.hero.commercial-hero .hero-content > p,
.hero.hotel-hero .hero-content > p,
.hero.integrations-hero .hero-content > p,
.hero.mobile-hero .hero-content > p,
.hero.platform-hero .hero-content > p,
.hero.multifamily-hero .hero-content > p,
.hero.security-hero .hero-content > p,
.hero.support-hero .hero-content > p,
.hero.solutions-hero .hero-content > p {
  color: rgba(255, 245, 235, 0.94) !important;
  text-shadow: 0 6px 18px rgba(28, 15, 9, 0.24);
}

.hero.upcoming-events-hero .hero-content .eyebrow,
.hero.case-studies-hero .hero-content .eyebrow,
.hero.news-hero .hero-content .eyebrow,
.hero.downloads-hero .hero-content .eyebrow,
.hero.training-certification-hero .hero-content .eyebrow,
.hero.warranty-site-registration-hero .hero-content .eyebrow,
.hero.careers-hero .hero-content .eyebrow,
.hero.privacy-terms-hero .hero-content .eyebrow,
.hero.commercial-hero .hero-content .eyebrow,
.hero.hotel-hero .hero-content .eyebrow,
.hero.integrations-hero .hero-content .eyebrow,
.hero.mobile-hero .hero-content .eyebrow,
.hero.platform-hero .hero-content .eyebrow,
.hero.multifamily-hero .hero-content .eyebrow,
.hero.security-hero .hero-content .eyebrow,
.hero.support-hero .hero-content .eyebrow,
.hero.solutions-hero .hero-content .eyebrow {
  color: #f0c27b !important;
  text-shadow: none;
}

.story-card .eyebrow,
.download-card .download-badge,
.job-card .eyebrow,
.legal-card .eyebrow {
  color: #f0c27b !important;
  background: rgba(255, 248, 239, 0.06);
  border-color: rgba(240, 194, 123, 0.14);
}

.story-card,
.download-card,
.job-card,
.legal-card,
.story-card *,
.download-card *,
.job-card *,
.legal-card * {
  border-color: rgba(255, 244, 233, 0.12);
}

.story-card h3,
.download-card h3,
.job-card h3,
.legal-card h3,
.story-card .story-copy,
.story-card .story-copy p,
.download-card .download-copy,
.download-card .download-copy p,
.job-card .job-copy,
.job-card .job-copy p,
.legal-card .legal-copy,
.legal-card .legal-copy p,
.story-card .feature-list,
.story-card .feature-list li,
.download-card .feature-list,
.download-card .feature-list li,
.legal-card .bullet-list,
.legal-card .bullet-list li {
  color: rgba(255, 245, 235, 0.94) !important;
}

.story-card .story-meta,
.download-card .download-meta,
.job-card .job-meta,
.story-card .detail-item strong,
.download-card .detail-item strong,
.job-card .detail-item strong,
.story-card .timeline-time,
.download-card .timeline-time {
  color: #f0c27b !important;
}

.download-card .download-meta {
  font-weight: 500 !important;
}

.story-card .detail-item,
.download-card .detail-item,
.job-card .detail-item,
.legal-card .detail-item,
.timeline-step {
  color: rgba(255, 245, 235, 0.92) !important;
  background: rgba(255, 248, 239, 0.06);
  border-color: rgba(255, 244, 233, 0.12);
}

.download-card .feature-list {
  margin-bottom: 22px;
}

.download-card .btn-outline,
.download-card .btn-primary,
.download-card .btn {
  margin-top: 10px;
  color: #fff7ef !important;
}

/* Case studies: warmer editorial surface instead of dark portal cards */
.page-case-studies .stack-grid {
  gap: 28px;
}

.page-case-studies .story-card {
  background:
    linear-gradient(180deg, rgba(255, 248, 239, 0.98), rgba(245, 230, 210, 0.96));
  color: #4a2d1b;
  border: 1px solid rgba(155, 91, 43, 0.12);
  border-top: 5px solid #c37b3e;
  border-radius: 24px;
  box-shadow: 0 26px 58px rgba(101, 61, 34, 0.12);
  padding: 28px 30px 30px;
}

.page-case-studies .story-card .eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(216, 159, 83, 0.14);
  color: #8a4d21 !important;
  border: 1px solid rgba(195, 123, 62, 0.16);
}

.page-case-studies .story-card h3 {
  color: #41291a !important;
  font-size: 1.9rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.page-case-studies .story-card .story-meta {
  color: #9b5b2b !important;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 750;
  margin-bottom: 14px;
}

.page-case-studies .story-card .story-copy,
.page-case-studies .story-card .story-copy p,
.page-case-studies .story-card .feature-list,
.page-case-studies .story-card .feature-list li {
  color: rgba(74, 45, 27, 0.9) !important;
}

.page-case-studies .story-card .story-copy {
  margin-top: 16px;
}

.page-case-studies .story-card .story-copy p + p {
  margin-top: 12px;
}

.page-case-studies .detail-grid {
  gap: 16px;
  margin-top: 24px;
}

.page-case-studies .detail-item {
  background: rgba(255, 252, 248, 0.72) !important;
  color: rgba(74, 45, 27, 0.88) !important;
  border: 1px solid rgba(155, 91, 43, 0.14) !important;
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.page-case-studies .detail-item strong {
  color: #8a4d21 !important;
  margin-bottom: 8px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.page-case-studies .feature-list {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(155, 91, 43, 0.12);
}

.page-case-studies .feature-list li + li {
  margin-top: 10px;
}

.page-case-studies .feature-list li::marker {
  color: #c37b3e !important;
}

/* Warranty / registration form readability */
.application-form label,
.application-form label span,
.application-form .field-label,
.application-form .field-note {
  color: #6d4123 !important;
}

.application-form input,
.application-form select,
.application-form textarea {
  background: rgba(255, 252, 248, 0.96) !important;
  color: #41291a !important;
  border-color: rgba(155, 91, 43, 0.14) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.application-form input::placeholder,
.application-form textarea::placeholder,
.application-form select,
.application-form option {
  color: rgba(82, 51, 32, 0.72) !important;
}

.application-form input:focus,
.application-form select:focus,
.application-form textarea:focus {
  border-color: rgba(195, 123, 62, 0.4) !important;
  box-shadow: 0 0 0 4px rgba(216, 159, 83, 0.12) !important;
}

.panel .feature-list,
.panel .feature-list li,
.panel .bullet-list,
.panel .bullet-list li,
.panel .fine-print {
  color: rgba(74, 45, 27, 0.82) !important;
}

.panel .feature-list li::marker,
.panel .bullet-list li::marker {
  color: #d89f53 !important;
}

/* Sunset Signal shared form / utility readability */
.success-banner,
.flash-message {
  background: rgba(216, 159, 83, 0.14) !important;
  border: 1px solid rgba(195, 123, 62, 0.2) !important;
  color: #6d4123 !important;
  box-shadow: 0 14px 30px rgba(101, 61, 34, 0.08);
}

.rule-note {
  background: rgba(255, 248, 239, 0.72) !important;
  border-color: rgba(155, 91, 43, 0.14) !important;
  color: rgba(74, 45, 27, 0.82) !important;
}

.number-list,
.number-list li,
.field-help,
.field-hint {
  color: rgba(74, 45, 27, 0.72) !important;
}

.checkbox-row,
.checkbox-row span {
  color: rgba(74, 45, 27, 0.84) !important;
}

.checkbox-row input {
  accent-color: #c37b3e;
}

.application-form,
.support-form {
  color: #41291a;
}

.application-form label,
.support-form label,
.application-form > label,
.support-form > label {
  color: #6d4123 !important;
  font-weight: 650;
}

.application-form input,
.application-form select,
.application-form textarea,
.support-form input,
.support-form select,
.support-form textarea {
  background: rgba(255, 252, 248, 0.98) !important;
  color: #41291a !important;
  border: 1px solid rgba(155, 91, 43, 0.14) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.application-form input::placeholder,
.application-form textarea::placeholder,
.application-form select,
.application-form option,
.support-form input::placeholder,
.support-form textarea::placeholder,
.support-form select,
.support-form option {
  color: rgba(82, 51, 32, 0.72) !important;
}

.application-form input:focus,
.application-form select:focus,
.application-form textarea:focus,
.support-form input:focus,
.support-form select:focus,
.support-form textarea:focus {
  border-color: rgba(195, 123, 62, 0.38) !important;
  box-shadow: 0 0 0 4px rgba(216, 159, 83, 0.12) !important;
  background: rgba(255, 253, 250, 1) !important;
}

.application-form input[type="file"],
.support-form input[type="file"] {
  color: #6d4123 !important;
  background: rgba(255, 248, 239, 0.88) !important;
}

.search-input,
.search-bar input {
  background: rgba(255, 252, 248, 0.96) !important;
  color: #41291a !important;
  border-color: rgba(155, 91, 43, 0.14) !important;
}

.search-input::placeholder,
.search-bar input::placeholder {
  color: rgba(82, 51, 32, 0.66) !important;
}

.side-panel,
.empty-state {
  background: linear-gradient(180deg, rgba(255, 248, 239, 0.98), rgba(245, 230, 210, 0.96)) !important;
  color: #41291a !important;
  border-color: rgba(155, 91, 43, 0.12) !important;
}

.side-panel *,
.empty-state * {
  color: inherit;
}

.support-grid .panel,
.portal-card,
.management-card,
.message-card,
.info-card {
  background: linear-gradient(180deg, rgba(255, 248, 239, 0.98), rgba(245, 230, 210, 0.96)) !important;
  border-color: rgba(155, 91, 43, 0.12) !important;
  box-shadow: 0 20px 44px rgba(101, 61, 34, 0.1) !important;
}

.portal-card h2,
.portal-card h3,
.management-card h2,
.management-card h3,
.message-card h2,
.message-card h3,
.info-card h2,
.info-card h3,
.support-grid h2,
.support-grid h3,
.support-grid strong {
  color: #41291a !important;
}

.portal-card p,
.management-card p,
.message-card p,
.info-card p,
.portal-card li,
.management-card li,
.message-card li,
.info-card li,
.support-grid p,
.support-grid li,
.muted {
  color: rgba(74, 45, 27, 0.76) !important;
}

.spec-table td:first-child {
  color: #8a4d21 !important;
}

.spec-table td:last-child,
.spec-table td {
  color: rgba(74, 45, 27, 0.82) !important;
}

/* Careers: editorial hiring board */
.page-careers .stack-grid {
  gap: 26px;
}

.page-careers .careers-intro-panel,
.page-careers .careers-application-panel {
  background:
    linear-gradient(180deg, rgba(255, 248, 239, 0.98), rgba(245, 230, 210, 0.96)) !important;
  border-color: rgba(155, 91, 43, 0.12) !important;
  box-shadow: 0 24px 54px rgba(101, 61, 34, 0.1) !important;
}

.page-careers .careers-intro-panel {
  padding: 26px 30px;
}

.page-careers .careers-intro-panel h2 {
  color: #41291a !important;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  letter-spacing: -0.03em;
}

.page-careers .careers-intro-panel .muted {
  max-width: 760px;
  color: rgba(74, 45, 27, 0.74) !important;
}

.page-careers .careers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.page-careers .job-card {
  min-height: 240px;
  padding: 24px 24px 22px;
  background:
    linear-gradient(180deg, rgba(255, 248, 239, 0.98), rgba(242, 225, 201, 0.96)) !important;
  border: 1px solid rgba(155, 91, 43, 0.12) !important;
  border-top: 4px solid #c37b3e !important;
  border-radius: 22px;
  box-shadow: 0 20px 46px rgba(101, 61, 34, 0.1);
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.page-careers .job-card:hover,
.page-careers .job-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 28px 56px rgba(101, 61, 34, 0.14);
  border-color: rgba(195, 123, 62, 0.22) !important;
  outline: none;
}

.page-careers .job-tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(216, 159, 83, 0.14);
  color: #8a4d21 !important;
  border: 1px solid rgba(195, 123, 62, 0.14);
  font-weight: 700;
}

.page-careers .job-card h3 {
  color: #41291a !important;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.page-careers .job-card .job-copy {
  color: rgba(74, 45, 27, 0.84) !important;
  font-size: 1rem;
  line-height: 1.75;
}

.page-careers .job-card-link {
  display: inline-flex;
  margin-top: 16px;
  color: #9b5b2b;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.page-careers .careers-application-panel {
  padding: 28px 30px 30px;
  margin-top: 18px;
}

.page-careers .careers-application-panel h3 {
  margin-bottom: 18px;
}

.page-careers .application-form {
  gap: 20px;
}

.page-careers .fine-print {
  margin-top: 8px;
}

.career-modal {
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.99), rgba(244, 228, 205, 0.98)) !important;
  border-color: rgba(155, 91, 43, 0.14) !important;
  box-shadow: 0 34px 72px rgba(101, 61, 34, 0.22) !important;
}

.career-modal .theme-modal-header h3,
.career-modal h4 {
  color: #41291a !important;
}

.career-modal .theme-modal-copy,
.career-modal .career-modal-body,
.career-modal .career-modal-body p,
.career-modal .career-modal-body li {
  color: rgba(74, 45, 27, 0.84) !important;
}

.career-modal .theme-modal-close {
  background: rgba(155, 91, 43, 0.06);
  border-color: rgba(155, 91, 43, 0.14);
  color: #8a4d21;
}

.career-modal-body {
  display: grid;
  gap: 16px;
}

.career-modal-section {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 252, 248, 0.72);
  border: 1px solid rgba(155, 91, 43, 0.12);
}

.career-modal-section h4 {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.career-modal-section .bullet-list {
  margin-top: 10px;
}

.career-modal-eoe {
  margin-top: 6px;
  font-size: 0.92rem;
  color: rgba(74, 45, 27, 0.74) !important;
}

@media (max-width: 920px) {
  .page-careers .careers-grid {
    grid-template-columns: 1fr;
  }

  .page-careers .job-card {
    min-height: 0;
  }
}

.page-product-qr .qr-gallery {
  display: grid;
  gap: 22px;
}

.page-product-qr .qr-card {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(240px, 0.8fr);
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 248, 239, 0.98), rgba(245, 230, 210, 0.96));
  border: 1px solid rgba(155, 91, 43, 0.12);
  box-shadow: 0 24px 54px rgba(101, 61, 34, 0.1);
}

.page-product-qr .qr-card-product {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.page-product-qr .qr-card-product img {
  width: 100%;
  border-radius: 20px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 18px 42px rgba(101, 61, 34, 0.1);
}

.page-product-qr .qr-card-copy h3 {
  color: #41291a !important;
  margin: 10px 0 8px;
  font-size: 1.7rem;
  letter-spacing: -0.03em;
}

.page-product-qr .qr-card-copy .download-meta {
  color: #9b5b2b !important;
  font-weight: 500 !important;
  margin-bottom: 16px;
}

.page-product-qr .qr-card-code {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 252, 248, 0.72);
  border: 1px solid rgba(155, 91, 43, 0.12);
}

.page-product-qr .qr-card-code img {
  width: 220px;
  max-width: 100%;
  border-radius: 18px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 14px 30px rgba(101, 61, 34, 0.08);
}

@media (max-width: 980px) {
  .page-product-qr .qr-card,
  .page-product-qr .qr-card-product {
    grid-template-columns: 1fr;
  }
}

.stat-item {
  background: linear-gradient(180deg, rgba(126, 87, 54, 0.94), rgba(91, 57, 34, 0.92));
  border-color: rgba(216, 159, 83, 0.18);
  box-shadow: 0 20px 44px rgba(101, 61, 34, 0.16);
}

.stat-number,
.stat-label {
  color: #fff7ef;
}

.testimonial,
.story-card,
.download-card,
.job-card,
.legal-card {
  background: linear-gradient(180deg, rgba(118, 82, 52, 0.94), rgba(80, 50, 31, 0.92));
  border-color: rgba(216, 159, 83, 0.16);
  box-shadow: 0 22px 48px rgba(101, 61, 34, 0.16);
}

.testimonial p,
.author,
.story-copy,
.download-copy,
.job-copy,
.legal-copy {
  color: rgba(255, 244, 233, 0.92);
}

.author,
.timeline-step {
  border-top-color: rgba(255, 244, 233, 0.12);
}

/* Production portal: grouped orders equipment table readability */
.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.equipment-table {
  width: 100%;
  min-width: 1100px;
  border-collapse: separate;
}

.equipment-table th,
.equipment-table td {
  padding: 10px 12px;
  vertical-align: top;
}

.equipment-table th {
  position: sticky;
  top: 0;
  background: rgba(255, 250, 243, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(155, 91, 43, 0.18);
  z-index: 1;
}

.nowrap {
  white-space: nowrap;
}

.totals-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.totals-inline span strong {
  font-weight: 650;
  color: rgba(65, 41, 26, 0.92);
}

/* ------------------------------------------------------------------
   Spec sheets (print-ready pages)
   Normalized sizing for highlight “pills” and overall layout.
------------------------------------------------------------------- */

.spec-sheet-toolbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 14, 20, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(216, 159, 83, 0.18);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.spec-sheet-toolbar-copy strong {
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  color: rgba(255, 248, 239, 0.96);
}

.spec-sheet-toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.spec-sheet-shell {
  max-width: 1040px;
  margin: 0 auto;
  padding: 18px 16px 28px;
}

.spec-sheet-page {
  background: rgba(255, 252, 248, 0.96);
  border: 1px solid rgba(155, 91, 43, 0.14);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(36, 19, 12, 0.16);
  overflow: hidden;
}

.spec-sheet-header {
  padding: 20px 20px 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.spec-sheet-brand {
  display: flex;
  gap: 12px;
  align-items: center;
}

.spec-sheet-brand img {
  height: 34px;
  width: auto;
}

.spec-sheet-brand-copy span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(74, 45, 27, 0.62);
}

.spec-sheet-meta {
  text-align: right;
  color: rgba(74, 45, 27, 0.70);
  font-size: 0.9rem;
}

.spec-sheet-hero {
  padding: 8px 20px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  gap: 18px;
  align-items: center;
}

.spec-sheet-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(74, 45, 27, 0.62);
}

.spec-sheet-hero h1 {
  margin: 10px 0 0;
  font-size: 2rem;
  letter-spacing: -0.02em;
}

.spec-sheet-hero p {
  margin: 10px 0 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(74, 45, 27, 0.76);
}

.spec-sheet-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(155, 91, 43, 0.12);
  background: rgba(255, 252, 248, 0.76);
}

.spec-sheet-image img {
  max-width: 100%;
  max-height: 290px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Highlight pills */
.spec-sheet-highlights {
  padding: 18px 20px 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.spec-highlight {
  padding: 12px 12px 11px;
  border-radius: 16px;
  background: rgba(255, 252, 248, 0.76);
  border: 1px solid rgba(155, 91, 43, 0.12);
}

.spec-highlight span {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(74, 45, 27, 0.62);
}

.spec-highlight strong {
  display: block;
  margin-top: 7px;
  font-size: 0.92rem;
  line-height: 1.28;
  color: #41291a;
  font-weight: 560;
}

.spec-sheet-grid {
  padding: 18px 20px 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(280px, 0.86fr);
  gap: 16px;
}

.spec-panel {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255, 252, 248, 0.76);
  border: 1px solid rgba(155, 91, 43, 0.12);
}

.spec-panel h2 {
  margin: 0 0 10px;
  font-size: 1.04rem;
  color: #41291a;
}

.spec-panel h3 {
  margin: 16px 0 8px;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(74, 45, 27, 0.58);
}

.spec-sheet-tech {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.spec-sheet-tech tr {
  border-bottom: 1px solid rgba(155, 91, 43, 0.12);
}

.spec-sheet-tech tr:last-child {
  border-bottom: 0;
}

.spec-sheet-tech td {
  padding: 9px 0;
  vertical-align: top;
  font-size: 0.9rem;
  line-height: 1.35;
}

.spec-sheet-tech td:first-child {
  width: 36%;
  padding-right: 12px;
  color: rgba(74, 45, 27, 0.62);
  font-weight: 700;
}

.spec-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.spec-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(74, 45, 27, 0.84);
  line-height: 1.42;
  font-size: 0.92rem;
}

.spec-sheet-footer {
  padding: 0 20px 18px;
}

@media (max-width: 880px) {
  .spec-sheet-hero {
    grid-template-columns: 1fr;
  }
  .spec-sheet-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .spec-sheet-grid {
    grid-template-columns: 1fr;
  }
}

@media print {
  .spec-sheet-toolbar {
    display: none;
  }
  .spec-sheet-shell {
    max-width: none;
    padding: 0;
  }
  .spec-sheet-page {
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}

/* ------------------------------------------------------------------
   Spec sheet polish (cleaner, lighter, more readable)
   - Dark, neutral text
   - Slightly smaller typography
   - Stronger page/background separation
------------------------------------------------------------------- */

body .spec-sheet-shell{
  max-width: 1080px;
  padding: 22px 16px 36px;
}

body{
  /* make the page background more apparent behind the sheet */
  background: radial-gradient(900px 520px at 18% 0%, rgba(37, 99, 235, 0.10) 0%, rgba(37, 99, 235, 0) 60%),
              radial-gradient(900px 520px at 85% 0%, rgba(14, 165, 168, 0.08) 0%, rgba(14, 165, 168, 0) 60%),
              linear-gradient(180deg, rgba(241, 246, 255, 0.98), rgba(245, 248, 252, 0.98) 55%);
}

body .spec-sheet-page{
  background: #ffffff;
  border: 1px solid rgba(2, 32, 47, 0.14);
  box-shadow: 0 22px 70px rgba(2, 32, 47, 0.18);
}

body .spec-sheet-header{
  padding: 18px 20px 10px;
}

body .spec-sheet-brand-copy span,
body .spec-sheet-kicker{
  color: rgba(11, 26, 34, 0.56);
}

/* Highlight pill labels (e.g., LISTING / LOCK TYPE / INTERFACE) need to be dark + readable */
body .spec-highlight span,
body .spec-sheet-highlights .spec-highlight span,
body .spec-sheet-highlights .panel .spec-sheet-kicker{
  color: rgba(11, 26, 34, 0.78);
  font-weight: 700;
}

body .spec-sheet-meta{
  color: rgba(11, 26, 34, 0.72);
  font-size: 0.86rem;
  line-height: 1.35;
}

body .spec-sheet-hero h1{ font-size: 1.85rem; }
body .spec-sheet-hero h2{ font-size: 1.12rem; letter-spacing: -0.01em; }
body .spec-sheet-hero p{ font-size: 0.92rem; line-height: 1.55; color: rgba(11, 26, 34, 0.80); }

body .spec-sheet-image{
  background: rgba(247, 250, 255, 0.92);
  border: 1px solid rgba(2, 32, 47, 0.10);
}

/* highlight cards: less bulky, clearer contrast */
body .spec-sheet-highlights{ padding-top: 14px; gap: 10px; }
body .spec-sheet-highlights .panel,
body .spec-highlight,
body .spec-panel{
  background: rgba(247, 250, 255, 0.92);
  border: 1px solid rgba(2, 32, 47, 0.10);
}

body .spec-sheet-highlights strong,
body .spec-panel h2,
body .spec-panel h3,
body .spec-sheet-footer{
  color: rgba(11, 26, 34, 0.92);
}

/* table key labels (e.g., LISTING, LOCK TYPE) need higher contrast */
body .spec-sheet-tech td:first-child{
  color: rgba(11, 26, 34, 0.98);
  font-weight: 650;
}

body .spec-sheet-highlights strong{ font-size: 0.90rem; font-weight: 650; }
body .spec-sheet-highlights .muted{ color: rgba(11, 26, 34, 0.66); font-size: 0.86rem; }

body .spec-sheet-grid{ padding: 16px 20px 20px; gap: 14px; }

/* Deployment notes spacing: push down a couple lines for breathing room */
body .spec-panel h3{ margin-top: 22px; }
body .spec-panel .spec-list{ margin-top: 12px; }

body .spec-sheet-tech td{
  font-size: 0.88rem;
  color: rgba(11, 26, 34, 0.82);
  padding: 8px 8px;
}

body .spec-sheet-tech tr{
  border-bottom: 1px solid rgba(2, 32, 47, 0.08);
}
