/* Additional styles for multi-page site */

.nav-links a.active {
  color: var(--accent);
  font-weight: 500;
}
.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 1px;
  background: var(--accent);
}

/* PAGE HERO (smaller than home hero) */
.page-hero {
  position: relative;
  min-height: 60vh;
  padding: 180px 0 100px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--paper);
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero-bg .photo {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.page-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31,42,34,0.35) 0%, rgba(31,42,34,0.7) 100%);
}
.page-hero-content {
  position: relative;
  z-index: 2;
}
.page-hero h1 { max-width: 22ch; }
.page-hero h1 em { color: var(--clay-soft); }
.page-hero .hero-sub { color: rgba(255,255,255,0.88); font-size: 18px; line-height: 1.5; }

/* CTA BAND */
.cta-band {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
  color: var(--paper);
}
.cta-band-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cta-band-bg .photo {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.cta-band-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26,46,33,0.7) 0%, rgba(26,46,33,0.85) 100%);
}
.cta-band-content {
  position: relative;
  z-index: 2;
}

/* TWO-COLUMN INTRO (Cirque About pattern) */
.two-col-intro {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  align-items: start;
}
.two-col-intro .body-lg p { margin: 0 0 18px 0; }
.two-col-intro .side-card {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  padding: 32px;
}
.two-col-intro .side-card .photo {
  aspect-ratio: 1;
  margin-bottom: 18px;
}

/* QUOTE BAND */
.quote-band {
  position: relative;
  padding: 120px 0;
  color: var(--paper);
  overflow: hidden;
}
.quote-band-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.quote-band-bg .photo { width: 100%; height: 100%; border-radius: 0; }
.quote-band-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26,46,33,0.6) 0%, rgba(26,46,33,0.75) 100%);
}
.quote-band-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
.quote-band .quote {
  color: var(--paper);
  font-size: clamp(28px, 3.2vw, 44px);
}
.quote-band .quote::before, .quote-band .quote::after { color: var(--clay-soft); }

/* FOUNDERS BLOCK */
.founders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-top: 60px;
}
.founder {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  align-items: start;
}
.founder .avatar {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.founder .avatar.photo { border-radius: 50%; }
.founder h4 {
  font-family: var(--display);
  font-size: 26px;
  margin: 0 0 4px;
  font-weight: 400;
}
.founder .role {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 12px;
}
.founder p {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.55;
  margin: 0;
}

/* SIGNATURE LETTER */
.letter-block {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  padding: 56px;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 56px;
  align-items: center;
}
.letter-block .letter-photo {
  aspect-ratio: 4/5;
}
.letter-block h3 {
  font-family: var(--display);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 20px;
}
.letter-block p {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin: 0 0 14px;
}
.signature {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 32px;
  color: var(--accent);
  margin-top: 24px;
  letter-spacing: 0.02em;
  transform: rotate(-2deg);
  display: inline-block;
}

/* PHOTO-GRID SUB-NAV (Cirque home pattern) */
.subnav-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.subnav-tile {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: var(--paper);
  display: flex;
  align-items: flex-end;
  padding: 24px;
  isolation: isolate;
  transition: transform 0.3s;
}
.subnav-tile:hover { transform: translateY(-3px); }
.subnav-tile .photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 0;
}
.subnav-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.7) 100%);
  z-index: 1;
}
.subnav-tile > * { position: relative; z-index: 2; }
.subnav-tile .label {
  font-family: var(--display);
  font-size: 26px;
  line-height: 1.05;
  font-weight: 400;
}
.subnav-tile .num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  opacity: 0.85;
  margin-bottom: auto;
  padding-bottom: 200px;
  text-transform: uppercase;
}

/* BIG STAT BAND */
.stat-band {
  position: relative;
  padding: 120px 0;
  color: var(--paper);
  overflow: hidden;
}
.stat-band-bg { position: absolute; inset: 0; z-index: 0; }
.stat-band-bg .photo { width: 100%; height: 100%; border-radius: 0; }
.stat-band-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,46,33,0.7) 0%, rgba(26,46,33,0.85) 100%);
}
.stat-band-content { position: relative; z-index: 2; }
.stat-band h3 {
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 400;
  text-align: center;
  margin: 0 0 60px;
  color: var(--paper);
}
.stat-band h3 em { color: var(--clay-soft); }
.stat-band .stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.stat-band .stat-item {
  padding: 40px 28px;
  border-right: 1px solid rgba(255,255,255,0.2);
  text-align: center;
}
.stat-band .stat-item:last-child { border-right: none; }
.stat-band .stat-item .num {
  font-family: var(--display);
  font-size: 64px;
  line-height: 1;
  color: var(--clay-soft);
}
.stat-band .stat-item .num sup { font-size: 28px; vertical-align: super; }
.stat-band .stat-item .label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-top: 14px;
}

/* TWO PROPERTIES (Accommodations comparison) */
.property-card {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  overflow: hidden;
}
.property-card .photo { aspect-ratio: 16/10; border-radius: 0; }
.property-card .body {
  padding: 40px;
}
.property-card h3 {
  font-family: var(--display);
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 8px;
}
.property-card .ptype {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 20px;
}
.property-card .desc {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin: 0 0 20px;
}
.property-card .specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  font-size: 13px;
  color: var(--ink-soft);
  margin: 0 0 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
}
.property-card .spec-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--muted);
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}

/* TEAM PAGE GRID */
.team-grid-large {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.team-grid-large .team-card .photo { aspect-ratio: 1; }
.team-grid-large .team-card .name { font-size: 24px; }

/* TIMELINE / PROCESS */
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 48px;
}
.process .step {
  padding: 28px 24px 28px 0;
  border-top: 1px solid var(--line);
  position: relative;
}
.process .step .num {
  font-family: var(--display);
  font-size: 48px;
  color: var(--clay);
  line-height: 1;
  margin-bottom: 14px;
}
.process .step h4 {
  font-family: var(--display);
  font-size: 22px;
  margin: 0 0 8px;
  font-weight: 400;
}
.process .step p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .two-col-intro { grid-template-columns: 1fr; gap: 40px; }
  .founders { grid-template-columns: 1fr; gap: 32px; }
  .founder { grid-template-columns: 100px 1fr; gap: 18px; }
  .letter-block { grid-template-columns: 1fr; padding: 32px; gap: 32px; }
  .subnav-grid { grid-template-columns: 1fr 1fr; }
  .stat-band .stats-row { grid-template-columns: 1fr 1fr; }
  .stat-band .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
  .team-grid-large { grid-template-columns: 1fr 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
}
