/* Lato font license notice: /assets/fonts/OFL.74ba064d03f1.txt */
@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/lato-light.5010c0df836d.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/lato-regular.44a56a98bbcd.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/lato-semibold.f530f7882777.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  --graphite: #17231f;
  --leaf: #2f6252;
  --leaf-dark: #173f35;
  --sage: #e1ece5;
  --sage-mid: #8fae9c;
  --cream: #f7f1e6;
  --warm: #984523;
  --warm-soft: #f7e2d6;
  --white: #ffffff;
  --muted: #56615c;
  --line: #d5d9d3;
  --line-dark: rgba(255, 255, 255, 0.2);
  --shadow: 0 1.25rem 3.5rem rgba(23, 63, 53, 0.11);
  --radius-small: 0.75rem;
  --radius: 1.25rem;
  --radius-large: 2rem;
  --content: 74rem;
  --header-height: 5rem;
  font-family: "Lato", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-padding-top: calc(var(--header-height) + 1rem);
}

body {
  margin: 0;
  color: var(--graphite);
  background: var(--white);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

button {
  color: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
figure,
ol,
ul {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  max-width: 12.5ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 5.6vw, 5.15rem);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.052em;
}

.hero h1 {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
}

h2 {
  max-width: 21ch;
  margin-bottom: 1.25rem;
  font-size: clamp(2.15rem, 4.2vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.042em;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.18rem;
  line-height: 1.3;
  letter-spacing: -0.012em;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

::selection {
  color: var(--white);
  background: var(--leaf-dark);
}

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 6px var(--leaf-dark);
}

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

.page-shell {
  width: min(calc(100% - 3rem), var(--content));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  color: var(--white);
  background: var(--graphite);
  border-radius: 0.4rem;
  transform: translateY(-180%);
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-height);
  background: rgba(250, 246, 238, 0.98);
  border-bottom: 1px solid rgba(184, 92, 50, 0.28);
}

.header-inner {
  width: min(calc(100% - 3rem), var(--content));
  min-height: var(--header-height);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  min-height: 2.75rem;
  display: inline-grid;
  justify-items: start;
  align-content: center;
  gap: 0.12rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
}

.brand-lockup {
  min-width: 8.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
}

.brand-mark {
  width: 2.45rem;
  height: 2.45rem;
  flex: 0 0 auto;
  border-radius: 50%;
}

.brand-name {
  color: var(--leaf-dark);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
}

.brand-name--light {
  color: var(--white);
  font-size: 1.55rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.site-nav a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.72rem;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
}

.site-nav a:hover {
  color: var(--leaf-dark);
  background: var(--warm-soft);
}

.site-nav .nav-action {
  margin-left: 0.45rem;
  padding-inline: 1rem;
  color: var(--white);
  background: var(--graphite);
}

.site-nav .nav-action:hover {
  color: var(--white);
  background: var(--warm);
}

.menu-toggle {
  display: none;
  min-width: 5.75rem;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.5rem 0.8rem;
  background: var(--white);
  border: 1px solid var(--graphite);
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}

.menu-icon {
  width: 1rem;
  display: grid;
  gap: 0.3rem;
}

.menu-icon i {
  width: 100%;
  height: 2px;
  display: block;
  background: currentColor;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100svh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
  padding-block: clamp(3.25rem, 6vw, 6rem);
}

.hero.page-shell {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: max(1.5rem, calc((100% - var(--content)) / 2));
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(249, 246, 238, 0.74) 0%, rgba(249, 246, 238, 0.52) 44%, rgba(249, 246, 238, 0.2) 100%),
    radial-gradient(circle at 18% 24%, rgba(184, 82, 43, 0.11), transparent 34%),
    radial-gradient(circle at 82% 64%, rgba(31, 77, 62, 0.13), transparent 36%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 42%, rgba(255, 245, 224, 0.4), transparent 27%),
    radial-gradient(circle at 73% 37%, rgba(184, 82, 43, 0.14), transparent 24%);
  opacity: 0.82;
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  margin: 0;
  pointer-events: none;
  background: var(--cream);
}

.hero-atmosphere img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 52% 76%;
  opacity: 0.5;
  filter: saturate(0.82) contrast(1.02) brightness(1.04);
  mix-blend-mode: multiply;
  transform: scale(1.03);
}

.hero-copy {
  min-width: 0;
}

.demo-signature,
.error-signature {
  width: fit-content;
  display: grid;
  justify-items: center;
}

.product-mark-frame {
  width: clamp(5.5rem, 9vw, 7.5rem);
  height: clamp(5.5rem, 9vw, 7.5rem);
  overflow: hidden;
  background: var(--cream);
  border-radius: 50%;
}

.product-mark-frame img,
.demo-signature img,
.error-signature img,
.architecture-mark img {
  width: 100%;
  height: 100%;
}

.mail-safety {
  max-width: 43rem;
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.eyebrow,
.flow-kicker,
.comparison-label,
.architecture-label {
  margin-bottom: 0.85rem;
  color: var(--warm);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lead {
  max-width: 41rem;
  margin-bottom: 0;
  color: #47494a;
  font-size: clamp(1.15rem, 1.9vw, 1.42rem);
  line-height: 1.55;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button {
  min-height: 3.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.2rem;
  border: 1px solid var(--graphite);
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.button-primary {
  color: var(--white);
  background: var(--leaf-dark);
  border-color: var(--leaf-dark);
}

.button-primary:hover {
  background: var(--warm);
  border-color: var(--warm);
}

.button-secondary {
  color: var(--leaf-dark);
  background: transparent;
  border-color: var(--warm);
}

.button-secondary:hover {
  background: var(--warm-soft);
  border-color: var(--warm);
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.45rem;
  margin: 1.5rem 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.92rem;
  list-style: none;
}

.trust-line li {
  position: relative;
  padding-left: 1.15rem;
}

.trust-line li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  background: var(--warm);
  border-radius: 50%;
}

.hero-process {
  min-width: 0;
  margin: 0;
  padding: clamp(1.35rem, 3vw, 2rem);
  background: rgba(249, 246, 238, 0.9);
  backdrop-filter: blur(9px);
  border: 1px solid rgba(184, 92, 50, 0.28);
  border-top: 3px solid var(--warm);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow);
}

.hero-process figcaption {
  max-width: 22ch;
  margin-bottom: 1.35rem;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.35;
}

.hero-flow {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-flow li {
  position: relative;
  min-height: 4.3rem;
  display: grid;
  align-content: center;
  padding: 0.85rem 3rem 0.85rem 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
}

.hero-flow li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.hero-flow li:not(:last-child)::after {
  content: "↓";
  position: absolute;
  left: 50%;
  bottom: -1.32rem;
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--warm);
  border-radius: 50%;
  transform: translateX(-50%);
  font-weight: 700;
}

.hero-flow li:last-child {
  color: var(--white);
  background: var(--leaf-dark);
  border-color: var(--leaf-dark);
}

.hero-flow strong {
  display: block;
  line-height: 1.35;
}

.flow-kicker {
  margin-bottom: 0.22rem;
  color: var(--leaf);
  font-size: 0.67rem;
}

.hero-flow li:last-child .flow-kicker {
  color: var(--sage);
}

.process-note {
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.process-note span {
  color: var(--leaf-dark);
  font-weight: 700;
}

.section {
  padding-block: clamp(5rem, 9vw, 8rem);
}

.section-sage {
  background:
    radial-gradient(circle at 92% 12%, rgba(247, 226, 214, 0.74), transparent 24%),
    var(--sage);
}

.section-cream {
  background: var(--cream);
}

.section-graphite {
  color: var(--white);
  background: var(--graphite);
}

.section-heading {
  max-width: 51rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.section-heading > p:not(.eyebrow) {
  max-width: 44rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.section-sage .section-heading > p:not(.eyebrow),
.section-cream .section-heading > p:not(.eyebrow) {
  color: #4d5350;
}

.section-graphite .eyebrow {
  color: #b7d1bd;
}

.section-graphite .section-heading > p:not(.eyebrow) {
  color: #c9ccca;
}

.compact-heading {
  margin-bottom: 0;
}

.before-after {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3.5rem minmax(0, 1fr);
  align-items: stretch;
  margin-bottom: 2rem;
}

.daily-life-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.82fr);
  align-items: stretch;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  margin-bottom: 2rem;
}

.daily-life-layout .before-after {
  margin-bottom: 0;
}

.editorial-media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid rgba(23, 63, 53, 0.18);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow);
}

.editorial-media picture,
.editorial-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.editorial-media img {
  object-fit: cover;
  filter: saturate(0.88) contrast(0.98);
}

.editorial-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 38%, rgba(23, 35, 31, 0.82));
}

.editorial-media figcaption {
  position: absolute;
  z-index: 1;
  right: clamp(1rem, 3vw, 1.6rem);
  bottom: clamp(1rem, 3vw, 1.6rem);
  left: clamp(1rem, 3vw, 1.6rem);
  max-width: 34rem;
  color: var(--white);
}

.editorial-media figcaption span {
  display: block;
  margin-bottom: 0.35rem;
  color: #d5ebdc;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.editorial-media figcaption strong {
  display: block;
  font-size: clamp(1.05rem, 2vw, 1.38rem);
  line-height: 1.28;
}

.editorial-media-wide {
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  box-shadow: none;
}

.editorial-media-wide img {
  aspect-ratio: 2.45 / 1;
  object-position: center 58%;
}

.comparison {
  padding: clamp(1.3rem, 3vw, 2rem);
  background: var(--white);
  border: 1px solid rgba(23, 63, 53, 0.14);
  border-radius: var(--radius);
}

.comparison-before {
  background: rgba(255, 255, 255, 0.55);
}

.comparison-after {
  border-color: var(--leaf);
  box-shadow: 0 0 0 0.25rem rgba(23, 63, 53, 0.08);
}

.comparison-label {
  margin-bottom: 0.75rem;
}

.comparison ul,
.check-list,
.limit-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison li,
.check-list li,
.limit-list li {
  position: relative;
  padding-left: 1.55rem;
}

.comparison li + li,
.check-list li + li,
.limit-list li + li {
  margin-top: 0.72rem;
}

.comparison li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border: 2px solid var(--warm);
  border-radius: 50%;
}

.comparison-after li::before {
  background: var(--leaf);
  border-color: var(--leaf);
}

.comparison-arrow {
  display: grid;
  place-items: center;
  color: var(--leaf-dark);
  font-size: 1.65rem;
  font-weight: 700;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.application-heading {
  margin-top: clamp(3.5rem, 7vw, 6rem);
}

.scope-note,
.faq-boundary {
  max-width: 58rem;
  margin: 1.5rem 0 0;
  padding: 1rem 1.15rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.62);
  border-left: 3px solid var(--warm);
  border-radius: 0 var(--radius-small) var(--radius-small) 0;
}

.scope-note strong,
.faq-boundary strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--graphite);
}

.benefit-card {
  position: relative;
  min-height: 13rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  background: var(--white);
  border: 1px solid rgba(23, 63, 53, 0.14);
  border-radius: var(--radius);
}

.benefit-card h3,
.benefit-card p {
  max-width: 32rem;
}

.benefit-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.card-number {
  display: block;
  margin-bottom: 1.5rem;
  color: var(--leaf-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.key-message {
  max-width: 53rem;
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
  padding-left: 2.75rem;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: 700;
  line-height: 1.38;
}

.key-message span {
  margin-left: -2.75rem;
  padding-right: 0.65rem;
  color: var(--warm);
  font-size: 3.2rem;
  line-height: 0;
  vertical-align: -0.25em;
}

.split-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.7fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 6rem);
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.intro-copy {
  max-width: 36rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.knowledge-map {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 4rem minmax(19rem, 0.8fr);
  align-items: stretch;
}

.knowledge-sources {
  display: grid;
  gap: 0.75rem;
}

.knowledge-sources article,
.knowledge-result {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.knowledge-sources article {
  display: grid;
  grid-template-columns: 8rem minmax(9rem, 0.65fr) minmax(0, 1.35fr);
  align-items: center;
  gap: 1rem;
}

.knowledge-sources h3,
.knowledge-sources p {
  margin-bottom: 0;
}

.knowledge-sources p {
  color: var(--muted);
}

.data-tag,
.status-chip {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0.28rem 0.65rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.data-tag {
  color: var(--leaf-dark);
  background: var(--sage);
}

.data-tag-hard {
  color: #6d3817;
  background: #f3e3d2;
}

.data-tag-soft {
  color: #4d4e50;
  background: var(--cream);
}

.knowledge-connector {
  display: grid;
  place-items: center;
}

.knowledge-connector span {
  position: relative;
  width: 100%;
  height: 2px;
  display: block;
  background: var(--leaf);
}

.knowledge-connector span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid var(--leaf);
  border-right: 2px solid var(--leaf);
  transform: translateY(-50%) rotate(45deg);
}

.knowledge-result {
  display: grid;
  align-content: center;
  color: var(--white);
  background: var(--leaf-dark);
  border-color: var(--leaf-dark);
}

.knowledge-result .eyebrow {
  color: var(--sage);
}

.check-list li::before,
.limit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sage);
  font-weight: 700;
}

.quality-note {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  color: #d9dedb;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.9rem;
}

.steps-grid,
.service-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.steps-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.steps-grid-four > li {
  min-height: 19rem;
}

.steps-grid > li {
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  padding: clamp(1.35rem, 2.7vw, 2rem);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.steps-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.step-number {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--leaf-dark);
  border-radius: 50%;
  font-weight: 700;
}

.status-note {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: start;
  gap: 1.25rem;
  margin-top: 1rem;
  padding: 1.25rem 1.4rem;
  background: var(--sage);
  border: 1px solid #b7ccbf;
  border-radius: var(--radius);
}

.status-note p {
  margin-bottom: 0;
}

.status-now {
  color: #244b34;
  background: #e6f2e9;
}

.status-optional {
  color: #58421e;
  background: #f3e8cf;
}

.status-planned {
  color: #354e62;
  background: #e2ecf3;
}

.status-no {
  color: #692f2f;
  background: #f5e2e2;
}

.status-hard {
  color: #6d3817;
  background: #f3e3d2;
}

.status-estimate {
  color: #58421e;
  background: #f3e8cf;
}

.personalization-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
}

.personalization .compact-heading > p:not(.eyebrow) {
  color: var(--muted);
}

.decision-panel {
  padding: clamp(1.4rem, 3vw, 2.25rem);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
}

.decision-status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.4rem;
}

.decision-flow {
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-flow li {
  position: relative;
  min-height: 3.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.65rem 0;
}

.decision-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 3.28rem;
  bottom: -0.46rem;
  left: 1.08rem;
  width: 1px;
  background: #a8aaa7;
}

.decision-flow li > span {
  position: relative;
  z-index: 1;
  width: 2.2rem;
  height: 2.2rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--graphite);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 700;
}

.decision-flow li:last-child > span {
  background: var(--leaf-dark);
}

.panel-note {
  margin: 1.25rem 0 0;
  padding-top: 1.1rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

.product-insight {
  background: var(--sage-pale);
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.75rem);
}

.insight-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.insight-grid picture,
.insight-grid img {
  display: block;
  width: 100%;
}

.insight-grid img {
  height: auto;
  aspect-ratio: 1340 / 900;
  object-fit: cover;
}

.insight-grid figcaption {
  padding: 1rem 1.15rem;
  color: var(--graphite);
  font-weight: 700;
}

.service-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.service-steps > li {
  min-height: 23rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  padding: 1.75rem;
}

.service-steps > li + li {
  border-left: 1px solid var(--line-dark);
}

.service-number {
  color: #b7d1bd;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.service-steps p {
  margin-bottom: 0;
  color: #c9ccca;
}

.agreement-matrix {
  margin-top: 2rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.agreement-matrix h3 {
  margin-bottom: 1rem;
  color: var(--white);
}

.agreement-matrix ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.agreement-matrix li {
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--line-dark);
  border-radius: 0.55rem;
  color: #e4e4e4;
  background: rgba(255, 255, 255, 0.035);
}

.service-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 2rem;
}

.service-footer p {
  max-width: 40rem;
  margin-bottom: 0;
  color: #c9ccca;
}

.text-link {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  text-underline-offset: 0.28rem;
}

.text-link-light {
  color: var(--white);
}

.trust-architecture {
  display: grid;
  grid-template-columns: minmax(13rem, 0.55fr) 7rem minmax(24rem, 1.45fr);
  align-items: center;
  margin-bottom: 2rem;
}

.trust-architecture article,
.architecture-home {
  border-radius: var(--radius);
}

.architecture-public {
  padding: 1.5rem;
  background: var(--cream);
  border: 1px solid var(--line);
}

.architecture-mark {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  overflow: hidden;
  margin: 0.9rem 0 0.75rem;
  background: var(--cream);
  border-radius: 50%;
}

.architecture-public p,
.architecture-home p {
  margin-bottom: 0;
  color: var(--muted);
}

.architecture-separator {
  position: relative;
  height: 2px;
  background: var(--warm);
}

.architecture-separator::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid var(--warm);
  border-right: 2px solid var(--warm);
  transform: translateY(-50%) rotate(45deg);
}

.architecture-separator span {
  position: absolute;
  left: 50%;
  bottom: 0.55rem;
  color: #665340;
  font-size: 0.68rem;
  font-weight: 700;
  white-space: nowrap;
  transform: translateX(-50%);
}

.architecture-home {
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--sage);
  border: 2px solid var(--leaf);
}

.architecture-home > article {
  padding: 1.25rem;
  background: var(--white);
}

.optional-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.optional-row article {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.68);
  border: 1px dashed var(--leaf);
}

.optional-row h3 {
  margin-top: 0.85rem;
}

.trust-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-points article {
  padding: 1.5rem;
}

.trust-points article + article {
  border-left: 1px solid var(--line);
}

.trust-points p {
  margin-bottom: 0;
  color: var(--muted);
}

.status-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.65fr) minmax(0, 1.35fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 7rem);
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.status-grid article {
  min-height: 14rem;
  padding: 1.5rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.status-grid h3 {
  margin-top: 1.25rem;
}

.status-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.status-inline {
  display: grid;
  grid-template-columns: minmax(16rem, 0.65fr) minmax(0, 1.35fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 7rem);
  margin-top: clamp(3.5rem, 7vw, 6rem);
  padding-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--line);
}

.health-section {
  background: linear-gradient(90deg, var(--white) 0 52%, var(--sage) 52% 100%);
}

.health-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.85fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
}

.health-layout > div > p:not(.eyebrow) {
  max-width: 42rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.health-card {
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  background: var(--white);
  border: 1px solid #b7ccbf;
  border-radius: var(--radius-large);
  box-shadow: var(--shadow);
}

.health-card h3 {
  margin-top: 1.25rem;
  font-size: 1.35rem;
}

.limit-list li::before {
  content: "—";
  color: var(--warm);
}

.faq-section {
  background: var(--white);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.65fr) minmax(0, 1.35fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 7rem);
}

.faq-intro {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  overflow: clip;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  border-radius: 1rem;
  transition: background-color 200ms ease, border-color 200ms ease;
}

.faq-list details[open] {
  background: var(--warm-soft);
  border-color: rgba(152, 69, 35, 0.32);
}

.faq-list summary {
  min-height: 4.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.15rem;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  font-size: 1.08rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-list summary:focus-visible {
  outline: none;
  box-shadow: none;
}

.faq-list summary:focus-visible::after {
  box-shadow: 0 0 0 3px var(--white), 0 0 0 5px var(--leaf-dark);
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  width: 2.15rem;
  height: 2.15rem;
  display: grid;
  place-items: center;
  color: var(--leaf-dark);
  background: var(--white);
  border: 1px solid rgba(23, 63, 53, 0.32);
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.faq-list details[open] summary::after {
  content: "−";
  color: var(--white);
  background: var(--leaf-dark);
  border-color: var(--leaf-dark);
}

.faq-list details p {
  max-width: 43rem;
  margin: 0 1.15rem;
  padding: 1rem 3.25rem 1.3rem 0;
  color: var(--muted);
  border-top: 1px solid rgba(23, 63, 53, 0.14);
}

.faq-list .faq-boundary {
  margin: 0;
  padding: 1rem 1.15rem;
  background: var(--sage-pale);
  border: 1px solid rgba(23, 63, 53, 0.18);
  border-radius: 1rem;
}

.demo-section {
  padding-block: clamp(5rem, 9vw, 8rem);
  color: var(--white);
  background: var(--leaf-dark);
}

.demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
}

.demo-layout .eyebrow {
  color: #c6ded0;
}

.demo-layout h2 {
  max-width: 18ch;
}

.demo-layout > div > p:not(.eyebrow) {
  max-width: 43rem;
  margin-bottom: 0;
  font-size: 1.08rem;
}

.demo-signature {
  margin-bottom: 1.35rem;
  display: inline-flex;
  grid-auto-flow: column;
  align-items: center;
  gap: 0.75rem;
}

.demo-signature img {
  width: 3.7rem;
  height: 3.7rem;
}

.demo-signature strong {
  margin: 0;
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.035em;
}

.demo-contact {
  padding: clamp(1.35rem, 3vw, 2rem);
  background: var(--cream);
  color: var(--graphite);
  border: 1px solid rgba(23, 63, 53, 0.2);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow);
}

.actions-stacked {
  margin-top: 0;
  flex-direction: column;
}

.actions-stacked .button {
  width: 100%;
}

.demo-contact address {
  display: grid;
  gap: 0.25rem;
  margin-top: 1.35rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--line);
  font-style: normal;
}

.demo-contact address span {
  margin-bottom: 0.25rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-contact address a {
  width: fit-content;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-underline-offset: 0.25rem;
}

.site-footer {
  padding-block: 3.5rem 1.5rem;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 10%, rgba(152, 69, 35, 0.16), transparent 28%),
    radial-gradient(circle at 12% 100%, rgba(47, 98, 82, 0.22), transparent 34%),
    #11221c;
  border-top: 3px solid var(--warm);
}

.footer-layout {
  display: grid;
  gap: 1.5rem;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(15rem, 1.1fr) minmax(17rem, 1fr) minmax(15rem, 0.9fr);
  align-items: stretch;
  gap: 1rem;
}

.footer-product {
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.footer-brand {
  color: var(--white);
}

.footer-brand .brand-mark {
  width: 3.25rem;
  height: 3.25rem;
}

.footer-product p {
  max-width: 30ch;
  margin: 0.65rem 0 0;
  color: #c9ccca;
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer-layout a {
  text-underline-offset: 0.25rem;
}

.footer-provider {
  width: 100%;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.1rem 1.2rem;
  color: var(--white);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  text-decoration: none;
}

.footer-provider-mark {
  width: 3.75rem;
  height: 3.75rem;
  flex: 0 0 auto;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.footer-provider-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-provider > span:last-child {
  display: grid;
  gap: 0.22rem;
}

.footer-provider small {
  color: #c9ccca;
  font-size: 0.82rem;
  line-height: 1.3;
}

.footer-provider strong {
  color: var(--white);
  font-size: 1.02rem;
  line-height: 1.2;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 0.45rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.footer-links a {
  min-height: 2.7rem;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.7rem;
  color: #eef2ef;
  background: rgba(255, 255, 255, 0.045);
  border-radius: var(--radius-small);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem 3rem;
  padding: 1.15rem 0.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-bottom p {
  margin: 0;
  color: #aeb5b1;
  font-size: 0.8rem;
  line-height: 1.55;
}

.error-page {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: var(--cream);
}

.error-page main {
  width: min(calc(100% - 3rem), 50rem);
  margin-inline: auto;
  display: grid;
  align-content: center;
  justify-items: start;
  padding-block: 5rem;
}

.error-signature {
  margin-bottom: 1.5rem;
}

.error-signature img {
  width: 7rem;
  height: 7rem;
}

.error-signature strong {
  margin-top: 0.35rem;
  color: var(--leaf-dark);
  font-size: 1.25rem;
  line-height: 1;
}

.error-page h1 {
  max-width: 11ch;
}

.error-page main > p:not(.eyebrow) {
  max-width: 36rem;
  color: var(--muted);
  font-size: 1.1rem;
}

.legal-page {
  min-height: 100vh;
  background: var(--cream);
}

.legal-page main {
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.legal-back {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  color: var(--leaf-dark);
  border: 1px solid var(--leaf-dark);
  border-radius: 999px;
  text-decoration: none;
}

.legal-back:hover {
  color: var(--white);
  background: var(--leaf-dark);
}

.legal-hero {
  padding-block: clamp(3.5rem, 8vw, 7rem) clamp(2rem, 5vw, 3.5rem);
}

.legal-hero h1 {
  max-width: 19ch;
  margin-bottom: 1.35rem;
  font-size: clamp(2.7rem, 6vw, 5.25rem);
  font-weight: 300;
  line-height: 0.99;
  letter-spacing: -0.045em;
}

.legal-hero .lead {
  max-width: 48rem;
}

.legal-version {
  margin: 1.35rem 0 0;
  color: var(--warm);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.legal-content article {
  padding: clamp(1.35rem, 3vw, 2.15rem);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 1rem 2.8rem rgba(17, 34, 28, 0.06);
}

.legal-content article:first-child,
.legal-content article:nth-child(5) {
  grid-column: 1 / -1;
}

.legal-content h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

.legal-content p:last-child,
.legal-content ul:last-child {
  margin-bottom: 0;
}

.legal-content ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.legal-content a {
  color: var(--leaf-dark);
  font-weight: 700;
  text-underline-offset: 0.2rem;
}

@media (max-width: 46rem) {
  .js .hero-atmosphere img,
  .js .hero::before {
    animation: none;
  }

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

  .legal-content article:first-child,
  .legal-content article:nth-child(5) {
    grid-column: auto;
  }

  .legal-back {
    min-height: 2.5rem;
    padding-inline: 0.8rem;
    font-size: 0.85rem;
  }
}

@media (min-width: 64rem) and (max-height: 50rem) {
  .hero {
    min-height: auto;
    padding-block: 1.25rem 1.75rem;
  }

  .hero h1 {
    margin-bottom: 0.8rem;
    font-size: clamp(2.65rem, 4.2vw, 3.55rem);
  }

  .hero .lead {
    font-size: 1.02rem;
    line-height: 1.42;
  }

  .hero .actions {
    margin-top: 0.9rem;
  }

  .hero .trust-line,
  .hero .mail-safety {
    margin-top: 0.55rem;
  }

  .hero-process {
    padding: 1rem;
  }

  .hero-process figcaption {
    margin-bottom: 0.75rem;
  }

  .hero-flow li {
    min-height: 3.55rem;
    padding-block: 0.55rem;
  }

  .hero-flow li:not(:last-child) {
    margin-bottom: 0.8rem;
  }

  .hero-flow li:not(:last-child)::after {
    bottom: -0.95rem;
  }

  .process-note {
    margin-top: 0.75rem;
  }
}

@media (max-width: 68rem) {
  h1 {
    font-size: clamp(2.85rem, 6vw, 4.25rem);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.75fr);
    gap: 3rem;
  }

  .service-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-steps > li {
    min-height: 18rem;
    border-bottom: 1px solid var(--line-dark);
  }

  .service-steps > li:nth-child(3) {
    border-left: 0;
  }

  .trust-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-points article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .trust-points article:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .footer-links {
    grid-column: 1 / -1;
  }
}

@media (max-width: 58rem) {

  .insight-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .page-shell,
  .header-inner {
    width: min(calc(100% - 2rem), var(--content));
  }

  .brand-name {
    font-size: 1.15rem;
  }

  .brand-lockup {
    min-width: 0;
    gap: 0.5rem;
  }

  .brand-mark {
    width: 2rem;
    height: 2rem;
  }

  .header-inner {
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    padding-block: 0.42rem;
  }

  .js .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.35rem 0 0.3rem;
    border-top: 1px solid rgba(23, 63, 53, 0.16);
  }

  .js .site-nav:not([data-open="true"]) {
    display: none;
  }

  .site-nav a {
    width: 100%;
    min-height: 2.75rem;
    justify-content: flex-start;
    padding-inline: 0.6rem;
    border-radius: 0;
  }

  .site-nav a:not(.nav-action) + a:not(.nav-action) {
    border-top: 1px solid rgba(23, 63, 53, 0.11);
  }

  .site-nav a:nth-last-child(2) {
    border-bottom: 1px solid rgba(23, 63, 53, 0.11);
  }

  .site-nav .nav-action {
    margin: 0.45rem 0 0;
    justify-content: center;
    border-radius: 999px;
  }

  .menu-toggle {
    min-width: 4.9rem;
    min-height: 2.5rem;
    gap: 0.5rem;
    padding: 0.42rem 0.68rem;
    font-size: 0.94rem;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding-block: 3.25rem 4rem;
  }

  .hero.page-shell {
    width: 100%;
    padding-inline: 1rem;
  }

  .hero::after {
    inset: 0 0 auto;
    height: 46rem;
    background:
      linear-gradient(180deg, rgba(249, 246, 238, 0) 0%, rgba(249, 246, 238, 0) 72%, rgba(249, 246, 238, 1) 100%),
      linear-gradient(90deg, rgba(249, 246, 238, 0.74) 0%, rgba(249, 246, 238, 0.52) 44%, rgba(249, 246, 238, 0.2) 100%),
      radial-gradient(circle at 18% 24%, rgba(184, 82, 43, 0.11), transparent 34%),
      radial-gradient(circle at 82% 64%, rgba(31, 77, 62, 0.13), transparent 36%);
  }

  .hero-atmosphere {
    inset: 0 0 auto;
    height: 46rem;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
  }

  .hero-atmosphere img {
    object-position: 50% 50%;
  }

  .hero-process {
    max-width: 42rem;
  }

  .split-intro,
  .daily-life-layout,
  .personalization-layout,
  .status-layout,
  .health-layout,
  .faq-layout,
  .status-inline,
  .demo-layout {
    grid-template-columns: 1fr;
  }

  .daily-life-layout .editorial-media img {
    min-height: 22rem;
    aspect-ratio: 16 / 10;
  }

  .knowledge-map {
    grid-template-columns: 1fr;
  }

  .knowledge-connector {
    min-height: 4rem;
  }

  .knowledge-connector span {
    width: 2px;
    height: 100%;
  }

  .knowledge-connector span::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    border-top: 0;
    border-right: 2px solid var(--leaf);
    border-bottom: 2px solid var(--leaf);
    transform: translateX(-50%) rotate(45deg);
  }

  .trust-architecture {
    grid-template-columns: 1fr;
  }

  .architecture-separator {
    width: 2px;
    height: 4.5rem;
    margin-inline: auto;
  }

  .architecture-separator::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    border-top: 0;
    border-right: 2px solid var(--warm);
    border-bottom: 2px solid var(--warm);
    transform: translateX(-50%) rotate(45deg);
  }

  .architecture-separator span {
    left: 1.2rem;
    bottom: 50%;
    transform: translateY(50%);
  }

  .health-section {
    background: var(--sage);
  }

  .faq-intro {
    position: static;
  }

  .footer-layout {
    gap: 2rem;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 46rem) {
  h1 {
    font-size: clamp(2.75rem, 10.5vw, 3.4rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .section {
    padding-block: 4.5rem;
  }

  .agreement-matrix ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    padding-block: 3rem 1.5rem;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .footer-links {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .before-after {
    grid-template-columns: 1fr;
  }

  .daily-life-layout .editorial-media img,
  .editorial-media-wide img {
    min-height: 0;
    aspect-ratio: 14 / 9;
  }

  .comparison-arrow {
    min-height: 3rem;
    transform: rotate(90deg);
  }

  .benefit-grid,
  .steps-grid,
  .status-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card,
  .steps-grid > li,
  .status-grid article {
    min-height: auto;
  }

  .steps-grid > li {
    gap: 2rem;
  }

  .knowledge-sources article {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .status-note {
    grid-template-columns: 1fr;
  }

  .service-steps {
    grid-template-columns: 1fr;
  }

  .service-steps > li {
    min-height: auto;
    gap: 2rem;
  }

  .service-steps > li + li,
  .service-steps > li:nth-child(3) {
    border-left: 0;
  }

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

  .optional-row,
  .trust-points {
    grid-template-columns: 1fr;
  }

  .trust-points article + article,
  .trust-points article:nth-child(3),
  .trust-points article:nth-child(4) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .demo-contact {
    margin-inline: -0.25rem;
  }
}

@media (max-width: 25rem) {
  .page-shell,
  .header-inner,
  .error-page main {
    width: min(calc(100% - 1.25rem), var(--content));
  }

  .hero {
    padding-block: 3.5rem;
  }

  .hero.page-shell {
    width: 100%;
    padding-inline: 0.625rem;
  }

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

  .footer-links {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .actions .button {
    width: 100%;
  }

  .trust-line {
    display: grid;
  }

  .hero-process,
  .decision-panel,
  .health-card,
  .demo-contact {
    border-radius: var(--radius);
  }

  .key-message {
    padding-left: 2rem;
  }

  .key-message span {
    margin-left: -2rem;
  }
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-panel-in {
  from {
    opacity: 0;
    transform: translateX(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes hero-image-in {
  from {
    opacity: 0.22;
    transform: scale(1.075);
  }
  to {
    opacity: 0.5;
    transform: scale(1.03);
  }
}

@keyframes hero-light-in {
  from {
    opacity: 0;
    transform: translate3d(-2.5%, 1.5%, 0) scale(1.06);
  }
  to {
    opacity: 0.82;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes hero-flow-in {
  from {
    opacity: 0;
    transform: translateY(0.8rem) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes hero-flow-arrow-in {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-0.45rem) scale(0.72);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}

@keyframes hero-note-in {
  from {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.js .hero-copy > * {
  animation: hero-copy-in 780ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.js .hero-copy > :nth-child(1) { animation-delay: 80ms; }
.js .hero-copy > :nth-child(2) { animation-delay: 160ms; }
.js .hero-copy > :nth-child(3) { animation-delay: 240ms; }
.js .hero-copy > :nth-child(4) { animation-delay: 320ms; }
.js .hero-copy > :nth-child(5) { animation-delay: 400ms; }
.js .hero-copy > :nth-child(6) { animation-delay: 480ms; }

.js .hero-process {
  animation: hero-panel-in 880ms 160ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.js .hero::before {
  animation: hero-light-in 1.45s 120ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.js .hero-flow li {
  animation: hero-flow-in 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.js .hero-flow li:nth-child(1) { animation-delay: 520ms; }
.js .hero-flow li:nth-child(2) { animation-delay: 650ms; }
.js .hero-flow li:nth-child(3) { animation-delay: 780ms; }
.js .hero-flow li:nth-child(4) { animation-delay: 910ms; }

.js .hero-flow li:not(:last-child)::after {
  animation: hero-flow-arrow-in 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.js .hero-flow li:nth-child(1)::after { animation-delay: 650ms; }
.js .hero-flow li:nth-child(2)::after { animation-delay: 780ms; }
.js .hero-flow li:nth-child(3)::after { animation-delay: 910ms; }

.js .hero-process .process-note {
  animation: hero-note-in 560ms 1.04s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.js .hero-atmosphere img {
  animation: hero-image-in 1.3s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.motion-ready .motion-item {
  opacity: 0;
  transform: translateY(1.15rem);
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.motion-ready .motion-item.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.motion-ready .motion-delay-1 { transition-delay: 80ms; }
.motion-ready .motion-delay-2 { transition-delay: 160ms; }
.motion-ready .motion-delay-3 { transition-delay: 240ms; }

.button {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.75rem 1.7rem rgba(23, 63, 53, 0.16);
  }

  .benefit-card,
  .service-steps > li,
  .comparison,
  .steps-grid > li,
  .status-grid article,
  .trust-points article,
  .footer-main > * {
    transition: border-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  }

  .benefit-card:hover,
  .service-steps > li:hover,
  .comparison:hover,
  .steps-grid > li:hover,
  .status-grid article:hover,
  .trust-points article:hover,
  .footer-main > *:hover {
    border-color: rgba(152, 69, 35, 0.42);
    box-shadow: 0 1rem 2.4rem rgba(23, 63, 53, 0.11);
  }

  .faq-list details:hover {
    background: var(--warm-soft);
    border-color: rgba(152, 69, 35, 0.32);
  }
}

.floating-actions {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 45;
  display: grid;
  justify-items: end;
  gap: 0.55rem;
}

.contact-launcher,
.scroll-top {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--leaf-dark);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0.85rem 2rem rgba(23, 63, 53, 0.22);
}

.contact-dock {
  position: relative;
  display: grid;
  justify-items: end;
}

.contact-launcher {
  width: 3rem;
  padding: 0;
  background: linear-gradient(135deg, var(--leaf-dark), var(--leaf));
  border-radius: 50%;
  cursor: pointer;
}

.contact-launcher-icon {
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.contact-launcher-icon {
  width: 100%;
  height: 100%;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.floating-actions[data-contact-open] .contact-launcher {
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 0 0 4px rgba(23, 63, 53, 0.16), 0 0.85rem 2rem rgba(23, 63, 53, 0.26);
}

.floating-actions[data-contact-open] .contact-launcher-icon {
  transform: rotate(-7deg) scale(1.06);
}

.contact-menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.7rem);
  width: min(16rem, calc(100vw - 1.5rem));
  display: grid;
  gap: 0;
  padding: 0.4rem 0.55rem;
  color: var(--graphite);
  background: rgba(247, 241, 230, 0.98);
  border: 1px solid rgba(23, 63, 53, 0.18);
  border-radius: 1.25rem;
  box-shadow: 0 1.35rem 3.5rem rgba(23, 63, 53, 0.24);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.7rem) scale(0.96);
  transform-origin: bottom right;
  transition: opacity 220ms ease, visibility 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.floating-actions[data-contact-open] .contact-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.contact-menu a {
  min-height: 3.3rem;
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  align-items: center;
  gap: 0.58rem;
  padding: 0.48rem 0.35rem;
  background: transparent;
  border: 0;
  border-radius: 0.65rem;
  text-decoration: none;
}

.contact-menu a + a {
  border-top: 1px solid rgba(23, 63, 53, 0.15);
  border-radius: 0;
}

.contact-option-icon {
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  color: var(--warm);
  background: var(--warm-soft);
  border-radius: 50%;
}

.contact-menu strong,
.contact-menu small {
  display: block;
}

.contact-menu strong {
  font-size: 0.94rem;
  line-height: 1.25;
}

.contact-menu small {
  margin-top: 0.08rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.3;
}

.scroll-top {
  width: 3rem;
  text-decoration: none;
  border-radius: 50%;
}

.js .floating-actions {
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.75rem);
  transition: opacity 220ms ease, transform 220ms ease;
}

.js .floating-actions[data-visible] {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@keyframes contact-option-in {
  from {
    opacity: 0;
    transform: translateY(0.45rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.floating-actions[data-contact-open] .contact-menu a {
  animation: contact-option-in 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.floating-actions[data-contact-open] .contact-menu a:nth-child(2) { animation-delay: 55ms; }
.floating-actions[data-contact-open] .contact-menu a:nth-child(3) { animation-delay: 110ms; }

@media (hover: hover) and (pointer: fine) {
  .contact-launcher,
  .scroll-top {
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  }

  .contact-launcher:hover,
  .scroll-top:hover {
    background: var(--warm);
    border-color: rgba(255, 255, 255, 0.36);
    box-shadow: 0 1rem 2.3rem rgba(23, 63, 53, 0.28);
    transform: translateY(-2px);
  }

  .contact-menu a {
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
  }

  .contact-menu a:hover {
    background: var(--warm-soft);
    transform: translateX(-3px);
  }

  .footer-brand {
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .footer-brand:hover {
    opacity: 0.88;
    transform: translateY(-2px);
  }
}

@media (max-width: 46rem) {
  .js .hero *,
  .js .hero *::before,
  .js .hero *::after {
    animation: none !important;
  }

  .js .hero-atmosphere img,
  .js .hero::before {
    animation: none !important;
  }

  .hero-atmosphere {
    background: var(--cream) url("/assets/media/mealie-hero-768.a4f88a84c6d8.webp") 50% 50% / cover no-repeat;
    opacity: 0.5;
    mix-blend-mode: multiply;
  }

  .hero-atmosphere img {
    opacity: 0;
    mix-blend-mode: normal;
  }

  .js .hero-flow li,
  .js .hero-flow li:not(:last-child)::after,
  .js .hero-process .process-note {
    animation: none !important;
  }

  .floating-actions {
    right: max(0.75rem, env(safe-area-inset-right));
    bottom: max(0.75rem, env(safe-area-inset-bottom));
  }

  .contact-launcher,
  .scroll-top {
    min-height: 3rem;
  }

  .contact-launcher {
    width: 3rem;
    padding: 0;
  }

  .scroll-top {
    width: 3rem;
  }

  .site-footer {
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
