/* Standhuren production visual system — Mockup D / Fusion */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Resource-rich event detail pages. */
.event-page-hero {
    padding: 24px 0 46px;
    background: #fff8f0;
}

.event-page-hero .breadcrumb { margin-bottom: 24px; }

.event-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(390px, .72fr);
    gap: clamp(32px, 6vw, 84px);
    align-items: center;
}

.event-page-title h1 {
    max-width: 17ch;
    margin: 0 0 26px;
    font-size: clamp(2.7rem, 5.5vw, 5rem);
    line-height: .95;
    letter-spacing: -.055em;
    overflow-wrap: anywhere;
}

.event-key-facts { display: grid; gap: 12px; }
.event-key-facts > span { display: grid; grid-template-columns: 24px 1fr; column-gap: 11px; align-items: center; }
.event-key-facts .icon { grid-row: 1 / span 2; width: 21px; color: var(--orange); }
.event-key-facts strong { font-size: .78rem; }
.event-key-facts small { margin-top: 2px; color: var(--muted); font-size: .64rem; }
.event-primary-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }

.event-calendar-menu { position: relative; }
.event-calendar-menu summary { list-style: none; cursor: pointer; }
.event-calendar-menu summary::-webkit-details-marker { display: none; }
.event-calendar-menu > div {
    position: absolute;
    z-index: 8;
    top: calc(100% + 8px);
    left: 0;
    display: grid;
    min-width: 230px;
    padding: 8px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow-soft);
}
.event-calendar-menu > div a { padding: 10px 12px; border-radius: 9px; font-size: .68rem; font-weight: 750; }
.event-calendar-menu > div a:hover { background: var(--pale); color: var(--orange); }

.event-page-image {
    position: relative;
    min-height: 0;
    aspect-ratio: 2 / 1;
    margin: 0;
    overflow: hidden;
    background: #f1ece6;
    border-radius: 24px;
    box-shadow: 0 26px 55px -38px rgba(26,26,26,.5);
}
.event-page-image > img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }

.event-page-content { padding: clamp(52px,7vw,88px) 0; background: var(--white); }
.event-page-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: clamp(38px,6vw,78px); align-items: start; }
.event-page-main { display: grid; gap: 58px; min-width: 0; }
.event-introduction, .event-resource-section { padding: 0; }
.event-introduction > h2, .event-section-heading h2, .event-practical-card h2 { margin-bottom: 15px; font-size: clamp(1.55rem,3vw,2.25rem); letter-spacing: -.035em; }
.event-introduction .rich-content { max-width: 76ch; }
.event-section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 22px; }
.event-section-heading h2 { margin: 0; }
.event-section-heading p { max-width: 46ch; margin: 0; color: var(--muted); font-size: .7rem; }

.event-practical-card { position: sticky; top: 108px; padding: 25px; background: #fff8f0; border: 1px solid rgba(239,142,35,.18); border-radius: 20px; }
.event-practical-card h2 { font-size: 1.35rem; }
.event-practical-card dl { display: grid; gap: 0; }
.event-practical-card dl > div { padding: 13px 0; border-top: 1px solid rgba(26,26,26,.09); }
.event-practical-card dt { margin-bottom: 4px; color: var(--muted); font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.event-practical-card dd { margin: 0; font-size: .69rem; font-weight: 700; line-height: 1.45; }
.event-utility-links { display: grid; gap: 7px; margin-top: 17px; }
.event-utility-links a { display: flex; gap: 9px; align-items: center; padding: 11px 12px; background: var(--white); border-radius: 10px; font-size: .66rem; font-weight: 800; }
.event-utility-links .icon { width: 17px; color: var(--orange); }
.event-route-qr { display: flex; gap: 12px; align-items: center; margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(26,26,26,.09); }
.event-route-qr img { width: 82px; height: 82px; padding: 5px; background: var(--white); }
.event-route-qr p, .event-verified { color: var(--muted); font-size: .61rem; }
.event-verified { display: block; margin-top: 15px; line-height: 1.45; }

.event-deadline-list { display: grid; gap: 10px; }
.event-deadline-list article { display: grid; grid-template-columns: 118px 1fr; gap: 20px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; }
.event-deadline-list time { color: var(--orange); font-size: .72rem; }
.event-deadline-type { display: block; margin-bottom: 4px; color: var(--muted); font-size: .56rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.event-deadline-list h3 { font-size: .88rem; }
.event-deadline-list p { margin: 5px 0 7px; color: var(--muted); font-size: .67rem; }
.event-deadline-list a { display: inline-flex; align-items: center; gap: 5px; color: var(--orange); font-size: .62rem; font-weight: 800; }
.event-deadline-list a .icon { width: 14px; }

.event-concept-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.event-concept-grid article { overflow: hidden; background: #faf7f3; border-radius: 16px; }
.event-concept-grid article form, .event-concept-grid article button { width: 100%; height: 100%; }
.event-concept-grid article button { display: block; padding: 0; color: inherit; text-align: left; background: transparent; border: 0; cursor: pointer; font: inherit; }
.event-concept-grid img { width: 100%; aspect-ratio: 1.15 / 1; object-fit: contain; padding: 8px; }
.event-concept-grid article div { display: grid; gap: 5px; padding: 15px; background: var(--white); border: 1px solid var(--line); border-radius: 0 0 16px 16px; }
.event-concept-grid h3 { font-size: .76rem; }
.event-concept-grid strong { font-size: .82rem; }
.event-concept-grid span { display: flex; align-items: center; gap: 5px; margin-top: 5px; color: var(--orange); font-size: .61rem; font-weight: 800; }
.event-concept-grid span .icon { width: 14px; }

.event-stand-cta { padding: clamp(52px,7vw,82px) 0; color: var(--white); background: var(--orange); }
.event-stand-cta > .wrap { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.event-stand-cta h2 { max-width: 19ch; font-size: clamp(2rem,4vw,3.5rem); line-height: 1; letter-spacing: -.045em; }
.event-stand-cta p { max-width: 58ch; margin-top: 10px; color: rgba(255,255,255,.88); }
.event-stand-actions { display: flex; flex-wrap: wrap; gap: 10px; }

@media (max-width: 900px) {
    .event-page-hero-grid, .event-page-layout { grid-template-columns: minmax(0,1fr); }
    .event-page-image { min-height: 0; }
    .event-practical-card { position: relative; top: auto; }
    .event-concept-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .event-stand-cta > .wrap { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
    .event-page-hero { padding-top: 15px; }
    .event-page-title h1 { font-size: 2rem; }
    .event-page-image, .event-page-image > img { min-height: 0; }
    .event-primary-actions, .event-primary-actions .btn, .event-calendar-menu { width: 100%; }
    .event-calendar-menu summary { justify-content: center; }
    .event-calendar-menu > div { right: 0; }
    .event-section-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
    .event-deadline-list article { grid-template-columns: 1fr; gap: 8px; }
    .event-concept-grid { grid-template-columns: 1fr; }
    .event-stand-actions, .event-stand-actions form, .event-stand-actions .btn { width: 100%; }
}

/* Calendar overview: compact discovery, predictable artwork and month-led browsing. */
.calendar-page .calendar-hero {
    min-height: 0;
    padding: 52px 0 58px;
}

.calendar-page .calendar-hero .page-hero-grid {
    min-height: 0;
    grid-template-columns: minmax(0, 720px);
}

.calendar-page .calendar-hero h1 {
    font-size: clamp(2.7rem, 5vw, 4.8rem);
}

.calendar-page .calendar-hero p {
    max-width: 620px;
    margin-top: 12px;
}

.calendar-page .calendar-listing {
    padding: 42px 0 82px;
}

.calendar-page .calendar-discovery {
    grid-template: "search options" auto "footer footer" auto / minmax(300px, .85fr) minmax(0, 1.6fr);
    gap: 10px 18px;
    margin-bottom: 30px;
    padding: 14px;
}

.calendar-page .calendar-discovery.calendar-discovery--search-only {
    grid-template: "search" auto "footer" auto / minmax(0, 1fr);
    width: min(520px, 44vw);
    align-items: center;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.calendar-page .calendar-discovery--search-only .calendar-search-input {
    background: var(--white);
    border-color: rgba(26, 26, 26, .08);
    box-shadow: var(--shadow-soft);
}

.calendar-discovery-head {
    display: none;
    grid-area: head;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

.calendar-discovery-head > div {
    display: grid;
    gap: 4px;
}

.calendar-discovery-head .eyebrow {
    font-size: .62rem;
}

.calendar-discovery-head strong {
    font-size: .9rem;
}

.calendar-search-field { grid-area: search; }

.calendar-page .calendar-search-field > .calendar-search-input {
    color: inherit;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.calendar-filter-options {
    display: grid;
    grid-area: options;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.calendar-discovery-footer {
    display: flex;
    min-height: 0;
    grid-area: footer;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.calendar-discovery:not(.has-active-filters) .calendar-discovery-footer { display: none; }

.calendar-filter-toggle {
    display: none;
}

.calendar-page .calendar-result-status {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    clip-path: none;
    color: var(--muted);
    font-size: var(--type-meta);
    font-weight: 750;
    white-space: normal;
}

.calendar-page .calendar-filter-reset {
    min-height: 34px;
    padding: .35rem .65rem;
    background: transparent;
    border-color: transparent;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.calendar-page .calendar-toolbar {
    align-items: center;
    margin-bottom: 24px;
}

.calendar-page .calendar-toolbar h2 {
    margin-top: 0;
    font-size: clamp(2rem, 3vw, 2.8rem);
}

.calendar-month-jumps {
    display: flex;
    max-width: 64%;
    align-items: center;
    gap: 6px;
}

.calendar-month-jumps > span {
    margin-right: 5px;
    color: var(--muted);
    font-size: var(--type-caption);
    font-weight: 800;
    text-transform: uppercase;
}

.calendar-month-jumps button {
    min-height: 38px;
    padding: .45rem .72rem;
    color: var(--muted);
    background: rgba(255, 255, 255, .7);
    border: 1px solid rgba(26, 26, 26, .08);
    border-radius: var(--pill);
    font: inherit;
    font-size: var(--type-caption);
    font-weight: 800;
    cursor: pointer;
}

.calendar-month-jumps button:hover,
.calendar-month-jumps button.is-active {
    color: var(--white);
    background: var(--ink);
    border-color: var(--ink);
}

.calendar-page .calendar-month-list { gap: 40px; }
.calendar-page .calendar-month-group {
    gap: 14px;
    padding: 0;
}

.calendar-page .calendar-month-group > h3 {
    font-size: clamp(1.25rem, 1.8vw, 1.55rem);
}

.calendar-page .calendar-event-grid .event-card {
    border-radius: 1.25rem;
    box-shadow: 0 12px 28px -24px rgba(26, 26, 26, .5);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.calendar-page .calendar-event-grid .event-card:hover {
    border-color: rgba(201, 108, 10, .28);
    transform: translateY(-2px);
    box-shadow: 0 18px 34px -24px rgba(26, 26, 26, .42);
}

.calendar-page .calendar-event-grid .event-card:hover .event-art { transform: none; }

.calendar-page .calendar-event-grid .event-visual {
    aspect-ratio: 2.15 / 1;
    background: #f2eee8;
}

.calendar-page .calendar-event-grid .event-visual:not(.is-logo-only) .event-art { object-fit: cover; }

.calendar-page .calendar-event-grid .event-visual.is-logo-only {
    background: linear-gradient(145deg, #fff, #f5f1eb);
}

.calendar-page .calendar-event-grid .event-visual.is-logo-only .event-art {
    width: 72%;
    height: 72%;
    margin: 7% auto;
    object-fit: contain;
}

.calendar-page .calendar-event-grid .event-body { padding: 19px 20px 17px; }

.calendar-page .calendar-event-grid .event-body h2 {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.25;
}

.calendar-page .calendar-event-grid .event-meta {
    gap: 8px;
    margin: 12px 0 14px;
}

.calendar-page .calendar-event-grid .event-meta span {
    color: #69645e;
    font-size: max(var(--type-meta), .72rem);
    line-height: 1.35;
}

.calendar-page .calendar-event-grid .event-actions {
    gap: 10px;
    padding-top: 12px;
    border-top-color: rgba(26, 26, 26, .08);
}

.calendar-page .calendar-event-grid .event-actions .event-link {
    min-height: 44px;
    padding: 0;
    border: 0;
    font-size: var(--type-meta);
}

.calendar-page .calendar-event-grid .event-timeframe-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 7px;
    padding: .48rem .7rem;
    border-radius: var(--pill);
    font-size: var(--type-caption);
}

.calendar-page .calendar-event-grid .event-timeframe-button .icon {
    width: 15px;
    height: 15px;
}

.calendar-page .calendar-load-more {
    margin-top: 34px;
    padding: 18px;
    background: transparent;
    border-style: dashed;
}

@media (max-width: 900px) {
    .calendar-page .calendar-discovery {
        grid-template: "search" auto "options" auto "footer" auto / minmax(0, 1fr);
    }

    .calendar-month-jumps { max-width: 100%; }
}

@media (max-width: 600px) {
    .calendar-page .calendar-hero {
        padding: 30px 0 34px;
        border-radius: 0 0 1.35rem 1.35rem;
    }

    .calendar-page .calendar-hero h1 { font-size: 2.35rem; }
    .calendar-page .calendar-hero p { margin-top: 8px; font-size: .85rem; }
    .calendar-page .calendar-listing { padding: 26px 0 62px; }

    .calendar-page .calendar-discovery {
        grid-template: "search head" auto "options options" auto "footer footer" auto / minmax(0, 1fr) auto;
        gap: 12px;
        margin-bottom: 26px;
        padding: 14px;
    }

    .calendar-page .calendar-discovery.calendar-discovery--search-only {
        grid-template: "search" auto "footer" auto / minmax(0, 1fr);
        width: 100%;
        padding: 0;
    }

    .calendar-page .calendar-search-field { grid-area: search; grid-column: auto; }

    .calendar-discovery-head { display: flex; align-items: center; }

    .calendar-filter-toggle {
        display: inline-flex;
        min-height: 42px;
        padding: .5rem .7rem;
        align-items: center;
        gap: 7px;
        color: var(--ink);
        background: var(--warm);
        border: 1px solid rgba(26, 26, 26, .08);
        border-radius: var(--pill);
        font: inherit;
        font-size: var(--type-meta);
        font-weight: 800;
    }

    .calendar-filter-toggle .icon { width: 17px; height: 17px; }

    .calendar-filter-toggle em {
        display: grid;
        width: 20px;
        height: 20px;
        place-items: center;
        color: var(--white);
        background: var(--orange-deep);
        border-radius: 50%;
        font-size: .58rem;
        font-style: normal;
    }

    .calendar-filter-toggle em[hidden] { display: none; }

    .calendar-filter-options { display: none; grid-template-columns: 1fr; }
    .calendar-discovery.is-filter-open .calendar-filter-options { display: grid; }
    .calendar-discovery-footer { justify-content: space-between; }

    .calendar-page .calendar-toolbar {
        display: grid;
        width: 100%;
        grid-template-columns: minmax(0, 1fr);
        justify-content: stretch;
        gap: 16px;
        margin-bottom: 20px;
    }

    .calendar-page .calendar-toolbar > div:first-child { display: block; }
    .calendar-page .calendar-toolbar .eyebrow { display: none; }
    .calendar-page .calendar-toolbar h2 { margin: 0; font-size: 1.7rem; }

    .calendar-month-jumps {
        width: calc(100vw - 18px);
        margin-right: -18px;
        padding-right: 18px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .calendar-month-jumps::-webkit-scrollbar { display: none; }
    .calendar-month-jumps > span { flex: 0 0 auto; }
    .calendar-month-jumps button { flex: 0 0 auto; }

    .calendar-page .calendar-month-group > h3 {
        position: sticky;
        z-index: 4;
        top: 125px;
        margin-inline: -4px;
        padding: 10px 4px;
        background: color-mix(in srgb, var(--pale) 94%, transparent);
        backdrop-filter: blur(8px);
    }

    .calendar-page .calendar-event-grid .event-visual { aspect-ratio: 2.4 / 1; }
    .calendar-page .calendar-event-grid .event-body { padding: 17px 18px 15px; }
    .calendar-page .calendar-event-grid .event-meta { margin-bottom: 11px; }
    .calendar-page .calendar-event-grid .event-actions { align-items: center; }
    .calendar-page .calendar-event-grid .event-timeframe-button { padding-inline: .62rem; }
}

.configurator-page .configurator-commercial-summary { display: none; margin-top: 14px; }
.configurator-page .configurator-summary[data-active-section="quote"] .configurator-commercial-summary { display: block; }
.configurator-page .configurator-summary[data-active-section="quote"] .configurator-options-host { display: none; }
.configurator-page .commercial-summary-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; padding-bottom: 10px; }
.configurator-page .commercial-summary-heading strong { font-size: .74rem; }
.configurator-page .commercial-summary-heading span { color: var(--muted); font-size: .56rem; }
.configurator-page .commercial-material-list,
.configurator-page .commercial-total-lines { margin: 0; }
.configurator-page .commercial-material-list { padding: 5px 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.configurator-page .commercial-material-list div,
.configurator-page .commercial-total-lines div { display: flex; justify-content: space-between; gap: 14px; padding: 7px 0; font-size: .62rem; }
.configurator-page .commercial-material-list div + div { border-top: 1px solid var(--line); }
.configurator-page .commercial-material-list dt,
.configurator-page .commercial-total-lines dt { color: var(--muted); }
.configurator-page .commercial-material-list dd,
.configurator-page .commercial-total-lines dd { margin: 0; color: var(--ink); font-weight: 800; }
.configurator-page .commercial-total-lines { margin-top: 9px; }
.configurator-page .commercial-total-lines div { padding-inline: 12px; }
.configurator-page .commercial-total-lines .is-subtotal { border-bottom: 1px solid var(--line); color: var(--ink); }
.configurator-page .commercial-total-lines .is-subtotal dt { color: var(--ink); font-weight: 800; }

.quote-cart-nested-items { display: grid; gap: 0; margin-top: 8px; border-top: 1px solid var(--line); }
.quote-cart-nested-items > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 9px 0 0; color: var(--ink); font-size: .65rem; }
.quote-cart-nested-items span { display: grid; gap: 2px; }
.quote-cart-nested-items small { color: var(--orange-deep); font-size: .5rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quote-cart-nested-items strong { font-size: .65rem; }

:root {
    --orange: #EF8E23;
    --orange-deep: var(--orange);
    --orange-action: var(--orange);
    --orange-action-hover: #F6A340;
    --orange-ink: #8A4307;
    --pale: #FFF4E8;
    --pale-strong: #FDE8D3;
    --warm: #FAF6F1;
    --white: #FFFFFF;
    --ink: #1A1A1A;
    --muted: #6D6862;
    --line: rgba(26, 26, 26, .09);
    --page: 1480px;
    --gutter: clamp(18px, 3vw, 42px);
    --button: .8rem;
    --card: 1rem;
    --shell: 1.8rem;
    --pill: 999px;
    --shadow: 0 26px 70px -34px rgba(26, 26, 26, .32);
    --shadow-soft: 0 16px 42px -26px rgba(26, 26, 26, .26);
    --ease: cubic-bezier(.22, .61, .36, 1);
    --font: Montserrat, "Avenir Next", "Segoe UI", Arial, sans-serif;
    --type-caption: .6875rem;
    --type-meta: .75rem;
    --type-body-small: .8125rem;
    --space-1: .5rem;
    --space-2: .75rem;
    --space-3: 1rem;
    --space-4: 1.5rem;
    --space-5: 2rem;
}

/* Shared public component contracts. Page-specific classes remain as behavior hooks. */
.ui-page-intro,
.ui-product-card,
.ui-filter-bar,
.ui-async-preview,
.ui-modal,
.ui-step-flow {
    min-width: 0;
}

.ui-page-intro {
    isolation: isolate;
}

.ui-product-card {
    position: relative;
}

.ui-filter-bar {
    container-type: inline-size;
}

.ui-price {
    font-variant-numeric: tabular-nums lining-nums;
}

.ui-price strong,
.ui-price [data-concept-preview-price],
.ui-price [id$="Total"],
.ui-price [id$="Rate"] {
    letter-spacing: -.025em;
}

.ui-async-preview {
    position: relative;
    isolation: isolate;
}

.ui-modal {
    overscroll-behavior: contain;
}

.ui-step-flow {
    list-style: none;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    min-height: 100vh;
    font-family: var(--font);
    color: var(--ink);
    background: var(--white);
    line-height: 1.58;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.menu-open {
    overflow: hidden;
}

main {
    display: block;
}

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

svg {
    display: block;
}

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

button,
input,
textarea,
select {
    font: inherit;
    color: inherit;
}

button {
    border: 0;
}

:focus-visible {
    outline: 3px solid rgba(239, 142, 35, .55);
    outline-offset: 3px;
}

::selection {
    color: var(--white);
    background: var(--orange-deep);
}

.wrap {
    width: 100%;
    max-width: var(--page);
    margin-inline: auto;
    padding-inline: var(--gutter);
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: .7rem 1rem;
    border-radius: var(--button);
    color: var(--white);
    background: var(--ink);
    transform: translateY(-180%);
    transition: transform .2s var(--ease);
}

.skip-link:focus {
    transform: translateY(0);
}

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

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--orange-deep);
}

.eyebrow::before {
    content: "";
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 36px;
    margin-bottom: 38px;
}

.section-head > div {
    max-width: 760px;
}

.section-head.center {
    display: block;
    max-width: 760px;
    margin-inline: auto;
    margin-bottom: 42px;
    text-align: center;
}

.section-head.center .eyebrow {
    justify-content: center;
}

.section-head h2 {
    max-width: 18ch;
    margin-top: .65rem;
    font-size: clamp(2rem, 4vw, 3.55rem);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.section-head.center h2 {
    margin-inline: auto;
}

.section-head p {
    max-width: 55ch;
    color: var(--muted);
    font-size: 1rem;
}

section {
    padding: clamp(72px, 8vw, 118px) 0;
}

.icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    min-height: 50px;
    padding: .82rem 1.35rem;
    border-radius: var(--button);
    font-weight: 800;
    font-size: .9rem;
    cursor: pointer;
    transition: transform .22s var(--ease), box-shadow .22s var(--ease), background .22s var(--ease), color .22s var(--ease);
}

.btn:hover {
    transform: translateY(-3px);
}

.btn-orange {
    color: var(--white);
    background: var(--orange);
    box-shadow: 0 15px 30px -16px rgba(201, 108, 10, .75);
}

.btn-orange:hover {
    background: var(--orange-deep);
    box-shadow: 0 20px 38px -18px rgba(201, 108, 10, .9);
}

.btn-outline {
    color: var(--ink);
    background: transparent;
    box-shadow: inset 0 0 0 1.5px rgba(26, 26, 26, .22);
}

.btn-outline:hover {
    color: var(--orange-deep);
    box-shadow: inset 0 0 0 2px var(--orange);
}

.btn-white-outline {
    color: var(--white);
    background: transparent;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .9);
}

.btn-white-outline:hover {
    background: rgba(255, 255, 255, .13);
    box-shadow: inset 0 0 0 2px var(--white);
}

.btn-white {
    color: var(--orange-ink);
    background: var(--white);
    box-shadow: 0 15px 30px -16px rgba(91, 41, 0, .58);
}

.btn-white:hover {
    color: var(--ink);
    background: var(--pale);
    box-shadow: 0 20px 38px -18px rgba(91, 41, 0, .66);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    color: var(--orange-deep);
    font-size: .79rem;
    font-weight: 850;
}

.text-link .icon {
    width: 17px;
    height: 17px;
    transition: transform .2s var(--ease);
}

.text-link:hover .icon {
    transform: translateX(4px);
}

/* Sticky navigation */
.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(26, 26, 26, .06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: box-shadow .24s var(--ease), background .24s var(--ease);
}

.site-header.is-scrolled {
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 12px 34px -26px rgba(26, 26, 26, .65);
}

.nav {
    display: flex;
    align-items: center;
    gap: 34px;
    height: 74px;
}

.wordmark {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: .58rem;
    font-size: 1.48rem;
    font-weight: 500;
    letter-spacing: -.04em;
    white-space: nowrap;
}

.wordmark svg {
    width: auto;
    height: 29px;
    flex: 0 0 auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: clamp(15px, 1.65vw, 27px);
    margin-left: auto;
    font-size: .8rem;
    font-weight: 700;
}

.nav-links a {
    position: relative;
    padding: .5rem 0;
    white-space: nowrap;
}

.nav-links a::after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 2px;
    left: 0;
    height: 2px;
    background: var(--orange);
    border-radius: 2px;
    transition: right .24s var(--ease);
}

.nav-links a:hover::after,
.nav-links a.active::after {
    right: 0;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 11px;
}

.personalisation-bar {
    color: #26211d;
    background: #f7f5f2;
    border-top: 1px solid rgba(26, 26, 26, .05);
}

.personalisation-bar-inner {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: .72rem;
}

.personalisation-context {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
}

.personalisation-context i {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    background: var(--personalisation-color, var(--orange));
    border-radius: 50%;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--personalisation-color, var(--orange)) 14%, transparent);
}

.personalisation-bar a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #5c5148;
    font-weight: 750;
    white-space: nowrap;
}

.personalisation-bar a:hover {
    color: #1a1a1a;
}

.personalisation-bar a span {
    font-size: 1rem;
    line-height: 1;
}

.personalisation-bar a .personalisation-exit-label {
    font-size: inherit;
}

@media (max-width: 560px) {
    .personalisation-bar-inner {
        gap: 10px;
        font-size: .66rem;
    }

    .personalisation-bar a .personalisation-exit-label {
        font-size: 0;
    }

    .personalisation-bar a .personalisation-exit-label::after {
        content: "Afsluiten";
        font-size: .66rem;
    }
}

.cart {
    position: relative;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--orange);
    background: var(--pale);
    border-radius: 50%;
    transition: background .2s var(--ease);
}

.cart:hover {
    background: var(--pale-strong);
}

.cart .icon {
    width: 20px;
    height: 20px;
}

.cart-count {
    position: absolute;
    top: -4px;
    right: -3px;
    display: grid;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    place-items: center;
    color: var(--white);
    background: var(--orange);
    border: 2px solid var(--white);
    border-radius: var(--pill);
    font-size: .61rem;
    font-weight: 850;
}

.menu-button {
    display: none;
    width: 44px;
    height: 44px;
    place-items: center;
    background: var(--pale);
    border-radius: 50%;
    cursor: pointer;
}

.menu-lines {
    display: grid;
    gap: 5px;
}

.menu-lines i {
    display: block;
    width: 21px;
    height: 2px;
    background: var(--orange);
    border-radius: 2px;
    transition: transform .22s var(--ease), opacity .22s var(--ease);
}

.menu-button.is-open .menu-lines i:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-button.is-open .menu-lines i:nth-child(2) {
    opacity: 0;
}

.menu-button.is-open .menu-lines i:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-panel {
    display: none;
}

/* Every orange surface uses white typography. */
.orange-surface {
    color: var(--white);
    background: var(--orange);
}

.orange-surface .eyebrow,
.orange-surface h1,
.orange-surface h2,
.orange-surface h3,
.orange-surface p,
.orange-surface a,
.orange-surface span,
.orange-surface strong,
.orange-surface small {
    color: var(--white);
}

/* Homepage hero */
.hero {
    position: relative;
    padding: clamp(64px, 7vw, 104px) 0 clamp(96px, 10vw, 148px);
    overflow: hidden;
    color: var(--white);
    background: var(--orange);
    border-radius: 0 0 2rem 2rem;
}

.hero::before {
    content: "";
    position: absolute;
    top: -26vw;
    right: -16vw;
    width: min(46vw, 700px);
    height: min(46vw, 700px);
    background: rgba(255, 255, 255, .12);
    border-radius: 50%;
}

.hero::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: -115px;
    width: 270px;
    height: 270px;
    border: 54px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
    gap: clamp(44px, 6vw, 95px);
    align-items: center;
}

.hero .eyebrow {
    margin-bottom: 1.2rem;
    color: var(--white);
}

.hero h1 {
    max-width: 9.4ch;
    color: var(--white);
    font-size: clamp(3rem, 6.4vw, 6rem);
    line-height: .91;
    letter-spacing: -.062em;
}

.hero-copy > p {
    max-width: 53ch;
    margin-top: 1.55rem;
    color: rgba(255, 255, 255, .94);
    font-size: clamp(1rem, 1.25vw, 1.16rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 2rem;
}

.hero-proof,
.hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 1.45rem;
}

.proof,
.hero-fact {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
    font-size: .72rem;
    font-weight: 700;
}

.proof .icon,
.hero-fact .icon {
    width: 17px;
    height: 17px;
}

.hero-visual {
    position: relative;
    min-width: 0;
}

.render-shell {
    position: relative;
    display: grid;
    aspect-ratio: 1.24 / 1;
    overflow: hidden;
    place-items: center;
    background: rgba(255, 255, 255, .93);
    border-radius: 2rem;
    box-shadow: 0 38px 80px -34px rgba(91, 41, 0, .48);
}

.render-shell::before {
    content: "";
    position: absolute;
    top: -28%;
    right: -22%;
    width: 70%;
    height: 70%;
    background: var(--pale-strong);
    border-radius: 50%;
}

.render-shell::after {
    content: "";
    position: absolute;
    right: 15%;
    bottom: 10%;
    left: 15%;
    height: 11%;
    background: rgba(26, 26, 26, .11);
    border-radius: 50%;
    filter: blur(22px);
}

.render-shell img {
    position: relative;
    z-index: 2;
    width: 94%;
    height: 92%;
    object-fit: contain;
    filter: drop-shadow(0 22px 20px rgba(26, 26, 26, .13));
    transition: transform .65s var(--ease);
}

.render-shell img.is-rendered-thumbnail {
    position: absolute;
    inset: 7%;
    width: 86%;
    height: 86%;
    object-fit: contain;
}

.hero-visual:hover .render-shell img {
    transform: scale(1.035) translateY(-5px);
}

.hero .price-card {
    position: absolute;
    z-index: 4;
    bottom: 34px;
    left: -22px;
    display: grid;
    gap: 1px;
    padding: 16px 19px;
    color: var(--ink);
    background: var(--white);
    border-radius: 1rem;
    box-shadow: var(--shadow);
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}

.hero .price-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 48px -28px rgba(26, 26, 26, .55);
}

.hero .price-card:focus-visible,
.render-shell:focus-visible {
    outline: 3px solid var(--white);
    outline-offset: 4px;
}

.hero .price-card span,
.hero .price-card strong,
.hero .price-card small {
    color: var(--ink);
}

.hero .price-card span {
    color: var(--muted);
    font-size: .63rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hero .price-card strong {
    font-size: 1.35rem;
    line-height: 1.1;
}

.hero .price-card small {
    color: var(--muted);
    font-size: .65rem;
}

.hero-chip {
    position: absolute;
    z-index: 4;
    top: 24px;
    right: -16px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: .62rem .8rem;
    color: var(--white);
    background: rgba(239, 142, 35, .96);
    border-radius: var(--pill);
    box-shadow: var(--shadow-soft);
    font-size: .69rem;
    font-weight: 800;
}

.hero-chip .icon {
    width: 16px;
    height: 16px;
}

/* Route cards */
.routes {
    background: var(--pale);
}

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

.route {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    background: var(--white);
    border-radius: var(--shell);
    box-shadow: var(--shadow-soft);
    color: inherit;
    text-decoration: none;
    transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}

.route:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow);
}

.route:focus-visible {
    outline: 3px solid rgba(239, 142, 35, .38);
    outline-offset: 4px;
}

.route-visual {
    position: relative;
    aspect-ratio: 1.55 / 1;
    overflow: hidden;
    background: var(--warm);
}

.route-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s var(--ease);
}

.route:first-child .route-visual img {
    padding: 12px;
    object-fit: contain;
}

.route:hover .route-visual img {
    transform: scale(1.05);
}

.route-number {
    position: absolute;
    top: 16px;
    left: 16px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--orange-deep);
    background: var(--white);
    border-radius: 50%;
    box-shadow: var(--shadow-soft);
    font-size: .72rem;
    font-weight: 850;
}

.route-body {
    display: flex;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    padding: 24px 25px 27px;
}

.route-icon {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 17px;
    place-items: center;
    color: var(--orange);
    background: var(--pale);
    border-radius: 50%;
}

.route-icon .icon {
    width: 22px;
    height: 22px;
}

.route h3 {
    font-size: 1.22rem;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.route p {
    margin: .55rem 0 1.15rem;
    color: var(--muted);
    font-size: .86rem;
}

/* Concept cards */
.concepts {
    background: var(--white);
}

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

.concept {
    overflow: hidden;
    background: var(--warm);
    border-radius: var(--shell);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}

.concept-card-link {
    display: block;
    height: 100%;
    color: inherit;
}

.concept-card-link:focus-visible {
    border-radius: inherit;
    outline: 3px solid var(--orange);
    outline-offset: 3px;
}

.concept:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow);
}

.concept-visual {
    position: relative;
    display: block;
    aspect-ratio: 1.58 / 1;
    overflow: hidden;
    background: linear-gradient(145deg, var(--pale), var(--white));
}

.concept-visual img {
    width: 100%;
    height: 100%;
    padding: 16px;
    object-fit: contain;
    transition: transform .5s var(--ease);
}

.concept-visual img.is-rendered-thumbnail,
.concept-hero-render img.is-rendered-thumbnail,
.concept-detail-image > img.is-rendered-thumbnail {
    /* The cached PNG stays tightly cropped; cards provide their own air. */
    padding: 10%;
}

.concept:hover img {
    transform: scale(1.045);
}

.concept-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: .38rem .72rem;
    background: var(--white);
    border-radius: var(--pill);
    box-shadow: var(--shadow-soft);
    font-size: .63rem;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.concept-card-caption {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    color: var(--ink);
}

.concept-card-caption strong {
    min-width: 0;
    font-size: .94rem;
    line-height: 1.2;
}

.concept-card-caption small {
    color: var(--orange-ink);
    font-size: .86rem;
    font-weight: 850;
    white-space: nowrap;
}

.concept-card-caption em {
    color: var(--muted);
    font-size: .55rem;
    font-style: normal;
    font-weight: 700;
}

.concept-body {
    display: flex;
    min-height: 132px;
    padding: 17px 18px 18px;
    flex-direction: column;
}

.concept-title {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 15px;
}

.concept h3 {
    font-size: 1.15rem;
}

.concept-price {
    color: var(--orange-deep);
    font-size: 1rem;
    font-weight: 850;
    white-space: nowrap;
}

.concept-meta {
    display: block;
    margin: .45rem 0 .7rem;
    color: var(--muted);
    font-size: .67rem;
    line-height: 1.45;
}

.concept-card-cta {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    color: var(--orange-deep);
    font-size: .68rem;
    font-weight: 850;
}

.concept-card-cta .icon { width: 17px; height: 17px; }

.concept .btn {
    width: 100%;
    min-height: 44px;
    padding: .65rem 1rem;
    font-size: .77rem;
}

/* Process and service cards */
.process {
    position: relative;
    overflow: hidden;
}

.process::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -150px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.process .section-head,
.process-grid {
    position: relative;
    z-index: 2;
}

.process .section-head p {
    color: rgba(255, 255, 255, .9);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.process-step {
    padding: 28px 25px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: var(--shell);
}

.process-number {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    place-items: center;
    color: var(--white);
    border: 2px solid var(--white);
    border-radius: 50%;
    font-size: .88rem;
    font-weight: 850;
}

.process-step h3 {
    font-size: 1.04rem;
}

.process-step p {
    margin-top: .4rem;
    color: rgba(255, 255, 255, .88);
    font-size: .8rem;
}

.services {
    background: var(--white);
}

.services .service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.services .service-card {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 126px;
    padding: 20px;
    background: var(--pale);
    border-radius: var(--card);
    transition: transform .25s var(--ease), background .25s var(--ease);
}

.services .service-card:nth-child(2n) {
    background: var(--warm);
}

.services .service-card:hover {
    background: var(--pale-strong);
    transform: translateY(-5px);
}

.service-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    flex: 0 0 52px;
    color: var(--orange);
    background: var(--white);
    border-radius: 50%;
}

.service-icon .icon {
    width: 27px;
    height: 27px;
}

.services .service-card h3 {
    font-size: .92rem;
}

.services .service-card p {
    margin-top: .2rem;
    color: var(--muted);
    font-size: .71rem;
}

/* Portfolio */
.portfolio-section {
    background: var(--pale);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: 1.35fr .8fr;
    grid-template-rows: repeat(2, 260px);
    gap: 18px;
}

.project {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: var(--shell);
}

.project:first-child {
    grid-row: 1 / 3;
}

.project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s var(--ease);
}

.project:hover img {
    transform: scale(1.045);
}

.project::after {
    content: "";
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(transparent, rgba(26, 26, 26, .72));
    pointer-events: none;
}

.project-copy {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 22px;
    left: 24px;
    color: var(--white);
}

.project-copy span,
.project-copy h3,
.project-copy p {
    color: var(--white);
}

.project-copy span {
    font-size: .63rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.project-copy h3 {
    margin-top: .3rem;
    font-size: clamp(1.05rem, 2vw, 1.65rem);
    line-height: 1.1;
}

.project-copy p {
    margin-top: .35rem;
    font-size: .72rem;
    opacity: .88;
}

.portfolio-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.portfolio-gallery .project {
    min-height: clamp(280px, 29vw, 430px);
}

.portfolio-gallery .project:first-child {
    grid-row: auto;
}

/* Rental preview and catalog cards */
.rental-preview {
    background: var(--white);
}

.rental-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.rental-card {
    padding: 16px;
    background: var(--warm);
    border-radius: var(--card);
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}

.rental-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-soft);
}

.rental-image {
    aspect-ratio: 1.14 / 1;
    overflow: hidden;
    background: var(--white);
    border-radius: var(--card);
}

.rental-image img {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: contain;
}

.rental-card h3 {
    margin-top: 14px;
    font-size: .88rem;
}

.rental-card p {
    margin-top: 2px;
    color: var(--muted);
    font-size: .73rem;
}

.rental-card strong {
    color: var(--orange-deep);
}

.catalog {
    position: relative;
    padding: 45px 0 105px;
    overflow-x: clip;
}

.catalog::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 520px;
    right: -170px;
    width: 370px;
    height: 370px;
    background: var(--pale);
    border-radius: 50%;
}

.filter-shell {
    position: sticky;
    z-index: 50;
    top: 86px;
    margin-top: -81px;
    margin-bottom: 52px;
    padding: 13px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid var(--line);
    border-radius: 1.35rem;
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.filter-layout {
    display: grid;
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.search {
    position: relative;
}

.search .icon {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 18px;
    height: 18px;
    color: var(--orange);
    transform: translateY(-50%);
}

.search input {
    width: 100%;
    height: 48px;
    padding: 0 15px 0 43px;
    background: var(--warm);
    border: 0;
    border-radius: var(--card);
    outline: 0;
    font-size: .75rem;
}

.search input:focus {
    box-shadow: inset 0 0 0 2px var(--orange);
}

.filters {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    scrollbar-width: none;
}

.filter-scroll {
    position: relative;
    min-width: 0;
}

.filter-scroll-cue {
    display: none;
}

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

.filter {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 48px;
    padding: .65rem .85rem;
    flex: 0 0 auto;
    background: var(--warm);
    border: 1px solid transparent;
    border-radius: var(--pill);
    font-size: .67rem;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s var(--ease), color .2s var(--ease);
}

.filter .icon {
    width: 16px;
    height: 16px;
    color: var(--orange);
}

.filter:hover,
.filter.active,
.filter[aria-pressed="true"] {
    color: var(--white);
    background: var(--orange);
}

.filter:hover .icon,
.filter.active .icon,
.filter[aria-pressed="true"] .icon {
    color: var(--white);
}

.catalog-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.catalog-heading h2 {
    margin-top: .55rem;
    font-size: clamp(2rem, 3.5vw, 3.3rem);
    line-height: 1;
    letter-spacing: -.045em;
}

.catalog-heading p {
    color: var(--muted);
    font-size: .72rem;
    font-weight: 700;
}

.products,
.product-grid-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.product {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    background: var(--white);
    border: 1px solid rgba(26, 26, 26, .07);
    border-radius: var(--shell);
    box-shadow: var(--shadow-soft);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease), opacity .2s var(--ease);
}

.product:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow);
}

.product.hidden {
    display: none;
}

.product-visual {
    position: relative;
    aspect-ratio: 1.2 / 1;
    overflow: hidden;
    background: linear-gradient(145deg, var(--warm), var(--pale));
}

.product:nth-child(4n + 2) .product-visual {
    background: linear-gradient(145deg, var(--pale), var(--white));
}

.product:nth-child(4n + 3) .product-visual {
    background: linear-gradient(145deg, #F4EADF, var(--warm));
}

.product-visual::after {
    content: "";
    position: absolute;
    top: -65px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: rgba(239, 142, 35, .11);
    border-radius: 50%;
}

.product-visual img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 22px;
    object-fit: contain;
    transition: transform .45s var(--ease);
}

.product-visual--illustration {
    display: grid;
    place-items: center;
}

.product-category-illustration {
    display: grid;
    width: clamp(76px, 34%, 112px);
    aspect-ratio: 1;
    place-items: center;
    color: var(--orange-deep);
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(201, 108, 10, .12);
    border-radius: 1.5rem;
    box-shadow: 0 18px 38px -28px rgba(26, 26, 26, .5);
}

.product-category-illustration .icon {
    width: 46%;
    height: 46%;
}

.product-category-illustration[hidden],
.product-visual img[hidden] {
    display: none;
}

.product--text {
    align-self: start;
    grid-column: span 2;
}

.product--text .product-body {
    display: grid;
    min-height: 220px;
    padding-top: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(230px, auto);
    grid-template-areas:
        "category bottom"
        "title bottom"
        "spec bottom";
    column-gap: 28px;
}

.product--text .product-text-category { grid-area: category; }
.product--text .product-title { grid-area: title; }
.product--text .product-spec { grid-area: spec; }
.product--text .product-bottom {
    grid-area: bottom;
    align-self: end;
}

.product-text-category {
    align-self: flex-start;
    margin-bottom: 18px;
    padding: .34rem .62rem;
    color: var(--orange-deep);
    background: var(--pale);
    border-radius: var(--pill);
    font-size: .56rem;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.product:hover .product-visual img {
    transform: scale(1.05);
}

.category,
.product-category {
    position: absolute;
    z-index: 4;
    top: 13px;
    left: 13px;
    padding: .34rem .62rem;
    background: rgba(255, 255, 255, .94);
    border-radius: var(--pill);
    box-shadow: var(--shadow-soft);
    font-size: .56rem;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.product-body {
    display: flex;
    align-items: stretch;
    flex: 1;
    flex-direction: column;
    padding: 19px 19px 20px;
}

.product-title {
    min-height: 2.5em;
    font-size: .95rem;
    line-height: 1.25;
}

.product-spec {
    margin: .4rem 0 1rem;
    overflow: hidden;
    color: var(--muted);
    font-size: .65rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
}

.price {
    color: var(--muted);
    font-size: .63rem;
}

.price strong {
    display: block;
    color: var(--orange-deep);
    font-size: .93rem;
}

.add {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 42px;
    padding: .55rem .7rem;
    color: var(--white);
    background: var(--orange);
    border-radius: .72rem;
    font-size: .62rem;
    font-weight: 850;
    white-space: nowrap;
    cursor: pointer;
    transition: background .2s var(--ease), color .2s var(--ease);
}

.add:hover {
    background: var(--orange-deep);
}

.add.added {
    color: var(--orange-deep);
    background: var(--pale);
    box-shadow: inset 0 0 0 1px var(--orange);
}

.add .icon {
    width: 15px;
    height: 15px;
}

/* Event cards and calendar */
.calendar {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--pale) 0, var(--pale) 72%, var(--white) 72%);
}

.calendar::before {
    content: "";
    position: absolute;
    top: 120px;
    left: -170px;
    width: 360px;
    height: 360px;
    background: var(--pale-strong);
    border-radius: 50%;
}

.calendar-headmark {
    display: flex;
    align-items: center;
    gap: 16px;
}

.calendar-icon {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    color: var(--white);
    background: var(--orange);
    border-radius: 50%;
}

.calendar-icon .icon {
    width: 27px;
    height: 27px;
}

.event-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.event-card,
.calendar-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    background: var(--white);
    border-radius: var(--shell);
    box-shadow: var(--shadow-soft);
    transition: transform .32s var(--ease), box-shadow .32s var(--ease);
}

.event-card:hover,
.calendar-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow);
}

.event-visual,
.calendar-card-image {
    position: relative;
    aspect-ratio: 1.55 / 1;
    overflow: hidden;
    background: var(--warm);
}

.event-visual > .event-art,
.calendar-card-image > img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s var(--ease);
}

.event-card:hover .event-art,
.calendar-card:hover .calendar-card-image > img:first-child {
    transform: scale(1.045);
}

.event-logo-shell {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    display: grid;
    width: 112px;
    height: 58px;
    padding: 9px 11px;
    place-items: center;
    background: rgba(255, 255, 255, .94);
    border-radius: .8rem;
    box-shadow: var(--shadow-soft);
}

.event-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.event-year {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
    padding: .38rem .66rem;
    color: var(--white);
    background: var(--orange);
    border-radius: var(--pill);
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .06em;
}

.event-body,
.calendar-card-body {
    display: flex;
    align-items: stretch;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.event-body h3,
.calendar-card-body h2,
.calendar-card-body h3 {
    font-size: 1.05rem;
    line-height: 1.2;
}

.event-meta {
    display: grid;
    gap: 7px;
    margin: 12px 0 18px;
}

.event-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: .72rem;
}

.event-meta .icon {
    width: 16px;
    height: 16px;
    color: var(--orange);
    stroke-width: 2;
}

.event-body .btn,
.calendar-card-body .btn {
    width: 100%;
    min-height: 45px;
    margin-top: auto;
    padding: .65rem .8rem;
    font-size: .72rem;
}

/* Trust and closing call to action */
.trust {
    background: var(--white);
}

.trust-shell {
    display: grid;
    grid-template-columns: 1.25fr repeat(4, .75fr);
    gap: 16px;
    align-items: stretch;
    padding: 22px;
    background: var(--pale);
    border-radius: var(--shell);
}

.trust-intro {
    padding: 22px;
}

.trust-intro h2 {
    margin-top: .55rem;
    font-size: clamp(1.5rem, 2.5vw, 2.35rem);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.trust-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    padding: 18px;
    flex-direction: column;
    text-align: center;
    background: var(--white);
    border-radius: var(--card);
}

.trust-stat strong {
    color: var(--orange-deep);
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    line-height: 1;
    letter-spacing: -.04em;
}

.trust-stat span {
    margin-top: 8px;
    color: var(--muted);
    font-size: .7rem;
    font-weight: 700;
}

.final-cta {
    position: relative;
    padding: clamp(82px, 9vw, 130px) 0;
    overflow: hidden;
    text-align: center;
    border-radius: 2rem 2rem 0 0;
}

.final-cta::before,
.final-cta::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.final-cta::before {
    top: -160px;
    left: -130px;
    width: 340px;
    height: 340px;
}

.final-cta::after {
    right: 8%;
    bottom: -100px;
    width: 210px;
    height: 210px;
}

.final-cta .wrap {
    position: relative;
    z-index: 2;
}

.final-cta .eyebrow {
    justify-content: center;
}

.final-cta h2 {
    max-width: 14ch;
    margin: .7rem auto 1rem;
    font-size: clamp(2.35rem, 5vw, 4.8rem);
    line-height: .96;
    letter-spacing: -.055em;
}

.final-cta p {
    max-width: 52ch;
    margin-inline: auto;
    color: rgba(255, 255, 255, .92);
}

.final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 1.8rem;
}

/* Interior page heroes and content */
.page-hero {
    position: relative;
    padding: clamp(64px, 7vw, 105px) 0;
    overflow: hidden;
    background: var(--pale);
    border-radius: 0 0 2rem 2rem;
}

.page-hero.orange-surface {
    background: var(--orange);
}

.page-hero::before {
    content: "";
    position: absolute;
    top: -210px;
    right: -150px;
    width: 460px;
    height: 460px;
    background: var(--pale-strong);
    border-radius: 50%;
}

.page-hero.orange-surface::before {
    background: rgba(255, 255, 255, .12);
}

.page-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    gap: clamp(34px, 6vw, 88px);
    align-items: center;
}

.page-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

.page-hero h1 {
    max-width: 13ch;
    margin-top: .7rem;
    font-size: clamp(2.8rem, 6vw, 5.6rem);
    line-height: .94;
    letter-spacing: -.058em;
}

.page-hero p {
    max-width: 58ch;
    margin-top: 1.25rem;
    color: var(--muted);
    font-size: clamp(.96rem, 1.2vw, 1.12rem);
}

.page-hero.orange-surface p {
    color: rgba(255, 255, 255, .92);
}

.page-hero-media {
    position: relative;
    aspect-ratio: 1.35 / 1;
    overflow: hidden;
    background: var(--white);
    border-radius: var(--shell);
    box-shadow: var(--shadow);
}

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

.page-hero-media.contain img {
    padding: clamp(20px, 4vw, 52px);
    object-fit: contain;
}

.breadcrumb {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: .5rem;
    min-width: 0;
    margin-bottom: 26px;
    overflow-x: auto;
    color: var(--muted);
    font-size: .72rem;
    white-space: nowrap;
    scrollbar-width: none;
}

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

.breadcrumb a:hover {
    color: var(--orange-deep);
}

.breadcrumb .icon {
    width: 13px;
    height: 13px;
    opacity: .55;
}

.breadcrumb span:last-child {
    color: var(--ink);
    font-weight: 750;
}

.content-section {
    padding: clamp(68px, 8vw, 108px) 0;
}

.content-section.pale {
    background: var(--pale);
}

.rich-content {
    max-width: 820px;
    color: var(--muted);
}

.rich-content > * + * {
    margin-top: 1.15em;
}

.rich-content h2,
.rich-content h3,
.rich-content h4 {
    color: var(--ink);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.rich-content h2 {
    margin-top: 1.5em;
    font-size: clamp(1.7rem, 3vw, 2.65rem);
}

.rich-content h3 {
    margin-top: 1.35em;
    font-size: 1.3rem;
}

.rich-content ul,
.rich-content ol {
    display: grid;
    gap: .55rem;
    padding-left: 1.25rem;
}

.rich-content a {
    color: var(--orange-deep);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.rich-content img {
    margin-block: 1.75rem;
    border-radius: var(--shell);
}

.rich-content blockquote {
    padding: 1.2rem 1.4rem;
    color: var(--ink);
    background: var(--pale);
    border-left: 4px solid var(--orange);
    border-radius: 0 var(--card) var(--card) 0;
}

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

.material-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    background: var(--white);
    border-radius: var(--shell);
    box-shadow: var(--shadow-soft);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}

.material-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow);
}

.material-card-image {
    aspect-ratio: 1.35 / 1;
    overflow: hidden;
    background: linear-gradient(145deg, var(--pale), var(--warm));
}

.material-card-image img {
    width: 100%;
    height: 100%;
    padding: 20px;
    object-fit: contain;
    transition: transform .45s var(--ease);
}

.material-card:hover img {
    transform: scale(1.05);
}

.material-card-body {
    display: flex;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.material-card-body h2,
.material-card-body h3 {
    font-size: 1.15rem;
    line-height: 1.2;
}

.material-card-body p {
    margin: .55rem 0 1.1rem;
    color: var(--muted);
    font-size: .78rem;
}

.detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .52fr);
    gap: clamp(32px, 6vw, 88px);
    align-items: start;
}

.detail-aside {
    position: sticky;
    top: 104px;
    padding: 28px;
    background: var(--pale);
    border-radius: var(--shell);
}

.detail-aside h2,
.detail-aside h3 {
    font-size: 1.25rem;
    line-height: 1.2;
}

.detail-aside p {
    margin: .7rem 0 1.2rem;
    color: var(--muted);
    font-size: .78rem;
}

/* Product detail */
.product-hero {
    position: relative;
    padding: 28px 0 76px;
    overflow: hidden;
    background: var(--pale);
}

.product-hero::before {
    content: "";
    position: absolute;
    top: -190px;
    right: -170px;
    width: 480px;
    height: 480px;
    background: var(--pale-strong);
    border-radius: 50%;
}

.product-hero::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: -100px;
    width: 240px;
    height: 240px;
    border: 44px solid rgba(239, 142, 35, .1);
    border-radius: 50%;
}

.product-hero .product-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(420px, .78fr);
    gap: clamp(30px, 4vw, 72px);
    align-items: start;
}

.gallery {
    min-width: 0;
}

.image-shell {
    position: relative;
    display: grid;
    min-height: clamp(540px, 61vh, 700px);
    padding: clamp(30px, 5vw, 72px);
    overflow: hidden;
    place-items: center;
    isolation: isolate;
    background: var(--white);
    border-radius: var(--shell);
    box-shadow: var(--shadow);
}

.image-shell::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -120px;
    right: -100px;
    width: 380px;
    height: 380px;
    background: var(--pale);
    border-radius: 50%;
}

.image-shell::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 18%;
    bottom: 10%;
    left: 18%;
    height: 9%;
    background: rgba(26, 26, 26, .1);
    border-radius: 50%;
    filter: blur(24px);
}

.image-shell img {
    width: min(88%, 780px);
    height: 100%;
    max-height: 560px;
    object-fit: contain;
    filter: drop-shadow(0 25px 24px rgba(26, 26, 26, .14));
    transition: transform .35s var(--ease);
}

.image-shell:hover img {
    transform: scale(1.025);
}

.image-badge,
.stock {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: var(--pill);
    font-size: .64rem;
    font-weight: 800;
}

.image-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    padding: .52rem .72rem;
    color: var(--white);
    background: var(--orange);
    box-shadow: var(--shadow-soft);
}

.image-badge .icon {
    width: 15px;
    height: 15px;
}

.gallery-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 13px;
    padding-inline: 5px;
    color: var(--muted);
    font-size: .66rem;
}

.gallery-note span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.gallery-note .icon {
    width: 16px;
    height: 16px;
    color: var(--orange);
}

.product-info {
    padding-top: 5px;
}

.stock {
    gap: 8px;
    margin-bottom: 16px;
    padding: .42rem .68rem;
    background: var(--white);
    box-shadow: var(--shadow-soft);
}

.stock i {
    width: 8px;
    height: 8px;
    background: var(--orange);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(239, 142, 35, .15);
}

.product-info h1 {
    max-width: 11ch;
    font-size: clamp(2.5rem, 4.6vw, 4.8rem);
    line-height: .94;
    letter-spacing: -.055em;
}

.lead {
    max-width: 57ch;
    margin: 20px 0 23px;
    color: var(--muted);
    font-size: .92rem;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 24px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 12px;
    background: rgba(255, 255, 255, .72);
    border-radius: .8rem;
    font-size: .66rem;
    font-weight: 750;
}

.feature .icon {
    width: 17px;
    height: 17px;
    color: var(--orange);
}

.product-info .price-card {
    position: relative;
    padding: 25px;
    overflow: hidden;
    color: var(--white);
    background: var(--orange);
    border-radius: var(--shell);
    box-shadow: 0 24px 55px -28px rgba(201, 108, 10, .75);
}

.product-info .price-card::after {
    content: "";
    position: absolute;
    top: -95px;
    right: -80px;
    width: 190px;
    height: 190px;
    background: rgba(255, 255, 255, .12);
    border-radius: 50%;
    pointer-events: none;
}

.price-heading,
.rent-controls,
.price-summary,
.add-to-quote,
.price-note {
    position: relative;
    z-index: 2;
}

.price-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.price-heading span {
    font-size: .68rem;
    font-weight: 750;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.price-amount {
    color: var(--white);
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.04em;
}

.price-amount small {
    color: var(--white);
    font-size: .72rem;
    font-weight: 650;
    letter-spacing: 0;
}

.rent-controls {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 9px;
}

.field {
    display: grid;
    gap: 5px;
}

.field > span,
.quantity > span {
    color: rgba(255, 255, 255, .86);
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.field input,
.field select {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0 .65rem;
    color: var(--ink);
    background: var(--white);
    border: 0;
    border-radius: .72rem;
    font-size: .67rem;
    font-weight: 700;
}

.quantity {
    display: grid;
    gap: 5px;
}

.quantity-control {
    display: grid;
    grid-template-columns: 44px 36px 44px;
    height: 46px;
    overflow: hidden;
    color: var(--ink);
    background: var(--white);
    border-radius: .72rem;
}

.quantity-control button {
    min-width: 44px;
    min-height: 44px;
    background: transparent;
    cursor: pointer;
}

.quantity-control button:hover {
    background: var(--pale);
}

.quantity-control output,
.quantity-control input {
    display: grid;
    width: 100%;
    place-items: center;
    text-align: center;
    background: transparent;
    border: 0;
    font-size: .72rem;
    font-weight: 800;
}

.price-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 16px 0;
    padding-top: 15px;
    color: rgba(255, 255, 255, .9);
    border-top: 1px solid rgba(255, 255, 255, .34);
    font-size: .66rem;
}

.price-summary strong {
    color: var(--white);
    font-size: 1rem;
}

.price-transport-note {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3px 16px;
    margin: -4px 0 16px;
    padding: 12px 14px;
    color: var(--white);
    background: rgba(255, 255, 255, .12);
    border-radius: .72rem;
    font-size: .66rem;
}

.price-transport-note strong {
    font-size: .72rem;
}

.price-transport-note small {
    grid-column: 1 / -1;
    color: rgba(255, 255, 255, .78);
    font-size: .58rem;
}

.add-to-quote {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 52px;
    padding: .8rem 1rem;
    color: var(--white);
    background: var(--ink);
    border-radius: var(--button);
    box-shadow: 0 16px 28px -18px rgba(26, 26, 26, .7);
    font-size: .76rem;
    font-weight: 850;
    cursor: pointer;
    transition: transform .2s var(--ease), background .2s var(--ease);
}

.add-to-quote:hover {
    background: #333;
    transform: translateY(-2px);
}

.price-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 10px;
    color: rgba(255, 255, 255, .86);
    font-size: .58rem;
}

.details {
    padding: 86px 0 96px;
}

.details-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, .6fr);
    gap: clamp(28px, 5vw, 78px);
    align-items: start;
}

.section-heading {
    margin-bottom: 26px;
}

.section-heading h2 {
    margin-top: .55rem;
    font-size: clamp(2rem, 3.5vw, 3.35rem);
    line-height: 1;
    letter-spacing: -.045em;
}

.spec-table {
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
    border-radius: var(--shell);
    box-shadow: 0 0 0 1px var(--line);
}

.spec-table tr:nth-child(odd) {
    background: var(--warm);
}

.spec-table tr:nth-child(even) {
    background: var(--white);
}

.spec-table th,
.spec-table td {
    padding: 16px 19px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--line);
    font-size: .76rem;
}

.spec-table tr:last-child th,
.spec-table tr:last-child td {
    border-bottom: 0;
}

.spec-table th {
    width: 38%;
    color: var(--ink);
    font-weight: 800;
}

.spec-table td {
    color: var(--muted);
}

/* Contact, feedback, and empty states */
.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr);
    gap: clamp(30px, 6vw, 82px);
    align-items: start;
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: clamp(24px, 4vw, 42px);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--shell);
    box-shadow: var(--shadow-soft);
}

.form-field {
    display: grid;
    gap: 7px;
}

.form-field.full,
.contact-form .full,
.contact-form button,
.form-message {
    grid-column: 1 / -1;
}

.form-field label {
    font-size: .72rem;
    font-weight: 800;
}

.form-field input,
.form-field textarea,
.form-field select {
    width: 100%;
    min-height: 50px;
    padding: .8rem .9rem;
    background: var(--warm);
    border: 1px solid transparent;
    border-radius: var(--button);
    outline: 0;
    font-size: .82rem;
    transition: border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}

.form-field textarea {
    min-height: 160px;
    resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
    background: var(--white);
    border-color: var(--orange);
    box-shadow: 0 0 0 4px rgba(239, 142, 35, .12);
}

.form-message {
    padding: .85rem 1rem;
    background: var(--pale);
    border-left: 4px solid var(--orange);
    border-radius: var(--button);
    font-size: .78rem;
}

.contact-details {
    display: grid;
    gap: 12px;
    padding: 28px;
    background: var(--pale);
    border-radius: var(--shell);
}

.contact-details a {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: .8rem;
    font-weight: 750;
}

.contact-details .icon {
    width: 20px;
    height: 20px;
    color: var(--orange);
}

.empty-state,
.empty {
    display: block;
    padding: 70px 20px;
    text-align: center;
    background: var(--pale);
    border-radius: var(--shell);
}

.empty-state .icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 16px;
    color: var(--orange);
}

.empty-state h1,
.empty-state h2,
.empty-state h3,
.empty h3 {
    font-size: clamp(1.3rem, 3vw, 2rem);
}

.empty-state p,
.empty p {
    max-width: 52ch;
    margin: .5rem auto 1.2rem;
    color: var(--muted);
    font-size: .82rem;
}

.empty:not(.visible)[hidden] {
    display: none;
}

/* Configurator shell */
.config-page {
    position: relative;
    padding: 28px 0 74px;
    overflow: hidden;
    background: linear-gradient(180deg, var(--pale) 0, var(--pale) 74%, var(--white) 74%);
}

.config-page::before {
    content: "";
    position: absolute;
    top: 220px;
    right: -170px;
    width: 420px;
    height: 420px;
    background: var(--pale-strong);
    border-radius: 50%;
}

.step-shell {
    position: relative;
    z-index: 3;
    padding: 14px 18px 15px;
    background: var(--white);
    border: 1px solid rgba(239, 142, 35, .14);
    border-radius: 1.25rem;
    box-shadow: var(--shadow-soft);
}

.flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.8rem;
    align-items: center;
    min-height: 92px;
}

.steps {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    padding: .75rem 0;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
}

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

.step {
    position: relative;
    display: grid;
    flex: 0 0 118px;
    gap: .42rem;
    justify-items: center;
    padding: .35rem .2rem;
    color: var(--muted);
    background: transparent;
    font-size: .76rem;
    font-weight: 700;
    cursor: pointer;
    scroll-snap-align: start;
}

.step::after {
    content: "";
    position: absolute;
    top: 18px;
    right: calc(-50% + 17px);
    left: calc(50% + 17px);
    height: 2px;
    background: #E9E2DA;
}

.step:last-child::after {
    display: none;
}

.step-dot {
    position: relative;
    z-index: 1;
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    color: var(--muted);
    background: var(--warm);
    border: 2px solid #E4DDD5;
    border-radius: 50%;
    font-size: .68rem;
}

.step.done .step-dot,
.step.active .step-dot {
    color: var(--white);
    background: var(--orange);
    border-color: var(--orange);
}

.step.done::after {
    background: var(--orange);
}

.step.active {
    color: var(--orange-deep);
}

.step.active .step-dot {
    box-shadow: 0 0 0 6px rgba(239, 142, 35, .2);
}

.product-intro {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 46px;
    padding-top: 38px;
    padding-bottom: 25px;
}

.product-intro h1 {
    max-width: 12ch;
    margin-top: .55rem;
    font-size: clamp(2.3rem, 4.4vw, 4.25rem);
    line-height: .96;
    letter-spacing: -.052em;
}

.intro-side {
    max-width: 55ch;
    color: var(--muted);
    font-size: .92rem;
}

.workspace {
    --workspace-height: clamp(650px, 68vh, 760px);
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 440px);
    gap: 20px;
    align-items: stretch;
    width: 100%;
    max-width: var(--page);
    margin-inline: auto;
    padding-inline: var(--gutter);
}

.viewport,
.configurator-frame {
    position: relative;
    min-width: 0;
    height: var(--workspace-height);
    overflow: hidden;
    isolation: isolate;
    background: radial-gradient(circle at 70% 20%, #fff 0, #fbf5ee 44%, #efe1d2 100%);
    border-radius: var(--shell);
    box-shadow: var(--shadow);
}

.configurator-frame iframe,
.configurator-frame canvas {
    width: 100%;
    height: 100%;
    border: 0;
}

.model {
    position: absolute;
    z-index: 2;
    inset: 9% 3%;
    display: grid;
    place-items: center;
}

.model img {
    width: min(96%, 1040px);
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 28px 22px rgba(26, 26, 26, .15));
}

.price-overlay {
    position: absolute;
    z-index: 8;
    top: 72px;
    left: 22px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: .68rem .9rem;
    color: var(--white);
    text-align: left;
    background: var(--orange);
    border-radius: var(--pill);
    box-shadow: var(--shadow-soft);
}

.price-overlay span {
    display: grid;
    font-size: .59rem;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.price-overlay strong {
    font-size: .9rem;
    letter-spacing: 0;
    text-transform: none;
}

.control-panel {
    display: flex;
    min-width: 0;
    height: var(--workspace-height);
    overflow: hidden;
    flex-direction: column;
    background: var(--white);
    border-radius: var(--shell);
    box-shadow: var(--shadow);
}

.panel-heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
    padding: 23px 24px 18px;
    border-bottom: 1px solid var(--line);
}

.panel-heading h2 {
    font-size: 1.25rem;
    line-height: 1.2;
}

.panel-heading p {
    margin-top: .25rem;
    color: var(--muted);
    font-size: .67rem;
}

.controls-scroll {
    min-height: 0;
    padding: 0 24px;
    overflow: auto;
    flex: 1;
    scrollbar-color: var(--orange) transparent;
    scrollbar-width: thin;
}

.control-group {
    padding: 19px 0;
    border-bottom: 1px solid var(--line);
}

.group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 13px;
}

.group-title h3 {
    font-size: .78rem;
    font-weight: 800;
}

.choice-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
}

.choice {
    min-height: 43px;
    padding: .55rem .4rem;
    background: var(--warm);
    border: 1px solid transparent;
    border-radius: .72rem;
    font-size: .65rem;
    font-weight: 800;
    cursor: pointer;
}

.choice:hover,
.choice.active,
.choice[aria-pressed="true"] {
    color: var(--orange-deep);
    background: var(--pale);
    border-color: var(--orange);
}

.panel-summary {
    padding: 16px 24px 20px;
    background: var(--white);
    border-top: 1px solid var(--line);
}

.summary-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    color: var(--muted);
    font-size: .68rem;
}

.summary-row strong {
    color: var(--ink);
    font-size: 1rem;
}

.panel-summary .btn {
    width: 100%;
}

/* Footer */
.site-footer {
    background: var(--white);
    border-top: 1px solid var(--line);
}

.footer-main {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 48px;
    padding-top: 58px;
    padding-bottom: 42px;
}

.footer-brand p {
    max-width: 40ch;
    margin-top: 14px;
    color: var(--muted);
    font-size: .8rem;
}

.footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin-top: 18px;
}

.footer-contact a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--muted);
    font-size: .72rem;
    font-weight: 700;
}

.footer-contact .icon {
    width: 16px;
    height: 16px;
    color: var(--orange);
}

.footer-col h2,
.footer-col h3 {
    margin-bottom: 13px;
    color: var(--orange-deep);
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.footer-col ul {
    display: grid;
    gap: 8px;
    list-style: none;
}

.footer-col a {
    color: var(--muted);
    font-size: .78rem;
}

.footer-col a:hover {
    color: var(--orange-deep);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-top: 20px;
    padding-bottom: 24px;
    color: var(--muted);
    border-top: 1px solid var(--line);
    font-size: .69rem;
}

@media (max-width: 1280px) {
    .nav-links {
        gap: 15px;
        font-size: .75rem;
    }

    .materials-grid,
    .products,
    .product-grid-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1120px) {
    .nav-links {
        display: none;
    }

    .menu-button {
        display: grid;
    }

    .hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .hero h1 {
        font-size: clamp(3rem, 6vw, 4.8rem);
    }

    .services .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .trust-shell {
        grid-template-columns: repeat(4, 1fr);
    }

    .trust-intro {
        grid-column: 1 / -1;
    }

    .mobile-panel {
        position: fixed;
        z-index: 99;
        inset: 74px 0 auto;
        display: grid;
        gap: 4px;
        max-height: calc(100vh - 74px);
        padding: 20px var(--gutter) 28px;
        overflow-y: auto;
        background: var(--pale);
        box-shadow: var(--shadow);
        transform: translateY(-130%);
        visibility: hidden;
        transition: transform .3s var(--ease), visibility .3s var(--ease);
    }

    .mobile-panel.open {
        transform: translateY(0);
        visibility: visible;
    }

    .mobile-panel a {
        display: flex;
        align-items: center;
        min-height: 50px;
        border-bottom: 1px solid rgba(26, 26, 26, .08);
        font-weight: 750;
    }

    .mobile-panel a.active {
        color: var(--orange-deep);
    }

    .mobile-panel .mobile-panel-cta {
        justify-content: center;
        min-height: 46px;
        margin-top: 12px;
        color: var(--white);
        background: var(--orange);
        border: 0;
        border-radius: var(--button);
    }

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

    .product-hero .product-grid {
        grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr);
        gap: 28px;
    }

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

    .viewport,
    .configurator-frame {
        height: auto;
        min-height: 620px;
    }

    .control-panel {
        height: auto;
    }

    .controls-scroll {
        overflow: visible;
    }
}

@media (max-width: 900px) {
    .filter-layout {
        grid-template-columns: 1fr;
    }

    .filter-shell {
        top: 82px;
    }

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

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

    .product-info {
        padding-top: 10px;
    }

    .product-info h1 {
        max-width: none;
    }

    .detail-aside {
        position: relative;
        top: auto;
    }
}

@media (max-width: 820px) {
    .section-head {
        display: block;
    }

    .section-head p,
    .section-head > .btn {
        margin-top: 15px;
    }

    .hero-grid,
    .page-hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        width: 100%;
        max-width: 720px;
        margin-inline: auto;
    }

    .hero h1 {
        max-width: 10ch;
    }

    .route-grid,
    .concept-grid {
        grid-template-columns: 1fr;
    }

    .route {
        display: grid;
        grid-template-columns: .9fr 1.1fr;
    }

    .route-visual {
        height: 100%;
        aspect-ratio: auto;
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 420px 260px 260px;
    }

    .project:first-child {
        grid-row: auto;
    }

    .rental-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .flow {
        grid-template-columns: 1fr;
        gap: .2rem;
        padding: .35rem 0 .6rem;
    }

    .product-intro {
        display: block;
        padding-top: 30px;
    }

    .intro-side {
        margin-top: 14px;
    }
}

@media (max-width: 600px) {
    :root {
        --gutter: 18px;
    }

    section {
        padding: 66px 0;
    }

    .nav {
        height: 64px;
        gap: 10px;
    }

    .wordmark {
        font-size: 1.28rem;
    }

    .wordmark svg {
        height: 25px;
    }

    .nav-actions {
        margin-left: auto;
    }

    .cart,
    .menu-button {
        width: 44px;
        height: 44px;
    }

    .mobile-panel {
        inset: 64px 0 auto;
        max-height: calc(100vh - 64px);
    }

    .hero {
        padding: 55px 0 86px;
        border-radius: 0 0 1.35rem 1.35rem;
    }

    .hero h1 {
        font-size: clamp(2.75rem, 14vw, 4.2rem);
    }

    .hero-actions,
    .final-actions {
        display: grid;
    }

    .hero-actions .btn,
    .final-actions .btn {
        width: 100%;
    }

    .hero-proof,
    .hero-facts {
        display: grid;
        gap: 9px;
    }

    .render-shell {
        aspect-ratio: 1.1 / 1;
        border-radius: 1.35rem;
    }

    .hero .price-card {
        bottom: 12px;
        left: 10px;
        padding: 12px 14px;
    }

    .hero-chip {
        top: 11px;
        right: 9px;
    }

    .section-head {
        margin-bottom: 28px;
    }

    .route {
        display: flex;
    }

    .route-visual {
        aspect-ratio: 1.55 / 1;
    }

    .concept-grid {
        gap: 14px;
    }

    .process-grid,
    .services .service-grid {
        grid-template-columns: 1fr;
    }

    .process-step {
        padding: 22px;
    }

    .portfolio-grid {
        grid-template-rows: 360px 230px 230px;
        gap: 12px;
    }

    .portfolio-gallery,
    .event-grid {
        grid-template-columns: 1fr;
    }

    .rental-grid {
        gap: 12px;
    }

    .event-grid {
        gap: 15px;
    }

    .event-visual,
    .calendar-card-image {
        aspect-ratio: 1.65 / 1;
    }

    .trust-shell {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 12px;
    }

    .trust-intro {
        padding: 18px 10px;
    }

    .trust-stat {
        min-height: 120px;
        padding: 13px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-brand {
        grid-column: auto;
    }

    .footer-bottom {
        display: grid;
    }

    .page-hero {
        padding: 58px 0 66px;
        border-radius: 0 0 1.35rem 1.35rem;
    }

    .page-hero h1 {
        font-size: clamp(2.55rem, 13vw, 4.1rem);
    }

    .filter-shell {
        top: 72px;
        margin-top: -66px;
        margin-bottom: 40px;
        padding: 9px;
        border-radius: 1rem;
    }

    .filter-scroll {
        padding-bottom: 19px;
    }

    .filter-scroll::after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .98));
        opacity: 0;
        transition: opacity .2s var(--ease);
    }

    .filter-scroll.is-overflowing:not(.is-at-end)::after {
        opacity: 1;
    }

    .filter-scroll-cue {
        position: absolute;
        right: 4px;
        bottom: 0;
        display: flex;
        align-items: center;
        gap: 5px;
        color: var(--muted);
        font-size: .5rem;
        font-weight: 800;
        opacity: 0;
        transition: opacity .2s var(--ease);
    }

    .filter-scroll.is-overflowing:not(.is-at-end) .filter-scroll-cue {
        opacity: 1;
    }

    .filter-scroll-cue span {
        color: var(--orange-deep);
        font-size: .8rem;
    }

    .catalog-heading {
        display: block;
    }

    .catalog-heading p {
        margin-top: 10px;
    }

    .products,
    .product-grid-list {
        gap: 12px;
    }

    .product {
        border-radius: 1.2rem;
    }

    .product-visual img {
        padding: 13px;
    }

    .category,
    .product-category {
        top: 8px;
        left: 8px;
        padding: .27rem .45rem;
        font-size: .5rem;
    }

    .product-body {
        padding: 13px;
    }

    .product--text .product-body {
        display: flex;
        min-height: 224px;
        padding-top: 18px;
    }

    .product--text {
        grid-column: 1 / -1;
    }

    .product-title {
        font-size: .8rem;
    }

    .product-spec {
        margin-bottom: 11px;
        font-size: .57rem;
    }

    .product-bottom {
        display: block;
    }

    .add {
        justify-content: center;
        width: 100%;
        margin-top: 9px;
    }

    .product-hero {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .image-shell {
        min-height: 400px;
        padding: 25px;
        border-radius: 1.35rem;
    }

    .rent-controls {
        grid-template-columns: 1fr 1fr;
    }

    .quantity {
        grid-column: 1 / -1;
    }

    .quantity-control {
        width: 106px;
    }

    .details {
        padding: 64px 0 72px;
    }

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

    .form-field,
    .contact-form button {
        grid-column: 1;
    }

    .step-shell {
        padding: 10px 9px;
    }

    .step {
        flex-basis: 104px;
    }

    .viewport,
    .configurator-frame {
        min-height: 480px;
        border-radius: 1.35rem;
    }

    .control-panel {
        border-radius: 1.35rem;
    }
}

@media (max-width: 430px) {
    .cart {
        display: none;
    }

    .materials-grid,
    .products,
    .product-grid-list {
        grid-template-columns: 1fr;
    }

    .product-visual {
        aspect-ratio: 1.35 / 1;
    }

    .feature-list {
        grid-template-columns: 1fr;
    }

    .gallery-note,
    .price-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .rent-controls {
        grid-template-columns: 1fr;
    }

    .quantity {
        grid-column: auto;
    }

    .spec-table th,
    .spec-table td {
        display: block;
        width: 100%;
        padding: 11px 14px;
    }

    .spec-table th {
        padding-bottom: 2px;
        border-bottom: 0;
    }

    .spec-table td {
        padding-top: 2px;
    }

    .choice-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .viewport,
    .configurator-frame {
        min-height: 420px;
    }

    .panel-heading,
    .controls-scroll,
    .panel-summary {
        padding-right: 18px;
        padding-left: 18px;
    }
}

@media (min-width: 1920px) {
    :root {
        --page: 1620px;
    }

    .wrap,
    .workspace {
        max-width: var(--page);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

/* Production page variants built on the Fusion component language */
.section-action {
    flex: 0 0 auto;
}

.category-label,
.event-status {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: .34rem .62rem;
    color: var(--orange-deep);
    background: var(--pale);
    border-radius: var(--pill);
    font-size: .58rem;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.event-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    color: var(--orange-deep);
    font-size: .72rem;
    font-weight: 850;
}

.event-link .icon {
    width: 16px;
    height: 16px;
    transition: transform .2s var(--ease);
}

.event-link:hover .icon {
    transform: translateX(4px);
}

.catalog-hero .hero-grid {
    grid-template-columns: minmax(0, 760px);
    gap: 0;
}

.catalog-hero.listing-page-intro {
    padding-block: clamp(34px, 3.5vw, 48px);
}

.catalog-hero .hero-copy {
    max-width: 760px;
}

.hero-display {
    position: relative;
    height: 460px;
}

.display-card {
    position: absolute;
    overflow: hidden;
    background: var(--white);
    border-radius: var(--shell);
    box-shadow: 0 34px 75px -34px rgba(91, 41, 0, .45);
}

.display-card.primary {
    inset: 0 13% 0 0;
    display: grid;
    place-items: center;
}

.display-card.primary::after {
    content: "";
    position: absolute;
    top: -95px;
    right: -80px;
    width: 260px;
    height: 260px;
    background: var(--pale);
    border-radius: 50%;
}

.display-card.primary img {
    position: relative;
    z-index: 2;
    width: 92%;
    height: 91%;
    object-fit: contain;
}

.display-card.secondary {
    z-index: 3;
    right: 0;
    bottom: -22px;
    display: grid;
    width: 42%;
    height: 48%;
    place-items: center;
    border: 8px solid rgba(255, 255, 255, .35);
}

.display-card.secondary img {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: contain;
}

.display-badge {
    position: absolute;
    z-index: 5;
    top: 28px;
    left: -18px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: .68rem .8rem;
    color: var(--white);
    background: var(--orange);
    border-radius: var(--pill);
    box-shadow: var(--shadow-soft);
    font-size: .67rem;
    font-weight: 850;
}

.display-badge .icon {
    width: 17px;
    height: 17px;
}

.service {
    position: relative;
    padding: 88px 0;
    overflow: hidden;
    color: var(--white);
    background: var(--orange);
}

.service::after {
    content: "";
    position: absolute;
    right: -95px;
    bottom: -150px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.service > .wrap,
.service .service-grid {
    position: relative;
    z-index: 2;
}

.service .service-grid {
    display: grid;
    grid-template-columns: 1.15fr repeat(4, .75fr);
    gap: 15px;
    align-items: stretch;
}

.service-copy {
    padding: 20px 25px 20px 0;
}

.service-copy .eyebrow,
.service-copy h2,
.service-copy p,
.service-item h3,
.service-item p {
    color: var(--white);
}

.service-copy h2 {
    margin: .65rem 0 .75rem;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    line-height: 1;
    letter-spacing: -.045em;
}

.service-copy p {
    color: rgba(255, 255, 255, .9);
    font-size: .78rem;
}

.service-item {
    padding: 22px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: var(--card);
}

.service-item .service-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 24px;
    color: var(--white);
    background: transparent;
    border: 1.5px solid var(--white);
}

.service-item h3 {
    font-size: .82rem;
}

.service-item p {
    margin-top: .3rem;
    color: rgba(255, 255, 255, .85);
    font-size: .65rem;
}

.page-hero-aside,
.calendar-hero-mark,
.material-symbol,
.content-hero-icon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(25px, 4vw, 48px);
    flex-direction: column;
    text-align: center;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: var(--shell);
}

.page-hero-aside strong,
.calendar-hero-mark strong {
    color: var(--white);
    font-size: clamp(3rem, 7vw, 6.2rem);
    line-height: .9;
    letter-spacing: -.06em;
}

.page-hero-aside span,
.calendar-hero-mark span {
    margin: .7rem 0 1.35rem;
    color: rgba(255, 255, 255, .86);
    font-size: .72rem;
    font-weight: 750;
}

.calendar-hero-mark .icon,
.material-symbol .icon,
.content-hero-icon .icon {
    width: clamp(74px, 9vw, 130px);
    height: clamp(74px, 9vw, 130px);
    color: var(--white);
    opacity: .9;
    stroke-width: 1.2;
}

.filter-pills,
.year-filter,
.empty-actions,
.concept-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-pill {
    display: inline-flex;
    align-items: center;
    min-height: 39px;
    padding: .5rem .8rem;
    color: var(--muted);
    background: var(--warm);
    border: 1px solid transparent;
    border-radius: var(--pill);
    font-size: .65rem;
    font-weight: 800;
}

a.filter-pill:hover,
.filter-pill.active {
    color: var(--white);
    background: var(--orange);
}

.portfolio-listing {
    background: var(--pale);
}

.portfolio-gallery {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 20px;
}

.portfolio-tile {
    grid-column: span 4;
    overflow: hidden;
    background: var(--white);
    border-radius: var(--shell);
    box-shadow: var(--shadow-soft);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}

.portfolio-tile-wide {
    grid-column: span 8;
}

.portfolio-tile:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow);
}

.portfolio-photo {
    position: relative;
    display: block;
    aspect-ratio: 1.3 / 1;
    overflow: hidden;
    background: var(--warm);
}

.portfolio-tile-wide .portfolio-photo {
    aspect-ratio: 2 / 1;
}

.portfolio-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s var(--ease);
}

.portfolio-tile:hover .portfolio-photo img {
    transform: scale(1.045);
}

.photo-action {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: .48rem .68rem;
    color: var(--white);
    background: rgba(26, 26, 26, .72);
    border-radius: var(--pill);
    font-size: .6rem;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.photo-action .icon {
    width: 15px;
    height: 15px;
}

.portfolio-tile figcaption {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 18px;
    padding: 21px 22px 24px;
}

body.lightbox-open {
    overflow: hidden;
}

.site-lightbox {
    width: 100vw;
    max-width: none;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: 0;
    color: var(--white);
    background: rgba(16, 16, 17, .96);
    border: 0;
}

.site-lightbox[open] {
    display: block;
    animation: lightbox-in .2s var(--ease) both;
}

.site-lightbox::backdrop {
    background: rgba(16, 16, 17, .96);
}

.site-lightbox-shell {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    width: 100%;
    height: 100%;
}

.site-lightbox-header {
    position: relative;
    z-index: 2;
    min-height: 74px;
    padding: 18px clamp(18px, 3vw, 46px);
}

.site-lightbox-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.site-lightbox-header > div {
    display: flex;
    align-items: baseline;
    gap: 14px;
    min-width: 0;
}

.site-lightbox-header strong {
    overflow: hidden;
    font-size: clamp(.92rem, 1.4vw, 1.08rem);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-lightbox-header span {
    color: rgba(255, 255, 255, .62);
    font-size: .78rem;
}

.site-lightbox-close,
.site-lightbox-nav {
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    color: var(--white);
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    cursor: pointer;
    transition: color .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
}

.site-lightbox-close:hover,
.site-lightbox-close:focus-visible,
.site-lightbox-nav:hover,
.site-lightbox-nav:focus-visible {
    color: var(--white);
    background: var(--orange);
    border-color: var(--orange);
    outline: none;
    transform: scale(1.06);
}

.site-lightbox-close svg,
.site-lightbox-nav svg {
    width: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.site-lightbox-stage {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 0;
    padding: 0 clamp(16px, 3vw, 46px);
}

.site-lightbox-image-wrap {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    height: 100%;
    min-height: 0;
    padding: 0 clamp(12px, 3vw, 48px);
    overflow: hidden;
}

.site-lightbox-image-wrap img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 120px);
    max-height: calc(100dvh - 120px);
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
    opacity: 1;
    transition: opacity .18s ease;
    user-select: none;
}

.site-lightbox-image-wrap {
    touch-action: pan-y pinch-zoom;
}

.site-lightbox-image-wrap.is-loading img {
    opacity: 0;
}

.site-lightbox-loader {
    position: absolute;
    display: none;
    width: 38px;
    height: 38px;
    border: 3px solid rgba(255, 255, 255, .18);
    border-top-color: var(--orange);
    border-radius: 50%;
    animation: lightbox-spin .7s linear infinite;
}

.site-lightbox-image-wrap.is-loading .site-lightbox-loader {
    display: block;
}

.site-lightbox-image-wrap.has-error::after {
    content: 'De afbeelding kon niet worden geladen.';
    color: rgba(255, 255, 255, .72);
    font-size: .85rem;
}

@keyframes lightbox-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes lightbox-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 600px) {
    .site-lightbox-header {
        min-height: 66px;
        padding: 10px 16px;
    }

    .site-lightbox-header > div {
        display: grid;
        gap: 1px;
    }

    .site-lightbox-header strong {
        max-width: calc(100vw - 92px);
        font-size: .86rem;
    }

    .site-lightbox-header span {
        font-size: .66rem;
    }

    .site-lightbox-stage {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        padding: 0 16px 16px;
    }

    .site-lightbox-image-wrap {
        width: 100%;
        padding: 0;
    }

    .site-lightbox-image-wrap img {
        max-width: 100%;
        max-height: calc(100vh - 94px);
        max-height: calc(100dvh - 94px);
    }

    .site-lightbox-nav {
        position: absolute;
        z-index: 3;
        top: 50%;
        background: rgba(16, 16, 17, .68);
        transform: translateY(-50%);
    }

    .site-lightbox-nav:hover,
    .site-lightbox-nav:focus-visible {
        transform: translateY(-50%) scale(1.06);
    }

    .site-lightbox-prev { left: 24px; }
    .site-lightbox-next { right: 24px; }
}

.portfolio-tile figcaption > p {
    grid-column: 1 / -1;
    color: var(--muted);
    font-size: .72rem;
}

.project-kicker {
    color: var(--orange-deep);
    font-size: .6rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.portfolio-tile figcaption h2 {
    margin-top: .3rem;
    font-size: 1.05rem;
    line-height: 1.15;
}

.project-year {
    color: var(--muted);
    font-size: .65rem;
    font-weight: 750;
}

.materials-overview {
    background: var(--pale);
}

.material-symbol {
    min-height: 290px;
}

.material-visual {
    position: relative;
    display: block;
    aspect-ratio: 1.35 / 1;
    overflow: hidden;
    background: linear-gradient(145deg, var(--warm), var(--white));
}

.material-visual img {
    width: 100%;
    height: 100%;
    padding: clamp(17px, 3vw, 30px);
    object-fit: contain;
    transition: transform .45s var(--ease);
}

.material-card:hover .material-visual img {
    transform: scale(1.05);
}

.material-number {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    color: var(--orange-deep);
    background: var(--white);
    border-radius: 50%;
    box-shadow: var(--shadow-soft);
    font-size: .68rem;
    font-weight: 850;
}

.material-body {
    display: flex;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.material-body .eyebrow {
    font-size: .58rem;
}

.material-body h2 {
    margin-top: .45rem;
    font-size: 1.22rem;
    line-height: 1.15;
}

.material-body p {
    margin: .6rem 0 1.15rem;
    color: var(--muted);
    font-size: .75rem;
}

.cta-shell {
    padding: clamp(38px, 6vw, 76px);
    text-align: center;
    background: var(--pale);
    border-radius: var(--shell);
}

.cta-shell h2 {
    max-width: 18ch;
    margin: .65rem auto .9rem;
    font-size: clamp(2rem, 4.2vw, 3.8rem);
    line-height: 1;
    letter-spacing: -.045em;
}

.cta-shell p {
    max-width: 57ch;
    margin: 0 auto 1.5rem;
    color: var(--muted);
}

.breadcrumb-light,
.breadcrumb-light a,
.breadcrumb-light span:last-child {
    color: rgba(255, 255, 255, .84);
}

.breadcrumb-light .icon {
    color: var(--white);
}

.material-hero,
.concept-detail-hero,
.event-detail-hero {
    position: relative;
    padding: 28px 0 clamp(76px, 8vw, 112px);
    overflow: hidden;
    border-radius: 0 0 2rem 2rem;
}

.material-hero::before,
.concept-detail-hero::before,
.event-detail-hero::before {
    content: "";
    position: absolute;
    top: -190px;
    right: -160px;
    width: 470px;
    height: 470px;
    background: rgba(255, 255, 255, .12);
    border-radius: 50%;
}

.material-hero-grid,
.concept-detail-grid,
.event-detail-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: clamp(38px, 6vw, 90px);
    align-items: center;
}

.material-hero-copy h1,
.concept-detail-copy h1,
.event-detail-copy h1 {
    max-width: 12ch;
    margin-top: .65rem;
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    line-height: .92;
    letter-spacing: -.058em;
}

.material-hero-copy > p,
.concept-detail-copy > p,
.event-detail-copy > p {
    max-width: 55ch;
    margin-top: 1.25rem;
    color: rgba(255, 255, 255, .9);
}

.material-hero-image,
.concept-detail-image,
.event-detail-visual {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    background: var(--white);
    border-radius: var(--shell);
    box-shadow: 0 34px 75px -34px rgba(91, 41, 0, .45);
}

.material-hero-image img,
.concept-detail-image > img {
    width: 100%;
    height: 100%;
    min-height: 410px;
    padding: clamp(20px, 4vw, 50px);
    object-fit: contain;
}

.material-hero-image > span {
    position: absolute;
    right: 17px;
    bottom: 17px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: .55rem .75rem;
    color: var(--white);
    background: var(--orange);
    border-radius: var(--pill);
    font-size: .64rem;
    font-weight: 800;
}

.material-hero-image > span .icon {
    width: 16px;
    height: 16px;
}

.material-content,
.event-information {
    background: var(--white);
}

.material-content-grid,
.event-information-grid,
.content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr);
    gap: clamp(34px, 6vw, 88px);
    align-items: start;
}

.material-aside,
.event-plan-card,
.content-aside {
    position: sticky;
    top: 102px;
    padding: 28px;
    overflow: hidden;
    background: var(--pale);
    border-radius: var(--shell);
}

.aside-icon {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 21px;
    place-items: center;
    color: var(--orange);
    background: var(--white);
    border-radius: 50%;
}

.aside-icon .icon {
    width: 24px;
    height: 24px;
}

.material-aside h2,
.event-plan-card h2,
.content-aside h2 {
    font-size: 1.25rem;
    line-height: 1.15;
}

.material-aside > p,
.event-plan-card > p,
.content-aside > p {
    margin: .75rem 0 1.15rem;
    color: var(--muted);
    font-size: .75rem;
}

.check-list,
.service-points {
    display: grid;
    gap: 10px;
    margin: 18px 0 23px;
    list-style: none;
}

.check-list li,
.service-points li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: .68rem;
    font-weight: 750;
}

.check-list .icon,
.service-points .icon {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    color: var(--orange);
}

.calendar-listing {
    padding: clamp(72px, 8vw, 110px) 0;
    background: var(--pale);
}

.calendar-discovery {
    display: grid;
    grid-template-columns: minmax(260px, 1.45fr) minmax(190px, .8fr) minmax(170px, .65fr) auto;
    gap: 12px;
    align-items: end;
    margin-bottom: 34px;
    padding: 20px;
    background: var(--white);
    border: 1px solid rgba(26, 26, 26, .08);
    border-radius: var(--shell);
    box-shadow: 0 18px 44px -34px rgba(26, 26, 26, .5);
}

.calendar-discovery label {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.calendar-discovery label > span:first-child {
    color: var(--muted);
    font-size: .57rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.calendar-search-input {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 14px;
    background: var(--warm);
    border: 1px solid transparent;
    border-radius: .8rem;
}

.calendar-search-input:focus-within {
    background: var(--white);
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(239, 142, 35, .14);
}

.calendar-search-input .icon {
    width: 19px;
    height: 19px;
    color: var(--orange-deep);
}

.calendar-search-input input,
.calendar-discovery select {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    color: var(--ink);
    background: var(--warm);
    border: 1px solid transparent;
    border-radius: .8rem;
    font: inherit;
    font-size: .68rem;
}

.calendar-search-input input {
    min-height: 46px;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
}

.calendar-discovery select { padding: 0 38px 0 13px; }
.calendar-discovery select:focus { border-color: var(--orange); outline: 3px solid rgba(239, 142, 35, .14); }

.calendar-filter-reset {
    min-height: 50px;
    padding: .7rem 1rem;
    color: var(--orange-deep);
    background: var(--pale);
    border: 1px solid rgba(201, 108, 10, .18);
    border-radius: .8rem;
    font: inherit;
    font-size: .62rem;
    font-weight: 850;
    cursor: pointer;
}

.calendar-filter-reset[hidden] { display: none; }

.calendar-result-status {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.calendar-no-results {
    padding: 42px;
    text-align: center;
    background: var(--white);
    border-radius: var(--shell);
}

.calendar-no-results p { margin: 8px 0 18px; color: var(--muted); }
.calendar-month-list { display: grid; gap: 46px; }
.calendar-month-group { display: grid; gap: 18px; }
.calendar-month-group[hidden] { display: none; }
.calendar-month-group .event-card[hidden] { display: none; }
.calendar-month-group > h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    line-height: 1;
}
.calendar-month-group > h3::after {
    content: "";
    height: 1px;
    flex: 1;
    background: rgba(26, 26, 26, .12);
}
.calendar-load-more {
    display: grid;
    justify-items: center;
    gap: 13px;
    margin-top: 42px;
    padding: 24px;
    text-align: center;
    background: rgba(255, 255, 255, .62);
    border: 1px solid rgba(26, 26, 26, .08);
    border-radius: var(--card);
}
.calendar-load-more[hidden] { display: none; }
.calendar-load-more p { color: var(--muted); font-size: .66rem; font-weight: 750; }
.calendar-load-more .btn[hidden] { display: none; }
.calendar-event-grid .event-card { cursor: pointer; }
.calendar-event-grid .event-card:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.calendar-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 34px;
}

.calendar-toolbar h2 {
    margin-top: .55rem;
    font-size: clamp(2rem, 4vw, 3.45rem);
    line-height: 1;
    letter-spacing: -.045em;
}

.calendar-event-grid .event-body > p {
    margin-bottom: 16px;
    color: var(--muted);
    font-size: .7rem;
}

.calendar-event-grid .event-body h2 {
    margin-top: 9px;
    font-size: 1.06rem;
    line-height: 1.2;
}

.event-past {
    opacity: .72;
}

.event-detail-facts {
    display: grid;
    gap: 10px;
    margin: 22px 0;
}

.event-detail-facts span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--white);
    font-size: .78rem;
    font-weight: 750;
}

.event-detail-facts .icon {
    width: 19px;
    height: 19px;
}

.event-detail-art {
    width: 100%;
    height: 100%;
    min-height: 410px;
    object-fit: cover;
}

.event-detail-logo {
    position: absolute;
    top: 18px;
    left: 18px;
    display: grid;
    width: 145px;
    height: 76px;
    padding: 12px;
    place-items: center;
    background: rgba(255, 255, 255, .94);
    border-radius: var(--card);
    box-shadow: var(--shadow-soft);
}

.event-detail-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.event-plan-card dl {
    display: grid;
    gap: 9px;
    margin-bottom: 22px;
}

.event-plan-card dl > div,
.concept-specs > div,
.config-summary > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--line);
}

.event-plan-card dt,
.concept-specs dt,
.config-summary dt {
    color: var(--muted);
    font-size: .63rem;
}

.event-plan-card dd,
.concept-specs dd,
.config-summary dd {
    text-align: right;
    font-size: .67rem;
    font-weight: 800;
}

.event-cta > .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.event-cta h2 {
    max-width: 15ch;
    margin: .55rem 0 .7rem;
    font-size: clamp(2rem, 4vw, 3.7rem);
    line-height: 1;
    letter-spacing: -.045em;
}

.event-cta p {
    max-width: 55ch;
    color: rgba(255, 255, 255, .9);
}

.concepts-hero .page-hero-grid {
    grid-template-columns: minmax(0, 720px);
}

.concept-hero-render {
    position: relative;
    min-height: 380px;
    overflow: hidden;
    background: rgba(255, 255, 255, .94);
    border-radius: var(--shell);
    box-shadow: var(--shadow);
}

.concept-hero-render img {
    width: 100%;
    height: 380px;
    padding: 20px;
    object-fit: contain;
}

.concepts-hero .concept-hero-caption {
    position: absolute;
    right: 24px;
    bottom: 22px;
    left: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 18px;
    color: var(--ink);
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(35, 25, 15, .12);
    backdrop-filter: blur(12px);
}

.concepts-hero .concept-hero-caption strong,
.concepts-hero .concept-hero-caption small {
    display: block;
}

.concepts-hero .concept-hero-caption strong {
    color: var(--ink);
    font-size: 1.05rem;
}

.concepts-hero .concept-hero-caption small {
    color: var(--orange-ink);
    font-size: .95rem;
    font-weight: 800;
    white-space: nowrap;
}

.concepts-hero .concept-hero-caption [data-concept-preview-price] {
    color: var(--orange-ink);
}

.concepts-hero .concept-hero-caption em {
    color: var(--muted);
    font-size: .62rem;
    font-style: normal;
    font-weight: 700;
}

.concept-gallery {
    background: var(--white);
}

.concept-gallery-grid .concept.selected {
    box-shadow: 0 0 0 3px var(--orange), var(--shadow);
}

.open-sides {
    position: absolute;
    right: 14px;
    top: 14px;
    padding: .36rem .62rem;
    color: var(--orange-deep);
    background: rgba(255, 255, 255, .94);
    border-radius: var(--pill);
    box-shadow: var(--shadow-soft);
    font-size: .58rem;
    font-weight: 800;
}

.concept-actions {
    display: grid;
    grid-template-columns: 1fr;
}

.concept-actions .btn {
    width: 100%;
    min-height: 43px;
    padding: .6rem;
    font-size: .68rem;
}

.concept-detail-copy {
    min-width: 0;
}

.concept-specs {
    display: grid;
    gap: 8px;
    max-width: 420px;
    margin: 24px 0;
    padding: 18px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: var(--card);
}

.concept-specs > div {
    border-color: rgba(255, 255, 255, .25);
}

.concept-specs dt,
.concept-specs dd {
    color: var(--white);
}

.concept-price-card {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: .7rem .85rem;
    color: var(--ink);
    background: var(--white);
    border-radius: var(--card);
    box-shadow: var(--shadow);
}

.concept-price-card span,
.concept-price-card small {
    display: block;
    color: var(--muted);
    font-size: .58rem;
}

.concept-price-card strong {
    color: var(--orange-deep);
    font-size: 1.15rem;
}

.details .service-card {
    position: sticky;
    top: 98px;
    padding: 28px;
    overflow: hidden;
    background: var(--pale);
    border-radius: var(--shell);
}

.details .service-card::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -70px;
    width: 160px;
    height: 160px;
    background: var(--pale-strong);
    border-radius: 50%;
}

.details .service-card > * {
    position: relative;
    z-index: 2;
}

.details .service-card h3 {
    font-size: 1.3rem;
    line-height: 1.15;
}

.details .service-card > p {
    margin-top: 10px;
    color: var(--muted);
    font-size: .73rem;
}

.product-description > * + * {
    margin-top: 1rem;
}

.related {
    padding: 82px 0 96px;
    background: var(--pale);
}

.related-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.related-head h2 {
    margin-top: .55rem;
    font-size: clamp(2rem, 3.6vw, 3.5rem);
    line-height: 1;
    letter-spacing: -.045em;
}

.related-head > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--orange-deep);
    font-size: .72rem;
    font-weight: 850;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.related-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    background: var(--white);
    border-radius: var(--card);
    box-shadow: var(--shadow-soft);
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}

.related-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.related-image {
    position: relative;
    display: grid;
    aspect-ratio: 1.25 / 1;
    padding: 24px;
    overflow: hidden;
    place-items: center;
    background: linear-gradient(145deg, var(--white), var(--warm));
}

.related-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s var(--ease);
}

.related-card:hover .related-image img {
    transform: scale(1.05);
}

.related-category {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: .33rem .58rem;
    background: rgba(255, 255, 255, .94);
    border-radius: var(--pill);
    box-shadow: var(--shadow-soft);
    font-size: .53rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.related-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.related-body h3 {
    font-size: .92rem;
    line-height: 1.2;
}

.related-body p {
    margin: .35rem 0 1rem;
    color: var(--muted);
    font-size: .65rem;
}

.related-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.related-price {
    color: var(--muted);
    font-size: .57rem;
}

.related-price strong {
    display: block;
    color: var(--orange-deep);
    font-size: .8rem;
}

.related-link {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--white);
    background: var(--orange);
    border-radius: 50%;
}

.related-link .icon {
    width: 16px;
    height: 16px;
}

.basket-toast {
    position: fixed;
    z-index: 160;
    bottom: 24px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: calc(100vw - 30px);
    padding: .8rem 1rem;
    color: var(--white);
    background: var(--ink);
    border-radius: var(--pill);
    box-shadow: var(--shadow);
    font-size: .7rem;
    font-weight: 750;
    white-space: nowrap;
    opacity: 0;
    transform: translate(-50%, 20px);
    pointer-events: none;
    transition: opacity .25s var(--ease), transform .25s var(--ease);
}

.basket-toast.show {
    opacity: 1;
    transform: translate(-50%, 0);
}

.empty-note {
    color: var(--muted);
    font-size: .75rem;
}

.skip {
    display: flex;
    align-items: center;
    gap: .7rem;
    white-space: nowrap;
}

.skip small {
    max-width: 160px;
    color: var(--muted);
    font-size: .7rem;
    line-height: 1.35;
    white-space: normal;
}

.skip a {
    padding: .7rem 1rem;
    color: var(--orange-deep);
    background: var(--pale);
    border-radius: var(--button);
    font-size: .74rem;
    font-weight: 800;
}

.mode-state,
.live-edit,
.live-label,
.object-note {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.mode-state {
    margin-top: 13px;
    padding: .44rem .72rem;
    background: var(--white);
    border-radius: var(--pill);
    box-shadow: var(--shadow-soft);
    font-size: .69rem;
    font-weight: 750;
}

.mode-state i,
.live-edit i,
.live-label i {
    width: 8px;
    height: 8px;
    background: var(--orange);
    border-radius: 50%;
}

.configurator-viewport > .configurator-frame {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    background: var(--white);
    border: 0;
    border-radius: inherit;
    box-shadow: none;
}

.live-label {
    position: absolute;
    z-index: 5;
    top: 130px;
    right: 24px;
    color: var(--muted);
    font-size: .61rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.object-note {
    position: absolute;
    z-index: 5;
    top: 18%;
    left: 50%;
    padding: .48rem .7rem;
    color: var(--muted);
    background: rgba(255, 255, 255, .88);
    border-radius: var(--pill);
    box-shadow: var(--shadow-soft);
    font-size: .62rem;
    font-weight: 750;
    white-space: nowrap;
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
}

.live-edit {
    padding: .42rem .62rem;
    color: var(--orange-deep);
    background: var(--pale);
    border-radius: var(--pill);
    font-size: .6rem;
    font-weight: 800;
    white-space: nowrap;
}

.config-summary {
    display: grid;
    gap: 8px;
}

.editor-help {
    display: grid;
    gap: 10px;
    list-style: none;
}

.editor-help li {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
}

.editor-help li > span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    color: var(--orange-deep);
    background: var(--pale);
    border-radius: 50%;
    font-size: .63rem;
    font-weight: 850;
}

.editor-help p {
    color: var(--muted);
    font-size: .65rem;
}

.editor-help strong {
    display: block;
    color: var(--ink);
    font-size: .69rem;
}

.control-group > p {
    margin-bottom: 13px;
    color: var(--muted);
    font-size: .67rem;
}

.btn-block {
    width: 100%;
}

.assurance {
    padding: 78px 0 96px;
}

.assurance-grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, 1fr);
    gap: 15px;
}

.assurance-intro,
.assurance-card {
    min-height: 210px;
    padding: 27px;
    border-radius: var(--shell);
}

.assurance-intro {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background: var(--orange);
}

.assurance-intro .eyebrow,
.assurance-intro h2,
.assurance-intro p {
    color: var(--white);
}

.assurance-intro h2 {
    margin: .55rem 0 .7rem;
    font-size: 1.65rem;
    line-height: 1.08;
}

.assurance-intro p {
    color: rgba(255, 255, 255, .9);
    font-size: .75rem;
}

.assurance-card {
    background: var(--pale);
}

.assurance-card:nth-child(3) {
    background: var(--warm);
}

.assurance-icon {
    display: grid;
    width: 46px;
    height: 46px;
    margin-bottom: 28px;
    place-items: center;
    color: var(--orange);
    background: var(--white);
    border-radius: 50%;
}

.assurance-card h3 {
    margin-bottom: .35rem;
    font-size: .88rem;
}

.assurance-card p {
    color: var(--muted);
    font-size: .7rem;
}

.contact-hero-actions {
    display: grid;
    gap: 12px;
}

.contact-hero-actions a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: var(--card);
}

.contact-hero-actions .icon {
    width: 28px;
    height: 28px;
    color: var(--white);
}

.contact-hero-actions span {
    display: grid;
    color: rgba(255, 255, 255, .82);
    font-size: .65rem;
}

.contact-hero-actions strong {
    color: var(--white);
    font-size: .92rem;
}

.contact-section {
    background: var(--warm);
}

.contact-form-shell {
    min-width: 0;
}

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

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

.form-field > span {
    font-size: .72rem;
    font-weight: 800;
}

.form-field em {
    color: var(--orange-deep);
    font-size: .58rem;
    font-style: normal;
    font-weight: 650;
}

.form-field-wide,
.form-submit {
    grid-column: 1 / -1;
}

.field-error {
    color: #A43F21;
    font-size: .65rem;
    font-weight: 700;
}

.form-field [aria-invalid="true"] {
    border-color: #A43F21;
}

.honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.form-submit p {
    color: var(--muted);
    font-size: .65rem;
}

.form-success,
.form-error-summary {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    padding: 16px 18px;
    background: var(--pale);
    border-left: 4px solid var(--orange);
    border-radius: var(--card);
}

.form-success > span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: var(--orange);
    background: var(--white);
    border-radius: 50%;
}

.form-success p,
.form-error-summary p {
    color: var(--muted);
    font-size: .72rem;
}

.contact-aside {
    display: grid;
    gap: 15px;
}

.contact-card {
    padding: 25px;
    background: var(--white);
    border-radius: var(--shell);
    box-shadow: var(--shadow-soft);
}

.contact-card.pale {
    background: var(--pale);
}

.contact-card-icon {
    display: grid;
    width: 47px;
    height: 47px;
    margin-bottom: 20px;
    place-items: center;
    color: var(--orange);
    background: var(--pale);
    border-radius: 50%;
}

.contact-card.pale .contact-card-icon {
    background: var(--white);
}

.contact-card h2 {
    font-size: 1.13rem;
    line-height: 1.15;
}

.contact-card p {
    margin-top: .65rem;
    color: var(--muted);
    font-size: .73rem;
}

.contact-card p a {
    color: var(--orange-deep);
    font-weight: 800;
}

.coffee-note {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px;
    background: var(--white);
    border-radius: var(--card);
}

.coffee-note img {
    width: 90px;
    height: 80px;
    object-fit: contain;
}

.coffee-note p {
    color: var(--muted);
    font-size: .66rem;
}

.content-grid .page-copy {
    max-width: none;
}

.content-hero-icon {
    min-height: 280px;
}

.content-aside .text-link {
    margin-top: 18px;
}

.error-section {
    position: relative;
    min-height: min(720px, calc(100vh - 74px));
    overflow: hidden;
}

.error-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .75fr);
    gap: clamp(38px, 7vw, 100px);
    align-items: center;
}

.error-copy h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 6vw, 5.8rem);
    line-height: .92;
    letter-spacing: -.06em;
}

.error-number {
    display: block;
    margin: .2rem 0 -.2rem;
    color: rgba(255, 255, 255, .2);
    font-size: clamp(5rem, 12vw, 10rem);
    line-height: .9;
    letter-spacing: -.08em;
}

.error-copy > p {
    max-width: 50ch;
    margin-top: 1rem;
    color: rgba(255, 255, 255, .9);
}

.error-visual {
    display: grid;
    justify-items: center;
    padding: 35px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: var(--shell);
}

.error-visual svg {
    width: min(100%, 280px);
    fill: none;
    stroke: var(--white);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.error-visual span {
    margin-top: 16px;
    font-size: .72rem;
    font-weight: 750;
}

.error-links {
    background: var(--pale);
}

.error-link-card {
    display: flex;
    align-items: flex-start;
    min-height: 220px;
    padding: 26px;
    flex-direction: column;
    background: var(--white);
    border-radius: var(--shell);
    box-shadow: var(--shadow-soft);
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}

.error-link-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.error-link-card > span {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    place-items: center;
    color: var(--orange);
    background: var(--pale);
    border-radius: 50%;
}

.error-link-card h3 {
    font-size: 1.05rem;
}

.error-link-card p {
    margin-top: .45rem;
    color: var(--muted);
    font-size: .72rem;
}

@media (max-width: 1180px) {
    .service .service-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .service-copy {
        grid-column: 1 / -1;
        padding: 0 0 20px;
    }

    .portfolio-tile {
        grid-column: span 6;
    }

    .portfolio-tile-wide {
        grid-column: span 12;
    }

    .related-grid,
    .assurance-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .catalog-hero .hero-grid,
    .concepts-hero .page-hero-grid,
    .material-hero-grid,
    .concept-detail-grid,
    .event-detail-grid,
    .material-content-grid,
    .event-information-grid,
    .content-grid,
    .error-grid {
        grid-template-columns: 1fr;
    }

    .hero-display {
        width: 100%;
        max-width: 650px;
        margin-inline: auto;
    }

    .material-aside,
    .event-plan-card,
    .content-aside,
    .details .service-card {
        position: relative;
        top: auto;
    }

    .event-cta > .wrap {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 740px) {
    .service .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .calendar-toolbar,
    .related-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .portfolio-tile,
    .portfolio-tile-wide {
        grid-column: span 12;
    }

    .portfolio-tile-wide .portfolio-photo {
        aspect-ratio: 1.3 / 1;
    }

    .material-hero,
    .concept-detail-hero,
    .event-detail-hero {
        border-radius: 0 0 1.35rem 1.35rem;
    }

    .material-hero-image,
    .concept-detail-image,
    .event-detail-visual,
    .material-hero-image img,
    .concept-detail-image > img,
    .event-detail-art {
        min-height: 330px;
    }

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

    .form-submit {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .price-overlay,
    .live-label {
        display: none;
    }

    .object-note {
        top: 25%;
    }
}

@media (max-width: 520px) {
    .hero-display {
        height: 330px;
    }

    .display-card.primary {
        inset: 0 9% 0 0;
    }

    .display-card.secondary {
        bottom: -12px;
        width: 39%;
        height: 43%;
    }

    .display-badge {
        top: 12px;
        left: 8px;
    }

    .service .service-grid,
    .related-grid {
        grid-template-columns: 1fr;
    }

    .service-item {
        min-height: 150px;
    }

    .page-hero-aside,
    .calendar-hero-mark,
    .material-symbol,
    .content-hero-icon {
        min-height: 220px;
    }

    .material-hero-image,
    .concept-detail-image,
    .event-detail-visual,
    .material-hero-image img,
    .concept-detail-image > img,
    .event-detail-art {
        min-height: 270px;
    }

    .concept-actions {
        grid-template-columns: 1fr;
    }

    .coffee-note {
        grid-template-columns: 1fr;
    }

    .error-visual {
        display: none;
    }

    .basket-toast {
        border-radius: var(--card);
        white-space: normal;
    }

    .object-note {
        display: none;
    }
}

.portfolio-hero,
.materials-hero,
.calendar-hero,
.contact-hero,
.content-hero {
    isolation: isolate;
}

.configurator-guide {
    isolation: isolate;
}

.price-value {
    display: block;
}

.empty {
    display: none;
}

.empty.visible {
    display: block;
}

/* Normalize migrated source markup inside static content pages. */
.page-copy > .section-secondary,
.page-copy > .section-tertiary {
    display: block !important;
    min-height: 0 !important;
    padding: 0;
    background: transparent;
}

.page-copy > section + section {
    margin-top: clamp(46px, 7vw, 78px);
}

.page-copy .container {
    width: 100%;
    max-width: none;
    padding: 0;
}

.page-copy .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.page-copy .key-points > .row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-copy .col {
    min-width: 0;
}

.page-copy .card,
.page-copy .key-points .col > p {
    height: 100%;
    padding: 20px;
    background: var(--pale);
    border-radius: var(--card);
}

.page-copy .card-title,
.page-copy .h4 {
    display: block;
    margin-bottom: .45rem;
    color: var(--ink);
    font-size: .92rem;
    line-height: 1.2;
}

.page-copy .card p,
.page-copy .key-points .col > p {
    color: var(--muted);
    font-size: .72rem;
}

.page-copy .key-points .col > p {
    text-align: center;
}

.page-copy .key-points svg {
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
}

.page-copy .key-points svg path {
    fill: var(--orange);
}

.page-copy img {
    float: none !important;
    max-width: 100% !important;
    padding: 0 !important;
}

@media (max-width: 900px) {
    .page-copy .key-points > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .page-copy .row,
    .page-copy .key-points > .row {
        grid-template-columns: 1fr;
    }
}

/* Quote cart */
.product-actions {
    display: flex;
    align-items: center;
    gap: 9px;
}

.product-details {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    color: var(--muted);
    font-size: .61rem;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.product-actions .add {
    border: 0;
    font-family: inherit;
}

.add:disabled,
.add-to-quote:disabled,
.quote-cart-update:disabled,
.quote-cart-remove:disabled {
    cursor: wait;
    opacity: .62;
}

.mobile-cart-link {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.mobile-cart-link span {
    display: grid;
    min-width: 25px;
    height: 25px;
    padding-inline: 7px;
    place-items: center;
    color: var(--white);
    background: var(--orange);
    border-radius: var(--pill);
    font-size: .62rem;
    font-weight: 850;
}

[data-cart-count][hidden] {
    display: none !important;
}

.quote-cart-hero {
    padding: 62px 0 56px;
}

.quote-cart-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .48fr);
    gap: 60px;
    align-items: end;
}

.quote-cart-hero h1 {
    max-width: 14ch;
    margin: .55rem 0 .85rem;
    font-size: clamp(2.6rem, 5.5vw, 5.4rem);
    line-height: .94;
    letter-spacing: -.055em;
}

.quote-cart-hero p {
    max-width: 62ch;
}

.quote-cart-promise {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, .9);
    border-radius: var(--card);
    box-shadow: var(--shadow-soft);
}

.quote-cart-promise > span,
.quote-cart-success > span,
.quote-cart-empty > span {
    display: grid;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    place-items: center;
    color: var(--white);
    background: var(--orange);
    border-radius: 50%;
}

.quote-cart-promise .icon,
.quote-cart-success > span .icon,
.quote-cart-empty > span .icon {
    width: 24px;
    height: 24px;
}

.quote-cart-promise strong {
    display: block;
    margin-bottom: 3px;
}

.quote-cart-promise p {
    color: var(--muted);
    font-size: .7rem;
}

.orange-surface .quote-cart-promise strong {
    color: var(--ink);
}

.orange-surface .quote-cart-promise p {
    color: var(--muted);
}

.quote-cart-section {
    padding: 62px 0 88px;
    background: #f8f6f2;
}

.quote-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    align-items: start;
    width: min(100%, 1120px);
    margin-inline: auto;
}

.quote-cart-items,
.quote-request-card,
.quote-cart-empty,
.quote-cart-success {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--shell);
    box-shadow: var(--shadow-soft);
}

.quote-cart-items {
    padding: 28px;
}

.quote-cart-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
}

.quote-cart-heading h2 {
    margin-top: .35rem;
    font-size: 1.9rem;
}

.quote-cart-heading > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--orange-deep);
    font-size: .72rem;
    font-weight: 800;
}

.quote-cart-heading > a .icon {
    width: 17px;
    height: 17px;
}

.quote-cart-item {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 22px;
    padding: 25px 0;
    border-bottom: 1px solid var(--line);
}

.quote-cart-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.quote-cart-image {
    display: grid;
    min-height: 145px;
    padding: 12px;
    place-items: center;
    overflow: hidden;
    background: var(--pale);
    border-radius: var(--card);
}

.quote-cart-image img {
    width: 100%;
    height: 132px;
    object-fit: contain;
}

.quote-cart-service-icon .icon {
    width: 58px;
    height: 58px;
    color: var(--orange-deep);
    stroke-width: 1.5;
}

.quote-cart-item-body {
    min-width: 0;
}

.quote-cart-item-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
}

.quote-cart-item-head > div > span {
    color: var(--orange-deep);
    font-size: .58rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.quote-cart-item-head h3 {
    margin: .28rem 0 .2rem;
    font-size: 1.12rem;
}

.quote-cart-item-head p {
    color: var(--muted);
    font-size: .68rem;
}

.quote-cart-remove {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    color: var(--muted);
    background: none;
    border: 0;
    font-family: inherit;
    font-size: .62rem;
    font-weight: 750;
    cursor: pointer;
}

.quote-cart-remove:hover {
    color: #a52a2a;
}

.quote-cart-remove .icon {
    width: 16px;
    height: 16px;
}

.quote-cart-controls {
    display: grid;
    grid-template-columns: minmax(130px, 1fr) minmax(130px, 1fr) 82px auto;
    gap: 10px;
    align-items: end;
    margin-top: 19px;
}

.quote-cart-controls label {
    display: grid;
    gap: 6px;
}

.quote-cart-controls label span {
    color: var(--muted);
    font-size: .58rem;
    font-weight: 750;
}

.quote-cart-controls input {
    width: 100%;
    min-height: 42px;
    padding: 0 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: .7rem;
    font: inherit;
    font-size: .68rem;
}

.quote-cart-update {
    min-height: 42px;
    padding: .6rem .85rem;
    font-size: .63rem;
}

.quote-cart-line-total {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    gap: clamp(24px, 4vw, 56px);
    max-width: 620px;
    margin-top: 15px;
    padding-top: 13px;
    border-top: 1px dashed var(--line);
}

.quote-cart-line-total span {
    color: var(--muted);
    font-size: .65rem;
}

.quote-cart-line-total strong {
    font-size: 1rem;
}

.quote-cart-transport-benefit {
    display: grid;
    gap: 10px;
    max-width: 620px;
    margin-top: 15px;
    padding: 14px 16px;
    border: 1px solid #f5d7b5;
    border-radius: .8rem;
    background: #fff8ef;
}

.quote-cart-transport-benefit div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px 18px;
}

.quote-cart-transport-benefit strong,
.quote-cart-transport-benefit span {
    font-size: .66rem;
}

.quote-cart-transport-benefit span {
    color: var(--muted);
}

.quote-cart-transport-benefit progress {
    width: 100%;
    height: 7px;
    overflow: hidden;
    border: 0;
    border-radius: 99px;
    accent-color: var(--orange);
}

.quote-cart-transport-benefit progress::-webkit-progress-bar { background: #eadfd3; }
.quote-cart-transport-benefit progress::-webkit-progress-value { background: var(--orange); }
.quote-cart-transport-benefit progress::-moz-progress-bar { background: var(--orange); }
.quote-cart-transport-benefit.is-free { border-color: #b9ddc3; background: #f1faf3; }

.quote-cart-nested-items {
    max-width: 620px;
}

.quote-cart-item-body > .config-summary {
    max-width: 620px;
}

.quote-cart-nested-items > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: clamp(24px, 4vw, 56px);
}

.quote-request-card {
    position: static;
    display: grid;
    grid-template-columns: minmax(330px, .42fr) minmax(0, .58fr);
    overflow: hidden;
}

.quote-request-card > .form-error-summary {
    grid-column: 1 / -1;
}

.quote-cart-stand-breakdown { max-width: 620px; margin-top: 18px; padding: 16px; background: var(--pale); border-radius: .8rem; }
.quote-cart-stand-breakdown > strong { display: block; margin-bottom: 8px; font-size: .7rem; }
.quote-cart-stand-breakdown dl div { display: grid; grid-template-columns: minmax(0, 1fr) max-content; gap: clamp(24px, 4vw, 56px); padding-top: 7px; color: var(--muted); border-top: 1px solid var(--line); font-size: .65rem; }
.quote-request-totals { width: min(100%, 760px); display: grid !important; gap: 10px !important; }
.quote-request-totals > div { display: flex; justify-content: space-between; gap: 24px; }
.quote-request-grand-total { margin-top: 6px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.2); }

@media (max-width: 900px) {
    .quote-request-card {
        grid-template-columns: 1fr;
    }
}

.rental-event-search { display: grid; gap: 8px; margin: 18px 0; }
.rental-event-search label { display: grid; gap: 6px; }
.rental-event-search label span { font-size: .62rem; font-weight: 800; }
.rental-event-search input[type="search"] { min-height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: .7rem; font: inherit; }
.rental-event-suggestions { display: grid; max-height: 230px; overflow: auto; border: 1px solid var(--line); border-radius: .7rem; }
.rental-event-suggestions:empty { display: none; }
.rental-event-suggestions button { display: grid; gap: 3px; padding: 10px 12px; text-align: left; background: #fff; border: 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.rental-event-suggestions button:last-child { border-bottom: 0; }
.rental-event-suggestions button:hover { background: var(--pale); }
.rental-event-suggestions small { color: var(--muted); }
.rental-timeframe-divider { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .6rem; }
.rental-timeframe-divider::before, .rental-timeframe-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }

.concept-size-picker { display: grid; grid-template-columns: minmax(280px, 1fr) auto; gap: 12px 32px; align-items: center; margin: 0 0 18px; padding: 22px 24px; background: var(--ink); color: #fff; border-radius: var(--card); }
.concept-size-copy { min-width: 0; }
.concept-size-copy .eyebrow { color: var(--orange); }
.concept-size-copy h3 { margin: 5px 0 5px; color: #fff; font-size: clamp(1.2rem, 2vw, 1.65rem); }
.concept-size-copy p, .concept-size-status { color: rgba(255,255,255,.68); font-size: .7rem; }
.concept-size-fields { display: flex; align-items: flex-end; gap: 10px; }
.concept-size-fields label { display: grid; gap: 6px; color: rgba(255,255,255,.75); font-size: .62rem; font-weight: 800; }
.concept-size-input { display: flex; align-items: center; width: 118px; min-height: 48px; padding: 0 13px; color: var(--ink); background: #fff; border: 2px solid transparent; border-radius: 12px; }
.concept-size-input:focus-within { border-color: var(--orange); }
.concept-size-input input { width: 100%; min-width: 0; min-height: 44px; padding: 0; color: inherit; background: transparent; border: 0; outline: 0; font: inherit; font-size: 1rem; font-weight: 850; }
.concept-size-input em { color: var(--muted); font-style: normal; }
.concept-size-times { padding-bottom: 14px; color: rgba(255,255,255,.5); font-size: 1.05rem; }
.concept-size-status { grid-column: 1 / -1; margin: 0; }
.concept-size-picker.has-error .concept-size-status { color: #ffb5a9; }
[data-concept-preview-image] { transition: opacity .25s ease; }
[data-concept-preview-image].is-preview-loading { opacity: .45; }
.is-preview-pending [data-concept-preview-image] { filter: blur(3px); opacity: .72; }
.is-preview-pending.concept-hero-render::before, .is-preview-pending .concept-visual::before { content: ""; position: absolute; z-index: 5; top: 50%; left: 50%; width: 44px; height: 44px; margin: -26px 0 0 -26px; background: rgba(255,255,255,.84); border: 5px solid rgba(239,142,35,.22); border-top-color: var(--orange); border-radius: 50%; box-shadow: 0 8px 28px rgba(18,18,18,.14); animation: conceptPreviewSpin .85s linear infinite; }
.is-preview-pending.concept-hero-render::after,
.is-preview-pending .concept-visual::after,
.has-preview-error .ui-async-preview::after { content: "Nieuw beeld volgt · je kunt al verder"; position: absolute; z-index: 4; top: 16px; right: 16px; padding: 8px 11px; color: var(--ink); background: rgba(255,255,255,.9); border: 1px solid rgba(18,18,18,.08); border-radius: 999px; box-shadow: 0 5px 18px rgba(18,18,18,.1); font-size: .58rem; font-weight: 850; }
.is-preview-delayed .ui-async-preview::after { content: "Beeld wordt nog voorbereid · je kunt al verder"; }
.has-preview-error .ui-async-preview::after { content: "Voorbeeld niet bijgewerkt · open het concept gerust"; }
.has-preview-error [data-concept-preview-image] { filter: none; opacity: 1; }
@keyframes conceptPreviewSpin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .is-preview-pending.concept-hero-render::before, .is-preview-pending .concept-visual::before { animation: none; border-color: rgba(239,142,35,.32); border-top-color: var(--orange); } }
.concept.is-size-unavailable .concept-visual img { opacity: .28; }
.concept.is-size-unavailable .concept-card-caption small { color: #9a4d18; white-space: normal; }
.concept.is-size-unavailable .concept-card-caption em { display: none; }
.concept.is-size-unavailable .concept-meta { color: #7c2d12; font-weight: 750; }
.concept-filters { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 0 0 30px; padding: 20px; background: var(--pale); border-radius: var(--card); }
.concept-filters fieldset { min-width: 0; border: 0; }
.concept-filters legend { margin-bottom: 9px; font-size: .65rem; font-weight: 850; }
.concept-filter-options { display: flex; flex-wrap: wrap; gap: 7px; }
.concept-filter-options button { display: inline-flex; min-height: 44px; align-items: center; padding: 8px 12px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 999px; font: inherit; font-size: .62rem; font-weight: 750; cursor: pointer; }
.concept-filter-options button.is-active { color: #fff; background: var(--ink); border-color: var(--ink); }
@media (max-width: 760px) { .concept-size-picker, .concept-filters { grid-template-columns: 1fr; } .concept-size-fields { justify-content: space-between; } .concept-size-input { width: min(34vw, 128px); } }

/* Concept explorer: one compact discovery surface for search, size and filters. */
.concept-discovery {
    display: grid;
    grid-template: "search size toggle" auto "panel panel panel" auto "footer footer footer" auto / minmax(260px, 1fr) auto auto;
    gap: 10px 14px;
    align-items: end;
    margin: 0 0 30px;
    padding: 14px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid rgba(26, 26, 26, .08);
    border-radius: 1.15rem;
    box-shadow: var(--shadow-soft);
}
.concept-search-field { grid-area: search; }
.concept-search-input {
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 10px;
    padding: 0 15px;
    background: var(--warm);
    border: 1px solid transparent;
    border-radius: .85rem;
}
.concept-search-input:focus-within { border-color: var(--orange); outline: 3px solid rgba(239, 142, 35, .13); }
.concept-search-input .icon { width: 20px; color: var(--orange); }
.concept-search-input input { width: 100%; min-width: 0; min-height: 50px; padding: 0; color: var(--ink); background: transparent; border: 0; outline: 0; font: inherit; font-size: .82rem; }
.concept-size-fields { grid-area: size; }
.concept-discovery .concept-size-fields label { gap: 5px; color: var(--muted); font-size: .58rem; letter-spacing: .02em; }
.concept-discovery .concept-size-input { width: 92px; min-height: 52px; background: var(--warm); border-width: 1px; }
.concept-discovery .concept-size-input input { min-height: 50px; font-size: .88rem; }
.concept-discovery .concept-size-times { padding-bottom: 16px; color: var(--muted); }
.concept-filter-toggle {
    display: inline-flex;
    min-height: 52px;
    grid-area: toggle;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: .65rem .9rem;
    color: var(--ink);
    background: var(--warm);
    border: 1px solid rgba(26, 26, 26, .08);
    border-radius: .85rem;
    font: inherit;
    font-size: .7rem;
    font-weight: 800;
    cursor: pointer;
}
.concept-filter-toggle:hover,
.concept-filter-toggle[aria-expanded="true"] { border-color: rgba(239, 142, 35, .42); background: var(--pale); }
.concept-filter-toggle .icon { width: 18px; color: var(--orange); }
.concept-filter-toggle em { display: grid; width: 20px; height: 20px; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-size: .58rem; font-style: normal; }
.concept-filter-toggle em[hidden] { display: none; }
.concept-filter-panel {
    display: none;
    grid-area: panel;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 15px;
    background: var(--pale);
    border-radius: .85rem;
}
.concept-discovery.is-filter-open .concept-filter-panel { display: grid; }
.concept-filter-panel fieldset { min-width: 0; border: 0; }
.concept-filter-panel legend { margin-bottom: 8px; font-size: .62rem; font-weight: 850; }
.concept-discovery-footer { display: flex; min-height: 20px; grid-area: footer; align-items: center; justify-content: space-between; gap: 14px; }
.concept-discovery .concept-size-status { margin: 0; color: var(--muted); font-size: .62rem; }
.concept-discovery.has-error .concept-size-status { color: #a53f2e; }
.concept-filter-reset { padding: 2px; color: var(--ink); background: transparent; border: 0; font: inherit; font-size: .62rem; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.concept-no-results { padding: 52px 20px; text-align: center; background: var(--warm); border-radius: var(--card); }
.concept-no-results h2 { font-size: clamp(1.4rem, 2.5vw, 2rem); }
.concept-no-results p { margin: 8px 0 20px; color: var(--muted); }

@media (max-width: 700px) {
    .concept-gallery .section-head { margin-bottom: 16px; }
    .concept-gallery .section-head h2 { font-size: 1.55rem; }
    .concept-discovery {
        grid-template: "search search" auto "size toggle" auto "panel panel" auto "footer footer" auto / minmax(0, 1fr) auto;
        gap: 10px;
        margin-bottom: 20px;
        padding: 11px;
        border-radius: 1rem;
    }
    .concept-search-input { min-height: 48px; }
    .concept-search-input input { min-height: 46px; }
    .concept-discovery .concept-size-fields { justify-content: flex-start; gap: 6px; }
    .concept-discovery .concept-size-input { width: min(24vw, 86px); min-height: 48px; padding-inline: 10px; }
    .concept-discovery .concept-size-input input { min-height: 46px; }
    .concept-discovery .concept-size-times { padding: 0 1px 14px; }
    .concept-filter-toggle { min-height: 48px; padding-inline: .72rem; }
    .concept-filter-panel { grid-template-columns: 1fr; gap: 14px; padding: 12px; }
    .concept-filter-options { gap: 6px; }
    .concept-filter-options button { min-height: 44px; padding: 7px 10px; }
    .concept-discovery-footer { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (min-width: 601px) and (max-width: 900px) {
    .concept-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
    .concept-gallery-grid .concept-card-link {
        display: grid;
        grid-template-columns: minmax(138px, 42%) minmax(0, 1fr);
        min-height: 184px;
    }
    .concept-gallery-grid .concept-visual { min-height: 184px; aspect-ratio: auto; }
    .concept-gallery-grid .concept-visual img { padding: 9px; }
    .concept-gallery-grid .concept-visual img.is-rendered-thumbnail { padding: 9%; }
    .concept-gallery-grid .concept-tag { top: 9px; left: 9px; padding: .3rem .46rem; font-size: .51rem; }
    .concept-gallery-grid .open-sides { display: none; }
    .concept-gallery-grid .concept-body { min-height: 184px; padding: 14px; }
    .concept-gallery-grid .concept-card-caption { display: grid; gap: 5px; }
    .concept-gallery-grid .concept-card-caption strong { font-size: .82rem; }
    .concept-gallery-grid .concept-card-caption small { font-size: .72rem; white-space: normal; }
    .concept-gallery-grid .concept-card-caption em { display: block; margin-top: 1px; }
    .concept-gallery-grid .concept-meta { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
    .concept-gallery-grid .concept-card-cta { font-size: .62rem; }
    .concept-gallery-grid .is-preview-pending .concept-visual::before { width: 34px; height: 34px; margin: -20px 0 0 -20px; border-width: 4px; }
    .concept-gallery-grid .is-preview-pending .concept-visual::after { top: auto; right: 8px; bottom: 8px; left: 8px; padding: 6px 7px; content: "Beeld volgt · je kunt al verder"; text-align: center; }
}

.configurator-page .config-page { padding-top: 22px; background: #f8f6f2; }
.configurator-page .step-shell { margin-top: 18px; }
.configurator-page .steps { max-width: 720px; }
.configurator-page .product-intro { padding-top: 25px; }
.configurator-page .product-intro h1 { max-width: 18ch; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.configurator-page .workspace { --workspace-height: clamp(680px, 76vh, 850px); grid-template-columns: minmax(0, 1.65fr) minmax(320px, .65fr); }
.configurator-page .price-overlay { top: auto; right: 22px; bottom: 22px; left: auto; width: auto; height: auto; min-height: 0; max-height: 72px; border: 0; }
@media (max-width: 1080px) { .configurator-page .workspace { grid-template-columns: 1fr; } }

.coffee-cup { display: grid; flex: 0 0 84px; width: 84px; height: 84px; place-items: center; color: var(--orange-deep); background: var(--pale); border-radius: 50%; }
.coffee-cup svg { width: 48px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.process-agreement {
    padding: 72px 0 90px;
}

.about-page .process-agreement .section-head {
    margin-bottom: 32px;
}

.process-agreement-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.process-agreement-grid article {
    padding: 30px;
    background: var(--pale);
    border-radius: var(--shell);
}

.process-agreement-grid article > span {
    color: var(--orange-deep);
    font-size: .62rem;
    font-weight: 850;
    text-transform: uppercase;
}

.about-page .process-agreement-grid article > span {
    color: var(--orange-ink);
    font-size: .7rem;
    letter-spacing: .055em;
}

.process-agreement-grid h3 {
    margin: 8px 0 14px;
}

.process-agreement-grid ul {
    display: grid;
    gap: 9px;
    padding-left: 18px;
    color: var(--muted);
}

.about-page .process-agreement-grid ul {
    font-size: .9rem;
    line-height: 1.55;
}

.process-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 30px;
}

.process-timeline article {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--card);
}

.process-timeline article > strong {
    color: var(--orange-deep);
    font-size: 1.6rem;
}

.process-timeline h3 {
    margin: 12px 0 6px;
}

.process-timeline p {
    color: var(--muted);
    font-size: .72rem;
}

.about-process-timeline {
    margin-top: 34px;
    list-style: none;
}

.about-process-timeline li {
    position: relative;
    min-width: 0;
    padding-right: 22px;
}

.about-process-timeline li::before {
    position: absolute;
    z-index: 0;
    top: 7px;
    right: -21px;
    left: 7px;
    height: 1px;
    content: "";
    background: rgba(138, 67, 7, .24);
}

.about-process-timeline li:last-child::before {
    display: none;
}

.process-marker {
    position: relative;
    z-index: 1;
    display: block;
    width: 15px;
    height: 15px;
    margin-bottom: 18px;
    background: var(--orange);
    border: 4px solid var(--white);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(138, 67, 7, .28);
}

.about-process-timeline h3 {
    margin: 0 0 7px;
    font-size: 1.05rem;
}

.about-process-timeline p {
    max-width: 30ch;
    font-size: .82rem;
    line-height: 1.5;
}

.materials-section-head {
    align-items: center;
    gap: clamp(42px, 7vw, 110px);
}

.materials-section-head > div {
    flex: 1 1 54%;
}

.materials-section-head p {
    flex: 0 1 48ch;
    max-width: 48ch;
    font-size: 1.05rem;
    line-height: 1.6;
}

.materials-overview .materials-grid {
    align-items: stretch;
}

.materials-overview .material-visual {
    aspect-ratio: 1.35 / 1;
    background: var(--white);
    border-bottom: 1px solid var(--line);
}

.materials-overview .material-visual img {
    padding: 0;
    object-fit: cover;
    object-position: center 64%;
}

.materials-overview .material-body h2 {
    margin-top: 0;
}

.materials-overview .material-body p {
    font-size: .82rem;
    line-height: 1.55;
}

.materials-overview .material-body .text-link {
    margin-top: auto;
}

.process-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 32px;
    padding: 28px;
    color: #fff;
    background: var(--ink);
    border-radius: var(--shell);
}

@media (max-width: 760px) {
    .about-page .process-agreement {
        padding: 58px 0 70px;
    }

    .about-page .process-agreement .section-head p,
    .materials-section-head p {
        font-size: 1rem;
        line-height: 1.65;
    }

    .process-agreement-grid {
        grid-template-columns: 1fr;
    }

    .about-page .process-agreement-grid {
        gap: 14px;
    }

    .about-page .process-agreement-grid article {
        padding: 24px;
    }

    .about-page .process-agreement-grid ul {
        gap: 10px;
        font-size: .94rem;
        line-height: 1.6;
    }

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

    .about-process-timeline {
        gap: 0;
        margin-top: 30px;
    }

    .about-process-timeline li {
        display: grid;
        grid-template-columns: 18px minmax(0, 1fr);
        column-gap: 16px;
        padding: 0 0 26px;
    }

    .about-process-timeline li::before {
        top: 7px;
        right: auto;
        bottom: 0;
        left: 7px;
        width: 1px;
        height: auto;
    }

    .process-marker {
        grid-row: 1;
        grid-column: 1;
        margin: 0;
    }

    .about-process-timeline li > div {
        grid-row: 1;
        grid-column: 2;
    }

    .about-process-timeline h3 {
        margin-top: -3px;
        font-size: 1.08rem;
    }

    .about-process-timeline p {
        max-width: none;
        font-size: .9rem;
        line-height: 1.55;
    }

    .materials-section-head {
        display: block;
    }

    .materials-overview .material-body {
        padding: 22px;
    }

    .materials-overview .material-body p {
        font-size: .92rem;
        line-height: 1.6;
    }

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

/* Configurator studio */
.configurator-page .configurator-studio-page {
    padding: 22px 0 82px;
    background: #f8f6f2;
}

.concept-information {
    padding: 74px 0;
    background: var(--white);
}

.concept-information-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    gap: clamp(45px, 7vw, 100px);
    align-items: start;
}

.concept-information-copy h2 {
    max-width: 720px;
    margin: 10px 0 18px;
    font-size: clamp(2rem, 3.4vw, 3.5rem);
}

.concept-information-copy p {
    max-width: 720px;
    margin: 0 0 14px;
    color: var(--muted);
    line-height: 1.75;
}

.concept-information-specs {
    display: grid;
    margin: 0;
    padding: 8px 24px;
    background: var(--warm);
    border: 1px solid var(--line);
    border-radius: var(--shell);
}

.concept-information-specs > div {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
}

.concept-information-specs > div:last-child { border-bottom: 0; }
.concept-information-specs dt { color: var(--muted); font-size: .72rem; }
.concept-information-specs dd { margin: 0; font-size: .8rem; font-weight: 800; text-align: right; }
.concept-information-specs .is-price dd { color: var(--orange-deep); font-size: 1rem; }
.concept-information-specs .is-price small { display: block; color: var(--muted); font-size: .56rem; }

@media (max-width: 800px) {
    .concept-information { padding: 52px 0; }
    .concept-information-grid { grid-template-columns: 1fr; gap: 30px; }
}

.configurator-studio-page::before {
    top: 180px;
    right: -230px;
    width: 520px;
    height: 520px;
    opacity: .72;
}

.configurator-hero {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: end;
    padding: 34px 0 28px;
}

.configurator-hero h1 {
    max-width: 15ch;
    margin: 8px 0 10px;
    font-size: clamp(2.25rem, 4vw, 4rem);
    line-height: .96;
    letter-spacing: -.052em;
}

.configurator-hero > div > p {
    max-width: 61ch;
    color: var(--muted);
    font-size: .9rem;
}

.configurator-hero-specs {
    display: flex;
    overflow: hidden;
    background: rgba(255, 255, 255, .76);
    border: 1px solid rgba(239, 142, 35, .16);
    border-radius: 1rem;
    box-shadow: 0 12px 30px rgba(53, 38, 24, .05);
    backdrop-filter: blur(8px);
}

.configurator-hero-specs div {
    display: grid;
    gap: 4px;
    min-width: 112px;
    padding: 15px 18px;
    border-left: 1px solid var(--line);
}

.configurator-hero-specs div:first-child { border-left: 0; }
.configurator-hero-specs dt { color: var(--muted); font-size: .57rem; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.configurator-hero-specs dd { color: var(--ink); font-size: .78rem; font-weight: 800; }

.configurator-studio {
    position: relative;
    z-index: 3;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(63, 48, 34, .1);
    border-radius: 1.4rem;
    box-shadow: 0 24px 70px rgba(48, 35, 22, .11);
}

.configurator-studio-bar {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    min-height: 92px;
    padding: 12px 16px 12px 22px;
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.studio-title { display: grid; gap: 8px; }
.studio-title strong { font-size: .71rem; }
.studio-title .mode-state { margin: 0; }

.studio-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(128px, 1fr));
    min-width: 0;
}

.studio-steps-hint { display: none; }

.studio-step {
    position: relative;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 9px;
    align-items: center;
    padding: 11px 12px;
    color: var(--muted);
    text-align: left;
    background: transparent;
    border: 0;
    border-radius: .82rem;
    font: inherit;
    cursor: pointer;
    transition: color .2s var(--ease), background .2s var(--ease);
}

.studio-step::after {
    content: "";
    position: absolute;
    top: 25px;
    right: -5px;
    width: 10px;
    height: 1px;
    background: var(--line);
}

.studio-step:last-child::after { display: none; }
.studio-step > span { grid-row: 1 / 3; display: grid; width: 30px; height: 30px; place-items: center; color: var(--muted); background: var(--warm); border-radius: 50%; font-size: .62rem; font-weight: 850; }
.studio-step b { align-self: end; color: var(--ink); font-size: .68rem; }
.studio-step small { align-self: start; overflow: hidden; font-size: .54rem; text-overflow: ellipsis; white-space: nowrap; }
.studio-step:hover { background: var(--pale); }
.studio-step.is-active { color: var(--orange-deep); background: var(--pale); }
.studio-step.is-active > span { color: #fff; background: var(--orange); box-shadow: 0 0 0 5px rgba(239, 142, 35, .14); }

.studio-utilities { display: flex; gap: 5px; padding-left: 7px; border-left: 1px solid var(--line); }
.studio-utilities button { display: grid; gap: 4px; min-width: 64px; justify-items: center; padding: 8px 7px; color: var(--muted); background: transparent; border: 0; border-radius: .7rem; font: inherit; font-size: .52rem; cursor: pointer; }
.studio-utilities button:hover { color: var(--ink); background: var(--warm); }
.studio-utilities i { font-size: .9rem; }

.configurator-studio-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    min-width: 0;
}

.configurator-studio-body > .configurator-viewport {
    height: clamp(650px, 70vh, 790px);
    min-height: 0;
    border-radius: 0;
    box-shadow: none;
}

.configurator-studio-body .live-label { top: 18px; left: auto; right: 18px; }
.configurator-studio-body .object-note { top: auto; bottom: 18px; left: 340px; transform: none; }

.configurator-summary {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 25px 25px 22px;
    background: #fff;
    border-left: 1px solid var(--line);
    overflow: hidden;
    scrollbar-color: var(--orange) transparent;
    scrollbar-width: thin;
}

.configurator-panel-scroll {
    min-height: 0;
    padding-right: 4px;
    overflow-y: auto;
    flex: 1;
    scrollbar-color: var(--orange) transparent;
    scrollbar-width: thin;
}

.configurator-summary-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.summary-kicker { display: block; margin-bottom: 5px; color: var(--orange-deep); font-size: .57rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.configurator-summary-head h2 { font-size: 1.28rem; }

.configurator-current-step {
    display: grid;
    gap: 5px;
    margin-top: 24px;
    padding: 17px;
    background: var(--pale);
    border-radius: .95rem;
}

.configurator-current-step > span { color: var(--orange-deep); font-size: .56rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.configurator-current-step strong { font-size: .78rem; }
.configurator-current-step p { color: var(--muted); font-size: .62rem; line-height: 1.55; }

.configurator-options-host {
    margin-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

.configurator-price-lines { margin: 21px 0 0; }
.configurator-price-lines div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .65rem; }
.configurator-price-lines dt { color: var(--muted); }
.configurator-price-lines dd { color: var(--ink); font-weight: 800; }

.configurator-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin-top: 17px;
    padding: 17px;
    color: #fff;
    text-align: left;
    background: var(--ink);
    border: 0;
    border-radius: 1rem;
    font: inherit;
    cursor: pointer;
}

.configurator-total > span { display: grid; gap: 3px; }
.configurator-total small { font-size: .63rem; font-weight: 800; }
.configurator-total em { color: rgba(255,255,255,.64); font-size: .52rem; font-style: normal; }
.configurator-total strong { color: #fff; font-size: 1.14rem; white-space: nowrap; }

.configurator-price-details {
    margin-top: 12px;
    border: 1px solid var(--line);
    border-radius: .9rem;
    background: #fff;
}

.configurator-price-details > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 15px;
    color: var(--ink);
    list-style: none;
    font-size: .63rem;
    font-weight: 800;
    cursor: pointer;
}

.configurator-price-details > summary::-webkit-details-marker { display: none; }
.configurator-price-details > summary span { color: var(--orange-deep); font-size: 1rem; }
.configurator-price-details[open] > summary span { transform: rotate(45deg); }
.configurator-price-details-host { padding: 0 12px 12px; }

.configurator-summary-actions { display: grid; gap: 11px; padding-top: 12px; }
.summary-breakdown-link { justify-self: start; padding: 0; color: var(--orange-deep); background: transparent; border: 0; font: inherit; font-size: .61rem; font-weight: 800; cursor: pointer; }
.configurator-summary-actions .summary-row { margin: 0; }
.configurator-summary-actions .btn { width: 100%; }
.configurator-summary-actions #siteConfiguratorQuoteStatus { margin: 0; color: var(--muted); font-size: .56rem; line-height: 1.45; }

/* Compact introductions for browsing and utility pages. */
.listing-page-intro,
.utility-page-intro {
    min-height: 0;
    padding: clamp(36px, 4vw, 58px) 0;
}

.listing-page-intro .page-hero-grid,
.listing-page-intro .hero-grid,
.utility-page-intro .page-hero-grid,
.utility-page-intro .quote-cart-hero-grid {
    gap: clamp(24px, 4vw, 48px);
}

.listing-page-intro h1,
.utility-page-intro h1,
.utility-page-intro.quote-cart-hero h1 {
    max-width: 16ch;
    margin: .45rem 0 .65rem;
    font-size: clamp(2.35rem, 4.4vw, 4.25rem);
}

.listing-page-intro p,
.utility-page-intro p { margin-top: .65rem; }
.listing-page-intro .hero-actions { margin-top: 1.1rem; }
.listing-page-intro .hero-display { height: 250px; }
.listing-page-intro.concepts-hero .concept-hero-render { min-height: 250px; }
.listing-page-intro.concepts-hero .concept-hero-render img { height: 250px; }
.listing-page-intro .calendar-hero-mark,
.listing-page-intro .material-symbol { min-height: 210px; padding: 24px; }

@media (max-width: 820px) {
    .listing-page-intro,
    .utility-page-intro {
        display: flex;
        min-height: 280px;
        align-items: center;
        padding: 34px 0 38px;
    }

    .listing-page-intro h1,
    .utility-page-intro h1,
    .utility-page-intro.quote-cart-hero h1 {
        max-width: 15ch;
        font-size: clamp(2.3rem, 9vw, 3.35rem);
        line-height: .96;
    }

    .listing-page-intro .concept-hero-render,
    .listing-page-intro .hero-display,
    .listing-page-intro .calendar-hero-mark,
    .listing-page-intro .material-symbol { display: none; }

    .listing-page-intro .intro-secondary-action { display: none; }
    .listing-page-intro .hero-actions { margin-top: 16px; }
    .utility-page-intro .contact-hero-actions { gap: 8px; }
    .utility-page-intro .contact-hero-actions a { min-height: 58px; padding: 11px 14px; }
    .utility-page-intro .quote-cart-promise { padding: 14px 16px; }
    .utility-page-intro.quote-cart-hero .quote-cart-hero-grid { gap: 12px; }
    .utility-page-intro.quote-cart-hero h1 { margin-bottom: .4rem; font-size: clamp(2.15rem, 8.4vw, 3rem); }
    .utility-page-intro.quote-cart-hero .quote-cart-promise { padding: 10px 13px; }
    .utility-page-intro.quote-cart-hero .quote-cart-promise > span { width: 38px; height: 38px; }
}

@media (max-width: 600px) {
    .listing-page-intro,
    .utility-page-intro,
    .utility-page-intro.quote-cart-hero { min-height: 280px; padding: 30px 0 34px; }
    .listing-page-intro p,
    .utility-page-intro p { font-size: .82rem; line-height: 1.55; }
    .utility-page-intro.quote-cart-hero .quote-cart-promise { min-height: 44px; margin-top: 0; }
    .utility-page-intro.quote-cart-hero .quote-cart-promise > span { width: 32px; height: 32px; }
    .utility-page-intro.quote-cart-hero .quote-cart-promise p { display: none; }
}

@media (max-width: 380px) {
    .utility-page-intro.quote-cart-hero {
        min-height: 360px;
        padding-block: 24px;
    }

    .utility-page-intro.quote-cart-hero h1 {
        font-size: 2.05rem;
    }

    .utility-page-intro.quote-cart-hero > .wrap > div:first-child > p {
        font-size: .76rem;
    }
}

@media (max-width: 1180px) {
    .configurator-studio-bar { grid-template-columns: 1fr; }
    .studio-title { display: none; }
}

@media (max-width: 980px) {
    .configurator-hero { grid-template-columns: 1fr; gap: 20px; }
    .configurator-hero-specs { justify-self: start; }
    .configurator-page .configurator-studio-page { overflow: clip; }
    .configurator-studio { overflow: visible; }
    .configurator-studio-bar { position: sticky; z-index: 20; top: 134px; display: block; overflow: hidden; padding: 10px; background: rgba(255,255,255,.97); box-shadow: 0 8px 20px rgba(48,35,22,.08); backdrop-filter: blur(10px); }
    .studio-steps { overflow-x: auto; scrollbar-width: none; }
    .studio-steps::-webkit-scrollbar { display: none; }
    .configurator-studio-body { grid-template-columns: 1fr; }
    .configurator-studio-body > .configurator-viewport { height: clamp(320px, 36dvh, 380px); min-height: 0; }
    .configurator-summary { min-height: 0; overflow: visible; border-top: 1px solid var(--line); border-left: 0; }
    .configurator-panel-scroll { overflow: visible; }
}

@media (max-width: 600px) {
    .configurator-page .configurator-studio-page { padding-top: 8px; padding-bottom: 54px; }
    .configurator-page .breadcrumb { display: none; }
    .configurator-hero { gap: 12px; padding: 10px 0 14px; }
    .configurator-hero h1 { max-width: 14ch; margin-top: 4px; font-size: 2rem; }
    .configurator-hero > div > p { display: none; }
    .configurator-hero-specs { width: 100%; }
    .configurator-hero-specs div { min-width: 0; padding: 9px 10px; flex: 1; }
    .configurator-hero-specs dt { font-size: .49rem; }
    .configurator-hero-specs dd { font-size: .66rem; }
    .configurator-studio { margin-inline: -6px; border-radius: 1.1rem; }
    .configurator-studio-bar { top: 126px; padding: 8px 8px 5px; }
    .studio-steps { grid-template-columns: repeat(4, 124px); padding-right: 34px; scroll-snap-type: x proximity; }
    .studio-step { padding: 9px 8px; }
    .studio-step { scroll-snap-align: center; }
    .studio-step::after { display: none; }
    .studio-steps-hint { display: flex; min-height: 18px; align-items: center; justify-content: flex-end; gap: 5px; padding: 1px 8px 0; color: var(--muted); font-size: .49rem; font-weight: 750; }
    .studio-steps-hint span { color: var(--orange-deep); font-size: .72rem; }
    .configurator-studio-body > .configurator-viewport { height: clamp(290px, 38dvh, 340px); min-height: 0; }
    .configurator-studio-body .live-label { display: none; }
    .configurator-summary { min-height: 0; padding: 14px 14px 18px; }
    .configurator-summary-head { display: none; }
    .configurator-current-step { margin-top: 0; padding: 13px 14px; }
    .configurator-options-host { margin-top: 12px; }
}

.quote-request-summary {
    padding: 27px;
    background: var(--ink);
}

.quote-request-summary .eyebrow,
.quote-request-summary p,
.quote-request-summary span {
    color: rgba(255, 255, 255, .72);
}

.quote-request-summary h2 {
    margin-top: 7px;
    color: var(--white);
    font-size: 1.35rem;
}

.quote-request-summary > div {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin: 16px 0 13px;
}

.quote-request-summary > div span {
    font-size: .68rem;
}

.quote-request-summary > div span small {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, .52);
    font-size: .52rem;
    font-weight: 650;
}

.quote-request-summary strong {
    color: var(--white);
    font-size: 1.65rem;
}

.quote-request-summary p {
    font-size: .65rem;
    line-height: 1.65;
}

.quote-request-card > .form-error-summary {
    margin: 22px 24px 0;
}

.quote-request-form {
    padding: 25px;
}

.quote-request-form-head {
    display: grid;
    grid-column: 1 / -1;
    gap: 5px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
}

.quote-request-form-head h2 {
    font-size: 1.35rem;
}

.quote-request-form-head p {
    color: var(--muted);
    font-size: .67rem;
}

.quote-request-form .form-row {
    gap: 12px;
}

.quote-request-form .form-field input,
.quote-request-form .form-field textarea {
    min-height: 45px;
    padding: 11px 12px;
}

.quote-request-form .form-field textarea {
    min-height: 100px;
}

.quote-request-form .form-submit {
    display: grid;
    gap: 10px;
}

.quote-request-form .form-submit .btn {
    width: 100%;
}

.quote-request-form .form-submit p {
    color: var(--muted);
    font-size: .61rem;
    text-align: center;
}

.quote-cart-empty,
.quote-cart-success {
    display: flex;
    max-width: 900px;
    gap: 25px;
    margin-inline: auto;
    padding: clamp(30px, 6vw, 62px);
}

.quote-cart-empty h2,
.quote-cart-success h2 {
    margin: .4rem 0 .75rem;
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.quote-cart-empty p,
.quote-cart-success p {
    max-width: 60ch;
    margin-bottom: 22px;
    color: var(--muted);
}

.basket-toast.error {
    background: #7f1d1d;
}

@media (max-width: 1080px) {
    .quote-cart-layout {
        grid-template-columns: 1fr;
    }

    .quote-request-card {
        position: static;
    }
}

@media (max-width: 760px) {
    .quote-cart-hero {
        padding: 42px 0;
    }

    .quote-cart-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .quote-cart-section {
        padding: 34px 0 60px;
    }

    .quote-cart-items {
        padding: 20px;
    }

    .quote-cart-item {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 15px;
    }

    .quote-cart-image {
        min-height: 110px;
    }

    .quote-cart-image img {
        height: 95px;
    }

    .quote-cart-controls {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quote-cart-controls label:nth-child(3) {
        max-width: none;
    }

    .quote-cart-update {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .product-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .product-actions {
        justify-content: space-between;
    }

    .product-actions .product-details,
    .product-actions .add {
        min-height: 44px;
    }

    .quote-cart-heading {
        align-items: start;
        flex-direction: column;
    }

    .quote-request-card {
        overflow: visible;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .quote-request-summary,
    .quote-request-form {
        border-radius: 1.15rem;
        box-shadow: var(--shadow-soft);
    }

    .quote-request-form {
        margin-top: 16px;
        background: var(--white);
    }

    .quote-cart-item {
        grid-template-columns: 1fr;
    }

    .quote-cart-image img {
        height: 150px;
    }

    .quote-cart-item-head {
        display: grid;
    }

    .quote-cart-remove {
        justify-self: start;
    }

    .quote-cart-controls {
        grid-template-columns: 1fr;
    }

    .quote-cart-empty,
    .quote-cart-success {
        display: grid;
    }
}

/* One session-wide rental timeframe */
.rental-timeframe-bar {
    position: relative;
    background: #fffaf4;
    border-top: 1px solid rgba(239, 142, 35, .16);
}

.rental-timeframe-bar.is-selected {
    background: #fff7ec;
}

.rental-timeframe-inner {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-block: 8px;
}

.rental-timeframe-basis {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
    gap: 11px;
}

.rental-timeframe-icon {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--orange-deep);
    background: var(--white);
    border: 1px solid rgba(239, 142, 35, .2);
    border-radius: 50%;
}

.rental-timeframe-icon .icon {
    width: 17px;
    height: 17px;
}

.rental-timeframe-basis > div {
    flex: 1 1 auto;
    min-width: 0;
}

.rental-timeframe-label {
    display: block;
    color: var(--muted);
    font-size: .55rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rental-timeframe-basis strong {
    display: block;
    margin-top: 1px;
    font-size: .7rem;
    line-height: 1.3;
}

.rental-timeframe-event-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: inherit;
    text-decoration: none;
}

.rental-timeframe-event-link::after {
    content: '\2192';
    color: var(--orange);
    font-size: .78rem;
    line-height: 1;
    transition: transform .16s ease;
}

.rental-timeframe-event-link:hover strong,
.rental-timeframe-event-link:focus-visible strong {
    text-decoration: underline;
    text-decoration-color: rgba(239, 142, 35, .55);
    text-underline-offset: 3px;
}

.rental-timeframe-event-link:hover::after,
.rental-timeframe-event-link:focus-visible::after {
    transform: translateX(2px);
}

.rental-timeframe-basis small {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size: .52rem;
}

.rental-timeframe-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
}

.rental-timeframe-actions > a {
    color: var(--orange-deep);
    font-size: .62rem;
    font-weight: 800;
}

.rental-timeframe-selector {
    position: relative;
}

.rental-timeframe-selector > summary {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 7px;
    padding: .46rem .72rem;
    color: var(--white);
    background: var(--orange);
    border-radius: var(--pill);
    font-size: .61rem;
    font-weight: 850;
    list-style: none;
    cursor: pointer;
}

.rental-timeframe-selector > summary::-webkit-details-marker {
    display: none;
}

.rental-timeframe-selector > summary::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .2s var(--ease);
}

.rental-timeframe-selector[open] > summary::after {
    transform: translateY(2px) rotate(225deg);
}

.rental-timeframe-panel {
    position: absolute;
    z-index: 180;
    top: calc(100% + 11px);
    right: 0;
    width: min(540px, calc(100vw - 32px));
    padding: 22px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--shell);
    box-shadow: 0 28px 70px -24px rgba(26, 26, 26, .38);
}

.rental-timeframe-panel-head > strong {
    display: block;
    margin: .3rem 0 .35rem;
    font-size: 1.05rem;
}

.rental-timeframe-panel-head > p {
    color: var(--muted);
    font-size: .65rem;
}

.rental-timeframe-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 9px;
    align-items: end;
    margin-top: 17px;
}

.rental-timeframe-form label {
    display: grid;
    gap: 5px;
}

.rental-timeframe-form label span {
    color: var(--muted);
    font-size: .55rem;
    font-weight: 800;
}

.rental-timeframe-form input {
    width: 100%;
    min-height: 48px;
    padding: 0 9px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: .68rem;
    font: inherit;
    font-size: .64rem;
}

.rental-timeframe-form button {
    min-height: 48px;
    padding: .6rem .82rem;
    color: var(--white);
    background: var(--orange);
    border-radius: .68rem;
    font-size: .6rem;
    font-weight: 850;
    white-space: nowrap;
    cursor: pointer;
}

.rental-timeframe-calendar-link {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    margin-top: 13px;
    padding: 12px;
    color: var(--ink);
    background: var(--pale);
    border-radius: .78rem;
}

.rental-timeframe-calendar-link > .icon {
    width: 18px;
    height: 18px;
    color: var(--orange);
}

.rental-timeframe-calendar-link > span {
    display: grid;
    gap: 2px;
}

.rental-timeframe-calendar-link strong {
    font-size: .64rem;
}

.rental-timeframe-calendar-link small {
    color: var(--muted);
    font-size: .55rem;
}

.rental-timeframe-clear {
    margin-top: 11px;
    text-align: right;
}

.rental-timeframe-clear button {
    padding: 0;
    color: var(--muted);
    background: transparent;
    font-size: .56rem;
    text-decoration: underline;
    cursor: pointer;
}

.rental-timeframe-error {
    margin-top: 10px;
    padding: 9px 10px;
    color: #7f1d1d;
    background: #fef2f2;
    border-radius: .65rem;
    font-size: .6rem;
}

/* Opaque JPG product photography sits on an intentional image card. */
.product-visual img.is-opaque-product-image {
    width: calc(100% - 44px);
    height: calc(100% - 44px);
    margin: 22px;
    padding: 10px;
    background: var(--white);
    border: 1px solid rgba(26, 26, 26, .07);
    border-radius: 1rem;
    box-shadow: 0 18px 35px -28px rgba(26, 26, 26, .5);
}

.image-shell img.is-opaque-product-image {
    padding: clamp(12px, 2vw, 22px);
    background: var(--white);
    border: 1px solid rgba(26, 26, 26, .08);
    border-radius: 1.25rem;
    box-shadow: 0 22px 50px -35px rgba(26, 26, 26, .55);
    filter: none;
}

.related-image img.is-opaque-product-image,
.quote-cart-image img.is-opaque-product-image {
    padding: 8px;
    background: var(--white);
    border: 1px solid rgba(26, 26, 26, .07);
    border-radius: .8rem;
    box-shadow: 0 14px 28px -24px rgba(26, 26, 26, .48);
}

.price small {
    display: block;
    max-width: 23ch;
    margin-top: 2px;
    color: var(--muted);
    font-size: .52rem;
    line-height: 1.3;
}

.product-timeframe-basis {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
    padding: 12px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: .8rem;
}

.product-timeframe-basis > .icon {
    width: 19px;
    height: 19px;
    color: var(--white);
}

.product-timeframe-basis > div {
    display: grid;
    gap: 2px;
}

.product-timeframe-basis span,
.product-timeframe-basis small {
    color: rgba(255, 255, 255, .82);
    font-size: .55rem;
}

.product-timeframe-basis strong {
    color: var(--white);
    font-size: .64rem;
    line-height: 1.3;
}

.product-timeframe-basis > a {
    color: var(--white);
    font-size: .58rem;
    font-weight: 850;
    text-decoration: underline;
}

.rent-controls-quantity-only {
    grid-template-columns: auto;
    justify-content: start;
}

.add-to-quote:disabled {
    color: rgba(255, 255, 255, .72);
    background: rgba(26, 26, 26, .55);
    box-shadow: none;
    cursor: not-allowed;
}

.add-to-quote:disabled:hover {
    background: rgba(26, 26, 26, .55);
    transform: none;
}

/* Consistent calendar artwork and selection controls */
.event-visual,
.calendar-card-image {
    aspect-ratio: 16 / 9;
    background: var(--white);
    border-bottom: 1px solid var(--line);
}

.event-visual > .event-art,
.calendar-card-image > img:first-child {
    object-fit: contain;
    object-position: center;
}

.calendar-event-grid .event-card {
    border: 1px solid rgba(26, 26, 26, .08);
    box-shadow: 0 14px 34px -27px rgba(26, 26, 26, .48);
}

.calendar-event-grid .event-visual {
    aspect-ratio: 2 / 1;
}

.calendar-event-grid .event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px -28px rgba(26, 26, 26, .42);
}

.event-visual.is-logo-only .event-art {
    width: 76%;
    height: 76%;
    margin: 6% auto;
}

.event-visual-gradient {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 48%;
    background: linear-gradient(to top, rgba(20, 12, 4, .78), rgba(20, 12, 4, 0));
    pointer-events: none;
}

.event-visual-title {
    position: absolute;
    z-index: 3;
    right: 16px;
    bottom: 14px;
    left: 16px;
    overflow: hidden;
    color: var(--white);
    font-size: .82rem;
    font-weight: 850;
    line-height: 1.15;
    text-overflow: ellipsis;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
    white-space: nowrap;
}

.event-logo-shell {
    top: 13px;
    left: 13px;
    width: 108px;
    height: 56px;
    padding: 8px 10px;
    border: 1px solid rgba(26, 26, 26, .07);
    border-radius: .72rem;
}

.event-year {
    z-index: 3;
    top: 13px;
    right: 13px;
}

.event-visual-placeholder {
    display: grid;
    place-items: center;
    isolation: isolate;
    background: var(--white);
}

.event-visual-placeholder::before {
    content: none;
}

.event-placeholder-name {
    position: relative;
    z-index: 1;
    max-width: 18ch;
    padding: 22px;
    color: var(--ink);
    font-size: 1.1rem;
    font-weight: 850;
    line-height: 1.1;
    text-align: center;
}

.event-card.is-timeframe-selected {
    opacity: 1;
    border: 2px solid var(--orange);
    box-shadow: 0 22px 55px -28px rgba(201, 108, 10, .58);
}

.event-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid var(--line);
}

.event-actions .event-link {
    min-height: 40px;
    margin-top: 0;
    padding: .55rem .75rem;
    border: 1px solid var(--line);
    border-radius: .7rem;
}

.event-timeframe-button {
    width: auto;
    min-height: 40px;
    padding: .5rem .72rem;
    color: var(--orange-deep);
    background: var(--pale);
    border: 1px solid rgba(201, 108, 10, .16);
    border-radius: .7rem;
    font-size: .61rem;
    font-weight: 850;
    cursor: pointer;
}


.event-timeframe-button:hover {
    background: var(--pale-strong);
}

@media (max-width: 900px) {
    .calendar-discovery { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
    .calendar-search-field { grid-column: 1 / -1; }
    .calendar-filter-reset { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 600px) {
    .calendar-listing { padding: 38px 0 68px; }
    .calendar-discovery { gap: 10px; margin-bottom: 20px; padding: 14px; border-radius: 1rem; }
    .calendar-discovery label:not(.calendar-search-field) > span:first-child { font-size: .52rem; }
    .calendar-search-input,
    .calendar-search-input input,
    .calendar-discovery select { min-height: 48px; }
    .calendar-filter-reset { min-height: 44px; }
    .calendar-toolbar { margin-bottom: 22px; }
    .calendar-toolbar > div:first-child { display: none; }
    .calendar-toolbar .year-filter { gap: 6px; }
    .calendar-toolbar .filter-pill { min-height: 40px; margin: 0; padding-inline: .8rem; }
    .calendar-month-list { gap: 34px; }
    .calendar-month-group { gap: 14px; }
    .calendar-month-group > h3 { font-size: 1.2rem; }
    .calendar-load-more { margin-top: 30px; padding: 18px 14px; }
    .calendar-load-more .btn { min-height: 46px; width: 100%; }
    .event-actions .event-link,
    .event-timeframe-button { min-height: 44px; }
}

.event-timeframe-button:disabled {
    color: var(--orange-deep);
    background: var(--pale);
    cursor: default;
}

.event-timeframe-button .calendar-select-icon,
.event-timeframe-button .calendar-selected-icon { display: inline-flex; }
.event-timeframe-button .calendar-selected-icon { display: none; }
.event-timeframe-button.is-selected .calendar-select-icon { display: none; }
.event-timeframe-button.is-selected .calendar-selected-icon { display: inline-flex; }
.event-status[data-calendar-selected-status][hidden] { display: none; }
.event-timeframe-button.is-loading { opacity: .72; }
.calendar-timeframe-feedback {
    margin-top: 2px;
    color: #2f6a46;
    font-size: .65rem;
    font-weight: 750;
}
.calendar-timeframe-feedback.has-error { color: #a53f2e; }

.event-detail-visual {
    isolation: isolate;
    background: linear-gradient(145deg, #f39a35, #c96608);
}

.event-detail-art {
    object-position: center;
}

.event-detail-gradient {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(to top, rgba(20, 12, 4, .28), transparent 52%);
    pointer-events: none;
}

.event-detail-logo {
    z-index: 2;
}

.event-detail-placeholder {
    display: grid;
    place-items: center;
}

.event-detail-placeholder::before {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    border: 48px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
}

.event-detail-placeholder-name {
    position: relative;
    z-index: 1;
    max-width: 16ch;
    padding: 28px;
    color: var(--white);
    font-size: clamp(1.8rem, 4vw, 3.3rem);
    font-weight: 850;
    line-height: .95;
    text-align: center;
}

.event-detail-actions form {
    display: flex;
}

.event-detail-actions button {
    font: inherit;
    cursor: pointer;
}

.event-detail-actions button:disabled {
    opacity: .7;
    cursor: default;
}

/* Cart uses the shared timeframe and a single transport charge. */
.quote-cart-timeframe {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    margin: 20px 0 2px;
    padding: 14px;
    background: #fff7ec;
    border: 1px solid rgba(239, 142, 35, .2);
    border-radius: .85rem;
}

.quote-cart-timeframe > span {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    color: var(--orange-deep);
    background: var(--white);
    border-radius: 50%;
}

.quote-cart-timeframe > span .icon {
    width: 18px;
    height: 18px;
}

.quote-cart-timeframe > div {
    display: grid;
    gap: 2px;
}

.quote-cart-timeframe small,
.quote-cart-timeframe p {
    color: var(--muted);
    font-size: .56rem;
}

.quote-cart-timeframe strong {
    font-size: .67rem;
}

.quote-cart-timeframe > a {
    color: var(--orange-deep);
    font-size: .59rem;
    font-weight: 850;
}

.quote-cart-timeframe.is-empty {
    background: #fff3e4;
}

.quote-cart-controls-quantity-only {
    grid-template-columns: 90px auto;
    justify-content: start;
}

.quote-request-summary > .quote-request-totals {
    display: grid;
    gap: 9px;
    align-items: stretch;
    margin: 15px 0;
}

.quote-request-totals > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
}

.quote-request-totals > div > span {
    max-width: 24ch;
    font-size: .62rem;
}

.quote-request-totals > div > strong {
    color: var(--white);
    font-size: .82rem;
}

.quote-request-totals > .quote-request-grand-total {
    margin-top: 3px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.quote-request-totals > .quote-request-grand-total > strong {
    font-size: 1.4rem;
}

.quote-request-card,
.material-aside,
.event-plan-card,
.content-aside {
    top: 150px;
}

@media (max-width: 1120px) {
    .mobile-panel {
        position: absolute;
        inset: 100% 0 auto;
        max-height: calc(100vh - 130px);
    }
}

@media (max-width: 760px) {
    .rental-timeframe-inner {
        min-height: 60px;
        gap: 10px;
    }

    .rental-timeframe-basis {
        gap: 8px;
    }

    .rental-timeframe-basis strong {
        font-size: .62rem;
    }

    .rental-timeframe-basis small,
    .rental-timeframe-actions > a {
        display: none;
    }

    .rental-timeframe-panel {
        right: -2px;
        padding: 18px;
    }

    .rental-timeframe-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rental-timeframe-form button {
        grid-column: 1 / -1;
    }

    .product-timeframe-basis {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .product-timeframe-basis > a {
        grid-column: 2;
        justify-self: start;
    }

    .event-actions {
        gap: 9px;
    }

    .quote-cart-timeframe {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .quote-cart-timeframe > a {
        grid-column: 2;
        justify-self: start;
    }

    .quote-cart-controls-quantity-only {
        grid-template-columns: 90px minmax(0, 1fr);
    }
}

@media (max-width: 520px) {
    .rental-timeframe-icon {
        width: 31px;
        height: 31px;
    }

    .rental-timeframe-basis > div > span {
        display: none;
    }

    .rental-timeframe-selector > summary {
        min-height: 44px;
        padding-inline: .62rem;
    }

    .rental-timeframe-panel {
        right: -4px;
        width: calc(100vw - 24px);
    }

    .rental-timeframe-form {
        grid-template-columns: 1fr;
    }

    .product-visual img.is-opaque-product-image {
        width: calc(100% - 28px);
        height: calc(100% - 28px);
        margin: 14px;
    }

    .event-visual-title {
        font-size: .75rem;
    }

    .event-actions {
        grid-template-columns: 1fr;
    }

    .quote-cart-controls-quantity-only {
        grid-template-columns: 1fr;
    }
}

html {
    scroll-padding-top: 150px;
}

.filter-shell {
    top: 142px;
}

.detail-aside,
.details .service-card {
    top: 150px;
}

.event-past {
    opacity: 1;
}

.event-placeholder-name,
.event-detail-placeholder-name {
    z-index: 2;
}

@media (max-width: 600px) {
    .filter-shell {
        top: 132px;
    }
}

.rental-image img.is-opaque-product-image {
    margin: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    padding: 10px;
    background: var(--white);
    border: 1px solid rgba(26, 26, 26, .07);
    border-radius: .75rem;
}

.quote-cart-line-total.is-pending strong {
    color: var(--muted);
    font-size: .72rem;
}

.quote-request-form .btn:disabled {
    color: rgba(255, 255, 255, .72);
    background: rgba(26, 26, 26, .55);
    cursor: not-allowed;
    box-shadow: none;
}

/* Calm webshop-style rental product page */
.rental-product-page .rental-product-hero { padding-bottom: 74px; background: #f8f6f2; }
.rental-product-page .rental-product-hero::before,
.rental-product-page .rental-product-hero::after,
.rental-product-page .image-shell::before,
.rental-product-page .image-shell::after,
.rental-product-page .product-purchase-card::after { display: none; }
.rental-product-page .product-hero .product-grid { grid-template-columns: minmax(0, 1.18fr) minmax(390px, .72fr); gap: clamp(38px, 5vw, 82px); align-items: center; padding-top: 34px; }
.rental-product-page .image-shell { min-height: clamp(560px, 66vh, 720px); padding: clamp(40px, 6vw, 90px); background: #fff; border: 1px solid rgba(63, 48, 34, .08); box-shadow: 0 22px 60px rgba(48, 35, 22, .08); }
.rental-product-page .image-shell img { width: min(82%, 700px); max-height: 560px; }
.rental-product-page .product-info { padding-top: 0; }
.rental-product-page .product-info h1 { max-width: 12ch; margin-top: 9px; font-size: clamp(2.65rem, 4.2vw, 4.15rem); }
.rental-product-page .lead { margin: 15px 0 24px; font-size: .82rem; }
.rental-product-page .product-info .product-purchase-card { padding: 24px; overflow: visible; color: var(--ink); background: #fff; border: 1px solid rgba(63, 48, 34, .1); border-radius: 1.15rem; box-shadow: 0 20px 55px rgba(48, 35, 22, .09); }
.product-price-primary { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.product-price-primary > div > span { color: var(--muted); font-size: .61rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.rental-product-page .product-price-primary .price-amount { margin-top: 5px; color: var(--ink); font-size: clamp(2rem, 3vw, 2.7rem); }
.rental-product-page .product-price-primary .price-amount small { color: var(--muted); font-size: .56rem; font-weight: 650; }
.product-timeframe-compact { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 11px; align-items: center; margin: 16px 0; padding: 12px 13px; background: var(--warm); border-radius: .78rem; }
.product-timeframe-compact > .icon { width: 18px; color: var(--orange-deep); }
.product-timeframe-compact > div { display: grid; gap: 2px; }
.product-timeframe-compact span { color: var(--muted); font-size: .53rem; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.product-timeframe-compact strong { font-size: .62rem; line-height: 1.35; }
.product-timeframe-compact a { color: var(--orange-deep); font-size: .57rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.product-options { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; }
.product-options legend { margin-bottom: 8px; font-size: .65rem; font-weight: 850; }
.product-option { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 11px; align-items: center; padding: 13px; background: #fff; border: 1px solid var(--line); border-radius: .78rem; cursor: pointer; transition: border-color .2s var(--ease), background .2s var(--ease); }
.product-option:has(input:checked) { background: var(--pale); border-color: var(--orange); }
.product-option input { width: 18px; height: 18px; margin: 0; accent-color: var(--orange); }
.product-option > span { display: grid; gap: 2px; }
.product-option strong { font-size: .64rem; }
.product-option small { color: var(--muted); font-size: .54rem; line-height: 1.35; }
.product-option em { color: var(--ink); font-size: .56rem; font-style: normal; font-weight: 800; white-space: nowrap; }
.rental-product-page .product-quantity-row { display: block; margin-top: 16px; }
.rental-product-page .quantity { display: flex; align-items: center; justify-content: space-between; }
.rental-product-page .quantity > span { color: var(--ink); font-size: .62rem; letter-spacing: 0; text-transform: none; }
.rental-product-page .quantity-control { border: 1px solid var(--line); }
.rental-product-page .product-total { margin: 18px 0 14px; padding-top: 16px; color: var(--muted); border-color: var(--line); }
.rental-product-page .product-total strong { color: var(--ink); font-size: 1.2rem; }
.rental-product-page .add-to-quote { min-height: 54px; background: var(--orange); box-shadow: 0 14px 24px -18px rgba(201, 108, 10, .8); }
.rental-product-page .add-to-quote:hover { background: var(--orange-deep); }
.product-purchase-note { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: .54rem; }
.mobile-product-price { display: none; }
.rental-product-page .details { padding: 72px 0 82px; }
.product-details-clean .section-heading { max-width: 720px; }
.product-details-columns { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(32px, 6vw, 90px); align-items: start; }
.product-spec-list { overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; }
.product-spec-list div { display: grid; grid-template-columns: 135px minmax(0, 1fr); gap: 18px; padding: 15px 17px; border-top: 1px solid var(--line); }
.product-spec-list div:first-child { border-top: 0; }
.product-spec-list dt { color: var(--muted); font-size: .62rem; font-weight: 700; }
.product-spec-list dd { color: var(--ink); font-size: .66rem; font-weight: 700; }
.product-details-clean .product-description { margin: 0; color: var(--muted); font-size: .76rem; }
.product-details-clean .product-description > :first-child { margin-top: 0; }
.quote-cart-product-options { display: flex; flex-wrap: wrap; gap: 7px; margin: 12px 0; padding: 0; list-style: none; }
.quote-cart-product-options li { display: flex; align-items: center; gap: 6px; padding: 7px 9px; background: var(--pale); border-radius: 999px; font-size: .58rem; font-weight: 750; }
.quote-cart-product-options .icon { width: 14px; color: var(--orange-deep); }
.quote-cart-product-options span { color: var(--muted); font-weight: 600; }
@media (max-width: 900px) {
    .rental-product-page .product-hero .product-grid { grid-template-columns: 1fr; }
    .rental-product-page .image-shell { min-height: 520px; }
    .product-details-columns { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .rental-product-page .rental-product-hero { padding-bottom: 50px; }
    .rental-product-page .product-hero .product-grid { display: flex; gap: 0; padding-top: 8px; flex-direction: column; }
    .rental-product-page .product-info { display: contents; }
    .rental-product-page .product-info > .eyebrow { order: 1; }
    .rental-product-page .product-info > h1 { order: 2; }
    .rental-product-page .product-info > .lead { order: 3; }
    .rental-product-page .mobile-product-price { order: 4; }
    .rental-product-page .gallery { order: 5; margin-top: 16px; }
    .rental-product-page .product-purchase-card { order: 6; margin-top: 18px; }
    .rental-product-page .image-shell { height: 42vh; min-height: 280px; max-height: 360px; padding: 26px; }
    .rental-product-page .product-info h1 { margin-top: 7px; font-size: clamp(2.2rem, 11vw, 2.75rem); }
    .rental-product-page .lead { margin: 9px 0 13px; }
    .mobile-product-price { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3px 16px; min-height: 68px; align-items: center; padding: 12px 14px; color: var(--ink); background: #fff; border: 1px solid rgba(63, 48, 34, .1); border-radius: .9rem; box-shadow: 0 12px 30px rgba(48, 35, 22, .07); }
    .mobile-product-price > span { align-self: end; color: var(--muted); font-size: .56rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
    .mobile-product-price > strong { grid-column: 1; align-self: start; font-size: 1.55rem; }
    .mobile-product-price > em { display: inline-flex; grid-column: 2; grid-row: 1 / span 2; min-height: 44px; align-items: center; gap: 6px; color: var(--orange-deep); font-size: .62rem; font-style: normal; font-weight: 850; }
    .mobile-product-price .icon { width: 17px; height: 17px; }
    .rental-product-page .product-info .product-purchase-card { padding: 18px; }
    .product-price-primary { align-items: start; flex-direction: column; gap: 7px; }
    .product-option { grid-template-columns: auto minmax(0, 1fr); }
    .product-option em { grid-column: 2; }
    .product-timeframe-compact { grid-template-columns: auto minmax(0, 1fr); }
    .product-timeframe-compact a { grid-column: 2; }
    .product-spec-list div { grid-template-columns: 1fr; gap: 5px; }
    .product-timeframe-compact a,
    .related-head > a,
    .related-body h3 a { display: inline-flex; min-height: 44px; align-items: center; }
    .breadcrumb {
        flex-wrap: wrap;
        row-gap: 0;
        margin-bottom: 16px;
        overflow: visible;
        white-space: normal;
    }
    .breadcrumb a { display: inline-flex; min-height: 44px; align-items: center; }
    .rental-product-page .breadcrumb {
        display: grid;
        grid-template-columns: auto 13px minmax(0, 1fr);
        gap: .5rem;
        min-height: 44px;
        align-items: center;
        white-space: nowrap;
    }
    .rental-product-page .breadcrumb > :nth-child(-n + 4) { display: none; }
    .rental-product-page .breadcrumb span:last-child {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Focused event and rental-date picker */
.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;
}

body.timeframe-open { overflow: hidden; }
body.timeframe-open .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.rental-timeframe-backdrop {
    position: fixed;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(25, 22, 18, .48);
    border: 0;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    cursor: default;
}

.rental-timeframe-panel {
    position: fixed;
    z-index: 2;
    top: 50%;
    right: auto;
    left: 50%;
    width: min(720px, calc(100vw - 40px));
    max-height: min(760px, calc(100vh - 40px));
    padding: 30px;
    overflow-y: auto;
    border: 0;
    border-radius: 1.3rem;
    box-shadow: 0 34px 90px -25px rgba(20, 16, 12, .52);
    transform: translate(-50%, -50%);
}

.rental-timeframe-panel-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 24px;
}

.rental-timeframe-panel-head > div { min-width: 0; }

.rental-timeframe-panel-head > strong,
.rental-timeframe-panel-head > div > strong {
    display: block;
    margin: .3rem 0 .35rem;
    font-size: clamp(1.25rem, 2.4vw, 1.65rem);
    line-height: 1.15;
}

.rental-timeframe-panel-head > div > p {
    max-width: 55ch;
    color: var(--muted);
    font-size: .68rem;
}

.rental-timeframe-close {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    place-items: center;
    padding: 0;
    color: var(--ink);
    background: var(--warm);
    border: 0;
    border-radius: 50%;
    font: inherit;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
}

.rental-event-search { gap: 0; margin: 24px 0 20px; }
.rental-event-search label { gap: 0; }

.rental-event-search-field {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    min-height: 56px;
    padding: 0 17px;
    background: var(--white);
    border: 1.5px solid var(--line);
    border-radius: .85rem;
    transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}

.rental-event-search-field:focus-within {
    border-color: var(--orange);
    box-shadow: 0 0 0 4px rgba(239, 142, 35, .12);
}

.rental-event-search-field > .icon {
    width: 20px;
    height: 20px;
    color: var(--orange-deep);
}

.rental-event-search input[type="search"] {
    min-height: 54px;
    padding: 0 0 0 12px;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    font-size: .78rem;
}

.rental-event-suggestions {
    display: grid;
    max-height: min(390px, 48vh);
    margin-top: 8px;
    overflow-y: auto;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: .85rem;
    box-shadow: 0 18px 38px -30px rgba(26, 26, 26, .55);
}

.rental-event-suggestions[hidden],
.rental-event-suggestions button[hidden] { display: none; }

.rental-event-suggestions button {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    min-height: 70px;
    padding: 13px 16px;
}

.rental-event-suggestions button:hover,
.rental-event-suggestions button.is-active {
    background: var(--pale);
}

.rental-event-suggestions button > span { display: grid; gap: 4px; }
.rental-event-suggestions strong { font-size: .72rem; }
.rental-event-suggestions small { font-size: .59rem; }
.rental-event-suggestions time {
    color: var(--muted);
    font-size: .58rem;
    font-weight: 750;
    white-space: nowrap;
}

.rental-event-search-status {
    margin: 10px 0 0;
    padding: 14px 16px;
    color: var(--muted);
    background: var(--warm);
    border-radius: .8rem;
    font-size: .64rem;
}

.rental-event-search-status[hidden] { display: none; }
.rental-timeframe-divider { margin-top: 4px; }

@media (max-width: 600px) {
    .rental-timeframe-panel {
        width: calc(100vw - 20px);
        max-height: calc(100dvh - 20px);
        padding: 22px 18px;
        border-radius: 1rem;
    }

    .rental-timeframe-panel-head > div > strong { font-size: 1.25rem; }
    .rental-event-search { margin-top: 20px; }
    .rental-event-search-field { min-height: 52px; padding-inline: 14px; }
    .rental-event-search input[type="search"] { min-height: 50px; font-size: .7rem; }
    .rental-event-suggestions button { grid-template-columns: 1fr; gap: 6px; min-height: 74px; }
    .rental-event-suggestions time { white-space: normal; }
}

/* Desktop first-viewport pass for product and concept editors */
@media (min-width: 981px) {
    .configurator-page .nav,
    .rental-product-page .nav { height: 64px; }

    .configurator-page .rental-timeframe-inner,
    .rental-product-page .rental-timeframe-inner { min-height: 48px; padding-block: 5px; }

    .configurator-page .rental-timeframe-icon,
    .rental-product-page .rental-timeframe-icon { width: 30px; height: 30px; }

    .configurator-page .rental-timeframe-basis small,
    .rental-product-page .rental-timeframe-basis small { display: none; }

    .configurator-page .breadcrumb,
    .rental-product-page .breadcrumb { display: none; }

    .configurator-page .configurator-studio-page { padding: 8px 0 40px; }
    .configurator-page .configurator-hero { gap: 30px; padding: 12px 0 15px; }
    .configurator-page .configurator-hero h1 { max-width: none; margin: 4px 0 5px; font-size: clamp(2.1rem, 3vw, 2.85rem); }
    .configurator-page .configurator-hero > div > p { font-size: .72rem; }
    .configurator-page .configurator-hero-specs div { min-width: 96px; padding: 10px 13px; }

    .configurator-page .configurator-studio-bar {
        display: block;
        min-height: 68px;
        padding: 8px 12px;
    }
    .configurator-page .studio-title { display: none; }
    .configurator-page .studio-step { padding-block: 8px; }
    .configurator-page .configurator-studio-body {
        --configurator-studio-height: clamp(580px, calc(100vh - 340px), 740px);
    }
    .configurator-page .configurator-studio-body > .configurator-viewport { height: var(--configurator-studio-height); }
    .configurator-page .configurator-summary { height: var(--configurator-studio-height); padding: 16px 18px 14px; }
    .configurator-page .configurator-summary-head { display: none; }
    .configurator-page .configurator-current-step { margin-top: 0; padding: 11px 13px; }
    .configurator-page .configurator-current-step p { line-height: 1.4; }
    .configurator-page .configurator-options-host { margin-top: 12px; padding-bottom: 13px; }
    .configurator-page .configurator-price-lines { margin-top: 13px; }
    .configurator-page .configurator-price-lines div { padding: 7px 0; }
    .configurator-page .configurator-summary:not([data-active-section="quote"]) .configurator-price-lines,
    .configurator-page .configurator-summary:not([data-active-section="quote"]) .configurator-price-details { display: none; }
    .configurator-page .configurator-total { margin-top: 10px; padding: 13px 15px; }
    .configurator-page .configurator-summary-actions { gap: 8px; padding-top: 8px; }
    .configurator-page .configurator-summary-actions .summary-row,
    .configurator-page .configurator-summary-actions #siteConfiguratorQuoteStatus { display: none; }

    .rental-product-page .rental-product-hero { padding-bottom: 36px; }
    .rental-product-page .product-hero .product-grid { gap: clamp(34px, 4vw, 68px); padding-top: 20px; }
    .rental-product-page .image-shell { min-height: 560px; height: min(680px, calc(100vh - 170px)); padding: clamp(34px, 5vw, 72px); }
    .rental-product-page .product-info h1 { margin-top: 6px; font-size: clamp(2.45rem, 3.5vw, 3.55rem); }
    .rental-product-page .lead { margin: 10px 0 16px; font-size: .74rem; }
    .rental-product-page .product-info .product-purchase-card { padding: 20px; }
    .rental-product-page .product-price-primary { padding-bottom: 15px; }
    .rental-product-page .product-timeframe-compact { margin: 12px 0; padding-block: 10px; }
    .rental-product-page .product-option { padding: 11px 12px; }
    .rental-product-page .product-quantity-row { margin-top: 12px; }
    .rental-product-page .product-total { margin: 13px 0 11px; padding-top: 12px; }
    .rental-product-page .add-to-quote { min-height: 50px; }
}

/* UX-031: readable supporting type and deliberate action hierarchy. */
.ui-page-intro h1 {
    text-wrap: balance;
}

.ui-page-intro p,
.section-head p,
.concept-information-copy p,
.product-details-clean .product-description {
    font-size: max(var(--type-body-small), 1em);
}

.concept-card-caption em,
.concept-price-card small,
.concept-information-specs .is-price small,
.related-price,
.mobile-product-price > span,
.product-price-primary > div > span,
.rental-product-page .product-price-primary .price-amount small,
.product-timeframe-compact span,
.configurator-hero-specs dt,
.summary-kicker,
.configurator-current-step > span,
.configurator-total em,
.commercial-summary-heading span {
    font-size: var(--type-caption);
}

.concept-meta,
.concept-card-cta,
.calendar-discovery label > span:first-child,
.calendar-search-input input,
.calendar-discovery select,
.calendar-filter-reset,
.calendar-load-more p,
.calendar-event-grid .event-body > p,
.event-plan-card dt,
.concept-specs dt,
.config-summary dt,
.event-plan-card dd,
.concept-specs dd,
.config-summary dd,
.product-timeframe-compact strong,
.product-timeframe-compact a,
.product-option strong,
.product-option small,
.product-option em,
.rental-product-page .quantity > span,
.product-purchase-note,
.product-spec-list dt,
.product-spec-list dd,
.quote-cart-product-options li,
.quote-cart-line-total span,
.quote-cart-nested-items > div,
.quote-cart-nested-items strong,
.quote-cart-stand-breakdown dl div,
.commercial-material-list div,
.commercial-total-lines div,
.configurator-current-step p,
.configurator-price-lines div,
.summary-breakdown-link,
.configurator-summary-actions #siteConfiguratorQuoteStatus {
    font-size: var(--type-meta);
}

.quote-cart-nested-items small,
.quote-cart-stand-breakdown > strong,
.rental-event-search label span,
.concept-filters legend,
.concept-filter-options button,
.studio-step small,
.studio-utilities button {
    font-size: var(--type-caption);
}

.configurator-total em {
    color: rgba(255, 255, 255, .82);
}

.orange-surface .btn-white + .btn-white-outline,
.orange-surface .btn-white-outline + .btn-white-outline {
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .72);
}

@media (max-width: 600px) {
    .listing-page-intro h1,
    .utility-page-intro h1,
    .utility-page-intro.quote-cart-hero h1 {
        font-size: clamp(2.15rem, 9vw, 2.85rem);
    }

    .concept-gallery-grid .concept-card-caption em,
    .concept-gallery-grid .concept-card-cta,
    .rental-event-search input[type="search"] {
        font-size: var(--type-caption);
    }
}

@media (max-width: 500px) {
    .hero-actions,
    .final-actions,
    .empty-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .btn,
    .final-actions .btn,
    .empty-actions .btn {
        width: 100%;
    }
}

/* Homepage 2026: a calmer, product-led storefront inspired by the approved visual direction. */
.home-page {
    background: #fbfaf8;
}

.home-page main {
    background:
        radial-gradient(circle at 8% 22%, rgba(239, 142, 35, .055), transparent 25rem),
        #fbfaf8;
}

.home-page .rental-timeframe-bar {
    display: none;
}

.home-page section {
    padding-block: clamp(58px, 5.4vw, 82px);
}

.home-page .home-hero {
    min-height: min(690px, calc(100vh - 122px));
    padding-block: clamp(58px, 6vw, 88px) clamp(48px, 5vw, 72px);
    color: var(--ink);
    background:
        linear-gradient(90deg, rgba(251, 250, 248, .98) 0%, rgba(251, 250, 248, .92) 39%, rgba(255, 244, 232, .5) 100%);
    border-radius: 0;
}

.home-page .home-hero::before {
    top: -28%;
    right: -9%;
    width: min(55vw, 850px);
    height: min(55vw, 850px);
    background: radial-gradient(circle, rgba(239, 142, 35, .13), rgba(239, 142, 35, 0) 68%);
}

.home-page .home-hero::after {
    right: -8rem;
    bottom: -11rem;
    left: auto;
    width: 34rem;
    height: 34rem;
    border: 1px solid rgba(239, 142, 35, .12);
    border-radius: 2.5rem;
    transform: rotate(28deg);
}

.home-page .hero-grid {
    grid-template-columns: minmax(420px, .95fr) minmax(520px, 1.05fr);
    column-gap: clamp(34px, 4.5vw, 74px);
    row-gap: 0;
}

.home-page .hero .eyebrow,
.home-page .hero h1,
.home-page .hero-copy > p {
    color: inherit;
}

.home-page .hero h1 {
    max-width: 12ch;
    margin-top: .72rem;
    font-size: clamp(3.15rem, 5vw, 5.15rem);
    line-height: .98;
    letter-spacing: -.058em;
}

.home-page .hero-copy > p {
    max-width: 54ch;
    margin-top: 1.35rem;
    color: var(--muted);
    font-size: clamp(.92rem, 1.05vw, 1.05rem);
}

.home-page .hero-actions {
    margin-top: 1.7rem;
}

.home-page .hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column: 1;
    grid-row: 2;
    gap: 12px;
    margin-top: 2rem;
}

.home-page .hero-fact {
    min-width: 0;
    gap: 9px;
    color: var(--ink);
}

.home-page .hero-fact > i {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--orange);
    background: var(--white);
    border: 1px solid rgba(239, 142, 35, .2);
    border-radius: 50%;
}

.home-page .hero-fact > i .icon {
    width: 19px;
    height: 19px;
}

.home-page .hero-fact > span {
    display: grid;
    line-height: 1.25;
}

.home-page .hero-fact strong {
    font-size: .76rem;
}

.home-page .hero-fact small {
    margin-top: 2px;
    color: var(--muted);
    font-size: .64rem;
    font-weight: 600;
}

.home-page .hero-visual {
    width: 100%;
    max-width: 680px;
    min-height: 470px;
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
}

.home-page .render-shell {
    height: 100%;
    min-height: 470px;
    overflow: visible;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.home-page .render-shell::before {
    top: 6%;
    right: 1%;
    width: 86%;
    height: 86%;
    background: radial-gradient(ellipse, rgba(239, 142, 35, .11), rgba(255, 255, 255, 0) 68%);
}

.home-page .render-shell::after {
    right: 10%;
    bottom: 7%;
    left: 10%;
    height: 7%;
    background: rgba(26, 26, 26, .13);
    filter: blur(26px);
}

.home-page .render-shell img.is-rendered-thumbnail,
.home-page .render-shell img {
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: contain;
    filter: drop-shadow(0 26px 24px rgba(26, 26, 26, .12));
}

.home-page .render-shell:focus-visible {
    outline-color: var(--orange);
}

.home-page .routes {
    padding-top: 26px;
    background: transparent;
}

.home-page .route-grid {
    gap: 16px;
}

.home-page .route {
    display: grid;
    min-height: 205px;
    grid-template-columns: minmax(0, 1fr) 38%;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(26, 26, 26, .055);
    border-radius: 1rem;
    box-shadow: 0 16px 34px -28px rgba(26, 26, 26, .5);
}

.home-page .route:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px -30px rgba(26, 26, 26, .45);
}

.home-page .route-visual {
    grid-column: 2;
    grid-row: 1;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    background: transparent;
}

.home-page .route-visual img,
.home-page .route:first-child .route-visual img {
    padding: 20px 12px 20px 0;
    object-fit: contain;
}

.home-page .route:nth-child(3) .route-visual img {
    padding: 0;
    object-fit: cover;
    clip-path: inset(16px 14px 16px 0 round 12px);
}

.home-page .route-number {
    display: none;
}

.home-page .route-body {
    grid-column: 1;
    grid-row: 1;
    padding: 22px 10px 21px 22px;
}

.home-page .route-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
}

.home-page .route-icon .icon {
    width: 24px;
    height: 24px;
}

.home-page .route h3 {
    font-size: 1rem;
}

.home-page .route p {
    margin: .4rem 0 .72rem;
    font-size: .82rem;
    line-height: 1.5;
}

.home-page .route .text-link {
    font-size: .67rem;
}

.home-page .concepts {
    background: transparent;
}

.home-page .concepts .section-head {
    align-items: end;
    margin-bottom: 26px;
}

.home-page .concepts .section-head h2,
.home-page .portfolio-section .section-head h2 {
    margin-top: .45rem;
    font-size: clamp(1.9rem, 3vw, 2.75rem);
}

.home-page .concepts .section-head p,
.home-page .portfolio-section .section-head p {
    max-width: 62ch;
    margin-top: .65rem;
    color: var(--muted);
    font-size: .78rem;
}

.home-page .concept-grid {
    gap: 16px;
}

.home-page .concept {
    display: flex;
    color: inherit;
    background: var(--white);
    border: 1px solid rgba(26, 26, 26, .06);
    border-radius: 1rem;
    box-shadow: 0 16px 36px -30px rgba(26, 26, 26, .55);
}

.home-page .concept:focus-visible,
.home-page .project:focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 4px;
}

.home-page .concept:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px -30px rgba(26, 26, 26, .5);
}

.home-page .concept-visual {
    aspect-ratio: 1.55 / 1;
    background: linear-gradient(145deg, #fffdfa, #f8f5f1);
}

.home-page .concept-tag {
    top: 12px;
    left: 12px;
    padding: .3rem .58rem;
    font-size: .55rem;
    box-shadow: none;
    border: 1px solid var(--line);
}

.home-page .concept-body {
    min-height: 150px;
    padding: 15px 16px 16px;
    border-top: 1px solid rgba(26, 26, 26, .055);
}

.home-page .concept h3 {
    font-size: .93rem;
}

.home-page .concept-price {
    font-size: .9rem;
}

.home-page .concept-meta {
    max-width: 60ch;
    font-size: .62rem;
}

.home-page .concept-card-cta {
    width: fit-content;
    min-height: 44px;
    margin-top: auto;
    color: var(--orange-deep);
    font-size: .66rem;
}

.home-page .portfolio-section {
    background: transparent;
}

.home-page .home-portfolio-layout {
    display: grid;
    grid-template-columns: minmax(220px, .62fr) minmax(0, 1.65fr);
    gap: clamp(30px, 5vw, 78px);
    align-items: center;
}

.home-page .portfolio-section .section-head {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
}

.home-page .portfolio-section .section-head .btn {
    margin-top: 1.25rem;
}

.home-page .portfolio-grid {
    grid-template-rows: repeat(2, 190px);
    gap: 12px;
}

.home-page .project {
    display: block;
    color: inherit;
    border-radius: .9rem;
}

.home-page .project-copy {
    right: 17px;
    bottom: 15px;
    left: 17px;
}

.home-page .project-copy p {
    display: none;
}

.home-page .project-copy h3 {
    font-size: clamp(.95rem, 1.5vw, 1.3rem);
}

.home-page .home-final-cta {
    padding-top: 42px;
    padding-bottom: 64px;
    text-align: left;
    border-radius: 0;
}

.home-page .home-final-cta::before,
.home-page .home-final-cta::after {
    display: none;
}

.home-final-cta-shell {
    display: grid;
    grid-template-columns: auto minmax(260px, 1fr) auto;
    gap: clamp(20px, 3vw, 42px);
    align-items: center;
    padding: clamp(24px, 3.5vw, 42px);
    overflow: hidden;
    background: linear-gradient(110deg, var(--pale) 0%, #fff7ef 62%, var(--pale-strong) 100%);
    border: 1px solid rgba(239, 142, 35, .14);
    border-radius: 1.25rem;
}

.home-final-mark {
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    color: var(--orange);
    background: rgba(239, 142, 35, .12);
    border-radius: 50%;
}

.home-final-mark svg {
    width: 40px;
}

.home-page .home-final-cta .eyebrow {
    justify-content: flex-start;
}

.home-page .home-final-cta h2 {
    max-width: 24ch;
    margin: .35rem 0 0;
    color: var(--ink);
    font-size: clamp(1.55rem, 2.3vw, 2.25rem);
    line-height: 1.05;
}

.home-page .home-final-cta p {
    max-width: 64ch;
    margin: .5rem 0 0;
    color: var(--muted);
    font-size: .72rem;
}

.home-page .home-final-cta .final-actions {
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-top: 0;
}

@media (max-width: 1120px) {
    .home-page .home-hero {
        min-height: 0;
    }

    .home-page .hero-grid {
        grid-template-columns: minmax(330px, .88fr) minmax(400px, 1.12fr);
    }

    .home-page .hero-facts {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .home-page .hero-visual,
    .home-page .render-shell {
        min-height: 400px;
    }

    .home-page .route-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-page .route:last-child {
        grid-column: 1 / -1;
        max-width: none;
    }

    .home-final-cta-shell {
        grid-template-columns: auto 1fr;
    }

    .home-page .home-final-cta .final-actions {
        grid-column: 2;
        justify-content: flex-start;
    }
}

@media (max-width: 820px) {
    .home-page .home-hero {
        padding-top: 48px;
    }

    .home-page .hero-grid {
        grid-template-columns: minmax(300px, .92fr) minmax(330px, 1.08fr);
        gap: 24px;
    }

    .home-page .hero-copy {
        max-width: 680px;
    }

    .home-page .hero h1 {
        max-width: 12ch;
        font-size: clamp(2.7rem, 6.8vw, 3.55rem);
    }

    .home-page .hero-facts {
        grid-template-columns: 1fr;
    }

    .home-page .hero-visual,
    .home-page .render-shell {
        min-height: 0;
    }

    .home-page .render-shell {
        width: 100%;
        height: auto;
        aspect-ratio: 1.05 / 1;
        overflow: hidden;
    }

    .home-page .route-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-page .route:last-child {
        grid-column: 1 / -1;
        max-width: none;
    }

    .home-page .concept-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-page .concept:last-child {
        grid-column: 1 / -1;
        max-width: calc(50% - 8px);
        width: 100%;
        margin-inline: auto;
    }

    .home-page .home-portfolio-layout {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .home-page .portfolio-section .section-head {
        max-width: 620px;
    }

    .home-page .portfolio-grid {
        grid-template-columns: 1.35fr .8fr;
        grid-template-rows: repeat(2, 200px);
    }

    .home-page .project:first-child {
        grid-row: 1 / 3;
    }
}

@media (max-width: 680px) {
    .home-page .hero-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-page .hero-copy {
        max-width: 100%;
    }

    .home-page .hero h1 {
        max-width: 13ch;
    }

    .home-page .hero-facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-column: 1;
        grid-row: auto;
    }

    .home-page .hero-visual,
    .home-page .render-shell {
        min-height: 0;
    }

    .home-page .hero-visual {
        max-width: 440px;
        grid-column: 1;
        grid-row: auto;
        justify-self: center;
    }

    .home-page .render-shell {
        aspect-ratio: 1.2 / 1;
    }

    .home-page .route-grid {
        grid-template-columns: 1fr;
    }

    .home-page .route:last-child {
        grid-column: auto;
        max-width: none;
    }
}

@media (max-width: 600px) {
    .home-page section {
        padding-block: 50px;
    }

    .home-page .home-hero {
        padding: 42px 0 28px;
    }

    .home-page .hero h1 {
        font-size: clamp(2.55rem, 12.5vw, 3.7rem);
    }

    .home-page .hero-copy > p {
        margin-top: 1rem;
        font-size: .86rem;
    }

    .home-page .hero-actions {
        gap: 9px;
        margin-top: 1.35rem;
    }

    .home-page .hero-facts {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 1.35rem;
    }

    .home-page .hero-visual,
    .home-page .render-shell {
        min-height: 0;
    }

    .home-page .hero-visual {
        max-width: 340px;
    }

    .home-page .hero-fact {
        display: grid;
        grid-template-columns: 40px 1fr;
        align-items: center;
        justify-items: stretch;
    }

    .home-page .hero-fact > span {
        margin-top: 0;
    }

    .home-page .hero-fact small {
        display: block;
    }

    .home-page .routes {
        padding-top: 24px;
    }

    .home-page .route {
        display: grid;
        min-height: 190px;
        grid-template-columns: minmax(0, 1fr) 35%;
    }

    .home-page .route-visual {
        aspect-ratio: auto;
    }

    .home-page .route-body {
        padding: 18px 6px 18px 18px;
    }

    .home-page .route p {
        display: -webkit-box;
        overflow: hidden;
        font-size: .82rem;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .home-page .concepts .section-head .text-link {
        margin-top: 13px;
    }

    .home-page .concept-grid {
        grid-template-columns: 1fr;
    }

    .home-page .concept:last-child {
        grid-column: auto;
        max-width: none;
    }

    .home-page .concept-body {
        min-height: 144px;
    }

    .home-page .portfolio-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 320px 205px 205px;
    }

    .home-page .project:first-child {
        grid-row: auto;
    }

    .home-final-cta-shell {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .home-final-mark {
        width: 62px;
        height: 62px;
    }

    .home-final-mark svg {
        width: 31px;
    }

    .home-page .home-final-cta .final-actions {
        grid-column: auto;
        display: grid;
    }
}

/* UX-040: accessible brand actions and consistent standalone touch targets. */
.btn-orange,
.cart-count,
.filter:hover,
.filter.active,
.filter[aria-pressed="true"],
.filter:hover .icon,
.filter.active .icon,
.filter[aria-pressed="true"] .icon,
.add,
.event-year,
.image-badge,
.product-info .price-card,
.step.done .step-dot,
.step.active .step-dot,
.price-overlay,
.mobile-panel .mobile-panel-cta,
.display-badge,
a.filter-pill:hover,
.filter-pill.active,
.site-lightbox-nav:hover,
.site-lightbox-nav:focus-visible,
.material-hero-image > span,
.mobile-cart-link span,
.quote-cart-empty > span,
.rental-timeframe-selector > summary,
.rental-timeframe-form button,
.studio-step.is-active > span,
.rental-product-page .add-to-quote {
    color: var(--ink);
}

.orange-surface,
.orange-surface .eyebrow,
.orange-surface h1,
.orange-surface h2,
.orange-surface h3,
.orange-surface p,
.orange-surface a,
.orange-surface span,
.orange-surface strong,
.orange-surface small,
.assurance-intro,
.assurance-intro .eyebrow,
.assurance-intro h2,
.assurance-intro p {
    color: var(--ink);
}

.btn-orange:hover,
.add:hover,
.rental-product-page .add-to-quote:hover,
.rental-timeframe-form button:hover {
    color: var(--white);
}

.text-link,
.quote-cart-heading > a,
.quote-cart-timeframe > a,
.quote-cart-item-head h3 > a,
.quote-cart-remove {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
}

.calendar-toolbar .filter-pill,
.quote-cart-controls input,
.quote-cart-update {
    min-height: 44px;
}

.add-to-quote:disabled,
.add-to-quote:disabled:hover {
    color: var(--white);
    background: #5d5d5d;
}

.service,
.service-copy .eyebrow,
.service-copy h2,
.service-copy p,
.service-item h3,
.service-item p,
.service-item .service-icon {
    color: var(--ink);
}

.service-item {
    background: rgba(255, 255, 255, .28);
    border-color: rgba(26, 26, 26, .28);
}

.service-item .service-icon {
    border-color: var(--ink);
}

.rental-product-page .mobile-product-price {
    display: none !important;
}

@media (max-width: 600px) {
    .rental-product-page .image-shell {
        height: 39vh;
        min-height: 260px;
        max-height: 330px;
    }

    .calendar-event-grid .event-card:has(.event-visual-placeholder) .event-visual {
        display: none;
    }

    .calendar-event-grid .event-card:has(.event-visual-placeholder) .event-body {
        padding-top: 22px;
    }
}

.quote-cart-selection-count {
    margin-top: .35rem;
    color: var(--muted);
    font-size: var(--type-meta);
}

/* Bright orange is a brand surface, not a sufficiently dark text background. */
.orange-surface h1,
.orange-surface h2,
.orange-surface h3,
.orange-surface p,
.orange-surface .eyebrow {
    color: var(--ink);
}

.page-hero.orange-surface p,
.hero.orange-surface p,
.final-cta.orange-surface p,
.quote-cart-hero.orange-surface p {
    color: var(--ink);
}

.orange-surface .btn-white,
.orange-surface .btn-white:hover {
    color: var(--orange-ink);
}

.orange-surface .btn-white-outline {
    color: var(--ink);
    box-shadow: inset 0 0 0 1.5px rgba(26, 26, 26, .62);
}

.orange-surface .btn-white-outline:hover {
    color: var(--ink);
    background: rgba(255, 255, 255, .24);
    box-shadow: inset 0 0 0 2px var(--ink);
}

.listing-page-intro .intro-secondary-action {
    display: inline-flex;
    min-height: 44px;
    padding: .55rem .35rem;
    background: transparent;
    box-shadow: none;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.listing-page-intro .intro-secondary-action:hover {
    background: transparent;
    box-shadow: none;
}

.studio-step.is-active small {
    color: var(--orange-ink);
}

.concept-size-copy p,
.concept-size-status,
.calendar-discovery label:not(.calendar-search-field) > span:first-child {
    font-size: var(--type-meta);
}

.price-card small,
.hero .price-card small,
.studio-step small,
.rental-product-page .product-price-primary .price-amount small,
.product-timeframe-compact span {
    font-size: var(--type-meta);
}

@media (max-width: 600px) {
    .page-hero.orange-surface p,
    .hero.orange-surface p,
    .final-cta.orange-surface p,
    .quote-cart-hero.orange-surface p {
        font-size: var(--type-body-small);
    }
}

@media (max-width: 500px) {
    .listing-page-intro .hero-actions {
        align-items: flex-start;
    }

    .listing-page-intro .intro-secondary-action {
        width: auto;
    }

    .concept-gallery-grid .concept-card-caption small {
        font-size: var(--type-meta);
    }
}

/* Saturated orange is always paired with white type. Pale and white surfaces keep dark type. */
.btn-orange,
.cart-count,
.filter:hover,
.filter.active,
.filter[aria-pressed="true"],
.filter:hover .icon,
.filter.active .icon,
.filter[aria-pressed="true"] .icon,
.add,
.event-year,
.image-badge,
.product-info .price-card,
.step.done .step-dot,
.step.active .step-dot,
.price-overlay,
.mobile-panel .mobile-panel-cta,
.display-badge,
a.filter-pill:hover,
.filter-pill.active,
.site-lightbox-close:hover,
.site-lightbox-close:focus-visible,
.site-lightbox-nav:hover,
.site-lightbox-nav:focus-visible,
.material-hero-image > span,
.related-link,
.mobile-cart-link span,
.quote-cart-empty > span,
.rental-timeframe-selector > summary,
.rental-timeframe-form button,
.studio-step.is-active > span,
.rental-product-page .add-to-quote {
    color: var(--white);
}

.btn-orange,
.cart-count,
.filter:hover,
.filter.active,
.filter[aria-pressed="true"],
.add,
.event-year,
.image-badge,
.product-info .price-card,
.step.done .step-dot,
.step.active .step-dot,
.price-overlay,
.mobile-panel .mobile-panel-cta,
.display-badge,
a.filter-pill:hover,
.filter-pill.active,
.site-lightbox-close:hover,
.site-lightbox-close:focus-visible,
.site-lightbox-nav:hover,
.site-lightbox-nav:focus-visible,
.material-hero-image > span,
.related-link,
.mobile-cart-link span,
.quote-cart-empty > span,
.rental-timeframe-selector > summary,
.rental-timeframe-form button,
.studio-step.is-active > span,
.rental-product-page .add-to-quote {
    background-color: var(--orange-action);
}

.btn-orange:hover,
.add:hover,
.rental-timeframe-form button:hover,
.rental-product-page .add-to-quote:hover {
    color: var(--white);
    background-color: var(--orange-action-hover);
}

.orange-surface,
.page-hero.orange-surface,
.hero.orange-surface,
.service,
.assurance-intro {
    color: var(--white);
    background-color: var(--orange-action);
}

.orange-surface .eyebrow,
.orange-surface h1,
.orange-surface h2,
.orange-surface h3,
.orange-surface p,
.orange-surface a,
.orange-surface span,
.orange-surface strong,
.orange-surface small,
.service .eyebrow,
.service h1,
.service h2,
.service h3,
.service p,
.service a,
.service span,
.service strong,
.service small,
.assurance-intro .eyebrow,
.assurance-intro h1,
.assurance-intro h2,
.assurance-intro h3,
.assurance-intro p,
.assurance-intro a,
.assurance-intro span,
.assurance-intro strong,
.assurance-intro small {
    color: var(--white);
}

.page-hero.orange-surface p,
.hero.orange-surface p,
.final-cta.orange-surface p,
.quote-cart-hero.orange-surface p {
    color: var(--white);
}

/* The promise is a light card inside the orange hero, so it keeps dark copy. */
.quote-cart-hero.orange-surface .quote-cart-promise strong,
.quote-cart-hero.orange-surface .quote-cart-promise p {
    color: var(--ink);
}

.orange-surface .btn-white-outline,
.listing-page-intro.orange-surface .intro-secondary-action {
    color: var(--white);
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .82);
}

.orange-surface .btn-white-outline:hover,
.listing-page-intro.orange-surface .intro-secondary-action:hover {
    color: var(--white);
    background: rgba(255, 255, 255, .1);
    box-shadow: inset 0 0 0 2px var(--white);
}

/* Streamlined event detail pass. */
.event-page-title h1 {
    max-width: 20ch;
    font-size: clamp(2.65rem, 4vw, 4.25rem);
    overflow-wrap: normal;
}
.event-utility-bar {
    position: relative;
    z-index: 6;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(26,26,26,.09);
}
.event-utility-bar > a,
.event-utility-bar > button,
.event-utility-menu > summary {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 8px 12px;
    color: var(--black);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 10px;
    cursor: pointer;
    font: inherit;
    font-size: .64rem;
    font-weight: 800;
    list-style: none;
}
.event-utility-bar .icon { width: 16px; color: var(--orange); }
.event-utility-menu { position: relative; }
.event-utility-menu summary::-webkit-details-marker { display: none; }
.event-utility-menu > div {
    position: absolute;
    z-index: 10;
    top: calc(100% + 7px);
    left: 0;
    display: grid;
    gap: 7px;
    width: 235px;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 13px;
    box-shadow: var(--shadow-soft);
}
.event-utility-menu > div a { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 8px; background: var(--pale); border-radius: 8px; font-size: .63rem; font-weight: 800; }
.event-utility-menu > div a .icon { width: 14px; }
.event-route-menu > div img { width: 112px; height: 112px; margin-inline: auto; }
.event-route-menu > div p { color: var(--muted); font-size: .6rem; text-align: center; }

.event-page-layout { grid-template-areas: "main plan" "offer offer"; }
.event-page-main { grid-area: main; gap: clamp(32px,4vw,48px); }
.event-practical-card { grid-area: plan; position: relative; top: auto; }
.event-offer-section { grid-area: offer; min-width: 0; }
.event-offer-section { grid-column: 1 / -1; }
.event-plan-offer { width: 100%; margin-top: 17px; text-align: center; }

.event-deadline-list { position: relative; gap: 0; padding-left: 18px; }
.event-deadline-list::before { content: ""; position: absolute; top: 8px; bottom: 8px; left: 5px; width: 1px; background: var(--line); }
.event-deadline-list article {
    position: relative;
    grid-template-columns: 112px 1fr;
    gap: 16px;
    padding: 10px 0 16px 17px;
    border: 0;
    border-radius: 0;
}
.event-deadline-list article::before { content: ""; position: absolute; top: 16px; left: -17px; width: 9px; height: 9px; background: var(--orange); border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 1px var(--orange); }
.event-deadline-list article.is-past::before { background: #b8aea4; box-shadow: 0 0 0 1px #b8aea4; }
.event-deadline-list time { color: var(--black); font-size: .72rem; }
.event-deadline-list article.is-past > div { color: #756d65; }
.event-deadline-list p { margin-block: 3px; }
.event-deadline-list .event-timeline-goal { margin-top: 3px; padding-block: 14px; }
.event-deadline-list .event-timeline-goal::before { top: 20px; width: 11px; height: 11px; background: var(--orange); box-shadow: 0 0 0 4px var(--pale); }
.event-timeline-goal h3 { font-size: 1rem; }

.event-catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.event-catalog-tabs { display: flex; gap: 7px; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.event-catalog-tabs::-webkit-scrollbar { display: none; }
.event-catalog-tabs button { flex: 0 0 auto; padding: 9px 13px; color: var(--black); background: var(--white); border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: .64rem; font-weight: 800; }
.event-catalog-tabs button.is-active,
.event-catalog-tabs button.is-active:hover { color: var(--white); background: var(--orange); border-color: var(--orange); box-shadow: 0 7px 16px -12px rgba(201,108,10,.9); }
.event-catalog-search { flex: 0 1 260px; display: flex; align-items: center; gap: 8px; min-width: 190px; padding: 9px 12px; background: var(--white); border: 1px solid var(--line); border-radius: 999px; }
.event-catalog-search:focus-within { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(242,139,30,.12); }
.event-catalog-search .icon { flex: 0 0 auto; width: 15px; color: var(--orange); }
.event-catalog-search input { width: 100%; min-width: 0; padding: 0; color: var(--black); background: transparent; border: 0; outline: 0; font: inherit; font-size: .68rem; }
.event-catalog-search input::placeholder { color: var(--muted); }
.event-catalog-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; min-height: 335px; }
.event-offer-section.is-empty .event-catalog-grid { display: none; }
.event-catalog-card { position: relative; min-width: 0; overflow: hidden; background: #faf7f3; border: 1px solid var(--line); border-radius: 16px; }
.event-catalog-card[hidden] { display: none; }
.event-catalog-card form,
.event-catalog-card button { width: 100%; height: 100%; }
.event-catalog-card button { display: flex; flex-direction: column; padding: 0; color: inherit; text-align: left; background: transparent; border: 0; cursor: pointer; font: inherit; }
.event-catalog-card img { width: 100%; aspect-ratio: 1.25 / 1; padding: 10px; object-fit: contain; }
.event-catalog-card button > div { display: grid; gap: 5px; width: 100%; margin-top: auto; padding: 14px; background: var(--white); border-top: 1px solid var(--line); }
.event-catalog-card small { color: var(--orange); font-size: .55rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.event-catalog-card h3 { min-height: 2.1em; font-size: .75rem; line-height: 1.08; }
.event-catalog-card strong { font-size: .85rem; }
.event-catalog-card span { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: .58rem; line-height: 1.35; }
.event-catalog-card span .icon { flex: 0 0 auto; width: 13px; color: var(--orange); }
.event-catalog-product form button > div { padding-bottom: 56px; }
.event-catalog-more { display: block; margin: 18px auto 0; padding: 10px 16px; color: var(--orange); background: #fff7ef; border: 1px solid #f1c99f; border-radius: 999px; cursor: pointer; font: inherit; font-size: .64rem; font-weight: 850; }
.event-catalog-more:hover { color: var(--white); background: var(--orange); border-color: var(--orange); }
.event-catalog-more[hidden] { display: none; }
.event-catalog-empty { margin: 12px 0 0; padding: 26px; color: var(--muted); text-align: center; background: #faf7f3; border: 1px dashed var(--line); border-radius: 14px; font-size: .7rem; }
.event-catalog-empty[hidden] { display: none; }
.event-full-catalog { margin-top: 18px; }
.event-contact-link { display: inline-flex; align-items: center; gap: 7px; color: var(--white); font-size: .7rem; font-weight: 800; }
.event-contact-link .icon { width: 16px; }

/* Mobile catalogue: keep discovery compact and show a useful two-column shelf. */
@media (max-width: 600px) {
    .catalog-hero.listing-page-intro {
        min-height: 0;
        padding: 28px 0 78px;
    }

    .catalog-hero.listing-page-intro h1 {
        margin-top: 0;
    }

    .catalog .filter-shell {
        position: relative;
        top: auto;
        margin-bottom: 24px;
        padding: 8px;
    }

    .catalog .filter-layout { gap: 8px; }
    .catalog .search input { height: 44px; }
    .catalog .filter-scroll { padding-bottom: 0; }
    .catalog .filter-scroll::after,
    .catalog .filter-scroll-cue { display: none; }
    .catalog .filters { gap: 6px; }
    .catalog .filter {
        min-height: 40px;
        padding: .5rem .68rem;
    }

    .catalog .catalog-heading { margin-bottom: 18px; }
    .catalog .catalog-heading h2 { font-size: 1.65rem; }
    .catalog .catalog-heading p { display: none; }

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

    .catalog .product { border-radius: 1rem; }
    .catalog .product-visual { aspect-ratio: 1 / 1; }
    .catalog .product-visual img { padding: 8px; }
    .catalog .category,
    .catalog .product-category {
        max-width: calc(100% - 16px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .catalog .product-body { padding: 10px; }
    .catalog .product-title {
        min-height: 2.6em;
        font-size: .72rem;
        line-height: 1.3;
    }
    .catalog .product-spec { display: none; }
    .catalog .product-bottom {
        display: flex;
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }
    .catalog .price > span,
    .catalog .price > small { display: none; }
    .catalog .price strong { font-size: .84rem; }
    .catalog .product-actions { width: 100%; }
    .catalog .product-details { display: none; }
    .catalog .product-actions .catalog-quantity {
        width: 100%;
        margin-left: 0;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
    }
    .catalog .catalog-quantity button {
        width: 44px;
        height: 44px;
    }
}

/* The search scrolls away; only the active month follows below the mobile header. */
@media (max-width: 600px) {
    .calendar-page .calendar-discovery,
    .calendar-page .calendar-toolbar { position: static; }

    .calendar-page .calendar-month-group > h3 {
        top: 64px;
    }
}

@media (max-width: 900px) {
    .event-page-layout { grid-template-areas: "main" "plan" "offer"; }
    .event-catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

/* Shared, live catalogue quantity control. */
.catalog-quantity {
    display: inline-grid;
    grid-template-columns: 30px minmax(24px,auto) 30px;
    align-items: center;
    min-height: 34px;
    padding: 2px;
    color: var(--black);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 999px;
    box-shadow: 0 8px 20px -16px rgba(29,26,23,.75);
}
.catalog-quantity.has-items { border-color: #f2b97c; background: #fff8f1; }
.catalog-quantity button,
.event-catalog-card .catalog-quantity button {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    min-height: 0;
    padding: 0;
    color: var(--black);
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font: inherit;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
}
.catalog-quantity button:hover:not(:disabled),
.event-catalog-card .catalog-quantity button:hover:not(:disabled) { color: var(--white); background: var(--orange); }
.catalog-quantity button:disabled { color: #b9b0a8; cursor: default; }
.catalog-quantity output { min-width: 24px; text-align: center; font-size: .7rem; font-weight: 850; font-variant-numeric: tabular-nums; }
.catalog-quantity.is-busy { opacity: .62; }
.event-catalog-card > .catalog-quantity { position: absolute; right: 12px; bottom: 12px; z-index: 2; }
.product-actions .catalog-quantity { margin-left: auto; }

@media (max-width: 620px) {
    .event-page-title h1 {
        font-size: 2rem;
        overflow-wrap: normal;
    }
    .event-page-hero .breadcrumb a:first-child,
    .event-page-hero .breadcrumb .icon:first-of-type,
    .event-page-hero .breadcrumb span { display: none; }
    .event-page-hero .breadcrumb { margin-bottom: 14px; }
    .event-utility-bar { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .event-utility-bar > a,
    .event-utility-bar > button,
    .event-utility-menu > summary { width: 100%; justify-content: center; }
    .event-utility-menu > div { right: 0; width: min(250px, calc(100vw - 36px)); }
    .event-route-menu > div img,
    .event-route-menu > div p { display: none; }
    .event-page-content { padding-top: 45px; }
    .event-deadline-list article { grid-template-columns: 1fr; gap: 4px; }
    .event-catalog-toolbar { align-items: stretch; flex-direction: column-reverse; gap: 10px; }
    .event-catalog-search { flex-basis: auto; width: 100%; min-width: 0; }
    .event-catalog-grid { display: flex; min-height: 330px; margin-inline: -18px; padding-inline: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .event-catalog-grid::-webkit-scrollbar { display: none; }
    .event-catalog-card { flex: 0 0 82%; scroll-snap-align: start; }
    .event-catalog-card h3 { min-height: 0; }
    .event-full-catalog .btn { width: 100%; }
}

/* Native webshop layout for the integrated stand configurator. */
.configurator-page .configurator-studio {
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.configurator-page .configurator-studio-body {
    align-items: start;
    gap: clamp(22px, 2.4vw, 38px);
}

.configurator-page .configurator-viewport,
.configurator-page .configurator-summary {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(63, 48, 34, .1);
    border-radius: 1.35rem;
    box-shadow: 0 18px 54px rgba(48, 35, 22, .09);
}

.configurator-page .configurator-summary {
    display: flex;
    height: auto;
    min-height: 0;
    padding: 0;
    flex-direction: column;
}

.configurator-page .configurator-control-column {
    display: grid;
    min-width: 0;
    gap: 12px;
    align-self: start;
}

.configurator-page .configurator-studio-bar {
    display: block;
    min-height: 0;
    padding: 13px 14px;
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.configurator-page .studio-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-width: 0;
}

.configurator-page .studio-step {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    padding: 9px 7px;
}

.configurator-page .studio-step > span { flex: 0 0 28px; width: 28px; height: 28px; grid-row: auto; }
.configurator-page .studio-step b { align-self: center; font-size: .64rem; line-height: 1.15; }
.configurator-page .studio-step small { font-size: .5rem; }

.configurator-page .configurator-panel-scroll {
    min-height: 0;
    padding: 18px 20px 8px;
    overflow: visible;
}

.configurator-current-step-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.configurator-current-step-meta > span {
    color: var(--orange);
    font-size: .56rem;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.configurator-current-step-meta button {
    display: none;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    padding: 6px 9px;
    color: var(--black);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--pill);
    font: inherit;
    font-size: .57rem;
    font-weight: 800;
}

.configurator-current-step-meta button .icon { width: 15px; height: 15px; color: var(--orange); }
.configurator-page .configurator-summary-actions { padding: 12px 20px 20px; background: #fff; }
.configurator-mobile-price,
.configurator-mobile-next { display: none; }

.rental-timeframe-selector:not([open]) > .rental-timeframe-backdrop,
.rental-timeframe-selector:not([open]) > .rental-timeframe-panel { display: none; }

@media (min-width: 981px) {
    .configurator-page .configurator-studio-body {
        grid-template-columns: minmax(0, 1fr) minmax(420px, 460px);
    }

    .configurator-page .configurator-studio-body > .configurator-viewport {
        position: sticky;
        top: 136px;
        height: clamp(590px, calc(100vh - 160px), 760px);
        min-height: 590px;
    }

    .configurator-page .configurator-summary {
        align-self: start;
        overflow: hidden;
    }

    .configurator-page .configurator-control-column > .configurator-summary-actions {
        position: sticky;
        bottom: 12px;
        z-index: 4;
    }

    .configurator-page .configurator-control-column:not([data-active-section="quote"]) > .configurator-summary-actions { display: none; }
}

@media (max-width: 980px) {
    .configurator-page { padding-bottom: 82px; }
    .configurator-page .configurator-studio-page { overflow-x: clip; overflow-y: visible; }
    .configurator-page .configurator-hero { gap: 9px; padding: 12px 0 16px; }
    .configurator-page .configurator-hero .eyebrow,
    .configurator-page .configurator-hero > div > p { display: none; }
    .configurator-page .configurator-hero h1 { max-width: none; margin: 0; font-size: clamp(1.75rem, 7vw, 2.35rem); }
    .configurator-page .configurator-hero-specs { width: 100%; }
    .configurator-page .configurator-hero-specs div { min-width: 0; padding: 9px 10px; flex: 1; }

    .configurator-page .configurator-studio-body {
        display: flex;
        gap: 14px;
        flex-direction: column;
    }

    .configurator-page .configurator-studio-body > .configurator-viewport {
        width: 100%;
        height: clamp(320px, 43dvh, 430px);
        min-height: 320px;
        order: 1;
    }

    .configurator-page .configurator-control-column {
        width: 100%;
        order: 2;
    }

    .configurator-page .configurator-summary {
        width: 100%;
        min-height: 0;
        padding: 0;
        overflow: hidden;
        border: 1px solid rgba(63, 48, 34, .1);
        border-radius: 1.2rem;
    }

    .configurator-page .configurator-studio-bar {
        position: static;
        inset: auto;
        padding: 10px 8px;
        overflow: visible;
        box-shadow: none;
        backdrop-filter: none;
    }

    .configurator-page .studio-steps {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding: 0;
        overflow: visible;
        scroll-snap-type: none;
    }

    .configurator-page .studio-step {
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: center;
        padding: 7px 3px;
        text-align: left;
    }

    .configurator-page .studio-step::after,
    .configurator-page .studio-step small,
    .configurator-page .studio-steps-hint { display: none; }
    .configurator-page .studio-step > span { grid-row: auto; }
    .configurator-page .studio-step b { align-self: center; font-size: .58rem; }
    .configurator-page .configurator-panel-scroll { padding: 14px 14px 4px; overflow: visible; }
    .configurator-page .configurator-current-step { scroll-margin-top: 88px; }
    .configurator-page .configurator-current-step-meta button { display: inline-flex; }
    .configurator-page .configurator-controls-host .configurator-step-next { display: none; }
    .configurator-page .configurator-summary-actions {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 70;
        display: grid;
        grid-template-columns: auto minmax(145px, 1fr);
        gap: 12px;
        align-items: center;
        padding: 10px max(14px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
        background: rgba(255, 255, 255, .97);
        border-top: 1px solid var(--line);
        box-shadow: 0 -12px 32px rgba(48, 35, 22, .12);
        backdrop-filter: blur(12px);
    }

    .configurator-page .configurator-mobile-price { display: grid; gap: 1px; }
    .configurator-page .configurator-mobile-price span { color: var(--muted); font-size: .5rem; font-weight: 750; text-transform: uppercase; }
    .configurator-page .configurator-mobile-price strong { font-size: .86rem; white-space: nowrap; }
    .configurator-page .configurator-mobile-next { display: inline-flex; min-height: 48px; color: #fff; }
    .configurator-page .configurator-control-column:not([data-active-section="quote"]) #siteConfiguratorAddToQuote { display: none; }
    .configurator-page .configurator-control-column[data-active-section="quote"] .configurator-mobile-next { display: none; }
    .configurator-page .configurator-summary-actions #siteConfiguratorQuoteStatus { display: none; }
    .configurator-page .configurator-summary-actions .btn { min-height: 48px; }
}

@media (max-width: 430px) {
    .configurator-page .configurator-studio { margin-inline: 0; }
    .configurator-page .configurator-studio-body > .configurator-viewport { margin-inline: -8px; width: calc(100% + 16px); border-radius: 1rem; }
    .configurator-page .configurator-hero-specs dt { display: none; }
    .configurator-page .configurator-hero-specs dd { font-size: .63rem; text-align: center; }
}
