.elementor-640 .elementor-element.elementor-element-34562e5{padding:0px 0px 0px 0px;z-index:100;}.elementor-640 .elementor-element.elementor-element-692bee62{padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-12121127 > .elementor-element-populated{border-style:none;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-74f3fffe{padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-3b9021b2 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-3c1798bb{padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-926e970{padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-5ce3a8a1 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-673ccf8b{padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-677c7bc5 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-494bb705{padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-21789e39 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-27c10120:not(.elementor-motion-effects-element-type-background), .elementor-640 .elementor-element.elementor-element-27c10120 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f0deae;}.elementor-640 .elementor-element.elementor-element-27c10120{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-27c10120 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-640 .elementor-element.elementor-element-7a26209 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-6e808abf{padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-6abc0d98 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-d6222a{padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-3e65113c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-127d9c27{padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-73f28eb1 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-98a203f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-640 .elementor-element.elementor-element-cc33ade{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2030161 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --f: #1d350e;
  --ol: #5f6c37;
  --or: #ba662d;
  --g: #f0deae;
  --b: #f8f4ed;
  --d: #1e211c;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--b);
  color: var(--d);
  overflow-x: hidden;
}

/* ── NAV ── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 80px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.4s, backdrop-filter 0.4s, border-color 0.4s;
  border-bottom: 1px solid transparent;
  background: rgb(29, 53, 13) !important;
  backdrop-filter: blur(12px);
}

.nav.scrolled {
  background: rgba(13, 31, 8, 0.94);
  backdrop-filter: blur(12px);
  border-color: rgba(240, 222, 174, 0.08);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  -decoration: none;
  height: 34px !important;
  width: auto !important;
}

.nav-logo img {
  height: 100% !important;
  width: auto !important;
}

.nav-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.nav-name {
  font-family: "Bricolage Grotesque";
  font-size: 1.4rem;
  color: var(--g);
  font-weight: 600;
}

.nav-sub {
  font-family: "Bricolage Grotesque";
  font-size: 0.52rem;
  color: var(--g);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  opacity: 0.5;
  margin-top: 2px;
}

.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

.nav-links a {
  color: var(--g);
  text-decoration: none;
  font-family: "Bricolage Grotesque";
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.nav-links a:hover {
  opacity: 1;
  color: var(--g);
  border-bottom: 1px solid var(--g);
}

.nav-cta {
  border: 1px solid rgba(240, 222, 174, 0.4);
  color: var(--g);
  padding: 9px 26px;
  font-family: "Bricolage Grotesque";
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}

.nav-cta:hover {
  background: var(--g);
  color: var(--f);
  border-color: var(--g);
}


@media (max-width: 376px) {
    .nav-cta {
  padding: 9px 8px;
}
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 80px 120px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://leenas.si/wp-content/uploads/leenas/DSC_0079.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  animation: heroZoom 12s ease-out forwards;
}

@keyframes heroZoom {
  from {
    transform: scale(1.05);
  }

  to {
    transform: scale(1);
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(158deg, rgba(6, 15, 3, 0.88) 0%, rgba(22, 42, 11, 0.7) 45%, rgba(29, 53, 14, 0.45) 100%);
}

.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px;
}

.hero-leaf {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-52%);
  opacity: 0.055;
  width: 520px;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Bricolage Grotesque";
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--g);
  opacity: 0.55;
  margin-bottom: 26px;
  animation: fadeUp 1s 0.3s both;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 44px;
  height: 1px;
  background: var(--g);
  opacity: 0.5;
}

.hero-h1 {
  font-family: "Bricolage Grotesque";
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  font-weight: 400;
  line-height: 1.02;
  color: var(--g);
  margin: 0 0 26px;
  animation: fadeUp 1s 0.5s both;
}

.hero-h1 em {
  font-style: italic;
  color: rgba(240, 222, 174, 0.55);
}

.hero-sub {
  font-family: "Bricolage Grotesque";
  font-size: 1.22rem;
  font-weight: 300;
  color: rgba(240, 222, 174, 0.62);
  line-height: 1.82;
  max-width: 480px;
  margin: 0 0 50px;
  animation: fadeUp 1s 0.7s both;
}

.hero-btns {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
  animation: fadeUp 1s 0.9s both;
}

.btn-primary {
  background: var(--or);
  color: #fff;
  padding: 16px 46px;
  font-family: "Bricolage Grotesque";
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.btn-primary:hover {
  background: #a0561f;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(186, 102, 45, 0.35);
}

.btn-ghost {
  color: var(--g);
  text-decoration: none;
  font-family: "Bricolage Grotesque";
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(240, 222, 174, 0.3);
  padding: 10px;
  transition: border-color 0.3s, opacity 0.3s;
  opacity: 0.8;
}

.btn-ghost:hover {
  opacity: 1;
  border-color: rgba(240, 222, 174, 0.8);
  background-color: var(--g);
}

.hero-badge {
  position: absolute;
  top: 100px;
  right: 80px;
  z-index: 3;
  background: rgba(240, 222, 174, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(240, 222, 174, 0.22);
  padding: 18px 24px;
  text-align: center;
  animation: fadeUp 1s 1.1s both;
}

.badge-num {
  font-family: "Bricolage Grotesque";
  font-size: 2.2rem;
  color: var(--g);
  line-height: 1;
  font-weight: 600;
}

.badge-stars {
  font-size: 0.68rem;
  color: var(--or);
  letter-spacing: 2px;
  margin: 5px 0 4px;
}

.badge-src {
  font-family: "Bricolage Grotesque";
  font-size: 0.56rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(240, 222, 174, 0.45);
}

.hero-scroll {
  position: absolute;
  right: 80px;
  bottom: 46px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.scroll-line {
  width: 1px;
  height: 52px;
  background: linear-gradient(to bottom, rgba(240, 222, 174, 0.45), transparent);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 0.4;
    transform: scaleY(1);
  }

  50% {
    opacity: 0.9;
    transform: scaleY(0.55);
  }
}

.hero-scroll span {
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(240, 222, 174, 0.32);
  writing-mode: vertical-rl;
  font-family: "Bricolage Grotesque";
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── STATS ── */
.stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--f);
}

.stat {
  padding: 42px 20px;
  text-align: center;
  border-right: 1px solid rgba(240, 222, 174, 0.08);
  transition: background 0.3s;
  cursor: default;
}

.stat:last-child {
  border-right: none;
}

.stat:hover {
  background: rgba(240, 222, 174, 0.04);
}

.stat-n {
  font-family: "Bricolage Grotesque";
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--g);
  line-height: 1;
  margin-bottom: 9px;
}

.stat-l {
  font-family: "Bricolage Grotesque";
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(240, 222, 174, 0.38);
}

/* ── SECTION HELPERS ── */
.section-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Bricolage Grotesque";
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-tag::before {
  content: '';
  display: block;
  width: 26px;
  height: 1px;
}

.section-h2 {
  font-family: "Bricolage Grotesque";
  font-size: clamp(2rem, 3.8vw, 3.3rem);
  font-weight: 400;
  line-height: 1.12;
  margin: 0 0 18px;
}

.section-h2 em {
  font-style: italic;
  font-family: RetroSignature;
  font-size: 6rem;
  line-height: 2rem;
}

.section-body {
  font-family: "Bricolage Grotesque";
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.88;
}

/* ── ABOUT ── */
.about {
  background: var(--b);
  padding: 120px 80px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.about-images {
  position: relative;
  height: 580px;
}

.about-img-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 74%;
  height: 83%;
  object-fit: cover;
  box-shadow: 22px 22px 55px rgba(29, 53, 14, 0.17);
}

.about-img-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 51%;
  height: 51%;
  object-fit: cover;
  border: 6px solid var(--b);
  box-shadow: 14px 14px 36px rgba(29, 53, 14, 0.13);
}

.about-badge {
  position: absolute;
  top: 42%;
  left: 60%;
  width: 72px;
  height: 72px;
  background: var(--f);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(29, 53, 14, 0.28);
}

.about .section-tag {
  color: var(--ol);
}

.about .section-tag::before {
  background: var(--ol);
}

.about .section-h2 {
  color: var(--f);
}

.about .section-body {
  color: #4a5040;
  margin-bottom: 36px;
}

.values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

.value {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 17px;
  border: 1px solid rgba(95, 108, 55, 0.14);
  transition: all 0.3s;
}

.value:hover {
  border-color: rgba(95, 108, 55, 0.38);
  background: rgba(95, 108, 55, 0.03);
}

.value svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--ol);
  margin-top: 2px;
}

.value-title {
  font-family: "Bricolage Grotesque";
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--f);
  margin-bottom: 4px;
}

.value-desc {
  font-family: "Bricolage Grotesque";
  font-size: 0.76rem;
  color: #6b7460;
  line-height: 1.5;
}

/* ── HOUSES GRID ── */
.houses {
  background: var(--f);
  padding: 100px 80px;
}

.houses-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto 58px;
}

.houses-header .section-tag {
  color: rgba(240, 222, 174, 0.42);
}

.houses-header .section-tag::before {
  background: rgba(240, 222, 174, 0.3);
}

.houses-header .section-h2 {
  color: var(--g);
  margin-bottom: 0;
}

.all-link {
  color: var(--g);
  text-decoration: none;
  font-family: "Bricolage Grotesque";
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(240, 222, 174, 0.28);
  padding: 10px;
  transition: border-color 0.3s;
}

.all-link:hover {
  border-color: var(--g);
  background-color: var(--g);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  max-width: 1200px;
  margin: 0 auto;
}

.card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.card-img-wrap {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.68);
  transition: transform 0.8s cubic-bezier(.25, .46, .45, .94), filter 0.5s;
}

.card:hover .card-img-wrap img {
  transform: scale(1.08);
  filter: brightness(0.52);
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 12, 3, 0.93) 0%, rgba(5, 12, 3, 0.22) 55%, transparent 100%);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.card-pill {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--or);
  color: #fff;
  font-family: "Bricolage Grotesque";
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 5px 13px;
}

.card-flag {
  position: absolute;
  top: 18px;
  right: 18px;
  font-family: "Bricolage Grotesque";
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(240, 222, 174, 0.55);
  display: flex;
  align-items: center;
  gap: 5px;
}

.card-name {
  font-family: "Bricolage Grotesque";
  font-size: 1.65rem;
  font-weight: 400;
  color: var(--g);
  line-height: 1.15;
  margin-bottom: 4px;
}

.card-tagline {
  font-family: "Bricolage Grotesque";
  font-size: 0.68rem;
  color: rgba(240, 222, 174, 0.45);
  letter-spacing: 0.08em;
  font-style: italic;
  margin-bottom: 14px;
}

.card-rule {
  width: 28px;
  height: 1px;
  background: rgba(240, 222, 174, 0.28);
  margin-bottom: 14px;
}

.card-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.card-meta span {
  font-family: "Bricolage Grotesque";
  font-size: 0.6rem;
  color: rgba(240, 222, 174, 0.48);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}

.card-tag {
  background: rgba(240, 222, 174, 0.09);
  border: 1px solid rgba(240, 222, 174, 0.14);
  color: rgba(240, 222, 174, 0.55);
  font-family: "Bricolage Grotesque";
  font-size: 0.57rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  transition: all 0.3s;
}

.card:hover .card-tag {
  background: rgba(240, 222, 174, 0.14);
  color: rgba(240, 222, 174, 0.85);
}

.card-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--g);
  font-family: "Bricolage Grotesque";
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.35s;
}

.card-cta::after {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--g);
  transition: width 0.3s;
}

.card-cta:hover {
  color: var(--g) !important;
}

.card:hover .card-cta {
  opacity: 1;
  transform: translateY(0);
}

.card:hover .card-cta::after {
  width: 44px;
}

/* ── DETAILS TABS ── */
.details {
  background: var(--b);
  padding: 100px 80px;
}

.details-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.details .section-tag {
  color: var(--ol);
}

.details .section-tag::before {
  background: var(--ol);
}

.details .section-h2 {
  color: var(--f);
  margin-bottom: 40px;
}

.tabs {
  display: flex;
  border-bottom: 2px solid rgba(29, 53, 14, 0.1);
  margin-bottom: 56px;
}

.tab {
  padding: 14px 36px;
  cursor: pointer;
  font-family: "Bricolage Grotesque";
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #aaa;
  border: none;
  background: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.3s;
}

.tab.active,
.tab:hover {
  color: var(--f);
  background-color: var(--g);
}

.tab.active {
  border-bottom-color: var(--or);
}

.panel {
  display: none;
}

.panel.active {
  display: block;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 68px;
  align-items: start;
}

.photo-stack {}

.photo-main {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  box-shadow: 0 18px 48px rgba(29, 53, 14, 0.14);
}

.photo-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  margin-top: 3px;
}

.photo-row img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  filter: brightness(0.88);
  transition: filter 0.3s;
  display: block;
}

.photo-row img:hover {
  filter: brightness(1);
}

.detail-info {}

.detail-name {
  font-family: "Bricolage Grotesque";
  font-size: 2.6rem;
  font-weight: 400;
  color: var(--f);
  margin: 0 0 6px;
  line-height: 1.08;
}

.detail-name em {
  font-style: italic;
  color: var(--ol);
}

.detail-loc {
  font-family: "Bricolage Grotesque";
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.detail-desc {
  font-family: "Bricolage Grotesque";
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.85;
  color: #4a5040;
  margin-bottom: 28px;
}

.specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 24px;
}

.spec {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  background: white;
  border: 1px solid rgba(95, 108, 55, 0.1);
}

.spec-icon {
  font-size: 1.05rem;
}

.spec-label {
  font-family: "Bricolage Grotesque";
  font-size: 0.76rem;
  color: var(--f);
  font-weight: 500;
  line-height: 1.2;
}

.spec-sub {
  font-family: "Bricolage Grotesque";
  font-size: 0.64rem;
  color: #999;
}

.included-bar {
  background: var(--f);
  padding: 16px 20px;
  margin-bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.inc-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Bricolage Grotesque";
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(240, 222, 174, 0.72);
  letter-spacing: 0.06em;
}

.inc-item::before {
  content: '✓';
  color: var(--or);
  font-weight: 700;
}

.amenity-title {
  font-family: "Bricolage Grotesque";
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ol);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.amenity-title::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: var(--ol);
}

.amenity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 26px;
}

.amenity {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Bricolage Grotesque";
  font-size: 0.76rem;
  color: #4a5040;
}

.amenity::before {
  content: '';
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  background: var(--ol);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.book-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--or);
  color: #fff;
  padding: 15px 34px;
  font-family: "Bricolage Grotesque";
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}

.book-btn:hover {
  background: #a0561f;
  transform: translateY(-2px);
}

.book-btn svg {
  width: 15px;
  height: 15px;
}

/* ── GALLERY ── */
.gallery {
  background: var(--d);
  padding: 100px 0;
}

.gallery-header {
  padding: 0 80px;
  margin-bottom: 44px;
}

.gallery .section-tag {
  color: var(--or);
}

.gallery .section-tag::before {
  background: var(--or);
}

.gallery .section-h2 {
  color: var(--g);
  margin-bottom: 6px;
}

.gallery-hint {
  font-family: "Bricolage Grotesque";
  font-size: 0.7rem;
  color: rgba(240, 222, 174, 0.3);
  letter-spacing: 0.1em;
}

.gallery-track {
  display: flex;
  gap: 3px;
  padding: 0 80px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-track:active {
  cursor: grabbing;
}

.g-item {
  flex-shrink: 0;
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
}

.g-item:nth-child(odd) {
  width: 280px;
  height: 380px;
}

.g-item:nth-child(even) {
  width: 340px;
  height: 420px;
}

.g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.75) saturate(0.88);
  transition: transform 0.6s cubic-bezier(.25, .46, .45, .94), filter 0.4s;
}

.g-item:hover img {
  transform: scale(1.06);
  filter: brightness(1) saturate(1);
}

.g-cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(5, 12, 3, 0.82), transparent);
  padding: 1.8rem 1.4rem 1rem;
  font-family: "Bricolage Grotesque";
  font-size: 0.63rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(240, 222, 174, 0.72);
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.32s;
}

.g-item:hover .g-cap {
  opacity: 1;
  transform: translateY(0);
}
.gallery-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.gallery-popup.active {
  display: flex;
}
.gallery-popup-inner {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-popup img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.gallery-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 28px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  z-index: 10;
}
.gallery-close:hover {
  background: rgba(255,255,255,0.3);
}
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  z-index: 10;
}
.gallery-nav:hover {
  background: rgba(255,255,255,0.3);
}
.gallery-nav.prev {
  left: 20px;
}
.gallery-nav.next {
  right: 20px;
}
.gallery-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  background: rgba(0,0,0,0.5);
  padding: 8px 16px;
  border-radius: 20px;
}

/* ── TESTIMONIALS ── */
.reviews {
  background: var(--g);
  padding: 100px 80px;
}

.reviews-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 54px;
  flex-wrap: wrap;
  gap: 20px;
}

.reviews .section-tag {
  color: var(--ol);
}

.reviews .section-tag::before {
  background: var(--ol);
}

.reviews .section-h2 {
  color: var(--f);
  margin-bottom: 0;
}

.rating-badge {
  background: var(--f);
  padding: 18px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rating-big {
  font-family: "Bricolage Grotesque";
  font-size: 3rem;
  font-weight: 600;
  color: var(--g);
  line-height: 1;
}

.rating-stars {
  font-size: 0.76rem;
  letter-spacing: 3px;
  color: var(--or);
  margin: 5px 0;
}

.rating-src {
  font-family: "Bricolage Grotesque";
  font-size: 0.57rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(240, 222, 174, 0.45);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.review {
  background: rgba(29, 53, 14, 0.07);
  padding: 34px;
  transition: background 0.3s;
}

.review:hover {
  background: rgba(29, 53, 14, 0.11);
}

.review-stars {
  font-size: 0.72rem;
  color: var(--or);
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.review-text {
  font-family: "Bricolage Grotesque";
  font-size: 1.04rem;
  font-weight: 300;
  line-height: 1.78;
  color: var(--f);
  margin-bottom: 20px;
  font-style: italic;
  position: relative;
  padding-top: 22px;
}

.review-text::before {
  content: '"';
  position: absolute;
  top: 0;
  left: -2px;
  font-family: "Bricolage Grotesque";
  font-size: 3.2rem;
  color: rgba(29, 53, 14, 0.18);
  line-height: 1;
}

.review-author {
  font-family: "Bricolage Grotesque";
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ol);
  margin-bottom: 3px;
}

.review-house {
  font-family: "Bricolage Grotesque";
  font-size: 0.63rem;
  color: rgba(29, 53, 14, 0.42);
  letter-spacing: 0.06em;
}

/* ── BOOKING ── */
.booking {
  background: var(--f);
  padding: 100px 80px;
}

.booking-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 78px;
  align-items: start;
}

.booking .section-tag {
  color: rgba(240, 222, 174, 0.42);
}

.booking .section-tag::before {
  background: rgba(240, 222, 174, 0.3);
}

.booking .section-h2 {
  color: var(--g);
}

.booking .section-body {
  color: rgba(240, 222, 174, 0.48);
  margin-bottom: 34px;
}

.book-links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.book-platform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  border: 1px solid rgba(240, 222, 174, 0.13);
  text-decoration: none;
  transition: all 0.3s;
  background: rgba(240, 222, 174, 0.04);
}

.book-platform:hover {
  background: rgba(240, 222, 174, 0.1);
  border-color: rgba(240, 222, 174, 0.38);
}

.bp-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bp-icon {
  width: 42px;
  height: 42px;
  background-color: #f0deae;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.bp-name {
  font-family: "Bricolage Grotesque";
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--g);
}

.bp-sub {
  font-family: "Bricolage Grotesque";
  font-size: 0.66rem;
  color: rgba(240, 222, 174, 0.38);
  letter-spacing: 0.06em;
}

.bp-arr {
  color: rgba(240, 222, 174, 0.38);
  font-size: 1.1rem;
  transition: all 0.3s;
}

.book-platform:hover .bp-arr {
  transform: translateX(4px);
  color: var(--g);
}

.or-div {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 14px 0;
  font-family: "Bricolage Grotesque";
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(240, 222, 174, 0.22);
}

.or-div::before,
.or-div::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(240, 222, 174, 0.1);
}

.form {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.fg {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fg label {
  font-family: "Bricolage Grotesque";
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(240, 222, 174, 0.36);
}

.fg input,
.fg select,
.fg textarea {
  background: rgba(240, 222, 174, 0.06);
  border: 1px solid rgba(240, 222, 174, 0.12);
  color: var(--g);
  padding: 13px 15px;
  font-family: "Bricolage Grotesque";
  font-size: 0.84rem;
  outline: none;
  width: 100%;
  transition: border-color 0.3s;
  -webkit-appearance: none;
  appearance: none;
  resize: none;
}

.fg input::placeholder,
.fg textarea::placeholder {
  color: rgba(240, 222, 174, 0.26);
}

.fg input:focus,
.fg select:focus,
.fg textarea:focus {
  border-color: rgba(240, 222, 174, 0.48);
}

.fg select option {
  background: var(--f);
  color: var(--g);
}

.form-submit {
  background: var(--or);
  color: #fff;
  border: none;
  padding: 17px;
  font-family: "Bricolage Grotesque";
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
  width: 100%;
}

.form-submit:hover {
  background: #a0561f;
}

/* ── LOCATIONS ── */
.locations {
  background: var(--b);
  padding: 100px 80px;
}

.locations-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.locations .section-tag {
  color: var(--ol);
}

.locations .section-tag::before {
  background: var(--ol);
}

.locations .section-h2 {
  color: var(--f);
  margin-bottom: 56px;
}

.loc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}

.loc-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.loc-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  filter: brightness(0.68) saturate(0.82);
  transition: transform 0.7s cubic-bezier(.25, .46, .45, .94), filter 0.4s;
}

.loc-card:hover .loc-img {
  transform: scale(1.06);
  filter: brightness(0.52) saturate(1);
}

.loc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 12, 3, 0.9) 0%, transparent 55%);
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.loc-num {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 34px;
  height: 34px;
  background: var(--or);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bricolage Grotesque";
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
}

.loc-name {
  font-family: "Bricolage Grotesque";
  font-size: 1.55rem;
  font-weight: 400;
  color: var(--g);
  line-height: 1.18;
  margin-bottom: 5px;
}

.loc-name em {
  font-style: italic;
}

.loc-where {
  font-family: "Bricolage Grotesque";
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(240, 222, 174, 0.52);
  margin-bottom: 12px;
}

.loc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.loc-tag {
  background: rgba(240, 222, 174, 0.09);
  border: 1px solid rgba(240, 222, 174, 0.18);
  color: rgba(240, 222, 174, 0.62);
  font-family: "Bricolage Grotesque";
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
}

.loc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--g);
  font-family: "Bricolage Grotesque";
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.32s;
}

.loc-link::after {
  content: '→';
}

.loc-card:hover .loc-link {
  opacity: 1;
  transform: translateY(0);
}

/* ── FOOTER ── */
.footer {
  background: var(--d);
  padding: 72px 80px 36px;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(240, 222, 174, 0.07);
  margin-bottom: 26px;
}

.footer-brand-name {
  font-family: "Bricolage Grotesque";
  font-size: 1.75rem;
  color: var(--g);
  display: block;
  margin-bottom: 12px;
}

.footer-brand p {
  font-family: "Bricolage Grotesque";
  font-size: 0.8rem;
  line-height: 1.82;
  color: rgba(240, 222, 174, 0.32);
  max-width: 230px;
  margin: 0 0 20px;
}

.socials {
  display: flex;
  gap: 9px;
}

.soc {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(240, 222, 174, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(240, 222, 174, 0.32);
  font-size: 0.7rem;
  transition: all 0.3s;
  text-decoration: none;
  font-family: "Bricolage Grotesque";
  font-weight: 600;
}

.soc:hover {
  border-color: var(--g);
  color: var(--g);
}

.footer-col h4 {
  font-family: "Bricolage Grotesque";
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--g);
  margin: 0 0 18px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-col ul a {
  font-family: "Bricolage Grotesque";
  font-size: 0.78rem;
  color: rgba(240, 222, 174, 0.32);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul a:hover {
  color: rgba(240, 222, 174, 0.72);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  font-family: "Bricolage Grotesque";
  font-size: 0.68rem;
  color: rgba(240, 222, 174, 0.16);
}

.footer-mark {
  font-family: "Bricolage Grotesque";
  font-size: 1rem;
  color: rgba(240, 222, 174, 0.16);
}

/* ── RESPONSIVE ── */
@media(max-width:900px) {
  .nav {
    padding: 0 24px;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .about,
  .houses,
  .details,
  .gallery-header,
  .reviews,
  .booking,
  .locations,
  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-grid,
  .detail-grid,
  .booking-inner,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .about-images {
    height: 300px;
  }

  .cards,
  .reviews-grid,
  .loc-grid {
    grid-template-columns: 1fr;
  }

  .stats {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-track {
    padding: 0 24px;
  }

  .houses-header,
  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .tabs {
    overflow-x: auto;
  }

  .tab {
    white-space: nowrap;
    padding: 12px 18px;
    font-size: 0.64rem;
  }

  .photo-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-badge {
    top: 80px;
    right: 24px;
  }

  .hero-scroll {
    right: 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

#galery-section {
    display: none;
}

.lang-option:hover {
  background: rgba(240, 222, 174, 0.08);
  opacity: 1;
  border-bottom: 1px solid var(--g);
  color: var(--g);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e16a7a */.form-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.form-popup.active {
  display: flex;
}
.popup-content {
  background: #f8f4ed;
  padding: 50px 40px;
  border-radius: 8px;
  max-width: 450px;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #1d350e;
  opacity: 0.5;
  transition: opacity 0.3s;
  line-height: 1;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-close:hover {
  opacity: 1;
}
.popup-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #1d350e 0%, #2a4a15 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  animation: successPulse 0.6s ease-out;
}
.popup-icon svg {
  width: 40px;
  height: 40px;
  stroke: #f0deae;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: checkmarkDraw 0.5s ease-out 0.2s both;
}
@keyframes successPulse {
  0% { transform: scale(0); opacity: 0; }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); opacity: 1; }
}
@keyframes checkmarkDraw {
  0% { stroke-dasharray: 0 100; }
  100% { stroke-dasharray: 100 100; }
}
.popup-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #1d350e;
  margin: 0 0 15px 0;
  font-weight: 600;
}
.popup-message {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  color: #4a5040;
  line-height: 1.7;
  margin: 0;
}
.form-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}/* End custom CSS */
/* Start custom CSS */@font-face {
    font-family: RetroSignature;
    src: url("https://leenas.si/wp-content/fonts/RetroSignature-2ODoK.otf") format("opentype");
}/* End custom CSS */