:root {
  --accent: #eaf7c8;
  --background: #f4f5f1;
  --border: #dde3dd;
  --error: #a43e35;
  --focus: #b8d875;
  --lime: #d9f65a;
  --muted: #626e68;
  --on-primary: #ffffff;
  --surface: #ffffff;
  --text: #12352d;
  --call: #0e241f;
  --call-glow: #18443a;
  --call-vignette: #071310;
  --serif: "Fraunces", "Songti SC", "Noto Serif SC", "Iowan Old Style", Palatino, serif;
  --wordmark: Didot, "Bodoni 72", "Bodoni Moda", "New York", "Songti SC", serif;
  --sans: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", system-ui, sans-serif;
  --nav-h: 72px;
  --radius: 24px;
  --shadow: 0 24px 60px rgba(18, 53, 45, 0.12);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

@property --stage-chapter {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}

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

html {
  scroll-padding-top: var(--nav-h);
}

body {
  margin: 0;
  overflow-x: clip;
  background:
    linear-gradient(180deg, rgb(247 246 240 / 0.78), rgb(237 239 231 / 0.42)),
    var(--background);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
svg {
  display: block;
}

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -40px;
  z-index: 20;
  padding: 8px 14px;
  border-radius: 12px;
  background: var(--text);
  color: var(--on-primary);
}

.skip-link:focus {
  top: 16px;
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 12;
  opacity: 0.04;
  transform: translateZ(0);
  background-image:
    radial-gradient(circle, rgb(18 53 45 / 0.28) 0.45px, transparent 0.55px),
    radial-gradient(circle, rgb(18 53 45 / 0.16) 0.4px, transparent 0.5px);
  background-size: 3px 3px, 5px 5px;
  background-position: 0 0, 1.5px 2px;
}

.atmosphere {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 8% 62%, rgb(186 207 168 / 0.22), transparent 28%),
    radial-gradient(circle at 94% 12%, rgb(220 208 168 / 0.18), transparent 26%),
    radial-gradient(circle at 78% 88%, rgb(234 247 200 / 0.14), transparent 30%);
}

.dot-grid {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.14;
  background-image: radial-gradient(circle, rgb(18 53 45 / 0.18) 0.65px, transparent 0.8px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 72%, transparent);
}

.hero-wrap {
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100svh - var(--nav-h));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-art {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  height: auto;
  opacity: 0.78;
  user-select: none;
  mix-blend-mode: multiply;
  contain: paint;
  backface-visibility: hidden;
}

.hero-art-left {
  top: 6.5rem;
  left: -8rem;
  width: min(46vw, 30rem);
  transform: rotate(2deg);
  mask-image: radial-gradient(ellipse 88% 82% at 38% 48%, #000 38%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 88% 82% at 38% 48%, #000 38%, transparent 78%);
}

.hero-art-right {
  top: 3.5rem;
  right: -1.25rem;
  width: min(42vw, 27rem);
  transform: rotate(-4deg);
  mask-image: radial-gradient(ellipse 88% 82% at 62% 42%, #000 36%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 88% 82% at 62% 42%, #000 36%, transparent 78%);
}

@media (max-width: 979px) {
  .hero-art {
    mix-blend-mode: normal;
  }

  .hero-art-left {
    top: 7rem;
    left: -7rem;
    width: min(58vw, 20rem);
    opacity: 0.5;
  }

  .hero-art-right {
    top: auto;
    bottom: 4%;
    right: -2rem;
    width: min(52vw, 18rem);
    opacity: 0.42;
  }
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--wordmark);
  line-height: 1;
}

.wordmark-time {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.wordmark-flow {
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition:
    transform 0.28s var(--ease),
    opacity 0.2s ease,
    background 0.28s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: scale(0.99);
  opacity: 0.86;
}

.btn-solid {
  background: var(--text);
  color: var(--on-primary);
}

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

.btn-lg {
  height: 56px;
  padding: 0 22px;
  font-size: 15px;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(244, 245, 241, 0.94);
  border-bottom: 1px solid rgba(221, 227, 221, 0.7);
}

main,
.footer {
  position: relative;
  z-index: 1;
}

.nav-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
  min-height: var(--nav-h);
  padding: 0 24px;
}

.nav-links {
  display: none;
  gap: 22px;
  margin-right: auto;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}

.nav-links a {
  transition: color 0.25s ease;
}

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

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.lang {
  display: flex;
  padding: 3px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
}

.lang-btn {
  min-width: 36px;
  height: 30px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  transition:
    background 0.28s var(--ease),
    color 0.28s var(--ease);
}

.lang-btn.is-active {
  background: var(--text);
  color: var(--on-primary);
}

.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
}

.nav-toggle-bar {
  display: block;
  width: 18px;
  height: 2px;
  margin-inline: auto;
  background: var(--text);
}

.nav .btn-ghost,
.nav .btn-solid {
  display: none;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 24px 20px;
  border-top: 1px solid var(--border);
}

.mobile-nav[hidden] {
  display: none !important;
}

.mobile-nav a {
  padding: 10px 0;
  font-weight: 600;
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 64px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 24px 96px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.spark {
  width: 18px;
  height: 18px;
  color: #7aa12e;
}

.hero h1 {
  min-height: 2.1em;
  font-family: var(--serif);
  font-size: clamp(36px, 6.2vw, 64px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.headline-line {
  display: block;
}

.headline-line.has-caret::after {
  content: "";
  display: inline-block;
  width: 0.065em;
  height: 0.78em;
  margin-left: 0.08em;
  background: currentColor;
  transform: translateY(0.06em);
  animation: caret-blink 1.05s steps(1, end) infinite;
}

@keyframes caret-blink {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

.lead {
  max-width: 32em;
  margin-top: 20px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.hero-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 10% 8% auto;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent) 0%, transparent 68%);
  opacity: 0.55;
  z-index: 0;
}

.phone {
  position: relative;
  z-index: 1;
  width: min(320px, 86vw);
  aspect-ratio: 9 / 19.4;
  padding: 10px;
  border-radius: 42px;
  background: #1a2e28;
  box-shadow: var(--shadow);
}

.phone-screen {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 32px;
  background: var(--background);
}

.calendar-layer {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cal-scroll {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  padding-bottom: 72px;
}

.cal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 22px 16px 14px;
}

.cal-date {
  flex: 1;
  min-width: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.account-actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
}

.user-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 124px;
  padding: 3px 8px 3px 3px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--surface);
  font-size: 11px;
  font-weight: 700;
}

.username {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.avatar {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--accent);
  font-size: 11px;
  font-weight: 800;
}

.sign-out {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--border);
  border-radius: 15px;
  background: var(--surface);
  color: var(--text);
}

.month-card {
  margin: 0 14px;
  padding: 12px 10px 8px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--surface);
}

.month-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
}

.month-nav {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: #f0f2ee;
  font-size: 16px;
}

.month-nav:active {
  opacity: 0.7;
}

.weekdays,
.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.weekdays {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}

.cal-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 30px;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
}

.cal-day.is-muted {
  color: var(--border);
}

.day-num {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--surface);
}

.cal-day.is-today .day-num {
  background: var(--accent);
  font-weight: 800;
}

.cal-day.is-selected .day-num {
  background: var(--text);
  color: var(--on-primary);
}

.dot {
  width: 3px;
  height: 3px;
  margin-top: 1px;
  border-radius: 999px;
  background: var(--focus);
}

.cal-day.is-selected .dot {
  background: var(--text);
}

.agenda {
  padding: 18px 16px 0;
}

.agenda-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}

.agenda-head h3 {
  font-size: 16px;
  font-weight: 800;
}

.agenda-count {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.agenda-list {
  display: flex;
  flex-direction: column;
}

.agenda-empty {
  padding: 18px 14px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface);
  text-align: center;
}

.agenda-empty[hidden] {
  display: none !important;
}

.empty-title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.empty-detail {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.empty-detail:empty {
  display: none;
}

.occ-row {
  display: grid;
  grid-template-columns: 42px 12px 1fr;
  gap: 8px;
  align-items: stretch;
  animation: rise 0.35s ease;
}

.occ-row + .occ-row {
  margin-top: 8px;
}

.occ-time {
  padding-top: 6px;
  color: var(--text);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.occ-rail {
  position: relative;
}

.occ-dot {
  position: relative;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  margin: 8px auto 0;
  border: 2px solid var(--background);
  border-radius: 999px;
  background: var(--focus);
}

.occ-row.is-new .occ-dot {
  background: var(--text);
}

.occ-line {
  position: absolute;
  top: 12px;
  bottom: -8px;
  left: 5px;
  width: 2px;
  background: var(--focus);
}

.occ-row:last-child .occ-line {
  bottom: 16px;
}

.occ-card {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.occ-row.is-new .occ-card {
  border-color: var(--focus);
  background: var(--accent);
}

.location-section {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.loc-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface);
}

.loc-pin {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--accent);
  color: var(--text);
}

.loc-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.loc-title {
  font-size: 13px;
  font-weight: 700;
}

.loc-meta {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.voice-dock {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.call-fab,
.ptt {
  height: 48px;
  border-radius: 999px;
  background: var(--text);
  color: var(--on-primary);
}

.call-fab {
  width: 48px;
  flex: none;
  display: grid;
  place-items: center;
}

.ptt {
  flex: 1;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.ptt-label,
.ptt-wave {
  grid-area: 1 / 1;
}

.ptt.is-holding {
  background: var(--error);
}

.ptt-wave {
  display: none;
  align-items: center;
  gap: 4px;
  height: 22px;
}

.ptt.is-holding .ptt-label {
  display: none;
}

.ptt.is-holding .ptt-wave {
  display: flex;
}

.ptt-wave i,
.orb-wave i,
.mini-wave i {
  display: block;
  width: 3px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  animation: wave 0.9s ease-in-out infinite;
}

.ptt-wave i:nth-child(1),
.orb-wave i:nth-child(1) {
  height: 8px;
  animation-delay: 0s;
}
.ptt-wave i:nth-child(2),
.orb-wave i:nth-child(2) {
  height: 14px;
  animation-delay: 0.08s;
}
.ptt-wave i:nth-child(3),
.orb-wave i:nth-child(3) {
  height: 20px;
  animation-delay: 0.16s;
}
.ptt-wave i:nth-child(4),
.orb-wave i:nth-child(4) {
  height: 14px;
  animation-delay: 0.24s;
}
.ptt-wave i:nth-child(5),
.orb-wave i:nth-child(5) {
  height: 8px;
  animation-delay: 0.32s;
}

.call-layer {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(ellipse 98% 92% at 50% 58%, var(--call-glow) 0%, var(--call) 82%, var(--call-vignette) 100%);
  color: var(--on-primary);
}

.call-layer[hidden] {
  display: none !important;
}

.call-collapse {
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--on-primary);
}

.transcript {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
  margin-top: 48px;
  padding: 0 16px;
  overflow: hidden;
}

.bubble {
  max-width: 86%;
  padding: 10px 14px;
  border-radius: 18px;
  font-size: 13px;
  line-height: 1.45;
  animation: rise 0.35s ease;
}

.bubble-user {
  align-self: flex-end;
  background: var(--accent);
  color: var(--text);
}

.bubble-assistant {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.1);
}

.mini-wave {
  display: flex;
  gap: 3px;
  align-items: flex-end;
  height: 12px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.mini-wave i {
  width: 2.5px;
  height: 8px;
}

.call-dock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 18px;
}

.call-status {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.78);
}

.orb {
  position: relative;
  display: grid;
  place-items: center;
  width: 148px;
  height: 148px;
  padding: 0;
}

.orb-ring {
  position: absolute;
  border-radius: 999px;
}

.orb-ring-outer {
  width: 148px;
  height: 148px;
  background: rgba(184, 216, 117, 0.12);
}

.orb-ring-inner {
  width: 112px;
  height: 112px;
  background: rgba(184, 216, 117, 0.22);
}

.orb-core {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: var(--focus);
  animation: breath 1.6s ease-in-out infinite;
}

.orb-wave {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 28px;
  color: var(--text);
}

.orb-wave i:nth-child(6) {
  height: 14px;
  animation-delay: 0.4s;
}
.orb-wave i:nth-child(7) {
  height: 20px;
  animation-delay: 0.48s;
}
.orb-wave i:nth-child(8) {
  height: 14px;
  animation-delay: 0.56s;
}
.orb-wave i:nth-child(9) {
  height: 8px;
  animation-delay: 0.64s;
}

.call-end {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 600;
}

.end-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--error);
  transform: rotate(135deg);
}

#how,
#features,
#about,
#product,
#open,
#top {
  scroll-margin-top: 0;
}

.how {
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-mod {
  --page-h: calc(100svh - var(--nav-h));
  box-sizing: border-box;
  display: grid;
  height: var(--page-h);
  min-height: var(--page-h);
  overflow: hidden;
  padding: clamp(16px, 2.8vh, 36px) clamp(20px, 3.4vw, 40px);
}

.page-mod-frame {
  container-type: inline-size;
  container-name: page;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  width: min(1180px, 100%);
  height: 100%;
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
}

.page-mod-inner {
  box-sizing: border-box;
  display: grid;
  align-content: start;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 0;
  min-width: 0;
  transform-origin: top center;
}

.page-mod-flow {
  gap: 28px;
}

.page-mod-product {
  gap: 96px;
}

.page-mod-about {
  gap: 22px;
}

.section-head {
  margin-bottom: 0;
}

.slogan-pin {
  position: relative;
  left: 50%;
  width: 100vw;
  height: calc((100svh - var(--nav-h)) * 3);
  margin: 0 0 0 -50vw;
  overflow-anchor: none;
}

.slogan-stage {
  --stage-p: 0;
  --stage-local: 0;
  position: sticky;
  top: var(--nav-h);
  left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  isolation: isolate;
  contain: layout paint;
  overflow: hidden;
  width: 100%;
  height: calc(100svh - var(--nav-h));
  margin: 0;
  padding: 28px 24px 24px;
  border-block: 1px solid var(--border);
  background:
    radial-gradient(circle at 8% 18%, rgb(234 247 200 / 0.22), transparent 32%),
    radial-gradient(circle at 94% 82%, rgb(184 216 117 / 0.1), transparent 36%),
    #eef0e8;
  color: var(--text);
  text-align: center;
  z-index: 2;
  box-shadow: none;
}

.slogan-stage[data-chapter="1"] {
  background:
    radial-gradient(circle at 92% 16%, rgb(234 247 200 / 0.2), transparent 34%),
    radial-gradient(circle at 8% 86%, rgb(184 216 117 / 0.1), transparent 36%),
    #eef0e8;
}

.slogan-stage[data-chapter="2"] {
  background:
    radial-gradient(circle at 6% 24%, rgb(217 246 90 / 0.12), transparent 30%),
    radial-gradient(circle at 96% 78%, rgb(234 247 200 / 0.18), transparent 34%),
    #eef0e8;
}

.slogan-stage.is-flash {
  animation: stage-flash 0.7s ease;
}

@keyframes stage-flash {
  from {
    box-shadow: inset 0 0 80px rgb(217 246 90 / 0.2);
  }
  to {
    box-shadow: none;
  }
}

.slogan-stage:focus {
  outline: none;
}

.slogan-stage:focus-visible {
  box-shadow: inset 0 0 0 2px rgb(18 53 45 / 0.22);
}

.stage-ticks {
  position: absolute;
  top: 50%;
  right: max(16px, calc(50vw - 36rem));
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateY(-50%);
}

.stage-ticks li {
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: rgb(18 53 45 / 0.16);
  transition:
    height 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.35s ease;
}

.stage-ticks li.is-on {
  height: 26px;
  background: var(--text);
  box-shadow: 0 0 12px rgb(217 246 90 / 0.7);
}

.stage-watermark {
  position: absolute;
  left: 50%;
  top: 4.6rem;
  z-index: 0;
  font-family: var(--serif);
  font-size: clamp(88px, 16vw, 168px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 1;
  pointer-events: none;
  opacity: 0.06;
  transform: translateX(-50%);
}

.stage-watermark::after {
  content: "";
  position: absolute;
  inset: 12% -10%;
  border: 1px solid rgb(217 246 90 / 0.22);
  border-radius: 50%;
}

.stage-line {
  position: relative;
  z-index: 1;
  min-height: 2.6em;
  margin: 12px auto 0;
  max-width: 16em;
  font-family: var(--serif);
  font-size: clamp(28px, 4.6vw, 48px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.25;
  transition:
    opacity 0.32s var(--ease),
    transform 0.4s var(--ease);
}

.stage-line.is-leave {
  opacity: 0;
  transform: translate3d(0, 0.28em, 0);
}

.stage-line.is-back.is-leave {
  transform: translate3d(0, -0.28em, 0);
}

.stage-line .ch {
  display: inline-block;
  filter: blur(12px);
  opacity: 0;
  animation: stage-char 0.82s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(var(--i) * 28ms);
}

.stage-line.is-fwd .ch {
  transform: translate3d(0.5em, 0.9em, 0) rotateX(52deg) rotateY(-14deg) scale(0.9);
}

.stage-line.is-back .ch {
  transform: translate3d(-0.5em, 0.9em, 0) rotateX(52deg) rotateY(14deg) scale(0.9);
}

.stage-line .ch.is-space {
  width: 0.32em;
}

@keyframes stage-char {
  to {
    filter: blur(0);
    opacity: 1;
    transform: none;
  }
}

.stage-tabs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 28px auto 0;
  max-width: 42rem;
  padding: 6px;
}

.stage-tabs::before {
  content: "";
  position: absolute;
  top: 6px;
  left: var(--glow-x, 6px);
  z-index: 0;
  width: var(--glow-w, 72px);
  height: calc(100% - 12px);
  border-radius: 999px;
  background: rgb(18 53 45 / 0.08);
  box-shadow: 0 0 0 1px rgb(18 53 45 / 0.1);
  transition:
    left 0.48s cubic-bezier(0.16, 1, 0.3, 1),
    width 0.48s cubic-bezier(0.16, 1, 0.3, 1);
}

.stage-tab {
  position: relative;
  z-index: 1;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.stage-tab.is-active {
  color: var(--text);
}

.stage-meter {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: min(12rem, 50%);
  height: 2px;
  margin: 22px auto 0;
  border-radius: 99px;
  background: rgb(18 53 45 / 0.1);
}

.stage-meter span {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--text);
  transform: scaleX(calc((var(--stage-chapter, 0) + 1) / 3));
  transform-origin: left center;
  transition: transform 0.5s var(--ease);
}

.stage-board {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.stage-copy {
  position: relative;
  z-index: 1;
  width: min(36rem, 100%);
}

.stage-head {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
}

.stage-head .eyebrow {
  margin-bottom: 8px;
}

.stage-head h2 {
  font-family: var(--serif);
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.25;
}

.slogan-stage.has-demo .stage-ticks {
  display: none;
}

.stage-demo {
  position: relative;
  z-index: 3;
  flex: none;
  width: 320px;
  height: 690px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(18px, 0, 0);
  transition:
    opacity 0.55s var(--ease),
    transform 0.7s var(--ease),
    visibility 0.55s;
}

.slogan-stage.has-demo .stage-demo {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.stage-demo-stack {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

@media (min-width: 721px) {
  .slogan-stage {
    padding: 12px 40px 16px;
  }

  .stage-board {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-items: stretch;
    gap: 40px;
    width: min(1320px, 100%);
    height: 100%;
  }

  .stage-copy {
    text-align: left;
  }

  .stage-watermark {
    left: 1.2em;
    top: 5rem;
    transform: none;
  }

  .stage-head,
  .stage-line,
  .stage-tabs,
  .stage-meter {
    margin-left: 0;
    margin-right: 0;
  }

  .stage-ticks {
    display: none;
  }
}

.phone.demo-phone {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.48s var(--ease),
    visibility 0.48s;
}

.phone.demo-phone.is-on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.demo-phone .cal-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 78px;
  scrollbar-width: none;
}

.demo-phone .cal-scroll::-webkit-scrollbar {
  display: none;
}

.demo-phone .cal-date {
  overflow: hidden;
  white-space: nowrap;
}

.demo-phone .occ-time {
  display: flex;
  flex-direction: column;
}

.demo-phone .occ-end {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
}

.demo-phone .voice-dock {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 16px 14px;
  background: var(--background);
  pointer-events: none;
}

.demo-phone .month-nav {
  pointer-events: none;
}

.demo-phone .occ-row {
  animation: none;
}

.demo-phone .agenda-count {
  display: inline-grid;
  justify-items: end;
}

.demo-count-0,
.demo-count-1 {
  grid-area: 1 / 1;
}

.demo-count-1,
.demo-fresh-dot,
.demo-event,
.demo-toast {
  opacity: 0;
}

.demo-phone:not(.is-play):not(.is-done) .demo-event {
  display: none;
}

.demo-phone.is-play .demo-event {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  animation: demo-event-in 0.5s 1.65s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.demo-phone.is-play .demo-count-0 {
  animation: demo-hide 0.25s 1.6s ease forwards;
}

.demo-phone.is-play .demo-count-1,
.demo-phone.is-play .demo-fresh-dot,
.demo-phone.is-play .demo-toast {
  animation: demo-fade 0.3s 1.6s ease forwards;
}

.demo-phone.is-play .demo-ptt {
  animation: demo-hold-bg 2.2s ease forwards;
}

.demo-phone.is-play .demo-ptt .ptt-wave {
  display: flex;
  opacity: 0;
  animation: demo-hold-wave 2.2s ease forwards;
}

.demo-phone.is-play .demo-ptt .ptt-label {
  animation: demo-hold-label 2.2s ease forwards;
}

.demo-phone.is-done .demo-count-0 {
  opacity: 0;
}

.demo-phone.is-done .demo-count-1,
.demo-phone.is-done .demo-fresh-dot,
.demo-phone.is-done .demo-event,
.demo-phone.is-done .demo-toast {
  opacity: 1;
  transform: none;
}

.demo-phone.is-done .demo-event {
  max-height: none;
  margin-top: 8px;
  overflow: visible;
}

.demo-toast {
  position: absolute;
  right: 16px;
  bottom: 78px;
  left: 16px;
  z-index: 4;
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--text);
  color: var(--on-primary);
  font-size: 12px;
  font-weight: 600;
  pointer-events: none;
}

.ring-layer {
  --ring-deep: #15352b;
  --ring-sub: #6c7972;
  --ring-mint: #ddefe5;
  --ring-lime: #d7f36a;
  position: relative;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, var(--ring-mint) 0%, #f4f5f1 28%, #f4f5f1 100%);
  color: var(--ring-deep);
}

.ring-brand,
.ring-moment {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0;
  text-align: center;
}

.ring-brand {
  top: 48px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.ring-moment {
  top: 92px;
  color: var(--ring-sub);
  font-size: 13px;
  font-weight: 500;
}

.ring-center {
  position: absolute;
  top: 50%;
  right: 28px;
  left: 28px;
  transform: translateY(-50%);
  text-align: center;
}

.ring-clock {
  margin: 0;
  font-family: "Arial Narrow", "Noto Sans SC", sans-serif;
  font-size: 66px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.ring-date {
  margin: 14px 0 0;
  color: var(--ring-sub);
  font-size: 15px;
  font-weight: 400;
}

.ring-rule {
  display: block;
  width: 40px;
  height: 3px;
  margin: 26px auto 0;
  border-radius: 999px;
  background: var(--ring-lime);
}

.ring-title {
  display: -webkit-box;
  margin: 20px 0 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.ring-actions {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ring-btn {
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: var(--ring-deep);
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 3px 8px rgb(21 53 43 / 0.12);
}

.ring-snooze {
  height: 54px;
  background: var(--ring-mint);
}

.ring-confirm {
  height: 58px;
  background: var(--ring-lime);
}

.demo-ring.is-play .ring-brand,
.demo-ring.is-play .ring-moment,
.demo-ring.is-play .ring-center,
.demo-ring.is-play .ring-actions {
  opacity: 0;
  animation: ring-enter 0.42s cubic-bezier(0.05, 0.7, 0.1, 1) forwards;
}

.demo-ring.is-play .ring-moment {
  animation-delay: 60ms;
}

.demo-ring.is-play .ring-center {
  animation-name: ring-enter-center;
  animation-delay: 120ms;
}

.demo-ring.is-play .ring-actions {
  animation-delay: 180ms;
}

@keyframes demo-event-in {
  from {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    max-height: 72px;
    margin-top: 8px;
    opacity: 1;
    transform: none;
  }
}

@keyframes demo-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ring-enter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ring-enter-center {
  from {
    opacity: 0;
    transform: translateY(calc(-50% + 10px));
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}

@keyframes demo-hide {
  to {
    opacity: 0;
  }
}

@keyframes demo-fade {
  to {
    opacity: 1;
  }
}

@keyframes demo-hold-bg {
  0%,
  12% {
    background: var(--text);
  }
  16%,
  58% {
    background: var(--error);
  }
  64%,
  100% {
    background: var(--text);
  }
}

@keyframes demo-hold-wave {
  0%,
  12% {
    opacity: 0;
  }
  16%,
  58% {
    opacity: 1;
  }
  64%,
  100% {
    opacity: 0;
  }
}

@keyframes demo-hold-label {
  0%,
  12% {
    opacity: 1;
  }
  16%,
  58% {
    opacity: 0;
  }
  64%,
  100% {
    opacity: 1;
  }
}

@media (max-width: 720px) {
  .stage-ticks {
    top: auto;
    right: auto;
    bottom: 16px;
    left: 50%;
    flex-direction: row;
    align-items: center;
    transform: translateX(-50%);
  }

  .stage-ticks li.is-on {
    width: 22px;
    height: 6px;
  }

  .stage-demo {
    width: 240px;
    height: auto;
    max-height: 0;
    transform: none;
    transition:
      max-height 0.55s var(--ease),
      opacity 0.4s var(--ease),
      visibility 0.4s;
  }

  .slogan-stage.has-demo .stage-demo {
    height: 517px;
    max-height: 517px;
  }

  .stage-demo-stack {
    height: 517px;
  }
}

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

.reveal.is-in {
  opacity: 1;
  transform: none;
}

.flow li:nth-child(2),
.feature:nth-child(2) {
  transition-delay: 70ms;
}

.flow li:nth-child(3),
.feature:nth-child(3) {
  transition-delay: 140ms;
}

.flow li:nth-child(4),
.feature:nth-child(4),
.about-symbols li:nth-child(3) {
  transition-delay: 210ms;
}

.about-symbols li:nth-child(2) {
  transition-delay: 70ms;
}

.section-head h2,
.product-copy h2,
.open-copy h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 3.4cqi, 40px);
  font-weight: 500;
  line-height: 1.2;
  text-wrap: balance;
}

.page-mod-about .section-head h2 {
  font-size: clamp(24px, 3.2cqi, 36px);
}

.flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.flow li {
  min-width: 0;
  height: auto;
  padding: 22px 22px 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.flow-index {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.08em;
}

.flow h3,
.feature h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.flow p,
.feature p,
.about-copy p,
.about-lead,
.product-copy p,
.open-copy p {
  color: var(--muted);
}

.flow p,
.feature p,
.about-copy p,
.product-copy p,
.open-copy p {
  overflow-wrap: break-word;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.feature {
  min-width: 0;
  height: auto;
  padding: 22px 22px 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.page-mod-about .section-head {
  margin-bottom: 0;
}

.about-mark {
  display: block;
  width: clamp(72px, 10cqi, 108px);
  height: auto;
  margin: 10px 0 8px;
  border-radius: 22px;
}

.about-lead {
  max-width: 38em;
  margin-top: 12px;
}

.about-symbols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 260px));
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 0;
}

.about-symbols li {
  height: auto;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.about-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: var(--accent);
  color: var(--text);
}

.about-symbols h3 {
  margin-bottom: 6px;
  font-size: 18px;
}

.about-story,
.open-block {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 40px;
  align-items: start;
  min-width: 0;
}

.page-mod-product .product-copy,
.page-mod-product .open-block {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  column-gap: 72px;
  align-items: start;
}

.page-mod-product .product-intro,
.page-mod-product .open-copy {
  min-width: 0;
  max-width: 38em;
}

.page-mod-product .check-list {
  width: 100%;
  margin-top: 0;
  padding-top: 2.35em;
  gap: 16px;
  align-content: start;
  justify-self: stretch;
}

.page-mod-product .stack {
  width: 100%;
  max-width: none;
  justify-self: stretch;
}

.product-copy {
  max-width: 40em;
}

.open-copy,
.about-copy {
  min-width: 0;
}

.open-copy .hero-cta {
  margin-top: 20px;
}

.about-copy {
  display: grid;
  gap: 14px;
  align-content: start;
}

.about-copy .about-close {
  color: var(--text);
  font-weight: 600;
}

.quote-card,
.stack {
  box-sizing: border-box;
  width: 100%;
  max-width: 380px;
  height: auto;
  justify-self: end;
  padding: 24px 26px;
  border-radius: var(--radius);
}

.quote-card {
  background: var(--call);
  color: var(--on-primary);
}

.quote {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
}

.quote-reply {
  margin-top: 18px;
  color: var(--accent);
  font-weight: 600;
}

.quote-meta {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.check-list li {
  padding-left: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Ccircle cx='7' cy='7' r='6' fill='%23EAF7C8'/%3E%3Cpath d='M4.2 7.2 6.1 9l3.7-4' fill='none' stroke='%2312352D' stroke-width='1.4'/%3E%3C/svg%3E")
    left 4px no-repeat;
  font-weight: 600;
}

.stack {
  display: grid;
  gap: 18px;
  border: 1px solid var(--border);
  background: var(--surface);
}

.stack li {
  display: grid;
  gap: 4px;
}

.stack span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.footer {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 8px auto 0;
  padding: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.footer-links a {
  font-weight: 600;
  color: var(--text);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 15;
  max-width: calc(100% - 32px);
  padding: 12px 16px;
  border-radius: 14px;
  background: var(--text);
  color: var(--on-primary);
  font-size: 14px;
  font-weight: 600;
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}

@keyframes wave {
  0%,
  100% {
    transform: scaleY(0.45);
  }
  50% {
    transform: scaleY(1);
  }
}

@keyframes breath {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 720px) {
  .nav-links {
    display: flex;
  }

  .nav .btn-ghost,
  .nav .btn-solid {
    display: inline-flex;
  }

  .nav-toggle,
  .mobile-nav {
    display: none !important;
  }

}

@media (min-width: 980px) {
  .hero {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 72px;
    padding-top: 72px;
    padding-bottom: 108px;
  }

  .phone {
    width: 340px;
  }
}

@container page (max-width: 820px) {
  .flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-symbols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
  }
}

@container page (max-width: 640px) {
  .open-block,
  .about-story,
  .page-mod-product .product-copy {
    grid-template-columns: 1fr;
  }

  .page-mod-product .check-list {
    margin-top: 0;
    padding-top: 0;
  }

  .about-symbols {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }
}

@media (max-width: 720px) {
  .page-mod {
    height: var(--page-h);
    overflow: hidden;
  }

  .page-mod-frame {
    height: 100%;
    overflow: hidden;
  }

  .quote-card,
  .stack {
    max-width: none;
    justify-self: stretch;
  }

  .flow h3,
  .feature h3,
  .about-symbols h3 {
    font-size: 16px;
  }

  .flow p,
  .feature p,
  .about-copy p,
  .product-copy p,
  .open-copy p {
    font-size: 13px;
    line-height: 1.45;
  }
}

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

  .ptt-wave i,
  .orb-wave i,
  .mini-wave i,
  .orb-core,
  .occ-row,
  .bubble,
  .btn,
  .headline-line.has-caret::after,
  .reveal,
  .stage-demo,
  .phone.demo-phone,
  .stage-line,
  .stage-meter span {
    animation: none;
    transition: none;
  }

  .stage-line.is-leave {
    opacity: 1;
    transform: none;
  }

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

  .stage-line .ch,
  .stage-meter span,
  .slogan-stage.is-flash,
  .demo-phone.is-play .demo-event,
  .demo-phone.is-play .demo-toast,
  .demo-phone.is-play .demo-count-1,
  .demo-phone.is-play .demo-fresh-dot,
  .demo-ring.is-play .ring-brand,
  .demo-ring.is-play .ring-moment,
  .demo-ring.is-play .ring-center,
  .demo-ring.is-play .ring-actions {
    animation: none;
    filter: none;
    opacity: 1;
    transform: none;
    width: auto;
  }

  .demo-phone.is-play .demo-event {
    max-height: none;
    margin-top: 8px;
    overflow: visible;
  }

  .demo-ring.is-play .ring-center {
    transform: translateY(-50%);
  }

  .slogan-pin {
    height: auto;
  }

  .slogan-stage {
    position: relative;
    top: auto;
    height: auto;
  }

  .stage-watermark {
    opacity: 0.06;
    filter: none;
    transform: translateX(-50%);
  }
}
