@font-face { font-family: Inter; font-style: normal; font-weight: 400 600; font-display: swap; src: url('../fonts/inter-latin.woff2') format('woff2'); }
@font-face { font-family: 'Bodoni Moda'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/bodoni-moda-latin.woff2') format('woff2'); }
:root { color-scheme: light; --paper: #f7f7f5; --ink: #161a21; --muted: #535a65; --line: #d8dce1; --blue: #075bb5; --green: #295e4f; --font-sans: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; --font-serif: 'Bodoni Moda', Georgia, serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; background: var(--paper); }
body { margin: 0; color: var(--ink); font: 400 1rem/1.75 var(--font-sans); -webkit-font-smoothing: antialiased; background: radial-gradient(ellipse at 90% 5%, #e1ecf8 0, transparent 35rem), var(--paper); }
::selection { color: var(--ink); background: #cee3fa; }
a { color: inherit; text-underline-offset: .3em; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
main:focus { outline: none; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2 { font: 400 clamp(2.25rem, 4.5vw, 4rem)/1.08 var(--font-serif); letter-spacing: -.045em; text-wrap: balance; overflow-wrap: anywhere; }
h3 { font-size: 1.125rem; line-height: 1.4; font-weight: 500; }
p { text-wrap: pretty; }
em { font-style: normal; color: var(--blue); }
.shell { width: min(100%, 1440px); margin-inline: auto; padding-inline: clamp(1.25rem, 5vw, 4.5rem); }
.skip-link { position: fixed; top: .75rem; left: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: white; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: .8rem clamp(1.25rem, 5vw, 4.5rem); border-bottom: 1px solid var(--line); background: rgb(247 247 245 / 94%); backdrop-filter: blur(16px); }
.brand-mark { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); text-transform: uppercase; letter-spacing: .19em; font-size: .9375rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.site-header .brand-mark { gap: .625rem; }
.brand-signal { display: block; width: 36px; height: 28px; flex: none; }
.brand-period { color: var(--blue); }
nav { display: flex; align-items: center; flex-wrap: wrap; gap: clamp(1rem, 3vw, 2.5rem); }
nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; text-decoration: none; color: var(--muted); }
nav a:hover, nav a[aria-current="page"], .text-link:hover { color: var(--blue); }
.eyebrow { color: var(--muted); text-transform: uppercase; letter-spacing: .16em; font-size: .8125rem; font-weight: 500; line-height: 1.6; margin-bottom: 1.25rem; }
.hero { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(180px, .7fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; min-height: min(780px, 85svh); padding-block: clamp(3.5rem, 8vw, 7rem); }
h1 { font-size: clamp(3.25rem, 6.9vw, 6.1rem); line-height: 1.01; }
.hero-summary { max-width: 36rem; font-size: clamp(1.0625rem, 1.5vw, 1.25rem); color: var(--muted); margin-top: 1.75rem; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; margin-top: 2.25rem; }
.hero-compatibility { margin-top: 1rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; min-height: 48px; padding: .875rem 1.4rem; border: 1px solid var(--ink); border-radius: 4px; font: 500 .875rem/1.5 var(--font-sans); text-decoration: none; }
.primary { color: white; background: var(--ink); transition: background .2s ease; }
.primary:hover { background: var(--blue); border-color: var(--blue); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; }
.hero-product { text-align: center; justify-self: center; width: min(100%, 300px); }
.hero-product img { border-radius: 24%; box-shadow: 0 24px 55px -22px rgb(11 31 61 / 25%); }
.hero-product figcaption { margin-top: 1.75rem; display: grid; gap: .25rem; }
.product-name { font-size: 1.5rem; font-weight: 500; letter-spacing: -.025em; }
.caption { font-size: .875rem; color: var(--muted); }
.section { padding-block: clamp(3.5rem, 7vw, 6.5rem); border-top: 1px solid var(--line); }
.product-section { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.1fr); gap: clamp(2rem, 6vw, 5rem); }
.section-copy { display: grid; gap: 1.25rem; color: var(--muted); max-width: 44rem; }
.lead { font-size: 1.375rem; line-height: 1.5; color: var(--ink); }
.evidence-note { border-left: 2px solid var(--blue); padding-left: 1.25rem; font-size: .9375rem; }
.section-intro { margin-bottom: clamp(2rem, 4vw, 3.75rem); }
.screenshot-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem; max-width: 860px; margin-inline: auto; }
.screenshot-grid figure { display: grid; justify-items: center; gap: 1.75rem; align-content: start; }
.screenshot-grid a { display: block; width: min(100%, 300px); border-radius: 1.5rem; }
.screenshot-grid img { border-radius: 1.5rem; border: 1px solid #cdd4df; box-shadow: 0 16px 35px -20px rgb(11 31 61 / 25%); }
.screenshot-grid figcaption { max-width: 340px; text-align: center; }
.screenshot-grid figcaption p { color: var(--muted); margin-top: .5rem; font-size: .9375rem; }
.modes-section { background: #eef2f6; }
.three-column { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3.5rem); }
.mode-grid article { border-top: 1px solid #c6ced8; padding-top: 1.5rem; }
.step-label { font-size: .875rem; color: var(--blue); margin-bottom: 1.5rem; }
.mode-grid h3 { margin-bottom: 1rem; font-size: 1.375rem; letter-spacing: -.02em; }
.mode-grid p:not(.step-label), .feature-grid p { color: var(--muted); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.section-summary { max-width: 30rem; color: var(--muted); }
.measurement-list article { display: grid; grid-template-columns: 2rem minmax(150px, .5fr) minmax(0, 1fr); gap: clamp(1rem, 3vw, 3rem); border-top: 1px solid var(--line); padding-block: 1.75rem; }
.measurement-number { font-size: .875rem; color: var(--blue); }
.measurement-list article > div { color: var(--muted); }
.measurement-limit { font-size: .875rem; color: var(--blue); margin-top: .65rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem 4rem; border-top: 1px solid var(--line); padding-top: 2.5rem; margin-top: 1rem; }
.feature-grid h3 { margin-bottom: .75rem; }
.privacy-section { background: #eaf0f7; }
.privacy-list { padding: 0; margin: 0; list-style: none; }
.privacy-list li { padding-block: 1rem; border-top: 1px solid #ccd5e0; }
.privacy-list strong { color: var(--ink); font-weight: 500; }
.questions-section { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 3rem; }
.questions details { border-top: 1px solid var(--line); padding-block: .5rem; }
.questions details:last-child { border-bottom: 1px solid var(--line); }
.questions summary { cursor: pointer; min-height: 48px; padding: .75rem .25rem; font-weight: 500; }
.questions summary::marker { color: var(--blue); }
.questions details p { padding: .25rem .25rem 1rem; color: var(--muted); }
.trademark-note { flex-basis: 100%; font-size: .8125rem; }
.error-page { min-height: 75svh; padding-block: 5rem; }
.error-page > p:not(.eyebrow) { margin-block: 2rem; color: var(--muted); }
.download-section { color: #f7f7f5; background: #111820; }
.download-section .eyebrow, .download-section .caption { color: #b6c4d4; }
.download-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 3rem; align-items: center; }
.download-layout h2 { margin-bottom: 1.5rem; }
.download-layout p { max-width: 36rem; }
.download-action { justify-self: end; }
.app-store-link { display: inline-flex; padding: 1rem; border-radius: 4px; }
.app-store-link img { width: 180px; height: auto; }
.app-store-link:focus-visible { outline-color: #f7f7f5; }
.download-action .caption { margin-top: 1rem; }
.site-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem 2rem; padding-block: 2rem; font-size: .875rem; color: var(--muted); }
.site-footer a:not(.brand-mark) { display: inline-flex; align-items: center; min-height: 44px; }

/* Company and product pages share type, navigation, and spacing. */
.company-page { background: radial-gradient(ellipse at 90% 3%, #e1ecf8 0, transparent 40rem), var(--paper); }
.company-hero { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); min-height: 660px; }
.company-hero h1 { font-size: clamp(3.25rem, 6.1vw, 5.75rem); }
.company-hero .hero-summary { max-width: 32rem; }
.product-showcase { position: relative; display: grid; gap: 1.5rem; padding: 2.5rem 0 1rem 1rem; }
.product-showcase::before { content: ''; position: absolute; inset: -1rem 1rem -1rem 0; border: 1px solid #d0dce6; border-radius: 50%; z-index: 0; }
.showcase-item { position: relative; display: grid; grid-template-columns: 88px minmax(0, 1fr) 1rem; align-items: center; gap: 1.5rem; padding: 1.75rem; border: 1px solid var(--line); border-radius: 16px; background: #fbfcfd; text-decoration: none; box-shadow: 0 16px 36px -30px #53667c; }
.showcase-spectra { margin-right: 1.5rem; }
.showcase-seamless { margin-left: 1.5rem; background: #f5f8f5; }
.showcase-item img { border-radius: 24%; }
.showcase-item > span > span { display: block; }
.showcase-category { color: var(--muted); font-size: .6875rem; letter-spacing: .1em; text-transform: uppercase; }
.showcase-name { font: 400 2.5rem/1.3 var(--font-serif); letter-spacing: -.04em; margin-block: .2rem; }
.showcase-detail { color: var(--muted); font-size: .8125rem; }
.showcase-arrow { align-self: start; color: var(--blue); }
.showcase-seamless .showcase-arrow { color: var(--green); }
.showcase-item:hover { border-color: var(--muted); }
.showcase-caption { position: relative; text-align: center; color: var(--muted); font-size: .8125rem; padding-top: .5rem; }
.principles-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding-block: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .8125rem; }
.principles-strip p { display: flex; align-items: center; gap: .7rem; }
.principles-strip p::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex: none; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; display: flex; flex-direction: column; background: #fbfcfd; }
.product-card-copy { padding: clamp(1.5rem, 3vw, 3rem); flex: 1; }
.product-card-meta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .5rem 1rem; margin-bottom: 1.75rem; }
.product-card-meta .eyebrow { margin: 0; font-size: .6875rem; }
.status { font-size: .6875rem; font-weight: 500; color: var(--blue); background: #e9f1fa; border: 1px solid #c9daed; border-radius: 30px; padding: .2rem .6rem; white-space: nowrap; }
.product-card h3 { font-size: 1.5rem; font-weight: 500; letter-spacing: -.035em; margin-bottom: 1rem; }
.card-promise { font: 400 clamp(2rem, 3vw, 2.75rem)/1.12 var(--font-serif); letter-spacing: -.045em; margin-bottom: 1.25rem; }
.product-card-copy > p:not(.card-promise) { color: var(--muted); }
.product-card-copy .text-link { margin-top: 1rem; gap: .75rem; font-weight: 500; }
.product-card-copy .caption { font-size: .8125rem; margin-top: .5rem; }
.product-card-visual { display: grid; justify-items: center; align-content: start; height: 420px; overflow: hidden; position: relative; padding-top: 2rem; background: #e3edf7; text-decoration: none; }
.product-card-visual img { width: 252px; border-radius: 25px; border: 1px solid #c6ced8; box-shadow: 0 18px 50px -25px #36485e; }
.product-card-visual:focus-visible { outline-offset: -6px; }
.visual-caption { position: absolute; bottom: 0; left: 0; width: 100%; padding: .75rem 1rem; text-align: center; font-size: .6875rem; color: var(--muted); background: #e3edf7; border-top: 1px solid #c9d9e8; }
.seamless-card { background: #fbfcf9; }
.seamless-card .status { color: var(--green); background: #e8f0eb; border-color: #c6d9ce; }
.seamless-card .product-card-visual, .seamless-card .visual-caption { background: #e4ece5; }
.seamless-card .visual-caption { border-color: #c6d9ce; }
.approach-section { background: #eef2f2; }
.principle-grid article { border-top: 1px solid #c6ced8; padding-top: 1.5rem; }
.principle-grid .step-label { display: block; }
.principle-grid h3 { font-size: 1.375rem; margin-bottom: .75rem; }
.principle-grid p { color: var(--muted); }
.inline-links { display: flex; flex-wrap: wrap; gap: 1rem 2rem; }
.company-cta { background: #e9eef4; text-align: center; }
.company-cta .actions { justify-content: center; }
.product-nav { border-top: 1px solid var(--line); padding-block: .6rem; }
.product-nav a { font-size: .8125rem; }
.seamless-page { --blue: var(--green); background: radial-gradient(ellipse at 90% 5%, #e4ece5 0, transparent 35rem), var(--paper); }
.seamless-page .privacy-section { background: #e8efe9; }
.seamless-page .modes-section { background: #eef2ed; }
.seamless-page .privacy-list li { border-color: #c6d9ce; }
.light-button { color: var(--ink); border-color: var(--paper); background: var(--paper); }
.light-button:hover { background: #e4ece5; }
.download-section .light-button:focus-visible { outline-color: white; }
.related-product { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 2.5rem; border-bottom: 1px solid var(--line); }
.related-product .eyebrow { display: block; font-size: .6875rem; margin-bottom: .5rem; }
.related-product p { color: var(--muted); font-size: .9375rem; }
.related-product strong { color: var(--ink); font-weight: 500; }
.related-product .text-link { white-space: nowrap; gap: .75rem; }
.footer-brand p { font-size: .8125rem; margin-top: .75rem; }
.site-footer { padding-block: 3rem; align-items: start; }
.site-footer nav { gap: .5rem 1.75rem; justify-content: end; }
.site-footer .copyright { flex-basis: 100%; margin-top: 1rem; }
.site-footer .trademark-note { font-size: .75rem; line-height: 1.7; max-width: 78rem; }
@media (min-width: 761px) and (max-width: 1080px) { .company-hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2rem; } .showcase-item { grid-template-columns: 64px minmax(0, 1fr); gap: 1rem; padding: 1.25rem; } .showcase-arrow { display: none; } .showcase-name { font-size: 2.1rem; } .showcase-spectra { margin-right: 0; } .showcase-seamless { margin-left: 0; } }

@media (max-width: 760px) { .hero { grid-template-columns: minmax(0, 1fr); min-height: auto; } .hero-product { width: 180px; margin-block: 1rem; } .product-section, .download-layout, .three-column, .feature-grid, .questions-section { grid-template-columns: minmax(0, 1fr); } .download-action { justify-self: start; } .site-header { position: static; align-items: start; flex-wrap: wrap; gap: 0 1.5rem; } nav { gap: 0 1.25rem; } .split-heading { display: grid; } .measurement-list article { grid-template-columns: 1.5rem minmax(0, 1fr); } .measurement-list article > div { grid-column: 2; } html { scroll-padding-top: 1rem; } }
@media (max-width: 560px) { .screenshot-grid { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 400px) { h1 { font-size: 3rem; } .hero { padding-block: 3rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

@media (max-width: 760px) { .company-hero { min-height: auto; } .product-showcase { width: min(100%, 480px); justify-self: center; padding: .5rem 0; } .product-showcase::before { inset: -1rem 1rem; } .product-grid { grid-template-columns: minmax(0, 1fr); } .product-card-visual { height: 380px; } .principles-strip { grid-template-columns: minmax(0, 1fr); gap: .6rem; padding-block: 1.25rem; } .related-product { align-items: start; flex-direction: column; gap: .75rem; } .site-footer nav { justify-content: start; } }
@media (max-width: 400px) { .company-hero h1 { font-size: 2.75rem; } .showcase-item { grid-template-columns: 64px minmax(0, 1fr); gap: 1rem; padding: 1.25rem; } .showcase-name { font-size: 2.1rem; } .showcase-arrow { display: none; } .showcase-spectra { margin-right: .5rem; } .showcase-seamless { margin-left: .5rem; } .product-nav { gap: 0 1rem; } }
