/* ===== style.css — BestTimeSuds TWO-COLUMN LETTER SHEET ===== */
/* Light theme. SUDS DAY #F3F2ED, SOAP INK #2C2E2C, accent BLEACH MINT #5FA88F. */
/* Accent mint only for rules, stamps and drop caps. */

/*
  Palette (pre-blended solid hex only):
  --suds-day    #F3F2ED
  --fold-cream  #FAF8F0
  --bleach-mint #5FA88F
  --tumble-grey #8E9189
  --basket-cane #C9BC9C
  --laundry-slate #24262A
  --soap-ink    #2C2E2C
  text/line tints derived from solids.
*/

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #F3F2ED;
  color: #2C2E2C;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.letter-sheet {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
}

/* ---- go to top round button ---- */
.go-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #2C2E2C;
  color: #FAF8F0;
  border: 2px solid #5FA88F;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  opacity: 1;
  z-index: 60;
  text-decoration: none;
}

.go-top:focus-visible {
  outline: 3px solid #5FA88F;
  outline-offset: 3px;
}

.letter-skip-link {
  position: absolute;
  left: -999px;
  top: 0;
}

/* ===== first screen: letter head panel ===== */
.masthead {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 82vh;
}

.letter-left {
  background-color: #F3F2ED;
  padding: 64px 50px 56px;
  position: relative;
}

.letter-cheese {
  font-family: Georgia, serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2C2E2C;
  margin: 0 0 4px;
  font-weight: bold;
}

.letter-monogram-row {
  display: block;
  margin: 0 0 26px;
  font-family: Georgia, serif;
}

.letter-headline {
  font-size: clamp(46px, 6.4vw, 84px);
  line-height: 1.02;
  margin: 18px 0 22px;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: #2C2E2C;
}

.letter-head-accent {
  color: #5FA88F;
  font-style: italic;
}

.letter-standfirst {
  font-size: 19px;
  line-height: 1.55;
  color: #3c3f3b;
  max-width: 620px;
  margin: 0 0 24px;
}

.chalk-schedule {
  border-top: 1px solid #d6d3c6;
  padding-top: 18px;
  margin-top: 30px;
  max-width: 620px;
  font-size: 15px;
  line-height: 1.7;
  color: #3c3f3b;
}

.chalk-schedule strong {
  color: #2C2E2C;
  font-weight: bold;
}

.mast-divider-line {
  height: 1px;
  background-color: #d1cec0;
  margin: 24px 0;
  border: 0;
  max-width: 620px;
}

.letter-kicker {
  font-family: Georgia, serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2C2E2C;
  font-weight: bold;
}

/* dark contents page */
.letter-right {
  background-color: #24262A;
  color: #FAF8F0;
  padding: 54px 46px 46px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.contents-heading {
  font-family: Georgia, serif;
  font-size: 15px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5FA88F;
  margin: 0 0 24px;
  font-weight: bold;
}

.contents-title {
  font-size: 30px;
  line-height: 1.2;
  color: #FAF8F0;
  margin: 0 0 26px;
  font-weight: normal;
  font-style: italic;
}

.contents-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contents-item {
  display: block;
}

.contents-link {
  display: block;
  padding: 15px 2px;
  border-top: 1px solid #3d4042;
  color: #FAF8F0;
  text-decoration: none;
  font-size: 18px;
  font-family: Georgia, serif;
}

.contents-link span {
  display: block;
  font-size: 13px;
  color: #B4DFCE;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 2px;
}

.contents-link:hover {
  color: #5FA88F;
}

.seal-stamp {
  margin-top: auto;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  border: 3px solid #5FA88F;
  border-style: double;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: #5FA88F;
  font-family: Georgia, serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
}

/* ---- the three alternating spreads ---- */
.spread {
  display: grid;
  align-items: center;
  min-height: 60vh;
}

.ink-right {
  grid-template-columns: 55% 45%;
}

.ink-right .spread-desc {
  grid-column: 1;
}

.ink-right .spread-note {
  grid-column: 2;
}

.ink-left {
  grid-template-columns: 45% 55%;
}

.ink-left .spread-note {
  grid-column: 1;
}

.ink-left .spread-desc {
  grid-column: 2;
}

.spread-note {
  background-color: #24262A;
  padding: 60px 54px;
}

.spread-alternate,
.spread-light,
.spread-cream {
  /* reserve: no-op layout tweaks removed by editor */
}

.spread-note,
.spread-desc {
  position: relative;
  min-height: 300px;
}

.spread-note {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.spread-ink {
  background-color: #24262A;
}

.spread-ink-on .spread-note {
  background-color: #F3F2ED;
  color: #2C2E2C;
}

.spread-number {
  font-size: clamp(120px, 16vw, 220px);
  line-height: 0.92;
  color: #F3F2ED;
  -webkit-text-stroke: 1px #5FA88F;
  font-family: Georgia, serif;
  margin: 0 0 10px;
  font-weight: normal;
}

.outline-number {
  color: #24262A;
  -webkit-text-stroke: 2px #5FA88F;
}

.outline-light {
  color: #F3F2ED;
  -webkit-text-stroke: 2px #5FA88F;
}

.spread-signoff {
  margin-top: 28px;
  font-size: 17px;
  line-height: 1.6;
  color: #F3F6F3;
  border-top: 1px solid #4a4d4f;
  padding-top: 22px;
  max-width: 360px;
}

.signoff-kicker {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5FA88F;
  font-weight: bold;
}

.spread-quote {
  font-size: 18px;
  font-style: italic;
  line-height: 1.6;
  color: #FAF8F0;
  margin: 20px 0 4px;
  max-width: 340px;
}

/* cream body columns on cream half */
.spread-desc {
  background-color: #F3F2ED;
  padding: 56px 54px;
}

.spread-desc h2 {
  font-size: 38px;
  line-height: 1.12;
  margin: 14px 0 24px;
  font-weight: normal;
  color: #2C2E2C;
  letter-spacing: -0.01em;
}

.spread-mint-word {
  color: #5FA88F;
  font-style: italic;
}

.spread-dropcap {
  float: left;
  font-size: 62px;
  line-height: 0.85;
  padding: 12px 14px 0 0;
  color: #5FA88F;
  font-family: Georgia, serif;
  font-weight: normal;
  margin-top: 4px;
}

.col-prose {
  columns: 2;
  column-gap: 44px;
  font-size: 16px;
  line-height: 1.7;
  column-count: 2;
  margin: 0;
  color: #353835;
}

.spread-footer-tag {
  clear: both;
  margin-top: 24px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2C2E2C;
  font-weight: bold;
}

.spread-tag-mint {
  color: #5FA88F;
}

/* light variant toggles for alternating dark side right/left/right */
.spread-light .spread-desc {
  background-color: #FAF8F0;
}

.spread-light .spread-note {
  background-color: #24262A;
}

.spread-cream .spread-desc {
  background-color: #FAF8F0;
}

/* ---- perforation divider ---- */
.perforation {
  display: block;
  text-align: center;
  padding: 30px 0 6px;
  color: #2C2E2C;
  position: relative;
}

.perfor-line {
  display: block;
  height: 0;
  margin: 0 18px;
  border-top: 1px dashed #8E9189;
}

.scissor-glyph {
  display: inline-block;
  color: #5FA88F;
  font-size: 24px;
  line-height: 1;
  padding: 0 14px;
  background-color: #F3F2ED;
  position: relative;
  top: -15px;
  font-family: Georgia, serif;
  letter-spacing: 0.14em;
}

/* ---- second fold text page on dark sheet ---- */
.envelope {
  background-color: #24262A;
  color: #FAF8F0;
  padding: 70px 50px;
  min-height: 40vh;
}

.envelope-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.envelope h2 {
  font-size: 36px;
  line-height: 1.14;
  margin: 0 0 18px;
  font-weight: normal;
  color: #FAF8F0;
}

.envelope-accent {
  color: #5FA88F;
  font-style: italic;
}

.envelope-kicker {
  font-family: Georgia, serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5FA88F;
  font-weight: bold;
  margin: 0 0 14px;
}

.envelope-prose {
  font-size: 16px;
  line-height: 1.75;
  color: #E4E6E2;
}

.envelope-prose p {
  margin: 0 0 18px;
}

.envelope-prose a {
  color: #FAF8F0;
}

.envelope-list {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.envelope-item {
  border-top: 1px solid #4a4d4f;
  padding: 16px 2px;
  font-size: 18px;
  color: #FAF8F0;
}

.envelope-item .envelope-sub {
  display: block;
  font-size: 13px;
  color: #9ED1Ba;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 3px;
}

/* secondary cream band lighten for alternating rhythm */
.cosmet {
  background-color: #E9E7DF;
}

/* simple attention note used sparingly */
.suds-note {
  background-color: #5FA88F;
  color: #F3F2ED;
  padding: 20px 26px;
  border-radius: 0;
  font-size: 16px;
  max-width: 760px;
  margin: 26px auto 0;
  text-align: center;
}

.suds-note a {
  color: #F3F2ED;
  font-weight: bold;
  text-decoration: underline;
}

/* ------- footer: anchor strip + single centered text block, no columns ------- */
.sheet-footer {
  position: relative;
  z-index: 1;
  background-color: #24262A;
  color: #F3F2ED;
  padding: 60px 24px 72px;
  text-align: center;
}

.anchor-strip {
  list-style: none;
  margin: 0 0 44px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 34px;
}

.anchor-pill {
  font-family: Georgia, serif;
  font-size: 16px;
}

.anchor-pill a {
  color: #F3F2ED;
  text-decoration: none;
  border-bottom: 1px solid #5FA88F;
  padding-bottom: 3px;
}

.anchor-pill a:hover {
  color: #5FA88F;
}

.footer-mark {
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5FA88F;
  margin: 0 0 14px;
  font-weight: bold;
}

.footer-big {
  font-size: 30px;
  line-height: 1.2;
  font-style: italic;
  color: #FAF8F0;
  margin: 0 0 10px;
  font-weight: normal;
}

.footer-text {
  max-width: 700px;
  margin: 0 auto;
  color: #C9CBC6;
  font-size: 15px;
  line-height: 1.7;
}

.footer-text a {
  color: #FAF8F0;
  text-decoration: underline;
}

.footer-text .footer-link {
  font-weight: bold;
  color: #5FA88F;
}

/* ---- contact wash ticket ---- */
.wash-ticket {
  background-color: #FAF8F0;
  padding: 8px 4px 2px;
}

.ticket-form {
  margin: 4px 0 0;
}

.ticket-field {
  margin: 0 0 16px;
}

.field-label {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8E9189;
  margin: 0 0 6px;
  font-weight: bold;
}

.field-input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #CFCCBE;
  background-color: #FAF8F0;
  color: #2C2E2C;
  padding: 11px 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}

.field-input:focus {
  outline: 2px solid #5FA88F;
  outline-offset: 1px;
  border-color: #5FA88F;
}

.field-textarea {
  resize: vertical;
  min-height: 120px;
}

.ticket-hint {
  font-size: 14px;
  line-height: 1.5;
  color: #6a6d66;
  margin: 0 0 18px;
}

.ticket-send {
  background-color: #24262A;
  color: #FAF8F0;
  border: 1px solid #5FA88F;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 13px 24px;
  cursor: pointer;
}

.ticket-send:hover {
  background-color: #2C2E2C;
}

/* ---- faq block ---- */
.faq-block {
  margin: 6px 0 0;
}

.faq-q {
  font-family: Georgia, serif;
  font-size: 18px;
  color: #2C2E2C;
  font-weight: bold;
  margin: 20px 0 6px;
}

.faq-a {
  font-size: 16px;
  line-height: 1.6;
  color: #3c3f3b;
  margin: 0;
}

/* ---- reveal states ---- */
.reveal-sheet {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-hidden {
  opacity: 0;
  transform: translateY(26px);
}

.reveal-visible {
  opacity: 1;
  transform: none;
}

/* noscript-safe */
.no-js .reveal-hidden,
noscript ~ .reveal-hidden {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .masthead,
  .spread,
  .ink-left,
  .ink-right {
    grid-template-columns: 1fr;
  }
  .ink-left .spread-note,
  .ink-right .spread-note,
  .ink-left .spread-desc,
  .ink-right .spread-desc,
  .spread-desc {
    grid-column: 1;
    grid-row: auto;
  }
  .letter-right,
  .letter-left {
    padding: 34px 26px;
  }
  .spread-desc,
  .spread-note {
    padding: 36px 26px;
  }
  .col-prose {
    columns: 1;
    column-count: 1;
  }
  .envelope-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 520px) {
  .spread-number {
    font-size: 90px;
  }
  .spread-desc h2 {
    font-size: 30px;
  }
  .letter-headline {
    font-size: 40px;
  }
}
