.anniversary-body .secondary-main { padding-bottom: 0; }
.ann-page { --ann-ink: #211e1b; --ann-muted: #625d57; --ann-accent: #b94f14; color: var(--ann-ink); }
.ann-page *, .ann-dialog * { box-sizing: border-box; }
.ann-shell { width: calc(100% - var(--page-gutter) * 2); margin-inline: auto; }
.ann-page h2, .ann-page h3 { color: var(--ann-ink); font-family: inherit; font-weight: 600; text-wrap: balance; }
.ann-page h2, .ann-page h3, .ann-page .ann-speaker-title, .ann-page .ann-album-title { font-weight: 600 !important; }
.ann-page h2 { margin: 0; font-size: clamp(34px, 3.5vw, 56px); line-height: 1.22; letter-spacing: -.025em; }
.ann-page p { font-size: clamp(16px, 1.3vw, 20px); line-height: 1.75; color: var(--ann-muted); margin: 0; text-wrap: pretty; }
.ann-page button, .ann-page a { -webkit-tap-highlight-color: transparent; }
.ann-page button { font-family: inherit; }
.ann-page a { text-decoration: none; }
.ann-page button:focus-visible, .ann-page a:focus-visible, .ann-page summary:focus-visible, .ann-speaker-track:focus-visible {
  outline: 2px solid var(--ann-accent); outline-offset: 5px;
}
.ann-page section[id] { scroll-margin-top: 110px; }
.ann-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.ann-section-head > p { max-width: 420px; }
.ann-section-head > div > p { margin-top: 20px; }
.ann-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ann-accent); font-size: 16px; line-height: 1.6; padding-block: 8px; }
.ann-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.ann-link > span { font-size: 21px; }
.ann-feature { position: relative; display: block; min-height: 530px; aspect-ratio: 2.15; overflow: hidden; border-radius: 16px; isolation: isolate; background: #27221e; }
.ann-feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.ann-feature-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 15%, rgba(18,17,16,.2) 35%, rgba(18,17,16,.88) 100%); transition: opacity .3s; }
.ann-feature-copy { position: absolute; bottom: 0; left: 0; right: 0; padding: clamp(28px, 4vw, 64px); color: white; }
.ann-feature-copy p { color: #f6f0e9; font-size: 16px; }
.ann-feature-copy p > span { margin-inline: 8px; }
.ann-page .ann-feature-copy h3 { color: white; font-size: clamp(29px, 3.2vw, 48px); line-height: 1.3; margin: 16px 0 12px; }
.ann-feature-copy .ann-feature-theme { font-size: clamp(17px, 1.5vw, 23px); }
.ann-feature-cta { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; margin-top: 28px; font-size: 16px; line-height: 1; transition: color 320ms cubic-bezier(.22, 1, .36, 1); }
.ann-feature:hover .ann-feature-cta, .ann-feature:focus-visible .ann-feature-cta { color: #ff873b; }
@media (hover: hover) and (pointer: fine) {
  .ann-feature:not(:hover):not(:focus-visible):not(:active) .ann-feature-cta { transition-delay: var(--hover-exit-delay, 0ms); }
}
.ann-forum { padding-top: clamp(112px, 11vw, 176px); padding-bottom: clamp(88px, 9vw, 140px); }
.ann-band { padding-block: clamp(80px, 8vw, 128px); }
.ann-keynotes { background: #eeece8; }
.ann-addresses { padding-bottom: clamp(88px, 9vw, 140px); }
.ann-address-list { display: grid; gap: 28px; width: min(100%, 1100px); }
.ann-speaker-card.ann-address-card { display: grid; grid-template-columns: 42% minmax(0, 1fr); min-height: 360px; background: #efede9; }
.ann-address-card .ann-speaker-image { aspect-ratio: auto; height: 100%; }
.ann-address-card .ann-speaker-copy { padding: clamp(28px, 3.5vw, 52px); }
.ann-page .ann-address-card .ann-speaker-title { font-size: clamp(28px, 2.6vw, 40px); min-height: 0; }
.ann-address-role { display: block; margin-top: 6px; font-size: 15px; }
.ann-speaker-track { display: flex; align-items: stretch; gap: 24px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: var(--page-gutter); padding: 4px var(--page-gutter) 12px; scrollbar-width: none; }
.ann-speaker-track::-webkit-scrollbar { display: none; }
.ann-speaker-card { display: flex; flex-direction: column; flex: 0 0 clamp(300px, 28vw, 450px); border: 0; padding: 0; border-radius: 16px; overflow: hidden; background: #faf9f7; color: var(--ann-ink); text-align: left; cursor: pointer; scroll-snap-align: start; }
.ann-speaker-image { width: 100%; aspect-ratio: 1.35; overflow: hidden; }
.ann-speaker-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ann-speaker-copy { display: flex; flex-direction: column; flex: 1; padding: 28px 30px 24px; }
.ann-speaker-name { display: block; color: #625d57; font-size: 16px; margin-bottom: 14px; }
.ann-speaker-title { display: block; font-weight: 600; font-size: clamp(23px, 1.8vw, 28px); line-height: 1.45; text-wrap: balance; min-height: 3em; }
.ann-speaker-card { position: relative; cursor: pointer; }
.ann-speaker-category { display: block; font-size: 13px; color: #8e4219; margin-bottom: 12px; }
.ann-page .ann-speaker-card .ann-speaker-title { margin: 0; text-wrap: wrap; overflow-wrap: anywhere; }
.ann-page .ann-keynotes .ann-speaker-title { font-size: clamp(18px, 1.5vw, 22px); }
.ann-speaker-title a { color: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }
.ann-speaker-title a:hover { color: var(--ann-accent); }
.ann-speaker-image { display: block; }
.ann-speaker-card { cursor: default; }
.ann-speaker-icon:disabled { cursor: default; }
.ann-video-status { font-size: 13px; color: var(--ann-muted); }
.ann-speaker-action { display: flex; justify-content: flex-start; align-items: center; gap: 4px; margin-top: auto; padding-top: 20px; font-size: 14px; }
.ann-speaker-action .ann-speaker-icon { position: relative; z-index: 2; margin-left: -4px; }
.ann-speaker-icon { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; border-radius: 50%; }
.ann-play { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #e9e6e1; color: #38332d; transition: background .2s, color .2s; }
.ann-play svg { width: 20px; height: 20px; }
@media (hover: hover) and (pointer: fine) {
  .ann-speaker-icon:not(:disabled):hover .ann-play { color: white; background: #a6440f; }
}
.ann-plus { position: relative; display: inline-block; width: 36px; height: 36px; flex: 0 0 36px; border-radius: 50%; background: #e9e6e1; color: #38332d; font-size: 0; line-height: 0; transition: background .2s, color .2s; }
.ann-plus::before, .ann-plus::after { content: ""; position: absolute; left: 50%; top: 50%; background: currentColor; border-radius: 1px; transform: translate(-50%, -50%); }
.ann-plus::before { width: 12px; height: 2px; }
.ann-plus::after { width: 2px; height: 12px; }
.ann-album-card:hover .ann-plus { color: white; background: #a6440f; }
.ann-track-controls { display: flex; justify-content: flex-end; align-items: center; gap: 20px; margin-top: 22px; }
.ann-track-controls > div, .ann-album-bar > div { display: flex; gap: 12px; }
.ann-round { width: 44px; height: 44px; border: 0; border-radius: 50%; background: #dedbd5; color: #39342e; display: inline-grid; place-items: center; cursor: pointer; transition: background .2s; }
.ann-round svg { width: 22px; height: 22px; }
.ann-round:hover:not(:disabled) { background: #cdc7bf; }
.ann-round:disabled { opacity: .35; cursor: default; }
.ann-prev svg { transform: rotate(180deg); }
.ann-archive { padding-block: clamp(90px, 9vw, 144px); }
.ann-archive-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; align-items: stretch; }
.ann-archive-card { background: #efede9; border-radius: 16px; padding: clamp(24px, 3.2vw, 48px); min-width: 0; }
.ann-page .ann-card-label { margin: 0 0 24px; font-size: 23px; }
.ann-year-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; }
.ann-year-list button { color: #625d57; border: 0; background: transparent; border-radius: 50px; font-size: 14px; min-width: 0; min-height: 40px; padding: 9px 0; cursor: pointer; }
.ann-year-list button:hover { background: #e1ddd6; }
.ann-year-list button[aria-pressed="true"] { color: white; background: #29251f; }
.ann-archive-panel { min-height: 345px; padding-top: 32px; }
.ann-page .ann-archive-year { font-size: clamp(52px, 5vw, 80px); line-height: 1.05; font-weight: 600; color: #ce601d; letter-spacing: -.025em; margin-bottom: 26px; }
.ann-page .ann-meta { font-size: 14px; line-height: 1.6; color: #625d57; }
.ann-page .ann-archive-details h3 { font-size: clamp(23px, 1.8vw, 28px); line-height: 1.45; margin: 10px 0 16px; }
.ann-page .ann-archive-details > p:not(.ann-meta) { font-size: 16px; }
.ann-archive-details > a { margin-top: 16px; }
.ann-album-card { border: 0; border-radius: 16px; overflow: hidden; padding: 0; display: flex; flex-direction: column; background: #e9e3db; color: #211e1b; text-align: left; cursor: pointer; min-width: 0; }
.ann-album-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; width: 100%; flex: 1; min-height: 360px; }
.ann-album-mosaic img { display: block; width: 100%; height: 100%; max-height: 190px; object-fit: cover; object-position: 50% 25%; }
.ann-album-mosaic img:first-child { grid-column: 1 / -1; max-height: 260px; }
.ann-album-copy { display: flex; flex-direction: column; padding: 30px clamp(24px,3vw,44px); gap: 12px; }
.ann-album-title { font-size: clamp(24px, 2.1vw, 32px); font-weight: 600; line-height: 1.4; }
.ann-album-link { display: flex; align-items: center; justify-content: space-between; font-size: 15px; margin-top: 12px; }
.ann-report { background: #f0e2d2; overflow: hidden; }
.ann-report-layout { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 9%; padding-inline: 3%; }
.ann-report-links { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 36px; }
.ann-solid-button { display: inline-flex; align-items: center; gap: 16px; background: #29231d; border-radius: 99px; color: #fff; padding: 15px 25px; font-size: 16px; transition: background .2s; }
.ann-solid-button:hover { background: #874013; }
.ann-report-label-phone { display: none; }
.ann-report-book { width: min(100%, 350px); display: block; justify-self: center; box-shadow: 0 24px 45px rgba(83,47,19,.2); }
.ann-report-book img { width: 100%; height: auto; display: block; }
.ann-film { padding-top: clamp(90px,9vw,144px); }
.ann-film-stage { min-height: 520px; aspect-ratio: 2.15; position: relative; overflow: hidden; isolation: isolate; border-radius: 16px; background: #221b16; }
.ann-film-art { position: absolute; width: 100%; height: 100%; object-fit: cover; opacity: .36; }
.ann-film-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(26,21,17,.88),rgba(26,21,17,.4)); }
.ann-film-copy { position: absolute; inset: 0; padding: 50px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.ann-film-copy p { color: #e2d6c7; max-width: 600px; }
.ann-page .ann-film-copy h2 { color: #fff7ec; font-size: clamp(56px, 6vw, 88px); letter-spacing: .03em; margin: 20px 0 26px; }
.ann-film-status { display: inline-block; margin-top: 38px; border: 1px solid #aa9886; border-radius: 99px; padding: 11px 20px; font-size: 14px; color: #ead7c1; }
.ann-film-play { margin-top: 32px; background: white; color: #29231d; border: 0; border-radius: 99px; padding: 14px 25px; cursor: pointer; }
.ann-closing { padding-block: 50px clamp(84px,8vw,128px); display: flex; justify-content: space-between; gap: 40px; align-items: start; }
.ann-greetings { max-width: 600px; }
.ann-greetings summary { list-style: none; cursor: pointer; font-size: 20px; font-weight: 500; padding-block: 6px; }
.ann-greetings summary::-webkit-details-marker { display: none; }
.ann-greetings summary span { display: inline-block; margin-left: 40px; }
.ann-greetings[open] summary span { transform: rotate(45deg); }
.ann-greetings > p { font-size: 16px; margin-top: 18px; }
.ann-dialog-open { overflow: hidden; }
.ann-dialog { color: #211e1b; width: min(840px, calc(100% - 40px)); max-height: calc(100dvh - 64px); margin: auto; border: 0; border-radius: 16px; padding: 0; background: #faf9f7; overscroll-behavior: contain; }
.ann-dialog::backdrop { background: rgba(12,11,10,.76); }
.ann-dialog-close { position: sticky; display: grid; place-items: center; float: right; top: 16px; z-index: 2; margin: 16px 16px -60px 0; width: 44px; height: 44px; border-radius: 50%; border: 0; background: #f2f0ec; color: #211e1b; font-size: 30px; cursor: pointer; }
.ann-dialog-photo { display: block; width: 100%; height: auto; }
.ann-dialog-copy { padding: clamp(28px, 4vw, 56px); }
.ann-dialog-copy h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.35; margin: 14px 0 24px; }
.ann-dialog-copy p { font-size: 18px; line-height: 1.8; color: #625d57; }
.ann-dialog-copy .ann-dialog-speaker { font-size: 20px; color: #211e1b; margin-bottom: 24px; }
.ann-dialog-speaker span { display: block; font-size: 15px; color: #625d57; margin-top: 4px; }
.ann-dialog-copy .ann-link { margin-top: 28px; }
.ann-dialog video { width: 100%; max-height: 70dvh; background: #171513; display: block; }
.ann-dialog.is-album { width: min(1140px, calc(100% - 40px)); background: #211e1b; color: #fff; }
.ann-album-view { padding: 28px; }
.ann-page .ann-album-view h2 { color: white; font-size: 23px; margin: 0 50px 24px 0; }
.ann-album-view > img { width: 100%; height: min(62dvh, 680px); object-fit: contain; display: block; }
.ann-album-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 20px; }
.ann-page .ann-album-bar p { color: #f0e8de; font-size: 16px; }
.ann-album-bar p span { display: block; color: #c8bdb0; font-size: 14px; }
@media (max-width: 1000px) {
  .ann-section-head { gap: 28px; }
  .ann-archive-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .ann-archive-card { padding: 26px; }
  .ann-album-mosaic { min-height: 340px; }
  .ann-report-layout { gap: 8%; padding-inline: 0; }
  .ann-report-book { width: 85%; }
  .ann-feature { min-height: 470px; }
}
@media (max-width: 760px) {
  .ann-desktop-break { display: none; }
  .ann-section-head { align-items: flex-start; flex-direction: column; gap: 22px; margin-bottom: 30px; }
  .ann-section-head > p { font-size: 16px; }
  .ann-feature { aspect-ratio: 4/5; min-height: 420px; max-height: 580px; }
  .ann-feature > img { object-position: 44% 50%; }
  .ann-feature-copy { padding: 28px; }
  .ann-feature-copy h3 { max-width: 310px; }
  .ann-feature-copy p { font-size: 14px; }
  .ann-feature-copy .ann-feature-theme { font-size: 17px; }
  .ann-feature-cta { margin-top: 22px; }
  .ann-speaker-track { gap: 16px; }
  .ann-speaker-card { flex-basis: min(82vw, 380px); }
  .ann-speaker-copy { padding: 24px; }
  .ann-speaker-title { font-size: 24px; }
  .ann-archive-grid { grid-template-columns: 1fr; }
  .ann-archive-panel { min-height: 370px; }
  .ann-album-mosaic { min-height: 320px; max-height: 390px; }
  .ann-report-layout { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .ann-report-book { width: min(68%, 290px); }
  .ann-report-links { margin-top: 24px; align-items: center; }
  .ann-report-links .ann-solid-button { justify-content: center; min-height: 44px; padding: 10px 18px; max-width: 100%; font-size: 13px; line-height: 1.5; }
  .ann-report-label-full { display: none; }
  .ann-report-label-phone { display: inline; }
  .ann-film-stage { aspect-ratio: 4/5; min-height: 460px; max-height: 560px; }
  .ann-film-copy { padding: 28px; }
  .ann-film-copy p { font-size: 16px; }
  .ann-closing { flex-direction: column; gap: 28px; }
  .ann-dialog { width: calc(100% - 24px); max-height: calc(100dvh - 24px); }
  .ann-dialog.is-album { width: calc(100% - 24px); }
  .ann-album-view { padding: 20px; }
  .ann-album-view > img { height: 45dvh; }
  .ann-album-bar { align-items: flex-start; flex-direction: column; }
  .ann-album-bar > div { align-self: flex-end; }
}
@media (max-width: 600px) {
  .ann-speaker-card.ann-address-card { grid-template-columns: 40% minmax(0, 1fr); min-height: 270px; }
  .ann-address-card .ann-speaker-copy { padding: 22px 18px; }
  .ann-page .ann-address-card .ann-speaker-title { font-size: 24px; }
  .ann-address-role { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .ann-page *, .ann-page *::before, .ann-page *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
.ann-dialog.is-video { width: 100%; max-width: none; height: 100dvh; max-height: none; margin: 0; border-radius: 0; background: #141414; color: #fff; }
.ann-dialog.is-video .ann-dialog-close { background: #333; color: #fff; }
.ann-video-view { min-height: 100dvh; padding: 80px max(24px, 5vw) 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ann-dialog .ann-video-view h2 { color: #fff; text-align: center; font-size: clamp(22px, 2.3vw, 36px); margin: 0 0 12px; }
.ann-dialog .ann-video-view .ann-video-speaker { color: #ccc; margin: 0 0 24px; }
.ann-dialog .ann-video-view video { width: min(1440px, 100%); max-height: 72dvh; object-fit: contain; }
.ann-dialog .ann-video-view .ann-video-unavailable { display: grid; place-items: center; min-height: 45dvh; color: #ccc; }
