/* ==========================================================================
   Beauty salon Ladys — beautysalonladys.at
   Design language: "Golden Atelier" — arch motif, gold hairlines, warm depth
   ========================================================================== */

/* ----------------------------------------------------- fonts (self-hosted) */

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

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

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

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/montserrat-v31-latin_latin-ext-regular.woff2")
    format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/montserrat-v31-latin_latin-ext-500.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/montserrat-v31-latin_latin-ext-600.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/montserrat-v31-latin_latin-ext-700.woff2") format("woff2");
}

/* ------------------------------------------------------------------ tokens */

:root {
  --bg: #f8f5f0;
  --surface: #ffffff;
  --cream: #efe9de;
  --gold: #bb9c64;
  --gold-dark: #8f7343;
  --gold-2: #d8bc82;
  --gold-veil: rgba(187, 156, 100, 0.28);
  --gold-line: rgba(187, 156, 100, 0.5);
  --gold-tint: rgba(187, 156, 100, 0.1);
  --grad-gold: linear-gradient(135deg, #c9ab74 0%, #bb9c64 50%, #a08551 100%);
  --hairline: linear-gradient(
    90deg,
    transparent,
    rgba(187, 156, 100, 0.55) 18%,
    rgba(187, 156, 100, 0.55) 82%,
    transparent
  );
  --ink: #251f14;
  --ink-soft: #4a4234;
  --muted: #6b6355;
  --dark: #14100d;
  --dark-line: #3a332a;
  --border: #e3dbcb;
  --shadow-card: 0 2px 6px rgba(37, 31, 20, 0.04),
    0 24px 48px -32px rgba(37, 31, 20, 0.18);
  --shadow-card-hover: 0 4px 10px rgba(37, 31, 20, 0.05),
    0 32px 64px -32px rgba(37, 31, 20, 0.28);
  --shadow-gold: 0 10px 28px -10px rgba(143, 115, 67, 0.45);
  --radius-sm: 0.8rem;
  --radius: 1.2rem;
  --radius-lg: 2rem;
  --radius-pill: 999px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --font-heading: "Cormorant Garamond", Georgia, serif;
  --font-body: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

body {
  font-family: var(--font-body);
  font-size: 1.7rem;
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--bg);
  overflow-x: hidden;
}

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

::selection {
  background: rgba(187, 156, 100, 0.35);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold-dark);
  outline-offset: 3px;
}

.section-contact a:focus-visible,
.site-footer a:focus-visible {
  outline-color: var(--gold-2);
}

/* ------------------------------------------------------------------ layout */

.container {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 3.2rem;
}

.container--narrow {
  max-width: 92rem;
}

.section {
  padding: 9.6rem 0;
}

.section--tight {
  padding: 5.6rem 0;
}

.section--cream {
  background: linear-gradient(180deg, #f3ede1 0%, #efe9de 100%);
  border-top: 1px solid rgba(187, 156, 100, 0.18);
  border-bottom: 1px solid rgba(187, 156, 100, 0.18);
}

.section--cream .service-card,
.section--cream .testimonial-card,
.section--cream .article-box,
.section--cream .price-group {
  border-color: rgba(187, 156, 100, 0.32);
}

/* -------------------------------------------------------------- typography */

h1,
h2,
h3 {
  font-family: var(--font-heading);
  color: var(--ink);
  line-height: 1.15;
}

.heading-xl {
  font-size: clamp(4rem, 5.5vw, 6rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.05;
}

.heading-xl strong {
  display: block;
  font-weight: 700;
  font-size: clamp(5.2rem, 7.5vw, 8.4rem);
  color: var(--gold);
  background: linear-gradient(120deg, #7a6136, #a08551 50%, #8f7343);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-lg {
  font-size: clamp(3.2rem, 4vw, 4.2rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-wrap: balance;
  margin-bottom: 2.4rem;
}

.heading-lg.heading-center {
  margin-bottom: 4.8rem;
}

.heading-md {
  font-size: clamp(2.6rem, 3vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 1.6rem;
}

.heading-center {
  text-align: center;
}

.kicker {
  font-family: var(--font-body);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 1.4rem;
}

.kicker:not(.heading-center) {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
}

.kicker:not(.heading-center)::before {
  content: "";
  width: 2.8rem;
  height: 1px;
  flex: none;
  background: var(--gold);
}

.kicker.heading-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}

.kicker.heading-center::before,
.kicker.heading-center::after {
  content: "";
  width: 4rem;
  height: 1px;
  flex: none;
}

.kicker.heading-center::before {
  background: linear-gradient(90deg, transparent, var(--gold));
}

.kicker.heading-center::after {
  background: linear-gradient(270deg, transparent, var(--gold));
}

.lead {
  font-size: 1.85rem;
  color: var(--ink-soft);
}

p + p {
  margin-top: 1.6rem;
}

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

/* ----------------------------------------------------------------- buttons */

.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 1.6rem 3.6rem;
  background: var(--grad-gold);
  color: var(--ink);
  text-decoration: none;
  border: 0;
  border-radius: var(--radius-pill);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 10px 24px -12px rgba(143, 115, 67, 0.55);
  transition: transform 0.3s var(--ease-out), box-shadow 0.35s var(--ease-out),
    filter 0.35s;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  filter: brightness(0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 16px 30px -12px rgba(143, 115, 67, 0.6);
  color: var(--ink);
}

.btn:active {
  transform: translateY(0);
  transition-duration: 0.05s;
}

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--gold);
  box-shadow: none;
  text-shadow: none;
}

.btn--ghost::after {
  content: "\2192";
  display: inline-block;
  margin-left: 0.9rem;
  transition: transform 0.3s var(--ease-out);
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--bg);
  transform: none;
  filter: none;
}

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

.btn--ghost:hover::after {
  transform: translateX(0.4rem);
}

/* ------------------------------------------------------------------ header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #f8f5f0;
  box-shadow: 0 8px 24px -20px rgba(37, 31, 20, 0.35);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--hairline);
}

.header-inner {
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  height: 8.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo img {
  height: 6.8rem;
  width: auto;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  list-style: none;
}

.site-nav a {
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  padding-bottom: 0.5rem;
  position: relative;
  transition: color 0.25s;
  white-space: nowrap;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease-out);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--gold-dark);
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta):focus-visible::after,
.site-nav a[aria-current="page"]:not(.nav-cta)::after {
  transform: scaleX(1);
}

.site-nav a.nav-cta {
  background: var(--grad-gold);
  color: var(--ink);
  padding: 1.1rem 2.6rem;
  letter-spacing: 0.06em;
  border-radius: var(--radius-pill);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 4px 14px -6px rgba(143, 115, 67, 0.5);
  transition: transform 0.25s var(--ease-out), box-shadow 0.3s;
}

.site-nav a.nav-cta:hover,
.site-nav a.nav-cta:focus-visible {
  color: var(--ink);
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 8px 18px -6px rgba(143, 115, 67, 0.55);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.8rem;
  z-index: 110;
  color: var(--ink);
}

.nav-toggle svg {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
}

.nav-toggle .icon-close {
  display: none;
}

/* -------------------------------------------------------------- breadcrumb */

.breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.35rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 0.7rem 1.8rem;
  box-shadow: 0 1px 2px rgba(37, 31, 20, 0.05),
    0 8px 24px -16px rgba(37, 31, 20, 0.16);
  margin-bottom: 2.8rem;
  color: var(--muted);
}

.breadcrumb a {
  color: var(--gold-dark);
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(143, 115, 67, 0.4);
  padding-bottom: 1px;
  transition: border-color 0.25s;
}

.breadcrumb a:hover {
  border-color: var(--gold-dark);
}

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

.hero {
  position: relative;
  padding: 7.2rem 0 9.6rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    60rem 44rem at 78% 8%,
    rgba(187, 156, 100, 0.12),
    transparent 60%
  );
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 6.4rem;
  align-items: center;
}

.hero-copy .lead {
  margin: 2.4rem 0 3.6rem;
  max-width: 52rem;
}

.hero-media {
  position: relative;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 1.6rem -1.6rem -1.6rem 1.6rem;
  border: 1px solid var(--gold-line);
  border-radius: 24rem 24rem 1.6rem 1.6rem;
  z-index: -1;
}

.hero-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 24rem 24rem 1.6rem 1.6rem;
  box-shadow: 0 24px 60px -24px rgba(37, 31, 20, 0.35);
}

.hero-proof {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 4rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 1rem 2.8rem 1rem 1.2rem;
  box-shadow: 0 1px 2px rgba(37, 31, 20, 0.05),
    0 8px 24px -16px rgba(37, 31, 20, 0.16);
}

.avatars {
  display: flex;
}

.avatars img {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(37, 31, 20, 0.18);
  margin-right: -1.4rem;
  transition: transform 0.3s var(--ease-out);
}

.avatars img:hover {
  transform: translateY(-3px);
}

.avatars img:last-child {
  margin-right: 0;
}

.hero-proof p {
  font-size: 1.6rem;
  font-weight: 700;
}

.hero-proof strong {
  color: var(--gold-dark);
}

/* ----------------------------------------------------------- service cards */

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}

.services-grid > .article-box {
  align-self: start;
}

.service-card {
  background-color: var(--surface);
  border: 1px solid var(--gold-veil);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-card);
  transition: transform 0.45s var(--ease-out),
    box-shadow 0.45s var(--ease-out), border-color 0.45s;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--gold-line);
}

.service-card img.service-photo {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out);
}

.service-card:hover img.service-photo {
  transform: scale(1.04);
}

.service-card-body {
  padding: 0 3.2rem 3.2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-card-body .icon {
  width: 8.8rem;
  height: 8.8rem;
  padding: 1.8rem;
  margin: -4.4rem 0 1.6rem;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  box-shadow: 0 8px 20px -8px rgba(37, 31, 20, 0.25);
  outline: 1px solid rgba(187, 156, 100, 0.35);
  outline-offset: 4px;
  position: relative;
  z-index: 2;
}

.service-card-body h3 {
  margin: 0.4rem 0 1.2rem;
}

.service-card-body p {
  color: var(--ink-soft);
  margin-bottom: 2.4rem;
}

.service-card-body .btn {
  margin-top: auto;
  align-self: flex-start;
}

/* ------------------------------------------------------------ split blocks */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background-color: var(--surface);
  border: 1px solid var(--gold-veil);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.split + .split {
  margin-top: 6.4rem;
}

.split-media {
  position: relative;
}

.split-media::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

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

.split-body {
  padding: 5.6rem;
  align-self: center;
  background: linear-gradient(160deg, #ffffff 0%, #fbf8f2 100%);
}

.split-body p {
  color: var(--ink-soft);
}

.split-body .heading-md::after {
  content: "";
  display: block;
  width: 5.6rem;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin-top: 1.4rem;
}

.split--rev .split-media {
  order: 2;
}

/* framed variant — for small/landscape photos that must not stretch */

.split--framed .split-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4.8rem;
  background: linear-gradient(160deg, #f3ede1, #e9e0cf);
}

.split--framed .split-media::after {
  content: none;
}

.split--framed .split-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12rem 12rem 1.2rem 1.2rem;
  outline: 1px solid var(--gold-line);
  outline-offset: 6px;
  box-shadow: 0 20px 44px -24px rgba(37, 31, 20, 0.35);
}

/* ------------------------------------------------------------- price lists */

.price-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem 4rem;
  align-items: start;
}

.price-group {
  background: var(--surface);
  border: 1px solid rgba(187, 156, 100, 0.25);
  border-radius: var(--radius);
  padding: 2.8rem 3.2rem 2rem;
  box-shadow: 0 16px 40px -32px rgba(37, 31, 20, 0.3);
  margin-bottom: 3.2rem;
}

.price-group-title {
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  border-bottom: 1px solid rgba(187, 156, 100, 0.4);
  padding-bottom: 1.2rem;
  margin-bottom: 1rem;
}

.price-list {
  list-style: none;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  padding: 1rem;
  margin: 0 -1rem;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  transition: background-color 0.25s;
}

.price-row:hover {
  background: rgba(187, 156, 100, 0.08);
}

.price-row .dots {
  flex: 1;
  border-bottom: 1px dotted #a6977c;
  transform: translateY(-0.5rem);
}

.price-row .val {
  font-weight: 700;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.price-note {
  font-size: 1.4rem;
  color: var(--muted);
  margin: 0.2rem 0 1.4rem;
  padding-left: 0.2rem;
}

/* ------------------------------------------------------------------- tables */

.table-scroll {
  overflow-x: auto;
  background-color: var(--surface);
  border: 1px solid rgba(187, 156, 100, 0.3);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  scrollbar-width: thin;
  scrollbar-color: #d9c294 transparent;
}

table {
  border-collapse: collapse;
  width: 100%;
  min-width: 56rem;
}

th {
  font-family: var(--font-body);
  background: linear-gradient(180deg, #f3ede1, #efe9de);
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
  text-align: left;
  padding: 1.6rem 2rem;
  border-bottom: 1px solid rgba(187, 156, 100, 0.45);
}

td {
  text-align: left;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #f0eadd;
  font-size: 1.55rem;
  line-height: 1.6;
  vertical-align: top;
}

tbody tr:nth-child(even) td {
  background: #faf7f1;
}

tbody tr:hover td {
  background: rgba(187, 156, 100, 0.08);
}

tr:last-child td {
  border-bottom: none;
}

td:first-child {
  font-weight: 600;
  color: var(--ink);
}

th:first-child,
td:first-child {
  padding-left: 2.4rem;
}

th:last-child,
td:last-child {
  padding-right: 2.4rem;
}

/* --------------------------------------------------------------------- FAQ */

.faq {
  display: grid;
  gap: 1.6rem;
}

.faq details {
  background-color: var(--surface);
  border: 1px solid rgba(187, 156, 100, 0.25);
  border-radius: var(--radius);
  padding: 0 2.8rem;
  box-shadow: 0 2px 6px rgba(37, 31, 20, 0.04);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.faq details:hover {
  border-color: #d9c294;
}

.faq details[open] {
  border-color: var(--gold-line);
  box-shadow: 0 16px 32px -24px rgba(37, 31, 20, 0.3);
  background: linear-gradient(180deg, #fff, #fdfaf4);
}

.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.2rem 0;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--ink);
  transition: color 0.2s;
}

.faq summary:hover {
  color: var(--gold-dark);
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  margin-left: auto;
  width: 3rem;
  height: 3rem;
  flex: none;
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: var(--gold-dark);
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  transition: transform 0.35s var(--ease-out), background-color 0.25s,
    color 0.25s, border-color 0.25s;
}

.faq details[open] summary::after {
  transform: rotate(45deg);
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

.faq .faq-body {
  padding: 0 0 2.6rem;
  color: var(--ink-soft);
  max-width: 64ch;
}

/* ------------------------------------------------------------- check lists */

.check-list {
  list-style: none;
  display: grid;
  gap: 1.4rem;
}

.check-list li {
  position: relative;
  padding-left: 3.6rem;
  color: var(--ink-soft);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 2.2rem;
  height: 2.2rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><circle cx="11" cy="11" r="10.5" fill="%23bb9c64" fill-opacity=".14" stroke="%23bb9c64" stroke-opacity=".55"/><path d="M6.5 11.5l3 3 6-6.5" fill="none" stroke="%238f7343" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    center/contain no-repeat;
}

/* ------------------------------------------------------------ testimonials */

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}

.testimonial-card {
  background-color: var(--surface);
  border: 1px solid var(--gold-veil);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out);
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}

.testimonial-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.testimonial-card blockquote {
  position: relative;
  padding: 4.8rem 2.4rem 1.6rem;
  font-size: 1.55rem;
  line-height: 1.75;
  color: var(--ink-soft);
  flex: 1;
}

.testimonial-card blockquote::before {
  content: "\201E";
  position: absolute;
  top: -2.8rem;
  left: 2rem;
  font-family: var(--font-heading);
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(187, 156, 100, 0.55);
  pointer-events: none;
}

.testimonial-card figcaption {
  padding: 0 2.4rem 2.4rem;
  font-weight: 700;
  color: var(--gold-dark);
  letter-spacing: 0.04em;
}

/* -------------------------------------------------------------- team quote */

.team-quote {
  background: linear-gradient(135deg, #f3ede1, #e9e0cf);
  border: 1px solid var(--gold-veil);
  border-radius: var(--radius-lg);
  padding: 4.8rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 88rem;
  margin: 0 auto;
}

.team-quote::before {
  content: "\201D";
  position: absolute;
  top: -2rem;
  right: 2.4rem;
  font-family: var(--font-heading);
  font-size: 18rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(187, 156, 100, 0.15);
  pointer-events: none;
}

.team-quote img {
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 4px solid #fff;
  outline: 1px solid var(--gold-line);
  outline-offset: 0.6rem;
  box-shadow: 0 12px 32px -12px rgba(37, 31, 20, 0.35);
}

.team-quote blockquote {
  position: relative;
}

.team-quote blockquote p:first-child {
  font-family: var(--font-heading);
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--ink);
  margin-bottom: 1.6rem;
}

.team-quote .quote-name {
  font-weight: 700;
  color: var(--ink);
}

.team-quote .quote-name::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  background: var(--gold);
  vertical-align: middle;
  margin-right: 1rem;
}

.team-quote .quote-role {
  font-size: 1.5rem;
  color: var(--muted);
}

/* ---------------------------------------------------------------- articles */

.article-box {
  background-color: var(--surface);
  border: 1px solid rgba(187, 156, 100, 0.25);
  border-radius: var(--radius-lg);
  padding: 4.8rem;
  box-shadow: 0 16px 40px -32px rgba(37, 31, 20, 0.3);
}

.article-box + .article-box {
  margin-top: 3.6rem;
}

.article-box > h2:first-child::before,
.article-box > h3:first-child::before {
  content: "";
  display: block;
  width: 4.8rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), #d9c294);
  margin-bottom: 2rem;
}

.article-box p {
  color: var(--ink-soft);
}

.article-box p,
.article-box li {
  max-width: 70ch;
}

.article-box a {
  color: var(--gold-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: currentColor;
}

.article-box ol,
.article-box ul {
  margin: 1.6rem 0;
  color: var(--ink-soft);
  display: grid;
  gap: 0.8rem;
  list-style: none;
}

.article-box ol {
  counter-reset: li;
}

.article-box ol li {
  counter-increment: li;
  position: relative;
  padding-left: 4rem;
}

.article-box ol li::before {
  content: counter(li, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0.1em;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.9rem;
  color: var(--gold-dark);
}

.article-box ul:not(.check-list) li {
  position: relative;
  padding-left: 2.4rem;
}

.article-box ul:not(.check-list) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.7rem;
  height: 0.7rem;
  background: var(--gold);
  border-radius: 1px;
  transform: rotate(45deg);
}

.img-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.2rem;
  max-width: 88rem;
  margin: 4.8rem auto;
}

.img-duo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 24px 48px -32px rgba(37, 31, 20, 0.3);
}

.img-duo img:first-child {
  border-top-left-radius: 7.2rem;
}

.img-duo img:last-child {
  border-bottom-right-radius: 7.2rem;
}

/* -------------------------------------------------------------------- blog */

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}

.blog-card {
  background-color: var(--surface);
  border: 1px solid var(--gold-veil);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-card);
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out),
    border-color 0.45s;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--gold-line);
}

.blog-card a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out);
}

.blog-card:hover img {
  transform: scale(1.04);
}

.blog-card-body {
  padding: 2.8rem 2.8rem 3.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-cat {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 1rem;
}

.blog-card h2 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1.2rem;
}

.blog-card p {
  color: var(--ink-soft);
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.blog-card .read-more {
  margin-top: auto;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.blog-card .read-more::after {
  content: "\2192";
  display: inline-block;
  margin-left: 0.8rem;
  transition: transform 0.3s var(--ease-out);
}

.blog-card:hover .read-more::after {
  transform: translateX(0.4rem);
}

/* article page */

.post-hero img {
  width: 100%;
  aspect-ratio: 5 / 2;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  margin: 3.2rem 0 4.8rem;
}

.post-content h2 {
  font-size: clamp(2.6rem, 3vw, 3.2rem);
  font-weight: 600;
  margin: 4rem 0 1.6rem;
}

.post-content h2::after {
  content: "";
  display: block;
  width: 4.8rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), #d9c294);
  margin-top: 1.2rem;
}

.post-content p {
  color: var(--ink-soft);
  max-width: 70ch;
}

.post-content ul {
  list-style: none;
  margin: 1.6rem 0;
  display: grid;
  gap: 1rem;
  color: var(--ink-soft);
}

.post-content ul li {
  position: relative;
  padding-left: 2.4rem;
  max-width: 70ch;
}

.post-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.7rem;
  height: 0.7rem;
  background: var(--gold);
  border-radius: 1px;
  transform: rotate(45deg);
}

.post-content a {
  color: var(--gold-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.post-cta {
  margin-top: 4.8rem;
  background: linear-gradient(135deg, #f3ede1, #e9e0cf);
  border: 1px solid var(--gold-veil);
  border-radius: var(--radius-lg);
  padding: 3.6rem;
  text-align: center;
}

.post-cta p {
  max-width: none;
  margin-bottom: 2rem;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.35;
}

/* ----------------------------------------------------------------- contact */

.section-contact {
  position: relative;
  background: radial-gradient(
      70rem 46rem at 82% 0%,
      rgba(187, 156, 100, 0.14),
      transparent 65%
    ),
    radial-gradient(
      48rem 40rem at 8% 95%,
      rgba(187, 156, 100, 0.07),
      transparent 60%
    ),
    var(--dark);
  border-top: 1px solid rgba(187, 156, 100, 0.3);
  color: var(--bg);
  padding: 9.6rem 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.4rem;
  align-items: center;
}

.section-contact .heading-lg {
  color: var(--bg);
}

.contact-item {
  border-bottom: 1px solid rgba(187, 156, 100, 0.22);
  padding: 2.4rem 0;
  transition: padding-left 0.3s var(--ease-out), border-color 0.3s;
}

.contact-item:hover {
  padding-left: 0.8rem;
  border-bottom-color: rgba(187, 156, 100, 0.55);
}

.contact-item h3 {
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--gold-2);
  margin-bottom: 0.6rem;
}

.contact-item p,
.contact-item a {
  font-size: 2rem;
  color: var(--bg);
  text-decoration: none;
}

.contact-item a[href^="tel"] {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.contact-item a:hover {
  color: var(--gold-2);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(216, 188, 130, 0.6);
}

.contact-cta {
  margin-top: 3.2rem;
}

.contact-cta .btn {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 10px 28px -10px rgba(187, 156, 100, 0.45);
}

.contact-media {
  position: relative;
}

.contact-media::before {
  content: "";
  position: absolute;
  inset: 1.6rem -1.6rem -1.6rem 1.6rem;
  border: 1px solid rgba(187, 156, 100, 0.45);
  border-radius: var(--radius-lg);
  z-index: 0;
}

.contact-media img {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.6);
}

/* ------------------------------------------------------------------ footer */

.site-footer {
  background-color: #100d0a;
  color: var(--bg);
  position: relative;
  padding: 7.2rem 0 3.2rem;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--hairline);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
  text-align: center;
}

.footer-col h3 {
  font-family: var(--font-body);
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 1.6rem;
}

.footer-col h3::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 1px;
  background: rgba(187, 156, 100, 0.5);
  margin: 1.2rem auto 0;
}

.footer-col p {
  margin: 0 0 0.8rem;
  font-size: 1.55rem;
}

.footer-col a {
  color: #efe9de;
  text-decoration: underline;
  text-decoration-color: rgba(239, 233, 222, 0.45);
  text-underline-offset: 4px;
  transition: color 0.2s, text-decoration-color 0.2s;
}

.footer-col a:hover {
  color: var(--gold-2);
  text-decoration-color: currentColor;
}

.footer-bottom {
  margin-top: 5.6rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(187, 156, 100, 0.18);
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #b5aa97;
}

/* ---------------------------------------------------------------- impressum */

.legal-block p {
  margin-bottom: 1.6rem;
}

.legal-block a {
  color: var(--gold-dark);
}

/* ------------------------------------------------------------------ motion */

@media (prefers-reduced-motion: no-preference) {
  @keyframes rise {
    from {
      opacity: 0;
      transform: translateY(2.4rem);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }

  .hero-copy {
    animation: rise 0.9s var(--ease-out) both;
  }

  .hero-media {
    animation: rise 0.9s 0.12s var(--ease-out) both;
  }

  @keyframes faqIn {
    from {
      opacity: 0;
      transform: translateY(-0.4rem);
    }
  }

  .faq details[open] .faq-body {
    animation: faqIn 0.3s var(--ease-out);
  }

  @supports (animation-timeline: view()) {
    .service-card,
    .testimonial-card,
    .blog-card,
    .split,
    .article-box,
    .price-group,
    .team-quote {
      animation: rise both;
      animation-timeline: view();
      animation-range: entry 0% entry 38%;
    }
  }
}

/* -------------------------------------------------------------- responsive */

@media (min-width: 66em) {
  .services-grid {
    gap: 4rem;
  }

  .testimonial-card:nth-child(even) {
    margin-top: 2.4rem;
  }
}

@media (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}

@media (max-width: 66em) {
  .hero-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }

  .hero-media img,
  .hero-media::before {
    aspect-ratio: 4 / 3;
    border-radius: 12rem 12rem 1.2rem 1.2rem;
  }

  .price-columns {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .price-group {
    margin-bottom: 0;
  }

  .split,
  .split--rev {
    grid-template-columns: 1fr;
  }

  .split--rev .split-media {
    order: 0;
  }

  .split-media img {
    max-height: 44rem;
  }

  .testimonials-grid,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* mobile navigation */
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    background: linear-gradient(160deg, rgb(25, 20, 16), rgb(20, 16, 13));
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s;
  }

  .site-nav ul {
    flex-direction: column;
    gap: 3.6rem;
  }

  .site-nav a {
    font-size: 2.2rem;
    color: var(--bg);
  }

  .site-nav a:not(.nav-cta)::after {
    background: var(--gold-2);
  }

  .nav-open .site-nav {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-open .nav-toggle {
    position: fixed;
    top: 2.2rem;
    right: 3.2rem;
    color: var(--bg);
  }

  .nav-open .nav-toggle .icon-menu {
    display: none;
  }

  .nav-open .nav-toggle .icon-close {
    display: block;
  }

  .nav-open {
    overflow: hidden;
  }
}

@media (max-width: 44em) {
  html {
    font-size: 50%;
  }

  .container,
  .header-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  table {
    min-width: 0;
  }

  .section {
    padding: 5.6rem 0;
  }

  .hero {
    padding: 3.2rem 0 5.6rem;
  }

  .hero-media::before,
  .contact-media::before {
    inset: 0.8rem -0.8rem -0.8rem 0.8rem;
  }

  .hero-proof {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 2.4rem;
    padding: 2rem 2.4rem;
  }

  .services-grid,
  .testimonials-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .split-body,
  .article-box {
    padding: 2.8rem 2.4rem;
  }

  .split--framed .split-media {
    padding: 2.4rem;
  }

  .team-quote {
    flex-direction: column;
    text-align: center;
    padding: 3.2rem 2.4rem;
  }

  .team-quote::before {
    font-size: 12rem;
  }

  .img-duo {
    grid-template-columns: 1fr;
  }

  .img-duo img:first-child {
    border-top-left-radius: 4.8rem;
  }

  .img-duo img:last-child {
    border-bottom-right-radius: 4.8rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .service-card-body .btn {
    align-self: stretch;
  }
}

/* --------------------------------------------------- reduced motion (last) */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .btn:hover,
  .service-card:hover,
  .testimonial-card:hover,
  .avatars img:hover,
  .site-nav a.nav-cta:hover {
    transform: none;
  }

  .contact-item:hover {
    padding-left: 0;
  }
}
