:root {
  color-scheme: dark;
  --ink: #f4f8fa;
  --muted: #9eafb9;
  --faint: #6e818d;
  --page: #091219;
  --page-deep: #071016;
  --glass: rgba(21, 36, 46, 0.62);
  --glass-strong: rgba(18, 34, 44, 0.84);
  --glass-soft: rgba(28, 50, 61, 0.48);
  --line: rgba(190, 226, 238, 0.18);
  --line-bright: rgba(215, 242, 249, 0.3);
  --blue: #2f85ff;
  --blue-light: #70b2ff;
  --mint: #6ce6b0;
  --max: 1240px;
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  --display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  --text: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--page);
  font-family: var(--text);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.15;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  z-index: 20;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.page-frame { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.ambient { position: absolute; pointer-events: none; filter: blur(70px); border-radius: 999px; opacity: .28; }
.ambient-one { width: 620px; height: 620px; top: 160px; left: -280px; background: #1c7c85; }
.ambient-two { width: 520px; height: 520px; top: 720px; right: -280px; background: #173f79; opacity: .2; }
.glass-panel { background: var(--glass); border: 1px solid var(--line); box-shadow: var(--shadow); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); }

.site-header {
  position: sticky;
  top: 18px;
  z-index: 10;
  width: min(calc(100% - 48px), var(--max));
  margin: 18px auto 0;
  padding: 11px 13px 11px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
}
.brand { display: inline-flex; gap: 10px; align-items: center; font-weight: 650; letter-spacing: -.02em; }
.brand img { width: 28px; height: 24px; object-fit: contain; border-radius: 7px; opacity: .96; }
.site-nav { display: flex; align-items: center; gap: 32px; margin-left: 70px; color: #b9c7cc; font-size: 14px; }
.site-nav a, .footer-links a { transition: color .2s ease; }
.site-nav a:hover, .footer-links a:hover { color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 0 21px; border-radius: 14px; border: 1px solid transparent; font-size: 15px; font-weight: 620; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-blue { background: var(--blue); color: white; box-shadow: 0 10px 24px rgba(47, 133, 255, .23), inset 0 1px 0 rgba(255,255,255,.32); }
.button-blue:hover { background: #4393ff; box-shadow: 0 16px 30px rgba(47, 133, 255, .32), inset 0 1px 0 rgba(255,255,255,.4); }
.button-small { min-height: 39px; padding-inline: 15px; border-radius: 11px; font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #d0e7ec; font-size: 14px; font-weight: 570; }
.text-link:hover { color: white; }

.hero { min-height: 750px; padding-top: 118px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr); align-items: center; gap: 64px; }
.hero-copy { position: relative; z-index: 1; padding-bottom: 50px; }
.hero-kicker, .section-label { color: var(--mint); font-size: 11px; font-weight: 700; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.hero-kicker { margin: 0 0 22px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 { max-width: 620px; margin-bottom: 26px; font-size: clamp(53px, 6vw, 88px); line-height: .99; letter-spacing: -.065em; font-weight: 660; }
.hero-lede { max-width: 480px; margin-bottom: 34px; color: #bdcbd0; font-size: 18px; line-height: 1.55; letter-spacing: -.018em; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 44px; color: var(--faint); font-size: 13px; }
.status-dot, .pulse-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(108, 230, 176, .08), 0 0 16px rgba(108, 230, 176, .8); }
.pulse-dot { animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { transform: scale(.8); opacity: .7; } 50% { transform: scale(1.1); opacity: 1; } }
.hero-product { position: relative; min-height: 520px; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hero-product-glow { position: absolute; width: 410px; height: 410px; border-radius: 50%; background: radial-gradient(circle, rgba(80, 211, 200, .26), rgba(36, 84, 111, .08) 52%, transparent 73%); filter: blur(9px); }
.capture-frame { position: relative; z-index: 1; width: min(100%, 420px); overflow: hidden; border: 1px solid rgba(215, 242, 249, .38); border-radius: 24px; box-shadow: 0 42px 80px rgba(0, 0, 0, .42), 0 0 55px rgba(45, 193, 181, .12); transform: perspective(900px) rotateY(-7deg) rotateX(2deg); transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.capture-frame:hover { transform: perspective(900px) rotateY(-3deg) rotateX(0deg) translateY(-5px); }
.capture-frame img { display: block; width: 100%; height: auto; }
.accurate-capture figcaption, .types-capture figcaption { position: relative; z-index: 1; margin-top: 14px; color: var(--faint); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.accurate-capture figcaption { align-self: end; margin-left: 52px; }

.facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact { min-height: 105px; padding: 26px 32px; display: flex; gap: 12px; align-items: baseline; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact strong { color: var(--ink); font-family: var(--display); font-size: 26px; letter-spacing: -.04em; }
.fact span { color: var(--muted); font-size: 14px; }

.section { margin-top: 150px; }
.section-label { margin-bottom: 24px; }
h2 { max-width: 700px; margin-bottom: 22px; font-size: clamp(38px, 4vw, 62px); line-height: 1.02; letter-spacing: -.06em; font-weight: 630; }
.section-intro > p:not(.section-label), .privacy-copy > p:not(.section-label), .taxonomy-copy > p:not(.section-label) { max-width: 480px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.section-intro .text-link { margin-top: 10px; }
.section-feature { display: grid; grid-template-columns: .73fr 1.27fr; gap: 66px; align-items: center; }
.media-frame { position: relative; overflow: hidden; border: 1px solid var(--line-bright); background: #111d24; box-shadow: var(--shadow); }
.lightroom-frame { border-radius: var(--radius-lg); transform: rotate(1.2deg); transition: transform .4s ease; }
.lightroom-frame:hover { transform: rotate(0) translateY(-4px); }
.media-frame img { display: block; width: 100%; height: auto; }
.screenshot-body { position: relative; overflow: hidden; }
.collection-highlight { position: absolute; top: 39%; left: 2.6%; width: 19.6%; height: 31%; border: 3px solid var(--mint); border-radius: 11px; box-shadow: 0 0 0 5px rgba(108,230,176,.16), 0 0 26px rgba(108,230,176,.65); pointer-events: none; }
.collection-highlight span { position: absolute; top: -30px; left: -3px; padding: 5px 8px; color: #072119; background: var(--mint); border-radius: 6px; font-size: 10px; font-weight: 760; letter-spacing: .04em; line-height: 1.1; white-space: nowrap; }
.window-bar { height: 37px; display: flex; align-items: center; gap: 7px; padding: 0 14px; color: #91a3ac; background: rgba(20, 35, 43, .92); border-bottom: 1px solid var(--line); font-size: 11px; }
.window-dot { width: 8px; height: 8px; border-radius: 50%; background: #65757c; }
.window-dot.red { background: #f27874; }.window-dot.yellow { background: #f8c960; }.window-dot.green { background: #62cf8f; }
.window-title { margin-left: 8px; font-weight: 600; letter-spacing: .01em; }.window-status { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; }

.workflow-section { padding: 72px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 52px; }.section-heading-row h2 { margin-bottom: 0; }.section-aside { max-width: 270px; margin-bottom: 7px; color: var(--muted); font-size: 14px; }
.steps { display: grid; grid-template-columns: 1fr 32px 1fr 32px 1fr; gap: 16px; align-items: center; }.step { min-height: 250px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(140deg, rgba(34, 60, 72, .5), rgba(13, 30, 40, .55)); }.step-number { color: var(--mint); font-size: 12px; font-weight: 680; letter-spacing: .1em; }.step-icon { width: 49px; height: 49px; display: grid; place-items: center; margin: 33px 0 21px; border: 1px solid rgba(132,201,226,.32); border-radius: 15px; color: var(--blue-light); font-size: 25px; }.step h3 { margin-bottom: 10px; font-size: 23px; letter-spacing: -.04em; }.step p { max-width: 250px; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }.step-connector { color: var(--faint); font-size: 23px; text-align: center; }

.privacy-section { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; min-height: 500px; padding: 74px 80px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(125deg, rgba(21, 42, 51, .64), rgba(13, 25, 33, .48)); }.privacy-art { position: relative; min-height: 330px; display: grid; place-items: center; }.orbital { position: absolute; border: 1px solid rgba(105,231,207,.22); border-radius: 50%; transform: rotate(-16deg); }.orbital-large { width: 340px; height: 150px; box-shadow: 0 0 50px rgba(50,210,191,.13); }.orbital-small { width: 250px; height: 110px; transform: rotate(24deg); }.privacy-laptop { position: relative; z-index: 1; width: 295px; transform: perspective(800px) rotateY(11deg) rotateX(2deg) rotateZ(-3deg); filter: drop-shadow(0 30px 25px rgba(0,0,0,.35)); }.laptop-screen { height: 183px; padding: 23px; position: relative; border: 7px solid #263841; border-bottom-width: 10px; border-radius: 13px 13px 4px 4px; background: linear-gradient(145deg, #a8d1dc 0%, #193849 38%, #0c161e 100%); overflow: hidden; }.laptop-screen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(128deg, rgba(255,255,255,.3), transparent 28%); }.screen-line { position: relative; z-index: 1; display: block; height: 6px; margin-bottom: 11px; border-radius: 4px; background: rgba(240,255,255,.55); }.line-one { width: 43%; }.line-two { width: 73%; }.line-three { width: 56%; }.screen-lock { position: absolute; z-index: 2; right: 31px; bottom: 20px; width: 64px; height: 76px; color: #6dffb0; filter: drop-shadow(0 0 13px rgba(68,255,160,.75)); }.screen-lock svg { display: block; width: 100%; height: 100%; fill: rgba(43,195,117,.88); stroke: #bdffda; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }.screen-lock circle { fill: #0a3626; stroke: #caffdf; stroke-width: 3; }.laptop-base { height: 15px; margin: 0 -24px; border-radius: 0 0 10px 10px; background: linear-gradient(#566d76, #1b2d34); }.privacy-copy h2 { max-width: 500px; }.privacy-list { display: grid; gap: 15px; margin-top: 31px; }.privacy-list > div { display: grid; grid-template-columns: 35px 1fr; gap: 11px; align-items: start; }.line-icon { width: 31px; height: 31px; display: grid; place-items: center; color: var(--mint); border: 1px solid rgba(108,230,176,.3); border-radius: 10px; font-size: 14px; }.privacy-list strong, .privacy-list small { display: block; }.privacy-list strong { font-size: 14px; }.privacy-list small { margin-top: 3px; color: var(--muted); font-size: 13px; }.privacy-link { margin-top: 29px; }

.taxonomy-section { display: grid; grid-template-columns: 1fr .92fr; gap: 80px; align-items: center; }.taxonomy-copy { padding-left: 44px; }.search-demo { max-width: 430px; margin-top: 32px; padding: 19px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(15, 31, 40, .58); }.search-demo label { display: block; margin-bottom: 9px; color: var(--faint); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.search-input { display: flex; align-items: center; gap: 9px; padding: 0 12px; border: 1px solid rgba(125,185,218,.4); border-radius: 10px; background: rgba(10, 22, 29, .62); color: var(--blue-light); }.search-input input { width: 100%; min-height: 42px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; }.search-input input::placeholder { color: #68808b; }.keyword-cloud { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }.keyword-cloud button { padding: 7px 10px; color: #bad3da; border: 1px solid rgba(177,220,231,.17); border-radius: 8px; background: rgba(255,255,255,.045); cursor: pointer; font-size: 12px; transition: border-color .2s ease, color .2s ease, background .2s ease; }.keyword-cloud button:hover, .keyword-cloud button.is-selected { color: white; border-color: rgba(108,230,176,.65); background: rgba(108,230,176,.11); }.keyword-frame { width: min(100%, 425px); margin-inline: auto; border-radius: var(--radius-lg); transform: rotate(-1.5deg); }.keyword-frame img { max-height: 600px; object-fit: cover; object-position: top; }

.closing-section { position: relative; min-height: 440px; padding: 76px 82px; display: flex; align-items: center; justify-content: space-between; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: radial-gradient(circle at 77% 45%, rgba(45, 155, 167, .23), transparent 30%), linear-gradient(130deg, rgba(21, 44, 51, .67), rgba(10, 21, 28, .64)); }.closing-copy { position: relative; z-index: 1; }.closing-copy h2 { max-width: 500px; margin-bottom: 30px; }.types-capture { position: relative; z-index: 1; width: min(300px, 42%); margin: 0 55px 0 0; transform: rotate(4deg); }.types-capture img { display: block; width: 100%; border: 1px solid rgba(215, 242, 249, .34); border-radius: 18px; box-shadow: 0 28px 52px rgba(0,0,0,.35); }.types-capture figcaption { text-align: right; }

.site-footer { min-height: 130px; display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: 13px; }.site-footer p { margin: 0; }.footer-links { display: flex; gap: 24px; margin-left: auto; }.footer-links a { color: var(--muted); }
.document-main { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; padding: 150px 0 100px; }.document-intro { max-width: 780px; }.document-intro h1 { max-width: 760px; margin-bottom: 25px; font-size: clamp(50px, 7vw, 86px); }.document-lede { max-width: 660px; color: #bdcbd0; font-size: 19px; line-height: 1.58; letter-spacing: -.018em; }.document-updated { margin-top: 26px; color: var(--faint); font-size: 13px; }.document-layout { display: grid; grid-template-columns: 190px minmax(0, 700px); gap: 84px; margin-top: 108px; }.document-index { position: sticky; top: 110px; align-self: start; display: grid; gap: 14px; padding-top: 4px; border-top: 1px solid var(--line); }.document-index a { padding-top: 10px; color: var(--muted); font-size: 13px; }.document-index a:hover { color: var(--ink); }.document-section { padding: 64px 0; border-top: 1px solid var(--line); }.document-section:first-child { padding-top: 0; border-top: 0; }.document-section h2 { font-size: clamp(33px, 4vw, 52px); }.document-section p, .document-section li { color: var(--muted); font-size: 16px; line-height: 1.68; }.document-section p + p { margin-top: 21px; }.document-section ul { display: grid; gap: 12px; padding-left: 21px; }.document-section code, .faq-item code { padding: 2px 5px; color: #cfeee9; border: 1px solid rgba(108,230,176,.16); border-radius: 5px; background: rgba(108,230,176,.06); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .82em; }.inline-link { color: var(--mint); text-decoration: underline; text-decoration-color: rgba(108,230,176,.4); text-underline-offset: 3px; }.support-main { padding-bottom: 120px; }.faq-list { max-width: 880px; margin-top: 105px; border-top: 1px solid var(--line); }.faq-item { border-bottom: 1px solid var(--line); }.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 25px 0; color: var(--ink); cursor: pointer; list-style: none; font-family: var(--display); font-size: 21px; font-weight: 590; letter-spacing: -.03em; }.faq-item summary::-webkit-details-marker { display: none; }.faq-item summary::after { content: "+"; color: var(--mint); font-family: var(--text); font-size: 24px; font-weight: 300; }.faq-item[open] summary::after { content: "−"; }.faq-item > div { max-width: 710px; padding: 0 42px 25px 0; }.faq-item p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.68; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 10px; padding-top: 84px; }.hero-copy { padding-bottom: 0; }.hero-product { min-height: 500px; max-width: 620px; margin: 0 auto; width: 100%; }.section-feature, .taxonomy-section, .privacy-section { grid-template-columns: 1fr; }.privacy-section { gap: 30px; padding: 54px 38px; }.taxonomy-copy { padding-left: 0; }.keyword-frame { order: -1; }.site-nav { margin-left: 0; }
}
@media (max-width: 680px) {
  .page-frame, .site-header { width: min(calc(100% - 28px), var(--max)); }.site-header { top: 9px; margin-top: 9px; padding-left: 13px; }.site-nav { display: none; }.site-header .button { min-height: 36px; padding-inline: 11px; font-size: 12px; }.hero { min-height: auto; padding-top: 86px; }.hero-kicker { font-size: 10px; }.hero-lede { font-size: 16px; }.hero-actions { gap: 14px; }.hero-product { min-height: 420px; margin-top: 14px; }.accurate-capture figcaption { margin-left: 15px; }.facts { grid-template-columns: 1fr; }.fact { min-height: 77px; padding: 18px 5px; border-right: 0; border-bottom: 1px solid var(--line); }.fact:last-child { border-bottom: 0; }.section { margin-top: 96px; }.section-label { margin-bottom: 17px; }.section-intro > p:not(.section-label), .privacy-copy > p:not(.section-label), .taxonomy-copy > p:not(.section-label) { font-size: 16px; }.section-heading-row { display: block; margin-bottom: 32px; }.section-aside { margin-top: 22px; }.steps { grid-template-columns: 1fr; gap: 12px; }.step { min-height: auto; padding: 20px; }.step-icon { margin-top: 24px; }.step-connector { transform: rotate(90deg); }.privacy-section { padding: 32px 23px; }.privacy-art { min-height: 240px; transform: scale(.82); }.taxonomy-section { gap: 38px; }.search-demo { padding: 15px; }.closing-section { display: block; min-height: 620px; padding: 45px 24px; }.types-capture { width: min(300px, 84%); margin: 50px auto 0; transform: rotate(3deg); }.site-footer { min-height: 170px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.site-footer p { grid-column: 1 / -1; order: 3; }.footer-links { display: grid; justify-items: end; gap: 9px; margin: 0; }.lightroom-frame { transform: none; }.keyword-frame { transform: none; }.document-main { width: min(calc(100% - 28px), var(--max)); padding: 106px 0 68px; }.document-intro h1 { font-size: clamp(45px, 13vw, 69px); }.document-lede { font-size: 17px; }.document-layout { grid-template-columns: 1fr; gap: 35px; margin-top: 72px; }.document-index { position: static; display: flex; flex-wrap: wrap; gap: 6px 17px; }.document-index a { padding-top: 8px; }.document-section { padding: 46px 0; }.document-section p, .document-section li, .faq-item p { font-size: 15px; }.faq-list { margin-top: 72px; }.faq-item summary { padding: 22px 0; font-size: 18px; }.faq-item > div { padding: 0 10px 22px 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.pulse-dot, .button, .lightroom-frame, .reveal { animation: none; transition: none; } }
