:root {
  --crc-ink: #161a15;
  --crc-muted: #4f5a4d;
  --crc-paper: #f7f1df;
  --crc-paper-warm: #efe3c3;
  --crc-blue: #0b6f9a;
  --crc-spruce: #21483c;
  --crc-salmon: #a4614d;
  --crc-cedar: #b88b45;
  --crc-line: rgba(22, 26, 21, .22);
  --crc-white: #fffaf0;
}

body.crc-landing-live {
  margin: 0;
  min-height: 100vh;
  color: var(--crc-ink);
  background: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.45;
}

body.crc-landing-live * { box-sizing: border-box; }

.crc-page {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 18px 0 30px;
}

.crc-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 42%) minmax(0, 1fr);
  align-items: center;
  min-height: 420px;
  border: 1px solid var(--crc-line);
  border-top: 8px solid var(--crc-blue);
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(20, 23, 17, .14);
  overflow: hidden;
}

.crc-humpy-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 404px;
  padding: 14px 0;
}

.crc-humpy-stage img {
  position: relative;
  z-index: 2;
  width: min(620px, 118%);
  max-width: none;
  height: auto;
}

.crc-title-stage {
  position: relative;
  z-index: 3;
  align-self: center;
  padding: 32px 32px 56px;
  text-align: center;
}

.crc-wordmark span,
.crc-wordmark strong,
.crc-wordmark b {
  display: block;
  font-weight: 900;
  letter-spacing: 0;
}

.crc-wordmark span {
  margin-bottom: 2px;
  color: var(--crc-spruce);
  font-family: "Courier New", monospace;
  font-size: 15px;
  text-transform: uppercase;
}

.crc-wordmark strong {
  color: var(--crc-ink);
  font-size: clamp(44px, 6.2vw, 82px);
  line-height: .88;
}

.crc-wordmark b {
  color: var(--crc-blue);
  font-size: clamp(80px, 10.8vw, 142px);
  line-height: .78;
  text-shadow: 0 2px 0 rgba(255,255,255,.56);
}

.crc-brand-line {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
  color: var(--crc-blue);
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.crc-hero-copy {
  max-width: 760px;
  margin: 20px auto 0;
  color: var(--crc-spruce);
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.12;
  font-weight: 800;
}

.crc-island-note,
.crc-humpy-quote {
  max-width: 760px;
  margin: 12px auto 0;
  color: var(--crc-ink);
  font-family: "Courier New", monospace;
  font-size: clamp(13px, 1.45vw, 16px);
  font-weight: 800;
  line-height: 1.25;
}

.crc-humpy-quote {
  color: var(--crc-blue);
}

.crc-main {
  display: grid;
  gap: 24px;
  padding-top: 24px;
}

.crc-signup {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 18px;
  padding: 24px;
  border: 2px solid rgba(11,111,154,.48);
  border-top: 10px solid var(--crc-blue);
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(20, 23, 17, .13);
  overflow: visible;
}

.crc-kicker {
  margin: 0 0 6px;
  color: var(--crc-salmon);
  font-family: "Courier New", monospace;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.crc-signup h1 {
  margin: 0 0 12px;
  color: var(--crc-blue);
  font-size: clamp(48px, 8vw, 92px);
  line-height: .9;
  letter-spacing: 0;
}

.crc-lede {
  max-width: 820px;
  margin: 0;
  color: var(--crc-ink);
  font-size: clamp(19px, 2.4vw, 28px);
  line-height: 1.25;
}

.crc-lede b {
  color: var(--crc-salmon);
}

.crc-unsubscribe {
  margin: 14px 0 0;
  color: var(--crc-spruce);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 900;
  line-height: 1.12;
}

.crc-verify {
  max-width: 780px;
  margin: 12px 0 0;
  color: var(--crc-muted);
  font-family: "Courier New", monospace;
  font-size: 13px;
  line-height: 1.35;
}

.crc-contact-line {
  margin: 14px 0 0;
  color: var(--crc-spruce);
  font-family: "Courier New", monospace;
  font-size: 14px;
  font-weight: 800;
}

.crc-contact-line a {
  color: var(--crc-blue);
}

.crc-seagull-card {
  align-self: center;
  justify-self: center;
  display: grid;
  gap: 8px;
  margin: 0;
  text-align: center;
  z-index: 2;
}

.crc-seagull-card figcaption {
  color: var(--crc-spruce);
  font-family: "Courier New", monospace;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.crc-seasill {
  width: min(210px, 100%);
  height: auto;
}

.crc-member-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.crc-panel {
  padding: 15px;
  border-top: 5px solid var(--crc-blue);
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(22,26,21,.14);
}

.crc-panel h2,
.crc-contact h2 {
  margin: 0 0 10px;
  color: var(--crc-spruce);
  font-size: 25px;
  line-height: 1;
}

.crc-panel p {
  margin: 0 0 12px;
  color: var(--crc-muted);
  font-size: 15px;
}

.crc-newsletter-options {
  display: grid;
  gap: 6px;
  margin: 0 0 10px;
}

.crc-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: "Courier New", monospace;
  font-size: 12px;
  line-height: 1.2;
  text-transform: none;
}

.crc-check input {
  width: 18px;
  min-height: 18px;
  height: 18px;
}

label {
  display: block;
  margin-bottom: 7px;
  color: var(--crc-spruce);
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.crc-form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

input,
select,
textarea {
  width: 100%;
  border: 2px solid rgba(36,83,105,.36);
  border-radius: 0;
  padding: 11px 12px;
  background: #ffffff;
  color: var(--crc-ink);
  font: 16px/1.2 Georgia, "Times New Roman", serif;
}

input,
select,
button {
  min-height: 48px;
}

button,
.crc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 0;
  padding: 0 18px;
  background: var(--crc-blue);
  color: white;
  font-family: "Courier New", monospace;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

button:hover,
button:focus-visible,
.crc-button:hover,
.crc-button:focus-visible {
  background: var(--crc-spruce);
  outline: 3px solid rgba(184,139,69,.45);
  outline-offset: 2px;
}

.crc-button.ghost {
  background: var(--crc-salmon);
}

.crc-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.crc-message,
.crc-form-note {
  margin: 10px 0 0;
  color: var(--crc-muted);
  font-family: "Courier New", monospace;
  font-size: 12px;
  line-height: 1.35;
}

.crc-contact {
  display: grid;
  grid-template-columns: minmax(260px, 34%) minmax(0, 1fr);
  gap: 22px;
  padding: 22px;
  border: 1px solid var(--crc-line);
  background: #ffffff;
}

.crc-contact p {
  margin: 0;
  color: var(--crc-muted);
  font-size: 17px;
}

.crc-contact-card {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 16px;
  border-top: 5px solid var(--crc-salmon);
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(22,26,21,.14);
}

.crc-contact-card b {
  color: var(--crc-salmon);
  font-family: "Courier New", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.crc-contact-card a:not(.crc-button) {
  color: var(--crc-blue);
  font-size: 21px;
  font-weight: 800;
}

.crc-contact-card span {
  color: var(--crc-muted);
}

.crc-document {
  padding-top: 24px;
}

.crc-document article {
  padding: 22px;
  border: 1px solid var(--crc-line);
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(20, 23, 17, .10);
}

.crc-document h1,
.crc-contact-page h1 {
  margin: 0 0 14px;
  color: var(--crc-blue);
  font-size: clamp(38px, 6vw, 74px);
  line-height: .95;
  letter-spacing: 0;
}

.crc-content {
  color: var(--crc-ink);
  font-size: 18px;
}

.crc-content .kg-width-wide {
  width: min(100%, 980px);
  margin-left: auto;
  margin-right: auto;
}

.crc-content .kg-width-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.crc-feature-image {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  margin: 0 0 18px;
}

.crc-content a,
.crc-contact a:not(.crc-button) {
  color: var(--crc-blue);
  font-weight: 800;
}

.crc-event-form {
  display: grid;
  gap: 13px;
}

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

.crc-musts {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-left: 7px solid var(--crc-salmon);
  background: #ffffff;
}

.crc-musts b {
  color: var(--crc-salmon);
  font-family: "Courier New", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.crc-musts span {
  color: var(--crc-ink);
  font-size: 15px;
}

.crc-footer {
  margin-top: 24px;
  padding-top: 13px;
  border-top: 4px double var(--crc-blue);
  color: var(--crc-muted);
  font-family: "Courier New", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .crc-hero,
  .crc-signup,
  .crc-contact {
    grid-template-columns: 1fr;
  }
  .crc-title-stage {
    padding: 0 18px 54px;
  }
  .crc-humpy-stage {
    min-height: 330px;
  }
  .crc-humpy-stage img {
    width: min(520px, 96%);
    max-width: 100%;
  }
  .crc-member-grid {
    grid-template-columns: 1fr;
  }
  .crc-seagull-card {
    justify-self: center;
    width: min(190px, 52vw);
  }
  .crc-seasill {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .crc-page {
    width: min(100% - 18px, 1180px);
    padding-top: 9px;
  }
  .crc-wordmark strong {
    font-size: 39px;
  }
  .crc-wordmark b {
    font-size: 64px;
  }
  .crc-brand-line,
  .crc-form-row,
  .crc-form-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .crc-seagull-card {
    justify-self: center;
    width: min(150px, 46vw);
  }
  button,
  .crc-button {
    width: 100%;
  }
}
