:root {
  color-scheme: light;
  --ink: #153e35;
  --body: #40534e;
  --paper: #fff;
  --soft: #edf3ef;
  --line: #d4dfd9;
  --lime: #e1f58a;
  font-family:
    Inter,
    "Avenir Next",
    Avenir,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #317b60;
  outline-offset: 5px;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.06;
  letter-spacing: -0.045em;
  font-weight: 650;
}
p {
  color: var(--body);
}
.wrap {
  width: min(1200px, calc(100% - 80px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 20;
  padding: 12px;
  background: white;
  transform: translateY(-180%);
}
.skip:focus {
  transform: none;
}
.header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 20px 40px;
  background: #fffffffa;
  border-bottom: 1px solid #edf1ed;
  min-height: 87px;
}
.brand {
  display: flex;
  align-items: center;
  font-size: 35px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: -2px;
}
.brand:hover {
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 35px;
  height: 38px;
  background: var(--ink);
  color: var(--lime);
  border-radius: 11px;
  margin-right: 9px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 37px;
  padding-right: 3px;
}
.brand-period {
  color: #517337;
}
#navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}
.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 54px;
  padding: 14px 25px;
  border-radius: 100px;
  background: var(--ink);
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover {
  text-decoration: none;
  background: #255b4d;
  transform: translateY(-2px);
}
.button.small {
  min-height: 44px;
  padding: 12px 20px;
  font-size: 14px;
  gap: 18px;
}
.button span {
  font-size: 21px;
  line-height: 1;
}
.menu-toggle {
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 9px 14px;
  background: white;
  min-height: 44px;
  color: var(--ink);
}
.hero {
  background: linear-gradient(180deg, #f7faf7 0%, #f7faf7 78%, #e8eee9 100%);
  padding: 68px 0 60px;
  text-align: center;
  overflow: hidden;
}
.eyebrow {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 750;
  color: var(--ink);
  margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(58px, 6.7vw, 96px);
  font-weight: 650;
  letter-spacing: -0.065em;
}
.hero h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.07em;
}
.hero-description {
  font-size: 20px;
  line-height: 1.55;
  margin: 25px auto;
  max-width: 690px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.hero .actions {
  justify-content: center;
  margin-top: 29px;
}
.text-link {
  font-size: 15px;
  font-weight: 650;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  min-height: 44px;
}
.access-note {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 18px;
}
.product-stage {
  position: relative;
  margin-top: 55px;
  max-width: 1060px;
  text-align: left;
  border: 1px solid #d0dad5;
  border-radius: 15px 15px 0 0;
  background: white;
  box-shadow: 0 20px 50px #1c382b12;
}
.screen-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  height: 36px;
  padding: 0 18px;
  font-size: 11px;
  color: #5b6d62;
  border-bottom: 1px solid var(--line);
  border-radius: 15px 15px 0 0;
  background: white;
}
.screen-dots {
  letter-spacing: 3px;
  color: #a9b6af;
  font-size: 9px;
}
.desktop-screen {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  object-position: top;
}
.phone {
  position: absolute;
  width: 205px;
  right: -38px;
  bottom: -12px;
  overflow: hidden;
  border: 6px solid var(--ink);
  border-radius: 27px;
  background: white;
  box-shadow: 0 12px 32px #153e3530;
}
.phone img {
  width: 100%;
}
.product-stage > figcaption {
  position: absolute;
  top: calc(100% + 17px);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 11px;
  color: #56685e;
}
.profession-strip {
  background: var(--lime);
  padding: 30px 0;
  margin-top: 0;
}
.profession-strip > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.profession-strip span {
  font-size: 12px;
  line-height: 1.4;
}
.profession-strip strong {
  font-size: 16px;
}
.profession-strip a {
  font-size: 16px;
  font-weight: 600;
}
.section {
  padding-top: 112px;
  padding-bottom: 105px;
}
.section-heading {
  max-width: 760px;
  margin-bottom: 50px;
}
h2 {
  font-size: clamp(38px, 4.3vw, 62px);
}
.section-heading > p:last-child:not(.eyebrow) {
  margin-top: 24px;
  font-size: 18px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px;
}
.feature-grid article {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.feature-number {
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #5c6f62;
}
.feature-grid h3 {
  font-size: 26px;
  margin: 21px 0 17px;
}
.feature-grid p {
  font-size: 16px;
  line-height: 1.7;
}
.product-detail {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: center;
  margin-top: 90px;
  background: var(--soft);
  border-radius: 20px;
  padding: 46px;
  overflow: hidden;
}
.detail-copy h3,
.integration h3 {
  font-size: 38px;
  margin-bottom: 22px;
}
.detail-copy > p:not(.eyebrow) {
  font-size: 16px;
}
.check-list {
  padding: 0;
  list-style: none;
  margin: 24px 0;
}
.check-list li {
  padding-left: 23px;
  position: relative;
  font-size: 14px;
  margin: 12px 0;
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.catalogue-shot {
  margin-right: -85px;
}
.catalogue-shot img {
  border-radius: 10px;
  border: 1px solid var(--line);
  box-shadow: 0 16px 30px #153e3510;
}
.catalogue-shot figcaption {
  font-size: 11px;
  color: var(--body);
  margin-top: 12px;
}
.business-section {
  background: var(--ink);
  color: white;
}
.business-section .eyebrow {
  color: var(--lime);
}
.business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}
.business-symbol {
  font-size: 42px;
  color: var(--lime);
  display: block;
  margin-bottom: 28px;
  line-height: 1;
}
.business-grid h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.035em;
}
.business-grid p {
  color: #d0e0d8;
  font-size: 15px;
}
.developers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.developer-copy h2 {
  font-size: 46px;
  margin-bottom: 26px;
}
.developer-copy > p:not(.eyebrow) {
  margin-bottom: 18px;
}
.developer-copy .actions {
  gap: 20px;
  margin-top: 28px;
}
.developer-copy .access-note {
  margin-top: 17px;
}
.mcp-flow {
  border-radius: 20px;
  background: #edf0ff;
  color: #222e52;
  padding: 35px;
}
.mcp-caption {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.mcp-request {
  font-size: 23px;
  line-height: 1.4;
  color: #222e52;
  letter-spacing: -0.025em;
  margin: 27px 0 30px;
}
.mcp-flow ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: mcp;
}
.mcp-flow li {
  counter-increment: mcp;
  position: relative;
  padding: 0 0 25px 45px;
}
.mcp-flow li:before {
  content: counter(mcp);
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  background: #dce3fc;
  font-size: 12px;
  font-weight: 700;
}
.mcp-flow li > span {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.mcp-flow code {
  display: block;
  font-size: 12px;
  overflow-wrap: anywhere;
  margin-top: 4px;
  color: #455580;
}
.mcp-note {
  font-size: 11px;
  color: #455580;
  border-top: 1px solid #c8d1ed;
  padding-top: 17px;
}
.integration {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  border-block: 1px solid var(--line);
  padding-block: 45px;
}
.integration > div > p:last-child {
  font-size: 16px;
  max-width: 440px;
}
.integration-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
  min-height: 70px;
}
.integration-links a:first-child {
  padding-top: 0;
}
.integration-links strong {
  font-size: 16px;
}
.integration-links small {
  display: block;
  color: var(--body);
  font-size: 12px;
}
.integration-links > p {
  font-size: 13px !important;
  margin-top: 18px;
}
.faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
}
.faq h2 {
  font-size: 44px;
}
.questions details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.questions details:first-child {
  padding-top: 0;
}
.questions summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  padding-right: 18px;
}
.questions p {
  font-size: 15px;
  margin-top: 15px;
}
.closing {
  background: var(--lime);
  padding: 70px 0 80px;
  text-align: center;
}
.closing h2 {
  font-size: clamp(52px, 6vw, 80px);
  margin-bottom: 30px;
}
.closing > div > p:last-child {
  font-size: 12px;
  margin-top: 20px;
}
.footer {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding-block: 40px;
}
.footer p {
  font-size: 13px;
}
.footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 22px;
  font-size: 13px;
}
.questions .inline-link {
  color: var(--ink);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer .brand {
  font-size: 32px;
}
@media (min-width: 1600px) {
  .header {
    padding-inline: calc((100% - 1400px) / 2);
  }
}
@media (max-width: 1050px) {
  .header {
    gap: 30px;
    padding: 18px 25px;
  }
  .nav-links,
  .nav-actions {
    gap: 16px;
  }
  #navigation {
    gap: 16px;
    font-size: 13px;
  }
  .brand {
    font-size: 30px;
  }
  .brand-mark {
    width: 29px;
    height: 32px;
    font-size: 31px;
  }
  .wrap {
    width: calc(100% - 64px);
  }
  .phone {
    right: -15px;
    width: 180px;
  }
  .feature-grid {
    gap: 28px;
  }
  .product-detail {
    gap: 28px;
    padding: 32px;
  }
  .business-grid {
    gap: 24px;
  }
  .developers {
    gap: 35px;
  }
  .developer-copy h2 {
    font-size: 38px;
  }
  .developer-copy .actions {
    gap: 10px;
  }
  .mcp-flow {
    padding: 26px;
  }
  .integration {
    gap: 40px;
  }
  .profession-strip a {
    font-size: 14px;
  }
  .footer {
    flex-wrap: wrap;
  }
  .footer nav {
    margin-left: auto;
  }
}
@media (max-width: 780px) {
  html {
    scroll-padding-top: 95px;
  }
  .header {
    padding: 16px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    min-height: 73px;
  }
  .header #navigation {
    width: 100%;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 10px 0;
  }
  .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav-links a {
    padding: 10px 0;
  }
  .nav-actions {
    justify-content: space-between;
    border-top: 1px solid var(--line);
    padding-top: 18px;
  }
  #navigation {
    font-size: 16px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .hero {
    padding-top: 44px;
    padding-bottom: 52px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.09em;
    margin-bottom: 18px;
  }
  .hero h1 {
    font-size: clamp(47px, 9.2vw, 70px);
  }
  .hero-description {
    font-size: 17px;
    line-height: 1.6;
    max-width: 520px;
    margin: 24px auto;
  }
  .hero .actions {
    gap: 15px;
    margin-top: 25px;
  }
  .button {
    min-height: 52px;
    padding: 14px 23px;
    font-size: 15px;
    gap: 20px;
  }
  .access-note {
    font-size: 11px;
  }
  .product-stage {
    margin-top: 37px;
  }
  .desktop-screen {
    max-height: 370px;
    min-height: 240px;
    object-fit: cover;
    object-position: top left;
  }
  .phone {
    width: 125px;
    right: -5px;
    bottom: -7px;
    border-width: 4px;
    border-radius: 18px;
  }
  .screen-bar {
    font-size: 9px;
    height: 29px;
    padding-inline: 10px;
  }
  .product-stage > figcaption {
    font-size: 9px;
    top: calc(100% + 13px);
  }
  .profession-strip {
    padding: 25px 0;
  }
  .profession-strip > .wrap {
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px 20px;
  }
  .profession-strip span {
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
  }
  .profession-strip span br {
    display: none;
  }
  .profession-strip strong {
    font-size: 13px;
  }
  .profession-strip a {
    font-size: 13px;
  }
  .section {
    padding-top: 65px;
    padding-bottom: 60px;
  }
  .section-heading {
    margin-bottom: 33px;
  }
  h2 {
    font-size: 40px;
  }
  .section-heading > p:last-child:not(.eyebrow) {
    font-size: 16px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .feature-grid article {
    padding-top: 20px;
  }
  .feature-grid h3 {
    margin: 14px 0 12px;
    font-size: 25px;
  }
  .feature-grid p {
    font-size: 16px;
  }
  .product-detail {
    grid-template-columns: 1fr;
    margin-top: 45px;
    padding: 27px 23px;
    gap: 25px;
  }
  .detail-copy h3,
  .integration h3 {
    font-size: 34px;
  }
  .catalogue-shot {
    margin-right: 0;
  }
  .business-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 25px;
  }
  .business-symbol {
    font-size: 36px;
    margin-bottom: 17px;
  }
  .business-grid h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .business-grid p {
    font-size: 14px;
  }
  .developers {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .developer-copy h2 {
    font-size: 38px;
  }
  .mcp-flow {
    padding: 28px;
  }
  .integration {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 35px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .faq h2 {
    font-size: 38px;
  }
  .questions summary {
    font-size: 16px;
  }
  .questions p {
    font-size: 15px;
  }
  .closing {
    padding-block: 55px;
  }
  .closing h2 {
    font-size: 54px;
  }
  .footer {
    gap: 20px;
    padding-block: 30px;
  }
  .footer p {
    font-size: 12px;
  }
  .footer nav {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    gap: 23px;
  }
}
@media (max-width: 370px) {
  .hero h1 {
    font-size: 43px;
  }
  .desktop-break {
    display: none;
  }
  .hero .actions {
    flex-direction: column;
    gap: 7px;
  }
  .business-grid {
    grid-template-columns: 1fr;
  }
  .business-grid article {
    border-top: 1px solid #497064;
    padding-top: 24px;
  }
  .nav-actions {
    gap: 10px;
  }
  .nav-actions > a:first-child {
    font-size: 14px;
  }
  .button.small {
    font-size: 12px;
    padding: 12px 15px;
  }
  .phone {
    width: 104px;
  }
  .mcp-flow {
    padding: 23px;
  }
  .mcp-request {
    font-size: 21px;
  }
  .developer-copy h2 {
    font-size: 34px;
  }
  .footer p {
    max-width: 165px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
@media print {
  .header,
  .phone,
  .actions,
  .footer,
  .closing {
    display: none;
  }
  .section {
    padding-block: 25px;
  }
  .hero {
    padding: 20px;
  }
  .product-stage {
    max-width: 600px;
  }
  .wrap {
    width: 100%;
  }
}

/* Keep the mobile header stable before the deferred script arrives. */
.no-script-nav { display: none; }
@media (max-width: 780px) {
  .header { min-height: 78px; }
  #navigation:not([data-ready]) { display: none; }
  .header noscript { width: 100%; }
  .no-script-nav { display: flex; flex-wrap: wrap; gap: 16px; }
}
