/* --- czcionki zastepcze o zblizonych metrykach: mniejsze przeskoki przy podmianie --- */
@font-face {
  font-family: "Cormorant Fallback";
  src: local("Georgia"), local("Times New Roman"), local("Times");
  size-adjust: 92%;
  ascent-override: 95%;
  descent-override: 26%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Mulish Fallback";
  src: local("Segoe UI"), local("Helvetica Neue"), local("Arial"), local("Liberation Sans");
  size-adjust: 99%;
  ascent-override: 97%;
  descent-override: 25%;
  line-gap-override: 0%;
}
:root {
  --paper: #F5F0EC;
  --paper-2: #ECE4D9;
  --ink: #3F362F;
  --ink-soft: #6E6258;
  --sage: #94A07C;
  --sage-deep: #6F7B57;
  --sand: #C8B79C;
  --brown: #8C7259;
  --line: #E2D9CB;
  --white: #FBF8F3;
  --danger: #763e3e;
  --shadow: 0 12px 34px rgb(63 54 47 / 9%);
  --radius: 16px;
  --brown-deep: #6E5A47;
  --max: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Mulish, Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--sage-deep); text-underline-offset: .18em; }
a:hover { color: var(--brown); }
h1, h2, h3 {
  color: var(--brown);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  line-height: 1.1;
  margin-top: 0;
}
h1 { font-size: clamp(2.55rem, 7vw, 4.7rem); letter-spacing: -.02em; }
h2 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: .7em; }
h3 { font-size: 1.55rem; margin-bottom: .45em; }
p, ul { margin-top: 0; }
:focus-visible { outline: 3px solid #1f5f59; outline-offset: 4px; border-radius: 4px; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  transform: translateY(-180%);
  background: var(--ink);
  color: white;
  border-radius: 8px;
}
.skip-link:focus { transform: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgb(245 240 236 / 86%);
  backdrop-filter: saturate(140%) blur(10px);
}
.nav { min-height: 72px; display: flex; align-items: center; flex-wrap: nowrap; gap: 28px; }
.brand { flex: 0 0 auto; }
.nav-links { flex: 0 1 auto; min-width: 0; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--brown); text-decoration: none; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-name { font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-size: 1.35rem; font-weight: 600; letter-spacing: .02em; line-height: 1.05; white-space: nowrap; }
.brand-tag { margin-top: 2px; color: var(--sage-deep); font-family: "Mulish", "Mulish Fallback", sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.nav-links > a { color: var(--ink-soft); font-size: 14.5px; font-weight: 400; letter-spacing: .01em; text-decoration: none; transition: color .2s; }
.nav-links > a:hover { color: var(--ink); }
.nav-links > a.button { color: white; }
.nav-links > a.button:hover { color: white; }
.language-switcher { display: flex; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); margin-left: 4px; }
.language-switcher a { padding: 5px 10px; border-radius: 999px; color: var(--ink-soft); font-family: "Mulish", "Mulish Fallback", sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .05em; text-decoration: none; transition: .2s; }
.language-switcher a[aria-current="page"] { background: var(--sage-deep); color: white; }
.menu-button { display: none; margin-left: auto; min-width: 44px; min-height: 44px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); font-size: 1.25rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  border: 1px solid var(--sage-deep);
  border-radius: 999px;
  background: var(--sage-deep);
  color: white;
  cursor: pointer;
  font: inherit;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: transform .18s ease, background .2s, opacity .2s;
}
.button:hover { transform: translateY(-1px); opacity: .93; }
.nav-links > a.button { padding: 10px 20px; }
.button:hover { background: var(--brown); border-color: var(--brown); color: white; transform: translateY(-1px); }
.button.secondary { background: transparent; color: var(--sage-deep); }
.button.secondary:hover { background: var(--white); color: var(--brown); }
.hero { padding: clamp(64px, 10vw, 112px) 0 76px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(36px, 7vw, 86px); }
.eyebrow { color: var(--sage-deep); font-family: "Mulish", "Mulish Fallback", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin: .3em 0; font-size: clamp(40px, 5.6vw, 68px); font-weight: 600; line-height: 1.06; }
.hero h1 em { font-style: italic; color: var(--sage-deep); }
.lead { max-width: 63ch; color: var(--ink-soft); font-size: clamp(1.08rem, 2.2vw, 1.28rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-top: 34px; color: var(--ink-soft); font-size: .85rem; }
.hero-facts strong { display: block; color: var(--sage-deep); letter-spacing: .05em; }
.logo-lockup { display: grid; justify-items: center; text-align: center; }
.logo-lockup img { width: min(280px, 70vw); aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 16px 24px rgb(120 95 74 / 14%)); }
.logo-lockup strong { color: var(--brown); font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-weight: 600; font-size: clamp(1.5rem, 3vw, 2.1rem); letter-spacing: .01em; text-transform: none; }
.logo-lockup span { margin-top: 6px; color: var(--sage-deep); font-family: "Mulish", "Mulish Fallback", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.band { padding: 72px 0; background: var(--paper-2); }
.section { padding: 78px 0; }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading h2 { margin: .22em 0; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card {
  height: 100%;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 1px 2px rgb(63 54 47 / 3%);
}
.card:hover { box-shadow: var(--shadow); }
.card p, .card li { color: var(--ink-soft); font-size: .94rem; }
.card-link { display: block; height: 100%; color: inherit; text-decoration: none; }
.card-link:hover h3 { color: var(--sage-deep); }
.portrait-card { overflow: hidden; padding: 0; }
.portrait-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 18%; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 64px; align-items: start; }
.prose { max-width: 760px; }
.prose > section { margin: 0 0 48px; }
.prose p, .prose li { color: var(--ink-soft); }
.prose li + li { margin-top: 8px; }
.sidebar { position: sticky; top: 96px; }
.sidebar .card + .card { margin-top: 18px; }
.sidebar ul { padding-left: 20px; }
.breadcrumbs { padding-top: 28px; color: var(--ink-soft); font-size: .82rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 7px; color: var(--sand); }
.page-hero { padding: 46px 0 54px; }
.page-hero h1 { max-width: 900px; margin: .25em 0; font-size: clamp(2.4rem, 6vw, 4rem); }
.page-hero .lead { max-width: 760px; }
.notice { padding: 18px 20px; border-left: 4px solid var(--sage-deep); border-radius: 0 12px 12px 0; background: var(--paper-2); }
.notice.critical { border-left-color: var(--danger); }
.price-card { display: flex; flex-direction: column; }
.price-card .duration { color: var(--sage-deep); font-family: "Mulish", "Mulish Fallback", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.price-card .amount { margin: .3em 0; color: var(--brown); font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-size: 2.35rem; }
.price-card ul { flex: 1; padding-left: 20px; }
.price-card .button { margin-top: auto; }
.faq-list details { border-top: 1px solid var(--line); padding: 17px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; color: var(--brown); font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-size: 1.25rem; font-weight: 700; }
.faq-list details p { margin: 12px 0 0; }
.article-meta { display: flex; flex-wrap: wrap; gap: 9px 22px; margin: 18px 0 34px; color: var(--ink-soft); font-size: .85rem; }
.draft-badge { display: inline-block; padding: 4px 9px; border-radius: 999px; background: #efe3c6; color: #5c4928; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.references { padding-left: 20px; overflow-wrap: anywhere; }
.author-box { display: grid; grid-template-columns: 72px 1fr; align-items: center; gap: 18px; margin-top: 50px; }
.author-box img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; object-position: top; }
.booking-shell { min-height: 240px; margin-top: 28px; }
.booking-placeholder { padding: 34px; border: 1px dashed var(--sage); border-radius: var(--radius); background: var(--white); text-align: center; }
.booking-placeholder p { max-width: 620px; margin-inline: auto; color: var(--ink-soft); }
.booking-status { margin-top: 14px; color: var(--ink-soft); }
.site-footer { margin-top: 64px; padding: 58px 0 24px; background: var(--ink); color: #e8dfd3; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; }
.site-footer h2, .site-footer h3 { color: #fffaf2; }
.site-footer h2 { font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-size: 1.75rem; font-weight: 600; letter-spacing: .01em; }
.site-footer h3 { font-family: "Mulish", "Mulish Fallback", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: #cbbfae; margin-bottom: 14px; }
.site-footer a { color: #e8dfd3; font-weight: 400; text-decoration: none; }
.site-footer li a { font-size: .95rem; line-height: 1.6; }
.site-footer li a:hover { color: #fffaf2; text-decoration: underline; }
.site-footer p { color: #c9bdae; font-size: .92rem; line-height: 1.6; }
.site-footer ul { padding: 0; list-style: none; }
.site-footer li + li { margin-top: 9px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 38px; padding-top: 20px; border-top: 1px solid #5b5047; color: #bfb3a5; font-size: .84rem; }
.footer-bottom a { color: #efe6d9; font-size: .88rem; font-weight: 500; letter-spacing: .02em; }

@media (max-width: 1100px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-button { display: inline-grid; place-items: center; }
  .nav-links {
    position: absolute;
    inset: 72px 0 auto;
    display: none;
    align-items: stretch;
    padding: 22px max(20px, calc((100vw - var(--max)) / 2));
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
  }
  .nav-links[data-open="true"] { display: grid; }
  .nav-links > a { padding: 8px 0; font-size: 1rem; }
  .language-switcher { justify-self: start; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .wrap { width: min(var(--max), calc(100% - 28px)); }
  .hero-grid, .content-layout, .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .hero-grid { text-align: center; }
  .hero-grid .actions, .hero-facts { justify-content: center; }
  .logo-lockup { order: -1; }
  .logo-lockup img { width: 190px; }
  .sidebar { position: static; }
  .section, .band { padding: 56px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
  .brand-tag { display: block; }
  .grid-4 { grid-template-columns: 1fr; }
  .actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

.brand-copy { display: grid; justify-items: start; }
.brand-orn { display: block; position: relative; width: 100%; height: 7px; margin: 3px 0 1px; }
.brand-orn::before { content: ""; position: absolute; top: 3px; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--sand) 18%, var(--sand) 82%, transparent); }
.brand-orn::after { content: ""; position: absolute; top: 1px; left: 50%; width: 5px; height: 5px; margin-left: -2.5px; background: var(--sage-deep); transform: rotate(45deg); }
.lockup-orn { display: block; position: relative; width: min(230px, 60vw); height: 9px; margin: 10px auto 2px; }
.lockup-orn::before { content: ""; position: absolute; top: 4px; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--sand) 15%, var(--sand) 85%, transparent); }
.lockup-orn::after { content: ""; position: absolute; top: 1px; left: 50%; width: 7px; height: 7px; margin-left: -3.5px; background: var(--sage-deep); transform: rotate(45deg); }

/* --- 3) kafelki obszarow: nasz design (numer + 4 kolumny) --- */
.grid-3 { grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1080px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .grid-3 { grid-template-columns: 1fr; } }
.area-card { display: block; padding: 28px 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.area-card:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgb(120 95 74 / 10%); }
.area-card .num { display: block; font-family: "Mulish", "Mulish Fallback", sans-serif; color: var(--sage-deep); font-size: 13px; font-weight: 600; letter-spacing: .1em; }
.area-card h3 { margin: 13px 0 10px; font-size: 21px; font-weight: 600; line-height: 1.25; color: var(--brown-deep); }
.area-card p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }

.site-footer .notice { background: rgb(148 160 124 / 12%); border-left-color: var(--sage); color: #e8dfd3; }
.site-footer .notice h3 { margin-bottom: 8px; color: #fffaf2; }
.site-footer .notice p { color: #d8ccbc; }

@media (max-width: 1280px) and (min-width: 1101px) {
  .nav { gap: 18px; }
  .nav-links { gap: 18px; }
  .nav-links > a { font-size: 13.5px; }
  .brand-name { font-size: 1.2rem; }
  .brand-orn, .brand-tag { display: none; }
  .nav-links > a.button { padding: 9px 16px; font-size: 13.5px; }
}



.footer-social { margin-top: 42px; padding-top: 30px; border-top: 1px solid #5b5047; text-align: center; }
.ig-cta { display: inline-flex; align-items: center; gap: 12px; padding: 13px 26px; border: 1px solid rgb(232 223 211 / 35%); border-radius: 999px; background: rgb(148 160 124 / 14%); color: #fffaf2; text-decoration: none; transition: background .2s, transform .18s ease, border-color .2s; }
.ig-cta:hover { background: var(--sage-deep); border-color: var(--sage-deep); transform: translateY(-1px); }
.ig-cta svg { flex: none; }
.ig-handle { font-family: "Mulish", "Mulish Fallback", sans-serif; font-size: 1.05rem; font-weight: 600; letter-spacing: .02em; }
.ig-note { margin: 12px 0 0; color: #bfb3a5; font-size: .86rem; }
.footer-bottom { justify-content: center; text-align: center; border-top: 0; margin-top: 22px; padding-top: 0; }

.ig-band { text-align: center; }
.ig-band .wrap { max-width: 720px; }
.ig-band h2 { margin: 8px 0 12px; }
.ig-lead { margin: 0 auto 22px; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.7; }
.ig-band .ig-cta { color: white; background: var(--sage-deep); border-color: var(--sage-deep); }
.ig-band .ig-cta:hover { background: var(--brown); border-color: var(--brown); }

.article-cover { margin: 0 0 22px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--paper-2); }
.article-cover svg { display: block; width: 100%; height: auto; }
.card-cover { margin: -4px 0 16px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--paper-2); }
.card-cover svg { display: block; width: 100%; height: auto; }
.article-card h2 { font-size: 1.35rem; margin-bottom: 8px; }
.article-sign { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); text-align: right; }
.sign-name { display: block; font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-style: italic; font-size: 27px; color: var(--brown); line-height: 1.1; }
.sign-role { display: block; margin-top: 5px; font-family: "Mulish", "Mulish Fallback", sans-serif; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; color: var(--ink-soft); }


/* --- cennik: nasz oryginalny design --- */
.price-card { display: flex; flex-direction: column; padding: 26px 24px; border-radius: 16px; background: var(--white); border: 1px solid var(--line); }
.price-card h2, .price-card h3 { margin: 0 0 6px; font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-weight: 600; font-size: 20px; line-height: 1.25; color: var(--brown); }
.price-card .dur { font-family: "Mulish", "Mulish Fallback", sans-serif; font-size: 12.5px; color: var(--sage-deep); letter-spacing: .06em; }
.price-card .dur-bar { height: 5px; border-radius: 99px; background: var(--paper-2); margin: 14px 0 18px; overflow: hidden; }
.price-card .dur-bar i { display: block; height: 100%; background: var(--sage); border-radius: 99px; }
.price-card ul { list-style: none; margin: 0 0 20px; padding: 0; font-size: 14.5px; line-height: 1.65; color: var(--ink-soft); }
.price-card li { margin-bottom: 7px; }
.price-card .extra-desc { margin: 0 0 18px; font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); }
.price-card .amount { margin: auto 0 16px; font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-weight: 600; font-size: 34px; line-height: 1; color: var(--brown); }
.price-card .button { width: 100%; }
.grid-4 { gap: 16px; }

.price-card { position: relative; }
.price-card .tag { position: absolute; top: -11px; left: 24px; background: var(--sage); color: var(--white); font-family: "Mulish", "Mulish Fallback", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .08em; padding: 4px 11px; border-radius: 99px; }
.price-card.feature { border-color: var(--sage); box-shadow: 0 0 0 1px var(--sage); }
.price-card .button.secondary { background: transparent; color: var(--ink); border-color: var(--line); }
.price-card .button.secondary:hover { border-color: var(--ink); }
.grid-4 { margin-top: 14px; }

.button.beige { background: #C0AD91; border-color: #B29C7D; color: var(--ink); font-weight: 500; }
.button.beige:hover { background: #B29C7D; border-color: #A48D6D; color: var(--ink); }

/* --- cennik: wyrazniejsze tytuly i podpisy --- */
.price-card h2, .price-card h3 { font-size: 23px; font-weight: 600; color: var(--brown-deep); letter-spacing: .005em; margin-bottom: 7px; }
.price-card .dur { display: block; font-size: 13px; font-weight: 600; color: var(--sage-deep); letter-spacing: .04em; }
.price-card .amount { font-size: 36px; }

/* --- cennik: proporcje naglowkow i mocniejsze kafelki --- */
.page-pricing .page-hero h1 { font-size: clamp(2.1rem, 4.2vw, 3.05rem); }
.page-pricing .page-hero { padding: 44px 0 34px; }
.page-pricing .section { padding: 40px 0 70px; }
.page-pricing .section-heading { margin-bottom: 24px; }
.page-pricing .section-heading h2 { font-size: clamp(1.6rem, 2.8vw, 2.1rem); color: var(--brown); }
.page-pricing .lead { font-size: 1.05rem; }

.price-card { padding: 30px 26px 26px; border: 1px solid var(--sand); box-shadow: 0 2px 10px rgb(120 95 74 / 6%); }
.price-card:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgb(120 95 74 / 12%); }
.price-card h2, .price-card h3 { font-size: 25px; line-height: 1.2; }
.price-card .title-rule { display: block; width: 34px; height: 2px; margin: 10px 0 12px; background: var(--sage); border-radius: 2px; }
.price-card .dur { font-size: 12.5px; letter-spacing: .07em; text-transform: uppercase; }
.price-card.feature { box-shadow: 0 0 0 2px var(--sage), 0 18px 34px rgb(120 95 74 / 10%); }

/* --- poprawki dostepnosci (WCAG AA) --- */
:root { --sage-text: #636E4C; --sage-badge: #657049; }
/* 1) plakietki: ciemniejsze tlo -> bialy tekst 5.0:1 */
.price-card .tag { background: var(--sage-badge); }
/* 2) drobny tekst szalwiowy: 4.8:1 zamiast 3.99:1 */
.eyebrow, .brand-tag, .logo-lockup span, .price-card .dur, .area-card .num { color: var(--sage-text); }
/* 3) przyciski: pelny cel dotykowy 46px */
.button { min-height: 46px; }
.nav-links > a.button { min-height: 42px; }
@media (max-width: 1100px) { .nav-links > a { padding: 12px 0; min-height: 44px; display: flex; align-items: center; } }

/* --- pasek wiarygodnosci --- */
.credentials { padding: 26px 0 6px; }
.credentials ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 22px 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credentials li { text-align: center; }
.credentials strong { display: block; font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-size: 1.7rem; font-weight: 600; color: var(--brown); line-height: 1.1; }
.credentials span { display: block; margin-top: 5px; font-size: .87rem; line-height: 1.45; color: var(--ink-soft); }
@media (max-width: 760px) { .credentials ul { grid-template-columns: repeat(2, 1fr); gap: 22px; } }

/* --- osoba przy kontakcie i rezerwacji --- */
.contact-person { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.person-photo img, .person-photo picture { display: block; width: 118px; height: 118px; object-fit: cover; border-radius: 50%; border: 1px solid var(--line); }
.person-name { margin: 0; font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-size: 1.35rem; font-weight: 600; color: var(--brown); }
.person-role { margin: 2px 0 12px; font-family: "Mulish", "Mulish Fallback", sans-serif; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--sage-text); }
.booking-person { align-self: start; padding: 26px 24px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; text-align: center; }
.booking-person .person-photo img { margin: 0 auto 14px; width: 128px; height: 128px; }
.person-facts { margin: 16px 0 0; padding: 16px 0 0; list-style: none; border-top: 1px solid var(--line); text-align: left; }
.person-facts li { margin-bottom: 8px; font-size: .9rem; color: var(--ink-soft); line-height: 1.5; }
.person-facts strong { color: var(--brown); }

/* --- opinie --- */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr; } }
.review { margin: 0; padding: 26px 24px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.review blockquote { margin: 0; }
.review blockquote p { margin: 0; font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-size: 1.2rem; line-height: 1.55; color: var(--ink); }
.review figcaption { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); font-size: .92rem; color: var(--brown); }
.review figcaption span { display: block; margin-top: 3px; font-family: "Mulish", "Mulish Fallback", sans-serif; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--sage-text); }
.reviews-note { margin: 20px 0 0; font-size: .84rem; line-height: 1.55; color: var(--ink-soft); }

/* --- strony tekstowe: lepsze proporcje i rytm --- */
.page-hero h1 { font-size: clamp(2rem, 3.8vw, 2.85rem); line-height: 1.15; }
.page-hero .lead { font-size: 1.08rem; line-height: 1.7; color: var(--ink-soft); }
.prose > section { margin: 0 0 40px; padding-bottom: 36px; border-bottom: 1px solid var(--line); }
.prose > section:last-child { border-bottom: 0; padding-bottom: 0; }
.prose h2 { margin: 0 0 16px; font-size: clamp(1.4rem, 2.2vw, 1.75rem); font-weight: 600; color: var(--brown); }
.prose h2::after { content: ""; display: block; width: 34px; height: 2px; margin-top: 12px; background: var(--sage); border-radius: 2px; }
.prose p { margin: 0 0 16px; font-size: 1.02rem; line-height: 1.78; color: var(--ink); }
.prose p:last-child { margin-bottom: 0; }
.prose section > p:first-of-type { color: var(--ink); }
.content-layout { gap: 56px; }

/* --- zdjecia okragle: kadr na twarz --- */
.person-photo img { object-position: 50% 15%; }
.person-photo picture { display: block; }

/* --- zdjecie na stronie "O mnie" --- */
.about-photo { float: right; width: 232px; margin: 0 0 24px 32px; }
.about-photo img { display: block; width: 100%; height: auto; border-radius: 14px; border: 1px solid var(--line); }
.about-photo figcaption { margin-top: 10px; font-family: "Mulish", "Mulish Fallback", sans-serif; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--sage-text); line-height: 1.5; text-align: center; }
@media (max-width: 640px) { .about-photo { float: none; width: 100%; max-width: 300px; margin: 0 auto 28px; } }

/* --- credo na stronie glownej --- */
.credo { margin: 22px 0 0; padding: 0 0 0 22px; border-left: 2px solid var(--sage); }
.credo p { margin: 0; font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-style: italic; font-size: 1.28rem; line-height: 1.55; color: var(--brown-deep); }

/* --- zdjecie w panelu bocznym (strona "O mnie") --- */
.photo-card { padding: 0; overflow: hidden; text-align: center; }
.photo-card img { display: block; width: 100%; height: auto; }
.photo-name { margin: 16px 20px 0; font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-size: 1.22rem; font-weight: 600; color: var(--brown); }
.photo-role { margin: 3px 20px 18px; font-family: "Mulish", "Mulish Fallback", sans-serif; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--sage-text); }

/* --- credo: wyrazniejsze --- */
.credo { position: relative; margin: 26px 0 0; padding: 26px 28px 24px 30px; background: var(--white); border: 1px solid var(--sand); border-left: 3px solid var(--sage-deep); border-radius: 14px; box-shadow: 0 2px 12px rgb(120 95 74 / 7%); }
.credo::before { content: "\201C"; position: absolute; top: 2px; left: 14px; font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-size: 3.4rem; line-height: 1; color: var(--sand); }
.credo p { margin: 0; font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-style: italic; font-size: 1.34rem; line-height: 1.6; color: var(--brown-deep); }

/* --- hero "O mnie" ze zdjeciem --- */
.hero-with-photo { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; align-items: center; }
.hero-portrait { margin: 0; }
.hero-portrait img { display: block; width: 100%; height: auto; border-radius: 16px; border: 1px solid var(--line); box-shadow: 0 10px 30px rgb(120 95 74 / 10%); }
.hero-portrait figcaption { margin-top: 12px; text-align: center; font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-size: 1.15rem; color: var(--brown); }
.hero-portrait figcaption span { display: block; margin-top: 3px; font-family: "Mulish", "Mulish Fallback", sans-serif; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--sage-text); }
@media (max-width: 860px) { .hero-with-photo { grid-template-columns: 1fr; gap: 28px; } .hero-portrait { max-width: 280px; margin: 0 auto; } }
.prose > .credo { margin: 0 0 36px; }

/* --- cytat: domkniety cudzyslow --- */
.credo { padding-bottom: 34px; }
.credo::after { content: "\201D"; position: absolute; right: 18px; bottom: -14px; font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-size: 3.4rem; line-height: 1; color: var(--sand); }
.hero-with-photo .credo { margin: 22px 0 0; font-size: .96em; }
.hero-with-photo .credo p { font-size: 1.22rem; }

/* --- stopka: dwa przyciski spolecznosciowe --- */
.footer-social { display: flex; flex-direction: column; align-items: center; gap: 0; }
.footer-social .ig-cta { margin: 0 6px 10px; }
.footer-social > a { display: inline-flex; }
.footer-social { flex-flow: row wrap; justify-content: center; }
.footer-social .ig-note { flex: 1 0 100%; margin-top: 6px; }
.spotify-cta:hover { background: #1DB954; border-color: #1DB954; color: #0d2b17; }

/* --- menu: wyrazne podswietlenie po najechaniu --- */
.nav-links { gap: 14px; }
.nav-links > a:not(.button) {
  padding: 8px 13px;
  border-radius: 999px;
  transition: color .18s ease, background .18s ease;
}
.nav-links > a:not(.button):hover,
.nav-links > a:not(.button):focus-visible {
  color: var(--white);
  background: var(--sage-deep);
  outline: none;
}
/* strona, na ktorej jestes */
.nav-links > a:not(.button)[aria-current="page"] {
  color: var(--sage-deep);
  background: rgb(148 160 124 / 18%);
  font-weight: 600;
}
.nav-links > a:not(.button)[aria-current="page"]:hover { color: var(--white); background: var(--sage-deep); }

/* przelacznik jezyka */
.language-switcher a:hover, .language-switcher a:focus-visible { background: rgb(148 160 124 / 20%); color: var(--sage-deep); outline: none; }
.language-switcher a[aria-current="page"]:hover { background: var(--sage-deep); color: var(--white); }

/* menu mobilne: pelna szerokosc pigulki */
@media (max-width: 1100px) {
  .nav-links > a:not(.button) { padding: 12px 14px; border-radius: 10px; }
}
@media (max-width: 1280px) and (min-width: 1101px) {
  .nav-links { gap: 8px; }
  .nav-links > a:not(.button) { padding: 7px 10px; }
}

/* --- przyciski "Strefa pacjenta": konturowe, szalwiowe --- */
.button.beige {
  background: transparent;
  border: 1.5px solid var(--sage);
  color: var(--sage-text);
  font-weight: 600;
}
.button.beige:hover, .button.beige:focus-visible {
  background: var(--sage-deep);
  border-color: var(--sage-deep);
  color: var(--white);
  outline: none;
}

/* --- WARIANT B: delikatne szalwiowe wypelnienie --- */
.button.beige {
  background: #E7EAE0;
  border: 1px solid #D5DBC9;
  color: #4F5940;
  font-weight: 600;
}
.button.beige:hover, .button.beige:focus-visible {
  background: var(--sage-deep);
  border-color: var(--sage-deep);
  color: var(--white);
  outline: none;
}

/* --- strona "O mnie": wieksza czcionka tekstu i cytatu --- */
.page-hero .lead { font-size: 1.2rem; line-height: 1.65; }
.prose p { font-size: 1.12rem; line-height: 1.8; }
.prose h2 { font-size: clamp(1.5rem, 2.4vw, 1.9rem); }
.credo p { font-size: 1.4rem; line-height: 1.55; }
.hero-with-photo .credo { padding: 28px 30px 36px 32px; }
@media (max-width: 640px) {
  .prose p { font-size: 1.06rem; }
  .credo p { font-size: 1.24rem; }
}

/* --- strona rezerwacji: kalendarz obok karty --- */
.booking-section { padding-top: 26px; }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 40px; align-items: start; }
@media (max-width: 980px) { .booking-layout { grid-template-columns: 1fr; gap: 30px; } .booking-person { max-width: 420px; margin: 0 auto; } }
.booking-shell { min-width: 0; }
.booking-calendar { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.booking-calendar [data-booking-target] { min-height: 320px; }
.booking-status { margin: 0 0 12px; font-size: .92rem; color: var(--ink-soft); }
.booking-external { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--line); font-size: .8rem; line-height: 1.55; color: var(--ink-soft); }
.booking-person { position: sticky; top: 96px; }

/* --- kroki rezerwacji --- */
.booking-info { padding-top: 10px; }
.booking-steps { counter-reset: step; list-style: none; margin: 0 0 34px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 860px) { .booking-steps { grid-template-columns: 1fr; } }
.booking-steps li { counter-increment: step; position: relative; padding: 26px 24px 24px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.booking-steps li::before { content: counter(step, decimal-leading-zero); display: block; margin-bottom: 10px; font-family: "Mulish", sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .1em; color: var(--sage-text); }
.booking-steps strong { display: block; margin-bottom: 8px; font-family: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif; font-size: 1.32rem; font-weight: 600; color: var(--brown-deep); }
.booking-steps span { color: var(--ink-soft); font-size: 1rem; line-height: 1.65; }
.booking-notes { margin-bottom: 30px; }

/* --- karta z doswiadczeniem: poprawione proporcje --- */
.booking-person { padding: 0 0 22px; overflow: hidden; }
.booking-person .person-photo { margin: 0 0 16px; }
.booking-person .person-photo img,
.booking-person .person-photo picture { display: block; width: 100%; height: auto; max-width: 100%; margin: 0; border-radius: 0; border: 0; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 12%; }
.booking-person .person-name { margin: 0 22px 2px; font-size: 1.28rem; line-height: 1.25; }
.booking-person .person-role { margin: 0 22px 16px; }
.booking-person .person-facts { margin: 0 22px; padding-top: 16px; }
.booking-person .person-facts li { display: flex; gap: 8px; align-items: baseline; margin-bottom: 10px; font-size: .92rem; line-height: 1.5; }
.booking-person .person-facts strong { flex: none; }
