/*
Theme Name: Rudy Wąs Custom
Theme URI: https://example.com
Author: Rudy Wąs
Author URI: https://example.com
Description: Custom theme for Rudy Wąs barbershop.
Version: 1.0.3
Text Domain: rudywas
*/

:root {
    --gold: #c5a059;
    --bg: #121212;
    --bg-soft: #1a1a1a;
    --text: #e5e7eb;
    --muted: #9ca3af;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1120px, 92%);
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(18, 18, 18, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}

.header-row {
    min-height: 120px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 20px;
}

.brand {
    display: inline-flex;
    align-items: center;
    align-self: center;
    justify-self: start;
    min-width: 0;
    flex-shrink: 0;
}

.brand-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: min(320px, 28vw);
    max-height: 110px;
}

.nav-toggle {
    display: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: var(--white);
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.15em;
}

.primary-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.primary-nav {
    justify-self: center;
}

.booksy-btn {
    justify-self: end;
}

.primary-nav a {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
}

.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a,
.primary-nav a:hover {
    color: var(--gold);
    border-bottom-color: var(--gold);
}

.booksy-btn {
    display: inline-block;
    background: var(--gold);
    color: #000;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 700;
    padding: 12px 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.booksy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(197, 160, 89, 0.35);
}

.hero {
    padding: 120px 0 90px;
    text-align: center;
    background:
        linear-gradient(rgba(18, 18, 18, 0.76), rgba(18, 18, 18, 0.95)),
    url("assets/images/rudy-was-barbershop-fotele-scaled.jpg") center/cover no-repeat;
}

.hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2rem, 5vw, 4.5rem);
    line-height: 1.15;
    margin: 0 0 16px;
}

.hero p {
    max-width: 760px;
    margin: 0 auto 24px;
    color: var(--muted);
}

.gold {
    color: var(--gold);
}

.section {
    padding: 80px 0;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    color: var(--gold);
}

.split {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 34px;
    align-items: center;
}

.feature-image {
    width: 100%;
    min-height: 340px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.badge-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.badge {
    border: 1px solid rgba(197, 160, 89, 0.4);
    padding: 8px 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #d4d4d4;
}

.section.alt {
    background: var(--bg-soft);
}

.section h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    margin-top: 0;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.card {
    background: var(--bg-soft);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px;
}

.price {
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 0.05em;
}

.cta-panel {
    background:
        linear-gradient(120deg, rgba(18, 18, 18, 0.96), rgba(26, 26, 26, 0.9)),
        url("https://images.unsplash.com/photo-1503951914875-452162b0f3f1?auto=format&fit=crop&q=80&w=1600") center/cover no-repeat;
    border: 1px solid rgba(197, 160, 89, 0.3);
    padding: 36px;
}

/* ──────────────────────────────
   O nas — Historia (shared base)
────────────────────────────── */

.hist-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.hist-bg {
    position: absolute;
    inset: 0;
    background: url("assets/images/IMG_0549-scaled.jpeg") center / cover no-repeat;
    opacity: 0.2;
}

.hist-inner {
    position: relative;
    z-index: 1;
}

.hist-box h2 {
    margin-top: 8px;
}

.hist-box p {
    color: rgba(209, 213, 219, 0.85);
    line-height: 1.85;
    margin-bottom: 0;
}

.hist-box .eyebrow {
    color: var(--gold);
    line-height: normal;
    margin-bottom: 0;
}

.hist-box p + p {
    margin-top: 1rem;
}

/* ── 1: gradient lewo→prawo, gold left border ── */

.h1s::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(12, 12, 12, 0.97) 40%, rgba(12, 12, 12, 0.55));
    pointer-events: none;
}

.h1b {
    max-width: 640px;
    border-left: 3px solid var(--gold);
    padding-left: 36px;
}

/* ── 2: gradient prawo→lewo, gold right border, tekst do prawej ── */

.h2s::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, rgba(12, 12, 12, 0.97) 40%, rgba(12, 12, 12, 0.55));
    pointer-events: none;
}

.h2b {
    max-width: 640px;
    margin-left: auto;
    border-right: 3px solid var(--gold);
    padding-right: 36px;
    text-align: right;
}

/* ── 3: vignette, centralny panel z ciemnym tłem ── */

.h3s::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(12, 12, 12, 0.45) 0%, rgba(12, 12, 12, 0.95) 75%);
    pointer-events: none;
}

.h3b {
    max-width: 760px;
    margin: 0 auto;
    background: rgba(10, 10, 10, 0.72);
    border: 1px solid rgba(197, 160, 89, 0.25);
    padding: 48px 52px;
    text-align: center;
}

/* ── 4: gradient od dołu, dwie kolumny tekst | nagłówek ── */

.h4s::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(12, 12, 12, 0.98) 30%, rgba(12, 12, 12, 0.6) 70%, rgba(12, 12, 12, 0.3));
    pointer-events: none;
}

.h4b {
    display: grid;
    grid-template-columns: 1fr 2px 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 44px;
    row-gap: 32px;
}

.h4b-head {
    grid-column: 3;
    grid-row: 1;
}

.h4b-head h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    margin: 8px 0 0;
}

.h4b-left {
    grid-column: 1;
    grid-row: 2;
}

.h4b-left p {
    color: rgba(209, 213, 219, 0.85);
    line-height: 1.85;
    margin: 0;
}

.h4b-divider {
    grid-column: 2;
    grid-row: 2 / 4;
    background: linear-gradient(to bottom, transparent, var(--gold) 20%, var(--gold) 80%, transparent);
    align-self: stretch;
}

.h4b-right {
    grid-column: 3;
    grid-row: 3;
}

.h4b-right p {
    color: rgba(209, 213, 219, 0.85);
    line-height: 1.85;
    margin: 0;
}

/* ── 5: gradient od dołu, szeroki blok z złotymi liniami top+bottom ── */

.h5s::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(12, 12, 12, 0.99) 20%, rgba(12, 12, 12, 0.7) 60%, rgba(12, 12, 12, 0.35));
    pointer-events: none;
}

.h5b {
    max-width: 880px;
    margin: 0 auto;
}

.h5b-topline,
.h5b-bottomline {
    display: block;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold) 20%, var(--gold) 80%, transparent);
    margin: 0 0 32px;
}

.h5b-bottomline {
    margin: 32px 0 0;
}

.h5b-head {
    margin-bottom: 28px;
}

.h5b-head h2 {
    margin-top: 6px;
}

.h5b-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}

/* ── Team — Alternating split layout ── */

.team-header {
    margin-bottom: 2rem;
}

.tv3-wrap {
    display: flex;
    flex-direction: column;
}

.tv3-member {
    display: grid;
    grid-template-columns: 5fr 7fr;
    min-height: 300px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.tv3-wrap .tv3-member:first-child {
    border-top: none;
}

.tv3-flip {
    direction: rtl;
}

.tv3-flip > * {
    direction: ltr;
}

.tv3-photo {
    overflow: hidden;
}

.tv3-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.tv3-text {
    padding: 40px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tv3-role {
    display: block;
    font-size: 0.67rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 8px;
}

.tv3-text h4 {
    margin: 0 0 16px;
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    font-weight: 400;
    color: var(--white);
    line-height: 1.1;
}

.tv3-text p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.8;
}

/* Usługi */
.services-section {
    background: #0f0f0f;
    padding-top: 0;
}

.services-intro {
    max-width: 780px;
    color: #d1d5db;
    margin: -8px 0 26px;
}

.services-headers-preview {
    display: grid;
    gap: 28px;
    margin-bottom: 32px;
}

.services-header-variant {
    padding: 24px;
    background: rgba(20, 20, 20, 0.7);
}

.services-header-inner {
    min-height: inherit;
    display: grid;
    justify-items: end;
}

.services-header-variant h2 {
    margin-bottom: 6px;
}

.services-header-variant .services-intro {
    margin: 0;
}

.shv-1 {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: end;
}

.shv-meta {
    display: grid;
    gap: 8px;
    text-align: right;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b8bec7;
}

.shv-meta span {
    border-bottom: 1px solid rgba(197, 160, 89, 0.3);
    padding-bottom: 4px;
}

.shv-2 {
    text-align: center;
}

.shv-2 .services-intro {
    margin: 0 auto;
    max-width: 720px;
}

.shv-3 {
    position: relative;
    padding: 42px 24px 24px;
    background:
        linear-gradient(140deg, rgba(197, 160, 89, 0.15), rgba(18, 18, 18, 0.2)),
        rgba(14, 14, 14, 0.8);
}

.shv-card {
    max-width: 760px;
    margin-left: auto;
    border: 1px solid rgba(197, 160, 89, 0.28);
    background: rgba(10, 10, 10, 0.78);
    padding: 20px;
}

.shv-4 {
    display: grid;
    grid-template-columns: 3px 1fr;
    gap: 18px;
}

.shv-rail {
    background: linear-gradient(to bottom, transparent, var(--gold) 20%, var(--gold) 80%, transparent);
}

.shv-5 {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 14px 22px;
    align-items: end;
}

.shv-5 .eyebrow {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
}

.shv-5 h2 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
}

.shv-5 .services-intro {
    grid-column: 2;
    grid-row: 2;
}

.shv-bg {
    position: relative;
    overflow: hidden;
    border-color: rgba(197, 160, 89, 0.35);
    background:
        linear-gradient(120deg, rgba(8, 8, 8, 0.78), rgba(8, 8, 8, 0.42)),
    url("assets/images/rudy-was-barbershop-fotele-scaled.jpg") center/cover no-repeat;
}

.shv-bg .services-intro {
    color: rgba(229, 231, 235, 0.92);
}

.shv-overlay-copy {
    max-width: 720px;
    border-left: 3px solid rgba(197, 160, 89, 0.85);
    padding-left: 18px;
}

.shv-7 {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 22px;
}

.shv-7-mark {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.8rem, 8vw, 5rem);
    line-height: 0.9;
    color: rgba(197, 160, 89, 0.25);
}

.shv-8 {
    position: relative;
    overflow: hidden;
}

.shv-8::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 280px;
    height: 280px;
    transform: rotate(28deg);
    background: linear-gradient(135deg, rgba(197, 160, 89, 0.22), transparent 68%);
    pointer-events: none;
}

.shv-8-row {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 20px;
    align-items: end;
}

.shv-8-row h2,
.shv-8-row .services-intro {
    margin: 0;
}

.shv-9 {
    background:
        linear-gradient(120deg, rgba(8, 8, 8, 0.82), rgba(8, 8, 8, 0.45)),
    url("assets/images/salon-rudy-was-scaled.jpg") center/cover no-repeat;
}

.shv-9-card {
    max-width: 640px;
    margin: 0;
    backdrop-filter: blur(4px);
    background: rgba(12, 12, 12, 0.68);
}

.shv-10 {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 24px;
}

.shv-10-left {
    border-right: 1px solid rgba(197, 160, 89, 0.36);
    padding-right: 20px;
}

.shv-10-right .services-intro {
    margin-top: 2px;
}

.shv-11 {
    position: relative;
    padding-top: 30px;
}

.shv-11-line {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 14px;
    height: 1px;
    background: rgba(197, 160, 89, 0.35);
}

.shv-11-line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 9px;
    height: 9px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: var(--gold);
}

.shv-ribbon {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    border: 1px solid rgba(197, 160, 89, 0.4);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.68rem;
    color: #d8dde6;
}

.shv-13 {
    display: grid;
    justify-items: end;
    background:
        linear-gradient(240deg, rgba(8, 8, 8, 0.82), rgba(8, 8, 8, 0.38)),
    url("assets/images/rudy-was-logo-zdjecie-scaled.jpg") center/cover no-repeat;
}

.shv-13-copy {
    max-width: 650px;
    text-align: right;
    border-right: 3px solid rgba(197, 160, 89, 0.85);
    padding-right: 18px;
}

.shv-overlay-base {
    position: relative;
    display: grid;
    overflow: hidden;
    padding: 120px 0 70px;
    background-color: #101010;
}

.shv-overlay-base::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(15, 15, 15, 0.98) 0%, rgba(15, 15, 15, 0.58) 18%, rgba(15, 15, 15, 0.34) 44%, rgba(15, 15, 15, 0.88) 100%),
        linear-gradient(to left, rgba(15, 15, 15, 0.8) 14%, rgba(15, 15, 15, 0.18) 54%);
}

.shv-overlay-base > * {
    position: relative;
    z-index: 1;
}

.shv-overlay-panel {
    max-width: 640px;
    margin-top: auto;
    text-align: right;
}

.shv-overlay-panel .services-intro {
    color: rgba(229, 231, 235, 0.92);
}

.shv-13a {
    background: url("assets/images/rudy-was-logo-zdjecie-scaled.jpg") center/cover no-repeat;
}

.shv-13b {
    background: url("assets/images/rudy-was-barbershop-fotele-scaled.jpg") center/cover no-repeat;
}

.shv-overlay-panel-line {
    border-right: 0;
    padding-right: 18px;
}

.shv-13c {
    background:
        linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
    url("assets/images/salon-rudy-was-scaled.jpg") center/cover no-repeat;
}

.shv-overlay-panel-compact {
    max-width: 560px;
    padding: 18px 20px;
    background: rgba(10, 10, 10, 0.52);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(197, 160, 89, 0.24);
}

.shv-overlay-facts {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.shv-overlay-facts span {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #d8dde6;
    padding: 5px 8px;
    border: 1px solid rgba(197, 160, 89, 0.34);
}

.shv-13d {
    align-items: end;
    background: url("assets/images/rudy-was-barbershop-fotele-scaled.jpg") center/cover no-repeat;
}

.shv-13d::before {
    background: linear-gradient(to top, rgba(8, 8, 8, 0.9) 18%, rgba(8, 8, 8, 0.5) 55%, rgba(8, 8, 8, 0.18));
}

.shv-overlay-panel-bottom {
    width: min(100%, 620px);
    padding-top: 18px;
    border-top: 1px solid rgba(197, 160, 89, 0.45);
}

.shv-13e {
    background:
        linear-gradient(0deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)),
    url("assets/images/ania-rudy-was-scaled.jpg") center/cover no-repeat;
}

.shv-overlay-panel-wide {
    width: min(100%, 760px);
}

.shv-overlay-split {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 20px;
    align-items: end;
}

.shv-overlay-split h2,
.shv-overlay-split .services-intro {
    margin: 0;
}

.shv-13f {
    background: url("assets/images/damian-rudy-was-scaled.jpg") center/cover no-repeat;
}

.shv-overlay-panel-quote {
    max-width: 600px;
    padding: 22px 24px;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.72), rgba(10, 10, 10, 0.44));
    border: 1px solid rgba(197, 160, 89, 0.24);
}

.shv-overlay-note {
    margin: 16px 0 0;
    font-family: "Playfair Display", serif;
    font-size: 1.15rem;
    color: rgba(197, 160, 89, 0.95);
}

.shv-14-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.shv-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.shv-badges span {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #cfd5dd;
    border: 1px solid rgba(197, 160, 89, 0.32);
    padding: 4px 8px;
}

.shv-15-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 16px;
}

.shv-15-note {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 1.2rem;
    color: rgba(197, 160, 89, 0.92);
    text-align: right;
}

.services-menu-wrap {
    display: grid;
    gap: 0;
}

.service-group {
    padding: 22px 0;
}

.service-group + .service-group {
    position: relative;
}

.service-group + .service-group::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 60%;
    height: 1px;
    transform: translateX(-50%);
    background: rgba(197, 160, 89, 0.18);
}

.service-group h3 {
    margin: 0 0 14px;
    font-family: "Playfair Display", serif;
    font-size: 1.45rem;
}

.service-list {
    display: flex;
    flex-direction: column;
}

.service-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px 0;
}

.service-list .service-row:first-child {
    border-top: 0;
    padding-top: 4px;
}

.service-row-main h4 {
    margin: 0 0 3px;
    font-size: 1.275rem;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    color: var(--gold);
}

.service-row-main p {
    margin: 0;
    color: #9ca3af;
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.service-row-price {
    margin: 0;
    color: var(--white);
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 1.8rem;
    font-family: "Playfair Display", serif;
    text-align: right;
    white-space: nowrap;
}

.service-row-currency {
    font-size: 0.9rem;
    color: var(--gold);
}

.services-cta-section {
    background: #0f0f0f;
    padding-top: 44px;
}

.services-cta-banner .contact-cta-bg {
    background: url("https://images.unsplash.com/photo-1593702275677-f916c8c7041d?auto=format&fit=crop&q=80&w=2000") center/cover no-repeat;
}

.services-cta-banner::after {
    background: linear-gradient(to right, rgba(18, 18, 18, 0.28), rgba(18, 18, 18, 0.95) 58%);
}

.testimonials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.quote {
    border-left: 3px solid var(--gold);
    padding: 10px 0 10px 18px;
    color: #d1d5db;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.map-wrap iframe {
    width: 100%;
    min-height: 340px;
    border: 0;
    filter: grayscale(1) contrast(1.2);
}

.blog-hero {
    padding: 120px 0 70px;
    background:
        linear-gradient(rgba(18, 18, 18, 0.85), rgba(13, 13, 13, 0.95)),
        url("https://images.unsplash.com/photo-1622286342621-4bd786c2447c?auto=format&fit=crop&q=80&w=2000") center/cover no-repeat;
}

.post-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.post-card h3 {
    margin: 0 0 10px;
    font-family: "Playfair Display", serif;
}

.meta {
    color: #9ca3af;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.pagination,
.pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.pagination a,
.pagination span {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 12px;
}

.pagination .current {
    border-color: var(--gold);
    color: #000;
    background: var(--gold);
}

.card h3 {
    margin-top: 0;
    font-family: "Playfair Display", serif;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.post-card {
    background: var(--bg-soft);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.post-card .content {
    padding: 20px;
}

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #6b7280;
    padding: 24px 0;
}

/* ──────────────────────────────
   SINGLE POST
────────────────────────────── */

.post-hero {
    padding: 130px 0 70px;
    text-align: center;
    background:
        linear-gradient(rgba(18, 18, 18, 0.82), rgba(18, 18, 18, 0.97)),
        url("https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&q=80&w=2000") center/cover no-repeat;
}

.post-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.15;
    margin: 12px auto 20px;
    max-width: 860px;
}

.post-meta-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9ca3af;
}

.post-meta-bar .sep {
    color: var(--gold);
}

.post-featured-image {
    margin-top: -24px;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.post-featured-image img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* ── Typography ── */

.post-content {
    max-width: 780px;
    font-size: 1.0625rem;
    line-height: 1.85;
    color: #d1d5db;
}

.post-content p.lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: #e5e7eb;
    border-left: 3px solid var(--gold);
    padding-left: 18px;
    margin-bottom: 2em;
    font-style: italic;
}

.post-content h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    color: #f3f4f6;
    margin: 2em 0 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.post-content h3 {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.15rem, 2.5vw, 1.55rem);
    color: #f3f4f6;
    margin: 1.7em 0 0.4em;
}

.post-content h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--gold);
    margin: 1.6em 0 0.4em;
}

.post-content strong {
    font-weight: 700;
    color: #f3f4f6;
}

.post-content em {
    font-style: italic;
    color: #e5e7eb;
}

.post-content blockquote {
    border-left: 4px solid var(--gold);
    background: rgba(197, 160, 89, 0.05);
    padding: 20px 28px;
    margin: 2em 0;
    font-size: 1.1rem;
    font-style: italic;
    color: #e5e7eb;
    border-radius: 0 2px 2px 0;
}

.post-content blockquote cite {
    display: block;
    margin-top: 12px;
    font-style: normal;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--gold);
}

.post-content ul,
.post-content ol {
    padding-left: 1.5em;
    margin: 1em 0 1.5em;
}

.post-content li {
    margin-bottom: 0.55em;
}

.post-content ul li::marker {
    color: var(--gold);
}

.post-content ol li::marker {
    color: var(--gold);
    font-weight: 700;
}

.post-content hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin: 2.5em 0;
}

.post-content a {
    color: var(--gold);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.post-content figure img {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.post-content figcaption {
    font-size: 0.8rem;
    color: #6b7280;
    text-align: center;
    margin-top: 6px;
    font-style: italic;
}

.latest-posts-heading {
    margin-bottom: 30px;
}

/* ─── Card with portrait image (team) ─── */

.card-person {
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.card-person-img-wrap {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.card-person-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.5s ease;
}

.card-person:hover .card-person-img-wrap img {
    transform: scale(1.05);
}

/* ─── Card with landscape image (services) ─── */

.card-service {
    padding: 0;
    overflow: hidden;
}

.card-service-img-wrap {
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.card-service-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card-service:hover .card-service-img-wrap img {
    transform: scale(1.05);
}

/* ─── Shared card inner body (when card has image on top) ─── */

.card-body {
    padding: 22px;
}

.card-body h3 {
    margin-top: 0;
    font-family: "Playfair Display", serif;
}

/* ===== KONTAKT PAGE ===== */
.contact-hero {
    padding: 120px 0 70px;
    background:
        linear-gradient(rgba(18, 18, 18, 0.85), rgba(13, 13, 13, 0.95)),
        url("https://images.unsplash.com/photo-1512690196236-d5a232933d44?auto=format&fit=crop&q=80&w=2000") center/cover no-repeat;
}
.contact-hero-inner { text-align: center; }
.contact-hero-inner h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.15;
    margin: 0 0 16px;
}
.contact-hero-sub { max-width: 760px; margin: 0 auto; color: #d1d5db; }

.contact-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: stretch;
}
.contact-info h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.8rem, 3vw, 3rem);
    margin-bottom: 2rem;
}
.contact-details { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 3rem; }
.contact-label {
    display: block;
    color: var(--gold);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-bottom: 4px;
}
.contact-details p { color: #d1d5db; margin: 0; font-size: 1.05rem; }
.contact-details a { color: #d1d5db; }
.contact-details a:hover { color: var(--gold); }

.contact-hours h4 {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
}
.contact-hours ul { list-style: none; padding: 0; margin: 0; }
.contact-hours li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color: var(--muted);
    font-size: 0.95rem;
}

.contact-form-wrap {
    background: var(--bg-soft);
    padding: 2.5rem;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    height: 100%;
    display: flex;
}
.contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.form-field { margin-bottom: 1.25rem; }
.form-field label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #6b7280;
    margin-bottom: 8px;
}
.form-field input,
.form-field textarea {
    width: 100%;
    background: var(--bg);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 1rem;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}
.form-field input:focus,
.form-field textarea:focus { border-color: var(--gold); }
.form-field textarea { resize: vertical; }
.contact-form .form-field:last-of-type {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.contact-form .form-field:last-of-type textarea {
    flex: 1;
    min-height: 180px;
}
.contact-submit { width: 100%; display: block; text-align: center; }

.contact-dark {
    background: #0d0d0d;
}

.contact-section {
    padding: 56px 0;
}

.contact-section-compact {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-map-section {
    padding: 40px 0 56px;
}

.section-header-center { text-align: center; margin-bottom: 2.5rem; }
.section-header-center h3 {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    margin-bottom: 0.75rem;
}
.gold-bar { width: 4rem; height: 3px; background: var(--gold); margin: 0 auto; }

.video-placeholder {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: var(--bg-soft);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.video-bg {
    position: absolute;
    inset: 0;
    background: url("https://images.unsplash.com/photo-1593702275677-f916c8c7041d?auto=format&fit=crop&q=80&w=2000") center/cover no-repeat;
    opacity: 0.4;
    transition: opacity 0.4s;
}
.video-placeholder:hover .video-bg { opacity: 0.25; }
.video-play-btn {
    position: relative;
    z-index: 2;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    box-shadow: 0 0 30px rgba(197,160,89,0.4);
}
.video-placeholder:hover .video-play-btn { transform: scale(1.1); }
.video-play-btn svg { width: 2rem; height: 2rem; color: #000; margin-left: 6px; }
.video-label {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 2;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #d1d5db;
    margin: 0;
}

.contact-cta-banner {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(197,160,89,0.2);
}
.contact-cta-bg {
    position: absolute;
    inset: 0;
    background: url("https://images.unsplash.com/photo-1503951914875-452162b0f3f1?auto=format&fit=crop&q=80&w=2000") center/cover no-repeat;
    opacity: 0.35;
}
.contact-cta-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, var(--bg) 25%, rgba(197,160,89,0.1));
    pointer-events: none;
}
.contact-cta-inner {
    position: relative;
    z-index: 1;
    padding: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.contact-cta-text { max-width: 680px; }
.contact-cta-text h3 {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    margin-bottom: 1rem;
}
.contact-cta-text p { color: var(--muted); font-size: 0.9rem; line-height: 1.8; margin: 0; }
.eyebrow-line { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.gold-rule { display: block; width: 2rem; height: 1px; background: var(--gold); flex-shrink: 0; }
.contact-cta-actions { flex-shrink: 0; }

.map-wrap-full iframe {
    width: 100%;
    height: 420px;
    border: 0;
    filter: grayscale(1) contrast(1.2);
    opacity: 0.7;
    display: block;
}

@media (max-width: 900px) {
    .split,
    .testimonials,
    .contact-grid,
    .contact-cols {
        grid-template-columns: 1fr;
    }

    .contact-cta-inner {
        flex-direction: column;
        padding: 2rem;
    }

    .contact-cta-actions { width: 100%; }
    .contact-cta-actions .booksy-btn { display: block; text-align: center; }

    .grid-3,
    .grid-4,
    .post-grid {
        grid-template-columns: 1fr;
    }

    /* Team layout */
    .tv3-member {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .tv3-flip {
        direction: ltr;
    }

    .tv3-photo {
        height: 260px;
    }

    .tv3-text {
        padding: 24px 20px;
    }

    /* Historia variants */
    .h2b {
        margin-left: 0;
        border-right: none;
        border-left: 3px solid var(--gold);
        padding-right: 0;
        padding-left: 28px;
        text-align: left;
    }

    .h3b {
        padding: 32px 24px;
    }

    .h4b {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .h4b-head,
    .h4b-left,
    .h4b-right,
    .h4b-divider {
        grid-column: 1;
        grid-row: auto;
        width: 100%;
    }

    .h4b-divider {
        display: none;
    }

    .h5b-cols {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .h5b-cols p + p {
        margin-top: 1rem;
    }

    .service-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .services-header-variant {
        padding: 18px;
    }

    .shv-1,
    .shv-5 {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .shv-7,
    .shv-8-row,
    .shv-10,
    .shv-15-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .shv-meta {
        text-align: left;
    }

    .shv-13 {
        justify-items: start;
    }

    .shv-13-copy {
        text-align: left;
        border-right: none;
        border-left: 3px solid rgba(197, 160, 89, 0.85);
        padding-right: 0;
        padding-left: 14px;
    }

    .shv-overlay-base {
        justify-items: start;
        min-height: 260px;
    }

    .shv-overlay-panel,
    .shv-overlay-panel-line,
    .shv-overlay-panel-bottom,
    .shv-overlay-panel-wide,
    .shv-overlay-panel-quote {
        max-width: 100%;
        text-align: left;
    }

    .shv-overlay-panel-line {
        border-right: none;
        border-left: none;
        padding-right: 0;
        padding-left: 0;
    }

    .shv-overlay-facts {
        justify-content: flex-start;
    }

    .shv-overlay-split {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .shv-overlay-note {
        font-size: 1rem;
    }

    .shv-14-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .shv-10-left {
        border-right: none;
        border-bottom: 1px solid rgba(197, 160, 89, 0.36);
        padding-right: 0;
        padding-bottom: 12px;
    }

    .shv-15-note {
        text-align: left;
    }

    .shv-card {
        margin-left: 0;
    }

    .shv-5 .eyebrow,
    .shv-5 h2,
    .shv-5 .services-intro {
        grid-column: 1;
        grid-row: auto;
    }

    .service-row-price {
        text-align: left;
    }

    .services-cta-banner::after {
        background: linear-gradient(to bottom, rgba(18, 18, 18, 0.72), rgba(18, 18, 18, 0.96));
    }

    .nav-toggle {
        display: inline-block;
    }

    .booksy-btn {
        margin-left: auto;
    }

    .primary-nav {
        display: none;
        order: 4;
        width: 100%;
        padding-bottom: 12px;
    }

    .primary-nav.is-open {
        display: block;
    }

    .header-row {
        display: flex;
        flex-wrap: wrap;
        min-height: 0;
        padding-top: 14px;
        padding-bottom: 14px;
        row-gap: 14px;
    }

    .brand {
        order: 1;
        width: 100%;
        justify-content: center;
    }

    .nav-toggle {
        order: 2;
    }

    .booksy-btn {
        order: 3;
    }

    .brand-logo {
        width: auto;
        max-width: min(240px, 68vw);
        max-height: 88px;
    }

    .primary-nav ul {
        flex-direction: column;
        gap: 10px;
    }
}
