/* EvokeLoop public site. Brand Guidelines v1.0, pages 6-8. */
:root {
  --ink: #0a1c26;
  --muted: #526b76;
  --purple: #007f76;
  --lavender: #c7f5ee;
  --paper: #ffffff;
  --line: #d8e4e5;
  --sans:
    "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --serif: var(--sans);
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--purple);
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #007f76;
  outline-offset: 5px;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
summary {
  cursor: pointer;
}
svg {
  flex-shrink: 0;
  vertical-align: middle;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.04;
}
h1 {
  font-size: clamp(52px, 5.3vw, 84px);
}
h2 {
  font-size: clamp(34px, 3.6vw, 55px);
}
h3 {
  font-size: 23px;
  font-weight: 550;
  line-height: 1.24;
  letter-spacing: -0.035em;
}
em {
  font-style: normal;
  font-weight: inherit;
  color: var(--purple);
}
p {
  color: var(--muted);
}
.container {
  width: min(1320px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 88px;
}
.eyebrow {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #007f76;
}
.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--purple);
  display: inline-block;
}
.fineprint {
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
}
.skip {
  position: fixed;
  top: -80px;
  left: 20px;
  padding: 12px 20px;
  background: #fff;
  z-index: 200;
}
.skip:focus {
  top: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 86px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 650;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: var(--purple);
  color: #fff;
  border-radius: 11px;
  font: italic 34px/1 var(--serif);
  padding-right: 2px;
  letter-spacing: -0.09em;
}
.preview-word {
  font-size: 9px;
  letter-spacing: 0.02em;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 3px 6px;
  margin-left: 4px;
  font-weight: 500;
  color: var(--muted);
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 500;
}
.desktop-nav a[aria-current="page"] {
  color: var(--purple);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 24px;
  background: var(--purple);
  color: #fff;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover {
  background: #007f76;
  color: #fff;
  transform: translateY(-1px);
}
.button.small {
  min-height: 42px;
  padding: 9px 16px;
}
.button.secondary {
  background: transparent;
  border-color: #c7d9db;
  color: var(--ink);
}
.button.secondary:hover {
  background: #f1f7f7;
  color: var(--ink);
}
.button.light {
  background: #fff;
  color: var(--purple);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 650;
}
.button-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.mobile-nav {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 36px;
  padding-block: 95px 72px;
  min-height: 630px;
}
.hero h1 {
  margin: 24px 0;
  line-height: 0.99;
}
.hero-lede {
  max-width: 480px;
  font-size: 16px;
  line-height: 1.9;
}
.hero .button-row {
  margin-top: 30px;
}
.hero .fineprint {
  max-width: 400px;
  margin-top: 16px;
}
.hero-visual {
  position: relative;
  padding: 28px 0 56px;
  min-width: 0;
}
.hero-visual:before {
  content: "";
  position: absolute;
  inset: -30px -14px 30px;
  background: radial-gradient(
    ellipse at 50% 50%,
    #c7f5ee 0,
    rgba(237, 231, 248, 0.5) 45%,
    transparent 72%
  );
  z-index: -1;
}
.studio-window {
  position: relative;
  border-radius: 14px;
  background: #fff;
  box-shadow:
    0 22px 70px -25px #0a1c2620,
    0 0 0 1px #d8e4e5;
  transform: perspective(1700px) rotateY(-7deg) rotateX(2deg);
  overflow: hidden;
}
.window-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  border-bottom: 1px solid #d8e4e5;
  font-size: 11px;
  font-weight: 650;
}
.mini-mark {
  display: inline-block;
  background: #007f76;
  color: #fff;
  font: italic 17px var(--serif);
  border-radius: 6px;
  width: 23px;
  text-align: center;
  margin-right: 8px;
}
.window-label {
  font-size: 9px;
  color: var(--muted);
  font-weight: 400;
}
.window-body {
  display: grid;
  grid-template-columns: 100px 1fr;
  min-height: 310px;
}
.window-body aside {
  background: #f1f7f7;
  padding: 24px 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 9px;
}
.window-body aside span {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 5px;
  color: #526b76;
}
.window-body aside .mock-active {
  background: #c7f5ee;
  color: #007f76;
  border-radius: 6px;
}
.creative-board {
  padding: 22px 18px 12px;
  min-width: 0;
}
.board-heading {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.board-heading .eyebrow {
  font-size: 7px;
  letter-spacing: 0.12em;
}
.board-heading h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  margin-top: 5px;
}
.tiny-pill {
  font-size: 8px;
  white-space: nowrap;
  border: 1px solid #d8e4e5;
  border-radius: 6px;
  padding: 4px 6px;
  color: #526b76;
}
.creative-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.creative-tile {
  min-height: 205px;
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.tile-0 {
  background: #c7f5ee;
  color: #0a1c26;
}
.tile-1 {
  background: #f1f7f7;
  color: #0a1c26;
}
.tile-2 {
  background: #0a1c26;
  color: #ffffff;
}
.tile-brand {
  font-size: 6px;
  letter-spacing: 0.14em;
  align-self: flex-start;
}
.creative-tile p {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: inherit;
  text-align: center;
  margin-top: auto;
  z-index: 1;
}
.bottle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 45px;
  height: 80px;
  margin-top: 35px;
  margin-bottom: 16px;
  border: 1px solid #ffffff55;
  border-radius: 10px 10px 8px 8px;
  background: linear-gradient(90deg, #ddd9c2, #faf6dc 35%, #c8c3a7);
  box-shadow: 12px 16px 16px -4px #382d3940;
  transform: rotate(-9deg);
}
.bottle:before {
  content: "";
  position: absolute;
  top: -15px;
  height: 16px;
  width: 30px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(90deg, #635750, #928273, #5e5049);
}
.bottle span {
  font-size: 8px;
  letter-spacing: 0.12em;
}
.bottle small {
  font-size: 4px;
}
.tile-1 .bottle {
  transform: rotate(7deg);
  background: linear-gradient(90deg, #c3acde, #eedafb 35%, #ae95c5);
}
.tile-2 .bottle {
  transform: rotate(-3deg);
  background: linear-gradient(90deg, #c88f6f, #f8d3ae 35%, #c99474);
}
.board-footer {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 8px;
  color: #526b76;
}
.board-footer span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.float-review {
  position: absolute;
  left: 28px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border: 1px solid #d8e4e5;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 30px -20px #0a1c2620;
  transform: rotate(-3deg);
}
.check-disc {
  display: grid;
  place-items: center;
  background: #c7f5ee;
  color: #007f76;
  border-radius: 50%;
  width: 33px;
  height: 33px;
}
.float-review strong {
  font-size: 12px;
  font-weight: 600;
  display: block;
}
.float-review small {
  font-size: 9px;
  display: block;
  color: #526b76;
}
.float-cursor {
  position: absolute;
  right: 12px;
  bottom: 55px;
  font-size: 10px;
  color: #fff;
  background: #007f76;
  border-radius: 7px;
  padding: 6px 9px;
  transform: rotate(6deg);
}
.visual-caption {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.015em;
  color: #526b76;
}
.journey-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}
.journey-strip a {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}
.journey-strip a:last-child {
  border: 0;
}
.journey-strip span {
  font-family: var(--serif);
  color: #007f76;
  font-size: 14px;
}
.journey-strip strong {
  font-size: 15px;
  font-weight: 550;
  flex: 1;
}
.journey-strip svg {
  color: #007f76;
}
.platform-intro {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: end;
  gap: 90px;
  padding-bottom: 40px;
}
.platform-intro .eyebrow {
  margin-bottom: 20px;
}
.platform-intro h2 {
  font-size: 43px;
}
.platform-intro p:last-child {
  max-width: 420px;
  line-height: 1.9;
}
.pillar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 96px;
}
.pillar-card {
  padding: 32px;
  min-height: 340px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  scroll-margin-top: 110px;
  display: flex;
  flex-direction: column;
}
.pillar-card.pillar-create {
  background: #f1f7f7;
}
.pillar-card.pillar-activate {
  background: #c7f5ee;
}
.pillar-card.pillar-measure {
  background: #f1f7f7;
}
.pillar-card.pillar-optimize {
  background: #ffffff;
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 26px;
}
.pillar-number {
  font-size: 11px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.availability {
  font-size: 9px;
  padding: 5px 9px;
  border-radius: 30px;
  line-height: 1.4;
  border: 1px solid #d8e4e5;
  background: #ffffff70;
  color: #526b76;
  white-space: nowrap;
}
.pillar-card h3 {
  font-size: 29px;
  letter-spacing: -0.045em;
  font-weight: 500;
  line-height: 1.12;
  max-width: 330px;
  margin-bottom: 16px;
}
.pillar-card p {
  font-size: 13px;
  line-height: 1.8;
  max-width: 455px;
}
.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}
.feature-tags span {
  font-size: 9px;
  padding: 3px 0;
  color: #526b76;
}
.feature-tags span:not(:last-child):after {
  content: "/";
  margin-left: 6px;
  color: #a498ad;
}
.pillar-card .text-link {
  margin-top: 24px;
}
.workflow-section {
  background: #241b34;
  color: #fff;
}
.workflow-section .eyebrow {
  color: #c6b4e6;
}
.workflow-section h2 em {
  color: #ccb7f3;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.section-heading h2 {
  margin-top: 18px;
}
.section-heading .text-link {
  color: #d2b9ff;
  margin-bottom: 7px;
}
.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 60px;
}
.step-number {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.1em;
  color: #725889;
}
.workflow-grid .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ffffff38;
  color: #cebae9;
  margin-bottom: 23px;
}
.workflow-grid h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.workflow-grid p {
  font-size: 12px;
  line-height: 1.85;
  color: #c6bdcf;
}
.integration-teaser {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.integration-teaser h2 {
  margin-block: 20px;
}
.integration-teaser p {
  max-width: 460px;
  font-size: 14px;
}
.integration-teaser .text-link {
  margin-top: 24px;
}
.connection-illustration {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 10px 26px 24px;
  background: #fff;
}
.connection-row {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}
.connection-row > div {
  flex: 1;
  min-width: 0;
}
.connection-row strong {
  display: block;
  font-size: 13px;
}
.connection-row small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 3px;
}
.provider-letter {
  display: grid;
  place-items: center;
  background: #eee6fc;
  color: var(--purple);
  font-weight: 700;
  font-size: 23px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
}
.provider-letter.pale {
  background: #f1efeb;
  color: #6d6462;
}
.connection-illustration .fineprint {
  margin-top: 17px;
  font-size: 11px;
}
.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 100px;
  border-top: 1px solid var(--line);
}
.faq-section h2 {
  margin-top: 20px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.faq-list details:first-child {
  padding-top: 0;
}
.faq-list summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.6;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list details[open] summary svg {
  transform: rotate(180deg);
}
.faq-list p {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.9;
}
.cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  background: #eae0fa;
  border-radius: 22px;
  margin-bottom: 80px;
  padding: 50px 60px;
}
.cta .eyebrow {
  margin-bottom: 18px;
}
.cta h2 {
  font-size: 52px;
}
.cta p:not(.eyebrow) {
  margin-top: 16px;
  font-size: 13px;
}
.cta-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.cta-actions .button {
  min-width: 190px;
}
.site-footer {
  background: #f3f0ea;
  border-top: 1px solid var(--line);
  padding: 55px 0 24px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.1fr;
  gap: 35px;
}
.footer-brand p {
  font-size: 13px;
  line-height: 1.8;
  margin: 18px 0 22px;
}
.footer-brand .eyebrow {
  font-size: 8px;
  letter-spacing: 0.12em;
}
.footer-top h2 {
  font-size: 11px;
  letter-spacing: 0.05em;
  font-family: var(--sans);
  font-weight: 650;
  margin-bottom: 20px;
}
.footer-top > div:not(.footer-brand) a {
  display: block;
  font-size: 11px;
  margin: 11px 0;
  overflow-wrap: anywhere;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid #dfd9e3;
  padding-top: 20px;
  margin-top: 40px;
}
.footer-bottom p {
  font-size: 9px;
}
.page-intro {
  padding: 80px 0 55px;
  max-width: 1320px;
}
.page-intro h1 {
  margin: 22px 0;
  max-width: 850px;
}
.intro-copy {
  max-width: 735px;
  font-size: 17px;
  line-height: 1.9;
}
.product-list {
  margin-bottom: 80px;
}
.product-row {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 42px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 44px 0;
}
.big-number {
  font-family: var(--serif);
  color: #ab9cba;
  font-size: 42px;
  align-self: start;
}
.product-row h2 {
  font-size: 39px;
  margin: 14px 0;
}
.product-row p:not(.eyebrow) {
  max-width: 620px;
  font-size: 14px;
}
.product-row p.fineprint {
  margin-top: 14px;
  font-size: 11px;
}
.capability-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.capability {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px;
  background: #fff;
}
.capability h2,
.capability h3 {
  font: 500 24px/1.3 var(--sans);
  letter-spacing: -0.04em;
  margin: 18px 0 12px;
}
.capability p {
  font-size: 14px;
  line-height: 1.9;
}
.notice {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border: 1px solid #d9cceb;
  background: #f0eafa;
  border-radius: 12px;
  padding: 24px 28px;
}
.notice p {
  font-size: 13px;
  line-height: 1.9;
}
.notice svg {
  color: var(--purple);
  margin-top: 4px;
}
.notice a {
  color: var(--purple);
  text-decoration: underline;
}
.section-note {
  margin-block: 30px 70px;
}
.studio-wide {
  max-width: 820px;
  margin-bottom: 85px;
}
.studio-wide .hero-visual {
  max-width: 720px;
  margin: auto;
}
.connect-flow {
  padding: 32px;
  background: #eee8f6;
  border: 1px solid #ded3ed;
  border-radius: 16px;
}
.connect-flow h2 {
  font-size: 30px;
}
.connect-flow > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-block: 30px;
}
.connect-flow > div p {
  font-size: 12px;
  line-height: 1.7;
}
.connect-flow span {
  display: block;
  color: var(--purple);
  font-size: 19px;
  margin-bottom: 12px;
}
.connect-flow .fineprint {
  max-width: 800px;
  font-size: 12px;
}
.section-label {
  font-size: 31px;
  margin-bottom: 30px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.price-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 1px solid var(--line);
  padding: 27px 22px;
  background: #fff;
  border-radius: 18px;
}
.price-card.featured {
  background: #ece5fa;
  border-color: #c1a9e9;
}
.price-card .eyebrow {
  font-size: 8px;
}
.price-card h2 {
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.price {
  font: 400 46px/1.15 var(--serif);
  letter-spacing: -0.05em;
}
.price small {
  font: 400 10px var(--sans);
  letter-spacing: 0;
  margin-left: 6px;
}
.price-card > p {
  font-size: 12px;
  min-height: 58px;
}
.price-card .button {
  padding: 10px 12px;
  font-size: 10px;
  gap: 6px;
}
.price-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.price-details p {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: 11px;
  line-height: 1.6;
}
.price-details svg {
  color: var(--purple);
  margin-top: 1px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  margin-bottom: 90px;
}
.about-grid h2 {
  font-size: 37px;
  margin-bottom: 24px;
}
.about-grid > div p {
  font-size: 14px;
  margin: 18px 0;
  line-height: 1.9;
}
.business-panel {
  background: #f0ece5;
  padding: 28px;
  border: 1px solid #e3dcd2;
  border-radius: 14px;
}
.business-panel h2 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}
.business-panel p {
  font-size: 12px;
  line-height: 1.9;
  margin-bottom: 12px;
}
.business-panel a {
  color: var(--purple);
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.business-contacts {
  margin-top: 18px;
}
.preserve-lines {
  white-space: pre-line;
}
.draft-notice {
  background: #fff7e8;
  border-left: 3px solid #ac792b;
  padding: 15px 18px;
  font-size: 12px;
  color: #674e30;
  margin-bottom: 25px;
  line-height: 1.9;
}
.business-panel .draft-notice {
  margin-bottom: 0;
}
.legal-company {
  margin-block: 60px 70px;
  max-width: 1050px;
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 60px;
  align-items: start;
  margin-bottom: 80px;
}
.contact-grid h2 {
  font-size: 43px;
  margin: 18px 0 25px;
}
.contact-grid > *,
.contact-form > *,
.contact-form label,
.form-grid > *,
.contact-form .checkbox-label > span {
  min-width: 0;
  max-width: 100%;
}
.contact-form label,
.contact-form .fineprint {
  overflow-wrap: anywhere;
}
.contact-grid > div > p {
  font-size: 13px;
  margin-block: 18px;
}
.contact-grid .business-panel {
  margin-top: 28px;
}
.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  min-width: 0;
}
.contact-form label {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  gap: 7px;
  font-weight: 550;
}
.contact-form label > span {
  font-weight: 400;
  color: var(--muted);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid #d8d0e0;
  background: #fff;
  border-radius: 7px;
  color: var(--ink);
  padding: 11px 12px;
  font-size: 14px;
  min-width: 0;
  max-width: 100%;
}
.contact-form textarea {
  resize: vertical;
  min-height: 145px;
}
.contact-form .checkbox-label {
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  font-weight: 400;
  line-height: 1.8;
}
.contact-form .checkbox-label input {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  padding: 0;
  margin: 4px 0 0;
  accent-color: var(--purple);
}
.contact-form a {
  color: var(--purple);
  text-decoration: underline;
}
.contact-form .button {
  align-self: start;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}
.form-error {
  border: 1px solid #bf6e6e;
  background: #fff1f1;
  color: #7e3030;
  padding: 14px;
  border-radius: 8px;
}
.form-trap {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.article-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 780px);
  gap: 80px;
  align-items: start;
}
.article-toc {
  position: sticky;
  top: 118px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--line);
  padding-left: 20px;
  gap: 13px;
}
.article-toc a {
  font-size: 11px;
  color: #5b5366;
  line-height: 1.65;
}
.policy-content h2 {
  font: 600 20px/1.4 var(--sans);
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
.policy-content > section {
  margin-bottom: 38px;
  scroll-margin-top: 114px;
}
.policy-content p {
  font-size: 14px;
  line-height: 1.95;
  margin-bottom: 15px;
}
.policy-related {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.policy-related a {
  color: var(--purple);
  text-decoration: underline;
}
.receipt-panel {
  max-width: 800px;
  background: #f0eafa;
  padding: 35px;
  border-radius: 16px;
}
.receipt-panel svg {
  color: var(--purple);
  margin-bottom: 20px;
}
.receipt-panel h2 {
  font-family: var(--sans);
  font-size: 23px;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.receipt-panel p {
  font-size: 14px;
  margin: 12px 0;
}
@media (min-width: 1600px) {
  .hero {
    gap: 60px;
    padding-block: 110px 90px;
  }
  .hero h1 {
    font-size: 92px;
  }
  .hero-visual .window-body {
    min-height: 355px;
  }
  .creative-tile {
    min-height: 235px;
  }
  .bottle {
    margin-top: 45px;
    height: 95px;
    width: 52px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 56px);
  }
  .desktop-nav {
    gap: 18px;
  }
  .header-actions {
    gap: 16px;
  }
  .preview-word {
    display: none;
  }
  .hero {
    gap: 24px;
    padding-block: 65px;
    min-height: 530px;
  }
  .hero h1 {
    font-size: 65px;
  }
  .hero-lede {
    font-size: 14px;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  .window-body {
    grid-template-columns: 70px 1fr;
  }
  .window-body aside {
    font-size: 7px;
    padding: 18px 4px;
  }
  .window-body aside svg {
    width: 13px;
  }
  .window-top {
    padding: 13px;
  }
  .creative-board {
    padding: 16px 10px;
  }
  .board-heading {
    margin-bottom: 16px;
  }
  .board-heading h3 {
    font-size: 18px;
  }
  .tiny-pill {
    display: none;
  }
  .creative-tile {
    padding: 10px 7px;
    min-height: 180px;
  }
  .creative-tile p {
    font-size: 14px;
  }
  .tile-brand {
    font-size: 5px;
  }
  .bottle {
    width: 36px;
    height: 65px;
    margin-top: 30px;
  }
  .bottle:before {
    width: 25px;
  }
  .float-review {
    left: 9px;
    padding: 13px;
    bottom: 40px;
  }
  .float-review strong {
    font-size: 10px;
  }
  .float-cursor {
    bottom: 30px;
  }
  .journey-strip a {
    padding: 18px;
  }
  .platform-intro {
    gap: 50px;
  }
  .platform-intro h2 {
    font-size: 37px;
  }
  .workflow-grid {
    gap: 22px;
  }
  .integration-teaser {
    gap: 45px;
  }
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
  .price-card {
    padding: 28px;
  }
  .price-card > p {
    min-height: 0;
  }
  .price-card .button {
    font-size: 12px;
  }
  .article-layout {
    gap: 40px;
    grid-template-columns: 190px minmax(0, 1fr);
  }
  .contact-grid {
    gap: 35px;
  }
  .footer-top {
    gap: 20px;
  }
}
@media (max-width: 800px) {
  .desktop-nav,
  .header-actions {
    display: none;
  }
  .mobile-nav {
    display: block;
    position: relative;
  }
  .mobile-nav summary {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    list-style: none;
    min-height: 44px;
  }
  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }
  .mobile-nav nav {
    position: absolute;
    right: 0;
    top: 55px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 12px 35px #35274324;
    width: 230px;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .mobile-nav nav a {
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 5px;
  }
  .mobile-nav nav a:hover {
    background: #f1ebfa;
  }
  .header-inner {
    height: 74px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 55px 0 35px;
    gap: 25px;
  }
  .hero-copy {
    max-width: 620px;
  }
  .hero h1 {
    font-size: 77px;
  }
  .hero-lede {
    font-size: 16px;
    max-width: 550px;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .hero-visual {
    width: min(100%, 600px);
    margin-inline: auto;
    padding: 25px 10px 62px;
  }
  .hero-visual:before {
    inset: -15px 0 15px;
  }
  .window-body {
    grid-template-columns: 90px 1fr;
  }
  .window-body aside {
    font-size: 9px;
    padding: 18px 7px;
  }
  .creative-tile {
    min-height: 220px;
  }
  .creative-tile p {
    font-size: 18px;
  }
  .bottle {
    width: 44px;
    height: 80px;
    margin-top: 45px;
  }
  .board-heading h3 {
    font-size: 22px;
  }
  .float-review {
    bottom: 32px;
    left: 25px;
  }
  .float-review strong {
    font-size: 12px;
  }
  .float-review small {
    font-size: 10px;
  }
  .visual-caption {
    font-size: 10px;
  }
  .journey-strip a {
    padding: 16px 12px;
    gap: 10px;
  }
  .journey-strip strong {
    font-size: 12px;
  }
  .journey-strip svg {
    width: 14px;
  }
  .platform-intro {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 55px;
  }
  .platform-intro p:last-child {
    max-width: 600px;
    font-size: 14px;
  }
  .pillar-card {
    padding: 25px;
  }
  .pillar-card h3 {
    font-size: 26px;
  }
  .availability {
    font-size: 8px;
  }
  .card-top {
    gap: 8px;
  }
  .pillar-number {
    font-size: 9px;
  }
  .workflow-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .section {
    padding-block: 55px;
  }
  .integration-teaser {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .integration-teaser p {
    max-width: 600px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .cta {
    padding: 36px;
    gap: 25px;
  }
  .cta h2 {
    font-size: 42px;
  }
  .footer-top {
    grid-template-columns: 1.2fr 1fr;
    gap: 36px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .page-intro {
    padding: 55px 0 38px;
  }
  .page-intro h1 {
    font-size: 60px;
  }
  .intro-copy {
    font-size: 15px;
  }
  .product-row {
    grid-template-columns: 40px 1fr;
    gap: 20px;
  }
  .product-row .button {
    grid-column: 2;
    justify-self: start;
  }
  .big-number {
    font-size: 32px;
  }
  .product-row h2 {
    font-size: 34px;
  }
  .connect-flow > div {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .about-grid,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .article-toc {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 20px;
    border-left: 0;
    border-block: 1px solid var(--line);
    padding: 18px 0;
  }
  .article-toc a {
    font-size: 11px;
  }
  .legal-company {
    margin-block: 35px 60px;
  }
}
@media (max-width: 540px) {
  .container {
    width: calc(100% - 36px);
  }
  .hero h1 {
    font-size: 66px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 0.12em;
  }
  .hero-lede {
    font-size: 14px;
    line-height: 1.9;
  }
  .hero .button-row {
    gap: 9px;
    margin-top: 25px;
  }
  .button {
    padding: 12px 16px;
    font-size: 12px;
  }
  .hero .fineprint {
    font-size: 10px;
  }
  .hero-visual {
    padding-inline: 0;
  }
  .window-top {
    font-size: 9px;
    padding: 12px;
  }
  .window-label {
    font-size: 7px;
  }
  .window-body {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .window-body aside {
    display: none;
  }
  .creative-board {
    padding: 17px 13px;
  }
  .creative-tile {
    min-height: 185px;
  }
  .bottle {
    width: 36px;
    height: 65px;
    margin-top: 35px;
  }
  .creative-tile p {
    font-size: 15px;
  }
  .board-footer {
    font-size: 7px;
  }
  .float-review {
    padding: 10px;
    left: 5px;
    bottom: 28px;
    gap: 8px;
  }
  .float-review strong {
    font-size: 10px;
  }
  .float-review small {
    font-size: 8px;
  }
  .check-disc {
    height: 27px;
    width: 27px;
  }
  .float-cursor {
    font-size: 8px;
    right: 3px;
    bottom: 25px;
  }
  .float-cursor svg {
    height: 18px;
    width: 18px;
  }
  .visual-caption {
    font-size: 8px;
    bottom: 0;
  }
  .journey-strip {
    grid-template-columns: 1fr 1fr;
  }
  .journey-strip a:nth-child(2) {
    border-right: 0;
  }
  .journey-strip a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .platform-intro h2 {
    font-size: 34px;
  }
  .pillar-grid {
    grid-template-columns: 1fr;
    margin-bottom: 55px;
    gap: 13px;
  }
  .pillar-card {
    min-height: 300px;
    padding: 26px;
  }
  .pillar-card h3 {
    font-size: 29px;
  }
  .pillar-number {
    font-size: 10px;
  }
  .availability {
    font-size: 9px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 22px;
  }
  .section-heading h2 {
    font-size: 37px;
  }
  .workflow-grid {
    gap: 30px 20px;
    margin-top: 37px;
  }
  .workflow-grid h3 {
    font-size: 17px;
  }
  .workflow-grid p {
    font-size: 11px;
  }
  .integration-teaser h2,
  .faq-section h2 {
    font-size: 38px;
  }
  .connection-illustration {
    padding: 5px 16px 18px;
  }
  .connection-row {
    gap: 9px;
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .connection-row strong {
    font-size: 11px;
  }
  .connection-row small {
    font-size: 9px;
  }
  .connection-row .availability {
    font-size: 7px;
    padding: 4px 6px;
  }
  .provider-letter {
    width: 31px;
    height: 31px;
    font-size: 20px;
    border-radius: 9px;
  }
  .faq-list summary {
    font-size: 13px;
  }
  .cta {
    padding: 30px 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 50px;
  }
  .cta h2 {
    font-size: 43px;
  }
  .cta-actions {
    align-items: flex-start;
    gap: 16px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand p {
    margin-block: 14px;
  }
  .site-footer {
    padding-top: 40px;
  }
  .footer-top h2 {
    margin-bottom: 15px;
  }
  .footer-top a {
    font-size: 12px !important;
  }
  .footer-top .brand {
    font-size: 24px !important;
  }
  .page-intro h1 {
    font-size: 49px;
  }
  .intro-copy {
    font-size: 14px;
  }
  .capability-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .capability {
    padding: 26px;
  }
  .capability p {
    font-size: 13px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .price-card {
    padding: 27px;
  }
  .price {
    font-size: 49px;
  }
  .price-card .eyebrow {
    font-size: 9px;
  }
  .price-card .button {
    align-self: start;
  }
  .price-details p {
    font-size: 12px;
  }
  .product-row {
    grid-template-columns: 30px 1fr;
    gap: 16px;
    padding-block: 32px;
  }
  .product-row h2 {
    font-size: 30px;
  }
  .product-row .eyebrow {
    font-size: 8px;
  }
  .product-row p:not(.eyebrow) {
    font-size: 13px;
  }
  .notice {
    padding: 22px;
    gap: 10px;
  }
  .notice p {
    font-size: 12px;
  }
  .connect-flow {
    padding: 25px;
  }
  .connect-flow h2 {
    font-size: 27px;
  }
  .connect-flow > div {
    gap: 20px;
  }
  .contact-form {
    padding: 23px 20px;
  }
  .form-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px;
  }
  .contact-form .checkbox-label {
    font-size: 11px;
  }
  .business-panel {
    padding: 24px;
  }
  .policy-content p {
    font-size: 13px;
  }
  .policy-content h2 {
    font-size: 19px;
  }
  .receipt-panel {
    padding: 24px;
  }
  .receipt-panel h2 {
    font-size: 20px;
  }
  .receipt-panel p {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
  .button:hover {
    transform: none;
  }
}
@media print {
  .site-header,
  .site-footer,
  .article-toc,
  .contact-form,
  .cta {
    display: none;
  }
  .container {
    width: 100%;
  }
  .article-layout {
    display: block;
  }
  .page-intro {
    padding-top: 0;
  }
  .policy-content section {
    break-inside: avoid;
  }
  body {
    background: #fff;
  }
}

/* EvokeLoop experience - public website */
body {
  background: #ffffff;
}
.container {
  width: min(1280px, calc(100% - 96px));
}
h1,
h2 {
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.12;
}
h1 {
  font-size: clamp(42px, 5vw, 68px);
}
h2 {
  font-size: clamp(32px, 3.4vw, 44px);
}
h3 {
  font-weight: 700;
}
em {
  font-style: normal;
  font-weight: inherit;
}
.section {
  padding-block: 96px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--teal-ink);
  line-height: 1.6;
}
.text-link {
  color: var(--teal-ink);
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.text-link:hover {
  color: var(--ink-navy);
}
.site-header {
  background: #ffffff;
  box-shadow: none;
}
.header-inner {
  height: 88px;
  gap: 28px;
}
.brand {
  padding: 8px 0;
  flex-shrink: 0;
}
.brand .evoke-wordmark {
  width: 204px;
}
.desktop-nav {
  gap: 26px;
}
.desktop-nav a {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.header-actions {
  gap: 22px;
}
.login-link {
  font-weight: 700;
  font-size: 13px;
}
.button {
  background: var(--loop-teal);
  color: var(--ink-navy);
  border: 1px solid var(--loop-teal);
  border-radius: 8px;
  font-weight: 800;
  font-size: 14px;
  min-height: 48px;
  padding: 13px 22px;
  letter-spacing: -0.01em;
  box-shadow: none;
}
.button:hover {
  background: var(--mint);
  border-color: var(--mint);
  color: var(--ink-navy);
  transform: translateY(-2px);
}
.button.small {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 12px;
}
.button.secondary {
  background: transparent;
  color: var(--ink-navy);
  border-color: var(--line);
}
.button.secondary:hover {
  background: var(--mist);
  border-color: var(--slate);
}
.mobile-nav summary {
  font-size: 13px;
  padding: 12px;
}
.mobile-nav nav {
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 12px 24px #0a1c2610;
}
.hero-band {
  background: var(--ink-navy);
  color: #ffffff;
  overflow: hidden;
}
.hero {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  align-items: center;
  gap: 64px;
  padding-block: 68px 56px;
  min-height: 690px;
}
.hero-copy .eyebrow {
  color: var(--mint);
  margin-bottom: 25px;
}
.hero h1 {
  font-size: clamp(44px, 4.8vw, 66px);
  line-height: 1.13;
  letter-spacing: -0.05em;
  max-width: 700px;
}
.hero em {
  color: var(--mint);
}
.hero-lede {
  max-width: 480px;
  font-size: 17px;
  line-height: 1.8;
  margin-top: 28px;
  color: #c1d2d8;
}
.hero .button-row {
  gap: 13px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.hero .button.secondary {
  color: white;
  border-color: var(--slate);
}
.hero .button.secondary:hover {
  background: #ffffff;
  color: var(--ink-navy);
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #c1d2d8;
  font-size: 12px;
  margin-top: 24px;
}
.hero-note svg {
  color: var(--loop-teal);
}
.hero-loop {
  min-width: 0;
}
.hero-loop .evoke-loop {
  color: #ffffff;
}
.hero-loop .loop-caption strong {
  color: var(--mint);
}
.hero-loop .loop-stage a {
  border-color: #45606b;
  background: var(--ink-navy);
  color: #ffffff;
}
.hero-loop .loop-stage a:hover {
  background: #ffffff;
  color: var(--ink-navy);
}
.hero-loop .loop-stage-top {
  color: var(--loop-teal);
}
.hero-loop .loop-stage small {
  color: #c1d2d8;
}
.hero-loop .loop-stage a:hover small {
  color: var(--slate);
}
.hero-loop .stage-go {
  color: var(--loop-teal);
}
.loop-disclosure {
  text-align: center;
  color: #b6ced2;
  font-size: 11px;
  max-width: 370px;
  margin: 14px auto 0;
  line-height: 1.7;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #526b7655;
  padding-block: 22px;
  color: #a5bec7;
  font-size: 10px;
  letter-spacing: 0.13em;
}
.hero-bottom a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--mint);
  font-size: 11px;
  letter-spacing: 0.02em;
}
.stack-band {
  display: grid;
  grid-template-columns: 190px 1fr;
  padding-block: 33px;
  gap: 36px;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.stack-band > p {
  font-size: 12px;
  line-height: 1.8;
}
.stack-band > p strong {
  font-weight: 600;
  color: var(--ink);
}
.stack-band > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.stack-band > div > span {
  font-weight: 800;
  font-size: 15px;
  line-height: 1.6;
}
.stack-band small {
  display: block;
  font-size: 10px;
  color: var(--slate);
  font-weight: 500;
}
.stack-band a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--teal-ink);
  font-size: 11px;
  font-weight: 700;
}
.platform-intro {
  padding-bottom: 40px;
  align-items: end;
  gap: 90px;
}
.platform-intro > p {
  max-width: 490px;
  line-height: 1.9;
  font-size: 15px;
}
.platform-intro em {
  color: var(--teal-ink);
}
.pillar-grid {
  gap: 22px;
  padding-bottom: 90px;
}
.pillar-card {
  position: relative;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  min-height: 380px;
}
.pillar-create {
  background: var(--mist);
}
.pillar-activate {
  background: #ffffff;
}
.pillar-measure {
  background: #ffffff;
}
.pillar-optimize {
  background: var(--mist);
}
.card-top {
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.pillar-number {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--teal-ink);
}
.availability {
  background: #ffffff;
  border: 1px solid var(--line);
  color: var(--slate);
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 5px;
  white-space: normal;
  line-height: 1.5;
}
.pillar-icon {
  width: 53px;
  height: 53px;
  border: 1px solid #c7d9db;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--teal-ink);
  background: #ffffff;
  margin-top: 28px;
}
.pillar-card h3 {
  font-size: 27px;
  letter-spacing: -0.035em;
  max-width: 410px;
  margin-top: 20px;
}
.pillar-card > p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 15px;
  max-width: 510px;
}
.feature-tags {
  gap: 7px;
  margin-top: 20px;
  margin-bottom: 28px;
}
.feature-tags span {
  border-color: var(--line);
  color: var(--slate);
  background: #ffffff;
  font-size: 10px;
  padding: 5px 9px;
  border-radius: 5px;
}
.pillar-card > .text-link {
  margin-top: auto;
  align-self: start;
}
.studio-story {
  background: var(--mist);
  border-block: 1px solid var(--line);
}
.section-heading {
  gap: 48px;
  align-items: end;
}
.section-heading > p {
  max-width: 380px;
  font-size: 14px;
  line-height: 1.9;
}
.studio-story .hero-visual {
  max-width: 1030px;
  margin: 54px auto 10px;
  padding: 0 0 55px;
  min-height: 0;
  background: none;
}
.studio-window {
  transform: none;
  border-radius: 16px;
  box-shadow: 0 18px 48px #0a1c260c;
  border: 1px solid var(--line);
}
.window-top {
  padding: 17px 22px;
  border-bottom-color: var(--line);
}
.window-top > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.window-top .evoke-symbol {
  width: 27px;
  height: 27px;
}
.window-top .window-label {
  font-size: 10px;
  color: var(--slate);
}
.window-body aside {
  background: var(--mist);
  border-color: var(--line);
}
.mock-active {
  background: var(--mint) !important;
  color: var(--teal-ink) !important;
}
.board-heading h3 {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 25px;
}
.creative-board {
  padding: 26px;
}
.creative-tile {
  border-radius: 9px;
  min-height: 240px;
}
.creative-tile p {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
}
.tile-0 {
  background: var(--mint);
}
.tile-1 {
  background: #edf1f0;
}
.tile-2 {
  background: var(--ink-navy);
  color: white;
}
.tile-2 p,
.tile-2 .tile-brand {
  color: white;
}
.bottle {
  border: 1px solid #91b6b0;
  background: #fafffd !important;
  box-shadow: 8px 12px 16px #0a1c2615;
  color: var(--ink-navy);
  transform: rotate(-8deg);
}
.bottle:before {
  background: #0a1c26 !important;
}
.tile-1 .bottle {
  background: #ffffff !important;
  transform: rotate(7deg);
}
.tile-2 .bottle {
  background: var(--mint) !important;
}
.board-footer {
  color: var(--slate);
  border-color: var(--line);
}
.float-review {
  right: 26px;
  bottom: 20px;
  border-color: var(--line);
  border-radius: 12px;
  box-shadow: 0 8px 25px #0a1c2610;
}
.check-disc {
  background: var(--mint);
  color: var(--teal-ink);
}
.float-cursor {
  display: none;
}
.visual-caption {
  left: 0;
  bottom: 0;
  text-align: left;
  color: var(--slate);
  font-size: 11px;
}
.control-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.control-story > div > p:not(.eyebrow) {
  max-width: 450px;
  font-size: 15px;
  line-height: 1.9;
  margin: 22px 0 26px;
}
.control-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.control-steps article {
  display: flex;
  gap: 24px;
  padding-bottom: 27px;
  position: relative;
}
.control-steps article:not(:last-child):before {
  content: "";
  position: absolute;
  left: 20px;
  top: 41px;
  bottom: 0;
  border-left: 1px solid var(--line);
}
.control-steps article > span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: var(--mist);
  border: 1px solid var(--line);
  color: var(--teal-ink);
  font-size: 12px;
  font-weight: 800;
}
.control-steps h3 {
  font-size: 18px;
  margin-top: 6px;
  line-height: 1.5;
}
.control-steps p {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 8px;
}
.connected-band {
  background: var(--mist);
  border-block: 1px solid var(--line);
}
.integration-teaser {
  gap: 85px;
  align-items: center;
}
.integration-teaser > div > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.9;
  max-width: 470px;
}
.connection-illustration {
  border-radius: 16px;
  background: white;
  border: 1px solid var(--line);
  padding: 24px;
}
.connection-row {
  gap: 13px;
  padding: 17px 0;
  border-color: var(--line);
}
.provider-letter {
  border-radius: 9px;
  background: var(--mist);
  color: var(--teal-ink);
  font-family: var(--sans);
  width: 38px;
  height: 38px;
}
.connection-row strong {
  font-size: 13px;
}
.connection-row small {
  font-size: 11px;
}
.connection-row .availability {
  font-size: 9px;
}
.faq-section {
  gap: 90px;
}
.faq-section > div > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 24px;
}
.faq-list summary {
  font-weight: 700;
  font-size: 15px;
  padding-block: 23px;
}
.faq-list details {
  border-color: var(--line);
}
.faq-list details[open] {
  background: var(--mist);
}
.faq-list details[open] summary {
  color: var(--teal-ink);
}
.faq-list details > p {
  font-size: 13px;
  line-height: 1.9;
}
.cta {
  background: var(--mint);
  border: 1px solid #adddd5;
  border-radius: 18px;
  padding: 56px 64px;
  margin-top: 0;
  margin-bottom: 80px;
}
.cta h2 {
  color: var(--ink-navy);
  font-size: 42px;
  line-height: 1.13;
}
.cta h2 em {
  color: var(--teal-ink);
}
.cta .eyebrow {
  color: var(--teal-ink);
}
.cta p {
  color: var(--slate);
}
.cta .button {
  background: var(--ink-navy);
  border-color: var(--ink-navy);
  color: white;
}
.cta .button:hover {
  background: #ffffff;
  color: var(--ink-navy);
}
.cta .text-link {
  color: var(--ink-navy);
}
.site-footer {
  background: var(--ink-navy);
  color: #ffffff;
  padding-top: 65px;
}
.footer-brand p {
  color: #d1e3e7;
  font-size: 16px;
  line-height: 1.8;
}
.footer-brand .eyebrow {
  color: var(--loop-teal);
  font-size: 9px;
}
.footer-top h2 {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.footer-top a {
  color: #bdcfd5;
  font-size: 12px;
}
.footer-top a:hover {
  color: var(--mint);
}
.footer-top .brand {
  padding-block: 12px;
}
.footer-top .brand img {
  width: 214px;
}
.footer-bottom {
  border-color: #526b7655;
  padding-block: 24px;
  gap: 26px;
  align-items: start;
}
.footer-bottom p {
  font-size: 10px;
  color: #aac2cb;
  line-height: 1.8;
}
.page-intro {
  padding-block: 72px 56px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 40px;
}
.page-intro h1 {
  max-width: 940px;
  font-size: 56px;
  margin-top: 20px;
}
.intro-copy {
  max-width: 690px;
  font-size: 16px;
  line-height: 1.9;
  margin-top: 24px;
}
.product-cycle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
  padding-block: 10px 40px;
}
.product-cycle > div > p {
  margin-top: 22px;
  max-width: 510px;
  line-height: 1.9;
}
.product-cycle .evoke-loop {
  max-width: 480px;
}
.capability-grid {
  gap: 22px;
}
.capability {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
  background: var(--mist);
}
.capability h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 24px;
}
.capability p {
  font-size: 14px;
  line-height: 1.9;
}
.capability .text-link {
  margin-top: 24px;
}
.notice {
  background: var(--mist);
  color: var(--slate);
  border-color: var(--line);
  border-radius: 12px;
}
.notice a {
  color: var(--teal-ink);
}
.notice p {
  font-size: 14px;
  line-height: 1.8;
}
.notice svg {
  color: var(--teal-ink);
}
.section-note {
  margin-block: 24px 60px;
}
.price-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  box-shadow: none;
  padding: 26px;
}
.price-card.featured {
  border: 2px solid var(--teal-ink);
  background: var(--mist);
  box-shadow: none;
}
.price-card h2 {
  font-family: var(--sans);
  font-size: 28px;
}
.price {
  font-weight: 800;
  font-family: var(--sans);
  letter-spacing: -0.04em;
  color: var(--ink-navy);
}
.price-card .button {
  font-size: 12px;
  padding-inline: 14px;
}
.price-details p {
  font-size: 12px;
}
.price-details svg {
  color: var(--teal-ink);
}
.contact-form,
.business-panel,
.article-body,
.article-toc,
.connect-flow {
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.contact-form {
  background: white;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  border-color: var(--line);
  border-radius: 7px;
  background: #ffffff;
  color: var(--ink-navy);
  font-size: 14px;
}
.contact-form label {
  font-size: 13px;
  font-weight: 600;
  color: var(--slate);
}
.contact-form .checkbox-label {
  font-size: 12px;
  line-height: 1.7;
}
.form-error {
  border-color: #c58a72;
  color: #793824;
  background: #fff7f2;
}
.article-body h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}
.article-body p,
.article-body li {
  font-size: 14px;
  line-height: 1.9;
}
.article-toc a {
  font-size: 12px;
  color: var(--slate);
}
.article-toc a:hover {
  color: var(--teal-ink);
}
.business-panel h2 {
  font-size: 24px;
  font-family: var(--sans);
  font-weight: 800;
}
.business-panel p {
  font-size: 14px;
}
.connect-flow > div p > span {
  background: var(--mint);
  color: var(--ink-navy);
}
.section-label {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 28px;
}
@media (min-width: 1600px) {
  .hero {
    gap: 88px;
    padding-block: 84px;
    min-height: 770px;
  }
  .hero h1 {
    font-size: 70px;
  }
  .hero-loop {
    max-width: 570px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 56px);
  }
  .desktop-nav {
    gap: 16px;
  }
  .header-actions {
    gap: 15px;
  }
  .desktop-nav a {
    font-size: 12px;
  }
  .brand .evoke-wordmark {
    width: 184px;
  }
  .hero {
    gap: 28px;
    min-height: 610px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-lede {
    font-size: 15px;
  }
  .hero .button {
    font-size: 12px;
    padding: 12px 16px;
  }
  .stack-band {
    grid-template-columns: 160px 1fr;
    gap: 20px;
  }
  .stack-band > div {
    gap: 22px;
  }
  .stack-band > div > span {
    font-size: 13px;
  }
  .stack-band a {
    display: none;
  }
  .control-story,
  .platform-intro,
  .integration-teaser,
  .faq-section,
  .product-cycle {
    gap: 40px;
  }
  .pillar-card {
    padding: 28px;
  }
  .pillar-card h3 {
    font-size: 25px;
  }
  .page-intro h1 {
    font-size: 46px;
  }
}
@media (max-width: 850px) {
  .desktop-nav,
  .header-actions {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .hero {
    grid-template-columns: 1fr;
    text-align: left;
    padding-top: 50px;
    gap: 38px;
    min-height: 0;
  }
  .hero h1 {
    font-size: 56px;
  }
  .hero-lede {
    max-width: 540px;
  }
  .hero-loop {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  .hero .button {
    font-size: 14px;
  }
  .hero-note {
    margin-top: 20px;
  }
  .stack-band {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .stack-band > div {
    justify-content: flex-start;
    gap: 28px;
  }
  .section {
    padding-block: 62px;
  }
  .platform-intro,
  .control-story,
  .integration-teaser,
  .faq-section,
  .product-cycle {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .platform-intro {
    padding-bottom: 30px;
  }
  .pillar-card {
    min-height: 0;
  }
  .pillar-grid {
    padding-bottom: 60px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 22px;
  }
  .studio-story .hero-visual {
    margin-top: 30px;
  }
  .cta {
    padding: 38px;
    gap: 28px;
    flex-direction: column;
    align-items: start;
  }
  .cta h2 {
    font-size: 36px;
  }
  .cta-actions {
    align-items: start;
  }
  .footer-top {
    gap: 35px;
  }
  .page-intro h1 {
    font-size: 42px;
  }
  .product-cycle {
    padding-top: 0;
  }
  .product-cycle .evoke-loop {
    margin-top: 20px;
  }
  .control-steps {
    margin-top: 12px;
  }
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 80px;
    gap: 10px;
  }
  .brand .evoke-wordmark {
    width: 184px;
  }
  .hero {
    padding-block: 44px 32px;
    gap: 36px;
  }
  .hero h1 {
    font-size: 43px;
    line-height: 1.14;
    letter-spacing: -0.045em;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    letter-spacing: 0.1em;
    margin-bottom: 22px;
  }
  .hero-lede {
    font-size: 15px;
    margin-top: 22px;
  }
  .hero .button-row {
    gap: 10px;
    margin-top: 25px;
  }
  .hero .button {
    padding: 12px 15px;
    min-height: 46px;
    font-size: 12px;
  }
  .hero-note {
    font-size: 11px;
  }
  .hero-bottom {
    padding-block: 18px;
  }
  .hero-bottom > span {
    max-width: 170px;
    font-size: 8px;
    line-height: 1.8;
  }
  .hero-bottom a {
    font-size: 10px;
    gap: 6px;
  }
  .stack-band {
    padding-block: 25px;
  }
  .stack-band > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .stack-band > p br {
    display: none;
  }
  .stack-band > p strong {
    margin-left: 5px;
  }
  .section {
    padding-block: 52px;
  }
  h2 {
    font-size: 32px;
  }
  .pillar-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pillar-card {
    padding: 25px;
  }
  .pillar-card h3 {
    font-size: 25px;
  }
  .pillar-icon {
    margin-top: 24px;
  }
  .card-top {
    gap: 8px;
  }
  .pillar-number {
    font-size: 10px;
  }
  .availability {
    font-size: 9px;
  }
  .feature-tags {
    margin-bottom: 24px;
  }
  .window-top {
    padding: 12px;
    font-size: 11px;
  }
  .window-top .window-label {
    font-size: 9px;
  }
  .creative-board {
    padding: 14px;
  }
  .board-heading h3 {
    font-size: 20px;
  }
  .creative-tiles {
    gap: 8px;
  }
  .creative-tile {
    min-height: 180px;
  }
  .creative-tile p {
    font-size: 16px;
  }
  .tile-brand {
    font-size: 7px;
  }
  .bottle {
    width: 49px;
    height: 81px;
  }
  .bottle span {
    font-size: 9px;
  }
  .bottle small {
    font-size: 6px;
  }
  .studio-story .hero-visual {
    padding-bottom: 88px;
  }
  .float-review {
    left: 14px;
    right: 14px;
    bottom: 27px;
    width: auto;
    padding: 12px;
    max-width: none;
  }
  .float-review strong {
    font-size: 12px;
  }
  .float-review small {
    font-size: 10px;
  }
  .visual-caption {
    font-size: 9px;
    line-height: 1.6;
  }
  .board-footer {
    font-size: 8px;
    gap: 6px;
  }
  .board-footer span {
    gap: 3px;
  }
  .control-story > div > .eyebrow {
    font-size: 9px;
  }
  .control-steps article {
    gap: 18px;
  }
  .connection-illustration {
    padding: 16px;
  }
  .connection-row {
    gap: 9px;
    flex-wrap: wrap;
  }
  .connection-row > div {
    flex: 1;
    min-width: 120px;
  }
  .connection-row strong {
    font-size: 12px;
  }
  .connection-row .availability {
    font-size: 8px;
  }
  .faq-list summary {
    font-size: 14px;
  }
  .cta {
    padding: 30px 24px;
    margin-bottom: 45px;
    border-radius: 14px;
  }
  .cta h2 {
    font-size: 32px;
  }
  .cta p {
    font-size: 13px;
  }
  .site-footer {
    padding-top: 38px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand .brand img {
    width: 218px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .page-intro {
    padding-block: 42px 32px;
    margin-bottom: 30px;
  }
  .page-intro h1 {
    font-size: 36px;
  }
  .intro-copy {
    font-size: 14px;
  }
  .page-intro .eyebrow {
    font-size: 10px;
  }
  .product-cycle .evoke-loop {
    max-width: 360px;
  }
  .capability h3 {
    font-size: 23px;
  }
  .section-note {
    margin-bottom: 40px;
  }
  .article-body {
    padding: 22px;
  }
  .article-body h2 {
    font-size: 21px;
  }
  .article-body p {
    font-size: 13px;
  }
  .contact-form,
  .business-panel {
    padding: 24px;
  }
  .studio-wide .hero-visual {
    padding-bottom: 90px;
  }
  .footer-top h2 {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 37px;
  }
  .hero .button-row {
    align-items: stretch;
    flex-direction: column;
  }
  .hero .button {
    justify-content: center;
  }
  .brand .evoke-wordmark {
    width: 178px;
  }
  .header-inner {
    gap: 6px;
  }
  .mobile-nav summary {
    padding-inline: 8px;
  }
  .container {
    width: calc(100% - 32px);
  }
  .hero-bottom > span {
    max-width: 145px;
  }
  .pillar-card {
    padding: 21px;
  }
  .loop-stage a {
    padding: 8px;
  }
  .loop-heart strong {
    font-size: 15px;
  }
  .loop-caption {
    font-size: 10px;
  }
  .cta {
    padding: 27px 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
