:root{
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Instrument Sans", system-ui, sans-serif;
  --font-script: "Playfair Display", cursive;
  --bg: #F6F3EC;
  --bg-2: #ECE7DA;
  --card: #FFFFFF;
  --ink: #20201C;
  --ink-soft: #5B564C;
  --ink-faint: #938D7F;
  --primary: #B5502F;
  --primary-deep: #963F22;
  --accent: #20201C;
  --accent-soft: #EAE3D3;
  --line: rgba(20,20,40,.13);
  --line-soft: rgba(20,20,40,.07);
  --wrap: 1180px;
  --radius: 6px;
  --radius-sm: 4px;
  --radius-btn: 6px;
  --shadow: 0 20px 44px rgba(20,20,20,.10);
  --shadow-sm: 0 10px 24px rgba(20,20,20,.07);
  --eyebrow-ff: var(--font-body);
  --eyebrow-transform: uppercase;
  --eyebrow-spacing: .26em;
  --eyebrow-weight: 600;
  --eyebrow-size: 12px;
  --btn-weight: 600;
  --h1-spacing: -.02em;
}
/* web-builder base — riadené CSS premennými (:root generuje build.py) */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--bg);
  font-size: 17.5px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.05; letter-spacing: var(--h1-spacing); margin: 0; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 26px; }

.eyebrow { font-family: var(--eyebrow-ff); font-size: var(--eyebrow-size); font-weight: var(--eyebrow-weight);
  letter-spacing: var(--eyebrow-spacing); text-transform: var(--eyebrow-transform); color: var(--primary-deep);
  display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; border-radius: 2px; opacity: .7; }
.ic { display: inline-grid; place-items: center; }
.ic svg { display: block; }

/* accent highlight in headings */
.accent-script .a-em { font-family: var(--font-script); color: var(--primary-deep); font-size: 1.08em; font-weight: 700; letter-spacing: 0; }
.accent-italic .a-em { font-style: italic; color: var(--primary); }
.accent-color .a-em { color: var(--primary); }

/* buttons */
.btn { font-family: var(--font-body); font-weight: var(--btn-weight); font-size: 16px; padding: 14px 28px;
  border-radius: var(--radius-btn); border: 2px solid var(--primary); background: var(--primary); color: #fff;
  cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 9px;
  transition: transform .14s, box-shadow .14s, background .15s, border-color .15s; box-shadow: 0 8px 18px rgba(0,0,0,.13); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,.18); background: var(--primary-deep); border-color: var(--primary-deep); }
.btn:active { transform: translateY(0); }
.btn svg { margin: -2px 0; }
.btn--ghost { background: transparent; color: var(--accent); border-color: var(--accent); box-shadow: none; }
.btn--ghost:hover { background: var(--accent); color: var(--bg); }
.btn--sm { padding: 10px 20px; font-size: 15px; }
.link-arrow { text-decoration: none; color: var(--primary-deep); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }

/* header */
.site-head { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 90%, transparent);
  backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.site-head__row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 12px 26px; max-width: var(--wrap); margin: 0 auto; }
.logo { justify-self: start; display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.logo__mark { width: 46px; height: 46px; border-radius: 50%; flex: none; object-fit: cover; }
.logo__mark--txt { display: grid; place-items: center; background: var(--primary); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 22px; }
.logo__txt { display: flex; flex-direction: column; line-height: 1.05; }
.logo__name { font-family: var(--font-display); font-size: 23px; font-weight: 700; color: var(--accent); }
.accent-script .logo__name { font-family: var(--font-script); font-size: 30px; color: var(--primary-deep); line-height: .85; }
.logo__sub { font-size: 10.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); }
.nav { justify-self: center; display: flex; align-items: center; gap: 28px; }
.nav a { text-decoration: none; font-weight: 600; font-size: 16px; color: var(--ink); position: relative; padding: 4px 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 3px; background: var(--primary); border-radius: 3px; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.nav a:hover::after { transform: scaleX(1); }
.nav .nav-cta { display: none; }
.head-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.burger { display: none; }

/* hero */
.hero { position: relative; padding: 66px 0 54px; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.hero h1 { font-size: clamp(44px, 6.2vw, 82px); line-height: .99; margin-top: 16px; }
.hero__lead { font-size: 19.5px; color: var(--ink-soft); max-width: 34ch; margin: 22px 0 30px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero__trust { display: flex; gap: 24px; margin-top: 34px; flex-wrap: wrap; }
.hero__trust div { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 15px; }
.hero__trust .ic { width: 36px; height: 36px; border-radius: 50%; background: var(--accent-soft); color: var(--primary-deep); flex: none; }
.hero__art { position: relative; }
.hero__photo { aspect-ratio: 1/1.04; overflow: hidden; box-shadow: var(--shadow); background: var(--accent-soft); }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.hero__photo--empty { background: linear-gradient(150deg, var(--accent-soft), var(--bg-2)); }
.hero__ring { position: absolute; inset: -14px; border: 2px dashed var(--primary); opacity: .5; pointer-events: none; }
.hero-blob .hero__photo, .hero-blob .hero__ring { border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%; }
.hero-rounded .hero__photo, .hero-rounded .hero__ring { border-radius: 30px; }
.hero-rect .hero__photo, .hero-rect .hero__ring { border-radius: var(--radius); }

/* sections */
section { padding: 64px 0; position: relative; }
.sec-head { text-align: center; max-width: 660px; margin: 0 auto 44px; }
.sec-head .eyebrow { margin-bottom: 14px; }
.sec-head h2 { font-size: clamp(31px, 4.3vw, 48px); }
.sec-head p { color: var(--ink-soft); margin: 14px auto 0; }
.band { background: var(--bg-2); }
.band--top { border-radius: 36px 36px 0 0; }

/* care cards */
.care__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.care-card { background: var(--card); border-radius: var(--radius); padding: 34px 28px; box-shadow: var(--shadow-sm); text-align: center; transition: transform .18s, box-shadow .18s; }
.care-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.care-card .ic-lg { width: 68px; height: 68px; margin: 0 auto 18px; border-radius: 50%; background: var(--accent-soft); color: var(--primary-deep); }
.care-card h3 { font-size: 23px; margin-bottom: 8px; }
.care-card p { color: var(--ink-soft); font-size: 15.5px; margin: 0; }

/* services */
.svc-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; max-width: 960px; margin: 0 auto; }
.svc { background: var(--card); border-radius: var(--radius-sm); padding: 24px 26px; box-shadow: var(--shadow-sm); display: flex; gap: 18px; align-items: flex-start; transition: transform .16s; }
.svc:hover { transform: translateY(-3px); }
.svc__ico { width: 54px; height: 54px; flex: none; border-radius: var(--radius-sm); background: var(--bg-2); color: var(--primary-deep); display: grid; place-items: center; }
.svc__name { font-family: var(--font-display); font-size: 21px; font-weight: 600; }
.svc__desc { color: var(--ink-soft); font-size: 15px; margin: 4px 0 0; }
.svc__note { text-align: center; color: var(--ink-soft); font-size: 15px; margin-top: 26px; }

/* gallery */
.gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.gcard { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 1/1; background: var(--bg-2); box-shadow: var(--shadow-sm); }
.gcard img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gcard:hover img { transform: scale(1.06); }
.gcard--tall { aspect-ratio: 3/4; }

/* reviews */
.reviews { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; max-width: 940px; margin: 0 auto; }
.review { background: var(--card); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.review__stars { display: flex; gap: 3px; color: var(--primary); margin-bottom: 14px; }
.review__stars svg { fill: currentColor; }
.review p { margin: 0 0 18px; font-size: 16.5px; line-height: 1.55; }
.review__who { display: flex; align-items: center; gap: 12px; }
.review__av { width: 40px; height: 40px; border-radius: 50%; background: var(--accent-soft); color: var(--primary-deep); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; }
.review__name { font-weight: 700; font-size: 15px; }
.review__meta { font-size: 13px; color: var(--ink-faint); }

/* about */
.about__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 52px; align-items: center; }
.about__photo { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/4.4; box-shadow: var(--shadow); }
.about__photo img { width: 100%; height: 100%; object-fit: cover; }
.about__photo--empty { background: linear-gradient(150deg, var(--accent-soft), var(--bg-2)); }
.about__grid h2 { font-size: clamp(28px,3.8vw,42px); margin: 10px 0 16px; }
.about__grid p { color: var(--ink-soft); margin: 0 0 14px; }
.about__list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 14px; }
.about__list li { display: flex; gap: 14px; align-items: flex-start; }
.about__list .ic { width: 30px; height: 30px; flex: none; border-radius: 50%; background: var(--accent-soft); color: var(--primary-deep); }
.about__cta { margin-top: 28px; }

/* location */
.loc__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch; }
.info-card { background: var(--card); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 18px; }
.info-card--wide { max-width: 640px; margin: 0 auto; }
.info-row { display: flex; gap: 16px; align-items: flex-start; }
.info-row .ic { width: 46px; height: 46px; flex: none; border-radius: var(--radius-sm); background: var(--accent-soft); color: var(--primary-deep); }
.info-row .k { font-size: 12.5px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-faint); }
.info-row .v { font-weight: 500; }
.info-row .v a { color: var(--primary-deep); text-decoration: none; font-weight: 600; }
.info-row .v a:hover { text-decoration: underline; }
.info-cta { margin-top: 6px; }
.map-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 6px solid var(--card); }
.map-frame iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; }

/* cta band */
.cta-wrap { background: var(--bg-2); }
.cta-band { background: var(--accent); color: #fff; text-align: center; border-radius: calc(var(--radius) + 6px); padding: 58px 30px; box-shadow: var(--shadow); }
.cta-band h2 { font-size: clamp(28px,4vw,46px); }
.cta-band .a-em { color: var(--primary); }
.cta-band p { color: rgba(255,255,255,.88); max-width: 48ch; margin: 14px auto 26px; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-ghost { color: #fff; border-color: #fff; }
.cta-ghost:hover { background: #fff; color: var(--accent); }

/* footer */
.site-foot { background: var(--accent); color: #fff; padding: 58px 0 28px; margin-top: 30px; }
.site-foot .logo__name, .site-foot .logo__sub { color: #fff; }
.accent-script .site-foot .logo__name { color: var(--primary); }
.site-foot__grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; }
.foot-tag { color: rgba(255,255,255,.7); font-size: 15px; max-width: 40ch; margin-top: 14px; }
.site-foot h4 { font-size: 13px; letter-spacing: .13em; text-transform: uppercase; color: var(--primary); margin-bottom: 16px; font-weight: 700; }
.site-foot ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.site-foot a { color: rgba(255,255,255,.85); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.site-foot a:hover { color: var(--primary); }
.site-foot__bottom { border-top: 1px solid rgba(255,255,255,.15); margin-top: 42px; padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,.5); }

/* responsive */
@media (max-width: 940px) {
  .hero__grid, .about__grid, .loc__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__art { max-width: 440px; margin: 0 auto; }
  .care__grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .svc-list, .reviews { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2,1fr); }
  .site-foot__grid { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 680px) {
  body { font-size: 16.5px; }
  .site-head__row { position: relative; grid-template-columns: auto 1fr; }
  .nav { display: none; }
  .nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 2px; justify-self: stretch;
    position: fixed; top: 0; left: 0; right: 0; z-index: 60; background: var(--bg); border-bottom: 2px solid var(--accent);
    padding: 12px 26px 16px; box-shadow: 0 18px 34px rgba(0,0,0,.18); }
  .nav.open a { width: 100%; padding: 12px 0; font-size: 19px; border-bottom: 1px dashed var(--line-soft); }
  .nav.open a:last-child { border-bottom: 0; }
  .nav.open a::after { display: none; }
  .nav.open .nav-cta { display: inline-flex; justify-content: center; margin-top: 12px; }
  .head-actions .btn { display: none; }
  .burger { display: grid; place-items: center; width: 46px; height: 46px; border: 2px solid var(--accent); border-radius: 50%; background: var(--card); cursor: pointer; color: var(--accent); -webkit-text-fill-color: var(--accent); }
  section { padding: 46px 0; }
  .hero { padding: 34px 0 30px; }
  .hero h1 { font-size: clamp(38px, 11vw, 56px); }
  .hero__lead { font-size: 17.5px; max-width: none; }
  .hero__cta .btn { width: 100%; justify-content: center; }
  .gallery { grid-template-columns: 1fr 1fr; gap: 12px; }
  .cta-band { padding: 40px 22px; }
}
