:root{
  --bg:#f5f0e8;
  --bg2:#efe7db;
  --ink:#141414;
  --muted:#6f6b63;

  --green:#1f3d2b;
  --green2:#2f6a49;

  --brown:#6a4a33;
  --brown2:#8b6b4f;

  --radius: 26px;
  --topbar-h: 72px;

  --card: rgba(255,255,255,.72);
  --shadow: 0 20px 70px rgba(0,0,0,.12);
  --shadow2: 0 14px 50px rgba(0,0,0,.10);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}

body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial;
  color:var(--ink);
  line-height:1.6;
  overflow:hidden;

  background:
    radial-gradient(900px 520px at 18% 8%, rgba(255,255,255,.85), transparent 60%),
    radial-gradient(1100px 600px at 90% 22%, rgba(255,255,255,.55), transparent 58%),
    linear-gradient(180deg, var(--bg), var(--bg2));
}

.wrap{width:min(1120px,92%); margin:0 auto;}
a{color:inherit; text-decoration:none}
code{background:#0000000b; padding:.12rem .35rem; border-radius:10px}
.muted{color:var(--muted)}
.tiny{font-size:.9rem}
.link{font-weight:900}
.link--brown{color:var(--brown)}

.topbar{
  position:sticky; top:0; z-index:50;
  height: var(--topbar-h);
  background: rgba(245,240,232,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  height: var(--topbar-h);
}

.brand{display:flex; gap:4px; align-items:center}
.brand__mark{
  width:56px; height:56px;
  border-radius:999px;
  display:grid; place-items:center;
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  box-shadow: 0 12px 40px rgba(0,0,0,.10);
  overflow:hidden;
}
.brand__logo{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1.34) translateY(1px);
  transform-origin:center;
}
.brand__fallback{font-weight:950}
.brand__name{font-weight:950; letter-spacing:.2px}

.nav{display:flex; gap:10px; align-items:center}
.nav__link{
  appearance:none;
  border:1px solid transparent;
  background: transparent;
  padding:10px 15px;
  border-radius: 999px;
  color: rgba(20,20,20,.62);
  font-weight:900;
  cursor:pointer;
  transition: transform .12s ease, background .12s ease, border-color .12s ease, box-shadow .12s ease;
}
.nav__link:hover{
  background: rgba(255,255,255,.7);
  border-color: rgba(0,0,0,.06);
  transform: translateY(-1px);
}
.nav__link.is-active{
  background: rgba(255,255,255,.92);
  border-color: rgba(0,0,0,.08);
  color: var(--green);
  box-shadow: 0 14px 40px rgba(0,0,0,.10);
}

.nav__burger{
  display:none;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.75);
  border-radius:16px;
  padding:10px 12px;
  font-weight:950;
  cursor:pointer;
}

.nav__mobile{
  display:none;
  padding:14px 0 18px;
  border-top:1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  position:absolute;
  top: var(--topbar-h);
  left: 0;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  z-index:60;
}
.nav__mobile .nav__link{
  display:block;
  width:92%;
  margin:8px auto;
  padding:14px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.06);
  background: rgba(245,240,232,0.9);
  color: rgba(20,20,20,.88);
  font-weight:900;
  text-align:center;
  transition: all .15s ease;
}
.nav__mobile .nav__link:hover{
  background: rgba(106,74,51,0.12);
  transform: translateY(-1px);
}


.app{height: calc(100vh - var(--topbar-h));}
.panel{
  display:none;
  height: calc(100vh - var(--topbar-h));
  overflow:auto;
  padding-bottom: 0;
  animation: panelIn .22s ease both;
}
.panel.active{display:block}
@keyframes panelIn{
  from{opacity:0; transform: translateY(10px)}
  to{opacity:1; transform: translateY(0)}
}
.panelPad{padding: 28px 0 40px}
.panel--home{overflow:auto}

/* hero */
.hero.hero--img{
  position:relative;
  height: 72vh;
  min-height: 520px;
  overflow:hidden;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.hero__img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  object-position:center 82%;
  transform: scale(1.00);
  filter: saturate(1.06) contrast(1.05);
}
.hero__overlay{
  position:absolute; inset:0;
  background:
    radial-gradient(900px 650px at 18% 12%, rgba(31,61,43,.42), transparent 60%),
    radial-gradient(900px 650px at 88% 18%, rgba(139,107,79,.22), transparent 62%),
    linear-gradient(180deg, rgba(0,0,0,.62), rgba(0,0,0,.20) 52%, rgba(0,0,0,.58));
}

.hero__content{
  position:relative;
  padding-top: 84px;
  padding-bottom: 24px;
}
.hero__content--plain{max-width: 760px;}

.kicker{
  color:#d9f5e7;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.78rem;
  margin:0 0 10px;
}
.hero h1{
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-size: clamp(2.3rem, 3.7vw, 3.6rem);
  line-height:1.02;
  margin:0 0 14px;
  color:#fff;
  text-shadow: 0 10px 40px rgba(0,0,0,.45);
}
.lead{
  color: rgba(255,255,255,.90);
  font-size: 1.05rem;
  margin:0 0 16px;
  text-shadow: 0 10px 40px rgba(0,0,0,.35);
}

/* tlacitka*/
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 18px;
  border-radius: 999px;
  font-weight:950;
  border:1px solid transparent;
  cursor:pointer;
  transition: transform .12s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.btn:active{transform: translateY(1px)}
.btn--sm{padding:10px 12px; font-size:.95rem}

.btn--hero{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.30);
  color:#fff;
  backdrop-filter: blur(10px);
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-size: 1.04rem;
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
}
.btn--hero:hover{background: rgba(255,255,255,.20)}
.btn--heroGhost{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.26);
  color:#fff;
  backdrop-filter: blur(10px);
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-size: 1.04rem;
}
.btn--heroGhost:hover{background: rgba(255,255,255,.20)}

.btn--brand{
  background: linear-gradient(180deg, var(--brown2), var(--brown));
  color:#fff;
  box-shadow: 0 18px 60px rgba(106,74,51,.26);
}
.btn--brand:hover{box-shadow: 0 22px 80px rgba(106,74,51,.30)}
.btn--brandSoft{
  background: rgba(255,255,255,.70);
  border:1px solid rgba(0,0,0,.10);
  color: rgba(20,20,20,.88);
}
.btn--brandWide{
  width:100%;
  padding: 13px 18px;
  background: linear-gradient(180deg, var(--brown2), var(--brown));
  color:#fff;
  box-shadow: 0 18px 60px rgba(106,74,51,.26);
}

.hero__cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}

@media (max-width: 768px){
  .hero.hero--img{height: 66vh; min-height: 460px;}
  .hero__content{padding-top: 64px}
}

.card{
  background: var(--card);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding:18px;
}
.card--soft{
  background: rgba(255,255,255,.62);
  box-shadow: var(--shadow2);
}
.section__head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:18px;
}
.section__head--tight{align-items:center}
h2{
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  margin:0;
}
h3{margin:0 0 10px}

.grid2{display:grid; grid-template-columns: 1.1fr .9fr; gap:22px}
@media (max-width:980px){ .grid2{grid-template-columns:1fr} }

.bullets{margin:0; padding-left:18px}
.bullets li{margin:6px 0}

.homeWow{padding: 18px 0 6px}
.wowGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
  margin-top: 18px;
}
@media (max-width: 980px){
  .wowGrid{grid-template-columns:1fr}
}
.glass{
  background: rgba(255,255,255,.60);
  border: 1px solid rgba(0,0,0,.08);
  backdrop-filter: blur(10px);
}

.pillRow{display:flex; gap:10px; flex-wrap:wrap; margin: 12px 0 14px}
.pill{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.78);
  border:1px solid rgba(0,0,0,.08);
  font-weight:950;
}

.homeBottom{margin-top: 18px}
.homeBottom__head{
  display:flex; justify-content:space-between; align-items:flex-end;
  gap:16px;
  margin: 18px 0 14px;
}
.strip{
  display:flex;
  gap:12px;
  overflow:auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}
.strip__item{
  flex: 0 0 auto;
  width: 240px;
  height: 160px;
  border-radius: 20px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.10);
  box-shadow: 0 18px 60px rgba(0,0,0,.12);
  scroll-snap-align: start;
}
.strip__item img{
  width:100%; height:100%;
  object-fit:cover;
  display:block;
  transition: transform .18s ease;
}
.strip__item:hover img{transform: scale(1.05)}

.form label{display:block; font-weight:950; color:#2f2e2b; margin-bottom:10px}
.form input,.form textarea,.form select{
  width:100%;
  margin-top:6px;
  padding:12px 12px;
  border-radius: 16px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  outline:none;
}
.form input:focus,.form textarea:focus,.form select:focus{border-color: rgba(106,74,51,.45)}
.row2{display:grid; grid-template-columns:1fr 1fr; gap:12px}
@media (max-width:820px){ .row2{grid-template-columns:1fr} }
.hp{position:absolute; left:-9999px; width:1px; height:1px; opacity:0}

.chosenBox{
  margin-top: 10px;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.78);
  border-radius: 16px;
  padding: 10px 12px;
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
}
.chosenStrong{font-weight:950; color:var(--brown)}

.menuPages{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 820px){ .menuPages{grid-template-columns:1fr} }

.menuPage{
  border-radius: 22px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.10);
  background:#fff;
  box-shadow: 0 18px 70px rgba(0,0,0,.12);
  transition: transform .16s ease, box-shadow .16s ease;
}
.menuPage:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 90px rgba(0,0,0,.16);
}
.menuPage img{width:100%; height:auto; display:block}

.tableTop{display:flex; flex-direction:column; gap:12px; margin-bottom:12px}
.tableBadges{display:flex; gap:10px; flex-wrap:wrap}
.badge{
  display:inline-flex; align-items:center;
  padding:8px 10px;
  border-radius:999px;
  background: rgba(255,255,255,.82);
  border:1px solid rgba(0,0,0,.10);
  font-weight:950;
}
.badge--muted{color:var(--muted)}
.legend{
  display:flex; gap:14px; flex-wrap:wrap;
  background: rgba(255,255,255,.70);
  border:1px solid rgba(0,0,0,.10);
  border-radius: 999px;
  padding: 10px 12px;
}
.legend__item{display:inline-flex; align-items:center; gap:8px; font-weight:950}
.dot{width:10px; height:10px; border-radius:999px; display:inline-block}
.dot--terrace{background: rgba(139,107,79,0.85)}
.dot--inside{background: rgba(31,61,43,0.85)}
.dot--palette{background: rgba(31,61,43,0.55)}
.dot--picked{background: rgba(43,90,62,0.95)}

.tableMap{
  border-radius: 22px;
  border:1px solid rgba(0,0,0,.12);
  overflow:hidden;
  background:
    radial-gradient(900px 420px at 18% 8%, rgba(31,61,43,.10), transparent 60%),
    radial-gradient(900px 420px at 85% 95%, rgba(139,107,79,.10), transparent 60%),
    linear-gradient(180deg, #fff, rgba(255,255,255,.78));
  padding: 14px;
}
.tableMap svg{display:block; width:100%; height:auto;}

.galleryBlock{margin: 18px 0 30px}
.galleryBlock__head{
  display:flex; justify-content:space-between; align-items:flex-end;
  gap: 12px;
  margin-bottom: 12px;
}
.galleryBlock__title{margin:0; color:var(--green); font-weight:950}

.gridGallery{
  column-count: 3;
  column-gap: 14px;
}
@media (max-width: 980px){ .gridGallery{column-count: 2} }
@media (max-width: 640px){ .gridGallery{column-count: 1} }

.gItem{
  display:block;
  break-inside: avoid;
  margin: 0 0 14px;
  border-radius: 22px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.10);
  box-shadow: 0 18px 70px rgba(0,0,0,.12);
  background:#fff;
  transform: translateZ(0);
  transition: transform .16s ease, box-shadow .16s ease;
}
.gItem:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 90px rgba(0,0,0,.16);
}
.gItem img{
  width:100%;
  height:auto;
  display:block;
}

.lightbox{
  position:fixed; inset:0;
  background: rgba(0,0,0,.75);
  display:none;
  align-items:center; justify-content:center;
  padding: 22px;
  z-index:999;
}
.lightbox img{
  max-width:min(1120px, 96%);
  max-height: 90vh;
  border-radius: 22px;
  box-shadow: 0 26px 90px rgba(0,0,0,.45);
}
.lightbox__close{
  position:absolute; top:16px; right:16px;
  width:44px; height:44px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.30);
  background: rgba(0,0,0,.45);
  color:#fff; font-size:18px;
  cursor:pointer;
}

.footerBar{
  margin-top: 22px;
  background: linear-gradient(180deg, rgba(62,40,26,0.96), rgba(44,28,18,0.98));
  color: rgba(255,255,255,.92);
  padding: 16px 0 18px;
}
.footerBar__inner{
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.footerBar__copy{
  font-weight:900;
  letter-spacing:.2px;
}

.modal{
  position:fixed; inset:0;
  display:none;
  z-index: 1200;
}
.modal.is-open{display:block}
.modal__overlay{
  position:absolute; inset:0;
  background: rgba(0,0,0,.55);
}
.modal__card{
  position:absolute;
  left:50%; top:50%;
  transform: translate(-50%,-50%);
  width: min(520px, 92%);
  border-radius: 22px;
  border:1px solid rgba(0,0,0,.10);
  background:
    radial-gradient(900px 300px at 20% 0%, rgba(255,255,255,.85), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.84));
  box-shadow: 0 26px 90px rgba(0,0,0,.30);
  overflow:hidden;
}
.modal__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  padding: 14px 16px;
  border-bottom:1px solid rgba(0,0,0,.08);
}
.modal__title{
  font-weight: 950;
  color: var(--brown);
  letter-spacing:.2px;
}
.modal__x{
  appearance:none;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.70);
  border-radius: 12px;
  width: 40px;
  height: 40px;
  cursor:pointer;
  font-weight: 950;
}
.modal__body{
  padding: 14px 16px;
  color: rgba(20,20,20,.86);
  font-weight: 700;
}
.modal__actions{
  padding: 14px 16px 16px;
  display:flex;
  justify-content:flex-end;
}

/* cookies */
.cookiePopup{
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: none;
  pointer-events: none;
}
.cookiePopup.is-open{
  display: block;
}
.cookiePopup__backdrop{
  position: absolute;
  inset: 0;
  background: transparent;
}
.cookiePopup__card{
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: min(420px, calc(100vw - 24px));
  border-radius: 24px;
  border: 1px solid rgba(106,74,51,.22);
  background:
    radial-gradient(900px 280px at 20% 0%, rgba(255,255,255,.98), transparent 60%),
    linear-gradient(180deg, #fffaf4, #f6ede2);
  box-shadow:
    0 26px 90px rgba(0,0,0,.22),
    0 10px 30px rgba(106,74,51,.14);
  overflow: hidden;
  pointer-events: auto;
}
.cookiePopup__head{
  padding: 16px 18px 10px;
  border-bottom: 1px solid rgba(106,74,51,.12);
  background: linear-gradient(180deg, rgba(139,107,79,.10), rgba(255,255,255,0));
}
.cookiePopup__title{
  font-size: 1.12rem;
  font-weight: 950;
  color: var(--brown);
}
.cookiePopup__body{
  padding: 16px 18px;
  color: var(--brown);
  font-weight: 800;
  line-height: 1.65;
}
.cookiePopup__actions{
  padding: 0 18px 18px;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 640px){
  .cookiePopup__card{
    right: 12px;
    left: 12px;
    bottom: 12px;
    width: auto;
  }
}

@media (max-width:860px){
  .nav{display:none}
  .nav__burger{display:inline-flex}
}

.footerBar__copy a{
  color: rgba(255,255,255,.96);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookiePopup__link{
  color: var(--brown);
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ADMIN LOGIN FIX */
.admin-login {
  max-width: 420px;
  margin: 80px auto;
  padding: 30px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.08);
}

.admin-login h1 {
  text-align: center;
  margin-bottom: 25px;
}

.admin-login label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.admin-login input {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 18px;
  border-radius: 12px;
  border: 1px solid #ccc;
  font-size: 15px;
}

.admin-login button {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: none;
  background: #6b4a2f;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.admin-login button:hover {
  background: #5a3e27;
}