:root {
  --mow-maroon: #7e1825;
  --mow-maroon-dark: #5d101a;
  --mow-gold: #ad7a2b;
  --mow-gold-soft: #ead6ae;
  --mow-navy: #20324a;
  --mow-ink: #2a2723;
  --mow-muted: #67615b;
  --mow-paper: #fcfaf6;
  --mow-soft: #f4eee4;
  --mow-white: #ffffff;
  --mow-border: #ded2bd;
  --mow-shadow: 0 10px 28px rgba(48, 35, 25, .08);
  --mow-container: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--mow-ink); background: var(--mow-paper); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Nirmala UI", Arial, sans-serif; line-height: 1.68; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--mow-maroon); }
a:hover { color: var(--mow-gold); }
button, input, textarea, select { font: inherit; }
.mow-container { width: min(calc(100% - 40px), var(--mow-container)); margin-inline: auto; }
.content-narrow { max-width: 860px; }
.section { padding: clamp(70px, 7vw, 104px) 0; }
.section-soft { background: var(--mow-soft); }
.section-heading { max-width: 860px; margin-bottom: 36px; }
.section-heading h2, .intro-grid h2, .orientation-preview-grid h2, .gallery-row h2, .detail-grid h2, .related-visual-grid h2, .split-layout h2, .image-gallery-cta h2, .gallery-cta-simple h2 { margin: 0 0 18px; color: var(--mow-maroon); font-family: Georgia, "Times New Roman", "Nirmala UI", serif; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.1; letter-spacing: -.025em; }
.section-kicker, .eyebrow { display: block; margin: 0 0 10px; color: var(--mow-gold); font-size: .8rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.lang-hi-block, .lang-hi-inline { display: none !important; }
html[data-mow-lang="hi"] .lang-en-block, html[data-mow-lang="hi"] .lang-en-inline { display: none !important; }
html[data-mow-lang="hi"] .lang-hi-block { display: block !important; }
html[data-mow-lang="hi"] .lang-hi-inline { display: inline !important; }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.screen-reader-text:focus, .skip-link:focus { clip: auto !important; clip-path: none; width: auto; height: auto; margin: 0; top: 8px; left: 8px; padding: 10px 14px; z-index: 9999; background: #fff; color: #111; border: 2px solid var(--mow-maroon); }
:focus-visible { outline: 3px solid var(--mow-gold); outline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(252,250,246,.94); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(122,83,28,.14); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(0,0,0,.07); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 24px; padding-top: 7px; padding-bottom: 5px; }
.site-branding { margin-right: auto; min-width: 270px; display: flex; align-items: center; align-self: stretch; }
.custom-logo-link { display: inline-flex; align-items: center; height: 100%; }
.custom-logo { max-height: 66px; width: auto; object-fit: contain; }
.default-brand-lockup { display: inline-flex; align-items: center; gap: 13px; color: inherit; text-decoration: none; height: 100%; }
.default-site-logo { width: 66px; height: 66px; object-fit: contain; flex: 0 0 auto; }
.default-brand-copy { display: inline-flex; flex-direction: column; line-height: 1.05; }
.brand-hi { color: var(--mow-maroon); font-family: Georgia, "Nirmala UI", serif; font-size: 1.3rem; font-weight: 800; }
.brand-en { margin-top: 5px; color: var(--mow-navy); font-size: .66rem; font-weight: 800; letter-spacing: .18em; }
.primary-navigation { display: flex; align-items: center; }
.mow-nav-list { display: flex; gap: 22px; align-items: center; list-style: none; margin: 0; padding: 0; }
.mow-nav-list a { color: var(--mow-navy); text-decoration: none; font-size: .94rem; font-weight: 700; }
.language-switcher { display: flex; gap: 3px; padding: 3px; border: 1px solid var(--mow-border); border-radius: 999px; background: #fff; }
.lang-button { border: 0; border-radius: 999px; padding: 7px 11px; cursor: pointer; color: var(--mow-navy); background: transparent; font-size: .82rem; font-weight: 800; }
.lang-button.is-active { color: #fff; background: var(--mow-maroon); }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; cursor: pointer; }
.menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { display: block; width: 24px; height: 2px; margin: auto; background: var(--mow-navy); content: ""; position: relative; }
.menu-toggle-lines::before { top: -7px; position: absolute; }
.menu-toggle-lines::after { top: 7px; position: absolute; }
.mow-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 19px; border-radius: 999px; border: 1px solid var(--mow-maroon); background: var(--mow-maroon); color: #fff; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.mow-button:hover { color: #fff; transform: translateY(-2px); background: var(--mow-maroon-dark); }
.mow-button-secondary { background: transparent; color: var(--mow-maroon); }
.mow-button-secondary:hover { color: #fff; }
.text-link { font-weight: 700; text-decoration: none; }
.home-showcase { padding: clamp(54px, 7vw, 96px) 0; background: linear-gradient(135deg, #fff 0%, #f6efe4 100%); }
.home-showcase-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.home-showcase-copy h1 { margin: 0 0 18px; color: var(--mow-maroon); font-family: Georgia, "Times New Roman", "Nirmala UI", serif; font-size: clamp(3.2rem, 7vw, 6.8rem); line-height: .98; letter-spacing: -.04em; }
.hero-lead { max-width: 620px; color: var(--mow-muted); font-size: clamp(1.08rem, 1.7vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.home-showcase-image { margin: 0; overflow: hidden; border-radius: 24px; background: #fff; border: 1px solid var(--mow-border); }
.home-showcase-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.event-line { background: var(--mow-navy); color: #fff; }
.event-line-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding-block: 22px; }
.event-line-grid div { display: grid; gap: 3px; }
.event-line-grid strong { color: var(--mow-gold-soft); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.intro-grid, .split-layout, .orientation-preview-grid, .related-visual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 6vw, 78px); align-items: center; }
.clean-image, .orientation-image, .page-feature-image, .gallery-main-image { margin: 0; background: #fff; border: 1px solid var(--mow-border); border-radius: 18px; overflow: hidden; }
.clean-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.orientation-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.orientation-preview-grid { grid-template-columns: 1.3fr .7fr; }
.orientation-preview .orientation-image { min-width: 0; }
.page-title-band { padding: clamp(72px, 8vw, 116px) 0 52px; background: linear-gradient(135deg, #fff, #f4ede2); border-bottom: 1px solid var(--mow-border); }
.page-title-band h1 { max-width: 1000px; margin: 0 0 20px; color: var(--mow-maroon); font-family: Georgia, "Times New Roman", "Nirmala UI", serif; font-size: clamp(2.7rem, 5.6vw, 5.4rem); line-height: 1.04; letter-spacing: -.035em; }
.page-intro { max-width: 860px; margin: 0; color: var(--mow-muted); font-size: clamp(1.05rem, 1.5vw, 1.26rem); }
.page-feature-section { padding: 36px 0 0; }
.page-feature-image img { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; }
.nine-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gallery-tile { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--mow-border); border-radius: 20px; background: #fff; transition: transform .2s ease; }
.gallery-tile:hover { transform: translateY(-4px); }
.gallery-tile-image { display: block; overflow: hidden; }
.gallery-tile-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .35s ease; }
.gallery-tile:hover .gallery-tile-image img { transform: scale(1.035); }
.gallery-tile-copy { padding: 24px; }
.gallery-tile h3 { margin: 8px 0 12px; color: var(--mow-maroon); font-family: Georgia, "Times New Roman", "Nirmala UI", serif; font-size: 1.55rem; line-height: 1.16; }
.gallery-tile h3 a { color: inherit; text-decoration: none; }
.gallery-tile p { color: var(--mow-muted); }
.gallery-number { display: inline-flex; color: var(--mow-gold); font-family: Georgia, serif; font-size: 2rem; font-weight: 800; line-height: 1; }
.gallery-list { display: grid; gap: 42px; }
.gallery-row { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; padding: 22px; background: #fff; border: 1px solid var(--mow-border); border-radius: 22px; }
.gallery-row-reverse .gallery-row-image { order: 2; }
.gallery-row-reverse .gallery-row-copy { order: 1; }
.gallery-row-image { display: block; overflow: hidden; border-radius: 16px; }
.gallery-row-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.gallery-row-copy { padding: 10px; }
.gallery-row-copy p { color: var(--mow-muted); }
.gallery-lead-visual { padding: 34px 0 0; }
.gallery-main-image img { width: 100%; max-height: 760px; object-fit: cover; }
.gallery-main-image figcaption { padding: 13px 18px; color: var(--mow-muted); font-size: .88rem; border-top: 1px solid var(--mow-border); }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(36px, 6vw, 76px); align-items: start; }
.detail-copy { font-size: 1.08rem; }
.detail-copy p { margin: 0 0 20px; }
.experience-panel { position: sticky; top: 108px; padding: 28px; background: var(--mow-navy); color: #fff; border-radius: 18px; }
.experience-panel h2 { color: #fff; font-size: 1.8rem; }
.experience-panel ul { margin: 0; padding-left: 20px; }
.experience-panel li { margin: 10px 0; color: rgba(255,255,255,.86); }
.related-visual-grid { grid-template-columns: 1fr 1fr; }
.image-gallery-cta { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: center; }
.cta-image-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.cta-image-strip img { width: 100%; height: 260px; object-fit: cover; border-radius: 14px; }
.gallery-cta-simple { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 36px; background: var(--mow-soft); border-radius: 22px; }
.professional-gallery { columns: 3 320px; column-gap: 18px; }
.professional-gallery-item { position: relative; display: block; margin: 0 0 18px; break-inside: avoid; overflow: hidden; border-radius: 16px; background: #fff; border: 1px solid var(--mow-border); text-decoration: none; }
.professional-gallery-item img { width: 100%; height: auto; transition: transform .35s ease; }
.professional-gallery-item:hover img { transform: scale(1.025); }
.professional-gallery-item > span { display: block; padding: 12px 14px; color: var(--mow-ink); font-weight: 700; }
.icon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.icon-card, .visit-card, .phase-detail { padding: 24px; border-radius: 18px; background: #fff; border: 1px solid var(--mow-border); }
.icon-card span, .phase-detail strong { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--mow-maroon); color: #fff; font-weight: 800; }
.icon-card h3, .visit-card h3, .phase-detail h3 { margin: 16px 0 10px; color: var(--mow-maroon); font-family: Georgia, "Times New Roman", "Nirmala UI", serif; font-size: 1.45rem; line-height: 1.18; }
.icon-card p, .visit-card p, .phase-detail p { color: var(--mow-muted); }
.visit-grid-home { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.visit-card ul { margin: 0; padding-left: 20px; }
.visit-card li { margin: 7px 0; }
.phase-detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.site-footer { background: #192638; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding-block: 54px; }
.footer-brand-block { display: flex; align-items: center; gap: 18px; }
.footer-site-logo { width: 92px; height: 96px; object-fit: contain; flex: 0 0 auto; filter: drop-shadow(0 6px 14px rgba(0,0,0,.18)); }
.footer-title { margin-bottom: 10px; color: var(--mow-gold-soft); font-family: Georgia, "Nirmala UI", serif; font-size: 1.5rem; font-weight: 800; }
.site-footer p { margin: 0; color: rgba(255,255,255,.76); }
.footer-institutions { text-align: right; }
.footer-bottom { padding: 15px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.62); font-size: .78rem; }
.footer-bottom-row { display: flex; justify-content: space-between; }
.standard-content { min-height: 60vh; padding: 70px 0; }
.entry-title { color: var(--mow-maroon); font-family: Georgia, serif; font-size: clamp(2.2rem, 5vw, 4rem); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0s); }
.reveal.is-visible { opacity: 1; transform: none; }
.lightbox { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(10,12,18,.9); z-index: 2000; }
.lightbox.is-open { display: flex; }
.lightbox-inner { position: relative; width: min(1160px, 100%); }
.lightbox-close { position: absolute; right: 0; top: -46px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; font-size: 24px; cursor: pointer; }
.lightbox img { width: 100%; max-height: 80vh; object-fit: contain; border-radius: 16px; }
.lightbox-caption { margin-top: 12px; color: rgba(255,255,255,.86); }
@media (max-width: 1080px) { .home-showcase-grid, .intro-grid, .split-layout, .orientation-preview-grid, .related-visual-grid, .image-gallery-cta { grid-template-columns: 1fr; } .nine-gallery-grid { grid-template-columns: repeat(2, 1fr); } .gallery-row { grid-template-columns: 1fr; } .gallery-row-reverse .gallery-row-image, .gallery-row-reverse .gallery-row-copy { order: initial; } .detail-grid { grid-template-columns: 1fr; } .experience-panel { position: static; } .phase-detail-grid, .icon-grid { grid-template-columns: repeat(2, 1fr); } .gallery-cta-simple { align-items: flex-start; flex-direction: column; } }
@media (max-width: 980px) { .menu-toggle { display: block; order: 2; } .language-switcher { order: 3; } .primary-navigation { position: absolute; left: 18px; right: 18px; top: calc(100% + 1px); display: none; padding: 18px; border: 1px solid var(--mow-border); border-radius: 0 0 16px 16px; background: var(--mow-paper); box-shadow: var(--mow-shadow); } .primary-navigation.is-open { display: block; } .mow-nav-list { flex-direction: column; align-items: stretch; gap: 0; } .mow-nav-list a { display: block; padding: 11px 4px; border-bottom: 1px solid rgba(183,121,31,.15); } }
@media (max-width: 720px) { .header-inner { min-height: 78px; gap: 10px; padding-top: 5px; padding-bottom: 4px; } .site-branding { min-width: 0; } .default-brand-lockup { gap: 8px; } .default-site-logo { width: 48px; height: 52px; } .default-brand-copy { display: none; } .custom-logo { max-height: 52px; } .brand-hi { font-size: 1.05rem; } .brand-en { font-size: .55rem; } .home-showcase-copy h1 { font-size: 3.3rem; } .event-line-grid, .nine-gallery-grid, .visit-grid-home, .phase-detail-grid, .icon-grid { grid-template-columns: 1fr; } .hero-actions { flex-direction: column; align-items: stretch; } .cta-image-strip { grid-template-columns: 1fr; } .cta-image-strip img { height: auto; } .footer-grid { grid-template-columns: 1fr; } .footer-brand-block { align-items: flex-start; } .footer-site-logo { width: 78px; height: 82px; } .footer-institutions { text-align: left; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; } }
