:root{
  --brand-blue:#0b1f3f;
  --brand-teal:#00b7a8;
  --brand-teal-dark:#009688;
  --brand-action:#00b7a8;
  --brand-ink:#0f172a;
  --brand-muted:#64748b;
  --bg:#f6f8fb;
  --line:#e4eaf1;
  --shadow:0 26px 70px rgba(15,23,42,.08);
  --shadow-sm:0 14px 34px rgba(15,23,42,.06);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--brand-ink);
  background:
    radial-gradient(circle at 18% 0%,rgba(0,183,168,.10),transparent 360px),
    radial-gradient(circle at 90% 14%,rgba(11,31,63,.07),transparent 300px),
    var(--bg);
}
button,input,textarea{font:inherit}
button{cursor:pointer}
a{color:inherit}
.container{width:min(1120px,calc(100% - 32px));margin-inline:auto}
.noscript{padding:14px;text-align:center;color:white;background:var(--brand-blue);font-weight:800}
.header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(226,232,240,.9);backdrop-filter:blur(18px)}
.header__inner{min-height:84px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}
.brand{display:inline-flex;align-items:center;text-decoration:none;width:max-content}
.brand img{width:220px;max-height:58px;object-fit:contain;display:block}
.header__nav{display:flex;align-items:center;justify-content:center;gap:22px;color:var(--brand-muted);font-size:14px;font-weight:850}
.header__nav a{text-decoration:none}
.header__nav a:hover{color:var(--brand-blue)}
.hero-cover{position:relative;min-height:432px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(90deg,rgba(11,31,63,.76),rgba(11,31,63,.42)),url("assets/hero-comiona.jpg"),linear-gradient(135deg,var(--brand-blue),var(--brand-teal));background-size:cover;background-position:center}
.hero-cover__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.34))}
.hero-cover__content{position:relative;z-index:1;display:grid;place-items:center;text-align:center;color:white;padding:56px 0}
.city-pill{min-height:38px;border-radius:999px;padding:0 15px;display:inline-flex;align-items:center;color:white;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(12px);font-size:13px;font-weight:900}
.hero-cover h1{max-width:900px;margin:18px 0 14px;color:white;font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.065em;text-wrap:balance;text-shadow:0 16px 42px rgba(0,0,0,.24)}
.hero-cover p{max-width:610px;margin:0 0 28px;color:rgba(255,255,255,.88);font-size:clamp(17px,2vw,21px);line-height:1.52;font-weight:700;text-wrap:balance}
.btn{min-height:54px;border:1px solid transparent;border-radius:999px;padding:0 26px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:950;letter-spacing:-.025em;transition:.18s ease}
.btn:hover{transform:translateY(-2px) scale(1.01)}
.btn--primary{position:relative;color:white;background:linear-gradient(135deg,var(--brand-blue),var(--brand-teal-dark));border-color:rgba(255,255,255,.14);box-shadow:0 20px 42px rgba(11,31,63,.24),inset 0 -2px 0 rgba(15,23,42,.10)}
.btn--primary::after{content:"→";margin-left:10px;font-weight:900}
.btn--white{width:max-content;color:var(--brand-blue);background:white;border-color:rgba(255,255,255,.3)}

[hidden]{display:none!important}
.launch-banner{padding-top:32px}
.promo-carousel{position:relative}
.promo-carousel__viewport{border:1px solid rgba(226,232,240,.95);border-radius:32px;background:white;box-shadow:var(--shadow);overflow:hidden}
.promo-carousel__track{display:flex;touch-action:pan-y;transition:transform .34s ease;will-change:transform}
.promo-slide{position:relative;flex:0 0 100%;aspect-ratio:1600/650;display:block;overflow:hidden;text-decoration:none;background:white;cursor:pointer}
.promo-slide:hover .promo-slide__image{transform:scale(1.01)}
.promo-slide picture{display:block;width:100%;height:100%}
.promo-slide__image{display:block;width:100%;height:100%;object-fit:cover;user-select:none;transition:transform .22s ease}
.promo-carousel__nav{position:absolute;top:50%;z-index:2;width:42px;height:42px;border:1px solid rgba(226,232,240,.95);border-radius:999px;display:grid;place-items:center;color:var(--brand-blue);background:rgba(255,255,255,.92);box-shadow:0 16px 34px rgba(15,23,42,.12);font-size:30px;font-weight:800;line-height:1;transform:translateY(-50%);transition:.18s ease}
.promo-carousel__nav:hover{transform:translateY(-50%) scale(1.04);background:white}
.promo-carousel__nav--prev{left:14px}
.promo-carousel__nav--next{right:14px}
.promo-carousel__dots{min-height:28px;display:flex;align-items:end;justify-content:center;gap:8px;padding-top:10px}
.promo-carousel__dot{width:8px;height:8px;border:0;border-radius:999px;padding:0;background:#cbd5e1;transition:.18s ease}
.promo-carousel__dot.is-active{width:24px;background:var(--brand-teal-dark)}
.promo-carousel.is-single .promo-carousel__nav,.promo-carousel.is-single .promo-carousel__dots{display:none}

.section{padding-top:58px}
.section-head{margin-bottom:18px}
.section-head--row{display:flex;align-items:end;justify-content:space-between;gap:16px}
.section-head span,.merchant span{color:var(--brand-teal-dark);font-size:13px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}
.section-head h2,.merchant h2{margin:6px 0 0;color:var(--brand-blue);font-size:clamp(32px,5vw,54px);line-height:.96;letter-spacing:-.055em}
.text-link{min-height:42px;border:1px solid var(--line);border-radius:999px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:var(--brand-blue);background:white;box-shadow:var(--shadow-sm);font-size:14px;font-weight:950;white-space:nowrap}
.text-link:hover{border-color:rgba(0,183,168,.40);transform:translateY(-1px)}

.section-head--featured{align-items:center;margin-bottom:24px}
.featured-kicker{display:block;color:var(--brand-blue)!important;font-size:clamp(30px,4.2vw,48px)!important;line-height:.95;letter-spacing:-.055em!important;text-transform:none!important;font-weight:950!important}
.section-head--featured .text-link{min-height:54px;padding:0 24px;font-size:15px;box-shadow:0 18px 40px rgba(15,23,42,.08);letter-spacing:-.02em;transition:.18s ease}
.section-head--featured .text-link::after{content:"→";margin-left:10px;color:var(--brand-teal-dark);font-weight:950}
.section-head--featured .text-link:hover{transform:translateY(-2px);box-shadow:0 22px 48px rgba(15,23,42,.11)}
.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.restaurant-card{border:1px solid var(--line);border-radius:28px;background:white;box-shadow:var(--shadow-sm);overflow:hidden;transition:.18s ease}
.restaurant-card:hover{border-color:rgba(0,183,168,.42);transform:translateY(-5px);box-shadow:0 26px 56px rgba(15,23,42,.10)}
.restaurant-card__cover{position:relative;min-height:150px;padding:16px;display:flex;justify-content:space-between;align-items:flex-start;background:radial-gradient(circle at 85% 12%,rgba(0,183,168,.34),transparent 10rem),linear-gradient(135deg,var(--brand-blue),var(--brand-teal));background-size:cover;background-position:center;overflow:hidden}
.restaurant-card__cover::after{content:"";position:absolute;left:0;right:0;bottom:0;height:7px;background:linear-gradient(90deg,var(--brand-blue) 0 74%,var(--brand-teal) 74% 100%)}
.restaurant-card__badges{position:relative;z-index:1;width:100%;display:flex;justify-content:space-between;gap:8px}
.restaurant-card__badge{min-height:30px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;color:white;background:rgba(255,255,255,.22);backdrop-filter:blur(10px);font-size:12px;font-weight:950;white-space:nowrap}
.restaurant-card__badge--status{margin-left:auto}
.restaurant-card__icon{position:absolute;left:18px;bottom:18px;z-index:1;width:76px;height:76px;border-radius:16px;display:flex;align-items:center;justify-content:center;padding:5px;background:white;box-shadow:0 16px 30px rgba(15,23,42,.13);font-size:30px;overflow:hidden}
.restaurant-card__icon img{width:100%;height:100%;object-fit:contain;display:block;border-radius:11px}
.restaurant-card__body{padding:22px 18px 18px}
.restaurant-card h3{margin:0 0 9px;color:var(--brand-ink);font-size:25px;line-height:1;letter-spacing:-.045em}
.restaurant-card p{min-height:45px;margin:0 0 14px;color:#65748a;line-height:1.45;font-weight:700}
.restaurant-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}
.restaurant-meta span{min-height:30px;border-radius:999px;padding:0 10px;display:inline-flex;align-items:center;color:#607086;background:#f1f5f9;font-size:12px;font-weight:900}
.restaurant-card__button{width:100%;min-height:50px;border:0;border-radius:999px;color:white;background:linear-gradient(135deg,var(--brand-blue),var(--brand-teal-dark));box-shadow:0 16px 32px rgba(11,31,63,.18);font-weight:950;font-size:16px}
.restaurant-card__button:hover{filter:brightness(.98);transform:translateY(-1px)}
.skeleton{min-height:330px;background:linear-gradient(90deg,rgba(226,232,240,.55),rgba(255,255,255,.95),rgba(226,232,240,.55));background-size:240% 100%;animation:shimmer 1.2s linear infinite}
@keyframes shimmer{to{background-position:-240% 0}}
.empty-state{grid-column:1/-1;margin:0;padding:28px;border:1px dashed #cbd5e1;border-radius:24px;color:var(--brand-muted);text-align:center;background:white}
.empty-state strong{display:block;margin-bottom:8px;color:var(--brand-blue);font-size:18px}
.empty-state p{margin:0;font-weight:700}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.steps-grid article{padding:24px;border-radius:26px;border:1px solid var(--line);background:white;box-shadow:var(--shadow-sm)}
.steps-grid article span{color:var(--brand-teal-dark);font-weight:950}
.steps-grid h3{margin:12px 0 8px;color:var(--brand-blue);font-size:25px;letter-spacing:-.04em}
.steps-grid p{margin:0;color:var(--brand-muted);line-height:1.5;font-weight:700}
.merchant{margin-top:64px;padding:clamp(30px,5vw,58px);display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;border-radius:34px;color:white;background:radial-gradient(circle at 86% 20%,rgba(0,183,168,.35),transparent 22rem),var(--brand-blue);box-shadow:var(--shadow)}
.merchant span{color:var(--brand-teal)}
.merchant h2{color:white}
.merchant p{max-width:620px;margin:14px 0 0;color:rgba(255,255,255,.74);font-size:18px;line-height:1.55;font-weight:650}
.footer{padding:40px 0 28px}
.footer__inner{display:flex;justify-content:center;text-align:center;color:var(--brand-muted);font-size:14px;font-weight:800}
.toast{position:fixed;z-index:200;left:50%;bottom:22px;width:min(420px,calc(100% - 28px));transform:translate(-50%,20px);opacity:0;pointer-events:none;padding:14px 16px;border-radius:18px;color:white;background:var(--brand-blue);box-shadow:0 18px 40px rgba(15,23,42,.18);font-weight:850;text-align:center;transition:.18s ease}
.toast.is-visible{opacity:1;transform:translate(-50%,0)}
@media(max-width:980px){
  .header__inner{grid-template-columns:auto 1fr auto}
  .header__nav{display:none}
  .featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .merchant{grid-template-columns:1fr}
}
@media(max-width:720px){

  .launch-banner{padding-top:24px}
  .promo-carousel__viewport{border-radius:24px}
  .promo-slide{aspect-ratio:1600/650}
  .promo-carousel__nav{display:none}
  .promo-carousel__dots{padding-top:8px}
  .container{width:min(100% - 24px,1120px)}
  .header__inner{min-height:74px}
  .brand img{width:170px;max-height:48px}
  .hero-cover{min-height:430px;background-position:center}
  .hero-cover__content{padding:42px 0}
  .hero-cover h1{font-size:clamp(42px,12.5vw,62px);letter-spacing:-.07em}
  .hero-cover p{font-size:16px;margin-bottom:22px}
  .hero-cover .btn{width:min(100%,280px)}
  .section{padding-top:44px}
  .section-head--row{display:grid;align-items:stretch}
  .text-link{width:100%}

  .featured-kicker{font-size:clamp(34px,11vw,50px)!important}
  .section-head--featured .text-link{min-height:52px}
  .featured-grid,.steps-grid{grid-template-columns:1fr}
  .restaurant-card__cover{min-height:144px}
  .merchant{border-radius:28px;padding:28px 20px;grid-template-columns:1fr}
  .merchant .btn{width:100%}
}


/* Home v45: exploración, búsqueda y confianza */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
:focus-visible{outline:3px solid rgba(0,183,168,.42);outline-offset:3px}
.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}
.header__city{color:var(--brand-muted);font-size:13px;font-weight:900}
.header__city::before{content:"●";margin-right:7px;color:var(--brand-teal);font-size:9px}
.header__cta{min-height:44px;border-radius:999px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;color:white;background:var(--brand-blue);text-decoration:none;font-size:14px;font-weight:950;box-shadow:0 12px 26px rgba(11,31,63,.16);transition:.18s ease}
.header__cta:hover{transform:translateY(-1px);background:#102b55}
.hero-cover{min-height:570px}
.hero-cover__content{padding:64px 0 58px}
.hero-cover h1{margin-top:16px;margin-bottom:16px}
.hero-cover p{max-width:720px;margin-bottom:24px}
.home-search{position:relative;width:min(760px,100%);margin:0 auto;z-index:5}
.home-search__control{min-height:68px;border:1px solid rgba(255,255,255,.38);border-radius:22px;padding:7px 7px 7px 20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;background:rgba(255,255,255,.97);box-shadow:0 24px 54px rgba(5,18,38,.28);backdrop-filter:blur(16px)}
.home-search__icon{color:var(--brand-teal-dark);font-size:30px;line-height:1;transform:rotate(-18deg)}
.home-search input{min-width:0;height:52px;border:0;outline:0;color:var(--brand-ink);background:transparent;font-size:16px;font-weight:750}
.home-search input::placeholder{color:#8290a4}
.home-search button[type="submit"]{height:52px;border:0;border-radius:16px;padding:0 23px;color:white;background:linear-gradient(135deg,var(--brand-blue),var(--brand-teal-dark));font-weight:950;box-shadow:0 12px 26px rgba(11,31,63,.18)}
.home-search__results{position:relative;width:100%;max-height:min(430px,58vh);overflow:auto;margin-top:10px;border:1px solid rgba(226,232,240,.95);border-radius:22px;padding:8px;color:var(--brand-ink);background:white;box-shadow:0 28px 70px rgba(15,23,42,.24);text-align:left}
.search-result{width:100%;border:0;border-radius:16px;padding:12px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;color:inherit;background:transparent;text-align:left;text-decoration:none;transition:.16s ease}
.search-result:hover,.search-result:focus-visible{background:#f1f6f8}
.search-result__logo{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;overflow:hidden;background:#eef4f6;font-size:23px}
.search-result__logo img{width:100%;height:100%;object-fit:contain;background:white}
.search-result strong{display:block;color:var(--brand-blue);font-size:15px}
.search-result small{display:block;margin-top:3px;color:var(--brand-muted);font-size:12px;font-weight:750}
.search-result__arrow{color:var(--brand-teal-dark);font-size:20px;font-weight:950}
.search-empty{padding:20px;text-align:center;color:var(--brand-muted);font-weight:800}.search-empty strong{display:block;margin-bottom:8px;color:var(--brand-blue)}.search-empty a{color:var(--brand-teal-dark);font-weight:950}.search-results__head{padding:8px 12px 10px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.search-results__head span{color:var(--brand-blue);font-size:13px;font-weight:950}.search-results__head small{color:var(--brand-muted);font-size:11px;font-weight:800}
.hero-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 20px;margin-top:21px;color:rgba(255,255,255,.88);font-size:12px;font-weight:900}
.hero-trust span::before{content:"✓";margin-right:7px;color:#7ef7eb}
.category-section{position:relative;z-index:3;margin-top:-24px;padding:25px;border:1px solid rgba(226,232,240,.94);border-radius:30px;background:rgba(255,255,255,.97);box-shadow:var(--shadow);backdrop-filter:blur(18px)}
.category-section__head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:17px}
.category-section__head span,.mini-section-head span{color:var(--brand-teal-dark);font-size:12px;font-weight:950;letter-spacing:.05em;text-transform:uppercase}
.category-section__head h2,.mini-section-head h2{margin:5px 0 0;color:var(--brand-blue);font-size:clamp(25px,4vw,38px);line-height:1;letter-spacing:-.045em}
.category-section__head a{color:var(--brand-blue);font-size:13px;font-weight:950;text-decoration:none}
.category-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;padding:2px}
.category-chip{width:100%;min-height:52px;border:1px solid var(--line);border-radius:16px;padding:0 16px;display:inline-flex;align-items:center;justify-content:flex-start;gap:9px;color:var(--brand-blue);background:#f8fafc;font-size:13px;font-weight:950;transition:.16s ease}
button.category-chip{cursor:pointer}
.category-chip:hover{border-color:rgba(0,183,168,.38);background:#effbf9;transform:translateY(-1px)}
.category-chip__emoji{font-size:19px}
.category-chip--loading{width:142px;background:linear-gradient(90deg,#eef2f6,#fff,#eef2f6);background-size:220% 100%;animation:shimmer 1.2s linear infinite}
.launch-banner{padding-top:50px;scroll-margin-top:100px}
.mini-section-head{margin-bottom:18px}
.section-head--featured>div>span{display:block;margin-bottom:7px;color:var(--brand-teal-dark);font-size:12px;font-weight:950;letter-spacing:.05em;text-transform:uppercase}
.featured-kicker{display:block}
.restaurant-card{position:relative}
.restaurant-card[data-store-card]{cursor:pointer}
.restaurant-card__badge--status{border:1px solid rgba(255,255,255,.28)}
.restaurant-card__badge--open{background:rgba(8,125,83,.86)}
.restaurant-card__badge--closed{background:rgba(15,23,42,.74)}
.restaurant-card__badge--paused{background:rgba(180,83,9,.88)}
.restaurant-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.restaurant-meta span:first-child{color:#334155;background:#edf3f6}
.restaurant-card__button{display:flex;align-items:center;justify-content:center}
.restaurant-card__button::after{content:"→";margin-left:9px}
.empty-state__button{min-height:42px;margin-top:15px;border:0;border-radius:999px;padding:0 18px;color:white;background:var(--brand-blue);font-weight:950}
.local-value{margin-top:52px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:var(--line);box-shadow:var(--shadow-sm)}
.local-value article{padding:24px;background:white}
.local-value strong{display:block;margin-bottom:7px;color:var(--brand-blue);font-size:18px;letter-spacing:-.025em}
.local-value span{color:var(--brand-muted);font-size:14px;line-height:1.5;font-weight:700}
.footer{margin-top:64px;border-top:1px solid var(--line);background:white}
.footer__inner--complete{display:grid;grid-template-columns:1.2fr .8fr auto;align-items:center;gap:30px;text-align:left}
.footer__brand img{width:164px;max-height:48px;object-fit:contain}
.footer__brand p{margin:9px 0 0;color:var(--brand-muted);font-size:13px}
.footer__links{display:grid;gap:8px}
.footer__links a{color:var(--brand-blue);text-decoration:none;font-size:13px;font-weight:900}
.footer__links a:hover{color:var(--brand-teal-dark)}
.footer__legal{display:grid;gap:7px;text-align:right;color:var(--brand-muted);font-size:12px;font-weight:800}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.reveal.is-visible{opacity:1;transform:none}

@media(max-width:980px){
  .header__city{display:none}
  .footer__inner--complete{grid-template-columns:1fr 1fr}
  .footer__legal{grid-column:1/-1;display:flex;justify-content:space-between;text-align:left}
}
@media(max-width:720px){
  .header__inner{grid-template-columns:1fr auto;gap:10px}
  .header__actions{display:flex}
  .header__cta{min-height:40px;padding:0 14px;font-size:13px}
  .hero-cover{min-height:570px;background-position:center}
  .hero-cover__content{padding:42px 0 48px}
  .hero-cover h1{font-size:clamp(39px,12vw,58px)}
  .hero-cover p{max-width:520px;font-size:15px}
  .home-search__control{min-height:62px;border-radius:19px;padding:6px 6px 6px 15px;gap:8px}
  .home-search__icon{font-size:25px}
  .home-search input{height:48px;font-size:14px}
  .home-search button[type="submit"]{width:48px;height:48px;border-radius:14px;padding:0;font-size:0}
  .home-search button[type="submit"]::after{content:"→";font-size:20px}
  .home-search__results{border-radius:18px}
  .hero-trust{gap:8px 13px;margin-top:17px;font-size:11px}
  .category-section{width:calc(100% - 24px);margin-top:-22px;padding:20px 16px;border-radius:24px}
  .category-section__head{align-items:center}
  .category-section__head h2{font-size:27px}
  .category-section__head span{display:none}
  .category-row{grid-template-columns:1fr}
  .category-chip{min-height:48px;padding:0 14px}
  .search-results__head{align-items:flex-start;flex-direction:column;gap:2px}
  .launch-banner{padding-top:42px}
  .mini-section-head h2{font-size:30px}
  .section-head--featured>div>span{margin-bottom:5px}
  .local-value{grid-template-columns:1fr;border-radius:24px}
  .local-value article{padding:20px}
  .footer__inner--complete{grid-template-columns:1fr;text-align:center}
  .footer__brand img{margin-inline:auto}
  .footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:9px 16px}
  .footer__legal{grid-column:auto;display:grid;justify-content:center;text-align:center}
}

/* Home v48: una sola zona de categorías y búsqueda estable */
.hero-cover{min-height:545px}
.home-search__results{
  max-height:0;
  overflow:hidden;
  margin-top:0;
  padding:0 8px;
  border-color:transparent;
  opacity:0;
  transform:translateY(-7px);
  transition:max-height .28s ease,margin-top .28s ease,padding .28s ease,border-color .2s ease,opacity .2s ease,transform .2s ease,box-shadow .2s ease;
}
.home-search__results.is-visible{
  max-height:min(430px,58vh);
  overflow:auto;
  margin-top:10px;
  padding:8px;
  border-color:rgba(226,232,240,.95);
  opacity:1;
  transform:none;
}
.home-search__results.is-updating{opacity:.72;pointer-events:none}
.search-results__list{display:grid}
.search-result{
  opacity:0;
  transform:translateY(5px);
  animation:search-result-in .22s ease forwards;
  animation-delay:calc(var(--result-index,0) * 35ms);
}
@keyframes search-result-in{to{opacity:1;transform:none}}
.search-empty{display:grid;justify-items:center;gap:7px}
.search-empty strong{margin:0}
.search-empty span{font-size:12px}
.search-empty a{margin-top:3px}
.hero-trust{margin-top:18px}
.category-section{margin-top:-20px}
@media(max-width:720px){.hero-cover{min-height:570px}}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
}
