/* Yoga na Twarzach: landingi kampanii. Estetyka Atelier (jak landing Beauty Calendar):
   ciepły beż, róż, szeryfowe nagłówki, łuki, dużo powietrza. Mobile first, ruch z reklam Meta. */
:root {
  --paper: #fbf8f5;
  --stone: #f1ebe5;
  --line: #e4dad2;
  --ink: #2b2226;
  --ink-soft: #5d5055;
  --rose: #8f545c;
  --rose-deep: #6f3f47;
  --rose-soft: #ead9d8;
  --gold: #b08d57;
  --radius: 22px;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: var(--rose-deep); }
.wrap { width: min(1080px, 100% - 40px); margin-inline: auto; }
.narrow { width: min(760px, 100% - 40px); margin-inline: auto; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.12; margin: 0 0 16px; letter-spacing: -0.005em; }
h1 { font-size: clamp(38px, 7.2vw, 64px); }
h2 { font-size: clamp(30px, 5vw, 44px); }
h3 { font-size: 24px; }
p { margin: 0 0 16px; }
.eyebrow { font-size: 12.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rose); margin: 0 0 14px; }
.lead { font-size: clamp(18px, 2.4vw, 20px); color: var(--ink-soft); }
.small { font-size: 13.5px; color: var(--ink-soft); }
section { padding: clamp(56px, 9vw, 104px) 0; }
.stone { background: var(--stone); }

/* nav */
.nav { position: sticky; top: 0; z-index: 20; background: rgba(251, 248, 245, 0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav img { height: 40px; width: auto; mix-blend-mode: multiply; }
.brand { font-family: var(--serif); font-size: 24px; font-weight: 600; color: var(--ink); text-decoration: none; }
.brand em { font-style: italic; color: var(--rose); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; padding: 0 28px; border-radius: 999px; font-weight: 700; font-size: 16px; text-decoration: none; border: 1.5px solid transparent; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.btn--rose { background: var(--rose); color: #fff; box-shadow: 0 14px 30px -14px rgba(111, 63, 71, 0.7); }
.btn--rose:hover { background: var(--rose-deep); transform: translateY(-1px); }
.btn--line { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--sm { min-height: 42px; padding: 0 18px; font-size: 14px; }
.btn-note { display: block; margin-top: 12px; font-size: 13.5px; color: var(--ink-soft); }

/* hero */
.hero { padding: clamp(36px, 6vw, 72px) 0 clamp(48px, 8vw, 96px); }
.hero__grid { display: grid; gap: clamp(32px, 6vw, 72px); align-items: center; }
@media (min-width: 900px) { .hero__grid { grid-template-columns: 1.08fr 0.92fr; } }
.arch { border-radius: 999px 999px 26px 26px; overflow: hidden; background: var(--stone); aspect-ratio: 4 / 5; box-shadow: 0 40px 80px -50px rgba(43, 34, 38, 0.55); }
.arch img { width: 100%; height: 100%; object-fit: cover; }
.hero__media { position: relative; max-width: 440px; margin-inline: auto; width: 100%; }
.hero__chip { position: absolute; left: -8px; bottom: 34px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 12px 16px; font-size: 13.5px; line-height: 1.35; box-shadow: 0 18px 40px -24px rgba(43, 34, 38, 0.5); max-width: 220px; }
.hero__chip strong { display: block; font-family: var(--serif); font-size: 22px; color: var(--rose-deep); }
.trust { display: flex; flex-wrap: wrap; gap: 8px 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.trust li { font-size: 13.5px; padding: 7px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink-soft); }

/* cards */
.grid3 { display: grid; gap: 18px; }
@media (min-width: 800px) { .grid3 { grid-template-columns: repeat(3, 1fr); } }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.card h3 { margin-bottom: 8px; }
.card p { margin: 0; color: var(--ink-soft); font-size: 15.5px; }
.num { font-family: var(--serif); font-size: 54px; line-height: 1; color: var(--rose-deep); margin-bottom: 6px; }

/* method */
.split { display: grid; gap: clamp(28px, 5vw, 64px); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split--rev > :first-child { order: 2; } }
.layers { display: grid; gap: 14px; margin-top: 22px; }
.layer { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; }
.layer span { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--rose-soft); color: var(--rose-deep); font-family: var(--serif); font-size: 22px; font-weight: 600; }
.layer h3 { font-size: 21px; margin-bottom: 2px; }
.layer p { margin: 0; color: var(--ink-soft); font-size: 15.5px; }
.photo { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); max-height: 540px; }
.photo img { width: 100%; height: 100%; object-fit: cover; }

/* steps */
.steps { counter-reset: s; display: grid; gap: 14px; }
@media (min-width: 800px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; counter-increment: s; }
.step::before { content: "0" counter(s); font-family: var(--serif); font-size: 30px; color: var(--gold); display: block; margin-bottom: 6px; }
.step h3 { font-size: 20px; margin-bottom: 4px; }
.step p { margin: 0; font-size: 15px; color: var(--ink-soft); }

/* offer */
.offer { background: var(--ink); color: #f7efe9; border-radius: 28px; padding: clamp(28px, 5vw, 52px); display: grid; gap: 28px; }
@media (min-width: 860px) { .offer { grid-template-columns: 1.2fr 0.8fr; align-items: center; } }
.offer h2 { color: #fff; }
.offer p { color: #d9cbc6; }
.offer ul { margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.offer li { padding-left: 26px; position: relative; font-size: 15.5px; }
.offer li::before { content: ""; position: absolute; left: 0; top: 10px; width: 14px; height: 1.5px; background: var(--gold); }
.price { background: #fff; color: var(--ink); border-radius: 22px; padding: 26px; text-align: center; }
.price .was { color: var(--ink-soft); text-decoration: line-through; font-size: 16px; }
.price .now { font-family: var(--serif); font-size: 58px; line-height: 1; color: var(--rose-deep); margin: 4px 0 6px; }
.price .btn { width: 100%; margin-top: 14px; }

/* booking */
.booking { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: clamp(10px, 2vw, 18px); box-shadow: 0 40px 90px -60px rgba(43, 34, 38, 0.6); }
.booking__fallback { padding: 28px; text-align: center; }

/* faq */
details { border-bottom: 1px solid var(--line); padding: 18px 0; }
summary { cursor: pointer; list-style: none; font-weight: 700; font-size: 17px; display: flex; justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-family: var(--serif); font-size: 26px; line-height: 0.9; color: var(--rose); }
details[open] summary::after { content: "–"; }
details p, details ul { color: var(--ink-soft); margin: 12px 0 0; font-size: 16px; }
details ul { padding-left: 20px; }

/* quote / about */
.about { display: grid; gap: clamp(28px, 5vw, 56px); align-items: center; }
@media (min-width: 860px) { .about { grid-template-columns: 0.8fr 1.2fr; } }
.about .arch { aspect-ratio: 3 / 4; max-width: 360px; margin-inline: auto; width: 100%; }
blockquote { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(24px, 3.4vw, 32px); line-height: 1.25; font-style: italic; color: var(--rose-deep); }

/* footer + sticky cta */
footer { padding: 40px 0 120px; border-top: 1px solid var(--line); font-size: 14px; color: var(--ink-soft); }
.mcta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(251, 248, 245, 0.94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--line); transform: translateY(110%); transition: transform 0.3s ease; }
.mcta.is-on { transform: none; }
.mcta .btn { width: 100%; min-height: 50px; }
@media (min-width: 900px) { .mcta { display: none; } footer { padding-bottom: 48px; } }

/* thank you */
.ty { min-height: 100vh; display: grid; place-items: center; padding: 48px 0; }
.ty__card { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: clamp(28px, 5vw, 56px); }
.ty__check { width: 72px; height: 72px; border-radius: 50%; background: var(--rose-soft); color: var(--rose-deep); display: grid; place-items: center; font-size: 34px; margin-bottom: 18px; }
.ty__when { display: inline-block; padding: 10px 18px; border-radius: 999px; background: var(--stone); font-weight: 700; margin: 6px 0 22px; }
.hub a.card { display: block; text-decoration: none; color: inherit; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.hub a.card:hover { transform: translateY(-2px); box-shadow: 0 24px 50px -36px rgba(43, 34, 38, 0.6); }
