:root{--c-primary:#c96f6f;}
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Noto Serif SC', serif;
  background: #fff7f0;
  color: #5a4632;
  line-height: 1.9;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.nav {
  background: #fff7f0;
  border-bottom: 1px dashed #f0c9c9;
  padding: 22px 0 16px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}

.brand {
  display: inline-block;
  font-family: 'Lobster', cursive;
  font-size: 40px;
  color: #c96f6f;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.brand span {
  font-family: 'Noto Serif SC', serif;
  font-size: 18px;
  letter-spacing: 8px;
  margin-left: 10px;
  color: #8a5a3c;
}

.nav-menu {
  display: flex;
  justify-content: center;
  gap: 42px;
  flex-wrap: wrap;
}

.nav-menu a {
  font-size: 15px;
  letter-spacing: 3px;
  color: #8a5a3c;
  position: relative;
  padding-bottom: 4px;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #c96f6f;
  border-radius: 2px;
  transition: width 0.3s;
}

.nav-menu a:hover::after,
.nav-menu a.active::after { width: 100%; }

.nav-menu a.active { color: #c96f6f; }

.nav-toggle {
  display: none;
  background: #c96f6f;
  color: #fff7f0;
  border: none;
  padding: 8px 22px;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
}

.hero {
  position: relative;
  height: 640px;
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,247,240,0.55);
}

.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px;
}

.hero-en {
  font-family: 'Lobster', cursive;
  color: #c96f6f;
  font-size: 26px;
  margin-bottom: 14px;
}

.hero-content h1 {
  font-size: 56px;
  letter-spacing: 10px;
  color: #5a4632;
}

.hero-content p {
  margin-top: 20px;
  color: #8a6a50;
  letter-spacing: 4px;
  font-size: 15px;
}

.btn {
  display: inline-block;
  background: #c96f6f;
  color: #fff7f0;
  padding: 14px 40px;
  border-radius: 999px;
  letter-spacing: 4px;
  font-size: 14px;
  margin-top: 34px;
  transition: all 0.3s;
}

.btn:hover {
  background: #a85555;
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  border: 2px solid #c96f6f;
  color: #c96f6f;
}

.btn-outline:hover { background: #c96f6f; color: #fff7f0; }

.scallop-top {
  height: 26px;
  background: radial-gradient(circle at 12px -4px, transparent 22px, #fff7f0 23px);
  background-size: 48px 26px;
  background-repeat: repeat-x;
}

.scallop-bottom {
  height: 26px;
  background: radial-gradient(circle at 12px 30px, transparent 22px, #fff7f0 23px);
  background-size: 48px 26px;
  background-repeat: repeat-x;
}

.section { padding: 70px 0; }

.section-head {
  text-align: center;
  margin-bottom: 50px;
}

.section-en {
  font-family: 'Lobster', cursive;
  color: #c96f6f;
  font-size: 22px;
  margin-bottom: 8px;
}

.section-title {
  font-size: 32px;
  letter-spacing: 8px;
  color: #5a4632;
  margin-bottom: 14px;
}

.dotted-sep {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
}

.dotted-sep::before,
.dotted-sep::after {
  content: "";
  width: 60px;
  border-top: 2px dotted #c96f6f;
}

.dotted-sep i {
  width: 8px;
  height: 8px;
  background: #c96f6f;
  border-radius: 50%;
}

.section-sub {
  color: #8a6a50;
  font-size: 14px;
  letter-spacing: 2px;
}

.product-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.product-card {
  text-align: center;
}

.product-img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 24px;
  border: 8px solid #fde9e9;
  box-shadow: 0 10px 30px rgba(138,90,60,0.15);
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card h3 {
  font-size: 19px;
  letter-spacing: 4px;
  color: #5a4632;
  margin-bottom: 6px;
}

.product-card .desc {
  color: #8a6a50;
  font-size: 14px;
  margin-bottom: 14px;
}

.price-tag {
  display: inline-block;
  background: #5a4632;
  color: #fff7f0;
  padding: 5px 20px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 1px;
}

.pink-band {
  background: #fde9e9;
}

.pink-band .section-title { color: #5a4632; }

.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 50px;
}

.menu-row {
  display: flex;
  align-items: baseline;
  border-bottom: 1px dashed #e8bfbf;
  padding: 18px 0;
}

.menu-name {
  font-size: 16px;
  letter-spacing: 2px;
  color: #5a4632;
  white-space: nowrap;
}

.menu-dots {
  flex: 1;
  border-bottom: 2px dotted #c96f6f;
  margin: 0 12px;
  position: relative;
  top: -4px;
}

.menu-price {
  color: #c96f6f;
  font-size: 16px;
  white-space: nowrap;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.team-card {
  text-align: center;
}

.team-img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 8px solid #fde9e9;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card h3 {
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 4px;
}

.team-card p { color: #c96f6f; font-size: 14px; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.blog-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(138,90,60,0.1);
}

.blog-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.blog-body { padding: 26px; }

.blog-date {
  color: #c96f6f;
  font-size: 13px;
  letter-spacing: 2px;
}

.blog-card h3 {
  font-size: 17px;
  letter-spacing: 2px;
  margin: 8px 0 10px;
  color: #5a4632;
}

.blog-card p {
  color: #8a6a50;
  font-size: 14px;
  margin-bottom: 14px;
}

.read-more {
  color: #c96f6f;
  font-size: 14px;
  border-bottom: 1px solid #c96f6f;
  padding-bottom: 2px;
}

.cta-band {
  background: #f7c8c8;
  text-align: center;
  padding: 80px 0 90px;
  position: relative;
}

.cta-band h2 {
  font-size: 32px;
  letter-spacing: 8px;
  color: #5a4632;
  margin-bottom: 14px;
}

.cta-band p {
  color: #8a6a50;
  margin-bottom: 30px;
}

.page-banner {
  text-align: center;
  padding: 80px 0 40px;
  background: #fff;
}

.page-banner h1 {
  font-size: 36px;
  letter-spacing: 10px;
  color: #5a4632;
}

.page-banner p {
  color: #c96f6f;
  font-family: 'Lobster', cursive;
  font-size: 20px;
  margin-top: 10px;
}

.about-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-wrap img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 200px 200px 0 0;
}

.about-wrap h2 {
  font-size: 28px;
  letter-spacing: 6px;
  color: #5a4632;
  margin: 12px 0 18px;
}

.about-wrap p {
  color: #8a6a50;
  margin-bottom: 16px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.value-card {
  text-align: center;
  background: #fff;
  border-radius: 24px;
  padding: 44px 30px;
  box-shadow: 0 8px 24px rgba(138,90,60,0.08);
}

.value-circle {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #fde9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 30px;
}

.value-card h3 {
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.value-card p { color: #8a6a50; font-size: 14px; }

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.gallery-fig {
  text-align: center;
}

.gallery-fig img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 200px 200px 0 0;
}

.gallery-fig figcaption {
  margin-top: 14px;
  letter-spacing: 3px;
  color: #8a6a50;
  font-size: 14px;
}

.article-row {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 34px;
  box-shadow: 0 8px 24px rgba(138,90,60,0.08);
}

.article-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-body { padding: 34px 38px; }

.article-body h2 {
  font-size: 22px;
  letter-spacing: 3px;
  margin: 10px 0 12px;
  color: #5a4632;
}

.article-body p {
  color: #8a6a50;
  margin-bottom: 16px;
  font-size: 14px;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.contact-item {
  background: #fff;
  border-radius: 18px;
  padding: 24px 30px;
  margin-bottom: 18px;
  box-shadow: 0 6px 18px rgba(138,90,60,0.08);
}

.contact-item h3 {
  color: #c96f6f;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 6px;
}

.contact-item p { color: #5a4632; }

.form-group { margin-bottom: 20px; }

.form-group input,
.form-group textarea {
  width: 100%;
  border: 2px solid #f0c9c9;
  background: #fff;
  border-radius: 16px;
  padding: 14px 20px;
  font-family: 'Noto Serif SC', serif;
  font-size: 15px;
  color: #5a4632;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus { border-color: #c96f6f; }

.form-group textarea { height: 140px; resize: vertical; }

.map-place {
  margin-top: 50px;
  height: 300px;
  background: #fde9e9;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a6a50;
  letter-spacing: 4px;
}

.footer {
  background: #5a4632;
  color: #f0d9c9;
  text-align: center;
  padding: 60px 0 28px;
}

.footer-brand {
  font-family: 'Lobster', cursive;
  font-size: 30px;
  color: #fff7f0;
  margin-bottom: 10px;
}

.footer-info { font-size: 13px; margin-bottom: 22px; }

.footer-copy {
  font-size: 12px;
  color: #bda890;
  border-top: 1px solid rgba(255,247,240,0.2);
  padding-top: 20px;
}

@media (max-width: 768px) {
  .nav-inner { padding: 0 20px; }
  .brand { font-size: 32px; }
  .nav-toggle { display: inline-block; margin-bottom: 12px; }
  .nav-menu {
    flex-direction: column;
    gap: 0;
    display: none;
  }
  .nav-open .nav-menu { display: flex; }
  .nav-menu a { padding: 12px 0; border-top: 1px dashed #f0c9c9; }
  .hero { height: 480px; }
  .hero-content h1 { font-size: 34px; letter-spacing: 6px; }
  .hero-content p { letter-spacing: 2px; }
  .section { padding: 50px 0; }
  .section-title { font-size: 24px; letter-spacing: 4px; }
  .product-strip { grid-template-columns: 1fr; gap: 36px; }
  .product-img { width: 200px; height: 200px; }
  .menu-grid { grid-template-columns: 1fr; }
  .team-grid, .blog-grid, .values-grid { grid-template-columns: 1fr; }
  .about-wrap, .contact-wrap { grid-template-columns: 1fr; }
  .about-wrap img { height: 300px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-fig img { height: 280px; }
  .article-row { grid-template-columns: 1fr; }
  .article-row img { height: 220px; }
  .cta-band { padding: 60px 0; }
  .cta-band h2 { font-size: 24px; letter-spacing: 4px; }
}


/* ===== CMS helpers ===== */
.form-alert{padding:12px 16px;border-radius:8px;margin:0 0 16px;font-size:.92rem;line-height:1.6}
.form-alert-ok{background:rgba(46,160,67,.08);border:1px solid rgba(46,160,67,.35);color:#2ea043}
.form-alert-err{background:rgba(220,53,69,.08);border:1px solid rgba(220,53,69,.35);color:#dc3545}
.form-alert ul{margin:0;padding-left:18px}
.cms-pager{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:44px 0 0}
.cms-pager a,.cms-pager span{min-width:38px;padding:8px 13px;border:1px solid rgba(128,128,128,.35);border-radius:6px;text-align:center;text-decoration:none;color:inherit}
.cms-pager .active{background:var(--c-primary);border-color:var(--c-primary);color:#fff}
.detail-page{max-width:1100px;margin:0 auto;padding:72px 24px}
.detail-media{width:100%;max-height:520px;object-fit:cover;border-radius:14px;margin-bottom:26px;display:block}
.detail-title{font-size:clamp(26px,3vw,38px);line-height:1.3;margin-bottom:12px}
.detail-meta{color:#777;font-size:.95rem;margin-bottom:20px}
.detail-body{line-height:1.9;color:#444}
.detail-body p{margin-bottom:1em}
.detail-body img{max-width:100%;height:auto;border-radius:10px}
.detail-back{display:inline-block;margin-top:28px;padding:11px 26px;border:1px solid rgba(128,128,128,.4);border-radius:999px;text-decoration:none;color:inherit}
/* ===== 深色 banner 标题白字（避免 h1 与背景同色不可读） ===== */
.banner--ink h1,.banner--purple h1,.banner--coral h1{color:#fff}
/* ===== 阅读全文按钮（硬边 neo-brutalist 风格） ===== */
.news-item .more{display:inline-block;margin-top:14px;padding:10px 20px;background:var(--c-ink);color:#fff;border:var(--border-2);box-shadow:var(--shadow-sm);font-family:var(--font-en);font-weight:800;font-size:.85rem;letter-spacing:.02em;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}
.news-item .more:hover{background:var(--c-coral);transform:translate(-2px,-2px);box-shadow:var(--shadow)}
/* ===== 留言板一行一个 input（01 翰墨轩） ===== */
.form-grid{grid-template-columns:1fr}
