/* Sous v2 — visual enforcement layer.
   Scoped to the Sous landing page. This is a composed paper-board, not a dashboard grid. */

.sous-page {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 3.5rem) 0 4rem;
  color: #21170f;
}

.sous-page,
.sous-page * { box-sizing: border-box; }

.sous-page a { color: inherit; }

.sous-hero {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(1rem, 4vw, 4rem);
  min-height: 360px;
  margin-bottom: clamp(2.5rem, 6vw, 5rem);
}

.sous-twin {
  display: block;
  width: min(100%, 430px);
  max-height: 430px;
  object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(0 14px 0 rgba(61, 43, 22, .12));
}

.sous-copy { max-width: 570px; }
.sous-copy .kicker,
.sous-page .kicker {
  margin: 0 0 .75rem;
  color: #a12d25;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sous-copy h1,
.sous-page h1,
.sous-page h2,
.sous-page h3 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: .98;
}

.sous-copy h1 {
  margin: 0;
  font-size: clamp(3.5rem, 9vw, 8rem);
  text-transform: uppercase;
}

.sous-copy .lede {
  max-width: 30rem;
  margin: 1.25rem 0 1.5rem;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  line-height: 1.35;
}

.sous-talk-btn {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: .8rem 1.25rem;
  border: 2px solid #21170f;
  background: #b9342b;
  color: #fff8e8;
  box-shadow: 4px 4px 0 #21170f;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.sous-does {
  width: fit-content;
  margin: 0 auto clamp(1.75rem, 4vw, 3rem);
  padding: 0 0 .45rem;
  border-bottom: 7px solid #b9342b;
  font-size: clamp(2rem, 5vw, 4.3rem);
  text-align: center;
  text-transform: uppercase;
}

.sous-jobs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(1rem, 2.5vw, 2rem);
  margin: 0 auto clamp(2rem, 5vw, 4rem);
}

.note {
  position: relative;
  display: block;
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.5rem);
  background: #e7d7b8;
  text-decoration: none;
  box-shadow: 0 10px 0 rgba(66, 45, 22, .12), 0 18px 28px rgba(66, 45, 22, .16);
  transform: rotate(-1.4deg);
  clip-path: polygon(0 1%, 7% 0, 15% 1%, 24% 0, 34% 1%, 44% 0, 55% 1%, 65% 0, 76% 1%, 87% 0, 100% 2%, 99% 98%, 90% 100%, 80% 98%, 70% 100%, 60% 98%, 50% 100%, 40% 98%, 30% 100%, 20% 98%, 10% 100%, 0 97%);
}

.note:nth-child(2) { transform: rotate(1.1deg); background: #f0e1c5; }
.note:nth-child(3) { transform: rotate(-.6deg); background: #dfcfad; }
.note:hover { text-decoration: none; transform: translateY(-4px) rotate(-1deg); }
.note:focus-visible { outline: 4px solid #b9342b; outline-offset: 5px; }

.note-face { position: relative; min-width: 0; }
.note-stamp {
  display: block;
  width: min(92%, 270px);
  height: auto;
  margin: 0 auto 1rem;
  transform: rotate(-7deg);
}
.note-stamp-top { object-fit: contain; }
.note-photo { position: relative; margin-bottom: 1.25rem; }
.note-photo-frame {
  overflow: hidden;
  border: 3px solid #21170f;
  background: #f8edda;
  transform: rotate(-1deg);
}
.note-photo img { display: block; width: 100%; aspect-ratio: 1.22; object-fit: cover; }
.note-bubble,
.note-tag {
  position: absolute;
  right: .5rem;
  bottom: -.6rem;
  padding: .35rem .55rem;
  background: #f8edda;
  border: 2px solid #21170f;
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-size: .8rem;
  transform: rotate(-5deg);
}
.note-nums { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; margin: 0; }
.note-nums > div { min-width: 0; border-top: 2px solid #6f5637; padding-top: .5rem; }
.note-nums dt { font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.note-nums dd { margin: .15rem 0 0; color: #b9342b; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(1.65rem, 3vw, 2.6rem); line-height: 1; }
.note-suggest { margin: 1rem 0 0; padding: .65rem; border: 2px solid #b9342b; color: #b9342b; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(1rem, 2vw, 1.4rem); text-align: center; text-transform: uppercase; }
.note-photo-pour img { aspect-ratio: .9; }
.note-tag { right: -.2rem; bottom: .6rem; font-family: Impact, "Arial Narrow", sans-serif; font-size: .9rem; text-align: center; }
.note-ba { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: .6rem; align-items: center; margin-top: 2rem; font-size: clamp(.78rem, 1.4vw, 1rem); }
.note-ba p { margin: .65rem 0; }
.note-ba-h { border-bottom: 2px solid #21170f; padding-bottom: .4rem; font-family: Impact, "Arial Narrow", sans-serif; text-transform: uppercase; }
.note-ba-h.is-after { color: #3e7047; }
.note-ba b { white-space: nowrap; }
.note-ba .was { color: #b9342b; }
.note-ba .now { color: #3e7047; }
.note-arrow { color: #3e7047; font-size: 2rem; font-weight: 900; }

.sous-dot { margin: 0 0 .65rem; color: #b9342b; font-family: Impact, "Arial Narrow", sans-serif; font-size: .9rem; letter-spacing: .1em; text-transform: uppercase; }
.sous-ticket { display: grid; grid-template-columns: minmax(0, 1fr) minmax(180px, .65fr); gap: 2rem; align-items: center; padding: clamp(1.25rem, 4vw, 3rem); background: #fff8e8; border: 3px solid #21170f; box-shadow: 8px 8px 0 #b9342b; }
.sous-ticket h3 { margin: .3rem 0 1rem; font-size: clamp(2rem, 5vw, 4rem); }
.sous-ticket dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin: 0; }
.sous-ticket dl div { border-top: 2px solid #bd8b20; padding-top: .5rem; }
.sous-ticket dt { font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.sous-ticket dd { margin: .15rem 0 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(1.4rem, 3vw, 2.5rem); }
.sous-ticket .fine { color: #75644d; }
.sous-ticket-art { display: block; width: 100%; max-height: 300px; object-fit: contain; mix-blend-mode: multiply; }
.sous-ticket .btn { display: inline-flex; margin-top: 1rem; min-height: 48px; align-items: center; padding: .7rem 1rem; background: #21170f; color: #fff8e8; box-shadow: 4px 4px 0 #bd8b20; }
.sous-plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.sous-plan { display: grid; gap: .25rem; padding: 1rem 1.2rem; border: 2px solid #21170f; background: #f8edda; box-shadow: 4px 4px 0 #bd8b20; }
.sous-plan.is-paid { background: #e6c04e; }
.sous-plan strong { font-family: Impact, "Arial Narrow", sans-serif; font-size: 1.25rem; }

@media (max-width: 850px) {
  .sous-hero { grid-template-columns: 1fr; text-align: center; }
  .sous-copy { max-width: 42rem; margin: 0 auto; }
  .sous-copy .lede { margin-left: auto; margin-right: auto; }
  .sous-jobs { grid-template-columns: 1fr; max-width: 520px; }
  .note { transform: none; }
  .note:nth-child(2), .note:nth-child(3) { transform: none; }
  .sous-ticket { grid-template-columns: 1fr; }
  .sous-ticket-art { max-height: 240px; }
}

@media (max-width: 520px) {
  .sous-page { padding-top: 1rem; }
  .sous-copy h1 { font-size: clamp(3.2rem, 17vw, 5rem); }
  .sous-does { font-size: clamp(1.8rem, 10vw, 3rem); }
  .note { padding: 1rem; }
  .note-ba { font-size: .78rem; gap: .3rem; }
  .sous-ticket dl { grid-template-columns: 1fr; }
  .sous-plans { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .note, .note:hover { transform: none; }
}
