:root {
  --ink: #17342f;
  --muted: #64746f;
  --teal: #0e7a6d;
  --teal-dark: #075c54;
  --mint: #e4f4ef;
  --cream: #f7f5ef;
  --gold: #d7aa55;
  --line: #e5e9e5;
  --white: #fff;
  --shadow: 0 24px 70px rgba(19, 58, 51, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "Manrope", sans-serif; background: #fff; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

.site-header { position: absolute; top: 0; z-index: 10; width: 100%; color: white; border-bottom: 1px solid rgba(255,255,255,.16); }
.header-inner { max-width: 1240px; height: 86px; margin: auto; padding: 0 28px; display: flex; align-items: center; gap: 44px; }
.brand { display: flex; align-items: center; gap: 11px; min-width: 178px; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 13px 13px 13px 4px; color: var(--teal-dark); background: #f6dba1; font: 700 23px "Playfair Display", serif; box-shadow: inset 0 0 0 1px rgba(255,255,255,.5); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 18px; letter-spacing: .11em; }
.brand small { margin-top: 5px; font-size: 8px; letter-spacing: .18em; opacity: .75; }
.main-nav { display: flex; align-items: center; gap: 31px; flex: 1; }
.main-nav a { position: relative; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.78); }
.main-nav a:hover, .main-nav a.active { color: white; }
.main-nav a.active::after { position: absolute; content: ""; left: 50%; bottom: -16px; width: 4px; height: 4px; border-radius: 50%; background: #f4ce82; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.ghost-button, .solid-button { border: 0; cursor: pointer; transition: .2s ease; font-weight: 700; }
.ghost-button { padding: 11px 14px; color: #fff; background: transparent; }
.ghost-button:hover { background: rgba(255,255,255,.1); border-radius: 10px; }
.solid-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: white; background: var(--teal); border-radius: 11px; box-shadow: 0 9px 22px rgba(6,105,93,.18); }
.solid-button:hover { transform: translateY(-2px); background: var(--teal-dark); }
.solid-button.compact { padding: 12px 17px; background: #fff; color: var(--teal-dark); box-shadow: none; }

.hero { position: relative; min-height: 665px; color: #fff; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1564769625905-50e93615e769?auto=format&fit=crop&w=2200&q=88") center 46%/cover; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,42,38,.93) 0%, rgba(4,49,43,.75) 43%, rgba(4,41,37,.2) 75%), linear-gradient(0deg, rgba(2,35,31,.42), transparent 55%); }
.hero-content { position: relative; z-index: 1; max-width: 1240px; margin: auto; padding: 154px 28px 175px; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; color: #f3d28d; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.eyebrow span { width: 24px; height: 1px; background: #f3d28d; }
h1 { margin: 19px 0 18px; max-width: 720px; font: 600 clamp(46px, 5.4vw, 76px)/1.06 "Playfair Display", serif; letter-spacing: -.035em; }
h1 em { color: #f4d394; font-style: italic; }
.hero-content > p { max-width: 590px; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.8; }
.trust-row { display: flex; gap: 24px; margin-top: 29px; font-size: 12px; color: rgba(255,255,255,.9); }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row b { width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid rgba(244,211,148,.6); border-radius: 50%; color: #f4d394; font-size: 10px; }

.search-card { position: absolute; z-index: 2; left: 50%; bottom: -1px; width: min(1184px, calc(100% - 56px)); transform: translateX(-50%); color: var(--ink); background: white; border-radius: 18px 18px 0 0; box-shadow: var(--shadow); }
.search-tabs { display: flex; padding: 0 25px; border-bottom: 1px solid var(--line); }
.search-tab { position: relative; min-width: 150px; padding: 18px 10px 16px; border: 0; color: #7a8782; background: transparent; cursor: pointer; font-size: 13px; font-weight: 700; }
.search-tab.active { color: var(--teal); }
.search-tab.active::after { position: absolute; content: ""; left: 18px; right: 18px; bottom: -1px; height: 3px; border-radius: 3px 3px 0 0; background: var(--teal); }
.search-fields { display: grid; grid-template-columns: 1.08fr 1.08fr 1fr .82fr; gap: 0; padding: 22px 25px 15px; }
.search-fields label { display: flex; flex-direction: column; gap: 6px; min-width: 0; padding: 1px 22px; border-right: 1px solid var(--line); }
.search-fields label:first-child { padding-left: 4px; }
.search-fields label span, .booking-field span { color: #84908c; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.search-fields select { width: 100%; border: 0; outline: none; color: var(--ink); background: white; font-size: 13px; font-weight: 700; cursor: pointer; }
.search-button { margin-left: 22px; border: 0; border-radius: 12px; color: #fff; background: var(--teal); cursor: pointer; font-weight: 800; transition: .2s; }
.search-button:hover { background: var(--teal-dark); transform: translateY(-1px); }
.search-button span { font-size: 20px; }
.search-note { margin: 0; padding: 0 29px 17px; color: #8b9692; font-size: 10px; }
.search-note a { color: var(--teal); font-weight: 800; }

.trust-strip { max-width: 1184px; margin: 0 auto; padding: 34px 26px; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.trust-strip > div { display: flex; align-items: center; justify-content: center; gap: 11px; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border-right: 0; }
.trust-strip strong { color: var(--teal); font-size: 23px; }
.trust-strip span { color: var(--muted); font-size: 10px; font-weight: 600; }
.trust-strip .license { justify-content: flex-end; }
.license i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-style: normal; }
.license span { display: flex; flex-direction: column; gap: 2px; }
.license b { color: var(--ink); font-size: 12px; }
.license small { font-size: 9px; }

.packages-section { max-width: 1184px; margin: auto; padding: 83px 26px 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 34px; }
.kicker { color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-heading h2, .modal-card h2 { margin: 10px 0 0; font: 600 40px/1.13 "Playfair Display", serif; letter-spacing: -.02em; }
.section-heading > a { padding-bottom: 7px; border-bottom: 1px solid #b7c7c2; color: var(--teal); font-size: 12px; font-weight: 800; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.package-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; transition: .25s ease; }
.package-card:hover { transform: translateY(-6px); border-color: #c6d8d3; box-shadow: 0 20px 44px rgba(34,67,59,.12); }
.package-image { position: relative; height: 196px; background-size: cover; background-position: center; }
.package-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,35,31,.4), transparent 60%); }
.package-badge { position: absolute; z-index: 1; top: 14px; left: 14px; padding: 7px 10px; border-radius: 20px; color: var(--teal-dark); background: rgba(255,255,255,.92); backdrop-filter: blur(8px); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.seat-badge { position: absolute; z-index: 1; right: 14px; bottom: 13px; color: white; font-size: 10px; font-weight: 700; }
.package-body { padding: 20px; }
.package-meta { display: flex; gap: 13px; color: #75837f; font-size: 10px; font-weight: 600; }
.package-card h3 { min-height: 46px; margin: 11px 0 15px; font-size: 15px; line-height: 1.5; }
.package-route { display: flex; gap: 8px; align-items: center; padding-bottom: 17px; color: #667772; font-size: 10px; }
.package-route i { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--teal); background: var(--mint); font-style: normal; }
.price-row { display: flex; align-items: end; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); }
.price-row small { display: block; color: #8a9692; font-size: 9px; }
.price-row strong { font-size: 16px; }
.price-row button { border: 0; color: var(--teal); background: none; cursor: pointer; font-size: 11px; font-weight: 800; }

.services-section { color: white; background: var(--ink); }
.services-inner { max-width: 1240px; margin: auto; padding: 90px 28px 100px; }
.section-heading.light { align-items: center; }
.section-heading.light h2 { color: white; }
.section-heading.light > p { max-width: 430px; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 45px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; overflow: hidden; }
.service-grid article { position: relative; min-height: 220px; padding: 29px 25px; border-right: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.015); }
.service-grid article:last-child { border-right: 0; }
.service-grid article:hover { background: rgba(255,255,255,.05); }
.service-grid article > i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: #f2ce89; background: rgba(242,206,137,.1); font-size: 19px; font-style: normal; }
.service-grid h3 { margin: 26px 0 10px; font-size: 14px; }
.service-grid p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.75; }
.service-grid article > span { position: absolute; top: 29px; right: 24px; color: rgba(255,255,255,.2); font: 600 13px "Playfair Display", serif; }

.journey-section { max-width: 1184px; margin: auto; padding: 110px 26px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 88px; align-items: center; }
.journey-visual { position: relative; padding: 0 0 46px 36px; }
.journey-photo { height: 575px; border-radius: 80px 16px 80px 16px; background: linear-gradient(0deg, rgba(4,50,44,.08), rgba(4,50,44,.08)), url("https://images.unsplash.com/photo-1604608672516-f1b9b1d37076?auto=format&fit=crop&w=1100&q=85") center/cover; box-shadow: 0 25px 60px rgba(31,63,56,.18); }
.journey-visual::before { position: absolute; content: ""; top: -22px; left: 12px; width: 130px; height: 130px; z-index: -1; background-image: radial-gradient(#d7aa55 1px, transparent 1px); background-size: 12px 12px; opacity: .5; }
.journey-quote { position: absolute; left: 0; bottom: 0; width: 255px; padding: 19px 23px; border-radius: 13px; color: white; background: var(--teal); box-shadow: var(--shadow); }
.journey-quote span { position: absolute; color: rgba(255,255,255,.25); font: 700 50px/1 "Playfair Display", serif; }
.journey-quote p { position: relative; margin: 9px 0; padding-left: 22px; font: 600 14px/1.55 "Playfair Display", serif; }
.journey-copy h2, .testimonial-summary h2, .cta-section h2 { margin: 12px 0 18px; font: 600 39px/1.15 "Playfair Display", serif; letter-spacing: -.02em; }
.journey-copy .lead { color: var(--muted); font-size: 13px; line-height: 1.8; }
.journey-copy ol { margin: 31px 0; padding: 0; list-style: none; }
.journey-copy li { position: relative; display: flex; gap: 17px; padding-bottom: 23px; }
.journey-copy li:not(:last-child)::before { position: absolute; content: ""; top: 31px; bottom: 2px; left: 15px; width: 1px; background: #dfe8e4; }
.journey-copy li > b { position: relative; z-index: 1; width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #c7dbd5; border-radius: 50%; color: var(--teal); background: white; font-size: 11px; }
.journey-copy li:last-child > b { color: white; background: var(--teal); border-color: var(--teal); }
.journey-copy li div { display: flex; flex-direction: column; gap: 5px; }
.journey-copy li strong { font-size: 12px; }
.journey-copy li span { color: var(--muted); font-size: 10px; line-height: 1.6; }
.outline-button { padding: 13px 17px; border: 1px solid #c6d5d1; border-radius: 10px; color: var(--teal); background: white; cursor: pointer; font-size: 11px; font-weight: 800; }
.outline-button:hover { border-color: var(--teal); background: var(--mint); }

.testimonial-section { max-width: 1184px; margin: 0 auto 110px; display: grid; grid-template-columns: 1.08fr .92fr; border-radius: 20px; overflow: hidden; color: white; background: #0c655c; }
.testimonial-card { position: relative; padding: 55px; background: #114b45; }
.quote-mark { color: #e8c77d; font: 700 60px/1 "Playfair Display", serif; }
blockquote { margin: 5px 0 30px; font: 500 20px/1.65 "Playfair Display", serif; }
.testimonial-person { display: flex; align-items: center; gap: 12px; }
.testimonial-person > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--teal-dark); background: #f1cf8a; font-size: 10px; font-weight: 800; }
.testimonial-person > div { display: flex; flex-direction: column; gap: 3px; }
.testimonial-person strong { font-size: 11px; }
.testimonial-person small { color: rgba(255,255,255,.55); font-size: 9px; }
.testimonial-controls { display: flex; align-items: center; justify-content: space-between; margin-top: 39px; }
.testimonial-controls button { width: 33px; height: 33px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: white; background: transparent; cursor: pointer; }
.testimonial-controls > span { display: flex; gap: 5px; }
.testimonial-controls i, .testimonial-controls b { width: 5px; height: 5px; display: block; border-radius: 50%; background: rgba(255,255,255,.3); }
.testimonial-controls b { width: 17px; border-radius: 5px; background: #e8c77d; }
.testimonial-summary { padding: 67px 52px; display: flex; flex-direction: column; justify-content: center; }
.testimonial-summary .kicker { color: #f0d49a; }
.testimonial-summary h2 { color: white; font-size: 34px; }
.rating { display: flex; align-items: center; gap: 17px; margin-top: 22px; }
.rating > strong { font: 600 40px "Playfair Display", serif; }
.rating div { display: flex; flex-direction: column; }
.rating div span { color: #f0cd80; letter-spacing: .08em; }
.rating small { margin-top: 3px; color: rgba(255,255,255,.55); font-size: 9px; }

.cta-section { max-width: 1184px; margin: 0 auto 95px; padding: 44px 50px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #e6dfd0; border-radius: 18px; background: var(--cream); }
.cta-section h2 { margin: 8px 0; font-size: 32px; }
.cta-section p { margin: 0; color: var(--muted); font-size: 11px; }
.cta-button { min-width: 280px; padding: 15px 17px; display: flex; align-items: center; gap: 12px; border-radius: 13px; color: white; background: var(--teal); }
.cta-button > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.13); }
.cta-button div { display: flex; flex: 1; flex-direction: column; }
.cta-button small { color: rgba(255,255,255,.65); font-size: 9px; }
.cta-button strong { margin-top: 2px; font-size: 12px; }

footer { color: rgba(255,255,255,.65); background: #112b27; }
.footer-main { max-width: 1184px; margin: auto; padding: 65px 26px 54px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 50px; }
.footer-main .brand { color: white; }
.footer-brand p { max-width: 255px; margin: 24px 0 19px; font-size: 10px; line-height: 1.7; }
.footer-brand > span { color: rgba(255,255,255,.35); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: start; gap: 12px; }
.footer-main h4 { margin: 5px 0 10px; color: white; font-size: 11px; }
.footer-main a, .footer-main p { font-size: 9px; line-height: 1.7; }
.footer-main a:hover { color: white; }
.footer-contact a { color: #efcf8b; font-weight: 800; }
.footer-bottom { max-width: 1132px; margin: auto; padding: 21px 0 28px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); font-size: 8px; }

.detail-card { position: relative; width: min(860px, calc(100% - 36px)); display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 22px; background: white; box-shadow: var(--shadow); transform: translateY(16px); transition: .25s; }
.detail-modal.open .detail-card { transform: translateY(0); }
.detail-image { min-height: 460px; background-size: cover; background-position: center; }
.detail-content { padding: 45px 40px; }
.detail-content h2 { margin: 10px 0 20px; font: 600 31px/1.22 "Playfair Display", serif; }
.detail-content > p { color: var(--muted); font-size: 11px; line-height: 1.8; }
.detail-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 21px; }
.detail-facts span { padding: 8px 10px; border-radius: 7px; color: #4f655f; background: #eef5f2; font-size: 9px; font-weight: 700; }
.detail-price { margin-top: 31px; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.detail-price div { display: flex; flex-direction: column; }
.detail-price small { color: #8a9692; font-size: 8px; }
.detail-price strong { margin-top: 4px; font-size: 17px; }
.detail-price .solid-button { padding: 13px 16px; font-size: 10px; }

.toast { position: fixed; z-index: 30; left: 50%; bottom: 26px; padding: 12px 18px; transform: translate(-50%, 120px); opacity: 0; border-radius: 12px; color: #fff; background: var(--ink); box-shadow: var(--shadow); font-size: 12px; transition: .3s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.modal { position: fixed; z-index: 40; inset: 0; display: grid; place-items: center; pointer-events: none; opacity: 0; transition: .25s; }
.modal.open { opacity: 1; pointer-events: auto; }
.modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(8,30,27,.62); backdrop-filter: blur(5px); }
.modal-card { position: relative; width: min(450px, calc(100% - 32px)); padding: 36px; border-radius: 22px; background: white; box-shadow: var(--shadow); transform: translateY(15px); transition: .25s; }
.modal.open .modal-card { transform: translateY(0); }
.modal-card h2 { font-size: 34px; }
.modal-card > p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.modal-card > small { display: block; margin-top: 15px; color: #84908c; font-size: 10px; text-align: center; }
.modal-close { position: absolute; top: 15px; right: 17px; width: 32px; height: 32px; border: 0; border-radius: 50%; color: var(--muted); background: #f0f4f2; cursor: pointer; font-size: 20px; }
.booking-field { display: flex; flex-direction: column; gap: 8px; margin: 23px 0 15px; }
.booking-field input { width: 100%; padding: 14px 15px; outline: none; border: 1px solid #dbe3df; border-radius: 11px; }
.booking-field input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(14,122,109,.09); }
.solid-button.full { width: 100%; padding: 14px; }

@media (max-width: 900px) {
  .main-nav { display: none; }
  .header-inner { justify-content: space-between; }
  .hero-content { padding-top: 145px; }
  .search-fields { grid-template-columns: 1fr 1fr; gap: 14px; }
  .search-fields label { border: 0; padding: 4px; }
  .search-button { min-height: 50px; margin: 0; }
  .hero { min-height: 760px; }
  .package-grid { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-grid article:nth-child(2) { border-right: 0; }
  .service-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .journey-section { gap: 45px; }
  .journey-photo { height: 500px; }
  .testimonial-section, .cta-section { margin-left: 26px; margin-right: 26px; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / 4; }
  .footer-bottom { margin: 0 26px; }
}

@media (max-width: 640px) {
  .header-inner { height: 72px; padding: 0 18px; }
  .header-actions .ghost-button { display: none; }
  .solid-button.compact { padding: 10px 12px; font-size: 11px; }
  .hero { min-height: 790px; }
  .hero-content { padding: 120px 20px 280px; }
  h1 { font-size: 43px; }
  .trust-row { flex-direction: column; gap: 9px; }
  .search-card { width: calc(100% - 24px); border-radius: 18px 18px 0 0; }
  .search-tabs { padding: 0 5px; }
  .search-tab { min-width: 0; flex: 1; font-size: 10px; }
  .search-fields { padding: 17px; }
  .search-note { padding: 0 18px 15px; line-height: 1.5; }
  .trust-strip { grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .trust-strip > div:nth-child(2) { border-right: 0; }
  .trust-strip .license { justify-content: center; }
  .packages-section { padding: 65px 18px; }
  .section-heading h2 { font-size: 34px; }
  .section-heading > a { display: none; }
  .package-grid { grid-template-columns: 1fr; }
  .section-heading.light { align-items: flex-start; }
  .section-heading.light > p { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 190px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .journey-section { padding: 85px 20px; grid-template-columns: 1fr; }
  .journey-visual { padding-left: 20px; }
  .journey-photo { height: 440px; }
  .testimonial-section { margin: 0 18px 80px; grid-template-columns: 1fr; }
  .testimonial-card { padding: 38px 28px; }
  blockquote { font-size: 18px; }
  .testimonial-summary { padding: 40px 28px; }
  .cta-section { margin: 0 18px 70px; padding: 35px 25px; flex-direction: column; align-items: stretch; gap: 28px; }
  .cta-button { min-width: 0; }
  .footer-main { padding: 55px 24px; grid-template-columns: 1fr 1fr; gap: 38px 20px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-contact { grid-column: 1 / 3; }
  .footer-bottom { margin: 0 24px; flex-direction: column; gap: 8px; }
  .detail-card { display: block; max-height: 88vh; overflow-y: auto; }
  .detail-image { min-height: 235px; }
  .detail-content { padding: 30px 24px; }
  .detail-price { align-items: stretch; flex-direction: column; }
}
