:root {
  --navy: #071a25;
  --navy-2: #0b2937;
  --cream: #f5f0e8;
  --cream-2: #fbf8f2;
  --gold: #d6ad6b;
  --gold-deep: #9a7337;
  --ink: #102634;
  --muted: #687278;
  --line: rgba(16,38,52,.15);
  --serif: "Italiana", "Times New Roman", serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-weight: 300; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }

.skip-link { position: fixed; z-index: 100; top: -60px; left: 12px; padding: 10px 14px; background: var(--cream-2); transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  height: 116px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: clamp(24px, 4vw, 60px);
  padding: 0 clamp(26px, 5.2vw, 86px);
  color: #fff;
}
.brand { width: 194px; display: inline-flex; flex-direction: column; color: var(--gold); }
.brand img { width: 100%; }
.brand span { margin-top: 1px; text-align: center; font-size: 8px; font-weight: 500; letter-spacing: .33em; text-transform: uppercase; }
.brand small { margin-top: 8px; color: rgba(255,255,255,.54); text-align: center; font-size: 6px; letter-spacing: .29em; text-transform: uppercase; }
.site-header nav, footer nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 2.3vw, 38px); }
.site-header nav a, footer nav a { color: rgba(255,255,255,.78); font-size: 10px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.site-header nav a:hover { color: var(--gold); }
.header-cta { padding: 16px 25px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; background: rgba(194,145,75,.76); font-size: 10px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 10px 35px rgba(0,0,0,.2); }
.header-cta span { margin-left: 13px; font-size: 16px; }

.hero {
  position: relative;
  min-height: min(840px, 100svh);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--navy) url("assets/hero-amalfi.webp") center/cover no-repeat;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,19,29,.98) 0%, rgba(4,24,35,.83) 29%, rgba(4,22,31,.28) 58%, rgba(4,20,29,.08) 100%); }
.hero-copy { position: relative; z-index: 2; width: min(590px, 48%); margin-left: clamp(30px, 5.2vw, 86px); padding-top: 90px; }
.hero-kicker, .eyebrow { color: var(--gold-deep); font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.hero-kicker { color: var(--gold); margin-bottom: 20px; }
.hero h1 { margin-bottom: 25px; font-size: clamp(53px, 5.6vw, 88px); line-height: .96; letter-spacing: -.02em; }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-text { max-width: 510px; margin-bottom: 30px; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.52; }
.button { min-height: 52px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 0; border-radius: 99px; cursor: pointer; font-size: 11px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.button-gold { color: white; background: linear-gradient(135deg, #cda460, #a87c3b); }
.button span { font-size: 17px; }
.hero-signature { margin: 24px 0 0; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.66); font-size: 8px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.hero-signature i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.hero-quote { position: absolute; z-index: 2; right: 6.5%; top: 48%; color: rgba(255,255,255,.86); text-align: center; font-family: var(--serif); font-size: 23px; line-height: 1.3; text-shadow: 0 2px 20px rgba(0,0,0,.45); }
.hero-quote::after { content: ""; display: block; width: 105px; height: 1px; margin: 14px auto 0; background: var(--gold); }

.concierge { background: var(--cream-2); }
.concierge-intro { display: grid; grid-template-columns: .95fr 2.05fr; gap: clamp(50px, 7vw, 110px); padding: 52px clamp(26px, 5.2vw, 86px) 46px; }
.eyebrow { margin-bottom: 11px; }
.concierge-intro h2, .detail-copy h2, .service-heading h2, .advisor-intro h2, .luxury-copy h2 { margin-bottom: 16px; font-size: clamp(38px, 4vw, 58px); line-height: 1.03; letter-spacing: -.02em; }
.intro-text { max-width: 500px; margin-bottom: 18px; color: var(--muted); font-size: 14px; line-height: 1.62; }
.inline-link { padding-bottom: 5px; border-bottom: 1px solid var(--gold-deep); color: #55472f; font-size: 10px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.inline-link span { margin-left: 9px; font-size: 15px; }
.journey-steps { display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.journey-steps article { padding: 10px 25px; text-align: center; border-left: 1px solid var(--line); }
.journey-steps article:first-child { border-left: 0; }
.step-icon { display: block; height: 47px; color: var(--gold-deep); font-family: var(--serif); font-size: 35px; }
.journey-steps h3 { margin-bottom: 9px; font-family: var(--sans); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.journey-steps p { margin-bottom: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.concierge-details { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 510px; }
.destination-image { position: relative; overflow: hidden; min-height: 510px; }
.destination-image img { width: 100%; height: 100%; object-fit: cover; }
.destination-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg, rgba(7,26,37,.56), transparent 55%); }
.image-caption { position: absolute; z-index: 2; top: 45px; left: clamp(28px, 6vw, 82px); color: white; text-transform: uppercase; }
.image-caption span, .image-caption strong { display: block; font-family: var(--serif); font-size: clamp(24px, 2.6vw, 39px); font-weight: 400; letter-spacing: .04em; }
.image-caption strong { margin-top: 4px; }
.image-caption::after { content: ""; display: block; width: 62px; height: 1px; margin-top: 18px; background: var(--gold); }
.detail-copy { padding: clamp(45px, 6vw, 82px); display: flex; flex-direction: column; justify-content: center; background: var(--cream); }
.detail-copy h2 { max-width: 650px; }
.deliverables { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 12px 0 28px; }
.deliverables ul { margin: 0; padding: 0; list-style: none; }
.deliverables li { padding: 6px 0; color: #58636a; font-size: 12px; }
.deliverables li span { display: inline-block; width: 26px; color: var(--gold-deep); font-size: 16px; }
.detail-copy .inline-link { align-self: flex-end; }

.services { background: var(--cream-2); }
.luxury-band { display: grid; grid-template-columns: 1.08fr .92fr; color: white; background: var(--navy); }
.luxury-copy { padding: clamp(55px, 6vw, 90px) clamp(28px, 5.2vw, 86px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow-light { color: var(--gold); }
.luxury-copy h2 { max-width: 700px; font-size: clamp(41px, 4.3vw, 66px); }
.luxury-copy > p:not(.eyebrow) { max-width: 570px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.62; }
.brand-values { margin-top: 26px; display: grid; grid-template-columns: repeat(4, 1fr); }
.brand-values span { padding: 10px 16px; border-left: 1px solid rgba(255,255,255,.19); color: rgba(255,255,255,.78); text-align: center; font-size: 9px; letter-spacing: .12em; line-height: 1.45; text-transform: uppercase; }
.brand-values span:first-child { border-left: 0; }
.airplane-image { position: relative; min-height: 420px; overflow: hidden; }
.airplane-image img { width: 100%; height: 100%; object-fit: cover; }
.airplane-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, transparent 22%); }
.airplane-image p { position: absolute; z-index: 2; right: 28px; bottom: 22px; margin: 0; color: rgba(255,255,255,.68); font-size: 8px; letter-spacing: .24em; text-transform: uppercase; }

.service-area { padding: clamp(70px, 7vw, 105px) clamp(26px, 5.2vw, 86px); }
.service-heading { display: grid; grid-template-columns: .3fr .7fr; align-items: end; gap: 40px; margin-bottom: 42px; }
.service-heading .eyebrow { margin-bottom: 9px; }
.service-heading h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(38px, 3.8vw, 58px); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.service-card { min-height: 380px; padding: 32px 28px; display: flex; flex-direction: column; overflow: hidden; border-left: 1px solid var(--line); background: #fffaf2; transition: transform .25s, box-shadow .25s; }
.service-card:first-child { border-left: 0; }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-6px); box-shadow: 0 18px 45px rgba(16,38,52,.12); }
.service-featured { color: white; background: var(--navy-2); }
.service-number { margin-bottom: 40px; color: var(--gold-deep); font-size: 9px; letter-spacing: .16em; }
.service-photo { width: calc(100% + 56px); height: 145px; margin: -32px -28px 23px; padding: 0; overflow: hidden; border: 0; background: var(--navy); cursor: pointer; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-photo:hover img, .service-photo:focus-visible img { transform: scale(1.045); }
.service-photo + .service-number { margin-bottom: 16px; }
.service-card h3 { margin-bottom: 17px; font-size: clamp(28px, 2.5vw, 40px); line-height: 1.05; }
.service-card p { margin-bottom: 24px; color: var(--muted); font-size: 12px; line-height: 1.62; }
.service-featured p { color: rgba(255,255,255,.62); }
.service-select { width: max-content; margin-top: auto; padding: 0 0 5px; border: 0; border-bottom: 1px solid currentColor; color: inherit; background: transparent; cursor: pointer; font-size: 10px; font-weight: 500; text-transform: uppercase; }
.service-select span { margin-left: 8px; color: var(--gold); }

.advisor { display: grid; grid-template-columns: .77fr 1.23fr; gap: clamp(50px, 7vw, 110px); padding: clamp(70px, 8vw, 120px) clamp(26px, 5.2vw, 86px); color: white; background: linear-gradient(120deg, rgba(4,34,49,.96), rgba(4,53,70,.82)), url("assets/santorini.webp") center/cover; }
.advisor-intro { display: flex; flex-direction: column; justify-content: center; }
.advisor-intro h2 { font-size: clamp(43px, 4.8vw, 72px); }
.advisor-intro > p:not(.eyebrow) { max-width: 540px; color: rgba(255,255,255,.68); line-height: 1.7; }
.advisor-note { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.advisor-note span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; color: rgba(255,255,255,.65); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.quiz-shell { min-height: 545px; padding: clamp(30px, 4.5vw, 62px); color: var(--ink); background: rgba(251,248,242,.97); box-shadow: 0 28px 80px rgba(0,0,0,.25); }
.quiz-topline { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 20px; color: #858b8d; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.progress-track { height: 1px; background: #ddd4c8; }
#progress-bar { width: 33.333%; height: 1px; background: var(--gold-deep); transition: width .35s; }
.quiz-content, .quiz-result { margin-top: clamp(46px, 6vw, 76px); }
.quiz-question-number { margin-bottom: 14px; color: var(--gold-deep); font-size: 9px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.quiz-content h3, .quiz-result h3 { margin-bottom: 0; font-size: clamp(33px, 3.5vw, 52px); line-height: 1.07; }
.quiz-options { margin-top: 34px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.quiz-option { min-height: 68px; padding: 15px 18px; display: flex; align-items: center; gap: 12px; color: var(--ink); text-align: left; background: transparent; border: 1px solid #ded5c9; cursor: pointer; line-height: 1.35; transition: border .2s, background .2s; }
.quiz-option::before { content: ""; flex: 0 0 7px; width: 7px; height: 7px; border: 1px solid var(--gold-deep); border-radius: 50%; }
.quiz-option:hover { border-color: var(--gold-deep); background: #f1e9dd; }
.quiz-result > p:nth-of-type(2) { max-width: 670px; margin-top: 18px; color: var(--muted); line-height: 1.7; }
.result-actions { margin-top: 28px; display: flex; align-items: center; gap: 22px; }
.text-button { padding: 8px 0; color: var(--muted); background: transparent; border: 0; border-bottom: 1px solid #aeb4b5; cursor: pointer; font-size: 11px; }
.privacy-note { margin: 18px 0 0 !important; color: #8d9496 !important; font-size: 9px !important; }

.final-cta { min-height: 360px; padding: 55px clamp(26px, 5.2vw, 86px); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; color: white; background: linear-gradient(90deg, rgba(3,29,41,.92) 0%, rgba(3,29,41,.67) 43%, rgba(3,29,41,.1) 72%), url("assets/final-maldivas.webp") center/cover no-repeat; }
.final-cta-copy h2 { max-width: 660px; margin-bottom: 24px; font-size: clamp(40px, 4.4vw, 65px); line-height: 1.02; }
.final-links { justify-self: end; align-self: end; display: flex; align-items: stretch; background: rgba(5,27,37,.62); backdrop-filter: blur(6px); }
.final-links a { min-width: 155px; padding: 22px 20px; display: flex; align-items: center; gap: 12px; border-left: 1px solid rgba(255,255,255,.2); }
.final-links a:first-child { border-left: 0; }
.final-links b { color: var(--gold); font-family: var(--serif); font-size: 24px; font-weight: 400; }
.final-links span { color: rgba(255,255,255,.84); font-size: 9px; font-weight: 500; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.final-links a:hover { background: rgba(255,255,255,.08); }

footer { color: white; background: #04131c; }
.footer-main { position: relative; min-height: 235px; padding: 46px clamp(26px, 5.2vw, 86px); display: grid; grid-template-columns: 1.3fr .65fr .9fr 1fr auto; align-items: start; gap: clamp(28px, 4vw, 65px); }
.brand-footer { width: 170px; }
.footer-column { display: flex; flex-direction: column; gap: 9px; }
.footer-column strong { margin-bottom: 7px; color: var(--gold); font-size: 9px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.footer-column a { width: max-content; color: rgba(255,255,255,.55); font-size: 11px; }
.footer-column a:hover { color: var(--gold); }
.footer-column .instagram-link { margin-top: 5px; display: inline-flex; align-items: center; gap: 9px; color: var(--gold); font-weight: 500; }
.instagram-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.instagram-link .instagram-dot { fill: currentColor; stroke: none; }
.instagram-link:hover span { text-decoration: underline; text-underline-offset: 4px; }
.footer-quote { margin: 0; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 20px; text-align: right; }
.footer-quote em { color: var(--gold); }
.back-top { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(214,173,107,.5); border-radius: 50%; color: var(--gold); }
.back-top:hover { color: var(--navy); background: var(--gold); }
.footer-bottom { min-height: 54px; padding: 15px clamp(26px, 5.2vw, 86px); display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.32); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .site-header { grid-template-columns: 190px 1fr; }
  .site-header nav { display: none; }
  .header-cta { justify-self: end; }
  .hero-copy { width: 58%; }
  .hero-quote { display: none; }
  .concierge-intro { grid-template-columns: 1fr; }
  .journey-steps article:first-child { border-left: 1px solid var(--line); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .service-card:nth-child(4) { border-top: 1px solid var(--line); }
  .advisor { grid-template-columns: 1fr; }
  .final-cta { grid-template-columns: 1fr; }
  .final-links { justify-self: start; }
  .footer-main { grid-template-columns: 1.3fr .7fr 1fr; }
  .footer-quote { text-align: left; }
}

@media (max-width: 760px) {
  .site-header { height: 92px; grid-template-columns: 1fr auto; padding-inline: 20px; }
  .brand { width: 145px; }
  .brand small { display: none; }
  .header-cta { padding: 11px 14px; font-size: 0; }
  .header-cta::before { content: "Planejar viagem"; font-size: 9px; }
  .header-cta span { margin-left: 7px; font-size: 13px; }
  .hero { min-height: 760px; align-items: flex-end; background-position: 64% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(3,19,29,.35) 0%, rgba(3,19,29,.52) 28%, rgba(3,19,29,.97) 75%); }
  .hero-copy { width: auto; margin: 0; padding: 130px 21px 56px; }
  .hero h1 { font-size: clamp(50px, 14vw, 67px); }
  .hero-text { font-size: 14px; }
  .button { width: 100%; padding-inline: 18px; }
  .hero-signature { flex-wrap: wrap; gap: 8px; font-size: 7px; }
  .concierge-intro { padding-inline: 21px; }
  .journey-steps { grid-template-columns: repeat(2, 1fr); }
  .journey-steps article { padding: 20px 14px; border-top: 1px solid var(--line); }
  .journey-steps article:nth-child(odd) { border-left: 0; }
  .concierge-details { grid-template-columns: 1fr; }
  .destination-image { min-height: 390px; }
  .detail-copy { padding: 50px 21px; }
  .deliverables { grid-template-columns: 1fr; gap: 0; }
  .detail-copy .inline-link { align-self: flex-start; }
  .luxury-band { grid-template-columns: 1fr; }
  .luxury-copy { padding-inline: 21px; }
  .brand-values { grid-template-columns: repeat(2, 1fr); }
  .brand-values span:nth-child(3) { border-left: 0; }
  .airplane-image { min-height: 280px; }
  .airplane-image::after { background: linear-gradient(180deg, var(--navy) 0%, transparent 28%); }
  .service-area { padding-inline: 21px; }
  .service-heading { grid-template-columns: 1fr; gap: 10px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(2), .service-card:nth-child(3), .service-card:nth-child(4) { min-height: 340px; border-left: 0; border-top: 1px solid var(--line); }
  .service-card:first-child { border-top: 0; }
  .advisor { padding-inline: 21px; }
  .quiz-shell { min-height: 560px; padding: 30px 22px; }
  .quiz-topline { grid-template-columns: 1fr; gap: 11px; }
  .quiz-options { grid-template-columns: 1fr; }
  .result-actions { flex-direction: column; align-items: stretch; }
  .text-button { align-self: center; }
  .final-cta { min-height: 520px; padding: 52px 21px 24px; align-content: space-between; background-position: 64% center; }
  .final-links { width: 100%; display: grid; grid-template-columns: 1fr; }
  .final-links a { min-width: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .final-links a:first-child { border-top: 0; }
  .footer-main { padding-inline: 21px; grid-template-columns: 1fr 1fr; }
  .brand-footer, .footer-quote { grid-column: 1 / -1; }
  .back-top { position: absolute; right: 21px; top: 48px; }
  .footer-bottom { padding-inline: 21px; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
