@charset "UTF-8";

:root {
  color-scheme: light;
  --paper: #f8f6ef;
  --ink: #243e32;
  --green: #234c3c;
  --muted: #59645b;
  --orange: #b94725;
  --poster: #e5edb5;
  --line: #d2d6c9;
  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

::selection {
  background: var(--poster);
  color: var(--ink);
}

a {
  color: inherit;
  text-underline-offset: 0.25em;
}

button,
input {
  font: inherit;
}

button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}

p,
h1,
h2 {
  margin: 0;
}

.page-width {
  width: min(100% - 6rem, 76rem);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 10;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  background: var(--green);
  color: white;
  transform: translateY(-200%);
}

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

.site-header {
  min-height: 7.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--ink);
  text-decoration: none;
  font-size: 1.35rem;
  font-weight: 750;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.wordmark-symbol {
  display: block;
  flex: none;
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}

.wordmark-dot {
  color: var(--orange);
}

.site-header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.3rem;
  font-size: 0.9rem;
  font-weight: 550;
}

.site-header nav a {
  text-decoration: none;
  padding-block: 0.65rem;
}

.site-header nav a:hover {
  text-decoration: underline;
}

.site-header nav .nav-signup {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border: 1px solid var(--ink);
  padding: 0.65rem 1rem;
  border-radius: 3px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 6.3rem);
  padding-block: 5rem 4.4rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.little-cross {
  color: var(--orange);
  font-size: 1.6rem;
  line-height: 1;
}

h1 {
  margin-top: 1.5rem;
  font-size: clamp(3.6rem, 5.7vw, 5.2rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.065em;
}

.heading-period {
  color: var(--orange);
}

.hero-description {
  max-width: 28rem;
  margin-top: 1.8rem;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.no-wrap {
  white-space: nowrap;
}

.hero-invitation {
  max-width: 27rem;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 3.3rem;
  padding: 0.85rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 0.95rem;
  font-weight: 550;
  line-height: 1.35;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, transform 160ms ease;
}

.button > span[aria-hidden] {
  font-size: 1.4rem;
  font-weight: 400;
}

.button-primary {
  margin-top: 1.8rem;
  background: var(--green);
  color: var(--paper);
}

.button-primary:hover {
  background: #153b2c;
  transform: translateY(-2px);
}

.welcome-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.85rem;
  font-size: 0.875rem;
  color: var(--muted);
}

.handdrawn-line {
  display: inline-block;
  width: 1.6rem;
  height: 0.55rem;
  border-top: 2px solid var(--orange);
  border-bottom: 1px solid var(--orange);
  transform: rotate(-9deg);
}

.maker-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 29rem;
  margin-top: 2.4rem;
}

.maker-tags > span {
  padding: 0.3rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--muted);
  font-size: 0.875rem;
}

.maker-tags .anything-tag {
  color: var(--orange);
  border-color: transparent;
  padding-inline: 0.2rem;
}

.event-poster {
  position: relative;
  align-self: center;
  padding: 1.8rem 2.3rem 1.6rem;
  background: var(--poster);
  border: 1px solid var(--ink);
  box-shadow: 7px 7px 0 var(--paper), 8px 8px 0 var(--ink);
  transform: rotate(1deg);
}

.poster-tape {
  position: absolute;
  top: -1rem;
  left: calc(50% - 3.4rem);
  width: 6.8rem;
  height: 1.85rem;
  background: #d9bb8d;
  opacity: 0.78;
  transform: rotate(-7deg);
  clip-path: polygon(2% 0, 99% 3%, 97% 28%, 100% 47%, 97% 77%, 98% 100%, 0 98%, 2% 72%, 0 47%, 3% 25%);
}

.poster-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--ink);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.event-poster h2 {
  margin-top: 1.4rem;
  font-size: clamp(2.25rem, 3vw, 2.85rem);
  font-weight: 650;
  line-height: 1.07;
  letter-spacing: -0.045em;
}

.event-date {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.3rem;
  padding-block: 0.4rem 0.9rem;
  border-bottom: 1px solid var(--ink);
}

.date-number {
  font-size: clamp(7rem, 10.5vw, 9.5rem);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 1.1;
}

.event-date time {
  display: grid;
  gap: 0.08rem;
  margin-top: 1rem;
  font-size: 1rem;
}

.event-date time strong {
  font-weight: 650;
}

.date-spark {
  position: absolute;
  right: -0.4rem;
  top: -2.8rem;
  color: var(--orange);
  font-size: 4.9rem;
  line-height: 1;
  transform: rotate(13deg);
}

.event-details {
  padding-top: 1.2rem;
}

.detail-row {
  display: grid;
  grid-template-columns: 3.3rem minmax(0, 1fr);
  gap: 0.8rem;
}

.detail-row + .detail-row {
  margin-top: 1.2rem;
}

.detail-label {
  padding-top: 0.25rem;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.detail-row p {
  font-size: 1rem;
  font-weight: 600;
}

.time-dash {
  padding-inline: 0.15rem;
}

address {
  margin-top: 0.35rem;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.6;
}

.directions-link {
  display: inline-block;
  margin-top: 0.45rem;
  padding-block: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.directions-link:hover {
  text-decoration-thickness: 2px;
}

.directions-link > span[aria-hidden] {
  margin-left: 0.25rem;
}

.poster-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.2rem;
  padding-top: 1.1rem;
  border-top: 1px dashed #7d8962;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.45;
}

.poster-bottom strong {
  font-weight: 600;
}

.poster-plus {
  font-size: 1.8rem;
  font-weight: 300;
}

.community-note {
  display: grid;
  grid-template-columns: 13rem minmax(0, 42rem) 1fr;
  align-items: center;
  gap: 2rem;
  padding-block: 1.8rem 2rem;
  border-top: 1px solid var(--line);
  margin-bottom: 2.7rem;
}

.community-kicker {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
}

.community-kicker strong {
  font-weight: 600;
}

.community-note p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.community-asterisk {
  justify-self: end;
  padding-right: 0.4rem;
  color: var(--orange);
  font-size: 3rem;
  line-height: 1;
}

.mailing-section {
  position: relative;
  background: var(--green);
  color: var(--paper);
}

.mailing-section::before {
  content: "";
  position: absolute;
  inset: -5px 0 auto;
  height: 6px;
  background: var(--green);
  clip-path: polygon(0 50%, 7% 35%, 13% 80%, 18% 40%, 23% 65%, 30% 0, 37% 45%, 44% 25%, 52% 80%, 61% 30%, 69% 65%, 76% 20%, 84% 50%, 93% 0, 100% 50%, 100% 100%, 0 100%);
}

.mailing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(3rem, 9vw, 9rem);
  padding-block: 4.4rem 4.6rem;
}

.mailing-copy .eyebrow {
  color: var(--poster);
  margin-bottom: 1.2rem;
}

.mailing-copy h2 {
  font-size: clamp(2.3rem, 3.7vw, 3.5rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.mailing-copy h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: var(--poster);
}

.mailing-copy > p:last-child {
  max-width: 26rem;
  margin-top: 1.3rem;
  color: #d1dbd0;
  font-size: 1rem;
  line-height: 1.65;
}

.signup-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.signup-form label {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.signup-form input {
  display: block;
  width: 100%;
  height: 3.6rem;
  border: 1px solid #7d9684;
  border-radius: 3px;
  padding: 0.9rem 1rem;
  background: #ffffff08;
  color: var(--paper);
  font-size: 1rem;
}

.signup-form input::placeholder {
  color: #c4cfc3;
  opacity: 1;
}

.signup-form input:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.button-signup {
  width: 100%;
  margin-top: 0.7rem;
  background: var(--poster);
  color: var(--ink);
  min-height: 3.5rem;
}

.button-signup:enabled:hover {
  background: #f0f6ca;
}

.button-signup:disabled {
  cursor: not-allowed;
  background: #bdc79c;
  color: #294435;
}

.signup-status {
  margin-top: 1rem;
  color: #d1dbd0;
  font-size: 0.875rem;
  line-height: 1.6;
}

.signup-status a:hover {
  color: white;
}

.mailing-section :focus-visible {
  outline-color: var(--poster);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 2.2rem;
  font-size: 0.8125rem;
}

.footer-wordmark {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: -0.045em;
}

.footer-wordmark span {
  display: inline-block;
  margin-left: 0.3rem;
  color: var(--orange);
}

.site-footer p {
  color: var(--muted);
}

.site-footer p span {
  white-space: nowrap;
}

.footer-social {
  text-decoration: none;
}

.footer-social:hover {
  text-decoration: underline;
}

.footer-social > span[aria-hidden] {
  margin-left: 0.5rem;
}

@media (min-width: 1440px) {
  .hero {
    padding-block: 5.8rem 5rem;
  }
}

@media (max-width: 1050px) {
  .page-width {
    width: calc(100% - 4rem);
  }

  .hero {
    gap: 2.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding-top: 3.8rem;
  }

  h1 {
    font-size: clamp(3rem, 5.8vw, 3.8rem);
  }

  .hero-description {
    font-size: 1.125rem;
  }

  .event-poster {
    padding-inline: 1.5rem;
  }

  .date-spark {
    font-size: 3.7rem;
    right: 0;
  }

  .date-number {
    font-size: 7rem;
  }

  .event-date {
    gap: 1rem;
  }

  .event-date time {
    font-size: 0.9375rem;
  }

  .community-note {
    grid-template-columns: 11rem 1fr;
  }

  .community-asterisk {
    display: none;
  }

  .mailing-layout {
    gap: 3rem;
  }
}

@media (max-width: 760px) {
  .page-width {
    width: calc(100% - 3rem);
  }

  .site-header {
    min-height: 6rem;
  }

  .site-header nav {
    gap: 1.1rem;
    font-size: 0.875rem;
  }

  .site-header nav .nav-signup {
    gap: 0.8rem;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
    padding-block: 2.7rem 3.5rem;
  }

  h1 {
    margin-top: 1.25rem;
    font-size: clamp(3.2rem, 10vw, 4.8rem);
  }

  .hero-description {
    max-width: 32rem;
    margin-top: 1.3rem;
    font-size: 1.2rem;
  }

  .hero-invitation {
    max-width: 33rem;
  }

  .maker-tags {
    margin-top: 1.7rem;
    max-width: 35rem;
  }

  .event-poster {
    width: calc(100% - 0.8rem);
    max-width: 31rem;
    justify-self: center;
    padding: 1.7rem 2rem 1.5rem;
  }

  .event-poster h2 {
    font-size: 2.65rem;
  }

  .date-number {
    font-size: 9rem;
  }

  .event-date {
    gap: 1.5rem;
  }

  .event-date time {
    font-size: 1rem;
  }

  .date-spark {
    font-size: 4.5rem;
  }

  .community-note {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.85rem;
    padding-block: 1.5rem 0;
    margin-bottom: 2.8rem;
  }

  .community-kicker br {
    display: none;
  }

  .community-kicker strong::before {
    content: " ";
  }

  .mailing-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    padding-block: 3rem;
  }

  .mailing-copy h2 {
    font-size: clamp(2.5rem, 7.2vw, 3.3rem);
  }

  .mailing-copy > p:last-child {
    max-width: 32rem;
  }

  .signup-panel {
    max-width: 32rem;
    width: 100%;
  }

  .site-footer {
    flex-wrap: wrap;
    gap: 1rem;
    padding-block: 1.8rem;
  }

  .site-footer p {
    order: 3;
    width: 100%;
  }
}

@media (max-width: 400px) {
  .page-width {
    width: calc(100% - 2rem);
  }

  .wordmark {
    font-size: 1.2rem;
    gap: 0.45rem;
  }

  .wordmark-symbol {
    width: 3rem;
    height: 3rem;
  }

  .site-header {
    gap: 0.75rem;
    padding-block: 1rem;
  }

  .site-header nav {
    gap: 0.7rem;
  }

  .site-header nav .nav-signup {
    padding: 0.5rem 0;
    border: 0;
    gap: 0.35rem;
  }

  .hero .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.055em;
  }

  h1 {
    font-size: 3.1rem;
  }

  .event-poster {
    padding-inline: 1.2rem;
  }

  .event-poster h2 {
    font-size: 2.35rem;
  }

  .date-number {
    font-size: 7.5rem;
  }

  .event-date {
    gap: 1.2rem;
  }

  .date-spark {
    font-size: 3.8rem;
  }

  .detail-row {
    grid-template-columns: 2.8rem minmax(0, 1fr);
    gap: 0.5rem;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
