/*
 * About page editorial rebuild — release 1.10.19.
 * One compact story, one operating-principles band, one capabilities index and
 * one closing commitment. Decorative card frames are intentionally avoided.
 */

body.tryycart-global-theme .about-page-refined {
  --about-ink: #183553;
  --about-muted: #5d7188;
  --about-line: #ccd9e6;
  --about-soft: #eef4f9;
  --about-navy: #0f2742;
  --about-orange: #f36f21;
  --about-sky: #38bdf8;
  overflow: hidden;
  background: #f4f8fb !important;
  color: var(--about-ink);
}

/* Hero: same route canvas as Home, without a floating square/emoji card. */
body.tryycart-global-theme .about-page-refined .content-hero {
  min-height: 408px !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at 78% 22%, rgba(56, 189, 248, 0.16), transparent 28%),
    radial-gradient(circle at 14% 78%, rgba(249, 115, 22, 0.12), transparent 26%),
    linear-gradient(118deg, #101d31 0%, #102d50 52%, #153f75 100%) !important;
}

body.tryycart-global-theme .about-page-refined .content-hero-grid {
  width: min(calc(100% - 48px), 1380px) !important;
  max-width: 1380px !important;
  min-height: 408px !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px) !important;
  align-items: center !important;
  gap: clamp(44px, 6vw, 92px) !important;
  margin-inline: auto !important;
  padding: 42px 0 !important;
}

body.tryycart-global-theme .about-page-refined .content-hero-grid > div:first-child > span {
  display: inline-flex !important;
  min-height: 32px !important;
  align-items: center !important;
  margin: 0 !important;
  border: 1px solid rgba(255, 151, 93, 0.88) !important;
  border-radius: 999px !important;
  padding: 7px 14px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #c94708 !important;
  font-size: 0.76rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.tryycart-global-theme .about-page-refined .content-hero h1 {
  max-width: 900px !important;
  margin: 13px 0 13px !important;
  color: #fff !important;
  font-size: clamp(3rem, 5vw, 4.55rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.06em !important;
  line-height: 0.99 !important;
}

body.tryycart-global-theme .about-page-refined .content-hero h1 em {
  display: block !important;
  background: linear-gradient(90deg, #ff883f 0%, #c9b4ae 52%, #42c5fb 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  font-style: normal !important;
}

body.tryycart-global-theme .about-page-refined .content-hero p {
  max-width: 770px !important;
  margin: 0 !important;
  color: #d2dfec !important;
  font-size: clamp(0.98rem, 1.35vw, 1.1rem) !important;
  line-height: 1.68 !important;
}

body.tryycart-global-theme .about-page-refined .content-hero-icon {
  position: relative !important;
  display: grid !important;
  width: 100% !important;
  height: 240px !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.tryycart-global-theme .about-page-refined .content-hero-icon > i {
  display: none !important;
}

body.tryycart-global-theme .about-page-refined .content-hero-icon svg {
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
}

body.tryycart-global-theme .about-page-refined .about-network-route {
  fill: none;
  stroke: rgba(255, 255, 255, 0.52);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 5 8;
}

body.tryycart-global-theme .about-page-refined .about-network-route-two {
  stroke: rgba(255, 150, 89, 0.72);
}

body.tryycart-global-theme .about-page-refined .about-network-route-three {
  stroke: rgba(56, 189, 248, 0.72);
}

body.tryycart-global-theme .about-page-refined .about-network-hub {
  fill: #f97316;
  stroke: rgba(255, 255, 255, 0.95);
  stroke-width: 4;
  filter: drop-shadow(0 12px 22px rgba(249, 115, 22, 0.28));
}

body.tryycart-global-theme .about-page-refined .about-network-destination {
  fill: #38bdf8;
  stroke: rgba(255, 255, 255, 0.95);
  stroke-width: 3;
}

body.tryycart-global-theme .about-page-refined .about-network-label {
  fill: #fff;
  font-family: Inter, "Avenir Next", "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

body.tryycart-global-theme .about-page-refined .about-network-label-world {
  fill: #bfeaff;
  font-size: 11px;
}

/* Home-page heading pattern, repeated exactly through the About page. */
body.tryycart-global-theme .about-page-refined .section-title {
  display: flex !important;
  width: 100% !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

body.tryycart-global-theme .about-page-refined .section-title > .eyebrow {
  display: inline-flex !important;
  width: max-content !important;
  max-width: 100% !important;
  min-height: 32px !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  border: 1px solid #ff985f !important;
  border-radius: 999px !important;
  padding: 7px 14px !important;
  background: rgba(247, 251, 255, 0.96) !important;
  color: #c94708 !important;
  font-family: Inter, "Avenir Next", "Segoe UI", sans-serif !important;
  font-size: clamp(0.72rem, 0.78vw, 0.82rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.09em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

body.tryycart-global-theme .about-page-refined .section-title > .eyebrow::before,
body.tryycart-global-theme .about-page-refined .section-title > .eyebrow::after {
  display: none !important;
  content: none !important;
}

body.tryycart-global-theme .about-page-refined .section-title h2 {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 7px 0 0 !important;
  color: #203d61 !important;
  font-family: Inter, "Avenir Next", "Segoe UI", sans-serif !important;
  font-size: clamp(2rem, 2.65vw, 2.65rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.047em !important;
  line-height: 1.05 !important;
  text-align: left !important;
}

body.tryycart-global-theme .about-page-refined .section-title h2 .gradient-text {
  display: inline !important;
  background: linear-gradient(90deg, #f97317 0%, #fb8d2d 38%, #98a9b7 72%, #3dbbf2 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  animation: none !important;
}

body.tryycart-global-theme .about-page-refined .section-title .title-bar {
  display: none !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-section-intro {
  max-width: 920px !important;
  margin: 10px 0 0 !important;
  color: var(--about-muted) !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

/* Origin + direction: an editorial split, not four disconnected cards. */
body.tryycart-global-theme .about-page-refined .about-pro-story,
body.tryycart-global-theme .about-page-refined .about-pro-delivery {
  width: min(calc(100% - 48px), 1380px) !important;
  max-width: 1380px !important;
  margin-inline: auto !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-story {
  padding: clamp(40px, 4.2vw, 54px) 0 clamp(38px, 4vw, 50px) !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-story-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) !important;
  align-items: start !important;
  gap: clamp(42px, 6vw, 82px) !important;
  margin-top: 24px !important;
  border-top: 1px solid var(--about-line) !important;
  padding-top: 24px !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-origin-copy {
  max-width: 610px !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-origin-copy p {
  margin: 0 !important;
  color: var(--about-muted) !important;
  font-size: 1rem !important;
  line-height: 1.78 !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-origin-copy p + p {
  margin-top: 15px !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-origin-copy .about-pro-lead {
  color: var(--about-ink) !important;
  font-size: clamp(1.18rem, 1.7vw, 1.42rem) !important;
  font-weight: 760 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.48 !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-direction {
  border-bottom: 1px solid var(--about-line) !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-direction article {
  display: grid !important;
  grid-template-columns: 48px minmax(145px, 185px) minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 18px !important;
  margin: 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--about-line) !important;
  border-radius: 0 !important;
  padding: 17px 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-direction article:first-child {
  border-top: 0 !important;
  padding-top: 0 !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-direction b,
body.tryycart-global-theme .about-page-refined .about-pro-principles b {
  color: #e26117 !important;
  font-size: 0.76rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-direction h3,
body.tryycart-global-theme .about-page-refined .about-pro-principles h3,
body.tryycart-global-theme .about-page-refined .about-pro-service-list h3 {
  margin: 0 !important;
  color: var(--about-ink) !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  letter-spacing: -0.018em !important;
  line-height: 1.35 !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-direction p {
  margin: 0 !important;
  color: var(--about-muted) !important;
  font-size: 0.92rem !important;
  line-height: 1.58 !important;
}

/* The TryyCart Way: one continuous operating band with line-separated ideas. */
body.tryycart-global-theme .about-page-refined .about-pro-way {
  padding: clamp(42px, 4.2vw, 54px) 0 !important;
  background:
    radial-gradient(circle at 82% 16%, rgba(56, 189, 248, 0.1), transparent 28%),
    linear-gradient(126deg, #0d2139 0%, #102c4d 100%) !important;
  color: #fff !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-way-grid {
  display: grid !important;
  width: min(calc(100% - 48px), 1380px) !important;
  max-width: 1380px !important;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
  align-items: start !important;
  gap: clamp(52px, 7vw, 96px) !important;
  margin-inline: auto !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-way .section-title > .eyebrow {
  border-color: rgba(255, 159, 100, 0.82) !important;
  background: rgba(255, 255, 255, 0.95) !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-way .section-title h2 {
  color: #fff !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-way .about-pro-section-intro {
  max-width: 590px !important;
  color: #c9d7e5 !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-primary-action {
  min-height: 44px !important;
  margin-top: 22px !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 12px 17px !important;
  background: #f97316 !important;
  color: #fff !important;
  font: inherit !important;
  font-size: 0.9rem !important;
  font-weight: 900 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-primary-action:hover {
  background: #df5d0b !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-principles {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-principles article {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 14px !important;
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 0 !important;
  padding: 21px 22px !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-principles article:nth-child(-n + 2) {
  border-top: 0 !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-principles article:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.14) !important;
  padding-left: 0 !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-principles article:nth-child(even) {
  padding-right: 0 !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-principles h3 {
  color: #fff !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-principles p {
  margin: 5px 0 0 !important;
  color: #b9c9d9 !important;
  font-size: 0.9rem !important;
  line-height: 1.58 !important;
}

/* Five capabilities: compact indexed columns with dividers, not cards. */
body.tryycart-global-theme .about-page-refined .about-pro-delivery {
  padding: clamp(42px, 4.2vw, 54px) 0 clamp(40px, 4.1vw, 52px) !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-service-list {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  margin-top: 29px !important;
  border-top: 1px solid var(--about-line) !important;
  border-bottom: 1px solid var(--about-line) !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-service-list article {
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-left: 1px solid var(--about-line) !important;
  border-radius: 0 !important;
  padding: 23px 20px 25px !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-service-list article:first-child {
  border-left: 0 !important;
  padding-left: 0 !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-service-list article:last-child {
  padding-right: 0 !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-service-list span {
  display: block !important;
  margin-bottom: 13px !important;
  color: #e26117 !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.11em !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-service-list p {
  margin: 7px 0 0 !important;
  color: var(--about-muted) !important;
  font-size: 0.88rem !important;
  line-height: 1.58 !important;
}

/* Commitments and next actions are combined into one decisive closing band. */
body.tryycart-global-theme .about-page-refined .about-pro-close {
  border-top: 4px solid #f97316 !important;
  padding: clamp(38px, 4vw, 50px) 0 !important;
  background:
    radial-gradient(circle at 88% 16%, rgba(249, 115, 22, 0.16), transparent 26%),
    linear-gradient(116deg, #132b47 0%, #183c63 68%, #17334f 100%) !important;
  color: #fff !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-close-grid {
  display: grid !important;
  width: min(calc(100% - 48px), 1380px) !important;
  max-width: 1380px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(42px, 6vw, 90px) !important;
  margin-inline: auto !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-close-eyebrow {
  display: inline-flex !important;
  min-height: 30px !important;
  align-items: center !important;
  border: 1px solid rgba(255, 159, 100, 0.84) !important;
  border-radius: 999px !important;
  padding: 6px 13px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #c94708 !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-close h2 {
  margin: 9px 0 8px !important;
  color: #fff !important;
  font-size: clamp(2rem, 3vw, 2.85rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.05em !important;
  line-height: 1.05 !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-close h2 em {
  background: linear-gradient(90deg, #ff8b43, #46c7fb) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  font-style: normal !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-close p {
  max-width: 820px !important;
  margin: 0 !important;
  color: #cbd9e6 !important;
  font-size: 0.96rem !important;
  line-height: 1.68 !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-close-copy > a {
  display: inline-flex !important;
  margin-top: 14px !important;
  color: #fff !important;
  font-size: 0.88rem !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(255, 255, 255, 0.46) !important;
  text-underline-offset: 4px !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-close-actions {
  display: grid !important;
  min-width: 390px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-close-actions button {
  min-height: 45px !important;
  border: 1px solid rgba(255, 255, 255, 0.52) !important;
  border-radius: 10px !important;
  padding: 11px 15px !important;
  background: transparent !important;
  color: #fff !important;
  font: inherit !important;
  font-size: 0.86rem !important;
  font-weight: 900 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-close-actions .about-pro-close-primary {
  border-color: #f97316 !important;
  background: #f97316 !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-close-actions button:last-child {
  grid-column: 1 / -1 !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-close-actions button:hover {
  border-color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

body.tryycart-global-theme .about-page-refined .about-pro-close-actions .about-pro-close-primary:hover {
  border-color: #e55f0d !important;
  background: #e55f0d !important;
}

@media (max-width: 1100px) {
  body.tryycart-global-theme .about-page-refined .content-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 260px) !important;
    gap: 34px !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-story-grid,
  body.tryycart-global-theme .about-page-refined .about-pro-way-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 30px !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-origin-copy {
    max-width: 900px !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-service-list article {
    border-top: 1px solid var(--about-line) !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-service-list article:nth-child(-n + 3) {
    border-top: 0 !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-service-list article:first-child {
    padding-left: 20px !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-service-list article:last-child {
    padding-right: 20px !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-close-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 26px !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-close-actions {
    width: min(100%, 560px) !important;
    min-width: 0 !important;
  }
}

@media (max-width: 782px) {
  body.tryycart-global-theme .about-page-refined .content-hero {
    min-height: 0 !important;
  }

  body.tryycart-global-theme .about-page-refined .content-hero-grid {
    width: calc(100% - 24px) !important;
    min-height: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    padding: 32px 0 34px !important;
  }

  body.tryycart-global-theme .about-page-refined .content-hero-icon {
    display: none !important;
  }

  body.tryycart-global-theme .about-page-refined .content-hero h1 {
    margin: 10px 0 10px !important;
    font-size: clamp(2.2rem, 11vw, 3.1rem) !important;
    line-height: 1.01 !important;
  }

  body.tryycart-global-theme .about-page-refined .content-hero p {
    font-size: 0.93rem !important;
    line-height: 1.58 !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-story,
  body.tryycart-global-theme .about-page-refined .about-pro-delivery,
  body.tryycart-global-theme .about-page-refined .about-pro-way-grid,
  body.tryycart-global-theme .about-page-refined .about-pro-close-grid {
    width: calc(100% - 24px) !important;
  }

  body.tryycart-global-theme .about-page-refined .section-title > .eyebrow {
    min-height: 30px !important;
    padding: 6px 12px !important;
    font-size: 0.69rem !important;
    white-space: normal !important;
  }

  body.tryycart-global-theme .about-page-refined .section-title h2 {
    margin-top: 6px !important;
    font-size: clamp(1.66rem, 7.6vw, 2.05rem) !important;
    line-height: 1.08 !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-section-intro {
    margin-top: 8px !important;
    font-size: 0.92rem !important;
    line-height: 1.62 !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-story {
    padding: 35px 0 34px !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-story-grid {
    gap: 23px !important;
    margin-top: 21px !important;
    padding-top: 21px !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-origin-copy .about-pro-lead {
    font-size: 1.08rem !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-origin-copy p {
    font-size: 0.92rem !important;
    line-height: 1.66 !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-direction article {
    grid-template-columns: 39px minmax(0, 1fr) !important;
    gap: 7px 12px !important;
    padding: 14px 0 !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-direction article:first-child {
    padding-top: 0 !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-direction p {
    grid-column: 2 !important;
    font-size: 0.88rem !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-way {
    padding: 36px 0 !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-way-grid {
    gap: 25px !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-primary-action {
    width: 100% !important;
    margin-top: 18px !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-principles {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-principles article,
  body.tryycart-global-theme .about-page-refined .about-pro-principles article:nth-child(-n + 2),
  body.tryycart-global-theme .about-page-refined .about-pro-principles article:nth-child(odd),
  body.tryycart-global-theme .about-page-refined .about-pro-principles article:nth-child(even) {
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-right: 0 !important;
    padding: 17px 0 !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-principles article:first-child {
    border-top: 0 !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-delivery {
    padding: 36px 0 35px !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-service-list {
    grid-template-columns: minmax(0, 1fr) !important;
    margin-top: 21px !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-service-list article,
  body.tryycart-global-theme .about-page-refined .about-pro-service-list article:nth-child(-n + 3),
  body.tryycart-global-theme .about-page-refined .about-pro-service-list article:first-child,
  body.tryycart-global-theme .about-page-refined .about-pro-service-list article:last-child {
    border-top: 1px solid var(--about-line) !important;
    border-left: 3px solid #f97316 !important;
    padding: 16px 0 16px 15px !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-service-list article:first-child {
    border-top: 0 !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-service-list span {
    margin-bottom: 7px !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-close {
    padding: 36px 0 !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-close-grid {
    gap: 23px !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-close h2 {
    font-size: clamp(1.85rem, 8vw, 2.25rem) !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-close p {
    font-size: 0.91rem !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-close-actions {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-close-actions button:last-child {
    grid-column: auto !important;
  }
}

/* Tablet-specific compaction: keep useful two-column reading without phone-like length. */
@media (min-width: 561px) and (max-width: 782px) {
  body.tryycart-global-theme .about-page-refined .about-pro-principles {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-principles article,
  body.tryycart-global-theme .about-page-refined .about-pro-principles article:nth-child(-n + 2),
  body.tryycart-global-theme .about-page-refined .about-pro-principles article:nth-child(odd),
  body.tryycart-global-theme .about-page-refined .about-pro-principles article:nth-child(even) {
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
    padding: 18px !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-principles article:nth-child(-n + 2) {
    border-top: 0 !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-principles article:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.14) !important;
    padding-left: 0 !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-principles article:nth-child(even) {
    padding-right: 0 !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-service-list article,
  body.tryycart-global-theme .about-page-refined .about-pro-service-list article:nth-child(-n + 3),
  body.tryycart-global-theme .about-page-refined .about-pro-service-list article:first-child,
  body.tryycart-global-theme .about-page-refined .about-pro-service-list article:last-child {
    border-top: 1px solid var(--about-line) !important;
    border-left: 1px solid var(--about-line) !important;
    padding: 18px !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-service-list article:nth-child(-n + 2) {
    border-top: 0 !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-service-list article:nth-child(odd) {
    border-left: 0 !important;
    padding-left: 0 !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-close-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.tryycart-global-theme .about-page-refined .about-pro-close-actions button:last-child {
    grid-column: auto !important;
  }
}
