:root{
  --bg:#fff7ed;
  --paper:#ffffff;
  --text:#1f2937;
  --muted: rgba(31,41,55,.65);
  --border: rgba(31,41,55,.12);
  --brand:#ea580c;
  --brand2:#f97316;
  --shadow: 0 14px 40px rgba(31,41,55,.10);
  --radius: 22px;
}
*{box-sizing:border-box}
body{margin:0; font-family:'Noto Sans JP','Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; color:var(--text); background:
  radial-gradient(900px 600px at 10% 0%, rgba(249,115,22,.18), transparent 55%),
  radial-gradient(900px 600px at 90% 10%, rgba(234,88,12,.12), transparent 55%),
  linear-gradient(180deg, var(--bg) 0%, #fff 100%);
}
a{color:inherit}
.wrap{width:min(1080px, calc(100% - 32px)); margin:0 auto;}

.hdr{position:sticky; top:0; z-index:30; background: rgba(255,247,237,.85); border-bottom: 1px solid rgba(31,41,55,.08); backdrop-filter: blur(10px);} 
.hdr__inner{display:flex; justify-content:space-between; align-items:center; gap:12px; padding: 14px 0;}
.name{text-decoration:none; font-weight:1000; letter-spacing:.02em;}
.links{display:flex; gap:12px; align-items:center; flex-wrap:wrap;}
.links a{text-decoration:none; font-weight:800; color: rgba(31,41,55,.82);}
.links a:hover{text-decoration:underline;}

.btn{display:inline-flex; align-items:center; justify-content:center; padding:10px 14px; border-radius: 999px; border: 1px solid rgba(31,41,55,.16); text-decoration:none; font-weight:900; background: rgba(255,255,255,.75);} 
.btn--primary{background: linear-gradient(135deg, var(--brand), var(--brand2)); color:#fff; border-color: transparent; box-shadow: 0 14px 30px rgba(234,88,12,.18);} 

/* Back to samples (consistent + accessible) */
.back-to-samples{white-space:nowrap;}
.back-to-samples:focus-visible{outline: 3px solid rgba(31,41,55,.55); outline-offset: 3px;}

.hero{padding: 30px 0 12px;}
.hero__inner{background: rgba(255,255,255,.78); border: 1px solid rgba(31,41,55,.10); border-radius: calc(var(--radius) + 10px); box-shadow: var(--shadow); padding: 24px;}
.hero__badge{display:inline-flex; padding:6px 10px; border-radius:999px; background: rgba(234,88,12,.10); color:#9a3412; font-weight:1000; font-size:12px;}
.hero h1{margin:10px 0 8px; font-size: 34px;}
.hero p{margin:0; color: var(--muted); line-height:1.9;}

.hero__info{display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:10px; margin-top: 14px;}
.info{background:#fff; border: 1px solid rgba(31,41,55,.10); border-radius: 16px; padding: 12px;}
.info b{display:block; font-size:12px; color: rgba(31,41,55,.68);} 
.info span{display:block; margin-top: 4px; font-weight:1000;} 

.section{padding: 34px 0;}
.section--alt{background: rgba(249,115,22,.06); border-top: 1px solid rgba(31,41,55,.08); border-bottom: 1px solid rgba(31,41,55,.08);} 
.head h2{margin:0 0 6px; font-size: 22px;}
.head p{margin:0; color: var(--muted); line-height:1.8;}

.menu{display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:12px; margin-top: 14px;}
.item{background:#fff; border: 1px solid rgba(31,41,55,.10); border-radius: 18px; padding: 14px; box-shadow: 0 12px 30px rgba(31,41,55,.08);} 
.item__name{font-weight:1000;}
.item__price{font-weight:1000; color:#9a3412; margin-top: 2px;}
.item__desc{color: var(--muted); font-size: 13px; margin-top: 6px;}

.access{display:grid; grid-template-columns: 1.1fr .9fr; gap:12px; margin-top: 14px; align-items:stretch;}
.map{position:relative; border-radius: 20px; border:1px dashed rgba(31,41,55,.25); background: rgba(255,255,255,.70); min-height: 220px; display:grid; place-items:center; overflow:hidden;}
.map__text{font-weight:1000; color: rgba(31,41,55,.55); letter-spacing:.08em;}
.map__pin{position:absolute; width:16px; height:16px; border-radius: 999px; background: var(--brand); box-shadow: 0 0 0 10px rgba(234,88,12,.12);} 
.addr{background:#fff; border:1px solid rgba(31,41,55,.10); border-radius: 20px; padding: 14px; box-shadow: 0 12px 30px rgba(31,41,55,.08);} 
.addr__row{display:flex; justify-content:space-between; gap:12px; padding: 10px 0; border-bottom: 1px solid rgba(31,41,55,.08);} 
.addr__row:last-child{border-bottom:0}
.addr b{color: rgba(31,41,55,.70);} 

.reserve{display:grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items:start;}
.muted{color: var(--muted); line-height:1.8;}
.chips{display:flex; gap:8px; flex-wrap:wrap; margin-top: 10px;}
.chip{padding: 6px 10px; border-radius: 999px; background: rgba(234,88,12,.10); color:#9a3412; font-weight:1000; font-size: 12px; border: 1px solid rgba(234,88,12,.18);} 
.form{background:#fff; border: 1px solid rgba(31,41,55,.10); border-radius: 22px; padding: 14px; box-shadow: 0 12px 30px rgba(31,41,55,.08);} 
label{display:grid; gap:6px; font-size: 13px; color: rgba(31,41,55,.70); margin-bottom: 10px;}
input,textarea{font:inherit; padding: 10px 12px; border-radius: 14px; border: 1px solid rgba(31,41,55,.12);} 

.ftr{padding: 18px 0 34px;}
.ftr__inner{display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; color: rgba(31,41,55,.70); font-size: 12px;}
.ftr__inner a{text-decoration:none; font-weight:800;}

@media (max-width: 980px){
  .hero h1{font-size: 28px;}
  .hero__info{grid-template-columns: 1fr;}
  .menu{grid-template-columns: 1fr;}
  .access{grid-template-columns: 1fr;}
  .reserve{grid-template-columns: 1fr;}
}