/* MVP-Invest — a lightweight, responsive, standalone website. */
:root {
  --ink: #14283e;
  --muted: #5f6d7b;
  --blue: #215fce;
  --blue-hover: #164cae;
  --paper: #f7f8f6;
  --line: #dce2e5;
  --white: #fff;
  --navy: #12253b;
  --container: 1200px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a,
button,
summary {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #4786ec;
  outline-offset: 6px;
}
::selection {
  background: #cadcff;
  color: #14283e;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 550;
  line-height: 1.15;
}
h1,
h2 {
  letter-spacing: -0.055em;
}
h2 {
  font-size: clamp(34px, 3.4vw, 46px);
}
h3 {
  font-size: 23px;
  letter-spacing: -0.025em;
}
.container {
  width: min(var(--container), calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding: 106px 0;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  line-height: 1.5;
  margin-bottom: 26px;
}
.status-dot {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  background: var(--blue);
  border-radius: 50%;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  background: var(--blue);
  color: white;
  min-height: 52px;
  padding: 14px 23px;
  border: 1px solid var(--blue);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: var(--blue-hover);
  transform: translateY(-2px);
}
.button span {
  font-size: 20px;
  line-height: 1;
}
.button-small {
  min-height: 42px;
  padding: 10px 19px;
  gap: 30px;
  font-size: 13px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 600;
}
.text-link:hover,
.inline-link:hover {
  color: var(--blue);
}
.text-link span {
  font-size: 19px;
}
.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;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 30;
  padding: 10px 18px;
  background: white;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 248, 246, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 750;
  line-height: 1.2;
  white-space: nowrap;
}
.brand-light {
  font-weight: 450;
}
.brand-dot {
  color: var(--blue);
}
.brand-symbol {
  width: 33px;
  height: 37px;
  overflow: hidden;
  position: relative;
  margin-right: 11px;
}
.brand-symbol img {
  position: absolute;
  width: 63px;
  height: 63px;
  max-width: none;
  left: -15px;
  top: -3px;
  mix-blend-mode: multiply;
}
.header-inner nav {
  display: flex;
  align-items: center;
  gap: 35px;
}
.header-inner nav > a:not(.button) {
  font-size: 13px;
  font-weight: 550;
}
.header-inner nav > a:not(.button):hover {
  color: var(--blue);
}
.menu-toggle {
  display: none;
}
.hero {
  overflow: hidden;
  background: radial-gradient(ellipse at 81% 32%, #e9eff5 0, transparent 52%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 24px;
  padding-top: 79px;
  padding-bottom: 74px;
}
.hero h1 {
  font-size: clamp(48px, 4.7vw, 67px);
  line-height: 1.055;
  max-width: 620px;
  font-weight: 550;
}
.hero h1 > span {
  color: var(--blue);
}
.hero-description {
  max-width: 470px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 27px;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 27px;
  margin-top: 31px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 11px;
  color: var(--muted);
  margin-top: 35px;
}
.note-line {
  width: 22px;
  height: 1px;
  background: #8799a7;
}
.hero-visual {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.visual-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6b7e90;
  font:
    9px "Courier New",
    monospace;
  letter-spacing: 1.1px;
  padding-top: 6px;
  gap: 10px;
}
.tiny-cross {
  font-size: 18px;
  color: #7f94a8;
}
.architecture {
  width: 112%;
  height: auto;
  margin-left: -7%;
  overflow: visible;
  margin-top: -4px;
  margin-bottom: -40px;
}
.visual-caption {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid #c8d5df;
  padding-top: 16px;
  font-size: 12px;
  line-height: 1.65;
  color: #52697e;
}
.visual-index {
  font:
    9px "Courier New",
    monospace;
  letter-spacing: 1px;
  color: #667c90;
}
.capability-strip {
  border-top: 1px solid #cdd7dd;
  padding: 26px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.capability-strip > span {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  padding-right: 44px;
  border-right: 1px solid var(--line);
}
.capability-strip strong {
  color: var(--ink);
  font-weight: 600;
}
.capability-strip p {
  font-size: 14px;
  font-weight: 550;
  letter-spacing: -0.25px;
}
.expertise {
  background: var(--white);
  border-top: 1px solid var(--line);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-end;
  margin-bottom: 48px;
}
.section-heading .eyebrow {
  color: var(--blue);
  margin-bottom: 19px;
}
.section-heading > p {
  color: var(--muted);
  font-size: 15px;
  max-width: 363px;
  line-height: 1.85;
  padding-bottom: 2px;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.service-card {
  border: 1px solid var(--line);
  padding: 33px 34px 25px;
  border-radius: 5px;
  transition:
    border-color 0.2s,
    background 0.2s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-card:hover {
  border-color: #89ade5;
  background: #fbfcff;
}
.card-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.card-top svg {
  width: 32px;
  height: 32px;
  stroke: var(--blue);
  stroke-width: 1.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.card-top > span {
  font:
    11px "Courier New",
    monospace;
  color: #586979;
}
.service-card h3 {
  margin-bottom: 16px;
}
.service-card > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
  max-width: 475px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 23px 0 27px;
  list-style: none;
  padding: 0;
}
.tags li {
  background: #f1f4f7;
  color: #526171;
  border-radius: 3px;
  padding: 5px 9px;
  font-size: 10px;
  line-height: 1.6;
}
.service-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 12px;
  font-weight: 600;
  margin-top: auto;
}
.service-link > span {
  font-size: 20px;
  color: var(--blue);
}
.service-link:hover {
  color: var(--blue);
}
.about {
  background: var(--navy);
  color: white;
  position: relative;
  overflow: hidden;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  position: relative;
  z-index: 1;
}
.about .eyebrow {
  color: #a9bfd6;
}
.about h2 {
  font-size: clamp(40px, 4vw, 55px);
  line-height: 1.12;
  margin-bottom: 27px;
}
.about h2 > span {
  color: #83adf4;
}
.about-intro > p:not(.eyebrow) {
  font-size: 14px;
  color: #bdcad7;
  line-height: 1.85;
  max-width: 407px;
  margin-top: 15px;
}
.about .text-link {
  margin-top: 29px;
  font-size: 13px;
  color: #fff;
}
.about .text-link:hover {
  color: #a4c6ff;
}
.principles {
  align-self: center;
}
.principles article {
  display: flex;
  gap: 23px;
  border-bottom: 1px solid #36485b;
  padding: 27px 0;
}
.principles article:first-child {
  padding-top: 0;
}
.principles article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.principles article > span {
  font:
    11px "Courier New",
    monospace;
  color: #92abc3;
  padding-top: 5px;
}
.principles h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.principles p {
  font-size: 14px;
  color: #bdcad7;
  line-height: 1.8;
}
.about-watermark {
  position: absolute;
  bottom: -108px;
  right: -12px;
  font-size: 300px;
  font-weight: 800;
  letter-spacing: -22px;
  color: #fff;
  opacity: 0.025;
  line-height: 1;
  pointer-events: none;
}
.approach {
  background: var(--paper);
}
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  padding: 0;
  margin: 61px 0 0;
  gap: 32px;
}
.process li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.step-number {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #bdcbd5;
  padding-top: 17px;
  margin-bottom: 29px;
  color: var(--blue);
  font:
    13px "Courier New",
    monospace;
}
.step-number span {
  color: #5d7287;
  font-size: 18px;
}
.process h3 {
  font-size: 21px;
  margin-bottom: 14px;
}
.process p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
  margin-bottom: 22px;
}
.step-output {
  font-size: 10px;
  color: #3e5f82;
  background: #e9eff5;
  padding: 5px 9px;
  border-radius: 2px;
  margin-top: auto;
}
.faq-section {
  border-top: 1px solid var(--line);
  padding-top: 81px;
  padding-bottom: 88px;
  background: white;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 85px;
}
.faq-grid .eyebrow {
  color: var(--blue);
  margin-bottom: 20px;
}
.faq-grid > div > p:last-child {
  margin-top: 25px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9;
}
.inline-link {
  color: var(--ink);
  font-weight: 600;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 0;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.6;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 23px;
  font-weight: 300;
  color: var(--blue);
  transition: transform 0.2s;
}
details[open] summary > span {
  transform: rotate(45deg);
}
details > p {
  padding: 0 35px 25px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}
summary:hover {
  color: var(--blue);
}
.contact-section {
  background: white;
  padding: 8px 0 75px;
}
.contact-panel {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 55px;
  background: #eaf0f7;
  border: 1px solid #dce5ee;
  border-radius: 5px;
  padding: 57px 61px;
}
.contact-panel .eyebrow {
  color: #476380;
  font-size: 10px;
  margin-bottom: 22px;
}
.contact-panel h2 {
  font-size: clamp(32px, 3.2vw, 44px);
}
.contact-panel p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  margin: 21px 0 27px;
}
.contact-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 0 5px 48px;
  border-left: 1px solid #cdd9e6;
}
.contact-arrow {
  color: var(--blue);
  font-size: 86px;
  line-height: 1;
  margin-bottom: auto;
  font-weight: 300;
}
.contact-label {
  font:
    10px "Courier New",
    monospace;
  letter-spacing: 1.5px;
  color: #536b83;
  margin-top: 20px;
}
.contact-aside > a {
  font-size: 23px;
  letter-spacing: -0.8px;
  margin-top: 7px;
  margin-bottom: 13px;
  border-bottom: 1px solid #9eb4cf;
}
.contact-aside > a:hover {
  color: var(--blue);
}
.contact-aside > span:last-child {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}
.site-footer {
  background: white;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 29px 0 33px;
  border-top: 1px solid var(--line);
}
.footer-top .brand {
  font-size: 22px;
}
.footer-top > p {
  font-size: 12px;
  color: var(--muted);
  margin-left: 16px;
}
.social-links {
  display: flex;
  gap: 24px;
  margin-left: auto;
  font-size: 12px;
}
.social-links a:hover {
  color: var(--blue);
}
.social-links span {
  margin-left: 5px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 22px 0 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  color: var(--muted);
}
.footer-bottom a:hover {
  color: var(--blue);
}
.footer-bottom a span {
  margin-left: 12px;
}
@media (min-width: 1500px) {
  .hero-grid {
    padding-top: 92px;
    padding-bottom: 88px;
  }
  .hero h1 {
    font-size: 70px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero-grid {
    gap: 12px;
    padding-top: 63px;
  }
  .hero h1 {
    font-size: 54px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .hero-visual {
    justify-content: space-around;
  }
  .visual-topline {
    font-size: 7px;
  }
  .architecture {
    width: 115%;
    margin-left: -10%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .capability-strip {
    gap: 16px;
  }
  .capability-strip > span {
    padding-right: 20px;
  }
  .capability-strip p {
    font-size: 12px;
  }
  .about-grid {
    gap: 65px;
  }
  .contact-panel {
    padding: 45px 37px;
    gap: 30px;
  }
  .contact-aside {
    padding-left: 30px;
  }
  .contact-aside > a {
    font-size: 20px;
  }
  .faq-grid {
    gap: 50px;
  }
  .service-card h3 {
    font-size: 21px;
  }
}
@media (max-width: 800px) {
  html {
    scroll-padding-top: 90px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 74px;
  }
  .brand {
    font-size: 22px;
  }
  .header-inner nav {
    gap: 20px;
  }
  .header-inner nav > a:not(.button) {
    font-size: 12px;
  }
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 51px;
    padding-bottom: 48px;
    gap: 5px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.2px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
  }
  .hero-note {
    font-size: 10px;
    max-width: 285px;
    align-items: flex-start;
  }
  .note-line {
    margin-top: 8px;
    flex-shrink: 0;
  }
  .hero-visual {
    justify-content: center;
    padding-left: 10px;
  }
  .visual-topline {
    display: none;
  }
  .architecture {
    width: 116%;
    margin-bottom: 18px;
  }
  .visual-caption {
    font-size: 10px;
    gap: 10px;
  }
  .visual-index {
    font-size: 8px;
    max-width: 85px;
  }
  .capability-strip {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 18px 30px;
  }
  .capability-strip > span {
    display: none;
  }
  .capability-strip p {
    font-size: 12px;
  }
  .section {
    padding: 74px 0;
  }
  .section-heading {
    gap: 35px;
  }
  .section-heading > p {
    max-width: 270px;
    font-size: 13px;
  }
  .service-card {
    padding: 26px 23px 22px;
  }
  .service-card > p {
    font-size: 13px;
  }
  .service-card h3 {
    font-size: 20px;
  }
  .tags {
    gap: 5px;
  }
  .tags li {
    font-size: 9px;
  }
  .about-grid {
    gap: 42px;
  }
  .about h2 {
    font-size: 42px;
  }
  .about-intro > p:not(.eyebrow),
  .principles p {
    font-size: 13px;
  }
  .principles article {
    gap: 13px;
  }
  .principles h3 {
    font-size: 19px;
  }
  .process {
    grid-template-columns: repeat(2, 1fr);
    gap: 37px 32px;
  }
  .faq-grid {
    gap: 40px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .faq-grid .eyebrow {
    font-size: 9px;
  }
  .faq-grid h2 {
    font-size: 34px;
  }
  summary {
    font-size: 14px;
  }
  .contact-panel {
    padding: 35px 30px;
    grid-template-columns: 1.3fr 1fr;
    gap: 25px;
  }
  .contact-panel h2 {
    font-size: 32px;
  }
  .contact-aside {
    padding-left: 20px;
  }
  .contact-aside > a {
    font-size: 17px;
    letter-spacing: -0.5px;
  }
  .contact-panel p:not(.eyebrow) {
    font-size: 13px;
  }
  .footer-top {
    gap: 20px;
  }
  .footer-top > p {
    margin-left: 0;
    font-size: 10px;
  }
  .social-links {
    gap: 16px;
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  .header-inner {
    height: 70px;
  }
  .brand-symbol {
    transform: scale(0.9);
    margin-right: 6px;
  }
  .js .menu-toggle {
    display: flex;
    position: relative;
    z-index: 22;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
  }
  .menu-toggle span {
    display: block;
    width: 19px;
    height: 1px;
    background: var(--ink);
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .header-inner nav {
    flex-wrap: wrap;
    gap: 15px;
  }
  .header-inner {
    flex-wrap: wrap;
    height: auto;
    min-height: 70px;
    padding: 12px 0;
  }
  .header-inner nav {
    width: 100%;
    padding: 8px 0 4px;
    justify-content: space-between;
  }
  .js .header-inner {
    height: 70px;
    flex-wrap: nowrap;
    padding: 0;
  }
  .js .header-inner nav {
    display: none;
    position: absolute;
    top: 69px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 20px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 15px 20px #14283e0a;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .js .header-inner nav.is-open {
    display: flex;
  }
  .js .header-inner nav > a:not(.button) {
    font-size: 15px;
    padding: 13px 0;
  }
  .js .header-inner nav .button {
    margin-top: 13px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 42px;
    padding-bottom: 30px;
  }
  .hero h1 {
    font-size: clamp(42px, 10vw, 58px);
    max-width: 520px;
    line-height: 1.07;
  }
  .hero .eyebrow {
    font-size: 9px;
    margin-bottom: 23px;
  }
  .hero-description {
    max-width: 430px;
    margin-top: 23px;
    font-size: 15px;
    line-height: 1.8;
  }
  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
  }
  .hero-actions .button {
    font-size: 12px;
    gap: 20px;
    padding: 13px 17px;
    min-height: 49px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 12px;
  }
  .hero-note {
    max-width: none;
    font-size: 10px;
    margin-top: 25px;
  }
  .hero-visual {
    padding: 0;
    margin: 34px auto 0;
    width: min(100%, 430px);
  }
  .visual-topline {
    display: flex;
    font-size: 7px;
  }
  .architecture {
    width: 100%;
    margin: -25px 0 -29px;
  }
  .visual-caption {
    font-size: 10px;
    padding-top: 12px;
  }
  .visual-index {
    max-width: none;
    font-size: 8px;
  }
  .capability-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 20px;
    padding: 24px 0;
  }
  .capability-strip p {
    font-size: 11px;
    padding-left: 13px;
    position: relative;
  }
  .capability-strip p:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 7px;
    background: #6b86a2;
  }
  .section {
    padding: 62px 0;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    max-width: 450px;
    margin-top: 21px;
    font-size: 14px;
  }
  .section-heading h2 {
    font-size: 35px;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .service-card {
    padding: 28px 25px 22px;
  }
  .card-top {
    margin-bottom: 24px;
  }
  .service-card h3 {
    font-size: 22px;
  }
  .service-card > p {
    font-size: 14px;
  }
  .tags li {
    font-size: 10px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about h2 {
    font-size: 46px;
  }
  .about-intro > p:not(.eyebrow) {
    font-size: 14px;
    max-width: 460px;
  }
  .about .text-link {
    margin-top: 24px;
  }
  .principles article {
    padding: 24px 0;
    gap: 21px;
  }
  .principles p {
    font-size: 14px;
  }
  .principles h3 {
    font-size: 20px;
  }
  .about-watermark {
    font-size: 210px;
    bottom: -54px;
    letter-spacing: -15px;
  }
  .process {
    margin-top: 35px;
    gap: 35px 24px;
  }
  .step-number {
    margin-bottom: 20px;
  }
  .process h3 {
    font-size: 20px;
  }
  .process p {
    font-size: 13px;
  }
  .step-output {
    font-size: 9px;
    padding: 5px 7px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .faq-grid h2 br {
    display: none;
  }
  .faq-grid > div > p:last-child {
    margin-top: 18px;
  }
  .faq-grid > div > p:last-child br {
    display: none;
  }
  .faq-list summary {
    padding: 21px 0;
    font-size: 14px;
  }
  .contact-section {
    padding: 0 0 45px;
  }
  .contact-panel {
    grid-template-columns: 1fr;
    padding: 32px 25px;
    gap: 30px;
  }
  .contact-panel h2 {
    font-size: 34px;
  }
  .contact-panel .eyebrow {
    font-size: 9px;
  }
  .contact-panel p:not(.eyebrow) {
    font-size: 14px;
  }
  .desktop-break {
    display: none;
  }
  .contact-aside {
    padding: 24px 0 0;
    border-left: 0;
    border-top: 1px solid #cdd9e6;
  }
  .contact-arrow {
    display: none;
  }
  .contact-label {
    margin-top: 0;
  }
  .contact-aside > a {
    font-size: 22px;
  }
  .contact-aside > span:last-child br {
    display: none;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 16px;
    padding: 26px 0;
  }
  .footer-top .brand {
    font-size: 23px;
  }
  .footer-top > p {
    width: 100%;
    order: 3;
    font-size: 11px;
  }
  .social-links {
    gap: 15px;
    margin-left: auto;
  }
  .footer-bottom {
    font-size: 9px;
    gap: 10px;
  }
  .footer-bottom a span {
    margin-left: 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
