/* =========
   Base
========= */
* {
  box-sizing: border-box;
}

html {
  scrollbar-gutter: stable;
  overflow-y: scroll;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "Hiragino Sans", "Noto Sans JP", Arial, sans-serif;
  color: #111;
  background-color: #fafafa;
  line-height: 1.8;
}

/* =========
   Layout
========= */
.site-header,
.site-footer {
  padding: 1.5rem 1rem;
  text-align: center;
}

.site-title {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.content {
  padding: 3rem 1.5rem 4rem;
}

/* Top page */
.statement {
  max-width: 680px;
  margin: 0 auto;
}

/* =========
   Navigation
========= */
.site-nav {
  margin-top: 0.75rem;
}

.site-nav a {
  margin: 0 0.6rem;
  font-size: 0.75rem;
  text-decoration: none;
  color: #555;
}

.site-nav a:hover {
  text-decoration: underline;
}

/* =========
   Typography
========= */
.lead {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.sub-lead {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.description {
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  color: #333;
}

/* =========
   Page
========= */
.page-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

/* Only applies within .page blocks */
.page p {
  margin-bottom: 1.5rem;
}

/* =========
   Footer
========= */
.site-footer {
  font-size: 0.75rem;
  color: #777;
}

.footer-links {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #555;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-sep {
  margin: 0 0.4rem;
  color: #aaa;
}

/* =========
   Utility
========= */
.pc-only {
  display: none;
}

/* =========
   Page Float (Desktop only)
========= */
@media (min-width: 768px) {
  .page-float {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* =========
   Responsive (Desktop)
========= */
@media (min-width: 768px) {
  .content {
    padding: 5rem 2rem 6rem;
  }

  .lead {
    font-size: 1.6rem;
  }

  .sub-lead {
    font-size: 1.15rem;
  }

  .pc-only {
    display: inline;
  }
}

/* =========
   AZOTH
========= */
.azoth-lead {
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

/* AZOTH note style (used on top + AZOTH page; keep single source of truth) */
.azoth-note {
  margin-top: 3rem;
  font-size: 0.85rem;
  color: #555;
}

/* Links inside AZOTH notes only */
.azoth-note a {
  color: #555;
  text-decoration: none;
}

.azoth-note a:hover {
  text-decoration: underline;
}

.azoth-note-sub {
  margin-top: 2rem;
}

/* =========
   Menu
========= */
.menu {
  max-width: 640px;
  margin: 0 auto;
}

.menu-intro {
  font-size: 0.95rem;
  margin-bottom: 3rem;
  color: #333;
}

.menu-section {
  margin-bottom: 3rem;
}

.menu-title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list li {
  margin-bottom: 1.2rem;
}

.item-name {
  display: block;
  font-size: 0.95rem;
}

.item-note {
  display: block;
  font-size: 0.75rem;
  color: #666;
}

/* Price: keep stable layout as menu grows */
.item-price {
  display: block;
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.25rem;
  white-space: nowrap;
}

/* Menu detail list (brands / items) */
.item-detail {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  font-size: 0.75rem;
  color: #666;
}

.item-detail li {
  margin: 0.2rem 0;
}

/* Optional short line under a menu item */
.item-subnote {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  color: #666;
}

.menu-note {
  margin-top: 4rem;
  font-size: 0.75rem;
  color: #555;
}

/* =========
   Menu Back Link
========= */
.menu-back {
  font-size: 0.75rem;
  margin-bottom: 2rem;
}

.menu-back a {
  color: #555;
  text-decoration: none;
}

.menu-back a:hover {
  text-decoration: underline;
}

/* =========
   Contact
========= */
.contact-mail {
  margin: 2.5rem 0;
  font-size: 1rem;
}

.contact-mail a {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

.contact-mail a:hover {
  border-bottom-color: #111;
}

.contact-note {
  font-size: 0.8rem;
  color: #555;
}
