:root{--cream:#faf7f2;--surface:#ffffff;--surface-muted:#f4f4f5;--ink:#18181b;--muted:#71717a;--border:#e4e4e7;--orange:#ff7a45;--orange-dark:#d6582a;--orange-soft:#fff4ed;--mark:#8b2635;--radius:16px;--radius-lg:24px;--max:1080px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 20px}.header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:rgba(250,247,242,.85);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:inline-flex;align-items:center;gap:8px}.brand__word{font-size:22px;font-weight:400;letter-spacing:.3px}.brand__word b{font-weight:800}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:999px;font-weight:600;font-size:15px;border:1px solid transparent;cursor:pointer;transition:transform .08s ease,opacity .15s ease}.btn:active{transform:scale(.97)}.btn--primary{background:var(--orange);color:#fff}.btn--ghost{background:transparent;color:var(--orange-dark);border-color:var(--border)}.hero{position:relative;overflow:hidden;min-height:clamp(620px,92vh,1040px);display:flex;align-items:flex-start}.hero>.container{position:relative;z-index:1;width:100%;max-width:1200px}.hero__text{text-align:left;max-width:36rem;padding:80px 0 56px}.hero__mark{margin:0 0 18px}.hero h1{font-size:clamp(29px,4.6vw,44px);font-weight:800;letter-spacing:-.5px;margin:0;text-wrap:balance}.hero p{margin:18px 0 0;max-width:42ch;font-size:clamp(16px,2.2vw,19px);color:var(--muted)}.hero .stores{justify-content:flex-start}.hero__media{position:absolute;top:0;right:0;bottom:0;width:52%;z-index:0}.hero__media img{object-fit:cover;object-position:center 44%}.hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--cream) 0,var(--cream) 10%,rgba(250,247,242,.82) 26%,rgba(250,247,242,0) 60%),linear-gradient(0deg,var(--cream) 0,rgba(250,247,242,0) 22%)}@media (max-width:880px){.hero{display:block;min-height:0}.hero__text{max-width:none;padding:56px 0 4px}.hero__media{position:relative;width:100%;height:100vh;height:100dvh;margin-top:18px}.hero__media img{object-position:center 32%}.hero__media:after{background:linear-gradient(180deg,var(--cream) 0,rgba(250,247,242,0) 12%)}}.stores{display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:30px}.eyebrow{display:inline-block;margin-bottom:16px;padding:5px 12px;border-radius:999px;background:var(--orange-soft);color:var(--orange-dark);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.store-badge{display:inline-flex;align-items:center;transition:opacity .15s ease,transform .15s ease}.store-badge:hover{opacity:.85;transform:translateY(-1px)}.store-badge img{display:block;width:auto;height:48px}.store-badge--google img{height:58px}.section{padding:56px 0}.section__title{text-align:center;font-size:clamp(24px,4vw,34px);font-weight:800;letter-spacing:-.4px}.section__sub{text-align:center;color:var(--muted);max-width:52ch;margin:12px auto 0}.features{display:grid;grid-template-columns:1fr;grid-gap:18px;gap:18px;margin-top:40px}@media (min-width:720px){.features{grid-template-columns:repeat(2,1fr)}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px}.card__icon{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:var(--orange-soft);margin-bottom:16px}.card h3{font-size:19px;font-weight:700}.card p{margin-top:8px;color:var(--muted);font-size:15px}.cta{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:44px 24px;text-align:center;margin:24px 0}.cta h2{font-size:clamp(22px,4vw,30px);font-weight:800}.cta p{margin:10px auto 0;max-width:46ch}.cta p,.footer{color:var(--muted)}.footer{border-top:1px solid var(--border);padding:56px 0 28px;font-size:14px}.footer__top{display:grid;grid-template-columns:1.7fr 1fr 1fr;grid-gap:40px;gap:40px;align-items:start}.footer__brand{display:flex;flex-direction:column;gap:16px;max-width:340px}.footer__tagline{color:var(--muted);line-height:1.55}.footer__socials{display:flex;gap:12px;align-items:center}.footer__social{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer;transition:color .15s ease,border-color .15s ease,transform .15s ease}.footer__social:hover{color:var(--orange-dark);border-color:var(--orange);transform:translateY(-1px)}.footer__social svg{width:18px;height:18px}.footer__col h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--ink);margin-bottom:14px}.footer__col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer a:hover{color:var(--ink)}.footer__bottom{margin-top:44px;padding-top:24px;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between}.lang-switch{display:inline-flex;border:1px solid var(--border);border-radius:999px;overflow:hidden}.lang-switch button{border:0;background:transparent;padding:6px 16px;font-size:13px;font-weight:600;color:var(--muted);cursor:pointer;transition:background .15s ease,color .15s ease}.lang-switch button[data-active=true]{background:var(--orange);color:#fff}@media (max-width:720px){.footer__top{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1;max-width:none}}@media (max-width:460px){.footer__top{grid-template-columns:1fr}}.legal{padding:48px 0 72px;max-width:760px}.legal h1{font-size:clamp(28px,5vw,40px);font-weight:800;letter-spacing:-.5px}.legal .updated{color:var(--muted);font-style:italic;margin-top:6px}.legal h2{font-size:20px;font-weight:700;margin-top:32px}.legal p{margin-top:12px;color:#2b2b30}.legal ul{margin-top:10px;padding-left:22px}.legal li{margin-top:6px;color:#2b2b30}.legal .back{display:inline-block;margin-bottom:20px;color:var(--orange-dark);font-weight:600}.legal .note{margin-top:36px;padding:16px;background:var(--surface-muted);border-radius:var(--radius);color:var(--muted);font-style:italic;font-size:14px}.lost-detail{max-width:720px;padding-top:32px;padding-bottom:64px}.lost-detail__back{display:block;width:-moz-fit-content;width:fit-content;margin-bottom:20px;color:var(--orange-dark);font-weight:600}.lost-resolved{background:rgba(52,199,89,.12);color:#1b7a3d;border:1px solid rgba(52,199,89,.3);border-radius:var(--radius);padding:14px 18px;font-weight:700;margin-bottom:20px}.lost-badge{display:inline-block;padding:5px 14px;border-radius:999px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.lost-badge--lost{background:rgba(255,59,48,.12);color:#d92d20}.lost-badge--found{background:rgba(52,199,89,.14);color:#1b7a3d}.lost-photo{display:block;width:100%;max-height:460px;object-fit:cover;border-radius:var(--radius-lg);background:var(--surface-muted);margin-top:16px}.lost-photo--empty{height:280px;display:flex;align-items:center;justify-content:center;font-size:72px}.lost-thumbs{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap}.lost-thumbs img{width:84px;height:84px;object-fit:cover;border-radius:var(--radius);background:var(--surface-muted)}.lost-name{font-size:clamp(30px,6vw,44px);font-weight:800;letter-spacing:-.5px;margin-top:22px}.lost-sub{color:var(--muted);font-size:18px;margin-top:4px}.lost-meta{margin-top:18px;display:flex;flex-direction:column;gap:6px;font-size:16px}.lost-meta strong{font-weight:700}.lost-meta__reporter{color:var(--muted);font-size:14px}.lost-desc{margin-top:18px;font-size:17px;font-style:italic;line-height:1.6;color:#2b2b30}.lost-contact{margin-top:32px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px;text-align:center}.lost-contact h2{font-size:22px;font-weight:800}.lost-contact p{color:var(--muted);margin:8px auto 0;max-width:42ch}.lost-contact .stores{margin-top:20px;justify-content:center}.lost-share{margin-top:20px}.lost-wall{padding:40px 0 64px}.lost-wall__head{margin-bottom:28px}.lost-wall__head h1{font-size:clamp(28px,5vw,40px);font-weight:800;letter-spacing:-.5px}.lost-wall__head p{color:var(--muted);margin-top:8px;max-width:60ch}.lost-wall__count{font-size:14px;font-weight:600;color:var(--orange-dark);margin-top:12px}.lost-wall__empty{text-align:center;padding:56px 0}.lost-wall__empty p{color:var(--muted);margin-bottom:18px}.lost-wall__grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:1fr}@media (min-width:640px){.lost-wall__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.lost-wall__grid{grid-template-columns:repeat(3,1fr)}}.lost-card{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .12s ease,box-shadow .12s ease}.lost-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.lost-card__photo{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--surface-muted)}.lost-card__photo--empty{display:flex;align-items:center;justify-content:center;font-size:48px}.lost-card__body{padding:16px;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.lost-card__name{font-size:20px;font-weight:800;color:var(--ink)}.lost-card__loc,.lost-card__sub{font-size:14px;color:var(--muted)}.lost-card__link{display:flex;flex-direction:column;flex:1 1;color:inherit}.lost-card__share{position:absolute;top:10px;right:10px;z-index:1;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:rgba(255,255,255,.92);color:var(--ink);cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.12);transition:transform .12s ease,background .12s ease}.lost-card__share:hover{transform:scale(1.06);background:#fff}.lost-card__share svg{width:18px;height:18px}