:root {
  --paper: #f3efe7;
  --paper-2: #e8e1d5;
  --ink: #18201f;
  --muted: #66706d;
  --line: #c9c2b7;
  --teal: #18a8aa;
  --teal-dark: #0b7376;
  --red: #ef3f4b;
  --black: #0c1111;
  --white: #fff;
  --max: 1180px;
  --radius-sm: 14px;
  --radius-md: 24px;
  --shadow: 0 24px 70px rgba(17, 28, 27, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: rgba(24, 168, 170, 0.22); }

.skip-link { position: fixed; left: 12px; top: 12px; z-index: 999; padding: 10px 14px; background: var(--black); color: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 18px;
  border-bottom: 1px solid rgba(24, 32, 31, 0.12);
  background: rgba(243, 239, 231, 0.94);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand img { width: 44px; height: 44px; object-fit: contain; flex-shrink: 0; }
.brand > span { display: grid; min-width: 0; line-height: 1.1; gap: 5px; }
.brand strong { font-size: clamp(1.25rem, 2.4vw, 1.75rem); letter-spacing: -.02em; }
.brand small { font-size: .75rem; line-height: 1.35; color: var(--muted); font-weight: 700; letter-spacing: .02em; overflow-wrap: anywhere; }
.menu-button { border: 0; background: transparent; padding: 8px 0; font-weight: 760; cursor: pointer; }
.site-nav { display: none; position: absolute; inset: 100% 0 auto 0; padding: 16px 18px 18px; background: var(--paper); border-bottom: 1px solid var(--line); }
.site-nav.is-open { display: grid; }
.site-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.site-nav a:last-child { border-bottom: 0; }

.hero-carousel { position: relative; width: min(100%, var(--max)); margin: 0 auto; padding: 18px 18px 12px; }
.hero-track { position: relative; min-height: 670px; }
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: grid;
  gap: 30px;
  align-content: center;
  padding: 44px 24px 92px;
  border: 1px solid rgba(24,32,31,.11);
  border-radius: 28px;
  background: #f8f4ec;
  overflow: hidden;
  transition: opacity 420ms ease, visibility 420ms ease;
}
.hero-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.hero-slide::after { content: ""; position: absolute; width: 190px; height: 190px; right: -62px; top: -74px; border: 28px solid rgba(24,168,170,.12); border-radius: 50%; transform: rotate(16deg); pointer-events: none; }
.hero-slide-dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.hero-slide-dark::after { border-color: rgba(239,63,75,.2); }
.hero-slide-dark .eyebrow { color: #98dcda; }
.hero-slide-dark .hero-lede { color: #d2d9d7; }
.hero-slide-copy { position: relative; z-index: 2; max-width: 770px; }
.eyebrow { margin: 0 0 14px; color: var(--teal-dark); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .15em; }
.hero-slide h1, .hero-slide h2, .section h2, .dialog-content h2, .event-page h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}
.hero-slide h1 { font-size: clamp(3rem, 13vw, 5.7rem); }
.hero-slide h2 { font-size: clamp(2.8rem, 12vw, 5.25rem); }
.hero-lede { margin: 22px 0 0; max-width: 700px; color: #4f5956; font-size: 1rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 28px; }
.button { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 999px; font-weight: 780; }
.button-primary { background: var(--ink); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.text-link { font-weight: 760; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.hero-visual { position: relative; z-index: 1; border-radius: 20px; overflow: hidden; }
.hero-visual-brand { min-height: 230px; background: var(--black); display: grid; place-items: center; gap: 18px; padding: 28px; text-align: center; color: var(--white); }
.hero-visual-brand img { width: min(48%, 180px); }
.hero-visual-brand p { margin: 0; font-family: Georgia, serif; font-size: 1.35rem; }
.hero-visual-image img, .hero-visual-office img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual-image { min-height: 250px; background: var(--paper-2); }
.hero-visual-office { background: var(--white); border: 1px solid rgba(24,32,31,.12); }
.hero-date-card { position: relative; z-index: 1; width: min(100%, 320px); min-height: 280px; display: grid; align-content: end; justify-items: start; padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(255,255,255,.06); }
.hero-date-card span { font-family: Georgia, serif; font-size: 7rem; line-height: .76; color: #fff; }
.hero-date-card strong { display: block; font-size: 1.55rem; line-height: 1; }
.hero-date-card small { margin-top: 16px; color: #a6d9d7; font-weight: 700; }
.carousel-controls { position: absolute; left: 36px; right: 36px; bottom: 31px; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.carousel-arrow { width: 38px; height: 38px; border: 1px solid rgba(24,32,31,.2); border-radius: 999px; background: rgba(243,239,231,.82); backdrop-filter: blur(8px); cursor: pointer; font-weight: 800; }
.hero-slide-dark ~ * .carousel-arrow { color: inherit; }
.carousel-dots { display: flex; gap: 7px; }
.carousel-dot { width: 8px; height: 8px; border: 0; padding: 0; border-radius: 999px; background: rgba(24,32,31,.24); cursor: pointer; transition: width 200ms ease, background 200ms ease; }
.carousel-dot.is-active { width: 28px; background: var(--teal-dark); }

.motto-band { width: min(calc(100% - 36px), var(--max)); margin: 18px auto 0; display: grid; gap: 6px; padding: 22px 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.motto-band p { margin: 0; }
.motto-sanskrit { color: var(--teal-dark); font-family: Georgia, "Noto Serif Devanagari", serif; font-size: clamp(1.05rem, 4.6vw, 1.55rem); }
.motto-english { color: var(--muted); font-family: Georgia, serif; font-style: italic; }
.motto-tagline { font-family: Georgia, serif; font-size: clamp(1rem, 4.2vw, 1.3rem); line-height: 1.3; letter-spacing: -.01em; }

.section, .site-footer { width: min(100%, var(--max)); margin: 0 auto; padding-inline: 18px; }
.section { padding-top: 82px; padding-bottom: 82px; border-top: 1px solid var(--line); }
.section-kicker { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; margin-bottom: 32px; }
.section-kicker .eyebrow { margin: 0; }
.section-index { margin: 0; color: var(--muted); font-variant-numeric: tabular-nums; }
.section h2 { font-size: clamp(2.35rem, 10vw, 4.75rem); }
.intro-grid { display: grid; gap: 28px; }
.intro-copy { color: #4c5754; line-height: 1.78; }
.intro-copy p { margin: 0 0 18px; }
.purpose-grid { display: grid; gap: 12px; margin-top: 44px; }
.purpose-card { padding: 22px 0; border-top: 1px solid var(--line); }
.purpose-card:last-child { border-bottom: 1px solid var(--line); }
.purpose-card > span { color: var(--red); font-size: .72rem; font-weight: 850; letter-spacing: .1em; }
.purpose-card h3 { margin: 8px 0 8px; font-size: 1.15rem; }
.purpose-card p { margin: 0; color: #5b6562; line-height: 1.65; }

.bridge-section { background: var(--ink); color: var(--white); }
.bridge-inner { width: min(100%, var(--max)); margin: 0 auto; padding: 76px 18px; }
.bridge-inner .eyebrow { color: #8ed3d1; }
.bridge-inner blockquote { margin: 0; max-width: 970px; font-family: Georgia, serif; font-size: clamp(2rem, 8vw, 4.2rem); line-height: 1.04; letter-spacing: -.035em; }
.bridge-line { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-top: 48px; font-size: .7rem; font-weight: 820; text-transform: uppercase; letter-spacing: .14em; }
.bridge-line i { height: 1px; position: relative; background: rgba(255,255,255,.25); }
.bridge-line i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 15px; height: 15px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 8px rgba(24,168,170,.22); transform: translate(-50%,-50%); }

.evolution-intro { display: grid; gap: 28px; }
.evolution-copy { color: #4f5a57; line-height: 1.8; }
.evolution-copy p, .evolution-detail p { margin: 0 0 18px; }
.evolution-media { display: grid; gap: 14px; margin-top: 34px; }
.media-card { margin: 0; }
.media-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-sm); background: var(--paper-2); }
.media-card figcaption, .office-board figcaption { margin-top: 9px; color: var(--muted); font-size: .78rem; }
.evolution-detail { margin-top: 38px; max-width: 980px; color: #4f5a57; line-height: 1.82; }
.timeline { display: grid; gap: 0; margin-top: 46px; border-top: 1px solid var(--ink); }
.timeline a, .timeline-register { display: grid; gap: 4px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.timeline time { color: var(--teal-dark); font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.timeline strong { font-size: 1rem; }
.timeline span { color: var(--muted); font-size: .9rem; }
.timeline a:hover strong { color: var(--teal-dark); }

.events-heading, .trustees-heading { display: grid; gap: 18px; margin-bottom: 34px; }
.events-heading p, .trustees-heading p { margin: 0; max-width: 650px; color: #5b6562; line-height: 1.7; }
.featured-event { display: grid; gap: 22px; padding: 26px; border-radius: var(--radius-md); background: var(--ink); color: var(--white); }
.featured-event .eyebrow { color: #95d8d6; }
.featured-event h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 8vw, 3.8rem); line-height: 1; letter-spacing: -.035em; font-weight: 500; }
.featured-event-copy > p:not(.eyebrow) { margin: 14px 0 0; color: #cdd5d3; }
.featured-event-copy > span { display: block; margin-top: 18px; color: #9fd9d7; font-size: .86rem; font-weight: 700; }
.featured-event-copy > b { display: inline-block; margin-top: 22px; }
.featured-event-date { width: 150px; min-height: 170px; display: grid; align-content: end; padding: 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; }
.featured-event-date span { font-family: Georgia, serif; font-size: 5rem; line-height: .78; }
.featured-event-date strong, .featured-event-date small { line-height: 1; }
.featured-event-date small { margin-top: 4px; color: #9fd9d7; }
.event-scroll { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(250px, 82vw); gap: 14px; overflow-x: auto; padding: 24px 0 12px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.event-mini-card { scroll-snap-align: start; display: grid; align-content: start; gap: 8px; min-height: 440px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.event-mini-visual { min-height: 220px; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; border-radius: var(--radius-sm); overflow: hidden; }
.event-mini-visual span { margin-bottom: auto; font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.event-mini-visual strong { font-family: Georgia, serif; font-size: 2.5rem; line-height: .94; font-weight: 500; }
.event-mini-visual small { margin-top: 5px; }
.tone-paper { background: #e8e1d5; color: var(--ink); }
.tone-teal { background: #0b7376; color: var(--white); }
.tone-dark { background: #18201f; color: var(--white); }
.tone-red { background: #be3039; color: var(--white); }
.event-mini-card time { margin-top: 8px; color: var(--teal-dark); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.event-mini-card h3 { margin: 0; font-size: 1.13rem; }
.event-mini-card p { margin: 0; color: var(--muted); }
.event-mini-card b { margin-top: 8px; font-size: .88rem; }

.trustee-grid { display: grid; gap: 0; }
.trustee-card { width: 100%; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 14px; padding: 15px 0; border: 0; border-top: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.trustee-card:last-child { border-bottom: 1px solid var(--line); }
.trustee-photo { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; background: var(--black); }
.trustee-card > span { display: grid; gap: 3px; }
.trustee-card strong { font-size: 1rem; }
.trustee-card small { color: var(--muted); font-size: .87rem; }
.trustee-card i { color: var(--red); font-style: normal; font-size: 1.15rem; }

.profile-dialog { width: min(92vw, 930px); max-height: 88vh; padding: 0; border: 0; border-radius: 20px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.profile-dialog::backdrop { background: rgba(7,12,12,.68); backdrop-filter: blur(5px); }
.dialog-shell { position: relative; display: grid; }
.dialog-close { position: absolute; top: 14px; right: 14px; z-index: 2; border: 1px solid rgba(255,255,255,.35); background: rgba(0,0,0,.48); color: var(--white); border-radius: 999px; padding: 8px 12px; cursor: pointer; }
.dialog-portrait { min-height: 250px; background: var(--black); }
.dialog-portrait img { width: 100%; height: 100%; object-fit: cover; }
.dialog-content { padding: 28px 24px 34px; }
.dialog-content h2 { font-size: clamp(2.5rem, 12vw, 4.3rem); }
.dialog-role { margin: 10px 0 24px; color: var(--teal-dark); font-weight: 750; }
.dialog-content > p:not(.eyebrow):not(.dialog-role) { color: #4f5a57; line-height: 1.75; }

.contact-grid { display: grid; gap: 30px; }
.contact-copy address { margin: 30px 0 22px; font-style: normal; line-height: 1.75; color: #4f5a57; }
.contact-copy > p { line-height: 1.75; }
.contact-copy a { font-weight: 760; border-bottom: 1px solid rgba(24,32,31,.35); }
.contact-tagline { margin-top: 32px; font-family: Georgia, serif; font-size: 1.4rem; font-style: italic; color: var(--teal-dark); }
.office-board { margin: 0; }
.office-board img { width: 100%; border-radius: var(--radius-md); box-shadow: var(--shadow); background: var(--white); }

.site-footer { display: grid; gap: 24px; padding-top: 44px; padding-bottom: 36px; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 46px; height: 46px; object-fit: contain; }
.footer-brand div { display: grid; gap: 2px; }
.footer-brand p, .footer-note, .footer-year { margin: 0; color: var(--muted); font-size: .86rem; }
.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 18px; }
.footer-nav a { font-size: .86rem; font-weight: 720; color: var(--muted); }
.footer-nav a:hover, .footer-nav a:focus-visible { color: var(--ink); }
.footer-note { font-family: Georgia, serif; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity 500ms ease, transform 500ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Event pages */
.event-page .site-header { position: sticky; }
.event-main { width: min(100%, var(--max)); margin: 0 auto; padding: 46px 18px 80px; }
.event-back { display: inline-block; margin-bottom: 28px; color: var(--teal-dark); font-weight: 760; }
.event-page h1 { font-size: clamp(3rem, 13vw, 6rem); max-width: 900px; }
.event-summary { max-width: 760px; margin: 22px 0 0; color: #4f5a57; font-size: 1.04rem; line-height: 1.75; }
.event-details { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 24px; font-size: .86rem; font-weight: 720; }
.event-hero-card { margin-top: 36px; overflow: hidden; border-radius: var(--radius-md); background: var(--paper-2); }
.event-hero-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.event-section { padding: 60px 0 0; }
.event-section h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 8vw, 3.6rem); line-height: 1; font-weight: 500; letter-spacing: -.035em; }
.event-body { max-width: 800px; margin-top: 22px; color: #4f5a57; line-height: 1.82; }
.event-body p { margin: 0 0 18px; }
.event-gallery { display: grid; gap: 14px; margin-top: 26px; }
.event-placeholder { display: grid; place-items: center; min-height: 250px; padding: 28px; border: 1px dashed #aaa297; border-radius: var(--radius-sm); text-align: center; background: rgba(255,255,255,.24); color: var(--muted); }
.event-placeholder strong { display: block; margin-bottom: 8px; color: var(--ink); }
.video-card { display: grid; gap: 14px; margin-top: 24px; padding: 22px; border-radius: var(--radius-sm); background: var(--ink); color: var(--white); }
.video-card p { margin: 0; color: #cdd5d3; }
.video-card a { width: fit-content; font-weight: 780; border-bottom: 1px solid currentColor; }
.event-programme-grid { display: grid; gap: 10px; margin-top: 24px; }
.event-programme-grid article { padding: 20px 0; border-top: 1px solid var(--line); }
.event-programme-grid article:last-child { border-bottom: 1px solid var(--line); }
.event-programme-grid span { color: var(--red); font-size: .72rem; font-weight: 850; letter-spacing: .1em; }
.event-programme-grid h3 { margin: 8px 0; }
.event-programme-grid p { margin: 0; color: var(--muted); line-height: 1.68; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-slide { transition: none; }
}

@media (min-width: 760px) {
  .site-header { padding: 15px 28px; }
  .hero-carousel { padding: 26px 28px 18px; }
  .hero-track { min-height: 650px; }
  .hero-slide { grid-template-columns: minmax(0, 1.12fr) minmax(310px, .88fr); align-items: center; gap: 54px; padding: 60px 54px 92px; }
  .hero-visual { min-height: 410px; }
  .hero-date-card { justify-self: center; min-height: 410px; width: 100%; max-width: 360px; }
  .carousel-controls { left: 56px; right: 56px; bottom: 42px; }
  .motto-band { width: min(calc(100% - 56px), var(--max)); grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; text-align: left; padding-inline: 0; }
  .motto-tagline { text-align: center; }
  .motto-english { text-align: right; }
  .section, .site-footer { padding-inline: 28px; }
  .section { padding-top: 108px; padding-bottom: 108px; }
  .intro-grid, .evolution-intro, .contact-grid { grid-template-columns: 1.2fr .8fr; gap: 64px; align-items: start; }
  .purpose-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 28px; }
  .purpose-card:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .bridge-inner { padding: 100px 28px; }
  .evolution-media { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
  .media-card img { aspect-ratio: 16/10; }
  .timeline a, .timeline-register { grid-template-columns: 130px 220px 1fr; gap: 20px; align-items: baseline; }
  .events-heading, .trustees-heading { grid-template-columns: 1fr .5fr; align-items: end; gap: 60px; }
  .featured-event { grid-template-columns: 1fr auto; align-items: end; padding: 38px; }
  .event-scroll { grid-auto-flow: initial; grid-template-columns: repeat(3, minmax(0,1fr)); overflow: visible; padding-top: 26px; }
  .event-mini-card { min-height: 420px; }
  .trustee-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 28px; }
  .dialog-shell { grid-template-columns: minmax(290px,.82fr) 1.18fr; min-height: 560px; }
  .dialog-portrait { min-height: 560px; }
  .dialog-content { padding: 60px 52px; align-self: center; }
  .site-footer { grid-template-columns: 1fr auto; align-items: end; gap: 28px 56px; }
  .footer-brand { grid-row: 1; }
  .footer-nav { grid-row: 1; grid-auto-flow: column; grid-template-columns: none; grid-template-rows: repeat(4, auto); gap: 10px 32px; justify-content: end; }
  .footer-year { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid var(--line); }
  .event-main { padding: 64px 28px 110px; }
  .event-hero-card img { aspect-ratio: 16/9; }
  .event-programme-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
  .event-programme-grid article { border-bottom: 1px solid var(--line); }
  .event-gallery { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (min-width: 960px) {
  .menu-button { display: none; }
  .site-nav, .site-nav.is-open { position: static; display: flex; align-items: center; gap: 24px; padding: 0; border: 0; background: transparent; }
  .site-nav a { padding: 0; border: 0; font-size: .88rem; }
}

@media (min-width: 1080px) {
  .site-header { padding-inline: max(32px, calc((100vw - var(--max)) / 2 + 28px)); }
  .purpose-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0 24px; }
  .purpose-card { padding-right: 14px; }
  .event-scroll { grid-template-columns: repeat(5, minmax(0,1fr)); }
  .event-mini-card { min-height: 390px; }
  .event-mini-visual { min-height: 190px; }
  .event-mini-visual strong { font-size: 2rem; }
}

/* Public correspondence */
.letters-heading { display: grid; gap: 22px; margin-bottom: 34px; }
.letters-heading > p { max-width: 650px; margin: 0; color: #4f5a57; line-height: 1.75; }
.letters-grid { display: grid; gap: 24px; }
.letter-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #f8f4ec; }
.letter-preview { display: flex; justify-content: center; padding: 24px; background: var(--paper-2); }
.letter-preview img { width: auto; height: 320px; max-width: 100%; object-fit: contain; box-shadow: 0 8px 24px rgba(17,28,27,.12); }
.letter-copy { padding: 26px; }
.letter-copy .eyebrow { font-size: .75rem; }
.letter-copy h3 { margin: 0; font-family: Georgia, serif; font-size: 2rem; line-height: 1.1; font-weight: 500; }
.letter-copy > p:not(.eyebrow) { color: #4f5a57; line-height: 1.7; }
.letter-copy .letter-meta { font-size: .875rem; }
.letter-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 24px; }
@media (min-width: 760px) {
  .letters-heading { grid-template-columns: 1fr .75fr; align-items: end; gap: 60px; }
  .letters-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Photography: preserve the existing palette, with more room for real people. */
:root { --max: 1320px; }
html { scroll-padding-top: 100px; }
:focus-visible { outline: 3px solid var(--teal-dark); outline-offset: 5px; }
.hero-track { min-height: 0; display: grid; }
.hero-slide {
  position: relative;
  inset: auto;
  grid-area: 1 / 1;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  align-content: start;
  gap: 0;
  padding: 0 0 66px;
  min-width: 0;
}
.hero-slide::after { display: none; }
.hero-slide-copy { padding: 28px 24px 20px; min-width: 0; }
.hero-slide h1 { font-size: clamp(2.5rem, 8vw, 4.1rem); line-height: 1.03; }
.hero-slide h2 { font-size: clamp(2.4rem, 7.5vw, 3.9rem); line-height: 1.03; }
.hero-lede { margin-top: 20px; line-height: 1.65; }
.hero-visual {
  grid-row: 1;
  width: 100%;
  min-height: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  align-self: start;
}
.hero-visual-image img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.hero-visual figcaption { padding: 16px 22px; background: var(--ink); color: var(--white); font-family: Georgia, serif; font-size: 1.25rem; }
.hero-visual figcaption small { display: block; margin-top: 4px; font-family: Inter, ui-sans-serif, sans-serif; color: #bdd6d1; font-size: .8rem; }
.hero-slide-dark .hero-visual { background: transparent; }
.hero-event-time { margin: 18px 0 0; color: #98dcda; font-weight: 700; }
.hero-date-card { grid-row: 1; width: calc(100% - 48px); max-width: none; min-height: 280px; margin: 24px 24px 0; justify-self: stretch; }
.carousel-controls { left: 32px; right: 32px; bottom: 30px; gap: 8px; }
.carousel-dots { margin-right: auto; }
.carousel-pause { border: 1px solid var(--line); padding: 7px 12px; border-radius: 999px; background: var(--paper); color: var(--ink); cursor: pointer; font-size: .875rem; }
.carousel-arrow { flex: 0 0 38px; }
.carousel-dot { height: 12px; min-width: 12px; }
.approach-photos { display: grid; gap: 24px; margin-top: 40px; }
.approach-photos .media-card img { aspect-ratio: 3 / 2; height: auto; }
.approach-photos .media-card figcaption { color: #cdd5d3; }
.media-card a { display: block; }
.media-card img { height: auto; }
.event-scroll { grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: minmax(0, 1fr); gap: 32px 22px; overflow: visible; padding-top: 32px; }
.event-mini-card { min-height: 0; gap: 8px; }
.event-mini-visual { position: relative; padding: 0; min-height: 0; aspect-ratio: 4 / 3; display: block; background: var(--paper-2); }
.event-mini-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 250ms ease; }
.event-mini-visual .photo-count { position: absolute; bottom: 12px; left: 12px; padding: 6px 10px; margin: 0; background: rgba(12,17,17,.84); color: white; border-radius: 999px; font-size: .8rem; font-weight: 650; letter-spacing: 0; }
.event-mini-card:hover .event-mini-visual img { transform: scale(1.025); }
.event-mini-card h3 { font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; line-height: 1.15; }
.event-mini-card time { font-size: .8rem; }
.trustee-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 16px; }
.trustee-card { position: relative; display: flex; flex-direction: column; align-items: stretch; justify-content: start; gap: 14px; padding: 0 0 20px; border: 0; border-bottom: 1px solid var(--line); }
.trustee-photo { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 25%; border-radius: var(--radius-sm); background: var(--paper-2); }
.trustee-card strong { line-height: 1.35; padding-right: 14px; overflow-wrap: anywhere; }
.trustee-card small { font-size: .875rem; }
.trustee-card i { position: absolute; right: 0; bottom: 20px; }
.dialog-portrait { min-height: 0; display: grid; align-items: center; background: var(--paper-2); }
.dialog-portrait img { width: 100%; height: auto; max-height: 55vh; object-fit: contain; }
.dialog-content h2 { font-size: clamp(2rem, 6vw, 3.4rem); line-height: 1.05; overflow-wrap: anywhere; }
.office-board img { height: auto; }
.event-hero-card img { height: auto; aspect-ratio: auto; max-height: 760px; object-fit: contain; background: var(--ink); }
.gallery-note { margin-top: 14px; color: var(--muted); }
.event-gallery { display: block; columns: 1; column-gap: 20px; }
.gallery-item { break-inside: avoid; margin: 0 0 24px; }
.gallery-item a { display: block; border-radius: var(--radius-sm); overflow: hidden; background: var(--paper-2); }
.gallery-item img { width: 100%; height: auto; }
.gallery-item figcaption { margin-top: 9px; font-size: .8rem; color: var(--muted); }
.upcoming-banner { margin-top: 36px; padding: 32px; border-radius: var(--radius-md); background: var(--ink); color: white; }
.upcoming-banner .eyebrow { color: #98dcda; }
.upcoming-banner strong { font-family: Georgia, serif; font-size: clamp(2.4rem, 8vw, 5rem); font-weight: 500; line-height: 1.1; }
.upcoming-banner > p:last-child { margin-bottom: 0; }
@media (min-width: 600px) {
  .event-scroll { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-gallery { columns: 2; }
  .approach-photos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-visual-image img { aspect-ratio: 3 / 2; }
}
@media (min-width: 760px) {
  .hero-slide { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); grid-template-rows: auto; align-items: center; padding-bottom: 68px; }
  .hero-slide-copy { padding: 38px 30px; }
  .hero-visual { grid-row: auto; padding: 24px 24px 0 0; align-self: center; }
  .hero-visual-image img { aspect-ratio: 4 / 3; border-radius: 16px 16px 0 0; }
  .hero-visual figcaption { border-radius: 0 0 16px 16px; }
  .hero-date-card { grid-row: auto; width: auto; margin: 24px; min-height: 430px; }
  .carousel-controls { left: 58px; right: 58px; bottom: 36px; }
  .trustee-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 22px; }
  .dialog-shell { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
  .dialog-portrait img { max-height: 75vh; }
  .dialog-content { padding: 50px 32px; }
}
@media (min-width: 1080px) {
  .hero-slide-copy { padding: 48px 38px; }
  .event-scroll { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .event-gallery { columns: 3; }
  .event-documents { columns: 2; }
  .trustee-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (prefers-reduced-motion: reduce) {
  .event-mini-visual img { transition: none; }
  .event-mini-card:hover .event-mini-visual img { transform: none; }
}

/* ---------- Upcoming events page & poster ---------- */
.upcoming-page-head { max-width: 780px; }
.upcoming-page-head h1 { font-size: clamp(2.6rem, 11vw, 5.2rem); }
.upcoming-page-head p { margin: 22px 0 0; color: #4f5a57; font-size: 1.04rem; line-height: 1.75; }
.upcoming-count { display: inline-flex; align-items: center; gap: 9px; margin-top: 26px; padding: 8px 15px; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 780; letter-spacing: .04em; }
.upcoming-count i { width: 8px; height: 8px; border-radius: 50%; background: var(--red); font-style: normal; }
.upcoming-list { margin-top: 54px; display: grid; gap: 64px; }
.upcoming-entry { display: grid; gap: 30px; }
.upcoming-entry-index { display: flex; align-items: baseline; gap: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.upcoming-entry-index span { font-family: Georgia, serif; font-size: 2.2rem; line-height: 1; color: var(--teal-dark); }
.upcoming-entry-index p { margin: 0; font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* Poster */
.poster {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24,32,31,.12);
  border-radius: var(--radius-md);
  background: linear-gradient(175deg, #fbf8f1 0%, #f6f1e6 48%, #f1ead9 100%);
  box-shadow: var(--shadow);
}
.poster > * { position: relative; z-index: 1; }
.poster::before,
.poster::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
.poster::before { width: 300px; height: 300px; top: -130px; left: -110px; border: 46px solid rgba(24,168,170,.09); }
.poster::after { width: 220px; height: 220px; bottom: 210px; right: -105px; border: 34px solid rgba(239,63,75,.07); }

.poster-masthead { display: grid; gap: 18px; padding: 34px 24px 28px; text-align: center; border-bottom: 1px solid rgba(24,32,31,.1); }
.poster-masthead img { width: 62px; height: 62px; object-fit: contain; justify-self: center; }
.poster-wordmark { display: grid; gap: 6px; }
.poster-wordmark strong { font-family: Georgia, serif; font-weight: 500; font-size: clamp(2.1rem, 9vw, 3.4rem); line-height: 1; letter-spacing: -.035em; }
.poster-wordmark strong sup, .poster-foot sup { font-size: .3em; vertical-align: super; line-height: 0; }
.poster-wordmark span { font-size: .84rem; font-weight: 780; color: var(--muted); }
.poster-wordmark em { font-family: Georgia, serif; font-size: .96rem; color: var(--teal-dark); }
.poster-quote { margin: 0; font-family: Georgia, serif; font-size: 1.05rem; line-height: 1.4; color: var(--red); }

.poster-hero { display: grid; background: var(--ink); color: var(--white); }
.poster-hero-photo { position: relative; margin: 0; }
.poster-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; aspect-ratio: 5/4; }
.poster-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(12,17,17,0) 45%, rgba(12,17,17,.72) 100%); }
.poster-hero-copy { padding: 30px 24px 34px; display: grid; gap: 22px; justify-items: center; text-align: center; }

.poster-title { display: grid; gap: 0; }
.poster-title .eyebrow { margin-bottom: 10px; color: #95d8d6; }
.poster-title h3 { margin: 0; font-family: Georgia, serif; font-weight: 500; font-size: clamp(1.75rem, 7.2vw, 3.1rem); line-height: 1.04; letter-spacing: -.03em; }
.poster-title > p { margin: 14px 0 0; color: #cdd5d3; font-size: .95rem; font-weight: 700; }

.poster-body { padding: 34px 24px; display: grid; gap: 30px; }
.poster-lede { margin: 0; max-width: 480px; color: #cdd5d3; line-height: 1.7; }
.poster-when { display: grid; gap: 4px; justify-items: center; padding: 20px 30px; border-radius: 18px; background: #f6c453; color: var(--ink); text-align: center; box-shadow: 0 14px 32px rgba(0,0,0,.28); }
.poster-when-icon { display: inline-flex; margin-bottom: 4px; }
.poster-when-icon svg { width: 26px; height: 26px; }
.poster-when strong { font-family: Georgia, serif; font-weight: 500; font-size: clamp(1.7rem, 6.4vw, 2.3rem); line-height: 1.1; }
.poster-when-time { font-size: 1rem; font-weight: 800; }
.poster-tagline { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; margin: 0; text-align: center; font-family: Georgia, serif; font-size: clamp(1.15rem, 4.6vw, 1.6rem); line-height: 1.35; }
.poster-tagline::before, .poster-tagline::after { content: ""; height: 1px; background: linear-gradient(to right, transparent, var(--line), transparent); }

.poster-pillars { display: grid; gap: 14px; }
.poster-pillars article { display: grid; gap: 10px; align-content: start; justify-items: center; text-align: center; padding: 26px 16px 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 6px 18px rgba(17,28,27,.05); }
.poster-pillar-badge { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 50%; color: var(--white); }
.poster-pillar-badge svg { width: 27px; height: 27px; }
.poster-pillars article:nth-child(1) .poster-pillar-badge { background: #1d8a5a; }
.poster-pillars article:nth-child(2) .poster-pillar-badge { background: var(--red); }
.poster-pillars article:nth-child(3) .poster-pillar-badge { background: #7b2d8e; }
.poster-pillars h4 { margin: 6px 0 0; padding: 6px 16px; border-radius: 999px; color: var(--white); font-size: .98rem; }
.poster-pillars article:nth-child(1) h4 { background: #1d8a5a; }
.poster-pillars article:nth-child(2) h4 { background: var(--red); }
.poster-pillars article:nth-child(3) h4 { background: #7b2d8e; }
.poster-pillars p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }

.poster-note { display: grid; gap: 12px; justify-items: center; margin: 0; padding: 28px 20px; text-align: center; border-radius: 18px; background: var(--paper-2); font-family: Georgia, serif; font-size: clamp(1.05rem, 4.2vw, 1.4rem); line-height: 1.45; }
.poster-note::after { content: "♥"; font-size: 1.1rem; color: var(--red); }

.poster-trustees { padding: 34px 24px 38px; background: var(--ink); color: var(--white); }
.poster-trustees-head { display: grid; justify-items: center; gap: 10px; text-align: center; margin-bottom: 28px; }
.poster-trustees-head .eyebrow { margin: 0; color: #95d8d6; }
.poster-trustees-head p { margin: 0; color: #cdd5d3; font-size: .88rem; }
.poster-trustee-grid { display: grid; gap: 22px 16px; grid-template-columns: repeat(2, minmax(0,1fr)); grid-template-rows: repeat(8, auto); align-items: start; }
.poster-trustee { display: grid; grid-template-rows: subgrid; grid-row: span 4; justify-items: center; gap: 7px; text-align: center; align-content: start; }
@supports not (grid-template-rows: subgrid) {
  .poster-trustee { grid-template-rows: auto auto auto 1fr; grid-row: auto; }
}
.poster-trustee img { width: 74px; height: 74px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,.28); }
.poster-trustee strong { font-size: .86rem; line-height: 1.25; align-self: start; }
.poster-trustee span { font-size: .74rem; font-weight: 780; color: #9fd9d7; }
.poster-trustee small { font-size: .7rem; line-height: 1.45; color: #a7b0ae; }

.poster-foot { display: grid; gap: 8px; justify-items: center; padding: 22px 24px; text-align: center; border-top: 1px solid rgba(24,32,31,.1); font-size: .8rem; font-weight: 760; letter-spacing: .05em; }
.poster-foot em { font-style: normal; color: var(--teal-dark); }

.poster-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

@media (min-width: 620px) {
  .poster-trustee-grid { grid-template-columns: repeat(4, minmax(0,1fr)); grid-template-rows: repeat(8, auto); }
  .poster-pillars { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
}
@media (min-width: 760px) {
  .poster-masthead { padding: 44px 44px 34px; }
  .poster-hero { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: stretch; }
  .poster-hero-photo img { height: 100%; aspect-ratio: auto; min-height: 400px; object-position: center 35%; }
  .poster-hero-photo::after { background: linear-gradient(to right, rgba(12,17,17,0) 60%, rgba(12,17,17,.55) 100%); }
  .poster-hero-copy { padding: 46px 40px; justify-items: start; text-align: left; align-content: center; }
  .poster-when { justify-items: start; text-align: left; }
  .poster-body { padding: 46px 44px; gap: 38px; }
  .poster-trustees { padding: 46px 44px 52px; }
  .poster-trustee-grid { grid-template-columns: repeat(7, minmax(0,1fr)); grid-template-rows: repeat(4, auto); gap: 18px 12px; }
  .poster-trustee img { width: 66px; height: 66px; }
  .upcoming-entry { grid-template-columns: 200px minmax(0,1fr); gap: 40px; align-items: start; }
  .upcoming-entry-index { display: grid; gap: 8px; position: sticky; top: 100px; border-bottom: 0; }
}
.site-nav-inline { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; justify-content: flex-end; font-size: .88rem; }

/* ===== Inauguration Ribbon Overlay ===== */
.nav-inauguration {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--red);
  border-radius: 999px;
  background: transparent;
  color: var(--red);
  font-weight: 760;
  font-size: .88rem;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease;
}
.nav-inauguration:hover,
.nav-inauguration:focus-visible {
  background: var(--red);
  color: var(--white);
}
@media (min-width: 960px) {
  .nav-inauguration {
    font-size: .88rem;
    padding: 0 20px;
  }
}

.inauguration-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: rgba(12, 17, 17, 0.92);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 400ms ease, visibility 400ms ease;
}
.inauguration-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.inauguration-overlay.is-cut .inauguration-ribbon {
  animation: ribbon-cut 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.inauguration-overlay.is-cut .inauguration-scissors {
  animation: scissors-away 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.inauguration-overlay.is-cut .inauguration-instruction {
  animation: fade-out 300ms ease forwards;
}
.inauguration-overlay.is-done {
  animation: overlay-fade 600ms ease 1.2s forwards;
}

@keyframes overlay-fade {
  to { opacity: 0; visibility: hidden; pointer-events: none; }
}

.inauguration-ribbon {
  position: relative;
  width: min(90vw, 720px);
  height: 140px;
  transform-origin: center center;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.4));
}

.ribbon-top,
.ribbon-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 18px;
  background: linear-gradient(180deg, #c41e2a 0%, #ef3f4b 40%, #c41e2a 100%);
  border-radius: 12px 12px 0 0;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.25),
    inset 0 -2px 0 rgba(0, 0, 0, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.25);
}
.ribbon-top { top: 0; }
.ribbon-bottom {
  bottom: 0;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(180deg, #c41e2a 0%, #ef3f4b 40%, #c41e2a 100%);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.2),
    inset 0 -2px 0 rgba(0, 0, 0, 0.2),
    0 -4px 12px rgba(0, 0, 0, 0.15);
}

.ribbon-middle {
  position: absolute;
  inset: 18px 0;
  background: linear-gradient(180deg, #dc2d3a 0%, #ef3f4b 30%, #ef3f4b 70%, #dc2d3a 100%);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0 24px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.ribbon-text {
  font-family: Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 500;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  letter-spacing: -.02em;
  line-height: 1.1;
}
.ribbon-subtext {
  display: block;
  margin-top: 4px;
  font-size: clamp(.75rem, 1.5vw, .95rem);
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.ribbon-bow-left,
.ribbon-bow-right {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 90px;
  background: linear-gradient(135deg, #c41e2a 0%, #ef3f4b 50%, #c41e2a 100%);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  transform: translateY(-50%) rotate(-12deg);
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.ribbon-bow-left {
  left: -28px;
  transform: translateY(-50%) rotate(-12deg) scaleX(-1);
}
.ribbon-bow-right {
  right: -28px;
  transform: translateY(-50%) rotate(12deg);
}
.ribbon-bow-left::before,
.ribbon-bow-right::before {
  content: "";
  position: absolute;
  inset: 6px;
  background: linear-gradient(135deg, #a01822 0%, #c41e2a 50%, #a01822 100%);
  border-radius: inherit;
  opacity: 0.6;
}

.ribbon-tassel-left,
.ribbon-tassel-right {
  position: absolute;
  bottom: -40px;
  width: 10px;
  height: 50px;
  background: linear-gradient(180deg, #ef3f4b 0%, #c41e2a 100%);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(196, 30, 42, 0.4);
  z-index: 0;
}
.ribbon-tassel-left { left: 15%; }
.ribbon-tassel-right { right: 15%; }
.ribbon-tassel-left::after,
.ribbon-tassel-right::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #ef3f4b 0%, #c41e2a 100%);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 6px rgba(196, 30, 42, 0.4);
}

.inauguration-scissors {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%) rotate(-10deg);
  cursor: grab;
  z-index: 10;
  transition: transform 100ms ease-out;
}
.inauguration-scissors:active { cursor: grabbing; }
.inauguration-scissors.is-cutting {
  animation: scissors-cut 600ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.scissor-blade {
  position: absolute;
  width: 28px;
  height: 56px;
  background: linear-gradient(135deg, #8a8f96 0%, #c8ccd1 50%, #8a8f96 100%);
  border-radius: 0 14px 14px 0;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.3),
    inset 0 0 0 2px rgba(0, 0, 0, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.3);
  transform-origin: 0 50%;
}
.top-blade {
  top: 0;
  left: 50%;
  transform: rotate(-25deg);
  border-radius: 0 14px 0 14px;
}
.bottom-blade {
  bottom: 0;
  left: 50%;
  transform: rotate(25deg);
  border-radius: 14px 0 14px 0;
}



.inauguration-instruction {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 300ms ease;
}

.inauguration-confetti {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 5;
}
.confetti-piece {
  position: absolute;
  width: 10px;
  height: 16px;
  border-radius: 2px;
  opacity: 0;
  animation: confetti-fall 2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes ribbon-cut {
  0% { transform: scaleX(1) translateX(0); opacity: 1; }
  45% { transform: scaleX(1.02) translateX(0); opacity: 1; }
  50% { transform: scaleX(0.01) translateX(0); opacity: 1; }
  55% { transform: scaleX(0) translateX(-50%); opacity: 0; }
  100% { transform: scaleX(0) translateX(-50%); opacity: 0; }
}

@keyframes scissors-cut {
  0% { transform: translate(-50%, -50%) rotate(-10deg); }
  30% { transform: translate(-50%, -50%) rotate(15deg) scale(1.1); }
  60% { transform: translate(-50%, -50%) rotate(-5deg) scale(1.05); }
  100% { transform: translate(-50%, -50%) rotate(0deg) scale(1); }
}

@keyframes scissors-away {
  0% { transform: translate(-50%, -50%) rotate(-10deg) scale(1); opacity: 1; }
  50% { transform: translate(-50%, -120%) rotate(-45deg) scale(1.2); opacity: 1; }
  100% { transform: translate(-50%, -200%) rotate(-90deg) scale(0.8); opacity: 0; }
}

@keyframes fade-out {
  to { opacity: 0; }
}

@keyframes confetti-fall {
  0% { opacity: 1; transform: translateY(0) rotate(0deg) scale(1); }
  100% { opacity: 0; transform: translateY(100vh) rotate(720deg) scale(0.5); }
}

@media (max-width: 600px) {
  .inauguration-ribbon { height: 110px; }
  .ribbon-top,
  .ribbon-bottom { height: 14px; }
  .ribbon-middle { inset: 14px 0; }
  .ribbon-bow-left,
  .ribbon-bow-right { width: 44px; height: 70px; }
  .ribbon-bow-left { left: -22px; }
  .ribbon-bow-right { right: -22px; }
  .inauguration-scissors { width: 56px; height: 56px; }
  .scissor-blade { width: 22px; height: 44px; }
  .inauguration-instruction { bottom: 40px; font-size: .75rem; }
}
