:root {
    --bg-soft: #f3f7fb;
    --bg-card: #ffffff;
    --bg-deep: #0f2d49;
    --line: rgba(15, 45, 73, 0.12);
    --text-main: #16324a;
    --text-soft: #5f7285;
    --accent: #2f80ed;
    --accent-deep: #1757b8;
    --shadow: 0 20px 60px rgba(15, 45, 73, 0.12);
    --radius-lg: 28px;
    --radius-md: 20px;
    --font-sans: "SFPro-Regular", "SF Pro Display", "SF Pro Text", "Segoe UI", Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-sans);
    color: var(--text-main);
    background:
        radial-gradient(circle at top left, rgba(47, 128, 237, 0.18), transparent 26%),
        linear-gradient(180deg, #f9fbfd 0%, #eef4f9 100%);
}

a {
    text-decoration: none;
}

.site-shell {
    min-height: 100vh;
    overflow: clip;
}

.site-navbar {
    padding: 1.4rem 0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(15, 45, 73, 0.08);
}

.site-navbar.is-scrolled {
    box-shadow: 0 10px 30px rgba(15, 45, 73, 0.08);
}

.site-navbar-fluid,
.content-shell,
.footer-shell {
    padding-left: clamp(1rem, 3vw, 4rem);
    padding-right: clamp(1rem, 3vw, 4rem);
}

.nav-shell {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: space-between;
}

.navbar-collapse {
    align-items: center;
}

.brand-cluster {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    flex: 0 0 auto;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    color: var(--text-main);
    margin: 0;
}

.brand-logo,
.footer-brand-logo {
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
}

.brand-logo--wide {
    width: auto;
    height: 58px;
    max-width: min(320px, 28vw);
}

.brand-tagline {
    font-size: 0.95rem;
    color: var(--text-main);
    opacity: 0.9;
    white-space: nowrap;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-copy strong {
    font-size: 1rem;
    font-weight: 700;
}

.brand-copy small {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--text-soft);
}

.nav-links-row {
    gap: clamp(2.2rem, 3.4vw, 4.2rem);
}

.nav-link {
    color: var(--text-main);
    font-weight: 600;
    font-size: 0.98rem;
    padding: 0.5rem 0.2rem;
}

.nav-link:hover,
.nav-link.active {
    color: var(--accent);
}

.nav-cta,
.hero-primary-btn {
    padding: 0.95rem 1.55rem;
    border-radius: 999px;
    color: #ffffff;
    background: #1d4f8e;
    border: 1px solid #1d4f8e;
    font-weight: 700;
}

.nav-cta:hover,
.hero-primary-btn:hover {
    color: #ffffff;
    background: #163f70;
    border-color: #163f70;
}

.nav-cta-wrap {
    display: none;
}

.nav-cta-wrap--desktop {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.75rem;
}

.language-switcher {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-left: auto;
    margin-right: 1rem;
}

.language-switcher--desktop {
    margin: 0;
}

.language-switcher__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 45, 73, 0.14);
    background: rgba(255, 255, 255, 0.7);
    color: var(--text-main);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.language-switcher__link.is-active {
    background: #1d4f8e;
    border-color: #1d4f8e;
    color: #ffffff;
}

.hero-secondary-btn {
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    color: var(--text-main);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 45, 73, 0.14);
}

.hero-section,
.page-hero {
    position: relative;
}

.homepage-stage {
    padding: 0;
    background: #f4f4f4;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

.homepage-stage .content-shell {
    padding-left: 0;
    padding-right: 0;
}

.showcase-hero {
    position: relative;
    padding-top: 0;
    text-align: center;
}

.homepage-stage .showcase-hero.reveal-on-scroll,
.homepage-stage .showcase-hero.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: none;
}

.showcase-copy {
    position: absolute;
    top: calc(clamp(3rem, 5.2vw, 5.5rem) - 30px);
    left: 50%;
    z-index: 2;
    width: min(100%, 900px);
    padding-inline: 1rem;
    transform: translateX(-50%);
}

.showcase-title {
    margin: 0;
    font-size: clamp(2.6rem, 4.4vw, 4.3rem);
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #000000;
}

.showcase-subtitle {
    margin: 0.35rem 0 0;
    font-size: clamp(1.9rem, 3.4vw, 3.35rem);
    line-height: 1.08;
    font-weight: 400;
    color: #111111;
}

.showcase-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.55rem;
    padding: 0.95rem 1.75rem;
    border: 2px solid #5377a6;
    border-radius: 999px;
    background: transparent;
    color: #274f84;
    font-size: 0.98rem;
    font-weight: 500;
}

.showcase-btn:hover {
    background: rgba(83, 119, 166, 0.08);
    color: #274f84;
    border-color: #5377a6;
}

.showcase-media-wrap {
    position: relative;
    padding-top: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.showcase-media {
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
    object-fit: cover;
}

.about-page {
    background: #ffffff;
}

.about-hero-media {
    padding-top: 0;
    background: #ffffff;
}

.about-hero-shell {
    padding-left: 0;
    padding-right: 0;
}

.about-hero-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-overview-section {
    padding: clamp(2rem, 4vw, 3rem) 0 clamp(3rem, 5vw, 4rem);
    background: #ffffff;
}

.about-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    gap: clamp(2rem, 4vw, 4.5rem);
    align-items: start;
}

.about-copy-column {
    min-width: 0;
}

.about-page-title {
    margin: 0 0 1.25rem;
    font-size: clamp(2.2rem, 3.5vw, 3.15rem);
    line-height: 1.02;
    font-weight: 700;
    color: #111111;
}

.about-copy-column p,
.about-side-block p {
    margin: 0;
    color: #111111;
    font-size: 1rem;
    line-height: 1.45;
}

.about-copy-column p + p {
    margin-top: 1rem;
}

.about-side-column {
    min-width: 0;
    padding-left: clamp(1.5rem, 3vw, 3.5rem);
    border-left: 1px solid rgba(17, 17, 17, 0.28);
}

.about-side-block + .about-side-block {
    margin-top: 2.8rem;
}

.about-side-block h2 {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.02;
    font-weight: 700;
    color: #000000;
}

.contact-page {
    background: #ffffff;
}

.contact-hero {
    background: #efefef;
    padding: clamp(1.75rem, 3vw, 2.5rem) 0;
}

.contact-hero-shell {
    text-align: center;
    max-width: 1120px;
}

.contact-hero-title {
    margin: 0;
    font-size: clamp(2.2rem, 3.3vw, 3.2rem);
    line-height: 1.1;
    font-weight: 400;
    color: #111111;
}

.contact-hero-title strong {
    font-weight: 700;
}

.contact-hero-copy {
    max-width: 920px;
    margin: 1.25rem auto 0;
    color: #111111;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
}

.contact-hero-copy--secondary {
    max-width: 720px;
}

.contact-form-section {
    padding: clamp(2rem, 4vw, 3rem) 0 clamp(3rem, 5vw, 4rem);
    background: #ffffff;
}

.contact-form-shell {
    max-width: 1120px;
}

.contact-form-title {
    margin: 0 0 1.5rem;
    font-size: clamp(1.5rem, 2.4vw, 2.05rem);
    line-height: 1.15;
    font-weight: 700;
    color: #111111;
}

.contact-form-grid {
    display: grid;
    gap: 1rem;
}

.contact-field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.contact-field {
    min-width: 0;
}

.contact-field label {
    display: block;
    margin: 0 0 0.55rem;
    color: #8b8f98;
    font-size: 0.95rem;
    line-height: 1.35;
}

.contact-field input,
.contact-field select {
    width: 100%;
    height: 44px;
    padding: 0 0.95rem;
    border: 1px solid #264f87;
    border-radius: 0;
    background: #f2f2f2;
    color: #111111;
    font-size: 0.98rem;
    outline: none;
    box-shadow: none;
}

.contact-field input::placeholder {
    color: #a8adb5;
    opacity: 1;
}

.contact-field select {
    color: #a8adb5;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #264f87 50%), linear-gradient(135deg, #264f87 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(50% - 3px), calc(100% - 14px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.contact-field--full {
    width: 100%;
}

.contact-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5rem;
}

.contact-submit-btn {
    min-width: 106px;
    padding: 0.8rem 1.4rem;
    border-radius: 999px;
    background: #254f87;
    border: 1px solid #254f87;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
}

.contact-submit-btn:hover {
    background: #163f70;
    border-color: #163f70;
    color: #ffffff;
}

.where-to-buy-page {
    background: #ffffff;
}

.where-to-buy-shell {
    max-width: 1280px;
}

.where-to-buy-hero {
    background: #efefef;
    padding: clamp(2rem, 3.8vw, 3.25rem) 0;
}

.where-to-buy-hero-shell,
.where-to-buy-intro-shell {
    text-align: center;
}

.where-to-buy-title {
    margin: 0;
    font-size: clamp(2.1rem, 3.3vw, 3rem);
    line-height: 1.12;
    font-weight: 700;
    color: #111111;
}

.where-to-buy-subtitle {
    max-width: 760px;
    margin: 0.85rem auto 0;
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.3;
    font-weight: 700;
    color: #111111;
}

.where-to-buy-intro-section {
    padding: clamp(1.75rem, 3vw, 2.5rem) 0 0;
    background: #ffffff;
}

.where-to-buy-intro-title {
    margin: 0;
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
}

.where-to-buy-intro-copy {
    max-width: 720px;
    margin: 0.45rem auto 0;
    font-size: 1rem;
    line-height: 1.18;
    color: #111111;
}

.where-to-buy-list-section {
    padding: 1.5rem 0 2.75rem;
    background: #ffffff;
}

.dealer-finder-heading {
    margin-bottom: 1.25rem;
    text-align: center;
}

.dealer-finder-kicker {
    margin: 0 0 0.45rem;
    font-size: 0.78rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #224d83;
}

.dealer-filter-bar {
    display: grid;
    grid-template-columns: minmax(220px, 0.5fr) minmax(0, 1fr);
    align-items: center;
    background: #224d83;
    color: #ffffff;
}

.dealer-filter-label,
.dealer-filter-search-wrap {
    min-width: 0;
    padding: 0.55rem 1.8rem;
}

.dealer-filter-label {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
}

.dealer-filter-search-wrap {
    display: grid;
    grid-template-columns: auto minmax(0, 290px) auto;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}

.dealer-filter-search-title {
    font-size: 0.98rem;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
}

.dealer-search-input-wrap {
    position: relative;
}

.dealer-search-input {
    width: 100%;
    height: 30px;
    padding: 0 2.4rem 0 0.85rem;
    border: 0;
    background: #ffffff;
    color: #8b8f98;
    font-size: 0.95rem;
    outline: none;
}

.dealer-search-button {
    position: absolute;
    top: 50%;
    right: 0.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111111;
    transform: translateY(-50%);
}

.dealer-search-button svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.dealer-location-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: transparent;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
}

.dealer-results-message {
    margin: 0.85rem 0 0;
    color: #5f7285;
    font-size: 0.95rem;
    line-height: 1.35;
}

.dealer-list {
    display: grid;
    gap: 0.55rem;
    margin-top: 0.55rem;
}

.dealer-card {
    padding: 1.15rem 1.9rem;
    background: #f3f3f3;
}

.dealer-card.is-featured {
    background: linear-gradient(135deg, rgba(34, 77, 131, 0.12), rgba(255, 255, 255, 0.96));
    box-shadow: inset 0 0 0 1px rgba(34, 77, 131, 0.16);
}

.dealer-card-topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.dealer-card-title {
    margin: 0;
    font-size: clamp(1.05rem, 1.45vw, 1.35rem);
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
}

.dealer-card-title--upper {
    text-transform: uppercase;
}

.dealer-card-copy {
    margin: 0.6rem 0 0;
    font-size: 1rem;
    line-height: 1.35;
    color: #111111;
}

.dealer-card-copy--muted,
.dealer-card-meta {
    margin: 0.55rem 0 0;
    color: #5f7285;
    font-size: 0.95rem;
    line-height: 1.35;
}

.dealer-card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0.2rem 0.75rem;
    border-radius: 999px;
    background: #224d83;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dealer-card--empty {
    text-align: center;
}

.contact-dealer-finder-section {
    padding-top: 0;
}

.product-detail-dealer-finder-section {
    padding: 2rem 0 0;
}

.product-detail-dealer-finder-shell {
    margin-top: 1.25rem;
    border-radius: 24px;
    background: #ececec;
    padding: 1.25rem;
}

.where-to-buy-list-section--office {
    padding-top: 0;
}

.where-to-buy-office {
    margin-top: 1.45rem;
    text-align: center;
}

.where-to-buy-office p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.3;
    color: #111111;
}

.faq-page {
    background: #ffffff;
}

.faq-page .reveal-on-scroll {
    opacity: 1;
    transform: none;
}

.faq-shell {
    max-width: 1280px;
}

.faq-hero {
    background: #efefef;
    padding: clamp(1.3rem, 2.4vw, 2rem) 0;
}

.faq-hero-shell {
    text-align: center;
    max-width: 980px;
}

.faq-page-title {
    margin: 0;
    font-size: clamp(1.95rem, 2.6vw, 2.35rem);
    line-height: 1.08;
    font-weight: 700;
    color: #111111;
}

.faq-page-copy {
    margin: 0.6rem auto 0;
    font-size: 0.96rem;
    line-height: 1.26;
    color: #111111;
}

.faq-page-copy--lead {
    max-width: 760px;
}

.faq-section-wrap {
    padding: clamp(2rem, 4vw, 3rem) 0 3rem;
}

.faq-group + .faq-group {
    margin-top: 2.4rem;
}

.faq-group {
    padding-left: 0;
}

.faq-group-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.faq-group-heading {
    position: relative;
    display: inline-block;
    flex: 1 1 auto;
    max-width: 100%;
}

.faq-group-link {
    margin-left: auto;
}

.faq-group-heading .blog-category-icon {
    position: absolute;
    left: calc(-1.75rem - 10px);
    top: 0.28rem;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.faq-group-title {
    margin: 0;
    flex: 0 1 auto;
    font-size: clamp(1.6rem, 2vw, 2.05rem);
    line-height: 1.15;
    font-weight: 700;
    color: #111111;
}

.faq-group-title--icon {
    position: relative;
    padding-left: 1.05rem;
}

.faq-group-title--icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.42em;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: #ef6b63;
    box-shadow: 0 0 0 2px rgba(239, 107, 99, 0.16);
}

.faq-group-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 194px;
    min-height: 62px;
    padding: 0.9rem 1.55rem;
    border-radius: 999px;
    background: #214f88;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
}

.faq-group-link:hover {
    color: #ffffff;
    background: #163f70;
}

.faq-list {
    border-top: 1px solid rgba(17, 17, 17, 0.8);
}

.faq-item {
    border-bottom: 1px solid rgba(17, 17, 17, 0.8);
}

.faq-item summary {
    position: relative;
    display: block;
    list-style: none;
    cursor: pointer;
    padding: 1.75rem 3.2rem 1.75rem 0;
    font-size: 1rem;
    line-height: 1.32;
    color: #111111;
}

.faq-item summary::marker {
    display: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::before,
.faq-item summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.9rem;
    width: 28px;
    height: 1.5px;
    background: #111111;
    transform: translateY(-50%);
}

.faq-item summary::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
    transform: translateY(-50%) rotate(0deg);
}

.faq-answer {
    padding: 0 0 1rem;
}

.faq-answer p {
    margin: 0;
    color: #3b3b3b;
    font-size: 0.98rem;
    line-height: 1.55;
}
    margin: 0;
    font-size: clamp(1rem, 1.35vw, 1.1rem);
    line-height: 1.3;
    color: #111111;
}

.where-to-buy-office strong {
    font-weight: 700;
}

.blog-page {
    background: #ffffff;
}

.blog-hero {
    background: #efefef;
    padding: clamp(1rem, 2.4vw, 1.5rem) 0;
}

.blog-hero-shell {
    min-height: 120px;
    display: flex;
    align-items: center;
}

.blog-page-title {
    margin: 0;
    font-size: clamp(2.6rem, 4vw, 3.4rem);
    line-height: 1;
    font-weight: 700;
    color: #111111;
}

.blog-listing-section {
    padding: clamp(2rem, 4vw, 2.75rem) 0 clamp(3rem, 5vw, 4rem);
    background: #ffffff;
}

.blog-listing-shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: start;
}

.blog-category-sidebar {
    display: grid;
    gap: 0.75rem;
}

.blog-category-pill {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    width: 100%;
    padding: 1rem 1.25rem;
    border: 0;
    border-radius: 16px;
    background: #efefef;
    color: #111111;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: left;
}

.blog-category-pill.is-active {
    background: #254f87;
    color: #ffffff;
}

.blog-category-icon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    color: #ff5e57;
    flex: 0 0 auto;
}

.blog-category-pill.is-active .blog-category-icon {
    color: #ff6a63;
}

.blog-category-icon img,
.blog-category-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.blog-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 2.4vw, 2.8rem);
}

.blog-post-card {
    min-width: 0;
}

.blog-post-media-link {
    display: block;
}

.blog-post-image {
    display: block;
    width: 100%;
    aspect-ratio: 1.46 / 1;
    object-fit: cover;
}

.blog-post-copy {
    padding-top: 0.85rem;
}

.blog-post-title {
    margin: 0;
    font-size: clamp(1.15rem, 1.7vw, 1.65rem);
    line-height: 1.22;
    font-weight: 700;
}

.blog-post-title a {
    color: #111111;
}

.blog-post-excerpt {
    margin: 0.75rem 0 0;
    color: #111111;
    font-size: 0.95rem;
    line-height: 1.45;
}

.blog-detail-hero {
    padding: clamp(1rem, 2.4vw, 1.5rem) 0;
}

.blog-detail-hero-shell {
    min-height: 120px;
    display: flex;
    align-items: center;
}

.blog-detail-breadcrumb {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: clamp(2.6rem, 4vw, 3.4rem);
    line-height: 1.1;
    color: #111111;
}

.blog-detail-breadcrumb a {
    color: #111111;
    font-weight: 700;
}

.blog-detail-breadcrumb strong {
    color: #111111;
    font-weight: 400;
}

.blog-detail-breadcrumb span {
    font-weight: 400;
}

.blog-detail-section {
    padding: clamp(1.5rem, 3vw, 2rem) 0 clamp(3rem, 5vw, 4rem);
    background: #ffffff;
}

.blog-detail-shell {
    max-width: none;
}

.blog-detail-back {
    display: inline-flex;
    align-items: center;
    color: #111111;
    font-size: 1rem;
    line-height: 1.2;
}

.blog-detail-article {
    margin-top: 1.2rem;
}

.blog-detail-title {
    margin: 0;
    max-width: none;
    font-size: clamp(2rem, 3.1vw, 3.05rem);
    line-height: 1.1;
    font-weight: 700;
    color: #111111;
}

.blog-detail-figure {
    margin: 1.6rem 0 0;
}

.blog-detail-image {
    display: block;
    width: 60%;
    height: auto;
}

.blog-detail-content {
    width: 70%;
    max-width: none;
    margin-top: 1.6rem;
    color: #111111;
}

.blog-detail-content h2,
.blog-detail-content h3 {
    margin: 1.4rem 0 0.75rem;
    font-size: clamp(1.15rem, 1.8vw, 1.5rem);
    line-height: 1.25;
    font-weight: 700;
}

.blog-detail-content p,
.blog-detail-content li {
    font-size: 1rem;
    line-height: 1.6;
}

.blog-detail-content ul {
    margin: 0;
    padding-left: 1.2rem;
}

.showcase-media-video {
    display: none;
}

.showcase-media-wrap.has-video .showcase-media-video {
    display: block;
}

.showcase-media-wrap.has-video .showcase-media-image-fallback {
    display: none;
}

.category-showcase {
    padding: 0 0 10px;
    background: #ffffff;
}

.category-showcase-shell {
    padding-top: 0.75rem;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.category-card {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 370px;
    padding: 0;
    background: #f3f3f3;
    overflow: hidden;
}

.category-card-link {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    color: inherit;
}

.category-title {
    margin: 0;
    position: absolute;
    top: 1.35rem;
    left: 1.35rem;
    right: 1.35rem;
    z-index: 2;
    font-size: clamp(1.7rem, 2.2vw, 2.15rem);
    line-height: 1.12;
    font-weight: 400;
    color: #111111;
}

.category-title strong {
    font-weight: 700;
}

.category-media-wrap {
    display: flex;
    flex: 1 1 auto;
    align-items: flex-end;
    justify-content: center;
    min-height: 0;
    padding: 0;
}

.category-media {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.product-strip-section {
    padding: 0;
    background: #ffffff;
}

.product-strip-shell {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.product-strip-carousel {
    background: #f3f3f3;
    overflow: hidden;
}

.product-strip-static {
    background: #f3f3f3;
    overflow: hidden;
}

.product-strip-track {
    display: grid;
    gap: 15px;
    align-items: end;
    min-height: 300px;
    padding: 0 1.2rem 0.8rem;
}

.product-strip-track--desktop {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}

.product-strip-track--mobile {
    grid-template-columns: 1fr;
    min-height: 260px;
    padding: 0 1rem 0.35rem;
}

.product-strip-card {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 250px;
}

.product-strip-image {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    object-fit: contain;
}

.product-strip-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 1rem 1rem;
}

.product-strip-btn {
    position: static;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1d4f8e;
    opacity: 1;
}

.product-strip-btn:hover {
    background: #163f70;
}

.product-strip-btn .carousel-control-prev-icon,
.product-strip-btn .carousel-control-next-icon {
    width: 1rem;
    height: 1rem;
}

.product-strip-indicators {
    gap: 0.45rem;
}

.product-strip-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(29, 79, 142, 0.28);
    opacity: 1;
}

.product-strip-indicators .active {
    background: #1d4f8e;
}

.hero-section {
    min-height: calc(100vh - 90px);
}

.hero-media-layer {
    position: absolute;
    inset: 0;
}

.hero-media-layer::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(245, 249, 253, 0.94) 0%, rgba(245, 249, 253, 0.76) 40%, rgba(245, 249, 253, 0.28) 100%);
}

.hero-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content-shell {
    position: relative;
    z-index: 1;
}

.hero-content-row {
    min-height: calc(100vh - 90px);
    padding-top: clamp(3rem, 8vw, 7rem);
    padding-bottom: clamp(3rem, 8vw, 6rem);
}

.section-kicker,
.panel-badge,
.card-index {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
}

.hero-title,
.section-title,
.page-title,
.hero-panel h2,
.article-card h3,
.info-card h3,
.specialty-card h3,
.timeline-item span {
    margin: 0;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.hero-title {
    margin-top: 1rem;
    font-size: clamp(2.75rem, 5vw, 5rem);
    line-height: 0.95;
    max-width: 12ch;
}

.hero-copy,
.page-subtitle,
.hero-panel p,
.info-card p,
.article-card p,
.specialty-card p,
.timeline-item p,
.letter-card p,
.footer-meta-block {
    color: var(--text-soft);
}

.hero-copy,
.page-subtitle {
    margin-top: 1rem;
    max-width: 48rem;
    font-size: 1.08rem;
}

.hero-actions {
    margin-top: 2rem;
}

.hero-metrics {
    margin-top: 2rem;
}

.metric-chip {
    height: 100%;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(15, 45, 73, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 30px rgba(15, 45, 73, 0.06);
}

.metric-chip strong {
    display: block;
    font-size: 1.35rem;
    line-height: 1;
}

.metric-chip span {
    display: block;
    margin-top: 0.45rem;
    color: var(--text-soft);
    font-size: 0.92rem;
}

.hero-panel,
.info-card,
.article-card,
.specialty-card,
.letter-card,
.timeline-item,
.cta-panel,
.workflow-step,
.quote-card {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--shadow);
}

.hero-panel,
.info-card,
.specialty-card,
.letter-card,
.timeline-item,
.cta-panel,
.workflow-step,
.quote-card {
    padding: clamp(1.4rem, 2vw, 2rem);
}

.status-board {
    margin: 1.5rem 0 0.5rem;
    border: 1px solid rgba(15, 45, 73, 0.08);
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.72);
}

.status-board__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.2rem;
}

.status-board__row + .status-board__row {
    border-top: 1px solid rgba(15, 45, 73, 0.08);
}

.status-board__row span {
    color: var(--text-soft);
}

.status-board__row strong {
    font-size: 1.05rem;
}

.hero-panel-list li {
    position: relative;
    padding-left: 1.25rem;
    margin-top: 0.8rem;
}

.hero-panel-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--accent);
}

.section-space {
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.surface-section {
    background: rgba(255, 255, 255, 0.56);
}

.trust-strip {
    padding: 1.2rem 0;
}

.trust-strip__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.2rem;
    border-top: 1px solid rgba(15, 45, 73, 0.1);
    border-bottom: 1px solid rgba(15, 45, 73, 0.1);
    color: var(--text-soft);
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-heading {
    margin-bottom: 2rem;
}

.section-title,
.page-title {
    margin-top: 0.65rem;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1;
}

.article-card {
    overflow: hidden;
}

.article-card--horizontal {
    display: grid;
    grid-template-columns: minmax(240px, 320px) 1fr;
    align-items: stretch;
}

.article-card-visual,
.page-hero-visual {
    width: 100%;
    display: block;
    border-radius: var(--radius-md);
}

.article-card-visual--compact {
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.article-card-copy {
    padding: 1.5rem;
}

.text-link {
    color: var(--accent);
    font-weight: 700;
}

.page-hero {
    padding: clamp(3rem, 7vw, 5rem) 0 2rem;
}

.slim-hero {
    padding-bottom: 0;
}

.narrow-shell {
    max-width: 1000px;
}

.overview-stack {
    display: grid;
    gap: 1.5rem;
}

.letter-card {
    max-width: 860px;
}

.workflow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.workflow-step h3 {
    margin-top: 0.9rem;
    font-size: 1.4rem;
}

.workflow-step p {
    margin-top: 0.75rem;
    color: var(--text-soft);
}

.outcome-section {
    padding-top: 0;
}

.quote-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(233, 243, 252, 0.92));
}

.quote-card blockquote {
    margin: 1.2rem 0 1rem;
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    line-height: 1.35;
    font-weight: 600;
    color: var(--text-main);
}

.quote-card p {
    margin: 0;
    color: var(--text-soft);
}

.letter-signature {
    margin-top: 2rem;
    color: var(--text-main);
    font-weight: 700;
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.timeline-item span {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

.cta-section {
    padding-top: 0;
}

.cta-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    background: linear-gradient(135deg, rgba(20, 56, 89, 0.98), rgba(47, 128, 237, 0.92));
}

.cta-panel h2,
.cta-panel p,
.cta-panel .panel-badge {
    color: #ffffff;
}


.site-footer {
    background: #efefef;
    padding: clamp(2.5rem, 4vw, 3.8rem) 0 2rem;
    color: #111111;
}

.footer-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: start;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(1.5rem, 2.2vw, 2.8rem);
}

.footer-heading {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
}

.footer-heading a,
.footer-heading a:visited,
.footer-heading a:hover,
.footer-heading a:active {
    color: inherit;
}

.footer-nav-list {
    list-style: none;
    margin: 1.4rem 0 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}

.footer-nav-list a {
    color: #111111;
    font-size: 0.96rem;
    line-height: 1.35;
}

.footer-nav-list a:hover {
    color: #1d4f8e;
}

.footer-brand-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-self: end;
    width: min(100%, 300px);
}

.footer-brand-logo {
    width: auto;
    height: auto;
    max-width: 100%;
}

.footer-brand-logo--milagro {
    max-width: 255px;
}

.footer-brand-logo--subbrand {
    max-width: 88px;
    margin-top: 1.5rem;
}

.footer-social-block {
    margin-top: 3.75rem;
}

.footer-social-text {
    margin: 0 0 1rem;
    color: #9a9a9a;
    font-size: 0.72rem;
    line-height: 1.5;
}

.footer-social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.footer-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-social-links img {
    display: block;
    width: 32px;
    height: 32px;
}

.footer-bottom {
    margin-top: clamp(3rem, 6vw, 5rem);
}

.footer-contact-line {
    margin: 0;
    color: #111111;
    font-size: clamp(0.98rem, 1.35vw, 1.15rem);
    line-height: 1.45;
}

.compact-footer {
    margin-top: auto;
}

.single-line {
    padding-top: 0;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.products-page {
    background: #ffffff;
}

.products-catalog-section {
    padding: 0;
    background: #f3f3f3;
}

.products-catalog-shell {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.products-layout {
    display: grid;
    grid-template-columns: 370px minmax(0, 1fr);
    align-items: start;
}

.products-mobile-toolbar,
.products-mobile-panel-head {
    display: none;
}

.products-sidebar {
    min-height: 100%;
    padding: 2.25rem 2.5rem 2.5rem 2.5rem;
    background: #f3f3f3;
    border-right: 1px solid rgba(17, 17, 17, 0.08);
}

.products-filter-block + .products-filter-block {
    margin-top: 2rem;
}

.products-filter-block--separated {
    padding-top: 2.25rem;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.products-filter-block--spaced {
    margin-top: 3.8rem;
}

.products-filter-title {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
}

.products-filter-stack {
    display: grid;
    gap: 0.8rem;
}

.products-filter-chip {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.9rem;
    min-height: 64px;
    padding: 0.85rem 1rem;
    border-radius: 16px;
    background: #ffffff;
    color: #111111;
    box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.03) inset, 0 10px 22px rgba(17, 17, 17, 0.03);
}

.products-filter-chip.is-active {
    background: #234f88;
    color: #ffffff;
    box-shadow: none;
}

.products-filter-chip.is-active .products-filter-chip-arrow {
    color: #ffffff;
}

.products-filter-chip.is-active .products-filter-chip-icon img {
    filter: brightness(1.1);
}

.products-filter-chip--compact {
    grid-template-columns: minmax(0, 1fr) auto;
}

.products-filter-chip-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
}

.products-filter-chip-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.products-filter-chip-copy {
    display: grid;
    gap: 0.1rem;
}

.products-filter-chip-copy strong,
.products-filter-chip-copy small {
    display: block;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
}

.products-filter-chip-copy small {
    font-size: 0.84rem;
    font-weight: 500;
}

.products-filter-chip-arrow {
    color: #224d83;
    font-size: 1.4rem;
    line-height: 1;
}

.products-contact-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    margin-top: 5rem;
    padding: 1.6rem 1.4rem;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.03) inset, 0 10px 22px rgba(17, 17, 17, 0.03);
    color: #111111;
}

.products-contact-icon {
    display: inline-flex;
    width: 64px;
    height: 64px;
}

.products-contact-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.products-contact-copy {
    display: grid;
    gap: 0.18rem;
}

.products-contact-copy small {
    color: #111111;
    font-size: 0.96rem;
    line-height: 1.28;
}

.products-contact-copy strong {
    color: #111111;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
}

.products-main {
    padding: 1rem 0 200px 2.4rem;
    background: #f3f3f3;
}

.products-hero-panel {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    align-items: center;
    gap: 1.6rem;
}

.products-hero-copy {
    padding-left: 1.1rem;
}

.products-hero-title {
    margin: 0;
    display: grid;
    color: #111111;
    line-height: 0.95;
}

.products-hero-title strong {
    font-size: clamp(3rem, 4.6vw, 4.2rem);
    font-weight: 700;
}

.products-hero-title span {
    font-size: clamp(2.5rem, 4vw, 3.9rem);
    font-weight: 400;
}

.products-hero-text {
    max-width: 270px;
    margin: 1.4rem 0 0;
    color: #111111;
    font-size: 1rem;
    line-height: 1.28;
}

.products-hero-media-wrap {
    overflow: hidden;
}

.products-hero-media {
    display: block;
    width: 100%;
    height: auto;
}

.products-breadcrumb {
    margin: 1rem 0 2rem 1.1rem;
    color: #98a0ac;
    font-size: 1rem;
    line-height: 1.2;
}

.products-breadcrumb a {
    color: #98a0ac;
}

.products-breadcrumb strong {
    color: #98a0ac;
    font-weight: 400;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem 2.5rem;
    padding: 2rem 1.2rem 2rem 1.1rem;
}

.products-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.products-card-link {
    display: block;
    color: inherit;
}

.products-card-visual {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 290px;
    width: min(100%, 168px);
    margin: 0 auto;
}

.products-card-visual--image {
    width: min(100%, 220px);
    min-height: 290px;
    align-items: center;
}

.products-card-visual--image img {
    display: block;
    width: 100%;
    max-width: 220px;
    height: 260px;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.12));
}

.products-pack {
    position: relative;
    width: min(100%, 168px);
    height: 235px;
    padding: 2rem 1rem 1rem;
    border-radius: 16px 16px 12px 12px;
    background: linear-gradient(180deg, #727272 0%, #161616 26%, #101010 74%, #1f1f1f 100%);
    color: #ffffff;
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.12);
}

.products-pack::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px 16px 12px 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), transparent 36%, transparent 60%, rgba(255, 255, 255, 0.08) 100%);
    pointer-events: none;
}

.products-pack::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 84%;
    height: 18px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08);
    filter: blur(10px);
}

.products-pack-brand,
.products-pack-label {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}

.products-pack-brand {
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.products-pack-label {
    margin-top: 0.95rem;
    font-size: 0.72rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.products-pack--teal {
    background: linear-gradient(180deg, #4ec9c2 0%, #179989 100%);
}

.products-pack--silver {
    background: linear-gradient(180deg, #f5f5f5 0%, #d2d2d2 100%);
    color: #6daa2f;
}

.products-pack--white {
    background: linear-gradient(180deg, #fcfcfc 0%, #e9e9e9 100%);
    color: #71b098;
}

.products-pack--whiteblue {
    background: linear-gradient(180deg, #fcfcfc 0%, #f2f5fb 100%);
    color: #24579a;
}

.products-pack--gray {
    background: linear-gradient(180deg, #f1f1f1 0%, #cdcdcd 100%);
    color: #111111;
}

.products-pack--detail {
    width: min(100%, 255px);
    height: 360px;
    padding: 2.8rem 1.4rem 1.5rem;
    border-radius: 22px 22px 16px 16px;
}

.products-pack--detail .products-pack-brand {
    font-size: 2rem;
}

.products-pack--detail .products-pack-label {
    margin-top: 1.2rem;
    font-size: 1rem;
}

.products-card-visual--farm-green .products-pack {
    background-image: linear-gradient(180deg, #838383 0%, #141414 24%, #0e0e0e 68%, #1a1a1a 100%), linear-gradient(180deg, transparent 0%, transparent 100%);
    box-shadow: 0 -60px 0 -48px #8bc34a inset;
}

.products-card-visual--farm-cyan .products-pack {
    box-shadow: 0 -60px 0 -48px #2bb1cc inset;
}

.products-card-visual--farm-red .products-pack {
    box-shadow: 0 -60px 0 -48px #d64256 inset;
}

.products-card-copy {
    width: min(100%, 168px);
    margin: 0.85rem auto 0;
    color: #111111;
}

.products-card-copy h2,
.products-card-copy p,
.products-card-copy span {
    margin: 0;
}

.products-card-copy h2,
.products-card-copy p {
    font-size: 1rem;
    line-height: 1.12;
}

.products-card-copy h2 {
    font-weight: 700;
}

.products-card-copy p + p,
.products-card-copy h2 + p {
    margin-top: 0.15rem;
}

.products-card-copy span {
    display: block;
    margin-top: 0.45rem;
    color: #98a0ac;
    font-size: 0.95rem;
    line-height: 1.1;
}

.product-detail-page .products-main {
    padding-top: 1.4rem;
}

.product-detail-breadcrumb {
    margin: 0 0 1.5rem 0;
    color: #98a0ac;
    font-size: 0.9rem;
    line-height: 1.2;
}

.product-detail-breadcrumb a,
.product-detail-breadcrumb strong {
    color: #98a0ac;
    font-weight: 400;
}

.product-detail-hero {
    display: grid;
    grid-template-columns: minmax(360px, 640px) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
}

.product-detail-visual {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0.5rem;
    min-height: 620px;
}

.product-detail-image {
    display: block;
    width: min(100%, 640px);
    max-width: 640px;
    height: 620px;
    max-height: 620px;
    object-fit: contain;
    object-position: center top;
    filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.14));
}

.product-detail-hero .products-pack {
    box-shadow: 0 -86px 0 -68px #8bc34a inset, 0 18px 28px rgba(0, 0, 0, 0.12);
}

.product-detail-copy {
    max-width: 470px;
    color: #111111;
}

.product-detail-title {
    margin: 0;
    display: grid;
    line-height: 0.98;
}

.product-detail-title strong {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
}

.product-detail-title span {
    font-size: clamp(2.2rem, 3.4vw, 3rem);
    font-weight: 400;
}

.product-detail-subtitle {
    margin: 1rem 0 0;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
}

.product-detail-weight {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    height: 38px;
    margin-top: 0.8rem;
    padding: 0 0.95rem;
    border: 1px solid #ff6a63;
    border-radius: 12px;
    color: #111111;
    font-size: 1rem;
    font-weight: 700;
}

.product-detail-text {
    max-width: 420px;
    margin: 1rem 0 0;
    font-size: 1rem;
    line-height: 1.35;
}

.product-detail-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.product-detail-benefit {
    min-width: 0;
}

.product-detail-benefit img {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.product-detail-benefit h2 {
    margin: 0.55rem 0 0;
    color: #111111;
    font-size: 0.95rem;
    line-height: 1.16;
    font-weight: 700;
}

.product-detail-cta {
    margin-top: 2.1rem;
}

.product-detail-note {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin-top: 1.3rem;
    color: #98a0ac;
}

.product-detail-note img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-top: 0.15rem;
}

.product-detail-note p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.35;
}

.product-detail-info-card {
    margin-top: 0.75rem;
    padding: 1.25rem;
    border-radius: 24px;
    background: #ececec;
}

.site-map-page {
    background: #f5f5f5;
}

.site-map-hero {
    padding: 2rem 0 4rem;
}

.site-map-shell {
    max-width: 1280px;
}

.site-map-intro {
    padding: 2.5rem 0 2rem;
    color: #111111;
}

.site-map-eyebrow {
    display: inline-flex;
    margin-bottom: 0.8rem;
    color: #224d83;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-map-intro h1 {
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 0.98;
    font-weight: 700;
}

.site-map-intro p {
    max-width: 560px;
    margin: 1rem 0 0;
    font-size: 1.02rem;
    line-height: 1.5;
}

.site-map-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.site-map-card {
    display: grid;
    gap: 0.35rem;
    padding: 1.5rem;
    border-radius: 22px;
    background: #ffffff;
    color: #111111;
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-map-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(17, 17, 17, 0.08);
}

.site-map-card strong {
    font-size: 1.15rem;
    line-height: 1.2;
}

.site-map-card span {
    color: #6b7280;
    font-size: 0.96rem;
    line-height: 1.3;
}

.product-detail-info-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.95fr;
    gap: 2rem;
}

.product-detail-info-block {
    color: #111111;
}

.product-detail-info-block h2 {
    margin: 0 0 0.9rem;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 700;
}

.product-detail-info-block h3 {
    margin: 0 0 0.2rem;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
}

.product-detail-info-block p,
.product-detail-info-block li {
    font-size: 0.96rem;
    line-height: 1.45;
}

.product-detail-info-block ul {
    margin: 0.8rem 0 0;
    padding-left: 1.15rem;
}

.product-detail-usage-group + .product-detail-usage-group {
    margin-top: 1rem;
}

.product-detail-usage-note {
    margin-top: 1.25rem;
    font-size: 0.92rem;
    line-height: 1.45;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .nav-shell {
        flex-wrap: wrap;
        row-gap: 0.75rem;
    }

    .brand-cluster {
        gap: 1rem;
    }

    .navbar-collapse {
        flex-basis: 100%;
    }

    .brand-tagline {
        display: none;
    }

    .nav-links-row {
        gap: 0;
        padding-top: 1rem;
    }

    .nav-cta-wrap--desktop {
        display: none;
    }

    .nav-cta-wrap {
        display: flex;
        padding-top: 1rem;
    }

    .nav-cta-wrap.nav-cta-wrap--desktop {
        display: none;
        padding-top: 0;
    }

    .where-to-buy-shell {
        max-width: none;
    }

    .dealer-filter-bar {
        grid-template-columns: 1fr;
    }

    .dealer-filter-search-wrap {
        grid-template-columns: 1fr;
        justify-content: stretch;
        gap: 0.65rem;
        padding-top: 0;
    }

    .products-layout {
        grid-template-columns: 1fr;
    }

    .products-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        width: min(100vw, 380px);
        height: 100vh;
        overflow-y: auto;
        padding-bottom: 2rem;
        border-right: 1px solid rgba(17, 17, 17, 0.08);
        border-bottom: 0;
        box-shadow: 16px 0 40px rgba(17, 17, 17, 0.12);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(-100%);
        transition: transform 0.25s ease, opacity 0.2s ease, visibility 0.2s ease;
    }

    .products-page.filters-open {
        overflow: hidden;
    }

    .products-sidebar[aria-hidden="false"] {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
    }

    .products-page.filters-open::before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 1040;
        pointer-events: none;
        background: rgba(17, 17, 17, 0.28);
    }

    .products-mobile-toolbar,
    .products-mobile-panel-head {
        display: flex;
    }

    .products-mobile-toolbar {
        padding: 0 1rem 1rem;
    }

    .products-mobile-filter-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.95rem 1rem;
        border: 0;
        border-radius: 16px;
        background: #ffffff;
        color: #111111;
        box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.04) inset;
        text-align: left;
    }

    .products-mobile-filter-btn span,
    .products-mobile-filter-btn strong {
        display: block;
        line-height: 1.1;
    }

    .products-mobile-filter-btn span {
        font-size: 0.84rem;
        color: #7d8795;
        font-weight: 600;
    }

    .products-mobile-filter-btn strong {
        font-size: 1rem;
        font-weight: 700;
        margin-left: auto;
    }

    .products-mobile-panel-head {
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1rem;
    }

    .products-mobile-panel-head strong {
        color: #111111;
        font-size: 1.2rem;
        line-height: 1.1;
        font-weight: 700;
    }

    .products-mobile-close {
        width: 40px;
        height: 40px;
        border: 0;
        border-radius: 999px;
        background: #ffffff;
        color: #111111;
        font-size: 1.5rem;
        line-height: 1;
    }

    .products-main {
        padding: 1.25rem 0 80px;
    }

    .products-hero-panel {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .products-hero-media-wrap {
        max-height: 320px;
    }

    .products-hero-media {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .products-breadcrumb {
        margin: 0.75rem 0 1rem 1.1rem;
    }

    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem 1.25rem;
        padding-top: 1.25rem;
    }

    .product-detail-hero {
        grid-template-columns: 1fr;
    }

    .product-detail-copy {
        max-width: none;
    }

    .product-detail-info-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .site-map-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1280px) {
    .contact-hero-shell,
    .contact-form-shell {
        max-width: none;
    }
}

@media (max-width: 991.98px) {
    .products-hero-media-wrap {
        max-height: 260px;
    }

    .contact-field-row {
        grid-template-columns: 1fr;
    }

    .about-overview-grid {
        grid-template-columns: 1fr;
    }

    .about-side-column {
        padding-left: 0;
        padding-top: 1.5rem;
        border-left: 0;
        border-top: 1px solid rgba(17, 17, 17, 0.18);
    }

    .blog-listing-shell {
        grid-template-columns: 1fr;
    }

    .blog-category-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-card-grid {
        grid-template-columns: 1fr;
    }

    .category-grid {
        grid-template-columns: 1fr;
    }

    .footer-top,
    .cta-panel {
        grid-template-columns: 1fr;
    }

    .footer-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-brand-panel {
        justify-self: start;
        width: 100%;
    }

    .category-card {
        min-height: 330px;
    }

    .hero-content-row {
        min-height: auto;
    }

    .workflow-grid,
    .article-card--horizontal {
        grid-template-columns: 1fr;
    }

    .timeline-grid {
        grid-template-columns: 1fr;
    }

    .cta-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .dealer-card {
        padding: 1rem 1.2rem;
    }

    .dealer-filter-search-wrap {
        grid-template-columns: 1fr;
        justify-content: stretch;
    }

    .dealer-location-button {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .products-sidebar {
        padding: 1.5rem 1rem 2rem;
        width: min(100vw, 100%);
    }

    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
        padding: 0 1rem;
    }

    .products-hero-copy {
        padding-left: 0;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .products-hero-title strong {
        font-size: 2.35rem;
    }

    .products-hero-title span {
        font-size: 2rem;
    }

    .products-hero-text {
        max-width: none;
        margin-top: 1rem;
    }

    .products-breadcrumb {
        margin-left: 0;
        padding: 0 1rem;
    }

    .products-filter-chip {
        min-height: 56px;
        padding: 0.8rem 0.9rem;
    }

    .products-filter-chip-copy small {
        font-size: 0.8rem;
    }

    .products-contact-card {
        margin-top: 2rem;
    }

    .product-detail-breadcrumb {
        padding: 0 1rem;
    }

    .product-detail-visual {
        padding-inline: 1rem;
    }

    .product-detail-copy {
        padding: 0 1rem;
    }

    .product-detail-title strong {
        font-size: 2.1rem;
    }

    .product-detail-title span {
        font-size: 1.8rem;
    }

    .product-detail-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-detail-info-card {
        margin-inline: 1rem;
        padding: 1rem;
    }

    .site-map-hero {
        padding: 1rem 0 3rem;
    }

    .site-map-intro {
        padding: 1.5rem 1rem 1.5rem;
    }

    .site-map-grid {
        grid-template-columns: 1fr;
        padding: 0 1rem;
    }

    .faq-shell {
        max-width: none;
    }

    .faq-group-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .faq-page-title {
        font-size: 1.7rem;
    }

    .faq-page-copy,
    .faq-item summary,
    .faq-answer p {
        font-size: 0.95rem;
    }

    .faq-group-title {
        font-size: 1.75rem;
    }

    .faq-group-link {
        min-width: 0;
    }

    .contact-hero {
        padding: 1.5rem 0;
    }

    .contact-form-title {
        font-size: 1.4rem;
    }

    .contact-actions {
        justify-content: flex-start;
    }

    .contact-submit-btn {
        width: 100%;
    }

    .where-to-buy-hero {
        padding: 1.7rem 0;
    }

    .where-to-buy-title {
        font-size: 1.8rem;
    }

    .where-to-buy-subtitle,
    .where-to-buy-intro-copy,
    .dealer-card-copy,
    .where-to-buy-office p {
        font-size: 0.95rem;
    }

    .dealer-filter-label,
    .dealer-filter-search-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .dealer-filter-search-title {
        white-space: normal;
    }

    .dealer-card-topline {
        flex-direction: column;
    }

    .dealer-card-badge {
        align-self: flex-start;
    }

    .product-detail-dealer-finder-shell {
        margin: 1rem;
        padding: 1rem;
    }

    .about-overview-section {
        padding-top: 1.5rem;
    }

    .about-page-title {
        margin-bottom: 1rem;
        font-size: 2rem;
    }

    .about-side-block h2 {
        font-size: 2rem;
    }

    .blog-detail-breadcrumb {
        font-size: clamp(2rem, 8vw, 2.6rem);
    }

    .blog-detail-title {
        font-size: 1.9rem;
        max-width: none;
    }

    .blog-detail-image {
        width: 100%;
    }

    .blog-detail-content {
        width: 100%;
    }

    .blog-hero {
        padding: 1.5rem 0;
    }

    .blog-hero-shell {
        min-height: 108px;
    }

    .blog-listing-section {
        padding-top: 1.5rem;
    }

    .blog-category-sidebar {
        grid-template-columns: 1fr;
    }

    .blog-category-pill {
        padding: 0.9rem 1rem;
        border-radius: 14px;
    }

    .blog-post-title {
        font-size: 1.15rem;
    }

    .homepage-stage {
        padding-bottom: 0;
    }

    .showcase-hero {
        padding-top: 0;
    }

    .category-showcase {
        padding-bottom: 1.2rem;
    }

    .product-strip-section {
        padding-bottom: 0;
    }

    .product-strip-card {
        min-height: 180px;
    }

    .product-strip-image {
        max-width: 180px;
    }

    .category-card {
        min-height: 300px;
    }

    .category-title {
        top: 1rem;
        left: 1rem;
        right: 1rem;
    }

    .category-media-wrap {
        min-height: 0;
        padding: 0;
    }

    .category-media {
        width: 100%;
        height: 100%;
    }

    .showcase-copy {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding: 0 1rem;
        transform: none;
    }

    .showcase-title {
        font-size: clamp(2rem, 9vw, 2.7rem);
        line-height: 1.04;
    }

    .brand-logo--wide {
        height: 48px;
        max-width: 230px;
    }

    .site-footer {
        padding-top: 2rem;
    }

    .footer-links-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .footer-nav-list {
        margin-top: 0.9rem;
        gap: 0.75rem;
    }

    .footer-social-block {
        margin-top: 2rem;
    }

    .footer-bottom {
        margin-top: 2.5rem;
    }

    .showcase-subtitle {
        margin-top: 0.5rem;
        font-size: clamp(1.15rem, 5.4vw, 1.7rem);
        line-height: 1.16;
    }

    .showcase-btn {
        margin-top: 1rem;
        padding: 0.8rem 1.35rem;
        font-size: 0.94rem;
    }

    .showcase-media-wrap {
        padding-top: 0;
    }

    .hero-title {
        max-width: none;
    }

    .trust-strip__inner {
        justify-content: flex-start;
    }

    .article-card-copy {
        padding: 1.2rem;
    }
}