:root {
  --ink: #153b3f;
  --ink-deep: #0d2f33;
  --lake: #4a8994;
  --lake-light: #d9e9e8;
  --mist: #eef3ef;
  --paper: #f8f5eb;
  --paper-deep: #eee8d8;
  --gold: #d5a237;
  --gold-soft: #f0dfb3;
  --text: #243f3e;
  --muted: #667b78;
  --white: #fffef9;
  --line: rgba(20, 67, 70, 0.17);
  --shadow: 0 20px 60px rgba(17, 61, 64, 0.09);
  --serif: "Songti SC", "STSong", "SimSun", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 10%, rgba(74, 137, 148, 0.08), transparent 26rem),
    var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.wrap {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 9px 14px;
  border-radius: 6px;
  color: var(--white);
  background: var(--ink-deep);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.masthead {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink-deep);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  transform: scale(1.015);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 35, 39, 0.91) 0%, rgba(9, 42, 45, 0.72) 38%, rgba(9, 42, 45, 0.2) 74%, rgba(9, 42, 45, 0.08) 100%),
    linear-gradient(0deg, rgba(7, 31, 34, 0.88) 0%, transparent 48%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 620px;
  flex-direction: column;
  justify-content: flex-end;
  padding-block: 74px 44px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
  color: #f2ddb0;
  font-size: 0.84rem;
  font-weight: 650;
  letter-spacing: 0.15em;
}

.eyebrow i {
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.masthead h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 7vw, 6.2rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0.04em;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.26);
}

.masthead h1 em {
  color: #f0ce80;
  font-style: normal;
}

.hero-meta {
  margin: 20px 0 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.route-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.overview-card {
  display: grid;
  min-height: 126px;
  align-content: start;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(14, 52, 56, 0.68);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.overview-card:hover,
.overview-card:focus-visible {
  border-color: rgba(240, 206, 128, 0.65);
  background: rgba(16, 64, 68, 0.84);
  transform: translateY(-3px);
  outline: none;
}

.overview-date {
  color: #e8d4a4;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.overview-card strong {
  margin: 2px 0 5px;
  font-family: var(--serif);
  font-size: 1.27rem;
  font-weight: 600;
}

.overview-route {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.79rem;
  line-height: 1.55;
}

.day-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(248, 245, 235, 0.94);
  box-shadow: 0 8px 28px rgba(18, 61, 64, 0.06);
  backdrop-filter: blur(18px);
}

.day-nav-inner {
  display: flex;
  min-height: 70px;
  align-items: stretch;
}

.day-nav a {
  position: relative;
  display: grid;
  min-width: 152px;
  place-content: center;
  padding: 7px 20px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1rem;
  text-align: center;
  transition: color 160ms ease;
}

.day-nav a::after {
  position: absolute;
  right: 20px;
  bottom: -1px;
  left: 20px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--gold);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 160ms ease, transform 160ms ease;
}

.day-nav a span {
  color: var(--lake);
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
}

.day-nav a:hover,
.day-nav a.active,
.day-nav a:focus-visible {
  color: var(--ink-deep);
  outline: none;
}

.day-nav a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.print-button {
  display: inline-flex;
  margin: auto 0 auto auto;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}

.print-button:hover,
.print-button:focus-visible {
  border-color: var(--lake);
  background: var(--white);
  outline: none;
}

.print-button svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.day-section {
  position: relative;
  padding: 108px 0 116px;
  overflow: hidden;
}

.day-section::before {
  position: absolute;
  top: 54px;
  right: max(30px, calc((100vw - 1160px) / 2));
  color: rgba(15, 61, 65, 0.035);
  content: attr(data-day);
  font-family: var(--serif);
  font-size: 16rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.day-two {
  background: #edf3f1;
}

.day-three {
  background: linear-gradient(180deg, #f7f2e5, #f2ebda);
}

.day-heading {
  position: relative;
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 54px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}

.day-number {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 4.7rem;
  font-weight: 500;
  line-height: 0.86;
}

.section-kicker {
  margin: 0 0 5px;
  color: var(--lake);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.day-heading h2,
.team-heading h2,
.checklist-title h2 {
  margin: 0;
  color: var(--ink-deep);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0.02em;
}

.day-facts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.7;
}

.day-facts span:first-child {
  color: var(--ink);
  font-weight: 650;
}

.timeline {
  position: relative;
}

.timeline::before {
  position: absolute;
  top: 19px;
  bottom: 21px;
  left: 217px;
  width: 1px;
  background: linear-gradient(var(--gold), rgba(74, 137, 148, 0.18));
  content: "";
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 188px 59px minmax(0, 1fr);
  margin-bottom: 24px;
  align-items: start;
}

.timeline-time {
  padding-top: 17px;
  text-align: right;
}

.timeline-time time {
  display: block;
  color: var(--ink-deep);
  font-family: Georgia, var(--sans);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.timeline-time span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.75rem;
}

.timeline-dot {
  position: relative;
  width: 13px;
  height: 13px;
  margin: 22px auto 0;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 1px var(--gold);
}

.day-two .timeline-dot {
  border-color: #edf3f1;
}

.day-three .timeline-dot {
  border-color: #f5efdf;
}

.timeline-card {
  position: relative;
  padding: 24px 28px;
  border: 1px solid rgba(24, 72, 75, 0.11);
  border-radius: 14px;
  background: rgba(255, 254, 249, 0.86);
  box-shadow: 0 7px 22px rgba(17, 58, 61, 0.035);
}

.timeline-card::before {
  position: absolute;
  top: 22px;
  left: -7px;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid rgba(24, 72, 75, 0.11);
  border-left: 1px solid rgba(24, 72, 75, 0.11);
  background: var(--white);
  content: "";
  transform: rotate(45deg);
}

.timeline-card h3 {
  margin: 0 0 11px;
  color: var(--ink-deep);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 650;
  line-height: 1.35;
}

.timeline-card p {
  margin: 13px 0 0;
  color: #455c59;
  font-size: 0.94rem;
}

.timeline-card p + p {
  margin-top: 8px;
}

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

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 3px 10px;
  border: 1px solid rgba(36, 87, 89, 0.12);
  border-radius: 99px;
  color: #426462;
  background: #edf4f1;
  font-size: 0.74rem;
  font-weight: 650;
  line-height: 1.25;
}

.tag::before {
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--lake);
  content: "";
}

.tag.cost,
.tag.meal,
.tag.prep {
  color: #765b20;
  background: #f7eed7;
}

.tag.cost::before,
.tag.meal::before,
.tag.prep::before {
  background: var(--gold);
}

.tag.workshop {
  color: #61517d;
  background: #f0edf5;
}

.tag.workshop::before {
  background: #8976a5;
}

.notice {
  margin-top: 17px;
  padding: 11px 14px;
  border-left: 3px solid var(--lake);
  border-radius: 0 7px 7px 0;
  color: #395b5b;
  background: #eaf3f2;
  font-size: 0.83rem;
  line-height: 1.65;
}

.notice strong {
  margin-right: 7px;
  color: var(--ink);
}

.notice.amber {
  border-color: var(--gold);
  color: #675627;
  background: #f8f0db;
}

.highlight-item .timeline-card {
  border-color: rgba(74, 137, 148, 0.33);
  background: linear-gradient(135deg, rgba(247, 252, 250, 0.96), rgba(231, 243, 241, 0.9));
}

.meal-item .timeline-card {
  border-color: rgba(213, 162, 55, 0.25);
}

.day-footnote {
  margin: 34px 0 0 247px;
  padding: 16px 20px;
  border-radius: 10px;
  color: #5c582c;
  background: rgba(240, 223, 179, 0.48);
  font-size: 0.86rem;
}

.booking-banner {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 24px;
  align-items: center;
  margin: -12px 0 46px 247px;
  padding: 24px 28px;
  border: 1px solid rgba(213, 162, 55, 0.38);
  border-radius: 14px;
  background: linear-gradient(115deg, #fffdf4, #f4e7c5);
  box-shadow: 0 14px 38px rgba(106, 78, 21, 0.08);
}

.booking-mark {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 1px solid rgba(176, 119, 28, 0.44);
  border-radius: 50%;
  color: #9b691a;
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.booking-banner p {
  margin: 0 0 2px;
  color: #9d711f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.booking-banner h3 {
  margin: 0 0 6px;
  color: #513f1b;
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.3;
}

.booking-banner span {
  display: block;
  color: #6d603e;
  font-size: 0.87rem;
  line-height: 1.68;
}

.team-section {
  padding: 112px 0;
  color: #eaf2ee;
  background:
    linear-gradient(rgba(12, 47, 51, 0.97), rgba(12, 47, 51, 0.99)),
    radial-gradient(circle at 80% 10%, rgba(77, 153, 160, 0.4), transparent 40%);
}

.team-heading {
  max-width: 700px;
  margin-bottom: 42px;
}

.team-heading .section-kicker {
  color: #ddbc6e;
}

.team-heading h2 {
  color: var(--white);
}

.team-heading > p:last-child {
  margin: 12px 0 0;
  color: rgba(238, 246, 242, 0.64);
}

.memo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.memo-card {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(232, 242, 237, 0.11);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.memo-card > span {
  color: #d7ac4d;
  font-family: Georgia, serif;
  font-size: 1.8rem;
}

.memo-card h3 {
  margin: 7px 0 8px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.12rem;
}

.memo-card p {
  margin: 0;
  color: rgba(234, 242, 238, 0.67);
  font-size: 0.84rem;
  line-height: 1.7;
}

.checklist-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) 1.3fr;
  gap: 48px;
  margin-top: 70px;
  padding: 44px;
  border-radius: 18px;
  color: var(--text);
  background: var(--white);
  box-shadow: var(--shadow);
}

.checklist-title h2 {
  font-size: 2rem;
}

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

.checklist li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--line);
  color: #455c59;
  font-size: 0.9rem;
}

.checklist li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.checklist li span {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  border: 1.5px solid #8aa5a1;
  border-radius: 5px;
}

.site-footer {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.64);
  background: #08272b;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 34px;
  align-items: center;
}

.footer-inner div {
  display: flex;
  flex-direction: column;
}

.footer-inner strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.05rem;
}

.footer-inner span,
.footer-inner p,
.footer-inner a {
  margin: 0;
  font-size: 0.76rem;
}

.footer-inner a {
  color: #e2be6b;
}

@media (max-width: 900px) {
  .wrap {
    width: min(100% - 36px, 760px);
  }

  .masthead,
  .hero-content {
    min-height: 650px;
  }

  .route-overview {
    gap: 9px;
  }

  .overview-card {
    min-height: 138px;
    padding: 15px;
  }

  .day-nav-inner {
    width: 100%;
    overflow-x: auto;
    padding-inline: 12px;
    scrollbar-width: none;
  }

  .day-nav-inner::-webkit-scrollbar {
    display: none;
  }

  .day-nav a {
    min-width: 126px;
    padding-inline: 13px;
  }

  .print-button {
    margin-left: 8px;
    flex: 0 0 auto;
  }

  .day-heading {
    grid-template-columns: 74px 1fr;
  }

  .day-facts {
    grid-column: 2;
    align-items: flex-start;
  }

  .timeline::before {
    left: 145px;
  }

  .timeline-item {
    grid-template-columns: 118px 55px minmax(0, 1fr);
  }

  .day-footnote,
  .booking-banner {
    margin-left: 173px;
  }

  .memo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .checklist-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
  }

  .footer-inner p {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 66px;
  }

  body {
    font-size: 1rem;
  }

  .wrap {
    width: calc(100% - 28px);
  }

  .masthead,
  .hero-content {
    min-height: 690px;
  }

  .hero-image img {
    object-position: 60% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(7, 35, 39, 0.35) 0%, rgba(7, 35, 39, 0.84) 52%, rgba(7, 31, 34, 0.97) 100%);
  }

  .hero-content {
    padding-block: 46px 20px;
  }

  .eyebrow {
    margin-bottom: 13px;
    font-size: 0.74rem;
  }

  .masthead h1 {
    font-size: clamp(2.75rem, 13vw, 4rem);
    line-height: 1.03;
  }

  .hero-meta {
    margin: 14px 0 20px;
    font-size: 0.87rem;
    line-height: 1.6;
  }

  .route-overview {
    display: flex;
    width: calc(100vw - 14px);
    gap: 9px;
    overflow-x: auto;
    padding: 0 14px 8px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .route-overview::-webkit-scrollbar {
    display: none;
  }

  .overview-card {
    min-width: min(285px, 79vw);
    min-height: 117px;
    scroll-snap-align: start;
  }

  .day-nav-inner {
    min-height: 62px;
  }

  .day-nav a {
    min-width: 112px;
    font-size: 0.91rem;
  }

  .day-nav a span {
    font-size: 0.6rem;
  }

  .print-button {
    width: 39px;
    height: 39px;
    justify-content: center;
    padding: 0;
    font-size: 0;
  }

  .print-button svg {
    width: 18px;
  }

  .day-section {
    padding: 72px 0 78px;
  }

  .day-heading {
    grid-template-columns: 56px 1fr;
    gap: 14px;
    margin-bottom: 38px;
    padding-bottom: 20px;
  }

  .day-number {
    font-size: 3.35rem;
  }

  .day-heading h2 {
    font-size: 1.72rem;
  }

  .day-facts {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 16px;
    padding-left: 70px;
  }

  .timeline::before {
    left: 6px;
  }

  .timeline-item {
    grid-template-columns: 23px minmax(0, 1fr);
    margin-bottom: 30px;
  }

  .timeline-time {
    grid-column: 2;
    grid-row: 1;
    padding: 0 0 9px 4px;
    text-align: left;
  }

  .timeline-time time {
    display: inline;
    font-size: 1rem;
  }

  .timeline-time span {
    display: inline;
    margin-left: 8px;
  }

  .timeline-dot {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 11px;
    height: 11px;
    margin: 7px 0 0 1px;
  }

  .timeline-card {
    grid-column: 2;
    grid-row: 2;
    padding: 19px 18px;
  }

  .timeline-card::before {
    display: none;
  }

  .timeline-card h3 {
    font-size: 1.24rem;
  }

  .timeline-card p {
    font-size: 0.91rem;
  }

  .tags {
    gap: 6px;
  }

  .tag {
    min-height: 27px;
    padding-inline: 9px;
    font-size: 0.71rem;
  }

  .day-footnote,
  .booking-banner {
    margin-left: 23px;
  }

  .day-footnote {
    font-size: 0.82rem;
  }

  .booking-banner {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-bottom: 38px;
    padding: 20px;
  }

  .booking-mark {
    width: 54px;
    height: 54px;
    font-size: 0.9rem;
  }

  .booking-banner h3 {
    font-size: 1.3rem;
  }

  .team-section {
    padding: 78px 0;
  }

  .team-heading h2 {
    font-size: 2.2rem;
  }

  .memo-grid {
    grid-template-columns: 1fr;
  }

  .memo-card {
    min-height: 0;
  }

  .checklist-panel {
    margin-top: 45px;
    padding: 25px 20px;
  }

  .checklist-title h2 {
    font-size: 1.7rem;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .footer-inner p {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

@media print {
  @page {
    size: A4;
    margin: 15mm 13mm;
  }

  :root {
    --paper: #fff;
  }

  body {
    color: #172c2d;
    background: #fff;
    font-size: 9.5pt;
  }

  .masthead {
    min-height: 0;
    color: #153b3f;
    background: #fff;
  }

  .hero-image,
  .hero-shade,
  .day-nav,
  .site-footer a {
    display: none !important;
  }

  .hero-content {
    display: block;
    min-height: 0;
    padding: 0 0 10mm;
  }

  .eyebrow,
  .hero-meta {
    color: #5a706d;
  }

  .masthead h1 {
    color: #153b3f;
    font-size: 32pt;
    text-shadow: none;
  }

  .masthead h1 em {
    color: #a9781c;
  }

  .route-overview {
    margin-top: 8mm;
  }

  .overview-card {
    min-height: 0;
    border: 1px solid #b8c7c4;
    color: #173d40;
    background: #fff;
  }

  .overview-date,
  .overview-route {
    color: #546c69;
  }

  .day-section,
  .team-section {
    padding: 10mm 0;
    color: #173d40;
    background: #fff;
  }

  .day-section + .day-section,
  .team-section {
    break-before: page;
  }

  .day-heading {
    margin-bottom: 7mm;
  }

  .timeline::before {
    left: 41mm;
  }

  .timeline-item {
    grid-template-columns: 35mm 8mm minmax(0, 1fr);
    margin-bottom: 4mm;
    break-inside: avoid;
  }

  .timeline-card {
    padding: 4mm 5mm;
    box-shadow: none;
  }

  .timeline-card h3 {
    font-size: 13pt;
  }

  .timeline-card p,
  .notice {
    font-size: 8.5pt;
  }

  .day-footnote,
  .booking-banner {
    margin-left: 43mm;
    break-inside: avoid;
  }

  .team-heading h2,
  .team-heading > p:last-child,
  .memo-card h3,
  .memo-card p {
    color: #173d40;
  }

  .memo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .memo-card {
    min-height: 0;
    border-color: #b8c7c4;
    break-inside: avoid;
  }

  .checklist-panel {
    margin-top: 8mm;
    padding: 6mm;
    border: 1px solid #b8c7c4;
    box-shadow: none;
    break-inside: avoid;
  }

  .site-footer {
    padding: 7mm 0 0;
    border-top: 1px solid #b8c7c4;
    color: #405b58;
    background: #fff;
  }
}
