.contact-page{background:#f5f0e7;color:#24342e;min-height:100vh}.contact-header{height:72px;background:#173c32;display:flex;align-items:center;justify-content:space-between;padding:0 5vw}.contact-header .brand,.contact-header nav a{color:#fff;text-decoration:none}.contact-header nav{display:flex;gap:24px}.contact-header nav a{font-size:.78rem;text-transform:uppercase;letter-spacing:.09em}.contact-wrap{max-width:980px;margin:0 auto;padding:86px 28px 100px;display:grid;grid-template-columns:.85fr 1.15fr;gap:72px}.contact-kicker{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:#967847}.contact-copy h1{font-family:Georgia,serif;font-weight:500;font-size:clamp(3rem,7vw,5.7rem);line-height:.96;color:#173c32;margin:14px 0 24px}.contact-copy p{font-family:Georgia,serif;font-size:1.15rem;line-height:1.7;color:#4f5853}.contact-email{display:inline-block;margin-top:18px;color:#173c32;font-weight:700;text-decoration:none;border-bottom:1px solid #b69a63;padding-bottom:3px}.contact-card{background:#fffaf1;border:1px solid rgba(26,57,48,.14);border-radius:22px;padding:32px;box-shadow:0 20px 50px rgba(26,57,48,.08)}.contact-card label{display:block;margin-bottom:16px;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:#59665f}.contact-card input,.contact-card select,.contact-card textarea{width:100%;box-sizing:border-box;margin-top:7px;border:1px solid rgba(26,57,48,.22);border-radius:11px;background:#fff;padding:13px 14px;font:inherit;color:#26342e}.contact-card textarea{min-height:170px;resize:vertical}.contact-card button{border:0;border-radius:999px;background:#173c32;color:white;padding:13px 22px;font-weight:700;cursor:pointer}.contact-privacy{font-size:.8rem;color:#777;margin:14px 0 0;line-height:1.5}@media(max-width:760px){.contact-header nav{display:none}.contact-wrap{grid-template-columns:1fr;gap:35px;padding-top:55px}.contact-card{padding:24px 20px}}
.contact-card button:disabled{opacity:.65;cursor:wait}
.contact-status{min-height:1.4em;margin:14px 0 0;font-size:.9rem;line-height:1.5}
.contact-status.success{color:#173c32;font-weight:700}
.contact-status.error{color:#8a2f2f}

.contact-consent{display:flex!important;align-items:flex-start;gap:10px;text-transform:none!important;letter-spacing:0!important;font-weight:400!important;font-size:.9rem!important;line-height:1.5;color:#5d655f!important;margin-top:2px}
.contact-consent input{width:auto!important;margin:3px 0 0!important;flex:0 0 auto}
.reader-thoughts{grid-column:1/-1;margin-top:4px;padding-top:48px;border-top:1px solid rgba(26,57,48,.14)}
.reader-thoughts-head{max-width:700px;margin-bottom:24px}
.reader-thoughts-head h2{font-family:Georgia,serif;font-weight:500;font-size:var(--type-section);color:#173c32;margin:9px 0 10px}
.reader-thoughts-head p{margin:0;color:#626963;line-height:1.65}
.reader-thoughts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.reader-thought-card{background:#fffaf1;border:1px solid rgba(26,57,48,.13);border-radius:16px;padding:20px 20px 18px;box-shadow:0 10px 28px rgba(26,57,48,.05)}
.reader-thought-text{font-family:Georgia,serif;font-size:1rem;line-height:1.62;color:#39443f;margin:0 0 17px}
.reader-thought-text::before{content:"“";font-size:1.7rem;line-height:0;vertical-align:-.18em;color:#a18655;margin-right:2px}
.reader-thought-meta{display:flex;flex-wrap:wrap;gap:5px 8px;align-items:baseline;padding-top:13px;border-top:1px solid rgba(26,57,48,.09)}
.reader-thought-meta strong{font-size:.84rem;color:#173c32}
.reader-thought-meta span{font-size:.74rem;color:#85877f}
.reader-thoughts-empty{margin:0;background:rgba(255,250,241,.7);border:1px dashed rgba(26,57,48,.22);border-radius:14px;padding:18px 20px;color:#777c76;font-family:Georgia,serif;font-style:italic}
@media(max-width:850px){.reader-thoughts-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.reader-thoughts{padding-top:34px}.reader-thoughts-grid{grid-template-columns:1fr}}

/* Reader Thoughts: soft sticky-note treatment */
.reader-thoughts-grid{
  align-items:start;
  gap:22px 18px;
  padding:8px 4px 10px;
}
.reader-thought-card{
  position:relative;
  border:0;
  border-radius:3px 3px 8px 3px;
  padding:28px 22px 20px;
  min-height:150px;
  box-shadow:0 12px 22px rgba(38,48,43,.11), 0 2px 4px rgba(38,48,43,.07);
  transform:rotate(var(--note-rotation,0deg));
  transform-origin:50% 12%;
  transition:transform .18s ease, box-shadow .18s ease;
}
.reader-thought-card:hover{
  transform:rotate(0deg) translateY(-3px);
  box-shadow:0 16px 28px rgba(38,48,43,.14), 0 3px 6px rgba(38,48,43,.08);
}
.reader-thought-card::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-7px;
  height:10px;
  background:inherit;
  opacity:.62;
  filter:blur(4px);
  z-index:-1;
}
.reader-thought-pin{
  position:absolute;
  width:34px;
  height:12px;
  left:50%;
  top:-6px;
  transform:translateX(-50%) rotate(-2deg);
  background:rgba(224,213,187,.72);
  border:1px solid rgba(139,122,91,.10);
  box-shadow:0 2px 5px rgba(60,50,35,.08);
}
.reader-thought-text{
  font-family:Georgia,serif;
  font-size:1rem;
  line-height:1.66;
  color:#3d463f;
  margin:0 0 20px;
}
.reader-thought-text::before{
  content:"“";
  font-size:2rem;
  line-height:0;
  vertical-align:-.22em;
  color:rgba(102,82,54,.55);
  margin-right:2px;
}
.reader-thought-meta{
  padding-top:12px;
  border-top:1px solid rgba(63,69,64,.12);
}
.reader-thought-meta strong{font-size:.84rem;color:#213f36}
.reader-thought-meta span{font-size:.72rem;letter-spacing:.02em;color:#6e746e}

/* Muted paper colors; assigned stably from each thought's content */
.reader-thought-card.note-yellow{background:#f4edc9}
.reader-thought-card.note-sage{background:#dfe9d9}
.reader-thought-card.note-peach{background:#f1dfcf}
.reader-thought-card.note-blue{background:#dde8eb}
.reader-thought-card.note-cream{background:#efe6d5}
.reader-thought-card.note-rose{background:#eadbdc}

@media(max-width:600px){
  .reader-thought-card{transform:none;min-height:0}
}

.field-optional{
  text-transform:none;
  letter-spacing:0;
  font-weight:400;
  opacity:.72;
}

/* Final Reader Thoughts palette: soft papers plus a few rich accents */
.reader-thought-card.note-forest{
  background:#244b3f;
  color:#f7f1e6;
}
.reader-thought-card.note-wine{
  background:#6f3437;
  color:#fff7ed;
}
.reader-thought-card.note-navy{
  background:#2f4655;
  color:#f8f3e8;
}
.reader-thought-card.note-ochre{
  background:#9b6c2f;
  color:#fff8e8;
}
.reader-thought-card.note-sage{
  background:#dfe9d9;
  color:#39443f;
}
.reader-thought-card.note-blue{
  background:#dde8eb;
  color:#39443f;
}
.reader-thought-card.note-peach{
  background:#f1dfcf;
  color:#39443f;
}
.reader-thought-card.note-yellow{
  background:#f4edc9;
  color:#39443f;
}

/* Dark-note typography and dividers */
.reader-thought-card.note-forest .reader-thought-text,
.reader-thought-card.note-wine .reader-thought-text,
.reader-thought-card.note-navy .reader-thought-text,
.reader-thought-card.note-ochre .reader-thought-text{
  color:inherit;
}
.reader-thought-card.note-forest .reader-thought-text::before,
.reader-thought-card.note-wine .reader-thought-text::before,
.reader-thought-card.note-navy .reader-thought-text::before,
.reader-thought-card.note-ochre .reader-thought-text::before{
  color:rgba(255,255,255,.58);
}
.reader-thought-card.note-forest .reader-thought-meta,
.reader-thought-card.note-wine .reader-thought-meta,
.reader-thought-card.note-navy .reader-thought-meta,
.reader-thought-card.note-ochre .reader-thought-meta{
  border-top-color:rgba(255,255,255,.22);
}
.reader-thought-card.note-forest .reader-thought-meta strong,
.reader-thought-card.note-wine .reader-thought-meta strong,
.reader-thought-card.note-navy .reader-thought-meta strong,
.reader-thought-card.note-ochre .reader-thought-meta strong{
  color:#fffaf0;
}
.reader-thought-card.note-forest .reader-thought-meta span,
.reader-thought-card.note-wine .reader-thought-meta span,
.reader-thought-card.note-navy .reader-thought-meta span,
.reader-thought-card.note-ochre .reader-thought-meta span{
  color:rgba(255,255,255,.76);
}
.reader-thought-card.note-forest .reader-thought-pin,
.reader-thought-card.note-wine .reader-thought-pin,
.reader-thought-card.note-navy .reader-thought-pin,
.reader-thought-card.note-ochre .reader-thought-pin{
  background:rgba(235,220,187,.72);
}


/* v68 — Contact layout only. No field/content/data changes. */
@media (min-width: 1100px){
  .contact-wrap{
    max-width:1480px;
    padding:58px 42px 72px;
    grid-template-columns:minmax(230px,.72fr) minmax(430px,1.15fr) minmax(360px,1fr);
    gap:42px;
    align-items:start;
  }

  .contact-copy{
    padding-top:18px;
  }

  .contact-copy h1{
    font-size:clamp(3.6rem,5vw,5.35rem);
    margin-bottom:20px;
  }

  .contact-copy p{
    font-size:1.04rem;
    line-height:1.62;
  }

  .contact-card{
    padding:26px 28px 24px;
  }

  .contact-card form{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:14px 16px;
    align-items:start;
  }

  .contact-card form > label{
    margin-bottom:0;
  }

  .contact-card form > label:nth-of-type(5),
  .contact-card .contact-consent{
    grid-column:1 / -1;
  }

  .contact-card textarea{
    min-height:128px;
  }

  .contact-card button{
    justify-self:start;
    align-self:start;
  }

  .contact-card .contact-privacy{
    margin:2px 0 0;
    align-self:center;
  }

  .reader-thoughts{
    grid-column:auto;
    margin-top:0;
    padding-top:14px;
    border-top:0;
    min-width:0;
  }

  .reader-thoughts-head{
    margin-bottom:18px;
  }

  .reader-thoughts-head h2{
    font-size:var(--type-section);
    line-height:1.02;
  }

  .reader-thoughts-grid{
    grid-template-columns:1fr;
    gap:16px;
    padding-top:4px;
  }

  .reader-thought-card{
    min-height:0;
    padding:24px 20px 18px;
  }
}

/* Keep the existing stacked treatment on smaller screens. */
@media (min-width:761px) and (max-width:1099px){
  .contact-wrap{
    max-width:980px;
  }
}

/* v69 — small breathing room below global header; layout only */
@media (min-width:1100px){
  .contact-wrap{padding-top:80px;}
}
