@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800&family=Italianno&display=swap');
:root { --navy:#052c49; --deep:#031f34; --gold:#e7b84f; --gold-light:#f8d779; --cream:#f7f4ed; --teal:#0c8792; --text:#10283b; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--cream); color:var(--text); font-family:"Inter",sans-serif; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
.site-header { height:86px; padding:0 4vw; display:flex; align-items:center; gap:32px; position:absolute; z-index:20; width:100%; color:white; }
.brand { display:flex; align-items:center; gap:10px; min-width:max-content; }
.brand-mark { width:43px; height:43px; border:1px solid var(--gold); border-radius:50%; display:grid; place-items:center; color:var(--gold); font-size:22px; }
.brand b { font-family:"Cormorant Garamond",serif; font-size:24px; letter-spacing:.04em; display:block; }
.brand small { color:var(--gold); letter-spacing:.23em; font-size:8px; display:block; }
.nav { display:flex; justify-content:center; align-items:center; gap:28px; margin-left:auto; }
.nav a { font-size:12px; font-weight:700; text-transform:uppercase; position:relative; }
.nav a::after { content:""; height:2px; width:0; background:var(--gold); position:absolute; left:0; bottom:-8px; transition:.25s; }
.nav a:hover::after { width:100%; }
.btn { display:inline-flex; align-items:center; justify-content:center; min-height:48px; border-radius:8px; padding:0 26px; font-weight:800; font-size:13px; text-transform:uppercase; letter-spacing:.02em; transition:.2s; }
.btn:hover { transform:translateY(-2px); filter:brightness(1.05); }
.gold { color:#192c3b; background:linear-gradient(135deg,var(--gold-light),var(--gold)); box-shadow:0 8px 25px #0003; }
.header-cta { margin-left:18px; }
.menu-toggle { display:none; background:none; border:0; padding:8px; }
.menu-toggle span { display:block; background:white; width:26px; height:2px; margin:5px; }
.hero { min-height:750px; height:92vh; position:relative; color:white; display:flex; align-items:center; background:url("https://images.unsplash.com/photo-1566847438217-76e82d383f84?auto=format&fit=crop&w=2000&q=90") center 55%/cover no-repeat; overflow:hidden; }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(2,27,47,.96) 0%,rgba(2,34,57,.76) 42%,rgba(2,31,50,.08) 76%),linear-gradient(0deg,rgba(2,30,47,.75),transparent 42%); }
.hero-content { position:relative; z-index:2; padding:100px 4vw 50px; max-width:700px; }
.script { font-family:"Italianno",cursive; color:var(--gold-light); font-size:48px; line-height:1; margin:0 0 4px; transform:rotate(-2deg); }
.hero h1 { font-family:"Cormorant Garamond",serif; font-size:clamp(72px,8vw,125px); line-height:.72; letter-spacing:.015em; margin:16px 0; }
.script.second { font-size:58px; margin-left:130px; }
.hero-copy { max-width:470px; font-size:16px; line-height:1.6; }
.feature-row { display:grid; grid-template-columns:repeat(4,1fr); max-width:650px; margin:24px 0 28px; }
.feature-row span { min-height:72px; padding:0 14px; border-right:1px solid #ffffff38; text-align:center; display:flex; flex-direction:column; gap:4px; align-items:center; }
.feature-row span:first-child { padding-left:0; }
.feature-row i { color:var(--gold); font-style:normal; font-size:25px; }
.feature-row b { font-size:11px; text-transform:uppercase; }
.feature-row small { color:#d8e0e5; font-size:9px; }
.hero-button span { margin-left:18px; font-size:22px; }
.satisfaction { position:absolute; right:4vw; bottom:80px; z-index:2; width:130px; padding:20px 14px; border-radius:12px; background:#062c47e8; text-align:center; border:1px solid #ffffff30; box-shadow:0 15px 35px #00182a66; }
.satisfaction b,.satisfaction span,.satisfaction small { display:block; }
.satisfaction b { color:var(--gold-light); font-size:26px; }
.satisfaction span { font-size:10px; text-transform:uppercase; line-height:1.4; margin:4px; }
.satisfaction small { color:var(--gold); letter-spacing:2px; }
.quick-contact { width:min(920px,92%); margin:-47px auto 0; position:relative; z-index:4; padding:14px 20px 18px; border-radius:14px; background:#073651e8; color:white; box-shadow:0 15px 40px #00304f33; }
.quick-contact>p { font-size:10px; text-align:center; font-weight:800; margin:0 0 9px; }
.quick-contact>div { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.contact-card { display:flex; align-items:center; gap:14px; border-radius:9px; padding:12px 18px; min-height:62px; }
.contact-card i { font-size:28px; font-style:normal; }
.contact-card b,.contact-card small { display:block; }
.contact-card b { font-size:16px; }
.contact-card small { font-size:10px; margin-top:3px; }
.whatsapp { background:#19b866; }.max { background:linear-gradient(135deg,#7654ef,#493ee1); }.telegram { background:#119cd1; }
.section { width:min(1240px,92%); margin:0 auto; padding:78px 0; }
.section-heading { text-align:center; margin-bottom:42px; }
.section-heading span { color:#c5902a; font-family:"Cormorant Garamond",serif; font-weight:700; letter-spacing:.08em; }
.section-heading h2 { font-family:"Cormorant Garamond",serif; color:var(--navy); font-size:38px; margin:5px 0 7px; }
.section-heading p { color:#647483; font-size:13px; }
.route-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:28px; }
.route-card { text-align:center; position:relative; }
.route-card:not(:last-child)::after { content:"······"; position:absolute; right:-36px; top:78px; color:#d5a83f; letter-spacing:3px; }
.route-image { width:166px; height:166px; border-radius:50%; border:5px solid white; box-shadow:0 5px 18px #1f49642f; margin:0 auto 22px; position:relative; }
.route-image img { width:100%; height:100%; object-fit:cover; border-radius:50%; }
.route-image span { position:absolute; right:0; bottom:4px; width:34px; height:34px; border-radius:50%; background:var(--gold); display:grid; place-items:center; font-weight:800; color:white; border:3px solid white; }
.route-card h3 { text-transform:uppercase; font-size:13px; min-height:32px; margin:0; }
.route-card p { font-size:12px; color:#5f6c76; line-height:1.55; margin:8px 0 0; }
.info-grid { padding-top:0; display:grid; grid-template-columns:.8fr 1.35fr .9fr; gap:18px; }
.info-card { background:white; border-radius:13px; padding:24px; box-shadow:0 7px 25px #0d354414; }
.info-card h3 { margin:0 0 20px; color:var(--navy); text-transform:uppercase; font-family:"Cormorant Garamond",serif; text-align:center; letter-spacing:.03em; }
.trip { display:flex; gap:15px; align-items:center; border:1px solid #d8e3e8; border-radius:10px; margin:12px 0; padding:14px; }
.trip>span { font-size:32px; }.trip small,.trip b { display:block; }.trip small { text-transform:uppercase; font-size:11px; font-weight:700; }.trip b { font-family:"Cormorant Garamond",serif; font-size:24px; margin-top:3px; }
.morning { color:#159f82; }.evening { color:#ef8d28; }
.timeline-row { display:grid; grid-template-columns:105px 1fr; gap:20px; font-size:12px; line-height:1.5; padding:8px 0 8px 25px; position:relative; border-left:1px solid #e9c35e; }
.timeline-row::before { content:""; position:absolute; left:-6px; top:12px; width:10px; height:10px; border:2px solid white; background:var(--gold); border-radius:50%; box-shadow:0 0 0 1px var(--gold); }
.yacht-info dl { display:grid; grid-template-columns:1fr 1fr; font-size:12px; gap:16px 8px; margin:0; }
.yacht-info dt { font-weight:700; }.yacht-info dd { margin:0; color:#52616d; }
.menu-board { display:grid; grid-template-columns:1fr 1.55fr 1fr; padding:0; overflow:hidden; background:var(--navy); border-radius:16px; color:white; }
.food-panel,.included-panel { padding:28px 24px; }
.menu-board h2 { font-family:"Cormorant Garamond",serif; font-size:21px; text-align:center; margin:0 0 20px; }
.food-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px 12px; }
.food-grid img { width:92px; height:92px; object-fit:cover; border-radius:50%; border:3px solid white; margin:auto; }
.food-grid span { font-size:10px; display:block; text-align:center; margin-top:7px; }
.food-panel .script { font-size:29px; text-align:center; margin-top:25px; }
.dining-image { background:url("https://images.unsplash.com/photo-1547592180-85f173990554?auto=format&fit=crop&w=1000&q=88") center/cover; min-height:430px; }
.included-panel ul { list-style:none; padding:0; margin:0; }
.included-panel li { color:var(--gold); font-size:13px; margin:9px 0; }
.included-panel li span { color:white; margin-left:8px; }
.not-included { background:linear-gradient(135deg,var(--gold-light),var(--gold)); color:#243547; border-radius:9px; padding:14px; margin-top:17px; display:flex; flex-direction:column; gap:7px; font-size:12px; }
.gallery-section { padding-bottom:88px; }
.gallery-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:9px; }
.gallery-grid img { width:100%; height:190px; object-fit:cover; border-radius:11px; transition:.3s; }
.gallery-grid img:hover { transform:translateY(-7px); }
.testimonials { background:linear-gradient(#052b47eb,#052b47eb),url("https://images.unsplash.com/photo-1499403474843-04e72c14df8a?auto=format&fit=crop&w=1800&q=80") center/cover; padding:78px 4vw; }
.section-heading.light h2 { color:white; }
.review-grid { max-width:1180px; margin:auto; display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
blockquote { margin:0; padding:28px; background:white; border-radius:12px; box-shadow:0 12px 30px #00132235; }
blockquote div { color:var(--gold); letter-spacing:2px; } blockquote p { font-family:"Cormorant Garamond",serif; font-size:19px; line-height:1.45; } blockquote footer { font-size:11px; color:#647484; font-weight:700; }
.footer { background:#021c2e; color:white; padding:55px 4vw 35px; display:grid; grid-template-columns:1.5fr repeat(3,1fr); gap:50px; }
.footer>div { display:flex; flex-direction:column; align-items:flex-start; gap:10px; }
.footer h3 { color:var(--gold); font-family:"Cormorant Garamond",serif; margin:0 0 8px; }
.footer p,.footer a,.footer span { font-size:12px; color:#bbc7ce; line-height:1.6; }
.footer .btn { color:#1c2c39; }
.floating-whatsapp { position:fixed; right:22px; bottom:22px; z-index:30; width:58px; height:58px; border-radius:50%; display:grid; place-items:center; background:#17b866; color:white; font-size:29px; border:3px solid white; box-shadow:0 8px 25px #0004; }

@media (max-width:1050px) {
  .nav { gap:15px; }.nav a { font-size:10px; }.header-cta { display:none; }
  .route-grid { grid-template-columns:repeat(3,1fr); row-gap:44px; }.route-card::after { display:none; }
  .gallery-grid { grid-template-columns:repeat(3,1fr); }
  .menu-board { grid-template-columns:1fr 1.3fr; }.included-panel { grid-column:1/-1; }.included-panel ul { columns:2; }
}
@media (max-width:760px) {
  .site-header { height:72px; padding:0 20px; position:absolute; }.brand b { font-size:20px; }
  .menu-toggle { display:block; margin-left:auto; z-index:23; }
  .nav { display:none; position:absolute; left:0; top:0; width:100%; background:#03253cf7; padding:85px 24px 28px; flex-direction:column; align-items:flex-start; gap:20px; box-shadow:0 14px 30px #0005; }.nav.open { display:flex; }
  .nav a { font-size:14px; width:100%; }
  .hero { min-height:760px; height:auto; background-position:62% center; align-items:flex-end; }
  .hero-overlay { background:linear-gradient(90deg,#031f36e8,#032b487d),linear-gradient(0deg,#021d32 3%,transparent 50%); }
  .hero-content { padding:120px 20px 75px; width:100%; }
  .script { font-size:38px; }.hero h1 { font-size:69px; line-height:.78; }.script.second { font-size:45px; margin-left:80px; }
  .hero-copy { font-size:14px; max-width:320px; }
  .feature-row { grid-template-columns:repeat(2,1fr); gap:18px 0; }.feature-row span:nth-child(2) { border:0; }
  .hero-button { width:100%; }.satisfaction { display:none; }
  .quick-contact { margin:-30px auto 0; padding:14px; }.quick-contact>div { grid-template-columns:1fr; gap:8px; }.contact-card { min-height:54px; padding:8px 14px; }
  .section { padding:62px 0; }.section-heading { margin-bottom:32px; }.section-heading h2 { font-size:29px; }
  .route-grid { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; padding:0 8vw 15px; margin-left:-4vw; margin-right:-4vw; gap:20px; }.route-card { min-width:230px; scroll-snap-align:center; }
  .info-grid { grid-template-columns:1fr; padding-top:0; }.timeline-row { grid-template-columns:95px 1fr; padding-left:18px; }
  .menu-board { width:100%; border-radius:0; grid-template-columns:1fr; }.dining-image { min-height:330px; }.included-panel { grid-column:auto; }.included-panel ul { columns:1; }
  .gallery-grid { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:14px; }.gallery-grid img { min-width:78vw; height:280px; scroll-snap-align:center; }
  .review-grid { grid-template-columns:1fr; }
  .footer { grid-template-columns:1fr; gap:32px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } * { transition:none!important; } }
