@font-face {
  font-family: "Avigea";
  src: url("../../Avigea.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../../GoogleSans.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../../GoogleSans.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../../GoogleSans.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --bg: #e2ebe2;
  --surface: #ffffff;
  --text: #1a1a1a;
  --text-secondary: #5c5c5c;
  --outline: #d0ddd0;
  --accent: #2d2d2d;
  --pill: #d4e0d4;
  --radius: 18px;
  --radius-sm: 14px;
  --page-pad: clamp(1.25rem, 4vw, 2rem);
  --spring: cubic-bezier(0.34, 1.35, 0.64, 1);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow: 0 18px 50px rgba(26, 26, 26, 0.08);
  --shadow-soft: 0 8px 30px rgba(26, 26, 26, 0.06);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.ambient__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.45;
  animation: drift 18s var(--ease) infinite alternate;
}

.ambient__orb--1 {
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  top: -8%;
  right: -6%;
  background: radial-gradient(circle, #c8dcc8 0%, transparent 70%);
}

.ambient__orb--2 {
  width: min(36vw, 360px);
  height: min(36vw, 360px);
  bottom: 10%;
  left: -10%;
  background: radial-gradient(circle, #d8e8d8 0%, transparent 70%);
  animation-delay: -6s;
}

.ambient__orb--3 {
  width: min(28vw, 280px);
  height: min(28vw, 280px);
  top: 42%;
  left: 55%;
  background: radial-gradient(circle, #eef5ee 0%, transparent 70%);
  animation-delay: -12s;
}

@keyframes drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-24px, 18px, 0) scale(1.08); }
}

.shell {
  position: relative;
  z-index: 1;
  min-height: 100dvh;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem var(--page-pad);
  max-width: 1120px;
  margin: 0 auto;
}

.nav__brand {
  font-family: "Avigea", serif;
  font-size: clamp(1.65rem, 4vw, 2rem);
  letter-spacing: -0.02em;
  line-height: 1;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav__link {
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text-secondary);
  transition: color 0.25s var(--ease), background 0.25s var(--ease);
}

.nav__link:hover,
.nav__link.is-active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.55);
}

@media (max-width: 520px) {
  .nav {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .nav__links {
    gap: 0.15rem;
  }

  .nav__link {
    padding: 0.45rem 0.65rem;
    font-size: 0.82rem;
  }

  .hero {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
    gap: 2rem;
  }

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

  .hero__actions .btn {
    width: 100%;
  }

  .hero__pills {
    gap: 0.4rem;
  }

  .pill {
    font-size: 0.76rem;
    padding: 0.38rem 0.7rem;
  }
}

.hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(2rem, 8vw, 5rem) var(--page-pad) clamp(3rem, 10vw, 6rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 6vw, 4rem);
  align-items: center;
}

@media (min-width: 900px) {
  .hero {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

.hero__copy {
  max-width: 34rem;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  margin-bottom: 1.25rem;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid rgba(232, 228, 223, 0.9);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-secondary);
  opacity: 0;
  transform: translateY(12px);
  animation: rise 0.8s var(--ease) 0.1s forwards;
}

.hero__eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2.4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.35; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1); }
}

.hero__title {
  margin: 0;
  font-family: "Avigea", serif;
  font-size: clamp(3.2rem, 10vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.9s var(--ease) 0.2s forwards;
}

.hero__title span {
  display: block;
}

.hero__title .muted {
  color: var(--text-secondary);
}

.hero__lede {
  margin: 1.35rem 0 0;
  max-width: 22rem;
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  color: var(--text-secondary);
  opacity: 0;
  transform: translateY(14px);
  animation: rise 0.9s var(--ease) 0.35s forwards;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.85rem;
  opacity: 0;
  transform: translateY(14px);
  animation: rise 0.9s var(--ease) 0.48s forwards;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0 1.35rem;
  border: 0;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.35s var(--spring), box-shadow 0.35s var(--ease), background 0.25s var(--ease);
}

.btn:active {
  transform: scale(0.97);
}

.btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 14px 34px rgba(45, 45, 45, 0.22);
}

.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(45, 45, 45, 0.28);
}

.btn--ghost {
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--outline);
}

.btn--ghost:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.btn svg {
  width: 1.15rem;
  height: 1.15rem;
}

.hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
  opacity: 0;
  animation: rise 0.9s var(--ease) 0.58s forwards;
}

.pill {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: var(--pill);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-secondary);
}

/* ── Phone mockup (393pt iOS canvas, scaled to fit) ── */

.phone {
  position: relative;
  width: min(100%, 320px);
  margin: 0 auto;
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  animation: phoneIn 1.1s var(--ease) 0.55s forwards;
}

@media (min-width: 900px) {
  .phone {
    width: min(100%, 340px);
  }
}

@media (max-width: 420px) {
  .phone {
    width: min(100%, 290px);
  }
}

@keyframes phoneIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.phone__frame {
  position: relative;
  padding: 11px;
  border-radius: 44px;
  background: linear-gradient(155deg, #3a3a3a 0%, #121212 100%);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.phone__screen {
  position: relative;
  overflow: clip;
  border-radius: 34px;
  background: var(--bg);
  aspect-ratio: 393 / 852;
  container-type: size;
  container-name: phone;
  width: 100%;
}

.phone__island {
  position: absolute;
  top: 2.9cqh;
  left: 50%;
  transform: translateX(-50%);
  width: 32.1cqw;
  height: 4.3cqh;
  border-radius: 999px;
  background: #000;
  z-index: 4;
  pointer-events: none;
}

.app-ui {
  --dash-pad: 4.6cqw;
  --dash-gap: 2.4cqw;
  --tile-radius: 3.6cqw;
  --tile-pad: 2.6cqw;
  --tile-space: 0.45cqh;
  --tile-head-h: 2.1cqh;
  --tile-title-h: 2.45cqh;
  --tile-sub-h: 3.35cqh;
  --tile-preview-h: 5.2cqh;
  --tile-h: 17.2cqh;
  --thumb-size: 6.8cqw;
  --thumb-radius: 1.85cqw;

  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  box-sizing: border-box;
  overflow: hidden;
}

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

.app-ui__scroll {
  flex: 1;
  min-height: 0;
  width: 100%;
  padding: 6.5cqh var(--dash-pad) 1.5cqh;
  overflow: hidden;
}

.dash-head {
  margin: 0 0 1.6cqh;
  padding-top: 0.45cqh;
}

.dash-head__title {
  margin: 0;
  font-family: "Avigea", serif;
  font-size: 7.6cqw;
  line-height: 0.88;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.dash-head__title span {
  display: block;
  margin-top: -0.45cqh;
}

.dash-head__title span:first-child {
  margin-top: 0;
}

.dash-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--dash-gap);
  width: 100%;
  max-width: 100%;
}

.dash-tile {
  height: var(--tile-h);
  min-width: 0;
  max-width: 100%;
  padding: var(--tile-pad);
  background: var(--surface);
  border-radius: var(--tile-radius);
  display: flex;
  flex-direction: column;
  gap: var(--tile-space);
  overflow: hidden;
  opacity: 0;
  transform: translateY(12px);
  animation: tileIn 0.65s var(--spring) forwards;
}

.dash-tile:nth-child(1) { animation-delay: 0.95s; }
.dash-tile:nth-child(2) { animation-delay: 1.07s; }
.dash-tile:nth-child(3) { animation-delay: 1.19s; }
.dash-tile:nth-child(4) { animation-delay: 1.31s; }

@keyframes tileIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dash-tile__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--tile-head-h);
  flex-shrink: 0;
}

.dash-tile__icon {
  width: 3.8cqw;
  height: 3.8cqw;
  color: var(--accent);
  flex-shrink: 0;
}

.dash-tile__chev {
  width: 2.5cqw;
  height: 2.5cqw;
  color: var(--text-secondary);
  flex-shrink: 0;
}

.dash-tile__title {
  margin: 0;
  height: var(--tile-title-h);
  font-size: 3.85cqw;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dash-tile__sub {
  margin: 0;
  height: var(--tile-sub-h);
  font-size: 2.75cqw;
  line-height: 1.25;
  color: var(--text-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dash-tile__preview {
  height: var(--tile-preview-h);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.dash-tile__preview--routine {
  align-items: flex-start;
}

.dash-tile__preview--routine p {
  margin: 0;
  font-size: 2.75cqw;
  line-height: 1.25;
  font-weight: 400;
  color: var(--text-secondary);
}

.dash-tile__preview--skin {
  justify-content: center;
  align-items: center;
}

.skin-stack {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 2px;
}

.skin-stack__oval {
  width: 7.8cqw;
  height: 4.8cqh;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #dfe8df;
  box-shadow: 0 1px 3px rgba(26, 26, 26, 0.08);
}

.skin-stack__oval + .skin-stack__oval {
  margin-left: -2.1cqw;
}

.skin-stack__oval:nth-child(1) { z-index: 1; }
.skin-stack__oval:nth-child(2) { z-index: 2; }
.skin-stack__oval:nth-child(3) { z-index: 3; }

.skin-stack__oval:nth-child(1) img { object-position: 72% center; }
.skin-stack__oval:nth-child(2) img { object-position: center 14%; }
.skin-stack__oval:nth-child(3) img { object-position: 28% center; }

.skin-stack__oval img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skin-stack__badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.1cqw;
  height: 4.1cqw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--accent);
  display: grid;
  place-items: center;
  box-shadow: 0 1px 2px rgba(26, 26, 26, 0.06);
}

.skin-stack__badge svg {
  width: 2.2cqw;
  height: 2.2cqw;
}

.thumb-stack {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: var(--thumb-size);
}

.thumb-stack__item {
  position: absolute;
  top: 50%;
  width: var(--thumb-size);
  height: var(--thumb-size);
  margin-top: calc(var(--thumb-size) / -2);
  border-radius: var(--thumb-radius);
  overflow: hidden;
  background: #fff;
  transform-origin: center center;
  box-shadow:
    1.5px 2.5px 0 #000,
    0 3px 6px rgba(0, 0, 0, 0.22);
}

.thumb-stack__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.thumb-stack--2 {
  max-width: 14.5cqw;
  margin: 0 auto;
}

.thumb-stack--2 .thumb-stack__item--1 {
  left: 0;
  z-index: 1;
  transform: rotate(-11deg);
}

.thumb-stack--2 .thumb-stack__item--2 {
  left: 4.8cqw;
  z-index: 2;
  transform: rotate(9deg);
}

/* 4-product fan (Your orders) — centered, shared baseline, alternating tilt */
.thumb-stack--4 {
  width: 18.2cqw;
  max-width: 100%;
  margin: 0 auto;
}

.thumb-stack--4 .thumb-stack__item--1 {
  left: 0;
  z-index: 1;
  transform: rotate(-12deg);
}

.thumb-stack--4 .thumb-stack__item--2 {
  left: 3.8cqw;
  z-index: 2;
  transform: rotate(9deg);
}

.thumb-stack--4 .thumb-stack__item--3 {
  left: 7.6cqw;
  z-index: 3;
  transform: rotate(-9deg);
}

.thumb-stack--4 .thumb-stack__item--4 {
  left: 11.4cqw;
  z-index: 4;
  transform: rotate(11deg);
}

.app-tabbar {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border: none;
  box-shadow: none;
  padding-top: 0.35cqh;
}

.app-tabbar__dock {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 5.5cqw;
}

.app-tabbar__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35cqw;
  padding: 0.38cqh 0.55cqw;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  box-shadow:
    0 0 0 0.5px rgba(26, 26, 26, 0.07),
    0 3px 14px rgba(26, 26, 26, 0.1),
    0 1px 3px rgba(26, 26, 26, 0.06);
}

.app-tabbar__item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.22cqh;
  min-width: 19.5cqw;
  padding: 0.55cqh 3.8cqw 0.48cqh;
  border-radius: 999px;
  color: var(--text-secondary);
  -webkit-font-smoothing: antialiased;
}

.app-tabbar__item.is-active {
  color: var(--accent);
  background: color-mix(in srgb, var(--bg) 38%, #ffffff 62%);
  box-shadow:
    0 0 0 0.5px rgba(26, 26, 26, 0.06),
    0 1px 4px rgba(26, 26, 26, 0.07);
}

.app-tabbar__icon {
  width: 5.6cqw;
  height: 5.6cqw;
  min-width: 20px;
  min-height: 20px;
  flex-shrink: 0;
}

.app-tabbar__label {
  font-size: 2.15cqw;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.008em;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-tabbar__item.is-active .app-tabbar__label {
  font-weight: 600;
}

.app-tabbar__home-indicator {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 2.45cqh;
  min-height: 18px;
  padding-bottom: 0.85cqh;
}

.app-tabbar__home-indicator::before {
  content: "";
  width: 34.1cqw;
  max-width: 134px;
  height: 0.58cqh;
  min-height: 4px;
  border-radius: 999px;
  background: #000;
}

.section {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 4.5rem) var(--page-pad);
}

.section--tight {
  padding-top: 0;
}

.section__head {
  max-width: 28rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.section__title {
  margin: 0;
  font-family: "Avigea", serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.section__title span {
  display: block;
}

.features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 760px) {
  .features {
    grid-template-columns: repeat(3, 1fr);
  }
}

.feature {
  background: var(--surface);
  border: 1px solid rgba(208, 221, 208, 0.85);
  border-radius: var(--radius);
  padding: 1.35rem;
  box-shadow: var(--shadow-soft);
  transition: transform 0.45s var(--spring), box-shadow 0.35s var(--ease);
}

.feature:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.feature__num {
  font-family: "Avigea", serif;
  font-size: 2rem;
  line-height: 1;
  color: var(--outline);
  margin-bottom: 0.85rem;
}

.feature__title {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.feature__text {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-secondary);
}

.cta-band {
  max-width: 1120px;
  margin: 0 auto clamp(2rem, 6vw, 3rem);
  padding: 0 var(--page-pad);
}

.cta-band__inner {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) + 6px);
  background: var(--accent);
  color: #fff;
  padding: clamp(2rem, 5vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
}

@media (min-width: 720px) {
  .cta-band__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.cta-band__glow {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 70%);
  top: -80px;
  right: -40px;
  pointer-events: none;
}

.cta-band__title {
  margin: 0;
  font-family: "Avigea", serif;
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  position: relative;
}

.cta-band__title span {
  display: block;
}

.cta-band__sub {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  max-width: 22rem;
}

.btn--light {
  background: #fff;
  color: var(--accent);
  position: relative;
}

.btn--light:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.footer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.5rem var(--page-pad) 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--outline);
  color: var(--text-secondary);
  font-size: 0.88rem;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer__links a:hover {
  color: var(--text);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

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

.support-page {
  max-width: 640px;
  margin: 0 auto;
  padding: clamp(1.5rem, 5vw, 3rem) var(--page-pad) 4rem;
}

.support-page__title {
  margin: 0 0 0.35rem;
  font-family: "Avigea", serif;
  font-size: clamp(2.4rem, 7vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.support-page__title span {
  display: block;
}

.support-page__lede {
  margin: 0 0 2rem;
  color: var(--text-secondary);
  max-width: 26rem;
}

.form-card {
  background: var(--surface);
  border: 1px solid rgba(208, 221, 208, 0.9);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 4vw, 1.75rem);
  box-shadow: var(--shadow-soft);
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.field label {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(232, 228, 223, 0.95);
  background: var(--bg);
  color: var(--text);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: rgba(45, 45, 45, 0.35);
  box-shadow: 0 0 0 4px rgba(45, 45, 45, 0.08);
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.form-status {
  font-size: 0.9rem;
  color: var(--text-secondary);
  min-height: 1.35rem;
}

.form-status.is-error {
  color: #9b2c2c;
}

.form-status.is-success {
  color: #276749;
}

.form-card.is-busy {
  opacity: 0.72;
  pointer-events: none;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  .ambient__orb,
  .hero__eyebrow-dot,
  .dash-tile,
  .phone,
  .hero__eyebrow,
  .hero__title,
  .hero__lede,
  .hero__actions,
  .hero__pills {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn,
  .feature {
    transition: none;
  }
}
