.trip-choice-page *{box-sizing:border-box}
.trip-choice-page{margin:0;background:var(--site-cream);color:var(--site-ink)}
.choice-shell{width:min(calc(100% - 48px),1200px);margin-inline:auto}
.choice-hero{min-height:540px;position:relative;display:flex;align-items:end;overflow:hidden;background:var(--site-deep);color:#fff}
.choice-hero>img,.choice-hero-shade{position:absolute;inset:0;width:100%;height:100%}
.choice-hero>img{object-fit:cover;object-position:center 42%}
.choice-hero-shade{background:linear-gradient(90deg,rgba(5,34,42,.91),rgba(5,34,42,.53) 64%,rgba(5,34,42,.2))}
.choice-hero-content{position:relative;padding:3rem 0 4.2rem}
.choice-breadcrumb{display:flex;gap:.65rem;align-items:center;margin-bottom:4.6rem;color:#e8eee9;font-size:.83rem}
.choice-breadcrumb a{color:#fff;text-underline-offset:3px}
.choice-kicker{margin:0 0 .8rem;color:#b8833b;font-size:.77rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.choice-hero .choice-kicker{color:#f0ce93}
.choice-hero h1{max-width:760px;margin:0;color:#fff;font:400 clamp(2.7rem,5.5vw,5.2rem)/1.08 Georgia,'Times New Roman',serif;letter-spacing:-.035em}
.choice-intro{max-width:580px;margin:1.3rem 0 1.8rem;color:#f4f4ef;font-size:clamp(1.05rem,1.35vw,1.22rem);line-height:1.6}
.choice-shortcuts{display:flex;flex-wrap:wrap;gap:.55rem}
.choice-shortcuts a{display:inline-flex;gap:1.2rem;align-items:center;justify-content:space-between;min-width:100px;padding:.85rem 1rem;border:1px solid #fff;color:#fff;font-weight:750;text-decoration:none}
.choice-shortcuts a:hover{background:#fff;color:var(--site-deep)}
.choice-section{padding:clamp(3.5rem,6vw,6rem) 0;background:var(--site-sand)}
.choice-section h2,.choice-faq h2{margin:0 0 1.8rem;font:400 clamp(2.1rem,3.6vw,3.5rem)/1.1 Georgia,'Times New Roman',serif;letter-spacing:-.03em;color:var(--site-ink)}
.choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.choice-card{display:flex;flex-direction:column;min-width:0;padding:clamp(1.4rem,2.6vw,2.4rem);background:#fff;border:1px solid var(--site-border);box-shadow:0 16px 35px rgba(9,44,52,.06)}
.choice-card-top{display:flex;justify-content:space-between;gap:1rem;align-items:start;padding-bottom:1.7rem;border-bottom:1px solid var(--site-border)}
.choice-card-time{font-size:.84rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--site-sea)}
.choice-card-mark{font:400 2.8rem/1 Georgia,serif;color:#d9c6a7}
.choice-card h3{margin:1.7rem 0 .7rem;font:400 clamp(1.7rem,2.3vw,2.2rem)/1.18 Georgia,serif;color:var(--site-ink)}
.choice-card-benefit{margin:0 0 1.2rem;min-height:3.3em;font-weight:650;font-size:1.06rem;line-height:1.55;color:var(--site-ink)}
.choice-card ul{list-style:none;margin:0 0 2rem;padding:0;color:var(--site-muted)}
.choice-card li{position:relative;padding:.35rem 0 .35rem 1.3rem;line-height:1.45}
.choice-card li:before{content:'✦';position:absolute;left:0;color:var(--site-gold)}
.choice-card-end{margin-top:auto}
.choice-cta{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:50px;padding:.85rem 1rem;background:var(--site-deep);color:#fff;text-decoration:none;font-weight:750}
.choice-cta:hover{background:var(--site-sea);color:#fff}
.choice-availability{margin:.65rem 0 0;color:var(--site-muted);font-size:.82rem;line-height:1.45}
.choice-guidance{display:flex;align-items:start;gap:1rem;margin-top:1.4rem;padding:1.35rem 1.6rem;border-left:3px solid var(--site-gold);background:#e9e2d3}
.choice-guidance-icon{font-size:1.25rem;color:#976a34;line-height:1.4}
.choice-guidance p{max-width:950px;margin:0;color:var(--site-ink);line-height:1.6}
.choice-faq{padding:clamp(3.5rem,6vw,6rem) 0;background:var(--site-cream)}
.choice-faq h2{margin-bottom:1.4rem}
.choice-faq-list{max-width:850px}
.choice-faq details{border-top:1px solid var(--site-border)}
.choice-faq details:last-child{border-bottom:1px solid var(--site-border)}
.choice-faq summary{cursor:pointer;padding:1.15rem 2rem 1.15rem 0;color:var(--site-ink);font-weight:700;line-height:1.45}
.choice-faq details p{margin:0;padding:0 2rem 1.3rem 0;color:var(--site-muted);line-height:1.6}
.trip-choice-page a:focus-visible,.trip-choice-page summary:focus-visible{outline:3px solid var(--site-gold);outline-offset:3px}
@media(max-width:850px){.choice-grid{grid-template-columns:1fr}.choice-card-benefit{min-height:0}.choice-card{padding:1.5rem}.choice-hero{min-height:460px}.choice-breadcrumb{margin-bottom:3rem}}
@media(max-width:600px){.choice-shell{width:min(calc(100% - 32px),1200px)}.choice-hero{min-height:430px}.choice-hero-content{padding:1.5rem 0 2.8rem}.choice-breadcrumb{margin-bottom:2.3rem}.choice-hero h1{font-size:clamp(2.5rem,11vw,3.7rem)}.choice-intro{font-size:1rem}.choice-section,.choice-faq{padding:3.2rem 0}.choice-guidance{padding:1rem}}
