@import url("arrow-system.css");

:root {
  /* Site-wide layout rule: content aligns to one 1152px grid. */
  --grid-max: 1152px;
  --grid-gutter: max(24px, calc((100vw - var(--grid-max)) / 2));
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --space-7: 64px;
  --control-height: 48px;
  --control-radius: 999px;
  --control-shadow: 0 10px 24px rgba(19, 40, 70, .18);
}

/* Shared site header: used without variation on every page. */
.site-header { position: sticky; top: 0; z-index: 20; display: block; height: 78px; padding: 0; border-bottom: 1px solid rgba(139,111,71,.18); background: rgba(250,243,224,.94); backdrop-filter: blur(14px); }
.site-header .nav-wrap { height: 100%; max-width: none; margin: 0; padding-inline: var(--grid-gutter); display: flex; align-items: center; justify-content: space-between; }
.site-header .brand { display: flex; align-items: center; width: 158px; height: 48px; flex: 0 0 158px; }
.site-header .brand img { display: block; width: 158px; height: 48px; max-height: none; object-fit: contain; object-position: left center; }
.site-header .desktop-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
.site-header .desktop-nav > a { color: var(--ink); text-decoration: none; }
.site-header .desktop-nav > a:not(.nav-cta) { padding: 7px 0 10px; border-bottom: 1px solid rgba(44,44,44,.42); }
.site-header .desktop-nav > a.nav-active { padding-bottom: 9px; border-bottom: 2px solid var(--terra); color: var(--terra); }
.site-header .nav-cta.button { min-height: var(--control-height); margin: 0; padding: 0 16px !important; border-radius: var(--control-radius); }
.site-header .nav-dropdown { position: relative; }
.site-header .nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 8px; padding: 7px 0 10px; border: 0; border-bottom: 1px solid rgba(44,44,44,.42); background: transparent; color: var(--ink); font: inherit; font-weight: inherit; cursor: pointer; }
.site-header .nav-dropdown.nav-active .nav-dropdown-toggle { padding-bottom: 9px; border-bottom: 2px solid var(--terra); color: var(--terra); }
.site-header .nav-dropdown-toggle::after { content: ""; width: 7px; height: 7px; margin-top: -4px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s ease, margin .2s ease; }
.site-header .nav-dropdown:hover .nav-dropdown-toggle::after, .site-header .nav-dropdown.is-open .nav-dropdown-toggle::after { margin-top: 4px; transform: rotate(225deg); }
.past-editions-menu { position: absolute; top: 100%; right: -18px; z-index: 30; width: 680px; padding: 22px; border: 1px solid var(--sand); border-radius: 14px; background: var(--paper); box-shadow: 0 20px 46px rgba(19,40,70,.2); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-4px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.site-header .nav-dropdown:hover .past-editions-menu, .site-header .nav-dropdown.is-open .past-editions-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.past-editions-menu > p { margin: 0 0 14px; color: var(--brown); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.past-editions-menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.past-edition-menu-card { position: relative; display: flex; min-height: 174px; align-items: flex-end; overflow: hidden; padding: 15px; border-radius: 8px; background: var(--navy); color: var(--paper); text-decoration: none; isolation: isolate; }
.past-edition-menu-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(16,39,68,.08), rgba(16,39,68,.85)); transition: background .2s ease; }
.past-edition-menu-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.past-edition-menu-card:hover img, .past-edition-menu-card:focus-visible img { transform: scale(1.06); }
.past-edition-menu-card:hover::after, .past-edition-menu-card:focus-visible::after { background: linear-gradient(180deg, rgba(16,39,68,.08), rgba(196,98,45,.88)); }
.past-edition-menu-card span { display: block; color: #f0bd66; font-size: 10px; letter-spacing: 1.4px; }
.past-edition-menu-card strong { display: block; margin-top: 2px; font-size: 18px; line-height: 1.05; letter-spacing: -.6px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-header .menu-toggle { display: none; width: 40px; height: 40px; padding: 9px 10px; border: 0; background: none; }
.site-header .menu-toggle i { display: block; width: 20px; height: 2px; margin: 4px 0; border-radius: 99px; background-color: var(--ink); }
.site-header .mobile-menu { position: absolute; top: 78px; width: 100%; padding: 16px 24px 24px; border-bottom: 1px solid var(--sand); background: var(--paper); }
.site-header .mobile-menu a { display: block; padding: 11px 0; color: var(--ink); text-decoration: none; }
.site-header .mobile-menu a.mobile-active { color: var(--terra); font-weight: 700; }
.site-header .mobile-menu .mobile-current { color: var(--terra); font-weight: 700; }
.site-header .mobile-editions-toggle { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 11px 0; border: 0; background: transparent; color: var(--ink); font: inherit; font-weight: 700; text-align: left; cursor: pointer; }
.site-header .mobile-editions-toggle.mobile-active { color: var(--terra); }
.site-header .mobile-editions-toggle::after { content: ""; width: 7px; height: 7px; margin-right: 4px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s ease, margin .2s ease; }
.site-header .mobile-editions-toggle[aria-expanded="true"]::after { margin-top: 5px; transform: rotate(225deg); }
.site-header .mobile-editions-list { margin: 0 0 6px; padding: 0 0 4px 17px; border-left: 1px solid var(--sand); }
.site-header .mobile-editions-list a { padding: 7px 0; color: var(--brown); font-size: 13px; }
.site-header .nav-current-edition { display: inline-flex; align-items: center; min-height: 31px; padding-bottom: 9px; border-bottom: 2px solid var(--terra); color: var(--terra); font: inherit; font-weight: 700; }
@media (max-width: 760px) { .site-header { height: 68px; }.site-header .desktop-nav { display: none; }.site-header .menu-toggle { display: block; }.site-header .mobile-menu { top: 68px; }.site-header .brand, .site-header .brand img { width: 140px; flex-basis: 140px; } }

@view-transition { navigation: auto; }
@keyframes page-arrival { from { opacity: 0; } to { opacity: 1; } }
@keyframes page-departure { from { opacity: 1; } to { opacity: 0; } }
body { animation: page-arrival .38s cubic-bezier(.2,.75,.3,1) both; }
body.page-leaving { pointer-events: none; animation: page-departure .18s ease both; }

/* Shared controls: one height, radius, weight and shadow across every page. */
.button {
  min-height: var(--control-height);
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: var(--control-radius);
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.button > span { margin-left: 0; }
.button.primary, .action-row .button:not(.secondary), .modal-form .button {
  background: var(--terra);
  color: var(--paper);
}
.button.primary:hover, .action-row .button:not(.secondary):hover, .modal-form .button:hover {
  background: var(--terra-dark);
  box-shadow: var(--control-shadow);
  transform: translateY(-2px);
}
.button.secondary {
  border-color: var(--terra);
  background: transparent;
  color: var(--terra);
}
.button.secondary:hover {
  background: var(--terra);
  color: var(--paper);
  box-shadow: var(--control-shadow);
  transform: translateY(-2px);
}
.hero .button.secondary {
  border-color: rgba(250, 243, 224, .72);
  color: var(--paper);
}
.hero .button.secondary:hover { background: rgba(250, 243, 224, .12); }

.floating-top {
  width: var(--control-height);
  height: var(--control-height);
  border-radius: 50%;
  box-shadow: var(--control-shadow);
  transition: transform .25s, background .25s, box-shadow .25s;
}
.floating-top:hover { box-shadow: 0 14px 30px rgba(19, 40, 70, .28); }

/* Breadcrumbs are used on all non-root pages. */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: rgba(250, 243, 224, .72);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .5px;
}
.breadcrumb a { color: var(--gold); text-decoration: none; }
.breadcrumb a:hover { color: var(--paper); }
.breadcrumb .breadcrumb-separator { color: rgba(250, 243, 224, .45); }
.breadcrumb-shell { border-bottom: 1px solid var(--sand); background: var(--warm); }
.breadcrumb-shell .breadcrumb { max-width: none; margin: auto; padding: 11px var(--grid-gutter); color: var(--brown); }
.breadcrumb-shell .breadcrumb a { color: var(--terra); }
.breadcrumb-shell .breadcrumb a:hover { color: var(--terra-dark); }
.breadcrumb-shell .breadcrumb-separator { color: var(--brown); opacity: .65; }

/* Reusable modal form shell. Home and popup interest forms share the same fields. */
.modal-form .field { display: grid; gap: 6px; }
.modal-form .field.full { grid-column: 1 / -1; }
.modal-form select,
.interest-form select { -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='m3 6 5 5 5-5' stroke='%232c2c2c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-position: right 18px center; background-repeat: no-repeat; background-size: 16px; padding-right: 50px; }
.modal-form select { width: 100%; min-height: 42px; border: 1px solid var(--sand); border-radius: 6px; background-color: #fffaf0; color: var(--ink); font: inherit; font-size: 14px; line-height: 1.2; padding-top: 10px; padding-bottom: 10px; padding-left: 12px; cursor: pointer; }
.interest-form select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='m3 6 5 5 5-5' stroke='%23faf3e0' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); padding-right: 50px; }
.modal-form select:focus { outline: 0; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212, 168, 83, .16); }

/* General enquiries page. */
.contact-page-main { width: 100%; max-width: none; margin: 0 auto; padding: 88px var(--grid-gutter) 104px; }
.contact-page-intro { max-width: 720px; }
.contact-page-intro h1 { color: var(--ink); font-size: clamp(48px, 6vw, 76px); letter-spacing: -.065em; line-height: .98; }
.contact-page-intro h1 em { color: var(--terra); font-weight: 300; }
.contact-page-intro p { color: #534b42; font-size: 18px; line-height: 1.75; }
.contact-page-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 54px; margin-top: 58px; padding-top: 48px; border-top: 1px solid var(--sand); }
.contact-details { padding: 30px; background: var(--warm); border: 1px solid var(--sand); }
.contact-details span { display: block; margin-bottom: 12px; color: var(--brown); font-size: 10px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.contact-details p, .contact-details a { color: var(--ink); font-size: 15px; line-height: 1.8; text-decoration: none; }
.contact-details a:hover { color: var(--terra); }
.general-enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.general-enquiry-form .field { display: grid; gap: 7px; }
.general-enquiry-form .field.full { grid-column: 1 / -1; }
.general-enquiry-form label { color: var(--brown); font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.general-enquiry-form input, .general-enquiry-form textarea { width: 100%; border: 1px solid var(--sand); border-radius: 7px; background: #fffaf0; color: var(--ink); font: inherit; font-size: 15px; }
.general-enquiry-form input { min-height: 48px; padding: 0 14px; }
.general-enquiry-form textarea { min-height: 144px; padding: 13px 14px; resize: vertical; }
.general-enquiry-form input:focus, .general-enquiry-form textarea:focus { outline: 0; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,168,83,.16); }
.general-enquiry-form .button { justify-self: start; border: 0; cursor: pointer; }
.thank-you-card { max-width: 680px; margin: 0 auto; padding: 72px 0; text-align: center; }
.thank-you-card p { color: #534b42; font-size: 18px; line-height: 1.75; }
.edition-card { text-decoration: none; }
.edition-card .edition-card-link { color: var(--paper); font-size: 13px; font-weight: 700; letter-spacing: normal; text-transform: none; }
.form-success-modal { position: fixed; z-index: 70; inset: 0; display: none; place-items: center; padding: 24px; background: rgba(13,34,61,.68); backdrop-filter: blur(5px); }
.form-success-modal.is-visible { display: grid; }
.form-success-panel { width: min(100%, 480px); padding: 44px; text-align: center; background: var(--paper); box-shadow: 0 28px 70px rgba(13,34,61,.34); }
.form-success-panel h2 { margin: 0 0 14px; color: var(--ink); font-size: clamp(36px,4vw,54px); letter-spacing: -.055em; line-height: 1; }
.form-success-panel h2 em { color: var(--terra); font-weight: 300; }
.form-success-panel p { margin: 0 0 26px; color: #534b42; line-height: 1.7; }
.form-success-panel .button { border: 0; cursor: pointer; }

/* Present on every page: a persistent, circular return-to-top control. */
.floating-top { position: fixed; right: 24px; bottom: 24px; z-index: 30; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(250, 243, 224, .78); border-radius: 50%; background: var(--terra); box-shadow: 0 10px 28px rgba(19, 40, 70, .26); color: var(--paper); font-size: 20px; line-height: 1; text-decoration: none; transition: transform .25s, background .25s; }
.floating-top:hover { background: var(--terra-dark); transform: translateY(-3px); }
@media (max-width: 760px) { .floating-top { right: 16px; bottom: 16px; width: 44px; height: 44px; } }

/* Fixed conference deadline announcement; date uses IST in script.js. */
body.has-call-for-paper-bar { padding-bottom: 94px; }
.call-for-paper-bar { position: fixed; z-index: 55; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(212,168,83,.48); background: rgba(16,39,68,.98); color: var(--paper); box-shadow: 0 -14px 34px rgba(13,34,61,.18); }
.call-for-paper-bar-inner { display: grid; grid-template-columns: minmax(260px,1fr) auto auto; gap: 28px; align-items: center; max-width: none; margin: 0 auto; padding: 13px var(--grid-gutter); }
.call-for-paper-deadline { display: grid; gap: 2px; }
.call-for-paper-kicker { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.call-for-paper-deadline strong { font-size: 14px; line-height: 1.35; }
.call-for-paper-countdown { display: flex; align-items: center; gap: 13px; }
.call-for-paper-countdown > span { display: grid; min-width: 39px; gap: 0; text-align: center; }
.call-for-paper-countdown > span + span { position: relative; }
.call-for-paper-countdown > span + span::before { content: ":"; position: absolute; top: -2px; left: -10px; color: var(--gold); font-size: 22px; font-weight: 300; }
.call-for-paper-countdown b { color: var(--paper); font-size: 21px; letter-spacing: -.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.call-for-paper-countdown small { margin-top: 3px; color: rgba(250,243,224,.66); font-size: 8px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.call-for-paper-cta { display: inline-flex; min-height: var(--control-height); align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border-radius: var(--control-radius); background: var(--terra); color: var(--paper); font-size: 13px; font-weight: 700; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.call-for-paper-cta:hover, .call-for-paper-cta:focus-visible { background: var(--terra-dark); transform: translateY(-2px); }
body.has-call-for-paper-bar .floating-top { bottom: 106px; }

@media (max-width: 760px) {
  body.has-call-for-paper-bar { padding-bottom: 126px; }
  .call-for-paper-bar-inner { grid-template-columns: 1fr auto; gap: 9px 18px; padding-top: 11px; padding-bottom: 12px; }
  .call-for-paper-deadline strong { font-size: 12px; }
  .call-for-paper-countdown { gap: 10px; }
  .call-for-paper-countdown > span { min-width: 31px; }
  .call-for-paper-countdown > span + span::before { left: -8px; font-size: 18px; }
  .call-for-paper-countdown b { font-size: 18px; }
  .call-for-paper-countdown small { font-size: 7px; }
  .call-for-paper-cta { grid-column: 1 / -1; width: 100%; min-height: 36px; height: 36px; }
  body.has-call-for-paper-bar .floating-top { right: 16px; bottom: 138px; }
}


/* Home: full-bleed surfaces, with every content edge on the shared grid. */
.home-page .nav-wrap { max-width: none; padding-inline: var(--grid-gutter); }
.home-page .nav-cta.button { min-height: var(--control-height); padding: 0 16px !important; border-radius: var(--control-radius); }
.home-page .hero-content { max-width: none; padding: 96px var(--grid-gutter) 170px; }
.home-page .hero-context { max-width: 610px; margin-bottom: 14px; color: #e4b664; font-size: clamp(15px, 1.5vw, 20px); font-weight: 600; line-height: 1.35; letter-spacing: -.01em; }
.home-page .hero-commemoration { max-width: 540px; font-size: clamp(13px, 1.15vw, 16px); line-height: 1.42; }
.home-page .section { max-width: none; padding: 118px var(--grid-gutter); }
.home-page .bengaluru { background-image: url('assets/past-editions/artwork/bengaluru-2023.png'); }
.home-page .jaipur { background-image: url('assets/past-editions/artwork/jaipur-2024.png'); }
.home-page .mathura { background-image: url('assets/past-editions/artwork/mathura-2025.png'); }
.sakshi-home { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: start; padding: 104px var(--grid-gutter); background: #e1ead7; }
.sakshi-home h2 { max-width: 540px; margin: 14px 0 0; color: var(--ink); font-size: clamp(40px, 4.7vw, 66px); letter-spacing: -.064em; line-height: 1.01; }
.sakshi-home h2 em { color: var(--terra); font-weight: 300; }
.sakshi-home-logo { display: block; width: 118px; height: 94px; margin: 0 0 18px; object-fit: contain; object-position: left center; }
.sakshi-home > div:last-child { max-width: 565px; padding-top: 39px; }
.sakshi-home > div:last-child > p { margin: 0; color: #425046; font-size: 18px; line-height: 1.78; }
.sakshi-home-links { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 26px; }
.inspiration-home { background: var(--paper); }
.inspiration-home-heading { padding: 84px var(--grid-gutter); background: var(--navy); color: var(--paper); }
.inspiration-home-intro { display: grid; grid-template-columns: 1fr .75fr; gap: 84px; align-items: end; max-width: var(--grid-max); margin: 0 auto; }
.inspiration-home h2 { margin: 0; color: var(--paper); font-size: clamp(44px, 5vw, 68px); letter-spacing: -.065em; line-height: .98; }
.inspiration-home h2 em { color: var(--gold); font-weight: 300; }
.inspiration-home-intro > p { max-width: 460px; margin: 0 0 3px; color: rgba(250,243,224,.78); font-size: 16px; line-height: 1.75; }
.inspiration-home-profiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; max-width: var(--grid-max); margin: 0 auto; background: var(--sand); }
.inspiration-home-profiles article { display: grid; grid-template-columns: 230px 1fr; gap: 30px; align-items: start; padding: 34px; background: var(--paper); }
.inspiration-home-profiles img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.inspiration-home-profiles h3 { margin: 6px 0 14px; color: var(--ink); font-size: clamp(25px, 2.5vw, 36px); letter-spacing: -.052em; line-height: 1; }
.inspiration-home-profiles p:not(.card-kicker) { margin: 0 0 19px; color: #534b42; font-size: 14px; line-height: 1.72; }
.patrons { padding: 104px var(--grid-gutter); background: var(--warm); }
.patrons-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: end; max-width: var(--grid-max); margin: 0 auto 48px; }
.patrons-heading h2 { margin: 0; color: var(--ink); font-size: clamp(42px, 5vw, 68px); letter-spacing: -.065em; line-height: 1; }
.patrons-heading h2 em { color: var(--terra); font-weight: 300; }
.patrons-heading > p { max-width: 460px; margin: 0 0 4px; color: #534b42; font-size: 16px; line-height: 1.75; }
.patrons-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: var(--grid-max); margin: 0 auto; }
.patrons-grid article { display: grid; grid-template-columns: 190px 1fr; gap: 27px; align-items: start; padding: 24px; background: var(--paper); }
.patrons-grid img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.patrons-grid h3 { margin: 0 0 7px; color: var(--ink); font-size: 27px; letter-spacing: -.045em; line-height: 1.05; }
.patrons-grid .card-kicker { margin: 0 0 13px; line-height: 1.5; }
.patrons-grid p:not(.card-kicker) { margin: 0; color: #534b42; font-size: 14px; line-height: 1.75; }

/* Edition: the sidebar and main column sit inside the same shared grid. */
.puducherry-page .site-header { padding-inline: 0; }
.puducherry-page .site-header .nav-cta { display: none; }
.puducherry-page .page { max-width: var(--grid-max); padding: 0; }
.puducherry-page .hero { margin-right: 0; }

@media (max-width: 620px) {
  .button { width: 100%; }
  .action-row { width: 100%; }
  .modal-form .field.full { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  body, body.page-leaving { animation: none; }
}

@media (max-width: 900px) {
  .puducherry-page .page { padding-inline: var(--grid-gutter); }
}

@media (max-width: 760px) {
  :root { --control-height: 36px; }
  .button { min-height: 36px; height: 36px; padding: 0 16px; font-size: 13px; }
  .breadcrumb-shell { display: none; }
  .contact-page-main { padding-top: 62px; padding-bottom: 78px; }
  .contact-page-grid, .general-enquiry-form { grid-template-columns: 1fr; gap: 28px; }
  .general-enquiry-form .field.full { grid-column: auto; }
  .general-enquiry-form .button { width: 100%; }
  .form-success-panel { padding: 36px 24px; }
  .home-page .hero { min-height: 690px; }
  .home-page .hero-content { padding: 64px var(--grid-gutter) 196px; }
  .home-page .hero-conference { margin-bottom: 6px; font-size: clamp(32px, 9vw, 42px); line-height: 1; }
  .home-page .hero-context { max-width: 345px; margin-bottom: 15px; font-size: 14px; line-height: 1.35; }
  .home-page .hero h1 { max-width: 340px; margin-bottom: 18px; font-size: clamp(58px, 16vw, 74px); line-height: .94; letter-spacing: -3px; }
  .home-page .hero-commemoration { max-width: 310px; margin-bottom: 20px; font-size: 13px; line-height: 1.38; }
  .home-page .hero-actions { gap: 10px; }
  .home-page .hero .button { min-height: 36px; height: 36px; padding: 0 16px; font-size: 13px; }
  .home-page .hero-art { height: 54%; opacity: .43; }
  .home-page .hero::after { background: linear-gradient(180deg, rgba(9,29,53,.3) 0%, rgba(9,29,53,.82) 55%, rgba(9,29,53,.95) 100%); }
  .home-page .sunburst { top: 35%; left: 67%; width: 260px; height: 260px; }
  .home-page .event-strip { display: grid; grid-template-columns: 1fr; padding: 8px var(--grid-gutter); }
  .home-page .event-strip div, .home-page .event-strip div:first-child { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 12px; align-items: center; min-width: 0; padding: 9px 0; border: 0; border-top: 1px solid rgba(250,243,224,.16); }
  .home-page .event-strip div:first-child { border-top: 0; }
  .home-page .event-strip strong { font-size: 13px; line-height: 1.25; }
  .home-page .event-strip span { margin: 0; font-size: 9px; letter-spacing: 1.25px; }
  .home-page .section { padding-block: 78px; }
  .sakshi-home { grid-template-columns: 1fr; gap: 22px; padding-top: 72px; padding-bottom: 72px; }
  .sakshi-home > div:last-child { padding-top: 0; }
  .sakshi-home > div:last-child > p { font-size: 16px; }
  .sakshi-home-logo { width: 102px; height: 82px; margin-bottom: 14px; }
  .patrons { padding-top: 72px; padding-bottom: 72px; }
  .patrons-heading, .patrons-grid { grid-template-columns: 1fr; gap: 26px; }
  .patrons-heading { margin-bottom: 34px; }
  .patrons-grid article { grid-template-columns: 130px 1fr; gap: 20px; }
  .inspiration-home-heading { padding-top: 70px; padding-bottom: 70px; }
  .inspiration-home-intro { grid-template-columns: 1fr; gap: 24px; }
  .inspiration-home-profiles { grid-template-columns: 1fr; }
  .inspiration-home-profiles article { grid-template-columns: 130px 1fr; gap: 20px; padding: 24px; }
}
