:root{--yellow:#fede00;--black:#000000;--white:#ffffff;--green:#0b6e4f;--surf:rgba(0,0,0,0.04);--surf2:rgba(0,0,0,0.07);--line:rgba(0,0,0,0.08);--shadow:0 8px 30px rgba(0,0,0,0.08);--shadow-sm:0 2px 12px rgba(0,0,0,0.06);--r:24px;--rs:16px;--max:1200px;--pat-y:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='189.66' height='122.28' viewBox='0 0 189.66 122.28'%3E%3Cpolygon points='0,0 0,114.22 86.77,86.77 86.77,0' fill='rgba(0,0,0,0.06)'/%3E%3Cpolygon points='181.6,61.14 181.6,175.36 94.83,147.91 94.83,61.14' fill='rgba(0,0,0,0.06)'/%3E%3Cpolygon points='181.6,-61.14 181.6,53.08 94.83,25.63 94.83,-61.14' fill='rgba(0,0,0,0.06)'/%3E%3C/svg%3E");--pat-w:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='189.66' height='122.28' viewBox='0 0 189.66 122.28'%3E%3Cpolygon points='0,0 0,114.22 86.77,86.77 86.77,0' fill='rgba(255,255,255,0.07)'/%3E%3Cpolygon points='181.6,61.14 181.6,175.36 94.83,147.91 94.83,61.14' fill='rgba(255,255,255,0.07)'/%3E%3Cpolygon points='181.6,-61.14 181.6,53.08 94.83,25.63 94.83,-61.14' fill='rgba(255,255,255,0.07)'/%3E%3C/svg%3E")}*{box-sizing:border-box}html{scroll-behavior:smooth}:root{--ease:cubic-bezier(0.22,1,0.36,1);--ease-io:cubic-bezier(0.65,0,0.35,1)}@keyframes page-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.page-in{animation:page-in .5s var(--ease) both}.reveal{opacity:0;transform:translateY(18px) scale(.985);transition:opacity .6s var(--ease),transform .7s var(--ease);transition-delay:calc(var(--i, 0) * 70ms);will-change:opacity,transform}.reveal.in{opacity:1;transform:none}.reveal.in:hover{transition-delay:0s}@keyframes drop-in{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:none}}@keyframes pulse{0%,to{box-shadow:0 0 0 0 rgba(11,110,79,.45)}60%{box-shadow:0 0 0 6px rgba(11,110,79,0)}}.dot:not(.off){animation:pulse 2.4s ease-out infinite}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.dot,.page-in{animation:none}.reveal{opacity:1;transform:none;transition:none}*,:after,:before{transition-duration:.01ms!important}}body{margin:0;background:var(--white);color:var(--black);font-family:ui-rounded,SF Pro Rounded,-apple-system,Nunito,Segoe UI,system-ui,sans-serif;font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4{margin:0;line-height:1.05;letter-spacing:-.015em}h1,h2,h3{font-weight:700}h4{font-weight:500}p{margin:0}button{cursor:pointer;border:0;background:none}button,input,select,textarea{font:inherit;color:inherit}.container{max-width:var(--max);margin:0 auto;padding:0 24px}.anchor{scroll-margin-top:96px}.section{padding-top:72px}.pat-y{background-color:var(--yellow);background-image:var(--pat-y);background-size:190px 122px}.pat-k{background-color:var(--black)}.pat-g,.pat-k{background-image:var(--pat-w);background-size:190px 122px;color:var(--white)}.pat-g{background-color:var(--green)}.panel{border-radius:32px}.card{background:var(--white);border-radius:var(--r);box-shadow:var(--shadow)}.kicker{font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.kicker.green{color:var(--green)}.kicker.yellow{color:var(--yellow)}.pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;font-weight:500;font-size:15px;padding:14px 24px;line-height:1;transition:transform .35s var(--ease),box-shadow .35s var(--ease),background-color .25s var(--ease-io),opacity .25s ease;white-space:nowrap}.pill:hover{transform:translateY(-2px)}.pill:active{transform:translateY(0) scale(.98);transition-duration:.1s}.pill.black{background:var(--black);color:var(--white)}.pill.yellow{background:var(--yellow);color:var(--black)}.pill.white{background:var(--white);color:var(--black);box-shadow:var(--shadow-sm)}.pill.ghost{background:var(--surf);color:var(--black)}.pill.ghost-dark{background:rgba(255,255,255,.12);color:var(--white)}.pill.sm{padding:10px 16px;font-size:13px}.pill:disabled{opacity:.5;transform:none;cursor:default}.chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;font-weight:500;font-size:13px;padding:8px 14px;line-height:1;white-space:nowrap;transition:transform .3s var(--ease),background-color .25s var(--ease-io),box-shadow .3s var(--ease)}a.chip:hover{transform:translateY(-2px)}.chip.white{background:var(--white);color:var(--black);box-shadow:var(--shadow-sm)}.chip.yellow{background:var(--yellow);color:var(--black)}.chip.ghost{background:var(--surf);color:var(--black)}.chip.ghost-dark{background:rgba(255,255,255,.12);color:var(--white)}.dot{width:8px;height:8px;border-radius:50%;display:inline-block;background:var(--green)}.dot.off{background:var(--black);opacity:.35}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px;flex-wrap:wrap}.section-head h2{font-size:40px}.head-text{display:flex;flex-direction:column;gap:8px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;padding:16px 24px 0}.site-header .bar{max-width:var(--max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:10px 10px 10px 24px;border-radius:999px;background:var(--white);box-shadow:var(--shadow)}.site-header nav{display:flex;align-items:center;gap:4px}.site-header nav a{border-radius:999px;padding:10px 16px;font-size:15px;font-weight:400;transition:background-color .3s var(--ease-io),font-weight .2s}.site-header nav a:hover{background:var(--surf)}.site-header nav a.active{background:var(--yellow);font-weight:500}.menu-btn{display:none;width:40px;height:40px;border-radius:50%;background:var(--black);align-items:center;justify-content:center;transition:transform .3s var(--ease)}.menu-btn:active{transform:scale(.92)}.mobile-nav{display:none}.hero{padding:20px 24px 0}.hero .panel{max-width:var(--max);margin:0 auto;padding:56px;display:grid;grid-template-columns:7fr 5fr;grid-gap:48px;gap:48px}.hero-copy{display:flex;flex-direction:column;justify-content:space-between;gap:32px}.hero-copy h1{font-size:clamp(56px,7vw,96px);font-weight:800;line-height:.92;letter-spacing:-.025em}.hero-copy p{font-size:20px;max-width:480px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-side{display:flex;flex-direction:column;gap:16px}.hero-side>img{width:100%;object-fit:cover}.hero-logo,.hero-side>img{height:300px;border-radius:var(--r)}.hero-logo{display:flex;align-items:center;justify-content:center;padding:32px}.hero-logo img{width:min(100%,340px);height:auto;border-radius:0}.story-logo{height:460px;border-radius:24px;display:flex;align-items:center;justify-content:center;padding:32px}.story-logo img{width:min(100%,420px);height:auto;border-radius:0}.find-card{display:flex;flex-direction:column;gap:14px;padding:22px 24px;flex:1 1}.find-card .addr{font-size:20px;font-weight:500;line-height:1.3}.find-card .addr span{font-weight:400}.grid{display:grid;grid-gap:20px;gap:20px}.grid.c4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.c3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.c2{grid-template-columns:repeat(2,minmax(0,1fr))}.tile{display:flex;flex-direction:column;gap:12px;padding:10px 10px 18px;position:relative;color:var(--black);transition:transform .45s var(--ease),box-shadow .45s var(--ease);overflow:hidden}a.tile:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(0,0,0,.13)}.tile .ph,.tile img{width:100%;height:170px;object-fit:cover;border-radius:var(--rs);transition:transform .7s var(--ease)}a.tile:hover img{transform:scale(1.04)}.tile.dept .ph,.tile.dept img{height:190px}.tile.dept .sub{font-size:14px;line-height:1.45}.tile .more{margin-top:6px;font-size:14px}.tile .more summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:4px;font-weight:500;font-size:13px;color:var(--green);padding:4px 0}.tile .more summary::-webkit-details-marker{display:none}.tile .more summary svg{transition:transform .3s var(--ease)}.tile .more[open] summary svg{transform:rotate(90deg)}.tile .more p{margin-top:6px;line-height:1.55}.tile .more .tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.dept-grid{align-items:stretch}.ph{background:var(--surf);display:flex;align-items:center;justify-content:center;text-align:center;font-size:11px;font-weight:500;letter-spacing:.1em;padding:0 12px}.tile .body{display:flex;flex-direction:column;gap:4px;padding:0 8px}.tile .name{font-size:18px;font-weight:600;line-height:1.15}.tile .sub{font-size:13px}.tile .price-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-top:8px}.tile .price{font-size:32px;font-weight:800;letter-spacing:-.02em;line-height:1}.tile .unit,.tile .was{font-size:12px}.tile .was{text-decoration:line-through;opacity:.6;margin-left:6px}.tile .flag{position:absolute;top:20px;left:20px}.story{padding:72px 24px 0}.story .panel{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;padding:24px;align-items:center}.story img{width:100%;height:460px;object-fit:cover;border-radius:var(--r)}.story .copy{display:flex;flex-direction:column;gap:20px;padding:24px 48px 24px 8px}.story h2{font-size:42px;color:var(--white)}.story p{font-size:17px;line-height:1.6}.about-grid{display:grid;grid-template-columns:5fr 7fr;grid-gap:20px;gap:20px}.about-grid .lead{padding:28px}.about-grid .lead h2{font-size:32px}.about-grid .text{display:flex;flex-direction:column;gap:24px;padding:40px;font-size:17px;line-height:1.7}.values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:8px}.values>div{display:flex;flex-direction:column;gap:6px;padding:20px;border-radius:var(--rs);font-size:14px;line-height:1.5}.info-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.stack{gap:20px}.card.pad,.stack{display:flex;flex-direction:column}.card.pad{padding:28px;gap:10px}.hours-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line);font-size:16px}.hours-row b,.hours-row.today{font-weight:500}.hours-row.today b:after{content:" · today";font-weight:400;opacity:.6}.map{width:100%;height:380px;border:0;border-radius:var(--r);display:block}.form{display:flex;flex-direction:column;gap:12px}.form .two{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.input{width:100%;border:0;border-radius:var(--rs);background:var(--surf);padding:14px 16px;font-size:15px;font-weight:400;outline:none;transition:box-shadow .25s var(--ease-io),background-color .25s var(--ease-io)}.input:focus{box-shadow:0 0 0 3px var(--yellow)}textarea.input{min-height:110px;resize:vertical}.notice{border-radius:var(--rs);padding:14px 16px;font-size:14px;font-weight:500}.notice.ok{background:var(--green);color:var(--white)}.notice.err{background:var(--black);color:var(--yellow)}.offers-foot{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-top:20px;font-size:14px}.offers-foot p{opacity:.8}.facts{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.to-top{position:fixed;right:20px;bottom:20px;z-index:35;width:44px;height:44px;border-radius:50%;background:var(--black);color:var(--white);display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow);opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .3s var(--ease),transform .3s var(--ease)}.to-top.show{opacity:1;transform:none;pointer-events:auto}.not-found{min-height:70vh;display:grid;place-items:center;text-align:center;padding:40px 24px}.not-found h1{font-size:clamp(48px,10vw,120px);font-weight:800;letter-spacing:-.03em;line-height:.9}.reviews{display:grid;grid-template-columns:300px 1fr;grid-gap:28px;gap:28px;padding:32px;align-items:start}.reviews-score{display:flex;flex-direction:column;gap:8px}.reviews-score .score{display:flex;align-items:center;gap:12px}.reviews-score .score>span:first-child{font-size:56px;font-weight:800;line-height:1;letter-spacing:-.03em}.reviews-score .stars{display:inline-flex;gap:2px}.reviews-score p{font-size:14px;opacity:.75}.quotes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.quotes blockquote{margin:0;background:var(--surf);border-radius:var(--rs);padding:20px;display:flex;flex-direction:column;gap:10px;font-size:15px;line-height:1.55}.quotes footer{font-size:13px;font-weight:600;opacity:.7}.travel{display:grid;grid-template-columns:36px 1fr;grid-gap:12px;gap:12px;align-items:start}.travel-icon{width:36px;height:36px;border-radius:50%;background:var(--yellow);display:inline-flex;align-items:center;justify-content:center}.travel b{display:block;font-weight:600;margin:6px 0 4px}.travel p{font-size:15px;line-height:1.55;white-space:pre-line}.tabbar{display:none}@media (max-width:900px){.container{padding:0 16px}.section{padding-top:48px}.section-head h2{font-size:30px}.site-header{padding:12px 16px 0}.site-header .bar{padding:12px 12px 12px 18px}.site-header .find,.site-header nav{display:none}.menu-btn{display:inline-flex}.mobile-nav{display:flex;flex-direction:column;gap:4px;max-width:var(--max);margin:8px auto 0;padding:12px;border-radius:var(--r);background:var(--white);box-shadow:var(--shadow);animation:drop-in .3s var(--ease) both;transform-origin:top center}.mobile-nav a{padding:12px 16px;border-radius:999px;font-size:16px;font-weight:500;transition:background-color .25s var(--ease-io)}.mobile-nav a.active{background:var(--yellow)}.mobile-nav[hidden]{display:none}.hero{padding:16px 16px 0}.hero .panel{padding:24px 22px 22px;grid-template-columns:1fr;gap:22px;border-radius:28px}.hero-copy p{font-size:16px}.hero-actions{flex-direction:column}.hero-actions .pill{width:100%}.hero-logo,.hero-side>img{height:180px;border-radius:var(--rs)}.hero-logo img{width:min(100%,240px)}.story-logo{height:240px;border-radius:var(--rs)}.story-logo img{width:min(100%,260px)}.grid{gap:12px}.grid.c3,.grid.c4{grid-template-columns:repeat(2,minmax(0,1fr))}.tile{padding:10px 10px 14px}.tile .ph,.tile img{height:130px}.tile.dept .ph,.tile.dept img{height:140px}.tile.dept .sub{font-size:13px}.tile .name{font-size:16px}.tile .price{font-size:26px}.story{padding:48px 16px 24px}.story .panel{grid-template-columns:1fr;gap:18px;padding:12px 12px 24px;border-radius:28px}.story img{height:200px;border-radius:var(--rs)}.story .copy{padding:0 12px}.story h2{font-size:30px}.about-grid,.info-grid,.reviews{grid-template-columns:1fr}.reviews{padding:24px}.quotes{grid-template-columns:1fr}.about-grid .text{padding:24px}.form .two,.values{grid-template-columns:1fr}.site-footer{padding:0}.site-footer .inner{border-radius:0}.site-footer .cols{grid-template-columns:1fr;padding:40px 24px 24px;gap:28px}.site-footer .legal div{padding:18px 24px 110px}.tabbar{display:block;position:fixed;left:16px;right:16px;bottom:16px;z-index:40}.to-top{bottom:96px;right:16px;width:40px;height:40px}.tabbar .bar{padding:8px 6px;border-radius:28px;background:var(--white);box-shadow:0 10px 40px rgba(0,0,0,.16)}.tabbar .bar,.tabbar a{display:flex;align-items:center}.tabbar a{flex-direction:column;gap:4px;flex:1 1;padding:6px 0;font-size:11px;font-weight:500}.tabbar a span{display:inline-flex;align-items:center;justify-content:center;width:44px;height:30px;border-radius:999px;transition:background-color .3s var(--ease-io),transform .3s var(--ease)}.tabbar a:active span{transform:scale(.9)}.tabbar a.active span{background:var(--yellow)}}.admin{min-height:100vh;background:var(--surf)}.admin-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.admin-side{padding:20px;display:flex;flex-direction:column;gap:6px}.admin-side .logo{padding:8px 12px 20px}.admin-side a{padding:12px 16px;border-radius:999px;font-weight:500;display:flex;gap:10px;align-items:center}.admin-side a:hover{background:rgba(255,255,255,.6)}.admin-side a.active{background:var(--yellow)}.admin-side .spacer{flex:1 1}.admin-side .signout{color:var(--black);opacity:.7}.admin-main{padding:28px 32px 60px;max-width:1100px}.admin-main h1{font-size:34px;font-weight:500;margin-bottom:20px}.admin-main h2{font-size:22px}.admin-head{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:20px}.admin-card{background:var(--white);border-radius:var(--r);box-shadow:var(--shadow-sm);padding:24px}.admin-list{display:flex;flex-direction:column;gap:12px}.admin-item{background:var(--white);border-radius:var(--rs);box-shadow:var(--shadow-sm);padding:14px 16px;display:grid;grid-template-columns:72px 1fr auto;grid-gap:16px;gap:16px;align-items:center}.admin-item .ph,.admin-item img{width:72px;height:72px;object-fit:cover;border-radius:12px}.admin-item .meta{display:flex;flex-direction:column;gap:2px;min-width:0}.admin-item .meta b{font-weight:600;font-size:16px}.admin-item .meta small{font-size:13px;opacity:.75}.admin-item .actions{display:flex;gap:8px;align-items:center}.admin-item.unread{box-shadow:inset 4px 0 0 var(--yellow),var(--shadow-sm)}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.field .input{background:var(--surf)}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.form-grid .full{grid-column:1/-1}.form-actions{margin-top:8px;flex-wrap:wrap}.form-actions,.switch{display:flex;gap:10px;align-items:center}.switch{font-weight:500;font-size:14px}.switch input{width:18px;height:18px;accent-color:var(--green)}.hours-grid{display:grid;grid-template-columns:140px 1fr 1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.hours-grid:last-child{border-bottom:0}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:100%;max-width:420px;padding:36px;display:flex;flex-direction:column;gap:18px}.badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.badge.live{background:var(--green);color:var(--white)}.badge.off{background:var(--surf2)}.badge.soon{background:var(--yellow)}.msg-body{white-space:pre-wrap;font-size:15px;line-height:1.6;margin-top:8px}@media (max-width:900px){.admin-shell{grid-template-columns:1fr}.admin-side{flex-direction:row;flex-wrap:wrap;padding:12px}.admin-side .logo{padding:8px;width:100%}.admin-side .spacer{display:none}.admin-main{padding:16px}.form-grid{grid-template-columns:1fr}.admin-item{grid-template-columns:56px 1fr}.admin-item .actions{grid-column:1/-1}.hours-grid{grid-template-columns:1fr 1fr}}