/* Shared styles for Romanian interior pages */
.subpage {
  background: var(--cream-50);
}

.subhero {
  position: relative;
  display: flex;
  min-height: clamp(540px, 72vh, 760px);
  align-items: flex-end;
  background: var(--forest-950);
  color: var(--white);
  overflow: hidden;
}

.subhero::before,
.subhero::after {
  position: absolute;
  inset: 0;
  content: "";
}

.subhero::before {
  background-image: var(--hero-image);
  background-position: var(--hero-position, center);
  background-size: cover;
  transform: scale(1.015);
}

.subhero::after {
  background:
    linear-gradient(90deg, rgba(15, 26, 20, 0.86) 0%, rgba(15, 26, 20, 0.48) 52%, rgba(15, 26, 20, 0.18) 100%),
    linear-gradient(0deg, rgba(11, 20, 15, 0.68) 0%, transparent 50%);
}

.subhero-content {
  position: relative;
  z-index: 1;
  width: var(--page);
  margin-inline: auto;
  padding: 160px 0 82px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.breadcrumbs a:hover {
  color: var(--white);
}

.subhero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(4rem, 8vw, 7.8rem);
  letter-spacing: -0.06em;
}

.subhero-lead {
  max-width: 670px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.02rem, 1.6vw, 1.25rem);
}

.subhero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.anchor-nav {
  position: sticky;
  top: 73px;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(250, 248, 242, 0.94);
  backdrop-filter: blur(12px);
}

.anchor-nav-inner {
  display: flex;
  width: var(--page);
  margin-inline: auto;
  gap: 32px;
  overflow-x: auto;
  scrollbar-width: none;
}

.anchor-nav-inner::-webkit-scrollbar {
  display: none;
}

.anchor-nav a {
  flex: 0 0 auto;
  padding: 18px 0 15px;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 700;
  white-space: nowrap;
}

.anchor-nav a:hover {
  border-color: var(--ochre-500);
  color: var(--ink);
}

.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.mobile-menu a[aria-current="page"] {
  color: #e6ad78;
}

.content-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(60px, 10vw, 145px);
  align-items: start;
}

.content-intro h2 {
  font-size: clamp(2.8rem, 5vw, 4.7rem);
}

.content-intro-copy {
  padding-top: 8px;
  color: var(--muted);
  font-size: 1.04rem;
}

.content-intro-copy > *:first-child {
  margin-top: 0;
}

.content-intro-copy .lead {
  color: var(--ink);
  font-size: 1.2rem;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: var(--forest-950);
  color: var(--white);
}

.split-section.reverse .split-visual {
  order: 2;
}

.split-visual {
  min-height: 630px;
}

.split-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-copy {
  display: grid;
  align-content: center;
  padding: clamp(65px, 9vw, 130px);
}

.split-copy h2 {
  font-size: clamp(2.7rem, 5vw, 4.5rem);
}

.split-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.67);
}

.cabana-mobile-label {
  display: none;
}

.split-copy .button {
  width: fit-content;
  margin-top: 22px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.feature-card {
  min-height: 260px;
  padding: 34px;
  background: var(--cream-50);
}

.feature-card > span {
  color: var(--ochre-600);
  font-family: var(--serif);
  font-size: 0.8rem;
}

.feature-card h3 {
  margin: 42px 0 15px;
  font-size: 1.75rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.feature-card.dark {
  background: var(--forest-900);
  color: var(--white);
}

.feature-card.dark p {
  color: rgba(255, 255, 255, 0.64);
}

.feature-card.warm {
  background: #e8dac3;
}

.list-checks {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.list-checks li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid currentColor;
  border-color: rgba(255, 255, 255, 0.13);
}

.list-checks li::before {
  position: absolute;
  top: 17px;
  left: 1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ochre-500);
  content: "";
}

.light-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.light-list li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.light-list strong {
  color: var(--ink);
}

.section-heading {
  max-width: 830px;
  margin-bottom: 50px;
}

.section-heading p:not(.eyebrow) {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--muted);
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.gallery-section {
  background: var(--cream-100);
}

.gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 250px;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gallery-item {
  position: relative;
  min-width: 0;
  padding: 0;
  border: 0;
  background: var(--forest-950);
  color: var(--white);
  cursor: zoom-in;
  overflow: hidden;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 220ms ease, transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.gallery-item::after {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: rgba(18, 31, 23, 0.25);
  content: "+";
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 180ms ease;
}

.gallery-item:hover img {
  opacity: 0.84;
  transform: scale(1.04);
}

.gallery-item:hover::after {
  opacity: 1;
}

.sport-rate-link {
  cursor: pointer;
}

.sport-rate-link::after {
  content: "↗";
  opacity: 0.9;
}

.gallery-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 35px 18px 16px;
  background: linear-gradient(0deg, rgba(16, 28, 20, 0.75), transparent);
  font-size: 0.72rem;
  font-weight: 700;
  text-align: left;
}

.sport-rate-link .gallery-caption {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-right: 64px;
}

.sport-price-hint {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.lightbox {
  width: min(1120px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  overflow: visible;
}

.lightbox::backdrop {
  background: rgba(9, 16, 11, 0.9);
  backdrop-filter: blur(6px);
}

.lightbox img {
  width: 100%;
  max-height: calc(100dvh - 90px);
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: -14px;
  right: -14px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: var(--forest-950);
  color: var(--white);
  cursor: pointer;
  font-size: 1.25rem;
}

.lightbox-caption {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  text-align: center;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.image-card {
  background: var(--white);
  box-shadow: 0 14px 38px rgba(24, 35, 29, 0.07);
}

.image-card-media {
  display: block;
  height: 320px;
  overflow: hidden;
}

.image-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms ease;
}

.image-card:hover .image-card-media img {
  transform: scale(1.04);
}

.image-card-body {
  padding: 27px;
}

.image-card-body h3 {
  margin: 0 0 14px;
  font-size: 1.65rem;
}

.image-card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.image-card-body .text-link {
  margin-top: 22px;
}

.band {
  padding: 32px 0;
  background: var(--ochre-500);
  color: var(--white);
}

.band-inner {
  display: flex;
  width: var(--page);
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-inline: auto;
}

.band h2 {
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.band p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
}

.band .button {
  flex: 0 0 auto;
}

.page-cta {
  position: relative;
  display: grid;
  min-height: 610px;
  place-items: center;
  padding: 100px 0;
  background: var(--forest-950);
  color: var(--white);
  text-align: center;
  overflow: hidden;
}

.page-cta::before,
.page-cta::after {
  position: absolute;
  inset: 0;
  content: "";
}

.page-cta::before {
  background: var(--cta-image, url("images/site-assets/optimized/IMG-20210520-WA0023.jpg.webp")) center / cover no-repeat;
}

.page-cta::after {
  background: rgba(18, 31, 23, 0.72);
}

.page-cta-inner {
  position: relative;
  z-index: 1;
  width: min(780px, calc(100% - 32px));
}

.page-cta h2 {
  font-size: clamp(3.2rem, 7vw, 6rem);
}

.page-cta p {
  max-width: 620px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.72);
}

.page-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

/* Prices and offers */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.price-card {
  position: relative;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  padding: 36px;
  border: 1px solid var(--line);
  background: var(--white);
}

.price-card.featured {
  background: var(--forest-900);
  color: var(--white);
  transform: translateY(-16px);
}

.price-card .card-kicker {
  margin-bottom: 20px;
}

.pricing-page .rate-label {
  font-size: clamp(0.9rem, 1.25vw, 1.05rem);
  letter-spacing: 0.12em;
  line-height: 1.45;
}

.pricing-page .price-card.featured .rate-label {
  color: #efbd8d;
}

.price-card h2 {
  font-size: 2.6rem;
}

.price {
  margin: 25px 0 6px;
  color: var(--ochre-600);
  font-family: var(--serif);
  font-size: 2.65rem;
  line-height: 1;
}

.featured .price {
  color: #e6ad78;
}

.price small {
  font-family: var(--sans);
  font-size: 0.72rem;
}

.price-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.featured .price-note {
  color: rgba(255, 255, 255, 0.55);
}

.price-card ul {
  display: grid;
  gap: 11px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 0.86rem;
}

.featured li {
  color: rgba(255, 255, 255, 0.67);
}

.price-card li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ochre-500);
  content: "";
}

.detail-jump {
  display: inline-flex;
  width: 1.45rem;
  height: 1.45rem;
  align-items: center;
  justify-content: center;
  margin-left: 0.35rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #efbd8d;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  transition: background 180ms ease, color 180ms ease;
}

.detail-jump:hover,
.detail-jump:focus-visible {
  background: #efbd8d;
  color: var(--forest-950);
}

.price-card .button {
  width: 100%;
  margin-top: auto;
}

.notice {
  padding: 26px 30px;
  border-left: 3px solid var(--ochre-500);
  background: #eee5d5;
}

.notice strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
}

.notice p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.offer-banner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
  background: var(--forest-900);
  color: var(--white);
}

.offer-banner-copy {
  display: grid;
  align-content: center;
  padding: clamp(50px, 8vw, 110px);
}

.offer-banner-copy h2 {
  font-size: clamp(3rem, 6vw, 5.5rem);
}

.offer-banner-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.66);
}

.offer-banner-copy .button {
  width: fit-content;
  margin-top: 24px;
}

.offer-banner-media {
  min-height: 620px;
}

.offer-banner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camping-heading {
  max-width: 880px;
  margin-inline: auto;
}

.camping-heading p:not(.eyebrow) {
  margin-inline: auto;
}

.camping-rate-overview {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  margin-bottom: 42px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(24, 35, 29, 0.08);
}

.camping-rate-media {
  min-height: 440px;
}

.camping-rate-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camping-rate-copy {
  display: grid;
  align-content: center;
  padding: clamp(34px, 5vw, 68px);
}

.camping-rate-copy h3 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
}

.camping-rate-copy .list-checks {
  margin-top: 28px;
}

.camping-pricing-grid .price-card {
  min-height: 430px;
}

.camping-card-note {
  margin: 28px 0;
  color: var(--forest-700);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.5;
}

.featured .camping-card-note {
  color: rgba(255, 255, 255, 0.8);
}

.sold-out {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 30px;
  color: #f3c7a0;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sold-out::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d97a63;
  content: "";
}

/* Attractions */
.region-section {
  border-top: 1px solid var(--line);
}

.region-heading {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 60px;
  margin-bottom: 48px;
}

.region-heading p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.attraction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.attraction-grid-local {
  grid-template-columns: repeat(2, 1fr);
}

.attraction-card {
  position: relative;
  min-height: 420px;
  background: var(--forest-950);
  color: var(--white);
  overflow: hidden;
}

.attraction-card img,
.attraction-card::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.attraction-card img {
  object-fit: cover;
  transition: transform 600ms ease;
}

.attraction-card::after {
  background: linear-gradient(0deg, rgba(13, 23, 17, 0.9), rgba(13, 23, 17, 0.02) 72%);
  content: "";
}

.attraction-card:hover img {
  transform: scale(1.045);
}

.attraction-copy {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
}

.attraction-copy h3 {
  margin: 0 0 10px;
  font-size: 1.6rem;
}

.attraction-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  line-height: 1.55;
}

.attraction-copy .image-credit {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.6rem;
}

.image-credit a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.3);
  text-underline-offset: 2px;
}

.image-credit a:hover,
.image-credit a:focus-visible {
  color: var(--white);
  text-decoration-color: currentColor;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(60px, 10vw, 130px);
}

.contact-intro h2 {
  font-size: clamp(3rem, 6vw, 5.4rem);
}

.contact-intro > p:not(.eyebrow) {
  color: var(--muted);
}

.contact-cards {
  display: grid;
  border-top: 1px solid var(--line);
}

.contact-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.contact-row span {
  color: var(--ochre-600);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-row div {
  display: grid;
  gap: 6px;
}

.contact-row a {
  width: fit-content;
  font-family: var(--serif);
  font-size: 1.35rem;
}

.contact-row small {
  color: var(--muted);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.map-wrap {
  position: relative;
  min-height: 560px;
  background: var(--sage-100);
}

.map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.75) contrast(0.96);
}

.legal-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.legal-links a {
  min-height: 120px;
  padding: 24px;
  background: var(--cream-50);
  font-family: var(--serif);
  font-size: 1.08rem;
}

.legal-links a:hover {
  background: var(--cream-100);
}

/* New Year page */
.memory-intro {
  display: grid;
  max-width: 850px;
  justify-items: center;
  margin: 0 auto;
  text-align: center;
}

.memory-intro p:not(.eyebrow) {
  max-width: 660px;
  color: var(--muted);
}

.tradition-quote {
  padding: clamp(75px, 10vw, 140px) 24px;
  background: var(--forest-900);
  color: var(--white);
  text-align: center;
}

.tradition-quote blockquote {
  max-width: 900px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5.5vw, 5rem);
  line-height: 1.12;
}

.tradition-quote p {
  margin: 26px 0 0;
  color: #e6ad78;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .feature-grid,
  .cards-grid,
  .pricing-grid,
  .attraction-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .offer-banner {
    grid-template-columns: 1fr;
  }

  .camping-rate-overview {
    grid-template-columns: 1fr;
  }

  .camping-rate-media {
    min-height: 390px;
  }

  .offer-banner-media {
    min-height: 500px;
  }

  .price-card.featured {
    transform: none;
  }

  .pricing-grid .price-card:last-child {
    grid-column: span 2;
  }

  .legal-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .subhero-content {
    padding: 130px 0 70px;
  }

  .content-intro,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .split-section {
    grid-template-columns: 1fr;
  }

  .split-section.reverse .split-visual {
    order: 0;
  }

  .split-visual {
    min-height: 500px;
  }

  .split-copy {
    padding: 70px 32px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .region-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .band-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  #cabana .cabana-mobile-label {
    display: block;
    margin: 0;
    padding: 28px 32px 20px;
    background: var(--forest-900);
  }

  #cabana .cabana-copy-label {
    display: none;
  }

  .subhero {
    min-height: 670px;
  }

  .subhero h1 {
    font-size: clamp(3.4rem, 17vw, 5rem);
  }

  .subhero-actions {
    display: grid;
  }

  .subhero-actions .button {
    width: 100%;
  }

  .anchor-nav {
    top: 65px;
  }

  .feature-grid,
  .cards-grid,
  .pricing-grid,
  .attraction-grid {
    grid-template-columns: 1fr;
  }

  #cazare .pricing-grid {
    grid-template-columns: 1fr !important;
  }

  .pricing-grid .price-card:last-child {
    grid-column: auto;
  }

  .camping-rate-media {
    min-height: 310px;
  }

  .gallery-grid {
    grid-auto-rows: 220px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item.wide {
    grid-column: span 2;
  }

  .gallery-item.tall {
    grid-row: span 2;
  }

  .image-card-media {
    height: 290px;
  }

  .contact-row {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .contact-actions {
    display: grid;
  }

  .contact-actions .button {
    width: 100%;
  }

  .legal-links {
    grid-template-columns: 1fr;
  }

  .map-wrap {
    min-height: 460px;
  }

  .page-cta-actions {
    display: grid;
  }

  .page-cta-actions .button {
    width: 100%;
  }

  .lightbox {
    width: calc(100% - 20px);
  }

  .lightbox-close {
    top: 4px;
    right: 4px;
  }
}
