/* ============================================================
   Adem Massage Zürich — Hospitality Spa
   Vibe: refined Swiss wellness retreat, hotel-grade
   ============================================================ */

:root {
  --bg: #f4efe5;
  --bg-2: #ebe5d6;
  --paper: #fbf8f1;
  --ink: #1a1814;
  --ink-soft: #3d3830;
  --muted: #857a6b;
  --line: #d8d0bf;
  --line-2: #c4b89e;
  --walnut: #6b4e2e;
  --walnut-d: #4a3520;
  --gold: #b8924a;
  --whatsapp: #25d366;

  --display: "Bodoni Moda", "Didot", "Playfair Display", Georgia, serif;
  --body: "DM Sans", system-ui, -apple-system, sans-serif;
  --script: "Cormorant Garamond", Georgia, serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;

  --max: 1320px;
  --gutter: clamp(1.5rem, 4vw, 3rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
}
::selection {
  background: var(--walnut);
  color: var(--paper);
}

/* ---------- Type ---------- */

h1,
h2,
h3,
h4 {
  font-family: var(--display);
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.015em;
  line-height: 1;
  margin: 0;
  color: var(--ink);
}
h1 {
  font-size: clamp(3rem, 8.5vw, 7rem);
  font-weight: 400;
  font-variation-settings: "opsz" 96;
}
h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
}
h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
}

.script {
  font-family: var(--script);
  font-style: italic;
  font-weight: 400;
  color: var(--walnut);
}

p {
  margin: 0 0 1rem;
  line-height: 1.65;
}

.lead {
  font-family: var(--body);
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 54ch;
  font-weight: 400;
}

.eyebrow {
  font-family: var(--body);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--walnut);
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--walnut);
}

.muted {
  color: var(--muted);
}

/* ---------- Layout ---------- */

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

.section {
  padding: clamp(5rem, 9vw, 9rem) 0;
  position: relative;
}
.section--tight {
  padding: clamp(3rem, 5vw, 5rem) 0;
}

/* ---------- Top utility ---------- */

.topbar {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 0.55rem 0;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.topbar-meta {
  color: var(--muted);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.topbar-links {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.topbar-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transition: color 0.2s;
}
.topbar-links a:hover {
  color: var(--walnut);
}
.topbar-links svg {
  transform: translateY(-1px);
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 239, 229, 0.88);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header .nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 96px;
  gap: 1.5rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.brand-logo {
  height: 72px;
  width: auto;
  display: block;
  transition: opacity 0.25s;
}
.brand:hover .brand-logo {
  opacity: 0.85;
}
.brand-text {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  line-height: 1;
}
.brand-text small {
  font-family: var(--body);
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
@media (max-width: 720px) {
  .brand-text {
    font-size: 1.05rem;
  }
  .brand-text small {
    font-size: 0.55rem;
    letter-spacing: 0.24em;
  }
}
.main-nav {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
}
.main-nav a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
  padding: 0.4rem 0;
  position: relative;
  transition: color 0.2s;
}
.main-nav a:hover,
.main-nav a.active {
  color: var(--walnut);
}
.main-nav a.active::after {
  content: "";
  position: absolute;
  inset: auto 0 -3px 0;
  height: 1px;
  background: var(--walnut);
}
.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.4rem;
  background: var(--walnut);
  color: var(--paper);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 0;
  transition: background 0.25s;
}
.header-cta:hover {
  background: var(--walnut-d);
}

.nav-toggle {
  display: none;
  width: 38px;
  height: 38px;
  position: relative;
  justify-self: end;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  height: 1.4px;
  background: var(--ink);
}
.nav-toggle span {
  top: 50%;
  transition: background 0.2s;
}
.nav-toggle span::before {
  top: -7px;
  left: 0;
  right: 0;
  transition: transform 0.25s;
}
.nav-toggle span::after {
  top: 7px;
  left: 0;
  right: 0;
  transition: transform 0.25s;
}
.nav-toggle.on span {
  background: transparent;
}
.nav-toggle.on span::before {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle.on span::after {
  transform: translateY(-7px) rotate(-45deg);
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.05rem 1.9rem;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.2, 0.7, 0.3, 1);
  border: 1px solid transparent;
  cursor: pointer;
  text-transform: uppercase;
}
.btn-primary {
  background: var(--ink);
  color: var(--paper);
}
.btn-primary:hover {
  background: var(--walnut);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-ghost:hover {
  background: var(--ink);
  color: var(--paper);
}
.btn-arrow::after {
  content: "→";
  transition: transform 0.3s;
}
.btn-arrow:hover::after {
  transform: translateX(5px);
}
.btn-text {
  padding: 0.5rem 0;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
}
.btn-text:hover {
  color: var(--walnut);
  border-color: var(--walnut);
}

/* ---------- Hero (hospitality split) ---------- */

.hero {
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 8vw, 7rem);
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  min-height: 70vh;
}
.hero-content {
  padding-right: 1rem;
}
.hero-eyebrow {
  margin-bottom: 2rem;
}
.hero-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(3.2rem, 8vw, 7rem);
  line-height: 0.96;
  letter-spacing: -0.025em;
  color: var(--ink);
  font-variation-settings: "opsz" 96;
}
.hero-title .script {
  font-style: italic;
  display: block;
  font-size: 0.95em;
  margin-top: 0.1em;
  font-variation-settings: normal;
}
.hero-desc {
  margin-top: 2rem;
  max-width: 40ch;
  font-size: 1.1rem;
  color: var(--ink-soft);
  line-height: 1.55;
}
.hero-meta {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.hero-meta-item .label {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.hero-meta-item .value {
  font-family: var(--display);
  font-size: 1.3rem;
  font-style: italic;
  color: var(--ink);
}

.hero-actions {
  margin-top: 2.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.hero-figure {
  position: relative;
  aspect-ratio: 4/5;
  background:
    linear-gradient(
      160deg,
      rgba(26, 24, 20, 0.05) 0%,
      rgba(26, 24, 20, 0.3) 100%
    ),
    url("/static/css/adembey.jpeg") center/cover no-repeat;
  overflow: hidden;
  isolation: isolate;
}
.hero-figure::after {
  display: none;
}
.hero-figure-tag {
  position: absolute;
  inset: auto 1.5rem 1.5rem 1.5rem;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(251, 248, 241, 0.85);
  font-weight: 500;
}

/* ---------- Service cards ---------- */

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.service-card {
  background: var(--paper);
  padding: clamp(1.6rem, 2.5vw, 2.4rem);
  display: flex;
  flex-direction: column;
  position: relative;
  transition:
    background 0.3s,
    transform 0.3s;
  min-height: 320px;
}
.service-card:hover {
  background: var(--bg-2);
}
.service-num {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  color: var(--walnut);
  margin-bottom: 1.5rem;
}
.service-title {
  font-family: var(--display);
  font-size: clamp(1.4rem, 1.9vw, 1.7rem);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: var(--ink);
}
.service-desc {
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.55;
  flex: 1;
}
.service-foot {
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.service-price {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--ink);
}
.service-price small {
  font-family: var(--body);
  font-style: normal;
  font-size: 0.55em;
  letter-spacing: 0.2em;
  color: var(--muted);
  margin-right: 0.3rem;
  vertical-align: 0.25em;
  font-weight: 500;
}
.service-dur {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  color: var(--muted);
  text-transform: uppercase;
  font-weight: 500;
}
.service-link {
  position: absolute;
  inset: 0;
  text-indent: -9999px;
}

/* ---------- Section head (left-aligned) ---------- */

.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(3rem, 5vw, 5rem);
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}
.section-head .eyebrow {
  margin-bottom: 1rem;
}
.section-head h2 {
  max-width: 14ch;
}
.section-head-aside {
  font-size: 1rem;
  color: var(--ink-soft);
  max-width: 42ch;
  justify-self: end;
}

/* ---------- About (alternating) ---------- */

.about {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}
.about-figure {
  aspect-ratio: 4/5;
  background:
    radial-gradient(
      ellipse at 40% 25%,
      rgba(232, 210, 170, 0.45),
      transparent 55%
    ),
    radial-gradient(ellipse at 75% 80%, rgba(74, 53, 32, 0.4), transparent 55%),
    linear-gradient(170deg, #d4c4a0 0%, #8a7250 55%, #3a2818 100%);
  position: relative;
  isolation: isolate;
}
.about-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='gn2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.95 0 0 0 0 0.85 0 0 0 0 0.65 0 0 0 0.18 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23gn2)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  opacity: 0.6;
  pointer-events: none;
}
.about-content .eyebrow {
  margin-bottom: 1.5rem;
}
.about-content h2 {
  margin-bottom: 2rem;
  max-width: 14ch;
}
.about-signature {
  margin-top: 2.5rem;
  font-family: var(--script);
  font-style: italic;
  font-size: 1.6rem;
  color: var(--walnut);
}
.about-signature::before {
  content: "— ";
}

/* ---------- Quote band ---------- */

.quote-band {
  background: var(--ink);
  color: var(--paper);
  border-top: 0;
  border-bottom: 0;
  position: relative;
  overflow: hidden;
}
.quote-band::before {
  content: "„";
  position: absolute;
  font-family: var(--display);
  font-size: 22rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.12;
  top: -3rem;
  left: -1rem;
  pointer-events: none;
}
.quote-band .container {
  padding-top: clamp(5rem, 8vw, 8rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
  position: relative;
  max-width: 920px;
  text-align: center;
}
.quote-band .eyebrow {
  color: var(--gold);
}
.quote-band .eyebrow::before {
  background: var(--gold);
}
.quote-band h2 {
  color: var(--paper);
  font-style: italic;
  margin: 1.5rem auto;
  font-weight: 400;
  max-width: 22ch;
}
.quote-author {
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(251, 248, 241, 0.6);
  font-weight: 500;
}

/* ---------- Gallery ---------- */

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 90px;
  gap: 8px;
}
.gallery-item {
  background: var(--bg-2) center/cover no-repeat;
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.gallery-item:hover {
  transform: scale(1.02);
}
.gallery-item:nth-child(1) {
  grid-column: span 7;
  grid-row: span 5;
}
.gallery-item:nth-child(2) {
  grid-column: span 5;
  grid-row: span 3;
}
.gallery-item:nth-child(3) {
  grid-column: span 5;
  grid-row: span 4;
}
.gallery-item:nth-child(4) {
  grid-column: span 4;
  grid-row: span 3;
}
.gallery-item:nth-child(5) {
  grid-column: span 4;
  grid-row: span 3;
}
.gallery-item:nth-child(6) {
  grid-column: span 4;
  grid-row: span 3;
}
.gallery-item:nth-child(7) {
  grid-column: span 6;
  grid-row: span 4;
}
.gallery-item:nth-child(8) {
  grid-column: span 6;
  grid-row: span 4;
}
.gallery-empty {
  grid-column: span 12;
  background: var(--paper);
  border: 1px dashed var(--line-2);
  height: 260px;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* ---------- CTA full-width band ---------- */

.cta-band {
  background: var(--walnut);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='gncta'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.95 0 0 0 0 0.85 0 0 0 0 0.65 0 0 0 0.1 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23gncta)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  opacity: 0.5;
  pointer-events: none;
}
.cta-band .container {
  position: relative;
  padding-top: clamp(5rem, 8vw, 8rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
  align-items: end;
}
.cta-band .eyebrow {
  color: var(--gold);
}
.cta-band .eyebrow::before {
  background: var(--gold);
}
.cta-band h2 {
  color: var(--paper);
  margin-top: 1.5rem;
  max-width: 16ch;
  font-weight: 400;
}
.cta-band .btn-primary {
  background: var(--paper);
  color: var(--ink);
  justify-self: end;
}
.cta-band .btn-primary:hover {
  background: var(--gold);
  color: var(--ink);
}

/* ---------- Page hero ---------- */

.page-hero {
  padding: clamp(4rem, 7vw, 6rem) 0 clamp(3rem, 5vw, 4rem);
  border-bottom: 1px solid var(--line);
}
.page-hero .container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
}
.page-hero h1 {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
}
.page-hero .lead {
  max-width: 44ch;
  padding-bottom: 0.5rem;
}

/* ---------- Booking ---------- */

.booking {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.booking-aside {
  position: sticky;
  top: 100px;
  padding-right: 1rem;
  border-right: 1px solid var(--line);
}
.booking-aside h3 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.booking-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.booking-list li {
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.booking-list li:last-child {
  border-bottom: 0;
}
.booking-list strong {
  font-weight: 600;
  color: var(--ink);
}

.form {
  display: flex;
  flex-direction: column;
}
.form-row {
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--line);
}
.form-row:first-child {
  padding-top: 0;
}
.form-row label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.7rem;
  font-weight: 500;
}
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row input[type="date"],
.form-row input[type="time"],
.form-row input[type="number"],
.form-row select,
.form-row textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 0.55rem 0;
  font: inherit;
  font-size: 1.05rem;
  color: var(--ink);
  font-family: var(--display);
  transition: border-color 0.25s;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-bottom-color: var(--walnut);
}
.form-row textarea {
  resize: vertical;
  min-height: 90px;
  font-family: var(--body);
  font-size: 1rem;
}
.form-row.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
}
.form-row.two > div {
  display: flex;
  flex-direction: column;
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
  gap: 0.5rem;
}
.slot {
  padding: 0.75rem 0.3rem;
  background: var(--paper);
  border: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 0.82rem;
  color: var(--ink);
  transition: all 0.2s;
}
.slot:hover {
  border-color: var(--walnut);
  color: var(--walnut);
}
.slot.on {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.form-submit {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ---------- Service detail / Kontakt ---------- */

.detail-grid,
.kontakt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.detail-figure {
  aspect-ratio: 4/5;
  background:
    radial-gradient(
      ellipse at 30% 30%,
      rgba(232, 210, 170, 0.4),
      transparent 55%
    ),
    linear-gradient(160deg, #c4b89e 0%, #6b4e2e 100%);
}
.detail-meta {
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.detail-meta div {
  display: flex;
  justify-content: space-between;
}
.detail-meta span {
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.detail-meta strong {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--ink);
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-list li {
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  align-items: baseline;
}
.contact-list li:first-child {
  padding-top: 0;
}
.contact-list span {
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.contact-list strong {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--ink);
}
.map {
  width: 100%;
  height: 480px;
  border: 0;
  filter: grayscale(0.3) sepia(0.05);
}

.narrow p {
  font-size: 1.05rem;
  color: var(--ink-soft);
}

/* ---------- Footer ---------- */

.site-footer {
  background: var(--ink);
  color: rgba(251, 248, 241, 0.6);
  padding: clamp(4rem, 7vw, 6rem) 0 1.8rem;
  font-size: 0.92rem;
}
.site-footer a {
  color: rgba(251, 248, 241, 0.78);
}
.site-footer a:hover {
  color: var(--gold);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-grid h4 {
  font-family: var(--body);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(251, 248, 241, 0.4);
  font-weight: 500;
  margin: 0 0 1.2rem;
}
.footer-wordmark {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  color: var(--paper);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin-bottom: 1.2rem;
}
.footer-wordmark em {
  font-style: italic;
  color: var(--gold);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: rgba(251, 248, 241, 0.35);
}

/* ---------- Flash ---------- */

.flash-wrap {
  position: fixed;
  top: 90px;
  right: var(--gutter);
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 400px;
}
.flash {
  background: var(--paper);
  border-left: 3px solid var(--ink);
  padding: 1rem 1.3rem;
  font-size: 0.9rem;
  box-shadow: 0 14px 40px -14px rgba(0, 0, 0, 0.18);
  animation: slideIn 0.4s ease;
}
.flash-success {
  border-left-color: #4a7a5c;
}
.flash-error {
  border-left-color: #a04545;
}
.flash-info {
  border-left-color: var(--gold);
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ---------- WhatsApp float ---------- */

.wa-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
  display: grid;
  place-items: center;
  z-index: 80;
  box-shadow:
    0 10px 30px -10px rgba(37, 211, 102, 0.5),
    0 4px 12px rgba(0, 0, 0, 0.12);
  animation: waPulse 2.4s ease-in-out infinite;
  transition: transform 0.25s ease;
}
.wa-float:hover {
  transform: scale(1.08);
}
.wa-float svg {
  width: 28px;
  height: 28px;
}
@keyframes waPulse {
  0%,
  100% {
    box-shadow:
      0 10px 30px -10px rgba(37, 211, 102, 0.5),
      0 0 0 0 rgba(37, 211, 102, 0.45);
  }
  50% {
    box-shadow:
      0 10px 30px -10px rgba(37, 211, 102, 0.5),
      0 0 0 16px rgba(37, 211, 102, 0);
  }
}

.reveal {
  opacity: 1;
  transform: none;
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 1080px) {
  .services {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-band .container {
    grid-template-columns: 1fr;
  }
  .cta-band .btn-primary {
    justify-self: start;
  }
}

@media (max-width: 880px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    min-height: 0;
  }
  .hero-figure {
    max-width: 100%;
    aspect-ratio: 4/4;
  }
  .hero-content {
    padding-right: 0;
  }
  .about {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .detail-grid,
  .kontakt-grid {
    grid-template-columns: 1fr;
  }
  .booking {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .booking-aside {
    position: static;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 2rem;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .section-head {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .section-head-aside {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
  }

  /* Topbar */
  .topbar {
    font-size: 0.68rem;
    padding: 0.4rem 0;
  }
  .topbar-inner {
    gap: 0.4rem;
  }
  .topbar-meta {
    display: none;
  }
  .topbar-links {
    gap: 1rem;
    width: 100%;
    justify-content: space-between;
  }

  /* Header */
  .site-header .nav {
    grid-template-columns: 1fr auto;
    height: 72px;
  }
  .brand-logo {
    height: 54px;
  }
  .header-cta {
    display: none;
  }
  .nav-toggle {
    display: block;
  }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    box-shadow: 0 14px 30px -14px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    gap: 0;
    padding: 1rem var(--gutter);
    transform: translateY(-110%);
    visibility: hidden;
    transition:
      transform 0.35s ease,
      visibility 0s linear 0.35s;
  }
  .main-nav.open {
    transform: translateY(0);
    visibility: visible;
    transition:
      transform 0.35s ease,
      visibility 0s;
  }
  .main-nav.open {
    transform: none;
  }
  .main-nav a {
    font-family: var(--display);
    font-weight: 400;
    font-size: 1.9rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--line);
    text-transform: none;
    letter-spacing: -0.01em;
  }
  .main-nav a:last-child {
    border-bottom: 0;
  }
  .main-nav a.active::after {
    display: none;
  }
  .main-nav a.active {
    color: var(--walnut);
    font-style: italic;
  }

  /* Hero */
  .hero {
    padding: 2rem 0 4rem;
  }
  .hero-title {
    font-size: clamp(2.6rem, 12vw, 3.8rem);
    line-height: 0.98;
  }
  .hero-desc {
    font-size: 1rem;
  }
  .hero-meta {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
  }
  .hero-meta-item .value {
    font-size: 1.1rem;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .btn {
    justify-content: center;
    width: 100%;
  }
  .hero-actions .btn-text {
    text-align: center;
  }

  /* Sections */
  .section {
    padding: 3.5rem 0;
  }
  .section--tight {
    padding: 2.5rem 0;
  }

  /* Services grid -> single column */
  .services {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 0;
    padding: 1.6rem;
  }

  /* Gallery */
  .gallery {
    grid-auto-rows: 70px;
    gap: 6px;
  }

  /* Page hero */
  .page-hero {
    padding: 2.5rem 0 2rem;
  }
  .page-hero .container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  /* Forms */
  .form-row.two {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  .form-submit {
    flex-direction: column;
    align-items: stretch;
  }
  .form-submit .btn {
    width: 100%;
    justify-content: center;
  }

  /* Contact list */
  .contact-list li {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    padding: 1rem 0;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .footer-wordmark {
    font-size: 2.4rem;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Quote band */
  .quote-band::before {
    font-size: 14rem;
    top: -1rem;
  }

  /* CTA */
  .cta-band .container {
    grid-template-columns: 1fr;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  /* WA float */
  .wa-float {
    width: 52px;
    height: 52px;
    right: 1rem;
    bottom: 1rem;
  }
  .wa-float svg {
    width: 24px;
    height: 24px;
  }

  /* Flash */
  .flash-wrap {
    top: 72px;
    left: var(--gutter);
    right: var(--gutter);
  }
}
