/*
 * Sakarun.hr V3 — final premium editorial layer
 * Clearer hierarchy, quieter navigation and page-specific visitor paths.
 */

.compass-v3-page {
  --v3-night: #061011;
  --v3-night-soft: #0a1718;
  --v3-panel: #102123;
  --v3-sea: #6fa0a3;
  --v3-sea-deep: #315f63;
  --v3-gold: #d9b96f;
  --v3-gold-soft: #f0dda9;
  --v3-ivory: #f8f4eb;
  --v3-mist: #b9c4c1;
  --v3-line: rgba(240, 221, 169, 0.24);
  --v3-white-line: rgba(255, 255, 255, 0.09);
  --v3-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
  --v3-radius: 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(74, 128, 132, 0.16), transparent 33rem),
    radial-gradient(circle at 100% 24%, rgba(217, 185, 111, 0.09), transparent 34rem),
    var(--v3-night);
}

.compass-v3-page main {
  overflow: clip;
}

/* Quiet, deliberate navigation. */
.compass-v3-page .site-header {
  gap: clamp(14px, 1.8vw, 28px);
  padding: 14px clamp(20px, 3.5vw, 58px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(4, 11, 12, 0.88);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(24px) saturate(1.16);
}

.compass-v3-page .site-header .brand .brand-logo {
  max-width: 112px;
  max-height: 50px;
  border-color: rgba(217, 185, 111, 0.44);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
}

.compass-v3-page .nav-links {
  gap: clamp(15px, 1.45vw, 26px);
  margin-left: auto;
  font-size: 0.88rem;
  font-weight: 760;
}

.compass-v3-page .nav-links a {
  position: relative;
  padding: 10px 0;
  color: rgba(248, 244, 235, 0.72);
}

.compass-v3-page .nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--v3-gold);
  transition: transform 180ms ease;
}

.compass-v3-page .nav-links a:hover,
.compass-v3-page .nav-links a:focus-visible,
.compass-v3-page .nav-links a.active {
  color: var(--v3-ivory);
}

.compass-v3-page .nav-links a:hover::after,
.compass-v3-page .nav-links a:focus-visible::after,
.compass-v3-page .nav-links a.active::after {
  transform: scaleX(1);
}

.compass-v3-page .site-header > .header-cta {
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid var(--v3-gold);
  color: #081011;
  background: linear-gradient(135deg, var(--v3-gold-soft), var(--v3-gold));
  box-shadow: 0 12px 28px rgba(217, 185, 111, 0.15);
  font-size: 0.82rem;
}

.compass-v3-page .v3-language-menu {
  position: relative;
  flex: 0 0 auto;
}

.compass-v3-page .v3-language-menu > summary {
  display: inline-flex;
  min-width: 52px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(240, 221, 169, 0.34);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--v3-ivory);
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  list-style: none;
}

.compass-v3-page .v3-language-menu > summary::after {
  content: "⌄";
  color: var(--v3-gold-soft);
  font-size: 0.85rem;
  line-height: 1;
}

.compass-v3-page .v3-language-menu > summary::-webkit-details-marker {
  display: none;
}

.compass-v3-page .v3-language-menu[open] > summary {
  border-color: var(--v3-gold);
  background: rgba(217, 185, 111, 0.1);
}

.compass-v3-page .v3-language-options {
  position: absolute;
  z-index: 40;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(44px, 1fr));
  gap: 6px;
  width: 130px;
  padding: 10px;
  border: 1px solid rgba(240, 221, 169, 0.28);
  border-radius: 17px;
  background: rgba(4, 12, 13, 0.98);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.48);
}

.compass-v3-page .v3-language-options a {
  display: grid;
  min-height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  color: rgba(248, 244, 235, 0.72);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
}

.compass-v3-page .v3-language-options a:hover,
.compass-v3-page .v3-language-options a:focus-visible,
.compass-v3-page .v3-language-options a.active {
  border-color: var(--v3-gold);
  color: #071011;
  background: var(--v3-gold);
}

/* Editorial hero system. */
.compass-v3-page .hero {
  min-height: min(760px, 82vh);
  padding: 132px clamp(24px, 6vw, 92px) clamp(64px, 8vw, 106px);
}

.compass-v3-page .home-premium-hero {
  min-height: min(860px, 94vh);
}

.compass-v3-page .hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: clamp(24px, 3.5vw, 58px);
  width: 1px;
  background: linear-gradient(180deg, transparent 12%, rgba(240, 221, 169, 0.4) 46%, transparent 88%);
  pointer-events: none;
}

.compass-v3-page .hero-image {
  filter: saturate(0.88) contrast(1.04);
}

.compass-v3-page .hero-shade,
.compass-v3-page .home-premium-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 10, 11, 0.9) 0%, rgba(3, 10, 11, 0.48) 49%, rgba(3, 10, 11, 0.1) 78%),
    linear-gradient(0deg, rgba(3, 10, 11, 0.96), rgba(3, 10, 11, 0.05) 61%);
}

.compass-v3-page .hero-content {
  z-index: 2;
  max-width: 900px;
  padding-left: clamp(0px, 2vw, 28px);
}

.compass-v3-page .hero .eyebrow,
.compass-v3-page .section-kicker {
  color: var(--v3-gold-soft);
  letter-spacing: 0.18em;
}

.compass-v3-page .hero h1 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6.6vw, 6.7rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.compass-v3-page .home-premium-hero h1 {
  font-size: clamp(3.4rem, 7.2vw, 7.35rem);
}

.compass-v3-page .hero-copy {
  max-width: 690px;
  color: rgba(248, 244, 235, 0.8);
  font-size: clamp(1.04rem, 1.35vw, 1.28rem);
  line-height: 1.72;
}

.compass-v3-page .hero-actions {
  gap: 10px;
}

.compass-v3-page .button,
.compass-v3-page .header-cta {
  min-height: 48px;
  border-radius: 999px;
  padding: 12px 19px;
}

.compass-v3-page .button.primary {
  border: 1px solid var(--v3-gold);
  color: #071011;
  background: linear-gradient(135deg, var(--v3-gold-soft), var(--v3-gold));
  box-shadow: 0 14px 32px rgba(217, 185, 111, 0.16);
}

.compass-v3-page .button.secondary {
  border-color: rgba(240, 221, 169, 0.34);
  color: var(--v3-ivory);
  background: rgba(5, 14, 15, 0.58);
  backdrop-filter: blur(14px);
}

.compass-v3-page .button:hover,
.compass-v3-page .button:focus-visible,
.compass-v3-page .header-cta:hover,
.compass-v3-page .header-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 17px 38px rgba(217, 185, 111, 0.2);
}

/* A page-specific orientation strip replaces generic intros on core pages. */
.compass-v3-page .v3-page-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 6vw, 90px);
  width: min(1280px, calc(100% - 48px));
  margin: clamp(28px, 5vw, 74px) auto;
  padding: clamp(30px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid var(--v3-line);
  border-radius: var(--v3-radius);
  background:
    radial-gradient(circle at 94% 4%, rgba(111, 160, 163, 0.15), transparent 23rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  box-shadow: var(--v3-shadow);
}

.compass-v3-page .v3-page-intro::after {
  content: attr(data-mark);
  position: absolute;
  right: -0.02em;
  bottom: -0.22em;
  color: rgba(240, 221, 169, 0.035);
  font-size: clamp(8rem, 19vw, 18rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 1;
  pointer-events: none;
}

.compass-v3-page .v3-page-intro-copy,
.compass-v3-page .v3-page-points {
  position: relative;
  z-index: 1;
}

.compass-v3-page .v3-page-intro-copy {
  align-self: center;
}

.compass-v3-page .v3-page-intro h2 {
  max-width: 650px;
  margin: 10px 0 18px;
  font-size: clamp(2.2rem, 4.1vw, 4.65rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.compass-v3-page .v3-page-intro-copy > p:not(.section-kicker) {
  max-width: 610px;
  color: rgba(248, 244, 235, 0.68);
  font-size: clamp(1rem, 1.15vw, 1.14rem);
  line-height: 1.76;
}

.compass-v3-page .v3-page-points {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--v3-white-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  list-style: none;
}

.compass-v3-page .v3-page-points li {
  display: grid;
  grid-template-columns: minmax(105px, 0.36fr) minmax(0, 0.64fr);
  gap: 18px;
  align-items: center;
  min-height: 98px;
  padding: 20px 24px;
  background: rgba(5, 15, 16, 0.93);
}

.compass-v3-page .v3-page-points strong {
  color: var(--v3-gold-soft);
  font-size: 0.76rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.compass-v3-page .v3-page-points span {
  color: rgba(248, 244, 235, 0.82);
  line-height: 1.5;
}

/* Home: reduce repetition and create a magazine-like reading rhythm. */
.compass-v3-page .compass-v2-path {
  margin-top: clamp(46px, 7vw, 98px);
  border-color: var(--v3-line);
  background:
    radial-gradient(circle at 0% 100%, rgba(111, 160, 163, 0.15), transparent 26rem),
    rgba(255, 255, 255, 0.025);
}

.compass-v3-page .compass-v2-path h2,
.compass-v3-page .premium-intro > h2,
.compass-v3-page .content-section > div:first-child > h2,
.compass-v3-page .feature-split h2,
.compass-v3-page .assistant-feature h2,
.compass-v3-page .contact-band h2 {
  letter-spacing: -0.048em;
}

.compass-v3-page .compass-v2-steps li {
  border-color: var(--v3-white-line);
  background: rgba(4, 13, 14, 0.68);
}

.compass-v3-page .compass-v2-steps li:hover {
  border-color: rgba(217, 185, 111, 0.42);
  background: rgba(13, 34, 36, 0.8);
}

.compass-v3-page .premium-intro,
.compass-v3-page .content-section,
.compass-v3-page .feature-split,
.compass-v3-page .assistant-feature,
.compass-v3-page .contact-band,
.compass-v3-page .official-links,
.compass-v3-page .route-steps,
.compass-v3-page .related-links {
  width: min(1280px, calc(100% - 48px));
}

.compass-v3-page .premium-intro,
.compass-v3-page .content-section {
  padding-top: clamp(66px, 8vw, 118px);
  padding-bottom: clamp(66px, 8vw, 118px);
}

.compass-v3-page .choice-grid {
  gap: 16px;
}

.compass-v3-page .choice-card {
  min-height: 470px;
  border-color: var(--v3-white-line);
  border-radius: var(--v3-radius);
  background: var(--v3-night-soft);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.25);
}

.compass-v3-page .choice-card img {
  min-height: 280px;
}

.compass-v3-page .choice-card > div {
  padding: 28px 30px 32px;
}

.compass-v3-page .choice-card h2 {
  font-size: clamp(1.55rem, 2.35vw, 2.45rem);
}

.compass-v3-page .info-grid,
.compass-v3-page .arrival-grid,
.compass-v3-page .experience-grid,
.compass-v3-page .curated-trip-grid {
  gap: 16px;
}

.compass-v3-page .info-tile,
.compass-v3-page .arrival-card,
.compass-v3-page .experience-card,
.compass-v3-page .curated-trip-card {
  border-color: var(--v3-white-line);
  border-radius: 23px;
  background: linear-gradient(145deg, rgba(17, 38, 40, 0.76), rgba(6, 16, 17, 0.95));
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.17);
}

.compass-v3-page .info-tile,
.compass-v3-page .arrival-card {
  padding: clamp(23px, 2.4vw, 34px);
}

.compass-v3-page .info-tile h2,
.compass-v3-page .arrival-card h3 {
  letter-spacing: -0.025em;
}

.compass-v3-page .feature-split {
  margin-top: clamp(38px, 7vw, 96px);
  margin-bottom: clamp(38px, 7vw, 96px);
  overflow: hidden;
  border-color: var(--v3-white-line);
  border-radius: var(--v3-radius);
  background: linear-gradient(145deg, rgba(17, 39, 41, 0.72), rgba(5, 14, 15, 0.98));
  box-shadow: var(--v3-shadow);
}

.compass-v3-page .feature-split > img {
  min-height: 560px;
}

.compass-v3-page .feature-split > div {
  padding: clamp(38px, 5.5vw, 82px);
}

.compass-v3-page .feature-split h2 {
  font-size: clamp(2.15rem, 4vw, 4.35rem);
  line-height: 0.99;
}

.compass-v3-page .bvd-status-notice {
  width: min(1280px, calc(100% - 48px));
  margin: clamp(30px, 5vw, 70px) auto;
  padding: clamp(24px, 3vw, 42px);
  border-color: rgba(217, 185, 111, 0.28);
  border-radius: 23px;
  background:
    linear-gradient(105deg, rgba(49, 95, 99, 0.28), transparent 56%),
    rgba(255, 255, 255, 0.025);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}

.compass-v3-page .bvd-status-notice h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
}

.compass-v3-page .bvd-status-notice .hero-actions {
  width: min(100%, 300px);
}

.compass-v3-page .assistant-feature,
.compass-v3-page .contact-band {
  padding: clamp(32px, 5vw, 68px);
  border-radius: var(--v3-radius);
}

.compass-v3-page .assistant-feature {
  border: 1px solid rgba(111, 160, 163, 0.36);
  background:
    radial-gradient(circle at 88% 18%, rgba(111, 160, 163, 0.22), transparent 27rem),
    rgba(255, 255, 255, 0.025);
}

.compass-v3-page .contact-band {
  margin-bottom: clamp(60px, 9vw, 126px);
  border: 1px solid rgba(217, 185, 111, 0.3);
  background:
    linear-gradient(115deg, rgba(217, 185, 111, 0.12), transparent 58%),
    var(--v3-panel);
}

.compass-v3-page .related-links,
.compass-v3-page .official-links,
.compass-v3-page .route-steps {
  margin-top: clamp(34px, 6vw, 82px);
  margin-bottom: clamp(34px, 7vw, 96px);
  border-color: var(--v3-white-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.025);
}

.compass-v3-page .text-link {
  color: var(--v3-gold-soft);
}

.compass-v3-page .footer {
  padding-top: clamp(46px, 6vw, 78px);
  padding-bottom: clamp(36px, 5vw, 64px);
  border-top-color: rgba(255, 255, 255, 0.07);
  background: #030909;
}

.compass-v3-page :focus-visible {
  outline: 3px solid var(--v3-gold-soft);
  outline-offset: 4px;
}

@media (max-width: 1439px) {
  .compass-v3-page .v3-language-menu {
    display: none;
  }
}

@media (min-width: 1440px) {
  .compass-v3-page .language-switcher {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .compass-v3-page .v3-page-intro {
    grid-template-columns: 1fr;
  }

  .compass-v3-page .v3-page-intro-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.58fr);
    column-gap: 30px;
  }

  .compass-v3-page .v3-page-intro-copy .section-kicker,
  .compass-v3-page .v3-page-intro-copy h2 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .compass-v3-page .site-header {
    padding: 9px 12px;
  }

  .compass-v3-page .site-header .brand .brand-logo {
    max-width: 66px;
    max-height: 37px;
  }

  .compass-v3-page .hero,
  .compass-v3-page .home-premium-hero {
    min-height: 700px;
    padding: 88px 24px 58px;
  }

  .compass-v3-page .hero::before {
    left: 12px;
  }

  .compass-v3-page .hero h1,
  .compass-v3-page .home-premium-hero h1 {
    font-size: clamp(2.75rem, 14.2vw, 5rem);
  }

  .compass-v3-page .hero-copy {
    font-size: 1rem;
    line-height: 1.62;
  }

  .compass-v3-page .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .compass-v3-page .hero-actions .button {
    width: 100%;
  }

  .compass-v3-page .v3-page-intro,
  .compass-v3-page .compass-v2-path,
  .compass-v3-page .bvd-status-notice,
  .compass-v3-page .premium-intro,
  .compass-v3-page .content-section,
  .compass-v3-page .feature-split,
  .compass-v3-page .assistant-feature,
  .compass-v3-page .contact-band,
  .compass-v3-page .official-links,
  .compass-v3-page .route-steps,
  .compass-v3-page .related-links {
    width: min(100% - 24px, 1280px);
  }

  .compass-v3-page .v3-page-intro {
    gap: 28px;
    margin: 22px auto 50px;
    padding: 30px 20px;
    border-radius: 22px;
  }

  .compass-v3-page .v3-page-intro-copy {
    display: block;
  }

  .compass-v3-page .v3-page-intro h2 {
    font-size: clamp(2rem, 11vw, 3.4rem);
  }

  .compass-v3-page .v3-page-points li {
    grid-template-columns: 1fr;
    gap: 6px;
    min-height: 0;
    padding: 19px 18px;
  }

  .compass-v3-page .premium-intro,
  .compass-v3-page .content-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .compass-v3-page .choice-card {
    min-height: 0;
    border-radius: 22px;
  }

  .compass-v3-page .choice-card img {
    min-height: 235px;
  }

  .compass-v3-page .choice-card > div {
    padding: 23px 22px 27px;
  }

  .compass-v3-page .feature-split {
    border-radius: 22px;
  }

  .compass-v3-page .feature-split > img {
    min-height: 300px;
  }

  .compass-v3-page .feature-split > div {
    padding: 30px 22px 34px;
  }

  .compass-v3-page .bvd-status-notice {
    padding: 24px 20px;
  }

  .compass-v3-page .assistant-feature,
  .compass-v3-page .contact-band {
    padding: 30px 22px;
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .compass-v3-page .nav-links a::after,
  .compass-v3-page .button,
  .compass-v3-page .header-cta {
    transition: none;
  }
}
