/* ============================================================
   VEEDA — About. The one page where the photography leads.
   ============================================================ */

body.about {
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 70% 40% at 85% 8%, rgba(217, 102, 15, 0.14), transparent 70%),
    linear-gradient(180deg, #060402 0%, #0d0703 38%, #140b06 72%, #1a0f08 100%);
}

/* ---------- hero: the neon-sign photograph ---------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
}

.hero-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(62vw, 720px);
  background: url("/assets/photos/neon-sign.jpg") 62% 22% / cover no-repeat;
  filter: saturate(0.96) contrast(1.04) brightness(0.9);
  -webkit-mask-image: radial-gradient(110% 92% at 74% 42%, #000 38%, transparent 74%);
  mask-image: radial-gradient(110% 92% at 74% 42%, #000 38%, transparent 74%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: clamp(6rem, 14vh, 9rem) clamp(1.4rem, 6vw, 5rem) clamp(4rem, 10vh, 6rem);
  max-width: 36rem;
}

.kicker {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.62rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-transform: uppercase;
  color: var(--burnt);
  margin-bottom: 1.6rem;
}

.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(3.6rem, 11vw, 7rem);
  line-height: 0.95;
  letter-spacing: 0.18em;
  background: linear-gradient(105deg, var(--amber) 0%, var(--cream) 40%, var(--cream) 72%, var(--violet) 105%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.2rem;
}

.tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.25rem, 3vw, 1.8rem);
  color: rgba(239, 230, 221, 0.85);
  margin-bottom: 2rem;
}

.lede {
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  font-weight: 300;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: rgba(239, 230, 221, 0.72);
  max-width: 27rem;
}

@media (max-width: 760px) {
  .hero { align-items: flex-end; }
  .hero-photo {
    width: 100%;
    background-position: 60% 12%;
    opacity: 0.6;
    -webkit-mask-image: radial-gradient(120% 85% at 60% 30%, #000 30%, transparent 78%);
    mask-image: radial-gradient(120% 85% at 60% 30%, #000 30%, transparent 78%);
  }
  .hero-inner { padding-top: 58svh; }
}

/* ---------- shared section furniture ---------- */

.rule {
  border: 0;
  height: 1px;
  width: min(74vw, 560px);
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(217, 102, 15, 0.55), rgba(165, 139, 192, 0.35), transparent);
}

section { position: relative; }

/* ---------- the world (bio prose) ---------- */

.bio {
  padding: clamp(4.5rem, 12vh, 8rem) clamp(1.4rem, 6vw, 5rem);
  display: flex;
  justify-content: center;
}

.bio-inner { max-width: 40rem; }

.bio .kicker { margin-bottom: 2.2rem; }

.bio p {
  font-size: clamp(0.98rem, 1.7vw, 1.08rem);
  font-weight: 300;
  line-height: 1.95;
  letter-spacing: 0.02em;
  color: rgba(239, 230, 221, 0.82);
  margin-bottom: 1.7rem;
}

.bio p:first-of-type::first-letter {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.3em;
  line-height: 0.8;
  float: left;
  padding: 0.08em 0.14em 0 0;
  color: var(--amber);
}

/* ---------- portrait + pull quote ---------- */

.portrait {
  padding: clamp(4rem, 11vh, 7rem) clamp(1.4rem, 6vw, 5rem) clamp(5rem, 12vh, 8rem);
  display: grid;
  grid-template-columns: minmax(240px, 400px) 1fr;
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
  max-width: 72rem;
  margin: 0 auto;
}

.portrait-photo {
  aspect-ratio: 9 / 12;
  background: url("/assets/photos/closeup.jpg") center 28% / cover no-repeat;
  filter: saturate(0.9) contrast(1.05) brightness(0.92);
  -webkit-mask-image: radial-gradient(135% 120% at 50% 44%, #000 52%, transparent 86%);
  mask-image: radial-gradient(135% 120% at 50% 44%, #000 52%, transparent 86%);
}

.pull-quote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.9rem, 4.4vw, 3.1rem);
  line-height: 1.25;
  color: var(--cream);
  margin-bottom: 2.4rem;
}

.pull-quote em {
  font-style: inherit;
  background: linear-gradient(100deg, var(--amber), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.descriptors {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 2.6rem;
}

.descriptors li {
  font-size: 0.64rem;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  text-transform: uppercase;
  color: rgba(239, 230, 221, 0.55);
}

.descriptors li::before {
  content: "- ";
  color: var(--burnt);
  letter-spacing: 0;
}

.portrait .socials { justify-content: flex-start; }

@media (max-width: 760px) {
  .portrait { grid-template-columns: 1fr; }
  /* explicit width: auto margins disable grid stretch, and an empty
     background div has no intrinsic size of its own */
  .portrait-photo { width: min(340px, 100%); margin: 0 auto; }
  .portrait .socials { justify-content: center; }
}

/* ---------- footer ---------- */

.site-footer {
  padding: 3rem 1.4rem 3.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  text-align: center;
}

.site-footer .nav-mark img { height: 18px; }

.site-footer small {
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-indent: 0.32em;
  text-transform: uppercase;
  color: rgba(239, 230, 221, 0.35);
}

/* staggered reveals */
.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.22s; }
.d3 { transition-delay: 0.34s; }
