/* Shared interior system. Readability and corner tokens come from holidaylights.css. */
.hl-interior-pages :where(section[id],details[id]) { scroll-margin-top: calc(var(--hl-sticky-clearance, 0px) + 1.25rem); }
.hl-interior-pages p { max-width: 68ch; }
.hl-page-hero { background: var(--hl-ink); color: var(--hl-cream); padding: 1.5rem 0 4.5rem; }
.hl-breadcrumbs { margin: 0 0 2.5rem; font-size: var(--hl-font-small); }
.hl-breadcrumbs ol { padding: 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap; gap: .4rem 1rem; align-items: center; }
.hl-breadcrumbs li { display: flex; align-items: center; gap: 1rem; }
.hl-breadcrumbs li + li::before { content: '/'; color: var(--hl-gold); }
.hl-breadcrumbs a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: .25em; }
.hl-page-hero-grid { display: grid; grid-template-columns: minmax(0,1.07fr) minmax(0,1fr); align-items: center; gap: clamp(2rem,5vw,5rem); }
.hl-page-hero h1 { font-size: clamp(2.75rem,1.4rem + 3.6vw,4.8rem); max-width: 15ch; margin: 0 0 1.5rem; text-wrap: balance; }
.hl-page-intro { color: var(--hl-cream); max-width: 48ch; margin: 0 0 1.7rem; }
.hl-page-hero-actions, .hl-action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; }
.hl-page-hero-figure { margin: 0; min-width: 0; }
.hl-page-hero-figure img { display: block; width: 100%; aspect-ratio: 5/4; height: auto; object-fit: cover; border-radius: var(--hl-radius); }
.hl-page-hero-figure figcaption { font-size: var(--hl-font-small); line-height: 1.6; margin: .85rem 0 0; color: #d6dfd8; }
.hl-page-nav { background: #f0ecdf; border-bottom: 1px solid var(--hl-border); }
.hl-page-nav > .container { display: flex; align-items: center; gap: 1.5rem; padding-top: .8rem; padding-bottom: .8rem; }
.hl-page-nav span { font-size: var(--hl-font-small); font-weight: 700; color: var(--hl-forest); flex-shrink: 0; }
.hl-page-nav ul { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem 1.15rem; margin: 0; padding: 0; list-style: none; }
.hl-page-nav a { font-size: var(--hl-font-control); display: inline-flex; min-height: 44px; align-items: center; padding: .45rem .3rem; text-decoration: underline; text-underline-offset: .3em; text-decoration-color: #81958d; }
.hl-feature-split { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(2rem,5vw,5rem); align-items: center; }
.hl-feature-split > *, .hl-story-grid > *, .hl-fact-grid > * { min-width: 0; }
.hl-feature-split h2 { margin-bottom: 1.5rem; text-wrap: balance; }
.hl-feature-reverse > figure { order: 2; }
.hl-feature-photo { margin: 0; }
.hl-feature-photo img { width: 100%; aspect-ratio: 5/4; object-fit: cover; border-radius: var(--hl-radius); }
.hl-feature-photo figcaption { font-size: var(--hl-font-small); color: var(--hl-muted); margin-top: .8rem; }
.hl-info-note { border-left: 3px solid var(--hl-forest); padding: 1.3rem 1.5rem; margin: 1.8rem 0; background: var(--hl-putty); border-radius: 0 var(--hl-radius) var(--hl-radius) 0; }
.hl-info-note h3 { font-size: 1.65rem; margin-bottom: .75rem; }
.hl-info-note p { margin-bottom: 1rem; }
.hl-info-note p:last-child { margin: 0; }
.hl-surface-putty { background: #eeeee3; }
.hl-surface-dark { background: var(--hl-ink); color: var(--hl-cream); }
.hl-surface-forest { background: var(--hl-forest); color: var(--hl-cream); }
.hl-surface-dark h2, .hl-surface-forest h2 { color: var(--hl-cream); }
.hl-story-grid, .hl-fact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.hl-story-grid-two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.hl-story-card { background: var(--hl-cream); border: 1px solid var(--hl-border); border-radius: var(--hl-radius); padding: 2rem; }
.hl-story-card h3 { margin-bottom: 1.15rem; }
.hl-story-card p { color: var(--hl-muted); }
.hl-round-icon { display: inline-flex; align-items: center; justify-content: center; width: 3.5rem; height: 3.5rem; border-radius: 50%; color: var(--hl-forest); background: #e8e8d9; margin-bottom: 1.5rem; }
.hl-round-icon .hl-icon { width: 1.65rem; height: 1.65rem; }
.hl-dark-note { border: 1px solid #6b8589; border-radius: var(--hl-radius); background: #1b3540; padding: 2rem; }
.hl-dark-note h3 { color: var(--hl-gold); margin: 0 0 1.25rem; }
.hl-dark-note p { color: var(--hl-cream); }
.hl-illustrated-note { background: var(--hl-putty); padding: 2.5rem; border-radius: var(--hl-radius); }
.hl-illustrated-note h3 { margin-bottom: 1.25rem; }
.hl-two-copy { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 3rem; margin-top: 2rem; }
.hl-fact-card { padding: 2rem; border: 1px solid #c6ccbe; border-radius: var(--hl-radius); }
.hl-fact-card > .hl-icon { width: 1.75rem; height: 1.75rem; color: var(--hl-forest); margin-bottom: 1.25rem; }
.hl-fact-card h3 { font-size: 1.7rem; margin-bottom: 1rem; }
.hl-fact-value { font-size: 1.5rem; line-height: 1.4; }
.hl-inline-note { display: flex; align-items: flex-start; gap: 1rem; background: var(--hl-putty); border-radius: var(--hl-radius); padding: 1.5rem; margin-top: 1.5rem; }
.hl-inline-note .hl-icon { margin-top: .25rem; }
.hl-small-copy { font-size: var(--hl-font-small); margin-top: 1.25rem; }
.hl-checklist { padding-left: 1.25rem; }
.hl-checklist li { margin-bottom: .8rem; }
.hl-presenting-panel { padding: 3rem; border: 1px solid var(--hl-border); border-radius: var(--hl-radius); background: #fff; text-align: center; }
.hl-presenting-panel h3 { font-family: var(--hl-sans); font-weight: 700; margin-bottom: 1.25rem; }
.hl-presenting-panel p { margin-left: auto; margin-right: auto; }
.hl-approved-sponsor { display: block; max-width: min(100%,22rem); max-height: 8rem; width: auto; height: auto; object-fit: contain; margin: 1rem auto 1.5rem; }
.hl-sponsor-contact { margin-top: 3rem; }
.hl-next-section { padding: 4rem 0; border-top: 1px solid var(--hl-border); background: #efeee4; }
.hl-next-section h2 { font-size: clamp(2.3rem,1.6rem + 1.6vw,3.25rem); margin-bottom: 2rem; }
.hl-next-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.25rem; }
.hl-next-card { display: grid; gap: .75rem; align-content: start; padding: 1.7rem; background: var(--hl-cream); border: 1px solid var(--hl-border); border-radius: var(--hl-radius); }
.hl-next-card:hover { background: #fff; }
.hl-next-card > span:not(.hl-label) { font-family: var(--hl-serif); font-size: 1.75rem; line-height: 1.3; }
.hl-next-card .hl-label { color: var(--hl-forest); }
.hl-next-card .hl-icon { margin-top: .5rem; }
.hl-faq-light details { background: transparent; color: var(--hl-ink); border-color: #a9b6a7; }
.hl-faq-light details[open] { background: #eeeee3; }
.hl-faq-light summary { color: var(--hl-ink); }
.hl-faq-light summary:hover { background: #eeeee3; }
.hl-faq-light summary .hl-icon { color: var(--hl-forest); }
.hl-faq-light .hl-faq-answer { color: var(--hl-ink); }
.hl-faq-light .hl-faq-answer p { color: var(--hl-ink); }
.hl-faq-light .hl-faq-answer a { color: var(--hl-forest); }
.hl-detail-link { margin-top: 1.25rem; }
.hl-faq-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,2.3fr); gap: 3.5rem; align-items: start; }
.hl-faq-aside { background: var(--hl-putty); padding: 2rem; border-radius: var(--hl-radius); }
.hl-faq-aside h2 { font-size: 2.2rem; margin-bottom: 1.25rem; }
.hl-faq-aside .hl-text-link { overflow-wrap: anywhere; }
.hl-faq-group + .hl-faq-group { margin-top: 3.75rem; }
.hl-faq-group h2 { font-size: 2.75rem; margin-bottom: 1.5rem; }
.hl-review-banner { background: #f6ddb2; color: var(--hl-ink); font-size: 1rem; line-height: 1.6; padding: 1rem 0; border-bottom: 1px solid var(--hl-forest); }
.hl-review-banner .container { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1.5rem; }
.hl-review-banner span { flex: 1 1 32rem; }
.hl-review-banner a { text-decoration: underline; min-height: 44px; display: inline-flex; align-items: center; }
.hl-interior-pages a, .hl-interior-pages h1, .hl-interior-pages h2, .hl-interior-pages h3, .hl-interior-pages p, .hl-interior-pages li { overflow-wrap: anywhere; }
.hl-menu a[aria-current="page"] { color: var(--hl-gold); text-decoration: underline; text-underline-offset: .4em; }
@media (max-width: 991.98px) {
  .hl-page-hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hl-page-hero h1 { max-width: 19ch; }
  .hl-page-hero-figure img { aspect-ratio: 16/9; }
  .hl-feature-split { grid-template-columns: 1fr; }
  .hl-feature-reverse > figure { order: 0; }
  .hl-story-grid, .hl-fact-grid { grid-template-columns: 1fr 1fr; }
  .hl-faq-layout { grid-template-columns: 1fr; }
  .hl-page-nav > .container { flex-wrap: wrap; gap: .5rem; }
  .hl-page-nav > .container > span { flex-basis: 100%; }
}
@media (max-width: 767.98px) {
  .hl-page-hero { padding-bottom: 3rem; }
  .hl-page-hero h1 { font-size: clamp(2.5rem,1.85rem + 3.2vw,3.6rem); }
  .hl-story-grid, .hl-fact-grid, .hl-two-copy, .hl-next-grid { grid-template-columns: 1fr; }
  .hl-illustrated-note, .hl-dark-note, .hl-story-card, .hl-fact-card, .hl-faq-aside { padding: 1.5rem; }
  .hl-presenting-panel { padding: 2rem 1.5rem; }
  .hl-page-nav ul { gap: .15rem 1rem; }
  .hl-page-hero-figure img { aspect-ratio: 4/3; }
  .hl-two-copy { gap: 1rem; }
}
@media (forced-colors: active) { .hl-story-card,.hl-fact-card,.hl-next-card,.hl-info-note,.hl-dark-note,.hl-illustrated-note { border: 1px solid CanvasText; } }
@media print { .hl-page-hero { color: #000; background: #fff; } .hl-page-hero .hl-eyebrow,.hl-page-intro { color: #000; } .hl-page-nav,.hl-page-hero-actions,.hl-next-section,.hl-review-banner { display: none; } .hl-page-hero-grid,.hl-feature-split,.hl-story-grid,.hl-faq-layout { display: block; } }

.hl-ticket-pending { border-left: 3px solid var(--hl-gold); padding: .6rem 1rem; margin: 1.5rem 0; }

/* v0.4.0: genuine prior-season photography. Keep complete portrait compositions. */
.hl-page-hero-events .hl-page-hero-figure img,
.hl-page-hero-experience .hl-page-hero-figure img,
.hl-page-hero-pines .hl-page-hero-figure img,
.hl-feature-photo--full img {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
}
.hl-feature-photo--portrait { width: 100%; max-width: 28rem; justify-self: center; }
.hl-feature-photo--portrait img { aspect-ratio: auto; height: auto; object-fit: contain; }
.hl-character-plan-title { font-size: 1.7rem; margin: 2rem 0 1rem; }
.hl-character-gallery-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.5rem; }
.hl-character-gallery-card { min-width: 0; margin: 0; }
.hl-character-gallery-link { height: auto; aspect-ratio: auto; display: block; background: var(--hl-ink); }
.hl-character-gallery-link > img { position: static; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.hl-character-gallery-link:hover > img { transform: none; }
.hl-character-gallery-card > figcaption { font-family: var(--hl-serif); font-size: 1.5rem; line-height: 1.4; margin-top: 1rem; }
.hl-character-photo-context { font-size: var(--hl-font-small); line-height: 1.6; color: var(--hl-muted); margin: 1.75rem 0 0; }
.hl-sponsor-story { margin-top: 2.5rem; }
.hl-sponsor-story--photo { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: stretch; gap: 1.5rem; }
.hl-sponsor-photo { margin: 0; min-width: 0; }
.hl-sponsor-photo img { display: block; width: 100%; height: auto; border-radius: var(--hl-radius); }
.hl-sponsor-photo figcaption { font-size: var(--hl-font-small); line-height: 1.6; color: var(--hl-muted); margin: .85rem 0 0; }
.hl-sponsor-story .hl-presenting-panel { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; padding: 2.5rem 1.75rem; }
.hl-presenting-panel h3.hl-label { font-size: 1rem; letter-spacing: .12em; font-weight: 700; color: var(--hl-forest); margin-bottom: 1.5rem; }
.hl-sponsor-story .hl-presenting-panel .hl-sponsor-mark { margin: 0 0 1.75rem; }
.hl-sponsor-story .hl-presenting-panel p { margin-bottom: 1rem; }
@media (max-width: 991.98px) {
  .hl-sponsor-story--photo { grid-template-columns: 1fr; }
  .hl-sponsor-photo { max-width: 44rem; width: 100%; justify-self: center; }
}
@media (max-width: 767.98px) {
  .hl-character-gallery-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hl-character-gallery-card { width: 100%; max-width: 28rem; justify-self: center; }
  .hl-sponsor-story .hl-presenting-panel { padding: 2rem 1.25rem; }
}
@media (forced-colors: active) {
  .hl-character-gallery-link { border: 1px solid CanvasText; }
}
@media print {
  .hl-character-gallery-grid, .hl-sponsor-story--photo { display: block; }
  .hl-character-gallery-card, .hl-sponsor-photo { max-width: 24rem; break-inside: avoid; margin-bottom: 1rem; }
}
