/*
Theme Name: Steerage Life
Theme URI: https://steeragelife.com
Author: Doug Hesseltine
Description: Overflow-lot theme for steeragelife.com. Dumpster olive, cream script, Row B.
Version: 1.5.0
License: GNU General Public License v2 or later
Text Domain: steerage-life
*/


:root {
  --asphalt: #12110f;
  --lot: #1c1a17;
  --concrete: #8a867c;
  --cream: #e8d9b8;
  --cream-dim: #cbb992;
  --olive: #3f4d39;
  --olive-lit: #5c6d52;
  --rust: #a15c38;
  --trailer: #eceae3;
  --stamp: #2a2118;
  --rule: rgba(232, 217, 184, 0.22);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background:
    radial-gradient(1200px 600px at 50% -10%, rgba(161, 92, 56, 0.18), transparent 55%),
    linear-gradient(180deg, #161410 0%, var(--asphalt) 40%, #0d0c0a 100%);
  color: var(--cream);
  font-family: "IBM Plex Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 1.15rem;
  line-height: 1.55;
}

a {
  color: var(--cream);
}

a:hover {
  color: var(--trailer);
}

.mast {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.1rem 6vw 0.75rem;
  border-bottom: 1px solid var(--rule);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--cream-dim);
}

.mast a {
  text-decoration: none;
}

.brand {
  letter-spacing: 0.28em;
  color: var(--cream);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.2rem;
}

.nav a.is-active {
  color: var(--rust);
}

.hero {
  display: grid;
  grid-template-columns: minmax(240px, 420px) minmax(280px, 1fr);
  gap: 3rem;
  align-items: center;
  padding: 3.5rem 6vw 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.badge-wrap {
  position: relative;
  justify-self: center;
}

.badge-wrap::after {
  content: "";
  position: absolute;
  inset: 8% 10% auto 10%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.45), transparent 70%);
  z-index: -1;
  filter: blur(18px);
}

.badge {
  width: min(100%, 420px);
  height: auto;
  border-radius: 50%;
  filter: contrast(1.05) saturate(0.92);
}

.kicker {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--rust);
  margin: 0 0 0.85rem;
}

h1 {
  font-family: "Yesteryear", cursive;
  font-size: clamp(3.4rem, 8vw, 6.2rem);
  font-weight: 400;
  line-height: 0.85;
  margin: 0 0 0.35rem;
  color: var(--cream);
  text-shadow: 0 2px 0 #000;
}

.life {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  font-size: 1.05rem;
  color: var(--concrete);
  margin: 0 0 1.4rem;
}

.lede {
  max-width: 38rem;
  font-size: 1.28rem;
  color: var(--trailer);
  margin: 0 0 1.6rem;
}

.ticket {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  background: #d9c7a1;
  color: var(--stamp);
  padding: 1rem 1.15rem 0.95rem;
  max-width: 28rem;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 86%,
    96% 90%,
    100% 94%,
    100% 100%,
    0 100%,
    0 94%,
    4% 90%,
    0 86%
  );
  box-shadow: 8px 10px 0 rgba(0, 0, 0, 0.45);
  font-family: "Special Elite", "Courier New", serif;
}

.ticket small {
  display: block;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.68rem;
  margin-bottom: 0.35rem;
}

.ticket strong {
  font-size: 1.35rem;
}

.row-b {
  border-left: 2px dashed #7a5c3a;
  padding-left: 0.9rem;
  text-align: right;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
}

.row-b span {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  opacity: 0.7;
}

.row-b b {
  font-size: 2.1rem;
  line-height: 1;
}

.band {
  background: var(--olive);
  color: var(--cream);
  text-align: center;
  padding: 0.7rem 6vw;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  padding: 2.6rem 6vw 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.card {
  border: 1px solid var(--rule);
  background: rgba(28, 26, 23, 0.72);
  padding: 1.25rem 1.2rem 1.3rem;
}

.card h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 1.05rem;
  margin: 0 0 0.7rem;
  color: var(--cream);
}

.card p,
.card dt,
.card dd {
  margin: 0;
  color: var(--cream-dim);
}

.card dt {
  font-family: "Oswald", sans-serif;
  color: var(--rust);
  letter-spacing: 0.08em;
  margin-top: 0.7rem;
}

.card dd {
  margin-left: 0;
}

.soon {
  padding: 0 6vw 3.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.soon h2 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: var(--concrete);
}

.soon ul {
  padding-left: 1.1rem;
  color: var(--cream-dim);
}

.page {
  padding: 2.6rem 6vw 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.page h1 {
  font-size: clamp(3rem, 7vw, 5.2rem);
}

.lot-shot {
  margin: 1.5rem 0 0;
  max-width: 34rem;
}

.lot-shot img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  filter: contrast(1.05) saturate(0.92);
}

.lot-shot figcaption,
.lot-wide figcaption,
.gallery-grid figcaption {
  margin-top: 0.7rem;
  color: var(--cream-dim);
  font-size: 1rem;
}

.lot-wide {
  margin: 1.5rem 0 0;
  max-width: 72rem;
}

.lot-wide img,
.gallery-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
  filter: contrast(1.06) saturate(0.95);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin: 1.2rem 0 0;
  max-width: 72rem;
}

.gallery-grid figure,
.lot-wide,
.lot-shot {
  margin-left: 0;
  margin-right: 0;
}

.about-grid {
  padding: 0;
  margin: 0 0 1.2rem;
  grid-template-columns: 1fr 1fr;
}

.story-pull {
  margin-top: 0.2rem;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.product {
  border: 1px solid var(--rule);
  background: rgba(28, 26, 23, 0.72);
  padding: 0.8rem 0.8rem 1.1rem;
}

.product img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.8rem;
}

.product h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 1.02rem;
  margin: 0 0 0.4rem;
}

.product p {
  margin: 0 0 0.45rem;
  color: var(--cream-dim);
}

.price {
  font-family: "Special Elite", "Courier New", serif;
  color: var(--rust) !important;
}

.note-form {
  display: grid;
  gap: 0.85rem;
  max-width: 36rem;
  margin: 0 0 2rem;
}

.note-form label {
  display: grid;
  gap: 0.3rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.note-form input,
.note-form textarea {
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
  background: #1c1a17;
  color: var(--cream);
  border: 1px solid var(--rule);
  padding: 0.55rem 0.65rem;
}

.note-form button {
  justify-self: start;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--olive);
  color: var(--cream);
  border: 0;
  padding: 0.7rem 1.1rem;
  cursor: pointer;
}

.note-form .hp {
  position: absolute;
  left: -9999px;
}

.form-status {
  margin: 0;
  color: var(--rust);
}

.notes {
  display: grid;
  gap: 1rem;
}

.note {
  border: 1px solid var(--rule);
  background: rgba(28, 26, 23, 0.72);
  padding: 1rem 1.1rem;
}

.note h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 1rem;
  margin: 0 0 0.2rem;
}

.note time {
  display: block;
  font-size: 0.82rem;
  color: var(--concrete);
  margin-bottom: 0.55rem;
}

.note p {
  margin: 0;
  color: var(--cream-dim);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: flex-start;
}

.bmac-btn {
  display: inline-block;
  background: #d9c7a1;
  color: var(--stamp);
  text-decoration: none;
  font-family: "Special Elite", "Courier New", serif;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 0.95rem;
  padding: 0.7rem 0.95rem;
  box-shadow: 6px 7px 0 rgba(0, 0, 0, 0.45);
}

.bmac-btn:hover {
  color: var(--stamp);
}

.footer-meta {
  margin: 1.1rem 0 0;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--concrete);
}

.rivet-feature {
  display: block;
  text-decoration: none;
  color: var(--cream);
  background: #2a2118;
  border: 1px solid var(--rust);
  padding: 1.2rem 1.3rem 1.25rem;
  margin: 1.6rem 0 0;
  box-shadow: 8px 10px 0 rgba(0, 0, 0, 0.45);
  max-width: 40rem;
}

.rivet-feature--home {
  margin: 1.6rem auto 0;
  max-width: 1200px;
  width: calc(100% - 12vw);
}

.rivet-feature strong {
  display: block;
  font-family: "Yesteryear", cursive;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  margin: 0.15rem 0 0.55rem;
  color: var(--cream);
}

.rivet-feature p {
  margin: 0;
  color: var(--cream-dim);
  font-size: 1.08rem;
}

.doug-sites {
  margin: 0.85rem 0 0;
  max-width: 40rem;
}

.doug-sites-label {
  margin: 0 0 0.2rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.58rem;
  font-weight: 400;
  color: var(--concrete);
  opacity: 0.75;
}

.doug-sites-links {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0;
  row-gap: 0.1rem;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.doug-sites-links a {
  color: var(--concrete);
  text-decoration: none;
}

.doug-sites-links a:hover {
  color: var(--cream-dim);
}

.doug-sites-links a:not(:last-child)::after {
  content: "·";
  margin: 0 0.38em;
  color: rgba(138, 134, 124, 0.45);
  pointer-events: none;
}

footer {
  border-top: 1px solid var(--rule);
  padding: 1.4rem 6vw 2rem;
  font-family: "Oswald", sans-serif;
  color: var(--concrete);
}

@media (max-width: 860px) {
  .hero,
  .grid,
  .about-grid,
  .shop-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .ticket {
    grid-template-columns: 1fr;
  }

  .row-b {
    border-left: 0;
    border-top: 2px dashed #7a5c3a;
    padding-left: 0;
    padding-top: 0.6rem;
    text-align: left;
  }

  footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}

.comment-form input,
.comment-form textarea {
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
  background: #1c1a17;
  color: var(--cream);
  border: 1px solid var(--rule);
  padding: 0.55rem 0.65rem;
  width: 100%;
  max-width: 36rem;
}

.comment-form .form-submit input {
  width: auto;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--olive);
  color: var(--cream);
  border: 0;
  padding: 0.7rem 1.1rem;
  cursor: pointer;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 1rem;
}

.comment-list .comment-body {
  border: 1px solid var(--rule);
  background: rgba(28, 26, 23, 0.72);
  padding: 1rem 1.1rem;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}
