/* ===================================================================
   VITALIS AESTHETICS – LIPPEN LANDING
   Design-DNA: Editorial Luxury · Schwarz / Creme / Gold
   Typografie: Cormorant Garamond (serif) dominant · Montserrat (UI)
   =================================================================== */

:root {
    --gold:        #b89a72;
    --gold-deep:   #8f7650;
    --gold-light:  #d4b88f;
    --gold-soft:   #ede3d2;
    --ink:         #111111;
    --ink-70:      #444444;
    --ink-40:      #8a8a8a;
    --line:        #d9d2c6;
    --cream:       #f5efe6;
    --cream-warm:  #ebe2d4;
    --paper:       #fbf8f2;
    --white:       #ffffff;
    --serif:       'Cormorant Garamond', 'Times New Roman', serif;
    --sans:        'Montserrat', -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--sans);
    font-weight: 400;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.65;
    font-size: 15px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
/* Undo Bootstrap Reboot link styling when this file loads after bootstrap.min.css */
a,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}
img { max-width: 100%; display: block; }
::selection { background: var(--gold); color: var(--white); }

/* ---- Typographic helpers ---- */
.eyebrow {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--gold-deep);
}
.lede {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(19px, 2.1vw, 24px);
    line-height: 1.45;
    color: var(--ink-70);
    font-style: italic;
}

/* ---- Buttons ---- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    padding: 20px 36px;
    border-radius: 0;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
    line-height: 1;
    white-space: nowrap;
}
/* .btn.btn-* beats global `a:hover { color: inherit }` — keep label white default + hover */
.btn.btn-ink,
.btn.btn-ink:visited {
    background: var(--ink);
    color: var(--white);
    border-color: var(--ink);
}
.btn.btn-ink:hover,
.btn.btn-ink:active {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--white);
    transform: translateY(-2px);
}
.btn.btn-gold,
.btn.btn-gold:visited {
    background: var(--gold);
    color: var(--white);
    border-color: var(--gold);
}
.btn.btn-gold:hover,
.btn.btn-gold:active {
    background: var(--gold-deep);
    border-color: var(--gold-deep);
    color: var(--white);
    transform: translateY(-2px);
}
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--white); }
.btn .arrow { transition: transform 0.3s ease; }
.btn:hover .arrow { transform: translateX(4px); }

/* ===== NAV (class must not be `.nav` — Bootstrap 5 also uses `.nav` and overrides this layout) ===== */
.lippen-nav {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 40px;
    margin: 0;
    background: rgba(251,248,242,0.85);
    backdrop-filter: saturate(140%) blur(14px);
    -webkit-backdrop-filter: saturate(140%) blur(14px);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    border-bottom: 1px solid rgba(184,154,114,0.14);
    list-style: none;
}
.lippen-nav .nav-meta {
    grid-column: 1;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ink-40);
}
.lippen-nav .nav-logo {
    grid-column: 2;
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink);
    text-align: center;
}
.lippen-nav .nav-logo .dot { color: var(--gold); margin: 0 6px; }
.lippen-nav .nav-right { grid-column: 3; justify-self: end; }
.lippen-nav .nav-cta {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--ink);
    padding: 12px 22px;
    border: 1px solid var(--ink);
    transition: all 0.3s ease;
    white-space: nowrap;
    line-height: 1;
    display: inline-block;
}
.lippen-nav .nav-cta:hover { background: var(--ink); color: var(--white); }

/* ===== HERO ===== */
.hero {
    padding: 130px 40px 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: var(--paper);
    position: relative;
}
.hero-grid {
    max-width: 1280px; margin: 0 auto; width: 100%;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: end;
}
.hero-text { padding-bottom: 20px; }
.hero-issue {
    display: flex; align-items: center; gap: 14px;
    font-size: 10px; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--gold-deep); margin-bottom: 42px;
}
.hero-issue .line { flex: 0 0 40px; height: 1px; background: var(--gold); }
.hero-title {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(56px, 9vw, 128px);
    line-height: 0.88;
    letter-spacing: -0.025em;
    color: var(--ink);
    margin-bottom: 40px;
}
.hero-title em { font-style: italic; color: var(--gold); font-weight: 400; }
.hero-title .line2 { padding-left: 0.8em; display: block; }
.hero-title .line3 { padding-left: 1.6em; display: block; }

.hero-sub {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(19px, 1.9vw, 22px);
    line-height: 1.45;
    color: var(--ink-70);
    max-width: 440px;
    margin-bottom: 44px;
}
.hero-cta-row { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 56px; }
.hero-meta {
    display: flex; gap: 48px; flex-wrap: wrap;
    padding-top: 32px;
    border-top: 1px solid var(--line);
}
.hero-meta-item { max-width: 180px; }
.hero-meta-label {
    font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--ink-40); font-weight: 600; margin-bottom: 6px;
}
.hero-meta-value {
    font-family: var(--serif); font-size: 17px; font-weight: 400; color: var(--ink); line-height: 1.3;
}

.hero-visual {
    position: relative;
    aspect-ratio: 3/4;
    max-height: 80vh;
}
.hero-visual-image {
    width: 100%; height: 100%;
    background: var(--cream-warm);
    overflow: hidden;
    position: relative;
}
.hero-visual-image img { width: 100%; height: 100%; object-fit: cover; }
.placeholder-img {
    width: 100%; height: 100%;
    background: linear-gradient(135deg, var(--cream-warm) 0%, var(--gold-soft) 100%);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold-deep);
    font-family: var(--serif); font-style: italic; font-size: 16px;
    text-align: center; padding: 20px;
}
.hero-visual-caption {
    position: absolute;
    bottom: -24px;
    left: -24px;
    background: var(--paper);
    padding: 20px 26px;
    border: 1px solid var(--line);
    max-width: 260px;
}
.hero-visual-caption-num {
    font-family: var(--serif); font-style: italic; font-size: 13px; color: var(--gold-deep); margin-bottom: 6px;
}
.hero-visual-caption-text {
    font-family: var(--serif); font-size: 17px; line-height: 1.35; color: var(--ink);
}

/* ===== TRUST ===== */
.trust {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 28px 40px;
    background: var(--paper);
}
.trust-inner {
    max-width: 1280px; margin: 0 auto;
    display: flex; gap: 0; justify-content: space-between; align-items: center;
    flex-wrap: wrap;
}
.trust-item {
    font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
    font-weight: 500; color: var(--ink-70);
    padding: 6px 18px;
}
.trust-sep { width: 1px; height: 14px; background: var(--line); }

/* ===== INTRO ===== */
.intro {
    padding: 140px 40px;
    background: var(--paper);
}
.intro-grid {
    max-width: 1280px; margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 100px;
    align-items: start;
}
.intro-side { position: sticky; top: 100px; }
.intro-section-no {
    font-family: var(--serif); font-style: italic; font-size: 14px; color: var(--gold);
    margin-bottom: 20px; letter-spacing: 0.1em;
}
.intro-title {
    font-family: var(--serif); font-weight: 300;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 0.95; color: var(--ink); letter-spacing: -0.015em;
    margin-bottom: 30px;
}
.intro-title em { font-style: italic; color: var(--gold); font-weight: 400; }
.intro-body p {
    font-family: var(--serif); font-weight: 400;
    font-size: clamp(19px, 1.8vw, 22px);
    line-height: 1.55; color: var(--ink-70); margin-bottom: 30px;
}
.intro-body p:first-child::first-letter {
    font-family: var(--serif);
    font-size: 5.5em;
    float: left;
    line-height: 0.85;
    margin: 0.08em 0.12em 0 -0.02em;
    color: var(--gold);
    font-weight: 400;
    font-style: italic;
}
.intro-body p.sig {
    font-style: italic; color: var(--gold-deep);
    font-size: 18px; margin-top: 40px;
}

/* ===== OFFER ===== */
.offer {
    padding: 120px 40px;
    background: var(--cream);
    position: relative;
    overflow: hidden;
}
.offer-grid {
    max-width: 1280px; margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 90px;
    align-items: center;
}
.offer-image {
    position: relative;
    aspect-ratio: 4/5;
}
.offer-image-main {
    width: 100%; height: 100%;
    background: var(--cream-warm);
    overflow: hidden;
}
.offer-image-main img { width: 100%; height: 100%; object-fit: cover; }
.offer-image-tag {
    position: absolute;
    top: -14px; left: -14px;
    background: var(--ink); color: var(--white);
    padding: 10px 18px;
    font-size: 10px; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase;
}
.offer-image-meta {
    position: absolute;
    bottom: 20px; right: -20px;
    background: var(--paper);
    padding: 14px 20px;
    border: 1px solid var(--line);
    font-family: var(--serif);
    font-style: italic;
    font-size: 13px;
    color: var(--ink-70);
    max-width: 200px;
    line-height: 1.35;
}
.offer-content h2 {
    font-family: var(--serif); font-weight: 300;
    font-size: clamp(44px, 5.8vw, 76px);
    line-height: 0.95;
    letter-spacing: -0.02em;
    margin-bottom: 28px;
}
.offer-content h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
.offer-content p.lead {
    font-family: var(--serif); font-size: 20px; line-height: 1.5;
    color: var(--ink-70); margin-bottom: 40px; max-width: 520px;
}
.offer-price-block {
    display: flex; align-items: baseline; gap: 20px;
    padding: 24px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    margin-bottom: 36px;
    flex-wrap: wrap;
}
.offer-price-now {
    font-family: var(--serif); font-size: 56px; font-weight: 400;
    color: var(--ink); line-height: 1; letter-spacing: -0.02em;
}
.offer-price-was {
    font-family: var(--sans); font-size: 17px; color: var(--ink-40);
    text-decoration: line-through;
}
.offer-price-note {
    font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--gold-deep); font-weight: 600; margin-left: auto;
    text-align: right; line-height: 1.5;
}
.offer-includes { margin-bottom: 44px; }
.offer-includes-title {
    font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--ink-40); font-weight: 600; margin-bottom: 18px;
}
.offer-includes-list {
    list-style: none;
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px;
}
.offer-includes-list li {
    font-family: var(--serif); font-size: 17px; line-height: 1.35;
    padding-left: 20px; position: relative;
    color: var(--ink);
}
.offer-includes-list li::before {
    content: '—'; position: absolute; left: 0; color: var(--gold);
}

/* ===== SERVICES ===== */
.services {
    padding: 140px 40px;
    background: var(--paper);
}
.services-intro {
    max-width: 1280px; margin: 0 auto 80px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: end;
}
.services-intro h2 {
    font-family: var(--serif); font-weight: 300;
    font-size: clamp(42px, 5.2vw, 72px);
    line-height: 0.95;
    letter-spacing: -0.015em;
}
.services-intro h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
.services-intro-text p {
    font-family: var(--serif); font-size: 20px; line-height: 1.55; color: var(--ink-70);
}
.services-list {
    max-width: 1280px; margin: 0 auto;
    border-top: 1px solid var(--ink);
}
.service-row {
    display: grid;
    grid-template-columns: 90px 1fr 1.5fr auto 100px;
    gap: 40px;
    padding: 40px 0;
    border-bottom: 1px solid var(--line);
    align-items: center;
    transition: background 0.4s ease, padding 0.4s ease;
    cursor: pointer;
}
.service-row:hover {
    background: var(--cream);
    padding-left: 20px;
    padding-right: 20px;
}
.service-row-num {
    font-family: var(--serif); font-style: italic; font-weight: 300;
    font-size: 36px; color: var(--gold); line-height: 1;
}
.service-row-name {
    font-family: var(--serif); font-weight: 400;
    font-size: clamp(28px, 3vw, 40px); line-height: 1.05;
    color: var(--ink); letter-spacing: -0.01em;
}
.service-row-desc {
    font-size: 14.5px; color: var(--ink-70); line-height: 1.55;
    max-width: 420px;
}
.service-row-price {
    font-family: var(--serif); font-size: 24px; font-weight: 400; color: var(--ink);
    text-align: right;
}
.service-row-price span {
    display: block;
    font-family: var(--sans); font-size: 10px; color: var(--ink-40);
    letter-spacing: 0.2em; text-transform: uppercase; margin-top: 4px; font-weight: 500;
}
.service-row-arrow {
    font-family: var(--serif); font-size: 24px; color: var(--gold);
    transition: transform 0.3s ease;
    text-align: right;
}
.service-row:hover .service-row-arrow { transform: translateX(6px); }

/* ===== PROCESS ===== */
.process {
    padding: 140px 40px;
    background: var(--ink);
    color: var(--white);
    position: relative;
}
.process .eyebrow { color: var(--gold-light); }
.process-header {
    max-width: 1280px; margin: 0 auto 90px;
    display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: end;
}
.process-header h2 {
    font-family: var(--serif); font-weight: 300;
    font-size: clamp(42px, 5.2vw, 72px);
    line-height: 0.95; letter-spacing: -0.015em;
    color: var(--white);
}
.process-header h2 em { font-style: italic; color: var(--gold-light); font-weight: 400; }
.process-header p {
    font-family: var(--serif); font-size: 20px; line-height: 1.55;
    color: rgba(255,255,255,0.68);
}
.process-timeline {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
}
.process-timeline::before {
    content: ''; position: absolute;
    top: 48px; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(184,154,114,0.15) 8%,
        rgba(184,154,114,0.7) 50%,
        rgba(184,154,114,0.15) 92%,
        transparent 100%);
    z-index: 0;
    pointer-events: none;
}
.process-step { padding: 0 24px; position: relative; text-align: center; z-index: 1; }
.process-step-no {
    font-family: var(--serif); font-style: italic; font-weight: 300;
    font-size: 13px; color: var(--gold-light); letter-spacing: 0.15em;
    margin-bottom: 10px;
}
.process-step h3 {
    font-family: var(--serif); font-weight: 400;
    font-size: 26px; line-height: 1.1; margin-bottom: 10px;
    color: var(--white); letter-spacing: -0.01em;
}
.process-step p {
    font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,0.62);
    max-width: 240px; margin: 0 auto;
}
.process-circle {
    margin-left: auto; margin-right: auto;
}

/* ===== PRINCIPLES ===== */
.principles {
    padding: 140px 40px;
    background: var(--paper);
}
.principles-inner { max-width: 1100px; margin: 0 auto; }
.principles-head { text-align: center; margin-bottom: 90px; }
.principles-head h2 {
    font-family: var(--serif); font-weight: 300;
    font-size: clamp(42px, 5.2vw, 72px); line-height: 0.95;
    letter-spacing: -0.015em; margin-top: 16px;
}
.principles-head h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
.principle {
    display: grid;
    grid-template-columns: 120px 1fr 1.3fr;
    gap: 60px;
    padding: 48px 0;
    border-top: 1px solid var(--line);
    align-items: start;
}
.principle:last-child { border-bottom: 1px solid var(--line); }
.principle-no {
    font-family: var(--serif); font-style: italic; font-weight: 300;
    font-size: 48px; color: var(--gold); line-height: 1;
}
.principle-title {
    font-family: var(--serif); font-weight: 400;
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.1; color: var(--ink);
    letter-spacing: -0.01em;
}
.principle-text {
    font-size: 15.5px; color: var(--ink-70); line-height: 1.75;
}

/* ===== TEAM ===== */
.team {
    padding: 140px 0 120px;
    background: var(--cream);
}
.team-header {
    max-width: 1280px; margin: 0 auto 70px;
    padding: 0 40px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end;
}
.team-header h2 {
    font-family: var(--serif); font-weight: 300;
    font-size: clamp(42px, 5.2vw, 72px); line-height: 0.95;
    letter-spacing: -0.015em;
}
.team-header h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
.team-header p {
    font-family: var(--serif); font-style: italic; font-size: 20px;
    line-height: 1.5; color: var(--ink-70);
    max-width: 420px; justify-self: end;
}
.team-scroller {
    display: flex; gap: 24px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.team-scroller::-webkit-scrollbar { height: 2px; }
.team-scroller::-webkit-scrollbar-track { background: var(--line); }
.team-scroller::-webkit-scrollbar-thumb { background: var(--gold); }
.team-member {
    flex: 1 1 0;
    min-width: 230px;
    max-width: 280px;
    scroll-snap-align: start;
    cursor: pointer;
}
.team-photo {
    aspect-ratio: 4/5;
    overflow: hidden;
    background: var(--cream-warm);
    margin-bottom: 20px;
}
.team-photo img {
    width: 100%; height: 100%; object-fit: cover; object-position: center top;
    transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.team-member:hover .team-photo img { transform: scale(1.06); }
.team-name {
    font-family: var(--serif); font-weight: 400;
    font-size: 30px; line-height: 1; color: var(--ink);
    margin-bottom: 8px;
}
.team-meta {
    font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase;
    color: var(--ink-40); font-weight: 500;
    display: flex; gap: 10px; align-items: center;
}
.team-meta .sep { width: 12px; height: 1px; background: var(--gold); }

/* ===== VOICES ===== */
.voices {
    padding: 160px 40px;
    background: var(--paper);
}
.voices-inner {
    max-width: 1100px; margin: 0 auto;
    text-align: center;
}
.voices-no {
    font-family: var(--serif); font-style: italic;
    color: var(--gold); font-size: 14px; letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.voices-quote {
    font-family: var(--serif); font-weight: 300;
    font-size: clamp(32px, 4.5vw, 58px);
    line-height: 1.12; letter-spacing: -0.01em;
    color: var(--ink);
    margin-bottom: 36px;
    position: relative;
}
.voices-quote::before,
.voices-quote::after {
    content: '"';
    color: var(--gold); font-style: italic; font-weight: 400;
}
.voices-quote em { font-style: italic; color: var(--gold); }
.voices-author {
    font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
    font-weight: 600; color: var(--ink); margin-bottom: 4px;
}
.voices-author-detail {
    font-family: var(--serif); font-style: italic;
    font-size: 14px; color: var(--ink-40);
}
.voices-support {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 100px;
    padding-top: 60px;
    border-top: 1px solid var(--line);
    text-align: left;
}
.voices-small-quote {
    font-family: var(--serif); font-size: 20px; line-height: 1.45;
    color: var(--ink-70); font-style: italic; margin-bottom: 16px;
}
.voices-small-author {
    font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
    font-weight: 600; color: var(--ink);
}

/* ===== FAQ ===== */
.faq {
    padding: 140px 40px;
    background: var(--cream);
}
.faq-inner {
    max-width: 1280px; margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.5fr;
    gap: 100px;
    align-items: start;
}
.faq-side { position: sticky; top: 100px; }
.faq-side h2 {
    font-family: var(--serif); font-weight: 300;
    font-size: clamp(42px, 5.2vw, 72px); line-height: 0.95;
    letter-spacing: -0.015em; margin-top: 16px;
    margin-bottom: 30px;
}
.faq-side h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
.faq-side-note {
    font-family: var(--serif); font-style: italic; font-size: 18px;
    color: var(--ink-70); line-height: 1.55;
}
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-question {
    display: flex; justify-content: space-between; align-items: center;
    padding: 26px 0;
    font-family: var(--serif); font-size: 22px; font-weight: 400;
    color: var(--ink); cursor: pointer;
    list-style: none;
    transition: color 0.3s ease;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question:hover { color: var(--gold-deep); }
.faq-question h3 {
    font-family: inherit; font-weight: inherit; font-size: inherit;
    margin: 0; color: inherit;
}
.faq-icon {
    font-family: var(--serif); font-style: italic; font-size: 24px;
    color: var(--gold); flex-shrink: 0; margin-left: 24px;
    transition: transform 0.4s ease;
}
details[open] .faq-icon { transform: rotate(45deg); }
.faq-answer {
    padding: 0 0 28px 0;
    font-size: 15px; line-height: 1.75; color: var(--ink-70);
    max-width: 640px;
}

/* ===== LOCATIONS ===== */
.locations { padding: 140px 40px; background: var(--paper); }
.locations-inner { max-width: 1280px; margin: 0 auto; }
.locations-head {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 60px; align-items: end; margin-bottom: 80px;
}
.locations-head h2 {
    font-family: var(--serif); font-weight: 300;
    font-size: clamp(42px, 5.2vw, 72px); line-height: 0.95;
    letter-spacing: -0.015em; margin-top: 16px;
}
.locations-head h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
.locations-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
}
.location {
    border-top: 1px solid var(--ink);
    padding: 40px 0;
}
.location-city {
    font-family: var(--serif); font-weight: 300;
    font-size: clamp(48px, 5vw, 72px); line-height: 0.95;
    letter-spacing: -0.02em; margin-bottom: 8px;
}
.location-region {
    font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--gold-deep); font-weight: 600; margin-bottom: 36px;
}
.location-data {
    display: grid; grid-template-columns: 90px 1fr; gap: 16px 28px;
    margin-bottom: 32px;
}
.location-data dt {
    font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase;
    color: var(--ink-40); font-weight: 600;
    padding-top: 4px;
}
.location-data dd {
    font-family: var(--serif); font-size: 18px; line-height: 1.45;
    color: var(--ink);
}
.location-note {
    font-family: var(--serif); font-style: italic; font-size: 15px;
    color: var(--ink-70); margin-bottom: 28px; line-height: 1.55;
}
.location-link {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--ink); font-weight: 600; padding-bottom: 8px;
    border-bottom: 1px solid var(--ink);
    transition: all 0.3s ease;
}
.location-link:hover { color: var(--gold-deep); border-color: var(--gold); }

/* ===== BOOKING ===== */
.booking { padding: 130px 40px; background: var(--cream); }
.booking-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.booking-inner h2 {
    font-family: var(--serif); font-weight: 300;
    font-size: clamp(42px, 5.2vw, 72px); line-height: 0.95;
    letter-spacing: -0.015em; margin: 16px 0 24px;
}
.booking-inner h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
.booking-inner > p {
    font-family: var(--serif); font-style: italic; font-size: 20px;
    color: var(--ink-70); margin-bottom: 60px; max-width: 600px; margin-left: auto; margin-right: auto;
}
.booking-placeholder {
    background: var(--paper);
    border: 1px solid var(--gold);
    padding: 60px 40px;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    color: var(--ink-70);
}
.booking-placeholder-title {
    font-family: var(--serif); font-size: 26px; color: var(--ink);
}
.booking-placeholder code {
    font-family: ui-monospace, monospace; font-size: 12px;
    padding: 3px 8px; background: var(--cream-warm); color: var(--ink);
}

/* ===== FINAL ===== */
.final {
    padding: 160px 40px;
    background: var(--ink);
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.final::before {
    content: ''; position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 900px; height: 900px;
    background: radial-gradient(circle, rgba(184,154,114,0.14) 0%, transparent 60%);
    pointer-events: none;
}
.final-inner { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }
.final-eyebrow { color: var(--gold-light); margin-bottom: 24px; }
.final h2 {
    font-family: var(--serif); font-weight: 300;
    font-size: clamp(52px, 7vw, 104px); line-height: 0.95;
    letter-spacing: -0.02em; margin-bottom: 36px;
    color: var(--white);
}
.final h2 em { font-style: italic; color: var(--gold-light); font-weight: 400; }
.final p {
    font-family: var(--serif); font-style: italic; font-size: 22px;
    line-height: 1.4; color: rgba(255,255,255,0.7); margin-bottom: 56px;
    max-width: 600px; margin-left: auto; margin-right: auto;
}
.final .btn { font-size: 12px; padding: 24px 48px; }

/* ===== FOOTER ===== */
.footer {
    background: var(--ink);
    color: rgba(255,255,255,0.55);
    padding: 70px 40px 40px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-inner {
    max-width: 1280px; margin: 0 auto;
    display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px; margin-bottom: 50px;
}
.footer-brand {
    font-family: var(--serif); font-size: 22px;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--white); margin-bottom: 16px;
}
.footer-brand .dot { color: var(--gold); margin: 0 6px; }
.footer-desc {
    font-family: var(--serif); font-style: italic; font-size: 15px;
    color: rgba(255,255,255,0.55); max-width: 260px; line-height: 1.5;
}
.footer-col h4 {
    font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--gold); font-weight: 600; margin-bottom: 20px;
}
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col a {
    font-size: 13px; color: rgba(255,255,255,0.65);
    transition: color 0.3s ease;
}
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom {
    max-width: 1280px; margin: 0 auto;
    padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.08);
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px;
    font-size: 11px; letter-spacing: 0.1em; color: rgba(255,255,255,0.45);
}

/* ===== GOOGLE REVIEWS HERO BADGE (inline, clean) ===== */
.hero-google {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
}
.hero-google:hover { opacity: 0.75; }
.hero-google-stars {
    color: #fbbc04;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 1;
    flex-shrink: 0;
}
.hero-google-text {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 500;
    color: var(--ink-70);
    letter-spacing: 0.01em;
    flex-shrink: 1;
    min-width: 0;
}
.hero-google-text b { color: var(--ink); font-weight: 600; }
.hero-google-text .g-short { display: none; }
.hero-google-logo {
    display: inline-flex;
    align-items: center;
    font-family: 'Product Sans', 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1;
    flex-shrink: 0;
}
.hero-google-logo .g1 { color: #4285F4; }
.hero-google-logo .g2 { color: #EA4335; }
.hero-google-logo .g3 { color: #FBBC04; }
.hero-google-logo .g4 { color: #4285F4; }
.hero-google-logo .g5 { color: #34A853; }
.hero-google-logo .g6 { color: #EA4335; }

/* ===== REELS / INSTAGRAM SECTION ===== */
.reels {
    padding: 120px 0 130px;
    background: var(--paper);
    overflow: hidden;
    position: relative;
}
.reels-head {
    max-width: 1280px; margin: 0 auto 60px;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: end;
}
.reels-head h2 {
    font-family: var(--serif); font-weight: 300;
    font-size: clamp(42px, 5.2vw, 72px);
    line-height: 0.95; letter-spacing: -0.015em;
    margin-top: 16px;
}
.reels-head h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
.reels-head p {
    font-family: var(--serif); font-style: italic; font-size: 20px;
    color: var(--ink-70); line-height: 1.55;
    max-width: 440px; justify-self: end;
}

.reels-insta {
    max-width: 1280px; margin: 60px auto 0;
    padding: 0 40px;
    display: flex; align-items: center; gap: 20px;
    justify-content: center;
}
.insta-card {
    display: inline-flex; align-items: center; gap: 16px;
    padding: 14px 28px 14px 16px;
    background: var(--white);
    border: 1px solid var(--line);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 12px rgba(17,17,17,0.04);
}
.insta-card:hover {
    transform: translateY(-2px);
    border-color: var(--gold);
    box-shadow: 0 6px 20px rgba(184,154,114,0.12);
}
.insta-avatar {
    width: 52px; height: 52px; border-radius: 50%;
    background:
        radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    padding: 3px;
    flex-shrink: 0;
    position: relative;
}
.insta-avatar-inner {
    width: 100%; height: 100%;
    border-radius: 50%;
    background: var(--white);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
    position: relative;
}
.insta-avatar-inner img {
    width: 100%; height: 100%; object-fit: cover;
    display: block;
}
.insta-avatar-fallback {
    font-family: var(--serif); font-size: 22px; font-weight: 500;
    color: var(--ink);
    background: linear-gradient(135deg, var(--gold-soft), var(--cream-warm));
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
}
.insta-info { display: flex; flex-direction: column; gap: 3px; }
.insta-handle {
    font-family: var(--sans); font-size: 15px; font-weight: 600;
    color: var(--ink); letter-spacing: 0.01em;
    display: flex; align-items: center; gap: 6px;
}
.insta-handle .insta-icon {
    width: 14px; height: 14px;
    display: inline-block;
}
.insta-meta {
    font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--ink-40); font-weight: 500;
}
.insta-meta b { color: var(--gold-deep); font-weight: 600; letter-spacing: 0.06em; }

.reels-marquee-wrap {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    mask-image: linear-gradient(90deg, transparent 0, black 5%, black 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, black 5%, black 95%, transparent 100%);
}
.reels-marquee {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: marquee-scroll 60s linear infinite;
}
.reels-marquee:hover { animation-play-state: paused; }
@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.reel-card {
    flex: 0 0 260px;
    aspect-ratio: 9/16;
    background: linear-gradient(135deg, var(--cream-warm) 0%, var(--gold-soft) 100%);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid var(--line);
}
.reel-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.reel-card-placeholder {
    position: absolute; inset: 0;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    font-family: var(--serif); font-style: italic; font-size: 14px;
    color: var(--gold-deep);
    text-align: center; padding: 16px;
}
.reel-card-play {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.4) 100%);
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.reel-card:hover .reel-card-play { opacity: 1; }
.reel-card-play svg {
    width: 40px; height: 40px;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
}
.reel-card-caption {
    position: absolute; bottom: 14px; left: 14px; right: 14px;
    color: var(--white);
    font-family: var(--sans); font-size: 11px; font-weight: 600;
    letter-spacing: 0.05em;
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* ===== PROCESS — round images (leaner) ===== */
.process-circle {
    width: 96px; height: 96px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--ink);
    border: 1px solid rgba(184,154,114,0.45);
    box-shadow: inset 0 0 0 5px var(--ink), 0 0 0 1px rgba(184,154,114,0.15);
    margin: 0 auto 28px;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--serif); font-style: italic;
    color: var(--gold-light);
    font-size: 13px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.process-circle img {
    width: 100%; height: 100%; object-fit: cover;
    border-radius: 50%;
}

/* ===== REVIEWS (Google, swipeable) ===== */
.reviews {
    padding: 130px 0 120px;
    background: var(--paper);
}
.reviews-head {
    max-width: 1280px; margin: 0 auto 60px;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px; align-items: end;
}
.reviews-head h2 {
    font-family: var(--serif); font-weight: 300;
    font-size: clamp(42px, 5.2vw, 72px);
    line-height: 0.95; letter-spacing: -0.015em;
    margin-top: 16px;
}
.reviews-head h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
.reviews-head-meta {
    display: flex; align-items: center; gap: 18px;
    justify-self: end;
}
.reviews-head-meta .stars {
    color: #fbbc04; font-size: 20px; letter-spacing: 1px;
}
.reviews-head-meta .rating-num {
    font-family: var(--serif); font-size: 36px; font-weight: 300;
    color: var(--ink); line-height: 1;
}
.reviews-head-meta .rating-text {
    font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--ink-70); font-weight: 500;
}

.reviews-scroller {
    display: flex; gap: 24px;
    padding: 0 40px 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.reviews-scroller::-webkit-scrollbar { height: 2px; }
.reviews-scroller::-webkit-scrollbar-track { background: var(--line); }
.reviews-scroller::-webkit-scrollbar-thumb { background: var(--gold); }
.review-card {
    flex: 0 0 380px;
    scroll-snap-align: start;
    background: var(--white);
    border: 1px solid var(--line);
    padding: 32px;
    display: flex; flex-direction: column;
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.review-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.review-head {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 20px;
}
.review-avatar {
    width: 42px; height: 42px; border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-soft), var(--cream-warm));
    display: flex; align-items: center; justify-content: center;
    font-family: var(--serif); font-size: 18px; color: var(--gold-deep);
    flex-shrink: 0;
}
.review-author {
    font-family: var(--sans); font-size: 14px; font-weight: 600;
    color: var(--ink);
}
.review-date {
    font-size: 11px; color: var(--ink-40);
    letter-spacing: 0.05em;
}
.review-stars { color: #fbbc04; font-size: 14px; letter-spacing: 1px; margin-bottom: 14px; }
.review-text {
    font-family: var(--serif); font-size: 16px; line-height: 1.55;
    color: var(--ink-70); flex: 1;
}
.review-google-tag {
    display: inline-flex; align-items: center; gap: 8px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--ink-40); font-weight: 600;
}
.review-google-tag svg { width: 14px; height: 14px; }

/* ===== LOCATION MAPS ===== */
.location-map {
    aspect-ratio: 16/10;
    background: var(--cream-warm);
    margin: 10px 0 32px;
    border: 1px solid var(--line);
    overflow: hidden;
    position: relative;
}
.location-map iframe {
    width: 100%; height: 100%; border: 0; display: block;
    filter: grayscale(0.25) contrast(1.02);
}
@media (max-width: 980px) {
    .lippen-nav { grid-template-columns: 1fr 1fr; padding: 16px 22px; }
    .lippen-nav .nav-meta { display: none; }
    .lippen-nav .nav-logo { grid-column: 1; text-align: left; font-size: 15px; letter-spacing: 0.15em; }
    .lippen-nav .nav-right { grid-column: 2; }
    .lippen-nav .nav-cta { padding: 10px 14px; font-size: 9px; letter-spacing: 0.2em; }

    .hero { padding: 110px 22px 60px; min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; gap: 50px; }
    .hero-title { font-size: clamp(48px, 13vw, 80px); }
    .hero-title .line2 { padding-left: 0.4em; }
    .hero-title .line3 { padding-left: 0.8em; }
    .hero-visual-caption { left: 0; bottom: -14px; }

    .intro, .offer, .services, .process, .principles, .team, .voices, .faq, .locations, .booking, .final {
        padding-left: 22px; padding-right: 22px;
    }
    .intro { padding-top: 90px; padding-bottom: 90px; }
    .intro-grid, .services-intro, .offer-grid, .process-header, .team-header, .locations-head, .faq-inner {
        grid-template-columns: 1fr; gap: 40px;
    }
    .intro-side, .faq-side { position: static; }
    .offer-image { max-width: 440px; margin-bottom: 30px; }
    .offer-includes-list { grid-template-columns: 1fr; }
    .process-timeline { grid-template-columns: 1fr; gap: 50px; }
    .process-timeline::before { display: none; }
    .team-header p { justify-self: start; }
    .team-scroller, .team-header { padding-left: 22px; padding-right: 22px; }
    .team-member { flex: 0 0 230px; min-width: 230px; max-width: none; }
    .intro-body p:first-child::first-letter { font-size: 4.5em; }

    .service-row {
        grid-template-columns: 50px 1fr auto;
        gap: 20px; padding: 28px 0;
    }
    .service-row-desc { display: none; }
    .service-row-arrow { display: none; }
    .service-row-num { font-size: 24px; }
    .service-row-name { font-size: 22px; }
    .service-row-price { font-size: 18px; }

    .principle { grid-template-columns: 1fr; gap: 16px; padding: 36px 0; }
    .principle-no { font-size: 30px; }

    .voices-support { grid-template-columns: 1fr; gap: 40px; }
    .locations-grid { grid-template-columns: 1fr; }

    .reels-head, .reviews-head { grid-template-columns: 1fr; gap: 24px; }
    .reels-head p, .reviews-head-meta { justify-self: start; }
    .reels-head, .reels-insta, .reviews-head { padding-left: 22px; padding-right: 22px; }
    .reviews-scroller { padding-left: 22px; padding-right: 22px; }
    .reel-card { flex: 0 0 200px; }
    .review-card { flex: 0 0 300px; padding: 24px; }
    .process-circle { width: 72px; height: 72px; margin-bottom: 20px; }
    .process-timeline { gap: 40px; }
    .process-step h3 { font-size: 22px; }

    /* Hero-Google-Badge: auf Tablet & Mobile kompakter, Kurzform ab hier */
    .hero-google {
        margin-top: 20px;
        gap: 8px;
    }
    .hero-google-stars { font-size: 14px; letter-spacing: 0; }
    .hero-google-text { font-size: 12px; }
    .hero-google-text .g-long { display: none; }
    .hero-google-text .g-short { display: inline; }
    .hero-google-logo { font-size: 13px; }

    .trust-inner { justify-content: center; gap: 10px; row-gap: 6px; }
    .trust-sep { display: none; }
    .trust-item { padding: 4px 10px; font-size: 9px; letter-spacing: 0.22em; }

    .footer-inner { grid-template-columns: 1fr 1fr; }
    .footer-bottom { justify-content: center; text-align: center; }
}

@media (max-width: 520px) {
    .hero { padding: 100px 18px 50px; }
    .hero-title { font-size: clamp(44px, 12vw, 68px); }
    .hero-sub { font-size: 17px; margin-bottom: 32px; }
    .hero-meta { gap: 20px 28px; padding-top: 24px; }
    .hero-meta-item { max-width: 140px; }
    .hero-meta-label { font-size: 8.5px; }
    .hero-meta-value { font-size: 14px; }

    .btn { padding: 16px 24px; font-size: 10px; letter-spacing: 0.22em; }
    .hero-cta-row { flex-direction: column; align-items: stretch; gap: 12px; margin-bottom: 40px; }
    .hero-cta-row .btn { justify-content: center; }

    /* Hero-Google-Badge: Smartphone — noch kleiner */
    .hero-google { gap: 6px; margin-top: 22px; }
    .hero-google-stars { font-size: 13px; }
    .hero-google-text { font-size: 11.5px; }
    .hero-google-logo { font-size: 12px; }

    /* Hero visual caption kleiner */
    .hero-visual-caption { padding: 14px 18px; max-width: 220px; }
    .hero-visual-caption-text { font-size: 15px; }

    /* Offer */
    .offer { padding: 80px 18px; }
    .offer-image-meta { position: static; margin-top: 20px; max-width: 100%; }
    .offer-content h2 { font-size: clamp(44px, 11vw, 60px); }
    .offer-price-now { font-size: 44px; }

    /* Services / weitere Behandlungen */
    .services { padding: 90px 18px; }
    .service-row { grid-template-columns: 40px 1fr auto; gap: 14px; padding: 22px 0; }
    .service-row-num { font-size: 20px; }
    .service-row-name { font-size: 19px; line-height: 1.2; }
    .service-row-price { font-size: 16px; }
    .service-row-price span { font-size: 9px; }

    /* Process */
    .process { padding: 70px 18px !important; }
    .process-circle { width: 64px; height: 64px; }
    .process-step { padding: 0 4px; }
    .process-step h3 { font-size: 20px; }
    .process-step p { font-size: 13px; }

    /* Team */
    .team { padding: 90px 0 80px; }
    .team-member { flex: 0 0 210px; }

    /* Reels */
    .reels { padding: 80px 0 90px; }
    .reel-card { flex: 0 0 180px; }

    /* Reviews */
    .reviews { padding: 90px 0; }
    .review-card { flex: 0 0 280px; padding: 22px; }
    .review-text { font-size: 15px; }
    .reviews-head h2 { font-size: clamp(38px, 10vw, 52px); }

    /* Booking */
    .booking { padding: 80px 18px; }
    .booking-placeholder { padding: 40px 20px; min-height: 280px; }

    /* Locations */
    .locations { padding: 80px 18px; }
    .locations-head { margin-bottom: 50px; gap: 20px; }
    .locations-grid { gap: 60px; }
    .location-city { font-size: 44px; }
    .location-map { aspect-ratio: 4/3; }
    .location-data { grid-template-columns: 70px 1fr; gap: 10px 20px; }
    .location-data dd { font-size: 15px; }

    /* FAQ */
    .faq { padding: 80px 18px; }
    .faq-inner { gap: 50px; }
    .faq-question, .faq-question h3 { font-size: 18px; }
    .faq-answer { font-size: 14px; padding-bottom: 24px; }

    /* Final CTA — kompakt, 1 Zeile */
    .final { padding: 100px 18px; }
    .final h2 { font-size: clamp(44px, 13vw, 72px); margin-bottom: 28px; }
    .final .btn {
        font-size: 10px; padding: 18px 24px; letter-spacing: 0.18em;
        white-space: normal; line-height: 1.3;
    }

    /* Footer */
    .footer { padding: 50px 22px 30px; }
    .footer-inner { grid-template-columns: 1fr; gap: 32px; }

    /* Trust-Strip noch kompakter */
    .trust { padding: 18px 14px; }
    .trust-item { padding: 3px 6px; font-size: 8.5px; letter-spacing: 0.18em; }

    /* Intro-Section-Nummern */
    .intro-section-no { font-size: 12px; }

    /* H2 Section-Titel global etwas kompakter */
    .services-intro h2,
    .process-header h2,
    .team-header h2,
    .voices-quote,
    .booking-inner h2,
    .reels-head h2,
    .faq-side h2,
    .locations-head h2 {
        font-size: clamp(36px, 9vw, 52px);
    }

    /* Insta-card kompakter */
    .insta-card { gap: 12px; padding: 12px 22px 12px 14px; }
    .insta-avatar { width: 46px; height: 46px; }
    .insta-handle { font-size: 14px; }
    .insta-meta { font-size: 11px; }
}

@media (max-width: 420px) {
    /* Sehr schmale Geräte (iPhone SE, Galaxy S, iPhone 13 mini, etc.) */

    /* Nav: "Aesthetics" weg, enger */
    .lippen-nav { padding: 14px 16px; }
    .lippen-nav .nav-logo { font-size: 13px; letter-spacing: 0.1em; }
    .lippen-nav .nav-logo-sep, .lippen-nav .nav-logo-long { display: none; }
    .lippen-nav .nav-cta { padding: 9px 12px; font-size: 8.5px; letter-spacing: 0.16em; }

    .hero-title { font-size: 42px; }
    .hero-meta { gap: 18px 20px; }
    .hero-meta-item { max-width: 120px; }

    /* Google-Badge: sehr kompakt */
    .hero-google { gap: 5px; margin-top: 20px; }
    .hero-google-stars { font-size: 11.5px; letter-spacing: 0; }
    .hero-google-text { font-size: 10.5px; }
    .hero-google-logo { font-size: 10.5px; }

    /* Final-CTA-Button darf umbrechen */
    .final .btn { font-size: 9.5px; padding: 16px 18px; }

    /* Services noch enger */
    .service-row-name { font-size: 17px; }
    .service-row-price { font-size: 14px; }

    /* Reviews kleiner */
    .review-card { flex: 0 0 260px; padding: 20px; }

    /* Reel-card */
    .reel-card { flex: 0 0 160px; }
}

/* ===== ANIMATIONS ===== */
@keyframes rise {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
.hero-issue, .hero-title, .hero-sub, .hero-cta-row, .hero-meta, .hero-visual {
    animation: rise 1s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.hero-title { animation-delay: 0.1s; }
.hero-sub { animation-delay: 0.25s; }
.hero-cta-row { animation-delay: 0.35s; }
.hero-meta { animation-delay: 0.45s; }
.hero-visual { animation-delay: 0.15s; }
