/* Zuzana – fotografka Košice | draft */
:root {
  --cream: #f6f0e7;
  --cream-2: #efe6d8;
  --paper: #fffdf9;
  --ink: #2b2521;
  --muted: #6b6058;
  --accent: #9a6a4f;
  --accent-dark: #7b523b;
  --line: #e0d4c3;
  --header-h: 64px;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: calc(var(--header-h) + 16px); -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body { margin: 0; background: var(--cream); color: var(--ink); font: 17px/1.6 var(--sans); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; background: var(--cream-2); }
a { color: var(--accent-dark); }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.2; margin: 0 0 .6em; }
h1 { font-size: clamp(2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.3rem); max-width: 30ch; }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 768px) { .wrap { padding: 0 32px; } }
.narrow { max-width: 820px; }
.center { text-align: center; margin-top: 2rem; }
.small { font-size: .85rem; color: var(--muted); }
.light { color: #efe6d8; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--ink); color: #fff; padding: 8px 12px; }
.skip:focus { left: 8px; }
section[id], [id] { scroll-margin-top: calc(var(--header-h) + 16px); }

/* neoverene udaje */
.tbd { background: #fff3c4; color: #5b4500; border: 1px dashed #c9a227; border-radius: 4px; padding: 0 .3em; font-size: .9em; white-space: normal; }
.draft-bar { background: var(--ink); color: #f1e8da; font-size: .8rem; text-align: center; padding: 6px 16px; }
.draft-bar .tbd { font-size: .8rem; }

/* header - sticky, nepriehladny */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-in { display: flex; align-items: center; gap: 16px; min-height: var(--header-h); }
.brand { font-family: var(--serif); font-size: 1.35rem; text-decoration: none; color: var(--ink); margin: 0; }
.brand span { display: block; font-family: var(--sans); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px 18px; flex-wrap: wrap; }
.nav a { text-decoration: none; color: var(--ink); font-size: .92rem; padding: 6px 0; }
.nav a[aria-current="page"], .nav a:hover { color: var(--accent-dark); border-bottom: 2px solid var(--accent); }
.header-tel { margin-left: auto; font-weight: 600; text-decoration: none; white-space: nowrap; }
.nav { margin-left: auto; }
.nav + .header-tel { margin-left: 0; }
.nav-toggle { display: none; }
@media (max-width: 1060px) {
  .nav-toggle { display: inline-block; margin-left: auto; background: none; border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; font: inherit; color: var(--ink); cursor: pointer; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-bottom: 1px solid var(--line); display: none; margin: 0; }
  .nav.open { display: block; }
  .nav ul { flex-direction: column; padding: 8px 16px 16px; }
  .nav a { display: block; padding: 10px 0; }
  .header-tel { font-size: .9rem; }
}
@media (max-width: 420px) { .header-tel { display: none; } }

.crumbs { font-size: .85rem; color: var(--muted); padding-top: 12px; padding-bottom: 12px; }

/* buttons */
.btn { display: inline-block; padding: 13px 24px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: .95rem; border: 1px solid transparent; cursor: pointer; font-family: var(--sans); }
.btn-primary { background: var(--accent-dark); color: #fff; }
.btn-primary:hover { background: #643f2c; }
.btn-light { background: rgba(255, 253, 249, .92); color: var(--ink); }
.btn-ghost { border-color: var(--accent); color: var(--accent-dark); background: transparent; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.2rem; }
.more { font-weight: 600; }
.more::after { content: " →"; }
.tel-line { display: flex; flex-wrap: wrap; gap: 10px; }

/* hero */
.hero { position: relative; }
.hero-full { min-height: calc(100svh - var(--header-h) - 30px); display: flex; align-items: flex-end; }
.hero-full .hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-full .hero-box { position: relative; margin: 0 20px 40px; max-width: 600px; }
@media (min-width: 768px) { .hero-full .hero-box { margin: 0 0 72px 64px; } }
/* text sits on the photo itself; only the bottom-left is darkened so faces stay clean */
.hero-dark::before { content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(0deg, rgba(20, 15, 12, .78) 0%, rgba(20, 15, 12, .35) 38%, rgba(20, 15, 12, 0) 62%),
              linear-gradient(90deg, rgba(20, 15, 12, .4) 0%, rgba(20, 15, 12, 0) 55%); }
.hero-dark .hero-box { color: #fbf7f1; z-index: 2; text-shadow: 0 1px 18px rgba(0, 0, 0, .35); }
.hero-dark .hero-box h1 { font-size: clamp(2.4rem, 5.2vw, 4.6rem); line-height: 1.05; letter-spacing: -.01em; margin-bottom: .35em; }
.hero-dark .hero-box a:not(.btn) { color: #fff; }
.hero-dark .hero-box .btn { text-shadow: none; }
@media (max-width: 767px) { .hero-full { min-height: calc(88svh - var(--header-h)); } }
.hero .sub { font-size: 1.1rem; }
.hero-tel { margin: 1rem 0 0; }
.quick { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 1.2rem 0 .3rem; font-weight: 600; }
.hero-split { padding: 32px 0 16px; }
.hero-side { border-radius: 6px; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.cat-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1rem; }
.cat-nav a { padding: 8px 16px; border: 1px solid var(--accent); border-radius: 999px; text-decoration: none; }

/* sections */
.section { padding: 64px 0; }
.section-alt { background: var(--paper); }
.section-accent { background: var(--cream-2); }
.split { display: grid; gap: 32px; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: 56px; } }
.split > img { border-radius: 6px; }
.split-text { display: grid; gap: 24px; margin: 24px 0; }
@media (min-width: 768px) { .split-text { grid-template-columns: 1fr 1fr; } }
.intro-line { padding-top: 32px; font-family: var(--serif); font-size: 1.3rem; }

/* cards */
.cards { display: grid; gap: 24px; margin-top: 24px; }
@media (min-width: 640px) { .cards-2, .cards-3, .cards-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .cards-3 { grid-template-columns: repeat(3, 1fr); } .cards-4 { grid-template-columns: repeat(4, 1fr); } .cards-2-md.cards-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .cards-2-md.cards-4 { grid-template-columns: repeat(4, 1fr); } }
.card { background: var(--paper); border-radius: 6px; overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; }
.card > img { aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.card-body { padding: 20px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.card-body .more { margin-top: auto; }
.price { font-weight: 600; color: var(--accent-dark); }
.thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.thumbs.two { grid-template-columns: 1fr 1fr; }
.thumbs img { aspect-ratio: 4/5; object-fit: cover; width: 100%; }
dl.mini { display: grid; grid-template-columns: repeat(3, auto); gap: 8px; margin: 8px 0 12px; font-size: .88rem; }
dl.mini dt { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; }
dl.mini dd { margin: 0; }

/* gallery */
.mosaic { columns: 2 160px; column-gap: 12px; margin-top: 24px; }
@media (min-width: 900px) { .mosaic { columns: 4; } .mosaic-sm { columns: 4; } }
.mosaic figure { break-inside: avoid; margin: 0 0 12px; }
.mosaic img { width: 100%; border-radius: 4px; }
.mosaic figcaption, .case figcaption, .locs figcaption { font-size: .82rem; color: var(--muted); padding-top: 4px; }
.mosaic figure[hidden] { display: none; }
.gallery-block { padding: 48px 0; border-top: 1px solid var(--line); }
.block-head { display: grid; gap: 16px; }
@media (min-width: 900px) { .block-head { grid-template-columns: 1.4fr 1fr; align-items: end; } }
.block-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.block-cta .price { margin: 0; width: 100%; }
.case { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; margin: 24px 0; }
.case figure { margin: 0; }
.case img { aspect-ratio: 4/3; object-fit: cover; border-radius: 4px; }
.facts, .numbers, .contact-list { display: grid; gap: 16px; margin: 16px 0; }
.facts { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.facts dt, .contact-list dt { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.facts dd, .contact-list dd { margin: 0; font-weight: 600; }
.numbers { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.numbers div { display: flex; flex-direction: column-reverse; border-top: 2px solid var(--accent); padding-top: 12px; }
.numbers dd { margin: 0; font-family: var(--serif); font-size: 2.2rem; }
.numbers dd.text { font-size: 1.2rem; }
.locs { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.locs figure { margin: 0; }
.locs img { aspect-ratio: 4/3; object-fit: cover; border-radius: 4px; }
.locs figcaption { display: flex; flex-direction: column; }
.locs strong { color: var(--ink); }

/* steps */
.steps { list-style: none; padding: 0; display: grid; gap: 16px; counter-reset: s; margin: 16px 0 24px; }
@media (min-width: 768px) { .steps { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); } }
.steps li { background: var(--cream); border-radius: 6px; padding: 20px; border-top: 3px solid var(--accent); }
.section-alt .steps li { background: var(--cream); }
.section:not(.section-alt) .steps li { background: var(--paper); }
.steps .when { font-size: .88rem; color: var(--accent-dark); font-weight: 600; margin: 0; }
.timeline { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 32px; }
.timeline li { background: var(--cream-2); padding: 8px 14px; border-radius: 999px; font-size: .92rem; }
.box { background: var(--cream-2); border-radius: 6px; padding: 20px 24px; }

/* pricing */
.pkgs { display: grid; gap: 16px; margin: 24px 0; }
@media (min-width: 768px) { .pkgs { grid-template-columns: repeat(3, 1fr); } }
.pkg { background: var(--paper); border: 1px solid var(--line); border-radius: 6px; padding: 24px; }
.section-alt .pkg { background: var(--cream); }
.table-wrap { overflow-x: auto; margin: 16px 0; }
table { border-collapse: collapse; width: 100%; background: var(--paper); }
caption { text-align: left; font-family: var(--serif); font-size: 1.15rem; padding-bottom: 8px; }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
thead th { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.refs { list-style: none; padding: 0; display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.refs li { background: var(--paper); border: 1px solid var(--line); padding: 16px; border-radius: 6px; display: flex; flex-direction: column; gap: 4px; }

/* reviews / quotes */
.reviews { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); margin-top: 24px; }
.review { margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; padding: 20px; }
.section-alt .review { background: var(--cream); }
.review-img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.review blockquote { margin: 12px 0; font-family: var(--serif); font-size: 1.05rem; }
.review figcaption { font-size: .88rem; color: var(--muted); }
.quote { margin: 24px 0; padding-left: 20px; border-left: 3px solid var(--accent); font-family: var(--serif); font-size: 1.2rem; }
.quote footer { font-family: var(--sans); font-size: .88rem; color: var(--muted); }
.big-quote { margin: 32px 0; font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2rem); }
.stack { display: grid; gap: 16px; }
.stack img { border-radius: 6px; }

/* cta photo */
.cta-photo { position: relative; color: #fff; overflow: hidden; }
.cta-photo .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-photo::before { content: ""; position: absolute; inset: 0; background: rgba(25, 18, 14, .6); z-index: 1; }
.cta-box { position: relative; z-index: 2; }
.cta-box a:not(.btn) { color: #fff; }

/* faq */
.faq details { border-bottom: 1px solid var(--line); padding: 4px 0; }
.faq summary { cursor: pointer; font-weight: 600; padding: 14px 0; list-style-position: outside; }
.faq details div { padding: 0 0 12px; color: var(--muted); }

/* forms */
.lead-form { background: var(--paper); padding: 24px; border-radius: 6px; border: 1px solid var(--line); }
.form-grid { display: grid; gap: 14px; }
@media (min-width: 560px) { .form-grid { grid-template-columns: 1fr 1fr; } .form-grid .full { grid-column: 1 / -1; } }
.lead-form label { display: block; font-size: .88rem; font-weight: 600; margin-bottom: 4px; }
.lead-form input:not([type=checkbox]), .lead-form select, .lead-form textarea { width: 100%; padding: 11px 12px; border: 1px solid #cbbba6; border-radius: 4px; font: inherit; font-size: 16px; background: #fff; color: var(--ink); }
.lead-form [aria-invalid="true"] { border-color: #b3261e; outline: 1px solid #b3261e; }
.consent { display: flex; gap: 10px; align-items: flex-start; }
.consent input { margin-top: 4px; width: 18px; height: 18px; flex: none; }
.consent label { font-weight: 400; }
.form-note { font-size: .88rem; color: var(--muted); margin: 14px 0; }
.form-error { color: #b3261e; font-weight: 600; margin: 10px 0 0; }
.form-thanks { background: #eef4ea; border: 1px solid #b9cfad; border-radius: 6px; padding: 20px; margin-top: 8px; }
.lead-form.sent .form-grid, .lead-form.sent > .form-note, .lead-form.sent > button { display: none; }
.after-form { margin-top: 16px; font-weight: 600; }
.big-tel a { font-family: var(--serif); font-size: 1.8rem; text-decoration: none; }
.map { margin: 0; }
.map iframe { width: 100%; height: 340px; border: 0; border-radius: 6px; background: var(--cream-2); }
.map figcaption { font-size: .85rem; color: var(--muted); }

/* before / after */
.ba { margin: 24px 0 8px; max-width: 900px; }
.ba-frame { position: relative; overflow: hidden; border-radius: 6px; }
.ba-before-wrap { position: absolute; inset: 0; width: 50%; overflow: hidden; border-right: 2px solid #fff; }
.ba-before-wrap img { width: auto; height: 100%; max-width: none; filter: grayscale(.6) contrast(.85) brightness(.9); }
.ba-label { position: absolute; top: 10px; background: rgba(0, 0, 0, .55); color: #fff; font-size: .8rem; padding: 3px 10px; border-radius: 999px; }
.ba-l { left: 10px; } .ba-r { right: 10px; }
.ba input[type=range] { width: 100%; margin-top: 10px; accent-color: var(--accent-dark); }
.filter { display: flex; flex-wrap: wrap; gap: 8px; }
.filter button { font: inherit; padding: 8px 16px; border-radius: 999px; border: 1px solid var(--accent); background: transparent; color: var(--ink); cursor: pointer; }
.filter button[aria-pressed="true"] { background: var(--accent-dark); color: #fff; border-color: var(--accent-dark); }

/* footer */
.site-footer { background: var(--ink); color: #e9dfd1; padding: 48px 0 24px; }
.site-footer a { color: #f6e3cf; }
.footer-grid { display: grid; gap: 24px; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.brand-foot { color: #fff; }
.brand-foot span { color: #bfb2a2; }
.foot-h { font-family: var(--sans); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: #bfb2a2; }
.foot-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.foot-note { font-size: .8rem; color: #a99c8c; margin-top: 32px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.hero-img.pos-62 { object-position: 62% 50%; }
