.canada-route-page {
  --ca-ink: #071f31;
  --ca-muted: #52636e;
  --ca-line: #d9e1e3;
  --ca-warm: #f6f2e9;
  --ca-warm-strong: #eee6d9;
  --ca-pale-blue: #eaf3f5;
  --ca-accent: #006d85;
  --ca-complete: #187564;
  --ca-field: #ffffff;
  background: #fff;
  color: var(--ca-ink);
}

.canada-route-page .site-header {
  background: #061a2a;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.canada-route-page #completed-canada-project,
.canada-route-page #canada-arrivals,
.canada-route-page #canada-cargo-mix,
.canada-route-page #canada-ddp,
.canada-route-page #canada-timeline,
.canada-route-page #frequently-asked-questions {
  scroll-margin-top: 28px;
}

.ca-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  overflow: hidden;
  align-items: center;
  isolation: isolate;
  background: var(--ca-warm);
}

.ca-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 38%;
}

.ca-hero__media picture,
.ca-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
}

.ca-hero__media img {
  object-fit: cover;
  object-position: 55% center;
  filter: saturate(0.74) contrast(0.94);
}

.ca-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, #f6f2e9 0%, #f6f2e9 39%, rgba(246, 242, 233, 0.92) 52%, rgba(246, 242, 233, 0.46) 74%, rgba(246, 242, 233, 0.12) 100%),
    linear-gradient(0deg, rgba(246, 242, 233, 0.16), rgba(246, 242, 233, 0.16));
  content: "";
}

.ca-hero__content {
  padding-block: 116px 72px;
}

.ca-kicker,
.ca-overline {
  margin: 0 0 16px;
  color: var(--ca-accent);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ca-hero h1 {
  max-width: 770px;
  margin: 0;
  color: var(--ca-ink);
  font-size: clamp(3.2rem, 5.1vw, 5rem);
  font-weight: 690;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.ca-hero__lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: #263c49;
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  line-height: 1.62;
}

.ca-source-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 23px 0 0;
  padding: 0;
  color: #4d606b;
  font-size: 0.78rem;
  font-weight: 680;
  line-height: 1.45;
  list-style: none;
}

.ca-source-list li:not(:first-child)::before {
  margin-right: 18px;
  color: #65afbd;
  content: "·";
}

.ca-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ca-hero__actions .button {
  min-width: 190px;
  border-radius: 7px;
}

.ca-hero__actions .button-secondary {
  border-color: #17384c;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ca-ink);
}

.ca-hero__actions .button-secondary:hover,
.ca-hero__actions .button-secondary:focus-visible {
  background: #fff;
}

.ca-breadcrumb {
  border: 0;
  background: #fff;
}

.ca-breadcrumb ol {
  padding-block: 5px;
}

.ca-completed {
  border-bottom: 1px solid var(--ca-line);
  background: #fff;
}

.ca-completed__inner {
  padding-block: 66px 72px;
}

.ca-section-heading {
  max-width: 900px;
}

.ca-section-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.62fr);
  gap: 74px;
  align-items: end;
}

.ca-section-heading h2,
.ca-ddp h2,
.ca-timeline h2 {
  max-width: 820px;
  margin: 0;
  color: var(--ca-ink);
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 650;
  letter-spacing: -0.048em;
  line-height: 1.02;
}

.ca-section-heading > p:last-child,
.ca-section-heading--split > p {
  max-width: 690px;
  margin: 21px 0 0;
  color: var(--ca-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.ca-section-heading--split > p {
  margin: 0;
}

.ca-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 46px 0 0;
}

.ca-proof-strip > div {
  min-width: 0;
  padding: 0 32px;
  border-left: 1px solid var(--ca-line);
}

.ca-proof-strip > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.ca-proof-strip > div:last-child {
  padding-right: 0;
}

.ca-proof-strip dt,
.ca-proof-strip dd {
  margin: 0;
}

.ca-proof-strip dt {
  color: var(--ca-ink);
  font-size: clamp(2.65rem, 4.4vw, 4.7rem);
  font-weight: 620;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.ca-proof-strip dd {
  max-width: 240px;
  margin-top: 12px;
  color: var(--ca-accent);
  font-size: 0.73rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.ca-proof-definition {
  max-width: 940px;
  margin: 30px 0 0;
  padding-top: 10px;
  border-top: 1px solid var(--ca-line);
}

.ca-proof-definition summary,
.ca-disclosure summary,
.ca-faq details summary {
  min-height: 44px;
  color: var(--ca-accent);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 730;
  line-height: 1.45;
}

.ca-proof-definition p {
  max-width: 880px;
  margin: 7px 0 15px;
  color: #65747d;
  font-size: 0.8rem;
  line-height: 1.58;
}

.ca-completed__record {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: 0;
  margin-top: 46px;
  overflow: hidden;
  border: 1px solid var(--ca-line);
  border-radius: 14px;
  background: var(--ca-warm);
  color: inherit;
  text-decoration: none;
}

.ca-completed__record img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.ca-completed__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 64px);
}

.ca-status {
  color: var(--ca-complete);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ca-completed__copy strong {
  margin-top: 13px;
  color: var(--ca-ink);
  font-size: clamp(1.55rem, 2.6vw, 2.5rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.ca-completed__copy small {
  margin-top: 14px;
  color: var(--ca-muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.ca-completed__copy b {
  margin-top: 24px;
  color: var(--ca-accent);
  font-size: 0.9rem;
  font-weight: 750;
}

.ca-completed__record:hover,
.ca-completed__record:focus-visible {
  border-color: #91b8c1;
  box-shadow: 0 18px 46px rgba(7, 31, 49, 0.09);
}

.ca-section {
  border-bottom: 1px solid var(--ca-line);
  background: #fff;
}

.ca-section--soft {
  background: #f5f7f7;
}

.ca-section__inner {
  padding-block: 84px;
}

.ca-disclosure-list {
  margin-top: 44px;
  border-top: 1px solid var(--ca-line);
}

.ca-disclosure {
  border-bottom: 1px solid var(--ca-line);
}

.ca-disclosure summary {
  display: grid;
  grid-template-columns: 58px minmax(230px, 0.82fr) minmax(260px, 0.62fr) 30px;
  gap: 18px;
  align-items: center;
  padding-block: 22px;
  color: var(--ca-ink);
  list-style: none;
}

.ca-disclosure summary::-webkit-details-marker,
.ca-proof-definition summary::-webkit-details-marker,
.ca-faq details summary::-webkit-details-marker {
  display: none;
}

.ca-disclosure summary::after {
  color: var(--ca-accent);
  content: "+";
  font-size: 1.45rem;
  font-weight: 420;
  text-align: right;
}

.ca-disclosure[open] summary::after {
  content: "−";
}

.ca-disclosure__number {
  color: var(--ca-accent);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.ca-disclosure summary strong {
  color: var(--ca-ink);
  font-size: 1.06rem;
  font-weight: 660;
  line-height: 1.35;
}

.ca-disclosure summary small {
  color: var(--ca-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.ca-disclosure__body {
  max-width: 860px;
  margin: 0 0 34px 76px;
  color: var(--ca-muted);
  font-size: 0.96rem;
  line-height: 1.68;
}

.ca-disclosure__body p {
  margin: 0 0 12px;
}

.ca-disclosure__body a {
  color: var(--ca-accent);
  font-weight: 720;
  text-underline-offset: 4px;
}

.ca-cargo-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 46px;
  border-top: 1px solid var(--ca-line);
}

.ca-cargo-groups article {
  min-width: 0;
  padding: 30px 34px 32px;
  border-right: 1px solid var(--ca-line);
  border-bottom: 1px solid var(--ca-line);
}

.ca-cargo-groups article:first-child {
  padding-left: 0;
}

.ca-cargo-groups article:last-child {
  padding-right: 0;
  border-right: 0;
}

.ca-cargo-groups span {
  color: var(--ca-accent);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.ca-cargo-groups h3 {
  margin: 13px 0 10px;
  color: var(--ca-ink);
  font-size: 1.3rem;
  font-weight: 660;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.ca-cargo-groups p {
  margin: 0;
  color: var(--ca-muted);
  font-size: 0.9rem;
  line-height: 1.62;
}

.ca-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  color: var(--ca-accent);
  font-size: 0.92rem;
  font-weight: 740;
  text-decoration: none;
}

.ca-text-link:hover,
.ca-text-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.ca-ddp {
  border-bottom: 1px solid #d7cfc2;
  background: var(--ca-warm-strong);
}

.ca-ddp__inner {
  padding-block: 88px;
}

.ca-ddp__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(360px, 0.72fr);
  gap: 84px;
  align-items: start;
}

.ca-ddp__lead {
  max-width: 730px;
  margin: 24px 0 0;
  color: #354a56;
  font-size: 1.06rem;
  line-height: 1.72;
}

.ca-route-band {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(7, 31, 49, 0.16);
}

.ca-route-band__header {
  max-width: 720px;
}

.ca-route-band__eyebrow {
  margin: 0 0 8px;
  color: var(--ca-accent);
  font-size: 0.7rem;
  font-weight: 780;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ca-route-band h3 {
  margin: 0;
  color: var(--ca-ink);
  font-size: 1.48rem;
  font-weight: 660;
  letter-spacing: -0.03em;
  line-height: 1.16;
}

.ca-route-band__header > p:last-child {
  margin: 12px 0 0;
  color: #455963;
  font-size: 0.94rem;
  line-height: 1.62;
}

.ca-route-band__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid rgba(7, 31, 49, 0.16);
  border-bottom: 1px solid rgba(7, 31, 49, 0.16);
  list-style: none;
}

.ca-route-band__steps li {
  min-width: 0;
  padding: 18px 20px 20px 0;
}

.ca-route-band__steps li:nth-child(odd) {
  border-right: 1px solid rgba(7, 31, 49, 0.16);
}

.ca-route-band__steps li:nth-child(even) {
  padding-left: 20px;
}

.ca-route-band__steps li:nth-child(-n + 2) {
  border-bottom: 1px solid rgba(7, 31, 49, 0.16);
}

.ca-route-band__steps span,
.ca-route-band__steps small,
.ca-route-band__steps strong {
  display: block;
}

.ca-route-band__steps span {
  color: var(--ca-accent);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.ca-route-band__steps small {
  margin-top: 8px;
  color: #60717a;
  font-size: 0.72rem;
  font-weight: 620;
  line-height: 1.4;
}

.ca-route-band__steps strong {
  margin-top: 5px;
  color: var(--ca-ink);
  font-size: 0.96rem;
  font-weight: 670;
  line-height: 1.42;
}

.ca-route-band__note {
  margin: 18px 0 0;
  color: #53656e;
  font-size: 0.84rem;
  line-height: 1.62;
}

.ca-scope-disclosure {
  margin: 4px 0 0;
  border-top: 1px solid rgba(7, 31, 49, 0.16);
  border-bottom: 1px solid rgba(7, 31, 49, 0.16);
}

.ca-scope-disclosure > summary {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--ca-ink);
  cursor: pointer;
  font-size: 0.96rem;
  font-weight: 720;
  line-height: 1.45;
  list-style: none;
}

.ca-scope-disclosure > summary::-webkit-details-marker {
  display: none;
}

.ca-scope-disclosure > summary::after {
  color: var(--ca-accent);
  content: "+";
  font-size: 1.45rem;
  font-weight: 430;
}

.ca-scope-disclosure[open] > summary::after {
  content: "−";
}

.ca-scope-list {
  margin: 0;
  padding: 0 0 16px;
  list-style: none;
}

.ca-scope-list li {
  padding: 18px 0;
  border-top: 1px solid rgba(7, 31, 49, 0.16);
  color: #30444f;
  font-size: 0.94rem;
  line-height: 1.58;
}

.ca-scope-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ca-ink);
}

.ca-time-reference {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(7, 31, 49, 0.16);
}

.ca-time-reference strong {
  display: block;
  color: var(--ca-ink);
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.ca-time-reference p {
  max-width: 720px;
  margin: 12px 0 0;
  color: #4a5b64;
  font-size: 0.88rem;
  line-height: 1.6;
}

.ca-timeline {
  border-bottom: 1px solid var(--ca-line);
  background: #fff;
}

.ca-timeline__inner {
  padding-block: 88px;
}

.ca-timeline__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.72fr);
  gap: 80px;
  margin-top: 46px;
}

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

.ca-dates li {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 26px;
  padding: 20px 0;
  border-bottom: 1px solid var(--ca-line);
}

.ca-dates time {
  color: var(--ca-accent);
  font-size: 0.75rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.ca-dates strong {
  display: block;
  color: var(--ca-ink);
  font-size: 0.98rem;
  line-height: 1.45;
}

.ca-dates span {
  display: block;
  margin-top: 4px;
  color: var(--ca-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.ca-delivery-proof {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ca-line);
  border-radius: 12px;
  background: var(--ca-warm);
}

.ca-delivery-proof img {
  width: 100%;
  height: auto;
  display: block;
  background: #d9e0e1;
}

.ca-delivery-proof figcaption {
  padding: 22px 24px 25px;
}

.ca-delivery-proof strong,
.ca-delivery-proof span {
  display: block;
}

.ca-delivery-proof strong {
  color: var(--ca-ink);
  font-size: 1rem;
  line-height: 1.4;
}

.ca-delivery-proof span {
  margin-top: 7px;
  color: var(--ca-muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

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

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

.ca-faq details summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--ca-ink);
  font-size: 0.98rem;
  list-style: none;
}

.ca-faq details summary::after {
  color: var(--ca-accent);
  content: "+";
  font-size: 1.4rem;
  font-weight: 430;
}

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

.ca-faq details p {
  max-width: 840px;
  margin: 0 0 26px;
  color: var(--ca-muted);
  font-size: 0.94rem;
  line-height: 1.66;
}

.canada-route-page .related {
  background: #f5f7f7;
}

.canada-route-page .cta {
  background: var(--ca-warm);
  color: var(--ca-ink);
}

.canada-route-page .cta h2 {
  color: var(--ca-ink);
}

.canada-route-page .cta p {
  color: var(--ca-muted);
}

@media (max-width: 900px) {
  .ca-section-heading--split,
  .ca-ddp__grid,
  .ca-timeline__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ca-section-heading--split > p {
    margin-top: 0;
  }

  .ca-disclosure summary {
    grid-template-columns: 48px minmax(0, 1fr) 30px;
  }

  .ca-disclosure summary small {
    display: none;
  }

  .ca-disclosure__body {
    margin-left: 66px;
  }
}

@media (max-width: 720px) {
  .ca-kicker {
    font-size: 0.69rem;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }

  .ca-hero {
    min-height: 690px;
    align-items: start;
  }

  .ca-hero__media {
    inset: 0;
  }

  .ca-hero__media img {
    object-position: center 56%;
    filter: saturate(0.65) contrast(0.94);
  }

  .ca-hero::before {
    background: linear-gradient(180deg, rgba(246, 242, 233, 0.98) 0%, rgba(246, 242, 233, 0.94) 58%, rgba(246, 242, 233, 0.64) 76%, rgba(246, 242, 233, 0.3) 100%);
  }

  .ca-hero__content {
    padding-block: 104px 44px;
  }

  .ca-hero h1 {
    max-width: 355px;
    font-size: clamp(2.18rem, 10.2vw, 2.65rem);
    line-height: 1.01;
  }

  .ca-hero__lead {
    max-width: 350px;
    margin-top: 22px;
    font-size: 1rem;
    line-height: 1.56;
  }

  .ca-source-list {
    max-width: 350px;
    gap: 5px 10px;
    margin-top: 17px;
    font-size: 0.71rem;
  }

  .ca-source-list li:not(:first-child)::before {
    margin-right: 10px;
  }

  .ca-hero__actions {
    max-width: 360px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .ca-hero__actions .button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
  }

  .ca-completed__inner,
  .ca-section__inner,
  .ca-ddp__inner,
  .ca-timeline__inner {
    padding-block: 54px 58px;
  }

  .ca-section-heading h2,
  .ca-ddp h2,
  .ca-timeline h2 {
    font-size: clamp(2rem, 9.2vw, 2.65rem);
  }

  .ca-section-heading > p:last-child,
  .ca-section-heading--split > p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .ca-proof-definition p,
  .ca-completed__copy small,
  .ca-disclosure__body,
  .ca-cargo-groups p,
  .ca-scope-list li,
  .ca-time-reference p,
  .ca-dates span,
  .ca-delivery-proof span,
  .ca-faq details p,
  .ca-text-link,
  .ca-completed__copy b {
    font-size: 1rem;
  }

  .ca-proof-strip {
    margin-top: 34px;
  }

  .ca-proof-strip > div {
    padding: 0 12px;
  }

  .ca-proof-strip dt {
    font-size: clamp(2.1rem, 11vw, 3rem);
  }

  .ca-proof-strip dd {
    margin-top: 9px;
    font-size: 0.62rem;
    letter-spacing: 0.055em;
  }

  .ca-completed__record {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .ca-completed__record img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .ca-completed__copy {
    padding: 27px 24px 30px;
  }

  .ca-disclosure summary {
    min-height: 72px;
    grid-template-columns: 38px minmax(0, 1fr) 26px;
    gap: 10px;
    padding-block: 14px;
  }

  .ca-disclosure summary strong {
    font-size: 1rem;
  }

  .ca-disclosure__body {
    margin: 0 0 28px 48px;
    font-size: 1rem;
  }

  .ca-cargo-groups {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .ca-cargo-groups article,
  .ca-cargo-groups article:first-child,
  .ca-cargo-groups article:last-child {
    padding: 24px 0 26px;
    border-right: 0;
  }

  .ca-ddp__grid {
    gap: 38px;
  }

  .ca-ddp__lead {
    font-size: 1rem;
    line-height: 1.64;
  }

  .ca-route-band {
    margin-top: 30px;
    padding-top: 24px;
  }

  .ca-route-band h3 {
    font-size: 1.42rem;
  }

  .ca-route-band__header > p:last-child,
  .ca-route-band__note {
    font-size: 1rem;
  }

  .ca-route-band__steps {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .ca-route-band__steps li,
  .ca-route-band__steps li:nth-child(even) {
    display: grid;
    grid-template-columns: 26px minmax(82px, 0.78fr) minmax(0, 1.22fr);
    gap: 12px;
    align-items: start;
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(7, 31, 49, 0.16);
  }

  .ca-route-band__steps li:last-child {
    border-bottom: 0;
  }

  .ca-route-band__steps small,
  .ca-route-band__steps strong {
    margin-top: 0;
  }

  .ca-route-band__steps small {
    font-size: 0.8rem;
  }

  .ca-route-band__steps strong {
    font-size: 0.93rem;
  }

  .ca-time-reference strong {
    font-size: 1.45rem;
  }

  .ca-timeline__grid {
    margin-top: 34px;
  }

  .ca-dates li {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 16px;
    padding-block: 17px;
  }

  .ca-delivery-proof figcaption {
    padding: 19px 20px 22px;
  }

  .ca-faq details summary {
    min-height: 64px;
    font-size: 1rem;
  }

  .ca-scope-disclosure > summary,
  .ca-dates strong {
    font-size: 1rem;
  }

  .canada-route-page .brand {
    min-height: 44px;
  }
}

@media (max-width: 359px) {
  .ca-hero {
    min-height: 568px;
  }

  .ca-hero__content {
    padding-block: 88px 24px;
  }

  .ca-kicker {
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .ca-hero h1 {
    font-size: 2.04rem;
  }

  .ca-hero__lead {
    margin-top: 16px;
    line-height: 1.48;
  }

  .ca-source-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 10px;
    margin-top: 11px;
  }

  .ca-source-list li + li {
    margin-top: 0;
  }

  .ca-source-list li:not(:first-child)::before {
    margin-right: 6px;
  }

  .ca-source-list li:nth-child(odd)::before {
    display: none;
  }

  .ca-hero__actions {
    gap: 8px;
    margin-top: 12px;
  }

  .ca-hero__actions .button {
    min-height: 46px;
    padding-inline: 10px;
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .ca-proof-strip > div {
    padding-inline: 8px;
  }

  .ca-proof-strip dt {
    font-size: 1.92rem;
  }

  .ca-proof-strip dd {
    font-size: 0.58rem;
  }

  .ca-dates li {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ca-completed__record {
    transition: none;
  }
}
