html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "PT Sans", Arial, sans-serif;
  color: #1f1f1f;
  background: #f0f0f0;
}

a {
  color: #0070e8;
}

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

.site-shell {
  min-height: 100vh;
}

.site-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2000;
}

.site-header-shell,
.site-footer-shell,
.site-footer-cta-shell,
.theta-shell,
.alignwide {
  width: min(1200px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.site-header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.site-brand {
  color: rgb(0, 150, 67);
  text-decoration: none;
  min-width: 0;
}

.site-brand-title {
  margin: 0;
  font: normal 700 28px "PT Sans", Arial, sans-serif;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: inherit;
}

.site-nav-list {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav-list a {
  display: block;
  padding: 8px 0;
  font: normal 700 16px "Open Sans", Arial, sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}

.site-nav-list .current-menu-item > a,
.site-nav-list .current_page_item > a,
.site-nav-list a:hover,
.site-nav-list a:focus {
  color: #7b9600;
}

.site-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #000;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.site-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
}

.site-footer-cta {
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.site-footer-cta-shell {
  padding: 48px 20px;
  text-align: center;
}

.site-footer-cta-shell h2 {
  margin: 0 0 16px;
  font: normal 700 36px "PT Serif", Georgia, serif;
  line-height: 1.3;
  color: #fff;
}

.site-footer-cta-shell a {
  display: inline-block;
  padding: 18px 24px;
  background: #7b9600;
  color: #fff;
  text-decoration: none;
  font: normal 700 16px "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
}

.site-footer {
  background: #fff;
}

.site-footer-shell {
  padding: 24px 0 36px;
  text-align: center;
}

.site-footer-shell p {
  margin: 0;
}

.theta-home-main,
.theta-page-main {
  width: 100%;
}

.theta-page-main {
  padding: 72px 0 96px;
}

.theta-content-shell {
  max-width: 760px;
}

.theta-page-main .wp-block-group,
.theta-page-main .wp-block-columns,
.theta-page-main .wp-block-media-text,
.theta-home-main .wp-block-group,
.theta-home-main .wp-block-columns {
  box-sizing: border-box;
}

.theta-page-shell {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
}

.theta-card {
  background: #fff;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.theta-panel {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(31, 31, 31, 0.12);
  border-radius: 8px;
}

.theta-heading {
  margin: 0 0 20px;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1f1f1f;
  line-height: 1.1;
}

.theta-heading--xl {
  font-size: 40px;
}

.theta-heading--lg {
  font-size: 32px;
}

.theta-heading--md {
  font-size: 28px;
}

.theta-copy {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.7;
  color: #1f1f1f;
}

.theta-home {
  padding: 56px 0 72px;
}

.theta-home__shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.theta-home__intro {
  text-align: center;
  margin-bottom: 32px;
}

.theta-home__kicker {
  margin: 0 0 12px;
  font: normal 400 48px "Montserrat", "Open Sans", Arial, sans-serif;
  color: #5e5e5e;
  line-height: 1.25;
}

.theta-home__tagline {
  margin: 0;
  font: normal 400 24px "Roboto Condensed", Arial, sans-serif;
  color: #000;
  line-height: 1.5;
}

.theta-slider {
  position: relative;
  margin-bottom: 36px;
}

.theta-slider__slides {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}

.theta-slider__slide {
  display: none;
}

.theta-slider__slide.is-active {
  display: block;
}

.theta-slider__slide img {
  display: block;
  width: 100%;
}

.theta-slider__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font: normal 400 24px/1 Arial, sans-serif;
  cursor: pointer;
}

.theta-slider__control--prev {
  left: 16px;
}

.theta-slider__control--next {
  right: 16px;
}

.theta-slider__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.theta-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #b8b8b8;
  cursor: pointer;
}

.theta-slider__dot.is-active {
  background: #7b9600;
}

.theta-home__story {
  display: grid;
  grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.theta-home__story-copy {
  margin: 0;
  font: normal 400 24px "Roboto Condensed", Arial, sans-serif;
  line-height: 1.6;
  color: #000;
}

.theta-page-section {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
}

.theta-page-section + .theta-page-section {
  margin-top: 48px;
}

.theta-page-section--narrow {
  max-width: 980px;
}

.theta-stack {
  display: grid;
  gap: 24px;
}

.theta-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.theta-grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
  justify-content: center;
  gap: 28px;
}

.theta-media-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.theta-media-card img {
  width: 100%;
  max-width: 200px;
}

.theta-media-card figcaption {
  font: normal 700 18px "Roboto Condensed", Arial, sans-serif;
  text-align: center;
}

.theta-resource-card,
.theta-link-card,
.theta-video-card,
.theta-simple-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

.theta-resource-card figure,
.theta-simple-card figure {
  margin: 0 0 18px;
}

.theta-resource-card h3,
.theta-link-card h3,
.theta-video-card h3,
.theta-simple-card h3 {
  margin: 0 0 10px;
  font: normal 400 24px "Roboto Condensed", Arial, sans-serif;
  line-height: 1.35;
  color: #000;
}

.theta-resource-card p,
.theta-link-card p,
.theta-video-card p,
.theta-simple-card p,
.theta-simple-card li {
  margin: 0;
  font: normal 400 18px "PT Sans", Arial, sans-serif;
  line-height: 1.7;
  color: #000;
}

.theta-video-card p + p,
.theta-link-card p + p,
.theta-simple-card p + p {
  margin-top: 12px;
}

.theta-simple-card ul {
  margin: 0;
  padding-left: 24px;
  display: grid;
  gap: 14px;
}

.theta-faq {
  display: grid;
  gap: 16px;
}

.theta-faq details {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(31, 31, 31, 0.12);
  border-radius: 8px;
  overflow: hidden;
}

.theta-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}

.theta-faq summary::-webkit-details-marker {
  display: none;
}

.theta-faq summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}

.theta-faq details[open] summary::after {
  content: "-";
}

.theta-faq__answer {
  padding: 0 24px 24px;
}

.theta-center {
  text-align: center;
}

.theta-mt-0 {
  margin-top: 0;
}

.theta-mb-0 {
  margin-bottom: 0;
}

@media (max-width: 969px) {
  .site-header-shell,
  .site-footer-shell,
  .site-footer-cta-shell,
  .theta-shell,
  .alignwide,
  .theta-page-section,
  .theta-home__shell {
    width: min(100%, calc(100% - 24px));
  }

  .site-header-shell {
    gap: 16px;
    padding: 14px 0;
    position: relative;
  }

  .site-brand-title {
    font-size: 22px;
  }

  .site-menu-toggle {
    display: inline-flex;
    flex: 0 0 40px;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(300px, calc(100vw - 24px));
    padding: 10px 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  }

  .site-header.is-menu-open .site-nav {
    display: block;
  }

  .site-nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .site-nav-list li,
  .site-nav-list a {
    width: 100%;
  }

  .site-nav-list a {
    padding: 12px 0;
  }

  .theta-home__story,
  .theta-grid-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .theta-page-main {
    padding: 48px 0 72px;
  }

  .site-footer-cta-shell {
    padding: 36px 20px;
  }

  .site-footer-cta-shell h2 {
    font-size: 30px;
  }

  .theta-heading--xl {
    font-size: 32px;
  }

  .theta-heading--lg {
    font-size: 28px;
  }

  .theta-heading--md {
    font-size: 24px;
  }

  .theta-copy,
  .theta-resource-card p,
  .theta-link-card p,
  .theta-video-card p,
  .theta-simple-card p,
  .theta-simple-card li,
  .theta-faq summary,
  .theta-faq__answer {
    font-size: 18px;
    line-height: 1.65;
  }

  .theta-home {
    padding: 36px 0 48px;
  }

  .theta-home__kicker {
    font-size: 34px;
    line-height: 1.2;
  }

  .theta-home__tagline {
    font-size: 20px;
    line-height: 1.45;
  }

  .theta-slider {
    margin-bottom: 28px;
  }

  .theta-slider__control {
    width: 38px;
    height: 38px;
  }

  .theta-slider__control--prev {
    left: 10px;
  }

  .theta-slider__control--next {
    right: 10px;
  }

  .theta-home__story {
    gap: 24px;
  }

  .theta-home__story-copy {
    font-size: 20px;
    line-height: 1.55;
  }

  .theta-resource-card,
  .theta-link-card,
  .theta-video-card,
  .theta-simple-card {
    padding: 18px;
  }

  .theta-faq summary {
    padding: 18px 20px;
    padding-right: 52px;
  }

  .theta-faq summary::after {
    right: 20px;
  }

  .theta-faq__answer {
    padding: 0 20px 20px;
  }
}
