/* Who Ordered Teeth?  build-20260827d */
html, body { margin: 0; padding: 0; }
html { background: #070604; }
body {
  background: #070604;
  color: #f4ead4;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; border: 0; }
a { color: #e0b34a; }
.bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 48px;
  background: #070604;
  border-bottom: 1px solid rgba(224,179,74,0.18);
}
.logo {
  color: #f4ead4;
  text-decoration: none;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.links a {
  color: #c6b79a;
  text-decoration: none;
  margin-left: 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.hero {
  min-height: 100vh;
  background-color: #070604;
  background-image: url(hero.png);
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.hero-copy {
  width: 100%;
  padding: 48px 48px 88px;
  background: -webkit-linear-gradient(top, rgba(7,6,4,0) 0%, rgba(7,6,4,0.82) 45%, rgba(7,6,4,0.94) 100%);
  background: linear-gradient(to top, rgba(7,6,4,0.94) 0%, rgba(7,6,4,0.82) 55%, rgba(7,6,4,0) 100%);
}
.hero-copy-inner { max-width: 640px; }
.kicker {
  margin: 0 0 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #e0b34a;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
h1 {
  margin: 0 0 18px;
  font-size: 72px;
  line-height: 0.92;
  font-weight: 700;
  color: #f4ead4;
}
.pitch {
  margin: 0 0 28px;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.5;
  color: #c6b79a;
  font-family: Arial, Helvetica, sans-serif;
}
.btn {
  display: inline-block;
  background: #e0b34a;
  color: #1a1408;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 22px;
}

.story { padding: 72px 48px 28px; max-width: 1180px; }
.story h2 {
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 1.1;
}
.story p {
  margin: 0;
  color: #c6b79a;
  font-size: 18px;
  max-width: 620px;
  font-family: Arial, Helvetica, sans-serif;
}

.shots { padding: 12px 48px 72px; max-width: 1180px; }
.frame {
  margin: 0 0 20px;
  border: 1px solid rgba(224,179,74,0.18);
  background: #000;
}
.frame img { width: 100%; height: auto; display: block; }

.contact {
  padding: 32px 48px 80px;
  border-top: 1px solid rgba(224,179,74,0.18);
  background: #0c0907;
}
.contact h2 { margin: 0 0 20px; font-size: 36px; }
form { max-width: 520px; }
label {
  display: block;
  margin: 0 0 14px;
  color: #c6b79a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
input, textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #f4ead4;
  background: #070604;
  border: 1px solid rgba(224,179,74,0.18);
  padding: 12px;
}
textarea { min-height: 140px; }
button {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  background: #e0b34a;
  color: #1a1408;
  border: 0;
  padding: 14px 22px;
  cursor: pointer;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
}
.legal {
  padding: 18px 48px 32px;
  color: #c6b79a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  border-top: 1px solid rgba(224,179,74,0.18);
}

@media (max-width: 800px) {
  .bar, .hero-copy, .story, .shots, .contact, .legal { padding-left: 20px; padding-right: 20px; }
  .bar { padding-top: 12px; padding-bottom: 12px; }
  h1 { font-size: 40px; }
  .hero { min-height: 0; }
  .hero-copy { padding-top: 220px; padding-bottom: 32px; }
}
