@font-face {
  font-family: "Now";
  src: url("/assets/fonts/Now-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Now";
  src: url("/assets/fonts/Now-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Now";
  src: url("/assets/fonts/Now-Medium.woff2") format("woff2");
  font-weight: 500 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #ff5400;
  --orange-dark: #d94600;
  --orange-pale: #fff0e7;
  --purple: #6400a5;
  --purple-dark: #381054;
  --purple-pale: #f6f0fb;
  --ink: #231a26;
  --muted: #635d63;
  --cream: #fffaf7;
  --white: #ffffff;
  --line: rgba(35, 26, 38, .16);
  --shell: min(1320px, calc(100vw - 96px));
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
  color: var(--ink);
  font-family: "Now", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-underline-offset: 3px; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.shell { width: var(--shell); margin-inline: auto; }
.flow > * + * { margin-top: 1.35rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); margin: -1px; padding: 0; border: 0; white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: .7rem; left: 50%; transform: translate(-50%, -180%); padding: .7rem 1rem; border-radius: 999px; background: var(--purple); color: var(--white); font-weight: 500; text-decoration: none; transition: transform .2s var(--ease); }
.skip-link:focus { transform: translate(-50%, 0); }

h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; letter-spacing: -.067em; line-height: .92; }
h1 { font-size: clamp(4rem, 7.8vw, 7.35rem); }
h2 { font-size: clamp(3rem, 5.1vw, 5.25rem); }
h3 { font-size: clamp(2rem, 2.75vw, 2.8rem); }
h1 em, h2 em { color: var(--orange); font-style: normal; }

.site-header { position: relative; z-index: 20; background: var(--white); border-bottom: 4px solid var(--orange); box-shadow: 0 4px 14px rgba(35, 26, 38, .08); }
.header-inner { display: flex; min-height: 100px; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; color: var(--orange); text-decoration: none; }
.brand-wordmark { font-size: 2.75rem; font-weight: 500; letter-spacing: -.045em; line-height: .82; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(1.05rem, 1.9vw, 2rem); }
.site-nav a { color: var(--ink); font-size: .96rem; font-weight: 500; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--orange-dark); }
.nav-toggle { display: none; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: .55rem; padding: .8rem 1.35rem; border: 1px solid transparent; border-radius: 999px; font-size: .96rem; font-weight: 500; line-height: 1; text-decoration: none; transition: transform .2s var(--ease), background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .site-nav a:focus-visible, .footer-columns a:focus-visible { outline: 3px solid rgba(255, 84, 0, .72); outline-offset: 4px; }
.button-small { min-height: 44px; padding: .68rem 1.04rem; font-size: .87rem; }
.button-dark { border-color: var(--ink); background: var(--white); color: var(--ink); }
.button-dark:hover { border-color: var(--purple); background: var(--purple); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--purple); color: var(--white); }
.button-orange { background: var(--purple); color: var(--white); }
.button-orange:hover { background: var(--purple-dark); }
.button-shadow { box-shadow: 5px 5px 0 var(--purple); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; width: max-content; border-bottom: 1px solid currentColor; padding-bottom: .16rem; color: var(--ink); font-size: .95rem; font-weight: 500; text-decoration: none; }
.text-link:hover { color: var(--orange-dark); }
.text-link-hero { color: var(--white); }.text-link-hero:hover { color: var(--white); }

.eyebrow { margin: 0; color: var(--purple); font-size: .94rem; font-weight: 500; letter-spacing: .02em; line-height: 1.35; }
.eyebrow-light { color: rgba(255, 255, 255, .8); }

.hero { position: relative; overflow: hidden; background: var(--orange); color: var(--white); }
.hero::before { position: absolute; top: -23vw; right: -6vw; width: 50vw; height: 50vw; border-radius: 50%; background: var(--purple); content: ""; }
.hero::after { position: absolute; right: 42%; bottom: -22vw; width: 39vw; height: 39vw; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .32); content: ""; }
.hero-glow { display: none; }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: 685px; grid-template-columns: minmax(0, .88fr) minmax(450px, .82fr); align-items: center; gap: clamp(2rem, 6vw, 7rem); padding-block: 5rem 4rem; }
.hero-copy { max-width: 645px; padding-bottom: 1rem; }
.hero-badge { display: inline-flex; align-items: center; gap: .6rem; border-radius: 999px; padding: .5rem .85rem .5rem .52rem; background: var(--white); color: var(--orange); font-size: .92rem; font-weight: 500; }
.hero-badge-a { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--orange); color: var(--white); font-size: 1.38rem; font-weight: 500; letter-spacing: 0; line-height: 1; padding: .04em 0 0 .07em; }
.hero h1 { color: var(--white); }.hero h1 em { color: #f4ddff; }
.hero-lede { max-width: 500px; color: rgba(255, 255, 255, .95); font-size: 1.2rem; font-weight: 400; line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; padding-top: .45rem; }
.hero-note { color: rgba(255, 255, 255, .86); font-size: .9rem; font-weight: 400; }
.hero-art { position: relative; align-self: stretch; min-height: 520px; }
.hero-photo { position: absolute; top: 0; right: 0; bottom: 0; left: 10%; overflow: hidden; border-radius: 280px 280px 24px 24px; background: var(--purple-dark); box-shadow: 18px 20px 0 var(--purple-dark); }
.hero-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(56, 16, 84, .03), rgba(56, 16, 84, .25)); content: ""; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 45% 36%; }
.hero-service-bubble { position: absolute; z-index: 2; right: -4%; bottom: 7%; display: grid; width: 174px; height: 174px; place-items: center; border: 2px solid var(--white); border-radius: 50%; background: var(--purple); color: var(--white); font-size: 1.15rem; font-weight: 500; letter-spacing: -.015em; line-height: 1.25; text-align: center; transform: rotate(-8deg); }
.hero-ready-icons { position: absolute; z-index: 2; top: 11%; left: 1%; display: flex; align-items: center; gap: .55rem; border-radius: 999px; padding: .72rem .88rem; background: var(--white); box-shadow: 6px 6px 0 var(--purple); }
.hero-ready-icons .bi { color: var(--purple); font-size: 1.42rem; line-height: 1; }

.intro-band { padding: clamp(4rem, 7vw, 6.75rem) 0; background: var(--purple); color: var(--white); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(240px, .6fr); align-items: end; gap: 5rem; }
.display-statement { max-width: 790px; font-size: clamp(2.65rem, 4.5vw, 4.9rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.display-statement span { color: rgba(255, 255, 255, .64); }
.intro-grid > p:last-child { padding-bottom: .3rem; color: rgba(255, 255, 255, .88); font-size: 1.07rem; font-weight: 400; line-height: 1.55; }

.section { padding: clamp(4.5rem, 7vw, 7.6rem) 0; }
.life-section { overflow: hidden; background: var(--orange-pale); }
.life-grid { display: grid; grid-template-columns: minmax(0, .93fr) minmax(390px, .82fr); align-items: center; gap: clamp(4rem, 9vw, 10rem); }
.life-images { position: relative; min-height: 565px; }
.life-image { position: absolute; overflow: hidden; background: var(--orange); box-shadow: 0 22px 45px rgba(117, 57, 26, .17); }
.life-image img { width: 100%; height: 100%; object-fit: cover; }
.life-image-large { inset: 0 13% 0 0; border-radius: 290px 290px 24px 24px; }
.life-image-large img { object-position: 48% 46%; }
.life-image-small { right: 0; bottom: 8%; width: 42%; height: 39%; border: 8px solid var(--orange-pale); border-radius: 20px; transform: rotate(5deg); }
.life-image-small img { object-position: center; }
.photo-chip { position: absolute; z-index: 2; top: 11%; right: -1%; border-radius: 999px; padding: .72rem 1.05rem; background: var(--orange); color: var(--white); font-size: 1.18rem; font-weight: 500; letter-spacing: -.02em; transform: rotate(-6deg); }
.life-copy { max-width: 555px; }
.body-large { color: var(--muted); font-size: 1.17rem; font-weight: 400; line-height: 1.58; }
.mini-feature-list { display: grid; gap: 1rem; margin-top: 2.25rem; }
.mini-feature-list > div { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: .9rem; }
.mini-feature-list p { display: grid; gap: .12rem; }
.mini-feature-list b { font-weight: 500; letter-spacing: -.025em; }
.mini-feature-list small { color: var(--muted); font-size: .95rem; font-weight: 400; line-height: 1.4; }
.mini-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--purple); color: var(--white); }
.mini-icon .bi { font-size: 1.12rem; line-height: 1; }

.feature-section { background: var(--cream); }
.section-heading { max-width: 700px; margin-bottom: 2.55rem; }
.section-heading .eyebrow { margin-bottom: 1rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
.feature-card { display: flex; min-height: 344px; flex-direction: column; align-items: flex-start; padding: 1.6rem; border-radius: 20px; }
.feature-card-dark { border: 2px solid var(--purple); background: var(--white); }
.feature-card-purple { background: var(--purple); color: var(--white); }
.feature-card-cream { border: 1px solid rgba(35, 26, 38, .15); background: #f5ebe2; }
.feature-icon { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; background: var(--purple); color: var(--white); }
.feature-icon .bi { font-size: 1.55rem; line-height: 1; }
.feature-card-purple .feature-icon { background: var(--white); color: var(--purple); }
.feature-card-cream .feature-icon { background: var(--orange); color: var(--white); }
.feature-kicker { margin-top: 1rem; font-size: .94rem; font-weight: 500; letter-spacing: .025em; }
.feature-card h3 { max-width: 315px; margin-top: auto; }
.feature-card p:last-child { max-width: 325px; margin-top: .9rem; color: var(--muted); font-size: 1.04rem; font-weight: 400; line-height: 1.52; }
.feature-card-purple p:last-child { color: rgba(255, 255, 255, .8); }

.esim-section { background: var(--white); }
.esim-grid { display: grid; grid-template-columns: minmax(360px, .78fr) minmax(0, .95fr); align-items: center; gap: clamp(4rem, 10vw, 11rem); }
.esim-art { position: relative; min-height: 560px; }
.esim-photo { position: absolute; inset: 0 7% 0 0; overflow: hidden; border-radius: 24px 240px 240px 24px; background: var(--purple); }
.esim-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.esim-icon-tile { position: absolute; right: 0; bottom: 13%; display: grid; width: 110px; height: 110px; place-items: center; border-radius: 22px; background: var(--purple); color: var(--white); box-shadow: 8px 8px 0 var(--orange); }
.esim-icon-tile .bi { font-size: 3rem; line-height: 1; }
.esim-sticker { position: absolute; z-index: 2; margin: 0; border: 1px solid var(--ink); border-radius: 999px; padding: .65rem .9rem; background: var(--white); font-size: .78rem; font-weight: 500; }
.esim-sticker-one { top: 12%; right: -2%; transform: rotate(8deg); }
.esim-sticker-two { bottom: 4%; left: 4%; background: var(--purple); color: var(--white); transform: rotate(-7deg); }
.esim-copy { max-width: 580px; }
.esim-copy .eyebrow { margin-bottom: 1rem; }
.check-list { display: grid; gap: .9rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: .72rem; }
.check-list span { display: grid; width: 22px; height: 22px; flex: 0 0 22px; place-items: center; border-radius: 50%; background: var(--orange); color: var(--ink); font-size: .75rem; font-weight: 500; }
.fine-print { max-width: 480px; color: var(--muted); font-size: .9rem; font-weight: 400; line-height: 1.45; }

.switch-section { background: var(--purple-pale); }
.switch-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(400px, .75fr); align-items: center; gap: clamp(4rem, 10vw, 11rem); }
.switch-copy { max-width: 600px; }
.switch-copy .eyebrow { margin-bottom: 1rem; }
.switch-steps { margin: 0; padding: 0; list-style: none; }
.switch-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.4rem 0; border-top: 1px solid rgba(35, 26, 38, .21); }
.switch-steps li:last-child { border-bottom: 1px solid rgba(35, 26, 38, .21); }
.switch-steps li > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--orange); font-weight: 500; }
.switch-steps b { display: block; font-size: 1.18rem; font-weight: 500; letter-spacing: -.03em; }
.switch-steps p { margin-top: .23rem; color: var(--muted); font-size: 1rem; font-weight: 400; line-height: 1.48; }
.switch-steps strong { font-weight: 500; }

.launch-cta { padding: clamp(4.5rem, 7vw, 7rem) 0; background: var(--orange); }
.launch-cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .57fr); align-items: end; gap: 5rem; }
.launch-cta h2 { max-width: 600px; color: var(--white); }
.launch-cta-action { display: grid; justify-items: start; gap: 1.55rem; }
.launch-cta-action > p { max-width: 430px; color: rgba(255, 255, 255, .9); font-size: 1.08rem; line-height: 1.5; }
.launch-cta .button-light { background: var(--purple); color: var(--white); }.launch-cta .button-light:hover { background: var(--purple-dark); }

.site-footer { background: var(--white); }
.footer-top { display: grid; grid-template-columns: minmax(190px, .58fr) minmax(0, 1.42fr); gap: 5rem; padding: 5.1rem 0 4rem; }
.footer-brand-block { display: flex; min-height: 236px; flex-direction: column; align-items: flex-start; justify-content: space-between; }
.brand-footer .brand-wordmark { font-size: 3.2rem; }
.footer-monogram { display: grid; width: 78px; height: 78px; place-items: center; border-radius: 50%; background: var(--orange); color: var(--white); font-size: 3.5rem; font-weight: 500; letter-spacing: 0; line-height: .82; padding: .03em 0 0 .03em; }
.footer-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.footer-columns section { display: grid; align-content: start; gap: .72rem; }
.footer-columns h2 { margin-bottom: .65rem; color: var(--ink); font-size: 1.1rem; letter-spacing: -.035em; line-height: 1.2; }
.footer-columns a { color: var(--muted); font-size: .97rem; font-weight: 400; text-decoration: none; }
.footer-columns a:hover { color: var(--orange-dark); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); padding: 1.4rem 0 1.8rem; color: var(--muted); font-size: .84rem; font-weight: 400; line-height: 1.55; }
.footer-bottom p:first-child { max-width: 920px; }.footer-bottom p:last-child { flex: 0 0 auto; }.footer-bottom a:hover { color: var(--orange-dark); }

.launch-modal { width: min(590px, calc(100vw - 32px)); overflow: visible; border: 0; border-radius: 24px; padding: clamp(2rem, 5vw, 3.4rem); background: var(--cream); color: var(--ink); box-shadow: 0 35px 100px rgba(0, 0, 0, .46); }
.launch-modal::backdrop { background: rgba(35, 26, 38, .7); backdrop-filter: blur(5px); }
.launch-modal h2 { margin-top: .7rem; font-size: clamp(2.75rem, 7vw, 4rem); }
.launch-modal > p:not(.eyebrow) { max-width: 420px; margin-top: 1.35rem; color: var(--muted); }
.modal-close { position: absolute; top: .8rem; right: .9rem; display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; background: #f0e6df; color: var(--ink); font-size: 1.8rem; line-height: 1; }
.modal-close:hover { background: var(--orange); }
.modal-a { position: absolute; right: 1.3rem; bottom: -1.65rem; color: var(--orange); font-size: 10rem; font-weight: 500; letter-spacing: -.16em; line-height: .7; pointer-events: none; }
.launch-form { position: relative; z-index: 1; margin-top: 2rem; }.launch-form > label:first-child { display: block; margin-bottom: .45rem; font-size: .8rem; font-weight: 500; }
.email-input-wrap { display: flex; gap: .5rem; }.email-input-wrap input { min-width: 0; min-height: 54px; flex: 1; border: 1px solid #cfc4bb; border-radius: 999px; padding: .85rem 1rem; background: var(--white); color: var(--ink); outline: 0; }.email-input-wrap input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255, 84, 0, .2); }.button-form { flex: 0 0 auto; }
.consent { display: flex; align-items: flex-start; gap: .6rem; margin-top: 1.05rem; color: var(--muted); font-size: .78rem; line-height: 1.35; }.consent input { width: 1rem; height: 1rem; margin: .04rem 0 0; accent-color: var(--orange); }.form-privacy, .form-status { margin: .55rem 0 0; color: var(--muted); font-size: .74rem; }.form-status { color: var(--orange-dark); font-weight: 500; }.form-privacy a { color: var(--ink); }

.legal-page { display: flex; min-height: 100vh; flex-direction: column; }.legal-header { background: var(--orange); color: var(--ink); }.legal-header .header-inner { min-height: 82px; }.legal-header .button-dark { border-color: var(--ink); background: var(--ink); color: var(--white); }.legal-main { flex: 1; padding: clamp(4rem, 8vw, 7rem) 0; }.legal-layout { display: grid; grid-template-columns: minmax(0, 700px) 1fr; gap: clamp(2rem, 9vw, 9rem); }.legal-content h1 { font-size: clamp(3.2rem, 6vw, 5rem); }.legal-content h2 { margin-top: 2.7rem; font-size: 1.7rem; line-height: 1; }.legal-content h3 { margin-top: 1.65rem; font-size: 1.15rem; line-height: 1.1; }.legal-content p, .legal-content li { max-width: 680px; color: var(--muted); }.legal-content p { margin-top: 1rem; }.legal-content ul { margin: 1rem 0 0; padding-left: 1.2rem; }.legal-content li + li { margin-top: .45rem; }.legal-aside { align-self: start; border-top: 2px solid var(--orange); padding-top: 1.1rem; color: var(--muted); font-size: .88rem; }.legal-aside strong { display: block; color: var(--ink); font-weight: 500; }.legal-aside p + p { margin-top: .65rem; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 64px, 960px); }
  .header-inner { min-height: 88px; }.site-nav { gap: 1rem; }.site-nav a { font-size: .88rem; }.site-nav a:nth-of-type(4), .site-nav a:nth-of-type(5) { display: none; }
  .hero-grid { min-height: 620px; grid-template-columns: minmax(0, .92fr) minmax(400px, .76fr); gap: 2.5rem; }.hero-art { min-height: 470px; }
  .life-grid, .esim-grid, .switch-grid { gap: 4.4rem; }.life-images { min-height: 510px; }.esim-art { min-height: 490px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 48px, 680px); }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 2rem; padding-top: 4.5rem; padding-bottom: 0; }.hero-copy { padding-bottom: 0; }.hero-art { width: min(100%, 520px); min-height: 520px; margin-inline: auto; }.hero-photo { left: 5%; }
  .intro-grid, .life-grid, .esim-grid, .switch-grid, .launch-cta-inner { grid-template-columns: 1fr; gap: 2.5rem; }.intro-grid > p:last-child { max-width: 500px; }.life-images { width: min(100%, 540px); min-height: 500px; }.life-copy, .esim-copy, .switch-copy { max-width: 590px; }.feature-grid { grid-template-columns: 1fr; gap: .9rem; }.feature-card { min-height: 290px; }.feature-card h3 { margin-top: 2rem; }.esim-art { width: min(100%, 500px); min-height: 500px; }.esim-photo { right: 12%; }.switch-steps { max-width: 590px; }.footer-top { grid-template-columns: 1fr; gap: 3.2rem; }.footer-brand-block { min-height: 0; flex-direction: row; align-items: end; }.footer-columns { max-width: 680px; }.legal-layout { grid-template-columns: 1fr; gap: 3rem; }.legal-aside { max-width: 520px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100vw - 40px); }
  .header-inner { min-height: 76px; }.brand-wordmark { font-size: 2.18rem; }.nav-toggle { display: grid; width: 42px; height: 42px; align-content: center; gap: 6px; border: 0; background: transparent; }.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin-left: auto; border-radius: 2px; background: var(--ink); transition: transform .2s ease; }.menu-open .nav-toggle span:nth-child(2) { transform: translateY(4px) rotate(45deg); }.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: absolute; top: 76px; right: 0; left: 0; display: grid; gap: 0; overflow: hidden; max-height: 0; background: var(--purple-dark); transition: max-height .3s var(--ease); }.menu-open .site-nav { max-height: 430px; }.site-nav a, .site-nav a:nth-of-type(4), .site-nav a:nth-of-type(5), .site-nav .button { display: flex; min-height: 52px; padding: 1rem 20px; border-radius: 0; color: var(--white); text-align: left; }.site-nav .button { justify-content: flex-start; margin: .3rem 20px 1rem; border: 1px solid var(--white); border-radius: 999px; }
  h1 { font-size: clamp(3.65rem, 17vw, 4.9rem); } h2 { font-size: clamp(2.8rem, 13vw, 4.1rem); }.hero::before { top: -38vw; right: -28vw; width: 95vw; height: 95vw; }.hero::after { right: -22vw; bottom: -33vw; width: 72vw; height: 72vw; }.hero-grid { padding-top: 3.65rem; }.hero-lede, .body-large { font-size: 1.03rem; }.hero-actions { gap: 1rem; }.hero-art { min-height: 425px; margin-top: .5rem; }.hero-photo { top: 0; left: 0; border-radius: 200px 200px 0 0; box-shadow: 0 13px 0 var(--purple-dark); }.hero-photo img { object-position: 50% 33%; }.hero-service-bubble { right: -2%; bottom: 3%; width: 130px; height: 130px; font-size: .9rem; }.hero-ready-icons { top: 7%; left: -2%; padding: .55rem .65rem; }.hero-ready-icons img { width: 20px; height: 20px; }
  .intro-band { padding: 3.9rem 0; }.intro-grid { gap: 1.6rem; }.display-statement { font-size: clamp(2.5rem, 12vw, 3.5rem); }.intro-grid > p:last-child { font-size: .95rem; }.section { padding: 5rem 0; }.life-images { min-height: 420px; }.life-image-large { right: 10%; border-radius: 190px 190px 18px 18px; }.life-image-small { width: 43%; height: 35%; border-width: 6px; }.photo-chip { padding: .62rem .8rem; font-size: 1rem; }.mini-feature-list { margin-top: 1.8rem; }.section-heading { margin-bottom: 2.4rem; }.feature-card { min-height: 355px; padding: 1.6rem; }.feature-card h3 { font-size: 2.15rem; }.esim-art { min-height: 420px; }.esim-photo { right: 10%; border-radius: 20px 180px 180px 20px; }.esim-icon-tile { width: 82px; height: 82px; border-radius: 17px; box-shadow: 6px 6px 0 var(--purple); }.esim-icon-tile img { width: 38px; height: 38px; }.esim-sticker { font-size: .65rem; }.switch-steps li { grid-template-columns: 38px 1fr; gap: .82rem; }.switch-steps li > span { width: 31px; height: 31px; font-size: .8rem; }.switch-steps b { font-size: 1.05rem; }.launch-cta { padding: 4.5rem 0; }.launch-cta-inner { gap: 1.8rem; }.footer-top { padding: 3.7rem 0 2.6rem; }.footer-brand-block { align-items: center; }.brand-footer .brand-wordmark { font-size: 2.65rem; }.footer-monogram { width: 62px; height: 62px; font-size: 3.35rem; }.footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.2rem 1.2rem; }.footer-columns section:last-child { grid-column: 1 / -1; }.footer-bottom { display: grid; gap: .7rem; padding: 1.2rem 0 1.5rem; }.footer-bottom p:last-child { flex: initial; }.launch-modal { padding: 2.1rem 1.45rem; }.launch-modal h2 { font-size: 2.8rem; }.email-input-wrap { display: grid; }.email-input-wrap input, .button-form { width: 100%; }.modal-a { right: .85rem; font-size: 8rem; }.legal-main { padding: 4rem 0; }
}

/* Mobile has its own compact editorial composition rather than a scaled desktop stack. */
@media (max-width: 640px) {
  h1 { font-size: clamp(3.18rem, 14.5vw, 4rem); line-height: .95; }
  h2 { font-size: clamp(2.55rem, 11.5vw, 3.35rem); line-height: .96; }
  .eyebrow { font-size: .94rem; letter-spacing: .02em; }
  .hero-grid { gap: 1.5rem; padding-top: 3rem; }
  .hero-lede { font-size: 1.04rem; }
  .hero-art { min-height: 345px; margin-top: 0; }
  .hero-photo { right: 0; bottom: 0; border-radius: 160px 160px 0 0; box-shadow: 0 10px 0 var(--purple-dark); }
  .hero-photo img { object-position: 50% 30%; }
  .hero-ready-icons, .hero-service-bubble { display: none; }
  .intro-band { padding: 3.2rem 0; }
  .section { padding: 3.8rem 0; }
  .life-grid { gap: 2.6rem; }
  .life-images { display: grid; width: 100%; min-height: 0; grid-template-columns: minmax(0, 1.12fr) minmax(0, .68fr); align-items: end; gap: .75rem; }
  .life-image { position: relative; }
  .life-image-large { inset: auto; height: 355px; border-radius: 165px 165px 18px 18px; }
  .life-image-small { right: auto; bottom: auto; width: auto; height: 204px; border: 0; border-radius: 16px; transform: none; }
  .photo-chip { display: none; }
  .mini-feature-list { gap: .8rem; margin-top: 1.5rem; }
  .mini-feature-list > div { grid-template-columns: 38px 1fr; gap: .75rem; }
  .mini-icon { width: 36px; height: 36px; }.mini-icon .bi { font-size: 1rem; }
  .section-heading { margin-bottom: 1.7rem; }
  .feature-grid { gap: .75rem; }
  .feature-card { min-height: 0; padding: 1.35rem; border-radius: 18px; }
  .feature-icon { width: 48px; height: 48px; }.feature-icon .bi { font-size: 1.35rem; }
  .feature-kicker { margin-top: .75rem; font-size: .94rem; letter-spacing: .02em; }
  .feature-card h3 { max-width: none; margin-top: 1.45rem; font-size: 1.94rem; }
  .feature-card p:last-child { margin-top: .75rem; font-size: 1rem; line-height: 1.48; }
  .esim-grid { gap: 2.3rem; }
  .esim-art { min-height: 360px; }.esim-photo { right: 8%; border-radius: 18px 170px 170px 18px; }.esim-icon-tile { width: 72px; height: 72px; border-radius: 16px; box-shadow: 5px 5px 0 var(--orange); }.esim-icon-tile .bi { font-size: 2rem; }.esim-sticker { padding: .5rem .7rem; font-size: .64rem; }
  .switch-grid { gap: 2.5rem; }
  .launch-cta { padding: 3.8rem 0; }.launch-cta-inner { gap: 1.5rem; }.launch-cta-action { gap: 1.1rem; }.launch-cta-action > p { font-size: 1rem; }
  .footer-top { padding: 3.25rem 0 2.3rem; }.footer-columns { gap: 1.75rem 1.2rem; }.footer-bottom { font-size: .88rem; }
}

@media (max-width: 380px) {
  .hero-actions .button { width: 100%; }.hero-actions .text-link { font-size: .88rem; }.footer-columns { grid-template-columns: 1fr; }.footer-columns section:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
