:root {
  --ink: #061c27;
  --ink-soft: #163542;
  --sand: #f7f1e8;
  --paper: #fffaf3;
  --orange: #ff5c35;
  --orange-dark: #da3e1c;
  --sky: #aee8f2;
  --line: rgba(6, 28, 39, 0.16);
  --display: "Secular One", sans-serif;
  --body: "Heebo", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); overflow-x: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--sky); outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; right: 10px; z-index: 200; padding: 12px 18px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.scroll-progress { position: fixed; top: 0; inset-inline: 0; height: 3px; z-index: 220; direction: ltr; }
.scroll-progress span { display: block; height: 100%; width: 100%; background: var(--orange); transform: scaleX(var(--scroll-progress, 0)); transform-origin: left; }

.site-header { position: fixed; top: 0; inset-inline: 0; z-index: 100; height: 92px; padding: 0 clamp(20px, 4vw, 72px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white; transition: .35s ease; }
.site-header.scrolled { height: 74px; background: rgba(6, 28, 39, .94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { justify-self: start; width: 174px; filter: brightness(0) invert(1); }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 700; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; bottom: -8px; inset-inline: 0; background: var(--orange); transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 14px; padding: 13px 20px; border: 1px solid rgba(255,255,255,.45); border-radius: 99px; font-weight: 800; font-size: 14px; transition: .2s; }
.header-cta:hover { background: white; color: var(--ink); }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 100svh; color: white; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); }
.hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% center; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,19,28,.08), rgba(3,19,28,.58) 52%, rgba(3,19,28,.91)), linear-gradient(0deg, rgba(3,19,28,.68), transparent 46%); }
.hero-content { position: relative; z-index: 2; width: min(1400px, 100%); margin: 0 auto; padding: 180px clamp(24px, 7vw, 112px) 136px; }
.eyebrow, .kicker { margin: 0 0 20px; color: var(--orange); font-size: 13px; font-weight: 900; letter-spacing: .11em; }
.eyebrow { color: white; display: flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 34px; height: 4px; background: var(--orange); border-radius: 99px; }
.hero h1, h2 { font-family: var(--display); font-weight: 400; }
.hero h1 { margin: 0; max-width: 850px; font-size: clamp(82px, 12vw, 184px); line-height: .72; letter-spacing: -.055em; }
.hero h1 span { color: var(--orange); }
.hero-copy { max-width: 550px; margin: 42px 0 0; font-size: clamp(18px, 2vw, 25px); line-height: 1.55; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.button { min-height: 56px; border: 0; border-radius: 999px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-weight: 900; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); }
.button-ghost { border: 1px solid rgba(255,255,255,.46); background: rgba(6,28,39,.2); color: white; backdrop-filter: blur(8px); }
.hero-proof { position: absolute; z-index: 2; bottom: 36px; left: clamp(24px, 5vw, 80px); display: flex; direction: rtl; align-items: center; gap: 13px; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 700; }
.hero-proof i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }

.section { padding: clamp(88px, 10vw, 154px) clamp(20px, 5vw, 80px); }
.section-head { width: min(1400px, 100%); margin: 0 auto 56px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-head h2, .styles h2, .plan h2, .planner h2 { margin: 0; font-size: clamp(52px, 7vw, 104px); line-height: .88; letter-spacing: -.045em; }
h2 em { color: var(--orange); font-style: normal; }
.section-head > p { max-width: 350px; margin: 0; font-size: 19px; line-height: 1.6; color: var(--ink-soft); }
.hot { background: var(--sand); }
.experience-track { width: min(1400px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: end; }
.experience-card { height: 460px; position: relative; overflow: hidden; border-radius: 4px 4px 44px 4px; color: white; isolation: isolate; }
.experience-card.tall { height: 540px; }
.experience-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(6,28,39,.9), transparent 64%); }
.experience-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.experience-card:hover img { transform: scale(1.06); }
.experience-card:nth-child(2), .experience-card:nth-child(4) { transform: translateY(var(--card-shift, 0)); }
.card-top { display: flex; justify-content: space-between; padding: 20px; font-weight: 800; }
.card-top b { font-size: 12px; color: var(--sky); }
.card-copy { position: absolute; bottom: 0; inset-inline: 0; padding: 24px; }
.card-copy p { margin: 0 0 20px; font-size: 19px; line-height: 1.45; font-weight: 600; }
.card-copy a { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.35); padding-top: 16px; font-weight: 900; }

.styles { padding-inline: 0; padding-block: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 850px; background: var(--ink); color: white; }
.styles-image { min-height: 680px; overflow: hidden; }
.styles-image img { width: 100%; height: 100%; object-fit: cover; }
.styles-content { padding: clamp(72px, 8vw, 130px) clamp(28px, 7vw, 112px); display: flex; flex-direction: column; justify-content: center; }
.styles-content > p:not(.kicker) { max-width: 560px; color: rgba(255,255,255,.67); font-size: 18px; line-height: 1.7; margin: 34px 0 48px; }
.style-options { border-top: 1px solid rgba(255,255,255,.18); }
.style-options a { min-height: 73px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.18); transition: padding .2s, color .2s; }
.style-options a:hover { padding-inline: 10px; color: var(--orange); }
.style-options span { color: var(--sky); font-size: 12px; }
.style-options b { font-size: 17px; }
.style-options i { font-style: normal; }

.plan { background: var(--sky); }
.plan-intro, .steps, .lead-panel { width: min(1400px, 100%); margin-inline: auto; }
.steps { list-style: none; padding: 0; margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(6,28,39,.28); }
.steps li { min-height: 300px; padding: 28px 34px; border-inline-start: 1px solid rgba(6,28,39,.28); }
.steps li:last-child { border-inline-end: 1px solid rgba(6,28,39,.28); }
.steps span { color: var(--orange-dark); font-weight: 900; font-size: 13px; }
.steps h3 { font-family: var(--display); font-size: 34px; font-weight: 400; margin: 68px 0 12px; }
.steps p { margin: 0; max-width: 270px; color: var(--ink-soft); line-height: 1.65; }
.lead-panel { margin-top: 28px; background: var(--orange); color: white; padding: 42px clamp(28px, 4vw, 60px); display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 4px 4px 48px 4px; }
.lead-panel p { margin: 0 0 4px; font-weight: 700; opacity: .8; }
.lead-panel h3 { margin: 0; font-family: var(--display); font-size: clamp(28px, 4vw, 50px); font-weight: 400; }
.button-light { background: white; color: var(--ink); flex-shrink: 0; }

.answers { background: var(--paper); }
.faq-list { width: min(1000px, 100%); margin: auto; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 21px; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 30px; color: var(--orange); transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 720px; margin: -8px 0 30px; line-height: 1.7; color: var(--ink-soft); }

footer { background: var(--ink); color: white; padding: 70px clamp(20px, 5vw, 80px) 28px; }
.footer-main { width: min(1400px, 100%); margin: auto; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.footer-main img { width: 200px; filter: brightness(0) invert(1); }
.footer-main p { grid-column: 1; font-family: var(--display); font-size: clamp(40px, 6vw, 84px); margin: 28px 0 0; }
.footer-main nav { grid-row: 1 / 3; grid-column: 2; display: flex; flex-direction: column; gap: 15px; color: rgba(255,255,255,.7); }
.footer-main nav a:hover { color: var(--orange); }
.footer-bottom { width: min(1400px, 100%); margin: 60px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; color: rgba(255,255,255,.48); }
.footer-bottom a { text-decoration: underline; }

.planner { width: min(600px, calc(100% - 32px)); border: 0; border-radius: 4px 4px 42px 4px; padding: clamp(32px, 6vw, 64px); background: var(--paper); color: var(--ink); box-shadow: 0 30px 120px rgba(0,0,0,.4); }
.planner::backdrop { background: rgba(6,28,39,.78); backdrop-filter: blur(8px); }
.planner h2 { font-size: clamp(48px, 8vw, 78px); }
.planner > p:not(.kicker) { line-height: 1.7; color: var(--ink-soft); }
.dialog-close { position: absolute; top: 18px; left: 18px; border: 0; background: transparent; font-size: 34px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 76px; }
  .desktop-nav, .header-cta { display: none; }
  .brand { width: 150px; }
  .menu-button { justify-self: end; display: flex; width: 48px; height: 48px; padding: 14px; border: 1px solid rgba(255,255,255,.4); background: transparent; border-radius: 50%; flex-direction: column; justify-content: center; gap: 7px; }
  .menu-button span { display: block; width: 100%; height: 2px; background: white; }
  .mobile-nav { position: absolute; top: 76px; inset-inline: 0; padding: 28px; background: var(--ink); flex-direction: column; gap: 20px; font-weight: 800; border-top: 1px solid rgba(255,255,255,.15); }
  .mobile-nav:not([hidden]) { display: flex; }
  .hero-content { padding-bottom: 120px; }
  .experience-track { grid-template-columns: 1fr 1fr; }
  .experience-card, .experience-card.tall { height: 480px; }
  .styles { grid-template-columns: 1fr; }
  .styles-image { height: 72vw; min-height: 520px; }
  .steps li { padding-inline: 22px; }
}

@media (max-width: 640px) {
  .site-header { padding-inline: 18px; }
  .brand { width: 132px; }
  .hero { min-height: 760px; align-items: flex-end; }
  .hero video { object-position: 54% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,19,28,.94), rgba(3,19,28,.48) 58%, rgba(3,19,28,.18)); }
  .hero-content { padding: 124px 20px 130px; }
  .hero h1 { font-size: clamp(76px, 25vw, 110px); line-height: .75; }
  .hero-copy { margin-top: 30px; font-size: 18px; max-width: 340px; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 340px; }
  .hero-proof { left: 20px; right: 20px; bottom: 28px; justify-content: center; gap: 8px; font-size: 11px; }
  .section { padding-inline: 20px; }
  .section-head { display: block; margin-bottom: 34px; }
  .section-head > p { margin-top: 24px; }
  .section-head h2, .styles h2, .plan h2 { font-size: clamp(50px, 16vw, 74px); }
  .experience-track { width: auto; margin-inline: -20px; display: flex; gap: 12px; overflow-x: auto; padding: 0 20px 16px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .experience-track::-webkit-scrollbar { display: none; }
  .experience-card, .experience-card.tall { flex: 0 0 82vw; height: 490px; scroll-snap-align: center; }
  .styles-image { min-height: 440px; height: 115vw; }
  .styles-image img { object-position: 58% center; }
  .styles-content { padding-inline: 20px; }
  .styles-content > p:not(.kicker) { margin-block: 28px 34px; }
  .steps { grid-template-columns: 1fr; margin-top: 45px; border-top: 0; }
  .steps li, .steps li:last-child { min-height: auto; padding: 28px 0; border-inline: 0; border-top: 1px solid rgba(6,28,39,.28); }
  .steps h3 { margin-top: 32px; }
  .lead-panel { align-items: stretch; flex-direction: column; padding: 30px 24px; }
  .footer-main { display: block; }
  .footer-main nav { margin-top: 40px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero video { display: none; }
  .experience-card:nth-child(2), .experience-card:nth-child(4) { transform: none; }
  .hero { background: linear-gradient(0deg, rgba(3,19,28,.75), rgba(3,19,28,.2)), url("assets/hero-poster.jpg") center / cover; }
}

/* Fit approved topic copy to the existing hero composition. */
.hero h1{font-size:clamp(64px,7.8vw,118px);line-height:1.03;letter-spacing:-.035em;max-width:1000px}
.lead-panel p{max-width:660px;line-height:1.7}
@media(max-width:640px){.hero h1{font-size:clamp(46px,12vw,66px);line-height:1.08}.hero-copy{font-size:16px}.footer-main .button{margin-top:18px}}
/* Legible labels over both bright and dark photography. */
.experience-card::after{background:linear-gradient(180deg,rgba(6,28,39,.85) 0,rgba(6,28,39,.72) 64px,rgba(6,28,39,0) 34%),linear-gradient(0deg,rgba(6,28,39,.97) 0,rgba(6,28,39,.83) 25%,rgba(6,28,39,0) 65%)}
.card-top{align-items:center;min-height:72px;gap:12px;color:#fff}
.ui-icon{display:inline-block;width:20px;height:20px;flex:none;vertical-align:middle;stroke:currentColor}
.card-top>.ui-icon{width:22px;height:22px;color:#fff}
.card-copy a,.header-cta,.button{align-items:center;gap:12px}
.card-copy a .ui-icon,.style-options .ui-icon{transition:transform .2s ease}
.card-copy a:hover .ui-icon,.style-options a:hover .ui-icon{transform:translateX(-3px)}
.faq-list summary>.ui-icon{width:22px;height:22px}
.faq-list details[open] summary>.ui-icon{transform:rotate(45deg)}
#restaurants,#shabbat{scroll-margin-top:110px}
.extra-experiences{background:var(--ink);color:white}.extra-experiences .section-head>p{color:#dce5e8}.duo-experiences{max-width:1400px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:24px}.wide-experience{position:relative;min-height:520px;overflow:hidden;border-radius:4px 4px 44px 4px;background:#061c27;isolation:isolate;display:flex;align-items:end}.wide-experience>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.wide-experience:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#061c27 0%,#061c27df 35%,#061c2710 90%);z-index:-1}.wide-experience>div{padding:32px;width:100%}.wide-experience h3{font-family:var(--display);font-weight:400;font-size:36px;margin:8px 0 16px}.wide-experience p{line-height:1.65;max-width:490px}.wide-experience .kicker{color:#fff}.wide-experience details{border-top:1px solid #ffffff66;margin-top:20px}.wide-experience summary,.access-checks summary{display:flex;justify-content:space-between;gap:16px;align-items:center;cursor:pointer;padding:20px 0;font-weight:700;list-style:none}summary::-webkit-details-marker{display:none}.holiday-services{background:#f5f0e7}.service-list{max-width:1400px;margin:auto;border-top:1px solid #10263140}.service-list>details{border-bottom:1px solid #10263140}.service-list summary{padding:26px 8px;display:flex;align-items:center;gap:26px;cursor:pointer;list-style:none}.service-list summary>svg:first-child{width:32px;height:32px}.service-list summary>svg:last-child{margin-inline-start:auto}.service-list b{display:block;font-size:25px}.service-list small{display:block;font-size:16px;margin-top:5px;color:#42515a}.service-body{max-width:900px;padding:0 66px 26px;line-height:1.85}.access-guide{display:grid;grid-template-columns:1fr 1fr;gap:7%;background:#bde8f1}.access-intro>svg{width:38px;height:38px;margin-bottom:20px}.access-intro h2{margin:14px 0 25px}.access-intro>p:last-child{max-width:500px;font-size:19px;line-height:1.8}.access-checks{align-self:center}.access-checks details{border-bottom:1px solid #0b263c50}.access-checks summary{font-size:20px}.access-checks details>p{line-height:1.85;padding-bottom:22px}.service-list details[open] summary>svg:last-child,.access-checks details[open] summary>svg:last-child,.wide-experience details[open] summary>svg:last-child{transform:rotate(45deg)}#yachts,#nightlife,#services,#access-guide,#car-rental,#babysitter,#butler{scroll-margin-top:105px}
@media(max-width:900px){.desktop-nav{gap:16px}.desktop-nav a{font-size:13px}.duo-experiences{grid-template-columns:1fr}.access-guide{grid-template-columns:1fr}.wide-experience{min-height:440px}.service-list b{font-size:22px}}
@media(max-width:640px){.wide-experience>div{padding:24px}.wide-experience h3{font-size:29px}.wide-experience p{font-size:16px}.wide-experience{min-height:460px}.service-list summary{gap:16px;padding:22px 0}.service-list b{font-size:21px}.service-list small{font-size:14px}.service-body{padding:0 0 22px;font-size:16px}.access-guide{gap:28px}.access-checks summary{font-size:18px}.access-intro>p:last-child{font-size:17px}}
.service-list summary>span,.service-list details[open] summary>span{transform:none;color:var(--ink);font-size:inherit}
.access-intro h2{font-size:clamp(54px,6vw,90px);line-height:1.04}.access-intro h2 em{color:#b94728;font-style:normal}
.portal-guides{background:#f5f0e7}.portal-guide-grid{max-width:1400px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.portal-guide-grid article{border-top:1px solid #17344155;padding-top:24px}.portal-guide-grid h3{font-family:var(--display);font-size:28px;font-weight:400;margin:0 0 16px}.portal-guide-grid p{font-size:17px;line-height:1.85}.portal-guide-grid a{display:inline-block;margin-top:16px;text-decoration:underline;text-underline-offset:5px;font-weight:700}.housing-guide{background:#e2ecec}#city-guide,#shopping,#local-apps,#housing{scroll-margin-top:110px}@media(max-width:760px){.portal-guide-grid{grid-template-columns:1fr;gap:28px}.portal-guide-grid h3{font-size:25px}.portal-guide-grid p{font-size:16px}.hero h1{font-size:clamp(42px,10.5vw,64px)}}
