/* Year-end campaign: existing service hero, disclosure and contact patterns. */
.year-end-page { background: var(--surface); color: var(--ink); }
.year-end-page main { overflow: clip; }
.year-end-page main p { margin: 0 0 20px; }
.year-end-page main p, .year-end-page main li { line-height: 1.85; }
.year-end-page main a:not(.button):not(.performance-cover):not(.contact-direct a) { text-underline-offset: 5px; }
.year-end-page figure { margin: 0; }
.year-end-page figure img { display: block; width: 100%; height: auto; }
.year-end-page :focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.year-end-page [hidden] { display: none !important; }
.ye-section { padding-block: clamp(80px,8vw,128px); scroll-margin-top: 112px; }
.ye-heading { margin-bottom: 48px; }
.year-end-page .ye-heading h2 { font-size: clamp(38px,4.5vw,68px); font-weight: 400; line-height: 1.28; letter-spacing: .02em; margin: 0; color: var(--ink); background: none; -webkit-text-fill-color: currentColor; }
.year-end-page #faq-title, .year-end-page #contact-title { width: auto; background: none; color: var(--ink); -webkit-text-fill-color: currentColor; }
.ye-phrase { position: relative; display: inline-block; max-width: 100%; }
@media (min-width: 981px) {
  .year-end-page .contact-intro #contact-title { width: max-content; max-width: calc(100% + clamp(32px, 5vw, 64px)); }
  .year-end-page .ye-contact #contact-title { font-size: clamp(36px, 3.6vw, 56px); }
  .ye-contact #contact-title .ye-phrase { max-width: none; white-space: nowrap; }
}
.ye-punctuation { display: inline-block; width: 0; }
@supports (-webkit-background-clip: text) {
  .ye-heading .ye-phrase { background: linear-gradient(90deg,#19324d,var(--blue-deep) 58%,var(--blue)); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; padding-right: 1em; margin-right: -1em; }
}
.year-end-page .ye-heading .service-kicker { margin-bottom: 24px; }
.year-end-page .ye-intro { font-size: 17px; font-weight: 500; line-height: 1.85; color: var(--muted); max-width: 42em; margin: 24px 0 0; text-align: left; }
.ye-heading-split { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: end; }
.ye-heading-center { max-width: 850px; margin-inline: auto; text-align: center; }
.ye-heading-center .ye-intro { margin-inline: auto; }
.year-end-page h3 { font-size: 22px; font-weight: 600; line-height: 1.55; color: var(--navy); margin: 0 0 14px; background: none; -webkit-text-fill-color: currentColor; }
.year-end-page .ye-note, .year-end-page figcaption { font-size: 14px; font-weight: 400; line-height: 1.8; color: var(--muted); }
.ye-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.year-end-page .button { width: fit-content; max-width: 100%; gap: 12px; }
.ye-link, .ye-text-links a { color: var(--blue-deep); font-weight: 600; text-decoration: underline; }
.ye-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; }
.ye-link:hover, .ye-text-links a:hover { color: var(--blue); }
.ye-text-links { display: flex; flex-wrap: wrap; gap: 16px 24px; }
.ye-text-links a { padding-block: 8px; }
.year-end-page .ye-eyebrow { color: var(--blue); font-size: 14px; font-weight: 600; letter-spacing: .06em; margin: 0 0 12px; }

/* Photo 51: keep the dove and face clear, text on the quieter left side. */
.year-end-page .ye-hero { position: relative; min-height: 100svh; padding: 0; }
.year-end-page .ye-hero .hero-grid { position: relative; width: 100%; max-width: none; margin: 0; min-height: 100svh; padding: 144px max(32px,calc((100vw - 1320px)/2)) max(64px,8svh); justify-content: flex-end; }
.year-end-page .ye-hero .hero-copy { max-width: 670px; align-items: flex-start; }
.year-end-page .ye-hero .hero-media { inset: 0; margin: 0; }
.year-end-page .ye-hero .hero-media img { height: 100%; object-fit: cover; object-position: 65% 40%; }
.year-end-page .ye-hero .hero-media::after { background: linear-gradient(90deg,rgba(14,43,76,.88),rgba(14,43,76,.62) 31%,rgba(14,43,76,.08) 67%),linear-gradient(0deg,rgba(14,43,76,.45),transparent 50%); }
.year-end-page .ye-hero .hero-headline { margin: 0 0 18px; }
.year-end-page .hero-headline > span { overflow: visible; padding: .02em 0; position: relative; }
.year-end-page .ye-hero .hero-tagline { font-size: 18px; font-weight: 500; max-width: 27em; line-height: 1.8; letter-spacing: .025em; margin: 0; }
.year-end-page .ye-hero .hero-tagline > span { display: inline-block; }
.ye-hero-actions { gap: 24px; }
.ye-hero-film { color: white; display: inline-flex; align-items: center; gap: 12px; min-height: 48px; font-size: 15px; text-decoration: underline; }
.year-end-page .ye-hero :focus-visible { outline-color: white; }
.ye-film-section .performance-film { max-width: 1100px; }
.ye-film-section .performance-screen { border-radius: var(--radius-feature); }
.year-end-page .ye-film-note { max-width: 1100px; margin: 22px auto 0; }

/* Two photo-led choices, followed by a directly visible pure-stage option. */
.ye-program-section, .ye-arrangement { background: var(--blue-mist); }
.ye-program-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ye-program-card { min-width: 0; }
.ye-program-card figure { overflow: hidden; border-radius: var(--radius-feature); }
.ye-program-card figure img { aspect-ratio: 3/2; object-fit: cover; transition: transform 500ms var(--ease); }
.ye-program-card:nth-child(2) img { object-position: 50% 35%; }
.ye-program-copy { padding: 28px clamp(18px,1.5vw,22px) 0; font-size: 16px; line-height: 1.85; text-align: left; }
.year-end-page .ye-program-copy h3 { display: inline; font: inherit; font-weight: 700; color: var(--navy); margin: 0; }
.ye-program-copy h3::after { content: "。"; margin-right: .35em; }
.year-end-page .ye-program-copy p { display: inline; font: inherit; font-weight: 500; color: var(--muted); margin: 0; }
.ye-program-copy .ye-link { margin-top: auto; }
.ye-choice { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 32px; padding: 36px 40px; border-radius: var(--radius-card); background: var(--blue-soft); scroll-margin-top: 112px; }
.ye-choice > div { max-width: 46em; }
.ye-choice p { color: var(--muted); font-weight: 500; }
.ye-choice .button { flex-shrink: 0; }
.year-end-page .ye-choice p:last-child { margin-bottom: 0; }

.ye-experience-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(36px,6vw,80px); align-items: start; }
.ye-detail-photo img { border-radius: var(--radius-feature); }
.ye-detail-photo figcaption { margin-top: 16px; }
.ye-detail-row { display: grid; grid-template-columns: 4.5em minmax(0,1fr); gap: 24px; padding: 24px 0; }
.ye-detail-row:first-child { padding-top: 0; }
.ye-detail-row + .ye-detail-row { border-top: 1px solid var(--line); }
.year-end-page .ye-detail-row h3 { font-size: 18px; font-weight: 600; line-height: 1.65; color: var(--blue-deep); margin: 0; background: none; -webkit-text-fill-color: currentColor; }
.year-end-page .ye-detail-row p { font-size: 16px; font-weight: 500; line-height: 1.85; color: var(--muted); margin: 0; }
.ye-detail-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 12px; }
.ye-detail-actions .button { width: fit-content; flex-shrink: 0; }
.ye-detail-actions > a:not(.button) { color: var(--blue-deep); font-size: 15px; font-weight: 500; }
.ye-moments-heading { margin-top: 64px; display: flex; align-items: baseline; justify-content: space-between; gap: 24px; }
.ye-moments-heading p:last-child { color: var(--muted); font-size: 15px; }
.ye-moments { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.ye-moments img { aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-card); }
.ye-moments figure:nth-child(2) img { object-fit: cover; object-position: 50% 50%; }
.ye-moments figcaption { margin-top: 14px; }

.ye-schedule-list { display: grid; gap: 16px; margin-bottom: 24px; }
.ye-schedule-list article { padding: 28px 36px; display: flex; align-items: center; gap: 28px; border-radius: 999px; background: white; }
.ye-number { color: var(--blue); font-size: 16px; letter-spacing: .08em; flex: none; }
.ye-schedule-list h3 { font-size: 21px; margin-bottom: 6px; }
.year-end-page .ye-schedule-list p { margin-bottom: 0; color: var(--muted); font-weight: 500; }
.ye-planning-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 52px; }
.ye-planning-panel { padding: clamp(28px,3vw,44px); background: white; border-radius: var(--radius-feature); scroll-margin-top: 112px; }
.year-end-page .ye-small-title { font-size: clamp(26px,2.4vw,34px); font-weight: 500; line-height: 1.4; margin: 0 0 24px; color: var(--navy); background: none; -webkit-text-fill-color: currentColor; }
.ye-planning-panel p { color: var(--muted); }
.year-end-page .ye-measure { display: flex; align-items: center; gap: 20px; color: var(--blue); line-height: 1; margin-block: 24px; }
.ye-measure strong { font-size: 88px; font-weight: 400; line-height: 1; }
.ye-measure > span { font-size: 22px; font-weight: 500; }
.ye-measure small { display: block; font-size: 14px; font-weight: 400; margin-top: 12px; color: var(--muted); }
.ye-checklist { padding-left: 1.25em; margin: 24px 0; color: var(--ink); }
.ye-checklist li + li { margin-top: 12px; }
.ye-checklist li::marker { color: var(--blue); }

.ye-shadow { background: var(--navy); color: white; }
.year-end-page .ye-shadow .ye-heading h2, .ye-shadow .ye-heading .ye-phrase { color: white; background: none; -webkit-text-fill-color: white; }
.year-end-page .ye-shadow :is(.service-kicker,.ye-eyebrow) { color: #a7ccf2; }
.year-end-page .ye-shadow h3 { color: white; }
.year-end-page .ye-shadow :is(.ye-intro,.ye-note), .ye-shadow-info p { color: #d0deed; }
.ye-shadow-photo { overflow: hidden; border-radius: var(--radius-feature); }
.ye-shadow-photo img { max-height: 700px; object-fit: cover; object-position: 50% 35%; }
.ye-shadow-info { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; margin-top: 40px; }
.ye-shadow-info p { max-width: 38em; }
.ye-shadow .ye-link { color: white; }
.ye-shadow .ye-actions .button { background: white; }
.ye-shadow :focus-visible { outline-color: white; }

/* Real cases: editorial figures, not prices or standard-package specifications. */
.ye-cases-section { padding-top: 0; }
.ye-cases-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 24px; }
.ye-case { min-width: 0; padding: 36px; border-radius: 32px; background: var(--blue-mist); }
.ye-case-featured { grid-row: span 2; background: var(--blue-soft); display: flex; flex-direction: column; justify-content: space-between; gap: 40px; }
.ye-case-compact { display: grid; grid-template-columns: 140px minmax(0,1fr); gap: 28px; }
.year-end-page .ye-case-label { font-size: 15px; font-weight: 500; color: var(--blue-deep); margin-bottom: 24px; }
.year-end-page .ye-case-metric { display: flex; flex-wrap: wrap; gap: 8px; align-items: baseline; color: var(--blue-deep); margin: 0 0 16px; line-height: 1; }
.ye-case-metric strong { font-size: 72px; font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.ye-case-featured .ye-case-metric strong { font-size: clamp(96px,10vw,144px); }
.ye-case-metric > span { font-size: 18px; font-weight: 500; }
.ye-case-metric .ye-case-qualifier { align-self: flex-start; margin-top: 8px; font-size: 15px; }
.year-end-page .ye-case-story h3 { font-size: 24px; font-weight: 500; line-height: 1.5; margin: 0 0 16px; color: var(--navy); background: none; -webkit-text-fill-color: currentColor; }
.year-end-page .ye-case-story p { font-size: 16px; font-weight: 400; line-height: 1.85; text-align: left; color: var(--muted); }
.year-end-page .ye-case-story .ye-case-takeaway { font-weight: 500; color: var(--blue-deep); margin: 24px 0 0; }
.year-end-page .ye-case-context,.year-end-page .ye-case-story .ye-case-context { font-size: 14px; font-weight: 400; line-height: 1.75; color: var(--muted); margin: 0; }
.year-end-page .ye-cases-note { font-size: 14px; line-height: 1.85; color: var(--muted); margin: 24px 0 0; }
.ye-shadow-case { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; padding: 40px; margin-top: 48px; border: 1px solid rgba(167,204,242,.3); border-radius: 32px; background: rgba(255,255,255,.05); }
.year-end-page .ye-shadow-case .ye-case-label,.year-end-page .ye-shadow-case .ye-case-metric { color: #a7ccf2; }
.year-end-page .ye-shadow-case .ye-case-story h3 { color: white; }
.year-end-page .ye-shadow-case .ye-case-story p,.year-end-page .ye-shadow-case .ye-case-context { color: #d0deed; }
.year-end-page .ye-shadow-case .ye-case-takeaway { color: white; margin-bottom: 20px; }
@media (max-width: 1199px) and (min-width: 981px) {
  .ye-case { padding: 28px; }
  .ye-case-compact { grid-template-columns: 112px minmax(0,1fr); gap: 24px; }
  .ye-case-compact .ye-case-metric strong { font-size: 60px; }
}
@media (max-width: 980px) {
  .ye-cases-grid { grid-template-columns: 1fr; }
  .ye-case-featured { grid-row: auto; }
  .ye-case,.ye-shadow-case { border-radius: 24px; padding: clamp(28px,4vw,40px); }
  .ye-case { display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 32px; }
  .ye-case-featured .ye-case-metric strong { font-size: 80px; }
  .ye-shadow-case { grid-template-columns: 180px minmax(0,1fr); gap: 32px; }
}
@media (max-width: 767px) {
  .ye-section.ye-cases-section { padding-top: 0; }
  .ye-case,.ye-shadow-case { display: block; padding: 28px 24px; }
  .ye-case-story { margin-top: 28px; }
  .year-end-page .ye-case-story h3 { font-size: 22px; }
  .ye-case-featured .ye-case-metric strong { font-size: 96px; }
  .ye-shadow-case { margin-top: 36px; }
}

/* Reuse the service-page details controller and its exact capsule geometry. */
.year-end-page .service-faq-list details { border-radius: var(--closed-radius, 48px); }
.year-end-page .service-faq-list details[open] { border-radius: 24px; }
.year-end-page .service-faq-list details > div { text-align: left; }
.year-end-page .service-faq-list details p { margin: 0; font-weight: 400; }
.ye-contact { background: var(--blue-mist); }
.ye-contact-panel { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; }
.ye-contact .ye-heading { margin: 0; }
.ye-contact .contact-direct { margin: 0 0 28px; }
.ye-contact .contact-intro .contact-direct { margin-top: 32px; }
.year-end-page .ye-program-copy > p:last-child { margin-bottom: 0; }
.ye-contact-options { min-width: 0; }
.ye-contact-options > p { margin-top: 22px; }
.ye-fallback { display: flex; flex-wrap: wrap; gap: 20px; padding: 110px 16px 24px; }

@media (hover:hover) and (pointer:fine) {
  .ye-program-card:hover img { transform: scale(1.025); }
  .ye-program-card:focus-within img { transform: scale(1.025); }
}
@media (max-width: 980px) {
  .ye-heading-split, .ye-experience-layout, .ye-contact-panel { grid-template-columns: 1fr; gap: 32px; }
  .ye-heading-split .ye-intro { margin: 0; }
  .ye-contact-panel { padding-inline: clamp(28px,4vw,40px); }
  .year-end-page .ye-hero .hero-grid { padding: 52svh 20px max(40px,5svh); align-items: center; }
  .year-end-page .ye-hero .hero-copy { max-width: 720px; align-items: center; text-align: center; }
  .year-end-page .ye-hero .hero-media { bottom: auto; height: 80%; }
  .year-end-page .ye-hero .hero-media img { object-position: 62% 30%; }
  .year-end-page .ye-hero .hero-media::after { background: linear-gradient(0deg,var(--navy),rgba(14,43,76,.94) 8%,rgba(14,43,76,.28) 42%,rgba(14,43,76,.04) 75%); }
  .year-end-page .ye-hero .hero-tagline { max-width: 28em; font-size: 17px; }
  .ye-hero-actions { justify-content: center; }
  .ye-choice { flex-direction: column; align-items: flex-start; gap: 20px; padding: 28px; }
  .ye-program-copy { padding: 28px 22px 0; }
  .ye-detail-photo { max-width: 780px; }
  .ye-detail-copy { display: block; }
  .ye-moments { gap: 16px; }
  .ye-planning-panel { padding: 28px; }
  .ye-shadow-info { gap: 36px; }
}
@media (max-width: 767px) {
  .ye-section { padding-block: 72px; }
  .ye-heading { text-align: center; margin-bottom: 36px; }
  .year-end-page .ye-heading h2 { font-size: clamp(30px,9.7vw,46px); }
  .year-end-page .ye-heading .service-kicker { font-size: 16px; }
  .year-end-page .ye-intro { font-size: 15px; margin-top: 20px; }
  .ye-heading-split { gap: 0; }
  .ye-program-grid, .ye-planning-grid, .ye-detail-copy, .ye-shadow-info { grid-template-columns: 1fr; }
  .ye-program-grid { gap: 36px; }
  .ye-detail-row { grid-template-columns: 1fr; gap: 8px; }
  .ye-detail-actions { flex-direction: column; align-items: flex-start; }
  .ye-detail-actions .button { padding-inline: 16px; }
  .ye-detail-actions > a:not(.button) { margin-left: 17px; }
  .ye-program-copy { padding: 24px 18px 0; }
  .ye-planning-panel { padding: 28px 24px; }
  .ye-choice { padding: 28px 24px; align-items: center; }
  .ye-choice h3 { font-size: 21px; }
  .ye-actions { justify-content: center; }
  .year-end-page .ye-hero .hero-grid { padding: 50svh 16px 40px; }
  .year-end-page .ye-hero .hero-media { height: 76%; }
  .year-end-page .ye-hero .hero-headline { font-size: clamp(34px,8.5vw,40px); letter-spacing: .02em; }
  .year-end-page .ye-hero .hero-tagline { font-size: 16px; max-width: 21em; }
  .ye-hero-actions { gap: 8px 24px; margin-top: 24px; }
  .ye-moments-heading { display: block; margin-top: 72px; }
  .ye-moments-heading .service-kicker { text-align: center; }
  .ye-moments { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
  .ye-moments figure:first-child { grid-column: 1/-1; }
  .ye-moments figure:first-child img { aspect-ratio: 3/2; }
  .ye-moments figcaption { font-size: 13px; margin-top: 10px; }
  .ye-moments figure:not(:first-child) img { aspect-ratio: 4/3; }
  .ye-schedule-list article { align-items: flex-start; gap: 16px; padding: 24px; border-radius: 24px; }
  .ye-number { margin-top: 3px; }
  .ye-schedule-list h3 { font-size: 20px; }
  .ye-schedule-list p { font-size: 15px; }
  .ye-planning-grid { margin-top: 36px; }
  .ye-shadow-photo img { max-height: none; }
  .ye-shadow-info { gap: 24px; margin-top: 28px; }
  .ye-shadow-info h3 { font-size: 24px; }
  .ye-contact-panel { padding-inline: 0; gap: 32px; }
  .ye-contact-options > p { text-align: center; }
  .year-end-page .ye-contact-options .ye-note { text-align: left; }
}
@media (max-height:600px) {
  .year-end-page .ye-hero .hero-grid { padding-top: 120px; padding-bottom: 32px; }
  .year-end-page .ye-hero .hero-media { height: 100%; }
  .year-end-page .ye-hero .hero-media::after { background: linear-gradient(90deg,rgba(14,43,76,.86),rgba(14,43,76,.5) 65%,rgba(14,43,76,.2)); }
  .year-end-page .ye-hero .hero-headline { font-size: 34px; }
  .ye-hero-actions { margin-top: 16px; }
}
@media (prefers-reduced-motion:reduce) {
  .year-end-page *, .year-end-page *::before, .year-end-page *::after { scroll-behavior: auto; }
  .ye-program-card img { transition: none; transform: none !important; }
}
