@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600&family=Noto+Sans+SC:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;600&display=swap");

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

:root {
  --v2-ink: #111318;
  --v2-ink-soft: #20242c;
  --v2-paper: #f7f7f3;
  --v2-mist: #e8edf1;
  --v2-steel: #c9d2db;
  --v2-muted: #626a75;
  --v2-blue: #3157f3;
  --v2-blue-dark: #1c38b6;
  --v2-coral: #ed765f;
  --v2-yellow: #e8d34e;
  --v2-line: rgba(17, 19, 24, 0.12);
  --v2-white-line: rgba(255, 255, 255, 0.16);
  --v2-shadow: 0 30px 90px rgba(25, 31, 42, 0.11);
  --v2-motion: 760ms cubic-bezier(0.32, 0.72, 0, 1);
  --v2-wide-frame: 1720px;
  --v2-wide-content: 1560px;
  --v2-display: "Newsreader", "Noto Serif SC", serif;
  --v2-body: "Manrope", "Noto Sans SC", sans-serif;
}

body.ui-v2 {
  --page-bg: var(--v2-mist);
  --page-bg-layers:
    radial-gradient(52rem 34rem at 3% 7%, rgba(255, 255, 255, 0.92), transparent 72%),
    radial-gradient(44rem 28rem at 97% 10%, rgba(49, 87, 243, 0.09), transparent 72%),
    linear-gradient(180deg, #edf1f4 0%, #e5eaee 56%, #f4f4ef 100%);
  min-height: 100%;
  background-color: var(--v2-mist);
  background-image: var(--page-bg-layers);
  color: var(--v2-ink);
  font-family: var(--v2-body);
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.ui-v2::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(17, 19, 24, 0.28) 0.45px, transparent 0.6px);
  background-size: 5px 5px;
  opacity: 0.035;
}

body.ui-v2 *,
body.ui-v2 *::before,
body.ui-v2 *::after {
  box-sizing: border-box;
}

body.ui-v2 h1,
body.ui-v2 h2,
body.ui-v2 h3 {
  text-shadow: none;
}

body.ui-v2 h1,
body.ui-v2 .hero h1,
body.ui-v2 .section-title,
body.ui-v2 .faq-hero h1,
body.ui-v2 .agent-hero h1,
body.ui-v2 .legal-hero h1,
body.ui-v2 .about-hero h1 {
  font-family: var(--v2-display);
  font-weight: 500;
  letter-spacing: -0.045em;
}

body.ui-v2 [id] {
  scroll-margin-top: 112px;
}

body.ui-v2 :focus-visible {
  outline: 3px solid var(--v2-yellow);
  outline-offset: 4px;
}

body.ui-v2 > .bg-physics {
  opacity: 0.08;
  filter: saturate(0.55);
  mix-blend-mode: multiply;
}

body.ui-v2 .react-effects-ballpit {
  opacity: 0.2;
  filter: saturate(0.65);
}

body.ui-v2 > .site-top,
body.ui-v2 > .site-top.site-top,
body.ui-v2 > div.site-top {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 30;
  width: min(calc(100% - 32px), 1180px);
  max-width: 1180px;
  min-height: 62px;
  margin: 0;
  padding: 8px 9px 8px 17px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 999px;
  background: rgba(248, 249, 247, 0.84);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.75),
    0 20px 55px rgba(23, 29, 40, 0.12);
  backdrop-filter: blur(18px) saturate(135%);
}

body.ui-v2 .site-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--v2-ink);
  font-family: var(--v2-body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.ui-v2 .site-brand img {
  width: 38px;
  height: 38px;
  padding: 7px;
  border-radius: 50%;
  background: var(--v2-ink);
  object-fit: contain;
}

body.ui-v2 .site-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2px;
  padding: 0;
  overflow: visible;
}

body.ui-v2 .site-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  color: var(--v2-ink);
  background: transparent;
  font-family: var(--v2-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-shadow: none;
  text-transform: uppercase;
  transition:
    color var(--v2-motion),
    background-color var(--v2-motion),
    transform var(--v2-motion);
}

body.ui-v2 .site-nav a:hover,
body.ui-v2 .site-nav a.is-active {
  color: var(--v2-blue);
  background: rgba(49, 87, 243, 0.075);
}

body.ui-v2 .site-nav a.nav-cta,
body.ui-v2 .site-nav a.nav-cta:hover,
body.ui-v2 .site-nav a.nav-cta.is-active {
  min-width: 76px;
  color: #fff;
  background: var(--v2-ink);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

body.ui-v2 .site-nav a:active,
body.ui-v2 .v2-footer__cta:active,
body.ui-v2 .hero__btn:active,
body.ui-v2 .agent-btn:active {
  transform: scale(0.975);
}

body.ui-v2 .nav-account-menu {
  border: 0;
  border-radius: 24px;
  background: rgba(248, 249, 247, 0.96);
  box-shadow:
    inset 0 0 0 1px rgba(17, 19, 24, 0.07),
    0 24px 60px rgba(17, 19, 24, 0.16);
}

.ui-v2 .v2-cta-icon {
  display: inline-grid;
  width: 30px;
  height: 30px;
  margin-left: 12px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  font-style: normal;
  transition: transform var(--v2-motion), background-color var(--v2-motion);
}

.ui-v2 .hero__btn:hover .v2-cta-icon,
.ui-v2 .agent-btn:hover .v2-cta-icon,
.ui-v2 .about-primary-link:hover .v2-cta-icon {
  transform: translate(3px, 2px) scale(1.06);
}

/* Homepage: an editorial energy ledger rather than a generic SaaS hero. */
body.ui-v2.homepage .hero-wrap {
  padding: 126px 0 26px;
}

body.ui-v2.homepage .hero-wrap .container,
body.ui-v2.homepage .homepage-container {
  width: min(100%, 1232px);
  max-width: 1232px;
  margin: 0 auto;
  padding-right: 26px;
  padding-left: 26px;
}

body.ui-v2.homepage .hero {
  position: relative;
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(350px, 0.84fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: end;
  padding: clamp(42px, 6vw, 82px);
  overflow: hidden;
  border: 0;
  border-radius: 44px;
  background:
    linear-gradient(90deg, rgba(16, 19, 25, 0.98) 0 49%, rgba(16, 19, 25, 0.6) 66%, rgba(16, 19, 25, 0.18) 100%),
    linear-gradient(145deg, #11151d 0%, #29313f 58%, #798a9e 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.11),
    var(--v2-shadow);
}

body.ui-v2.homepage .hero::before {
  content: "";
  position: absolute;
  right: -6%;
  bottom: -38%;
  width: min(62vw, 720px);
  aspect-ratio: 1;
  border: clamp(54px, 8vw, 110px) solid rgba(193, 213, 235, 0.35);
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.17);
}

body.ui-v2.homepage .hero::after {
  content: "01 / DAILY ENERGY";
  position: absolute;
  right: 32px;
  top: 28px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

body.ui-v2.homepage .hero__canvas {
  inset: 56px 2.5% 44% 53%;
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 34px 34px 12px 12px;
  opacity: 0.72;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%);
}

body.ui-v2.homepage .hero__story-stage.is-burger > div,
body.ui-v2.homepage .hero__story-stage.is-burger > svg {
  transform: scale(1.06);
}

body.ui-v2.homepage .hero__content,
body.ui-v2.homepage .hero__panel {
  position: relative;
  z-index: 3;
}

body.ui-v2.homepage .hero__content {
  align-self: center;
}

body.ui-v2.homepage .hero__eyebrow,
body.ui-v2.homepage .section-eyebrow,
body.ui-v2 .agent-eyebrow,
body.ui-v2 .about-kicker {
  color: var(--v2-yellow);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.19em;
}

body.ui-v2.homepage .hero h1 {
  max-width: 690px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(54px, 6.4vw, 88px);
  line-height: 0.9;
}

body.ui-v2.homepage .hero__lead {
  max-width: 590px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.75;
}

body.ui-v2.homepage .hero__actions {
  margin-top: 30px;
}

body.ui-v2.homepage .hero__btn,
body.ui-v2 .agent-btn,
body.ui-v2 .about-primary-link {
  width: auto;
  height: auto;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  overflow: visible;
  padding: 5px 7px 5px 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--v2-blue);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  text-shadow: none;
  transition: transform var(--v2-motion), background-color var(--v2-motion);
}

body.ui-v2.homepage .hero__btn:hover,
body.ui-v2 .agent-btn:hover,
body.ui-v2 .about-primary-link:hover {
  background: var(--v2-blue-dark);
}

body.ui-v2.homepage .hero__ghost,
body.ui-v2 .agent-ghost,
body.ui-v2 .about-secondary-link {
  width: auto;
  height: auto;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  overflow: visible;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  font-size: 13px;
  line-height: 1.2;
  text-shadow: none;
  transition: transform var(--v2-motion), background-color var(--v2-motion);
}

body.ui-v2.homepage .hero__ghost:hover,
body.ui-v2 .agent-ghost:hover,
body.ui-v2 .about-secondary-link:hover {
  background: rgba(255, 255, 255, 0.17);
}

body.ui-v2.homepage .hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 36px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.ui-v2.homepage .hero__meta-item {
  padding: 14px 18px 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.21);
}

body.ui-v2.homepage .hero__meta-item + .hero__meta-item {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

body.ui-v2.homepage .hero__meta-item .label {
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
}

body.ui-v2.homepage .hero__meta-item .value {
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
}

body.ui-v2.homepage .hero__panel {
  width: 100%;
  max-width: 430px;
  justify-self: end;
  align-self: end;
  display: grid;
  gap: 5px;
  padding: 6px;
  border-radius: 27px;
  background: rgba(8, 11, 17, 0.64);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 24px 60px rgba(3, 5, 9, 0.24);
  backdrop-filter: blur(18px) saturate(120%);
}

body.ui-v2.homepage .hero__card {
  padding: 19px 21px;
  border: 0;
  border-radius: 21px;
  color: var(--v2-ink);
  background: rgba(248, 249, 247, 0.96);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.78);
}

body.ui-v2.homepage .hero__card--metric {
  color: #fff;
  background: var(--v2-blue);
}

body.ui-v2.homepage .hero__card--metric .hero__card-note {
  color: rgba(255, 255, 255, 0.75);
}

body.ui-v2.homepage .hero__list,
body.ui-v2.homepage .hero__card-note {
  color: var(--v2-muted);
}

body.ui-v2.homepage .hero__story-kcal {
  right: 5%;
  top: 40%;
  border: 0;
  border-radius: 999px;
  background: var(--v2-yellow);
  box-shadow: 0 16px 40px rgba(17, 19, 24, 0.2);
}

body.ui-v2.homepage .homepage-container {
  padding-top: 42px;
  padding-bottom: 72px;
}

body.ui-v2.homepage .homepage-main {
  gap: 34px;
}

body.ui-v2.homepage .faq,
body.ui-v2.homepage .calculator {
  border: 0;
  border-radius: 36px;
  background: rgba(248, 249, 247, 0.74);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.72),
    var(--v2-shadow);
}

body.ui-v2.homepage .faq {
  padding: clamp(28px, 5vw, 58px);
}

body.ui-v2.homepage .section-head {
  max-width: 760px;
}

body.ui-v2.homepage .section-title {
  margin-top: 8px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 0.98;
}

body.ui-v2.homepage .section-subtitle {
  max-width: 620px;
  margin-top: 8px;
  color: var(--v2-muted);
}

body.ui-v2.homepage .faq__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 32px;
}

body.ui-v2.homepage .faq__list details {
  min-height: 92px;
  padding: 20px 21px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--v2-line);
  transition: transform var(--v2-motion), box-shadow var(--v2-motion);
}

body.ui-v2.homepage .faq__list details:hover {
  transform: translateY(-3px);
  box-shadow: inset 0 0 0 1px rgba(49, 87, 243, 0.28), 0 18px 36px rgba(25, 31, 42, 0.08);
}

body.ui-v2.homepage .faq__list summary::after,
body.ui-v2.homepage .faq__list a {
  color: var(--v2-blue);
}

body.ui-v2.homepage .calculator {
  padding: 8px;
  background: rgba(17, 19, 24, 0.08);
}

body.ui-v2.homepage .calculator > .logo {
  display: none;
}

body.ui-v2.homepage .calculator > [view="calc_input"] {
  display: block;
  padding: clamp(24px, 5vw, 54px);
  border-radius: 29px;
  background: var(--v2-paper);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.94);
}

body.ui-v2.homepage .calc-toolbar {
  align-items: flex-start;
  padding-bottom: 30px;
  text-align: left;
  border-bottom-color: var(--v2-line);
}

body.ui-v2.homepage .calc-heading {
  max-width: 760px;
  margin: 0;
}

body.ui-v2.homepage .calc-toolbar .title {
  font-family: var(--v2-display);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

body.ui-v2.homepage .calc-kicker {
  color: var(--v2-blue);
  font-size: 10px;
}

body.ui-v2.homepage .calc-badges {
  justify-content: flex-start;
}

body.ui-v2.homepage .calc-badge {
  color: var(--v2-ink);
  background: rgba(17, 19, 24, 0.06);
}

body.ui-v2.homepage .cc-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 54px);
  align-items: stretch;
  margin-top: 22px;
}

body.ui-v2.homepage .cc-inputs,
body.ui-v2.homepage .cc-results {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 7px;
  border-radius: 26px;
  background: rgba(17, 19, 24, 0.055);
  box-shadow: inset 0 0 0 1px rgba(17, 19, 24, 0.04);
}

body.ui-v2.homepage .cc-results {
  display: grid;
  grid-template-rows:
    repeat(3, minmax(92px, 1fr))
    minmax(132px, 1.35fr)
    minmax(144px, 1.35fr);
  gap: 10px;
}

body.ui-v2.homepage .cc-inputs > *,
body.ui-v2.homepage .cc-results > * {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
}

body.ui-v2.homepage .cc-results > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.ui-v2.homepage .cc-field {
  margin: 0;
  padding: 14px 16px;
  border-bottom: 1px solid var(--v2-line);
  background: #fff;
}

body.ui-v2.homepage .cc-field:first-child {
  border-radius: 20px 20px 0 0;
}

body.ui-v2.homepage .cc-field:nth-last-of-type(1) {
  border-bottom: 0;
}

body.ui-v2.homepage .cc-field label {
  color: var(--v2-muted);
  font-size: 9px;
  font-weight: 800;
}

body.ui-v2.homepage .cc-field label:has(.cc-field-note) {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

body.ui-v2.homepage .cc-field-note {
  overflow: hidden;
  color: rgba(94, 103, 118, 0.72);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}

body.ui-v2.homepage .cc-field input,
body.ui-v2.homepage .cc-field select {
  display: block;
  flex: 0 0 46px;
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: 46px;
  height: 46px;
  margin: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 12px;
  color: var(--v2-ink);
  background: var(--v2-paper);
  box-shadow: inset 0 0 0 1px var(--v2-line);
}

body.ui-v2.homepage .cc-field input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: textfield;
}

body.ui-v2.homepage .cc-field input[type="number"]::-webkit-inner-spin-button,
body.ui-v2.homepage .cc-field input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

body.ui-v2.homepage .cc-field select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.25 6 6.25 11 1.25' fill='none' stroke='%23111318' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px 8px;
}

body.ui-v2.homepage .cc-field input:focus,
body.ui-v2.homepage .cc-field select:focus {
  box-shadow: inset 0 0 0 2px var(--v2-blue), 0 0 0 4px rgba(49, 87, 243, 0.09);
}

body.ui-v2.homepage .cc-result,
body.ui-v2.homepage .cc-card,
body.ui-v2.homepage .cc-pro-callout,
body.ui-v2.homepage .cc-agent-panel,
body.ui-v2.homepage .cc-balance-card {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 19px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--v2-line);
}

body.ui-v2.homepage .cc-result {
  align-items: center;
}

body.ui-v2.homepage .cc-results > .cc-card,
body.ui-v2.homepage .cc-results > .cc-pro-callout {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

html.pro-unlocked body.ui-v2.homepage .cc-results > .cc-pro-callout {
  display: none;
}

html.pro-unlocked body.ui-v2.homepage .cc-results > .cc-agent-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.ui-v2.homepage .cc-result .value,
body.ui-v2.homepage .cc-agent-panel__value,
body.ui-v2.homepage .cc-balance-value {
  color: var(--v2-blue);
  font-family: var(--v2-body);
  font-variant-numeric: tabular-nums;
}

body.ui-v2.homepage .calbtn-wrap .ui-btn {
  height: auto;
  min-height: 54px;
  overflow: visible;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--v2-blue);
  box-shadow: none;
  line-height: 1.2;
  text-shadow: none;
  transition: transform var(--v2-motion), background-color var(--v2-motion);
}

body.ui-v2.homepage .calbtn-wrap .ui-btn:hover {
  background: var(--v2-blue-dark);
}

body.ui-v2.homepage .calorie-sonnet {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.94fr);
  min-height: 560px;
  margin-top: clamp(28px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(17, 19, 24, 0.11);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(17, 19, 24, 0.1);
}

body.ui-v2.homepage .calorie-sonnet__art {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: clamp(22px, 3vw, 42px);
  background:
    linear-gradient(rgba(17, 19, 24, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 19, 24, 0.035) 1px, transparent 1px),
    #fff;
  background-size: 36px 36px;
}

body.ui-v2.homepage .calorie-sonnet__art::after {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(17, 19, 24, 0.5);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px var(--v2-blue);
  content: "";
}

body.ui-v2.homepage .calorie-sonnet__art img {
  position: relative;
  z-index: 1;
  width: 112%;
  max-width: 760px;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  object-fit: contain;
}

body.ui-v2.homepage .calorie-sonnet__poem {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4.5vw, 62px);
  color: rgba(255, 255, 255, 0.86);
  background:
    radial-gradient(circle at 100% 0%, rgba(49, 87, 243, 0.34), transparent 38%),
    var(--v2-ink);
}

body.ui-v2.homepage .calorie-sonnet__eyebrow {
  margin: 0 0 14px;
  color: var(--v2-yellow);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.ui-v2.homepage .calorie-sonnet__poem h2 {
  margin: 0 0 26px;
  color: #fff;
  font-family: var(--v2-display);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

body.ui-v2.homepage .calorie-sonnet__poem blockquote {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: clamp(12px, 1.15vw, 15px);
  line-height: 1.45;
}

body.ui-v2.homepage .calorie-sonnet__poem blockquote span {
  display: block;
}

body.ui-v2.homepage .calorie-sonnet__poem blockquote span:nth-last-child(-n + 2) {
  color: #fff;
  font-weight: 600;
}

body.ui-v2 .comment-box {
  border: 0;
  border-radius: 30px;
  background: rgba(248, 249, 247, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), var(--v2-shadow);
}

/* FAQ, pro and legal pages share the same editorial shell. */
body.ui-v2 .faq-shell,
body.ui-v2 .agent-shell,
body.ui-v2 .legal-shell {
  width: min(100%, 1180px);
  max-width: 1180px;
  padding-top: 132px;
  padding-bottom: 104px;
}

body.ui-v2 .faq-hero,
body.ui-v2 .agent-hero,
body.ui-v2 .legal-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 6vw, 76px);
  border: 0;
  border-radius: 38px;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(17, 19, 24, 0.98), rgba(25, 31, 45, 0.84)),
    var(--v2-ink);
  box-shadow: var(--v2-shadow);
}

body.ui-v2 .faq-hero::after,
body.ui-v2 .agent-hero::after,
body.ui-v2 .legal-hero::after {
  content: "";
  position: absolute;
  right: -9%;
  bottom: -88%;
  width: min(55vw, 620px);
  aspect-ratio: 1;
  border: 84px solid rgba(49, 87, 243, 0.45);
  border-radius: 50%;
  pointer-events: none;
}

body.ui-v2 .faq-hero h1,
body.ui-v2 .agent-hero h1,
body.ui-v2 .legal-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 850px;
  color: #fff;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.94;
}

body.ui-v2 .faq-hero p,
body.ui-v2 .agent-hero > p,
body.ui-v2 .legal-summary,
body.ui-v2 .legal-meta {
  position: relative;
  z-index: 1;
  max-width: 690px;
  color: rgba(255, 255, 255, 0.67);
}

body.ui-v2 .faq-list {
  overflow: hidden;
  border-radius: 32px;
  background: rgba(248, 249, 247, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), var(--v2-shadow);
}

body.ui-v2 .faq-item {
  border-bottom-color: var(--v2-line);
  background: transparent;
}

body.ui-v2 .faq-item summary {
  padding: 26px 30px;
  transition: background-color var(--v2-motion);
}

body.ui-v2 .faq-item summary:hover,
body.ui-v2 .faq-item[open] summary {
  background: rgba(255, 255, 255, 0.65);
}

body.ui-v2 .faq-question {
  font-family: var(--v2-display);
  font-size: clamp(22px, 2.3vw, 31px);
  font-weight: 500;
}

body.ui-v2 .faq-action span {
  border: 0;
  background: rgba(17, 19, 24, 0.07);
}

body.ui-v2 .faq-item[open] .faq-action span {
  background: var(--v2-blue);
}

body.ui-v2 .agent-section,
body.ui-v2 .agent-embed,
body.ui-v2 .legal-section {
  padding: clamp(26px, 4vw, 46px);
  border: 0;
  border-radius: 32px;
  background: rgba(248, 249, 247, 0.78);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78), var(--v2-shadow);
}

body.ui-v2 .agent-section h2,
body.ui-v2 .agent-embed h2,
body.ui-v2 .legal-section h2 {
  font-family: var(--v2-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

body.ui-v2 .agent-meta-card,
body.ui-v2 .agent-card,
body.ui-v2 .agent-result {
  border: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--v2-line);
}

body.ui-v2 .agent-meta-card strong {
  color: var(--v2-ink);
}

body.ui-v2 .agent-embed__frame {
  border: 7px solid rgba(17, 19, 24, 0.07);
  border-radius: 28px;
  background: var(--v2-paper);
}

body.ui-v2.legal-page:not(.author-profile-page) .legal-shell {
  max-width: 1040px;
}

body.ui-v2 .legal-section p,
body.ui-v2 .legal-list {
  color: var(--v2-muted);
}

body.ui-v2 .legal-links a {
  color: var(--v2-blue);
}

/* Journal and policy pages turn the footer directory into real destinations. */
body.ui-v2 .content-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 132px 24px 104px;
}

body.ui-v2 .content-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(42px, 7vw, 82px);
  border-radius: 38px;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(17, 19, 24, 0.99) 0 52%, rgba(28, 36, 50, 0.72) 100%),
    var(--v2-ink);
  box-shadow: var(--v2-shadow);
}

body.ui-v2 .content-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -40%;
  width: min(54vw, 620px);
  aspect-ratio: 1;
  border: clamp(62px, 8vw, 104px) solid rgba(49, 87, 243, 0.42);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

body.ui-v2 .content-kicker,
body.ui-v2 .journal-entry__number,
body.ui-v2 .policy-card__label {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--v2-yellow);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

body.ui-v2 .content-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 14px 0 0;
  color: #fff;
  font-family: var(--v2-display);
  font-size: clamp(52px, 8vw, 100px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.91;
}

body.ui-v2 .content-hero__intro {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(15px, 1.8vw, 19px);
  line-height: 1.72;
}

body.ui-v2 .content-hero__meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

body.ui-v2 .content-hero__meta span {
  padding: 8px 11px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.13);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.ui-v2 .content-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

body.ui-v2 .content-index a {
  min-height: 154px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr;
  gap: 12px 16px;
  padding: 22px;
  border-radius: 24px;
  color: var(--v2-ink);
  background: rgba(248, 249, 247, 0.78);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82), var(--v2-shadow);
  text-decoration: none;
  transition: transform var(--v2-motion), background-color var(--v2-motion);
}

body.ui-v2 .content-index a:hover {
  transform: translateY(-4px);
  background: #fff;
}

body.ui-v2 .content-index a > span {
  color: var(--v2-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

body.ui-v2 .content-index a > strong {
  align-self: end;
  font-family: var(--v2-display);
  font-size: clamp(23px, 2.6vw, 34px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

body.ui-v2 .content-index a > small {
  grid-column: 2;
  color: var(--v2-muted);
  font-size: 11px;
  line-height: 1.55;
}

body.ui-v2 .content-index a > i {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 20px;
  font-style: normal;
}

body.ui-v2 .journal-entry,
body.ui-v2 .policy-section {
  display: grid;
  grid-template-columns: minmax(140px, 0.3fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 82px);
  margin-top: 16px;
  padding: clamp(30px, 5vw, 58px);
  border-radius: 32px;
  background: rgba(248, 249, 247, 0.8);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82), var(--v2-shadow);
}

body.ui-v2 .journal-entry__aside,
body.ui-v2 .policy-section__aside {
  align-self: start;
}

body.ui-v2 .journal-entry__aside p,
body.ui-v2 .policy-section__aside p {
  margin: 13px 0 0;
  color: var(--v2-muted);
  font-size: 11px;
  line-height: 1.6;
}

body.ui-v2 .journal-entry__body h2,
body.ui-v2 .policy-section__body h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--v2-display);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

body.ui-v2 .journal-entry__body h3,
body.ui-v2 .policy-section__body h3 {
  margin: 30px 0 0;
  font-size: 16px;
  letter-spacing: -0.02em;
}

body.ui-v2 .journal-entry__body p,
body.ui-v2 .policy-section__body p,
body.ui-v2 .journal-entry__body li,
body.ui-v2 .policy-section__body li {
  color: var(--v2-muted);
  line-height: 1.82;
}

body.ui-v2 .journal-entry__body > p:first-of-type,
body.ui-v2 .policy-section__body > p:first-of-type {
  color: var(--v2-ink);
  font-size: 18px;
}

body.ui-v2 .journal-entry__body ul,
body.ui-v2 .policy-section__body ul {
  padding-left: 20px;
}

body.ui-v2 .content-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  margin-top: 26px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(49, 87, 243, 0.075);
  box-shadow: inset 0 0 0 1px rgba(49, 87, 243, 0.13);
}

body.ui-v2 .content-note > span {
  color: var(--v2-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

body.ui-v2 .content-note p {
  margin: 0;
  color: var(--v2-ink);
}

body.ui-v2 .content-actions,
body.ui-v2 .content-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

body.ui-v2 .content-actions a,
body.ui-v2 .content-sources a,
body.ui-v2 .policy-card a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--v2-ink);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  transition: transform var(--v2-motion), background-color var(--v2-motion);
}

body.ui-v2 .content-sources a {
  color: var(--v2-ink);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--v2-line);
}

body.ui-v2 .content-actions a:hover,
body.ui-v2 .content-sources a:hover,
body.ui-v2 .policy-card a:hover {
  transform: translateY(-2px);
  background: var(--v2-blue);
  color: #fff;
}

body.ui-v2 .policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

body.ui-v2 .policy-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  border-radius: 26px;
  background: rgba(248, 249, 247, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82), var(--v2-shadow);
}

body.ui-v2 .policy-card h2 {
  margin: 20px 0 0;
  font-family: var(--v2-display);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

body.ui-v2 .policy-card p {
  margin: 14px 0 24px;
  color: var(--v2-muted);
  line-height: 1.7;
}

body.ui-v2 .policy-card .policy-card__label,
body.ui-v2 .journal-entry__aside .journal-entry__number,
body.ui-v2 .policy-section__aside .journal-entry__number {
  margin: 0;
  color: var(--v2-blue);
}

body.ui-v2 .policy-card a {
  margin-top: auto;
}

/* Product About: a transparent calibration manual, not a generic company profile. */
body.ui-v2 .about-product-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 132px 24px 104px;
}

body.ui-v2 .about-product-hero {
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(36px, 7vw, 94px);
  align-items: center;
  overflow: hidden;
  padding: clamp(42px, 7vw, 82px);
  border-radius: 40px;
  color: #fff;
  background:
    linear-gradient(108deg, rgba(16, 19, 25, 0.99) 0 58%, rgba(31, 41, 58, 0.84) 100%),
    var(--v2-ink);
  box-shadow: var(--v2-shadow);
}

body.ui-v2 .about-product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 0, #000 52%, #000 100%);
  pointer-events: none;
}

body.ui-v2 .about-product-hero::after {
  content: "";
  position: absolute;
  right: -13%;
  top: -43%;
  width: min(50vw, 560px);
  aspect-ratio: 1;
  border: clamp(54px, 7vw, 92px) solid rgba(49, 87, 243, 0.38);
  border-radius: 50%;
  pointer-events: none;
}

body.ui-v2 .about-product-hero__copy,
body.ui-v2 .about-calibration {
  position: relative;
  z-index: 1;
}

body.ui-v2 .about-product-kicker,
body.ui-v2 .about-product-section__head > p {
  margin: 0;
  color: var(--v2-yellow);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.ui-v2 .about-product-hero h1 {
  max-width: 770px;
  margin: 15px 0 0;
  color: #fff;
  font-family: var(--v2-display);
  font-size: clamp(54px, 7.2vw, 94px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

body.ui-v2 .about-product-hero__copy > p:last-of-type {
  max-width: 710px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.76;
}

body.ui-v2 .about-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

body.ui-v2 .about-product-action {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform var(--v2-motion), background-color var(--v2-motion);
}

body.ui-v2 .about-product-action--primary {
  background: var(--v2-blue);
  box-shadow: none;
}

body.ui-v2 .about-product-action:hover {
  color: #fff;
  background: var(--v2-blue-dark);
  transform: translateY(-2px);
}

body.ui-v2 .about-calibration {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border-radius: 28px;
  color: var(--v2-ink);
  background: rgba(248, 249, 247, 0.94);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.2);
}

body.ui-v2 .about-calibration > p {
  margin: 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.ui-v2 .about-calibration ol {
  margin: 32px 0;
  padding: 0;
  list-style: none;
}

body.ui-v2 .about-calibration li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 19px 0;
  border-top: 1px solid var(--v2-line);
}

body.ui-v2 .about-calibration li:last-child {
  border-bottom: 1px solid var(--v2-line);
}

body.ui-v2 .about-calibration li > span {
  color: var(--v2-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

body.ui-v2 .about-calibration strong,
body.ui-v2 .about-calibration small {
  display: block;
}

body.ui-v2 .about-calibration strong {
  font-family: var(--v2-display);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

body.ui-v2 .about-calibration small {
  margin-top: 4px;
  color: var(--v2-muted);
  font-size: 10px;
  line-height: 1.5;
}

body.ui-v2 .about-calibration__footer {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--v2-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.ui-v2 .about-calibration__footer i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--v2-yellow);
  box-shadow: 0 0 0 4px rgba(232, 211, 78, 0.18);
}

body.ui-v2 .about-product-section,
body.ui-v2 .about-product-contact {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(34px, 7vw, 96px);
  margin-top: 16px;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 32px;
  background: rgba(248, 249, 247, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82), var(--v2-shadow);
}

body.ui-v2 .about-product-section__head h2,
body.ui-v2 .about-product-contact h2 {
  margin: 14px 0 0;
  font-family: var(--v2-display);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

body.ui-v2 .about-purpose-list article {
  display: grid;
  grid-template-columns: 96px minmax(160px, 0.78fr) minmax(220px, 1.22fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid var(--v2-line);
}

body.ui-v2 .about-purpose-list article:last-child {
  border-bottom: 1px solid var(--v2-line);
}

body.ui-v2 .about-purpose-list article > span {
  color: var(--v2-blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.ui-v2 .about-purpose-list h3 {
  margin: 0;
  font-family: var(--v2-display);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

body.ui-v2 .about-purpose-list p,
body.ui-v2 .about-invite-copy > p,
body.ui-v2 .about-product-contact > div > p:last-child {
  margin: 0;
  color: var(--v2-muted);
  line-height: 1.75;
}

body.ui-v2 .about-purpose-list a,
body.ui-v2 .about-principles a {
  color: var(--v2-ink);
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

body.ui-v2 .about-purpose-list a:hover,
body.ui-v2 .about-principles a:hover {
  color: var(--v2-blue);
}

body.ui-v2 .about-product-section--principles {
  color: #fff;
  background: var(--v2-ink);
  box-shadow: var(--v2-shadow);
}

body.ui-v2 .about-product-section--principles .about-product-section__head h2 {
  color: #fff;
}

body.ui-v2 .about-principles > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1.45fr);
  gap: 22px;
  padding: 21px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

body.ui-v2 .about-principles > div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

body.ui-v2 .about-principles strong {
  font-family: var(--v2-display);
  font-size: 22px;
  font-weight: 500;
}

body.ui-v2 .about-principles p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.72;
}

body.ui-v2 .about-principles .about-principles__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

body.ui-v2 .about-principles__links a {
  color: var(--v2-yellow);
}

body.ui-v2 .about-product-section--invite {
  background: var(--v2-yellow);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), var(--v2-shadow);
}

body.ui-v2 .about-product-section--invite .about-product-section__head > p {
  color: rgba(17, 19, 24, 0.56);
}

body.ui-v2 .about-invite-copy {
  align-self: center;
}

body.ui-v2 .about-invite-copy .about-product-action {
  width: fit-content;
  margin-top: 26px;
  color: #fff;
  background: var(--v2-ink);
}

body.ui-v2 .about-product-contact {
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(49, 87, 243, 0.34), transparent 34%),
    var(--v2-ink-soft);
}

body.ui-v2 .about-product-contact h2 {
  color: #fff;
}

body.ui-v2 .about-product-contact > div > p:last-child {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.58);
}

body.ui-v2 .about-product-email {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 18px;
  align-items: center;
  padding: 22px 24px;
  border-radius: 22px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  text-decoration: none;
  transition: background-color var(--v2-motion), transform var(--v2-motion);
}

body.ui-v2 .about-product-email:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-2px);
}

body.ui-v2 .about-product-email span {
  color: var(--v2-yellow);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.ui-v2 .about-product-email strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 13px;
}

body.ui-v2 .about-product-email i {
  grid-column: 2;
  grid-row: 1 / span 2;
  font-size: 20px;
  font-style: normal;
}

body.ui-v2 .about-author-easter {
  width: fit-content;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  align-items: center;
  margin: 22px 0 0 auto;
  padding: 10px 12px;
  border-radius: 999px;
  color: rgba(17, 19, 24, 0.48);
  font-size: 9px;
  text-decoration: none;
  transition: color var(--v2-motion), background-color var(--v2-motion);
}

body.ui-v2 .about-author-easter span {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.ui-v2 .about-author-easter strong {
  font-weight: 700;
}

body.ui-v2 .about-author-easter i {
  color: var(--v2-blue);
  font-size: 15px;
  font-style: normal;
}

body.ui-v2 .about-author-easter:hover {
  color: var(--v2-ink);
  background: rgba(255, 255, 255, 0.6);
}

/* The developer profile remains dark, but now belongs to the same product language. */
body.ui-v2.author-profile-page {
  background:
    radial-gradient(50rem 34rem at 85% 4%, rgba(49, 87, 243, 0.22), transparent 70%),
    linear-gradient(150deg, #101318, #171d28 58%, #111318);
}

body.ui-v2.author-profile-page::before {
  opacity: 0.055;
}

body.ui-v2.author-profile-page .about-hero,
body.ui-v2.author-profile-page .about-terminal,
body.ui-v2.author-profile-page .about-contact {
  border: 0;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.11), 0 34px 90px rgba(0, 0, 0, 0.2);
  backdrop-filter: none;
}

body.ui-v2.author-profile-page .about-hero h1 {
  font-size: clamp(56px, 8vw, 96px);
}

body.ui-v2.author-profile-page .about-profile-card,
body.ui-v2.author-profile-page .about-stack-groups div {
  border: 0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

body.ui-v2.author-profile-page .about-kicker,
body.ui-v2.author-profile-page .about-stack-groups h3 {
  color: var(--v2-yellow);
}

/* Shared reveal choreography. */
body.ui-v2 .v2-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 900ms cubic-bezier(0.32, 0.72, 0, 1), transform 900ms cubic-bezier(0.32, 0.72, 0, 1);
}

body.ui-v2 .v2-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Editorial footer adapted to calorie planning. */
.v2-footer {
  position: relative;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  color: #fff;
  background: #0d0f12;
  font-family: var(--v2-body);
}

.v2-footer a {
  color: inherit;
  text-decoration: none;
}

.v2-footer__frame {
  width: min(100%, 1720px);
  margin: 0 auto;
  padding: 20px 20px 0;
}

.v2-footer__showcase {
  min-height: clamp(430px, 38vw, 650px);
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  overflow: hidden;
  border-radius: 34px 34px 0 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.11);
}

.v2-footer__feature {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.v2-footer__feature--story {
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(17, 20, 27, 0.98), rgba(17, 20, 27, 0.42)),
    linear-gradient(145deg, #29313f, #76879a);
}

.v2-footer__feature--ledger {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--v2-ink);
  background: #f0eee6;
}

.v2-footer__energy-art,
.v2-footer__ledger-grid {
  position: absolute;
  inset: 0;
}

.v2-footer__energy-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(30deg, transparent 0 40%, rgba(199, 216, 235, 0.16) 40% 44%, transparent 44%);
}

.v2-footer__figure {
  position: absolute;
  right: 4%;
  bottom: -38%;
  width: 58%;
  aspect-ratio: 0.72;
  border-radius: 46% 46% 22% 22%;
  background: #0b0d12;
  transform: rotate(-6deg);
}

.v2-footer__energy-curve {
  position: absolute;
  right: 19%;
  bottom: -27%;
  width: 72%;
  aspect-ratio: 1.4;
  border-radius: 50% 50% 0 0;
  background: #8298b1;
  box-shadow: inset -70px 0 0 rgba(39, 52, 69, 0.24);
  transform: rotate(7deg);
}

.v2-footer__orbit {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: var(--v2-coral);
}

.v2-footer__orbit--one {
  top: 7%;
  right: 25%;
  width: 102px;
  height: 102px;
}

.v2-footer__orbit--two {
  top: 22%;
  right: 38%;
  width: 74px;
  height: 74px;
  opacity: 0.7;
}

.v2-footer__datum {
  position: absolute;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.v2-footer__datum--one { right: 8%; bottom: 23%; }
.v2-footer__datum--two { right: 35%; bottom: 9%; }

.v2-footer__feature-copy {
  position: relative;
  z-index: 3;
  width: min(610px, 78%);
  padding: clamp(38px, 5vw, 84px);
}

.v2-footer__feature-copy > p,
.v2-footer__ledger-eyebrow {
  margin: 0 0 18px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.v2-footer__feature-copy h2 {
  max-width: 9ch;
  margin: 0;
  color: #fff;
  font-family: var(--v2-display);
  font-size: clamp(52px, 5.5vw, 88px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.v2-footer__intro {
  display: block;
  max-width: 480px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.7;
}

.v2-footer__cta {
  width: max-content;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  padding: 6px 7px 6px 21px;
  border-radius: 999px;
  color: var(--v2-ink) !important;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  transition: transform var(--v2-motion), background-color var(--v2-motion);
}

.v2-footer__cta i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(17, 19, 24, 0.07);
  font-size: 18px;
  font-style: normal;
  transition: transform var(--v2-motion), background-color var(--v2-motion);
}

.v2-footer__cta:hover {
  background: var(--v2-yellow);
}

.v2-footer__cta:hover i {
  transform: translate(3px, 3px) scale(1.05);
  background: rgba(17, 19, 24, 0.11);
}

.v2-footer__ledger-grid {
  background:
    repeating-linear-gradient(90deg, transparent 0 49px, rgba(17, 19, 24, 0.08) 49px 50px),
    repeating-linear-gradient(0deg, transparent 0 49px, rgba(17, 19, 24, 0.08) 49px 50px);
  mask-image: linear-gradient(#000, rgba(0, 0, 0, 0.4));
}

.v2-footer__ledger-eyebrow {
  position: absolute;
  top: clamp(34px, 5vw, 72px);
  left: clamp(34px, 5vw, 72px);
  z-index: 2;
}

.v2-footer__ledger-total {
  position: absolute;
  top: 18%;
  right: 8%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.v2-footer__ledger-total span {
  font-family: var(--v2-display);
  font-size: clamp(62px, 8vw, 118px);
  font-variant-numeric: tabular-nums;
  line-height: 0.82;
  letter-spacing: -0.07em;
}

.v2-footer__ledger-total small {
  margin-top: 13px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.v2-footer__ledger-bars {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  z-index: 2;
  display: grid;
  gap: 15px;
  transform: rotate(-5deg);
}

.v2-footer__ledger-bars span {
  width: var(--bar-size);
  height: 32px;
  display: block;
  margin-left: auto;
  background: var(--bar-color);
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.72), 0 8px 0 rgba(17, 19, 24, 0.14);
  transition: transform var(--v2-motion);
}

.v2-footer__feature--ledger:hover .v2-footer__ledger-bars span:nth-child(1) { transform: translateX(-16px); }
.v2-footer__feature--ledger:hover .v2-footer__ledger-bars span:nth-child(2) { transform: translateX(-28px); }
.v2-footer__feature--ledger:hover .v2-footer__ledger-bars span:nth-child(3) { transform: translateX(-10px); }

.v2-footer__conversion-card {
  position: absolute;
  right: 6%;
  bottom: 7%;
  left: 8%;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr 28px;
  gap: 8px 18px;
  align-items: center;
  padding: 18px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 50px rgba(36, 29, 19, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.v2-footer__conversion-card span,
.v2-footer__conversion-card strong {
  font-size: 10px;
  letter-spacing: 0.12em;
}

.v2-footer__conversion-card strong {
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.v2-footer__conversion-card i {
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: var(--v2-blue);
}

.v2-footer__conversion-card i:nth-of-type(2) { background: var(--v2-coral); }
.v2-footer__conversion-card i:nth-of-type(3) { background: var(--v2-yellow); }

.v2-footer__panel-label {
  position: absolute;
  right: 22px;
  bottom: 20px;
  z-index: 3;
  padding: 8px 10px;
  color: #fff;
  background: rgba(17, 19, 24, 0.88);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-footer__main {
  padding: clamp(50px, 6vw, 86px) clamp(28px, 5vw, 76px) 0;
}

.v2-footer__directory {
  min-height: 340px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr 1fr 1.25fr;
  gap: clamp(34px, 5vw, 82px);
}

.v2-footer__column h2 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--v2-display);
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.v2-footer__column h2 > span:first-child {
  color: var(--v2-yellow);
  font-family: var(--v2-body);
  font-size: 15px;
}

.v2-footer__mini-orbit {
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid var(--v2-blue);
  border-radius: 50%;
}

.v2-footer__mini-orbit::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid var(--v2-blue);
  border-radius: 50%;
}

.v2-footer__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2-footer__column li a {
  position: relative;
  width: min(100%, 260px);
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.55;
  transition: color var(--v2-motion), transform var(--v2-motion);
}

.v2-footer__column li a::after {
  content: "↗";
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.3);
  font-size: 11px;
  transition: color var(--v2-motion), transform var(--v2-motion);
}

.v2-footer__column li a[href^="#"]::after {
  content: "↓";
}

.v2-footer__column li a:hover {
  color: #fff;
  transform: translateX(4px);
}

.v2-footer__column li a:hover::after {
  color: var(--v2-yellow);
  transform: translate(2px, -2px);
}

.v2-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.v2-footer__brand i {
  position: relative;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
}

.v2-footer__brand i::before,
.v2-footer__brand i::after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
}

.v2-footer__brand i::before { inset: 6px; }
.v2-footer__brand i::after { inset: 13px; background: #fff; }

.v2-footer__column--brand > p {
  max-width: 270px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.65;
}

.v2-footer__language {
  width: min(100%, 250px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
  padding: 5px 6px 5px 15px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.13);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-footer__language select {
  min-height: 38px;
  padding: 0 30px 0 13px;
  border: 0;
  border-radius: 999px;
  color: var(--v2-ink);
  background: var(--v2-paper);
  font: inherit;
  text-transform: none;
}

.v2-footer__invite {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(360px, 1.22fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: end;
  padding: 40px 0 42px;
  border-top: 1px solid var(--v2-white-line);
}

.v2-footer__invite-copy > p {
  margin: 0 0 10px;
  color: var(--v2-yellow);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.v2-footer__invite-copy h2 {
  margin: 0;
  color: #fff;
  font-family: var(--v2-display);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.v2-footer__invite-copy > span {
  max-width: 440px;
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.7;
}

.v2-footer__invite-form {
  width: 100%;
  max-width: 660px;
  justify-self: end;
}

.v2-footer__invite-control {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  transition: background-color var(--v2-motion), box-shadow var(--v2-motion);
}

.v2-footer__invite-control:focus-within {
  background: rgba(255, 255, 255, 0.085);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.62),
    0 0 0 4px rgba(49, 87, 243, 0.14);
}

.v2-footer__invite-control input[type="email"] {
  min-width: 0;
  min-height: 52px;
  flex: 1 1 auto;
  padding: 0 18px;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font-family: var(--v2-body);
  font-size: 13px;
}

.v2-footer__invite-control input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.v2-footer__invite-control button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 5px 7px 5px 20px;
  border: 0;
  border-radius: 999px;
  color: var(--v2-ink);
  background: var(--v2-paper);
  font-family: var(--v2-body);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  transition: transform var(--v2-motion), opacity var(--v2-motion);
}

.v2-footer__invite-control button:hover {
  transform: translateY(-1px);
}

.v2-footer__invite-control button:disabled {
  opacity: 0.58;
  cursor: wait;
  transform: none;
}

.v2-footer__invite-control button i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--v2-blue);
  font-size: 16px;
  font-style: normal;
}

.v2-footer__invite-status {
  min-height: 18px;
  margin: 10px 14px 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.6;
}

.v2-footer__invite-form.is-success .v2-footer__invite-status {
  color: var(--v2-yellow);
}

.v2-footer__invite-form.is-error .v2-footer__invite-status {
  color: #ff9b8b;
}

.v2-footer__invite-form.is-error .v2-footer__invite-control {
  box-shadow: inset 0 0 0 1px rgba(237, 118, 95, 0.75);
}

.v2-footer__sr-only,
.v2-footer__invite-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.ui-v2 .v2-invite-help {
  width: auto;
  height: auto;
  display: inline-block;
  margin: -2px 0 12px clamp(0px, 20%, 124px);
  padding: 0;
  border: 0;
  color: var(--v2-blue);
  background: transparent;
  font-family: var(--v2-body);
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

body.ui-v2 .v2-invite-help:hover {
  color: var(--v2-blue-dark);
}

.v2-footer__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--v2-white-line);
  border-bottom: 1px solid var(--v2-white-line);
}

.v2-footer__trust span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-footer__trust i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--v2-yellow);
  box-shadow: 0 0 0 4px rgba(232, 211, 78, 0.12);
}

.v2-footer__trust span:nth-child(2) i { background: var(--v2-blue); box-shadow: 0 0 0 4px rgba(49, 87, 243, 0.12); }
.v2-footer__trust span:nth-child(3) i { background: var(--v2-coral); box-shadow: 0 0 0 4px rgba(237, 118, 95, 0.12); }

.v2-footer__bottom {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 10px;
}

.v2-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.v2-footer__bottom a:hover {
  color: #fff;
}

/* Let large desktop canvases breathe without stretching reading content edge to edge. */
@media (min-width: 1400px) {
  body.ui-v2 > .site-top,
  body.ui-v2 > .site-top.site-top,
  body.ui-v2 > div.site-top {
    width: min(calc(100% - 96px), var(--v2-wide-frame));
    max-width: var(--v2-wide-frame);
  }

  body.ui-v2.homepage .hero-wrap .container {
    width: min(calc(100% - 96px), var(--v2-wide-frame));
    max-width: var(--v2-wide-frame);
  }

  body.ui-v2.homepage .homepage-container,
  body.ui-v2 .faq-shell,
  body.ui-v2 .agent-shell,
  body.ui-v2 .content-shell,
  body.ui-v2 .about-product-shell {
    width: min(calc(100% - 160px), var(--v2-wide-content));
    max-width: var(--v2-wide-content);
  }

  body.ui-v2.homepage .hero {
    min-height: clamp(700px, 40vw, 820px);
    grid-template-columns: minmax(0, 1.1fr) minmax(430px, 0.9fr);
    gap: clamp(72px, 6vw, 120px);
  }

  body.ui-v2.homepage .hero h1 {
    max-width: 780px;
    font-size: clamp(88px, 5vw, 102px);
  }

  body.ui-v2.homepage .hero__lead {
    max-width: 640px;
    font-size: 17px;
  }

  body.ui-v2.homepage .hero__panel {
    max-width: 500px;
  }
}

@media (max-width: 980px) {
  body.ui-v2 .about-product-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  body.ui-v2 .about-calibration {
    min-height: 410px;
  }

  body.ui-v2 .about-product-section,
  body.ui-v2 .about-product-contact {
    grid-template-columns: 1fr;
  }

  body.ui-v2 .about-purpose-list article {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  body.ui-v2 .about-purpose-list article > p,
  body.ui-v2 .about-purpose-list article > a {
    grid-column: 2;
  }

  body.ui-v2.homepage .hero {
    min-height: 700px;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
    gap: clamp(28px, 4vw, 40px);
    align-items: end;
  }

  body.ui-v2.homepage .hero__canvas {
    inset: 56px 1% 45% 55%;
    opacity: 0.62;
  }

  body.ui-v2.homepage .hero__content {
    max-width: none;
  }

  body.ui-v2.homepage .hero__panel {
    max-width: 400px;
    grid-template-columns: 1fr;
    align-self: end;
  }

  body.ui-v2.homepage .cc-grid {
    grid-template-columns: 1fr;
  }

  body.ui-v2.homepage .cc-results {
    display: block;
  }

  body.ui-v2.homepage .cc-results > * + * {
    margin-top: 10px !important;
  }

  body.ui-v2.homepage .calorie-sonnet {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.ui-v2.homepage .calorie-sonnet__art {
    min-height: 390px;
  }

  .v2-footer__directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 52px;
  }

  .v2-footer__invite {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .v2-footer__invite-form {
    max-width: 680px;
    justify-self: start;
  }

  body.ui-v2 .content-index,
  body.ui-v2 .policy-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body.ui-v2.homepage .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.ui-v2.homepage .hero__canvas {
    display: none;
  }

  body.ui-v2.homepage .hero__panel {
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
  }
}

@media (max-width: 760px) {
  body.ui-v2.homepage .calorie-sonnet {
    border-radius: 22px;
  }

  body.ui-v2.homepage .calorie-sonnet__art {
    min-height: 270px;
    padding: 26px 20px;
  }

  body.ui-v2.homepage .calorie-sonnet__poem {
    padding: 34px 24px 40px;
  }

  body.ui-v2.homepage .calorie-sonnet__poem blockquote {
    gap: 7px;
    font-size: 13px;
    line-height: 1.55;
  }

  body.ui-v2 > .site-top,
  body.ui-v2 > .site-top.site-top,
  body.ui-v2 > div.site-top {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 58px;
    padding: 7px 7px 7px 12px;
  }

  body.ui-v2 .site-brand span {
    display: none;
  }

  body.ui-v2 .site-brand img {
    width: 35px;
    height: 35px;
  }

  body.ui-v2 .site-nav {
    gap: 0;
  }

  body.ui-v2 .site-nav a {
    min-height: 40px;
    padding: 0 9px;
    font-size: 9px;
    letter-spacing: 0.045em;
  }

  body.ui-v2 .site-nav a.nav-cta,
  body.ui-v2 .site-nav a.nav-cta:hover {
    min-width: 54px;
  }

  body.ui-v2.homepage .hero-wrap,
  body.ui-v2 .faq-shell,
  body.ui-v2 .agent-shell,
  body.ui-v2 .legal-shell,
  body.ui-v2 .content-shell,
  body.ui-v2 .about-product-shell {
    padding-top: 96px;
  }

  body.ui-v2.homepage .hero-wrap .container,
  body.ui-v2.homepage .homepage-container,
  body.ui-v2 .faq-shell,
  body.ui-v2 .agent-shell,
  body.ui-v2 .legal-shell,
  body.ui-v2 .content-shell,
  body.ui-v2 .about-product-shell {
    padding-right: 14px;
    padding-left: 14px;
  }

  body.ui-v2 .about-product-shell {
    padding-bottom: 76px;
  }

  body.ui-v2 .about-product-hero {
    gap: 34px;
    padding: 38px 24px 24px;
    border-radius: 28px;
  }

  body.ui-v2 .about-product-hero::before {
    background-size: 48px 48px;
  }

  body.ui-v2 .about-product-hero::after {
    top: -12%;
    right: -34%;
    width: 420px;
    border-width: 56px;
  }

  body.ui-v2 .about-product-hero h1 {
    font-size: clamp(48px, 14vw, 70px);
  }

  body.ui-v2 .about-product-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.ui-v2 .about-product-action {
    width: 100%;
  }

  body.ui-v2 .about-calibration {
    min-height: 0;
    padding: 22px;
    border-radius: 22px;
  }

  body.ui-v2 .about-product-section,
  body.ui-v2 .about-product-contact {
    gap: 28px;
    padding: 30px 22px;
    border-radius: 26px;
  }

  body.ui-v2 .about-product-section__head h2,
  body.ui-v2 .about-product-contact h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  body.ui-v2 .about-purpose-list article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 0;
  }

  body.ui-v2 .about-purpose-list article > p,
  body.ui-v2 .about-purpose-list article > a {
    grid-column: auto;
  }

  body.ui-v2 .about-purpose-list h3 {
    font-size: 26px;
  }

  body.ui-v2 .about-principles > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.ui-v2 .about-invite-copy .about-product-action {
    width: 100%;
  }

  body.ui-v2 .about-product-email {
    padding: 20px;
  }

  body.ui-v2 .about-product-email strong {
    font-size: 11px;
  }

  body.ui-v2 .about-author-easter {
    margin-right: auto;
    margin-left: 0;
  }

  body.ui-v2.homepage .hero {
    min-height: auto;
    padding: 34px 24px;
    border-radius: 30px;
  }

  body.ui-v2.homepage .hero::after {
    display: none;
  }

  body.ui-v2.homepage .hero__canvas {
    display: none;
  }

  body.ui-v2.homepage .hero h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  body.ui-v2.homepage .hero__meta {
    grid-template-columns: 1fr;
  }

  body.ui-v2.homepage .hero__meta-item,
  body.ui-v2.homepage .hero__meta-item + .hero__meta-item {
    padding: 11px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  body.ui-v2.homepage .hero__panel {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  body.ui-v2.homepage .faq__list {
    grid-template-columns: 1fr;
  }

  body.ui-v2.homepage .calculator > [view="calc_input"] {
    padding: 24px 16px;
  }

  body.ui-v2 .faq-hero,
  body.ui-v2 .agent-hero,
  body.ui-v2 .legal-hero,
  body.ui-v2 .content-hero {
    padding: 38px 24px;
    border-radius: 28px;
  }

  body.ui-v2 .faq-item summary {
    padding: 22px 20px;
  }

  body.ui-v2 .content-hero {
    min-height: 440px;
  }

  body.ui-v2 .content-hero h1 {
    font-size: clamp(48px, 15vw, 72px);
  }

  body.ui-v2 .journal-entry,
  body.ui-v2 .policy-section {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 22px;
  }

  body.ui-v2 .policy-card {
    min-height: 220px;
  }

  .v2-footer__frame {
    padding: 10px 10px 0;
  }

  .v2-footer__showcase {
    grid-template-columns: 1fr;
    border-radius: 24px 24px 0 0;
  }

  .v2-footer__feature {
    min-height: 510px;
  }

  .v2-footer__feature--ledger {
    min-height: 390px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 0;
  }

  .v2-footer__feature-copy {
    width: 100%;
    padding: 38px 26px;
  }

  .v2-footer__feature-copy h2 {
    font-size: clamp(50px, 14vw, 72px);
  }

  .v2-footer__main {
    padding: 52px 22px 0;
  }

  .v2-footer__directory {
    grid-template-columns: 1fr;
    min-height: 0;
  }

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

  .v2-footer__bottom {
    min-height: 130px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

@media (max-width: 430px) {
  body.ui-v2 .site-nav a {
    padding: 0 7px;
    font-size: 8px;
  }

  body.ui-v2 .site-nav a.nav-cta,
  body.ui-v2 .site-nav a.nav-cta:hover {
    min-width: 48px;
  }

  body.ui-v2.homepage .hero {
    padding: 30px 20px;
  }

  body.ui-v2.homepage .hero__actions > a {
    width: 100%;
    justify-content: space-between;
  }

  .v2-footer__ledger-total {
    top: 22%;
  }

  .v2-footer__ledger-bars {
    top: 49%;
  }

  .v2-footer__invite-control {
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 26px;
  }

  .v2-footer__invite-control button {
    width: 100%;
  }
}

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

  body.ui-v2 *,
  body.ui-v2 *::before,
  body.ui-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  body.ui-v2 .v2-reveal {
    opacity: 1;
    transform: none;
  }
}
