/* Technical 2026 visual system — layered over the stable component stylesheet. */
:root {
    --color-ink: #292a2c;
    --color-ink-soft: #656568;
    --color-navy: #393a3c;
    --color-navy-hover: #202124;
    --color-gold: #bc292f;
    --color-gold-dark: #941f25;
    --color-gold-soft: #df8d91;
    --color-gold-light: #f3c4c6;
    --color-surface: #fffefb;
    --color-surface-muted: #f3f1ea;
    --color-border: #dcded7;
    --color-primary: #bc292f;
    --color-primary-hover: #941f25;
    --color-on-primary: #ffffff;
    --color-on-dark: #ffffff;
    --color-on-dark-muted: rgba(255,255,255,.68);
    --color-focus: #bc292f;
    --surface-0: #fffefb;
    --surface-1: #f3f3f3;
    --surface-2: #ececed;
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 24px;
    --space-6: 32px;
    --space-7: 48px;
    --text-xs: .75rem;
    --text-sm: .875rem;
    --text-md: 1rem;
    --text-lg: 1.25rem;
    --text-xl: clamp(1.75rem,3vw,2.5rem);
    --text-display: clamp(2.75rem,6vw,5.5rem);
    --line-body: 1.9;
    --line-heading: 1.3;
    --elevation-1: 0 2px 8px rgba(41,42,44,.06);
    --elevation-2: 0 12px 32px rgba(41,42,44,.10);
    --container: 1280px;
    --radius: 10px;
    --radius-medium: 14px;
    --radius-large: 22px;
    --shadow-soft: var(--elevation-2);
}

body {
    background: #fffefb;
    color: var(--color-ink);
    letter-spacing: -.012em;
    font-size:var(--text-md);
    line-height:var(--line-body);
}
:focus-visible { outline:3px solid var(--color-focus); outline-offset:3px; }
h1,h2,h3 { line-height:var(--line-heading); text-wrap:balance; }
p { text-wrap:pretty; }
.button,.field input,.field select,.field textarea,.menu-toggle { min-height:48px; }

body::before {
    position: fixed;
    z-index: -1;
    inset: 0;
    background-image: linear-gradient(rgba(18, 60, 53, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 60, 53, .025) 1px, transparent 1px);
    background-size: 72px 72px;
    content: "";
    pointer-events: none;
}
.brand__logo { display:block; width:auto; height:42px; object-fit:contain; }
.brand__logo--footer,.brand__logo--admin { height:45px; padding:8px 11px; background:#fff; border-radius:8px; }
.brand__admin-label { color:rgba(255,255,255,.55); font-size:11px; }
.brand__admin-label--light { color:var(--color-ink-soft); }

.container { width: min(calc(100% - 64px), var(--container)); }
.section { padding-block: clamp(82px, 9vw, 132px); }
.section--muted { background: #f4f2ec; }

.site-header {
    position: sticky;
    inset-block-start: 0;
    background: rgba(255, 254, 251, .92);
    border-color: rgba(18, 60, 53, .12);
    backdrop-filter: blur(16px);
}

.site-header__inner { min-height: 88px; }
.brand { gap: 13px; }
.brand__mark {
    position: relative;
    width: 46px;
    height: 46px;
    background: var(--color-navy);
    border-radius: 50% 50% 50% 12px;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 800;
    transform: rotate(-4deg);
}
.brand__mark::after {
    position: absolute;
    width: 8px;
    height: 8px;
    inset-inline-end: -3px;
    inset-block-end: 5px;
    background: var(--color-gold);
    border: 2px solid var(--color-surface);
    border-radius: 50%;
    content: "";
}
.brand__mark + .brand__text { transform: translateY(1px); }
.brand__text strong { color: var(--color-navy); font-size: 17px; font-weight: 850; letter-spacing: -.04em; }
.brand__text small { color: var(--color-ink-soft); font-size: 10px; letter-spacing: .02em; }
.desktop-nav { gap: 34px; }
.desktop-nav a { font-size: 13px; font-weight: 650; }
.desktop-nav a::after { inset-inline: 22%; height: 3px; background: var(--color-gold); border-radius: 99px 99px 0 0; }
.nav-dropdown { position:relative; display:flex; align-items:center; }
.nav-dropdown>button { width:28px; height:40px; padding:0; background:transparent; border:0; color:var(--color-ink-soft); cursor:pointer; }
.nav-dropdown__panel { position:absolute; z-index:60; display:grid; width:310px; inset-inline-start:0; inset-block-start:calc(100% - 8px); padding:14px; visibility:hidden; background:var(--surface-0); border:1px solid rgba(57,58,60,.14); border-radius:14px 4px 14px 14px; box-shadow:var(--elevation-2); opacity:0; transform:translateY(8px); transition:.18s ease; }
.nav-dropdown:hover .nav-dropdown__panel,.nav-dropdown:focus-within .nav-dropdown__panel,.nav-dropdown.is-open .nav-dropdown__panel { visibility:visible; opacity:1; transform:none; }
.nav-dropdown__panel>p { margin:0 10px 8px; color:var(--color-primary); font-size:var(--text-xs); font-weight:800; }
.desktop-nav .nav-dropdown__panel>a { display:flex; min-height:46px; padding:10px; align-items:center; justify-content:space-between; border-radius:8px; color:var(--color-ink); }
.desktop-nav .nav-dropdown__panel>a::after { display:none; }.desktop-nav .nav-dropdown__panel>a:hover { background:var(--surface-1); }.nav-dropdown__panel i { color:var(--color-primary); font-style:normal; }
.mobile-nav__categories { border-block-end:1px solid var(--color-border); }.mobile-nav__categories summary { min-height:48px; padding:10px 0; cursor:pointer; font-weight:750; }.mobile-nav__categories>a { padding-inline-start:18px; color:var(--color-ink-soft); }

.button {
    min-height: 50px;
    padding: 12px 24px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 720;
    box-shadow: none;
}
.button--primary,.button:not(.button--secondary):not(.button--light):not(.button--danger) { background: var(--color-navy); border-color: var(--color-navy); color:var(--color-on-dark); }
.button--primary:hover,.button:not(.button--secondary):not(.button--light):not(.button--danger):hover { background: var(--color-navy-hover); border-color: var(--color-navy-hover); transform: translateY(-1px); }
.button--secondary { background: transparent; border-color: rgba(18, 60, 53, .28); color: var(--color-navy); }
.button--secondary:hover { background: #edf1ed; border-color: var(--color-navy); }
.button--primary:hover,.button:not(.button--secondary):not(.button--light):not(.button--danger):hover { color:#fff; }
.button--secondary:hover { color:var(--color-navy); }
.button--light:hover { background:#f3f1ea; border-color:#f3f1ea; color:var(--color-navy); }
.button--danger { background:#a8342b; border-color:#a8342b; color:#fff; }
.button--danger:hover { background:#7f241e; border-color:#7f241e; color:#fff; }
.text-link:hover { color:var(--color-gold-dark); }
.button--small { min-height: 42px; padding: 8px 18px; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color-gold-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .03em;
}
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }

.home-hero {
    position: relative;
    min-height: 0;
    padding-block: clamp(42px, 5vw, 72px) 34px;
    overflow: hidden;
    background-color:var(--color-navy);
    background-image:var(--brand-texture,url('/assets/images/catalog-drafting-texture-red.webp'));
    background-position:center;
    background-size:cover;
}
.home-hero::after {
    position: absolute;
    width: 260px;
    height: 260px;
    inset-inline-end: -110px;
    inset-block-end: -120px;
    border: 1px solid rgba(18, 60, 53, .18);
    border-radius: 50%;
    content: "";
}
.hero__viewport { position:relative; }
.hero__slides { position:relative; min-height:610px; }
.hero__slide { position:absolute; inset:0; visibility:hidden; opacity:0; transform:translateX(-18px); transition:opacity .45s ease,transform .45s ease,visibility .45s; pointer-events:none; }
.hero__slide.is-active { position:relative; visibility:visible; opacity:1; transform:none; pointer-events:auto; }
.hero__grid { grid-template-columns: minmax(400px,.9fr) minmax(0,1.1fr); gap: clamp(46px,7vw,100px); align-items:center; }
.hero__content { position: relative; z-index: 2; max-width: 620px; }
.hero h1,.hero__content h2 {
    max-width: 680px;
    margin-block: 18px 26px;
    color:#fff;
    font-size: clamp(50px, 6.3vw, 88px);
    font-weight: 850;
    letter-spacing: -.065em;
    line-height: 1.11;
}
.hero__content h2 { max-width:680px; margin-block:18px 26px; font-size:clamp(48px,5.5vw,78px); }
.home-hero .eyebrow { color:var(--color-gold-light); }
.hero__lead { max-width:570px; color:rgba(255,255,255,.67); font-size:clamp(16px,1.5vw,20px); line-height:2; }
.home-hero .button--primary { background:var(--color-gold); border-color:var(--color-gold); color:#fff; }.home-hero .button--primary:hover { background:var(--color-gold-dark); border-color:var(--color-gold-dark); }
.home-hero .button--secondary { border-color:rgba(255,255,255,.34); color:#fff; }.home-hero .button--secondary:hover { background:#fff; border-color:#fff; color:var(--color-navy); }
.hero .button-group { margin-block-start: 36px; }
.hero__disciplines { display:flex; flex-wrap:wrap; gap:9px 20px; margin-block-start:48px; color:var(--color-ink-soft); font-size:11px; }
.hero__disciplines span { display:inline-flex; align-items:center; gap:8px; }
.hero__disciplines span::before { width:5px; height:5px; background:var(--color-gold); border-radius:50%; content:""; }
.hero__visual {
    position: relative;
    display: block;
    min-height: 610px;
    background: #ece7dc;
    border: 0;
    border-radius: 34px 10px 34px 34px;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}
.hero__visual::before { display:none; }
.hero__visual img { width:100%; height:100%; object-fit:cover; object-position:44% center; }
.hero__visual--drafting img { object-position:18% center; transform:scale(1.08); }
.hero__visual--heritage img { object-position:75% center; transform:scale(1.12); }
.hero__visual-note {
    position:absolute;
    display:flex;
    align-items:center;
    gap:12px;
    inset-inline-end:24px;
    inset-block-end:24px;
    padding:12px 15px;
    background:rgba(255,254,251,.9);
    border:1px solid rgba(18,60,53,.12);
    border-radius:12px;
    color:var(--color-navy);
    backdrop-filter:blur(10px);
}
.hero__visual-note span { color:var(--color-gold-dark); font-size:11px; font-weight:800; }
.hero__visual-note p { margin:0; font-size:9px; font-weight:800; line-height:1.25; letter-spacing:.12em; text-align:left; }
.hero__controls { display:flex; align-items:center; justify-content:center; gap:18px; margin-block-start:24px; }
.hero__arrow { width:40px; height:40px; padding:0; background:transparent; border:1px solid rgba(255,255,255,.28); border-radius:50%; color:#fff; cursor:pointer; }
.hero__arrow:hover { background:#fff; color:var(--color-navy); }
.hero__dots { display:flex; align-items:center; gap:8px; direction:ltr; }
.hero__dots button { width:7px; height:7px; padding:0; background:rgba(255,255,255,.3); border:0; border-radius:99px; cursor:pointer; transition:width .25s ease,background .25s ease; }
.hero__dots button.is-active { width:28px; background:var(--color-gold); }

.section-heading { margin-block-end: 40px; }
.section-heading h2 { max-width:760px; color:var(--color-navy); font-size:clamp(32px,4vw,54px); font-weight:820; letter-spacing:-.05em; line-height:1.25; }
.section-heading p:not(.eyebrow) { max-width:620px; color:var(--color-ink-soft); }
.section-heading__link,.text-link { color:var(--color-navy); font-size:12px; font-weight:750; }

.category-carousel { overflow:hidden; }
.category-grid { display:flex; gap:14px; background:transparent; border:0; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; scroll-behavior:smooth; }
.category-grid::-webkit-scrollbar { display:none; }
.category-tile {
    flex:0 0 calc((100% - 42px) / 4);
    min-width:0;
    min-height:390px;
    padding:14px 14px 26px;
    background: #f1efe8;
    border: 1px solid transparent;
    border-radius: 22px;
    scroll-snap-align:start;
}
.category-tile:nth-child(3n+2) { background: #e9efeb; }
.category-tile:nth-child(3n+3) { background: #f1e9e2; }
.category-tile:hover { background: #fffefb; border-color: rgba(18,60,53,.22); transform: translateY(-4px); }
.category-tile__number { color:rgba(18,60,53,.2); font-family:var(--font-sans); font-size:13px; font-weight:800; }
.category-tile__media { position:relative; display:grid; min-height:180px; place-items:center; margin-block-end:20px; background:rgba(255,255,255,.58); border-radius:14px 14px 8px 8px; overflow:hidden; }
.category-tile__media span { color:rgba(18,60,53,.13); font-family:var(--font-sans); font-size:88px; font-weight:900; }
.category-tile h3 { margin-block-start:28px; font-size:22px; letter-spacing:-.04em; }
.category-tile__image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:1; filter:none; transition:transform .45s ease; }
.category-tile:hover .category-tile__image { transform:scale(1.045); }
.category-carousel__controls { display:flex; align-items:center; justify-content:center; gap:16px; margin-block-start:24px; }
.category-carousel__controls button { width:42px; height:42px; padding:0; background:transparent; border:1px solid rgba(18,60,53,.24); border-radius:50%; color:var(--color-navy); cursor:pointer; }
.category-carousel__controls button:hover:not(:disabled) { background:var(--color-navy); color:#fff; }
.category-carousel__controls button:disabled { opacity:.3; cursor:default; }
.category-carousel__controls span { min-width:52px; color:var(--color-ink-soft); font-family:var(--font-sans); font-size:11px; text-align:center; direction:ltr; }
.home-categories { background:#f3f3f3; }
.home-categories .section-heading { padding-block-end:30px; border-block-end:1px solid rgba(57,58,60,.14); }
.home-categories .category-grid { gap:20px; }
.home-categories .category-tile { position:relative; flex-basis:calc((100% - 60px)/4); min-height:0; padding:0 0 18px; background:transparent; border:0; border-radius:0; overflow:visible; }
.home-categories .category-tile:nth-child(n) { background:transparent; }
.home-categories .category-tile:hover { background:transparent; border:0; transform:none; }
.home-categories .category-tile__media { min-height:270px; margin:0 0 24px; background-color:#2d2e30; background-image:var(--brand-texture,url('/assets/images/catalog-drafting-texture-red.webp')); background-position:center; background-size:cover; border-radius:18px 5px 18px 18px; box-shadow:0 14px 35px rgba(41,42,44,.08); }
.home-categories .category-tile__media::after { position:absolute; inset:0; background:rgba(32,33,36,.08); content:""; pointer-events:none; }
.home-categories .category-tile__media span { position:relative; z-index:1; color:rgba(255,255,255,.08); font-size:150px; }
.home-categories .category-tile__number { position:absolute; z-index:2; inset-inline-start:16px; inset-block-start:16px; display:grid; width:42px; height:42px; place-items:center; background:var(--color-gold); border:4px solid #f3f3f3; border-radius:50%; color:#fff; }
.home-categories .category-tile h3 { margin:0 0 8px; color:var(--color-navy); font-size:24px; }
.home-categories .category-tile p { min-height:0; margin-block-end:16px; }
.home-categories .category-tile .text-link { display:flex; align-items:center; justify-content:space-between; padding-block-start:14px; border-block-start:1px solid rgba(57,58,60,.14); }
.home-categories .category-tile__image { z-index:1; }.home-categories .category-tile:hover .category-tile__image { transform:scale(1.035); }

.card-grid { gap: 20px; }
.card {
    background: #fffefb;
    border-color: rgba(18,60,53,.13);
    border-radius: 20px;
}
.card:hover { border-color:rgba(18,60,53,.35); box-shadow:0 20px 45px rgba(18,60,53,.08); transform:translateY(-5px); }
.card__media { background:#f1efe9; aspect-ratio:1.08; }
.card__media--placeholder {
    position:relative;
    background:#eeece5;
    color:rgba(18,60,53,.18);
    border:0;
    border-radius:0;
    font-size:64px;
}
.card__media--placeholder::after { position:absolute; width:72%; height:1px; background:rgba(18,60,53,.12); transform:rotate(-24deg); content:""; }
.card__body { padding:24px; }
.card__meta { color:var(--color-gold-dark); font-size:10px; font-weight:750; letter-spacing:.04em; }
.card__title { color:var(--color-navy); font-weight:780; letter-spacing:-.035em; }
.card__body > p:not(.card__meta) { color:var(--color-ink-soft); font-size:13px; }
.card__body .button { width:100%; margin-block-start:12px; background:transparent; }

.about-preview { background:var(--color-navy); color:var(--color-on-dark); }
.about-preview__visual,.about-page__visual {
    position:relative;
    display:block;
    min-height:560px;
    background:#e8e4da;
    border:0;
    border-radius:28px 8px 28px 28px;
    overflow:hidden;
}
.about-page { background:#fffefb; }
.about-page__grid { grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr); gap:clamp(55px,8vw,120px); align-items:start; }
.about-page__visual { position:sticky; inset-block-start:120px; min-height:700px; border-radius:32px 8px 32px 32px; }
.about-page__visual img { position:absolute; inset:0; }
.about-page__visual>span { inset-inline:24px; inset-block-end:24px; }
.about-page__year {
    position:absolute;
    display:flex;
    min-width:152px;
    inset-inline-start:24px;
    inset-block-start:24px;
    padding:14px 17px 13px;
    flex-direction:column;
    gap:2px;
    background:rgba(255,254,251,.94);
    border:1px solid rgba(255,255,255,.72);
    border-inline-start:4px solid var(--color-primary);
    border-radius:16px 5px 16px 16px;
    box-shadow:0 12px 30px rgba(20,20,21,.16);
    color:var(--color-navy);
    text-align:start;
    backdrop-filter:blur(12px);
}
.about-page__year small { color:var(--color-ink-soft); font-size:10px; font-weight:750; }
.about-page__year strong { color:var(--color-primary); font-family:var(--font-sans); font-size:28px; font-weight:900; line-height:1.2; }
.about-page__story h2 { margin:10px 0 36px; color:var(--color-navy); font-size:clamp(36px,4vw,54px); letter-spacing:-.05em; }
.about-story-row { display:grid; grid-template-columns:38px minmax(0,1fr); gap:18px; padding-block:20px; border-block-start:1px solid rgba(18,60,53,.13); }.about-story-row>span { color:var(--color-gold-dark); font-size:10px; font-weight:800; }.about-story-row p { margin:0; color:var(--color-ink-soft); line-height:2.15; }
.about-principles { background:#f1efe9; }
.about-principles__grid { display:grid; grid-template-columns:1.3fr .85fr .85fr; gap:14px; }
.about-principle { min-height:430px; padding:34px; background:#fffefb; border-radius:20px; }.about-principle>span { color:var(--color-gold-dark); font-size:11px; font-weight:850; }.about-principle h3 { margin:72px 0 22px; color:var(--color-navy); font-size:24px; }.about-principle div { color:var(--color-ink-soft); font-size:13px; line-height:2.1; }
.about-principle--lead { background:#123c35; }.about-principle--lead h3 { color:#fff; }.about-principle--lead div { color:rgba(255,255,255,.65); }.about-principle--lead>span { color:var(--color-gold-light); }
.about-principle--quote { display:flex; flex-direction:column; background:var(--color-primary); color:var(--color-on-primary); }.about-principle--quote>span { color:rgba(255,255,255,.65); }.about-principle blockquote { margin:auto 0 30px; font-size:22px; font-weight:700; line-height:1.8; }.about-principle--quote p { margin:0; color:rgba(255,255,255,.7); font-size:11px; }
.about-cta { padding-block:78px; background:#123c35; background-image:url('/assets/images/catalog-drafting-texture.webp'); background-position:center; background-size:cover; }.about-cta__inner { display:flex; align-items:center; justify-content:space-between; gap:50px; }.about-cta h2 { max-width:740px; margin:10px 0; color:#fff; font-size:clamp(32px,4vw,52px); letter-spacing:-.05em; }.about-cta p:not(.eyebrow) { color:rgba(255,255,255,.65); }.about-cta .eyebrow { color:var(--color-gold-light); }.about-cta .button { flex:none; }
.about-preview__visual img,.about-page__visual img { width:100%; height:100%; object-fit:cover; object-position:left center; }
.about-preview__visual > span,.about-page__visual > span {
    position:absolute;
    inset-inline:24px;
    inset-block-end:24px;
    padding:12px 16px;
    background:rgba(255,254,251,.9);
    border-radius:10px;
    color:var(--color-navy);
    font-family:var(--font-sans);
    font-size:12px;
    font-weight:750;
    backdrop-filter:blur(10px);
}
.about-preview__content h2 { color:#fff; }
.about-preview__content p { color:rgba(255,255,255,.68); }
.about-preview__content .eyebrow { color:var(--color-gold-light); }
.about-preview__content .button--secondary { border-color:rgba(255,255,255,.35); color:#fff; }
.about-preview__content .button--secondary:hover,
.about-preview__content .button--secondary:focus-visible { background:var(--color-on-dark); border-color:var(--color-on-dark); color:var(--color-navy); }

.brand-benefits { background:#fffefb; }
.brand-benefits__grid { gap:14px; counter-reset:benefit; }
.brand-benefits__grid article { position:relative; min-height:230px; padding:30px; background:#f5f3ed; border:0; border-radius:18px; counter-increment:benefit; }
.brand-benefits__grid article::before { display:block; margin-block-end:52px; color:var(--color-gold-dark); content:"0" counter(benefit); font-size:11px; font-weight:850; }

.price-access-cta { padding-block:76px; background:var(--color-primary); color:rgba(255,255,255,.8); }
.price-access-cta h2 { color:#fff; font-size:clamp(30px,4vw,48px); letter-spacing:-.05em; }
.price-access-cta .button--light { background:#fffefb; color:var(--color-navy); border-radius:999px; }

.page-hero { position:relative; padding-block:48px 82px; background-color:#123c35; background-image:url('/assets/images/catalog-drafting-texture.webp'); background-position:center; background-size:cover; color:#fff; overflow:hidden; }
.page-hero::after { position:absolute; inset:0; background:rgba(10,43,38,.12); content:""; pointer-events:none; }
.page-hero__inner { position:relative; z-index:1; max-width:1280px; margin-inline:auto; }
.page-hero .breadcrumbs { margin-block-end:52px; color:rgba(255,255,255,.55); }.page-hero .breadcrumbs a:hover { color:#fff; }
.page-hero .eyebrow { color:var(--color-gold-light); }
.page-hero h1,.catalog-heading h1,.product-detail h1 { color:var(--color-navy); font-weight:830; letter-spacing:-.055em; }
.page-hero h1 { max-width:800px; color:#fff; }
.page-hero h1 { font-size:clamp(42px,6vw,72px); }
.page-hero__inner > p:not(.eyebrow) { max-width:720px; color:rgba(255,255,255,.67); font-size:18px; line-height:2; }
.breadcrumbs { color:#77817c; font-size:11px; }
.breadcrumbs ol { gap:9px; }

.catalog-masthead { position:relative; padding-block:48px 68px; background-color:#123c35; background-image:url('/assets/images/catalog-drafting-texture.webp'); background-position:center; background-size:cover; color:#fff; overflow:hidden; }
.catalog-masthead::after { position:absolute; inset:0; background:rgba(10,43,38,.12); content:""; pointer-events:none; }
.catalog-masthead>.container { position:relative; z-index:1; }
.catalog-masthead .breadcrumbs { margin-block-end:52px; color:rgba(255,255,255,.55); }.catalog-masthead .breadcrumbs a:hover { color:#fff; }
.catalog-masthead__grid { display:grid; grid-template-columns:1.15fr .85fr; align-items:end; gap:90px; }
.catalog-masthead h1 { max-width:800px; margin:12px 0 0; color:#fff; font-size:clamp(48px,6vw,82px); font-weight:850; letter-spacing:-.06em; line-height:1.16; }
.catalog-masthead__grid>div:last-child { padding-block-end:8px; }.catalog-masthead__grid p:not(.eyebrow) { margin:0 0 22px; color:rgba(255,255,255,.66); font-size:16px; line-height:2; }
.catalog-count { display:inline-flex; padding:8px 13px; background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.14); border-radius:999px; font-size:11px; }
.catalog-page { padding-block-start:46px; }
.catalog-toolbar,.private-prices__filters {
    padding:14px;
    background:#f0eee7;
    border:0;
    border-radius:18px;
}
.catalog-toolbar { max-width:none; margin-block-end:34px; padding:9px; background:#fffefb; border:1px solid rgba(18,60,53,.14); box-shadow:0 14px 40px rgba(18,60,53,.06); }
.catalog-toolbar .field input { min-height:58px; padding-inline:20px; background:transparent; border:0; box-shadow:none; font-size:15px; }.catalog-toolbar .button { min-height:52px; min-width:130px; }
.catalog-layout { display:grid; grid-template-columns:245px minmax(0,1fr); gap:42px; align-items:start; }
.catalog-sidebar { position:sticky; inset-block-start:118px; }
.catalog-sidebar__heading { display:grid; gap:4px; margin-block-end:18px; padding-block-end:16px; border-block-end:1px solid rgba(18,60,53,.14); }.catalog-sidebar__heading span { color:var(--color-gold-dark); font-size:10px; font-weight:800; }.catalog-sidebar__heading strong { color:var(--color-navy); font-size:18px; }
.catalog-sidebar .category-filter { display:grid; gap:3px; margin:0; }
.catalog-sidebar .category-filter a { display:flex; min-height:46px; padding:10px 12px; align-items:center; justify-content:space-between; border:0; border-radius:9px; color:var(--color-ink-soft); }
.catalog-sidebar .category-filter a:hover,.catalog-sidebar .category-filter a.is-active { background:#e8ede8; color:var(--color-navy); }
.catalog-sidebar .category-filter a.is-active { font-weight:750; box-shadow:inset -3px 0 var(--color-gold); }
.catalog-sidebar .category-filter b,.catalog-sidebar .category-filter i { color:var(--color-gold-dark); font-size:11px; font-style:normal; }
.catalog-price-link { position:relative; display:grid; gap:7px; margin-block-start:28px; padding:22px; background:var(--color-primary); border-radius:16px 5px 16px 16px; color:var(--color-on-primary); overflow:hidden; }.catalog-price-link small { color:rgba(255,255,255,.72); }.catalog-price-link strong { max-width:150px; }.catalog-price-link>span { position:absolute; inset-inline-end:18px; inset-block-end:14px; font-size:20px; }
.catalog-results .product-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.catalog-results .card { border:0; background:#f1efe9; }.catalog-results .card:hover { box-shadow:none; transform:translateY(-4px); }
.catalog-results .card__media { aspect-ratio:1; margin:10px; border-radius:13px; overflow:hidden; }.catalog-results .card__media img { transition:transform .5s ease; }.catalog-results .card:hover .card__media img { transform:scale(1.04); }
.catalog-results .card__body { padding:10px 20px 22px; }.catalog-results .card__title { min-height:54px; margin-block:12px; font-size:18px; }.catalog-results .card__body>p:not(.card__meta) { display:-webkit-box; min-height:48px; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.product-card__meta { display:flex; align-items:center; justify-content:space-between; gap:10px; }.product-card__meta .card__meta { margin:0; }.product-card__meta>span { color:#78827d; font-size:10px; }
.product-card__link { display:flex; margin-block-start:20px; padding-block-start:16px; align-items:center; justify-content:space-between; border-block-start:1px solid rgba(18,60,53,.13); color:var(--color-navy); font-size:12px; font-weight:800; }.product-card__link i { display:grid; width:31px; height:31px; place-items:center; background:var(--color-navy); border-radius:50%; color:#fff; font-style:normal; transition:transform .2s ease; }.card:hover .product-card__link i { transform:translateX(-4px); }
.field input,.field select,.field textarea {
    min-height:52px;
    background:#fffefb;
    border-color:rgba(18,60,53,.18);
    border-radius:12px;
}
.field input:focus,.field select:focus,.field textarea:focus { border-color:var(--color-navy); box-shadow:0 0 0 4px rgba(18,60,53,.1); }
.category-filter a { min-height:44px; border-color:rgba(18,60,53,.18); border-radius:999px; }
.category-filter a:hover,.category-filter a.is-active { background:var(--color-navy); }
.category-header-image { border-radius:24px 8px 24px 24px; }
.pagination__item { border-radius:50%; }

.product-detail { padding-block-start:50px; }
.product-detail__grid { gap:clamp(48px,8vw,110px); }
.product-detail__media { min-height:600px; background:#f1efe9; border:0; border-radius:28px 8px 28px 28px; }
.product-detail__content { position:sticky; inset-block-start:125px; }
.product-detail__sku { display:inline-flex; padding:8px 12px; background:#f0eee7; border-radius:8px; }
.product-detail__lead { font-size:18px; }
.spec-list > div { padding-block:16px; }
.product-price-cta { padding:24px; background:#eef1ed; border-radius:18px; }
.product-private-price { border-radius:20px 6px 20px 20px; }

.contact-page { background:#fffefb; }
.contact-layout { display:grid; grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr); gap:18px; align-items:stretch; }
.contact-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.contact-card,.showroom-card { background:#f1efe9; border:0; border-radius:18px; }
.contact-card { display:flex; min-height:210px; padding:26px; flex-direction:column; align-items:flex-start; }
.contact-card__number { margin-block-end:auto; color:var(--color-gold-dark); font-size:10px; font-weight:850; }
.contact-card__label { margin-block:34px 8px; color:var(--color-ink-soft); font-size:11px; }
.contact-card a,.contact-card>p:not(.contact-card__label) { margin:0; color:var(--color-navy); font-size:clamp(17px,1.6vw,22px); font-weight:750; overflow-wrap:anywhere; }
.contact-action { position:relative; display:flex; min-height:432px; padding:34px; flex-direction:column; justify-content:flex-end; background:var(--color-primary); border-radius:24px 7px 24px 24px; color:var(--color-on-primary); overflow:hidden; }.contact-action>span { position:absolute; inset-inline-end:-12px; inset-block-start:-55px; color:rgba(255,255,255,.08); font-size:260px; font-weight:900; line-height:1; }.contact-action .eyebrow { color:rgba(255,255,255,.7); }.contact-action h2 { margin:8px 0 14px; color:#fff; font-size:28px; line-height:1.6; }.contact-action p:not(.eyebrow) { color:rgba(255,255,255,.72); font-size:13px; line-height:2; }.contact-action .button { align-self:flex-start; margin-block-start:24px; }.contact-action .button i { margin-inline-start:8px; font-style:normal; }
.showroom-heading { margin-block-start:110px; }
.showroom-list { gap:16px; }
.showroom-card { position:relative; min-height:310px; padding:36px; overflow:hidden; }.showroom-card:first-child { background:#123c35; color:#fff; }.showroom-card>span { color:var(--color-gold-dark); font-size:10px; font-weight:850; letter-spacing:.08em; }.showroom-card:first-child>span { color:var(--color-gold-light); }.showroom-card h2 { margin:70px 0 18px; color:var(--color-navy); font-size:28px; }.showroom-card:first-child h2 { color:#fff; }.showroom-card address { max-width:480px; color:var(--color-ink-soft); line-height:2; }.showroom-card:first-child address { color:rgba(255,255,255,.65); }.showroom-card>a { display:inline-flex; margin-block-start:22px; color:var(--color-gold-dark); font-weight:750; }.showroom-card:first-child>a { color:var(--color-gold-light); }
.map-placeholder { position:relative; display:grid; min-height:330px; margin-block-start:16px; padding:40px; place-content:center; background-color:#e8ede8; background-image:url('/assets/images/catalog-drafting-texture.webp'); background-blend-mode:soft-light; background-position:center; background-size:cover; border:0; border-radius:22px; text-align:center; }.map-placeholder span { color:var(--color-navy); font-size:24px; font-weight:820; }.map-placeholder p { max-width:600px; color:var(--color-ink-soft); }

.price-access-page { background:#f2f0e9; }
.price-access-login,.price-access-status { border:0; border-radius:24px 8px 24px 24px; box-shadow:var(--shadow-soft); }
.private-prices__header h1 { letter-spacing:-.05em; }
.private-price-card { border-color:rgba(18,60,53,.13); border-radius:16px; }
.private-price-card__category { color:var(--color-gold-dark); }

.site-footer { position:relative; overflow:hidden; background:#0f302b; }
.site-footer__grid { position:relative; padding-block:80px 58px; }
.brand--footer .brand__text strong { color:#fff; }
.brand--footer .brand__mark { background:#fff; color:var(--color-navy); }

/* Admin inherits the same disciplined palette without changing its workflow. */
.admin-body { background:#f2f0e9; }
.admin-header { position:fixed; z-index:50; inset-block:0; inset-inline-start:0; width:270px; background:#123c35; border:0; color:#fff; }
.admin-header__inner { width:100%; height:100vh; padding:28px 22px; flex-direction:column; align-items:stretch; justify-content:flex-start; }
.admin-header .brand { padding-block-end:24px; border-block-end:1px solid rgba(255,255,255,.12); }
.admin-header .brand__mark { background:#fff; color:var(--color-navy); }
.admin-header .brand__text strong { color:#fff; }.admin-header .brand__text small { color:rgba(255,255,255,.55); }
.admin-nav { display:flex; flex:1; margin-block-start:24px; flex-direction:column; align-items:stretch; gap:22px; overflow-y:auto; }
.admin-nav__group { display:grid; gap:4px; }
.admin-nav__group>span { margin:0 12px 5px; color:rgba(255,255,255,.4); font-size:10px; font-weight:750; }
.admin-nav a { padding:10px 12px; color:rgba(255,255,255,.72); border-radius:9px; }
.admin-nav a:hover,.admin-nav a.is-active { background:rgba(255,255,255,.1); color:#fff; }
.admin-nav a.is-active { box-shadow:inset -3px 0 var(--color-gold); }
.admin-nav__group--site { margin-block-start:auto; }
.admin-header__actions { padding-block-start:18px; border-block-start:1px solid rgba(255,255,255,.12); flex-wrap:wrap; color:rgba(255,255,255,.6); }
.admin-header__actions .button--secondary { border-color:rgba(255,255,255,.25); color:#fff; }
.admin-main { min-height:100vh; margin-inline-start:270px; }
.admin-main>.section { padding-block:58px 90px; }
.admin-dashboard__intro { max-width:680px; color:var(--color-ink-soft); }
.admin-quick-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.admin-quick-card { display:grid; min-height:190px; padding:24px; align-content:space-between; background:#fffefb; border:1px solid rgba(18,60,53,.13); border-radius:16px; transition:.2s ease; }
.admin-quick-card:hover { border-color:var(--color-navy); transform:translateY(-3px); }
.admin-quick-card span { color:var(--color-gold-dark); font-size:11px; font-weight:800; }.admin-quick-card strong { color:var(--color-navy); font-size:18px; }.admin-quick-card small { color:var(--color-ink-soft); line-height:1.8; }
.admin-content-group { padding:0; border:0; grid-column:1/-1; }
.admin-content-group+.admin-content-group { margin-block-start:14px; padding-block-start:30px; border-block-start:1px solid var(--color-border); }
.admin-content-group legend { width:100%; margin-block-end:18px; color:var(--color-navy); font-size:20px; font-weight:800; }
.admin-content-group__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.admin-content-group__grid .field--wide { grid-column:1/-1; }
.admin-product-images { margin-block-start:46px; }.admin-image-settings { display:grid; gap:10px; }.admin-image-settings label { display:grid; gap:5px; font-size:var(--text-xs); }.admin-image-settings input[type="number"] { width:100%; min-height:42px; padding:8px; border:1px solid var(--color-border); border-radius:8px; }.admin-image-grid article { display:grid; gap:12px; padding:14px; background:var(--surface-0); border:1px solid var(--color-border); border-radius:14px; }
.admin-main .button--secondary:hover,
.admin-main .button--secondary:focus-visible { background:var(--color-navy); border-color:var(--color-navy); color:var(--color-on-dark); }
.admin-main .button:not(.button--secondary):not(.button--light):not(.button--danger):hover,
.admin-main .button:not(.button--secondary):not(.button--light):not(.button--danger):focus-visible { background:var(--color-navy-hover); border-color:var(--color-navy-hover); color:var(--color-on-dark); }
.admin-main .button:disabled { opacity:.48; cursor:not-allowed; transform:none; }
.admin-stat,.admin-sync-card,.admin-settings-form,.admin-import-box,.admin-table-wrap { border-color:rgba(18,60,53,.13); border-radius:16px; }
.admin-stat { box-shadow:0 10px 30px rgba(18,60,53,.045); }
.admin-table th { background:#ecefe9; }
.admin-auth__panel { border:0; border-radius:24px 8px 24px 24px; box-shadow:var(--shadow-soft); }

@media (max-width: 899px) {
    .catalog-masthead__grid { grid-template-columns:1fr; gap:28px; }.catalog-masthead .breadcrumbs { margin-block-end:35px; }.catalog-layout { grid-template-columns:1fr; gap:28px; }.catalog-sidebar { position:static; }.catalog-sidebar__heading,.catalog-price-link { display:none; }.catalog-sidebar .category-filter { display:flex; overflow-x:auto; flex-wrap:nowrap; padding-block-end:5px; }.catalog-sidebar .category-filter a { flex:none; border:1px solid rgba(18,60,53,.14); border-radius:999px; }.catalog-sidebar .category-filter a.is-active { background:var(--color-navy); color:#fff; box-shadow:none; }.catalog-results .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .admin-header { position:static; width:auto; }
    .admin-header__inner { width:min(calc(100% - 40px),var(--container)); height:auto; padding:14px 0; flex-direction:row; align-items:center; }
    .admin-header .brand { padding:0; border:0; }
    .admin-nav { margin:0; flex-direction:row; gap:4px; overflow-x:auto; }
    .admin-nav__group { display:flex; }.admin-nav__group>span { display:none; }.admin-nav a { white-space:nowrap; }
    .admin-nav__group--site { margin:0; }.admin-header__actions { padding:0; border:0; }
    .admin-main { margin:0; }
    .admin-quick-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .container { width:min(calc(100% - 40px),var(--container)); }
    .home-hero { min-height:auto; }
    .hero__grid { grid-template-columns:1fr; }
    .hero__visual { order:-1; }
    .hero__content { order:1; }
    .hero__slides { min-height:0; }
    .hero__slide { display:none; position:relative; }
    .hero__slide.is-active { display:block; }
    .hero__content { max-width:720px; }
    .hero__visual { min-height:500px; }
    .product-detail__content { position:static; }
    .brand-benefits__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .about-page__grid { grid-template-columns:1fr; }.about-page__visual { position:relative; inset-block-start:auto; min-height:580px; }.about-principles__grid { grid-template-columns:1fr 1fr; }.about-principle--lead { grid-column:1/-1; min-height:360px; }
    .contact-layout { grid-template-columns:1fr; }.contact-action { min-height:360px; }.showroom-heading { margin-block-start:82px; }
    .category-tile { flex-basis:calc((100% - 14px) / 2); }
    .home-categories .category-tile { flex-basis:calc((100% - 20px)/2); }
}

@media (max-width: 599px) {
    .catalog-masthead { padding-block:34px 46px; background-position:34% center; }.catalog-masthead h1 { font-size:44px; }.catalog-toolbar { align-items:stretch; }.catalog-toolbar .button { min-width:96px; padding-inline:14px; }.catalog-results .product-grid { grid-template-columns:1fr; }.catalog-results .card__media { aspect-ratio:1.18; }.catalog-results .card__title { min-height:0; }.catalog-page { padding-block-start:28px; }
    .admin-header__inner { width:calc(100% - 28px); flex-wrap:wrap; }.admin-nav { order:3; width:100%; padding-block-start:12px; }.admin-header__actions>span { display:none; }
    .admin-quick-grid,.admin-content-group__grid { grid-template-columns:1fr; }.admin-content-group__grid .field--wide { grid-column:auto; }
    :root { --radius-large:18px; }
    .container { width:min(calc(100% - 28px),var(--container)); }
    .section { padding-block:72px; }
    .site-header__inner { min-height:72px; }
    .brand__mark { width:40px; height:40px; }
    .brand__text strong { font-size:15px; }
    .home-hero { padding-block:46px 64px; background-position:34% center; }
    .hero h1,.hero__content h2 { font-size:clamp(42px,13vw,58px); }
    .hero__lead { font-size:15px; }
    .hero__disciplines { margin-block-start:32px; }
    .hero__visual { min-height:380px; border-radius:22px 6px 22px 22px; }
    .hero__visual img { object-position:39% center; }
    .hero__visual-note { inset-inline-end:14px; inset-block-end:14px; }
    .section-heading h2 { font-size:36px; }
    .category-tile { flex-basis:86%; min-height:360px; }
    .home-categories .category-tile { flex-basis:86%; min-height:0; }.home-categories .category-tile__media { min-height:310px; }
    .category-tile h3 { margin-block-start:24px; }
    .card__body { padding:20px; }
    .about-preview__visual,.about-page__visual { min-height:390px; }
    .about-page__year { min-width:132px; inset-inline-start:14px; inset-block-start:14px; padding:11px 14px 10px; border-radius:13px 4px 13px 13px; }.about-page__year strong { font-size:23px; }.about-story-row { grid-template-columns:28px minmax(0,1fr); gap:10px; }.about-principles__grid { grid-template-columns:1fr; }.about-principle--lead { grid-column:auto; }.about-principle { min-height:340px; padding:26px; }.about-principle h3 { margin-block-start:50px; }.about-cta { padding-block:60px; }.about-cta__inner { align-items:stretch; flex-direction:column; }.about-cta .button { align-self:flex-start; }
    .contact-grid { grid-template-columns:1fr; }.contact-card { min-height:180px; }.contact-action { min-height:400px; padding:28px; }.showroom-list { grid-template-columns:1fr; }.showroom-card { min-height:280px; padding:28px; }.showroom-card h2 { margin-block-start:52px; }.map-placeholder { min-height:280px; padding:26px; }
    .brand-benefits__grid { grid-template-columns:1fr; }
    .brand-benefits__grid article { min-height:190px; }
    .price-access-cta { padding-block:58px; }
    .page-hero { padding-block:34px 54px; background-position:34% center; }
    .page-hero h1 { font-size:44px; }
    .product-detail__media { min-height:360px; }
    .product-detail__content { padding-block-start:0; }
    .site-footer__grid { padding-block:60px 48px; }
    .private-price-card { border-radius:14px; }
}

@media (prefers-reduced-motion: reduce) {
    .category-tile__image { transition:none; }
    .hero__slide,.hero__dots button { transition:none; }
}

/* Technical logo palette alignment. */
.home-hero,.page-hero,.catalog-masthead,.about-cta,.map-placeholder { background-image:var(--brand-texture,url('/assets/images/catalog-drafting-texture-red.webp')); }
.home-hero,.page-hero,.catalog-masthead,.about-preview,.about-principle--lead,.about-cta,.showroom-card:first-child { background-color:var(--color-navy); }
.price-access-cta,.about-principle--quote,.catalog-price-link,.contact-action { background:var(--color-gold); }
.site-footer { background:#202124; }.admin-header { background:#292a2c; }
.category-tile:nth-child(3n+2),.catalog-sidebar .category-filter a:hover,.catalog-sidebar .category-filter a.is-active { background:#ececed; }
.product-price-cta { background:#f0f0f1; }.map-placeholder { background-color:#ececed; }
.site-header { border-color:rgba(57,58,60,.14); }
.button--secondary { border-color:rgba(57,58,60,.28); }
.category-carousel__controls button { border-color:rgba(57,58,60,.24); }
.field input:focus,.field select:focus,.field textarea:focus { box-shadow:0 0 0 4px rgba(188,41,47,.1); }
.home-hero::after { border-color:rgba(188,41,47,.28); }.page-hero::after,.catalog-masthead::after { background:rgba(20,20,21,.16); }
body::before { background-image:linear-gradient(rgba(57,58,60,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(57,58,60,.025) 1px,transparent 1px); }
@media (max-width:899px) { .catalog-sidebar .category-filter a.is-active { background:var(--color-navy); color:#fff; } }
@media (max-width:599px) { .brand__logo { height:36px; } }

/* Industrial luxury refinement: sharper geometry, quieter depth, stronger imagery. */
:root {
    --radius:4px;
    --radius-medium:7px;
    --radius-large:11px;
    --elevation-1:0 1px 3px rgba(41,42,44,.05);
    --elevation-2:0 10px 28px rgba(41,42,44,.08);
    --shadow-soft:var(--elevation-2);
}
body { letter-spacing:-.008em; }
.hero h1,.hero__content h2 { font-size:clamp(36px,4.2vw,60px); line-height:1.2; }
.hero__content h2 { font-size:clamp(34px,4vw,56px); }
.section-heading h2 { font-size:clamp(29px,3.3vw,46px); }
.page-hero h1 { font-size:clamp(36px,4.8vw,60px); }
.catalog-masthead h1 { font-size:clamp(40px,5vw,68px); }
.about-page__story h2 { font-size:clamp(32px,3.5vw,46px); }
.about-cta h2 { font-size:clamp(29px,3.4vw,44px); }
.price-access-cta h2 { font-size:clamp(28px,3.3vw,42px); }
.button { border-radius:5px; }
.button--light,.price-access-cta .button--light { border-radius:5px; }
.nav-dropdown__panel { border-radius:8px 2px 8px 8px; box-shadow:var(--elevation-2); }
.desktop-nav .nav-dropdown__panel>a { border-radius:3px; }
.hero__visual { border:1px solid rgba(255,255,255,.14); border-radius:13px 2px 13px 13px; box-shadow:0 18px 42px rgba(20,20,21,.16); }
.hero__visual-note { border-radius:5px; }
.home-categories .category-tile__media { border-radius:9px 2px 9px 9px; box-shadow:0 10px 26px rgba(41,42,44,.07); }
.home-categories .category-tile:hover .category-tile__image { transform:scale(1.02); }
.category-tile { border-radius:9px; }
.category-tile__media { border-radius:6px 6px 2px 2px; }
.card { border-radius:8px; box-shadow:none; }
.card__media img,.product-detail__media img,.product-gallery__thumbs img { object-fit:cover; object-position:center; }
.card:hover { border-color:rgba(57,58,60,.24); box-shadow:0 10px 24px rgba(41,42,44,.06); transform:translateY(-2px); }
.catalog-results .card:hover { transform:translateY(-2px); }
.catalog-results .card__media { border-radius:4px; }
.about-preview__visual,.about-page__visual { border-radius:13px 2px 13px 13px; }
.about-page__year { border-radius:7px 2px 7px 7px; box-shadow:0 8px 22px rgba(20,20,21,.13); }
.about-preview__visual>span,.about-page__visual>span { border-radius:4px; }
.about-principle,.brand-benefits__grid article { border-radius:8px; }
.catalog-toolbar { border-radius:7px; box-shadow:0 8px 24px rgba(41,42,44,.045); }
.catalog-sidebar .category-filter a { border-radius:4px; }
.catalog-price-link { border-radius:8px 2px 8px 8px; }
.category-header-image { border-radius:11px 2px 11px 11px; }
.product-detail__media { border-radius:13px 2px 13px 13px; }
.product-detail__sku { border-radius:4px; }
.product-price-cta { border-radius:8px; }
.product-private-price { border-radius:10px 2px 10px 10px; }
.contact-card,.showroom-card { border-radius:8px; }
.contact-action { border-radius:11px 2px 11px 11px; }
.map-placeholder { border-radius:10px; }
.price-access-login,.price-access-status,.admin-auth__panel { border-radius:12px 2px 12px 12px; }
.private-price-card,.admin-stat,.admin-sync-card,.admin-settings-form,.admin-import-box,.admin-table-wrap,.admin-quick-card { border-radius:8px; box-shadow:none; }
.admin-nav a { border-radius:4px; }
.admin-image-grid article { border-radius:7px; }
.admin-spec-editor { grid-column:1/-1; padding:22px; background:var(--surface-1); border:1px solid var(--color-border); border-radius:8px; }
.admin-spec-editor legend { padding-inline:8px; color:var(--color-navy); font-weight:800; }
.admin-spec-editor>p { margin:0 0 16px; color:var(--color-ink-soft); font-size:var(--text-sm); }
.admin-spec-editor__rows { display:grid; gap:10px; margin-block-end:14px; }
.admin-spec-row { display:grid; grid-template-columns:minmax(160px,.8fr) minmax(220px,1.4fr) auto; align-items:end; gap:10px; }
.admin-spec-row label { display:grid; gap:6px; color:var(--color-ink-soft); font-size:var(--text-xs); }
.admin-spec-row input { min-height:46px; padding:9px 12px; background:var(--surface-0); border:1px solid var(--color-border); border-radius:4px; color:var(--color-ink); font:inherit; }
.admin-spec-row button { min-height:46px; padding:8px 13px; background:transparent; border:1px solid rgba(168,52,43,.34); border-radius:4px; color:#8d2e29; cursor:pointer; font:inherit; }

@media (max-width:599px) {
    .hero h1,.hero__content h2 { font-size:clamp(30px,8.8vw,38px); }
    .section-heading h2 { font-size:30px; }
    .page-hero h1,.catalog-masthead h1 { font-size:36px; }
    .hero__visual { border-radius:9px 2px 9px 9px; }
    .about-preview__visual,.about-page__visual,.product-detail__media { border-radius:9px 2px 9px 9px; }
    .about-page__year { border-radius:6px 2px 6px 6px; }
}

/* Final card, imagery and color polish. */
.section--muted { background:#f1f1f2; }
.price-access-cta .eyebrow,.catalog-masthead .eyebrow { color:#fff; }
.product-card__meta>span { color:#656568; }
.section--muted .card,.catalog-results .card { background:var(--surface-0); border:1px solid rgba(57,58,60,.12); }
.card__media,.product-detail__media { background:#e8e9ea; }
.hero__visual img { position:absolute; inset:0; }
.card__media img,.category-tile__image { display:block; width:100%; height:100%; }
.content-placeholder { color:var(--color-ink-soft)!important; }
.category-tile:nth-child(3n+3) { background:#f0f0f1; }

.product-card,.category-tile { position:relative; }
.product-card__link::after,.category-tile .text-link::after { position:absolute; z-index:3; inset:0; content:""; }
.product-card:has(.product-card__link:focus-visible),.category-tile:has(.text-link:focus-visible) { outline:3px solid var(--color-focus); outline-offset:3px; }
.product-card__link:focus-visible,.category-tile .text-link:focus-visible { outline:0; }

.hero__visual-note p { padding:0; background:transparent; color:inherit; }

@media (max-width:899px) {
    .admin-spec-row { grid-template-columns:1fr 1fr auto; }
}

/* Four-up editorial product grid on the homepage. */
@media (min-width:900px) {
    .home-featured-products .product-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
    .home-featured-products .card__title { font-size:16px; }
}
@media (max-width:599px) {
    .admin-spec-row { grid-template-columns:1fr; }
    .admin-spec-row button { justify-self:start; }
}

/* Tighter vertical rhythm across public pages. */
.section { padding-block:clamp(58px,6vw,86px); }
.section-heading { margin-block-end:30px; }
.showroom-heading { margin-block-start:64px; }
.about-cta,.price-access-cta { padding-block:60px; }
.site-footer__grid { padding-block:64px 46px; }
.page-hero { padding-block:42px 64px; }
.catalog-masthead { padding-block:42px 58px; }

@media (max-width:599px) {
    .section { padding-block:50px; }
    .section-heading { margin-block-end:24px; }
    .showroom-heading { margin-block-start:48px; }
    .about-cta,.price-access-cta { padding-block:48px; }
    .page-hero { padding-block:30px 44px; }
}

/* Compact visual category strip on the homepage. */
.home-categories { padding-block:34px 38px; background:var(--surface-0); border-block:1px solid rgba(57,58,60,.1); }
.home-categories .section-heading { margin-block-end:18px; padding-block-end:0; border:0; align-items:center; }
.home-categories .section-heading h2 { font-size:clamp(23px,2.2vw,30px); }
.home-categories .category-grid { gap:14px; }
.home-categories .category-tile { flex-basis:calc((100% - 70px)/6); padding:0; overflow:hidden; border-radius:8px 2px 8px 8px; }
.home-categories .category-tile__media { min-height:0; aspect-ratio:3/2; margin:0; border-radius:inherit; }
.home-categories .category-tile__media::after { inset-block-start:auto; height:42%; background:linear-gradient(0deg,rgba(20,20,21,.78),rgba(20,20,21,0)); }
.home-categories .category-tile h3 { position:absolute; z-index:2; inset-inline:18px; inset-block-end:15px; margin:0; color:#fff; font-size:17px; font-weight:800; line-height:1.6; text-shadow:0 1px 8px rgba(0,0,0,.24); }
.home-categories .category-tile .category-card__link { position:static!important; display:inline; padding:0; border:0; font-size:0; line-height:0; }
.home-categories .category-carousel__controls { margin-block-start:18px; }
.home-categories .category-carousel__controls:has(button:first-child:disabled):has(button:last-child:disabled) { display:none; }
.home-categories .category-carousel__controls button { width:36px; height:36px; }

@media (max-width:899px) {
    .home-categories .category-tile { flex-basis:calc((100% - 28px)/3); }
}
@media (max-width:599px) {
    .home-categories { padding-block:28px 32px; }
    .home-categories .section-heading { margin-block-end:15px; }
    .home-categories .section-heading h2 { font-size:22px; }
    .home-categories .section-heading__link { font-size:11px; }
    .home-categories .category-tile { flex-basis:70%; min-height:0; }
    .home-categories .category-tile__media { min-height:0; aspect-ratio:3/2; }
    .home-categories .category-tile h3 { inset-inline:15px; inset-block-end:12px; font-size:16px; }
}

/* Mobile navigation stays in document flow and never covers page content. */
@media (max-width:899px) {
    .site-header { overflow:visible; }
    .mobile-nav {
        position:static;
        max-height:min(72vh,620px);
        background:var(--surface-0);
        border-block-start:1px solid rgba(57,58,60,.1);
        border-block-end:1px solid rgba(57,58,60,.14);
        box-shadow:0 16px 30px rgba(35,35,37,.08);
        overscroll-behavior:contain;
    }
    .mobile-nav__inner { gap:0; padding-block:10px 18px; }
    .mobile-nav__inner>a,
    .mobile-nav__categories>summary {
        display:flex;
        min-height:54px;
        align-items:center;
        justify-content:space-between;
        padding:11px 14px;
        border-block-end:1px solid rgba(57,58,60,.09);
        border-radius:4px;
        color:var(--color-ink);
        font-size:14px;
        font-weight:720;
    }
    .mobile-nav__inner>a>i { color:var(--color-primary); font-style:normal; transition:transform .18s ease; }
    .mobile-nav__inner>a:hover>i { transform:translateX(-3px); }
    .mobile-nav__inner>a.is-active,
    .mobile-nav__categories>summary.is-active { color:var(--color-primary); }
    .mobile-nav__inner>a.is-active { border-inline-start:3px solid var(--color-primary); }
    .mobile-nav__categories { border:0; }
    .mobile-nav__categories>summary { list-style:none; cursor:pointer; }
    .mobile-nav__categories>summary::-webkit-details-marker { display:none; }
    .mobile-nav__categories>summary i { position:relative; width:18px; height:18px; }
    .mobile-nav__categories>summary i::before,
    .mobile-nav__categories>summary i::after { position:absolute; inset:8px 3px auto; height:1.5px; background:currentColor; content:""; transition:transform .18s ease; }
    .mobile-nav__categories>summary i::after { transform:rotate(90deg); }
    .mobile-nav__categories[open]>summary i::after { transform:rotate(0); }
    .mobile-nav__category-links { display:grid; padding:6px 14px 12px; background:var(--surface-1); border-block-end:1px solid rgba(57,58,60,.09); }
    .mobile-nav__category-links>a { min-height:44px; padding:10px 14px; border:0; color:var(--color-ink-soft); font-size:13px; }
    .mobile-nav__category-links>a:hover { color:var(--color-primary); }
    .mobile-nav__inner>a.mobile-nav__price { justify-content:center; min-height:48px; margin-block-start:12px; background:var(--color-primary); border:1px solid var(--color-primary); border-radius:4px; color:var(--color-on-dark); }
    .menu-toggle { border-radius:4px; }
}

/* Restrained brand texture for the footer. */
.site-footer { isolation:isolate; background:#202124; }
.site-footer::before {
    position:absolute;
    z-index:-1;
    inset:0;
    background-image:var(--brand-texture,url('/assets/images/catalog-drafting-texture-red.webp'));
    background-position:center 42%;
    background-size:cover;
    content:"";
    opacity:.22;
    filter:grayscale(.25) contrast(1.05);
    pointer-events:none;
}
.site-footer::after {
    position:absolute;
    z-index:-1;
    inset:0;
    background:rgba(24,24,25,.68);
    content:"";
    pointer-events:none;
}
.site-footer__grid { padding-block-start:54px; }

/* Keep the keyboard skip link invisible until it receives focus. */
.skip-link:not(:focus) { visibility:hidden; opacity:0; }
.skip-link:focus { visibility:visible; opacity:1; }

@media (max-width:899px) {
    .site-header__inner { min-height:64px; }
    .brand__logo { height:36px; }
    .menu-toggle { width:42px; height:42px; min-height:42px; padding:9px; }
    .mobile-nav { max-height:min(68vh,560px); }
    .mobile-nav__inner { padding-block:6px 12px; }
    .mobile-nav__inner>a,
    .mobile-nav__categories>summary { min-height:48px; padding-block:7px; }
    .mobile-nav__inner>a.mobile-nav__price { min-height:44px; margin-block-start:8px; }
}

/* Product detail page: editorial, restrained, and consistent with the catalog. */
.product-detail { padding-block:30px 78px; background:var(--surface-0); }
.product-detail .breadcrumbs { margin-block-end:28px; padding-block-end:18px; border-block-end:1px solid rgba(57,58,60,.1); }
.product-detail__grid { grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr); gap:clamp(42px,6vw,84px); }
.product-gallery { position:sticky; inset-block-start:92px; align-self:start; }
.product-detail__media { min-height:0; aspect-ratio:1.08; background:#ececed; border:1px solid rgba(57,58,60,.1); border-radius:10px 2px 10px 10px; }
.product-detail__media img { object-fit:cover; transition:transform .5s ease; }
.product-detail__media:hover img { transform:scale(1.015); }
.product-gallery__thumbs { grid-template-columns:repeat(5,minmax(0,1fr)); gap:8px; margin-block-start:10px; }
.product-gallery__thumbs a { aspect-ratio:1; padding:0; background:#ececed; border-color:rgba(57,58,60,.12); border-radius:5px 1px 5px 5px; overflow:hidden; }
.product-gallery__thumbs a:hover { border-color:var(--color-primary); }
.product-detail__content { position:static; padding-block:12px 0; }
.product-detail__content>.eyebrow { margin-block-end:14px; color:var(--color-primary); }
.product-detail h1 { max-width:620px; font-size:clamp(34px,4vw,54px); line-height:1.35; }
.product-detail__sku { margin-block-start:18px; padding:7px 11px; background:transparent; border:1px solid rgba(57,58,60,.14); border-radius:3px; color:var(--color-ink-soft); }
.product-detail__sku b { color:var(--color-ink); font-size:12px; letter-spacing:.035em; }
.product-detail__lead { margin-block-start:28px; color:var(--color-ink); font-size:18px; font-weight:650; line-height:2; }
.product-detail__description { margin-block-start:18px; padding-block-start:18px; border-block-start:1px solid rgba(57,58,60,.1); }
.product-detail__description p { margin:0; color:var(--color-ink-soft); line-height:2.1; }
.spec-heading { margin-block:34px 12px; padding-inline-start:12px; border-inline-start:3px solid var(--color-primary); font-size:19px; }
.spec-list { border-block-start:0; }
.spec-list>div { grid-template-columns:minmax(110px,.75fr) minmax(0,1.25fr); padding:13px 14px; border-block-end:1px solid rgba(57,58,60,.09); }
.spec-list>div:nth-child(odd) { background:#f3f3f4; }
.spec-list dt { color:var(--color-ink-soft); }
.spec-list dd { color:var(--color-ink); }
.product-price-cta { margin-block-start:32px; padding:22px; background:#f4ecea; border:1px solid rgba(164,67,52,.16); border-radius:8px 2px 8px 8px; }
.product-price-cta p { margin-block-end:16px; color:var(--color-ink); }
.product-price-cta .button { min-height:46px; background:var(--color-primary); border-color:var(--color-primary); }
.product-private-price { border-radius:8px 2px 8px 8px; }
.related-products { border-block-start:1px solid rgba(57,58,60,.1); }
.related-products .section-heading { margin-block-end:24px; }
.related-products .product-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.related-products .card__title { font-size:16px; }

@media (max-width:899px) {
    .product-detail { padding-block:24px 58px; }
    .product-detail__grid { grid-template-columns:1fr; gap:30px; }
    .product-gallery { position:static; }
    .product-detail__media { aspect-ratio:1.15; }
    .related-products .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width:599px) {
    .product-detail { padding-block:18px 46px; }
    .product-detail .breadcrumbs { margin-block-end:18px; padding-block-end:14px; }
    .product-detail__grid { gap:24px; }
    .product-detail__media { min-height:0; aspect-ratio:1.08; }
    .product-gallery__thumbs { grid-template-columns:repeat(4,minmax(0,1fr)); }
    .product-detail h1 { font-size:32px; }
    .product-detail__lead { margin-block-start:22px; font-size:16px; }
    .spec-list>div { grid-template-columns:1fr; gap:4px; padding-inline:10px; }
    .related-products .product-grid { grid-template-columns:1fr; }
}

/* Admin system updater. */
.admin-update-grid { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr); gap:16px; align-items:stretch; }
.admin-update-grid>.admin-import-box { margin:0; }
.admin-update-grid h2,.admin-update-review h2,.admin-update-history h2,.admin-update-guide h2 { color:var(--color-navy); }
.admin-update-standard { padding:28px; background:var(--color-primary); border-radius:10px 3px 10px 10px; color:var(--color-on-dark); }
.admin-update-standard h2 { margin-block:8px 18px; color:#fff; }.admin-update-standard .eyebrow { color:rgba(255,255,255,.65); }.admin-update-standard ul { padding-inline-start:20px; color:rgba(255,255,255,.78); line-height:2; }.admin-update-standard a { color:#fff; font-weight:800; }
.admin-update-review { padding:28px; background:var(--surface-0); border:1px solid var(--color-border); border-radius:10px 3px 10px 10px; }
.admin-update-review>dl { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; margin-block:22px; }.admin-update-review>dl>div { padding:14px; background:var(--surface-1); }.admin-update-review dt { color:var(--color-ink-soft); font-size:11px; }.admin-update-review dd { margin:5px 0 0; color:var(--color-ink); font-weight:800; }
.admin-update-review details { margin-block:18px; padding:14px; border:1px solid var(--color-border); }.admin-update-review summary { cursor:pointer; font-weight:750; }.admin-update-review li { margin-block:7px; overflow-wrap:anywhere; }
.admin-update-review form { display:flex; gap:8px; flex-wrap:wrap; }
.admin-update-history { margin-block-start:42px; }
.admin-update-guide { max-width:920px; }.admin-update-guide>p { color:var(--color-ink-soft); line-height:2; }.admin-update-guide pre { padding:22px; overflow-x:auto; background:#202124; border-radius:6px; color:#f4f4f4; direction:ltr; text-align:left; }.admin-update-guide code { font-family:ui-monospace,SFMono-Regular,Consolas,monospace; }.admin-update-guide>ul { line-height:2.1; }
@media (max-width:899px) { .admin-update-grid { grid-template-columns:1fr; }.admin-update-review>dl { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:599px) { .admin-update-review>dl { grid-template-columns:1fr 1fr; }.admin-update-review { padding:20px; } }

/* Clear CSV templates and current-image context throughout admin forms. */
.admin-sample-download { display:inline-flex; width:max-content; margin-block-start:9px; color:var(--color-primary); font-size:12px; font-weight:800; }
.admin-sample-download:hover { text-decoration:underline; text-underline-offset:3px; }
.admin-asset-grid { display:grid; gap:14px; margin-block:24px 30px; }
.admin-asset-card { display:grid; grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr); gap:24px; align-items:center; margin:0; }
.admin-asset-card>div:last-child>p { margin-block:6px 18px; color:var(--color-ink-soft); font-size:13px; line-height:1.9; }
.admin-asset-card form { margin-block-start:12px; }
.admin-asset-card__preview,.admin-current-image { position:relative; min-width:0; }
.admin-asset-card__preview>span,.admin-current-image>span { position:absolute; z-index:1; inset-inline-start:8px; inset-block-start:8px; padding:5px 8px; background:rgba(32,33,36,.82); border-radius:3px; color:#fff; font-size:10px; font-weight:750; }
.admin-asset-card__preview .admin-upload-preview,.admin-current-image .admin-upload-preview { margin:0; background:#e9e9ea; border:1px solid rgba(57,58,60,.12); border-radius:5px; object-fit:cover; }
.admin-current-image-field { display:grid; gap:10px; }
.admin-current-image { max-width:420px; }
.admin-current-image-strip { display:grid; max-width:520px; grid-template-columns:repeat(4,minmax(0,1fr)); gap:7px; }
.admin-current-image-strip img { width:100%; aspect-ratio:1; object-fit:cover; background:#e9e9ea; border:1px solid var(--color-border); border-radius:4px; }
.admin-image-empty { padding:18px; background:var(--surface-1); border:1px dashed rgba(57,58,60,.2); color:var(--color-ink-soft); font-size:12px; }
@media (max-width:899px) { .admin-asset-card { grid-template-columns:1fr; }.admin-asset-card__preview { max-width:520px; } }
@media (max-width:599px) { .admin-current-image-strip { grid-template-columns:repeat(3,minmax(0,1fr)); }.admin-import-box form { align-items:stretch; } }

/* Prevent intrinsic card/filter widths from widening the mobile catalog grid. */
@media (max-width:899px) {
    html,body { max-width:100%; overflow-x:clip; }
    .catalog-layout { grid-template-columns:minmax(0,1fr); }
    .catalog-sidebar,.catalog-results,.catalog-results .product-grid,.catalog-results .product-card { min-width:0; max-width:100%; }
    .catalog-sidebar { overflow:hidden; contain:inline-size paint; }
    .catalog-sidebar .category-filter { direction:ltr; flex-direction:row; }
    .catalog-sidebar .category-filter a { direction:rtl; }
    .desktop-nav .nav-dropdown__panel { display:none; }
}

/* Accessible touch areas while preserving the restrained carousel visuals. */
.hero__arrow { width:44px; height:44px; }
.hero__dots { gap:0; }
.hero__dots button,.hero__dots button.is-active { position:relative; width:44px; height:44px; background:transparent; }
.hero__dots button::before { position:absolute; width:7px; height:7px; inset:50% auto auto 50%; background:rgba(255,255,255,.36); border-radius:99px; content:""; transform:translate(-50%,-50%); transition:width .25s ease,background-color .25s ease; }
.hero__dots button.is-active::before { width:28px; background:var(--color-gold); }
.home-categories .category-carousel__controls button { width:44px; height:44px; }
