/* FRAYDA: restrained collection browsing and buyer-first editorial pages. */
@font-face {
  font-family: Roboto; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url('/assets/fonts/roboto-latin.woff2') format('woff2');
}
body.home, body.site-page {
  --font-sans: Roboto, Arial, sans-serif;
  --ink: #242321;
  --muted: #605d58;
  --border: #ddd9d3;
  --leather: #784b35;
  --sand: #f7f5f1;
  --cream: #f7f5f1;
  color: var(--ink);
  background: #fff;
  font-family: var(--font-sans);
  font-size: 15px;
}
body.home h1, body.home h2, body.home h3,
body.site-page h1, body.site-page h2, body.site-page h3 { color: inherit; letter-spacing: -.02em; }
body.home main, body.site-page main { margin-top: 0; padding-top: 0; background: #fff; }
body.home .reveal, body.site-page .reveal { opacity: 1; transform: none; transition: none; }
body.home a:focus-visible, body.site-page a:focus-visible,
body button:focus-visible, body summary:focus-visible, body input:focus-visible,
body select:focus-visible, body textarea:focus-visible, body [tabindex]:focus-visible { outline: 2px solid #784b35; outline-offset: 4px; }
body.home .btn-primary, body.site-page .btn-primary,
body.home .btn-outline-light, body.site-page .btn-outline-light {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 15px 23px; min-height: 46px; border: 1px solid #242321;
  border-radius: 0; background: #242321; color: #fff;
  font: 500 12px/1.3 var(--font-sans); letter-spacing: .03em; text-transform: uppercase;
}
body.home .btn-primary:hover, body.site-page .btn-primary:hover { background: #50453b; border-color: #50453b; }
.text-link { display: inline-block; padding-block: 9px; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; font-size: 13px; color: #242321; }
.text-link > span { margin-left: 10px; }
.text-link:hover { color: #784b35; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }

/* One consistent header, with a continuous pointer path into the collection menu. */
body.home .site-header, body.site-page .site-header { position: sticky; top: 0; z-index: 120; background: #fff; }
body.home .bridge-promo, body.site-page .bridge-promo { position: relative; display: flex; align-items: center; justify-content: center; height: 27px; min-height: 0; padding: 0; background: #eee9e1; color: #51483f; font-size: 10px; letter-spacing: .12em; }
body.home .bridge-promo strong, body.site-page .bridge-promo strong { font-size: inherit; font-weight: 400; }
body.home .nav, body.home .nav.solid, body.home .nav[data-home="true"]:not(.solid), body.site-page .nav, body.site-page .nav.solid { position: relative; top: auto; height: 80px; min-height: 0; padding: 0; background: #fff; color: #242321; box-shadow: none; border-bottom: 1px solid #e6e3de; backdrop-filter: none; }
body.home .nav-inner, body.site-page .nav-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; height: 80px; max-width: 1600px; margin: auto; padding: 0 32px; }
body.home .nav-wordmark, body.site-page .nav-wordmark { position: static; transform: none; margin: 0; padding: 0; color: #242321; }
body.home .nav-wordmark span, body.site-page .nav-wordmark span { font: 600 24px/1 var(--font-sans); letter-spacing: .32em; padding-left: .32em; }
body.home .nav-wordmark small, body.site-page .nav-wordmark small { margin-top: 9px; font-size: 8px; color: #605d58; letter-spacing: .2em; }
body.home .nav-links, body.site-page .nav-links { position: static; display: flex; align-items: center; gap: 26px; height: 100%; }
body.home .nav-links-right, body.site-page .nav-links-right { justify-content: flex-end; }
body.home .nav-links a, body.site-page .nav-links a,
body.home .nav-mega-trigger, body.site-page .nav-mega-trigger { color: #242321; font-family: var(--font-sans); font-size: 11px; font-weight: 500; letter-spacing: .02em; padding-block: 12px; }
body.home .nav-links .language-pair, body.site-page .nav-links .language-pair { margin: 0; gap: 5px; color: #605d58; }
body.home .nav-mega, body.site-page .nav-mega { position: absolute; top: 100%; padding: 0 32px; background: #fff; box-shadow: 0 12px 22px #2423210b; }
body .nav-mega-item:not(.open) .nav-mega { opacity: 0; visibility: hidden; pointer-events: none; }
body .nav-mega-item.open .nav-mega { opacity: 1; visibility: visible; pointer-events: auto; }
body .nav-mega-inner { grid-template-columns: minmax(260px, 1fr) 450px; gap: 70px; max-width: 1120px; min-height: 0; padding: 28px 0; }
.nav-mega-previews { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
body .nav-mega-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
body .nav-mega-categories a { padding: 10px 0 !important; border: 0; min-height: 40px; }
body .nav-mega-categories a:hover { padding-left: 0 !important; text-decoration: underline !important; text-underline-offset: 5px; }
body .nav-mega-categories .nav-mega-all { grid-column: 1 / -1; margin-bottom: 8px; font-weight: 500 !important; border-bottom: 1px solid #e6e3de; }
body .nav-mega-feature img { height: 220px; width: 100%; object-fit: contain; background: #f5f1eb; }
body .nav-mega-feature > span { font-size: 12px; padding-top: 10px; }

/* Shared rhythm: moderate titles, readable body copy, and one main action. */
.editorial-wrap { width: min(100% - 80px, 1280px); margin: 0 auto; padding-block: 64px; }
.editorial-wrap h1 { font-size: clamp(30px, 3vw, 42px); font-weight: 500; line-height: 1.15; }
body.home .editorial-wrap h2, body.site-page .editorial-wrap h2 { max-width: 620px; font-size: clamp(25px, 2.3vw, 34px); font-weight: 400; line-height: 1.2; }
.editorial-wrap p { max-width: 640px; margin-top: 20px; color: #605d58; font-size: 15px; line-height: 1.75; }
.editorial-wrap .editorial-note { margin-top: 16px; font-size: 13px; line-height: 1.65; }
.editorial-wrap .text-link { margin-top: 20px; }
.editorial-wrap figure { margin: 0; }
.editorial-wrap img { display: block; width: 100%; height: auto; }
.editorial-section-head { display: flex; gap: 25px; justify-content: space-between; align-items: baseline; margin-bottom: 30px; }
.editorial-section-head .text-link { margin-top: 0; flex-shrink: 0; }
.editorial-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-top: 30px; }
body.site-page .page-hero, body.site-page .page-hero.has-chapter { padding: 48px 40px 36px; }
body.site-page .bridge-page-intro { min-height: 0; max-width: 1280px; padding: 0; margin: auto; background: #fff; }
body.site-page .page-hero-copy { padding: 0; margin: 0; text-align: left; }
body.site-page .page-hero h1 { color: #242321; font-size: clamp(30px, 3vw, 42px); font-weight: 500; }
body.site-page .page-hero p { color: #605d58; font-size: 15px; line-height: 1.7; margin: 18px 0 0; }
body.site-page .cta h2 { font-size: clamp(26px, 2.5vw, 36px); font-weight: 400; }
body.site-page .cta p { color: #605d58; font-size: 14px; }
body.site-page .cta .cta-link { color: #242321; }

/* Homepage: collection first, with production facts and a visible showroom route. */
.collection-home-hero { display: grid; grid-template-columns: 44% 56%; background: #f5f2ec; }
.collection-home-copy { align-self: center; padding: 55px clamp(28px, 4.8vw, 80px); }
body.home .collection-home-copy h1 { font-size: clamp(31px, 3.05vw, 46px); font-weight: 400; line-height: 1.13; max-width: 560px; }
.collection-home-copy p { max-width: 470px; margin-top: 24px; font-size: 14px; line-height: 1.7; color: #55514a; }
.collection-home-hero figure { min-width: 0; height: clamp(480px, 43vw, 640px); margin: 0; }
.collection-home-hero figure img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 80% center; }
.collection-intro, .collection-custom, .label-quantities { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.collection-intro > div > p:first-child, .collection-custom > div > p:first-child, .label-quantities > div > p:first-child { margin-top: 0; }
.collection-process { border-top: 1px solid #ddd9d3; border-bottom: 1px solid #ddd9d3; padding-block: 42px; }
.collection-steps { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 25px; list-style: none; padding: 0; margin: 32px 0 0; }
.collection-steps li { border-top: 1px solid #ddd9d3; padding-top: 15px; }
.collection-steps li > span { font-size: 11px; color: #605d58; }
body .collection-steps h3 { font-size: 15px; line-height: 1.45; font-weight: 500; margin-top: 12px; }
.category-edits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.category-edit { display: block; min-width: 0; }
.category-edit img { aspect-ratio: 4 / 5; object-fit: cover; }
.category-edit > span { display: flex; justify-content: space-between; padding-top: 17px; font-size: 14px; }
.category-edit:hover > span { text-decoration: underline; text-underline-offset: 4px; }
.category-other { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; margin-top: 35px; }
.category-other a { padding: 10px 0; border-bottom: 1px solid #b5aea5; font-size: 13px; }
.collection-making { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.collection-making figure { height: 440px; overflow: hidden; }
.collection-making figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 75%; }
.collection-making .making-facts { font-size: 14px; line-height: 2; color: #242321; border-block: 1px solid #ddd9d3; padding: 18px 0; margin-top: 25px; }
.collection-partners { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-top: 1px solid #ddd9d3; }
.collection-partners ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; margin: 0; padding: 0; list-style: none; }
.collection-partners li { border-bottom: 1px solid #e6e3de; padding: 12px 0; font-size: 14px; }
.collection-custom { border-block: 1px solid #ddd9d3; padding-block: 36px; }
.collection-custom h2 { font-size: 25px; }
.collection-visit { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 80px; }
.visit-model { position: relative; overflow: hidden; }
.visit-model img { height: 330px; width: 100%; object-fit: cover; object-position: center 62%; }
.visit-model > span { display: block; padding-top: 12px; font-size: 12px; color: #605d58; }
.collection-close { text-align: center; border-top: 1px solid #ddd9d3; padding-block: 54px 64px; }
.collection-close h2, .collection-close p { margin-inline: auto; }
.collection-close p { max-width: 540px; margin-top: 18px; }
.collection-close .btn-primary { margin-top: 28px; }

/* Brand story: image, precise caption, and short chapters. */
.about-editorial { background: #f8f6f2; }
body.site-page .about-editorial h1, body.site-page .about-editorial h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.015em; }
.about-opening { max-width: 850px; padding-block: 58px 36px; text-align: center; }
.about-opening h1 { font-size: clamp(30px, 3.1vw, 44px); font-style: italic; }
.about-opening p { margin: 24px auto 0; max-width: 690px; font-size: 16px; line-height: 1.8; }
.about-chapter { display: grid; grid-template-columns: 1.05fr 1fr; gap: 100px; align-items: center; max-width: 1100px; padding-block: 40px 55px; }
.about-chapter figure img { height: 420px; object-fit: cover; }
.about-chapter .about-factory img { object-position: center 78%; }
.about-chapter figcaption, .showroom-opening figcaption { margin-top: 12px; text-align: right; color: #605d58; font-size: 11px; }
.about-chapter-reverse figure { order: 2; }
.about-chapter-reverse img { object-position: center; }
.about-archive { max-width: 1100px; padding-block: 35px 65px; text-align: center; }
.about-archive h2, .about-archive p { margin-inline: auto; }
.archive-board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.archive-board a { min-width: 0; overflow: hidden; }
.archive-board img { display: block; width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.about-archive .archive-board { grid-template-columns: repeat(6, minmax(0, 1fr)); margin-top: 35px; }
.about-archive .archive-board img { aspect-ratio: 4 / 5; }
.about-production { max-width: 780px; padding-block: 35px 55px; text-align: center; }
.about-production h2, .about-production p { margin-inline: auto; }
.about-meet { text-align: center; border-top: 1px solid #ddd9d3; }
.about-meet h2, .about-meet p { margin-inline: auto; }
.about-meet [data-address] { font-size: 13px; margin-top: 14px; }
.about-meet .btn-primary { margin-top: 27px; }

/* The primary service remains visibly more prominent than full custom. */
.label-opening { padding-block: 48px 35px; }
.label-opening p { max-width: 670px; }
.label-existing { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; padding-block: 0 60px; }
.label-existing figure img { height: 480px; object-fit: contain; background: #f5f1eb; }
.label-existing .route-label, .label-custom .route-label { margin: 0 0 14px; color: #784b35; font-size: 12px; }
.label-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin: 25px 0 0; padding: 0; list-style: none; font-size: 13px; }
.label-benefits li::before { content: "✓"; margin-right: 9px; color: #784b35; }
.label-existing .btn-primary { margin-top: 25px; }
.label-choices { border-top: 1px solid #ddd9d3; }
.label-choices > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 50px; margin-top: 35px; }
.label-choices article { border-top: 1px solid #ddd9d3; padding-top: 21px; }
.label-choices h3 { font-size: 17px; font-weight: 500; }
.label-choices p { margin-top: 12px; font-size: 14px; line-height: 1.7; }
.collection-process .sampling-note { max-width: 850px; margin-top: 30px; font-size: 14px; }
.label-custom { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; background: #f7f5f1; padding: 35px 40px; }
.label-custom > div > p:first-child { margin-top: 0; }
.label-custom .route-qualification { color: #242321; }
.label-services { text-align: center; padding-block: 24px; }
.label-services p { margin: 0 auto; max-width: 100%; font-size: 12px; }
.label-production-modes { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; border-top: 1px solid #ddd9d3; }
body.site-page .label-production-modes h2 { font-size: 25px; }
.label-scope-faq { padding-top: 15px; }
.label-scope-faq details { border-top: 1px solid #ddd9d3; padding: 20px 0; }
.label-scope-faq summary { cursor: pointer; font-size: 16px; line-height: 1.5; }
.label-scope-faq p { max-width: 820px; }
.brief-route-guidance { border-left: 2px solid #784b35; padding: 0 0 0 18px; margin: 0 0 25px; color: #605d58; font-size: 13px; line-height: 1.7; }
@media (max-width: 760px) { .label-production-modes { grid-template-columns: 1fr; gap: 28px; } }

/* Showroom and contact use model selections rather than fictional documentary images. */
.showroom-opening { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; padding-block: 60px; }
.showroom-opening .btn-primary { margin-top: 28px; }
.showroom-space { min-width: 0; margin: 0; }
.showroom-space img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.showroom-practical { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 60px; border-top: 1px solid #ddd9d3; }
.showroom-practical h2 { font-size: 22px; }
.showroom-practical p, .showroom-practical li { font-size: 14px; }
.showroom-practical ul { padding-left: 18px; color: #605d58; line-height: 1.8; }
body.site-page .brief-quick-intro { padding: 45px 40px 30px; border: 0; max-width: 1160px; margin: auto; }
body.site-page .brief-quick-intro h1 { font-size: clamp(28px, 3vw, 40px); font-weight: 400; margin-top: 0; }
body.site-page .brief-quick-intro p { font-size: 14px; color: #605d58; max-width: 670px; }
body.site-page .contact-form-section > .container { max-width: 1160px; padding-inline: 40px; }
body.site-page .form-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 80px; }
body.site-page #brief-form, body.site-page .contact-info { padding: 0; border: 0; border-radius: 0; box-shadow: none; background: transparent; }
body.site-page .brief-step { padding: 0; }
body.site-page .contact-info { border-left: 1px solid #ddd9d3; padding-left: 38px; }
body.site-page .contact-info .block { margin-bottom: 30px; }
body.site-page .contact-info h2 { font-size: 17px; font-weight: 400; margin-bottom: 12px; }
body.site-page .contact-info .lines { font-size: 14px; line-height: 1.9; }
body.site-page .form-field { margin-bottom: 22px; }
body.site-page .form-field label { font-size: 13px; color: #242321; font-weight: 400; }
body.site-page .form-field input, body.site-page .form-field select, body.site-page .form-field textarea { width: 100%; background: #fff; border: 1px solid #b9b4ac; border-radius: 0; min-height: 44px; padding: 12px; font-size: 15px; color: #242321; }
body.site-page .brief-optional-details { border-block: 1px solid #ddd9d3; margin: 8px 0 25px; padding: 0; }
.brief-optional-details summary { padding: 17px 0; font-size: 14px; cursor: pointer; }
.brief-optional-details summary span { float: right; font-size: 12px; color: #605d58; }
.brief-optional-details:not([open]) > :not(summary) { display: none; }
.brief-optional-details > p { color: #605d58; font-size: 13px; line-height: 1.6; margin: 0 0 22px; }
.brief-detail-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
body.site-page .form-privacy { margin-top: 18px; font-size: 12px; color: #605d58; }

/* Catalogue interaction and a single, swipeable model gallery. */
body.site-page .bridge-collection-head { padding: 40px 32px 25px; gap: 30px; }
body.site-page .bridge-collection-head h1 { font-size: 30px; font-weight: 500; }
.bridge-collection-head p { max-width: 720px; color: #605d58; font-size: 14px; line-height: 1.65; margin-top: 18px; }
body.site-page .bridge-collection-toolbar { display: flex; align-items: center; gap: 24px; padding: 12px 32px; min-height: 70px; overflow: visible; }
.collection-status { margin-right: auto; font-size: 12px; color: #605d58; }
.collection-search input { width: 175px; padding: 11px 8px; background: #fff; border: 0; border-bottom: 1px solid #b9b4ac; color: #242321; font-size: 13px; }
.collection-reset { font-size: 12px; text-decoration: underline; text-underline-offset: 4px; padding: 12px 0; }
body.site-page .bridge-collection-card .bridge-collection-copy { min-height: 135px; padding: 18px 0 25px; }
body.site-page .bridge-collection-card .bridge-collection-copy small { font-size: 10px; color: #605d58; letter-spacing: .06em; }
body.site-page .bridge-collection-card .bridge-collection-copy strong { font-size: 15px; font-weight: 500; }
body.site-page .bridge-collection-card .bridge-collection-copy b { font-size: 11px; font-weight: 400; color: #605d58; }
body.site-page .bridge-collection-empty { padding: 60px 20px; text-align: center; }
.bridge-collection-empty h2 { font-size: 26px; font-weight: 400; }
.bridge-collection-empty p { max-width: 520px; margin: 20px auto 14px; color: #605d58; }
.bridge-collection-empty .text-link { margin-inline: 12px; }
body.site-page .bridge-pdp { display: grid; grid-template-columns: 1.12fr 1fr; gap: 65px; width: min(100% - 80px, 1280px); margin: auto; padding: 35px 0 65px; align-items: start; }
.model-gallery { min-width: 0; position: sticky; top: 127px; }
body.site-page .bridge-pdp-gallery { display: flex; gap: 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
.bridge-pdp-gallery::-webkit-scrollbar { display: none; }
body.site-page .bridge-pdp-image { flex: 0 0 100%; width: 100%; min-width: 0; height: min(560px, 55vw); margin: 0; padding: 0; scroll-snap-align: start; background: #f5f3ef; }
body.site-page .bridge-pdp-image > button { width: 100%; height: 100%; display: block; cursor: zoom-in; }
body.site-page .bridge-pdp-image img { display: block; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: normal; }
.gallery-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 15px; }
.gallery-thumbnails { display: flex; gap: 10px; }
.gallery-thumbnails button { border: 1px solid transparent; padding: 3px; }
.gallery-thumbnails button[aria-pressed="true"] { border-color: #784b35; }
.gallery-thumbnails img { width: 62px; height: 65px; object-fit: contain; display: block; }
.gallery-position, .gallery-hint { font-size: 11px; color: #605d58; }
.gallery-hint { margin-top: 12px; }
body.site-page .bridge-pdp-meta { position: static; padding: 10px 0; }
body.site-page .bridge-pdp-meta h1 { font-size: 30px; font-weight: 500; }
body.site-page .bridge-pdp-desc { font-size: 15px; line-height: 1.7; }
.pdp-availability { margin: 18px 0 0; font-size: 12px; color: #784b35; }
body.site-page .bridge-pdp-note { font-size: 12px; }
.image-dialog { position: fixed; inset: 0; width: min(92vw, 1200px); height: 90dvh; max-width: none; max-height: none; padding: 32px; border: 0; background: #fff; }
.image-dialog::backdrop { background: #242321bd; }
.image-dialog img { width: 100%; height: 100%; display: block; object-fit: contain; }
.image-dialog-close { position: absolute; right: 12px; top: 10px; z-index: 1; width: 44px; height: 44px; background: #fff; color: #242321; font-size: 28px; }

body.home .reference-footer, body.site-page .reference-footer { padding: 45px 0 22px; background: #f7f5f1; border-top: 1px solid #ddd9d3; color: #242321; }
body.home .reference-footer .container, body.site-page .reference-footer .container { padding-inline: 40px; max-width: 1440px; }
body.home .reference-footer a, body.site-page .reference-footer a { color: #45423d; opacity: 1; }
body.home .reference-footer .foot-heading, body.site-page .reference-footer .foot-heading { color: #242321; font-size: 12px; font-weight: 500; letter-spacing: .02em; }
body.home .reference-footer .foot-col a, body.site-page .reference-footer .foot-col a { color: #45423d; font-size: 13px; line-height: 1.8; }
body.home .reference-footer .foot-col a:hover, body.site-page .reference-footer .foot-col a:hover { color: #784b35; text-decoration: underline; }
body.home .reference-footer .foot-bottom, body.site-page .reference-footer .foot-bottom { margin-top: 32px; padding-top: 20px; color: #605d58; font-size: 11px; }
body.home .reference-footer .foot-bottom a, body.site-page .reference-footer .foot-bottom a { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1100px) {
  body.home .nav-links, body.site-page .nav-links { gap: 18px; }
  body .nav-mega-inner { gap: 35px; grid-template-columns: 1fr 400px; }
  .collection-home-copy { padding: 35px 30px; }
  .editorial-wrap { width: calc(100% - 60px); }
  .collection-intro, .collection-making, .collection-partners, .collection-custom, .collection-visit, .about-chapter, .label-existing, .label-quantities, .label-custom, .showroom-opening { gap: 45px; }
  .collection-steps { grid-template-columns: repeat(3, 1fr); gap: 24px; }
}
@media (max-width: 900px) {
  body.home .nav, body.home .nav[data-home="true"]:not(.solid), body.site-page .nav, body.home .nav-inner, body.site-page .nav-inner { height: 66px; }
  body.home .nav-inner, body.site-page .nav-inner { display: flex; justify-content: center; padding: 0 22px; }
  body.home .nav-inner > .nav-links, body.site-page .nav-inner > .nav-links { display: none !important; }
  body.home .hamburger, body.site-page .hamburger { display: flex; position: absolute; left: 20px; right: auto; top: 12px; height: 42px; width: 42px; color: #242321; }
  body.home .nav[data-home="true"] .hamburger span, body.site-page .nav .hamburger span { background: #242321; }
  body.home .mobile-menu, body.site-page .mobile-menu { background: #fff; color: #242321; padding: 75px 28px 35px; align-items: stretch; justify-content: flex-start; gap: 0; overflow-y: auto; height: 100dvh; }
  body .mobile-menu > a { font-size: 18px; color: #242321; padding: 15px 0; border-bottom: 1px solid #e6e3de; text-align: left; }
  body .mobile-menu .mobile-close { top: 16px; right: 18px; width: 44px; height: 44px; color: #242321; font-size: 30px; }
  body .mobile-collection-menu { max-width: none; width: 100%; border-color: #e6e3de; }
  body .mobile-collection-menu summary { color: #242321; font-size: 18px; padding: 15px 0; }
  body .mobile-collection-menu a { color: #45423d; font-size: 15px; padding: 10px 12px; text-align: left; }
  body .mobile-menu .language-pair { justify-content: flex-start; margin-top: 25px; color: #242321; }
  body .mobile-menu .language-pair a { color: #242321; padding: 12px; font-size: 14px; }
  .model-gallery { top: 112px; }
}
@media (max-width: 760px) {
  .editorial-wrap { width: calc(100% - 40px); padding-block: 40px; }
  .editorial-wrap h2 { font-size: 26px; }
  .editorial-wrap p { font-size: 14px; }
  .collection-home-hero { grid-template-columns: 1fr; }
  .collection-home-copy { padding: 36px 24px 30px; }
  body.home .collection-home-copy h1 { font-size: 32px; max-width: 520px; }
  .collection-home-copy p { margin-top: 20px; }
  .editorial-actions { gap: 22px; margin-top: 24px; }
  .collection-home-hero figure { height: 310px; }
  .collection-home-hero figure img { object-position: 70% 65%; }
  .collection-intro, .collection-making, .collection-partners, .collection-custom, .collection-visit, .about-chapter, .label-existing, .label-quantities, .label-custom, .showroom-opening, .showroom-practical { grid-template-columns: 1fr; gap: 27px; }
  .collection-steps { grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 28px; }
  .collection-steps h3 { font-size: 14px; }
  .editorial-section-head { display: block; margin-bottom: 22px; }
  .editorial-section-head .text-link { margin-top: 10px; }
  .category-edits { grid-template-columns: 1fr 1fr; gap: 25px 13px; }
  .category-edit > span { padding-top: 12px; font-size: 13px; }
  .category-other { gap: 8px 24px; margin-top: 24px; }
  .collection-making figure { height: 320px; }
  .collection-custom h2 { font-size: 23px; }
  .visit-model img { height: 260px; }
  .about-opening { padding: 40px 5px 16px; }
  .about-opening p { font-size: 15px; }
  .about-chapter figure img { height: 330px; }
  .about-chapter-reverse figure { order: 0; }
  .about-archive .archive-board { grid-template-columns: repeat(3, 1fr); margin-top: 26px; }
  .label-opening { padding-block: 36px 25px; }
  .label-existing { padding-top: 0; }
  .label-existing figure img { height: 330px; object-fit: contain; background: #f5f1eb; }
  .label-choices > div { grid-template-columns: 1fr 1fr; gap: 25px; }
  .label-choices h3 { font-size: 15px; }
  .label-custom { padding: 30px 22px; }
  .label-services { padding-block: 25px; }
  .showroom-practical > div + div { padding-top: 24px; border-top: 1px solid #ddd9d3; }
  body.site-page .page-hero { padding: 36px 22px 28px; }
  body.site-page .brief-quick-intro { padding: 32px 22px 22px; }
  body.site-page .contact-form-section > .container { padding-inline: 22px; }
  body.site-page .form-grid { grid-template-columns: 1fr; gap: 40px; }
  body.site-page .contact-info { border-left: 0; border-top: 1px solid #ddd9d3; padding: 30px 0 0; }
  .brief-detail-fields { grid-template-columns: 1fr; }
  body.site-page .bridge-collection-head { padding: 32px 20px 18px; }
  body.site-page .bridge-collection-head h1 { font-size: 27px; }
  .bridge-collection-head > nav { margin-top: 20px; }
  body.site-page .bridge-collection-toolbar { display: grid; grid-template-columns: 1fr auto; gap: 12px 15px; padding: 12px 20px; }
  .collection-status { grid-column: 1 / -1; }
  .collection-search { grid-row: 2; }
  .collection-search input { width: 100%; min-width: 0; }
  .collection-reset { grid-column: 1 / -1; text-align: left; padding: 4px 0 10px; }
  .bridge-filter-menu { grid-row: 2; grid-column: 2; }
  body.site-page .bridge-collection-card .bridge-collection-copy { min-height: 125px; padding-block: 14px 20px; }
  body.site-page .bridge-collection-card .bridge-collection-copy strong { font-size: 14px; }
  body.site-page .bridge-pdp { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 27px; padding-block: 20px 40px; }
  .model-gallery { position: static; }
  body.site-page .bridge-pdp-image { height: min(450px, 110vw); }
  body.site-page .bridge-pdp-meta { padding-top: 0; }
  body.site-page .bridge-pdp-meta h1 { font-size: 28px; }
  .image-dialog { padding: 20px 10px; width: 96vw; height: 88dvh; }
  body.home .reference-footer .container, body.site-page .reference-footer .container { padding-inline: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
}
