:root {
  --ink: #161617;
  --muted: #6e6e73;
  --blue: #0066cc;
  --paper: #fff;
  --soft: #f5f5f7;
  --line: #e5e5e7;
  --radius: 28px;
  --font:
    -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 16px/1.65 var(--font);
  -webkit-font-smoothing: antialiased;
}
body.dialog-open {
  overflow: hidden;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
button {
  color: inherit;
}
h1,
h2,
h3,
h4,
p,
figure {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 650;
  line-height: 1.2;
}
button {
  border: 0;
}
button:disabled {
  cursor: default;
}
button,
a,
summary {
  touch-action: manipulation;
}
::selection {
  background: #d6e8fa;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #3f83cc;
  outline-offset: 6px;
}
[hidden] {
  display: none !important;
}
.icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.icon-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.container {
  width: min(1160px, calc(100% - 112px));
  margin-inline: auto;
}
.section-pad {
  padding-block: 112px;
}
.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 50px;
  border-radius: 999px;
  padding: 12px 25px;
  background: var(--ink);
  color: white;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  background: #343437;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #00000012;
}
.button .icon {
  width: 19px;
  height: 19px;
}
.button-small {
  font-size: 13px;
  padding: 9px 18px;
  min-height: 38px;
  gap: 15px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
}
.text-link .icon {
  width: 17px;
  height: 17px;
  transition: transform 0.2s;
}
.text-link:hover .icon {
  transform: translateX(4px);
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  background: var(--ink);
  color: white;
  border-radius: 8px;
  padding: 12px 20px;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 76px;
  background: #ffffffeb;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid #0000000b;
}
.nav-wrap {
  width: min(1320px, calc(100% - 96px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.brand img {
  border-radius: 9px;
}
.brand > span {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 23px;
  font-weight: 650;
  letter-spacing: 0.04em;
}
.brand-en {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.13em;
  padding-left: 11px;
  border-left: 1px solid #d9d9dc;
  line-height: 1.3;
}
.desktop-nav {
  display: flex;
  gap: 38px;
  align-items: center;
  margin-left: 18px;
}
.desktop-nav a {
  font-size: 13px;
  color: #55555a;
  transition: color 0.2s;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current] {
  color: #0066cc;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  background: none;
  width: 40px;
  height: 40px;
}
.menu-toggle span {
  width: 19px;
  height: 1.5px;
  background: var(--ink);
  transition: transform 0.2s;
}
.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.75px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.75px) rotate(-45deg);
}
.mobile-nav {
  position: absolute;
  left: 0;
  right: 0;
  padding: 12px 24px 24px;
  background: white;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 20px 24px #00000008;
}
.mobile-nav a {
  display: block;
  padding: 15px 0;
  font-size: 17px;
  border-bottom: 1px solid #f2f2f3;
}
.hero {
  overflow: hidden;
  padding: 69px 0 39px;
}
.hero-copy {
  text-align: center;
  padding-inline: 24px;
}
.hero .eyebrow {
  color: #747477;
  letter-spacing: 0.16em;
  font-size: 14px;
}
.hero h1 {
  margin-top: 19px;
  font-size: clamp(44px, 6.4vw, 88px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.15;
}
.hero h1 span {
  color: #77777d;
}
.hero-description {
  margin-top: 24px;
  font-size: 18px;
  color: #77777c;
  letter-spacing: 0.02em;
}
.mobile-break {
  display: none;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  margin-top: 28px;
}
.photo-stage {
  --paper-main-left: calc(50% - 305px);
  --paper-main-top: 22px;
  --paper-main-width: 610px;
  --paper-main-height: 380px;
  --paper-main-image-height: 328px;
  --paper-side-left: calc(50% - 551px);
  --paper-side-right: calc(50% + 275px);
  --paper-side-top: 54px;
  --paper-side-width: 276px;
  --paper-side-height: 334px;
  --paper-side-image-height: 297px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: min(1270px, 100%);
  height: 466px;
  margin: 34px auto 0;
  isolation: isolate;
  outline-offset: -8px !important;
}
.photo-print {
  position: absolute;
  display: block;
  padding: 10px 10px 0;
  background: white;
  border: 1px solid #e4e4e4;
  box-shadow: 0 15px 36px #17212b13;
  transition:
    transform 0.45s cubic-bezier(0.2, 0.7, 0.3, 1),
    box-shadow 0.4s;
  transform-origin: 50% 50%;
  will-change: transform;
  text-align: left;
}
.photo-print > img {
  width: 100%;
  height: calc(100% - 37px);
}
.print-left,
.print-right {
  width: var(--paper-side-width);
  height: var(--paper-side-height);
  top: var(--paper-side-top);
  z-index: 1;
}
.print-left {
  left: var(--paper-side-left);
  transform: rotate(-10deg);
}
.print-right {
  left: var(--paper-side-right);
  transform: rotate(10deg);
}
.print-left img {
  object-position: 50% 50%;
}
.print-right img {
  object-position: 50% 48%;
}
.print-left:hover,
.print-left:focus-visible {
  transform: translateY(-7px) rotate(-10deg);
  box-shadow: 0 24px 48px #17212b20;
}
.print-right:hover,
.print-right:focus-visible {
  transform: translateY(-7px) rotate(10deg);
  box-shadow: 0 24px 48px #17212b20;
}
.photo-print:focus-visible {
  outline-offset: 4px;
}
.print-main {
  width: var(--paper-main-width);
  height: var(--paper-main-height);
  left: var(--paper-main-left);
  top: var(--paper-main-top);
  z-index: 2;
  transform: rotate(-2deg);
  cursor: zoom-in;
  padding: 11px 11px 0;
}
.print-main:hover {
  transform: translateY(-7px) rotate(0);
  box-shadow: 0 24px 48px #17212b20;
}
.photo-stage.is-swapping .photo-print {
  pointer-events: none;
  will-change: left, top, width, height, transform, opacity, box-shadow;
}
.photo-stage.is-swapping .photo-story,
.photo-stage.is-swapping .photo-expand {
  animation: paper-copy-out 0.2s ease both;
}
.photo-stage.is-swapping .print-main .main-photo {
  animation: paper-main-image-to-side 0.76s
    cubic-bezier(0.22, 0.72, 0.18, 1) both;
}
.photo-stage.swap-next .print-right > img,
.photo-stage.swap-prev .print-left > img {
  animation: paper-side-image-to-main 0.76s
    cubic-bezier(0.22, 0.72, 0.18, 1) both;
}
.photo-stage.swap-next .print-right {
  z-index: 4;
  animation: paper-right-to-main 0.76s cubic-bezier(0.22, 0.72, 0.18, 1)
    both;
}
.photo-stage.swap-next .print-main {
  z-index: 3;
  animation: paper-main-to-left 0.76s cubic-bezier(0.22, 0.72, 0.18, 1)
    both;
}
.photo-stage.swap-next .print-left {
  z-index: 0;
  animation: paper-left-to-right-behind 0.76s
    cubic-bezier(0.32, 0.02, 0.18, 1) both;
}
.photo-stage.swap-prev .print-left {
  z-index: 4;
  animation: paper-left-to-main 0.76s cubic-bezier(0.22, 0.72, 0.18, 1)
    both;
}
.photo-stage.swap-prev .print-main {
  z-index: 3;
  animation: paper-main-to-right 0.76s cubic-bezier(0.22, 0.72, 0.18, 1)
    both;
}
.photo-stage.swap-prev .print-right {
  z-index: 0;
  animation: paper-right-to-left-behind 0.76s
    cubic-bezier(0.32, 0.02, 0.18, 1) both;
}
.photo-stage.is-rebinding .photo-print,
.photo-stage.is-rebinding .photo-print > img,
.photo-stage.is-rebinding .main-photo,
.photo-stage.is-rebinding .photo-story,
.photo-stage.is-rebinding .photo-expand {
  animation: none !important;
  transition: none !important;
}
.print-footer {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.04em;
  color: #656565;
  white-space: nowrap;
}
.print-main .print-footer {
  font-size: 10px;
  height: 38px;
}
.main-photo {
  height: var(--paper-main-image-height);
  position: relative;
  overflow: hidden;
  background: #e5e9e9;
}
.main-photo > img {
  width: 100%;
  height: 100%;
  object-position: center 55%;
  transition: opacity 0.18s;
}
.main-photo::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, #0005);
  pointer-events: none;
}
.photo-story {
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: white;
  z-index: 1;
  text-shadow: 0 1px 10px #0003;
}
.photo-expand {
  position: absolute;
  right: 18px;
  bottom: 23px;
  color: white;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s;
}
.print-main:hover .photo-expand,
.print-main:focus-visible .photo-expand {
  opacity: 1;
}
.stage-note {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  font-size: 12px;
  letter-spacing: 0.14em;
  white-space: nowrap;
  color: #8a8a8e;
}
.gallery-controls {
  width: min(1120px, calc(100% - 112px));
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0;
}
.gallery-caption {
  font-size: 12px;
  color: #78787e;
  letter-spacing: 0.06em;
}
.stage-arrow {
  position: absolute;
  top: calc(var(--paper-side-top) + var(--paper-side-height) / 2);
  z-index: 5;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #e6e6e9;
  border-radius: 50%;
  background: #fff;
  color: #616166;
  box-shadow: 0 10px 24px #17212b1a;
  transform: translateY(-50%);
  transition:
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.stage-arrow .icon {
  width: 18px;
  height: 18px;
}
.stage-arrow-prev {
  left: 7px;
}
.stage-arrow-next {
  right: 7px;
}
.stage-arrow:hover {
  background: #f4f4f6;
  color: var(--ink);
  box-shadow: 0 14px 30px #17212b24;
  transform: translateY(-50%) scale(1.06);
}
.stage-arrow:disabled {
  cursor: wait;
  opacity: 0.45;
  transform: translateY(-50%);
}
.flipped {
  transform: rotate(180deg);
}
.about {
  background: var(--soft);
}
.about .eyebrow {
  color: var(--muted);
  margin-bottom: 33px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.about h2 {
  font-size: clamp(34px, 3.6vw, 49px);
  letter-spacing: -0.035em;
  line-height: 1.32;
}
.about-copy {
  padding-top: 5px;
  max-width: 490px;
}
.about-copy p {
  font-size: 17px;
  line-height: 1.95;
  color: #77777d;
}
.about-copy p:first-child {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 15px;
}
.about-copy .about-invitation {
  margin-top: 20px;
  color: #414146;
}
.beliefs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 69px;
  padding-top: 28px;
  border-top: 1px solid #dcdcdf;
  gap: 24px;
}
.beliefs > div {
  display: flex;
  gap: 18px;
  align-items: center;
}
.belief-index {
  font:
    12px ui-monospace,
    monospace;
  color: #96969b;
}
.beliefs p {
  font-size: 16px;
  font-weight: 500;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.section-heading .eyebrow {
  color: var(--muted);
  margin-bottom: 22px;
}
.section-heading h2 {
  font-size: clamp(34px, 3.5vw, 48px);
  letter-spacing: -0.03em;
  line-height: 1.28;
}
.section-aside {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
  padding-bottom: 4px;
}
.feature-tabs {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 39px 0 30px;
  border-radius: 40px;
  background: var(--soft);
  width: fit-content;
  padding: 5px;
}
.feature-tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: transparent;
  padding: 11px 22px;
  border-radius: 30px;
  color: #737379;
  font-size: 14px;
  transition:
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  white-space: nowrap;
}
.feature-tabs .icon {
  width: 18px;
  height: 18px;
}
.feature-tabs button[aria-selected="true"] {
  background: #202022;
  color: #fff;
  box-shadow: 0 2px 6px #0001;
}
.feature-tabs button:not([aria-selected="true"]):hover {
  background: #e9e9ed;
  color: #252529;
}
.feature-panels {
  background: #131415;
  color: #f5f5f7;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 520px;
}
.feature-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  animation: panel-in 0.4s ease;
}
.feature-copy {
  padding: 59px 30px 54px 58px;
  z-index: 2;
}
.feature-index {
  font-size: 12px;
  color: #a6a6ac;
  letter-spacing: 0.07em;
}
.feature-copy h3 {
  margin-top: 23px;
  font-size: 36px;
  line-height: 1.35;
  letter-spacing: -0.025em;
}
.feature-copy > p {
  color: #aaaab0;
  font-size: 15px;
  line-height: 1.9;
  margin-top: 24px;
  max-width: 350px;
}
.feature-points {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 13px;
  max-width: 365px;
}
.feature-points li {
  font-size: 12px;
  color: #a9a9b0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.feature-points li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #88888e;
  border-radius: 50%;
}
.feature-copy .text-link {
  font-size: 14px;
  color: #72b1f3;
}
.film-visual {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background: #1c1d1e;
}
.film-sheet {
  position: absolute;
  top: 13px;
  left: 50px;
  width: 610px;
  max-width: none;
  transform: rotate(-13deg);
  box-shadow: 0 20px 60px #0006;
}
.film-sheet img {
  width: 100%;
  height: auto;
}
.film-visual::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, #111d);
}
.visual-caption {
  position: absolute;
  bottom: 30px;
  left: 36px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.visual-caption .icon {
  width: 20px;
}
.connection-visual {
  background: #202223;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}
.conversation-example {
  max-width: 370px;
  width: 100%;
}
.conversation-label {
  font-size: 13px;
  color: #d1d1d5;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}
.conversation-label span {
  font-size: 11px;
  color: #99999f;
}
.conversation-photo {
  width: 78%;
  height: 154px;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 18px;
}
.conversation-photo img {
  width: 100%;
  height: 100%;
}
.message {
  font-size: 13px;
  max-width: 87%;
  border-radius: 14px;
  padding: 13px 16px;
  margin-top: 12px;
  line-height: 1.7;
  width: fit-content;
}
.message-in {
  background: #353739;
  border-bottom-left-radius: 4px;
  color: #ececf0;
}
.message-out {
  margin-left: auto;
  background: #e6edf3;
  color: #1d2c3b;
  border-bottom-right-radius: 4px;
}
.small-message {
  font-size: 12px;
}
.conversation-end {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #98989e;
  margin-top: 26px;
}
.gear-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}
.gear-visual > img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-position: 47%;
}
.gear-visual::after {
  position: absolute;
  content: "";
  inset: 50% 0 0;
  background: linear-gradient(transparent, #000c);
}
.gear-caption {
  position: absolute;
  left: 35px;
  bottom: 32px;
  display: flex;
  gap: 15px;
  align-items: center;
  z-index: 1;
  font-size: 19px;
}
.gear-caption .icon {
  width: 29px;
  height: 29px;
}
.gear-caption small {
  display: block;
  font-size: 12px;
  color: #bdbdbf;
  margin-top: 3px;
}
.app-section {
  background: var(--soft);
  overflow: hidden;
  padding-block: 104px;
}
.app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.app-copy .eyebrow {
  color: var(--muted);
  margin-bottom: 24px;
}
.app-copy h2 {
  font-size: clamp(34px, 3.5vw, 48px);
  line-height: 1.3;
  letter-spacing: -0.035em;
}
.app-description {
  font-size: 18px;
  color: #7b7b82;
  line-height: 1.9;
  margin-top: 22px;
  margin-bottom: 32px;
}
.app-benefit {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
}
.benefit-icon {
  display: grid;
  place-items: center;
  background: #eaeaee;
  border-radius: 13px;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  color: #5e5e65;
}
.benefit-icon .icon {
  width: 22px;
  height: 22px;
}
.app-benefit h3 {
  font-size: 16px;
  line-height: 1.5;
}
.app-benefit p {
  font-size: 14px;
  line-height: 1.7;
  color: #77777e;
  margin-top: 3px;
}
.app-cta {
  margin-top: 33px;
}
.app-preview {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 0;
  isolation: isolate;
}
.preview-orbit {
  position: absolute;
  z-index: -1;
  width: 465px;
  height: 465px;
  border-radius: 50%;
  border: 1px solid #dddde3;
  top: 89px;
  left: 50%;
  transform: translateX(-50%);
}
.preview-orbit::after {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid #e5e5e9;
  border-radius: 50%;
}
.phone {
  width: 296px;
  height: 594px;
  border: 6px solid #242427;
  border-radius: 45px;
  padding: 0 5px;
  background: #fff;
  box-shadow:
    0 0 0 2px #999a9d,
    0 32px 70px #0002;
  overflow: hidden;
  position: relative;
  transform: rotate(4deg);
}
.phone-status {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  height: 43px;
  padding: 0 18px;
}
.phone-island {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 9px;
  width: 78px;
  height: 22px;
  border-radius: 20px;
  background: #171719;
}
.phone-status > span:last-child {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 7px;
}
.battery {
  display: inline-block;
  width: 15px;
  height: 8px;
  border: 1px solid #777;
  border-radius: 2px;
  position: relative;
}
.battery::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 9px;
  height: 4px;
  background: #222;
}
.phone-header {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 14px 12px 11px;
}
.phone-header img {
  border-radius: 7px;
}
.phone-header strong {
  font-size: 20px;
}
.phone-header > .icon {
  margin-left: auto;
  width: 22px;
  height: 22px;
}
.phone-tabs {
  display: flex;
  gap: 22px;
  position: relative;
  padding: 5px 13px 12px;
  font-size: 13px;
  color: #8c8c91;
}
.phone-tabs strong {
  color: #222;
}
.phone-tab-line {
  position: absolute;
  bottom: 6px;
  left: 15px;
  width: 21px;
  height: 2px;
  background: #222;
  border-radius: 2px;
}
.phone-feed {
  border-top: 1px solid #f3f3f5;
}
.feed-photo {
  height: 194px;
  position: relative;
}
.feed-photo img {
  width: 100%;
  height: 100%;
  object-position: 50% 60%;
}
.feed-photo > span {
  position: absolute;
  bottom: 9px;
  right: 10px;
  background: #0007;
  color: #fff;
  font-size: 9px;
  padding: 2px 7px;
  border-radius: 20px;
}
.feed-body {
  padding: 14px 12px 12px;
}
.feed-topic {
  font-size: 10px;
  color: #0066cc;
}
.feed-body h4 {
  font-size: 15px;
  margin-top: 7px;
}
.feed-body > p {
  font-size: 10px;
  color: #88888e;
  margin-top: 6px;
}
.feed-author {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  color: #77777c;
  margin-top: 15px;
}
.demo-avatar {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dce5e6;
  color: #426371;
  font-size: 9px;
}
.like-button {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  padding: 7px 4px;
  color: #75757c;
  font-size: 10px;
  min-height: 34px;
}
.like-button .icon {
  width: 17px;
  height: 17px;
  transition: transform 0.2s;
}
.like-button[aria-pressed="true"] {
  color: #e3322a;
}
.like-button[aria-pressed="true"] .icon {
  fill: currentColor;
  animation: heart-pop 0.35s ease;
}
.next-feed {
  padding: 12px;
  display: flex;
  gap: 9px;
  border-top: 5px solid #f5f5f7;
  font-size: 9px;
  color: #73737b;
}
.next-feed img {
  width: 42px;
  height: 49px;
  border-radius: 4px;
}
.next-feed p {
  font-size: 10px;
  margin-top: 5px;
  color: #333;
}
.phone-bottom {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  height: 54px;
  background: #ffffffed;
  backdrop-filter: blur(10px);
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.phone-bottom > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 8px;
  gap: 2px;
  color: #aaaab1;
}
.phone-bottom .icon {
  width: 19px;
  height: 19px;
}
.phone-bottom .selected {
  color: #151515;
}
.phone-bottom .phone-publish {
  width: 31px;
  height: 31px;
  border: 1.5px solid #252525;
  border-radius: 10px;
  color: #222;
}
.home-indicator {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 95px;
  height: 4px;
  border-radius: 5px;
  background: #151515;
}
.preview-note {
  font-size: 12px;
  color: #88888f;
  white-space: nowrap;
  margin-top: 37px;
}
.preview-note span {
  margin: 0 6px;
}
.manifesto {
  position: relative;
  min-height: 625px;
  color: #fff;
  display: flex;
  align-items: center;
  isolation: isolate;
  background: #212326;
  overflow: hidden;
}
.manifesto-photo {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("assets/images/misty-lake.jpg") center 56% / cover no-repeat;
}
.manifesto::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    #101112db 0%,
    #1011129c 44%,
    #10111220 100%
  );
}
.manifesto-content {
  width: min(1160px, calc(100% - 112px));
  margin: auto;
  padding-block: 70px;
}
.manifesto .eyebrow {
  font-size: 12px;
  color: #e0dddd;
  letter-spacing: 0.16em;
  margin-bottom: 26px;
}
.manifesto h2 {
  font-size: clamp(36px, 3.7vw, 51px);
  letter-spacing: -0.025em;
  line-height: 1.35;
}
.manifesto p:not(.eyebrow) {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.9;
  color: #ddd;
}
.light-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-top: 28px;
  border-bottom: 1px solid #ffffff6b;
  padding-bottom: 6px;
}
.light-link .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
.light-link:hover .icon {
  transform: translateX(5px);
}
.join {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 92px;
}
.join-logo {
  margin: 0 auto 28px;
  border-radius: 22px;
  box-shadow: 0 9px 25px #0000000f;
}
.join .eyebrow {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 18px;
}
.join h2 {
  font-size: clamp(44px, 5vw, 66px);
  letter-spacing: -0.035em;
}
.join-description {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.9;
  color: #7b7b81;
}
.download-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.store-button {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 203px;
  text-align: left;
  border-radius: 14px;
  padding: 12px 19px;
  background: #1a1a1c;
  color: #fff;
  transition:
    background 0.2s,
    transform 0.2s;
}
.store-button > .icon {
  width: 30px;
  height: 30px;
}
.store-button span {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.store-button small {
  font-size: 10px;
  color: #b5b5ba;
  letter-spacing: 0.05em;
}
.store-button strong {
  font-size: 18px;
  font-weight: 500;
}
.store-button .store-arrow {
  width: 17px;
  height: 17px;
  margin-left: auto;
  color: #b5b5ba;
}
.store-button:hover {
  background: #343437;
  transform: translateY(-3px);
}
.download-note {
  font-size: 12px;
  color: #86868e;
  margin-top: 21px;
}
.faq {
  padding: 75px 0 90px;
  background: var(--soft);
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 70px;
}
.faq .eyebrow {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 20px;
}
.faq h2 {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.faq details {
  border-bottom: 1px solid #dcdce1;
}
.faq details:first-child {
  border-top: 1px solid #dcdce1;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary .icon {
  width: 18px;
  height: 18px;
  color: #777;
  transition: transform 0.2s;
}
.faq details[open] summary .icon {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 30px 23px 0;
  font-size: 14px;
  color: #72727a;
  line-height: 1.9;
}
.faq details[open] .faq-answer {
  animation: panel-in 0.25s ease;
}
.site-footer {
  padding: 38px 0 24px;
  background: #fff;
}
.footer-main {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}
.footer-main > p {
  font-size: 12px;
  color: #8a8a90;
  letter-spacing: 0.04em;
  margin-left: 12px;
}
.back-top {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #6d6d73;
}
.back-top .icon {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
}
.footer-bottom {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 19px;
  font-size: 11px;
  color: #8b8b92;
}
.footer-filing {
  color: inherit;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.footer-filing:hover {
  color: #0066cc;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.credits-button {
  padding: 4px 0;
  background: transparent;
  font-size: 11px;
  color: #77777e;
  margin-left: auto;
}
.credits-button:hover {
  color: #0066cc;
}
.dialog-close {
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 2;
  right: 17px;
  top: 17px;
  width: 35px;
  height: 35px;
  background: #f0f0f2;
  border-radius: 50%;
  color: #64646a;
}
.dialog-close .icon {
  width: 20px;
  height: 20px;
}
.dialog-close:hover {
  background: #e2e2e6;
}
dialog {
  border: 0;
  padding: 0;
  color: var(--ink);
}
dialog::backdrop {
  background: #101113aa;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
dialog[open] {
  animation: dialog-in 0.23s ease;
}
.photo-dialog {
  width: min(1100px, calc(100% - 48px));
  max-height: calc(100dvh - 48px);
  background: #171719;
  border-radius: 18px;
  overflow: auto;
}
.photo-dialog .dialog-close {
  background: #222c;
  color: white;
}
.photo-dialog figure > img {
  width: 100%;
  height: min(72dvh, 730px);
  object-fit: contain;
  background: #171719;
}
.photo-dialog figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 18px 24px;
  color: #f3f3f5;
  font-size: 15px;
}
.photo-dialog figcaption a {
  font-size: 12px;
  color: #bcbcc3;
}
.info-dialog {
  width: min(485px, calc(100% - 40px));
  max-height: calc(100dvh - 40px);
  padding: 46px 35px 38px;
  border-radius: 26px;
  text-align: center;
  overflow: auto;
}
.info-dialog > img {
  margin: 0 auto 22px;
  border-radius: 17px;
}
.info-dialog .eyebrow {
  font-size: 11px;
  color: #83838a;
  margin-bottom: 14px;
}
.info-dialog h2 {
  font-size: 29px;
  line-height: 1.4;
}
.info-dialog p:not(.eyebrow) {
  font-size: 14px;
  color: #787881;
  line-height: 1.9;
  margin-top: 16px;
}
.info-dialog .button {
  margin-top: 25px;
  font-size: 14px;
}
.credits-dialog {
  width: min(520px, calc(100% - 40px));
  text-align: left;
  padding-top: 50px;
}
.credits-dialog h2 {
  font-size: 26px;
}
.credits-dialog ul {
  list-style: none;
  padding: 0;
  margin: 23px 0 0;
}
.credits-dialog li a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  color: var(--blue);
}
.credits-dialog .credits-note {
  font-size: 11px !important;
}
.noscript-note {
  padding: 15px;
  text-align: center;
  background: #f5f5f7;
  color: #555;
  font-size: 13px;
}
.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}
@keyframes panel-in {
  from {
    opacity: 0.3;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes heart-pop {
  50% {
    transform: scale(1.25);
  }
}
@keyframes paper-left-to-main {
  0% {
    left: var(--paper-side-left);
    top: var(--paper-side-top);
    width: var(--paper-side-width);
    height: var(--paper-side-height);
    transform: rotate(-10deg);
    box-shadow: 0 15px 36px #17212b13;
  }
  45% {
    transform: translateY(-27px) rotate(-4deg);
    box-shadow: 0 34px 58px #17212b2e;
  }
  100% {
    left: var(--paper-main-left);
    top: var(--paper-main-top);
    width: var(--paper-main-width);
    height: var(--paper-main-height);
    transform: rotate(-2deg);
    box-shadow: 0 22px 48px #17212b24;
  }
}
@keyframes paper-main-to-right {
  0% {
    left: var(--paper-main-left);
    top: var(--paper-main-top);
    width: var(--paper-main-width);
    height: var(--paper-main-height);
    transform: rotate(-2deg);
  }
  45% {
    transform: translateY(-16px) rotate(4deg);
    box-shadow: 0 27px 48px #17212b22;
  }
  100% {
    left: var(--paper-side-right);
    top: var(--paper-side-top);
    width: var(--paper-side-width);
    height: var(--paper-side-height);
    transform: rotate(10deg);
    box-shadow: 0 15px 36px #17212b13;
  }
}
@keyframes paper-right-to-left-behind {
  0% {
    left: var(--paper-side-right);
    top: var(--paper-side-top);
    transform: rotate(10deg);
    opacity: 1;
  }
  48% {
    left: var(--paper-main-left);
    top: calc(var(--paper-side-top) + 52px);
    transform: translateY(12px) scale(0.9) rotate(-1deg);
    opacity: 0.5;
  }
  100% {
    left: var(--paper-side-left);
    top: var(--paper-side-top);
    transform: rotate(-10deg);
    opacity: 1;
  }
}
@keyframes paper-right-to-main {
  0% {
    left: var(--paper-side-right);
    top: var(--paper-side-top);
    width: var(--paper-side-width);
    height: var(--paper-side-height);
    transform: rotate(10deg);
    box-shadow: 0 15px 36px #17212b13;
  }
  45% {
    transform: translateY(-27px) rotate(3deg);
    box-shadow: 0 34px 58px #17212b2e;
  }
  100% {
    left: var(--paper-main-left);
    top: var(--paper-main-top);
    width: var(--paper-main-width);
    height: var(--paper-main-height);
    transform: rotate(-2deg);
    box-shadow: 0 22px 48px #17212b24;
  }
}
@keyframes paper-main-to-left {
  0% {
    left: var(--paper-main-left);
    top: var(--paper-main-top);
    width: var(--paper-main-width);
    height: var(--paper-main-height);
    transform: rotate(-2deg);
  }
  45% {
    transform: translateY(-16px) rotate(-5deg);
    box-shadow: 0 27px 48px #17212b22;
  }
  100% {
    left: var(--paper-side-left);
    top: var(--paper-side-top);
    width: var(--paper-side-width);
    height: var(--paper-side-height);
    transform: rotate(-10deg);
    box-shadow: 0 15px 36px #17212b13;
  }
}
@keyframes paper-left-to-right-behind {
  0% {
    left: var(--paper-side-left);
    top: var(--paper-side-top);
    transform: rotate(-10deg);
    opacity: 1;
  }
  48% {
    left: var(--paper-main-left);
    top: calc(var(--paper-side-top) + 52px);
    transform: translateY(12px) scale(0.9) rotate(1deg);
    opacity: 0.5;
  }
  100% {
    left: var(--paper-side-right);
    top: var(--paper-side-top);
    transform: rotate(10deg);
    opacity: 1;
  }
}
@keyframes paper-copy-out {
  to {
    opacity: 0;
    transform: translateY(4px);
  }
}
@keyframes paper-main-image-to-side {
  from {
    height: var(--paper-main-image-height);
  }
  to {
    height: var(--paper-side-image-height);
  }
}
@keyframes paper-side-image-to-main {
  from {
    height: var(--paper-side-image-height);
  }
  to {
    height: var(--paper-main-image-height);
  }
}
@keyframes paper-copy-in {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.photo-stage.is-settling .photo-story {
  animation: paper-copy-in 0.28s ease both;
}
@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 90px;
  }
  .photo-stage {
    margin-top: 46px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 72px);
  }
  .nav-wrap {
    width: calc(100% - 64px);
  }
  .hero {
    padding-top: 58px;
  }
  .hero h1 {
    font-size: 70px;
  }
  .hero-description {
    font-size: 16px;
  }
  .photo-stage {
    --paper-main-left: calc(50% - 270px);
    --paper-main-width: 540px;
    --paper-main-height: 346px;
    --paper-main-image-height: 294px;
    --paper-side-left: calc(50% - 470px);
    --paper-side-right: calc(50% + 232px);
    --paper-side-top: 46px;
    --paper-side-width: 238px;
    --paper-side-height: 298px;
    --paper-side-image-height: 261px;
    height: 426px;
  }
  .about-grid {
    gap: 50px;
  }
  .feature-copy {
    padding: 45px 24px 44px 38px;
  }
  .feature-copy h3 {
    font-size: 32px;
  }
  .feature-panel,
  .feature-panels {
    min-height: 510px;
  }
  .film-sheet {
    left: 25px;
  }
  .app-grid {
    gap: 35px;
  }
  .preview-orbit {
    width: 390px;
    height: 390px;
    top: 100px;
  }
  .app-copy h2 {
    font-size: 40px;
  }
  .app-benefit p {
    font-size: 13px;
  }
  .manifesto-content {
    width: calc(100% - 72px);
  }
  .faq-grid {
    gap: 50px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 84px;
  }
  .container {
    width: calc(100% - 44px);
  }
  .section-pad {
    padding-block: 72px;
  }
  .site-header {
    height: 65px;
  }
  .nav-wrap {
    width: calc(100% - 36px);
  }
  .brand > span {
    font-size: 21px;
  }
  .brand-en {
    display: none;
  }
  .brand img {
    width: 29px;
    height: 29px;
    border-radius: 8px;
  }
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  .button-small {
    min-height: 34px;
    padding: 7px 14px;
    font-size: 12px;
    gap: 8px;
  }
  .button-small .icon {
    width: 15px;
  }
  .hero {
    padding-top: 48px;
    padding-bottom: 27px;
  }
  .hero .eyebrow {
    font-size: 11px;
    letter-spacing: 0.12em;
  }
  .hero h1 {
    font-size: clamp(40px, 7.9vw, 58px);
    margin-top: 18px;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 19px;
  }
  .mobile-break {
    display: block;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 21px;
  }
  .hero-actions .button {
    font-size: 13px;
    padding: 11px 19px;
    min-height: 44px;
    gap: 14px;
  }
  .hero-actions .text-link {
    font-size: 13px;
  }
  .photo-stage {
    --paper-main-left: calc(50% - 200px);
    --paper-main-top: 19px;
    --paper-main-width: 400px;
    --paper-main-height: 276px;
    --paper-main-image-height: 232px;
    --paper-side-left: calc(50% - 338px);
    --paper-side-right: calc(50% + 158px);
    --paper-side-top: 44px;
    --paper-side-width: 180px;
    --paper-side-height: 230px;
    --paper-side-image-height: 193px;
    height: 344px;
    margin-top: 26px;
  }
  .print-main {
    padding: 8px 8px 0;
  }
  .print-main .print-footer {
    height: 32px;
    font-size: 8px;
  }
  .print-left,
  .print-right {
    padding: 7px 7px 0;
  }
  .print-footer {
    font-size: 7px;
  }
  .photo-story {
    font-size: 18px;
    left: 17px;
    bottom: 19px;
  }
  .photo-expand {
    opacity: 1;
    right: 13px;
    bottom: 17px;
  }
  .photo-expand .icon {
    width: 17px;
  }
  .stage-note {
    font-size: 10px;
    bottom: 16px;
    letter-spacing: 0.1em;
  }
  .gallery-controls {
    width: calc(100% - 46px);
    margin-top: 12px;
  }
  .gallery-caption {
    font-size: 10px;
  }
  .stage-arrow {
    position: static;
    width: 40px;
    height: 40px;
    margin: 0 16px 4px;
    box-shadow: 0 8px 18px #17212b14;
    transform: none;
  }
  .stage-arrow:hover {
    transform: none;
  }
  .about .eyebrow {
    font-size: 11px;
    margin-bottom: 22px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .about h2 {
    font-size: 36px;
  }
  .about-copy {
    max-width: none;
    padding: 0;
  }
  .about-copy p {
    font-size: 15px;
    line-height: 1.9;
  }
  .about-copy p:first-child {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .about-copy .about-invitation {
    margin-top: 16px;
  }
  .beliefs {
    margin-top: 36px;
    padding-top: 21px;
    gap: 10px;
  }
  .beliefs > div {
    display: block;
  }
  .belief-index {
    font-size: 10px;
  }
  .beliefs p {
    font-size: 12px;
    margin-top: 6px;
    white-space: nowrap;
  }
  .section-heading {
    display: block;
  }
  .section-heading h2 {
    font-size: 35px;
  }
  .section-heading .eyebrow {
    font-size: 11px;
    margin-bottom: 18px;
  }
  .section-aside {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px;
  }
  .section-aside br {
    display: none;
  }
  .feature-tabs {
    margin: 26px 0 20px;
    gap: 1px;
    width: 100%;
    max-width: 430px;
    justify-content: space-between;
    padding: 4px;
  }
  .feature-tabs button {
    padding: 11px 13px;
    font-size: 12px;
    gap: 6px;
    flex: 1;
  }
  .feature-tabs .icon {
    width: 16px;
    height: 16px;
  }
  .feature-panels {
    border-radius: 22px;
    min-height: 0;
  }
  .feature-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .feature-copy {
    padding: 32px 27px 32px;
  }
  .feature-index {
    font-size: 10px;
  }
  .feature-copy h3 {
    font-size: 29px;
    line-height: 1.35;
    margin-top: 18px;
  }
  .feature-copy > p {
    font-size: 14px;
    margin-top: 18px;
    max-width: none;
  }
  .feature-points {
    margin: 18px 0;
    max-width: none;
    gap: 6px 12px;
  }
  .feature-points li {
    font-size: 11px;
  }
  .feature-copy .text-link {
    font-size: 13px;
  }
  .film-visual {
    min-height: 310px;
  }
  .film-sheet {
    width: 580px;
    top: -60px;
    left: 50%;
    margin-left: -255px;
    transform: rotate(-12deg);
  }
  .visual-caption {
    left: 27px;
    bottom: 23px;
    font-size: 12px;
  }
  .connection-visual {
    min-height: 370px;
    padding: 30px 27px;
  }
  .conversation-photo {
    height: 135px;
  }
  .gear-visual {
    min-height: 330px;
  }
  .gear-caption {
    left: 27px;
    bottom: 25px;
    font-size: 18px;
  }
  .app-section {
    padding-block: 70px;
  }
  .app-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .app-copy h2 {
    font-size: 36px;
  }
  .app-copy .eyebrow {
    font-size: 11px;
    margin-bottom: 20px;
  }
  .app-description {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .app-benefit {
    margin-top: 22px;
  }
  .app-benefit h3 {
    font-size: 15px;
  }
  .app-benefit p {
    font-size: 13px;
  }
  .benefit-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  .app-cta {
    font-size: 14px;
    margin-top: 27px;
  }
  .app-preview {
    padding-top: 5px;
  }
  .phone {
    transform: rotate(3deg);
    width: 286px;
    height: 580px;
  }
  .preview-orbit {
    width: 380px;
    height: 380px;
  }
  .preview-note {
    font-size: 10px;
    margin-top: 30px;
  }
  .manifesto {
    min-height: 590px;
  }
  .manifesto-content {
    width: calc(100% - 54px);
    padding-block: 70px;
  }
  .manifesto::before {
    background: linear-gradient(90deg, #101112c9, #10111272);
  }
  .manifesto-photo {
    background-position: 58% 48%;
  }
  .manifesto .eyebrow {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .manifesto h2 {
    font-size: 38px;
    line-height: 1.4;
  }
  .manifesto p:not(.eyebrow) {
    font-size: 14px;
    margin-top: 22px;
  }
  .light-link {
    font-size: 13px;
  }
  .join {
    padding-block: 75px;
  }
  .join-logo {
    width: 67px;
    height: 67px;
    border-radius: 19px;
    margin-bottom: 26px;
  }
  .join .eyebrow {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .join h2 {
    font-size: 46px;
  }
  .join-description {
    font-size: 15px;
    margin-top: 21px;
  }
  .download-buttons {
    gap: 12px;
    margin-top: 25px;
  }
  .store-button {
    min-width: 0;
    width: 168px;
    padding: 12px 13px;
    gap: 9px;
    border-radius: 12px;
  }
  .store-button > .icon {
    width: 25px;
    height: 25px;
  }
  .store-button strong {
    font-size: 15px;
  }
  .store-button small {
    font-size: 9px;
  }
  .store-button .store-arrow {
    width: 14px;
    height: 14px;
  }
  .download-note {
    font-size: 11px;
    line-height: 1.8;
    max-width: 280px;
    margin: 19px auto 0;
  }
  .faq {
    padding: 61px 0;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .faq .eyebrow {
    font-size: 10px;
    margin-bottom: 16px;
  }
  .faq h2 {
    font-size: 29px;
  }
  .faq summary {
    font-size: 14px;
    padding: 21px 0;
  }
  .faq-answer {
    font-size: 13px;
    padding-right: 16px;
  }
  .site-footer {
    padding-top: 29px;
  }
  .footer-main {
    flex-wrap: wrap;
    gap: 17px;
    padding-bottom: 22px;
  }
  .footer-main > p {
    order: 3;
    width: 100%;
    margin: 0;
    font-size: 11px;
  }
  .back-top {
    font-size: 11px;
  }
  .footer-bottom {
    font-size: 10px;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  .credits-button {
    font-size: 10px;
  }
  .photo-dialog {
    width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
    border-radius: 14px;
  }
  .photo-dialog figure > img {
    height: auto;
    max-height: 75dvh;
    min-height: 200px;
  }
  .photo-dialog figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 16px;
    font-size: 14px;
  }
  .photo-dialog figcaption a {
    font-size: 10px;
  }
  .info-dialog {
    padding: 45px 25px 30px;
  }
  .info-dialog h2 {
    font-size: 26px;
  }
  .info-dialog p:not(.eyebrow) {
    font-size: 13px;
  }
  .info-dialog .button {
    font-size: 13px;
  }
  .credits-dialog h2 {
    font-size: 23px;
  }
  .credits-dialog li a {
    font-size: 12px;
  }
}
@media (max-width: 440px) {
  .hero h1 {
    font-size: 42px;
  }
  .photo-stage {
    --paper-main-left: calc(50% - 159px);
    --paper-main-top: 22px;
    --paper-main-width: 318px;
    --paper-main-height: 237px;
    --paper-main-image-height: 195px;
    --paper-side-left: calc(50% - 252px);
    --paper-side-right: calc(50% + 107px);
    --paper-side-top: 44px;
    --paper-side-width: 145px;
    --paper-side-height: 196px;
    --paper-side-image-height: 159px;
    height: 315px;
  }
  .print-main .print-footer {
    font-size: 7px;
    height: 29px;
  }
  .print-footer {
    font-size: 6px;
  }
  .photo-story {
    font-size: 16px;
    left: 14px;
    bottom: 17px;
  }
  .stage-note {
    bottom: 16px;
  }
  .gallery-controls {
    margin-top: 0;
  }
  .hero-actions {
    gap: 17px;
  }
  .feature-tabs button {
    padding: 10px 9px;
  }
  .feature-tabs .icon {
    width: 15px;
  }
  .preview-orbit {
    width: 335px;
    height: 335px;
    top: 120px;
  }
}
@media (max-width: 350px) {
  .hero h1 {
    font-size: 35px;
  }
  .hero-copy {
    padding-inline: 16px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-actions .button {
    padding-inline: 16px;
  }
  .hero-actions {
    gap: 13px;
  }
  .photo-stage {
    transform: scale(0.93);
    transform-origin: 50% 50%;
    margin-top: 12px;
    margin-bottom: -12px;
  }
  .container {
    width: calc(100% - 36px);
  }
  .beliefs p {
    font-size: 11px;
  }
  .feature-tabs button {
    font-size: 11px;
    padding-inline: 7px;
  }
  .store-button {
    padding: 10px;
    width: 144px;
  }
  .store-button .store-arrow {
    display: none;
  }
  .phone {
    width: 270px;
  }
  .preview-note {
    font-size: 9px;
  }
  .brand > span {
    font-size: 20px;
  }
  .nav-actions {
    gap: 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .js .reveal {
    opacity: 1;
    transform: none;
  }
  .print-main:hover,
  .button:hover,
  .store-button:hover {
    transform: none;
  }
  .print-left:hover,
  .print-left:focus-visible {
    transform: rotate(-10deg);
  }
  .print-right:hover,
  .print-right:focus-visible {
    transform: rotate(10deg);
  }
}
@media (prefers-reduced-motion: reduce) and (min-width: 761px) {
  .stage-arrow:hover {
    transform: translateY(-50%);
  }
}
@media print {
  .site-header,
  .gallery-controls,
  .stage-arrow,
  .feature-tabs,
  .app-preview,
  .download-buttons,
  .site-footer,
  .hero-actions,
  .dialog-close {
    display: none;
  }
  .hero,
  .section-pad,
  .faq {
    padding: 30px 0;
  }
  .photo-stage {
    height: 370px;
  }
  .container {
    width: 100%;
  }
  .feature-panel[hidden] {
    display: grid !important;
  }
  .feature-panel {
    break-inside: avoid;
  }
  .js .reveal {
    opacity: 1;
    transform: none;
  }
  .feature-panels {
    color: #111;
    background: #eee;
  }
  .feature-copy > p {
    color: #444;
  }
  .manifesto {
    min-height: 400px;
  }
  a {
    color: inherit;
  }
  dialog {
    display: none !important;
  }
}
