.bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:130px;gap:12px}.bento-cell{position:relative}.bento--1 .bento-cell--1{grid-column:1 / -1;grid-row:span 3}.bento--2 .bento-cell--1{grid-column:1 / 3;grid-row:span 3}.bento--2 .bento-cell--2{grid-column:3 / 5;grid-row:span 3}.bento--3 .bento-cell--1{grid-column:1 / 3;grid-row:span 3}.bento--3 .bento-cell--2{grid-column:3 / 5;grid-row:span 2}.bento--3 .bento-cell--3{grid-column:3 / 5;grid-row:span 1}.bento--4 .bento-cell--1{grid-column:1 / 3;grid-row:span 3}.bento--4 .bento-cell--2{grid-column:3 / 4;grid-row:span 2}.bento--4 .bento-cell--3{grid-column:4 / 5;grid-row:span 2}.bento--4 .bento-cell--4{grid-column:3 / 5;grid-row:span 1}.bento--5 .bento-cell--1{grid-column:1 / 3;grid-row:span 3}.bento--5 .bento-cell--2{grid-column:3 / 4;grid-row:span 2}.bento--5 .bento-cell--3{grid-column:4 / 5;grid-row:span 2}.bento--5 .bento-cell--4{grid-column:3 / 4;grid-row:span 1}.bento--5 .bento-cell--5{grid-column:4 / 5;grid-row:span 1}@media(max-width:768px){.bento{grid-template-columns:repeat(2,1fr);grid-auto-rows:120px;gap:10px}.bento .bento-cell{grid-column:auto!important;grid-row:span 2!important}.bento .bento-cell--1{grid-column:1 / -1!important}}.tour-body{font-family:var(--font-body);line-height:1.65;color:var(--color-ink-soft)}.tour-body article{max-width:none!important}.tour-body h2{font-family:var(--font-heading);color:var(--color-accent)!important;font-size:1.5rem!important;margin-bottom:1rem!important;font-weight:700}.tour-body table{width:100%!important;border-collapse:collapse!important;box-shadow:none!important;border-radius:8px!important;overflow:hidden;margin-bottom:1.25rem;border:1px solid var(--color-border)}.tour-body table thead{background-color:var(--color-accent)!important;color:#fff!important}.tour-body table th,.tour-body table td{padding:12px 16px!important;text-align:left;border-bottom:1px solid var(--color-border)}.tour-body table tbody tr:nth-child(2n){background-color:#f9fafb!important}.tour-body table tbody tr:nth-child(odd){background-color:#fff!important}.tour-body p{margin-bottom:1rem}.tour-body strong{color:var(--color-ink);font-weight:700}.tour-body div[style*="background-color:#e0f2fe"],.tour-body div[style*="background-color: #e0f2fe"]{background-color:#eff6ff!important;border-left:4px solid #3b82f6!important;padding:14px 18px!important;border-radius:6px!important;margin-top:1rem!important}.tour-body div[style*="background-color:#e0f2fe"] p,.tour-body div[style*="background-color: #e0f2fe"] p{margin:0!important;color:var(--color-ink-soft)}.tour-body h2[style*="#0f766e"]{border-bottom-color:var(--color-accent)!important}.tour-body h3[style*="color: #0f766e"],.tour-body h3[style*="color:#0f766e"]{color:var(--color-accent)!important}.tour-body h2[style*="#FF2D55"]{color:var(--color-brand)!important;border-bottom-color:var(--color-brand)!important}.tour-body h3[style*="#FF2D55"]{color:var(--color-brand)!important}.tour-body strong[style*="color: #0f766e"],.tour-body strong[style*="color:#0f766e"]{color:var(--color-ink)!important}.tour-body div[style*="background-color: #fef3c7"],.tour-body div[style*="background-color:#fef3c7"]{background-color:var(--color-brand-soft)!important;border-left-color:var(--color-brand)!important}.tour-body div[style*="background-color: #fef3c7"] p[style*="#d97706"],.tour-body div[style*="background-color:#fef3c7"] p[style*="#d97706"]{color:var(--color-brand-deep)!important}.tour-body section[style*="background-color: #f0fdf4"],.tour-body section[style*="background-color:#f0fdf4"]{background-color:var(--color-bg-soft)!important;border-left-color:var(--color-accent)!important}.tour-body section[style*="background-color: #f0fdf4"] h2[style*="#15803d"],.tour-body section[style*="background-color:#f0fdf4"] h2[style*="#15803d"]{border-bottom-color:var(--color-accent)!important}.lightbox{position:fixed;inset:0;background:#0a0a0aeb;display:none;align-items:center;justify-content:center;z-index:9999;padding:clamp(16px,4vw,48px)}.lightbox[aria-hidden=false]{display:flex}body.lightbox-open{overflow:hidden}.lightbox__stage{position:relative;max-width:min(1200px,100%);max-height:100%;margin:0;display:flex;flex-direction:column;align-items:center;gap:12px}.lightbox__img{max-width:100%;max-height:calc(100vh - 160px);width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000080}.lightbox__caption{color:#fff;font-size:.95rem;text-align:center;min-height:1.25em;text-shadow:0 1px 2px rgba(0,0,0,.5)}.lightbox__counter{color:#ffffffb3;font-size:.8rem;letter-spacing:.05em}.lightbox__close,.lightbox__nav{position:absolute;background:#00000080;color:#fff;border:0;width:48px;height:48px;border-radius:9999px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.4rem;line-height:1;transition:background .2s,transform .2s;z-index:2}.lightbox__close:hover,.lightbox__nav:hover{background:#000000d9;transform:scale(1.05)}.lightbox__close{top:16px;right:16px;font-size:1.8rem}.lightbox__nav--prev{left:16px;top:50%;transform:translateY(-50%)}.lightbox__nav--next{right:16px;top:50%;transform:translateY(-50%)}.lightbox__nav--prev:hover,.lightbox__nav--next:hover{transform:translateY(-50%) scale(1.05)}@media(max-width:640px){.lightbox__close,.lightbox__nav{width:40px;height:40px;font-size:1.1rem}.lightbox__close{top:10px;right:10px}.lightbox__nav--prev{left:8px}.lightbox__nav--next{right:8px}}
