.presence-hero {
  padding: 82px 0 72px;
  overflow: hidden;
}
.presence-hero h1 {
  max-width: 920px;
  margin: 0 auto 24px;
  text-align: center;
  font-size: clamp(46px, 7vw, 78px);
  font-weight: 470;
  line-height: 1.02;
}
.presence-hero > .wrap > .kicker { text-align: center; }
.presence-lede {
  max-width: 800px;
  margin: 0 auto;
  color: var(--dim);
  text-align: center;
  font-size: clamp(18px, 2.1vw, 21px);
  line-height: 1.58;
}
.continuity {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  grid-template-rows: auto auto auto;
  gap: 24px 30px;
  max-width: 940px;
  margin: 72px auto 38px;
  align-items: center;
}
.continuity::before,
.continuity::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid var(--line);
  border-radius: 50%;
  left: 13%;
  right: 13%;
  top: 2%;
  bottom: 2%;
}
.continuity::after {
  left: 28%;
  right: 28%;
  top: -9%;
  bottom: -9%;
  border-color: color-mix(in srgb, var(--mia) 35%, transparent);
}
.channel {
  min-height: 86px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  box-shadow: 0 14px 35px -28px rgba(30, 20, 10, .7);
  text-align: center;
}
.channel span,
.channel strong { display: block; }
.channel span {
  color: var(--dim);
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.channel strong {
  margin-top: 5px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 21px;
  font-weight: 540;
}
.mia-core {
  grid-column: 2 / 4;
  grid-row: 2;
  justify-self: center;
  width: 250px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ink-band);
  color: #f4effc;
  box-shadow: 0 0 0 12px var(--mia-soft), var(--shadow);
}
.mia-core img { width: 82px; height: 82px; object-fit: contain; }
.mia-core span {
  margin-top: 8px;
  color: #b9aacd;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.mia-core strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 520;
}
.mia-core small { color: #b9aacd; }
.voice, .phone, .text, .email { grid-row: 1; }
.tv, .files, .home, .wearable { grid-row: 3; }
.continuity-line {
  display: flex;
  justify-content: center;
  gap: .45em;
  margin: 0;
  text-align: center;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(23px, 3.2vw, 34px);
}
.continuity-line strong { color: var(--mia); font-weight: 520; font-style: italic; }
.hero-actions { justify-content: center; margin-top: 28px; }

.handoff-band {
  padding: 64px 0 72px;
  color: #f4effc;
  background: var(--ink-band);
}
.handoff-band .kicker { color: #a9cbb1; }
.handoff {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 25px;
}
.handoff article {
  position: relative;
  padding: 26px 26px 6px;
  border-top: 1px solid #51465f;
}
.handoff article:first-child { padding-left: 0; }
.handoff article::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 26px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b79ce8;
}
.handoff article:first-child::before { left: 0; }
.handoff time {
  color: #aa9eb8;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.handoff h2 {
  margin: 12px 0 9px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 500;
}
.handoff p { margin: 0; color: #bdb3c8; font-size: 14px; line-height: 1.5; }

.presence-principles h2 { max-width: 720px; }
.principle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 56px;
  margin-top: 48px;
}
.principle-grid article {
  display: grid;
  grid-template-columns: 40px 1fr;
  padding: 25px 0 30px;
  border-top: 1px solid var(--line);
}
.principle-grid article > span {
  grid-row: 1 / 3;
  color: var(--mia);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.principle-grid h3 { margin: 0 0 7px; font-size: 24px; }
.principle-grid p { margin: 0; color: var(--dim); font-size: 15.5px; }

.independence {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.independence h2 { max-width: 620px; }
.independence-story {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  box-shadow: var(--shadow);
}
.story-label {
  margin: 0 0 18px;
  color: var(--accent2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.story-beat { padding: 16px 0; border-top: 1px solid var(--line); }
.story-beat strong, .story-beat span { display: block; }
.story-beat strong { margin-bottom: 4px; font-size: 15px; }
.story-beat span { color: var(--dim); font-size: 14.5px; }
.story-note { margin: 16px 0 0; color: var(--mia); font-family: "Fraunces", Georgia, serif; font-style: italic; }

.proof-lede { max-width: 760px !important; }
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 44px;
  border: 1px solid var(--line);
  background: var(--line);
}
.proof-grid div { min-height: 160px; padding: 25px; background: var(--panel); }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong {
  margin-bottom: 9px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 20px;
  font-weight: 540;
}
.proof-grid span { color: var(--dim); font-size: 14.5px; }

.film-section .film-frame { margin-top: 36px; }
.film-caption { margin: 14px 0 28px; color: var(--dim); font-size: 13px; }
.film-section .cta-row { justify-content: center; }
.doorway-note { margin: 18px auto 0; color: var(--dim); font-size: 13px; }

@media (max-width: 900px) {
  .continuity { grid-template-columns: repeat(2, 1fr); }
  .voice, .phone { grid-row: 1; }
  .text, .email { grid-row: 2; }
  .mia-core { grid-column: 1 / 3; grid-row: 3; }
  .tv, .files { grid-row: 4; }
  .home, .wearable { grid-row: 5; }
  .continuity::before, .continuity::after { display: none; }
  .handoff { grid-template-columns: 1fr 1fr; }
  .handoff article:nth-child(3) { margin-top: 24px; }
  .handoff article:nth-child(3) { padding-left: 0; }
  .handoff article:nth-child(3)::before { left: 0; }
  .independence { grid-template-columns: 1fr; gap: 42px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .presence-hero { padding-top: 54px; }
  .presence-hero h1 { font-size: 44px; }
  .continuity { gap: 12px; margin-top: 48px; }
  .channel { padding: 13px 8px; }
  .mia-core { width: 220px; min-height: 220px; }
  .continuity-line { flex-direction: column; gap: 0; }
  .handoff, .principle-grid, .proof-grid { grid-template-columns: 1fr; }
  .handoff article, .handoff article:first-child, .handoff article:nth-child(3) {
    margin-top: 0;
    padding: 22px 0;
  }
  .handoff article::before, .handoff article:first-child::before, .handoff article:nth-child(3)::before { left: 0; }
}
