/* Nahý úklid Praha — boudoir meets premium housekeeping
   Paleta: vínová / blush / krémová / mosaz. Typo: Fraunces + Instrument Sans. */

:root {
  --vino: #4a1220;
  --vino-deep: #350d17;
  --ink: #2b171c;
  --blush: #e8c2b4;
  --blush-soft: #f2ddd3;
  --cream: #f6ece4;
  --brass: #c79a5b;
  --brass-dark: #a97f42;
  --white: #fdf9f5;
  --radius: 6px;
  --display: "Fraunces", Georgia, serif;
  --body: "Instrument Sans", -apple-system, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--vino); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 2px;
}

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ── Header ─────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(53, 13, 23, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(199, 154, 91, 0.25);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 64px; gap: 16px;
}
.wordmark {
  font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: 1.35rem; color: var(--cream); text-decoration: none;
  display: flex; align-items: baseline; gap: 10px; padding: 8px 0;
}
.wordmark small {
  font-family: var(--body); font-style: normal; font-weight: 600;
  font-size: 0.65rem; letter-spacing: 0.28em; color: var(--brass);
}
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a {
  color: var(--blush-soft); text-decoration: none; font-size: 0.92rem;
  padding: 12px 12px; border-radius: var(--radius);
}
.site-nav a:hover { color: var(--white); background: rgba(232, 194, 180, 0.08); }
.site-nav .nav-cta {
  background: var(--brass); color: var(--vino-deep); font-weight: 600;
  padding: 12px 20px; margin-left: 8px;
}
.site-nav .nav-cta:hover { background: var(--blush); color: var(--vino-deep); }
@media (max-width: 760px) {
  .site-nav a:not(.nav-cta):not(.nav-keep) { display: none; }
}

/* ── Hero ───────────────────────────────── */
.hero {
  background:
    linear-gradient(160deg, rgba(53,13,23,0.88) 0%, rgba(74,18,32,0.82) 55%, rgba(53,13,23,0.94) 100%),
    url("assets/hero-silk.jpg") center / cover no-repeat;
  color: var(--cream);
  padding: 96px 0 88px;
}
.hero .eyebrow {
  font-size: 0.75rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--brass); font-weight: 600; margin-bottom: 28px;
}
.hero h1 {
  font-family: var(--display);
  font-weight: 420;
  font-size: clamp(2.6rem, 7vw, 5.2rem);
  line-height: 1.04;
  letter-spacing: -0.01em;
  max-width: 15ch;
}
.hero h1 .fill-word {
  font-style: italic; font-weight: 560;
  background: linear-gradient(100deg, #f2ddd3 10%, #e8c2b4 45%, #c79a5b 95%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.hero .lede {
  margin-top: 30px; max-width: 54ch; font-size: 1.12rem; color: var(--blush-soft);
}
.hero .cta-row { margin-top: 40px; display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-block; text-decoration: none; font-weight: 600; font-size: 1rem;
  padding: 15px 30px; border-radius: var(--radius); border: 1px solid transparent;
  min-height: 48px; cursor: pointer; font-family: var(--body);
}
.btn-primary { background: var(--brass); color: var(--vino-deep); }
.btn-primary:hover { background: var(--blush); }
.btn-ghost { border-color: rgba(232,194,180,0.5); color: var(--cream); background: transparent; }
.btn-ghost:hover { border-color: var(--blush); background: rgba(232,194,180,0.08); }
.trust-row {
  margin-top: 52px; display: flex; flex-wrap: wrap; gap: 10px 28px;
  font-size: 0.85rem; color: var(--blush);
}
.trust-row span::before { content: "— "; color: var(--brass); }

/* ── Sekce obecně ───────────────────────── */
section { padding: 84px 0; }
.section-head { max-width: 60ch; margin-bottom: 48px; }
.section-head .eyebrow {
  font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--brass-dark); font-weight: 700; margin-bottom: 14px;
}
h2 {
  font-family: var(--display); font-weight: 460;
  font-size: clamp(1.9rem, 4vw, 2.8rem); line-height: 1.12; color: var(--vino);
}
.section-head p { margin-top: 16px; color: #5c4249; }

/* ── Služby ─────────────────────────────── */
.services { background: var(--cream); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .card-grid { grid-template-columns: 1fr; } }
.service-card {
  background: var(--white); border: 1px solid #eaD9cd; border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
}
.service-card .thumb { height: 190px; background-size: cover; background-position: center; }
.service-card .body { padding: 26px 26px 30px; flex: 1; display: flex; flex-direction: column; }
.service-card h3 { font-family: var(--display); font-weight: 520; font-size: 1.45rem; color: var(--vino); }
.service-card .price {
  margin-top: 4px; font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--brass-dark); font-weight: 700;
}
.service-card p { margin-top: 14px; font-size: 0.97rem; color: #5c4249; flex: 1; }
.badge {
  align-self: flex-start; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--vino-deep); background: var(--blush);
  padding: 5px 10px; border-radius: 3px; margin-bottom: 12px;
}

/* ── Jak to probíhá ─────────────────────── */
.steps { background: var(--vino); color: var(--cream); }
.steps h2 { color: var(--cream); }
.steps .section-head .eyebrow { color: var(--brass); }
.steps .section-head p { color: var(--blush-soft); }
.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
@media (max-width: 900px) { .step-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .step-grid { grid-template-columns: 1fr; } }
.step .num {
  font-family: var(--display); font-style: italic; font-size: 2.6rem;
  color: var(--brass); line-height: 1;
}
.step h3 { margin-top: 12px; font-size: 1.05rem; font-weight: 600; }
.step p { margin-top: 8px; font-size: 0.92rem; color: var(--blush-soft); }

/* ── Pravidla ───────────────────────────── */
.rules { background: var(--blush-soft); }
.rules-card {
  background: var(--white); border-radius: var(--radius);
  padding: 48px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px;
  border: 1px solid #eAd4c6;
}
@media (max-width: 860px) { .rules-card { grid-template-columns: 1fr; padding: 32px; } }
.rules-list { list-style: none; }
.rules-list li { padding: 13px 0 13px 34px; position: relative; border-bottom: 1px solid #f3e4da; }
.rules-list li:last-child { border-bottom: 0; }
.rules-list li::before {
  content: "✕"; position: absolute; left: 0; top: 13px;
  color: var(--brass-dark); font-weight: 700;
}
.rules-list li.yes::before { content: "✓"; }
.rules-photo {
  background: url("assets/gloves.jpg") center / cover; border-radius: var(--radius);
  min-height: 320px;
}

/* ── Ceník ──────────────────────────────── */
.pricing table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius); overflow: hidden; }
.pricing th, .pricing td { text-align: left; padding: 18px 22px; border-bottom: 1px solid #f0e1d6; }
.pricing th {
  background: var(--vino); color: var(--cream); font-weight: 600; font-size: 0.9rem;
  letter-spacing: 0.06em;
}
.pricing td.price-cell { font-family: var(--display); font-size: 1.3rem; color: var(--vino); white-space: nowrap; }
.pricing .note { margin-top: 18px; font-size: 0.88rem; color: #7a5f66; max-width: 70ch; }
.table-scroll { overflow-x: auto; }

/* ── FAQ ────────────────────────────────── */
.faq details {
  background: var(--white); border: 1px solid #ead9cd; border-radius: var(--radius);
  margin-bottom: 12px;
}
.faq summary {
  cursor: pointer; padding: 18px 22px; font-weight: 600; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 44px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--display); font-size: 1.4rem; color: var(--brass-dark); }
.faq details[open] summary::after { content: "–"; }
.faq .answer { padding: 0 22px 20px; color: #5c4249; max-width: 75ch; }

/* ── Blog ───────────────────────────────── */
.blog-teaser { background: var(--cream); }
.post-card {
  background: var(--white); border: 1px solid #ead9cd; border-radius: var(--radius);
  overflow: hidden; text-decoration: none; color: var(--ink); display: flex; flex-direction: column;
}
.post-card .thumb { height: 160px; background-size: cover; background-position: center; }
.post-card .body { padding: 22px 24px 26px; }
.post-card h3 { font-family: var(--display); font-weight: 520; font-size: 1.2rem; color: var(--vino); line-height: 1.3; }
.post-card p { margin-top: 10px; font-size: 0.92rem; color: #5c4249; }
.post-card:hover h3 { text-decoration: underline; text-decoration-color: var(--brass); }

/* ── Formulář ───────────────────────────── */
.contact {
  background:
    linear-gradient(150deg, rgba(53,13,23,0.93), rgba(74,18,32,0.9)),
    url("assets/hero-silk.jpg") center / cover;
  color: var(--cream);
}
.contact h2 { color: var(--cream); }
.contact .section-head .eyebrow { color: var(--brass); }
.contact .section-head p { color: var(--blush-soft); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.contact form { display: grid; gap: 14px; }
.contact label.field { display: grid; gap: 6px; font-size: 0.85rem; font-weight: 600; color: var(--blush); }
.contact input, .contact select, .contact textarea {
  width: 100%; padding: 14px 16px; border-radius: var(--radius); min-height: 48px;
  border: 1px solid rgba(232,194,180,0.35); background: rgba(253,249,245,0.97);
  font-family: var(--body); font-size: 1rem; color: var(--ink);
}
.contact textarea { min-height: 110px; resize: vertical; }
.contact .consent { display: flex; gap: 10px; align-items: flex-start; font-size: 0.85rem; font-weight: 400; color: var(--blush-soft); }
.contact .consent input { width: 20px; height: 20px; min-height: 20px; margin-top: 2px; }
.contact button[type="submit"] { width: 100%; }
.form-success {
  background: rgba(199,154,91,0.15); border: 1px solid var(--brass);
  color: var(--cream); border-radius: var(--radius); padding: 24px; font-size: 1.05rem;
}
.discreet-note { font-size: 0.85rem; color: var(--blush); margin-top: 6px; }
.contact .aside p { color: var(--blush-soft); margin-bottom: 18px; }
.contact .aside .rules-mini { list-style: none; margin-top: 10px; }
.contact .aside .rules-mini li { padding: 8px 0 8px 26px; position: relative; color: var(--blush-soft); font-size: 0.95rem; }
.contact .aside .rules-mini li::before { content: "—"; position: absolute; left: 0; color: var(--brass); }
.hp-field { position: absolute; left: -6000px; opacity: 0; pointer-events: none; }

/* ── Footer ─────────────────────────────── */
.site-footer { background: var(--vino-deep); color: var(--blush); padding: 48px 0 40px; font-size: 0.88rem; }
.site-footer .wrap { display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; align-items: baseline; }
.site-footer a { color: var(--blush-soft); }
.site-footer .foot-nav { display: flex; gap: 18px; flex-wrap: wrap; }
.age-note {
  border: 1px solid rgba(199,154,91,0.5); color: var(--brass); border-radius: 3px;
  padding: 2px 8px; font-size: 0.75rem; letter-spacing: 0.1em; font-weight: 700;
}

/* ── Blog článek ────────────────────────── */
.article { background: var(--cream); padding: 72px 0; }
.article .wrap { max-width: 760px; }
.article h1 { font-family: var(--display); font-weight: 460; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.12; color: var(--vino); }
.article .meta { margin: 16px 0 36px; font-size: 0.85rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass-dark); font-weight: 700; }
.article h2 { font-size: 1.6rem; margin: 40px 0 14px; }
.article p, .article li { color: #46333a; margin-bottom: 14px; }
.article ul, .article ol { padding-left: 22px; margin-bottom: 16px; }
.article .box {
  background: var(--blush-soft); border-left: 3px solid var(--brass); border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 24px; margin: 28px 0;
}
.article .box p:last-child { margin-bottom: 0; }
