:root {
  --black: #050505;
  --surface: #101010;
  --surface-2: #151515;
  --red: #ff1018;
  --red-dark: #b80008;
  --cyan: #14d9d5;
  --white: #fff;
  --off-white: #f7f7f5;
  --muted: #a7a7a7;
  --line: rgba(255, 255, 255, .13);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --header-height: 100px;
  --container: 100%;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  color: var(--off-white);
  background: var(--black);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .28;
  background: radial-gradient(circle at 12% 15%, rgba(255,255,255,.04), transparent 22%), repeating-linear-gradient(125deg, transparent 0 46px, rgba(255,255,255,.012) 47px 48px);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
p { margin: 0 0 1rem; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; }
::selection { color: #fff; background: var(--red); }

.container-xl { width: 100%; max-width: none; padding-right: clamp(24px, 3.5vw, 72px); padding-left: clamp(24px, 3.5vw, 72px); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 9999; padding: 10px 18px; color: #fff; background: var(--red); transition: top .2s; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 2px solid var(--cyan) !important; outline-offset: 3px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1030;
  height: var(--header-height);
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: #050505;
  transition: background .35s ease, border-color .35s ease, height .35s ease;
}
.site-header.scrolled { height: var(--header-height); border-color: var(--line); background: #050505; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { position: relative; display: flex; width: 178px; height: 100px; flex: 0 0 178px; align-items: center; justify-content: center; overflow: hidden; }
.header-inner > .brand { height: 100%; }
.brand-logo-image { position: absolute; top: -13px; left: 50%; display: block; width: 170px; height: 150px; max-width: none; object-fit: contain; opacity: 1; transform: translateX(-50%); }
.brand-dfw { font-size: 30px; letter-spacing: 1px; }
.brand-india { margin-top: 4px; font-size: 16px; letter-spacing: 4px; }
.brand-glamlight { margin-top: 5px; font-size: 14px; letter-spacing: 1.8px; }
.brand-tagline { width: 100%; margin-top: 8px; padding-top: 5px; border-top: 1px solid rgba(255,255,255,.25); font: 5px/1.1 var(--sans); letter-spacing: 1.5px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.3vw, 34px); }
.desktop-nav a { position: relative; padding: 10px 0; color: #e1e1e1; font-size: 12px; font-weight: 600; letter-spacing: .6px; text-transform: uppercase; transition: color .2s; }
.desktop-nav a::after { content: ""; position: absolute; right: 100%; bottom: 1px; left: 0; height: 2px; background: var(--red); transition: right .3s var(--ease); }
.desktop-nav a:hover, .desktop-nav a.active { color: #fff; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.outline-btn, .red-btn { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 14px; padding: 0 28px; border: 1px solid rgba(255, 45, 53, .8); color: #fff; background: transparent; font-size: 11px; font-weight: 600; letter-spacing: .45px; text-transform: uppercase; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.outline-btn:hover { color: #fff; border-color: var(--red); background: var(--red); transform: translateY(-2px); }
.red-btn { min-height: 52px; border-color: var(--red); background: linear-gradient(110deg, #b80008, #f20b14); box-shadow: 0 12px 30px rgba(255,16,24,.16); }
.red-btn:hover { color: #fff; background: #f51a21; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(255,16,24,.25); }
.header-cta { min-height: 44px; padding-inline: 24px; white-space: nowrap; }
.menu-toggle { display: none; width: 46px; height: 44px; padding: 10px; border: 1px solid var(--line); background: #111; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 5px 0; background: #fff; }

.mobile-menu { --bs-offcanvas-width: min(86vw, 390px); color: #fff; border-left: 1px solid rgba(255,16,24,.35); background: #080808; }
.mobile-menu .offcanvas-header { padding: 24px; border-bottom: 1px solid var(--line); }
.mobile-menu .brand.compact { width: 140px; height: 82px; flex-basis: 140px; }
.mobile-menu .brand.compact .brand-logo-image { top: -11px; width: 140px; height: 140px; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.mobile-socials { display: flex; gap: 12px; margin-top: 30px; }
.mobile-socials a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); }

.hero { position: relative; width: 100%; height: auto; min-height: 0; aspect-ratio: 3 / 2; margin-top: var(--header-height); background: #020202; }
.hero-swiper, .hero-slide { width: 100%; height: 100%; }
.hero-slide { position: relative; overflow: hidden; }
.hero-slide > img { width: 100%; height: 100%; object-fit: contain; object-position: center; transform: none; transition: none; }
.hero-slide.swiper-slide-active > img { transform: none; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,5,8,.96) 0%, rgba(0,5,8,.78) 27%, rgba(0,0,0,.22) 58%, rgba(0,0,0,.55) 100%), linear-gradient(0deg, rgba(0,0,0,.8), transparent 40%); }
.hero-content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 62px; }
.eyebrow { position: relative; margin-bottom: 15px; color: #c8c8c8; font-size: 12px; font-weight: 600; letter-spacing: .7px; text-transform: uppercase; }
.eyebrow::after { content: ""; display: inline-block; width: 25px; height: 2px; margin: 0 0 3px 9px; background: var(--red); }
.eyebrow.cyan { color: var(--cyan); }
.hero h1, .hero h2 { max-width: 760px; margin-bottom: 18px; font: 600 clamp(54px, 5.2vw, 78px)/.98 var(--serif); letter-spacing: -.8px; text-transform: uppercase; text-shadow: 0 5px 22px rgba(0,0,0,.4); }
.hero h1 span, .hero h2 span { color: var(--red); font-weight: 500; }
.hero-copy { max-width: 560px; margin-bottom: 30px; color: #d0d0d0; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 10px; text-transform: uppercase; }
.hero-pagination { position: absolute !important; z-index: 4; right: clamp(24px, 3.5vw, 72px); bottom: 34px !important; left: auto !important; width: auto !important; }
.hero-pagination .swiper-pagination-bullet { width: 24px; height: 2px; margin: 0 4px !important; border-radius: 0; background: rgba(255,255,255,.65); opacity: 1; }
.hero-pagination .swiper-pagination-bullet-active { width: 42px; background: var(--red); }
.hero-progress { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; height: 2px; background: rgba(255,255,255,.09); }
.hero-progress span { display: block; width: 0; height: 100%; background: var(--red); }
.hero-progress span.animate { animation: heroProgress 6s linear both; }
@keyframes heroProgress { to { width: 100%; } }

.announcement { display: flex; height: 54px; align-items: center; border-top: 1px solid rgba(255,16,24,.28); border-bottom: 1px solid var(--line); background: #080808; overflow: hidden; }
.ticker-arrow { align-self: stretch; width: 54px; flex: 0 0 54px; border: 0; color: #bcbcbc; background: transparent; font-size: 10px; }
.announcement-label { flex: 0 0 auto; padding: 0 30px; color: var(--red); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.ticker-window { min-width: 0; flex: 1; overflow: hidden; }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 42px; white-space: nowrap; animation: ticker 28s linear infinite; }
.ticker-track span { color: #bdbdbd; font-size: 12px; }
.ticker-track b { color: var(--red); font-size: 8px; }
.announcement:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-pad { padding: 78px 0; }
.about-section { position: relative; overflow: hidden; background: radial-gradient(circle at 57% 20%, rgba(255,255,255,.045), transparent 31%), #0a0a0a; }
.about-section::after { content: ""; position: absolute; right: 0; bottom: 0; width: 48%; height: 56%; opacity: .18; background: repeating-radial-gradient(ellipse at right bottom, transparent 0 27px, rgba(255,255,255,.15) 28px 29px); mask-image: linear-gradient(145deg, transparent 25%, black); pointer-events: none; }
.about-watermark { position: absolute; right: 7%; top: 35%; color: rgba(255,255,255,.025); font-size: 260px; }
.about-row { margin-bottom: 70px; }
.about-collage { position: relative; width: 90%; height: 480px; margin-inline: auto; }
.about-collage img { position: absolute; object-fit: cover; filter: saturate(.65) contrast(1.08); }
.about-main { inset: 0 auto 0 0; width: 63%; height: 100%; object-position: center 20%; }
.about-card-one { z-index: 2; top: -16px; right: 0; width: 47%; height: 360px; border: 1px solid rgba(255,16,24,.6); border-radius: 4px; object-position: center; filter: saturate(.95) !important; }
.about-card-two { z-index: 3; right: 29%; bottom: -10px; width: 38%; height: 180px; border: 1px solid rgba(20,217,213,.65); border-radius: 4px; filter: saturate(.15) contrast(1.25) !important; }
.about-copy { position: relative; z-index: 2; padding-left: 20px; }
.section-title { position: relative; margin-bottom: 30px; font: 600 clamp(42px, 3.5vw, 64px)/1 var(--serif); letter-spacing: -.5px; text-transform: uppercase; }
.section-title::after { content: ""; position: absolute; bottom: -11px; left: 0; width: 30px; height: 2px; background: var(--red); }
.section-title span { color: var(--red); }
.about-copy > p:not(.eyebrow) { max-width: 820px; color: #b6b6b6; font-size: 15px; }
.founder-line { color: #858585 !important; }
.founder-line strong { color: #d6d6d6; font-weight: 500; }
.about-values { display: flex; gap: clamp(25px, 4vw, 58px); margin: 26px 0; }
.about-values div { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.about-values i { color: #c7c7c7; font-size: 24px; }
.about-values span { color: #d9d9d9; font-size: 10px; text-transform: uppercase; }
.about-details { position: relative; z-index: 2; margin: 0 0 90px; scroll-margin-top: 92px; }
.about-detail-intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(40px, 6vw, 100px); align-items: end; padding: 38px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-detail-intro .eyebrow { margin-bottom: 10px; }
.about-detail-intro h3 { max-width: 720px; margin: 0; font: 600 clamp(34px, 2.7vw, 50px)/1.02 var(--serif); text-transform: uppercase; }
.about-detail-intro > p { max-width: 760px; margin: 0; color: #9c9c9c; font-size: 14px; line-height: 1.85; }
.about-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.story-card { position: relative; min-width: 0; min-height: 330px; overflow: hidden; padding: 38px 36px 34px; border-right: 1px solid var(--line); background: rgba(255,255,255,.012); }
.story-card:last-child { border-right: 0; }
.story-card::after { content: ""; position: absolute; right: -40px; bottom: -70px; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.story-card > span { position: absolute; top: 18px; right: 26px; color: rgba(255,255,255,.055); font: 600 82px/1 var(--serif); }
.story-card .story-label { position: relative; z-index: 2; margin-bottom: 34px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.story-card h3 { position: relative; z-index: 2; max-width: 400px; margin-bottom: 18px; font: 600 30px/1.05 var(--serif); text-transform: uppercase; }
.story-card > p:last-child { position: relative; z-index: 2; margin: 0; color: #999; font-size: 13px; line-height: 1.8; }
.story-card strong { color: #eee; font-weight: 600; }
.story-featured { background: linear-gradient(145deg, rgba(255,16,24,.11), transparent 65%); }
.season-two-callout { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; gap: 28px; align-items: center; margin: 34px 0; padding: 28px 32px; border: 1px solid rgba(255,16,24,.38); background: linear-gradient(90deg, rgba(255,16,24,.12), rgba(255,255,255,.015)); }
.season-number { color: var(--red); font: 600 70px/.8 var(--serif); text-align: center; }
.season-two-callout .eyebrow { margin-bottom: 7px; }
.season-two-callout h3 { margin: 0 0 6px; font: 600 31px/1 var(--serif); text-transform: uppercase; }
.season-two-callout p:last-child { max-width: 780px; margin: 0; color: #929292; font-size: 12px; }
.offer-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: 55px; padding: 42px; border: 1px solid var(--line); background: #0d0d0d; }
.offer-heading h3 { max-width: 510px; margin: 0; font: 600 35px/1.05 var(--serif); text-transform: uppercase; }
.offer-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 24px; margin: 0; padding: 0; list-style: none; }
.offer-list li { display: flex; min-width: 0; align-items: flex-start; gap: 10px; color: #b0b0b0; font-size: 11px; line-height: 1.55; }
.offer-list i { margin-top: 3px; color: var(--cyan); font-size: 9px; }
.about-closing { max-width: 1120px; margin: 34px auto 0; color: #c2c2c2; font: 500 clamp(18px, 1.45vw, 26px)/1.55 var(--serif); text-align: center; }
.compact-head { margin-bottom: 16px !important; }
.section-head { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
.editorial-head { margin-bottom: 38px; }
.editorial-head .eyebrow { margin-bottom: 10px; }
.editorial-head .section-title { margin-bottom: 0; font-size: clamp(52px, 4vw, 76px); }
.editorial-head .section-title::after { bottom: -15px; width: 42px; }
.category-swiper { position: relative; z-index: 2; overflow: visible; }
.category-card { position: relative; height: 340px; overflow: hidden; border: 1px solid rgba(20,217,213,.3); border-radius: 4px; background: #111; }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.92), transparent 65%); }
.category-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; transition: transform .7s var(--ease), filter .5s; }
.category-card:hover img { transform: scale(1.08); filter: saturate(1.15); }
.category-card > div { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; }
.category-card span { color: var(--cyan); font-size: 8px; opacity: 0; transition: opacity .25s; }
.category-card:hover span { opacity: 1; }
.category-card h3 { margin: 0; font: 600 29px/1.08 var(--serif); letter-spacing: .2px; text-transform: uppercase; }

.events-section { position: relative; border-top: 1px solid rgba(255,16,24,.35); border-bottom: 1px solid rgba(255,16,24,.25); background: linear-gradient(rgba(7,7,7,.9), rgba(7,7,7,.96)), url('../images/events/runway.webp') center/cover fixed; }
.event-legend { display: flex; gap: 24px; color: #aaa; font-size: 9px; text-transform: uppercase; }
.dot { display: inline-block; width: 9px; height: 9px; margin-right: 7px; border-radius: 50%; }
.dot.red { background: var(--red); }
.cyan-dot { background: var(--cyan); }
.calendar-composition { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(410px, .85fr); gap: 34px; }
.calendar-shell, .featured-event { border: 1px solid rgba(255,255,255,.22); background: rgba(9,9,9,.85); box-shadow: 0 22px 60px rgba(0,0,0,.3); backdrop-filter: blur(8px); }
.calendar-head { display: grid; grid-template-columns: 66px 1fr 66px; height: 70px; align-items: center; border-bottom: 1px solid var(--line); }
.calendar-head h3 { margin: 0; font: 600 25px/1 var(--serif); letter-spacing: .6px; text-align: center; text-transform: uppercase; }
.calendar-head button { align-self: stretch; border: 0; color: var(--red); background: transparent; transition: background .2s; }
.calendar-head button:hover { background: rgba(255,16,24,.09); }
.calendar-main { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(270px, .75fr); min-height: 470px; }
.calendar-grid-wrap { position: relative; padding: 20px 24px 45px; border-right: 1px solid var(--line); }
.weekday-row, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); }
.weekday-row span { padding-bottom: 12px; color: #a0a0a0; font-size: 10px; font-weight: 600; text-align: center; text-transform: uppercase; }
.calendar-day { position: relative; display: grid; min-height: 56px; place-items: center; border: 0; background: transparent; color: #efefef; font-size: 15px; }
.calendar-day.other-month { color: #555; }
.calendar-day.has-event::after { content: ""; position: absolute; bottom: 5px; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 9px rgba(20,217,213,.7); }
.calendar-day.featured::after { background: var(--red); box-shadow: 0 0 9px rgba(255,16,24,.7); }
.calendar-day:hover:not(.other-month) { background: rgba(255,255,255,.06); }
.calendar-day.active { color: #fff; background: linear-gradient(135deg, #9d0005, #f51018); box-shadow: 0 6px 20px rgba(255,16,24,.24); }
.calendar-day.active::after { background: #fff; }
.calendar-day.today:not(.active) { outline: 1px solid rgba(20,217,213,.7); outline-offset: -6px; }
.today-btn { position: absolute; bottom: 12px; left: 24px; border: 0; color: var(--cyan); background: transparent; font-size: 8px; letter-spacing: .5px; text-transform: uppercase; }
.month-events { padding: 20px 12px; }
.mini-title { margin: 0 10px 12px; color: #aaa; font-size: 10px; font-weight: 600; text-transform: uppercase; }
.month-event-list { display: flex; flex-direction: column; gap: 5px; }
.month-event-item { display: grid; grid-template-columns: 44px minmax(0, 1fr) 14px; gap: 10px; align-items: center; width: 100%; min-height: 70px; padding: 12px 10px; border: 1px solid transparent; color: #ddd; background: transparent; text-align: left; }
.month-event-item:hover { background: rgba(255,255,255,.035); }
.month-event-item.active { border-color: var(--red); background: rgba(255,16,24,.1); }
.month-event-item strong { font: 600 22px/1 var(--serif); }
.month-event-item strong small { display: block; margin-top: 4px; font: 8px/1 var(--sans); text-transform: uppercase; }
.month-event-item span { display: block; min-width: 0; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.month-event-item span small { display: block; margin-top: 2px; color: #888; font-size: 9px; }
.month-event-item i { color: var(--red); font-size: 10px; }
.featured-event { min-width: 0; overflow: hidden; border-color: rgba(255,16,24,.65); }
.event-cover { position: relative; height: 290px; overflow: hidden; }
.event-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #0a0a0a, transparent 55%); }
.event-cover img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s, transform .5s; }
.feature-ribbon { position: absolute; z-index: 2; top: 0; right: 48px; padding: 10px 28px; border: 1px solid var(--red); border-top: 0; color: #fff; background: rgba(255,16,24,.24); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.event-info { position: relative; display: grid; grid-template-columns: 112px minmax(0, 1fr); grid-template-areas: "date meta" "desc desc" "countdown countdown" "actions actions"; gap: 14px 20px; align-content: start; min-height: 330px; padding: 28px 30px 30px; }
.event-date-lockup { grid-area: date; display: flex; align-items: center; gap: 12px; min-width: 0; margin: 0; }
.event-date-lockup > strong { font: 500 60px/.8 var(--serif); }
.event-date-lockup span { display: flex; flex-direction: column; border-left: 1px solid var(--line); padding-left: 10px; text-transform: uppercase; }
.event-date-lockup b { font-size: 12px; }
.event-date-lockup small { color: #888; font-size: 10px; }
.event-meta { position: static; grid-area: meta; min-width: 0; align-self: center; }
.event-type { display: block; margin-bottom: 4px; color: var(--red); font-size: 11px; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.event-meta h3 { margin: 0; overflow: visible; font: 600 clamp(24px, 1.55vw, 31px)/1.06 var(--serif); overflow-wrap: anywhere; text-overflow: clip; text-transform: uppercase; white-space: normal; }
.event-meta p { margin: 7px 0 0; color: #aaa; font-size: 12px; line-height: 1.45; }
.event-desc { grid-area: desc; min-height: 0; margin: 0; color: #aaa; font-size: 13px; line-height: 1.65; }
.countdown { grid-area: countdown; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 0; }
.countdown div { display: flex; min-height: 68px; flex-direction: column; align-items: center; justify-content: center; background: #191919; }
.countdown strong { font: 600 30px/1 var(--serif); }
.countdown span { margin-top: 5px; color: #999; font-size: 9px; text-transform: uppercase; }
.event-actions { grid-area: actions; display: flex; gap: 9px; }
.event-actions .red-btn { min-height: 52px; flex: 1; font-size: 12px; }
.icon-btn { width: 52px; flex: 0 0 52px; border: 1px solid var(--line); background: transparent; font-size: 16px; }
.icon-btn:hover { border-color: var(--cyan); color: var(--cyan); }
.event-agenda { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.agenda-item { position: relative; display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 13px; align-items: center; min-height: 98px; padding: 14px 18px; border-right: 1px solid var(--line); cursor: pointer; }
.agenda-item:last-child { border: 0; }
.agenda-item.active { background: rgba(255,16,24,.08); }
.agenda-item.active::before { content: "Next event"; position: absolute; top: -9px; left: 10px; padding: 1px 7px; color: #fff; background: var(--red); font-size: 6px; text-transform: uppercase; }
.agenda-date { font: 600 30px/1 var(--serif); text-align: center; }
.agenda-date small { display: block; margin-top: 4px; color: var(--red); font: 8px/1 var(--sans); text-transform: uppercase; }
.agenda-copy b { display: block; overflow: hidden; font-size: 12px; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.agenda-copy span { color: #888; font-size: 10px; }

.highlights { background: #090909; }
.reels-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.reel-card { position: relative; min-width: 0; aspect-ratio: 9 / 16; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 5px; background: #050505; }
.reel-card::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(0deg, rgba(0,0,0,.88), transparent 42%); }
.reel-video { display: block; width: 100%; height: 100%; object-fit: cover; background: #050505; cursor: pointer; }
.reel-toggle { position: absolute; z-index: 4; top: 50%; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 7px; padding: 0; border: 0; color: #fff; background: transparent; transform: translate(-50%, -50%); transition: top .25s, right .25s, left .25s, transform .25s; }
.reel-toggle i { display: grid; width: 52px; height: 52px; place-items: center; padding-left: 3px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(0,0,0,.62); box-shadow: 0 10px 30px rgba(0,0,0,.3); transition: background .2s, transform .2s; }
.reel-toggle:hover i { background: var(--red); transform: scale(1.06); }
.reel-toggle span { font-size: 8px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.reel-card.is-playing .reel-toggle { top: 12px; right: 12px; left: auto; transform: none; }
.reel-card.is-playing .reel-toggle i { width: 38px; height: 38px; padding-left: 0; }
.reel-card.is-playing .reel-toggle span { display: none; }
.reel-card.video-unavailable .reel-toggle i { border-color: var(--red); color: var(--red); }
.reel-copy { position: absolute; z-index: 3; right: 12px; bottom: 12px; left: 12px; display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; pointer-events: none; }
.reel-copy > span { color: var(--red); font-size: 9px; font-weight: 700; }
.reel-copy h3 { margin: 0; font: 600 clamp(14px, 1.1vw, 19px)/1.05 var(--serif); text-align: right; text-transform: uppercase; }

.films { position: relative; min-height: 260px; overflow: hidden; border-top: 1px solid rgba(255,16,24,.42); border-bottom: 1px solid rgba(255,16,24,.42); }
.films-bg { position: absolute; inset: 0; }
.films-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,4,10,.98) 0, rgba(5,5,12,.9) 32%, rgba(5,5,10,.42) 62%, rgba(5,5,5,.25)); }
.films-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.films-content { position: relative; z-index: 2; display: flex; min-height: 260px; align-items: center; justify-content: space-between; }
.films h2 { margin-bottom: 8px; font: 600 46px/1 var(--serif); text-transform: uppercase; }
.films p { color: #aaa; font-size: 13px; }
.films .outline-btn { min-height: 35px; margin-top: 10px; }
.big-play { display: flex; flex-direction: column; align-items: center; gap: 10px; border: 0; background: transparent; font-size: 8px; text-transform: uppercase; }
.big-play i { display: grid; width: 64px; height: 64px; place-items: center; padding-left: 4px; border: 2px solid #fff; border-radius: 50%; font-size: 22px; transition: transform .25s, background .25s; }
.big-play:hover i { background: var(--red); transform: scale(1.06); }

.gallery-section { padding-block: 64px 70px; border-bottom: 1px solid rgba(255,16,24,.34); background: #090909; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.gallery-item { position: relative; min-width: 0; overflow: hidden; padding: 0; border: 1px solid rgba(20,217,213,.24); border-radius: 3px; background: #111; }
.gallery-grid--landscape .gallery-item { aspect-ratio: 3 / 2; }
.gallery-grid--portrait .gallery-item { aspect-ratio: 3 / 4; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.75), transparent 55%); opacity: 0; transition: opacity .25s; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-item span { position: absolute; z-index: 2; bottom: 7px; left: 9px; font-size: 8px; opacity: 0; text-transform: uppercase; transition: opacity .25s; }
.gallery-item:hover::after, .gallery-item:hover span { opacity: 1; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-more-wrap { display: flex; justify-content: center; margin-top: 30px; }
.gallery-more { min-width: 180px; }

.event-calendar-simple { position: relative; overflow: hidden; border-top: 1px solid rgba(255,16,24,.45); border-bottom: 1px solid rgba(255,16,24,.45); background: radial-gradient(circle at 12% 20%, rgba(255,16,24,.14), transparent 30%), #0b0b0b; }
.event-calendar-simple::before { content: "DATES"; position: absolute; right: -35px; bottom: -38px; color: rgba(255,255,255,.025); font: 700 180px/1 var(--sans); letter-spacing: 8px; pointer-events: none; }
.event-calendar-heading { position: relative; z-index: 1; max-width: 760px; margin: 0 auto 36px; text-align: center; }
.event-calendar-heading .eyebrow { margin-bottom: 10px; color: var(--cyan); }
.event-calendar-heading .section-title { margin-bottom: 20px; }
.event-calendar-heading .section-title::after { right: 0; left: 50%; width: 45px; transform: translateX(-50%); }
.event-calendar-heading > p:last-child { max-width: 560px; margin: 0 auto; color: #999; font-size: 13px; }
.event-calendar-panel { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.7fr); gap: 12px; }
.event-registration-card { display: flex; min-height: 420px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 42px 38px; border: 1px solid rgba(255,16,24,.7); background: linear-gradient(150deg, #420005, #170304 62%, #090909); }
.event-registration-card .eyebrow { margin-bottom: 12px; }
.event-registration-label { display: inline-flex; margin-bottom: 18px; padding: 7px 13px; border: 1px solid rgba(255,255,255,.45); color: #ddd; font-size: 10px; letter-spacing: 1.6px; text-transform: uppercase; }
.event-registration-card h3 { margin: 0 0 16px; font: 600 clamp(34px, 3vw, 54px)/.9 var(--serif); text-transform: uppercase; }
.event-registration-card h3 span { color: var(--red); }
.event-registration-card > p:not(.eyebrow) { max-width: 275px; margin-bottom: 26px; color: #b6a8a8; font-size: 12px; line-height: 1.7; }
.event-registration-card .red-btn { min-width: 185px; }
.event-schedule-card { min-width: 0; padding: 28px; border: 1px solid var(--line); background: #090909; }
.event-schedule-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.event-schedule-head .eyebrow { margin-bottom: 7px; color: var(--red); }
.event-schedule-head h3 { margin: 0; font: 600 clamp(25px, 2.2vw, 38px)/1 var(--serif); text-transform: uppercase; }
.event-schedule-head > span { color: var(--red); font: 600 28px/1 var(--serif); }
.event-date-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.event-date-item { display: grid; min-width: 0; grid-template-columns: 58px minmax(0, 1fr); gap: 14px; align-items: center; min-height: 88px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.12); background: #111; transition: border-color .2s, background .2s, transform .2s; }
.event-date-item:hover { border-color: rgba(255,16,24,.7); background: #180b0c; transform: translateY(-2px); }
.event-date-item time { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 56px; border-right: 1px solid rgba(255,16,24,.55); }
.event-date-item time strong { color: #fff; font: 600 31px/.8 var(--serif); }
.event-date-item time span { margin-top: 8px; color: var(--red); font-size: 8px; font-weight: 700; letter-spacing: 1px; }
.event-date-item h4 { margin: 0 0 5px; overflow: hidden; font-size: 12px; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.event-date-item p { margin: 0; color: #888; font-size: 10px; }
.event-date-item p i { margin-right: 4px; color: var(--cyan); }

.people-section { position: relative; padding: 72px 0 0; border-top: 1px solid rgba(255,16,24,.35); background: radial-gradient(circle at 16% 42%, rgba(128,20,21,.18), transparent 28%), #0a0a0a; }
.people-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 30px; }
.people-heading .eyebrow { margin-bottom: 8px; }
.people-heading h2 { margin: 0; font: 600 clamp(40px, 3vw, 58px)/.95 var(--serif); text-transform: uppercase; }
.people-heading h2 span { color: var(--red); }
.people-heading > p { max-width: 520px; margin: 0 0 3px; color: #888; font-size: 13px; }
.people-grid { display: grid; grid-template-columns: 1.2fr .8fr; height: 360px; border-top: 1px solid var(--line); }
.mentor-feature { position: relative; display: grid; grid-template-columns: 44% 56%; min-width: 0; height: 100%; overflow: hidden; border-right: 1px solid var(--red); }
.mentor-feature > img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; filter: saturate(.65); mask-image: linear-gradient(90deg, black 76%, transparent); }
.mentor-copy { display: flex; width: auto; min-width: 0; flex-direction: column; align-items: flex-start; justify-content: center; padding: 36px 34px 32px 6px; }
.red-text, .founder-card h3 { color: var(--red); }
.mentor-copy h2 { margin: 0; font: 600 31px/1 var(--serif); text-transform: uppercase; }
.mentor-copy > span { color: #888; font-size: 12px; }
.mentor-copy blockquote { max-width: 440px; margin: 20px 0; padding-left: 18px; border-left: 1px solid rgba(255,16,24,.5); color: #aaa; font: 500 15px/1.55 var(--serif); }
.mentor-copy .outline-btn { min-height: 35px; }
.founders { height: 100%; overflow: hidden; padding: 28px 0 20px 42px; }
.founders > .eyebrow { margin-bottom: 14px; }
.founder-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.founder-card { min-width: 0; }
.founder-card img { width: 100%; height: 185px; object-fit: cover; object-position: center 18%; border: 1px solid rgba(20,217,213,.25); border-radius: 3px; filter: saturate(.7); }
.founder-card h3 { margin: 10px 0 0; font: 600 17px var(--sans); text-transform: uppercase; }
.founder-card p { color: #c2c2c2; font-size: 11px; line-height: 1.5; }
.founder-card p span { color: #777; }
.why-strip { display: flex; align-items: center; gap: 25px; padding: 16px 0; border-top: 1px solid var(--line); }
.why-strip .eyebrow { margin: 0; white-space: nowrap; }
.why-track { display: grid; flex: 1; grid-template-columns: repeat(5, 1fr); }
.why-track div { display: flex; align-items: center; gap: 8px; padding: 0 16px; border-left: 1px solid var(--line); }
.why-track b { color: var(--red); font: 600 20px var(--serif); }
.why-track span { color: #999; font-size: 8px; text-transform: uppercase; }

.register-cta { position: relative; overflow: hidden; border-top: 1px solid var(--red); border-bottom: 1px solid var(--red); background: linear-gradient(100deg, #3d0003, #8e0006 45%, #4a0004); }
.register-cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(0,0,0,.55)); }
.register-art { position: absolute; inset: 0 auto 0 0; width: 28%; opacity: .25; background: repeating-linear-gradient(45deg, transparent 0 11px, rgba(255,255,255,.15) 12px 13px); clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%); }
.cta-inner { position: relative; z-index: 2; display: flex; min-height: 145px; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner h2 { margin: 0; font: 600 48px/1 var(--serif); text-transform: uppercase; }
.cta-inner p { margin: 7px 0 0; color: #c2b2b2; font-size: 12px; }
.cta-buttons { display: flex; gap: 8px; }
.cta-buttons .red-btn { min-width: 230px; background: #e50009; }
.cta-buttons .outline-btn { border-color: rgba(255,255,255,.5); }

.site-footer { padding: 55px 0 0; border-top: 1px solid rgba(255,16,24,.28); background: #060606; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 38px; }
.footer-brand .brand { margin-bottom: 20px; justify-content: flex-start; }
.footer-brand > p { max-width: 300px; color: #888; font-size: 10px; line-height: 1.7; }
.footer-column { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.footer-column h3 { margin-bottom: 14px; color: #eee; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.footer-column > a { margin-bottom: 8px; color: #888; font-size: 10px; transition: color .2s; }
.footer-column > a:hover { color: var(--red); }
.footer-contact > a, .footer-contact > p { display: grid; grid-template-columns: 16px minmax(0, 1fr); gap: 7px; align-items: start; margin: 0 0 10px; color: #888; font-size: 10px; line-height: 1.5; }
.footer-contact i { margin-top: 2px; color: #aaa; }
.socials { display: flex; gap: 7px; }
.socials a { display: grid; width: 25px; height: 25px; margin: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #888; }
.socials a:hover { border-color: var(--red); color: var(--red); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; padding: 15px 0; border-top: 1px solid var(--line); color: #666; font-size: 7px; }
.back-to-top { position: fixed; z-index: 50; right: 18px; bottom: 18px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,16,24,.7); color: #fff; background: rgba(10,10,10,.85); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .25s; }
.back-to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }

.registration-modal { --bs-modal-width: min(1120px, calc(100vw - 48px)); }
.registration-modal .modal-dialog { max-width: var(--bs-modal-width); }
.registration-modal .modal-content { display: grid; grid-template-columns: .78fr 1.22fr; height: min(820px, calc(100dvh - 24px)); overflow: hidden; border: 1px solid rgba(255,16,24,.65); border-radius: 0; color: #fff; background: #0a0a0a !important; box-shadow: 0 30px 100px rgba(0,0,0,.7); }
.registration-intro { position: relative; display: flex; min-height: 0; height: 100%; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 58px 42px 38px; background: linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.92)), url('../images/about/regsi.jpg') center/cover; }
.registration-intro::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--red), var(--cyan)); }
.registration-intro > * { position: relative; z-index: 2; }
.registration-intro h2 { margin: 16px 0 22px; font: 600 clamp(48px, 4.4vw, 72px)/.82 var(--serif); text-transform: uppercase; }
.registration-intro h2 span { color: var(--red); }
.registration-intro > div > p:last-child { max-width: 330px; color: #c1c1c1; font-size: 13px; }
.registration-note { display: flex; align-items: center; gap: 12px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); color: #aaa; font-size: 10px; line-height: 1.5; }
.registration-note i { color: var(--cyan); font-size: 22px; }
.registration-form-panel { min-width: 0; min-height: 0; height: 100%; padding: 42px 42px 24px; overflow: hidden; color: #fff; background: #0a0a0a !important; }
.registration-form-panel form { display: flex; height: 100%; min-height: 0; flex-direction: column; background: #0a0a0a; }
.registration-fields-scroll { min-height: 0; flex: 1 1 auto; overflow-x: hidden; overflow-y: auto; padding: 0 8px 8px 0; background: #0a0a0a; scrollbar-color: var(--red) #151515; scrollbar-width: thin; }
.registration-fields-scroll::-webkit-scrollbar { width: 7px; }
.registration-fields-scroll::-webkit-scrollbar-track { background: #151515; }
.registration-fields-scroll::-webkit-scrollbar-thumb { border-radius: 10px; background: var(--red); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.form-heading span { font: 600 27px/1 var(--serif); text-transform: uppercase; }
.form-heading b { color: #777; font-size: 9px; font-weight: 500; text-transform: uppercase; }
.registration-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 18px; }
.form-field { min-width: 0; }
.form-field.full-field { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 7px; color: #c8c8c8; font-size: 10px; font-weight: 600; letter-spacing: .45px; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { display: block; width: 100%; min-height: 49px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.17); border-radius: 0; outline: 0; color: #fff; background: #121212; font-size: 13px; transition: border-color .2s, background .2s, box-shadow .2s; }
.form-field textarea { min-height: 82px; resize: vertical; }
.form-field select { color-scheme: dark; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #5f5f5f; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--cyan); background: #151515; box-shadow: 0 0 0 3px rgba(20,217,213,.08); }
.registration-form-panel .invalid-feedback { margin-top: 4px; color: #ff6970; font-size: 9px; }
.form-consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; color: #8b8b8b; font-size: 9px; line-height: 1.55; cursor: pointer; }
.form-consent input { width: 16px; height: 16px; flex: 0 0 16px; margin-top: 1px; accent-color: var(--red); }
.registration-fee-card { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin: 0 0 12px; padding: 17px 18px; border: 1px solid rgba(255,16,24,.62); background: linear-gradient(110deg, rgba(255,16,24,.13), rgba(20,217,213,.035)); }
.registration-fee-copy { display: flex; min-width: 0; align-items: center; gap: 13px; }
.registration-fee-copy > i { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border: 1px solid rgba(255,16,24,.55); border-radius: 50%; color: var(--red); background: rgba(255,16,24,.08); }
.registration-fee-copy strong, .registration-fee-copy span { display: block; }
.registration-fee-copy strong { color: #f3f3f3; font-size: 11px; letter-spacing: .3px; text-transform: uppercase; }
.registration-fee-copy span { margin-top: 4px; color: #808080; font-size: 9px; }
.registration-fee-amount { flex: 0 0 auto; color: #fff; font: 600 35px/1 var(--serif); }
.registration-fee-amount small { margin-right: 2px; color: var(--red); font: 600 18px/1 var(--serif); }
.registration-confirmations { margin-bottom: 22px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.1); background: #101010; }
.registration-confirmations .form-consent { margin-top: 0; }
.registration-confirmations .form-consent + .form-consent { margin-top: 10px; }
.fee-consent { margin-top: 14px; color: #aaa; }
.fee-consent strong { color: #fff; }
.registration-submit-row { position: relative; z-index: 3; display: flex; flex: 0 0 auto; align-items: center; gap: 18px; margin-top: 14px; padding: 16px 0 2px; border-top: 1px solid var(--line); background: #0a0a0a; }
.registration-submit-row .red-btn { min-width: 270px; }
.submit-fee { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.35); font-weight: 800; }
#registrationMessage { margin: 0; color: var(--cyan); font-size: 11px; }
.registration-modal .modal-close { top: 14px; right: 14px; }

.media-modal .modal-content, .gallery-modal .modal-content { position: relative; border: 1px solid rgba(255,16,24,.55); border-radius: 0; background: #080808; }
.modal-close { position: absolute; z-index: 5; top: 10px; right: 10px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(0,0,0,.75); }
.video-modal .modal-content { overflow: hidden; }
.video-modal iframe { border: 0; }
.gallery-modal .modal-dialog { width: min(94vw, 1280px); max-width: 1280px; }
.gallery-modal figure { display: flex; min-height: 84vh; align-items: center; justify-content: center; margin: 0; padding: 24px 70px 48px; }
.gallery-modal figure img { width: auto; height: auto; max-width: 100%; max-height: 82vh; object-fit: contain; }
.gallery-modal figcaption { position: absolute; right: 70px; bottom: 20px; left: 70px; font: 600 18px var(--serif); text-align: center; }
.gallery-modal-nav { position: absolute; z-index: 4; top: 50%; width: 44px; height: 52px; border: 1px solid var(--line); background: rgba(0,0,0,.75); transform: translateY(-50%); }
.gallery-modal-nav.prev { left: 12px; }
.gallery-modal-nav.next { right: 12px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .ticker-track { animation: none; }
  .reveal { opacity: 1; transform: none; }
}



/* social media  */
/* socail media */
#fixed-social {
  position: fixed;
  top: 260px;
  z-index: 99;
  right: 0;
}

#fixed-social a {
  color: #fff;
  display: block;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 40px;
  width: 40px;
  margin-bottom: 1px;
  z-index: 2;
}
#fixed-social a:hover > span {
  visibility: visible;
  left: -122px;
  opacity: 1;
}
#fixed-social a span {
  line-height: 40px;
  left: 60px;
  position: absolute;
  text-align: center;
  width: 120px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
}
.fixed-facebook {
  background-color: #d40f0f;
}
.fixed-facebook span {
  background-color: #d40f0f;
}
.fixed-twitter {
  background-color: #1df25d;
}
.fixed-twitter span {
  background-color: #1df25d;
}
.fixed-gplus {
  background-color: #00af54;
}
.fixed-gplus span {
  background-color: #00af54;
}
.fixed-linkedin {
  background-color: #0e76a8;
}
.fixed-linkedin span {
  background-color: #0e76a8;
}

.fixed-instagrem span {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  display: inline-block; /* Ye zaroori hai gradient support ke liye */
}

.fixed-instagrem {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}


.fixed-tumblr {
  background-color: #34526f;
}
.fixed-tumblr span {
  background-color: #34526f;
}

/* Keep every number on one baseline, including Cormorant headings. */
body,
body * {
  font-variant-numeric: lining-nums !important;
  font-feature-settings: "lnum" 1, "onum" 0 !important;
}
