:root {
  --ink: #071727;
  --teal: #047857;
  --emerald: #059669;
  --mint: #10b981;
  --pale: #f1f5f9;
  --paper: #fbfcfa;
  --line: rgba(7, 23, 39, 0.14);
  --muted: #64748b;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  --max: 1200px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
.container {
  width: min(calc(100% - 48px), var(--max));
  margin: auto;
}
.nav {
  height: 82px;
  background: #031411;
  color: #fff;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  width: 162px;
  height: 39px;
  overflow: hidden;
  position: relative;
  display: block;
  flex: none;
}
.brand img {
  position: absolute;
  width: 238px;
  height: 238px;
  max-width: none;
  transform: translate(-35px, -94px);
  filter: brightness(0) invert(1);
}
.links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  font-size: 0.8rem;
  font-weight: 700;
}
.links a {
  color: rgba(255, 255, 255, 0.68);
}
.links a:hover,
.links a.active {
  color: #fff;
}
.menu-toggle {
  display: none;
}
.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--mint);
  color: #032017;
  padding: 13px 18px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 0.8rem;
}
.nav-cta:hover,
.button:hover {
  background: #72e0ad;
}
.page-hero {
  background: #031411;
  color: #fff;
  padding: 86px 0 0;
  overflow: hidden;
  position: relative;
}
.page-hero:after {
  content: "";
  position: absolute;
  width: 850px;
  height: 500px;
  border: 1px solid rgba(167, 243, 208, 0.11);
  border-radius: 48px;
  left: calc(50% - 425px);
  bottom: -270px;
}
.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 850px;
  text-align: center;
  margin: auto;
}
.eyebrow {
  font: 500 0.67rem var(--mono);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #b9f7d7;
}
.eyebrow:before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--mint);
  border-radius: 50%;
}
.page-hero h1 {
  font-size: clamp(3.2rem, 6vw, 6.3rem);
  line-height: 0.96;
  letter-spacing: -0.075em;
  margin: 21px 0;
}
.page-hero h1 em,
.section-title em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.page-hero h1 strong {
  font: inherit;
  background: linear-gradient(90deg, #10b981, #9cebc4);
  -webkit-background-clip: text;
  color: transparent;
}
.page-hero p {
  max-width: 680px;
  margin: auto;
  color: #c0d1cb;
  font-size: 1rem;
}
.hero-visual {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100% - 48px));
  height: 290px;
  margin: 58px auto 0;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  box-shadow: 0 -15px 55px rgba(16, 185, 129, 0.24);
}
.hero-visual img {
  width: 100%;
  height: 100%;
}
.section {
  padding: 130px 0;
}
.section-alt {
  background: var(--pale);
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 46px;
}
.section-head .eyebrow {
  justify-content: flex-start;
  color: var(--teal);
}
.section-title {
  font-size: clamp(2.6rem, 4.6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
  margin-top: 17px;
  max-width: 740px;
}
.section-lead {
  max-width: 440px;
  color: var(--muted);
  font-size: 0.98rem;
}
.text-link {
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}
.text-link span {
  font-size: 1.1rem;
  margin-left: 8px;
}
.feature-rows {
  border-top: 1px solid var(--line);
}
.feature-row {
  display: grid;
  grid-template-columns: 80px 1.3fr 1fr;
  gap: 28px;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}
.feature-row .number {
  font: 400 0.7rem var(--mono);
  color: var(--emerald);
}
.feature-row h3 {
  font-size: 1.6rem;
  letter-spacing: -0.055em;
}
.feature-row p {
  color: var(--muted);
  font-size: 0.92rem;
}
.technology-section {
  background: #063c2f;
  padding: 102px 0;
  color: #f1f8f1;
}
.technology-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: center;
}
.technology-intro .eyebrow {
  justify-content: flex-start;
  color: #a2f5c0;
}
.technology-intro .eyebrow:before {
  background: #7dd3a2;
}
.technology-intro h2 {
  margin: 18px 0;
}
.technology-intro > p:last-child {
  color: #d2f0d7;
  font-size: 0.92rem;
  max-width: 440px;
}
.technology-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.technology-grid article {
  background: #fff;
  border: 1px solid rgba(7, 23, 39, 0.08);
  border-radius: 14px;
  min-height: 138px;
  padding: 23px 14px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.technology-grid article:hover {
  border-color: rgba(7, 23, 39, 0.18);
  box-shadow: 0 14px 30px rgba(7, 23, 39, 0.08);
  transform: translateY(-3px);
}
.technology-grid img {
  display: block;
  width: 39px;
  height: 39px;
  object-fit: contain;
}
.technology-grid span {
  color: #0f2b24;
  font-size: 0.72rem;
  font-weight: 800;
}
.image-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 570px;
}
.image-split .image {
  min-height: 430px;
}
.image-split .image img {
  width: 100%;
  height: 100%;
  filter: saturate(0.8);
}
.image-split .copy {
  padding: 84px clamp(35px, 8vw, 110px);
  align-self: center;
  background: #dff2e7;
}
.image-split p {
  color: #46655b;
  margin-top: 23px;
}
.list {
  display: grid;
  gap: 13px;
  margin-top: 34px;
  font-size: 0.82rem;
  font-weight: 800;
}
.list span {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(4, 120, 87, 0.25);
}
.metrics {
  background: #043d34;
  color: #fff;
  padding: 62px 0;
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.metrics b {
  display: block;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  letter-spacing: -0.075em;
}
.metrics span {
  font-size: 0.75rem;
  color: #b5d9c9;
}
.project-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 20px;
}
.project {
  height: 470px;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.project:first-child {
  height: 590px;
}
.project img {
  width: 100%;
  height: 100%;
  transition: 0.35s;
}
.project:hover img {
  transform: scale(1.04);
}
.project:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 38%, rgba(3, 20, 17, 0.9));
}
.project-copy {
  position: absolute;
  z-index: 1;
  bottom: 28px;
  left: 29px;
  right: 29px;
}
.project-copy small {
  font: 500 0.65rem var(--mono);
  text-transform: uppercase;
}
.project-copy h3 {
  font-size: clamp(1.55rem, 2.8vw, 2.7rem);
  letter-spacing: -0.065em;
  line-height: 1.02;
  margin: 7px 0 15px;
}
.timeline {
  border-top: 1px solid var(--line);
}
.step {
  display: grid;
  grid-template-columns: 120px 1fr 1fr;
  gap: 34px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}
.step-number {
  font: 500 0.7rem var(--mono);
  color: var(--emerald);
}
.step h3 {
  font-size: 1.75rem;
  letter-spacing: -0.06em;
}
.step p {
  color: var(--muted);
  font-size: 0.94rem;
}
.studio-intro {
  max-width: 820px;
  margin: auto;
  text-align: center;
}
.studio-intro p {
  font-size: 1.25rem;
  color: var(--muted);
  margin-top: 23px;
}
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.value {
  padding: 29px;
  border: 1px solid var(--line);
  background: #fff;
}
.value span {
  font: 500 0.67rem var(--mono);
  color: var(--emerald);
}
.value h3 {
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  margin: 25px 0 10px;
}
.value p {
  font-size: 0.92rem;
  color: var(--muted);
}
.cta {
  background: var(--mint);
  padding: 104px 0;
}
.cta-wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.cta h2 {
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.075em;
  margin: 18px 0 10px;
}
.cta p {
  max-width: 500px;
}
.email {
  font-size: clamp(1.25rem, 2vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 8px;
  white-space: nowrap;
}
.footer {
  background: #031411;
  color: #fff;
  padding: 32px 0;
}
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 0.72rem;
}
.footer p {
  color: #9fbbb0;
}
.footer-links {
  display: flex;
  gap: 18px;
}
.footer-links a:hover {
  text-decoration: underline;
}
@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 32px), var(--max));
  }
  .nav {
    height: 70px;
  }
  .links {
    display: none;
  }
  .nav-wrap {
    gap: 10px;
    position: relative;
  }
  .menu-toggle {
    align-content: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 5px;
    cursor: pointer;
    display: grid;
    gap: 4px;
    height: 38px;
    justify-items: center;
    padding: 0;
    width: 38px;
  }
  .menu-toggle span {
    background: #fff;
    display: block;
    height: 1.5px;
    transition: transform 160ms ease, opacity 160ms ease;
    width: 16px;
  }
  .nav.menu-open .menu-toggle span:first-child {
    transform: translateY(5.5px) rotate(45deg);
  }
  .nav.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .nav.menu-open .menu-toggle span:last-child {
    transform: translateY(-5.5px) rotate(-45deg);
  }
  .nav.menu-open .links {
    background: #031411;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.25);
    display: grid;
    gap: 0;
    left: 0;
    padding: 8px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 20;
  }
  .nav.menu-open .links a {
    display: block;
    padding: 12px 10px;
  }
  .nav-cta {
    display: none;
  }
  .page-hero {
    padding-top: 66px;
  }
  .hero-visual {
    height: 190px;
    margin-top: 42px;
  }
  .section {
    padding: 84px 0;
  }
  .section-head,
  .cta-wrap {
    display: block;
  }
  .section-lead {
    margin-top: 20px;
  }
  .feature-row {
    grid-template-columns: 35px 1fr;
    gap: 14px;
  }
  .feature-row p {
    grid-column: 2;
  }
  .image-split,
  .project-grid {
    grid-template-columns: 1fr;
  }
  .image-split {
    min-height: 0;
  }
  .image-split .image {
    min-height: 0;
    height: 250px;
  }
  .image-split .copy {
    align-self: auto;
    padding: 48px 24px 52px;
  }
  .image-split .copy .section-title {
    font-size: clamp(2.25rem, 10vw, 3rem);
    line-height: 0.98;
  }
  .image-split .copy .list {
    margin-top: 28px;
  }
  .technology-section {
    padding: 76px 0;
  }
  .technology-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .technology-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .technology-grid article {
    min-height: 126px;
  }
  .metrics-grid,
  .values {
    grid-template-columns: 1fr 1fr;
  }
  .step {
    grid-template-columns: 50px 1fr;
    gap: 15px;
  }
  .step p {
    grid-column: 2;
  }
  .project,
  .project:first-child {
    height: 390px;
  }
  .cta {
    padding: 80px 0;
  }
  .email {
    display: inline-block;
    margin-top: 32px;
  }
  .footer-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-links {
    flex-wrap: wrap;
  }
  .hero-product {
    font-size: 1rem;
  }
}
@media (max-width: 440px) {
  .metrics-grid,
  .values {
    grid-template-columns: 1fr;
  }
  .page-hero h1 {
    font-size: 2.85rem;
  }
  .hero-visual {
    height: 150px;
  }
  .brand {
    width: 162px;
  }
  .nav-cta {
    font-size: 0.64rem;
  }
}

/* Each main page uses a distinct opening composition. */
.cap-hero {
  background: #e1f2e8;
  padding: 0;
  overflow: hidden;
}
.cap-hero-grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 70px;
}
.cap-hero-copy {
  padding: 70px 0;
}
.cap-hero-copy .eyebrow {
  justify-content: flex-start;
  color: var(--teal);
}
.cap-hero-copy h1,
.work-hero h1,
.studio-hero h1 {
  font-size: clamp(3.4rem, 5.3vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.075em;
  margin: 22px 0;
}
.cap-hero-copy h1 strong,
.work-hero h1 strong,
.studio-hero h1 strong {
  font: inherit;
  color: var(--emerald);
}
.cap-hero-copy p:not(.eyebrow),
.work-hero-copy p:not(.eyebrow),
.studio-hero-copy p:not(.eyebrow) {
  max-width: 530px;
  color: #47645b;
  font-size: 1rem;
}
.cap-hero-copy .button {
  margin-top: 32px;
}
.cap-dashboard {
  position: relative;
  align-self: end;
  height: 450px;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  box-shadow: -16px -16px 55px rgba(5, 150, 105, 0.2);
}
.cap-dashboard > img {
  width: 100%;
  height: 100%;
  object-position: center top;
}
.cap-note {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 13px 16px;
  background: rgba(3, 20, 17, 0.92);
  color: #fff;
  border-radius: 5px;
  display: grid;
  gap: 2px;
  font-size: 0.72rem;
}
.cap-note span {
  color: #afcabe;
  font-size: 0.66rem;
}
.work-hero {
  background: #031411;
  color: #fff;
  padding: 88px 0 64px;
  overflow: hidden;
}
.work-hero-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 55px;
  align-items: center;
}
.work-hero-copy .eyebrow {
  justify-content: flex-start;
}
.work-hero-copy p:not(.eyebrow) {
  color: #bdd2c8;
}
.work-hero-copy .text-link {
  display: inline-block;
  margin-top: 32px;
  color: #b8f4d5;
}
.work-collage {
  height: 480px;
  position: relative;
}
.work-collage .collage-main {
  position: absolute;
  inset: 0 0 0 10%;
  width: 90%;
  height: 88%;
  border-radius: 10px;
  object-position: center top;
}
.work-collage .collage-small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42%;
  height: 42%;
  border: 9px solid #031411;
  border-radius: 9px;
}
.work-collage .collage-main {
  object-position: right center;
}
.studio-hero {
  background: #031411;
  color: #fff;
}
.studio-hero-grid {
  min-height: 610px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: stretch;
  gap: 65px;
}
.studio-hero-copy {
  padding: 88px 0;
  align-self: center;
}
.studio-hero-copy .eyebrow {
  justify-content: flex-start;
}
.studio-hero-copy p:not(.eyebrow) {
  color: #bdd2c8;
}
.studio-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 36px;
}
.studio-hero-links span {
  border: 1px solid rgba(167, 243, 208, 0.25);
  padding: 9px 11px;
  border-radius: 99px;
  color: #d8f8e6;
  font-size: 0.7rem;
}
.studio-hero-visual {
  position: relative;
  align-self: end;
  height: 500px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  box-shadow: -15px -15px 55px rgba(16, 185, 129, 0.2);
}
.studio-hero-visual img {
  width: 100%;
  height: 100%;
  object-position: center top;
}
.studio-hero-visual img {
  object-position: right center;
}
.visual-label {
  position: absolute;
  right: 18px;
  top: 18px;
  background: #d9fbe6;
  color: #063b2c;
  border-radius: 99px;
  padding: 8px 11px;
  font: 500 0.62rem var(--mono);
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .cap-hero-grid,
  .work-hero-grid,
  .studio-hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .cap-hero-copy,
  .studio-hero-copy {
    padding: 74px 0 48px;
  }
  .cap-dashboard {
    height: 270px;
  }
  .work-hero {
    padding-top: 70px;
  }
  .work-hero-copy {
    padding-bottom: 45px;
  }
  .work-collage {
    height: 330px;
  }
  .studio-hero-visual {
    height: 290px;
  }
  .cap-hero-copy h1,
  .work-hero h1,
  .studio-hero h1 {
    font-size: 3.1rem;
  }
}

/* Capabilities echoes the homepage: message first, product visual below. */
.capabilities-page .cap-hero {
  background: radial-gradient(
    circle at 50% 64%,
    #063d37 0%,
    #022821 39%,
    #021512 78%
  );
  color: #fff;
  position: relative;
}
.capabilities-page .cap-hero:before,
.capabilities-page .cap-hero:after {
  content: "";
  position: absolute;
  border: 2px solid rgba(167, 243, 208, 0.09);
  border-radius: 42px;
  pointer-events: none;
}
.capabilities-page .cap-hero:before {
  width: 760px;
  height: 340px;
  left: calc(50% - 380px);
  bottom: 66px;
}
.capabilities-page .cap-hero:after {
  width: 1040px;
  height: 440px;
  left: calc(50% - 520px);
  bottom: -190px;
}
.capabilities-page .cap-hero-grid {
  min-height: 780px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 1;
}
.capabilities-page .cap-hero-copy {
  max-width: 900px;
  padding: 88px 20px 46px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.capabilities-page .cap-hero-copy .eyebrow {
  justify-content: center;
  color: #b9f7d7;
}
.capabilities-page .cap-hero-copy h1 {
  font-size: clamp(3.2rem, 5.2vw, 5.5rem);
  margin-top: 20px;
}
.capabilities-page .cap-hero-copy h1 strong {
  background: linear-gradient(90deg, #10b981, #a4f5c8);
  -webkit-background-clip: text;
  color: transparent;
}
.capabilities-page .cap-hero-copy p:not(.eyebrow) {
  color: #c1d8ce;
}
.capabilities-page .cap-hero-copy .button {
  margin-top: 29px;
}
.capabilities-page .cap-dashboard {
  width: min(900px, calc(100% - 48px));
  height: 300px;
  margin-top: auto;
  align-self: auto;
  background: #051d1a;
  box-shadow: 0 -12px 48px rgba(16, 185, 129, 0.28);
}
.capabilities-page .cap-note {
  background: rgba(3, 20, 17, 0.9);
}
@media (max-width: 760px) {
  .capabilities-page .cap-hero-grid {
    min-height: 680px;
  }
  .capabilities-page .cap-hero-copy {
    padding-top: 65px;
  }
  .capabilities-page .cap-dashboard {
    height: 220px;
  }
  .capabilities-page .cap-hero:before {
    width: 560px;
    left: calc(50% - 280px);
    height: 260px;
  }
  .capabilities-page .cap-hero:after {
    display: none;
  }
}

/* Product discovery feature: a visual pause between collaboration and proof. */
.discovery-section {
  padding: 110px 0;
  background: var(--paper);
}
.discovery-card {
  min-height: 550px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 48px;
  align-items: center;
  padding: 64px clamp(30px, 7vw, 118px);
  border-radius: 52px;
  background: #e9f8f0;
  overflow: hidden;
}
.discovery-copy .eyebrow {
  justify-content: flex-start;
  color: var(--teal);
}
.discovery-copy h2 {
  max-width: 540px;
  font-size: clamp(2.35rem, 4vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -0.07em;
  margin: 18px 0;
}
.discovery-copy h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.discovery-copy > p:not(.eyebrow) {
  max-width: 475px;
  color: #45665a;
}
.discovery-copy .button {
  margin-top: 30px;
}
.discovery-visual {
  height: 385px;
  position: relative;
  align-self: end;
}
.discovery-visual > img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 76%;
  height: 90%;
  border-radius: 22px;
  object-fit: cover;
  object-position: left top;
  box-shadow: 0 22px 40px rgba(4, 120, 87, 0.18);
}
.discovery-orbit {
  position: absolute;
  border: 1px dashed rgba(5, 150, 105, 0.48);
  border-radius: 50%;
  z-index: 1;
}
.orbit-one {
  width: 300px;
  height: 300px;
  left: 4%;
  bottom: 14px;
}
.orbit-two {
  width: 215px;
  height: 215px;
  left: 24%;
  top: 5px;
}
.plan-card,
.result-card {
  position: absolute;
  z-index: 2;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}
.plan-card {
  width: 196px;
  left: 0;
  top: 82px;
  padding: 17px;
  display: grid;
  gap: 3px;
}
.plan-card b {
  font-size: 0.82rem;
}
.plan-card small {
  font-size: 0.61rem;
  color: var(--muted);
}
.plan-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: #033222;
  font: 500 0.58rem var(--mono);
  margin-bottom: 4px;
}
.result-card {
  right: -22px;
  bottom: 22px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.result-card > span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--emerald);
  color: #fff;
  font-size: 0.73rem;
}
.result-card p {
  font-size: 0.63rem;
  color: var(--muted);
}
.result-card b {
  font-size: 0.7rem;
  color: var(--ink);
}
@media (max-width: 760px) {
  .discovery-section {
    padding: 70px 0;
  }
  .discovery-card {
    grid-template-columns: 1fr;
    padding: 43px 25px 0;
    border-radius: 30px;
    gap: 20px;
  }
  .discovery-visual {
    height: 300px;
  }
  .discovery-visual > img {
    width: 84%;
    height: 83%;
  }
  .plan-card {
    top: 35px;
    width: 165px;
  }
  .result-card {
    right: 0;
    bottom: 12px;
  }
  .orbit-one {
    width: 240px;
    height: 240px;
  }
  .orbit-two {
    display: none;
  }
}

/* Studio principles: visual system on the left, editorial feature list on the right. */
.guides-heading {
  max-width: 630px;
  margin-bottom: 68px;
}
.guides-heading .eyebrow {
  justify-content: flex-start;
  color: var(--teal);
}
.guides-heading h2 {
  font-size: clamp(2.6rem, 4.4vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
  margin: 18px 0;
}
.guides-heading h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.guides-heading > p:not(.eyebrow) {
  max-width: 510px;
  color: var(--muted);
}
.guides-layout {
  display: grid;
  grid-template-columns: 0.93fr 1.07fr;
  gap: 92px;
  align-items: center;
}
.guides-orbit {
  width: min(100%, 390px);
  aspect-ratio: 1;
  border: 2px solid rgba(4, 120, 87, 0.2);
  border-radius: 50%;
  position: relative;
  margin: auto;
  background: repeating-conic-gradient(
    from 0deg,
    transparent 0 29deg,
    rgba(4, 120, 87, 0.12) 30deg 31deg,
    transparent 32deg 59deg
  );
}
.guides-orbit:before {
  content: "";
  position: absolute;
  inset: 19%;
  border-radius: 50%;
  background: #d9f2e3;
  border: 1px solid rgba(4, 120, 87, 0.1);
}
.orbit-core {
  position: absolute;
  inset: 31%;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-align: center;
  box-shadow: 0 12px 24px rgba(4, 120, 87, 0.08);
}
.orbit-core img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 3px 8px rgba(4, 120, 87, 0.12));
}
.orbit-core b {
  font-size: 0.76rem;
  letter-spacing: -0.04em;
}
.orbit-core small {
  font-size: 0.55rem;
  color: var(--muted);
}
.orbit-label {
  position: absolute;
  z-index: 2;
  font: 500 0.58rem var(--mono);
  color: var(--teal);
  background: var(--pale);
  padding: 5px 7px;
  border-radius: 99px;
}
.label-one {
  top: 7%;
  left: 32%;
}
.label-two {
  bottom: 8%;
  left: 4%;
}
.label-three {
  right: -5%;
  top: 53%;
}
.guides-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px 45px;
}
.guide-point {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 13px;
}
.guide-point:last-child {
  grid-column: 1 / span 2;
  max-width: 380px;
}
.guide-icon {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  background: var(--emerald);
  border-radius: 4px;
  transform: rotate(30deg);
}
.icon-two {
  background: #4eb668;
  border-radius: 50%;
  transform: none;
}
.icon-three {
  background: #0f766e;
  border-radius: 2px;
  transform: rotate(45deg);
}
.guide-point small {
  font: 500 0.58rem var(--mono);
  color: var(--emerald);
}
.guide-point h3 {
  font-size: 1.12rem;
  letter-spacing: -0.045em;
  margin: 3px 0 9px;
}
.guide-point p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
}
@media (max-width: 760px) {
  .guides-heading {
    margin-bottom: 42px;
  }
  .guides-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .guides-orbit {
    width: min(100%, 320px);
  }
  .guides-points {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .guide-point:last-child {
    grid-column: auto;
  }
  .label-three {
    right: -9%;
  }
}

/* Studio purpose panel: a high-contrast statement with a product visual. */
.purpose-section {
  padding: 112px 0;
  background: var(--paper);
}
.purpose-card {
  min-height: 460px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  border-radius: 26px;
  background: radial-gradient(
    circle at 74% 44%,
    #225a4b 0%,
    #092b26 39%,
    #041a18 79%
  );
  color: #fff;
}
.purpose-copy {
  padding: 65px clamp(32px, 6vw, 92px);
  align-self: center;
  position: relative;
  z-index: 2;
}
.purpose-copy .eyebrow {
  justify-content: flex-start;
  color: #b9f7d7;
}
.purpose-copy h2 {
  max-width: 490px;
  font-size: clamp(2.45rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.07em;
  margin: 18px 0;
}
.purpose-copy h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.purpose-copy > p:not(.eyebrow) {
  max-width: 455px;
  color: #c0d7cd;
  font-size: 0.94rem;
}
.purpose-copy .button {
  margin-top: 28px;
}
.purpose-visual {
  position: relative;
  overflow: hidden;
  min-height: 330px;
}
.purpose-visual img {
  position: absolute;
  right: -10%;
  bottom: -22%;
  width: 104%;
  height: 104%;
  object-fit: cover;
  object-position: left top;
  transform: rotate(-8deg);
  border-radius: 18px;
  box-shadow: -14px 6px 42px rgba(0, 0, 0, 0.45);
}
.purpose-glow {
  position: absolute;
  inset: 8% -9% -35% 10%;
  background: radial-gradient(
    circle,
    rgba(16, 185, 129, 0.55),
    transparent 62%
  );
  filter: blur(18px);
}
.purpose-tag {
  position: absolute;
  right: 27px;
  top: 25px;
  padding: 9px 12px;
  background: rgba(5, 24, 21, 0.88);
  border: 1px solid rgba(167, 243, 208, 0.25);
  border-radius: 99px;
  color: #d3f8e3;
  font: 500 0.62rem var(--mono);
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .purpose-section {
    padding: 72px 0;
  }
  .purpose-card {
    grid-template-columns: 1fr;
  }
  .purpose-copy {
    padding: 50px 28px;
  }
  .purpose-visual {
    height: 270px;
  }
  .purpose-visual img {
    bottom: -35%;
    right: -7%;
    width: 108%;
    height: 114%;
  }
  .purpose-tag {
    right: 16px;
    top: 16px;
  }
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.68rem;
}
.footer-contact a {
  color: #b8d2c6;
}
.footer-contact a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-brand-column {
  display: grid;
  gap: 17px;
  width: min(100%, 360px);
}
.footer-brand-column > p {
  color: #c5d7d0;
  font-size: 0.82rem;
  line-height: 1.55;
}
.footer-address {
  color: #b8d2c6;
  font-size: 0.74rem;
  font-style: normal;
  line-height: 1.5;
}
.footer-social-icons {
  display: flex;
  gap: 13px;
}
.footer-social-icons a {
  width: 29px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}
.footer-social-icons img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer-social-icons a:hover {
  background: var(--mint);
  color: #033222;
  transform: translateY(-2px);
  border-color: var(--mint);
}
.footer-social-icons a:hover img {
  filter: none;
}
.whatsapp-widget {
  position: fixed;
  z-index: 30;
  right: 24px;
  bottom: 22px;
  display: grid;
  justify-items: end;
  gap: 12px;
}
.whatsapp-widget-message {
  position: relative;
  width: 215px;
  padding: 14px 32px 14px 16px;
  border-radius: 13px;
  background: #fff;
  color: #264237;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  display: grid;
  gap: 3px;
  font-size: 0.68rem;
}
.whatsapp-widget-message:after {
  content: "";
  position: absolute;
  right: 21px;
  bottom: -8px;
  border-width: 9px 0 0 11px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.whatsapp-widget-message strong {
  color: var(--teal);
  font-size: 0.73rem;
}
.whatsapp-widget-message span {
  color: #5b7068;
  line-height: 1.4;
}
.whatsapp-widget-close {
  position: absolute;
  right: -7px;
  top: -8px;
  width: 19px;
  height: 19px;
  border: 0;
  border-radius: 50%;
  background: #dce2e1;
  color: #51635e;
  font-size: 0.8rem;
  line-height: 1;
  cursor: pointer;
}
.whatsapp-widget .whatsapp-float {
  position: static;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #49dc81, #119f54);
  color: #fff;
  box-shadow:
    0 10px 27px rgba(0, 0, 0, 0.3),
    0 0 0 8px rgba(37, 211, 102, 0.16);
}
.whatsapp-widget .whatsapp-float b {
  width: 32px;
  height: 32px;
  background: transparent;
  color: #fff;
  font-size: 1.7rem;
}
.whatsapp-widget .whatsapp-float:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    0 15px 32px rgba(0, 0, 0, 0.34),
    0 0 0 10px rgba(37, 211, 102, 0.2);
}
@media (max-width: 480px) {
  .whatsapp-widget {
    right: 16px;
    bottom: 16px;
  }
  .whatsapp-widget-message {
    width: 200px;
  }
  .whatsapp-widget .whatsapp-float {
    width: 53px;
    height: 53px;
  }
}
.whatsapp-float {
  position: fixed;
  z-index: 30;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px 12px 12px;
  border-radius: 99px;
  background: #25d366;
  color: #042a19;
  font-weight: 800;
  font-size: 0.76rem;
  box-shadow:
    0 11px 30px rgba(0, 0, 0, 0.28),
    0 0 0 8px rgba(37, 211, 102, 0.16);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}
.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.32),
    0 0 0 11px rgba(37, 211, 102, 0.2);
}
.whatsapp-float b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #25a956;
  font-size: 1.25rem;
  line-height: 1;
}
@media (max-width: 480px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    padding: 11px;
  }
  .whatsapp-float span {
    display: none;
  }
  .whatsapp-float b {
    width: 34px;
    height: 34px;
  }
}
