/* Seattle Films Hidden Histories - static HTML/CSS */

:root {
  --ink: #151515;
  --muted: #646464;
  --paper: #f7f5ef;
  --white: #ffffff;
  --line: #d8d3c8;
  --accent: #9b6a22;
  --charcoal: #202020;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
}

.brand span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 2.5px;
  margin-top: 4px;
}

.nav {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding-bottom: 6px;
}

.nav a:hover,
.nav a.active {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

/* UNRECOGNIZED homepage hero */
.hero {
  background: var(--charcoal);
  color: var(--white);
}

.hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 78px 28px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
}

.kicker {
  color: #d5bd8f;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 18px;
}

h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 82px);
  line-height: .95;
  letter-spacing: -2.5px;
}

.hero p {
  font-size: 22px;
  max-width: 680px;
  color: #ececec;
}

.hero-image {
  min-height: 420px;
  background: #ffffff
  border: 1px solid rgba(128,128,128,.18)
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cfcfcf;
  text-align: center;
  padding: 0px;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  text-decoration: none;
  padding: 13px 22px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.button.secondary {
  background: transparent;
  border: 2px solid var(--white);
}

.page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 28px;
}

.section-title {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: end;
  border-bottom: 1px solid var(--charcoal);
  border-top: 1px solid var(--charcoal);
  padding-bottom: 16px;
  padding-top: 16px;
  margin-bottom: 28px;
}

.section-title h1,
.section-title h2 {
  margin: 0;
  font-size: 38px;
  letter-spacing: -.8px;
  line-height: 1.05;
}

.section-title p {
  margin: 0;
  color: var(--muted);
  max-width: 520px;
}

.statement {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.statement-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 28px;
  text-align: center;
}

.statement-inner p {
  font-size: 25px;
  line-height: 1.35;
  margin: 0;
}

.film-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.small-film {
  background: var(--white);
  border: 1px solid var(--line);
  text-decoration: none;
  text-decoration: none;
  border: 2px solid tan 
}

.small-thumb {
  aspect-ratio: 16 / 10;
  background: #dedbd1;
  color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px;
  font-size: 13px;
}

.small-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;border: px solid var(--line);
  border-color:blanchedalmond  border: 10px solid var(--line) rgba(251,230,160,1.00)
  text-decoration: none;
  border: 2px solid tan;
}

.small-film h3 {
  padding: 16px 16px 4px;
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
}

.small-film p {
  padding: 0 16px 18px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.film-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.film-card {
  background: var(--white);
  border: 1px solid var(--line);
  text-decoration: none;
  min-height: 100%;
}

.film-thumb {
  aspect-ratio: 16 / 10;
  background: #dedbd1;
  color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
  font-size: 14px;
  text-decoration: none;
  border: 2px solid tan;
}

.film-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.film-body { padding: 22px; }

.film-body h3 {
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1.12;
}

.film-body p {
  margin: 0;
  color: var(--muted);
}

.badge {
  display: inline-block;
  color: var(--accent);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
}

.copy-block {
  background: var(--white);
  padding: 32px;
  border: 1px solid var(--line);
  margin-bottom: 24px;
  text-decoration: none;
  border: 2px solid tan;
}

.copy-block h2,
.copy-block h3 { margin-top: 0; }

.list-clean { padding-left: 18px; }
.list-clean li { margin-bottom: 10px; }

.quote-card {
  background: var(--white);
  border-left: 7px solid var(--accent);
  padding: 22px 26px;
  margin-bottom: 20px;
  text-decoration: none;
  border: 2px solid tan;
}

.quote-card blockquote {
  margin: 0 0 12px;
  font-size: 20px;
  font-style: italic;
}

.quote-card cite {
  font-style: normal;
  color: var(--muted);
  font-weight: 700;
}

.footer {
  background: var(--charcoal);
  color: var(--white);
  padding: 34px 28px;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  color: #d8d8d8;
}

.footer a { color: #fff; }

@media (max-width: 880px) {
  .header-inner {
    display: block;
  }

  .nav {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding: 52px 24px;
  }

  .hero-image {
    margin-top: 34px;
  }

  .film-strip,
  .film-grid,
  .two-column {
    grid-template-columns: 1fr;
  }

  .section-title {
    grid-template-columns: 1fr;
  }
}
.img-border {
	border: 4px solid var(--line);
	border: 3px solid rgba(77,48,14,1.00)
}

    .contact-wrap { margin-left: 100px; }

    .required-note {
      font-size: 0.88rem;
      color: #c0392b;
      margin-bottom: 28px;
      font-style: italic;
    }
    .form-group {
      margin-bottom: 22px;
      width: 700px;
    }
    .form-group label {
      display: block;
      font-size: 0.95rem;
      font-weight: 400;
      margin-bottom: 8px;
      color: var(--text);
    }
    .form-group label .req { color: #c0392b; margin-left: 3px; }

    .name-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      width: 700px;
    }
    .name-row .sub-label {
      display: block;
      font-size: 0.78rem;
      color: var(--muted);
      margin-top: 5px;
    }
    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group textarea {
      width: 700px;
      padding: 10px 12px;
      border: 1px solid #bbb;
      border-radius: 2px;
      font-family: 'Source Serif 4', Georgia, serif;
      font-size: 0.95rem;
      font-weight: 300;
      color: var(--text);
      background: #fff;
      transition: border-color 0.2s, box-shadow 0.2s;
      -webkit-appearance: none;
    }
    .name-row input[type="text"] { width: 100%; }
    .form-group input:focus,
    .form-group textarea:focus {
      outline: none;
      border-color: var(--steel);
      box-shadow: 0 0 0 3px rgba(36,103,141,0.1);
    }
    .form-group textarea { height: 260px; resize: vertical; }

    .btn-submit {
      display: inline-block;
      margin-left: 100px;
      padding: 10px 32px;
      background: #e8e4dc;
      border: 1px solid #bbb;
      border-radius: 2px;
      font-family: 'Source Serif 4', Georgia, serif;
      font-size: 0.95rem;
      font-weight: 400;
      color: var(--text);
      cursor: pointer;
      transition: background 0.2s, border-color 0.2s;
    }
    .btn-submit:hover { background: #d8d2c8; border-color: #999; }
    .btn-submit:disabled { opacity: 0.5; cursor: not-allowed; }

    /* ── Form area wrapper (needed for overlay positioning) ── */
    .form-area {
      position: relative;
      min-height: 300px;
    }

    /* ── Confirmation overlay ── */
    .confirm-overlay {
      display: none;
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(247, 244, 239, 0.94);
      z-index: 10;
      align-items: center;
      justify-content: center;
    }
    .confirm-overlay.show {
      display: flex;
    }
    .confirm-box {
      background: #fff;
      border: 1px solid var(--border);
      border-top: 4px solid #4caf50;
      border-radius: 3px;
      padding: 40px 48px;
      max-width: 480px;
      width: 100%;
      text-align: center;
      box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    }
    .confirm-icon {
      font-size: 2.8rem;
      color: #4caf50;
      margin-bottom: 12px;
      line-height: 1;
    }
    .confirm-box h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.4rem;
      color: var(--navy);
      margin-bottom: 10px;
    }
    .confirm-box p {
      font-size: 0.95rem;
      color: var(--text);
      margin-bottom: 20px;
      line-height: 1.6;
    }
    .ref-id {
      display: inline-block;
      background: #f0f7f0;
      border: 1px solid #b2dfb2;
      border-radius: 3px;
      padding: 10px 24px;
      font-family: 'Courier New', monospace;
      font-size: 1.1rem;
      font-weight: 700;
      color: #2e7d32;
      letter-spacing: 0.12em;
      margin-bottom: 16px;
    }
    .ref-note {
      font-size: 0.82rem;
      color: var(--muted);
      font-style: italic;
    }

    /* ── Error banner ── */
    .error-banner {
      display: none;
      margin-bottom: 20px;
      width: 700px;
      padding: 14px 18px;
      background: #fdecea;
      border-left: 3px solid #e53935;
      font-size: 0.95rem;
      color: #b71c1c;
    }

    @media (max-width: 900px) {
      .contact-wrap { margin-left: 20px; }
      .form-group,
      .form-group input[type="text"],
      .form-group input[type="email"],
      .form-group textarea,
      .name-row,
      .error-banner { width: 100%; max-width: 700px; }
      .btn-submit { margin-left: 20px; }
    }
    @media (max-width: 500px) {
      .name-row { grid-template-columns: 1fr; }
    }
