
:root{
  --bg:#f5f3ee;
  --card:#ffffff;
  --text:#1e1e1e;
  --muted:#666;
  --line:#e4dfd5;
  --accent:#caa857;
  --dark:#111;
  --max:1100px;
}
*{box-sizing:border-box}
html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.7;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.topbar{
  position:sticky;top:0;z-index:30;
  background:rgba(245,243,238,.92);
  backdrop-filter: blur(8px);
  border-bottom:1px solid var(--line);
}
.nav{
  max-width:var(--max);
  margin:0 auto;
  padding:14px 20px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
}
.brand{font-weight:800;letter-spacing:.04em}
.brand small{display:block;font-weight:500;color:var(--muted);letter-spacing:0}
.brand,
.menu{min-width:0}
.menu{display:flex;gap:20px;flex-wrap:wrap}
.menu a{font-size:15px;color:#333}
.menu a.active{color:var(--accent);font-weight:700}
.hero{
  background:linear-gradient(180deg,#161616 0%,#202020 100%);
  color:#fff;
  padding:72px 20px 56px;
}
.hero-inner{
  max-width:var(--max);
  margin:0 auto;
  display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:center;
}
.kicker{color:#d2c29a;font-size:13px;letter-spacing:.18em;text-transform:uppercase}
h1{font-size:54px;line-height:1.08;margin:10px 0 16px}
.subhead{font-size:18px;color:#ddd;max-width:760px}
.cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.18);
  font-weight:700
}
.btn.primary{background:var(--accent);border-color:var(--accent);color:#111}
.btn.secondary{background:transparent;color:#fff}
.panel{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;
  padding:22px;
}
.panel .meta{font-size:14px;color:#d9d9d9}
.panel .item .title{color:#fff}
.panel .item .desc{color:#d0d0d0}
.panel .item a{color:#e8c76a;text-decoration:underline}
.main{
  max-width:var(--max);
  margin:0 auto;
  padding:42px 20px 70px;
}
.section{margin:0 0 28px}
.card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:20px;
  padding:28px;
  box-shadow:0 12px 30px rgba(0,0,0,.03);
}
h2{font-size:30px;line-height:1.2;margin:0 0 16px}
h3{font-size:20px;margin:0 0 10px}
.lead{font-size:17px;color:#333}
.grid{
  display:grid;grid-template-columns:repeat(12,1fr);gap:20px
}
.col-7{grid-column:span 7}
.col-5{grid-column:span 5}
.col-6{grid-column:span 6}
.col-4{grid-column:span 4}
.badges{display:flex;flex-wrap:wrap;gap:10px}
.badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 12px;border-radius:999px;
  background:#f8f4e8;color:#775d1f;border:1px solid #e7d7a7;font-size:14px;font-weight:700
}
.list{display:grid;gap:14px}
.item{
  padding:18px 0;border-bottom:1px solid var(--line)
}
.item:last-child{border-bottom:none;padding-bottom:0}
.item .eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}
.item .title{font-size:19px;font-weight:800;margin:4px 0}
.item .desc{color:#444}
.note{
  font-size:14px;color:var(--muted)
}
.kv{display:grid;grid-template-columns:180px 1fr;gap:14px 16px}
.kv div{padding:10px 0;border-bottom:1px solid var(--line)}
.kv div:nth-last-child(-n+2){border-bottom:none}
.list-table{
  width:100%;border-collapse:collapse;font-size:15px
}
.list-table th,.list-table td{
  text-align:left;padding:14px 10px;border-bottom:1px solid var(--line);vertical-align:top
}
.list-table th{color:#666;font-weight:700;font-size:14px}
.list-table a,.project-links a{color:#7b5f21;text-decoration:underline;text-underline-offset:2px}
.project-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px
}
.project-card{
  border:1px solid var(--line);
  border-radius:22px;
  padding:22px;
  background:linear-gradient(180deg,#fffdfa 0%,#fcfbf8 100%);
  box-shadow:0 16px 34px rgba(0,0,0,.04)
}
.project-card h3{margin-bottom:12px;font-size:24px}
.project-cover{
  aspect-ratio:4/3;overflow:hidden;border-radius:14px;margin-bottom:16px;background:#ece6d8
}
.project-cover img{width:100%;height:100%;object-fit:contain;background:#f5f5f5}
.project-meta{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 12px}
.project-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px;font-size:14px}
.footer{
  border-top:1px solid var(--line);
  color:#666;
  padding:28px 20px 50px;
  text-align: center;
}
.footer-inner{max-width:var(--max);margin:0 auto}
.callout{
  background:#fff8ea;border:1px solid #ecd9a3;border-radius:16px;padding:18px 18px;color:#5b4a1a
}
.small{font-size:14px;color:var(--muted)}
.photo-gallery{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(200px,1fr));
  gap:20px;
  margin-top:24px
}
.photo-item{
  margin:0;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 4px 12px rgba(0,0,0,.04);
  transition:transform .2s ease,box-shadow .2s ease
}
.photo-item:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 30px rgba(0,0,0,.08)
}
.photo-item img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:contain;
  background:#f5f5f5
}
.photo-item a{
  display:block;
  text-decoration:none;
  color:inherit
}
.photo-item figcaption{
  padding:12px 14px;
  font-size:14px;
  color:var(--text);
  text-align:center;
  background:#fcfbf8;
  border-top:1px solid var(--line)
}

.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  margin-bottom:22px
}

.section-head .lead{
  margin:8px 0 0
}

.section-note{
  margin:0;
  max-width:360px;
  font-size:14px;
  color:var(--muted)
}

.video-note{
  margin:-6px 0 20px;
  font-size:14px;
  color:var(--muted)
}

.feature-gallery{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:24px
}

.feature-card{
  grid-column:span 1;
  position:relative;
  margin:0;
  border-radius:22px;
  overflow:hidden;
  background:#171717;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 20px 44px rgba(0,0,0,.12)
}

.feature-card.feature-card-wide{
  grid-column:span 2
}

.feature-card img{
  width:100%;
  aspect-ratio:5/4;
  object-fit:cover;
  transition:transform .35s ease,filter .35s ease
}

.feature-card:hover img{
  transform:scale(1.04);
  filter:saturate(1.04)
}

.feature-card figcaption{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:18px 18px 20px;
  color:#fff;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.78) 100%);
  font-size:16px;
  font-weight:700;
  line-height:1.45
}

.feature-card figcaption span{
  display:block;
  margin-bottom:8px;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#ead6a0
}

.media-badge{
  display:inline-flex;
  align-items:center;
  margin-bottom:8px;
  padding:5px 10px;
  border-radius:999px;
  background:#f8f4e8;
  border:1px solid #e7d7a7;
  color:#715720;
  font-size:12px;
  font-weight:700
}

.page-title{
  margin:0 0 16px;
  font-size:44px;
  line-height:1.08
}

.contact-hero{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:20px;
  padding:34px;
  border-radius:28px;
  background:linear-gradient(135deg,#15120d 0%,#32281c 52%,#584624 100%);
  color:#f6f0e4;
  box-shadow:0 24px 56px rgba(32,24,13,.16)
}

.contact-kicker{
  margin:0 0 12px;
  font-size:13px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#e6d0a0
}

.contact-hero .lead{
  color:#f0e6d4;
  max-width:620px
}

.contact-hero .update-stamp{
  color:#f2eadc
}

.contact-hero .breadcrumbs{
  color:#f2eadc
}

.contact-hero .breadcrumbs a{
  color:#ead8ad
}

.contact-hero .breadcrumbs li+li::before{
  color:#ead8ad
}

.contact-aside{
  display:grid;
  gap:14px
}

.contact-stat{
  padding:18px 18px 16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08)
}

.contact-stat span{
  display:block;
  margin-bottom:8px;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#ead8ad
}

.contact-stat strong{
  display:block;
  font-size:24px;
  line-height:1.15
}

.contact-stat p{
  margin:8px 0 0;
  color:#f2eadc;
  font-size:14px;
  line-height:1.7
}

.contact-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px
}

.contact-panel{
  height:100%
}

.contact-panel-head{
  margin-bottom:18px
}

.contact-chip-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px
}

.contact-chip-grid-platform{
  grid-template-columns:repeat(3,minmax(0,1fr))
}

.contact-chip{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:78px;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#fffdfa 0%,#f8f4ea 100%);
  box-shadow:0 10px 24px rgba(0,0,0,.03);
  font-size:16px;
  line-height:1.45;
  color:#2f2a20;
  font-weight:700;
  text-align:center
}

@media (max-width: 900px){
  .hero-inner{grid-template-columns:1fr}
  h1{font-size:40px}
  .col-7,.col-5,.col-6,.col-4{grid-column:span 12}
  .kv{grid-template-columns:1fr}
  .photo-gallery{grid-template-columns:repeat(2,1fr);gap:12px}
  .project-grid{grid-template-columns:1fr}
  .feature-gallery{grid-template-columns:1fr}
  .feature-card,.feature-card.feature-card-wide{grid-column:span 1}
  .contact-hero,.contact-grid{grid-template-columns:1fr}
  .page-title{font-size:36px}
  .contact-chip-grid,.contact-chip-grid-platform{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width: 760px){
  .nav{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }

  .menu{
    width:100%;
    gap:10px 16px;
  }

  .menu a{
    font-size:14px;
  }
}

.project-carousel {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 16px;
  background: #f5f5f5;
}

.project-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
}

.carousel-track {
  display: flex;
  transition: transform 0.3s ease;
  height: 100%;
}

.carousel-slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  opacity: 0.8;
  transition: opacity 0.2s;
  z-index: 3;
}

.carousel-btn:hover {
  opacity: 1;
}

.carousel-btn.prev {
  left: 8px;
}

.carousel-btn.next {
  right: 8px;
}

.carousel-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
}

.carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: background 0.2s;
}

.carousel-dot.active {
  background: rgba(255,255,255,0.95);
}

.page-intro{
  padding:34px;
  border-radius:28px;
  background:linear-gradient(135deg,#fffdfa 0%,#f6f0e4 100%);
  border:1px solid var(--line);
  box-shadow:0 18px 40px rgba(0,0,0,.04)
}

.page-kicker{
  margin:0 0 12px;
  font-size:13px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#8a6d30
}

.page-intro .lead{
  max-width:760px;
  margin:0
}

.update-stamp{
  margin:14px 0 0;
  font-size:14px;
  color:var(--muted)
}

.breadcrumbs{
  margin:0 0 18px;
  font-size:14px;
  color:var(--muted)
}

.breadcrumbs ol{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none
}

.breadcrumbs li{
  display:flex;
  align-items:center;
  gap:8px
}

.breadcrumbs li+li::before{
  content:"/";
  color:#ad9562
}

.breadcrumbs a{
  color:#7b5f21;
  text-decoration:underline;
  text-underline-offset:2px
}

.page-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px 12px;
  margin-top:20px
}

.page-actions a,
.quick-anchor-list a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid #e7d7a7;
  background:#f8f4e8;
  color:#6e5622;
  font-size:14px;
  font-weight:700
}

.quick-anchor-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px 12px;
  margin-top:20px
}

.page-intro .badges{
  margin-top:18px
}

.evidence-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px
}

.evidence-card{
  display:grid;
  gap:10px;
  padding:22px;
  border-radius:20px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#fff 0%,#fcfbf8 100%);
  box-shadow:0 14px 30px rgba(0,0,0,.04)
}

.evidence-card .eyebrow{
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#8b7648
}

.evidence-card .title{
  font-size:20px;
  line-height:1.35;
  font-weight:800
}

.evidence-card .desc{
  color:#444;
  margin:0
}

.evidence-card .meta{
  font-size:14px;
  color:var(--muted)
}

.resume-layout{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px
}

.resume-stack{
  display:grid;
  gap:20px
}

.resume-points{
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none
}

.resume-points li{
  padding:14px 16px;
  border-radius:16px;
  background:#fcfbf8;
  border:1px solid var(--line)
}

.resume-points strong{
  display:block;
  margin-bottom:4px
}

.stat-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:24px
}

.stat-card{
  padding:22px;
  border-radius:20px;
  border:1px solid #eadfbe;
  background:rgba(255,255,255,.76);
  box-shadow:0 14px 30px rgba(0,0,0,.04);
  backdrop-filter:blur(6px)
}

.stat-card .label{
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#8b7648
}

.stat-card .value{
  margin:10px 0 0;
  font-size:32px;
  line-height:1;
  font-weight:800;
  color:#20180c
}

.stat-card p{
  margin:10px 0 0;
  font-size:14px;
  line-height:1.65;
  color:#564b36
}

.summary-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-bottom:20px
}

.summary-card{
  padding:22px;
  border-radius:20px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#fff 0%,#fcfbf8 100%);
  box-shadow:0 14px 30px rgba(0,0,0,.04)
}

.summary-card h3{
  margin:0 0 10px;
  font-size:20px
}

.summary-card p{
  margin:0;
  color:#444
}

.timeline-list{
  display:grid;
  gap:12px;
  margin-top:18px
}

.timeline-item{
  padding:18px;
  border-radius:18px;
  border:1px solid var(--line);
  background:#fcfbf8
}

.timeline-time{
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#8b7648
}

.timeline-item h3{
  margin:8px 0 6px;
  font-size:18px;
  line-height:1.4
}

.timeline-item p{
  margin:0;
  color:#444
}

.brand-cloud{
  display:flex;
  flex-wrap:wrap;
  gap:10px
}

.brand-pill{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid #e7d7a7;
  background:#f8f4e8;
  color:#6e5622;
  font-size:14px;
  font-weight:700
}

.inline-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px 16px;
  margin-top:14px
}

.inline-links a{
  color:#7b5f21;
  text-decoration:underline;
  text-underline-offset:2px
}

.article-groups{
  display:grid;
  gap:26px
}

.article-group{
  display:grid;
  gap:16px
}

.article-group-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap
}

.article-group-head p{
  margin:0;
  max-width:560px;
  color:var(--muted)
}

.article-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px
}

.article-card{
  display:grid;
  gap:12px;
  padding:22px;
  border-radius:20px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#fffdfa 0%,#fcfbf8 100%);
  box-shadow:0 12px 28px rgba(0,0,0,.03)
}

.article-card h3,
.article-card h4{
  margin:0;
  font-size:21px;
  line-height:1.35
}

.article-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px
}

.article-tag{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  color:#6a5523;
  background:#f7f1e4;
  border:1px solid #ead8ad
}

.article-summary{
  margin:0;
  color:#444
}

.article-link{
  font-size:14px;
  font-weight:700;
  color:#7b5f21;
  text-decoration:underline;
  text-underline-offset:2px
}

.project-card{
  scroll-margin-top:96px
}

.project-guide{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:20px
}

.project-guide .stat-card{
  height:100%
}

.project-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px
}

.project-detail{
  display:grid;
  gap:14px;
  height:100%
}

.project-detail p{
  margin:0;
  color:#444
}

.meta-list{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:10px 14px;
  margin:0
}

.meta-list dt,
.meta-list dd{
  margin:0;
  padding:10px 0;
  border-bottom:1px solid var(--line)
}

.meta-list dt{
  color:#6d5a32;
  font-weight:700
}

.meta-list dt:nth-last-of-type(1),
.meta-list dd:nth-last-of-type(1){
  border-bottom:none
}

.work-hero{
  display:grid;
  grid-template-columns:minmax(280px,420px) 1fr;
  gap:24px;
  align-items:start
}

.work-hero-media{
  margin:0;
  border-radius:24px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#f7f5ef;
  box-shadow:0 18px 40px rgba(0,0,0,.04)
}

.work-hero-media img{
  width:100%;
  height:auto;
  object-fit:contain;
  background:#f5f5f5
}

.work-hero-media figcaption{
  padding:14px 16px;
  font-size:14px;
  color:var(--muted);
  border-top:1px solid var(--line);
  background:#fcfbf8
}

.work-hero-copy{
  display:grid;
  gap:18px
}

.image-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:20px
}

.image-grid figure{
  margin:0;
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 12px 28px rgba(0,0,0,.03)
}

.image-grid img{
  width:100%;
  aspect-ratio:2/3;
  object-fit:contain;
  background:#f5f5f5
}

.image-grid figcaption{
  padding:12px 14px;
  font-size:14px;
  color:#444;
  border-top:1px solid var(--line);
  background:#fcfbf8
}

.footer-rich{
  padding:36px 20px 50px
}

.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:20px;
  text-align:left
}

.footer-title{
  margin:0 0 12px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#6d5a32
}

.footer-list{
  display:grid;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none
}

.footer-list a{
  color:#7b5f21;
  text-decoration:underline;
  text-underline-offset:2px
}

.footer-meta{
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid var(--line);
  font-size:14px;
  text-align:left
}

#writing-archive{
  scroll-margin-top:96px
}

.wechat-display{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px
}

.wechat-value{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:8px 12px;
  border-radius:12px;
  background:rgba(255,255,255,.08);
  border:1px dashed rgba(255,255,255,.28);
  font-size:20px;
  letter-spacing:.04em
}

.wechat-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 14px;
  border:none;
  border-radius:12px;
  background:#e6d0a0;
  color:#231b10;
  font-size:14px;
  font-weight:800;
  cursor:pointer
}

.wechat-button:hover{
  background:#eddcb7
}

.wechat-hint{
  margin:8px 0 0;
  font-size:13px;
  color:#f2eadc
}

.hero-v2 .update-stamp{
  color:#d6d6d6
}

@media (max-width: 900px){
  .stat-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .evidence-grid,
  .resume-layout,
  .article-grid,
  .summary-grid,
  .project-guide,
  .project-detail-grid,
  .footer-grid,
  .work-hero,
  .image-grid{
    grid-template-columns:1fr
  }

  .page-intro{
    padding:26px
  }
}

@media (max-width: 560px){
  .stat-grid{
    grid-template-columns:1fr
  }

  .meta-list{
    grid-template-columns:1fr
  }
}
