/*
  style-posh-A-clinical-premium.css
  Wariant A — kliniczny premium (bezpieczny / autorytet / quiet luxury clinic)
  Ładuj PO style.css i PO style-posh-phase1.css
*/

:root {
  --bg: #F3F0E9;
  --panel: rgba(255,255,255,.84);
  --text: #121819;
  --muted: #51605F;

  --accent: #123C38;
  --accent-2: #0C2E2A;

  --border: rgba(18, 24, 24, 0.10);
  --border-strong: rgba(18, 24, 24, 0.16);

  --shadow: 0 10px 28px rgba(14, 20, 20, 0.06);
  --shadow-soft: 0 16px 34px rgba(14, 20, 20, 0.07);
  --shadow-strong: 0 22px 44px rgba(12, 18, 18, 0.10);

  --radius: 18px;
  --radius-sm: 14px;
}

html {
  background:
    radial-gradient(900px 460px at 0% -8%, rgba(190, 178, 162, 0.12), transparent 62%),
    radial-gradient(760px 420px at 100% 0%, rgba(18, 60, 56, 0.05), transparent 60%),
    var(--bg);
}

body {
  letter-spacing: 0;
}

/* Typografia: więcej autorytetu, mniej „appowości” */
h1 {
  font-size: clamp(1.72rem, 2.65vw, 2.34rem);
  line-height: 1.16;
  letter-spacing: -0.022em;
}

h2 {
  font-size: clamp(1.28rem, 1.35vw, 1.48rem);
  letter-spacing: -0.018em;
}

.h3,
.card-title {
  letter-spacing: -0.012em;
}

.hero h1 .h1-main {
  font-weight: 720;
}

.hero h1 .h1-sub {
  font-weight: 580;
  color: rgba(18, 24, 25, 0.88);
}

.kicker {
  letter-spacing: 0.01em;
  color: #5C6766;
}

.lead {
  color: #4E5958;
  max-width: 62ch;
}

/* Header: bardziej „instytucjonalny premium” */
.site-header {
  background:
    linear-gradient(to bottom, rgba(247, 244, 237, 0.93), rgba(247, 244, 237, 0.82));
  border-bottom-color: rgba(18, 24, 24, 0.07);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.40) inset,
    0 10px 26px rgba(14, 20, 20, 0.04);
  backdrop-filter: saturate(1.06) blur(14px);
}

.header-inner {
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
}

.brand.site-brand img.brand-logo {
  filter: contrast(1.02) saturate(0.95);
}

.site-nav {
  border-color: var(--border-strong);
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(249,247,242,.95));
}

.site-nav a {
  border-radius: 12px;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.site-nav a:hover {
  background: rgba(18, 60, 56, 0.045);
  border-color: rgba(18, 60, 56, 0.08);
}

.site-nav .nav-cta {
  background: linear-gradient(180deg, rgba(18,60,56,.065), rgba(18,60,56,.095));
  border-color: rgba(18,60,56,.18);
}

/* Sekcje: luksusowy rytm bez zmiany layoutu */
.section {
  padding-top: clamp(2.35rem, 4.2vw, 3.1rem);
  padding-bottom: clamp(2.35rem, 4.2vw, 3.1rem);
}

.hero {
  padding-top: clamp(2.4rem, 4.6vw, 3.35rem);
  padding-bottom: clamp(2.2rem, 4.1vw, 3rem);
}

.section.alt {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.46), rgba(255,255,255,0.30)),
    radial-gradient(760px 260px at 0% 0%, rgba(194, 176, 157, 0.07), transparent 70%),
    radial-gradient(660px 240px at 100% 0%, rgba(18, 60, 56, 0.03), transparent 72%);
}

/* Karty / kafle — spokojna elegancja */
.card,
.tile,
.note,
.map-figure,
.noscript {
  border-color: rgba(18, 24, 24, 0.09);
  background: linear-gradient(180deg, rgba(255,255,255,.87), rgba(255,255,255,.76));
  box-shadow: var(--shadow);
}

.card.soft {
  background: linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.64));
}

.card.highlight {
  background:
    linear-gradient(180deg, rgba(18,60,56,.05), rgba(18,60,56,.075)),
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.75));
  border-color: rgba(18,60,56,.16);
  position: relative;
  overflow: hidden;
}

.card.highlight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(18,60,56,.85), rgba(18,60,56,.32));
}

.tile {
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .tile:hover,
  .card:hover,
  .map-figure:hover {
    box-shadow: var(--shadow-soft);
  }

  .tile:hover {
    transform: translateY(-1px);
    border-color: rgba(18,24,24,.12);
  }
}

/* Zdjęcia: bardziej gallery/portrait premium, nadal naturalnie */
.photo-frame {
  position: relative;
  border-color: rgba(18, 24, 24, 0.10);
  background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(246,243,237,.78));
  box-shadow: var(--shadow-strong);
}

.photo-frame::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: calc(var(--radius) - 9px);
  border: 1px solid rgba(255,255,255,.48);
  pointer-events: none;
}

.hero-photo .photo-frame > img,
#o-mnie .photo-frame img {
  filter: contrast(1.015) saturate(0.95);
}

/* Hero: lepsza hierarchia i „premium block” */
.hero-copy {
  gap: 0;
}

.pill-row {
  gap: 0.5rem;
  margin-top: 1rem;
}

.pill {
  padding: 0.38rem 0.62rem;
  border-color: rgba(18,24,24,.09);
  background: rgba(255,255,255,.76);
  color: rgba(18,24,24,.90);
  box-shadow: 0 1px 0 rgba(255,255,255,.55) inset;
}

.pill-accent {
  background: rgba(18,60,56,.06);
  border-color: rgba(18,60,56,.16);
  color: #123B37;
}

.cta-row {
  gap: 0.7rem;
  margin-top: 1.35rem;
}

.button {
  border-color: rgba(18,24,24,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.70));
  box-shadow: 0 6px 18px rgba(14,20,20,.05);
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background-color 140ms ease;
}

.button:hover {
  border-color: rgba(18,24,24,.14);
  box-shadow: 0 10px 24px rgba(14,20,20,.07);
}

.button.primary {
  background: linear-gradient(180deg, #154743 0%, #103935 100%);
  border-color: rgba(12, 42, 38, 0.30);
  box-shadow:
    0 10px 22px rgba(18,60,56,.16),
    inset 0 1px 0 rgba(255,255,255,.10);
}

.button.primary:hover {
  background: linear-gradient(180deg, #13423E 0%, #0E312D 100%);
  box-shadow:
    0 12px 26px rgba(18,60,56,.20),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.button.subtle {
  background: rgba(255,255,255,.32);
}

@media (hover: hover) and (pointer: fine) {
  .button:hover { transform: translateY(-1px); }
}

/* Hero quick card — „concierge summary” */
.hero-quick .card {
  border-color: rgba(18,24,24,.09);
  background:
    linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.77));
  box-shadow: 0 12px 28px rgba(14,20,20,.06);
}

.hero-quick .card-title {
  margin-bottom: 0.9rem;
}

.hero-quick .divider {
  border-top-color: rgba(18,24,24,.08);
}

.hero-quick .quick-meta li {
  color: #536160;
}

/* Contact / formularz: bardziej „wysoki standard” */
label {
  color: #192021;
}

input,
textarea {
  background: rgba(255,255,255,.92);
  border-color: rgba(18,24,24,.11);
  box-shadow: 0 1px 0 rgba(255,255,255,.65) inset;
}

input:hover,
textarea:hover {
  border-color: rgba(18,24,24,.16);
}

/* Cennik */
.price-list li {
  background: linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.64));
  border-color: rgba(18,24,24,.09);
}

/* Footer */
.site-footer {
  border-top-color: rgba(18,24,24,.08);
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.22));
}

/* Desktop polish */
@media (min-width: 860px) {
  .hero-grid {
    gap: clamp(1.4rem, 2vw, 2rem);
    grid-template-columns: 0.92fr 1.08fr;
  }

  .hero-copy {
    padding-top: 0.1rem;
  }

  .hero-quick {
    margin-top: 0.15rem;
  }
}

@media (min-width: 1040px) {
  .about-grid {
    column-gap: 1.25rem;
  }

  .about-cards {
    gap: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .tile,
  .card,
  .map-figure,
  .site-nav a { transition: none !important; }
}
