@font-face {
  font-family: "Inter Tight";
  src: url("inter-tight-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Inter Tight";
  src: url("inter-tight-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #123f46;
  --ink-soft: #5c706d;
  --paper: #f5f7f4;
  --paper-warm: #f8f7f2;
  --line: rgba(34, 91, 90, 0.14);
  --line-strong: rgba(34, 91, 90, 0.24);
  --aqua: #74c8be;
  --aqua-dark: #2e7772;
  --aqua-pale: #e4f3f0;
  --gold: #b9a36d;
  --gold-pale: #f3eddf;
  --white-glass: rgba(255, 255, 255, 0.78);
  --shadow: 0 22px 68px rgba(42, 76, 74, 0.08);
  --page: min(1450px, calc(100% - 48px));
  --ease: cubic-bezier(.32, .72, 0, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 37%, rgba(116, 200, 190, 0.12), transparent 30rem),
    radial-gradient(circle at 93% 70%, rgba(185, 163, 109, 0.10), transparent 28rem),
    linear-gradient(180deg, #f5f7f4, #f8f7f2 54%, #f1f7f6);
  font-family: "Inter Tight", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

body::after {
  content: "";
  position: fixed;
  z-index: 90;
  inset: 0;
  pointer-events: none;
  opacity: 0.018;
  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='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

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

button,
input,
select {
  font: inherit;
}

button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid #8be0d6;
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: -90px;
  left: 18px;
  padding: 12px 16px;
  border-radius: 12px;
  color: var(--ink);
  background: white;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  top: 18px;
}

.shell {
  width: var(--page);
  margin-inline: auto;
}

.page-hero {
  isolation: isolate;
  position: relative;
  min-height: 410px;
  overflow: hidden;
  color: #f8f5ea;
  background: #153f46;
}

.page-hero::before,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-hero::before {
  z-index: -3;
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.events-page .page-hero::before {
  background-image: url("atmosphere-mountains.webp");
  background-position: center 42%;
}

.reviews-page .page-hero::before {
  background-image: url("review-demo-03.webp");
  background-position: center 50%;
}

.page-hero::after {
  z-index: -2;
  background:
    radial-gradient(circle at 82% 28%, rgba(116, 200, 190, 0.20), transparent 28rem),
    linear-gradient(104deg, rgba(4, 26, 31, 0.88) 0%, rgba(11, 51, 57, 0.72) 47%, rgba(16, 59, 63, 0.44) 100%),
    linear-gradient(180deg, transparent 65%, rgba(12, 42, 45, 0.46));
}

.hero-shell {
  padding: max(16px, env(safe-area-inset-top)) 0 58px;
}

.site-header {
  position: relative;
  z-index: 20;
  min-height: 66px;
  padding: 8px 10px 8px 12px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 2.6vw, 42px);
  border: 1px solid rgba(247, 243, 232, 0.20);
  border-radius: 20px;
  color: #f8f5ea;
  background: rgba(8, 34, 39, 0.34);
  -webkit-backdrop-filter: blur(18px) saturate(124%);
  backdrop-filter: blur(18px) saturate(124%);
  box-shadow: 0 18px 54px rgba(2, 17, 20, 0.18), inset 0 1px rgba(255, 255, 255, 0.10);
}

.brand,
.main-nav,
.header-tools,
.locale-switch,
.header-cta {
  display: flex;
  align-items: center;
}

.brand {
  min-width: 44px;
  min-height: 44px;
  gap: 10px;
  color: #f8f5ea;
  text-decoration: none;
}

.brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(3, 20, 24, 0.20));
}

.brand-name {
  font-size: 13px;
  font-weight: 620;
  line-height: 1;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.main-nav {
  min-width: 0;
  justify-content: center;
  gap: clamp(12px, 1.65vw, 28px);
}

.main-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(247, 243, 232, 0.76);
  font-size: 11px;
  font-weight: 570;
  letter-spacing: 0.015em;
  text-decoration: none;
  white-space: nowrap;
  transition: color .24s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: 100%;
  transition: transform .32s var(--ease);
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
  color: white;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: 0;
}

.header-tools {
  gap: 8px;
}

.locale-switch {
  padding: 3px;
  border: 1px solid rgba(247, 243, 232, 0.17);
  border-radius: 999px;
  background: rgba(3, 22, 26, 0.22);
}

.locale-switch button {
  min-width: 44px;
  min-height: 44px;
  padding: 0 6px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: rgba(247, 243, 232, 0.54);
  background: transparent;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.10em;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}

.locale-switch button.is-active {
  color: white;
  background: rgba(247, 243, 232, 0.14);
}

.header-cta {
  min-height: 44px;
  padding: 0 15px;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(217, 174, 99, 0.50);
  border-radius: 999px;
  color: white;
  background: rgba(13, 52, 57, 0.35);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform .28s var(--ease), border-color .28s ease, background .28s ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  border-color: rgba(217, 174, 99, 0.88);
  background: rgba(217, 174, 99, 0.16);
  transform: translateY(-1px);
}

.mobile-menu {
  display: none;
}

.compact-hero {
  min-width: 0;
  max-width: 940px;
  padding-top: clamp(58px, 8vw, 94px);
}

.back-link {
  min-height: 42px;
  width: max-content;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(247, 243, 232, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(10, 40, 45, 0.25);
  text-decoration: none;
  font-size: 10px;
  font-weight: 560;
  letter-spacing: 0.04em;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transition: transform .28s var(--ease), background .28s ease;
}

.back-link:hover,
.back-link:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(-2px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 30px 0 14px;
  color: #a8ded4;
  font-size: 10px;
  font-weight: 540;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
}

.compact-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fffdf7;
  font-size: clamp(44px, 5.2vw, 72px);
  font-weight: 350;
  line-height: 0.94;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.compact-hero p {
  max-width: 690px;
  margin: 20px 0 0;
  color: rgba(250, 249, 241, 0.77);
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.62;
}

main {
  position: relative;
}

.content-section {
  padding: 54px 0 110px;
}

.filter-panel,
.consent-panel {
  position: relative;
  z-index: 2;
  margin-top: -34px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(240, 248, 245, 0.80));
  box-shadow: 0 24px 72px rgba(37, 72, 70, 0.11), inset 0 1px rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(18px) saturate(112%);
  backdrop-filter: blur(18px) saturate(112%);
}

.filter-panel {
  padding: 22px;
}

.filter-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.7fr) repeat(4, minmax(145px, 1fr));
  gap: 12px;
  align-items: start;
}

.field {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.field label {
  color: #45635f;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.field input,
.field select {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(41, 103, 100, 0.16);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.94);
  font-size: 12px;
  outline: none;
  transition: border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.field select {
  padding-right: 34px;
  cursor: pointer;
}

.field input::placeholder {
  color: #849490;
}

.field input:hover,
.field select:hover {
  border-color: rgba(41, 103, 100, 0.28);
}

.field input:focus,
.field select:focus {
  border-color: rgba(46, 119, 114, 0.54);
  background: white;
  box-shadow: 0 0 0 4px rgba(116, 200, 190, 0.13);
}

.field-note {
  margin: 0;
  color: #778986;
  font-size: 9px;
  line-height: 1.4;
}

.filter-footer {
  min-height: 42px;
  margin-top: 16px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(41, 103, 100, 0.11);
}

.results-status {
  margin: 0;
  color: #5d7470;
  font-size: 11px;
  line-height: 1.4;
}

.reset-button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(41, 103, 100, 0.16);
  border-radius: 999px;
  color: #315f5c;
  background: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 580;
  cursor: pointer;
  transition: transform .25s var(--ease), border-color .25s ease, background .25s ease;
}

.reset-button:hover,
.reset-button:focus-visible {
  border-color: rgba(41, 103, 100, 0.30);
  background: white;
  transform: translateY(-1px);
}

.reset-button:active {
  transform: translateY(1px);
}

.section-heading {
  max-width: 900px;
  margin: 72px 0 30px;
}

.section-heading .eyebrow {
  margin-top: 0;
  color: var(--aqua-dark);
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.047em;
  text-wrap: balance;
}

.section-heading p {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

.catalog-grid,
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.catalog-card,
.review-card {
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(41, 103, 100, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 18px 58px rgba(45, 84, 80, 0.065), inset 0 1px rgba(255, 255, 255, 0.95);
  transition: transform .55s var(--ease), box-shadow .55s var(--ease), border-color .55s var(--ease);
}

.catalog-card {
  display: flex;
  flex-direction: column;
}

.card-media,
.review-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dfe9e6;
}

.card-media img,
.review-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s var(--ease);
}

.card-media::after,
.review-media::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(8, 37, 40, 0.26));
}

.status-chip {
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 8px;
  max-width: calc(100% - 16px);
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  color: white;
  background: rgba(18, 63, 70, 0.62);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  font-size: 7px;
  font-weight: 620;
  line-height: 1.25;
  letter-spacing: 0.045em;
}

.status-chip.verified {
  color: #153f37;
  background: rgba(229, 247, 237, 0.88);
}

.card-body,
.review-copy {
  padding: 13px 13px 15px;
}

.card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.card-kicker,
.review-index {
  display: block;
  margin: 0 0 8px;
  color: var(--aqua-dark);
  font-size: 7.5px;
  font-weight: 620;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-card h3,
.review-card h3 {
  margin: 0 0 7px;
  color: var(--ink);
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 470;
  line-height: 1.08;
  letter-spacing: -0.032em;
  text-wrap: balance;
}

.catalog-card h3 {
  min-height: 41px;
}

.catalog-card p,
.review-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 10.5px;
  line-height: 1.5;
}

.catalog-card .card-description {
  min-height: 63px;
}

.card-meta {
  margin-top: auto;
  padding-top: 13px;
  display: grid;
  gap: 6px;
}

.meta-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 7px;
  align-items: start;
  color: #657a76;
  font-size: 8px;
  line-height: 1.4;
}

.meta-row::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--aqua);
}

.catalog-card:hover,
.catalog-card:focus-within,
.review-card:hover,
.review-card:focus-within {
  border-color: rgba(41, 103, 100, 0.25);
  box-shadow: 0 24px 65px rgba(45, 84, 80, 0.10), inset 0 1px white;
  transform: translateY(-2px);
}

.catalog-card:hover .card-media img,
.review-card:hover .review-media img {
  transform: scale(1.025);
}

.empty-state {
  margin-top: 24px;
  padding: 38px 24px;
  border: 1px dashed rgba(41, 103, 100, 0.24);
  border-radius: 22px;
  text-align: center;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.52);
}

.empty-state h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 470;
}

.empty-state p {
  margin: 0 auto;
  max-width: 560px;
  font-size: 12px;
  line-height: 1.55;
}

.consent-panel {
  padding: 22px 24px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.consent-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(41, 103, 100, 0.15);
  border-radius: 50%;
  color: var(--aqua-dark);
  background: rgba(228, 243, 240, 0.86);
}

.consent-mark svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.consent-panel h2 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 480;
  letter-spacing: -0.02em;
}

.consent-panel p {
  max-width: 920px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.6;
}

.review-card {
  position: relative;
  scroll-margin-top: 24px;
}

.review-card:target {
  border-color: rgba(46, 119, 114, 0.48);
  box-shadow: 0 0 0 4px rgba(116, 200, 190, 0.14), 0 24px 65px rgba(45, 84, 80, 0.10);
}

.review-copy {
  min-height: 170px;
  display: flex;
  flex-direction: column;
}

.review-card h3 {
  min-height: 41px;
}

.review-card p {
  min-height: 62px;
}

.review-status {
  margin-top: auto;
  padding-top: 13px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #315f5c;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.035em;
}

.review-status::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 4px rgba(116, 200, 190, 0.13);
}

.page-footer {
  padding: 0 0 max(28px, env(safe-area-inset-bottom));
}

.footer-panel {
  min-height: 92px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid rgba(41, 103, 100, 0.13);
  border-radius: 22px;
  color: #48635f;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.94);
  font-size: 10px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 570;
}

.footer-brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #486b67;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--ink);
}

@media (hover: none) {
  .catalog-card:hover,
  .review-card:hover,
  .header-cta:hover,
  .back-link:hover,
  .reset-button:hover {
    transform: none;
  }
}

@media (max-width: 1260px) {
  .filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .field-query {
    grid-column: span 2;
  }

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

@media (max-width: 960px) {
  :root {
    --page: calc(100% - 32px);
  }

  .main-nav,
  .header-tools {
    display: none;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    width: 46px;
    height: 46px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(247, 243, 232, 0.20);
    border-radius: 14px;
    background: rgba(3, 22, 26, 0.22);
    cursor: pointer;
    list-style: none;
  }

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

  .mobile-menu summary span:not(.sr-only) {
    width: 18px;
    height: 1px;
    display: block;
    background: white;
    transition: transform .25s var(--ease);
  }

  .mobile-menu[open] summary span:nth-last-child(2) {
    transform: translateY(3px) rotate(45deg);
  }

  .mobile-menu[open] summary span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .mobile-menu-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(330px, calc(100vw - 32px));
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 18px;
    color: #eff6f2;
    background: rgba(10, 43, 47, 0.92);
    -webkit-backdrop-filter: blur(20px) saturate(122%);
    backdrop-filter: blur(20px) saturate(122%);
    box-shadow: 0 24px 70px rgba(3, 20, 24, 0.28), inset 0 1px rgba(255, 255, 255, 0.10);
  }

  .mobile-menu-panel nav {
    display: grid;
  }

  .mobile-menu-panel nav a {
    min-height: 46px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    text-decoration: none;
  }

  .mobile-menu-panel nav a[aria-current="page"] {
    color: white;
  }

  .mobile-menu-footer {
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .mobile-menu-footer .header-cta {
    flex: 1 1 auto;
  }

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

  .field-query {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .page-hero {
    min-height: 390px;
  }

  .hero-shell {
    padding-bottom: 52px;
  }

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

@media (max-width: 560px) {
  :root {
    --page: calc(100% - 24px);
  }

  .page-hero {
    min-height: 430px;
  }

  .site-header {
    min-height: 58px;
    padding: 6px 7px 6px 9px;
    border-radius: 17px;
  }

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

  .brand-name {
    font-size: 11px;
  }

  .compact-hero {
    padding-top: 58px;
  }

  .compact-hero h1 {
    font-size: clamp(39px, 12.5vw, 54px);
    line-height: 0.98;
  }

  .compact-hero p {
    margin-top: 17px;
    font-size: 13px;
  }

  .content-section {
    padding: 42px 0 80px;
  }

  .filter-panel,
  .consent-panel {
    margin-top: -28px;
    border-radius: 20px;
  }

  .filter-panel {
    padding: 16px;
  }

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

  .field-query {
    grid-column: auto;
  }

  .filter-footer,
  .footer-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .reset-button {
    width: 100%;
  }

  .section-heading {
    margin-top: 58px;
  }

  .section-heading h2 {
    font-size: 38px;
  }

  .catalog-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .catalog-card h3,
  .catalog-card .card-description,
  .review-card h3,
  .review-card p {
    min-height: 0;
  }

  .consent-panel {
    padding: 18px;
    grid-template-columns: 1fr;
  }

  .review-copy {
    min-height: 0;
  }

  .footer-links {
    width: 100%;
    justify-content: space-between;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  .page-hero {
    min-height: 100svh;
  }

  .compact-hero {
    padding-top: 38px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

@media (forced-colors: active) {
  .site-header,
  .filter-panel,
  .consent-panel,
  .catalog-card,
  .review-card,
  .footer-panel {
    border: 1px solid CanvasText;
  }
}

.sr-only {
  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;
}
