:root {
  --red: #df1115;
  --brown: #715b42;
  --sand: #a88961;
  --cream: #f7f4ef;
  --white: #ffffff;
  --text: #26211f;
  --gold: #e9a716;

  /* Diese fehlen */
  --menu-background: #241c15;
  --menu-text: #f5efe5;
  --menu-accent: #e8a936;
  --menu-divider: rgba(255,255,255,.35);

  --display: "Barlow Condensed", sans-serif;
  --body: "Montserrat", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--body);
  color: var(--text);
  background: var(--cream);
}

a {
  color: inherit;
  text-decoration: none;
}

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

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(rgba(31, 26, 22, 0.12), rgba(31, 26, 22, 0.12)),
    url("img/mainSlider.jpg") center 28% / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 18, 16, 0.17), rgba(28, 23, 18, 0.36));
}

.topbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  padding: 18px 16px;
}

.menu-button {
  width: 34px;
  height: 30px;
  padding: 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 17px;
  height: 1px;
  margin-bottom: 5px;
  background: var(--white);
}

.menu-button span:nth-child(2) {
  width: 12px;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  padding: 58px 24px 30px;
  text-align: center;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.brand--hero {
  margin-top: 2vh;
  margin-bottom: 42px;
}

.brand-mark {
  position: relative;
  width: 120px;
  height: 74px;
  margin-bottom: 5px;
}

.brand-s {
  position: absolute;
  top: -8px;
  left: 38px;
  font-family: Georgia, serif;
  font-size: 72px;
  font-style: italic;
  line-height: 1;
  transform: rotate(-8deg);
}

.brand-orbit {
  position: absolute;
  left: 24px;
  width: 75px;
  height: 24px;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  transform: skewX(-18deg);
}

.brand-orbit--one {
  top: 10px;
}

.brand-orbit--two {
  bottom: 4px;
  transform: rotate(180deg) skewX(-18deg);
}

.brand-dot {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
}

.brand-dot--one {
  top: 13px;
  left: 10px;
}

.brand-dot--two {
  right: 8px;
  bottom: 11px;
}

.brand-word {
  font-family: var(--display);
  font-size: clamp(2rem, 7vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 0.95;
}

.brand-subline {
  margin-top: 4px;
  font-family: var(--display);
  font-size: 0.88rem;
  letter-spacing: 0.02em;
}

.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 7.4vw, 3.25rem);
  font-weight: 600;
  line-height: 1.06;
}

.hero p {
  margin: 24px 0 0;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 400;
}

.scroll-cue {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  color: var(--gold);
  font-size: 1rem;
}

.scroll-cue span {
  width: 1px;
  height: 42px;
  background: currentColor;
}

.offer {
  padding: 38px 16px 34px;
  background: var(--cream);
}

.section-heading {
  max-width: 660px;
  margin: 0 auto 28px;
  text-align: center;
}

.eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.section-heading h2 {
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: clamp(1.85rem, 6.8vw, 2.65rem);
  font-weight: 600;
  line-height: 1.02;
}

.section-heading p {
  margin: 0;
  font-family: var(--display);
  font-size: 1.12rem;
  line-height: 1.2;
}

.cards {
  display: grid;
  gap: 12px;
  max-width: 660px;
  margin: 0 auto;
}

.offer-card {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  color: var(--white);
  background-position: center;
  background-size: cover;
}

.offer-card--sport {
  background-image: url("https://images.unsplash.com/photo-1547153760-18fc86324498?auto=format&fit=crop&w=1000&q=85");
}

.offer-card--wellbeing {
  background-image: url("https://images.unsplash.com/photo-1518611012118-696072aa579a?auto=format&fit=crop&w=1000&q=85");
}

.offer-card--private {
  background-image: url("https://images.unsplash.com/photo-1505236858219-8359eb29e329?auto=format&fit=crop&w=1000&q=85");
}

.offer-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(75, 44, 13, 0.2), rgba(91, 57, 24, 0.66));
}

.offer-card:nth-child(2) .offer-card__shade {
  background: linear-gradient(180deg, rgba(119, 92, 59, 0.25), rgba(150, 118, 78, 0.66));
}

.offer-card:nth-child(3) .offer-card__shade {
  background: linear-gradient(180deg, rgba(195, 145, 79, 0.22), rgba(210, 165, 102, 0.7));
}

.offer-card__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 34px 24px 28px;
  text-align: center;
}

.offer-card h3 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: 1.75rem;
  font-weight: 600;
}

.offer-card p {
  max-width: 340px;
  margin: 0 auto 20px;
  font-family: var(--display);
  font-size: 1.12rem;
  line-height: 1.25;
}

.offer-card a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--display);
  font-size: 0.95rem;
}

.button-stack {
  display: grid;
  gap: 12px;
  max-width: 290px;
  margin: 32px auto 0;
}

.pill-button {
  padding: 13px 18px;
  border-radius: 999px;
  color: var(--white);
  background: var(--red);
  text-align: center;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 500;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.pill-button:hover,
.pill-button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.studio-photo {
  height: 245px;
  overflow: hidden;
}

.studio-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.footer {
  position: relative;
  min-height: 310px;
  padding: 32px 24px 36px;
  color: var(--white);
  background: var(--brown);
}

.footer-links {
  display: grid;
  gap: 10px;
  width: fit-content;
  font-family: var(--display);
  font-size: 0.95rem;
}

.footer-socials {
  position: absolute;
  top: 78px;
  right: 28px;
  display: flex;
  gap: 14px;
  font-size: 1.65rem;
}

.brand--footer {
  align-items: flex-start;
  margin-top: 40px;
}

.brand-footer-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand--footer .brand-word {
  font-size: 2.45rem;
}

.brand-mark--small {
  width: 74px;
  height: 44px;
  margin: 0;
}

.brand-mark--small .brand-s {
  top: -5px;
  left: 24px;
  font-size: 43px;
}

.brand-mark--small .brand-orbit {
  left: 12px;
  width: 54px;
  height: 16px;
  border-top-width: 1.5px;
}

.brand-mark--small .brand-orbit--one {
  top: 6px;
}

.brand-mark--small .brand-orbit--two {
  bottom: 2px;
}

.brand--footer .brand-subline {
  margin-top: -2px;
  font-size: 0.9rem;
}

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

  .offer {
    padding: 70px 30px 60px;
  }

  .cards {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1180px;
  }

  .offer-card {
    min-height: 470px;
  }

  .studio-photo {
    height: 430px;
  }

  .footer {
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: 270px;
    padding: 48px max(6vw, 40px);
  }

  .footer-socials {
    position: static;
    align-self: start;
  }

  .brand--footer {
    grid-column: 1 / -1;
  }
}


.menu-btn{
    color:#fff;
    font-size:1.8rem;
    border:none;
    background:none;
    padding:0;
}

.menu-btn:focus{
    box-shadow:none;
}

/* Offcanvas-Grundfläche */
.studio-offcanvas {
  //width: min(100%, 235px) !important;
  width: 100%;
  color: var(--menu-text);
  background: var(--menu-background);
  border-right: 0;
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Kopfbereich */
.studio-offcanvas-header {
  min-height: 45px;
  padding: 8px 14px;
}

.studio-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--menu-text);
  font-size: 20px;
  font-weight: 300;
  background: transparent;
  border: 0;
  opacity: 0.9;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.studio-close:hover {
  color: var(--menu-accent);
  transform: rotate(90deg);
}

.offcanvas-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: var(--menu-text);
  text-decoration: none;
}

.brand-symbol {
  font-family: Georgia, serif;
  font-size: 19px;
  font-style: italic;
  line-height: 1;
}

/* Inhalt */
.studio-offcanvas-body {
  display: flex;
  flex-direction: column;
  padding: 0 21px 20px;
  overflow-y: auto;
}

.studio-menu {
  margin-top: 4px;
}

/* Orange Hauptkategorien */
.studio-menu-highlight {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 2px;
}

.studio-menu-highlight a {
  color: var(--menu-accent);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

/* Trennlinie */
.studio-menu-divider {
  width: 100%;
  height: 1px;
  margin: 14px 0 12px;
  background: var(--menu-divider);
}

/* Weiße Menülinks */
.studio-menu-main {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.studio-menu-main a {
  color: var(--menu-text);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

/* Hover */
.studio-menu a:hover,
.studio-menu a:focus {
  color: var(--menu-accent);
  transform: translateX(4px);
}

/* Social Icons am unteren Rand */
.studio-menu-socials {
  display: flex;
  gap: 14px;
  margin-top: auto;
  padding-top: 34px;
}

.studio-menu-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--menu-text);
  font-size: 18px;
  text-decoration: none;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.studio-menu-socials a:hover {
  color: var(--menu-accent);
  transform: translateY(-2px);
}

/* Hintergrund hinter dem geöffneten Menü */
.offcanvas-backdrop.show {
  opacity: 0.55;
}

/* Auf größeren Geräten optional etwas breiter */
@media (min-width: 768px) {
  .studio-offcanvas {
    width: 285px !important;
  }

  .studio-offcanvas-body {
    padding-right: 28px;
    padding-left: 28px;
  }
}