:root {
  --bg: #fbf8f1;
  --bg-warm: #f6f0e6;
  --surface: #fffdf8;
  --surface-soft: #f4efe6;
  --surface-muted: #ece6dc;
  --ink: #0e1b1e;
  --ink-soft: #25363a;
  --text-muted: #617075;
  --text-subtle: #8a918c;
  --teal: #0e686b;
  --teal-dark: #06484b;
  --teal-soft: #dceae5;
  --sage: #a8b5a1;
  --sage-soft: #e8eee7;
  --clay: #d28a63;
  --clay-dark: #aa6549;
  --sand: #e7d3b2;
  --border: rgba(14, 27, 30, 0.12);
  --border-strong: rgba(14, 27, 30, 0.18);
  --shadow-soft: 0 24px 70px rgba(31, 26, 18, 0.08);
  --shadow-card: 0 16px 40px rgba(31, 26, 18, 0.06);
  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 999px;
  --container: 1338px;
  --section-y: 128px;
  --font-display: "Fraunces", "Newsreader", Georgia, serif;
  --font-sans: "Inter", "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display-lg: clamp(3.25rem, 5.6vw, 5rem);
  --h1: clamp(3.4rem, 4.75vw, 4.35rem);
  --h2: clamp(2.15rem, 3vw, 3rem);
  --h3: 1.625rem;
  --body-lg: 1.125rem;
  --body: 1rem;
  --body-sm: 0.875rem;
  --caption: 0.75rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--body);
  line-height: 1.65;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 16% 10%, rgba(232, 211, 178, 0.2), transparent 32%),
    radial-gradient(circle at 86% 12%, rgba(220, 234, 229, 0.24), transparent 34%),
    var(--bg);
  content: "";
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p,
blockquote,
figure {
  margin: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

h1 {
  max-width: 700px;
  font-size: var(--h1);
}

h1 span {
  display: block;
}

h2 {
  font-size: var(--h2);
}

h3 {
  font-size: var(--h3);
}

p {
  color: var(--ink-soft);
}

.container {
  width: min(var(--container), calc(100% - 64px));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  background: var(--ink);
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  color: var(--surface);
  text-decoration: none;
  white-space: nowrap;
}

.skip-link:focus,
.skip-link:focus-visible,
.skip-link:active {
  position: fixed;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
}

@media (hover: none) and (pointer: coarse) {
  .skip-link:focus:not(:focus-visible) {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 248, 241, 0.84);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
}

.site-header[data-scrolled] {
  border-color: var(--border);
}

.header-inner {
  display: flex;
  width: min(var(--container), calc(100% - 64px));
  height: 76px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  gap: 28px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.logo-mark {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: var(--ink);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3.4vw, 42px);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 650;
}

.primary-nav a,
.mobile-nav a,
.footer-column a,
.footer-bottom a {
  text-decoration: none;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.nav-chevron {
  flex: 0 0 auto;
}

.primary-nav a:hover,
.footer-column a:hover,
.footer-bottom a:hover {
  color: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.login-link {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: var(--radius-xs);
  background: var(--surface);
  color: var(--ink);
}

.close-icon,
.site-header[data-menu-open] .menu-icon {
  display: none;
}

.site-header[data-menu-open] .close-icon {
  display: block;
}

.mobile-nav {
  display: none;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius-xs);
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:hover .btn-icon {
  transform: translateX(2px);
}

.btn-icon {
  transition: transform 180ms ease;
}

.btn-dark {
  background: var(--ink);
  color: var(--surface);
  box-shadow: 0 8px 22px rgba(14, 27, 30, 0.1);
}

.btn-dark:hover {
  box-shadow: 0 14px 28px rgba(14, 27, 30, 0.14);
}

.btn-light,
.btn-cream {
  border-color: rgba(14, 27, 30, 0.05);
  background: rgba(255, 253, 248, 0.78);
  color: var(--ink-soft);
}

.btn-cream {
  background: rgba(255, 253, 248, 0.96);
}

.hero {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 64px;
  align-items: center;
  padding: 164px 0 58px;
}

.hero-copy {
  min-width: 0;
  transform: translateY(-60px);
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 25px;
  padding: 0 13px;
  border-radius: var(--radius-pill);
  background: var(--sage-soft);
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.hero-lede {
  max-width: 500px;
  margin-top: 26px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.24vw, 1.125rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
}

.trust-chips span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 9px;
  padding: 0 10px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 650;
}

.chip-icon {
  color: var(--sage);
}

.asset-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(14, 27, 30, 0.06);
  border-radius: var(--radius-lg);
  background: var(--surface-soft);
  box-shadow: var(--shadow-soft);
}

.asset-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media {
  justify-self: end;
  width: min(100%, 662px);
  height: 600px;
}

.hero-media img {
  object-position: center center;
}

.section {
  padding: var(--section-y) 0;
}

.section-heading {
  max-width: 960px;
}

.section-heading.centered {
  margin: 0 auto;
  text-align: center;
}

.section-intro {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.72;
}

.section-label {
  margin-bottom: 22px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
}

.use-cases {
  padding-top: 112px;
}

.use-case-tabs {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 90px;
  border-bottom: 1px solid var(--border);
}

.use-case-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 0 18px;
  border: 0;
  background: transparent;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
  transition: color 180ms ease;
}

.use-case-tab[data-active="true"] {
  color: var(--ink);
  font-weight: 800;
}

.use-case-tab[data-active="true"]::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--ink);
  content: "";
}

.tab-icon {
  color: currentColor;
  opacity: 0.72;
}

.use-case-panel {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 76px;
  align-items: center;
  margin-top: 90px;
}

.use-case-copy {
  max-width: 385px;
  transition: opacity 300ms ease, transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.use-case-copy h3 {
  margin-bottom: 24px;
  font-size: clamp(2.15rem, 3.6vw, 3.15rem);
}

.use-case-copy p:not(.section-label) {
  color: var(--ink-soft);
  font-size: 1.03rem;
}

.use-case-copy ul {
  display: grid;
  gap: 13px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.use-case-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.check-icon {
  flex: 0 0 auto;
  color: var(--sage);
}

.use-case-image {
  justify-self: end;
  width: min(100%, 784px);
  height: 612px;
  transform: translateX(-28px);
  transition: opacity 300ms ease, transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.use-case-image img {
  object-position: right center;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.use-case-panel[data-changing="true"] .use-case-copy {
  opacity: 0;
}

.use-case-panel[data-changing="true"] .use-case-image {
  opacity: 0;
}

.use-case-panel[data-changing="true"][data-direction="next"] .use-case-copy {
  transform: translateX(-18px);
}

.use-case-panel[data-changing="true"][data-direction="next"] .use-case-image {
  transform: translateX(-8px);
}

.use-case-panel[data-changing="true"][data-direction="prev"] .use-case-copy {
  transform: translateX(18px);
}

.use-case-panel[data-changing="true"][data-direction="prev"] .use-case-image {
  transform: translateX(-48px);
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-top: 28px;
}

.carousel-arrow {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--text-muted);
  transition: color 180ms ease, transform 180ms ease;
}

.carousel-arrow:hover {
  color: var(--ink);
  transform: translateY(-1px);
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 13px;
}

.carousel-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: var(--radius-pill);
  background: rgba(14, 27, 30, 0.15);
  transition: width 180ms ease, background 180ms ease;
}

.carousel-dots button[aria-current="true"] {
  width: 24px;
  background: var(--ink);
}

.benefits {
  padding-top: 0;
  padding-bottom: 30px;
}

.auris-engine {
  padding-top: 32px;
  padding-bottom: 96px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin-top: 64px;
}

.benefit-item {
  text-align: center;
}

.benefit-icon {
  display: inline-grid;
  width: 88px;
  height: 88px;
  place-items: center;
  margin-bottom: 27px;
  border-radius: 50%;
  background: #f0ece4;
  color: var(--teal-dark);
}

.benefit-item h3 {
  margin-bottom: 14px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
}

.benefit-item p {
  max-width: 210px;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.62;
}

.auris-apps {
  padding-top: 20px;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 58px;
}

.app-card {
  min-height: 168px;
  padding: 26px 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: rgba(255, 253, 248, 0.72);
  box-shadow: var(--shadow-card);
}

.app-card h3 {
  margin-bottom: 14px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.3;
}

.app-card p {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.62;
}

.integrations {
  padding-top: 96px;
}

.integration-strip {
  display: flex;
  width: min(100%, 1120px);
  min-height: 70px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 36px;
  margin: 58px auto 0;
}

.integration-brand,
.integration-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
}

.integration-brand span,
.integration-more {
  color: var(--ink-soft);
}

.brand-svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.brand-wordmark {
  width: 84px;
  height: auto;
}

.testimonials {
  padding-top: 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 56px;
}

.testimonial-card {
  min-height: 212px;
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: rgba(255, 253, 248, 0.78);
  box-shadow: var(--shadow-card);
  transition: border-color 180ms ease, transform 180ms ease;
}

.testimonial-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-2px);
}

.testimonial-card blockquote {
  min-height: 84px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.75;
}

.person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.person strong,
.person small {
  display: block;
}

.person strong {
  color: var(--ink);
  font-size: 13px;
}

.person small {
  color: var(--text-muted);
  font-size: 12px;
}

.final-section {
  padding-top: 32px;
}

.final-cta {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
  padding: 38px 56px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #8e9d82 0%, #9eaa91 100%);
  color: var(--surface);
}

.final-cta .section-label,
.final-cta h2,
.final-cta p {
  color: var(--surface);
}

.final-cta h2 {
  max-width: 490px;
}

.summary-card {
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.96);
  color: var(--ink);
  box-shadow: 0 24px 60px rgba(14, 27, 30, 0.12);
}

.summary-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--border);
}

.summary-tabs button {
  min-height: 58px;
  border: 0;
  border-right: 1px solid rgba(14, 27, 30, 0.08);
  background: transparent;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 700;
}

.summary-tabs button:last-child {
  border-right: 0;
}

.summary-tabs button[aria-selected="true"] {
  color: var(--ink);
  background: rgba(246, 240, 230, 0.55);
}

.summary-content {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 28px;
  min-height: 304px;
  padding: 31px;
}

.summary-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
}

.summary-content p,
.summary-content li {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.62;
}

.summary-content ul {
  display: grid;
  gap: 8px;
  margin: 0 0 24px;
  padding-left: 16px;
}

.summary-content em {
  display: inline-block;
  margin-left: 6px;
  color: var(--text-muted);
  font-style: normal;
}

.wide-summary {
  grid-column: 1 / -1;
}

.mini-avatars {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.mini-avatars span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  margin-right: -7px;
  border: 2px solid var(--surface);
  border-radius: 50%;
  background: var(--sage-soft);
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 800;
}

.site-footer {
  margin-top: 10px;
  padding: 48px 0 0;
  border-top: 1px solid var(--border);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 1.45fr) repeat(2, minmax(140px, 0.58fr));
  gap: 44px;
  align-items: start;
}

.footer-logo {
  margin-bottom: 18px;
}

.footer-brand-block p,
.newsletter p {
  max-width: 250px;
  color: var(--text-muted);
  font-size: 13px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.footer-social a {
  display: inline-grid;
  width: 16px;
  height: 16px;
  place-items: center;
  color: var(--ink);
}

.footer-column {
  display: grid;
  gap: 13px;
}

.footer-column h2,
.newsletter h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
}

.footer-column a {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 650;
}

.newsletter label {
  display: grid;
  grid-template-columns: 1fr 44px;
  min-height: 52px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-xs);
  background: rgba(255, 253, 248, 0.74);
}

.newsletter input {
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0 16px;
  color: var(--ink);
  outline: 0;
}

.newsletter button {
  display: grid;
  place-items: center;
  border: 0;
  border-left: 1px solid rgba(14, 27, 30, 0.08);
  background: transparent;
  color: var(--ink);
}

.newsletter small {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  color: var(--teal-dark);
  font-size: 12px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 30px;
  padding: 26px 0;
  border-top: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 650;
}

.footer-bottom span:last-child {
  display: flex;
  gap: 28px;
}

.minimal-contact-link {
  color: var(--teal-dark);
}

.minimal-footer {
  padding: 28px 0;
  border-top: 1px solid var(--border);
}

.minimal-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 650;
}

.minimal-footer a {
  color: var(--teal-dark);
  text-decoration: none;
}

.mobile-support-page .site-header {
  position: static;
  border-bottom: 1px solid var(--border);
}

.mobile-landing {
  display: grid;
  min-height: calc(100svh - 133px);
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 72px;
  align-items: center;
  padding-block: clamp(72px, 12vh, 132px);
}

.mobile-product-card {
  max-width: 780px;
}

.mobile-app-icon {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  margin: 28px 0 30px;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal-dark);
}

.mobile-app-svg {
  width: 34px;
  height: 34px;
}

.mobile-product-card h1,
.mobile-policy-heading h1 {
  max-width: 760px;
}

.mobile-lede {
  max-width: 680px;
  margin-top: 26px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.35;
}

.mobile-product-card > p:not(.section-label, .mobile-lede) {
  max-width: 640px;
  margin-top: 18px;
  color: var(--text-muted);
  font-size: var(--body-lg);
}

.mobile-feature-list {
  display: grid;
  max-width: 560px;
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.mobile-feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-weight: 750;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.store-badge {
  display: inline-flex;
  width: 178px;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(13, 18, 21, 0.16);
  border-radius: 8px;
  background: #101416;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(19, 32, 38, 0.16);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.store-badge:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 18, 21, 0.36);
  box-shadow: 0 20px 34px rgba(19, 32, 38, 0.2);
}

.store-badge:focus-visible {
  outline: 3px solid rgba(48, 131, 181, 0.36);
  outline-offset: 3px;
}

.store-badge-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.store-badge-apple .store-badge-icon {
  color: #fff;
}

.store-badge-apple .store-badge-icon path {
  fill: currentColor;
}

.store-badge-google .store-badge-icon {
  width: 25px;
  height: 25px;
}

.store-badge-copy {
  display: grid;
  gap: 3px;
}

.store-badge-kicker,
.store-badge-name {
  display: block;
  letter-spacing: 0;
}

.store-badge-kicker {
  font-size: 10px;
  font-weight: 650;
}

.store-badge-name {
  font-size: 17px;
  font-weight: 850;
}

.mobile-actions {
  display: flex;
  margin-top: 38px;
}

.mobile-support-stack {
  display: grid;
  gap: 16px;
  align-self: center;
}

.mobile-support-card {
  display: grid;
  gap: 14px;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: rgba(255, 253, 248, 0.78);
  box-shadow: var(--shadow-card);
}

.mobile-support-card h2 {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
}

.mobile-support-card a {
  color: var(--teal-dark);
  font-weight: 750;
  text-decoration: none;
}

.mobile-support-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.mobile-support-card small {
  display: block;
  margin-top: 8px;
  color: var(--text-subtle);
  font-size: 11px;
  line-height: 1.55;
}

.mobile-delete-card {
  scroll-margin-top: 24px;
  border-color: rgba(14, 104, 107, 0.22);
  background: rgba(220, 234, 229, 0.52);
}

.manual-email {
  padding: 10px 12px;
  border: 1px solid rgba(14, 104, 107, 0.18);
  border-radius: var(--radius-xs);
  background: rgba(255, 253, 248, 0.74);
}

.copyable-email {
  color: var(--ink);
  font-weight: 850;
}

.delete-request-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.inline-link-icon {
  width: 15px;
  height: 15px;
}

.mobile-policy {
  padding-block: 86px 118px;
}

.mobile-policy-heading {
  max-width: 860px;
}

.mobile-policy-heading p:not(.section-label) {
  max-width: 720px;
  margin-top: 24px;
  color: var(--text-muted);
  font-size: var(--body-lg);
}

.mobile-policy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 72px;
  align-items: start;
  margin-top: 64px;
}

.policy-document {
  display: grid;
  gap: 32px;
  max-width: 820px;
}

.policy-document section {
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

.policy-document h2 {
  margin-bottom: 13px;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.policy-document p {
  color: var(--text-muted);
}

.page-hero {
  max-width: 980px;
  padding: 112px 0 54px;
}

.page-hero h1 {
  max-width: 820px;
}

.page-hero p:not(.section-label) {
  max-width: 680px;
  margin-top: 24px;
  color: var(--text-muted);
  font-size: var(--body-lg);
}

.content-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 68px;
  padding-bottom: 126px;
}

.prose {
  display: grid;
  gap: 34px;
}

.prose section {
  padding-top: 30px;
  border-top: 1px solid var(--border);
}

.prose h2,
.side-note h2 {
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.prose p,
.side-note p {
  color: var(--text-muted);
}

.side-note {
  position: sticky;
  top: 106px;
  align-self: start;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: rgba(255, 253, 248, 0.7);
}

.side-note a {
  color: var(--teal-dark);
  text-underline-offset: 4px;
}

code {
  padding: 2px 5px;
  border-radius: 5px;
  background: var(--surface-muted);
  color: var(--ink);
}

@media (max-width: 1120px) {
  .primary-nav {
    gap: 20px;
  }

  .hero {
    gap: 48px;
  }

  .use-case-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 1px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent);
    scrollbar-width: none;
  }

  .use-case-tabs::-webkit-scrollbar {
    display: none;
  }

  .use-case-tab {
    scroll-snap-align: start;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 56px;
  }

  .app-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-main {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-brand-block,
  .newsletter {
    grid-column: span 3;
  }
}

@media (max-width: 900px) {
  .container,
  .header-inner {
    width: calc(100% - 40px);
  }

  .primary-nav,
  .login-link {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .mobile-nav {
    display: grid;
    width: calc(100% - 40px);
    max-height: 0;
    margin: 0 auto;
    overflow: hidden;
    gap: 12px;
    transition: max-height 180ms ease, padding 180ms ease;
  }

  .site-header[data-menu-open] .mobile-nav {
    max-height: 360px;
    padding: 0 0 20px;
  }

  .mobile-nav a {
    padding: 12px 0;
    border-top: 1px solid var(--border);
    color: var(--ink-soft);
    font-weight: 750;
  }

  .hero,
  .use-case-panel,
  .final-cta,
  .content-shell,
  .mobile-landing,
  .mobile-policy-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 62px;
  }

  .hero-copy,
  .use-case-copy {
    max-width: 680px;
  }

  .hero-copy {
    transform: none;
  }

  .hero-lede {
    margin-top: 26px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .summary-content {
    grid-template-columns: 1fr;
  }

  .side-note {
    position: static;
  }

  .mobile-landing {
    gap: 42px;
    align-items: start;
  }

  .mobile-support-card {
    align-self: stretch;
  }
}

@media (max-width: 720px) {
  :root {
    --section-y: 84px;
  }

  html,
  body {
    overflow-x: clip;
  }

  .container,
  .header-inner {
    max-width: calc(100vw - 40px);
  }

  h1 {
    font-size: clamp(2rem, 8.7vw, 2.2rem);
    line-height: 1.04;
    text-wrap: balance;
  }

  h1 span {
    display: inline;
  }

  h2 {
    font-size: clamp(1.65rem, 7.2vw, 1.9rem);
    line-height: 1.08;
    text-wrap: balance;
  }

  .header-inner {
    height: 68px;
  }

  .logo {
    font-size: 16px;
  }

  .header-actions .btn {
    display: none;
  }

  .hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-heading {
    width: 100%;
    max-width: 100%;
  }

  .section-intro,
  .hero-copy,
  .use-case-copy {
    width: min(100%, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    min-width: 0;
  }

  h1,
  h2,
  .section-intro,
  .hero-lede,
  .use-case-copy p {
    overflow-wrap: break-word;
  }

  .hero-lede {
    font-size: 1rem;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
    max-width: calc(100vw - 40px);
  }

  .hero-media,
  .use-case-image {
    width: min(100%, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    height: 280px;
  }

  .use-case-image {
    transform: none;
  }

  .hero-media img,
  .use-case-image img {
    object-position: 65% center;
  }

  .mobile-landing {
    min-height: 0;
    padding-block: 54px 70px;
  }

  .mobile-app-icon {
    width: 66px;
    height: 66px;
    margin: 24px 0;
  }

  .mobile-app-svg {
    width: 29px;
    height: 29px;
  }

  .mobile-lede {
    font-size: 1.18rem;
  }

  .mobile-product-card > p:not(.section-label, .mobile-lede),
  .mobile-policy-heading p:not(.section-label) {
    font-size: 1rem;
  }

  .mobile-actions,
  .mobile-actions .btn {
    width: 100%;
    max-width: calc(100vw - 40px);
  }

  .mobile-policy {
    padding-block: 58px 84px;
  }

  .mobile-policy-grid {
    gap: 42px;
    margin-top: 44px;
  }

  .minimal-footer .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-chips {
    gap: 6px;
    margin-top: 34px;
  }

  .use-case-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 14px;
    margin-top: 42px;
    margin-inline: 0;
    padding: 0;
    overflow: visible;
    border-bottom: 0;
    mask-image: none;
    scroll-snap-type: none;
  }

  .use-case-tab {
    min-height: 42px;
    justify-content: center;
    gap: 6px;
    padding: 0 6px 11px;
    border-bottom: 1px solid var(--border);
    font-size: 12px;
  }

  .use-case-tab[data-active="true"]::after {
    bottom: -1px;
  }

  .tab-icon {
    width: 15px;
    height: 15px;
  }

  .use-cases {
    padding-top: 68px;
  }

  .use-case-panel {
    gap: 38px;
    margin-top: 46px;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .auris-engine {
    padding-top: 6px;
    padding-bottom: 72px;
  }

  .auris-engine .benefit-grid,
  .benefits:not(.auris-engine) .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 18px;
  }

  .auris-engine .benefit-icon,
  .benefits:not(.auris-engine) .benefit-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 18px;
  }

  .auris-engine .benefit-item h3,
  .benefits:not(.auris-engine) .benefit-item h3 {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .auris-engine .benefit-item p,
  .benefits:not(.auris-engine) .benefit-item p {
    max-width: 150px;
    font-size: 12px;
    line-height: 1.5;
  }

  .auris-apps {
    padding-top: 58px;
  }

  .app-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 42px;
  }

  .app-card {
    min-height: 0;
  }

  .integration-strip {
    gap: 18px 24px;
    margin-top: 42px;
  }

  .integration-brand,
  .integration-more {
    font-size: 14px;
  }

  .brand-svg {
    width: 20px;
    height: 20px;
  }

  .brand-wordmark {
    width: 78px;
    height: auto;
  }

  .final-cta {
    padding: 32px 22px;
  }

  .final-cta h2 {
    max-width: 100%;
  }

  .summary-tabs button {
    min-height: 50px;
    font-size: 11px;
  }

  .summary-content {
    padding: 23px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand-block,
  .newsletter {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .hero-actions .btn {
    justify-content: center;
  }

  .testimonial-card {
    padding: 26px;
  }

  .footer-bottom span:last-child {
    flex-direction: column;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* V2 Parrlé homepage redesign */
body.home {
  background:
    linear-gradient(180deg, #fbfcfe 0%, #ffffff 46%, #f4f7fa 100%);
  color: #0a1117;
}

body.home::before {
  background:
    linear-gradient(135deg, rgba(18, 200, 189, 0.08), transparent 34%),
    linear-gradient(225deg, rgba(255, 107, 93, 0.08), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfe 66%, #f4f7fa 100%);
}

.home .site-header {
  background: rgba(251, 252, 254, 0.78);
  border-bottom: 1px solid rgba(10, 17, 23, 0.07);
}

.home .logo,
.home .footer-logo {
  gap: 12px;
}

.brand-word {
  color: #0a1117;
}

.logo small {
  margin-left: -2px;
  color: #677382;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}

.home .logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #071116;
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(8, 18, 28, 0.16);
}

.home .logo-icon {
  color: #12c8bd;
}

.home .primary-nav {
  color: #677382;
}

.home .btn {
  border-radius: var(--radius-pill);
}

.home .btn-dark {
  background: #071116;
  border-color: #071116;
  color: #ffffff;
}

.home .btn-light,
.home .btn-cream {
  background: rgba(255, 255, 255, 0.82);
  color: #0a1117;
  border-color: rgba(10, 17, 23, 0.1);
  box-shadow: 0 12px 30px rgba(8, 18, 28, 0.06);
}

.v2-hero {
  display: grid;
  min-height: calc(100svh - 76px);
  grid-template-columns: minmax(0, 0.86fr) minmax(560px, 1.14fr);
  gap: 74px;
  align-items: center;
  padding-block: 72px 96px;
}

.v2-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid rgba(10, 17, 23, 0.1);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.76);
  color: #1e2a36;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.v2-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(100deg, #12c8bd 0%, #2f80ed 42%, #ff6b5d 100%);
  box-shadow: 0 0 18px rgba(18, 200, 189, 0.45);
}

.v2-hero h1 {
  max-width: 780px;
  margin-top: 30px;
  color: #071116;
  font-family: var(--font-sans);
  font-size: 5.9rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.92;
}

.v2-hero h1 span {
  display: block;
}

.v2-hero h1 span:last-child {
  background: linear-gradient(100deg, #12c8bd 0%, #2f80ed 42%, #775cff 70%, #ff6b5d 100%);
  background-clip: text;
  color: transparent;
}

.v2-hero-lede {
  max-width: 650px;
  margin-top: 30px;
  color: #677382;
  font-size: 1.18rem;
  line-height: 1.7;
}

.v2-hero .hero-actions {
  margin-top: 34px;
}

.v2-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.v2-proof-row span {
  padding: 9px 12px;
  border: 1px solid rgba(10, 17, 23, 0.08);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.72);
  color: #677382;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.v2-hero-stage {
  min-height: 630px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(10, 17, 23, 0.105);
  border-radius: 38px;
  background:
    linear-gradient(140deg, rgba(18, 200, 189, 0.1), transparent 36%),
    linear-gradient(42deg, rgba(119, 92, 255, 0.12), transparent 44%),
    #ffffff;
  box-shadow: 0 32px 90px rgba(8, 18, 28, 0.1);
}

.v2-stage-label,
.v2-section-kicker {
  color: #677382;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.v2-stage-grid {
  display: grid;
  min-height: 520px;
  grid-template-columns: minmax(0, 1fr) 140px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 28px;
}

.v2-raw-stack,
.v2-output-stack {
  display: grid;
  gap: 12px;
}

.v2-raw-stack span,
.v2-output-stack article {
  border: 1px solid rgba(10, 17, 23, 0.105);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 42px rgba(8, 18, 28, 0.07);
}

.v2-raw-stack span {
  padding: 16px;
  color: #677382;
  font-size: 14px;
  font-weight: 700;
}

.v2-output-stack article {
  display: grid;
  gap: 7px;
  padding: 17px;
}

.v2-output-stack strong {
  color: #677382;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.v2-output-stack span {
  color: #0a1117;
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.25;
}

.v2-prism-core {
  position: relative;
  display: grid;
  min-height: 370px;
  place-items: center;
}

.v2-prism-core::before {
  position: absolute;
  width: 8px;
  height: 370px;
  border-radius: var(--radius-pill);
  background: linear-gradient(180deg, #12c8bd, #2f80ed 42%, #775cff 72%, #ff6b5d);
  box-shadow: 0 0 24px rgba(47, 128, 237, 0.28), 0 0 72px rgba(119, 92, 255, 0.2);
  content: "";
}

.v2-prism-core span {
  position: relative;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border: 1px solid rgba(119, 92, 255, 0.22);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.72);
  color: #1e2a36;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 0 96px rgba(119, 92, 255, 0.2);
}

.v2-thesis {
  padding-block: 76px 116px;
}

.v2-thesis-grid,
.v2-principle {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(440px, 1.14fr);
  gap: 78px;
  align-items: center;
}

.v2-thesis h2,
.v2-section-head h2,
.v2-principle h2,
.v2-final h2 {
  max-width: 780px;
  margin-top: 14px;
  color: #0a1117;
  font-family: var(--font-sans);
  font-size: 4.25rem;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 0.98;
}

.v2-thesis h2::first-line {
  color: #0a1117;
}

.v2-thesis p,
.v2-section-head > p,
.v2-principle p,
.v2-final p {
  max-width: 520px;
  margin-top: 24px;
  color: #677382;
  font-size: 1.05rem;
  line-height: 1.72;
}

.v2-comparison-card,
.v2-umbrella-card,
.v2-principle-flow,
.v2-final-card {
  border: 1px solid rgba(10, 17, 23, 0.105);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(8, 18, 28, 0.08);
}

.v2-comparison-card {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.v2-comparison-card article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(10, 17, 23, 0.08);
  border-radius: 18px;
  background: #ffffff;
}

.v2-comparison-card article[data-emphasis="true"] {
  border-color: rgba(255, 107, 93, 0.28);
  background: rgba(255, 107, 93, 0.05);
}

.v2-mini-icon {
  color: #ff6b5d;
}

.v2-comparison-card strong,
.v2-layer-card strong,
.v2-domain-row strong,
.v2-structured-record strong {
  display: block;
  color: #0a1117;
  font-weight: 850;
}

.v2-comparison-card small,
.v2-layer-card span,
.v2-domain-row small,
.v2-structured-record span {
  display: block;
  color: #677382;
  font-size: 12px;
  font-weight: 750;
}

.v2-comparison-card b {
  padding: 7px 10px;
  border-radius: var(--radius-pill);
  background: #ff6b5d;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.v2-umbrella,
.v2-apps {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(244, 247, 250, 0.62));
}

.v2-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 44px;
}

.v2-umbrella-card {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.v2-domain-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.v2-domain-row article {
  display: grid;
  gap: 8px;
  min-height: 126px;
  align-content: center;
  justify-items: center;
  padding: 18px;
  border: 1px solid rgba(10, 17, 23, 0.08);
  border-radius: 18px;
  background: #ffffff;
  text-align: center;
}

.v2-layer-card,
.v2-structured-record {
  display: grid;
  gap: 8px;
  padding: 21px;
  border: 1px solid rgba(10, 17, 23, 0.08);
  border-radius: 18px;
  background: #ffffff;
  text-align: center;
}

.v2-layer-card.infrastructure {
  background: #071116;
}

.v2-layer-card.infrastructure strong,
.v2-layer-card.infrastructure span {
  color: #ffffff;
}

.v2-principle {
  padding-block: 124px;
}

.v2-principle-flow {
  display: grid;
  gap: 16px;
  padding: 26px;
}

.v2-principle-flow article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px 15px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(10, 17, 23, 0.08);
  border-radius: 18px;
  background: #ffffff;
}

.v2-flow-icon {
  grid-row: span 2;
  color: #5e897d;
}

.v2-principle-flow article > strong {
  grid-column: 2;
  grid-row: 1;
  color: #0a1117;
  font-weight: 850;
}

.v2-principle-flow article > small {
  grid-column: 2;
  grid-row: 2;
  color: #677382;
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.45;
}

.v2-structured-record {
  background: rgba(255, 107, 93, 0.08);
  border-color: rgba(255, 107, 93, 0.24);
}

.v2-usecase-grid,
.v2-app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.v2-usecase-grid article,
.v2-app-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(10, 17, 23, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 38px rgba(8, 18, 28, 0.06);
}

.v2-usecase-grid span,
.v2-app-grid small {
  display: block;
  color: #677382;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.v2-usecase-grid h3,
.v2-app-grid h3 {
  margin-top: 18px;
  color: #0a1117;
  font-family: var(--font-sans);
  font-size: 1.35rem;
  font-weight: 840;
  letter-spacing: 0;
  line-height: 1.12;
}

.v2-usecase-grid p,
.v2-app-grid p {
  margin-top: 14px;
  color: #677382;
  line-height: 1.58;
}

.v2-usecase-grid small {
  display: inline-flex;
  margin-top: 24px;
  padding: 7px 9px;
  border-radius: var(--radius-pill);
  background: rgba(94, 137, 125, 0.12);
  color: #5e897d;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.v2-final {
  padding-bottom: 104px;
}

.v2-final-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: 48px;
  align-items: center;
  padding: 54px;
  background:
    linear-gradient(120deg, rgba(18, 200, 189, 0.08), rgba(119, 92, 255, 0.1) 48%, rgba(255, 107, 93, 0.08)),
    #ffffff;
}

.v2-final-object {
  padding: 28px;
  border: 1px solid rgba(10, 17, 23, 0.1);
  border-radius: 24px;
  background: #071116;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(8, 18, 28, 0.16);
}

.v2-final-object span {
  color: #12c8bd;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.v2-final-object strong {
  display: block;
  margin-top: 18px;
  font-size: 1.8rem;
  line-height: 1.08;
}

.v2-final-object p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.74);
}

.home .site-footer {
  background: #071116;
  color: rgba(255, 255, 255, 0.72);
}

.home .site-footer .logo,
.home .site-footer h2,
.home .site-footer a,
.home .footer-bottom {
  color: #ffffff;
}

.home .footer-brand-block p,
.home .newsletter p {
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 1120px) {
  .v2-hero,
  .v2-thesis-grid,
  .v2-principle,
  .v2-final-card {
    grid-template-columns: 1fr;
  }

  .v2-hero-stage {
    min-height: auto;
  }

  .v2-section-head {
    display: grid;
  }

  .v2-domain-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .v2-hero {
    gap: 44px;
    padding-block: 54px 78px;
  }

  .v2-hero h1 {
    font-size: 4.15rem;
  }

  .v2-thesis h2,
  .v2-section-head h2,
  .v2-principle h2,
  .v2-final h2 {
    font-size: 3.25rem;
  }

  .v2-stage-grid,
  .v2-usecase-grid,
  .v2-app-grid {
    grid-template-columns: 1fr;
  }

  .v2-prism-core {
    min-height: 122px;
  }

  .v2-prism-core::before {
    width: 78%;
    height: 8px;
  }

  .v2-domain-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo small {
    display: none;
  }
}

@media (max-width: 620px) {
  .v2-hero,
  .v2-hero-copy,
  .v2-hero-stage {
    width: 100%;
    max-width: calc(100vw - 40px);
    min-width: 0;
  }

  .v2-hero h1 {
    max-width: 100%;
    overflow-wrap: break-word;
    font-size: 2.82rem;
    line-height: 0.98;
  }

  .v2-hero-lede,
  .v2-thesis p,
  .v2-section-head > p,
  .v2-principle p,
  .v2-final p {
    font-size: 1rem;
  }

  .v2-hero .hero-actions,
  .v2-hero .hero-actions .btn {
    width: 100%;
    max-width: 100%;
  }

  .v2-hero .hero-actions {
    display: grid;
  }

  .v2-hero-stage,
  .v2-comparison-card,
  .v2-umbrella-card,
  .v2-principle-flow,
  .v2-final-card {
    padding: 20px;
    border-radius: 22px;
  }

  .v2-domain-row {
    grid-template-columns: 1fr;
  }

  .v2-thesis h2,
  .v2-section-head h2,
  .v2-principle h2,
  .v2-final h2 {
    font-size: 2.48rem;
  }
}

/* Primary V2 reference correction: match "Web Design - Parrle - Powered by Auris.html" */
body.home {
  --ref-bg: #ffffff;
  --ref-panel: #f9f8f6;
  --ref-primary: #d86353;
  --ref-secondary: #5e897d;
  --ref-dark: #2e353b;
  --ref-muted: #65707b;
  --ref-radius: 14px;
  background: var(--ref-bg);
  color: var(--ref-dark);
  font-family: "Segoe UI", Tahoma, var(--font-sans);
  line-height: 1.5;
  overflow-x: clip;
}

body.home::before {
  background: var(--ref-bg);
}

.home .site-header,
.home .site-footer {
  display: none;
}

.reference-page.container {
  width: calc(100% - clamp(40px, 7.75vw, 164px));
  max-width: 1944px;
  margin: 0 auto;
  padding: clamp(24px, 2.7vw, 40px) 0;
  min-width: 0;
}

.reference-page h1,
.reference-page h2,
.reference-page h3 {
  color: var(--ref-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.reference-page p {
  color: var(--ref-muted);
  font-weight: 400;
}

.reference-eyebrow {
  margin-bottom: 10px;
  color: var(--ref-secondary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.reference-eyebrow.centered {
  text-align: center;
}

.reference-hero {
  overflow: hidden;
  margin-bottom: 60px;
  padding: clamp(42px, 3vw, 64px) clamp(40px, 4.25vw, 82px) clamp(48px, 4.15vw, 84px);
  border-radius: var(--ref-radius);
  background: var(--ref-panel);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}

.reference-hero-content {
  width: 100%;
  min-width: 0;
}

.reference-hero-title {
  max-width: 1120px;
  margin: 0 0 clamp(4px, 0.45vw, 8px);
  font-size: clamp(3rem, 4.45vw, 4.72rem);
  line-height: 1.04;
}

.reference-hero-title span {
  display: block;
}

.reference-hero-title span:first-child {
  color: var(--ref-primary);
  font-size: 1.34em;
  line-height: 0.9;
}

.reference-hero-title span + span {
  margin-top: clamp(4px, 0.4vw, 8px);
  color: var(--ref-dark);
}

@media (min-width: 981px) {
  .reference-hero-title span + span {
    white-space: nowrap;
  }
}

.reference-hero-copy {
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(88px, 6.2vw, 124px);
  color: #5f6973;
  font-size: clamp(1.15rem, 1.38vw, 1.85rem);
  font-weight: 400;
  line-height: 1.45;
}

.reference-offering-inline {
  color: #3b6f65;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
}

.reference-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.reference-buttons a,
.reference-cta a {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  background: var(--ref-primary);
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.reference-buttons a.secondary {
  background: var(--ref-secondary);
}

.reference-buttons a:hover,
.reference-cta a:hover {
  transform: translateY(-1px);
  background: #c05043;
}

.reference-buttons a.secondary:hover {
  background: #4f766c;
}

.reference-offering-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(34px, 2.2vw, 46px);
  min-width: 0;
}

.reference-offering {
  display: grid;
  grid-template-rows: clamp(104px, 5.8vw, 124px) auto;
  height: 100%;
  min-width: 0;
  padding: clamp(26px, 1.9vw, 40px);
  border: 1px solid rgba(61, 84, 80, 0.11);
  border-radius: 13px;
  background: rgba(255, 253, 249, 0.76);
  box-shadow: 0 22px 58px rgba(48, 58, 53, 0.105);
}

.offline-offering {
  transform: none;
}

.reference-offering-head {
  height: clamp(104px, 5.8vw, 124px);
  min-height: 0;
}

.reference-offering-head h2 {
  margin: 0 0 14px;
  color: #3b6f65;
  font-family: var(--font-sans);
  font-size: clamp(1.85rem, 2.45vw, 3.2rem);
  font-weight: 800;
  line-height: 1.08;
  white-space: nowrap;
}

.offline-offering .reference-offering-head h2 {
  color: #3b6f65;
}

.reference-offering-head p {
  max-width: none;
  margin: 0;
  color: #5f6973;
  font-size: clamp(1rem, 1.06vw, 1.38rem);
  line-height: 1.45;
  white-space: nowrap;
}

.live-room-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  max-width: 100%;
  border: 1px solid rgba(61, 84, 80, 0.13);
  border-radius: 13px;
  background: #fffdf9;
  box-shadow: none;
  aspect-ratio: 79 / 50;
}

.reference-visual-clip {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.reference-visual-clip::after {
  display: none;
  content: none;
  pointer-events: none;
}

.live-room-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: saturate(0.98) contrast(0.99);
  transform: translateX(clamp(20px, 3.2vw, 45px)) scale(1.2);
  transform-origin: center center;
}

.live-room-visual::after {
  display: none;
  content: none;
}

.live-room-tags {
  position: absolute;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: calc(100% - 36px);
  flex-wrap: wrap;
  gap: 8px;
}

.live-room-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(216, 99, 83, 0.94);
  box-shadow: none;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.live-room-tags span.green {
  background: rgba(94, 137, 125, 0.96);
  box-shadow: none;
}

.depend-app-mock {
  position: relative;
  overflow: hidden;
  margin: 0;
  max-width: 100%;
  border: 1px solid rgba(61, 84, 80, 0.13);
  border-radius: 13px;
  background: #fffdf9;
  box-shadow: none;
  aspect-ratio: 79 / 50;
}

.depend-app-screenshot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
  transform-origin: center center;
}

.depend-topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(61, 84, 80, 0.09);
  background: rgba(248, 245, 240, 0.72);
  color: #334047;
  font-size: 0.82rem;
}

.depend-brand-mark {
  width: 11px;
  height: 11px;
  border-radius: 4px;
  background: var(--ref-primary);
  box-shadow: 12px 0 0 rgba(94, 137, 125, 0.88), 24px 0 0 rgba(216, 99, 83, 0.34);
}

.depend-topbar strong {
  margin-left: 20px;
  font-weight: 800;
}

.depend-topbar small {
  margin-left: auto;
  color: #7b858b;
  font-weight: 700;
}

.depend-app-body {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 150px;
  min-height: 258px;
}

.depend-tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 10px;
  border-right: 1px solid rgba(61, 84, 80, 0.08);
  background: rgba(251, 248, 242, 0.56);
  color: #7a8588;
  font-size: 0.66rem;
  font-weight: 800;
}

.depend-tabs span {
  padding: 6px 8px;
  border-radius: 999px;
}

.depend-tabs .active {
  background: rgba(94, 137, 125, 0.13);
  color: #446a62;
}

.depend-graph-panel {
  min-width: 0;
  padding: 14px;
}

.depend-panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  color: #34414a;
  font-size: 0.76rem;
  font-weight: 800;
}

.depend-panel-head small {
  color: #8a9395;
  font-size: 0.63rem;
}

.depend-graph {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 48%, rgba(94, 137, 125, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff, #fbf8f2);
}

.depend-edge {
  position: absolute;
  z-index: 0;
  height: 1px;
  transform-origin: left center;
  background: rgba(94, 137, 125, 0.28);
}

.edge-maya {
  top: 33%;
  left: 25%;
  width: 30%;
  transform: rotate(13deg);
}

.edge-daniel {
  top: 71%;
  left: 23%;
  width: 34%;
  transform: rotate(-24deg);
}

.edge-noa {
  top: 31%;
  left: 49%;
  width: 27%;
  transform: rotate(-13deg);
}

.edge-alex {
  top: 56%;
  left: 52%;
  width: 27%;
  transform: rotate(19deg);
}

.edge-omar {
  top: 49%;
  left: 22%;
  width: 30%;
  transform: rotate(0deg);
}

.edge-lina {
  top: 78%;
  left: 49%;
  width: 31%;
  transform: rotate(-28deg);
}

.depend-node {
  position: absolute;
  z-index: 1;
  display: inline-grid;
  width: 72px;
  min-height: 49px;
  place-items: center;
  padding: 6px;
  border: 1px solid rgba(94, 137, 125, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(51, 57, 54, 0.06);
  color: #354148;
  font-size: 0.58rem;
  line-height: 1.05;
  text-align: center;
}

.depend-node i {
  display: inline-grid;
  width: 20px;
  height: 20px;
  margin-bottom: 3px;
  place-items: center;
  border-radius: 50%;
  background: rgba(94, 137, 125, 0.14);
  color: #446a62;
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 900;
}

.depend-node b,
.depend-node small {
  display: block;
}

.depend-node small {
  margin-top: 2px;
  color: #899091;
  font-size: 0.5rem;
  font-weight: 700;
}

.depend-node-center {
  top: 42%;
  left: 50%;
  width: 112px;
  min-height: 62px;
  transform: translate(-50%, -50%);
  border-color: rgba(216, 99, 83, 0.22);
  background: #fff8f4;
  color: #c75849;
}

.depend-node-center i {
  background: rgba(216, 99, 83, 0.15);
  color: #c75849;
}

.node-maya {
  top: 11%;
  left: 5%;
}

.node-daniel {
  right: 4%;
  bottom: 10%;
}

.node-noa {
  top: 9%;
  right: 8%;
}

.node-alex {
  bottom: 8%;
  left: 9%;
}

.node-omar {
  top: 38%;
  left: 0;
}

.node-lina {
  right: 0;
  top: 38%;
}

.depend-brief {
  padding: 14px 14px 12px;
  border-left: 1px solid rgba(61, 84, 80, 0.08);
  background: rgba(255, 250, 245, 0.68);
  color: #5d676a;
}

.depend-brief span {
  display: block;
  margin-bottom: 10px;
  color: #446a62;
  font-size: 0.72rem;
  font-weight: 900;
}

.depend-brief p {
  margin: 0 0 8px;
  color: #667071;
  font-size: 0.62rem;
  line-height: 1.35;
}

.depend-brief b {
  display: block;
  color: #3a454b;
  font-size: 0.6rem;
}

.reference-thesis {
  margin-bottom: 60px;
}

.reference-thesis h2,
.reference-auris-head h2,
.reference-apps h2,
.reference-usecases h2,
.reference-cta h2 {
  margin-bottom: 15px;
  color: var(--ref-primary);
  font-size: 1.8rem;
}

.reference-thesis p {
  max-width: 800px;
  font-weight: 400;
}

.reference-auris {
  margin-bottom: 60px;
}

.reference-auris-head {
  margin-bottom: 30px;
}

.reference-auris-head .reference-section-intro {
  margin-bottom: 0;
}

.reference-tech {
  margin-bottom: 0;
  padding: 40px 60px;
  border-radius: var(--ref-radius);
  background: var(--ref-panel);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.reference-section-intro {
  max-width: 760px;
  margin: 0 0 30px;
  font-weight: 400;
}

.reference-tech-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.reference-tech-block {
  flex: 1 1 200px;
  min-width: 0;
  padding: 20px;
  border-radius: var(--ref-radius);
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.reference-tech-block.wide {
  grid-column: auto;
}

.reference-tech-block h3,
.reference-app h3 {
  margin-bottom: 10px;
  color: var(--ref-secondary);
  font-size: 1.15rem;
}

.reference-tech-block p {
  font-size: 0.95rem;
  font-weight: 400;
}

.reference-apps,
.reference-usecases {
  margin-bottom: 60px;
}

.reference-apps h2,
.reference-usecases h2 {
  text-align: center;
}

.reference-apps .reference-section-intro {
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: center;
}

.reference-apps-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.reference-app {
  flex: 1 1 150px;
  max-width: 220px;
  min-height: 150px;
  padding: 20px;
  border-radius: var(--ref-radius);
  background: var(--ref-panel);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.reference-app p {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.3;
}

.reference-use-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.reference-use-card {
  position: relative;
  height: 260px;
  overflow: hidden;
  border-radius: var(--ref-radius);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  color: #ffffff;
}

.reference-use-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reference-use-card.use-product img {
  object-position: 74% center;
}

.reference-use-card.use-leadership img {
  object-position: 78% center;
}

.reference-use-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(94, 137, 125, 0.55), rgba(216, 99, 83, 0.55));
}

.reference-use-content {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.reference-use-content h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 1.1rem;
}

.reference-use-content p {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.35;
}

.reference-cta {
  padding: 50px 20px;
  border-radius: var(--ref-radius);
  background: var(--ref-secondary);
  color: #ffffff;
  text-align: center;
}

.reference-cta h2,
.reference-cta p {
  color: #ffffff;
}

.reference-cta h2 {
  font-size: 2rem;
}

.reference-cta p {
  max-width: 600px;
  margin: 0 auto 20px;
  font-weight: 400;
}

.reference-contact {
  margin-bottom: 60px;
  padding: clamp(42px, 4vw, 66px) clamp(24px, 4.5vw, 72px);
}

.reference-contact-kicker {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.reference-contact h2 {
  margin-bottom: 14px;
}

.reference-contact-copy {
  max-width: 650px;
  margin: 0 auto clamp(18px, 1.8vw, 28px);
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.1vw, 1.3rem);
  font-weight: 400;
  line-height: 1.45;
}

.reference-contact .reference-contact-email {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font-size: clamp(1.05rem, 1.45vw, 1.65rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  text-underline-offset: 0.18em;
  overflow-wrap: anywhere;
  transition: opacity 180ms ease;
}

.reference-contact .reference-contact-email:hover {
  transform: none;
  background: transparent;
  opacity: 0.84;
}

@media (max-width: 980px) {
  .reference-hero,
  .reference-hero-content,
  .reference-offering-grid,
  .reference-offering {
    min-width: 0;
    max-width: 100%;
  }

  .reference-offering-grid {
    grid-template-columns: 1fr;
  }

  .reference-offering {
    grid-template-rows: auto auto;
    row-gap: 28px;
  }

  .offline-offering {
    transform: none;
  }

  .reference-offering-head {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
  }

  .reference-offering-head h2,
  .reference-offering-head p {
    white-space: normal;
  }

  .live-room-visual,
  .depend-app-mock {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .reference-tech-grid,
  .reference-use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reference-apps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .reference-page.container {
    width: calc(100% - 40px);
    padding: 24px 0;
  }

  .reference-hero {
    padding: 38px 30px;
  }

  .reference-hero-content {
    min-width: 0;
  }

  .reference-hero-copy {
    max-width: 100%;
    margin-bottom: 64px;
  }

  .reference-hero h1 {
    font-size: 2.2rem;
  }

  .live-room-visual {
    min-height: 300px;
  }

  .depend-app-body {
    grid-template-columns: 1fr;
  }

  .depend-tabs {
    flex-direction: row;
    padding: 12px 14px 0;
    border-right: 0;
    background: transparent;
  }

  .depend-graph {
    height: 240px;
  }

  .depend-brief {
    border-top: 1px solid rgba(61, 84, 80, 0.08);
    border-left: 0;
  }

  .reference-tech {
    padding: 32px 24px;
  }
}

@media (max-width: 620px) {
  .reference-hero {
    padding: 30px 20px 24px;
  }

  .reference-hero-title {
    font-size: clamp(2.35rem, 15vw, 3.1rem);
  }

  .reference-hero-copy {
    font-size: 1rem;
    line-height: 1.52;
    overflow-wrap: break-word;
  }

  .reference-offering {
    padding: 24px 16px;
    overflow: hidden;
    row-gap: 30px;
  }

  .reference-offering-head {
    margin-bottom: 0;
  }

  .reference-offering-head h2 {
    font-size: clamp(2rem, 10vw, 2.45rem);
    white-space: normal;
  }

  .live-room-visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .depend-app-mock {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .depend-app-screenshot {
    object-fit: contain;
    transform: none;
  }

  .live-room-visual img {
    object-position: 62% center;
  }

  .live-screen-overlay {
    display: none;
  }

  .live-room-tags {
    bottom: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
  }

  .live-room-tags span {
    min-height: 27px;
    padding: 6px 9px;
    font-size: 0.68rem;
    line-height: 1.15;
    white-space: normal;
  }

  .depend-topbar small {
    display: none;
  }

  .depend-tabs {
    overflow-x: auto;
  }

  .depend-graph {
    height: 220px;
  }

  .offline-offering .reference-offering-head h2 {
    white-space: normal;
  }

  .depend-node {
    width: 62px;
  }

  .depend-node-center {
    width: 98px;
  }

  .reference-buttons {
    width: 100%;
    flex-wrap: nowrap;
  }

  .reference-buttons a {
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    padding-inline: 12px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  .reference-cta a {
    max-width: 100%;
    text-align: center;
  }

  .reference-tech-grid,
  .reference-apps-grid,
  .reference-use-grid {
    grid-template-columns: 1fr;
  }

  .reference-thesis h2,
  .reference-auris-head h2,
  .reference-apps h2,
  .reference-usecases h2,
  .reference-cta h2 {
    font-size: 1.65rem;
  }
}

/* Founder showcase — approved Live Canvas direction */
body.showcase {
  --showcase-paper: #fbfaf6;
  --showcase-surface: #fffdfa;
  --showcase-panel: #f5f1ea;
  --showcase-ink: #172329;
  --showcase-ink-soft: #445157;
  --showcase-muted: #69757a;
  --showcase-coral: #d85f4d;
  --showcase-coral-dark: #bd493b;
  --showcase-coral-soft: #fff0ec;
  --showcase-sage: #5e897d;
  --showcase-sage-dark: #416b60;
  --showcase-sage-soft: #e7f0ec;
  --showcase-line: rgba(23, 35, 41, 0.11);
  --showcase-line-strong: rgba(23, 35, 41, 0.18);
  --showcase-shadow: 0 24px 70px rgba(52, 42, 33, 0.09);
  --showcase-card-shadow: 0 14px 36px rgba(52, 42, 33, 0.07);
  margin: 0;
  overflow-x: clip;
  background: var(--showcase-paper);
  color: var(--showcase-ink);
  font-family: var(--font-sans);
}

body.showcase::before {
  background: var(--showcase-paper);
}

.showcase-shell {
  width: min(1320px, calc(100% - 64px));
  margin-inline: auto;
}

.showcase-page {
  overflow: clip;
}

.showcase h1,
.showcase h2,
.showcase h3 {
  color: var(--showcase-ink);
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.showcase h1 em,
.showcase h2 em {
  color: var(--showcase-coral);
  font-style: normal;
}

.showcase p {
  color: var(--showcase-ink-soft);
}

.showcase a,
.showcase button {
  -webkit-tap-highlight-color: transparent;
}

.showcase a:focus-visible,
.showcase button:focus-visible,
.showcase input:focus-visible {
  outline: 3px solid var(--showcase-coral-dark);
  outline-offset: 4px;
}

.showcase-eyebrow {
  margin: 0 0 16px;
  color: var(--showcase-sage-dark) !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.showcase-anchor {
  position: absolute;
  top: -88px;
}

.showcase-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: rgba(251, 250, 246, 0.92);
  backdrop-filter: blur(18px);
}

.showcase-header[data-scrolled] {
  border-color: var(--showcase-line);
  box-shadow: 0 8px 28px rgba(44, 38, 31, 0.05);
}

.showcase-header-inner {
  display: grid;
  min-height: 76px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}

.showcase-wordmark {
  width: max-content;
  color: var(--showcase-coral);
  font-family: var(--font-display);
  font-size: 1.62rem;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
  text-decoration: none;
}

.showcase-nav {
  display: flex;
  align-items: center;
  gap: 42px;
}

.showcase-nav a,
.showcase-footer a {
  color: var(--showcase-ink-soft);
  font-size: 0.78rem;
  font-weight: 650;
  text-decoration: none;
  transition: color 180ms ease;
}

.showcase-nav a:hover,
.showcase-nav a:focus-visible,
.showcase-footer a:hover,
.showcase-footer a:focus-visible {
  color: var(--showcase-coral-dark);
}

.showcase-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.showcase-header-cta,
.showcase-mobile-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  border-radius: 999px;
  background: var(--showcase-sage-dark);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.showcase-header-cta:hover,
.showcase-header-cta:focus-visible,
.showcase-mobile-cta:hover,
.showcase-mobile-cta:focus-visible {
  background: #31574d;
  box-shadow: 0 10px 22px rgba(65, 107, 96, 0.18);
  transform: translateY(-1px);
}

.showcase-menu-toggle {
  border-color: var(--showcase-line);
  border-radius: 12px;
  background: var(--showcase-surface);
}

.showcase-mobile-nav {
  background: var(--showcase-paper);
}

.showcase-hero {
  padding-block: clamp(52px, 6.4vw, 92px) clamp(82px, 8vw, 118px);
}

.showcase-hero-grid {
  --showcase-hero-gap: clamp(78px, 6.2vw, 104px);
  --showcase-hero-left-bleed: max(32px, calc((100vw - 1320px) / 2));
  --showcase-live-canvas-y: 30%;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.085fr) minmax(0, 0.915fr);
  gap: var(--showcase-hero-gap);
  align-items: start;
  isolation: isolate;
}

.showcase-hero-left {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(24px, 2.4vw, 36px);
  min-width: 0;
}

.showcase-hero-copy {
  position: relative;
  z-index: 4;
  max-width: 590px;
}

.showcase-hero-copy h1 {
  max-width: 630px;
  font-size: clamp(3.7rem, 5.4vw, 5.45rem);
  line-height: 0.96;
}

.showcase-hero-lede {
  max-width: 560px;
  margin-top: 26px;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.68;
}

.showcase-room-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: var(--showcase-muted) !important;
  font-size: 0.84rem;
  font-weight: 650;
}

.showcase-inline-icon {
  flex: 0 0 auto;
  color: var(--showcase-sage);
}

.showcase-meeting {
  position: relative;
  z-index: 1;
  width: calc(100% + var(--showcase-hero-gap) + var(--showcase-hero-left-bleed));
  min-width: 0;
  margin-left: calc(0px - var(--showcase-hero-left-bleed));
  aspect-ratio: 643 / 405;
  overflow: hidden;
  border: 1px solid var(--showcase-line);
  border-radius: 22px;
  background: #e9e1d4;
  box-shadow: var(--showcase-shadow);
}

.showcase-meeting img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 104%;
  max-width: none;
  height: auto;
  transform: translateY(-50%);
}

@media (min-width: 1181px) {
  .showcase-hero {
    padding-top: clamp(40px, 3.1vw, 46px);
    padding-bottom: 0;
  }

  .showcase-hero-left {
    gap: 32px;
  }

  .showcase-hero-copy .showcase-eyebrow {
    margin-bottom: 14px;
  }

  .showcase-hero-copy h1 {
    font-size: clamp(4.1rem, 4.85vw, 4.7rem);
  }

  .showcase-hero-lede {
    max-width: 520px;
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .showcase-room-note {
    margin-top: 16px;
  }

  .showcase-meeting {
    --showcase-meeting-blend-extension: clamp(76px, 5.8vw, 84px);
    width: calc(100% + var(--showcase-meeting-blend-extension));
    max-height: 405px;
    margin-top: 0;
    margin-left: 0;
    aspect-ratio: 763 / 405;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .showcase-meeting img {
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 52%;
    transform: none;
  }

  .showcase-depend {
    margin-top: clamp(118px, 9.5vw, 136px);
  }

  .showcase-hero-grid {
    --showcase-live-canvas-y: 51%;
  }

}

.showcase-depend {
  position: relative;
  z-index: 3;
  min-width: 0;
  scroll-margin-top: 110px;
}

.showcase-product-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 13px;
  margin-bottom: 12px;
  color: var(--showcase-sage-dark) !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.showcase-product-status span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding-inline: 9px;
  border: 1px solid rgba(94, 137, 125, 0.2);
  border-radius: 999px;
  background: var(--showcase-sage-soft);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.showcase-depend-label {
  margin: 0 0 13px;
  font-family: var(--font-sans) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.4;
}

.showcase-depend-label span {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.showcase-depend-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(180px, 0.75fr);
  overflow: hidden;
  border: 1px solid var(--showcase-line);
  border-radius: 20px;
  background: var(--showcase-surface);
  box-shadow: var(--showcase-card-shadow);
}

.showcase-depend-items {
  display: grid;
  gap: 9px;
  padding: 16px;
}

.showcase-depend-item {
  display: grid;
  min-width: 0;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 11px;
  min-height: 59px;
  padding: 10px 13px;
  border: 1px solid rgba(23, 35, 41, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(52, 42, 33, 0.045);
}

.showcase-item-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--showcase-sage-soft);
  color: var(--showcase-sage-dark);
}

.tone-warning .showcase-item-icon {
  background: var(--showcase-coral-soft);
  color: var(--showcase-coral);
}

.showcase-depend-item > span:last-child {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.showcase-depend-item small {
  color: var(--showcase-muted);
  font-size: 0.62rem;
  font-weight: 750;
}

.showcase-depend-item strong {
  overflow: hidden;
  color: var(--showcase-ink);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-depend-brief {
  display: grid;
  align-content: start;
  gap: 24px;
  padding: 20px;
  border-left: 1px solid var(--showcase-line);
  background: #fcfaf6;
}

.showcase-flow,
.showcase-brief-copy {
  display: grid;
  gap: 10px;
}

.showcase-flow > p,
.showcase-brief-copy > p {
  color: var(--showcase-ink) !important;
  font-size: 0.66rem;
  font-weight: 800;
}

.showcase-flow span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--showcase-ink-soft);
  font-size: 0.7rem;
  font-weight: 700;
}

.showcase-flow-icon {
  color: var(--showcase-sage);
}

.showcase-flow-arrow {
  margin-left: 4px;
  color: var(--showcase-muted);
}

.showcase-brief-copy {
  padding-top: 18px;
  border-top: 1px solid var(--showcase-line);
}

.showcase-brief-copy strong,
.showcase-brief-copy span {
  font-size: 0.68rem;
  line-height: 1.45;
}

.showcase-brief-copy span {
  color: var(--showcase-muted);
}

.showcase-canvas-controls {
  display: flex;
  justify-content: flex-end;
  margin-top: 13px;
}

.showcase-replay {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding-inline: 12px;
  border: 1px solid var(--showcase-line);
  border-radius: 999px;
  background: transparent;
  color: var(--showcase-sage-dark);
  font-size: 0.68rem;
  font-weight: 750;
  transition: border-color 180ms ease, background 180ms ease;
}

.showcase-replay:hover,
.showcase-replay:focus-visible {
  border-color: rgba(94, 137, 125, 0.42);
  background: var(--showcase-sage-soft);
}

.showcase-connector-curves {
  position: absolute;
  top: var(--showcase-live-canvas-y);
  left: 45%;
  z-index: 2;
  width: clamp(300px, 25.5vw, 368px);
  max-width: none;
  height: auto;
  opacity: 0.9;
  pointer-events: none;
  transform: translate(-52.86%, -47.02%);
  user-select: none;
}

.showcase-listening-node {
  position: absolute;
  top: var(--showcase-live-canvas-y);
  left: 45%;
  z-index: 4;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(216, 95, 77, 0.28);
  border-radius: 50%;
  background: var(--showcase-surface);
  box-shadow: 0 0 0 10px rgba(216, 95, 77, 0.06), 0 10px 30px rgba(52, 42, 33, 0.1);
  color: var(--showcase-coral);
}

@media (min-width: 1181px) {
  .showcase-depend-items {
    gap: 8px;
    padding: 16px;
  }

  .showcase-depend-item {
    min-height: 70px;
    padding: 12px 14px;
  }

  .showcase-depend-brief {
    padding: 22px;
  }
}

.showcase-thesis {
  position: relative;
  border-block: 1px solid var(--showcase-line);
  background: var(--showcase-surface);
}

.showcase-thesis-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 6vw, 92px);
  align-items: center;
  padding-block: clamp(80px, 8vw, 116px);
}

.showcase-thesis-copy h2 {
  max-width: 530px;
  font-size: clamp(2.2rem, 3.2vw, 3.25rem);
  line-height: 1.05;
}

.showcase-thesis-copy p:last-child {
  max-width: 480px;
  margin-top: 24px;
  font-size: 0.92rem;
  line-height: 1.68;
}

.showcase-pipeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.showcase-pipeline li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  text-align: center;
}

.showcase-pipeline-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid var(--showcase-line);
  border-radius: 50%;
  background: var(--showcase-paper);
  color: var(--showcase-sage-dark);
  box-shadow: 0 7px 20px rgba(52, 42, 33, 0.05);
}

.showcase-pipeline li:first-child .showcase-pipeline-icon {
  color: var(--showcase-coral);
}

.showcase-pipeline strong {
  color: var(--showcase-ink);
  font-size: 0.7rem;
  line-height: 1.25;
}

.showcase-pipeline small {
  max-width: 125px;
  color: var(--showcase-muted);
  font-size: 0.61rem;
  line-height: 1.5;
}

.showcase-pipeline-arrow {
  position: absolute;
  top: 21px;
  right: -14px;
  color: var(--showcase-sage);
}

.showcase-apps {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(48px, 6vw, 88px);
  padding-block: clamp(92px, 9vw, 132px);
}

.showcase-apps-intro h2 {
  max-width: 420px;
  font-size: clamp(2.45rem, 3.4vw, 3.6rem);
  line-height: 1.02;
}

.showcase-apps-intro > p:last-child {
  max-width: 430px;
  margin-top: 22px;
  font-size: 0.91rem;
  line-height: 1.68;
}

.showcase-app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.showcase-app-card {
  display: flex;
  min-width: 0;
  min-height: 430px;
  flex-direction: column;
  padding: 23px;
  border: 1px solid var(--showcase-line);
  border-radius: 18px;
  background: var(--showcase-surface);
  box-shadow: var(--showcase-card-shadow);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.showcase-app-card:hover,
.showcase-app-card:focus-within {
  border-color: rgba(94, 137, 125, 0.32);
  box-shadow: 0 20px 42px rgba(52, 42, 33, 0.1);
  transform: translateY(-4px);
}

.showcase-app-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.showcase-app-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--showcase-sage);
  color: #fff;
  box-shadow: 0 10px 24px rgba(94, 137, 125, 0.18);
}

.showcase-app-card:nth-child(2) .showcase-app-icon {
  background: var(--showcase-coral);
  box-shadow: 0 10px 24px rgba(216, 95, 77, 0.18);
}

.showcase-app-status {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  padding-inline: 9px;
  border: 1px solid var(--showcase-line);
  border-radius: 999px;
  color: var(--showcase-muted);
  font-size: 0.7rem;
  font-weight: 750;
  line-height: 1.1;
  text-align: center;
}

.showcase-app-status.status-alpha {
  border-color: rgba(94, 137, 125, 0.24);
  background: var(--showcase-sage-soft);
  color: var(--showcase-sage-dark);
}

.showcase-app-card h3 {
  margin-top: 26px;
  font-size: 1.6rem;
  line-height: 1.08;
}

.showcase-app-card > p {
  margin-top: 15px;
  font-size: 0.78rem;
  line-height: 1.62;
}

.showcase-app-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.showcase-app-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--showcase-ink-soft);
  font-size: 0.7rem;
  line-height: 1.4;
}

.showcase-check {
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--showcase-sage);
}

.showcase-app-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
  margin-top: auto;
  padding-top: 20px;
}

.showcase-app-actions > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  color: var(--showcase-sage-dark);
  font-size: 0.68rem;
  font-weight: 750;
  text-decoration: none;
}

.showcase-app-access {
  justify-content: center;
  padding-inline: 14px;
  border: 1px solid rgba(94, 137, 125, 0.28);
  border-radius: 999px;
  background: var(--showcase-sage-soft);
  transition: border-color 180ms ease, background 180ms ease;
}

.showcase-app-access:hover,
.showcase-app-access:focus-visible {
  border-color: rgba(94, 137, 125, 0.48);
  background: rgba(229, 239, 235, 0.9);
}

.showcase-access-icon {
  flex: 0 0 auto;
}

.showcase-card-arrow {
  transition: transform 180ms ease;
}

.showcase-app-actions > a:hover .showcase-card-arrow,
.showcase-app-actions > a:focus-visible .showcase-card-arrow {
  transform: translateX(3px);
}

.showcase-keshev {
  padding-bottom: clamp(92px, 9vw, 132px);
  scroll-margin-top: 100px;
}

.showcase-keshev-frame {
  display: grid;
  grid-template-columns: minmax(230px, 0.54fr) minmax(0, 1.46fr);
  gap: clamp(32px, 4vw, 58px);
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(216, 95, 77, 0.1);
  border-radius: 24px;
  background: #f8f4ee;
  box-shadow: var(--showcase-card-shadow);
}

.showcase-keshev-copy h2 {
  max-width: 360px;
  font-size: clamp(2.25rem, 3.2vw, 3.35rem);
  line-height: 1.02;
}

.showcase-keshev-copy > p:not(.showcase-product-status) {
  max-width: 380px;
  margin-top: 20px;
  font-size: 0.83rem;
  line-height: 1.68;
}

.showcase-keshev-copy .showcase-keshev-note {
  color: var(--showcase-muted);
  font-size: 0.72rem;
}

.showcase-keshev-copy .showcase-replay {
  margin-top: 24px;
}

.showcase-keshev-ui {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.42fr);
  overflow: hidden;
  border: 1px solid var(--showcase-line);
  border-radius: 18px;
  background: var(--showcase-surface);
  box-shadow: 0 18px 42px rgba(52, 42, 33, 0.08);
}

.showcase-keshev-buckets {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.showcase-bucket-row {
  display: grid;
  min-width: 0;
  grid-template-columns: 30px minmax(125px, 0.72fr) minmax(0, 1.28fr) 8px;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 9px 11px;
  border: 1px solid rgba(23, 35, 41, 0.08);
  border-radius: 13px;
  background: #fff;
}

.showcase-bucket-count {
  display: inline-grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(216, 95, 77, 0.2);
  border-radius: 50%;
  color: var(--showcase-ink-soft);
  font-size: 0.7rem;
  font-weight: 800;
}

.showcase-bucket-row > strong {
  color: var(--showcase-ink);
  font-size: 0.72rem;
  line-height: 1.3;
}

.showcase-bucket-pills {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 6px;
}

.showcase-bucket-pills span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding-inline: 9px;
  border-radius: 999px;
  background: var(--showcase-coral-soft);
  color: #77463d;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.2;
}

.showcase-bucket-live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--showcase-coral);
  box-shadow: 0 0 0 5px rgba(216, 95, 77, 0.09);
}

.showcase-keshev-progress {
  padding: 2px 4px 0;
  color: var(--showcase-muted);
  font-size: 0.7rem;
}

.showcase-keshev-summary {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 18px;
  border-left: 1px solid var(--showcase-line);
  background: #fcfaf7;
}

.showcase-keshev-summary > h3 {
  color: var(--showcase-ink) !important;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 800;
}

.showcase-keshev-summary > div:not(.showcase-summary-actions) {
  display: grid;
  gap: 2px;
}

.showcase-keshev-summary strong,
.showcase-keshev-summary span {
  font-size: 0.7rem;
  line-height: 1.45;
}

.showcase-keshev-summary > div > span {
  color: var(--showcase-muted);
}

.showcase-summary-actions {
  display: grid;
  gap: 8px;
  margin-top: 5px;
}

.showcase-summary-actions button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding-inline: 10px;
  border: 1px solid var(--showcase-sage);
  border-radius: 9px;
  background: transparent;
  color: var(--showcase-sage-dark);
  font-size: 0.7rem;
  font-weight: 750;
}

.showcase-summary-actions button:first-child {
  border-color: var(--showcase-coral-dark);
  background: var(--showcase-coral-dark);
  color: #fff;
}

.showcase-summary-actions button:hover,
.showcase-summary-actions button:focus-visible {
  box-shadow: 0 8px 18px rgba(52, 42, 33, 0.1);
  transform: translateY(-1px);
}

.showcase-summary-message {
  min-height: 1em;
  color: var(--showcase-sage-dark);
  font-size: 0.56rem;
  font-weight: 700;
  text-align: center;
}

.showcase-founder {
  position: relative;
  min-height: 410px;
  margin-bottom: clamp(78px, 8vw, 112px);
  overflow: hidden;
  border: 1px solid var(--showcase-line);
  border-radius: 24px;
  background: #e8dfd1;
  box-shadow: var(--showcase-shadow);
}

.showcase-founder > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.showcase-founder-copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(520px, 46%);
  min-height: 410px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 54px;
}

.showcase-founder-copy h2 {
  max-width: 460px;
  font-size: clamp(2.35rem, 3.5vw, 3.55rem);
  line-height: 1.03;
}

.showcase-founder-copy > p:not(.showcase-eyebrow) {
  max-width: 440px;
  margin-top: 20px;
  font-size: 0.87rem;
  line-height: 1.68;
}

.showcase-contact-email {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 10px;
  margin-top: 27px;
  padding-bottom: 7px;
  border-bottom: 2px solid rgba(189, 73, 59, 0.42);
  color: var(--showcase-coral-dark);
  font-size: clamp(1.08rem, 1.65vw, 1.42rem);
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease;
}

.showcase-contact-email:hover,
.showcase-contact-email:focus-visible {
  border-color: currentColor;
  color: #9f352d;
}

.showcase-contact-icon {
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.showcase-contact-email:hover .showcase-contact-icon,
.showcase-contact-email:focus-visible .showcase-contact-icon {
  transform: translate(2px, -2px);
}

.showcase-footer {
  border-top: 1px solid var(--showcase-line);
  background: var(--showcase-surface);
}

.showcase-footer-inner {
  display: flex;
  min-height: 94px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.showcase-footer-brand {
  display: flex;
  align-items: baseline;
  gap: 22px;
}

.showcase-footer-brand span {
  color: var(--showcase-sage-dark);
  font-size: 0.66rem;
  font-weight: 650;
}

.showcase-footer .showcase-footer-email {
  color: var(--showcase-coral-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.showcase-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
}

.js .showcase [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease var(--reveal-delay, 0ms), transform 620ms cubic-bezier(0.22, 0.7, 0.2, 1) var(--reveal-delay, 0ms);
}

.js .showcase [data-reveal][data-revealed] {
  opacity: 1;
  transform: none;
}

.js [data-live-canvas][data-canvas-state="idle"] [data-flow-step],
.js [data-live-canvas][data-canvas-state="running"] [data-flow-step] {
  opacity: 0;
  transform: translateY(14px);
}

.js [data-live-canvas][data-canvas-state="running"] [data-flow-step] {
  animation: showcase-flow-in 560ms cubic-bezier(0.22, 0.7, 0.2, 1) forwards;
  animation-delay: var(--flow-delay, 0ms);
}

.js [data-live-canvas][data-canvas-state="complete"] [data-flow-step] {
  opacity: 1;
  transform: none;
}

.js [data-live-canvas][data-canvas-state="idle"] .showcase-connector-curves,
.js [data-live-canvas][data-canvas-state="running"] .showcase-connector-curves {
  opacity: 0;
  clip-path: circle(2% at 52.86% 47.02%);
  transform: translate(-52.86%, -47.02%) scale(0.97);
}

.js [data-live-canvas][data-canvas-state="running"] .showcase-connector-curves {
  animation: showcase-connectors-in 900ms cubic-bezier(0.2, 0.72, 0.2, 1) 640ms forwards;
}

.js [data-live-canvas][data-canvas-state="complete"] .showcase-connector-curves {
  opacity: 0.9;
  clip-path: inset(0);
  transform: translate(-52.86%, -47.02%);
}

.js [data-live-canvas][data-canvas-state="running"] .showcase-listening-node {
  transform: translate(-50%, calc(-50% + 14px));
  animation-name: showcase-listening-in, showcase-listening-pulse;
  animation-duration: 560ms, 780ms;
  animation-timing-function: cubic-bezier(0.22, 0.7, 0.2, 1), ease-in-out;
  animation-delay: var(--flow-delay, 0ms), 760ms;
  animation-iteration-count: 1, 2;
  animation-fill-mode: forwards, none;
}

.js [data-live-canvas][data-canvas-state="idle"] .showcase-listening-node {
  transform: translate(-50%, calc(-50% + 14px));
}

.js [data-live-canvas][data-canvas-state="complete"] .showcase-listening-node {
  transform: translate(-50%, -50%);
}

.js [data-keshev-demo][data-keshev-state="idle"] [data-keshev-step],
.js [data-keshev-demo][data-keshev-state="running"] [data-keshev-step] {
  opacity: 0;
  transform: translateY(8px) scale(0.96);
}

.js [data-keshev-demo][data-keshev-state="running"] [data-keshev-step] {
  animation: showcase-pill-in 380ms cubic-bezier(0.22, 0.7, 0.2, 1) forwards;
  animation-delay: var(--keshev-delay, 0ms);
}

.js [data-keshev-demo][data-keshev-state="complete"] [data-keshev-step] {
  opacity: 1;
  transform: none;
}

.js [data-keshev-demo][data-keshev-state="idle"] [data-keshev-summary],
.js [data-keshev-demo][data-keshev-state="running"] [data-keshev-summary] {
  opacity: 0;
  transform: translateX(14px);
  visibility: hidden;
}

.js [data-keshev-demo][data-keshev-state="running"] [data-keshev-summary] {
  animation: showcase-summary-in 560ms ease 2.62s forwards;
}

.js [data-keshev-demo][data-keshev-state="complete"] [data-keshev-summary] {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.js [data-keshev-demo][data-keshev-state="running"] .showcase-bucket-live {
  animation: showcase-status-pulse 900ms ease-in-out 3;
}

@keyframes showcase-flow-in {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes showcase-connectors-in {
  42% {
    opacity: 0.78;
  }

  to {
    opacity: 0.9;
    clip-path: circle(100% at 52.86% 47.02%);
    transform: translate(-52.86%, -47.02%);
  }
}

@keyframes showcase-listening-pulse {
  50% {
    box-shadow: 0 0 0 18px rgba(216, 95, 77, 0.04), 0 10px 30px rgba(52, 42, 33, 0.1);
  }
}

@keyframes showcase-listening-in {
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes showcase-pill-in {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes showcase-summary-in {
  from {
    visibility: visible;
  }

  to {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}

@keyframes showcase-status-pulse {
  50% {
    box-shadow: 0 0 0 8px rgba(216, 95, 77, 0.05);
  }
}

@media (min-width: 1181px) and (max-height: 899px) {
  .showcase-hero {
    padding-top: clamp(32px, calc(24svh - 172px), 44px);
  }

  .showcase-hero-left {
    gap: clamp(28px, calc(8svh - 40px), 32px);
  }

  .showcase-hero-copy .showcase-eyebrow {
    margin-bottom: clamp(12px, calc(4svh - 22px), 14px);
  }

  .showcase-hero-copy h1 {
    font-size: clamp(3.8rem, calc(12.8svh - 48px), 4.2rem);
  }

  .showcase-hero-lede {
    margin-top: clamp(16px, calc(8svh - 52px), 20px);
    font-size: clamp(0.95rem, calc(1.6svh + 1.6px), 1rem);
    line-height: 1.5;
  }

  .showcase-room-note {
    margin-top: clamp(12px, calc(8svh - 52px), 16px);
  }

  .showcase-meeting {
    height: clamp(260px, min(calc(100svh - 400.5px), calc(84svh - 273px), calc(462px - 8svh)), 394px);
    max-height: 394px;
    aspect-ratio: auto;
  }

  .showcase-meeting img {
    object-fit: cover;
    object-position: 50% 78%;
  }

  .showcase-depend {
    margin-top: clamp(44px, calc(130svh - 936px), 103px);
  }

  .showcase-hero-grid {
    --showcase-live-canvas-y: clamp(320px, calc(130svh - 660px), 379px);
  }
}

@media (min-width: 1181px) and (min-height: 851px) and (max-height: 899px) {
  .showcase-depend {
    margin-top: clamp(104px, calc(64svh - 440px), 136px);
  }

  .showcase-hero-grid {
    --showcase-live-canvas-y: clamp(380px, calc(34svh + 91px), 397px);
  }
}

@media (min-width: 1181px) and (max-height: 760px) {
  .showcase-meeting {
    --showcase-meeting-blend-extension: clamp(6px, 0.42vw, 8px);
  }
}

@media (max-width: 1180px) {
  .showcase-hero-grid {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .showcase-hero-left {
    gap: 48px;
  }

  .showcase-hero-copy {
    max-width: 720px;
  }

  .showcase-meeting {
    width: min(100%, 720px);
    margin-left: 0;
  }

  .showcase-depend {
    width: min(100%, 760px);
    justify-self: end;
  }

  .showcase-listening-node {
    display: none;
  }

  .showcase-connector-curves {
    display: none;
  }

  .showcase-apps {
    grid-template-columns: 1fr;
  }

  .showcase-apps-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.5fr);
    gap: 40px;
    align-items: end;
  }

  .showcase-apps-intro .showcase-eyebrow {
    grid-column: 1 / -1;
    margin-bottom: -18px;
  }

  .showcase-apps-intro > p:last-child {
    margin-top: 0;
  }
}

@media (max-width: 980px) {
  .showcase-header-inner {
    grid-template-columns: 1fr auto;
  }

  .showcase-nav {
    display: none;
  }

  .showcase-menu-toggle {
    display: grid;
  }

  .showcase-mobile-nav {
    display: grid;
    max-height: 0;
    gap: 0;
    overflow: hidden;
    visibility: hidden;
    border-top: 1px solid transparent;
    opacity: 0;
    pointer-events: none;
    transition: max-height 260ms ease, opacity 180ms ease, visibility 0s linear 260ms;
  }

  .showcase-header[data-menu-open] .showcase-mobile-nav {
    max-height: 330px;
    padding-block: 10px 18px;
    visibility: visible;
    border-color: var(--showcase-line);
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .showcase-mobile-nav a {
    display: flex;
    min-height: 46px;
    align-items: center;
    padding-inline: 32px;
    color: var(--showcase-ink-soft);
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
  }

  .showcase-mobile-nav .showcase-mobile-cta {
    width: calc(100% - 64px);
    min-height: 44px;
    margin: 8px 32px 0;
    color: #fff;
  }

  .showcase-hero-grid {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .showcase-hero-left {
    gap: 48px;
  }

  .showcase-hero-copy {
    max-width: 720px;
  }

  .showcase-meeting {
    width: min(100%, 720px);
  }

  .showcase-depend {
    width: min(100%, 760px);
    justify-self: end;
  }

  .showcase-thesis-grid {
    grid-template-columns: 1fr;
  }

  .showcase-thesis-copy h2,
  .showcase-thesis-copy p:last-child {
    max-width: 760px;
  }

  .showcase-keshev-frame {
    grid-template-columns: 1fr;
  }

  .showcase-keshev-copy {
    display: grid;
    grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1fr);
    column-gap: 40px;
  }

  .showcase-keshev-copy .showcase-product-status,
  .showcase-keshev-copy .showcase-replay,
  .showcase-keshev-copy [data-keshev-status] {
    grid-column: 1 / -1;
  }

  .showcase-keshev-copy > p:not(.showcase-product-status) {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .showcase-shell {
    width: min(100% - 32px, 680px);
  }

  .showcase-header-inner {
    min-height: 68px;
  }

  .showcase-header-cta {
    display: none;
  }

  .showcase-hero {
    padding-block: 44px 78px;
  }

  .showcase-hero-copy h1 {
    font-size: clamp(3.2rem, 14vw, 4.7rem);
  }

  .showcase-depend-workbench,
  .showcase-keshev-ui {
    grid-template-columns: 1fr;
  }

  .showcase-depend-brief,
  .showcase-keshev-summary {
    border-top: 1px solid var(--showcase-line);
    border-left: 0;
  }

  .showcase-depend-brief {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .showcase-brief-copy {
    padding-top: 0;
    padding-left: 18px;
    border-top: 0;
    border-left: 1px solid var(--showcase-line);
  }

  .showcase-pipeline {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .showcase-pipeline li {
    grid-template-columns: 52px 1fr;
    justify-items: start;
    gap: 2px 14px;
    text-align: left;
  }

  .showcase-pipeline-icon {
    width: 52px;
    height: 52px;
    grid-row: 1 / 3;
  }

  .showcase-pipeline strong {
    align-self: end;
  }

  .showcase-pipeline small {
    max-width: none;
  }

  .showcase-pipeline-arrow {
    top: auto;
    right: auto;
    bottom: -17px;
    left: 18px;
    transform: rotate(90deg);
  }

  .showcase-apps-intro {
    display: block;
  }

  .showcase-apps-intro .showcase-eyebrow {
    margin-bottom: 16px;
  }

  .showcase-apps-intro > p:last-child {
    margin-top: 20px;
  }

  .showcase-app-grid {
    grid-template-columns: 1fr;
  }

  .showcase-keshev-copy {
    display: block;
  }

  .showcase-keshev-copy > p:not(.showcase-product-status) {
    margin-top: 18px;
  }

  .showcase-founder {
    min-height: 500px;
  }

  .showcase-founder > img {
    object-position: 68% center;
  }

  .showcase-founder-copy {
    width: min(100% - 32px, 500px);
    min-height: auto;
    margin: 16px;
    padding: 34px;
    border: 1px solid rgba(23, 35, 41, 0.08);
    border-radius: 18px;
    background: rgba(255, 253, 250, 0.9);
    backdrop-filter: blur(10px);
  }

  .showcase-footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 28px;
  }

  .showcase-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .showcase-wordmark {
    font-size: 1.45rem;
  }

  .showcase-mobile-nav a {
    padding-inline: 16px;
  }

  .showcase-mobile-nav .showcase-mobile-cta {
    width: calc(100% - 32px);
    margin-inline: 16px;
  }

  .showcase-hero-copy h1 {
    font-size: clamp(3rem, 15.5vw, 4.05rem);
  }

  .showcase-room-note {
    align-items: flex-start;
  }

  .showcase-meeting {
    border-radius: 16px;
  }

  .showcase-depend-workbench {
    border-radius: 16px;
  }

  .showcase-depend-item strong {
    font-size: 0.73rem;
  }

  .showcase-depend-brief {
    grid-template-columns: 1fr;
  }

  .showcase-brief-copy {
    padding-top: 18px;
    padding-left: 0;
    border-top: 1px solid var(--showcase-line);
    border-left: 0;
  }

  .showcase-apps,
  .showcase-thesis-grid {
    padding-block: 78px;
  }

  .showcase-keshev-frame {
    padding: 20px;
    border-radius: 18px;
  }

  .showcase-bucket-row {
    grid-template-columns: 30px 1fr 8px;
  }

  .showcase-bucket-pills {
    grid-column: 2 / 4;
  }

  .showcase-bucket-live {
    grid-column: 3;
    grid-row: 1;
  }

  .showcase-founder-copy {
    width: calc(100% - 24px);
    margin: 12px;
    padding: 26px;
  }

  .showcase-founder-copy h2 {
    font-size: 2.35rem;
  }

  .showcase-footer-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .showcase *,
  .showcase *::before,
  .showcase *::after {
    animation-delay: 0ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }

  .js .showcase [data-reveal],
  .js .showcase [data-flow-step],
  .js .showcase [data-keshev-step],
  .js .showcase [data-keshev-summary] {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    visibility: visible !important;
  }

  .js .showcase .showcase-listening-node {
    transform: translate(-50%, -50%) !important;
  }
}
