
:root{
  --blue:#2f5cff;
  --coral:#ef6670;
  --mint:#dff5ea;
  --green:#209b76;
  --cream:#f8f6f0;
  --ink:#0b0b0b;
  --line:#e5e5e5;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#fff}
body{margin:0;color:var(--ink);background:#fff;font-family:"Noto Sans JP",system-ui,sans-serif;-webkit-font-smoothing:antialiased}
button,input{font:inherit}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.site-header{
  height:91px;padding:12px 18px 10px;background:#fff;display:flex;align-items:center;justify-content:space-between;
  position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(0,0,0,.02)
}
.logo{width:108px;height:auto}
.header-actions{display:flex;align-items:center;gap:9px}
.lang-btn{border:0;background:none;font-family:Montserrat,sans-serif;font-weight:900;font-size:12px;padding:8px 2px;display:flex;gap:8px;align-items:center;color:#111;-webkit-text-fill-color:#111}
.lang-btn span{font-size:9px;letter-spacing:-2px}
.round-btn{width:40px;height:40px;border-radius:50%;border:1px solid #d8d8d8;background:#fff;display:grid;place-items:center;padding:0}
.menu-btn{background:#101010;border-color:#101010}

.menu-glyph,.menu-glyph:before,.menu-glyph:after{width:15px;height:2px;background:#fff;border-radius:2px;display:block;position:relative}
.menu-glyph:before,.menu-glyph:after{content:"";position:absolute;left:0}
.menu-glyph:before{top:-5px}.menu-glyph:after{top:5px}
.subnav{display:none;height:42px;align-items:center;justify-content:center;gap:25px;font-size:11px;font-weight:900;border-bottom:1px solid #eee;background:#fff;position:sticky;top:91px;z-index:90}
.subnav.show{display:flex}
main{min-height:70vh}
.home-hero{background:#000;color:#fff;padding:123px 22px 19px;position:relative}
.hero-title{font-size:34px;line-height:1.27;letter-spacing:-.035em;font-weight:900;margin:0;max-width:360px}
.hero-title .under{display:inline-block;position:relative}
.hero-title .under:after{content:"";position:absolute;left:29%;right:-3%;height:5px;background:var(--coral);bottom:-7px;transform:rotate(-6deg);clip-path:polygon(0 60%,100% 0,98% 100%,0 100%)}
.hero-copy{font-size:14px;line-height:1.85;font-weight:800;margin:31px 0 16px;max-width:220px}
.hero-en{font-family:Montserrat,sans-serif;font-weight:900;font-size:10px;line-height:1.55;letter-spacing:.04em}
.hero-script{position:absolute;width:118px;right:13px;top:262px}
.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:23px}
.cta{height:48px;border-radius:28px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:13px}
.cta.blue{background:var(--blue)}.cta.white{background:#fff;color:#111}
.category-panel{background:#fff;border-radius:23px 23px 0 0;margin:20px -22px -19px;padding:20px 11px 15px;display:grid;grid-template-columns:repeat(5,1fr);gap:2px;color:#111}
.cat-item{text-align:center;font-size:12px;font-weight:900}
.cat-icon{width:48px;height:48px;border-radius:50%;margin:0 auto 8px;display:grid;place-items:center}
.cat-icon svg{width:25px;height:25px;stroke-width:2.1;fill:none;stroke:currentColor}
.cat-item small{display:block;font-family:Montserrat,sans-serif;font-size:9px;margin-top:1px}
.cat-eat .cat-icon{background:#fde8eb;color:#e55e72}.cat-drink .cat-icon{background:#e7edff;color:var(--blue)}
.cat-shops .cat-icon{background:#e5f8f0;color:#48ad88}.cat-features .cat-icon{background:#f0ede7;color:#8f7857}.cat-map .cat-icon{background:#e7edff;color:var(--blue)}

.section{padding:38px 18px}
.pickup-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:17px}
.pickup-title{display:flex;align-items:end;gap:8px;font-weight:800}
.pickup-title img{width:145px;height:auto;object-fit:contain;object-position:left top;margin:0;flex:0 0 auto}
.pickup-title span{font-size:12px}
.all-link{font-size:10px;font-weight:800}
.pickup-scroll{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 0 4px;scrollbar-width:none}
.pickup-scroll::-webkit-scrollbar{display:none}
.feature-card{flex:0 0 156px;border:1px solid #dedede;border-radius:10px;overflow:hidden;background:#fff;scroll-snap-align:start}
.feature-card .pic{height:132px;background:#222;position:relative;overflow:hidden}
.feature-card .pic img{width:100%;height:100%;object-fit:cover}
.feature-card .badge{position:absolute;bottom:9px;left:8px;color:#fff;font-family:Montserrat,sans-serif;font-weight:900;font-size:9px;padding:4px 7px;border-radius:14px}
.badge.eat{background:var(--coral)}.badge.drink{background:var(--blue)}.badge.local{background:var(--coral)}
.feature-card .body{height:137px;padding:12px 11px 9px;display:flex;flex-direction:column}
.feature-card h3{margin:0 0 9px;font-size:15px;line-height:1.45}
.feature-card p{margin:0;color:#666;font-size:10px;line-height:1.7}
.feature-card .arrow{margin-top:auto;text-align:right;color:#1659ff;font-weight:900}
.area-card{margin:0 18px 28px;background:var(--cream);border-radius:10px;overflow:hidden}
.area-copy{padding:23px 23px 20px}
.area-copy h2{font-size:24px;margin:0 0 19px;position:relative;display:inline-block}
.area-copy h2:after{content:"";position:absolute;left:29%;right:-3%;height:4px;bottom:0;background:var(--coral);transform:rotate(-6deg)}
.area-copy p{font-size:13px;line-height:1.75;margin:0 0 18px}
.black-pill{display:inline-flex;align-items:center;justify-content:center;background:#111;color:#fff;height:44px;border-radius:24px;padding:0 19px;font-size:12px;font-weight:900}
.map-image{width:100%;aspect-ratio:732/485;object-fit:cover}
.directory{padding:0 18px 30px}
.directory-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}
.directory-head h2{margin:0;font-size:23px;letter-spacing:-.04em}
.store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.store-card{border:1px solid #e2e2e2;border-radius:7px;overflow:hidden;background:#fff;min-height:236px}
.store-top{height:73px;padding:17px 12px;display:flex;align-items:flex-start;justify-content:space-between;font-family:Montserrat,sans-serif;font-size:18px;font-weight:900}
.store-top.drink{background:#e8eeff;color:var(--blue)}
.store-top.eat{background:#f6f4ef;color:var(--blue)}
.store-top.shops{background:#dff4e9;color:#138d6d}
.store-icon{font-size:18px}
.store-body{padding:13px 12px 9px}
.store-body h3{font-size:14px;line-height:1.5;margin:0 0 8px}
.store-tag{display:inline-block;background:#f4f4f4;border-radius:13px;padding:4px 8px;font-size:9px;margin-bottom:11px}
.store-address{font-size:10px;line-height:1.7;color:#4f4f4f;min-height:36px}
.store-info{border-top:1px solid #eee;margin-top:11px;padding-top:9px;font-size:9px;font-weight:700;display:flex;justify-content:space-between}
.store-info span:last-child{color:#1058ff}
.note{font-size:8px;color:#666;line-height:1.7;margin:18px 0 0}
.closing{padding:34px 18px 39px;border-top:1px solid #eee}
.closing h2{font-size:20px;margin:0 0 8px}.closing p{font-size:10px;margin:0 0 9px}.closing a{color:#1558ff;font-size:17px;font-weight:900}
.marquee{background:#0857ff;color:#fff;overflow:hidden;height:43px;display:flex;align-items:center}
.marquee-track{font-family:Montserrat,sans-serif;font-weight:900;white-space:nowrap;font-size:16px;animation:mar 14s linear infinite}
@keyframes mar{to{transform:translateX(-50%)}}
.footer{padding:28px 18px 35px;background:#fff}
.footer-row{display:grid;grid-template-columns:100px 1fr auto;gap:14px;align-items:center}
.footer-logo{width:91px}
.footer-copy{font-family:Montserrat,sans-serif;font-size:8px;font-weight:900;line-height:1.6}
.footer-map{font-size:11px}
.footer hr{border:0;border-top:1px solid #eee;margin:28px 0 19px}
.footer-note,.copyright{font-size:8px;color:#777;line-height:1.7}
.copyright{margin-top:21px}

.inner-page{padding-bottom:40px}
.page-top{padding:20px 18px 12px;position:relative;min-height:172px}
.page-deco{position:absolute;right:0;top:0;width:118px;height:118px;background:#050505}
.page-deco img{width:88px;margin:17px auto 0}
.eyebrow{font-family:Montserrat,sans-serif;font-weight:900;font-size:9px;letter-spacing:.14em;margin-top:18px}
.page-title{font-size:28px;font-weight:900;margin:7px 0 4px;display:inline-block;position:relative}
.page-title:after{content:"";position:absolute;left:1px;right:-6px;height:4px;bottom:-3px;background:var(--coral);transform:rotate(-6deg)}
.filter-wrap{padding:0 18px 10px}
.chips{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:14px}
.chip{border:0;background:#f4f4f4;border-radius:18px;padding:8px 12px;font-size:9px;font-weight:800}
.chip.active{background:#1760ff;color:#fff}
.search-row{display:grid;grid-template-columns:1fr 86px;gap:8px}
.search-row input,.sort-btn{height:38px;border:1px solid #ddd;border-radius:5px;background:#fff;padding:0 10px;font-size:10px}
.sort-btn{display:flex;align-items:center;justify-content:center}
.promo{margin:8px 18px 19px;background:#050505;color:#fff;border-radius:5px;padding:20px 18px;position:relative;overflow:hidden}
.promo h2{font-size:20px;line-height:1.25;margin:0 0 8px;max-width:250px}.promo h2 span{position:relative}.promo h2 span:after{content:"";position:absolute;height:4px;background:var(--coral);left:0;right:-5px;bottom:3px;transform:rotate(-5deg)}
.promo p{font-size:9px;margin:0 0 14px}.promo .white-pill{display:inline-flex;background:#fff;color:#111;border-radius:22px;padding:10px 16px;font-size:9px;font-weight:900}
.list-wrap{padding:0 18px}.list-head{display:flex;justify-content:space-between;align-items:center;margin:10px 0 13px}.list-head h2{font-size:16px;margin:0}.list-head span{font-size:10px}
.inner-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.inner-grid .store-card{min-height:229px}
.page-footer-space{height:12px}

.features-page{padding:30px 18px 0}.features-page .eyebrow{font-size:12px}.features-page h1{font-size:29px;margin:8px 0 32px}
.features-page .pickup-scroll{padding-bottom:26px}
.features-disclaimer{font-size:12px;color:#6d6d6d;line-height:1.75;margin:26px 0 70px}
.map-page{padding:22px 18px 38px}.map-page h1{font-size:29px;margin:4px 0 18px}.map-shell{border-radius:9px;overflow:hidden;border:1px solid #eee;margin-bottom:20px}
.map-shell img{width:100%}
.map-page .directory-head{margin-top:28px}

.search-overlay,.menu-overlay{position:fixed;inset:0;background:#fff;z-index:500;opacity:0;pointer-events:none;transition:.2s;padding:24px}
.search-overlay.open,.menu-overlay.open{opacity:1;pointer-events:auto}
.overlay-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.overlay-head button,#menuClose{width:40px;height:40px;border:1px solid #ddd;border-radius:50%;background:#fff;font-size:20px}
#globalSearch{width:100%;border:0;border-bottom:3px solid #111;font-size:24px;padding:10px 0;outline:none}
.global-results{margin-top:20px}.global-result{display:block;padding:12px 0;border-bottom:1px solid #eee}.global-result b{display:block;font-size:14px}.global-result small{color:#777}
#menuClose{position:absolute;right:24px;top:24px}.menu-logo img{width:120px}.menu-overlay nav{margin-top:70px}.menu-overlay nav a{display:flex;justify-content:space-between;padding:15px 0;border-bottom:2px solid #111;font-size:28px;font-weight:900}.menu-overlay nav span{font-family:Montserrat;font-size:10px;align-self:end}

@media(min-width:760px){
  body{background:#f4f4f4}
  .site-header,.subnav,main,.footer,.marquee{max-width:430px;margin-left:auto;margin-right:auto}
  .site-header{position:relative}
  .subnav{position:relative;top:auto}
}
.feature-card.local .pic img{object-position:72% center}
.store-icon{display:inline-grid;place-items:center}
.store-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}


/* source-site finishing details */
.store-card-icon{display:grid;place-items:center}
.store-card-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.search-label-row{display:grid;grid-template-columns:1fr 86px;gap:8px;margin:0 0 5px;color:#222;font-size:8px}
.search-label-row span:last-child{text-align:center}


/* 2026-09-21 fidelity fixes: hero image, real map, language UI, section nav, store details */
.home-hero{
  background:
    linear-gradient(180deg,rgba(0,0,0,.16) 0%,rgba(0,0,0,.48) 50%,rgba(0,0,0,.82) 100%),
    url('/assets/pickup-local.svg?v=4');
  background-size:cover;
  background-position:72% center;
  min-height:620px;
}
.home-hero .hero-title,.home-hero .hero-copy,.home-hero .hero-en,.home-hero .hero-actions{position:relative;z-index:1}
.home-hero .hero-script{position:absolute;z-index:1}

.lang-control{position:relative}
.lang-btn #langLabel{font-size:12px;letter-spacing:0;font-family:Montserrat,sans-serif;font-weight:900}
.lang-btn .lang-chevron{font-size:10px;letter-spacing:-2px}
.lang-menu{
  position:absolute;top:50px;right:-91px;width:235px;
  padding:15px;border:1px solid rgba(0,0,0,.08);border-radius:25px;
  background:rgba(248,248,248,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  box-shadow:0 15px 45px rgba(0,0,0,.14);
  opacity:0;transform:translateY(-6px) scale(.98);pointer-events:none;
  transition:opacity .18s ease,transform .18s ease;z-index:700;
}
.lang-menu.open{opacity:1;transform:none;pointer-events:auto}
.lang-menu button{
  width:100%;height:48px;border:0;background:transparent;border-radius:14px;
  display:grid;grid-template-columns:28px 1fr;align-items:center;text-align:left;
  padding:0 10px;font-size:17px;color:#111
}
.lang-menu button:active,.lang-menu button.selected{background:rgba(255,255,255,.72)}
.lang-check{font-size:17px!important;letter-spacing:0!important}

.subnav{
  height:60px;gap:22px;font-size:14px;font-weight:900;overflow-x:auto;white-space:nowrap;
  scrollbar-width:none;
}
.subnav::-webkit-scrollbar{display:none}
.subnav a{position:relative;padding:20px 0 17px}
.subnav a.active{color:#0b5cff}
.subnav a.active:after{content:"";position:absolute;left:0;right:0;bottom:8px;height:3px;background:#0b5cff;border-radius:2px}

.map-embed{width:100%;overflow:hidden;background:#e9ece9}
.map-embed.compact{height:278px}
.google-map{display:block;width:100%;height:100%;border:0}
.map-shell{height:410px}
.map-shell .google-map{height:100%}

.store-card-link{display:block;min-width:0;color:inherit}
.store-card-link .store-card{height:100%}

.page-top-photo{
  min-height:190px;
  background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 23%,rgba(255,255,255,.48) 47%,rgba(255,255,255,.08) 70%),var(--page-photo);
  background-size:cover;background-position:center;
  overflow:hidden;
}
.page-top-photo .eyebrow,.page-top-photo .page-title{position:relative;z-index:2}
.page-top-shade{display:none}
.promo-photo{background-size:cover!important;background-position:center!important;min-height:205px;display:flex;flex-direction:column;justify-content:center}
.promo-photo.eat{background:linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.24)),url('/assets/pickup-eat.svg')}
.promo-photo.drink{background:linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.24)),url('/assets/pickup-drink.svg')}
.promo-photo.shops{background:linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.24)),url('/assets/pickup-local.svg?v=4')}

/* hamburger panel closer to reference */
.menu-overlay{padding:26px 24px 34px}
.menu-overlay .menu-logo img{width:126px}
.menu-overlay nav{margin-top:68px}
.menu-overlay nav a{display:grid;grid-template-columns:1fr auto;align-items:end;padding:17px 0;border-bottom:2px solid #111}
.menu-overlay nav a>span{font-family:"Noto Sans JP",sans-serif;font-size:27px;font-weight:900;line-height:1.1}
.menu-overlay nav a>small{font-family:Montserrat,sans-serif;font-size:10px;font-weight:900;letter-spacing:.06em}
.menu-tagline{margin-top:34px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:900;line-height:1.6}

/* store detail page */
.store-detail-page{padding:0 18px 0}
.store-detail-page .footer{margin-left:-18px;margin-right:-18px;margin-top:72px}
.back-link{display:inline-block;margin:25px 0 29px;color:#0b5cff;font-size:13px;font-weight:800}
.store-detail-hero{
  border-radius:10px;overflow:hidden;background:#f8f6f0;padding:27px 22px 29px;
  border-bottom:7px solid var(--blue)
}
.store-detail-hero.drink{border-bottom-color:var(--blue)}
.store-detail-hero.eat{border-bottom-color:var(--coral)}
.store-detail-hero.shops{border-bottom-color:var(--green)}
.store-detail-eyebrow{font-family:Montserrat,sans-serif;font-size:11px;font-weight:900;letter-spacing:.14em;margin-bottom:16px}
.store-detail-hero h1{font-size:27px;line-height:1.35;margin:0 0 15px;letter-spacing:-.03em}
.store-detail-tag{display:inline-block;margin-bottom:15px;font-size:12px}
.store-detail-hero p{margin:0;font-size:13px;line-height:1.75}
.store-detail-info{padding:36px 0 0}
.store-detail-info h2,.info-about-card h2{font-size:25px;margin:0 0 24px}
.info-row{display:grid;grid-template-columns:92px 1fr;gap:14px;padding:17px 0;border-bottom:1px solid #e8e8e8;align-items:start}
.info-row span{font-size:12px;color:#666}
.info-row strong{font-size:13px;line-height:1.7;font-weight:700;overflow-wrap:anywhere}
.map-directions{
  display:inline-flex;align-items:center;justify-content:center;margin-top:20px;
  min-height:48px;padding:0 19px;border-radius:27px;background:#0b5cff;color:#fff;font-weight:900;font-size:13px
}
.store-media-note{font-size:10px;color:#666;line-height:1.7;margin:14px 0 0}
.info-about-card{margin:42px 0 0;padding:25px 22px;background:var(--cream);border-radius:9px}
.info-about-card h2{font-size:23px;margin-bottom:18px}
.info-about-card p{font-size:12px;line-height:1.85;margin:0 0 13px}
.info-about-card a{color:#0b5cff;font-size:12px;text-decoration:underline;text-underline-offset:3px}

@media(max-width:370px){
  .subnav{gap:17px;font-size:12px}
  .lang-menu{right:-82px;width:220px}
}


/* Keep hero artwork contained and the white category panel above it on mobile. */
.home-hero .category-panel{position:relative;z-index:2}

/* Prevent any raster content below the PICK UP artwork from leaking into the section. */
.pickup-title{align-items:center;overflow:visible}


/* Match source: language selector is black, not iOS accent blue. */
.lang-btn,
.lang-btn #langLabel,
.lang-btn .lang-chevron{
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
}


/* 2026-09-21 hero motion: keep the visual design, add depth and energy */
.home-hero{
  --hero-parallax:0px;
  background-position:72% calc(50% + var(--hero-parallax));
  overflow:hidden;
}
.home-hero .hero-title{
  animation:heroEnter .72s cubic-bezier(.2,.75,.25,1) both;
}
.home-hero .hero-copy{
  animation:heroEnter .72s .11s cubic-bezier(.2,.75,.25,1) both;
}
.home-hero .hero-en{
  animation:heroEnter .72s .2s cubic-bezier(.2,.75,.25,1) both;
}
.home-hero .hero-script{
  animation:heroScriptEnter .8s .3s cubic-bezier(.2,.75,.25,1) both,heroScriptFloat 4.8s 1.15s ease-in-out infinite;
  transform-origin:55% 60%;
  will-change:transform;
}
.home-hero .hero-actions{
  animation:heroEnter .72s .28s cubic-bezier(.2,.75,.25,1) both;
}
.home-hero .category-panel{
  animation:heroPanelEnter .82s .36s cubic-bezier(.18,.82,.2,1) both;
}
.hero-title .under:after{
  transform-origin:left center;
  animation:heroUnderline .72s .48s cubic-bezier(.2,.8,.2,1) both;
}
.home-hero .cta{
  position:relative;
  overflow:hidden;
  transition:transform .18s ease,box-shadow .18s ease;
  -webkit-tap-highlight-color:transparent;
}
.home-hero .cta:active{transform:scale(.975)}
.home-hero .cta.blue{
  animation:ctaBluePulse 3.8s 1.4s ease-in-out infinite;
}
.home-hero .cta:before{
  content:"";
  position:absolute;
  inset:-35% auto -35% -42%;
  width:34%;
  transform:skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);
  opacity:0;
  pointer-events:none;
  animation:ctaSweep 5.8s 2.2s ease-in-out infinite;
}
.home-hero .cat-item{
  transition:transform .2s ease;
  -webkit-tap-highlight-color:transparent;
}
.home-hero .cat-item:active{transform:translateY(2px) scale(.97)}
.home-hero .cat-icon{
  animation:catIconIn .62s cubic-bezier(.2,.8,.25,1) both,catIconFloat 4.2s ease-in-out infinite;
  transition:transform .2s ease,box-shadow .2s ease;
}
.home-hero .cat-item:nth-child(1) .cat-icon{animation-delay:.46s,1.7s}
.home-hero .cat-item:nth-child(2) .cat-icon{animation-delay:.52s,2.05s}
.home-hero .cat-item:nth-child(3) .cat-icon{animation-delay:.58s,2.4s}
.home-hero .cat-item:nth-child(4) .cat-icon{animation-delay:.64s,2.75s}
.home-hero .cat-item:nth-child(5) .cat-icon{animation-delay:.70s,3.1s}
.home-hero.motion-scrolled .hero-script{
  animation-play-state:running;
}

@keyframes heroEnter{
  from{opacity:0;transform:translate3d(0,18px,0)}
  to{opacity:1;transform:translate3d(0,0,0)}
}
@keyframes heroScriptEnter{
  from{opacity:0;transform:translate3d(12px,18px,0) rotate(3deg) scale(.94)}
  to{opacity:1;transform:translate3d(0,0,0) rotate(0) scale(1)}
}
@keyframes heroScriptFloat{
  0%,100%{transform:translate3d(0,0,0) rotate(0deg)}
  50%{transform:translate3d(0,-7px,0) rotate(-1.2deg)}
}
@keyframes heroPanelEnter{
  from{opacity:0;transform:translate3d(0,25px,0)}
  to{opacity:1;transform:translate3d(0,0,0)}
}
@keyframes heroUnderline{
  from{opacity:.15;transform:rotate(-6deg) scaleX(0)}
  to{opacity:1;transform:rotate(-6deg) scaleX(1)}
}
@keyframes ctaBluePulse{
  0%,100%{box-shadow:0 0 0 rgba(47,92,255,0)}
  50%{box-shadow:0 9px 24px rgba(47,92,255,.24)}
}
@keyframes ctaSweep{
  0%,72%{left:-42%;opacity:0}
  78%{opacity:.55}
  88%{left:112%;opacity:0}
  100%{left:112%;opacity:0}
}
@keyframes catIconIn{
  from{opacity:0;transform:translateY(10px) scale(.86)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes catIconFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-3px)}
}

@media (hover:hover){
  .home-hero .cta:hover{transform:translateY(-2px)}
  .home-hero .cat-item:hover .cat-icon{transform:translateY(-4px) scale(1.04);box-shadow:0 8px 20px rgba(0,0,0,.08)}
}

@media (prefers-reduced-motion:reduce){
  .home-hero,
  .home-hero .hero-title,
  .home-hero .hero-copy,
  .home-hero .hero-en,
  .home-hero .hero-script,
  .home-hero .hero-actions,
  .home-hero .category-panel,
  .home-hero .cat-icon,
  .home-hero .cta,
  .hero-title .under:after{
    animation:none!important;
    transition:none!important;
  }
  .home-hero{--hero-parallax:0px!important}
}


/* 2026-09-21 inner category pages — match reference composition */
.inner-page{padding-bottom:40px;background:#fff}
.inner-page .page-top{
  position:relative;
  min-height:290px;
  padding:0;
  overflow:hidden;
  background:none;
}
.inner-page .page-top-image{
  position:absolute;
  z-index:0;
  top:0;
  right:0;
  width:80%;
  height:100%;
  background-image:var(--page-photo);
  background-size:cover;
  background-position:center;
}
.inner-page .page-top-fade{
  position:absolute;
  z-index:1;
  inset:0;
  background:linear-gradient(90deg,#fff 0%,#fff 16%,rgba(255,255,255,.96) 27%,rgba(255,255,255,.63) 43%,rgba(255,255,255,.12) 67%,rgba(255,255,255,0) 82%);
  pointer-events:none;
}
.inner-page .page-top-copy{
  position:absolute;
  z-index:3;
  left:20px;
  top:74px;
}
.inner-page .page-title{
  margin:0;
  display:inline-block;
  font-size:47px;
  line-height:1.05;
  letter-spacing:-.055em;
  font-weight:900;
  color:#0b0b0b;
}
.inner-page .page-title:after{
  left:2px;
  right:-6px;
  height:5px;
  bottom:-8px;
  background:var(--coral);
  transform:rotate(-5deg);
}
.inner-page .page-en{
  margin-top:22px;
  font-family:Montserrat,sans-serif;
  font-size:17px;
  line-height:1;
  letter-spacing:.12em;
  font-weight:900;
  color:#111;
}
.inner-page .page-handcopy{
  position:absolute;
  z-index:4;
  right:22px;
  top:35px;
  font-family:"Bradley Hand","Marker Felt","Comic Sans MS",cursive;
  font-size:21px;
  line-height:1.15;
  font-weight:700;
  font-style:italic;
  color:#fff;
  transform:rotate(-5deg);
  text-shadow:0 1px 4px rgba(0,0,0,.2);
  white-space:nowrap;
}
.inner-page .page-handcopy span{
  display:block;
  margin-top:-3px;
  font-size:31px;
  line-height:.9;
  font-style:normal;
  font-weight:400;
}
.inner-page .filter-wrap{
  padding:18px 18px 10px;
}
.inner-page .chips{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:0 0 25px;
}
.inner-page .chip{
  min-height:43px;
  padding:0 17px;
  border:0;
  border-radius:24px;
  background:#f4f4f5;
  color:#111;
  font-size:13px;
  font-weight:900;
  box-shadow:none;
}
.inner-page .chip.active{
  background:#105cff;
  color:#fff;
}
.inner-page .search-label-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 92px;
  gap:8px;
  margin:0 0 7px;
  color:#222;
  font-size:12px;
}
.inner-page .search-label-row span:last-child{text-align:left}
.inner-page .search-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 92px;
  gap:8px;
}
.inner-page .search-row input,
.inner-page .sort-btn{
  height:49px;
  border:1px solid #d9d9d9;
  border-radius:9px;
  background:#fff;
  padding:0 13px;
  font-size:13px;
  color:#111;
}
.inner-page .page-search::placeholder{color:#aaa;opacity:1}
.inner-page .sort-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  white-space:nowrap;
}
.inner-page .promo{
  margin:10px 18px 27px;
  min-height:220px;
  padding:28px 23px;
  border-radius:11px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  color:#fff;
  background-size:cover!important;
  background-position:center!important;
}
.inner-page .promo-photo.eat{
  background:linear-gradient(90deg,rgba(0,0,0,.57),rgba(0,0,0,.08)),url('/assets/pickup-eat.svg');
}
.inner-page .promo-photo.drink{
  background:linear-gradient(90deg,rgba(0,0,0,.57),rgba(0,0,0,.08)),url('/assets/pickup-drink.svg');
}
.inner-page .promo-photo.shops{
  background:linear-gradient(90deg,rgba(0,0,0,.57),rgba(0,0,0,.08)),url('/assets/pickup-local.svg?v=4');
}
.inner-page .promo h2{
  max-width:280px;
  margin:0 0 15px;
  font-size:27px;
  line-height:1.35;
  letter-spacing:-.035em;
  font-weight:900;
}
.inner-page .promo h2 span{position:relative}
.inner-page .promo h2 span:after{
  content:"";
  position:absolute;
  left:-10px;
  right:-7px;
  height:5px;
  bottom:2px;
  background:var(--coral);
  transform:rotate(-5deg);
  z-index:-1;
}
.inner-page .promo p{
  margin:0 0 18px;
  font-size:13px;
  line-height:1.55;
  font-weight:500;
}
.inner-page .promo .white-pill{
  width:max-content;
  min-width:96px;
  min-height:48px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:26px;
  background:#fff;
  color:#111;
  font-size:13px;
  font-weight:900;
}
.inner-page .list-wrap{padding:0 18px}
.inner-page .list-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin:0 0 15px;
}
.inner-page .list-head h2{
  margin:0;
  font-size:24px;
  line-height:1.1;
  letter-spacing:-.04em;
}
.inner-page .list-head span{
  font-size:12px;
  color:#555;
}
@media(max-width:370px){
  .inner-page .page-title{font-size:43px}
  .inner-page .page-handcopy{right:14px;font-size:19px}
  .inner-page .chip{padding:0 14px;font-size:12px}
}


/* 2026-09-21 FEATURES + MAP reference fidelity */
.features-page{
  padding:0 0 68px;
  background:#fff;
}
.features-heading{
  padding:44px 18px 28px;
}
.features-heading .eyebrow{
  margin:0 0 22px;
  font-family:Montserrat,sans-serif;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.16em;
}
.features-heading h1{
  margin:0;
  font-size:34px;
  line-height:1.22;
  letter-spacing:-.045em;
  font-weight:900;
}
.features-scroll{
  margin:0;
  padding:0 18px 7px;
  gap:12px;
}
.features-page .feature-card{
  flex:0 0 166px;
  border-radius:9px;
}
.features-page .feature-card .pic{
  height:143px;
}
.features-page .feature-card .body{
  height:150px;
  padding:12px 12px 10px;
}
.features-page .feature-card h3{
  margin:0 0 10px;
  font-size:15px;
  line-height:1.45;
}
.features-page .feature-card p{
  font-size:10px;
  line-height:1.65;
}
.features-page .feature-card .arrow{
  font-size:19px;
  line-height:1;
}
.features-disclaimer{
  margin:28px 18px 0;
  color:#696969;
  font-size:11px;
  line-height:1.8;
}
.features-page + .footer{
  border-top:0;
  padding-top:34px;
}

.map-page{
  padding:0;
  background:#fff;
}
.map-hero{
  min-height:185px;
  padding:51px 18px 28px;
  background:linear-gradient(90deg,#fff 0%,#fff 20%,#fbfaf6 100%);
}
.map-title{
  display:inline-block;
  position:relative;
  margin:0;
  font-size:37px;
  line-height:1;
  letter-spacing:-.055em;
  font-weight:900;
}
.map-title:after{
  content:"";
  position:absolute;
  left:4px;
  right:-4px;
  bottom:-10px;
  height:5px;
  background:var(--coral);
  transform:rotate(-5deg);
  border-radius:3px;
}
.map-en{
  margin-top:28px;
  font-family:Montserrat,sans-serif;
  font-size:16px;
  line-height:1;
  font-weight:900;
  letter-spacing:.12em;
}
.map-filter-wrap{
  padding:18px 18px 0;
}
.map-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 22px;
}
.map-page .chip{
  min-height:43px;
  padding:0 18px;
  border:0;
  border-radius:24px;
  background:#f4f4f5;
  color:#111;
  font-size:13px;
  font-weight:900;
}
.map-page .chip.active{
  background:#105cff;
  color:#fff;
}
.map-page .search-label-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 92px;
  gap:8px;
  margin:0 0 7px;
  color:#222;
  font-size:12px;
}
.map-page .search-label-row span:last-child{text-align:left}
.map-page .search-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 92px;
  gap:8px;
}
.map-page .search-row input,
.map-page .sort-btn{
  height:49px;
  border:1px solid #d9d9d9;
  border-radius:9px;
  background:#fff;
  padding:0 13px;
  font-size:13px;
}
.map-shell-full{
  height:385px;
  margin-top:10px;
  border:0;
  border-radius:0;
  overflow:hidden;
}
.map-shell-full .google-map{
  width:100%;
  height:100%;
  border:0;
}
.map-note{
  margin:13px 18px 28px;
  color:#999;
  font-size:10px;
  line-height:1.7;
}
.map-directory{
  padding:0 18px 38px;
}
.map-directory .directory-head{
  margin:0 0 14px;
}

@media(max-width:370px){
  .features-heading h1{font-size:31px}
  .map-title{font-size:35px}
  .map-page .chip{padding:0 15px}
}

/* Header search uses a real SVG asset instead of CSS-drawn geometry. */
.search-icon{width:22px;height:22px;display:block;pointer-events:none}


/* Make Eat. Drink. Discover. artwork visually transparent over the hero photo.
   The source artwork has a black canvas; screen blending removes black while
   preserving the white lettering and coral heart without changing layout. */
.home-hero .hero-script{
  mix-blend-mode:screen;
  background:transparent;
}

/* Enriched store research details */
.detail-inline-link{color:#0b5cff;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
.store-photo{margin:0 0 14px;border-radius:10px;overflow:hidden;background:#f3f3f3;aspect-ratio:4/3}
.store-photo img{width:100%;height:100%;object-fit:cover}
.store-photo-placeholder{margin:0 0 14px;border-radius:10px;aspect-ratio:4/3;background:#f3f1eb;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;color:#9a978f}
.store-photo-placeholder b{font-size:25px;letter-spacing:.16em}
.store-photo-placeholder span{margin-top:5px;font-size:9px;letter-spacing:.18em}
.research-facts{margin:17px 0 19px;border-top:1px solid rgba(0,0,0,.09)}
.research-facts>div{display:grid;grid-template-columns:86px 1fr;gap:12px;padding:11px 0;border-bottom:1px solid rgba(0,0,0,.09)}
.research-facts span{font-size:10px;color:#777}
.research-facts strong{font-size:11px;line-height:1.65}
.research-name-note,.research-note{font-size:11px!important;line-height:1.8!important}
.research-name-note{color:#666}
.source-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.source-links a{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border:1px solid #0b5cff;border-radius:22px;color:#0b5cff;font-size:11px;font-weight:800}
