@font-face {
  font-family: Montserrat;
  src: url("/assets/montserrat-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --ivory: #f6f2e9;
  --ink: #0f0f10;
  --wine: #650d1e;
  --gold: #c9a765;
  --muted: #59564f;
  --line: #dcd5c9;
  --surface: #ece6da;
  font-family: Montserrat, Arial, sans-serif;
  color: var(--ink);
  background: var(--ivory);
  font-synthesis: none;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
[hidden] {
  display: none !important;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--wine);
  outline-offset: 5px;
}
.page-width {
  width: min(1320px, calc(100% - 112px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  background: var(--wine);
  color: var(--ivory);
  padding: 16px;
  z-index: 10;
}
.skip-link:focus {
  top: 16px;
}
.masthead {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 2px;
  text-decoration: none;
}
.brand-compass {
  width: 66px;
  height: 66px;
  object-fit: contain;
}
.brand-wordmark {
  width: 136px;
  height: 61px;
  object-fit: contain;
}
.header-link {
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 48px;
  text-decoration: none;
}
.header-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 72px;
  padding-block: 58px 80px;
  align-items: stretch;
}
.hero-copy {
  padding-block: 10px 4px;
  min-width: 0;
}
.eyebrow {
  font-size: 0.75rem;
  line-height: 1.7;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--muted);
  margin: 0 0 26px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.eyebrow-line {
  width: 31px;
  height: 1px;
  background: var(--gold);
  flex: none;
}
h1 {
  font-size: clamp(3rem, 4.5vw, 4.5rem);
  font-weight: 500;
  line-height: 1.11;
  letter-spacing: -0.065em;
  margin: 0 0 27px;
}
h1 span {
  color: var(--wine);
}
.hero-description {
  font-size: 1rem;
  line-height: 1.85;
  max-width: 440px;
  margin: 0 0 22px;
  color: var(--muted);
}
.categories {
  font-size: 0.8125rem;
  line-height: 1.8;
  font-weight: 500;
  margin: 0 0 40px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.categories span {
  color: inherit;
  white-space: nowrap;
}
.categories span:not(:last-child)::after {
  content: "·";
  color: var(--wine);
  margin-left: 7px;
}
.hero .categories {
  font-size: 0.8125rem;
  margin-bottom: 12px;
  column-gap: 7px;
  row-gap: 0;
}
.origin-note {
  color: var(--muted);
  font-size: 0.8125rem;
  line-height: 1.7;
  margin: 0 0 30px;
  max-width: 440px;
}
.signup {
  scroll-margin-top: 30px;
}
.email-label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 14px;
}
.email-row {
  display: flex;
  border: 1px solid var(--line);
  background: #fffdf9;
  padding: 5px;
  gap: 6px;
  max-width: 560px;
}
.email-row input {
  width: 0;
  min-width: 110px;
  flex: 1;
  border: 0;
  background: transparent;
  padding: 13px 10px;
  font-size: 0.875rem;
  border-radius: 0;
}
.email-row input::placeholder {
  color: #706b63;
  opacity: 1;
}
.button {
  border: 1px solid var(--wine);
  background: var(--wine);
  color: var(--ivory);
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 15px 18px;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  transition:
    background 0.18s ease,
    transform 0.18s ease;
}
.button:hover {
  background: #470916;
}
.button:active {
  transform: translateY(1px);
}
.button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.button span[aria-hidden] {
  font-size: 1.2rem;
  line-height: 1;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 15px;
  font-size: 0.75rem;
  line-height: 1.75;
  color: var(--muted);
  max-width: 520px;
}
.consent input {
  accent-color: var(--wine);
  width: 16px;
  height: 16px;
  flex: none;
  margin: 3px 0 0;
}
.consent a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.form-note {
  font-size: 0.75rem;
  line-height: 1.6;
  color: var(--muted);
  margin: 9px 0 0;
}
.form-status {
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--wine);
  margin-top: 14px;
}
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.hero-photo {
  margin: 0;
  position: relative;
  min-width: 0;
  background: var(--surface);
}
.hero-photo > img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: 50% 49%;
}
.hero-photo figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 65px 29px 26px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  background: linear-gradient(transparent, rgba(24, 15, 11, 0.66));
}
.hero-photo figcaption span:first-child {
  font-weight: 600;
}
.project {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 100px;
  border-top: 1px solid var(--line);
  padding-block: 76px 84px;
}
.project-heading h2 {
  font-size: clamp(2rem, 3vw, 2.9rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.2;
  margin: 0 0 26px;
}
.project-heading > p:last-child {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: var(--muted);
  margin: 0;
}
.pillars {
  padding-top: 0;
}
.pillar {
  display: flex;
  gap: 25px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.pillar:first-child {
  padding-top: 0;
}
.pillar:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.pillar-number {
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  color: var(--wine);
  padding-top: 5px;
}
.pillar h3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.pillar p {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: var(--muted);
  margin: 0;
  max-width: 410px;
}
.closing {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 47px 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.closing .eyebrow {
  margin-bottom: 16px;
}
.closing-title {
  font-size: clamp(1.8rem, 2.7vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.25;
  margin: 0;
}
.closing .button {
  min-height: 55px;
  gap: 35px;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 30px 36px;
  font-size: 0.75rem;
  line-height: 1.7;
  color: var(--muted);
}
.footer p {
  margin: 0;
}
.footer nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
.footer a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-signoff {
  letter-spacing: 0.025em;
}
.signup-success {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  max-width: 500px;
}
.success-mark {
  display: block;
  color: var(--wine);
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.signup-success h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.signup-success p {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--muted);
}
.legal {
  max-width: 780px;
  margin-inline: auto;
  padding-block: 65px 80px;
}
.legal .eyebrow {
  margin-bottom: 18px;
}
.legal h1 {
  font-size: clamp(2.3rem, 5vw, 3.2rem);
  line-height: 1.2;
}
.legal h2 {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 30px;
  font-weight: 600;
}
.legal p,
.legal li {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--muted);
}
.legal a {
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
.legal .button {
  margin-top: 20px;
}
.legal ul {
  padding-left: 20px;
}
.confirmation {
  min-height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 650px;
}
.confirmation h1 {
  max-width: 560px;
}
.confirmation .button {
  align-self: flex-start;
  margin-top: 25px;
}
#challenge:empty {
  display: none;
}
#challenge {
  margin-top: 15px;
}
@media (min-width: 1500px) {
  .hero {
    gap: 88px;
  }
  .hero-copy {
    padding-block: 28px;
  }
  .hero-photo {
    min-height: 650px;
  }
}
@media (max-width: 1150px) {
  .page-width {
    width: calc(100% - 72px);
  }
  .hero {
    gap: 42px;
  }
  h1 {
    font-size: 3.4rem;
  }
  .email-row {
    flex-direction: column;
    padding: 5px;
  }
  .email-row input {
    width: 100%;
    min-height: 49px;
  }
  .email-row .button {
    width: 100%;
  }
  .categories {
    margin-bottom: 28px;
  }
  .project {
    gap: 60px;
  }
  .footer-signoff {
    display: none;
  }
}
@media (max-width: 760px) {
  .page-width {
    width: calc(100% - 40px);
  }
  .masthead {
    height: 86px;
  }
  .brand-compass {
    width: 48px;
    height: 48px;
  }
  .brand-wordmark {
    width: 111px;
    height: 50px;
  }
  .brand {
    gap: 0;
  }
  .header-link {
    font-size: 0.8125rem;
    gap: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 35px 43px;
  }
  .hero-copy {
    padding: 0;
  }
  .eyebrow {
    font-size: 0.6875rem;
    letter-spacing: 0.11em;
    margin-bottom: 22px;
  }
  h1 {
    font-size: clamp(2.6rem, 10.3vw, 4.3rem);
    line-height: 1.12;
    letter-spacing: -0.06em;
    margin-bottom: 23px;
  }
  .hero-description {
    font-size: 0.9375rem;
    line-height: 1.8;
    max-width: 520px;
  }
  .categories {
    font-size: 0.75rem;
    gap: 8px;
    margin-bottom: 30px;
  }
  .email-label {
    font-size: 0.9375rem;
  }
  .email-row {
    flex-direction: row;
  }
  .email-row input {
    min-width: 0;
    font-size: 0.8125rem;
    padding: 12px 8px;
  }
  .email-row .button {
    width: auto;
    gap: 12px;
    padding: 14px 13px;
    font-size: 0.75rem;
  }
  .email-row .button > span:first-child {
    max-width: 112px;
  }
  .consent {
    font-size: 0.75rem;
  }
  .hero-photo {
    height: 390px;
  }
  .hero-photo > img {
    object-position: 50% 53%;
  }
  .hero-photo figcaption {
    padding: 55px 23px 23px;
  }
  .project {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-block: 42px 46px;
  }
  .project-heading h2 {
    font-size: 2rem;
    margin-bottom: 17px;
  }
  .project-heading .eyebrow {
    margin-bottom: 17px;
  }
  .project-heading > p:last-child br {
    display: none;
  }
  .pillar {
    gap: 20px;
    padding-block: 23px;
  }
  .pillar h3 {
    font-size: 1.125rem;
  }
  .pillar p {
    font-size: 0.9375rem;
  }
  .closing {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 35px 39px;
    gap: 26px;
  }
  .closing-title {
    font-size: 2rem;
  }
  .closing .button {
    min-height: 52px;
  }
  .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding-block: 25px;
  }
  .footer nav {
    gap: 24px;
    flex-wrap: wrap;
  }
  .legal {
    padding-block: 40px 55px;
  }
  .legal h1 {
    font-size: 2.2rem;
  }
  .confirmation {
    min-height: 65vh;
  }
}
@media (max-width: 359px) {
  .page-width {
    width: calc(100% - 32px);
  }
  h1 {
    font-size: 2.5rem;
  }
  .email-row {
    flex-direction: column;
  }
  .email-row .button {
    width: 100%;
  }
  .email-row .button > span:first-child {
    max-width: none;
  }
  .hero-photo {
    height: 325px;
  }
  .categories {
    gap: 6px;
    font-size: 0.6875rem;
  }
  .header-link {
    gap: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}
.brand-wordmark {
  width: 190px;
  height: 85px;
}
.email-label {
  margin-top: 0;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.faq {
  border-top: 1px solid var(--line);
  padding-block: 60px 70px;
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 100px;
}
.faq h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin: 0;
}
.faq .eyebrow {
  margin-bottom: 19px;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
  padding: 21px 32px 21px 0;
  list-style: none;
  position: relative;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary:after {
  content: "+";
  position: absolute;
  right: 3px;
  top: 19px;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--wine);
}
.faq details[open] summary:after {
  content: "−";
}
.faq details:first-child summary {
  padding-top: 0;
}
.faq details:first-child summary:after {
  top: -2px;
}
.faq details p {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: var(--muted);
  margin: 0 0 22px;
}
.faq details:last-child {
  border-bottom: 0;
}
@media (max-width: 1150px) {
  .faq {
    gap: 60px;
  }
}
@media (max-width: 760px) {
  .brand-wordmark {
    width: 146px;
    height: 65px;
  }
  .brand-compass {
    width: 48px;
    height: 48px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 40px;
  }
  .faq h2 {
    font-size: 2rem;
  }
  .faq summary {
    font-size: 0.9375rem;
  }
  .faq details p {
    font-size: 0.9375rem;
  }
  .header-link {
    gap: 8px;
  }
}
@media (max-width: 359px) {
  .brand-wordmark {
    width: 139px;
    height: 62px;
  }
  .header-link {
    font-size: 0.75rem;
  }
  .brand {
    gap: 2px;
  }
  .brand-compass {
    width: 42px;
    height: 42px;
  }
}
