/* ============================================
   Redline Motors — The Shop (about) page
   ============================================ */

/*-- ----------------------------- -->
<---          Page Hero           -->
<--- ----------------------------- -*/

#page-hero {
  position: relative;
  background: var(--asphalt);
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(420px, 60vh, 620px);
  display: flex;
  align-items: center;
}
#page-hero .ph-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
#page-hero .ph-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(0.8) contrast(1.05);
}
#page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      180deg,
      rgba(12, 13, 16, 0.55) 0%,
      rgba(12, 13, 16, 0.85) 60%,
      rgba(12, 13, 16, 0.95) 100%
    ),
    linear-gradient(
      90deg,
      rgba(12, 13, 16, 0.9) 0%,
      rgba(12, 13, 16, 0.4) 70%,
      transparent 100%
    );
}
#page-hero .ph-grid-lines {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(225, 6, 0, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(225, 6, 0, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 25% 60%, black 30%, transparent 75%);
}
.ph-inner {
  position: relative;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(3.5rem, 9vh, 6rem) clamp(1.25rem, 4vw, 3rem);
  width: 100%;
}
.breadcrumbs {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 1.75rem;
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.breadcrumbs a {
  color: var(--ink-soft);
  border-bottom: 1px solid transparent;
  transition:
    color 0.2s,
    border-color 0.2s;
}
.breadcrumbs a:hover {
  color: var(--red-bright);
  border-color: var(--red);
}
.breadcrumbs span[aria-current] {
  color: var(--red-bright);
}
.ph-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red-bright);
  padding: 0.4rem 0.85rem;
  border: 1px solid rgba(225, 6, 0, 0.4);
  background: rgba(225, 6, 0, 0.08);
  margin-bottom: 1.5rem;
}
.ph-tag-bar {
  width: 6px;
  height: 6px;
  background: var(--red);
  box-shadow: 0 0 8px var(--red);
}
.ph-title {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 1.5rem;
  max-width: 18ch;
}
.ph-title em {
  font-style: normal;
  color: var(--red);
  position: relative;
  display: inline-block;
}
.ph-title em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.05em;
  height: 0.07em;
  background: var(--red);
  box-shadow: 0 0 16px var(--red-glow);
}
.ph-lede {
  font-size: var(--fs-lede);
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 38rem;
}

/*-- ----------------------------- -->
<---          Our Story           -->
<--- ----------------------------- -*/

#story {
  background: var(--carbon);
  padding: var(--section-pad);
  position: relative;
}
#story::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    transparent 0,
    transparent 80px,
    rgba(255, 255, 255, 0.012) 80px,
    rgba(255, 255, 255, 0.012) 81px
  );
  pointer-events: none;
}
.story-grid {
  position: relative;
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
@media (max-width: 900px) {
  .story-grid {
    grid-template-columns: 1fr;
  }
}
.story-text .section-title {
  margin-bottom: 1.75rem;
  max-width: 16ch;
}
.story-body {
  font-size: 1.02rem;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 1.25rem;
  max-width: 36rem;
}
.story-body em {
  font-style: italic;
  color: var(--ink);
}
.signature-block {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 2px solid var(--red);
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
}
.sig-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.sig-role {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.story-photo {
  position: relative;
  aspect-ratio: 5 / 6;
  overflow: hidden;
  border: 1px solid var(--line);
  margin: 0;
}
.story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05);
}
.story-photo .photo-frame {
  position: absolute;
  left: 1rem;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid rgba(225, 6, 0, 0.35);
  pointer-events: none;
}
.story-cap {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.85rem 1rem;
  background: rgba(12, 13, 16, 0.88);
  backdrop-filter: blur(4px);
  border-left: 2px solid var(--red);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.story-cap .cap-num {
  color: var(--red-bright);
  font-weight: 600;
}

/*-- ----------------------------- -->
<---       Section Header         -->
<--- ----------------------------- -*/

.section-header {
  position: relative;
  max-width: var(--content-max);
  margin: 0 auto 3.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: end;
}
.section-header.section-header-center {
  grid-template-columns: 1fr;
  text-align: center;
  justify-items: center;
}
.header-right {
  font-size: var(--fs-lede);
  color: var(--ink-soft);
  max-width: 32rem;
  justify-self: end;
}
@media (max-width: 820px) {
  .section-header {
    grid-template-columns: 1fr;
  }
  .header-right {
    justify-self: start;
  }
}

/*-- ----------------------------- -->
<---          Timeline            -->
<--- ----------------------------- -*/

#timeline {
  background: var(--asphalt);
  padding: var(--section-pad);
  position: relative;
  overflow: hidden;
}
#timeline::before {
  content: "2008 →";
  position: absolute;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(8rem, 18vw, 18rem);
  color: var(--steel);
  opacity: 0.35;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
  letter-spacing: -0.02em;
  pointer-events: none;
  z-index: 0;
}
.tl-list {
  position: relative;
  z-index: 1;
  max-width: 56rem;
  margin: 0 auto;
  padding-left: 0;
  border-left: 2px solid var(--gunmetal);
}
.tl-item {
  position: relative;
  padding: 0 0 2.25rem clamp(1.5rem, 4vw, 2.75rem);
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
}
.tl-item::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 0.4rem;
  width: 12px;
  height: 12px;
  background: var(--red);
  border: 2px solid var(--asphalt);
  box-shadow: 0 0 0 2px var(--red);
}
.tl-item-now::before {
  background: var(--red-bright);
  box-shadow:
    0 0 0 2px var(--red-bright),
    0 0 14px var(--red);
  animation: pulse 2.4s ease-in-out infinite;
}
.tl-year {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--red);
  letter-spacing: 0.02em;
  line-height: 1;
}
.tl-item-now .tl-year {
  color: var(--red-bright);
}
.tl-body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.tl-title {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--ink);
}
.tl-text {
  font-size: 0.95rem;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 36rem;
}
@media (max-width: 540px) {
  .tl-item {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

/*-- ----------------------------- -->
<---           Team               -->
<--- ----------------------------- -*/

#team {
  background: var(--carbon);
  padding: var(--section-pad);
  position: relative;
}
.team-grid {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
@media (max-width: 900px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}
.team-card {
  background: var(--steel);
  display: flex;
  flex-direction: column;
  transition: background 0.25s;
  position: relative;
  overflow: hidden;
}
.team-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.team-card:hover {
  background: var(--steel-2);
}
.team-card:hover::after {
  transform: scaleX(1);
}
.team-photo {
  position: relative;
  margin: 0;
  aspect-ratio: 5 / 6;
  overflow: hidden;
  background: var(--asphalt);
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.05);
  transition:
    transform 0.5s ease,
    filter 0.3s ease;
}
.team-card:hover .team-photo img {
  transform: scale(1.04);
  filter: saturate(1) contrast(1.05);
}
.team-cert {
  position: absolute;
  left: 0;
  bottom: 1rem;
  background: var(--red);
  color: #fff;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  font-weight: 600;
}
.team-info {
  padding: 1.5rem clamp(1.25rem, 2.5vw, 1.85rem) 1.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.team-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--ink);
}
.team-role {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red-bright);
  margin-bottom: 0.5rem;
}
.team-bio {
  font-size: 0.93rem;
  color: var(--ink-soft);
  line-height: 1.6;
  flex: 1;
}
.team-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--line);
}
.team-tags li {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  padding: 0.3rem 0.55rem;
  border: 1px solid var(--line);
}

/*-- ----------------------------- -->
<---           Values             -->
<--- ----------------------------- -*/

#values {
  background: var(--asphalt);
  padding: var(--section-pad);
  position: relative;
  overflow: hidden;
}
#values::before {
  content: "CODE";
  position: absolute;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(10rem, 24vw, 24rem);
  color: var(--carbon);
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  letter-spacing: -0.02em;
  pointer-events: none;
  z-index: 0;
}
.values-inner {
  position: relative;
  z-index: 1;
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.4fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}
@media (max-width: 900px) {
  .values-inner {
    grid-template-columns: 1fr;
  }
}
.values-head .section-title {
  margin-bottom: 1.5rem;
  max-width: 14ch;
}
.values-lede {
  font-size: var(--fs-lede);
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 30rem;
}
.values-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
@media (max-width: 600px) {
  .values-list {
    grid-template-columns: 1fr;
  }
}
.value {
  background: var(--steel);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  position: relative;
  overflow: hidden;
}
.value::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 28px 28px 0;
  border-color: transparent var(--red) transparent transparent;
}
.value-num {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: var(--red-bright);
  font-weight: 600;
}
.value-title {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--ink);
}
.value-text {
  font-size: 0.95rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

/*-- ----------------------------- -->
<---            Kit               -->
<--- ----------------------------- -*/

#kit {
  background: var(--carbon);
  padding: var(--section-pad);
}
.kit-grid {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}
.kit-col {
  background: var(--steel);
  border: 1px solid var(--line);
  padding: clamp(1.5rem, 2.5vw, 2rem);
  border-top: 3px solid var(--red);
}
.kit-heading {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink);
  margin-bottom: 1.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px dashed var(--line);
}
.kit-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.kit-list li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.kit-list li span {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink);
}
.kit-list li small {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--ink-mute);
  text-transform: uppercase;
}
.kit-list.kit-badges li {
  flex-direction: row;
  align-items: baseline;
  gap: 0.65rem;
  padding: 0.55rem 0;
  border-bottom: 1px dashed var(--line);
}
.kit-list.kit-badges li:last-child {
  border-bottom: none;
}
.kit-list.kit-badges li span {
  font-family: var(--display);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--red-bright);
  font-weight: 700;
  flex: 0 1 5.5rem;
}

/*-- ----------------------------- -->
<---            Stats             -->
<--- ----------------------------- -*/

#stats {
  background: var(--asphalt);
  padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stats-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 540px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.stat {
  background: var(--carbon);
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  position: relative;
}
.stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 2px;
  background: var(--red);
  opacity: 0.85;
}
.stat-num {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  color: var(--ink);
  line-height: 1;
  margin-left: 0.85rem;
}
.stat-unit {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red-bright);
  margin-left: 0.85rem;
}
.stat-label {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 0.4rem;
  margin-left: 0.85rem;
}

/*-- ----------------------------- -->
<---          Community           -->
<--- ----------------------------- -*/

#community {
  background: var(--carbon);
  padding: var(--section-pad);
}
.comm-grid {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
@media (max-width: 900px) {
  .comm-grid {
    grid-template-columns: 1fr;
  }
}
.comm-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--line);
  margin: 0;
}
.comm-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
  filter: saturate(0.85) contrast(1.05);
}
.comm-photo .photo-frame {
  position: absolute;
  left: 1rem;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid rgba(225, 6, 0, 0.35);
  pointer-events: none;
}
.comm-text .section-title {
  margin-bottom: 1.25rem;
  max-width: 18ch;
}
.comm-blurb {
  font-size: var(--fs-lede);
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 1.75rem;
  max-width: 34rem;
}
.comm-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 2rem;
}
.comm-list li {
  padding: 0.85rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.95rem;
  color: var(--ink-soft);
  position: relative;
  padding-left: 1.5rem;
}
.comm-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.7rem;
  width: 8px;
  height: 2px;
  background: var(--red);
}
.comm-list li strong {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-right: 0.4rem;
}

/*-- ----------------------------- -->
<---            CTA               -->
<--- ----------------------------- -*/

#cta-strip {
  position: relative;
  background: linear-gradient(
    135deg,
    #1a0000 0%,
    #4a0200 50%,
    var(--red-deep) 100%
  );
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 3rem);
  overflow: hidden;
}
#cta-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent 0,
    transparent 30px,
    rgba(0, 0, 0, 0.12) 30px,
    rgba(0, 0, 0, 0.12) 31px
  );
  pointer-events: none;
}
.cta-inner {
  position: relative;
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.cta-title {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(1.8rem, 3.6vw, 2.85rem);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.005em;
  line-height: 1;
  max-width: 22ch;
}
.cta-sub {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.75rem;
  display: block;
}
.btn-primary-light {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #fff;
  color: var(--red-deep);
  padding: 1.1rem 2rem;
  border-radius: 2px;
  transition:
    transform 0.15s,
    box-shadow 0.2s;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.btn-primary-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
}

/*-- ----------------------------- -->
<---           Footer             -->
<--- ----------------------------- -*/

#site-footer {
  background: #07080a;
  color: var(--ink-soft);
  padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 3rem) 1.5rem;
  border-top: 1px solid var(--line);
}
.footer-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 820px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 540px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}
.footer-brand .brand-mark {
  width: 72px;
  height: 72px;
  margin-bottom: 1rem;
}
.footer-name {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 0.5rem;
}
.footer-name .brand-red {
  color: var(--red);
}
.footer-blurb {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ink-mute);
  max-width: 22rem;
}
.footer-heading {
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink);
  margin-bottom: 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid var(--red);
  display: inline-block;
}
.footer-line {
  font-family: var(--mono);
  font-size: 0.8rem;
  color: var(--ink-soft);
  margin-bottom: 0.5rem;
  letter-spacing: 0.04em;
}
.footer-spacer {
  margin-top: 1rem;
}
.footer-link {
  display: block;
  font-size: 0.92rem;
  color: var(--ink-soft);
  padding: 0.3rem 0;
  transition: color 0.2s;
}
.footer-link:hover {
  color: var(--red-bright);
}
.footer-socials {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: var(--steel);
  color: var(--ink-soft);
  border: 1px solid var(--line);
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.social-link:hover {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}
.footer-bottom {
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--ink-mute);
  text-transform: uppercase;
}
.credit-link {
  color: var(--ink-soft);
  border-bottom: 1px solid var(--gunmetal);
  transition:
    color 0.2s,
    border-color 0.2s;
}
.credit-link:hover {
  color: var(--red-bright);
  border-color: var(--red);
}
