:root{--blue:#0a4eff;--red:#ef233c;--black:#080808;--white:#fff;--gray:#f3f3f3;--text:#202020;--muted:#666;--shadow:0 24px 70px rgba(0,0,0,.22);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit}.wrap{width:min(1160px,92%);margin:auto}.site-header{position:fixed;top:0;left:0;width:100%;z-index:20;background:rgba(8,8,8,.82);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.1)}.nav{height:76px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.brand img{width:46px;height:46px;border-radius:14px;object-fit:cover}.nav-links{margin-left:auto;display:flex;gap:20px}.nav-links a{color:#fff;text-decoration:none;font-size:.92rem;font-weight:700;opacity:.9}.nav-links a:hover{color:var(--red)}.lang,.menu-toggle{border:0;border-radius:999px;background:var(--blue);color:#fff;font-weight:900;padding:10px 14px;cursor:pointer}.menu-toggle{display:none;background:#111;border:1px solid rgba(255,255,255,.2)}.hero{position:relative;min-height:96vh;display:grid;place-items:center;background:#050505;color:#fff;padding:120px 0 70px}.hero-bg{position:absolute;inset:0;background:url('assets/cover-01.jpg') center/cover no-repeat;opacity:.38}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 70% 35%,rgba(10,78,255,.34),transparent 35%),linear-gradient(90deg,#050505 0%,rgba(5,5,5,.82) 42%,rgba(5,5,5,.28) 100%)}.hero-content{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}.eyebrow,.section-kicker{color:var(--red);text-transform:uppercase;letter-spacing:.16em;font-weight:950;font-size:.82rem}.hero h1,.section h2{font-size:clamp(2.7rem,7vw,6.8rem);line-height:.88;margin:12px 0;text-transform:uppercase;font-weight:1000;letter-spacing:-.065em}.hero h1{max-width:720px}.lead{font-size:clamp(1.05rem,2vw,1.35rem);color:#eee;max-width:650px;line-height:1.6}.hero-actions,.social-buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 24px;text-decoration:none;font-weight:950;text-transform:uppercase;letter-spacing:.03em;border:2px solid transparent;cursor:pointer}.btn.primary{background:var(--red);color:#fff;box-shadow:0 14px 34px rgba(239,35,60,.34)}.btn.ghost{border-color:#fff;color:#fff}.hero-card{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transform:rotate(1.5deg);border:8px solid rgba(255,255,255,.12)}.hero-card img{height:430px;width:100%;object-fit:cover}.info-strip{background:var(--blue);color:#fff}.strip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px}.strip-grid article{padding:24px;background:rgba(0,0,0,.08)}.strip-grid strong,.strip-grid span{display:block}.strip-grid span{opacity:.9;margin-top:6px}.section{padding:96px 0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.section h2{font-size:clamp(2.3rem,5vw,4.6rem);color:#080808}.section p{font-size:1.04rem;line-height:1.75;color:#555}.check-list{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:13px}.check-list li{padding:14px 16px;border-left:5px solid var(--blue);background:#f6f6f6;border-radius:14px;font-weight:750}.image-stack{position:relative;min-height:520px}.image-stack img{position:absolute;border-radius:var(--radius);box-shadow:var(--shadow);object-fit:cover}.image-stack img:first-child{width:72%;height:420px;right:0;top:0}.image-stack img:last-child{width:60%;height:300px;left:0;bottom:0;border:8px solid #fff}.dark{background:#070707;color:#fff;position:relative;overflow:hidden}.dark:before{content:"寿司";position:absolute;right:-5%;top:10%;font-size:15rem;color:rgba(10,78,255,.2);font-weight:1000}.dark h2,.dark p{color:#fff}.cards{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:38px}.food-card{background:linear-gradient(180deg,#151515,#0d0d0d);padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:24px;min-height:230px}.food-card span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--blue);font-weight:950}.food-card h3{font-size:1.45rem;text-transform:uppercase;line-height:1;margin:22px 0 12px}.food-card p{color:#cfcfcf}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px}.section-head p{max-width:420px}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px}.gallery img{width:100%;height:260px;object-fit:cover;border-radius:22px;cursor:zoom-in;transition:.25s ease;filter:saturate(1.07)}.gallery img:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.gallery img:nth-child(3),.gallery img:nth-child(4){grid-row:span 2;height:534px}.media{background:#f5f5f5}.media-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:start}.social-buttons a{padding:13px 18px;border-radius:999px;text-decoration:none;color:#fff;font-weight:900;background:#111}.social-buttons a:nth-child(2){background:var(--red)}.social-card{display:flex;align-items:center;gap:14px;background:#fff;border-radius:22px;padding:14px;margin-top:22px;box-shadow:0 10px 28px rgba(0,0,0,.08)}.social-card img{width:62px;height:62px;border-radius:16px;object-fit:cover}.social-card p{margin:3px 0 0}.video-box,.fb-embed{background:#111;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.video-box iframe{width:100%;aspect-ratio:16/9;border:0;display:block}.fb-embed{grid-column:2;background:#fff;padding:10px}.fb-embed iframe{width:100%!important;max-width:100%}.contact{display:grid;grid-template-columns:1fr .85fr;gap:36px}.contact-card,.form{border-radius:var(--radius);background:#fff;box-shadow:0 18px 60px rgba(0,0,0,.1);padding:34px}.map{border-radius:22px;overflow:hidden;margin-top:24px;background:#eee}.map iframe{width:100%;height:320px;border:0;display:block}.form{display:grid;gap:12px;background:#090909;color:#fff}.form label{font-weight:850}.form input,.form textarea{width:100%;border:1px solid rgba(255,255,255,.12);background:#161616;color:#fff;border-radius:16px;padding:15px;font:inherit;outline:none}.form input:focus,.form textarea:focus{border-color:var(--blue)}.form .btn{margin-top:8px}.footer{background:#050505;color:#fff;padding:28px 0}.footer-grid{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer a{color:#fff;font-weight:900}.whatsapp{position:fixed;right:22px;bottom:22px;width:62px;height:62px;z-index:25;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;text-decoration:none;font-size:1.7rem;box-shadow:0 14px 34px rgba(0,0,0,.35)}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:50;display:none;align-items:center;justify-content:center;padding:22px}.lightbox.open{display:flex}.lightbox img{max-width:min(1100px,94vw);max-height:86vh;border-radius:18px;object-fit:contain}.close{position:absolute;right:22px;top:18px;background:#fff;border:0;border-radius:50%;width:48px;height:48px;font-size:2rem;cursor:pointer}.reveal{opacity:0;transform:translateY(26px);transition:.75s ease}.reveal.in{opacity:1;transform:none}@media(max-width:920px){.menu-toggle{display:block;margin-left:auto}.nav-links{position:absolute;top:76px;left:4%;right:4%;display:none;flex-direction:column;background:#111;border-radius:18px;padding:18px}.nav-links.open{display:flex}.nav .lang{margin-left:0}.hero-content,.two-col,.media-grid,.contact{grid-template-columns:1fr}.hero-card img{height:280px}.strip-grid,.cards{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.gallery img,.gallery img:nth-child(3),.gallery img:nth-child(4){height:250px;grid-row:auto}.image-stack{min-height:auto;display:grid;grid-template-columns:1fr 1fr;gap:12px}.image-stack img{position:static!important;width:100%!important;height:280px!important;border:0!important}.fb-embed{grid-column:auto}.section{padding:68px 0}}@media(max-width:560px){.nav{height:68px}.brand span{font-size:.88rem}.hero{padding-top:100px}.hero-actions .btn{width:100%}.section-head{display:block}.gallery{grid-template-columns:1fr}.gallery img{height:320px}.footer-grid{display:block}.hero h1{font-size:3rem}.section h2{font-size:2.35rem}.contact-card,.form{padding:24px}.whatsapp{width:56px;height:56px}}
