/* Shared inner-page layouts extend the approved homepage design tokens. */
.site-header .nav-links a[aria-current="page"] {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 7px;
}
.page-hero {
  padding-top: 58px;
  padding-bottom: 66px;
}
.page-hero h1,
.contact-copy h1,
.legal-hero h1 {
  font-size: clamp(48px, 5.9vw, 84px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 500;
}
.page-hero h1 span,
.contact-copy h1 span {
  color: #608577;
}
.page-hero p {
  font-size: 19px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 470px;
  margin-top: 28px;
}
.page-hero .button {
  margin-top: 30px;
}
.image-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.page-photo {
  position: relative;
  margin: 0;
  height: 475px;
}
.page-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
  border-radius: var(--radius);
}
.page-photo figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: var(--paper);
  padding: 15px 18px;
  font-size: 12px;
  border-radius: 6px;
  max-width: 290px;
}
.feature-index {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 22px;
  position: relative;
}
.feature-index:before,
.feature-index:after {
  content: "";
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  height: 1px;
  background: var(--line);
}
.feature-index:before {
  top: 0;
}
.feature-index:after {
  bottom: 0;
}
.feature-index a {
  font-size: 14px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.feature-index a:hover {
  color: var(--teal);
  text-decoration: underline;
}
.feature-chapter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 92px;
  align-items: center;
}
.chapter-copy > p {
  font-size: 18px;
  color: var(--muted);
  margin-top: 24px;
  max-width: 390px;
}
.chapter-detail {
  margin-top: 28px;
  max-width: 450px;
}
.chapter-detail h3 {
  font-size: 22px;
  letter-spacing: -0.02em;
}
.chapter-detail p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.75;
  margin-top: 10px;
}
.feature-example {
  background: #e6eee7;
  padding: 34px;
  border-radius: var(--radius);
}
.example-top {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  border-bottom: 1px solid #bdcfc1;
  padding-bottom: 20px;
}
.example-top small {
  font-size: 12px;
  color: var(--muted);
  margin-left: auto;
  text-align: right;
}
.feature-example > h3 {
  font-size: 30px;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-top: 28px;
}
.order-timeline {
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}
.order-timeline li {
  display: flex;
  gap: 16px;
  position: relative;
  padding-bottom: 32px;
}
.order-timeline li:last-child {
  padding-bottom: 0;
}
.order-timeline li:not(:last-child):before {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 16px;
  width: 1px;
  background: #9bbba6;
}
.timeline-node {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--teal);
  color: white;
  flex-shrink: 0;
}
.timeline-node .icon {
  width: 17px;
  height: 17px;
}
.outline-node {
  color: var(--ink);
  background: transparent;
  border: 1px solid #8ba693;
}
.order-timeline strong {
  font-size: 15px;
  font-weight: 500;
}
.order-timeline p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 5px;
}
.dark-feature {
  background: var(--dark);
  color: var(--on-dark);
  padding-block: 84px;
}
.dark-feature .chapter-detail p {
  color: var(--dark-muted);
}
.dark-feature .light-link {
  font-size: 14px;
}
.stock-example {
  background: var(--paper);
  color: var(--ink);
  border-radius: 12px;
  padding: 28px;
}
.stock-example table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin-top: 22px;
}
.stock-example caption {
  text-align: left;
  font-size: 23px;
  letter-spacing: -0.025em;
  margin-bottom: 22px;
}
.stock-example th,
.stock-example td {
  font-size: 12px;
  font-weight: 400;
  padding: 15px 8px;
  border-bottom: 1px solid var(--line);
}
.stock-example th:first-child,
.stock-example td:first-child {
  padding-left: 0;
}
.stock-example td:last-child,
.stock-example th:last-child {
  padding-right: 0;
  text-align: right;
}
.stock-example thead {
  color: var(--muted);
}
.stock-example tbody th {
  font-weight: 500;
}
.stock-example td {
  font-variant-numeric: tabular-nums;
}
.stock-tag {
  display: inline-block;
  padding: 5px 7px;
  background: var(--mint);
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
}
.stock-tag.attention {
  background: #f5e5ce;
  color: #6e4b1f;
}
.example-foot {
  font-size: 12px;
  color: var(--muted);
  margin-top: 22px;
}
.paired-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 92px;
  border-top: 1px solid var(--line);
  padding-top: 32px;
}
.paired-features article > .icon {
  width: 30px;
  height: 30px;
  color: var(--teal);
  margin-bottom: 26px;
}
.paired-features h3 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  max-width: 380px;
}
.paired-features p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  margin-top: 20px;
  max-width: 460px;
}
.paired-features .text-link {
  margin-top: 20px;
}
.reporting-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 92px;
  padding-bottom: 100px;
}
.reporting-section article {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-bottom: 30px;
}
.reporting-section h3 {
  font-size: 23px;
  letter-spacing: -0.02em;
}
.reporting-section p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.75;
  margin-top: 12px;
}
.centred-hero {
  text-align: center;
  padding-bottom: 52px;
}
.centred-hero p {
  margin-inline: auto;
  max-width: 535px;
}
.centred-hero .text-link {
  margin-top: 20px;
}
.plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.plan {
  padding: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.plan-featured {
  background: #e2eee4;
  border-color: #82a38c;
}
.plan-top h2 {
  font-size: 29px;
  letter-spacing: -0.025em;
}
.plan-top p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 14px;
  min-height: 44px;
}
.plan-price {
  margin-top: 32px;
}
.plan-price > span,
.plan-price > p {
  font-size: 12px;
  color: var(--muted);
}
.plan-price > div {
  display: flex;
  gap: 7px;
  align-items: baseline;
  margin-block: 5px 8px;
  min-height: 63px;
}
.plan-price strong {
  font-size: 55px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  font-weight: 500;
}
.plan-price strong.custom-price {
  font-size: 42px;
  letter-spacing: -0.03em;
}
.plan-price > div > span {
  font-size: 13px;
  color: var(--muted);
}
.plan > .button {
  width: 100%;
  font-size: 13px;
  gap: 12px;
  padding-inline: 16px;
  margin-top: 28px;
}
.button-outline {
  background: transparent;
  color: var(--ink);
  border: 1px solid #92aa9a;
}
.button-outline:hover {
  background: var(--mint);
  color: var(--ink);
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}
.check-list li {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding-left: 22px;
  margin-top: 14px;
}
.check-list li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  width: 6px;
  height: 10px;
  border-right: 1.5px solid var(--teal);
  border-bottom: 1.5px solid var(--teal);
  transform: rotate(40deg);
}
.pricing-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 24px;
  text-align: center;
}
.comparison-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  scrollbar-color: #8eac99 #e6eee6;
  scrollbar-width: thin;
}
.comparison-table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  min-width: 640px;
  background: var(--paper);
}
.comparison-table caption {
  text-align: left;
  font-size: 17px;
  font-weight: 500;
  padding: 22px 24px;
  background: var(--mint);
}
.comparison-table th,
.comparison-table td {
  font-size: 14px;
  line-height: 1.5;
  padding: 19px 24px;
  border-bottom: 1px solid #dce6de;
  vertical-align: top;
}
.comparison-table thead th {
  font-weight: 600;
}
.comparison-table tbody th {
  font-weight: 500;
}
.comparison-table td {
  color: var(--muted);
}
.comparison-table tbody tr:last-child > * {
  border-bottom: 0;
}
.comparison-table th:first-child {
  width: 37%;
}
.comparison-table tbody tr:hover {
  background: #f3f7f2;
}
.table-note {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 18px;
  max-width: 850px;
}
.pricing-questions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 92px;
  padding-top: 0;
}
.pricing-questions > div > p {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 380px;
  margin-top: 24px;
}
.pricing-questions .text-link {
  margin-top: 18px;
}
.about-hero {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 70px;
  align-items: end;
  padding-bottom: 52px;
}
.about-hero h1 {
  font-size: clamp(45px, 5.3vw, 76px);
}
.about-hero p {
  font-size: 19px;
  margin-top: 0;
}
.about-hero .text-link {
  margin-top: 18px;
}
.about-photo {
  margin-block: 0;
}
.about-photo img {
  display: block;
  width: 100%;
  height: 475px;
  object-fit: cover;
  object-position: center 58%;
  border-radius: var(--radius);
}
.about-photo figcaption {
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
}
.mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 92px;
}
.mission > div > p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 16px;
  margin-top: 22px;
}
.mission > div > p:first-child {
  margin-top: 0;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.principles {
  padding-bottom: 88px;
}
.principles > h2 {
  margin-bottom: 40px;
}
.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.principle-rule {
  display: block;
  width: 100%;
  height: 1px;
  background: #aac2b0;
  margin-bottom: 27px;
}
.principle-grid h3 {
  font-size: 24px;
  letter-spacing: -0.025em;
  line-height: 1.25;
}
.principle-grid p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  margin-top: 17px;
}
.company-section {
  background: #e9f0e9;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 92px;
  max-width: none;
  padding-inline: max(var(--gutter), calc((100vw - 1408px) / 2));
}
.company-mark {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  max-width: 320px;
}
.company-mark > span {
  font-size: 54px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.company-mark > p {
  font-size: 13px;
  color: var(--muted);
  flex-basis: 100%;
  margin-top: 6px;
}
.company-section > div > p:not(.company-mark > p) {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  margin-top: 24px;
  max-width: 480px;
}
.company-section .text-link {
  margin-top: 18px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  padding-block: 62px 90px;
  align-items: start;
}
.contact-copy > p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 400px;
  margin-top: 28px;
}
.contact-details {
  margin: 38px 0 0;
}
.contact-details > div {
  margin-top: 22px;
}
.contact-details dt {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 6px;
}
.contact-details dd {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.015em;
}
.contact-details a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.contact-details a:hover {
  text-decoration: underline;
}
.demo-expectations {
  margin-top: 40px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
  max-width: 400px;
}
.demo-expectations h2 {
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.demo-expectations ul {
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  margin-top: 18px;
}
.demo-expectations li {
  padding-left: 5px;
  margin-top: 8px;
}
.contact-copy > .contact-company {
  font-size: 12px;
  margin-top: 34px;
  line-height: 1.65;
}
.enquiry-panel {
  padding: 36px;
  background: var(--paper);
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.enquiry-panel > h2 {
  font-size: 29px;
  letter-spacing: -0.025em;
  line-height: 1.2;
}
.enquiry-panel > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 14px;
}
.enquiry-panel form {
  margin-top: 28px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field {
  margin-bottom: 22px;
}
.field label,
.enquiry-review label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
}
.field label span {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
}
.field input,
.field textarea,
.field select,
.enquiry-review textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #92a99b;
  border-radius: 6px;
  background: var(--canvas);
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  padding: 11px 12px;
  line-height: 1.5;
  caret-color: var(--teal);
}
.field textarea,
.enquiry-review textarea {
  resize: vertical;
  min-height: 130px;
}
.field select {
  padding-right: 30px;
}
.field input:focus-visible,
.field textarea:focus-visible,
.field select:focus-visible,
.enquiry-review textarea:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
}
.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: #a1342b;
}
.field-hint {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 8px;
}
.field-error {
  font-size: 13px;
  color: #a1342b;
  margin-top: 8px;
}
.form-privacy {
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
  margin-block: 4px 24px;
}
.form-privacy a {
  text-decoration: underline;
}
.form-error-summary {
  background: #fff3ef;
  border: 1px solid #a1342b;
  border-radius: 6px;
  padding: 18px;
  margin-bottom: 24px;
  color: #82271f;
}
.form-error-summary h3 {
  font-size: 17px;
}
.form-error-summary ul {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
}
.form-error-summary a {
  text-decoration: underline;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
}
.enquiry-review {
  margin-top: 30px;
}
.enquiry-review h3 {
  font-size: 24px;
  letter-spacing: -0.025em;
}
.enquiry-review > p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 14px;
  margin-bottom: 24px;
  line-height: 1.65;
}
.enquiry-review textarea {
  font-size: 14px;
  background: var(--canvas);
  min-height: 270px;
}
.review-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.text-button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  background: none;
  color: var(--ink);
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.contact-form-alternative {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 28px;
  font-size: 12px;
  color: var(--muted);
}
.contact-form-alternative > span {
  display: block;
}
.contact-form-alternative > a {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 44px;
  color: var(--ink);
  font-weight: 500;
}
.contact-form-alternative .icon {
  width: 16px;
  height: 16px;
}
.no-script-contact {
  font-size: 15px;
  margin-top: 24px;
}
.no-script-contact a {
  text-decoration: underline;
}
.legal-hero {
  padding-block: 64px 50px;
}
.legal-hero h1 {
  font-size: clamp(44px, 5vw, 70px);
}
.legal-hero > p {
  margin-top: 22px;
  color: var(--muted);
  font-size: 17px;
}
.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 760px);
  gap: 80px;
  padding-bottom: 100px;
  align-items: start;
}
.legal-nav {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.legal-nav > span {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 12px;
}
.legal-nav a {
  display: flex;
  align-items: center;
  font-size: 14px;
  min-height: 44px;
}
.legal-nav a:hover {
  color: var(--teal);
  text-decoration: underline;
}
.legal-copy {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.legal-copy h2 {
  font-size: 27px;
  line-height: 1.25;
  margin-top: 38px;
  margin-bottom: 15px;
  letter-spacing: -0.025em;
}
.legal-copy p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.legal-copy p:last-child {
  margin-top: 38px;
  font-size: 12px;
}
.legal-copy a {
  text-decoration: underline;
}
@media (max-width: 1100px) {
  .image-hero,
  .feature-chapter,
  .paired-features,
  .reporting-section,
  .mission,
  .company-section,
  .pricing-questions {
    gap: 48px;
  }
  .page-photo {
    height: 420px;
  }
  .plan {
    padding: 25px;
  }
  .plan > .button {
    font-size: 12px;
    padding-inline: 10px;
    gap: 10px;
  }
  .contact-layout {
    gap: 40px;
  }
  .enquiry-panel {
    padding: 28px;
  }
  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .about-hero {
    gap: 44px;
  }
  .principle-grid {
    gap: 32px;
  }
  .legal-layout {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 48px;
  }
}
@media (max-width: 900px) and (min-width: 761px) {
  .stock-example {
    padding: 20px;
  }
  .stock-example th,
  .stock-example td {
    padding: 12px 4px;
  }
  .stock-tag {
    white-space: normal;
    padding: 4px;
  }
  .stock-example .example-top {
    flex-wrap: wrap;
  }
  .plans {
    gap: 14px;
  }
  .plan {
    padding: 21px;
  }
  .plan-top h2 {
    font-size: 25px;
  }
  .plan-price strong {
    font-size: 45px;
  }
  .plan-price strong.custom-price {
    font-size: 35px;
  }
  .plan > .button .icon {
    display: none;
  }
  .plan-price > div {
    min-height: 56px;
  }
  .plan-top p {
    min-height: 65px;
  }
  .plan-price > span {
    display: block;
    min-height: 36px;
  }
  .contact-copy h1 {
    font-size: 60px;
  }
  .contact-details dd {
    font-size: 19px;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 16px;
  }
  .company-mark > span {
    font-size: 42px;
  }
  .company-mark img {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 760px) {
  .page-hero {
    padding-top: 30px;
    padding-bottom: 38px;
  }
  .page-hero h1,
  .contact-copy h1 {
    font-size: clamp(47px, 10vw, 65px);
    line-height: 1.06;
  }
  .page-hero p {
    font-size: 17px;
    margin-top: 23px;
    line-height: 1.65;
  }
  .image-hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .page-photo {
    height: 355px;
  }
  .page-photo figcaption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    font-size: 12px;
    max-width: none;
    padding: 12px 14px;
  }
  .page-hero .button {
    margin-top: 25px;
  }
  .feature-index {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 16px;
    padding-block: 18px;
  }
  .feature-index a {
    font-size: 12px;
  }
  .feature-chapter {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .chapter-copy > p {
    font-size: 17px;
    margin-top: 20px;
  }
  .chapter-detail {
    margin-top: 24px;
  }
  .chapter-detail h3 {
    font-size: 21px;
  }
  .chapter-detail p {
    font-size: 15px;
    margin-top: 10px;
  }
  .feature-example {
    padding: 24px;
  }
  .example-top {
    flex-wrap: wrap;
    font-size: 13px;
    gap: 9px;
  }
  .example-top small {
    font-size: 12px;
    max-width: 100px;
  }
  .feature-example > h3 {
    font-size: 28px;
  }
  .order-timeline p {
    font-size: 13px;
  }
  .dark-feature {
    padding-block: 56px;
  }
  .dark-feature .feature-chapter .chapter-copy {
    grid-row: 1;
  }
  .stock-example {
    padding: 22px 18px;
  }
  .stock-example th,
  .stock-example td {
    padding: 13px 4px;
    font-size: 12px;
  }
  .stock-example caption {
    font-size: 22px;
  }
  .stock-tag {
    white-space: normal;
    padding: 5px;
    font-size: 12px;
  }
  .paired-features {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 27px;
  }
  .paired-features article + article {
    border-top: 1px solid var(--line);
    padding-top: 32px;
  }
  .paired-features article > .icon {
    margin-bottom: 20px;
  }
  .paired-features h3 {
    font-size: 26px;
  }
  .paired-features p {
    font-size: 15px;
    margin-top: 17px;
  }
  .paired-features .text-link {
    margin-top: 14px;
  }
  .reporting-section {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 50px;
  }
  .reporting-section article {
    padding-top: 22px;
    margin-bottom: 26px;
  }
  .reporting-section h3 {
    font-size: 22px;
  }
  .centred-hero {
    text-align: left;
    padding-bottom: 32px;
  }
  .centred-hero p {
    margin-inline: 0;
  }
  .centred-hero .text-link {
    margin-top: 14px;
  }
  .plans {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .plan {
    padding: 28px;
  }
  .plan-top h2 {
    font-size: 29px;
  }
  .plan-top p {
    min-height: 0;
    font-size: 15px;
  }
  .plan-price {
    margin-top: 24px;
  }
  .plan-price > div {
    min-height: 0;
  }
  .plan-price strong {
    font-size: 51px;
  }
  .plan > .button {
    font-size: 14px;
    min-height: 52px;
    margin-top: 25px;
  }
  .check-list {
    margin-top: 24px;
  }
  .pricing-note {
    text-align: left;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 22px;
  }
  .comparison-table {
    min-width: 620px;
  }
  .comparison-table th,
  .comparison-table td {
    font-size: 13px;
    padding: 16px;
  }
  .comparison-table th:first-child {
    width: 34%;
  }
  .comparison-table caption {
    font-size: 16px;
    padding: 20px 16px;
  }
  .table-note {
    font-size: 12px;
  }
  .pricing-questions {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 0;
  }
  .pricing-questions > div > p {
    font-size: 16px;
    margin-top: 20px;
  }
  .about-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 30px;
  }
  .about-hero h1 {
    font-size: clamp(44px, 9.6vw, 65px);
  }
  .about-hero p {
    margin-top: 0;
  }
  .about-hero .text-link {
    margin-top: 14px;
    font-size: 14px;
  }
  .about-photo img {
    height: 320px;
    object-position: 59% center;
  }
  .about-photo figcaption {
    font-size: 12px;
    line-height: 1.6;
  }
  .mission {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .mission > div > p:first-child {
    font-size: 21px;
  }
  .mission > div > p {
    font-size: 15px;
    margin-top: 20px;
  }
  .principles {
    padding-bottom: 56px;
  }
  .principles > h2 {
    margin-bottom: 28px;
  }
  .principle-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .principle-rule {
    margin-bottom: 22px;
  }
  .principle-grid h3 {
    font-size: 24px;
  }
  .principle-grid p {
    margin-top: 14px;
  }
  .company-section {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-block: 50px;
  }
  .company-mark > span {
    font-size: 43px;
  }
  .company-mark img {
    width: 56px;
    height: 56px;
  }
  .company-mark > p {
    font-size: 12px;
  }
  .company-section > div > p:not(.company-mark > p) {
    font-size: 15px;
    margin-top: 20px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 30px;
    padding-bottom: 56px;
  }
  .contact-copy > p {
    font-size: 17px;
    margin-top: 22px;
  }
  .contact-details {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 30px;
  }
  .contact-details > div {
    margin-top: 0;
  }
  .contact-details dd {
    font-size: 18px;
  }
  .demo-expectations {
    margin-top: 27px;
    padding-top: 23px;
  }
  .demo-expectations h2 {
    font-size: 21px;
  }
  .contact-copy > .contact-company {
    margin-top: 24px;
  }
  .enquiry-panel {
    padding: 25px 20px;
  }
  .enquiry-panel > h2 {
    font-size: 27px;
  }
  .enquiry-panel > p {
    font-size: 14px;
  }
  .field {
    margin-bottom: 21px;
  }
  .field label {
    font-size: 13px;
  }
  .enquiry-panel form > .button {
    width: 100%;
    font-size: 14px;
    gap: 18px;
  }
  .enquiry-review h3 {
    font-size: 23px;
  }
  .review-actions {
    gap: 14px;
  }
  .review-actions .button {
    font-size: 13px;
    padding-inline: 15px;
    gap: 14px;
  }
  .legal-hero {
    padding-block: 32px;
  }
  .legal-hero h1 {
    font-size: 46px;
    line-height: 1.1;
  }
  .legal-hero > p {
    font-size: 16px;
    margin-top: 18px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 60px;
  }
  .legal-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
  }
  .legal-nav > span {
    grid-column: 1/-1;
  }
  .legal-nav a {
    font-size: 13px;
  }
  .legal-copy {
    padding-top: 24px;
  }
  .legal-copy h2 {
    font-size: 25px;
    margin-top: 32px;
  }
  .legal-copy p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media (max-width: 380px) {
  .page-hero h1,
  .contact-copy h1 {
    font-size: 44px;
  }
  .about-hero h1 {
    font-size: 42px;
  }
  .page-photo {
    height: 310px;
  }
  .feature-example {
    padding: 21px;
  }
  .example-top small {
    margin-left: 0;
    max-width: none;
    flex-basis: 100%;
    text-align: left;
  }
  .stock-example {
    padding: 20px 14px;
  }
  .stock-example th,
  .stock-example td {
    font-size: 12px;
  }
  .stock-tag {
    max-width: 76px;
  }
  .enquiry-panel {
    padding-inline: 17px;
  }
  .contact-details dd {
    font-size: 17px;
  }
  .legal-hero h1 {
    font-size: 40px;
  }
  .feature-index a {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pages-motion {
    animation: none;
    transition: none;
  }
}

.enquiry-panel button.button {
  border: 0;
}
.dark-feature a:focus-visible {
  outline-color: #a5dabf;
}

.comparison-hint { display: none; }
@media (max-width: 760px) {
  .comparison-hint { display: block; margin: 0 0 14px; color: var(--muted); font-size: 14px; }
}
