:root {
  color-scheme: light;
  --ink: #111915;
  --ink-2: #24312a;
  --muted: #68746e;
  --paper: #fbfbf7;
  --white: #ffffff;
  --mist: #eef2ec;
  --line: rgba(17, 25, 21, 0.14);
  --forest: #10271f;
  --forest-2: #1e4635;
  --sage: #79927f;
  --wine: #7f2946;
  --copper: #b7864b;
  --sun: #e8d29c;
  --glass-bg: rgba(255, 255, 255, 0.12);
  --glass-bg-strong: rgba(255, 255, 255, 0.22);
  --glass-line: rgba(255, 255, 255, 0.34);
  --glass-line-strong: rgba(255, 255, 255, 0.62);
  --glass-shadow: 0 22px 58px rgba(17, 25, 21, 0.18);
  --glass-blur: blur(18px) saturate(1.28);
  --radius-liquid: 30px;
  --radius-panel: 24px;
  --shadow: 0 26px 70px rgba(17, 25, 21, 0.18);
  --max: 1180px;
  --side: max(18px, calc((100vw - var(--max)) / 2));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, var(--paper), #f6f4ed 48%, var(--paper));
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(17, 25, 21, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 25, 21, 0.03) 1px, transparent 1px);
  background-size: 52px 52px;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 50;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--copper), var(--wine), var(--sage));
  transform-origin: left;
}

.site-header {
  position: fixed;
  inset: 18px var(--side) auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px;
  color: #ffffff;
  overflow: visible;
  background:
    linear-gradient(135deg, var(--glass-bg-strong), rgba(255, 255, 255, 0.055)),
    var(--glass-bg);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius-liquid);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 18px 58px rgba(0, 0, 0, 0.13);
  backdrop-filter: var(--glass-blur);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.28), transparent 28%, rgba(255, 255, 255, 0.08) 58%, transparent 100%);
  opacity: 0.74;
}

.site-header.is-scrolled,
.site-header.nav-open {
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(251, 251, 247, 0.64), rgba(251, 251, 247, 0.22)),
    rgba(251, 251, 247, 0.28);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 20px 58px rgba(17, 25, 21, 0.14);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  overflow: visible;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 8px 16px rgba(17, 25, 21, 0.16));
}

.brand-text strong,
.brand-text small {
  display: block;
  line-height: 1.05;
}

.brand-text strong {
  font-size: 1rem;
  font-weight: 820;
}

.brand-text small {
  margin-top: 4px;
  color: currentColor;
  opacity: 0.72;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  min-height: 40px;
  padding: 9px 12px;
  font-size: 0.92rem;
  font-weight: 740;
  opacity: 0.84;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  opacity: 1;
  outline: none;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  aspect-ratio: 1 / 1;
  margin-left: auto;
  padding: 0;
  border: 1px solid currentColor;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(16, 39, 31, 0.22);
  color: currentColor;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: var(--glass-blur);
}

.nav-toggle-line {
  display: block;
  width: 18px;
  height: 2px;
  margin: 2px auto;
  background: currentColor;
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 88svh;
  overflow: hidden;
  color: #ffffff;
  background: var(--forest);
}

.hero-video,
.hero-fallback,
.hero-fallback img,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-video,
.hero-fallback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video {
  display: none;
}

.hero-fallback {
  opacity: 1;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(9, 17, 13, 0.9) 0%, rgba(9, 17, 13, 0.68) 38%, rgba(9, 17, 13, 0.18) 78%),
    linear-gradient(0deg, rgba(9, 17, 13, 0.92) 0%, rgba(9, 17, 13, 0.08) 58%),
    radial-gradient(circle at 72% 18%, rgba(232, 210, 156, 0.22), transparent 35%);
}

.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 318px;
  align-items: end;
  gap: 34px;
  width: min(calc(100% - 36px), var(--max));
  min-height: 88svh;
  margin: 0 auto;
  padding: 148px 0 64px;
}

.hero-content {
  max-width: 840px;
  min-width: 0;
}

.hero .reveal,
.arrival-strip .reveal {
  opacity: 1;
  transform: none;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--wine);
  font-size: 0.76rem;
  font-weight: 860;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero .eyebrow,
.immersive-band .eyebrow {
  color: var(--sun);
}

h1,
h2,
h3,
p {
  overflow-wrap: normal;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(3.9rem, 8.5vw, 8.8rem);
  font-weight: 900;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}

h2 {
  font-size: clamp(2.2rem, 4.8vw, 5rem);
  font-weight: 850;
  text-wrap: balance;
}

h3 {
  font-size: 1.2rem;
  font-weight: 800;
}

.hero-copy {
  max-width: min(100%, 690px);
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.7vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-weight: 820;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
}

.button-primary {
  background: #ffffff;
  color: var(--forest);
  border-color: #ffffff;
}

.button-secondary {
  color: #ffffff;
  background:
    linear-gradient(145deg, var(--glass-bg-strong), rgba(255, 255, 255, 0.06)),
    var(--glass-bg);
  border-color: var(--glass-line);
  backdrop-filter: var(--glass-blur);
}

.button-dark {
  margin-top: 28px;
  color: #ffffff;
  background: var(--forest);
  border-color: var(--forest);
}

.svg-icon {
  display: inline-block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background: currentColor;
  mask: center / contain no-repeat var(--icon);
  -webkit-mask: center / contain no-repeat var(--icon);
}

.icon-phone {
  --icon: url("assets/icons/phone.svg");
}

.icon-whatsapp {
  --icon: url("assets/icons/whatsapp.svg");
}

.hero-panel {
  display: grid;
  gap: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.035)),
    rgba(16, 39, 31, 0.12);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius-panel);
  box-shadow: none;
  backdrop-filter: var(--glass-blur);
}

.hero-panel div {
  padding: 22px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-panel div:last-child {
  border-bottom: 0;
}

.hero-panel span,
.contact-link span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 1.1rem;
}

.hero-panel small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  font-weight: 720;
}

.arrival-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  padding: 26px 0 0;
  background: transparent;
}

.arrival-item {
  min-height: 238px;
  padding: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.58)),
    rgba(251, 251, 247, 0.8);
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(17, 25, 21, 0.08);
}

.arrival-item span {
  color: var(--copper);
  font-weight: 900;
}

.arrival-item strong {
  display: block;
  max-width: 100%;
  margin: 22px 0 12px;
  font-size: 1.28rem;
  line-height: 1.12;
}

.arrival-item p,
.statement-note p,
.detail-item p,
.video-copy p,
.quote-copy p,
.contact-copy p,
.process-list p {
  margin: 0;
  color: var(--muted);
}

.section {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  padding: 112px 0;
}

.statement-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.62fr);
  grid-template-areas:
    "copy media"
    "note media";
  gap: 36px 64px;
  align-items: end;
}

.statement-copy {
  grid-area: copy;
}

.statement-media {
  grid-area: media;
  min-height: 640px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.statement-media picture,
.tent-focus picture,
.quote-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.statement-media img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
}

.statement-note {
  grid-area: note;
  max-width: 560px;
  padding-left: 28px;
  border-left: 4px solid var(--copper);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 46px;
}

.tent-section {
  border-top: 1px solid var(--line);
}

#experienta,
#corturi,
#tehnic,
#galerie,
#preturi,
#contact {
  scroll-margin-top: 112px;
}

.tent-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 18px;
  align-items: stretch;
}

.tent-focus {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--forest);
}

.tent-focus img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}

.tent-focus::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 18, 14, 0.88), rgba(10, 18, 14, 0.02) 58%);
}

.tent-focus div {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 1;
  max-width: 610px;
  color: #ffffff;
}

.tent-focus span {
  display: block;
  margin-bottom: 12px;
  color: var(--sun);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tent-focus strong {
  font-size: clamp(1.45rem, 3vw, 2.45rem);
  line-height: 1.08;
}

.detail-stack {
  display: grid;
  gap: 18px;
}

.detail-item {
  min-height: 204px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
}

.detail-index {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 26px;
  color: #ffffff;
  background: var(--wine);
  font-weight: 900;
}

.detail-item h3 {
  margin-bottom: 12px;
}

.technical-section {
  border-top: 1px solid var(--line);
  padding-top: 104px;
}

.technical-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.technical-card {
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 48px rgba(17, 25, 21, 0.07);
}

.technical-card-primary {
  grid-column: span 2;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(16, 39, 31, 0.94), rgba(30, 70, 53, 0.86)),
    var(--forest);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
}

.technical-label {
  display: block;
  margin-bottom: 34px;
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 880;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.technical-card-primary .technical-label {
  color: var(--sun);
}

.technical-card strong {
  display: block;
  margin-bottom: 18px;
  font-size: clamp(3.3rem, 8vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.technical-card h3 {
  margin-bottom: 14px;
}

.technical-card p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.technical-card-primary p {
  color: rgba(255, 255, 255, 0.78);
}

.technical-diagram {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 14px;
  margin-top: 16px;
}

.diagram-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.86fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  min-height: 290px;
  padding: 28px;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(16, 39, 31, 0.9);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius-panel);
  box-shadow: var(--glass-shadow);
  backdrop-filter: var(--glass-blur);
}

.diagram-card-wide {
  grid-template-columns: minmax(340px, 1fr) minmax(220px, 0.68fr);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05)),
    rgba(30, 70, 53, 0.9);
}

.diagram-card .technical-label {
  margin-bottom: 12px;
}

.diagram-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 2.8vw, 2.25rem);
  line-height: 1.05;
}

.diagram-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.diagram-plan {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 170px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    rgba(255, 255, 255, 0.06);
  background-size: 28px 28px;
  box-shadow:
    inset 0 0 0 9px rgba(255, 255, 255, 0.055),
    0 20px 34px rgba(0, 0, 0, 0.16);
}

.diagram-plan-single {
  aspect-ratio: 1 / 1;
}

.diagram-plan-double {
  aspect-ratio: 2 / 1;
}

.diagram-plan::after {
  content: "intrare / acces";
  position: absolute;
  right: 16px;
  bottom: 12px;
  color: var(--sun);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dimension {
  position: absolute;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dimension-top {
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}

.dimension-side {
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
}

.plan-post {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--sun);
  border: 2px solid rgba(16, 39, 31, 0.86);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(232, 210, 156, 0.18);
}

.plan-post-a {
  top: -7px;
  left: -7px;
}

.plan-post-b {
  top: -7px;
  right: -7px;
}

.plan-post-c {
  right: -7px;
  bottom: -7px;
}

.plan-post-d {
  bottom: -7px;
  left: -7px;
}

.plan-join {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 2px dashed rgba(255, 255, 255, 0.64);
}

.included-section {
  border-top: 1px solid var(--line);
  padding-top: 104px;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.included-card {
  min-height: 270px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.64)),
    rgba(251, 251, 247, 0.8);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(17, 25, 21, 0.08);
}

.included-card span {
  display: inline-grid;
  place-items: center;
  min-height: 32px;
  margin-bottom: 34px;
  padding: 0 12px;
  color: var(--forest);
  background: rgba(121, 146, 127, 0.16);
  border: 1px solid rgba(121, 146, 127, 0.24);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 880;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.included-card h3 {
  margin-bottom: 14px;
}

.included-card p {
  margin: 0;
  color: var(--muted);
}

.immersive-band {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: #ffffff;
}

.immersive-band picture,
.immersive-band img {
  position: absolute;
  inset: 0;
}

.immersive-band picture {
  display: block;
}

.immersive-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.immersive-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 16, 12, 0.86), rgba(8, 16, 12, 0.32) 64%, rgba(8, 16, 12, 0.12)),
    linear-gradient(0deg, rgba(8, 16, 12, 0.8), rgba(8, 16, 12, 0.08));
}

.immersive-copy {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  padding: 132px 0;
}

.immersive-copy h2 {
  max-width: 840px;
}

.gallery-section {
  padding-bottom: 96px;
}

.media-carousel {
  position: relative;
}

.carousel-stage {
  position: relative;
  overflow: hidden;
  min-height: 670px;
  background:
    radial-gradient(circle at 18% 16%, rgba(232, 210, 156, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(16, 39, 31, 0.98), rgba(20, 31, 25, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
}

.carousel-stage::before {
  content: "";
  position: absolute;
  inset: 22px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.carousel-track {
  display: flex;
  height: 670px;
  transform: translateX(0);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.carousel-slide {
  display: grid;
  place-items: center;
  flex: 0 0 100%;
  min-width: 0;
  margin: 0;
  padding: 42px;
}

.carousel-slide picture {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-width: 0;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  max-height: 586px;
  object-fit: contain;
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.28));
}

.carousel-console {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  gap: 14px;
  align-items: center;
  width: min(880px, calc(100% - 40px));
  margin: 12px auto 0;
  padding: 16px;
  color: #ffffff;
  background:
    linear-gradient(135deg, var(--glass-bg-strong), rgba(255, 255, 255, 0.06)),
    rgba(16, 39, 31, 0.72);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius-panel);
  box-shadow: 0 22px 54px rgba(17, 25, 21, 0.24);
  backdrop-filter: var(--glass-blur);
}

.carousel-control {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  cursor: pointer;
  transition: transform 170ms ease, background 170ms ease, opacity 170ms ease;
}

.carousel-control:hover,
.carousel-control:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
  outline: none;
}

.carousel-control span {
  width: 12px;
  height: 12px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.carousel-control-next span {
  transform: rotate(-135deg);
}

.carousel-copy span {
  display: block;
  margin-bottom: 5px;
  color: var(--sun);
  font-size: 0.76rem;
  font-weight: 860;
  letter-spacing: 0.1em;
}

.carousel-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 25, 21, 0.24);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.carousel-dots button.is-active {
  width: 28px;
  background: var(--wine);
}

.video-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 52px;
  align-items: start;
  border-top: 1px solid var(--line);
}

.video-copy {
  position: sticky;
  top: 112px;
}

.video-copy h2 {
  margin-bottom: 22px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 330px));
  gap: 18px;
  justify-content: end;
}

.video-grid video {
  width: 100%;
  aspect-ratio: 464 / 832;
  max-height: 620px;
  object-fit: contain;
  background: var(--forest);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(17, 25, 21, 0.16);
}

.video-grid video::-webkit-media-controls-fullscreen-button {
  display: none;
}

.process-section {
  border-top: 1px solid var(--line);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: var(--line);
  list-style: none;
}

.process-list li {
  min-height: 292px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.82);
}

.process-list span {
  display: block;
  margin-bottom: 36px;
  color: var(--copper);
  font-weight: 900;
}

.process-list strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto 112px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.quote-media {
  min-height: 560px;
  overflow: hidden;
}

.quote-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.quote-copy {
  display: grid;
  align-content: center;
  padding: 50px;
}

.quote-copy h2 {
  margin-bottom: 18px;
  color: var(--wine);
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.price-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}

.price-list article {
  padding: 20px;
  color: #ffffff;
  background: var(--forest);
}

.price-list article:nth-child(2) {
  background: var(--forest-2);
}

.price-list span {
  display: block;
  margin-bottom: 12px;
  color: var(--sun);
  font-size: 0.72rem;
  font-weight: 880;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-list strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.price-list p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: start;
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  padding: 112px 0;
  border-top: 1px solid var(--line);
}

.contact-copy h2 {
  margin-bottom: 22px;
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.contact-link {
  display: grid;
  gap: 10px;
  padding: 28px;
  background: var(--forest);
  color: #ffffff;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.contact-link:nth-child(2) {
  background: var(--forest-2);
}

.contact-link:nth-child(3) {
  background: var(--wine);
}

.contact-link:hover,
.contact-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 46px rgba(17, 25, 21, 0.2);
  outline: none;
}

.contact-link strong {
  display: block;
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.email-address span {
  display: inline;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto 112px;
  padding: 36px;
  color: #ffffff;
  background:
    radial-gradient(circle at 16% 0%, rgba(232, 210, 156, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.035)),
    rgba(16, 39, 31, 0.94);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius-liquid);
  box-shadow: var(--glass-shadow);
  backdrop-filter: var(--glass-blur);
}

.final-cta .eyebrow {
  color: var(--sun);
}

.final-cta h2 {
  max-width: 780px;
  font-size: clamp(2rem, 4vw, 4.25rem);
}

.final-cta p {
  max-width: 660px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.contact-dock {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  display: flex;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

body.dock-visible .contact-dock {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.contact-dock a {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(145deg, var(--glass-bg-strong), rgba(255, 255, 255, 0.06)),
    rgba(16, 39, 31, 0.78);
  border: 1px solid var(--glass-line);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 18px 38px rgba(17, 25, 21, 0.26);
  backdrop-filter: var(--glass-blur);
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.contact-dock a::before {
  content: "";
  position: absolute;
  inset: 7px 9px auto 9px;
  height: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.23);
  filter: blur(1px);
}

.contact-dock a:hover,
.contact-dock a:focus-visible {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    0 24px 44px rgba(17, 25, 21, 0.3);
  outline: none;
}

.contact-dock a:nth-child(2) {
  background:
    linear-gradient(145deg, var(--glass-bg-strong), rgba(255, 255, 255, 0.06)),
    rgba(30, 70, 53, 0.82);
}

.contact-dock .svg-icon {
  z-index: 1;
  width: 24px;
  height: 24px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px var(--side);
  color: rgba(255, 255, 255, 0.72);
  background: #0f1712;
}

.site-footer p {
  margin: 0;
  font-size: 0.9rem;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 650ms ease, transform 650ms ease;
}

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

@media (max-width: 1020px) {
  .site-header {
    inset-inline: 12px;
    top: 12px;
  }

  .nav-toggle {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 46px;
    height: 46px;
    color: #ffffff;
    background: rgba(83, 104, 94, 0.92);
    border-color: rgba(255, 255, 255, 0.62);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.28),
      0 10px 22px rgba(17, 25, 21, 0.16);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 5;
    display: none;
    width: min(330px, calc(100vw - 24px));
    padding: 10px;
    background:
      linear-gradient(135deg, rgba(255, 255, 252, 0.98), rgba(247, 248, 241, 0.96)),
      var(--paper);
    color: var(--ink);
    border: 1px solid var(--glass-line-strong);
    border-radius: var(--radius-panel);
    box-shadow: var(--glass-shadow);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header.nav-open .site-nav {
    display: grid;
  }

  .site-nav a {
    opacity: 1;
    padding: 13px;
    color: var(--ink);
    text-shadow: none;
    background: rgba(255, 255, 255, 0.34);
    border-radius: 16px;
  }

  .hero-shell,
  .statement-section,
  .tent-layout,
  .technical-diagram,
  .diagram-card,
  .diagram-card-wide,
  .included-grid,
  .video-section,
  .quote-section,
  .contact-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    align-items: end;
  }

  .hero-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .arrival-strip,
  .process-list {
    grid-template-columns: 1fr;
  }

  .arrival-strip {
    grid-template-columns: 1fr;
  }

  .arrival-item {
    padding-inline: 24px;
    min-height: auto;
  }

  .statement-section {
    grid-template-areas:
      "copy"
      "media"
      "note";
  }

  .statement-media,
  .statement-media img,
  .tent-focus,
  .tent-focus img,
  .quote-media,
  .quote-media img {
    min-height: 440px;
  }

  .carousel-stage {
    min-height: 560px;
  }

  .carousel-track {
    height: 560px;
  }

  .carousel-slide {
    padding: 30px;
  }

  .carousel-slide img {
    max-height: 500px;
  }

  .technical-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .technical-card-primary {
    grid-column: span 1;
  }

  .diagram-plan {
    width: min(100%, 420px);
  }

  .final-cta-actions {
    justify-content: flex-start;
  }

  .video-copy {
    position: static;
  }

  .video-grid {
    justify-content: start;
  }

  .quote-copy {
    padding: 38px;
  }
}

@media (max-width: 680px) {
  :root {
    --side: 14px;
  }

  body::before {
    background-size: 38px 38px;
  }

  .site-header {
    padding: 10px;
  }

  .brand-mark {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  .brand {
    padding-right: 58px;
  }

  .brand-text strong {
    font-size: 0.9rem;
  }

  .brand-text small {
    font-size: 0.78rem;
  }

  .hero,
  .hero-shell {
    min-height: 84svh;
  }

  .hero-shell {
    width: 100%;
    gap: 22px;
    padding: 122px 14px 34px;
  }

  h1 {
    font-size: clamp(2.6rem, 13.5vw, 3.45rem);
    line-height: 1.05;
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.75rem);
  }

  .hero-copy {
    margin-top: 20px;
    max-width: 320px;
    font-size: 1rem;
  }

  .hero-actions,
  .button {
    width: min(100%, 334px);
  }

  .hero-panel {
    grid-template-columns: 1fr;
  }

  .hero-panel div {
    padding: 16px;
  }

  .section,
  .contact-section {
    width: min(calc(100% - 28px), var(--max));
    padding: 78px 0;
  }

  .statement-media,
  .statement-media img,
  .tent-focus,
  .tent-focus img,
  .quote-media,
  .quote-media img {
    min-height: 360px;
  }

  .statement-note {
    padding-left: 18px;
  }

  .tent-focus div {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .detail-item,
  .technical-card,
  .diagram-card,
  .included-card,
  .process-list li,
  .contact-link {
    padding: 22px;
  }

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

  .technical-card {
    min-height: auto;
  }

  .technical-diagram {
    gap: 12px;
    margin-top: 12px;
  }

  .diagram-card {
    min-height: auto;
  }

  .diagram-plan {
    width: min(100%, 286px);
    min-height: 142px;
  }

  .diagram-plan-double {
    width: min(100%, 310px);
  }

  .dimension-side {
    right: 7px;
  }

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

  .technical-card strong {
    font-size: clamp(3rem, 16vw, 4.5rem);
  }

  .immersive-band {
    min-height: 520px;
  }

  .immersive-copy {
    width: min(calc(100% - 28px), var(--max));
    padding: 96px 0;
  }

  .carousel-stage {
    min-height: 430px;
  }

  .carousel-stage::before {
    inset: 12px;
  }

  .carousel-track {
    height: 430px;
  }

  .carousel-slide {
    padding: 18px;
  }

  .carousel-slide img {
    max-height: 390px;
  }

  .carousel-console {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    width: calc(100% - 20px);
    margin-top: 12px;
    padding: 10px;
  }

  .carousel-control {
    width: 48px;
    height: 48px;
  }

  .carousel-copy p {
    font-size: 0.86rem;
    line-height: 1.35;
  }

  .video-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .video-grid video {
    width: min(100%, 292px);
    max-height: none;
  }

  .quote-section {
    width: min(calc(100% - 28px), var(--max));
    margin-bottom: 78px;
  }

  .quote-copy {
    padding: 28px;
  }

  .quote-copy h2 {
    font-size: clamp(2.5rem, 12vw, 4.2rem);
  }

  .price-list {
    grid-template-columns: 1fr;
  }

  .email-address span {
    display: block;
  }

  .final-cta {
    width: min(calc(100% - 28px), var(--max));
    margin-bottom: 78px;
    padding: 24px;
  }

  .final-cta h2 {
    font-size: clamp(1.85rem, 9vw, 2.8rem);
  }

  .final-cta-actions,
  .final-cta .button {
    width: 100%;
  }

  .contact-dock {
    right: 12px;
    bottom: 12px;
    width: auto;
  }

  .contact-dock a {
    width: 54px;
    height: 54px;
  }

  .site-footer {
    display: grid;
    padding-bottom: 84px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
