/* ============================================================
   LAXMAN PAI — ARTIST WEBSITE
   Cool palette: Deep navy · Teal · Slate · Cool ivory
   ============================================================ */

/* ---- Reset & Base ---- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /* Goan coastal palette: Arabian Sea blues, lagoon turquoise,
     beach sand, palm green, with terracotta only as a small accent
     (Goa's red-tiled Portuguese rooftops). */
  --navy: #0A2540;
  /* deep Arabian Sea */
  --navy-mid: #14476B;
  /* ocean blue */
  --navy-lt: #1A6B8C;
  /* shallows blue */
  --teal: #2BA8B8;
  /* Goan lagoon turquoise */
  --teal-lt: #4FD1C5;
  /* bright seafoam */
  --teal-pale: #B8E6E1;
  /* pale sea-foam */
  --slate: #2C5F7B;
  /* deep coastal blue */
  --slate-lt: #5A8FA8;
  /* hazy sea horizon */
  --ice: #F5EFE4;
  /* warm beach sand */
  --white: #FBF7EF;
  /* sun-bleached ivory */
  --cool-gray: #6B7B7F;
  /* driftwood gray */
  --dark-text: #0A2030;
  /* deep ocean night */
  --mid-text: #2C5F7B;
  /* deep sea blue */
  --gold: #D4A04F;
  /* sun on sand */
  --jade: #4A8259;
  /* coconut palm green */
  --terracotta: #C44D2E;
  /* Goan rooftile accent */
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--white);
  color: var(--dark-text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  overflow-x: hidden;
}

a {
  color: var(--teal);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ---- Shared ---- */
section {
  padding: 100px 0;
}

.section-eyebrow {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
}

.section-heading {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--navy);
  margin-bottom: 24px;
}

.section-heading em {
  color: var(--teal);
  font-style: italic;
  font-weight: 300;
}

.section-sub {
  max-width: 620px;
  font-size: 1rem;
  color: var(--cool-gray);
  line-height: 1.8;
  margin-bottom: 60px;
}

/* fade-in animation */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: none;
}

/* ============================================================
   NAVBAR
   ============================================================ */
#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: rgba(250, 252, 254, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(26, 140, 156, 0.12);
  transition: box-shadow 0.3s;
}

#navbar.scrolled {
  box-shadow: 0 2px 24px rgba(13, 27, 42, 0.08);
}

.nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.5px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 36px;
}

.nav-links a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--mid-text);
  letter-spacing: 0.2px;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--teal);
  text-decoration: none;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: 0.3s;
}

/* ============================================================
   HERO
   ============================================================ */
#hero {
  min-height: 100vh;
  background: linear-gradient(135deg, rgba(6, 24, 38, 0.45) 0%, rgba(10, 37, 64, 0.35) 40%, rgba(26, 107, 140, 0.20) 100%), url('https://web.archive.org/web/20190310234920im_/http://www.laxmanpai.com/wp-content/uploads/2018/04/130_1993.jpg') center/cover no-repeat;

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}

/* Abstract CSS art — cool blues/teals */
.hero-bg-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hba-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(40, 191, 212, 0.15);
}

.hba-circle.c1 {
  width: 700px;
  height: 700px;
  top: -200px;
  right: -150px;
  background: radial-gradient(circle, rgba(79, 209, 197, 0.22) 0%, transparent 70%);
}

.hba-circle.c2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  left: -80px;
  background: radial-gradient(circle, rgba(212, 160, 79, 0.15) 0%, transparent 70%);
}

.hba-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(184, 230, 225, 0.4), transparent);
  height: 1px;
}

.hba-line.l1 {
  width: 60%;
  top: 30%;
  left: 10%;
  transform: rotate(-8deg);
}

.hba-line.l2 {
  width: 40%;
  top: 60%;
  right: 5%;
  transform: rotate(12deg);
}

.hba-line.l3 {
  width: 50%;
  top: 50%;
  left: 30%;
  transform: rotate(-3deg);
}

.hba-dot {
  position: absolute;
  border-radius: 50%;
  background: var(--teal-lt);
  opacity: 0.3;
}

.hba-dot.d1 {
  width: 6px;
  height: 6px;
  top: 25%;
  left: 15%;
}

.hba-dot.d2 {
  width: 10px;
  height: 10px;
  bottom: 30%;
  right: 20%;
  opacity: 0.2;
}

.hba-dot.d3 {
  width: 4px;
  height: 4px;
  top: 65%;
  left: 45%;
}

.hero-content {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.9), 0 1px 4px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 130px 28px 100px;
  max-width: 900px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.9), 0 1px 4px rgba(0, 0, 0, 0.7);
}

.hero-eyebrow {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--teal-pale);
  margin-bottom: 32px;
  opacity: 1;
}

.hero-name {
  font-family: var(--serif);
  font-weight: 300;
  color: #fff;
  line-height: 0.95;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

.hn-first {
  display: block;
  font-size: clamp(5rem, 14vw, 11rem);
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}

.hn-last {
  display: block;
  font-size: clamp(5rem, 14vw, 11rem);
  font-weight: 700;
  color: #fff;
  font-style: normal;
  letter-spacing: -3px;
}

.hero-years {
  font-family: var(--sans);
  font-size: 0.875rem;
  color: var(--teal-pale);
  letter-spacing: 3px;
  margin-bottom: 20px;
  opacity: 1;
}

.hero-desc {
  font-family: var(--serif);
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #ffffff;
  font-style: italic;
  margin-bottom: 52px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  border: 1.5px solid var(--teal);
  color: var(--teal-lt);
  font-family: var(--sans);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.25s, color 0.25s, transform 0.2s;
}

.hero-btn:hover {
  background: var(--teal);
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: var(--sans);
}

.scroll-track {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, rgba(79, 209, 197, 0.55), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {

  0%,
  100% {
    transform: scaleY(1);
    opacity: 0.6;
  }

  50% {
    transform: scaleY(0.5);
    opacity: 1;
  }
}

/* ============================================================
   OPENING QUOTE
   ============================================================ */
#opening-quote {
  background: var(--ice);
  padding: 80px 0;
}

.opening-bq {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  font-style: italic;
  font-weight: 300;
  color: var(--navy-mid);
  line-height: 1.6;
  text-align: center;
  padding: 0 20px;
}

.bq-mark {
  font-size: 5rem;
  line-height: 0;
  vertical-align: -0.5rem;
  color: var(--teal);
  font-style: normal;
  opacity: 0.4;
  margin-right: 4px;
}

.opening-bq cite {
  display: block;
  margin-top: 20px;
  font-size: 0.875rem;
  font-style: normal;
  color: var(--cool-gray);
  font-family: var(--sans);
  letter-spacing: 0.5px;
}

.opening-bq cite em {
  color: var(--teal);
  font-style: italic;
}

/* ============================================================
   ABOUT
   ============================================================ */
#about {
  background: var(--white);
}

.about-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 80px;
  align-items: start;
}

.about-left {
  position: sticky;
  top: 90px;
}

.about-left .section-heading {
  font-size: clamp(2rem, 4vw, 3rem);
}

.about-right p {
  color: var(--mid-text);
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.85;
}

.about-right p strong {
  color: var(--navy);
}

.about-lead {
  font-family: var(--serif);
  font-size: 1.2rem !important;
  font-style: italic;
  color: var(--navy-mid) !important;
  font-weight: 300;
  line-height: 1.7 !important;
  margin-bottom: 28px !important;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: 48px;
  border: 1px solid rgba(26, 140, 156, 0.15);
  border-radius: 6px;
  overflow: hidden;
}

.stat {
  padding: 24px 16px;
  background: var(--ice);
  text-align: center;
  border-right: 1px solid rgba(26, 140, 156, 0.1);
}

.stat:last-child {
  border-right: none;
}

.stat-n {
  display: block;
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--teal);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-l {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--cool-gray);
  line-height: 1.3;
}

/* ============================================================
   ACTUAL PAINTINGS
   ============================================================ */
#paintings-actual {
  background: var(--navy);
  padding: 100px 0;
}

#paintings-actual .section-eyebrow {
  color: var(--teal-pale);
  opacity: 1;
}

#paintings-actual .section-heading {
  color: #fff;
}

#paintings-actual .section-heading em {
  color: var(--teal-lt);
}

#paintings-actual .section-sub {
  color: rgba(255,255,255,0.55) 255, 255, 0.45);
}

.painting-showcase {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ps-item {
  display: grid;
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.3s;
}

.ps-item:hover {
  background: rgba(255, 255, 255, 0.02);
}

.ps-wide {
  grid-template-columns: 1fr 400px;
}

.ps-portrait {
  grid-template-columns: 380px 1fr;
  flex-direction: row-reverse;
}

.ps-landscape {
  grid-template-columns: 1fr 380px;
}

.ps-portrait .ps-image-wrap {
  order: -1;
}

.ps-image-wrap {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

.ps-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.ps-item:hover .ps-image-wrap img {
  transform: scale(1.03);
}

/* Missing image fallback */
.ps-image-wrap.img-missing img {
  display: none;
}

.ps-image-wrap.img-missing .ps-missing-art {
  display: flex !important;
}

.ps-missing-art {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  font-family: var(--serif);
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  text-align: center;
  padding: 30px;
}

.ps-caption {
  padding: 48px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ps-year {
  font-family: var(--sans);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--teal-lt);
  margin-bottom: 14px;
}

.ps-caption h3 {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.2;
}

.ps-caption p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.55) 255, 255, 0.55);
  line-height: 1.8;
  margin: 0;
}

/* ============================================================
   SERIES GRID
   ============================================================ */
#painting-series {
  background: var(--ice);
}

.series-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2px;
  background: rgba(26, 140, 156, 0.08);
  border: 1px solid rgba(26, 140, 156, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.series-card {
  background: var(--white);
  padding: 28px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  transition: background 0.2s;
}

.series-card:hover {
  background: var(--ice);
}

.series-card.featured-series {
  background: var(--navy);
}

.series-card.featured-series:hover {
  background: var(--navy-mid);
}

.series-card.featured-series .sc-body h3 {
  color: #fff;
}

.series-card.featured-series .sc-body p {
  color: rgba(255,255,255,0.55) 255, 255, 0.6);
}

.series-card.featured-series .sc-tag {
  color: var(--teal-pale);
  border-color: var(--teal-pale);
  opacity: 0.7;
}

.series-card.featured-series .sc-year {
  color: var(--teal-lt);
}

.sc-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(26, 140, 156, 0.12);
  padding: 3px 8px;
  border-radius: 20px;
}

.series-card.featured-series .sc-badge {
  color: var(--teal-lt);
  background: rgba(79, 209, 197, 0.18);
}

.sc-year {
  font-family: var(--sans);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
}

.sc-swatch {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 14px;
}

.sc-body h3 {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.25;
}

.sc-body p {
  font-size: 0.875rem;
  color: var(--cool-gray);
  line-height: 1.7;
  margin-bottom: 14px;
  flex: 1;
}

.sc-tag {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--slate);
  border: 1px solid rgba(74, 111, 165, 0.3);
  padding: 3px 8px;
  border-radius: 2px;
  align-self: flex-start;
}

/* ============================================================
   ARTISTIC STYLE
   ============================================================ */
#style {
  background: var(--navy);
}

#style .section-eyebrow {
  color: var(--teal-pale);
  opacity: 0.7;
}

#style .section-heading {
  color: #fff;
}

#style .section-heading em {
  color: var(--teal-lt);
}

#style>.container>p {
  color: rgba(255, 255, 255, 0.92);
}

.style-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  align-items: start;
  margin-top: 60px;
}

.style-layout>.style-left>p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.95rem;
  margin-top: 20px;
  line-height: 1.8;
}

.style-right {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.style-pillar {
  display: flex;
  gap: 28px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  align-items: flex-start;
  transition: background 0.2s;
}

.style-pillar:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.style-pillar:hover {
  background: rgba(255, 255, 255, 0.02);
  margin: 0 -20px;
  padding: 28px 20px;
  border-radius: 4px;
}

.sp-num {
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--teal);
  opacity: 0.6;
  min-width: 36px;
  font-weight: 300;
  line-height: 1.6;
}

.sp-content h4 {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 600;
}

.sp-content p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
  margin: 0;
}

/* ============================================================
   TIMELINE V2
   ============================================================ */
#journey {
  background: var(--white);
}

.timeline-v2 {
  margin-top: 60px;
  position: relative;
  padding-left: 120px;
}

.timeline-v2::before {
  content: '';
  position: absolute;
  left: 72px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(to bottom, var(--teal), rgba(26, 140, 156, 0.1));
}

.tv2-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}

.tv2-marker {
  position: absolute;
  left: -120px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 3px;
}

.tv2-year {
  text-align: right;
  font-family: var(--sans);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--teal);
  letter-spacing: 0.5px;
  min-width: 70px;
  line-height: 1.3;
}

.tv2-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
  border: 2px solid var(--white);
  box-shadow: 0 0 0 2px var(--teal);
  flex-shrink: 0;
  position: relative;
  left: 24px;
}

.tv2-dot-award {
  background: #d4a017;
  box-shadow: 0 0 0 2px #d4a017;
}

.tv2-dot-special {
  background: var(--slate);
  box-shadow: 0 0 0 2px var(--slate);
}

.tv2-dot-final {
  width: 14px;
  height: 14px;
  background: var(--navy);
  box-shadow: 0 0 0 3px var(--teal);
}

.tv2-card {
  background: var(--ice);
  border-radius: 4px;
  padding: 22px 26px;
  flex: 1;
  border-left: 3px solid var(--teal);
  transition: transform 0.2s, box-shadow 0.2s;
}

.tv2-card:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 20px rgba(26, 140, 156, 0.1);
}

.tv2-card-special {
  border-left-color: var(--slate);
  background: rgba(74, 111, 165, 0.06);
}

.tv2-card h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}

.tv2-card p {
  font-size: 0.88rem;
  color: var(--cool-gray);
  margin: 0;
  line-height: 1.65;
}

/* ============================================================
   DIGNITARIES
   ============================================================ */
#dignitaries {
  background: var(--ice);
}

.digs-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  margin-top: 0;
}

.dig-card {
  border-radius: 6px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 2px 20px rgba(13, 27, 42, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}

.dig-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(13, 27, 42, 0.1);
}

.dig-large {
  grid-column: span 7;
}

.dig-card:not(.dig-large) {
  grid-column: span 5;
}

.dig-img-wrap {
  position: relative;
  overflow: hidden;
}

.dig-large .dig-img-wrap {
  height: 380px;
}

.dig-card:not(.dig-large) .dig-img-wrap {
  height: 280px;
}

.dignitary-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.5s ease;
  cursor: zoom-in;
}

.dig-card:hover .dignitary-photo {
  transform: scale(1.04);
}

/* Missing image states */
.dig-img-wrap.img-missing .dignitary-photo {
  display: none;
}

.dig-img-wrap.img-missing .dig-missing {
  display: flex !important;
}

.dig-missing {
  display: none;
  position: absolute;
  inset: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  padding: 24px;
}

.dm-icon {
  font-size: 2.5rem;
  opacity: 0.5;
}

.dig-missing span {
  font-family: var(--serif);
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  line-height: 1.5;
}

.dig-caption {
  padding: 22px 24px 26px;
}

.dig-who {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 4px;
}

.dig-event {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 10px;
}

.dig-caption p {
  font-size: 0.875rem;
  color: var(--cool-gray);
  line-height: 1.65;
  margin: 0;
}

/* ============================================================
   AWARDS V2
   ============================================================ */
#awards {
  background: var(--navy);
}

.awards-eyebrow {
  color: var(--teal-pale);
  opacity: 0.6;
}

.awards-heading {
  color: #fff;
}

.awards-heading em {
  color: var(--teal-lt);
}

.awards-v2 {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.award-v2 {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 36px 0;
  transition: background 0.2s;
}

.award-v2:hover {
  background: rgba(255, 255, 255, 0.03);
  margin: 0 -32px;
  padding: 36px 32px;
  border-radius: 4px;
}

.award-v2:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.award-gold .av2-year {
  color: #d4a017;
}

.award-gold .av2-medal {
  color: #d4a017;
}

.award-silver .av2-year {
  color: #b8c9d8;
}

.award-silver .av2-medal {
  color: #b8c9d8;
}

.av2-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
}

.av2-year {
  font-family: var(--sans);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--teal-lt);
  line-height: 1.4;
}

.av2-medal {
  font-size: 1.4rem;
  opacity: 1;
  color: var(--teal-lt);
}

.av2-right h3 {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.award-count {
  font-family: var(--sans);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--teal-lt);
  background: rgba(79, 209, 197, 0.18);
  padding: 2px 8px;
  border-radius: 10px;
  vertical-align: middle;
  margin-left: 8px;
}

.av2-right p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.75;
  margin: 0 0 16px;
}

.av2-img-strip {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.av2-img-strip img {
  height: 90px;
  width: 120px;
  object-fit: cover;
  object-position: center top;
  border-radius: 3px;
  opacity: 0.92;
  transition: opacity 0.2s, transform 0.2s;
  cursor: zoom-in;
}

.av2-img-strip img:hover {
  opacity: 1;
  transform: scale(1.03);
}

/* ============================================================
   LEGACY
   ============================================================ */
#legacy {
  background: var(--white);
}

.collections-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0;
  border: 1px solid rgba(26, 140, 156, 0.12);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 48px;
}

.cv2-item {
  padding: 24px 28px;
  border-right: 1px solid rgba(26, 140, 156, 0.08);
  border-bottom: 1px solid rgba(26, 140, 156, 0.08);
  transition: background 0.2s;
}

.cv2-item:hover {
  background: var(--ice);
}

.cv2-name {
  display: block;
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 4px;
  line-height: 1.3;
}

.cv2-place {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--teal);
}

.exhibitions-banner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 48px;
  background: var(--navy);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.6);
}

.eb-number {
  font-family: var(--serif);
  font-size: 4rem;
  font-weight: 700;
  color: var(--teal-lt);
  line-height: 1;
  flex-shrink: 0;
}

.eb-text {
  font-size: 0.95rem;
  line-height: 1.7;
}

.eb-text strong {
  color: #fff;
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: #061826;
  color: rgba(255, 255, 255, 0.4);
  padding: 90px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.footer-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.fa-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(79, 209, 197, 0.18), transparent);
}

.fa-line.l1 {
  width: 60%;
  top: 30%;
  left: 20%;
}

.fa-line.l2 {
  width: 40%;
  bottom: 35%;
  right: 10%;
}

.fa-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(79, 209, 197, 0.1);
}

.fa-circle.c1 {
  width: 400px;
  height: 400px;
  top: -200px;
  right: -100px;
}

.fa-circle.c2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -80px;
}

.footer-inner {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}

.footer-name {
  font-family: var(--serif);
  font-size: 2.8rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.footer-dates {
  font-size: 0.875rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--teal-lt);
  opacity: 0.6;
}

.footer-tagline {
  font-size: 0.875rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
  text-transform: uppercase;
}

.footer-quote {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.9;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}

.footer-credit {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.5px;
}

.footer-credit a {
  color: var(--teal-lt);
  opacity: 0.6;
}

/* ============================================================
   LIGHTBOX
   ============================================================ */
#lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

#lightbox.open {
  opacity: 1;
  pointer-events: all;
}

.lb-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 14, 24, 0.94);
  backdrop-filter: blur(6px);
}

.lb-inner {
  position: relative;
  z-index: 2;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.lb-img {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 4px;
}

.lb-caption {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-family: var(--serif);
  font-style: italic;
  text-align: center;
}

.lb-close {
  position: absolute;
  top: -48px;
  right: 0;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}

.lb-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .dig-large {
    grid-column: span 12;
  }

  .dig-card:not(.dig-large) {
    grid-column: span 6;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-left {
    position: static;
  }

  .style-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .ps-wide,
  .ps-landscape {
    grid-template-columns: 1fr;
  }

  .ps-portrait {
    grid-template-columns: 1fr;
  }

  .ps-portrait .ps-image-wrap {
    order: 0;
  }

  .ps-image-wrap {
    min-height: 280px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 70px 0;
  }

  .dig-large {
    grid-column: span 12;
  }

  .dig-card:not(.dig-large) {
    grid-column: span 12;
  }

  .awards-v2 .award-v2 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .award-v2:hover {
    margin: 0;
    padding: 36px 0;
  }

  .timeline-v2 {
    padding-left: 80px;
  }

  .tv2-year {
    min-width: 52px;
    font-size: 0.875rem;
  }

  .timeline-v2::before {
    left: 58px;
  }

  .tv2-marker {
    left: -80px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    background: var(--white);
    padding: 20px 32px;
    gap: 16px;
    border-bottom: 1px solid rgba(26, 140, 156, 0.1);
    box-shadow: 0 8px 24px rgba(13, 27, 42, 0.08);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-toggle {
    display: flex;
  }

  .exhibitions-banner {
    flex-direction: column;
    text-align: center;
    padding: 32px 28px;
    gap: 16px;
  }

  .series-grid {
    grid-template-columns: 1fr;
  }

  .av2-img-strip img {
    height: 70px;
    width: 90px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }

  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .hn-first,
  .hn-last {
    font-size: 18vw;
  }

  .ps-caption {
    padding: 28px 24px;
  }
}

/* ============================================================
   DECADES GALLERY (curated chronological walk)
   ============================================================ */
#paintings {
  background: var(--white);
  padding: 110px 0;
}

#paintings .section-eyebrow {
  color: var(--teal);
}

#paintings .section-heading {
  color: var(--navy);
}

#paintings .section-heading em {
  color: var(--teal);
}

#paintings .section-sub {
  color: var(--mid-text);
  margin-bottom: 48px;
}

.decade-band {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin: 56px 0 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(10, 37, 64, 0.12);
}

.decade-band:first-of-type {
  margin-top: 24px;
}

.db-year {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 1px;
}

.db-label {
  font-family: var(--sans);
  font-size: 0.875rem;
  font-style: italic;
  color: var(--mid-text);
  letter-spacing: 1px;
}

.decade-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.dg-tile {
  margin: 0;
  display: flex;
  flex-direction: column;
  background: var(--ice);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(10, 37, 64, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dg-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(10, 37, 64, 0.15);
}

.dg-tile img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center top;
  display: block;
  cursor: zoom-in;
  transition: transform 0.4s ease;
}

.dg-tile:hover img {
  transform: scale(1.04);
}

.dg-tile figcaption {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dg-tile .dg-year {
  font-family: var(--sans);
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 500;
}

.dg-tile .dg-title {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--navy);
  line-height: 1.3;
}

@media (max-width: 900px) {
  .decade-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .dg-tile img {
    height: 200px;
  }
}

@media (max-width: 640px) {
  .decade-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .dg-tile img {
    height: 180px;
  }
  .decade-band {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

/* ============================================================
   ARCHIVE PAINTINGS (from laxmanpai.com via Wayback Machine)
   ============================================================ */
#archive-paintings {
  background: linear-gradient(180deg, var(--white) 0%, var(--ice) 100%);
  padding: 110px 0;
}

#archive-paintings .section-eyebrow {
  color: var(--teal);
}

#archive-paintings .section-heading {
  color: var(--navy);
}

#archive-paintings .section-heading em {
  color: var(--teal);
}

#archive-paintings .section-sub {
  color: var(--mid-text);
  margin-bottom: 56px;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 36px;
}

.archive-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(10, 37, 64, 0.06), 0 1px 3px rgba(10, 37, 64, 0.04);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
}

.archive-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(10, 37, 64, 0.14), 0 4px 12px rgba(10, 37, 64, 0.08);
}

.archive-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  overflow: hidden;
}

.archive-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.archive-card:hover .archive-img-wrap img {
  transform: scale(1.04);
}

.archive-card figcaption {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.archive-year {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--teal);
}

.archive-card h3 {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.2;
  margin: 0;
}

.archive-card p {
  font-size: 0.94rem;
  color: var(--mid-text);
  line-height: 1.65;
  margin: 6px 0 0;
}

.archive-note {
  margin-top: 48px;
  text-align: center;
  font-size: 0.875rem;
  color: var(--cool-gray);
  font-style: italic;
}

.archive-note a {
  color: var(--teal);
}