

:root {

  --bg: #0a0807;
  --black: #000;
  --cream: #F4ECDF;
  --muted: #A89E8C;
  --gold: #D9A86A;
  --muted-70: rgba(168,158,140,0.7);
  --muted-65: rgba(168,158,140,0.65);
  --muted-60: rgba(168,158,140,0.6);
  --muted-55: rgba(168,158,140,0.55);
  --muted-line: rgba(168,158,140,0.28);
  --muted-line-soft: rgba(168,158,140,0.2);
  --gold-line: rgba(217,168,106,0.16);
  --gold-line-soft: rgba(217,168,106,0.12);
  --gold-line-meta: rgba(217,168,106,0.14);
  --gold-line-link: rgba(217,168,106,0.35);
  --gold-rule: rgba(217,168,106,0.45);
  --gold-hover-soft: rgba(217,168,106,0.5);
  --selection: rgba(217,168,106,0.3);
  --card-hover-bg: rgba(217,168,106,0.08);
  --title-top: #E6DDCF;
  --title-bottom: #A89E8C;
  --overlay: rgba(10,8,7,0.97);
  --play-bg: rgba(10,8,7,0.35);
  --play-bg-hover-reel: rgba(217,168,106,0.18);
  --play-bg-hover-video: rgba(90,64,34,0.6);

  --font-body: 'Inter','Helvetica Neue',Helvetica,Arial,sans-serif;
  --font-display: 'Yanone Kaffeesatz',sans-serif;
  --font-display-var: 'Yanone Kaffeesatz Variable','Yanone Kaffeesatz',sans-serif;
  --weight-semibold: 600;

  --w-page: 880px;
  --w-legal: 840px;
  --w-article: 680px; 
  --w-reel: 1080px;

  --pad-x-header: clamp(20px,9vw,200px);
  --pad-x: clamp(20px,5vw,40px);
  --pad-y-header: clamp(16px,2.4vw,28px);
  --gap-paragraph: 1.4em;
  --offset-desktop: clamp(-14px, calc(640px - 100vw), 0px);
  --transition: color .3s, border-color .3s;
}

@font-face { font-family: 'Yanone Kaffeesatz'; font-style: normal; font-weight: 300; font-display: block; src: url('uploads/yanone-kaffeesatz-300.woff2') format('woff2'); }
@font-face { font-family: 'Yanone Kaffeesatz'; font-style: normal; font-weight: 400; font-display: block; src: url('uploads/yanone-kaffeesatz-400.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url('uploads/Inter-Light.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('uploads/Inter-Regular.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: italic; font-weight: 400; font-display: swap; src: url('uploads/Inter-Italic.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('uploads/Inter-SemiBold.woff2') format('woff2'); }

@font-face { font-family: 'Yanone Kaffeesatz Variable'; font-style: normal; font-weight: 200 700; font-display: block; src: url('uploads/yanone-kaffeesatz-latin-wght-normal.woff2') format('woff2-variations'), url('uploads/yanone-kaffeesatz-latin-wght-normal.woff2') format('woff2'); 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; }
@font-face { font-family: 'Yanone Kaffeesatz Variable'; font-style: normal; font-weight: 200 700; font-display: block; src: url('uploads/yanone-kaffeesatz-latin-ext-wght-normal.woff2') format('woff2-variations'), url('uploads/yanone-kaffeesatz-latin-ext-wght-normal.woff2') format('woff2'); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.scrollbar-stable { scrollbar-gutter: stable; }
body { margin: 0; background: var(--bg); }
::selection { background: var(--selection); color: var(--cream); }
a { color: var(--muted); }
a:hover { color: var(--gold); }
figure { margin: 0; }
strong { font-weight: var(--weight-semibold); }
video:fullscreen, video:-webkit-full-screen { object-fit: contain !important; background: var(--black); }

.page {
  background: var(--bg);
  color: var(--cream);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden;
}
.page--stack { display: flex; flex-direction: column; }
.page--dvh { min-height: 100vh; min-height: 100dvh; }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: var(--pad-y-header) var(--pad-x-header);
}
.site-header__fade {
  position: absolute; inset: 0 0 -40px 0; z-index: -1; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,8,7,0.98) 0%, rgba(10,8,7,0.97) 40%, rgba(10,8,7,0.94) 55%, rgba(10,8,7,0.85) 66%, rgba(10,8,7,0.68) 75%, rgba(10,8,7,0.45) 83%, rgba(10,8,7,0.24) 90%, rgba(10,8,7,0.09) 96%, rgba(10,8,7,0) 100%);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 55%, rgba(0,0,0,0.6) 78%, rgba(0,0,0,0.22) 91%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 55%, rgba(0,0,0,0.6) 78%, rgba(0,0,0,0.22) 91%, rgba(0,0,0,0) 100%);
}
.brand {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: clamp(4px,1vw,20px) clamp(10px,1.6vw,20px);
  min-width: 0; text-decoration: none; line-height: 1.25;
}
.brand__name, .brand__title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(17px,1.9vw,30px); letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--cream); margin: 0;
}
.brand__name { white-space: nowrap; }
.brand__rule { width: 1px; height: clamp(14px,1.7vw,28px); background: var(--gold-rule); flex: none; }

.site-nav { display: flex; align-items: center; gap: clamp(18px,3vw,40px); }
.nav-link {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(14px,1.4vw,23px); letter-spacing: 0.22em;
  color: var(--muted); text-decoration: none; text-transform: uppercase;
  border-bottom: 1px solid transparent; padding-bottom: 2px;
  transition: var(--transition);
}
.nav-link:hover { color: var(--gold); border-bottom-color: var(--gold); }
.nav-link[aria-current="page"] { color: var(--gold); }

.menu-button {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; padding: 0 8px; margin-right: -8px;
  background: none; border: 0; cursor: pointer;
}
.menu-button__bar { display: block; width: 26px; height: 1px; background: var(--cream); transition: transform .3s, opacity .2s; }
.menu-open .menu-button__bar:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-button__bar:nth-child(2) { opacity: 0; }
.menu-open .menu-button__bar:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-menu {
  display: none; position: fixed; inset: 0; z-index: 45;
  background: var(--overlay);
  flex-direction: column; align-items: center; justify-content: center;
  gap: clamp(28px,5vh,44px);
}
.mobile-menu__link {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.8rem,7vw,2.6rem); letter-spacing: 0.22em;
  color: var(--cream); text-decoration: none; text-transform: uppercase;
}
.mobile-menu__link:hover, .mobile-menu__link[aria-current="page"] { color: var(--gold); }
.mobile-menu__rule { width: 56px; height: 1px; background: var(--gold-rule); }

.site-footer {
  border-top: 1px solid var(--gold-line-soft);
  max-width: var(--w-page); width: 100%; margin: auto auto 0;
  padding: clamp(24px,4vh,36px) var(--pad-x);
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; align-items: baseline;
}
.site-footer--legal { max-width: var(--w-legal); }
.site-footer--article { max-width: var(--w-article); }
.footer-nav { display: flex; flex-wrap: wrap; gap: clamp(18px,3vw,32px); }
.footer-link {
  font-family: var(--font-display); font-weight: 300; font-size: 14px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); text-decoration: none;
  border-bottom: 1px solid transparent; padding-bottom: 2px;
  transition: var(--transition);
}
.footer-link:hover { color: var(--gold); border-bottom-color: var(--gold); }
.footer-link[aria-current="page"] { color: var(--gold); }
.copyright { font-family: var(--font-display); font-weight: 300; font-size: 13px; letter-spacing: 0.16em; color: var(--muted-55); }

.section-title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.7rem,4.5vw,2.8rem); letter-spacing: 0.16em;
  text-transform: uppercase; margin: 0 0 clamp(28px,4vh,44px); color: var(--cream);
}
.text-link { color: var(--muted); text-decoration: none; border-bottom: 1px solid var(--muted-line); transition: var(--transition); }
.text-link:hover { color: var(--gold); border-bottom-color: var(--gold); }
.figure-caption { font-weight: 400; font-style: italic; font-size: 0.86rem; line-height: 1.55; color: var(--muted-70); margin: 10px 0 0; }
.offset-desktop { transform: translateX(var(--offset-desktop)); }

.play-button {
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; border: 1px solid var(--gold);
  background: var(--play-bg);
  -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
  transition: background .3s;
}
.play-button--reel { width: clamp(64px,7vw,92px); height: clamp(64px,7vw,92px); }
.play-button--reel:hover { background: var(--play-bg-hover-reel); }
.play-button--video { width: 30%; aspect-ratio: 1; }
.play-button--video:hover { background: var(--play-bg-hover-video); }
.play-triangle {
  display: block; width: 0; height: 0; margin-left: 6px;
  border-style: solid; border-width: 13px 0 13px 22px;
  border-color: transparent transparent transparent var(--cream);
}
.play-icon { display: block; width: 24%; height: auto; margin-left: 6.5%; overflow: visible; }
.play-icon polygon { fill: var(--cream); }

.intro {
  position: relative;
  display: flex; flex-direction: column; justify-content: center;
  min-height: 70vh; min-height: 70svh;
  padding: clamp(96px,14vh,160px) var(--pad-x-header) clamp(96px,16vh,180px);
  background:
    linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.7) 35%, rgba(0,0,0,0) 60%),
    #000 url('uploads/hero.jpg') calc(100% + 10vw) calc(50% + 10vh) / cover no-repeat;
}
.intro__content { position: relative; z-index: 1; width: 50vw; max-width: 100%; }
@media (max-width: 1199.98px) {
  .intro {
    background:
      linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.78) 58%, rgba(0,0,0,0) 80%),
      #000 url('uploads/hero.jpg') calc(100% + 22vw) calc(50% + 10vh) / cover no-repeat;
  }
}

@media (min-width: 1660px) {
  .intro {
    background:
      linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.7) calc(var(--pad-x-header) + clamp(2rem,6.6vw,9.8rem) * 5.73 - 130px), rgba(0,0,0,0) calc(var(--pad-x-header) + clamp(2rem,6.6vw,9.8rem) * 5.73 + 320px)),
      #000 url('uploads/hero.jpg') calc(var(--pad-x-header) + clamp(2rem,6.6vw,9.8rem) * 5.73 - 940px) calc(50% + 10vh) / 2000px auto no-repeat;
  }
}
.intro__text {
  margin: clamp(6px,1vh,12px) 0 0;
  font-family: var(--font-body); font-weight: 300;
  font-size: clamp(1rem,1.35vw,1.4rem); line-height: 1.7; color: var(--muted);
  text-wrap: pretty;
}
.intro__note {
  margin: clamp(8px,1.4vh,16px) 0 0;
  font-family: var(--font-body); font-weight: 300;
  font-size: clamp(0.88rem,1vw,1.05rem); line-height: 1.7; color: var(--muted-70);
  text-wrap: pretty;
}

.intro__actions { display: flex; flex-wrap: wrap; gap: 12px 16px; margin-top: clamp(24px,4vh,40px); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 clamp(22px,2vw,30px);
  font-family: var(--font-body); font-weight: 400; font-size: clamp(0.88rem,0.95vw,1rem); letter-spacing: 0.06em;
  text-decoration: none; color: var(--cream);
  border: 1px solid var(--gold); border-radius: 999px;
  background: var(--play-bg);
  -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
  transition: background .3s;
}
.btn:hover { background: var(--play-bg-hover-reel); color: var(--cream); }
.btn--primary { background: var(--gold); color: var(--bg); gap: 10px; font-weight: var(--weight-semibold); }
.btn__play { display: block; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 8px; border-color: transparent transparent transparent currentColor; }
.btn--primary:hover { background: var(--cream); border-color: var(--cream); color: var(--bg); }
.intro__title {
  font-family: var(--font-display-var); font-weight: 500;
  font-size: clamp(2rem,6.6vw,9.8rem); line-height: 1; letter-spacing: 0.04em; white-space: nowrap;
  text-transform: uppercase; color: var(--cream); margin: 0;
  background: linear-gradient(180deg, var(--title-top) 0%, var(--title-bottom) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.intro::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 22%; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,8,7,0) 0%, var(--bg) 100%);
}
.hero {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: clamp(40px,6vh,72px) var(--pad-x-header) 0;
}
.reel { width: 100%; max-width: var(--w-reel); }
.reel__frame { position: relative; width: 100%; aspect-ratio: 16/9; background: var(--black); border: 1px solid var(--gold-line); overflow: hidden; }
.reel__iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.reel__button {
  position: absolute; inset: 0; width: 100%; height: 100%;
  border: 0; cursor: pointer; padding: 0;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(ellipse 70% 90% at 30% 105%, rgba(217,168,106,0.22), transparent 58%), radial-gradient(ellipse 50% 70% at 70% 110%, rgba(217,168,106,0.10), transparent 60%), var(--bg);
}
.reel__poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.reel__cta { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 18px; margin-top: clamp(24px,6%,72px); }
.reel__label { font-family: var(--font-display); font-weight: 300; font-size: clamp(13px,1.4vw,16px); letter-spacing: 0.34em; text-transform: uppercase; color: var(--muted); }
.consent-note { font-family: var(--font-body); font-weight: 400; font-size: 13px; line-height: 1.7; letter-spacing: 0.01em; color: var(--muted-60); margin: 14px 0 0; text-align: center; }
.consent-note .text-link { color: var(--muted-60); }
.consent-note .text-link:hover { color: var(--gold); }

.home-section { max-width: var(--w-article); margin: 0 auto; padding: clamp(64px,11vh,120px) var(--pad-x); }
.home-section--last { padding-top: clamp(12px,2vh,28px); padding-bottom: clamp(80px,14vh,160px); }
#about { padding-top: calc(clamp(56px,9.5vh,104px) + clamp(12px,2vh,28px)); padding-bottom: clamp(56px,9.5vh,104px); }
.home-section .section-title { margin-bottom: clamp(16px,2.4vh,26px); }
.about-text {
  display: flex; flex-direction: column; gap: var(--gap-paragraph);
  font-weight: 400; font-size: clamp(1rem,1.5vw,1.18rem); line-height: 1.8; color: var(--muted); max-width: 600px; text-wrap: pretty;
}
.about-text p { margin: 0; }

.contact-list { display: flex; flex-direction: column; align-items: flex-start; gap: clamp(10px,1.6vh,18px); }
.contact-item { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.05rem,1.6vw,1.3rem); letter-spacing: 0.04em; color: var(--muted); }
.contact-item--lead { margin-bottom: clamp(10px,2vh,24px); }

.contact-actions { display: inline-flex; flex-direction: column; gap: 16px; }
.contact-social { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.contact-actions .btn { gap: 10px; font-weight: 300; }
.contact-actions .btn--icon { min-height: 0; padding: 4px; border: 0; border-radius: 0; background: none; -webkit-backdrop-filter: none; backdrop-filter: none; color: var(--cream); transition: color .3s; }
.contact-actions .btn--icon:hover { background: none; color: var(--gold); }
.contact-actions .btn--icon .btn__icon { width: 32px; height: 32px; }
.btn--icon { padding: 0 clamp(18px,1.6vw,24px); }
.btn__icon { display: block; flex: none; width: 20px; height: 20px; fill: currentColor; }
.btn__icon--line { fill: none; }
.btn__icon--sm { width: 16px; height: 16px; }
.btn--ghost { gap: 10px; }
.contact-link { text-decoration: none; border-bottom: 1px solid var(--muted-line-soft); padding-bottom: 5px; transition: var(--transition); word-break: break-word; }
.contact-link:hover { color: var(--gold); border-bottom-color: var(--gold-hover-soft); }

.page-intro { max-width: var(--w-page); width: 100%; margin: 0 auto; padding: clamp(124px,15vh,170px) var(--pad-x) clamp(32px,6vh,56px); }
.page-title { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem,5.5vw,3.4rem); letter-spacing: 0.14em; text-transform: uppercase; margin: 0; color: var(--cream); }
.case-list { max-width: var(--w-page); width: 100%; margin: 0 auto; padding: 0 var(--pad-x) clamp(80px,14vh,140px); display: flex; flex-direction: column; gap: clamp(28px,4vh,40px); }
.case-card {
  display: flex; flex-wrap: wrap; align-items: center; gap: clamp(20px,3vw,32px);
  text-decoration: none; padding: clamp(24px,3.5vw,36px);
  border: 1px solid var(--gold-line); transition: border-color .3s, background .3s;
}
.case-card:hover { background: var(--card-hover-bg); border-color: var(--gold-rule); }
.case-card__image { width: clamp(110px,18%,150px); aspect-ratio: 9/16; object-fit: cover; display: block; border: 1px solid var(--gold-line); }
.case-card__body { flex: 1 1 280px; min-width: 0; display: flex; flex-direction: column; gap: 14px; }
.case-card__meta { font-family: var(--font-display); font-weight: 300; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted-70); }
.case-card__meta--year { letter-spacing: 0.22em; }
.case-card__cta { color: var(--gold); }
.case-card__title { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.5rem,3.4vw,2.1rem); letter-spacing: 0.04em; margin: 0; color: var(--cream); }
.case-card__subtitle { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.15rem,2vw,1.4rem); letter-spacing: 0.02em; line-height: 1.5; margin: 0; color: var(--muted); max-width: 60ch; }
.case-card__teaser { font-weight: 400; font-size: clamp(1rem,1.5vw,1.1rem); line-height: 1.75; margin: 0; color: var(--muted); max-width: 60ch; }

.article { max-width: var(--w-article); margin: 0 auto; padding: clamp(116px,14vh,160px) var(--pad-x) clamp(80px,12vh,140px); }
.back-link {
  display: inline-block; font-family: var(--font-display); font-weight: 300;
  font-size: clamp(14px,1.5vw,17px); letter-spacing: 0.22em; color: var(--muted);
  text-decoration: none; text-transform: uppercase; margin: 0 0 clamp(14px,2vh,20px); transition: color .3s;
}
.back-link:hover { color: var(--gold); }
.post-title { font-family: var(--font-display); line-height: 1.2; font-weight: 300; font-size: clamp(2rem,5.5vw,3rem); letter-spacing: 0.03em; margin: 0 0 12px; color: var(--cream); }
.post-subtitle { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.25rem,2.4vw,1.65rem); letter-spacing: 0.02em; margin: 0 0 clamp(36px,5vh,52px); color: var(--muted); }
.post-meta {
  display: grid; grid-template-columns: auto 1fr; gap: 8px 20px;
  font-weight: 400; font-size: 0.98rem; line-height: 1.6; color: var(--muted);
  margin: 0 0 clamp(40px,6vh,60px); padding-bottom: clamp(32px,5vh,48px);
  border-bottom: 1px solid var(--gold-line-meta);
}
.post-meta dt { color: var(--muted-65); }
.post-meta dd { margin: 0; }
.post-intro { font-style: italic; font-weight: 400; font-size: clamp(1rem,1.4vw,1.1rem); line-height: 1.8; color: var(--muted); margin: 0 0 clamp(28px,4vh,40px); }

.post-text { font-weight: 400; font-size: clamp(1.02rem,1.5vw,1.15rem); line-height: 1.85; color: var(--muted); margin: 0 0 var(--gap-paragraph); text-wrap: pretty; }
.post-text--gap-l { margin-bottom: clamp(28px,4vh,40px); }
.post-text--gap-m { margin-bottom: clamp(20px,3vh,28px); }
.post-text--gap-s { margin-bottom: clamp(16px,2.4vh,22px); }
.post-text--flush { margin: 0; }

.chapter-title { font-family: var(--font-display); line-height: 1.35; font-weight: 300; font-size: clamp(1.5rem,3.5vw,2rem); letter-spacing: 0.06em; color: var(--cream); margin: clamp(44px,7vh,76px) 0 clamp(12px,1.8vh,18px); }
.pull-quote {
  margin: 0 0 clamp(28px,4vh,40px); padding: clamp(20px,3vw,28px) clamp(24px,3.5vw,32px);
  border-left: 2px solid var(--gold);
  font-family: var(--font-display); font-weight: 300; font-size: clamp(1.15rem,2vw,1.4rem); line-height: 1.55; color: var(--cream);
}

.media-image { width: 100%; display: block; border: 1px solid var(--gold-line); object-fit: cover; height: auto; }
.video-frame { position: relative; width: 100%; aspect-ratio: 9/16; background: var(--black); border: 1px solid var(--gold-line); }
.video-frame--main { max-width: 380px; margin: 0 auto; }
.video-frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: transparent; border: 0; padding: 0; cursor: pointer; }
.video-overlay[hidden] { display: none; }
.video-source { margin: 10px auto clamp(36px,5vh,52px); max-width: 380px; }

.figure-sharepic { margin: 0 0 clamp(40px,6vh,56px); }
.figure-sharepic .media-image { aspect-ratio: 4/5; max-width: 440px; margin: 0 auto; }

.media-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(20px,3.5vw,36px); margin: 0 0 clamp(40px,6vh,56px); }
.media-row--tight { margin-bottom: var(--gap-paragraph); }
.media-row__figure { flex: 0 1 200px; margin: 0; }
.media-row__figure .media-image { aspect-ratio: 9/16; }
.media-row__text { flex: 1 1 280px; min-width: 0; display: flex; flex-direction: column; gap: var(--gap-paragraph); }

.float-bottom { display: flow-root; margin: 0 0 clamp(40px,6vh,56px); }
.float-bottom__spacer { float: left; width: 0; height: var(--spacer, 0px); }
.float-bottom__figure { float: left; clear: left; width: 200px; margin: 0 clamp(20px,3.5vw,32px) 0 0; padding-top: 0.5em; }
.float-bottom__figure .media-image { aspect-ratio: 9/16; }
.float-bottom .post-text + .post-text { margin-top: var(--gap-paragraph); }

.float-wrap { display: flow-root; margin: 0 0 var(--gap-paragraph); }
.float-figure { float: right; width: clamp(172px,34%,218px); margin: 0.4em 0 0.4em clamp(20px,3.5vw,32px); }
.float-figure .media-image { aspect-ratio: 608/756; }
.float-figure .figure-caption { display: block; }

.cta-link { font-family: var(--font-display); font-weight: 300; font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 3px; }
.credits { font-weight: 400; font-size: 0.92rem; line-height: 1.7; color: var(--muted-70); margin: clamp(32px,5vh,48px) 0 0; }

.legal-main { flex: 1; max-width: var(--w-legal); width: 100%; margin: 0 auto; padding: clamp(120px,18vh,180px) var(--pad-x) clamp(64px,11vh,120px); }
.impressum { display: flex; flex-direction: column; gap: clamp(26px,4vh,40px); font-weight: 400; font-size: clamp(1rem,1.5vw,1.18rem); line-height: 1.8; color: var(--muted); max-width: 62ch; }
.impressum p { margin: 0; }
.impressum address { margin: 0; font-style: normal; display: flex; flex-direction: column; }
.impressum__group { display: flex; flex-direction: column; }
.impressum a { text-decoration: none; border-bottom: 1px solid var(--muted-line-soft); padding-bottom: 2px; transition: var(--transition); }
.impressum a:hover { color: var(--gold); border-bottom-color: var(--gold); }

.legal-text { font-weight: 400; font-size: clamp(0.98rem,1.35vw,1.08rem); line-height: 1.8; color: var(--muted); max-width: 74ch; text-wrap: pretty; }
.legal-text p { margin: 0 0 1.15em; }
.legal-text h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.15rem,2vw,1.45rem); letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream); margin: 2.8em 0 1em; line-height: 1.35; }
.legal-text h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1rem,1.6vw,1.12rem); letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream); margin: 2em 0 0.7em; }
.legal-text ul { margin: 0 0 1.5em; padding-left: 1.25em; list-style: disc; }
.legal-text li { margin: 0 0 0.7em; }
.legal-text a { color: var(--muted); text-decoration: none; border-bottom: 1px solid var(--gold-line-link); overflow-wrap: anywhere; }
.legal-text a:hover { color: var(--gold); border-bottom-color: var(--gold); }
.legal-text strong { color: var(--cream); }
.legal-text .legal-text__source { margin: 3em 0 0; font-size: 0.85em; color: var(--muted-55); }

@media (min-width: 640px) {
  .intro { justify-content: flex-start; padding-top: clamp(140px,22vh,260px); }
  .video-frame--main { width: 360px; max-width: none; height: 640px; aspect-ratio: auto; }
  .video-source { max-width: 360px; }

  .media-row:has(.media-row__figure--loop) { display: flow-root; }
  .media-row__figure--loop { float: left; width: 238px; margin: 0.45em clamp(20px,3.5vw,32px) 0.6em 0; }
  .media-row__figure--loop + .media-row__text { display: block; }
  .media-row__figure--loop + .media-row__text .post-text + .post-text { margin-top: var(--gap-paragraph); }

  .media-row__figure--loop .video-frame { width: 238px; height: 422px; aspect-ratio: auto; }
}

@media (max-width: 789.98px) {
  .intro__text br, .intro__note br { display: none; }
  .intro__content { width: 100%; }
}
@media (max-width: 639.98px) {
  .brand__rule, .site-nav { display: none; }
  .menu-button { display: flex; }
  .menu-open .mobile-menu { display: flex; }
  .media-row__figure { flex: 1 1 100%; }
  .media-row__figure--below { order: 2; }

  .media-row__figure--loop + .media-row__text { display: contents; }
  .media-row__figure--loop + .media-row__text .post-text { flex: 1 1 100%; order: 2; }
  .media-row__figure--loop + .media-row__text .post-text:first-child { order: 0; }
  .media-row__figure--loop { order: 1; }
  .float-figure { float: none; display: block; width: 100%; margin: 1.4em 0; }

  .float-bottom { display: flex; flex-direction: column; gap: var(--gap-paragraph); }
  .float-bottom__spacer { display: none; }
  .float-bottom__figure { float: none; width: 100%; margin: 0; padding-top: 0; order: 2; }
  .float-bottom .post-text + .post-text { margin-top: 0; }
}
