.eyebrow { font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass-deep); font-weight: 600; }
.shell { max-width: 1440px; margin: 0 auto; padding: 0 56px; }
@media (max-width: 720px) {
.shell { padding: 0 20px; }
}
.section { padding: 110px 0 100px; background: var(--paper); }
.section--bone { background: var(--bone); }
.section--navy { background: var(--navy); color: var(--bone); }
@media (max-width: 900px) {
.section { padding: 64px 0 60px; }
}
.section__title {
    font-family: "Archivo", sans-serif;
    font-weight: 800;
    font-size: clamp(36px, 4.6vw, 64px);
    line-height: 1.02;
    letter-spacing: -0.025em;
    color: var(--ink);
  }
.section--navy .section__title { color: var(--bone); }
.section__title .accent { color: var(--brass-deep); }
.section--navy .section__title .accent { color: var(--brass); }
.section__title .underline { position: relative; display: inline-block; }
.section__title .underline::after {
    content: ""; position: absolute;
    bottom: -4px; left: 0; right: 0;
    height: 4px; background: var(--brass);
  }
.section__title em { font-family: "Fraunces", serif; font-style: italic; font-weight: 300; color: var(--brass-deep); }
.section--navy .section__title em { color: var(--brass-soft); }
.section--navy .section__lede { color: #fff; }
.gallery__more {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
.gallery__more a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--navy);
    border: 1.5px solid var(--navy);
    padding: 16px 26px;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background 220ms ease, color 220ms ease;
  }
.gallery__more a:hover { background: var(--navy); color: var(--bone); }
.miniReviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
.miniReview {
    background: var(--paper);
    border: 1px solid var(--rule);
    padding: 24px 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color 200ms ease, transform 200ms ease;
  }
.miniReview:hover { border-color: var(--brass-deep); transform: translateY(-2px); }
.miniReview__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.miniReview__stars { color: var(--brass); font-size: 14px; letter-spacing: 0.06em; }
.miniReview__src {
    font-family: "IBM Plex Mono", monospace;
    font-size: 10.5px;
    letter-spacing: 0.08em;
    color: var(--ink-mute);
    text-transform: uppercase;
  }
.miniReview__src strong { color: var(--navy); }
.miniReview__text { font-size: 14px; line-height: 1.55; color: var(--ink-soft); }
.miniReview__foot {
    padding-top: 12px;
    border-top: 1px solid var(--rule);
    font-family: "IBM Plex Mono", monospace;
    font-size: 10.5px;
    letter-spacing: 0.04em;
    color: var(--ink-mute);
    display: flex;
    justify-content: space-between;
  }
.miniReview__foot strong { color: var(--ink); font-weight: 600; }
@media (max-width: 900px) {
.miniReviews { grid-template-columns: 1fr; }
}
@media (max-width:560px) {
.reviews2-logowrap{ flex-basis:100% !important; }
.reviews2-logowrap .eyebrow{ text-align:left !important; }
.reviews2-logowrap .logowall{ justify-content:flex-start !important; flex-wrap:nowrap; gap:14px !important; overflow-x:auto; -webkit-overflow-scrolling:touch; padding-bottom:4px; }
.reviews2-logowrap .logowall::-webkit-scrollbar{ display:none; }
.reviews2-logowrap .logowall img{ height:20px; }
}
.reviews__more{ margin-top:30px; text-align:center; }
.reviews__more a{ display:inline-flex; align-items:center; gap:10px; padding:14px 24px; border:1.5px solid var(--navy); border-radius:0; background:transparent; font-family:"Archivo",sans-serif; font-weight:800; font-size:12.5px; letter-spacing:.06em; text-transform:uppercase; color:var(--navy); transition:background .2s,color .2s; }
.reviews__more a:hover{ background:var(--navy); color:var(--bone); }
@media (max-width:760px) {
.miniReviews{ display:flex !important; overflow-x:auto; scroll-snap-type:x mandatory; gap:14px; -webkit-overflow-scrolling:touch; margin:0 -20px; padding:4px 20px 14px; scrollbar-width:none; }
.miniReviews::-webkit-scrollbar{ display:none; }
.miniReviews .miniReview{ flex:0 0 84%; scroll-snap-align:start; }
}
.logowall{ display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:34px 54px; margin-top:8px; }
.logowall img{ height:34px; width:auto; opacity:.78; filter:grayscale(1); transition:opacity .25s ease, filter .25s ease; }
.logowall img:hover{ opacity:1; filter:none; }
@media (max-width:560px) {
.logowall{ gap:24px 32px; }
.logowall img{ height:26px; }
}
.miniReviews--stack{ display:flex !important; flex-direction:column; gap:16px; overflow:visible !important; margin:0 !important; padding:0 !important; }
.miniReviews--stack .miniReview{ flex:none !important; }
.hero--single .hero__topwrap > .shell{ position:relative; z-index:2; width:100%; }