@font-face {
  font-family: 'Bricolage';
  src: url('/fonts/bricolage-800.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'Jakarta';
  src: url('/fonts/jakarta-400.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Jakarta';
  src: url('/fonts/jakarta-700.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Space Mono';
  src: url('/fonts/space-mono-400.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
:root {
  color-scheme: light;
  --ink: #161016;
  --ink-deep: #0d0a0d;
  --muted: #625963;
  --dim: #9a8f96;
  --line: #f0e9e6;
  --line-strong: #e4dad5;
  --pink: #ff4e9b;
  --orange: #ff8a3d;
  --violet: #9b5cff;
  --paper: #fffaf8;
  --green: #2f7d54;
  --shell: 1180px;
  --radius: 30px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    'Jakarta',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: #a62658;
  text-underline-offset: 3px;
}
.shell {
  width: min(var(--shell), calc(100% - 48px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  left: 18px;
  top: 12px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
}
.skip-link:focus {
  transform: translateY(0);
}
:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 4px;
}
.site-header {
  position: relative;
  z-index: 20;
  padding: 20px 0;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-family: 'Bricolage', sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-decoration: none;
}
.brand img {
  border-radius: 10px;
}
.brand-logo-crop {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  overflow: hidden;
}
.brand .brand-logo-crop img {
  position: absolute;
  top: -20.8333%;
  left: -16.6667%;
  width: 375%;
  max-width: none;
  height: auto;
  border-radius: 0;
}
.links {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 0.88rem;
  font-weight: 700;
}
.links a {
  color: var(--muted);
  text-decoration: none;
}
.links a:hover {
  color: var(--ink);
}
.links .nav-download {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  align-items: center;
  gap: 72px;
  min-height: 760px;
  padding-top: 52px;
  padding-bottom: 100px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--dim);
  font-family: 'Space Mono', monospace;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  font-family: 'Bricolage', sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
}
h1 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(3.8rem, 6.6vw, 6.6rem);
  line-height: 0.91;
}
h1 span {
  display: block;
  background: linear-gradient(105deg, var(--orange), var(--pink) 52%, var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
h1 .hero-opening {
  display: inline;
  background: none;
  color: inherit;
}
.lede {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  line-height: 1.55;
}
.hero-support {
  max-width: 650px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  line-height: 1.55;
}
.hero-copy .lede,
.hero-copy .hero-support {
  font-family: 'Jakarta', sans-serif;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.55;
}
.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.store-button {
  display: inline-flex;
  min-width: 176px;
  align-items: center;
  gap: 11px;
  padding: 11px 17px;
  border: 1px solid var(--ink);
  border-radius: 15px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.store-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(22, 16, 22, 0.14);
}
.store-button svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
  flex: 0 0 auto;
}
.store-button .play-icon {
  width: 24px;
}
.store-button span {
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.1;
}
.store-button small {
  display: block;
  margin-bottom: 2px;
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.availability {
  max-width: 500px;
  margin: 13px 0 0;
  color: var(--dim);
  font-size: 0.72rem;
}
.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 610px;
}
.hero-visual::before {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(255, 138, 61, 0.16),
    rgba(255, 78, 155, 0.16) 52%,
    rgba(155, 92, 255, 0.17)
  );
}
.phone {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 9px solid var(--ink);
  border-radius: 46px;
  background: #fff;
  box-shadow: 0 35px 80px rgba(43, 27, 39, 0.18);
}
.phone::after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 11px;
  left: 50%;
  width: 32%;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 20px;
  background: #050505;
}
.phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.phone-hero {
  width: 310px;
  aspect-ratio: 1080/2280;
  transform: rotate(2.5deg);
}
.orbit-note {
  position: absolute;
  z-index: 4;
  width: 205px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(36, 22, 34, 0.12);
  backdrop-filter: blur(12px);
}
.orbit-note b,
.orbit-note span {
  display: block;
}
.orbit-note b {
  font-family: 'Bricolage', sans-serif;
}
.orbit-note span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.4;
}
.note-before {
  top: 64px;
  left: 0;
  transform: rotate(-3deg);
}
.note-there {
  right: 0;
  bottom: 72px;
  transform: rotate(3deg);
}
.moment-strip {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #fff;
}
.moment-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 22px;
  padding: 18px 28px;
  color: var(--muted);
  font-family: 'Space Mono', monospace;
  font-size: 0.76rem;
  white-space: nowrap;
  animation: drift 28s linear infinite;
}
.moment-track i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pink);
}
@keyframes drift {
  to {
    transform: translateX(-12%);
  }
}
.promise {
  padding-top: 140px;
  padding-bottom: 150px;
}
.section-heading {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 66px;
}
.section-heading h2 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.96;
}
.promise .section-heading > .eyebrow {
  max-width: 340px;
  color: var(--ink);
  font-family: 'Bricolage', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: none;
}
.promise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-strong);
}
.promise-grid article {
  min-height: 260px;
  padding: 28px 26px 18px;
  border-right: 1px solid var(--line-strong);
}
.promise-grid article:first-child {
  border-left: 1px solid var(--line-strong);
}
.feature-mark {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--pink);
  font-family: 'Space Mono', monospace;
  font-size: 0.78rem;
  box-shadow: inset 0 0 0 1px var(--line);
}
.feature-category {
  display: flex;
  align-items: center;
  gap: 18px;
}
.category-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 24px;
  background: #fff;
  color: #be346d;
}
.category-icon img {
  width: 52px;
  height: 52px;
}
.promise-grid h3 {
  margin: 36px 0 12px;
  font-size: 1.45rem;
  line-height: 1.1;
}
.promise-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 110px;
  padding-top: 100px;
  padding-bottom: 140px;
}
.feature-copy h2,
.esim h2,
.download h2 {
  margin: 0;
  font-size: clamp(2.9rem, 5.2vw, 5.5rem);
  line-height: 0.95;
}
.feature-copy > p:not(.eyebrow):not(.paid-note),
.esim-copy > p:not(.eyebrow),
.download-inner > p:not(.eyebrow) {
  max-width: 570px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}
.plain-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.94rem;
}
.plain-list li {
  position: relative;
  padding-left: 29px;
}
.plain-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}
.phone-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 690px;
  border-radius: var(--radius);
  overflow: hidden;
}
.stage-light {
  background: linear-gradient(145deg, #fff, #fff0f4);
  border: 1px solid var(--line);
}
.phone-feature {
  width: 310px;
  aspect-ratio: 1080/2280;
  transform: translate(-36px, 72px) rotate(-2deg);
}
.phrase-card {
  position: absolute;
  z-index: 5;
  right: 24px;
  bottom: 40px;
  width: 270px;
  padding: 20px;
  border: 1px solid rgba(255, 78, 155, 0.24);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(58, 32, 48, 0.14);
}
.phrase-card small,
.phrase-card strong,
.phrase-card span {
  display: block;
}
.phrase-card small {
  margin-bottom: 9px;
  color: var(--pink);
  font-family: 'Space Mono', monospace;
  font-size: 0.61rem;
  letter-spacing: 0.12em;
}
.phrase-card strong {
  font-family: 'Bricolage', sans-serif;
  font-size: 1.25rem;
}
.phrase-card span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.68rem;
}
.feature-dark {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
  background: var(--ink-deep);
  color: #fff;
}
.feature-inner {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  align-items: center;
  gap: 110px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.feature-dark .eyebrow {
  color: #ff9a50;
}
.feature-dark .feature-copy > p:not(.eyebrow):not(.paid-note) {
  color: #c9bec5;
}
.paid-note {
  margin: 30px 0 0;
  padding-top: 24px;
  border-top: 1px solid #302a30;
  color: #8f858e;
  font-size: 0.8rem;
  line-height: 1.6;
}
.stage-dark {
  min-height: 700px;
  background: #1a151a;
}
.stage-dark .phone-feature {
  transform: translate(40px, 76px) rotate(2deg);
}
.help-ticket {
  position: absolute;
  z-index: 5;
  left: 28px;
  bottom: 42px;
  display: grid;
  gap: 4px;
  width: 240px;
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--orange), var(--pink) 56%, var(--violet));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}
.help-ticket span {
  margin-bottom: 7px;
  font-family: 'Space Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.help-ticket strong {
  font-family: 'Bricolage', sans-serif;
  font-size: 0.95rem;
}
.esim {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 120px;
  padding-top: 150px;
  padding-bottom: 150px;
}
.esim-copy > p.esim-details {
  margin-top: 18px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.esim-brand-visual {
  min-width: 0;
  margin: 0;
}
.esim-brand-visual > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 30px;
  object-fit: contain;
}
.esim-brand-visual figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 8px 0;
}
.esim-brand-visual figcaption span {
  color: var(--muted);
  font-family: 'Space Mono', monospace;
  font-size: 0.75rem;
}
.esim-brand-visual figcaption strong {
  font-family: 'Bricolage', sans-serif;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}
.our-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-top: 100px;
  padding-bottom: 120px;
  border-top: 1px solid var(--line-strong);
}
.our-story .eyebrow {
  color: #a62658;
}
.our-story h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4.7vw, 4.6rem);
  line-height: 1;
}
.story-copy p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}
.story-copy .story-purpose {
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 700;
}
.download {
  padding: 130px 0;
  background: linear-gradient(120deg, var(--orange), var(--pink) 52%, var(--violet));
  color: #fff;
  text-align: center;
}
.download-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.download .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}
.download-inner > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.84);
}
.store-actions-center {
  justify-content: center;
}
.store-button-light {
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}
footer {
  padding: 56px 0;
  background: var(--ink);
  color: #b7adb4;
  font-size: 0.82rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: start;
}
.footer-brand {
  color: #fff;
  font-family: 'Bricolage', sans-serif;
  font-size: 1.4rem;
  text-decoration: none;
}
.footer-grid p {
  margin: 7px 0 0;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-links a {
  color: #b7adb4;
  text-decoration: none;
}
.copyright {
  grid-column: 1/-1;
  padding-top: 28px;
  border-top: 1px solid #302a30;
}
.document {
  max-width: 760px;
  padding: 64px 0 88px;
}
.document h1 {
  margin: 12px 0 20px;
  font-size: clamp(2.5rem, 7vw, 4.4rem);
  line-height: 1;
}
.document h2 {
  margin-top: 40px;
  font-size: 1.45rem;
  letter-spacing: -0.025em;
}
.document h3 {
  margin-top: 26px;
}
.document p,
.document li {
  color: #413941;
}
.document .updated {
  color: #817581;
}
.notice {
  padding: 18px 20px;
  border: 1px solid #f1cbbd;
  border-radius: 16px;
  background: #fff5f0;
}
body:not(.home) > header {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 70px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-copy .lede,
  .hero-copy .hero-support,
  .hero-copy .availability {
    margin-left: auto;
    margin-right: auto;
  }
  .store-actions {
    justify-content: center;
  }
  .hero-visual {
    min-height: 620px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .promise-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .promise-grid article:nth-child(3) {
    border-left: 1px solid var(--line-strong);
  }
  .feature,
  .feature-inner,
  .esim {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .feature-copy {
    max-width: 700px;
  }
  .feature-dark .feature-visual {
    grid-row: 2;
  }
  .our-story {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 72px;
    padding-bottom: 80px;
  }
}
@media (max-width: 680px) {
  :root {
    --radius: 24px;
  }
  .shell {
    width: min(100% - 28px, var(--shell));
  }
  .site-header {
    padding: 15px 0;
  }
  .brand img {
    width: 34px;
    height: 34px;
  }
  .brand-logo-crop {
    width: 34px;
    height: 34px;
  }
  .home .links a:not(.nav-download) {
    display: none;
  }
  .links .nav-download {
    padding: 9px 14px;
  }
  body:not(.home) .links {
    gap: 12px;
    font-size: 0.78rem;
  }
  .hero {
    min-height: 0;
    padding-top: 54px;
    padding-bottom: 70px;
  }
  .hero-copy {
    text-align: left;
  }
  h1 {
    font-size: clamp(3.25rem, 15vw, 4.8rem);
  }
  .lede {
    font-size: 1rem;
  }
  .hero-support {
    font-size: 1rem;
  }
  .store-actions {
    justify-content: flex-start;
  }
  .store-button {
    min-width: 158px;
    padding: 10px 12px;
  }
  .store-button span {
    font-size: 0.88rem;
  }
  .availability {
    font-size: 0.67rem;
  }
  .hero-visual {
    min-height: 550px;
    margin-top: 16px;
  }
  .hero-visual::before {
    width: 360px;
    height: 360px;
  }
  .phone-hero {
    width: 250px;
  }
  .orbit-note {
    width: 172px;
    padding: 13px 14px;
  }
  .note-before {
    top: 42px;
    left: -4px;
  }
  .note-there {
    right: -4px;
    bottom: 50px;
  }
  .promise {
    padding-top: 92px;
    padding-bottom: 100px;
  }
  .section-heading {
    margin-bottom: 44px;
  }
  .promise .section-heading > .eyebrow {
    max-width: 100%;
  }
  .section-heading h2,
  .feature-copy h2,
  .esim h2,
  .download h2 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }
  .promise-grid {
    grid-template-columns: 1fr;
  }
  .promise-grid article {
    min-height: 210px;
    border-left: 1px solid var(--line-strong);
  }
  .promise-grid article + article {
    border-top: 1px solid var(--line-strong);
  }
  .promise-grid h3 {
    margin-top: 34px;
  }
  .feature {
    gap: 64px;
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .feature-visual {
    margin-inline: -14px;
  }
  .phone-stage {
    min-height: 580px;
    border-radius: 0;
  }
  .phone-feature {
    width: 260px;
    transform: translate(-24px, 70px) rotate(-2deg);
  }
  .phrase-card {
    right: 12px;
    bottom: 28px;
    width: 225px;
    padding: 16px;
  }
  .feature-inner {
    gap: 48px;
    padding-top: 86px;
    padding-bottom: 0;
  }
  .feature-dark .feature-visual {
    margin-inline: -14px;
  }
  .stage-dark .phone-feature {
    transform: translate(26px, 70px) rotate(2deg);
  }
  .help-ticket {
    left: 12px;
    bottom: 26px;
    width: 210px;
    padding: 16px;
  }
  .esim {
    gap: 44px;
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .esim-brand-visual figcaption {
    flex-wrap: wrap;
    gap: 6px;
  }
  .download {
    padding: 96px 0;
  }
  .download .store-actions {
    justify-content: center;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .copyright {
    grid-column: auto;
  }
}
@keyframes inbuddy-phone-float {
  0%,
  100% {
    transform: translateY(0) rotate(2.5deg);
  }
  50% {
    transform: translateY(-12px) rotate(1.3deg);
  }
}
@keyframes inbuddy-before-float {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-9px) rotate(-1.5deg);
  }
}
@keyframes inbuddy-after-float {
  0%,
  100% {
    transform: translateY(0) rotate(3deg);
  }
  50% {
    transform: translateY(9px) rotate(1.5deg);
  }
}
@keyframes inbuddy-halo-breathe {
  0%,
  100% {
    opacity: 0.8;
    transform: scale(0.98);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-visual .phone-hero {
    animation: inbuddy-phone-float 7s ease-in-out infinite;
  }
  .hero-visual .note-before {
    animation: inbuddy-before-float 6s ease-in-out -2s infinite;
  }
  .hero-visual .note-there {
    animation: inbuddy-after-float 7.5s ease-in-out -3s infinite;
  }
  .hero-visual::before {
    animation: inbuddy-halo-breathe 9s ease-in-out infinite;
  }
  .hero-visual:hover .phone-hero,
  .hero-visual:hover .orbit-note,
  .hero-visual:hover::before,
  .hero-visual:focus-within .phone-hero,
  .hero-visual:focus-within .orbit-note,
  .hero-visual:focus-within::before {
    animation-play-state: paused;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .moment-track {
    animation: none;
  }
  .store-button {
    transition: none;
  }
}
