/* Snap Crazy single-page poster recreation
   Open index.html in Dreamweaver and keep this file beside it as styles.css.
*/

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #e8e1d3;
  color: #111;
  font-family: "Roboto Slab", Georgia, serif;
}

.poster {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  background: #efe5d1;
  box-shadow: 0 0 35px rgba(0,0,0,.35);
}

.hero {
  position: relative;
  min-height: 225px;
  padding: 0 20px 20px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at center top, rgba(255,255,255,.08), transparent 30%),
    linear-gradient(90deg, #0a3b6e 0%, #24211e 30%, #24211e 80%, #0a3b6e 100%);
  border-bottom: 2px solid rgba(255,255,255,.15);
}

.hero::after,
.history-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  background-image:
    repeating-linear-gradient(90deg, rgba(255,255,255,.2) 0 1px, transparent 1px 10px),
    repeating-linear-gradient(0deg, rgba(0,0,0,.12) 0 2px, transparent 2px 8px);
}

.logo {
  display: block;
  width: 390px;
  max-width: 80%;
  margin: 0 auto -5px;
  position: relative;
  z-index: 2;
}

.gold-line {
  position: relative;
  z-index: 2;
  height: 4px;
  margin: -10px -20px 25px;
  background: linear-gradient(90deg, #b66b04, #f2b22a, #8e4100);
  box-shadow: 0 1px 0 #000, 0 -1px 0 #000;
}

h1,
h2 {
  font-family: "Luckiest Guy", "Arial Black", sans-serif;
  letter-spacing: .5px;
  margin: 0;
}

.hero h1 {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
  color: #fff;
  text-shadow: 3px 3px 0 #000;
  border-bottom: 3px solid #fff;
  padding-bottom: 6px;
}

.tagline {
  position: relative;
  z-index: 2;
  margin: 14px 0 0;
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2.4vw, 23px);
  text-shadow: 2px 2px 0 #000;
}

.history-section {
  position: relative;
  min-height: 205px;
  display: grid;
  grid-template-columns: 58% 42%;
  align-items: center;
  padding: 26px 32px 25px 40px;
  border-bottom: 2px solid rgba(0,0,0,.35);
  background-size: cover;
}

.history-section img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: 170px;
  object-fit: cover;
  border-radius: 2px;
  filter: drop-shadow(0 5px 8px rgba(0,0,0,.35));
}

.section-copy {
  position: relative;
  z-index: 2;
  padding-right: 28px;
}

.section-copy h2 {
  font-size: clamp(26px, 3.5vw, 39px);
  line-height: 1;
  color: #111;
  text-shadow: 1px 1px 0 rgba(255,255,255,.55);
  border-bottom: 2px solid rgba(0,0,0,.6);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.section-copy h3 {
  margin: 0 0 12px;
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2.2vw, 24px);
  line-height: 1.2;
  text-decoration: underline;
}

.section-copy p {
  max-width: 560px;
  margin: 0;
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.8vw, 19px);
  line-height: 1.45;
}

.section-copy.light h2,
.section-copy.light h3,
.section-copy.light p {
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0,0,0,.65);
}

.section-copy.light h2 {
  border-bottom-color: rgba(255,255,255,.78);
}

.dawn {
  background:
    linear-gradient(90deg, rgba(246,229,190,.96), rgba(228,204,160,.85)),
    linear-gradient(#f5e7c9, #d7bc8b);
}

.dawn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55%;
  height: 70px;
  background: linear-gradient(180deg, transparent, rgba(80,70,58,.32));
  clip-path: polygon(0 78%, 7% 58%, 13% 68%, 19% 45%, 26% 59%, 33% 42%, 42% 60%, 48% 40%, 57% 68%, 65% 52%, 75% 78%, 100% 63%, 100% 100%, 0 100%);
  z-index: 1;
}

.film {
  background:
    linear-gradient(90deg, rgba(104,32,9,.95), rgba(190,101,41,.9)),
    linear-gradient(#7e2a10, #a9531f);
}

.mm35 {
  background:
    linear-gradient(90deg, rgba(142,74,35,.96), rgba(232,198,143,.88)),
    linear-gradient(#9e5a24, #ddbd86);
}

.digital {
  background:
    linear-gradient(90deg, rgba(18,43,67,.95), rgba(124,164,194,.88)),
    linear-gradient(#102e4c, #82a9c4);
}

.smartphone {
  background:
    linear-gradient(90deg, rgba(45,86,56,.94), rgba(236,216,172,.72)),
    linear-gradient(#315e3a, #d8bb80);
}

.social {
  min-height: 185px;

  background:
    linear-gradient(90deg, rgba(78,28,74,.95), rgba(163,108,154,.82)),
    linear-gradient(#401940, #8e5a87);
}

.social img {
  width: 92%;
  max-height: 150px;
  object-fit: cover;
  margin-left: auto;
  display: block;
}

.social {
  grid-template-columns: 54% 46%;
}
.social .wide {
  max-width: 610px;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 95px;
  padding: 20px;
  background: linear-gradient(#eee8dc, #d8cbb8);
  color: #111;
  font-family: "Luckiest Guy", "Arial Black", sans-serif;
  font-size: clamp(18px, 2.5vw, 25px);
  text-align: center;
}


.copyright {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  text-align:center;
  padding-top: 20px;
}


footer p {
  margin: 0;
}

.icons {
  display: flex;
  gap: 8px;
}

.icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px;
  background: #2b69bd;
  box-shadow: inset 0 1px 2px rgba(255,255,255,.55);
}

.icons span:nth-child(2) { background: #d86b40; }
.icons span:nth-child(3) { background: #2385ce; }
.icons span:nth-child(4) { background: #d91d20; }

.footer-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-message {
  flex: 1 1 40%;
}

.footer-tagline {
  margin-top: 12px;
}

.contact-form-wrap {
  flex: 1 1 45%;
  max-width: 420px;
  text-align: left;
}

.contact-form-wrap h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: "Luckiest Guy", "Arial Black", sans-serif;
  font-size: 24px;
  color: #111;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #999;
  border-radius: 4px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 16px;
  background: #fff;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  padding: 12px 18px;
  border: none;
  border-radius: 4px;
  background: #111;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease;
}

.contact-form button:hover {
  background: #d08a00;
}
.disclaimer {
  padding: 18px 28px;
  background: rgba(255,255,255,.72);
  color: #222;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid rgba(0,0,0,.15);
}
@media (max-width: 760px) {
  .hero {
    min-height: auto;
    padding-bottom: 26px;
  }

  .history-section {
    grid-template-columns: 1fr;
    padding: 28px 22px;
    gap: 18px;
  }

  .section-copy {
    padding-right: 0;
  }

  .history-section img {
    max-height: none;
  }

  footer {
    flex-direction: column;
    gap: 10px;
  }
 .footer-content {
  flex-direction: column;
}

.contact-form-wrap {
  max-width: 100%;
}
}
