* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #1b160d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  background:
    linear-gradient(45deg, rgba(255, 255, 255, .12) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, .12) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, .12) 75%),
    #1f6f72;
  background-size: 32px 32px;
  background-position: 0 0, 0 16px, 16px -16px, -16px 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #003d99;
  font-weight: 700;
}

a:hover {
  color: #b11f15;
}

.page-shell {
  width: min(1120px, calc(100% - 24px));
  margin: 18px auto;
  background: #fff4cb;
  border: 5px ridge #f7d51d;
  box-shadow: 0 0 0 6px #101820, 10px 10px 0 rgba(0, 0, 0, .35);
}

.site-header {
  border-bottom: 4px solid #101820;
  background: #f7d51d;
}

.status-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  padding: 8px;
  color: #fff;
  background: #101820;
  font-size: 13px;
  text-transform: uppercase;
}

.status-strip span {
  padding: 3px 8px;
  border: 1px solid #f7d51d;
  background: #8a2118;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.2fr);
  gap: 18px;
  align-items: center;
  padding: 20px;
}

.hero-copy {
  padding: 16px;
  border: 4px double #101820;
  background: #fff8de;
}

.kicker {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}

h1,
h2,
h3 {
  margin: 0 0 10px;
  line-height: 1.05;
}

h1 {
  color: #b11f15;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(64px, 13vw, 144px);
  text-shadow: 4px 4px 0 #101820, 7px 7px 0 #fff;
}

h2 {
  padding: 7px 10px;
  color: #fff;
  background: #101820;
  border-left: 10px solid #b11f15;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 26px;
}

h3 {
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 20px;
}

.tagline {
  font-size: 22px;
  font-weight: 700;
}

.small-note,
.tiny-text,
figcaption {
  color: #4d2b18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
}

.hero-art {
  margin: 0;
  padding: 8px;
  border: 3px solid #101820;
  background: #fff;
  transform: rotate(1deg);
}

.hero-art img {
  border: 2px solid #101820;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.big-button,
button {
  display: inline-block;
  padding: 10px 14px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #b11f15;
  border: 3px outset #f7d51d;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 15px;
  cursor: pointer;
}

.big-button.alt {
  color: #101820;
  background: #f7d51d;
  border-color: #101820;
}

.big-button:hover,
button:hover {
  color: #101820;
  background: #fff;
}

.marquee {
  display: block;
  padding: 8px;
  color: #fff;
  background: #b11f15;
  border-top: 3px solid #101820;
  border-bottom: 3px solid #101820;
  font-weight: 700;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 12px;
  background: #fff8de;
}

.main-nav a {
  padding: 7px 11px;
  color: #101820;
  border: 2px solid #101820;
  background: #f7d51d;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
}

main {
  padding: 18px;
}

.panel,
.asset-wall figure,
.gallery-grid figure,
.candid-grid figure {
  border: 3px solid #101820;
  background: #fff8de;
  box-shadow: 5px 5px 0 #b11f15;
}

.panel {
  margin-bottom: 22px;
  padding: 14px;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .8fr);
  gap: 18px;
}

.notice-box,
.channel-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 14px;
  padding: 12px;
  border: 2px dashed #b11f15;
  background: #fff;
}

.notice-box img,
.channel-layout img,
.full-img,
.asset-wall img,
.gallery-grid img,
.candid-grid img {
  border: 2px solid #101820;
}

.side-panel {
  text-align: center;
}

.stamp {
  width: min(260px, 100%);
  margin: 0 auto 12px;
}

.web-button {
  image-rendering: pixelated;
  margin: 14px auto 6px;
}

.quote {
  padding: 10px;
  border: 2px dotted #101820;
  background: #e5f3ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.section-head {
  margin-bottom: 14px;
}

.counter-board {
  padding: 14px;
  color: #fff;
  background: #101820;
  border: 4px inset #f7d51d;
}

.counter-label {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.counter-digits {
  width: fit-content;
  margin: 8px 0 12px;
  padding: 8px 14px;
  color: #d8ff8f;
  background: #000;
  border: 2px solid #d8ff8f;
  font-family: "Courier New", monospace;
  font-size: 42px;
  letter-spacing: 0;
}

.updates-grid,
.asset-wall,
.gallery-grid,
.candid-grid {
  display: grid;
  gap: 16px;
}

.updates-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.update-card {
  padding: 12px;
  border: 2px solid #101820;
  background: #e5f3ff;
}

.date {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 7px;
  color: #fff;
  background: #b11f15;
  font-family: "Courier New", monospace;
  font-weight: 700;
}

.asset-wall {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 22px;
}

.asset-wall figure,
.gallery-grid figure,
.candid-grid figure {
  margin: 0;
  padding: 8px;
}

.asset-wall figure:nth-child(2) {
  transform: rotate(-1deg);
}

.candid-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.candid-grid img,
.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guestbook form {
  display: grid;
  gap: 9px;
  max-width: 620px;
}

label {
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  padding: 9px;
  color: #101820;
  background: #fff;
  border: 2px inset #101820;
  font: inherit;
}

.site-footer {
  padding: 16px;
  color: #fff;
  background: #101820;
  border-top: 4px solid #f7d51d;
  text-align: center;
}

.site-footer a {
  color: #f7d51d;
}

@media (max-width: 860px) {
  .hero-grid,
  .two-column,
  .channel-layout,
  .notice-box {
    grid-template-columns: 1fr;
  }

  .updates-grid,
  .asset-wall,
  .gallery-grid,
  .candid-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-art {
    transform: none;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .page-shell {
    width: calc(100% - 12px);
    margin: 6px auto;
    border-width: 3px;
    box-shadow: none;
  }

  main,
  .hero-grid {
    padding: 10px;
  }

  .updates-grid,
  .asset-wall,
  .gallery-grid,
  .candid-grid {
    grid-template-columns: 1fr;
  }

  .counter-digits {
    font-size: 34px;
  }
}
