:root {
  --gold: #f5d36b;
  --gold-soft: rgba(245, 211, 107, 0.74);
  --leaf: #62c66a;
  --leaf-dark: rgba(12, 67, 42, 0.82);
  --cyan: #42d8ff;
  --ink: #03110f;
  --glass: rgba(5, 26, 22, 0.62);
  --line: rgba(245, 211, 107, 0.34);
  --cosmic-core-x: 48.35%;
  --cosmic-core-y: 50%;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  color: #fff7d9;
  background: #020807;
  font-family: "Manrope", Arial, sans-serif;
}

button,
a {
  font: inherit;
}

button {
  border: 0;
  color: inherit;
  cursor: pointer;
}

.world {
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 52%, rgba(245, 211, 107, 0.32), transparent 24%),
    radial-gradient(circle at 82% 34%, rgba(66, 216, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #06120f 0%, #0d2a24 54%, #04100e 100%);
}

.stage {
  position: relative;
  container-type: size;
  width: min(100vw, calc(100vh * 16 / 9));
  height: min(100vh, calc(100vw * 9 / 16));
  aspect-ratio: 16 / 9;
  overflow: hidden;
  isolation: isolate;
  background: #061612;
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.7);
}

.scene {
  position: absolute;
  inset: 0;
  z-index: -4;
  background-image: url("./assets/images/noua-era-cosmic-sun-bg.png");
  background-size: 100% 100%;
  background-position: center;
  transform: none;
  filter: saturate(1.08) contrast(1.03) brightness(0.9);
  transition: filter 600ms ease;
}

.stage::before,
.stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.stage::before {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 24%, transparent 62%, rgba(0, 0, 0, 0.54)),
    radial-gradient(circle at 52% 50%, transparent 0 22%, rgba(0, 0, 0, 0.4) 71%);
}

.stage::after {
  z-index: 10;
  border: 1px solid rgba(245, 211, 107, 0.18);
  box-shadow: inset 0 0 70px rgba(66, 216, 255, 0.13);
}

.aurora {
  position: absolute;
  inset: -20%;
  z-index: -2;
  opacity: 0.52;
  background:
    conic-gradient(from 90deg at 50% 50%, transparent, rgba(66, 216, 255, 0.12), transparent, rgba(245, 211, 107, 0.16), transparent);
  animation: orbit 24s linear infinite;
}

.scanlines {
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
  opacity: 0.22;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 100% 4px;
  mix-blend-mode: screen;
}

.identity {
  position: absolute;
  left: var(--cosmic-core-x);
  top: var(--cosmic-core-y);
  z-index: 8;
  display: block;
  width: 11cqw;
  color: #ffe88c;
  text-decoration: none;
  pointer-events: none;
  opacity: 0.96;
  mix-blend-mode: normal;
  isolation: isolate;
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: cometSettle 1200ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.identity::before,
.identity::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.identity::before {
  right: -34%;
  top: 8%;
  width: 92%;
  height: 38%;
  border-radius: 999px;
  background:
    linear-gradient(100deg, rgba(255, 248, 199, 0.58), rgba(245, 211, 107, 0.24) 42%, transparent 76%),
    linear-gradient(100deg, rgba(77, 255, 210, 0.12), transparent 58%);
  filter: blur(12px);
  transform: rotate(-10deg);
  opacity: 0.72;
}

.identity::after {
  right: -19%;
  top: 22%;
  width: 58%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 248, 199, 0.86), rgba(245, 211, 107, 0.24), transparent);
  box-shadow: 0 0 18px rgba(245, 211, 107, 0.42);
  transform: rotate(-9deg);
  opacity: 0.78;
}

.identity img {
  width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  transform: none;
  box-shadow: none;
  filter:
    drop-shadow(0 0 10px rgba(255, 244, 190, 0.42))
    drop-shadow(0 0 28px rgba(245, 178, 72, 0.34))
    drop-shadow(0 14px 30px rgba(0, 0, 0, 0.28));
}

.brand-core {
  position: absolute;
  display: none;
  left: 46.3%;
  top: 50.3%;
  z-index: 5;
  width: 11.9%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.92;
  filter: drop-shadow(0 0 30px rgba(245, 211, 107, 0.54));
}

.brand-core img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.leaf-field {
  position: absolute;
  inset: 0;
  z-index: 8;
}

.leaf {
  position: absolute;
  display: block;
  width: var(--leaf-w, 16%);
  height: var(--leaf-h, 9%);
  padding: 0;
  border: 1px solid rgba(245, 211, 107, 0);
  border-radius: 74% 8% 72% 8% / 64% 8% 64% 8%;
  background: transparent;
  box-shadow: none;
  text-align: left;
  transform: translate(-50%, -50%) rotate(var(--leaf-rot, 0deg)) scale(1);
  transform-origin: center;
  transition: transform 420ms cubic-bezier(0.19, 1, 0.22, 1), filter 300ms ease, opacity 300ms ease;
}

.leaf::before {
  content: "";
  position: absolute;
  inset: -16%;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(245, 211, 107, 0.38), rgba(134, 255, 74, 0.16) 38%, transparent 72%);
  opacity: 0;
  filter: blur(8px);
  transform: scale(0.86);
  transition: opacity 260ms ease, transform 420ms cubic-bezier(0.19, 1, 0.22, 1);
}

.leaf::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 12%;
  top: 53%;
  height: 1px;
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(245, 211, 107, 0.7), transparent);
  opacity: 0.26;
  transform: rotate(-5deg);
}

.leaf:hover,
.leaf:focus-visible,
.leaf.is-active {
  z-index: 11;
  filter: saturate(1.2) brightness(1.12);
  transform: translate(-50%, -50%) rotate(var(--leaf-rot, 0deg)) scale(1.18);
  animation: livingLeaf 1.9s ease-in-out infinite;
  outline: none;
}

.leaf:hover::before,
.leaf:focus-visible::before,
.leaf.is-active::before {
  opacity: 1;
  transform: scale(1.05);
  animation: leafAura 1.9s ease-in-out infinite;
}

.leaf-icon {
  position: absolute;
  left: var(--icon-x, 18%);
  top: var(--icon-y, 54%);
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: clamp(24px, 2.4cqw, 48px);
  aspect-ratio: 1;
  border: 1px solid rgba(245, 211, 107, 0.42);
  border-radius: 50%;
  background: rgba(3, 17, 15, 0.22);
  color: #fff1a8;
  font-size: clamp(9px, 0.74cqw, 15px);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-shadow: 0 0 9px rgba(245, 211, 107, 0.68);
  box-shadow: 0 0 18px rgba(245, 211, 107, 0.14);
}

.leaf-icon svg {
  width: 58%;
  height: 58%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.leaf strong {
  position: absolute;
  left: var(--text-x, 50%);
  top: var(--title-y, 43%);
  transform: translate(-50%, -50%);
  min-width: 0;
  width: 68%;
  max-width: 68%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(11px, 1.08cqw, 23px);
  line-height: 1;
  color: #fff0a4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.76),
    0 0 15px rgba(245, 211, 107, 0.52);
}

.leaf em {
  position: absolute;
  left: var(--text-x, 50%);
  top: var(--sub-y, 62%);
  transform: translate(-50%, -50%);
  min-width: 0;
  width: 68%;
  max-width: 68%;
  margin-top: 0.32cqw;
  color: rgba(255, 255, 230, 0.88);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(7px, 0.64cqw, 14px);
  font-style: normal;
  line-height: 1.2;
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.78),
    0 0 10px rgba(255, 232, 140, 0.34);
}

.leaf-proiect {
  left: 26.5%;
  top: 23.1%;
  --leaf-w: 17.8%;
  --leaf-h: 10.6%;
  --leaf-rot: -14deg;
  --icon-x: 28%;
  --text-x: 56%;
  --title-y: 36%;
  --sub-y: 59%;
}

.leaf-loturi {
  left: 15.7%;
  top: 40.2%;
  --leaf-w: 16.8%;
  --leaf-h: 10%;
  --leaf-rot: -5deg;
  --icon-x: 28%;
  --text-x: 58%;
  --title-y: 38%;
  --sub-y: 61%;
}

.leaf-galerie {
  left: 62.7%;
  top: 30%;
  --leaf-w: 15.9%;
  --leaf-h: 8.4%;
  --leaf-rot: 8deg;
  --icon-x: 30%;
  --text-x: 62%;
  --title-y: 36%;
  --sub-y: 60%;
}

.leaf-viata {
  left: 18.9%;
  top: 62.5%;
  --leaf-w: 17.5%;
  --leaf-h: 8.9%;
  --leaf-rot: 9deg;
  --icon-x: 30%;
  --text-x: 59%;
  --title-y: 37%;
  --sub-y: 62%;
}

.leaf-contact {
  left: 62%;
  top: 56.2%;
  --leaf-w: 16.2%;
  --leaf-h: 9.2%;
  --leaf-rot: -4deg;
  --icon-x: 30%;
  --text-x: 61%;
  --title-y: 37%;
  --sub-y: 61%;
}

.info-panel {
  position: absolute;
  right: 3.1%;
  top: 21.8%;
  z-index: 12;
  width: 24.8%;
  height: 60.5%;
  min-width: 0;
  overflow: hidden;
  pointer-events: none;
  perspective: 900px;
  contain: layout paint;
}

.panel-chrome {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: clamp(14px, 1.2cqw, 26px) clamp(16px, 1.45cqw, 32px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  pointer-events: auto;
  transform: translateX(0) perspective(900px) rotateY(-8.5deg) rotateX(1deg) skewY(-0.7deg);
  transform-origin: left center;
  opacity: 1;
  transition: opacity 240ms ease, transform 340ms ease;
}

.info-panel.is-hidden .panel-chrome {
  opacity: 0;
  transform: translateX(8%) perspective(900px) rotateY(-8.5deg) rotateX(1deg) skewY(-0.7deg);
  pointer-events: none;
}

.panel-kicker {
  margin: 0 0 0.56cqw;
  color: var(--gold);
  font-size: clamp(8px, 0.68cqw, 14px);
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(245, 211, 107, 0.74), 0 2px 10px rgba(0, 0, 0, 0.8);
}

.panel-chrome h1 {
  margin: 0 2.2cqw 1cqw 0;
  font-family: "Cinzel", serif;
  color: #ffe88c;
  font-size: clamp(14px, 1.22cqw, 26px);
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-shadow: 0 0 18px rgba(245, 211, 107, 0.5), 0 4px 16px rgba(0, 0, 0, 0.82);
}

.panel-media {
  flex: 0 0 auto;
  overflow: hidden;
  height: 42%;
  min-height: 0;
  max-height: 46%;
  width: 100%;
  border: 1px solid rgba(245, 211, 107, 0.14);
  border-radius: clamp(8px, 0.62cqw, 14px);
  background: rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 24px rgba(245, 211, 107, 0.08);
}

.panel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.03);
}

.ticker {
  flex: 0 0 auto;
  overflow: hidden;
  margin: 1cqw 0;
  border-block: 1px solid rgba(245, 211, 107, 0.18);
}

.ticker-track {
  display: flex;
  gap: 1.5cqw;
  width: max-content;
  padding: 0.55cqw 0;
  animation: ticker 18s linear infinite;
}

.ticker span {
  color: rgba(255, 247, 217, 0.74);
  font-size: clamp(8px, 0.62cqw, 13px);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ticker-track.is-tabs {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  justify-content: space-between;
  gap: 0.45cqw;
  padding: 0.45cqw 0;
  animation: none;
  scrollbar-width: none;
}

.ticker-track.is-tabs::-webkit-scrollbar {
  display: none;
}

.ticker-track.is-tabs button {
  flex: 1 1 0;
  min-width: 0;
  padding: clamp(7px, 0.56cqw, 12px) clamp(5px, 0.62cqw, 14px);
  border: 1px solid rgba(245, 211, 107, 0.16);
  border-radius: 999px;
  background: rgba(255, 248, 203, 0.055);
  color: rgba(255, 247, 217, 0.74);
  font-size: clamp(7px, 0.54cqw, 12px);
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.82);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ticker-track.is-tabs button:hover,
.ticker-track.is-tabs button:focus-visible,
.ticker-track.is-tabs button.is-active {
  border-color: rgba(245, 211, 107, 0.5);
  background: rgba(245, 211, 107, 0.16);
  color: #fff8cb;
  outline: none;
  transform: translateY(-1px);
}

.panel-scroll {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  overflow-anchor: none;
  mask-image: linear-gradient(transparent, black 12%, black 86%, transparent);
}

.panel-scroll article {
  animation: autoScroll 18s linear infinite;
}

.panel-scroll:hover article {
  animation-play-state: paused;
}

.info-panel.is-tabbed-panel .panel-scroll,
.info-panel.is-legal-panel .panel-scroll {
  overflow-y: auto;
  padding-right: 0.55cqw;
  mask-image: linear-gradient(black 0 92%, transparent);
  scrollbar-width: thin;
  scrollbar-color: rgba(245, 211, 107, 0.55) rgba(255, 255, 255, 0.08);
}

.info-panel.is-tabbed-panel .panel-scroll article,
.info-panel.is-legal-panel .panel-scroll article {
  animation: none;
}

.info-panel.is-tabbed-panel .panel-scroll::-webkit-scrollbar,
.info-panel.is-legal-panel .panel-scroll::-webkit-scrollbar {
  width: 8px;
}

.info-panel.is-tabbed-panel .panel-scroll::-webkit-scrollbar-track,
.info-panel.is-legal-panel .panel-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.info-panel.is-tabbed-panel .panel-scroll::-webkit-scrollbar-thumb,
.info-panel.is-legal-panel .panel-scroll::-webkit-scrollbar-thumb {
  background: rgba(245, 211, 107, 0.58);
  border-radius: 999px;
}

.panel-scroll p {
  margin: 0 0 1cqw;
  color: rgba(255, 252, 230, 0.86);
  font-size: clamp(9px, 0.74cqw, 15px);
  line-height: 1.58;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.88), 0 0 14px rgba(245, 211, 107, 0.14);
}

.panel-scroll ul {
  margin: 0 0 1cqw;
  padding-left: 1.2em;
}

.panel-scroll li {
  margin: 0 0 0.68cqw;
  color: rgba(255, 252, 230, 0.86);
  font-size: clamp(9px, 0.74cqw, 15px);
  line-height: 1.56;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.88), 0 0 14px rgba(245, 211, 107, 0.14);
}

.panel-scroll h3 {
  margin: 0.4cqw 0 0.8cqw;
  color: #ffe88c;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(12px, 0.92cqw, 18px);
  line-height: 1.15;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8), 0 0 14px rgba(245, 211, 107, 0.24);
}

.panel-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75cqw;
  margin: 1cqw 0;
}

.panel-stat-grid p {
  margin: 0;
  padding: clamp(10px, 0.8cqw, 16px);
  border: 1px solid rgba(245, 211, 107, 0.16);
  border-radius: clamp(10px, 0.75cqw, 16px);
  background: rgba(255, 248, 203, 0.055);
}

.panel-stat-grid strong,
.panel-stat-grid span {
  display: block;
}

.panel-stat-grid strong {
  color: #ffe88c;
  font-size: clamp(10px, 0.76cqw, 15px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.panel-stat-grid span {
  margin-top: 0.35cqw;
  color: rgba(255, 252, 230, 0.78);
  font-size: clamp(8px, 0.58cqw, 12px);
  line-height: 1.4;
}

.panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6cqw;
  margin: 1cqw 0;
}

.panel-actions a,
.panel-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(34px, 2.2cqw, 44px);
  padding: 0.7cqw 1cqw;
  border: 1px solid rgba(245, 211, 107, 0.28);
  border-radius: 999px;
  background: rgba(245, 211, 107, 0.12);
  color: #fff8cb;
  font-size: clamp(8px, 0.62cqw, 12px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.78);
}

.panel-actions a:hover,
.panel-actions a:focus-visible,
.panel-actions button:hover,
.panel-actions button:focus-visible {
  border-color: rgba(255, 232, 140, 0.64);
  background: rgba(245, 211, 107, 0.2);
  outline: none;
}

.panel-note {
  color: rgba(255, 247, 217, 0.68);
  font-size: clamp(8px, 0.58cqw, 12px);
}

.form-dialog {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(3, 8, 7, 0.68);
  backdrop-filter: blur(8px);
}

.form-dialog-card {
  width: min(520px, 100%);
  padding: 28px;
  border: 1px solid rgba(72, 58, 38, 0.18);
  border-left: 7px solid #2f7a4b;
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
  color: #1f2f24;
  text-align: left;
}

.form-dialog.is-error .form-dialog-card {
  border-left-color: #9a2f2f;
}

.form-dialog-card strong {
  display: block;
  color: #1b1811;
  font-size: clamp(22px, 1.8cqw, 30px);
  line-height: 1.12;
}

.form-dialog-card p {
  margin: 12px 0 22px;
  color: #4c4538;
  font-size: clamp(15px, 1.05cqw, 18px);
  line-height: 1.55;
}

.form-dialog-card button {
  min-width: 110px;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #2f7a4b;
  color: #fffdf8;
  font-weight: 900;
  cursor: pointer;
}

.form-dialog.is-error .form-dialog-card button {
  background: #9a2f2f;
}

.panel-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85cqw;
}

.panel-gallery-grid figure,
.panel-gallery-thumb {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(245, 211, 107, 0.16);
  border-radius: clamp(10px, 0.75cqw, 16px);
  background: rgba(0, 0, 0, 0.22);
}

.panel-gallery-grid.is-clickable {
  align-items: start;
}

.panel-gallery-thumb {
  display: grid;
  width: 100%;
  padding: 0;
  color: inherit;
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, filter 180ms ease, transform 180ms ease;
}

.panel-gallery-thumb:hover,
.panel-gallery-thumb:focus-visible {
  border-color: rgba(245, 211, 107, 0.55);
  filter: brightness(1.08);
  outline: none;
  transform: translateY(-1px);
}

.panel-gallery-grid figure.is-large,
.panel-gallery-grid figure.is-wide {
  grid-column: 1 / -1;
}

.panel-gallery-grid img,
.panel-gallery-thumb img {
  display: block;
  width: 100%;
  height: clamp(130px, 13cqh, 220px);
  object-fit: cover;
}

.panel-gallery-grid figcaption,
.panel-gallery-thumb span {
  padding: 0.65cqw 0.85cqw;
  color: rgba(255, 252, 230, 0.82);
  font-size: clamp(8px, 0.58cqw, 12px);
  font-weight: 700;
  line-height: 1.35;
}

.panel-selected-caption {
  margin-top: -0.2cqw;
  color: rgba(255, 232, 140, 0.88);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.panel-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75cqw;
}

.panel-lead-form label {
  display: grid;
  gap: 0.32cqw;
  color: rgba(255, 247, 217, 0.74);
  font-size: clamp(8px, 0.58cqw, 12px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.panel-lead-form label:has(textarea),
.panel-lead-form .panel-consent,
.panel-lead-form .panel-actions,
.panel-lead-form .panel-note {
  grid-column: 1 / -1;
}

.panel-lead-form input,
.panel-lead-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(245, 211, 107, 0.24);
  border-radius: clamp(8px, 0.62cqw, 13px);
  background: rgba(0, 0, 0, 0.25);
  color: #fff8cb;
  padding: 0.72cqw 0.85cqw;
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
  outline: none;
}

.panel-lead-form textarea {
  resize: vertical;
}

.panel-lead-form input:focus,
.panel-lead-form textarea:focus {
  border-color: rgba(255, 232, 140, 0.64);
  box-shadow: 0 0 0 3px rgba(245, 211, 107, 0.12);
}

.panel-lead-form .panel-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.6cqw;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.45;
}

.panel-lead-form .panel-consent input {
  width: auto;
  margin-top: 0.2em;
}

.form-honey {
  position: absolute;
  left: -9999px;
}

.legal-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55cqw 1cqw;
}

.legal-panel-grid p {
  margin-bottom: 0;
}

.bottombar {
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: 3.2%;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1cqw;
  color: rgba(255, 232, 140, 0.82);
  pointer-events: none;
}

.bottombar p,
.bottombar span {
  margin: 0;
  font-size: clamp(8px, 0.68cqw, 14px);
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.bottombar span {
  color: rgba(255, 247, 217, 0.58);
  letter-spacing: 0.18em;
}

.project-credit {
  color: rgba(255, 247, 217, 0.66);
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.project-credit span {
  display: inline;
}

.project-credit span + span::before {
  content: " ";
}

.footer-separator {
  color: rgba(245, 211, 107, 0.7);
  letter-spacing: 0;
}

.noua-era-credit {
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 0.9cqw, 16px);
  color: inherit;
  text-decoration: none;
  pointer-events: auto;
}

.noua-era-credit:hover .project-credit,
.noua-era-credit:focus-visible .project-credit {
  color: rgba(255, 232, 140, 0.92);
}

.noua-era-credit:focus-visible {
  border-radius: 999px;
  outline: 1px solid rgba(245, 211, 107, 0.52);
  outline-offset: 0.35cqw;
}

.noua-era-mark {
  width: clamp(34px, 4cqw, 76px);
  max-height: clamp(18px, 2.2cqw, 40px);
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(245, 211, 107, 0.28));
  opacity: 0.92;
}

.pulse-orbit {
  width: clamp(28px, 2.8cqw, 56px);
  aspect-ratio: 1;
  border: 1px solid rgba(245, 211, 107, 0.4);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 211, 107, 0.9), rgba(245, 211, 107, 0.08) 40%, transparent 42%);
  box-shadow: 0 0 24px rgba(245, 211, 107, 0.5);
  animation: pulse 2.4s ease-in-out infinite;
}

.world.has-open-panel > .bottombar,
.world.has-open-panel > .copyright-credit {
  display: none;
}

.panel-project-footer {
  display: grid;
  justify-items: center;
  gap: clamp(8px, 0.8cqw, 14px);
  margin: clamp(34px, 4cqw, 72px) auto 0;
  padding: clamp(18px, 2cqw, 34px) 0 0;
  border-top: 1px solid rgba(122, 97, 47, 0.28);
  text-align: center;
}

.panel-project-footer .panel-project-credit {
  gap: clamp(12px, 1.05cqw, 18px);
  color: #6f5a24;
}

.panel-project-footer .panel-project-credit:hover,
.panel-project-footer .panel-project-credit:focus,
.panel-project-footer .panel-project-credit:focus-visible,
.panel-project-footer .panel-project-credit:active,
.panel-project-footer .panel-project-credit:visited,
.panel-project-footer .panel-project-credit:hover .project-credit,
.panel-project-footer .panel-project-credit:focus .project-credit,
.panel-project-footer .panel-project-credit:focus-visible .project-credit,
.panel-project-footer .panel-project-credit:active .project-credit,
.panel-project-footer .panel-project-credit:visited .project-credit {
  color: #5d4b1f;
}

.panel-project-footer .project-credit {
  color: #5d4b1f;
}

.info-panel.is-gallery-carousel .panel-project-footer .project-credit,
.info-panel.is-gallery-carousel .panel-project-footer p {
  color: #2a261d;
}

.info-panel.is-gallery-carousel .panel-project-footer {
  margin-bottom: 0;
  padding-bottom: clamp(36px, 4cqw, 72px);
}

.panel-project-footer p {
  margin: 0;
  color: rgba(71, 58, 35, 0.68);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(8px, 0.72cqw, 12px);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

@keyframes orbit {
  to { transform: rotate(360deg); }
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

@keyframes autoScroll {
  0%, 12% { transform: translateY(0); }
  88%, 100% { transform: translateY(calc(-100% + 100px)); }
}

@keyframes pulse {
  50% {
    transform: scale(1.12);
    box-shadow: 0 0 38px rgba(245, 211, 107, 0.7);
  }
}

@keyframes livingLeaf {
  0%,
  100% {
    transform: translate(-50%, -50%) translate3d(0, 0, 0) rotate(var(--leaf-rot, 0deg)) scale(1.16);
  }

  34% {
    transform: translate(-50%, -50%) translate3d(0.35cqw, -0.28cqw, 0) rotate(calc(var(--leaf-rot, 0deg) + 1.4deg)) scale(1.2);
  }

  68% {
    transform: translate(-50%, -50%) translate3d(-0.22cqw, 0.22cqw, 0) rotate(calc(var(--leaf-rot, 0deg) - 1deg)) scale(1.18);
  }
}

@keyframes leafAura {
  0%,
  100% {
    opacity: 0.78;
    filter: blur(8px);
  }

  50% {
    opacity: 1;
    filter: blur(12px);
  }
}

/* Cosmic interface override */
.stage {
  background: #020706;
}

.scene {
  inset: 0;
  background-image: url("./assets/images/noua-era-cosmic-sun-bg.png");
  background-size: 100% 100%;
  background-position: center;
  filter: saturate(1.12) contrast(0.98) brightness(1.34);
  transform: none;
}

.stage::before {
  z-index: -3;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 239, 174, 0.32), rgba(255, 214, 91, 0.14) 25%, transparent 56%),
    radial-gradient(circle at 50% 50%, transparent 0 18%, rgba(4, 9, 8, 0.02) 30%, rgba(0, 0, 0, 0.1) 86%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.1), transparent 22%, transparent 72%, rgba(0, 0, 0, 0.14));
}

.stage::after {
  z-index: 50;
  border-color: rgba(245, 211, 107, 0.2);
  box-shadow: inset 0 0 90px rgba(245, 211, 107, 0.2), inset 0 0 150px rgba(2, 8, 7, 0.38);
}

.stellar-depth,
.earth-halo {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.stellar-depth {
  z-index: -1;
  opacity: 1;
  background:
    radial-gradient(circle at 17% 22%, rgba(245, 211, 107, 0.28) 0 0.08%, transparent 0.24%),
    radial-gradient(circle at 78% 16%, rgba(255, 245, 190, 0.38) 0 0.07%, transparent 0.22%),
    radial-gradient(circle at 86% 74%, rgba(245, 211, 107, 0.3) 0 0.09%, transparent 0.24%),
    radial-gradient(circle at 12% 78%, rgba(129, 231, 255, 0.24) 0 0.08%, transparent 0.25%);
  animation: starBreath 5.8s ease-in-out infinite;
}

.earth-halo {
  z-index: 1;
  background:
    radial-gradient(circle at var(--cosmic-core-x) var(--cosmic-core-y), rgba(255, 237, 174, 0.72), rgba(255, 203, 64, 0.28) 14%, transparent 34%),
    radial-gradient(circle at var(--cosmic-core-x) var(--cosmic-core-y), transparent 0 14%, rgba(255, 174, 45, 0.18) 19%, transparent 38%);
  mix-blend-mode: screen;
}

.aurora {
  z-index: 2;
  opacity: 0.62;
  background:
    conic-gradient(from 180deg at 50% 50%, transparent, rgba(255, 222, 120, 0.2), transparent, rgba(255, 154, 48, 0.12), transparent);
}

.solar-rays {
  position: absolute;
  inset: -18%;
  z-index: 2;
  pointer-events: none;
  background:
    repeating-conic-gradient(
      from -7deg at var(--cosmic-core-x) var(--cosmic-core-y),
      rgba(255, 240, 162, 0.18) 0deg 2.4deg,
      transparent 2.4deg 10deg,
      rgba(255, 168, 54, 0.1) 10deg 12deg,
      transparent 12deg 23deg
    ),
    radial-gradient(circle at var(--cosmic-core-x) var(--cosmic-core-y), rgba(255, 237, 166, 0.22), rgba(255, 202, 78, 0.08) 30%, transparent 64%);
  filter: blur(1px);
  opacity: 0.78;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(circle at var(--cosmic-core-x) var(--cosmic-core-y), rgba(0, 0, 0, 0.95) 0 34%, rgba(0, 0, 0, 0.48) 58%, transparent 86%);
  mask-image: radial-gradient(circle at var(--cosmic-core-x) var(--cosmic-core-y), rgba(0, 0, 0, 0.95) 0 34%, rgba(0, 0, 0, 0.48) 58%, transparent 86%);
}

.solar-core {
  position: absolute;
  left: var(--cosmic-core-x);
  top: var(--cosmic-core-y);
  z-index: 3;
  width: clamp(330px, 37cqw, 680px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  background:
    radial-gradient(circle at 42% 34%, rgba(255, 255, 255, 0.98) 0 4%, transparent 7%),
    radial-gradient(circle at 51% 48%, #fff8cf 0 11%, #ffe06b 21%, #f6a337 43%, #b86116 66%, #4c2108 83%, transparent 86%),
    conic-gradient(from 14deg, rgba(255, 255, 255, 0.32), rgba(255, 185, 55, 0.2), rgba(255, 244, 178, 0.38), rgba(255, 154, 34, 0.2), rgba(255, 255, 255, 0.32));
  box-shadow:
    0 0 24px rgba(255, 255, 223, 0.72),
    0 0 78px rgba(255, 197, 77, 0.68),
    0 0 150px rgba(255, 140, 35, 0.44),
    inset -34px -42px 78px rgba(114, 45, 6, 0.28),
    inset 24px 18px 60px rgba(255, 255, 230, 0.48);
  opacity: 0.98;
  mix-blend-mode: normal;
  animation: solarPulse 6.8s ease-in-out infinite;
}

.solar-core::before,
.solar-core::after {
  content: "";
  position: absolute;
  inset: -28%;
  border-radius: inherit;
  pointer-events: none;
}

.solar-core::before {
  background:
    repeating-conic-gradient(from 0deg, rgba(255, 244, 176, 0.18) 0 5deg, transparent 5deg 13deg),
    radial-gradient(circle, rgba(255, 236, 151, 0.22), transparent 63%);
  filter: blur(9px);
  opacity: 0.82;
}

.solar-core::after {
  inset: 8%;
  background:
    radial-gradient(circle at 34% 38%, rgba(255, 255, 255, 0.78) 0 4%, transparent 11%),
    radial-gradient(circle at 61% 32%, rgba(255, 238, 137, 0.44) 0 6%, transparent 14%),
    radial-gradient(circle at 41% 66%, rgba(255, 129, 32, 0.22) 0 11%, transparent 22%);
  mix-blend-mode: screen;
  opacity: 0.72;
}

.mother-planet {
  position: absolute;
  left: var(--cosmic-core-x);
  top: var(--cosmic-core-y);
  z-index: 4;
  width: 22%;
  aspect-ratio: 1;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(245, 211, 107, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(var(--ring-rot, 0deg));
  box-shadow: 0 0 18px rgba(245, 211, 107, 0.08);
}

.orbit-ring-one {
  width: 172%;
  height: 72%;
  --ring-rot: -11deg;
}

.orbit-ring-two {
  width: 245%;
  height: 104%;
  --ring-rot: 14deg;
}

.orbit-ring-three {
  width: 310%;
  height: 135%;
  --ring-rot: -28deg;
  opacity: 0.7;
}

.planet-field {
  position: absolute;
  inset: 0;
  z-index: 32;
  pointer-events: none;
}

.mobile-menu-toggle {
  display: none;
}

.pull-refresh-indicator {
  display: none;
}

.planet {
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: block;
  width: var(--size, 7.2%);
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff0a4;
  pointer-events: auto;
  cursor: pointer;
  touch-action: manipulation;
  text-decoration: none;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 360ms cubic-bezier(0.19, 1, 0.22, 1), filter 260ms ease;
}

.planet::before {
  display: none;
}

.planet-orbit {
  display: none;
}

.planet-body {
  position: absolute;
  inset: 8%;
  display: grid;
  place-items: center;
  width: auto;
  aspect-ratio: auto;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  font-size: clamp(10px, 1cqw, 18px);
  font-weight: 900;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
  overflow: visible;
  cursor: pointer;
}

.planet-photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.planet-body::before,
.planet-body::after {
  display: none;
}

.planet-body svg {
  position: relative;
  z-index: 2;
  width: 28%;
  height: 28%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 1px 7px rgba(0, 0, 0, 0.76));
}

.planet-label {
  position: absolute;
  left: 50%;
  top: 92%;
  display: grid;
  justify-items: center;
  gap: 0.18cqw;
  width: 170%;
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
}

.planet-label strong,
.planet-label em {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.86), 0 0 16px rgba(245, 211, 107, 0.55);
}

.planet-label strong {
  font-size: clamp(10px, 0.86cqw, 18px);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.planet-label em {
  color: rgba(255, 247, 217, 0.78);
  font-size: clamp(7px, 0.5cqw, 11px);
  font-style: normal;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.planet:hover,
.planet:focus-visible,
.planet.is-active {
  z-index: 36;
  filter: brightness(1.16) saturate(1.16);
  transform: translate(-50%, -50%) scale(1.18);
  outline: none;
}

.planet:hover .planet-orbit,
.planet:focus-visible .planet-orbit,
.planet.is-active .planet-orbit {
  display: none;
}

.planet.is-active .planet-body {
  box-shadow: none;
}

.planet-proiect {
  --x: 29%;
  --y: 31%;
  --size: 7.2%;
  --orbit-rot: -16deg;
}

.planet-loturi {
  --x: 23%;
  --y: 58%;
  --size: 7%;
  --orbit-rot: 18deg;
}

.planet-galerie {
  --x: 70%;
  --y: 30%;
  --size: 7.2%;
  --orbit-rot: 22deg;
}

.planet-viata {
  --x: 74%;
  --y: 63%;
  --size: 7.2%;
  --orbit-rot: -12deg;
}

.planet-contact {
  --x: 35%;
  --y: 73%;
  --size: 7.1%;
  --orbit-rot: -22deg;
}

.planet-gdpr {
  --x: 89.5%;
  --y: 81%;
  --size: 5.7%;
  --orbit-rot: 8deg;
  opacity: 0.88;
}

.planet-gdpr .planet-label {
  top: 96%;
}

.planet-gdpr .planet-label strong {
  font-size: clamp(8px, 0.66cqw, 13px);
  letter-spacing: 0.18em;
}

.planet-gdpr .planet-label em {
  font-size: clamp(6px, 0.42cqw, 9px);
}

.info-panel {
  left: 50%;
  right: auto;
  top: 50%;
  z-index: 70;
  width: min(42%, 760px);
  height: 66%;
  transform: translate(-50%, -50%);
  overflow: visible;
}

.panel-chrome {
  border: 1px solid rgba(245, 211, 107, 0.26);
  border-radius: clamp(18px, 1.6cqw, 34px);
  background:
    linear-gradient(135deg, rgba(4, 16, 15, 0.9), rgba(5, 20, 24, 0.68)),
    radial-gradient(circle at 50% 0%, rgba(245, 211, 107, 0.18), transparent 42%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 4cqw rgba(245, 211, 107, 0.2),
    0 2cqw 8cqw rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(18px) saturate(1.25);
  transform: translateZ(0) scale(1);
}

.info-panel.is-entering .panel-chrome {
  animation: panelRevealStable 860ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.info-panel.is-hidden .panel-chrome {
  opacity: 0;
  transform: scale(0.56);
}

.panel-chrome::before,
.panel-chrome::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.panel-chrome::before {
  inset: -11%;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(245, 211, 107, 0.32), rgba(66, 216, 255, 0.1) 38%, transparent 68%);
  filter: blur(18px);
  opacity: 0.78;
}

.panel-chrome::after {
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent, rgba(255, 245, 190, 0.2), transparent),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 100% 100%, 100% 5px;
  mix-blend-mode: screen;
  opacity: 0.3;
}

.panel-media {
  height: 46%;
  max-height: 50%;
  border-color: rgba(245, 211, 107, 0.24);
  box-shadow: 0 0 28px rgba(245, 211, 107, 0.12);
}

.panel-scroll p {
  font-size: clamp(10px, 0.86cqw, 16px);
}

.panel-scroll a {
  color: #ffe88c;
  font-weight: 800;
  text-decoration-color: rgba(255, 232, 140, 0.48);
  text-underline-offset: 0.2em;
}

.panel-scroll a:hover,
.panel-scroll a:focus-visible {
  color: #fff8cb;
  text-decoration-color: rgba(255, 248, 203, 0.92);
}

.bottombar {
  z-index: 60;
}

.copyright-credit {
  position: absolute;
  left: 2.2%;
  bottom: 2.1%;
  z-index: 61;
  max-width: 28%;
  margin: 0;
  color: rgba(255, 247, 217, 0.48);
  font-size: clamp(7px, 0.48cqw, 10px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.82);
  pointer-events: none;
}

@keyframes planetOrbit {
  to {
    transform: rotate(calc(var(--orbit-rot, 0deg) + 360deg)) scaleX(1.65);
  }
}

@keyframes panelCrescendo {
  0% {
    opacity: 0;
    filter: blur(16px) brightness(1.7);
    transform: scale(0.32);
  }

  56% {
    opacity: 1;
    filter: blur(2px) brightness(1.25);
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    filter: blur(0) brightness(1);
    transform: scale(1);
  }
}

@keyframes panelRevealStable {
  0% {
    opacity: 0;
    transform: scale(0.975);
    filter: brightness(0.96);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter: brightness(1);
  }
}

@keyframes cometSettle {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translate(-9%, -12%) scale(0.88) rotate(-4deg);
    filter: blur(10px) brightness(1.45);
  }

  62% {
    opacity: 1;
    transform: translate(-50%, -50%) translate(0.7%, 0.5%) scale(1.025) rotate(0.35deg);
    filter: blur(1px) brightness(1.18);
  }

  100% {
    opacity: 0.93;
    transform: translate(-50%, -50%) scale(1) rotate(0);
    filter: blur(0) brightness(1);
  }
}

@keyframes solarPulse {
  0%,
  100% {
    filter: brightness(1) saturate(1);
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    filter: brightness(1.12) saturate(1.08);
    transform: translate(-50%, -50%) scale(1.018);
  }
}

@keyframes solarRays {
  to {
    transform: rotate(360deg);
  }
}

@keyframes starBreath {
  50% {
    opacity: 0.55;
    filter: brightness(1.35);
  }
}

@media (max-width: 900px) {
}

/* Resize invariant: the HUD stays locked to the mother planet center. */
.info-panel {
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  width: clamp(360px, 54.6cqw, 988px);
  max-width: 92cqw;
  height: min(85.8cqh, 806px);
  max-height: 88cqh;
  min-width: 0;
  transform: translate(-50%, -50%);
}

/* Full-scene section: the content arrives like a warm portal over the cosmos. */
.info-panel {
  inset: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 90;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  overflow: hidden;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}

.info-panel.is-hidden {
  pointer-events: none;
  visibility: hidden;
}

.info-panel .panel-chrome {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: clamp(280px, 45cqh, 520px) auto minmax(0, 1fr);
  align-content: stretch;
  gap: clamp(7px, 0.8cqh, 12px);
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  padding: clamp(12px, 1.35cqh, 20px) clamp(42px, 7cqw, 132px) clamp(14px, 1.9cqh, 30px);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 247, 206, 0.28), transparent 34%),
    radial-gradient(circle at 50% 54%, rgba(245, 211, 107, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(8, 26, 21, 0.92) 0%, rgba(35, 43, 21, 0.82) 48%, rgba(255, 216, 116, 0.2) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 238, 170, 0.12),
    inset 0 0 7cqw rgba(245, 211, 107, 0.18),
    0 0 0 100vmax rgba(1, 7, 6, 0.14);
  backdrop-filter: blur(7px) saturate(1.2) brightness(1.06);
  isolation: isolate;
  transform-origin: 50% 50%;
}

.info-panel.is-hidden .panel-chrome {
  opacity: 0;
  transform: scale(0.94);
}

.info-panel .panel-chrome > * {
  grid-column: 1;
  position: relative;
  z-index: 2;
  width: min(79cqw, 1360px);
  margin-left: auto;
  margin-right: auto;
}

.info-panel .panel-chrome::before {
  inset: -18%;
  z-index: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 247, 196, 0.3), rgba(245, 211, 107, 0.14) 22%, transparent 54%),
    conic-gradient(from -40deg at 50% 50%, transparent, rgba(255, 244, 190, 0.16), transparent, rgba(66, 216, 255, 0.08), transparent);
  filter: blur(22px);
  opacity: 0.82;
}

.info-panel .panel-chrome::after {
  inset: 0;
  z-index: 1;
  border-radius: 0;
  background:
    linear-gradient(112deg, transparent 0 34%, rgba(255, 247, 206, 0.2) 48%, transparent 62%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 180% 100%, 100% 5px;
  mix-blend-mode: screen;
  opacity: 0.28;
}

.info-panel .panel-kicker {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  z-index: 4;
  margin: 0;
  padding: clamp(18px, 2cqh, 30px) clamp(18px, 1.55cqw, 30px) 0;
  font-size: clamp(10px, 0.7cqw, 14px);
  text-shadow:
    0 2px 9px rgba(0, 0, 0, 0.9),
    0 0 16px rgba(245, 211, 107, 0.32);
}

.info-panel .panel-chrome h1 {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  z-index: 4;
  margin: 0 auto;
  padding: clamp(40px, 5.4cqh, 74px) clamp(18px, 1.55cqw, 30px) 0;
  color: #fff2a6;
  font-size: clamp(22px, 2.2cqw, 46px);
  line-height: 1.08;
  text-shadow:
    0 3px 14px rgba(0, 0, 0, 0.94),
    0 0 28px rgba(245, 211, 107, 0.34);
}

.info-panel .panel-media {
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
  position: relative;
  height: 100%;
  max-height: none;
  border-color: rgba(255, 232, 140, 0.34);
  border-radius: clamp(16px, 1.1cqw, 24px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 32px rgba(245, 211, 107, 0.2);
}

.info-panel .panel-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 8, 7, 0.68) 0%, rgba(2, 8, 7, 0.28) 34%, transparent 64%),
    linear-gradient(90deg, rgba(2, 8, 7, 0.34), transparent 32%, transparent 68%, rgba(2, 8, 7, 0.18));
}

.info-panel .panel-media img {
  filter: saturate(1.08) contrast(1.04) brightness(1.03);
}

.info-panel .ticker {
  grid-column: 1;
  grid-row: 2;
  margin: 0 auto;
  border-block-color: rgba(255, 232, 140, 0.24);
}

.info-panel .ticker-track.is-tabs {
  gap: clamp(8px, 0.72cqw, 16px);
  padding: clamp(5px, 0.7cqh, 9px) 0;
}

.info-panel .ticker-track.is-tabs button {
  min-height: clamp(30px, 3.9cqh, 42px);
  padding: clamp(6px, 0.8cqh, 10px) clamp(9px, 0.85cqw, 16px);
  font-size: clamp(9px, 0.58cqw, 12px);
  background: rgba(255, 248, 203, 0.08);
}

.info-panel .panel-scroll {
  grid-column: 1;
  grid-row: 3;
  min-height: 0;
  overflow-y: auto;
  padding: clamp(16px, 1.3cqw, 28px);
  border: 1px solid rgba(255, 232, 140, 0.16);
  border-radius: clamp(16px, 1cqw, 22px);
  background:
    linear-gradient(180deg, rgba(6, 22, 18, 0.68), rgba(15, 32, 22, 0.46)),
    rgba(255, 244, 190, 0.06);
  mask-image: none;
  scrollbar-width: thin;
  scrollbar-color: rgba(245, 211, 107, 0.68) rgba(255, 255, 255, 0.1);
}

.info-panel .panel-scroll article,
.info-panel.is-tabbed-panel .panel-scroll article,
.info-panel.is-legal-panel .panel-scroll article {
  animation: none;
}

.info-panel.is-tabbed-panel .panel-scroll,
.info-panel.is-legal-panel .panel-scroll {
  mask-image: none;
  padding-right: clamp(16px, 1.3cqw, 28px);
}

.info-panel .panel-scroll::-webkit-scrollbar {
  width: 9px;
}

.info-panel .panel-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.info-panel .panel-scroll::-webkit-scrollbar-thumb {
  background: rgba(245, 211, 107, 0.68);
  border-radius: 999px;
}

.info-panel .panel-scroll p,
.info-panel .panel-scroll li {
  color: rgba(255, 252, 230, 0.92);
  font-size: clamp(13px, 0.92cqw, 18px);
  line-height: 1.62;
}

.info-panel .panel-scroll h3 {
  font-size: clamp(16px, 1.16cqw, 24px);
}

.info-panel .panel-note {
  font-size: clamp(11px, 0.74cqw, 15px);
}

.info-panel .panel-stat-grid {
  gap: clamp(10px, 0.9cqw, 18px);
}

.info-panel .panel-lead-form {
  gap: clamp(10px, 0.9cqw, 18px);
}

.info-panel .panel-lead-form input {
  min-height: clamp(38px, 4.6cqh, 54px);
}

.info-panel .panel-lead-form textarea {
  min-height: clamp(92px, 11cqh, 150px);
}

.info-panel .panel-gallery-grid {
  gap: clamp(12px, 1cqw, 20px);
}

.info-panel .panel-gallery-grid img,
.info-panel .panel-gallery-thumb img {
  height: clamp(130px, 15.5cqh, 240px);
}

.info-panel .panel-selected-caption {
  font-size: clamp(11px, 0.76cqw, 15px);
}

.info-panel.is-gallery-carousel .panel-chrome {
  grid-template-rows: minmax(0, 1fr);
  gap: 0;
  padding: clamp(8px, 1.2cqh, 18px) clamp(10px, 1.4cqw, 26px);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 247, 206, 0.16), transparent 38%),
    linear-gradient(135deg, rgba(2, 9, 8, 0.88), rgba(24, 35, 20, 0.72) 50%, rgba(245, 211, 107, 0.16));
}

.info-panel.is-gallery-carousel .panel-kicker,
.info-panel.is-gallery-carousel .panel-chrome h1,
.info-panel.is-gallery-carousel .panel-media,
.info-panel.is-gallery-carousel .ticker {
  display: none;
}

.info-panel.is-gallery-carousel .panel-scroll {
  grid-row: 1;
  width: min(96cqw, 1880px);
  height: min(96cqh, 1160px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: clamp(18px, 1.3cqw, 30px);
  background: transparent;
  box-shadow:
    0 0 0 1px rgba(255, 232, 140, 0.16),
    0 28px 80px rgba(0, 0, 0, 0.42),
    0 0 90px rgba(245, 211, 107, 0.16);
  scrollbar-width: none;
}

.info-panel.is-gallery-carousel .panel-scroll::-webkit-scrollbar {
  display: none;
}

.info-panel.is-gallery-carousel .panel-scroll article {
  width: 100%;
  height: 100%;
}

.info-panel.is-project-newspaper .panel-chrome {
  grid-template-rows: minmax(0, 1fr);
  gap: 0;
  padding: clamp(8px, 1.2cqh, 18px) clamp(10px, 1.4cqw, 26px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 234, 0.96)),
    #fffdf8;
  box-shadow:
    inset 0 0 0 1px rgba(93, 77, 43, 0.12),
    0 0 0 100vmax rgba(2, 8, 7, 0.22);
  backdrop-filter: blur(4px);
}

.info-panel.is-project-newspaper .panel-chrome::before {
  inset: 0;
  background:
    linear-gradient(rgba(42, 35, 24, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 35, 24, 0.028) 1px, transparent 1px);
  background-size: 38px 38px;
  filter: none;
  opacity: 0.34;
}

.info-panel.is-project-newspaper .panel-chrome::after {
  display: none;
}

.info-panel.is-project-newspaper .panel-kicker,
.info-panel.is-project-newspaper .panel-chrome h1,
.info-panel.is-project-newspaper .panel-media,
.info-panel.is-project-newspaper .ticker {
  display: none;
}

.info-panel.is-project-newspaper .panel-scroll {
  grid-row: 1;
  width: min(96cqw, 1880px);
  height: min(96cqh, 1160px);
  margin: auto;
  padding: clamp(20px, 2.2cqw, 42px);
  overflow-y: auto;
  border: 1px solid rgba(72, 58, 38, 0.16);
  border-radius: 6px;
  background: #fffdf8;
  box-shadow:
    0 28px 84px rgba(0, 0, 0, 0.34),
    inset 0 0 0 8px rgba(251, 246, 235, 0.9);
  scrollbar-color: rgba(121, 93, 42, 0.58) rgba(42, 35, 24, 0.08);
}

.info-panel.is-project-newspaper .panel-scroll::-webkit-scrollbar-thumb {
  background: rgba(121, 93, 42, 0.58);
}

.project-newspaper {
  color: #1f1d18;
  font-family: Georgia, "Times New Roman", serif;
}

.newspaper-masthead {
  margin: 0 0 clamp(18px, 2cqw, 34px);
  padding-top: clamp(14px, 1.5cqh, 26px);
  padding-bottom: clamp(16px, 1.7cqw, 28px);
  border-bottom: 2px solid rgba(46, 38, 24, 0.72);
  text-align: center;
}

.newspaper-masthead p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7em;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 8px;
  color: #7a612f;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(10px, 0.72cqw, 14px);
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.text-separator {
  display: inline-block;
  width: 2px;
  height: 0.78em;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.52;
  transform: translateY(0.04em);
}

.newspaper-masthead h2 {
  max-width: 980px;
  margin: 0 auto 10px;
  color: #17150f;
  font-size: clamp(26px, 2.85cqw, 54px);
  line-height: 0.98;
  letter-spacing: 0;
}

.newspaper-masthead > span,
.newspaper-masthead .availability-line {
  display: block;
  max-width: 820px;
  margin: 0 auto;
  color: #5a5144;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(13px, 0.95cqw, 18px);
  line-height: 1.5;
}

.newspaper-masthead .availability-line {
  font-style: italic;
  font-weight: 500;
}

.newspaper-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(30px, 4.6cqw, 78px);
  position: relative;
}

.newspaper-columns::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background:
    linear-gradient(180deg, transparent, rgba(72, 58, 38, 0.5) 8%, rgba(72, 58, 38, 0.5) 92%, transparent);
}

.newspaper-column {
  min-width: 0;
}

.project-brand-panel {
  display: grid;
  min-height: clamp(260px, 26cqw, 520px);
  place-items: center;
  padding: clamp(28px, 3cqw, 58px);
}

.project-brand-panel img {
  display: block;
  width: min(56%, 460px);
  height: auto;
  filter:
    drop-shadow(0 20px 42px rgba(40, 30, 12, 0.14))
    drop-shadow(0 0 32px rgba(222, 174, 70, 0.12));
}

.legal-project-logo-panel {
  display: grid;
  min-height: clamp(180px, 18cqw, 340px);
  place-items: center;
  margin-top: clamp(14px, 1.4cqw, 24px);
  padding: clamp(18px, 2.2cqw, 42px);
}

.legal-project-logo-panel img {
  display: block;
  width: min(64%, 360px);
  height: auto;
  filter:
    drop-shadow(0 18px 36px rgba(38, 31, 16, 0.13))
    drop-shadow(0 0 28px rgba(221, 174, 76, 0.11));
}

.newspaper-lede {
  color: #222018;
  font-size: clamp(17px, 1.16cqw, 22px);
  line-height: 1.55;
}

.project-text-block {
  display: grid;
  gap: clamp(10px, 0.9cqw, 18px);
  margin: clamp(14px, 1.45cqw, 26px) 0 clamp(20px, 2.1cqw, 38px);
}

.project-text-block p {
  margin: 0;
}

.project-lede-block {
  margin-top: 0;
}

.project-lede-block p + p {
  max-width: 92%;
}

.inline-panel-link {
  display: inline-block;
  color: #d0a32f;
  font-weight: 800;
  font-size: 1.08em;
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.16em;
  -webkit-text-stroke: 0.035em rgba(28, 23, 13, 0.9);
  paint-order: stroke fill;
  text-shadow:
    0 1px 0 rgba(28, 23, 13, 0.95),
    0 2px 4px rgba(28, 23, 13, 0.26);
}

.inline-panel-link:hover,
.inline-panel-link:focus-visible {
  color: #e2b946;
  text-decoration-thickness: 0.12em;
}

.info-panel.is-project-newspaper .panel-scroll p,
.info-panel.is-project-newspaper .panel-scroll li {
  color: #2a261d;
  font-size: clamp(14px, 0.92cqw, 18px);
  line-height: 1.68;
}

.info-panel.is-project-newspaper .panel-scroll h3 {
  margin: clamp(16px, 1.7cqw, 28px) 0 8px;
  color: #1b1811;
  font-size: clamp(20px, 1.48cqw, 30px);
  line-height: 1.08;
}

.newspaper-figure {
  margin: clamp(14px, 1.6cqw, 26px) 0;
  break-inside: avoid;
}

.newspaper-figure img {
  width: 100%;
  height: clamp(118px, 14cqh, 180px);
  border: 1px solid rgba(72, 58, 38, 0.16);
  border-radius: 4px;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}

.newspaper-figure.is-wide img {
  height: clamp(170px, 20cqh, 260px);
}

.soil-growth-figure img {
  height: auto;
  aspect-ratio: 2146 / 732;
  object-fit: contain;
  background: #14120a;
}

.reservation-figure img {
  height: auto;
  aspect-ratio: 1600 / 820;
  object-fit: contain;
  background: #f4f0e6;
}

.newspaper-figure figcaption {
  margin-top: 6px;
  color: #716650;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(10px, 0.65cqw, 13px);
  line-height: 1.35;
}

.newspaper-callout {
  margin-top: clamp(18px, 2cqw, 34px);
  padding: clamp(16px, 1.4cqw, 24px);
  border-top: 3px double rgba(91, 72, 34, 0.45);
  border-bottom: 3px double rgba(91, 72, 34, 0.45);
  background: #f8f1df;
}

.newspaper-callout strong,
.newspaper-callout span {
  display: block;
}

.newspaper-callout strong {
  margin-bottom: 8px;
  color: #6a4e17;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(12px, 0.84cqw, 16px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.newspaper-callout span {
  color: #2a261d;
  font-size: clamp(16px, 1.05cqw, 21px);
  line-height: 1.48;
}

.newspaper-callout span + span {
  margin-top: 0.62em;
  padding-top: 0.62em;
  border-top: 1px solid rgba(91, 72, 34, 0.18);
}

.info-panel.is-project-newspaper .panel-close {
  color: #1d1910;
  background: rgba(255, 253, 248, 0.9);
  border-color: rgba(93, 77, 43, 0.3);
  box-shadow: 0 12px 28px rgba(33, 25, 13, 0.18);
}

.info-panel.is-lots-newspaper .panel-chrome {
  grid-template-rows: minmax(0, 1fr);
  gap: 0;
  padding: clamp(8px, 1.2cqh, 18px) clamp(10px, 1.4cqw, 26px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 234, 0.96)),
    #fffdf8;
  box-shadow:
    inset 0 0 0 1px rgba(93, 77, 43, 0.12),
    0 0 0 100vmax rgba(2, 8, 7, 0.22);
  backdrop-filter: blur(4px);
}

.info-panel.is-lots-newspaper .panel-chrome::before {
  inset: 0;
  background:
    linear-gradient(rgba(42, 35, 24, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 35, 24, 0.028) 1px, transparent 1px);
  background-size: 38px 38px;
  filter: none;
  opacity: 0.34;
}

.info-panel.is-lots-newspaper .panel-chrome::after {
  display: none;
}

.info-panel.is-lots-newspaper .panel-kicker,
.info-panel.is-lots-newspaper .panel-chrome h1,
.info-panel.is-lots-newspaper .panel-media,
.info-panel.is-lots-newspaper .ticker {
  display: none;
}

.info-panel.is-lots-newspaper .panel-scroll {
  grid-row: 1;
  width: min(96cqw, 1880px);
  height: min(96cqh, 1160px);
  margin: auto;
  padding: clamp(20px, 2.2cqw, 42px);
  overflow-y: auto;
  border: 1px solid rgba(72, 58, 38, 0.16);
  border-radius: 6px;
  background: #fffdf8;
  box-shadow:
    0 28px 84px rgba(0, 0, 0, 0.34),
    inset 0 0 0 8px rgba(251, 246, 235, 0.9);
  scrollbar-color: rgba(121, 93, 42, 0.58) rgba(42, 35, 24, 0.08);
}

.lots-newspaper {
  color: #1f1d18;
  font-family: Georgia, "Times New Roman", serif;
}

.lots-columns {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 1fr);
  gap: clamp(30px, 4.6cqw, 76px);
  position: relative;
}

.lots-columns::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background:
    linear-gradient(180deg, transparent, rgba(72, 58, 38, 0.5) 8%, rgba(72, 58, 38, 0.5) 92%, transparent);
}

.lots-map-column,
.lots-story-column {
  min-width: 0;
}

.lots-map-figure {
  margin: 0;
}

.lots-map-figure img {
  width: 100%;
  max-height: 62cqh;
  border: 1px solid rgba(72, 58, 38, 0.18);
  border-radius: 4px;
  object-fit: contain;
  background: #10140f;
  box-shadow: 0 18px 46px rgba(47, 38, 23, 0.18);
}

.lots-map-figure figcaption {
  margin-top: 8px;
  color: #716650;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(10px, 0.72cqw, 13px);
  line-height: 1.45;
}

.lots-map-actions,
.lots-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(14px, 1.3cqw, 22px);
}

.lots-map-actions a,
.lots-inline-actions a,
.lots-download-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid rgba(121, 93, 42, 0.34);
  border-radius: 999px;
  color: #2a261d;
  background: #f8f1df;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(11px, 0.72cqw, 14px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.lots-map-actions a:hover,
.lots-map-actions a:focus-visible,
.lots-inline-actions a:hover,
.lots-inline-actions a:focus-visible,
.lots-download-box a:hover,
.lots-download-box a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(121, 93, 42, 0.68);
  color: #2a261d;
  background: #fff8e6;
  box-shadow: 0 10px 24px rgba(47, 38, 23, 0.14);
  outline: none;
}

.lots-vision-card {
  margin: clamp(22px, 2.8cqw, 44px) 0 0;
  border: 1px solid rgba(121, 93, 42, 0.22);
  border-radius: 4px;
  overflow: hidden;
  background: #fbf5e7;
  box-shadow: 0 16px 36px rgba(47, 38, 23, 0.12);
}

.lots-vision-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}

.lots-vision-card figcaption {
  display: grid;
  gap: 6px;
  padding: clamp(14px, 1.3cqw, 22px);
  color: #2a261d;
}

.lots-vision-card strong {
  color: #6a4e17;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(11px, 0.78cqw, 15px);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lots-vision-card span {
  font-size: clamp(15px, 0.98cqw, 19px);
  line-height: 1.45;
}

.lots-brand-panel {
  display: grid;
  min-height: clamp(220px, 26cqw, 420px);
  margin: clamp(26px, 3.2cqw, 56px) 0 0;
  padding: clamp(18px, 2.4cqw, 44px);
  place-items: center;
}

.lots-brand-panel img {
  width: min(66%, 440px);
  max-width: 100%;
  opacity: 0.9;
  filter: drop-shadow(0 22px 42px rgba(47, 38, 23, 0.16));
}

.info-panel.is-lots-newspaper .panel-scroll p,
.info-panel.is-lots-newspaper .panel-scroll li {
  color: #2a261d;
  font-size: clamp(14px, 0.92cqw, 18px);
  line-height: 1.68;
}

.info-panel.is-lots-newspaper .panel-scroll h3 {
  margin: clamp(16px, 1.7cqw, 28px) 0 8px;
  color: #1b1811;
  font-size: clamp(20px, 1.48cqw, 30px);
  line-height: 1.08;
}

.lots-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: clamp(18px, 1.7cqw, 28px) 0;
}

.lots-fact-grid p {
  margin: 0;
  padding: clamp(12px, 1.1cqw, 18px);
  border: 1px solid rgba(121, 93, 42, 0.2);
  border-radius: 4px;
  background: #fbf5e7;
}

.lots-fact-grid strong,
.lots-fact-grid span {
  display: block;
  font-family: "Manrope", Arial, sans-serif;
}

.lots-fact-grid strong {
  color: #7a612f;
  font-size: clamp(15px, 1.12cqw, 22px);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lots-fact-grid span {
  margin-top: 4px;
  color: #5a5144;
  font-size: clamp(11px, 0.72cqw, 14px);
  line-height: 1.35;
}

.lots-download-box {
  margin: clamp(18px, 2cqw, 34px) 0;
  padding: clamp(16px, 1.6cqw, 26px);
  border-top: 3px double rgba(91, 72, 34, 0.45);
  border-bottom: 3px double rgba(91, 72, 34, 0.45);
  background:
    radial-gradient(circle at 100% 0%, rgba(245, 211, 107, 0.16), transparent 38%),
    #f8f1df;
}

.lots-price-box {
  margin: clamp(16px, 1.8cqw, 30px) 0;
  padding: clamp(16px, 1.45cqw, 24px);
  border: 1px solid rgba(121, 93, 42, 0.28);
  border-radius: 4px;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 216, 92, 0.24), transparent 36%),
    #fbf5e7;
}

.lots-price-box span,
.lots-price-box strong {
  display: block;
  font-family: "Manrope", Arial, sans-serif;
}

.lots-price-box span {
  color: #7a612f;
  font-size: clamp(11px, 0.78cqw, 15px);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lots-price-box strong {
  margin: 8px 0 6px;
  color: #1b1811;
  font-size: clamp(28px, 2.4cqw, 48px);
  line-height: 1;
}

.lots-price-box p {
  margin: 0;
}

.lots-text-block {
  display: grid;
  gap: clamp(8px, 0.75cqw, 14px);
}

.lots-text-block + .lots-text-block {
  margin-top: clamp(12px, 1.1cqw, 18px);
}

.lots-text-block p {
  margin: 0;
}

.tools-text-block {
  display: grid;
  gap: clamp(9px, 0.85cqw, 16px);
  margin: clamp(12px, 1.1cqw, 20px) 0;
}

.tools-text-block p {
  margin: 0;
}

.tools-text-block + .tools-text-block {
  margin-top: clamp(16px, 1.45cqw, 26px);
}

.lots-price-box .inline-strong {
  display: inline;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.lots-download-box h3 {
  margin-top: 0;
}

.lots-earth-note {
  color: #6a4e17 !important;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(12px, 0.78cqw, 15px) !important;
  font-weight: 800;
  line-height: 1.45 !important;
}

.lots-earth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(12px, 1.2cqw, 20px);
}

.lots-download-box .lots-earth-primary {
  border-color: rgba(91, 72, 34, 0.42);
  color: #fff8df;
  background:
    linear-gradient(135deg, rgba(19, 65, 45, 0.98), rgba(9, 43, 31, 0.98));
  box-shadow: 0 12px 24px rgba(35, 57, 32, 0.18);
}

.lots-download-box .lots-earth-primary:hover,
.lots-download-box .lots-earth-primary:focus-visible {
  color: #fff8df;
  background:
    linear-gradient(135deg, rgba(30, 91, 61, 0.98), rgba(12, 53, 38, 0.98));
}

.info-panel.is-lots-newspaper .panel-close {
  color: #1d1910;
  background: rgba(255, 253, 248, 0.9);
  border-color: rgba(93, 77, 43, 0.3);
  box-shadow: 0 12px 28px rgba(33, 25, 13, 0.18);
}

.info-panel.is-editorial-newspaper .panel-chrome {
  grid-template-rows: minmax(0, 1fr);
  gap: 0;
  padding: clamp(8px, 1.2cqh, 18px) clamp(10px, 1.4cqw, 26px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 234, 0.96)),
    #fffdf8;
  box-shadow:
    inset 0 0 0 1px rgba(93, 77, 43, 0.12),
    0 0 0 100vmax rgba(2, 8, 7, 0.22);
  backdrop-filter: blur(4px);
}

.info-panel.is-editorial-newspaper .panel-chrome::before {
  inset: 0;
  background:
    linear-gradient(rgba(42, 35, 24, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 35, 24, 0.028) 1px, transparent 1px);
  background-size: 38px 38px;
  filter: none;
  opacity: 0.34;
}

.info-panel.is-editorial-newspaper .panel-chrome::after {
  display: none;
}

.info-panel.is-editorial-newspaper .panel-kicker,
.info-panel.is-editorial-newspaper .panel-chrome h1,
.info-panel.is-editorial-newspaper .panel-media,
.info-panel.is-editorial-newspaper .ticker {
  display: none;
}

.info-panel.is-editorial-newspaper .panel-scroll {
  grid-row: 1;
  width: min(96cqw, 1880px);
  height: min(96cqh, 1160px);
  margin: auto;
  padding: clamp(20px, 2.2cqw, 42px);
  overflow-y: auto;
  border: 1px solid rgba(72, 58, 38, 0.16);
  border-radius: 6px;
  background: #fffdf8;
  box-shadow:
    0 28px 84px rgba(0, 0, 0, 0.34),
    inset 0 0 0 8px rgba(251, 246, 235, 0.9);
  scrollbar-color: rgba(121, 93, 42, 0.58) rgba(42, 35, 24, 0.08);
}

.info-panel.is-editorial-newspaper .panel-scroll article {
  animation: none;
}

.info-panel.is-editorial-newspaper .panel-scroll::-webkit-scrollbar-thumb {
  background: rgba(121, 93, 42, 0.58);
}

.editorial-newspaper {
  color: #1f1d18;
  font-family: Georgia, "Times New Roman", serif;
}

.editorial-column {
  min-width: 0;
}

.editorial-card {
  margin: 0 0 clamp(18px, 1.9cqw, 30px);
  padding: clamp(16px, 1.7cqw, 26px);
  border: 1px solid rgba(93, 77, 43, 0.18);
  border-radius: 6px;
  background: rgba(251, 247, 237, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.editorial-card h3,
.editorial-form-card > h3 {
  margin-top: 0;
}

.info-panel.is-editorial-newspaper .panel-scroll p,
.info-panel.is-editorial-newspaper .panel-scroll li {
  color: #343027;
  font-size: clamp(14px, 1.02cqw, 18px);
  line-height: 1.72;
}

.info-panel.is-editorial-newspaper .panel-scroll h3 {
  color: #211d14;
  font-size: clamp(18px, 1.35cqw, 27px);
  line-height: 1.1;
}

.info-panel.is-editorial-newspaper .panel-scroll a {
  color: #7a612f;
}

.info-panel.is-editorial-newspaper .panel-actions a,
.info-panel.is-editorial-newspaper .panel-actions button {
  border-color: rgba(122, 97, 47, 0.32);
  background: rgba(122, 97, 47, 0.1);
  color: #4e3e1f;
  text-shadow: none;
}

.info-panel.is-editorial-newspaper .panel-actions a:hover,
.info-panel.is-editorial-newspaper .panel-actions a:focus-visible,
.info-panel.is-editorial-newspaper .panel-actions button:hover,
.info-panel.is-editorial-newspaper .panel-actions button:focus-visible {
  border-color: rgba(122, 97, 47, 0.55);
  background: rgba(122, 97, 47, 0.16);
}

.info-panel.is-editorial-newspaper .panel-note {
  color: #675d4e;
}

.info-panel.is-editorial-newspaper .panel-lead-form {
  gap: clamp(12px, 1cqw, 18px);
}

.info-panel.is-editorial-newspaper .panel-lead-form label {
  color: #7a612f;
}

.info-panel.is-editorial-newspaper .panel-lead-form input,
.info-panel.is-editorial-newspaper .panel-lead-form textarea {
  border-color: rgba(93, 77, 43, 0.22);
  background: rgba(255, 253, 248, 0.86);
  color: #211d14;
}

.info-panel.is-editorial-newspaper .panel-lead-form input:focus,
.info-panel.is-editorial-newspaper .panel-lead-form textarea:focus {
  border-color: rgba(122, 97, 47, 0.58);
  box-shadow: 0 0 0 3px rgba(122, 97, 47, 0.11);
}

.info-panel.is-editorial-newspaper .panel-lead-form .panel-consent {
  color: #4c4538;
}

.info-panel.is-editorial-newspaper .legal-panel-grid {
  grid-template-columns: 1fr;
  gap: 8px;
}

.info-panel.is-editorial-newspaper .legal-panel-grid p {
  margin: 0;
  font-size: clamp(13px, 0.92cqw, 16px);
  line-height: 1.55;
}

.info-panel.is-editorial-newspaper .panel-close {
  color: #1d1910;
  background: rgba(255, 253, 248, 0.9);
  border-color: rgba(93, 77, 43, 0.3);
  box-shadow: 0 12px 28px rgba(33, 25, 13, 0.18);
}

.blog-preview-list {
  display: grid;
  gap: clamp(14px, 1.2cqw, 20px);
  margin: 0 0 clamp(18px, 1.9cqw, 30px);
}

.blog-preview-card {
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
  gap: clamp(12px, 1.2cqw, 20px);
  align-items: stretch;
  padding: clamp(10px, 1cqw, 15px);
  border: 1px solid rgba(93, 77, 43, 0.16);
  border-radius: 6px;
  background: rgba(255, 253, 248, 0.78);
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.blog-preview-card:hover,
.blog-preview-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(122, 97, 47, 0.36);
  box-shadow: 0 16px 32px rgba(38, 31, 19, 0.12);
  outline: none;
}

.blog-preview-card img {
  width: 100%;
  height: 100%;
  min-height: 130px;
  border-radius: 4px;
  object-fit: cover;
}

.blog-preview-card span {
  display: block;
  margin-bottom: 6px;
  color: #7a612f;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(10px, 0.7cqw, 12px);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-preview-card h3 {
  margin: 0 0 8px;
}

.blog-preview-card p {
  margin: 0;
}

.vvr-card {
  overflow: hidden;
}

.vvr-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: clamp(14px, 1.3cqw, 20px) 0 clamp(12px, 1.2cqw, 18px);
  overflow: hidden;
  border: 1px solid rgba(93, 77, 43, 0.18);
  border-radius: 6px;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(25, 22, 16, 0.04), rgba(25, 22, 16, 0.12)),
    url("./assets/images/vvr/vvr-modular-01.jpg") center 56% / cover no-repeat,
    #2f2a1e;
  box-shadow: 0 18px 38px rgba(48, 38, 20, 0.12);
  transform: translateZ(0);
}

.vvr-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.04), rgba(24, 21, 15, 0.12)),
    linear-gradient(90deg, rgba(17, 39, 22, 0.16), transparent 28%, transparent 72%, rgba(17, 39, 22, 0.14));
}

.vvr-carousel img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 0;
  object-fit: cover;
  object-position: 50% 56%;
  opacity: 0;
  transform: translateZ(0) scale(1.015);
  animation: vvrCarouselFade 36s linear infinite both;
  backface-visibility: hidden;
}

.editorial-card .vvr-carousel > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 0;
}

.vvr-carousel img:nth-child(1) {
  animation-delay: 0s;
}

.vvr-carousel img:nth-child(2) {
  animation-delay: 6s;
}

.vvr-carousel img:nth-child(3) {
  animation-delay: 12s;
}

.vvr-carousel img:nth-child(4) {
  animation-delay: 18s;
}

.vvr-carousel img:nth-child(5) {
  animation-delay: 24s;
}

.vvr-carousel img:nth-child(6) {
  animation-delay: 30s;
}

@keyframes vvrCarouselFade {
  0%,
  13.5% {
    opacity: 1;
    transform: translateZ(0) scale(1);
  }

  16.66%,
  96% {
    opacity: 0;
    transform: translateZ(0) scale(1.015);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vvr-carousel img {
    animation: none;
  }

  .vvr-carousel img:first-child {
    opacity: 1;
    transform: none;
  }
}

.tools-check-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 0.9cqw, 14px);
  margin: 0;
  padding: clamp(12px, 1.1cqw, 18px);
  border: 1px solid rgba(93, 77, 43, 0.18);
  border-radius: 6px;
  background: rgba(255, 253, 248, 0.54);
}

.tools-check-grid legend {
  padding: 0 8px;
  color: #7a612f;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(10px, 0.72cqw, 13px);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tools-check-grid label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #3a3429;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(12px, 0.88cqw, 15px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.tools-check-grid input {
  width: auto;
  margin-top: 0.2em;
}

.budget-input-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  border: 1px solid rgba(93, 77, 43, 0.22);
  border-radius: clamp(8px, 0.62cqw, 13px);
  background: rgba(255, 253, 248, 0.86);
  overflow: hidden;
}

.budget-input-wrap input {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.budget-input-wrap em {
  padding: 0 clamp(12px, 1cqw, 16px);
  color: #7a612f;
  font-family: "Manrope", Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
}

.community-card .newspaper-figure {
  margin-bottom: clamp(14px, 1.4cqw, 22px);
}

.community-card .newspaper-figure img {
  height: clamp(210px, 20cqw, 330px);
}

.mobile-tools-nav {
  display: none;
}

.mobile-lots-nav {
  display: none;
}

.mobile-tool-panel {
  display: contents;
}

.mobile-lot-panel {
  display: contents;
}

.contact-kml-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.52fr);
  align-items: stretch;
  gap: clamp(18px, 1.8cqw, 30px);
}

.contact-kml-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.contact-kml-copy .panel-actions {
  margin-top: clamp(10px, 1cqw, 16px);
}

.contact-oak-figure {
  display: flex;
  min-width: 0;
  height: 100%;
  min-height: clamp(260px, 25cqw, 430px);
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.contact-oak-figure img {
  height: 100%;
  min-height: clamp(240px, 22cqw, 390px);
  object-fit: contain;
  object-position: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 214, 132, 0.2), transparent 54%),
    linear-gradient(180deg, rgba(71, 43, 22, 0.08), rgba(246, 239, 224, 0.72));
}

.info-panel.is-editorial-newspaper .editorial-form-card,
.info-panel.is-editorial-newspaper .tools-form-card {
  padding: clamp(24px, 2.2cqw, 38px);
}

.info-panel.is-editorial-newspaper .panel-lead-form {
  grid-template-columns: 1fr;
  gap: clamp(22px, 1.8cqw, 34px) clamp(20px, 1.6cqw, 30px);
  margin-top: clamp(20px, 1.6cqw, 28px);
}

.info-panel.is-editorial-newspaper .panel-lead-form label {
  gap: 10px;
  color: #6d5428;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(15px, 1.05cqw, 20px);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.info-panel.is-editorial-newspaper .panel-lead-form input,
.info-panel.is-editorial-newspaper .panel-lead-form textarea {
  min-height: 58px;
  padding: 17px 18px;
  border-radius: 14px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(18px, 1.18cqw, 23px);
  font-weight: 700;
  line-height: 1.35;
}

.info-panel.is-editorial-newspaper .panel-lead-form textarea {
  min-height: 160px;
}

.info-panel.is-editorial-newspaper .panel-lead-form .panel-actions {
  gap: 14px;
  margin-top: 4px;
}

.info-panel.is-editorial-newspaper .panel-actions a,
.info-panel.is-editorial-newspaper .panel-actions button {
  min-height: 56px;
  padding: 0 24px;
  font-size: clamp(14px, 0.98cqw, 18px);
}

.info-panel.is-editorial-newspaper .panel-lead-form .panel-consent {
  gap: 14px;
  align-items: flex-start;
  color: #40382d;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(16px, 1.08cqw, 20px);
  line-height: 1.55;
}

.info-panel.is-editorial-newspaper .panel-lead-form .panel-consent input,
.info-panel.is-editorial-newspaper .tools-check-grid input {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 2px;
  accent-color: #2f7a4b;
}

.info-panel.is-editorial-newspaper .tools-check-grid {
  grid-template-columns: 1fr;
  gap: clamp(16px, 1.3cqw, 24px);
  max-height: 390px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(20px, 1.7cqw, 30px);
  border-radius: 14px;
  scrollbar-color: rgba(121, 93, 42, 0.62) rgba(72, 58, 38, 0.08);
}

.info-panel.is-editorial-newspaper .tools-check-grid legend {
  position: sticky;
  top: -1px;
  z-index: 2;
  padding: 0 12px;
  background: rgba(251, 247, 237, 0.96);
  font-size: clamp(14px, 1cqw, 18px);
}

.info-panel.is-editorial-newspaper .tools-check-grid::-webkit-scrollbar {
  width: 9px;
}

.info-panel.is-editorial-newspaper .tools-check-grid::-webkit-scrollbar-track {
  background: rgba(72, 58, 38, 0.08);
  border-radius: 999px;
}

.info-panel.is-editorial-newspaper .tools-check-grid::-webkit-scrollbar-thumb {
  background: rgba(121, 93, 42, 0.62);
  border-radius: 999px;
}

.info-panel.is-editorial-newspaper .tools-check-grid label {
  gap: 14px;
  align-items: center;
  min-height: 44px;
  font-size: clamp(17px, 1.14cqw, 22px);
  line-height: 1.3;
}

.info-panel.is-editorial-newspaper .budget-input-wrap {
  border-radius: 14px;
}

.info-panel.is-editorial-newspaper .budget-input-wrap em {
  padding: 0 18px;
  font-size: clamp(14px, 0.95cqw, 18px);
}

.info-panel.is-editorial-newspaper .panel-lead-form,
.info-panel.is-editorial-newspaper .tools-lead-form {
  grid-template-columns: minmax(0, 1fr) !important;
}

.info-panel.is-editorial-newspaper .panel-lead-form > label,
.info-panel.is-editorial-newspaper .panel-lead-form > fieldset,
.info-panel.is-editorial-newspaper .panel-lead-form > .panel-actions,
.info-panel.is-editorial-newspaper .panel-lead-form > .panel-note {
  grid-column: 1 / -1 !important;
}

.info-panel.is-editorial-newspaper .tools-check-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

.info-panel.is-editorial-newspaper .tools-check-grid label {
  width: 100%;
}

.gallery-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.gallery-carousel-frame {
  --drag-x: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  cursor: grab;
  touch-action: pan-y;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 247, 206, 0.1), transparent 42%),
    rgba(3, 12, 10, 0.9);
}

.gallery-carousel-frame.is-dragging {
  cursor: grabbing;
}

.gallery-carousel-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  user-select: none;
  transform: translateX(var(--drag-x)) scale(1);
  filter: saturate(1.05) contrast(1.03) brightness(1.02);
  transition: transform 260ms ease, filter 260ms ease, opacity 260ms ease;
}

.gallery-carousel-frame.is-dragging .gallery-carousel-image {
  transition: none;
}

.gallery-carousel-image.is-changing-forward {
  animation: gallerySlideForward 560ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.gallery-carousel-image.is-changing-back {
  animation: gallerySlideBack 560ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.gallery-carousel-control {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: clamp(42px, 4.2cqw, 76px);
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid rgba(255, 232, 140, 0.34);
  border-radius: 50%;
  color: #fff2a6;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 247, 206, 0.28), transparent 46%),
    rgba(5, 19, 16, 0.54);
  box-shadow:
    0 0 28px rgba(245, 211, 107, 0.24),
    0 18px 44px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px) saturate(1.25);
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.gallery-carousel-control span {
  transform: translateY(-2px);
  font-family: Georgia, serif;
  font-size: clamp(42px, 4.4cqw, 80px);
  line-height: 0.8;
}

.gallery-carousel-prev {
  left: clamp(12px, 1.6cqw, 28px);
}

.gallery-carousel-next {
  right: clamp(12px, 1.6cqw, 28px);
}

.gallery-carousel-control:hover,
.gallery-carousel-control:focus-visible {
  transform: translateY(-50%) scale(1.08);
  border-color: rgba(255, 248, 203, 0.82);
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 247, 206, 0.38), transparent 48%),
    rgba(19, 43, 29, 0.72);
  box-shadow:
    0 0 40px rgba(245, 211, 107, 0.36),
    0 20px 50px rgba(0, 0, 0, 0.36);
  outline: none;
}

.info-panel.is-gallery-carousel .panel-chrome {
  padding: clamp(8px, 1.2cqh, 18px) clamp(10px, 1.4cqw, 26px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97), rgba(249, 246, 238, 0.97)),
    #fffdf8;
  box-shadow:
    inset 0 0 0 1px rgba(93, 77, 43, 0.12),
    0 0 0 100vmax rgba(2, 8, 7, 0.22);
  backdrop-filter: blur(4px);
}

.info-panel.is-gallery-carousel .panel-chrome::before {
  inset: 0;
  background:
    linear-gradient(rgba(42, 35, 24, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 35, 24, 0.026) 1px, transparent 1px);
  background-size: 38px 38px;
  filter: none;
  opacity: 0.28;
}

.info-panel.is-gallery-carousel .panel-chrome::after {
  display: none;
}

.info-panel.is-gallery-carousel .panel-scroll {
  width: min(96cqw, 1880px);
  height: min(96cqh, 1160px);
  padding: clamp(14px, 1.55cqw, 26px) clamp(14px, 1.55cqw, 26px) clamp(48px, 4cqw, 84px);
  overflow-y: auto;
  border: 1px solid rgba(72, 58, 38, 0.16);
  border-radius: 6px;
  background: #fffdf8;
  box-shadow:
    0 28px 84px rgba(0, 0, 0, 0.34),
    inset 0 0 0 8px rgba(251, 246, 235, 0.9);
  scrollbar-color: rgba(121, 93, 42, 0.58) rgba(42, 35, 24, 0.08);
}

.gallery-carousel {
  grid-template-rows: auto minmax(430px, 58cqh) auto auto;
  gap: clamp(8px, 1.05cqh, 16px);
  place-items: stretch;
  color: #1f1d18;
  font-family: Georgia, "Times New Roman", serif;
}

.info-panel.is-gallery-carousel .gallery-carousel {
  min-height: 100%;
  height: auto;
}

.gallery-editorial-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.34fr);
  align-items: end;
  gap: clamp(12px, 1.7cqw, 30px);
  padding-bottom: clamp(8px, 0.9cqh, 14px);
  border-bottom: 2px solid rgba(46, 38, 24, 0.72);
}

.gallery-brand-line {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px, 1.2cqw, 22px);
}

.gallery-brand-line p {
  margin: 0;
}

.gallery-brand-line img {
  width: clamp(62px, 5.2cqw, 104px);
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 0 8px rgba(255, 245, 180, 0.8))
    drop-shadow(0 0 24px rgba(245, 179, 55, 0.44));
}

.solar-wordmark,
.solar-caption {
  color: #7a612f;
  text-shadow:
    0 1px 0 #4a2b05,
    0 -1px 0 rgba(255, 255, 246, 0.95),
    1px 0 0 rgba(70, 38, 4, 0.7),
    -1px 0 0 rgba(255, 237, 130, 0.7),
    0 0 4px rgba(255, 255, 224, 1),
    0 0 11px rgba(255, 221, 74, 0.98),
    0 0 24px rgba(255, 157, 24, 0.82),
    0 0 44px rgba(255, 136, 0, 0.48),
    2px 3px 7px rgba(40, 24, 4, 0.54);
}

.solar-wordmark {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.1em;
  color: #ffcf32;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(14px, 1.08cqw, 21px);
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  -webkit-text-stroke: 0.75px rgba(65, 36, 4, 0.92);
}

.solar-wordmark::before,
.solar-wordmark::after {
  content: "";
  position: absolute;
  inset: -42% -4%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 44%, rgba(255, 255, 220, 0.95) 0 1px, transparent 2px),
    radial-gradient(circle at 24% 12%, rgba(255, 210, 70, 0.9) 0 1px, transparent 2px),
    radial-gradient(circle at 42% 72%, rgba(255, 163, 35, 0.78) 0 1.5px, transparent 3px),
    radial-gradient(circle at 68% 22%, rgba(255, 255, 230, 0.9) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 60%, rgba(255, 190, 50, 0.9) 0 1.4px, transparent 3px);
  filter: blur(0.2px);
  opacity: 0.86;
}

.solar-wordmark::after {
  inset: -70% -8%;
  background:
    repeating-conic-gradient(from 18deg at 50% 50%, transparent 0 13deg, rgba(255, 203, 74, 0.42) 13deg 14deg, transparent 14deg 28deg);
  filter: blur(7px);
  opacity: 0.34;
}

.gallery-editorial-head h2 {
  margin: 0;
  color: #17150f;
  font-size: clamp(28px, 3.3cqw, 62px);
  line-height: 0.98;
  letter-spacing: 0;
}

.gallery-editorial-head span {
  color: #5a5144;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(13px, 0.92cqw, 17px);
  font-weight: 400;
  line-height: 1.5;
}

.gallery-editorial-layout {
  display: grid;
  grid-template-columns: minmax(170px, 0.18fr) minmax(0, 1fr);
  gap: clamp(12px, 1.6cqw, 26px);
  min-height: 0;
}

.gallery-editorial-note {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
  padding: clamp(10px, 1.05cqw, 18px);
  border-right: 1px solid rgba(72, 58, 38, 0.34);
  color: #2a261d;
}

.gallery-editorial-note span,
.gallery-editorial-note strong,
.gallery-editorial-note em {
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gallery-editorial-note em {
  display: block;
  max-width: 24ch;
  margin-bottom: auto;
  color: #6f644f;
  font-size: clamp(10px, 0.68cqw, 13px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
}

.gallery-editorial-note span {
  color: #7a612f;
  font-size: clamp(10px, 0.72cqw, 13px);
  font-weight: 800;
}

.gallery-editorial-note strong {
  color: #17150f;
  font-size: clamp(18px, 1.7cqw, 34px);
  line-height: 1;
}

.gallery-editorial-note p {
  margin: 0;
  color: #3a3327;
  font-size: clamp(15px, 1.05cqw, 21px);
  line-height: 1.45;
}

.gallery-editorial-note .solar-caption {
  color: #ffcf32;
  font-weight: 900;
  -webkit-text-stroke: 0.65px rgba(59, 32, 5, 0.9);
}

.gallery-carousel-frame {
  position: relative;
  border: 1px solid rgba(72, 58, 38, 0.18);
  border-radius: 4px;
  background: #f7f1e6;
  box-shadow: 0 18px 46px rgba(47, 38, 23, 0.18);
}

.gallery-carousel-image {
  object-fit: cover;
  filter: saturate(1.08) contrast(1.02) brightness(1.04);
}

.gallery-carousel-control {
  border-color: rgba(72, 58, 38, 0.18);
  color: #1d1910;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: 0 12px 28px rgba(33, 25, 13, 0.18);
}

.gallery-carousel-control:hover,
.gallery-carousel-control:focus-visible {
  border-color: rgba(93, 77, 43, 0.44);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 14px 34px rgba(33, 25, 13, 0.24);
}

.gallery-contact-sheet {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
  gap: clamp(8px, 0.8cqw, 14px);
  padding-top: clamp(8px, 0.8cqh, 12px);
  border-top: 1px solid rgba(72, 58, 38, 0.2);
}

.gallery-contact-thumb {
  position: relative;
  min-width: 0;
  aspect-ratio: 16 / 9;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(72, 58, 38, 0.16);
  border-radius: 3px;
  background: #f7f1e6;
  cursor: pointer;
  opacity: 0.72;
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.gallery-contact-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-contact-thumb span {
  position: absolute;
  left: 6px;
  bottom: 5px;
  padding: 2px 5px;
  color: #1f1d18;
  background: rgba(255, 253, 248, 0.84);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}

.gallery-contact-thumb:hover,
.gallery-contact-thumb:focus-visible,
.gallery-contact-thumb.is-active {
  opacity: 1;
  transform: translateY(-2px);
  border-color: rgba(122, 97, 47, 0.58);
  box-shadow: 0 10px 24px rgba(47, 38, 23, 0.18);
  outline: none;
}

.gallery-video-section {
  display: grid;
  gap: clamp(12px, 1.2cqw, 20px);
  margin-top: clamp(10px, 1.2cqw, 22px);
  padding-top: clamp(18px, 1.8cqw, 30px);
  border-top: 2px solid rgba(46, 38, 24, 0.72);
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

.gallery-video-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.8fr) minmax(260px, 0.48fr);
  align-items: end;
  gap: clamp(12px, 1.5cqw, 26px);
}

.gallery-video-heading p,
.gallery-video-heading h3,
.gallery-video-heading span {
  margin: 0;
}

.gallery-video-heading h3 {
  color: #17150f;
  font-size: clamp(22px, 2.2cqw, 42px);
  line-height: 1;
}

.gallery-video-heading span {
  color: #5a5144;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(13px, 0.92cqw, 17px);
  line-height: 1.5;
}

.gallery-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(72, 58, 38, 0.18);
  border-radius: 5px;
  background: #111;
  box-shadow: 0 18px 46px rgba(47, 38, 23, 0.18);
}

.gallery-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gallery-video-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 14px;
  width: 100%;
  height: 100%;
  border: 0;
  color: #fffdf8;
  background:
    linear-gradient(rgba(15, 18, 16, 0.24), rgba(15, 18, 16, 0.62)),
    url("./assets/images/gallery/optimized/DJI_0700_vivid_storia_sub10mb-web.jpg") center / cover;
  cursor: pointer;
}

.gallery-video-play span {
  width: clamp(62px, 7vw, 92px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  position: relative;
}

.gallery-video-play span::after {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-42%, -50%);
  width: 0;
  height: 0;
  border-top: clamp(12px, 1.5vw, 17px) solid transparent;
  border-bottom: clamp(12px, 1.5vw, 17px) solid transparent;
  border-left: clamp(18px, 2vw, 26px) solid #2e7f4f;
}

.gallery-video-play strong {
  padding: 10px 18px;
  border-radius: 999px;
  color: #fffdf8;
  background: rgba(46, 127, 79, 0.9);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(14px, 1.2cqw, 18px);
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
}

.gallery-video-play:hover span,
.gallery-video-play:focus-visible span {
  transform: scale(1.04);
}

.gallery-video-play:focus-visible {
  outline: 3px solid rgba(255, 253, 248, 0.82);
  outline-offset: -8px;
}

.gallery-freedom-section {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.62fr);
  align-items: stretch;
  gap: clamp(16px, 1.8cqw, 30px);
  margin-top: clamp(16px, 1.8cqw, 30px);
  padding: clamp(16px, 1.8cqw, 28px);
  border: 1px solid rgba(72, 58, 38, 0.18);
  border-radius: 6px;
  background:
    radial-gradient(circle at 12% 8%, rgba(247, 211, 104, 0.16), transparent 38%),
    linear-gradient(135deg, rgba(250, 247, 238, 0.92), rgba(238, 247, 231, 0.72));
  box-shadow: 0 18px 46px rgba(47, 38, 23, 0.12);
}

.gallery-freedom-figure {
  min-width: 0;
  margin: 0;
}

.gallery-freedom-figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(280px, 34cqw, 520px);
  border: 1px solid rgba(72, 58, 38, 0.16);
  border-radius: 5px;
  object-fit: contain;
  background: #f8f5ec;
  box-shadow: 0 14px 34px rgba(35, 28, 15, 0.12);
}

.gallery-freedom-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 2.4cqw, 46px) clamp(18px, 2.2cqw, 44px) clamp(34px, 3.2cqw, 76px);
}

.gallery-freedom-text {
  max-width: 720px;
}

.gallery-freedom-text p,
.gallery-freedom-text h3 {
  margin: 0;
}

.gallery-freedom-text h3 {
  margin-top: clamp(8px, 0.8cqw, 14px);
  color: #17150f;
  font-size: clamp(18px, 1.42cqw, 28px);
  line-height: 1.14;
}

.gallery-freedom-text h3 + p {
  margin-top: clamp(12px, 1.3cqw, 22px);
}

.gallery-freedom-text p:not(.solar-wordmark) {
  color: #3b352a;
  font-size: clamp(14px, 0.94cqw, 18px);
  line-height: 1.68;
}

.gallery-freedom-text p + p {
  margin-top: clamp(10px, 1cqw, 16px);
}

.gallery-freedom-logo {
  display: grid;
  flex: 0 0 auto;
  place-items: end center;
  margin-top: clamp(60px, 9cqw, 180px);
}

.gallery-freedom-logo img {
  display: block;
  width: min(58%, 300px);
  height: auto;
  filter:
    drop-shadow(0 18px 34px rgba(35, 28, 15, 0.14))
    drop-shadow(0 0 30px rgba(228, 178, 70, 0.12));
}

.info-panel.is-project-newspaper .panel-chrome,
.info-panel.is-lots-newspaper .panel-chrome,
.info-panel.is-editorial-newspaper .panel-chrome,
.info-panel.is-gallery-carousel .panel-chrome {
  padding: clamp(4px, 0.55cqh, 10px) clamp(4px, 0.65cqw, 12px);
}

.info-panel.is-project-newspaper .panel-scroll,
.info-panel.is-lots-newspaper .panel-scroll,
.info-panel.is-editorial-newspaper .panel-scroll,
.info-panel.is-gallery-carousel .panel-scroll {
  width: min(99.2cqw, 2400px);
  height: min(98.8cqh, 1600px);
}

.info-panel.is-gallery-carousel .panel-close {
  color: #1d1910;
  background: rgba(255, 253, 248, 0.9);
  border-color: rgba(93, 77, 43, 0.3);
  box-shadow: 0 12px 28px rgba(33, 25, 13, 0.18);
}

@keyframes gallerySlideForward {
  0% {
    opacity: 0;
    transform: translateX(5%) scale(1.015);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes gallerySlideBack {
  0% {
    opacity: 0;
    transform: translateX(-5%) scale(1.015);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.panel-close {
  position: absolute;
  left: clamp(10px, 1.25cqw, 22px);
  top: clamp(10px, 1.25cqw, 22px);
  z-index: 101;
  display: grid;
  place-items: center;
  width: clamp(30px, 2.35cqw, 44px);
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid rgba(255, 232, 140, 0.42);
  border-radius: 50%;
  color: #ffe88c;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 247, 206, 0.2), transparent 42%),
    rgba(5, 19, 16, 0.72);
  box-shadow:
    0 0 24px rgba(245, 211, 107, 0.18),
    0 10px 26px rgba(0, 0, 0, 0.32);
  font-size: clamp(18px, 1.55cqw, 28px);
  line-height: 1;
  backdrop-filter: blur(10px) saturate(1.3);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.panel-close:hover,
.panel-close:focus-visible {
  transform: scale(1.08);
  border-color: rgba(255, 248, 203, 0.86);
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 247, 206, 0.34), transparent 44%),
    rgba(18, 37, 24, 0.84);
  box-shadow:
    0 0 32px rgba(245, 211, 107, 0.32),
    0 12px 30px rgba(0, 0, 0, 0.34);
  outline: none;
}

.info-panel.is-hidden .panel-close {
  opacity: 0;
  pointer-events: none;
}

.info-panel.is-entering .panel-chrome {
  animation: panelRevealStable 860ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.info-panel.is-entering .panel-close {
  animation: portalCloseAppear 860ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.info-panel.is-entering .panel-chrome::before {
  animation: none;
}

.info-panel.is-entering .panel-chrome::after {
  animation: none;
}

@keyframes portalMaterialize {
  0% {
    opacity: 0;
    clip-path: circle(0% at 50% 50%);
    filter: blur(26px) brightness(2.25) saturate(1.45);
    transform: perspective(1400px) scale(0.82) rotateX(9deg);
  }

  28% {
    opacity: 0.9;
    clip-path: circle(22% at 50% 50%);
    filter: blur(14px) brightness(1.85) saturate(1.35);
    transform: perspective(1400px) scale(0.9) rotateX(5deg);
  }

  62% {
    opacity: 1;
    clip-path: circle(78% at 50% 50%);
    filter: blur(4px) brightness(1.34) saturate(1.16);
    transform: perspective(1400px) scale(1.018) rotateX(0.6deg);
  }

  100% {
    opacity: 1;
    clip-path: circle(145% at 50% 50%);
    filter: blur(0) brightness(1) saturate(1);
    transform: perspective(1400px) scale(1) rotateX(0);
  }
}

@keyframes portalAura {
  0% {
    opacity: 0;
    transform: scale(0.55) rotate(-18deg);
    filter: blur(42px) brightness(2);
  }

  54% {
    opacity: 0.95;
    transform: scale(1.08) rotate(6deg);
  }

  100% {
    opacity: 0.82;
    transform: scale(1) rotate(0);
    filter: blur(22px) brightness(1);
  }
}

@keyframes portalSweep {
  0% {
    opacity: 0;
    background-position: -160% 0, 0 0;
  }

  28% {
    opacity: 0.62;
  }

  100% {
    opacity: 0.28;
    background-position: 160% 0, 0 0;
  }
}

@keyframes portalCloseAppear {
  0%,
  58% {
    opacity: 0;
    transform: scale(0.72) rotate(-24deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@media (max-width: 900px) {
  .info-panel .panel-chrome {
    grid-template-rows: clamp(240px, 38cqh, 360px) auto minmax(0, 1fr);
    padding: clamp(12px, 2cqh, 18px) clamp(18px, 4.5cqw, 30px) clamp(16px, 3cqh, 28px);
  }

  .info-panel .panel-chrome > * {
    width: min(92cqw, 760px);
  }

  .info-panel .panel-media {
    height: 100%;
  }

  .info-panel .panel-kicker {
    padding-top: clamp(14px, 2.1cqh, 22px);
    padding-left: clamp(14px, 3cqw, 22px);
  }

  .info-panel .panel-chrome h1 {
    padding-top: clamp(36px, 6cqh, 60px);
    padding-left: clamp(14px, 3cqw, 22px);
    padding-right: clamp(14px, 3cqw, 22px);
    font-size: clamp(19px, 4.5cqw, 30px);
  }

  .info-panel .panel-stat-grid,
  .legal-panel-grid,
  .panel-lead-form {
    grid-template-columns: 1fr;
  }

  .info-panel.is-project-newspaper .panel-chrome {
    padding: clamp(8px, 1.6cqh, 14px) clamp(8px, 2.5cqw, 14px);
  }

  .info-panel.is-project-newspaper .panel-scroll {
    width: min(97cqw, 820px);
    height: min(96cqh, 940px);
    padding: clamp(18px, 5cqw, 28px);
  }

  .info-panel.is-lots-newspaper .panel-chrome {
    padding: clamp(8px, 1.6cqh, 14px) clamp(8px, 2.5cqw, 14px);
  }

  .info-panel.is-lots-newspaper .panel-scroll {
    width: min(97cqw, 820px);
    height: min(96cqh, 940px);
    padding: clamp(18px, 5cqw, 28px);
  }

  .info-panel.is-editorial-newspaper .panel-chrome {
    padding: clamp(8px, 1.6cqh, 14px) clamp(8px, 2.5cqw, 14px);
  }

  .info-panel.is-editorial-newspaper .panel-scroll {
    width: min(97cqw, 820px);
    height: min(96cqh, 940px);
    padding: clamp(18px, 5cqw, 28px);
  }

  .newspaper-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .lots-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .newspaper-columns::before,
  .lots-columns::before {
    display: none;
  }

  .newspaper-column + .newspaper-column {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(72, 58, 38, 0.28);
  }

  .lots-story-column {
    padding-top: 18px;
    border-top: 1px solid rgba(72, 58, 38, 0.28);
  }

  .lots-fact-grid {
    grid-template-columns: 1fr;
  }

  .blog-preview-card,
  .tools-check-grid {
    grid-template-columns: 1fr;
  }

  .contact-kml-card {
    grid-template-columns: 1fr;
  }

  .contact-oak-figure {
    min-height: 280px;
  }

  .info-panel.is-editorial-newspaper .panel-lead-form {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .info-panel.is-editorial-newspaper .panel-lead-form input,
  .info-panel.is-editorial-newspaper .panel-lead-form textarea {
    min-height: 56px;
    font-size: 17px;
  }

  .info-panel.is-editorial-newspaper .tools-check-grid {
    grid-template-columns: 1fr;
  }

  .newspaper-masthead {
    text-align: left;
  }

  .info-panel.is-project-newspaper .project-brand-panel {
    display: none;
  }

  .newspaper-masthead h2,
  .newspaper-masthead span {
    margin-left: 0;
    margin-right: 0;
  }

  .info-panel.is-gallery-carousel .panel-chrome {
    padding: clamp(8px, 1.6cqh, 14px) clamp(8px, 2.5cqw, 14px);
  }

  .info-panel.is-gallery-carousel .panel-scroll {
    width: min(97cqw, 820px);
    height: min(96cqh, 940px);
    padding: clamp(16px, 4.5cqw, 24px);
  }

  .gallery-carousel {
    grid-template-rows: auto minmax(320px, 52cqh) auto auto;
  }

  .gallery-editorial-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gallery-brand-line {
    align-items: flex-start;
  }

  .gallery-brand-line img {
    width: clamp(54px, 13cqw, 82px);
  }

  .gallery-editorial-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gallery-editorial-note {
    display: grid;
    grid-template-columns: auto auto;
    align-items: end;
    border-right: 0;
    border-bottom: 1px solid rgba(72, 58, 38, 0.24);
  }

  .gallery-editorial-note p {
    grid-column: 1 / -1;
  }

  .gallery-editorial-note em {
    grid-column: 1 / -1;
    max-width: none;
    margin-bottom: 0;
  }

  .gallery-contact-sheet {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-height: 18cqh;
    overflow-y: auto;
  }

  .gallery-video-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gallery-freedom-section {
    grid-template-columns: 1fr;
  }

  .gallery-freedom-figure img {
    min-height: 0;
  }
}

@media (max-width: 700px) and (orientation: portrait) {
  html,
  body {
    overflow: hidden;
  }

  .world {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
  }

  .stage {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    aspect-ratio: auto;
    overflow: hidden;
  }

  .scene {
    background-size: cover;
  }

  .stage::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.36), transparent 28%, transparent 66%, rgba(0, 0, 0, 0.72)),
      radial-gradient(circle at 50% 42%, transparent 0 20%, rgba(0, 0, 0, 0.48) 74%);
  }

  .identity {
    top: 43%;
    width: clamp(118px, 36vw, 176px);
  }

  .mother-planet {
    top: 43%;
    width: clamp(210px, 58vw, 330px);
  }

  .planet {
    width: var(--mobile-size, clamp(58px, 17vw, 88px));
  }

  .mobile-menu-toggle {
    position: absolute;
    left: max(14px, env(safe-area-inset-left));
    top: max(14px, env(safe-area-inset-top));
    z-index: 112;
    display: grid;
    width: clamp(44px, 12vw, 58px);
    aspect-ratio: 1;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 232, 140, 0.58);
    border-radius: 50%;
    background:
      radial-gradient(circle at 34% 26%, rgba(255, 248, 203, 0.32), transparent 38%),
      radial-gradient(circle at 50% 58%, rgba(245, 211, 107, 0.18), transparent 58%),
      rgba(5, 19, 16, 0.72);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.06) inset,
      0 0 24px rgba(245, 211, 107, 0.24),
      0 12px 32px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(12px) saturate(1.3);
  }

  .mobile-menu-toggle span {
    position: absolute;
    left: 28%;
    right: 28%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 248, 203, 0.72), #f5d36b, rgba(255, 248, 203, 0.9));
    box-shadow: 0 0 10px rgba(245, 211, 107, 0.62);
    transition: transform 220ms ease, opacity 180ms ease, top 220ms ease;
  }

  .pull-refresh-indicator {
    position: absolute;
    left: 50%;
    top: max(16px, env(safe-area-inset-top));
    z-index: 111;
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border: 1px solid rgba(255, 232, 140, 0.46);
    border-radius: 999px;
    background: rgba(5, 19, 16, 0.82);
    color: #ffeaa0;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    text-transform: uppercase;
    transform: translate(-50%, -18px) scale(0.96);
    transition: opacity 160ms ease, transform 160ms ease, border-color 160ms ease;
  }

  .world.is-pulling-refresh .pull-refresh-indicator,
  .world.is-refresh-ready .pull-refresh-indicator,
  .world.is-refreshing .pull-refresh-indicator {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }

  .world.is-refresh-ready .pull-refresh-indicator,
  .world.is-refreshing .pull-refresh-indicator {
    border-color: rgba(134, 200, 58, 0.78);
    color: #dfff9b;
  }

  .mobile-menu-toggle span:nth-child(1) {
    top: 34%;
  }

  .mobile-menu-toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .mobile-menu-toggle span:nth-child(3) {
    top: 64%;
  }

  .world.is-mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  .world.is-mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .world.is-mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }

  .world:not(.is-mobile-menu-open) .planet-field {
    opacity: 0;
    pointer-events: none;
  }

  .world:not(.is-mobile-menu-open) .planet {
    pointer-events: none;
  }

  .planet-field {
    opacity: 1;
    transition: opacity 220ms ease;
  }

  .planet-proiect {
    --x: 23%;
    --y: 24%;
    --mobile-size: clamp(64px, 18vw, 92px);
  }

  .planet-loturi {
    --x: 16%;
    --y: 49%;
    --mobile-size: clamp(62px, 17vw, 88px);
  }

  .planet-galerie {
    --x: 77%;
    --y: 24%;
    --mobile-size: clamp(64px, 18vw, 92px);
  }

  .planet-viata {
    --x: 84%;
    --y: 50%;
    --mobile-size: clamp(62px, 17vw, 88px);
  }

  .planet-contact {
    --x: 33%;
    --y: 69%;
    --mobile-size: clamp(62px, 17vw, 88px);
  }

  .planet-gdpr {
    --x: 78%;
    --y: 70%;
    --mobile-size: clamp(50px, 14vw, 74px);
  }

  .planet-label {
    top: 90%;
    width: 190%;
    gap: 2px;
  }

  .planet-label strong {
    font-size: clamp(9px, 2.8vw, 13px);
    letter-spacing: 0.08em;
  }

  .planet-label em,
  .planet-gdpr .planet-label em {
    font-size: clamp(6px, 2vw, 9px);
    letter-spacing: 0.12em;
  }

  .planet-gdpr .planet-label strong {
    font-size: clamp(8px, 2.4vw, 11px);
  }

  .bottombar {
    left: 50%;
    bottom: max(34px, calc(env(safe-area-inset-bottom) + 26px));
    width: min(92vw, 460px);
    justify-content: center;
    gap: 10px;
    transform: translateX(-50%);
  }

  .bottombar p,
  .bottombar span {
    font-size: clamp(8px, 2.2vw, 11px);
  }

  .project-credit {
    display: inline;
    line-height: 1.18;
    text-align: left;
    white-space: nowrap;
  }

  .noua-era-mark {
    width: clamp(34px, 10vw, 48px);
    max-height: 30px;
  }

  .copyright-credit {
    display: block;
    left: 50%;
    bottom: max(7px, env(safe-area-inset-bottom));
    width: min(92vw, 460px);
    max-width: none;
    text-align: center;
    transform: translateX(-50%);
    font-size: clamp(6px, 1.55vw, 8px);
    letter-spacing: 0.08em;
  }

  .info-panel,
  .info-panel.is-gallery-carousel,
  .info-panel.is-project-newspaper,
  .info-panel.is-lots-newspaper,
  .info-panel.is-editorial-newspaper {
    position: absolute;
    inset: 0;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-width: none;
    max-height: none;
    transform: none;
    overflow: hidden;
  }

  .info-panel.is-hidden {
    pointer-events: none;
  }

  .panel-chrome,
  .info-panel .panel-chrome,
  .info-panel.is-project-newspaper .panel-chrome,
  .info-panel.is-lots-newspaper .panel-chrome,
  .info-panel.is-editorial-newspaper .panel-chrome,
  .info-panel.is-gallery-carousel .panel-chrome {
    display: grid;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    grid-template-rows: minmax(0, 1fr);
    padding: max(12px, env(safe-area-inset-top)) 10px max(12px, env(safe-area-inset-bottom));
    border: 0;
    border-radius: 0;
    background:
      linear-gradient(180deg, rgba(4, 16, 15, 0.96), rgba(5, 20, 24, 0.9)),
      radial-gradient(circle at 50% 0%, rgba(245, 211, 107, 0.16), transparent 42%);
    box-shadow: none;
  }

  .info-panel .panel-chrome > * {
    width: auto;
  }

  .info-panel .panel-kicker,
  .info-panel .panel-chrome h1,
  .info-panel .panel-media,
  .info-panel .ticker,
  .info-panel.is-project-newspaper .panel-kicker,
  .info-panel.is-project-newspaper .panel-chrome h1,
  .info-panel.is-project-newspaper .panel-media,
  .info-panel.is-project-newspaper .ticker,
  .info-panel.is-lots-newspaper .panel-kicker,
  .info-panel.is-lots-newspaper .panel-chrome h1,
  .info-panel.is-lots-newspaper .panel-media,
  .info-panel.is-lots-newspaper .ticker,
  .info-panel.is-editorial-newspaper .panel-kicker,
  .info-panel.is-editorial-newspaper .panel-chrome h1,
  .info-panel.is-editorial-newspaper .panel-media,
  .info-panel.is-editorial-newspaper .ticker,
  .info-panel.is-gallery-carousel .panel-kicker,
  .info-panel.is-gallery-carousel .panel-chrome h1,
  .info-panel.is-gallery-carousel .panel-media,
  .info-panel.is-gallery-carousel .ticker {
    display: none;
  }

  .panel-scroll,
  .info-panel .panel-scroll,
  .info-panel.is-project-newspaper .panel-scroll,
  .info-panel.is-lots-newspaper .panel-scroll,
  .info-panel.is-editorial-newspaper .panel-scroll,
  .info-panel.is-gallery-carousel .panel-scroll {
    width: 100%;
    height: 100%;
    max-height: none;
    padding: 18px 14px 42px;
    border: 1px solid rgba(245, 211, 107, 0.2);
    border-radius: 16px;
    background: #fffdf7;
    color: #221d13;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .info-panel.is-gallery-carousel .panel-scroll,
  .info-panel.is-legal-panel .panel-scroll {
    padding-top: clamp(58px, 15vw, 78px);
  }

  .panel-scroll article,
  .info-panel .panel-scroll article,
  .info-panel.is-project-newspaper .panel-scroll article,
  .info-panel.is-lots-newspaper .panel-scroll article,
  .info-panel.is-editorial-newspaper .panel-scroll article,
  .info-panel.is-gallery-carousel .panel-scroll article {
    min-height: 0;
    max-width: none;
    transform: none;
  }

  .panel-close,
  .info-panel.is-project-newspaper .panel-close,
  .info-panel.is-lots-newspaper .panel-close,
  .info-panel.is-editorial-newspaper .panel-close,
  .info-panel.is-gallery-carousel .panel-close {
    display: none;
  }

  .newspaper-masthead,
  .editorial-masthead {
    margin-bottom: 22px;
    padding-top: 6px;
    text-align: left;
  }

  .newspaper-masthead p,
  .editorial-masthead p {
    font-size: 10px;
    line-height: 1.5;
  }

  .newspaper-masthead h2,
  .editorial-masthead h2 {
    max-width: none;
    margin: 10px 0 0;
    font-size: clamp(28px, 9vw, 42px);
    line-height: 1.05;
  }

  .newspaper-masthead > span,
  .newspaper-masthead .availability-line,
  .editorial-masthead > span {
    max-width: none;
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.55;
  }

  .newspaper-columns,
  .editorial-columns,
  .legal-editorial-columns,
  .lots-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .lots-newspaper {
    position: relative;
    padding-bottom: 18px;
  }

  .lots-columns {
    display: block;
  }

  .lots-columns > .lots-map-column,
  .lots-columns > .lots-story-column {
    display: block;
  }

  .mobile-lots-nav {
    position: sticky;
    top: -1px;
    z-index: 12;
    display: flex;
    gap: 8px;
    margin: 0 -14px 18px;
    padding: 10px 14px 0;
    overflow-x: auto;
    border-bottom: 2px solid rgba(122, 97, 47, 0.35);
    background: #fffdf7;
    box-shadow: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-lots-nav::-webkit-scrollbar {
    display: none;
  }

  .mobile-lots-nav button {
    min-width: max-content;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(122, 97, 47, 0.22);
    border-bottom: 0;
    border-radius: 11px 11px 0 0;
    background: #e8ddc2;
    color: #30291d;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: none;
  }

  .mobile-lots-nav button.is-active {
    border-color: rgba(118, 151, 60, 0.55);
    background: #86c83a;
    color: #17301f;
  }

  .mobile-lots-nav button:focus-visible {
    outline: 3px solid rgba(47, 122, 75, 0.24);
    outline-offset: -3px;
  }

  .mobile-lot-panel {
    display: block;
    padding-top: 16px;
    border-top: 1px solid rgba(72, 58, 38, 0.22);
  }

  .mobile-lot-panel.is-mobile-lot-hidden {
    display: none;
  }

  .mobile-lot-panel .lots-price-box:first-child,
  .mobile-lot-panel .lots-download-box,
  .mobile-lot-panel .lots-vision-card,
  .mobile-lot-panel .lots-map-figure,
  .mobile-lot-panel .lots-fact-grid {
    margin-top: 0;
  }

  .tools-newspaper {
    position: relative;
    padding-bottom: 18px;
  }

  .tools-newspaper .editorial-masthead {
    margin-bottom: 18px;
  }

  .mobile-tools-nav {
    position: sticky;
    top: -1px;
    z-index: 12;
    display: flex;
    gap: 8px;
    margin: 0 -14px 18px;
    padding: 10px 14px 0;
    overflow-x: auto;
    border-bottom: 2px solid rgba(122, 97, 47, 0.35);
    background: #fffdf7;
    box-shadow: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-tools-nav::-webkit-scrollbar {
    display: none;
  }

  .mobile-tools-nav button {
    min-width: max-content;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(122, 97, 47, 0.22);
    border-bottom: 0;
    border-radius: 11px 11px 0 0;
    background: #e8ddc2;
    color: #30291d;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: none;
  }

  .mobile-tools-nav button.is-active {
    border-color: rgba(118, 151, 60, 0.55);
    background: #86c83a;
    color: #17301f;
  }

  .mobile-tools-nav button:focus-visible {
    outline: 3px solid rgba(47, 122, 75, 0.24);
    outline-offset: -3px;
  }

  .tools-columns {
    display: block;
  }

  .tools-columns > .newspaper-column {
    display: block;
  }

  .mobile-tool-panel {
    display: block;
    padding-top: 16px;
    border-top: 1px solid rgba(72, 58, 38, 0.22);
  }

  .mobile-tool-panel.is-mobile-tool-hidden {
    display: none;
  }

  .mobile-tool-panel .editorial-card,
  .mobile-tool-panel .blog-preview-list {
    margin-bottom: 0;
  }

  .mobile-tool-panel .vvr-carousel {
    display: flex;
    aspect-ratio: auto;
    gap: 12px;
    margin-top: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    background: #2f2a1e;
    transform: none;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-tool-panel .vvr-carousel::after {
    display: none;
  }

  .mobile-tool-panel .vvr-carousel img {
    position: relative;
    inset: auto;
    width: auto;
    min-width: min(82vw, 340px);
    height: auto;
    aspect-ratio: 16 / 10;
    flex: 0 0 min(82vw, 340px);
    opacity: 1;
    transform: none;
    animation: none;
    scroll-snap-align: start;
  }

  .newspaper-columns::before,
  .lots-columns::before {
    display: none;
  }

  .newspaper-column + .newspaper-column,
  .lots-story-column {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(72, 58, 38, 0.24);
  }

  .newspaper-lede,
  .info-panel.is-project-newspaper .panel-scroll p,
  .info-panel.is-project-newspaper .panel-scroll li,
  .info-panel.is-lots-newspaper .panel-scroll p,
  .info-panel.is-lots-newspaper .panel-scroll li,
  .info-panel.is-editorial-newspaper .panel-scroll p,
  .info-panel.is-editorial-newspaper .panel-scroll li {
    font-size: 16px;
    line-height: 1.68;
  }

  .info-panel.is-project-newspaper .panel-scroll h3,
  .info-panel.is-lots-newspaper .panel-scroll h3,
  .info-panel.is-editorial-newspaper .panel-scroll h3 {
    font-size: clamp(22px, 6.2vw, 30px);
    line-height: 1.1;
  }

  .newspaper-figure img,
  .newspaper-figure.is-wide img,
  .lots-map-figure img,
  .lots-vision-card img,
  .reservation-figure img {
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .project-brand-panel,
  .legal-project-logo-panel,
  .lots-brand-panel {
    min-height: 210px;
    padding: 26px 0;
  }

  .project-brand-panel img,
  .legal-project-logo-panel img,
  .lots-brand-panel img {
    width: min(70%, 280px);
  }

  .lots-map-actions,
  .panel-actions,
  .lots-inline-actions {
    grid-template-columns: 1fr;
  }

  .lots-map-actions a,
  .lots-inline-actions a,
  .lots-download-box a,
  .lots-map-actions a:hover,
  .lots-map-actions a:focus,
  .lots-map-actions a:focus-visible,
  .lots-map-actions a:active,
  .lots-inline-actions a:hover,
  .lots-inline-actions a:focus,
  .lots-inline-actions a:focus-visible,
  .lots-inline-actions a:active,
  .lots-download-box a:hover,
  .lots-download-box a:focus,
  .lots-download-box a:focus-visible,
  .lots-download-box a:active {
    color: #2a261d;
    background: #f8f1df;
    -webkit-tap-highlight-color: rgba(122, 97, 47, 0.16);
  }

  .lots-earth-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lots-download-box .lots-earth-primary,
  .lots-download-box .lots-earth-primary:hover,
  .lots-download-box .lots-earth-primary:focus,
  .lots-download-box .lots-earth-primary:focus-visible,
  .lots-download-box .lots-earth-primary:active {
    color: #fff8df;
    background:
      linear-gradient(135deg, rgba(19, 65, 45, 0.98), rgba(9, 43, 31, 0.98));
    -webkit-tap-highlight-color: rgba(245, 211, 107, 0.2);
  }

  .lots-fact-grid,
  .panel-stat-grid,
  .legal-panel-grid,
  .blog-preview-card,
  .tools-check-grid,
  .contact-kml-card,
  .info-panel.is-editorial-newspaper .panel-lead-form {
    grid-template-columns: 1fr;
  }

  .info-panel.is-editorial-newspaper .panel-lead-form input,
  .info-panel.is-editorial-newspaper .panel-lead-form textarea,
  .panel-lead-form input,
  .panel-lead-form textarea {
    min-height: 52px;
    font-size: 16px;
  }

  .gallery-carousel {
    display: grid;
    grid-template-rows: auto auto auto auto;
    gap: 18px;
    height: auto;
    place-items: stretch;
  }

  .gallery-mobile-journal {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .gallery-mobile-intro {
    display: grid;
    gap: 8px;
    margin: 18px 0;
    padding: 14px 0 16px;
    border-top: 2px solid rgba(46, 38, 24, 0.72);
    border-bottom: 1px solid rgba(72, 58, 38, 0.22);
    color: #2a261d;
  }

  .gallery-mobile-intro em,
  .gallery-mobile-intro strong {
    font-family: "Manrope", Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .gallery-mobile-intro em {
    color: #6f644f;
    font-size: 12px;
    line-height: 1.45;
  }

  .gallery-mobile-intro strong {
    color: #17150f;
    font-size: 22px;
  }

  .gallery-editorial-head,
  .gallery-editorial-layout,
  .gallery-video-heading,
  .gallery-freedom-section {
    grid-template-columns: 1fr;
  }

  .gallery-brand-line {
    align-items: flex-start;
  }

  .gallery-carousel-frame {
    display: block;
    position: relative;
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    contain: layout paint;
  }

  .gallery-carousel-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 62dvh;
    object-fit: cover;
    object-position: center;
    transform: translate3d(var(--drag-x), 0, 0) scale(1);
  }

  .gallery-editorial-note {
    display: grid;
    grid-template-columns: 1fr;
    border-right: 0;
    border-bottom: 1px solid rgba(72, 58, 38, 0.22);
  }

  .gallery-contact-sheet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
    overflow: visible;
  }

  .gallery-mobile-snap {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 14px;
    margin: 18px 0 22px;
    padding: 0 4px 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding: 4px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .gallery-mobile-snap::-webkit-scrollbar {
    height: 6px;
  }

  .gallery-mobile-snap::-webkit-scrollbar-track {
    background: rgba(72, 58, 38, 0.12);
    border-radius: 999px;
  }

  .gallery-mobile-snap::-webkit-scrollbar-thumb {
    background: rgba(122, 97, 47, 0.54);
    border-radius: 999px;
  }

  .gallery-mobile-slide {
    position: relative;
    display: block;
    flex: 0 0 min(82vw, 520px);
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border: 1px solid rgba(72, 58, 38, 0.16);
    border-radius: 6px;
    background: #eee7d8;
    box-shadow: 0 14px 30px rgba(48, 38, 20, 0.12);
    scroll-snap-align: start;
    text-decoration: none;
  }

  .gallery-mobile-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .gallery-mobile-slide span,
  .gallery-mobile-slide strong {
    position: absolute;
    z-index: 2;
    color: #1f1d18;
    background: rgba(255, 253, 248, 0.86);
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 900;
  }

  .gallery-mobile-slide span {
    left: 10px;
    top: 10px;
    padding: 4px 8px;
    font-size: 13px;
  }

  .gallery-mobile-slide strong {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 7px 9px;
    font-size: 12px;
    line-height: 1.25;
  }

  .gallery-video-frame {
    min-height: 230px;
  }

  .gallery-freedom-copy {
    padding: 18px 6px 26px;
  }

  .gallery-freedom-logo {
    margin-top: 38px;
  }

  .gallery-freedom-logo img {
    width: min(62%, 250px);
  }
}

@media (max-width: 950px) and (max-height: 520px) and (orientation: landscape) {
  .scene {
    background-size: 100% 100%;
    filter: none;
  }

  .stage {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    aspect-ratio: auto;
    box-shadow: none;
  }

  .info-panel.is-project-newspaper,
  .info-panel.is-lots-newspaper,
  .info-panel.is-editorial-newspaper {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
  }

  .info-panel.is-project-newspaper .panel-chrome,
  .info-panel.is-lots-newspaper .panel-chrome,
  .info-panel.is-editorial-newspaper .panel-chrome {
    display: grid;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    grid-template-rows: minmax(0, 1fr);
    padding: 6px 8px;
    overflow: hidden;
  }

  .info-panel.is-project-newspaper .panel-scroll,
  .info-panel.is-lots-newspaper .panel-scroll,
  .info-panel.is-editorial-newspaper .panel-scroll {
    width: 100%;
    height: 100%;
    max-height: none;
    padding: 10px 12px 30px;
    overflow-y: auto;
    overscroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
  }

  .info-panel.is-project-newspaper .newspaper-figure img,
  .info-panel.is-lots-newspaper .newspaper-figure img,
  .info-panel.is-editorial-newspaper .newspaper-figure img,
  .info-panel.is-lots-newspaper .lots-map-figure img,
  .info-panel.is-lots-newspaper .lots-vision-card img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .info-panel.is-lots-newspaper .lots-map-figure img {
    background: #10140f;
  }

  .info-panel.is-lots-newspaper .lots-columns,
  .info-panel.is-project-newspaper .newspaper-columns,
  .info-panel.is-editorial-newspaper .editorial-columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .info-panel.is-lots-newspaper .lots-columns,
  .info-panel.is-editorial-newspaper .tools-columns {
    display: block;
  }

  .info-panel.is-lots-newspaper .mobile-lots-nav,
  .info-panel.is-editorial-newspaper .mobile-tools-nav {
    position: sticky;
    top: -1px;
    z-index: 12;
    display: flex;
    gap: 8px;
    margin: 0 -12px 14px;
    padding: 8px 12px 0;
    overflow-x: auto;
    border-bottom: 2px solid rgba(122, 97, 47, 0.35);
    background: #fffdf7;
    box-shadow: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .info-panel.is-lots-newspaper .mobile-lots-nav::-webkit-scrollbar,
  .info-panel.is-editorial-newspaper .mobile-tools-nav::-webkit-scrollbar {
    display: none;
  }

  .info-panel.is-lots-newspaper .mobile-lots-nav button,
  .info-panel.is-editorial-newspaper .mobile-tools-nav button {
    min-width: max-content;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(122, 97, 47, 0.22);
    border-bottom: 0;
    border-radius: 9px 9px 0 0;
    background: #e8ddc2;
    color: #30291d;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .info-panel.is-lots-newspaper .mobile-lots-nav button.is-active,
  .info-panel.is-editorial-newspaper .mobile-tools-nav button.is-active {
    border-color: rgba(118, 151, 60, 0.55);
    background: #86c83a;
    color: #17301f;
  }

  .info-panel.is-lots-newspaper .mobile-lot-panel,
  .info-panel.is-editorial-newspaper .mobile-tool-panel {
    display: block;
    padding-top: 14px;
    border-top: 1px solid rgba(72, 58, 38, 0.22);
  }

  .info-panel.is-lots-newspaper .mobile-lot-panel.is-mobile-lot-hidden,
  .info-panel.is-editorial-newspaper .mobile-tool-panel.is-mobile-tool-hidden {
    display: none;
  }

  .info-panel.is-lots-newspaper .lots-columns > .lots-map-column,
  .info-panel.is-lots-newspaper .lots-columns > .lots-story-column,
  .info-panel.is-editorial-newspaper .tools-columns > .newspaper-column {
    display: block;
  }

  .info-panel.is-editorial-newspaper .mobile-tool-panel .vvr-carousel {
    display: flex;
    aspect-ratio: auto;
    gap: 12px;
    margin-top: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .info-panel.is-editorial-newspaper .mobile-tool-panel .vvr-carousel::after {
    display: none;
  }

  .info-panel.is-editorial-newspaper .mobile-tool-panel .vvr-carousel img {
    position: relative;
    inset: auto;
    flex: 0 0 min(72vw, 340px);
    width: auto;
    min-width: min(72vw, 340px);
    height: auto;
    aspect-ratio: 16 / 10;
    opacity: 1;
    transform: none;
    animation: none;
    scroll-snap-align: start;
  }

  .info-panel.is-lots-newspaper .lots-columns::before,
  .info-panel.is-project-newspaper .newspaper-columns::before {
    display: none;
  }

  .info-panel.is-gallery-carousel {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-width: none;
    max-height: none;
    overflow: hidden;
  }

  .info-panel.is-gallery-carousel .panel-chrome {
    display: grid;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    grid-template-rows: minmax(0, 1fr);
    padding: 6px 8px;
    overflow: hidden;
  }

  .info-panel.is-gallery-carousel .panel-scroll {
    width: 100%;
    height: 100%;
    max-height: none;
    padding: 8px 10px 28px;
    overflow-y: auto;
    overscroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
  }

  .info-panel.is-gallery-carousel .gallery-carousel {
    display: grid;
    grid-template-rows: auto minmax(190px, 58dvh) auto auto auto;
    gap: 10px;
    min-height: 0;
    height: auto;
  }

  .info-panel.is-gallery-carousel .gallery-editorial-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding-bottom: 6px;
  }

  .info-panel.is-gallery-carousel .gallery-brand-line {
    grid-column: 1 / -1;
  }

  .info-panel.is-gallery-carousel .gallery-brand-line img {
    width: 52px;
  }

  .info-panel.is-gallery-carousel .gallery-editorial-head h2 {
    font-size: clamp(17px, 3.2vw, 24px);
    line-height: 1.05;
  }

  .info-panel.is-gallery-carousel .gallery-editorial-head > span {
    display: none;
  }

  .info-panel.is-gallery-carousel .gallery-editorial-layout {
    display: grid;
    grid-template-columns: minmax(112px, 0.24fr) minmax(0, 1fr);
    gap: 8px;
    min-height: 190px;
    height: min(58dvh, 310px);
  }

  .info-panel.is-gallery-carousel .gallery-editorial-note {
    display: flex;
    min-height: 0;
    padding: 8px;
    overflow: hidden;
    border-right: 1px solid rgba(72, 58, 38, 0.22);
    border-bottom: 0;
  }

  .info-panel.is-gallery-carousel .gallery-editorial-note em {
    display: none;
  }

  .info-panel.is-gallery-carousel .gallery-editorial-note strong {
    font-size: clamp(18px, 3.2vw, 26px);
  }

  .info-panel.is-gallery-carousel .gallery-editorial-note p {
    font-size: 13px;
    line-height: 1.28;
  }

  .info-panel.is-gallery-carousel .gallery-carousel-frame {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }

  .info-panel.is-gallery-carousel .gallery-carousel-image {
    object-fit: contain;
  }

  .info-panel.is-gallery-carousel .gallery-contact-sheet {
    display: flex;
    gap: 8px;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 0 2px;
    -webkit-overflow-scrolling: touch;
  }

  .info-panel.is-gallery-carousel .gallery-contact-thumb {
    flex: 0 0 86px;
    min-width: 86px;
  }

  .info-panel.is-gallery-carousel .gallery-video-section {
    margin-top: 8px;
    padding-top: 10px;
  }

  .info-panel.is-gallery-carousel .gallery-video-frame {
    min-height: 190px;
  }

  .info-panel.is-gallery-carousel .gallery-freedom-section {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.45fr);
    gap: 10px;
    margin-top: 10px;
    padding: 10px;
  }

  .info-panel.is-gallery-carousel .gallery-freedom-figure img {
    min-height: 180px;
  }

  .info-panel.is-gallery-carousel .gallery-freedom-copy {
    padding: 10px;
  }

  .info-panel.is-gallery-carousel .gallery-freedom-logo {
    display: none;
  }
}

body,
body * {
  text-shadow: none !important;
}

.panel-chrome,
.info-panel.is-hidden .panel-chrome,
.info-panel.is-entering .panel-chrome,
.info-panel.is-entering .panel-close,
.info-panel.is-entering .panel-chrome::before,
.info-panel.is-entering .panel-chrome::after {
  animation: none !important;
  transition: none !important;
}

@media (max-width: 700px) and (orientation: portrait) {
  .planet-field,
  .mobile-menu-toggle span {
    transition: none !important;
  }
}

@media (max-width: 700px) and (orientation: portrait) {
  .scene {
    background-image: url("./assets/images/optimized/noua-era-cosmic-sun-bg-mobile.jpg");
    filter: none;
    transition: none;
  }

  .stage {
    box-shadow: none;
    --cosmic-core-y: 43%;
  }

  .stage::after,
  .orbit-ring {
    display: none;
  }

  .aurora,
  .solar-rays,
  .solar-core {
    display: block;
    animation: none !important;
  }

  .aurora {
    opacity: 0.42;
  }

  .solar-rays {
    opacity: 0.42;
    filter: none;
  }

  .solar-core {
    width: clamp(218px, 58vw, 315px);
    opacity: 0.84;
    box-shadow:
      0 0 16px rgba(255, 255, 223, 0.52),
      0 0 48px rgba(255, 197, 77, 0.44),
      0 0 88px rgba(255, 140, 35, 0.28);
  }

  .solar-core::before,
  .solar-core::after {
    display: none;
  }

  .mother-planet,
  .planet-photo,
  .planet-label strong,
  .planet-label em,
  .noua-era-mark,
  .pulse-orbit,
  .gallery-carousel-image,
  .newspaper-figure img,
  .lots-map-figure img,
  .reservation-figure img,
  .blog-preview-card img,
  .vvr-carousel img {
    filter: none !important;
  }

  .mother-planet,
  .planet,
  .leaf,
  .leaf-aura,
  .solar-core,
  .ticker-track,
  .pulse-orbit,
  .gallery-carousel-image,
  .panel-scroll article {
    animation: none !important;
  }

  .mobile-menu-toggle {
    background: rgba(5, 19, 16, 0.86);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
    backdrop-filter: none;
  }

  .mobile-menu-toggle span {
    box-shadow: none;
  }

  .panel-project-footer {
    gap: 5px;
    margin-top: 30px;
    padding-top: 18px;
  }

  .panel-project-footer .panel-project-credit {
    gap: 9px;
  }

  .panel-project-footer .pulse-orbit {
    width: clamp(22px, 6.4vw, 30px);
  }

  .panel-project-footer .project-credit {
    color: rgba(93, 75, 31, 0.9);
    font-size: clamp(8px, 2.05vw, 9.5px);
    font-weight: 740;
    letter-spacing: 0.13em;
    line-height: 1.15;
  }

  .panel-project-footer .noua-era-mark {
    width: clamp(25px, 7vw, 34px);
    max-height: 23px;
    opacity: 0.86;
  }

  .panel-project-footer p {
    max-width: 72%;
    color: rgba(45, 39, 28, 0.58);
    font-size: clamp(6px, 1.42vw, 7px);
    font-weight: 650;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }

  .info-panel.is-gallery-carousel .panel-project-footer .project-credit,
  .info-panel.is-gallery-carousel .panel-project-footer p {
    color: #2a261d;
  }

  .info-panel .panel-scroll .panel-project-footer .project-credit,
  .info-panel.is-project-newspaper .panel-scroll .panel-project-footer .project-credit,
  .info-panel.is-lots-newspaper .panel-scroll .panel-project-footer .project-credit,
  .info-panel.is-editorial-newspaper .panel-scroll .panel-project-footer .project-credit,
  .info-panel.is-gallery-carousel .panel-scroll .panel-project-footer .project-credit {
    font-size: clamp(7px, 1.85vw, 8.5px) !important;
    font-weight: 720 !important;
    letter-spacing: 0.12em !important;
    line-height: 1.15 !important;
  }

  .info-panel .panel-scroll .panel-project-footer p,
  .info-panel.is-project-newspaper .panel-scroll .panel-project-footer p,
  .info-panel.is-lots-newspaper .panel-scroll .panel-project-footer p,
  .info-panel.is-editorial-newspaper .panel-scroll .panel-project-footer p,
  .info-panel.is-gallery-carousel .panel-scroll .panel-project-footer p {
    max-width: 96% !important;
    font-size: clamp(5.5px, 1.35vw, 6.5px) !important;
    font-weight: 620 !important;
    letter-spacing: 0.045em !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 700px) and (orientation: portrait) {
  .info-panel,
  .info-panel .panel-chrome,
  .info-panel.is-hidden .panel-chrome,
  .info-panel.is-entering .panel-chrome,
  .info-panel.is-project-newspaper .panel-chrome,
  .info-panel.is-lots-newspaper .panel-chrome,
  .info-panel.is-editorial-newspaper .panel-chrome,
  .info-panel.is-gallery-carousel .panel-chrome {
    transform: none !important;
    perspective: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  .info-panel .panel-chrome::before,
  .info-panel .panel-chrome::after,
  .info-panel.is-project-newspaper .panel-chrome::before,
  .info-panel.is-project-newspaper .panel-chrome::after,
  .info-panel.is-lots-newspaper .panel-chrome::before,
  .info-panel.is-lots-newspaper .panel-chrome::after,
  .info-panel.is-editorial-newspaper .panel-chrome::before,
  .info-panel.is-editorial-newspaper .panel-chrome::after,
  .info-panel.is-gallery-carousel .panel-chrome::before,
  .info-panel.is-gallery-carousel .panel-chrome::after {
    display: none !important;
  }

  .panel-scroll,
  .info-panel .panel-scroll,
  .info-panel.is-project-newspaper .panel-scroll,
  .info-panel.is-lots-newspaper .panel-scroll,
  .info-panel.is-editorial-newspaper .panel-scroll,
  .info-panel.is-gallery-carousel .panel-scroll {
    mask-image: none;
    -webkit-mask-image: none;
    contain: none;
    box-shadow: none;
  }

  .editorial-card,
  .lots-price-box,
  .lots-download-box,
  .lots-vision-card,
  .blog-preview-card,
  .gallery-mobile-slide,
  .newspaper-callout {
    box-shadow: none !important;
  }
}

.planet-label strong {
  -webkit-text-stroke: 0.72px rgba(0, 0, 0, 0.92);
  paint-order: stroke fill;
}

.planet-label em {
  -webkit-text-stroke: 0.48px rgba(0, 0, 0, 0.9);
  paint-order: stroke fill;
}

@media (max-width: 700px) and (orientation: portrait) {
  .planet-label strong {
    text-shadow: none !important;
    -webkit-text-stroke: 0 !important;
    -webkit-text-stroke-width: 0 !important;
  }

  .planet-label em {
    color: rgba(255, 247, 217, 0.96);
    font-size: clamp(8px, 2.55vw, 11px);
    font-weight: 800;
    letter-spacing: 0.14em;
    text-shadow: none !important;
    -webkit-text-stroke: 0 !important;
    -webkit-text-stroke-width: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
