/* NYTC Header & Homepage 0.3.5. Screen-height-aware spacing; no content clipping. */
.hero-home.nytc-home-cta {
  --nytc-home-screen: 100vh;
  --nytc-home-admin: 0px;
}
@supports (height: 100svh) {
  .hero-home.nytc-home-cta { --nytc-home-screen: 100svh; }
}
body.admin-bar .hero-home.nytc-home-cta { --nytc-home-admin: 32px; }
@media (max-width: 782px) {
  body.admin-bar .hero-home.nytc-home-cta { --nytc-home-admin: 46px; }
}
.hero-home.nytc-home-cta .hero-home__content {
  min-height: calc(var(--nytc-home-screen) - var(--nytc-home-admin));
  padding: 0 24px; align-items: center;
}
.hero-home.nytc-home-cta .hero-home__content .row { padding: 112px 0 66px; margin: 0; }
.hero-home.nytc-home-cta .hero-home__content .col-12 { padding: 0 12px; }
.hero-home.nytc-home-cta .hero-home__subtitle { font-size: clamp(22px, min(2.7vw, 4svh), 40px); line-height: 1.2; }
.hero-home.nytc-home-cta .hero-home__outline-text { margin-bottom: clamp(12px, 2.3svh, 24px); }
.hero-home.nytc-home-cta .hero-home__outline-text h1 { font-size: clamp(46px, min(7.5vw, 10svh), 110px); line-height: .98; }
.hero-home.nytc-home-cta .hero-home__outline-text h1 strong { font-size: clamp(46px, min(7.5vw, 10svh), 110px); line-height: .98; }
.hero-home.nytc-home-cta .hero-home__btn-img-wrapper { width: clamp(148px, 25svh, 264px); max-width: 100%; margin: 0 auto; }
.hero-home.nytc-home-cta .hero-home__btn-container .hero-home__btn {
  font-size: 18px; font-weight: 800; line-height: 1.3; letter-spacing: .05em;
  min-width: 0; min-height: 40px; padding: 8px 10px 5px; margin: 0;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .hero-home.nytc-home-cta .hero-home__content .row { padding-top: 88px; }
}
.hero-home.nytc-home-cta .nytc-home-actions { margin: 16px auto 0; max-width: 1040px; }
.hero-home.nytc-home-cta .nytc-home-actions__buttons { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 0 9px; }
.hero-home.nytc-home-cta .nytc-home-action {
  display: flex; align-items: center; justify-content: center;
  position: relative; isolation: isolate; min-height: 58px; padding: 14px 22px;
  color: #fff; font-family: inherit; font-weight: 800; font-size: 20px;
  line-height: 1.3; text-align: center; text-transform: uppercase; text-decoration: none;
  letter-spacing: .025em; background: none; border: 0; margin: 0;
  transition: color 180ms ease; -webkit-tap-highlight-color: transparent;
}
.hero-home.nytc-home-cta .nytc-home-action::before {
  content: ''; position: absolute; z-index: -1; inset: 0;
  border: 2px solid #fff; border-radius: 5px; transform: skewX(-12deg);
  background: var(--nytc-brand-coral, #F15F49);
  box-shadow: 0 3px 10px rgb(0 0 0 / 12%);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}
.hero-home.nytc-home-cta .nytc-home-action--tour::before { background: rgb(24 106 165 / 88%); }
.hero-home.nytc-home-cta .nytc-home-action--secondary::before { background: rgb(32 56 75 / 55%); }
.hero-home.nytc-home-cta .nytc-home-action:focus-visible {
  outline: 3px solid #fff; outline-offset: 7px; border-radius: 3px;
}
.hero-home.nytc-home-cta .nytc-home-action--primary:hover::before,
.hero-home.nytc-home-cta .nytc-home-action--tour:hover::before { background: var(--nytc-brand-navy, #20384B); }
.hero-home.nytc-home-cta .nytc-home-action--secondary:hover { color: var(--nytc-brand-navy, #20384B); }
.hero-home.nytc-home-cta .nytc-home-action--secondary:hover::before { background: #fff; }
.hero-home.nytc-home-cta .nytc-home-actions__facts {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 5px 0;
  list-style: none; margin: 14px 0 0; padding: 0;
  color: #fff; font-size: 18px; line-height: 1.55; font-weight: 500;
  text-shadow: 0 1px 5px rgb(0 0 0 / 65%);
}
.hero-home.nytc-home-cta .nytc-home-actions__facts li { margin: 0; padding: 0; list-style: none; }
.hero-home.nytc-home-cta .nytc-home-actions__facts li::before { display: none; }
.hero-home.nytc-home-cta .nytc-home-actions__facts li + li::before {
  content: '•'; display: inline; position: static; margin: 0 15px; background: none;
}
/* Keep the theme's brush edge and fact panel below the new hero actions. */
@media (min-width: 768px) {
  .hero-home.nytc-home-cta + .block-content-icon-list::before {
    top: -42px; height: 70px; background-size: 100% 100%;
  }
  .hero-home.nytc-home-cta + .block-content-icon-list .block-content-icon-list__wrapper { top: 0; }
}

@media (max-width: 767px) {
  .hero-home.nytc-home-cta .hero-home__content { padding: 0 16px; }
  .hero-home.nytc-home-cta .hero-home__content .row { padding: 86px 0 66px; }
  .hero-home.nytc-home-cta .hero-home__content .col-12 { padding: 0; }
  .hero-home.nytc-home-cta .hero-home__subtitle { font-size: clamp(19px, 5.1vw, 25px); line-height: 1.15; letter-spacing: .035em; max-width: 410px; margin: 0 auto 8px; }
  .hero-home.nytc-home-cta .hero-home__outline-text { margin-bottom: 16px; }
  .hero-home.nytc-home-cta .hero-home__outline-text h1 { font-size: clamp(33px, min(10vw, 6.6svh), 60px); line-height: 1.06; margin-left: 0; }
  .hero-home.nytc-home-cta .hero-home__outline-text h1 strong { font-size: clamp(33px, min(10vw, 6.6svh), 60px); line-height: 1.06; }
  .hero-home.nytc-home-cta .hero-home__btn-img-wrapper { width: clamp(144px, 21svh, 194px); }
  .hero-home.nytc-home-cta .hero-home__btn-container .hero-home__btn { font-size: 16px; min-height: 38px; }
  .hero-home.nytc-home-cta .nytc-home-actions { margin-top: 14px; max-width: 430px; }
  .hero-home.nytc-home-cta .nytc-home-actions__buttons { grid-template-columns: 1fr; gap: 11px; padding: 0 9px; }
  .hero-home.nytc-home-cta .nytc-home-action { min-height: 50px; padding: 11px 10px; font-size: 19px; letter-spacing: 0; }
  .hero-home.nytc-home-cta .nytc-home-actions__facts { font-size: 14px; margin-top: 14px; line-height: 1.45; }
  .hero-home.nytc-home-cta .nytc-home-actions__facts li + li::before { margin: 0 8px; }
  .hero-home.nytc-home-cta .nytc-home-actions__facts li:last-child { flex-basis: 100%; }
  .hero-home.nytc-home-cta .nytc-home-actions__facts li:last-child::before { display: none; }
}
/* Short phone screens retain readable text and two generously sized actions. */
@media (max-width: 767px) and (max-height: 700px) {
  .hero-home.nytc-home-cta .hero-home__content .row { padding-top: 77px; padding-bottom: 60px; }
  .hero-home.nytc-home-cta .hero-home__subtitle { font-size: clamp(16px, 4.3vw, 21px); line-height: 1.2; letter-spacing: .015em; max-width: none; margin-bottom: 8px; }
  .hero-home.nytc-home-cta .hero-home__outline-text { margin-bottom: 13px; }
  .hero-home.nytc-home-cta .hero-home__outline-text h1 { font-size: clamp(30px, min(10vw, 6.4svh), 48px); line-height: 1.04; }
  .hero-home.nytc-home-cta .hero-home__outline-text h1 strong { font-size: clamp(30px, min(10vw, 6.4svh), 48px); line-height: 1.04; }
  .hero-home.nytc-home-cta .hero-home__btn-container { flex-direction: row; gap: 12px; max-width: 320px; margin: 0 auto; }
  .hero-home.nytc-home-cta .hero-home__btn-img-wrapper { flex: 0 0 110px; width: 110px; margin: 0; }
  .hero-home.nytc-home-cta .hero-home__btn-container .hero-home__btn { flex: 0 1 146px; font-size: 15px; min-height: 44px; padding: 4px 0; }
  .hero-home.nytc-home-cta .nytc-home-actions { margin-top: 16px; }
  .hero-home.nytc-home-cta .nytc-home-actions__buttons { grid-template-columns: 1fr 1fr; gap: 14px; padding: 0 7px; }
  .hero-home.nytc-home-cta .nytc-home-action { min-height: 68px; padding: 8px 2px; font-size: 19px; line-height: 1.22; }
  .hero-home.nytc-home-cta .nytc-home-actions__facts { margin-top: 12px; }
}
/* Wide, shallow screens put the film beside the title instead of below it. */
@media (min-width: 520px) and (max-height: 500px) {
  .hero-home.nytc-home-cta .hero-home__content { padding: 0 22px; }
  .hero-home.nytc-home-cta .hero-home__content .row { padding: 78px 0 40px; }
  .hero-home.nytc-home-cta .hero-home__content .col-12 { display: grid; grid-template-columns: 1fr 150px; column-gap: 20px; row-gap: 6px; align-items: center; padding: 0; }
  .hero-home.nytc-home-cta .hero-home__subtitle { grid-column: 1; grid-row: 1; font-size: 17px; line-height: 1.1; letter-spacing: .01em; max-width: none; margin: 0; }
  .hero-home.nytc-home-cta .hero-home__outline-text { grid-column: 1; grid-row: 2; margin-bottom: 0; }
  .hero-home.nytc-home-cta .hero-home__outline-text h1 { font-size: clamp(27px, min(5.5vw, 9.3svh), 44px); line-height: 1.03; }
  .hero-home.nytc-home-cta .hero-home__outline-text h1 strong { font-size: clamp(27px, min(5.5vw, 9.3svh), 44px); line-height: 1.03; }
  .hero-home.nytc-home-cta .hero-home__btn-container { grid-column: 2; grid-row: 1 / span 2; flex-direction: column; gap: 0; margin: 0; }
  .hero-home.nytc-home-cta .hero-home__btn-img-wrapper { flex: none; width: 126px; }
  .hero-home.nytc-home-cta .hero-home__btn-container .hero-home__btn { flex: none; width: 150px; min-height: 28px; font-size: 12px; letter-spacing: .02em; padding: 4px 0; }
  .hero-home.nytc-home-cta .nytc-home-actions { grid-column: 1 / -1; grid-row: 3; width: 100%; max-width: 1020px; margin-top: 8px; }
  .hero-home.nytc-home-cta .nytc-home-actions__buttons { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .hero-home.nytc-home-cta .nytc-home-action { min-height: 48px; padding: 7px 4px; font-size: 19px; }
  .hero-home.nytc-home-cta .nytc-home-actions__facts { font-size: 13px; margin-top: 8px; line-height: 1.35; }
  .hero-home.nytc-home-cta .nytc-home-actions__facts li:last-child { flex-basis: auto; }
  .hero-home.nytc-home-cta .nytc-home-actions__facts li + li::before { display: inline; margin: 0 8px; }
}
/* The tour page keeps its full viewing area: the header scrolls away instead of becoming sticky. */
body.page-id-5599 .main-header.main-header--sticky { position: absolute !important; }
@media (prefers-reduced-motion: reduce) {
  .hero-home.nytc-home-cta .nytc-home-action,
  .hero-home.nytc-home-cta .nytc-home-action::before { transition: none; }
}

/* Keep the three audience menus and header actions in fixed positions. */
@media (min-width: 1366px) {
  body.nytc-site-header .main-header__wrapper { gap: 24px; justify-content: space-between; min-height: 88px; }
  body.nytc-site-header .main-header__left { width: 22%; max-width: 300px; }
  body.nytc-site-header .main-header__nav { flex: 1 1 auto; width: auto; }
  body.nytc-site-header .main-header__right { width: auto; flex: 0 0 auto; gap: 14px; }
  body.nytc-site-header .main-header__right .c-btn { margin: 0; min-height: 44px; padding: 10px 14px; font-size: 14px; }
  body.nytc-site-header .main-header__main-navigation { font-size: 18px; gap: 28px; }
  body.nytc-site-header .main-header__main-navigation > li { margin: 0; padding: 20px 0; }
  body.nytc-site-header .main-header__main-navigation > li > a { min-height: 44px; white-space: nowrap; }
}
@media (min-width: 1366px) and (max-width: 1535px) {
  body.nytc-site-header .main-header__main-navigation { font-size: 16px; gap: 22px; }
  body.nytc-site-header .main-header__wrapper { gap: 20px; }
}
/* A branded mouse cue sits inside the first screen; the brush starts below it. */
@media (min-width: 768px) {
  .hero-home.nytc-home-cta { padding-bottom: 64px; }
  .hero-home.nytc-home-cta .hero-home__scroll-button { min-width: 0; width: 44px; height: 50px; padding: 0; border: 0; left: 50%; right: auto; bottom: calc(148px + env(safe-area-inset-bottom)); transform: translateX(-50%); text-align: center; }
  .hero-home.nytc-home-cta .hero-home__scroll-button-text { display: flex; align-items: center; justify-content: center; width: 44px; height: 50px; }
  .hero-home.nytc-home-cta .hero-home__scroll-button-text:focus-visible { outline: 2px solid #fff; outline-offset: 4px; border-radius: 6px; }
  .nytc-scroll-mouse { display: block; overflow: visible; }
  .nytc-scroll-wheel { animation: nytc-mouse-wheel 3.5s ease-in-out infinite; }
}
@media (max-height: 500px) {
  .hero-home.nytc-home-cta .hero-home__scroll-button { display: none; }
}
@keyframes nytc-mouse-wheel { 0%, 55%, 100% { transform: translateY(0); opacity: 1; } 76% { transform: translateY(4px); opacity: 0; } 77% { transform: translateY(0); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .nytc-scroll-wheel { animation: none; } }

body.nytc-site-header .main-header__search-close { display: flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 0; color: #fff; border: 1px solid currentColor; border-radius: 4px; background: transparent; }
body.nytc-site-header .main-header__search-close i { display: none; }
body.nytc-site-header .main-header__search-close::after { content: '×'; font-family: inherit; font-size: 32px; line-height: 1; }
body.nytc-site-header .main-header__search-close:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }

/* Compact, content-sized phone actions instead of full-width banners. */
@media (max-width: 767px) {
  .hero-home.nytc-home-cta .nytc-home-actions { max-width: 540px; margin-top: 14px; }
  .hero-home.nytc-home-cta .nytc-home-actions__buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; padding: 0 8px; }
  .hero-home.nytc-home-cta .nytc-home-action { flex: 0 0 auto; width: auto; max-width: 100%; min-height: 44px; padding: 8px 18px; font-size: 15px; line-height: 1.25; letter-spacing: .015em; }
  .hero-home.nytc-home-cta .nytc-home-actions__facts { margin-top: 12px; font-size: 13px; }
}

@media (min-width: 1366px) {
  body.nytc-site-header .main-header .main-header__right > a.c-btn[href$="/dates-rates/"] { background: var(--nytc-brand-coral, #F15F49); color: #fff; border-color: var(--nytc-brand-coral, #F15F49); }
  body.nytc-site-header .main-header .main-header__right > a.c-btn[href$="/dates-rates/"]:hover { background: var(--nytc-brand-navy, #20384B); border-color: var(--nytc-brand-navy, #20384B); }
}

/* One original vector logo: its name slides behind the anchored falcon. */
body.nytc-site-logo .main-header .main-header__logo { position: relative; top: 0; left: 0; width: 100%; max-width: 300px; height: 78px; padding: 0; transition: none; }
body.nytc-site-logo .main-header .main-header__logo > img { position: absolute; top: 50%; left: 0; right: auto; width: 100%; height: 100%; object-fit: contain; object-position: left center; transform: translateY(-50%); transition: none; }
body.nytc-site-logo .main-header__wrapper { max-width: none; }
body.nytc-site-logo .nytc-logo-art { position: absolute; inset: 0; display: block; width: 100%; height: 100%; overflow: visible; visibility: hidden; pointer-events: none; }
body.nytc-site-logo.nytc-logo-ready .main-header .main-header__logo > img { visibility: hidden; opacity: 0 !important; }
body.nytc-site-logo.nytc-logo-ready .nytc-logo-art { visibility: visible; }
body.nytc-site-logo .nytc-logo-words { fill: #fff; transform: translateX(0); transition: transform 560ms cubic-bezier(.4, 0, .2, 1); }
body.nytc-site-logo.nytc-logo-on-light .nytc-logo-words,
body.nytc-site-logo .main-header--light .nytc-logo-words,
body.nytc-site-logo .main-header:hover .nytc-logo-words { fill: var(--nytc-brand-navy, #20384B); }
body.nytc-site-logo .nytc-logo-emblem { fill: #fff; transform-origin: 150px 490px; transform: scale(1); transition: transform 560ms cubic-bezier(.4, 0, .2, 1), fill 240ms ease; }
body.nytc-site-logo .main-header--sticky .nytc-logo-emblem,
body.nytc-site-logo .main-header--light .nytc-logo-emblem,
body.nytc-site-logo .main-header:hover .nytc-logo-emblem { fill: var(--nytc-brand-navy, #20384B); }
body.nytc-site-logo.nytc-logo-compact .nytc-logo-words { transform: translateX(-2750px); }
body.nytc-site-logo.nytc-logo-compact .nytc-logo-emblem { transform: scale(1.2); }
/* Keep white lettering readable while it retracts, then bring in the pale header. */
body.nytc-site-logo.nytc-logo-from-transparent .main-header--sticky { transition: color 240ms ease 220ms, background-color 240ms ease 220ms; }
body.nytc-site-logo.nytc-logo-from-transparent .main-header--sticky .nytc-logo-emblem { transition: transform 560ms cubic-bezier(.4, 0, .2, 1), fill 240ms ease 220ms; }
@media (max-width: 1365px) {
  body.nytc-site-logo .main-header .main-header__logo { width: 130px; max-width: 130px; height: 44px; }
  body.nytc-site-logo .nytc-logo-words,
  body.nytc-site-logo .nytc-logo-emblem { fill: var(--nytc-brand-navy, #20384B); }
  body.nytc-site-logo.nytc-logo-compact .nytc-logo-emblem { transform: scale(1.45); }
}
/* Quiet, labelled shortcuts; retain their existing destinations. */
body.nytc-header-layout .main-header__right .nytc-header-action { display: inline-flex; flex: 0 0 78px; flex-direction: column; align-items: center; justify-content: center; gap: 7px; width: 78px; min-height: 66px; margin: 0; padding: 6px; border: 0; border-radius: 3px; background: transparent; box-shadow: none; font-family: inherit; font-size: 11px; font-weight: 800; line-height: 1.15; letter-spacing: .06em; text-align: center; text-transform: uppercase; text-decoration: none; color: inherit; transition: color 180ms ease; }
body.nytc-header-layout .main-header__right .nytc-header-action--contact { order: 0; }
body.nytc-header-layout .main-header__right .nytc-header-action--dates { order: 1; }
body.nytc-header-layout .main-header__right .nytc-header-action--register { order: 2; }
body.nytc-header-layout .main-header__right .nytc-header-action svg { flex: none; display: block; width: 25px; height: 25px; }
body.nytc-header-layout .main-header__right .nytc-header-action:hover { color: var(--nytc-brand-coral, #F15F49); background: transparent; }
body.nytc-header-layout .main-header__right .nytc-header-action:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  body.nytc-site-logo .nytc-logo-words,
  body.nytc-site-logo .nytc-logo-emblem,
  body.nytc-site-logo.nytc-logo-from-transparent .main-header--sticky,
  body.nytc-site-logo.nytc-logo-from-transparent .main-header--sticky .nytc-logo-emblem,
  body.nytc-header-layout .main-header__right .nytc-header-action { transition: none; }
}

/* Full-width header with equal side columns: navigation stays at the screen centre. */
@media (min-width: 1366px) {
  body.nytc-site-header .main-header .main-header__wrapper { --nytc-header-edge: clamp(24px, 2.3vw, 56px); position: relative; display: grid; grid-template-columns: 300px minmax(0, 1fr) 300px; align-items: center; gap: 24px; width: 100%; max-width: none; padding: 0 var(--nytc-header-edge); }
  body.nytc-site-header .main-header__left { width: 100%; max-width: 300px; }
  body.nytc-site-header .main-header__nav { width: 100%; min-width: 0; }
  body.nytc-site-header .main-header__right { justify-content: flex-end; width: 100%; }
  body.nytc-site-header .main-header__main-navigation { justify-content: center; font-size: 18px; gap: clamp(36px, 3vw, 72px); }
  body.nytc-site-header .main-header__main-navigation > li { flex: 0 0 auto; transition: opacity 360ms ease; }
  body.nytc-home-reveal.nytc-reveal-ready:not(.nytc-menu-revealed) .main-header__main-navigation > li { opacity: 0; pointer-events: none; }
  body.nytc-home-reveal.nytc-reveal-ready:not(.nytc-menu-revealed) .main-header__main-navigation:focus-within > li { opacity: 1; pointer-events: auto; }
  body.nytc-home-reveal.nytc-reveal-ready:not(.nytc-menu-revealed) .main-header:hover .main-header__main-navigation > li,
  body.nytc-home-reveal.nytc-reveal-ready:not(.nytc-menu-revealed) .main-header--sticky .main-header__main-navigation > li,
  body.nytc-home-reveal.nytc-reveal-ready:not(.nytc-menu-revealed) .main-header:focus-within .main-header__main-navigation > li { opacity: 1; pointer-events: auto; transition-duration: 200ms; }
}
@media (min-width: 1366px) and (max-width: 1535px) {
  body.nytc-site-header .main-header .main-header__wrapper { grid-template-columns: 270px minmax(0, 1fr) 270px; gap: 20px; }
  body.nytc-site-header .main-header__main-navigation { font-size: 17px; gap: 36px; }
}
.nytc-scroll-mouse { color: #fff; filter: drop-shadow(0 1px 2px rgb(0 0 0 / 25%)); }
@media (prefers-reduced-motion: reduce) { body.nytc-site-header .main-header__main-navigation > li { transition: none; } }

/* Align the actual launcher to the right edge of its wider invitation container. */
body.nytc-header-layout #nytc-call-prompt .nytc-prompt-launcher { display: flex; width: max-content; max-width: 100%; margin-left: auto; }

@media (min-width: 1366px) {
  body.nytc-site-logo.nytc-logo-ready .main-header:focus-within { background-color: #fff; color: var(--nytc-brand-text, #232F3D); }
  body.nytc-site-logo .main-header:focus-within .nytc-logo-words,
  body.nytc-site-logo .main-header:focus-within .nytc-logo-emblem { fill: var(--nytc-brand-navy, #20384B); }
}

/* Keep the desktop pointer path continuous below the taller logo header.
   The bridge belongs to the dropdown, so it is inactive whenever that menu is hidden. */
@media (min-width: 1366px) {
  body.nytc-site-header .main-header__main-navigation > li > .mega-menu-wrapper::before {
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    height: 32px;
    background: transparent;
  }
}

/* Menu cards use normal flow: no leftover hover backdrop or absolute-title gap. */
@media (min-width: 1366px) {
  body.nytc-site-header .main-header .mega-menu-wrapper .mega-menu-image-link { padding-bottom: 0; }
  body.nytc-site-header .main-header .mega-menu-wrapper .mega-menu-image-link::after { display: none; }
  body.nytc-site-header .main-header .mega-menu-wrapper .mega-menu-image-link img { display: block; }
  body.nytc-site-header .main-header .mega-menu-wrapper .mega-menu-image-link__title { position: relative; bottom: auto; margin: 0; }
}


/* NYTC responsive display fixes */
/* Keep the full wordmark readable on laptops and normal browser windows. */
@media (min-width: 768px) and (max-width: 1365px) {
  body.nytc-site-logo .main-header .main-header__logo {
    width: clamp(220px, 22vw, 270px);
    max-width: 270px;
    height: clamp(57px, 5.7vw, 70px);
  }
  body.nytc-site-header .main-header__left {
    width: clamp(330px, 31vw, 370px);
    max-width: 370px;
    flex: 0 0 auto;
    justify-content: center;
  }
  body.nytc-site-logo .main-header .main-header__logo {
    flex: 0 0 clamp(220px, 22vw, 270px);
  }
}
@media (max-width: 767px) {
  body.nytc-site-logo .main-header .main-header__logo {
    width: clamp(158px, 43vw, 210px);
    max-width: 210px;
    height: clamp(41px, 11.2vw, 55px);
  }
}

/* Make each logo state explicit: white full mark at the top, navy falcon
   while scrolling down, and navy full mark when the white header expands. */
@media (min-width: 1366px) {
  body.nytc-site-logo.nytc-logo-ready:not(.nytc-logo-compact):not(.nytc-logo-on-light) .nytc-logo-words,
  body.nytc-site-logo.nytc-logo-ready:not(.nytc-logo-compact):not(.nytc-logo-on-light) .nytc-logo-emblem {
    fill: #fff;
  }
  body.nytc-site-logo.nytc-logo-ready.nytc-logo-compact .nytc-logo-emblem {
    fill: var(--nytc-brand-navy, #20384B) !important;
  }
  body.nytc-site-logo.nytc-logo-ready.nytc-logo-on-light .nytc-logo-words,
  body.nytc-site-logo.nytc-logo-ready.nytc-logo-on-light .nytc-logo-emblem {
    fill: var(--nytc-brand-navy, #20384B) !important;
  }
}

/* Large and 4K displays: widen the content grid and scale the key interface
   elements so full-width colour and photography do not dwarf the content. */
@media (min-width: 2200px) {
  html { font-size: clamp(17px, 0.62vw, 24px); }
  body.nytc-branding { font-size: clamp(20px, 0.78vw, 30px); }
  body.nytc-branding .container { max-width: min(82vw, 2400px); }

  body.nytc-site-header .main-header .main-header__wrapper {
    --nytc-header-edge: clamp(56px, 3vw, 120px);
    grid-template-columns: clamp(330px, 14vw, 480px) minmax(0, 1fr) clamp(330px, 14vw, 480px);
    gap: clamp(30px, 1.5vw, 54px);
    min-height: clamp(96px, 4vw, 132px);
  }
  body.nytc-site-logo .main-header .main-header__logo {
    width: 100%;
    max-width: 480px;
    height: clamp(86px, 3.65vw, 125px);
  }
  body.nytc-site-header .main-header__left { max-width: 480px; }
  body.nytc-site-header .main-header__main-navigation {
    font-size: clamp(20px, 0.82vw, 28px);
    gap: clamp(52px, 2.8vw, 104px);
  }
  body.nytc-header-layout .main-header__right .nytc-header-action {
    flex-basis: clamp(86px, 4.1vw, 116px);
    width: clamp(86px, 4.1vw, 116px);
    min-height: clamp(72px, 3.4vw, 98px);
    font-size: clamp(12px, 0.5vw, 17px);
  }
  body.nytc-header-layout .main-header__right .nytc-header-action svg {
    width: clamp(27px, 1.2vw, 38px);
    height: clamp(27px, 1.2vw, 38px);
  }

  .hero-home.nytc-home-cta .hero-home__content .row {
    padding-top: clamp(132px, 6vw, 188px);
    padding-bottom: clamp(78px, 4vw, 124px);
  }
  .hero-home.nytc-home-cta .hero-home__subtitle {
    font-size: clamp(40px, 1.45vw, 56px);
  }
  .hero-home.nytc-home-cta .hero-home__outline-text h1,
  .hero-home.nytc-home-cta .hero-home__outline-text h1 strong {
    font-size: clamp(112px, 4.2vw, 164px);
  }
  .hero-home.nytc-home-cta .hero-home__btn-img-wrapper {
    width: clamp(278px, 9vw, 360px);
  }
  .hero-home.nytc-home-cta .hero-home__btn-container .hero-home__btn {
    font-size: clamp(20px, 0.72vw, 27px);
  }
  .hero-home.nytc-home-cta .nytc-home-actions { max-width: 1500px; }
  .hero-home.nytc-home-cta .nytc-home-action {
    min-height: clamp(64px, 2.6vw, 88px);
    padding: 16px 28px;
    font-size: clamp(22px, 0.78vw, 30px);
  }
  .hero-home.nytc-home-cta .nytc-home-actions__facts {
    font-size: clamp(20px, 0.72vw, 28px);
  }
  #nytc-call-prompt { transform-origin: right bottom; }
}


/* NYTC 0.3.7 phone and tablet parity */
@media (max-width: 1365px) {
  /* Match the desktop opening state, then let the theme's sticky class bring
     in the white bar and compact falcon after the visitor scrolls. */
  body.nytc-site-header .main-header {
    transition: background-color 280ms ease, color 280ms ease;
  }
  body.nytc-site-header .main-header:not(.main-header--sticky) {
    background-color: transparent !important;
    color: #fff !important;
  }
  body.nytc-site-logo .main-header:not(.main-header--sticky) .nytc-logo-words,
  body.nytc-site-logo .main-header:not(.main-header--sticky) .nytc-logo-emblem {
    fill: #fff;
  }
  body.nytc-site-header .main-header:not(.main-header--sticky) .btn-hamburger,
  body.nytc-site-header .main-header:not(.main-header--sticky) .nytc-name-toggle {
    color: #fff !important;
  }

  /* Use the same three actions as desktop without three oversized bars. */
  body.nytc-site-header .main-header__cta-wrapper-mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
  body.nytc-site-header .main-header__cta-wrapper-mobile .nytc-mobile-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    min-width: 0;
    min-height: 72px;
    margin: 0;
    padding: 8px 4px;
    font-size: 10px;
    line-height: 1.15;
    letter-spacing: .04em;
    text-align: center;
  }
  body.nytc-site-header .main-header__cta-wrapper-mobile .nytc-mobile-action svg {
    display: block;
    flex: none;
    width: 23px;
    height: 23px;
  }
}
@media (prefers-reduced-motion: reduce) and (max-width: 1365px) {
  body.nytc-site-header .main-header { transition: none; }
}


/* NYTC 0.3.8: search action, left-aligned social links and cleaner activity cards. */
body.nytc-header-layout .main-header__right .nytc-header-action--search { order: 3; cursor: pointer; appearance: none; -webkit-appearance: none; }
body.nytc-header-layout .main-header__right button.nytc-header-action { border: 0; background: transparent; }
@media (min-width: 1366px) {
  body.nytc-site-header .main-header .main-header__wrapper { grid-template-columns: 380px minmax(0, 1fr) 380px; }
  .main-footer__bottom .row > .col-12:last-child { order: -1 !important; text-align: left !important; }
  .main-footer__bottom .row > .col-12:first-child { order: 0; margin-left: 0 !important; }
}
.activities-posts__post-category,
.activities-modal__category { display: none !important; }

/* Keep social links on the left from tablet landscape upward. */
@media (min-width: 992px) {
  footer.main-footer .main-footer__bottom .row > .col-12:last-child { order: -1 !important; text-align: left !important; }
  footer.main-footer .main-footer__bottom .row > .col-12:first-child { order: 0 !important; margin-left: 0 !important; }
}

@media (max-width: 1365px) { body.nytc-site-header .main-header__cta-wrapper-mobile { grid-template-columns: repeat(4, minmax(0, 1fr)); } body.nytc-site-header .main-header__cta-wrapper-mobile button.nytc-mobile-action { border: 0; } }


/* The white desktop hover/focus bar always receives the navy logo. */
@media (min-width: 1366px) {
  body.nytc-site-logo.nytc-logo-ready .main-header:hover .nytc-logo-words,
  body.nytc-site-logo.nytc-logo-ready .main-header:hover .nytc-logo-emblem,
  body.nytc-site-logo.nytc-logo-ready .main-header:focus-within .nytc-logo-words,
  body.nytc-site-logo.nytc-logo-ready .main-header:focus-within .nytc-logo-emblem {
    fill: var(--nytc-brand-navy, #20384B) !important;
  }
}

/* NYTC 0.4.2: keep the full wordmark substantial in narrowed desktop windows. */
@media (min-width: 768px) and (max-width: 1365px) {
  body.nytc-site-logo .main-header .main-header__logo {
    width: clamp(250px, 23vw, 290px);
    max-width: 290px;
    height: clamp(65px, 6vw, 75px);
    flex-basis: clamp(250px, 23vw, 290px);
  }
  body.nytc-site-header .main-header__left {
    width: clamp(340px, 32vw, 390px);
    max-width: 390px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  body.nytc-site-logo .main-header .main-header__logo {
    width: clamp(220px, 34vw, 245px);
    max-width: 245px;
    height: clamp(57px, 8.8vw, 64px);
  }
}

/* NYTC 0.4.3: compact desktop header still uses the full screen width. */
@media (min-width: 768px) and (max-width: 1365px) {
  body.nytc-site-header .main-header .main-header__wrapper {
    width: 100%;
    max-width: none;
    padding-left: clamp(22px, 3vw, 46px);
    padding-right: clamp(22px, 3vw, 46px);
  }
  body.nytc-site-header .main-header__left {
    width: 100%;
    max-width: none;
    flex: 1 1 100%;
    justify-content: space-between;
  }
}


/* NYTC 0.4.5: internal, consent-aware virtual tour page. */
.nytc-virtual-tour { position: relative; left: 50%; width: 100vw; max-width: none; margin-left: -50vw; background: linear-gradient(150deg, rgb(24, 106, 165) 0%, rgb(32, 56, 75) 58%, rgb(26, 46, 62) 100%); color: #fff; font-family: Rubik, Arial, sans-serif; padding: clamp(116px, 9vw, 156px) clamp(14px, 3vw, 52px) clamp(36px, 5vw, 72px); }
.nytc-virtual-tour__inner { width: min(1760px, 100%); margin: 0 auto; }
.nytc-virtual-tour__intro { display: grid; width: 100%; max-width: none; margin: 0 auto clamp(38px, 4vw, 58px); text-align: center; }
.nytc-virtual-tour__eyebrow { display: inline-flex; align-items: center; justify-self: start; gap: clamp(18px, 2vw, 34px); margin: 0 0 12px; color: var(--nytc-brand-coral, #F15F49); font-family: calgary-script-ot, sans-serif; font-size: clamp(30px, 3.2vw, 50px); font-weight: 400; line-height: 1.05; letter-spacing: normal; text-transform: none; }
.nytc-virtual-tour__eyebrow::before { content: ''; display: block; width: clamp(90px, 11vw, 180px); height: 18px; flex: 0 0 auto; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 18' preserveAspectRatio='none'%3E%3Cpath d='M2 7 C18 7 18 13 34 13 S50 7 66 7 S82 13 98 13 S114 7 130 7 S146 13 178 10' fill='none' stroke='%23F15F49' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat; }
.nytc-virtual-tour h1 { margin: 0; color: #fff !important; font-family: Rubik, Arial, sans-serif; font-weight: 800; font-size: clamp(48px, 6vw, 92px); line-height: .98; }
.nytc-virtual-tour__intro p { margin: 0; font-size: clamp(18px, 2vw, 25px); line-height: 1.55; }
.nytc-virtual-tour__stage { position: relative; overflow: hidden; width: 100%; height: clamp(560px, 74svh, 980px); min-height: 560px; border: 8px solid #fff; border-radius: clamp(16px, 2vw, 30px); background: var(--nytc-brand-navy, #20384B); box-shadow: 0 18px 55px rgb(32 56 75 / 18%); }
.nytc-virtual-tour__stage iframe { display: block; width: 100%; height: 100%; min-height: 100%; border: 0; background: #000; }
.nytc-virtual-tour__placeholder { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 28px; color: #fff; text-align: center; background: linear-gradient(135deg, rgb(32 56 75 / 97%), rgb(24 106 165 / 95%)); cursor: pointer; }
.nytc-virtual-tour__placeholder strong { font-size: clamp(25px, 3vw, 42px); }
.nytc-virtual-tour__placeholder span { max-width: 560px; font-size: clamp(15px, 1.5vw, 19px); line-height: 1.5; }
.nytc-virtual-tour__placeholder::after { content: 'Start Virtual Tour'; display: inline-flex; align-items: center; justify-content: center; min-height: 50px; margin-top: 8px; padding: 12px 24px; border: 2px solid #fff; border-radius: 5px; color: #fff; background: var(--nytc-brand-coral, #F15F49); font-weight: 800; letter-spacing: .03em; text-transform: uppercase; transform: skewX(-10deg); }
@media (max-width: 767px) { .nytc-virtual-tour { padding: 96px 10px 28px; } .nytc-virtual-tour__intro { margin-bottom: 30px; } .nytc-virtual-tour__eyebrow { gap: 14px; } .nytc-virtual-tour__eyebrow::before { width: 72px; height: 13px; } .nytc-virtual-tour__stage { height: 74svh; min-height: 520px; border-width: 5px; } .nytc-virtual-tour__stage iframe { min-height: 100%; } }
@media (prefers-reduced-motion: reduce) { .nytc-virtual-tour__placeholder::after { transform: none; } }


/* NYTC 0.4.11: replace the old brochure download form with a clear request CTA. */
.nytc-brochure-request {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  text-align: center;
}
.nytc-brochure-request p {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-family: Rubik, Arial, sans-serif;
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 400;
  line-height: 1.5;
}
.nytc-brochure-request .nytc-brochure-request__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin: 0;
  padding: 14px 28px;
  border: 2px solid #f15f49;
  background: #f15f49;
  color: #fff;
  font-family: Rubik, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: none;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.nytc-brochure-request .nytc-brochure-request__button:hover,
.nytc-brochure-request .nytc-brochure-request__button:focus-visible {
  border-color: #d94f3b;
  background: #d94f3b;
  color: #fff;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .nytc-brochure-request { gap: 16px; }
  .nytc-brochure-request p { font-size: 17px; }
  .nytc-brochure-request .nytc-brochure-request__button { width: min(100%, 300px); }
}
