:root {
  --ink: #2b2b29;
  --muted: #716f69;
  --line: #dedcd4;
  --paper: #ffffff;
  --soft: #f6f7f3;
  --warm: #fbfaf7;
  --outer: #96958f;
  --sage: #8c9d86;
  --blue: #666666;
  --accent: rgb(248, 166, 30);
  --accent-deep: rgb(248, 166, 30);
  --shell-width: 1120px;
  --shell-pad: clamp(34px, 4.7vw, 56px);
  --shell-gap: clamp(22px, 3.5vw, 38px);
  --shell-radius: 8px;
  --footer-space: 86px;
  --header-space: 92px;
  --content-baseline-top: clamp(86px, 10vh, 120px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-space) + 24px);
  scroll-snap-type: y mandatory;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  margin: 0;
  padding-top: calc(var(--header-space) + var(--shell-gap));
  padding-bottom: calc(var(--footer-space) + var(--shell-gap));
  color: var(--ink);
  background: var(--outer);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
  overflow-x: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

body::before,
body::after {
  content: "";
  position: fixed;
  left: 0;
  width: 100%;
  pointer-events: none;
  background: var(--outer);
}

body::before {
  top: 0;
  height: calc(var(--shell-gap) + var(--header-space));
  z-index: 20;
}

body::after {
  bottom: 0;
  height: calc(var(--shell-gap) + var(--footer-space));
  z-index: 20;
}

main {
  width: min(var(--shell-width), calc(100% - 48px));
  min-height: calc(100vh - var(--header-space) - var(--footer-space));
  margin: 0 auto;
  background: var(--warm);
  border-radius: var(--shell-radius);
  box-shadow: 0 22px 54px rgba(43, 43, 41, 0.14);
}

.content-swap {
  min-height: 0;
  opacity: 1;
  filter: blur(0);
  transition: opacity 220ms ease, filter 220ms ease;
}

.content-swap.is-loading {
  opacity: 0.08;
  filter: blur(2px);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  left: 50%;
  top: var(--shell-gap);
  width: min(var(--shell-width), calc(100% - 48px));
  transform: translateX(-50%);
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px var(--shell-pad);
  background: var(--warm);
  border-bottom: 4px solid var(--accent);
  border-radius: var(--shell-radius) var(--shell-radius) 0 0;
  box-shadow: 0 10px 26px rgba(43, 43, 41, 0.07);
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: min(230px, 54vw);
  height: auto;
}

.nav-toggle {
  display: none;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border-radius: 3px;
  background: var(--accent);
}

.site-nav a {
  padding: 7px 9px;
  border-radius: 3px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 480;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav .is-current {
  color: var(--accent);
  background: var(--blue);
  outline: none;
}

.page-hero,
.content-layout,
.notice {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.home-hero,
.topic-section {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
}

.interiors {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
}

.home-hero {
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(36px, 7vw, 90px);
  align-items: center;
  padding: clamp(52px, 8vw, 96px) 0;
}

.home-intro {
  min-height: clamp(480px, 62vh, 650px);
  grid-template-columns: minmax(0, 650px);
  justify-content: center;
  align-content: center;
  padding: clamp(58px, 7vh, 82px) 0 clamp(34px, 5vh, 56px);
}

.home-intro .hero-copy {
  text-align: left;
}

.intro-text {
  max-width: 620px;
  margin-top: 26px;
  color: var(--ink);
  font-size: clamp(0.96rem, 1.2vw, 1.04rem);
  line-height: 1.48;
}

.intro-text p {
  margin: 0 0 18px;
}

.intro-text p:last-child {
  margin-bottom: 0;
}

.kicker {
  margin: 0 0 8px;
  color: var(--accent-deep);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  line-height: 1;
  font-weight: 760;
}

h1 {
  font-size: clamp(1.82rem, 4.15vw, 3.35rem);
  letter-spacing: 0;
}

.home-brand-title {
  display: grid;
  gap: 3px;
  max-width: 560px;
  justify-items: center;
  text-align: center;
}

.home-brand-title span {
  color: #111;
  font-size: clamp(1.8rem, 4.2vw, 3.05rem);
  line-height: 0.98;
  font-weight: 830;
}

.home-brand-title small {
  color: #111;
  font-size: clamp(0.95rem, 1.45vw, 1.25rem);
  line-height: 1.1;
  font-weight: 520;
}

.home-brand-title em {
  margin-top: 8px;
  color: #81817c;
  font-size: clamp(1.28rem, 2.6vw, 2rem);
  line-height: 1;
  font-style: normal;
  font-weight: 820;
}

h2 {
  font-size: clamp(1.55rem, 3.1vw, 2.55rem);
}

.hero-copy > p:not(.kicker),
.page-hero > p:not(.kicker) {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(0.96rem, 1.45vw, 1.08rem);
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-actions a,
.action-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 0;
  border-radius: 4px;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.map-card {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(260px, 1.14fr);
  gap: 16px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.map-card h2 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2.35vw, 1.9rem);
}

.map-card p {
  margin: 0 0 11px;
}

.map-card iframe {
  width: 100%;
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--soft);
}

.hero-actions a + a,
.action-link {
  background: var(--blue);
}

.hero-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--soft);
  border: 1px solid var(--line);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: grayscale(0.25) contrast(0.95);
}

.hero-visual.is-placeholder {
  display: grid;
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), transparent 34%),
    linear-gradient(135deg, rgba(83, 109, 134, 0.2), rgba(140, 157, 134, 0.22)),
    repeating-linear-gradient(90deg, rgba(36, 36, 36, 0.05), rgba(36, 36, 36, 0.05) 1px, transparent 1px, transparent 72px),
    repeating-linear-gradient(0deg, rgba(36, 36, 36, 0.04), rgba(36, 36, 36, 0.04) 1px, transparent 1px, transparent 72px),
    #f4f7f2;
}

.hero-visual.is-placeholder::before {
  content: "";
  align-self: center;
  justify-self: center;
  width: 46%;
  aspect-ratio: 1 / 1.35;
  border: 1px solid rgba(83, 109, 134, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.28)),
    linear-gradient(90deg, transparent 49%, rgba(83, 109, 134, 0.24) 49%, rgba(83, 109, 134, 0.24) 51%, transparent 51%);
  box-shadow: 0 24px 60px rgba(36, 36, 36, 0.1);
}

.hero-visual span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 7px 10px;
  background: rgba(36, 36, 36, 0.72);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.notice {
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.notice p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
}

.topic-section,
.interiors {
  padding: clamp(46px, 6.8vw, 82px) 0 0;
}

.interiors {
  padding-top: 0;
  padding-bottom: clamp(36px, 5.5vw, 68px);
}

.interiors .section-head {
  margin-bottom: 12px;
}

.interiors h2 {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.interior-note {
  max-width: 460px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.42;
}

.section-head {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(32px, 6vw, 76px);
  row-gap: 0;
  border-top: 1px solid var(--line);
}

.topic-link {
  display: grid;
  grid-template-columns: minmax(160px, 0.7fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 0;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: inherit;
  text-decoration: none;
}

.topic-link:hover,
.topic-link:focus-visible {
  color: var(--accent);
  outline: none;
}

.topic-link span {
  display: inline-flex;
  min-height: 42px;
  align-items: flex-start;
  width: min(100%, 185px);
  padding: 8px 9px;
  background: var(--accent);
  color: #fff;
  font-size: 1rem;
  line-height: 1.14;
  font-weight: 800;
}

.topic-link small {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.image-slots {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  overflow: visible;
}

.image-slots figure {
  position: relative;
  margin: 0;
  background: transparent;
  z-index: 1;
}

.image-slots figure[hidden] {
  display: none;
}

.interior-card {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform-origin: center;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

@media (hover: hover) {
  .interior-card:hover,
  .interior-card:focus-visible {
    position: relative;
    z-index: 5;
    transform: scale(1.42);
    box-shadow: 0 18px 42px rgba(43, 43, 41, 0.28);
    outline: none;
  }
}

.interior-card.is-active {
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 22px rgba(43, 43, 41, 0.16);
}

.image-slots img,
.image-slots span {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.image-slots span {
  display: block;
  border: 1px solid var(--line);
  background: var(--soft);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 62px);
  background: rgba(20, 20, 18, 0.74);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-lightbox__stage {
  position: relative;
  display: grid;
  place-items: center;
  width: min(1120px, 92vw);
  max-height: 86vh;
  margin: 0;
}

.gallery-lightbox img {
  display: block;
  width: 100%;
  max-height: 86vh;
  object-fit: contain;
  background: #222;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  cursor: pointer;
  touch-action: pan-y;
  user-select: none;
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
  position: absolute;
  border: 0;
  border-radius: 999px;
  background: rgba(102, 102, 102, 0.9);
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.gallery-lightbox__close {
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  font-size: 1.25rem;
}

.gallery-lightbox__nav {
  top: 50%;
  width: 58px;
  height: 58px;
  transform: translateY(-50%);
}

.gallery-lightbox__nav:hover,
.gallery-lightbox__close:hover,
.gallery-lightbox__nav:focus-visible,
.gallery-lightbox__close:focus-visible {
  background: var(--accent);
  color: #222;
  transform: translateY(-50%) scale(1.06);
  outline: none;
}

.gallery-lightbox__close:hover,
.gallery-lightbox__close:focus-visible {
  transform: scale(1.06);
}

.gallery-lightbox__prev {
  left: 12px;
}

.gallery-lightbox__next {
  right: 12px;
}


.page-hero {
  padding: 0 0 clamp(24px, 4vw, 44px);
}

.flow-topic {
  min-height: calc(100vh - var(--footer-space) - var(--header-space));
  scroll-margin-top: calc(var(--header-space) + 24px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--content-baseline-top) 0 calc(var(--footer-space) + clamp(72px, 10vh, 118px));
  opacity: 0;
  transform: none;
  transition: opacity 520ms ease;
}

.flow-topic.is-visible {
  opacity: 1;
  transform: none;
}

.flow-topic + .flow-topic {
  border-top: 1px solid rgba(221, 226, 217, 0.72);
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(230px, 300px);
  gap: clamp(24px, 4.5vw, 54px);
  align-items: start;
  width: auto;
  margin-left: var(--shell-pad);
  margin-right: var(--shell-pad);
  padding-bottom: clamp(48px, 7vw, 88px);
}

.content-swap {
  min-width: 0;
}

.content-layout .page-hero,
.content-layout .content-main {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.content-main {
  max-width: 680px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: clamp(0.95rem, 1.2vw, 1.03rem);
  line-height: 1.54;
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.content-main p {
  margin: 0 0 14px;
}

.content-main * {
  white-space: normal;
}

.clean-list {
  margin: 0;
  padding-left: 1.1em;
}

.clean-list li + li {
  margin-top: 10px;
}

.pending {
  color: var(--accent);
  font-weight: 700;
}

.legal-intro {
  max-width: 560px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.96em;
  line-height: 1.5;
}

.legal-profile {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(220px, 0.72fr);
  gap: clamp(22px, 4vw, 44px);
  max-width: 660px;
  margin: 0 0 28px;
  padding: 22px 0 24px;
  border-top: 4px solid var(--accent);
  border-bottom: 1px solid var(--line);
}

.legal-profile h2 {
  margin: 0 0 9px;
  font-size: clamp(1.35rem, 2.4vw, 1.86rem);
  line-height: 1.02;
}

.legal-profile p {
  margin-bottom: 10px;
}

.legal-contact {
  color: var(--muted);
  font-size: 0.94em;
}

.legal-block {
  max-width: 620px;
  display: grid;
  grid-template-columns: minmax(150px, 0.46fr) minmax(0, 1fr);
  column-gap: clamp(18px, 3.8vw, 38px);
  padding: 18px 0 4px;
  border-top: 1px solid var(--line);
}

.legal-block:first-child {
  padding-top: 0;
  border-top: 0;
}

.legal-block + .legal-block {
  margin-top: 16px;
}

.legal-block h2 {
  grid-column: 1;
  margin: 0;
  color: var(--ink);
  font-size: clamp(0.98rem, 1.32vw, 1.16rem);
  line-height: 1.12;
  font-weight: 800;
}

.legal-block p {
  grid-column: 2;
  max-width: 430px;
  margin-bottom: 11px;
}

.legal-block strong {
  font-weight: 800;
}

.related {
  position: fixed;
  top: calc(var(--header-space) + var(--content-baseline-top));
  right: max(var(--shell-pad), calc((100vw - var(--shell-width)) / 2 + var(--shell-pad)));
  z-index: 30;
  width: min(300px, 23vw);
  max-height: calc(100vh - var(--header-space) - var(--content-baseline-top) - var(--footer-space) - 24px);
  overflow: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(0);
  opacity: 1;
  transition: opacity 220ms ease;
}

body.is-scrolling .related {
  opacity: 1;
  transform: none;
  background: transparent;
}

body.is-scrolling .related details:not([open]) {
  opacity: 1;
}

body.is-scrolling .related details[open] {
  opacity: 1;
}

.related h2 {
  margin: 0 0 11px;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 520;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.related details {
  border-top: 1px solid var(--line);
  opacity: 1;
  transition: opacity 220ms ease;
}

.related details:last-child {
  border-bottom: 1px solid var(--line);
}

.related summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  cursor: pointer;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 520;
  letter-spacing: 0.04em;
  list-style: none;
  text-transform: uppercase;
}

.related summary::-webkit-details-marker {
  display: none;
}

.related summary::after {
  content: "+";
  color: var(--accent-deep);
  font-size: 1.25rem;
  line-height: 1;
}

.related details[open] summary {
  color: var(--ink);
}

.related details[open] summary::after {
  content: "-";
}

.related details div {
  display: grid;
  gap: 2px;
  padding: 0 0 10px;
}

.related a {
  padding: 6px 0;
  border-radius: 0;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 520;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.related a:hover,
.related a:focus-visible,
.related a.is-current {
  background: transparent;
  color: var(--accent-deep);
  outline: none;
}

.related a.is-current {
  box-shadow: inset 4px 0 0 var(--accent);
  padding-left: 10px;
  font-weight: 560;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 24px;
}

.contact-note {
  max-width: 640px;
  margin: 0 0 24px;
  padding: 18px 20px;
  border-left: 5px solid var(--accent);
  background: #f0f1ed;
}

.contact-note h2 {
  margin: 0 0 12px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.contact-note p:last-child {
  margin-bottom: 0;
}

.fachlinks {
  max-width: 640px;
  margin: 0 0 24px;
  padding: 18px 20px;
  border-left: 5px solid var(--accent);
  background: #fff;
}

.fachlinks h2 {
  margin: 0 0 12px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.fachlinks p {
  margin: 0 0 9px;
}

.fachlinks p:last-child {
  margin-bottom: 0;
}

.fachlinks a:not(.action-link) {
  display: inline-block;
  color: var(--blue);
  font-weight: 800;
  line-height: 1.35;
}

.site-footer {
  position: fixed;
  left: 50%;
  width: min(var(--shell-width), calc(100% - 48px));
  bottom: var(--shell-gap);
  transform: translateX(-50%);
  z-index: 30;
  display: flex;
  justify-content: center;
  gap: clamp(16px, 4vw, 42px);
  padding: 16px var(--shell-pad);
  border-top: 4px solid var(--accent);
  border-radius: 0 0 var(--shell-radius) var(--shell-radius);
  background: #666666;
  color: #bfc0ba;
  text-align: center;
  box-shadow: none;
}

.site-footer p {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 480;
  line-height: 1.25;
  text-transform: uppercase;
}

.site-footer a {
  color: var(--accent);
  font-weight: 560;
}

.site-footer strong {
  color: #d8d8d2;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
    min-height: 38px;
    align-items: center;
    padding: 7px 12px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #fff;
    color: var(--blue);
    font: inherit;
    font-size: 0.78rem;
    font-weight: 560;
    text-transform: uppercase;
  }

  .site-nav {
    display: none;
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
  }

  .site-nav.is-open {
    display: flex;
  }

  .home-hero,
  .content-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 340px;
  }

  .hero-visual img {
    min-height: 340px;
  }

  .topic-grid {
    grid-template-columns: 1fr 1fr;
  }

  .related {
    position: static;
    width: auto;
    max-height: none;
    overflow: visible;
  }

  .flow-topic {
    min-height: auto;
    justify-content: flex-start;
    padding: clamp(54px, 10vh, 88px) 0 calc(var(--footer-space) + clamp(64px, 10vh, 104px));
  }
}

@media (max-width: 620px) {
  :root {
    --footer-space: 0px;
    --shell-gap: 0px;
    --shell-radius: 0px;
  }

  main,
  .site-header,
  .site-footer {
    width: 100%;
  }

  .home-hero,
  .page-hero,
  .topic-section,
  .interiors,
  .content-layout,
  .notice {
    width: min(100% - 28px, 1120px);
  }

  .brand img {
    width: min(240px, 70vw);
  }

  .topic-grid,
  .contact-grid,
  .map-card {
    grid-template-columns: 1fr;
  }

  .image-slots {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  .image-slots figure {
    flex: 0 0 min(72vw, 360px);
    scroll-snap-align: center;
  }

  .gallery-lightbox {
    padding: 18px;
  }

  .gallery-lightbox__stage {
    width: 100%;
  }

  .gallery-lightbox__prev {
    left: 8px;
  }

  .gallery-lightbox__next {
    right: 8px;
  }

  .gallery-lightbox__close {
    top: 8px;
    right: 8px;
  }

  .home-brand-title span {
    font-size: clamp(1.35rem, 6.2vw, 1.75rem);
    white-space: nowrap;
  }

  .home-brand-title small {
    font-size: clamp(0.78rem, 3.8vw, 0.95rem);
  }

  .home-brand-title em {
    font-size: clamp(1.12rem, 5.4vw, 1.45rem);
  }

  .topic-link {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .legal-profile,
  .legal-block {
    grid-template-columns: 1fr;
  }

  .legal-block h2,
  .legal-block p {
    grid-column: 1;
  }

  .legal-block h2 {
    margin-bottom: 8px;
  }

  .site-footer {
    position: static;
    transform: none;
    display: grid;
    margin: 0 auto;
  }

  body::before,
  body::after {
    display: none;
  }
}

@media (max-width: 920px) and (orientation: landscape) {
  .image-slots {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 52vh;
    overflow-y: auto;
    overflow-x: visible;
    scroll-snap-type: y proximity;
  }

  .image-slots figure {
    flex: none;
    scroll-snap-align: start;
  }
}
