:root {
  --navy: #2b2865;
  --aqua: #1db4c4;
  --lime: #abd333;
  --pale-aqua: #cceff2;
  --white: #fff;
  --text: #2b2865;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { font-size: 100%; }
body {
  margin: 0;
  background: #f4f4f4;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.35;
}

.skip-link {
  position: absolute;
  left: .75rem;
  top: -4rem;
  z-index: 1000;
  padding: .75rem 1rem;
  background: #fff;
  color: #111;
  border: 3px solid #111;
  font-weight: 700;
}
.skip-link:focus { top: .75rem; }

.page-shell {
  width: min(calc(100% - 2rem), var(--max));
  margin: 1.5rem auto;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0,0,0,.12);
}

.hero {
  min-height: 180px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px 220px;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 2.75rem;
  background: var(--navy);
  overflow: hidden;
}
.hero h1 {
  margin: 0 0 .2rem;
  color: var(--aqua);
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.035em;
}
.hero p {
  margin: .55rem 0 0;
  color: #fff;
  font-size: clamp(1.25rem, 2.3vw, 2rem);
  line-height: 1.15;
}
.hero p strong { font-size: 1.25em; }
.hero-art,
.campaign-logo {
  max-width: 100%;
  height: auto;
  display: block;
  justify-self: center;
}
.hero-art { width: 300px; }
.campaign-logo { width: 210px; }

.did-you-know {
  display: grid;
  grid-template-columns: 1fr 130px 245px;
  gap: 1.2rem;
  align-items: center;
  padding: 1.15rem 2.75rem;
  background: var(--lime);
}
.did-you-know h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  text-transform: uppercase;
}
.did-you-know p {
  margin: .15rem 0;
  font-size: clamp(1.05rem, 2vw, 1.55rem);
}
.did-you-know .emphasis {
  font-weight: 800;
  font-style: italic;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}
.day-message {
  text-align: center;
  font-style: italic;
  font-weight: 800;
  font-size: 1.45rem !important;
}
.checkmark {
  width: 118px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  justify-self: center;
}
.checkmark::before {
  content: "";
  position: absolute;
}
.checkmark span {
  width: 78px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 10px solid var(--aqua);
  border-radius: 50%;
  color: var(--navy);
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 900;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
}
.main-column { padding: 2.1rem 2.75rem 1.6rem; }

.attendance-block {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}
.attendance-block + .attendance-block { margin-top: 1.4rem; }
.attendance-block h2 {
  margin: 0 0 .2rem;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.05;
}
.attendance-block h2 span {
  color: var(--aqua);
  font-size: 1.45em;
}
.attendance-block p {
  margin: .15rem 0;
  font-size: 1.2rem;
}
.attendance-block ul {
  margin: .25rem 0 0 1.2rem;
  padding: 0;
  font-size: 1.25rem;
}
.attendance-block li { margin: .1rem 0; }

.calendar-graphic {
  position: relative;
  width: 175px;
  min-height: 225px;
  text-align: center;
  font-weight: 800;
}
.arc-text {
  display: block;
  transform: rotate(-12deg);
  text-transform: uppercase;
  font-size: 1.45rem;
  letter-spacing: .04em;
}
.big-number {
  position: relative;
  z-index: 3;
  display: block;
  width: 102px;
  height: 102px;
  margin: -.1rem auto -4.9rem;
  border-radius: 50%;
  background: var(--navy);
  color: var(--aqua);
  font-size: 4.3rem;
  line-height: .9;
  padding-top: .15rem;
}
.small-label {
  position: relative;
  z-index: 4;
  display: block;
  width: 100px;
  margin: 3.3rem auto -2.7rem;
  color: #fff;
  font-size: .85rem;
  line-height: 1.05;
}
.calendar-base {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .45rem;
  width: 150px;
  height: 125px;
  margin: 1.4rem auto 0;
  padding: 3rem .8rem .8rem;
  border: 12px solid var(--aqua);
  border-radius: .8rem;
  background: #fff;
}
.calendar-base::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 101px;
  height: 17px;
  background: var(--aqua);
}
.calendar-base i {
  display: grid;
  place-items: center;
  min-width: 16px;
  min-height: 14px;
  background: #d2eff2;
  font-style: normal;
  color: var(--navy);
  font-weight: 900;
}
.calendar-base .missed { background: #d2eff2; }

.four-days {
  grid-template-columns: minmax(0,1fr) 275px;
  align-items: center;
}
.years-callout { position: relative; padding-top: 2.2rem; }
.years-callout .arrow {
  position: absolute;
  top: -2.3rem;
  left: -3rem;
  color: var(--aqua);
  font-size: 6rem;
  transform: rotate(18deg);
}
.years-callout p {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: .75rem 1rem;
  border-radius: 1.25rem;
  background: var(--aqua);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.15;
}
.years-callout p strong {
  font-size: 1.55em;
  font-style: italic;
}
.stars {
  margin-top: .7rem;
  color: var(--lime);
  text-align: center;
  font-size: 3rem;
  letter-spacing: .15rem;
}

.tips {
  position: relative;
  padding: 1.75rem 1.5rem 1.4rem 2.25rem;
  background: var(--pale-aqua);
  overflow: hidden;
}
.dot-rule {
  position: absolute;
  inset: 0 auto 0 0;
  width: 18px;
  background-image: radial-gradient(circle, var(--aqua) 0 5px, transparent 6px);
  background-size: 18px 30px;
  background-position: center 5px;
}
.tips h2 {
  margin: 0 0 1rem;
  font-size: 2.4rem;
  line-height: 1.02;
}
.tips ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.25rem;
}
.tips li { margin-bottom: 1.25rem; }
.phone {
  width: 86px;
  height: 135px;
  margin: 1rem 0 0 auto;
  padding: 18px 10px;
  border-radius: .7rem;
  background: var(--lime);
  position: relative;
}
.phone .speaker {
  position: absolute;
  top: 7px;
  left: 29px;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}
.phone .screen {
  height: 85px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--navy);
  font-size: 2.4rem;
  font-weight: 900;
}
.phone .home {
  position: absolute;
  bottom: 7px;
  left: 37px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
}

footer {
  padding: .65rem 2rem;
  background: var(--navy);
  color: var(--aqua);
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.6rem, 3.5vw, 3rem);
  line-height: 1.05;
}

:focus-visible {
  outline: 4px solid #000;
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .page-shell { width: 100%; margin: 0; box-shadow: none; }
  .hero {
    grid-template-columns: 1fr 150px;
    padding: 1.5rem;
  }
  .hero-art { display: none; }
  .campaign-logo { width: 150px; }
  .did-you-know {
    grid-template-columns: 1fr 100px;
    padding: 1.25rem 1.5rem;
  }
  .day-message { grid-column: 1 / -1; text-align: left; }
  .checkmark { width: 90px; }
  .checkmark span { width: 62px; border-width: 8px; font-size: 3.4rem; }
  .content-grid { grid-template-columns: 1fr; }
  .tips { border-top: 8px solid var(--aqua); }
}

@media (max-width: 650px) {
  .hero { grid-template-columns: 1fr; }
  .campaign-logo { justify-self: start; }
  .did-you-know { grid-template-columns: 1fr; }
  .checkmark { display: none; }
  .main-column { padding: 1.5rem; }
  .attendance-block,
  .four-days { grid-template-columns: 1fr; }
  .calendar-graphic { margin-inline: auto; }
  .years-callout { padding-top: 0; }
  .years-callout .arrow { display: none; }
  .tips { padding: 1.5rem 1.5rem 1.5rem 2.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
}

/* August corrections */
.hero {
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, .7fr) minmax(180px, .55fr);
  gap: 1.5rem;
}
.hero-copy { min-width: 0; }
.hero h1 {
  font-size: clamp(2.55rem, 4.25vw, 4.3rem);
}
.hero p {
  max-width: 24ch;
  font-size: clamp(1.2rem, 2vw, 1.85rem);
}
.hero-art {
  width: min(100%, 300px);
  max-height: 165px;
  object-fit: contain;
}
.campaign-logo {
  width: min(100%, 205px);
}

.calendar-graphic {
  width: 190px;
  min-height: 245px;
  overflow: visible;
}
.arc-text {
  margin-bottom: .1rem;
  transform: rotate(-10deg);
  font-size: 1.35rem;
}
.number-badge {
  position: relative;
  z-index: 3;
  width: 108px;
  height: 108px;
  margin: 0 auto -46px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}
.number-badge .big-number {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  color: var(--aqua);
  font-size: 4.1rem;
  line-height: .75;
}
.number-badge .small-label {
  position: static;
  display: block;
  width: auto;
  margin: .55rem 0 0;
  color: #fff;
  font-size: .82rem;
  line-height: 1.05;
}
.calendar-base {
  position: relative;
  width: 158px;
  height: 132px;
  margin: 0 auto;
  padding: 3.4rem .8rem .8rem;
}
.calendar-base::before {
  left: 0;
  right: 0;
  top: 25px;
}

.years-callout {
  position: relative;
  padding-top: 1.25rem;
}
.years-callout .arrow {
  position: absolute;
  top: -1.1rem;
  left: -2.9rem;
  width: 72px;
  height: 52px;
  border-top: 15px solid var(--aqua);
  border-right: 15px solid var(--aqua);
  border-radius: 0 36px 0 0;
  transform: rotate(18deg);
}
.years-callout .arrow::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -17px;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 24px solid var(--aqua);
  transform: rotate(46deg);
  transform-origin: center;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) 180px;
  }
  .hero-art { width: 180px; }
  .campaign-logo { display: none; }
}

@media (max-width: 650px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-art,
  .campaign-logo { display: none; }
  .hero p { max-width: none; }
  .attendance-block,
  .four-days { grid-template-columns: 1fr; }
  .calendar-graphic { margin-inline: auto; }
  .years-callout { max-width: 360px; margin-inline: auto; }
  .years-callout .arrow { display: none; }
}
