:root {
  /* Compatibility aliases. Canonical values live in a4t-system.css. */
  --ink: var(--color-ink);
  --ink-soft: var(--color-ink-soft);
  --muted: var(--color-muted);
  --paper: var(--color-paper);
  --canvas: var(--color-canvas);
  --canvas-deep: var(--color-canvas-deep);
  --line: var(--color-line);
  --line-strong: var(--color-line-strong);
  --blue: var(--color-blue);
  --blue-deep: var(--color-blue-deep);
  --blue-soft: var(--color-blue-soft);
  --lime: var(--color-lime);
  --lime-soft: var(--color-lime-soft);
  --coral: var(--color-coral);
  --coral-soft: var(--color-coral-soft);
  --yellow-soft: var(--color-yellow-soft);
}

/* Brand development */
.brand-development-hero {
  background: var(--blue-soft);
}

.brand-routes-section,
.brand-start-section {
  background: var(--paper);
}

.brand-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.brand-route-grid article {
  display: grid;
  min-height: 410px;
  align-content: start;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 28px;
  background: var(--paper);
  scroll-margin-top: 90px;
}

.brand-route-grid article:nth-child(1),
.brand-route-grid article:nth-child(4) {
  background: var(--blue-soft);
}

.brand-route-grid article:nth-child(5) {
  background: var(--yellow-soft);
}

.brand-route-grid article > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.brand-route-grid article > p,
.brand-route-grid ul {
  color: var(--muted);
  font-size: 14px;
}

.brand-route-grid ul {
  padding-left: 18px;
}

.brand-route-example {
  display: grid;
  gap: 6px;
  border-top: 1px solid var(--line);
  padding-top: 15px;
}

.brand-route-example strong,
.brand-example-brief > span,
.brand-example-directory > div > span,
.brand-real-case span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-route-example p {
  color: var(--ink-soft);
  font-size: 13px;
}

.brand-route-grid .text-link {
  align-self: end;
  margin-top: auto;
}

.brand-stages-section {
  background: var(--canvas);
}

.brand-examples-section {
  background: var(--canvas);
}

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

.brand-example-case {
  border-bottom: 1px solid var(--line-strong);
}

.brand-example-case > summary {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  padding-block: 28px;
  cursor: pointer;
  list-style: none;
}

.brand-example-case > summary::-webkit-details-marker {
  display: none;
}

.brand-example-case > summary > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  color: var(--blue);
  background: var(--paper);
  font-size: 11px;
  font-weight: 800;
}

.brand-example-case > summary > div {
  display: grid;
  gap: 5px;
}

.brand-example-case > summary small {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-example-case > summary h3 {
  font-size: 25px;
}

.brand-example-case > summary p {
  max-width: 850px;
  color: var(--muted);
  font-size: 14px;
}

.brand-example-case > summary > strong {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 12px;
}

.brand-example-case > summary > strong::after {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-round);
  color: var(--ink);
  content: "+";
  font-size: 18px;
  font-weight: 500;
}

.brand-example-case[open] {
  padding-bottom: 42px;
}

.brand-example-case[open] > summary {
  margin-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.brand-example-case[open] > summary > strong::after {
  content: "\2212";
}

.brand-example-body {
  display: grid;
  grid-template-columns: minmax(230px, 0.65fr) minmax(0, 1.35fr);
  align-items: start;
  gap: 54px;
}

.brand-example-brief {
  display: grid;
  gap: 13px;
  border-left: 3px solid var(--blue);
  padding-left: 20px;
}

.brand-example-brief h4 {
  font-size: 22px;
}

.brand-example-brief p {
  color: var(--muted);
  font-size: 14px;
}

.brand-example-services {
  margin: 0;
  border-top: 1px solid var(--line);
}

.brand-example-services > div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding-block: 15px;
}

.brand-example-services dt {
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
}

.brand-example-services dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.brand-example-directory {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
  border-block: 1px solid var(--line-strong);
}

.brand-example-directory > div {
  display: grid;
  align-content: start;
  gap: 15px;
  padding: 34px 36px 34px 0;
}

.brand-example-directory > div + div {
  border-left: 1px solid var(--line);
  padding-inline: 36px 0;
}

.brand-example-directory ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 26px;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
}

.brand-real-case {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  margin-top: 42px;
  border-bottom: 1px solid var(--line-strong);
  padding: 8px 0 42px;
}

.brand-real-case > div {
  display: grid;
  gap: 8px;
}

.brand-real-case p {
  max-width: 740px;
  color: var(--muted);
}

.brand-writing-band {
  border-block: 1px solid var(--line);
  padding-block: 82px;
  background: var(--blue-soft);
}

.brand-writing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: start;
  gap: 84px;
}

.brand-writing-grid > div {
  display: grid;
  gap: 18px;
}

.brand-writing-grid p {
  max-width: 680px;
  font-size: 17px;
}

.brand-writing-grid .text-link {
  width: fit-content;
  margin-top: 6px;
}

.brand-start-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.brand-start-grid article {
  display: grid;
  min-height: 470px;
  align-content: start;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 30px;
  background: var(--paper);
}

.brand-start-grid article:nth-child(2) {
  background: var(--blue-soft);
}

.brand-start-grid article > p,
.brand-start-grid ul {
  color: var(--muted);
  font-size: 14px;
}

.brand-start-grid ul {
  padding-left: 18px;
}

.brand-start-grid .button {
  align-self: end;
  justify-self: start;
  margin-top: auto;
}

.brand-cost-ledger {
  margin-top: 38px;
}

@media (max-width: 900px) {
  .brand-route-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brand-start-grid {
    grid-template-columns: 1fr;
  }

  .brand-start-grid article {
    min-height: 0;
  }

  .brand-writing-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .brand-example-body,
  .brand-real-case {
    grid-template-columns: 1fr;
  }

  .brand-example-directory ul {
    grid-template-columns: 1fr;
  }

  .brand-real-case .button {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .brand-route-grid {
    grid-template-columns: 1fr;
  }

  .brand-route-grid article {
    min-height: 0;
    padding: 24px;
  }

  .brand-writing-band {
    padding-block: 64px;
  }

  .brand-writing-grid p {
    font-size: 16px;
  }

  .brand-start-grid article {
    padding: 24px;
  }

  .brand-example-case > summary {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 14px;
    padding-block: 24px;
  }

  .brand-example-case > summary > span {
    width: 34px;
    height: 34px;
  }

  .brand-example-case > summary h3 {
    font-size: 20px;
  }

  .brand-example-case > summary > strong {
    grid-column: 2;
    justify-self: start;
  }

  .brand-example-case[open] {
    padding-bottom: 32px;
  }

  .brand-example-case[open] > summary {
    margin-bottom: 26px;
  }

  .brand-example-body {
    gap: 28px;
  }

  .brand-example-services > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .brand-example-directory {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .brand-example-directory > div,
  .brand-example-directory > div + div {
    border-left: 0;
    padding: 28px 0;
  }

  .brand-example-directory > div + div {
    border-top: 1px solid var(--line);
  }

  .brand-real-case {
    gap: 24px;
  }
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

main [id] {
  scroll-margin-top: 88px;
}

main section[id] {
  scroll-margin-top: 72px;
}

main h2[id] {
  scroll-margin-top: 140px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: var(--font-sans);
  font-size: var(--text-body);
  line-height: var(--leading-body);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

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

h1,
h2,
h3,
h4,
strong {
  color: var(--ink);
}

h1,
h2,
h3,
h4 {
  margin-bottom: 0;
  font-weight: 500;
  line-height: var(--leading-display);
}

h3,
h4 {
  font-weight: 600;
}

h1 {
  max-width: 820px;
  font-size: var(--text-display);
}

h2 {
  max-width: 760px;
  font-size: var(--text-heading);
}

h3 {
  font-size: var(--text-subheading);
  line-height: 1.2;
}

h4 {
  font-size: 15px;
  line-height: 1.35;
  text-transform: uppercase;
}

p {
  margin-bottom: 0;
  color: var(--muted);
}

ul {
  margin: 0;
  padding-left: 1.15em;
}

li + li {
  margin-top: 7px;
}

[hidden] {
  display: none !important;
}

.container {
  width: min(var(--measure-wide), calc(100% - (2 * var(--gutter-desktop))));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 72px;
  border-bottom: 1px solid rgba(23, 32, 29, 0.12);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.nav-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  height: 100%;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
}

.brand-mark {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: var(--radius-control);
  background: var(--paper);
  object-fit: cover;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
}

.nav-links a {
  position: relative;
  padding: 23px 0 20px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-mobile-contact {
  display: none;
}

.top-action,
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius-control);
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: transform var(--motion-fast) var(--ease-standard), background-color var(--motion-fast) var(--ease-standard), border-color var(--motion-fast) var(--ease-standard), color var(--motion-fast) var(--ease-standard);
}

.top-action,
.button-primary {
  color: #fff;
  background: var(--blue);
}

.top-action:hover,
.button-primary:hover {
  background: var(--blue-deep);
  transform: translateY(-2px);
}

.button-secondary {
  border-color: var(--line-strong);
  color: var(--ink);
  background: transparent;
}

.button-secondary:hover {
  border-color: var(--ink);
  background: var(--paper);
  transform: translateY(-2px);
}

.button-dark {
  color: #fff;
  background: var(--ink);
}

.button-dark:hover {
  background: var(--blue-deep);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  color: var(--ink);
  background: var(--paper);
}

.menu-toggle-lines,
.menu-toggle-lines::before,
.menu-toggle-lines::after {
  display: block;
  width: 19px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform var(--motion-fast) ease;
}

.menu-toggle-lines {
  position: relative;
}

.menu-toggle-lines::before {
  position: absolute;
  top: -6px;
}

.menu-toggle-lines::after {
  position: absolute;
  top: 6px;
}

.nav-open .menu-toggle-lines {
  background: transparent;
}

.nav-open .menu-toggle-lines::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-open .menu-toggle-lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.section,
.share-band,
.photo-enquiry-band {
  padding-block: var(--section-desktop);
}

.section-header,
.services-heading-row,
.refined-section-heading,
.photo-page-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 56px;
  margin-bottom: 42px;
}

.section-header > div:first-child,
.services-heading-row > div:first-child,
.refined-section-heading > div:first-child,
.photo-page-heading > div:first-child {
  display: grid;
  gap: 22px;
}

.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.section-kicker::before,
.eyebrow::before {
  width: 24px;
  height: 2px;
  flex: 0 0 24px;
  background: var(--blue);
  content: "";
}

.lead {
  max-width: 720px;
  font-size: var(--text-lead);
  line-height: var(--leading-body);
}

.text-link,
.photo-portfolio-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-bottom: 1px solid currentColor;
  color: var(--blue);
  font-weight: 730;
  line-height: 1.35;
}

.text-link:hover,
.photo-portfolio-link:hover {
  color: var(--blue-deep);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 80px;
}

.subhero {
  padding-block: 88px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.subhero-inner {
  display: grid;
  align-content: center;
  gap: 28px;
}

.subhero-inner h1 {
  max-width: 780px;
  font-size: 50px;
}

.subhero-inner > p {
  max-width: 720px;
  font-size: 18px;
}

footer {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-inner {
  display: flex;
  min-height: 126px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

.footer-links a:hover {
  color: var(--blue);
}

/* Home */
.refined-hero {
  --hero-gutter: max(28px, calc((100vw - var(--measure-wide)) / 2));
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 58%) minmax(0, 42%);
  grid-template-rows: 626px 74px;
  min-height: 700px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--blue-soft);
}

.refined-hero-inner {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  width: min(680px, calc(100% - var(--hero-gutter)));
  min-height: 626px;
  margin-left: var(--hero-gutter);
  align-content: center;
  gap: 24px;
}

.refined-hero h1 {
  max-width: 680px;
  font-size: 54px;
  color: var(--ink);
}

.refined-hero-inner > p {
  max-width: 620px;
  color: var(--ink-soft);
  font-size: 18px;
}

.hero-work-field {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-rows: 72px minmax(0, 1fr);
  min-height: 626px;
  border-left: 1px solid var(--line);
  background: var(--paper);
}

.hero-work-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding-inline: 28px;
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
}

.hero-work-head strong {
  font-size: 11px;
}

.hero-work-list {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.hero-work-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 14px 28px;
}

.hero-work-item:last-child {
  border-bottom: 0;
}

.hero-work-item > div:nth-child(2) {
  display: grid;
  gap: 5px;
}

.hero-work-item span,
.hero-work-item em {
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-work-item strong {
  font-size: 19px;
}

.hero-work-thumb {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: var(--canvas);
}

.hero-work-thumb img {
  display: block;
  max-width: none;
}

.hero-work-thumb-app img {
  width: 58px;
  height: 58px;
  border-radius: var(--radius-control);
}

.hero-work-thumb-design img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.42);
}

.hero-work-thumb-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
}

.hero-work-thumb-writing img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.work-shot,
.work-tile {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.work-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--motion-gallery) ease;
}

.work-shot:hover img {
  transform: scale(1.025);
}

.work-shot-portrait img {
  object-position: 50% 35%;
}

.work-shot-event img {
  object-position: 54% 48%;
}

.work-shot-product img {
  object-position: 50% 50%;
}

.work-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 5px;
  padding: 30px;
}

.work-tile span {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.work-tile strong {
  font-size: 30px;
  line-height: 1;
}

.work-tile-app {
  position: relative;
  background: var(--paper);
}

.work-tile-app img {
  width: 42%;
  max-width: 145px;
  aspect-ratio: 1;
  margin-bottom: auto;
  object-fit: cover;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.work-tile-pulse,
.work-tile-writing {
  position: relative;
  background: var(--paper);
}

.work-tile-pulse img,
.work-tile-writing img {
  width: 58%;
  aspect-ratio: 1;
  margin: 0 auto auto;
  border-radius: var(--radius-control);
  object-fit: cover;
}

.work-tile-pulse img {
  width: 70%;
  transform: scale(1.45);
}

.work-tile-writing {
  background: var(--lime-soft);
}

.work-tile-writing img {
  box-shadow: var(--shadow-card);
}

.work-tile-writing strong {
  font-size: 22px;
}

.work-tile-design {
  color: var(--ink);
  background: var(--lime);
}

.work-tile-design strong {
  font-size: 43px;
}

.refined-service-rail {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: min(calc(100% - 56px), var(--measure-wide));
  min-height: 74px;
  margin-inline: auto;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
}

.refined-service-rail a {
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid var(--line);
  padding: 16px 18px;
  font-size: 13px;
  font-weight: 700;
  transition: background-color var(--motion-fast) ease, color var(--motion-fast) ease;
}

.refined-service-rail a:last-child {
  border-right: 0;
}

.refined-service-rail a:hover {
  color: var(--blue-deep);
  background: var(--lime-soft);
}

.refined-service-rail span {
  color: var(--blue);
  font-size: 10px;
}

.refined-intro {
  background: var(--paper);
}

.refined-intro-grid,
.refined-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: start;
  gap: 88px;
}

.refined-intro-grid > div,
.refined-cta-grid > div {
  display: grid;
  gap: 24px;
}

.refined-services {
  background: var(--canvas);
}

.service-directory {
  border-top: 1px solid var(--line-strong);
}

.service-row {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1.2fr) minmax(230px, 0.65fr) auto;
  align-items: center;
  gap: 34px;
  min-height: 174px;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
  transition: background-color var(--motion-fast) ease, padding var(--motion-fast) ease;
}

.service-row:hover {
  padding-inline: 22px;
  background: var(--paper);
}

.service-index {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  color: var(--blue);
  background: var(--paper);
  font-size: 11px;
  font-weight: 800;
}

.service-row:nth-child(2) .service-index {
  color: var(--ink);
  background: var(--lime);
}

.service-row:nth-child(3) .service-index {
  color: var(--ink);
  background: var(--coral-soft);
}

.service-row:nth-child(4) .service-index {
  background: var(--blue-soft);
}

.service-row:nth-child(5) .service-index {
  color: var(--ink);
  background: var(--yellow-soft);
}

.service-row > div {
  display: grid;
  gap: 12px;
}

.service-row h3 {
  font-size: 25px;
}

.service-professional {
  display: grid;
  gap: 5px;
  color: var(--ink-soft);
  font-size: 14px;
}

.service-professional span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.section-action {
  margin-top: 34px;
}

.refined-proof {
  background: var(--paper);
}

.refined-proof-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
  gap: 76px;
}

.proof-visual {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: var(--blue-soft);
}

.proof-visual::before,
.proof-visual::after {
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(40, 88, 214, 0.18);
  border-radius: var(--radius-round);
  content: "";
}

.proof-visual::after {
  width: 104%;
}

.proof-visual img {
  position: relative;
  z-index: 1;
  width: 42%;
  aspect-ratio: 1;
  border-radius: var(--radius-feature);
  box-shadow: var(--shadow-soft);
}

.proof-visual > span {
  position: absolute;
  bottom: 26px;
  left: 28px;
  color: var(--blue-deep);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.proof-copy {
  display: grid;
  align-content: center;
  gap: 28px;
}

.product-update {
  border-block: 1px solid var(--line);
  background: var(--canvas);
}

.product-update-grid,
.product-release-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 76px;
}

.product-update-art,
.product-release-icon {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: #15181e;
}

.product-update-art img,
.product-release-icon img {
  width: min(68%, 300px);
  aspect-ratio: 1;
  border-radius: var(--radius-feature);
}

.product-update-art span {
  position: absolute;
  bottom: 24px;
  left: 26px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-update-copy,
.product-release-copy {
  display: grid;
  align-content: center;
  gap: 24px;
}

.product-release {
  border-block: 1px solid var(--line);
  background: var(--blue-soft);
}

.product-release-icon {
  min-height: 360px;
}

.proof-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-block: 1px solid var(--line);
}

.proof-facts > div {
  display: grid;
  gap: 7px;
  padding: 20px 18px 20px 0;
}

.proof-facts > div + div {
  border-left: 1px solid var(--line);
  padding-left: 24px;
}

.proof-facts span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.work-feed {
  border-block: 1px solid var(--line);
  background: var(--paper);
}

.work-feed-grid {
  border-top: 1px solid var(--line-strong);
}

.work-feed-card {
  display: grid;
  grid-template-columns: 42px 250px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  min-width: 0;
  min-height: 228px;
  border-bottom: 1px solid var(--line);
  padding-block: 28px;
  background: var(--paper);
}

.work-feed-index {
  align-self: start;
  padding-top: 8px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.work-feed-media {
  display: grid;
  width: 250px;
  height: 168px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: var(--canvas);
}

.work-feed-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--motion-medium) ease;
}

.work-feed-app .work-feed-media {
  background: var(--canvas);
}

.work-feed-app .work-feed-media img {
  width: 112px;
  height: 112px;
  border-radius: var(--radius-card);
}

.work-feed-app:hover .work-feed-media img {
  transform: scale(1.018);
}

.work-feed-design .work-feed-media img {
  transform: scale(1.38);
}

.work-feed-design:hover .work-feed-media img {
  transform: scale(1.4);
}

.work-feed-photo .work-feed-media img {
  object-position: 50% 44%;
}

.work-feed-writing .work-feed-media {
  background: var(--canvas);
}

.work-feed-writing .work-feed-media img {
  width: 126px;
  height: auto;
  aspect-ratio: 1;
  border-radius: var(--radius-control);
}

.work-feed-writing:hover .work-feed-media img {
  transform: scale(1.018);
}

.work-feed-copy {
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1.15fr) auto;
  align-items: center;
  gap: 32px;
}

.work-feed-copy h3 {
  font-size: 25px;
}

.work-feed-copy p {
  max-width: 52ch;
}

.work-feed-title {
  display: grid;
  gap: 10px;
}

.work-feed-label,
.work-feed-route span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.work-feed-route {
  display: grid;
  gap: 10px;
}

.work-feed-route strong {
  font-size: 16px;
  line-height: 1.45;
}

.visual-work-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 14px;
}

.visual-work-grid a,
.visual-work-grid figure {
  min-width: 0;
  margin: 0;
}

.visual-work-grid figure {
  position: relative;
  height: 510px;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: var(--paper);
}

.visual-work-grid a:nth-child(2) figure,
.visual-work-grid a:nth-child(3) figure {
  height: 420px;
  margin-top: 90px;
}

.visual-work-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--motion-reveal-slow) ease;
}

.visual-work-grid a:hover img {
  transform: scale(1.025);
}

.visual-work-grid figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: grid;
  gap: 2px;
  border-radius: var(--radius-control);
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.94);
}

.visual-work-grid figcaption span {
  color: var(--muted);
  font-size: 12px;
}

.refined-process {
  background: var(--paper);
}

.refined-process-grid,
.pricing-route,
.design-process-grid,
.photo-process-grid,
.delivery-model-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-strong);
}

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

.refined-process-grid article,
.pricing-route article,
.design-process-grid article,
.photo-process-grid article,
.delivery-model-grid article {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 250px;
  border-right: 1px solid var(--line);
  padding: 28px 28px 28px 0;
}

.refined-process-grid article + article,
.pricing-route article + article,
.design-process-grid article + article,
.photo-process-grid article + article,
.delivery-model-grid article + article {
  padding-left: 28px;
}

.refined-process-grid article:last-child,
.pricing-route article:last-child,
.design-process-grid article:last-child,
.photo-process-grid article:last-child,
.delivery-model-grid article:last-child {
  border-right: 0;
}

.refined-process-grid article > span,
.pricing-route article > span,
.design-process-grid article > span,
.photo-process-grid article > span,
.delivery-model-grid article > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.refined-final-cta,
.services-final-cta,
.app-final-cta,
.photo-enquiry-band {
  background: var(--lime-soft);
}

/* Service overview */
.services-hero,
.app-subhero,
.design-hero {
  background: var(--paper);
}

.services-hero-grid,
.app-hero-grid,
.design-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: stretch;
  gap: 76px;
}

.project-brief-board,
.app-idea-board,
.design-proof-board {
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 5px solid var(--blue);
  border-radius: var(--radius-card);
  background: var(--blue-soft);
}

.project-board-head,
.app-idea-head,
.design-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 18px 22px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}

.project-brief-board dl {
  display: grid;
  margin: 0;
}

.project-brief-board dl > div {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding: 17px 22px;
}

.project-brief-board dl > div:last-child {
  border-bottom: 0;
}

.project-brief-board dt {
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 750;
}

.project-brief-board dd {
  margin: 0;
  font-size: 14px;
}

.services-model,
.app-reality-section,
.design-scope-section,
.photo-scope-section {
  background: var(--canvas-deep);
}

.delivery-model-grid article {
  min-height: 270px;
}

.delivery-model-core {
  background: var(--lime-soft);
}

.service-map-section,
.design-categories-section,
.photo-package-section {
  background: var(--paper);
}

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

.scope-service {
  border-bottom: 1px solid var(--line-strong);
  scroll-margin-top: 90px;
}

.scope-service > summary {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding-block: 31px;
  cursor: pointer;
  list-style: none;
}

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

.scope-service > summary > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  color: var(--blue);
  background: var(--paper);
  font-size: 11px;
  font-weight: 800;
}

.scope-service:nth-child(2) > summary > span {
  color: var(--ink);
  background: var(--lime-soft);
}

.scope-service:nth-child(3) > summary > span {
  color: var(--ink);
  background: var(--coral-soft);
}

.scope-service:nth-child(4) > summary > span {
  background: var(--blue-soft);
}

.scope-service:nth-child(5) > summary > span {
  color: var(--ink);
  background: var(--yellow-soft);
}

.scope-service > summary > div {
  display: grid;
  gap: 5px;
}

.scope-service > summary small {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.scope-service > summary h3 {
  font-size: 29px;
}

.scope-service > summary p {
  max-width: 820px;
  color: var(--muted);
  font-size: 15px;
}

.scope-service > summary > strong {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-size: 13px;
}

.scope-service > summary > strong::after {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-round);
  color: var(--ink);
  content: "+";
  font-size: 18px;
  font-weight: 500;
}

.scope-service[open] {
  padding-bottom: 48px;
}

.scope-service[open] > summary {
  margin-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.scope-service[open] > summary > strong::after {
  content: "\2212";
}

.scope-service > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 22px;
}

.scope-service > header > div {
  display: grid;
  gap: 7px;
}

.scope-service > header span,
.scope-service > footer span,
.scope-start span,
.specialist-reference span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.scope-service > header h3 {
  font-size: 37px;
}

.scope-intro {
  max-width: 850px;
  margin-bottom: 35px;
  font-size: 19px;
}

.scope-service-body {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.5fr);
  gap: 64px;
}

.scope-service-body h4 {
  margin-bottom: 18px;
  color: var(--muted);
}

.scope-writing-visual {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: var(--lime-soft);
}

.scope-writing-visual img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.scope-writing-visual figcaption {
  display: grid;
  gap: 7px;
  padding: 20px 24px 20px 0;
}

.scope-writing-visual figcaption strong {
  font-size: 20px;
}

.scope-writing-visual figcaption span {
  max-width: 34ch;
  color: var(--muted);
}

.scope-category-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 26px;
  padding: 0;
  list-style: none;
}

.scope-category-list li {
  display: grid;
  gap: 5px;
  border-top: 1px solid var(--line);
  padding-block: 16px;
}

.scope-category-list li + li {
  margin-top: 0;
}

.scope-category-list span {
  color: var(--muted);
  font-size: 14px;
}

.scope-driver-panel {
  border-radius: var(--radius-card);
  padding: 26px;
  background: var(--blue-soft);
}

.scope-driver-panel ul {
  color: var(--ink-soft);
  font-size: 14px;
}

.scope-driver-panel .text-link {
  display: inline-block;
  margin-top: 22px;
}

.scope-start {
  display: grid;
  gap: 7px;
  margin-top: 24px;
  border-top: 1px solid rgba(40, 88, 214, 0.2);
  padding-top: 18px;
}

.scope-service > footer {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 13px;
}

.specialist-reference {
  display: grid;
  gap: 7px;
  margin-top: 24px;
  border-radius: var(--radius-card);
  padding: 20px;
  background: var(--yellow-soft);
}

.specialist-reference a {
  width: fit-content;
  border-bottom: 1px solid;
  color: var(--blue);
  font-weight: 700;
}

.scope-pricing-section {
  background: var(--canvas);
}

.pricing-route article strong {
  margin-top: auto;
  color: var(--blue-deep);
  font-size: 13px;
}

/* App development */
.app-idea-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.app-idea-list > div {
  display: grid;
  min-height: 175px;
  align-content: start;
  gap: 12px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px;
  background: rgba(255, 255, 255, 0.55);
}

.app-idea-list > div:nth-child(even) {
  border-right: 0;
}

.app-idea-list > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.app-idea-list span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.app-idea-list p {
  font-size: 14px;
}

.app-type-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.app-type-grid article,
.design-category-grid article,
.photo-service-package,
.service-card {
  display: grid;
  align-content: start;
  gap: 17px;
  min-height: 285px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 28px;
  background: var(--paper);
}

.app-type-grid article > span,
.design-category-grid article > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.app-type-grid article strong {
  margin-top: auto;
  color: var(--blue-deep);
  font-size: 13px;
}

.app-examples-section {
  border-block: 1px solid var(--line);
  background: var(--canvas);
}

.app-example-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.app-example-grid article {
  display: grid;
  min-height: 300px;
  align-content: start;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 28px;
  background: var(--paper);
}

.app-example-grid article > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.app-example-grid article > p {
  color: var(--muted);
  font-size: 14px;
}

.app-example-grid .text-link {
  align-self: end;
  width: fit-content;
  margin-top: auto;
}

.app-example-note {
  max-width: 900px;
  margin: 30px 0 0;
  border-left: 3px solid var(--blue);
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
}

.app-cost-ledger {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
  border-block: 1px solid var(--line-strong);
}

.app-cost-ledger > div {
  display: grid;
  gap: 9px;
  border-right: 1px solid var(--line);
  padding: 24px 22px;
}

.app-cost-ledger > div:last-child {
  border-right: 0;
}

.app-cost-ledger span,
.package-top span,
.photo-package-top span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.app-cost-ledger p {
  font-size: 13px;
}

.app-package-grid,
.photo-service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.app-package {
  display: grid;
  align-content: start;
  gap: 22px;
  min-height: 440px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 32px;
  background: var(--paper);
}

.package-top,
.photo-package-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}

.app-package .service-list {
  color: var(--muted);
}

.app-package .button,
.photo-service-package .button {
  width: fit-content;
  margin-top: auto;
}

.package-highlight {
  border-color: rgba(40, 88, 214, 0.35);
  background: var(--blue-soft);
}

.package-dark {
  color: var(--ink);
  background: var(--lime-soft);
}

.package-note {
  max-width: 880px;
  margin: 28px auto 0;
  text-align: center;
  font-size: 13px;
}

.app-proof-section {
  background: var(--blue-soft);
}

.app-proof {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: center;
  gap: 72px;
}

.app-proof > div:first-child {
  display: grid;
  gap: 23px;
}

.app-proof-mark {
  display: flex;
  align-items: center;
  gap: 22px;
  border-radius: var(--radius-card);
  padding: 28px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.app-proof-mark img {
  width: 112px;
  border-radius: var(--radius-card);
}

.app-proof-mark > div {
  display: grid;
  gap: 5px;
}

.app-proof-mark strong {
  font-size: 28px;
}

.app-proof-mark span {
  color: var(--muted);
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.faq-grid details {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 22px;
  background: var(--paper);
}

.faq-grid summary {
  cursor: pointer;
  font-weight: 720;
}

.faq-grid details p {
  margin-top: 16px;
}

.share-band {
  padding-block: 34px;
  background: var(--blue);
}

.share-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
}

.share-inner > div {
  display: flex;
  align-items: center;
  gap: 22px;
}

.share-inner strong,
.share-inner span,
.share-inner a {
  color: #fff;
}

.share-inner a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 700;
}

/* Design */
.design-proof-main,
.design-proof-secondary {
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 22px;
  background: rgba(255, 255, 255, 0.55);
}

.design-proof-main img,
.design-proof-secondary img {
  width: 82px;
  aspect-ratio: 1;
  border-radius: var(--radius-control);
  object-fit: cover;
}

.design-proof-main > div,
.design-proof-secondary > div {
  display: grid;
  gap: 5px;
}

.design-proof-main span,
.design-proof-secondary span,
.design-output-strip span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.design-proof-main strong,
.design-proof-secondary strong {
  font-size: 20px;
}

.design-output-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 16px 20px;
  background: var(--lime-soft);
}

.design-category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.design-category-grid article:nth-child(1) {
  background: var(--blue-soft);
}

.design-category-grid article:nth-child(2) {
  background: var(--lime-soft);
}

.design-category-grid article:nth-child(3) {
  background: var(--coral-soft);
}

.design-category-grid article:nth-child(4) {
  background: var(--yellow-soft);
}

.design-category-grid ul {
  color: var(--muted);
  font-size: 14px;
}

.design-cost-list {
  margin: 0;
  border-top: 1px solid var(--line-strong);
}

.design-cost-list > div {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.design-cost-list dt {
  color: var(--blue);
  font-size: 12px;
  font-weight: 750;
}

.design-cost-list dd {
  margin: 0;
}

.design-process-section {
  background: var(--paper);
}

/* Photography */
.photo-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.photo-hero-media {
  position: absolute;
  inset: 0 0 0 52%;
  width: 48%;
  height: 100%;
  overflow: hidden;
}

.photo-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.photo-slide figure picture {
  display: block;
  width: 100%;
  height: 100%;
}

.drone-aerial-visual picture {
  display: block;
  width: 100%;
}

.photo-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 548px;
  align-content: center;
  gap: 27px;
  padding-right: 54%;
}

.photo-hero-inner h1 {
  color: var(--ink);
  font-size: 50px;
}

.photo-hero-inner > p {
  color: var(--muted);
  font-size: 20px;
}

.photo-hero .button-secondary {
  border-color: var(--line-strong);
  color: var(--ink);
}

.photo-hero-routes {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 72px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
}

.photo-hero-routes span {
  display: flex;
  align-items: center;
  border-right: 1px solid var(--line);
  padding: 16px;
  font-size: 13px;
  font-weight: 700;
}

.photo-work-section {
  color: var(--ink);
  background: var(--canvas);
}

.photo-work-section h2,
.photo-work-section .lead,
.photo-work-section .section-kicker,
.photo-work-section strong {
  color: var(--ink);
}

.photo-carousel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.photo-carousel-top,
.photo-tabs,
.photo-credit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.photo-carousel-top {
  border-bottom: 1px solid var(--line);
  padding: 18px 22px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0;
}

.photo-carousel-controls {
  display: flex;
  gap: 7px;
}

.photo-carousel-controls button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  color: var(--ink);
  background: var(--paper);
  cursor: pointer;
}

.photo-carousel-controls button:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.photo-tabs {
  justify-content: flex-start;
  border-bottom: 1px solid var(--line);
  padding: 0 22px;
}

.photo-tabs button {
  position: relative;
  border: 0;
  padding: 17px 5px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.photo-tabs button + button {
  margin-left: 24px;
}

.photo-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--blue);
  content: "";
  opacity: 0;
}

.photo-tabs button.active {
  color: var(--ink);
}

.photo-tabs button.active::after {
  opacity: 1;
}

.photo-slide {
  display: grid;
  grid-template-columns: 0.65fr 1.3fr 0.85fr 0.85fr;
  min-height: 570px;
  gap: 10px;
  padding: 10px;
}

.photo-slide > div {
  display: grid;
  align-content: end;
  gap: 9px;
  border-radius: var(--radius-control);
  padding: 26px;
  background: var(--blue-soft);
}

.photo-slide > div span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.photo-slide figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-control);
  background: var(--canvas-deep);
}

.photo-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-slide .editorial-cover {
  background: #292521;
}

.photo-slide .editorial-cover img {
  object-fit: contain;
  object-position: center;
}

.photo-slide figure:nth-of-type(1) img {
  object-position: center 30%;
}

.photo-slide figure.editorial-cover img {
  object-position: center;
}

.event-slide figure:nth-of-type(1) img,
.hospitality-slide figure:nth-of-type(1) img {
  object-position: center;
}

.event-slide .event-dj-photo img {
  object-position: 72% center;
}

.photo-slide figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: var(--radius-control);
  padding: 8px 11px;
  color: var(--ink);
  background: var(--color-paper-overlay);
  font-size: 11px;
  font-weight: 700;
}

.photo-credit-row {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}

.photo-scope-factors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.photo-scope-factors article {
  display: grid;
  gap: 14px;
  border-top: 1px solid var(--line-strong);
  padding: 24px 0;
}

.photo-scope-factors article > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.photo-service-package {
  min-height: 490px;
}

.photo-service-package ul {
  color: var(--muted);
}

.photo-service-featured {
  background: var(--lime-soft);
}

.photo-process-section {
  color: var(--ink);
  background: var(--blue-soft);
}

.photo-process-section h2,
.photo-process-section h3,
.photo-process-section p,
.photo-process-section .section-kicker {
  color: inherit;
}

.photo-portfolio-link {
  color: var(--blue);
}

/* About, work, history, legal and contact */
.about-grid,
.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.about-panel,
.venture-card,
.contact-block,
.legal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 34px;
  background: var(--paper);
}

.about-panel {
  position: relative;
  display: grid;
  gap: 24px;
  min-height: 360px;
  overflow: hidden;
}

.about-panel:first-child {
  background: var(--blue-soft);
}

.about-panel:nth-child(2) {
  background: var(--lime-soft);
}

.about-panel > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.about-panel::after {
  position: absolute;
  right: 26px;
  bottom: 18px;
  color: rgba(40, 88, 214, 0.08);
  content: "A4T";
  font-size: 104px;
  font-weight: 850;
  line-height: 1;
  pointer-events: none;
}

.about-panel:nth-child(2)::after {
  color: rgba(23, 32, 29, 0.07);
  content: "ASK";
}

.section-contrast {
  border-block: 1px solid var(--line);
  background: var(--paper);
}

.venture {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: 80px;
}

.venture-copy {
  display: grid;
  gap: 22px;
}

.venture-card {
  display: grid;
  gap: 22px;
  background: var(--blue-soft);
  box-shadow: var(--shadow-soft);
}

.venture-card > p {
  display: grid;
  gap: 10px;
}

.venture-card > p strong {
  font-size: 22px;
}

.venture-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.venture-appicon {
  width: 84px;
  aspect-ratio: 1;
  border-radius: var(--radius-card);
}

.venture-name {
  display: grid;
}

.venture-name strong {
  font-size: 25px;
}

.venture-name span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.venture-actions {
  display: grid;
  gap: 12px;
}

.venture-primary-link {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  border-radius: var(--radius-control);
  padding: 10px 16px;
  color: #fff;
  background: var(--ink);
  font-size: 14px;
  font-weight: 720;
}

.venture-actions .button {
  width: fit-content;
}

.service-grid {
  grid-template-columns: repeat(4, 1fr);
}

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

.service-card {
  min-height: 250px;
}

.service-card > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.service-card:nth-child(2) {
  background: var(--lime-soft);
}

.service-card:nth-child(3) {
  background: var(--coral-soft);
}

.service-card:nth-child(4) {
  background: var(--yellow-soft);
}

.history-main {
  background: var(--canvas);
}

.history-hero {
  padding-block: 80px 54px;
  background: transparent;
}

.history-hero > div {
  display: grid;
  max-width: 880px;
  gap: 24px;
}

.history-hero h1 {
  font-size: 50px;
}

.timeline-section {
  padding-bottom: 100px;
}

.timeline-track {
  position: relative;
  display: grid;
  gap: 18px;
}

.timeline-track::before {
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 34px;
  width: 2px;
  background: var(--line-strong);
  content: "";
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
}

.timeline-marker {
  z-index: 1;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-round);
  color: var(--blue);
  background: var(--paper);
  font-size: 12px;
  font-weight: 800;
}

.timeline-card {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 30px;
  background: var(--paper);
}

.timeline-card > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.timeline-card-highlight {
  border-color: rgba(40, 88, 214, 0.35);
  background: var(--blue-soft);
}

.contact-block {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
  border: 0;
  padding: 0;
  background: transparent;
}

.contact-block > div:first-child {
  display: grid;
  align-content: start;
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 34px;
  background: var(--blue-soft);
}

.contact-block + * {
  margin-top: 0;
}

.contact-brief-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.contact-brief-list > div {
  display: grid;
  grid-template-columns: 34px 120px 1fr;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-block: 17px;
}

.contact-brief-list span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 19px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 34px;
  background: var(--paper);
}

.contact-form label:not(.consent) {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 720;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-control);
  padding: 13px 14px;
  color: var(--ink);
  background: var(--canvas);
  outline: none;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: var(--shadow-focus);
}

.consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--blue);
}

.submit-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.form-status,
.contact-email-note {
  min-height: 22px;
  color: var(--muted);
  font-size: 13px;
}

.legal-main {
  padding-block: 80px 100px;
  background: var(--canvas);
}

.legal-card {
  max-width: 920px;
  margin-inline: auto;
}

.legal-card-hero {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 30px;
  background: transparent;
}

.legal-card h1 {
  font-size: 46px;
}

.legal-card h2 {
  margin-top: 34px;
  font-size: 25px;
}

@media (prefers-reduced-motion: no-preference) {
  main > :first-child {
    animation: page-settle var(--motion-emphasis) var(--ease-enter) both;
  }

  .motion-ready .motion-section {
    opacity: 1;
    transform: none;
  }

  .motion-ready .motion-section.is-visible {
    animation: section-settle var(--motion-section) var(--ease-enter) both;
  }

  .scope-service[open] .scope-service-body,
  .photo-slide.active {
    animation: content-reveal var(--motion-content) var(--ease-enter) both;
  }

  .nav-links[data-open="true"] {
    animation: menu-reveal var(--motion-fast) var(--ease-standard) both;
  }

  @keyframes page-settle {
    from { transform: translateY(7px); }
    to { transform: translateY(0); }
  }

  @keyframes section-settle {
    from { opacity: 0.9; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes content-reveal {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes menu-reveal {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

@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;
  }
}

@media (max-width: 1100px) {
  h1 {
    font-size: var(--text-display-compact);
  }

  .refined-hero h1 {
    font-size: 47px;
  }

  h2 {
    font-size: var(--text-heading-compact);
  }

  .nav-links {
    gap: 17px;
  }

  .top-action {
    padding-inline: 15px;
  }

  .service-row {
    grid-template-columns: 50px minmax(0, 1fr) minmax(190px, 0.55fr) auto;
    gap: 22px;
  }

  .services-hero-grid,
  .app-hero-grid,
  .design-hero-grid {
    gap: 42px;
  }

  .photo-slide {
    grid-template-columns: 0.55fr 1.2fr 0.8fr 0.8fr;
    min-height: 510px;
  }
}

@media (max-width: 900px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(100% - (2 * var(--gutter-tablet)), var(--measure-wide));
  }

  .nav {
    height: 68px;
  }

  .nav-inner {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .top-action {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: fixed;
    z-index: 49;
    top: 68px;
    right: 0;
    bottom: auto;
    left: 0;
    display: none;
    height: calc(100dvh - 68px);
    align-content: start;
    justify-content: stretch;
    overflow: auto;
    overscroll-behavior: contain;
    border-top: 1px solid var(--line);
    padding: 18px;
    background: var(--paper);
  }

  .nav-links[data-open="true"] {
    display: grid;
  }

  .nav-links a {
    display: flex;
    align-items: center;
    min-height: 56px;
    border-bottom: 1px solid var(--line);
    padding: 12px 2px;
    font-size: 20px;
  }

  .nav-links a::after {
    display: none;
  }

  .nav-mobile-contact {
    display: flex !important;
    justify-content: center;
    margin-top: 12px;
    border: 0 !important;
    border-radius: var(--radius-control);
    color: #fff !important;
    background: var(--blue);
    font-size: 16px !important;
  }

  .section,
  .share-band,
  .photo-enquiry-band {
    padding-block: 68px;
  }

  .section-header,
  .services-heading-row,
  .refined-section-heading,
  .photo-page-heading,
  .refined-intro-grid,
  .refined-cta-grid,
  .split,
  .services-hero-grid,
  .app-hero-grid,
  .design-hero-grid,
  .refined-proof-grid,
  .product-update-grid,
  .product-release-grid,
  .app-proof,
  .venture,
  .scope-service-body,
  .contact-block {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .section-header,
  .services-heading-row,
  .refined-section-heading,
  .photo-page-heading {
    align-items: start;
  }

  .subhero-inner h1,
  .photo-hero-inner h1 {
    font-size: 44px;
  }

  .refined-hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .refined-hero-inner {
    order: 1;
    min-height: auto;
    width: min(100% - 36px, var(--measure-wide));
    margin-inline: auto;
    padding-block: 82px 58px;
  }

  .hero-work-field {
    position: relative;
    inset: auto;
    order: 2;
    height: auto;
    min-height: 0;
  }

  .hero-work-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .hero-work-item {
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: 132px;
    padding: 18px 22px;
  }

  .hero-work-item:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .hero-work-item > .hero-work-thumb {
    grid-row: 1 / 3;
  }

  .hero-work-item em {
    display: block;
    grid-column: 2;
    font-size: 8px;
    line-height: 1.3;
  }

  .hero-work-thumb {
    width: 66px;
    height: 66px;
  }

  .refined-service-rail {
    position: relative;
    order: 3;
    width: 100%;
  }

  .product-update-art,
  .product-release-icon {
    min-height: 400px;
  }

  .service-row {
    grid-template-columns: 48px 1fr auto;
  }

  .service-professional {
    grid-column: 2 / -1;
  }

  .app-type-grid {
    grid-template-columns: 1fr 1fr;
  }

  .app-example-grid {
    grid-template-columns: 1fr 1fr;
  }

  .app-cost-ledger {
    grid-template-columns: 1fr 1fr;
  }

  .app-cost-ledger > div:nth-child(2) {
    border-right: 0;
  }

  .app-cost-ledger > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

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

  .work-feed-card {
    grid-template-columns: 36px 210px minmax(0, 1fr);
    gap: 22px;
  }

  .work-feed-copy {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .work-feed-media {
    width: 210px;
    height: 148px;
  }

  .visual-work-grid a:first-child {
    grid-column: 1 / -1;
  }

  .visual-work-grid a:nth-child(2) figure,
  .visual-work-grid a:nth-child(3) figure {
    height: 360px;
    margin-top: 0;
  }

  .photo-hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .photo-hero-inner {
    order: 1;
    width: 100%;
    min-height: auto;
    padding-block: 74px 52px;
    padding-right: 0;
  }

  .photo-hero-media {
    position: relative;
    inset: auto;
    order: 2;
    width: 100%;
    height: 480px;
  }

  .photo-hero-routes {
    position: relative;
    order: 3;
  }

  .photo-slide {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 150px 420px 300px;
  }

  .photo-slide > div {
    grid-column: 1 / -1;
  }

  .photo-slide figure:nth-of-type(1) {
    grid-column: 1 / -1;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-study-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: calc(100% - (2 * var(--gutter-mobile)));
  }

  h1,
  .refined-hero h1,
  .subhero-inner h1,
  .photo-hero-inner h1,
  .legal-card h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 21px;
  }

  .lead,
  .subhero-inner > p,
  .photo-hero-inner > p,
  .refined-hero-inner > p {
    font-size: 17px;
  }

  .section,
  .share-band,
  .photo-enquiry-band {
    padding-block: var(--section-mobile);
  }

  .subhero {
    padding-block: 62px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .refined-hero-inner {
    width: calc(100% - 30px);
    gap: 20px;
    padding-block: 42px 30px;
  }

  .hero-work-field {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 52px auto;
  }

  .hero-work-head {
    padding-inline: 15px;
  }

  .hero-work-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .hero-work-item {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
    min-height: 98px;
    padding: 12px 14px;
  }

  .hero-work-item strong {
    font-size: 14px;
  }

  .hero-work-item span {
    font-size: 7px;
  }

  .hero-work-thumb {
    width: 48px;
    height: 48px;
  }

  .hero-work-thumb-app img {
    width: 38px;
    height: 38px;
  }

  .hero-work-thumb-writing img {
    width: 42px;
    height: 42px;
  }

  .product-update-art,
  .product-release-icon {
    min-height: 300px;
  }

  .work-tile {
    justify-content: center;
    padding: 9px;
  }

  .work-tile strong {
    font-size: 14px;
  }

  .work-tile-design strong {
    font-size: 17px;
  }

  .work-tile-app img {
    width: 70%;
    margin: 0 auto 7px;
  }

  .work-tile-pulse img,
  .work-tile-writing img {
    width: 72%;
    margin: 0 auto 7px;
  }

  .work-tile-pulse img {
    transform: scale(1.22);
  }

  .work-tile-writing strong {
    font-size: 12px;
  }

  .work-tile span {
    font-size: 7px;
  }

  .refined-service-rail {
    grid-template-columns: repeat(5, 1fr);
  }

  .refined-service-rail a {
    min-width: 0;
    min-height: 72px;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 8px 3px;
    font-size: 9px;
    line-height: 1.15;
    text-align: center;
  }

  .refined-service-rail a:nth-child(even) {
    border-right: 1px solid var(--line);
  }

  .refined-service-rail a:last-child {
    grid-column: auto;
    border-right: 0;
  }

  .service-row {
    grid-template-columns: 44px 1fr;
    gap: 18px;
    padding-block: 28px;
  }

  .service-row:hover {
    padding-inline: 0;
  }

  .service-row > .text-link,
  .service-professional {
    grid-column: 2;
  }

  .visual-work-grid,
  .work-feed-grid,
  .about-grid,
  .service-grid,
  .case-study-grid,
  .app-type-grid,
  .app-example-grid,
  .app-package-grid,
  .photo-service-grid,
  .design-category-grid,
  .photo-scope-factors,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .app-example-grid article {
    min-height: 0;
    padding: 24px;
  }

  .work-feed-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px 14px;
    padding-block: 24px;
  }

  .work-feed-index {
    grid-row: 1 / 3;
  }

  .work-feed-media {
    grid-column: 2;
    width: 100%;
    height: 210px;
  }

  .work-feed-copy {
    grid-column: 2;
  }

  .work-feed-copy h3 {
    font-size: 24px;
  }

  .visual-work-grid a:first-child {
    grid-column: auto;
  }

  .visual-work-grid figure,
  .visual-work-grid a:nth-child(2) figure,
  .visual-work-grid a:nth-child(3) figure {
    height: 420px;
  }

  .refined-process-grid,
  .pricing-route,
  .design-process-grid,
  .photo-process-grid,
  .delivery-model-grid {
    grid-template-columns: 1fr;
  }

  .refined-process-grid article,
  .pricing-route article,
  .design-process-grid article,
  .photo-process-grid article,
  .delivery-model-grid article,
  .refined-process-grid article + article,
  .pricing-route article + article,
  .design-process-grid article + article,
  .photo-process-grid article + article,
  .delivery-model-grid article + article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 24px 0;
  }

  .proof-visual {
    min-height: 380px;
  }

  .proof-facts {
    grid-template-columns: 1fr;
  }

  .proof-facts > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding-left: 0;
  }

  .services-hero-grid,
  .app-hero-grid,
  .design-hero-grid {
    grid-template-columns: 1fr;
  }

  .services-hero,
  .app-subhero,
  .design-hero {
    padding-block: 38px;
  }

  .services-hero-grid,
  .app-hero-grid,
  .design-hero-grid {
    gap: 24px;
  }

  .project-brief-board dl {
    grid-template-columns: 1fr 1fr;
  }

  .project-brief-board dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 64px;
    align-content: center;
    border-right: 1px solid var(--line);
    padding: 11px 13px;
  }

  .project-brief-board dl > div:nth-child(even) {
    border-right: 0;
  }

  .project-brief-board dl > div:last-child {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .project-board-head {
    min-height: 44px;
    padding: 9px 13px;
  }

  .app-idea-list {
    grid-template-columns: 1fr 1fr;
  }

  .app-idea-list > div,
  .app-idea-list > div:nth-child(even),
  .app-idea-list > div:nth-last-child(-n + 2) {
    min-height: 126px;
    border-bottom: 1px solid var(--line);
    padding: 16px;
  }

  .app-idea-list > div:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .app-idea-list > div:nth-child(even) {
    border-right: 0;
  }

  .app-idea-list > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .app-subhero .app-idea-list > div {
    min-height: 72px;
    align-content: center;
    gap: 4px;
    padding: 12px 14px;
  }

  .app-subhero .app-idea-list p {
    display: none;
  }

  .design-hero .design-proof-main,
  .design-hero .design-proof-secondary {
    gap: 10px;
    padding: 6px 12px;
  }

  .design-hero .design-board-head {
    min-height: 40px;
    padding: 9px 14px;
  }

  .design-hero .design-proof-main img,
  .design-hero .design-proof-secondary img {
    width: 40px;
  }

  .design-hero .design-output-strip {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    padding: 12px 10px;
    text-align: center;
  }

  .design-hero .design-output-strip span {
    font-size: 9px;
  }

  .app-cost-ledger {
    grid-template-columns: 1fr;
  }

  .app-cost-ledger > div,
  .app-cost-ledger > div:nth-child(2),
  .app-cost-ledger > div:nth-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .scope-service {
    padding-block: 0;
  }

  .scope-service > summary {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px 18px;
    padding-block: 25px;
  }

  .scope-service > summary > span {
    width: 40px;
    height: 40px;
  }

  .scope-service > summary h3 {
    font-size: 25px;
  }

  .scope-service > summary p {
    font-size: 14px;
  }

  .scope-service > summary > strong {
    grid-column: 2;
    justify-self: start;
  }

  .scope-service[open] {
    padding-bottom: 38px;
  }

  .scope-service[open] > summary {
    margin-bottom: 28px;
  }

  .scope-service > header {
    align-items: start;
    flex-direction: column;
  }

  .scope-service > header h3 {
    font-size: 31px;
  }

  .scope-category-list {
    grid-template-columns: 1fr;
  }

  .scope-service > footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .scope-driver-panel,
  .contact-form,
  .about-panel,
  .legal-card {
    padding: 24px;
  }

  .scope-writing-visual {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 14px;
  }

  .scope-writing-visual img {
    width: 108px;
    height: 128px;
  }

  .scope-writing-visual figcaption {
    padding: 16px 14px 16px 0;
  }

  .scope-writing-visual figcaption strong {
    font-size: 17px;
  }

  .scope-writing-visual figcaption span {
    font-size: 13px;
  }

  .contact-block {
    padding: 0;
  }

  .contact-block > div:first-child {
    padding: 24px;
  }

  .package-top,
  .photo-package-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .app-package,
  .photo-service-package {
    min-height: auto;
    padding: 24px;
  }

  .app-proof-mark {
    align-items: flex-start;
    flex-direction: column;
  }

  .share-inner,
  .share-inner > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .photo-hero-inner {
    gap: 20px;
    padding-block: 42px 30px;
  }

  .photo-hero-media {
    height: 210px;
  }

  .photo-hero-routes {
    grid-template-columns: repeat(4, 1fr);
  }

  .photo-hero-routes span {
    min-width: 0;
    justify-content: center;
    padding: 10px 3px;
    font-size: 10px;
    line-height: 1.15;
    text-align: center;
  }

  .photo-tabs {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 8px 16px;
  }

  .photo-tabs button + button {
    margin-left: 0;
  }

  .photo-slide {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 130px 330px 230px;
  }

  .photo-credit-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .design-output-strip {
    grid-template-columns: 1fr 1fr;
  }

  .venture {
    grid-template-columns: 1fr;
  }

  .case-study-page .subhero {
    padding-block: 38px;
  }

  .case-study-page .subhero .split {
    gap: 24px;
  }

  .case-study-page .subhero-inner {
    gap: 20px;
  }

  .case-study-page .venture-card {
    gap: 14px;
    padding: 20px;
  }

  .case-study-page .venture-card > p {
    display: none;
  }

  .case-study-page .venture-appicon {
    width: 64px;
  }

  .history-hero {
    padding-block: 62px 48px;
  }

  .history-hero h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  .timeline-track::before {
    left: 22px;
  }

  .timeline-item {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .timeline-marker {
    width: 46px;
    height: 46px;
  }

  .timeline-card {
    padding: 22px;
  }

  .contact-brief-list > div {
    grid-template-columns: 28px 1fr;
  }

  .contact-brief-list > div > p {
    grid-column: 2;
  }

  .submit-row,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner {
    justify-content: center;
    padding-block: 34px;
  }

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

/* Professional network */
.professionals-page main {
  background: var(--paper);
}

.professional-hero {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.professional-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.75fr);
  min-height: 660px;
  align-items: center;
  gap: 96px;
  padding-block: 90px;
}

.professional-hero-copy {
  display: grid;
  align-content: center;
  gap: 28px;
}

.professional-hero-copy h1 {
  max-width: 720px;
  font-size: 62px;
  line-height: 1.04;
}

.professional-hero-copy > p {
  max-width: 700px;
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.6;
}

.professional-types {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  border-top: 1px solid var(--line);
}

.professional-types span {
  padding: 18px 24px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
}

.professional-types span + span {
  border-left: 1px solid var(--line);
  padding-left: 24px;
}

.professional-route-board {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-control);
  background: var(--canvas);
}

.professional-route-head {
  display: grid;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  padding: 24px 26px;
}

.professional-route-head span,
.professional-route-board small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.professional-route-head strong {
  font-size: 18px;
}

.professional-route-board ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.professional-route-board li {
  display: grid;
  grid-template-columns: 38px 1fr;
  min-height: 116px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 24px 26px;
}

.professional-route-board li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--blue);
  border-radius: var(--radius-round);
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.professional-route-board li > div {
  display: grid;
  gap: 7px;
}

.professional-route-board li strong {
  max-width: 290px;
  font-size: 15px;
  line-height: 1.45;
}

.professional-route-board > p {
  padding: 20px 26px;
  color: var(--muted);
  font-size: 12px;
}

.professional-categories {
  background: var(--canvas);
}

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

.professional-category-row {
  display: grid;
  grid-template-columns: 42px minmax(240px, 0.8fr) minmax(360px, 1.2fr);
  min-height: 150px;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 92px;
}

.professional-category-row > span,
.professional-process-list article > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.professional-category-row > div {
  display: grid;
  gap: 9px;
}

.professional-category-row h3 {
  font-size: 24px;
}

.professional-category-row > div p {
  font-size: 14px;
}

.professional-category-row > p {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.65;
}

.professional-process {
  border-block: 1px solid var(--line);
  background: var(--blue-soft);
}

.professional-process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-strong);
}

.professional-process-list article {
  display: grid;
  min-height: 230px;
  align-content: start;
  gap: 18px;
  border-right: 1px solid var(--line);
  padding: 30px 30px 30px 0;
}

.professional-process-list article + article {
  padding-left: 30px;
}

.professional-process-list article:last-child {
  border-right: 0;
}

.professional-process-list h3 {
  font-size: 20px;
}

.professional-process-list p {
  max-width: 260px;
  font-size: 15px;
}

.professional-standard {
  background: var(--paper);
}

.professional-standard-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
  gap: 90px;
}

.professional-standard-grid > div:first-child {
  display: grid;
  align-content: start;
  gap: 22px;
}

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

.professional-standard-list p {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding-block: 22px;
  font-size: 15px;
}

.professional-standard-list strong {
  color: var(--ink);
}

.professional-apply {
  border-top: 1px solid var(--line);
  background: var(--canvas);
  scroll-margin-top: 72px;
}

.professional-apply-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: 80px;
}

.professional-apply-copy {
  position: sticky;
  top: 112px;
  display: grid;
  align-content: start;
  gap: 22px;
}

.professional-apply-copy > p {
  max-width: 480px;
  font-size: 17px;
}

.professional-privacy-note {
  display: grid;
  gap: 8px;
  border-block: 1px solid var(--line);
  padding-block: 22px;
}

.professional-privacy-note p {
  font-size: 14px;
  line-height: 1.6;
}

.professional-form {
  gap: 24px;
}

.professional-form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}

.professional-form-heading span {
  font-size: 18px;
  font-weight: 760;
}

.professional-form-heading strong {
  color: var(--muted);
  font-size: 11px;
}

.professional-form-grid,
.professional-category-fields > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.professional-category-fields {
  margin: 0;
  border: 0;
  padding: 0;
}

.professional-category-fields legend {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 720;
}

.professional-category-fields > div {
  gap: 8px;
}

.professional-category-fields label {
  display: flex !important;
  min-height: 50px;
  align-items: center;
  gap: 10px !important;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  padding: 11px 12px;
  color: var(--ink-soft) !important;
  background: var(--canvas);
  font-size: 12px !important;
  font-weight: 650 !important;
  cursor: pointer;
}

.professional-category-fields label:has(input:checked) {
  border-color: var(--blue);
  color: var(--ink) !important;
  background: var(--blue-soft);
}

.professional-category-fields input,
.professional-file-field input {
  width: auto !important;
  border: 0 !important;
  border-radius: var(--radius-none) !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: var(--shadow-none) !important;
}

.professional-category-fields input {
  width: 17px !important;
  height: 17px;
  flex: 0 0 17px;
  accent-color: var(--blue);
}

.professional-file-field {
  display: grid !important;
  gap: 10px !important;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-control);
  padding: 18px;
  background: var(--blue-soft);
}

.professional-file-field > span {
  font-size: 13px;
  font-weight: 720;
}

.professional-file-field input {
  max-width: 100%;
  color: var(--ink-soft);
  font-size: 13px;
}

.professional-file-field input::file-selector-button {
  margin-right: 12px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-control);
  padding: 9px 12px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.professional-file-field strong {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.professional-form .button:disabled {
  cursor: wait;
  opacity: 0.6;
  transform: none;
}

.professional-form .form-status[data-state="success"] {
  color: #176c45;
  font-weight: 700;
}

.professional-form .form-status[data-state="error"] {
  color: #a02b2b;
  font-weight: 700;
}

.home-network {
  border-top: 1px solid var(--line);
  padding-block: 92px;
  background: var(--paper);
}

.home-network-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
  align-items: center;
  gap: 90px;
}

.home-network-grid > div {
  display: grid;
  gap: 20px;
}

.home-network-grid h2 {
  max-width: 680px;
  font-size: 40px;
}

.home-network-grid p {
  max-width: 520px;
  font-size: 17px;
}

@media (max-width: 1100px) and (min-width: 901px) {
  .nav-inner {
    gap: 18px;
  }

  .nav-links {
    gap: 13px;
  }

  .nav-links a {
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .professional-hero-grid,
  .professional-standard-grid,
  .professional-apply-grid,
  .home-network-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .professional-hero-grid {
    min-height: 0;
    padding-block: 80px;
  }

  .professional-hero-copy h1 {
    font-size: 50px;
  }

  .professional-route-board {
    max-width: 620px;
  }

  .professional-category-row {
    grid-template-columns: 36px minmax(210px, 0.75fr) minmax(0, 1.25fr);
    gap: 24px;
  }

  .professional-process-list {
    grid-template-columns: 1fr 1fr;
  }

  .professional-process-list article:nth-child(2) {
    border-right: 0;
  }

  .professional-process-list article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .professional-apply-copy {
    position: static;
  }
}

@media (max-width: 640px) {
  .professional-hero-grid {
    gap: 38px;
    padding-block: 62px;
  }

  .professional-hero-copy {
    gap: 22px;
  }

  .professional-hero-copy h1 {
    font-size: 39px;
    line-height: 1.08;
  }

  .professional-hero-copy > p {
    font-size: 17px;
  }

  .professional-types {
    display: grid;
  }

  .professional-types span,
  .professional-types span + span {
    border-bottom: 1px solid var(--line);
    border-left: 0;
    padding: 12px 0;
  }

  .professional-route-board li {
    min-height: 104px;
    padding: 20px;
  }

  .professional-category-row {
    grid-template-columns: 28px 1fr;
    min-height: 0;
    gap: 8px 14px;
    padding-block: 26px;
  }

  .professional-category-row > p {
    grid-column: 2;
  }

  .professional-category-row h3 {
    font-size: 21px;
  }

  .professional-process-list {
    grid-template-columns: 1fr;
  }

  .professional-process-list article,
  .professional-process-list article + article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 26px 0;
  }

  .professional-process-list article:last-child {
    border-bottom: 0;
  }

  .professional-standard-list p {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .professional-form-grid,
  .professional-category-fields > div {
    grid-template-columns: 1fr;
  }

  .professional-form-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .home-network {
    padding-block: 62px;
  }

  .home-network-grid {
    gap: 28px;
  }

  .home-network-grid h2 {
    font-size: 32px;
  }
}

/* Simplified home */
.home-index main {
  overflow: hidden;
}

.title-short {
  display: none;
}

.home-hero {
  border-bottom: 1px solid var(--line);
  background: var(--blue-soft);
}

.home-hero-inner {
  display: grid;
  min-height: 600px;
  align-content: center;
  gap: 26px;
  padding-block: 84px;
}

.home-hero h1 {
  max-width: 960px;
  font-size: 58px;
}

.home-hero-inner > p {
  max-width: 710px;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.5;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.home-services,
.home-process,
.home-final {
  padding-block: 96px;
}

.home-services {
  background: var(--paper);
}

.home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 46px;
}

.home-section-head > div {
  display: grid;
  gap: 20px;
}

.home-section-head > p {
  max-width: 440px;
  font-size: 18px;
}

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

.home-service {
  display: grid;
  grid-template-columns: 48px minmax(220px, 0.8fr) minmax(300px, 1.2fr) 24px;
  min-height: 122px;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--line);
  padding-block: 24px;
  transition: background-color var(--motion-fast) ease, padding var(--motion-fast) ease;
}

.home-service:hover {
  padding-inline: 20px;
  background: var(--blue-soft);
}

.home-service > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.home-service h3 {
  font-size: 24px;
}

.home-service p {
  max-width: 560px;
  font-size: 16px;
}

.home-service > strong {
  color: var(--blue);
  font-size: 22px;
  text-align: right;
}

.home-services-link {
  margin-top: 34px;
}

.home-proof {
  border-block: 1px solid var(--line);
  padding-block: 96px;
  background: var(--canvas);
}

.home-proof-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 96px;
}

.home-proof-visual {
  display: grid;
  min-height: 480px;
  place-items: center;
  border: 1px solid #cad6f7;
  background: var(--blue-soft);
}

.home-proof-visual img {
  width: min(210px, 46%);
  aspect-ratio: 1;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.home-proof-copy {
  display: grid;
  align-content: center;
  gap: 24px;
}

.home-proof-copy h2 {
  max-width: 650px;
  font-size: 46px;
}

.home-proof-copy > p {
  max-width: 620px;
  font-size: 18px;
}

.home-process {
  background: var(--paper);
}

.home-process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line-strong);
}

.home-process-list article {
  display: grid;
  min-height: 235px;
  align-content: start;
  gap: 18px;
  border-right: 1px solid var(--line);
  padding: 34px;
}

.home-process-list article:first-child {
  padding-left: 0;
}

.home-process-list article:last-child {
  border-right: 0;
  padding-right: 0;
}

.home-process-list span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.home-process-list h3 {
  font-size: 27px;
}

.home-process-list p {
  max-width: 300px;
}

.home-network {
  border-block: 1px solid var(--line);
  padding-block: 92px;
  background: var(--blue-soft);
}

.home-network-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
}

.home-network-grid .button {
  justify-self: start;
  background: var(--paper);
}

.home-final {
  background: var(--paper);
}

.home-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 90px;
}

.home-final-grid h2 {
  font-size: 46px;
}

.home-final-grid > div {
  display: grid;
  gap: 22px;
}

.home-final-grid p {
  max-width: 520px;
  font-size: 18px;
}

@media (max-width: 900px) {
  .home-hero-inner {
    min-height: 540px;
  }

  .home-hero h1 {
    font-size: 52px;
  }

  .home-section-head,
  .home-proof-grid,
  .home-final-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-service {
    grid-template-columns: 36px minmax(190px, 0.85fr) minmax(240px, 1.15fr) 20px;
    gap: 20px;
  }

  .home-proof-grid {
    gap: 56px;
  }

  .home-proof-visual {
    min-height: 420px;
  }

  .home-network-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .responsive-title {
    max-width: 100%;
    font-size: 30px !important;
    line-height: 1.1;
    white-space: nowrap;
  }

  .title-full {
    display: none;
  }

  .title-short {
    display: inline;
  }

  .professional-apply-grid > *,
  .professional-form,
  .professional-form-grid,
  .professional-category-fields,
  .professional-category-fields > div,
  .professional-file-field {
    min-width: 0;
  }

  .professional-form input,
  .professional-form select,
  .professional-form textarea {
    min-width: 0;
  }

  .home-hero-inner {
    min-height: 520px;
    gap: 22px;
    padding-block: 64px;
  }

  .home-hero h1 {
    font-size: 42px;
    line-height: 1.06;
  }

  .home-hero-inner > p {
    font-size: 17px;
  }

  .home-services,
  .home-proof,
  .home-process,
  .home-final {
    padding-block: 68px;
  }

  .home-section-head {
    gap: 22px;
    margin-bottom: 32px;
  }

  .home-section-head > p {
    font-size: 16px;
  }

  .home-service {
    grid-template-columns: 28px minmax(0, 1fr) 18px;
    min-height: 0;
    gap: 8px 14px;
    padding-block: 24px;
  }

  .home-service:hover {
    padding-inline: 0;
    background: transparent;
  }

  .home-service h3 {
    font-size: 20px;
  }

  .home-service p {
    grid-column: 2 / 4;
    font-size: 14px;
  }

  .home-service > strong {
    grid-column: 3;
    grid-row: 1;
  }

  .home-proof-grid {
    gap: 38px;
  }

  .home-proof-visual {
    min-height: 320px;
  }

  .home-proof-visual img {
    width: 142px;
  }

  .home-proof-copy h2,
  .home-final-grid h2 {
    font-size: 34px;
  }

  .home-proof-copy > p,
  .home-final-grid p {
    font-size: 16px;
  }

  .home-process-list {
    grid-template-columns: 1fr;
  }

  .home-process-list article,
  .home-process-list article:first-child,
  .home-process-list article:last-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 26px 0;
  }

  .home-process-list article:last-child {
    border-bottom: 0;
  }

  .home-final-grid {
    gap: 28px;
  }
}

@media (max-width: 360px) {
  .responsive-title {
    font-size: 28px !important;
  }
}

/* Founder profile and company history */
.founder-main {
  background: var(--paper);
}

.founder-hero {
  border-bottom: 1px solid var(--line);
  background: var(--blue-soft);
}

.founder-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  min-height: 610px;
  align-items: center;
  gap: 100px;
  padding-block: 86px;
}

.founder-hero-copy {
  display: grid;
  align-content: center;
  gap: 25px;
}

.founder-hero-copy h1 {
  max-width: 760px;
  font-size: 54px;
}

.founder-hero-copy > p {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 19px;
}

.founder-facts,
.history-summary {
  margin: 0;
  border-top: 1px solid var(--line-strong);
}

.founder-facts > div,
.history-summary > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 78px;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.founder-facts dt,
.history-summary dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.founder-facts dd,
.history-summary dd {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 720;
  text-align: right;
}

.founder-story-section {
  background: var(--paper);
}

.founder-story-grid,
.founder-company-grid,
.photographer-profile-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: 90px;
}

.founder-story-grid > div:first-child,
.founder-company-grid > div:first-child,
.photographer-profile-grid > div:first-child {
  display: grid;
  gap: 22px;
}

.founder-story-copy,
.founder-company-grid > div:last-child,
.photographer-profile-copy {
  display: grid;
  gap: 22px;
}

.founder-story-copy p {
  max-width: 730px;
  font-size: 17px;
  line-height: 1.7;
}

.founder-story-copy p:first-child {
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.55;
}

.founder-story-copy p:last-child {
  margin-top: 8px;
  border-left: 3px solid var(--blue);
  padding-left: 22px;
  color: var(--ink);
  font-weight: 650;
}

.founder-work-band {
  border-block: 1px solid var(--line);
  padding-block: 90px;
  background: var(--canvas);
}

.founder-work-heading,
.founder-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 42px;
}

.founder-work-heading > div,
.founder-section-heading > div {
  display: grid;
  gap: 20px;
}

.founder-work-heading > p,
.founder-section-heading > p {
  max-width: 480px;
  font-size: 17px;
}

.founder-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
}

.founder-work-grid figure {
  display: grid;
  grid-template-rows: auto auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
}

.founder-work-photo > img,
.founder-work-photo > picture,
.founder-work-product > div {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.founder-work-photo > img,
.founder-work-photo > picture > img {
  object-fit: cover;
  object-position: 68% 50%;
}

.founder-work-photo > picture,
.work-evidence-item figure > picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.founder-work-photo > picture > img {
  width: 100%;
  height: 100%;
}

.founder-work-product > div {
  display: grid;
  place-items: center;
  background: var(--blue-soft);
}

.founder-work-product img {
  width: min(150px, 32%);
  aspect-ratio: 1;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.founder-work-grid figcaption {
  display: grid;
  min-height: 106px;
  align-content: center;
  gap: 5px;
  border-top: 1px solid var(--line);
  padding: 20px 24px;
  background: var(--paper);
}

.founder-work-grid figcaption span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.founder-work-grid figcaption strong {
  font-size: 17px;
}

.founder-journey-section {
  background: var(--paper);
}

.founder-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.founder-timeline::before {
  position: absolute;
  top: 25px;
  right: 25px;
  left: 25px;
  height: 1px;
  background: var(--line-strong);
  content: "";
}

.founder-timeline li {
  position: relative;
  display: grid;
  align-content: start;
  gap: 22px;
}

.founder-timeline li > span {
  z-index: 1;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid var(--blue);
  border-radius: var(--radius-round);
  color: var(--blue);
  background: var(--paper);
  font-size: 10px;
  font-weight: 800;
}

.founder-timeline li:nth-child(4) > span {
  border-color: var(--ink);
  color: var(--ink);
  background: var(--lime);
}

.founder-timeline li > div {
  display: grid;
  gap: 10px;
  padding-right: 10px;
}

.founder-timeline li strong {
  color: var(--blue);
  font-size: 10px;
  text-transform: uppercase;
}

.founder-timeline h3 {
  font-size: 20px;
}

.founder-timeline p {
  font-size: 14px;
  line-height: 1.6;
}

.founder-timeline li:nth-child(4) > div {
  border-top: 3px solid var(--lime);
  padding-top: 16px;
}

.founder-company-section {
  border-top: 1px solid var(--line);
  background: var(--blue-soft);
}

.founder-company-grid > div:last-child > p:not(.lead) {
  max-width: 650px;
}

.photographer-profile-section {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.photographer-profile-copy p {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.65;
}

.history-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: 90px;
  padding-block: 92px 70px;
}

.history-hero-copy {
  display: grid;
  max-width: 790px;
  gap: 24px;
}

.history-hero-copy h1 {
  font-size: 50px;
}

.history-hero-copy > p {
  max-width: 720px;
  font-size: 18px;
}

.history-summary > div {
  min-height: 68px;
}

.history-summary dd {
  font-size: 16px;
}

.timeline-track {
  gap: 0;
}

.timeline-track::before {
  top: 39px;
  bottom: 60px;
  left: 39px;
  width: 1px;
}

.timeline-item {
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 32px;
}

.timeline-marker {
  width: 80px;
  height: 80px;
}

.timeline-card {
  gap: 16px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: var(--radius-none);
  padding: 10px 0 46px;
  background: transparent;
}

.timeline-card > span {
  width: fit-content;
  border-bottom: 2px solid var(--blue);
  padding-bottom: 6px;
}

.timeline-item + .timeline-item .timeline-card {
  padding-top: 42px;
}

.timeline-card h2 {
  max-width: 720px;
  font-size: 31px;
}

.timeline-card p {
  max-width: 820px;
  font-size: 17px;
}

.timeline-card-highlight {
  margin-block: 24px;
  border: 1px solid #cad6f7;
  border-radius: var(--radius-control);
  padding: 30px;
  background: var(--blue-soft);
}

.timeline-route {
  width: fit-content;
  margin-top: 4px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.history-next-section {
  border-top: 1px solid var(--line);
  padding-block: 90px;
  background: var(--paper);
}

.history-next-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: start;
  gap: 90px;
}

.history-next-grid > div {
  display: grid;
  gap: 22px;
}

.history-next-grid p {
  max-width: 600px;
  font-size: 17px;
}

@media (max-width: 900px) {
  main section[id] {
    scroll-margin-top: 68px;
  }

  main h2[id] {
    scroll-margin-top: 124px;
  }

  .founder-hero-grid,
  .founder-story-grid,
  .founder-company-grid,
  .photographer-profile-grid,
  .history-hero,
  .history-next-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .founder-hero-grid {
    min-height: 0;
  }

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

  .founder-work-heading,
  .founder-section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .founder-timeline {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .founder-timeline::before {
    top: 25px;
    right: auto;
    bottom: 25px;
    left: 25px;
    width: 1px;
    height: auto;
  }

  .founder-timeline li {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 22px;
    padding-bottom: 38px;
  }

  .founder-timeline li > div {
    padding: 5px 0 0;
  }
}

@media (max-width: 640px) {
  .founder-hero-grid {
    gap: 42px;
    padding-block: 64px;
  }

  .founder-hero-copy {
    gap: 22px;
  }

  .founder-hero-copy > p {
    font-size: 17px;
  }

  .founder-facts dd {
    font-size: 17px;
  }

  .founder-story-grid,
  .founder-company-grid,
  .photographer-profile-grid {
    gap: 32px;
  }

  .founder-story-copy p,
  .photographer-profile-copy p {
    font-size: 16px;
  }

  .founder-story-copy p:first-child {
    font-size: 18px;
  }

  .founder-story-copy p:last-child {
    padding-left: 16px;
  }

  .founder-work-band,
  .history-next-section {
    padding-block: 64px;
  }

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

  .founder-work-grid figcaption {
    min-height: 84px;
    padding: 18px;
  }

  .founder-section-heading,
  .founder-work-heading {
    margin-bottom: 32px;
  }

  .founder-timeline li {
    gap: 16px;
  }

  .founder-timeline li > div {
    padding-left: 2px;
  }

  .founder-timeline li:nth-child(4) > div {
    border-top: 0;
    border-left: 3px solid var(--lime);
    padding: 5px 0 0 16px;
  }

  .history-hero {
    gap: 38px;
    padding-block: 64px 48px;
  }

  .history-hero-copy > p {
    font-size: 16px;
  }

  .timeline-section {
    padding-bottom: 68px;
  }

  .timeline-track::before {
    top: 24px;
    bottom: 40px;
    left: 23px;
  }

  .timeline-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
  }

  .timeline-marker {
    width: 48px;
    height: 48px;
    font-size: 10px;
  }

  .timeline-card,
  .timeline-item + .timeline-item .timeline-card {
    gap: 12px;
    padding: 2px 0 34px;
  }

  .timeline-card h2 {
    font-size: 23px;
  }

  .timeline-card p {
    font-size: 15px;
  }

  .timeline-card-highlight {
    margin-block: 0 28px;
    padding: 20px;
  }

  .timeline-route {
    line-height: 1.5;
  }
}

/* International project routes, evidence and guided enquiries */
body.assistant-open {
  overflow: hidden;
}

.home-regions {
  border-bottom: 1px solid var(--line);
  padding-block: 30px;
  background: var(--paper);
}

.home-regions-grid,
.home-human-grid,
.service-international-grid,
.responsible-hero-grid,
.responsible-scope-grid,
.responsible-boundary-grid,
.responsible-international-grid,
.responsible-final-grid,
.drone-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 1fr);
  align-items: center;
  gap: 78px;
}

.home-region-list,
.responsible-region-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
}

.home-region-list span,
.responsible-region-list span {
  display: flex;
  min-height: 54px;
  align-items: center;
  border-right: 1px solid var(--line);
  padding: 12px 14px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 750;
}

.home-region-list span:last-child,
.responsible-region-list span:last-child {
  border-right: 0;
}

.home-regions-grid > div:last-child {
  display: grid;
  gap: 5px;
}

.home-regions-grid > div:last-child p {
  max-width: 600px;
  font-size: 14px;
}

.home-evidence {
  border-bottom: 1px solid var(--line);
  padding-block: 96px;
  background: var(--canvas);
}

.home-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line-strong);
}

.home-evidence-grid > a {
  display: grid;
  min-width: 0;
  gap: 11px;
  border-right: 1px solid var(--line);
  padding: 26px;
  background: var(--paper);
  transition: background-color var(--motion-fast) ease;
}

.home-evidence-grid > a:first-child {
  padding-left: 0;
}

.home-evidence-grid > a:last-child {
  border-right: 0;
  padding-right: 0;
}

.home-evidence-grid > a:hover {
  background: var(--blue-soft);
}

.home-evidence-grid img {
  width: 100%;
  height: 270px;
  margin-bottom: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  object-fit: cover;
}

.home-evidence-grid > a:nth-child(2) img,
.home-evidence-grid > a:nth-child(3) img {
  padding: 24px;
  background: var(--paper);
  object-fit: contain;
}

.home-evidence-grid span,
.work-evidence-item > div > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-evidence-grid strong {
  font-size: 19px;
  line-height: 1.3;
}

.home-evidence-grid small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-evidence-link {
  display: inline-block;
  margin-top: 32px;
}

.home-human {
  border-bottom: 1px solid var(--line);
  padding-block: 92px;
  background: var(--blue-soft);
}

.home-human-grid {
  align-items: start;
}

.home-human-grid > div:first-child {
  display: grid;
  gap: 20px;
}

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

.home-human-list p {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding-block: 20px;
}

.home-human-list span {
  color: var(--muted);
}

.scope-service:nth-child(6) > summary > span {
  color: var(--ink);
  background: var(--canvas-deep);
}

.scope-boundary {
  display: grid;
  gap: 7px;
  margin-top: 24px;
  border-left: 3px solid var(--blue);
  padding: 4px 0 4px 18px;
}

.scope-boundary p {
  max-width: 690px;
  font-size: 14px;
}

.service-international {
  border-block: 1px solid var(--line);
  padding-block: 70px;
  background: var(--blue-soft);
}

.service-international-grid {
  align-items: start;
}

.service-international-grid > div {
  display: grid;
  gap: 18px;
}

.responsible-page main {
  overflow: hidden;
}

.responsible-hero {
  border-bottom: 1px solid var(--line);
  padding-block: 102px;
  background: var(--blue-soft);
}

.responsible-hero-grid {
  align-items: end;
}

.responsible-hero-grid > div:first-child,
.responsible-hero-copy {
  display: grid;
  gap: 24px;
}

.responsible-hero h1 {
  max-width: 730px;
  font-size: 52px;
}

.responsible-hero-copy > p {
  max-width: 600px;
  color: var(--ink-soft);
  font-size: 19px;
}

.responsible-route-section,
.responsible-international {
  background: var(--paper);
}

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

.responsible-route-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 180px;
  align-items: center;
  gap: 28px;
  margin: 0;
  border-bottom: 1px solid var(--line);
  padding-block: 25px;
}

.responsible-route-list li > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.responsible-route-list li > div {
  display: grid;
  gap: 6px;
}

.responsible-route-list li > strong {
  color: var(--muted);
  font-size: 11px;
  text-align: right;
  text-transform: uppercase;
}

.responsible-scope {
  border-block: 1px solid var(--line);
  padding-block: 92px;
  background: var(--canvas);
}

.responsible-scope-grid,
.responsible-international-grid {
  align-items: start;
}

.responsible-scope-grid > div:first-child,
.responsible-international-grid > div:first-child {
  display: grid;
  gap: 20px;
}

.responsible-scope-list,
.responsible-region-list {
  border-top: 1px solid var(--line-strong);
}

.responsible-scope-list p {
  display: grid;
  grid-template-columns: minmax(190px, 0.75fr) minmax(0, 1.25fr);
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding-block: 18px;
}

.responsible-scope-list span {
  color: var(--muted);
}

.responsible-boundary {
  padding-block: 82px;
  color: #fff;
  background: var(--ink);
}

.responsible-boundary h2,
.responsible-boundary p,
.responsible-boundary .section-kicker {
  color: #fff;
}

.responsible-boundary-grid {
  align-items: start;
}

.responsible-boundary-grid > div {
  display: grid;
  gap: 18px;
}

.responsible-boundary-grid p {
  color: rgba(255, 255, 255, 0.75);
}

.responsible-international-grid > div:last-child {
  display: grid;
  gap: 24px;
}

.responsible-region-list {
  grid-template-columns: 1fr 1fr;
}

.responsible-region-list span:nth-child(2) {
  border-right: 0;
}

.responsible-region-list span:nth-child(-n + 2) {
  border-bottom: 1px solid var(--line);
}

.responsible-final {
  border-top: 1px solid var(--line);
  padding-block: 92px;
  background: var(--lime-soft);
}

.responsible-final-grid > div {
  display: grid;
  gap: 22px;
}

.drone-offer {
  border-block: 1px solid var(--line);
  padding-block: 96px;
  background: var(--ink);
}

.drone-offer-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  align-items: start;
  gap: 64px;
}

.drone-aerial-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius-control);
  background: #0d1412;
}

.drone-aerial-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.drone-aerial-visual figcaption {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 14px 18px;
  color: #fff;
}

.drone-aerial-visual figcaption span {
  font-size: 13px;
  font-weight: 600;
}

.drone-aerial-visual figcaption small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.drone-offer-copy {
  display: grid;
  align-content: center;
  gap: 24px;
}

.drone-offer-copy h2,
.drone-offer-copy > p,
.drone-offer-copy .section-kicker,
.drone-offer-copy .text-link,
.drone-safety-note strong {
  color: #fff;
}

.drone-offer-copy > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.drone-use-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.drone-use-list span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-block: 13px;
  color: #fff;
  font-size: 14px;
}

.drone-use-list span:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 18px;
}

.drone-use-list span:nth-child(even) {
  padding-left: 18px;
}

.drone-safety-note {
  border-left: 3px solid var(--lime);
  padding-left: 17px;
  font-size: 13px !important;
}

.photo-hero-routes {
  grid-template-columns: repeat(5, 1fr);
}

.photo-service-drone {
  grid-column: 1 / -1;
  min-height: 400px;
  background: var(--blue-soft);
}

.work-evidence-section {
  border-bottom: 1px solid var(--line);
  padding-block: 92px;
  background: var(--canvas);
}

.work-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line-strong);
}

.work-evidence-item {
  display: grid;
  min-width: 0;
  border-right: 1px solid var(--line);
  padding: 24px;
  background: var(--paper);
}

.work-evidence-item:first-child {
  padding-left: 0;
}

.work-evidence-item:last-child {
  border-right: 0;
  padding-right: 0;
}

.work-evidence-item figure {
  height: 310px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: var(--paper);
}

.work-evidence-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-evidence-item:nth-child(2) img,
.work-evidence-item:nth-child(3) img {
  padding: 24px;
  object-fit: contain;
}

.work-evidence-item > div {
  display: grid;
  align-content: start;
  gap: 11px;
}

.work-evidence-item > div > strong {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.work-evidence-item .text-link {
  margin-top: 6px;
}

.contact-assistant-link {
  width: fit-content;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.project-assistant {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.project-assistant-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 32, 29, 0.62);
}

.project-assistant-panel {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  width: min(650px, 100%);
  max-height: min(760px, calc(100dvh - 48px));
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-card);
  background: var(--paper);
  box-shadow: var(--shadow-large);
}

.project-assistant-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding: 20px 22px;
}

.project-assistant-header > div {
  display: grid;
  gap: 4px;
}

.project-assistant-header span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.project-assistant-header h2 {
  font-size: 20px;
}

.project-assistant-close {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-round);
  color: var(--ink);
  background: var(--paper);
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

.project-assistant-progress {
  position: relative;
  height: 30px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--canvas);
}

.project-assistant-progress span {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  align-items: center;
  padding-inline: 22px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.project-assistant-progress i {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--blue);
  transition: width var(--motion-fast) ease;
}

.project-assistant-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0 22px;
  border-bottom: 1px solid var(--line);
  padding: 10px 22px;
  background: var(--blue-soft);
}

.project-assistant-summary p {
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: var(--muted);
  font-size: 11px;
}

.project-assistant-summary strong {
  font-size: 11px;
}

.project-assistant-body {
  min-height: 330px;
  overflow-y: auto;
  padding: 28px 28px 32px;
}

.project-assistant-body > h3 {
  margin-bottom: 8px;
  font-size: 27px;
}

.project-assistant-body > p {
  max-width: 540px;
  margin-bottom: 24px;
}

.project-assistant-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.project-assistant-options button {
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  padding: 12px 14px;
  color: var(--ink);
  background: var(--canvas);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.project-assistant-options button:hover,
.project-assistant-options button:focus-visible,
.project-assistant-options button.is-selected {
  border-color: var(--blue);
  background: var(--blue-soft);
}

.project-assistant-field,
.project-assistant-form {
  display: grid;
  gap: 8px;
}

.project-assistant-field {
  color: var(--ink);
  font-size: 13px;
  font-weight: 720;
}

.project-assistant-field input,
.project-assistant-field textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-control);
  padding: 13px 14px;
  color: var(--ink);
  background: var(--canvas);
  outline: none;
  resize: vertical;
}

.project-assistant-field input:focus,
.project-assistant-field textarea:focus {
  border-color: var(--blue);
  box-shadow: var(--shadow-focus);
}

.project-assistant-body > .button,
.project-assistant-form > .button {
  width: fit-content;
  margin-top: 18px;
}

.project-assistant-status {
  min-height: 22px;
  color: var(--muted);
  font-size: 13px;
}

.project-assistant-success {
  display: grid;
  align-content: center;
  min-height: 300px;
  gap: 16px;
}

.project-assistant-success > span {
  width: fit-content;
  border-radius: var(--radius-control);
  padding: 7px 10px;
  color: var(--ink);
  background: var(--lime);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.project-assistant-footer {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 12px 22px;
  background: var(--canvas);
}

.project-assistant-footer .text-link {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.project-assistant-footer > span {
  color: var(--muted);
  font-size: 11px;
}

@media (max-width: 900px) {
  .home-regions-grid,
  .home-human-grid,
  .service-international-grid,
  .responsible-hero-grid,
  .responsible-scope-grid,
  .responsible-boundary-grid,
  .responsible-international-grid,
  .responsible-final-grid,
  .drone-offer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .home-evidence-grid,
  .work-evidence-grid {
    grid-template-columns: 1fr;
  }

  .home-evidence-grid > a,
  .home-evidence-grid > a:first-child,
  .home-evidence-grid > a:last-child,
  .work-evidence-item,
  .work-evidence-item:first-child,
  .work-evidence-item:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 26px 0;
  }

  .home-evidence-grid > a:last-child,
  .work-evidence-item:last-child {
    border-bottom: 0;
  }

  .home-evidence-grid img {
    height: 390px;
  }

  .responsible-hero {
    padding-block: 78px;
  }

  .responsible-route-list li {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .responsible-route-list li > strong {
    grid-column: 2;
    text-align: left;
  }

  .photo-service-drone {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .home-regions {
    padding-block: 24px;
  }

  .home-region-list {
    grid-template-columns: 1fr 1fr;
  }

  .home-region-list span:nth-child(2) {
    border-right: 0;
  }

  .home-region-list span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .home-evidence,
  .home-human,
  .work-evidence-section,
  .responsible-scope,
  .responsible-final,
  .drone-offer {
    padding-block: 64px;
  }

  .home-evidence-grid img {
    height: 310px;
  }

  .home-human-list p,
  .responsible-scope-list p {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .service-international,
  .responsible-boundary {
    padding-block: 58px;
  }

  .responsible-page .responsive-title {
    font-size: 27px !important;
  }

  .responsible-hero {
    padding-block: 64px;
  }

  .responsible-route-list li {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 14px;
    padding-block: 22px;
  }

  .responsible-route-list li h3 {
    font-size: 20px;
  }

  .responsible-region-list {
    grid-template-columns: 1fr;
  }

  .responsible-region-list span,
  .responsible-region-list span:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .drone-aerial-visual figcaption {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 13px 14px;
  }

  .drone-use-list {
    grid-template-columns: 1fr;
  }

  .drone-use-list span:nth-child(odd),
  .drone-use-list span:nth-child(even) {
    border-right: 0;
    padding-inline: 0;
  }

  .photo-hero-routes {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: visible;
  }

  .photo-hero-routes span {
    justify-content: center;
    min-width: 0;
    padding: 8px 4px;
    font-size: 9px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .work-evidence-item figure {
    height: 360px;
  }

  .project-assistant {
    align-items: end;
    padding: 0;
  }

  .project-assistant-panel {
    width: 100%;
    max-height: 100dvh;
    border-width: 1px 0 0;
    border-radius: var(--radius-none);
  }

  .project-assistant-header {
    padding: 16px 18px;
  }

  .project-assistant-header h2 {
    font-size: 18px;
  }

  .project-assistant-body {
    min-height: 0;
    padding: 22px 18px 26px;
  }

  .project-assistant-body > h3 {
    font-size: 23px;
  }

  .project-assistant-options {
    grid-template-columns: 1fr;
  }

  .project-assistant-options button {
    min-height: 48px;
  }

  .project-assistant-summary,
  .project-assistant-footer {
    padding-inline: 18px;
  }

  .project-assistant-footer > span {
    max-width: 160px;
    text-align: right;
  }
}

/* Consolidated route refinements */
:root {
  /* Compatibility aliases. Canonical values live in a4t-system.css. */
  --display-font: var(--font-sans);
  --body-font: var(--font-sans);
  --signal-blue: var(--color-blue);
  --signal-lime: var(--color-lime);
  --signal-coral: var(--color-coral);
  --signal-teal: var(--color-teal);
  --signal-yellow: var(--color-yellow);
}

/* Conversion details introduced during the August 2026 offer review. */
.home-entry-offer {
  border-block: 1px solid var(--line, #d8ddd8);
  background: #f4f7ff;
}

.home-entry-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(32px, 7vw, 112px);
  align-items: center;
  padding-block: clamp(56px, 8vw, 104px);
}

.home-entry-offer h2 {
  max-width: 13ch;
  margin: 12px 0 0;
}

.home-entry-offer p {
  max-width: 62ch;
  margin-top: 0;
}

.photo-package-price {
  width: fit-content;
  margin: 18px 0 8px;
  padding: 6px 10px;
  border: 1px solid currentColor;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.contact-optional-details {
  border-block: 1px solid var(--line, #d8ddd8);
  padding-block: 6px;
}

.contact-optional-details > summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  font-weight: 750;
  cursor: pointer;
}

.contact-optional-details[open] > summary {
  margin-bottom: 18px;
}

@media (max-width: 720px) {
  .home-entry-offer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-entry-offer h2 {
    max-width: none;
  }
}

/* Trust routes: structured enquiries, client case studies, and moderated reviews */
.contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form label:not(.consent) > span,
.review-form label:not(.consent):not(.form-honeypot) > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.home-work-proof-note-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
}

.dmar-case-hero {
  border-bottom: 1px solid var(--line);
  background: #eef3ff;
}

.dmar-case-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  min-height: 650px;
}

.dmar-case-hero-copy {
  display: grid;
  align-content: center;
  gap: 24px;
  padding: 72px 74px 72px 0;
}

.dmar-case-hero-copy h1 {
  max-width: 650px;
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: 0;
}

.dmar-case-hero-copy > p {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.case-relationship {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 5px 18px;
  max-width: 620px;
  border-block: 1px solid rgba(23, 32, 29, 0.18);
  padding-block: 15px;
}

.case-relationship span {
  grid-row: 1 / 3;
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.case-relationship strong {
  font-size: 15px;
}

.case-relationship p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.dmar-case-hero-visual {
  display: grid;
  min-width: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  border-inline: 1px solid var(--line);
  background: var(--paper);
}

.dmar-case-hero-visual img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: top left;
}

.dmar-case-hero-visual figcaption {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 13px 17px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.dmar-case-hero-visual figcaption span {
  color: var(--ink);
  font-weight: 750;
}

.dmar-fact-strip {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.dmar-fact-strip .container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dmar-fact-strip .container > div {
  display: grid;
  align-content: center;
  gap: 6px;
  min-height: 112px;
  border-left: 1px solid var(--line);
  padding: 18px;
}

.dmar-fact-strip .container > div:last-child {
  border-right: 1px solid var(--line);
}

.dmar-fact-strip span,
.dmar-relationship-grid article > span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.dmar-fact-strip strong {
  font-size: 13px;
  line-height: 1.4;
}

.dmar-long-copy {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.dmar-delivery-section .section-header {
  max-width: 850px;
}

.dmar-delivery-list,
.dmar-project-route,
.dmar-result-list,
.review-process-grid {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.dmar-delivery-list li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) minmax(220px, 0.55fr);
  align-items: start;
  gap: 30px;
  border-bottom: 1px solid var(--line);
  padding-block: 30px;
  transition: background-color var(--motion-fast) ease, padding var(--motion-fast) ease;
}

.dmar-delivery-list li:hover {
  padding-inline: 14px;
  background: var(--paper);
}

.dmar-delivery-list li > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.dmar-delivery-list h3 {
  margin-bottom: 8px;
  font-size: 23px;
}

.dmar-delivery-list p,
.dmar-project-route p,
.dmar-result-grid > div > p,
.dmar-relationship-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.dmar-delivery-list li > strong {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
  text-transform: uppercase;
}

.dmar-project-route {
  border-top: 1px solid var(--line-strong);
}

.dmar-project-route li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding-block: 22px;
}

.dmar-project-route li > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.dmar-project-route strong {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
}

.dmar-result-section {
  background: var(--color-ink);
  color: var(--color-on-dark);
}

.dmar-result-section :where(h2, h3, strong),
.dmar-result-section .section-kicker {
  color: var(--color-on-dark);
}

.dmar-result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  gap: 90px;
}

.dmar-result-grid > div {
  display: grid;
  align-content: start;
  gap: 20px;
}

.dmar-result-grid > div > p,
.dmar-result-section .text-link {
  color: var(--color-on-dark-muted);
}

.dmar-result-list {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.dmar-result-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 17px 4px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.45;
}

.dmar-relationship-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-block: 1px solid var(--line-strong);
}

.dmar-relationship-grid article {
  display: grid;
  align-content: start;
  gap: 13px;
  min-height: 260px;
  padding: 34px;
}

.dmar-relationship-grid article + article {
  border-left: 1px solid var(--line-strong);
}

.dmar-relationship-grid h3 {
  max-width: 520px;
  font-size: 26px;
}

.work-review-invite,
.review-proof-note {
  border-block: 1px solid var(--line);
  padding-block: 62px;
  background: #eef3ff;
}

.work-review-invite .split,
.review-proof-note .split {
  align-items: center;
}

.work-review-invite p,
.review-proof-note p {
  max-width: 640px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.review-hero {
  border-bottom: 1px solid var(--line);
  background: #eef3ff;
}

.review-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.75fr);
  align-items: end;
  gap: 90px;
  min-height: 430px;
  padding-block: 74px;
}

.review-hero-grid > div {
  display: grid;
  gap: 22px;
}

.review-hero h1 {
  max-width: 720px;
  font-size: 62px;
  line-height: 1.02;
  letter-spacing: 0;
}

.review-hero-grid > div:last-child {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.review-process {
  border-bottom: 1px solid var(--line);
  padding-block: 70px;
  background: var(--paper);
}

.review-process .section-header {
  max-width: 780px;
}

.review-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line-strong);
}

.review-process-grid li {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 185px;
  padding: 26px;
}

.review-process-grid li + li {
  border-left: 1px solid var(--line-strong);
}

.review-process-grid li > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.review-process-grid li > strong {
  font-size: 20px;
}

.review-process-grid li > p {
  color: var(--muted);
  line-height: 1.55;
}

.review-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(520px, 1.3fr);
  align-items: start;
  gap: 80px;
}

.review-form-intro {
  display: grid;
  gap: 20px;
}

.review-form-intro > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.review-privacy-facts {
  margin: 12px 0 0;
  border-top: 1px solid var(--line-strong);
}

.review-privacy-facts > div {
  display: grid;
  gap: 5px;
  border-bottom: 1px solid var(--line);
  padding-block: 15px;
}

.review-privacy-facts dt {
  font-size: 12px;
  font-weight: 800;
}

.review-privacy-facts dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.review-form {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-card);
  padding: 34px;
  background: var(--paper);
}

.review-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.review-form label:not(.consent):not(.form-honeypot) {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 720;
}

.review-form input,
.review-form select,
.review-form textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-control);
  padding: 13px 14px;
  color: var(--ink);
  background: var(--canvas);
  outline: none;
}

.review-form textarea {
  min-height: 160px;
  resize: vertical;
}

.review-form input:focus,
.review-form select:focus,
.review-form textarea:focus {
  border-color: var(--blue);
  box-shadow: var(--shadow-focus);
}

.review-form .consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: var(--shadow-none);
  accent-color: var(--blue);
}

.review-form .consent a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.review-submit-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.review-submit-row > span {
  color: var(--muted);
  font-size: 12px;
}

.review-form .button:disabled {
  cursor: wait;
  opacity: 0.6;
  transform: none;
}

.review-form .form-status[data-state="success"] {
  color: #176c45;
  font-weight: 700;
}

.review-form .form-status[data-state="error"] {
  color: #a02b2b;
  font-weight: 700;
}

@media (max-width: 900px) {
  .dmar-case-hero-grid,
  .review-hero-grid,
  .review-layout,
  .dmar-result-grid {
    grid-template-columns: 1fr;
  }

  .dmar-case-hero-grid {
    min-height: 0;
  }

  .dmar-case-hero-copy {
    padding: 62px 0 44px;
  }

  .dmar-case-hero-copy h1,
  .review-hero h1 {
    font-size: 46px;
  }

  .dmar-case-hero-visual {
    border-top: 1px solid var(--line);
  }

  .dmar-case-hero-visual img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .dmar-fact-strip .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dmar-fact-strip .container > div {
    min-height: 94px;
    border-bottom: 1px solid var(--line);
  }

  .dmar-delivery-list li {
    grid-template-columns: 44px 1fr;
  }

  .dmar-delivery-list li > strong {
    grid-column: 2;
  }

  .dmar-result-grid,
  .review-layout {
    gap: 48px;
  }

  .review-hero-grid {
    min-height: 0;
    gap: 30px;
    padding-block: 62px;
  }
}

@media (max-width: 640px) {
  .contact-form-row,
  .review-field-grid,
  .dmar-relationship-grid,
  .review-process-grid {
    grid-template-columns: 1fr;
  }

  .home-work-proof-note-links {
    display: grid;
    justify-content: start;
  }

  .dmar-case-hero-copy {
    gap: 19px;
    padding-block: 50px 36px;
  }

  .dmar-case-hero-copy h1,
  .review-hero h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .dmar-case-hero-copy > p,
  .review-hero-grid > div:last-child {
    font-size: 15px;
  }

  .case-relationship {
    grid-template-columns: 1fr;
  }

  .case-relationship span {
    grid-row: auto;
  }

  .dmar-case-hero-visual figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .dmar-fact-strip .container {
    grid-template-columns: 1fr;
  }

  .dmar-fact-strip .container > div {
    min-height: 76px;
    border-right: 1px solid var(--line);
  }

  .dmar-delivery-list li {
    grid-template-columns: 1fr;
    gap: 9px;
    padding-block: 23px;
  }

  .dmar-delivery-list li > strong {
    grid-column: 1;
  }

  .dmar-delivery-list li:hover {
    padding-inline: 0;
  }

  .dmar-project-route li {
    grid-template-columns: 74px 1fr;
    gap: 14px;
  }

  .dmar-result-grid,
  .review-layout {
    gap: 36px;
  }

  .dmar-relationship-grid article {
    min-height: 0;
    padding: 26px 0;
  }

  .dmar-relationship-grid article + article {
    border-top: 1px solid var(--line-strong);
    border-left: 0;
  }

  .work-review-invite,
  .review-proof-note {
    padding-block: 48px;
  }

  .review-hero-grid {
    gap: 22px;
    padding-block: 50px;
  }

  .review-process {
    padding-block: 48px;
  }

  .review-process-grid li {
    min-height: 0;
    padding: 20px 0;
  }

  .review-process-grid li + li {
    border-top: 1px solid var(--line-strong);
    border-left: 0;
  }

  .review-form {
    padding: 22px 18px;
  }

  .review-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .review-submit-row .button {
    width: 100%;
  }
}

/* Public work shown immediately after the homepage introduction */
.home-work-proof {
  border-block: 1px solid var(--line);
  background: var(--canvas);
}

.home-work-proof-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: end;
  gap: 72px;
  padding-block: 70px 34px;
}

.home-work-proof-head > div {
  display: grid;
  gap: 18px;
}

.home-work-proof-head h2 {
  max-width: 700px;
}

.home-work-proof-head > p {
  max-width: 520px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.home-work-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.home-work-proof-item {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-card);
  background: var(--paper);
}

.home-work-proof-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #e7ebea;
}

.home-work-proof-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--motion-emphasis) var(--ease-enter);
}

.home-work-proof-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.home-work-proof-media.website-proof-media img {
  object-fit: contain;
  object-position: top left;
  background: var(--paper);
}

.home-work-proof-media:hover img,
.home-work-proof-media:focus-visible img {
  transform: scale(1.018);
}

.home-work-proof-copy {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 25px 26px 28px;
}

.home-work-proof-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 18px;
  color: var(--muted);
  font-size: 11px;
}

.home-work-proof-meta span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-work-proof-copy h3 {
  font-size: 27px;
  line-height: 1.12;
}

.home-work-proof-copy > p {
  max-width: 620px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.home-work-proof-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding-top: 4px;
}

.home-work-proof-links a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.home-work-proof-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  margin-top: 28px;
  border-top: 1px solid var(--line-strong);
  padding-block: 24px 58px;
}

.home-work-proof-note p {
  max-width: 900px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.home-work-proof-note .text-link {
  white-space: nowrap;
}

.work-page .work-evidence-item img,
.work-page .work-evidence-item:nth-child(2) img,
.work-page .work-evidence-item:nth-child(3) img {
  padding: 0;
  object-fit: cover;
}

/* Verified company and project details */
.home-assurance {
  border-block: 1px solid var(--line);
  background: var(--paper);
}

.home-assurance-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: end;
  gap: 72px;
  padding-block: 70px 34px;
}

.home-assurance-head > div {
  display: grid;
  gap: 18px;
}

.home-assurance-head h2 {
  max-width: 720px;
}

.home-assurance-head > p {
  max-width: 520px;
  color: var(--muted);
  font-size: 17px;
}

.home-assurance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.home-assurance-grid article {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 12px;
  padding: 30px 26px 42px;
  border-right: 1px solid var(--line);
}

.home-assurance-grid article:first-child {
  padding-left: 0;
}

.home-assurance-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.home-assurance-grid article > span,
.budget-guidance-intro > span,
.budget-guidance-bands article > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-assurance-grid h3 {
  font-size: 21px;
}

.home-assurance-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.home-assurance-grid a {
  width: fit-content;
  margin-top: 4px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.project-assistant-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.project-assistant-field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-control);
  padding: 11px 36px 11px 14px;
  color: var(--ink);
  background: var(--canvas);
  outline: none;
  font: inherit;
}

.project-assistant-field select:focus {
  border-color: var(--blue);
  box-shadow: var(--shadow-focus);
}

.about-page .founder-hero-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.68fr) minmax(250px, 0.58fr);
  gap: 44px;
}

.founder-portrait {
  display: grid;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--line-strong);
  background: var(--paper);
}

.founder-portrait img {
  width: 100%;
  height: 480px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 32%;
}

.founder-portrait picture {
  display: block;
  min-width: 0;
}

.founder-portrait figcaption {
  display: grid;
  gap: 3px;
  border-top: 1px solid var(--line);
  padding: 14px 16px;
}

.founder-portrait figcaption strong {
  font-size: 14px;
}

.founder-portrait figcaption span {
  color: var(--muted);
  font-size: 11px;
}

.about-page .founder-facts > div {
  grid-template-columns: 1fr;
  align-content: center;
  gap: 5px;
}

.about-page .founder-facts dd {
  font-size: 17px;
  text-align: left;
}

.budget-guidance {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  margin-block: 48px 54px;
  border-block: 1px solid var(--line-strong);
}

.budget-guidance-intro {
  display: grid;
  align-content: center;
  gap: 14px;
  border-right: 1px solid var(--line);
  padding: 38px 40px 38px 0;
}

.budget-guidance-intro strong {
  font-size: 38px;
  line-height: 1;
}

.budget-guidance-intro p {
  max-width: 380px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.budget-guidance-bands {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.budget-guidance-bands article {
  display: grid;
  align-content: start;
  gap: 11px;
  padding: 38px 24px;
  border-right: 1px solid var(--line);
}

.budget-guidance-bands article:last-child {
  border-right: 0;
}

.budget-guidance-bands h3 {
  font-size: 19px;
}

.budget-guidance-bands p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.contact-trust-list {
  margin: 32px 0 0;
  border-top: 1px solid var(--line-strong);
}

.contact-trust-list > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 24px;
  min-height: 58px;
  border-bottom: 1px solid var(--line);
}

.contact-trust-list dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-trust-list dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.contact-trust-list a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer .footer-inner {
  min-height: 0;
  align-items: flex-start;
  padding-block: 38px 30px;
}

.footer-company {
  display: grid;
  max-width: 620px;
  gap: 8px;
}

.footer-company strong {
  display: flex;
  align-items: center;
  color: var(--ink);
  font-size: 13px;
}

.footer-company strong::before {
  display: inline-grid;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-compact);
  color: var(--ink);
  content: "A4T";
  font-size: 8px;
  font-weight: 900;
}

.footer-company > span {
  color: var(--muted);
  font-size: 12px;
}

.footer-meta {
  display: flex;
  min-height: 58px;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.footer-meta a {
  color: var(--ink-soft);
}

.footer-meta a:hover {
  color: var(--blue);
}

@media (max-width: 1000px) {
  .home-assurance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-assurance-grid article:nth-child(2) {
    padding-right: 0;
    border-right: 0;
  }

  .home-assurance-grid article:nth-child(3) {
    padding-left: 0;
    border-top: 1px solid var(--line);
  }

  .home-assurance-grid article:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .about-page .founder-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.55fr);
  }

  .about-page .founder-facts {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-page .founder-facts > div {
    padding-inline: 14px;
    border-right: 1px solid var(--line);
  }

  .about-page .founder-facts > div:first-child {
    padding-left: 0;
  }

  .about-page .founder-facts > div:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .budget-guidance {
    grid-template-columns: 1fr;
  }

  .budget-guidance-intro {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-right: 0;
  }
}

@media (max-width: 700px) {
  .home-assurance-head {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: 54px 26px;
  }

  .home-assurance-grid {
    grid-template-columns: 1fr;
  }

  .home-assurance-grid article,
  .home-assurance-grid article:first-child,
  .home-assurance-grid article:nth-child(2),
  .home-assurance-grid article:nth-child(3),
  .home-assurance-grid article:nth-child(4),
  .home-assurance-grid article:last-child {
    padding: 24px 0;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .home-assurance-grid article:first-child {
    border-top: 0;
  }

  .about-page .founder-hero-grid {
    grid-template-columns: 1fr;
  }

  .founder-portrait {
    max-width: 520px;
  }

  .founder-portrait img {
    height: 460px;
  }

  .about-page .founder-facts {
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page .founder-facts > div,
  .about-page .founder-facts > div:first-child,
  .about-page .founder-facts > div:last-child {
    min-height: 72px;
    padding-inline: 0 12px;
    border-right: 0;
  }

  .budget-guidance-bands {
    grid-template-columns: 1fr;
  }

  .budget-guidance-bands article {
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .budget-guidance-bands article:last-child {
    border-bottom: 0;
  }

  .contact-trust-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-block: 12px;
  }

  .contact-trust-list dd {
    text-align: left;
  }

  .site-footer .footer-inner {
    gap: 26px;
    padding-block: 34px 24px;
  }

  .footer-meta {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 18px 28px;
  }
}

body {
  --page-accent: var(--signal-blue);
  --page-tint: var(--color-default-soft);
  font-family: var(--body-font);
}

.brand-development-page {
  --page-accent: var(--signal-blue);
  --page-tint: var(--color-default-soft);
}

.app-development-page {
  --page-accent: var(--signal-teal);
  --page-tint: var(--color-app-soft);
}

.website-development-page {
  --page-accent: var(--color-website);
  --page-tint: var(--color-website-soft);
}

.design-page {
  --page-accent: var(--color-design);
  --page-tint: var(--color-design-soft);
}

.photography-page {
  --page-accent: var(--color-photography);
  --page-tint: var(--color-photography-soft);
}

.work-page {
  --page-accent: var(--color-purple);
  --page-tint: var(--color-purple-soft);
}

.professionals-page {
  --page-accent: var(--color-blue);
  --page-tint: var(--color-default-soft);
}

.about-page,
.history-page {
  --page-accent: var(--color-green);
  --page-tint: var(--color-green-soft);
}

.responsible-page {
  --page-accent: var(--color-growth);
  --page-tint: var(--color-growth-soft);
}

.contact-page {
  --page-accent: var(--color-design);
  --page-tint: var(--color-design-soft);
}

.consent a {
  color: var(--blue-deep);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 720px) {
  .footer-links a,
  .footer-meta a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
}

.case-study-page {
  --page-accent: var(--signal-teal);
  --page-tint: var(--color-app-soft);
}

.not-found-page {
  --page-accent: var(--signal-blue);
  --page-tint: var(--color-default-soft);
}

h1,
h2,
h3,
h4 {
  font-family: var(--display-font);
  letter-spacing: 0;
  text-wrap: balance;
}

h1,
h2 {
  font-weight: 560;
}

h3,
h4,
strong {
  font-weight: 650;
}

p,
li,
dd {
  text-wrap: pretty;
}

.page-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
}

.page-progress > progress {
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--page-accent);
}

.page-progress > progress::-webkit-progress-bar {
  background: transparent;
}

.page-progress > progress::-webkit-progress-value,
.page-progress > progress::-moz-progress-bar {
  background: var(--page-accent);
}

.nav {
  height: 76px;
  background: rgba(255, 255, 255, 0.96);
  transition: box-shadow var(--motion-standard) ease, background-color var(--motion-standard) ease;
}

.nav.is-scrolled {
  background: rgba(255, 255, 255, 0.985);
  box-shadow: var(--shadow-nav);
}

.brand {
  gap: 11px;
  font-family: var(--display-font);
  font-weight: 650;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
}

.nav-links a::after {
  background: var(--page-accent);
}

.top-action,
.button {
  min-height: 50px;
  border-radius: var(--radius-control);
  box-shadow: var(--shadow-transparent);
  transition: transform var(--motion-fast) ease, box-shadow var(--motion-fast) ease, background-color var(--motion-fast) ease, border-color var(--motion-fast) ease, color var(--motion-fast) ease;
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--page-accent);
  outline: 3px solid color-mix(in srgb, var(--page-accent) 70%, white);
  outline-offset: 3px;
}

.brand:focus-visible,
.nav-links a:focus-visible,
.text-link:focus-visible,
.photo-portfolio-link:focus-visible {
  border-radius: var(--radius-signal);
}

.top-action,
.button-primary {
  background: var(--page-accent);
}

.top-action:hover,
.button-primary:hover {
  background: var(--ink);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.button-secondary:hover {
  box-shadow: var(--shadow-xs);
}

.text-link,
.photo-portfolio-link {
  color: var(--page-accent);
  text-underline-offset: 4px;
  transition: color var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.text-link:hover,
.photo-portfolio-link:hover {
  color: var(--ink);
  transform: translateX(3px);
}

[data-project-assistant-open].text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding-block: 8px;
}

.photo-carousel-controls button {
  width: 44px;
  height: 44px;
}

.section-kicker,
.eyebrow {
  gap: 10px;
  color: var(--ink-soft);
  font-weight: 720;
}

.section-kicker::before,
.eyebrow::before {
  width: 18px;
  flex-basis: 18px;
  background: var(--page-accent);
}

.section-kicker::after,
.eyebrow::after {
  width: 5px;
  height: 5px;
  background: var(--signal-lime);
  content: "";
}

.section-header,
.services-heading-row,
.photo-page-heading,
.home-section-head {
  border-top: 1px solid var(--line-strong);
  padding-top: 24px;
}

.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--color-default-soft);
}

.home-hero::before {
  position: absolute;
  z-index: -1;
  top: 112px;
  right: 7%;
  width: 14px;
  height: 160px;
  background: var(--signal-lime);
  content: "";
  transform: rotate(18deg);
}

.home-hero::after {
  position: absolute;
  z-index: -2;
  top: 52px;
  right: 2%;
  color: transparent;
  content: "A4T";
  font-family: var(--display-font);
  font-size: 250px;
  font-weight: 900;
  line-height: 1;
  opacity: 0.12;
  -webkit-text-stroke: 2px var(--color-blue);
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 604px;
  align-content: center;
  gap: 23px;
  padding-block: 62px 20px;
}

.home-hero h1 {
  max-width: 830px;
  font-size: 62px;
  line-height: 1.04;
}

.home-hero-inner > p {
  max-width: 750px;
  font-size: 19px;
}

.home-project-route {
  width: min(100%, 1030px);
  margin-top: 18px;
  border-block: 1px solid rgba(23, 32, 29, 0.2);
  background: rgba(255, 255, 255, 0.42);
}

.home-project-route-head {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  min-height: 58px;
  align-items: center;
  gap: 26px;
  border-bottom: 1px solid rgba(23, 32, 29, 0.14);
  padding: 11px 16px;
}

.home-project-route-head > span {
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-project-route-head > p {
  color: var(--ink-soft);
  font-size: 13px;
}

.home-project-route-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-project-route-steps button {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 64px;
  align-content: center;
  gap: 2px;
  border: 0;
  border-right: 1px solid rgba(23, 32, 29, 0.14);
  padding: 10px 15px 10px 29px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: color var(--motion-fast) ease, background-color var(--motion-fast) ease;
}

.home-project-route-steps button:last-child {
  border-right: 0;
}

.home-project-route-steps button::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 7px;
  height: 7px;
  background: var(--line-strong);
  content: "";
  transform: translateY(-50%);
  transition: width var(--motion-fast) ease, height var(--motion-fast) ease, background-color var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.home-project-route-steps button[aria-pressed="true"] {
  color: var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow-accent-inset);
}

.home-project-route-steps button[aria-pressed="true"]::before {
  width: 9px;
  height: 9px;
  background: var(--signal-lime);
  transform: translateY(-50%) rotate(45deg);
}

.home-project-route-steps button > span {
  color: var(--page-accent);
  font-size: 8px;
  font-weight: 800;
}

.home-project-route-steps button > strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
}

.home-regions {
  background: #fbfcf9;
}

.home-region-list span {
  position: relative;
  overflow: hidden;
}

.home-region-list span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--signal-lime);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--motion-standard) ease;
}

.home-region-list span:hover::after {
  transform: scaleX(1);
}

.home-service {
  position: relative;
  overflow: hidden;
  transition: color var(--motion-standard) ease, background-color var(--motion-standard) ease, padding var(--motion-standard) ease;
}

.home-service::before {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 3px;
  background: var(--page-accent);
  content: "";
  transform: scaleY(0);
  transition: transform var(--motion-standard) ease;
}

.home-service:hover::before,
.home-service:focus-visible::before {
  transform: scaleY(1);
}

.home-service > strong {
  transition: transform var(--motion-standard) ease;
}

.home-service:hover > strong {
  transform: translateX(5px);
}

.home-proof-visual {
  position: relative;
  overflow: hidden;
  border-color: #bfcdf3;
  background: #edf2ff;
}

.home-proof-visual::before,
.home-proof-visual::after {
  position: absolute;
  border: 1px solid rgba(40, 88, 214, 0.25);
  content: "";
  transform: rotate(45deg);
}

.home-proof-visual::before {
  width: 310px;
  height: 310px;
}

.home-proof-visual::after {
  width: 410px;
  height: 410px;
}

.home-proof-visual img {
  position: relative;
  z-index: 1;
  transition: transform var(--motion-reveal) var(--ease-enter), box-shadow var(--motion-reveal) ease;
}

.home-proof-visual:hover img {
  box-shadow: var(--shadow-hero);
  transform: translateY(-8px) rotate(-1deg);
}

.clean-subhero {
  position: relative;
  overflow: hidden;
  padding-block: 0;
  background: var(--page-tint) !important;
}

.clean-subhero .clean-subhero-inner {
  min-height: 410px;
  padding-block: 78px 58px;
}

.clean-subhero .clean-subhero-inner h1 {
  max-width: 900px;
  font-size: 54px;
}

.clean-subhero::after {
  position: absolute;
  top: 84px;
  right: 7%;
  width: 128px;
  height: 128px;
  border: 1px solid color-mix(in srgb, var(--page-accent) 42%, transparent);
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
}

.page-route {
  position: relative;
  border-top: 1px solid rgba(23, 32, 29, 0.16);
  background: rgba(255, 255, 255, 0.56);
}

.page-route-inner {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 72px;
  align-items: stretch;
  gap: 28px;
}

.page-route-label {
  display: flex;
  align-items: center;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-route ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-route-count-5 ol {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.project-assistant-progress progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  appearance: none;
  border: 0;
  background: transparent;
}

.project-assistant-progress progress::-webkit-progress-bar {
  background: transparent;
}

.project-assistant-progress progress::-webkit-progress-value,
.project-assistant-progress progress::-moz-progress-bar {
  background: var(--blue);
}

.page-route li {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  border-left: 1px solid rgba(23, 32, 29, 0.14);
  padding: 12px 16px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 650;
}

.page-route li::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: var(--line-strong);
  content: "";
  transition: background-color var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.page-route li.is-route-active {
  color: var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow-accent-inset);
}

.page-route li.is-route-active::before {
  background: var(--signal-lime);
  transform: rotate(45deg);
}

.brand-route-grid article,
.brand-start-grid article,
.app-type-grid article,
.app-example-grid article,
.app-package,
.design-category-grid article,
.photo-service-package,
.service-card {
  position: relative;
  overflow: hidden;
  border-color: var(--line);
  box-shadow: var(--shadow-transparent);
  transition: transform var(--motion-deliberate) var(--ease-enter), box-shadow var(--motion-deliberate) ease, border-color var(--motion-deliberate) ease;
}

.brand-route-grid article::before,
.brand-start-grid article::before,
.app-type-grid article::before,
.app-example-grid article::before,
.app-package::before,
.design-category-grid article::before,
.photo-service-package::before,
.service-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--page-accent);
  content: "";
  transform: scaleX(0.22);
  transform-origin: left;
  transition: transform var(--motion-deliberate) ease;
}

.brand-route-grid article:hover,
.brand-start-grid article:hover,
.app-type-grid article:hover,
.app-example-grid article:hover,
.app-package:hover,
.design-category-grid article:hover,
.photo-service-package:hover,
.service-card:hover {
  border-color: color-mix(in srgb, var(--page-accent) 35%, var(--line));
  box-shadow: var(--shadow-medium);
  transform: translateY(-5px);
}

.brand-route-grid article:hover::before,
.brand-start-grid article:hover::before,
.app-type-grid article:hover::before,
.app-example-grid article:hover::before,
.app-package:hover::before,
.design-category-grid article:hover::before,
.photo-service-package:hover::before,
.service-card:hover::before {
  transform: scaleX(1);
}

.brand-route-grid article > span,
.app-type-grid article > span,
.app-example-grid article > span,
.design-category-grid article > span {
  width: fit-content;
  border: 1px solid color-mix(in srgb, var(--page-accent) 32%, var(--line));
  border-radius: var(--radius-compact);
  padding: 5px 7px;
  color: var(--page-accent);
  background: var(--paper);
}

.brand-route-grid article:nth-child(1),
.brand-route-grid article:nth-child(4),
.brand-route-grid article:nth-child(5),
.brand-start-grid article:nth-child(2),
.package-highlight,
.package-dark {
  background: var(--paper);
}

.brand-example-case > summary,
.scope-service > summary {
  transition: background-color var(--motion-fast) ease, padding var(--motion-fast) ease;
}

.brand-example-case > summary:hover,
.scope-service > summary:hover {
  padding-inline: 14px;
  background: color-mix(in srgb, var(--page-tint) 72%, var(--paper));
}

.brand-example-case > summary > strong::after {
  border-radius: var(--radius-control);
  transition: transform var(--motion-fast) ease, background-color var(--motion-fast) ease;
}

.brand-example-case[open] > summary > strong::after {
  background: var(--signal-lime);
  transform: rotate(180deg);
}

.home-evidence-grid > a,
.work-evidence-item,
.photo-gallery-item,
.photo-slide figure {
  overflow: hidden;
}

.home-evidence-grid img,
.work-evidence-item img,
.photo-gallery-item img,
.photo-slide img,
.founder-work-grid img {
  transition: transform var(--motion-gallery) var(--ease-enter), filter var(--motion-gallery) ease;
}

.home-evidence-grid > a:hover img,
.work-evidence-item:hover img,
.photo-gallery-item:hover img,
.photo-slide figure:hover img,
.founder-work-grid figure:hover img {
  transform: scale(1.025);
}

.home-process-list article,
.pricing-route article,
.photo-process-grid article {
  position: relative;
}

.home-process-list article::after,
.pricing-route article::after,
.photo-process-grid article::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 18px;
  height: 3px;
  background: var(--signal-lime);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--motion-standard) ease;
}

.home-process-list article:hover::after,
.pricing-route article:hover::after,
.photo-process-grid article:hover::after {
  transform: scaleX(1);
}

.home-human,
.home-network,
.brand-writing-band,
.app-proof-section {
  background: var(--page-tint);
}

.work-page .clean-subhero,
.history-hero,
.founder-hero,
.professional-hero {
  background: var(--page-tint);
}

.contact-page .subhero,
.responsible-page .responsible-hero {
  background: var(--page-tint);
}

.history-hero {
  display: block;
  padding-block: 0;
}

.history-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: 90px;
  padding-block: 92px 70px;
}

.case-study-page .clean-subhero::after {
  display: none;
}

.case-study-page .clean-subhero .split {
  align-items: stretch;
}

.case-study-page .clean-subhero .subhero-inner {
  align-content: center;
  padding-block: 70px;
}

.case-hero-visual {
  display: grid;
  min-width: 0;
  align-self: stretch;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  border-inline: 1px solid var(--line);
  background: var(--paper);
}

.case-hero-visual > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.case-hero-visual.case-website-proof > img {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: top left;
}

.case-hero-visual.case-website-proof {
  align-self: center;
}

.case-hero-visual figcaption {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 12px 16px;
  color: var(--muted);
  font-size: 12px;
}

.case-hero-visual figcaption strong {
  font-size: 14px;
}

.legal-main {
  background: #f7f8f5;
}

.legal-card {
  border-top: 4px solid var(--page-accent);
  padding-top: 28px;
}

.legal-card-hero .legal-intro {
  max-width: 690px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.65;
}

.legal-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0 0 36px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
}

.legal-jump-links a,
.legal-related a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-card > section {
  max-width: 760px;
  scroll-margin-top: 96px;
}

.legal-card h3 {
  margin: 24px 0 8px;
  color: var(--ink);
  font-size: 17px;
}

.legal-related {
  margin-top: 46px;
  border: 1px solid var(--line-strong);
  border-left: 4px solid var(--page-accent);
  padding: 22px 24px 24px;
  background: var(--paper);
}

.legal-related h2 {
  margin-top: 0;
  font-size: 20px;
}

.legal-related > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.faq-policy-section {
  max-width: none !important;
  margin-top: 48px;
}

.faq-policy-section > h2 {
  margin-bottom: 18px;
}

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

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

.faq-policy-list summary {
  position: relative;
  display: flex;
  min-height: 68px;
  align-items: center;
  padding: 16px 48px 16px 0;
  cursor: pointer;
  list-style: none;
}

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

.faq-policy-list summary::after {
  position: absolute;
  right: 4px;
  color: var(--blue);
  content: "+";
  font-size: 25px;
  font-weight: 400;
  transition: transform var(--motion-instant) ease;
}

.faq-policy-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-policy-list summary h3 {
  margin: 0;
  font-size: 18px;
}

.faq-policy-list details > p {
  max-width: 720px;
  margin: 0;
  padding: 0 48px 22px 0;
}

.faq-contact > p {
  margin-top: 0;
}

.footer-inner > span::before {
  display: inline-grid;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-compact);
  color: var(--ink);
  content: "A4T";
  font-size: 8px;
  font-weight: 900;
}

.not-found-main {
  background: var(--page-tint);
}

.not-found-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.not-found-inner {
  display: grid;
  min-height: calc(100vh - 76px - 142px);
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.65fr);
  align-items: center;
  gap: 72px;
  padding-block: 80px;
}

.not-found-copy {
  max-width: 690px;
}

.not-found-copy h1 {
  max-width: 620px;
  margin-block: 22px 20px;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.98;
}

.not-found-copy > p {
  max-width: 620px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.not-found-code {
  justify-self: end;
  color: transparent;
  font-family: var(--display-font);
  font-size: clamp(128px, 20vw, 270px);
  font-weight: 650;
  line-height: 0.8;
  -webkit-text-stroke: 2px color-mix(in srgb, var(--page-accent) 24%, transparent);
  text-stroke: 2px color-mix(in srgb, var(--page-accent) 24%, transparent);
  user-select: none;
}

.business-reference-list {
  display: grid;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid #d8ddd7;
}

.business-reference-list > span {
  padding-block: 15px 10px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.business-reference-list article {
  display: grid;
  gap: 7px;
  border-bottom: 1px solid #d8ddd7;
  padding-block: 18px;
}

.business-reference-list article > strong {
  font-size: 17px;
}

.business-reference-list article > p {
  max-width: 700px;
  color: #55616a;
  font-size: 14px;
  line-height: 1.6;
}

.business-reference-list article > div,
.business-reference-list article > a {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  width: fit-content;
}

.business-reference-list a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.photo-credit-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.business-proof-section {
  border-block: 1px solid var(--line);
  padding-block: 82px;
  background: var(--paper);
}

.business-proof-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: end;
  gap: 72px;
  padding-bottom: 34px;
}

.business-proof-head > div {
  display: grid;
  gap: 18px;
}

.business-proof-head > p {
  max-width: 520px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

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

.business-proof-list article {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) minmax(220px, 0.55fr);
  align-items: start;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  padding-block: 28px;
}

.business-proof-list article > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.business-proof-list article > div:nth-child(2) {
  display: grid;
  gap: 8px;
}

.business-proof-list h3 {
  font-size: 23px;
}

.business-proof-list p {
  max-width: 680px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.business-proof-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.business-proof-links a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Progressive disclosure for supporting detail */
.content-disclosure {
  width: 100%;
  max-width: 730px;
  border-top: 1px solid var(--line-strong);
  padding-top: 14px;
}

.content-disclosure > summary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

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

.content-disclosure > summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  color: currentColor;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: transform var(--motion-fast) ease;
}

.content-disclosure[open] > summary::after {
  transform: rotate(45deg);
}

.content-disclosure-less {
  display: none;
}

.content-disclosure[open] .content-disclosure-more {
  display: none;
}

.content-disclosure[open] .content-disclosure-less {
  display: inline;
}

.content-disclosure:not([open]) > .content-disclosure-body {
  display: none;
}

.content-disclosure[open] > .content-disclosure-body {
  display: grid;
  gap: 16px;
  padding-top: 16px;
}

.content-disclosure-body p {
  margin: 0;
}

#company-timeline .founder-timeline {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

#company-timeline .founder-timeline::before {
  inset: 25px auto 25px 25px;
  width: 1px;
  height: auto;
}

#company-timeline .founder-timeline li {
  grid-template-columns: 50px minmax(0, 1fr);
  gap: var(--space-4);
  padding-bottom: var(--space-6);
}

#company-timeline .founder-timeline li > div {
  border: 0;
  padding: var(--space-1) 0 0;
}

#company-timeline .founder-timeline li:last-child {
  padding-bottom: 0;
}

.founder-story-copy .content-disclosure-body p:last-child {
  margin-top: 4px;
  border-left: 3px solid var(--blue);
  padding-left: 22px;
  color: var(--ink);
  font-weight: 650;
}

.drone-safety-summary {
  margin: 0;
  border-left: 3px solid var(--lime);
  padding-left: 17px;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 1.6;
}

.drone-safety-summary strong {
  color: #fff;
}

.content-disclosure-dark {
  border-top-color: rgba(255, 255, 255, 0.24);
}

.content-disclosure-dark > summary {
  color: #fff;
}

.content-disclosure-dark .content-disclosure-body {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.65;
}

.content-disclosure-dark .content-disclosure-body p {
  color: rgba(255, 255, 255, 0.72);
}

.website-proof {
  border-block: 1px solid var(--line);
  background: var(--page-tint);
}

.website-development-page .design-categories-section,
.pinglo-interface-section {
  background: var(--paper);
}

.design-evidence-section {
  border-bottom: 1px solid var(--line);
  background: var(--page-tint);
}

.design-evidence-grid {
  align-items: center;
}

.design-proof-main p,
.design-proof-secondary p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.design-proof-main .text-link,
.design-proof-secondary .text-link {
  margin-top: 3px;
  font-size: 12px;
}

.app-handover-note {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: 30px;
  margin-top: 28px;
  border-block: 1px solid var(--line-strong);
  padding-block: 24px;
}

.app-handover-note strong {
  font-size: 17px;
}

.app-handover-note p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.pinglo-screen-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}

.pinglo-screen {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: var(--paper);
}

.pinglo-screen img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 720 / 1564;
  object-fit: cover;
  object-position: top;
}

.pinglo-screen figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding: 14px 16px;
}

.pinglo-screen figcaption span {
  color: var(--page-accent);
  font-size: 10px;
  font-weight: 800;
}

.pinglo-screen figcaption strong {
  font-size: 13px;
}

.pinglo-screen-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 980px;
  margin-top: 54px;
}

.pinglo-result-section {
  border-top: 1px solid var(--line);
  background: var(--page-tint);
}

.scope-category-list strong a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--page-accent) 50%, transparent);
  text-underline-offset: 4px;
}

.scope-category-list strong a:hover {
  color: var(--page-accent);
}

@media (prefers-reduced-motion: no-preference) {
  .home-hero .eyebrow,
  .home-hero h1,
  .home-hero-inner > p,
  .home-hero .home-actions,
  .home-project-route {
    animation: a4t-enter var(--motion-enter) var(--ease-enter) both;
  }

  .home-hero h1 { animation-delay: 70ms; }
  .home-hero-inner > p { animation-delay: 130ms; }
  .home-hero .home-actions { animation-delay: 190ms; }
  .home-project-route { animation-delay: 250ms; }

  .home-hero::before {
    animation: a4t-signal 5.4s var(--ease-signal) infinite;
  }

  .content-disclosure[open] > .content-disclosure-body {
    animation: a4t-disclosure var(--motion-standard) var(--ease-out) both;
  }

  .motion-ready .motion-section [data-reveal-item] {
    opacity: 0;
    transform: translateY(18px);
  }

  .motion-ready .motion-section.is-visible [data-reveal-item] {
    animation: a4t-stagger var(--motion-stagger) var(--ease-enter) both;
    animation-delay: 0ms;
  }

  .motion-ready .motion-section.is-visible .reveal-order-1 { animation-delay: 70ms; }
  .motion-ready .motion-section.is-visible .reveal-order-2 { animation-delay: 140ms; }
  .motion-ready .motion-section.is-visible .reveal-order-3 { animation-delay: 210ms; }
  .motion-ready .motion-section.is-visible .reveal-order-4 { animation-delay: 280ms; }
  .motion-ready .motion-section.is-visible .reveal-order-5 { animation-delay: 350ms; }
  .motion-ready .motion-section.is-visible .reveal-order-6 { animation-delay: var(--motion-reveal); }
  .motion-ready .motion-section.is-visible .reveal-order-7 { animation-delay: 490ms; }
  .motion-ready .motion-section.is-visible .reveal-order-8 { animation-delay: 560ms; }
  .motion-ready .motion-section.is-visible .reveal-order-9 { animation-delay: 630ms; }
  .motion-ready .motion-section.is-visible .reveal-order-10 { animation-delay: 700ms; }
  .motion-ready .motion-section.is-visible .reveal-order-11 { animation-delay: 770ms; }

  @keyframes a4t-enter {
    from { opacity: 1; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes a4t-stagger {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes a4t-signal {
    0%, 100% { transform: translateY(0) rotate(18deg); }
    50% { transform: translateY(24px) rotate(18deg); }
  }

  @keyframes a4t-disclosure {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

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

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

@media (max-width: 720px) {
  .brand,
  main :where(p, li, dd) a,
  main :where(.text-link, .photo-portfolio-link),
  main :where(summary, .home-work-proof-links a, .home-work-proof-note-links a, .business-proof-links a),
  .footer-links a,
  .footer-meta a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .footer-links a {
    padding-inline: 10px;
  }
}

@media (max-width: 1100px) {
  .home-hero::after {
    right: -4%;
    font-size: 200px;
  }

  .clean-subhero::after {
    right: 4%;
    width: 104px;
    height: 104px;
  }
}

@media (max-width: 900px) {
  .pinglo-screen-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pinglo-screen-grid-compact {
    max-width: none;
  }

  .app-handover-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .nav {
    height: 68px;
  }

  .home-hero::after {
    top: 82px;
    right: -6%;
    font-size: 150px;
    opacity: 0.08;
  }

  .home-hero::before {
    top: 115px;
    right: 8%;
    height: 104px;
  }

  .home-hero-inner {
    min-height: 0;
    padding-block: 68px 40px;
  }

  .home-work-proof-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .business-proof-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .business-proof-list article {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .business-proof-links {
    grid-column: 2;
    justify-content: flex-start;
  }

  .home-project-route-head {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .clean-subhero .clean-subhero-inner {
    min-height: 380px;
  }

  .not-found-inner {
    min-height: calc(100vh - 68px - 160px);
    grid-template-columns: 1fr;
    align-content: center;
    gap: 34px;
    padding-block: 64px;
  }

  .not-found-code {
    justify-self: start;
    grid-row: 1;
    font-size: clamp(112px, 38vw, 170px);
  }

  .history-hero-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .case-study-page .clean-subhero .subhero-inner {
    padding-block: 58px 18px;
  }

  .page-route-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .page-route-label {
    min-height: 38px;
    border-bottom: 1px solid rgba(23, 32, 29, 0.14);
  }

  .page-route ol {
    width: 100%;
  }

  .page-route li:first-child {
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .pinglo-screen-grid,
  .pinglo-screen-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pinglo-screen-grid-compact {
    margin-top: 32px;
  }

  .pinglo-screen figcaption {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 10px;
  }

  .pinglo-screen figcaption strong {
    font-size: 11px;
  }

  body {
    font-family: var(--body-font);
  }

  .container {
    width: min(100% - (2 * var(--gutter-mobile)), var(--measure-wide));
  }

  .responsive-title {
    max-width: 100%;
    font-size: 31px !important;
    line-height: 1.08;
    white-space: normal;
  }

  h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  h3 {
    font-size: 20px;
  }

  .section-kicker,
  .eyebrow {
    font-size: 9px;
  }

  .section-kicker::after,
  .eyebrow::after {
    width: 4px;
    height: 4px;
  }

  .home-hero-inner {
    gap: 18px;
    padding-block: 50px 28px;
  }

  .home-work-proof-head {
    gap: 16px;
    padding-block: 46px 26px;
  }

  .home-work-proof-head > p {
    font-size: 15px;
  }

  .business-proof-section {
    padding-block: 52px;
  }

  .business-proof-head {
    gap: 16px;
    padding-bottom: 26px;
  }

  .business-proof-head > p {
    font-size: 15px;
  }

  .business-proof-list article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-block: 22px;
  }

  .business-proof-list article > span,
  .business-proof-links {
    grid-column: 1;
  }

  .photo-credit-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-work-proof-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-work-proof-copy {
    padding: 21px 20px 24px;
  }

  .home-work-proof-copy h3 {
    font-size: 23px;
  }

  .home-work-proof-note {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
    padding-block: 22px 44px;
  }

  .home-work-proof-note .text-link {
    white-space: normal;
  }

  .project-assistant-field-grid {
    grid-template-columns: 1fr;
  }

  .home-hero h1 {
    font-size: 34px !important;
  }

  .home-hero-inner > p {
    font-size: 16px;
    line-height: 1.5;
  }

  .home-hero::after {
    top: 54px;
    right: -20px;
    font-size: 104px;
  }

  .home-hero::before {
    top: 82px;
    right: 18px;
    width: 8px;
    height: 72px;
  }

  .home-actions,
  .hero-actions {
    align-items: stretch;
  }

  .home-actions .button,
  .hero-actions .button {
    width: 100%;
  }

  .home-project-route {
    margin-top: 10px;
  }

  .home-project-route-head {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 11px 12px;
  }

  .home-project-route-head > p {
    min-height: 38px;
    font-size: 12px;
  }

  .home-project-route-steps button {
    min-height: 58px;
    justify-items: center;
    gap: 3px;
    padding: 8px 3px;
    text-align: center;
  }

  .home-project-route-steps button::before {
    display: none;
  }

  .home-project-route-steps button > strong {
    max-width: 100%;
    font-size: 10px;
  }

  .home-project-route-steps button > span {
    font-size: 7px;
  }

  .clean-subhero .clean-subhero-inner {
    min-height: 0;
    gap: 20px;
    padding-block: 54px 42px;
  }

  .history-hero-inner {
    gap: 38px;
    padding-block: 64px 48px;
  }

  .case-hero-visual > img {
    min-height: 320px;
  }

  .clean-subhero .clean-subhero-inner > p {
    font-size: 16px;
  }

  .clean-subhero::after {
    top: 42px;
    right: -32px;
    width: 82px;
    height: 82px;
    opacity: 0.55;
  }

  .page-route-label {
    font-size: 9px;
  }

  .page-route ol {
    overflow-x: auto;
  }

  .page-route li {
    min-width: 82px;
    justify-content: center;
    gap: 6px;
    padding: 12px 8px;
    font-size: 10px;
    text-align: center;
  }

  .page-route li::before {
    width: 5px;
    height: 5px;
    flex-basis: 5px;
  }

  .section-header,
  .services-heading-row,
  .photo-page-heading,
  .home-section-head {
    padding-top: 18px;
  }

  .brand-route-grid article:hover,
  .brand-start-grid article:hover,
  .app-type-grid article:hover,
  .app-example-grid article:hover,
  .app-package:hover,
  .design-category-grid article:hover,
  .photo-service-package:hover,
  .service-card:hover {
    box-shadow: var(--shadow-none);
    transform: none;
  }

  .brand-example-case > summary:hover,
  .scope-service > summary:hover {
    padding-inline: 0;
  }

  .footer-inner > span {
    display: flex;
    align-items: center;
  }

  .not-found-inner {
    min-height: calc(100vh - 68px);
    gap: 24px;
    padding-block: 50px;
  }

  .not-found-copy h1 {
    font-size: 36px;
  }

  .not-found-copy > p {
    font-size: 16px;
  }

  .not-found-code {
    font-size: 112px;
  }
}

@media (max-width: 640px) {
  .legal-card-hero .legal-intro {
    font-size: 16px;
  }

  .legal-jump-links {
    gap: 10px 16px;
    margin-bottom: 26px;
  }

  .legal-related {
    padding: 20px;
  }

  .legal-related > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq-policy-list summary {
    min-height: 62px;
    padding-right: 36px;
  }

  .faq-policy-list summary h3 {
    font-size: 16px;
  }

  .faq-policy-list details > p {
    padding-right: 0;
  }
}

/* Final mobile interaction contract: all text controls retain a 44px target. */
@media (max-width: 720px) {
  body .brand,
  body main .text-link,
  body main .photo-portfolio-link,
  body main .home-work-proof-links a,
  body main .home-work-proof-note-links a,
  body main .home-assurance-grid article > a,
  body main .photo-credit-links a,
  body main .business-proof-links a,
  body main .content-disclosure > summary,
  body main :where(p, li, dd) a,
  body .consent a,
  body .footer-links a,
  body .footer-meta a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  body .footer-links a {
    min-width: 44px;
    justify-content: center;
    padding-inline: 10px;
  }
}
