:root {
	--ink: #222222;
	--black: #020304;
	--paper: #f4f3ef;
	--white: #ffffff;
	--concrete: #d8d6cf;
	--muted: #74736e;
	--cap: 1504px;
	--gutter: 16px;
	--gap: 16px;
	--rhythm: 48px;
	--control: 49px;
	--line: 1px solid var(--ink);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Geologica, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.35; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { border-radius: 0; color: inherit; font: inherit; }
button { cursor: pointer; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.shell { width: min(100%, var(--cap)); margin-inline: auto; padding-inline: var(--gutter); }
.site-main { min-height: 60vh; }

.masthead { height: 60px; background: var(--white); border-bottom: var(--line); }
.masthead__grid { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 100%; }
.primary-menu { display: flex; align-items: center; gap: 24px; font-size: 13px; text-transform: uppercase; }
.primary-menu a, .footer-grid nav a { border-bottom: 1px solid transparent; }
.primary-menu a:hover, .primary-menu a:focus-visible, .footer-grid nav a:hover, .footer-grid nav a:focus-visible { border-color: currentColor; }
.brand { position: absolute; left: 50%; display: flex; align-items: center; gap: 9px; transform: translateX(-50%); font-size: 19px; letter-spacing: -.04em; white-space: nowrap; }
.brand img { width: 28px; height: 28px; }
.masthead__actions { grid-column: 3; display: flex; justify-content: flex-end; align-items: center; }
.city-trigger, .menu-toggle { height: var(--control); padding: 0 16px; border: var(--line); background: var(--white); text-transform: uppercase; font-size: 12px; }
.city-trigger { display: flex; align-items: center; gap: 22px; }
.menu-toggle { display: none; margin-left: -1px; }

.hero { height: min(58vh, 590px); min-height: 0; margin-top: 16px; overflow: hidden; display: grid; grid-template-columns: 43% 57%; background: var(--concrete); }
.hero picture { grid-column: 2; grid-row: 1; min-width: 0; min-height: 0; width: 100%; height: 100%; overflow: hidden; background: #c8c2b9; }
.hero picture img { width: 100%; height: 100%; max-height: 100%; object-fit: contain; object-position: center; }
.hero__copy { grid-column: 1; grid-row: 1; position: relative; z-index: 1; min-width: 0; min-height: 0; padding: clamp(22px, 3.5vw, 54px); background: rgba(222,220,213,.96); display: flex; flex-direction: column; justify-content: center; }
.hero__copy p, .catalog__heading p, .catalog-intro > p, .city-swatches header p, .seo-editorial > p, .spec-identity p, .media-sheet header p, .technical-table header p, .spec-rows header p, .report-band p { margin: 0 0 18px; font-size: 11px; letter-spacing: .14em; }
.hero__copy h1 { max-width: 560px; margin: 0; font-size: clamp(42px, min(5.25vw, 10vh), 80px); font-weight: 200; line-height: .94; letter-spacing: -.065em; }
.hero__copy a { width: fit-content; margin-top: 28px; padding-bottom: 5px; border-bottom: var(--line); font-size: 13px; text-transform: uppercase; }

.catalog { margin-top: 22px; }
.catalog__heading { display: flex; justify-content: space-between; align-items: end; padding: 30px 0 20px; border-top: var(--line); }
.catalog__heading h2, .catalog-intro h1, .city-swatches h2, .seo-editorial h2, .spec-identity h1 { margin: 0; font-size: clamp(48px, 5.6vw, 85px); font-weight: 200; line-height: .96; letter-spacing: -.065em; }
.catalog__heading > span { padding-bottom: 7px; font-size: 12px; text-transform: uppercase; }
.filter-command { position: relative; margin-bottom: 16px; }
.filter-command__bar { min-height: 65px; border: var(--line); display: grid; grid-template-columns: minmax(220px, 1fr) 2fr auto; align-items: center; }
.filter-command__bar > div { padding: 10px 14px; }
.filter-command__bar > div span { display: block; margin-bottom: 3px; color: var(--muted); font-size: 10px; letter-spacing: .14em; }
.filter-command__bar nav { display: flex; justify-content: flex-end; gap: 7px; padding: 7px 14px; overflow: hidden; }
.filter-command__bar nav a { padding: 7px 10px; border: 1px solid var(--concrete); font-size: 12px; white-space: nowrap; }
.filter-command__bar > button { align-self: stretch; min-width: 154px; padding: 0 15px; border: 0; border-left: var(--line); background: var(--black); color: var(--white); display: flex; justify-content: space-between; align-items: center; text-transform: uppercase; font-size: 12px; }
.filter-backdrop { position: fixed; inset: 0; z-index: 80; background: rgba(2,3,4,.62); }
.filter-panel { position: relative; z-index: 2; width: 100%; max-height: 0; overflow: hidden; visibility: hidden; background: var(--paper); border-inline: var(--line); transition: max-height .25s ease, visibility 0s linear .25s; }
.filter-panel.is-open { max-height: min(878px, calc(100vh - 76px)); visibility: visible; transition-delay: 0s; }
.filter-panel > header { flex: 0 0 auto; min-height: 132px; padding: 20px; background: var(--concrete); border-bottom: var(--line); display: flex; justify-content: space-between; align-items: flex-start; }
.filter-panel h2 { margin: 0; font-size: 40px; font-weight: 250; letter-spacing: -.05em; }
.filter-panel header p { margin: 0 0 10px; font-size: 10px; letter-spacing: .15em; }
.filter-panel header button { min-height: 40px; padding: 0 10px; border: var(--line); background: transparent; }
.filter-panel__body { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-height: calc(min(878px, 100vh - 76px) - 132px); overflow-y: auto; }
.filter-group { min-width: 0; border-right: var(--line); border-bottom: var(--line); }
.filter-group:nth-child(4n) { border-right: 0; }
.filter-group > button { width: 100%; min-height: 58px; padding: 0 20px; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; text-align: left; }
.filter-group ul { margin: 0; padding: 0 20px 18px; list-style: none; }
.filter-group li a { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid #c9c7c0; }

.loft-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); align-items: start; }
.loft-grid > .loft-card:nth-child(6n+2), .loft-grid > .loft-card:nth-child(6n+5) { grid-column: span 2; }
.loft-card { min-width: 0; max-width: 696px; max-height: 640px; overflow: hidden; border-top: var(--line); background: var(--white); }
.loft-card__link { display: block; height: 100%; }
.loft-card__media { max-height: 540px; background: var(--white); }
.loft-card__media img { width: 100%; height: auto; object-fit: contain; }
.loft-card__identity { display: flex; justify-content: space-between; gap: 8px; align-items: baseline; padding: 12px 2px 8px; }
.loft-card__identity span { color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.loft-card__identity h2 { margin: 0; font-size: clamp(20px, 2vw, 31px); font-weight: 300; line-height: 1; letter-spacing: -.05em; }
.loft-card__facts { margin: 0; border-top: 1px solid var(--concrete); display: flex; }
.loft-card__facts div { flex: 1; min-width: 0; padding: 8px 3px; }
.loft-card__facts dt { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.loft-card__facts dd { margin: 2px 0 0; font-size: 12px; overflow-wrap: anywhere; }
.loft-grid > .loft-card:nth-child(6n+2) .loft-card__link, .loft-grid > .loft-card:nth-child(6n+5) .loft-card__link { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(170px, .82fr); grid-template-rows: auto 1fr; }
.loft-grid > .loft-card:nth-child(6n+2) .loft-card__media, .loft-grid > .loft-card:nth-child(6n+5) .loft-card__media { grid-row: 1 / 3; max-height: none; align-self: start; }
.loft-grid > .loft-card:nth-child(6n+2) .loft-card__identity, .loft-grid > .loft-card:nth-child(6n+5) .loft-card__identity { display: block; align-self: end; padding: 18px; }
.loft-grid > .loft-card:nth-child(6n+2) .loft-card__identity h2, .loft-grid > .loft-card:nth-child(6n+5) .loft-card__identity h2 { margin-top: 8px; font-size: clamp(26px, 3vw, 47px); }
.loft-grid > .loft-card:nth-child(6n+2) .loft-card__facts, .loft-grid > .loft-card:nth-child(6n+5) .loft-card__facts { margin: 0 18px 18px; align-self: start; display: block; }
.loft-grid > .loft-card:nth-child(6n+2) .loft-card__facts div, .loft-grid > .loft-card:nth-child(6n+5) .loft-card__facts div { display: flex; justify-content: space-between; border-bottom: 1px solid var(--concrete); }
.pagination ul { display: flex; gap: 2px; margin: 28px 0 0; padding: 0; list-style: none; }
.pagination a, .pagination span { display: grid; place-items: center; min-width: 44px; height: 44px; border: var(--line); }
.pagination .current { background: var(--black); color: var(--white); }

.city-swatches { margin-top: var(--rhythm); padding-top: 30px; border-top: var(--line); display: grid; grid-template-columns: 1fr 2fr; gap: var(--gap); }
.city-swatches h2 { font-size: clamp(44px, 5vw, 76px); }
.city-swatches > div { display: grid; grid-template-columns: repeat(5, 1fr); }
.city-swatches a { min-height: 224px; padding: 14px; border: var(--line); margin-left: -1px; display: flex; flex-direction: column; justify-content: space-between; }
.city-swatches a:nth-child(odd) { background: var(--concrete); }
.city-swatches a strong { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 18px; font-weight: 300; }
.city-swatches a i { width: 18px; height: 18px; background: var(--ink); }
.seo-editorial { max-height: 360px; margin-block: var(--rhythm); padding-block: 42px; border-top: var(--line); border-bottom: var(--line); display: grid; grid-template-columns: .8fr 1.4fr 1fr; gap: var(--gap); }
.seo-editorial h2 { font-size: clamp(34px, 4vw, 58px); }
.seo-editorial div { font-size: 17px; }

.site-footer { padding: 36px 0 22px; background: var(--black); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: var(--gap); align-items: start; }
.footer-mark img { width: 42px; filter: invert(1); }
.footer-mark strong { display: block; margin-top: 18px; font-size: 30px; font-weight: 250; }
.footer-mark p { color: #aaa; }
.footer-grid nav { display: grid; gap: 12px; justify-items: start; }
.footer-city { min-height: 58px; padding: 0 16px; border: 1px solid var(--white); background: transparent; color: var(--white); display: flex; justify-content: space-between; align-items: center; text-transform: uppercase; }
.footer-grid small { grid-column: 1 / -1; margin-top: 40px; color: #888; }

.city-drawer, .phone-dialog, .gallery-dialog { position: fixed; inset: 0; z-index: 100; background: rgba(2,3,4,.62); }
.city-drawer__panel { margin-left: auto; width: min(720px, 100%); height: 100dvh; overflow-y: auto; background: var(--paper); }
.city-drawer__panel > header { position: sticky; top: 0; z-index: 1; min-height: 62px; padding: 0 18px; border-bottom: var(--line); background: var(--paper); display: flex; justify-content: space-between; align-items: center; font-size: 11px; letter-spacing: .13em; }
.city-drawer button, .city-drawer input { border: var(--line); background: transparent; }
.city-drawer__panel > header button { height: 38px; padding: 0 12px; }
.city-drawer__heading { padding: 34px 20px; background: var(--concrete); }
.city-drawer__heading p { margin: 0 0 12px; font-size: 11px; text-transform: uppercase; }
.city-drawer__heading h2 { margin: 0 0 20px; font-size: clamp(42px, 6vw, 70px); font-weight: 200; line-height: .95; letter-spacing: -.06em; }
.city-drawer__heading a { text-decoration: underline; }
.city-drawer input { display: block; width: calc(100% - 40px); height: var(--control); margin: 20px; padding: 0 14px; background: var(--white); }
.city-index { border-top: var(--line); }
.city-index a { min-height: 74px; padding: 0 20px; border-bottom: var(--line); display: grid; grid-template-columns: 45px 1fr auto; align-items: center; }
.city-index strong { font-size: 25px; font-weight: 300; }
.phone-dialog { display: grid; place-items: center; padding: 16px; }
.phone-dialog__panel { width: min(470px, 100%); padding: 22px; background: var(--black); color: var(--white); border: 1px solid var(--white); }
.phone-dialog__panel > button { float: right; height: 38px; border: 1px solid var(--white); background: transparent; color: var(--white); }
.phone-dialog__panel p { margin-top: 70px; font-size: 10px; letter-spacing: .15em; }
.phone-dialog__panel h2 { margin: 8px 0 32px; font-size: 42px; font-weight: 250; }
.phone-dialog__panel a { display: block; padding: 15px; border: 1px solid var(--white); font-size: 24px; }
.gallery-dialog { background: rgba(2,3,4,.94); }
.gallery-dialog__panel { position: relative; display: grid; grid-template-columns: 70px 1fr 70px; grid-template-rows: 62px 1fr; width: 100%; height: 100%; color: var(--white); }
.gallery-dialog header { grid-column: 1 / -1; padding: 0 18px; border-bottom: 1px solid #444; display: flex; justify-content: space-between; align-items: center; }
.gallery-dialog button { border: 0; background: transparent; color: var(--white); }
.gallery-dialog figure { min-width: 0; min-height: 0; margin: 0; display: grid; place-items: center; }
.gallery-dialog img { width: auto; height: auto; max-width: 100%; max-height: calc(100dvh - 82px); object-fit: contain; }

.catalog-intro { padding-block: 54px 28px; border-bottom: var(--line); }
.catalog-intro h1 { max-width: 1100px; }
.catalog-intro > span { display: block; margin-top: 22px; }
.breadcrumbs { display: flex; gap: 8px; padding-top: 18px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.spec-identity { padding-block: 35px 26px; }
.spec-identity h1 { font-size: clamp(65px, 10vw, 148px); overflow-wrap: anywhere; }
.contact-bar { background: var(--black); color: var(--white); }
.contact-bar > div { min-height: 92px; display: flex; justify-content: space-between; align-items: center; }
.contact-bar small { display: block; color: #888; font-size: 9px; letter-spacing: .14em; }
.contact-bar strong { font-size: 25px; font-weight: 300; }
.contact-bar__actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.contact-bar__actions button, .contact-bar__actions a { min-height: 48px; padding: 0 18px; border: 1px solid var(--white); background: transparent; color: var(--white); display: inline-flex; align-items: center; text-transform: uppercase; font-size: 11px; }
.media-sheet { margin-top: var(--rhythm); }
.media-sheet > header { padding-bottom: 12px; border-bottom: var(--line); display: flex; justify-content: space-between; }
.media-sheet__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--gap); padding-top: 16px; }
.media-sheet figure, .media-sheet button { min-width: 0; margin: 0; padding: 0; border: 0; background: transparent; }
.media-sheet button { height: min(86vh, 700px); overflow: hidden; display: grid; place-items: center; background: var(--white); }
.media-sheet img { width: auto; height: auto; max-width: 100%; max-height: min(86vh, 700px); object-fit: contain; }
.media-sheet--single .media-sheet__grid { display: block; }
.media-sheet--single figure { width: min(650px, 100%); margin-inline: auto; }
.media-sheet--single img { max-height: 68vh; width: 100%; height: auto; object-fit: contain; }
.spec-description { margin-top: var(--rhythm); padding-block: 32px; border-top: var(--line); border-bottom: var(--line); display: grid; grid-template-columns: 1fr 3fr; }
.spec-description > p { font-size: 11px; letter-spacing: .14em; }
.spec-description > div { max-width: 960px; font-size: clamp(20px, 2.2vw, 32px); font-weight: 250; line-height: 1.3; }
.technical-table, .spec-rows { margin-top: var(--rhythm); }
.technical-table header, .spec-rows header { display: flex; align-items: end; justify-content: space-between; padding-bottom: 14px; }
.technical-table h2, .spec-rows h2, .report-band h2 { margin: 0; font-size: clamp(40px, 5vw, 72px); font-weight: 200; letter-spacing: -.06em; line-height: 1; }
.technical-table dl { margin: 0; border-top: var(--line); }
.technical-table dl > div, .spec-row { min-height: 60px; border-bottom: var(--line); display: grid; grid-template-columns: 1fr 3fr; align-items: center; }
.technical-table dt, .spec-row strong { color: var(--muted); font-size: 11px; font-weight: 400; text-transform: uppercase; }
.technical-table dd { margin: 0; display: flex; flex-wrap: wrap; gap: 7px 18px; }
.spec-row span { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; }
.spec-row em { font-style: normal; }
.spec-rows[data-pbn-surface="profile-services"] .spec-row strong { grid-column: 1 / -1; color: var(--ink); font-size: 14px; }
.report-band { margin-top: var(--rhythm); padding-block: 42px; background: var(--black); color: var(--white); }
.report-band > div { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); }
.report-band form { display: grid; gap: 8px; }
.report-band label { font-size: 11px; text-transform: uppercase; }
.report-band textarea { width: 100%; min-height: 100px; padding: 12px; border: 1px solid #777; background: #111; color: var(--white); resize: vertical; }
.report-band button { min-height: var(--control); border: 1px solid var(--white); background: transparent; color: var(--white); }

@media (max-width: 1024px) {
	:root { --rhythm: 36px; }
	.primary-menu { gap: 14px; }
	.loft-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.loft-card__identity h2 { font-size: 21px; }
	.filter-command__bar nav a:nth-child(n+3) { display: none; }
	.city-swatches { grid-template-columns: 1fr; }
	.city-swatches > div { grid-template-columns: repeat(5, 1fr); }
}

@media (max-width: 760px) {
	:root { --gutter: 7px; --gap: 7px; --rhythm: 26px; }
	body { font-size: 14px; }
	.masthead { height: 64px; }
	.masthead__grid { grid-template-columns: 1fr auto 1fr; }
	.primary-menu { position: fixed; z-index: 70; inset: 64px 0 auto; padding: 7px; border-bottom: var(--line); background: var(--white); display: none; grid-template-columns: 1fr; gap: 0; }
	.primary-menu.is-open { display: grid; }
	.primary-menu a { min-height: 50px; padding: 0 10px; border-bottom: var(--line); display: flex; align-items: center; }
	.brand strong { max-width: 118px; overflow: hidden; text-overflow: ellipsis; }
	.brand img { width: 23px; height: 23px; }
	.city-trigger { width: 43px; padding: 0; justify-content: center; }
	.city-trigger span:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
	.menu-toggle { display: block; width: 56px; padding: 0; }
	.hero { height: min(58vh, 490px); min-height: 0; margin-top: 7px; grid-template-columns: 1fr; grid-template-rows: 42% 58%; }
	.hero picture { grid-column: 1; grid-row: 1; }
	.hero__copy { grid-column: 1; grid-row: 2; width: 100%; padding: 10px 13px; }
	.hero__copy h1 { font-size: clamp(38px, min(12vw, 8.5vh), 57px); }
	.hero__copy p { font-size: 9px; }
	.hero__copy a { margin-top: 12px; }
	.catalog { margin-top: 12px; }
	.catalog__heading { display: block; padding: 22px 0 13px; }
	.catalog__heading h2, .catalog-intro h1, .city-swatches h2, .seo-editorial h2 { font-size: clamp(40px, 13vw, 57px); }
	.catalog__heading > span { display: block; margin-top: 10px; }
	.filter-command { margin-bottom: 7px; }
	.filter-command__bar { grid-template-columns: 1fr auto; min-height: 55px; }
	.filter-command__bar nav { display: none; }
	.filter-command__bar > button { min-width: 117px; }
	.filter-panel { position: fixed; z-index: 81; top: 0; right: 0; width: 100%; height: 100dvh; max-height: none; overflow: visible; visibility: visible; border-left: var(--line); transform: translateX(101%); transition: transform .25s ease; display: flex; flex-direction: column; }
	.filter-panel.is-open { max-height: none; transform: none; }
	.filter-panel__body { flex: 1; min-height: 0; max-height: none; overflow-y: auto; overscroll-behavior: contain; display: block; padding-bottom: 32px; }
	.filter-group { border-right: 0; }
	.loft-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
	.loft-grid > .loft-card:nth-child(n) { grid-column: span 1; max-width: none; max-height: 390px; }
	.loft-grid > .loft-card:nth-child(n) .loft-card__link { display: block; }
	.loft-grid > .loft-card:nth-child(n) .loft-card__media { max-height: 300px; }
	.loft-grid > .loft-card:nth-child(n) .loft-card__media img { width: 100%; height: auto; object-fit: contain; }
	.loft-grid > .loft-card:nth-child(n) .loft-card__identity { display: block; padding: 7px 1px 5px; }
	.loft-grid > .loft-card:nth-child(n) .loft-card__identity h2 { margin-top: 3px; font-size: 21px; }
	.loft-grid > .loft-card:nth-child(n) .loft-card__facts { margin: 0; display: flex; }
	.loft-grid > .loft-card:nth-child(n) .loft-card__facts div { display: block; padding: 5px 2px; border: 0; }
	.loft-card__facts div:nth-child(1) { flex: 0 0 40%; }
	.loft-card__facts div:nth-child(2) { flex: 0 0 20%; }
	.loft-card__facts div:nth-child(3) { flex: 0 0 40%; }
	.city-swatches > div { grid-template-columns: repeat(2, 1fr); }
	.city-swatches a { min-height: 130px; }
	.city-swatches a strong { writing-mode: horizontal-tb; transform: none; }
	.seo-editorial { max-height: none; padding-block: 26px; grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-grid small { grid-column: auto; margin-top: 12px; }
	.gallery-dialog__panel { grid-template-columns: 44px 1fr 44px; }
	.catalog-intro { padding-block: 32px 18px; }
	.spec-identity h1 { font-size: clamp(58px, 20vw, 95px); }
	.contact-bar > div { padding-block: 14px; display: grid; gap: 14px; }
	.contact-bar__actions { justify-content: flex-start; }
	.media-sheet__grid { grid-template-columns: 1fr; }
	.media-sheet button { height: auto; }
	.media-sheet img { width: 100%; max-height: none; }
	.spec-description { grid-template-columns: 1fr; }
	.technical-table dl > div, .spec-row { grid-template-columns: 1fr 2fr; gap: 10px; }
	.report-band > div { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
	.loft-card__facts dt { font-size: 8px; }
	.loft-card__facts dd { font-size: 10px; }
}
