:root { --navy:#17233d; --blue:#79a9cf; --pale:#eaf3f8; --green:#62d26f; --ink:#1c2736; --muted:#66717f; --cream:#f7f5ef; --white:#fff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:#fff; font-family:"Avenir Next","Segoe UI",Arial,sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
button { font:inherit; }
.wrap { width:min(1160px,calc(100% - 48px)); margin:0 auto; }
.section { padding:112px 0; }
.eyebrow { margin:0 0 18px; color:#47789e; font-size:.74rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.eyebrow.light { color:#b9dcf4; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { color:var(--navy); line-height:1.04; letter-spacing:-.035em; }
h1 { font-size:clamp(3.2rem,7vw,6.7rem); }
h2 { margin-bottom:24px; font-size:clamp(2.3rem,4.2vw,4.25rem); }
h3 { font-size:1.35rem; }
p { line-height:1.75; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:28px; min-height:56px; padding:0 24px; border:1px solid transparent; font-size:.83rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; transition:transform .2s,background .2s; }
.button:hover { transform:translateY(-2px); }
.button-primary { background:var(--green); color:var(--navy); }
.button-primary:hover { background:#78e083; }
.button-light { background:#fff; color:var(--navy); }
.text-link { display:inline-flex; align-items:center; gap:12px; color:var(--navy); font-size:.82rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }
.light-link { color:#fff; }

.site-header { position:relative; z-index:50; background:#fff; border-bottom:1px solid #e5e9ed; }
.nav-wrap { min-height:88px; display:flex; align-items:center; gap:26px; }
.brand { width:205px; margin-right:auto; }
.brand img { width:100%; height:auto; }
.main-nav { display:flex; align-items:center; gap:26px; }
.main-nav a { padding:34px 0 31px; border-bottom:3px solid transparent; color:#394556; font-size:.86rem; font-weight:650; }
.main-nav a:hover { border-color:var(--blue); color:var(--navy); }
.nav-quote { align-self:stretch; display:flex; align-items:center; gap:13px; padding:0 27px; background:var(--navy); color:#fff; font-size:.78rem; font-weight:800; text-transform:uppercase; letter-spacing:.05em; }
.menu-button { display:none; border:0; background:transparent; color:var(--navy); }

.hero { position:relative; min-height:680px; display:flex; align-items:center; overflow:hidden; background:url("/images/hero-family.jpg") center 38%/cover no-repeat; }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(9,22,44,.94) 0%,rgba(15,27,50,.78) 43%,rgba(15,27,50,.18) 78%); }
.hero-inner { position:relative; padding:76px 0 110px; }
.hero h1 { max-width:780px; margin:0 0 28px; color:#fff; }
.hero h1 em { color:#bce2fb; font-style:normal; }
.hero-copy { max-width:590px; margin-bottom:36px; color:#e8edf4; font-size:1.14rem; }
.button-row { display:flex; align-items:center; gap:30px; }
.hero-note { position:absolute; right:0; bottom:0; display:grid; grid-template-columns:1fr 1fr; color:var(--navy); }
.hero-note span { padding:20px 27px; background:rgba(255,255,255,.95); font-size:.74rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.hero-note span:last-child { background:var(--blue); }
.trust-strip { background:var(--navy); color:#fff; }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-grid div { min-height:112px; display:flex; flex-direction:column; justify-content:center; padding:20px 30px; border-right:1px solid rgba(255,255,255,.12); }
.trust-grid div:first-child { border-left:1px solid rgba(255,255,255,.12); }
.trust-grid strong { color:#b9dcf4; font-size:1.22rem; }
.trust-grid span { margin-top:5px; color:#bfc8d5; font-size:.78rem; text-transform:uppercase; letter-spacing:.08em; }

.two-col { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:start; }
.prose { color:#4c5866; }
.large-prose { font-size:1.08rem; }
.statement { color:var(--navy); font-size:1.2rem; font-weight:800; }
.image-ribbon { display:grid; grid-template-columns:1fr 1.15fr 1fr; gap:8px; height:440px; padding:0 8px; }
.ribbon-card { position:relative; background-position:center; background-size:cover; overflow:hidden; }
.ribbon-card:after { content:""; position:absolute; inset:50% 0 0; background:linear-gradient(transparent,rgba(8,20,39,.75)); }
.ribbon-card span { position:absolute; z-index:1; left:26px; bottom:24px; color:#fff; font-weight:750; }
.ribbon-one { background-image:url("/images/accessible-travel.jpg"); }
.ribbon-two { background-image:url("/images/magic-kingdom.webp"); }
.ribbon-three { background-image:url("/images/child-painting.jpg"); }
.reasons-section { background:var(--cream); }
.section-heading { display:grid; grid-template-columns:1.35fr .65fr; gap:70px; align-items:end; margin-bottom:58px; }
.section-heading>p { color:var(--muted); }
.reason-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:#d9dde0; border:1px solid #d9dde0; }
.reason-card { min-height:330px; padding:35px 30px; background:#fff; }
.reason-number { display:block; margin-bottom:58px; color:#71a0c3; font-size:.8rem; font-weight:800; }
.reason-card h3 { min-height:58px; margin-bottom:18px; }
.reason-card p { color:var(--muted); font-size:.92rem; }

.specialty { display:grid; grid-template-columns:1.05fr .95fr; min-height:700px; background:var(--navy); }
.specialty-image { background:url("/images/accessible-travel.jpg") center/cover no-repeat; }
.specialty-copy { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:80px max(7vw,55px); color:#e7ecf3; }
.specialty-copy h2 { color:#fff; }
.specialty-copy>p:not(.eyebrow) { margin-bottom:28px; color:#c4ced9; }
.check-list { display:grid; gap:15px; margin:0 0 34px; padding:0; list-style:none; }
.check-list li { font-weight:700; }
.check-list span { display:inline-grid; place-items:center; width:24px; height:24px; margin-right:10px; border-radius:50%; background:var(--green); color:var(--navy); }
.center-heading { margin-bottom:62px; text-align:center; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:36px; }
.process-grid>div { position:relative; padding-top:58px; border-top:1px solid #cbd3da; }
.process-grid>div>span { position:absolute; top:-19px; display:grid; place-items:center; width:38px; height:38px; border-radius:50%; background:var(--blue); color:var(--navy); font-size:.8rem; font-weight:800; }
.process-grid p { color:var(--muted); font-size:.9rem; }
.faq-section { background:var(--pale); }
.faq-layout { display:grid; grid-template-columns:.7fr 1.3fr; gap:95px; }
.muted { color:var(--muted); }
.faq-list details { border-top:1px solid #c9d8e3; }
.faq-list details:last-child { border-bottom:1px solid #c9d8e3; }
.faq-list summary { display:flex; justify-content:space-between; gap:20px; padding:25px 0; color:var(--navy); font-size:1.05rem; font-weight:750; cursor:pointer; list-style:none; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { font-size:1.4rem; font-weight:400; }
.faq-list details[open] summary span { transform:rotate(45deg); }
.faq-list details p { margin:-8px 45px 25px 0; color:var(--muted); }
.cta-band { background:var(--navy); }
.cta-inner { min-height:300px; display:flex; align-items:center; justify-content:space-between; gap:60px; }
.cta-inner h2 { margin:0; color:#fff; }

.page-hero { padding:105px 0 98px; background:var(--navy); }
.page-hero h1 { max-width:900px; margin-bottom:25px; color:#fff; font-size:clamp(3.2rem,6vw,6rem); }
.page-hero p:last-child { max-width:720px; color:#c5cfda; font-size:1.15rem; }
.split-feature { display:grid; grid-template-columns:1fr 1fr; min-height:610px; }
.split-photo { background-size:cover; background-position:center; }
.split-about { background-image:url("/images/hogwarts.jpg"); }
.split-copy { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:75px max(6vw,50px); background:var(--navy); color:#c6d0dc; }
.split-copy h2 { color:#fff; }
.team-grid { display:grid; grid-template-columns:1fr 1fr; gap:45px; }
.team-card { background:var(--cream); padding:18px 18px 35px; }
.team-card>p,.team-card h2 { margin-left:16px; margin-right:16px; }
.founders-photo { min-height:590px; background:url("/images/founders.jpg") center 35%/cover no-repeat; }
.team-bios { gap:1px; background:#d9dde0; }
.team-bios .team-card { padding:45px 35px; }
.service-steps { border-top:1px solid #d8dde2; }
.service-steps article { display:grid; grid-template-columns:90px 1fr; gap:30px; padding:40px 0; border-bottom:1px solid #d8dde2; }
.service-steps article>span { color:#6e9bbc; font-size:.8rem; font-weight:800; }
.service-steps h2 { margin-bottom:10px; font-size:2rem; }
.service-steps p { max-width:700px; color:var(--muted); }
.destination-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; padding-bottom:112px; }
.destination { position:relative; min-height:450px; background-position:center; background-size:cover; }
.destination:after { content:""; position:absolute; inset:0; background:linear-gradient(transparent 35%,rgba(8,20,39,.88)); }
.destination>div { position:absolute; z-index:1; bottom:26px; left:28px; }
.destination h2 { margin:0; color:#fff; font-size:2rem; }
.theme { background-image:url("/images/magic-kingdom.webp"); }
.cruise { background-image:url("/images/accessible-travel.jpg"); }
.escape { background-image:url("/images/hogwarts.jpg"); }
.center-cta { text-align:center; background:var(--pale); }
.center-cta p:not(.eyebrow) { color:var(--muted); }
.post-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.post-card { border:1px solid #e0e4e7; background:#fff; }
.post-image { height:235px; background-position:center; background-size:cover; }
.post-1 { background-image:url("/images/mickey-salute.jpg"); }
.post-2 { background-image:url("/images/magic-kingdom.webp"); }
.post-3 { background-image:url("/images/hogwarts.jpg"); }
.post-body { padding:28px; }
.post-body h2 { font-size:1.55rem; }
.post-body>p:not(.eyebrow) { color:var(--muted); }
.join-points { padding-bottom:112px; }

.footer { padding:80px 0 25px; background:#0d172b; color:#aeb9c6; }
.footer-grid { display:grid; grid-template-columns:1.5fr .65fr .75fr 1fr; gap:60px; }
.footer-brand img { width:190px; mix-blend-mode:screen; }
.footer-brand p { max-width:330px; margin-top:22px; font-size:.9rem; }
.footer h3 { margin-bottom:22px; color:#fff; font-size:.76rem; letter-spacing:.12em; text-transform:uppercase; }
.footer-grid>div:not(:first-child) { display:flex; flex-direction:column; gap:13px; }
.footer a { font-size:.88rem; }
.footer a:hover { color:#fff; }
.socials { display:flex; gap:9px; }
.socials a { display:grid; place-items:center; width:35px; height:35px; border:1px solid #475164; border-radius:50%; color:#fff; }
.footer-contact p { font-size:.78rem; }
.footer-bottom { display:flex; justify-content:space-between; margin-top:65px; padding-top:25px; border-top:1px solid #283247; font-size:.72rem; }

@media (max-width:980px) {
  .menu-button { display:flex; align-items:center; gap:10px; padding:12px; cursor:pointer; }
  .menu-button span { font-size:.72rem; font-weight:800; text-transform:uppercase; }
  .menu-button i { font-size:1.35rem; font-style:normal; }
  .main-nav { position:absolute; top:88px; left:0; right:0; display:none; padding:20px 24px 30px; background:#fff; box-shadow:0 16px 30px rgba(10,20,35,.15); }
  .main-nav.open { display:grid; }
  .main-nav a { padding:14px 0; border-bottom:1px solid #e4e7e9; }
  .nav-quote { display:none; }
  .reason-grid,.process-grid { grid-template-columns:1fr 1fr; }
  .post-grid { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1.2fr 1fr 1fr; }
  .footer-contact { grid-column:2/4; }
}
@media (max-width:720px) {
  .wrap { width:min(100% - 32px,1160px); }
  .section { padding:76px 0; }
  .nav-wrap { min-height:76px; }
  .brand { width:168px; }
  .main-nav { top:76px; }
  .hero { min-height:690px; background-position:62% center; }
  .hero-shade { background:linear-gradient(90deg,rgba(9,22,44,.96),rgba(15,27,50,.62)); }
  .hero-inner { padding:72px 0 150px; }
  .hero h1 { font-size:clamp(3rem,15vw,4.6rem); }
  .hero-copy { font-size:1rem; }
  .button-row { align-items:flex-start; flex-direction:column; }
  .hero-note { left:0; }
  .hero-note span { padding:17px 15px; text-align:center; }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-grid div { min-height:98px; padding:18px; border-bottom:1px solid rgba(255,255,255,.12); }
  .two-col,.section-heading,.faq-layout,.specialty,.split-feature { grid-template-columns:1fr; gap:35px; }
  .image-ribbon { height:auto; grid-template-columns:1fr; }
  .ribbon-card { min-height:320px; }
  .reason-grid,.process-grid,.team-grid,.destination-grid,.post-grid { grid-template-columns:1fr; }
  .reason-card { min-height:auto; }
  .reason-number { margin-bottom:35px; }
  .specialty-image { min-height:430px; }
  .specialty-copy { padding:70px 28px; }
  .process-grid { gap:55px; }
  .cta-inner { min-height:350px; align-items:flex-start; justify-content:center; flex-direction:column; }
  .page-hero { padding:78px 0; }
  .page-hero h1 { font-size:3.2rem; }
  .split-photo { min-height:410px; }
  .team-photo { height:380px; }
  .destination-grid { padding-bottom:76px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/3; }
  .footer-contact { grid-column:1/3; }
  .footer-bottom { align-items:flex-start; flex-direction:column; gap:8px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*:before,*:after { transition-duration:.01ms!important; }
}


.static-menu-button { display: none; }
.static-nav .active { border-color: var(--blue); color: var(--navy); }
.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; background: var(--pale); }
.not-found .wrap { max-width: 720px; }

@media (max-width: 980px) {
  .static-menu-button { display: flex; }
  .static-nav { position: absolute; top: 88px; left: 0; right: 0; display: none; padding: 20px 24px 30px; background: #fff; box-shadow: 0 16px 30px rgba(10,20,35,.15); }
  .static-nav.open { display: grid; }
}
@media (max-width: 720px) {
  .static-nav { top: 76px; }
}
