.ltb-page {
  --ltb-ink: var(--product-ink);
  --ltb-muted: var(--product-muted);
  --ltb-soft: var(--product-surface);
  --ltb-line: var(--product-line);
  --ltb-blue: var(--product-accent);
  --ltb-teal: var(--product-deep);
  background: #fff;
  color: var(--ltb-ink);
}
.ltb-page * {
  box-sizing: border-box;
}
.ltb-hero {
  padding: 28px 0 42px;
  background: #fff;
}
.ltb-hero-inner {
  max-width: 980px;
}
.ltb-hero-media {
  width: 100%;
  background: #eef3f6;
  overflow: hidden;
}
.ltb-hero-media img {
  width: 100%;
  aspect-ratio: 2.55 / 1;
  display: block;
  object-fit: cover;
}
.ltb-hero-copy {
  padding: 26px 0 0;
}
.ltb-kicker,
.ltb-section-head span {
  display: inline-flex;
  margin-bottom: 13px;
  color: var(--ltb-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ltb-hero h1,
.ltb-section h2,
.ltb-catalog-inner h2 {
  margin: 0;
  color: var(--ltb-blue);
  font-weight: 800;
  letter-spacing: 0;
}
.ltb-hero h1 {
  max-width: 780px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.02;
  text-transform: uppercase;
}
.ltb-hero-copy p,
.ltb-split p,
.ltb-catalog-inner p {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--ltb-muted);
  font-size: 17px;
  line-height: 1.68;
}
.ltb-hero-points {
  margin: 16px 0 0 20px;
  padding: 0;
  color: #1d1d1d;
  font-size: 15px;
  line-height: 1.58;
}
.ltb-hero-points li {
  margin-bottom: 5px;
}
.ltb-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  color: #65727d;
  font-size: 13px;
}
.ltb-breadcrumb a {
  color: #65727d;
  text-decoration: none;
}
.ltb-breadcrumb a + a::before {
  content: "/";
  margin-right: 8px;
  color: #9aa8b4;
}
.ltb-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.ltb-btn {
  min-width: 180px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--ltb-blue);
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
.ltb-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}
.ltb-btn.primary {
  background: var(--ltb-blue);
  color: #fff;
}
.ltb-btn.secondary {
  background: transparent;
  color: var(--ltb-teal);
}
.ltb-video-section {
  padding: 18px 0 24px;
  background: #fff;
}
.ltb-video-section .container {
  max-width: 780px;
}
.ltb-video-card {
  position: relative;
  overflow: hidden;
  border: 8px solid var(--product-surface);
  background: #111;
}
.ltb-video-card img {
  width: 100%;
  aspect-ratio: 16 / 8.3;
  display: block;
  object-fit: cover;
}
.ltb-play-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62px;
  height: 44px;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 10px;
  background: var(--ltb-blue);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  cursor: pointer;
}
.ltb-play-mark::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 12px;
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.ltb-section {
  padding: 50px 0;
}
.ltb-section-head {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}
.ltb-section h2,
.ltb-catalog-inner h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.08;
}
.ltb-split {
  max-width: 980px;
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}
.ltb-why-list {
  display: grid;
  gap: 16px;
}
.ltb-why-list article {
  padding: 18px 20px;
  border-left: 3px solid var(--ltb-blue);
  background: var(--ltb-soft);
}
.ltb-why-list strong {
  color: var(--ltb-teal);
  font-size: 18px;
}
.ltb-why-list p {
  margin-top: 7px;
  font-size: 14px;
}
.ltb-series-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.ltb-series-card {
  background: transparent;
}
.ltb-series-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.ltb-series-media {
  aspect-ratio: 1.18 / 1;
  overflow: hidden;
  background: var(--ltb-soft);
}
.ltb-series-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}
.ltb-series-card:hover .ltb-series-media img {
  transform: scale(1.04);
}
.ltb-series-body {
  min-height: 132px;
  padding: 18px;
  background: var(--ltb-blue);
  color: #fff;
}
.ltb-series-body h3 {
  margin: 0 0 11px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}
.ltb-series-body p {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  line-height: 1.65;
}
.ltb-series-cta {
  width: 150px;
  min-height: 38px;
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ltb-blue);
  color: var(--ltb-teal);
  font-size: 13px;
  font-weight: 700;
}
.ltb-spec-band,
.ltb-proof-band,
.ltb-faq-section {
  background: #fff;
}
.ltb-spec-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.ltb-spec-grid article {
  border: 1px solid var(--product-line);
  background: #fff;
}
.ltb-spec-grid h3 {
  margin: 0;
  padding: 20px 22px;
  color: var(--ltb-teal);
  font-size: 22px;
  border-bottom: 1px solid var(--product-line);
}
.ltb-spec-grid dl {
  margin: 0;
}
.ltb-spec-grid dl div {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  gap: 16px;
  padding: 17px 22px;
  border-bottom: 1px solid var(--product-line);
}
.ltb-spec-grid dl div:last-child {
  border-bottom: 0;
}
.ltb-spec-grid dt {
  color: var(--ltb-teal);
  font-weight: 800;
}
.ltb-spec-grid dd {
  margin: 0;
  color: var(--ltb-muted);
  line-height: 1.55;
}
.ltb-feature-layout,
.ltb-process {
  max-width: 980px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
  gap: 42px;
  align-items: center;
}
.ltb-feature-media,
.ltb-process-media {
  overflow: hidden;
  background: var(--ltb-soft);
}
.ltb-feature-media img,
.ltb-process-media img {
  width: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
}
.ltb-check-list {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.ltb-check-list li {
  padding: 15px 18px;
  border-bottom: 1px solid var(--product-line);
  background: #fff;
  color: var(--ltb-muted);
  line-height: 1.6;
}
.ltb-proof-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--product-line);
  border-left: 1px solid var(--product-line);
}
.ltb-proof-grid article {
  min-height: 150px;
  padding: 24px 20px;
  border-right: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
  background: #fff;
}
.ltb-proof-grid strong {
  display: block;
  color: var(--ltb-teal);
  font-size: 18px;
  line-height: 1.25;
}
.ltb-proof-grid span {
  display: block;
  margin-top: 12px;
  color: var(--ltb-muted);
  line-height: 1.55;
}
.ltb-process {
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1fr);
}
.ltb-steps {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.ltb-steps div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--product-line);
}
.ltb-steps span {
  color: var(--ltb-blue);
  font-size: 24px;
  font-weight: 800;
}
.ltb-steps p {
  margin: 0;
  color: var(--ltb-muted);
  line-height: 1.6;
}
.ltb-faq-list {
  max-width: 860px;
  margin: 0 auto;
  border-top: 1px solid var(--product-line);
}
.ltb-faq-list details {
  border-bottom: 1px solid var(--product-line);
}
.ltb-faq-list summary {
  cursor: pointer;
  padding: 18px 0;
  color: var(--ltb-teal);
  font-weight: 800;
}
.ltb-faq-list p {
  margin: 0 0 18px;
  color: var(--ltb-muted);
  line-height: 1.7;
}
.ltb-catalog-band {
  padding: 46px 0;
  background: var(--ltb-soft);
}
.ltb-catalog-inner {
  max-width: 820px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}
@media (max-width: 980px) {
  .ltb-split,
  .ltb-feature-layout,
  .ltb-process {
    grid-template-columns: 1fr;
  }
  .ltb-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .ltb-hero {
    padding-top: 18px;
  }
  .ltb-hero h1 {
    font-size: 34px;
  }
  .ltb-series-grid,
  .ltb-spec-grid,
  .ltb-catalog-inner {
    grid-template-columns: 1fr;
  }
  .ltb-proof-grid {
    grid-template-columns: 1fr;
  }
  .ltb-spec-grid dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .ltb-catalog-inner .ltb-btn {
    width: 100%;
  }
  .ltb-feature-media img,
  .ltb-process-media img {
    min-height: 280px;
  }
}

.ltb-page .ltb-hero {
  position: relative;
  min-height: 660px;
  padding: 128px 0 66px;
  background: #101820;
  overflow: hidden;
}
.ltb-page .ltb-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 15, 21, .82) 0%, rgba(8, 15, 21, .58) 42%, rgba(8, 15, 21, .12) 100%),
    linear-gradient(180deg, rgba(8, 15, 21, .12) 0%, rgba(8, 15, 21, .68) 100%);
  pointer-events: none;
}
.ltb-page .ltb-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 466px;
  display: flex;
  align-items: center;
  max-width: 1200px;
}
.ltb-page .ltb-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: auto;
  min-height: 100%;
  border: 0;
  background: #101820;
  overflow: hidden;
}
.ltb-page .ltb-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 660px;
  aspect-ratio: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}
.ltb-page .ltb-hero-copy {
  max-width: 760px;
  padding: 0;
}
.ltb-page .ltb-kicker {
  color: var(--product-accent);
}
.ltb-page .ltb-hero h1 {
  max-width: 780px;
  color: #fff;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .96;
  text-transform: none;
}
.ltb-page .ltb-hero-copy p,
.ltb-page .ltb-hero-points,
.ltb-page .ltb-hero-points li {
  color: rgba(255, 255, 255, .88);
}
.ltb-page .ltb-hero-copy p {
  max-width: 640px;
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.75;
}
.ltb-page .ltb-breadcrumb {
  color: rgba(255, 255, 255, .74);
}
.ltb-page .ltb-breadcrumb a {
  color: inherit;
}
.ltb-page .ltb-breadcrumb a + a::before {
  color: rgba(255, 255, 255, .52);
}
.ltb-page .ltb-btn.secondary {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .64);
  color: #fff;
}
.ltb-page .mailbox-detail-grid {
  grid-template-columns: minmax(280px, 1.12fr) repeat(2, minmax(0, .84fr));
  grid-auto-rows: minmax(230px, auto);
}
.ltb-page .mailbox-detail-feature {
  grid-row: span 2;
}
.ltb-page .mailbox-detail-feature img {
  min-height: 520px;
  object-fit: cover;
}
.ltb-page .mailbox-detail-grid .gcb-detail-card {
  min-height: 100%;
}
.ltb-page .mailbox-detail-grid .gcb-detail-card img {
  min-height: 168px;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
}
.ltb-page .mailbox-detail-grid .gcb-detail-card div {
  padding: 17px 18px 19px;
}
@media (max-width: 760px) {
  .ltb-page .ltb-hero {
    min-height: 620px;
    padding: 104px 0 44px;
  }
  .ltb-page .ltb-hero-inner {
    min-height: 472px;
  }
  .ltb-page .ltb-hero-media img {
    min-height: 620px;
  }
  .ltb-page .ltb-hero h1 {
    font-size: 40px;
  }
  .ltb-page .ltb-hero-copy p {
    font-size: 16px;
  }
  .ltb-page .mailbox-detail-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .ltb-page .mailbox-detail-feature {
    grid-row: auto;
  }
  .ltb-page .mailbox-detail-feature img,
  .ltb-page .mailbox-detail-grid .gcb-detail-card img {
    min-height: 260px;
  }
}

.ltb-page .ltb-section-head h2,
.ltb-page .gcb-section-head h2,
.ltb-page .gcb-manufacture-copy h2,
.ltb-page .gcb-catalog-inner h2 {
  max-width: 760px !important;
  margin: 14px auto 0 !important;
  color: var(--product-accent) !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: none !important;
}

/* 2026-06-23 final refinement: align mailbox page closer to garbage-can-boxes. */
.ltb-page .ltb-section {
  padding: 76px 0;
}

.ltb-page .ltb-section-head {
  display: grid;
  grid-template-columns: 160px minmax(0, 760px);
  gap: 30px;
  align-items: end;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: left;
}

.ltb-page .ltb-section-head span {
  margin-bottom: 14px;
  color: var(--ltb-blue);
  letter-spacing: .14em;
}

.ltb-page .ltb-section h2,
.ltb-page .ltb-catalog-inner h2,
.ltb-page .ltb-section-head h2,
.ltb-page .gcb-section-head h2,
.ltb-page .gcb-manufacture-copy h2,
.ltb-page .gcb-catalog-inner h2 {
  max-width: 860px !important;
  margin: 0 !important;
  color: var(--ltb-ink) !important;
  font-size: clamp(30px, 4vw, 52px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  text-align: left !important;
}

.ltb-page .ltb-series-grid {
  gap: 18px;
}

.ltb-page .ltb-series-card {
  border: 1px solid var(--ltb-line);
  background: #fff;
}

.ltb-page .ltb-series-link {
  display: grid;
  min-height: 100%;
}

.ltb-page .ltb-series-media {
  aspect-ratio: 1.32 / 1;
}

.ltb-page .ltb-series-body {
  min-height: 0;
  padding: 22px 22px 16px;
  background: #fff;
  color: inherit;
}

.ltb-page .ltb-series-body h3 {
  margin: 0 0 12px;
  color: var(--ltb-ink);
  font-size: 22px;
  line-height: 1.2;
}

.ltb-page .ltb-series-body p {
  min-height: 72px;
  color: var(--ltb-muted);
  font-size: 14px;
  line-height: 1.7;
}

.ltb-page .ltb-series-cta {
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0 22px 22px;
  justify-content: flex-start;
  border: 0;
  color: var(--ltb-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ltb-page .ltb-why-list article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--ltb-line);
  background: linear-gradient(180deg, #fff 0%, var(--product-surface) 100%);
}

.ltb-page .ltb-why-list strong {
  color: var(--ltb-ink);
}

.ltb-page .ltb-why-list p {
  margin-top: 10px;
  color: var(--ltb-muted);
  line-height: 1.65;
}

@media (max-width: 980px) {
  .ltb-page .ltb-section-head {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .ltb-page .ltb-section {
    padding: 58px 0;
  }
}

/* 2026-06-23 product-series final parity with garbage-can-boxes. */
.ltb-page #ltb-series {
  padding: 46px 0;
}

.ltb-page #ltb-series .ltb-section-head {
  display: block;
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.ltb-page #ltb-series .ltb-section-head span {
  display: inline-flex;
  justify-content: center;
  color: var(--ltb-blue);
}

.ltb-page #ltb-series .ltb-section-head h2 {
  max-width: 760px !important;
  margin: 0 auto !important;
  color: var(--ltb-blue) !important;
  font-size: clamp(27px, 3.5vw, 42px) !important;
  line-height: 1.08 !important;
  text-align: center !important;
}

.ltb-page #ltb-series .ltb-series-grid {
  max-width: 1180px;
  margin: 0 auto;
  gap: 30px;
}

.ltb-page #ltb-series .ltb-series-card {
  border: 0;
  background: transparent;
}

.ltb-page #ltb-series .ltb-series-link {
  display: block;
}

.ltb-page #ltb-series .ltb-series-media {
  aspect-ratio: 1.18 / 1;
}

.ltb-page #ltb-series .ltb-series-body {
  min-height: 128px;
  padding: 18px;
  background: var(--ltb-blue);
  color: #fff;
}

.ltb-page #ltb-series .ltb-series-body h3 {
  margin: 0 0 11px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.ltb-page #ltb-series .ltb-series-body p {
  min-height: 0;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  line-height: 1.65;
}

.ltb-page #ltb-series .ltb-series-cta {
  width: 150px;
  min-height: 38px;
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--ltb-blue);
  background: #fff;
  color: var(--ltb-teal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 760px) {
  .ltb-page #ltb-series .ltb-series-grid {
    grid-template-columns: 1fr;
  }
}

/* 2026-06-23 full section-head parity with garbage-can-boxes. */
.ltb-page .gcb-section-head,
.ltb-page .gcb-section-head.compact,
.ltb-page .gcb-manufacture-copy,
.ltb-page .gcb-catalog-inner > div:first-child {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ltb-page .gcb-section-head {
  display: block !important;
  margin-bottom: 30px !important;
}

.ltb-page .gcb-section-head span,
.ltb-page .gcb-manufacture-copy .gcb-kicker,
.ltb-page .gcb-catalog-inner .gcb-kicker {
  display: inline-flex;
  justify-content: center;
  color: var(--ltb-blue);
}

.ltb-page .gcb-section-head h2,
.ltb-page .gcb-manufacture-copy h2,
.ltb-page .gcb-catalog-inner h2 {
  max-width: 760px !important;
  margin: 0 auto !important;
  color: var(--ltb-blue) !important;
  font-size: clamp(27px, 3.5vw, 42px) !important;
  line-height: 1.08 !important;
  text-align: center !important;
}
