:root {
  color-scheme:light;
  --ink:#272626;
  --paper:#faf9f6;
  --soft:#f0eeea;
  --line:#dedbd6;
  --muted:#696560;
  --orange:#e87743;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.6}
* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth}
body {
  margin:0;
  min-width:320px}
a {
  color:inherit}
a:focus-visible,button:focus-visible {
  outline:3px solid var(--orange);
  outline-offset:5px}
::selection {
  background:#ed895b;
  color:#211e1c}
.container {
  width:min(1280px,calc(100% - 96px));
  margin-inline:auto}
h1,h2,h3,p {
  margin-top:0}
h1,h2,h3 {
  font-weight:500}
a {
  text-underline-offset:5px}
.site-header {
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(250,249,246,.97);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(16px)}
.header-content {
  height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px}
.brand img {
  display:block;
  width:160px;
  height:auto}
nav {
  display:flex;
  gap:32px}
nav a {
  font-size:13px;
  text-decoration:none;
  padding:12px 0;
  color:#595551}
nav a:hover {
  color:#a84619}
.header-phone {
  border:1px solid #c7c2bc;
  padding:10px 18px;
  border-radius:3px;
  font-size:13px;
  text-decoration:none}
.header-phone::after {
  content:' ↗';
  margin-left:16px}
.menu-toggle {
  display:none}
.section {
  padding:112px 0;
  scroll-margin-top:88px}
.eyebrow {
  font-size:11px;
  font-weight:600;
  letter-spacing:.17em;
  text-transform:uppercase;
  display:flex;
  gap:12px;
  align-items:center;
  margin-bottom:24px}
.eyebrow:before {
  content:'';
  width:6px;
  height:6px;
  background:var(--orange);
  border-radius:50%;
  flex-shrink:0}
h1 {
  font-size:clamp(50px,5.6vw,82px);
  letter-spacing:-.065em;
  line-height:1.04;
  margin-bottom:26px}
h2 {
  font-size:clamp(36px,4.2vw,60px);
  letter-spacing:-.055em;
  line-height:1.12;
  margin-bottom:48px}
h3 {
  font-size:22px;
  line-height:1.3;
  letter-spacing:-.025em}
.hero {
  isolation:isolate;
  position:relative;
  min-height:690px;
  height:calc(100svh - 88px);
  max-height:920px;
  padding:90px 0 110px;
  display:flex;
  align-items:center;
  background:#242323;
  color:#fff;
  overflow:hidden}
.hero-media {
  position:absolute;
  inset:0;
  z-index:-2}
.hero-media img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:67% center;
  display:block}
.hero:before {
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,rgba(22,20,19,.94) 0%,rgba(22,20,19,.83) 29%,rgba(22,20,19,.36) 53%,rgba(22,20,19,.05) 75%),linear-gradient(0deg,rgba(20,18,17,.6),transparent 30%)}
.hero-copy {
  max-width:570px;
  width:49%}
.hero .eyebrow {
  color:#e8e4de;
  font-size:10px}
.hero h1 span {
  color:#e8b18d}
.hero-copy>p:not(.eyebrow) {
  max-width:390px;
  font-size:15px;
  color:#dedad5;
  line-height:1.8}
.actions {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:22px;
  margin-top:34px}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:16px 22px;
  background:#ed8a51;
  color:#261d17;
  border:1px solid #ed8a51;
  border-radius:3px;
  text-decoration:none;
  font-size:13px;
  min-height:52px;
  transition:background .2s,transform .2s}
.button:hover {
  background:#f3a572;
  transform:translateY(-2px)}
.button-secondary {
  background:transparent;
  border-color:#9b9189;
  color:#fff}
.button-secondary:hover {
  background:#ffffff18}
.hero-bottom {
  position:absolute;
  bottom:28px;
  left:0;
  right:0;
  display:flex;
  justify-content:space-between;
  align-items:end;
  font-size:11px;
  color:#e9e4df}
.hero-bottom a {
  text-decoration:none}
.hero-person {
  text-align:right}
.hero-person strong {
  display:block;
  color:white;
  font-size:14px;
  font-weight:500}
.intro-strip {
  border-bottom:1px solid var(--line);
  padding:25px 0}
.intro-strip .container {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  font-size:12px;
  color:var(--muted)}
.intro-strip span+span:before {
  content:'+';
  color:#9a8b80;
  margin-right:24px}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:35px;
  margin-bottom:48px}
.section-heading h2 {
  margin:0}
.section-heading>p {
  max-width:320px;
  margin:0;
  color:var(--muted);
  font-size:14px}
.grid {
  display:grid}
.services-grid {
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid var(--line);
  counter-reset:service}
.card {
  counter-increment:service;
  padding:30px 24px 30px 0;
  margin-right:24px;
  border-bottom:1px solid var(--line);
  min-height:220px;
  transition:background .2s}
.card:before {
  content:'0' counter(service);
  display:block;
  color:#93877e;
  font-size:11px;
  margin-bottom:32px}
.card h3 {
  font-size:19px;
  margin-bottom:12px}
.card p {
  font-size:13px;
  color:var(--muted);
  margin:0}
.section-muted {
  background:var(--soft)}
.about-layout {
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:90px;
  align-items:start}
.about-layout h2 {
  max-width:350px}
.about-copy {
  padding-top:34px}
.about-copy>p {
  font-size:22px;
  line-height:1.6;
  letter-spacing:-.025em}
.owner {
  display:flex;
  align-items:center;
  gap:16px;
  border-top:1px solid #d5cec7;
  margin-top:35px;
  padding-top:24px}
.owner-mark {
  width:46px;
  height:46px;
  border-radius:50%;
  background:#e3dbd2;
  display:grid;
  place-items:center;
  font-size:13px}
.owner p {
  margin:0;
  font-size:13px}
.owner small {
  display:block;
  color:var(--muted)}
.projects-list {
  display:grid;
  gap:88px}
.project-card {
  border-top:1px solid var(--line);
  padding-top:30px}
.project-intro {
  display:grid;
  grid-template-columns:.5fr 1fr;
  gap:60px;
  margin-bottom:30px}
.project-number {
  font-size:11px;
  color:#80736a;
  display:block;
  letter-spacing:.1em;
  text-transform:uppercase}
.project-category {
  display:block;
  font-size:12px;
  margin-top:8px}
.project-intro h3 {
  font-size:32px;
  margin-bottom:14px}
.project-intro p {
  font-size:14px;
  color:var(--muted);
  max-width:620px}
.project-closing {
  display:none}
.project-gallery {
  display:grid;
  gap:10px}
.project-gallery-six {
  grid-template-columns:repeat(3,minmax(0,1fr));
  grid-auto-rows:220px}
.project-photo {
  overflow:hidden;
  background:#e9e4de;
  position:relative;
  display:block;
  min-height:0}
.project-photo-main {
  grid-column:span 2;
  grid-row:span 2}
.project-gallery-four {
  grid-template-columns:repeat(4,minmax(0,1fr))}
.project-gallery-four .project-photo {
  aspect-ratio:3/4}
.project-photo img {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .4s}
.project-photo:hover img {
  transform:scale(1.035)}
.project-photo:after {
  content:'↗';
  position:absolute;
  right:12px;
  bottom:12px;
  background:var(--paper);
  color:var(--ink);
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  font-size:16px}
.steps {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:30px;
  list-style:none;
  margin:0;
  padding:0;
  counter-reset:step}
.steps li {
  counter-increment:step;
  border-top:1px solid #d2c9c1;
  padding-top:25px}
.steps li:before {
  content:'0' counter(step);
  display:block;
  font-size:40px;
  letter-spacing:-.06em;
  color:#9a8372;
  margin-bottom:42px}
.steps strong {
  display:block;
  font-weight:500;
  font-size:19px}
.steps span {
  display:block;
  font-size:13px;
  color:var(--muted);
  margin-top:10px}
#kontakt {
  background:#282625;
  color:#f8f5f0}
.contact-layout {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:80px;
  align-items:center}
.contact-layout h2 {
  margin-bottom:0;
  max-width:570px}
.contact-list {
  font-style:normal;
  font-size:14px;
  color:#d7cec7}
.contact-list p {
  margin-bottom:12px}
.contact-list a {
  overflow-wrap:anywhere}
.contact-list a[href^='tel'] {
  font-size:clamp(23px,2.6vw,36px);
  letter-spacing:-.035em;
  text-decoration:none;
  color:#f8f5f0}
.site-footer {
  padding:26px 0;
  background:#282625;
  color:#bdb1a8;
  border-top:1px solid #4d4540;
  font-size:11px}
.site-footer .container {
  display:flex;
  justify-content:space-between;
  gap:20px}
.site-footer p {
  margin:0}
.site-footer a {
  text-decoration:none}
.mobile-contact {
  display:none}
@media(min-width:1600px) {
  .hero-media img {
  object-position:center 35%}
}
@media(max-width:1000px) {
  .container {
  width:calc(100% - 56px)}
nav {
  gap:18px}
.header-content {
  gap:20px}
.brand img {
  width:140px}
.hero-copy {
  width:53%}
.hero {
  min-height:650px}
.services-grid {
  grid-template-columns:repeat(2,minmax(0,1fr))}
.card {
  min-height:200px}
.about-layout {
  gap:45px}
.project-gallery-six {
  grid-auto-rows:190px}
.contact-layout {
  gap:35px}
.intro-strip .container {
  font-size:11px}
.intro-strip span+span:before {
  margin-right:12px}
}
@media(max-width:700px) {
  .container {
  width:calc(100% - 40px)}
.site-header {
  position:sticky}
.header-content {
  height:70px;
  gap:14px}
.brand img {
  width:136px}
.header-phone {
  margin-left:auto;
  font-size:0;
  border:0;
  padding:10px}
.header-phone:before {
  content:'Zavolať';
  font-size:12px}
.header-phone:after {
  content:'↗';
  font-size:14px;
  margin-left:8px}
.menu-toggle {
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  width:44px;
  height:44px;
  background:transparent;
  border:1px solid #d1c8c0;
  border-radius:3px}
.menu-toggle span {
  display:block;
  width:18px;
  height:1px;
  margin-inline:auto;
  background:#282625}
nav {
  display:none;
  position:absolute;
  top:70px;
  left:0;
  right:0;
  background:var(--paper);
  padding:18px 20px 24px;
  border-bottom:1px solid var(--line);
  box-shadow:0 14px 20px #0000000a}
nav.is-open {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:4px 20px}
nav a {
  padding:12px}
.section {
  padding:70px 0;
  scroll-margin-top:90px}
.hero {
  display:flex;
  flex-direction:column;
  align-items:stretch;
  height:auto;
  max-height:none;
  min-height:0;
  padding:0;
  background:#282625;
  overflow:visible}
.hero-content {
  order:0;
  padding-top:46px;
  padding-bottom:34px}
.hero-copy {
  width:100%;
  max-width:none}
.hero .eyebrow {
  font-size:9px;
  letter-spacing:.1em;
  margin-bottom:24px}
h1 {
  font-size:clamp(43px,10.4vw,69px);
  max-width:550px;
  margin-bottom:20px}
.hero-copy>p:not(.eyebrow) {
  font-size:14px;
  max-width:440px;
  margin-bottom:0}
.actions {
  gap:12px;
  margin-top:25px}
.button {
  padding:14px 17px;
  font-size:12px;
  gap:16px;
  min-height:48px}
.hero-media {
  position:relative;
  inset:auto;
  order:1;
  z-index:0;
  height:350px;
  display:block}
.hero-media img {
  object-position:68% center}
.hero:before {
  display:none}
.hero-bottom {
  position:relative;
  bottom:auto;
  order:2;
  padding-block:18px;
  align-items:center;
  font-size:10px}
.hero-person strong {
  font-size:12px}
.hero-bottom>a {
  max-width:140px}
.intro-strip {
  padding:21px 0}
.intro-strip .container {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  font-size:10px}
.intro-strip span+span:before {
  content:none}
.section-heading {
  display:block;
  margin-bottom:32px}
.section-heading>p {
  margin-top:20px}
.section-heading h2 {
  font-size:39px}
h2 {
  font-size:38px;
  margin-bottom:30px}
.eyebrow {
  font-size:10px;
  margin-bottom:18px}
.services-grid {
  column-gap:20px}
.card {
  padding:23px 0;
  margin:0;
  min-height:220px}
.card:before {
  margin-bottom:25px}
.card h3 {
  font-size:17px;
  overflow-wrap:anywhere}
.card p {
  font-size:12px}
.about-layout {
  display:block}
.about-layout h2 {
  max-width:340px;
  margin-bottom:0}
.about-copy {
  padding-top:28px}
.about-copy>p {
  font-size:19px}
.project-intro {
  grid-template-columns:1fr;
  gap:22px;
  margin-bottom:24px}
.project-intro>div:first-child {
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center}
.project-category {
  margin:0;
  font-size:10px}
.project-intro h3 {
  font-size:28px}
.project-intro p {
  font-size:13px;
  margin-bottom:0}
.project-gallery-six {
  grid-template-columns:1fr 1fr;
  grid-template-rows:auto;
  grid-auto-rows:190px;
  gap:8px}
.project-photo-main {
  grid-column:span 2;
  grid-row:auto;
  height:340px}
.project-gallery-six .project-photo:last-child {
  display:block}
.project-gallery-six .project-photo:last-child {
  grid-column:span 2;
  height:220px}
.project-gallery-four {
  grid-template-columns:1fr 1fr;
  gap:8px}
.projects-list {
  gap:56px}
.steps {
  grid-template-columns:1fr 1fr;
  gap:32px 22px}
.steps li:before {
  font-size:33px;
  margin-bottom:24px}
.steps strong {
  font-size:17px}
.steps span {
  font-size:12px}
.contact-layout {
  display:block}
.contact-list {
  margin-top:35px;
  font-size:13px}
.contact-list a[href^='tel'] {
  font-size:30px}
.site-footer .container {
  flex-direction:column;
  gap:10px}
.site-footer {
  padding-bottom:28px}
}
@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
*,*:before,*:after {
  transition:none!important}
}

/* Native scroll-snap galleries preserve touch and keyboard navigation. */
.project-slider { --slide-width: 43%; }
.project-slider .project-gallery {
  position: relative;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 2px;
}
.project-slider .project-gallery::-webkit-scrollbar { display: none; }
.project-slider .project-gallery::after {
  content: '';
  flex: 0 0 calc(100% - var(--slide-width) - 16px);
}
.project-slider .project-photo,
.project-slider .project-photo:last-child {
  display: block;
  flex: 0 0 var(--slide-width);
  height: clamp(360px, 44vw, 570px);
  aspect-ratio: auto;
  scroll-snap-align: start;
  border-radius: 5px;
  background: #e8e3dd;
}
.project-slider .project-photo img { object-position: center; }
.project-slider .project-photo::after {
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background: #faf9f6ed;
}
.slide-label {
  position: absolute;
  left: 20px;
  bottom: 20px;
  border: 1px solid #ffffff55;
  border-radius: 30px;
  padding: 8px 13px;
  color: white;
  background: #272626bd;
  backdrop-filter: blur(8px);
  font-size: 11px;
  letter-spacing: .08em;
}
.slider-controls { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 22px; }
.slider-detail { display: flex; align-items: baseline; gap: 22px; min-width: 0; }
.slider-counter { color: #807064; font-size: 11px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.slider-caption { margin: 0; color: var(--muted); font-size: 12px; }
.slider-navigation { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.slider-arrow { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 1px solid #cec2b8; background: transparent; color: var(--ink); font-size: 22px; cursor: pointer; transition: background .2s; }
.slider-arrow:hover:not(:disabled) { background: #ed8a51; }
.slider-arrow:disabled { opacity: .3; cursor: default; }
.slider-dots { display: flex; margin-right: 18px; }
.slider-dot { width: 24px; height: 44px; display: grid; place-items: center; border: 0; padding: 0; background: transparent; cursor: pointer; }
.slider-dot::after { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #d2c8c0; transition: background .2s, transform .2s; }
.slider-dot[aria-current='true']::after { background: #b65b2d; transform: scale(1.5); }
@media (max-width: 700px) {
  .project-slider { --slide-width: 88%; }
  .project-slider .project-gallery { gap: 10px; }
  .project-slider .project-gallery::after { flex-basis: calc(100% - var(--slide-width) - 10px); }
  .project-slider .project-photo,
  .project-slider .project-photo:last-child { height: clamp(340px, 108vw, 530px); }
  .slider-controls { align-items: start; gap: 12px; margin-top: 16px; }
  .slider-detail { flex-direction: column; gap: 7px; }
  .slider-caption { font-size: 11px; min-height: 36px; }
  .slider-dots { display: none; }
  .slider-arrow { width: 44px; height: 44px; }
  .slide-label { left: 14px; bottom: 14px; }
  .project-slider .project-photo::after { right: 14px; bottom: 14px; }
}
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.social-links a { display: inline-flex; align-items: center; gap: 12px; border: 1px solid #817065; padding: 12px 17px; border-radius: 3px; text-decoration: none; font-size: 13px; color: #f8f5f0; min-height: 48px; }
.social-links a:hover { background: #ffffff0c; }
.social-links svg { width: 19px; height: 19px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 28px; }
