@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Source+Serif+4:opsz,wght@8..60,600..800&display=swap");

:root {
  --wpl-blue: #1a3f77;
  --wpl-deep: #112a55;
  --wpl-mid: #2c5da0;
  --wpl-yellow: #f4c430;
  --wpl-yellow-soft: #fbe99b;
  --cream: #faf6ee;
  --fog: #eef2f7;
  --paper: #ffffff;
  --ink: #0f1b2d;
  --muted: #5a6679;
  --rule: rgba(26, 63, 119, 0.14);
  --rule-strong: rgba(26, 63, 119, 0.24);
  --rule-gold: rgba(244, 196, 48, 0.48);
  --shadow: 0 28px 80px rgba(17, 42, 85, 0.16);
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "Inter", "Segoe UI", sans-serif;
  --fs-micro: clamp(10px, 0.72vw, 12px);
  --fs-body: clamp(16px, 1.08vw, 19px);
  --fs-lede: clamp(19px, 1.45vw, 25px);
  --fs-h2: clamp(34px, 3.1vw, 58px);
  --fs-h1: clamp(38px, 3.6vw, 60px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  font-family: var(--sans);
  background:
    radial-gradient(circle at 8% 0%, rgba(244, 196, 48, 0.16), transparent 26%),
    radial-gradient(circle at 95% 8%, rgba(26, 63, 119, 0.14), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #fff8e8 50%, #edf4ff 100%);
}
a { color: inherit; }
img { max-width: 100%; }
.skip-link {
  position: fixed;
  left: 14px;
  top: 10px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 999px;
  color: white;
  background: var(--wpl-blue);
}
.skip-link:focus { transform: translateY(0); }

.deck-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 12px clamp(14px, 3vw, 42px);
  color: var(--wpl-blue);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(26, 63, 119, 0.13);
  backdrop-filter: blur(20px);
}
.nav-left, .nav-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; min-width: 0; }
.nav-brand, .pill, .counter, .nav-title, .kicker, .prepared-for, .eyebrow, .micro {
  font-size: var(--fs-micro);
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.1;
  text-transform: uppercase;
}
.nav-brand::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 9px;
  border-radius: 2px;
  background: var(--wpl-yellow);
  transform: rotate(45deg);
}
.pill {
  padding: 10px 12px;
  border: 1px solid rgba(26, 63, 119, 0.16);
  border-radius: 999px;
  background: rgba(26, 63, 119, 0.06);
}
.deck-button {
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  color: white;
  font: 800 var(--fs-micro)/1 var(--sans);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--wpl-blue), var(--wpl-mid));
  box-shadow: 0 12px 30px rgba(17, 42, 85, 0.2);
  cursor: pointer;
}
.deck-button.secondary { color: var(--wpl-blue); background: white; border: 1px solid rgba(26, 63, 119, 0.16); box-shadow: none; }
.deck-progress { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: rgba(26, 63, 119, 0.08); }
.deck-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--wpl-yellow), var(--wpl-mid), var(--wpl-blue)); transition: width 220ms ease; }

.deck {
  width: min(1420px, calc(100% - clamp(20px, 4vw, 76px)));
  margin: clamp(24px, 4vw, 56px) auto 80px;
}
.slide {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 88px;
  min-height: min(760px, calc(100vh - 100px));
  margin: 0 0 clamp(26px, 4vw, 56px);
  padding: clamp(42px, 5vw, 78px);
  border: 1px solid rgba(26, 63, 119, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(26, 63, 119, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(26, 63, 119, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(120deg, rgba(0,0,0,0.28), transparent 72%);
}
.slide.dark {
  color: white;
  border-color: rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 86% 12%, rgba(244, 196, 48, 0.2), transparent 28%),
    radial-gradient(circle at 10% 88%, rgba(44, 93, 160, 0.38), transparent 30%),
    linear-gradient(135deg, #0b1d3b 0%, var(--wpl-deep) 52%, #153f67 100%);
}
.slide-cover::after {
  content: "";
  position: absolute;
  left: clamp(26px, 5vw, 84px);
  bottom: clamp(18px, 4vw, 64px);
  z-index: -2;
  width: clamp(560px, 55vw, 920px);
  height: clamp(170px, 17vw, 280px);
  pointer-events: none;
  background: url("assets/wpl-site-3.png") left center / contain no-repeat;
  filter: saturate(0) brightness(0) invert(1);
  opacity: 0.035;
  transform: rotate(-3deg);
}
.slide-cover::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(120deg, rgba(0,0,0,0.18), transparent 72%);
}
.slide.cream { background: linear-gradient(135deg, #fffaf0 0%, var(--cream) 54%, #ffffff 100%); }
.slide.fog { background: linear-gradient(135deg, var(--fog) 0%, #ffffff 52%, #edf4ff 100%); }

.slide-head, .cover-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: clamp(20px, 2.2vw, 32px);
  margin-bottom: clamp(28px, 3vw, 52px);
  border-bottom: 1px solid var(--rule);
}
.dark .slide-head, .dark .cover-head { border-color: rgba(255,255,255,0.2); }
.prepared-for, .kicker, .eyebrow { color: rgba(26, 63, 119, 0.68); }
.dark .prepared-for, .dark .kicker, .dark .eyebrow { color: rgba(255, 255, 255, 0.72); }
.prepared-for strong { color: var(--wpl-blue); font-family: var(--serif); font-size: clamp(13px, 1vw, 17px); letter-spacing: 0; text-transform: none; }
.dark .prepared-for strong { color: white; }
.eyebrow.blue { color: var(--wpl-blue); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 760;
  letter-spacing: -0.04em;
}
h1 { max-width: 720px; margin-bottom: clamp(20px, 2vw, 28px); font-size: var(--fs-h1); line-height: 1.08; letter-spacing: -0.025em; }
h2 { max-width: 980px; margin-bottom: clamp(18px, 2vw, 30px); font-size: var(--fs-h2); line-height: 1.08; }
h3 { margin-bottom: 12px; font-size: clamp(24px, 1.9vw, 34px); line-height: 1.08; letter-spacing: -0.03em; }
p, li { color: rgba(15, 27, 45, 0.74); font-size: var(--fs-body); font-weight: 600; line-height: 1.55; overflow-wrap: break-word; }
.dark p, .dark li { color: rgba(255,255,255,0.82); }
.lede { max-width: 860px; font-size: var(--fs-lede); font-weight: 650; line-height: 1.38; }
.tight { max-width: 690px; }
.small-note { margin-top: 26px; color: rgba(26,63,119,0.72); font-size: clamp(13px, 1vw, 15px); font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }

.cover-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(240px, 0.36fr);
  align-items: center;
}
.recipient-block, .sender-block { display: grid; gap: 13px; }
.sender-block { justify-items: end; text-align: right; }
.label { color: rgba(255,255,255,0.66); font-size: var(--fs-micro); font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.wpl-logo-white {
  width: auto;
  height: clamp(66px, 6.2vw, 92px);
  max-width: min(374px, 34vw);
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,0.18));
}
.wpl-logo-blue { width: min(430px, 45vw); height: auto; }
.ufg-logo {
  width: auto;
  height: clamp(48px, 4.4vw, 64px);
  max-width: min(245px, 22vw);
  object-fit: contain;
  object-position: right center;
  filter: brightness(0) invert(1);
  opacity: 0.88;
}
.recipient-meta, .sender-tagline { color: rgba(255,255,255,0.68); font-size: var(--fs-micro); font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; overflow-wrap: anywhere; }

.cover-grid, .split-visual, .walk-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(32px, 4vw, 70px);
  align-items: center;
}
.cover-grid > *, .split-visual > *, .walk-grid > * { min-width: 0; }
.photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  min-height: 480px;
  box-shadow: 0 26px 66px rgba(17,42,85,0.28);
}
.photo-card img { width: 100%; height: 100%; min-height: inherit; display: block; object-fit: cover; }
.photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,42,85,0.02), rgba(17,42,85,0.32)); }
.photo-caption {
  position: absolute;
  left: clamp(20px, 2.5vw, 34px);
  right: clamp(20px, 2.5vw, 34px);
  bottom: clamp(20px, 2.5vw, 34px);
  z-index: 1;
  padding: clamp(22px, 2.5vw, 34px);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 24px;
  color: white;
  background: rgba(10, 27, 56, 0.72);
  backdrop-filter: blur(14px);
}
.photo-caption strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: clamp(24px, 2vw, 36px); line-height: 1.05; letter-spacing: -0.025em; }
.photo-caption span { color: rgba(255,255,255,0.82); font-size: clamp(15px, 1.05vw, 18px); font-weight: 650; line-height: 1.4; }

.watermark {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
.watermark-cover {
  right: clamp(-140px, -7vw, -56px);
  top: clamp(100px, 11vw, 170px);
  width: clamp(330px, 30vw, 540px);
  opacity: 0.055;
  filter: brightness(0) invert(1);
  transform: rotate(-8deg);
}
.faith-watermark {
  right: -70px;
  top: 8%;
  width: clamp(260px, 28vw, 470px);
  opacity: 0.06;
  transform: rotate(-5deg);
}
.close-watermark {
  right: -90px;
  bottom: -80px;
  width: clamp(320px, 32vw, 540px);
  opacity: 0.08;
  filter: brightness(0) invert(1);
  transform: rotate(-8deg);
}

.statement::after,
.compare-slide::after,
.calendar-slide::after,
.contract-slide::after,
.stats-slide::after,
.profile-slide::after,
.scope-slide::after,
.pricing-slide::after,
.walk-slide::after {
  content: "";
  position: absolute;
  z-index: -2;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
}
.statement::after,
.compare-slide::after,
.calendar-slide::after,
.contract-slide::after {
  width: clamp(330px, 34vw, 560px);
  height: clamp(330px, 34vw, 560px);
  right: clamp(-160px, -8vw, -60px);
  bottom: clamp(-170px, -10vw, -70px);
  background-image: url("assets/wpl-cross-watermark.svg");
  opacity: 0.065;
  transform: rotate(-8deg);
}
.compare-slide::after,
.calendar-slide::after {
  opacity: 0.09;
}
.statement::after {
  width: clamp(720px, 72vw, 1180px);
  height: clamp(240px, 24vw, 380px);
  right: clamp(-300px, -14vw, -120px);
  bottom: clamp(10px, 4vw, 62px);
  background-image: url("assets/wpl-logo-blue-transparent.png");
  opacity: 0.07;
  transform: rotate(-4deg);
}
.stats-slide::before,
.profile-slide::before,
.scope-slide::before,
.pricing-slide::before,
.walk-slide::before {
  background:
    linear-gradient(90deg, rgba(26, 63, 119, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(26, 63, 119, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 9% 83%, rgba(244,196,48,0.14), transparent 22%);
  background-size: 72px 72px, 72px 72px, auto;
}
.stats-slide::after,
.profile-slide::after,
.scope-slide::after,
.pricing-slide::after,
.walk-slide::after {
  width: clamp(280px, 29vw, 470px);
  height: clamp(280px, 29vw, 470px);
  right: clamp(-125px, -7vw, -54px);
  top: clamp(120px, 16vw, 210px);
  background-image: url("assets/ufg-mark.svg");
  opacity: 0.072;
  filter: saturate(1.1);
  transform: rotate(-11deg);
}
.scope-slide::after,
.pricing-slide::after {
  left: clamp(-140px, -7vw, -54px);
  right: auto;
  top: auto;
  bottom: clamp(-125px, -7vw, -54px);
  transform: rotate(9deg);
}

.question-grid, .service-grid, .campus-grid, .contact-grid, .cta-grid, .address-grid, .two-column, .history-grid, .pricing-grid, .arrangement-grid {
  display: grid;
  gap: clamp(16px, 1.6vw, 24px);
}
.question-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: clamp(30px, 3vw, 52px); }
.question-grid article, .service-grid article, .campus-grid article, .address-grid article, .contact-card, .time-option, .history-grid article, .pricing-grid article, .arrangement-grid article, .profile-card {
  position: relative;
  padding: clamp(22px, 2.2vw, 32px);
  border: 1px solid var(--rule);
  border-radius: 24px;
  background: rgba(255,255,255,0.62);
}
.question-grid span, .service-number, .address-grid span, .respect-list span, .calendar-table span, .fit-table span, .history-grid span, .pricing-grid span, .arrangement-grid span {
  display: block;
  margin-bottom: 13px;
  color: var(--wpl-blue);
  font-size: var(--fs-micro);
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}
.question-grid p, .service-grid p, .address-grid p, .history-grid p, .pricing-grid p, .arrangement-grid p { margin-bottom: 0; }

.metric-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  margin-top: clamp(30px, 3vw, 50px);
  border: 1px solid var(--rule);
  background: rgba(255,255,255,0.58);
}
.metric { min-height: 132px; padding: clamp(22px, 2vw, 32px); border-right: 1px solid var(--rule); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; margin-bottom: 10px; color: var(--wpl-blue); font-family: var(--serif); font-size: clamp(42px, 4vw, 72px); line-height: 0.9; letter-spacing: -0.045em; }
.metric span { color: rgba(26,63,119,0.72); font-size: var(--fs-micro); font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.split-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; margin-top: 32px; }

.profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}
.profile-card {
  overflow: hidden;
  min-height: 250px;
  background:
    linear-gradient(145deg, rgba(26,63,119,0.92), rgba(17,42,85,0.88)),
    radial-gradient(circle at 100% 0%, rgba(244,196,48,0.28), transparent 38%);
  color: white;
  box-shadow: 0 22px 56px rgba(17,42,85,0.18);
}
.profile-card img {
  position: absolute;
  right: -42px;
  bottom: -58px;
  width: 210px;
  opacity: 0.12;
  filter: brightness(0) invert(1);
  transform: rotate(-10deg);
}
.profile-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--wpl-yellow);
  font-size: var(--fs-micro);
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.profile-card strong {
  display: block;
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: clamp(26px, 2vw, 36px);
  line-height: 1;
  letter-spacing: -0.035em;
}
.profile-card p { color: rgba(255,255,255,0.82); }
.history-grid { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); margin-top: 34px; }
.history-grid article {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.76), rgba(255,255,255,0.58)),
    radial-gradient(circle at 0% 0%, rgba(244,196,48,0.18), transparent 42%);
}
.profile-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid var(--rule);
  border-radius: 999px;
  background: rgba(255,255,255,0.64);
}
.profile-strip strong,
.profile-strip span {
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 800;
}
.profile-strip strong { color: var(--wpl-blue); letter-spacing: 0.12em; text-transform: uppercase; }
.profile-strip span {
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(15,27,45,0.72);
  background: rgba(26,63,119,0.06);
}

.comparison-table, .fit-table, .calendar-table {
  display: grid;
  margin-top: 30px;
  border-top: 1px solid var(--rule);
}
.comparison-table div, .fit-table div, .calendar-table div {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
}
.comparison-table strong { color: var(--wpl-blue); font-size: var(--fs-micro); letter-spacing: 0.16em; text-transform: uppercase; }
.comparison-table span, .fit-table strong { color: rgba(15,27,45,0.78); font-weight: 700; line-height: 1.42; }
.photo-stack { display: grid; gap: 18px; }
.photo-stack img:first-child { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px; box-shadow: 0 24px 60px rgba(17,42,85,0.2); }
.photo-stack img:last-child { width: 118px; height: 118px; justify-self: end; border-radius: 26px; object-fit: cover; box-shadow: 0 16px 40px rgba(17,42,85,0.18); }

.service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; }
.service-grid article {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.8), rgba(255,255,255,0.6)),
    radial-gradient(circle at 10% 0%, rgba(244,196,48,0.16), transparent 32%);
}

.aerial-slide { min-height: 780px; }
.aerial-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(135deg, rgba(10, 29, 59, 0.9), rgba(17,42,85,0.94)),
    url("assets/wpl-site-6.jpg") center / cover;
}
.campus-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 34px; }
.campus-grid article { border-color: rgba(255,255,255,0.18); background: rgba(255,255,255,0.08); backdrop-filter: blur(12px); }
.campus-grid h3 { color: white; }
.pull-line, .pledge {
  margin-top: clamp(28px, 3vw, 46px);
  padding-top: 22px;
  border-top: 1px solid var(--rule-gold);
  color: rgba(255,255,255,0.9);
  font-family: var(--serif);
  font-size: clamp(25px, 2.5vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.calendar-table div { grid-template-columns: 180px minmax(0, 1fr); }
.calendar-table p { margin-bottom: 0; }
.respect-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.respect-list article { padding: 22px; border-left: 3px solid var(--wpl-yellow); background: rgba(255,255,255,0.58); border-radius: 18px; }
.respect-list p { margin-bottom: 0; }
.italic-line, .closing-line { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--rule-gold); font-family: var(--serif); font-size: clamp(22px, 2vw, 32px); font-style: italic; letter-spacing: -0.02em; }

.two-column { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 32px; }
.two-column article { padding: clamp(24px, 2.2vw, 34px); border: 1px solid var(--rule); border-radius: 24px; background: rgba(255,255,255,0.64); }
ul { margin: 18px 0 0; padding-left: 1.2em; }
li + li { margin-top: 12px; }
.fit-table div { grid-template-columns: 0.9fr 1.1fr; align-items: center; }
.fit-table strong { font-size: clamp(17px, 1.2vw, 21px); }
.fit-slide .pledge { color: var(--wpl-blue); }

.pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}
.pricing-grid article {
  min-height: 250px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.8), rgba(255,255,255,0.62)),
    radial-gradient(circle at 100% 0%, rgba(244,196,48,0.2), transparent 38%);
}
.pricing-grid h3,
.arrangement-grid h3 {
  color: var(--wpl-blue);
}
.contract-slide {
  background:
    radial-gradient(circle at 91% 12%, rgba(244,196,48,0.16), transparent 28%),
    linear-gradient(135deg, var(--fog) 0%, #ffffff 52%, #edf4ff 100%);
}
.arrangement-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}
.arrangement-grid article {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,255,255,0.6)),
    linear-gradient(135deg, rgba(26,63,119,0.08), transparent 46%);
}
.contract-controls {
  display: grid;
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid var(--rule);
}
.contract-controls div {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 30px;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
}
.contract-controls strong {
  color: var(--wpl-blue);
  font-size: var(--fs-micro);
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}
.contract-controls span {
  color: rgba(15,27,45,0.74);
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.45;
}

.walk-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, 0.64fr); align-items: start; }
.photo-card.slim { min-height: 270px; border-radius: 24px; }
.address-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 30px; }
.deliverables {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--rule-gold);
}
.deliverables .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.deliverables p { margin: 0; padding: 18px; border: 1px solid var(--rule); border-radius: 18px; background: rgba(255,255,255,0.64); }

.cta-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 30px; }
.confirmation-grid { grid-template-columns: 1fr 1.2fr 0.9fr; }
.time-option {
  display: block;
  color: inherit;
  text-decoration: none;
  border-color: rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
  transition: transform 150ms ease, border-color 150ms ease, background 150ms ease;
}
.time-option:hover { transform: translateY(-4px); border-color: rgba(244,196,48,0.58); background: rgba(255,255,255,0.13); }
.featured-option {
  border-color: rgba(244,196,48,0.54);
  background:
    linear-gradient(135deg, rgba(244,196,48,0.2), rgba(255,255,255,0.1)),
    rgba(255,255,255,0.08);
  box-shadow: 0 18px 48px rgba(0,0,0,0.16);
}
.time-option span { display: block; margin-bottom: 14px; color: var(--wpl-yellow); font-size: var(--fs-micro); font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; }
.time-option strong { display: block; color: white; font-family: var(--serif); font-size: clamp(25px, 2vw, 34px); line-height: 1; letter-spacing: -0.035em; }
.time-option p { margin: 14px 0 0; font-size: clamp(14px, 1vw, 16px); }
.contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 28px; }
.contact-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  border-color: rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
}
.portrait-frame { display: block; width: 112px; height: 112px; overflow: hidden; border-radius: 24px; background: rgba(255,255,255,0.12); }
.portrait-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.amy-frame img { width: auto; height: 215%; max-width: none; object-fit: unset; transform: translate(-7%, -5%); transform-origin: left top; }
.letty-frame img { object-position: 50% 24%; }
.contact-card .name { display: block; color: white; font-family: var(--serif); font-size: clamp(24px, 2vw, 32px); font-weight: 760; line-height: 1; letter-spacing: -0.035em; }
.contact-card a, .contact-card .phone, .contact-card .role { display: block; margin-top: 7px; color: rgba(255,255,255,0.78); font-weight: 700; text-decoration: none; }
.closing-line { color: rgba(255,255,255,0.84); font-style: normal; }
.closing-line em { color: white; font-style: italic; }

.chapter-mark {
  position: absolute;
  right: clamp(28px, 4vw, 62px);
  bottom: clamp(18px, 3vw, 42px);
  z-index: -1;
  color: rgba(26,63,119,0.055);
  font-family: var(--serif);
  font-size: clamp(92px, 12vw, 180px);
  line-height: 0.8;
}

@media (max-width: 1020px) {
  .deck { width: min(100% - 24px, 860px); }
  .slide { min-height: auto; padding: clamp(34px, 5vw, 52px); }
  .cover-head, .cover-grid, .split-visual, .walk-grid, .question-grid, .service-grid, .campus-grid, .contact-grid, .two-column, .address-grid, .profile-hero { grid-template-columns: 1fr; }
  .sender-block { justify-items: start; text-align: left; }
  .ufg-logo { height: 54px; max-width: min(220px, 52vw); }
  .wpl-logo-white { height: auto; width: min(100%, 357px); max-width: 357px; }
  .cta-grid, .deliverables, .metric-row, .respect-list, .history-grid, .pricing-grid, .arrangement-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .photo-card { min-height: 400px; }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n + 2) { border-bottom: 1px solid var(--rule); }
}

@media (max-width: 640px) {
  .nav-actions { display: none; }
  .deck-nav { align-items: flex-start; min-height: 92px; padding: 10px 12px; overflow: hidden; }
  .nav-left { gap: 8px; }
  .nav-brand { width: 100%; }
  .nav-title { display: none; }
  .deck { width: calc(100vw - 32px); max-width: 520px; margin-top: 18px; }
  .slide { padding: 28px 20px; border-radius: 22px; }
  .slide-head { align-items: flex-start; flex-direction: column; }
  .pill { max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .wpl-logo-white { width: min(100%, 248px); height: auto; max-width: 248px; }
  .ufg-logo { width: min(214px, 72vw); height: auto; max-width: 214px; }
  .recipient-block, .sender-block { min-width: 0; }
  .cover-copy .eyebrow { display: block; font-size: 9px; letter-spacing: 0.1em; line-height: 1.45; overflow-wrap: anywhere; }
  h1 { font-size: clamp(32px, 8.5vw, 42px); letter-spacing: -0.02em; }
  h2 { font-size: clamp(30px, 8vw, 38px); }
  .comparison-table div, .fit-table div, .calendar-table div, .split-list, .cta-grid, .deliverables, .metric-row, .respect-list, .history-grid, .pricing-grid, .arrangement-grid, .contract-controls div { grid-template-columns: 1fr; }
  .profile-strip { align-items: stretch; border-radius: 24px; }
  .profile-strip strong, .profile-strip span { width: 100%; }
  .metric { border-right: 0; border-bottom: 1px solid var(--rule); }
  .metric:last-child { border-bottom: 0; }
  .photo-card { min-height: 320px; }
  .photo-caption { position: relative; left: auto; right: auto; bottom: auto; margin: -90px 18px 18px; }
  .contact-card { grid-template-columns: 96px minmax(0, 1fr); gap: 16px; }
  .portrait-frame { width: 96px; height: 96px; }
  .watermark { opacity: 0.04; }
  .slide-cover::after {
    width: 440px;
    height: 140px;
    left: 18px;
    bottom: 260px;
    opacity: 0.026;
  }
  .statement::after {
    width: 680px;
    height: 220px;
    right: -280px;
    bottom: 36px;
    opacity: 0.05;
  }
  .statement::after,
  .compare-slide::after,
  .calendar-slide::after,
  .contract-slide::after,
  .stats-slide::after,
  .profile-slide::after,
  .scope-slide::after,
  .pricing-slide::after,
  .walk-slide::after {
    opacity: 0.035;
    transform: rotate(-7deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

@media print {
  body { background: white; }
  .deck-nav, .skip-link { display: none; }
  .deck { width: 100%; margin: 0; }
  .slide { page-break-after: always; min-height: 100vh; margin: 0; border-radius: 0; box-shadow: none; }
}
