/* Layers: page 0, scene 1, controls 5, header 20, mobile navigation 30. */
:root {
  color-scheme: light dark;
  --paper: #fafafa;
  --surface: #f0f0ef;
  --ink: #222225;
  --muted: #646469;
  --accent: #242427;
  --accent-hover: #424247;
  --line: #d7d7d7;
  --white: #ffffff;
  --radius: 2px;
  --page-width: 1320px;
  --gutter: clamp(22px, 4.5vw, 80px);
  /* Brand identity. Teal is the single owned accent; it marks state and progress,
     never decorates. */
  --brand-teal: #488b84;
  --brand-teal-deep: #35706a;
  --brand-ink: #24000c;
  --brand-wash: #488b8426;
}
@media (prefers-color-scheme: dark) {
  :root {
    --paper: #19191c;
    --surface: #222226;
    --ink: #f1f1f0;
    --muted: #bdbdc3;
    --accent: #e8e8e7;
    --accent-hover: #ffffff;
    --line: #45454a;
    --white: #202024;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "IBM Plex Sans Arabic", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
button,
input,
textarea,
select {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button {
  color: inherit;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.35;
  text-wrap: balance;
}
p {
  text-wrap: pretty;
}
h2 {
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 500;
}
h3 {
  font-size: 25px;
  font-weight: 500;
}
p {
  color: var(--muted);
}
a,
button {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--brand-teal);
  outline-offset: 4px;
  border-radius: 1px;
}
/* The surfaces we did not draw still belong to the brand: selection, caret,
   scrollbar and underline offsets all ship with defaults otherwise. */
::selection {
  background: var(--brand-wash);
  color: var(--ink);
}
input,
textarea,
select {
  caret-color: var(--brand-teal);
}
html {
  scrollbar-color: #9aa8a6 transparent;
  scrollbar-width: thin;
}
a:not(.button):not(.floating-contact) {
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.wrap {
  width: min(var(--page-width), 100% - var(--gutter) * 2);
  margin-inline: auto;
}
.section {
  padding-block: 110px;
}
.section-intro {
  max-width: 690px;
  margin-bottom: 48px;
}
.section-intro p {
  margin-top: 20px;
  max-width: 530px;
}
.eyebrow {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 14px 23px;
  min-height: 54px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: var(--accent);
  color: var(--white);
  font-weight: 500;
  white-space: nowrap;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: var(--accent-hover);
  transform: translateY(-2px);
}
.button:active {
  transform: scale(0.98);
}
.button svg,
.text-link svg {
  width: 20px;
  height: 20px;
  flex: none;
}
.button-light {
  background: #fafafa;
  color: #222225;
}
.button-light:hover {
  background: #e5e5e5;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid currentColor;
  padding-block: 7px;
  font-weight: 500;
  transition: gap 0.2s;
}
.text-link:hover {
  gap: 24px;
}
.icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.skip-link {
  position: fixed;
  top: -80px;
  right: 20px;
  z-index: 40;
  padding: 12px 20px;
  background: var(--paper);
}
.skip-link:focus {
  top: 12px;
}

.site-header {
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 42px;
}
.brand {
  width: 192px;
  flex: none;
  display: block;
}
.brand img {
  width: 192px;
  height: 70px;
  object-fit: contain;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-inline: auto;
  font-size: 14px;
}
.site-nav a {
  position: relative;
  white-space: nowrap;
}
.site-nav a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s;
}
.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}
.header-cta {
  min-height: 44px;
  padding: 8px 18px;
  font-size: 14px;
  gap: 18px;
}
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  align-items: center;
  justify-content: center;
}
.mobile-nav {
  display: none;
}

.service-paths {
  padding-top: 85px;
}
.service-paths .section-intro {
  margin-inline: auto;
  text-align: center;
  max-width: 760px;
}
.service-paths .section-intro p {
  margin-inline: auto;
}
.paths-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.path {
  position: relative;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.path-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.path-heading span {
  font-size: 13px;
  color: var(--muted);
}
.path-media {
  overflow: hidden;
  aspect-ratio: 1.55;
  background: var(--surface);
  margin-bottom: 24px;
}
.path-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.65, 0.3, 1);
}
.path:hover .path-media img {
  transform: none;
}
.path p {
  max-width: 450px;
  min-height: 58px;
}
.path ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 20px 0 25px;
  gap: 8px 19px;
  font-size: 14px;
  color: var(--muted);
}
.path li + li {
  border-inline-start: 1px solid var(--line);
  padding-inline-start: 19px;
}
.path .text-link {
  color: var(--accent);
}

.approach {
  background: var(--surface);
  padding-block: 92px;
}
.approach-grid {
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  gap: 100px;
  align-items: center;
}
.approach-copy h2 {
  max-width: 600px;
}
.approach-copy > p {
  max-width: 500px;
  margin: 23px 0 27px;
}
.approach-points {
  display: grid;
  gap: 29px;
}
.approach-point {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: start;
}
.approach-point > svg {
  width: 30px;
  height: 30px;
  margin-top: 3px;
  color: var(--accent);
}
.approach-point h3 {
  font-size: 21px;
  margin-bottom: 7px;
}
.approach-point p {
  font-size: 15px;
  max-width: 420px;
}

.process {
  padding-block: 108px;
}
.process .section-intro {
  margin-bottom: 52px;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  position: relative;
}
.process-step {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.process-step > span {
  font-size: 44px;
  font-weight: 400;
  color: var(--accent);
  line-height: 1.3;
  font-variant-numeric: tabular-nums;
  display: block;
  margin-bottom: 26px;
}
.process-step h3 {
  font-size: 22px;
  margin-bottom: 13px;
}
.process-step p {
  font-size: 15px;
}
.process-note {
  margin-top: 30px;
  color: var(--muted);
  font-size: 13px;
}

.journal {
  border-block: 1px solid var(--line);
  padding-block: 86px;
}
.journal-header {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-bottom: 38px;
}
.journal-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
}
.journal-lead img {
  aspect-ratio: 1.8;
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
}
.journal-lead h3 {
  font-size: 27px;
  max-width: 550px;
}
.journal-category {
  display: block;
  color: var(--accent);
  font-size: 13px;
  margin-bottom: 9px;
}
.journal-list {
  display: grid;
  gap: 26px;
  align-content: start;
}
.journal-small {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 24px;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}
.journal-small h3 {
  font-size: 22px;
}
.journal-small img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}
.article-link {
  display: block;
}
.article-link h3 {
  transition: color 0.2s;
}
.article-link:hover h3 {
  color: var(--accent);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.3fr;
  gap: 90px;
}
.faq-intro p {
  max-width: 330px;
  margin-top: 20px;
}
.faq-intro .text-link {
  margin-top: 22px;
  color: var(--accent);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 23px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 18px;
  font-weight: 500;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
/* Drawn mark, not a font glyph: the cross turns and one arm retracts into a rule. */
.faq-list summary::after {
  content: "";
  flex: none;
  width: 15px;
  height: 15px;
  background:
    linear-gradient(currentColor, currentColor) center / 100% 1.5px no-repeat,
    linear-gradient(currentColor, currentColor) center / 1.5px 100% no-repeat;
  color: var(--accent);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    background-size 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.25s;
}
.faq-list details[open] summary::after {
  transform: rotate(90deg);
  background-size:
    100% 1.5px,
    1.5px 0;
  color: var(--brand-teal);
}
.faq-list details p {
  padding: 0 0 23px;
  font-size: 15px;
  max-width: 570px;
}

.contact-section {
  background: var(--surface);
  padding: 88px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.contact-copy h2 {
  font-size: clamp(38px, 4.5vw, 62px);
  max-width: 480px;
}
.contact-copy > p {
  max-width: 400px;
  margin-top: 24px;
}
.contact-details {
  margin-top: 36px;
  display: grid;
  gap: 9px;
  font-size: 17px;
}
.contact-details a {
  width: fit-content;
}
.contact-details a:hover {
  text-decoration: underline;
}
.lead-form {
  width: 100%;
}
.lead-form fieldset {
  padding: 0;
  margin: 0 0 24px;
  border: 0;
}
.lead-form legend {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.service-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.service-choice label {
  position: relative;
  cursor: pointer;
}
.service-choice input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.service-choice span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition:
    background 0.2s,
    border-color 0.2s;
}
.service-choice input:checked + span {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--white);
}
.service-choice input:focus-visible + span {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.field label {
  font-size: 14px;
  font-weight: 500;
}
.field label small {
  font-weight: 400;
  color: var(--muted);
  margin-right: 7px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  padding: 12px 14px;
  min-height: 50px;
}
.field textarea {
  resize: vertical;
  min-height: 96px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--muted);
  opacity: 1;
}
.form-submit {
  width: 100%;
  justify-content: space-between;
}
.form-note {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 13px;
}
.form-note a {
  text-decoration: underline;
}
.form-status {
  min-height: 26px;
  font-size: 14px;
  color: var(--accent);
  margin-top: 8px;
}
.form-status.error {
  color: #9b302a;
}
.fallback-link {
  display: inline-block;
  color: var(--accent);
  text-decoration: underline;
  margin-top: 9px;
}
[hidden] {
  display: none !important;
}
.lead-form .honeypot {
  position: absolute;
  left: -9999px;
}
.mobile-contact {
  display: none;
}

.site-footer {
  padding-block: 46px 25px;
}
/* The last thing on the page should close it, not trail off. A logo pushed to one edge
   and a row of links to the other left a hole down the middle; three columns fill the
   measure and give the reader somewhere to go. */
.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(0, 1fr));
  gap: 44px 56px;
  align-items: start;
  padding-bottom: 44px;
}
.footer-brand {
  display: inline-block;
}
.footer-brand img {
  width: 205px;
  height: 75px;
  object-fit: contain;
  object-position: right center;
}
.footer-identity > p {
  margin: 18px 0 0;
  max-width: 330px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
}
.footer-reach {
  display: grid;
  justify-items: start;
  gap: 8px;
  margin-top: 20px;
  font-size: 14px;
}
.footer-reach a {
  color: var(--ink);
}
.footer-column {
  display: grid;
  align-content: start;
  gap: 13px;
  font-size: 14px;
  padding-top: 8px;
}
.footer-column h2 {
  margin: 0 0 3px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--muted);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  font-size: 12px;
  color: var(--muted);
}
.floating-contact {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 15;
  box-shadow: 0 5px 25px #00000015;
  padding: 11px 17px;
  min-height: 48px;
  gap: 12px;
  font-size: 14px;
}
.floating-contact .icon {
  width: 21px;
  height: 21px;
}
.back-top {
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  font-size: 12px;
}

.page-heading {
  padding-block: 76px 50px;
  max-width: 880px;
}
.breadcrumb {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 24px;
}
.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.page-heading h1 {
  font-weight: 500;
  font-size: clamp(35px, 4.5vw, 62px);
  max-width: 900px;
}
.page-heading p {
  margin-top: 22px;
  max-width: 670px;
  font-size: 18px;
}
.page-content {
  padding-bottom: 90px;
  max-width: 900px;
}
.prose {
  font-size: 17px;
  line-height: 2;
}
.prose :is(h1, h2, h3, h4) {
  color: var(--ink);
  margin-top: 35px;
  margin-bottom: 16px;
  line-height: 1.5;
}
.prose h2 {
  font-size: 30px;
}
.prose h3 {
  font-size: 24px;
}
.prose p {
  margin-block: 16px;
}
.prose a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
.prose img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  margin: 30px auto;
}
.prose ul,
.prose ol {
  padding-inline-start: 24px;
  color: var(--muted);
}
.prose table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  font-size: 14px;
}
.prose th,
.prose td {
  border: 1px solid var(--line);
  padding: 12px;
  text-align: right;
}
.prose blockquote {
  margin: 28px 0;
  padding: 4px 0 4px 0;
  padding-inline-start: 25px;
  border-inline-start: 1px solid var(--brand-teal);
  color: var(--ink);
}
.prose strong {
  font-weight: 600;
}
.article-hero {
  width: 100%;
  max-height: 510px;
  object-fit: cover;
  margin-bottom: 45px;
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 35px;
}
.article-grid img {
  width: 100%;
  aspect-ratio: 1.7;
  object-fit: cover;
  margin-bottom: 19px;
}
.article-grid h2 {
  font-size: 25px;
}
.article-grid p {
  font-size: 15px;
  margin-top: 12px;
}
.search-field {
  max-width: 500px;
  position: relative;
  margin-bottom: 40px;
}
.search-field input {
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 18px;
  color: var(--ink);
}
.search-field label {
  display: block;
  font-size: 14px;
  margin-bottom: 9px;
}
.search-result {
  margin-bottom: 25px;
  font-size: 14px;
  color: var(--muted);
}
.support-layout {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 80px;
  align-items: start;
}
.support-form :is(input, textarea, select) {
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 48px;
  margin-bottom: 18px;
  padding: 12px;
  color: var(--ink);
}
.support-form label {
  display: block;
  margin-bottom: 8px;
}
.support-form textarea {
  min-height: 160px;
}
.support-form input[type="submit"] {
  background: var(--accent);
  color: var(--white);
  cursor: pointer;
}
.support-form .w-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.support-form input[type="checkbox"] {
  width: 20px;
  min-height: 20px;
  flex: none;
  margin-top: 5px;
}
.support-form .w-checkbox label {
  margin: 0;
}
.support-form input[type="hidden"] {
  display: none;
}
.error-page {
  text-align: center;
  padding-block: 80px 130px;
}
.error-page .error-number {
  font-size: 130px;
  letter-spacing: -0.04em;
  font-weight: 400;
  color: var(--accent);
  line-height: 1.2;
}
.error-page h1 {
  font-size: 40px;
  margin-top: 30px;
}
.error-page p {
  margin: 22px auto;
  max-width: 450px;
}
.error-page .button {
  margin-top: 15px;
}
.campaign-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  padding-block: 70px;
}
.campaign-hero img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.campaign-hero h1 {
  font-weight: 500;
  font-size: clamp(40px, 4.5vw, 66px);
}
.campaign-hero p {
  font-size: 18px;
  margin-top: 24px;
  max-width: 490px;
}
.campaign-hero .button {
  margin-top: 30px;
}
.campaign-body {
  max-width: 780px;
  padding-block: 20px 90px;
}

@media (prefers-color-scheme: dark) {
  .brand img,
  .footer-brand img {
    filter: brightness(0) invert(0.92);
  }
  .form-status.error {
    color: #ffada5;
  }
}
@media (min-width: 1600px) {

}
@media (max-width: 1100px) {
  .header-inner {
    gap: 22px;
  }
  .site-nav {
    gap: 17px;
    font-size: 13px;
  }
  .brand,
  .brand img {
    width: 165px;
  }
  .approach-grid,
  .faq-grid,
  .contact-grid {
    gap: 55px;
  }

  .process-steps {
    gap: 22px;
  }
}
@media (max-width: 900px) {
  .site-nav {
    display: none;
  }
  .header-cta {
    margin-inline-start: auto;
  }
  .menu-toggle {
    display: flex;
  }
  .mobile-nav {
    position: fixed;
    inset: 80px 0 auto;
    z-index: 30;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 24px var(--gutter) 32px;
  }
  .mobile-nav.is-open {
    display: grid;
    gap: 20px;
  }
  .mobile-nav a {
    font-size: 19px;
  }

  .paths-grid {
    gap: 22px;
  }
  .approach-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .approach-points {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .process-steps {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }
  .journal-grid {
    gap: 30px;
  }
  .journal-small {
    grid-template-columns: 1fr 90px;
    gap: 15px;
  }
  .journal-small img {
    width: 90px;
    height: 110px;
  }
  .journal-small h3 {
    font-size: 19px;
  }
  .contact-grid,
  .faq-grid {
    gap: 35px;
  }
  .contact-copy h2 {
    font-size: 42px;
  }
  .support-layout {
    gap: 35px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 36px 40px;
  }
  .footer-identity {
    grid-column: 1 / -1;
  }
}
@media (max-width: 767px) {
  :root {
    --gutter: 22px;
  }
  .section {
    padding-block: 65px;
  }
  .site-header {
    height: 70px;
  }
  .header-inner {
    gap: 12px;
  }
  .brand,
  .brand img {
    width: 143px;
  }
  .brand img {
    height: 60px;
  }
  .header-cta {
    font-size: 12px;
    min-height: 40px;
    padding: 7px 12px;
    gap: 10px;
  }
  .header-cta svg {
    display: none;
  }
  .menu-toggle {
    width: 40px;
    height: 40px;
  }
  .mobile-nav {
    top: 70px;
  }

  .service-paths {
    padding-top: 55px;
  }
  .section-intro {
    margin-bottom: 30px;
  }
  .section-intro p {
    font-size: 15px;
    margin-top: 17px;
  }
  .paths-grid {
    grid-template-columns: 1fr;
    gap: 43px;
  }
  .path-heading {
    margin-bottom: 16px;
  }
  .path-heading h3 {
    font-size: 26px;
  }
  .path-media {
    aspect-ratio: 1.5;
    margin-bottom: 18px;
  }
  .path p {
    min-height: 0;
    font-size: 15px;
  }
  .path ul {
    font-size: 12px;
    gap: 8px 11px;
  }
  .path li + li {
    padding-inline-start: 11px;
  }
  .path .text-link {
    font-size: 15px;
  }
  .approach {
    padding-block: 60px;
  }
  .approach-grid {
    gap: 35px;
  }
  .approach-points {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .approach-point {
    grid-template-columns: 33px 1fr;
    gap: 14px;
  }
  .approach-point h3 {
    font-size: 20px;
  }
  .approach-copy h2 {
    font-size: 34px;
  }
  .approach-copy p {
    font-size: 15px;
  }
  .process {
    padding-block: 65px;
  }
  .process-steps {
    gap: 32px 23px;
  }
  .process-step > span {
    font-size: 34px;
    margin-bottom: 18px;
  }
  .process-step h3 {
    font-size: 20px;
  }
  .process-step p {
    font-size: 14px;
  }
  .journal {
    padding-block: 60px;
  }
  .journal-header {
    align-items: flex-start;
    gap: 15px;
  }
  .journal-header h2 {
    font-size: 31px;
  }
  .journal-header .text-link {
    font-size: 12px;
    white-space: nowrap;
    gap: 8px;
  }
  .journal-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .journal-lead h3 {
    font-size: 25px;
  }
  .journal-small {
    grid-template-columns: 1fr 100px;
  }
  .journal-small img {
    width: 100px;
    height: 100px;
  }
  .journal-small h3 {
    font-size: 21px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-intro h2 {
    font-size: 33px;
  }
  .faq-intro p {
    margin-top: 15px;
    font-size: 15px;
  }
  .faq-intro .text-link {
    margin-top: 16px;
  }
  .faq-list summary {
    font-size: 16px;
    padding-block: 20px;
  }
  .contact-section {
    padding-block: 60px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .contact-copy h2 {
    font-size: 42px;
  }
  .contact-copy > p {
    font-size: 15px;
    margin-top: 17px;
  }
  .contact-details {
    margin-top: 22px;
    font-size: 16px;
  }
  .service-choice span {
    font-size: 14px;
    padding: 12px 8px;
  }
  .field-row {
    gap: 12px;
  }
  .field label {
    font-size: 13px;
  }
  .field input,
  .field select {
    font-size: 14px;
    padding: 12px 10px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
    padding-bottom: 28px;
  }
  .footer-brand img {
    width: 175px;
    height: 64px;
  }
  .footer-identity > p {
    margin-top: 14px;
    font-size: 13.5px;
  }
  .footer-column {
    gap: 11px;
    font-size: 13px;
    padding-top: 0;
  }
  .footer-bottom {
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
    font-size: 11px;
  }
  .site-footer {
    padding-bottom: 100px;
  }
  .floating-contact {
    display: none;
  }
  .mobile-contact {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: var(--paper);
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    padding: 10px 18px calc(10px + env(safe-area-inset-bottom));
    gap: 12px;
  }
  .mobile-contact a {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 44px;
  }
  .mobile-contact .button {
    padding: 8px 12px;
  }
  .page-heading {
    padding-block: 45px 32px;
  }
  .page-heading h1 {
    font-size: 36px;
  }
  .page-heading p {
    font-size: 16px;
  }
  .page-content {
    padding-bottom: 55px;
  }
  .prose {
    font-size: 16px;
  }
  .prose h2 {
    font-size: 26px;
  }
  .prose h3 {
    font-size: 22px;
  }
  .article-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .article-grid h2 {
    font-size: 25px;
  }
  .support-layout {
    grid-template-columns: 1fr;
  }
  .campaign-hero {
    grid-template-columns: 1fr;
    padding-top: 40px;
    gap: 35px;
  }
  .campaign-hero h1 {
    font-size: 42px;
  }
  .campaign-hero p {
    font-size: 16px;
  }
  .campaign-hero img {
    aspect-ratio: 1.5;
  }
  .campaign-body {
    padding-bottom: 55px;
  }
  .error-page {
    padding-top: 50px;
  }
  .error-page .error-number {
    font-size: 100px;
  }
  .error-page h1 {
    font-size: 32px;
  }
}
@media (max-width: 370px) {
  .brand,
  .brand img {
    width: 125px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }
  .header-inner {
    gap: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

}
.page-wide {
  max-width: 1320px;
}
.support-form .div-block-86 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 14px 0 25px;
}
.support-form .w-radio {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: 14px;
}
.support-form input[type="radio"],
.support-form input[type="checkbox"] {
  appearance: auto;
  width: 18px;
  height: 18px;
  min-height: 18px;
  padding: 0;
  margin: 0;
  accent-color: var(--accent);
}
.support-form .field-label-copy {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: -10px;
  margin-bottom: 20px;
}
.support-form .w-checkbox {
  margin-block: 25px;
}
.support-form .w-checkbox span {
  font-size: 14px;
}
.support-form .w-checkbox a {
  text-decoration: underline;
}
.support-layout > div:first-child {
  position: sticky;
  top: 115px;
}
.campaign-body .background h2:first-child {
  display: none;
}
.campaign-body h2 {
  font-size: 30px;
}
.campaign-body .container-10 {
  display: grid;
  gap: 18px;
}
.campaign-body a {
  display: inline-block;
  margin-block: 12px;
}
.campaign-body .background {
  border-top: 1px solid var(--line);
  padding-top: 30px;
}
.path-media picture {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {

  .support-layout > div:first-child {
    position: static;
  }

}
