:root {
    --catalog-ink: oklch(15% 0.018 350);
    --catalog-ink-soft: oklch(20% 0.022 350);
    --catalog-paper: oklch(95% 0.016 75);
    --catalog-paper-muted: oklch(89% 0.018 75);
    --catalog-raspberry: oklch(54% 0.19 356);
    --catalog-champagne: oklch(72% 0.075 75);
    --catalog-line: oklch(82% 0.02 75 / .22);
    --catalog-display: 'Bodoni Moda', Georgia, serif;
    --catalog-ease: cubic-bezier(.16, 1, .3, 1);
}

.catalog-page { background: var(--catalog-ink); }
.catalog-page .neon-ambient { opacity: .35; }
.catalog-page .sticky-booking { display: none; }
.catalog-shell { min-height: 100vh; background: var(--catalog-ink); color: var(--catalog-paper); }

.catalog-admin-bar {
    position: relative;
    z-index: 600;
    min-height: 44px;
    padding: 10px clamp(18px, 4vw, 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: var(--catalog-paper);
    color: var(--catalog-ink);
    font-size: .76rem;
}
.catalog-admin-bar span { font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.catalog-admin-bar span i { color: var(--catalog-raspberry); margin-right: 7px; }
.catalog-admin-bar p { color: oklch(42% 0.02 350); }
.catalog-admin-bar a { margin-left: auto; text-decoration: underline; text-underline-offset: 4px; }
.catalog-admin-mode .dme-nav { position: absolute; top: 44px; }

.catalog-hero {
    position: relative;
    min-height: min(820px, 88vh);
    display: grid;
    align-items: end;
    overflow: hidden;
    border-bottom: 1px solid var(--catalog-line);
}
.catalog-hero__media {
    position: absolute;
    inset: 0;
    background: url('/header/pexels-cesar-de-miranda-2381596.jpg') center 44% / cover no-repeat;
    transform: scale(1.02);
    animation: catalogHeroReveal 1.4s var(--catalog-ease) both;
}
.catalog-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, oklch(12% 0.02 350 / .95) 0%, oklch(12% 0.02 350 / .72) 42%, transparent 78%),
        linear-gradient(0deg, oklch(12% 0.02 350 / .82) 0%, transparent 55%);
}
.catalog-hero__content {
    position: relative;
    z-index: 1;
    width: min(760px, 72vw);
    padding: clamp(150px, 22vh, 240px) clamp(24px, 6vw, 96px) clamp(70px, 10vh, 110px);
}
.catalog-kicker,
.catalog-sidebar__label,
.catalog-category__header > div > p {
    color: var(--catalog-champagne);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.catalog-hero h1 {
    max-width: 680px;
    margin: 18px 0 26px;
    color: var(--catalog-paper);
    font-family: var(--catalog-display);
    font-size: clamp(4rem, 8vw, 8.5rem);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: .86;
}
.catalog-hero__nowrap { white-space: nowrap; }
.catalog-hero__intro { max-width: 600px; color: oklch(86% 0.014 75); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.75; }
.catalog-hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.catalog-button,
.quote-next {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 24px;
    border: 1px solid transparent;
    background: none;
    color: inherit;
    font: inherit;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .35s var(--catalog-ease), background .35s var(--catalog-ease), color .35s var(--catalog-ease);
}
.catalog-button--primary,
.quote-next { background: var(--catalog-raspberry); color: var(--catalog-paper); }
.catalog-button--primary:hover,
.quote-next:not(:disabled):hover { transform: translateY(-3px); background: oklch(59% 0.19 356); }
.catalog-text-link { display: inline-flex; align-items: center; gap: 12px; font-size: .83rem; font-weight: 650; }
.catalog-text-link i { transition: transform .35s var(--catalog-ease); }
.catalog-text-link:hover i { transform: translateX(6px); }
.catalog-hero__note { position: absolute; right: clamp(24px, 5vw, 72px); bottom: 36px; z-index: 1; max-width: 240px; color: oklch(78% 0.012 75); font-size: .72rem; line-height: 1.6; text-align: right; }

.catalog-workspace { display: grid; grid-template-columns: minmax(210px, 16vw) minmax(0, 1fr); align-items: start; }
.catalog-workspace--admin { grid-template-columns: minmax(190px, 14vw) minmax(520px, 1fr) minmax(330px, 26vw); }
.catalog-sidebar { position: sticky; top: 76px; min-height: calc(100vh - 76px); border-right: 1px solid var(--catalog-line); }
.catalog-sidebar__inner { padding: 64px clamp(18px, 2.6vw, 40px); }
.catalog-sidebar__label { margin-bottom: 24px; }
.catalog-filter {
    width: 100%;
    min-height: 54px;
    display: grid;
    grid-template-columns: 22px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid oklch(85% 0.02 75 / .08);
    background: none;
    color: oklch(72% 0.012 75);
    font: inherit;
    font-size: .76rem;
    text-align: left;
    cursor: pointer;
    transition: color .3s var(--catalog-ease), padding .3s var(--catalog-ease);
}
.catalog-filter:first-of-type { grid-template-columns: 1fr auto; }
.catalog-filter:hover,
.catalog-filter.is-active { color: var(--catalog-paper); padding-left: 8px; }
.catalog-filter.is-active i { color: var(--catalog-raspberry); }
.catalog-filter__count { color: oklch(60% 0.015 75); font-variant-numeric: tabular-nums; }
.catalog-sidebar__help { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--catalog-line); color: oklch(68% 0.015 75); font-size: .72rem; line-height: 1.6; }
.catalog-sidebar__help i { color: var(--catalog-raspberry); margin-bottom: 10px; }

.catalog-main { min-width: 0; background: var(--catalog-ink-soft); }
.catalog-category { padding: clamp(70px, 9vw, 130px) clamp(24px, 5vw, 84px); border-bottom: 1px solid var(--catalog-line); }
.catalog-category[hidden] { display: none; }
.catalog-category__header { display: grid; grid-template-columns: minmax(240px, .8fr) 1fr; gap: 60px; align-items: end; margin-bottom: 56px; }
.catalog-category__header h2 { margin-top: 10px; color: var(--catalog-paper); font-family: var(--catalog-display); font-size: clamp(2.6rem, 5vw, 5.5rem); font-weight: 500; letter-spacing: -.045em; }
.catalog-category__intro { max-width: 540px; color: oklch(72% 0.014 75); font-size: .92rem; line-height: 1.8; }
.catalog-category__intro p { margin: 0 0 .65em; }
.catalog-category__intro p:last-child { margin-bottom: 0; }
.catalog-category__intro strong { color: oklch(88% 0.012 75); font-weight: 700; }
.catalog-category__intro ul,
.catalog-category__intro ol { margin: .4em 0 0; padding-left: 1.25em; }
.catalog-offers { display: grid; gap: clamp(30px, 4vw, 54px); }
.catalog-offer { display: grid; grid-template-columns: minmax(260px, 1.08fr) minmax(300px, .92fr); min-height: clamp(330px, 28vw, 380px); background: var(--catalog-paper); color: var(--catalog-ink); }
.catalog-offer--reverse { grid-template-columns: minmax(300px, .92fr) minmax(260px, 1.08fr); }
.catalog-offer--reverse .catalog-offer__media { order: 2; }
.catalog-offer__media { position: relative; height: 100%; min-height: 0; overflow: hidden; background: oklch(25% 0.02 350); }
.catalog-offer__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--catalog-ease); }
.catalog-offer:hover .catalog-offer__media img { transform: scale(1.035); }
.catalog-offer__number { position: absolute; left: 18px; bottom: 14px; color: var(--catalog-paper); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-shadow: 0 1px 12px oklch(10% 0.01 350 / .8); }
.catalog-offer__placeholder { height: 100%; display: grid; place-content: center; gap: 14px; text-align: center; color: oklch(72% 0.03 75); background: radial-gradient(circle at center, oklch(32% 0.04 350), var(--catalog-ink)); }
.catalog-offer__placeholder i { font-size: 2rem; }
.catalog-offer__placeholder span { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.catalog-offer__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 3.3vw, 48px); }
.catalog-offer__topline { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 26px; color: oklch(44% 0.025 350); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.catalog-offer__price { display: flex; align-items: baseline; gap: 7px; color: var(--catalog-raspberry); font-size: .78rem; text-align: right; white-space: nowrap; }
.catalog-offer__price small { color: oklch(62% 0.014 350); font-size: .62rem; font-weight: 650; letter-spacing: .03em; }
.catalog-offer__price-separator { color: oklch(62% 0.014 350); font-size: .62rem; }
.catalog-offer h3 { color: var(--catalog-ink); font-family: var(--catalog-display); font-size: clamp(2rem, 3vw, 3.3rem); font-weight: 600; letter-spacing: -.035em; line-height: 1; }
.catalog-offer__description { max-width: 52ch; margin-top: 20px; color: oklch(38% 0.02 350); font-size: .87rem; line-height: 1.75; }
.catalog-offer__description p { margin: 0 0 .7em; }
.catalog-offer__description p:last-child { margin-bottom: 0; }
.catalog-offer__description strong { color: var(--catalog-ink); font-weight: 750; }
.catalog-offer__description ul,
.catalog-offer__description ol { margin: .5em 0 0; padding-left: 1.25em; }
.catalog-offer__description a { color: var(--catalog-raspberry); text-decoration: underline; text-underline-offset: 3px; }
.catalog-variants { display: grid; gap: 7px; margin-top: 20px; }
.catalog-variant { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 11px; align-items: center; padding: 11px 12px; border: 1px solid oklch(76% 0.018 75); background: oklch(93% 0.012 75); color: var(--catalog-ink); cursor: pointer; transition: border-color .2s var(--catalog-ease), background .2s var(--catalog-ease); }
.catalog-variant--public { grid-template-columns: minmax(0, 1fr) auto; cursor: default; }
.catalog-variant input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.catalog-variant__mark { width: 17px; height: 17px; border: 1px solid oklch(48% 0.02 350); border-radius: 50%; box-shadow: inset 0 0 0 4px oklch(93% 0.012 75); }
.catalog-variant:has(input:checked) { border-color: var(--catalog-raspberry); background: oklch(96% 0.018 355); }
.catalog-variant input:checked + .catalog-variant__mark { background: var(--catalog-raspberry); }
.catalog-variant:focus-within { outline: 2px solid var(--catalog-raspberry); outline-offset: 2px; }
.catalog-variant__content { display: grid; gap: 2px; }
.catalog-variant__content strong { font-size: .74rem; }
.catalog-variant__content small { color: oklch(45% 0.018 350); font-size: .63rem; line-height: 1.35; }
.catalog-variant__price { color: var(--catalog-raspberry); font-size: .67rem; font-weight: 750; text-align: right; white-space: nowrap; }
.catalog-variant__price small { display: block; margin-top: 2px; color: oklch(47% 0.014 350); font-size: .86em; font-weight: 600; }
.catalog-offer__highlights { display: grid; gap: 7px; margin: 22px 0 28px; }
.catalog-offer__highlights li { display: flex; align-items: baseline; gap: 9px; color: oklch(32% 0.018 350); font-size: .76rem; }
.catalog-offer__highlights i { color: var(--catalog-raspberry); font-size: .65rem; }
.catalog-offer__body > .catalog-text-link { margin-top: auto; align-self: flex-start; }
.catalog-select { align-self: flex-start; display: inline-flex; align-items: center; gap: 12px; margin-top: auto; padding: 10px 0; border: 0; background: none; color: var(--catalog-ink); font: inherit; font-size: .78rem; font-weight: 750; cursor: pointer; }
.catalog-select__box { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid oklch(48% 0.02 350); transition: background .3s var(--catalog-ease), border-color .3s var(--catalog-ease), transform .3s var(--catalog-ease); }
.catalog-select__box i { opacity: 0; transform: scale(.5); transition: opacity .25s, transform .25s var(--catalog-ease); }
.catalog-select[aria-pressed="true"] .catalog-select__box { border-color: var(--catalog-raspberry); background: var(--catalog-raspberry); color: var(--catalog-paper); }
.catalog-select[aria-pressed="true"] .catalog-select__box i { opacity: 1; transform: scale(1); }
.catalog-select[aria-pressed="true"] .catalog-select__label { color: var(--catalog-raspberry); }
.catalog-offer.is-selected { outline: 3px solid var(--catalog-raspberry); outline-offset: -3px; }
.catalog-offer__unavailable { display: flex; align-items: center; gap: 8px; margin-top: auto; color: oklch(52% 0.02 350); font-size: .72rem; }

.quote-panel { position: sticky; top: 76px; height: calc(100vh - 76px); overflow-y: auto; border-left: 1px solid var(--catalog-line); background: oklch(13% 0.018 350); scrollbar-width: thin; scrollbar-color: var(--catalog-raspberry) transparent; }
.catalog-admin-mode .quote-panel { top: 120px; height: calc(100vh - 120px); }
.quote-panel__inner { min-height: 100%; padding: 38px clamp(22px, 2.5vw, 42px); }
.quote-panel__header > p { color: var(--catalog-champagne); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.quote-panel__header { position: relative; }
.quote-panel__close { position: absolute; top: -8px; right: -8px; width: 38px; height: 38px; display: none; place-items: center; border: 1px solid var(--catalog-line); background: none; color: var(--catalog-paper); cursor: pointer; }
.quote-panel__header h2 { margin: 8px 0 10px; font-family: var(--catalog-display); font-size: clamp(2rem, 2.7vw, 3rem); font-weight: 500; line-height: 1; }
.quote-panel__header > span { color: var(--catalog-raspberry); font-size: .75rem; }
.quote-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin: 28px 0 32px; }
.quote-steps li { position: relative; display: grid; justify-items: center; gap: 6px; color: oklch(55% 0.012 75); font-size: .58rem; text-align: center; }
.quote-steps li::before { content: ''; position: absolute; top: 14px; left: -52%; width: 100%; height: 1px; background: var(--catalog-line); }
.quote-steps li:first-child::before { display: none; }
.quote-steps span { position: relative; z-index: 1; width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid oklch(50% 0.015 75); border-radius: 50%; background: var(--catalog-ink); }
.quote-steps li.is-active { color: var(--catalog-paper); }
.quote-steps li.is-active span,
.quote-steps li.is-complete span { border-color: var(--catalog-raspberry); background: var(--catalog-raspberry); color: var(--catalog-paper); }
.quote-stage h3 { margin-bottom: 22px; font-family: var(--catalog-display); font-size: 1.65rem; font-weight: 500; line-height: 1.15; }
.quote-empty { min-height: 180px; display: grid; place-items: center; align-content: center; gap: 8px; border: 1px dashed var(--catalog-line); color: oklch(62% 0.014 75); text-align: center; }
.quote-empty[hidden] { display: none; }
.quote-empty i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--catalog-line); border-radius: 50%; color: var(--catalog-champagne); }
.quote-empty p { color: var(--catalog-paper); font-size: .8rem; font-weight: 700; }
.quote-empty span { max-width: 210px; font-size: .68rem; line-height: 1.55; }
.quote-items { display: grid; gap: 2px; }
.quote-item { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--catalog-line); }
.quote-item img,
.quote-item__placeholder { width: 52px; height: 58px; object-fit: cover; background: var(--catalog-ink-soft); }
.quote-item__placeholder { display: grid; place-items: center; color: var(--catalog-champagne); }
.quote-item__name { overflow: hidden; color: var(--catalog-paper); font-size: .72rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.quote-item__price { color: oklch(68% 0.015 75); font-size: .66rem; }
.quote-item__price small { display: block; margin-top: 2px; color: oklch(55% 0.014 75); font-size: .86em; }
.quote-item__controls { display: grid; grid-template-columns: 25px 25px 25px; }
.quote-item__controls button,
.quote-item__controls span { height: 27px; display: grid; place-items: center; border: 1px solid var(--catalog-line); background: none; color: var(--catalog-paper); font: inherit; font-size: .67rem; }
.quote-item__controls button { cursor: pointer; }
.quote-total { margin: 22px 0; padding-top: 18px; border-top: 1px solid var(--catalog-line); }
.quote-total > div { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.quote-total span { font-size: .72rem; }
.quote-total strong { font-family: var(--catalog-display); font-size: 1.8rem; font-weight: 500; }
.quote-total strong small { font-family: Inter, sans-serif; font-size: .58rem; font-style: normal; font-weight: 700; }
.quote-total strong em { display: block; margin-top: 2px; color: oklch(68% 0.015 75); font-family: Inter, sans-serif; font-size: .65rem; font-style: normal; font-weight: 600; text-align: right; }
.quote-total p { margin-top: 8px; color: oklch(59% 0.014 75); font-size: .62rem; line-height: 1.55; }
.quote-next { width: 100%; margin-top: 18px; }
.quote-next:disabled { cursor: not-allowed; opacity: .38; }
.quote-back { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 26px; border: 0; background: none; color: oklch(68% 0.015 75); font: inherit; font-size: .7rem; cursor: pointer; }
.quote-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-field { display: grid; gap: 7px; }
.quote-field--wide { grid-column: 1 / -1; }
.quote-field > span { color: oklch(72% 0.014 75); font-size: .65rem; font-weight: 650; }
.quote-field input,
.quote-search { width: 100%; min-height: 44px; border: 1px solid var(--catalog-line); border-radius: 0; background: var(--catalog-ink-soft); color: var(--catalog-paper); font: inherit; font-size: .75rem; }
.quote-field input { padding: 10px 12px; }
.quote-field input:focus { outline: 2px solid var(--catalog-raspberry); outline-offset: 2px; }
.quote-search { display: grid; grid-template-columns: auto 1fr auto; align-items: center; padding: 0 12px; }
.quote-search input { min-height: 42px; padding: 0 10px; border: 0; background: transparent; }
.quote-search input:focus { outline: none; }
.quote-search kbd { color: oklch(58% 0.014 75); font: inherit; }
.crm-placeholder { margin-top: 14px; padding: 14px; background: oklch(22% 0.025 350); }
.crm-placeholder span { color: var(--catalog-champagne); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.crm-placeholder p { margin-top: 5px; color: oklch(65% 0.014 75); font-size: .66rem; line-height: 1.5; }
.crm-placeholder--ready { margin-top: 22px; }
.quote-divider { display: flex; align-items: center; gap: 12px; margin: 24px 0; color: oklch(55% 0.014 75); font-size: .62rem; }
.quote-divider::before,
.quote-divider::after { content: ''; height: 1px; flex: 1; background: var(--catalog-line); }
.quote-validation { min-height: 18px; margin-top: 10px; color: oklch(70% 0.16 30); font-size: .68rem; }
.quote-review { display: grid; gap: 10px; }
.quote-review__block { padding: 14px; border: 1px solid var(--catalog-line); }
.quote-review__block span { color: var(--catalog-champagne); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quote-review__block p { margin-top: 5px; color: var(--catalog-paper); font-size: .76rem; line-height: 1.5; }
.quote-mobile-trigger { display: none; }
.catalog-empty { min-height: 70vh; display: grid; place-content: center; justify-items: start; padding: 60px; }
.catalog-empty > span { color: var(--catalog-champagne); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.catalog-empty h2 { max-width: 700px; margin: 18px 0; font-family: var(--catalog-display); font-size: clamp(3rem, 6vw, 6rem); font-weight: 500; line-height: .95; }
.catalog-empty p { max-width: 60ch; margin-bottom: 28px; color: oklch(70% 0.014 75); }

@keyframes catalogHeroReveal { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }

@media (max-width: 1280px) {
    .catalog-workspace--admin { grid-template-columns: 150px minmax(500px, 1fr) 340px; }
    .catalog-sidebar__inner { padding-inline: 18px; }
    .catalog-filter { grid-template-columns: 20px 1fr; }
    .catalog-filter__count { display: none; }
    .catalog-offer { grid-template-columns: 1fr; height: auto; }
    .catalog-offer--reverse { grid-template-columns: 1fr; }
    .catalog-offer--reverse .catalog-offer__media { order: 0; }
    .catalog-offer__media { min-height: 300px; }
}

@media (max-width: 1024px) {
    .catalog-admin-mode .dme-nav { top: 0; }
    .catalog-admin-bar { display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; padding-block: 8px; }
    .catalog-admin-bar p { grid-column: 1 / -1; font-size: .65rem; }
    .catalog-admin-bar a { grid-column: 2; grid-row: 1; }
    .catalog-workspace,
    .catalog-workspace--admin { display: block; }
    .catalog-sidebar { position: sticky; top: 72px; z-index: 20; min-height: 0; border-right: 0; border-bottom: 1px solid var(--catalog-line); background: oklch(15% 0.018 350 / .97); }
    .catalog-sidebar__inner { display: flex; gap: 8px; padding: 12px 18px; overflow-x: auto; }
    .catalog-sidebar__label,
    .catalog-sidebar__help { display: none; }
    .catalog-filter,
    .catalog-filter:first-of-type { width: auto; min-width: max-content; min-height: 38px; display: inline-flex; padding: 7px 12px; border: 1px solid var(--catalog-line); }
    .catalog-filter:hover,
    .catalog-filter.is-active { padding-left: 12px; border-color: var(--catalog-raspberry); }
    .quote-panel { position: fixed; top: 0; right: 0; z-index: 1200; width: min(430px, 100vw); height: 100dvh; transform: translateX(105%); transition: transform .45s var(--catalog-ease); box-shadow: -20px 0 60px oklch(5% 0.01 350 / .5); }
    .quote-panel.is-open { transform: translateX(0); }
    .quote-panel__close { display: grid; }
    .catalog-admin-mode .quote-panel { top: 0; height: 100dvh; }
    .quote-mobile-trigger { position: fixed; left: 16px; right: 16px; bottom: 14px; z-index: 1190; min-height: 58px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 18px; border: 0; background: var(--catalog-raspberry); color: var(--catalog-paper); font: inherit; box-shadow: 0 12px 40px oklch(8% 0.02 350 / .6); }
    .quote-mobile-trigger > span:first-child { justify-self: start; display: flex; gap: 8px; align-items: center; }
    .quote-mobile-trigger > span:last-child { justify-self: end; font-weight: 800; }
    .quote-mobile-trigger > span:nth-child(2) { font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
}

@media (max-width: 760px) {
    .catalog-hero { min-height: 760px; }
    .catalog-hero__shade { background: linear-gradient(0deg, oklch(12% 0.02 350 / .96) 0%, oklch(12% 0.02 350 / .34) 100%); }
    .catalog-hero__content { width: 100%; padding: 150px 22px 92px; }
    .catalog-hero h1 { font-size: clamp(3.7rem, 18vw, 6rem); }
    .catalog-hero__actions { align-items: flex-start; flex-direction: column; }
    .catalog-hero__note { display: none; }
    .catalog-category { padding: 64px 18px; }
    .catalog-category__header { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
    .catalog-offer,
    .catalog-offer--reverse { min-height: 0; }
    .catalog-offer__media { min-height: 280px; }
    .catalog-offer__body { min-height: 390px; padding: 30px 24px; }
    .catalog-offer__topline { align-items: flex-start; flex-direction: column; gap: 6px; }
    .catalog-offer__topline span:last-child { text-align: left; }
    .catalog-offer h3 { font-size: 2.35rem; }
    .catalog-admin-bar { position: relative; }
    .catalog-admin-bar p { display: none; }
    .quote-panel__inner { padding: 28px 20px 90px; }
    .quote-form-grid { grid-template-columns: 1fr; }
    .quote-field--wide { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    .catalog-hero__media { animation: none; transform: none; }
    .catalog-offer__media img,
    .quote-panel { transition: none; }
}
