/*
Theme Name: Osmans Töchter
Theme URI: https://osmanstoechter.de
Author: Demo Build
Description: Custom brand theme for Osmans Töchter, Şahmeran identity, 2026 palette.
Version: 0.1
Text Domain: osmans-toechter
*/

/* ============================================
   TOKENS
   ============================================ */
:root {
  /* OT palette (Feb 2026 brand guide) */
  --ot-petrol: #185666;
  --ot-teal:   #3c7888;
  --ot-mint:   #70bcb0;
  --ot-olive:  #6f7a4e;
  --ot-sage:   #9faf8a;
  --ot-bronze: #b58a4c;
  --ot-sand:   #d8c6a1;
  --ot-sun:    #f2b705;
  --ot-light:  #fee98e;
  --ot-blush:  #f2d8db;

  --ot-ink: #1b2830;
  --ot-cream: #faf3e7;
  --ot-paper: #fff9ef;

  --ff-serif: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --ff-display: "Quning", "Fraunces", serif;
  --ff-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;

  --container: 1320px;
  --gutter: clamp(20px, 4vw, 56px);
  --radius: 6px;
  --shadow-soft: 0 12px 40px -18px rgba(24, 86, 102, .25);

  --step-0: clamp(0.95rem, 0.9rem + 0.25vw, 1.05rem);
  --step-1: clamp(1.1rem, 1rem + 0.5vw, 1.25rem);
  --step-2: clamp(1.4rem, 1.2rem + 1vw, 1.85rem);
  --step-3: clamp(1.9rem, 1.5rem + 2vw, 2.8rem);
  --step-4: clamp(2.6rem, 2rem + 3vw, 4.2rem);
  --step-5: clamp(3.2rem, 2.4rem + 4.5vw, 6rem);
}

/* ============================================
   FONTS
   ============================================ */
@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/Fraunces.woff2") format("woff2-variations"),
       url("assets/fonts/Fraunces.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-stretch: 25% 151%;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/Fraunces-Italic.woff2") format("woff2-variations"),
       url("assets/fonts/Fraunces-Italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Quning";
  src: url("assets/fonts/Quning.woff2") format("woff2"),
       url("assets/fonts/Quning.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   RESET / BASE
   ============================================ */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html, body { overflow-x: clip; max-width: 100%; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
img, svg { max-width: 100%; }
body {
  margin: 0;
  font-family: var(--ff-serif);
  font-size: var(--step-0);
  line-height: 1.6;
  color: var(--ot-ink);
  background: var(--ot-paper);
  font-feature-settings: "ss01", "ss02", "kern";
  font-variant-ligatures: common-ligatures;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--ot-petrol); text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--ot-bronze); }
p { margin: 0 0 1.1em; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ff-display);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.005em;
  color: var(--ot-petrol);
  margin: 0 0 .5em;
}
h1 { font-size: var(--step-5); }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-3); font-family: var(--ff-serif); font-weight: 500; }
h4 { font-size: var(--step-2); font-family: var(--ff-serif); font-style: italic; font-weight: 400; color: var(--ot-bronze); }
h5 { font-size: var(--step-1); }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding-inline: var(--gutter);
}

.eyebrow {
  display: inline-block;
  font-family: var(--ff-serif);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ot-bronze);
  margin-bottom: 1.2em;
}

/* Handwritten label (Quning-based decorative tag) */
.handwritten {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.4rem, 1.1rem + 1.5vw, 2.2rem);
  color: var(--ot-petrol);
  letter-spacing: -0.005em;
  line-height: 1.1;
  display: inline-block;
}

/* Eye amulet (nazar boncuğu) divider */
.amulet-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: clamp(40px, 6vh, 80px) auto;
  position: relative;
}
.amulet-divider::before,
.amulet-divider::after {
  content: "";
  flex: 0 0 80px;
  height: 1px;
  background: var(--ot-bronze);
  opacity: .25;
}
.amulet-divider svg { margin: 0 20px; width: 56px; height: 56px; flex-shrink: 0; }

/* Rosette badge (decorative stamp), always inside section bounds */
.rosette {
  position: absolute;
  top: 12px;
  right: 12px;
  width: clamp(80px, 10vw, 140px);
  height: clamp(80px, 10vw, 140px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--ff-serif);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ot-petrol);
  z-index: 5;
  pointer-events: auto;
}
@media (max-width: 768px) {
  /* Decorative rosette hidden on mobile, "Speisekarte ansehen" button below serves the same CTA */
  .rosette { display: none; }
}
.rosette::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ot-blush);
  border-radius: 50%;
  clip-path: polygon(
    50% 0%, 56% 12%, 72% 8%, 70% 24%,
    88% 28%, 78% 42%, 100% 50%, 78% 58%,
    88% 72%, 70% 76%, 72% 92%, 56% 88%,
    50% 100%, 44% 88%, 28% 92%, 30% 76%,
    12% 72%, 22% 58%, 0% 50%, 22% 42%,
    12% 28%, 30% 24%, 28% 8%, 44% 12%
  );
  transition: transform 30s linear infinite;
}
.rosette > span { position: relative; padding: 12px; max-width: 70%; line-height: 1.2; }
.rosette:hover::before { animation: rosette-spin 20s linear infinite; }
@keyframes rosette-spin { to { transform: rotate(360deg); } }

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  padding: .9em 1.8em;
  font-family: var(--ff-serif);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1.5px solid currentColor;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.btn--primary { background: var(--ot-petrol); border-color: var(--ot-petrol); color: var(--ot-cream); }
.btn--primary:hover { background: var(--ot-teal); border-color: var(--ot-teal); color: var(--ot-cream); }
.btn--bronze { background: var(--ot-bronze); border-color: var(--ot-bronze); color: var(--ot-cream); }
.btn--bronze:hover { background: var(--ot-petrol); border-color: var(--ot-petrol); color: var(--ot-cream); }
.btn--ghost { background: transparent; color: var(--ot-petrol); border-color: var(--ot-petrol); }
.btn--ghost:hover { background: var(--ot-petrol); color: var(--ot-cream); }
.btn--shop { background: var(--ot-blush); border-color: var(--ot-blush); color: var(--ot-petrol); }
.btn--shop:hover { background: color-mix(in srgb, var(--ot-blush) 70%, var(--ot-bronze) 30%); border-color: var(--ot-bronze); color: var(--ot-petrol); }

/* ============================================
   HEADER / NAV
   ============================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--ot-petrol);
  border-bottom: 1px solid rgba(255, 249, 239, .08);
  transition: background .35s ease, backdrop-filter .35s ease, border-color .35s ease;
}
/* Transparent petrol over the homepage hero, becomes solid on scroll via .is-scrolled */
.site-header--over-hero {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(24, 86, 102, .9);
  border-bottom-color: transparent;
}
.site-header--over-hero.is-scrolled {
  background: var(--ot-petrol);
  border-bottom-color: rgba(255, 249, 239, .08);
}
/* Homepage hero starts at top:0 (header overlays it) */
body.home .hero--carousel { margin-top: 0; }
body.home { padding-top: 0; }
.nav-bar {
  display: grid;
  /* nav-left | LOGO (center) | nav-right | actions (far right) */
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  padding: 14px var(--gutter);
  max-width: 1480px;
  margin: 0 auto;
}
.nav-logo {
  grid-column: 2;
  justify-self: center;
  width: 110px;
}
.nav-logo svg, .nav-logo img { display: block; width: 100%; height: auto; max-height: 90px; }
/* Original SVG logo, keep its bronze wordmark + teal shahmaran + white negative-space
   exactly as designed (no fill overrides). On the petrol header the white shows as
   the face/detail highlights, which is the intended brand look. */

.nav-desktop {
  display: flex;
  gap: clamp(10px, 1.4vw, 22px);
  flex-wrap: nowrap;
  min-width: 0;
  align-items: center;
}
.nav-desktop--left  { grid-column: 1; justify-self: end; }
.nav-desktop--right { grid-column: 3; justify-self: start; }
.nav-desktop a,
.nav-desktop .nav-item__top {
  font-family: var(--ff-serif);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ot-paper);
  position: relative;
  padding: 8px 0;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nav-desktop a::after,
.nav-desktop .nav-item__top::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1.5px;
  width: 0;
  background: var(--ot-sun);
  transition: width .3s ease, left .3s ease;
}
.nav-desktop a:hover::after,
.nav-desktop .nav-item__top:hover::after,
.nav-desktop .nav-item--has-children:hover .nav-item__top::after {
  width: 100%; left: 0;
}
.nav-desktop .nav-caret { font-size: .65em; opacity: .8; transition: transform .3s ease; }
.nav-desktop .nav-item--has-children:hover .nav-caret { transform: rotate(180deg); }

/* Dropdown */
.nav-item { position: relative; }
.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 220px;
  background: var(--ot-petrol);
  border: 1px solid rgba(255,249,239,.1);
  border-radius: var(--radius);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
  box-shadow: 0 18px 40px -16px rgba(0,0,0,.45);
  z-index: 60;
}
.nav-item--has-children:hover .nav-dropdown,
.nav-item--has-children:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown a {
  display: block;
  padding: 10px 22px;
  font-size: .72rem;
  letter-spacing: .14em;
  color: var(--ot-paper);
  white-space: nowrap;
}
.nav-dropdown a::after { display: none; }
.nav-dropdown a:hover { background: rgba(255,249,239,.08); color: var(--ot-sun); }

.nav-actions {
  grid-column: 4;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
}
.btn--sm { padding: .55em 1.1em; font-size: .72rem; letter-spacing: .15em; }

.lang-switcher {
  display: inline-flex;
  align-items: center;
  font-family: var(--ff-serif);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--ot-paper);
}
.lang-switcher a { padding: 4px 4px; color: var(--ot-paper); opacity: .6; transition: opacity .2s; }
.lang-switcher a:hover { opacity: 1; }
.lang-switcher a.active { color: var(--ot-sun); opacity: 1; }
.lang-switcher .sep { color: rgba(255,249,239,.4); padding: 0 4px; }

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 10px;
  margin-left: auto;
  position: relative;
  z-index: 60;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--ot-paper);
  margin: 0 auto 6px;
  transition: transform .3s ease, opacity .2s ease, background .3s ease;
}
.nav-toggle span:last-child { margin-bottom: 0; }
.nav-toggle.is-open span { background: var(--ot-sun); }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* Mobile overlay menu, anchored from top, tight under the close X */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--ot-petrol);
  z-index: 55;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease, visibility .35s ease;
  overflow-y: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* Just enough to clear the 44px close button row (14px header padding + 44px btn) */
  padding-top: calc(env(safe-area-inset-top, 0px) + 58px);
}
.mobile-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/svg/bg-pattern.svg") center / contain no-repeat;
  opacity: .08;
  pointer-events: none;
}
.mobile-nav-open .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  /* Top padding handled on .mobile-menu via padding-top; here we only need inner spacing */
  padding: 0 24px 48px;
  text-align: center;
  width: 100%;
  max-width: 480px;
}
.mobile-menu__logo { width: 90px; opacity: .4; margin-bottom: 8px; }
.mobile-menu__logo svg path { fill: var(--ot-light) !important; }
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-menu__nav a {
  display: block;
  font-family: var(--ff-display);
  font-size: clamp(1.6rem, 1rem + 4vw, 2.4rem);
  color: var(--ot-cream);
  letter-spacing: .01em;
  padding: 6px 0;
  line-height: 1.1;
  transition: color .25s ease, transform .25s ease;
}
.mobile-menu__nav a:hover,
.mobile-menu__nav a:focus { color: var(--ot-light); transform: translateY(-2px); }
.mobile-menu__cta { margin-top: 8px; }
.mobile-menu__cta .btn { padding: .85em 2em; font-size: .8rem; }
.mobile-menu__lang {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  font-family: var(--ff-serif);
  letter-spacing: .25em;
  font-size: .8rem;
}
.mobile-menu__lang a { color: rgba(250, 243, 231, .55); padding: 8px 10px; }
.mobile-menu__lang a.active { color: var(--ot-light); }
.mobile-menu__lang .sep { color: rgba(216, 198, 161, .4); padding: 0 4px; }
.mobile-menu__contact {
  margin-top: 16px;
  border-top: 1px solid rgba(216, 198, 161, .2);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mobile-menu__contact a {
  color: rgba(250, 243, 231, .7);
  font-size: .85rem;
  font-family: var(--ff-serif);
  letter-spacing: .05em;
}

/* Breakpoint: collapse desktop nav, show hamburger.
   Mobile: logo LEFT, hamburger RIGHT. */
@media (max-width: 1180px) {
  .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-desktop,
  .nav-desktop--left,
  .nav-desktop--right { display: none; }
  .nav-actions { display: none; }
  .nav-logo {
    width: 96px;
    order: 1;
    margin: 0;
    justify-self: auto;
    flex: 0 0 auto;
  }
  .nav-logo svg { max-height: 70px; }
  .nav-toggle {
    display: block;
    margin: 0;
    order: 2;
  }
  /* Hide logo while mobile menu is open, keeps the overlay clean */
  .mobile-nav-open .nav-logo { visibility: hidden; }
}

.mobile-nav-open { overflow: hidden; }
.mobile-nav-open .site-header {
  background: transparent;
  border-bottom-color: transparent;
  z-index: 60;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.mobile-nav-open .site-header .nav-logo svg path { fill: var(--ot-light) !important; }

/* ============================================
   HERO (Shahmeran)
   ============================================ */
.hero {
  position: relative;
  background: var(--ot-blush);
  overflow: hidden;
  min-height: clamp(560px, 80vh, 820px);
  display: grid;
  align-items: center;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/svg/bg-pattern.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: .22;
  pointer-events: none;
  mix-blend-mode: multiply;
}
/* Inner pages: compact subheader (Kontakt-style baseline) */
.hero--inner {
  min-height: 380px;
}
/* Inner pages: pattern much more subtle, positioned at edges only */
.page:not(.home) .hero__bg,
.hero--inner .hero__bg {
  opacity: .07;
  background-size: 60% auto;
  background-position: left -10% center;
}
.hero__inner {
  position: relative;
  display: grid;
  /* Şahmeran fills the hero; copy box overlays on the right */
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  padding: 0;
  min-height: inherit;
}
.hero__shahmeran {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 70px; /* clear the fixed header (60-70px) so crown touches under it */
  padding-left: 0;
  z-index: 1;
}
.hero__shahmeran svg, .hero__shahmeran img {
  width: 100%;
  max-width: min(1500px, 96vw);
  height: auto;
  max-height: calc(115vh - 70px);
  object-fit: contain;
  filter: drop-shadow(0 30px 60px rgba(24, 86, 102, .18));
}

/* DESKTOP ONLY: scaled up further (no effect below 769px), keeps left anchor, only grows */
@media (min-width: 769px) {
  .hero__shahmeran {
    margin-left: -40vw;
    padding-top: 60px;
  }
  .hero__shahmeran svg, .hero__shahmeran img {
    max-width: min(3100px, 200vw);
  }
}
/* Copy box pinned to RIGHT via flex parent */
.hero__slide .hero__copy {
  position: relative;
  z-index: 2;
  margin: 0;
  flex: 0 0 auto;
  max-width: 540px;
}
.hero__copy {
  background: var(--ot-bronze);
  color: var(--ot-cream);
  padding: clamp(28px, 4vw, 48px);
  max-width: 520px;
  position: relative;
  z-index: 1;
}
.hero__copy::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(250, 243, 231, .25);
  pointer-events: none;
}
.hero__copy h1 {
  color: var(--ot-cream);
  font-family: var(--ff-display);
  font-size: clamp(1.6rem, 1.2rem + 1.5vw, 2.4rem);
  margin-bottom: .8em;
}
.hero__copy p {
  font-size: var(--step-0);
  line-height: 1.65;
  color: rgba(250, 243, 231, .92);
  margin-bottom: 1.4em;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.4em;
}
.hero__cta .btn--ghost { color: var(--ot-cream); border-color: var(--ot-cream); }
.hero__cta .btn--ghost:hover { background: var(--ot-cream); color: var(--ot-bronze); }
.hero__cta .btn--primary { background: var(--ot-petrol); border-color: var(--ot-petrol); }

@media (max-width: 900px) {
  .hero { min-height: auto; padding: 20px 0 40px; }
  .hero__inner { grid-template-columns: 1fr; text-align: center; padding: 20px 0 30px; gap: 16px; }
  .hero__shahmeran { max-width: 100%; margin: 0 auto; padding-top: 70px; }
  .hero__shahmeran svg, .hero__shahmeran img { max-width: min(310px, 68vw); max-height: 36vh; margin: 0 auto; }
  .hero__copy { margin: 0 auto; max-width: 100%; }
  .hero__cta { justify-content: center; }
  .hero__copy h1 { font-size: clamp(1.4rem, 1.1rem + 2vw, 1.9rem); }
  .hero__copy { padding: 24px 20px; }
}

/* ============================================
   COMPACT SECTION PADDING (overrides inline widget paddings)
   Targets all OT widgets except mosaic + amulet (which intentionally use 0/40)
   ============================================ */
.elementor-widget-ot-slogan > .elementor-widget-container > .section,
.elementor-widget-ot-voucher-cta > .elementor-widget-container > .section,
.elementor-widget-ot-text-block > .elementor-widget-container > .section,
.elementor-widget-ot-press-logos > .elementor-widget-container > .section,
.elementor-widget-ot-testimonials > .elementor-widget-container > .section,
.elementor-widget-ot-speisekarte > .elementor-widget-container > .section,
.elementor-widget-ot-brand-card > .elementor-widget-container > .section,
.elementor-widget-ot-tochter-section > .elementor-widget-container > .section,
.elementor-widget-ot-locations > .elementor-widget-container > .section,
.elementor-widget-ot-gruppen-form > .elementor-widget-container > .section,
.elementor-widget-ot-map-block > .elementor-widget-container > .section,
.elementor-widget-ot-section-quote > .elementor-widget-container > .section,
.elementor-widget-ot-page-hero > .elementor-widget-container > .section,
.elementor-widget-ot-faq > .elementor-widget-container > .section,
.elementor-widget-ot-allergens > .elementor-widget-container > .section,
.elementor-widget-ot-newsletter > .elementor-widget-container > .section,
.elementor-widget-ot-photo-full > .elementor-widget-container > .section,
.elementor-widget-ot-jobs-banners > .elementor-widget-container > .section,
.elementor-widget-ot-positions > .elementor-widget-container > .section,
.elementor-widget-ot-contact-detail > .elementor-widget-container > .section,
.elementor-widget-ot-press-archive > .elementor-widget-container > .section,
.elementor-widget-ot-voucher-card > .elementor-widget-container > .section,
.elementor-widget-ot-menu > .elementor-widget-container > .section,
.elementor-widget-ot-food-gallery > .elementor-widget-container > .section,
.elementor-widget-ot-story-boxes > .elementor-widget-container > .section {
  padding-top: clamp(18px, 3vh, 36px) !important;
  padding-bottom: clamp(18px, 3vh, 36px) !important;
}

/* Testimonials: extra-tight (right under press logos) */
.elementor-widget-ot-testimonials > .elementor-widget-container > .section#testimonials {
  padding-top: 0 !important;
  padding-bottom: clamp(14px, 2.4vh, 26px) !important;
}
@media (max-width: 768px) {
  .elementor-widget-ot-testimonials > .elementor-widget-container > .section#testimonials {
    padding-top: 0 !important;
    padding-bottom: 4px !important;
  }
  #testimonials .ot-quote-slider { padding: 0 8px 4px !important; }
  #testimonials .ot-quote-slider__viewport { min-height: 130px !important; }
  #testimonials .ot-quote-slider__dots { margin-top: 12px; }
  #testimonials .section__head { margin-bottom: 4px !important; }
}

/* Speisekarte: swap to text-left + photos-right (live osmanstoechter.de style) */
#speisekarte .split { grid-template-columns: 1fr 1fr; }
#speisekarte .split__copy { order: 1; }
#speisekarte .split__media { order: 2; }
@media (max-width: 900px) {
  #speisekarte .split { grid-template-columns: 1fr !important; gap: 24px; }
  #speisekarte .split__copy { order: 2; max-width: 100%; }
  #speisekarte .split__media { order: 1; width: 100%; }
  #speisekarte .split__media--double { grid-template-columns: 1fr 1fr; gap: 10px; }
  #speisekarte .split__media--double img { aspect-ratio: 3/4 !important; margin-top: 0 !important; }
}

/* Mobile: even tighter */
@media (max-width: 768px) {
  .elementor-widget-ot-slogan > .elementor-widget-container > .section,
  .elementor-widget-ot-voucher-cta > .elementor-widget-container > .section,
  .elementor-widget-ot-text-block > .elementor-widget-container > .section,
  .elementor-widget-ot-press-logos > .elementor-widget-container > .section,
  .elementor-widget-ot-testimonials > .elementor-widget-container > .section,
  .elementor-widget-ot-speisekarte > .elementor-widget-container > .section,
  .elementor-widget-ot-brand-card > .elementor-widget-container > .section,
  .elementor-widget-ot-tochter-section > .elementor-widget-container > .section,
  .elementor-widget-ot-locations > .elementor-widget-container > .section,
  .elementor-widget-ot-gruppen-form > .elementor-widget-container > .section,
  .elementor-widget-ot-map-block > .elementor-widget-container > .section,
  .elementor-widget-ot-section-quote > .elementor-widget-container > .section,
  .elementor-widget-ot-page-hero > .elementor-widget-container > .section,
  .elementor-widget-ot-faq > .elementor-widget-container > .section,
  .elementor-widget-ot-allergens > .elementor-widget-container > .section,
  .elementor-widget-ot-newsletter > .elementor-widget-container > .section,
  .elementor-widget-ot-photo-full > .elementor-widget-container > .section,
  .elementor-widget-ot-jobs-banners > .elementor-widget-container > .section,
  .elementor-widget-ot-positions > .elementor-widget-container > .section,
  .elementor-widget-ot-contact-detail > .elementor-widget-container > .section,
  .elementor-widget-ot-press-archive > .elementor-widget-container > .section,
  .elementor-widget-ot-voucher-card > .elementor-widget-container > .section,
  .elementor-widget-ot-menu > .elementor-widget-container > .section,
  .elementor-widget-ot-food-gallery > .elementor-widget-container > .section,
  .elementor-widget-ot-story-boxes > .elementor-widget-container > .section,
  .elementor-widget-ot-about-arzu-lale > .elementor-widget-container > .section,
  .elementor-widget-ot-mosaic-gallery > .elementor-widget-container > .section,
  .elementor-widget-ot-reservation-cta > .elementor-widget-container > .section,
  .elementor-widget-ot-amulet-divider > .elementor-widget-container > .section {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .section__head { margin: 0 auto 8px !important; }
  .fullbleed-cta { min-height: clamp(200px, 28vh, 260px) !important; }
  .fullbleed-cta__inner { padding: 14px var(--gutter) !important; }
}

/* Desktop too: tighten fullbleed-cta inner padding + amulet + section__head */
@media (min-width: 769px) {
  .fullbleed-cta { min-height: clamp(280px, 36vh, 380px); }
  .fullbleed-cta__inner { padding: 24px var(--gutter); }
  .section-divider { padding: 18px 0 !important; }
}
@media (max-width: 768px) {
  .section-divider { padding: 6px 0 !important; }
}

/* ============================================
   MOBILE: kill Elementor inline section/column paddings
   ============================================ */
@media (max-width: 768px) {
  /* Elementor section + column padding flatten on mobile */
  .elementor-section.elementor-section-boxed > .elementor-container,
  .elementor-section > .elementor-container { padding: 0 !important; }
  .elementor-element.elementor-section,
  .elementor-section { padding-top: 6px !important; padding-bottom: 6px !important; }
  .elementor-column,
  .elementor-element.elementor-column { padding: 0 !important; }
  .elementor-widget:not(:last-child) { margin-bottom: 0 !important; }
  /* Section margin reset */
  .elementor-section { margin-top: 0 !important; margin-bottom: 0 !important; }
  /* Inner .section padding (widget root) */
  .section { padding: 14px 0 !important; }
  /* Row gaps and inner grid gaps */
  .split { gap: 16px !important; }
  /* Page hero compact */
  .page-hero { min-height: auto !important; padding: 18px 0 12px !important; }
}

/* ============================================
   GENERIC SECTION
   ============================================ */
.section {
  padding: clamp(70px, 10vh, 130px) 0;
  position: relative;
}
.section--cream { background: var(--ot-cream); }
.section--petrol { background: var(--ot-petrol); color: var(--ot-cream); }
.section--petrol h1, .section--petrol h2, .section--petrol h3 { color: var(--ot-light); }
.section--petrol .eyebrow { color: var(--ot-sand); }
.section--sand { background: var(--ot-sand); }
.section--mint { background: linear-gradient(180deg, var(--ot-paper) 0%, color-mix(in srgb, var(--ot-mint) 15%, var(--ot-paper)) 100%); }
.section--blush { background: var(--ot-blush); }
.section--paper { background: var(--ot-paper); }
.section__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(20px, 3vh, 40px);
}

/* ============================================
   PRESS LOGOS
   ============================================ */
/* Press section title with horizontal line separators (live site design) */
.press-section-head {
  text-align: center;
  margin-bottom: 36px;
}
.press-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-family: var(--ff-display);
  color: var(--ot-petrol);
  font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.4rem);
  font-weight: 400;
  margin: 0;
  padding: 0 8px;
}
.press-section-title::before,
.press-section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--ot-petrol);
  opacity: .35;
  max-width: 320px;
}
.press-section-title span { white-space: nowrap; }
@media (max-width: 768px) {
  .press-section-title { font-size: 1.3rem; gap: 14px; }
  .press-section-title::before,
  .press-section-title::after { max-width: 80px; }
  .press-section-head { margin-bottom: 22px; }
}

/* Press logos, 6 cols desktop · 4 cols tablet · 2 cols mobile.
   Uniform cell height + centered logos with consistent max-height so they ALIGN. */
.press {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px 32px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: center;
  justify-items: center;
}
.press a,
.press__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 78px;
  padding: 6px 12px;
}
.press img {
  max-height: 56px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 1;
  mix-blend-mode: multiply;
  filter: none;
  transition: transform .25s ease;
}
.press a:hover img,
.press__logo:hover img { transform: scale(1.06); }

@media (max-width: 1100px) {
  .press { grid-template-columns: repeat(4, 1fr); gap: 14px 20px; }
}
@media (max-width: 720px) {
  .press { grid-template-columns: repeat(3, 1fr); gap: 12px 16px; }
}
@media (max-width: 480px) {
  .press { grid-template-columns: repeat(2, 1fr); gap: 10px 12px; }
  .press a { height: 56px; }
  .press img { max-height: 36px; }
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonial {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}
.testimonial__text {
  font-family: var(--ff-display);
  font-size: var(--step-3);
  line-height: 1.3;
  color: var(--ot-petrol);
  margin-bottom: 24px;
  position: relative;
}
.testimonial__text::before {
  content: """;
  font-family: var(--ff-display);
  font-size: 6rem;
  color: var(--ot-sand);
  position: absolute;
  top: -.6em;
  left: 50%;
  transform: translateX(-50%);
  opacity: .7;
}
.testimonial__author {
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--ot-bronze);
  letter-spacing: 0.08em;
}

/* ============================================
   TESTIMONIALS scroller (horizontal swipe)
   ============================================ */
.testimonials-scroller {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px clamp(20px, 4vw, 56px) 30px;
  scrollbar-width: thin;
  scrollbar-color: var(--ot-bronze) transparent;
}
.testimonials-scroller::-webkit-scrollbar { height: 8px; }
.testimonials-scroller::-webkit-scrollbar-track { background: transparent; }
.testimonials-scroller::-webkit-scrollbar-thumb { background: rgba(181,138,76,.5); border-radius: 4px; }
.testimonial-card {
  flex: 0 0 min(420px, 80vw);
  scroll-snap-align: start;
  background: var(--ot-paper);
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(181,138,76,.18);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
}
.testimonial-card__text {
  font-family: var(--ff-display);
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.3rem);
  line-height: 1.4;
  color: var(--ot-petrol);
  margin-bottom: 20px;
  letter-spacing: .005em;
}
.testimonial-card__author {
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 0.9rem;
  color: var(--ot-bronze);
  letter-spacing: 0.06em;
}

/* ============================================
   OT QUOTE SLIDER (single big quote w/ autoplay)
   ============================================ */
.ot-quote-slider {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 8px clamp(40px, 6vw, 80px) 6px;
}
.ot-quote-slider__viewport {
  position: relative;
  min-height: 170px;
  display: grid;
  place-items: center;
}
.ot-quote-slide {
  grid-area: 1 / 1;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .5s ease, transform .5s ease;
  pointer-events: none;
  visibility: hidden;
}
.ot-quote-slide.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
  position: relative;
}
.ot-quote-slide__mark { display: none; }
.ot-quote-slide__text {
  font-family: var(--ff-display);
  font-size: clamp(1.4rem, 1.1rem + 1.4vw, 2.2rem);
  line-height: 1.35;
  color: var(--ot-petrol);
  margin: 0 auto 28px;
  max-width: 860px;
  letter-spacing: .002em;
  border: 0;
  padding: 0;
  quotes: "„" "\201C";
}
.ot-quote-slide__text::before,
.ot-quote-slide__text::after { content: none; }
.ot-quote-slide__source {
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 1rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ot-bronze);
}
.ot-quote-slider__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.ot-quote-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  border: 1px solid var(--ot-bronze);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}
.ot-quote-dot.is-active { background: var(--ot-bronze); transform: scale(1.15); }
.ot-quote-dot:hover { background: rgba(181,138,76,.4); }
.ot-quote-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px; height: 42px;
  background: transparent;
  border: 1px solid var(--ot-bronze);
  color: var(--ot-petrol);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background .25s ease, color .25s ease;
}
.ot-quote-slider__arrow:hover { background: var(--ot-bronze); color: var(--ot-cream); }
.ot-quote-slider__arrow svg { width: 18px; height: 18px; }
.ot-quote-slider__arrow--prev { left: 0; }
.ot-quote-slider__arrow--next { right: 0; }
@media (max-width: 768px) {
  .ot-quote-slider { padding: 18px 8px 0; }
  .ot-quote-slider__arrow { display: none; }
  .ot-quote-slide__text { font-size: clamp(1.1rem, 1rem + 1vw, 1.5rem); }
  .ot-quote-slider__viewport { min-height: 200px; }
}

/* ============================================
   SPLIT (image + text)
   ============================================ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}
.split--reverse { grid-template-columns: 1fr 1fr; }
.split--reverse > :first-child { order: 2; }
.split__media {
  position: relative;
  overflow: hidden;
}
.split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  transition: transform .8s ease;
}
.split__media:hover img { transform: scale(1.04); }
.split__media--double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.split__media--double img:nth-child(2) {
  margin-top: 60px;
  aspect-ratio: 3 / 4;
}
.split__copy { max-width: 540px; }
.split__copy h2 { margin-bottom: .5em; }

@media (max-width: 900px) {
  .split, .split--reverse { grid-template-columns: 1fr; }
  .split--reverse > :first-child { order: 0; }
}

/* ============================================
   GALLERY, natural aspect (no crop)
   ============================================ */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(8px, 1.5vw, 16px);
  align-items: stretch;
}
.gallery a, .gallery > div {
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--ot-sand);
  aspect-ratio: 4 / 5;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s ease;
}
.gallery a:hover img, .gallery > div:hover img { transform: scale(1.03); }

/* Tablet (1100→700): 3 cols uniform */
@media (max-width: 1100px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile: 2 cols uniform tile grid (no masonry, uneven heights kötü görünüyordu) */
@media (max-width: 700px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .gallery a, .gallery > div {
    aspect-ratio: 1 / 1;
  }
}

/* Variant: uniform-tile gallery (when you want a grid, kept for fallback) */
.gallery--tiles a, .gallery--tiles > div {
  aspect-ratio: 3 / 4;
  background: var(--ot-sand);
}
.gallery--tiles img { height: 100%; object-fit: cover; }

/* ============================================
   MOSAIC (full-bleed)
   ============================================ */
.mosaic {
  /* True Pinterest masonry — CSS columns. Each tile keeps natural aspect, fully shown, no crop, no padding/background fill */
  column-count: 4;
  column-gap: 8px;
  margin-top: 16px;
  width: 100%;
}
.mosaic__tile {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  overflow: visible;
  background: transparent;
  position: relative;
}
.mosaic__tile img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform .8s ease;
}
.mosaic__tile:hover img { transform: scale(1.04); }
@media (max-width: 1100px) {
  .mosaic { column-count: 3; }
}

@media (max-width: 900px) {
  /* True Pinterest masonry, CSS columns. Tiles keep natural aspect ratio,
     flow into 2 columns from top → bottom. Compact, irili ufaklı. */
  .mosaic {
    display: block !important;
    column-count: 2;
    column-gap: 4px;
  }
  .mosaic__tile {
    display: block;
    width: 100%;
    height: auto !important;
    margin: 0 0 4px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    grid-row: auto !important;
    grid-column: auto !important;
  }
  .mosaic__tile img {
    aspect-ratio: auto;
    height: auto;
    width: 100%;
    display: block;
  }
}

@media (max-width: 720px) {
  #onlineshop > .container > div { grid-template-columns: 1fr !important; text-align: center !important; }
}

/* ============================================
   JOBS POSTERS, designed marketing posters, show in full
   ============================================ */
.jobs-posters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(16px, 2vw, 28px);
  max-width: 1200px;
  margin: 0 auto;
}
.jobs-poster {
  overflow: hidden;
  background: var(--ot-petrol);
  transition: transform .3s ease, box-shadow .3s ease;
}
.jobs-poster:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.jobs-poster img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================================
   CF7 TABS (group reservation)
   ============================================ */
.cf7-tabs {
  display: flex;
  gap: 4px;
  margin: 0 0 24px;
  border-bottom: 1px solid rgba(181,138,76,.25);
}
.cf7-tab {
  background: transparent;
  border: 0;
  padding: 14px 24px;
  font-family: var(--ff-serif);
  font-size: .82rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ot-petrol);
  opacity: .5;
  cursor: pointer;
  position: relative;
  transition: opacity .25s ease;
}
.cf7-tab::after {
  content: "";
  position: absolute;
  left: 24px; right: 24px; bottom: -1px;
  height: 2px;
  background: var(--ot-bronze);
  transform: scaleX(0);
  transition: transform .3s ease;
  transform-origin: left;
}
.cf7-tab.is-active { opacity: 1; color: var(--ot-bronze); }
.cf7-tab.is-active::after { transform: scaleX(1); }
.cf7-pane { display: none; }
.cf7-pane.is-active { display: block; }

/* ============================================
   MENU items (Speisekarte)
   ============================================ */
.menu-item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(181, 138, 76, .18);
  display: grid;
  gap: 8px;
}
.menu-item__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.menu-item__name {
  font-family: var(--ff-display);
  color: var(--ot-petrol);
  font-size: 1.25rem;
  letter-spacing: .01em;
}
.menu-item__tags { display: flex; gap: 5px; flex-shrink: 0; }
.menu-item__desc { color: var(--ot-ink); opacity: .78; font-size: .95rem; line-height: 1.55; }
.menu-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 22px;
  padding: 0 6px;
  font-family: var(--ff-serif);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--ot-cream);
  border-radius: 11px;
  text-transform: uppercase;
}
.menu-legend {
  text-align: center;
  font-family: var(--ff-serif);
  font-size: 0.78rem;
  letter-spacing: .05em;
  color: var(--ot-bronze);
  margin: clamp(40px, 6vh, 60px) auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

/* ============================================
   PRESS ARCHIVE
   ============================================ */
.press-archive { display: flex; flex-direction: column; gap: 28px; }
.press-archive__item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(181, 138, 76, .15);
}
.press-archive__item:last-child { border-bottom: 0; }
.press-archive__logo { text-align: center; }
.press-archive__logo img {
  max-width: 160px;
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.press-archive__name {
  font-family: var(--ff-serif);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ot-bronze);
  margin: 0 0 .6em;
}
.press-archive__quote {
  font-family: var(--ff-display);
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.5rem);
  color: var(--ot-petrol);
  line-height: 1.3;
  margin: 0 0 0.8em;
}
.press-archive__link {
  font-family: var(--ff-serif);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ot-bronze);
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
@media (max-width: 720px) {
  .press-archive__item { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .press-archive__logo { text-align: center; }
}

/* ============================================
   CONTACT FORM 7, unified brand styling
   ============================================ */
.cf7-wrap { font-family: var(--ff-serif); }
.cf7-wrap .wpcf7-form > p,
.cf7-wrap .wpcf7-form > label,
.cf7-wrap .wpcf7-form .ot-field {
  display: block;
  margin: 0 0 22px;
  position: relative;
}
.cf7-wrap label,
.cf7-wrap .wpcf7-form .ot-label {
  display: block;
  font-family: var(--ff-serif);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ot-bronze);
  margin-bottom: 8px;
  line-height: 1.4;
}
.cf7-wrap .required-mark { color: var(--ot-petrol); margin-left: 3px; }

.cf7-wrap input[type="text"],
.cf7-wrap input[type="email"],
.cf7-wrap input[type="tel"],
.cf7-wrap input[type="number"],
.cf7-wrap input[type="date"],
.cf7-wrap input[type="datetime-local"],
.cf7-wrap input[type="url"],
.cf7-wrap select,
.cf7-wrap textarea {
  width: 100%;
  padding: 13px 16px;
  background: var(--ot-paper);
  border: 1px solid rgba(24, 86, 102, .12);
  border-radius: 2px;
  font-family: var(--ff-serif);
  font-size: 0.98rem;
  line-height: 1.4;
  color: var(--ot-ink);
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.cf7-wrap select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23b58a4c' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 44px;
}
.cf7-wrap input::placeholder,
.cf7-wrap textarea::placeholder {
  color: rgba(27, 40, 48, .35);
  font-style: italic;
}
.cf7-wrap input:focus,
.cf7-wrap select:focus,
.cf7-wrap textarea:focus {
  outline: none;
  border-color: var(--ot-bronze);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(181, 138, 76, .12);
}
.cf7-wrap textarea { min-height: 140px; resize: vertical; }

/* File upload */
.cf7-wrap input[type="file"] {
  padding: 18px;
  border: 1.5px dashed rgba(181, 138, 76, .35);
  background: rgba(255, 249, 239, .6);
  cursor: pointer;
  font-family: var(--ff-serif);
  font-size: 0.9rem;
  color: var(--ot-bronze);
  width: 100%;
}
.cf7-wrap input[type="file"]::file-selector-button {
  background: var(--ot-bronze);
  color: var(--ot-cream);
  border: 0;
  padding: 8px 14px;
  margin-right: 14px;
  font-family: var(--ff-serif);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: background .2s;
}
.cf7-wrap input[type="file"]::file-selector-button:hover { background: var(--ot-petrol); }

/* Checkbox / acceptance */
.cf7-wrap .wpcf7-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 14px 0 8px;
}
.cf7-wrap .wpcf7-list-item-label {
  font-family: var(--ff-serif);
  font-size: 0.88rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  color: var(--ot-ink);
  opacity: .85;
  line-height: 1.5;
  cursor: pointer;
  padding-top: 1px;
  margin: 0;
}
.cf7-wrap input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--ot-bronze);
  border-radius: 2px;
  background: var(--ot-paper);
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
  transition: background .2s;
}
.cf7-wrap input[type="checkbox"]:checked {
  background: var(--ot-bronze);
}
.cf7-wrap input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px; top: 0;
  width: 6px; height: 11px;
  border: solid var(--ot-cream);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Submit */
.cf7-wrap input[type="submit"],
.cf7-wrap .wpcf7-submit {
  background: var(--ot-petrol);
  color: var(--ot-cream);
  border: 1.5px solid var(--ot-petrol);
  padding: 0.95em 2.2em;
  font-family: var(--ff-serif);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  transition: background .25s, border-color .25s, transform .15s;
  margin-top: 8px;
  -webkit-appearance: none;
  appearance: none;
}
.cf7-wrap input[type="submit"]:hover,
.cf7-wrap input[type="submit"]:focus {
  background: var(--ot-bronze);
  border-color: var(--ot-bronze);
  transform: translateY(-1px);
}

/* Validation */
.cf7-wrap .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 0.82rem;
  color: #c0392b;
  font-style: italic;
}
.cf7-wrap .wpcf7-not-valid {
  border-color: rgba(192, 57, 43, .55);
  background: rgba(192, 57, 43, .04);
}
.cf7-wrap .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 16px 20px;
  border: 1px solid var(--ot-sand);
  background: var(--ot-paper);
  font-size: 0.9rem;
  border-radius: 2px;
}
.cf7-wrap .wpcf7-mail-sent-ok { border-color: var(--ot-mint); background: rgba(112,188,176,.1); color: var(--ot-petrol); }

/* AJAX loader */
.cf7-wrap .wpcf7-spinner { display: inline-block; margin-left: 14px; vertical-align: middle; }

/* Jobs form, 2-col with submit full-width */
.cf7-jobs .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  align-items: start;
}
.cf7-jobs .jobs-contact-form-left,
.cf7-jobs .jobs-contact-form-right { display: contents; }
.cf7-jobs .wpcf7-form > p { margin-bottom: 18px; }
/* Submit + file + acceptance go full width */
.cf7-jobs .wpcf7-form > p:has(input[type="submit"]),
.cf7-jobs .wpcf7-form > p:has(input[type="file"]),
.cf7-jobs .wpcf7-form > p:has(.wpcf7-acceptance) {
  grid-column: 1 / -1;
}
@media (max-width: 720px) {
  .cf7-jobs .wpcf7-form { grid-template-columns: 1fr; gap: 0; }
}

/* ============================================
   FULL-BLEED CTA
   ============================================ */
.fullbleed-cta {
  position: relative;
  min-height: clamp(380px, 50vh, 520px);
  display: grid;
  place-items: center;
  text-align: center;
  background-size: cover;
  /* Mobile/default: anchor to top so bird/mural area is at top */
  background-position: center top;
  color: var(--ot-cream);
  overflow: hidden;
}
.fullbleed-cta::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(24, 86, 102, .35), rgba(24, 86, 102, .65));
}
.fullbleed-cta__inner { position: relative; z-index: 1; max-width: 720px; padding: 40px var(--gutter); }

/* DESKTOP: shift background image up so we skip the ceiling and start at the bird/mural top edge */
@media (min-width: 769px) {
  .fullbleed-cta {
    background-position: center -7vw;
  }
}

/* Slogan ↔ Voucher CTA: kill the gap between them */
.elementor-widget-ot-voucher-cta > .elementor-widget-container > .section.ot-voucher-cta {
  padding-top: 0 !important;
}
.elementor-widget-ot-slogan > .elementor-widget-container > .section--slogan {
  padding-bottom: clamp(10px, 1.8vh, 22px) !important;
}
@media (max-width: 768px) {
  .elementor-widget-ot-slogan > .elementor-widget-container > .section--slogan {
    padding-bottom: clamp(6px, 1.2vh, 14px) !important;
  }
}

/* Voucher CTA hero photo, crop top (ceiling) so bird/mural top is the first visible band */
.ot-voucher-cta figure {
  position: relative;
  aspect-ratio: 21 / 8;
  overflow: hidden;
  border-radius: var(--radius);
  margin-top: 0 !important;
}
.ot-voucher-cta .container { padding-top: 0; }
.ot-voucher-cta figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center 22%;
  display: block;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .ot-voucher-cta figure {
    aspect-ratio: 16 / 9;
  }
  .ot-voucher-cta figure img {
    object-position: center 25%;
  }
}
.fullbleed-cta h2 { color: var(--ot-cream); margin-bottom: .4em; }
.fullbleed-cta p { color: rgba(250, 243, 231, .92); margin-bottom: 1.6em; }
.fullbleed-cta .btn--primary { background: var(--ot-bronze); border-color: var(--ot-bronze); }
.fullbleed-cta .btn--primary:hover { background: var(--ot-cream); color: var(--ot-petrol); }

/* ============================================
   DIE TÖCHTER (Arzu story)
   ============================================ */
.tochter {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
  position: relative;
}
/* Variant: text left, photo right (merged about-us section) */
.tochter--text-left {
  grid-template-columns: 1.15fr 1fr;
}
.tochter--text-left .tochter__copy { order: 1; }
.tochter--text-left .tochter__media { order: 2; }
.tochter--text-left .tochter__media::after { right: auto; left: -20px; }
@media (max-width: 900px) {
  .tochter--text-left .tochter__copy { order: 2; }
  .tochter--text-left .tochter__media { order: 1; }
}
.tochter__media { position: relative; }
.tochter__media img { aspect-ratio: 3 / 4; object-fit: cover; width: 100%; display: block; }
.tochter__media--stack { display: grid; grid-template-columns: 1fr; gap: 18px; }
.tochter__media--stack img { aspect-ratio: 4 / 5; }
.tochter__media::after {
  content: "";
  position: absolute; right: -20px; bottom: -20px;
  width: 80%; height: 80%;
  border: 2px solid var(--ot-bronze);
  z-index: -1;
}
.tochter__media--stack::after { height: 50%; }
.tochter__title-stack { margin-bottom: 1.6em; }
.tochter__title-stack > div:nth-child(1) {
  font-family: var(--ff-serif);
  font-style: italic;
  color: var(--ot-bronze);
  font-size: var(--step-2);
}
.tochter__title-stack > div:nth-child(2) {
  font-family: var(--ff-display);
  color: var(--ot-petrol);
  font-size: var(--step-4);
  line-height: 1;
  margin: -0.1em 0;
}
.tochter__title-stack > div:nth-child(3) {
  font-family: var(--ff-serif);
  color: var(--ot-olive);
  font-size: var(--step-1);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .tochter { grid-template-columns: 1fr; }
}

/* ============================================
   LOCATIONS
   ============================================ */
.locations {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.location-card {
  background: var(--ot-paper);
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid var(--ot-sand);
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
}
.location-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.location-card h3 { font-family: var(--ff-display); color: var(--ot-petrol); margin-bottom: .3em; }
.location-card .addr { font-size: 0.95rem; color: var(--ot-ink); margin-bottom: 1.4em; }
.location-card .tel { display: block; font-family: var(--ff-serif); font-weight: 500; margin: 4px 0; }
.location-card .reserve-link {
  display: inline-block;
  margin-top: 1em;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ot-bronze);
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: var(--ot-petrol);
  color: var(--ot-cream);
  padding: clamp(60px, 8vh, 100px) 0 30px;
  position: relative;
  overflow: hidden;
}
.footer-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: clamp(40px, 6vh, 80px);
}
.footer-strip > div {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  filter: grayscale(20%) brightness(0.9);
  transition: filter .4s ease;
}
.footer-strip > div:hover { filter: grayscale(0) brightness(1); }
@media (max-width: 700px) { .footer-strip { grid-template-columns: repeat(2, 1fr); } }

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: clamp(30px, 4vw, 60px);
  padding-block: 40px;
  border-top: 1px solid rgba(216, 198, 161, .2);
}
.footer-grid h4 {
  color: var(--ot-light);
  font-family: var(--ff-serif);
  font-style: normal;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.2em;
}
.footer-grid a { color: rgba(250, 243, 231, .8); display: block; padding: 4px 0; font-size: 0.9rem; }
.footer-grid a:hover { color: var(--ot-light); }
.footer-grid p { color: rgba(250, 243, 231, .7); font-size: 0.9rem; line-height: 1.6; }
.footer-logo svg { height: 80px; width: auto; opacity: .9; }

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border: 1px solid rgba(216,198,161,.3);
  color: rgba(250,243,231,.75);
  border-radius: 50%;
  padding: 0;
  transition: background .25s, color .25s, border-color .25s;
}
.footer-social a:hover {
  background: var(--ot-light);
  color: var(--ot-petrol);
  border-color: var(--ot-light);
}

.footer-sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 28px;
  padding: 30px 0 20px;
  border-top: 1px solid rgba(216, 198, 161, .15);
  border-bottom: 1px solid rgba(216, 198, 161, .15);
}
.footer-sitemap a {
  color: rgba(250, 243, 231, .7);
  font-family: var(--ff-serif);
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 4px 0;
  transition: color .25s;
}
.footer-sitemap a:hover { color: var(--ot-light); }

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(216, 198, 161, .15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(250, 243, 231, .55);
}
.footer-bottom a { color: rgba(250, 243, 231, .7); margin-left: 20px; }
@media (max-width: 800px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-logo { grid-column: 1 / -1; text-align: center; }
}

/* ============================================
   LEGAL (Impressum / Datenschutz)
   ============================================ */
.legal-content {
  font-family: var(--ff-serif);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ot-ink);
}
.legal-content h2, .legal-content h3, .legal-content h4 {
  font-family: var(--ff-display);
  color: var(--ot-petrol);
  margin-top: 1.8em;
  margin-bottom: .5em;
  font-style: normal;
}
.legal-content h2 { font-size: 1.6rem; }
.legal-content h3 { font-size: 1.3rem; color: var(--ot-bronze); }
.legal-content h4 { font-size: 1.1rem; font-weight: 600; color: var(--ot-petrol); }
.legal-content a { color: var(--ot-bronze); border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.legal-content a:hover { color: var(--ot-petrol); }
.legal-content strong { color: var(--ot-petrol); }
.legal-content p { margin-bottom: 1.2em; }
.legal-content ul, .legal-content ol { padding-left: 1.4em; margin-bottom: 1.2em; }

/* ============================================
   OPENTABLE STICKY FAB + DRAWER (all viewports)
   ============================================ */
.osmans-ot-sticky {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: var(--ot-sun);
  color: var(--ot-petrol);
  font-family: var(--ff-serif);
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 14px 38px -12px rgba(24, 86, 102, .5);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
  animation: ot-breathe 3s ease-in-out infinite;
}
.osmans-ot-sticky:hover,
.osmans-ot-sticky:focus-visible {
  background: var(--ot-bronze);
  color: var(--ot-cream);
  transform: translateY(-2px);
  outline: none;
  box-shadow: 0 18px 42px -12px rgba(24, 86, 102, .6);
  animation: none;
}
.osmans-ot-sticky__icon { flex-shrink: 0; }
.osmans-ot-sticky__pulse {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ot-sun);
  z-index: -1;
  opacity: .55;
  animation: ot-pulse 2.6s ease-out infinite;
}
@keyframes ot-pulse {
  0%   { transform: scale(1); opacity: .55; }
  70%  { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1.5); opacity: 0; }
}
@keyframes ot-breathe {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
  .osmans-ot-sticky__pulse { display: none; }
  .osmans-ot-sticky { animation: none; }
}
.mobile-nav-open .osmans-ot-sticky { display: none; }

/* Mobile: petrol blue + larger + more visible (first-paint visible, no scroll needed) */
@media (max-width: 768px) {
  .osmans-ot-sticky {
    background: var(--ot-sun);
    color: var(--ot-petrol);
    padding: 16px 22px;
    bottom: 16px;
    right: 16px;
    font-size: .88rem;
    letter-spacing: .15em;
    box-shadow: 0 16px 40px -8px rgba(24, 86, 102, .55), 0 0 0 3px rgba(24, 86, 102, .3);
  }
  .osmans-ot-sticky:hover,
  .osmans-ot-sticky:focus-visible {
    background: var(--ot-bronze);
    color: var(--ot-cream);
  }
  .osmans-ot-sticky__pulse {
    background: var(--ot-sun);
    opacity: .65;
  }
}

.osmans-ot-backdrop {
  position: fixed;
  inset: 0;
  z-index: 95;
  background: rgba(24, 86, 102, .55);
  opacity: 0;
  transition: opacity .35s ease;
}
.osmans-ot-backdrop.is-visible { opacity: 1; }

.osmans-ot-drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(480px, 100vw);
  z-index: 96;
  background: var(--ot-paper);
  box-shadow: -20px 0 60px -10px rgba(24, 86, 102, .35);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}
.osmans-ot-drawer.is-open { transform: translateX(0); }

.osmans-ot-header {
  position: relative;
  padding: 28px 32px 24px;
  background: var(--ot-petrol);
  color: var(--ot-cream);
}
.osmans-ot-kicker {
  display: block;
  font-family: var(--ff-serif);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ot-light);
  margin-bottom: 6px;
}
.osmans-ot-title {
  font-family: var(--ff-display);
  font-size: 1.6rem;
  margin: 0 0 .4em;
  color: var(--ot-cream);
  line-height: 1.15;
}
.osmans-ot-subtitle { margin: 0; font-size: .92rem; line-height: 1.55; opacity: .85; }
.osmans-ot-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: rgba(250,243,231,.1);
  color: var(--ot-cream);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}
.osmans-ot-close:hover { background: rgba(250,243,231,.25); }
.osmans-ot-close svg { width: 14px; height: 14px; }

.osmans-ot-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 24px;
  position: relative;
}
.osmans-ot-loading {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--ot-bronze);
  font-family: var(--ff-serif);
  font-size: .9rem;
}
.osmans-ot-spinner {
  width: 36px;
  height: 36px;
  border: 2px solid rgba(181,138,76,.2);
  border-top-color: var(--ot-bronze);
  border-radius: 50%;
  animation: ot-spin 0.8s linear infinite;
}
@keyframes ot-spin { to { transform: rotate(360deg); } }

.osmans-ot-foot {
  padding: 12px 24px;
  border-top: 1px solid rgba(181, 138, 76, .15);
  display: flex;
  justify-content: space-between;
  font-family: var(--ff-serif);
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ot-bronze);
  opacity: .75;
}

/* ============================================
   "WIR SIND UMGEZOGEN" POPUP
   ============================================ */
.ot-popup {
  position: fixed;
  inset: 0;
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity .35s ease;
}
.ot-popup[hidden] { display: none !important; }
.ot-popup.is-open { opacity: 1; }
.ot-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 86, 102, .65);
}
.ot-popup__card {
  position: relative;
  background: var(--ot-paper);
  max-width: 440px;
  width: 100%;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: 0 30px 80px -20px rgba(24, 86, 102, .5);
  transform: translateY(20px) scale(.96);
  transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}

/* Image popup (Wir sind umgezogen) */
.ot-popup__card--image {
  max-width: min(520px, 92vw);
  padding: 0;
  background: var(--ot-paper);
  max-height: 92vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.ot-popup__image {
  display: block;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.ot-popup__cta {
  padding: 18px 24px 24px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  background: var(--ot-paper);
}
.ot-popup__card--image .ot-popup__close {
  background: var(--ot-paper);
  border: 1.5px solid var(--ot-bronze);
  color: var(--ot-petrol);
  box-shadow: 0 4px 12px -4px rgba(24, 86, 102, .3);
  z-index: 1;
}
.ot-popup__card--image .ot-popup__close:hover {
  background: var(--ot-bronze);
  color: var(--ot-cream);
}

/* External close button, positioned at top-right OUTSIDE the card */
.ot-popup__wrapper {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  max-width: min(520px, 92vw);
}
.ot-popup__close--external {
  position: absolute !important;
  top: -18px !important;
  right: -18px !important;
  left: auto !important;
  bottom: auto !important;
  width: 40px !important;
  height: 40px !important;
  background: var(--ot-paper) !important;
  border: 2px solid var(--ot-petrol) !important;
  color: var(--ot-petrol) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 8px 20px -6px rgba(24, 86, 102, .45) !important;
  z-index: 10 !important;
  padding: 0 !important;
}
.ot-popup__close--external:hover {
  background: var(--ot-petrol) !important;
  color: var(--ot-paper) !important;
}
.ot-popup__close--external svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 480px) {
  .ot-popup__close--external {
    top: -14px;
    right: -14px;
    width: 36px;
    height: 36px;
  }
}
.ot-popup.is-open .ot-popup__card { transform: translateY(0) scale(1); }
.ot-popup__close {
  position: absolute;
  top: 14px; right: 14px;
  width: 36px; height: 36px;
  background: transparent;
  color: var(--ot-petrol);
  border: 0;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ot-popup__close:hover { background: rgba(24, 86, 102, .08); }
.ot-popup__close svg { width: 14px; height: 14px; }

/* ============================================
   COOKIE BANNER
   ============================================ */
.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 100;
  background: var(--ot-petrol);
  color: var(--ot-cream);
  border: 1px solid rgba(216, 198, 161, .2);
  box-shadow: 0 18px 56px -16px rgba(24, 86, 102, .45);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .4s ease, transform .4s ease;
}
.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.cookie-banner__inner {
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cookie-banner__text { font-size: 0.85rem; line-height: 1.5; }
.cookie-banner__text strong { display: block; font-family: var(--ff-display); font-size: 1.05rem; margin-bottom: 6px; color: var(--ot-light); }
.cookie-banner__text a { color: var(--ot-light); text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-banner__actions .btn--ghost { color: var(--ot-cream); border-color: rgba(250,243,231,.4); }
.cookie-banner__actions .btn--ghost:hover { background: rgba(250,243,231,.1); }

@media (min-width: 700px) {
  .cookie-banner__inner { flex-direction: row; align-items: center; }
  .cookie-banner__text { flex: 1; }
  .cookie-banner__actions { flex-shrink: 0; }
}

/* ============================================
   UTILS
   ============================================ */
.text-center { text-align: center; }
.mt-large { margin-top: clamp(40px, 6vh, 80px); }
.mb-large { margin-bottom: clamp(40px, 6vh, 80px); }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* fade-up animation */
@media (prefers-reduced-motion: no-preference) {
  .fade-up { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
  .fade-up.in { opacity: 1; transform: none; }
}

/* ============================================
   2026-05 SITE REBUILD ADDITIONS
   ============================================ */

/* Mosaic gallery, uniform clean tile grid (no gaps from mixed sizes) */
.ot-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 36px;
}
.ot-mosaic__tile {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ot-sand);
  aspect-ratio: 1 / 1;
}
.ot-mosaic__tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s ease;
}
.ot-mosaic__tile:hover img { transform: scale(1.04); }
/* Disable wide/tall span variants, they leave gaps with arbitrary image counts */
.ot-mosaic__tile--wide,
.ot-mosaic__tile--tall { grid-column: auto; grid-row: auto; }

@media (max-width: 1100px) {
  .ot-mosaic { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .ot-mosaic { grid-template-columns: repeat(2, 1fr); gap: 8px; }
}

/* Inquiry forms (catering / group reservations / jobs) */
.ot-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 20px;
  margin-top: 28px;
}
.ot-form label {
  display: flex; flex-direction: column;
  font-family: var(--ff-sans);
}
.ot-form label > span {
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ot-petrol);
  margin-bottom: 6px;
}
.ot-form input, .ot-form textarea, .ot-form select {
  font-family: var(--ff-sans);
  font-size: 1rem;
  padding: 12px 14px;
  border: 1px solid var(--ot-sand);
  border-radius: var(--radius);
  background: var(--ot-paper);
  color: var(--ot-ink);
  width: 100%;
}
.ot-form input:focus, .ot-form textarea:focus, .ot-form select:focus {
  outline: none;
  border-color: var(--ot-petrol);
  box-shadow: 0 0 0 3px rgba(24,86,102,.12);
}
.ot-form .ot-form__full { grid-column: 1 / -1; }
@media (max-width: 640px) {
  .ot-form { grid-template-columns: 1fr; }
}

/* FAQ accordion */
.ot-faq { margin-top: 32px; border-top: 1px solid var(--ot-sand); }
.ot-faq__item {
  border-bottom: 1px solid var(--ot-sand);
  padding: 22px 4px;
}
.ot-faq__item summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--ff-display);
  font-size: clamp(1.15rem, 1.05rem + 0.4vw, 1.4rem);
  color: var(--ot-petrol);
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  line-height: 1.35;
}
.ot-faq__item summary::-webkit-details-marker { display: none; }
.ot-faq__item summary::after {
  content: '+';
  font-size: 1.75rem;
  color: var(--ot-bronze);
  transition: transform .25s ease;
  font-family: var(--ff-display);
  line-height: 1;
  flex-shrink: 0;
}
.ot-faq__item[open] summary::after { content: '–'; }
.ot-faq__item p {
  margin: 14px 0 0;
  color: var(--ot-ink);
  opacity: .9;
  font-family: var(--ff-serif);
  font-size: 1.05rem;
  line-height: 1.75;
}

/* ============================================
   2026-05, Hero 3-slide carousel
   slide-1: white bg + petrol şahmaran
   slide-2: petrol bg + mint şahmaran
   slide-3: blush bg + petrol şahmaran
   ============================================ */
.hero--carousel {
  position: relative;
  padding: 0;
  min-height: clamp(620px, 100vh, 980px);
  overflow: hidden;
}
.hero__viewport {
  position: relative;
  min-height: inherit;
  width: 100%;
  height: 100%;
}
/* All slides stacked at the same absolute position; opacity drives the fade.
   No display:none toggling → no layout jump between slides. */
.hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: inherit;
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .7s ease, visibility 0s linear .7s;
  z-index: 1;
}
.hero__slide.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity .7s ease, visibility 0s linear 0s;
  z-index: 2;
}
/* DESKTOP ONLY: flex layout with copy box pinned RIGHT.
   On mobile, .hero__inner falls back to its grid layout (defined in mobile media query). */
@media (min-width: 769px) {
  .hero__slide .hero__inner {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    max-width: none !important;
    width: 100%;
    margin: 0 !important;
    padding-right: clamp(20px, 5vw, 80px) !important;
    grid-template-columns: none;
  }
}

/* Per-slide tinting, bg + şahmaran */
.hero__slide--white  { background: #ffffff; }
.hero__slide--petrol { background: var(--ot-petrol); }
.hero__slide--blush  { background: var(--ot-blush); }

/* SVG has 2 kinds of paths:
   - fill="#fff" → INTERIOR (face, eyes, hair gaps), kept WHITE on coloured slides
                  so the figure has a "skin" visible through the silhouette
   - fill="#185666" → FIGURE STROKE/BODY, tinted per slide
   Slide 1 (white BG): white interior = invisible (= BG), figure shows as petrol silhouette
   Slide 2/3 (coloured BG): white interior STAYS WHITE → face & details readable */

/* Slide 1: white BG + petrol figure */
.hero__slide--white  .hero__shahmeran svg path[fill="#185666"] { fill: #185666; }

/* Slide 2: petrol BG + mint figure body, white interior preserved */
.hero__slide--petrol .hero__shahmeran svg path[fill="#185666"] { fill: #70bcb0; }
/* (no override on fill="#fff", stays white) */

/* Slide 3: blush BG + petrol figure body, white interior preserved */
.hero__slide--blush  .hero__shahmeran svg path[fill="#185666"] { fill: #185666; }
/* (no override on fill="#fff", stays white) */

/* Preserve "none" fills (clip masks etc.) */
.hero__shahmeran svg path[fill="none"] { fill: none !important; }

/* Copy box per slide, bronze gold backdrop (kurumsal palette tone) across all slides */
.hero__slide .hero__copy {
  background: var(--ot-bronze);
  color: var(--ot-cream);
  box-shadow: 0 18px 50px rgba(24, 86, 102, .25);
  border: 1px solid rgba(255, 249, 239, .15);
}

/* Eyebrow: light cream on bronze copy box (high contrast) */
.hero__slide .hero__copy .eyebrow { color: var(--ot-paper); letter-spacing: .22em; opacity: .85; }
.hero__slide .hero__copy h1 { color: inherit; text-shadow: 0 1px 2px rgba(0,0,0,.18); }
.hero__slide .hero__copy p { color: inherit; opacity: .96; }

/* Arrow buttons, anchored to BOTTOM (not vertical center) so they never overlap title/body */
.hero__arrow {
  position: absolute;
  bottom: clamp(64px, 9vh, 110px);
  top: auto;
  transform: none;
  z-index: 5;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(24, 86, 102, .85);
  color: var(--ot-paper);
  border: 1px solid rgba(255,249,239,.18);
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
  transition: background .25s ease, transform .25s ease, opacity .25s ease;
  opacity: .9;
}
.hero__arrow:hover { background: var(--ot-petrol); opacity: 1; transform: scale(1.06); }
.hero__arrow:focus-visible { outline: 2px solid var(--ot-bronze); outline-offset: 3px; }
.hero__arrow svg { width: 20px; height: 20px; }
.hero__arrow--prev { left: clamp(12px, 2vw, 32px); }
.hero__arrow--next { right: clamp(12px, 2vw, 32px); }
/* On petrol slide give arrows a paper bg so they don't blend */
.hero--carousel:has(.hero__slide--petrol.is-active) .hero__arrow {
  background: rgba(255, 249, 239, .92);
  color: var(--ot-petrol);
  border-color: rgba(24, 86, 102, .15);
}

/* Dot indicators */
.hero__dots {
  position: absolute;
  bottom: clamp(16px, 3vh, 32px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 10px;
}
.hero__dots button {
  width: 32px; height: 4px;
  border: 0;
  padding: 0;
  background: rgba(24, 86, 102, .3);
  cursor: pointer;
  border-radius: 2px;
  transition: background .25s ease, width .25s ease;
}
.hero__dots button[aria-selected="true"] {
  background: var(--ot-petrol);
  width: 56px;
}
.hero__slide--petrol ~ .hero__dots button,
.hero--carousel[data-current-theme="petrol"] .hero__dots button { background: rgba(255,249,239,.35); }
.hero--carousel[data-current-theme="petrol"] .hero__dots button[aria-selected="true"] { background: var(--ot-sun); }
.hero__dots button:focus-visible { outline: 2px solid var(--ot-sun); outline-offset: 3px; }

/* Mobile: smaller arrows, anchored bottom, never on text */
@media (max-width: 640px) {
  .hero__arrow {
    width: 42px;
    height: 42px;
    bottom: 60px;
    opacity: 1;
  }
  .hero__arrow svg { width: 18px; height: 18px; }
  .hero__arrow--prev { left: 14px; }
  .hero__arrow--next { right: 14px; }
  .hero__dots { bottom: 18px; }
  .hero__dots button { width: 22px; }
  .hero__dots button[aria-selected="true"] { width: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__slide { transition: opacity .2s ease, visibility 0s linear .2s; transform: none; }
}

/* ============================================
   2026-05, Mobile fixes per docx
   ============================================ */

/* Press logos on mobile: 2-per-row, tighter gap */
@media (max-width: 640px) {
  .press {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    max-width: 100%;
  }
  .press a {
    height: 64px;
    padding: 6px 10px;
  }
  .press img {
    max-height: 48px;
    max-width: 100%;
  }
}

/* Mobile: cap inner-page subheader H1 + allow long words to break.
   Without this, words like "Gruppenreservierungen" overflow the viewport. */
@media (max-width: 768px) {
  .hero--inner h1,
  .hero--inner .container h1 {
    font-size: clamp(1.6rem, 1.2rem + 3vw, 2.2rem) !important;
    line-height: 1.15;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }
  /* Inner-page subheader (Kontakt / About / Speisekarte / Voucher / Jobs etc.):
     kill the giant 380px min-height and inline padding on mobile.
     Hero becomes a compact title strip, not a full-screen banner. */
  .hero.hero--inner,
  section.hero.hero--inner {
    min-height: 0 !important;
    padding: 14px 0 14px !important;
  }
  .hero.hero--inner .container { padding-top: 0 !important; padding-bottom: 0 !important; }
  .hero.hero--inner .hero__inner { padding: 0 !important; gap: 6px !important; }
  .hero.hero--inner .hero__copy { padding: 6px 12px !important; }
  .hero.hero--inner .eyebrow { margin-bottom: 6px !important; }
  .hero.hero--inner h1 { margin: 0 0 6px !important; }
  .hero.hero--inner p,
  .hero.hero--inner .lead { margin: 4px 0 0 !important; }
  /* Catering / Voucher / About body sections directly under hero on mobile */
  .section.ot-about-hero,
  .section.ot-about-quotes,
  .section.ot-about-body {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

/* Mobile hero: make Şahmeran prominent + CTA clear, copy box demoted.
   Text colour adapts to slide BG so it's always readable. */
@media (max-width: 768px) {
  .hero .hero__inner {
    grid-template-columns: 1fr !important;
    gap: 24px;
    text-align: center;
  }
  /* On mobile, Şahmeran is the dominant feature, 2x previous size,
     crown sits right under the header. Overflow lets the body wings extend off-screen. */
  .hero__slide .hero__shahmeran,
  .hero .hero__shahmeran {
    position: relative;
    inset: auto;
    order: -1;
    padding-top: 56px; /* header height */
    margin-top: -32px; /* pull SVG up so crown nuzzles the header */
    max-width: 100%;
    overflow: visible;
  }
  .hero .hero__shahmeran {
    width: 100%;
    display: block;
  }
  .hero .hero__shahmeran svg,
  .hero .hero__shahmeran img {
    /* 1.6x size (was 2x, -20% per user), figure overflows viewport, kept centred */
    width: 160vw;
    max-width: 160vw;
    height: auto;
    max-height: none;
    margin-left: -30vw;
    margin-right: -30vw;
    margin-bottom: -8vw; /* trim the empty bottom of the SVG so copy box snuggles up */
    display: block;
  }
  .hero__slide .hero__copy {
    position: relative;
    margin-top: -16px !important; /* pull copy up toward the figure */
    margin-inline: clamp(12px, 4vw, 24px) !important;
    align-self: auto;
    justify-self: auto;
  }
  .hero__slide .hero__inner {
    grid-template-columns: 1fr !important;
    align-items: start;
    padding: 0 !important;
    gap: 8px !important;
  }
  .hero .hero__copy {
    background: var(--ot-bronze) !important;
    padding: clamp(20px, 4vw, 32px) !important;
    margin: 16px clamp(12px, 4vw, 24px) !important;
    border-radius: 4px;
  }
  .hero .hero__copy::before { display: none !important; }
  .hero .hero__copy h1 { font-size: clamp(1.6rem, 6vw, 2.4rem) !important; }

  /* Mobile copy box stays bronze on all slides, text is cream for readability */
  .hero__slide .hero__copy,
  .hero__slide .hero__copy h1 { color: var(--ot-cream) !important; }
  .hero__slide .hero__copy p  { color: var(--ot-paper) !important; opacity: .95; }
  .hero__slide .hero__copy h1 { text-shadow: 0 1px 2px rgba(0,0,0,.18); }
  /* Body text size bump for readability */
  .hero .hero__copy p { font-size: 1rem !important; line-height: 1.55 !important; }
  .hero .hero__copy .eyebrow { font-size: .72rem !important; letter-spacing: .22em !important; }

  /* CTA: solid petrol primary + slide-aware ghost outline */
  .hero__slide--white  .hero__cta .btn--ghost { color: var(--ot-petrol); border-color: var(--ot-petrol); }
  .hero__slide--petrol .hero__cta .btn--ghost { color: var(--ot-paper);  border-color: var(--ot-paper); }
  .hero__slide--blush  .hero__cta .btn--ghost { color: var(--ot-petrol); border-color: var(--ot-petrol); }
  .hero__cta .btn--primary {
    background: var(--ot-petrol) !important;
    border-color: var(--ot-petrol) !important;
    color: var(--ot-paper) !important;
  }
  .hero__slide--petrol .hero__cta .btn--primary {
    background: var(--ot-paper) !important;
    border-color: var(--ot-paper) !important;
    color: var(--ot-petrol) !important;
  }
  .hero .hero__cta {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-inline: 12px;
  }
  .hero .hero__cta .btn--primary,
  .hero .hero__cta .btn--ghost {
    font-size: 1rem;
    padding: 14px 22px;
  }
  /* Make the hero container respect viewport on mobile */
  .hero .container.hero__inner {
    padding-inline: 16px;
  }
}

/* Mobile: jobs 3-banner row → single column */
@media (max-width: 640px) {
  .jobs-banner-grid { grid-template-columns: 1fr !important; }
}

/* ============================================
   OT ABOUT — ARZU & LALE HERO
   ============================================ */
.ot-about-hero {
  position: relative;
}
.ot-about-hero__wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
}
.ot-about-hero__photo {
  width: 100%;
  height: auto;
  display: block;
  max-height: 70vh;
  object-fit: cover;
  object-position: center 25%;
  border-radius: 0;
}
.ot-about-hero__badge {
  position: absolute;
  top: 18px;
  right: 28px;
  width: clamp(120px, 11.5vw, 180px);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  color: #0d2638;
  transform: rotate(-8deg);
  transition: transform .35s ease, filter .35s ease;
  text-decoration: none;
  filter: drop-shadow(0 14px 32px rgba(13, 38, 56, .45));
}
.ot-about-hero__badge:hover {
  transform: rotate(0deg) scale(1.06);
  filter: drop-shadow(0 18px 38px rgba(13, 38, 56, .55));
}
.ot-about-hero__badge-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.ot-about-hero__badge-inner {
  position: relative;
  z-index: 2;
  color: #f5e9d5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px 8px;
  gap: 4px;
}
.ot-about-hero__badge-icon {
  width: 38%;
  max-width: 56px;
  height: auto;
  color: #f5e9d5;
}
.ot-about-hero__badge-line1 {
  font-family: var(--ff-serif);
  font-size: clamp(.5rem, .42rem + .25vw, .68rem);
  letter-spacing: .14em;
  text-transform: uppercase;
  line-height: 1;
  color: rgba(245, 233, 213, .85);
  margin-top: 4px;
}
.ot-about-hero__badge-line2 {
  font-family: var(--ff-display);
  font-size: clamp(.7rem, .58rem + .45vw, 1rem);
  letter-spacing: .04em;
  line-height: 1;
  color: #f5e9d5;
}
.ot-about-hero__badge-line2 strong { font-weight: 600; margin-left: 3px; }

@media (max-width: 900px) {
  .ot-about-hero__photo { max-height: 56vh; object-position: center top; }
  .ot-about-hero__badge { width: 100px; top: 12px; right: 12px; }
}

/* Press-quote 3-col grid (clean brand-aligned, no overlay) */
.ot-about-quotes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.5vw, 36px);
  max-width: 1180px;
  margin: 0 auto;
}
.ot-about-quotes__card {
  position: relative;
  margin: 0;
  padding: 32px 28px 28px;
  background: var(--ot-paper);
  border: 1px solid rgba(181, 138, 76, .18);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.ot-about-quotes__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px -16px rgba(24, 86, 102, .22);
}
.ot-about-quotes__mark {
  width: 30px;
  height: auto;
  color: var(--ot-bronze);
  opacity: .55;
  flex-shrink: 0;
}
.ot-about-quotes__card blockquote {
  font-family: var(--ff-display);
  color: var(--ot-petrol);
  font-size: clamp(1.05rem, .95rem + .5vw, 1.35rem);
  line-height: 1.4;
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
}
.ot-about-quotes__card figcaption {
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: .85rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ot-bronze);
  margin-top: auto;
  padding-top: 8px;
}
@media (max-width: 900px) {
  .ot-about-quotes__grid { grid-template-columns: 1fr; gap: 14px; }
  .ot-about-quotes__card { padding: 24px 22px 22px; }
}

.ot-about-body__heading {
  font-family: var(--ff-display) !important;
  color: var(--ot-petrol);
  font-size: clamp(2rem, 1.6rem + 1.8vw, 3rem) !important;
  font-weight: 400;
  letter-spacing: .005em;
  margin: 0 0 24px;
  line-height: 1.05;
  letter-spacing: 0;
}

/* Bottom solo photo (Arzu) */
.ot-about-bottom-photo__figure {
  margin: 0;
  text-align: center;
  position: relative;
}
.ot-about-bottom-photo__figure img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 80vh;
  object-fit: cover;
  object-position: center 30%;
  box-shadow: 0 30px 80px -30px rgba(24, 86, 102, .35);
}
.ot-about-bottom-photo__figure::after {
  content: "";
  position: absolute;
  inset: -20px -20px -20px -20px;
  border: 2px solid var(--ot-bronze);
  z-index: -1;
  pointer-events: none;
}
.ot-about-bottom-photo__figure figcaption {
  margin-top: 18px;
  font-family: var(--ff-serif);
  font-style: italic;
  color: var(--ot-bronze);
  font-size: .9rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* About — afterword section */
.ot-about-afterword {
  position: relative;
}
.ot-about-afterword__heading {
  font-family: var(--ff-display);
  color: var(--ot-petrol);
  font-size: clamp(1.8rem, 1.5rem + 1.5vw, 2.6rem);
  font-weight: 400;
  letter-spacing: .005em;
  margin: 0 0 24px;
  line-height: 1.1;
  letter-spacing: 0;
}
.ot-about-afterword__body {
  font-size: 1.02rem;
  line-height: 1.85;
  color: var(--ot-ink);
  text-align: center;
}
.ot-about-afterword__body p { margin-bottom: 1.4em; }
.ot-about-afterword__body p:last-child { margin-bottom: 0; }

/* Contact page: 2-col contact+photo collapses on mobile */
@media (max-width: 900px) {
  .ot-contact-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .ot-contact-grid__photo { order: -1; }
}

/* ============================================
   OT About Timeline (2012 / 2026 storytelling)
   ============================================ */
/* ============================================
   ABOUT TIMELINE — 2012 → 2026 (rebuilt 04 Jun 2026)
   ============================================ */
.ot-about-timeline {
  background: var(--ot-cream);
  padding: clamp(40px, 6vh, 84px) 0 !important;
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-inline: calc(50% - 50vw);   /* break out of the Elementor column → true full-width */
}
.ot-about-timeline__container { max-width: none; }
.ot-about-timeline__section-title {
  text-align: center;
  font-family: var(--ff-serif);
  font-size: clamp(1.4rem, 1.1rem + 1.2vw, 2rem);
  letter-spacing: .12em;
  color: var(--ot-petrol);
  margin: 0 0 clamp(28px, 4vh, 56px);
  text-transform: uppercase;
  font-weight: 500;
}

/* center spine */
.ot-tl { position: relative; }
.ot-tl__spine {
  position: absolute;
  left: 50%; top: 0; bottom: 0;
  width: 3px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--ot-bronze), var(--ot-bronze) 45%, var(--ot-sun));
  z-index: 4;
  pointer-events: none;
}

.ot-tl__era {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.ot-tl__era--2012 { padding: clamp(6px, 2vh, 20px) 0 clamp(28px, 5vh, 52px); grid-template-columns: .6fr 1.4fr; }

/* dot markers on the spine */
.ot-tl__dot {
  position: absolute;
  left: 50%; top: clamp(42px, 7vh, 92px);
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--ot-bronze);
  border: 4px solid var(--ot-cream);
  box-shadow: 0 0 0 1px rgba(120, 90, 40, .45);
  transform: translate(-50%, -50%);
  z-index: 5;
}
.ot-tl__dot-yr {
  position: absolute; left: 50%; bottom: calc(100% + 10px);
  transform: translateX(-50%);
  font-family: var(--ff-display); font-size: 1rem; letter-spacing: .08em;
  color: var(--ot-bronze); white-space: nowrap; line-height: 1;
}

.ot-tl__year {
  font-family: var(--ff-display);
  font-size: clamp(3rem, 2.1rem + 3.6vw, 5.4rem);
  font-weight: 400; line-height: 1;
  color: var(--ot-petrol);
  margin-bottom: 10px;
}
.ot-tl__year--gold { color: var(--ot-sun); }
.ot-tl__sub {
  font-family: var(--ff-serif);
  font-size: clamp(.78rem, .72rem + .3vw, .92rem);
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--ot-bronze);
  margin-bottom: 18px;
}
.ot-tl__sub--gold { color: var(--ot-sun); opacity: .92; }
.ot-tl__body {
  font-family: var(--ff-serif);
  font-size: 1rem; line-height: 1.8; color: var(--ot-ink);
}
.ot-tl__body--light { color: rgba(250, 243, 231, .92); }

/* 2012 collage: clippings top-right, aged torn-edge photo bottom-left (desktop) */
.ot-tl__media { position: relative; }
.ot-tl__era--2012 .ot-tl__media { min-height: clamp(490px, 54vh, 620px); }
.ot-tl__clips {
  position: absolute; top: 4%; left: 0; z-index: 1;
  width: 44%; max-width: 326px;
  display: flex; flex-direction: column; gap: 16px;
}
.ot-tl__photowrap {
  position: absolute; right: 0; bottom: 0; z-index: 3;
  width: 66%; max-width: 510px;
}

/* aged torn-paper look shared by the clippings AND the photo */
.ot-tl__clip,
.ot-tl__polaroid--big {
  background: #f1e6cd;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.34));
  clip-path: polygon(
    0% 3%, 8% .6%, 17% 3%, 26% .8%, 35% 3.2%, 44% 1%, 53% 3%, 62% .8%, 71% 3%, 80% 1%, 89% 3%, 96% .8%, 100% 3%,
    100% 97%, 92% 99.3%, 84% 97%, 75% 99.4%, 66% 97%, 57% 99.2%, 48% 97.2%, 39% 99.4%, 30% 97%, 21% 99.2%, 12% 97%, 5% 99.3%, 0% 97%
  );
}
.ot-tl__clip {
  background-image: repeating-linear-gradient(180deg, transparent 0, transparent 1.5em, rgba(90,70,30,.06) 1.5em, rgba(90,70,30,.06) calc(1.5em + 1px));
  padding: 15px 18px 20px;
  color: #3a2f1d;
}
.ot-tl__clip--feature { transform: rotate(2deg); }
.ot-tl__clip--mini { transform: rotate(-2.4deg); margin-right: 22px; }
/* Lafer-magazine feature: serif headline + italic sub */
.ot-tl__clip-headline {
  font-family: var(--ff-display);
  font-size: clamp(1.15rem, 1rem + .8vw, 1.6rem);
  line-height: 1.12; color: #2c2414; margin: 4px 0 8px;
}
.ot-tl__clip-sub {
  font-family: var(--ff-serif); font-style: italic;
  font-size: .82rem; line-height: 1.4; color: #5a4a2e; margin: 0;
}
.ot-tl__clip-flag {
  display: block; font-family: var(--ff-serif);
  font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  font-size: .56rem; color: var(--ot-bronze);
  border-top: 2px solid rgba(120,90,40,.55);
  border-bottom: 1px solid rgba(120,90,40,.3);
  padding: 5px 0; margin-bottom: 10px; text-align: center;
}
.ot-tl__clip-lead {
  font-family: var(--ff-serif);
  font-size: .95rem; line-height: 1.32; font-weight: 600;
  color: #2c2414; margin: 0 0 10px;
}
.ot-tl__clip-q {
  font-family: var(--ff-serif);
  font-size: .76rem; line-height: 1.5; color: #3a2f1d; margin: 0 0 9px;
}
.ot-tl__clip-q:last-child { margin-bottom: 0; }
.ot-tl__clip-cite {
  display: block; font-style: italic; font-size: .7rem;
  color: var(--ot-bronze); margin-top: 2px;
}

/* photo (2026 keeps a clean polaroid; 2012 --big gets the torn aged look) */
.ot-tl__polaroid {
  position: relative; z-index: 3;
  width: min(78%, 380px); margin: 0 auto;
  background: var(--ot-paper);
  padding: 14px 14px 18px;
  box-shadow: 0 30px 54px -22px rgba(0,0,0,.55);
  transform: rotate(-1.4deg);
  transition: transform .4s ease;
}
.ot-tl__polaroid--big {
  width: 100%; margin: 0;
  padding: 12px;
  box-shadow: none;
  transform: rotate(-1.8deg);
}
.ot-tl__polaroid:hover,
.ot-tl__polaroid--big:hover { transform: rotate(0); }
.ot-tl__polaroid img { width: 100%; height: auto; display: block; filter: sepia(.2) saturate(.92); }
.ot-tl__polaroid--big img { filter: sepia(.34) saturate(.85) contrast(.96); }
.ot-tl__note {
  display: block; text-align: center; margin-top: 12px;
  font-family: var(--ff-display); font-size: 1.22rem; color: var(--ot-ink);
  transform: rotate(-2deg);
}

/* 2026 dark card */
.ot-tl__era--2026 {
  background: var(--ot-petrol);
  border-radius: 0;
  margin-top: clamp(24px, 4vh, 46px);
  margin-inline: calc(var(--gutter) * -1);   /* full-bleed: cancel container gutter, edge-to-edge */
  padding: clamp(40px, 6vh, 84px) var(--gutter);
  box-shadow: 0 44px 80px -44px rgba(24, 86, 102, .65);
  overflow: hidden;
}
.ot-tl__era--2026 .ot-tl__dot { background: var(--ot-sun); border-color: var(--ot-paper); top: 40px; box-shadow: 0 0 0 1px rgba(242,183,5,.5); }
.ot-tl__era--2026 .ot-tl__dot-yr { color: var(--ot-sun); bottom: auto; top: calc(100% + 8px); }
.ot-tl__shahmeran {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 78%; max-width: 900px;
  opacity: .24; z-index: 0; pointer-events: none;
}
.ot-tl__shahmeran svg { width: 100%; height: auto; }
.ot-tl__era--2026 .ot-tl__media,
.ot-tl__era--2026 .ot-tl__text { position: relative; z-index: 1; }
.ot-tl__polaroid--dark {
  position: relative; z-index: 2;
  background: #f7f0e3; margin: 0 auto; width: min(82%, 372px); max-width: none;
  padding: 14px 14px 18px;
  transform: rotate(-1.8deg);
  box-shadow: 0 0 0 1px rgba(242,183,5,.28), 0 36px 66px -26px rgba(0,0,0,.72);
}
.ot-tl__polaroid--dark:hover { transform: rotate(0); }

.ot-about-timeline__cta { text-align: center; margin-top: clamp(28px, 4vh, 48px); }

/* mobile */
@media (max-width: 768px) {
  /* visible LEFT timeline rail, aligned at ~10px from the viewport edge over
     both the contained 2012 and the full-bleed 2026 eras */
  .ot-tl__spine {
    display: block; width: 4px; top: 0; bottom: 0;
    left: calc(14px - var(--gutter)); transform: none;
    background: linear-gradient(180deg, var(--ot-bronze), var(--ot-bronze) 55%, var(--ot-sun));
  }
  .ot-tl__dot {
    display: block; width: 22px; height: 22px; top: 34px;
    left: calc(14px - var(--gutter)); transform: translate(-50%, -50%);
    border-width: 4px;
  }
  .ot-tl__era--2026 .ot-tl__dot { left: 14px; top: 30px; }
  .ot-tl__dot-yr { display: none; }
  .ot-tl__era { grid-template-columns: 1fr; gap: 22px; padding-left: 22px; }
  .ot-tl__era--2012 { padding: 0 0 8px 22px; }
  .ot-tl__era--2026 { margin-top: 30px; padding-left: calc(var(--gutter) + 10px); }
  /* media above text; 2012 stacks: big photo, then the two clippings */
  .ot-tl__media { order: -1; }
  .ot-tl__era--2012 .ot-tl__media {
    position: static; min-height: 0;
    display: flex; flex-direction: column; align-items: center; gap: 18px;
  }
  .ot-tl__photowrap {
    position: static; order: -1;
    width: min(92%, 340px); max-width: 340px; margin: 0 auto;
  }
  .ot-tl__clips {
    position: static; width: 100%; max-width: 380px; margin: 0 auto;
    flex-direction: column; align-items: center; gap: 16px;
  }
  .ot-tl__clip--feature, .ot-tl__clip--mini { width: 100%; max-width: 360px; margin: 0 auto; }
  .ot-tl__polaroid--dark { width: min(80%, 290px); max-width: 290px; }
  .ot-tl__shahmeran { width: 130%; }
  .ot-tl__year { font-size: clamp(2.6rem, 8vw, 3.4rem); }
}

/* ============================================
   OT Catering Split (alternating text-photo)
   ============================================ */
.ot-catering-split {
  padding: clamp(36px, 6vh, 80px) 0 !important;
}
.ot-catering-split__container {
  max-width: 1180px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 72px);
  align-items: start;
}
.ot-catering-split--left .ot-catering-split__media { order: 0; }
.ot-catering-split--left .ot-catering-split__copy { order: 1; }
.ot-catering-split--right .ot-catering-split__copy { order: 0; }
.ot-catering-split--right .ot-catering-split__media { order: 1; }
.ot-catering-split__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 14px 26px -14px rgba(0,0,0,.28);
}
.ot-catering-split__copy .eyebrow { display: block; margin-bottom: 8px; color: var(--ot-bronze); }
.ot-catering-split__title {
  font-family: var(--ff-serif);
  font-size: clamp(1.7rem, 1.3rem + 1.5vw, 2.4rem);
  color: var(--ot-petrol);
  margin: 0 0 18px;
  letter-spacing: .02em;
  line-height: 1.15;
  font-weight: 500;
}
.ot-catering-split__body {
  font-family: var(--ff-serif);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ot-ink);
  margin-bottom: 18px;
}
.ot-catering-split__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.ot-catering-split__bullets li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-family: var(--ff-serif);
  color: var(--ot-ink);
}
.ot-catering-split__bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ot-bronze);
  font-weight: 600;
}
.ot-catering-split__menu-intro {
  margin: 0 0 12px;
  font-size: .82rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ot-bronze);
  font-weight: 500;
}
.ot-catering-split__pricing {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid color-mix(in srgb, var(--ot-bronze) 30%, transparent);
}
.ot-catering-split__pricing-heading {
  font-family: var(--ff-serif);
  font-size: .9rem;
  letter-spacing: .25em;
  color: var(--ot-bronze);
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 600;
}
.ot-catering-split__pricing-body {
  font-family: var(--ff-serif);
  font-size: .95rem;
  line-height: 1.7;
  color: var(--ot-ink);
}
@media (max-width: 768px) {
  .ot-catering-split__container {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .ot-catering-split--left .ot-catering-split__media,
  .ot-catering-split--right .ot-catering-split__media {
    order: 0;
  }
  .ot-catering-split--left .ot-catering-split__copy,
  .ot-catering-split--right .ot-catering-split__copy {
    order: 1;
  }
}

/* ============================================
   OT Gruppen Form — new content additions
   ============================================ */
.ot-gruppen-form__title {
  font-family: var(--ff-serif);
  font-size: clamp(1.7rem, 1.3rem + 1.5vw, 2.4rem);
  font-weight: 500;
  letter-spacing: .04em;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.ot-gruppen-form__body {
  font-family: var(--ff-serif);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ot-ink);
  margin: 0 0 12px;
}
.ot-gruppen-form__note {
  margin: 20px auto 16px;
  font-size: .9rem;
  line-height: 1.6;
  color: var(--ot-ink);
  font-style: italic;
  max-width: 640px;
}

/* ============================================================
   GIZA DESIGNER FEEDBACK PASS — 29 May 2026
   Hero text-box size lock, footer awards refine, sticky CTA overlap,
   logo visibility tweaks.
   ============================================================ */

/* --- Hero copy box: lock dimensions so text container does not jump
       between slides (PDF page 2) -------------------------------- */
@media (min-width: 769px) {
  .hero__slide .hero__copy {
    width: 540px;
    max-width: 540px;
    height: 500px;          /* HARD-LOCK uniform height across slides */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero__slide .hero__copy h1 {
    font-size: clamp(1.55rem, 1.2rem + 1.2vw, 2.15rem);
    line-height: 1.18;
    /* Reserve 2 lines of headline so 1-line and 2-line titles align */
    min-height: 2.4em;
    margin-bottom: .55em;
  }
  .hero__slide .hero__copy p {
    /* clamp body container so all slides share visual rhythm */
    min-height: 6em;
    margin-bottom: 0;
  }
  .hero__slide .hero__cta {
    margin-top: auto;
  }
}
@media (max-width: 768px) {
  .hero__slide .hero__copy {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* --- Footer awards: single Tripadvisor Travellers' Choice badge (SVG,
       colour driven by currentColor so it can be retinted in one line) -- */
.footer-awards .footer-awards__badge {
  margin-top: 1.1em;
  max-width: 150px;
  color: var(--ot-sand);
}
.footer-awards .footer-awards__badge svg {
  display: block;
  width: 100%;
  height: auto;
}

/* --- Sticky "FINDE EINEN TISCH" overlap fix (PDF page 7)
       Add enough bottom padding so Impressum / Datenschutz links
       stay clickable when sticky button is anchored bottom-right. */
.site-footer .footer-bottom {
  padding-bottom: 84px;
}
@media (max-width: 600px) {
  .site-footer .footer-bottom {
    padding-bottom: 96px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .osmans-ot-sticky {
    /* Lift the sticky button a hair on small screens to clear copyright row */
    bottom: 12px !important;
  }
}

/* --- Header logo visibility: new SVG already has petrol body, but
       the over-hero header has a subtle dark wash so let's make the
       logo a little chunkier on small mobile so it reads well. --- */
@media (max-width: 600px) {
  .site-header .nav-logo svg {
    height: 56px !important;
  }
}

/* End Giza pass */

/* ============================================================
   DESIGNER FEEDBACK PASS — 04 Jun 2026
   ============================================================ */

/* --- Mobile hero: let the slide grow to its content height so the
       CTA buttons under the copy box are never clipped by the
       fixed 100vh + overflow:hidden carousel frame. (doc item 2) --- */
@media (max-width: 768px) {
  .hero.hero--carousel { min-height: auto; }
  .hero--carousel .hero__viewport { min-height: 0; height: auto; }
  .hero--carousel .hero__slide { align-items: start; }
  /* active slide drives container height; inactive stay absolute for the fade */
  .hero--carousel .hero__slide.is-active { position: relative; inset: auto; }
  .hero--carousel .hero__slide .hero__copy { min-height: 0; }
  .hero--carousel .hero__cta { margin-bottom: 4px; }
}

/* --- Gruppen heading: long German compound "Gruppenreservierungen"
       overflowed to the right on mobile. Allow wrapping + shrink on
       small screens. Applies to DE + EN. (doc item 4) --- */
.ot-gruppen-form__title {
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
@media (max-width: 768px) {
  .ot-gruppen-form__title {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
    letter-spacing: .02em;
  }
}

/* --- Footer logo + tagline: centre the block (logo SVG and the
       max-width paragraph) on mobile. Desktop layout untouched. (doc item 5) --- */
@media (max-width: 800px) {
  .footer-logo { text-align: center; }
  .footer-logo svg,
  .footer-logo img { margin-left: auto; margin-right: auto; }
  .footer-logo p { margin-left: auto; margin-right: auto; }
}

/* End 04 Jun 2026 pass */
