/* ============================================
   ACE PHOTOGRAPHY v2 — HOME CSS
   ============================================ */

/* ── HERO ── */
.hero {
  position: relative;
  height: 100svh; min-height: 640px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  background: var(--ink);
}
.hero .img-slot {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom,
    rgba(26,22,18,0.3) 0%,
    rgba(26,22,18,0.18) 50%,
    rgba(26,22,18,0.65) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  text-align: center; padding: 0 24px;
}
.hero-eyebrow {
  display: block;
  font-size: 0.6rem; font-weight: 300; letter-spacing: 0.45em; text-transform: uppercase;
  color: var(--sand-light); margin-bottom: 28px;
  font-family: var(--body);
  animation: heroFade 1.2s var(--ease) 0.2s both;
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(3.2rem, 9vw, 7.5rem);
  font-weight: 300; color: var(--white);
  line-height: 0.98; letter-spacing: -0.01em;
  margin-bottom: 28px;
  animation: heroFade 1.2s var(--ease) 0.45s both;
}
.hero h1 em { font-style: italic; color: rgba(201,180,154,0.85); }
.hero-tagline {
  font-size: 0.68rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(255,255,255,0.4); font-family: var(--body); font-weight: 300;
  margin-bottom: 48px;
  animation: heroFade 1.2s var(--ease) 0.7s both;
}
.hero-btns {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  animation: heroFade 1.2s var(--ease) 0.9s both;
}
@keyframes heroFade {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}

/* ── INTRO STATEMENT ── */
.intro-stmt {
  background: var(--ivory);
  padding: 96px 48px;
  text-align: center;
}
.intro-stmt blockquote {
  font-family: var(--display);
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  font-weight: 300; font-style: italic;
  color: var(--ink-mid); line-height: 1.6;
  max-width: 760px; margin: 0 auto;
}
.intro-stmt blockquote em { font-style: normal; color: var(--sand); }
.intro-stmt cite {
  display: block; margin-top: 24px;
  font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--sand); font-style: normal; font-family: var(--body); font-weight: 300;
}

/* ── ABOUT SPLIT ── */
.about-split {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 580px;
  background: var(--ivory);
}
.about-split-img { min-height: 480px; }
.about-split-img .img-slot { width: 100%; height: 100%; min-height: 480px; }
.about-split-text {
  padding: 88px 72px;
  display: flex; flex-direction: column; justify-content: center;
  background: var(--ivory-mid);
}
.about-split-sig {
  font-family: var(--display);
  font-size: 3rem; font-style: italic; font-weight: 300;
  color: var(--sand); line-height: 1; margin: 24px 0;
}
.about-split-text .s-body { margin-top: 4px; }
.about-split-text .btn { margin-top: 36px; align-self: flex-start; }

/* ── SESSIONS ── */
.sessions { background: var(--ivory); }
.sessions-hdr { text-align: center; margin-bottom: 56px; }
.sessions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  max-width: var(--max); margin: 0 auto;
}
.session-card {
  position: relative; cursor: pointer; overflow: hidden;
  background: var(--ivory-mid);
}
.session-card.wide { grid-column: span 2; }
.session-card .img-slot {
  width: 100%; aspect-ratio: 4/5;
}
.session-card.wide .img-slot { aspect-ratio: 8/5; }
.session-card-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 48px 24px 22px;
  background: linear-gradient(to top, rgba(26,22,18,0.76), transparent);
  transform: translateY(6px);
  transition: transform var(--mid);
}
.session-card:hover .session-card-caption { transform: translateY(0); }
.session-card-name {
  font-family: var(--display);
  font-size: 1.45rem; font-weight: 300; color: var(--white);
  display: block; margin-bottom: 2px;
}
.session-card-tagline {
  font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.45); font-family: var(--body); font-weight: 300;
}
.session-card-arrow {
  position: absolute; top: 20px; right: 20px;
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,0.18);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5); font-size: 0.85rem;
  transition: var(--mid);
  opacity: 0;
}
.session-card:hover .session-card-arrow { opacity: 1; border-color: var(--sand); color: var(--sand); }

/* ── PROCESS ── */
.process { background: var(--ink); }
.process-hdr { text-align: center; margin-bottom: 72px; }
.process-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: rgba(255,255,255,0.04);
  max-width: var(--max); margin: 0 auto;
}
.process-step {
  padding: 48px 36px;
  background: var(--ink);
  transition: background var(--fast);
}
.process-step:hover { background: rgba(255,255,255,0.02); }
.process-num {
  font-family: var(--display);
  font-size: 3.5rem; font-weight: 300;
  color: var(--sand); opacity: 0.25;
  display: block; line-height: 1; margin-bottom: 24px;
}
.process-title {
  font-family: var(--display);
  font-size: 1.2rem; font-weight: 300; color: var(--white);
  margin-bottom: 12px;
}
.process-desc {
  font-size: 0.8rem; font-weight: 300; line-height: 1.9;
  color: rgba(255,255,255,0.36); font-family: var(--body);
}

/* ── PORTFOLIO TEASER ── */
.portfolio-teaser { background: var(--ivory); }
.portfolio-teaser-hdr { text-align: center; margin-bottom: 52px; }
.pt-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  max-width: var(--max); margin: 0 auto;
  height: 560px;
}
.pt-item {
  position: relative; overflow: hidden; cursor: pointer;
  background: var(--ivory-mid);
}
.pt-item .img-slot { width: 100%; height: 100%; }
.pt-item:first-child { grid-row: span 2; }
.pt-hover {
  position: absolute; inset: 0;
  background: rgba(26,22,18,0.42);
  opacity: 0; transition: opacity var(--fast);
  display: flex; align-items: flex-end; padding: 18px;
}
.pt-item:hover .pt-hover { opacity: 1; }
.pt-cat {
  font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--white); font-family: var(--body); font-weight: 300;
  border-bottom: 1px solid var(--sand); padding-bottom: 3px;
}
.pt-cta { text-align: center; margin-top: 44px; }

/* ── TESTIMONIAL ── */
.testimonial { background: var(--ivory-mid); }
.testimonial-inner {
  max-width: 780px; margin: 0 auto; text-align: center;
}
.tq-mark {
  font-family: var(--display); font-size: 7rem; font-weight: 300;
  color: var(--sand); opacity: 0.2; line-height: 0.6;
  display: block; margin-bottom: 28px;
}
.tq-text {
  font-family: var(--display);
  font-size: clamp(1.1rem, 2.4vw, 1.6rem);
  font-weight: 300; font-style: italic;
  color: var(--ink-mid); line-height: 1.65;
  transition: opacity 0.4s;
}
.tq-client {
  font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--sand); display: block; margin-top: 28px; font-family: var(--body);
}
.tq-session { font-size: 0.72rem; color: var(--ink-light); font-family: var(--body); font-weight: 300; }
.tq-dots { display: flex; gap: 10px; justify-content: center; margin-top: 32px; }
.tq-dot {
  height: 1px; width: 24px; background: rgba(0,0,0,0.15);
  cursor: pointer; transition: var(--fast);
}
.tq-dot.on { background: var(--sand); width: 44px; }

/* ── MOBILE HOME ── */
@media (max-width: 900px) {
  .about-split { grid-template-columns: 1fr; }
  .about-split-text { padding: 56px 28px; }
  .sessions-grid { grid-template-columns: 1fr 1fr; }
  .session-card.wide { grid-column: span 2; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .pt-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; height: auto; }
  .pt-item:first-child { grid-row: auto; grid-column: span 2; }
  .pt-item:first-child .img-slot { min-height: 260px; }
  .pt-item .img-slot { min-height: 200px; }
}
@media (max-width: 580px) {
  .hero h1 { font-size: clamp(2.6rem, 11vw, 4rem); }
  .hero-btns { flex-direction: column; align-items: center; }
  .hero-btns .btn { width: 100%; max-width: 280px; justify-content: center; }
  .sessions-grid { grid-template-columns: 1fr; }
  .session-card.wide { grid-column: auto; }
  .session-card.wide .img-slot { aspect-ratio: 4/3; }
  .process-steps { grid-template-columns: 1fr; }
  .pt-grid { grid-template-columns: 1fr; }
  .pt-item:first-child { grid-column: auto; }
  .intro-stmt { padding: 64px 24px; }
}
