/* JRWjr Astrophotography
   Rebuilt from the original iWeb export (2010) — same look, plain CSS. */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #1a1c1b url("../img/texture-bg-dark.jpg") repeat top left;
  font-family: 'Futura-Medium', Futura, 'Trebuchet MS', sans-serif;
}

.site-wrap {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

.page {
  position: relative;
  overflow: hidden;
  background: url("../img/texture-bg.jpg") repeat top left;
}

.page__spotlight {
  position: absolute;
  top: -80px;
  left: 0;
  width: 700px;
  height: 700px;
  max-width: none;
  background: url("../img/spotlight-bg.jpg") no-repeat center top;
  background-size: 700px 700px;
  z-index: 0;
}

.site-header,
.layout,
.site-footer {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
}

.site-header {
  padding-top: 61px;
  padding-bottom: 24px;
}

.site-header h1 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.site-nav a {
  margin-right: 1.5em;
}

.layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-top: 19px;
  padding-bottom: 40px;
}

.layout__main {
  flex: 1 1 auto;
  min-width: 0;
}

.layout__side {
  flex: 0 0 244px;
  width: 244px;
}

.promo-link {
  display: block;
}

.promo-link img {
  display: block;
  width: 100%;
  height: auto;
}

.section-title {
  margin: 20px 0 0;
  color: #cbcbcb;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
}

.bio {
  margin: 12px 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

.store-cta {
  display: inline-block;
  margin-top: 24px;
  color: #929292;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.store-cta:hover {
  color: #bd252c;
  border-bottom-color: currentColor;
}

.layout__side-row {
  display: flex;
  gap: 0;
  margin-top: 0;
}

.layout__side-row a {
  flex: 1 1 50%;
  display: block;
}

.layout__side-row img {
  display: block;
  width: 100%;
  height: auto;
}

.layout__side img {
  display: block;
  width: 100%;
  height: auto;
}

.caption {
  margin: 16px 0 0;
  color: #929292;
  font-family: 'Futura-MediumItalic', Futura, 'Trebuchet MS', sans-serif;
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
}

.site-footer {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
  color: #6b6b6b;
  font-size: 11px;
  text-align: center;
}

.made-on-a-mac {
  display: inline-block;
  margin-top: 12px;
  opacity: 0.25;
}

.made-on-a-mac img {
  display: block;
  width: 139px;
  height: 50px;
}

a {
  color: #cbcbcb;
  text-decoration: none;
}

a:visited {
  color: #79797c;
}

a:hover {
  color: #bd252c;
}

@media (max-width: 620px) {
  .layout {
    flex-direction: column;
  }

  .layout__side {
    width: 100%;
    flex: 1 1 auto;
  }
}
