:root {
  --red:#ef2f24;
  --red-dark:#ba1913;
  --cream:#fff7eb;
  --cream-2:#f7efe3;
  --black:#070707;
  --text:#171717;
  --muted:#666;
  --white:#fff;
  --shadow:0 22px 55px rgba(0,0,0,.14);
  --radius:18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.center{text-align:center}
.red{color:var(--red)}

.brand-logo{
  width:48px;
  height:48px;
  object-fit:contain;
  flex-shrink:0;
}

.site-header{position:absolute;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;gap:26px;padding:22px clamp(18px,5vw,72px);color:#fff}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;line-height:1}
.brand-text{font-size:14px;letter-spacing:.2px}
.main-nav{margin-left:auto;display:flex;gap:26px;font-size:14px;font-weight:700}
.main-nav a{opacity:.92}
.main-nav a:hover{opacity:1;color:#ffd5d0}
.nav-call{font-weight:800;font-size:13px}

.book-btn,.primary-btn,.small-red-btn{
  background:var(--red);
  color:#fff;
  border-radius:999px;
  padding:12px 22px;
  font-weight:900;
  font-size:13px;
  box-shadow:0 10px 25px rgba(239,47,36,.25);
}
.book-btn:hover,.primary-btn:hover,.small-red-btn:hover{background:var(--red-dark)}

.hero{
  position:relative;
  min-height:620px;
  background:linear-gradient(90deg,rgba(0,0,0,.75),rgba(0,0,0,.25)),url('../images/moonlight-statue-hero.webp') center/cover no-repeat;
  display:flex;
  align-items:center;
  padding:120px clamp(20px,6vw,90px) 90px;
}

.hero:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:52px;
  background:#050505;
  border-radius:50% 50% 0 0/100% 100% 0 0;
}

.hero-content{position:relative;z-index:2;color:#fff;max-width:760px}

.eyebrow{
  display:inline-block;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
  font-weight:900;
  color:var(--red);
  margin-bottom:12px;
}

.eyebrow.light{color:#fff}

.hero .eyebrow{
  background:#ffbd31;
  color:#111;
  padding:5px 10px;
  border-radius:999px;
}

.hero h1,.section-heading h2,.split-copy h2,.private-banner h2{
  font-family:"Playfair Display",Georgia,serif;
  line-height:.98;
  margin:0 0 18px;
  font-size:clamp(42px,6vw,76px);
  letter-spacing:-.04em;
}

.hero p{
  font-size:19px;
  max-width:650px;
  margin:0 0 28px;
  color:#f1f1f1;
}

.hero-actions{display:flex;gap:14px;flex-wrap:wrap}

.secondary-btn,.white-btn,.outline-btn,.rounded-link,.white-outline-btn{
  border-radius:999px;
  padding:12px 22px;
  font-weight:900;
  font-size:13px;
}

.secondary-btn{background:#fff;color:#111}

.hero-pills{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}

.hero-pills span{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  padding:8px 12px;
  font-size:12px;
  font-weight:800;
}

.stats-band{
  background:#050505;
  color:#fff;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  padding:38px clamp(18px,6vw,90px) 54px;
}

.stat{text-align:center;border-right:1px solid rgba(255,255,255,.12)}
.stat:last-child{border-right:0}
.stat strong{display:block;font-family:"Playfair Display",serif;font-size:30px}
.stat span{display:block;color:#aaa;font-size:12px;font-weight:700}

.stat-icon{
  display:block;
  font-size:38px;
  line-height:1;
  margin-bottom:16px;
}

.stat:nth-child(1) .stat-icon{color:#ffbd31}
.stat:nth-child(2) .stat-icon{color:#4ecdc4}
.stat:nth-child(3) .stat-icon{color:#ffd166}
.stat:nth-child(4) .stat-icon{color:#ef2f24}


.section{padding:86px clamp(18px,6vw,90px)}
.cream{background:var(--cream)}
.section-heading{max-width:760px;margin:0 auto 38px}
.section-heading h2{font-size:clamp(34px,4vw,54px)}
.section-heading h2 span,.split-copy h2 span{color:var(--red)}
.section-heading p{margin:0;color:#666}

.cards.three{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(320px, 420px));
  justify-content:center;
  gap:26px;
  max-width:1180px;
  margin:0 auto 34px;
}

.cruise-card{
  background:#fff;
  border:1px solid #eee;
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow);
}

.card-image{height:210px;background:center/cover no-repeat}
.card-image.liberty{background-image:url('../images/02.jpg')}
.card-image.sunset{background-image:url('../images/03.jpg')}

.card-body{padding:22px}

.tag{
  display:inline-block;
  background:#fff0ee;
  color:var(--red);
  font-size:10px;
  font-weight:900;
  border-radius:999px;
  padding:5px 9px;
  margin-bottom:10px;
}

.card-body h3{
  font-family:"Playfair Display",serif;
  font-size:24px;
  line-height:1.08;
  margin:0 0 10px;
}

.card-body p,.card-body li{color:#666;font-size:14px}

.card-body ul{
  padding-left:18px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px 18px;
}

.price-row{
  display:flex;
  align-items:flex-end;
  gap:7px;
  border-top:1px solid #eee;
  padding-top:16px;
  margin-top:16px;
}

.price-row strong{color:var(--red);font-size:20px}
.price-row span{color:#777;font-size:12px}


.card-actions{
  display:flex;
  gap:12px;
  align-items:center;
  margin-top:15px;
}

.card-actions .outline-btn{
  flex:0 1 300px;
  max-width:300px;
  text-align:center;
}

.card-actions .small-red-btn{
  margin-left:auto;
  flex:0 0 auto;
  white-space:nowrap;
}

.outline-btn{border:1px solid #ddd;color:#111;background:#fff}
.small-red-btn{padding:10px 18px}
.rounded-link{display:inline-block;border:1px solid var(--red);color:var(--red);background:#fff}
.rounded-link:hover{background:var(--red);color:#fff}

.split-section{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:start;
  background:#fff;
}

.split-copy h2{font-size:clamp(34px,4vw,56px)}

.image-tile.large{
  height:360px;
  border-radius:20px;
  overflow:hidden;
  box-shadow:var(--shadow);
  margin:0;
}

.image-tile.large img{
  width:100%;
  height:100%;
  object-fit:cover;
}



.mini-slider-window{
  overflow:hidden;
}

.mini-slider-track{
  display:flex;
  gap:20px;
  transition:transform .35s ease;
}

.mini-slider .mini-card{
  flex:0 0 calc((100% - 20px) / 2);
  height:180px;
  border-radius:12px;
  overflow:hidden;
  box-shadow:var(--shadow);
  margin:0;
}

.mini-slider .mini-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}


.primary-btn.small{
  display:inline-block;
  margin-top:10px;
  padding:11px 18px;
}

.private-banner{
  position:relative;
  min-height:520px;
  overflow:hidden;
  color:#fff;
  display:flex;
  align-items:center;
  padding:82px clamp(18px,6vw,90px);
}

.private-banner-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center center;
  z-index:1;
}

.private-banner::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.25));
  z-index:2;
}

.private-banner-content{
  position:relative;
  z-index:3;
  max-width:760px;
}

.private-banner h2{font-size:clamp(34px,4vw,56px)}
.private-banner p{max-width:690px;color:#eee}

.white-btn{
  display:inline-block;
  background:#fff;
  color:#111;
  margin-top:15px;
}

.photo-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  background:#fff;
  padding:8px;
}

.photo-strip img{
  width:100%;
  height:168px;
  object-fit:cover;
}

.red-section{
  position:relative;
  color:#fff;
  background:
    linear-gradient(rgba(196,14,24,.90),rgba(196,14,24,.90)),
    url('../images/statue-of-liberty-cruises-05.jpg') center center / cover fixed;
}

.light-text p{color:rgba(255,255,255,.78)}
.script-logo{display:block;font-family:"Playfair Display",serif;font-size:22px;color:#fff;margin-bottom:8px}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
  max-width:900px;
  margin:0 auto 34px;
}

.feature{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:24px;
}

.feature span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:rgba(255,255,255,.18);
  font-weight:900;
}

.feature h3{margin:14px 0 6px;font-size:20px}
.feature p{margin:0;color:rgba(255,255,255,.8)}
.white-outline-btn{display:inline-block;border:1px solid #fff;color:#fff}
.white-outline-btn:hover{background:#fff;color:var(--red)}

.gallery-section{
  background:#050505;
  color:#fff;
  position:relative;
}

.gallery-section:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:52px;
  background:var(--cream);
  border-radius:50% 50% 0 0/100% 100% 0 0;
}

.moving-gallery{
  overflow:hidden;
  display:grid;
  gap:18px;
}

.gallery-row{
  display:flex;
  gap:18px;
  width:max-content;
}

.gallery-row img{
  width:270px;
  height:155px;
  object-fit:cover;
  border-radius:16px;
  cursor:pointer;
  flex:0 0 auto;
}

.gallery-row-left{animation:galleryLeft 45s linear infinite}
.gallery-row-right{animation:galleryRight 45s linear infinite}

@keyframes galleryLeft{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@keyframes galleryRight{
  from{transform:translateX(-50%)}
  to{transform:translateX(0)}
}

.gallery-lightbox{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.92);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

.gallery-lightbox.active{display:flex}

.gallery-lightbox img{
  max-width:88vw;
  max-height:84vh;
  object-fit:contain;
}

.gallery-close,.gallery-prev,.gallery-next{
  position:absolute;
  background:#fff;
  color:#111;
  border:0;
  border-radius:999px;
  cursor:pointer;
  font-size:34px;
  width:52px;
  height:52px;
  font-weight:900;
}

.gallery-close{top:25px;right:25px}
.gallery-prev{left:25px}
.gallery-next{right:25px}

.testimonials{padding-top:110px}

.review-card{
  position:relative;
  max-width:980px;
  margin:0 auto;
  background:#080808;
  color:#fff;
  border-radius:18px;
  padding:34px 42px;
  box-shadow:var(--shadow);
}

.quote-mark{
  position:absolute;
  right:30px;
  top:8px;
  font-family:"Playfair Display",serif;
  font-size:76px;
  color:rgba(255,255,255,.15);
}

.stars{color:#ffbd31;font-weight:900}
.review-card p{font-size:22px;line-height:1.35}

.review-mini-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  max-width:980px;
  margin:22px auto 0;
}

.review-mini-grid div{
  background:#fff;
  border:1px solid #eee;
  border-radius:12px;
  padding:17px;
}

.review-mini-grid span{color:#ffbd31;font-weight:900}
.review-mini-grid p{margin:6px 0 0;color:#666;font-size:13px}

.faq-section{background:#f7efe3}
.faq-list{max-width:860px;margin:0 auto}
.faq-list details{border-bottom:1px solid #decfbd;padding:18px 0}
.faq-list summary{cursor:pointer;font-weight:900;list-style:none;display:flex;justify-content:space-between}
.faq-list summary:after{content:'+';color:var(--red)}
.faq-list details[open] summary:after{content:'–'}
.faq-list p{color:#666;margin:12px 0 0}

.stories-section{background:#fff}

.split-head{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:end;
  max-width:1120px;
}

.split-head h2{margin-bottom:8px}

.story-card{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.2fr 1fr;
  background:#fff;
  border:1px solid #eee;
  border-radius:20px;
  overflow:hidden;
  box-shadow:var(--shadow);
}

.story-image{
  min-height:280px;
  overflow:hidden;
}

.story-image img{
  width:100%;
  height:100%;
  min-height:280px;
  object-fit:cover;
}

.story-copy{padding:32px}

.story-copy h3{
  font-family:"Playfair Display",serif;
  font-size:34px;
  line-height:1.05;
  margin:0 0 14px;
}

.story-copy p{color:#666}
.story-copy a{color:var(--red);font-weight:900}

.site-footer{
  background:#050505;
  color:#fff;
  padding:64px clamp(18px,6vw,90px) 26px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:34px;
}

.site-footer p,.site-footer a{
  display:block;
  color:#aaa;
  font-size:14px;
  margin:8px 0;
}

.site-footer h4{margin:0 0 12px}

.footer-brand{
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
  margin-bottom:18px;
}

.footer-brand .brand-logo{
  width:76px;
  height:76px;
  object-fit:contain;
  flex-shrink:0;
}

.footer-brand .brand-text{
  font-size:22px;
  font-weight:900;
  line-height:.95;
  letter-spacing:-.5px;
  color:#fff;
}

.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid rgba(255,255,255,.1);
  margin-top:42px;
  padding-top:22px;
  color:#777;
  font-size:12px;
}

@media (max-width: 920px){
  .red-section{
    background:
      linear-gradient(rgba(196,14,24,.92),rgba(196,14,24,.92)),
      url('../images/statue-of-liberty-cruises-05.jpg') center center / cover no-repeat;
  }

  .site-header{position:absolute;gap:12px}
  .main-nav,.nav-call{display:none}
  .hero{min-height:680px}
  .stats-band,.cards.three,.split-section,.feature-grid,.review-mini-grid,.story-card,.footer-grid{grid-template-columns:1fr}
  .photo-strip{grid-template-columns:repeat(2,1fr)}
  .split-head{display:block}
  .footer-bottom{display:block}
  .stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.1);padding:12px 0}

  .mini-slider .mini-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 560px){
  .site-header{padding:16px}
  .brand-logo{width:42px;height:42px}
  .book-btn{padding:10px 14px;margin-left:auto}
  .hero{padding:115px 18px 70px}
  .hero h1{font-size:42px}
  .hero p{font-size:16px}
  .hero-actions{display:grid}
  .section{padding:64px 18px}
  .card-body ul{grid-template-columns:1fr}
	
  .card-actions{
  display:flex;
}
	
  .photo-strip{grid-template-columns:1fr}
  .review-card{padding:28px 22px}
  .review-card p{font-size:18px}

  .mini-slider .mini-grid{
    grid-template-columns:1fr;
  }

  .mini-slider .mini-card{
    height:220px;
  }

  .mini-slider-controls{
    gap:18px;
  }

  .mini-slider-btn{
    width:50px;
    height:50px;
    font-size:28px;
  }

  .mini-slider-controls span{
    font-size:15px;
  }
	
	
	.footer-brand{
    gap:12px;
  }

  .footer-brand .brand-logo{
    width:64px;
    height:64px;
  }

  .footer-brand .brand-text{
    font-size:19px;
  }
}


.mini-slider-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  margin-top:18px;
}

.mini-slider-controls span{
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:#062b6f;
  font-size:15px;
}

.mini-slider-btn{
  width:46px;
  height:46px;
  border-radius:50%;
  border:3px solid #062b6f;
  background:transparent;
  color:#062b6f;
  font-size:26px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
}

/* FOOTER LOGO FIX - put this at very bottom */
.site-footer .footer-brand{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:14px !important;
  width:fit-content;
  margin-bottom:18px;
  line-height:1;
}

.site-footer .footer-brand .brand-logo{
  width:76px !important;
  height:76px !important;
  object-fit:contain;
  flex:0 0 76px;
}

.site-footer .footer-brand .brand-text{
  display:block;
  font-size:22px !important;
  font-weight:900;
  line-height:.95;
  letter-spacing:-.6px;
  color:#fff;
  white-space:nowrap;
}

@media (max-width:560px){
  .site-footer .footer-brand .brand-logo{
    width:64px !important;
    height:64px !important;
    flex-basis:64px;
  }

  .site-footer .footer-brand .brand-text{
    font-size:19px !important;
  }
}