@font-face {
  font-family: "Inter";
  src: url('./fonts/Inter-Latin.woff2?v=ce21c9abbae5') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --ink: #101521;
  --muted: #667085;
  --eyebrow: #657492;
  --line: #dde1e9;
  --purple: #8a5aff;
  --blue: #3a78ff;
  --green: #34c879;
  --pink: #ff6081;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  font-optical-sizing: auto;
  font-weight: 400;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 36px; }
body { margin: 0; }
body:has(dialog[open]) { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: default; }
button, a, input, summary { touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
button { border: 0; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid #3577ee; outline-offset: 5px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
[hidden] { display: none !important; }
.container { width: min(1440px, calc(100% - 96px)); margin-inline: auto; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 20; padding: 12px 20px; border-radius: 8px; background: #fff; }
.skip-link:focus { top: 16px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 28px; border-radius: 99px; font-size: 14px; font-weight: 500; line-height: 1.4; white-space: nowrap; transition: transform .2s, box-shadow .2s, background .2s; }
.button .icon { width: 20px; height: 20px; }
.button-dark { color: white; background: linear-gradient(135deg, #19212b, #090e17); box-shadow: 0 3px 7px #16203c12, inset 0 0 0 1px #ffffff12; border: 1px solid #0a101a; }
.button-dark:hover { background: #263247; box-shadow: 0 5px 16px #16203c1c; transform: translateY(-2px); }
.button-outline { border: 1px solid #d6dbe5; background: transparent; }
.button-outline:hover { background: #f6f8fc; transform: translateY(-2px); }
.icon-button { display: grid; place-items: center; width: 44px; height: 44px; padding: 10px; border-radius: 50%; background: transparent; transition: background .2s; }
.icon-button:hover { background: #e9eef6; }
.eyebrow { color: var(--eyebrow); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .13em; line-height: 1.6; }
.site-header { position: relative; z-index: 5; height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex-shrink: 0; display: block; width: 172px; }
.brand img { width: 100%; height: auto; }
.desktop-nav, .site-footer nav { display: flex; align-items: center; gap: 48px; font-size: 14px; font-weight: 500; }
.desktop-nav { margin-left: 48px; }
.desktop-nav button, .site-footer nav button, .mobile-nav button { padding: 0; background: transparent; }
.desktop-nav a, .desktop-nav button, .site-footer nav a, .site-footer nav button { position: relative; padding-block: 10px; }
.desktop-nav a::after, .desktop-nav button::after, .site-footer nav a::after, .site-footer nav button::after { content: ""; position: absolute; bottom: 3px; left: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav button:hover::after, .site-footer nav a:hover::after, .site-footer nav button:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-cta { min-height: 46px; padding: 0 23px; font-size: 13px; gap: 10px; }
.search-button .icon { width: 21px; height: 21px; }
.menu-button { display: none; }
.mobile-nav { position: absolute; top: 80px; right: 0; left: 0; padding: 18px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 30px #25345414; border-radius: 18px; }
.mobile-nav a, .mobile-nav button { display: block; width: 100%; text-align: left; padding: 14px 16px; border-radius: 8px; }
.mobile-nav a:hover, .mobile-nav button:hover { background: #f3f6fc; }
.hero { position: relative; min-height: 664px; background: #fbfcff; overflow: clip; }
.hero-inner { position: relative; min-height: inherit; display: flex; align-items: flex-start; }
.hero-art { position: absolute; inset: -46px 0 0 auto; width: min(1100px, 83vw); overflow: hidden; pointer-events: none; }
.hero-art img { height: 100%; width: 100%; max-width: none; object-fit: cover; object-position: center; }
.hero-art::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, #fbfcff 0%, #fbfcffdc 8%, #fbfcff00 38%), linear-gradient(0deg, #fbfcff 0%, #fbfcff00 12%); }
.hero-copy { position: relative; z-index: 2; padding-top: 83px; width: 600px; max-width: 53%; }
.hero h1 { font-size: clamp(42px, 4.25vw, 60px); font-weight: 500; line-height: 1.1; letter-spacing: -.048em; margin: 24px 0 23px; }
.hero h1 span { color: #868e9e; }
.hero-description { font-size: 18px; line-height: 1.6; color: var(--muted); margin-bottom: 28px; letter-spacing: -.02em; }
.social-proof { margin-top: 42px; display: flex; align-items: center; gap: 12px; min-height: 38px; }
.trust-faces { position: relative; display: block; flex-shrink: 0; width: 104px; height: 38px; overflow: hidden; }
.trust-faces img { width: 365px; height: auto; max-width: none; position: absolute; top: -40px; left: -34px; }
.social-proof p { font-size: 12px; color: #748098; line-height: 1.5; }
.hero-note { position: absolute; z-index: 2; width: 160px; height: auto; left: 40%; top: 350px; transform: rotate(-8deg); opacity: .65; }
.app-icon { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 15px; color: white; box-shadow: inset 0 1px 3px #ffffff70, 0 3px 7px #22233b06; flex-shrink: 0; }
.app-icon .icon { width: 33px; height: 33px; stroke-width: 1.8; }
.app-icon.focusly { background: linear-gradient(135deg, #ad87ff, #8050ff 55%, #9a74ff); }
.app-icon.noteora { background: linear-gradient(135deg, #4d94ff, #3770ff 60%, #699aff); }
.app-icon.scanly { background: linear-gradient(135deg, #50d88a, #2ebf69 60%, #58d58b); }
.app-icon.playly { background: linear-gradient(135deg, #ff86a0, #ff567b 65%, #ff8b9f); }
.products-section { padding-top: 66px; }
#products .ever-product { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 64px; height: auto; padding: 48px 64px; background: linear-gradient(125deg, #f2edff, #eaf3ff 65%, #edf9f5); border-radius: 24px; }
#products .ever-product-copy { max-width: 560px; }
#products .ever-product-logo { width: 76px; height: 76px; clip-path: inset(1.2% round 22%); margin-bottom: 25px; }
#products .ever-product h3 { font-size: clamp(30px, 3vw, 42px); font-weight: 600; line-height: 1.18; letter-spacing: -.042em; margin-bottom: 20px; }
#products .ever-product-copy p { font-size: 18px; line-height: 1.65; color: var(--muted); margin-bottom: 16px; }
#products .ever-product .button { margin-top: 12px; white-space: normal; }
#products .ever-product-preview { margin: 0; justify-self: center; text-align: center; }
#products .ever-product-preview img { width: 224px; height: auto; border: 6px solid #172131; border-radius: 25px; box-shadow: 0 20px 40px #23345424; }
#products .ever-product-preview figcaption { margin-top: 18px; color: var(--muted); font-size: 12px; line-height: 1.5; }
@media (max-width: 850px) {
  #products .ever-product { padding: 36px; gap: 32px; }
  #products .ever-product-copy p { font-size: 16px; }
}
@media (max-width: 680px) {
  #products .ever-product { grid-template-columns: 1fr; padding: 28px 24px; gap: 36px; }
  #products .ever-product-logo { width: 64px; height: 64px; }
  #products .ever-product-preview img { width: 208px; }
}
.section-heading { text-align: center; margin-bottom: 30px; }
h2 { font-size: clamp(30px, 3vw, 42px); font-weight: 600; line-height: 1.18; letter-spacing: -.042em; }
.section-heading h2 { margin: 20px 0 14px; }
.section-heading > p:last-child { font-size: 18px; line-height: 1.55; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.product-card { position: relative; isolation: isolate; display: flex; flex-direction: column; align-items: flex-start; text-align: left; height: 570px; padding: 29px; border-radius: 17px; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 14px 32px #1d294515; }
.product-card:focus-visible { outline-offset: 6px; }
.product-card.focusly { background: linear-gradient(130deg, #f3edff 25%, #eee5ff); --accent: #7951da; }
.product-card.noteora { background: linear-gradient(130deg, #edf4ff 25%, #e2edff); --accent: #3d6ed1; }
.product-card.scanly { background: linear-gradient(130deg, #edf9f2 25%, #ddf7e8); --accent: #208155; }
.product-card.playly { background: linear-gradient(130deg, #fff1f3 25%, #ffe4e9); --accent: #e15d78; }
.product-name { font-size: 25px; font-weight: 600; line-height: 1.25; letter-spacing: -.04em; margin: 15px 0 8px; }
.product-description { color: #5e677b; font-size: 16px; line-height: 1.55; }
.round-arrow { display: grid; place-items: center; width: 48px; height: 48px; margin-top: 15px; border-radius: 50%; background: #ffffffda; color: var(--accent); transition: transform .3s, background .3s; }
.round-arrow .icon { width: 22px; height: 22px; }
.product-card:hover .round-arrow { transform: translateX(5px); background: #fff; }
.product-art { position: absolute; width: 116%; height: 405px; left: -6%; top: 257px; z-index: -1; pointer-events: none; }
.product-art img { width: 100%; height: 100%; object-fit: contain; object-position: center top; transition: transform .5s; }
.product-card:hover .product-art img { transform: translateY(-6px) rotate(-1deg); }
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding: 76px 50px 72px; }
.value > .icon { width: 34px; height: 34px; margin-bottom: 10px; stroke-width: 1.65; }
.value h3 { font-size: 16px; font-weight: 600; line-height: 1.5; letter-spacing: -.025em; margin-bottom: 4px; }
.value p { color: var(--muted); font-size: 16px; line-height: 1.45; }
.vision { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: center; }
.vision-image { height: 432px; border-radius: 28px; overflow: hidden; }
.vision-image img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.vision-copy { padding-right: 35px; }
.vision-copy h2 { margin: 21px 0 18px; font-size: clamp(34px, 3.2vw, 44px); }
.vision-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.55; margin-bottom: 28px; letter-spacing: -.012em; }
.closing { position: relative; isolation: isolate; overflow: hidden; min-height: 348px; border-radius: 27px; margin-top: 50px; background: url('./img/home-section-background.webp?v=e73dbda7f2b2') center 56% / cover no-repeat; }
.closing::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #f6f6fce3 0%, #fff8eee3 29%, #f7f7fc66 56%, #eef4ff40 100%); }
.closing-content { padding: 48px 52px; }
.closing h2 { margin: 16px 0 14px; font-size: 40px; }
.closing-content > p:not(.eyebrow) { color: #586780; font-size: 18px; line-height: 1.6; margin-bottom: 24px; }
.closing-note { position: absolute; right: 67px; top: 38px; transform: rotate(-9deg); color: #677993; font-family: "Segoe Print", "Bradley Hand", cursive; font-style: italic; font-size: 24px; line-height: 1.3; opacity: .8; }
.closing-note span { padding-left: 30px; }
.closing-note svg { display: block; width: 112px; height: 24px; margin: 9px 0 0 70px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.site-footer { padding-top: 78px; padding-bottom: 36px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-footer nav { gap: 38px; font-size: 13px; }
.footer-signoff { display: flex; gap: 9px; align-items: center; font-size: 12px; color: var(--muted); }
.footer-signoff .icon { width: 17px; height: 17px; }
.copyright { margin-top: 30px; color: #717d92; font-size: 12px; text-align: right; }
.dialog { border: 1px solid #ffffffbb; border-radius: 25px; padding: 46px; width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 48px); color: var(--ink); background: #fff; box-shadow: 0 24px 100px #15203933; overscroll-behavior: contain; }
.dialog::backdrop { background: #0e1c3647; backdrop-filter: blur(7px); }
.dialog[open] { animation: dialog-in .2s ease-out; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.dialog-close { position: absolute; top: 13px; right: 13px; }
.dialog h2 { font-size: 34px; margin: 15px 0 20px; }
.dialog p:not(.eyebrow) { font-size: 16px; color: var(--muted); line-height: 1.7; }
.dialog p + p { margin-top: 16px; }
.dialog .button { margin-top: 28px; }
.product-dialog-content > .app-icon { margin-bottom: 24px; }
.product-dialog .detail-tagline { font-size: 21px !important; color: var(--ink) !important; font-weight: 500; letter-spacing: -.03em; margin-top: -10px; margin-bottom: 12px; }
#detail-features { list-style: none; padding: 20px 0 0; margin: 0; display: grid; gap: 12px; }
#detail-features li { display: flex; gap: 12px; align-items: center; font-size: 14px; }
#detail-features .icon { width: 18px; height: 18px; color: #4973b4; }
.search-dialog { width: min(640px, calc(100% - 32px)); }
.search-dialog h2 { font-size: 30px; }
.search-field { display: flex; gap: 12px; align-items: center; padding: 14px 16px; background: #f4f6fb; border: 1px solid #e1e6ef; border-radius: 12px; margin: 24px 0 16px; color: #71809a; }
.search-field input { border: 0; background: transparent; width: 100%; min-width: 0; color: var(--ink); font-size: 16px; outline-offset: 8px; }
.search-field input::placeholder { color: #8690a2; }
.search-result { width: 100%; background: #fff; display: flex; align-items: center; gap: 15px; text-align: left; padding: 12px 10px; border-radius: 12px; }
.search-result:hover { background: #f4f7fc; }
.search-result .app-icon { width: 43px; height: 43px; border-radius: 11px; }
.search-result .app-icon .icon { width: 25px; height: 25px; }
.search-result strong, .search-result small { display: block; }
.search-result strong { font-size: 15px; font-weight: 600; margin-bottom: 3px; }
.search-result small { font-size: 13px; color: var(--muted); }
.search-result > .icon { margin-left: auto; width: 19px; height: 19px; }
.search-hint { font-size: 12px !important; margin-top: 18px; }
.search-empty { padding-block: 20px; }
.reading-dialog details { border-top: 1px solid var(--line); padding: 19px 0; }
.reading-dialog details:last-of-type { border-bottom: 1px solid var(--line); }
.reading-dialog summary { cursor: pointer; font-weight: 500; font-size: 16px; line-height: 1.5; }
.reading-dialog details p { padding-top: 12px; }
.about-note { display: flex; align-items: center; gap: 18px; background: #f0f5fe; padding: 20px; border-radius: 15px; margin-top: 24px; }
.about-note .icon { color: #547bc1; width: 30px; height: 30px; }
.about-note p { color: #47638e !important; font-size: 15px !important; }
.desktop-nav a[aria-current="page"]::after, .site-footer nav a[aria-current="page"]::after { transform: scaleX(1); }
.about-main { overflow: hidden; }
.about-hero { padding-top: 94px; padding-bottom: 72px; text-align: center; }
.about-hero h1 { margin: 22px auto 28px; font-size: clamp(48px, 5.3vw, 76px); font-weight: 500; line-height: 1.04; letter-spacing: -.058em; }
.about-hero h1 span { color: #8992a3; }
.about-lead { color: var(--muted); font-size: 20px; line-height: 1.6; letter-spacing: -.025em; }
.about-portrait { height: 594px; overflow: hidden; border-radius: 30px; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.about-intro { display: grid; grid-template-columns: .82fr 1.18fr; gap: 96px; padding-top: 112px; padding-bottom: 118px; }
.about-intro h2 { margin-top: 19px; font-size: clamp(36px, 3.4vw, 48px); }
.about-intro-copy { padding-right: 82px; }
.about-intro-copy p { color: var(--muted); font-size: 18px; line-height: 1.72; letter-spacing: -.014em; }
.about-intro-copy p + p { margin-top: 22px; }
.about-principles { padding: 103px 0 110px; background: #f5f7fc; }
.about-principles-heading { max-width: 720px; margin: 0 auto 48px; }
.about-principles-heading h2 { margin-top: 18px; }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.principle-card { position: relative; min-height: 330px; padding: 30px; background: #fff; border: 1px solid #eaedf3; border-radius: 19px; }
.principle-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 67px; border-radius: 14px; color: #3d68bb; background: #ebf1fd; }
.principle-icon .icon { width: 25px; height: 25px; }
.principle-number { position: absolute; top: 35px; right: 30px; color: #9ca5b7; font-size: 12px; letter-spacing: .09em; }
.principle-card h3 { margin-bottom: 10px; font-size: 21px; font-weight: 600; letter-spacing: -.035em; }
.principle-card > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.6; }
.about-promise { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 82px; margin-top: 92px; padding: 85px 80px; color: #fff; background: radial-gradient(circle at 82% 25%, #265ab6 0, #132c62 34%, #08152e 80%); border-radius: 28px; overflow: hidden; }
.about-promise::after { content: ""; position: absolute; width: 310px; height: 310px; right: -110px; bottom: -185px; border: 1px solid #8aaff046; border-radius: 50%; box-shadow: 0 0 0 55px #6b93db10, 0 0 0 110px #6b93db0c; }
.about-promise .eyebrow { color: #a9c0ea; }
.about-promise h2 { margin-top: 18px; font-size: clamp(37px, 3.5vw, 49px); }
.about-promise > p { align-self: end; max-width: 485px; color: #d0daed; font-size: 18px; line-height: 1.72; }
.about-promise-mark { position: absolute; top: -36px; right: 38%; color: #ffffff0a; font-family: Georgia, serif; font-size: 260px; line-height: 1; }
.about-closing { margin-top: 48px; }
@media (max-width: 1150px) {
  .about-portrait { height: 510px; }
  .about-intro { gap: 65px; }
  .about-intro-copy { padding-right: 15px; }
  .principle-card { min-height: 315px; padding: 25px; }
  .principle-icon { margin-bottom: 55px; }
  .about-promise { padding: 70px 55px; gap: 55px; }
}
@media (max-width: 850px) {
  .about-hero { padding-top: 72px; padding-bottom: 56px; }
  .about-lead { font-size: 18px; }
  .about-portrait { height: 430px; border-radius: 25px; }
  .about-intro { gap: 42px; padding-top: 82px; padding-bottom: 88px; }
  .about-intro-copy p { font-size: 16px; }
  .about-principles { padding: 78px 0 82px; }
  .principle-grid { grid-template-columns: repeat(2, 1fr); }
  .principle-card { min-height: 285px; }
  .about-promise { grid-template-columns: 1fr; gap: 34px; margin-top: 65px; }
  .about-promise > p { max-width: 590px; }
}
@media (max-width: 680px) {
  .about-hero { padding-top: 53px; padding-bottom: 44px; text-align: left; }
  .about-hero h1 { margin: 17px 0 22px; font-size: clamp(42px, 12vw, 56px); line-height: 1.04; }
  .about-lead { font-size: 17px; }
  .about-portrait { width: calc(100% - 24px); height: auto; aspect-ratio: .9; border-radius: 22px; }
  .about-portrait img { object-position: 52% center; }
  .about-intro { grid-template-columns: 1fr; gap: 32px; padding-top: 66px; padding-bottom: 72px; }
  .about-intro h2 { font-size: 37px; }
  .about-intro-copy { padding: 0; }
  .about-intro-copy p { font-size: 16px; line-height: 1.68; }
  .about-principles { padding: 63px 0 66px; }
  .about-principles-heading { text-align: left; margin-bottom: 32px; }
  .about-principles-heading h2 { font-size: 35px; }
  .principle-grid { grid-template-columns: 1fr; gap: 14px; }
  .principle-card { min-height: 0; padding: 24px; }
  .principle-icon { margin-bottom: 38px; }
  .principle-card h3 { font-size: 21px; }
  .about-promise { width: calc(100% - 24px); gap: 28px; margin-top: 45px; padding: 44px 28px; border-radius: 23px; }
  .about-promise h2 { font-size: 36px; }
  .about-promise > p { font-size: 16px; line-height: 1.68; }
  .about-promise-mark { right: 5px; }
  .about-closing { margin-top: 28px; }
}
@media (min-width: 1600px) {
  .hero-art { width: calc(50% + 400px); }
}
@media (max-width: 1150px) {
  .container { width: calc(100% - 64px); }
  .desktop-nav { gap: 28px; margin-left: 0; }
  .brand { width: 150px; }
  .hero { min-height: 610px; }
  .hero-copy { padding-top: 80px; max-width: 55%; }
  .hero-description { font-size: 16px; }
  .hero-art { width: 90vw; }
  .hero-note { left: 40%; top: 335px; width: 130px; }
  .product-grid { gap: 18px; }
  .product-card { padding: 25px; height: 525px; }
  .product-name { font-size: 23px; }
  .product-description { font-size: 14px; }
  .product-art { top: 244px; height: 360px; width: 130%; left: -13%; }
  .values { padding-inline: 25px; gap: 25px; }
  .value p { font-size: 14px; }
  .value h3 { font-size: 15px; }
  .vision { gap: 46px; }
  .vision-copy { padding-right: 0; }
  .vision-image { height: 380px; }
  .vision-copy > p:not(.eyebrow) { font-size: 16px; }
  .footer-top { flex-wrap: wrap; }
  .footer-signoff { display: none; }
}
@media (max-width: 850px) {
  .site-header { height: 84px; }
  .desktop-nav { gap: 24px; font-size: 13px; }
  .header-actions { gap: 4px; }
  .header-cta { min-height: 42px; padding: 0 17px; font-size: 12px; }
  .brand { width: 136px; }
  .hero { min-height: 570px; }
  .hero-copy { max-width: 60%; padding-top: 60px; }
  .hero h1 { font-size: 42px; }
  .hero-art { right: -75px; width: 98vw; opacity: .95; }
  .hero-art::after { background: linear-gradient(90deg, #fbfcff, #fbfcfff2 8%, #fbfcff40 38%, #fbfcff00 70%), linear-gradient(0deg, #fbfcff, #fbfcff00 14%); }
  .hero-description { max-width: 340px; }
  .desktop-break { display: none; }
  .hero-note { display: none; }
  .products-section { padding-top: 50px; }
  .section-heading > p:last-child { max-width: 600px; margin-inline: auto; font-size: 16px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .product-card { height: 570px; padding: 28px; }
  .product-description { font-size: 16px; }
  .product-art { height: 440px; width: 106%; left: 0; top: 244px; }
  .values { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 54px 26px; gap: 38px; }
  .value p, .value h3 { font-size: 16px; }
  .vision { grid-template-columns: 1fr 1fr; gap: 28px; }
  .vision-image { height: 374px; }
  .vision-copy h2 { font-size: 32px; }
  .vision-copy > p:not(.eyebrow) { font-size: 15px; }
  .vision-copy .button { padding-inline: 19px; font-size: 13px; }
  .closing { min-height: 340px; margin-top: 38px; }
  .closing-content { padding: 38px 34px; max-width: 470px; }
  .closing h2 { font-size: 35px; }
  .closing-content > p:not(.eyebrow) { font-size: 16px; }
  .closing-note { right: 25px; top: 25px; font-size: 20px; }
  .site-footer { padding-top: 54px; }
}
@media (max-width: 680px) {
  .container { width: calc(100% - 40px); }
  .site-header { height: 78px; gap: 12px; }
  .brand { width: 143px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: grid; }
  .hero { min-height: 835px; }
  .hero-inner { display: block; }
  .hero-copy { max-width: 100%; width: 100%; padding-top: 35px; }
  .hero h1 { font-size: clamp(38px, 8.8vw, 55px); margin-top: 20px; margin-bottom: 20px; letter-spacing: -.045em; }
  .hero .eyebrow { font-size: 12px; }
  .hero-description { max-width: 410px; font-size: 16px; margin-bottom: 23px; }
  .hero-copy .button { min-height: 50px; padding-inline: 23px; }
  .social-proof { margin-top: 24px; gap: 9px; }
  .social-proof p { font-size: 12px; }
  .hero-art { top: 427px; bottom: -10px; right: -25px; width: 115%; }
  .hero-art img { object-position: 62% center; }
  .hero-art::after { background: linear-gradient(180deg, #fbfcff, #fbfcff00 20%, #fbfcff00 87%, #fbfcff); }
  .products-section { padding-top: 42px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2 { font-size: 33px; max-width: 480px; margin: 15px auto; }
  .section-heading > p:last-child { font-size: 16px; line-height: 1.6; max-width: 440px; }
  .product-grid { gap: 14px; }
  .product-card { padding: 20px 17px; height: 445px; border-radius: 15px; }
  .product-card .app-icon { width: 49px; height: 49px; border-radius: 12px; }
  .product-card .app-icon .icon { width: 28px; height: 28px; }
  .product-name { font-size: 22px; margin-top: 13px; }
  .product-description { font-size: 14px; line-height: 1.5; min-height: 63px; }
  .product-description br { display: none; }
  .round-arrow { margin-top: 13px; width: 36px; height: 36px; }
  .round-arrow .icon { width: 19px; height: 19px; }
  .product-art { width: 148%; left: -23%; top: 237px; height: 300px; }
  .values { gap: 30px 24px; padding: 47px 10px; }
  .value > .icon { width: 31px; height: 31px; }
  .value h3 { font-size: 14px; }
  .value p { font-size: 14px; }
  .value p br { display: none; }
  .vision { grid-template-columns: 1fr; gap: 30px; }
  .vision-image { height: auto; aspect-ratio: 1.35; border-radius: 22px; }
  .vision-copy { padding: 0 8px; }
  .vision-copy h2 { font-size: 36px; margin-top: 15px; }
  .vision-copy > p:not(.eyebrow) { font-size: 16px; max-width: 470px; }
  .vision-copy .button { font-size: 14px; padding-inline: 25px; }
  .closing { margin-top: 43px; min-height: 414px; border-radius: 22px; background-position: 61% bottom; }
  .closing::before { background: linear-gradient(180deg, #f4f6fbea, #fff9eed9 43%, #fff3dd15); }
  .closing-content { padding: 33px 26px; }
  .closing .eyebrow { font-size: 12px; }
  .closing h2 { font-size: 31px; }
  .closing-content > p:not(.eyebrow) { font-size: 16px; }
  .closing-content .button { font-size: 13px; padding-inline: 23px; min-height: 49px; }
  .closing-note { top: auto; bottom: 30px; right: 27px; font-size: 21px; color: #304568; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 22px; }
  .site-footer nav { width: 100%; justify-content: space-between; gap: 16px; font-size: 13px; }
  .copyright { text-align: left; margin-top: 22px; font-size: 12px; }
  .site-footer { padding-top: 43px; padding-bottom: 30px; }
  .dialog { padding: 36px 25px 28px; border-radius: 20px; }
  .dialog h2 { font-size: 30px; }
  .search-field { padding: 13px 11px; gap: 9px; }
  .search-field input { font-size: 14px; }
  .search-field > .icon { width: 20px; height: 20px; }
}
@media (max-width: 370px) {
  .container { width: calc(100% - 32px); }
  .hero h1 { font-size: 36px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { padding: 24px; height: 490px; }
  .product-description { font-size: 16px; min-height: 48px; }
  .product-art { top: 236px; height: 380px; width: 120%; left: -6%; }
  .values { column-gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
