body.theme-sex { --bg: #faf8f5; --ink: #1a1414; --accent: #7a3b3b; --line: #1a1414; color: #1a1414; background: #faf8f5; }
.theme-sex .site-head { background: rgba(246,239,231,.9); }
.theme-sex .float-tel, .theme-sex .cta, .theme-sex button[type="submit"], .theme-sex .consult-form button[type="submit"] { background: #7a3b3b; color: #f6efe7; }
.theme-sex .consult-form { background: #fff; }
.quiet-hero { max-width: var(--max); margin: 0 auto; padding: var(--section-y) var(--gutter) 2.5rem; }
.quiet-stage { position: relative; min-height: 480px; overflow: hidden; background: #efe6dc; }
.quiet-stage > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.quiet-copy {
  position: relative; z-index: 2; min-height: 480px;
  padding: 36px 28px 32px;
  display: flex; flex-direction: column; justify-content: flex-end;
  gap: 0;
  background: linear-gradient(180deg, rgba(246,239,231,.08) 0%, rgba(246,239,231,.88) 58%, #f6efe7 100%);
}
.quiet-copy .kicker { margin-bottom: 12px; }
.quiet-copy h1 { margin: 0 0 14px; }
.quiet-copy p { margin: 0 0 8px; }
.quiet-copy .cta { margin-top: 22px; align-self: start; }
.theme-sex .kw-grid a.on, .theme-sex .kw-grid a:hover { background: #7a3b3b; color: #f6efe7; }
.theme-sex .kw-mast.is-split .kw-stage {
  background: #f6efe7;
  box-shadow: inset 0 3px 0 #7a3b3b;
}
.theme-sex .kw-mast.is-split .kw-docket {
  border-top-color: rgba(122, 59, 59, .28);
}
.quiet-hero h1 { font-family: var(--font-serif); font-size: clamp(30px, 4.2vw, 50px); font-weight: 500; max-width: 16em; line-height: 1.22; }
.tiny { font-size: 12px; opacity: .65; }
.hint { font-size: 12px; opacity: .7; margin: 8px 0 0; }
.quiet-body { max-width: var(--max); margin: 0 auto; padding: 1.5rem var(--gutter) var(--section-y); display: grid; grid-template-columns: 1.3fr .7fr; gap: 48px 56px; }
.quiet-body h2 { margin: 0 0 10px; }
.quiet-body ol { margin: 0; padding: 0 0 0 18px; }
.quiet-body li { margin-bottom: 28px; line-height: 1.55; }
.quiet-body li:last-child { margin-bottom: 0; }
.theme-sex .band.cream .people-row { margin-top: 2.5rem; }
.theme-sex .band.cream { background: #efe6dc; }
.theme-sex .file-list.soft a { border-color: rgba(122,59,59,.2); }
@media (max-width: 800px) { .quiet-body { grid-template-columns: 1fr; } }
