:root {
  --ink: #382a29;
  --ink-soft: #665453;
  --paper: #fff9f5;
  --ivory: #faece6;
  --sand: #f1d5cb;
  --copper: #c77d69;
  --burgundy: #bf3d57;
  --burgundy-dark: #922840;
  --charcoal: #3b2b2a;
  --white: #ffffff;
  --line: rgba(67, 48, 40, 0.16);
  --shadow: 0 22px 55px rgba(58, 35, 28, 0.13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #f9e7e0;
  background-image: url("images/hero2.png");
  background-image: image-set(
    url("images/hero2-1672.avif") type("image/avif"),
    url("images/hero2-1672.webp") type("image/webp"),
    url("images/hero2.png") type("image/png")
  );
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 14ch;
  margin-bottom: 24px;
  font-size: clamp(3rem, 4.5vw, 4.8rem);
}

h2 {
  max-width: 19ch;
  margin-bottom: 20px;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
}

h3 {
  line-height: 1.25;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  background: var(--charcoal);
  color: var(--white);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #2c72c7;
  outline-offset: 4px;
}

.section-shell,
.nav-shell,
.footer-shell {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.section-shell {
  padding-block: 108px;
}

.eyebrow {
  margin-bottom: 13px;
  color: var(--burgundy);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #efb9a1;
}

.fit-section .eyebrow-light,
.privacy-section .eyebrow-light,
.boundary-section .eyebrow-light {
  color: var(--burgundy);
}

.section-intro {
  max-width: 760px;
}

.section-intro > p:last-child {
  max-width: 680px;
  color: var(--ink-soft);
}

.centered-intro {
  margin: 0 auto 50px;
  text-align: center;
}

.centered-intro h2 {
  margin-inline: auto;
}

.centered-intro > p:last-child {
  margin-inline: auto;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid var(--burgundy);
  border-radius: 3px;
  background: var(--burgundy);
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 750;
  letter-spacing: 0.025em;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
  border-color: var(--burgundy-dark);
  background: var(--burgundy-dark);
  transform: translateY(-1px);
}

.button-small {
  min-height: 40px;
  padding: 9px 16px;
  white-space: nowrap;
}

.button-on-dark {
  border-color: #e2a28a;
  background: #e2a28a;
  color: #261a17;
}

.button-on-dark:hover {
  border-color: var(--white);
  background: var(--white);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 247, 243, 0.94);
  backdrop-filter: blur(15px);
}

.nav-shell {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(143, 41, 64, 0.2);
  border-radius: 50%;
  object-fit: cover;
}

.brand-copy {
  display: grid;
  font-family: var(--serif);
  line-height: 1.02;
}

.brand-copy strong {
  font-size: 1.1rem;
  font-weight: 600;
}

.brand-copy span {
  color: var(--burgundy);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 22px);
}

.primary-nav > a:not(.button) {
  color: #4f4743;
  font-size: 0.8rem;
  font-weight: 650;
  text-decoration: none;
}

.primary-nav > a:not(.button):hover {
  color: var(--burgundy);
}

.menu-toggle {
  display: none;
}

.hero-section {
  display: flex;
  min-height: min(780px, calc(100vh - 76px));
  justify-content: flex-end;
}

.hero-copy {
  display: flex;
  width: 54%;
  max-width: 820px;
  flex-direction: column;
  justify-content: center;
  padding: 82px clamp(42px, 7vw, 118px) 82px clamp(36px, 5vw, 86px);
}

.hero-lead {
  max-width: 580px;
  margin-bottom: 30px;
  color: #554c48;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.text-link,
.path-link {
  color: var(--burgundy);
  font-weight: 750;
  text-underline-offset: 5px;
}

.handoff-note {
  margin: 18px 0 0;
  color: #716760;
  font-size: 0.78rem;
}

.role-router {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  grid-template-columns: 1fr 1fr;
}

.role-path {
  min-height: 500px;
  padding: clamp(36px, 5vw, 68px);
}

.role-path h3 {
  margin: 12px 0 20px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.8vw, 2.7rem);
  font-weight: 500;
}

.role-path-dark {
  background: #f3d2ca;
  color: var(--ink);
}

.role-path-light {
  background: rgba(255, 250, 247, 0.9);
}

.role-number {
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.clean-list,
.check-list {
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.clean-list li,
.check-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 24px;
}

.clean-list li::before,
.check-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 1px;
  background: currentColor;
  content: "";
}

.role-path-dark .path-link {
  color: var(--burgundy-dark);
}

.fit-section {
  padding: 110px 20px;
  background: rgba(248, 224, 218, 0.97);
  color: var(--ink);
}

.fit-shell {
  width: min(100%, 1100px);
  margin-inline: auto;
}

.fit-heading {
  display: grid;
  margin-bottom: 52px;
  grid-template-columns: 1.25fr 0.75fr;
  column-gap: 80px;
}

.fit-heading .eyebrow {
  grid-column: 1 / -1;
}

.fit-heading h2 {
  margin-bottom: 0;
}

.fit-heading > p:last-child {
  align-self: end;
  margin-bottom: 8px;
  color: var(--ink-soft);
}

.fit-check {
  border-top: 1px solid rgba(143, 55, 73, 0.2);
}

.fit-step {
  display: grid;
  margin: 0;
  padding: 30px 0;
  border: 0;
  border-bottom: 1px solid rgba(143, 55, 73, 0.18);
  grid-template-columns: minmax(270px, 0.75fr) minmax(0, 1.25fr);
  gap: 30px;
}

.fit-step legend {
  float: left;
  width: 100%;
  padding: 0;
  font-weight: 750;
}

.fit-step legend span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  border: 1px solid var(--burgundy);
  border-radius: 50%;
  color: var(--burgundy);
  font-size: 0.75rem;
}

.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.choice-row button {
  min-height: 43px;
  padding: 9px 14px;
  border: 1px solid rgba(143, 55, 73, 0.28);
  border-radius: 2px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.choice-row button:hover,
.choice-row button[aria-pressed="true"] {
  border-color: var(--burgundy);
  background: var(--burgundy);
  color: var(--white);
}

.fit-result {
  display: grid;
  align-items: center;
  margin-top: 34px;
  padding: 30px;
  background: var(--burgundy-dark);
  color: var(--white);
  grid-template-columns: 0.45fr 1.15fr auto;
  gap: 30px;
}

.fit-result p {
  margin-bottom: 0;
}

.fit-result-label {
  color: #ffd6ca;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.distance-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(54px, 8vw, 110px);
}

.distance-copy {
  align-self: start;
}

.calgary-figure {
  margin: 38px 0 0;
  border-bottom: 4px solid var(--burgundy);
}

.calgary-figure img {
  width: 100%;
  height: auto;
}

.calgary-figure figcaption {
  padding: 12px 2px 14px;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.distance-spectrum {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.distance-spectrum::before {
  position: absolute;
  top: 15px;
  bottom: 22px;
  left: 8px;
  width: 1px;
  background: var(--copper);
  content: "";
}

.distance-spectrum li {
  position: relative;
  display: grid;
  padding: 0 0 34px 44px;
  grid-template-columns: 1fr;
}

.spectrum-dot {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 4px solid var(--paper);
  border-radius: 50%;
  background: var(--burgundy);
  box-shadow: 0 0 0 1px var(--burgundy);
}

.distance-spectrum strong {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 500;
}

.distance-spectrum p {
  margin: 5px 0 0;
  color: var(--ink-soft);
}

.presence-section {
  background: rgba(250, 236, 230, 0.97);
}

.presence-shell {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
}

.presence-track {
  display: grid;
  border-top: 1px solid var(--line);
}

.presence-track article {
  display: grid;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 190px 1fr;
  gap: 24px;
}

.presence-track span {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 1.28rem;
}

.presence-track p {
  margin-bottom: 0;
}

.presence-question {
  margin: -18px 0 0;
  padding: 20px 24px;
  border-left: 3px solid var(--burgundy);
  background: var(--paper);
  font-weight: 650;
  grid-column: 2;
}

.profile-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(50px, 8vw, 110px);
}

.profile-editorial {
  align-self: start;
}

.profile-comparison {
  display: grid;
  margin-top: 38px;
  border: 1px solid var(--line);
}

.profile-comparison > div {
  padding: 23px;
}

.profile-comparison > div + div {
  border-top: 1px solid var(--line);
  background: var(--ivory);
}

.profile-comparison span {
  color: var(--burgundy);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.profile-comparison blockquote {
  margin: 10px 0 0;
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.55;
}

.profile-worksheet {
  border-top: 1px solid var(--line);
}

.profile-worksheet > div {
  display: grid;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 52px 0.75fr 1.25fr;
  gap: 18px;
}

.profile-worksheet span {
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 800;
}

.profile-worksheet h3,
.profile-worksheet p {
  margin-bottom: 0;
}

.profile-worksheet h3 {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
}

.profile-worksheet p {
  color: var(--ink-soft);
}

.privacy-section {
  background: rgba(250, 229, 224, 0.98);
  color: var(--ink);
}

.privacy-shell {
  display: grid;
  align-items: center;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(50px, 8vw, 110px);
}

.privacy-visual {
  text-align: center;
}

.photo-frame {
  position: relative;
  display: grid;
  width: min(100%, 390px);
  aspect-ratio: 4 / 5;
  margin-inline: auto;
  place-items: center;
  background: var(--burgundy-dark);
}

.photo-frame::before,
.photo-frame::after {
  position: absolute;
  content: "";
}

.photo-frame::before {
  right: 14%;
  left: 14%;
  top: 50%;
  height: 1px;
  background: rgba(239, 185, 161, 0.65);
}

.photo-frame::after {
  top: 14%;
  bottom: 14%;
  left: 50%;
  width: 1px;
  background: rgba(239, 185, 161, 0.22);
}

.photo-frame svg {
  width: 92px;
  fill: none;
  stroke: #efb9a1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.scan-corner {
  position: absolute;
  width: 42px;
  height: 42px;
  border-color: #efb9a1;
}

.scan-corner-one {
  top: 24px;
  left: 24px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.scan-corner-two {
  top: 24px;
  right: 24px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.scan-corner-three {
  bottom: 24px;
  left: 24px;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.scan-corner-four {
  right: 24px;
  bottom: 24px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.privacy-visual p {
  max-width: 360px;
  margin: 16px auto 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.privacy-content > p:not(.eyebrow),
.privacy-columns p {
  color: var(--ink-soft);
}

.privacy-columns {
  display: grid;
  margin-top: 34px;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
}

.privacy-columns h3 {
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
}

.check-list {
  margin: 0;
  color: var(--ink-soft);
}

.product-intro {
  margin-bottom: 52px;
}

.product-flow {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
  grid-template-columns: repeat(6, 1fr);
}

.product-flow li {
  position: relative;
  padding: 25px 22px 28px 0;
  border-bottom: 1px solid var(--line);
}

.product-flow li:not(:last-child)::after {
  position: absolute;
  top: 35px;
  right: 12px;
  color: var(--copper);
  content: "→";
}

.product-flow span {
  display: block;
  margin-bottom: 16px;
  color: var(--copper);
  font-size: 0.7rem;
  font-weight: 850;
}

.product-flow strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
}

.product-flow p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.58;
}

.verification-note {
  display: grid;
  margin-top: 50px;
  padding: 38px;
  background: var(--ivory);
  grid-template-columns: 0.75fr 1fr 1fr;
  gap: 40px;
}

.verification-note h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 500;
}

.note-kicker {
  margin-bottom: 8px;
  color: var(--burgundy);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.verification-side {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.verification-side h4 {
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.verification-side p,
.meeting-note {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.meeting-note {
  padding-top: 24px;
  font-size: 0.88rem;
}

.boundary-section {
  background: rgba(246, 216, 208, 0.98);
  color: var(--ink);
}

.boundary-shell {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}

.boundary-section .section-intro > p:last-child {
  color: var(--ink-soft);
}

.boundary-groups {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
}

.boundary-groups article {
  padding: 30px;
  border: 1px solid rgba(143, 55, 73, 0.2);
}

.boundary-groups article + article {
  border-left: 0;
}

.boundary-groups span {
  color: var(--burgundy-dark);
  font-family: var(--serif);
  font-size: 1.4rem;
}

.boundary-groups ul {
  margin: 20px 0 0;
  padding-left: 19px;
  color: var(--ink-soft);
}

.boundary-stop {
  background: rgba(191, 61, 87, 0.1);
}

.payment-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 75px;
}

.payment-checklist {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--line);
}

.payment-checklist > div {
  display: grid;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 150px 1fr;
  gap: 20px;
}

.payment-checklist dt {
  color: var(--burgundy);
  font-weight: 800;
}

.payment-checklist dd {
  margin: 0;
  color: var(--ink-soft);
}

.faq-section {
  background: rgba(250, 236, 230, 0.98);
}

.faq-shell {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 80px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 54px 24px 0;
  font-family: var(--serif);
  font-size: 1.28rem;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 20px;
  right: 8px;
  color: var(--burgundy);
  content: "+";
  font-family: var(--sans);
  font-size: 1.6rem;
  font-weight: 300;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 760px;
  padding: 0 50px 23px 0;
  color: var(--ink-soft);
}

.final-cta {
  display: grid;
  min-height: 450px;
  align-items: center;
  padding: 80px max(30px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background: #9e3048;
  color: var(--white);
  grid-template-columns: 1fr auto;
  gap: 70px;
}

.final-cta-copy {
  max-width: 720px;
}

.final-cta-copy > p:not(.eyebrow, .handoff-note) {
  max-width: 650px;
  color: #eadde0;
  font-size: 1.06rem;
}

.handoff-note-light {
  color: #ddc8cf;
}

.final-cta-mark {
  color: rgba(255, 255, 255, 0.09);
  font-family: var(--serif);
  font-size: clamp(7rem, 18vw, 15rem);
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.site-footer {
  background: #1c1918;
  color: #cfc6c0;
}

.footer-shell {
  display: grid;
  padding-block: 55px;
  grid-template-columns: 1fr auto;
  gap: 32px 70px;
}

.footer-name {
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.45rem;
}

.footer-brand p {
  max-width: 520px;
  margin: 8px 0 0;
  font-size: 0.85rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: flex-end;
  gap: 10px 22px;
}

.footer-nav a {
  color: #e8dfda;
  font-size: 0.82rem;
  text-underline-offset: 4px;
}

.footer-note {
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
  grid-column: 1 / -1;
}

@media (max-width: 1120px) {
  .primary-nav {
    gap: 12px;
  }

  .primary-nav > a:not(.button) {
    font-size: 0.74rem;
  }

  .hero-section {
    min-height: 660px;
  }

  .hero-copy {
    width: 56%;
    padding: 64px 40px;
  }

  .product-flow {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-flow li:nth-child(3)::after {
    display: none;
  }

  .verification-note {
    grid-template-columns: 1fr 1fr;
  }

  .verification-note > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 920px) {
  body {
    background-image: url("images/hero2.png");
    background-image: image-set(
      url("images/hero2-960.avif") type("image/avif"),
      url("images/hero2-960.webp") type("image/webp"),
      url("images/hero2.png") type("image/png")
    );
    background-position: 32% 76px;
    background-size: auto 520px;
  }

  .section-shell {
    padding-block: 84px;
  }

  .menu-toggle {
    display: inline-flex;
    min-width: 92px;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 11px;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--ink);
    cursor: pointer;
  }

  .menu-toggle-label {
    font-size: 0.78rem;
    font-weight: 750;
  }

  .menu-toggle-lines {
    display: grid;
    width: 20px;
    gap: 4px;
  }

  .menu-toggle-lines i {
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-lines i:first-child {
    transform: translateY(5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-lines i:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-lines i:last-child {
    transform: translateY(-5px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    inset: 76px 0 auto;
    display: grid;
    max-height: calc(100vh - 76px);
    padding: 24px 20px 32px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .primary-nav > a:not(.button) {
    padding: 8px 0;
    font-size: 0.95rem;
  }

  .hero-section {
    display: block;
    min-height: 0;
    padding-top: 440px;
  }

  .hero-copy {
    width: 100%;
    max-width: 780px;
    margin-left: auto;
    padding: 64px max(24px, 7vw) 72px;
    background: rgba(255, 249, 245, 0.96);
  }

  .role-path {
    min-height: 0;
    padding: 44px;
  }

  .fit-heading,
  .distance-section,
  .presence-shell,
  .profile-section,
  .privacy-shell,
  .boundary-shell,
  .payment-section,
  .faq-shell {
    grid-template-columns: 1fr;
  }

  .fit-heading {
    gap: 10px;
  }

  .fit-heading h2 {
    margin-bottom: 16px;
  }

  .fit-step {
    grid-template-columns: 1fr;
  }

  .fit-result {
    grid-template-columns: 1fr;
  }

  .distance-section,
  .presence-shell,
  .profile-section,
  .privacy-shell,
  .boundary-shell,
  .payment-section,
  .faq-shell {
    gap: 48px;
  }

  .presence-question {
    grid-column: 1;
  }

  .privacy-visual {
    order: 2;
  }

  .photo-frame {
    aspect-ratio: 5 / 3;
  }

  .verification-note {
    grid-template-columns: 1fr;
  }

  .verification-note > div:first-child {
    grid-column: 1;
  }

  .verification-side {
    padding: 24px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .boundary-groups {
    grid-template-columns: 1fr 1fr;
  }

  .final-cta {
    grid-template-columns: 1fr;
  }

  .final-cta-mark {
    display: none;
  }
}

@media (max-width: 680px) {
  body {
    background-position: 29% 76px;
    background-size: auto 430px;
  }

  .section-shell,
  .nav-shell,
  .footer-shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .section-shell {
    padding-block: 68px;
  }

  h1 {
    max-width: 15ch;
    font-size: clamp(2.35rem, 11.5vw, 3.2rem);
    line-height: 1.08;
  }

  h2 {
    max-width: 20ch;
    font-size: clamp(1.9rem, 8.8vw, 2.65rem);
    line-height: 1.14;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .hero-copy {
    padding: 50px 20px 58px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 17px;
  }

  .text-link {
    padding: 7px 0;
  }

  .role-router {
    grid-template-columns: 1fr;
  }

  .role-path {
    padding: 36px 24px;
  }

  .fit-section {
    padding: 70px 14px;
  }

  .fit-step {
    padding: 25px 0;
    gap: 20px;
  }

  .choice-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .choice-row button {
    min-height: 48px;
  }

  .presence-track article,
  .profile-worksheet > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .privacy-columns,
  .boundary-groups {
    grid-template-columns: 1fr;
  }

  .boundary-groups article + article {
    border-top: 0;
    border-left: 1px solid rgba(143, 55, 73, 0.2);
  }

  .product-flow {
    grid-template-columns: 1fr 1fr;
  }

  .product-flow li:nth-child(3)::after {
    display: block;
  }

  .product-flow li:nth-child(even)::after {
    display: none;
  }

  .verification-note {
    padding: 26px 22px;
  }

  .payment-checklist > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .faq-list summary {
    font-size: 1.12rem;
  }

  .final-cta {
    min-height: 0;
    padding: 68px 20px;
  }

  .footer-shell {
    grid-template-columns: 1fr;
  }

  .footer-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .brand-copy span {
    letter-spacing: 0.1em;
  }

  .choice-row,
  .product-flow {
    grid-template-columns: 1fr;
  }

  .product-flow li::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Sugar Baby Calgary role page */
.sb-page {
  background-color: var(--paper);
  background-image: none;
}

.inner-hero {
  position: relative;
  display: flex;
  min-height: min(720px, calc(100vh - 76px));
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  background-color: #e5d8d0;
}

.inner-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 249, 245, 0) 0%, rgba(255, 249, 245, 0) 45%, rgba(255, 249, 245, 0.86) 62%, rgba(255, 249, 245, 0.98) 100%);
  content: "";
  pointer-events: none;
}

.inner-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.inner-hero-copy {
  position: relative;
  z-index: 2;
  width: 55%;
  max-width: 860px;
  margin-right: max(0px, calc((100vw - var(--max)) / 2 - 28px));
  padding: clamp(58px, 7vw, 96px) clamp(32px, 4vw, 64px) clamp(58px, 7vw, 96px) clamp(70px, 8vw, 150px);
}

.inner-hero h1 {
  max-width: 17ch;
  font-size: clamp(2.85rem, 4.35vw, 4.65rem);
  line-height: 1.07;
  text-wrap: pretty;
}

.inner-hero-lead {
  max-width: 690px;
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.13rem);
  line-height: 1.72;
}

.sb-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 32px;
  padding: 0;
  color: var(--ink-soft);
  font-size: 0.76rem;
  list-style: none;
}

.sb-breadcrumb li + li::before {
  margin-right: 7px;
  color: var(--copper);
  content: "/";
}

.sb-breadcrumb a {
  text-underline-offset: 4px;
}

.sb-image-note {
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.sb-role-value,
.sb-section-heading,
.sb-range-shell,
.sb-privacy-shell,
.sb-ready {
  display: grid;
}

.sb-role-value {
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(48px, 8vw, 110px);
}

.sb-role-answer {
  max-width: 720px;
}

.sb-answer-lead {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.35;
}

.sb-role-answer p:not(.sb-answer-lead),
.sb-section-heading > p:last-child,
.sb-tool-intro > p:last-child,
.sb-range-copy p,
.sb-ready-heading > p:last-child {
  color: var(--ink-soft);
}

.sb-tool-section {
  background: rgba(250, 236, 230, 0.98);
}

.sb-tool-intro {
  display: grid;
  margin-bottom: 52px;
  grid-template-columns: 0.78fr 1.22fr;
  column-gap: clamp(48px, 8vw, 110px);
}

.sb-tool-intro .eyebrow {
  grid-column: 1;
}

.sb-tool-intro h2 {
  grid-column: 1;
}

.sb-tool-intro > p:last-child {
  align-self: end;
  grid-column: 2;
  grid-row: 1 / 3;
}

.sb-profile-tool {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.sb-profile-tool li {
  display: grid;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 54px minmax(220px, 0.95fr) minmax(250px, 1.05fr);
  gap: 22px;
}

.sb-tool-number {
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.sb-profile-tool h3,
.sb-example h3,
.sb-ready-action h3 {
  margin-bottom: 9px;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.sb-profile-tool p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.sb-tool-prompt {
  padding-left: 26px;
  border-left: 2px solid var(--sand);
}

.sb-tool-prompt strong {
  color: var(--burgundy);
}

.sb-example {
  display: grid;
  margin-top: 64px;
  padding: clamp(30px, 5vw, 56px);
  background: var(--paper);
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(38px, 7vw, 85px);
}

.sb-example-copy {
  display: grid;
  gap: 24px;
}

.sb-example-image {
  margin: 32px 0 0;
}

.sb-example-image img {
  width: min(100%, 430px);
  height: auto;
  border-bottom: 4px solid var(--burgundy);
}

.sb-example-image figcaption,
.sb-context-figure figcaption {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.sb-example-copy > div {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.sb-example-copy span {
  color: var(--burgundy);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sb-example-copy blockquote {
  margin: 9px 0 0;
  font-family: var(--serif);
  font-size: 1.13rem;
  line-height: 1.55;
}

.sb-example-copy > p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.sb-availability {
  display: grid;
  align-items: start;
  grid-template-columns: 0.74fr 1.26fr;
  column-gap: clamp(48px, 8vw, 110px);
  row-gap: 28px;
}

.sb-availability > .sb-section-heading {
  grid-column: 1;
  grid-row: 1;
}

.sb-availability > .sb-section-heading > p:not(.eyebrow) {
  color: var(--ink-soft);
}

.sb-availability-copy {
  display: grid;
  align-self: start;
  gap: 28px;
  grid-column: 2;
  grid-row: 1;
}

.sb-availability-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sb-availability-split > div {
  padding: 32px;
  border: 1px solid var(--line);
}

.sb-availability-split > div + div {
  border-left: 0;
  background: var(--ivory);
}

.sb-availability-split h3 {
  margin-bottom: 20px;
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.sb-availability-split p {
  margin: 23px 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.sb-rule-line {
  margin: 0;
  padding: 18px 22px;
  border-left: 3px solid var(--burgundy);
  background: var(--ivory);
}

.sb-context-figure {
  width: 100%;
  margin: 34px 0 0;
  padding: 10px 10px 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--ivory);
  box-shadow: 0 18px 44px rgba(69, 42, 38, 0.1);
}

.sb-context-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 13px;
}

.sb-context-figure figcaption {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  padding: 12px 6px 0;
  font-size: 0.78rem;
  line-height: 1.5;
}

.sb-context-figure figcaption::before {
  width: 20px;
  height: 2px;
  margin-top: 0.65em;
  background: var(--burgundy);
  content: "";
  flex: 0 0 auto;
}

.sb-range-section {
  background: rgba(246, 216, 208, 0.9);
}

.sb-range-shell {
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(48px, 8vw, 110px);
}

.sb-range-ledger {
  margin: 0;
  border-top: 1px solid rgba(143, 55, 73, 0.25);
}

.sb-range-ledger > div {
  display: grid;
  padding: 25px 0;
  border-bottom: 1px solid rgba(143, 55, 73, 0.25);
  grid-template-columns: 145px 1fr;
  gap: 26px;
}

.sb-range-ledger dt {
  color: var(--burgundy-dark);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.sb-range-ledger dd {
  color: var(--ink-soft);
}

.sb-evaluate {
  grid-template-columns: 0.75fr 1.25fr;
  column-gap: clamp(48px, 8vw, 110px);
}

.sb-evaluate-list {
  border-top: 1px solid var(--line);
}

.sb-evaluate-list article {
  display: grid;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 46px 150px 1fr;
  gap: 18px;
}

.sb-evaluate-list span {
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 850;
}

.sb-evaluate-list h3,
.sb-evaluate-list p {
  margin-bottom: 0;
}

.sb-evaluate-list h3 {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
}

.sb-evaluate-list p {
  color: var(--ink-soft);
}

.sb-proof-note {
  margin-top: 38px;
  padding: 28px 30px;
  border-left: 3px solid var(--burgundy);
  background: var(--ivory);
  grid-column: 2;
}

.sb-proof-note h3 {
  max-width: 730px;
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.sb-proof-note p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.sb-privacy {
  background: var(--burgundy-dark);
  color: var(--white);
}

.sb-privacy-shell {
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(48px, 8vw, 110px);
}

.sb-privacy-intro > p:last-child,
.sb-privacy-details p,
.sb-privacy-details .check-list {
  color: #eddde1;
}

.sb-privacy-details {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.sb-privacy-details article {
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.sb-privacy-details h3 {
  color: #ffd6ca;
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
}

.sb-privacy-details p {
  margin-bottom: 0;
}

.sb-ready {
  grid-template-columns: 0.72fr 1.28fr;
  column-gap: clamp(48px, 8vw, 110px);
}

.sb-ready-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.sb-ready-list li {
  display: grid;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 50px 1fr;
  gap: 18px;
}

.sb-ready-list span {
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid var(--burgundy);
  border-radius: 50%;
  color: var(--burgundy);
  font-size: 0.8rem;
  place-items: center;
}

.sb-ready-list p {
  margin-bottom: 0;
}

.sb-ready-action {
  margin-top: 36px;
  padding: 30px;
  background: var(--ivory);
  grid-column: 2;
}

.sb-ready-action p {
  color: var(--ink-soft);
}

@media (max-width: 1120px) {
  .inner-hero-copy {
    width: 56%;
    padding-inline: 40px;
  }

  .inner-hero h1 {
    font-size: clamp(2.6rem, 4.5vw, 3.9rem);
  }
}

/* Calgary nearby communities page */
.near-page {
  background-color: var(--paper);
  background-image: none;
}

.near-hero h1 {
  max-width: 20ch;
  font-size: clamp(2.45rem, 3.5vw, 3.75rem);
}

.near-section-intro {
  max-width: 770px;
}

.near-section-intro > p:last-child,
.near-accuracy p,
.near-official p,
.near-week p,
.near-model p {
  color: var(--ink-soft);
}

.near-three {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: clamp(48px, 8vw, 105px);
}

.near-three-flow {
  display: grid;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
}

.near-three-flow article {
  position: relative;
  min-height: 260px;
  padding: 28px 24px 30px 0;
  border-bottom: 1px solid var(--line);
}

.near-three-flow article + article {
  padding-left: 25px;
  border-left: 1px solid var(--line);
}

.near-three-flow article:not(:last-child)::after {
  position: absolute;
  top: 27px;
  right: 11px;
  color: var(--copper);
  content: "→";
}

.near-three-flow span,
.near-model-states span {
  color: var(--copper);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.near-three-flow h3,
.near-model-states h3 {
  margin: 24px 0 12px;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.near-three-flow p,
.near-model-states p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.near-scenarios {
  display: grid;
  padding: 24px 28px;
  background: var(--ivory);
  grid-column: 2;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.near-scenarios p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.near-search-meeting {
  background: rgba(250, 236, 230, 0.98);
}

.near-search-shell {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(48px, 8vw, 105px);
}

.near-range-compare {
  align-self: center;
}

.near-search-band,
.near-meeting-band {
  display: grid;
  align-items: center;
  min-height: 106px;
  padding: 25px 30px;
  grid-template-columns: 170px 1fr;
  gap: 24px;
}

.near-search-band {
  border: 1px solid rgba(143, 55, 73, 0.28);
}

.near-meeting-band {
  width: 78%;
  margin-top: 12px;
  border-left: 4px solid var(--burgundy);
  background: var(--paper);
}

.near-range-compare span {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.near-range-compare p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.near-repeat-question {
  margin-top: 25px !important;
  font-weight: 750;
}

.near-local {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(48px, 8vw, 105px);
}

.near-condition-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.near-condition-list li {
  display: grid;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(220px, 0.9fr) 1.1fr;
  gap: 28px;
}

.near-condition-list strong {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 500;
}

.near-condition-list span {
  color: var(--ink-soft);
}

.near-accuracy {
  background: rgba(246, 216, 208, 0.92);
}

.near-accuracy-shell {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(48px, 8vw, 105px);
}

.near-communities {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(48px, 8vw, 105px);
}

.near-community-rows {
  border-top: 1px solid var(--line);
}

.near-community-rows article {
  display: grid;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 150px 1fr;
  gap: 26px;
}

.near-community-rows h3,
.near-community-rows p {
  margin-bottom: 0;
}

.near-community-rows h3 {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
}

.near-community-rows p {
  color: var(--ink-soft);
}

.near-official {
  background: var(--charcoal);
  color: var(--white);
}

.near-official-shell {
  display: grid;
  align-items: start;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(48px, 7vw, 90px);
}

.near-official-content article {
  padding: 0 0 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.near-official-content article + article {
  padding-top: 36px;
}

.near-official-content h2 {
  max-width: 23ch;
  font-size: clamp(1.9rem, 2.8vw, 2.7rem);
}

.near-official-content p:not(.eyebrow) {
  color: #dfd6d1;
}

.near-source-note {
  margin: 22px 0 0;
  font-size: 0.76rem;
}

.near-region-figure {
  position: sticky;
  top: 108px;
  margin: 0;
}

.near-region-figure img {
  width: 100%;
  height: auto;
  border-bottom: 4px solid var(--copper);
}

.near-region-figure figcaption {
  margin-top: 12px;
  color: #cfc6c0;
  font-size: 0.76rem;
}

.near-week {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(48px, 8vw, 105px);
}

.near-week-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.near-week-split article {
  padding: 32px;
  border: 1px solid var(--line);
}

.near-week-split article + article {
  border-left: 0;
  background: var(--ivory);
}

.near-week-split span {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.near-week-split p {
  margin: 18px 0 0;
}

.near-weather-note {
  display: grid;
  margin-top: 36px;
  padding: 30px;
  border-left: 3px solid var(--burgundy);
  background: var(--ivory);
  grid-column: 2;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
}

.near-weather-note h2 {
  margin-bottom: 0;
  font-size: clamp(1.6rem, 2.3vw, 2.2rem);
}

.near-weather-note > p {
  margin-bottom: 0;
}

.near-location-check {
  background: var(--burgundy-dark);
  color: var(--white);
}

.near-location-shell {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: clamp(48px, 8vw, 105px);
}

.near-location-check .near-section-intro > p:last-child {
  color: #eadde0;
}

.near-location-questions {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  list-style: none;
}

.near-location-questions li {
  display: grid;
  align-items: center;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  grid-template-columns: 52px 1fr;
  gap: 20px;
}

.near-location-questions span {
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid #efb9a1;
  border-radius: 50%;
  color: #ffd6ca;
  font-size: 0.8rem;
  place-items: center;
}

.near-location-questions p {
  margin-bottom: 0;
}

.near-model-states {
  display: grid;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
}

.near-model-states article {
  min-height: 230px;
  padding: 30px;
  border-bottom: 1px solid var(--line);
}

.near-model-states article + article {
  border-left: 1px solid var(--line);
}

.near-model-states article:nth-child(2) {
  background: var(--ivory);
}

.near-takeaway {
  background: #9e3048;
  color: var(--white);
}

.near-takeaway-shell {
  display: grid;
  align-items: center;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(48px, 8vw, 105px);
}

.near-takeaway h2 {
  max-width: 21ch;
}

.near-takeaway p {
  color: #eadde0;
}

.near-takeaway-action {
  padding: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.near-takeaway-action p {
  margin-bottom: 24px;
}

@media (max-width: 920px) {
  .near-hero-image {
    object-position: 14% center;
  }

  .near-three,
  .near-search-shell,
  .near-local,
  .near-accuracy-shell,
  .near-communities,
  .near-official-shell,
  .near-week,
  .near-location-shell,
  .near-takeaway-shell {
    grid-template-columns: 1fr;
  }

  .near-three,
  .near-search-shell,
  .near-local,
  .near-accuracy-shell,
  .near-communities,
  .near-official-shell,
  .near-week,
  .near-location-shell,
  .near-takeaway-shell {
    gap: 46px;
  }

  .near-scenarios,
  .near-weather-note {
    grid-column: 1;
  }

  .near-region-figure {
    position: static;
    max-width: 720px;
  }

  .near-takeaway-action {
    padding: 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .near-hero-image {
    object-position: 12% center;
  }

  .near-hero h1 {
    max-width: none;
    font-size: clamp(2.1rem, 10.3vw, 2.85rem);
  }

  .near-three-flow,
  .near-scenarios,
  .near-week-split,
  .near-model-states,
  .near-weather-note {
    grid-template-columns: 1fr;
  }

  .near-three-flow article {
    min-height: 0;
    padding: 25px 0;
  }

  .near-three-flow article + article {
    padding-left: 0;
    border-left: 0;
  }

  .near-three-flow article::after {
    display: none;
  }

  .near-search-band,
  .near-meeting-band {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .near-meeting-band {
    width: 92%;
  }

  .near-condition-list li,
  .near-community-rows article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .near-week-split article {
    padding: 27px 22px;
  }

  .near-week-split article + article {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .near-weather-note {
    padding: 27px 22px;
  }

  .near-model-states article {
    min-height: 0;
    padding: 27px 22px;
  }

  .near-model-states article + article {
    border-top: 0;
    border-left: 0;
  }
}

@media (max-width: 920px) {
  .sb-page {
    background-image: none;
  }

  .inner-hero {
    display: block;
    min-height: 0;
    padding-top: 520px;
    background-image: none;
  }

  .inner-hero::after {
    display: none;
  }

  .inner-hero-image {
    width: 100%;
    height: 520px;
    object-position: 37% center;
  }

  .inner-hero-copy {
    width: 100%;
    max-width: none;
    padding: 56px max(24px, 7vw) 68px;
    background: var(--paper);
  }

  .inner-hero h1 {
    max-width: 18ch;
  }

  .sb-role-value,
  .sb-tool-intro,
  .sb-example,
  .sb-availability,
  .sb-range-shell,
  .sb-evaluate,
  .sb-privacy-shell,
  .sb-ready {
    grid-template-columns: 1fr;
  }

  .sb-tool-intro .eyebrow,
  .sb-tool-intro h2,
  .sb-tool-intro > p:last-child,
  .sb-rule-line,
  .sb-proof-note,
  .sb-ready-action {
    grid-column: 1;
    grid-row: auto;
  }

  .sb-tool-intro > p:last-child {
    margin-top: 10px;
  }

  .sb-availability > .sb-section-heading,
  .sb-availability-copy {
    grid-column: 1;
    grid-row: auto;
  }

  .sb-context-figure {
    width: min(100%, 647px);
    margin-inline: auto;
  }

  .sb-profile-tool li {
    grid-template-columns: 48px 1fr;
  }

  .sb-tool-prompt {
    padding: 12px 0 0;
    border-top: 1px solid var(--sand);
    border-left: 0;
    grid-column: 2;
  }

  .sb-availability,
  .sb-range-shell,
  .sb-evaluate,
  .sb-privacy-shell,
  .sb-ready {
    row-gap: 44px;
  }
}

@media (max-width: 680px) {
  .inner-hero {
    padding-top: 430px;
  }

  .inner-hero-image {
    height: 430px;
    object-position: 37% center;
  }

  .inner-hero-copy {
    padding: 46px 20px 58px;
  }

  .inner-hero h1 {
    max-width: none;
    font-size: clamp(2.25rem, 10.8vw, 3rem);
    line-height: 1.09;
  }

  .sb-breadcrumb ol {
    margin-bottom: 24px;
  }

  .sb-profile-tool li,
  .sb-evaluate-list article,
  .sb-range-ledger > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sb-profile-tool li {
    padding-block: 25px;
  }

  .sb-tool-prompt {
    grid-column: 1;
  }

  .sb-example {
    padding: 28px 22px;
  }

  .sb-availability-split {
    grid-template-columns: 1fr;
  }

  .sb-availability-split > div {
    padding: 27px 22px;
  }

  .sb-availability-split > div + div {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .sb-evaluate-list article {
    padding-block: 22px;
  }

  .sb-ready-action {
    padding: 26px 22px;
  }
}

/* Calgary winter plan reliability page */
.winter-page {
  background-color: var(--paper);
  background-image: none;
}

.winter-hero h1 {
  max-width: 21ch;
  font-size: clamp(2.35rem, 3.35vw, 3.7rem);
}

.winter-hero-image {
  object-position: 27% center;
}

.winter-section-intro,
.winter-transit-heading,
.winter-return-heading,
.winter-change-heading,
.winter-profile-heading {
  max-width: 790px;
}

.winter-section-intro > p:last-child,
.winter-transit-heading > p:last-child,
.winter-return-heading > p:last-child,
.winter-change-heading > p:last-child,
.winter-profile-heading > p,
.winter-stability > p,
.winter-weeknight p,
.winter-wait p {
  color: var(--ink-soft);
}

.winter-condition-compare {
  display: grid;
  margin-top: 48px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
}

.winter-condition-compare article {
  padding: 34px 38px 36px 0;
}

.winter-condition-compare article + article {
  padding-right: 0;
  padding-left: 38px;
  border-left: 1px solid var(--line);
  background: var(--ivory);
}

.winter-condition-compare span,
.winter-transit-steps span,
.winter-return-questions span,
.winter-change-sequence span,
.winter-profile-compare span,
.winter-plan-label span {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 1.24rem;
}

.winter-condition-compare .clean-list {
  margin-top: 22px;
}

.winter-rule {
  margin: 30px 0 0;
  padding: 19px 24px;
  border-left: 3px solid var(--burgundy);
  background: var(--ivory);
}

.winter-fragile,
.winter-weeknight,
.winter-wait {
  background: rgba(250, 236, 230, 0.98);
}

.winter-fragile-shell,
.winter-driving-shell,
.winter-wait-shell,
.winter-weeknight-shell,
.winter-force-shell,
.winter-check-shell,
.winter-takeaway-shell {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: clamp(48px, 8vw, 105px);
}

.winter-fragile-list,
.winter-check-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.winter-fragile-list li,
.winter-check-list li {
  display: grid;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 52px 1fr;
  gap: 18px;
}

.winter-fragile-list > li > span,
.winter-check-list > li > span {
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid var(--burgundy);
  border-radius: 50%;
  color: var(--burgundy);
  font-size: 0.75rem;
  place-items: center;
}

.winter-fragile-list h3,
.winter-fragile-list p,
.winter-check-list strong,
.winter-check-list p {
  margin-bottom: 0;
}

.winter-fragile-list h3 {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
}

.winter-fragile-list p,
.winter-check-list p {
  margin-top: 6px;
  color: var(--ink-soft);
}

.winter-transit-steps {
  display: grid;
  margin-top: 46px;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
}

.winter-transit-steps article {
  min-height: 230px;
  padding: 30px 27px 30px 0;
  border-bottom: 1px solid var(--line);
}

.winter-transit-steps article + article {
  padding-left: 27px;
  border-left: 1px solid var(--line);
}

.winter-transit-steps p {
  margin: 18px 0 0;
  color: var(--ink-soft);
}

.winter-source-note {
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.winter-driving,
.winter-dont-force {
  background: var(--charcoal);
  color: var(--white);
}

.winter-driving p:not(.eyebrow),
.winter-dont-force p:not(.eyebrow) {
  color: #dfd6d1;
}

.winter-driving .winter-source-note {
  color: #bfb5af;
}

.winter-return {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(48px, 8vw, 105px);
}

.winter-return-questions {
  border-top: 1px solid var(--line);
}

.winter-return-questions article {
  display: grid;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(210px, 0.78fr) 1.22fr;
  gap: 30px;
}

.winter-return-questions p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.winter-version {
  padding-top: 0;
}

.winter-plan-flow {
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.winter-plan-label,
.winter-plan-flow article {
  display: grid;
  grid-template-columns: 0.58fr 0.71fr 1fr;
  gap: 28px;
}

.winter-plan-label {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.winter-plan-label span:first-child {
  grid-column: 2;
}

.winter-plan-flow article {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.winter-plan-flow h3,
.winter-plan-flow p {
  margin-bottom: 0;
}

.winter-plan-flow h3 {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
}

.winter-plan-flow p {
  color: var(--ink-soft);
}

.winter-change-sequence {
  display: grid;
  margin-top: 46px;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
}

.winter-change-sequence article {
  position: relative;
  min-height: 210px;
  padding: 30px 32px 28px 0;
  border-bottom: 1px solid var(--line);
}

.winter-change-sequence article + article {
  padding-left: 32px;
  border-left: 1px solid var(--line);
}

.winter-change-sequence article:not(:last-child)::after {
  position: absolute;
  top: 31px;
  right: 12px;
  color: var(--copper);
  content: "→";
}

.winter-change-sequence p {
  margin: 18px 0 0;
  color: var(--ink-soft);
}

.winter-force-shell {
  align-items: start;
}

.winter-force-shell .eyebrow {
  grid-column: 1;
}

.winter-force-shell h2 {
  grid-column: 1;
}

.winter-force-shell > p:last-child {
  grid-column: 2;
  grid-row: 1 / 3;
}

.winter-profile {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(48px, 8vw, 105px);
}

.winter-profile-compare {
  align-self: center;
  border-top: 1px solid var(--line);
}

.winter-profile-compare article {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.winter-profile-compare blockquote,
.winter-profile-compare p {
  margin: 13px 0 0;
}

.winter-profile-compare blockquote {
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.55;
}

.winter-profile-compare p {
  color: var(--ink-soft);
}

.winter-check {
  background: var(--burgundy-dark);
  color: var(--white);
}

.winter-check .winter-section-intro > p:last-child,
.winter-check-list p {
  color: #eadde0;
}

.winter-check-list {
  border-color: rgba(255, 255, 255, 0.22);
}

.winter-check-list li {
  border-color: rgba(255, 255, 255, 0.22);
}

.winter-check-list > li > span {
  border-color: #efb9a1;
  color: #ffd6ca;
}

.winter-check-list strong {
  color: #ffd6ca;
  font-family: var(--serif);
  font-size: 1.22rem;
  font-weight: 500;
}

.winter-takeaway {
  background: rgba(246, 216, 208, 0.92);
}

.winter-takeaway-shell {
  align-items: center;
}

.winter-takeaway-action {
  padding: 34px;
  border-left: 3px solid var(--burgundy);
  background: var(--paper);
}

.winter-takeaway-action p {
  color: var(--ink-soft);
}

@media (max-width: 1120px) {
  .winter-hero h1 {
    font-size: clamp(2.2rem, 3.7vw, 3.25rem);
  }
}

@media (max-width: 920px) {
  .winter-hero-image {
    object-position: 30% 44%;
  }

  .winter-fragile-shell,
  .winter-driving-shell,
  .winter-return,
  .winter-wait-shell,
  .winter-weeknight-shell,
  .winter-force-shell,
  .winter-profile,
  .winter-check-shell,
  .winter-takeaway-shell {
    grid-template-columns: 1fr;
  }

  .winter-fragile-shell,
  .winter-driving-shell,
  .winter-return,
  .winter-wait-shell,
  .winter-weeknight-shell,
  .winter-profile,
  .winter-check-shell,
  .winter-takeaway-shell {
    gap: 44px;
  }

  .winter-transit-steps {
    grid-template-columns: 1fr 1fr;
  }

  .winter-transit-steps article:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .winter-force-shell .eyebrow,
  .winter-force-shell h2,
  .winter-force-shell > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .winter-takeaway-action {
    padding: 30px;
  }
}

@media (max-width: 680px) {
  .winter-hero-image {
    object-position: 30% 42%;
  }

  .winter-hero h1 {
    max-width: none;
    font-size: clamp(2rem, 9.7vw, 2.7rem);
  }

  .winter-condition-compare,
  .winter-transit-steps,
  .winter-change-sequence {
    grid-template-columns: 1fr;
  }

  .winter-condition-compare article,
  .winter-condition-compare article + article {
    padding: 27px 22px;
    border-left: 1px solid var(--line);
  }

  .winter-condition-compare article + article {
    border-top: 0;
  }

  .winter-transit-steps article,
  .winter-transit-steps article + article,
  .winter-transit-steps article:nth-child(3) {
    min-height: 0;
    padding: 26px 0;
    border-left: 0;
  }

  .winter-return-questions article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .winter-plan-label {
    display: none;
  }

  .winter-plan-flow article {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .winter-plan-flow article p:first-of-type::before,
  .winter-plan-flow article p:last-child::before {
    display: block;
    margin-bottom: 4px;
    color: var(--copper);
    font-size: 0.67rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .winter-plan-flow article p:first-of-type::before {
    content: "Normal plan";
  }

  .winter-plan-flow article p:last-child::before {
    content: "Winter version";
  }

  .winter-change-sequence article,
  .winter-change-sequence article + article {
    min-height: 0;
    padding: 26px 0;
    border-left: 0;
  }

  .winter-change-sequence article::after {
    display: none;
  }

  .winter-takeaway-action {
    padding: 27px 22px;
  }
}

/* Calgary workplace discretion page */
.work-page {
  background-color: var(--paper);
  background-image: none;
}

.work-hero h1 {
  max-width: 19ch;
  font-size: clamp(2.4rem, 3.45vw, 3.8rem);
}

.work-hero-image {
  object-position: 22% center;
}

.work-section-intro,
.work-photo-heading,
.work-calendar-heading,
.work-law-heading {
  max-width: 790px;
}

.work-section-intro > p:last-child,
.work-photo-heading > p:last-child,
.work-calendar-heading > p:last-child,
.work-phrase p,
.work-contact p,
.work-role-row > p,
.work-law p {
  color: var(--ink-soft);
}

.work-fingerprint-chain {
  display: grid;
  margin-top: 48px;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(5, 1fr);
}

.work-fingerprint-chain article {
  position: relative;
  min-height: 178px;
  padding: 28px 25px 28px 0;
  border-bottom: 1px solid var(--line);
}

.work-fingerprint-chain article + article {
  padding-left: 25px;
  border-left: 1px solid var(--line);
}

.work-fingerprint-chain article:not(:last-of-type)::after {
  position: absolute;
  top: 26px;
  right: 8px;
  color: var(--copper);
  content: "+";
}

.work-fingerprint-chain article span,
.work-photo-audit > article > span {
  color: var(--copper);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.work-fingerprint-chain article strong {
  display: block;
  margin-top: 24px;
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
}

.work-fingerprint-result {
  display: grid;
  align-items: center;
  padding: 28px 32px;
  background: var(--burgundy-dark);
  color: var(--white);
  grid-column: 1 / -1;
  grid-template-columns: 170px 1fr;
  gap: 30px;
}

.work-fingerprint-result span {
  color: #ffd6ca;
  font-family: var(--serif);
  font-size: 1.35rem;
}

.work-fingerprint-result p {
  margin-bottom: 0;
  color: #eadde0;
}

.work-stack,
.work-phrase {
  background: rgba(250, 236, 230, 0.98);
}

.work-stack-shell,
.work-bio-shell,
.work-phrase-shell,
.work-travel-shell,
.work-recognition-shell,
.work-calgary-shell,
.work-law,
.work-audit-shell,
.work-takeaway-shell {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: clamp(48px, 8vw, 105px);
}

.work-stack-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.work-stack-list > div {
  display: grid;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 170px 1fr;
  gap: 25px;
}

.work-stack-list dt {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 1.2rem;
}

.work-stack-list dd {
  color: var(--ink-soft);
}

.work-photo {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(48px, 8vw, 105px);
}

.work-photo-audit {
  display: grid;
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
}

.work-photo-audit article {
  padding: 25px 28px 25px 0;
  border-bottom: 1px solid var(--line);
}

.work-photo-audit article:nth-child(even) {
  padding-right: 0;
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.work-photo-audit h3,
.work-photo-audit p {
  margin-bottom: 0;
}

.work-photo-audit h3 {
  margin-top: 12px;
  font-family: var(--serif);
  font-size: 1.23rem;
  font-weight: 500;
}

.work-photo-audit p {
  margin-top: 7px;
  color: var(--ink-soft);
}

.work-rule {
  margin: 32px 0 0;
  padding: 19px 24px;
  border-left: 3px solid var(--burgundy);
  background: var(--ivory);
  color: var(--ink-soft);
  grid-column: 2;
}

.work-bio,
.work-travel,
.work-recognition,
.work-calgary,
.work-audit {
  background: var(--charcoal);
  color: var(--white);
}

.work-bio p:not(.eyebrow),
.work-travel p:not(.eyebrow),
.work-recognition p:not(.eyebrow),
.work-calgary p:not(.eyebrow),
.work-audit p:not(.eyebrow) {
  color: #dfd6d1;
}

.work-bio-compare {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.work-bio-compare article {
  padding: 27px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.work-bio-compare span,
.work-calendar-compare span,
.work-calgary-compare span {
  color: #ffd6ca;
  font-family: var(--serif);
  font-size: 1.2rem;
}

.work-bio-compare blockquote {
  margin: 12px 0 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.55;
}

.work-bio-compare > p {
  margin: 24px 0 0;
}

.work-collision-flow {
  display: grid;
  align-items: stretch;
  margin-top: 46px;
  grid-template-columns: 1fr 64px 1fr;
}

.work-collision-flow > div {
  padding: 34px;
  border: 1px solid var(--line);
}

.work-collision-flow > div:last-child {
  background: var(--ivory);
}

.work-collision-flow span:not(.work-collision-arrow) {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 1.28rem;
}

.work-collision-flow p {
  margin: 17px 0 0;
  color: var(--ink-soft);
}

.work-collision-arrow {
  display: grid;
  color: var(--copper);
  font-size: 1.7rem;
  place-items: center;
}

.work-calendar {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(48px, 8vw, 105px);
}

.work-calendar-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.work-calendar-compare article {
  padding: 32px;
  border: 1px solid var(--line);
}

.work-calendar-compare article + article {
  border-left: 0;
  background: var(--ivory);
}

.work-calendar-compare span {
  color: var(--burgundy);
}

.work-calendar-compare blockquote {
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.52;
}

.work-calendar-compare p {
  margin: 17px 0 0;
  color: var(--ink-soft);
}

.work-contact-question {
  margin: 36px 0 0;
  padding: 28px 30px;
  border-left: 3px solid var(--burgundy);
  background: var(--ivory);
  color: var(--burgundy-dark) !important;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.45;
}

.work-recognition-test {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr 44px 1fr 44px 1fr;
}

.work-recognition-test article {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.work-recognition-test article:last-child {
  background: var(--burgundy);
}

.work-recognition-test article span {
  color: #ffd6ca;
  font-family: var(--serif);
  font-size: 1.13rem;
}

.work-recognition-test article p {
  margin: 17px 0 0;
}

.work-plus,
.work-equals {
  display: grid;
  color: #efb9a1;
  font-size: 1.4rem;
  place-items: center;
}

.work-roles {
  padding-bottom: 0;
}

.work-role-row {
  display: grid;
  padding: 0 0 58px;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(48px, 8vw, 105px);
}

.work-role-row + .work-role-row {
  padding-top: 58px;
  border-top: 1px solid var(--line);
}

.work-role-row h2 {
  max-width: 20ch;
}

.work-calgary-compare {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  grid-template-columns: 1fr 1fr;
}

.work-calgary-compare article {
  padding: 30px 28px 30px 0;
}

.work-calgary-compare article + article {
  padding-right: 0;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.work-calgary-compare p {
  margin: 17px 0 0;
}

.work-law {
  align-items: start;
}

.work-source-note {
  margin: 22px 0 0;
  font-size: 0.76rem;
}

.work-audit-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  list-style: none;
}

.work-audit-list li {
  display: grid;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  grid-template-columns: 52px 1fr;
  gap: 18px;
}

.work-audit-list > li > span {
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid #efb9a1;
  border-radius: 50%;
  color: #ffd6ca;
  font-size: 0.78rem;
  place-items: center;
}

.work-audit-list strong {
  color: #ffd6ca;
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 500;
}

.work-audit-list p {
  margin: 5px 0 0;
}

.work-takeaway {
  background: rgba(246, 216, 208, 0.92);
}

.work-takeaway-shell {
  align-items: center;
}

.work-takeaway-action {
  padding: 34px;
  border-left: 3px solid var(--burgundy);
  background: var(--paper);
}

.work-takeaway-action p {
  color: var(--ink-soft);
}

@media (max-width: 1120px) {
  .work-hero h1 {
    font-size: clamp(2.2rem, 3.7vw, 3.25rem);
  }

  .work-fingerprint-chain {
    grid-template-columns: repeat(3, 1fr);
  }

  .work-fingerprint-chain article:nth-child(4) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 920px) {
  .work-hero-image {
    object-position: 22% 45%;
  }

  .work-stack-shell,
  .work-photo,
  .work-bio-shell,
  .work-phrase-shell,
  .work-calendar,
  .work-travel-shell,
  .work-recognition-shell,
  .work-role-row,
  .work-calgary-shell,
  .work-law,
  .work-audit-shell,
  .work-takeaway-shell {
    grid-template-columns: 1fr;
  }

  .work-stack-shell,
  .work-photo,
  .work-bio-shell,
  .work-phrase-shell,
  .work-calendar,
  .work-travel-shell,
  .work-recognition-shell,
  .work-calgary-shell,
  .work-law,
  .work-audit-shell,
  .work-takeaway-shell {
    gap: 44px;
  }

  .work-rule {
    grid-column: 1;
  }

  .work-role-row h2 {
    max-width: 24ch;
  }

  .work-takeaway-action {
    padding: 30px;
  }
}

@media (max-width: 680px) {
  .work-hero-image {
    object-position: 20% 43%;
  }

  .work-hero h1 {
    max-width: none;
    font-size: clamp(2rem, 9.8vw, 2.72rem);
  }

  .work-fingerprint-chain,
  .work-photo-audit,
  .work-calendar-compare,
  .work-calgary-compare {
    grid-template-columns: 1fr;
  }

  .work-fingerprint-chain article,
  .work-fingerprint-chain article + article,
  .work-fingerprint-chain article:nth-child(4) {
    min-height: 0;
    padding: 24px 0;
    border-left: 0;
  }

  .work-fingerprint-chain article::after {
    display: none;
  }

  .work-fingerprint-result {
    padding: 26px 22px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .work-stack-list > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .work-photo-audit article,
  .work-photo-audit article:nth-child(even) {
    padding: 24px 0;
    border-left: 0;
  }

  .work-collision-flow {
    grid-template-columns: 1fr;
  }

  .work-collision-flow > div {
    padding: 27px 22px;
  }

  .work-collision-arrow {
    min-height: 52px;
  }

  .work-calendar-compare article {
    padding: 27px 22px;
  }

  .work-calendar-compare article + article {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .work-recognition-test {
    grid-template-columns: 1fr;
  }

  .work-plus,
  .work-equals {
    min-height: 48px;
  }

  .work-calgary-compare article,
  .work-calgary-compare article + article {
    padding: 26px 0;
    border-left: 0;
  }

  .work-calgary-compare article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .work-takeaway-action {
    padding: 27px 22px;
  }
}

/* Before Paying Calgary decision page */
.pay-page {
  background: var(--paper);
}

.pay-hero-image {
  object-position: center;
}

.pay-hero h1 {
  max-width: 15.5ch;
  font-size: clamp(2.55rem, 4vw, 4.2rem);
}

.pay-hero-copy {
  width: 57%;
  max-width: 900px;
  padding-left: clamp(72px, 8vw, 155px);
}

.pay-section-intro h2,
.pay-calgary-heading h2,
.pay-billing-heading h2,
.pay-fit-heading h2,
.pay-takeaway h2 {
  max-width: 19ch;
}

.pay-section-intro > p:last-child,
.pay-calgary-heading > p:last-child,
.pay-billing-heading > p:last-child,
.pay-fit-heading > p:last-child,
.pay-takeaway p {
  color: var(--ink-soft);
}

.pay-model {
  padding-bottom: clamp(80px, 10vw, 140px);
}

.pay-model > .pay-section-intro {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  column-gap: clamp(52px, 8vw, 110px);
}

.pay-model > .pay-section-intro .eyebrow {
  grid-column: 1;
}

.pay-model > .pay-section-intro h2 {
  grid-column: 1;
}

.pay-model > .pay-section-intro > p:last-child {
  margin-top: 0;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  font-size: 1.08rem;
}

.pay-model-chain {
  display: grid;
  margin: 55px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.pay-model-chain li {
  position: relative;
  min-height: 250px;
  padding: 30px 28px 34px;
}

.pay-model-chain li + li {
  border-left: 1px solid var(--line);
}

.pay-model-chain li + li::before {
  position: absolute;
  top: 48px;
  left: -12px;
  display: grid;
  width: 24px;
  height: 24px;
  border: 1px solid var(--copper);
  border-radius: 50%;
  background: var(--paper);
  color: var(--burgundy);
  font-size: 0.78rem;
  content: "\2192";
  place-items: center;
}

.pay-model-chain span,
.pay-goal-label,
.pay-access-compare span,
.pay-role-columns span,
.pay-calgary-test span,
.pay-fit-matrix span {
  color: var(--burgundy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pay-model-chain strong {
  display: block;
  margin-top: 28px;
  color: var(--burgundy-dark);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
}

.pay-model-chain p {
  margin: 16px 0 0;
  color: var(--ink-soft);
}

.pay-goal-ledger {
  display: grid;
  margin-top: 70px;
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
}

.pay-goal-ledger article {
  padding: 38px 40px 40px 0;
  border-bottom: 1px solid var(--line);
}

.pay-goal-ledger article:nth-child(even) {
  padding-right: 0;
  padding-left: 40px;
  border-left: 1px solid var(--line);
}

.pay-goal-ledger h3 {
  margin-top: 15px;
  color: var(--burgundy-dark);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-weight: 500;
}

.pay-goal-ledger p {
  margin: 16px 0 0;
  color: var(--ink-soft);
}

.pay-decision-rule {
  display: block;
  margin-top: 22px;
  color: var(--burgundy);
  font-size: 0.9rem;
  line-height: 1.55;
}

.pay-access,
.pay-roles,
.pay-channel,
.pay-questions {
  background: var(--charcoal);
  color: var(--white);
}

.pay-access-shell,
.pay-roles-shell,
.pay-channel-shell,
.pay-questions-shell {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(55px, 8vw, 110px);
}

.pay-access .pay-section-intro > p:last-child,
.pay-roles .pay-section-intro > p:last-child,
.pay-channel .pay-section-intro > p:last-child,
.pay-questions .pay-section-intro > p:last-child {
  color: #dfd6d1;
}

.pay-access-compare {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  grid-template-columns: 1fr 1fr;
}

.pay-access-compare article {
  padding: 30px 32px 30px 0;
}

.pay-access-compare article + article {
  padding-right: 0;
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.pay-access-compare span,
.pay-role-columns span {
  color: #ffd6ca;
}

.pay-access-compare ul {
  margin: 22px 0 0;
  padding-left: 19px;
  color: #e2d8d3;
}

.pay-access-compare li + li {
  margin-top: 12px;
}

.pay-calgary {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: clamp(55px, 8vw, 110px);
}

.pay-calgary-test {
  display: grid;
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
}

.pay-calgary-test > div {
  min-height: 190px;
  padding: 30px 34px 30px 0;
  border-bottom: 1px solid var(--line);
}

.pay-calgary-test > div:nth-child(even) {
  padding-right: 0;
  padding-left: 34px;
  border-left: 1px solid var(--line);
}

.pay-calgary-test p {
  margin: 16px 0 0;
  color: var(--ink-soft);
}

.pay-context-note,
.pay-boundary-note {
  margin: 28px 0 0;
  padding: 23px 26px;
  border-left: 3px solid var(--burgundy);
  background: var(--ivory);
  color: var(--ink-soft);
  grid-column: 2;
}

.pay-context-note a,
.pay-billing-ledger a {
  color: var(--burgundy);
  text-underline-offset: 4px;
}

.pay-role-columns {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  grid-template-columns: 1fr 1fr;
}

.pay-role-columns article {
  padding: 32px 32px 32px 0;
}

.pay-role-columns article + article {
  padding-right: 0;
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.pay-role-columns p {
  margin: 18px 0 0;
  color: #dfd6d1;
}

.pay-billing {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: clamp(55px, 8vw, 110px);
}

.pay-billing-ledger {
  margin: 0;
  border-top: 1px solid var(--line);
}

.pay-billing-ledger > div {
  display: grid;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 150px 1fr;
  gap: 24px;
}

.pay-billing-ledger dt {
  color: var(--burgundy);
  font-weight: 800;
}

.pay-billing-ledger dd {
  margin: 0;
  color: var(--ink-soft);
}

.pay-boundary-note {
  margin-top: 0;
  align-self: start;
}

.pay-channel-shell {
  grid-template-columns: 0.62fr 1.38fr;
}

.pay-channel-flow {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr 42px 1fr 42px 1fr;
}

.pay-channel-flow article {
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.pay-channel-flow article > span {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid #efb9a1;
  border-radius: 50%;
  color: #ffd6ca;
  font-size: 0.78rem;
  place-items: center;
}

.pay-channel-flow h3 {
  margin-top: 22px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.pay-channel-flow p {
  margin: 14px 0 0;
  color: #dfd6d1;
}

.pay-channel-arrow {
  display: grid;
  color: #efb9a1;
  place-items: center;
}

.pay-fit {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(55px, 8vw, 110px);
}

.pay-fit-matrix {
  border-top: 1px solid var(--line);
}

.pay-fit-matrix article {
  display: grid;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 118px minmax(210px, 0.8fr) 1.2fr;
  gap: 24px;
}

.pay-fit-matrix strong {
  color: var(--burgundy-dark);
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
}

.pay-fit-matrix p {
  margin: 0;
  color: var(--ink-soft);
}

.pay-question-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  list-style: none;
}

.pay-question-list li {
  display: grid;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  grid-template-columns: 56px 1fr;
  gap: 18px;
}

.pay-question-list span {
  color: #efb9a1;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.pay-question-list p {
  margin: 0;
  color: #dfd6d1;
}

.pay-question-list strong {
  color: var(--white);
}

.pay-takeaway {
  background: rgba(246, 216, 208, 0.92);
}

.pay-takeaway-shell {
  display: grid;
  align-items: center;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(55px, 8vw, 110px);
}

.pay-takeaway-action {
  padding: 34px;
  border-left: 3px solid var(--burgundy);
  background: var(--paper);
}

.pay-takeaway-action .button {
  margin-top: 10px;
}

@media (max-width: 1120px) {
  .pay-hero h1 {
    font-size: clamp(2.25rem, 3.55vw, 3.35rem);
  }

  .pay-model-chain {
    grid-template-columns: 1fr 1fr;
  }

  .pay-model-chain li:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .pay-model-chain li:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .pay-model-chain li:nth-child(3)::before {
    display: none;
  }

  .pay-channel-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .pay-hero-image {
    object-position: 28% center;
  }

  .pay-hero-copy {
    width: 100%;
    max-width: none;
    padding: 56px max(24px, 7vw) 68px;
  }

  .pay-hero h1 {
    max-width: 21ch;
  }

  .pay-model > .pay-section-intro,
  .pay-access-shell,
  .pay-calgary,
  .pay-roles-shell,
  .pay-billing,
  .pay-channel-shell,
  .pay-fit,
  .pay-questions-shell,
  .pay-takeaway-shell {
    grid-template-columns: 1fr;
  }

  .pay-model > .pay-section-intro > p:last-child {
    margin-top: 12px;
    grid-column: 1;
    grid-row: auto;
  }

  .pay-calgary,
  .pay-billing,
  .pay-fit {
    row-gap: 44px;
  }

  .pay-context-note,
  .pay-boundary-note {
    grid-column: 1;
  }

  .pay-fit-matrix article {
    grid-template-columns: 110px 0.8fr 1.2fr;
  }
}

@media (max-width: 680px) {
  .pay-hero-image {
    object-position: 24% center;
  }

  .pay-hero-copy {
    padding: 46px 20px 58px;
  }

  .pay-hero h1 {
    max-width: none;
    font-size: clamp(2.05rem, 9.9vw, 2.8rem);
    line-height: 1.08;
  }

  .pay-model-chain,
  .pay-goal-ledger,
  .pay-access-compare,
  .pay-calgary-test,
  .pay-role-columns,
  .pay-channel-flow {
    grid-template-columns: 1fr;
  }

  .pay-model-chain li {
    min-height: 0;
    padding: 27px 0;
  }

  .pay-model-chain li + li,
  .pay-model-chain li:nth-child(4) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .pay-model-chain li + li::before {
    display: none;
  }

  .pay-model-chain strong {
    margin-top: 17px;
  }

  .pay-goal-ledger article,
  .pay-goal-ledger article:nth-child(even) {
    padding: 30px 0;
    border-left: 0;
  }

  .pay-access-compare article,
  .pay-access-compare article + article,
  .pay-role-columns article,
  .pay-role-columns article + article {
    padding: 27px 0;
    border-left: 0;
  }

  .pay-access-compare article + article,
  .pay-role-columns article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .pay-calgary-test > div,
  .pay-calgary-test > div:nth-child(even) {
    min-height: 0;
    padding: 25px 0;
    border-left: 0;
  }

  .pay-context-note,
  .pay-boundary-note {
    padding: 22px;
  }

  .pay-billing-ledger > div,
  .pay-fit-matrix article,
  .pay-question-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pay-channel-arrow {
    min-height: 48px;
    transform: rotate(90deg);
  }

  .pay-channel-flow article {
    padding: 27px 22px;
  }

  .pay-takeaway-action {
    padding: 27px 22px;
  }
}
