:root {
    --ink: #3d2a1f;
    --ink-deep: #2a1c15;
    --ink-soft: #5b4638;
    --brown: #6d513c;
    --bronze: #9b8468;
    --sand: #d7c8b4;
    --cream: #f4efe6;
    --paper: #fbf8f2;
    --white: #fffdf9;
    --sage: #69776b;
    --line: rgba(77, 51, 35, .16);
    --line-strong: rgba(77, 51, 35, .28);
    --shadow-sm: 0 12px 30px rgba(55, 35, 22, .08);
    --shadow-md: 0 20px 45px rgba(55, 35, 22, .11);
    --shadow-lg: 0 30px 80px rgba(47, 30, 20, .16);
    --radius-sm: .75rem;
    --radius-md: 1.2rem;
    --radius-lg: 2rem;
    --shell: min(1180px, calc(100% - 2rem));
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.68; text-rendering: optimizeLegibility; }
body.has-dialog { overflow: hidden; }
body::before { content: ''; position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .18em; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid #9a603d; outline-offset: 4px; }
::selection { color: #2e1e15; background: #d7c8b4; }
.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: clamp(4.5rem, 8vw, 8rem) 0; }
.section--cream { background: var(--cream); }
.section--paper { background: var(--paper); }
.section--dark { color: #f8f1e8; background: #33241c; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 10000; transform: translateY(-180%); padding: .8rem 1rem; color: white; background: var(--ink); border-radius: .5rem; }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 .85rem; color: var(--bronze); font-size: .75rem; font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(2.8rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2.15rem, 4.7vw, 4.4rem); }
h3 { font-size: clamp(1.65rem, 3vw, 2.7rem); }
h4 { font-size: clamp(1.35rem, 2vw, 1.85rem); }
p { margin: 0 0 1.25rem; }
address { font-style: normal; }
.section-heading { max-width: 760px; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-heading > p:last-child { margin: 1.2rem 0 0; color: var(--ink-soft); font-size: 1.08rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .75fr); gap: 2rem 5rem; align-items: end; }
.section-heading--split > p:last-child { margin: 0; }
.section-heading--light .eyebrow { color: #d4b893; }
.section-heading--light > p:last-child { color: #d8cbc0; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button-row--compact { margin-top: 1.35rem; }
.button-row--stack { display: grid; }
.button { display: inline-flex; min-height: 3.15rem; align-items: center; justify-content: center; gap: .45rem; padding: .75rem 1.2rem; border: 1px solid transparent; border-radius: 999px; font-size: .93rem; font-weight: 750; line-height: 1.2; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: var(--ink); box-shadow: 0 10px 22px rgba(61,42,31,.18); }
.button--primary:hover { background: #533726; box-shadow: 0 14px 30px rgba(61,42,31,.24); }
.button--ghost { border-color: var(--line); background: rgba(255,255,255,.48); }
.button--ghost:hover { background: white; }
.button--small { min-height: 2.65rem; padding: .65rem 1rem; font-size: .85rem; }
.button--light { color: var(--ink); background: #f6ede2; }
.button--outline-light { color: #fff7ed; border-color: rgba(255,255,255,.28); }
.text-link { display: inline-flex; align-items: center; gap: .4rem; color: var(--brown); font-weight: 750; text-decoration-thickness: 1px; }
.text-button { margin-top: 1.25rem; padding: .3rem 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-weight: 750; cursor: pointer; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; padding: .55rem 0; border-bottom: 1px solid transparent; background: rgba(251,248,242,.88); backdrop-filter: blur(18px); transition: padding .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease; }
.site-header::before { content: ''; position: absolute; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, transparent, rgba(155,132,104,.5), transparent); }
.site-header.is-scrolled { padding-block: .35rem; border-color: var(--line); background: rgba(251,248,242,.97); box-shadow: 0 10px 30px rgba(55,35,22,.07); }
.site-header__inner { min-height: 4.4rem; display: grid; grid-template-columns: minmax(250px, 1fr) auto auto; align-items: center; gap: clamp(1rem, 2.8vw, 2.4rem); }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: .75rem; width: fit-content; text-decoration: none; }
.brand__mark { width: 39px; height: 45px; object-fit: contain; flex: 0 0 auto; }
.brand__wording { min-width: 0; display: grid; line-height: 1; }
.brand__wording strong { font-family: var(--serif); font-size: clamp(1.12rem, 1.7vw, 1.45rem); font-weight: 500; letter-spacing: .01em; white-space: nowrap; }
.brand__wording small { margin-top: .32rem; color: var(--bronze); font-size: .58rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; }
.site-nav ul { display: flex; align-items: center; gap: clamp(.55rem, 1.4vw, 1.2rem); margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; display: block; padding: .65rem .2rem; color: var(--ink-soft); font-size: .86rem; font-weight: 720; text-decoration: none; transition: color .2s ease; }
.site-nav a::after { content: ''; position: absolute; left: .2rem; right: .2rem; bottom: .35rem; height: 1px; background: var(--brown); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.site-nav a:hover, .site-nav a.is-active { color: var(--ink); }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); }
.header-route { display: inline-flex; align-items: center; gap: .45rem; min-height: 2.8rem; padding: .6rem 1rem; color: #fff8ef; background: var(--ink); border-radius: 999px; font-size: .84rem; font-weight: 780; text-decoration: none; box-shadow: 0 10px 22px rgba(61,42,31,.15); transition: transform .2s ease, background .2s ease; }
.header-route:hover { transform: translateY(-1px); background: #533726; }
.header-route span:first-child { font-size: 1.05rem; }
.nav-toggle { display: none; align-items: center; gap: .55rem; padding: .55rem .75rem; border: 1px solid var(--line); border-radius: 999px; background: var(--white); cursor: pointer; }
.nav-toggle__lines { position: relative; width: 1.2rem; height: .8rem; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; }
.nav-toggle__lines::after { content: ''; position: absolute; top: calc(50% - 1px); left: 0; width: 100%; border-top: 2px solid currentColor; }
.nav-toggle__label { font-size: .82rem; font-weight: 750; }

/* Hero */
.hero { overflow: hidden; min-height: calc(100svh - 5.5rem); display: grid; align-items: center; background: radial-gradient(circle at 12% 24%, rgba(212,193,164,.3), transparent 28rem), linear-gradient(135deg,#fbf8f2 0%,#efe7db 100%); }
.hero::before { content: ''; position: absolute; left: -11rem; bottom: -13rem; width: 28rem; height: 28rem; border: 1px solid rgba(109,81,60,.09); border-radius: 50%; }
.hero::after { content: ''; position: absolute; right: -9rem; top: 3rem; width: 33rem; height: 33rem; border: 1px solid rgba(109,81,60,.13); border-radius: 50%; box-shadow: inset 0 0 0 3rem rgba(255,255,255,.08), inset 0 0 0 8rem rgba(109,81,60,.03); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(410px, .88fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.hero__content { max-width: 680px; }
.hero__title { max-width: 620px; margin-bottom: .9rem; font-size: clamp(2.25rem, 4.3vw, 4.5rem); }
.hero__lead { max-width: 620px; margin-bottom: .9rem; color: var(--brown); font-family: var(--serif); font-size: clamp(1.2rem, 1.9vw, 1.65rem); line-height: 1.38; }
.hero__content > p:not(.eyebrow):not(.hero__lead) { max-width: 620px; color: var(--ink-soft); }
.hero__details { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .8rem; margin: 2.5rem 0 0; padding: 1.35rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero__details li { position: relative; min-width: 0; display: grid; grid-template-columns: auto 1fr; column-gap: .55rem; align-items: start; }
.hero__details li > span { color: var(--bronze); line-height: 1.25; }
.hero__details strong, .hero__details small { grid-column: 2; }
.hero__details strong { font-size: .78rem; line-height: 1.35; }
.hero__details small { margin-top: .18rem; color: var(--ink-soft); font-size: .68rem; line-height: 1.4; }
.hero-collage { position: relative; min-height: 610px; }
.hero-collage__item { position: absolute; overflow: hidden; margin: 0; border: .48rem solid rgba(255,253,249,.92); background: #e8ded0; box-shadow: var(--shadow-lg); }
.hero-collage__item img { width: 100%; height: 100%; object-fit: cover; }
.hero-collage__item--1 { top: 1%; left: 1%; width: 63%; height: 52%; border-radius: 7rem 1rem 1rem 1rem; }
.hero-collage__item--1 img { object-position: center; }
.hero-collage__item--2 { top: 9%; right: 0; width: 34%; height: 35%; border-radius: 1rem 5rem 1rem 1rem; transform: rotate(1.4deg); }
.hero-collage__item--2 img { object-position: center; }
.hero-collage__item--3 { bottom: 1%; left: 2%; width: 38%; height: 39%; border-radius: 1rem 1rem 1rem 5rem; transform: rotate(-1.2deg); }
.hero-collage__item--3 img { object-position: center 38%; }
.hero-collage__item--4 { right: 3%; bottom: 0; width: 57%; height: 45%; border-radius: 1rem 1rem 5rem 1rem; }
.hero-collage__item--4 img { object-position: center; }
.hero-collage__seal { position: absolute; z-index: 4; top: 45%; left: 39%; width: 8.7rem; aspect-ratio: 1; display: grid; place-content: center; text-align: center; color: #f8f1e8; background: var(--ink); border: .42rem solid #f4e8d7; border-radius: 50%; box-shadow: var(--shadow-lg); transform: rotate(-5deg); }
.hero-collage__seal span { font-size: .63rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-collage__seal strong { font-family: var(--serif); font-size: 1.22rem; font-weight: 500; }

/* Values */
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.value-card { position: relative; min-height: 280px; padding: 2rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,253,249,.66); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.value-card:hover { transform: translateY(-3px); border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.value-card::after { content: ''; position: absolute; right: -3.5rem; bottom: -4.2rem; width: 10rem; height: 10rem; border: 1px solid var(--line); border-radius: 50%; }
.value-card__number { display: block; margin-bottom: 3.5rem; color: var(--bronze); font-family: var(--serif); font-size: 1.1rem; }
.value-card h3 { margin-bottom: .8rem; font-size: 1.7rem; }
.value-card p { margin: 0; color: var(--ink-soft); }

/* Kammerplan */
.status-legend { display: flex; flex-wrap: wrap; gap: .8rem 1.6rem; margin: -2.4rem 0 1.5rem; color: var(--ink-soft); font-size: .82rem; }
.status-legend span { display: inline-flex; align-items: center; gap: .45rem; }
.status-dot { width: .72rem; aspect-ratio: 1; border-radius: 50%; }
.status-dot--occupied { background: var(--sage); }
.status-dot--empty { background: #aaa39a; }
.chamber-plan { position: relative; overflow: hidden; padding: clamp(1.1rem, 2.5vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: #f8f3ea; box-shadow: var(--shadow-md); }
.chamber-plan::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .36; background-image: linear-gradient(rgba(109,81,60,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(109,81,60,.04) 1px, transparent 1px); background-size: 24px 24px; }
.chamber-plan__heading { position: relative; z-index: 1; display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: .75rem; color: var(--bronze); font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.chamber-plan__heading small { font-size: .62rem; }
.chamber-plan__rooms { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(8, minmax(0,1fr)); gap: .55rem; }
.plan-room { position: relative; min-width: 0; min-height: 205px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: 5.5rem .65rem .8rem; overflow: hidden; border: 1px solid var(--line); border-radius: 5rem 5rem .75rem .75rem; text-align: center; text-decoration: none; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.plan-room--occupied { background: rgba(255,253,249,.94); }
.plan-room--occupied:hover { transform: translateY(-5px); border-color: rgba(105,119,107,.55); box-shadow: 0 14px 26px rgba(55,35,22,.12); }
.plan-room--empty { color: #77716a; background: repeating-linear-gradient(135deg,#ece9e4 0,#ece9e4 8px,#e5e1dc 8px,#e5e1dc 16px); filter: saturate(.25); }
.plan-room__number { position: absolute; z-index: 2; top: .75rem; left: 50%; transform: translateX(-50%); display: grid; place-items: center; width: 2.45rem; aspect-ratio: 1; color: white; background: var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 1.05rem; }
.plan-room--empty .plan-room__number { background: #8b847b; }
.plan-room__door { position: absolute; top: .55rem; left: .55rem; right: .55rem; height: 44%; border: 1px solid rgba(109,81,60,.2); border-radius: 5rem 5rem 0 0; }
.plan-room__door::before, .plan-room__door::after { content: ''; position: absolute; background: rgba(109,81,60,.16); }
.plan-room__door::before { left: 0; right: 0; top: 58%; height: 1px; }
.plan-room__door::after { top: 0; bottom: 0; left: 50%; width: 1px; }
.plan-room strong { position: relative; z-index: 1; font-family: var(--serif); font-size: .88rem; line-height: 1.16; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; }
.plan-room small { position: relative; z-index: 1; margin-top: .34rem; color: var(--ink-soft); font-size: .61rem; line-height: 1.35; text-wrap: balance; }
.plan-room__status { position: relative; z-index: 1; margin-top: .62rem; color: var(--sage); font-size: .57rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.plan-room--empty .plan-room__status { color: #77716a; }
.chamber-plan__wall { position: relative; z-index: 1; height: .75rem; margin-top: .5rem; border: 1px solid rgba(77,51,35,.22); border-radius: .2rem; background: repeating-linear-gradient(90deg,#cbbba5 0,#cbbba5 26px,#bda98e 26px,#bda98e 28px); }
.chamber-plan__hall { position: relative; z-index: 1; min-height: 232px; display: grid; grid-template-rows: auto 1fr auto; align-items: center; padding: 1.1rem 8.55rem 1.1rem 2rem; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.8), rgba(229,216,198,.55)), repeating-linear-gradient(35deg, rgba(109,81,60,.06) 0 2px, transparent 2px 17px); border-inline: 1px solid rgba(77,51,35,.14); }
.chamber-plan__hall-label { align-self: center; justify-self: center; display: grid; text-align: center; }
.chamber-plan__hall-label span { font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.4rem); }
.chamber-plan__hall-label small { margin-top: .25rem; color: var(--bronze); font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.chamber-plan__posts { display: grid; grid-template-columns: repeat(4,1fr); gap: 10%; padding-inline: 8%; }
.chamber-plan__posts i { justify-self: center; width: .9rem; aspect-ratio: 1; background: var(--brown); border: .18rem solid #d9c9b5; border-radius: 50%; box-shadow: 0 3px 8px rgba(55,35,22,.2); }
.chamber-plan__main-entrance { position: absolute; top: 50%; right: 0; width: 7.45rem; min-height: 9.65rem; display: grid; place-content: center; justify-items: center; gap: .34rem; padding: 1.15rem .7rem .9rem; transform: translateY(-50%); color: #f8f1e8; border: 1px solid rgba(255,255,255,.18); border-right: 0; border-radius: 5.1rem 0 0 5.1rem; background: linear-gradient(145deg,#4b3022,#2f1e16); box-shadow: -8px 9px 24px rgba(55,35,22,.2); text-align: center; }
.chamber-plan__main-entrance > span { position: relative; justify-self: center; width: 2.7rem; height: 3.05rem; margin-bottom: .1rem; border: 1px solid rgba(255,255,255,.58); border-bottom: 0; border-radius: 2rem 2rem 0 0; }
.chamber-plan__main-entrance > span::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,.42); }
.chamber-plan__main-entrance > span::after { content: ''; position: absolute; left: 0; right: 0; top: 55%; height: 1px; background: rgba(255,255,255,.42); }
.chamber-plan__main-entrance strong { max-width: 5.8rem; font-size: .64rem; line-height: 1.18; letter-spacing: .075em; text-transform: uppercase; overflow-wrap: normal; word-break: normal; }
.chamber-plan__main-entrance small { display: block; max-width: 5.8rem; color: rgba(255,255,255,.76); font-size: .55rem; line-height: 1.3; overflow-wrap: normal; word-break: normal; }
.chamber-plan__opposite { position: relative; z-index: 2; min-height: 3.7rem; display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: stretch; gap: 1rem; padding: 0 1rem; border: 1px solid rgba(77,51,35,.2); border-radius: .35rem .35rem 1rem 1rem; color: var(--ink-soft); background: #e7ddcf; font-size: .67rem; font-weight: 800; letter-spacing: .085em; text-transform: uppercase; }
.chamber-plan__opposite-label { align-self: center; }
.chamber-plan__opposite-label--right { justify-self: end; text-align: right; }
.chamber-plan__glass-door { position: relative; min-width: 10.5rem; display: grid; grid-template-columns: 2.7rem auto; grid-template-rows: 1fr 1fr; align-items: center; column-gap: .65rem; margin: -.35rem 0 -.45rem; padding: .55rem .8rem; color: var(--ink); border: 1px solid rgba(77,51,35,.28); border-bottom: 0; border-radius: .75rem .75rem 0 0; background: rgba(250,247,241,.88); box-shadow: 0 -5px 16px rgba(55,35,22,.08); text-decoration: none; }
.chamber-plan__glass-door i { position: relative; grid-row: 1 / 3; width: 2.7rem; height: 3.35rem; border: 1px solid rgba(77,51,35,.35); border-radius: .2rem .2rem 0 0; background: linear-gradient(135deg,rgba(255,255,255,.92),rgba(205,224,225,.55)); }
.chamber-plan__glass-door i::before, .chamber-plan__glass-door i::after { content: ''; position: absolute; background: rgba(77,51,35,.26); }
.chamber-plan__glass-door i::before { left: 50%; top: 0; bottom: 0; width: 1px; }
.chamber-plan__glass-door i::after { left: 0; right: 0; top: 50%; height: 1px; }
.chamber-plan__glass-door strong { align-self: end; font-size: .62rem; letter-spacing: .08em; }
.chamber-plan__glass-door small { align-self: start; margin-top: .1rem; color: var(--bronze); font-size: .56rem; letter-spacing: .08em; }
.plan-note { margin: .85rem 0 0; color: var(--ink-soft); font-size: .74rem; text-align: right; }

/* Profiles */
.profile-list { display: grid; gap: clamp(2.5rem,5vw,5rem); }
.profile { scroll-margin-top: 7.5rem; padding: clamp(1.3rem,3vw,2.4rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.profile__header { display: grid; grid-template-columns: 170px minmax(0,1fr); gap: 2rem; align-items: start; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.profile__number { min-height: 150px; display: grid; place-items: center; padding: 1rem; color: #f5ece1; background: var(--ink); border-radius: 5rem 5rem 1rem 1rem; font-family: var(--serif); font-size: 1.35rem; text-align: center; }
.profile__header h3 { font-size: clamp(2rem,4vw,3.8rem); }
.profile__intro { max-width: 790px; margin: 1rem 0 0; color: var(--ink-soft); font-size: 1.05rem; }
.maker-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,430px),1fr)); gap: 1rem; padding: 2rem 0; }
.maker-card { display: grid; grid-template-columns: minmax(145px,.42fr) minmax(0,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #f8f3eb; }
.maker-card__portrait { position: relative; min-width: 0; min-height: 100%; display: grid; place-items: center; padding: .35rem; overflow: hidden; border: 0; color: inherit; background: #e8ded0; cursor: zoom-in; }
.maker-card__portrait img { width: 100%; height: 100%; max-height: 480px; object-fit: contain; border-radius: calc(var(--radius-md) - .35rem); transition: transform .4s ease, filter .4s ease; }
.maker-card__portrait:hover img { transform: scale(1.02); filter: brightness(.96); }
.maker-card__zoom { position: absolute; right: .7rem; bottom: .7rem; padding: .38rem .62rem; color: #fff; background: rgba(42,28,20,.82); border-radius: 999px; font-size: .67rem; font-weight: 750; opacity: 0; transform: translateY(5px); transition: opacity .25s ease, transform .25s ease; }
.maker-card__portrait:hover .maker-card__zoom, .maker-card__portrait:focus-visible .maker-card__zoom { opacity: 1; transform: none; }
.maker-card__body { padding: 1.55rem; }
.maker-card__brand { margin: 0 0 .25rem; color: var(--bronze); font-size: .7rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.maker-card h4 { margin-bottom: .35rem; }
.maker-card__craft { margin-bottom: .9rem; color: var(--brown); font-size: .88rem; font-weight: 750; }
.maker-card__body > p:not(.maker-card__brand):not(.maker-card__craft) { color: var(--ink-soft); font-size: .93rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: .42rem; margin: 1rem 0; padding: 0; list-style: none; }
.tag-list li { padding: .35rem .62rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.62); font-size: .72rem; }
.contact-list { display: grid; gap: .32rem; }
.contact-list a { display: flex; align-items: baseline; gap: .55rem; overflow-wrap: anywhere; font-size: .84rem; font-weight: 700; text-decoration: none; }
.contact-list a:hover { text-decoration: underline; }
.gallery-block { padding-top: 1.8rem; border-top: 1px solid var(--line); }
.gallery-block__heading { display: flex; justify-content: space-between; gap: 1rem; align-items: end; margin-bottom: 1.2rem; }
.gallery-block__heading h4 { font-size: 1.7rem; }
.gallery-block__heading > p { margin: 0; color: var(--bronze); font-size: .78rem; }
.gallery { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 112px; gap: .65rem; }
.gallery__item[hidden] { display: none !important; }
.gallery__item { position: relative; grid-column: span 3; grid-row: span 2; min-width: 0; display: grid; place-items: center; padding: .28rem; overflow: hidden; border: 1px solid rgba(77,51,35,.09); border-radius: .8rem; background: #eee7dd; cursor: zoom-in; }
.gallery__item:nth-child(1), .gallery__item:nth-child(6) { grid-column: span 6; grid-row: span 3; }
.gallery__item:nth-child(4) { grid-column: span 3; grid-row: span 3; }
.gallery__item img { width: 100%; height: 100%; object-fit: contain; border-radius: .55rem; transition: transform .4s ease; }
.gallery__item:hover img { transform: scale(1.025); }
.gallery__zoom { position: absolute; right: .55rem; bottom: .55rem; padding: .35rem .55rem; color: white; background: rgba(42,28,20,.78); border-radius: 999px; font-size: .65rem; opacity: 0; transform: translateY(5px); transition: opacity .25s, transform .25s; }
.gallery__item:hover .gallery__zoom, .gallery__item:focus-visible .gallery__zoom { opacity: 1; transform: none; }
.gallery-more { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1rem; }
.gallery-more[hidden] { display: none !important; }
.profile--empty { display: grid; grid-template-columns: 130px minmax(0,1fr); gap: 1.5rem; align-items: center; color: #736d66; background: #ebe7e1; box-shadow: none; filter: saturate(.25); }
.profile--empty h3 { margin-bottom: .5rem; }
.profile--empty p:last-child { margin: 0; }
.profile__empty-icon { display: grid; place-items: center; width: 120px; aspect-ratio: 1; border: 2px dashed #aaa198; border-radius: 50%; font-family: var(--serif); font-size: 2rem; }

/* History */
.history { background: #ede5da; }
.history__grid { display: grid; grid-template-columns: minmax(320px,.7fr) minmax(0,1fr); gap: clamp(3rem,8vw,8rem); align-items: center; }
.history__visual { position: relative; min-height: 520px; display: grid; align-content: end; padding: 2.5rem; overflow: hidden; color: #f8efe5; background: #4a3427; border-radius: 10rem 10rem 1rem 1rem; box-shadow: var(--shadow-lg); }
.history__visual::before { content: ''; position: absolute; inset: 1.2rem; border: 1px solid rgba(255,255,255,.18); border-radius: 9rem 9rem .6rem .6rem; }
.history__year { position: absolute; top: 1.35rem; left: 50%; display: grid; justify-items: center; transform: translateX(-50%); font-family: var(--serif); font-size: clamp(4.5rem,10vw,8rem); line-height: .88; opacity: .16; white-space: nowrap; }
.history__year small { margin-bottom: .45rem; font-family: var(--sans); font-size: .12em; font-weight: 850; letter-spacing: .28em; line-height: 1; text-indent: .28em; }
.history__arch { position: absolute; inset: 7rem 20% 8rem; border: 2px solid rgba(255,255,255,.3); border-radius: 8rem 8rem 0 0; }
.history__arch::before, .history__arch::after, .history__arch span { content: ''; position: absolute; background: rgba(255,255,255,.3); }
.history__arch::before { left: 50%; top: 0; bottom: 0; width: 2px; }
.history__arch::after { left: 0; right: 0; top: 53%; height: 2px; }
.history__arch span { width: 10px; aspect-ratio: 1; left: calc(50% - 4px); top: calc(53% - 4px); transform: rotate(45deg); }
.history__visual p { position: relative; z-index: 2; margin: 0; font-family: var(--serif); font-size: 1.45rem; line-height: 1.3; }
.history__content p:not(.eyebrow) { max-width: 700px; color: var(--ink-soft); font-size: 1.04rem; }
.history__content h2 { margin-bottom: 1.5rem; }

/* Visit */
.visit-grid { display: grid; grid-template-columns: minmax(300px,.65fr) minmax(0,1fr); gap: 1.2rem; }
.visit-card, .map-consent { min-height: 520px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-lg); }
.visit-card { padding: clamp(1.8rem,4vw,3rem); background: #493428; }
.visit-card__label { margin-bottom: 1.4rem; color: #d4b893; font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.visit-card address { margin-bottom: 2rem; font-size: 1.12rem; }
.visit-card address strong { font-family: var(--serif); font-size: 1.75rem; font-weight: 500; }
.visit-notes { display: grid; gap: .8rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); }
.visit-notes p { margin: 0; color: #d9ccc1; font-size: .86rem; }
.visit-notes strong { color: #fff7ed; }
.map-consent { position: relative; overflow: hidden; display: grid; place-items: center; color: var(--ink); background: #e9ddcc; }
.map-consent__art { position: absolute; inset: 0; opacity: .72; }
.map-consent__road { position: absolute; height: 1.1rem; background: rgba(255,255,255,.82); box-shadow: 0 0 0 1px rgba(109,81,60,.12); border-radius: 999px; }
.map-consent__road--1 { width: 125%; left: -12%; top: 34%; transform: rotate(-13deg); }
.map-consent__road--2 { width: 90%; left: 23%; top: 62%; transform: rotate(23deg); }
.map-consent__road--3 { width: 75%; left: -10%; top: 76%; transform: rotate(-34deg); }
.map-consent__pin { position: absolute; top: 24%; left: 66%; width: 3.2rem; height: 3.2rem; background: var(--ink); border: .45rem solid #f7eee2; border-radius: 50% 50% 50% 0; box-shadow: var(--shadow-lg); transform: rotate(-45deg); }
.map-consent__pin::after { content: ''; position: absolute; inset: .8rem; background: #d1b18c; border-radius: 50%; }
.map-consent__content { position: relative; z-index: 2; max-width: 470px; margin: 1.2rem; padding: 2rem; background: rgba(255,253,249,.92); border: 1px solid rgba(109,81,60,.18); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); backdrop-filter: blur(8px); }
.map-consent__content h3 { margin-bottom: .8rem; }
.map-consent__content p:not(.eyebrow) { color: var(--ink-soft); }
.map-consent__content .text-link { margin-top: 1rem; font-size: .8rem; }
.map-consent iframe { width: 100%; height: 100%; min-height: 520px; border: 0; }

/* Contact */
.contact { background: var(--cream); }
.contact__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.75fr); gap: clamp(2rem,7vw,7rem); align-items: center; }
.contact__lead { max-width: 700px; margin-top: 1.5rem; color: var(--ink-soft); font-size: 1.08rem; }
.contact-card { position: relative; padding: 2rem; overflow: hidden; color: #f8efe5; background: var(--ink); border-radius: 6rem 6rem 1rem 1rem; box-shadow: var(--shadow-lg); }
.contact-card::before { content: ''; position: absolute; width: 8rem; height: 8rem; top: -3rem; right: -2rem; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.contact-card__role { color: #d4b893; font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.contact-card h3 { margin-bottom: .45rem; }
.contact-card > p:not(.contact-card__role) { color: #d9cbc0; }
.contact-card__directory { position: relative; z-index: 1; display: grid; gap: .5rem; margin-top: 1.4rem; }
.contact-card__directory a { display: grid; grid-template-columns: minmax(84px,.7fr) minmax(0,1.5fr) auto; align-items: center; gap: .65rem; padding: .8rem .9rem; color: inherit; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.14); border-radius: .8rem; text-decoration: none; transition: background .2s ease, transform .2s ease, border-color .2s ease; }
.contact-card__directory a:hover { transform: translateX(3px); background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.24); }
.contact-card__directory span { color: #cfb897; font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-card__directory strong { min-width: 0; overflow-wrap: anywhere; font-size: .78rem; line-height: 1.3; }
.contact-card__directory i { font-style: normal; }

/* Footer */
.site-footer { padding-top: 4rem; color: #e9ddd2; background: #271b15; }
.site-footer__grid { display: grid; grid-template-columns: 1.35fr repeat(3,.75fr); gap: 2rem; padding-bottom: 3rem; }
.site-footer__brand img { width: 250px; margin-bottom: 1.1rem; filter: brightness(0) invert(1) sepia(.25); opacity: .88; }
.site-footer__brand p { max-width: 380px; color: #bfaea1; }
.footer-heading { margin-bottom: 1rem; color: #d3b999; font-family: var(--sans); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.site-footer address, .site-footer p { margin: 0 0 .75rem; color: #c9b9ad; font-size: .87rem; }
.site-footer a { color: #f4e9df; }
.footer-links { display: grid; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.12); color: #aa998d; font-size: .75rem; }
.site-footer__bottom a { color: #d9c9bd; text-decoration: none; }

/* Legal */
.legal-main { padding: clamp(4rem,8vw,7rem) 0; }
.legal-shell { max-width: 1040px; }
.legal-hero { max-width: 760px; margin-bottom: 3rem; }
.legal-hero p:last-child { margin-top: 1rem; color: var(--ink-soft); }
.legal-layout { display: grid; grid-template-columns: minmax(0,1fr) 240px; gap: 3rem; align-items: start; }
.legal-content { padding: clamp(1.5rem,4vw,3rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-sm); }
.legal-content section + section { margin-top: 2.4rem; padding-top: 2.4rem; border-top: 1px solid var(--line); }
.legal-content h2 { margin-bottom: .9rem; font-size: 1.65rem; }
.legal-content p, .legal-content address { color: var(--ink-soft); }
.legal-aside { position: sticky; top: 8rem; display: grid; gap: .7rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--cream); }
.legal-aside__label { margin: 0 0 .25rem; color: var(--bronze); font-size: .67rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.legal-aside a { font-weight: 700; }
.legal-aside__date { margin: .8rem 0 0; padding-top: .8rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .75rem; }

/* Lightbox */
.lightbox { width: min(96vw,1320px); max-width: none; height: min(94vh,960px); max-height: none; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 1.2rem; color: white; background: #17100d; box-shadow: 0 40px 110px rgba(0,0,0,.58); }
.lightbox::backdrop { background: rgba(24,17,13,.9); backdrop-filter: blur(8px); }
.lightbox[open] { display: block; animation: lightbox-in .22s ease-out; }
.lightbox__shell { height: 100%; display: grid; grid-template-rows: auto minmax(0,1fr) auto; }
.lightbox__bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4.5rem; padding: .75rem .9rem .75rem 1.15rem; border-bottom: 1px solid rgba(255,255,255,.09); background: #261a15; }
.lightbox__meta { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: .8rem; }
.lightbox__counter { flex: 0 0 auto; padding: .32rem .58rem; color: #ead9c5; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; font-size: .69rem; font-weight: 800; letter-spacing: .08em; }
.lightbox__bar p { min-width: 0; margin: 0; overflow: hidden; color: #f4ece4; font-size: .8rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.icon-button { flex: 0 0 auto; width: 2.65rem; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; color: white; background: rgba(255,255,255,.09); font-size: 1.7rem; line-height: 1; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.icon-button:hover { background: rgba(255,255,255,.17); transform: rotate(4deg); }
.lightbox__stage { position: relative; min-height: 0; display: grid; grid-template-columns: 4.5rem minmax(0,1fr) 4.5rem; align-items: center; background: radial-gradient(circle at 50% 45%,#342720 0,#17100d 68%); touch-action: pan-y; }
.lightbox__image-frame { min-width: 0; min-height: 0; height: 100%; display: grid; place-items: center; padding: 1.1rem; }
.lightbox__image-frame img { width: 100%; height: 100%; max-height: 100%; object-fit: contain; opacity: 1; transform: scale(1); transition: opacity .18s ease, transform .18s ease; }
.lightbox__image-frame img.is-loading { opacity: .28; transform: scale(.992); }
.lightbox__nav { align-self: stretch; min-width: 0; border: 0; color: white; background: linear-gradient(90deg,rgba(0,0,0,.22),transparent); font-family: var(--serif); font-size: 3.3rem; cursor: pointer; transition: background .2s ease, opacity .2s ease; }
.lightbox__nav--next { background: linear-gradient(270deg,rgba(0,0,0,.22),transparent); }
.lightbox__nav:hover:not(:disabled) { background-color: rgba(255,255,255,.05); }
.lightbox__nav:disabled { opacity: .18; cursor: default; }
.lightbox__thumbs { display: flex; gap: .55rem; min-height: 6.8rem; padding: .72rem .9rem .88rem; overflow-x: auto; overscroll-behavior-inline: contain; border-top: 1px solid rgba(255,255,255,.09); background: #261a15; scrollbar-color: #8e715d #261a15; }
.lightbox__thumb { flex: 0 0 5.25rem; height: 5.1rem; padding: .18rem; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: .62rem; background: #3a2a22; cursor: pointer; opacity: .56; transition: opacity .2s ease, border-color .2s ease, transform .2s ease; }
.lightbox__thumb:hover { opacity: .86; }
.lightbox__thumb.is-active { opacity: 1; border-color: #d4b893; transform: translateY(-2px); }
.lightbox__thumb img { width: 100%; height: 100%; object-fit: contain; border-radius: .4rem; }
@keyframes lightbox-in { from { opacity: 0; transform: translateY(8px) scale(.99); } to { opacity: 1; transform: none; } }

/* Reveal */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
    .site-header__inner { grid-template-columns: minmax(240px,1fr) auto; }
    .header-route { display: none; }
    .hero__grid { grid-template-columns: minmax(0,1fr) minmax(380px,.82fr); gap: 3rem; }
    .chamber-plan__rooms { grid-template-columns: repeat(4,1fr); }
    .plan-room { min-height: 190px; }
}

@media (max-width: 880px) {
    .site-header__inner { min-height: 4rem; }
    .nav-toggle { display: inline-flex; justify-self: end; }
    .site-nav { position: absolute; top: calc(100% + .45rem); left: 1rem; right: 1rem; padding: .75rem; visibility: hidden; opacity: 0; transform: translateY(-8px); border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,253,249,.985); box-shadow: var(--shadow-lg); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
    .site-nav.is-open { visibility: visible; opacity: 1; transform: none; }
    .site-nav ul { display: grid; gap: .15rem; }
    .site-nav a { padding: .8rem; border-radius: .65rem; }
    .site-nav a::after { display: none; }
    .site-nav a:hover, .site-nav a.is-active { background: var(--cream); }
    .hero { min-height: auto; }
    .hero__grid { grid-template-columns: 1fr; }
    .hero__content { max-width: 760px; }
    .hero-collage { min-height: 570px; max-width: 700px; width: 100%; margin-inline: auto; }
    .value-grid { grid-template-columns: 1fr; }
    .value-card { min-height: auto; }
    .value-card__number { margin-bottom: 1.6rem; }
    .profile__header { grid-template-columns: 120px minmax(0,1fr); }
    .profile__number { min-height: 120px; }
    .history__grid { grid-template-columns: .8fr 1fr; gap: 3rem; }
    .visit-grid { grid-template-columns: 1fr; }
    .visit-card, .map-consent { min-height: auto; }
    .map-consent { min-height: 520px; }
    .contact__grid { grid-template-columns: 1fr; }
    .contact-card { max-width: 660px; }
    .site-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
    .site-footer__grid > :last-child { grid-column: 2; }
}

@media (max-width: 720px) {
    :root { --shell: min(100% - 1.2rem,1180px); }
    html { scroll-padding-top: 6rem; }
    .section { padding: 4.2rem 0; }
    .section-heading--split { grid-template-columns: 1fr; gap: 1rem; }
    .brand__mark { width: 34px; height: 40px; }
    .brand__wording strong { font-size: 1.08rem; }
    .brand__wording small { font-size: .5rem; }
    .hero__grid { gap: 2.5rem; }
        .hero__details { grid-template-columns: 1fr; gap: .75rem; }
    .hero-collage { min-height: 440px; }
    .hero-collage__item { border-width: .3rem; }
    .hero-collage__seal { width: 6.8rem; }
    .status-legend { margin-top: -1.8rem; }
    .chamber-plan__rooms { grid-template-columns: repeat(2,1fr); }
    .plan-room { min-height: 175px; padding-top: 5rem; }
    .chamber-plan__hall { min-height: 205px; padding: .9rem 6.25rem .9rem .7rem; }
    .chamber-plan__posts { padding-inline: 2%; }
    .chamber-plan__main-entrance { width: 5.55rem; min-height: 8.35rem; padding-inline: .45rem; }
    .chamber-plan__main-entrance > span { width: 2.2rem; height: 2.6rem; }
    .chamber-plan__main-entrance strong { max-width: 4.45rem; font-size: .5rem; line-height: 1.12; letter-spacing: .04em; }
    .chamber-plan__main-entrance small { max-width: 4.4rem; font-size: .47rem; }
    .chamber-plan__opposite { grid-template-columns: 1fr auto; gap: .6rem; padding-left: .7rem; }
    .chamber-plan__opposite-label--right { display: none; }
    .chamber-plan__glass-door { min-width: 9rem; grid-template-columns: 2.2rem auto; column-gap: .45rem; padding-inline: .55rem; }
    .chamber-plan__glass-door i { width: 2.2rem; height: 3rem; }
    .plan-note { text-align: left; }
    .profile { padding: 1rem; border-radius: 1.3rem; }
    .profile__header { grid-template-columns: 1fr; gap: 1rem; }
    .profile__number { min-height: auto; min-width: 110px; width: fit-content; padding: .7rem 1rem; border-radius: 999px; font-family: var(--sans); font-size: .76rem; font-weight: 800; }
    .maker-grid { padding: 1.2rem 0; }
    .maker-card { grid-template-columns: 1fr; }
    .maker-card__portrait { position: relative; min-height: 0; overflow: hidden; aspect-ratio: 16/10; }
    .maker-card__portrait img { position: absolute; inset: .35rem; width: calc(100% - .7rem); height: calc(100% - .7rem); max-height: none; }
    .maker-card__zoom { opacity: 1; transform: none; }
    .gallery { grid-template-columns: repeat(2,1fr); grid-auto-rows: 150px; }
    .gallery__item, .gallery__item:nth-child(n) { grid-column: span 1; grid-row: span 1; }
    .gallery__item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
    .gallery__zoom { opacity: 1; transform: none; }
    .profile--empty { grid-template-columns: 70px 1fr; }
    .profile__empty-icon { width: 65px; }
    .history__grid { grid-template-columns: 1fr; }
    .history__visual { min-height: 430px; }
    .contact-card__directory a { grid-template-columns: 1fr auto; }
    .contact-card__directory span { grid-column: 1; }
    .contact-card__directory strong { grid-column: 1; }
    .contact-card__directory i { grid-column: 2; grid-row: 1 / span 2; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .site-footer__brand { grid-column: 1 / -1; }
    .site-footer__grid > :last-child { grid-column: auto; }
    .site-footer__bottom { flex-direction: column; }
    .legal-layout { grid-template-columns: 1fr; }
    .legal-aside { position: static; order: -1; }
    .lightbox { width: 100vw; height: 100dvh; max-height: none; border-radius: 0; }
    .lightbox__stage { grid-template-columns: 3.25rem minmax(0,1fr) 3.25rem; }
    .lightbox__image-frame { padding: .6rem; }
    .lightbox__thumbs { min-height: 6rem; }
    .lightbox__thumb { flex-basis: 4.5rem; height: 4.4rem; }
}

@media (max-width: 470px) {
    .brand__wording small { max-width: 145px; overflow: hidden; text-overflow: ellipsis; }
    .nav-toggle__label { display: none; }
    .hero-collage { min-height: 365px; }
    .hero-collage__item--1 { width: 66%; }
    .hero-collage__item--2 { width: 38%; }
    .hero-collage__item--3 { width: 40%; }
    .hero-collage__seal { width: 5.7rem; left: 38%; }
    .hero-collage__seal strong { font-size: .95rem; }
    .chamber-plan { padding: .85rem; border-radius: 1.25rem; }
    .chamber-plan__heading { align-items: flex-start; flex-direction: column; gap: .2rem; }
    .chamber-plan__heading small { line-height: 1.35; }
    .chamber-plan__hall { min-height: 190px; padding-right: 4.9rem; }
    .chamber-plan__hall-label span { font-size: 1.35rem; }
    .chamber-plan__main-entrance { width: 4.45rem; min-height: 7.7rem; }
    .chamber-plan__main-entrance > span { width: 1.9rem; height: 2.25rem; }
    .chamber-plan__main-entrance strong { max-width: 3.6rem; font-size: .45rem; }
    .chamber-plan__main-entrance small { display: none; }
    .chamber-plan__opposite { grid-template-columns: 1fr; padding: .65rem; }
    .chamber-plan__opposite-label { text-align: center; }
    .chamber-plan__glass-door { justify-self: center; min-width: 9.5rem; margin: 0 0 -.9rem; }
    .plan-room { min-height: 165px; border-radius: 4rem 4rem .7rem .7rem; }
    .plan-room strong { font-size: .82rem; }
    .gallery { grid-auto-rows: 120px; }
    .gallery-block__heading { align-items: flex-start; flex-direction: column; }
    .lightbox__bar { min-height: 4.15rem; padding-left: .75rem; }
    .lightbox__bar p { max-width: 62vw; font-size: .72rem; }
    .lightbox__stage { grid-template-columns: 2.7rem minmax(0,1fr) 2.7rem; }
    .lightbox__nav { font-size: 2.6rem; }
    .lightbox__thumbs { min-height: 5.35rem; padding: .55rem; }
    .lightbox__thumb { flex-basis: 3.9rem; height: 3.85rem; }
    .site-footer__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    [data-reveal] { opacity: 1; transform: none; }
}
