/* ═══════════════════════════════════════════════
   PPG INNER PAGES — SHARED COMPONENTS
   ═══════════════════════════════════════════════ */

/* ─── PAGE HERO (inner pages) ─────────────────── */
.page-hero {
  padding: 80px 80px 72px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.page-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.page-hero__label-line {
  display: block; width: 28px; height: 1px; background: var(--gold);
}

.page-hero__label-text {
  font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
}

.page-hero h1 {
  font-family: var(--serif);
  font-size: 72px; font-weight: 400; letter-spacing: -0.02em;
  line-height: 1.0; color: var(--navy); max-width: 800px; margin-bottom: 28px;
}

.page-hero h1 em { color: var(--gold); font-style: italic; }

#about-hero-h1 { max-width: 900px; }

.page-hero__body {
  font-size: 18px; line-height: 1.65; color: var(--mid);
  max-width: 720px;
}

.page-hero__support {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 820px;
  margin-top: 24px;
}

.page-hero__support-brand {
  color: var(--purple);
  font-weight: 600;
}

/* Breadcrumb */
.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 40px; list-style: none;
}

.breadcrumb a { font-size: 13px; color: var(--muted); transition: color 0.15s; }
.breadcrumb a:hover { color: var(--mauve); }
.breadcrumb li + li::before { content: '/'; color: var(--line); font-size: 13px; }
.breadcrumb li:last-child a { color: var(--text); font-weight: 500; pointer-events: none; }

/* Section header */
.section-header { margin-bottom: 56px; }

.section-header h2 {
  font-family: var(--serif);
  font-size: 52px; font-weight: 400; letter-spacing: -0.015em;
  line-height: 1.05; color: var(--navy); margin-bottom: 16px;
}

.section-header h2 em { color: var(--gold); font-style: italic; }

.section-header p {
  font-size: 16px; color: var(--mid); line-height: 1.65; max-width: 560px;
}

.demi-how .section-header p { max-width: 680px; }

/* Overline */
.overline { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.overline::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }
.overline-text {
  font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
}

/* Two-col split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.split--centered { align-items: center; }


/* ─── ABOUT PAGE ──────────────────────────────── */
.about-story { padding: var(--section-pad); background: #fff; }

.about-story__body p {
  font-size: 17px; line-height: 1.8; color: var(--mid); margin-bottom: 20px;
}

.about-story__img {
  width: 100%; aspect-ratio: 4/5;
  object-fit: cover; object-position: center center;
  border: 1px solid var(--line); display: block;
  border-radius: 50%;
}

/* Team */
.team { padding: var(--section-pad); background: #fff; border-top: 1px solid var(--line); }

.team__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 56px;
}

.team-card {
  background: var(--platinum);
  padding: 32px;
  border-radius: 8px;
}

.team-card__img {
  width: 100%; aspect-ratio: 331/366;
  object-fit: cover; object-position: center center;
  background: #F4F4F4; border: 1px solid var(--line);
  margin-bottom: 20px; display: block;
  filter: grayscale(100%);
}

.team-card__name {
  font-family: var(--serif); font-size: 22px; font-weight: 400;
  color: var(--text); margin-bottom: 4px;
}

.team-card__title {
  font-size: 12px; font-weight: 600; color: var(--navy);
  letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px;
}

.team-card__quote {
  font-family: var(--serif); font-size: 15px; font-style: italic;
  color: var(--mid); line-height: 1.45; margin-bottom: 16px;
}

.team-card__bio { font-size: 14px; color: var(--mid); line-height: 1.65; margin-top: 12px; }

.team-card__bio-toggle {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--sans); font-size: 12px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--navy);
  cursor: pointer; list-style: none; user-select: none;
}
.team-card__bio-toggle::-webkit-details-marker { display: none; }
.team-card__bio-toggle::marker { content: ''; }

.team-card__bio-toggle::after {
  content: '+';
  font-size: 16px; font-weight: 400; color: var(--navy); line-height: 1;
}

.team-card__bio-wrap[open] .team-card__bio-toggle::after { content: '\2212'; }


/* ─── DEMI PAGE ───────────────────────────────── */
.demi-hero {
  padding: 80px 80px 72px;
  background: var(--navy);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}

.demi-hero__content { max-width: 600px; }

.demi-hero__media {
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
}

.demi-hero__media img { width: 100%; height: 100%; object-fit: cover; }

.demi-hero .page-hero__label-line { background: var(--purple); }
.demi-hero .page-hero__label-text { color: var(--purple); }
.demi-hero h1 { color: #fff; }
.demi-hero .cta__btn { display: inline-block; margin-top: 28px; }
.demi-hero h1 em { color: var(--purple); font-style: italic; }
.demi-hero .page-hero__body { color: rgba(255,255,255,0.65); }

.demi-logo-wrap {
  display: flex; align-items: center; gap: 24px; margin-bottom: 56px;
}

.demi-logo-wrap__ppg { height: 64px; width: auto; border-radius: 0; }
.demi-logo-wrap__demi { height: 44px; width: auto; border-radius: 0; }

.demi-divider { width: 1px; height: 56px; background: rgba(255,255,255,0.3); }

.demi-how { padding: var(--section-pad); background: #fff; border-top: 1px solid var(--line); }

.demi-how__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line); margin-top: 56px;
}

.demi-how__cell { background: #fff; padding: 48px 40px; }

.demi-step-num {
  font-family: var(--serif); font-size: 48px; font-weight: 400;
  color: var(--platinum); line-height: 1; margin-bottom: 20px;
}

.demi-how__cell h3 {
  font-family: var(--serif); font-size: 26px; font-weight: 400;
  color: var(--navy); margin-bottom: 14px; letter-spacing: -0.01em;
}

.demi-how__cell p { font-size: 15px; color: var(--mid); line-height: 1.65; }

.demi-cta { background: var(--platinum); padding: 96px 80px; text-align: center; }

.demi-cta h2 {
  font-family: var(--serif); font-size: 56px; font-weight: 400;
  color: var(--navy); letter-spacing: -0.02em; margin-bottom: 20px; line-height: 1.05;
}

.demi-cta h2 em { font-style: italic; color: var(--purple); }

.demi-cta p {
  font-size: 17px; color: var(--mid);
  max-width: 480px; margin: 0 auto 40px; line-height: 1.65;
}

.btn-gold {
  background: var(--purple); color: #fff;
  padding: 16px 36px; font-weight: 600; font-size: 14px;
  letter-spacing: 0.02em; transition: opacity 0.15s;
}

.btn-gold:hover { opacity: 0.88; }


/* ─── BLOG PAGE ────────────────────────────────── */
.blog-section { padding: var(--section-pad); background: #fff; }

.blog-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}

.blog-card {
  display: block;
  border: 1px solid var(--line); cursor: pointer;
  transition: box-shadow 0.2s, transform 0.2s;
}

.blog-card:hover {
  box-shadow: 0 8px 32px rgba(31,41,92,0.08);
  transform: translateY(-2px);
}

.blog-card__img {
  width: 100%; aspect-ratio: 16/9;
  background: var(--platinum); display: flex;
  align-items: center; justify-content: center; overflow: hidden;
  border-radius: 8px;
}

.blog-card__img img { width: 100%; height: 100%; object-fit: cover; }

.blog-card__body { padding: 28px; }

.blog-card__tag {
  display: inline-block; background: var(--platinum);
  color: var(--mauve); font-size: 11px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 2px; margin-bottom: 14px;
}

.blog-card h3 {
  font-family: var(--serif); font-size: 22px; font-weight: 400;
  color: var(--navy); margin-bottom: 10px; line-height: 1.2;
}

.blog-card p {
  font-size: 14px; color: var(--mid); line-height: 1.6; margin-bottom: 20px;
}

.blog-card__meta { font-size: 12px; color: var(--muted); }


/* ─── CONTACT PAGE ────────────────────────────── */
.contact-wrap {
  padding: var(--section-pad); background: #fff;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
}

.contact-info h2 {
  font-family: var(--serif); font-size: 48px; font-weight: 400;
  color: var(--navy); margin-bottom: 24px; letter-spacing: -0.015em; line-height: 1.05;
}

.contact-info h2 em { color: var(--gold); font-style: italic; }

.contact-info p {
  font-size: 16px; color: var(--mid); line-height: 1.75; margin-bottom: 16px;
}

.contact-detail {
  margin-top: 40px; display: flex; flex-direction: column;
  border-top: 1px solid var(--line);
}

.contact-detail__row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 14px;
}

.contact-detail__label { font-weight: 600; color: var(--text); }
.contact-detail__value { color: var(--mid); }
.contact-detail__value a { color: var(--navy); transition: opacity 0.15s; }
.contact-detail__value a:hover { opacity: 0.7; }

/* Form */
.contact-form { display: flex; flex-direction: column; gap: 20px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-field { display: flex; flex-direction: column; gap: 6px; }

.form-field label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%; background: #fff; border: 1px solid var(--line);
  padding: 13px 16px; font-family: var(--sans); font-size: 15px;
  color: var(--text); outline: none; transition: border-color 0.15s;
  border-radius: 0; appearance: none;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color: var(--navy); }

.form-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
  padding-right: 40px; cursor: pointer;
}

.form-field textarea { height: 120px; resize: vertical; }

.form-consent {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 13px; color: var(--muted); line-height: 1.55;
}

.form-consent input[type="checkbox"] {
  width: 16px; height: 16px; flex-shrink: 0;
  margin-top: 2px; accent-color: var(--navy); cursor: pointer;
}

.form-submit {
  background: var(--navy); color: #fff; padding: 16px; width: 100%;
  font-family: var(--sans); font-weight: 500; font-size: 15px;
  letter-spacing: 0.02em; transition: opacity 0.15s;
}

.form-submit:hover { opacity: 0.88; }

.form-note { font-size: 12px; color: var(--muted); text-align: center; line-height: 1.5; }

/* Success state */
.form-success {
  display: none; text-align: center; padding: 48px 32px;
  border: 1px solid var(--line);
}

.form-success h3 {
  font-family: var(--serif); font-size: 28px; font-weight: 400;
  color: var(--navy); margin-bottom: 12px;
}

.form-success p { font-size: 15px; color: var(--mid); line-height: 1.65; }


/* ─── LEGAL / POLICY PROSE ─────────────────────── */
.legal {
  padding: 56px 80px 72px;
  background: #fff;
}

.legal__inner { max-width: 760px; margin: 0 auto; }

.legal__meta {
  display: flex; flex-wrap: wrap; gap: 24px;
  padding-bottom: 20px; margin-bottom: 32px;
  border-bottom: 1px solid var(--line);
}

.legal__meta-row { display: flex; flex-direction: column; gap: 4px; }

.legal__meta-label {
  font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
}

.legal__meta-value { font-size: 14px; color: var(--text); }

.legal__lede {
  font-family: var(--serif);
  font-size: 20px; line-height: 1.35; color: var(--text);
  margin-bottom: 12px;
}

.legal h2 {
  font-family: var(--serif);
  font-size: 24px; font-weight: 400; letter-spacing: -0.01em;
  line-height: 1.2; color: var(--navy);
  margin-top: 36px; margin-bottom: 12px;
}

.legal h2:first-of-type { margin-top: 0; }

.legal p {
  font-size: 15px; line-height: 1.55; color: var(--mid);
  margin-bottom: 12px;
}

.legal ul {
  list-style: none; padding: 0;
  margin: 0 0 12px 0;
}

.legal ul li {
  position: relative;
  padding-left: 24px;
  font-size: 15px; line-height: 1.5; color: var(--mid);
  margin-bottom: 8px;
}

.legal ul li::before {
  content: ''; position: absolute;
  left: 0; top: 12px;
  width: 10px; height: 1px;
  background: var(--gold);
}

.legal a { color: var(--navy); border-bottom: 1px solid var(--line); transition: border-color 0.15s; }
.legal a:hover { border-bottom-color: var(--navy); }

.legal__address {
  font-size: 15px; line-height: 1.55; color: var(--mid);
  margin-bottom: 12px;
}

.legal__address-label {
  display: inline-block; min-width: 80px;
  font-weight: 500; color: var(--text);
}


/* ─── RESPONSIVE INNER PAGES ──────────────────── */
@media (max-width: 1100px) {
  .page-hero             { padding: 64px 48px 56px; }
  .page-hero h1          { font-size: 56px; }
  .team__grid            { grid-template-columns: repeat(2, 1fr); }
  .blog-grid             { grid-template-columns: repeat(2, 1fr); }
  .demi-hero             { padding: 64px 48px 56px; grid-template-columns: 1fr; gap: 40px; }
  .legal                 { padding: 56px 48px 80px; }
}

@media (max-width: 768px) {
  .page-hero             { padding: 48px 24px 40px; }
  .page-hero h1          { font-size: 40px; }
  .page-hero__body       { font-size: 16px; }
  .section-header h2     { font-size: 38px; }
  .split                 { grid-template-columns: 1fr; gap: 48px; }
  .team__grid            { grid-template-columns: 1fr; }
  .demi-hero             { padding: 48px 24px 40px; }
  .demi-logo-wrap        { gap: 16px; margin-bottom: 40px; }
  .demi-logo-wrap__ppg   { height: 48px; }
  .demi-logo-wrap__demi  { height: 32px; }
  .demi-divider          { height: 42px; }
  .demi-how__grid        { grid-template-columns: 1fr; }
  .demi-cta h2           { font-size: 40px; }
  .blog-grid             { grid-template-columns: 1fr; }
  .contact-wrap          { grid-template-columns: 1fr; gap: 48px; }
  .contact-info h2       { font-size: 38px; }
  .form-row              { grid-template-columns: 1fr; }
  .legal                 { padding: 40px 24px 64px; }
  .legal__lede           { font-size: 18px; margin-bottom: 10px; }
  .legal h2              { font-size: 21px; margin-top: 28px; }
  .legal__meta           { gap: 16px; }
}
