:root {
  --bg: #e3873c;
  --panel: #a2bae1;
  --text: #000000;
  --white: #ffffff;
  --heading-font: "Fjalla One", sans-serif;
  --body-font: "Barlow", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.14em;
}

a:hover {
  text-decoration-thickness: 0.14em;
}

a:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.site-shell {
  width: min(calc(100% - 2rem), 1920px);
  margin: 0 auto;
  padding: clamp(1.25rem, 2vw, 2.75rem) 0 clamp(1.5rem, 3vw, 3.5rem);
}

.hero {
  display: grid;
  grid-template-columns: minmax(120px, 210px) minmax(0, 1fr) minmax(140px, 260px);
  gap: clamp(1rem, 2vw, 2.75rem);
  align-items: start;
  padding: clamp(0.5rem, 1.5vw, 1rem) clamp(0.25rem, 0.8vw, 1rem) clamp(1.5rem, 4vw, 3.75rem);
}

.hero-figure--left {
  align-self: start;
  justify-self: start;
  padding-top: clamp(0.25rem, 1vw, 0.75rem);
}

.hero-figure--left img {
  width: clamp(90px, 9vw, 150px);
}

.hero-figure--right {
  align-self: start;
  justify-self: end;
}

.hero-figure--right img {
  width: clamp(150px, 14vw, 230px);
}

.hero-copy {
  max-width: 980px;
  justify-self: center;
  padding-top: clamp(0.1rem, 0.5vw, 0.5rem);
}

.hero-copy h1 {
  text-align:center;
  margin: 0 0 1rem;
  color: var(--white);
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: clamp(2.4rem, 3.65vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

.hero-copy p {
  padding: 0 13%;
  text-align:center;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.08rem, 1.3vw, 1.65rem);
  line-height: 1.35;
}

.productions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.42fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 2vw, 2.6rem);
  align-items: start;
  padding: 0 clamp(0.25rem, 0.8vw, 1rem) clamp(3rem, 6vw, 5.5rem);
}

.production-card {
  border: 4px solid var(--white);
  padding: clamp(1.35rem, 2vw, 2.4rem);
  background: transparent;
}

.production-card h2 {
  margin: 0 0 1.35rem;
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: clamp(1.95rem, 2.3vw, 3.05rem);
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

.production-intro {
  margin: 0 0 2rem;
  font-size: clamp(1rem, 1.12vw, 1.34rem);
  line-height: 1.55;
}

.credits {
  display: grid;
  gap: 0.38rem;
  margin-bottom: 1.7rem;
}

.credits p,
.production-meta p {
  margin: 0;
  font-size: clamp(0.98rem, 1vw, 1.16rem);
  line-height: 1.42;
}

.credits strong {
  font-weight: 600;
}

.production-meta {
  display: grid;
  gap: 0.45rem;
  padding-top: 0.15rem;
}

.tree-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: clamp(2rem, 8vw, 7rem);
}

.tree-wrap img {
  width: min(100%, 340px);
}

.site-footer {
  padding: clamp(1rem, 2vw, 1.75rem) clamp(0.25rem, 0.8vw, 1rem) 0;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(140px, 260px) minmax(280px, 440px) minmax(140px, 280px);
  gap: clamp(1rem, 2vw, 2.2rem);
  align-items: end;
  justify-content: center;
}

.footer-figure--left {
  justify-self: end;
}

.footer-figure--left img {
  width: clamp(150px, 14vw, 240px);
}

.footer-figure--right {
  justify-self: start;
}

.footer-figure--right img {
  width: clamp(150px, 14vw, 260px);
}

.footer-card {
  background: var(--panel);
  color: var(--text);
}

.contact-card {
  max-width: 420px;
  padding: clamp(1rem, 1.7vw, 1.7rem);
}

.contact-card h2 {
  margin: 0 0 0.8rem;
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: clamp(1.45rem, 1.7vw, 2.1rem);
  line-height: 1;
  letter-spacing: 0.01em;
}

.contact-card p {
  margin: 0;
  font-size: clamp(1rem, 1.04vw, 1.2rem);
  line-height: 1.5;
}

.company-card {
  width: min(100%, 980px);
  margin: clamp(1rem, 2vw, 1.6rem) auto 0;
  padding: clamp(1rem, 1.6vw, 1.45rem) clamp(1rem, 2vw, 2rem);
  text-align: center;
}

.company-card p {
  margin: 0;
  font-size: clamp(1rem, 1.08vw, 1.24rem);
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .hero {
	grid-template-columns: minmax(90px, 150px) minmax(0, 1fr) minmax(120px, 190px);
  }

  .productions {
	grid-template-columns: minmax(0, 1fr) minmax(140px, 220px) minmax(0, 1fr);
  }

  .tree-wrap {
	padding-top: clamp(1rem, 4vw, 3rem);
  }
}

@media (max-width: 980px) {
  .productions {
	grid-template-columns: 1fr;
	max-width: 920px;
	margin: 0 auto;
  }

  .tree-wrap {
	padding-top: 0;
	padding-bottom: 0.25rem;
  }

  .tree-wrap img {
	width: min(100%, 280px);
  }

  .footer-top {
	grid-template-columns: 1fr 1fr;
	grid-template-areas:
	  "left right"
	  "contact contact";
	align-items: center;
  }

  .footer-figure--left {
	grid-area: left;
	justify-self: center;
  }

  .footer-figure--right {
	grid-area: right;
	justify-self: center;
  }

  .contact-card {
	grid-area: contact;
	justify-self: center;
	width: min(100%, 460px);
  }
}

@media (max-width: 760px) {
  .site-shell {
	width: min(calc(100% - 1rem), 1920px);
  }

  .hero {
	grid-template-columns: 1fr 1fr;
	grid-template-areas:
	  "left right"
	  "copy copy";
	gap: 0.9rem 1rem;
	padding-bottom: 1.5rem;
  }

  .hero-figure--left {
	grid-area: left;
  }

  .hero-figure--right {
	grid-area: right;
  }

  .hero-copy {
	grid-area: copy;
	max-width: none;
	padding-top: 0;
  }

  .hero-copy h1 {
	margin-bottom: 0.85rem;
  }

  .production-card {
	border-width: 3px;
  }
}

@media (max-width: 560px) {
  .hero-copy h1 {
	font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .hero-copy p {
	font-size: 1rem;
	max-width: 30ch;
  }

  .production-card {
	padding: 1.15rem;
  }

  .footer-top {
	gap: 0.8rem 0.6rem;
  }

  .contact-card,
  .company-card {
	padding: 1rem;
  }
}