:root{--navy:#163a5f;--navy-900:#102a45;--blue:#2c6aa6;--blue-deep:#1f4e79;--blue-bright:#3d82c4;--sky-50:#f3f8fc;--sky-100:#e9f2fa;--sky-200:#d9e8f6;--sky-circle:#dce9f7;--ink:#22384b;--ink-soft:#46586a;--muted:#7589a0;--line:#e3ecf4;--tag-bg:#eef2f7;--tag-ink:#5f7185;--orange:#ef9f1e;--orange-soft:#fcf1dd;--green:#56a06f;--line-green:#06c755;--white:#ffffff;--shadow-card:0 14px 36px rgba(22,58,95,.09);--shadow-soft:0 4px 16px rgba(22,58,95,.07);--shadow-hover:0 22px 50px rgba(22,58,95,.16);--r-xl:24px;--r-lg:20px;--r-md:16px;--r-sm:12px;--maxw:1360px;--font-jp:"Noto Sans JP",system-ui,sans-serif;--font-latin:"Montserrat","Noto Sans JP",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-jp);color:var(--ink);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}a{color:inherit;text-decoration:none}ul{list-style:none}:focus-visible{outline:3px solid rgba(61,130,196,.45);outline-offset:2px;border-radius:8px}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 clamp(20px,3vw,48px)}.app{min-height:100vh;display:flex;flex-direction:column}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.page-fade{animation:pageIn .42s cubic-bezier(.2,.7,.2,1)}@keyframes pageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.hdr{position:sticky;top:0;z-index:60;background:#ffffffeb;backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.hdr-in{display:flex;align-items:center;gap:18px;height:84px}.brand{display:flex;align-items:center;gap:13px;cursor:pointer;flex-shrink:0}.brand-mark{width:50px;height:50px;border-radius:50%;flex-shrink:0;background:linear-gradient(155deg,#22517d,#11304e);display:grid;place-items:center;box-shadow:0 6px 16px #102a4547}.brand-mark svg{width:30px;height:30px}.brand-txt{line-height:1.12}.brand-name{display:block;font-family:var(--font-latin);font-weight:800;color:var(--navy);font-size:20px;letter-spacing:.02em}.brand-sub{display:block;font-size:11px;color:var(--muted);font-weight:500;letter-spacing:.02em}.nav{display:flex;align-items:flex-end;gap:4px;flex:1;justify-content:center;margin:0 16px}.nav-item{display:flex;flex-direction:column;align-items:center;gap:5px;padding:6px 14px 9px;border-radius:12px;color:var(--ink-soft);font-size:13px;font-weight:600;position:relative;transition:color .18s,background .18s}.nav-item svg{width:21px;height:21px;stroke-width:1.7}.nav-item:hover{color:var(--blue);background:var(--sky-50)}.nav-item.active{color:var(--navy)}.nav-item.active:after{content:"";position:absolute;bottom:-1px;left:14px;right:14px;height:2.5px;background:var(--navy);border-radius:3px}.hdr-tools{margin-left:auto;display:flex;align-items:center;gap:6px}.icon-btn{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:var(--navy);transition:background .18s}.icon-btn:hover{background:var(--sky-100)}.icon-btn svg{width:22px;height:22px}.hdr-divider{width:1px;height:26px;background:var(--line);margin:0 2px}.menu-btn{display:none}.drawer-back{position:fixed;inset:0;z-index:90;background:#102a456b;backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .28s}.drawer-back.open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;bottom:0;width:min(340px,86vw);z-index:91;background:var(--white);box-shadow:-20px 0 60px #102a4538;transform:translate(100%);transition:transform .34s cubic-bezier(.3,.8,.3,1);display:flex;flex-direction:column;padding:22px}.drawer.open{transform:none}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.drawer a,.drawer button.dnav{display:flex;align-items:center;gap:14px;width:100%;text-align:left;padding:15px 12px;border-radius:14px;font-size:16px;font-weight:600;color:var(--navy);border-bottom:1px solid var(--line)}.drawer button.dnav svg{width:22px;height:22px;color:var(--blue)}.drawer button.dnav:hover{background:var(--sky-50)}.hero{position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg .ph-img{height:100%;border-radius:0}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,#ffffffeb,#ffffffb3 30%,#ffffff1f 52%,#fff0 70%)}.hero-in{position:relative;z-index:1;display:flex;gap:30px;align-items:flex-start;padding:60px 0 150px;min-height:540px}.hero-copy{flex:1;max-width:560px}.hero-h1{font-size:clamp(40px,5.4vw,68px);font-weight:800;color:var(--navy);line-height:1.18;letter-spacing:.01em}.hero-lead{margin-top:18px;font-size:clamp(17px,2vw,22px);font-weight:700;color:var(--navy-900)}.hero-search{margin-top:30px;display:flex;align-items:center;background:#fff;border-radius:999px;box-shadow:var(--shadow-card);padding:8px 8px 8px 26px;max-width:540px}.hero-search input{flex:1;border:none;outline:none;font-size:16px;font-family:inherit;color:var(--ink);background:none;padding:14px 6px}.hero-search input::placeholder{color:#9fb0c1}.search-go{width:58px;height:58px;border-radius:50%;flex-shrink:0;background:linear-gradient(150deg,#2a5d8f,#173f63);color:#fff;display:grid;place-items:center;transition:transform .16s,box-shadow .16s;box-shadow:0 8px 20px #173f6357}.search-go:hover{transform:scale(1.06)}.search-go svg{width:24px;height:24px}.weather{position:absolute;top:18px;right:28px;z-index:3;width:264px;flex-shrink:0;background:#fff;border-radius:var(--r-lg);box-shadow:var(--shadow-card);padding:16px 18px 14px}.weather-h{font-size:14.5px;font-weight:800;color:var(--navy);margin-bottom:12px}.weather-grid{display:grid;grid-template-columns:1fr 1px 1fr;gap:4px;align-items:start}.weather-div{background:var(--line)}.wcol{text-align:center}.wcol .wd{font-size:13px;font-weight:700;color:var(--navy);margin-bottom:7px}.wcol .wi{height:42px;display:grid;place-items:center;margin-bottom:5px}.wcol .wi svg{width:38px;height:38px}.wcol .wt{font-size:15px;font-weight:800;color:var(--navy)}.wcol .wp{font-size:11px;color:var(--ink-soft);margin-top:4px}.weather-tip{display:flex;align-items:center;gap:8px;background:var(--sky-100);border-radius:10px;padding:8px 11px;margin-top:12px;font-size:11.5px;font-weight:600;color:var(--navy)}.weather-tip svg{width:18px;height:18px;color:var(--blue);flex-shrink:0}.weather-advice{display:flex;flex-direction:column;gap:7px;margin-top:12px}.wadv{display:flex;align-items:center;gap:9px;width:100%;text-align:left;border-radius:11px;padding:8px 10px;transition:transform .14s,box-shadow .14s}.wadv:hover{transform:translateY(-1px);box-shadow:var(--shadow-soft)}.wadv-ic{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.wadv-ic svg{width:18px;height:18px}.wadv-tx{display:flex;flex-direction:column;line-height:1.3;font-size:11px;color:var(--ink-soft)}.wadv-tx b{font-size:12px;font-weight:800;color:var(--navy)}.wadv-go{margin-left:auto;color:var(--muted);display:grid;place-items:center}.wadv-go svg{width:13px;height:13px}.wadv-sun{background:#fff6e6}.wadv-sun .wadv-ic{background:#fbe0ad;color:#e08a1e}.wadv-rain{background:var(--sky-100)}.wadv-rain .wadv-ic{background:var(--sky-200);color:var(--blue)}.catstrip{position:relative;z-index:5;margin-top:-86px}.catcard{background:#fff;border-radius:var(--r-xl);box-shadow:var(--shadow-card);padding:26px 24px}.catcard-head{margin-bottom:18px;padding:0 4px}.catcard-head h2{font-size:18px;font-weight:800;color:var(--navy)}.catcard-head p{font-size:13px;color:var(--ink-soft);margin-top:2px}.catgrid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.cat{display:flex;flex-direction:column;align-items:center;gap:13px;padding:10px 4px;border-radius:16px;transition:transform .18s,background .18s}.cat:hover{background:var(--sky-50);transform:translateY(-3px)}.cat-ic{width:68px;height:68px;border-radius:50%;background:var(--sky-circle);display:grid;place-items:center;color:var(--navy);transition:background .18s}.cat:hover .cat-ic{background:var(--sky-200)}.cat-ic svg{width:32px;height:32px}.cat-lb{font-size:13px;font-weight:700;color:var(--ink);text-align:center;line-height:1.3}.wpick{display:grid;grid-template-columns:.92fr 1.08fr;background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--shadow-card);cursor:pointer;transition:transform .2s,box-shadow .2s}.wpick:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.wpick-img{position:relative;min-height:268px}.wpick-img .ph-img{height:100%}.wpick-body{padding:32px 36px;display:flex;flex-direction:column}.wpick-eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-weight:800;font-size:14px;margin-bottom:10px}.wpick-eyebrow svg{width:19px;height:19px;color:var(--orange)}.wpick-title{font-size:28px;font-weight:800;color:var(--navy);line-height:1.34;margin-bottom:12px}.wpick-note{font-size:14.5px;color:var(--ink-soft);line-height:1.85;margin-bottom:16px}.wpick-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:22px}.wpick-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:auto}.section{padding:56px 0}.sec-head{display:flex;align-items:center;gap:11px;margin-bottom:26px}.sec-head .star{width:26px;height:26px;color:var(--blue-bright);flex-shrink:0}.sec-title{font-size:25px;font-weight:800;color:var(--navy);letter-spacing:.01em}.sec-more{margin-left:auto;display:flex;align-items:center;gap:5px;color:var(--ink-soft);font-weight:700;font-size:14px;padding:4px}.sec-more svg{width:15px;height:15px}.sec-more:hover{color:var(--blue)}.feature-cols{display:grid;grid-template-columns:1.62fr 1fr;gap:30px;align-items:start}.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.scard{background:#fff;border-radius:var(--r-md);box-shadow:var(--shadow-soft);overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.scard:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.scard-img{position:relative;aspect-ratio:16/10}.scard-img .ph-img{height:100%}.badge{position:absolute;top:12px;left:12px;padding:5px 13px;border-radius:999px;font-size:12.5px;font-weight:800;color:#fff;letter-spacing:.02em;box-shadow:0 3px 10px #00000029}.badge.event{background:var(--orange)}.badge.outing{background:var(--green)}.badge.gourmet{background:#c77b8b}.badge.feature{background:var(--blue)}.scard-body{padding:17px 18px 16px;display:flex;flex-direction:column;flex:1}.scard-title{font-size:17.5px;font-weight:800;color:var(--navy);line-height:1.4;margin-bottom:8px}.scard-meta{font-size:13.5px;color:var(--ink-soft);font-weight:600}.scard-loc{font-size:13px;color:var(--muted);margin-top:3px}.scard-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto;padding-top:14px;padding-right:46px}.tag{background:var(--tag-bg);color:var(--tag-ink);font-size:11.5px;font-weight:700;padding:5px 11px;border-radius:999px}.heart{position:absolute;right:13px;bottom:13px;width:38px;height:38px;border-radius:50%;background:#fff;box-shadow:0 3px 12px #163a5f24;display:grid;place-items:center;color:#b9c6d4;transition:color .18s,transform .18s}.scard-body{position:relative}.heart:hover{transform:scale(1.12)}.heart.on{color:#ee6b7a}.heart svg{width:21px;height:21px}.todaybox{background:var(--sky-50);border-radius:var(--r-lg);padding:8px}.tlist{display:flex;flex-direction:column}.titem{display:flex;gap:14px;padding:15px 14px;border-radius:14px;cursor:pointer;align-items:center;transition:background .16s}.titem+.titem{border-top:1px solid var(--line)}.titem:hover{background:#fff}.titem-img{width:78px;height:64px;border-radius:12px;overflow:hidden;flex-shrink:0}.titem-img .ph-img{height:100%}.titem-body{flex:1;min-width:0}.mini-badge{display:inline-block;background:var(--blue);color:#fff;font-size:10.5px;font-weight:800;padding:3px 9px;border-radius:999px;margin-bottom:5px}.titem-title{font-size:15.5px;font-weight:800;color:var(--navy);line-height:1.35}.titem-meta{font-size:12.5px;color:var(--muted);margin:3px 0 6px}.titem-tags{display:flex;flex-wrap:wrap;gap:5px}.titem-tags .tag{font-size:10.5px;padding:3px 9px}.banners{display:grid;grid-template-columns:1fr 1fr;gap:24px}.banner{position:relative;border-radius:var(--r-lg);overflow:hidden;min-height:188px;display:flex;align-items:center;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:var(--shadow-soft)}.banner:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.banner-rain{background:linear-gradient(120deg,#dcebf8,#c4ddf2)}.banner-free{background:linear-gradient(120deg,#fdf3df,#f8e6c2)}.banner-txt{position:relative;z-index:2;padding:30px 32px;max-width:62%}.banner-txt h3{font-size:23px;font-weight:800;color:var(--navy);line-height:1.4}.banner-eyebrow{font-size:13.5px;font-weight:700;color:var(--orange);margin-bottom:2px}.banner-yen{font-family:var(--font-latin);font-size:46px;font-weight:800;color:var(--orange);line-height:1}.banner-free .banner-txt{display:flex;align-items:center;gap:18px;max-width:72%}.btn-soft{display:inline-flex;align-items:center;gap:7px;margin-top:16px;background:#fff;color:var(--navy);font-weight:800;font-size:14px;padding:11px 20px;border-radius:999px;box-shadow:0 4px 12px #163a5f1f}.btn-soft svg{width:15px;height:15px;color:var(--blue)}.banner-img{position:absolute;right:0;top:0;bottom:0;width:48%;clip-path:polygon(22% 0,100% 0,100% 100%,0 100%)}.banner-img .ph-img{height:100%}.bottom-grid{display:grid;grid-template-columns:.86fr 1.4fr 1.1fr;gap:30px;align-items:start}.areabox{background:var(--sky-100);border-radius:var(--r-lg);padding:24px 22px}.areabox h3{font-size:18px;font-weight:800;color:var(--navy);margin-bottom:6px}.area-map{margin:6px auto 4px;width:78%;color:var(--sky-200)}.area-all{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--blue);font-weight:700;font-size:13.5px;margin:6px 0 16px}.area-all svg{width:14px;height:14px}.area-btns{display:grid;grid-template-columns:1fr 1fr;gap:10px}.area-btn{background:#fff;border-radius:11px;padding:11px;font-size:14px;font-weight:700;color:var(--navy);text-align:center;box-shadow:0 2px 8px #163a5f0f;transition:transform .16s,color .16s}.area-btn:hover{transform:translateY(-2px);color:var(--blue)}.arts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.acard{cursor:pointer}.acard-img{aspect-ratio:1/1;border-radius:var(--r-md);overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .2s,box-shadow .2s;position:relative}.acard:hover .acard-img{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.acard-img .ph-img{height:100%}.acard-badge{position:absolute;left:10px;bottom:10px;background:#163a5fdb;color:#fff;font-size:11px;font-weight:800;padding:4px 11px;border-radius:8px}.acard-title{font-size:15px;font-weight:800;color:var(--navy);line-height:1.45;margin:12px 2px 6px}.acard-date{font-size:12px;color:var(--muted);margin:0 2px}.monthly{position:relative;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:4/3.05;box-shadow:var(--shadow-soft);cursor:pointer}.monthly .slide{position:absolute;inset:0;opacity:0;transition:opacity .6s}.monthly .slide.on{opacity:1}.monthly .ph-img{height:100%}.monthly:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to top,#102a4599,#102a4500 55%)}.monthly-txt{position:absolute;left:24px;bottom:54px;z-index:2;color:#fff;font-size:24px;font-weight:800;line-height:1.4;text-shadow:0 2px 10px rgba(0,0,0,.3)}.monthly-dots{position:absolute;left:24px;bottom:22px;z-index:3;display:flex;gap:9px}.mdot{width:26px;height:7px;border-radius:99px;background:#ffffff80;transition:background .2s}.mdot.on{background:#fff}.monthly-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border-radius:50%;background:#ffffffeb;color:var(--navy);display:grid;place-items:center;box-shadow:0 4px 14px #0003}.monthly-arrow svg{width:20px;height:20px}.monthly-arrow:hover{background:#fff}.cta{position:relative;margin-top:36px;overflow:hidden;background:linear-gradient(180deg,#eef6fd,#dcecf9)}.cta-waves{position:absolute;left:0;right:0;bottom:0;z-index:0;width:100%;display:block}.cta-in{position:relative;z-index:1;display:flex;align-items:center;gap:34px;padding:40px 0 64px}.cta-phone{width:148px;flex-shrink:0}.cta-mid{flex:1}.cta-mid h3{font-size:25px;font-weight:800;color:var(--navy);line-height:1.45;margin-bottom:20px}.cta-feats{display:flex;gap:30px}.cta-feat{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--navy);font-size:12.5px;font-weight:700;text-align:center}.cta-feat svg{width:30px;height:30px;color:var(--blue);stroke-width:1.6}.cta-btns{display:flex;flex-direction:column;gap:14px;width:340px;flex-shrink:0}.cta-btn{display:flex;align-items:center;gap:14px;padding:15px 20px;border-radius:14px;font-size:15.5px;font-weight:800;transition:transform .16s,box-shadow .16s}.cta-btn .chev{margin-left:auto}.cta-btn .chev svg{width:18px;height:18px}.cta-btn:hover{transform:translateY(-2px)}.cta-line{background:var(--line-green);color:#fff;box-shadow:0 8px 20px #06c75552}.cta-line .badge-ic{width:30px;height:30px;border-radius:8px;background:#fff;display:grid;place-items:center}.cta-line .badge-ic svg{width:22px;height:22px;color:var(--line-green)}.cta-insta{background:#fff;color:var(--navy);box-shadow:var(--shadow-soft);border:1.5px solid var(--line)}.cta-insta .badge-ic{width:30px;height:30px;border-radius:9px;background:linear-gradient(45deg,#f9ce34,#ee2a7b 50%,#6228d7);display:grid;place-items:center}.cta-insta .badge-ic svg{width:19px;height:19px;color:#fff}.footer{background:var(--navy-900);color:#cfdcea;padding:48px 0 30px}.foot-top{display:flex;gap:50px;flex-wrap:wrap;justify-content:space-between}.foot-brand .brand-name{color:#fff}.foot-brand .brand-sub{color:#8fa6bd}.foot-brand p{margin-top:14px;font-size:13px;color:#9fb4c9;max-width:300px;line-height:1.8}.foot-cols{display:flex;gap:54px;flex-wrap:wrap}.foot-col h4{font-size:13px;font-weight:800;color:#fff;margin-bottom:14px;letter-spacing:.04em}.foot-col a{display:block;font-size:13.5px;color:#a9bdd1;padding:5px 0;transition:color .16s}.foot-col a:hover{color:#fff}.foot-bottom{margin-top:38px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12px;color:#8096ad}.ph-img{width:100%;position:relative;overflow:hidden;background-size:cover;background-position:center;display:grid;place-items:center}.ph-img .ph-glyph{position:relative;z-index:1;opacity:.4;color:#ffffffeb}.ph-img .ph-glyph svg{width:46px;height:46px}.ph-img:after{content:"";position:absolute;inset:0;background:#ffffff0f}.crumb{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);padding:20px 0 4px;font-weight:600}.crumb a:hover{color:var(--blue)}.crumb svg{width:13px;height:13px}.page-head{padding:14px 0 26px}.page-head h1{font-size:32px;font-weight:800;color:var(--navy)}.page-head p{color:var(--ink-soft);font-size:15px;margin-top:6px}.list-layout{display:grid;grid-template-columns:268px 1fr;gap:34px;align-items:start;padding-bottom:60px}.filters{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:22px;position:sticky;top:104px}.filter-group{padding:6px 0 16px;border-bottom:1px solid var(--line);margin-bottom:16px}.filter-group:last-child{border:none;margin:0;padding-bottom:0}.filter-group h4{font-size:14px;font-weight:800;color:var(--navy);margin-bottom:13px}.chip-row{display:flex;flex-wrap:wrap;gap:9px}.chip{background:var(--sky-50);border:1.5px solid transparent;color:var(--ink-soft);font-size:13px;font-weight:700;padding:8px 14px;border-radius:999px;transition:all .16s}.chip:hover{border-color:var(--sky-200)}.chip.on{background:var(--navy);color:#fff;border-color:var(--navy)}.list-search{display:flex;align-items:center;background:var(--sky-50);border-radius:999px;padding:4px 4px 4px 18px;margin-bottom:14px}.list-search input{flex:1;border:none;background:none;outline:none;font-family:inherit;font-size:14px;padding:10px 4px;color:var(--ink)}.list-search button{width:40px;height:40px;border-radius:50%;background:var(--blue-deep);color:#fff;display:grid;place-items:center}.list-search button svg{width:18px;height:18px}.list-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.list-count{font-size:14px;color:var(--ink-soft);font-weight:700}.list-count b{color:var(--navy)}.sort{margin-left:auto;display:flex;gap:8px}.results{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.empty{grid-column:1/-1;text-align:center;padding:60px 20px;color:var(--muted)}.empty svg{width:54px;height:54px;color:var(--sky-200);margin:0 auto 14px}.active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.afilter{display:inline-flex;align-items:center;gap:7px;background:var(--sky-100);color:var(--navy);font-size:12.5px;font-weight:700;padding:6px 8px 6px 13px;border-radius:999px}.afilter button{width:18px;height:18px;border-radius:50%;background:#163a5f1f;display:grid;place-items:center;color:var(--navy)}.afilter button svg{width:11px;height:11px}.clear-all{font-size:12.5px;font-weight:700;color:var(--blue);padding:6px}.detail-hero{position:relative;height:380px;overflow:hidden}.detail-hero .ph-img{height:100%}.detail-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(16,42,69,.5),transparent 50%)}.detail-wrap{max-width:980px;margin:0 auto;padding:0 28px}.detail-card{position:relative;z-index:2;margin-top:-92px;background:#fff;border-radius:var(--r-xl);box-shadow:var(--shadow-card);padding:34px 38px}.detail-badges{display:flex;gap:9px;margin-bottom:14px;flex-wrap:wrap}.d-badge{padding:5px 14px;border-radius:999px;font-size:13px;font-weight:800;color:#fff}.detail-card h1{font-size:30px;font-weight:800;color:var(--navy);line-height:1.35}.detail-sub{font-size:15px;color:var(--ink-soft);margin-top:10px;font-weight:600}.detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 4px}.detail-actions{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:9px;background:var(--blue-deep);color:#fff;font-weight:800;font-size:15px;padding:14px 26px;border-radius:999px;transition:transform .16s}.btn-primary:hover{transform:translateY(-2px)}.btn-primary svg{width:19px;height:19px}.btn-ghost{display:inline-flex;align-items:center;gap:9px;background:#fff;border:1.6px solid var(--line);color:var(--navy);font-weight:800;font-size:15px;padding:14px 24px;border-radius:999px;transition:all .16s}.btn-ghost:hover{border-color:var(--sky-200);background:var(--sky-50)}.btn-ghost svg{width:19px;height:19px}.btn-ghost.on{color:#ee6b7a;border-color:#f6cdd3;background:#fdf2f3}.detail-body{display:grid;grid-template-columns:1fr 312px;gap:38px;padding:44px 0 60px;max-width:980px;margin:0 auto}.detail-body.solo{display:block}.prose h2{font-size:21px;font-weight:800;color:var(--navy);margin:30px 0 14px;padding-left:14px;border-left:5px solid var(--blue-bright);line-height:1.4}.prose h2:first-child{margin-top:0}.prose p{font-size:15.5px;color:var(--ink-soft);line-height:1.95;margin-bottom:14px}.prose .gallery{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:20px 0}.prose .gallery .ph-img{aspect-ratio:4/3;border-radius:14px}.editor-note{background:var(--orange-soft);border-left:4px solid var(--orange);border-radius:var(--r-md);padding:18px 20px;margin:8px 0 6px}.editor-note .en-label{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:800;color:#b9791a;margin-bottom:6px}.editor-note .en-label svg{width:17px;height:17px}.editor-note p{margin:0;font-size:14.5px;color:var(--ink-soft);line-height:1.85}.source-note{margin-top:18px;font-size:12.5px;color:var(--muted);line-height:1.75;border-top:1px dashed var(--line);padding-top:14px}.info-card{background:var(--sky-50);border-radius:var(--r-lg);padding:24px;position:sticky;top:104px}.info-card h3{font-size:16px;font-weight:800;color:var(--navy);margin-bottom:16px}.info-row{display:flex;gap:12px;padding:13px 0;border-bottom:1px solid var(--line);font-size:14px}.info-row:last-child{border:none}.info-row .ik{flex-shrink:0;width:74px;color:var(--muted);font-weight:700}.info-row .iv{color:var(--ink);font-weight:600}.info-row .iv svg{width:15px;height:15px;vertical-align:-2px;margin-right:4px;color:var(--blue)}.related{background:var(--sky-50);padding:50px 0}.related .cards3{margin-top:24px}.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%) translateY(20px);z-index:120;background:var(--navy-900);color:#fff;padding:13px 22px;border-radius:999px;font-size:14px;font-weight:700;box-shadow:0 14px 36px #102a4559;opacity:0;pointer-events:none;transition:all .3s;display:flex;align-items:center;gap:9px}.toast svg{width:18px;height:18px;color:#ee8b96}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}.to-top{position:fixed;right:24px;bottom:24px;z-index:50;width:48px;height:48px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;box-shadow:var(--shadow-card);opacity:0;pointer-events:none;transition:opacity .25s,transform .25s}.to-top.show{opacity:1;pointer-events:auto}.to-top:hover{transform:translateY(-3px)}.to-top svg{width:22px;height:22px}@media(max-width:1080px){.nav{display:none}.menu-btn{display:grid}.hero-in{flex-direction:column;padding:40px 0}.weather{position:static;width:100%;max-width:540px;margin-top:8px}.catstrip{margin-top:24px}.feature-cols{grid-template-columns:1fr}.bottom-grid{grid-template-columns:1fr 1fr;gap:24px}.monthly{grid-column:1/-1}.detail-body{grid-template-columns:1fr}.info-card{position:static}}@media(max-width:820px){.catgrid{grid-template-columns:repeat(4,1fr);gap:6px}.wpick{grid-template-columns:1fr}.wpick-img{min-height:200px}.wpick-body{padding:24px 22px}.wpick-title{font-size:23px}.cards3,.banners,.list-layout{grid-template-columns:1fr}.filters{position:static}.results{grid-template-columns:1fr}.cta-in{flex-wrap:wrap;justify-content:center;text-align:center}.cta-btns{width:100%}.cta-feats{justify-content:center}}@media(max-width:620px){.wrap{padding:0 18px}.catgrid{grid-template-columns:repeat(3,1fr)}.bottom-grid{grid-template-columns:1fr}.arts{grid-template-columns:1fr 1fr}.hero-h1{font-size:38px}.brand-sub{display:none}.weather-grid{grid-template-columns:1fr 1px 1fr}.detail-card{padding:24px 22px}.detail-card h1{font-size:24px}.cta-feats{gap:18px}}
