/* Secret Fashion Week — legal pages shared styles */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html, body { height:100%; }
body {
  background:#0a0a0a;
  color:#c4bfb8;
  font-family:'Jost','Futura','Century Gothic',sans-serif;
  font-weight:300;
  line-height:1.8;
  -webkit-font-smoothing:antialiased;
  letter-spacing:0.01em;
}
.doc {
  max-width:680px;
  margin:0 auto;
  padding:4.5rem 1.6rem 5rem;
}
.brand {
  font-size:0.64rem;
  letter-spacing:0.4em;
  text-transform:uppercase;
  color:#9a9590;
  margin-bottom:0.4rem;
  padding-left:0.4em;
}
.brand a { color:#9a9590; text-decoration:none; }
.brand a:hover { color:#e8e4df; }
h1 {
  font-family:'Jost',sans-serif;
  font-weight:300;
  font-size:clamp(1.5rem,5vw,2.2rem);
  text-transform:uppercase;
  letter-spacing:0.16em;
  color:#e8e4df;
  margin:1.2rem 0 0.5rem;
  padding-left:0.16em;
}
.updated {
  font-size:0.68rem;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:#6a6560;
  margin-bottom:3rem;
}
h2 {
  font-family:'Jost',sans-serif;
  font-weight:400;
  font-size:0.78rem;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:#e8e4df;
  margin:2.6rem 0 0.9rem;
  padding-left:0.2em;
}
p { margin-bottom:1.1rem; font-size:0.94rem; }
p strong { color:#e8e4df; font-weight:400; }
ul { margin:0 0 1.1rem 1.2rem; }
li { font-size:0.94rem; margin-bottom:0.5rem; }
a.inline { color:#e8e4df; text-decoration:underline; text-underline-offset:3px; }
a.inline:hover { color:#fff; }
.placeholder {
  color:#d9a679;
  background:rgba(217,166,121,0.08);
  padding:0 0.3em;
  border-radius:2px;
}
.back {
  display:inline-block;
  margin-top:3.4rem;
  font-size:0.7rem;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:#6a6560;
  text-decoration:none;
  border-top:1px solid #1a1a1a;
  padding-top:1.6rem;
  transition:color 0.3s ease;
}
.back:hover { color:#9a9590; }
:focus-visible { outline:2px solid #e8e4df; outline-offset:3px; }
