@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #f3efe6;
  --sheet: #fffdf8;
  --ink: #1c1914;
  --muted: #5e584e;
  --line: #e3d8c8;
  --rust: #8c3a2f;
  --pine: #1e3a34;
  --pine-2: #2c5248;
  --moss: #d7e4d4;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", "Segoe UI", sans-serif;
  --gutter: 0.75rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

html[lang="de"] .en,
html[lang="en"] .de {
  display: none !important;
}

html {
  background: #e6dfd0;
}

body {
  margin: 0;
  background:
    radial-gradient(ellipse 90% 42% at 50% -8%, rgb(30 58 52 / 0.14), transparent 58%),
    radial-gradient(ellipse 40% 28% at 100% 8%, rgb(228 180 35 / 0.16), transparent 55%),
    linear-gradient(180deg, #f8f4ec 0%, #f3efe6 32%, #e8e0d2 100%);
  background-attachment: fixed;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.5;
  overflow-x: clip;
}

html.guide-open,
html.guide-open body {
  overflow: hidden;
  height: 100%;
}

img {
  max-width: 100%;
}

a {
  color: var(--rust);
}

a:hover {
  color: var(--pine);
}

:focus-visible {
  outline: 2px solid var(--rust);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: var(--gutter);
  top: -3rem;
  background: var(--sheet);
  padding: 0.4rem 0.7rem;
  z-index: 5;
}

.skip:focus {
  top: 0.4rem;
}

.wrap {
  width: min(72rem, calc(100% - 1.5rem));
  margin-inline: auto;
}

.site-header {
  background: transparent;
  color: #f6f3ec;
  padding-top: 16px;
}

.header-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 64px;
  background: var(--pine);
  border-radius: 20px;
  padding-inline: 8px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #f6f3ec;
  text-decoration: none;
  margin-right: auto;
}

.brand:hover,
.brand:hover .brand-name,
.brand:hover .brand-by {
  color: #f6f3ec;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: block;
  flex: none;
  object-fit: cover;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1;
}

.brand-name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.brand-by {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.8;
  line-height: 1.3;
}

.nav-desk,
.nav-mobile {
  display: flex;
  gap: 0.35rem 1rem;
}

.nav-desk a,
.nav-mobile a,
.nav-desk a:hover,
.nav-mobile a:hover {
  color: #f6f3ec;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.nav-desk a.is-active,
.nav-mobile a.is-active {
  box-shadow: inset 0 -2px 0 var(--moss);
}

.nav-mobile {
  display: none;
  flex-direction: column;
  padding: 0 0 0.9rem;
  border-top: 1px solid rgb(255 255 255 / 0.12);
}

.site-header.is-open .nav-mobile {
  display: flex;
  background: var(--pine);
  border-radius: 0 0 20px 20px;
  margin-top: -12px;
  padding: 20px 16px 12px;
}

.site-header.is-open .header-bar {
  border-radius: 20px 20px 0 0;
}

.menu-btn,
.lang button,
.btn,
.pin,
.filter-reset,
.sense-bar button,
.switch-bar button,
.seg-bar button {
  font: inherit;
  cursor: pointer;
}

.menu-btn {
  display: none;
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgb(255 255 255 / 0.35);
  border-radius: 12px;
  background: transparent;
  padding: 0.45rem;
  flex-direction: column;
  justify-content: space-between;
}

.menu-btn span {
  display: block;
  height: 2px;
  background: #f6f3ec;
}

.lang {
  display: flex;
  flex: none;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgb(255 255 255 / 0.35);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.08);
}

.lang button {
  background: transparent;
  color: #f6f3ec;
  border: 0;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.lang button.is-on {
  background: #f6f3ec;
  color: var(--pine);
}

.kicker {
  margin: 0 0 0.35rem;
  color: var(--rust);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 0.6rem;
  overflow-wrap: break-word;
}

h1 {
  font-size: clamp(2rem, 4vw, 3.15rem);
}

h2 {
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
}

.lede,
.muted {
  color: var(--muted);
}

.lede {
  font-size: 1.12rem;
  max-width: 40rem;
}

.gate {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.15fr);
  gap: var(--gutter);
  align-items: stretch;
  padding: 1.25rem 0 0.5rem;
}

.gate > *,
.dossier > *,
.compare-grid > *,
.contact-split > *,
.contact-page > * {
  min-width: 0;
}

.gate-copy {
  background: var(--sheet);
  border: 1px solid var(--line);
  padding: 1.15rem 1.15rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.btn-row,
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.btn {
  display: inline-block;
  text-decoration: none;
  border: 1px solid var(--pine);
  border-radius: 12px;
  padding: 0.55rem 0.9rem;
  color: var(--pine);
  background: transparent;
  font-weight: 600;
}

.btn-solid {
  background: var(--rust);
  border-color: var(--rust);
  color: #fffdf8;
}

.btn-solid:hover {
  color: #fffdf8;
  background: #732f26;
}

.pin {
  border: 1px solid var(--pine);
  background: transparent;
  color: var(--pine);
  padding: 0.55rem 0.9rem;
  font-weight: 600;
}

.pin .on {
  display: none;
}

.pin.is-on .off {
  display: none;
}

.pin.is-on .on {
  display: inline;
}

.pin.is-on {
  background: var(--pine);
  color: #f6f3ec;
}

.frame {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ddd4c6;
}

.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fact-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 0.75rem 0 0;
}

.fact-row div {
  padding: 0.85rem 0.75rem 0.85rem 0;
}

.fact-row b {
  display: block;
  font-family: var(--serif);
  font-size: 1.25rem;
}

.fact-row span {
  color: var(--muted);
  font-size: 0.92rem;
}

.section {
  padding: 40px 0;
}

.hero {
  padding-top: 16px;
}

.hero-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 24px 20px;
  background: linear-gradient(to top, rgb(20 16 12 / 0.78), rgb(20 16 12 / 0));
  color: #f6f3ec;
}

.hero-copy .kicker {
  color: #f0d48a;
}

.hero-copy h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  max-width: 16ch;
  margin: 0 0 8px;
}

.hero-copy .lede {
  color: #f6f3ec;
  font-size: 16px;
  line-height: 1.45;
  max-width: 38rem;
  margin: 0;
}

.guide-list {
  display: grid;
  gap: 24px;
  margin-top: 0;
}

.guide-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 16px;
  padding: 16px;
  background: var(--sheet);
  border: 1px solid var(--line);
  border-radius: 20px;
  min-width: 0;
  align-items: stretch;
  overflow: hidden;
}

.guide-copy {
  padding: 12px 8px 12px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.guide-meta {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}

.guide-copy h3 {
  font-size: 32px;
  line-height: 1.15;
  margin: 0;
}

.guide-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.issue-flag {
  margin: 0;
  background: #c5362b;
  color: #fffdf8;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.guide-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
  width: 100%;
}

.read-time {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}

.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pills li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.2;
  background: #fff;
}

.btn-guide {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  background: #c5362b;
  color: #fffdf8;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  padding: 12px 18px;
  text-decoration: none;
  cursor: pointer;
}

.btn-guide:hover {
  background: #a82d24;
  color: #fffdf8;
}

.guide-media {
  position: relative;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  align-self: start;
}

.guide-media .frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
}

.guide-media .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.guide-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #f0c14a;
  color: #1c1914;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 8px 10px;
}

.guide-dialog {
  position: relative;
  overscroll-behavior: contain;
  width: min(40rem, calc(100vw - 32px));
  max-height: min(88vh, 52rem);
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: var(--sheet);
  color: var(--ink);
  overflow: auto;
}

.guide-dialog::backdrop {
  background: rgb(28 25 20 / 0.55);
}

.guide-dialog .frame {
  border-radius: 0;
  aspect-ratio: 16 / 7;
}

.guide-dialog-body {
  padding: 24px 24px 32px;
}

.guide-dialog-body h2 {
  font-size: 32px;
  margin: 8px 0 16px;
}

.guide-dialog-body h3 {
  font-size: 20px;
  margin: 24px 0 8px;
  padding-left: 12px;
  border-left: 3px solid var(--rust);
}

.guide-dialog-body p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.55;
}

.guide-dialog-body a,
.thread a {
  font-weight: 600;
}

.guide-close {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #fffdf8;
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.guide-dialog-photo {
  position: relative;
}

@media (min-width: 900px) {
  .hero-frame {
    aspect-ratio: 16 / 7;
  }

  .hero-copy {
    padding: 40px;
  }
}

@media (max-width: 800px) {
  .guide-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-media {
    order: -1;
    align-self: auto;
  }

  .guide-media .frame {
    aspect-ratio: 16 / 10;
  }

  .btn-guide {
    width: 100%;
  }
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: var(--gutter);
  align-items: end;
  margin-bottom: 1rem;
}

.section-head p:last-child {
  max-width: 26rem;
  margin: 0;
}

.panel,
.card,
.score-chip,
.note,
.sub-col,
.desk-card,
.thread,
.compare-card,
.faq-list {
  background: var(--sheet);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.panel {
  padding: 0.85rem;
}

.sense-bar,
.switch-bar,
.seg-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.sense-bar button,
.switch-bar button,
.seg-bar button {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 8px 14px;
  color: var(--ink);
}

.sense-bar button.is-on,
.switch-bar button.is-on,
.seg-bar button.is-on {
  background: var(--pine);
  color: #f6f3ec;
  border-color: var(--pine);
}

.sense-panel h3 {
  margin-top: 0.8rem;
}

.bars {
  display: grid;
  gap: 0.45rem;
}

.bar-row {
  display: grid;
  grid-template-columns: 9.5rem minmax(0, 1fr) 4.5rem;
  gap: 0.6rem;
  align-items: center;
}

.bar {
  height: 0.55rem;
  background: #e7dfd2;
}

.bar span {
  display: block;
  height: 100%;
  background: var(--pine);
}

.bar-row b {
  font-size: 0.85rem;
  font-weight: 600;
  text-align: right;
}

.switch-line {
  display: flex;
  justify-content: space-between;
  gap: var(--gutter);
  align-items: center;
  margin-bottom: 0.4rem;
}

.home-count,
.filter-count {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.dossier {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) minmax(0, 1.05fr);
  gap: var(--gutter);
  align-items: start;
  padding: 0.9rem 0;
  border-top: 1px solid var(--line);
}

.dossier-index {
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--rust);
  margin: 0;
}

.meta,
.ref-note,
.hint,
.updated {
  color: var(--muted);
  font-size: 0.92rem;
}

.spec-list {
  margin: 0.4rem 0 0.8rem;
  padding-left: 1.1rem;
}

.bill-grid,
.score-grid,
.note-list,
.desk-tease,
.route-facts {
  display: grid;
  gap: var(--gutter);
}

.bill-grid,
.score-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.note-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.desk-tease {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sub-col,
.score-chip,
.note,
.desk-card {
  padding: 0.9rem 1rem;
}

.desk-card {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  border-radius: 16px;
  padding: 16px;
}

.desk-card h3,
.desk-card p {
  margin: 0;
}

.note-band {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
  background: var(--sheet);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
}

.note-band h2,
.note-band p {
  margin: 0 0 8px;
}

.note-band .form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.note-band .form label:nth-child(3),
.note-band .form .hint,
.note-band .form button {
  grid-column: 1 / -1;
}

.note-band .form button {
  width: 100%;
}

#desk .section-head {
  display: block;
}

#desk .section-head p:last-child {
  max-width: none;
  margin-top: 8px;
}

.page-widget {
  margin: 0 0 8px;
  background: var(--sheet);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px 24px;
}

.page-widget h2 {
  font-size: 22px;
  margin: 0 0 8px;
}

.page-widget p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.widget-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.widget-row a,
.widget-row div {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  color: inherit;
  text-decoration: none;
  background: #fff;
}

.widget-row strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.widget-row strong span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.widget-row span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.desk-card:hover {
  border-color: var(--rust);
}

.faq-item {
  border-top: 1px solid var(--line);
}

.faq-item:first-child {
  border-top: 0;
}

.faq-list {
  padding: 8px 20px 12px;
}

.faq-item button {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 600;
  padding: 0.8rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  color: inherit;
}

.faq-item .answer {
  display: none;
  padding: 0 0 0.8rem;
  color: var(--muted);
}

.faq-item.is-open .answer {
  display: block;
}

.contact-split,
.contact-page {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 16px;
  align-items: stretch;
}

.contact-page > .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-page .form-light {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.contact-page .form-light button {
  margin-top: auto;
  width: 100%;
  border-radius: 12px;
}

.desk-hero,
.desk-second .desk-narrow,
.desk-narrow {
  text-align: left;
}

.desk-hero {
  padding: 40px 0 8px;
}

.desk-narrow .lede {
  margin-inline: 0;
}

.desk-pill {
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f0c14a;
  color: #1c1914;
  font-size: 13px;
  font-weight: 700;
}

.desk-pill-solid {
  background: #c5362b;
  color: #fffdf8;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
}

.desk-hero h1 em,
.desk-second h2 em {
  font-style: normal;
  color: inherit;
}

.desk-reply {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.desk-reply::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: #c5362b;
  vertical-align: middle;
}

.desk-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 24px;
}

.desk-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e7c96a;
  border-radius: 999px;
  background: #fffdf8;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 16px;
}

.desk-chip:hover {
  border-color: var(--rust);
  color: var(--rust);
}

.desk-second {
  padding: 24px 0 40px;
}

.desk-second h2 {
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
}

.desk-info h3,
.desk-form h3 {
  margin-bottom: 16px;
}

.desk-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.desk-row p {
  margin: 0 0 4px;
}

.desk-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.desk-ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #c5362b;
  color: #fffdf8;
  display: grid;
  place-items: center;
  font-size: 16px;
}

.desk-extra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
  align-items: stretch;
}

.desk-extra > .card {
  margin: 0;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.desk-map {
  gap: 12px;
}

.desk-map iframe,
.desk-map-slot iframe {
  width: 100%;
  flex: 1 1 auto;
  min-height: 240px;
  border: 0;
  border-radius: 12px;
  display: block;
}

.desk-map p {
  margin: 0;
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.desk-quick {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  text-align: left;
}

.desk-quick .desk-pill {
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  margin: 0;
}

.desk-quick > p:last-of-type,
.desk-quick h3 {
  margin: 0;
}

.desk-quick h3 {
  font-size: 22px;
}

.desk-quick > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.desk-links {
  display: grid;
  gap: 12px;
  width: 100%;
  margin-top: auto;
}

.desk-links a {
  display: block;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  color: inherit;
  text-decoration: none;
}

.desk-links a:hover {
  border-color: var(--rust);
}

.desk-links strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  color: var(--ink);
}

.desk-links a > span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}

.desk-form .form-light textarea {
  min-height: 8rem;
  resize: vertical;
}

@media (max-width: 800px) {
  .desk-extra {
    grid-template-columns: 1fr;
  }
}

.form-name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

@media (max-width: 640px) {
  .form-name {
    grid-template-columns: 1fr;
  }
}

.form label,
.form-light label {
  display: grid;
  gap: 0.25rem;
  font-weight: 600;
}

input,
textarea {
  font: inherit;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  width: 100%;
}

.form button,
.form-light button,
.cookie-actions .btn {
  justify-self: start;
}

.hidden,
[hidden] {
  display: none !important;
}

.site-footer {
  background: var(--pine);
  color: #f6f3ec;
  padding: 2rem 0 1.4rem;
  margin-top: 1rem;
}

.site-footer a {
  color: #f6f3ec;
}

.footer-brand {
  margin-bottom: 1.25rem;
}

.site-footer .brand,
.site-footer .brand:hover,
.site-footer .brand .brand-name,
.site-footer .brand .brand-by {
  color: #f6f3ec;
}

.footer-cols {
  display: grid;
  grid-template-columns: 1.3fr 1fr 0.8fr;
  gap: var(--gutter);
  align-items: start;
}

.footer-cols h2 {
  margin: 0 0 0.55rem;
}

.footer-cols p {
  margin: 0;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}

.legal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.9rem;
}

.legal-row {
  border-top: 1px solid rgb(255 255 255 / 0.15);
  margin-top: 1.2rem;
  padding-top: 0.8rem;
}

.legal-row button {
  background: none;
  border: 0;
  color: #f6f3ec;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}

.footer-tag {
  font-size: 0.88rem;
  opacity: 0.85;
}

.cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--sheet);
  border-top: 1px solid var(--line);
  padding: 1.15rem 0 calc(1.25rem + env(safe-area-inset-bottom, 0px));
  transform: translateY(110%);
  z-index: 6;
}

.cookie.is-visible {
  transform: translateY(0);
}

.cookie-inner {
  width: min(72rem, calc(100% - 1.5rem));
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: center;
  padding: 0.35rem 0;
}

.cookie h2 {
  font-size: 1.15rem;
  line-height: 1.35;
  margin: 0 0 0.35rem;
}

.cookie p {
  margin: 0;
  line-height: 1.45;
  padding-bottom: 0.15rem;
}

.film-list {
  display: grid;
  gap: 28px;
}

.film-card {
  display: grid;
  gap: 10px;
}

.film-card h2 {
  margin-top: 0;
}

.film-card p {
  margin: 0;
}

.film-card p + p {
  margin-top: 8px;
}

.film-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #1e3a34;
  border-radius: 16px;
  overflow: hidden;
}

.film-frame iframe,
.film-frame button {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #1e3a34;
  cursor: pointer;
}

.film-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.film-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fffdf8;
  color: #1c1914;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 600;
}
.page-top {
  padding: 1.4rem 0 0.2rem;
}

.page-top h1,
.legal-article h1 {
  max-width: none;
}

.filter-board {
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 0 0, rgb(228 180 35 / 0.18), transparent 28%),
    var(--sheet);
  border-radius: 20px;
  padding: 24px;
  display: grid;
  gap: 18px;
  margin-bottom: 16px;
}

.filter-live {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.25;
}

.filter-picks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-picks li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.85rem;
}

.filter-board .seg-bar {
  gap: 8px;
}

.filter-board .seg-bar button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 12px 8px 8px;
  background: #fff;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.filter-board .seg-bar button:hover {
  transform: translateY(-1px);
  border-color: var(--pine-2);
}

.filter-board .seg-bar button.is-on {
  background: var(--pine);
  color: #f6f3ec;
  border-color: var(--pine);
}

.filter-board .seg-bar button:disabled {
  opacity: 0.38;
  transform: none;
  cursor: default;
}

.filter-ico {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--moss);
  color: var(--pine);
  flex: none;
}

.filter-board .seg-bar button.is-on .filter-ico {
  background: rgb(255 255 255 / 0.16);
  color: #f6f3ec;
}

.filter-ico svg {
  width: 16px;
  height: 16px;
  display: block;
}

.chip-n {
  min-width: 1.1rem;
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.75;
}

.guide-list .guide-card.is-in {
  animation: card-in 0.35s ease;
}

@keyframes card-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.filter-deck {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.filter-board .seg-field {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 14px 14px;
  cursor: grab;
  width: 100%;
}

.filter-board .seg-field.is-dragging {
  opacity: 0.45;
}

.filter-board .seg-field p {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rust);
}

.filter-picks {
  display: none;
}

.more-orb {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: left;
}

.more-orb-disc {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--rust);
  color: #fff;
  display: grid;
  place-items: center;
  flex: none;
  transition: transform 0.2s ease;
}

.more-orb-disc svg {
  width: 26px;
  height: 26px;
}

.more-orb:hover .more-orb-disc {
  transform: translateX(4px);
}

.more-orb-copy {
  display: grid;
  gap: 2px;
}

.more-orb-copy strong {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 600;
}

.more-orb-copy small {
  color: var(--muted);
  font-size: 0.9rem;
}

.walk-board {
  border: 1px solid var(--line);
  background: var(--sheet);
  border-radius: 20px;
  overflow: hidden;
}

.walk-head {
  padding: 22px 24px 0;
}

.walk-head h2 {
  max-width: 18ch;
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.walk-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}

.walk-rail {
  display: grid;
  border-right: 1px solid var(--line);
}

.walk-rail button {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 72px;
  padding: 12px 16px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.walk-rail button:last-child {
  border-bottom: 0;
}

.walk-rail button.is-on {
  background: #f7f1e4;
}

.walk-rail b {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line);
  flex: none;
  font-size: 0.95rem;
}

.walk-rail button.is-on b {
  background: var(--pine);
  color: #f6f3ec;
  border-color: var(--pine);
}

.walk-rail strong,
.walk-rail small {
  display: block;
}

.walk-rail small {
  color: var(--muted);
  font-size: 0.85rem;
}

.walk-detail {
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.walk-detail h3 {
  margin: 0 0 8px;
  font-size: 1.7rem;
}

.walk-detail p {
  margin: 0;
}

.walk-count {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.walk-count strong {
  font-family: var(--serif);
  font-size: 2.4rem;
  line-height: 1;
  color: var(--rust);
}

.walk-base {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, minmax(0, 0.5fr));
  gap: 0;
  border-top: 1px solid var(--line);
  align-items: stretch;
}

.walk-base ol {
  list-style: none;
  margin: 0;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  border-right: 1px solid var(--line);
}

.walk-base li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
}

.walk-base li b {
  font-variant-numeric: tabular-nums;
  color: var(--rust);
}

.walk-base > p {
  margin: 0;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}

.walk-base > p:last-child {
  border-right: 0;
}

.walk-base > p strong {
  font-family: var(--serif);
  font-size: 1.6rem;
  line-height: 1;
}

.walk-base > p span {
  color: var(--muted);
  font-size: 0.82rem;
}

.guides-more {
  margin: 8px 0 0;
}

@media (max-width: 800px) {
  .walk-grid,
  .walk-base {
    grid-template-columns: 1fr;
  }

  .walk-rail {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .walk-base ol {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

.filter-board-top,
.filter-actions,
.seg-field {
  display: flex;
  justify-content: space-between;
  gap: var(--gutter);
  align-items: center;
}

.seg-field {
  align-items: start;
  flex-direction: column;
}

.filter-reset {
  background: transparent;
  border: 0;
  color: var(--rust);
  font-weight: 600;
  padding: 0;
}

.bench {
  margin: 1.25rem 0;
}

.bench-out table,
.matrix {
  width: 100%;
  border-collapse: collapse;
  background: var(--sheet);
}

.bench-out th,
.bench-out td,
.matrix th,
.matrix td {
  border-bottom: 1px solid var(--line);
  text-align: left;
  padding: 0.55rem 0.45rem;
  vertical-align: top;
}

.matrix-wrap {
  overflow-x: auto;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gutter);
}

.compare-card {
  padding: 0.75rem;
}

.compare-card h3 {
  margin-top: 0.55rem;
}

.thread-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 8px;
}

.thread-index a {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--sheet);
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  padding: 8px 14px;
}

.thread-index a:hover {
  border-color: var(--rust);
  color: var(--rust);
}

.mark-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mark-pill {
  background: var(--sheet);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.thread {
  padding: 24px;
  margin-bottom: 24px;
}

.thread a {
  font-weight: 600;
}

.voice {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  margin-bottom: 0.45rem;
}

.avatar {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: var(--moss);
  color: var(--pine);
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  flex: none;
}

.voice em {
  display: block;
  font-style: normal;
  color: var(--muted);
  font-size: 0.92rem;
}

.score-badge {
  margin-left: auto;
  font-weight: 600;
  color: var(--rust);
  font-size: 13px;
  background: #f6efe4;
  border-radius: 999px;
  padding: 6px 12px;
}

.reply {
  margin: 16px 0 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  background: #fff;
}

.legal-article {
  padding: 1.3rem 0 2rem;
}

.legal-article .sections {
  display: grid;
  gap: 1rem;
  max-width: 46rem;
}

.card-pad {
  padding: 1rem;
}

.display {
  font-family: var(--serif);
  font-size: 1.45rem;
}

@media (max-width: 860px) {
  .nav-desk {
    display: none;
  }

  .menu-btn {
    display: flex;
  }

  .gate,
  .contact-split,
  .contact-page,
  .bill-grid,
  .score-grid,
  .note-list,
  .desk-tease,
  .note-band,
  .widget-row,
  .footer-cols,
  .compare-grid,
  .dossier,
  .fact-row {
    grid-template-columns: minmax(0, 1fr);
  }

  h1 {
    font-size: 1.85rem;
  }

  .section-head,
  .switch-line,
  .cookie-inner,
  .filter-board-top {
    flex-direction: column;
    align-items: start;
  }

  .note-band .form {
    grid-template-columns: 1fr;
  }

  .bar-row {
    grid-template-columns: 7.2rem minmax(0, 1fr) 3.6rem;
  }

  .score-badge {
    margin-left: 0;
  }

  .header-bar {
    gap: 8px;
    padding-inline: 10px;
  }

  .brand-name {
    font-size: 1.15rem;
  }

  .lang button,
  .menu-btn,
  .btn,
  .btn-guide,
  .more-orb-disc {
    min-height: 44px;
  }

  .lang button {
    min-width: 44px;
  }

  input,
  textarea,
  select {
    font-size: 16px;
  }

  .cookie-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .cookie-actions .btn {
    width: 100%;
  }

  .guide-dialog {
    width: min(100% - 16px, 40rem);
    max-height: calc(100% - 16px);
    margin: 8px;
  }

  .film-card,
  .desk-extra,
  .contact-page,
  .walk-grid,
  .walk-base {
    grid-template-columns: 1fr;
  }

  .walk-rail,
  .walk-base ol {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .footer-brand .brand-mark {
    width: 40px;
    height: 40px;
  }

  .hero-copy {
    padding: 20px;
  }

  .hero-copy h1 {
    font-size: 1.85rem;
  }
}
