:root {
  --color-ink: #1f1d1a;
  --color-muted: #6f6a61;
  --color-cream: #f7f2ea;
  --color-ivory: #fffaf2;
  --color-forest: #23453d;
  --color-gold: #a77a3d;
  --color-gold-dark: #7d5728;
  --color-line: rgba(31, 29, 26, 0.14);
  --shadow-soft: 0 22px 55px rgba(31, 29, 26, 0.14);
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Inter", Arial, sans-serif;
  --radius: 8px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  background: var(--color-ivory);
  color: var(--color-ink);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0;
}

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 1100;
  background: var(--color-ink);
  color: #fff;
  padding: 0.65rem 0.9rem;
  border-radius: var(--radius);
  text-decoration: none;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  background: rgba(255, 250, 242, 0.93);
  border-bottom: 1px solid rgba(31, 29, 26, 0.1);
  backdrop-filter: blur(16px);
}

.navbar {
  padding: 0.85rem 0;
}

.navbar-brand img {
  height: 46px;
  width: auto;
}

.brand-domain {
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.nav-link {
  color: var(--color-ink);
  font-size: 0.94rem;
  font-weight: 600;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--color-gold-dark);
}

.btn {
  --bs-btn-border-radius: 6px;
  align-items: center;
  display: inline-flex;
  font-weight: 700;
  gap: 0.55rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 42px;
  padding: 0.75rem 1.15rem;
}

.btn-sm {
  min-height: 36px;
  padding: 0.55rem 0.85rem;
}

.btn-lg {
  min-height: 50px;
  padding: 0.95rem 1.35rem;
}

.btn-primary {
  --bs-btn-bg: var(--color-gold);
  --bs-btn-border-color: var(--color-gold);
  --bs-btn-hover-bg: var(--color-gold-dark);
  --bs-btn-hover-border-color: var(--color-gold-dark);
  --bs-btn-active-bg: var(--color-gold-dark);
  --bs-btn-active-border-color: var(--color-gold-dark);
  color: #fff;
}

.btn-outline-dark {
  --bs-btn-color: var(--color-ink);
  --bs-btn-border-color: rgba(31, 29, 26, 0.28);
  --bs-btn-hover-bg: var(--color-ink);
  --bs-btn-hover-border-color: var(--color-ink);
}

.btn-outline-light {
  --bs-btn-color: #fff;
  --bs-btn-border-color: rgba(255, 255, 255, 0.52);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-hover-color: var(--color-ink);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
}

.btn-ghost:hover,
.btn-ghost:focus {
  background: #fff;
  color: var(--color-ink);
}

.hero-section {
  background:
    linear-gradient(90deg, rgba(18, 22, 20, 0.82), rgba(18, 22, 20, 0.48) 52%, rgba(18, 22, 20, 0.18)),
    url("/assets/images/hotel-poiana-brasov-iarna-noapte.jpg") center / cover no-repeat;
  color: #fff;
  min-height: 92vh;
  padding: 9rem 0 5rem;
  position: relative;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.58);
  --bs-breadcrumb-item-active-color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.eyebrow {
  color: var(--color-gold);
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.hero-section .eyebrow {
  color: #e9c992;
}

h1,
h2,
h3 {
  color: inherit;
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0 0 1rem;
}

h1 {
  font-size: 4rem;
  max-width: 860px;
}

h2 {
  font-size: 2.75rem;
}

h3 {
  font-size: 1.6rem;
}

.hero-lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.18rem;
  max-width: 720px;
}

.hero-proof {
  background: rgba(17, 18, 16, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 1.25rem;
}

.hero-proof div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.85rem 0;
}

.hero-proof div:first-child {
  padding-top: 0;
}

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

.hero-proof span,
.hero-proof small {
  display: block;
}

.hero-proof span {
  color: #fff;
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.1;
}

.hero-proof small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  margin-top: 0.25rem;
}

.intro-band {
  background: var(--color-cream);
  border-bottom: 1px solid var(--color-line);
  border-top: 1px solid var(--color-line);
  padding: 4.5rem 0;
}

.section-copy {
  color: var(--color-muted);
  font-size: 1.08rem;
}

.content-section {
  padding: 6rem 0;
}

.content-section p {
  color: var(--color-muted);
}

.image-frame {
  aspect-ratio: 16 / 11;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.image-frame img,
.experience-card img,
.editorial-panel img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  margin-top: 1.5rem;
}

.text-link {
  color: var(--color-gold-dark);
  font-weight: 800;
  text-decoration: none;
}

.text-link::after {
  content: " ->";
}

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

.feature-band {
  background: #f1eee7;
  border-bottom: 1px solid var(--color-line);
  border-top: 1px solid var(--color-line);
  padding: 6rem 0;
}

.section-heading {
  margin: 0 auto 3rem;
  max-width: 760px;
  text-align: center;
}

.section-heading p:last-child {
  color: var(--color-muted);
  margin: 0 auto;
  max-width: 640px;
}

.experience-card {
  background: #fffaf4;
  border: 1px solid rgba(31, 29, 26, 0.11);
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(31, 29, 26, 0.08);
  height: 100%;
  overflow: hidden;
}

.experience-card img {
  aspect-ratio: 16 / 10;
}

.experience-card-body {
  padding: 1.3rem;
}

.card-kicker {
  color: var(--color-gold-dark);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.experience-card h3 {
  font-size: 1.48rem;
  margin-bottom: 0.7rem;
}

.experience-card p {
  color: var(--color-muted);
  font-size: 0.96rem;
  margin-bottom: 1rem;
}

.experience-card a {
  color: var(--color-forest);
  font-weight: 800;
  text-decoration: none;
}

.experience-card a::after {
  content: " ->";
}

.destination-section {
  background: var(--color-ivory);
}

.check-list {
  color: var(--color-muted);
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.check-list li {
  margin: 0 0 0.8rem;
  padding-left: 2rem;
  position: relative;
}

.check-list li::before {
  color: var(--color-gold);
  content: "\F26E";
  font-family: "bootstrap-icons";
  font-size: 1rem;
  left: 0;
  position: absolute;
  top: 0.08rem;
}

.editorial-panel {
  background: var(--color-forest);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  color: #fff;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
}

.editorial-panel img {
  min-height: 420px;
}

.editorial-panel div {
  align-self: center;
  padding: 2rem;
}

.editorial-panel p {
  color: rgba(255, 255, 255, 0.75);
}

.seo-section {
  background: #fffaf4;
  border-bottom: 1px solid var(--color-line);
  border-top: 1px solid var(--color-line);
  padding: 4.5rem 0;
}

.seo-item {
  border-left: 3px solid var(--color-gold);
  height: 100%;
  padding-left: 1.3rem;
}

.seo-item i {
  color: var(--color-forest);
  font-size: 1.65rem;
}

.seo-item h3 {
  font-size: 1.45rem;
  margin-top: 0.9rem;
}

.seo-item p {
  color: var(--color-muted);
  margin-bottom: 0;
}

.booking-band {
  background:
    linear-gradient(90deg, rgba(35, 69, 61, 0.96), rgba(35, 69, 61, 0.84)),
    url("/assets/images/poiana-brasov-destinatie-vara.jpg") center / cover no-repeat;
  color: #fff;
  padding: 5rem 0;
}

.booking-inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.booking-inner h2 {
  font-size: 2.35rem;
  max-width: 760px;
}

.booking-actions {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 1rem;
}

.faq-section {
  background: #f8f3eb;
}

.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: rgba(31, 29, 26, 0.16);
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: var(--color-ink);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(167, 122, 61, 0.18);
}

.accordion-button {
  color: var(--color-ink);
  font-weight: 800;
  line-height: 1.35;
  padding: 1.3rem 0;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-body {
  color: var(--color-muted);
  padding: 0 0 1.4rem;
}

.accordion-body a {
  color: var(--color-gold-dark);
  font-weight: 800;
}

.site-footer {
  background: var(--color-ink);
  color: rgba(255, 255, 255, 0.76);
  padding: 4rem 0 2rem;
}

.footer-logo {
  /* filter: invert(1); */
}

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

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li {
  margin-bottom: 0.55rem;
}

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

.site-footer a:hover,
.site-footer a:focus {
  color: #fff;
}

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

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

  h2 {
    font-size: 2.45rem;
  }
}

@media (max-width: 991.98px) {
  .site-header {
    background: rgba(255, 250, 242, 0.98);
  }

  .nav-actions {
    padding: 0.75rem 0 0.25rem;
  }

  .hero-section {
    min-height: auto;
    padding: 8rem 0 4rem;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-proof div {
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    padding: 0 1rem;
  }

  .hero-proof div:last-child {
    border-right: 0;
  }

  .content-section,
  .feature-band {
    padding: 4.5rem 0;
  }

  .editorial-panel,
  .booking-inner {
    display: block;
  }

  .editorial-panel img {
    min-height: 320px;
  }

  .booking-actions {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 0.98rem;
  }

  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  .hero-section {
    background-position: center top;
    padding: 7rem 0 3.25rem;
  }

  .hero-lead {
    font-size: 1.04rem;
  }

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

  .hero-proof div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 0;
    padding: 0.85rem 0;
  }

  .intro-band,
  .seo-section,
  .booking-band {
    padding: 3.5rem 0;
  }

  .content-section,
  .feature-band {
    padding: 3.8rem 0;
  }

  .section-heading {
    text-align: left;
  }

  .booking-inner h2 {
    font-size: 2rem;
  }

  .booking-actions .btn,
  .hero-section .btn {
    width: 100%;
  }

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

@media (max-width: 420px) {
  .navbar-brand img {
    height: 38px;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .editorial-panel div,
  .experience-card-body {
    padding: 1.15rem;
  }
}
