/* ==========================================================
   气象研学班 · 宣传网站样式（商务版）
   配色：深藏蓝 / 白色 / 浅灰 / 米金点缀
   ========================================================== */

:root {
  --navy: #0B2A4A;
  --navy-2: #0B3E8F;
  --blue: #1E5E9E;
  --sky: #4D8FC9;
  --accent: #3E7CB1;
  --accent-2: #5B97CD;
  --accent-3: #9CC4E6;
  --accent-deep: #245A87;
  --ink: #1A2B3C;
  --muted: #5B6B7A;
  --line: #E3E8EE;
  --bg-soft: #F5F7FA;
  --white: #FFFFFF;
  --radius: 12px;
  --shadow: 0 14px 40px rgba(11, 42, 74, .10);
  --shadow-lg: 0 24px 60px rgba(11, 42, 74, .16);
  --font: "PingFang SC", "Hiragino Sans GB", "STHeiti", "Heiti SC", "Microsoft YaHei", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { width: min(1120px, 92%); margin: 0 auto; }

/* ---------- 按钮 ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  font-family: var(--font);
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 8px;
  transition: background .2s ease, color .2s ease, transform .18s ease, box-shadow .2s ease;
}
.btn:active { transform: translateY(1px); }

.btn-primary { background: var(--navy-2); color: #fff; }
.btn-primary:hover { background: #0A4EAA; box-shadow: 0 10px 24px rgba(11, 62, 143, .28); }

.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: #4C8FBF; box-shadow: 0 10px 24px rgba(36, 90, 135, .3); }

.btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255, 255, 255, .85); }
.btn-outline:hover { background: rgba(255, 255, 255, .12); }

.btn-sm { font-size: 14px; padding: 9px 20px; }
.btn-lg { font-size: 16px; padding: 14px 34px; }
.btn-block { width: 100%; font-size: 16px; padding: 15px 0; margin-top: 6px; }

/* ---------- 顶部导航 ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease;
}
.site-header.scrolled { box-shadow: 0 8px 30px rgba(11, 42, 74, .08); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}

.brand { display: flex; align-items: center; }
.brand-logo { height: 36px; width: auto; display: block; }

.main-nav { display: flex; gap: 34px; }
.main-nav a { font-size: 15px; font-weight: 600; color: var(--ink); position: relative; padding: 8px 0; transition: color .18s; }
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 0; height: 2px;
  background: var(--accent);
  transition: width .22s ease;
}
.main-nav a:hover { color: var(--navy-2); }
.main-nav a:hover::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 12px; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 42px; height: 42px;
  align-items: center; justify-content: center;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}
.nav-toggle span { display: block; width: 18px; height: 2px; border-radius: 2px; background: var(--navy); transition: transform .25s ease, opacity .25s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- 主视觉 ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}
.hero-bg {
  position: absolute; inset: 0;
  background: url("../assets/photo_building.jpg") center 42% / cover no-repeat;
}
.hero-shade {
  position: absolute; inset: 0;
  background: rgba(8, 24, 46, .58);
}
.hero-inner { position: relative; padding-top: 70px; text-align: center; }
.hero-eyebrow {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 3px;
  color: #B7D5EF;
  border: 1px solid rgba(91, 151, 205, .55);
  padding: 9px 22px;
  border-radius: 4px;
}
.hero-title {
  margin-top: 30px;
  font-size: clamp(40px, 7vw, 72px);
  font-weight: 800;
  letter-spacing: 8px;
  line-height: 1.18;
}
.hero-title .divider { color: var(--accent-2); }
.hero-sub { margin-top: 20px; font-size: clamp(20px, 3vw, 30px); font-weight: 600; letter-spacing: 6px; color: #E7ECF3; }
.hero-desc { margin-top: 18px; font-size: clamp(14px, 2.1vw, 17px); color: rgba(255, 255, 255, .86); line-height: 2; }
.hero-actions { margin-top: 38px; display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.hero-meta {
  margin-top: 44px;
  display: flex; gap: 18px; justify-content: center; flex-wrap: wrap;
  font-size: 14px;
  color: rgba(255, 255, 255, .82);
  letter-spacing: 1px;
}
.hero-meta .sep { color: var(--accent-2); }

.scroll-hint {
  position: absolute;
  left: 50%; bottom: 24px;
  width: 1px; height: 42px;
  background: rgba(255, 255, 255, .55);
  transform: translateX(-50%);
  overflow: hidden;
}
.scroll-hint span {
  position: absolute; left: 0; top: -8px;
  width: 1px; height: 10px;
  background: #fff;
  animation: hintDrop 1.8s ease-in-out infinite;
}
@keyframes hintDrop {
  0% { transform: translateY(0); opacity: 0; }
  30% { opacity: 1; }
  100% { transform: translateY(48px); opacity: 0; }
}

/* ---------- 通用区块 ---------- */
.section { padding: 100px 0; }
.section-head { text-align: center; }
.section-kicker { font-size: 12px; font-weight: 700; letter-spacing: 6px; color: var(--accent); }
.section-title { margin-top: 10px; font-size: clamp(28px, 4.4vw, 40px); font-weight: 800; letter-spacing: 3px; color: var(--navy); }
.section-bar { display: block; width: 56px; height: 3px; margin: 20px auto 0; background: var(--accent); }

/* 项目介绍 */
.about { background: #fff; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 64px;
  align-items: center;
}
.about-media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-media img { width: 100%; height: 460px; object-fit: cover; }
.about-media figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 60px 26px 18px;
  background: rgba(8, 24, 46, .72);
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}
.about-body .section-kicker { letter-spacing: 5px; }
.about-body .section-title { font-size: clamp(26px, 4vw, 36px); }
.about-body .section-bar { margin: 18px 0 0; }
.about-lead { margin-top: 28px; font-size: 16px; color: var(--muted); line-height: 2.1; }
.about-list { margin-top: 26px; }
.about-list li {
  position: relative;
  padding: 10px 0 10px 26px;
  font-size: 15px;
  color: var(--ink);
  border-bottom: 1px dashed var(--line);
}
.about-list li::before {
  content: "";
  position: absolute; left: 2px; top: 20px;
  width: 7px; height: 7px;
  background: var(--accent);
  border-radius: 2px;
  transform: rotate(45deg);
}
.about-body .btn { margin-top: 30px; }

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 72px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.stat { background: var(--bg-soft); padding: 34px 12px 30px; text-align: center; }
.stat .num { font-size: 44px; font-weight: 800; color: var(--navy-2); line-height: 1; font-variant-numeric: tabular-nums; }
.stat .num small { font-size: 17px; margin-left: 3px; color: var(--muted); font-weight: 600; }
.stat .lbl { margin-top: 12px; font-size: 14px; color: var(--muted); }

/* 课程体系 */
.courses { background: var(--bg-soft); }
.program-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 44px 48px 40px;
  margin-top: 48px;
  box-shadow: var(--shadow);
}
.program-card-plain { margin-top: 32px; }
.program-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.program-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  background: var(--navy-2);
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.program-tag.accent { background: var(--accent); }
.program-head h3 { font-size: 26px; font-weight: 800; color: var(--navy); letter-spacing: 2px; }
.program-time { font-size: 14px; color: var(--muted); border: 1px solid var(--line); padding: 8px 16px; border-radius: 6px; }
.program-line { height: 1px; background: var(--line); margin: 28px 0 30px; }

.program-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 44px;
}
.program-list li {
  display: flex;
  flex-direction: column;
  border-left: 3px solid var(--accent);
  padding-left: 18px;
}
.program-list b { font-size: 17px; color: var(--navy); }
.program-list span { font-size: 14px; color: var(--muted); margin-top: 3px; }

.program-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.program-col { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 30px; }
.program-col h4 { font-size: 16px; font-weight: 800; color: var(--navy-2); margin-bottom: 14px; }
.program-col li { font-size: 14.5px; color: var(--ink); padding: 6px 0 6px 16px; position: relative; }
.program-col li::before { content: ""; position: absolute; left: 0; top: 14px; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; }

.program-note { display: inline-block; margin-top: 28px; font-size: 13.5px; color: var(--muted); background: var(--bg-soft); border: 1px solid var(--line); padding: 10px 18px; border-radius: 6px; }

.modules { margin-top: 56px; }
.modules-title { font-size: 20px; font-weight: 800; color: var(--navy); text-align: center; letter-spacing: 2px; }
.module-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 26px;
}
.module {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 16px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.module:hover { border-color: var(--accent); box-shadow: 0 10px 26px rgba(11, 42, 74, .08); transform: translateY(-2px); }
.m-no { font-size: 12px; font-weight: 700; color: var(--accent); letter-spacing: 1px; }
.m-name { font-size: 15px; font-weight: 700; color: var(--ink); }

/* 基地环境 */
.venues { background: #fff; }
.venue-banner {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  margin-top: 48px;
  box-shadow: var(--shadow-lg);
}
.venue-banner img { width: 100%; height: 400px; object-fit: cover; }
.venue-banner figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 80px 44px 34px;
  background: rgba(8, 24, 46, .78);
  color: #fff;
}
.venue-banner h3 { font-size: 24px; font-weight: 800; letter-spacing: 1px; }
.venue-banner p { margin-top: 8px; font-size: 14.5px; color: #C9D8EA; }

.venue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.venue {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-top: 3px solid var(--navy-2);
  border-radius: var(--radius);
  padding: 32px 30px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.venue:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(11, 42, 74, .1); }
.venue h4 { font-size: 19px; font-weight: 800; color: var(--navy); }
.venue p { margin-top: 14px; font-size: 14.5px; color: var(--muted); line-height: 2; }

.venue-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
}
.v-photo { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.v-photo img { width: 100%; height: 260px; object-fit: cover; transition: transform .5s ease; }
.v-photo:hover img { transform: scale(1.04); }
.v-photo figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 46px 20px 14px;
  background: rgba(8, 24, 46, .72);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

/* 研学风采 */
.gallery { background: var(--bg-soft); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  gap: 20px;
  margin-top: 48px;
}
.g-item { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.g-item:hover img { transform: scale(1.05); }
.g-item.tall { grid-row: span 2; }
.g-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 40px 16px 14px;
  background: rgba(8, 24, 46, .75);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

/* 报名咨询 */
.contact { background: #fff; }
.contact-wrap {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  margin-top: 52px;
  align-items: start;
}
.info-list li { display: flex; gap: 18px; margin-bottom: 26px; }
.info-list .ic {
  width: 36px; height: 36px;
  flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--accent);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
}
.info-list b { display: block; font-size: 16px; color: var(--navy); margin-bottom: 4px; }
.info-list p { font-size: 14.5px; color: var(--muted); line-height: 1.9; }

.qr-card {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 30px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 30px;
}
.qr {
  width: 128px; height: 128px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 6px;
}
.qr img { width: 100%; height: 100%; object-fit: contain; display: block; }
.qr-card .qr-t1 { font-size: 18px; font-weight: 800; color: var(--navy); }
.qr-card .qr-t2 { margin-top: 8px; font-size: 14px; color: var(--muted); }

.contact-form {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 38px 36px;
}
.contact-form h3 { font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 24px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13.5px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.field input,
.field select,
.field textarea {
  width: 100%;
  font-family: var(--font);
  font-size: 14.5px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 15px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--sky);
  box-shadow: 0 0 0 3px rgba(77, 143, 201, .15);
}
.field textarea { resize: vertical; min-height: 84px; }
.field .error-msg { display: none; color: #C43D2F; font-size: 12.5px; margin-top: 5px; }
.field.invalid input,
.field.invalid textarea { border-color: #C43D2F; }
.field.invalid .error-msg { display: block; }
.form-tip { margin-top: 14px; text-align: center; font-size: 12.5px; color: var(--muted); }
.form-success {
  margin-top: 16px;
  text-align: center;
  font-size: 14.5px;
  font-weight: 700;
  color: #1F6E4A;
  background: #E9F5EF;
  border: 1px solid #C9E4D6;
  border-radius: 8px;
  padding: 13px;
}
.form-success.error {
  color: #A94442;
  background: #FCEFEF;
  border-color: #E8C4C2;
}

/* 页脚 */
.site-footer {
  background: var(--navy);
  color: #fff;
  padding: 56px 0 48px;
  border-top: 2px solid var(--accent);
}
.footer-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}
.footer-qr { flex-shrink: 0; text-align: center; }
.footer-qr img {
  width: 136px; height: 136px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .35);
  padding: 6px;
  display: block;
}
.footer-qr p { margin-top: 12px; font-size: 12.5px; color: #B9C9DC; letter-spacing: 1px; }
.footer-info { flex: 1; border-left: 1px solid rgba(255, 255, 255, .18); padding-left: 60px; }
.footer-slogan { font-size: 19px; color: var(--accent-2); letter-spacing: 5px; font-weight: 600; }
.footer-nav { display: flex; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
.footer-nav a { font-size: 13px; color: #B9C9DC; padding: 0 18px; border-left: 1px solid rgba(255, 255, 255, .22); transition: color .18s; }
.footer-nav a:first-child { border-left: 0; padding-left: 0; }
.footer-nav a:hover { color: #fff; }
.footer-meta { margin-top: 22px; font-size: 12.5px; color: #7E9CC2; }
.footer-addr { margin-top: 10px; font-size: 12.5px; color: #7E9CC2; }
.footer-copy { margin-top: 14px; font-size: 12px; color: #5F7FA6; }

/* ---------- 动效 ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .scroll-hint span { animation: none; }
}

/* ---------- 响应式 ---------- */
@media (max-width: 960px) {
  .footer-inner { flex-direction: column; gap: 30px; text-align: center; }
  .footer-qr img { margin: 0 auto; }
  .footer-info { border-left: 0; padding-left: 0; }
  .footer-nav { justify-content: center; }
  .footer-nav a:first-child { padding-left: 18px; }
  .main-nav {
    position: fixed;
    top: 74px; left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    background: #fff;
    padding: 10px 6%;
    box-shadow: 0 18px 40px rgba(11, 42, 74, .12);
    transform: translateY(-140%);
    transition: transform .28s ease;
    z-index: 99;
    border-bottom: 1px solid var(--line);
  }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .main-nav a::after { display: none; }
  .nav-toggle { display: flex; }
  .header-actions .btn-sm { display: none; }

  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-media img { height: 340px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .module-grid { grid-template-columns: repeat(3, 1fr); }
  .venue-grid { grid-template-columns: 1fr; }
  .venue-photos { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
  .contact-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .section { padding: 72px 0; }
  .program-card { padding: 32px 24px 28px; }
  .program-list { grid-template-columns: 1fr; }
  .program-split { grid-template-columns: 1fr; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .g-item.tall { grid-row: span 1; }
  .venue-banner img { height: 280px; }
  .hero-inner { padding-top: 60px; }
  .hero-actions .btn-lg { padding: 12px 26px; font-size: 15px; }
}

/* 午餐伙食 */
.dining { margin-top: 64px; }
.dining-head { text-align: center; }
.dining-kicker { font-size: 12px; font-weight: 700; letter-spacing: 6px; color: var(--accent); }
.dining-head h3 { margin-top: 8px; font-size: 22px; font-weight: 900; color: var(--navy); letter-spacing: 2px; }
.dining-bar { display: block; width: 56px; height: 3px; margin: 14px auto 0; background: var(--accent); }

.dining-body {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 28px;
  margin-top: 28px;
  align-items: stretch;
}
.dining-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}
.d-photo {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
}
.d-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.d-photo:hover img { transform: scale(1.04); }
.d-photo figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 44px 18px 13px;
  background: rgba(8, 24, 46, .72);
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}
.dining-info {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 38px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dining-info h4 { font-size: 21px; font-weight: 900; color: var(--navy); letter-spacing: 1px; }
.dining-info > p { margin-top: 14px; font-size: 15px; color: var(--muted); line-height: 2; }
.dining-info ul { margin-top: 22px; }
.dining-info li {
  position: relative;
  padding: 8px 0 8px 32px;
  font-size: 15px;
  color: var(--ink);
  border-bottom: 1px dashed var(--line);
}
.dining-info li::before {
  content: "✓";
  position: absolute; left: 0; top: 8px;
  width: 22px; height: 22px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border-radius: 50%;
}
.dining-more {
  margin-top: 22px;
  font-size: 13.5px;
  color: #245A87;
  background: #EDF5FB;
  border: 1px solid #C4DCF0;
  border-radius: 8px;
  padding: 12px 18px;
}

@media (max-width: 960px) {
  .dining-body { grid-template-columns: 1fr; }
  .dining-photos { grid-template-columns: 1fr 1fr; }
  .d-photo { aspect-ratio: 4 / 3; }
}
@media (max-width: 640px) {
  .dining-photos { grid-template-columns: 1fr; }
}
