:root {
  --nys-night: #061522;
  --nys-navy: #082033;
  --nys-blue: #0c4a7a;
  --nys-river: #1570ef;
  --nys-gold: #ffbd59;
  --nys-sunset: #ff7a45;
  --nys-cream: #fff7ea;
  --nys-ice: #f3f8fc;
  --nys-white: #ffffff;
  --nys-text: #132233;
  --nys-muted: #607086;
  --nys-border: #d7e5ef;
  --nys-shadow: 0 28px 80px rgba(6, 21, 34, 0.18);
}

.nys-modern-page { color: var(--nys-text); background: var(--nys-white); }
.nys-modern-page p { color: var(--nys-muted); font-size: 16px; line-height: 1.78; }
.nys-modern-page h1, .nys-modern-page h2, .nys-modern-page h3 { color: var(--nys-night); letter-spacing: -0.04em; }

.nys-hero { position: relative; min-height: 560px; display: flex; align-items: center; background-size: cover; background-position: center; overflow: hidden; }
.nys-hero--compact:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 18%, rgba(255,189,89,.28), transparent 30%), linear-gradient(180deg, rgba(6,21,34,.18), rgba(6,21,34,.10)); z-index: 1; pointer-events: none; }
.nys-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,21,34,.94) 0%, rgba(6,21,34,.82) 42%, rgba(6,21,34,.42) 72%, rgba(6,21,34,.18) 100%); }
.nys-harbor-glow { display: none; }
.nys-hero__inner { position: relative; z-index: 2; padding-top: 58px; padding-bottom: 58px; }
.nys-kicker, .nys-section-label, .nys-section-head span, .nys-final-cta span, .nys-feature-band span { display: inline-flex; align-items: center; gap: 8px; color: var(--nys-gold); text-transform: uppercase; font-weight: 900; font-size: 11px; letter-spacing: .15em; margin-bottom: 12px; }
.nys-kicker:before, .nys-section-label:before, .nys-section-head span:before { content: ""; width: 30px; height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--nys-gold), var(--nys-sunset)); }
.nys-hero h1 { color: var(--nys-white); font-size: clamp(42px, 5.4vw, 68px); line-height: .98; font-weight: 900; margin-bottom: 18px; max-width: 720px; text-shadow: 0 18px 52px rgba(0,0,0,.40); }
.nys-hero__lead { color: rgba(255,255,255,.90) !important; font-size: 18px !important; line-height: 1.6 !important; max-width: 700px; }
.nys-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.nys-hero__trust { display: flex; flex-wrap: wrap; gap: 12px; color: rgba(255,255,255,.86); margin-top: 22px; font-weight: 700; }
.nys-hero__trust span { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); padding: 8px 12px; border-radius: 999px; backdrop-filter: blur(8px); }
.nys-hero__trust i { color: var(--nys-gold); margin-right: 6px; }
.nys-hero-ticket { position: relative; background: rgba(255,255,255,.96); border-radius: 26px; padding: 28px; box-shadow: 0 24px 70px rgba(6,21,34,.24); border: 1px solid rgba(255,255,255,.75); overflow: hidden; max-width: 430px; margin-left: auto; }
.nys-hero-ticket:before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; background: linear-gradient(90deg, var(--nys-gold), var(--nys-sunset), var(--nys-river)); }
.nys-ticket-label { display: inline-flex; padding: 8px 13px; border-radius: 999px; background: var(--nys-cream); color: var(--nys-blue); font-weight: 900; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 17px; }
.nys-hero-ticket h2 { font-size: 30px; line-height: 1.05; margin: 0 0 18px; font-weight: 900; color: var(--nys-night); }
.nys-hero-ticket ul { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 11px; }
.nys-hero-ticket li { color: var(--nys-text); font-weight: 800; font-size: 14px; }
.nys-hero-ticket i { color: var(--nys-river); margin-right: 8px; }

.nys-btn, .bokunButton.nys-btn { display: inline-flex !important; align-items: center; justify-content: center; min-height: 56px; padding: 15px 26px !important; border: 0 !important; border-radius: 999px !important; font-size: 15px !important; font-weight: 900 !important; line-height: 1 !important; text-align: center !important; cursor: pointer; text-transform: none !important; letter-spacing: 0 !important; box-shadow: none !important; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.nys-btn:hover { transform: translateY(-3px); text-decoration: none !important; }
.nys-btn--primary, .bokunButton.nys-btn--primary { background: linear-gradient(135deg, var(--nys-gold), var(--nys-sunset)) !important; color: var(--nys-night) !important; box-shadow: 0 18px 42px rgba(255,189,89,.34) !important; }
.nys-btn--dark, .bokunButton.nys-btn--dark { background: var(--nys-night) !important; color: var(--nys-white) !important; }
.nys-btn--ghost { color: var(--nys-white) !important; border: 1px solid rgba(255,255,255,.36) !important; background: rgba(255,255,255,.10); }
.nys-btn--wide { width: 100%; }

.nys-excitement-card { position: relative; background: rgba(255,255,255,.96); border-radius: 36px; padding: 34px; box-shadow: var(--nys-shadow); border: 1px solid rgba(255,255,255,.7); overflow: hidden; }
.nys-excitement-card:before { content: ""; position: absolute; inset: 0 0 auto 0; height: 7px; background: linear-gradient(90deg, var(--nys-gold), var(--nys-sunset), var(--nys-river)); }
.nys-live-pill, .nys-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 999px; background: var(--nys-cream); color: var(--nys-blue); font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.nys-live-pill span { width: 8px; height: 8px; background: var(--nys-sunset); border-radius: 50%; box-shadow: 0 0 0 6px rgba(255,122,69,.18); }
.nys-excitement-card h2 { font-size: 34px; margin: 22px 0 12px; font-weight: 900; }
.nys-card-big { font-size: 20px !important; line-height: 1.55 !important; color: var(--nys-text) !important; font-weight: 700; }
.nys-wow-list { display: grid; gap: 14px; margin: 24px 0 28px; }
.nys-wow-list div { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center; padding: 13px; border-radius: 18px; background: var(--nys-ice); }
.nys-wow-list strong { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--nys-white); color: var(--nys-river); box-shadow: 0 8px 18px rgba(6,21,34,.08); }
.nys-wow-list span { color: var(--nys-text); font-weight: 800; line-height: 1.35; }

.nys-strip { background: var(--nys-night); padding: 24px 0; }
.nys-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.nys-strip__grid div { border-left: 1px solid rgba(255,255,255,.16); padding-left: 20px; }
.nys-strip strong { display: block; color: var(--nys-white); font-size: 18px; font-weight: 900; }
.nys-strip span { color: rgba(255,255,255,.70); line-height: 1.45; }

.nys-section-head { max-width: 820px; margin: 0 auto 48px; }
.nys-section-head h2, .nys-intro h2, .nys-route h2, .nys-gallery h2, .nys-map h2 { font-size: clamp(34px, 4vw, 58px); line-height: 1.03; font-weight: 900; margin-bottom: 18px; }
.nys-intro { background: linear-gradient(180deg, #fff, var(--nys-ice)); }
.nys-mini-proof { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.nys-mini-proof span { padding: 10px 13px; border-radius: 999px; background: #fff; border: 1px solid var(--nys-border); font-weight: 800; color: var(--nys-text); }
.nys-mini-proof i { color: var(--nys-river); }
.nys-image-stack { position: relative; border-radius: 36px; overflow: hidden; box-shadow: var(--nys-shadow); transform: rotate(1deg); }
.nys-image-stack img { width: 100%; min-height: 440px; object-fit: cover; display: block; transform: scale(1.03); }
.nys-image-stack__note { position: absolute; left: 24px; right: 24px; bottom: 24px; background: rgba(255,255,255,.94); border-radius: 22px; padding: 18px 20px; color: var(--nys-night); font-weight: 900; box-shadow: 0 12px 30px rgba(6,21,34,.12); }

.nys-moments { background: var(--nys-night); position: relative; overflow: hidden; }
.nys-moments:before { content: ""; position: absolute; width: 620px; height: 620px; left: -260px; top: -260px; background: radial-gradient(circle, rgba(21,112,239,.3), transparent 68%); }
.nys-moments .container { position: relative; z-index: 1; }
.nys-moments h2 { color: #fff; }
.nys-moments .nys-section-head p { color: rgba(255,255,255,.72) !important; }
.nys-moment-card { height: 100%; padding: 30px; border-radius: 30px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(10px); transition: transform .22s ease, background .22s ease; }
.nys-moment-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.12); }
.nys-moment-card i { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(135deg, var(--nys-gold), var(--nys-sunset)); color: var(--nys-night); font-size: 24px; margin-bottom: 22px; }
.nys-moment-card h3 { color: #fff; font-size: 25px; font-weight: 900; }
.nys-moment-card p { color: rgba(255,255,255,.72) !important; }

.nys-tours, .nys-services { background: var(--nys-ice); }
.nys-tour-card { height: 100%; background: var(--nys-white); border: 1px solid var(--nys-border); border-radius: 30px; overflow: hidden; box-shadow: 0 16px 45px rgba(6,21,34,.08); transition: transform .22s ease, box-shadow .22s ease; }
.nys-tour-card:hover { transform: translateY(-7px); box-shadow: var(--nys-shadow); }
.nys-tour-card--featured { border: 2px solid var(--nys-gold); transform: translateY(-8px); }
.nys-tour-card img { width: 100%; height: 245px; object-fit: cover; display: block; }
.nys-tour-card__body { padding: 29px; }
.nys-tour-card h3 { font-size: 26px; font-weight: 900; margin: 18px 0 12px; }
.nys-tour-card__meta { display: flex; justify-content: space-between; gap: 14px; color: var(--nys-text); font-weight: 900; margin: 24px 0; font-size: 14px; }

.nys-route { background: var(--nys-white); }
.nys-text-link { color: var(--nys-blue) !important; font-weight: 900; }
.nys-route-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.nys-route-grid div, .nys-review, .nys-service { background: var(--nys-white); border: 1px solid var(--nys-border); border-radius: 25px; padding: 25px; box-shadow: 0 12px 34px rgba(6,21,34,.06); }
.nys-route-grid div { position: relative; overflow: hidden; }
.nys-route-grid div:after { content: ""; position: absolute; right: -34px; top: -34px; width: 90px; height: 90px; border-radius: 50%; background: rgba(255,189,89,.16); }
.nys-route-grid span { color: var(--nys-river); font-size: 13px; font-weight: 900; }
.nys-route-grid h3, .nys-service h3 { font-size: 22px; font-weight: 900; margin: 8px 0; }

.nys-feature-band { position: relative; background-size: cover; background-position: center; padding: 105px 0; }
.nys-feature-band:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,21,34,.95), rgba(6,21,34,.68), rgba(255,122,69,.22)); }
.nys-feature-band .container { position: relative; z-index: 2; }
.nys-feature-band h2 { color: var(--nys-white); font-size: clamp(34px, 5vw, 62px); font-weight: 900; line-height: 1.03; }
.nys-feature-band p { color: rgba(255,255,255,.78) !important; }
.nys-policy-card { background: var(--nys-white); border-radius: 30px; padding: 32px; box-shadow: var(--nys-shadow); }
.nys-policy-card h3 { font-size: 28px; font-weight: 900; }
.nys-policy-card ul { list-style: none; padding: 0; margin: 0; }
.nys-policy-card li { margin: 15px 0; font-weight: 800; color: var(--nys-text); }
.nys-policy-card i { color: var(--nys-river); margin-right: 8px; }

.nys-reviews { background: #fff; }
.nys-review { height: 100%; }
.nys-review p { color: var(--nys-text) !important; font-weight: 650; }
.nys-review strong { display: block; margin-top: 18px; color: var(--nys-night); font-weight: 900; }
.nys-review span { color: var(--nys-muted); font-size: 13px; }

.nys-gallery { background: linear-gradient(180deg, var(--nys-ice), #fff); }
.nys-gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; gap: 16px; }
.nys-gallery-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 26px; box-shadow: 0 14px 34px rgba(6,21,34,.10); }
.nys-gallery-grid img:first-child { grid-row: span 2; }

.nys-service { height: 100%; transition: transform .22s ease, box-shadow .22s ease; }
.nys-service:hover { transform: translateY(-5px); box-shadow: var(--nys-shadow); }
.nys-service i { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; color: var(--nys-night); background: linear-gradient(135deg, var(--nys-gold), var(--nys-sunset)); font-size: 22px; margin-bottom: 18px; }

.nys-map { background: var(--nys-white); }
.nys-map-card { display: block; position: relative; border-radius: 30px; overflow: hidden; box-shadow: var(--nys-shadow); border: 1px solid var(--nys-border); }
.nys-map-card img { width: 100%; display: block; min-height: 340px; object-fit: cover; }
.nys-map-card span { position: absolute; right: 18px; bottom: 18px; padding: 12px 16px; border-radius: 999px; background: var(--nys-night); color: #fff; font-weight: 900; }

.nys-final-cta { background: var(--nys-night); padding: 70px 0; }
.nys-final-cta__box { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 38px; border-radius: 34px; background: linear-gradient(135deg, rgba(21,112,239,.18), rgba(255,189,89,.14)); border: 1px solid rgba(255,255,255,.14); }
.nys-final-cta h2 { color: #fff; font-size: clamp(32px, 4vw, 52px); font-weight: 900; margin: 0; }

@media (max-width: 991px) {
  .nys-hero { min-height: auto; }
  .nys-hero-ticket { margin-left: 0; max-width: 100%; }
  .nys-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .nys-route-grid { grid-template-columns: 1fr; }
  .nys-tour-card--featured { transform: none; }
  .nys-final-cta__box { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 767px) {
  .nys-hero__inner { padding-top: 42px; padding-bottom: 42px; }
  .nys-hero h1 { font-size: 40px; }
  .nys-hero__lead { font-size: 16px !important; }
  .nys-hero-ticket { padding: 22px; border-radius: 22px; }
  .nys-hero-ticket h2 { font-size: 25px; }
  .nys-excitement-card { padding: 25px; border-radius: 26px; }
  .nys-strip__grid { grid-template-columns: 1fr; }
  .nys-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .nys-gallery-grid img:first-child { grid-row: span 1; }
  .nys-tour-card__meta { flex-direction: column; }
}


/* v3 photo-first hero update */
.nys-hero--showcase {
  min-height: 0;
  padding: 54px 0 34px;
  background: linear-gradient(135deg, #061522 0%, #0a2f4b 54%, #f4fbff 54%, #ffffff 100%);
  isolation: isolate;
}
.nys-hero--showcase:before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 118px;
  background: linear-gradient(180deg, rgba(255,255,255,0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.nys-hero--showcase .nys-hero__skyline {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center bottom;
  opacity: .30;
  filter: saturate(1.08) contrast(1.05);
}
.nys-hero--showcase .nys-hero__skyline:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,21,34,.92) 0%, rgba(6,21,34,.70) 48%, rgba(255,255,255,.18) 100%);
}
.nys-hero--showcase .nys-hero__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.nys-hero--showcase .nys-kicker {
  color: var(--nys-gold);
  margin-bottom: 12px;
}
.nys-hero--showcase h1 {
  font-size: clamp(38px, 4.7vw, 64px);
  line-height: .96;
  max-width: 600px;
  margin-bottom: 16px;
}
.nys-hero--showcase .nys-hero__lead {
  max-width: 560px;
  font-size: 17px !important;
  line-height: 1.55 !important;
}
.nys-hero--showcase .nys-btn--ghost {
  background: rgba(255,255,255,.11);
  border-color: rgba(255,255,255,.30);
  color: #fff !important;
}
.nys-hero__trust--compact span {
  padding: 7px 10px;
  font-size: 13px;
}
.nys-product-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(150px, .62fr);
  gap: 14px;
  min-height: 405px;
  z-index: 2;
}
.nys-product-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nys-product-hero__main,
.nys-product-shot {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(6,21,34,.24);
  border: 1px solid rgba(255,255,255,.75);
  background: #dbeaf3;
}
.nys-product-hero__main:after,
.nys-product-shot:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,21,34,0) 42%, rgba(6,21,34,.70) 100%);
  pointer-events: none;
}
.nys-product-hero__caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  background: rgba(255,255,255,.92);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 14px 34px rgba(6,21,34,.18);
}
.nys-product-hero__caption strong {
  display: block;
  color: var(--nys-night);
  font-size: 16px;
  line-height: 1.15;
  margin-bottom: 4px;
}
.nys-product-hero__caption span {
  display: block;
  color: var(--nys-text);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}
.nys-product-hero__side {
  display: grid;
  gap: 14px;
}
.nys-product-shot span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  background: rgba(6,21,34,.68);
  border: 1px solid rgba(255,255,255,.22);
  padding: 7px 10px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.nys-floating-ticket {
  position: absolute;
  right: 34px;
  bottom: -22px;
  width: min(310px, 70%);
  background: #fff;
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 22px 58px rgba(6,21,34,.26);
  border: 1px solid rgba(8,42,66,.10);
  z-index: 4;
}
.nys-floating-ticket span {
  display: inline-flex;
  background: rgba(255,189,89,.20);
  color: var(--nys-night);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.nys-floating-ticket h2 {
  font-size: 22px;
  line-height: 1.05;
  margin: 0 0 7px;
  color: var(--nys-night);
  font-weight: 900;
}
.nys-floating-ticket p {
  margin: 0 0 12px;
  color: var(--nys-text);
  font-weight: 800;
}
.nys-floating-ticket p strong { color: var(--nys-sunset); font-size: 21px; }
.nys-floating-ticket .nys-btn { padding: 12px 16px; min-height: 0; }

@media (max-width: 991px) {
  .nys-hero--showcase { padding: 42px 0 48px; background: #061522; }
  .nys-product-hero { min-height: 360px; }
  .nys-floating-ticket { right: 18px; bottom: -28px; }
}
@media (max-width: 767px) {
  .nys-hero--showcase h1 { font-size: 42px; }
  .nys-product-hero { grid-template-columns: 1fr; min-height: auto; }
  .nys-product-hero__main { min-height: 330px; }
  .nys-product-hero__side { grid-template-columns: 1fr 1fr; }
  .nys-product-shot { min-height: 150px; }
  .nys-floating-ticket { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 14px; }
}
@media (max-width: 480px) {
  .nys-hero--showcase { padding-top: 34px; }
  .nys-hero--showcase h1 { font-size: 36px; }
  .nys-hero--showcase .nys-hero__lead { font-size: 15px !important; }
  .nys-product-hero__main { min-height: 290px; }
  .nys-product-hero__side { grid-template-columns: 1fr; }
}

/* v4 simplified hero: one strong product photo + offset booking card */
.nys-hero--showcase {
  padding: 46px 0 28px;
  background: linear-gradient(105deg, #061522 0%, #09243a 52%, #eef7fb 52%, #ffffff 100%);
}
.nys-hero--showcase:before {
  height: 82px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.92));
}
.nys-hero--showcase .nys-hero__skyline {
  opacity: .22;
  background-position: center bottom;
}
.nys-hero--showcase .nys-hero__skyline:after {
  background: linear-gradient(90deg, rgba(6,21,34,.94) 0%, rgba(6,21,34,.72) 52%, rgba(255,255,255,.10) 100%);
}
.nys-hero--showcase .nys-kicker {
  margin-bottom: 10px;
}
.nys-hero--showcase h1 {
  font-size: clamp(38px, 4.55vw, 60px);
  max-width: 610px;
  margin-bottom: 14px;
}
.nys-hero--showcase .nys-hero__lead {
  max-width: 560px;
}
.nys-product-hero--simple {
  display: block;
  min-height: 0;
  max-width: 690px;
  margin-left: auto;
  padding-bottom: 42px;
}
.nys-product-hero--simple .nys-product-hero__main {
  min-height: 365px;
  border-radius: 30px;
  box-shadow: 0 26px 72px rgba(6,21,34,.28);
}
.nys-product-hero--simple .nys-product-hero__main:after {
  background: linear-gradient(180deg, rgba(6,21,34,0) 45%, rgba(6,21,34,.18) 100%);
}
.nys-product-hero--simple .nys-floating-ticket {
  right: 34px;
  bottom: 0;
  width: min(350px, 78%);
  padding: 20px;
}
.nys-product-hero__caption,
.nys-product-hero__side,
.nys-product-shot {
  display: none !important;
}
.nys-hero__trust--compact {
  max-width: 520px;
}
.nys-hero__trust--compact span {
  background: rgba(255,255,255,.10);
}

@media (max-width: 991px) {
  .nys-hero--showcase {
    padding: 40px 0 46px;
    background: #061522;
  }
  .nys-product-hero--simple {
    max-width: 100%;
    margin-left: 0;
  }
  .nys-product-hero--simple .nys-product-hero__main {
    min-height: 340px;
  }
}
@media (max-width: 767px) {
  .nys-product-hero--simple {
    padding-bottom: 0;
  }
  .nys-product-hero--simple .nys-product-hero__main {
    min-height: 300px;
    border-radius: 24px;
  }
  .nys-product-hero--simple .nys-floating-ticket {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }
}
@media (max-width: 480px) {
  .nys-hero--showcase h1 { font-size: 35px; }
  .nys-product-hero--simple .nys-product-hero__main { min-height: 255px; }
}
.nys-photo-slider {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  min-height: 520px;
  box-shadow: 0 24px 70px rgba(6,21,34,.18);
  background: var(--nys-ice);
}

.nys-slider-track {
  position: relative;
  width: 100%;
  height: 520px;
}

.nys-slider-track img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity .6s ease, transform .8s ease;
}

.nys-slider-track img.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.nys-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(6,21,34,.72);
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.nys-slider-prev { left: 18px; }
.nys-slider-next { right: 18px; }

.nys-slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: 6;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.nys-slider-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  cursor: pointer;
}

.nys-slider-dots button.active {
  width: 28px;
  border-radius: 999px;
  background: var(--nys-gold);
}

@media (max-width: 767px) {
  .nys-photo-slider,
  .nys-slider-track {
    min-height: 340px;
    height: 340px;
  }
}

.nys-faq {
  background: linear-gradient(180deg, #fff, var(--nys-ice));
}

.nys-faq-list {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.nys-faq-item {
  background: #fff;
  border: 1px solid var(--nys-border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(6,21,34,.06);
}

.nys-faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 24px;
  color: var(--nys-night);
  font-size: 18px;
  font-weight: 900;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
}

.nys-faq-question i {
  color: var(--nys-sunset);
  transition: transform .25s ease;
}

.nys-faq-answer {
  display: none;
  padding: 0 24px 22px;
}

.nys-faq-answer p {
  margin: 0;
}

.nys-faq-item.active .nys-faq-answer {
  display: block;
}

.nys-faq-item.active .nys-faq-question i {
  transform: rotate(45deg);
}

#tours .row {
  justify-content: center;
}

.nys-landmark-showcase {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.nys-landmark-showcase:before {
  content: "";
  position: absolute;
  right: -180px;
  top: 80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255,189,89,.18);
}

.nys-landmark-showcase .container {
  position: relative;
  z-index: 2;
}

.nys-landmark-top {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 35px;
  align-items: end;
  margin-bottom: 36px;
}

.nys-landmark-top h2 {
  font-size: clamp(36px, 4.5vw, 62px);
  line-height: 1;
  font-weight: 900;
  margin: 0;
}

.nys-landmark-top p {
  margin: 0;
  font-size: 17px;
}

.nys-landmark-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
}

.nys-landmark-card {
  position: relative;
  min-height: 260px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(6,21,34,.12);
  background: var(--nys-night);
}

.nys-landmark-card--large {
  grid-row: span 2;
  min-height: 540px;
}

.nys-landmark-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform .35s ease;
}

.nys-landmark-card:hover img {
  transform: scale(1.06);
}

.nys-landmark-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,21,34,0) 25%, rgba(6,21,34,.88) 100%);
}

.nys-landmark-card div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
}

.nys-landmark-card span {
  display: inline-flex;
  margin-bottom: 9px;
  color: var(--nys-gold);
  font-weight: 900;
  font-size: 13px;
}

.nys-landmark-card h3 {
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  margin: 0 0 8px;
}

.nys-landmark-card p {
  color: rgba(255,255,255,.82) !important;
  margin: 0;
  line-height: 1.55;
}

@media (max-width: 991px) {
  .nys-landmark-top {
    grid-template-columns: 1fr;
  }

  .nys-landmark-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nys-landmark-card--large {
    grid-row: span 1;
    grid-column: span 2;
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .nys-landmark-grid {
    grid-template-columns: 1fr;
  }

  .nys-landmark-card,
  .nys-landmark-card--large {
    grid-column: span 1;
    min-height: 300px;
  }
}

.nys-quote-break {
  position: relative;
  padding: 90px 0;
  background:
    linear-gradient(90deg, rgba(6,21,34,.92), rgba(6,21,34,.68)),
    url('../images/blog/02.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.nys-quote-break:before {
  content: "NYC";
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(90px, 18vw, 260px);
  font-weight: 900;
  line-height: 1;
  color: rgba(255,255,255,.06);
  letter-spacing: -.08em;
}

.nys-quote-box {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.nys-quote-box span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--nys-gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 18px;
}

.nys-quote-box span:before {
  content: "";
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--nys-gold), var(--nys-sunset));
  border-radius: 99px;
}

.nys-quote-box h2 {
  color: #fff;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.02;
  font-weight: 900;
  margin: 0 0 18px;
  letter-spacing: -.05em;
}

.nys-quote-box p {
  max-width: 620px;
  color: rgba(255,255,255,.78) !important;
  font-size: 18px;
  margin: 0;
}

@media (max-width: 767px) {
  .nys-quote-break {
    padding: 68px 0;
  }

  .nys-quote-box h2 {
    font-size: 36px;
  }
}

.nys-soft-quote {
  background: var(--nys-night);
  padding: 46px 0;
  text-align: center;
}

.nys-soft-quote h2 {
  max-width: 860px;
  margin: 0 auto 10px;
  color: #fff;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 900;
}

.nys-soft-quote p {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(255,255,255,.72) !important;
  font-size: 16px;
  line-height: 1.6;
}


/* NEW: Stats Strip */
.nys-stats-strip {
  background: var(--nys-white);
  padding: 34px 0;
  border-bottom: 1px solid var(--nys-border);
}

.nys-stats-strip .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.nys-stat {
  text-align: center;
  padding: 20px;
  border-radius: 22px;
  background: var(--nys-ice);
  border: 1px solid var(--nys-border);
}

.nys-stat strong {
  display: block;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  color: var(--nys-night);
}

.nys-stat span {
  display: block;
  margin-top: 8px;
  font-weight: 800;
  color: var(--nys-muted);
}

/* NEW: Onboard Section */
.nys-onboard {
  background: #fff;
}

.nys-onboard-photo {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--nys-shadow);
}

.nys-onboard-photo img {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
  display: block;
}

.nys-onboard h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.03;
  font-weight: 900;
  margin-bottom: 18px;
}

.nys-onboard-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 13px;
}

.nys-onboard-list li {
  background: var(--nys-ice);
  border: 1px solid var(--nys-border);
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 850;
  color: var(--nys-text);
}

.nys-onboard-list i {
  color: var(--nys-sunset);
  margin-right: 8px;
}

/* NEW: Big Photo Break */
.nys-big-photo {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--nys-night);
}

.nys-big-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nys-big-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,21,34,.88), rgba(6,21,34,.30));
}

.nys-big-photo-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-left: calc((100vw - 1140px) / 2);
  padding: 40px 20px;
}

.nys-big-photo-content h2 {
  color: #fff;
  font-size: clamp(40px, 6vw, 78px);
  line-height: .98;
  font-weight: 900;
  margin: 0 0 16px;
}

.nys-big-photo-content p {
  color: rgba(255,255,255,.82) !important;
  max-width: 560px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .nys-stats-strip .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .nys-big-photo-content {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .nys-stats-strip .container {
    grid-template-columns: 1fr;
  }

  .nys-onboard-photo img {
    min-height: 320px;
  }

  .nys-big-photo {
    min-height: 420px;
  }
}

/* Traferral booking link styled like the old button */
a.nlc-primary-btn,
a.nlc-primary-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 30px;
  border-radius: 999px;
  background: var(--nys-sunset, #ffb703);
  color: var(--nys-night, #061826) !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-decoration: none !important;
  border: 0;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

a.nlc-primary-btn:hover,
a.nlc-primary-btn:focus {
  color: var(--nys-night, #061826) !important;
  background: #ffd166;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, .28);
}

.nys-tour-card a.nlc-primary-btn {
  width: 100%;
  margin-top: 18px;
}

.nys-final-cta a.nlc-primary-btn {
  flex-shrink: 0;
}

@media (max-width: 767px) {
  a.nlc-primary-btn {
    width: 100%;
    text-align: center;
  }
}
/* Allow existing button styles to work on links */
a.nys-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

a.nys-btn:hover,
a.nys-btn:focus,
a.nys-btn:visited {
    text-decoration: none !important;
}

.nys-hero .nys-btn {
    min-height: 62px;
    padding: 0 34px;
    font-size: 16px;
}