:root {
  --ink: #152c3d;
  --navy: #0b2637;
  --cream: #fffdf7;
  --mist: #e8f0ee;
  --sand: #f2dfbb;
  --sun: #f2b654;
  --coral: #ed765c;
  --pine: #5a8478;
  --line: rgba(21, 44, 61, .16);
  --shadow: 0 26px 60px rgba(7, 32, 47, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link { position: fixed; left: 12px; top: -50px; padding: 10px 14px; background: #fff; z-index: 20; border-radius: 4px; }
.skip-link:focus { top: 12px; }
.site-header { height: 82px; max-width: 1400px; padding: 0 5.8vw; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; letter-spacing: -.04em; font-size: 1.13rem; font-weight: 500; white-space: nowrap; }
.brand strong { font-weight: 800; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--cream); background: var(--ink); font-weight: 800; font-size: .65rem; letter-spacing: -.08em; }
.site-header nav { display: flex; align-items: center; gap: 31px; margin-left: auto; color: #52626d; font-size: .89rem; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 15px 21px; border: 0; border-radius: 100px; font-size: .91rem; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(13, 38, 55, .15); }
.button-small { padding: 11px 16px; font-size: .82rem; }
.button-dark { color: var(--cream); background: var(--ink); }
.button-sun { color: var(--ink); background: var(--sun); }

.hero { min-height: 650px; padding: 87px max(5.8vw, 25px) 78px; position: relative; overflow: hidden; color: var(--cream); background: var(--navy); display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); align-items: center; gap: clamp(32px, 7vw, 135px); }
.hero::after { content: ""; position: absolute; width: 125vw; height: 380px; left: -10vw; bottom: -280px; border: 1px solid rgba(212, 241, 238, .25); border-radius: 50% 50% 0 0; transform: rotate(-4deg); }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-glow-one { width: 580px; height: 580px; top: -330px; left: 34%; background: radial-gradient(circle, rgba(224, 246, 234, .18), rgba(224, 246, 234, 0) 69%); }
.hero-glow-two { width: 400px; height: 400px; right: -160px; bottom: -150px; background: radial-gradient(circle, rgba(84, 143, 135, .42), rgba(84, 143, 135, 0) 72%); }
.hero-copy { position: relative; z-index: 1; max-width: 640px; }
.eyebrow { margin: 0 0 16px; color: var(--pine); font-size: .73rem; font-weight: 800; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.eyebrow.light { color: #abd0c3; }
.hero h1 { max-width: 600px; margin: 0; font-size: clamp(3.8rem, 7.2vw, 7.15rem); line-height: .91; letter-spacing: -.078em; font-weight: 600; }
.hero h1 em { display: block; color: var(--sun); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.07em; }
.hero-intro { max-width: 485px; margin: 31px 0 28px; color: #cfdfdc; font-size: 1.04rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; padding-bottom: 2px; color: var(--ink); font-size: .9rem; font-weight: 700; }
.light-link { color: #dbe9e5; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px 30px; padding-top: 75px; color: #ccddda; font-size: .76rem; }
.hero-proof b { margin-right: 6px; color: var(--sun); font-weight: 700; }

.itinerary-card { z-index: 1; position: relative; width: min(100%, 400px); justify-self: end; padding: 23px; border: 1px solid rgba(230, 242, 236, .45); border-radius: 7px; color: var(--ink); background: #f4ede1; box-shadow: var(--shadow); transform: rotate(3deg); }
.itinerary-card::before { content: ""; position: absolute; right: -14px; top: -17px; width: 70px; height: 70px; border-top: 1px solid rgba(244, 230, 201, .7); border-right: 1px solid rgba(244, 230, 201, .7); border-radius: 0 7px 0 0; }
.card-topline { display: flex; align-items: center; gap: 7px; color: #66716d; font-size: .61rem; font-weight: 800; letter-spacing: .09em; }
.card-topline span:last-child { margin-left: auto; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.route-header { padding: 31px 0 25px; border-bottom: 1px solid #c9c3b6; }
.route-header p, .route-header h2 { margin: 0; }
.route-header p { color: #68736d; font-family: Georgia, serif; font-size: .78rem; font-style: italic; }
.route-header h2 { margin-top: 2px; font-size: 2.2rem; letter-spacing: -.07em; line-height: 1; }
.route-list { padding: 5px 0 0; margin: 0; list-style: none; }
.route-list li { display: flex; gap: 16px; padding: 14px 0; border-bottom: 1px solid #d8d0c1; }
.route-list li > span { padding-top: 2px; color: var(--coral); font-size: .69rem; font-weight: 800; }
.route-list b, .route-list small { display: block; }
.route-list b { font-size: .83rem; }
.route-list small { margin-top: 2px; color: #6a756f; font-size: .69rem; }
.route-footer { display: flex; justify-content: space-between; padding: 17px 0 2px; color: #567266; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.partner-strip { min-height: 86px; padding: 22px max(5.8vw, 25px); display: flex; align-items: center; gap: 50px; color: #52626d; background: #e6ece7; font-size: .83rem; }
.partner-strip > p { margin: 0; font-weight: 700; color: var(--ink); }
.partner-strip div { display: flex; flex-wrap: wrap; gap: 17px 39px; }
.partner-strip span::before { content: "•"; margin-right: 8px; color: var(--coral); }

.section { padding: 118px max(7vw, 25px); }
.intro-section { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 80px; }
.section h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.07em; font-weight: 600; }
.intro-copy { max-width: 480px; padding-bottom: 5px; }
.intro-copy > p { margin: 0 0 27px; color: #53626a; font-size: 1.05rem; }
.steps-section { padding-top: 0; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.step-card { min-height: 265px; padding: 27px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }
.step-card.accent-card { background: #dcebe4; }
.step-number { margin: 0 0 56px; color: var(--coral); font-size: .78rem; font-weight: 800; }
.step-card h3 { margin: 0 0 11px; font-size: 1.26rem; letter-spacing: -.04em; }
.step-card > p:last-child { margin: 0; max-width: 270px; color: #5d6a70; font-size: .89rem; }

.journeys-section { padding-top: 12px; }
.section-title-row { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 46px; }
.section-aside { max-width: 256px; margin: 0 0 5px; color: #5e6d70; font-size: .88rem; }
.journey-grid { display: grid; grid-template-columns: 1.07fr .93fr .93fr; min-height: 395px; gap: 14px; }
.journey-card { position: relative; min-height: 348px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 25px; color: var(--cream); border-radius: 4px; }
.journey-card::after { content: ""; position: absolute; width: 310px; height: 310px; right: -70px; bottom: -165px; border: 1px solid rgba(255, 255, 255, .31); border-radius: 50%; }
.journey-card::before { content: ""; position: absolute; width: 415px; height: 415px; right: -155px; bottom: -225px; border: 1px solid rgba(255, 255, 255, .19); border-radius: 50%; }
.sea-card { background: linear-gradient(147deg, #397d88 0%, #164c5a 100%); }
.mountain-card { background: linear-gradient(145deg, #a6b99a 0%, #63806d 100%); }
.culture-card { background: linear-gradient(145deg, #e99875 0%, #bb5d4d 100%); }
.journey-card-top { display: flex; justify-content: space-between; position: relative; z-index: 1; color: rgba(255, 255, 255, .8); font-size: .76rem; font-weight: 800; }
.journey-icon { font-family: Georgia, serif; font-size: 3rem; font-weight: 400; line-height: .55; }
.journey-card > div:last-child { position: relative; z-index: 1; }
.journey-card p { margin: 0 0 5px; color: rgba(255, 255, 255, .81); font-size: .76rem; }
.journey-card h3 { margin: 0 0 17px; font-size: clamp(2rem, 3vw, 3.3rem); line-height: .9; letter-spacing: -.075em; font-weight: 500; }
.journey-card > div:last-child > span { font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.stories-section { overflow: hidden; background: #f0e9dd; }
.stories-heading { padding-bottom: 50px; }
.stories-heading .section-title-row { margin-bottom: 0; }
.stories-intro { max-width: 375px; }
.stories-intro > p { margin: 0 0 22px; color: #5d6868; font-size: .94rem; }
.verified-note { display: inline-flex; align-items: center; gap: 8px; color: #456e64; font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.verified-note i { width: 19px; height: 19px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--cream); background: var(--pine); font-size: .67rem; font-style: normal; }
.stories-grid { padding: 0 max(7vw, 25px) 28px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; }
.story-card { min-width: 0; display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(250px, .93fr); min-height: 365px; overflow: hidden; border-radius: 5px; background: var(--cream); box-shadow: 0 15px 34px rgba(47, 55, 48, .07); }
.story-card figure { position: relative; min-height: 365px; margin: 0; overflow: hidden; background: #d9ded7; }
.story-card figure img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; transition: transform .55s ease; }
.story-card:hover figure > img { transform: scale(1.025); }
.story-card figcaption, .story-gallery-label { position: absolute; z-index: 2; left: 14px; right: 14px; top: 14px; display: flex; justify-content: space-between; align-items: center; color: var(--cream); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-shadow: 0 1px 5px rgba(0, 0, 0, .38); }
.story-card figcaption span:first-child, .story-gallery-label span:first-child { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--sun); text-shadow: none; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px 28px; }
.story-type { margin: 0 0 9px; color: var(--coral); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.story-copy h3 { margin: 0 0 17px; font-size: clamp(1.65rem, 2.35vw, 2.65rem); line-height: .95; letter-spacing: -.06em; font-weight: 600; }
.story-copy > p:not(.story-type) { margin: 0; color: #657171; font-size: .82rem; }
.feedback { margin-top: 28px; padding-top: 16px; border-top: 1px solid var(--line); color: #52776e; font-size: .71rem; text-transform: uppercase; letter-spacing: .055em; }
.feedback span { margin-right: 7px; color: var(--coral); }
.story-tall figure img { object-position: center 22%; }
.story-wide { grid-column: 1 / -1; grid-template-columns: 1.3fr .7fr; }
.story-wide figure { min-height: 410px; }
.story-wide figure img { object-position: center 48%; }
.story-gallery-card { grid-column: 1 / -1; grid-template-columns: 1.35fr .65fr; }
.story-gallery { min-height: 440px; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--navy); }
.story-gallery figure { min-height: 440px; }
.story-gallery figure:first-child img { object-position: center 44%; }
.story-gallery figure:nth-child(2) img { object-position: center 30%; }
.stories-disclaimer { padding: 25px max(7vw, 25px) 95px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.stories-disclaimer p { max-width: 670px; margin: 0; color: #6b7471; font-size: .72rem; }

.trust-section { min-height: 560px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; color: var(--cream); background: var(--navy); }
.trust-art { min-height: 460px; position: relative; overflow: hidden; background: #c9ddcd; }
.trust-art .sun { position: absolute; width: 150px; height: 150px; top: 105px; left: 23%; border-radius: 50%; background: #e6ab4b; }
.trust-art .hill { position: absolute; width: 150%; height: 420px; border-radius: 49% 51% 0 0; transform: rotate(-12deg); }
.hill-one { left: -45%; bottom: -230px; background: #537a69; }
.hill-two { left: -20%; bottom: -276px; background: #1d4e4d; }
.sea-line { position: absolute; z-index: 4; right: 10%; height: 1px; background: rgba(255, 255, 255, .68); transform: rotate(-7deg); }
.sea-one { width: 53%; bottom: 138px; }
.sea-two { width: 33%; bottom: 115px; right: 20%; }
.trust-art p { position: absolute; z-index: 5; left: 10%; bottom: 8%; margin: 0; color: #f6f4e8; font-size: clamp(2rem, 4vw, 4.4rem); letter-spacing: -.07em; line-height: .8; font-weight: 700; }
.trust-copy { max-width: 640px; padding: 110px max(7vw, 35px); }
.trust-copy h2 { font-size: clamp(2.55rem, 4.5vw, 4.7rem); }
.trust-copy > p:not(.eyebrow) { max-width: 465px; margin: 28px 0 26px; color: #c5d8d2; font-size: 1rem; }
.trust-copy ul { padding: 0; margin: 0; list-style: none; color: #f3f6ee; font-size: .88rem; }
.trust-copy li { margin: 11px 0; }
.trust-copy li span { display: inline-grid; width: 18px; height: 18px; place-items: center; margin-right: 8px; border-radius: 50%; color: var(--navy); background: var(--sun); font-size: .7rem; font-weight: 900; }

.planner-section { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(55px, 9vw, 145px); background: #edf2ed; }
.planner-intro h2 { max-width: 480px; font-size: clamp(3rem, 4.8vw, 4.7rem); }
.planner-intro > p:not(.eyebrow) { max-width: 390px; margin: 24px 0; color: #5c6b6d; }
.response-note { display: flex; align-items: flex-start; gap: 10px; max-width: 387px; margin-top: 39px; padding-top: 18px; border-top: 1px solid var(--line); }
.response-note > span { color: var(--coral); }
.response-note p { margin: 0; color: #627176; font-size: .76rem; }
.planner-form { padding: 34px; border-radius: 4px; background: var(--cream); box-shadow: 0 17px 35px rgba(27, 62, 59, .07); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.planner-form label, .planner-form legend { display: block; margin-bottom: 20px; color: #5b6a6e; font-size: .75rem; font-weight: 800; letter-spacing: .04em; }
.planner-form input:not([type="checkbox"]), .planner-form select, .planner-form textarea { width: 100%; margin-top: 7px; padding: 11px 0; border: 0; border-bottom: 1px solid #aebdba; outline: 0; color: var(--ink); background: transparent; font-size: .93rem; font-weight: 500; letter-spacing: 0; resize: vertical; transition: border-color .2s ease; }
.planner-form select { cursor: pointer; }
.planner-form input:focus, .planner-form select:focus, .planner-form textarea:focus { border-color: var(--coral); }
.planner-form fieldset { padding: 0; margin: 2px 0 21px; border: 0; }
.planner-form legend { margin-bottom: 9px; }
.interest-options { display: flex; flex-wrap: wrap; gap: 8px; }
.interest-options label { margin: 0; cursor: pointer; }
.interest-options input { position: absolute; opacity: 0; pointer-events: none; }
.interest-options span { display: block; padding: 8px 10px; border: 1px solid #bdcbc6; border-radius: 100px; color: #53666a; font-size: .76rem; letter-spacing: 0; font-weight: 600; transition: .2s ease; }
.interest-options input:checked + span { border-color: var(--ink); color: var(--cream); background: var(--ink); }
.interest-options input:focus-visible + span { outline: 2px solid var(--coral); outline-offset: 2px; }
.form-actions { display: flex; align-items: center; gap: 22px; margin-top: 7px; }
.whatsapp-link { padding: 0; border: 0; color: #3b756a; background: none; font-size: .83rem; font-weight: 800; }
.whatsapp-link span { margin-right: 4px; font-size: 1.2rem; vertical-align: -1px; }
.form-status { min-height: 1.3em; margin: 18px 0 0; color: #3e756c; font-size: .83rem; font-weight: 600; }
.form-status.error { color: #b24d3c; }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; padding: 28px max(5.8vw, 25px); color: #dce5df; background: #102938; }
.site-footer .brand-mark { color: var(--ink); background: var(--sun); }
.site-footer > p { margin: 0; font-size: .82rem; }
.site-footer > p:nth-child(2) { color: #b5c8c1; }
.footer-small { color: #819995; font-size: .69rem !important; }

@media (max-width: 850px) {
  .site-header nav { display: none; }
  .site-header { height: 70px; padding: 0 24px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 71px 25px 69px; gap: 62px; }
  .itinerary-card { width: min(100%, 420px); justify-self: center; transform: rotate(1deg); }
  .hero-proof { padding-top: 53px; }
  .intro-section, .planner-section { grid-template-columns: 1fr; gap: 35px; }
  .section { padding: 85px 25px; }
  .journeys-section { padding-top: 0; }
  .journey-grid { grid-template-columns: 1fr 1fr; }
  .journey-card:first-child { grid-column: 1 / -1; min-height: 370px; }
  .stories-grid { grid-template-columns: 1fr; }
  .story-card, .story-wide, .story-gallery-card { grid-column: auto; }
  .trust-section { grid-template-columns: 1fr; }
  .trust-copy { padding: 80px 25px; }
  .planner-section { gap: 42px; }
}

@media (max-width: 560px) {
  .site-header { gap: 10px; }
  .brand { font-size: 1rem; }
  .site-header .button { padding: 10px 12px; font-size: .73rem; }
  .hero h1 { font-size: clamp(3.6rem, 17vw, 5rem); }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero-proof span:last-child { grid-column: 1 / -1; }
  .partner-strip { display: block; padding: 19px 25px; }
  .partner-strip div { margin-top: 10px; gap: 7px 16px; }
  .section-title-row { display: block; }
  .section-aside { margin-top: 19px; }
  .step-grid, .journey-grid { grid-template-columns: 1fr; }
  .journey-card:first-child { grid-column: auto; }
  .journey-card { min-height: 295px; }
  .stories-heading { padding-bottom: 36px; }
  .story-card, .story-wide, .story-gallery-card { grid-template-columns: 1fr; }
  .story-card figure, .story-wide figure { min-height: 330px; }
  .story-gallery { min-height: 430px; grid-template-columns: 1fr 1fr; }
  .story-gallery figure { min-height: 430px; }
  .story-copy { padding: 30px 23px; }
  .story-copy h3 { font-size: 2rem; }
  .stories-disclaimer { align-items: flex-start; flex-direction: column; padding-bottom: 75px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .planner-form { padding: 25px 20px; }
  .form-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .site-footer { grid-template-columns: 1fr; gap: 13px; }
}
