
/* HARDMAN SOLUTIONS LLC - EXPLORE THE GEAR PAGE - v4.3.23
   Layout follows the user's hand-drawn mockup:
   intro/about section, founder section, division icon bar, trust callout,
   interactive timeline/detail panel, and scrolling image gallery. */

html,
body.explore-gear-page {
  min-height: 100%;
  height: auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  margin: 0;
  background: #070503 !important;
}

body.explore-gear-page {
  color: #fff3dc;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  position: relative;
  isolation: isolate;
}

.explore-gear-bg-image {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  display: block;
}

body.explore-gear-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 196, 89, .10), transparent 30%),
    linear-gradient(90deg, rgba(0,0,0,.54), rgba(0,0,0,.24) 45%, rgba(0,0,0,.52));
}

.gear-topbar,
.gear-page-frame,
.gear-footer {
  position: relative;
  z-index: 2;
}

.gear-topbar {
  position: fixed;
  top: 18px;
  left: 22px;
  right: 22px;
  z-index: 60;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}

.gear-brand,
.gear-nav a {
  pointer-events: auto;
  color: #fff1cf;
  text-decoration: none;
  background: rgba(11, 8, 5, .62);
  border: 1px solid rgba(238, 194, 91, .48);
  box-shadow: 0 12px 32px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,230,165,.16);
  backdrop-filter: blur(12px) saturate(1.12);
  -webkit-backdrop-filter: blur(12px) saturate(1.12);
}

.gear-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: .88rem;
  font-weight: 950;
  letter-spacing: .3px;
}

.gear-brand img {
  width: 42px;
  height: 26px;
  object-fit: cover;
  border-radius: 6px;
}

.gear-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.gear-nav a {
  border-radius: 999px;
  padding: 10px 14px;
  font-size: .78rem;
  font-weight: 950;
}

.gear-page-frame {
  width: min(1180px, calc(100vw - 44px));
  margin: 0 auto;
  padding: 112px 0 56px;
  display: grid;
  gap: 22px;
}

.gear-panel {
  background:
    linear-gradient(rgba(12, 9, 6, .66), rgba(12, 9, 6, .66)) padding-box,
    linear-gradient(135deg, rgba(60,36,16,.98), rgba(238,194,91,.96) 18%, rgba(113,64,32,.98) 55%, rgba(255,225,140,.96) 79%, rgba(45,27,12,.98)) border-box;
  border: 3px solid transparent;
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,236,176,.14);
  backdrop-filter: blur(14px) saturate(1.16);
  -webkit-backdrop-filter: blur(14px) saturate(1.16);
}

.gear-intro-panel {
  width: min(820px, 94%);
  margin: 0 auto;
  text-align: center;
  padding: clamp(22px, 4vw, 42px);
}

.gear-intro-panel h1 {
  font-family: Georgia, serif;
  font-size: clamp(2.8rem, 7vw, 6.8rem);
  line-height: .88;
  margin: 0 0 18px;
  color: #fff0c9;
  letter-spacing: -2.5px;
  text-shadow: 0 2px 18px rgba(0,0,0,.85);
}

.gear-intro-panel p {
  width: min(760px, 100%);
  margin: 0 auto 12px;
  line-height: 1.55;
  color: rgba(255,244,221,.94);
  font-weight: 680;
}

.gear-founder-grid {
  width: min(900px, 94%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 18px;
}

.founder-image-card {
  padding: 16px;
  min-height: 245px;
  display: grid;
  place-items: center;
}

.founder-image-inner {
  width: 100%;
  height: 100%;
  min-height: 210px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  text-align: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(238,194,91,.30);
}

.founder-image-inner img {
  width: min(175px, 75%);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,.42);
}

.founder-image-inner span {
  display: block;
  margin-top: 10px;
  color: #f7d183;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.founder-note-card {
  padding: clamp(20px, 3vw, 32px);
}

.gear-kicker {
  color: #f6c86d;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .72rem;
  font-weight: 950;
  margin-bottom: 7px;
}

.gear-panel h2 {
  font-family: Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  line-height: .95;
  margin: 0 0 12px;
  color: #fff0c9;
  letter-spacing: -1.1px;
  text-shadow: 0 2px 16px rgba(0,0,0,.75);
}

.gear-panel h3 {
  margin: 0 0 8px;
  color: #fff0c9;
}

.gear-panel p {
  color: rgba(255,244,221,.92);
  line-height: 1.55;
  font-weight: 620;
  margin: 0 0 12px;
}

.division-panel {
  width: min(1000px, 96%);
  margin: 0 auto;
  padding: 22px;
  text-align: center;
}

.division-title-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: end;
  gap: 18px;
  text-align: left;
  margin-bottom: 18px;
}

.division-title-row h2 {
  margin: 0;
}

.division-icon-bar {
  display: grid;
  grid-template-columns: repeat(6, minmax(115px, 1fr));
  gap: 14px;
  align-items: stretch;
}

.division-icon {
  position: relative;
  min-height: 148px;
  text-decoration: none;
  color: #fff1cf;
  display: grid;
  place-items: center;
  padding: 16px 10px 12px;
  clip-path: polygon(50% 0, 94% 22%, 82% 100%, 18% 100%, 6% 22%);
  background:
    linear-gradient(rgba(6, 5, 4, .62), rgba(6, 5, 4, .62)),
    linear-gradient(145deg, rgba(234,190,91,.18), rgba(255,255,255,.04));
  border: 1px solid rgba(242, 199, 110, .44);
  box-shadow: 0 16px 34px rgba(0,0,0,.30), inset 0 0 22px rgba(255,216,128,.08);
  transition: transform .18s ease, filter .18s ease;
}

.division-icon:hover {
  transform: translateY(-5px) scale(1.025);
  filter: brightness(1.15);
}

.division-icon img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(0,0,0,.38);
  margin-bottom: 8px;
}

.division-icon span {
  font-weight: 950;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  text-shadow: 0 1px 8px rgba(0,0,0,.9);
}

.trust-callout {
  width: min(900px, 96%);
  margin: 0 auto;
  text-align: center;
  padding: 26px clamp(22px, 4vw, 46px);
  border-radius: 999px;
}

.timeline-section {
  width: min(1080px, 98%);
  margin: 14px auto 0;
  padding: 24px;
}

.timeline-head {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 430px);
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.timeline-track {
  position: relative;
  min-height: 108px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 4px;
  padding: 20px 14px 8px;
}

.timeline-track::before {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  top: 47px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff0c5, #c276f0, #fff0c5);
  box-shadow: 0 0 18px rgba(205,118,240,.55);
}

.timeline-node {
  appearance: none;
  border: 0;
  background: transparent;
  color: #fff4df;
  display: grid;
  gap: 10px;
  justify-items: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font: inherit;
}

.timeline-node span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ba60d5;
  border: 4px solid #f7dc9d;
  box-shadow: 0 0 18px rgba(214,93,228,.65);
}

.timeline-node.active span {
  background: #ffd575;
  box-shadow: 0 0 30px rgba(255,216,128,.9);
}

.timeline-node small {
  font-size: .72rem;
  font-weight: 900;
}

.timeline-detail {
  width: min(880px, 96%);
  min-height: 270px;
  margin: 0 auto;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr minmax(180px, 280px);
  gap: 22px;
  align-items: center;
}

.timeline-detail-media {
  min-height: 180px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(238,194,91,.28);
  overflow: hidden;
}

.timeline-detail-media img {
  width: 100%;
  height: 100%;
  max-height: 220px;
  object-fit: cover;
}

.gallery-section {
  width: min(1040px, 98%);
  margin: 0 auto;
  padding: 24px;
}

.gallery-head {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 460px);
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.gallery-preview {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(238,194,91,.30);
}

.gallery-preview img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0,0,0,.36);
}

.gallery-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(185px, 1fr);
  overflow-x: auto;
  gap: 12px;
  padding: 6px 0 12px;
  scrollbar-color: #f0c86d rgba(255,255,255,.10);
}

.gallery-thumb {
  appearance: none;
  border: 2px solid rgba(238,194,91,.36);
  background: rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 8px;
  height: 132px;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease;
}

.gallery-thumb:hover,
.gallery-thumb.active {
  transform: translateY(-3px);
  border-color: #ffd575;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 11px;
}

.gear-footer {
  width: min(1180px, calc(100vw - 44px));
  margin: 0 auto;
  padding: 0 0 46px;
  color: rgba(255,244,221,.86);
  font-size: .86rem;
}

.gear-footer a {
  color: #ffd575;
  font-weight: 900;
}

@media (max-width: 980px) {
  .gear-founder-grid,
  .timeline-detail,
  .gallery-preview,
  .timeline-head,
  .gallery-head,
  .division-title-row {
    grid-template-columns: 1fr;
  }

  .division-icon-bar {
    grid-template-columns: repeat(3, minmax(105px, 1fr));
  }

  .trust-callout {
    border-radius: 28px;
  }
}

@media (max-width: 720px) {
  .gear-topbar {
    position: absolute;
    align-items: flex-start;
  }

  .gear-nav {
    gap: 6px;
  }

  .gear-nav a {
    font-size: .66rem;
    padding: 8px 9px;
  }

  .gear-page-frame {
    width: min(100vw - 24px, 1180px);
    padding-top: 108px;
  }

  .division-icon-bar {
    grid-template-columns: repeat(2, minmax(110px, 1fr));
  }

  .timeline-track {
    grid-template-columns: repeat(3, 1fr);
    min-height: 190px;
  }

  .timeline-track::before {
    display: none;
  }

  .timeline-node {
    padding: 8px 0;
  }

  .gallery-strip {
    grid-auto-columns: 72%;
  }

  .explore-gear-bg-image {
    object-position: center top;
  }
}


/* V4.3.24 OFFICIAL FOUNDER IMAGE */
.founder-image-inner {
  overflow: hidden;
  align-content: center;
}

.founder-image-inner img {
  width: min(215px, 86%) !important;
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: center 18% !important;
  border-radius: 18px !important;
  border: 2px solid rgba(255, 218, 141, .42) !important;
}

.founder-image-inner span {
  color: #ffd575 !important;
}

/* V4.3.26 EXPLORE THE GEAR MOBILE STACK / SCROLL FIX */
html,
body.explore-gear-page {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

@media (max-width: 820px) {
  html,
  body.explore-gear-page {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    position: relative !important;
  }

  body.explore-gear-page {
    display: block !important;
    width: 100% !important;
    max-width: 100vw !important;
    padding: 0 !important;
  }

  .explore-gear-bg-image {
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  .gear-topbar {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: calc(100% - 24px) !important;
    margin: 12px auto 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    pointer-events: auto !important;
    z-index: 10 !important;
  }

  .gear-brand {
    width: 100% !important;
    justify-content: center !important;
  }

  .gear-nav {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .gear-nav a {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: .72rem !important;
    padding: 9px 8px !important;
  }

  .gear-page-frame {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 18px 0 42px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  .gear-panel,
  .gear-intro-panel,
  .gear-founder-grid,
  .founder-image-card,
  .founder-note-card,
  .division-panel,
  .trust-callout,
  .timeline-section,
  .timeline-detail,
  .gallery-section,
  .gallery-preview {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .gear-intro-panel {
    order: 1 !important;
    padding: 22px 16px !important;
    text-align: center !important;
  }

  .gear-intro-panel h1 {
    font-size: clamp(2.35rem, 13vw, 4rem) !important;
    line-height: .92 !important;
    letter-spacing: -1.2px !important;
  }

  .gear-founder-grid {
    order: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }

  .founder-image-card,
  .founder-note-card,
  .division-panel,
  .trust-callout,
  .timeline-section,
  .timeline-detail,
  .gallery-section {
    padding: 18px 14px !important;
  }

  .founder-image-inner {
    min-height: auto !important;
    padding: 16px !important;
  }

  .founder-image-inner img {
    width: min(245px, 82vw) !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .division-panel { order: 3 !important; }
  .trust-callout { order: 4 !important; border-radius: 24px !important; }
  .timeline-section { order: 5 !important; }
  .timeline-detail { order: 6 !important; }
  .gallery-section { order: 7 !important; }

  .division-title-row,
  .timeline-head,
  .gallery-head,
  .gallery-preview,
  .timeline-detail {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    align-items: stretch !important;
    text-align: left !important;
  }

  .division-icon-bar {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .division-icon {
    min-height: 130px !important;
    padding: 14px 8px 10px !important;
  }

  .division-icon img {
    width: 64px !important;
    height: 64px !important;
  }

  .division-icon span {
    font-size: .70rem !important;
  }

  .timeline-track {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    min-height: auto !important;
    height: auto !important;
    padding: 10px 0 0 !important;
  }

  .timeline-track::before {
    display: none !important;
  }

  .timeline-node {
    min-height: 74px !important;
    padding: 10px 8px !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, .08) !important;
    border: 1px solid rgba(238, 194, 91, .26) !important;
  }

  .timeline-detail-media {
    width: 100% !important;
    min-height: 180px !important;
  }

  .timeline-detail-media img,
  .gallery-preview img {
    width: 100% !important;
    height: 210px !important;
    max-height: none !important;
    object-fit: cover !important;
  }

  .gallery-strip {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 12px !important;
  }

  .gallery-thumb {
    flex: 0 0 72% !important;
    width: 72% !important;
    height: 118px !important;
  }

  .gear-footer {
    width: calc(100% - 24px) !important;
    margin: 0 auto !important;
    padding: 0 0 34px !important;
  }

  .gear-panel h2 {
    font-size: clamp(1.6rem, 8vw, 2.5rem) !important;
  }
}

@media (max-width: 380px) {
  .gear-nav,
  .division-icon-bar,
  .timeline-track {
    grid-template-columns: 1fr !important;
  }

  .gallery-thumb {
    flex-basis: 86% !important;
    width: 86% !important;
  }
}


/* V4.3.27 EXPLORE GALLERY UPDATE */
.gallery-strip {
  scroll-snap-type: x proximity;
}

.gallery-thumb {
  scroll-snap-align: start;
}

.gallery-preview img {
  object-position: center center;
}

.gallery-thumb img {
  object-position: center center;
}

@media (min-width: 821px) {
  .gallery-strip {
    grid-auto-columns: minmax(170px, 220px) !important;
  }
}

@media (max-width: 820px) {
  .gallery-strip {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .gallery-thumb {
    flex: 0 0 74% !important;
  }
}


/* V4.3.28 LOGO ICON FOCUS + FOUNDER BIO BUTTON */
.division-icon img {
  object-fit: contain !important;
  object-position: center center !important;
  background: rgba(0,0,0,.18);
  padding: 4px;
}

.founder-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 213, 117, .65);
  background:
    linear-gradient(rgba(255, 232, 173, .82), rgba(199, 147, 65, .76)) padding-box,
    linear-gradient(135deg, #3b210d, #e8b95b, #fff1b4, #734215) border-box;
  color: #1a1008 !important;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(0,0,0,.26);
}

.founder-more-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

/* Plain text founder bio page. */
body.founder-bio-page {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 199, 110, .18), transparent 26%),
    linear-gradient(135deg, #080604, #18110a 52%, #050403);
  color: #f8f1df;
  font-family: Georgia, "Times New Roman", serif;
}

.bio-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(7,5,3,.76);
  border-bottom: 1px solid rgba(255,213,117,.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.bio-topbar a {
  color: #ffd575;
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  font-weight: 900;
}

.bio-document {
  width: min(980px, calc(100vw - 34px));
  margin: 0 auto;
  padding: 42px 0 52px;
}

.bio-header {
  border-bottom: 2px solid rgba(255,213,117,.42);
  padding-bottom: 18px;
  margin-bottom: 22px;
}

.bio-kicker {
  font-family: Inter, Arial, sans-serif;
  color: #ffd575;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 950;
  margin: 0 0 8px;
}

.bio-header h1 {
  font-size: clamp(2.7rem, 9vw, 6rem);
  line-height: .9;
  margin: 0 0 10px;
  color: #fff0c9;
}

.bio-subtitle {
  font-size: 1.1rem;
  line-height: 1.5;
  color: rgba(255,244,221,.90);
  margin: 0;
}

.bio-photo-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 24px 0;
}

.bio-photo-row figure {
  margin: 0;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,213,117,.28);
  border-radius: 18px;
  overflow: hidden;
}

.bio-photo-row img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.bio-photo-row figcaption {
  padding: 10px 12px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 850;
  color: #ffd575;
  font-size: .82rem;
}

.bio-plain-text {
  background: rgba(255, 246, 226, .90);
  color: #1d130b;
  border: 2px solid rgba(114, 70, 29, .72);
  border-radius: 20px;
  padding: clamp(22px, 4vw, 42px);
  box-shadow: 0 24px 70px rgba(0,0,0,.38);
}

.bio-plain-text h2 {
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  line-height: 1;
  margin: 28px 0 10px;
  color: #2a1609;
}

.bio-plain-text h2:first-child {
  margin-top: 0;
}

.bio-plain-text p {
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.68;
  margin: 0 0 16px;
}

.bio-signoff {
  font-size: clamp(1.45rem, 4vw, 2.4rem) !important;
  line-height: 1.12 !important;
  text-align: center;
  font-weight: 950;
  color: #3b210d;
  padding: 20px;
  border-top: 2px solid rgba(114,70,29,.30);
  border-bottom: 2px solid rgba(114,70,29,.30);
}

.bio-footer {
  width: min(980px, calc(100vw - 34px));
  margin: 0 auto 34px;
  color: rgba(255,244,221,.78);
  font-family: Inter, Arial, sans-serif;
  text-align: center;
}

@media (max-width: 820px) {
  body.founder-bio-page {
    height: auto !important;
    overflow-y: auto !important;
  }

  .bio-topbar {
    position: relative;
    flex-direction: column;
    text-align: center;
  }

  .bio-document {
    width: calc(100vw - 24px);
    padding-top: 24px;
  }

  .bio-photo-row {
    grid-template-columns: 1fr;
  }

  .bio-photo-row img {
    height: auto;
    max-height: 420px;
  }

  .bio-plain-text {
    padding: 22px 18px;
  }
}


/* V4.3.30 EXPLORE THE GEAR CONTENT RESTORE HOTFIX
   Restores the content panels if the background/overlay layers hide them. */

html,
body.explore-gear-page,
body.explore-content-restore {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body.explore-gear-page,
body.explore-content-restore {
  display: block !important;
  position: relative !important;
  isolation: isolate !important;
}

/* Background must stay behind everything. */
body.explore-gear-page .explore-gear-bg-image,
body.explore-content-restore .explore-gear-bg-image {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  object-fit: cover !important;
  object-position: center center !important;
  z-index: 0 !important;
  display: block !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

/* Dark wash must be behind content, not on top of it. */
body.explore-gear-page::after,
body.explore-content-restore::after {
  z-index: 1 !important;
  pointer-events: none !important;
}

/* Topbar and content panels must always be visible above the overlay. */
body.explore-gear-page .gear-topbar,
body.explore-content-restore .gear-topbar {
  position: fixed !important;
  z-index: 100 !important;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.explore-gear-page .gear-page-frame,
body.explore-content-restore .gear-page-frame {
  position: relative !important;
  z-index: 50 !important;
  display: flex !important;
  flex-direction: column !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: min(1180px, calc(100vw - 44px)) !important;
  max-width: 1180px !important;
  min-height: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 112px 0 56px !important;
  gap: 22px !important;
  overflow: visible !important;
}

/* Every section/card must participate in normal page flow. */
body.explore-gear-page .gear-page-frame > *,
body.explore-content-restore .gear-page-frame > *,
body.explore-gear-page .gear-panel,
body.explore-content-restore .gear-panel,
body.explore-gear-page .gear-intro-panel,
body.explore-content-restore .gear-intro-panel,
body.explore-gear-page .gear-founder-grid,
body.explore-content-restore .gear-founder-grid,
body.explore-gear-page .division-panel,
body.explore-content-restore .division-panel,
body.explore-gear-page .trust-callout,
body.explore-content-restore .trust-callout,
body.explore-gear-page .timeline-section,
body.explore-content-restore .timeline-section,
body.explore-gear-page .timeline-detail,
body.explore-content-restore .timeline-detail,
body.explore-gear-page .gallery-section,
body.explore-content-restore .gallery-section {
  position: relative !important;
  z-index: 55 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Preserve intended desktop layouts where needed. */
body.explore-gear-page .gear-founder-grid,
body.explore-content-restore .gear-founder-grid {
  display: grid !important;
  grid-template-columns: 260px 1fr !important;
}

body.explore-gear-page .division-icon-bar,
body.explore-content-restore .division-icon-bar {
  display: grid !important;
}

body.explore-gear-page .timeline-detail,
body.explore-content-restore .timeline-detail,
body.explore-gear-page .gallery-preview,
body.explore-content-restore .gallery-preview {
  display: grid !important;
}

body.explore-gear-page .gear-footer,
body.explore-content-restore .gear-footer {
  position: relative !important;
  z-index: 50 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Mobile keeps the forced vertical stack. */
@media (max-width: 820px) {
  body.explore-gear-page .gear-topbar,
  body.explore-content-restore .gear-topbar {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: calc(100% - 24px) !important;
    margin: 12px auto 0 !important;
    flex-direction: column !important;
  }

  body.explore-gear-page .gear-page-frame,
  body.explore-content-restore .gear-page-frame {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    padding: 18px 0 42px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  body.explore-gear-page .gear-founder-grid,
  body.explore-content-restore .gear-founder-grid,
  body.explore-gear-page .timeline-detail,
  body.explore-content-restore .timeline-detail,
  body.explore-gear-page .gallery-preview,
  body.explore-content-restore .gallery-preview {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
  }

  body.explore-gear-page .division-icon-bar,
  body.explore-content-restore .division-icon-bar,
  body.explore-gear-page .timeline-track,
  body.explore-content-restore .timeline-track {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}


/* V4.3.31 VISUAL GALLERY SCROLL FIX
   Gallery thumbnails now live in a true horizontal scroll rail with arrow controls. */
.gallery-section {
  overflow: hidden !important;
}

.gallery-scroll-shell {
  position: relative !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.gallery-strip {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
  padding: 8px 4px 14px !important;
  scrollbar-width: thin !important;
  scrollbar-color: #ffd575 rgba(255,255,255,.12) !important;
}

.gallery-strip::-webkit-scrollbar {
  height: 10px !important;
}

.gallery-strip::-webkit-scrollbar-track {
  background: rgba(255,255,255,.12) !important;
  border-radius: 999px !important;
}

.gallery-strip::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #8b5a22, #ffd575, #8b5a22) !important;
  border-radius: 999px !important;
}

.gallery-thumb {
  flex: 0 0 190px !important;
  width: 190px !important;
  min-width: 190px !important;
  max-width: 190px !important;
  scroll-snap-align: start !important;
}

.gallery-scroll-btn {
  width: 42px !important;
  height: 88px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 213, 117, .58) !important;
  background:
    linear-gradient(rgba(12, 9, 6, .62), rgba(12, 9, 6, .62)) padding-box,
    linear-gradient(135deg, #3b210d, #e8b95b, #fff1b4, #734215) border-box !important;
  color: #fff1cf !important;
  font-size: 2.35rem !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  cursor: pointer !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,230,165,.18) !important;
  backdrop-filter: blur(10px) saturate(1.12) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.12) !important;
}

.gallery-scroll-btn:hover {
  filter: brightness(1.12) !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 820px) {
  .gallery-section {
    overflow: hidden !important;
  }

  .gallery-scroll-shell {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .gallery-scroll-btn {
    display: none !important;
  }

  .gallery-strip {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 8px 2px 16px !important;
  }

  .gallery-thumb {
    flex: 0 0 76% !important;
    width: 76% !important;
    min-width: 76% !important;
    max-width: 76% !important;
  }
}

@media (max-width: 380px) {
  .gallery-thumb {
    flex-basis: 88% !important;
    width: 88% !important;
    min-width: 88% !important;
    max-width: 88% !important;
  }
}


/* V4.3.32 FOUNDER BIO IMAGE CROP FIX
   More About Me page photos must show the full head/subject instead of cropping the top off. */
body.founder-bio-page .bio-photo-row figure {
  display: flex !important;
  flex-direction: column !important;
  background: rgba(6, 10, 7, .68) !important;
}

body.founder-bio-page .bio-photo-row img {
  width: 100% !important;
  height: 280px !important;
  object-fit: contain !important;
  object-position: center top !important;
  background:
    radial-gradient(circle at center, rgba(255,213,117,.12), transparent 60%),
    rgba(4, 7, 5, .82) !important;
  padding: 8px !important;
  box-sizing: border-box !important;
}

/* Top bio photos are portraits, so give them a little more vertical room. */
body.founder-bio-page .bio-photo-row:not(.wide) img {
  height: 330px !important;
}

/* Wide/project images still show the full image without being cropped. */
body.founder-bio-page .bio-photo-row.wide img {
  height: 260px !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* Mobile: keep everything full and uncropped. */
@media (max-width: 820px) {
  body.founder-bio-page .bio-photo-row img,
  body.founder-bio-page .bio-photo-row:not(.wide) img,
  body.founder-bio-page .bio-photo-row.wide img {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center top !important;
    padding: 6px !important;
  }
}


/* V4.3.33 UNIVERSAL TRUST LAYER SIGNUP CTA */
.trust-signup-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 14px auto 0 !important;
  padding: 14px 28px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 213, 117, .72) !important;
  background:
    linear-gradient(rgba(255, 232, 173, .88), rgba(199, 147, 65, .82)) padding-box,
    linear-gradient(135deg, #3b210d, #e8b95b, #fff1b4, #734215) border-box !important;
  color: #1a1008 !important;
  font-weight: 950 !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.28) !important;
}

.trust-signup-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.account-signup-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  padding: 22px;
}

.account-signup-modal.open {
  display: grid;
}

.account-signup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.account-signup-card {
  position: relative;
  width: min(620px, calc(100vw - 28px));
  max-height: calc(100vh - 34px);
  overflow-y: auto;
  border-radius: 28px;
  padding: clamp(22px, 4vw, 36px);
  background:
    linear-gradient(rgba(17, 12, 7, .88), rgba(17, 12, 7, .88)) padding-box,
    linear-gradient(135deg, rgba(60,36,16,.98), rgba(238,194,91,.96) 18%, rgba(113,64,32,.98) 55%, rgba(255,225,140,.96) 79%, rgba(45,27,12,.98)) border-box;
  border: 2px solid transparent;
  color: #fff3dc;
  box-shadow: 0 28px 90px rgba(0,0,0,.62), inset 0 1px 0 rgba(255,236,176,.14);
}

.account-signup-card h2 {
  font-family: Georgia, serif;
  font-size: clamp(2rem, 6vw, 3.6rem);
  line-height: .95;
  margin: 0 0 10px;
  color: #fff0c9;
}

.account-signup-card p {
  color: rgba(255,244,221,.90);
  line-height: 1.5;
}

.account-signup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255,213,117,.52);
  background: rgba(0,0,0,.32);
  color: #fff0c9;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.account-signup-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.account-signup-form label {
  display: grid;
  gap: 7px;
  font-weight: 900;
  color: #ffd575;
}

.account-signup-form input,
.account-signup-form select {
  width: 100%;
  box-sizing: border-box;
  border-radius: 14px;
  border: 1px solid rgba(255,213,117,.30);
  background: rgba(255,255,255,.10);
  color: #fff3dc;
  padding: 13px 14px;
  font: inherit;
}

.account-signup-form input::placeholder {
  color: rgba(255,244,221,.58);
}

.account-signup-form select option {
  color: #15100a;
}

.account-trust-note {
  border-radius: 16px;
  border: 1px solid rgba(255,213,117,.28);
  background: rgba(255,255,255,.08);
  padding: 13px 14px;
  color: rgba(255,244,221,.92);
  line-height: 1.45;
}

.account-submit-btn {
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255,213,117,.72);
  background: linear-gradient(135deg, rgba(255,232,173,.92), rgba(199,147,65,.88));
  color: #1a1008;
  font-weight: 950;
  padding: 14px 18px;
  cursor: pointer;
}

.account-signup-result {
  margin-top: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,213,117,.30);
  background: rgba(255,255,255,.08);
  padding: 18px;
}

.account-signup-result h3 {
  margin: 0 0 8px;
  color: #ffd575;
}

.account-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.account-result-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 14px;
  border: 1px solid rgba(255,213,117,.52);
  color: #ffd575;
  text-decoration: none;
  font-weight: 900;
  background: rgba(0,0,0,.24);
}

@media (max-width: 820px) {
  .trust-signup-btn {
    width: 100%;
  }

  .account-signup-modal {
    padding: 12px;
    align-items: start;
    overflow-y: auto;
  }

  .account-signup-card {
    margin-top: 16px;
    max-height: none;
  }
}


/* V4.3.34 HARDMAN UNIVERSAL TRUST ACCOUNT + REAL SIDE-SCROLL GALLERY */

/* Trust section locked name and visible CTA */
.hardman-trust-account {
  width: min(980px, 96%) !important;
  border-radius: 30px !important;
  text-align: left !important;
  padding: clamp(22px, 4vw, 34px) !important;
}

.hardman-trust-account > .gear-kicker {
  text-align: center !important;
}

.hardman-trust-account h2 {
  text-align: center !important;
  margin-bottom: 12px !important;
}

.hardman-trust-account > p,
.hardman-trust-account .trust-note-line {
  text-align: center !important;
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.trust-badge-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 20px 0 16px !important;
}

.trust-badge-card {
  border-radius: 18px !important;
  padding: 15px !important;
  background: rgba(255,255,255,.09) !important;
  border: 1px solid rgba(255, 213, 117, .30) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10) !important;
}

.trust-badge-card strong {
  display: block !important;
  color: #fff0c9 !important;
  font-size: 1.08rem !important;
  margin-bottom: 4px !important;
}

.trust-badge-card span {
  display: inline-flex !important;
  border-radius: 999px !important;
  padding: 4px 9px !important;
  background: rgba(255, 213, 117, .18) !important;
  color: #ffd575 !important;
  font-size: .72rem !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
  margin-bottom: 8px !important;
}

.trust-badge-card p {
  font-size: .86rem !important;
  line-height: 1.42 !important;
  margin: 0 !important;
  text-align: left !important;
}

.trust-signup-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-width: 220px !important;
  margin: 18px auto 0 !important;
  padding: 15px 30px !important;
  border-radius: 999px !important;
  border: 2px solid rgba(255, 213, 117, .85) !important;
  background:
    linear-gradient(rgba(255, 232, 173, .94), rgba(199, 147, 65, .88)) padding-box,
    linear-gradient(135deg, #3b210d, #e8b95b, #fff1b4, #734215) border-box !important;
  color: #1a1008 !important;
  font-weight: 950 !important;
  font-size: 1.05rem !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: 0 16px 38px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.34) !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 80 !important;
}

/* New hard side-scrolling gallery. */
.gallery-section {
  overflow: hidden !important;
}

.gallery-carousel {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) 48px !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.gallery-viewport {
  min-width: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 18px !important;
}

.gallery-strip {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
  padding: 10px 4px 16px !important;
  scrollbar-width: thin !important;
  scrollbar-color: #ffd575 rgba(255,255,255,.14) !important;
  overscroll-behavior-x: contain !important;
}

.gallery-strip::-webkit-scrollbar {
  height: 11px !important;
}

.gallery-strip::-webkit-scrollbar-track {
  background: rgba(255,255,255,.14) !important;
  border-radius: 999px !important;
}

.gallery-strip::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #8b5a22, #ffd575, #8b5a22) !important;
  border-radius: 999px !important;
}

.gallery-thumb {
  flex: 0 0 210px !important;
  width: 210px !important;
  min-width: 210px !important;
  max-width: 210px !important;
  height: 132px !important;
  scroll-snap-align: start !important;
  display: block !important;
}

.gallery-scroll-btn {
  width: 48px !important;
  height: 98px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 213, 117, .70) !important;
  background:
    linear-gradient(rgba(12, 9, 6, .76), rgba(12, 9, 6, .76)) padding-box,
    linear-gradient(135deg, #3b210d, #e8b95b, #fff1b4, #734215) border-box !important;
  color: #fff1cf !important;
  font-size: 2.6rem !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  cursor: pointer !important;
  z-index: 20 !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,230,165,.18) !important;
}

.gallery-scroll-btn:hover {
  filter: brightness(1.15) !important;
  transform: translateY(-1px) !important;
}

/* Founder bio bottom image rows also scroll sideways when they get wider than the screen. */
body.founder-bio-page .bio-photo-row.wide {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  gap: 14px !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: thin !important;
  scroll-snap-type: x proximity !important;
}

body.founder-bio-page .bio-photo-row.wide figure {
  flex: 0 0 min(360px, 82vw) !important;
  scroll-snap-align: start !important;
}

/* Standalone trust signup page */
.trust-signup-document {
  width: min(900px, calc(100vw - 34px));
  margin: 0 auto;
  padding: 42px 0 52px;
}

.trust-signup-copy .account-signup-form.standalone {
  margin-top: 22px !important;
}

@media (max-width: 900px) {
  .trust-badge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .hardman-trust-account {
    padding: 20px 14px !important;
  }

  .trust-badge-grid {
    grid-template-columns: 1fr !important;
  }

  .trust-signup-btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  .gallery-carousel {
    grid-template-columns: 1fr !important;
  }

  .gallery-scroll-btn {
    display: none !important;
  }

  .gallery-viewport {
    overflow: visible !important;
  }

  .gallery-strip {
    overflow-x: scroll !important;
    padding-bottom: 18px !important;
  }

  .gallery-thumb {
    flex: 0 0 78% !important;
    width: 78% !important;
    min-width: 78% !important;
    max-width: 78% !important;
    height: 130px !important;
  }
}

@media (max-width: 380px) {
  .gallery-thumb {
    flex-basis: 88% !important;
    width: 88% !important;
    min-width: 88% !important;
    max-width: 88% !important;
  }
}


/* V4.3.36 VISUAL GALLERY SELECTED IMAGE FIT
   The selected/expanded gallery image box now grows to fit the image shape.
   Images are never cropped at the top or bottom. */

.gallery-preview {
  align-items: start !important;
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
}

.gallery-preview img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  background:
    radial-gradient(circle at center, rgba(255,213,117,.08), transparent 64%),
    rgba(5, 5, 4, .50) !important;
}

/* Let the preview resize based on actual image orientation. */
.gallery-preview.gallery-preview-portrait {
  grid-template-columns: minmax(220px, 360px) 1fr !important;
}

.gallery-preview.gallery-preview-portrait img {
  max-width: min(360px, 100%) !important;
  margin: 0 auto !important;
}

.gallery-preview.gallery-preview-wide {
  grid-template-columns: 1fr !important;
}

.gallery-preview.gallery-preview-wide img {
  width: 100% !important;
}

.gallery-preview.gallery-preview-square {
  grid-template-columns: minmax(240px, 420px) 1fr !important;
}

.gallery-preview.gallery-preview-square img {
  max-width: min(420px, 100%) !important;
  margin: 0 auto !important;
}

/* The text block should stay readable beside or under the expanded image. */
.gallery-preview > div {
  align-self: center !important;
}

/* Mobile: always stack image and text, and let image keep its full shape. */
@media (max-width: 820px) {
  .gallery-preview,
  .gallery-preview.gallery-preview-portrait,
  .gallery-preview.gallery-preview-wide,
  .gallery-preview.gallery-preview-square {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    height: auto !important;
    overflow: visible !important;
  }

  .gallery-preview img,
  .gallery-preview.gallery-preview-portrait img,
  .gallery-preview.gallery-preview-wide img,
  .gallery-preview.gallery-preview-square img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 auto !important;
  }
}

/* V4.3.37 OFFICIAL HARDMAN SOLUTIONS LLC LOGO */
.gear-brand img {
  width: 56px !important;
  height: 28px !important;
  object-fit: contain !important;
  background: rgba(239, 222, 199, .95) !important;
  border-radius: 4px !important;
  padding: 1px !important;
}


/* V4.3.39 USE OFFICIAL LOGO ON NON-ATRIUM EXPLORE PAGE */
.gear-brand img {
  width: 96px !important;
  height: 34px !important;
  object-fit: contain !important;
  border-radius: 5px !important;
  background: rgba(239, 222, 199, .95) !important;
  padding: 1px !important;
}

/* V4.3.42 TIMELINE OFFICIAL LOGO FIT */
.timeline-detail img,
#timelineDetail img,
.timeline-detail-media img,
.timeline-card img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 18px !important;
  background: rgba(239, 222, 199, .92) !important;
  padding: 8px !important;
  box-sizing: border-box !important;
}
.timeline-detail,
#timelineDetail {
  align-items: center !important;
  overflow: visible !important;
}

/* V4.3.86 PROPERTY COMMAND SIGNUP CONTINUATION */
.account-signup-result .account-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  text-decoration: none;
}
