@charset "UTF-8";
:root {
  color-scheme: dark;
  --ink: #f4f5ef;
  --muted: #99aaa3;
  --mint: #b8edb1;
  --mint-bright: #77dbac;
  --surface: #111a17;
  --line: #ffffff13;
  --background: #0b1210;
  font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button,
input {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.55;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
h1,
h2,
h3,
p {
  margin: 0;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
a,
button,
input,
summary {
  outline-offset: 5px;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--mint);
}
button {
  border: 0;
}
::selection {
  background: #a2dba1;
  color: #102919;
}
[hidden] {
  display: none !important;
}
.ui-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.accent {
  color: var(--mint);
}
.site-container {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 51px;
  padding: 13px 23px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition:
    background 0.2s,
    transform 0.2s,
    border-color 0.2s;
  white-space: nowrap;
}
.button:hover {
  transform: translateY(-2px);
}
.button-mint {
  background: var(--mint);
  color: #16261a;
  border: 1px solid var(--mint);
}
.button-mint:hover {
  background: #d0f8c9;
  border-color: #d0f8c9;
}
.button-outline {
  border: 1px solid #a4b2a838;
  background: #ffffff03;
  color: #e0e7e0;
}
.button-outline:hover {
  background: #ffffff09;
  border-color: #aac8b465;
}
.button.compact {
  min-height: 40px;
  padding: 9px 19px;
  font-size: 13px;
}
.inline-link {
  color: var(--mint);
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
}
.inline-link:hover {
  color: #e6ffe2;
}
.section-kicker {
  font-size: 12px;
  color: var(--mint);
  letter-spacing: 1px;
  font-weight: 500;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  background: var(--mint);
  color: #142819;
  padding: 10px 20px;
  z-index: 100;
}
.skip-link:focus {
  top: 8px;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.mobile-break {
  display: none;
}
/* Shared brand and navigation. */
.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.site-brand img {
  width: 33px;
  height: 36px;
  object-fit: contain;
}
.site-brand > span {
  font-size: 18px;
  font-weight: 650;
  letter-spacing: 1px;
  line-height: 1.25;
}
.site-brand small {
  display: block;
  color: #889b91;
  font-size: 9px;
  letter-spacing: 2px;
  margin-top: 5px;
  font-weight: 400;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #0b1210ed;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 80px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.site-nav {
  display: flex;
  gap: 34px;
  margin: auto;
  color: #bdc8c0;
  font-size: 13px;
}
.site-nav a:hover {
  color: var(--mint);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.text-link {
  color: #c0cec5;
  font-size: 13px;
}
.menu-button {
  display: none;
  background: transparent;
  color: var(--ink);
  padding: 8px;
}
/* Home. */
.marketing-page {
  background:
    radial-gradient(ellipse 650px 590px at 26% 9%, #21382d37, transparent),
    var(--background);
}
.hero-section {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 40px;
  align-items: center;
  padding-block: 68px 82px;
}
.hero-copy {
  padding-bottom: 12px;
}
.hero-copy h1 {
  font-size: clamp(40px, 4.4vw, 66px);
  font-weight: 650;
  letter-spacing: -2px;
  line-height: 1.28;
  margin: 27px 0 24px;
}
.hero-description {
  font-size: 16px;
  line-height: 1.95;
  color: #aabbaf;
  font-weight: 350;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: var(--mint);
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  box-shadow: 0 0 0 4px #b8edb111;
  margin-right: 9px;
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}
.hero-perks {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 11px;
  color: #9db1a3;
  margin-top: 22px;
}
.hero-perks > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero-perks .ui-icon {
  width: 13px;
  height: 13px;
  color: #91bb9a;
}
.hero-caption {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #6f8778;
  font-size: 11px;
  margin-top: 58px;
}
.caption-line {
  height: 1px;
  width: 35px;
  background: #52745f;
}
.hero-art {
  position: relative;
  min-width: 0;
  height: 560px;
  margin-left: 30px;
}
.hero-film {
  position: absolute;
  right: 8px;
  top: 9px;
  width: calc(100% - 26px);
  height: 526px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #ddd8b524;
  background: #323b2c;
  box-shadow: 0 25px 80px #0005;
  transform: rotate(2.5deg);
}
.hero-film:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #0b130d22,
    transparent 35%,
    #07120b08 48%,
    #0b140bea
  );
  pointer-events: none;
}
.hero-photo {
  width: 100%;
  height: 100%;
  object-position: center 55%;
}
.film-label {
  position: absolute;
  top: 19px;
  left: 18px;
  z-index: 1;
  border: 1px solid #f5f4e344;
  border-radius: 50px;
  background: #19261b55;
  backdrop-filter: blur(10px);
  padding: 6px 12px;
  color: #f0f1df;
  font-size: 10px;
  letter-spacing: 0.5px;
}
.film-label i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #d9edb8;
  border-radius: 50%;
  margin-right: 6px;
}
.art-disclosure {
  position: absolute;
  right: 17px;
  top: 27px;
  z-index: 1;
  color: #e6ead1;
  font-size: 9px;
}
.film-caption {
  position: absolute;
  left: 23px;
  right: 23px;
  bottom: 23px;
  z-index: 1;
}
.film-caption > small {
  color: #c6d4b5;
  font-size: 8px;
  letter-spacing: 1.8px;
}
.film-caption > strong {
  display: block;
  font-size: 20px;
  letter-spacing: 0.2px;
  margin: 6px 0 15px;
  font-weight: 500;
}
.film-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d8e6b629;
  padding-top: 13px;
  color: #b8c6b0;
  font-size: 10px;
}
.film-duration {
  color: #e0edca;
  letter-spacing: 1px;
}
.art-outline {
  position: absolute;
  inset: 15px 14px 29px 20px;
  border: 1px solid #afc69928;
  border-radius: 20px;
  transform: rotate(-5deg);
}
.product-cutout {
  position: absolute;
  left: -45px;
  bottom: -1px;
  width: 168px;
  padding: 13px 13px 12px;
  background: #f0eee2;
  color: #27382b;
  border-radius: 12px;
  box-shadow: 0 14px 45px #0005;
  transform: rotate(-7deg);
  z-index: 2;
}
.product-cutout > span {
  font-size: 9px;
  letter-spacing: 1px;
  color: #7d826e;
}
.product-cutout img {
  height: 125px;
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  margin: 8px 0 11px;
}
.product-cutout > div {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 500;
}
.small-check {
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #d1e1bc;
  font-size: 10px;
}
.art-note {
  position: absolute;
  right: -13px;
  bottom: 73px;
  z-index: 3;
  background: #15251dec;
  border: 1px solid #b8edb134;
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 18px;
  border-radius: 10px;
  color: #d8e9ce;
  font-size: 11px;
}
.art-note .ui-icon {
  color: #b4d99c;
}
.usecase-strip {
  border-block: 1px solid var(--line);
  background: #111c1640;
}
.usecase-strip > .site-container {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-block: 27px;
}
.usecase-strip > .site-container > span {
  color: #68806f;
  font-size: 11px;
  flex-shrink: 0;
}
.usecase-strip > .site-container > div {
  display: flex;
  flex: 1;
  justify-content: space-between;
  gap: 15px;
  color: #bbc7b9;
  font-size: 14px;
  font-weight: 500;
}
.usecase-strip i {
  font-size: 10px;
  color: #526d55;
  font-style: normal;
}
.inspiration-section {
  padding-block: 90px 80px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}
h2 {
  font-size: 34px;
  font-weight: 550;
  letter-spacing: -0.8px;
  line-height: 1.45;
}
.section-heading h2 {
  margin-top: 13px;
}
.section-heading > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  padding-bottom: 4px;
}
.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.inspiration-image {
  display: block;
  position: relative;
  overflow: hidden;
  height: 345px;
  border-radius: 13px;
  background: #263a2e;
}
.inspiration-image > img {
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
}
.inspiration-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #0001 40%, #0007);
  pointer-events: none;
}
.inspiration-image:hover > img {
  transform: scale(1.045);
}
.category-tag {
  position: absolute;
  top: 17px;
  left: 17px;
  background: #0f1a1488;
  border: 1px solid #ffffff35;
  color: #f2f3e7;
  padding: 5px 12px;
  border-radius: 40px;
  z-index: 1;
  font-size: 10px;
  backdrop-filter: blur(8px);
}
.image-open {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  width: 34px;
  height: 34px;
  border: 1px solid #ffffff80;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 18px;
  transition: background 0.2s;
}
.inspiration-image:hover .image-open {
  background: var(--mint);
  color: #163020;
}
.inspiration-image > small {
  position: absolute;
  bottom: 23px;
  left: 17px;
  font-size: 9px;
  color: #e3e7d4;
  z-index: 1;
}
.inspiration-copy {
  display: flex;
  gap: 15px;
  margin-top: 22px;
}
.index-number {
  font-size: 11px;
  font-family: Consolas, monospace;
  color: #627b68;
  margin-top: 4px;
}
.inspiration-copy h3 {
  font-size: 17px;
  font-weight: 550;
}
.inspiration-copy p {
  color: #91a495;
  font-size: 12px;
  line-height: 1.9;
  margin-top: 9px;
}
.template-footnote {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 36px;
  color: #829889;
  font-size: 12px;
}
.template-footnote .inline-link {
  font-size: 12px;
}
.workflow-section {
  padding-block: 75px;
  background: #111b15;
  border-block: 1px solid var(--line);
}
.workflow-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 90px;
  align-items: center;
}
.workflow-intro h2 {
  margin-top: 18px;
}
.workflow-intro > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.95;
  margin-top: 20px;
}
.workflow-intro > .inline-link {
  margin-top: 27px;
  font-size: 13px;
}
.workflow-steps article {
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 26px 0;
  border-bottom: 1px solid #ffffff13;
}
.workflow-steps article:first-child {
  padding-top: 8px;
}
.workflow-steps article:last-child {
  border: 0;
  padding-bottom: 8px;
}
.step-number {
  font-family: Consolas, monospace;
  color: #789976;
  font-size: 17px;
}
.workflow-steps h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.workflow-steps p {
  color: #8fa591;
  font-size: 12px;
  line-height: 1.9;
  max-width: 320px;
}
.step-icon {
  margin-left: auto;
  border: 1px solid #abc7991f;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: #c2e2b808;
  color: #a0c79b;
  flex-shrink: 0;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 65px;
  padding-block: 93px 95px;
}
.faq-section h2 {
  margin-top: 16px;
  font-size: 30px;
}
.faq-section > div > p:last-child:not(.section-kicker) {
  margin-top: 17px;
  color: #7f9686;
  font-size: 13px;
}
.faq-list details {
  border-bottom: 1px solid #ffffff18;
  padding: 18px 0;
}
.faq-list details:first-child {
  padding-top: 0;
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-weight: 450;
  font-size: 14px;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 20px;
  font-weight: 300;
  color: #829a84;
  line-height: 1.3;
  transition: transform 0.2s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details[open] summary {
  color: var(--mint);
}
.faq-list p {
  color: #8ca092;
  font-size: 12px;
  line-height: 1.95;
  margin-top: 14px;
  padding-right: 24px;
}
.final-cta {
  border: 1px solid #abc79925;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(ellipse 400px 220px at 50% 110%, #80a87820, transparent),
    #17221a;
  padding: 59px 25px 47px;
  margin-bottom: 75px;
}
.final-cta h2 {
  font-size: 35px;
  margin: 15px 0 25px;
}
.final-cta > small {
  display: block;
  color: #7e997f;
  font-size: 11px;
  margin-top: 15px;
}
.cta-symbol {
  position: absolute;
  font-size: 230px;
  right: 43px;
  top: -85px;
  color: #b9ddac09;
  pointer-events: none;
}
.site-footer {
  display: flex;
  align-items: center;
  gap: 35px;
  padding-bottom: 30px;
  flex-wrap: wrap;
}
.site-footer .site-brand > span {
  font-size: 15px;
}
.site-footer .site-brand img {
  width: 28px;
  height: 30px;
}
.site-footer > p {
  font-size: 11px;
  color: #78927d;
}
.site-footer > a {
  margin-left: auto;
  font-size: 12px;
  color: #b0c0b1;
}
.site-footer > small {
  display: block;
  flex-basis: 100%;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: #5c7763;
}
/* Account pages use the same visual language without the workspace chrome. */
.account-page {
  background:
    radial-gradient(ellipse 650px 700px at 95% 30%, #1a2b2040, transparent),
    #0d1511;
}
.account-header {
  height: 90px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-header > div {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  color: #809889;
}
.account-header .inline-link {
  font-size: 12px;
}
.account-shell {
  display: grid;
  grid-template-columns: minmax(350px, 1fr) minmax(440px, 1fr);
  gap: 40px;
  max-width: 1550px;
  padding: 0 24px 24px;
  margin: auto;
  min-height: calc(100svh - 90px);
}
.account-visual {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  min-height: 620px;
  max-height: 920px;
  background: #35402a;
  border: 1px solid #dfd9b829;
}
.account-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: 50% 53%;
}
.account-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #11201580,
    #15211410 45%,
    #10231616 65%,
    #101c13f2
  );
}
.account-visual-top {
  position: absolute;
  z-index: 1;
  top: 42px;
  left: 40px;
  right: 30px;
}
.visual-eyebrow {
  font-size: 9px;
  letter-spacing: 2.5px;
  color: #dee5c2;
}
.account-visual-top h1 {
  font-size: clamp(29px, 3.15vw, 46px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -1px;
  margin-top: 20px;
  text-shadow: 0 2px 20px #0002;
}
.account-visual-top h1 span {
  color: #d9f0bb;
}
.account-visual-top p {
  font-size: 12px;
  color: #d3d7bd;
  margin-top: 17px;
}
.account-visual-bottom {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 35px;
  right: 35px;
}
.visual-scene {
  font-size: 11px;
  color: #d4dfc9;
  letter-spacing: 1px;
}
.visual-recipe {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  border: 1px solid #f1f8d839;
  background: #d3e2b516;
  backdrop-filter: blur(15px);
  border-radius: 12px;
  padding: 13px;
}
.visual-recipe > img {
  width: 56px;
  height: 60px;
  border-radius: 7px;
}
.visual-recipe strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #f0f3df;
}
.visual-recipe div > span {
  display: block;
  font-size: 10px;
  color: #c1ceb2;
  margin-top: 5px;
}
.visual-recipe > span {
  margin-left: auto;
  color: #dcebc6;
  font-size: 23px;
  margin-right: 8px;
}
.visual-foot {
  display: flex;
  justify-content: space-between;
  color: #9bab8e;
  font-size: 9px;
  margin-top: 18px;
}
.account-form-side {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 35px;
  min-width: 0;
}
.account-form-wrap {
  width: 100%;
  max-width: 395px;
}
.back-link {
  display: inline-flex;
  gap: 8px;
  color: #819786;
  font-size: 11px;
  margin-bottom: 32px;
}
.back-link:hover {
  color: var(--mint);
}
.account-title .section-kicker {
  font-size: 11px;
  letter-spacing: 0.6px;
  margin: 17px 0 5px;
}
.account-title h2 {
  font-size: 34px;
  letter-spacing: -1px;
  font-weight: 550;
}
.account-title > p:last-child {
  font-size: 12px;
  color: #8ca393;
  margin-top: 11px;
}
.account-emblem {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  background: #b8edb10a;
  border: 1px solid #b8edb12a;
  border-radius: 12px;
  color: var(--mint);
}
.account-emblem .ui-icon {
  width: 23px;
  height: 23px;
}
.account-form {
  margin-top: 30px;
}
.account-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.form-field {
  margin-bottom: 21px;
  min-width: 0;
}
.form-field label {
  display: block;
  font-size: 12px;
  font-weight: 450;
  color: #d6e0d8;
  margin-bottom: 9px;
}
.form-field label > span {
  font-size: 10px;
  font-weight: 400;
  color: #6b8672;
  margin-left: 7px;
}
.form-field input {
  display: block;
  width: 100%;
  height: 49px;
  padding: 12px 15px;
  border: 1px solid #758e763a;
  background: #14211970;
  border-radius: 7px;
  color: #edf4e9;
  font-size: 13px;
  outline: none;
  transition:
    border 0.2s,
    box-shadow 0.2s;
  min-width: 0;
}
.form-field input::placeholder {
  color: #647d6c;
  font-size: 12px;
}
.form-field input:focus {
  border-color: #b8edb1a8;
  box-shadow: 0 0 0 3px #b8edb109;
  background: #1b2b20;
}
.form-field input:user-invalid {
  border-color: #d58076;
}
.form-field small {
  display: block;
  font-size: 10px;
  line-height: 1.6;
  color: #6e8b75;
  margin-top: 6px;
}
.form-field small:empty {
  display: none;
}
.password-input {
  position: relative;
}
.password-input input {
  padding-right: 48px;
}
.password-input button {
  position: absolute;
  right: 4px;
  top: 3px;
  width: 42px;
  height: 43px;
  display: grid;
  place-items: center;
  background: transparent;
  color: #809c85;
  border-radius: 5px;
}
.password-input button:hover,
.password-input button[aria-pressed="true"] {
  color: var(--mint);
}
.password-input button .ui-icon {
  width: 17px;
  height: 17px;
}
.password-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.account-submit {
  width: 100%;
  margin-top: 7px;
  justify-content: space-between;
  font-size: 13px;
  height: 49px;
}
.account-help {
  margin-top: 17px;
  font-size: 11px;
  color: #829c88;
}
.account-help summary {
  cursor: pointer;
  text-align: right;
  list-style: none;
}
.account-help p {
  line-height: 1.9;
  margin-top: 10px;
  color: #9bab9d;
  background: #ffffff03;
  padding: 12px;
  border-radius: 6px;
}
.account-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #597460;
  font-size: 10px;
  margin-top: 32px;
  white-space: nowrap;
}
.account-divider:before,
.account-divider:after {
  content: "";
  height: 1px;
  flex: 1;
  background: #6a84612d;
}
.account-benefits {
  display: flex;
  justify-content: space-between;
  gap: 9px;
  margin-top: 20px;
  color: #839d88;
  font-size: 10px;
}
.account-benefits span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.account-benefits .ui-icon {
  width: 13px;
  height: 13px;
  color: #87b48a;
}
.account-footer {
  display: flex;
  justify-content: space-between;
  color: #486550;
  font-size: 9px;
  margin-top: 40px;
}
.welcome-credit {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #b8edb107;
  border: 1px solid #b8edb124;
  color: #a2b8a5;
  border-radius: 7px;
  padding: 10px 13px;
  font-size: 11px;
  margin-top: 22px;
}
.welcome-credit .ui-icon {
  color: #a4d9a0;
  width: 17px;
}
.welcome-credit strong {
  color: var(--mint);
  font-weight: 550;
}
.registration .account-emblem {
  display: none;
}
.registration .back-link {
  margin-bottom: 20px;
}
.registration .account-title .section-kicker {
  margin-top: 0;
}
.registration .account-form {
  margin-top: 22px;
}
.registration .form-field {
  margin-bottom: 16px;
}
.registration .account-divider {
  margin-top: 22px;
}
.registration .account-footer {
  margin-top: 27px;
}
.invite-field {
  margin: 0 0 16px;
}
.invite-field summary {
  display: flex;
  justify-content: space-between;
  color: #819d88;
  font-size: 11px;
  cursor: pointer;
  list-style: none;
}
.invite-field .form-field {
  margin-top: 10px;
  margin-bottom: 3px;
}
.invite-field summary > span {
  font-size: 10px;
  color: #57745e;
}
.form-alert {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #cf756111;
  border: 1px solid #d591733c;
  padding: 11px 13px;
  color: #edb3a0;
  font-size: 12px;
  border-radius: 7px;
  margin-top: 20px;
}
.form-alert .ui-icon {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.template-carry {
  font-size: 11px;
  color: #b8d5b2;
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 17px;
}
.template-carry .ui-icon {
  width: 13px;
  height: 13px;
}
.invite-banner {
  border-left: 2px solid #b8edb157;
  padding: 8px 12px;
  background: #b8edb107;
  margin-top: 16px;
  font-size: 11px;
  color: #b7ccb7;
}
.invite-banner small {
  display: block;
  font-size: 10px;
  color: #7d9982;
  margin-top: 5px;
}
.form-field small.mismatch {
  color: #eea797;
}
.form-field small.matched {
  color: var(--mint-bright);
}
@media (min-width: 1600px) {
  .hero-section {
    padding-block: 100px;
  }
  .account-header {
    max-width: 1550px;
    margin: auto;
    padding-inline: 36px;
  }
  .account-form-wrap {
    max-width: 420px;
  }
  .account-form-side {
    padding-block: 55px;
  }
  .account-visual {
    min-height: 760px;
  }
}
@media (max-width: 1100px) {
  .site-container {
    width: calc(100% - 64px);
  }
  .header-inner {
    gap: 25px;
  }
  .site-nav {
    gap: 23px;
  }
  .hero-section {
    gap: 20px;
    padding-block: 55px 70px;
  }
  .hero-copy h1 {
    font-size: 48px;
    letter-spacing: -1.5px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-art {
    height: 495px;
    margin-left: 20px;
  }
  .hero-film {
    height: 465px;
  }
  .hero-caption {
    margin-top: 40px;
    font-size: 10px;
  }
  .hero-perks {
    gap: 12px;
    font-size: 10px;
  }
  .hero-buttons .button {
    padding-inline: 17px;
    font-size: 12px;
  }
  .product-cutout {
    width: 143px;
    left: -30px;
  }
  .product-cutout img {
    height: 103px;
  }
  .product-cutout > div {
    font-size: 9px;
  }
  .art-note {
    right: -7px;
    bottom: 55px;
    font-size: 10px;
    padding: 10px 13px;
  }
  .film-caption > strong {
    font-size: 17px;
  }
  .usecase-strip > .site-container {
    gap: 25px;
  }
  .usecase-strip > .site-container > div {
    font-size: 12px;
  }
  .usecase-strip > .site-container > span {
    font-size: 10px;
  }
  .inspiration-image {
    height: 300px;
  }
  .section-heading > p {
    font-size: 12px;
  }
  h2 {
    font-size: 29px;
  }
  .workflow-layout {
    gap: 45px;
  }
  .faq-section {
    gap: 40px;
  }
  .account-shell {
    gap: 5px;
    grid-template-columns: minmax(300px, 1fr) minmax(380px, 1fr);
  }
  .account-header {
    padding-inline: 30px;
  }
  .account-form-side {
    padding: 20px 32px;
  }
  .account-visual-top {
    left: 27px;
    top: 33px;
  }
  .account-visual-bottom {
    left: 25px;
    right: 25px;
  }
  .account-visual-top h1 {
    font-size: 33px;
  }
  .visual-recipe {
    gap: 10px;
    padding: 10px;
  }
  .visual-recipe strong {
    font-size: 11px;
  }
  .visual-recipe div > span {
    font-size: 9px;
  }
  .visual-recipe > img {
    width: 45px;
    height: 52px;
  }
  .account-benefits {
    font-size: 9px;
    gap: 6px;
  }
  .account-benefits .ui-icon {
    width: 12px;
  }
}
@media (max-width: 800px) {
  .site-container {
    width: calc(100% - 42px);
  }
  .header-inner {
    height: 70px;
    gap: 18px;
  }
  .site-brand > span {
    font-size: 16px;
  }
  .header-actions {
    gap: 16px;
  }
  .site-nav {
    gap: 18px;
    font-size: 11px;
  }
  .button.compact {
    padding-inline: 12px;
    min-height: 36px;
    font-size: 11px;
  }
  .hero-copy h1 {
    font-size: 39px;
  }
  .hero-section {
    padding-top: 45px;
    gap: 6px;
  }
  .hero-art {
    margin-left: 15px;
    height: 452px;
  }
  .hero-film {
    height: 420px;
  }
  .hero-copy .section-kicker {
    font-size: 10px;
    letter-spacing: 0;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-buttons {
    gap: 10px;
  }
  .hero-buttons .button {
    font-size: 11px;
    padding: 11px 12px;
    min-height: 43px;
    gap: 8px;
  }
  .hero-perks {
    gap: 8px;
    font-size: 9px;
  }
  .hero-caption {
    margin-top: 30px;
    font-size: 9px;
    gap: 8px;
  }
  .caption-line {
    width: 20px;
  }
  .product-cutout {
    width: 118px;
    left: -18px;
    padding: 10px;
  }
  .product-cutout img {
    height: 87px;
  }
  .product-cutout > div {
    font-size: 8px;
    gap: 4px;
  }
  .product-cutout .small-check {
    width: 11px;
    height: 11px;
    font-size: 8px;
  }
  .film-label {
    font-size: 9px;
    left: 12px;
  }
  .art-disclosure {
    top: 62px;
    right: 15px;
    font-size: 8px;
  }
  .film-caption {
    left: 16px;
    right: 16px;
  }
  .film-caption > strong {
    font-size: 15px;
  }
  .film-caption > small {
    font-size: 6px;
    letter-spacing: 1px;
  }
  .film-bottom {
    font-size: 8px;
  }
  .art-note {
    font-size: 9px;
    gap: 6px;
    padding: 8px 10px;
    right: -4px;
    bottom: 41px;
  }
  .art-note .ui-icon {
    width: 15px;
  }
  .usecase-strip > .site-container {
    flex-direction: column;
    gap: 15px;
    padding-block: 23px;
  }
  .usecase-strip > .site-container > div {
    width: 100%;
    font-size: 11px;
    gap: 8px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 13px;
  }
  .inspiration-section {
    padding-block: 58px;
  }
  .inspiration-grid {
    gap: 16px;
  }
  .inspiration-image {
    height: 260px;
  }
  .inspiration-copy {
    gap: 8px;
  }
  .inspiration-copy h3 {
    font-size: 14px;
  }
  .inspiration-copy p {
    font-size: 11px;
  }
  .workflow-section {
    padding-block: 54px;
  }
  .workflow-layout {
    gap: 30px;
  }
  .workflow-intro h2 {
    font-size: 27px;
  }
  .workflow-steps article {
    gap: 13px;
  }
  .workflow-steps h3 {
    font-size: 16px;
  }
  .workflow-steps p {
    font-size: 11px;
  }
  .step-icon {
    display: none;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 60px;
  }
  .faq-section > div > p:last-child:not(.section-kicker) {
    font-size: 12px;
  }
  .final-cta {
    margin-bottom: 50px;
  }
  .final-cta h2 {
    font-size: 29px;
  }
  .site-footer {
    gap: 24px;
  }
  .account-shell {
    grid-template-columns: minmax(260px, 0.85fr) minmax(350px, 1fr);
    padding-inline: 15px;
  }
  .account-form-side {
    padding-inline: 25px;
  }
  .account-visual-top h1 {
    font-size: 28px;
  }
  .account-visual-top {
    left: 23px;
    right: 20px;
  }
  .visual-eyebrow {
    font-size: 7px;
    letter-spacing: 1.8px;
  }
  .visual-recipe > img {
    display: none;
  }
  .visual-scene {
    font-size: 10px;
  }
  .visual-foot {
    font-size: 8px;
    gap: 10px;
  }
  .account-title h2 {
    font-size: 30px;
  }
  .password-grid {
    gap: 10px;
  }
  .password-grid input {
    font-size: 12px;
    padding-left: 10px;
  }
  .password-grid input::placeholder {
    font-size: 10px;
  }
  .account-benefits {
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media (max-width: 640px) {
  .site-container {
    width: calc(100% - 40px);
  }
  .site-brand img {
    width: 29px;
    height: 32px;
  }
  .site-brand > span {
    font-size: 15px;
  }
  .site-brand small {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .header-inner {
    gap: 12px;
    height: 69px;
  }
  .header-actions {
    margin-left: auto;
    gap: 12px;
  }
  .header-actions .text-link {
    font-size: 11px;
  }
  .menu-button {
    display: block;
    padding: 4px;
  }
  .menu-button .ui-icon {
    width: 18px;
  }
  .site-nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #111e17;
    border-bottom: 1px solid #ffffff1f;
    padding: 20px;
    gap: 0;
    flex-direction: column;
    box-shadow: 0 15px 35px #0004;
  }
  .site-nav.is-open {
    display: flex;
  }
  .site-nav a {
    padding: 13px 10px;
    font-size: 13px;
  }
  .hero-section {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .hero-copy {
    padding-bottom: 0;
  }
  .hero-copy h1 {
    font-size: clamp(36px, 9.4vw, 56px);
    line-height: 1.3;
    margin-top: 22px;
    letter-spacing: -1px;
  }
  .hero-copy .section-kicker {
    font-size: 10px;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.85;
  }
  .hero-buttons {
    margin-top: 25px;
    gap: 10px;
  }
  .hero-buttons .button {
    font-size: 12px;
    gap: 12px;
    padding-inline: 17px;
    min-height: 47px;
  }
  .hero-perks {
    gap: 13px;
    font-size: 10px;
    margin-top: 17px;
  }
  .hero-caption {
    display: none;
  }
  .hero-art {
    height: 440px;
    width: min(390px, calc(100% - 22px));
    margin: 0 0 0 auto;
  }
  .hero-film {
    width: calc(100% - 22px);
    right: 4px;
    height: 415px;
  }
  .hero-photo {
    object-position: 50% 48%;
  }
  .film-caption > strong {
    font-size: 18px;
  }
  .film-label {
    left: 16px;
    font-size: 9px;
  }
  .art-disclosure {
    top: 27px;
    right: 17px;
  }
  .film-caption > small {
    font-size: 7px;
  }
  .product-cutout {
    width: 125px;
    left: -21px;
    bottom: 0;
    padding: 11px;
  }
  .product-cutout img {
    height: 89px;
  }
  .product-cutout > div {
    font-size: 8px;
  }
  .art-note {
    right: 0;
    bottom: 44px;
  }
  .usecase-strip > .site-container > div {
    font-size: 10px;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .usecase-strip i {
    font-size: 8px;
    padding-inline: 3px;
  }
  .usecase-strip > .site-container > span {
    font-size: 10px;
  }
  .inspiration-section {
    padding-block: 49px;
  }
  .section-heading h2 {
    font-size: 27px;
  }
  .section-heading > p {
    font-size: 11px;
  }
  .inspiration-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .inspiration-image {
    height: 330px;
  }
  .inspiration-image > img {
    object-position: 50% 45%;
  }
  .inspiration-copy {
    gap: 14px;
    margin-top: 15px;
  }
  .inspiration-copy h3 {
    font-size: 16px;
  }
  .inspiration-copy p {
    font-size: 12px;
  }
  .inspiration-copy .index-number {
    font-size: 11px;
  }
  .template-footnote {
    flex-direction: column;
    gap: 12px;
    font-size: 11px;
    margin-top: 25px;
  }
  .workflow-layout {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .workflow-intro h2 {
    font-size: 29px;
  }
  .workflow-intro > p:not(.section-kicker) {
    font-size: 12px;
  }
  .workflow-steps article {
    gap: 20px;
    padding-block: 22px;
  }
  .workflow-steps h3 {
    font-size: 17px;
  }
  .workflow-steps p {
    font-size: 12px;
  }
  .step-icon {
    display: grid;
    width: 38px;
    height: 38px;
  }
  .step-icon .ui-icon {
    width: 17px;
  }
  .faq-section {
    padding-block: 50px;
  }
  .faq-section h2 {
    font-size: 26px;
  }
  .faq-list summary {
    font-size: 13px;
  }
  .faq-list p {
    font-size: 12px;
  }
  .final-cta {
    padding: 40px 14px 32px;
    border-radius: 11px;
  }
  .final-cta h2 {
    font-size: 27px;
    line-height: 1.5;
  }
  .mobile-break {
    display: block;
  }
  .final-cta .section-kicker {
    font-size: 10px;
  }
  .final-cta .button {
    min-height: 44px;
    font-size: 12px;
    padding-inline: 22px;
  }
  .cta-symbol {
    font-size: 180px;
    right: -30px;
    top: -60px;
  }
  .site-footer {
    gap: 20px;
  }
  .site-footer > p {
    order: 3;
    flex-basis: 100%;
    font-size: 11px;
  }
  .site-footer > a {
    font-size: 11px;
  }
  .site-footer > small {
    order: 4;
    margin-top: 3px;
    font-size: 9px;
  }
  .account-header {
    height: 77px;
    padding-inline: 24px;
  }
  .account-header > div {
    gap: 10px;
    font-size: 11px;
  }
  .account-header > div > span {
    display: none;
  }
  .account-header .inline-link {
    font-size: 11px;
    gap: 6px;
  }
  .account-shell {
    display: block;
    min-height: calc(100svh - 77px);
    padding: 0 25px 25px;
  }
  .account-visual {
    display: none;
  }
  .account-form-side {
    padding: 25px 0 0;
  }
  .account-form-wrap {
    max-width: 395px;
  }
  .account-title h2 {
    font-size: 33px;
  }
  .account-title > p:last-child {
    font-size: 12px;
  }
  .back-link {
    margin-bottom: 26px;
  }
  .account-title .section-kicker {
    font-size: 11px;
  }
  .account-emblem {
    width: 46px;
    height: 46px;
  }
  .account-form {
    margin-top: 32px;
  }
  .form-field input {
    height: 51px;
    font-size: 14px;
  }
  .form-field input::placeholder {
    font-size: 12px;
  }
  .form-field label {
    font-size: 13px;
  }
  .form-field small {
    font-size: 10px;
  }
  .password-input button {
    height: 45px;
  }
  .account-submit {
    height: 51px;
    min-height: 51px;
  }
  .account-help {
    font-size: 12px;
    margin-top: 20px;
  }
  .account-benefits {
    font-size: 10px;
    gap: 10px;
    flex-wrap: nowrap;
  }
  .account-benefits .ui-icon {
    width: 13px;
  }
  .account-footer {
    font-size: 9px;
    margin-top: 40px;
  }
  .registration .account-title h2 {
    font-size: 31px;
  }
  .registration .back-link {
    margin-bottom: 28px;
  }
  .registration .form-field {
    margin-bottom: 18px;
  }
  .registration .welcome-credit {
    margin-top: 22px;
    padding: 11px 12px;
  }
  .registration .account-form {
    margin-top: 23px;
  }
  .password-grid {
    gap: 12px;
  }
  .password-grid input {
    font-size: 12px;
  }
  .password-grid input::placeholder {
    font-size: 11px;
  }
  .registration .account-divider {
    margin-top: 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
/* Keep the story caption unobstructed and the account form in the first viewport. */
.product-cutout {
  bottom: 155px;
}
.art-note {
  top: -5px;
  bottom: auto;
}
.account-photo {
  object-position: 50% 12%;
}
.account-emblem {
  display: none;
}
.account-form-side {
  padding-block: 16px;
}
.account-header {
  height: 80px;
}
.account-shell {
  min-height: calc(100svh - 80px);
}
.registration-identity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.registration-identity input {
  font-size: 12px;
}
.registration-identity small {
  font-size: 9px;
  letter-spacing: -0.1px;
}
.account-title .section-kicker {
  margin-top: 0;
}
@media (max-width: 1100px) {
  .product-cutout {
    bottom: 140px;
  }
  .registration-identity {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .account-photo {
    object-position: 50% 0%;
  }
}
@media (max-width: 800px) {
  .product-cutout {
    bottom: 130px;
  }
  .art-note {
    top: -5px;
    bottom: auto;
  }
}
@media (max-width: 640px) {
  .product-cutout {
    bottom: 128px;
  }
  .art-note {
    top: -4px;
    bottom: auto;
  }
  .account-header {
    height: 77px;
  }
  .account-shell {
    min-height: calc(100svh - 77px);
  }
  .account-form-side {
    padding-top: 25px;
  }
  .registration-identity {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
