/*
 * TryyCart Global 1.10.75
 * Equal Home chapter rhythm, shared seller title and consolidated rail offset.
 * Presentation only: Core remains the owner of wallet state and calculations.
 */

:root {
  --tc-home-reference-gap: clamp(20px, 1.8vw, 28px);
  --tc-home-reference-half-gap: clamp(10px, 0.9vw, 14px);
}

/* Use the approved Choose Your Bag → Our Services interval as the single
   chapter rhythm. Two adjacent half-gaps resolve to exactly one full gap. */
body.tryycart-global-theme #tc-page-home > .tcw-launcher-slot {
  padding: 12px 0 var(--tc-home-reference-half-gap) !important;
}

body.tryycart-global-theme #tc-page-home > :is(
  .tc-services-v2,
  .trending-section,
  .problem-section,
  .faq-section,
  .testimonials,
  .contact-band
) {
  padding: var(--tc-home-reference-half-gap) 0 !important;
}

/* The seller title is a first-class chapter heading, aligned with Customer
   Stories and the rest of the shared Home title system. */
body.tryycart-global-theme #tc-page-home > .contact-band > .tc-seller-shell {
  box-sizing: border-box !important;
  width: min(calc(100% - (2 * var(--tc-home-flow-gutter))), var(--tc-home-flow-width)) !important;
  max-width: var(--tc-home-flow-width) !important;
  margin-inline: auto !important;
}

body.tryycart-global-theme #tc-page-home .contact-band .section-title {
  display: flex !important;
  max-width: 920px !important;
  margin: 0 0 14px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}

body.tryycart-global-theme #tc-page-home .contact-band .section-title > .eyebrow {
  display: inline-flex !important;
  width: max-content !important;
  min-height: 31px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 10px !important;
  padding: 7px 13px !important;
  border: 1px solid rgba(239, 91, 12, 0.62) !important;
  border-radius: 999px !important;
  color: #aa3b05 !important;
  background: rgba(255, 249, 244, 0.90) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
}

body.tryycart-global-theme #tc-page-home .contact-band .section-title > .eyebrow::before,
body.tryycart-global-theme #tc-page-home .contact-band .section-title > .eyebrow::after {
  display: none !important;
  content: none !important;
}

body.tryycart-global-theme #tc-page-home .contact-band .section-title h2 {
  max-width: 900px !important;
  margin: 0 !important;
  color: var(--tc-home-chapter-ink) !important;
  font-family: var(--tc-heading-font) !important;
  font-size: clamp(26px, 2.35vw, 32px) !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.048em !important;
  text-align: left !important;
  text-wrap: balance;
}

body.tryycart-global-theme #tc-page-home .contact-band .section-title h2 .gradient-text {
  color: transparent !important;
  background: linear-gradient(100deg, #b43d04 0%, #b54c08 38%, #596b7f 68%, #145ebd 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

body.tryycart-global-theme #tc-page-home .contact-band .section-title .title-bar {
  display: none !important;
}

/* Keep the seller close slim and make the light surface the final colour
   authority over the retired dark-band cascade. */
body.tryycart-global-theme #tc-page-home .contact-band .contact-grid {
  width: 100% !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr) !important;
  gap: clamp(14px, 2vw, 26px) !important;
  padding: 14px 16px !important;
}

body.tryycart-global-theme #tc-page-home .contact-band .tc-seller-copy,
body.tryycart-global-theme #tc-page-home .contact-band .tc-seller-copy > p {
  color: #435974 !important;
}

body.tryycart-global-theme #tc-page-home .contact-band .tc-seller-copy > p {
  max-width: 760px !important;
  margin: 0 0 9px !important;
  font-size: 13px !important;
  line-height: 1.48 !important;
}

body.tryycart-global-theme #tc-page-home .contact-band .seller-points {
  margin: 0 0 10px !important;
}

body.tryycart-global-theme #tc-page-home .contact-band .seller-points b {
  color: #29425f !important;
  background: rgba(255, 255, 255, 0.72) !important;
  -webkit-text-fill-color: currentColor !important;
}

body.tryycart-global-theme #tc-page-home .contact-band .contact-card,
body.tryycart-global-theme #tc-page-home .contact-band .contact-card h3 {
  color: #142b49 !important;
}

body.tryycart-global-theme #tc-page-home .contact-band .contact-card :is(small, p) {
  color: #536883 !important;
}

body.tryycart-global-theme #tc-page-home .contact-band .contact-card :is(a, a span) {
  color: #245292 !important;
  -webkit-text-fill-color: currentColor !important;
}

body.tryycart-global-theme #tc-page-home .contact-band .tc-seller-cta,
body.tryycart-global-theme #tc-page-home .contact-band .tc-seller-cta span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* The utility row was removed in 1.10.73. Start the permanent desktop rail at
   the real 76px header edge instead of reserving its retired 32px row. */
@media (min-width: 901px) {
  body.tcw-wallet-enabled.tcw-wallet-smart-status {
    --tcw-desktop-header-offset: 76px !important;
  }

  body.admin-bar.tcw-wallet-enabled.tcw-wallet-smart-status {
    --tcw-desktop-header-offset: 108px !important;
  }

  body.tcw-wallet-enabled.tcw-wallet-smart-status .tcw-rail-frame {
    top: var(--tcw-desktop-header-offset) !important;
    background: #061a3e !important;
  }
}

@media (max-width: 1180px), (hover: none) and (pointer: coarse) {
  body.tryycart-global-theme #tc-page-home > .tc-services-v2,
  body.tryycart-global-theme #tc-page-home > .trending-section {
    padding: var(--tc-home-reference-half-gap) 0 !important;
  }

  body.tryycart-global-theme #tc-page-home > .tc-home-disclosure {
    padding: 5px 0 !important;
  }

  body.tryycart-global-theme #tc-page-home > .tc-home-disclosure.is-section-expanded {
    padding-bottom: var(--tc-home-reference-half-gap) !important;
  }

  body.tryycart-global-theme #tc-page-home .contact-band .contact-grid {
    width: 100% !important;
    max-width: none !important;
  }
}

@media (max-width: 820px) {
  body.tryycart-global-theme #tc-page-home .contact-band .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}

@media (max-width: 680px) {
  :root {
    --tc-home-reference-gap: 16px;
    --tc-home-reference-half-gap: 8px;
  }

  body.tryycart-global-theme #tc-page-home > .tcw-launcher-slot {
    padding: 10px 0 var(--tc-home-reference-half-gap) !important;
  }

  body.tryycart-global-theme #tc-page-home .contact-band .section-title {
    margin-bottom: 11px !important;
  }

  body.tryycart-global-theme #tc-page-home .contact-band .section-title h2 {
    font-size: clamp(24px, 7.4vw, 30px) !important;
  }

  body.tryycart-global-theme #tc-page-home .contact-band .contact-grid {
    padding: 12px !important;
  }
}

@media (forced-colors: active) {
  body.tryycart-global-theme #tc-page-home .contact-band .tc-seller-copy,
  body.tryycart-global-theme #tc-page-home .contact-band .tc-seller-copy > p,
  body.tryycart-global-theme #tc-page-home .contact-band .seller-points b,
  body.tryycart-global-theme #tc-page-home .contact-band .contact-card,
  body.tryycart-global-theme #tc-page-home .contact-band .contact-card :is(h3, p, small, a, span) {
    color: CanvasText !important;
    -webkit-text-fill-color: currentColor !important;
  }
}
