:root {
    --bg: #efe1b8;
    --surface: rgba(255, 252, 245, 0.86);
    --surface-strong: #fffdf6;
    --awning-panel: #f8e8c0;
    --awning-panel-soft: rgba(255, 248, 232, 0.96);
    --awning-stripe-base-solid: #fff9ec;
    --awning-stripe-blue-solid: #dce9f7;
    --awning-stripe-gold-solid: #efdfad;
    --awning-shadow: 0 20px 38px rgba(var(--brand-deep-rgb), 0.16);
    --text: #11284b;
    --muted: #5a6578;
    --line: rgba(17, 40, 75, 0.12);
    --brand: #0f4a92;
    --brand-deep: #082e63;
    --brand-soft: #d9e7f8;
    --accent: #c29a2c;
    --accent-deep: #8f6d12;
    --accent-soft: #eddba0;
    --brand-rgb: 15, 74, 146;
    --brand-deep-rgb: 8, 46, 99;
    --accent-rgb: 194, 154, 44;
    --text-rgb: 17, 40, 75;
    --surface-border: rgba(16, 35, 71, 0.08);
    --surface-border-strong: rgba(170, 141, 45, 0.15);
    --surface-highlight: rgba(255, 255, 255, 0.62);
    --overlay-blue: linear-gradient(180deg, rgba(8, 45, 120, 0.08), rgba(8, 45, 120, 0.42));
    --overlay-mix: linear-gradient(180deg, rgba(170, 141, 45, 0.1), rgba(8, 45, 120, 0.26));
    --shadow: 0 24px 60px rgba(8, 45, 120, 0.14);
    --radius-lg: 28px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --container: 1180px;
    --section-heading-sticky-top: 8.75rem;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(var(--accent-rgb), 0.2), transparent 34%),
        radial-gradient(circle at top right, rgba(var(--brand-rgb), 0.16), transparent 28%),
        linear-gradient(180deg, #fffaf0 0%, var(--bg) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: var(--text);
}

    body.is-lightbox-open {
        overflow: hidden;
    }

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

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

.container {
    width: min(calc(100% - 2rem), var(--container));
    margin: 0 auto;
}

.site-header {
    --awning-valance-height: 1.55rem;
    --awning-scallop-width: 3.2rem;
    --awning-scallop-radius: 1.6rem;
    position: sticky;
    top: 0;
    z-index: 20;
    padding-bottom: var(--awning-valance-height);
    overflow: visible;
    backdrop-filter: none;
    background: transparent;
    border-bottom: 0;
    isolation: isolate;
}

.site-header::before {
    content: "";
    position: absolute;
    inset: 0 0 calc(var(--awning-valance-height) - 0.04rem);
    z-index: -2;
    border-radius: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0.08) 34%, transparent 70%),
        url("../img/awning-canopy.svg");
    background-position: 0 0, center top;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 100% 100%;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.58),
        inset 0 -1px 0 rgba(var(--brand-deep-rgb), 0.12),
        var(--awning-shadow);
}

.site-header::after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--awning-valance-height);
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 48%),
        url("../img/awning-valance.svg");
    background-position: 0 0, center top;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 100% 100%;
    filter: drop-shadow(0 10px 10px rgba(var(--brand-deep-rgb), 0.12));
    pointer-events: none;
}

@supports ((-webkit-mask: radial-gradient(circle at 1rem 0, #000 98%, transparent 100%)) or (mask: radial-gradient(circle at 1rem 0, #000 98%, transparent 100%))) {
    .site-header::after {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 48%),
            url("../img/awning-valance.svg");
        background-position: 0 0, center top;
        background-repeat: no-repeat, no-repeat;
        background-size: auto, 100% 100%;
        -webkit-mask: radial-gradient(
            circle at var(--awning-scallop-radius) 0,
            #000 var(--awning-scallop-radius),
            transparent calc(var(--awning-scallop-radius) + 0.05rem)
        ) left top / var(--awning-scallop-width) var(--awning-valance-height) repeat-x;
        mask: radial-gradient(
            circle at var(--awning-scallop-radius) 0,
            #000 var(--awning-scallop-radius),
            transparent calc(var(--awning-scallop-radius) + 0.05rem)
        ) left top / var(--awning-scallop-width) var(--awning-valance-height) repeat-x;
    }
}

.site-header__inner,
.site-footer__inner,
.hero,
.section-grid,
.contact-layout,
.cta-panel {
    display: grid;
    gap: 1.5rem;
}

.site-header__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 1.05rem 0 1rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    color: var(--brand-deep);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.brand__mark {
    width: 6.58rem;
    height: 4.2rem;
    border-radius: 16px;
    display: block;
    flex: 0 0 auto;
    overflow: hidden;
    box-shadow: 0 16px 28px rgba(var(--brand-deep-rgb), 0.14);
}

.brand__mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand__text {
    line-height: 1.05;
}

.brand__text small {
    display: block;
    font-size: 0.72rem;
    color: rgba(var(--brand-deep-rgb), 0.74);
    font-weight: 500;
}

.main-nav {
    justify-self: center;
    min-width: 0;
}

.main-nav ul,
.hero__metrics,
.feature-list,
.card-grid,
.product-list,
.trust-strip,
.contact-list,
.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0 1rem;
    border-radius: 999px;
    border: 1px solid rgba(var(--brand-deep-rgb), 0.08);
    background: rgba(255, 255, 255, 0.46);
    color: var(--brand-deep);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.lang-switcher {
    position: relative;
    justify-self: end;
}

.lang-switcher[open] {
    z-index: 30;
}

.lang-switcher__trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.75rem;
    padding: 0.24rem 0.32rem 0.24rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(var(--brand-deep-rgb), 0.08);
    background: rgba(255, 255, 255, 0.56);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.42),
        0 12px 28px rgba(var(--brand-deep-rgb), 0.1);
    color: var(--brand-deep);
    cursor: pointer;
    list-style: none;
    user-select: none;
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.lang-switcher__trigger::-webkit-details-marker {
    display: none;
}

.lang-switcher__trigger::marker {
    content: "";
}

.lang-switcher__current,
.lang-switcher__option {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.lang-switcher__option {
    justify-content: space-between;
    width: 100%;
}

.lang-switcher__menu {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 0;
    display: grid;
    gap: 0.28rem;
    min-width: 12rem;
    max-width: min(15rem, calc(100vw - 2rem));
    padding: 0.45rem;
    margin: 0;
    list-style: none;
    border-radius: 1rem;
    border: 1px solid rgba(var(--brand-deep-rgb), 0.08);
    background: rgba(255, 250, 239, 0.98);
    box-shadow: 0 24px 48px rgba(var(--brand-deep-rgb), 0.18);
}

.lang-switcher__link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 3rem;
    padding: 0.55rem 0.7rem;
    border-radius: 0.85rem;
    border: 1px solid transparent;
    background: transparent;
    color: var(--brand-deep);
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.lang-switcher__code {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--brand-deep);
}

.lang-switcher__name {
    color: var(--muted);
    font-size: 0.94rem;
    white-space: nowrap;
}

.lang-switcher__chevron {
    width: 0.95rem;
    height: 0.95rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    transition: transform 180ms ease;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
    background: rgba(255, 255, 255, 0.76);
    border-color: rgba(var(--accent-rgb), 0.34);
    color: var(--brand-deep);
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(var(--brand-deep-rgb), 0.1);
}

.lang-switcher__trigger:hover,
.lang-switcher[open] .lang-switcher__trigger {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(var(--accent-rgb), 0.32);
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(var(--brand-deep-rgb), 0.14);
}

.lang-switcher[open] .lang-switcher__chevron {
    transform: rotate(180deg);
}

.lang-switcher__link:hover,
.lang-switcher__link[aria-current="page"] {
    background: rgba(var(--accent-rgb), 0.14);
    border-color: rgba(var(--accent-rgb), 0.26);
    transform: translateY(-1px);
}

.main-nav a:focus-visible,
.lang-switcher__trigger:focus-visible,
.lang-switcher__link:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 4px rgba(var(--accent-rgb), 0.28),
        0 14px 30px rgba(var(--brand-deep-rgb), 0.14);
}

.lang-switcher__flag {
    display: block;
    width: 1.86rem;
    height: 1.86rem;
    min-width: 1.86rem;
    min-height: 1.86rem;
    flex: 0 0 1.86rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    box-shadow:
        inset 0 0 0 1px rgba(var(--text-rgb), 0.12),
        0 5px 12px rgba(var(--brand-deep-rgb), 0.16);
    overflow: hidden;
}

.lang-switcher__flag--es {
    background: linear-gradient(180deg, #c60b1e 0 28%, #ffc400 28% 72%, #c60b1e 72% 100%);
}

.lang-switcher__flag--fr {
    background: linear-gradient(90deg, #0055a4 0 33.333%, #ffffff 33.333% 66.666%, #ef4135 66.666% 100%);
}

.lang-switcher__flag--en {
    background: #012169 url("../img/flag-en.svg") center / cover no-repeat;
}

.hero {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: end;
    padding: 5.5rem 0 4rem;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: rgba(var(--accent-rgb), 0.12);
    color: var(--brand-deep);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero h1,
.page-intro h1,
.section-heading h2 {
    font-family: "Fraunces", Georgia, serif;
    line-height: 0.95;
    letter-spacing: -0.04em;
    margin: 0;
}

.hero h1 {
    font-size: clamp(3rem, 7vw, 6.2rem);
    max-width: 12ch;
    margin-top: 1.25rem;
}

.hero p,
.page-intro p,
.section-heading p,
.contact-card p,
.footer-copy {
    color: var(--muted);
    line-height: 1.7;
}

.section-heading h2,
.contact-form__intro h2 {
    display: inline;
    line-height: 1.14;
    padding: 0.02em 0.14em 0.08em;
    border-radius: 0.22em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
    background: linear-gradient(
        180deg,
        rgba(var(--accent-rgb), 0.02) 0%,
        rgba(var(--accent-rgb), 0.04) 38%,
        rgba(var(--accent-rgb), 0.08) 58%,
        rgba(var(--accent-rgb), 0.14) 78%,
        rgba(var(--brand-rgb), 0.14) 100%
    );
}

.hero__copy {
    display: grid;
    gap: 1.5rem;
    align-self: start;
}

.hero__lead {
    max-width: 62ch;
    font-size: 1.05rem;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero__actions--single {
    justify-content: flex-start;
}

.product-detail-card .hero__actions {
    margin-top: 1.35rem;
}

.button,
.button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.2rem;
    padding: 0 1.35rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button {
    background: linear-gradient(135deg, var(--brand), var(--brand-deep));
    color: #fff;
    box-shadow: 0 18px 40px rgba(var(--brand-rgb), 0.28);
}

.button-secondary {
    background: rgba(255, 253, 242, 0.76);
    border-color: rgba(var(--text-rgb), 0.1);
    color: var(--brand-deep);
}

.button:hover,
.button-secondary:hover {
    transform: translateY(-2px);
}

.button:hover {
    box-shadow: 0 22px 44px rgba(var(--brand-rgb), 0.34);
}

.button-secondary:hover {
    background: rgba(255, 253, 242, 0.94);
    border-color: rgba(var(--accent-rgb), 0.28);
    box-shadow: 0 14px 28px rgba(var(--brand-rgb), 0.12);
}

.back-to-top {
    position: fixed;
    left: 50%;
    bottom: 1.1rem;
    z-index: 52;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 252, 245, 0.9), rgba(233, 220, 183, 0.92));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: var(--brand-deep);
    box-shadow: 0 18px 34px rgba(var(--brand-deep-rgb), 0.2);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(12px) scale(0.92);
    transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0) scale(1);
}

.back-to-top:hover {
    transform: translateX(-50%) translateY(-2px) scale(1);
    box-shadow: 0 22px 40px rgba(var(--brand-deep-rgb), 0.24);
}

.back-to-top__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
}

.back-to-top__icon svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: currentColor;
}

.back-to-top:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.24), 0 18px 34px rgba(var(--brand-deep-rgb), 0.2);
}

.chatbot {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 45;
    display: grid;
    justify-items: end;
    gap: 0.85rem;
    pointer-events: none;
}

.chatbot__launcher,
.chatbot__close,
.chatbot__suggestion,
.chatbot__send {
    appearance: none;
    border: 0;
    cursor: pointer;
    pointer-events: auto;
}

.chatbot__launcher {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 3.5rem;
    padding: 0 1.2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(15, 74, 146, 0.98), rgba(8, 46, 99, 0.98));
    color: #fff;
    box-shadow: 0 22px 40px rgba(var(--brand-rgb), 0.3);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.chatbot__launcher:hover {
    transform: translateY(-2px);
    box-shadow: 0 26px 46px rgba(var(--brand-rgb), 0.36);
}

.chatbot__launcher-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

.chatbot__launcher-icon svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: currentColor;
}

.chatbot__launcher-label {
    font-weight: 800;
    letter-spacing: 0.02em;
}

.chatbot__panel {
    width: min(25rem, calc(100vw - 1.5rem));
    max-height: min(42rem, calc(100vh - 6rem));
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto auto auto;
    border: 1px solid var(--surface-border-strong);
    border-radius: 1.4rem;
    background: linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(244, 247, 251, 0.97));
    box-shadow: 0 28px 60px rgba(var(--brand-deep-rgb), 0.22);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px) scale(0.98);
    transform-origin: bottom right;
    transition: opacity 180ms ease, transform 180ms ease;
}

.chatbot.is-open .chatbot__panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.chatbot.is-open {
    pointer-events: auto;
}

.chatbot__header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1rem 0.85rem;
    border-bottom: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(8, 46, 99, 0.96), rgba(15, 74, 146, 0.92));
    color: #fff;
}

.chatbot__header strong {
    display: block;
    font-size: 1rem;
}

.chatbot__header p {
    margin: 0.25rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
}

.chatbot__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.45rem;
    line-height: 1;
    padding: 0;
    text-align: center;
}

.chatbot__close span {
    display: block;
    transform: translateY(-4px);
}

.chatbot__messages {
    min-height: 0;
    overflow-y: auto;
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
}

.chatbot__message {
    display: flex;
}

.chatbot__message p {
    margin: 0;
    max-width: 92%;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    line-height: 1.6;
    white-space: pre-line;
}

.chatbot__message--assistant p {
    background: rgba(255, 253, 246, 0.96);
    border: 1px solid var(--surface-border-strong);
    color: var(--text);
}

.chatbot__message--user {
    justify-content: end;
}

.chatbot__message--user p {
    background: linear-gradient(135deg, rgba(15, 74, 146, 0.96), rgba(8, 46, 99, 0.96));
    color: #fff;
    box-shadow: 0 14px 28px rgba(var(--brand-rgb), 0.18);
}

.chatbot__suggestions {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.55rem;
    padding: 0 1rem 0.85rem;
    overflow-x: auto;
    scrollbar-width: none;
}

.chatbot__suggestions::-webkit-scrollbar {
    display: none;
}

.chatbot__suggestion {
    flex: 0 0 auto;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 253, 242, 0.9);
    border: 1px solid rgba(var(--accent-rgb), 0.22);
    color: var(--brand-deep);
    white-space: nowrap;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.chatbot__suggestion:hover {
    transform: translateY(-1px);
    background: rgba(255, 249, 236, 0.98);
    box-shadow: 0 12px 22px rgba(var(--brand-rgb), 0.1);
}

.chatbot__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 0.75rem;
    padding: 0 1rem 0.9rem;
}

.chatbot__lead {
    display: grid;
    gap: 0.8rem;
    padding: 0 1rem 0.95rem;
    border-top: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(255, 250, 238, 0.6), rgba(255, 255, 255, 0));
    overflow-y: auto;
    max-height: min(16rem, 32vh);
}

.chatbot__lead[hidden] {
    display: none;
}

.chatbot__lead-intro strong {
    display: block;
    color: var(--brand-deep);
}

.chatbot__lead-intro p {
    margin: 0.28rem 0 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.chatbot__lead-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.chatbot__lead-actions[hidden],
.chatbot__lead-form[hidden] {
    display: none;
}

.chatbot__lead-open,
.chatbot__lead-dismiss {
    min-height: 2.8rem;
    padding: 0 1rem;
    border-radius: 999px;
    border: 1px solid rgba(var(--brand-deep-rgb), 0.12);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.chatbot__lead-open {
    background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.96), rgba(var(--brand-deep-rgb), 0.96));
    color: #fff;
    box-shadow: 0 12px 22px rgba(var(--brand-rgb), 0.16);
}

.chatbot__lead-dismiss {
    background: rgba(255, 255, 255, 0.72);
    color: var(--brand-deep);
}

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

.chatbot__lead-input {
    width: 100%;
    min-height: 2.9rem;
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(var(--brand-deep-rgb), 0.14);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.86);
    color: var(--text);
    font: inherit;
}

.chatbot__lead-input--textarea {
    grid-column: 1 / -1;
    min-height: 5.5rem;
    resize: vertical;
}

.chatbot__lead-submit {
    grid-column: 1 / -1;
    min-height: 3rem;
    border: 0;
    border-radius: 0.95rem;
    background: linear-gradient(135deg, rgba(194, 154, 44, 0.98), rgba(143, 109, 18, 0.98));
    color: #fff;
    font-weight: 800;
    box-shadow: 0 16px 26px rgba(var(--accent-rgb), 0.22);
}

.chatbot__input {
    min-height: 3.15rem;
    max-height: 8rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(var(--brand-deep-rgb), 0.14);
    border-radius: 1rem;
    resize: none;
    background: rgba(255, 255, 255, 0.82);
    color: var(--text);
    font: inherit;
}

.chatbot__input:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.22);
    border-color: rgba(var(--accent-rgb), 0.28);
}

.chatbot__send {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.2rem;
    min-height: 3.15rem;
    padding: 0 1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, var(--brand), var(--brand-deep));
    color: #fff;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    box-shadow: 0 16px 26px rgba(var(--brand-rgb), 0.24);
}

.chatbot__send:disabled,
.chatbot__suggestion:disabled,
.chatbot__input:disabled {
    cursor: not-allowed;
    opacity: 0.62;
}

.chatbot__note {
    margin: 0;
    padding: 0 1rem 1rem;
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.5;
    border-top: 1px solid rgba(var(--text-rgb), 0.06);
}

.chatbot__launcher:focus-visible,
.chatbot__close:focus-visible,
.chatbot__send:focus-visible,
.chatbot__suggestion:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.24);
}

@media (max-width: 820px) {
    .back-to-top {
        width: 3.25rem;
        height: 3.25rem;
        bottom: 5rem;
    }

    .chatbot {
        right: 0.75rem;
        left: 0.75rem;
        bottom: 0.75rem;
        justify-items: stretch;
    }

    .chatbot__launcher {
        justify-content: center;
    }

    .chatbot__panel {
        width: 100%;
        max-height: min(36rem, calc(100dvh - 5rem));
        transform-origin: bottom center;
    }

    .chatbot__lead {
        max-height: min(18rem, 34vh);
    }

    .chatbot__lead-form {
        grid-template-columns: minmax(0, 1fr);
    }
}

.button--hero-primary {
    position: relative;
    min-height: 3.85rem;
    width: min(100%, 38rem);
    padding: 0 2rem;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    border-color: rgba(var(--accent-rgb), 0.42);
    background: linear-gradient(120deg, #0b3b7c 0%, #145daf 26%, #8f6d12 52%, #0f4a92 76%, #082e63 100%);
    background-size: 220% 220%;
    box-shadow:
        0 24px 52px rgba(var(--brand-rgb), 0.34),
        0 0 0 1px rgba(var(--accent-rgb), 0.18);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
    animation: hero-cta-gradient 8s ease-in-out infinite;
}

.button--hero-primary::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 32%, rgba(255, 255, 255, 0.08) 58%, transparent 78%);
    pointer-events: none;
}

.button--hero-primary:hover {
    box-shadow:
        0 28px 58px rgba(var(--brand-rgb), 0.38),
        0 0 0 1px rgba(var(--accent-rgb), 0.24);
}

@keyframes hero-cta-gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .button--hero-primary {
        animation: none;
    }
}

.hero-card,
.panel,
.product-card,
.contact-card,
.contact-form,
.metric,
.quote-card {
    background: var(--surface);
    border: 1px solid var(--surface-border);
    box-shadow: var(--shadow);
    border-radius: var(--radius-lg);
}

.hero-card {
    position: relative;
    padding: 1.5rem;
    min-height: 34rem;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 252, 245, 0.96), rgba(217, 231, 248, 0.26));
}

.hero-card--video {
    align-self: end;
}

.hero-card::before,
.hero-card::after {
    content: "";
    position: absolute;
    inset: auto auto 0 0;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: rgba(var(--accent-rgb), 0.12);
    filter: blur(10px);
}

.hero-card::after {
    inset: 1rem -3rem auto auto;
    background: rgba(var(--brand-rgb), 0.16);
}

.hero-visual {
    position: absolute;
    inset: 1.25rem;
    display: grid;
    gap: 1rem;
    align-content: end;
}

.hero-visual--video {
    align-content: center;
    justify-items: center;
}

.hero-visual__image {
    position: relative;
    isolation: isolate;
    min-height: 20rem;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(var(--text-rgb), 0.08);
    box-shadow: inset 0 -40px 80px rgba(var(--brand-deep-rgb), 0.16);
    background-image:
        var(--overlay-blue),
        url("../img/legacy-home-hero.jpg");
    background-position: center;
    background-size: auto, cover;
    transition: transform 220ms ease, background-size 300ms ease, box-shadow 220ms ease;
}

.hero-visual__image--logo {
    display: grid;
    place-items: center;
    width: calc(100% + 2.5rem);
    margin: -1.25rem -1.25rem 0;
    padding: 0;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.96), rgba(247, 239, 195, 0.74)),
        linear-gradient(180deg, rgba(var(--brand-rgb), 0.06), rgba(var(--accent-rgb), 0.18));
}

.hero-visual__logo {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    filter: drop-shadow(0 18px 34px rgba(var(--brand-rgb), 0.16));
}

.hero-visual__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 38%);
    pointer-events: none;
}

.hero-visual__image--logo::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 56%);
}

.hero-visual__floating {
    width: min(18rem, 100%);
    margin-left: auto;
    padding: 1rem 1.1rem;
    background: rgba(255, 253, 242, 0.92);
    border-radius: 20px;
    border: 1px solid rgba(var(--text-rgb), 0.08);
}

.hero-card--video .hero-visual__frame {
    position: relative;
    width: min(100%, 17.25rem);
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: calc(var(--radius-lg) - 4px);
    background: #09111d;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 22px 52px rgba(var(--brand-deep-rgb), 0.26);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.hero-card--video .hero-visual__frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%, rgba(var(--brand-deep-rgb), 0.08));
    pointer-events: none;
}

.hero-card--video .hero-visual__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
}

.hero__metrics {
    gap: 1rem;
}

.home-hero-pills {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 0.75rem;
    justify-content: start;
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-hero-pills li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.45rem 1.2rem;
    border-radius: 999px;
    background: rgba(var(--accent-rgb), 0.12);
    border: 1px solid rgba(var(--accent-rgb), 0.22);
    color: var(--brand-deep);
    font-size: 0.92rem;
    font-weight: 700;
}

.metric {
    padding: 1.1rem 1.2rem;
    min-width: 9rem;
    background: linear-gradient(180deg, rgba(255, 253, 242, 0.84), rgba(219, 231, 255, 0.34));
}

.metric strong {
    display: block;
    font-size: 1.75rem;
    font-family: "Fraunces", Georgia, serif;
}

.section {
    padding: 2rem 0 5rem;
}

.section-grid {
    grid-template-columns: 0.78fr 1.22fr;
    align-items: start;
}

.section-heading {
    position: sticky;
    top: var(--section-heading-sticky-top);
}

.card-grid {
    gap: 1rem;
}

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

.panel {
    padding: 1.35rem;
}

.panel--service {
    display: grid;
    gap: 0.9rem;
    align-content: start;
    min-height: 100%;
    background: linear-gradient(180deg, rgba(255, 253, 245, 0.96), rgba(219, 231, 255, 0.16));
}

.panel h3,
.product-card h3,
.contact-card h3,
.quote-card h3 {
    margin: 0 0 0.8rem;
    font-size: 1.2rem;
}

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

.premium-products {
    margin-bottom: 1rem;
    padding: 1.35rem;
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at top right, rgba(var(--accent-rgb), 0.18), transparent 34%),
        linear-gradient(180deg, rgba(255, 252, 244, 0.98), rgba(220, 234, 255, 0.32));
    border: 1px solid rgba(var(--brand-rgb), 0.12);
    box-shadow: var(--shadow);
}

.premium-products__heading {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.premium-products__heading strong {
    font-size: 1.08rem;
}

.premium-products__heading p,
.premium-product-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.premium-products__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(7, auto);
    gap: 1rem;
}

.premium-product-card {
    position: relative;
    display: grid;
    grid-row: span 7;
    grid-template-rows: subgrid;
    gap: 0.9rem;
    padding: 1.2rem;
    border-radius: calc(var(--radius-lg) - 4px);
    overflow: hidden;
    border: 1px solid rgba(var(--brand-rgb), 0.12);
    background: rgba(255, 255, 255, 0.78);
}

.premium-product-card::after {
    content: "";
    position: absolute;
    inset: auto -2rem -2rem auto;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: rgba(var(--accent-rgb), 0.14);
}

.premium-product-card--flagship {
    background: linear-gradient(180deg, rgba(255, 253, 242, 0.98), rgba(237, 219, 160, 0.24));
    border-color: rgba(var(--accent-rgb), 0.22);
}

.premium-product-card--climate {
    background: linear-gradient(180deg, rgba(248, 252, 255, 0.98), rgba(217, 231, 248, 0.34));
    border-color: rgba(var(--brand-rgb), 0.18);
}

.premium-product-card__image {
    display: block;
    position: relative;
    margin: -1.2rem -1.2rem 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-bottom: 1px solid rgba(var(--text-rgb), 0.08);
    background: rgba(var(--brand-rgb), 0.05);
    cursor: pointer;
}

.premium-product-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.06), rgba(var(--brand-deep-rgb), 0.26));
    pointer-events: none;
}

.premium-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 240ms ease, filter 240ms ease;
}

.premium-product-card__tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 2rem;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: rgba(var(--brand-deep-rgb), 0.08);
    border: 1px solid rgba(var(--brand-deep-rgb), 0.1);
    color: var(--brand-deep);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.premium-product-card--flagship .premium-product-card__tag {
    background: rgba(var(--accent-rgb), 0.16);
    border-color: rgba(var(--accent-rgb), 0.28);
}

.premium-product-card--climate .premium-product-card__tag {
    background: rgba(var(--brand-rgb), 0.12);
    border-color: rgba(var(--brand-rgb), 0.24);
}

.premium-product-card h3 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.premium-product-card__points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.premium-product-card__points li {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(var(--text-rgb), 0.08);
    color: var(--brand-deep);
    font-size: 0.88rem;
    font-weight: 700;
}

.product-card {
    padding: 1.35rem;
    position: relative;
    overflow: hidden;
}

.product-card__image {
    display: block;
    position: relative;
    margin: -1.35rem -1.35rem 1rem;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-bottom: 1px solid rgba(var(--text-rgb), 0.08);
    background: rgba(var(--brand-rgb), 0.05);
    cursor: pointer;
}

.product-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.04), rgba(var(--brand-deep-rgb), 0.22));
    pointer-events: none;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 240ms ease, filter 240ms ease;
}

.product-card--home {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-content: stretch;
    min-height: 100%;
}

.product-card--home h3,
.product-card--home p {
    margin: 0;
}

.product-card::after {
    content: "";
    position: absolute;
    inset: auto -2rem -2rem auto;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: rgba(var(--accent-rgb), 0.14);
}

.product-card span {
    display: inline-flex;
    margin-top: 1rem;
    color: var(--brand);
    font-weight: 700;
}

.inline-link {
    display: inline-flex;
    margin-top: 1rem;
    color: var(--brand);
    font-weight: 700;
}

.product-card__foot {
    display: flex;
    justify-content: flex-start;
    margin-top: auto;
}

.product-card--home .product-card__foot {
    margin-top: 0;
    align-self: end;
}

.product-card--home .product-card__foot .inline-link {
    margin-top: 0;
}

.quote-card--home {
    margin-top: 1rem;
}

.secondary-products {
    margin-top: 1rem;
    padding: 1.35rem;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255, 251, 240, 0.95), rgba(237, 219, 160, 0.22));
    border: 1px solid var(--surface-border-strong);
    box-shadow: var(--shadow);
}

.secondary-products__heading {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.secondary-products__heading strong {
    font-size: 1.05rem;
}

.secondary-products__heading p,
.secondary-product-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}


.secondary-product-card__image {
    display: block;
    position: relative;
    margin: -1.15rem -1.15rem 1rem;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-bottom: 1px solid rgba(var(--text-rgb), 0.08);
    background: rgba(var(--brand-rgb), 0.05);
    cursor: pointer;
}

.secondary-product-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.04), rgba(var(--brand-deep-rgb), 0.24));
    pointer-events: none;
}

.secondary-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 240ms ease, filter 240ms ease;
}
.secondary-products__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.secondary-product-card {
    padding: 1.1rem 1.15rem;
    border-radius: var(--radius-md);
    background: rgba(255, 253, 245, 0.84);
    border: 1px solid rgba(var(--text-rgb), 0.08);
    overflow: hidden;
}

.secondary-product-card h3 {
    margin: 0 0 0.65rem;
}

.secondary-products--subfamilies {
    background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.06), rgba(var(--accent-rgb), 0.12));
}

.secondary-product-card--subfamily {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(var(--brand-rgb), 0.1);
}

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

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

.catalog-grid--subfamilies {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-card,
.process-card,
.showcase-card {
    padding: 1.35rem;
    border-radius: var(--radius-lg);
    background: var(--surface);
    border: 1px solid var(--surface-border);
    box-shadow: var(--shadow);
}

.catalog-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
}

.catalog-card__image {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    margin: -1.35rem -1.35rem 1.1rem;
    overflow: hidden;
    border-bottom: 1px solid var(--surface-border);
    background: rgba(var(--brand-rgb), 0.05);
}

.catalog-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.04), rgba(var(--brand-deep-rgb), 0.22));
    pointer-events: none;
}

.catalog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.95) contrast(1.02);
}

.catalog-card ul {
    margin: 1rem 0 0;
    padding-left: 1.2rem;
    color: var(--muted);
}

.catalog-card__foot {
    margin-top: auto;
    padding-top: 1rem;
}

.catalog-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.3rem 0.75rem;
    margin-bottom: 0.85rem;
    border-radius: 999px;
    background: rgba(var(--brand-rgb), 0.08);
    border: 1px solid rgba(var(--brand-rgb), 0.12);
    color: var(--brand-deep);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-card--subfamily {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(var(--accent-rgb), 0.08));
}

.section--catalog-subfamilies {
    padding-top: 0;
}

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

.panel--spotlight {
    padding: 0;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
}

.panel--spotlight__image {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-bottom: 1px solid var(--surface-border);
    background: rgba(var(--brand-rgb), 0.05);
}

.panel--spotlight__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.05), rgba(var(--brand-deep-rgb), 0.22));
    pointer-events: none;
}

.panel--spotlight__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.94) contrast(1.02);
}

.panel--spotlight__body {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-height: 100%;
    padding: 1.25rem 1.25rem 1.35rem;
    align-items: flex-start;
}

.panel--spotlight__body .inline-link {
    margin-top: auto;
}

.product-breadcrumbs {
    padding-top: 2.6rem;
}

.product-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--muted);
    font-size: 0.92rem;
}

.product-breadcrumbs li:not(:last-child)::after {
    content: "/";
    color: rgba(var(--text-rgb), 0.35);
}

.product-breadcrumbs a,
.product-breadcrumbs span {
    display: inline-flex;
    align-items: center;
    min-height: 2.15rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(var(--text-rgb), 0.08);
    background: rgba(255, 255, 255, 0.72);
}

.product-breadcrumbs a {
    color: var(--muted);
}

.product-breadcrumbs span[aria-current="page"] {
    color: var(--brand-deep);
    font-weight: 700;
    background: rgba(var(--accent-rgb), 0.16);
    border-color: rgba(var(--accent-rgb), 0.28);
}

.product-detail-hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 1.25rem;
    align-items: stretch;
    padding: 4.8rem 0 2rem;
}

.product-detail-card,
.product-specs,
.product-benefits {
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    background: var(--surface);
    border: 1px solid var(--surface-border);
    box-shadow: var(--shadow);
}

.product-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-hero-pills li {
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(var(--brand-rgb), 0.08);
    border: 1px solid rgba(var(--brand-rgb), 0.12);
    color: var(--brand-deep);
    font-size: 0.92rem;
    font-weight: 700;
}

.product-hero-pills a {
    color: inherit;
    text-decoration: none;
}

.product-hero-pills a:hover,
.product-hero-pills a:focus-visible {
    text-decoration: underline;
}

.catalog-quicklinks {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.catalog-quicklinks__box {
    display: grid;
    gap: 1.5rem;
    padding: clamp(1.25rem, 2vw, 2rem);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.05), rgba(var(--accent-rgb), 0.16));
    border: 1px solid rgba(var(--text-rgb), 0.08);
}

.catalog-quicklinks__intro h2,
.catalog-quicklinks__group strong,
.product-link-cluster__label {
    color: var(--color-heading);
}

.catalog-quicklinks__intro p {
    max-width: 70ch;
    margin-bottom: 0;
}

.catalog-quicklinks__groups {
    display: grid;
    gap: 1rem;
}

.catalog-quicklinks__group {
    display: grid;
    gap: 0.75rem;
}

.catalog-quicklinks__group .product-hero-pills li {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(var(--text-rgb), 0.08);
}

.product-link-cluster {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(var(--text-rgb), 0.08);
}

.product-link-cluster__label {
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
}

.product-visual {
    position: relative;
    isolation: isolate;
    min-height: 22rem;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(var(--text-rgb), 0.08);
    box-shadow: inset 0 -36px 72px rgba(var(--brand-deep-rgb), 0.18);
    background-image:
        var(--overlay-mix),
        var(--product-image, url("../img/product-visual.webp"));
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto, cover;
    transition: transform 220ms ease, background-size 300ms ease, box-shadow 220ms ease;
}

.product-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 34%);
    pointer-events: none;
}

.product-benefits ul,
.spec-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.85rem;
}

.product-benefits li,
.spec-list li {
    padding: 0.9rem 1rem;
    border-radius: 16px;
    background: rgba(255, 253, 242, 0.78);
    border: 1px solid var(--surface-border-strong);
}

.spec-list strong {
    display: block;
    margin-bottom: 0.35rem;
}

.about-story,
.values-grid,
.milestones-panel,
.team-highlights-grid,
.about-gallery,
.product-gallery,
.related-products-grid {
    display: grid;
    gap: 1rem;
}

.about-story {
    grid-template-columns: minmax(0, 1.12fr) minmax(18rem, 0.88fr);
    align-items: stretch;
}

.story-card,
.story-visual,
.value-card,
.milestones-panel {
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    background: var(--surface);
    border: 1px solid var(--surface-border);
    box-shadow: var(--shadow);
}

.story-card {
    display: grid;
    align-content: start;
    gap: 1.2rem;
}

.story-visual {
    position: relative;
    isolation: isolate;
    display: grid;
    place-items: center;
    padding: 1rem;
    min-height: 24rem;
    overflow: hidden;
    border: 1px solid rgba(var(--text-rgb), 0.08);
    box-shadow: var(--shadow);
    background: linear-gradient(180deg, rgba(255, 253, 242, 0.98), rgba(217, 231, 248, 0.34));
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.story-visual__frame {
    position: relative;
    width: min(100%, 18rem);
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: calc(var(--radius-lg) - 4px);
    background: #09111d;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 22px 52px rgba(var(--brand-deep-rgb), 0.26);
}

.story-visual__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.002);
    transition: transform 260ms ease, filter 260ms ease;
}

.story-visual__sound-toggle {
    position: absolute;
    right: 0.85rem;
    bottom: 0.85rem;
    z-index: 2;
    display: inline-grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(9, 17, 29, 0.72);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(14px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.story-visual__sound-toggle:hover {
    transform: translateY(-1px);
    background: rgba(var(--brand-rgb), 0.88);
    border-color: rgba(255, 255, 255, 0.26);
}

.story-visual__sound-toggle:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 4px rgba(var(--accent-rgb), 0.28),
        0 16px 32px rgba(0, 0, 0, 0.24);
}

.story-visual__sound-icon {
    position: absolute;
    width: 1.35rem;
    height: 1.35rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity 180ms ease, transform 180ms ease;
}

.story-visual__sound-icon--unmuted {
    opacity: 0;
    transform: scale(0.82);
}

.story-visual__sound-toggle.is-unmuted .story-visual__sound-icon--muted {
    opacity: 0;
    transform: scale(0.82);
}

.story-visual__sound-toggle.is-unmuted .story-visual__sound-icon--unmuted {
    opacity: 1;
    transform: scale(1);
}

.story-visual::after {
    content: "";
    position: absolute;
    inset: 1rem;
    border-radius: calc(var(--radius-lg) - 4px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.story-points,
.milestones-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.85rem;
}

.story-points li,
.milestones-list li {
    padding: 0.95rem 1rem;
    border-radius: 16px;
    background: rgba(255, 253, 242, 0.78);
    border: 1px solid var(--surface-border-strong);
}

.values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.team-highlights-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.team-highlight-card,
.about-gallery-card,
.product-gallery-card,
.related-product-card {
    border-radius: var(--radius-lg);
    background: var(--surface);
    border: 1px solid var(--surface-border);
    box-shadow: var(--shadow);
}

.team-highlight-card {
    padding: 1.35rem;
}

.team-highlight-card strong {
    display: block;
    margin-bottom: 0.55rem;
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    font-family: "Fraunces", Georgia, serif;
}

.team-highlight-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.about-gallery,
.product-gallery,
.related-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
}

.about-gallery-card,
.product-gallery-card,
.related-product-card {
    overflow: hidden;
}

.about-gallery-card--lead,
.product-gallery-card--lead {
    grid-column: span 2;
}

.about-gallery-card__image,
.product-gallery-card__image,
.related-product-card__image {
    display: block;
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(var(--brand-rgb), 0.05);
}

.about-gallery-card__image,
.product-gallery-card__image {
    cursor: zoom-in;
}

.related-product-card__image {
    cursor: pointer;
}

.gallery-badge {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.28rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 253, 242, 0.92);
    border: 1px solid rgba(var(--text-rgb), 0.08);
    color: var(--brand-deep);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gallery-badge--button {
    appearance: none;
    cursor: pointer;
    font: inherit;
    line-height: 1;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.gallery-badge--button:hover {
    background: rgba(255, 253, 242, 1);
    border-color: rgba(var(--brand-rgb), 0.22);
    transform: translateY(-1px);
}

.gallery-badge--button:focus-visible {
    outline: 2px solid rgba(var(--brand-rgb), 0.45);
    outline-offset: 2px;
}

.about-gallery-card__image::after,
.product-gallery-card__image::after,
.related-product-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--brand-rgb), 0.02), rgba(var(--brand-deep-rgb), 0.24));
    pointer-events: none;
}

.about-gallery-card--lead .about-gallery-card__image,
.product-gallery-card--lead .product-gallery-card__image {
    aspect-ratio: 16 / 8;
}

.about-gallery-card__image img,
.product-gallery-card__image img,
.related-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.94) contrast(1.02);
    transform: scale(1.005);
    transition: transform 240ms ease, filter 240ms ease;
}

.product-gallery-card--technical .product-gallery-card__image {
    background: linear-gradient(180deg, rgba(255, 253, 242, 0.98), rgba(240, 235, 211, 0.86));
}

.product-gallery-card--technical .product-gallery-card__image img {
    object-fit: contain;
    padding: 1rem;
    transform: none;
}

.product-gallery-card--detail .product-gallery-card__image img {
    object-position: center 22%;
}

.about-gallery-card__body,
.product-gallery-card__body,
.related-product-card__body {
    padding: 1.2rem 1.25rem 1.3rem;
}

.about-gallery-card__body strong,
.product-gallery-card__body strong,
.related-product-card__body strong {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 1.05rem;
}

.about-gallery-card__body p,
.product-gallery-card__body p,
.related-product-card__body p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.product-gallery-card__list {
    margin: 0.9rem 0 0;
    padding-left: 1.1rem;
    color: var(--muted);
}

.product-gallery-card__list li + li {
    margin-top: 0.45rem;
}

.value-card h3 {
    margin: 0 0 0.75rem;
}

.process-card strong,
.showcase-card strong {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 1.05rem;
}

.installations-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.installation-gallery-note {
    margin-top: 0.9rem;
    color: var(--muted);
    font-size: 0.96rem;
}

.installation-carousel-list {
    display: grid;
    gap: 1.25rem;
}

.installation-carousel {
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: var(--radius-lg);
    background: rgba(255, 253, 246, 0.78);
    border: 1px solid var(--surface-border);
    box-shadow: var(--shadow);
}

.installation-carousel__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.installation-carousel__intro {
    display: grid;
    gap: 0.35rem;
    max-width: 44rem;
}

.installation-carousel__intro h3 {
    margin: 0;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.installation-carousel__intro p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.installation-carousel__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.installation-carousel__counter {
    min-width: 4.75rem;
    text-align: right;
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 700;
}

.installation-carousel__nav {
    display: grid;
    place-items: center;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(var(--brand-deep-rgb), 0.9);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(var(--brand-deep-rgb), 0.18);
    transition: transform 180ms ease, background 180ms ease, opacity 180ms ease;
}

.media-nav__icon {
    display: block;
    width: 0.72rem;
    height: 0.72rem;
    border-top: 0.16rem solid currentColor;
    border-right: 0.16rem solid currentColor;
    pointer-events: none;
}

.media-nav__icon--prev {
    transform: rotate(-135deg) translate(-0.04rem, 0.04rem);
}

.media-nav__icon--next {
    transform: rotate(45deg) translate(-0.04rem, 0.04rem);
}

.installation-carousel__nav:hover {
    background: rgba(var(--brand-rgb), 0.94);
    transform: translateY(-1px);
}

.installation-carousel__nav:disabled {
    opacity: 0.45;
    cursor: default;
    transform: none;
}

.installation-carousel__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(17rem, 24rem);
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.4rem;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--brand-rgb), 0.48) rgba(255, 255, 255, 0.38);
}

.installation-carousel__track::-webkit-scrollbar {
    height: 0.68rem;
}

.installation-carousel__track::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.34);
    border-radius: 999px;
}

.installation-carousel__track::-webkit-scrollbar-thumb {
    background: rgba(var(--brand-rgb), 0.5);
    border-radius: 999px;
}

.installation-carousel__track:focus-visible {
    outline: 2px solid rgba(var(--brand-rgb), 0.26);
    outline-offset: 0.28rem;
    border-radius: calc(var(--radius-md) + 2px);
}

.installation-carousel__slide {
    margin: 0;
    scroll-snap-align: start;
}

.installation-carousel__image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: calc(var(--radius-md) + 2px);
    background: rgba(var(--brand-rgb), 0.06);
    border: 1px solid rgba(var(--accent-rgb), 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
    cursor: pointer;
}

.installation-carousel__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.04), rgba(var(--brand-deep-rgb), 0.2));
    pointer-events: none;
}

.installation-carousel__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease, filter 240ms ease;
}

.installation-photo-card {
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: var(--surface);
    border: 1px solid var(--surface-border);
    box-shadow: var(--shadow);
}

.installation-photo-card--lead {
    grid-column: span 2;
}

.installation-photo-card__image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(var(--brand-rgb), 0.05);
}

.catalog-card__image,
.panel--spotlight__image {
    cursor: pointer;
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: clamp(1rem, 4vw, 2rem);
    background: rgba(18, 25, 36, 0.84);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}

.lightbox__backdrop {
    position: absolute;
    inset: 0;
}

.lightbox__dialog {
    position: relative;
    display: grid;
    gap: 0.9rem;
    width: min(92vw, 1120px);
    max-height: 90vh;
    padding: 1rem;
    border-radius: 28px;
    background: rgba(250, 248, 241, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: grid;
    place-items: center;
    width: 3.2rem;
    height: 3.2rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(var(--brand-deep-rgb), 0.88);
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
}

.lightbox__nav--prev {
    left: 1rem;
}

.lightbox__nav--next {
    right: 1rem;
}

.lightbox__frame {
    overflow: hidden;
    border-radius: 22px;
    background: rgba(var(--brand-rgb), 0.06);
}

.lightbox__image {
    display: block;
    width: 100%;
    max-height: calc(90vh - 7rem);
    object-fit: contain;
    transform: scale(0.96);
    transform-origin: center;
    transition: transform 240ms ease;
}

.lightbox__nav:hover {
    background: rgba(var(--brand-rgb), 0.94);
}

.lightbox.is-open .lightbox__image {
    transform: scale(1);
}

.lightbox__caption {
    margin: 0;
    color: var(--brand-deep);
    font-weight: 600;
}

.lightbox__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.lightbox__counter {
    color: var(--muted);
    font-weight: 700;
    font-size: 0.92rem;
    white-space: nowrap;
}

.installation-photo-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.04), rgba(var(--brand-deep-rgb), 0.22));
    pointer-events: none;
}

.installation-photo-card--lead .installation-photo-card__image {
    aspect-ratio: 16 / 8;
}

.installation-photo-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.94) contrast(1.02);
    transform: scale(1.005);
    transition: transform 240ms ease, filter 240ms ease;
}

.installation-photo-card__body {
    padding: 1.2rem 1.25rem 1.3rem;
}

.installation-photo-card__body strong {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 1.05rem;
}

.installation-photo-card__body p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.quote-card {
    padding: 1.6rem;
    background: linear-gradient(180deg, rgba(var(--brand-rgb), 0.94), rgba(var(--brand-deep-rgb), 0.96));
    color: #fffdf2;
}

.quote-card p {
    color: rgba(255, 253, 242, 0.82);
}

.trust-strip {
    gap: 1rem;
}

.trust-strip li {
    padding: 0.9rem 1rem;
    border-radius: 999px;
    background: rgba(255, 253, 242, 0.72);
    border: 1px solid var(--surface-border-strong);
    color: var(--muted);
}

.page-intro {
    padding: 4.8rem 0 2rem;
    display: grid;
    gap: 1rem;
}

.legal-document {
    display: grid;
    gap: 1.75rem;
    padding: clamp(1.5rem, 2vw, 2.25rem);
    border: 1px solid var(--surface-border-strong);
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255, 253, 246, 0.96), rgba(255, 250, 240, 0.92));
    box-shadow: var(--shadow);
}

.legal-section {
    display: grid;
    gap: 0.85rem;
}

.legal-section + .legal-section {
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
}

.legal-section h2 {
    margin: 0;
    font-size: clamp(1.2rem, 1.5vw, 1.55rem);
    color: var(--brand-deep);
}

.legal-section p,
.legal-section li {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.legal-section ul {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding-left: 1.2rem;
}

.page-intro h1 {
    font-size: clamp(2.6rem, 6vw, 4.8rem);
    max-width: 10ch;
}

.contact-layout {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
}

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

.contact-visual,
.contact-card,
.contact-form {
    padding: 1.5rem;
}

.contact-visual {
    overflow: hidden;
    border-radius: var(--radius-lg);
    border: 1px solid var(--surface-border);
    background: linear-gradient(180deg, rgba(255, 253, 242, 0.98), rgba(247, 239, 195, 0.92));
    box-shadow: var(--shadow);
}

.contact-visual__image {
    position: relative;
    margin: -1.5rem -1.5rem 1.2rem;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-bottom: 1px solid rgba(var(--text-rgb), 0.08);
}

.contact-visual__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.06), rgba(var(--brand-deep-rgb), 0.28));
    pointer-events: none;
}

.contact-visual__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.93) contrast(1.02);
    transform: scale(1.005);
    transition: transform 260ms ease, filter 260ms ease;
}

@media (hover: hover) {
    .hero-card:hover .hero-visual__image,
    .hero-card:hover .hero-visual__frame,
    .product-detail-card:hover .product-visual,
    .about-story:hover .story-visual {
        transform: translateY(-1px);
        box-shadow: 0 28px 64px rgba(var(--brand-deep-rgb), 0.2);
    }

    .about-story:hover .story-visual__video {
        transform: scale(1.02);
        filter: saturate(0.98) contrast(1.03);
    }

    .contact-visual:hover .contact-visual__image img,
    .about-gallery-card:hover .about-gallery-card__image img,
    .installation-carousel__image:hover img,
    .installation-photo-card:hover .installation-photo-card__image img,
    .product-gallery-card:hover .product-gallery-card__image img,
    .premium-product-card:hover .premium-product-card__image img,
    .catalog-card:hover .catalog-card__image img,
    .panel--spotlight:hover .panel--spotlight__image img,
    .secondary-product-card:hover .secondary-product-card__image img,
    .product-card:hover .product-card__image img {
        transform: scale(1.02);
        filter: saturate(0.98) contrast(1.03);
    }
}

.contact-visual__body {
    display: grid;
    gap: 0.9rem;
}

.contact-visual__body h2,
.contact-form__intro h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.contact-visual__body p,
.contact-form__intro p,
.contact-trust-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.contact-highlights {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.35rem;
}

.contact-highlight-pill {
    display: grid;
    gap: 0.18rem;
    padding: 0.95rem 1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 253, 242, 0.78);
    border: 1px solid rgba(var(--accent-rgb), 0.16);
}

.contact-highlight-pill strong {
    font-size: 0.94rem;
}

.contact-highlight-pill span {
    color: var(--muted);
}

.contact-card__actions {
    margin-top: 1.25rem;
}

.contact-list {
    display: grid;
    gap: 0.8rem;
}

.contact-map {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.1rem;
}

.contact-map__frame {
    overflow: hidden;
    border-radius: calc(var(--radius-md) + 2px);
    border: 1px solid rgba(var(--accent-rgb), 0.18);
    background: rgba(255, 253, 242, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.contact-map__frame iframe {
    display: block;
    width: 100%;
    height: 16rem;
    border: 0;
}

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

.contact-form__intro {
    display: grid;
    gap: 0.7rem;
}

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

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

.field {
    display: grid;
    gap: 0.5rem;
}

.field label {
    font-size: 0.92rem;
    font-weight: 700;
}

.field input,
.field textarea {
    width: 100%;
    border: 1px solid rgba(var(--text-rgb), 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.84);
    padding: 0.95rem 1rem;
    color: var(--text);
}

.field input:focus,
.field textarea:focus {
    outline: none;
    border-color: rgba(var(--brand-rgb), 0.34);
    box-shadow: 0 0 0 4px rgba(var(--brand-rgb), 0.12);
}

.field textarea {
    min-height: 10rem;
    resize: vertical;
}

.field--hidden {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-note,
.feedback,
.error-list {
    font-size: 0.95rem;
}

.contact-trust-list {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-trust-card {
    padding: 1rem 1.05rem;
    border-radius: var(--radius-md);
    background: rgba(255, 253, 242, 0.74);
    border: 1px solid rgba(var(--brand-rgb), 0.12);
}

.feedback {
    padding: 0.9rem 1rem;
    border-radius: 14px;
}

.feedback--success {
    background: rgba(var(--brand-rgb), 0.12);
    color: var(--brand-deep);
}

.feedback--warning {
    background: rgba(var(--accent-rgb), 0.18);
    color: var(--brand-deep);
}

.feedback--error,
.error-list {
    background: rgba(var(--brand-rgb), 0.1);
    color: var(--brand-deep);
}

.error-list {
    margin: 0;
    padding: 1rem 1.2rem;
    border-radius: 14px;
}

/* ── Success dialog ─────────────────────────────── */
.success-dialog {
    border: none;
    border-radius: var(--radius-lg);
    padding: 0;
    max-width: 420px;
    width: 90%;
    background: transparent;
    overflow: visible;
}

.success-dialog::backdrop {
    background: rgba(0, 0, 0, 0.55);
    animation: dialogFadeIn 0.3s ease;
}

.success-dialog__card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 2.5rem 2rem 2rem;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    animation: dialogSlideUp 0.35s ease;
}

.success-dialog__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(var(--brand-rgb), 0.15);
    color: var(--brand-deep);
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.success-dialog__title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: var(--brand-deep);
}

.success-dialog__text {
    font-size: 0.95rem;
    color: var(--text);
    margin-bottom: 1.5rem;
}

.success-dialog__btn {
    min-width: 140px;
}

.success-dialog form {
    margin: 0;
}

@keyframes dialogFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes dialogSlideUp {
    from { opacity: 0; transform: translateY(24px) scale(0.96); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

.cta-panel {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 1.5rem;
    margin-top: 2rem;
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.12), rgba(var(--brand-rgb), 0.14));
    border-radius: var(--radius-lg);
    border: 1px solid rgba(var(--text-rgb), 0.08);
}

.site-footer {
    padding: 3rem 0 4rem;
}

.site-footer__inner {
    grid-template-columns: 1fr auto;
    align-items: center;
    border-top: 1px solid var(--surface-border);
    padding-top: 1.5rem;
}

.footer-nav a {
    color: var(--muted);
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 500ms ease, transform 500ms ease;
}

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

@media (max-width: 980px) {
    .site-header {
        --awning-valance-height: 1.25rem;
        --awning-scallop-width: 2.8rem;
        --awning-scallop-radius: 1.4rem;
    }

    .site-header::before {
        inset: 0 0 calc(var(--awning-valance-height) - 0.04rem);
        border-radius: 0;
    }

    .site-header__inner,
    .hero,
    .section-grid,
    .contact-layout,
    .contact-trust-list,
    .product-detail-hero,
    .about-story,
    .cta-panel,
    .site-footer__inner {
        grid-template-columns: 1fr;
    }

    .main-nav {
        justify-self: start;
        width: 100%;
        overflow-x: auto;
    }

    .lang-switcher {
        justify-self: start;
    }

    .lang-switcher__menu {
        left: 0;
        right: auto;
    }

    .brand__mark {
        width: 5.64rem;
        height: 3.6rem;
    }

    .brand__text {
        font-size: 0.96rem;
    }

    .site-header__inner {
        padding-bottom: 0.9rem;
    }

    .section-heading {
        position: static;
    }

    .hero {
        padding-top: 3.5rem;
    }

    .hero__copy,
    .hero-card--video {
        align-self: auto;
    }

    .hero-visual__frame {
        width: min(100%, 18rem);
    }

    .story-visual {
        min-height: 0;
    }

    .story-visual__frame {
        width: min(100%, 20rem);
    }
}

@media (min-width: 981px) {
    .hero-card--video {
        padding: 0;
        min-height: clamp(46rem, 56vw, 52rem);
    }

    .hero-card--video::before,
    .hero-card--video::after {
        display: none;
    }

    .hero-card--video .hero-visual--video {
        inset: 0;
        display: block;
    }

    .hero-card--video .hero-visual__frame {
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        aspect-ratio: auto;
        border-radius: inherit;
        border: 0;
        box-shadow: none;
    }

    .story-visual__frame {
        width: auto;
        height: 100%;
        max-height: 40rem;
    }
}

@media (max-width: 720px) {
    .site-header {
        --awning-valance-height: 1rem;
        --awning-scallop-width: 2.1rem;
        --awning-scallop-radius: 1.05rem;
    }

    .installation-carousel {
        padding: 1rem;
    }

    .installation-carousel__header {
        flex-direction: column;
        align-items: stretch;
    }

    .installation-carousel__controls {
        justify-content: space-between;
    }

    .installation-carousel__track {
        grid-auto-columns: minmax(14.5rem, 82vw);
    }

    .site-header::before {
        inset: 0 0 calc(var(--awning-valance-height) - 0.04rem);
        border-radius: 0;
    }

    .premium-products__grid,
    .home-services-grid,
    .spotlight-grid,
    .contact-highlights,
    .product-list,
    .secondary-products__grid,
    .form-row,
    .catalog-grid,
    .catalog-grid--subfamilies,
    .process-grid,
    .showcase-grid,
    .values-grid,
    .installations-gallery,
    .team-highlights-grid,
    .about-gallery,
    .product-gallery {
        grid-template-columns: 1fr;
    }

    .installation-photo-card--lead {
        grid-column: span 1;
    }

    .about-gallery-card--lead,
    .product-gallery-card--lead {
        grid-column: span 1;
    }

    .catalog-quicklinks__box {
        padding: 1rem;
    }

    .site-header__inner {
        gap: 1rem;
        padding-top: 0.9rem;
        padding-bottom: 0.75rem;
    }

    .brand {
        gap: 0.7rem;
    }

    .brand__mark {
        width: 5.01rem;
        height: 3.2rem;
        border-radius: 14px;
    }

    .brand__text {
        font-size: 0.92rem;
    }

    .brand__text small {
        font-size: 0.66rem;
    }

    .hero-card {
        min-height: 28rem;
    }

    .section {
        padding: 1.5rem 0 3.5rem;
    }

    .product-card,
    .secondary-product-card,
    .catalog-card,
    .process-card,
    .showcase-card,
    .team-highlight-card {
        padding: 1rem;
    }

    .product-card__image,
    .secondary-product-card__image,
    .catalog-card__image,
    .panel--spotlight__image,
    .installation-photo-card__image,
    .contact-visual__image {
        aspect-ratio: 4 / 3;
    }

    .product-card__image,
    .secondary-product-card__image,
    .catalog-card__image {
        margin: -1rem -1rem 0.9rem;
    }

    .about-gallery-card--lead .about-gallery-card__image,
    .product-gallery-card--lead .product-gallery-card__image,
    .installation-photo-card--lead .installation-photo-card__image {
        aspect-ratio: 4 / 3;
    }

    .panel--spotlight__body,
    .about-gallery-card__body,
    .product-gallery-card__body,
    .related-product-card__body,
    .installation-photo-card__body,
    .contact-visual__body {
        padding: 1rem 1rem 1.1rem;
    }

    .hero__actions,
    .contact-card__actions,
    .cta-panel {
        gap: 0.8rem;
    }

    .cta-panel .button,
    .cta-panel .button-secondary,
    .contact-card__actions .button,
    .contact-card__actions .button-secondary {
        width: 100%;
        justify-content: center;
    }

    .hero-visual__image {
        min-height: 15.5rem;
    }

    .hero-card--video .hero-visual__frame {
        width: min(100%, 14.75rem);
    }

    .hero-visual__image--logo {
        width: calc(100% + 2rem);
        margin: -1rem -1rem 0;
    }

    .hero-visual__floating {
        width: 100%;
        margin-left: 0;
    }

    .product-breadcrumbs {
        padding-top: 2rem;
    }

    .product-breadcrumbs li {
        gap: 0.45rem;
    }

    .lightbox__dialog {
        width: min(96vw, 1120px);
        padding: 0.85rem;
    }

    .lightbox__nav {
        width: 2.8rem;
        height: 2.8rem;
        font-size: 1.35rem;
    }

    .lightbox__nav--prev {
        left: 0.45rem;
    }

    .lightbox__nav--next {
        right: 0.45rem;
    }
}