:root {
  --navy: #08233f;
  --navy-2: #0e3156;
  --gold: #b88a3d;
  --cream: #f8f3ea;
  --paper: #fffaf1;
  --text: #24313f;
  --muted: #66717d;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(8, 35, 63, 0.18);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--paper);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  min-height: 100vh;
  background:
    linear-gradient(115deg, rgba(8,35,63,0.94), rgba(8,35,63,0.70)),
    url('images/Prestige_Tours_Trans_Fagarasan.jpg') center/cover;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.site-header::after {
  content: '';
  position: absolute;
  right: -160px;
  top: 140px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(184,138,61,0.18);
  filter: blur(10px);
}

.navbar {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.brand img { width: 54px; height: 54px; border-radius: 16px; object-fit: cover; }
.nav-links { display: flex; align-items: center; gap: 26px; font-weight: 700; }
.nav-links a { opacity: .9; }
.nav-links a:hover { color: var(--gold); opacity: 1; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; }
.nav-toggle, .hamburger { display: none; }

.hero {
  width: min(1180px, calc(100% - 40px));
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 54px;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
  font-weight: 800;
}
.eyebrow.dark { color: var(--gold); }
h1, h2, h3 { margin: 0; line-height: 1.05; color: inherit; }
h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  letter-spacing: -.045em;
  max-width: 850px;
}
h2 { font-family: 'Cinzel', serif; font-size: clamp(2rem, 3.6vw, 3.4rem); letter-spacing: -.035em; }
h3 { font-size: 1.35rem; }
p { line-height: 1.75; }
.hero-text { font-size: 1.15rem; color: rgba(255,255,255,.84); max-width: 640px; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--gold); color: var(--navy); box-shadow: 0 16px 30px rgba(184,138,61,.28); }
.btn.secondary { border: 1px solid rgba(255,255,255,.35); color: var(--white); }
.btn.secondary.dark-btn { color: var(--navy); border-color: rgba(8,35,63,.20); }
.btn.light { background: var(--white); color: var(--navy); }
.hero-card { position: relative; }
.hero-card img { height: 640px; width: 100%; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.floating-badge {
  position: absolute;
  left: -26px;
  bottom: 34px;
  background: rgba(255,255,255,.96);
  color: var(--navy);
  padding: 18px 20px;
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.floating-badge strong, .floating-badge span { display: block; }
.floating-badge span { color: var(--muted); margin-top: 4px; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 95px 0; }
.section-heading { max-width: 780px; margin-bottom: 38px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.features-grid article, .tour-card, .contact-card, .company-details {
  background: var(--white);
  border: 1px solid rgba(8,35,63,.08);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(8,35,63,.08);
}
.features-grid article { padding: 30px; }
.features-grid span { color: var(--gold); font-weight: 900; display: inline-block; margin-bottom: 22px; }
.features-grid p, .tour-card p, .contact-card p, .experience p { color: var(--muted); }

.showcase {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--navy);
}
.showcase > img { width: 100%; height: 680px; object-fit: cover; opacity: .72; }
.showcase-panel {
  position: absolute;
  left: max(20px, calc((100% - 1180px)/2));
  bottom: 60px;
  max-width: 600px;
  padding: 34px;
  border-radius: var(--radius);
  background: rgba(8,35,63,.86);
  color: var(--white);
  backdrop-filter: blur(8px);
}
.showcase-panel p:last-child { color: rgba(255,255,255,.78); }

.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tour-card { padding: 28px; min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.tour-card.large { grid-column: span 2; min-height: 430px; padding: 0; }
.tour-card.large img, .image-card img { width: 100%; height: 100%; object-fit: cover; }
.tour-card.large div { padding: 28px; background: var(--white); }
.image-card { padding: 0; }
.tag, .duration { color: var(--gold); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }

.tour-highlight {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
}
.experience { display: grid; grid-template-columns: 1fr .72fr; gap: 50px; align-items: center; }
.experience ul { padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.experience li { list-style: none; padding-left: 32px; position: relative; font-weight: 700; }
.experience li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.experience-image img { border-radius: var(--radius); box-shadow: var(--shadow); }

.about-strip {
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: var(--white);
  padding: 72px max(20px, calc((100% - 1180px)/2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.about-strip p:last-child { color: rgba(255,255,255,.78); max-width: 700px; }

.contact { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; align-items: start; }
.contact-card, .company-details { padding: 34px; }
dl { margin: 0; display: grid; gap: 18px; }
dl div { padding-bottom: 18px; border-bottom: 1px solid rgba(8,35,63,.09); }
dl div:last-child { border-bottom: 0; padding-bottom: 0; }
dt { font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; color: var(--gold); margin-bottom: 6px; }
dd { margin: 0; font-weight: 700; color: var(--navy); line-height: 1.55; }
dd a { text-decoration: underline; text-decoration-color: rgba(184,138,61,.6); }

footer {
  background: #061a30;
  color: rgba(255,255,255,.82);
  padding: 26px max(20px, calc((100% - 1180px)/2));
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
footer p { margin: 0; }
footer a { color: var(--gold); font-weight: 800; }

@media (max-width: 920px) {
  .hamburger { display: grid; gap: 5px; cursor: pointer; }
  .hamburger span { width: 28px; height: 3px; background: var(--white); border-radius: 999px; }
  .nav-links {
    display: none;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    background: rgba(8,35,63,.98);
    padding: 22px;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-toggle:checked ~ .nav-links { display: flex; }
  .hero, .experience, .contact { grid-template-columns: 1fr; }
  .hero-card img { height: 520px; }
  .features-grid, .tour-grid { grid-template-columns: 1fr; }
  .tour-card.large { grid-column: span 1; }
  .about-strip { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .navbar, .hero, .section { width: min(100% - 26px, 1180px); }
  .brand span { font-size: .85rem; }
  .hero { gap: 28px; margin-top: 20px; }
  .hero-card img { height: 420px; }
  .floating-badge { position: static; margin-top: -55px; width: calc(100% - 24px); margin-left: 12px; }
  .showcase-panel { left: 13px; right: 13px; bottom: 30px; padding: 24px; }
  .showcase > img { height: 640px; }
  .section { padding: 70px 0; }
}
