/* Nice Tourist — Grand Tour House luxury layer */
:root {
  --lux-navy: #061c27;
  --lux-navy-soft: #0b2b39;
  --lux-ink: #13272e;
  --lux-gold: #c8a56a;
  --lux-gold-light: #e7d3aa;
  --lux-ivory: #f5f1e8;
  --lux-paper: #fbf9f4;
  --lux-mist: #e8ece9;
  --lux-serif: "Bodoni 72", Didot, "Bodoni MT", "Times New Roman", serif;
  --lux-sans: "Avenir Next", "Segoe UI", Arial, sans-serif;
}

body {
  background: var(--lux-paper);
  color: var(--lux-ink);
  font-family: var(--lux-sans);
}

body::before {
  content: "";
  position: fixed;
  z-index: 9999;
  inset: 0;
  opacity: .025;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

.utility-bar {
  color: rgba(255,255,255,.62);
  background: #03141d;
  border-bottom: 1px solid rgba(200,165,106,.18);
  letter-spacing: .09em;
}

.utility-inner { min-height: 31px; }
.utility-inner p { font-family: var(--lux-serif); font-style: italic; letter-spacing: .04em; }

.site-header {
  background: rgba(251,249,244,.94);
  border-bottom: 1px solid rgba(6,28,39,.11);
}

.site-header.scrolled { box-shadow: 0 14px 50px rgba(4,25,35,.08); }
.nav-wrap { height: 91px; }
.brand { gap: 14px; }
.brand img {
  width: 54px;
  height: 54px;
  filter: saturate(.83) contrast(1.02);
  box-shadow: 0 0 0 1px var(--lux-gold), 0 0 0 5px var(--lux-paper);
}
.brand strong {
  color: var(--lux-navy);
  font-family: var(--lux-serif);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: .13em;
}
.brand small {
  color: #8a7047;
  font-size: 8px;
  letter-spacing: .28em;
}

.main-nav { gap: 24px; }
.main-nav a {
  color: #33464d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.main-nav a::after { height: 1px; background: var(--lux-gold); }
.nav-cta {
  min-height: 45px;
  padding-inline: 19px;
  color: var(--lux-ivory);
  background: var(--lux-navy);
  border-radius: 0;
  letter-spacing: .05em;
}
.nav-cta:hover { color: var(--lux-navy); background: var(--lux-gold-light); }
.nav-cta-icon { color: var(--lux-gold-light); }

.hero {
  min-height: 790px;
  background: var(--lux-navy);
}
.hero-media {
  background-position: 51% center;
  filter: saturate(.72) contrast(1.04);
  transform: scale(1.03);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(3,18,26,.96) 0%, rgba(3,18,26,.76) 36%, rgba(3,18,26,.22) 72%),
    linear-gradient(0deg, rgba(3,18,26,.58), transparent 46%);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: max(20px, calc((100vw - 1180px) / 2));
  width: 1px;
  background: linear-gradient(transparent, rgba(231,211,170,.42) 22%, rgba(231,211,170,.1) 82%, transparent);
}
.hero-content { min-height: 690px; }
.hero-copy { max-width: 770px; padding: 90px 0 125px 47px; }
.hero .eyebrow { margin-bottom: 29px; color: var(--lux-gold-light); }
.eyebrow {
  color: #806438;
  font-size: 10px;
  letter-spacing: .25em;
}
.eyebrow span { width: 45px; height: 1px; background: var(--lux-gold); }
.hero h1,
.section-head h2,
.custom-content h2,
.testimonial-intro h2,
.newsletter h2,
.consult-aside h2 {
  font-family: var(--lux-serif);
  letter-spacing: -.035em;
}
.hero h1 {
  max-width: 780px;
  font-size: clamp(64px, 7vw, 102px);
  line-height: .9;
}
h1 em, h2 em { color: var(--lux-gold-light); }
.hero-lead {
  max-width: 540px;
  margin-top: 35px;
  padding-left: 26px;
  border-left: 1px solid rgba(231,211,170,.35);
  color: rgba(255,255,255,.7);
  font-size: 16px;
  line-height: 1.85;
}
.hero-actions { margin-top: 38px; }
.btn {
  min-height: 55px;
  border-radius: 0;
  font-size: 11px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.btn-primary,
.btn-coral {
  color: var(--lux-navy);
  background: var(--lux-gold-light);
}
.btn-primary:hover,
.btn-coral:hover { background: var(--lux-gold); }
.text-link {
  color: rgba(255,255,255,.82);
  border-bottom-color: rgba(231,211,170,.45);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-stamp {
  width: 125px;
  height: 125px;
  margin-right: 50px;
  padding: 8px;
  border-color: rgba(231,211,170,.65);
  animation: none;
}
.hero-stamp img { filter: saturate(.75); }
.hero-folio {
  position: absolute;
  z-index: 2;
  right: 28px;
  top: 50%;
  color: rgba(255,255,255,.62);
  font-size: 9px;
  letter-spacing: .28em;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}
.hero-scroll {
  position: absolute;
  z-index: 3;
  left: max(28px, calc((100vw - 1180px) / 2 + 47px));
  bottom: 110px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255,255,255,.52);
  font-size: 8px;
  letter-spacing: .23em;
}
.hero-scroll span { width: 58px; height: 1px; background: var(--lux-gold); }

.finder-wrap { margin-top: -82px; }
.trip-finder {
  min-height: 142px;
  padding: 24px 24px 24px 32px;
  background: var(--lux-paper);
  border: 1px solid rgba(200,165,106,.45);
  border-radius: 0;
  box-shadow: 0 35px 75px rgba(3,25,35,.18);
}
.finder-compass {
  width: 44px;
  height: 44px;
  color: var(--lux-gold-light);
  background: var(--lux-navy);
}
.finder-heading small,
.trip-finder label span {
  color: #8d7b5e;
  font-size: 9px;
  letter-spacing: .17em;
}
.finder-heading strong { font-family: var(--lux-serif); font-size: 22px; }
.trip-finder label { border-left-color: #ded7ca; }
.trip-finder select,
.trip-finder input { font-family: var(--lux-serif); font-size: 15px; font-weight: 500; }
.finder-submit {
  height: 65px;
  min-width: 136px;
  color: var(--lux-ivory);
  background: var(--lux-navy);
  border-radius: 0;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.finder-submit:hover { color: var(--lux-navy); background: var(--lux-gold); }

.trust-strip { padding-top: 65px; background: var(--lux-paper); }
.trust-intro {
  padding: 34px 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ded8cb;
}
.trust-intro span { color: #8a7047; font-size: 9px; font-weight: 800; letter-spacing: .24em; }
.trust-intro p { margin: 0; font-family: var(--lux-serif); font-size: 19px; font-style: italic; }
.trust-grid { padding: 34px 0 0; border: 0; }
.trust-grid div { border-right-color: #ded8cb; }
.trust-grid strong { color: var(--lux-navy); font-family: var(--lux-serif); font-size: 32px; }
.trust-grid span { color: #718087; font-size: 10px; letter-spacing: .04em; }

.section { padding: 135px 0; }
.section-head { margin-bottom: 68px; gap: 120px; }
.section-head h2,
.custom-content h2,
.testimonial-intro h2,
.newsletter h2,
.consult-aside h2 {
  color: var(--lux-navy);
  font-size: clamp(50px, 5.4vw, 76px);
  line-height: .96;
}
.section-intro { max-width: 430px; color: #67777d; line-height: 1.9; }

.destinations { position: relative; }
.destinations::before {
  content: "NICE";
  position: absolute;
  right: 1vw;
  top: 75px;
  color: rgba(6,28,39,.025);
  font-family: var(--lux-serif);
  font-size: 230px;
  letter-spacing: -.08em;
}
.destination-grid { height: 590px; gap: 9px; }
.destination-card { padding: 34px; filter: saturate(.72); }
.destination-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3,20,29,.78), transparent 68%);
}
.destination-card::after { border-color: rgba(231,211,170,.38); }
.destination-card:hover { filter: saturate(.95); }
.destination-no { color: var(--lux-gold-light); letter-spacing: .23em; }
.destination-copy small { color: var(--lux-gold-light); font-size: 9px; letter-spacing: .22em; }
.destination-copy strong { font-family: var(--lux-serif); font-size: 43px; }
.destination-copy em { color: rgba(255,255,255,.7); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.journeys {
  position: relative;
  background: #e9eeec;
}
.journeys::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background: linear-gradient(120deg, transparent 70%, rgba(200,165,106,.2));
  pointer-events: none;
}
.tour-tab {
  padding: 11px 15px;
  border: 0;
  border-bottom: 1px solid #aeb8b7;
  border-radius: 0;
  color: #5f6f74;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.tour-tab.active {
  color: var(--lux-navy);
  border-color: var(--lux-gold);
  background: transparent;
}
.tour-result-meta { color: #758287; letter-spacing: .06em; }
.collection-rule {
  margin: 10px 0 25px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #796542;
  font-size: 8px;
  letter-spacing: .2em;
}
.collection-rule i { height: 1px; flex: 1; background: #cbd3d1; }
.collection-rule b { color: #819092; font-weight: 500; }
.tour-grid { gap: 18px; }
.tour-card {
  overflow: hidden;
  background: var(--lux-paper);
  border: 1px solid rgba(6,28,39,.08);
}
.tour-card:hover { box-shadow: 0 24px 60px rgba(5,31,42,.12); }
.tour-card:first-child { grid-column: span 2; }
.tour-card:first-child .tour-image { height: 390px; }
.tour-card:first-child .tour-body { padding: 32px; }
.tour-card:first-child .tour-body h3 { max-width: 680px; min-height: 0; font-size: 34px; }
.tour-card:first-child .tour-meta { grid-template-columns: repeat(4, 1fr); }
.tour-image { height: 275px; filter: saturate(.73); transition: filter .5s; }
.tour-card:hover .tour-image { filter: saturate(.96); }
.tour-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5,25,34,.34), transparent 55%);
}
.tour-badge {
  z-index: 1;
  top: 0;
  left: 0;
  padding: 10px 14px;
  color: var(--lux-navy);
  background: var(--lux-gold-light);
  border-radius: 0;
  font-size: 8px;
  letter-spacing: .17em;
}
.tour-index { z-index: 1; color: var(--lux-gold-light); font-family: var(--lux-serif); font-size: 46px; }
.tour-body { padding: 25px; }
.tour-kicker { color: #8b6e3f; font-size: 8px; letter-spacing: .2em; }
.tour-body h3 { color: var(--lux-navy); font-family: var(--lux-serif); font-size: 24px; font-weight: 500; }
.tour-meta { border-color: #dedfd9; }
.tour-meta span { color: #7b878a; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.tour-meta strong { color: var(--lux-ink); font-family: var(--lux-serif); font-size: 13px; font-weight: 500; text-transform: none; letter-spacing: 0; }
.tour-price strong { color: #8c713f; font-family: var(--lux-serif); font-size: 20px; font-weight: 500; }
.tour-detail-btn {
  color: var(--lux-navy);
  border-bottom-color: var(--lux-gold);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.custom-tour {
  background:
    radial-gradient(circle at 85% 20%, rgba(200,165,106,.09), transparent 28%),
    var(--lux-navy);
}
.custom-visual {
  background: linear-gradient(145deg, #0b4355, #071f2b);
  border: 1px solid rgba(200,165,106,.34);
}
.custom-visual::before { opacity: .1; }
.visual-label { color: var(--lux-gold-light); letter-spacing: .24em; }
.visual-quote span { color: var(--lux-gold); }
.visual-quote p { font-family: var(--lux-serif); font-size: 31px; }
.visual-card { background: var(--lux-ivory); }
.visual-card span { color: #8c6a36; }
.visual-card strong { color: var(--lux-navy); font-family: var(--lux-serif); }
.route-dot { background: var(--lux-gold); box-shadow: 0 0 0 6px rgba(200,165,106,.14); }
.custom-content h2 { color: var(--lux-ivory); }
.process-list li { border-color: rgba(200,165,106,.2); }
.process-list li > span { color: var(--lux-gold); }
.process-list strong { font-family: var(--lux-serif); font-size: 20px; }

.why-us { background: var(--lux-paper); }
.benefit-grid { border-color: #d8d7ce; }
.benefit { min-height: 345px; padding: 38px 30px; border-color: #d8d7ce; }
.benefit-icon {
  color: #8b6e3d;
  background: transparent;
  border: 1px solid #cdbb98;
}
.benefit-no { margin-top: 50px; color: #9b7b47; letter-spacing: .15em; }
.benefit h3 { color: var(--lux-navy); font-family: var(--lux-serif); font-size: 25px; font-weight: 500; }

.journal {
  position: relative;
  overflow: hidden;
  color: var(--lux-ivory);
  background: #071d27;
}
.journal::before {
  content: "JOURNAL";
  position: absolute;
  right: -30px;
  top: 50px;
  color: rgba(231,211,170,.035);
  font-family: var(--lux-serif);
  font-size: 180px;
  letter-spacing: -.04em;
}
.journal-masthead { margin-bottom: 70px; border-bottom: 1px solid rgba(200,165,106,.3); }
.journal .eyebrow { color: var(--lux-gold-light); }
.journal-title-row {
  padding-bottom: 38px;
  display: grid;
  grid-template-columns: 1.25fr .75fr auto;
  align-items: end;
  gap: 55px;
}
.journal-title-row h2 {
  margin: 0;
  font-family: var(--lux-serif);
  font-size: clamp(66px, 8vw, 112px);
  line-height: .8;
  font-weight: 400;
  letter-spacing: -.055em;
}
.journal-title-row > p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.75; }
.journal-title-row > a {
  padding-bottom: 7px;
  border-bottom: 1px solid var(--lux-gold);
  color: var(--lux-gold-light);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.journal-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr .65fr;
  gap: 48px 22px;
}
.journal-card { min-width: 0; }
.journal-feature { grid-row: span 3; }
.journal-image {
  position: relative;
  height: 225px;
  display: block;
  overflow: hidden;
  background: #102f3c;
}
.journal-feature .journal-image { height: 520px; }
.journal-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(231,211,170,.18);
  transition: inset .4s;
}
.journal-card:hover .journal-image::after { inset: 10px; }
.journal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.68);
  transition: transform .8s ease, filter .5s;
}
.journal-card:hover .journal-image img { transform: scale(1.04); filter: saturate(.95); }
.journal-index {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 12px;
  color: var(--lux-gold-light);
  font-family: var(--lux-serif);
  font-size: 24px;
}
.journal-content { padding-top: 20px; }
.journal-meta {
  display: flex;
  gap: 14px;
  color: var(--lux-gold-light);
  font-size: 8px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.journal-meta time { color: rgba(255,255,255,.4); }
.journal-content h3 {
  margin: 12px 0;
  font-family: var(--lux-serif);
  font-size: 23px;
  line-height: 1.25;
  font-weight: 400;
}
.journal-feature .journal-content h3 { max-width: 650px; font-size: 38px; }
.journal-content h3 a:hover { color: var(--lux-gold-light); }
.journal-content > p { display: none; color: rgba(255,255,255,.54); font-size: 12px; line-height: 1.75; }
.journal-feature .journal-content > p { display: block; max-width: 650px; }
.journal-byline {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.12);
}
.journal-byline small { color: rgba(255,255,255,.38); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.journal-byline a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--lux-navy);
  background: var(--lux-gold-light);
}
.journal-card:nth-child(6) {
  grid-column: 2 / 4;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 24px;
  align-items: center;
}
.journal-card:nth-child(6) .journal-content { padding-top: 0; }
.journal-card:nth-child(6) .journal-content > p { display: block; }
.journal-source { margin: 55px 0 0; color: rgba(255,255,255,.32); font-size: 8px; letter-spacing: .12em; text-align: right; text-transform: uppercase; }

.testimonials { background: #0c4253; }
.testimonial-card { color: var(--lux-ink); background: var(--lux-ivory); }
.testimonial-intro h2 { color: var(--lux-ivory); }
.testimonial-intro h2 em { color: var(--lux-gold-light); }
.testimonial-card blockquote { font-family: var(--lux-serif); font-size: 31px; }
.stars { color: var(--lux-gold); }
.avatar { color: var(--lux-navy); background: var(--lux-gold-light); }
.quote-mark { color: rgba(200,165,106,.12); }

.newsletter { background: #ece5d7; }
.newsletter input { border-color: #c5baa5; background: rgba(255,255,255,.55); }
.newsletter button { color: var(--lux-ivory); background: var(--lux-navy); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.site-footer { background: #03151e; }
.brand-footer img { box-shadow: 0 0 0 1px var(--lux-gold), 0 0 0 5px #03151e; }
.footer-col h3 { color: var(--lux-gold-light); font-family: var(--lux-serif); font-size: 19px; }
.footer-bottom { border-top-color: rgba(200,165,106,.16); }

.floating-actions a { background: var(--lux-gold); color: var(--lux-navy); }
.tour-modal,
.consult-modal { background: var(--lux-paper); }
.modal-hero h2,
.modal-columns h3 { font-family: var(--lux-serif); font-weight: 500; }
.modal-info { border-color: #ded8ca; }
.modal-info div { border-color: #ded8ca; }
.modal-note { background: #eee8da; }
.consult-aside { background: var(--lux-navy); }

@media (max-width: 1050px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 9px; }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .journal-feature { grid-column: 1 / -1; grid-row: auto; }
  .journal-card:nth-child(6) { grid-column: 1 / -1; }
}

@media (max-width: 800px) {
  .nav-wrap { height: 76px; }
  .main-nav { top: 76px; background: var(--lux-paper); }
  .hero { min-height: 860px; }
  .hero-content { min-height: 620px; }
  .hero-copy { padding: 55px 0 155px 20px; }
  .hero h1 { font-size: clamp(54px, 14vw, 78px); }
  .hero::before { left: 14px; }
  .hero-folio { right: 10px; }
  .hero-scroll { display: none; }
  .finder-wrap { margin-top: -165px; }
  .trip-finder { padding: 22px; }
  .trust-intro { padding-top: 45px; }
  .section { padding: 95px 0; }
  .destination-grid { height: auto; }
  .tour-card:first-child { grid-column: span 2; }
  .journal-title-row { grid-template-columns: 1fr; gap: 25px; }
  .journal-title-row h2 { font-size: 78px; }
  .journal-title-row > a { width: max-content; }
  .journal-grid { gap: 38px 18px; }
  .journal-feature .journal-image { height: 430px; }
}

@media (max-width: 560px) {
  .hero-copy { padding-left: 14px; }
  .hero-lead { padding-left: 18px; }
  .hero-folio { display: none; }
  .trust-intro { align-items: flex-start; flex-direction: column; gap: 10px; }
  .section-head { gap: 30px; }
  .destination-grid { grid-template-rows: repeat(4, 285px); }
  .tour-card:first-child { grid-column: auto; }
  .tour-card:first-child .tour-image { height: 290px; }
  .tour-card:first-child .tour-body { padding: 25px; }
  .tour-card:first-child .tour-body h3 { font-size: 27px; }
  .tour-card:first-child .tour-meta { grid-template-columns: 1fr 1fr; }
  .journal-title-row h2 { font-size: 65px; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-feature { grid-column: auto; }
  .journal-card:nth-child(6) { grid-column: auto; display: block; }
  .journal-feature .journal-image,
  .journal-image { height: 280px; }
  .journal-feature .journal-content h3 { font-size: 29px; }
  .journal-content > p { display: block; }
  .journal-source { text-align: left; line-height: 1.6; }
}
