@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins-semibold-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --deep-green: #0f3d37;
  --secondary-green: #1e5a4f;
  --accent-green: #3fa482;
  --soft-mint: #a7dcc3;
  --warm-background: #f6f7f2;
  --critical-red: #e74c3c;
  --ink: var(--deep-green);
  --ink-deep: var(--deep-green);
  --green: var(--secondary-green);
  --green-mid: var(--accent-green);
  --green-soft: var(--soft-mint);
  --mint: var(--soft-mint);
  --paper: var(--warm-background);
  --white: #ffffff;
  --warm: var(--warm-background);
  --gold: var(--soft-mint);
  --coral: var(--critical-red);
  --red: var(--critical-red);
  --red-soft: rgba(231, 76, 60, 0.12);
  --muted: var(--secondary-green);
  --line: rgba(15, 61, 55, 0.14);
  --shadow: 0 24px 70px rgba(15, 61, 55, 0.16);
  --radius: 24px;
  --shell: min(1180px, calc(100vw - 48px));
  --sans: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Poppins", var(--sans);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

:focus-visible {
  outline: 3px solid var(--accent-green);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink-deep);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.section-pad {
  padding-block: clamp(88px, 10vw, 148px);
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  padding: 16px 0;
  transition: padding 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  padding: 8px 0;
  background: rgba(246, 247, 242, 0.92);
  border-bottom: 1px solid rgba(15, 61, 55, 0.08);
  box-shadow: 0 8px 30px rgba(15, 61, 55, 0.06);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(1280px, calc(100vw - 40px));
  min-height: 58px;
  margin: auto;
  padding: 7px 8px 7px 16px;
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(15, 61, 55, 0.11);
  border-radius: 18px;
  background: rgba(246, 247, 242, 0.92);
  box-shadow: 0 10px 36px rgba(15, 61, 55, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 1;
}

.brand-text-only {
  display: grid;
  align-items: center;
  gap: 2px;
}

.brand-image {
  display: inline-flex;
  align-items: center;
}

.brand-logo-nav {
  width: 190px;
  height: auto;
  display: block;
}

.brand-logo-horizontal {
  width: min(360px, 78vw);
  height: auto;
  display: block;
}

.brand-mark,
.mini-brand svg,
.dash-brand svg,
.about-mark {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-mark {
  width: 34px;
  height: 34px;
  margin-right: 9px;
  color: var(--green);
}

.brand-name {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.brand-by {
  margin: 0;
  color: var(--muted);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.6vw, 38px);
  margin: 0 auto;
}

.primary-nav a {
  position: relative;
  padding: 8px 0;
  color: var(--secondary-green);
  font-size: 13px;
  font-weight: 650;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-toggle {
  display: none;
}

.button {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 44px;
  padding-inline: 19px;
  font-size: 12px;
}

.button-dark {
  color: var(--white);
  background: var(--secondary-green);
}

.button-primary {
  color: var(--white);
  background: var(--accent-green);
  box-shadow: 0 10px 30px rgba(63, 164, 130, 0.24);
}

.button-primary:hover {
  background: var(--secondary-green);
}

.button-quiet {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.48);
  border-color: var(--line);
}

.button-light {
  color: var(--ink-deep);
  background: var(--white);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--green-mid);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 25px;
  height: 1px;
  background: currentColor;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 840px;
  padding: 160px 0 90px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--deep-green);
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(15, 61, 55, 0.98) 0%, rgba(15, 61, 55, 0.94) 31%, rgba(15, 61, 55, 0.54) 55%, rgba(15, 61, 55, 0.05) 82%);
}

.hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-copy > * {
  max-width: 610px;
}

.hero-brandword {
  margin-bottom: 13px;
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.hero .eyebrow {
  color: var(--soft-mint);
}

.hero h1,
.section-heading h2,
.feature-copy h2,
.hosting-copy h2,
.security-intro h2,
.demo-copy h2 {
  margin-bottom: 28px;
  font-family: var(--serif);
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.hero h1 em,
.section-heading h2 em,
.feature-copy h2 em,
.hosting-copy h2 em,
.security-intro h2 em,
.demo-copy h2 em {
  color: var(--green-mid);
  font-weight: 600;
  font-style: normal;
}

.hero-lede {
  max-width: 600px;
  margin-bottom: 34px;
  color: var(--warm-background);
  font-size: 18px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof {
  margin-top: 50px;
  display: flex;
  border-top: 1px solid rgba(246, 247, 242, 0.32);
}

.hero-proof div {
  flex: 1;
  padding-top: 19px;
}

.hero-proof div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(246, 247, 242, 0.24);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
}

.hero-proof span {
  color: var(--soft-mint);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.hero .button-quiet {
  color: var(--white);
  background: rgba(246, 247, 242, 0.08);
  border-color: rgba(246, 247, 242, 0.34);
}

.hero .button-quiet:hover {
  background: rgba(246, 247, 242, 0.16);
}

.hero-product {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
}

.ambient-shape {
  position: absolute;
  border-radius: 999px;
  filter: blur(1px);
}

.ambient-one {
  width: 490px;
  height: 490px;
  background: #dfeade;
}

.ambient-two {
  width: 300px;
  height: 300px;
  top: 40px;
  right: -70px;
  background: rgba(239, 197, 91, 0.26);
}

.device {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: var(--white);
  border: 9px solid var(--ink-deep);
  border-radius: 34px;
  box-shadow: 0 38px 90px rgba(25, 58, 49, 0.25);
}

.patient-device {
  width: 432px;
  transform: rotate(2deg);
}

.device-topbar {
  height: 57px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f5ef;
  border-bottom: 1px solid var(--line);
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
}

.mini-brand svg {
  width: 22px;
  color: var(--green);
}

.room-pill {
  padding: 5px 9px;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.patient-screen {
  padding: 26px;
}

.screen-intro p {
  margin-bottom: 3px;
  color: var(--green-mid);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.screen-intro h2 {
  margin-bottom: 20px;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.1;
}

.meal-card {
  padding: 12px;
  display: grid;
  grid-template-columns: 93px 1fr;
  gap: 13px;
  border-radius: 17px;
}

.meal-selected {
  background: #f0f5ef;
  border: 1.5px solid var(--green-mid);
}

.meal-secondary {
  margin-top: 10px;
  border: 1px solid var(--line);
  opacity: 0.68;
}

.meal-illustration {
  position: relative;
  min-height: 88px;
  overflow: hidden;
  background: #e1e4d5;
  border-radius: 12px;
}

.meal-illustration::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  top: 11px;
  left: 14px;
  background: #f5f1df;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.6);
}

.meal-illustration span,
.meal-illustration i,
.meal-illustration b {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
}

.meal-illustration span { width: 36px; height: 25px; top: 31px; left: 22px; background: #b98b56; transform: rotate(-12deg); }
.meal-illustration i { width: 24px; height: 22px; top: 24px; right: 18px; background: #74a25c; }
.meal-illustration b { width: 27px; height: 18px; bottom: 21px; right: 16px; background: #d8c177; }
.meal-gold { background: #eee7d4; }
.meal-gold span { background: #d6a953; }
.meal-gold i { background: #8baf73; }

.meal-heading {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.meal-copy h3 {
  margin: 2px 0 4px;
  font-size: 13px;
  line-height: 1.25;
}

.meal-copy p {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.45;
}

.selected-tick {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--white);
  background: var(--green-mid);
  border-radius: 50%;
  font-size: 10px;
}

.diet-tags {
  display: flex;
  gap: 4px;
}

.diet-tags span {
  padding: 3px 6px;
  color: var(--green);
  background: #dbeade;
  border-radius: 4px;
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}

.mock-button {
  width: 100%;
  height: 43px;
  margin-top: 17px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  background: var(--green);
  border: 0;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 750;
}

.floating-card {
  position: absolute;
  z-index: 3;
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(255, 254, 250, 0.95);
  border: 1px solid rgba(23, 51, 45, 0.1);
  border-radius: 15px;
  box-shadow: 0 20px 45px rgba(24, 61, 51, 0.17);
}

.floating-card strong,
.floating-card span {
  display: block;
}

.floating-card strong { font-size: 11px; }
.floating-card span { color: var(--muted); font-size: 8px; }

.qr-card {
  top: 120px;
  left: -8px;
  transform: rotate(-5deg);
}

.qr-card svg {
  width: 48px;
  fill: var(--ink-deep);
}

.diet-safe-card {
  right: -20px;
  bottom: 90px;
  transform: rotate(3deg);
}

.safe-icon {
  width: 33px;
  height: 33px;
  display: grid !important;
  place-items: center;
  color: var(--white) !important;
  background: var(--green-mid);
  border-radius: 50%;
  font-size: 15px !important;
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: rgba(255, 254, 250, 0.6);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-grid > div {
  padding: 26px 32px;
  display: flex;
  align-items: center;
  gap: 17px;
}

.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div + div { border-left: 1px solid var(--line); }

.trust-number {
  color: var(--green-mid);
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
}

.trust-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.trust-grid strong { color: var(--ink); }

.section-heading {
  max-width: 810px;
  margin: 0 auto clamp(50px, 6vw, 80px);
}

.section-heading.centered {
  text-align: center;
}

.section-heading.centered .eyebrow {
  justify-content: center;
}

.section-heading h2,
.feature-copy h2,
.hosting-copy h2,
.security-intro h2,
.demo-copy h2 {
  font-size: clamp(42px, 5vw, 67px);
}

.section-heading > p:last-child,
.feature-lede,
.hosting-copy > p,
.security-intro > p,
.demo-copy > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.section-heading > p:last-child {
  max-width: 650px;
  margin: 0 auto;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pillar-card {
  min-height: 330px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.pillar-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.pillar-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 50px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 14px;
  font-size: 24px;
}

.pillar-card h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
}

.pillar-card p {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 13px;
}

.pillar-card a {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  color: var(--green-mid);
  font-size: 12px;
  font-weight: 800;
}

.feature-section {
  background: var(--white);
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
}

.feature-copy {
  max-width: 520px;
}

.feature-lede {
  margin-bottom: 34px;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 14px;
  border-top: 1px solid var(--line);
}

.check-list > li > span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}

.check-list strong {
  font-size: 13px;
}

.check-list p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.patient-visual {
  position: relative;
  min-height: 600px;
  display: grid;
  place-items: center;
  background: #e4eee6;
  border-radius: 38px;
}

.patient-visual::before {
  content: "";
  position: absolute;
  inset: 40px;
  border: 1px solid rgba(23, 51, 45, 0.11);
  border-radius: 50%;
}

.tablet-frame {
  position: relative;
  z-index: 1;
  width: min(70%, 390px);
  padding: 11px;
  background: #1f2d2a;
  border-radius: 28px;
  box-shadow: 0 34px 65px rgba(16, 41, 35, 0.24);
  transform: rotate(-3deg);
}

.tablet-camera {
  position: absolute;
  z-index: 2;
  top: 6px;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background: #53625e;
  border-radius: 50%;
}

.tablet-content {
  padding: 27px 22px 22px;
  background: var(--white);
  border-radius: 20px;
}

.tablet-title span,
.tablet-title strong {
  display: block;
}

.tablet-title span {
  color: var(--green-mid);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tablet-title strong {
  margin-bottom: 17px;
  font-family: var(--serif);
  font-size: 21px;
}

.compact-meal {
  padding: 9px;
  display: grid;
  grid-template-columns: 43px 1fr 17px;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 11px;
}

.compact-meal + .compact-meal { margin-top: 7px; }
.compact-meal.active { background: #eff5ef; border-color: var(--green-mid); }

.food-thumb {
  width: 43px;
  height: 38px;
  background: radial-gradient(circle at 40% 45%, #bf8957 0 27%, transparent 29%), radial-gradient(circle at 68% 35%, #74a25c 0 18%, transparent 20%), #e2e5d7;
  border-radius: 8px;
}

.food-thumb.gold { filter: hue-rotate(26deg); }
.food-thumb.coral { filter: hue-rotate(300deg); }

.compact-meal strong,
.compact-meal small { display: block; }
.compact-meal strong { font-size: 9px; }
.compact-meal small { color: var(--muted); font-size: 7px; }
.compact-meal i { font-style: normal; color: var(--green-mid); font-size: 10px; }

.tablet-summary {
  margin-top: 17px;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 8px;
}

.tablet-summary strong { color: var(--ink); }

.tablet-submit {
  height: 37px;
  margin-top: 9px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  background: var(--green);
  border-radius: 9px;
  font-size: 9px;
  font-weight: 800;
}

.patient-note {
  position: absolute;
  z-index: 3;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: 0 16px 35px rgba(23, 51, 45, 0.14);
}

.patient-note > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 9px;
  font-size: 7px;
  font-weight: 900;
}

.patient-note strong,
.patient-note small { display: block; }
.patient-note strong { font-size: 10px; }
.patient-note small { color: var(--muted); font-size: 8px; }
.note-top { top: 100px; right: -25px; }
.note-bottom { bottom: 95px; left: -28px; }

.kitchen-section {
  color: var(--white);
  background: var(--ink-deep);
  overflow: hidden;
}

.kitchen-section .section-heading > p:last-child,
.hosting-copy > p,
.demo-copy > p {
  color: #b5c6bf;
}

.section-heading.light h2 em,
.hosting-copy h2 em,
.demo-copy h2 em {
  color: #83b5a2;
}

.section-heading.light .eyebrow,
.light-eyebrow {
  color: #9cc7b6;
}

.dashboard-frame {
  overflow: hidden;
  color: var(--ink);
  background: #edf1ed;
  border: 8px solid #304c44;
  border-radius: 25px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.26);
}

.dashboard-topbar {
  height: 64px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.dash-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--serif);
  font-weight: 700;
}

.dash-brand svg { width: 25px; color: var(--green); }

.dash-meal {
  text-align: center;
}

.dash-meal span,
.dash-meal strong { display: block; }
.dash-meal span { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: 0.1em; }
.dash-meal strong { font-size: 12px; }

.dash-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
  color: var(--muted);
  font-size: 9px;
}

.dash-actions b {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green-mid);
  border-radius: 50%;
  font-size: 8px;
}

.dashboard-body {
  min-height: 490px;
  display: grid;
  grid-template-columns: 64px 1fr;
}

.dash-sidebar {
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  background: #183d34;
}

.dash-sidebar span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #8fb0a4;
  border-radius: 9px;
  font-size: 14px;
}

.dash-sidebar span:last-child { margin-top: auto; margin-bottom: 20px; }
.dash-sidebar .side-active { color: var(--ink-deep); background: var(--gold); }

.dash-main {
  padding: 23px;
  overflow: hidden;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.stat-row > div {
  position: relative;
  min-height: 90px;
  padding: 15px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.stat-row p { margin: 0 0 5px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: 0.08em; }
.stat-row strong { font-family: var(--serif); font-size: 26px; line-height: 1; }
.stat-row small { margin-left: 4px; color: var(--muted); font-size: 7px; }

.stat-dot {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.stat-dot.ordered { background: #6c9dd3; }
.stat-dot.awaiting { background: #d7a649; }
.stat-dot.preparing { background: #bc7e53; }
.stat-dot.ready { background: #56a17d; }

.dash-toolbar {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash-toolbar strong { font-size: 12px; }
.dash-toolbar > span { color: var(--muted); font-size: 7px; }
.dash-toolbar button { margin-left: 9px; padding: 6px 9px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; font-size: 7px; }

.room-table {
  margin-top: 10px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.table-row {
  min-height: 61px;
  padding: 9px 12px;
  display: grid;
  grid-template-columns: 0.65fr 1.15fr 1.45fr 0.95fr 0.9fr;
  align-items: center;
  gap: 11px;
  border-top: 1px solid var(--line);
  font-size: 8px;
}

.table-row:first-child { border-top: 0; }
.table-row.table-head { min-height: 31px; color: var(--muted); background: #f6f7f4; font-size: 6px; font-weight: 850; letter-spacing: 0.08em; }
.table-row > span > strong,
.table-row > span > small,
.table-row > span > b { display: block; }
.table-row > span > strong { font-size: 10px; }
.table-row > span > small { color: var(--muted); font-size: 6px; }
.table-row > span > em { padding: 3px 5px; color: var(--green); background: var(--green-soft); border-radius: 4px; font-size: 6px; font-style: normal; }
.table-row.critical { background: #fff9f7; box-shadow: inset 3px 0 0 var(--red); }
.table-row.critical b { color: var(--red); font-size: 7px; }

.status {
  display: inline-block;
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 6px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.preparing-status { color: #985a2a; background: #f5e4d6; }
.ready-status { color: #277657; background: #dcefe7; }
.awaiting-status { color: #8a641c; background: #f6ebcc; }
.ordered-status { color: #356a9d; background: #e0eaf5; }

.dashboard-caption {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.dashboard-caption > div {
  display: flex;
  gap: 13px;
}

.dashboard-caption span { color: var(--gold); font-family: var(--serif); font-style: italic; }
.dashboard-caption p { margin: 0; color: #9fb4ac; font-size: 11px; line-height: 1.55; }
.dashboard-caption strong { color: var(--white); }

.safety-section {
  background: #f8f5ed;
}

.safety-split {
  grid-template-columns: minmax(500px, 1.1fr) minmax(0, 0.9fr);
}

.safety-visual {
  position: relative;
  min-height: 550px;
  display: grid;
  place-items: center;
  background: #efe8dc;
  border-radius: 34px;
}

.safety-card {
  width: min(78%, 460px);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 19px;
  box-shadow: var(--shadow);
}

.safety-card-head {
  padding: 14px 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  background: #f3f4ef;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.safety-card-head b {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--red);
  border-radius: 50%;
  font-size: 11px;
}

.anaphylaxis-banner {
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  color: #fff;
  background: var(--red);
}

.anaphylaxis-banner small { grid-column: 1 / -1; font-size: 7px; font-weight: 850; letter-spacing: 0.12em; opacity: 0.8; }
.anaphylaxis-banner strong { font-size: 18px; letter-spacing: 0.03em; }
.anaphylaxis-banner span { align-self: center; font-size: 11px; font-weight: 850; }

.safety-meal {
  padding: 20px 18px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.safety-meal small,
.safety-meal strong { display: block; }
.safety-meal small,
.safety-details small { color: var(--muted); font-size: 6px; font-weight: 850; letter-spacing: 0.09em; }
.safety-meal strong { font-family: var(--serif); font-size: 17px; }

.safe-pill { padding: 4px 8px; color: var(--green); background: var(--green-soft); border-radius: 999px; font-size: 7px; font-weight: 850; }

.safety-details {
  margin: 0 18px;
  padding: 14px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  border-block: 1px solid var(--line);
}

.safety-details small,
.safety-details span { display: block; }
.safety-details span { margin-top: 5px; font-size: 8px; }
.safety-details .verified { color: var(--green-mid); font-weight: 750; }

.safety-footer {
  padding: 13px 18px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 6px;
}

.safety-footer strong { color: var(--green-mid); }

.ingredient-card {
  position: absolute;
  right: 2%;
  bottom: 50px;
  min-width: 190px;
  padding: 15px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: 0 18px 45px rgba(23, 51, 45, 0.15);
  transform: rotate(4deg);
}

.ingredient-card span,
.ingredient-card strong,
.ingredient-card small { display: block; }
.ingredient-card span { color: var(--muted); font-size: 6px; font-weight: 850; letter-spacing: 0.1em; }
.ingredient-card strong { margin-top: 4px; font-size: 10px; }
.ingredient-card small { color: var(--muted); font-size: 7px; }
.ingredient-card i { position: absolute; right: 13px; bottom: 13px; color: var(--green-mid); font-style: normal; }

.alert-eyebrow { color: var(--red); }

.text-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}

.text-feature-grid > div {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.text-feature-grid strong { font-size: 12px; }
.text-feature-grid p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.display-section {
  background: var(--white);
}

.display-use-list {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.display-use-list span {
  padding: 7px 11px;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 750;
}

.small-note {
  padding-left: 12px;
  color: var(--muted);
  border-left: 2px solid var(--gold);
  font-size: 10px;
  line-height: 1.55;
}

.display-wall {
  position: relative;
  min-height: 570px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(105deg, #e7e4db 0 48%, #dfdcd2 48% 52%, #eae7df 52%);
  border-radius: 34px;
  box-shadow: inset -20px 0 60px rgba(23, 51, 45, 0.05);
}

.display-wall::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 16%;
  background: #d4d0c5;
  border-top: 1px solid rgba(23, 51, 45, 0.1);
}

.wall-label {
  position: absolute;
  top: 26px;
  left: 30px;
  color: #8c918d;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.epaper-device {
  position: relative;
  z-index: 2;
  width: min(74%, 430px);
  padding: 13px;
  background: #f6f5ef;
  border: 1px solid #c8c8c0;
  border-radius: 18px;
  box-shadow: 4px 18px 32px rgba(30, 45, 40, 0.22), inset 0 0 0 2px #fff;
}

.epaper-screen {
  padding: 20px;
  background: #eeeee8;
  border: 1px solid #d2d2c9;
  filter: saturate(0.85) contrast(0.96);
}

.epaper-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 2px solid #26342f;
}

.epaper-head span { font-size: 8px; font-weight: 850; letter-spacing: 0.08em; }
.epaper-head strong { font-family: var(--serif); font-size: 39px; line-height: 0.8; }
.epaper-head i { font-family: var(--serif); font-size: 11px; font-style: normal; font-weight: 700; }

.epaper-alert {
  margin: 15px 0;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--red);
  border: 3px solid var(--red);
}

.epaper-alert small { font-size: 8px; font-weight: 900; letter-spacing: 0.08em; }
.epaper-alert strong { font-size: 15px; letter-spacing: 0.06em; }

.epaper-meal {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #999d98;
}

.epaper-meal span small,
.epaper-meal span strong { display: block; }
.epaper-meal span small,
.epaper-event small { font-size: 7px; font-weight: 850; letter-spacing: 0.09em; }
.epaper-meal span strong { color: var(--green); font-size: 19px; }
.epaper-meal i { width: 32px; height: 32px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-style: normal; }

.epaper-event { padding-top: 12px; }
.epaper-event small,
.epaper-event strong { display: block; }
.epaper-event strong { margin-top: 3px; font-size: 11px; }

.device-light {
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #67a576;
  border-radius: 50%;
}

.wall-rail {
  position: absolute;
  right: 0;
  bottom: 21%;
  left: 0;
  height: 13px;
  background: #f0eee7;
  border-block: 1px solid #d0cec6;
  box-shadow: 0 5px 9px rgba(23, 51, 45, 0.08);
}

.workflow-section {
  background: var(--mint);
}

.workflow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.workflow-card {
  min-height: 410px;
  padding: 30px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.workflow-card-head {
  display: flex;
  justify-content: space-between;
  color: var(--green-mid);
  font-family: var(--serif);
  font-style: italic;
}

.workflow-card-head i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 11px;
  font-family: var(--sans);
  font-style: normal;
}

.workflow-card h3 {
  margin: 33px 0 8px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
}

.workflow-card > p {
  max-width: 480px;
  color: var(--muted);
  font-size: 12px;
}

.stock-ui,
.round-ui,
.room-flow,
.vote-ui {
  margin-top: 26px;
}

.stock-ui > div {
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 9px;
  background: #f5f6f2;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.stock-ui > div + div { margin-top: 7px; }
.stock-icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 8px; }
.stock-ui p { margin: 0; }
.stock-ui strong,
.stock-ui small { display: block; }
.stock-ui strong { font-size: 9px; }
.stock-ui small { color: var(--muted); font-size: 7px; }
.stock-ui b { padding: 3px 6px; color: var(--green); background: var(--green-soft); border-radius: 999px; font-size: 6px; }
.stock-ui b.low { color: #8a641c; background: #f6ebcc; }

.round-ui {
  padding: 15px;
  background: #f5f6f2;
  border-radius: 12px;
}

.round-total { display: flex; justify-content: space-between; align-items: center; }
.round-total span small,
.round-total span strong { display: block; }
.round-total small { color: var(--muted); font-size: 6px; font-weight: 850; letter-spacing: 0.08em; }
.round-total strong { font-size: 12px; }
.round-total b { color: var(--green-mid); font-family: var(--serif); font-size: 18px; }
.round-progress { height: 5px; margin: 12px 0; overflow: hidden; background: #d9ded9; border-radius: 999px; }
.round-progress i { width: 58%; height: 100%; display: block; background: var(--green-mid); border-radius: inherit; }
.round-ui ul { margin: 0; padding: 0; list-style: none; }
.round-ui li { padding: 7px 0; display: grid; grid-template-columns: 38px 1fr auto; border-top: 1px solid var(--line); font-size: 8px; }
.round-ui li span { color: var(--muted); }
.round-ui li b { color: var(--green-mid); }
.round-ui li.done { opacity: 0.6; }

.room-flow {
  padding: 26px 18px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  background: #f5f6f2;
  border-radius: 12px;
}

.room-flow > span { display: grid; place-items: center; }
.room-flow span i { width: 27px; height: 27px; display: grid; place-items: center; color: var(--muted); border: 1px solid #bbc4bf; border-radius: 50%; font-size: 8px; font-style: normal; }
.room-flow span small { margin-top: 6px; color: var(--muted); font-size: 6px; }
.room-flow > b { height: 1px; margin-top: -13px; background: #c5cdc8; }
.room-flow .complete i { color: var(--white); background: var(--green-mid); border-color: var(--green-mid); }
.room-flow .current i { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.room-flow .current small { color: var(--ink); font-weight: 800; }

.vote-ui {
  padding: 15px;
  background: #f5f6f2;
  border-radius: 12px;
}

.vote-ui > span { font-size: 8px; font-weight: 800; }
.vote-ui div { margin-top: 10px; display: grid; gap: 7px; }
.vote-ui button { padding: 9px; display: flex; justify-content: space-between; background: var(--white); border: 1px solid var(--line); border-radius: 8px; font-size: 8px; text-align: left; }
.vote-ui button b { color: var(--green-mid); }

.micro-feature-row {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 17px;
}

.micro-feature-row > div {
  padding: 22px;
  display: flex;
  gap: 12px;
}

.micro-feature-row > div + div { border-left: 1px solid var(--line); }
.micro-feature-row > div > span { color: var(--green-mid); font-family: var(--serif); font-size: 20px; }
.micro-feature-row p { margin: 0; }
.micro-feature-row strong,
.micro-feature-row small { display: block; }
.micro-feature-row strong { font-size: 11px; }
.micro-feature-row small { margin-top: 3px; color: var(--muted); font-size: 8px; line-height: 1.45; }

.hosting-section {
  color: var(--white);
  background: var(--green);
}

.hosting-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.hosting-copy h2 {
  margin-bottom: 28px;
}

.hosting-copy .button {
  margin-top: 15px;
}

.hosting-diagram {
  padding: 25px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
}

.facility-outline {
  padding: 25px;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}

.facility-label {
  display: flex;
  justify-content: space-between;
  color: #b5c9c1;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.facility-label i { font-style: normal; font-weight: 500; letter-spacing: 0; text-transform: none; }

.network-row {
  margin: 42px 0 28px;
  display: grid;
  grid-template-columns: 1fr 42px 1.15fr 42px 1fr;
  align-items: center;
}

.network-node {
  min-height: 135px;
  padding: 17px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
}

.network-node.server-node {
  color: var(--ink-deep);
  background: var(--gold);
  border-color: var(--gold);
  transform: scale(1.07);
  box-shadow: 0 14px 38px rgba(15, 41, 34, 0.24);
}

.node-icon {
  width: 37px;
  height: 37px;
  margin-bottom: 10px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  font-size: 18px;
}

.server-node .node-icon { background: rgba(23, 51, 45, 0.12); }
.network-node strong,
.network-node small { display: block; }
.network-node strong { font-size: 9px; }
.network-node small { color: #a7bcb4; font-size: 7px; }
.server-node small { color: #49675e; }

.network-line {
  position: relative;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.network-line i {
  position: absolute;
  width: 5px;
  height: 5px;
  top: -2px;
  left: 0;
  background: var(--gold);
  border-radius: 50%;
  animation: network-pulse 2.5s linear infinite;
}

.private-pill {
  width: max-content;
  margin: 0 auto;
  padding: 7px 11px;
  color: #c5d8d0;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  font-size: 7px;
  font-weight: 750;
}

.private-pill span { margin-right: 5px; color: #7ee1a7; }

.support-link {
  margin-top: 17px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  background: rgba(11, 35, 29, 0.36);
  border-radius: 11px;
  font-size: 8px;
}

.support-link i { color: #9bb6ac; font-style: normal; }

.hosting-benefits {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hosting-benefits > div {
  padding: 25px 24px 0 0;
}

.hosting-benefits > div + div {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.hosting-benefits span { display: block; color: var(--gold); font-family: var(--serif); font-size: 19px; font-style: italic; }
.hosting-benefits strong { display: block; margin-top: 18px; font-size: 12px; }
.hosting-benefits p { margin: 6px 0 0; color: #a9c0b7; font-size: 9px; line-height: 1.6; }

.security-section {
  background: #f4f1e8;
}

.security-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 80px;
}

.security-intro h2 { margin-bottom: 0; }
.security-intro > p { margin-bottom: 5px; }

.security-stack {
  margin-top: 75px;
}

.security-layer {
  min-height: 106px;
  padding: 22px 28px;
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 25px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(23, 51, 45, 0.06);
}

.security-layer + .security-layer { margin-top: -1px; }
.security-layer:nth-child(2) { margin-inline: 22px; }
.security-layer:nth-child(3) { margin-inline: 44px; }
.security-layer:nth-child(4) { margin-inline: 66px; }
.security-layer > span { color: var(--green-mid); font-family: var(--serif); font-size: 21px; font-style: italic; }
.security-layer strong { font-size: 13px; }
.security-layer p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.security-layer > i { padding: 7px 10px; color: var(--green); background: var(--green-soft); border-radius: 999px; font-size: 7px; font-style: normal; font-weight: 850; letter-spacing: 0.07em; }

.security-note {
  max-width: 770px;
  margin: 36px auto 0;
  padding: 17px 21px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.5);
  border-left: 3px solid var(--gold);
  font-size: 11px;
  line-height: 1.65;
}

.feature-index {
  background: var(--white);
}

.feature-index-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}

.feature-index-grid > div {
  min-height: 205px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-index-grid > div:nth-child(3n) { border-right: 0; }
.feature-index-grid > div:nth-child(n + 4) { border-bottom: 0; }
.feature-index-grid span { margin-bottom: auto; font-family: var(--serif); font-size: 22px; }
.feature-index-grid i { padding-top: 7px; color: var(--muted); font-size: 10px; font-style: normal; border-top: 1px solid var(--line); }
.feature-index-grid i + i { margin-top: 7px; }

.about-band {
  padding-block: 54px;
  color: var(--white);
  background: var(--ink-deep);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.5fr 0.5fr;
  align-items: center;
  gap: 45px;
}

.about-brand {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  column-gap: 12px;
}

.about-brand > img {
  width: 58px;
  height: 60px;
  grid-row: 1 / 3;
  object-fit: cover;
  border-radius: 20px;
}
.about-mark { width: 42px; margin-right: 10px; color: var(--soft-mint); }
.about-brand > span { font-family: var(--serif); font-size: 28px; font-weight: 600; }
.about-brand > small { max-width: 150px; margin-top: 4px; color: var(--soft-mint); font-size: 8px; font-weight: 600; letter-spacing: 0.02em; }
.about-copy { padding-inline: 45px; border-inline: 1px solid rgba(255, 255, 255, 0.13); }
.about-copy p { margin: 0; color: #9eb2aa; font-family: var(--serif); font-size: 21px; line-height: 1.45; }
.about-copy strong { color: var(--white); font-weight: 500; }
.australia-tag { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 0 8px; }
.australia-tag > span { grid-row: 1 / 3; color: var(--gold); font-size: 19px; }
.australia-tag strong { font-size: 9px; }
.australia-tag small { color: #8da79d; font-size: 8px; }

.demo-section {
  color: var(--white);
  background: var(--secondary-green);
}

.demo-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.demo-points {
  margin-top: 34px;
  display: grid;
  gap: 12px;
}

.demo-points span { color: #bfd2ca; font-size: 11px; }
.demo-points i { width: 20px; height: 20px; margin-right: 9px; display: inline-grid; place-items: center; color: var(--ink-deep); background: var(--gold); border-radius: 50%; font-size: 8px; font-style: normal; }

.demo-form {
  padding: clamp(28px, 4vw, 46px);
  color: var(--ink);
  background: var(--white);
  border-radius: 27px;
  box-shadow: 0 30px 75px rgba(10, 34, 28, 0.24);
}

.form-head {
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.form-head span { color: var(--green-mid); font-size: 8px; font-weight: 900; letter-spacing: 0.12em; }
.form-head small { color: var(--muted); font-size: 8px; }

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.form-wide { grid-column: 1 / -1; }

.demo-form label > span {
  display: block;
  margin-bottom: 6px;
  color: #5b6c66;
  font-size: 9px;
  font-weight: 750;
}

.demo-form input,
.demo-form textarea,
.demo-form select {
  width: 100%;
  padding: 12px 13px;
  background: #f7f7f2;
  border: 1px solid #dce1dd;
  border-radius: 9px;
  font-size: 12px;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.demo-form input { height: 44px; }
.demo-form textarea { resize: vertical; min-height: 100px; }
.demo-form input:focus,
.demo-form textarea:focus,
.demo-form select:focus { outline: 0; background: var(--white); border-color: var(--green-mid); box-shadow: 0 0 0 3px rgba(47, 118, 100, 0.13); }
.demo-form textarea::placeholder { color: #99a39f; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-privacy { margin: 16px 0; color: var(--muted); font-size: 8px; }
.form-button { width: 100%; border: 0; }

.site-footer {
  padding: 60px 0 24px;
  color: #a3b4ad;
  background: var(--deep-green);
}

.footer-grid {
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  align-items: center;
  gap: 35px;
}

.footer-brand .brand-name { color: var(--white); }
.footer-brand .brand-by { color: var(--soft-mint); }
.footer-brand {
  grid-template-columns: 50px 1fr;
  column-gap: 10px;
}
.footer-character {
  width: 50px;
  height: 52px;
  grid-row: 1 / 3;
  object-fit: cover;
  border-radius: 17px;
}
.footer-grid > p { margin: 0; font-size: 10px; }
.footer-grid nav { display: flex; justify-content: flex-end; gap: 24px; }
.footer-grid nav a { color: #b8c5c0; font-size: 10px; }
.footer-grid nav a:hover { color: var(--white); }

.footer-bottom {
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  color: #687b73;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 8px;
}

.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 30px;
  background: radial-gradient(circle at 70% 20%, rgba(167, 220, 195, 0.7), transparent 35%), var(--paper);
}

.error-page main {
  max-width: 680px;
  text-align: center;
}

.error-page .brand { margin-bottom: 80px; }
.error-page .eyebrow { justify-content: center; }
.error-page h1 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(45px, 7vw, 76px); font-weight: 500; line-height: 1; }
.error-page p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); }

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms cubic-bezier(0.2, 0.65, 0.3, 1), transform 700ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.reveal-delay { transition-delay: 100ms; }
.reveal-delay-2 { transition-delay: 180ms; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes network-pulse {
  from { transform: translateX(0); }
  to { transform: translateX(38px); }
}

@media (max-width: 1050px) {
  :root { --shell: min(100% - 38px, 920px); }

  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: 11px; }
  .hero { gap: 0; }
  .hero h1 { font-size: clamp(48px, 6vw, 65px); }
  .patient-device { width: 380px; }
  .qr-card { left: 5px; }
  .diet-safe-card { right: 0; }
  .feature-split { gap: 55px; }
  .safety-split { grid-template-columns: 1fr 0.9fr; }
  .about-grid { grid-template-columns: 0.7fr 1.3fr 0.5fr; gap: 25px; }
  .about-copy { padding-inline: 25px; }
  .footer-grid nav { flex-wrap: wrap; }
}

@media (max-width: 880px) {
  .site-header { padding: 10px 0; }
  .nav-shell { width: calc(100vw - 24px); }
  .nav-toggle {
    width: 42px;
    height: 42px;
    margin-left: auto;
    display: grid;
    place-content: center;
    gap: 6px;
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
  }
  .nav-toggle > span:not(.sr-only) { width: 20px; height: 2px; display: block; background: var(--ink); transition: transform 180ms ease; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav {
    position: fixed;
    top: 80px;
    right: 12px;
    left: 12px;
    padding: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 14px 8px; font-size: 14px; border-bottom: 1px solid var(--line); }
  .primary-nav a:last-child { border-bottom: 0; }
  .nav-demo { display: none; }

  .hero {
    min-height: auto;
    padding: 132px 0 0;
    grid-template-columns: 1fr;
    text-align: left;
  }
  .hero::after { background: linear-gradient(180deg, rgba(15,61,55,0.99) 0%, rgba(15,61,55,0.96) 47%, rgba(15,61,55,0.4) 72%, rgba(15,61,55,0.05) 100%); }
  .hero-copy { max-width: none; margin: auto; padding-bottom: 64px; }
  .hero-media { position: relative; z-index: -2; height: min(68vw, 520px); grid-row: 2; }
  .hero-media img { object-position: 67% center; }
  .hero .eyebrow,
  .hero-actions { justify-content: flex-start; }
  .hero-lede { margin-inline: 0; }
  .hero-product { min-height: 610px; }
  .patient-device { width: 430px; }
  .qr-card { left: 10%; }
  .diet-safe-card { right: 8%; }

  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { padding: 18px 0; }
  .trust-grid > div + div { border-left: 0; border-top: 1px solid var(--line); }

  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 250px; }
  .pillar-icon { margin-bottom: 25px; }

  .feature-split,
  .safety-split,
  .hosting-grid,
  .demo-grid,
  .security-intro { grid-template-columns: 1fr; }
  .feature-copy { max-width: 680px; }
  .safety-visual { order: 2; }
  .safety-split .feature-copy { order: 1; }

  .dashboard-body { min-width: 780px; }
  .dashboard-frame { overflow-x: auto; }
  .dashboard-topbar { min-width: 780px; }
  .dashboard-caption { grid-template-columns: 1fr; }

  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-card { min-height: 380px; }
  .micro-feature-row { grid-template-columns: 1fr; }
  .micro-feature-row > div + div { border-left: 0; border-top: 1px solid var(--line); }

  .hosting-copy { max-width: 680px; }
  .hosting-benefits { grid-template-columns: 1fr 1fr; }
  .hosting-benefits > div:nth-child(3) { padding-left: 0; border-left: 0; }

  .security-intro { gap: 25px; }
  .security-layer:nth-child(n) { margin-inline: 0; }

  .feature-index-grid { grid-template-columns: 1fr 1fr; }
  .feature-index-grid > div:nth-child(n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .feature-index-grid > div:nth-child(2n) { border-right: 0; }
  .feature-index-grid > div:nth-child(n + 5) { border-bottom: 0; }

  .about-grid { grid-template-columns: 1fr; }
  .about-copy { padding: 28px 0; border-inline: 0; border-block: 1px solid rgba(255,255,255,0.13); }
  .australia-tag { width: max-content; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { justify-content: flex-start; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 28px); }
  html { scroll-padding-top: 78px; }
  .section-pad { padding-block: 82px; }
  .nav-shell { min-height: 54px; padding-left: 12px; border-radius: 15px; }
  .brand-logo-nav { width: 162px; }
  .brand-name { font-size: 23px; }
  .brand-by { display: none; }

  .hero { padding-top: 112px; padding-bottom: 0; gap: 0; overflow: hidden; }
  .hero h1 { font-size: clamp(39px, 11.5vw, 54px); }
  .hero-brandword { font-size: 38px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-proof { margin-top: 36px; }
  .hero-proof div { padding: 15px 5px 0; }
  .hero-proof div + div { padding-left: 8px; }
  .hero-proof strong { font-size: 12px; }
  .hero-proof span { font-size: 8px; }
  .hero-media { height: 360px; }
  .hero-product { min-height: 510px; margin-inline: -14px; }
  .ambient-one { width: 380px; height: 380px; }
  .patient-device { width: min(82vw, 350px); border-width: 7px; border-radius: 27px; }
  .patient-screen { padding: 19px; }
  .meal-card { grid-template-columns: 70px 1fr; }
  .meal-illustration { min-height: 76px; }
  .meal-illustration::before { width: 55px; height: 55px; top: 10px; left: 8px; }
  .qr-card { top: 83px; left: 0; transform: scale(0.83) rotate(-5deg); transform-origin: left; }
  .diet-safe-card { right: -4px; bottom: 50px; transform: scale(0.8) rotate(3deg); transform-origin: right; }

  .section-heading h2,
  .feature-copy h2,
  .hosting-copy h2,
  .security-intro h2,
  .demo-copy h2 { font-size: clamp(40px, 12vw, 54px); }
  .section-heading > p:last-child,
  .feature-lede,
  .hosting-copy > p,
  .security-intro > p,
  .demo-copy > p { font-size: 15px; }

  .pillar-card { padding: 27px; }
  .patient-visual,
  .safety-visual,
  .display-wall { min-height: 490px; margin-inline: -2px; border-radius: 26px; }
  .patient-visual::before { inset: 20px; }
  .tablet-frame { width: 77%; }
  .note-top { top: 60px; right: -6px; transform: scale(0.82); transform-origin: right; }
  .note-bottom { bottom: 55px; left: -6px; transform: scale(0.82); transform-origin: left; }

  .dashboard-frame { margin-inline: -2px; border-width: 5px; }
  .dashboard-caption { margin-top: 24px; }

  .safety-card { width: 88%; }
  .ingredient-card { right: -3%; bottom: 25px; transform: scale(0.86) rotate(4deg); }
  .text-feature-grid { grid-template-columns: 1fr; }

  .epaper-device { width: 88%; }
  .epaper-screen { padding: 15px; }
  .epaper-head strong { font-size: 32px; }

  .workflow-card { min-height: auto; padding: 25px; }
  .workflow-card h3 { margin-top: 25px; }
  .room-flow { padding-inline: 8px; }

  .hosting-diagram { padding: 13px; }
  .facility-outline { padding: 17px 10px; }
  .facility-label i { display: none; }
  .network-row { grid-template-columns: 1fr 18px 1.1fr 18px 1fr; }
  .network-node { min-height: 120px; padding-inline: 5px; }
  .network-line i { animation: none; }
  .network-node strong { font-size: 7px; }
  .network-node small { font-size: 6px; }
  .support-link { display: grid; gap: 2px; }
  .hosting-benefits { grid-template-columns: 1fr; }
  .hosting-benefits > div:nth-child(n) { padding: 21px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,0.18); }
  .hosting-benefits > div:last-child { border-bottom: 0; }

  .security-stack { margin-top: 50px; }
  .security-layer { min-height: auto; padding: 18px; grid-template-columns: 38px 1fr; gap: 10px; }
  .security-layer > i { grid-column: 2; width: max-content; }

  .feature-index-grid { grid-template-columns: 1fr; }
  .feature-index-grid > div:nth-child(n) { min-height: 185px; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-index-grid > div:last-child { border-bottom: 0; }

  .demo-form { padding: 25px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .form-head { display: grid; gap: 3px; }
  .footer-grid nav { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-bottom { gap: 20px; }
  .footer-bottom span:last-child { text-align: right; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
