:root {
  --forest: #18362f;
  --forest-dark: #0d211d;
  --cream: #f6f0e6;
  --ivory: #fffaf1;
  --gold: #c5a15f;
  --gold-dark: #92723b;
  --burgundy: #743633;
  --ink: #1d2521;
  --muted: #68746d;
  --line: rgba(29, 37, 33, 0.14);
  --shadow: 0 24px 60px rgba(13, 33, 29, 0.14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  font-family: var(--sans);
  background: var(--ivory);
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.04;
}

h1 {
  max-width: 920px;
  font-size: clamp(3.1rem, 8vw, 6.75rem);
  color: #fff;
}

h2 {
  font-size: clamp(2.2rem, 4.3vw, 4.2rem);
}

h3 {
  font-size: 1.55rem;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--forest);
}

.site-navbar {
  padding: 1rem 0;
  background: rgba(13, 33, 29, 0.36);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, padding 0.2s ease;
}

.site-navbar.is-scrolled {
  padding: 0.65rem 0;
  background: rgba(13, 33, 29, 0.96);
}

.navbar-brand img {
  width: 116px;
  height: auto;
  filter: brightness(0) invert(1);
}

.navbar-brand span {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  font-size: 0.94rem;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}

.btn {
  border-radius: 6px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.78rem 1.18rem;
}

.btn-sm {
  padding: 0.48rem 0.82rem;
}

.btn-lg {
  padding: 0.95rem 1.28rem;
  font-size: 1rem;
}

.btn-gold {
  color: var(--forest-dark);
  background: var(--gold);
  border-color: var(--gold);
}

.btn-gold:hover,
.btn-gold:focus {
  color: var(--forest-dark);
  background: #d1b071;
  border-color: #d1b071;
}

.btn-dark-forest {
  color: #fff;
  background: var(--forest);
  border-color: var(--forest);
}

.btn-dark-forest:hover,
.btn-dark-forest:focus {
  color: #fff;
  background: var(--forest-dark);
  border-color: var(--forest-dark);
}

.btn-outline-forest {
  color: var(--forest);
  border-color: rgba(24, 54, 47, 0.34);
  background: transparent;
}

.btn-outline-forest:hover,
.btn-outline-forest:focus {
  color: #fff;
  background: var(--forest);
  border-color: var(--forest);
}

.btn-link-cream {
  color: var(--forest);
  text-decoration: none;
  border-color: transparent;
}

.btn-link-cream:hover,
.btn-link-cream:focus {
  color: var(--burgundy);
}

.hero-section {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--forest-dark);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("../img/teleferic-poiana-brasov-iarna.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 23, 20, 0.86) 0%, rgba(8, 23, 20, 0.58) 48%, rgba(8, 23, 20, 0.14) 100%),
    linear-gradient(0deg, rgba(8, 23, 20, 0.78) 0%, rgba(8, 23, 20, 0.06) 34%);
}

.hero-row {
  min-height: 88vh;
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.hero-lead {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
}

.hero-proof i {
  color: var(--gold);
}

.eyebrow {
  margin-bottom: 0.7rem;
  color: var(--burgundy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.text-gold {
  color: var(--gold);
}

.bg-cream {
  background: var(--cream);
}

.bg-forest {
  background: var(--forest);
}

.text-light-muted {
  color: rgba(255, 255, 255, 0.72);
}

.section-pad {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.section-intro {
  color: var(--muted);
  font-size: 1.03rem;
}

.booking-strip {
  background: var(--gold);
  padding: 1.35rem 0;
  color: var(--forest-dark);
}

.strip-title {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
}

.offer-card,
.feature-tile,
.experience-item,
.step-item {
  border-radius: 8px;
}

.offer-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(13, 33, 29, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.offer-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.offer-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.offer-card-body {
  padding: 1.45rem;
}

.offer-card h3 {
  min-height: 3.2rem;
  margin-bottom: 0.75rem;
}

.offer-card p {
  color: var(--muted);
}

.offer-label {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--burgundy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--forest);
  font-weight: 800;
  text-decoration: none;
}

.text-link::after {
  content: "\F138";
  font-family: "bootstrap-icons";
  font-size: 0.9rem;
}

.text-link:hover,
.text-link:focus {
  color: var(--burgundy);
}

.image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(24, 54, 47, 0.12);
  box-shadow: var(--shadow);
}

.image-frame::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 250, 241, 0.68);
  pointer-events: none;
}

.image-frame img {
  display: block;
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.image-frame-tall img {
  min-height: 560px;
}

.feature-tile {
  height: 100%;
  padding: 1.2rem;
  background: #fff;
  border: 1px solid var(--line);
}

.feature-tile i,
.experience-item i {
  display: inline-grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 1rem;
  color: var(--forest);
  background: rgba(197, 161, 95, 0.2);
  border-radius: 50%;
}

.feature-tile strong,
.feature-tile span {
  display: block;
}

.feature-tile span {
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.experience-item {
  height: 100%;
  padding: 1.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.experience-item i {
  color: var(--gold);
  background: rgba(255, 255, 255, 0.09);
}

.experience-item p {
  color: rgba(255, 255, 255, 0.72);
}

.styled-list {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 1.4rem 0 0;
  list-style: none;
}

.styled-list li {
  position: relative;
  padding-left: 1.75rem;
}

.styled-list li::before {
  content: "\F26A";
  position: absolute;
  left: 0;
  top: 0.12rem;
  color: var(--gold-dark);
  font-family: "bootstrap-icons";
}

.step-item {
  height: 100%;
  padding: 1.7rem;
  background: #fff;
  border: 1px solid var(--line);
}

.step-item span {
  display: block;
  margin-bottom: 1.4rem;
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1;
}

.step-item p {
  color: var(--muted);
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2rem, 5vw, 3rem);
  color: #fff;
  background:
    linear-gradient(rgba(13, 33, 29, 0.88), rgba(13, 33, 29, 0.88)),
    url("../img/teleferic-intrare-vara.jpg") center / cover;
  border-radius: 8px;
}

.cta-panel h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.cta-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.elegant-accordion .accordion-item {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.elegant-accordion .accordion-item + .accordion-item {
  margin-top: 0.85rem;
}

.elegant-accordion .accordion-button {
  padding: 1.15rem 1.25rem;
  color: var(--ink);
  background: #fff;
  box-shadow: none;
  font-weight: 800;
}

.elegant-accordion .accordion-button:not(.collapsed) {
  color: var(--forest);
  background: rgba(197, 161, 95, 0.14);
}

.elegant-accordion .accordion-body {
  color: var(--muted);
}

.site-footer {
  padding: 4.5rem 0 2rem;
  color: rgba(255, 255, 255, 0.78);
  background: var(--forest-dark);
}

.site-footer h2 {
  margin-bottom: 1rem;
  color: #fff;
  font-family: var(--sans);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-logo {
  filter: brightness(0) invert(1);
}

.footer-links {
  display: grid;
  gap: 0.45rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

.floating-booking {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1030;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.86rem 1rem;
  color: var(--forest-dark);
  background: var(--gold);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(13, 33, 29, 0.26);
  font-weight: 800;
  text-decoration: none;
}

.floating-booking:hover,
.floating-booking:focus {
  color: var(--forest-dark);
  background: #d1b071;
}

@media (max-width: 991.98px) {
  .site-navbar {
    background: rgba(13, 33, 29, 0.96);
  }

  .navbar-brand img {
    width: 96px;
  }

  .navbar-brand span {
    max-width: 160px;
    line-height: 1.2;
  }

  .hero-section,
  .hero-row {
    min-height: 84vh;
  }

  .booking-strip .text-lg-end {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
  }

  .image-frame img,
  .image-frame-tall img {
    min-height: 360px;
  }

  .cta-panel,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 3rem;
  }

  .hero-row {
    padding-top: 6.5rem;
    padding-bottom: 3.5rem;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(8, 23, 20, 0.88) 0%, rgba(8, 23, 20, 0.72) 100%),
      linear-gradient(0deg, rgba(8, 23, 20, 0.78) 0%, rgba(8, 23, 20, 0.06) 34%);
  }

  .offer-card h3 {
    min-height: auto;
  }

  .floating-booking {
    right: 0.85rem;
    bottom: 0.85rem;
  }
}
