:root {
  --background:#fff;
  --foreground:#171717;
}
@theme inline { --color-background: var(--background); --color-foreground: var(--foreground); --font-sans: var(--font-geist-sans); --font-mono: var(--font-geist-mono); }
@media (prefers-color-scheme: dark) {
  :root {
    --background:#0a0a0a;
    --foreground:#ededed;
  }
}
body {
  background: var(--background);
  color: var(--foreground);
  font-family:
    var(--font-geist-sans),
    Arial,
    Helvetica,
    sans-serif;
}
@font-face {
  font-family: Cheddar Gothic;
  src: url(/fonts/CheddarGothicSans.woff2)format("woff2");
  font-display: block;
}
@font-face {
  font-family: Cheddar Gothic Rough;
  src: url(/fonts/CheddarGothicRough-Regular.woff2)format("woff2");
  font-display: block;
}
:root {
  --night:#07160f;
  --night-soft:#0e2118;
  --cream:#f3f0e8;
  --olive:#999d52;
  --muted:#a8ada4;
  --line:#c0c4ae47;
  --content-max:1800px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--night);
}
body {
  background: var(--night);
  color: var(--cream);
  margin: 0;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
}
a {
  color: inherit;
}
.site-header {
  z-index: 10;
  width: min(calc(100% - 48px), var(--content-max));
  letter-spacing: .04em;
  text-transform: lowercase;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 96px;
  margin-inline: auto;
  padding: 0;
  font:
    400 22px/1 Cheddar Gothic,
    Impact,
    sans-serif;
  display: grid;
  position: absolute;
  inset: 0 0 auto;
}
.site-header a {
  text-decoration: none;
}
.site-header nav {
  align-items: center;
  gap: clamp(22px, 3vw, 48px);
  display: flex;
}
.site-header nav span {
  color: var(--olive);
  opacity: .7;
}
.header-home {
  place-self: start;
  place-items: center;
  width: 128px;
  height: 156px;
  margin-top: 12px;
  display: grid;
}
.header-home img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.header-spacer {
  min-width: 1px;
}
.site-header nav a {
  position: relative;
}
.site-header nav small {
  color: var(--olive);
  font: 700 7px/1 Arial, sans-serif;
  position: absolute;
  top: -13px;
  right: -14px;
}
.menu-toggle {
  color: inherit;
  background: 0 0;
  border: 0;
  padding: 8px;
  display: none;
}
.menu-toggle span {
  background: currentColor;
  width: 26px;
  height: 2px;
  margin: 5px;
  display: block;
}
.social-links {
  justify-self: end;
  gap: 11px;
  display: flex;
}
.social-links a {
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}
.social-links img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.hero {
  text-align: center;
  background:
    linear-gradient(
      180deg,
      #02080508 48%,
      var(--night) 100%),
    url(/images/hero-desktop.webp) center top/cover no-repeat;
  place-items: end center;
  min-height: 100svh;
  padding: 120px 24px 8vh;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero-logo {
  z-index: 1;
  object-fit: contain;
  object-position: center top;
  width: min(68vw, 760px);
  height: min(31svh, 350px);
  position: absolute;
  top: calc(clamp(20px, 3.2vh, 52px) + 24px);
  left: 50%;
  transform: translate(-50%);
}
.hero-title {
  z-index: 2;
  text-shadow: 0 4px 28px #000000b8;
  margin-bottom: 5vh;
  position: relative;
}
.hero-title p,
.hero-title strong {
  letter-spacing: .075em;
  text-transform: lowercase;
  margin: 0;
  font-family:
    Cheddar Gothic,
    Impact,
    sans-serif;
  font-weight: 400;
  line-height: 1;
  display: block;
}
.hero-title p {
  font-size: clamp(28px, 3.2vw, 54px);
}
.hero-title h1 {
  letter-spacing: .005em;
  text-transform: lowercase;
  white-space: nowrap;
  margin: 10px 0 8px;
  font:
    400 clamp(100px, 13vw, 220px)/.82 Cheddar Gothic Rough,
    Cheddar Gothic,
    Impact,
    sans-serif;
}
.hero-title strong {
  font-size: clamp(24px, 2.6vw, 44px);
}
.section-divider {
  width: min(100%, var(--content-max));
  background: var(--night);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(24px, 4vw, 72px);
  margin-inline: auto;
  padding: clamp(34px, 4.5vw, 72px) clamp(24px, 3.5vw, 64px);
  display: grid;
}
.section-divider span {
  opacity: .8;
  height: 3px;
}
.section-divider span:first-child {
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      var(--olive) 100%);
}
.section-divider span:last-child {
  background:
    linear-gradient(
      90deg,
      var(--olive) 0%,
      transparent 100%);
}
.section-divider h2 {
  color: var(--olive);
  letter-spacing: .035em;
  text-transform: lowercase;
  white-space: nowrap;
  margin: 0;
  font:
    400 clamp(32px, 3.2vw, 54px)/1 Cheddar Gothic,
    Impact,
    sans-serif;
}
.section-divider.is-compact {
  z-index: 3;
  margin-top: clamp(-82px, -5vw, -48px);
  padding-top: 12px;
  padding-bottom: 28px;
  position: relative;
}
.tour-section {
  width: min(100%, var(--content-max));
  background: var(--night);
  margin-inline: auto;
  padding: 0 clamp(24px, 3.5vw, 64px) clamp(40px, 5.5vw, 85px);
}
.section-heading p,
.about-copy > p {
  color: var(--olive);
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
}
.section-heading h2,
.about-copy h2 {
  text-transform: lowercase;
  margin: 0;
  font:
    400 clamp(68px, 8vw, 132px)/.92 Cheddar Gothic,
    Impact,
    sans-serif;
}
.tour-list {
  border-top: 1px solid var(--line);
  margin-top: 0;
}
.tour-row {
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(260px, .6fr) minmax(380px, 1.55fr) auto;
  align-items: center;
  gap: clamp(28px, 4vw, 76px);
  min-height: 142px;
  display: grid;
}
.tour-row time {
  color: var(--cream);
  white-space: nowrap;
  font:
    400 clamp(44px, 4vw, 78px)/1 Cheddar Gothic,
    Impact,
    sans-serif;
}
.tour-row h3 {
  text-transform: lowercase;
  margin: 0 0 8px;
  font:
    400 clamp(27px, 2.1vw, 42px)/1.08 Cheddar Gothic,
    Impact,
    sans-serif;
}
.tour-row p {
  color: var(--cream);
  margin: 0;
  font-size: clamp(14px, 1.05vw, 20px);
  line-height: 1.45;
}
.tour-details {
  min-width: 0;
}
.tour-row.is-cancelled {
  background: linear-gradient(90deg, rgba(151, 82, 75, 0.16), rgba(151, 82, 75, 0.035) 68%, transparent);
  margin-inline: -22px;
  padding-inline: 22px;
  position: relative;
}
.tour-row.is-cancelled:before {
  content: "";
  background: #bd8982;
  width: 3px;
  position: absolute;
  inset: 18px auto 18px 0;
}
.tour-row.is-cancelled time,
.tour-row.is-cancelled h3 {
  color: #d8aaa4;
}
.tour-cancelled-notice {
  color: #f0d5d1;
  border: 1px solid rgba(189, 137, 130, 0.42);
  background: rgba(80, 31, 28, 0.35);
  align-items: baseline;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin-top: 13px;
  padding: 8px 11px;
  display: flex;
}
.tour-cancelled-notice strong {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 10px;
}
.tour-cancelled-notice span {
  font-size: 13px;
  line-height: 1.35;
}
.tour-actions {
  align-items: center;
  gap: clamp(10px, 1.5vw, 25px);
  display: flex;
}
.tour-action {
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
  width: clamp(54px, 4.8vw, 82px);
  height: clamp(54px, 4.8vw, 82px);
  transition:
    border-color .2s,
    background .2s,
    transform .2s;
  display: grid;
}
.tour-action img {
  object-fit: contain;
  width: 58%;
  height: 58%;
}
.tour-action:hover {
  border-color: var(--olive);
  background: #999d521c;
  transform: translateY(-2px);
}
.tour-action.is-disabled {
  opacity: .18;
  cursor: not-allowed;
}
.about-copy a {
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
.about-copy a span {
  color: var(--olive);
  padding-left: 8px;
}
.about-section {
  width: min(100%, var(--content-max));
  background: var(--night-soft);
  grid-template-columns: 1fr 1.1fr;
  min-height: 760px;
  margin-inline: auto;
  display: grid;
}
.about-copy {
  align-self: center;
  padding: clamp(70px, 8vw, 140px);
}
.about-copy h2 {
  max-width: 630px;
}
.about-copy > div {
  columns: 2;
  max-width: 650px;
  color: var(--muted);
  column-gap: 36px;
  margin: 45px 0 38px;
  line-height: 1.65;
}
.about-copy > div p {
  break-inside: avoid;
  margin-top: 0;
}
.about-section > img {
  object-fit: cover;
  filter: saturate(.72)contrast(1.04);
  width: 100%;
  height: 100%;
  min-height: 650px;
}
.live-moments {
  width: min(100%, var(--content-max));
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 1.3vw, 24px);
  margin-inline: auto;
  padding: 0;
  display: grid;
}
.live-moments > div {
  align-self: start;
}
.live-moments p,
.page-hero > p,
.platform-section > p,
.booking-card > div > p {
  color: var(--olive);
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
}
.live-moments h2,
.cta-section h2,
.platform-section h2,
.booking-card h2,
.band-intro h2,
.shop-notice h2 {
  text-transform: lowercase;
  margin: 0;
  font:
    400 clamp(54px, 7vw, 112px)/.94 Cheddar Gothic,
    Impact,
    sans-serif;
}
.live-moment {
  background: var(--night-soft);
  cursor: zoom-in;
  border: 0;
  min-width: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
.live-moment img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  transition: transform .35s, filter .35s;
  display: block;
}
.live-moment:hover img {
  filter: brightness(1.08);
  transform: scale(1.025);
}
.lightbox-open {
  overflow: hidden;
}
.image-lightbox {
  z-index: 1000;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #010704f0;
  place-items: center;
  padding: clamp(18px, 4vw, 64px);
  display: grid;
  position: fixed;
  inset: 0;
}
.image-lightbox > img {
  object-fit: contain;
  max-width: min(92vw, 1800px);
  max-height: 90vh;
  display: block;
  box-shadow: 0 20px 70px #0000008c;
}
.lightbox-close,
.lightbox-nav {
  z-index: 2;
  color: var(--cream);
  cursor: pointer;
  background: #07160fb8;
  border: 1px solid #f3f0e880;
  border-radius: 50%;
  place-items: center;
  display: grid;
  position: fixed;
}
.lightbox-close {
  width: 58px;
  height: 58px;
  font: 300 42px/1 Arial, sans-serif;
  top: 24px;
  right: 24px;
}
.lightbox-nav {
  width: 54px;
  height: 54px;
  font: 300 44px/1 Arial, sans-serif;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox-nav.is-prev {
  left: 24px;
}
.lightbox-nav.is-next {
  right: 24px;
}
.lightbox-close:hover,
.lightbox-nav:hover {
  border-color: var(--olive);
  background: #999d5233;
}
.cta-section {
  width: min(100%, var(--content-max));
  text-align: center;
  background: linear-gradient(#07160f42, #07160feb), url(/images/band/cobblestones-gruppe-01.webp) 50%/cover;
  align-content: center;
  place-items: center;
  min-height: 650px;
  margin-inline: auto;
  padding: clamp(90px, 12vw, 180px) 24px;
  display: grid;
}
.cta-section > p {
  color: var(--muted);
  margin: 0 0 20px;
}
.button {
  border: 1px solid var(--olive);
  color: var(--cream);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 38px;
  padding: 18px 24px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
.button:hover {
  background: var(--olive);
  color: var(--night);
}
.subpage {
  min-height: 70vh;
}
.page-hero {
  width: min(100%, var(--content-max));
  background:
    linear-gradient(
      130deg,
      var(--night) 20%,
      #0e2118e0),
    url(/images/gallery/live-01.jpg) center 34%/cover;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1.25fr .75fr;
  align-content: end;
  gap: 26px 70px;
  min-height: 530px;
  margin-inline: auto;
  padding: 180px clamp(24px, 3.5vw, 64px) 90px;
  display: grid;
}
.page-hero > p {
  grid-column: 1/-1;
}
.page-hero h1 {
  text-transform: lowercase;
  margin: 0;
  font:
    400 clamp(88px, 12vw, 190px)/.88 Cheddar Gothic,
    Impact,
    sans-serif;
}
.page-hero > div {
  max-width: 560px;
  color: var(--muted);
  align-self: end;
  font-size: 18px;
  line-height: 1.55;
}
.band-intro {
  width: min(100%, var(--content-max));
  background: var(--night-soft);
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  margin-inline: auto;
  display: grid;
}
.band-intro img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 650px;
}
.band-intro > div {
  padding: clamp(55px, 8vw, 130px);
}
.band-intro p {
  color: var(--muted);
  line-height: 1.7;
}
.member-grid {
  width: min(100%, var(--content-max));
  background: var(--line);
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-inline: auto;
  padding: clamp(70px, 9vw, 140px) clamp(24px, 3.5vw, 64px);
  display: grid;
}
.member-grid article {
  background: var(--night);
  min-height: 650px;
  position: relative;
  overflow: hidden;
}
.member-grid article:last-child {
  grid-column: 1/-1;
  justify-self: center;
  width: 50%;
}
.member-grid img {
  object-fit: cover;
  filter: saturate(.75);
  width: 100%;
  height: 100%;
  transition: all .4s;
}
.member-grid article:hover img {
  filter: saturate();
  transform: scale(1.025);
}
.member-grid article > div {
  background: linear-gradient(#0000, #040c08f2);
  padding: 80px 34px 32px;
  position: absolute;
  inset: auto 0 0;
}
.member-grid h2 {
  text-transform: lowercase;
  margin: 0;
  font:
    400 clamp(38px, 4.3vw, 70px)/.9 Cheddar Gothic,
    Impact,
    sans-serif;
}
.member-grid p {
  color: var(--olive);
  line-height: 1.5;
}
.audio-list,
.booking-card,
.shop-preview,
.shop-notice,
.legal-page > section,
.platform-section {
  width: min(100%, var(--content-max));
  margin-inline: auto;
  padding: clamp(70px, 9vw, 140px) clamp(24px, 3.5vw, 64px);
}
.audio-list article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 70px 1fr auto 64px;
  align-items: center;
  min-height: 130px;
  display: grid;
}
.audio-list article:first-child {
  border-top: 1px solid var(--line);
}
.audio-list span,
.audio-list p {
  color: var(--olive);
}
.audio-list h2 {
  text-transform: lowercase;
  margin: 0;
  font:
    400 clamp(34px, 4vw, 62px)/1 Cheddar Gothic,
    Impact,
    sans-serif;
}
.audio-list button {
  border: 1px solid var(--line);
  width: 54px;
  height: 54px;
  color: var(--muted);
  background: 0 0;
  border-radius: 50%;
}
.platform-section {
  background: var(--night-soft);
  text-align: center;
}
.platform-section .button {
  margin: 35px 8px 0;
}
.booking-card {
  grid-template-columns: 1.4fr .6fr;
  gap: 70px;
  display: grid;
}
.booking-card > div > p:not(:first-child) {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.7;
}
.booking-card aside {
  border: 1px solid var(--line);
  align-self: start;
  padding: 36px;
}
.booking-card aside h3 {
  color: var(--olive);
  text-transform: uppercase;
  letter-spacing: .15em;
}
.booking-card aside a {
  color: var(--cream);
}
.booking-card aside small {
  color: var(--muted);
  margin-top: 32px;
  line-height: 1.5;
  display: block;
}
.shop-preview {
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  display: grid;
}
.shop-preview article {
  text-align: center;
  background: var(--night-soft);
  padding: 30px;
}
.shop-preview img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
}
.shop-preview h2 {
  text-transform: lowercase;
  margin: 20px 0 8px;
  font:
    400 34px/1 Cheddar Gothic,
    Impact,
    sans-serif;
}
.shop-preview p {
  color: var(--olive);
  text-transform: uppercase;
  letter-spacing: .15em;
}
.shop-notice {
  border-top: 1px solid var(--line);
}
.shop-notice p {
  max-width: 900px;
  color: var(--muted);
  line-height: 1.7;
}
.legal-content {
  color: var(--muted);
  line-height: 1.75;
}
.legal-content h2 {
  max-width: 1050px;
  color: var(--cream);
  margin: 58px 0 16px;
  font-size: clamp(25px, 2.2vw, 36px);
  line-height: 1.15;
}
.legal-content p,
.legal-content address,
.legal-content ul,
.legal-content .legal-callout {
  max-width: 1050px;
}
.legal-content address {
  font-style: normal;
}
.legal-content ul {
  padding-left: 22px;
}
.legal-content li + li {
  margin-top: 7px;
}
.legal-content a {
  color: var(--cream);
  text-underline-offset: 3px;
}
.legal-meta {
  color: var(--olive);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 50px;
  font-size: 12px;
}
.legal-callout {
  border-left: 3px solid var(--olive);
  background: var(--night-soft);
  margin-top: 34px;
  padding: 22px 24px;
}
.site-footer {
  width: min(100%, var(--content-max));
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: #030c08;
  grid-template-columns: 1fr 1.2fr .6fr 1fr;
  gap: 40px;
  margin-inline: auto;
  padding: 80px clamp(24px, 3.5vw, 64px) 28px;
  display: grid;
}
.site-footer > img {
  width: min(105px, 100%);
}
.site-footer a {
  color: inherit;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
.site-footer nav a {
  color: var(--cream);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
}
.footer-social {
  columns: 2;
}
.footer-legal {
  border-top: 1px solid var(--line);
  grid-column: 1/-1;
  gap: 28px;
  padding-top: 28px;
  font-size: 11px;
  display: flex;
}
.footer-legal a {
  margin: 0;
}
@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    width: calc(100% - 32px);
    height: 70px;
    padding: 0;
    position: absolute;
  }
  .header-home {
    width: 88px;
    height: 116px;
    margin-top: 8px;
  }
  .menu-toggle {
    z-index: 3;
    display: block;
    position: relative;
  }
  .site-header nav,
  .site-header .social-links {
    display: none;
  }
  .site-header.menu-open {
    background: #030c08fa;
    align-content: start;
    width: 100%;
    height: 100svh;
    padding: 18px 20px 0;
    position: fixed;
  }
  .site-header.menu-open nav {
    text-transform: lowercase;
    flex-direction: column;
    grid-column: 1/-1;
    align-items: flex-start;
    gap: 25px;
    padding-top: 70px;
    font:
      400 46px/1.12 Cheddar Gothic,
      Impact,
      sans-serif;
    display: flex;
  }
  .site-header.menu-open nav small {
    font-family: Arial, sans-serif;
  }
  .hero {
    background-image:
      linear-gradient(
        180deg,
        #02080508 45%,
        var(--night) 98%),
      url(/images/hero-mobile.webp);
    background-position: top;
    min-height: 700px;
    padding-bottom: 70px;
  }
  .hero-logo {
    width: min(88vw, 620px);
    height: min(21svh, 250px);
    top: 15svh;
    transform: translate(-50%, -50%);
  }
  .hero-title {
    margin-bottom: 5vh;
  }
  .tour-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 26px 0;
  }
  .tour-row time {
    font-size: 46px;
  }
  .tour-row h3 {
    font-size: 30px;
  }
  .tour-row p {
    font-size: 15px;
  }
  .tour-row.is-cancelled {
    margin-inline: -14px;
    padding-inline: 14px;
  }
  .tour-cancelled-notice {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .tour-actions {
    gap: 7px;
    margin-top: 10px;
  }
  .tour-action {
    width: clamp(44px, 13vw, 52px);
    height: clamp(44px, 13vw, 52px);
  }
  .about-section {
    grid-template-columns: 1fr;
  }
  .about-copy {
    padding: 80px 24px;
  }
  .about-copy > div {
    columns: 1;
  }
  .about-section > img {
    min-height: 500px;
  }
  .hero-title p {
    font-size: clamp(24px, 7vw, 38px);
  }
  .hero-title h1 {
    font-size: clamp(64px, 18vw, 118px);
  }
  .hero-title strong {
    font-size: clamp(21px, 6vw, 34px);
  }
  .section-divider {
    gap: 18px;
    padding: 34px 20px;
  }
  .section-divider.is-compact {
    margin-top: -38px;
    padding-top: 8px;
    padding-bottom: 24px;
  }
  .section-divider h2 {
    font-size: 32px;
  }
  .live-moments {
    grid-template-columns: repeat(2, 1fr);
  }
  .lightbox-close {
    width: 52px;
    height: 52px;
    top: 14px;
    right: 14px;
  }
  .lightbox-nav {
    width: 46px;
    height: 46px;
  }
  .lightbox-nav.is-prev {
    left: 10px;
  }
  .lightbox-nav.is-next {
    right: 10px;
  }
  .page-hero {
    grid-template-columns: 1fr;
    min-height: 620px;
    padding-top: 130px;
  }
  .page-hero > div {
    font-size: 16px;
  }
  .band-intro {
    grid-template-columns: 1fr;
  }
  .band-intro img {
    min-height: 430px;
  }
  .member-grid {
    grid-template-columns: 1fr;
  }
  .member-grid article,
  .member-grid article:last-child {
    grid-column: auto;
    width: 100%;
    min-height: 560px;
  }
  .audio-list article {
    grid-template-columns: 44px 1fr 50px;
  }
  .audio-list p {
    display: none;
  }
  .booking-card,
  .shop-preview {
    grid-template-columns: 1fr;
  }
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer > img,
  .footer-legal {
    grid-column: 1/-1;
  }
  .footer-legal {
    flex-wrap: wrap;
  }
}
@media (min-width: 901px) and (max-aspect-ratio: 4/3) {
  .hero-logo {
    width: min(56vw, 620px);
    height: min(24svh, 270px);
    top: 40px;
  }
}
