/* Syrtaki — Reset, Schriften, Grundlagen */

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-600italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("../fonts/jost.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  /* iOS schiebt bei 1px Überbreite die ganze Ansicht zur Seite */
  overflow-x: clip;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  overflow-x: clip;
  font-family: var(--sans);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.68;
  color: var(--ink);
  background: var(--lime);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  font-size: var(--text-h1);
}

h2 {
  font-size: var(--text-h2);
}

h3 {
  font-size: var(--text-h3);
}

/* Kursiv im Display ist das wiederkehrende Betonungsmittel */
h1 em,
h2 em,
h3 em {
  font-style: italic;
  color: var(--terracotta);
}

p {
  text-wrap: pretty;
}

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

ul,
ol {
  list-style: none;
}

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

.shell {
  max-width: 74rem;
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.shell--narrow {
  max-width: 56rem;
}

.section {
  padding-block: var(--space-section);
}

.on-dark {
  background: var(--aegean);
  color: var(--lime-on-dark);
}

.on-dark p {
  color: var(--lime-on-dark-soft);
}

.on-dark .eyebrow {
  color: var(--aegean-soft);
}

/* Eyebrow: Kapitälchen mit kurzem Strich statt Punkt */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: var(--text-eyebrow);
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--terracotta);
}

.eyebrow::before {
  content: "";
  width: 1.8em;
  height: 1px;
  background: currentColor;
  flex: 0 0 auto;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1.7rem;
  border-radius: var(--radius-pill);
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform var(--duration-fast) var(--ease-out), background var(--duration-fast),
    color var(--duration-fast), border-color var(--duration-fast);
}

.btn .arr {
  transition: transform var(--duration-fast) var(--ease-out);
}

.btn:hover .arr {
  transform: translateX(4px);
}

.btn:active {
  transform: scale(0.97);
}

.btn--solid {
  background: var(--terracotta);
  color: #fff;
}

.btn--solid:hover {
  background: var(--terracotta-deep);
}

.btn--deep {
  background: var(--aegean);
  color: #fff;
}

.btn--deep:hover {
  background: var(--aegean-2);
}

.btn--ghost {
  border-color: var(--line-strong);
  color: var(--ink);
}

.btn--ghost:hover {
  border-color: var(--aegean);
  color: var(--aegean);
}

.on-dark .btn--ghost {
  border-color: var(--line-dark);
  color: var(--lime-on-dark);
}

.on-dark .btn--ghost:hover {
  border-color: var(--lime-on-dark);
  background: rgba(244, 239, 230, 0.1);
  color: #fff;
}

/* Rundbogen-Bildrahmen — Zitat der Fensterbögen im Lokal */
.arch {
  border-radius: var(--radius-arch);
  overflow: clip;
  background: var(--lime-2);
}

.arch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frame {
  border-radius: var(--radius);
  overflow: clip;
  background: var(--lime-2);
}

.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html.js .frame[data-reveal-img] img,
html.js .arch[data-reveal-img] img {
  transform: scale(1.08);
}

/* Doppellinie als Gliederungsmotiv */
.rule {
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  height: 3px;
}

/* Fokus */
:focus-visible {
  outline: 3px solid var(--terracotta);
  outline-offset: 3px;
  border-radius: 3px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--aegean);
  color: #fff;
  padding: 0.7rem 1.2rem;
  z-index: 300;
}

.skip-link:focus {
  left: 0.5rem;
  top: 0.5rem;
}

html.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
}

html.js.reduced-motion [data-reveal] {
  opacity: 1;
  transform: none;
}

::selection {
  background: var(--aegean-soft);
  color: var(--aegean);
}

/* Dunkle Flächen: Ghost-Buttons müssen hell sein, sonst steht
   Tintenschwarz auf Ägäisblau (gilt für alle dunklen Bühnen). */
.hero .btn--ghost,
.rooms .btn--ghost,
.page-hero .btn--ghost,
.hours-card .btn--ghost {
  border-color: var(--line-dark);
  color: var(--lime-on-dark);
}

.hero .btn--ghost:hover,
.rooms .btn--ghost:hover,
.page-hero .btn--ghost:hover,
.hours-card .btn--ghost:hover {
  border-color: var(--lime-on-dark);
  background: rgba(244, 239, 230, 0.1);
  color: #fff;
}

/* Bildrahmen als Grid-Kinder: ohne min-width:0 zieht die Eigenbreite des
   Bildes die Spalte auf (1fr = minmax(auto,1fr)) und das Raster sprengt
   seinen Container — sichtbar nur, weil overflow-x: clip es abschneidet. */
.frame,
.arch {
  min-width: 0;
}

/* Kursive Betonung auf dunkelblauen Flächen: Terrakotta ist dort zu
   dunkel (Kontrast ~2,1). Auf Blau gehört der helle Ton. */
.rooms h2 em,
.rooms h3 em,
.page-hero h1 em,
.on-dark h2 em,
.on-dark h3 em,
.cta-band h2 em,
.hours-card em {
  color: #f0b48f;
}
