@font-face {
  font-family: 'Kaften';
  src: url('../schriften/Kaftan/6f015c37e61211d79a8d711c425993c6.eot');
  src:
    url('../schriften/Kaftan/6f015c37e61211d79a8d711c425993c6.woff2') format('woff2'),
    url('../schriften/Kaftan/6f015c37e61211d79a8d711c425993c6.woff') format('woff'),
    url('../schriften/Kaftan/6f015c37e61211d79a8d711c425993c6.ttf') format('truetype'),
    url('../schriften/Kaftan/6f015c37e61211d79a8d711c425993c6.eot?#iefix') format('embedded-opentype'),
    url('../schriften/Kaftan/6f015c37e61211d79a8d711c425993c6.svg#Kaftan Serif - Trial') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cherry B';
  src: url('../schriften/CherryB/aafa8f6c17904716348b4568478a159d.eot');
  src:
    url('../schriften/CherryB/aafa8f6c17904716348b4568478a159d.woff2') format('woff2'),
    url('../schriften/CherryB/aafa8f6c17904716348b4568478a159d.woff') format('woff'),
    url('../schriften/CherryB/aafa8f6c17904716348b4568478a159d.ttf') format('truetype'),
    url('../schriften/CherryB/aafa8f6c17904716348b4568478a159d.eot?#iefix') format('embedded-opentype'),
    url('../schriften/CherryB/aafa8f6c17904716348b4568478a159d.svg#Cherry Blossoms') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #020202;
  --bg-soft: #050505;
  --text-rgb: 143, 143, 143;
  --text: #8f8f8f;
  --muted: #8f8f8f;
  --nav-text: #d6d6d6;
  --soft: rgba(var(--text-rgb), 0.78);
  --line: rgba(var(--text-rgb), 0.26);
  --line-strong: rgba(var(--text-rgb), 0.42);
  --button-line: rgba(var(--text-rgb), 0.38);
  --button-line-hover: rgba(var(--text-rgb), 0.7);
  --content-width: 1260px;
  --content-narrow: 1060px;
  --site-background-image: url('../images/2026/Background-Black.png');
  --anchor-offset: 112px;
  --font-base: 'Kaften', sans-serif;
  --font-signature: 'Cherry B', cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  font-family: var(--font-base);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    var(--site-background-image) center top / cover fixed no-repeat,
    #000;
}
img, video { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button,
input,
select,
textarea { font-family: var(--font-base); }
.main-nav a:focus-visible,
.nav-lang-switch:focus-visible,
.outline-button:focus-visible,
.footer-contact-link:focus-visible,
.footer-meta-nav a:focus-visible,
.legal-content a:focus-visible,
.menu-toggle:focus-visible,
.slider-dots button:focus-visible {
  outline: 2px solid rgba(214, 214, 214, 0.9);
  outline-offset: 4px;
}
main [id],
footer[id],
footer [id] { scroll-margin-top: calc(var(--anchor-offset) + 24px); }
#home { scroll-margin-top: 0; }
.container { width: min(calc(100% - 48px), var(--content-width)); margin: 0 auto; }
.container,
.section,
.team-grid,
.service-list,
.service-row,
.service-copy,
.feedback-grid,
.feedback-card,
.footer-grid,
.barber-layout,
.barber-content,
.barber-copy,
.barber-hero-image,
.video-shell,
.hours-page-shell { min-width: 0; }
.narrow { max-width: var(--content-narrow); }
.center { text-align: center; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(0,0,0,.34);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.03);
  transition: background .25s ease, backdrop-filter .25s ease, border-color .25s ease;
}
.site-header.scrolled,
.site-header.site-header--solid {
  background: rgba(0,0,0,.58);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.header-inner {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-width: 0;
}
.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  width: 170px;
}
.brand img {
  width: 150px;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) brightness(1.22) contrast(1.05);
  opacity: .95;
}
.main-nav {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 1.46rem;
  line-height: 1;
  min-width: 0;
}
.main-nav a,
.nav-lang-switch {
  position: relative;
  color: var(--nav-text);
  background: transparent;
  border: 0;
  padding: 8px 0;
  cursor: pointer;
  font: inherit;
  text-shadow: 0 1px 10px rgba(0,0,0,.45);
  white-space: nowrap;
}
.main-nav a::after,
.nav-lang-switch::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: var(--nav-text);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
}
.main-nav a:hover::after,
.main-nav a.active::after,
.nav-lang-switch:hover::after { transform: scaleX(1); }
.nav-lang-switch { min-width: 32px; text-align: center; }
.menu-toggle {
  display: none;
  width: 42px; height: 42px; padding: 0; border: 0; background: transparent;
  flex-direction: column; justify-content: center; gap: 6px;
}
.menu-toggle span { display: block; width: 24px; height: 1px; background: var(--text); }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.16) 34%, rgba(0,0,0,.14));
  pointer-events: none;
}
.hero-video,
.hero-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-video { z-index: 1; }
.hero-fallback { z-index: 0; transition: opacity .25s ease, visibility .25s ease; }
.hero.has-active-video .hero-fallback { opacity: 0; visibility: hidden; }
.hero-fallback {
  background:
    linear-gradient(rgba(0,0,0,.18), rgba(0,0,0,.18)),
    url('../images/2026/Oguen-Laden-I-Querformat-1_neu.jpg') center center/cover no-repeat,
    linear-gradient(135deg, #202020, #343434);
}
.hero-fallback-inner {
  position: absolute; inset: auto 24px 24px auto; padding: 10px 14px;
  background: rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.12);
  text-align: right; color: var(--text); font-size: 1rem;
}

.quote-band {
  position: relative;
  margin-top: 0;
  padding: 34px 0 52px;
}
body[data-page="home"] .quote-band {
  padding: 72px 0 108px;
}
.quote-strip { display: none; }
.quote-content {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}
.quote-content blockquote {
  margin: 0 auto;
  max-width: 980px;
  font-size: clamp(2.2rem, 3.8vw, 3.25rem);
  line-height: 1.08;
  font-style: italic;
  font-weight: 400;
  color: var(--text);
}
.quote-content cite {
  display: block;
  margin-top: 18px;
  font-size: clamp(1.95rem, 2.8vw, 2.6rem);
  font-style: normal;
}

.section { padding-top: 92px; }
.section-shop { padding-top: 64px; }
.section-team { padding-top: 72px; }
.section-offer { padding-top: 90px; }
body[data-page="home"] .section-shop {
  padding-top: 104px;
  padding-bottom: 34px;
}
body[data-page="home"] .section-team {
  padding-top: 148px;
  padding-bottom: 42px;
}
body[data-page="home"] .section-offer {
  padding-top: 168px;
  padding-bottom: 56px;
}
.section-title {
  margin: 0;
  font-size: clamp(3rem, 4.6vw, 4.35rem);
  font-weight: 400;
  line-height: 1;
  color: var(--text);
  text-wrap: balance;
}
.lead,
.team-card p,
.service-copy p,
.shop-paragraph,
.barber-copy p,
.footer-block p,
.footer-block li,
.feedback-card p,
.hours-grid dt,
.hours-grid dd {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.72;
  letter-spacing: .01em;
}
.lead,
.team-card p,
.service-copy p,
.shop-paragraph,
.barber-copy p,
.feedback-card p {
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}
.section-shop .lead {
  max-width: 760px;
  margin: 28px auto 0;
}
body[data-page="home"] .section-shop .lead,
body[data-page="home"] .team-card p,
body[data-page="home"] .service-copy p,
body[data-page="home"] .footer-block p,
body[data-page="home"] .footer-block li {
  font-size: 1.28rem;
  line-height: 1.78;
}
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  height: 50px;
  padding: 0 34px;
  margin-top: 34px;
  border: 1px solid var(--button-line);
  color: var(--text);
  font-family: var(--font-base);
  font-size: .98rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.outline-button.small { min-width: 140px; }
.outline-button:hover { border-color: var(--button-line-hover); background: rgba(255,255,255,.04); transform: translateY(-1px); }

.title-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(14px, 3vw, 28px);
}
.title-divider span { display:block; height:1px; background: var(--line); }
.title-divider--standard { width: 100%; margin: 0 auto 64px; }
.title-divider--full { width: 100%; margin: 0 auto 64px; }
body[data-page="home"] .title-divider--standard { margin-bottom: 86px; }
.footer-divider { margin-bottom: 60px; }
.footer-title { font-size: clamp(3rem, 4.2vw, 3.85rem); }

.team-grid {
  width: min(100%, 1020px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 104px;
}
body[data-page="home"] .team-grid { gap: 132px; }
.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.team-card p {
  width: 100%;
  margin: 0;
  flex: 1 1 auto;
}
.team-card .outline-button {
  margin-top: 30px;
}
.team-card h3,
.service-copy h3,
.footer-block h3,
.feedback-card h3 {
  margin: 22px 0 12px;
  font-size: clamp(2rem, 2.7vw, 2.7rem);
  font-weight: 400;
  text-wrap: balance;
}
.image-frame { overflow: hidden; background: #111; }
.portrait-frame { width: 100%; max-width: 332px; margin: 0 auto; aspect-ratio: 0.73; }
.service-frame { width: min(100%, 402px); aspect-ratio: 0.72; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }

.service-list {
  width: min(100%, 1040px);
  margin: 0 auto;
  display: grid;
  gap: 64px;
}
body[data-page="home"] .service-list { gap: 94px; }
.service-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 402px);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
body[data-page="home"] .service-row,
body[data-page="home"] .service-row.reverse { gap: clamp(40px, 6vw, 86px); }
.service-row.reverse {
  grid-template-columns: minmax(260px, 402px) minmax(0, 1fr);
}
.service-row.reverse .service-copy { order: 2; }
.service-row.reverse .service-frame { order: 1; }
.service-copy {
  width: 100%;
  min-width: 0;
  max-width: 450px;
}
.service-copy h3 { margin-top: 0; }
.section-offer .service-copy h3 {
  text-align: center;
}
.service-frame {
  justify-self: center;
  margin-inline: auto;
}
.products-copy { max-width: 430px; }
.last-row { margin-top: 8px; }

.site-footer { padding: 98px 0 30px; }
body[data-page="home"] .site-footer { padding-top: 156px; }
.footer-grid {
  width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.footer-block { text-align: center; }
.site-footer .footer-block h3 {
  margin: 0 0 24px;
  font-size: clamp(1.9rem, 2.2vw, 2.55rem);
  text-transform: uppercase;
  letter-spacing: .05em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
.site-footer .footer-block p,
.site-footer .footer-block li {
  font-size: 1.02rem;
  line-height: 1.45;
  letter-spacing: .06em;
  text-transform: uppercase;
}
body[data-page="home"] .site-footer .footer-block p,
body[data-page="home"] .site-footer .footer-block li {
  font-size: 1.02rem;
  line-height: 1.45;
}
.site-footer .footer-block > p {
  max-width: 250px;
  margin: 0 auto;
}
.site-footer .footer-address address {
  max-width: 250px;
  margin: 0 auto;
  font-style: normal;
  white-space: pre-line;
  text-transform: none;
  letter-spacing: .01em;
}
.hours-grid {
  width: min(100%, 340px);
  margin: 0 auto;
  display: grid;
  gap: 8px;
}
.hours-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 18px;
}
.hours-grid dt,
.hours-grid dd {
  margin: 0;
  min-width: 0;
}
.hours-grid dt { text-align: left; }
.hours-grid dd {
  justify-self: end;
  text-align: right;
  white-space: nowrap;
}
.site-footer .footer-hours .hours-grid {
  width: min(100%, 320px);
}
.site-footer .footer-hours dt,
.site-footer .footer-hours dd {
  font-size: 1.02rem;
  line-height: 1.45;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.footer-contact-box {
  border: 0;
  padding: 0;
}
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  justify-items: center;
}
.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: 260px;
  max-width: 100%;
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  color: var(--text);
  font-size: .98rem;
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.footer-contact-link:hover {
  border-color: var(--button-line-hover);
  background: rgba(255,255,255,.04);
  transform: translateY(-1px);
}
.footer-contact-link span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.footer-contact-link__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.footer-contact-link__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 60px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.05);
}
.footer-bottom p { color: var(--text); font-size: .94rem; margin: 0; }
.footer-meta-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
}
.footer-meta-nav a {
  position: relative;
  color: var(--text);
  font-size: .94rem;
  line-height: 1.35;
  letter-spacing: .04em;
  transition: opacity .25s ease;
}
.footer-meta-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
}
.footer-meta-nav a:hover::after,
.footer-meta-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}
.footer-meta-nav a[aria-current="page"] {
  opacity: 1;
}

.legal-page {
  min-height: 100vh;
  padding-top: 126px;
}
.legal-shell {
  width: min(100%, 860px);
}
.legal-section {
  padding-bottom: 18px;
}
.title-divider.legal-intro {
  margin-bottom: 32px;
}
.legal-lead,
.legal-block p,
.legal-block li,
.legal-block address {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.72;
  letter-spacing: .01em;
}
.legal-lead {
  margin: 0 0 38px;
  text-align: left;
}
.legal-content {
  display: grid;
  gap: 32px;
}
.legal-block {
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.06);
  min-width: 0;
}
.legal-block:first-child {
  padding-top: 0;
  border-top: 0;
}
.legal-block h2 {
  margin: 0 0 14px;
  font-size: clamp(1.95rem, 2.8vw, 2.5rem);
  font-weight: 400;
  line-height: 1.08;
  text-wrap: balance;
}
.legal-block p,
.legal-block address,
.legal-block ul {
  margin: 0;
}
.legal-block p + p,
.legal-block p + ul,
.legal-block ul + p,
.legal-block address + p {
  margin-top: 14px;
}
.legal-block address {
  font-style: normal;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.legal-list {
  margin: 0;
  padding-left: 1.2rem;
}
.legal-list li + li {
  margin-top: 10px;
}
.legal-content a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
.legal-footnote {
  font-size: 1rem;
  line-height: 1.6;
}
.error-page {
  min-height: 100vh;
  padding-top: 126px;
}
.error-section {
  padding-bottom: 18px;
}
.error-shell {
  width: min(100%, 820px);
  display: grid;
  justify-items: center;
  gap: 28px;
  text-align: center;
}
.error-code {
  margin: 0;
  font-size: clamp(4.6rem, 13vw, 9rem);
  line-height: .86;
  letter-spacing: .18em;
  text-indent: .18em;
  color: rgba(var(--text-rgb), 0.36);
}
.title-divider.error-divider {
  margin-bottom: 0;
}
.error-copy,
.error-note {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.72;
  letter-spacing: .01em;
}
.error-note {
  font-size: 1rem;
  line-height: 1.62;
}
.error-actions,
.error-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 18px;
}
.error-actions .outline-button {
  margin-top: 0;
}
.error-links a {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
body[data-page="error"] .site-footer {
  padding-top: 82px;
}
body[data-page="legal"] .site-footer {
  padding-top: 64px;
}

.page-hero-slider {
  position: relative;
  padding-top: 0;
}
.slider-track { position: relative; height: clamp(420px, 56vw, 760px); overflow: hidden; }
.slider-slide {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity .9s ease;
}
.slider-slide.is-active { opacity: 1; }
.slider-slide img { width: 100%; height: 100%; object-fit: cover; }
.slider-dots {
  position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 3;
}
.slider-dots button {
  width: 9px; height: 9px; border-radius: 999px; border: 1px solid rgba(255,255,255,.65);
  background: transparent; padding: 0; cursor: pointer;
}
.slider-dots button.is-active { background: rgba(255,255,255,.75); }
.shop-page-intro { padding-top: 54px; }
.shop-page-copy { text-align: left; }
.shop-page-copy .title-divider { margin-bottom: 34px; }
.shop-paragraph + .shop-paragraph { margin-top: 18px; }
.video-shell { width: min(100%, 1040px); }
.section-video { padding-top: 56px; }
.shop-video { background: #0b0b0b; aspect-ratio: 16 / 9; object-fit: cover; }
.section-feedback { padding-top: 84px; }
.feedback-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}
.feedback-card {
  min-height: 360px;
  min-width: 0;
  overflow: hidden;
  padding: 30px 28px 26px;
  border: 1px solid var(--line-strong);
  border-radius: 28px;
  text-align: center;
}
.feedback-card p { overflow-wrap: anywhere; }
.feedback-stars {
  font-size: 1.2rem;
  letter-spacing: clamp(.12em, .25vw, .22em);
  white-space: nowrap;
  color: var(--text);
  margin-bottom: 26px;
}
.section-hours-page { padding-top: 72px; padding-bottom: 8px; }
.hours-page-shell { text-align: center; }
.hours-page-shell .title-divider { margin-bottom: 34px; }
.hours-grid--page {
  width: min(100%, 430px);
}
.hours-grid--page dt,
.hours-grid--page dd {
  font-size: 1.28rem;
  line-height: 1.62;
}

.barber-detail {
  min-height: 100vh;
  padding-top: 126px;
}
.barber-layout {
  position: relative;
  padding-bottom: 52px;
}
.barber-hero-row {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: clamp(290px, 34vw, 470px);
  margin-bottom: 148px;
}
.barber-hero-row--right { justify-content: flex-end; }
.barber-hero-row--left { justify-content: flex-start; }
.barber-detail--ogin .barber-signature {
  position: absolute;
  left: 18%;
  bottom: -10px;
  transform: translateX(-18%);
  text-align: left;
}
.barber-detail--zana .barber-signature {
  position: absolute;
  right: 18%;
  bottom: -16px;
  transform: translateX(18%);
  text-align: left;
}
.barber-hero-image {
  width: min(100%, 720px);
  aspect-ratio: 1.48;
  overflow: hidden;
}
.barber-hero-image img,
.barber-hero-image video { height: 100%; object-fit: cover; }
.barber-signature {
  z-index: 3;
  display: block;
  margin: 0;
  font-family: var(--font-signature);
  font-size: clamp(4.8rem, 10vw, 9.2rem);
  line-height: .9;
  color: var(--text);
  pointer-events: none;
  white-space: nowrap;
}
.barber-content {
  margin-top: 0;
  display: grid;
  align-items: start;
}
.barber-content--ogin {
  grid-template-columns: minmax(280px, 340px) minmax(0, 520px);
  gap: clamp(48px, 8vw, 112px);
}
.barber-content--zana {
  grid-template-columns: minmax(0, 520px) minmax(280px, 340px);
  gap: clamp(48px, 8vw, 112px);
  margin-left: 0;
}
.barber-content--zana .barber-copy { order: 1; }
.barber-content--zana .barber-portrait { order: 2; }
.barber-portrait img,
.barber-portrait video { width: 100%; height: 100%; object-fit: cover; }
.barber-portrait {
  width: min(100%, 340px);
  height: 500px;
  margin-inline: auto;
  overflow: hidden;
}
.barber-copy { width: 100%; max-width: 510px; padding-top: 8px; }
.barber-copy p { font-size: 1.14rem; line-height: 1.62; margin: 0 0 26px; }
.site-footer--compact { padding-top: 12px; }
.site-footer--detail { padding-top: 14px; }
.footer-bottom--detailpage { border-top: 0; margin-top: 8px; padding-top: 0; }

@media (max-width: 1200px) {
  .header-inner { gap: 24px; }
  .brand { width: 156px; }
  .brand img { width: 138px; }
  .main-nav { gap: 28px; font-size: 1.22rem; }
  .feedback-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
  .feedback-grid .feedback-card:last-child {
    grid-column: 1 / -1;
    max-width: min(100%, 620px);
    justify-self: center;
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px 40px;
  }
  .footer-contact-box {
    grid-column: 1 / -1;
    width: min(100%, 320px);
    margin: 0 auto;
  }
  .barber-hero-row { margin-bottom: 122px; }
  .barber-detail--ogin .barber-signature { left: 14%; transform: translateX(-14%); }
  .barber-detail--zana .barber-signature { right: 14%; transform: translateX(14%); }
  .barber-content--ogin,
  .barber-content--zana { gap: 76px; }
}

@media (max-width: 1080px) {
  .main-nav { gap: 18px; font-size: 1.1rem; }
  .service-row,
  .service-row.reverse {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 332px);
    gap: 36px;
  }
  .service-copy,
  .products-copy { max-width: 100%; }
  .barber-hero-row { margin-bottom: 104px; }
  .barber-detail--ogin .barber-signature { left: 11%; transform: translateX(-11%); }
  .barber-detail--zana .barber-signature { right: 11%; transform: translateX(11%); }
}

@media (max-width: 980px) {
  body {
    background-attachment: scroll, scroll, scroll;
  }
  .header-inner { min-height: 92px; }
  .brand { width: 136px; }
  .brand img { width: 122px; }
  .menu-toggle { display: inline-flex; }
  .main-nav {
    position: fixed;
    top: 92px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 22px 24px;
    background: rgba(0,0,0,.58);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,.05);
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 112px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .main-nav.open { display: flex; }
  .main-nav a,
  .nav-lang-switch {
    width: 100%;
    padding: 4px 0;
  }
  .nav-lang-switch {
    text-align: left;
  }
  .hero { min-height: 620px; }
  body[data-page="home"] .quote-band { padding: 48px 0 74px; }
  body[data-page="home"] .section-shop {
    padding-top: 82px;
    padding-bottom: 24px;
  }
  body[data-page="home"] .section-team {
    padding-top: 110px;
    padding-bottom: 28px;
  }
  body[data-page="home"] .section-offer {
    padding-top: 120px;
    padding-bottom: 36px;
  }
  body[data-page="home"] .team-grid { gap: 82px; }
  body[data-page="home"] .service-list { gap: 72px; }
  body[data-page="home"] .service-row,
  body[data-page="home"] .service-row.reverse { gap: 34px; }
  body[data-page="home"] .site-footer { padding-top: 110px; }
  .team-grid,
  .service-row,
  .service-row.reverse,
  .barber-content--ogin,
  .barber-content--zana {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 30px;
  }
  .footer-contact-box {
    grid-column: 1 / -1;
    width: min(100%, 320px);
    margin: 0 auto;
  }
  .feedback-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .feedback-grid .feedback-card:last-child {
    grid-column: 1 / -1;
    max-width: min(100%, 620px);
    justify-self: center;
  }
  .service-row,
  .service-row.reverse {
    gap: clamp(24px, 5vw, 30px);
    justify-items: center;
  }
  .service-row > .service-copy,
  .service-row.reverse > .service-copy {
    order: 1;
  }
  .service-row > .service-frame,
  .service-row.reverse > .service-frame {
    order: 2;
  }
  .service-copy,
  .products-copy,
  .service-frame,
  .barber-copy,
  .barber-portrait { max-width: 100%; width: 100%; }
  .service-copy,
  .products-copy,
  .barber-copy {
    margin-inline: auto;
  }
  .service-frame { aspect-ratio: .82; }
  .feedback-card { min-height: auto; }
  .barber-detail { padding-top: 108px; }
  .legal-page { padding-top: 108px; }
  .error-page { padding-top: 108px; }
  .barber-hero-row,
  .barber-hero-row--left {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 44px;
    min-height: 0;
  }
  .barber-hero-row--right .barber-hero-image { order: 1; }
  .barber-hero-row--right .barber-signature { order: 2; }
  .barber-hero-image { width: 100%; }
  .barber-layout { padding-bottom: 24px; }
  .barber-signature {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    display: block;
    margin: 0;
    text-align: center;
    font-size: clamp(4rem, 15vw, 6.8rem);
  }
  .barber-content,
  .barber-content--zana { margin-top: 0; margin-left: 0; gap: 34px; }
  .barber-portrait { height: auto; aspect-ratio: .75; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 760px) {
  .feedback-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .feedback-grid .feedback-card:last-child,
  .footer-contact-box {
    grid-column: auto;
    max-width: 100%;
    width: 100%;
  }
  .feedback-card {
    padding: 28px 22px 24px;
    border-radius: 24px;
  }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--content-width)); }
  .header-inner {
    min-height: 84px;
    gap: 18px;
  }
  .brand { width: 120px; }
  .brand img { width: 108px; }
  .main-nav {
    top: 84px;
    left: 14px;
    right: 14px;
    max-width: calc(100vw - 28px);
    padding: 18px 18px 20px;
  }
  .section { padding-top: 66px; }
  .section-shop { padding-top: 40px; }
  .quote-band { padding: 26px 0 42px; }
  body[data-page="home"] .quote-band { padding: 38px 0 58px; }
  body[data-page="home"] .section-shop {
    padding-top: 62px;
    padding-bottom: 18px;
  }
  body[data-page="home"] .section-team {
    padding-top: 82px;
    padding-bottom: 22px;
  }
  body[data-page="home"] .section-offer {
    padding-top: 94px;
    padding-bottom: 30px;
  }
  .title-divider { gap: 12px; }
  .quote-content blockquote { font-size: 1.95rem; }
  .section-title { font-size: 2.8rem; }
  .lead,
  .team-card p,
  .service-copy p,
  .shop-paragraph,
  .barber-copy p,
  .footer-block p,
  .feedback-card p,
  .hours-grid dt,
  .hours-grid dd { font-size: 1.05rem; }
  .site-footer .footer-grid {
    gap: 34px;
  }
  .site-footer .footer-block h3 {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
  .site-footer .footer-block p,
  .site-footer .footer-block li,
  .footer-contact-link {
    font-size: .92rem;
  }
  body[data-page="home"] .site-footer .footer-block p,
  body[data-page="home"] .site-footer .footer-block li {
    font-size: .92rem;
    line-height: 1.42;
  }
  .footer-contact-link {
    width: min(100%, 100%);
    justify-content: center;
  }
  body[data-page="home"] .section-shop .lead,
  body[data-page="home"] .team-card p,
  body[data-page="home"] .service-copy p,
  body[data-page="home"] .footer-block p,
  body[data-page="home"] .footer-block li {
    font-size: 1.14rem;
    line-height: 1.74;
  }
  .team-grid { gap: 52px; }
  .service-list { gap: 44px; }
  body[data-page="home"] .team-grid { gap: 66px; }
  body[data-page="home"] .service-list { gap: 58px; }
  .service-row,
  .service-row.reverse { gap: 22px; }
  .service-frame { aspect-ratio: .78; }
  body[data-page="home"] .site-footer { padding-top: 88px; }
  .site-footer { padding-top: 70px; }
  .footer-grid { gap: 34px; }
  .legal-page { padding-top: 98px; }
  .error-page { padding-top: 98px; }
  .legal-section { padding-bottom: 10px; }
  .error-section { padding-bottom: 10px; }
  .legal-lead,
  .legal-block p,
  .legal-block li,
  .legal-block address {
    font-size: 1.04rem;
  }
  .error-copy,
  .error-note {
    font-size: 1.04rem;
  }
  .legal-block h2 {
    font-size: 1.72rem;
  }
  .hours-grid {
    width: min(100%, 380px);
    gap: 9px;
  }
  .hours-row {
    gap: 14px;
  }
  .hours-grid--page {
    width: min(100%, 400px);
  }
  .error-actions,
  .error-links {
    gap: 12px 16px;
  }
  .footer-meta-nav {
    gap: 10px 18px;
  }
  .slider-track { height: 320px; }
}

@media (max-width: 480px) {
  .hero { min-height: 520px; }
  .slider-track { height: 260px; }
  .feedback-card {
    padding: 24px 18px 20px;
    border-radius: 22px;
  }
  .feedback-stars {
    margin-bottom: 18px;
    letter-spacing: .14em;
  }
}
