.elementor-12 .elementor-element.elementor-element-2f556b9{--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-12 .elementor-element.elementor-element-739b62f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}body.elementor-page-12{margin:-10px -10px -10px -10px;}/* Start custom CSS for container, class: .elementor-element-2f556b9 */@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600;700&family=Heebo:wght@300;400;500;600&family=Manrope:wght@300;400;500;600&display=swap");

#gallery-elementor-root {
  --paper: #f3f0e9;
  --paper-soft: #faf8f3;
  --ink: #1d201f;
  --muted: #77766f;
  --line: rgba(29, 32, 31, 0.17);
  --clay: #a66c50;
  --clay-dark: #74503f;
  --cream: #d9c7ac;
  --white: #fffefa;
}

#gallery-elementor-root, #gallery-elementor-root * {
  box-sizing: border-box;
}

#gallery-elementor-root {
  scroll-behavior: smooth;
}

#gallery-elementor-root {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Assistant", Arial, sans-serif;
  direction: rtl;
}

#gallery-elementor-root button,
#gallery-elementor-root input {
  font: inherit;
}

#gallery-elementor-root a {
  color: inherit;
  text-decoration: none;
}

#gallery-elementor-root img {
  display: block;
  width: 100%;
}

#gallery-elementor-root .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 48px, 1440px);
  height: 96px;
  margin-inline: auto;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

#gallery-elementor-root .brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  direction: ltr;
}

#gallery-elementor-root .brand-lockup {
  display: flex;
  align-items: center;
  gap: 8px;
  direction: ltr;
}

#gallery-elementor-root .site-header .brand-lockup {
  min-width: 0;
  height: 52px;
  overflow: visible;
}


#gallery-elementor-root .brand-lockup > i {
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, 0.3);
}

#gallery-elementor-root .site-header .header-gallery-logo {
  display: block;
  width: auto;
  height: 40px;
  max-width: none;
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
}

#gallery-elementor-root .brand-address {
  align-self: flex-start;
  direction: rtl;
  font-size: 11px;
  font-weight: 300;
  opacity: 0.74;
}

#gallery-elementor-root .brand-developer {
  width: auto;
  height: 30px;
  object-fit: contain;
}

#gallery-elementor-root .mobile-address {
  display: none;
}

#gallery-elementor-root .site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 400;
}

#gallery-elementor-root .site-header nav a:not(.nav-cta) {
  position: relative;
  padding-block: 12px;
}

#gallery-elementor-root .site-header nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transition: width 0.35s ease;
}

#gallery-elementor-root .site-header nav a:hover::after {
  width: 100%;
}

#gallery-elementor-root .nav-cta {
  padding: 11px 20px;
  color: var(--ink);
  border: 0;
  background: rgba(255, 254, 250, 0.94);
  transition:
    color 0.3s ease,
    background 0.3s ease;
}

#gallery-elementor-root .nav-cta:hover {
  color: var(--white);
  background: var(--clay);
}

#gallery-elementor-root .menu-button {
  display: none;
}

#gallery-elementor-root .hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background: #1a211f;
  isolation: isolate;
}

#gallery-elementor-root .hero-blueprint-image,
#gallery-elementor-root .hero-blueprint-grid,
#gallery-elementor-root .hero-photo-reveal,
#gallery-elementor-root .hero-image,
#gallery-elementor-root .hero-window-glow,
#gallery-elementor-root .hero-shade {
  position: absolute;
  inset: 0;
}

#gallery-elementor-root .hero-blueprint-image {
  z-index: -6;
  background-position: center 60%;
  background-size: cover;
  transform: scale(1.015);
}

#gallery-elementor-root .hero-blueprint-grid {
  z-index: -5;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(217, 203, 178, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 203, 178, 0.2) 1px, transparent 1px);
  background-size: 32px 32px;
}

#gallery-elementor-root .hero-photo-reveal {
  z-index: -4;
  overflow: hidden;
  clip-path: inset(0 0 0 100%);
  animation: hero-photo-wipe 1.5s cubic-bezier(0.72, 0, 0.2, 1) both;
}

#gallery-elementor-root .hero-image {
  background-position: center 60%;
  background-size: cover;
  animation: hero-photo-settle 1.5s cubic-bezier(0.2, 0.68, 0.3, 1) both;
}

#gallery-elementor-root .hero-window-glow {
  z-index: -3;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 39% 30%, rgba(255, 191, 103, 0.66) 0, rgba(255, 175, 83, 0.18) 2.8%, transparent 7.5%),
    radial-gradient(circle at 53% 37%, rgba(255, 194, 111, 0.68) 0, rgba(255, 173, 77, 0.18) 2.6%, transparent 7%),
    radial-gradient(circle at 66% 43%, rgba(255, 194, 111, 0.58) 0, rgba(255, 173, 77, 0.16) 2.4%, transparent 6.5%),
    radial-gradient(circle at 31% 53%, rgba(255, 198, 123, 0.56) 0, rgba(255, 175, 83, 0.14) 2.5%, transparent 7%),
    radial-gradient(circle at 58% 60%, rgba(255, 193, 108, 0.6) 0, rgba(255, 175, 83, 0.15) 2.7%, transparent 7%),
    radial-gradient(circle at 73% 58%, rgba(255, 193, 108, 0.52) 0, rgba(255, 175, 83, 0.13) 2.3%, transparent 6%);
  filter: blur(12px);
  mix-blend-mode: screen;
  animation: window-warmth 1.5s ease-out both;
}

#gallery-elementor-root .hero-shade {
  z-index: -2;
  opacity: 0;
  background:
    linear-gradient(90deg, rgba(9, 13, 13, 0.45), rgba(9, 13, 13, 0.34) 52%, rgba(9, 13, 13, 0.43)),
    linear-gradient(180deg, rgba(8, 12, 12, 0.58), rgba(8, 12, 12, 0.19) 36%, rgba(8, 12, 12, 0.6));
  animation: hero-shade-settle 1.5s ease-out both;
}

#gallery-elementor-root .hero-wipe-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 1px;
  background: linear-gradient(transparent 5%, rgba(255, 255, 255, 0.9) 24%, rgba(217, 203, 178, 0.78) 72%, transparent 96%);
  box-shadow:
    0 0 18px rgba(255, 255, 255, 0.5),
    0 0 42px rgba(217, 203, 178, 0.22);
  animation: hero-wipe-line 1.5s cubic-bezier(0.72, 0, 0.2, 1) both;
}

#gallery-elementor-root .hero-drawing-notes {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.42);
  animation: drawing-notes-settle 1.5s ease both;
}

#gallery-elementor-root .hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 1000px);
  margin-top: 48px;
  text-align: center;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.38);
  animation: hero-content-in 0.55s 0.58s ease both;
}

#gallery-elementor-root .hero-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 28px;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  direction: ltr;
}

#gallery-elementor-root .hero-kicker i {
  width: 34px;
  height: 1px;
  background: rgba(255, 255, 255, 0.58);
}

#gallery-elementor-root .hero h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(54px, 8vw, 116px);
  font-weight: 300;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

#gallery-elementor-root .hero h1 span {
  font-weight: 500;
}

#gallery-elementor-root .hero h1 .hero-title-first {
  font-size: 0.95em;
  font-weight: 300;
}

#gallery-elementor-root .hero-content > p {
  max-width: 690px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.87);
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 300;
  line-height: 1.7;
}

#gallery-elementor-root .price-whisper {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  justify-content: center;
  gap: 2px 1px;
  width: fit-content;
  margin: 20px auto 0;
  color: rgba(216, 170, 135, 0.74);
  text-align: center;
}

#gallery-elementor-root .price-whisper span {
  font-size: 10px;
  font-weight: 400;
}

#gallery-elementor-root .price-whisper b {
  color: #d8aa87;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}

#gallery-elementor-root .price-whisper small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.4);
  font-size: 7.5px;
  line-height: 1.35;
}

#gallery-elementor-root .hero-scroll-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 31px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36);
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

#gallery-elementor-root .hero-scroll-cta:hover {
  color: var(--white);
  transform: translateY(-2px);
}

#gallery-elementor-root .hero-scroll-cta > span {
  padding: 0;
}

#gallery-elementor-root .hero-scroll-cta i {
  position: relative;
  width: 1px;
  height: 52px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  font-style: normal;
}

#gallery-elementor-root .hero-scroll-cta i::before {
  position: absolute;
  top: -24px;
  left: 0;
  width: 1px;
  height: 24px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.98),
    transparent
  );
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.55);
  content: "";
  animation: hero-cta-line 1.55s ease-in-out infinite;
}

#gallery-elementor-root .hero-scroll-cta i::after {
  content: none;
}

#gallery-elementor-root .visual-note {
  position: absolute;
  right: 28px;
  bottom: 26px;
  font-size: 9px;
  opacity: 0.58;
}

#gallery-elementor-root .blueprint {
  position: absolute;
  pointer-events: none;
}

#gallery-elementor-root .blueprint--hero {
  top: 12%;
  left: -6%;
  z-index: -1;
  width: 38vw;
  min-width: 420px;
  height: 66vh;
  opacity: 0.24;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 20px 20px;
  transform: rotate(-7deg);
}

#gallery-elementor-root .bp-room {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.62);
}

#gallery-elementor-root .bp-room--1 {
  inset: 10% 12% 46% 8%;
}

#gallery-elementor-root .bp-room--2 {
  inset: 52% 44% 12% 8%;
}

#gallery-elementor-root .bp-room--3 {
  inset: 52% 12% 12% 60%;
}

#gallery-elementor-root .bp-measure,
#gallery-elementor-root .bp-axis {
  position: absolute;
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  letter-spacing: 0.12em;
}

#gallery-elementor-root .bp-measure {
  right: 16%;
  bottom: 8%;
}

#gallery-elementor-root .bp-axis {
  top: 5%;
  left: 5%;
}

#gallery-elementor-root .form-section {
  position: relative;
  z-index: 4;
  padding: 95px 24px;
  background: var(--paper-soft);
}

#gallery-elementor-root .form-shell {
  display: grid;
  grid-template-columns: 150px 1fr;
  width: min(100%, 1180px);
  margin-inline: auto;
  border: 1px solid var(--line);
  background: var(--paper);
}

#gallery-elementor-root .form-side-note {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 24px;
  border-left: 1px solid var(--line);
}

#gallery-elementor-root .form-side-note span {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
}

#gallery-elementor-root .form-side-note p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  writing-mode: vertical-rl;
}

#gallery-elementor-root .lead-form {
  padding: 45px 55px 36px;
}

#gallery-elementor-root .form-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) 1fr;
  gap: 28px 60px;
  align-items: end;
  margin-bottom: 36px;
}

#gallery-elementor-root .form-heading .eyebrow {
  grid-column: 1 / -1;
}

#gallery-elementor-root .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--clay-dark);
  font-family: "Manrope", "Assistant", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

#gallery-elementor-root .eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

#gallery-elementor-root .form-heading h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

#gallery-elementor-root .form-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

#gallery-elementor-root .form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 13px;
  align-items: end;
}

#gallery-elementor-root .form-grid label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#gallery-elementor-root .form-grid label span {
  color: var(--muted);
  font-size: 11px;
}

#gallery-elementor-root .form-grid input {
  width: 100%;
  height: 48px;
  padding-inline: 12px;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid var(--ink);
  outline: none;
  background: transparent;
  transition: border-color 0.25s ease;
}

#gallery-elementor-root .form-grid input:focus {
  border-bottom-color: var(--clay);
}

#gallery-elementor-root .form-grid button,
#gallery-elementor-root .call-button {
  min-height: 50px;
  padding: 0 24px;
  color: var(--white);
  border: 1px solid var(--ink);
  background: var(--ink);
  cursor: pointer;
  font-size: 13px;
  transition:
    background 0.3s ease,
    color 0.3s ease;
}

#gallery-elementor-root .form-grid button:hover,
#gallery-elementor-root .call-button:hover {
  color: var(--ink);
  background: transparent;
}

#gallery-elementor-root .consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

#gallery-elementor-root .consent input {
  margin-top: 2px;
  accent-color: var(--clay);
}

#gallery-elementor-root .call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

#gallery-elementor-root .manifesto {
  position: relative;
  display: grid;
  min-height: 760px;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background: #202625;
  isolation: isolate;
}

#gallery-elementor-root .manifesto::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 52% 48%, rgba(15, 19, 18, 0.16), rgba(12, 16, 15, 0.67) 72%),
    linear-gradient(180deg, rgba(10, 14, 13, 0.34), rgba(10, 14, 13, 0.58));
  content: "";
}

#gallery-elementor-root .manifesto-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(100% - 48px, 880px);
  padding: 120px 24px;
  text-align: center;
}

#gallery-elementor-root .manifesto-copy .eyebrow {
  justify-content: center;
  color: rgba(216, 170, 135, 0.88);
}

#gallery-elementor-root .manifesto-copy h2 {
  margin: 30px 0 28px;
  color: var(--white);
  font-size: clamp(52px, 7.2vw, 110px);
  font-weight: 300;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

#gallery-elementor-root .manifesto-copy h2 em {
  color: var(--clay);
  font-style: normal;
  font-weight: 500;
}

#gallery-elementor-root .manifesto-copy p {
  max-width: 630px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.85;
}

#gallery-elementor-root .manifesto-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    #202625;
  background-size: 32px 32px;
}

#gallery-elementor-root .art-number {
  position: absolute;
  right: -2vw;
  bottom: -6vw;
  color: rgba(255, 255, 255, 0.06);
  font-family: "Manrope", sans-serif;
  font-size: min(36vw, 560px);
  font-weight: 300;
  line-height: 0.8;
}

#gallery-elementor-root .architectural-card {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  width: min(56vw, 790px);
  height: 68%;
  padding: 30px;
  color: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  opacity: 0.68;
  transform: translate(-50%, -50%) rotate(3deg);
}

#gallery-elementor-root .architectural-card::before,
#gallery-elementor-root .architectural-card::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.24);
  content: "";
}

#gallery-elementor-root .architectural-card::before {
  inset: 17% 12% 42% 12%;
}

#gallery-elementor-root .architectural-card::after {
  inset: 64% 12% 10% 45%;
}

#gallery-elementor-root .architectural-card i {
  width: 34%;
  height: 1px;
  margin-top: auto;
  background: rgba(255, 255, 255, 0.4);
}

#gallery-elementor-root .architectural-card b {
  margin-top: 10px;
  font-weight: 400;
}

#gallery-elementor-root .project-gallery {
  position: relative;
  padding: 2px;
  overflow: hidden;
  background: #131817;
}

#gallery-elementor-root .project-carousel-viewport {
  position: relative;
  min-height: 78svh;
  overflow: hidden;
  background: #202625;
}

#gallery-elementor-root .gallery-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  background: #262b29;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.025);
  transition:
    opacity 1s ease,
    transform 5.6s cubic-bezier(0.2, 0.72, 0.2, 1);
}

#gallery-elementor-root .gallery-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

#gallery-elementor-root .gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gallery-elementor-root .gallery-slide::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 14, 13, 0.17), transparent 45%),
    linear-gradient(transparent 48%, rgba(10, 14, 13, 0.76));
  content: "";
}

#gallery-elementor-root .gallery-message {
  position: absolute;
  right: clamp(24px, 5vw, 76px);
  bottom: 54px;
  z-index: 2;
  display: grid;
  gap: 2px;
  width: min(76vw, 780px);
  margin: 0;
  color: var(--white);
  pointer-events: none;
  text-align: right;
}

#gallery-elementor-root .gallery-message span {
  font-family: "Heebo", "Assistant", sans-serif;
  font-size: clamp(27px, 3.25vw, 48px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

#gallery-elementor-root .gallery-message em {
  color: var(--cream);
  font-family: "Assistant", sans-serif;
  font-size: clamp(25px, 2.9vw, 42px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

#gallery-elementor-root .carousel-count {
  position: absolute;
  top: 32px;
  left: 36px;
  z-index: 4;
  direction: ltr;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  letter-spacing: 0.15em;
}

#gallery-elementor-root .carousel-controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 5;
  display: flex;
  direction: ltr;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
}

#gallery-elementor-root .carousel-controls > button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: rgba(18, 23, 22, 0.28);
  cursor: pointer;
  place-items: center;
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

#gallery-elementor-root .carousel-controls > button:hover,
#gallery-elementor-root .carousel-controls > button:focus-visible {
  color: var(--ink);
  border-color: var(--white);
  background: var(--white);
  outline: none;
}

#gallery-elementor-root .carousel-dots {
  display: flex;
  align-items: center;
  gap: 5px;
}

#gallery-elementor-root .carousel-dots button {
  position: relative;
  width: 42px;
  height: 30px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: pointer;
}

#gallery-elementor-root .carousel-dots button > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-50%);
}

#gallery-elementor-root .carousel-dots button > span::after {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.95);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
}

#gallery-elementor-root .carousel-dots button.is-active > span::after {
  animation: carousel-progress 4.8s linear forwards;
}

#gallery-elementor-root .project-gallery:hover .carousel-dots button.is-active > span::after,
#gallery-elementor-root .project-gallery:focus-within .carousel-dots button.is-active > span::after {
  animation-play-state: paused;
}

#gallery-elementor-root .pillars-section {
  position: relative;
  padding: 150px max(4vw, 24px);
  overflow: hidden;
  background: var(--paper-soft);
  isolation: isolate;
}

#gallery-elementor-root .pillars-section::before {
  position: absolute;
  inset: 8% -5% auto;
  z-index: -2;
  height: 78%;
  opacity: 0.18;
  background:
    linear-gradient(90deg, transparent 0 8%, var(--ink) 8% 8.12%, transparent 8.12% 29%, var(--ink) 29% 29.12%, transparent 29.12% 68%, var(--ink) 68% 68.12%, transparent 68.12%),
    linear-gradient(0deg, transparent 0 16%, var(--ink) 16% 16.12%, transparent 16.12% 47%, var(--ink) 47% 47.12%, transparent 47.12% 78%, var(--ink) 78% 78.12%, transparent 78.12%),
    linear-gradient(90deg, transparent 0 46%, var(--ink) 46% 46.12%, transparent 46.12%),
    linear-gradient(0deg, transparent 0 63%, var(--ink) 63% 63.12%, transparent 63.12%);
  border: 1px solid var(--ink);
  content: "";
  transform: rotate(-1.4deg);
}

#gallery-elementor-root .section-intro,
#gallery-elementor-root .location-heading,
#gallery-elementor-root .spec-heading,
#gallery-elementor-root .faq-heading {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

#gallery-elementor-root .section-intro .eyebrow,
#gallery-elementor-root .location-heading .eyebrow,
#gallery-elementor-root .spec-heading .eyebrow,
#gallery-elementor-root .faq-heading .eyebrow {
  justify-content: center;
}

#gallery-elementor-root .section-intro h2,
#gallery-elementor-root .location-heading h2,
#gallery-elementor-root .spec-heading h2,
#gallery-elementor-root .faq-heading h2,
#gallery-elementor-root .editorial-copy h2,
#gallery-elementor-root .community-copy h2,
#gallery-elementor-root .entrepreneur-content h2,
#gallery-elementor-root .final-cta-title h2 {
  margin: 28px 0 24px;
  font-size: clamp(48px, 6vw, 90px);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

#gallery-elementor-root .section-intro h2 em,
#gallery-elementor-root .location-heading h2 em,
#gallery-elementor-root .spec-heading h2 em,
#gallery-elementor-root .editorial-copy h2 em,
#gallery-elementor-root .community-copy h2 em,
#gallery-elementor-root .entrepreneur-content h2 em,
#gallery-elementor-root .final-cta-title h2 em {
  color: var(--clay);
  font-style: normal;
  font-weight: 500;
}

#gallery-elementor-root .section-intro > p,
#gallery-elementor-root .location-heading > p,
#gallery-elementor-root .spec-heading > p,
#gallery-elementor-root .faq-heading > p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

#gallery-elementor-root .pillars-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, 1320px);
  margin: 85px auto 0;
}

#gallery-elementor-root .pillars-grid::before {
  position: absolute;
  inset: -46px -28px;
  z-index: -1;
  opacity: 0.22;
  background:
    linear-gradient(90deg, transparent 0 17%, var(--clay) 17% 17.15%, transparent 17.15% 41%, var(--ink) 41% 41.12%, transparent 41.12% 73%, var(--ink) 73% 73.12%, transparent 73.12%),
    linear-gradient(0deg, transparent 0 22%, var(--ink) 22% 22.13%, transparent 22.13% 57%, var(--clay) 57% 57.15%, transparent 57.15% 84%, var(--ink) 84% 84.13%, transparent 84.13%);
  border: 1px solid var(--ink);
  content: "";
  pointer-events: none;
}

#gallery-elementor-root .pillar-card {
  --frame-accent: #a96f52;
  --frame-fill: rgba(169, 111, 82, 0.08);
  position: relative;
  min-height: 350px;
  padding: 42px 34px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--frame-accent) 58%, var(--line));
  background: color-mix(in srgb, var(--paper) 90%, var(--frame-fill));
  box-shadow:
    inset 0 0 0 11px var(--paper-soft),
    inset 0 0 0 12px color-mix(in srgb, var(--frame-accent) 34%, transparent);
  transition:
    background 0.4s ease,
    border-color 0.4s ease;
}

#gallery-elementor-root .pillar-card::before {
  position: absolute;
  inset: 17px;
  border: 1px solid color-mix(in srgb, var(--frame-accent) 25%, transparent);
  content: "";
  pointer-events: none;
}

#gallery-elementor-root .pillar-card::after {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 35px;
  height: 35px;
  border-top: 2px solid var(--frame-accent);
  border-left: 2px solid var(--frame-accent);
  content: "";
  pointer-events: none;
}

#gallery-elementor-root .pillar-card:hover {
  border-color: var(--frame-accent);
  background: color-mix(in srgb, var(--paper) 82%, var(--frame-fill));
}

#gallery-elementor-root .pillar-card:nth-child(2) {
  --frame-accent: #667b70;
  --frame-fill: rgba(102, 123, 112, 0.09);
}

#gallery-elementor-root .pillar-card:nth-child(3) {
  --frame-accent: #596967;
  --frame-fill: rgba(89, 105, 103, 0.08);
}

#gallery-elementor-root .pillar-card:nth-child(4) {
  --frame-accent: #a18761;
  --frame-fill: rgba(161, 135, 97, 0.08);
}

#gallery-elementor-root .pillar-card > span,
#gallery-elementor-root .location-points article > span,
#gallery-elementor-root .spec-item > span {
  color: var(--clay);
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  letter-spacing: 0.2em;
}

#gallery-elementor-root .pillar-card h3 {
  margin: 78px 0 20px;
  font-size: 34px;
  font-weight: 400;
}

#gallery-elementor-root .pillar-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

#gallery-elementor-root .lifestyle-section,
#gallery-elementor-root .community-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 860px;
  background: var(--paper);
}

#gallery-elementor-root .editorial-image,
#gallery-elementor-root .community-image {
  position: relative;
  min-height: 700px;
  margin: 0;
  overflow: hidden;
}

#gallery-elementor-root .editorial-image img,
#gallery-elementor-root .community-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.2, 0.7, 0.2, 1);
}

#gallery-elementor-root .editorial-image:hover img,
#gallery-elementor-root .community-image:hover img {
  transform: scale(1.025);
}

#gallery-elementor-root .editorial-image figcaption,
#gallery-elementor-root .community-image figcaption {
  position: absolute;
  right: 22px;
  bottom: 19px;
  z-index: 2;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(18, 22, 21, 0.55);
  font-size: 9px;
}

#gallery-elementor-root .editorial-copy,
#gallery-elementor-root .community-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px max(7vw, 50px);
}

#gallery-elementor-root .editorial-copy h2,
#gallery-elementor-root .community-copy h2 {
  font-size: clamp(48px, 5.6vw, 86px);
}

#gallery-elementor-root .editorial-copy > p,
#gallery-elementor-root .community-copy > p {
  max-width: 540px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

#gallery-elementor-root .text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-top: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 600;
}

#gallery-elementor-root .text-link span {
  transition: transform 0.3s ease;
}

#gallery-elementor-root .text-link:hover span {
  transform: translateX(-5px);
}

#gallery-elementor-root .lifestyle-section {
  position: relative;
  display: flex;
  min-height: 760px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(13, 18, 17, 0.88), rgba(13, 18, 17, 0.64) 50%, rgba(13, 18, 17, 0.78)),
    url("https://gallery-pika16.danargaman.chatgpt.site/images/lifestyle-living.webp") center 56% / cover no-repeat;
  isolation: isolate;
}

#gallery-elementor-root .lifestyle-section::after {
  position: absolute;
  inset: 22px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  content: "";
  pointer-events: none;
}

#gallery-elementor-root .lifestyle-caption {
  position: absolute;
  right: 36px;
  bottom: 32px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
}

#gallery-elementor-root .lifestyle-section .editorial-copy {
  position: relative;
  z-index: 1;
  align-items: center;
  width: min(100%, 830px);
  min-height: 760px;
  margin-inline: auto;
  padding: 105px 34px;
  text-align: center;
}

#gallery-elementor-root .lifestyle-section .eyebrow {
  color: var(--cream);
}

#gallery-elementor-root .lifestyle-section .editorial-copy > p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.74);
}

#gallery-elementor-root .lifestyle-section .text-link,
#gallery-elementor-root .location-section .text-link {
  color: var(--white);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

#gallery-elementor-root .location-section {
  position: relative;
  padding: 145px max(4vw, 24px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #1c2221;
  background-size: 40px 40px;
}

#gallery-elementor-root .location-heading .eyebrow {
  color: var(--cream);
}

#gallery-elementor-root .location-heading > p {
  color: rgba(255, 255, 255, 0.64);
}

#gallery-elementor-root .map-composition {
  position: relative;
  width: min(100%, 1320px);
  height: min(68vw, 650px);
  min-height: 480px;
  margin: 85px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #3c4543;
}

#gallery-elementor-root .map-composition::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(20, 25, 24, 0.34), transparent 45%),
    linear-gradient(180deg, transparent 60%, rgba(20, 25, 24, 0.3));
  content: "";
}

#gallery-elementor-root .map-composition iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

#gallery-elementor-root .map-pin {
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  color: var(--ink);
  border-radius: 50%;
  background: var(--paper-soft);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
}

#gallery-elementor-root .map-pin::after {
  position: absolute;
  right: 43px;
  bottom: -12px;
  width: 22px;
  height: 22px;
  background: var(--paper-soft);
  content: "";
  transform: rotate(45deg);
}

#gallery-elementor-root .map-pin span,
#gallery-elementor-root .map-pin b {
  position: absolute;
  z-index: 2;
}

#gallery-elementor-root .map-pin span {
  top: 20px;
  font-family: "Manrope", sans-serif;
  font-size: 25px;
}

#gallery-elementor-root .map-pin b {
  bottom: 20px;
  font-family: "Manrope", sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

#gallery-elementor-root .map-caption {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 3;
  font-size: 9px;
  opacity: 0.64;
}

#gallery-elementor-root .location-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1320px);
  margin: 0 auto;
  border-inline: 1px solid rgba(255, 255, 255, 0.15);
}

#gallery-elementor-root .location-points article {
  min-height: 220px;
  padding: 34px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

#gallery-elementor-root .location-points article:last-child {
  border-left: 0;
}

#gallery-elementor-root .location-points h3 {
  margin: 52px 0 10px;
  font-size: 23px;
  font-weight: 400;
}

#gallery-elementor-root .location-points p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  line-height: 1.7;
}

#gallery-elementor-root .spec-section {
  padding: 150px max(4vw, 24px);
  background: var(--paper-soft);
}

#gallery-elementor-root .spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 1220px);
  margin: 85px auto 0;
}

#gallery-elementor-root .spec-item {
  position: relative;
  min-height: 230px;
  padding: 30px 28px;
  overflow: hidden;
  border: 1px solid rgba(38, 45, 43, 0.16);
  background: var(--paper);
  isolation: isolate;
}

#gallery-elementor-root .spec-item::before,
#gallery-elementor-root .spec-item::after {
  position: absolute;
  inset: 0;
  content: "";
}

#gallery-elementor-root .spec-item::before {
  z-index: -2;
  transition: transform 0.65s cubic-bezier(0.2, 0.72, 0.2, 1);
}

#gallery-elementor-root .spec-item::after {
  z-index: -1;
  background: linear-gradient(180deg, rgba(249, 247, 242, 0.06), rgba(249, 247, 242, 0.74));
}

#gallery-elementor-root .spec-item:hover::before {
  transform: scale(1.06);
}

#gallery-elementor-root .spec-item:nth-child(1)::before {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.95), transparent 23%),
    repeating-linear-gradient(128deg, rgba(255, 255, 255, 0.28) 0 1px, transparent 1px 22px),
    linear-gradient(135deg, #eef6f6, #aac8cb 54%, #dcebed);
}

#gallery-elementor-root .spec-item:nth-child(2)::before {
  background:
    linear-gradient(118deg, transparent 0 24%, rgba(91, 70, 62, 0.15) 24.4% 25%, transparent 25.4% 54%, rgba(91, 70, 62, 0.11) 54.4% 55%, transparent 55.5%),
    radial-gradient(ellipse at 18% 18%, rgba(255, 255, 255, 0.92), transparent 45%),
    #d8cec1;
}

#gallery-elementor-root .spec-item:nth-child(3)::before {
  background:
    linear-gradient(112deg, transparent 0 38%, rgba(255, 255, 255, 0.18) 38.5% 43%, transparent 43.5%),
    linear-gradient(145deg, #162726, #496563 52%, #233b3a);
}

#gallery-elementor-root .spec-item:nth-child(4)::before {
  background:
    linear-gradient(rgba(74, 62, 54, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 62, 54, 0.2) 1px, transparent 1px),
    linear-gradient(135deg, #e3d9ce, #bfae9e);
  background-size: 52px 52px, 52px 52px, auto;
}

#gallery-elementor-root .spec-item:nth-child(5)::before {
  background:
    linear-gradient(158deg, rgba(255, 255, 255, 0.48), transparent 37%),
    linear-gradient(162deg, #dce9e9 0 51%, #9d755b 51.4% 54%, #dbc4ae 54.5%);
}

#gallery-elementor-root .spec-item:nth-child(6)::before {
  background:
    repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 8px),
    linear-gradient(145deg, #182220, #606966);
}

#gallery-elementor-root .spec-item:nth-child(7)::before {
  background:
    linear-gradient(90deg, transparent 0 31%, rgba(255, 255, 255, 0.13) 31.5% 32%, transparent 32.5% 65%, rgba(255, 255, 255, 0.11) 65.5% 66%, transparent 66.5%),
    linear-gradient(145deg, #687874, #273635);
}

#gallery-elementor-root .spec-item:nth-child(8)::before {
  background:
    repeating-linear-gradient(4deg, rgba(88, 52, 30, 0.15) 0 2px, transparent 2px 11px),
    linear-gradient(135deg, #d1a77d, #b9875e 58%, #dbb997);
}

#gallery-elementor-root .spec-item:nth-child(3)::after,
#gallery-elementor-root .spec-item:nth-child(6)::after,
#gallery-elementor-root .spec-item:nth-child(7)::after {
  background: linear-gradient(180deg, rgba(15, 23, 22, 0.02), rgba(15, 23, 22, 0.66));
}

#gallery-elementor-root .spec-item:nth-child(3),
#gallery-elementor-root .spec-item:nth-child(6),
#gallery-elementor-root .spec-item:nth-child(7) {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.12);
}

#gallery-elementor-root .spec-item:nth-child(3) > span,
#gallery-elementor-root .spec-item:nth-child(6) > span,
#gallery-elementor-root .spec-item:nth-child(7) > span {
  color: var(--cream);
}

#gallery-elementor-root .spec-item:nth-child(3) p,
#gallery-elementor-root .spec-item:nth-child(6) p,
#gallery-elementor-root .spec-item:nth-child(7) p {
  color: rgba(255, 255, 255, 0.72);
}

#gallery-elementor-root .spec-item h3 {
  margin: 62px 0 7px;
  font-size: 22px;
  font-weight: 500;
}

#gallery-elementor-root .spec-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

#gallery-elementor-root .spec-note {
  width: min(100%, 1220px);
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

#gallery-elementor-root .community-section {
  grid-template-columns: 0.9fr 1.1fr;
  color: var(--white);
  background: #242a29;
}

#gallery-elementor-root .community-section .eyebrow {
  color: var(--cream);
}

#gallery-elementor-root .community-copy > p {
  color: rgba(255, 255, 255, 0.67);
}

#gallery-elementor-root .moment-instruction {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 13px !important;
  font-weight: 500;
}

#gallery-elementor-root .moment-instruction::before {
  width: 32px;
  height: 1px;
  background: var(--cream);
  content: "";
}

#gallery-elementor-root .community-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

#gallery-elementor-root .community-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 37px;
  padding: 8px 13px;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

#gallery-elementor-root .community-tabs button:hover,
#gallery-elementor-root .community-tabs button[aria-selected="true"] {
  color: var(--white);
  border-color: var(--clay);
  background: var(--clay);
  transform: translateY(-2px);
}

#gallery-elementor-root .community-tabs button span {
  font-family: "Manrope", sans-serif;
  font-size: 8px;
  letter-spacing: 0.12em;
  opacity: 0.68;
}

#gallery-elementor-root .moment-image {
  animation: moment-image-in 0.55s cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

#gallery-elementor-root .moment-meta {
  position: absolute;
  bottom: 22px;
  left: 25px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  color: var(--white);
  text-align: left;
}

#gallery-elementor-root .moment-meta span {
  font-size: 19px;
  font-weight: 500;
}

#gallery-elementor-root .moment-meta b {
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.16em;
  opacity: 0.68;
}

#gallery-elementor-root .entrepreneur-section {
  position: relative;
  padding: 155px max(4vw, 24px) 0;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(rgba(31, 38, 36, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 38, 36, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 36px 36px;
}

#gallery-elementor-root .entrepreneur-content {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin-inline: auto;
}

#gallery-elementor-root .entrepreneur-brandmark {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: min(100%, 460px);
  margin-bottom: 20px;
  padding: 20px 54px 22px;
}

#gallery-elementor-root .entrepreneur-brandmark::before,
#gallery-elementor-root .entrepreneur-brandmark::after {
  position: absolute;
  top: 54%;
  width: 88px;
  height: 1px;
  background: color-mix(in srgb, var(--clay) 45%, transparent);
  content: "";
}

#gallery-elementor-root .entrepreneur-brandmark::before {
  right: -62px;
}

#gallery-elementor-root .entrepreneur-brandmark::after {
  left: -62px;
}

#gallery-elementor-root .entrepreneur-brandmark > span,
#gallery-elementor-root .entrepreneur-brandmark > small {
  color: var(--muted);
  font-family: "Manrope", "Assistant", sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

#gallery-elementor-root .entrepreneur-brandmark > img {
  width: 222px;
  height: auto;
  margin: 18px auto 12px;
}

#gallery-elementor-root .entrepreneur-content h2 {
  margin-top: 22px;
}

#gallery-elementor-root .entrepreneur-content > p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

#gallery-elementor-root .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1260px);
  margin: 100px auto 0;
  border-block: 1px solid var(--line);
}

#gallery-elementor-root .stats-grid article {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--line);
}

#gallery-elementor-root .stats-grid article:last-child {
  border-left: 0;
}

#gallery-elementor-root .stats-grid strong {
  color: var(--clay);
  font-family: "Manrope", "Assistant", sans-serif;
  font-size: clamp(54px, 6vw, 92px);
  font-weight: 300;
  letter-spacing: -0.055em;
}

#gallery-elementor-root .stats-grid span {
  max-width: 180px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

#gallery-elementor-root .faq-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 8vw;
  padding: 150px max(7vw, 30px);
  background: var(--paper-soft);
}

#gallery-elementor-root .faq-heading {
  margin: 0;
  text-align: right;
}

#gallery-elementor-root .faq-heading .eyebrow {
  justify-content: flex-start;
}

#gallery-elementor-root .faq-heading h2 {
  font-size: clamp(48px, 5vw, 76px);
}

#gallery-elementor-root .faq-heading > p {
  margin: 0;
  text-align: right;
}

#gallery-elementor-root .faq-list {
  border-top: 1px solid var(--line);
}

#gallery-elementor-root .faq-list article {
  border-bottom: 1px solid var(--line);
}

#gallery-elementor-root .faq-list button {
  display: flex;
  width: 100%;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  color: var(--ink);
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: right;
}

#gallery-elementor-root .faq-list button span {
  font-size: 19px;
  font-weight: 500;
}

#gallery-elementor-root .faq-list button i {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

#gallery-elementor-root .faq-list button i::before,
#gallery-elementor-root .faq-list button i::after {
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 1px;
  background: var(--ink);
  content: "";
  transition: transform 0.3s ease;
}

#gallery-elementor-root .faq-list button i::after {
  transform: rotate(90deg);
}

#gallery-elementor-root .faq-list article.is-open button i::after {
  transform: rotate(0);
}

#gallery-elementor-root .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 0.4s ease,
    opacity 0.4s ease;
}

#gallery-elementor-root .faq-answer p {
  max-width: 690px;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

#gallery-elementor-root .faq-list article.is-open .faq-answer {
  grid-template-rows: 1fr;
  padding-bottom: 28px;
  opacity: 1;
}

#gallery-elementor-root .final-cta {
  position: relative;
  padding: 155px max(4vw, 24px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #1b2120;
  background-size: 34px 34px;
}

#gallery-elementor-root .final-cta::before {
  position: absolute;
  top: -35vw;
  left: -22vw;
  width: 70vw;
  height: 70vw;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

#gallery-elementor-root .final-cta-title {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto 80px;
  text-align: center;
}

#gallery-elementor-root .final-cta-title > span {
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  letter-spacing: 0.26em;
}

#gallery-elementor-root .final-cta-title h2 {
  font-size: clamp(58px, 7vw, 104px);
}

#gallery-elementor-root .final-cta-title > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 17px;
}

#gallery-elementor-root .final-form {
  position: relative;
  z-index: 2;
  width: min(100%, 1180px);
  margin-inline: auto;
  color: var(--ink);
  background: var(--paper);
}

#gallery-elementor-root .lead-form--compact {
  padding: 52px 58px 44px;
}

#gallery-elementor-root .site-footer {
  color: rgba(255, 255, 255, 0.58);
  background: #111615;
}

#gallery-elementor-root .footer-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 35px;
  align-items: center;
  padding: 50px max(4vw, 28px);
  font-size: 10px;
  line-height: 1.6;
}

#gallery-elementor-root .footer-brand {
  display: flex;
  align-items: baseline;
  gap: 15px;
  direction: ltr;
}

#gallery-elementor-root .footer-brand > span:last-child {
  direction: rtl;
}

#gallery-elementor-root .footer-main > img {
  width: 116px;
  padding: 7px;
  filter: grayscale(1) brightness(3);
  opacity: 0.78;
}

#gallery-elementor-root .footer-main > p {
  max-width: 420px;
  margin: 0;
  justify-self: end;
  text-align: left;
}

#gallery-elementor-root .footer-privacy-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: -20px auto 28px;
  padding-bottom: 2px;
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 11px;
  line-height: 1.4;
  transition: color 0.25s ease, border-color 0.25s ease;
}

#gallery-elementor-root .footer-privacy-link:hover {
  color: var(--white);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

#gallery-elementor-root .hamelin-credit {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 9px 24px;
  color: #141817;
  background: #f5f5f2;
  direction: ltr;
  font-size: 12px;
}

#gallery-elementor-root .hamelin-credit span {
  direction: rtl;
}

#gallery-elementor-root .hamelin-credit em {
  color: var(--clay);
  font-style: normal;
}

#gallery-elementor-root .hamelin-credit img {
  width: 59px;
  height: 43px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

#gallery-elementor-root .hamelin-credit:hover img {
  transform: translateY(-2px);
}

#gallery-elementor-root .reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
}

#gallery-elementor-root .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-photo-wipe {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes hero-photo-settle {
  0% {
    transform: scale(1.035);
    filter: brightness(0.96) saturate(0.86);
  }
  100% {
    transform: scale(1);
    filter: brightness(0.69) saturate(0.91) contrast(1.04);
  }
}

@keyframes hero-wipe-line {
  0% {
    right: 0;
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  88% {
    opacity: 0.85;
  }
  100% {
    right: calc(100% - 1px);
    opacity: 0;
  }
}

@keyframes hero-shade-settle {
  0% {
    opacity: 0.24;
  }
  100% {
    opacity: 1;
  }
}

@keyframes window-warmth {
  0%,
  54% {
    opacity: 0;
  }
  100% {
    opacity: 0.58;
  }
}

@keyframes drawing-notes-settle {
  0%,
  64% {
    opacity: 1;
  }
  100% {
    opacity: 0.36;
  }
}

@keyframes hero-content-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes moment-image-in {
  from {
    opacity: 0.35;
    transform: scale(1.018);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes hero-cta-line {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  18% {
    opacity: 1;
  }
  82% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(76px);
  }
}

@keyframes carousel-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 900px) {
  #gallery-elementor-root .site-header {
    width: calc(100% - 32px);
    height: 76px;
  }

  #gallery-elementor-root .menu-button {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    width: 44px;
    gap: 5px;
    padding: 10px;
    color: inherit;
    border: 0;
    background: transparent;
  }

  #gallery-elementor-root .menu-button span {
    width: 22px;
    height: 1px;
    background: currentColor;
  }

  #gallery-elementor-root .menu-button em {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  #gallery-elementor-root .site-header nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    color: var(--ink);
    background: var(--paper-soft);
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
  }

  #gallery-elementor-root .site-header nav.is-open {
    opacity: 1;
    visibility: visible;
  }

  #gallery-elementor-root .hero {
    min-height: 840px;
  }

  #gallery-elementor-root .hero-blueprint-image,
  #gallery-elementor-root .hero-image {
    background-position: 58% center;
  }

  #gallery-elementor-root .hero-content {
    width: calc(100% - 36px);
  }

  #gallery-elementor-root .hero h1 {
    font-size: clamp(52px, 15vw, 78px);
  }

  #gallery-elementor-root .price-whisper {
    margin-top: 26px;
  }

  #gallery-elementor-root .blueprint--hero {
    left: -52%;
  }

  #gallery-elementor-root .form-shell {
    grid-template-columns: 1fr;
  }

  #gallery-elementor-root .form-side-note {
    display: none;
  }

  #gallery-elementor-root .form-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #gallery-elementor-root .form-grid {
    grid-template-columns: 1fr;
  }

  #gallery-elementor-root .lead-form {
    padding: 38px 25px 30px;
  }

  #gallery-elementor-root .manifesto {
    min-height: 680px;
  }

  #gallery-elementor-root .manifesto-copy {
    width: min(100% - 28px, 720px);
    min-height: 680px;
    padding: 88px 22px;
  }

  #gallery-elementor-root .manifesto-art {
    min-height: 0;
  }

  #gallery-elementor-root .architectural-card {
    width: min(78vw, 610px);
    height: 66%;
  }

  #gallery-elementor-root .project-gallery {
    padding: 0;
  }

  #gallery-elementor-root .project-carousel-viewport {
    min-height: 68svh;
  }

  #gallery-elementor-root .gallery-slide img {
    object-position: center;
  }

  #gallery-elementor-root .pillars-section,
  #gallery-elementor-root .location-section,
  #gallery-elementor-root .spec-section,
  #gallery-elementor-root .entrepreneur-section,
  #gallery-elementor-root .faq-section,
  #gallery-elementor-root .final-cta {
    padding: 100px 18px;
  }

  #gallery-elementor-root .pillars-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 60px;
  }

  #gallery-elementor-root .lifestyle-section,
  #gallery-elementor-root .community-section {
    grid-template-columns: 1fr;
  }

  #gallery-elementor-root .lifestyle-section,
  #gallery-elementor-root .lifestyle-section .editorial-copy {
    min-height: 720px;
  }

  #gallery-elementor-root .editorial-image,
  #gallery-elementor-root .community-image {
    min-height: 68svh;
  }

  #gallery-elementor-root .editorial-copy,
  #gallery-elementor-root .community-copy {
    min-height: 650px;
    padding: 85px 25px;
  }

  #gallery-elementor-root .map-composition {
    height: 68svh;
    min-height: 520px;
    margin-top: 60px;
  }

  #gallery-elementor-root .location-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #gallery-elementor-root .location-points article:nth-child(2) {
    border-left: 0;
  }

  #gallery-elementor-root .location-points article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  #gallery-elementor-root .spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 60px;
  }

  #gallery-elementor-root .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 70px;
  }

  #gallery-elementor-root .stats-grid article {
    border-bottom: 1px solid var(--line);
  }

  #gallery-elementor-root .stats-grid article:nth-child(2) {
    border-left: 0;
  }

  #gallery-elementor-root .faq-section {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  #gallery-elementor-root .faq-heading {
    max-width: 720px;
  }

  #gallery-elementor-root .final-cta-title {
    margin-bottom: 55px;
  }

  #gallery-elementor-root .lead-form--compact {
    padding: 42px 25px 34px;
  }

  #gallery-elementor-root .footer-main {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  #gallery-elementor-root .footer-main > p {
    justify-self: center;
    text-align: center;
  }

  #gallery-elementor-root .hamelin-credit {
    width: 100%;
  }
}

@media (max-width: 520px) {
  #gallery-elementor-root .site-header {
    display: grid;
    grid-template-columns: 44px 78px minmax(0, 1fr);
    gap: 8px;
    width: calc(100% - 24px);
    height: 80px;
    direction: ltr;
  }

  #gallery-elementor-root .brand {
    grid-column: 3;
    grid-row: 1;
    min-width: 0;
    justify-self: end;
  }

  #gallery-elementor-root .brand-address {
    display: none;
  }

  #gallery-elementor-root .mobile-address {
    position: relative;
    display: flex;
    grid-column: 2;
    grid-row: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    padding-right: 11px;
    color: rgba(255, 255, 255, 0.78);
    direction: rtl;
    line-height: 1.25;
  }

  #gallery-elementor-root .mobile-address i {
    position: absolute;
    top: 24px;
    right: 0;
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.27);
  }

  #gallery-elementor-root .mobile-address span {
    font-size: 8px;
    font-weight: 500;
    white-space: nowrap;
  }

  #gallery-elementor-root .mobile-address small {
    font-size: 8px;
    font-weight: 300;
    white-space: nowrap;
    opacity: 0.74;
  }

  #gallery-elementor-root .menu-button {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  #gallery-elementor-root .site-header nav {
    direction: rtl;
  }

  #gallery-elementor-root .site-header .header-gallery-logo {
  display: block;
  width: auto;
  height: 46px;
  max-width: 220px;
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
}

  #gallery-elementor-root .brand-lockup {
    gap: 10px;
  }

  #gallery-elementor-root .brand-lockup > i {
    height: 18px;
  }

  #gallery-elementor-root .brand-developer {
    width: 50px;
    height: 18px;
    opacity: 0.86;
  }

  #gallery-elementor-root .hero-kicker {
    font-size: 8px;
  }

  #gallery-elementor-root .hero-content > p {
    font-size: 15px;
    line-height: 1.65;
  }

  #gallery-elementor-root .lifestyle-section,
  #gallery-elementor-root .lifestyle-section .editorial-copy {
    min-height: 680px;
  }

  #gallery-elementor-root .lifestyle-section .editorial-copy {
    padding: 82px 26px;
  }

  #gallery-elementor-root .lifestyle-section::after {
    inset: 12px;
  }

  #gallery-elementor-root .lifestyle-caption {
    right: 20px;
    bottom: 18px;
  }

  #gallery-elementor-root .price-whisper {
    grid-template-columns: 1fr;
    gap: 1px;
    margin-top: 16px;
  }

  #gallery-elementor-root .price-whisper span {
    font-size: 9.5px;
  }

  #gallery-elementor-root .price-whisper b {
    font-size: 13.25px;
  }

  #gallery-elementor-root .price-whisper small {
    grid-column: auto;
  }

  #gallery-elementor-root .hero-scroll-cta {
    margin-top: 28px;
    font-size: 15px;
  }

  #gallery-elementor-root .visual-note {
    right: 14px;
  }

  #gallery-elementor-root .form-section {
    padding: 64px 12px;
  }

  #gallery-elementor-root .manifesto-copy h2 {
    margin-block: 25px 24px;
    font-size: 46px;
  }

  #gallery-elementor-root .manifesto-copy p {
    font-size: 15px;
    line-height: 1.75;
  }

  #gallery-elementor-root .project-carousel-viewport {
    min-height: 62svh;
  }

  #gallery-elementor-root .gallery-message {
    right: 22px;
    bottom: 92px;
    left: 22px;
    width: auto;
  }

  #gallery-elementor-root .gallery-message span {
    font-size: 28px;
  }

  #gallery-elementor-root .gallery-message em {
    font-size: 27px;
  }

  #gallery-elementor-root .carousel-count {
    top: 20px;
    left: 20px;
  }

  #gallery-elementor-root .carousel-controls {
    bottom: 22px;
    gap: 8px;
  }

  #gallery-elementor-root .carousel-controls > button {
    width: 34px;
    height: 34px;
  }

  #gallery-elementor-root .carousel-dots button {
    width: 30px;
  }

  #gallery-elementor-root .section-intro h2,
  #gallery-elementor-root .location-heading h2,
  #gallery-elementor-root .spec-heading h2,
  #gallery-elementor-root .faq-heading h2,
  #gallery-elementor-root .editorial-copy h2,
  #gallery-elementor-root .community-copy h2,
  #gallery-elementor-root .entrepreneur-content h2 {
    font-size: 47px;
  }

  #gallery-elementor-root .pillars-grid,
  #gallery-elementor-root .location-points,
  #gallery-elementor-root .spec-grid {
    grid-template-columns: 1fr;
  }

  #gallery-elementor-root .pillar-card {
    min-height: 310px;
    padding: 38px 30px;
  }

  #gallery-elementor-root .pillar-card h3 {
    margin-top: 68px;
  }

  #gallery-elementor-root .editorial-image,
  #gallery-elementor-root .community-image {
    min-height: 520px;
  }

  #gallery-elementor-root .editorial-copy,
  #gallery-elementor-root .community-copy {
    min-height: auto;
  }

  #gallery-elementor-root .community-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  #gallery-elementor-root .community-tabs button {
    justify-content: center;
  }

  #gallery-elementor-root .moment-meta {
    bottom: 55px;
    left: 20px;
  }

  #gallery-elementor-root .map-composition {
    height: 560px;
    min-height: 0;
  }

  #gallery-elementor-root .location-points article,
  #gallery-elementor-root .location-points article:nth-child(2) {
    border-left: 0;
  }

  #gallery-elementor-root .location-points article {
    min-height: 190px;
  }

  #gallery-elementor-root .spec-item {
    min-height: 205px;
  }

  #gallery-elementor-root .entrepreneur-brandmark {
    min-width: 0;
    padding-inline: 28px;
  }

  #gallery-elementor-root .entrepreneur-brandmark::before,
  #gallery-elementor-root .entrepreneur-brandmark::after {
    width: 42px;
  }

  #gallery-elementor-root .entrepreneur-brandmark::before {
    right: -20px;
  }

  #gallery-elementor-root .entrepreneur-brandmark::after {
    left: -20px;
  }

  #gallery-elementor-root .entrepreneur-brandmark > img {
    width: 185px;
  }

  #gallery-elementor-root .entrepreneur-content > p {
    font-size: 15px;
  }

  #gallery-elementor-root .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #gallery-elementor-root .stats-grid article {
    min-height: 190px;
  }

  #gallery-elementor-root .stats-grid strong {
    font-size: 48px;
  }

  #gallery-elementor-root .stats-grid span {
    padding-inline: 12px;
    font-size: 10px;
  }

  #gallery-elementor-root .faq-list button span {
    font-size: 17px;
  }

  #gallery-elementor-root .final-cta-title h2 {
    font-size: 55px;
  }

  #gallery-elementor-root .footer-brand {
    flex-direction: column;
    align-items: center;
    gap: 7px;
  }

  #gallery-elementor-root .hamelin-credit {
    gap: 8px;
    padding-inline: 14px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #gallery-elementor-root {
    scroll-behavior: auto;
  }

  #gallery-elementor-root,
  #gallery-elementor-root *,
  #gallery-elementor-root *::before,
  #gallery-elementor-root *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* ===== Typography adjustments – August 2026 ===== */
@media (min-width: 769px) {
  #gallery-elementor-root .hero h1 {
    font-size: clamp(50px, 7.15vw, 104px);
  }

  #gallery-elementor-root .hero h1 .hero-title-second {
    display: inline-block;
    white-space: nowrap;
  }
}

#gallery-elementor-root .price-whisper span {
  font-size: 12px;
  line-height: 1.35;
}

#gallery-elementor-root .price-whisper b {
  font-size: 17px;
  line-height: 1.25;
}

#gallery-elementor-root .price-whisper small {
  font-size: 10.5px;
  line-height: 1.45;
}

#gallery-elementor-root .brand-address,
#gallery-elementor-root .hero-kicker,
#gallery-elementor-root .visual-note,
#gallery-elementor-root .form-grid label span,
#gallery-elementor-root .consent,
#gallery-elementor-root .eyebrow,
#gallery-elementor-root .carousel-count,
#gallery-elementor-root .map-caption,
#gallery-elementor-root .spec-note,
#gallery-elementor-root .lifestyle-caption,
#gallery-elementor-root .editorial-image figcaption,
#gallery-elementor-root .community-image figcaption,
#gallery-elementor-root .pillar-card > span,
#gallery-elementor-root .location-points article > span,
#gallery-elementor-root .spec-item > span {
  font-size: max(11px, 0.72rem);
  line-height: 1.5;
}

@media (max-width: 768px) {
  #gallery-elementor-root .hero h1 {
    font-size: clamp(48px, 14vw, 70px);
  }

  #gallery-elementor-root .hero h1 .hero-title-second {
    white-space: normal;
  }

  #gallery-elementor-root .price-whisper span {
    font-size: 11.5px;
  }

  #gallery-elementor-root .price-whisper b {
    font-size: 16px;
  }

  #gallery-elementor-root .price-whisper small {
    font-size: 10px;
  }
}

/* ===== HERO TYPOGRAPHY FIX V3 — paste at the very end ===== */
@media (min-width: 1025px) {
  #gallery-elementor-root .hero-content h1 {
    font-size: clamp(48px, 6.35vw, 92px) !important;
  }

  #gallery-elementor-root .hero-content h1 .hero-title-second {
    display: inline-block !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #gallery-elementor-root .hero-content h1 {
    font-size: clamp(46px, 7.8vw, 78px) !important;
  }
}

#gallery-elementor-root .hero-content .price-whisper span {
  font-size: 14px !important;
  line-height: 1.4 !important;
}

#gallery-elementor-root .hero-content .price-whisper b {
  font-size: 20px !important;
  line-height: 1.3 !important;
}

#gallery-elementor-root .hero-content .price-whisper small {
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}

#gallery-elementor-root .hero-kicker,
#gallery-elementor-root .visual-note,
#gallery-elementor-root .brand-address,
#gallery-elementor-root .carousel-count,
#gallery-elementor-root .map-caption,
#gallery-elementor-root .spec-note,
#gallery-elementor-root .lifestyle-caption,
#gallery-elementor-root .editorial-image figcaption,
#gallery-elementor-root .community-image figcaption,
#gallery-elementor-root .form-grid label > span,
#gallery-elementor-root .consent,
#gallery-elementor-root .eyebrow,
#gallery-elementor-root .pillar-card > span,
#gallery-elementor-root .location-points article > span,
#gallery-elementor-root .spec-item > span {
  font-size: 12px !important;
  line-height: 1.55 !important;
}

@media (max-width: 768px) {
  #gallery-elementor-root .hero-content h1 {
    font-size: clamp(43px, 12.7vw, 62px) !important;
  }

  #gallery-elementor-root .hero-content h1 .hero-title-second {
    white-space: normal !important;
  }

  #gallery-elementor-root .hero-content .price-whisper span {
    font-size: 12.5px !important;
  }

  #gallery-elementor-root .hero-content .price-whisper b {
    font-size: 18px !important;
  }

  #gallery-elementor-root .hero-content .price-whisper small {
    font-size: 11.5px !important;
  }
}

/* ===== GALLERY UPDATE — HERO PRICE + STATIC MAP ===== */

/* Price stack: no artificial blank rows, especially on mobile */
#gallery-elementor-root .hero-content .price-whisper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  margin-top: 20px !important;
}

#gallery-elementor-root .hero-content .price-whisper span {
  display: block !important;
  margin: 0 0 2px !important;
  color: rgba(216, 170, 135, 0.9) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

#gallery-elementor-root .hero-content .price-whisper b {
  display: block !important;
  margin: 0 !important;
  color: #e4b791 !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 1.18 !important;
}

#gallery-elementor-root .hero-content .price-whisper .price-apartment-type {
  margin-top: 0 !important;
}

#gallery-elementor-root .hero-content .price-whisper small {
  display: block !important;
  margin-top: 5px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
}

/* Static location map image */
#gallery-elementor-root .map-composition {
  background: #1c2221 !important;
}

#gallery-elementor-root .map-composition::after {
  display: none !important;
}

#gallery-elementor-root .map-composition .location-map-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

#gallery-elementor-root .map-composition .map-caption {
  padding: 6px 9px !important;
  color: rgba(255, 255, 255, 0.88) !important;
  background: rgba(20, 25, 24, 0.58) !important;
  backdrop-filter: blur(5px);
}

@media (max-width: 768px) {
  #gallery-elementor-root .hero-content .price-whisper {
    margin-top: 16px !important;
  }

  #gallery-elementor-root .hero-content .price-whisper span {
    font-size: 12.5px !important;
  }

  #gallery-elementor-root .hero-content .price-whisper b {
    font-size: 18.5px !important;
  }

  #gallery-elementor-root .hero-content .price-whisper small {
    margin-top: 4px !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 11.5px !important;
  }

  #gallery-elementor-root .map-composition {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5;
  }

  #gallery-elementor-root .map-composition .location-map-image {
    object-fit: cover !important;
  }
}


/* Header logo sizing fix — prevents tall transparent image canvas from breaking the header */
#gallery-elementor-root .site-header .header-gallery-logo {
  width: auto !important;
  width: 145px !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  flex: 0 0 145px !important;
}

@media (max-width: 767px) {
  #gallery-elementor-root .site-header .header-gallery-logo {
    width: 115px !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    flex-basis: 115px !important;
  }
}
/* ===== MOBILE SPEC GRID — compact two-column layout ===== */
@media (max-width: 600px) {
  #gallery-elementor-root .spec-section {
    padding: 88px 12px;
  }

  #gallery-elementor-root .spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
    margin-top: 48px;
  }

  #gallery-elementor-root .spec-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 180px;
    min-height: 0;
    padding: 18px 14px 16px;
  }

  #gallery-elementor-root .spec-item > span {
    position: absolute;
    top: 15px;
    right: 14px;
    font-size: 10px !important;
    line-height: 1 !important;
    letter-spacing: 0.14em;
  }

  #gallery-elementor-root .spec-item h3 {
    margin: 0 0 6px;
    font-size: 21px;
    line-height: 1.08;
  }

  #gallery-elementor-root .spec-item p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  #gallery-elementor-root .spec-note {
    margin-top: 16px;
    font-size: 10.5px !important;
    line-height: 1.55 !important;
  }
}

/* Footer legal links */
#gallery-elementor-root .footer-legal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: -20px auto 28px;
  flex-wrap: wrap;
}

#gallery-elementor-root .footer-legal-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 11px;
  line-height: 1.4;
  transition: color 0.25s ease, border-color 0.25s ease;
}

#gallery-elementor-root .footer-legal-link:hover {
  color: var(--white);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}/* End custom CSS */