:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;color:#22242a;background:#fff9f2;font-synthesis:none;text-rendering:optimizeLegibility;--blue: #2563eb;--teal: #20b8b0;--coral: #ff6b5f;--ink: #22242a;--paper: #fff9f2;--white: #fffefd;--muted: #686b72;--line: rgb(34 36 42 / 13%);--blue-soft: rgb(37 99 235 / 9%);--teal-soft: rgb(32 184 176 / 10%);--coral-soft: rgb(255 107 95 / 10%);--shadow: 0 28px 70px rgb(34 36 42 / 10%), 0 3px 12px rgb(34 36 42 / 6%)}*{box-sizing:border-box}html{min-width:320px;overflow-x:clip;scroll-behavior:smooth;background:var(--paper)}body{min-width:320px;min-height:100vh;margin:0;overflow-x:clip;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}button,a{font:inherit}a,button{color:inherit}img{display:block;max-width:100%}.skip-link{position:fixed;top:10px;left:50%;z-index:100;padding:9px 14px;color:var(--paper);background:var(--ink);border-radius:8px;font-size:13px;font-weight:700;text-decoration:none;transform:translate(-50%,-150%);transition:transform .16s ease}.skip-link:focus{transform:translate(-50%)}a:focus-visible,button:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.section-width{width:min(calc(100% - 96px),1280px);margin-inline:auto}.brand-header{position:sticky;top:0;z-index:30;min-height:90px;display:grid;grid-template-columns:minmax(150px,1fr) minmax(260px,520px) minmax(150px,1fr);align-items:stretch;color:var(--ink);background:#fff9f2f5;border-bottom:2px solid var(--coral);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand-header:after{position:absolute;bottom:-1px;left:50%;width:8px;height:16px;content:"";background:var(--coral);clip-path:polygon(50% 0,100% 0,50% 100%,0 100%);transform:translate(-50%)}.ab-mark{display:flex;align-items:center;width:max-content;padding:14px clamp(24px,4vw,48px)}.ab-mark img{width:58px;height:58px}.brand-product{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 18px;text-align:center;text-decoration:none}.brand-product-name{font-size:clamp(22px,2.7vw,31px);font-weight:450;line-height:1;letter-spacing:.1em;text-transform:uppercase}.brand-endorsement{margin-top:7px;color:#22242aa3;font-family:Helvetica Neue,Arial,sans-serif;font-size:14px;letter-spacing:.015em}.header-tools{display:flex;align-items:center;justify-content:flex-end;gap:16px;padding:0 clamp(24px,4vw,48px)}.header-status{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px;font-weight:720;letter-spacing:.09em;text-transform:uppercase}.language-picker{position:relative}.language-trigger{width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;color:var(--ink);background:transparent;border:1px solid rgb(34 36 42 / 24%);border-radius:12px;cursor:pointer;transition:.15s}.language-trigger:hover{border-color:var(--coral)}.language-trigger svg{width:20px;height:20px}.language-menu{position:absolute;top:48px;right:0;z-index:40;min-width:140px;display:flex;flex-direction:column;background:var(--paper);border:1px solid rgb(34 36 42 / 16%);border-radius:10px;overflow:hidden;box-shadow:0 12px 26px #00000029}.language-menu[hidden]{display:none}.language-menu button{width:100%;padding:10px 14px;color:var(--ink);background:transparent;border:0;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;cursor:pointer;text-align:left;transition:.15s}.language-menu button:hover{background:#f2f1ed}.language-menu button[aria-current=true]{color:var(--coral);font-weight:700}.header-status:after{width:8px;height:8px;content:"";background:var(--coral);border-radius:50%}.hero{min-height:720px;display:grid;grid-template-columns:minmax(360px,.86fr) minmax(520px,1.14fr);align-items:center;gap:clamp(54px,7vw,112px);padding-block:clamp(62px,6vw,86px)}.hero-copy{padding-left:clamp(0px,3vw,40px)}.hero h1{margin:0;font-size:clamp(64px,6.4vw,96px);font-weight:740;line-height:.98;letter-spacing:-.06em}.nowrap{white-space:nowrap}.hero-copy>p{max-width:500px;margin:28px 0 0;color:#4f535b;font-size:clamp(17px,1.55vw,21px);line-height:1.5}.hero-copy>p+p{margin-top:14px}.primary-action{min-height:54px;display:inline-flex;align-items:center;gap:13px;margin-top:38px;padding:15px 22px;color:var(--paper);background:var(--ink);border:1px solid var(--ink);border-radius:10px;box-shadow:0 12px 28px #22242a24;font-size:15px;font-weight:700;text-decoration:none;transition:transform .16s ease,background-color .16s ease}.primary-action:hover{background:var(--blue);transform:translateY(-2px)}.primary-action svg{width:18px;height:18px}.app-screen{position:relative;overflow:hidden;color:var(--ink);background:var(--white);border:1px solid rgb(34 36 42 / 10%);border-radius:22px;box-shadow:var(--shadow)}.app-screen-content{padding:24px 24px 72px}.gallery-screen{width:min(100%,560px);min-height:590px;justify-self:end}.screen-toolbar,.subscreen-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.screen-toolbar h2,.subscreen-header h3,.imports-screen h3{margin:0;font-size:26px;font-weight:760;line-height:1.08;letter-spacing:-.035em}.screen-toolbar p,.subscreen-header p{margin:4px 0 0;color:var(--muted);font-size:12px}.screen-tools{display:flex;gap:8px}.screen-tools span{width:39px;height:39px;display:grid;place-items:center;color:var(--ink);background:#f3f2ef;border-radius:50%}.screen-tools svg{width:18px;height:18px}.screen-section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px}.screen-section-heading h3{margin:0;font-size:16px;font-weight:760}.screen-state{color:var(--blue);font-size:11px;font-weight:740}.screen-state--teal{color:#117f7a}.screen-state--coral{color:#d9483e}.view-list,.collection-list,.imports-list{margin-top:10px;overflow:hidden;border:1px solid var(--line);border-radius:14px}.view-list button,.collection-row,.imports-list>div{width:100%;min-height:68px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:8px 14px;text-align:left;background:transparent;border:0;border-bottom:1px solid var(--line)}.view-list button{cursor:pointer;transition:background-color .14s ease}.view-list button:hover{background:var(--blue-soft)}.view-list button.selected{background:var(--blue-soft);box-shadow:inset 3px 0 0 var(--blue)}.view-list button:last-child,.collection-row:last-child,.imports-list>div:last-child{border-bottom:0}.row-icon{width:42px;height:42px;display:grid;place-items:center;color:var(--blue);background:var(--blue-soft);border-radius:10px}.row-icon svg{width:22px;height:22px}.row-icon--teal{color:#11857f;background:var(--teal-soft)}.row-icon--coral{color:#d9483e;background:var(--coral-soft)}.row-icon--photo{color:var(--ink);background:#f3f1ed}.row-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.row-copy strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.row-copy small{color:var(--muted);font-size:11px}.row-arrow{color:#93959a;font-size:24px;font-weight:300}.collections-heading{margin-top:20px}.collections-heading>span{color:var(--blue);font-size:12px;font-weight:700}.collection-row{min-height:58px}.collection-row .row-icon{width:36px;height:36px}.app-nav{position:absolute;right:0;bottom:0;left:0;min-height:63px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:7px 12px 9px;background:#fffefdf5;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-nav span{display:flex;flex-direction:column;align-items:center;gap:4px;color:#767980;font-size:8px;font-weight:680;white-space:nowrap}.app-nav span.active{color:var(--blue)}.app-nav svg{width:17px;height:17px}.feature-row{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(520px,1.28fr);align-items:center;gap:clamp(54px,7vw,110px);padding-block:34px;border-top:1px solid var(--line)}.feature-copy{max-width:470px;padding-left:clamp(0px,3vw,40px)}.feature-copy h2,.familiar h2,.coming-soon h2{margin:0;font-size:clamp(36px,4vw,58px);font-weight:720;line-height:1.03;letter-spacing:-.05em}.feature-copy>p,.familiar-intro>p{margin:20px 0 0;color:#575b63;font-size:15.5px;line-height:1.55}.feature-list{margin:26px 0 0;padding:0;list-style:none}.feature-list li{position:relative;margin:0;padding:7px 0 7px 24px;color:#555961;border-bottom:1px solid var(--line);font-size:12.5px;line-height:1.45}.feature-list li:before{position:absolute;left:0;color:var(--blue);content:"→";font-weight:800}.feature-list strong{color:var(--ink)}.wide-screen{width:min(100%,690px);justify-self:end}.wide-screen .app-screen-content{padding:24px 24px 74px}.wide-screen .subscreen-header{justify-content:flex-start}.wide-screen .subscreen-header>span{color:var(--blue);font-size:28px;line-height:1}.wide-screen .subscreen-header h3,.imports-screen h3{font-size:19px}.photo-strip{width:100%;height:190px;margin-top:20px;object-fit:cover;border-radius:12px}.smart-labels{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:13px}.smart-labels>div{min-width:0;display:flex;flex-direction:column;gap:3px}.smart-labels svg{width:18px;height:18px;margin-bottom:3px;color:var(--teal)}.smart-labels strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.smart-labels span{color:var(--muted);font-size:10px}.feature-band{background:#f6f0e8}.feature-band .feature-row{border-top:0}.collection-header{align-items:center}.collection-header>div:nth-child(2){flex:1}.lisbon-strip{height:245px}.imports-screen .app-screen-content{padding-top:28px}.imports-list{margin-top:18px}.imports-list>div{min-height:64px;grid-template-columns:auto 1fr auto}.imports-list>div>span{color:var(--teal)}.imports-list svg{width:22px;height:22px}.imports-list strong{font-size:14px}.imports-list small{color:var(--muted);font-size:12px}.privacy-band{color:var(--ink);background:#f6f0e8;border-block:1px solid var(--line)}.privacy-inner{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(420px,1.18fr);align-items:center;gap:clamp(54px,8vw,120px);padding-block:42px}.privacy-inner .feature-copy h2{color:var(--ink)}.privacy-inner .feature-copy>p{color:#575b63}.privacy-card{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;text-align:center;background:var(--white);border:1px solid var(--line);border-radius:22px}.privacy-icon{width:86px;height:86px;display:grid;place-items:center;margin-bottom:22px;color:var(--teal);background:#20b8b01f;border-radius:50%}.privacy-icon svg{width:46px;height:46px}.privacy-card strong{font-size:25px}.privacy-card p{margin:12px 0 0;color:var(--muted);font-size:15px;line-height:1.55}.familiar{display:grid;grid-template-columns:minmax(300px,.88fr) minmax(0,1.12fr);gap:clamp(54px,7vw,110px);padding-block:72px}.familiar-intro{padding-left:clamp(0px,3vw,40px)}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.benefits article{padding-top:10px}.benefits svg{width:34px;height:34px;color:var(--coral)}.benefits h3{margin:18px 0 0;font-size:17px;line-height:1.2}.benefits p{margin:9px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.coming-soon{min-height:180px;display:flex;align-items:center;justify-content:center;gap:28px;margin-bottom:26px;padding:34px 42px;text-align:left;background:#f6f0e8;border:1px solid var(--line);border-radius:22px}.coming-soon h2{font-size:clamp(30px,3vw,44px)}.coming-soon p{margin:10px 0 0;color:var(--muted);font-size:15px;line-height:1.5}.kadaro-mark{position:relative;width:92px;height:74px;flex:0 0 auto;overflow:hidden}.kadaro-mark img{width:100%;height:100%;object-fit:contain}.site-footer{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;padding:22px 0 34px;color:var(--muted);border-top:1px solid var(--line);font-size:12px}@media(max-width:1050px){.section-width{width:min(calc(100% - 52px),900px)}.hero{grid-template-columns:1fr 1fr;gap:40px}.hero h1{font-size:clamp(56px,7.8vw,76px)}.gallery-screen{min-height:590px}.feature-row,.privacy-inner,.familiar{gap:42px}.benefits{gap:18px}}@media(max-width:820px){.brand-header{min-height:78px;grid-template-columns:90px 1fr 90px}.ab-mark{padding:12px 20px}.ab-mark img{width:46px;height:46px}.header-tools{padding:0 20px 0 0;gap:0}.header-status{display:none}.brand-product-name{font-size:22px}.brand-endorsement{font-size:11px}.section-width{width:min(calc(100% - 40px),680px)}.hero,.feature-row,.privacy-inner,.familiar{grid-template-columns:1fr}.hero{min-height:0;gap:58px;padding-block:68px 92px}.hero-copy,.feature-copy,.familiar-intro{max-width:620px;padding-left:0}.gallery-screen,.wide-screen{width:100%;justify-self:stretch}.feature-row{gap:48px;padding-block:86px}.privacy-inner{gap:44px}.privacy-card{min-height:270px}.familiar{gap:46px}}@media(max-width:560px){.section-width{width:min(calc(100% - 28px),500px)}.brand-header{grid-template-columns:70px 1fr 70px}.ab-mark{padding:12px 13px}.ab-mark img{width:42px;height:42px}.brand-product-name{font-size:18px}.brand-endorsement{margin-top:5px;font-size:9px}.hero{padding-top:54px}.hero h1{font-size:clamp(52px,15vw,72px)}.hero-copy>p{font-size:17px}.gallery-screen{min-height:620px;border-radius:18px}.app-screen-content{padding:20px 15px 70px}.screen-toolbar h2{font-size:23px}.screen-tools{gap:5px}.screen-tools span{width:34px;height:34px}.row-icon{width:38px;height:38px}.feature-copy h2,.familiar h2{font-size:40px}.wide-screen .app-screen-content{padding-inline:14px}.photo-strip{height:130px}.lisbon-strip{height:170px}.smart-labels{gap:5px}.smart-labels strong{font-size:9px}.smart-labels span{font-size:8px}.app-nav span{font-size:7px}.privacy-card{padding:32px 22px}.benefits{grid-template-columns:1fr;gap:28px}.benefits article{padding:22px 0;border-top:1px solid var(--line)}.coming-soon{min-height:240px;flex-direction:column;padding:34px 24px;text-align:center}.kadaro-mark{width:78px;height:62px}.language-trigger{width:38px;height:38px;border-radius:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
