@font-face {
    font-display: swap;
    font-family: 'Inter Reader';
    font-style: normal;
    font-weight: 400;
    src: url('/library/type/inter-latin-400-normal.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter Reader';
    font-style: normal;
    font-weight: 500;
    src: url('/library/type/inter-latin-500-normal.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter Reader';
    font-style: normal;
    font-weight: 600 700;
    src: url('/library/type/inter-latin-600-normal.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Lead';
    font-style: normal;
    font-weight: 400;
    src: url('/library/type/roboto-latin-400-normal.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Lead';
    font-style: normal;
    font-weight: 500;
    src: url('/library/type/roboto-latin-500-normal.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Lead';
    font-style: normal;
    font-weight: 600 700;
    src: url('/library/type/roboto-latin-700-normal.woff2') format('woff2');
}

:root {
    --c-house: #fbc937;
    --c-beacon: #39314e;
    --c-accent-strong: #272233;
    --c-canvas: #0e0f10;
    --c-panel: #191722;
    --c-text: #ffffff;
    --c-dim: #bebcbc;
    --c-hairline: #2c2938;
    --c-edge-hard: #4e456b;
    --c-grad-1: #6e6097;
    --c-ramp-end: #4e456b;
    --c-age-band: #b3001b;
    --c-ink: #131018;

    --s-2xs: 2px;
    --s-xs: 6px;
    --s-sm: 10px;
    --s-md: 14px;
    --s-lg: 20px;
    --s-xl: 28px;
    --s-2xl: 48px;
    --s-3xl: 72px;

    --r-2xs: 1px;
    --r-xs: 2px;
    --r-sm: 6px;
    --r-md: 8px;
    --r-lg: 14px;
    --r-xl: 20px;
    --r-2xl: 26px;
    --r-3xl: 32px;
    --r-stadium: 9999px;
    --r-orb: 50%;

    --f-lead: 'Roboto Lead', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    --f-reading: 'Inter Reader', 'Inter', 'Segoe UI', Arial, sans-serif;

    --z-title: 38px;
    --z-display-2: 30px;
    --z-lg-2: 24px;
    --z-display-4: 20px;
    --z-minor: 17px;
    --z-micro-head: 15px;
    --z-normal: 17px;
    --z-small: 15px;
    --z-xs: 13px;

    --l-close: 1.25;
    --l-base: 1.6;
    --l-open: 1.8;

    --w-plain: 400;
    --w-medium: 500;
    --w-heavy: 600;

    --e-narrow: 0;
    --e-regular: 0;
    --e-loose: 0.01em;

    --d-2xs: 0 1px 1px rgba(0, 0, 0, 0.04);
    --d-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
    --d-sm: 0 2px 4px rgba(0, 0, 0, 0.08);
    --d-md: 0 4px 10px rgba(0, 0, 0, 0.10);
    --d-lg: 0 8px 20px rgba(0, 0, 0, 0.14);
    --d-xl: 0 14px 30px rgba(0, 0, 0, 0.20);
    --d-2xl: 0 20px 44px rgba(0, 0, 0, 0.26);
    --d-3xl: 0 28px 60px rgba(0, 0, 0, 0.32);

    --t-snap: 166ms;
    --t-steady: 310ms;
    --t-gentle: 547ms;

    --x-settle: cubic-bezier(0.21, 0.64, 0.29, 0.95);
    --x-both: cubic-bezier(0.38, 0.12, 0.27, 1);
    --x-pop: cubic-bezier(0.27, 1.45, 0.51, 1.2);

    --v-main: 1260px;
    --v-column: 1260px;
    --v-brief: 550px;
    --v-pad-lg: 56px;
    --v-pad-md: 24px;
    --v-inset-mobile: 16px;

    --b-thin: 1px;
    --b-mid: 2px;
    --b-wide: 3px;

    --h-tall: 90px;
    --h-short: 86px;
}

@media (max-width: 880px) {
    :root {
        --z-title: 28px;
        --z-display-2: 24px;
        --z-lg-2: 20px;
        --z-display-4: 18px;
        --z-minor: 16px;
        --z-micro-head: 14px;
        --z-normal: 16px;
        --z-small: 14px;
        --z-xs: 12px;
        --v-pad-lg: 24px;
    }
}

@media (max-width: 540px) {
    :root {
        --v-pad-lg: 16px;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: clip;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    background: var(--c-canvas);
    color: var(--c-text);
    font-family: var(--f-reading);
    font-size: var(--z-normal);
    font-weight: var(--w-plain);
    letter-spacing: var(--e-regular);
    line-height: var(--l-open);
    margin: 0;
    padding-block-start: 90px;
}

@media (max-width: 880px) {
    body {
        padding-block-start: 86px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: anywhere;
    margin: 0;
}

h1,
h2,
h3 {
    color: var(--c-text);
    font-family: var(--f-lead);
    font-weight: var(--w-heavy);
    letter-spacing: var(--e-narrow);
    line-height: var(--l-close);
}

h4,
h5,
h6 {
    font-family: var(--f-reading);
    font-weight: var(--w-medium);
}

h1 {
    font-size: var(--z-title);
}

h2 {
    font-size: var(--z-display-2);
}

h3 {
    font-size: var(--z-lg-2);
}

p {
    margin: 0;
}

img,
svg {
    max-width: 100%;
}

a {
    color: var(--c-house);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: background-color var(--t-snap) var(--x-settle), color var(--t-snap) var(--x-settle);
}

a:hover,
a:focus-visible {
    background-color: var(--c-accent-strong);
    color: var(--c-house);
}

button {
    font: inherit;
}

:focus-visible {
    outline: var(--b-wide) solid var(--c-house);
    outline-offset: 2px;
}

.skip-href {
    background: var(--c-house);
    border-radius: 0 0 var(--r-md) 0;
    color: var(--c-canvas);
    font-weight: var(--w-heavy);
    inset-inline-start: 0;
    padding: var(--s-sm) var(--s-lg);
    position: fixed;
    text-decoration: none;
    top: 0;
    z-index: 300;
}

.skip-href:not(:focus) {
    top: -200px;
}

.cadre-sleek-sr {
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.sheet {
    display: block;
}

.armoire-keen-guts,
.poteau-prime-guts,
.buffet-apex-guts,
.trellis-apex-guts,
.court-light-guts,
.pediment-plus-guts,
.belfry-noble-guts,
.pergola-noble-guts,
.buttress-pure-guts,
.hallway-deep-guts,
.shelf-modern-guts,
.galerie-fast-guts,
.repere-band-guts,
.cadre-sleek-guts,
.cadre-sleek-strip-guts,
.tablette-prime-guts {
    margin-inline: auto;
    max-width: calc(var(--v-main) + 2 * var(--v-pad-lg));
    padding-inline: var(--v-pad-lg);
    width: 100%;
}

.armoire-keen,
.poteau-prime,
.buffet-apex,
.trellis-apex,
.court-light,
.pediment-plus,
.belfry-noble,
.pergola-noble,
.buttress-pure,
.hallway-deep,
.shelf-modern {
    padding-block: var(--s-2xl);
    position: relative;
}

html.fx-on [data-fx] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity var(--t-gentle) var(--x-settle), transform var(--t-gentle) var(--x-settle);
}

html.fx-on [data-fx].in-view {
    opacity: 1;
    transform: translateY(0);
}

/* ── header: HEAD-UTIL ─────────────────────────────────────────────── */

.cadre-sleek {
    background: var(--c-canvas);
    inset-block-start: 0;
    inset-inline: 0;
    position: fixed;
    z-index: 120;
}

.cadre-sleek-strip {
    background: var(--c-ink);
    display: flex;
    align-items: center;
    min-height: 32px;
}

.cadre-sleek-strip-guts {
    align-items: center;
    display: flex;
    gap: var(--s-md);
    justify-content: space-between;
}

.cadre-sleek-flag,
.cadre-sleek-hint {
    color: var(--c-dim);
    font-size: var(--z-xs);
    letter-spacing: var(--e-loose);
    line-height: var(--l-base);
    white-space: nowrap;
}

.cadre-sleek-flag {
    align-items: center;
    display: inline-flex;
    gap: var(--s-xs);
}

.cadre-sleek-main {
    background: var(--c-canvas);
    display: flex;
    align-items: center;
    min-height: 58px;
}

.cadre-sleek-guts {
    align-items: center;
    display: flex;
    gap: var(--s-lg);
    min-height: 58px;
}

.cadre-sleek-badge {
    align-items: center;
    background: var(--c-panel);
    border-radius: var(--r-orb);
    display: inline-flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    transition: transform var(--t-snap) var(--x-settle);
    width: 48px;
}

.cadre-sleek-badge:hover {
    background: var(--c-panel);
    transform: scale(1.03);
}

.cadre-sleek-badge-img {
    display: block;
    height: 44px;
    object-fit: contain;
    width: 44px;
}

.cadre-sleek-handle {
    background: transparent;
    border: var(--b-thin) solid var(--c-hairline);
    border-radius: var(--r-md);
    color: var(--c-text);
    cursor: pointer;
    display: none;
    font-size: var(--z-small);
    font-weight: var(--w-medium);
    margin-inline-start: auto;
    min-height: 44px;
    order: 4;
    padding-inline: var(--s-md);
    white-space: nowrap;
}

.cadre-sleek-handle:hover {
    background: var(--c-accent-strong);
    color: var(--c-house);
}

.cadre-sleek-routes {
    flex: 1 1 auto;
    min-width: 0;
    order: 2;
}

.cadre-sleek-set {
    align-items: center;
    display: flex;
    gap: var(--s-lg);
    list-style: none;
    margin: 0;
    padding: 0;
}

.cadre-sleek-node {
    flex-shrink: 0;
}

.cadre-sleek-href {
    align-items: center;
    color: var(--c-text);
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    min-height: 44px;
    padding-inline: var(--s-xs);
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.cadre-sleek-href:hover,
.cadre-sleek-href:focus-visible {
    background-color: transparent;
    color: var(--c-house);
    text-decoration: underline;
}

.cadre-sleek-href--here {
    color: var(--c-house);
}

.cadre-sleek-href--here::before {
    background: var(--c-house);
    border-radius: var(--r-xs);
    content: '';
    height: 20px;
    inset-block-start: 50%;
    inset-inline-start: -5px;
    position: absolute;
    transform: translateY(-50%);
    width: 5px;
}

.cadre-sleek-spill {
    position: relative;
}

.cadre-sleek-more {
    align-items: center;
    background: transparent;
    border: var(--b-thin) solid var(--c-hairline);
    border-radius: var(--r-md);
    color: var(--c-text);
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    min-height: 44px;
    width: 44px;
}

.cadre-sleek-more:hover {
    background: var(--c-accent-strong);
    color: var(--c-house);
}

.cadre-sleek-dots {
    background: currentColor;
    border-radius: var(--r-stadium);
    box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
    display: block;
    height: 4px;
    width: 4px;
}

.cadre-sleek-spill[hidden] {
    display: none;
}

.cadre-sleek-pane {
    display: none;
    background: var(--c-panel);
    border: var(--b-thin) solid var(--c-hairline);
    border-radius: var(--r-md);
    box-shadow: var(--d-lg);
    inset-block-start: calc(100% + var(--s-xs));
    inset-inline-end: 0;
    list-style: none;
    margin: 0;
    max-height: 60vh;
    min-width: 220px;
    overflow-y: auto;
    padding: var(--s-xs);
    position: absolute;
    z-index: 30;
}

.cadre-sleek-pane.is-open {
    display: block;
}

.cadre-sleek-pane-node {
    display: block;
}

.cadre-sleek-pane-href {
    color: var(--c-text);
    display: block;
    font-size: 16px;
    padding: var(--s-sm) var(--s-md);
    text-decoration: none;
    white-space: nowrap;
}

.cadre-sleek-pane-href:hover,
.cadre-sleek-pane-href:focus-visible {
    background-color: var(--c-accent-strong);
    color: var(--c-house);
}

.cadre-sleek-controls {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: var(--s-sm);
    order: 3;
}

.cadre-sleek-press {
    align-items: center;
    background: transparent;
    border: var(--b-mid) solid var(--c-house);
    border-radius: var(--r-md);
    color: var(--c-house);
    display: inline-flex;
    flex-shrink: 0;
    font-family: var(--f-reading);
    font-size: var(--z-small);
    font-weight: var(--w-medium);
    justify-content: center;
    min-height: 44px;
    padding-inline: var(--s-lg);
    text-decoration: none;
    white-space: nowrap;
}

.cadre-sleek-drawer {
    background: var(--c-ink);
    border-block-start: var(--b-thin) solid var(--c-hairline);
    display: none;
    max-height: calc(100vh - 86px);
    overflow-y: auto;
    padding: var(--s-md) var(--v-pad-lg) var(--s-lg);
}

.cadre-sleek-drawer.is-open {
    display: block;
}

.cadre-sleek-drawer-set {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cadre-sleek-drawer-node {
    display: block;
}

.cadre-sleek-drawer-href {
    color: var(--c-text);
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: var(--s-md) 0;
    text-decoration: none;
}

.cadre-sleek-drawer-href:hover,
.cadre-sleek-drawer-href:focus-visible {
    background-color: var(--c-accent-strong);
    color: var(--c-house);
}

@media (max-width: 880px) {
    .cadre-sleek-strip {
        min-height: 30px;
    }

    .cadre-sleek-main,
    .cadre-sleek-guts {
        min-height: 56px;
    }

    .cadre-sleek-hint {
        display: none;
    }

    .cadre-sleek-routes {
        display: none;
    }

    .cadre-sleek-handle {
        display: inline-flex;
        margin-inline-start: 0;
    }

    .cadre-sleek-controls {
        margin-inline-start: auto;
    }

    .repere-band-guts {
        align-items: flex-start;
        gap: var(--s-sm);
        padding-block: var(--s-xs);
    }

    .repere-band-prose {
        font-size: 12px;
        line-height: 1.45;
    }

    .cadre-sleek-badge {
        height: 44px;
        width: 44px;
    }

    .cadre-sleek-badge-img {
        height: 40px;
        width: 40px;
    }

    .cadre-sleek-press {
        font-size: var(--z-xs);
        padding-inline: var(--s-md);
    }
}

@media (max-width: 420px) {
    .cadre-sleek-guts {
        gap: var(--s-xs);
    }

    .cadre-sleek-badge {
        height: 40px;
        width: 40px;
    }

    .cadre-sleek-badge-img {
        height: 36px;
        width: 36px;
    }

    .cadre-sleek-handle,
    .cadre-sleek-press {
        font-size: 12px;
        padding-inline: var(--s-xs);
    }
}

/* ── 18+ band: RG-03 ───────────────────────────────────────────────── */

.repere-band {
    padding-block: var(--s-sm);
}

.repere-band-guts {
    align-items: center;
    background: var(--c-age-band);
    border-radius: var(--r-md);
    color: var(--c-text);
    display: flex;
    gap: var(--s-md);
    padding-block: var(--s-sm);
}

.repere-band-chip {
    background: var(--c-text);
    border-radius: var(--r-sm);
    color: var(--c-age-band);
    flex-shrink: 0;
    font-family: var(--f-lead);
    font-size: var(--z-small);
    font-weight: var(--w-heavy);
    padding: var(--s-2xs) var(--s-sm);
}

.repere-band-prose {
    color: var(--c-text);
    font-size: var(--z-xs);
    line-height: var(--l-base);
}

.repere-band-href {
    color: var(--c-text);
    text-decoration: underline;
}

.repere-band-href:hover,
.repere-band-href:focus-visible {
    background-color: var(--c-age-band);
    color: var(--c-text);
}

/* ── breadcrumbs: BREAD-04 ─────────────────────────────────────────── */

.galerie-fast {
    padding-block: var(--s-md);
}

.galerie-fast-set {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.galerie-fast-node {
    align-items: center;
    display: inline-flex;
}

.galerie-fast-num {
    color: var(--c-house);
    font-family: var(--f-lead);
    font-size: var(--z-micro-head);
    font-weight: var(--w-heavy);
    margin-inline-end: var(--s-2xs);
}

.galerie-fast-href {
    color: var(--c-dim);
    font-size: var(--z-small);
    letter-spacing: var(--e-loose);
    text-decoration: none;
    text-transform: uppercase;
}

.galerie-fast-href:hover,
.galerie-fast-href:focus-visible {
    background-color: transparent;
    color: var(--c-house);
}

.galerie-fast-here {
    color: var(--c-text);
    font-size: var(--z-small);
    letter-spacing: var(--e-loose);
    text-transform: uppercase;
}

.galerie-fast-sep {
    color: var(--c-dim);
    margin-inline: var(--s-sm);
}

/* ── hero: HERO-10 ─────────────────────────────────────────────────── */

.armoire-keen {
    align-items: center;
    background-color: var(--c-canvas);
    background-image: linear-gradient(115deg, rgba(14, 15, 16, 0.96) 32%, rgba(78, 69, 107, 0.62) 100%), url('/library/banner.webp');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    min-height: calc(100vh - 220px);
    overflow: hidden;
}

.armoire-keen-glyph {
    align-items: center;
    block-size: 100%;
    color: var(--c-text);
    display: flex;
    font-family: var(--f-lead);
    font-size: 60vh;
    font-weight: var(--w-heavy);
    inset-block-start: 0;
    inset-inline-start: max(var(--v-pad-lg), calc((100vw - var(--v-main)) / 2));
    line-height: 1;
    max-inline-size: calc(var(--v-main) * 0.3);
    opacity: 0.05;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    user-select: none;
}

.armoire-keen-guts {
    padding-inline: calc(var(--v-pad-lg) + 30%) var(--v-pad-lg);
    position: relative;
    z-index: 2;
}

.armoire-keen-kicker {
    color: var(--c-house);
    display: block;
    font-size: var(--z-xs);
    font-weight: var(--w-medium);
    letter-spacing: var(--e-loose);
    margin-block-end: var(--s-md);
    text-transform: uppercase;
}

.armoire-keen-caption {
    margin-block-end: var(--s-lg);
}

.armoire-keen-prose {
    color: var(--c-dim);
    font-size: var(--z-minor);
    line-height: var(--l-base);
    margin-block-end: var(--s-xl);
    max-width: var(--v-brief);
}

.armoire-keen-press {
    align-items: center;
    background: var(--c-house);
    border: var(--b-mid) solid var(--c-house);
    border-radius: var(--r-md);
    color: var(--c-canvas);
    display: inline-flex;
    font-family: var(--f-reading);
    font-size: var(--z-minor);
    font-weight: var(--w-heavy);
    justify-content: center;
    min-height: 52px;
    padding-inline: var(--s-2xl);
    text-decoration: none;
}

.armoire-keen-note {
    color: var(--c-dim);
    display: block;
    font-size: var(--z-xs);
    margin-block-start: var(--s-md);
}

@media (max-width: 880px) {
    .armoire-keen {
        background-image: linear-gradient(160deg, rgba(14, 15, 16, 0.95) 40%, rgba(78, 69, 107, 0.66) 100%), url('/library/banner.webp');
        min-height: calc(100vh - 320px);
    }

    .armoire-keen-guts {
        padding-inline: var(--v-pad-lg);
    }

    .armoire-keen-glyph {
        font-size: 32vh;
        inset-inline-start: var(--v-inset-mobile);
    }
}

/* ── prose: PROSE-20 ───────────────────────────────────────────────── */

.poteau-prime-heading {
    font-size: var(--z-title);
    font-weight: var(--w-heavy);
    margin-block: 0 var(--s-lg);
}

.poteau-prime-guts > p {
    color: var(--c-dim);
    line-height: var(--l-open);
    margin-block-end: var(--s-md);
}

.poteau-prime-lead {
    color: var(--c-text);
    font-size: calc(var(--z-normal) * 1.25);
    line-height: var(--l-base);
}

.poteau-prime-set {
    color: var(--c-dim);
    display: flex;
    flex-direction: column;
    gap: var(--s-sm);
    margin-block: var(--s-md);
    padding-inline-start: var(--s-xl);
}

.poteau-prime-node {
    line-height: var(--l-base);
}

.poteau-prime-node::marker {
    color: var(--c-house);
}

.poteau-prime-href {
    color: var(--c-house);
}

.poteau-prime-frame {
    margin: var(--s-lg) 0;
    overflow: hidden;
    border-radius: var(--r-lg);
    align-self: flex-start;
}

.poteau-prime-frame img {
    display: block;
    height: auto;
    margin-inline: auto;
    max-height: 560px;
    max-width: 100%;
    transition: transform var(--t-steady) var(--x-settle);
    width: auto;
}

.poteau-prime-frame:hover img {
    transform: scale(1.065);
}

.poteau-prime-frame--context {
    max-width: 760px;
}

.poteau-prime-frame--detail {
    max-width: 620px;
}

.poteau-prime-frame--process {
    max-width: 460px;
}

/* ── items grid: GRID-13 ───────────────────────────────────────────── */

.buffet-apex-heading {
    margin-block-end: var(--s-xl);
}

.buffet-apex-grid {
    display: grid;
    gap: var(--s-lg);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.buffet-apex-tile {
    background: var(--c-panel);
    border: var(--b-thin) solid var(--c-hairline);
    border-radius: var(--r-md);
    padding: var(--s-lg);
    transition: box-shadow var(--t-steady) var(--x-settle);
}

.buffet-apex-tile:hover {
    box-shadow: var(--d-lg);
}

.buffet-apex-img {
    color: var(--c-house);
    display: block;
    fill: currentColor;
    height: 32px;
    width: 32px;
}

.buffet-apex-caption {
    font-size: var(--z-minor);
    font-family: var(--f-lead);
    margin-block-start: var(--s-sm);
}

.buffet-apex-prose {
    color: var(--c-dim);
    font-size: var(--z-small);
    line-height: var(--l-base);
    margin-block-start: var(--s-sm);
}

@media (max-width: 1120px) {
    .buffet-apex-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .buffet-apex-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* ── reviews: REV-01 ───────────────────────────────────────────────── */

.court-light-heading {
    margin-block-end: var(--s-xl);
}

.court-light-grid {
    display: grid;
    gap: var(--s-lg);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.court-light-node {
    background: var(--c-panel);
    border: var(--b-thin) solid var(--c-hairline);
    border-radius: var(--r-md);
    padding: var(--s-lg);
    transition: box-shadow var(--t-steady) var(--x-settle);
}

.court-light-node:hover {
    box-shadow: var(--d-lg);
}

.court-light-name {
    font-size: var(--z-minor);
    font-family: var(--f-reading);
    font-weight: var(--w-heavy);
}

.court-light-rate {
    display: inline-block;
    font-size: var(--z-minor);
    letter-spacing: 2px;
    line-height: 1;
    margin-block: var(--s-sm);
    position: relative;
    white-space: nowrap;
}

.court-light-rail {
    color: var(--c-dim);
    display: block;
    opacity: 0.32;
}

.court-light-lit {
    color: var(--c-house);
    display: block;
    inset-block-start: 0;
    inset-inline-start: 0;
    overflow: hidden;
    position: absolute;
}

.court-light-prose {
    color: var(--c-dim);
    font-size: var(--z-small);
    line-height: var(--l-open);
}

@media (max-width: 1120px) {
    .court-light-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .court-light-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* ── faq: FAQ-01 ───────────────────────────────────────────────────── */

.trellis-apex-heading {
    margin-block-end: var(--s-lg);
}

.trellis-apex-set {
    margin: 0;
}

.trellis-apex-node {
    border-block-end: var(--b-thin) solid var(--c-hairline);
    padding-block: var(--s-md);
}

.trellis-apex-term {
    margin: 0;
}

.trellis-apex-caption {
    font-size: var(--z-minor);
    margin: 0;
}

.trellis-apex-press {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--c-text);
    cursor: pointer;
    display: flex;
    font-family: var(--f-reading);
    font-size: var(--z-minor);
    font-weight: var(--w-heavy);
    gap: var(--s-md);
    justify-content: space-between;
    line-height: var(--l-base);
    min-height: 44px;
    padding: 0;
    text-align: start;
    width: 100%;
}

.trellis-apex-press:hover {
    color: var(--c-house);
}

.trellis-apex-prose {
    flex: 1 1 auto;
}

.trellis-apex-mark {
    display: block;
    flex-shrink: 0;
    height: 24px;
    position: relative;
    width: 24px;
}

.trellis-apex-mark::before,
.trellis-apex-mark::after {
    background: var(--c-house);
    content: '';
    inset-block-start: 50%;
    inset-inline-start: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.trellis-apex-mark::before {
    height: var(--b-mid);
    width: 16px;
}

.trellis-apex-mark::after {
    height: 16px;
    width: var(--b-mid);
}

.trellis-apex-press[aria-expanded='true'] .trellis-apex-mark::after {
    display: none;
}

.trellis-apex-fill {
    color: var(--c-dim);
    margin: 0;
    padding-block-start: var(--s-sm);
}

/* ── cta block: CTA-08 ─────────────────────────────────────────────── */

.pediment-plus {
    background: var(--c-house);
    text-align: center;
}

.pediment-plus-caption {
    color: var(--c-canvas);
    font-size: var(--z-title);
    letter-spacing: var(--e-narrow);
    text-transform: uppercase;
}

.pediment-plus-prose {
    color: var(--c-accent-strong);
    font-size: var(--z-minor);
    line-height: var(--l-base);
    margin-block: var(--s-md) var(--s-lg);
}

.pediment-plus-press {
    align-items: center;
    background: var(--c-canvas);
    border: var(--b-mid) solid var(--c-canvas);
    border-radius: var(--r-md);
    color: var(--c-house);
    display: inline-flex;
    font-family: var(--f-reading);
    font-size: var(--z-minor);
    font-weight: var(--w-heavy);
    justify-content: center;
    min-height: 60px;
    padding-inline: var(--s-3xl);
    text-decoration: none;
}

.pediment-plus-note {
    color: var(--c-accent-strong);
    display: block;
    font-size: var(--z-xs);
    margin-block-start: var(--s-md);
}

/* ── page header: PHEAD-04 ─────────────────────────────────────────── */

.hallway-deep-guts {
    display: grid;
    gap: var(--s-2xl);
    grid-template-columns: 1.2fr 1fr;
}

.hallway-deep-column {
    min-width: 0;
}

.hallway-deep-caption {
    margin: 0;
}

.hallway-deep-kicker {
    color: var(--c-house);
    display: block;
    font-size: var(--z-xs);
    letter-spacing: var(--e-loose);
    margin-block-end: var(--s-sm);
    text-transform: uppercase;
}

.hallway-deep-prose {
    color: var(--c-dim);
    line-height: var(--l-open);
}

@media (max-width: 880px) {
    .hallway-deep-guts {
        gap: var(--s-lg);
        grid-template-columns: minmax(0, 1fr);
    }
}

/* ── legal: LEGAL-04 ───────────────────────────────────────────────── */

.belfry-noble-box {
    background: var(--c-panel);
    border: var(--b-thin) solid var(--c-hairline);
    border-radius: var(--r-lg);
    box-shadow: var(--d-sm);
    padding: var(--s-2xl);
}

.belfry-noble-heading {
    font-size: var(--z-lg-2);
    margin-block: var(--s-xl) var(--s-md);
}

.belfry-noble-box > .belfry-noble-heading:first-child {
    margin-block-start: 0;
}

.belfry-noble-prose {
    color: var(--c-dim);
    line-height: var(--l-open);
    margin-block-end: var(--s-md);
}

.belfry-noble-set {
    color: var(--c-dim);
    display: flex;
    flex-direction: column;
    gap: var(--s-sm);
    margin-block: var(--s-md);
    padding-inline-start: var(--s-xl);
}

.belfry-noble-node {
    line-height: var(--l-base);
}

.belfry-noble-node::marker {
    color: var(--c-house);
}

.belfry-noble-small {
    border-block-start: var(--b-thin) solid var(--c-hairline);
    color: var(--c-dim);
    display: block;
    font-size: var(--z-small);
    line-height: var(--l-base);
    margin-block-start: var(--s-xl);
    padding-block-start: var(--s-md);
}

@media (max-width: 700px) {
    .belfry-noble-box {
        padding: var(--s-lg);
    }
}

/* ── contact form: FORM-07 ─────────────────────────────────────────── */

.pergola-noble-tile {
    border-radius: var(--r-lg);
    max-width: 820px;
    overflow: hidden;
}

.pergola-noble-bar {
    background: var(--c-house);
    display: block;
    height: 8px;
}

.pergola-noble-fill {
    background: var(--c-panel);
    padding: var(--s-xl);
}

.pergola-noble-prose {
    color: var(--c-dim);
    line-height: var(--l-open);
    margin-block-end: var(--s-lg);
}

.pergola-noble-form {
    display: flex;
    flex-direction: column;
    gap: var(--s-md);
}

.pergola-noble-field {
    display: flex;
    flex-direction: column;
    gap: var(--s-xs);
}

.pergola-noble-chip {
    color: var(--c-dim);
    font-size: var(--z-small);
    font-weight: var(--w-medium);
}

.pergola-noble-entry {
    background: var(--c-canvas);
    border: var(--b-thin) solid var(--c-hairline);
    border-radius: var(--r-sm);
    color: var(--c-text);
    font-family: var(--f-reading);
    font-size: var(--z-normal);
    min-height: 48px;
    padding: var(--s-sm) var(--s-md);
    width: 100%;
}

textarea.pergola-noble-entry {
    min-height: 140px;
    resize: vertical;
}

.pergola-noble-press {
    align-items: center;
    align-self: center;
    background: var(--c-house);
    border: var(--b-mid) solid var(--c-house);
    border-radius: var(--r-md);
    color: var(--c-canvas);
    cursor: pointer;
    display: inline-flex;
    font-weight: var(--w-heavy);
    justify-content: center;
    min-height: 48px;
    padding-inline: var(--s-2xl);
}

.pergola-noble-done {
    background: var(--c-accent-strong);
    border-radius: var(--r-sm);
    color: var(--c-text);
    margin-block-start: var(--s-md);
    padding: var(--s-md);
}

/* ── author card: AUTH-07 ──────────────────────────────────────────── */

.buttress-pure-tile {
    background: var(--c-panel);
    border-inline-start: var(--b-wide) solid var(--c-house);
    border-radius: var(--r-md);
    display: grid;
    gap: var(--s-lg);
    grid-template-columns: 100px minmax(0, 1fr);
    padding: var(--s-xl);
}

.buttress-pure-mug {
    display: block;
    height: 100px;
    width: 100px;
}

.buttress-pure-mug img {
    border-radius: var(--r-orb);
    display: block;
    height: 100px;
    object-fit: cover;
    object-position: center top;
    width: 100px;
}

.buttress-pure-fill {
    min-width: 0;
}

.buttress-pure-quote {
    color: var(--c-house);
    display: block;
    font-family: var(--f-lead);
    font-size: var(--z-title);
    line-height: 1;
}

.buttress-pure-prose {
    color: var(--c-text);
    font-size: var(--z-minor);
    font-style: italic;
    line-height: var(--l-base);
}

.buttress-pure-credit {
    color: var(--c-dim);
    display: block;
    font-size: var(--z-small);
    letter-spacing: var(--e-loose);
    margin-block-start: var(--s-md);
}

@media (max-width: 700px) {
    .buttress-pure-tile {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* ── byline: BYLINE-02 ─────────────────────────────────────────────── */

.gable-fluid {
    display: block;
    margin-inline: auto;
    max-width: calc(var(--v-main) + 2 * var(--v-pad-lg));
    padding: var(--s-lg) var(--v-pad-lg);
}

.gable-fluid-tile {
    background: var(--c-panel);
    border: var(--b-thin) solid var(--c-hairline);
    border-radius: var(--r-md);
    display: flex;
    gap: var(--s-md);
    margin-inline: auto;
    max-width: var(--v-brief);
    padding: var(--s-lg);
}

.gable-fluid-mug {
    display: block;
    flex-shrink: 0;
    height: 64px;
    width: 64px;
}

.gable-fluid-mug img {
    border-radius: var(--r-orb);
    display: block;
    height: 64px;
    object-fit: cover;
    object-position: center top;
    width: 64px;
}

.gable-fluid-fill {
    min-width: 0;
}

.gable-fluid-chip {
    color: var(--c-dim);
    display: block;
    font-size: var(--z-xs);
    letter-spacing: var(--e-loose);
    text-transform: uppercase;
}

.gable-fluid-name {
    font-family: var(--f-lead);
    font-size: var(--z-display-4);
    margin-block: var(--s-2xs);
}

.gable-fluid-href {
    color: var(--c-text);
    text-decoration: none;
}

.gable-fluid-href:hover,
.gable-fluid-href:focus-visible {
    background-color: transparent;
    color: var(--c-house);
    text-decoration: underline;
}

.gable-fluid-credit {
    color: var(--c-dim);
    font-size: var(--z-small);
    line-height: var(--l-base);
}

.gable-fluid-prose {
    color: var(--c-dim);
    font-size: var(--z-small);
    line-height: var(--l-base);
    margin-block-start: var(--s-sm);
}

.gable-fluid-more {
    display: inline-block;
    font-size: var(--z-small);
    margin-block-start: var(--s-sm);
}

/* ── error block: ERR-01 ───────────────────────────────────────────── */

.shelf-modern-guts {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--s-lg);
    text-align: center;
}

.shelf-modern-digits {
    color: var(--c-house);
    font-family: var(--f-lead);
    font-size: clamp(80px, 18vw, 200px);
    font-weight: var(--w-heavy);
    line-height: var(--l-close);
}

.shelf-modern-caption {
    max-width: var(--v-brief);
}

.shelf-modern-prose {
    color: var(--c-dim);
    font-size: var(--z-minor);
    line-height: var(--l-base);
    max-width: var(--v-brief);
}

.shelf-modern-press {
    align-items: center;
    background: var(--c-house);
    border-radius: var(--r-md);
    color: var(--c-canvas);
    display: inline-flex;
    font-weight: var(--w-heavy);
    justify-content: center;
    min-height: 52px;
    padding-inline: var(--s-xl);
    text-decoration: none;
}

.shelf-modern-press:hover,
.shelf-modern-press:focus-visible {
    background-color: var(--c-accent-strong);
    color: var(--c-house);
}

/* ── footer: FOOT-09 ───────────────────────────────────────────────── */

.tablette-prime {
    background: var(--c-house);
    padding-block: var(--s-lg);
}

.tablette-prime-guts {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: var(--s-md) var(--s-lg);
    justify-content: space-between;
}

.tablette-prime-badge {
    display: inline-flex;
    flex-shrink: 0;
}

.tablette-prime-badge-img {
    display: block;
    height: 36px;
    width: auto;
}

.tablette-prime-routes,
.tablette-prime-fine {
    display: block;
}

.tablette-prime-node,
.tablette-prime-fine-node {
    display: inline-flex;
}

.tablette-prime-set,
.tablette-prime-fine-set {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tablette-prime-set {
    gap: var(--s-md);
}

.tablette-prime-fine-set {
    gap: var(--s-sm);
}

.tablette-prime-href {
    color: var(--c-canvas);
    font-size: var(--z-small);
    letter-spacing: var(--e-loose);
    text-decoration: none;
}

.tablette-prime-fine-href {
    color: var(--c-accent-strong);
    font-size: var(--z-xs);
    text-decoration: none;
}

.tablette-prime-href:hover,
.tablette-prime-href:focus-visible,
.tablette-prime-fine-href:hover,
.tablette-prime-fine-href:focus-visible {
    background-color: var(--c-house);
    color: var(--c-accent-strong);
    text-decoration: underline;
}

.tablette-prime-small {
    color: var(--c-accent-strong);
    flex: 1 1 100%;
    font-size: var(--z-xs);
    line-height: var(--l-base);
}

/* ── cookie banner: COOK-01 ────────────────────────────────────────── */

.lisere-zone {
    display: none;
    inset-block-end: var(--s-md);
    inset-inline: var(--s-md);
    margin-inline: auto;
    max-width: var(--v-brief);
    position: fixed;
    z-index: 90;
}

.lisere-zone.is-visible {
    display: block;
}

.lisere-zone-guts {
    align-items: center;
    background: var(--c-panel);
    border: var(--b-thin) solid var(--c-hairline);
    border-radius: var(--r-md);
    box-shadow: var(--d-md);
    display: flex;
    flex-wrap: wrap;
    gap: var(--s-md);
    padding: var(--s-md);
}

.lisere-zone-line {
    color: var(--c-dim);
    flex: 1 1 280px;
    font-size: var(--z-small);
    line-height: var(--l-base);
}

.lisere-zone-controls {
    display: flex;
    gap: var(--s-sm);
}

.lisere-zone-accept,
.lisere-zone-later {
    border-radius: var(--r-md);
    cursor: pointer;
    font-family: var(--f-lead);
    font-size: var(--z-xs);
    font-weight: var(--w-heavy);
    letter-spacing: var(--e-loose);
    min-height: 36px;
    padding-inline: var(--s-md);
    text-transform: uppercase;
    white-space: nowrap;
}

.lisere-zone-accept {
    background: var(--c-house);
    border: var(--b-thin) solid var(--c-house);
    color: var(--c-canvas);
}

.lisere-zone-later {
    background: transparent;
    border: var(--b-thin) solid var(--c-hairline);
    color: var(--c-text);
}

.lisere-zone-later:hover {
    background: var(--c-accent-strong);
    color: var(--c-text);
}

@media (max-width: 720px) {
    .lisere-zone-guts {
        font-size: var(--z-xs);
        gap: var(--s-sm);
        padding: var(--s-sm) var(--s-md);
    }

    .lisere-zone-line {
        flex: 1 1 100%;
        font-size: var(--z-xs);
        line-height: var(--l-base);
    }

    .lisere-zone-controls {
        flex: 1 1 100%;
    }

    .lisere-zone-accept,
    .lisere-zone-later {
        flex: 1 1 auto;
        min-height: 36px;
        padding-inline: var(--s-sm);
    }
}

/* ── motion ────────────────────────────────────────────────────────── */

.armoire-keen-press,
.pediment-plus-press,
.cadre-sleek-press,
.shelf-modern-press,
.pergola-noble-press {
    transition: background-color var(--t-snap) var(--x-settle), color var(--t-snap) var(--x-settle), transform var(--t-snap) var(--x-pop);
}

.armoire-keen-press:hover,
.pediment-plus-press:hover,
.cadre-sleek-press:hover,
.pergola-noble-press:hover {
    transform: translateY(-5px);
}

.armoire-keen-press:hover,
.armoire-keen-press:focus-visible {
    background-color: var(--c-house);
    color: var(--c-canvas);
}

.pediment-plus-press:hover,
.pediment-plus-press:focus-visible {
    background-color: var(--c-accent-strong);
    color: var(--c-house);
}

.cadre-sleek-press:hover,
.cadre-sleek-press:focus-visible {
    background-color: var(--c-house);
    color: var(--c-canvas);
}

.pergola-noble-press:hover {
    background-color: var(--c-accent-strong);
    color: var(--c-house);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 1ms !important;
    }

    html.fx-on [data-fx] {
        opacity: 1;
        transform: none;
    }
}
.rosace-pick{display:inline-flex;align-items:center;justify-content:center;padding:0 var(--s-lg);min-height:44px;border-radius:var(--r-md);border:var(--b-mid) solid var(--c-house);font-size:var(--z-small);font-weight:var(--w-medium)}
.rosace-pick{position:relative;
  background:#0891B2;color:#0E0F10;text-decoration:none;
  transition:background 0.28s ease-out,color 0.28s ease-out;}
.rosace-pick.rosace-pick{color:#0E0F10;text-decoration:none;}
.rosace-pick:hover{background:#0E7490;color:#FFFFFF;animation:none}
.rosace-pick.rosace-pick:hover{color:#FFFFFF;text-decoration:none}
.rosace-pick:hover::after{animation:none}
.rosace-pick:active{background:#155E75;color:#FFFFFF}
.rosace-pick:focus-visible{outline:3px solid #0E0F10;outline-offset:3px}
@keyframes rosace-pulse{0%,100%{transform:scaleX(0)}40%,60%{transform:scaleX(1)}}
.rosace-pick::after{content:"";position:absolute;left:12%;right:12%;bottom:6px;height:4px;background:currentColor;opacity:.5;transform-origin:left;animation:rosace-pulse 1.4s cubic-bezier(.55,.70,.40,1) infinite}
@media (prefers-reduced-motion:reduce){.rosace-pick,.rosace-pick::after{animation:none!important;transition:none!important}}

.armoire-keen .rosace-pick {
    font-size: var(--z-minor);
    min-height: 56px;
    padding-inline: var(--s-2xl);
}

.pediment-plus .rosace-pick {
    font-size: var(--z-minor);
    min-height: 60px;
    padding-inline: var(--s-3xl);
}

@media (max-width: 640px) {
    .armoire-keen {
        padding-block: var(--s-xl);
    }

    .armoire-keen-prose {
        margin-block-end: var(--s-lg);
    }

    .repere-band-prose {
        line-height: 1.35;
    }

    .repere-band-guts {
        gap: var(--s-sm);
    }
}

@media (min-width: 881px) {
    .poteau-prime-guts::after {
        clear: both;
        content: '';
        display: block;
    }

    .poteau-prime-frame {
        float: inline-end;
        margin-block: 0 var(--s-md);
        margin-inline-start: var(--s-xl);
        max-width: 42%;
    }

    .poteau-prime-frame--process {
        max-width: 30%;
    }

    .poteau-prime-frame img {
        max-height: 470px;
    }
}

@media (max-width: 896px) {
  .cadre-sleek-routes,
  .cadre-sleek-set,
  .cadre-sleek-href { display: none !important; }
  .cadre-sleek-handle { display: flex !important; }
}
