body:not(.gift-home) .detail-stage > img {
  object-fit: contain !important;
  object-position: center !important;
  background: #fff !important;
}
body.gift-programs-page .program-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.gift-programs-page .program-grid > a {
  min-height: 260px;
}
body:not(.gift-home) .factory-intro {
  grid-template-columns: minmax(560px, 1.15fr) minmax(420px, 0.85fr) !important;
  gap: clamp(48px, 7vw, 110px) !important;
  align-items: center !important;
}
body:not(.gift-home) .factory-intro h2 {
  max-width: 720px;
  font-size: clamp(42px, 4vw, 62px) !important;
  text-wrap: balance;
}
body:not(.gift-home) .factory-intro > div:last-child {
  max-width: 620px;
}
body.factory-overview-page .page-hero {
  background-blend-mode: normal !important;
  background-size: cover !important;
}
body.oem-process-page .page-hero {
  background-blend-mode: normal !important;
  background-size: cover !important;
}
@media (max-width: 980px) {
  body.gift-programs-page .program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body:not(.gift-home) .factory-intro {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 640px) {
  body.gift-programs-page .program-grid {
    grid-template-columns: 1fr;
  }
}

/* Wide desktop headline rhythm: preserve one-line homepage statements. */
@media (min-width: 1180px) {
  .gift-home .ng-section {
    padding-left: max(40px, calc((100vw - 1500px) / 2));
    padding-right: max(40px, calc((100vw - 1500px) / 2));
  }
  .gift-home .ng-section-head {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 36px;
  }
  .gift-home .ng-section-head h2 {
    font-size: clamp(34px, 2.75vw, 48px);
    white-space: nowrap;
  }
  .gift-home .ng-section-title {
    width: 100%;
    max-width: none;
  }
  .gift-home .ng-section-title h2 {
    font-size: clamp(38px, 3.25vw, 54px);
    white-space: nowrap;
  }
  .gift-home .ng-dark-callout > div,
  .gift-home .ng-project-cta > div {
    max-width: none;
  }
  .gift-home .ng-dark-callout h2,
  .gift-home .ng-project-cta h2 {
    font-size: clamp(38px, 3.4vw, 56px);
    white-space: nowrap;
  }
}

/* Contact quote form: keep required marks beside their labels instead of on a separate flex row. */
body:not(.gift-home) .content-page .contact #inquiry-form .form-grid label,
body:not(.gift-home) .content-page .contact #inquiry-form > label:not([style]) {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: 3px;
  row-gap: 7px;
}
body:not(.gift-home)
  .content-page
  .contact
  #inquiry-form
  .form-grid
  label
  > input,
body:not(.gift-home)
  .content-page
  .contact
  #inquiry-form
  > label:not([style])
  > textarea {
  grid-column: 1/-1;
}
body:not(.gift-home) .content-page .contact #inquiry-form .required-mark {
  margin-left: 0 !important;
  line-height: inherit;
}
body:not(.gift-home) .content-page .contact #inquiry-form .inquiry-privacy-note {
  margin: 2px 0 0;
  color: #52635e;
  font-size: 12px;
  line-height: 1.5;
}

/* Compact gift-program detail cards and remove the non-functional dash decoration. */
body:not(.gift-home) .content-page:has(.service-subpage) {
  padding-top: 80px !important;
  padding-bottom: 64px !important;
}
body:not(.gift-home) .service-subpage .detail-point {
  min-height: 205px;
  padding: 28px 30px;
}
body:not(.gift-home) .service-subpage .detail-point h3 {
  margin: 26px 0 10px;
}
body:not(.gift-home) .service-subpage .detail-point::after {
  content: none;
  display: none;
}
body:not(.gift-home) .service-subpage .detail-footer {
  margin-top: 40px;
  padding: 36px 46px;
}

/* Wide screens: use the available hero width before wrapping page titles. */
@media (min-width: 900px) {
  body:not(.gift-home) .page-hero > div {
    width: 100% !important;
    max-width: 1120px !important;
  }
  body:not(.gift-home) .page-hero h1 {
    font-size: clamp(40px, 4.5vw, 64px) !important;
    white-space: nowrap;
  }
  body:not(.gift-home) .process-title h2 {
    white-space: nowrap;
  }

  /* Gift Program and Custom Service introductions use the full desktop row. */
  body.experience-detail-page .service-subpage .detail-lead,
  body.gift-programs-page .service-intro,
  body.custom-service-page .service-intro {
    display: block;
    margin-bottom: 55px;
  }
  body.experience-detail-page .service-subpage .detail-lead h2,
  body.gift-programs-page .service-intro h2,
  body.custom-service-page .service-intro h2 {
    max-width: none;
    font-size: clamp(42px, 4.15vw, 56px);
    white-space: nowrap;
  }
  body.experience-detail-page .service-subpage .detail-lead > p,
  body.gift-programs-page .service-intro > p,
  body.custom-service-page .service-intro > p {
    max-width: none;
    margin-top: 22px;
    padding-bottom: 0;
    white-space: nowrap;
  }

  body.experience-detail-page .service-subpage .detail-stage {
    grid-template-columns: 42% 58%;
  }
  body.experience-detail-page .service-subpage .detail-stage-copy {
    padding: 40px 36px;
  }
  body.experience-detail-page .service-subpage .detail-stage-copy h3 {
    font-size: clamp(22px, 1.8vw, 27px);
    white-space: nowrap;
  }

  body.custom-service-page .process-title {
    display: block;
  }
  body.custom-service-page .process-title p {
    max-width: none;
    margin-top: 20px;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  body:not(.gift-home) .content-page:has(.service-subpage) {
    padding-top: 64px !important;
    padding-bottom: 52px !important;
  }
  body:not(.gift-home) .service-subpage .detail-point {
    min-height: 0;
  }
}

/* Homepage palette: keep large content surfaces light and reserve orange for accents. */
.gift-home .ng-dark-callout {
  background: #e7efe8;
  color: var(--ink);
}
.gift-home .ng-dark-callout::after {
  border-color: #18574d24;
  box-shadow:
    0 0 0 95px #18574d08,
    0 0 0 190px #18574d08;
}
.gift-home .ng-dark-callout p:not(.ng-eyebrow) {
  color: var(--muted);
}
.gift-home .ng-dark-callout .ng-btn-light {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.gift-home .ng-inquiry {
  background: #f3eee3;
  color: var(--ink);
}
.gift-home .ng-inquiry .ng-eyebrow {
  color: var(--orange);
}
.gift-home .ng-inquiry-copy > p:not(.ng-eyebrow) {
  color: var(--muted);
}
.gift-home .ng-contact a {
  color: var(--ink);
}
.gift-home #inquiry-form {
  background: #fffdf8;
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px #25483b12;
}

/* Certifications uses documentation and inspection imagery in both key slots. */
body.certifications-page .page-hero {
  background-image:
    linear-gradient(90deg, rgba(12, 40, 32, 0.91), rgba(12, 40, 32, 0.24)),
    url("/site-assets/certification-quality-documentation-v1.png") !important;
  background-position: center 58% !important;
}
body:not(.gift-home) .action-band h2 {
  color: #fff !important;
}
body:not(.gift-home) .action-band p {
  color: #dce6e1 !important;
}

/* Rich buyer-facing content for Gift Programs, Custom Service, and Factory. */
.gp-expanded-content {
  background: #fffdf8;
  color: #14251f;
  padding: 96px max(24px, calc((100vw - 1200px) / 2)) 110px;
}
.gp-content-shell {
  max-width: 1200px;
  margin: 0 auto;
}
.gp-section-heading {
  max-width: 980px;
  margin-bottom: 44px;
}
.gp-section-heading.compact {
  margin-bottom: 34px;
}
.gp-eyebrow {
  margin: 0 0 14px;
  color: #d97939;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.gp-section-heading h2,
.gp-config-panel h2,
.gp-conversion h2 {
  margin: 0;
  color: #14251f;
  font-size: clamp(36px, 3.5vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.gp-section-heading > p:last-child,
.gp-config-panel > div > p:last-child,
.gp-conversion > div > p:last-child {
  max-width: 900px;
  margin: 20px 0 0;
  color: #5f6c67;
  font-size: 17px;
  line-height: 1.7;
}
.gp-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 92px;
}
.gp-value-grid article {
  min-height: 270px;
  padding: 28px;
  border: 1px solid #d6dfd8;
  border-radius: 20px;
  background: #fff;
}
.gp-value-grid article:nth-child(even) {
  background: #eef3ec;
}
.gp-value-grid span,
.gp-step-grid span {
  color: #d97939;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.gp-value-grid h3,
.gp-step-grid h3 {
  margin: 54px 0 12px;
  color: #14251f;
  font-size: 22px;
  line-height: 1.18;
}
.gp-value-grid p,
.gp-step-grid p {
  margin: 0;
  color: #5f6c67;
  font-size: 14px;
  line-height: 1.65;
}
.gp-config-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
  margin: 0 0 92px;
  padding: 56px;
  border-radius: 28px;
  background: #eef3ec;
}
.gp-config-panel ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gp-config-panel li {
  position: relative;
  padding: 17px 18px 17px 38px;
  border-bottom: 1px solid #cad7ce;
  color: #14251f;
  font-size: 15px;
  font-weight: 700;
}
.gp-config-panel li:last-child {
  border-bottom: 0;
}
.gp-config-panel li::before {
  content: "✓";
  position: absolute;
  left: 8px;
  color: #d97939;
  font-weight: 900;
}
.gp-plan {
  margin-bottom: 92px;
}
.gp-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d6dfd8;
}
.gp-step-grid article {
  min-height: 220px;
  padding: 30px 28px 26px 0;
  border-right: 1px solid #d6dfd8;
}
.gp-step-grid article:not(:first-child) {
  padding-left: 28px;
}
.gp-step-grid article:last-child {
  border-right: 0;
}
.gp-step-grid h3 {
  margin: 32px 0 10px;
}
.gp-faq {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 72px;
  margin-bottom: 92px;
}
.gp-faq-list {
  border-top: 1px solid #d6dfd8;
}
.gp-faq details {
  border-bottom: 1px solid #d6dfd8;
}
.gp-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 23px 0;
  color: #14251f;
  font-size: 17px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}
.gp-faq summary::-webkit-details-marker {
  display: none;
}
.gp-faq summary span {
  color: #d97939;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.2s;
}
.gp-faq details[open] summary span {
  transform: rotate(45deg);
}
.gp-faq details p {
  margin: -5px 42px 24px 0;
  color: #5f6c67;
  line-height: 1.7;
}
.gp-conversion {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 56px;
  align-items: center;
  padding: 48px 52px;
  border-radius: 26px;
  background: #f3eee3;
}
.gp-conversion h2 {
  font-size: 34px;
}
.gp-conversion .red-button {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .gp-expanded-content {
    padding-top: 76px;
    padding-bottom: 86px;
  }
  .gp-value-grid,
  .gp-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gp-value-grid article {
    min-height: 230px;
  }
  .gp-step-grid article:nth-child(2) {
    border-right: 0;
  }
  .gp-step-grid article:nth-child(n + 3) {
    border-top: 1px solid #d6dfd8;
  }
  .gp-config-panel,
  .gp-faq {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
@media (max-width: 640px) {
  .gp-expanded-content {
    padding: 64px 20px 72px;
  }
  .gp-section-heading h2,
  .gp-config-panel h2 {
    font-size: 34px;
  }
  .gp-value-grid,
  .gp-step-grid {
    grid-template-columns: 1fr;
  }
  .gp-value-grid {
    margin-bottom: 64px;
  }
  .gp-value-grid article {
    min-height: 0;
  }
  .gp-value-grid h3 {
    margin-top: 34px;
  }
  .gp-config-panel {
    padding: 34px 24px;
    margin-bottom: 64px;
  }
  .gp-plan,
  .gp-faq {
    margin-bottom: 64px;
  }
  .gp-step-grid article,
  .gp-step-grid article:not(:first-child) {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
    border-top: 1px solid #d6dfd8;
  }
  .gp-conversion {
    display: block;
    padding: 34px 26px;
  }
  .gp-conversion .red-button {
    margin-top: 26px;
  }
}

/* 2026-09-15 focused portfolio strategy */
.strategy-home .ng-positioning {
  margin: 20px 0 0;
  color: #315e55;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.strategy-home .ng-platform-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.strategy-home .ng-platform-grid article,
.strategy-home .ng-focus-grid .ng-product-card {
  min-width: 0;
}
.strategy-home .ng-platform-grid img,
.strategy-home .ng-focus-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  object-position: center;
  background: #fff;
}
.strategy-home .ng-focus-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.strategy-home .ng-focus-grid .ng-product-card {
  min-height: 480px;
}
.strategy-home .ng-focus-grid .ng-product-card:nth-child(4) {
  grid-column: auto;
}
.strategy-home .ng-focus-grid .ng-product-card {
  display: grid;
  grid-template-columns: 42% 58%;
  grid-column: auto;
  min-height: 270px;
}
.strategy-home .ng-focus-grid .ng-product-card:nth-child(5) {
  grid-column: auto;
  grid-template-columns: 42% 58%;
}
.strategy-home .ng-focus-grid .ng-product-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  padding: 12px;
}
.strategy-home .ng-focus-grid .ng-product-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 28px;
}
.strategy-home .ng-five-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.strategy-home .ng-five-steps article {
  min-height: 220px;
}
.strategy-home .ng-five-steps article > div {
  padding-top: 28px;
}
.strategy-home .ng-buyer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.strategy-home .ng-buyer-grid .ng-solution-card {
  min-height: 430px;
  padding: 18px 18px 26px;
  justify-content: flex-start;
}
.strategy-home .ng-buyer-grid .ng-solution-card > img {
  width: 100%;
  height: 170px;
  margin-top: 14px;
  padding: 0;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}
.strategy-home .ng-buyer-grid .ng-solution-card h3 {
  margin: 22px 8px 12px;
}
.strategy-home .ng-buyer-grid .ng-solution-card b {
  margin-top: auto;
  padding-top: 24px;
}
.strategy-product-hero {
  min-height: 520px;
  background-position: center;
  background-size: cover;
}
.strategy-product-hero > div {
  max-width: 820px;
}
.strategy-product-hero h1 {
  max-width: 760px;
}
.strategy-catalog .strategy-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.strategy-catalog .strategy-category-grid .catalog-card {
  display: block;
  overflow: hidden;
  border: 1px solid #d7dfd9;
  border-radius: 24px;
  background: #fff;
}
.strategy-catalog .strategy-category-grid .catalog-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  object-position: center;
  background: #fff;
}
.strategy-catalog .strategy-category-grid .catalog-card > div {
  padding: 30px 32px 34px;
}
.strategy-catalog .strategy-category-grid .catalog-card span,
.strategy-catalog .strategy-category-grid .catalog-card a,
.strategy-audience .kicker,
.strategy-proof .kicker {
  color: #d86f2d;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.strategy-catalog .strategy-category-grid h3 {
  margin: 10px 0 12px;
  color: #14251f;
  font-size: 30px;
}
.strategy-catalog .strategy-category-grid p {
  color: #5f6c67;
  line-height: 1.65;
}
.strategy-catalog .strategy-category-grid ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 24px;
  padding: 0;
  color: #354b43;
  list-style: none;
}
.strategy-catalog .strategy-category-grid li::before {
  content: "✓";
  margin-right: 10px;
  color: #d86f2d;
  font-weight: 900;
}
.strategy-catalog .strategy-category-grid a {
  color: #173c33;
  text-decoration: none;
}
.strategy-audience,
.strategy-proof {
  max-width: 1440px;
  margin: 0 auto;
  padding: 90px clamp(24px, 6vw, 100px);
}
.strategy-audience {
  background: #eef3ec;
}
.strategy-audience h2,
.strategy-proof h2 {
  margin: 10px 0 16px;
  color: #14251f;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
}
.strategy-audience > div:first-child {
  max-width: 920px;
}
.strategy-audience > div:first-child > p:last-child,
.strategy-proof > p {
  max-width: 900px;
  color: #5f6c67;
  font-size: 17px;
  line-height: 1.7;
}
.strategy-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
}
.strategy-audience-grid span {
  padding: 22px 24px;
  border: 1px solid #d2ddd5;
  border-radius: 14px;
  background: #fff;
  color: #173c33;
  font-weight: 750;
}
.strategy-proof {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: start;
}
.strategy-proof h2 {
  font-size: 42px;
}

.ng-small-gifts {
  background: #f6f2e9;
}
.ng-small-gift-grid,
.strategy-small-gift-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.ng-small-gift-card,
.strategy-small-gift-grid > a {
  display: block;
  overflow: hidden;
  border: 1px solid #d8dfd9;
  border-radius: 20px;
  background: #fff;
  color: #14251f;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.ng-small-gift-card:hover,
.strategy-small-gift-grid > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(20, 37, 31, 0.1);
}
.ng-small-gift-card img,
.strategy-small-gift-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 18px;
  object-fit: contain !important;
  object-position: center !important;
  background: #fff !important;
  box-sizing: border-box;
}
.ng-small-gift-card > div,
.strategy-small-gift-grid > a > div {
  padding: 20px 22px 24px;
}
.ng-small-gift-card p,
.strategy-small-gift-grid span {
  margin: 0;
  color: #d86f2d;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.ng-small-gift-card h3,
.strategy-small-gift-grid h3 {
  margin: 8px 0 9px;
  color: #14251f;
  font-size: 22px;
  line-height: 1.15;
}
.ng-small-gift-card div > span:last-child {
  color: #5f6c67;
  font-size: 14px;
  line-height: 1.55;
}
.strategy-small-gifts {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px clamp(24px, 6vw, 100px) 90px;
  background: #fbfaf6;
}
.strategy-small-gifts .section-head {
  margin-bottom: 36px;
}

/* Dedicated product categories keep each collection semantically isolated. */
.focus-category-hero {
  background-position: center !important;
  background-size: cover !important;
}
.focus-category-page {
  padding-top: 92px !important;
  padding-bottom: 96px !important;
}
.focus-category-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin-top: 44px;
  border: 1px solid #d7dfd9;
  border-radius: 24px;
  background: #f4f0e7;
}
.focus-category-showcase > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  padding: 30px;
  object-fit: contain !important;
  background: #fff;
}
.focus-category-showcase > div {
  padding: clamp(38px, 5vw, 72px);
}
.focus-category-showcase h3 {
  margin: 10px 0 18px;
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.08;
}
.focus-category-showcase p:not(.kicker) {
  color: #5f6c67;
  line-height: 1.75;
}
.focus-category-showcase ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 34px;
  padding: 0;
  list-style: none;
}
.focus-category-showcase li::before {
  content: "✓";
  margin-right: 10px;
  color: #d86f2d;
  font-weight: 900;
}
.focus-category-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  border-left: 1px solid #d7dfd9;
  border-top: 1px solid #d7dfd9;
}
.focus-category-options article {
  min-height: 210px;
  padding: 32px;
  border-right: 1px solid #d7dfd9;
  border-bottom: 1px solid #d7dfd9;
  background: #fff;
}
.focus-category-options span {
  color: #d86f2d;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.focus-category-options h3 {
  margin: 48px 0 10px;
  font-size: 24px;
}
.focus-category-options p {
  margin: 0;
  color: #5f6c67;
  line-height: 1.65;
}

/* Market Solutions use one industry-specific content model. */
.market-solution-body {
  background: #fffdf8;
  padding: 96px 24px;
}
.market-solution-shell {
  max-width: 1200px;
  margin: 0 auto;
}
.market-solution-intro {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}
.market-solution-intro .gp-eyebrow {
  grid-column: 1/-1;
  margin-bottom: -44px;
}
.market-solution-intro h2 {
  margin: 0;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.market-solution-intro > p:last-child {
  margin: 0;
  color: #5f6c67;
  font-size: 17px;
  line-height: 1.75;
}
.market-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid #d7dfd9;
  border-top: 1px solid #d7dfd9;
}
.market-service-grid article {
  min-height: 230px;
  padding: 34px;
  border-right: 1px solid #d7dfd9;
  border-bottom: 1px solid #d7dfd9;
  background: #fff;
}
.market-service-grid span {
  color: #d86f2d;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.market-service-grid h3 {
  margin: 54px 0 12px;
  font-size: 25px;
}
.market-service-grid p {
  margin: 0;
  color: #5f6c67;
  line-height: 1.7;
}
.market-product-fit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin-top: 70px;
  border-radius: 26px;
  background: #eef3ec;
}
.market-product-fit img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding: 26px;
  object-fit: contain !important;
  background: #fff;
}
.market-product-fit > div {
  padding: clamp(38px, 5vw, 70px);
}
.market-product-fit h2,
.market-case h2,
.market-solution-cta h2 {
  margin: 10px 0 18px;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.05;
}
.market-product-fit p {
  color: #5f6c67;
  line-height: 1.7;
}
.market-product-fit ul {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.market-product-fit li::before {
  content: "✓";
  margin-right: 10px;
  color: #d86f2d;
  font-weight: 900;
}
.market-product-fit a {
  color: #173c33;
  font-weight: 750;
  text-decoration: none;
}
.market-case {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  margin: 70px 0;
  padding: 0;
  border-radius: 26px;
  background: #f6f2e9;
}
.market-case > figure {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 0;
  background: #fff;
}
.market-case > figure img {
  display: block;
  width: 100%;
  flex: 1;
  min-height: 430px;
  max-height: 680px;
  object-fit: contain;
  object-position: center;
  background: #f6f2e9;
}
.market-case > figure img[src*="solutions-expo-real"] { object-fit: cover; }
.market-case figcaption {
  padding: 14px 20px;
  color: #627069;
  font-size: 12px;
  line-height: 1.4;
}
.market-case > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 54px);
}
.market-case > div h3 { margin: 20px 0 4px; font-size: 16px; line-height: 1.3; }
.market-case > div p:not(.gp-eyebrow) { margin: 0; color: #4f5e58; font-size: 15px; line-height: 1.65; }
.market-case > div > p:last-child {
  max-width: 720px;
  color: #5f6c67;
  font-size: 17px;
  line-height: 1.75;
}
.market-case strong {
  display: block;
  margin-top: 28px;
  padding: 28px;
  border-left: 4px solid #d86f2d;
  background: #fffdf8;
  font-size: 17px;
  line-height: 1.6;
}
.market-solution-cta {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding: 54px 60px;
  border-radius: 24px;
  background: #173c33;
  color: #fff;
}
.market-solution-cta .gp-eyebrow {
  color: #ef955b;
}
.market-solution-cta .red-button {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Company, manufacturing and compliance pages share verified group evidence. */
.company-refresh,
.manufacturing-refresh,
.certifications-refresh {
  padding-top: 92px !important;
  padding-bottom: 96px !important;
}
.company-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 42px 0 72px;
  border-left: 1px solid #d7dfd9;
  border-top: 1px solid #d7dfd9;
}
.company-facts article {
  min-height: 160px;
  padding: 30px;
  border-right: 1px solid #d7dfd9;
  border-bottom: 1px solid #d7dfd9;
  background: #fff;
}
.company-facts strong {
  display: block;
  color: #173c33;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
}
.company-facts span {
  display: block;
  margin-top: 18px;
  color: #5f6c67;
  font-size: 13px;
  line-height: 1.5;
}
.company-route {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
  border-radius: 26px;
  background: #eef3ec;
}
.company-route > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
.company-route > div {
  padding: clamp(40px, 5vw, 72px);
}
.company-route h2,
.manufacturing-proof h2,
.compliance-route h2 {
  margin: 10px 0 18px;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.05;
}
.company-route p:not(.kicker) {
  color: #5f6c67;
  line-height: 1.75;
}
.company-route ul,
.manufacturing-proof ul {
  display: grid;
  gap: 11px;
  margin: 26px 0 34px;
  padding: 0;
  list-style: none;
}
.company-route li::before,
.manufacturing-proof li::before {
  content: "✓";
  margin-right: 10px;
  color: #d86f2d;
  font-weight: 900;
}
.company-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  border-left: 1px solid #d7dfd9;
  border-top: 1px solid #d7dfd9;
}
.company-principles article {
  min-height: 230px;
  padding: 32px;
  border-right: 1px solid #d7dfd9;
  border-bottom: 1px solid #d7dfd9;
  background: #fff;
}
.company-principles span {
  color: #d86f2d;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.company-principles h3 {
  margin: 54px 0 12px;
  font-size: 24px;
}
.company-principles p {
  margin: 0;
  color: #5f6c67;
  line-height: 1.7;
}
.manufacturing-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 18px;
  margin: 0 0 78px;
}
.manufacturing-gallery img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
}
.manufacturing-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
  margin-top: 70px;
  padding: 60px;
  border-radius: 24px;
  background: #f6f2e9;
}
.manufacturing-proof ul {
  margin: 0;
}
.cert-document-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 44px 0 78px;
}
.cert-document-grid article {
  display: grid;
  grid-template-columns: 42% 58%;
  overflow: hidden;
  border: 1px solid #d7dfd9;
  border-radius: 20px;
  background: #fff;
}
.cert-document-grid img {
  width: 100%;
  height: 320px;
  padding: 16px;
  object-fit: contain !important;
  background: #f8f8f5;
}
.cert-document-grid article > div {
  padding: 34px 30px;
}
.cert-document-grid span {
  color: #d86f2d;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.cert-document-grid h3 {
  margin: 54px 0 12px;
  font-size: 28px;
}
.cert-document-grid p {
  color: #5f6c67;
  line-height: 1.65;
}
.compliance-route {
  margin-top: 30px;
}
.compliance-route > .focus-category-options {
  margin-top: 34px;
}

/* Insights are organized around buyer decisions, with real long-form destinations. */
.insights-refresh-hero {
  background-position: center !important;
  background-size: cover !important;
}
.insights-refresh {
  padding-top: 92px !important;
  padding-bottom: 90px !important;
}
.insight-pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 48px;
  border-top: 1px solid #d7dfd9;
  border-left: 1px solid #d7dfd9;
}
.insight-pillar-grid > a {
  display: flex;
  min-height: 270px;
  padding: 34px;
  flex-direction: column;
  border-right: 1px solid #d7dfd9;
  border-bottom: 1px solid #d7dfd9;
  background: #fff;
  color: #14251f;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.insight-pillar-grid > a:first-child {
  grid-column: 1/-1;
  min-height: 300px;
  background: #eef3ec;
}
.insight-pillar-grid > a:hover {
  background: #f6f2e9;
  transform: translateY(-2px);
}
.insight-pillar-grid span {
  color: #d86f2d;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.insight-pillar-grid h3 {
  max-width: 700px;
  margin: 52px 0 12px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
}
.insight-pillar-grid p {
  max-width: 720px;
  margin: 0 0 26px;
  color: #5f6c67;
  line-height: 1.7;
}
.insight-pillar-grid b {
  margin-top: auto;
  color: #173c33;
  font-size: 14px;
}
.insights-editorial-band {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 96px;
  padding: 52px 58px;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  border-radius: 24px;
  background: #eef3ec;
}
.insights-editorial-band h2 {
  margin: 8px 0 12px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
}
.insights-editorial-band p:not(.kicker) {
  max-width: 700px;
  margin: 0;
  color: #5f6c67;
  line-height: 1.7;
}
.insights-editorial-band .red-button {
  flex: 0 0 auto;
  white-space: nowrap;
}
.insight-article-hero {
  background-position: center !important;
  background-size: cover !important;
}
.insight-article {
  max-width: 860px;
  margin: 0 auto;
  padding: 86px 28px 100px;
  color: #30453d;
  font-size: 17px;
  line-height: 1.78;
}
.insight-article .article-lead {
  margin: 0 0 46px;
  color: #173c33;
  font-size: 22px;
  line-height: 1.58;
}
.insight-article .article-note {
  margin: 0 0 42px;
  padding: 18px 22px;
  border-left: 4px solid #d86f2d;
  background: #f6f2e9;
  font-size: 14px;
}
.insight-article h2 {
  margin: 54px 0 14px;
  color: #14251f;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.15;
}
.insight-article ul,
.insight-article ol {
  display: grid;
  gap: 10px;
  padding-left: 24px;
}
.insight-article aside {
  margin: 46px 0;
  padding: 28px 30px;
  border-radius: 16px;
  background: #eef3ec;
  color: #173c33;
}
.insight-article > .red-button {
  display: inline-block;
  margin-top: 18px;
}

/* Product photography must remain complete at every breakpoint. */
.gift-home .ng-hero-slide img {
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  background: #e9eee8 !important;
}
.gift-home .ng-product-card img,
.gift-home .ng-path-grid img,
body:not(.gift-home) .catalog-card img,
body:not(.gift-home) .category-product-link-grid > a img,
body:not(.gift-home) .product-overview-image img {
  object-fit: contain !important;
  object-position: center !important;
  background: #fff !important;
}

@media (max-width: 980px) {
  .strategy-home .ng-focus-grid {
    grid-template-columns: 1fr;
  }
  .strategy-home .ng-focus-grid .ng-product-card:nth-child(5) {
    grid-column: auto;
    grid-template-columns: 42% 58%;
  }
  .strategy-home .ng-five-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .strategy-home .ng-buyer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .strategy-catalog .strategy-category-grid {
    grid-template-columns: 1fr;
  }
  .strategy-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .strategy-proof {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ng-small-gift-grid,
  .strategy-small-gift-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .focus-category-showcase,
  .market-product-fit,
  .market-solution-intro,
  .market-case {
    grid-template-columns: 1fr;
  }
  .market-solution-intro .gp-eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }
  .market-solution-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .company-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .company-route,
  .manufacturing-proof {
    grid-template-columns: 1fr;
  }
  .manufacturing-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .manufacturing-gallery img:first-child {
    grid-column: 1/-1;
  }
  .cert-document-grid {
    grid-template-columns: 1fr;
  }
  .insights-editorial-band {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media (max-width: 640px) {
  .strategy-home .ng-platform-grid,
  .strategy-home .ng-focus-grid,
  .strategy-home .ng-five-steps,
  .strategy-home .ng-buyer-grid {
    grid-template-columns: 1fr;
  }
  .strategy-home .ng-focus-grid .ng-product-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .strategy-home .ng-focus-grid .ng-product-card:nth-child(5) {
    grid-template-columns: 1fr;
  }
  .strategy-home .ng-focus-grid .ng-product-card img {
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .strategy-product-hero {
    min-height: 440px;
  }
  .strategy-catalog .strategy-category-grid .catalog-card > div {
    padding: 24px;
  }
  .strategy-audience,
  .strategy-proof {
    padding: 66px 22px;
  }
  .strategy-audience-grid {
    grid-template-columns: 1fr;
  }
  .ng-small-gift-grid,
  .strategy-small-gift-grid {
    grid-template-columns: 1fr;
  }
  .strategy-small-gifts {
    padding: 12px 22px 66px;
  }
  .focus-category-page {
    padding-top: 64px !important;
    padding-bottom: 70px !important;
  }
  .focus-category-showcase > img,
  .market-product-fit img,
  .market-case > figure img {
    min-height: 0;
    aspect-ratio: 1/1;
  }
  .focus-category-showcase > div,
  .market-product-fit > div,
  .market-case > div {
    padding: 30px 24px;
  }
  .focus-category-options,
  .market-service-grid {
    grid-template-columns: 1fr;
  }
  .market-solution-body {
    padding: 68px 20px;
  }
  .market-solution-cta {
    padding: 38px 28px;
  }
  .market-solution-cta .red-button {
    width: 100%;
    text-align: center;
  }
  .company-refresh,
  .manufacturing-refresh,
  .certifications-refresh {
    padding-top: 64px !important;
    padding-bottom: 70px !important;
  }
  .company-facts,
  .company-principles,
  .manufacturing-gallery {
    grid-template-columns: 1fr;
  }
  .manufacturing-gallery img:first-child {
    grid-column: auto;
  }
  .company-route > img {
    min-height: 0;
    aspect-ratio: 4/3;
  }
  .manufacturing-gallery img {
    height: 260px;
  }
  .manufacturing-proof {
    padding: 36px 26px;
    gap: 24px;
  }
  .cert-document-grid article {
    grid-template-columns: 1fr;
  }
  .cert-document-grid img {
    height: 300px;
  }
  .insight-pillar-grid {
    grid-template-columns: 1fr;
  }
  .insight-pillar-grid > a:first-child {
    grid-column: auto;
  }
  .insights-refresh {
    padding-top: 64px !important;
    padding-bottom: 66px !important;
  }
  .insights-editorial-band {
    margin: 0 20px 70px;
    padding: 38px 28px;
    align-items: flex-start;
    flex-direction: column;
  }
  .insights-editorial-band .red-button {
    width: 100%;
    text-align: center;
  }
  .insight-article {
    padding: 62px 22px 76px;
    font-size: 16px;
  }
}

/* Market service grid: compact inline header 01 + title */
.market-service-grid article {
  min-height: 0 !important;
  padding: 24px 28px !important;
  background: #fff !important;
  display: block !important;
}
.market-service-grid h3 {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 0 12px 0 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #14251f !important;
}
.market-service-grid .market-service-num,
.market-service-grid article > span,
.market-service-grid h3 > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #d86f2d !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: 0.05em !important;
  background: #fdf3ed !important;
  border-radius: 6px !important;
  padding: 3px 9px !important;
  line-height: 1.1 !important;
  flex-shrink: 0 !important;
  width: auto !important;
  margin: 0 !important;
}
.market-service-grid p {
  margin: 0 !important;
  color: #5f6c67 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}


/* ==========================================================================
   Focus Category Header Clean Layout (Promoting kicker to main H1 title)
   ========================================================================== */
.focus-category-page .section-head {
  display: block !important;
  margin-bottom: 32px !important;
}
.focus-category-page .section-head h1 {
  margin: 0 !important;
  color: #142a22 !important;
  font-size: clamp(34px, 3.2vw, 46px) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.03em !important;
}


/* ==========================================================================
   Global Compact Spacing & Hero White Space Optimization
   ========================================================================== */

/* 1. Subpage Hero Banners (Compact & Balanced Vertical Rhythm) */
body:not(.gift-home) .page-hero {
  min-height: 260px !important;
  padding: 48px max(24px, calc((100vw - 1200px) / 2)) 40px !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 0 0 24px 24px !important;
}

body:not(.gift-home) .page-hero > div {
  width: min(860px, 100%) !important;
}

body:not(.gift-home) .page-hero h1 {
  margin: 6px 0 12px !important;
  font-size: clamp(34px, 4vw, 54px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.035em !important;
}

body:not(.gift-home) .page-hero span {
  font-size: 15.5px !important;
  line-height: 1.55 !important;
  color: #e3ede8 !important;
  display: block !important;
}

body:not(.gift-home) .page-hero .breadcrumb,
body:not(.gift-home) .page-hero .kicker {
  margin: 0 0 4px !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
}

/* 2. Seamless transition from Hero to first content section */
body:not(.gift-home) .content-page,
body:not(.gift-home) .section:not(.page-hero) {
  padding-top: 40px !important;
  padding-bottom: 56px !important;
}

body:not(.gift-home) .content-page:has(.service-subpage),
body:not(.gift-home) .section:has(.service-subpage) {
  padding-top: 36px !important;
  padding-bottom: 48px !important;
}

/* 3. Subpage service/detail shell internal spacing */
.detail-lead {
  margin-bottom: 28px !important;
}
.detail-lead h2 {
  font-size: clamp(28px, 3vw, 42px) !important;
  margin: 6px 0 10px !important;
}

/* 4. Product focus category pages compact spacing */
.focus-category-page {
  padding-top: 40px !important;
  padding-bottom: 54px !important;
}
.focus-category-showcase {
  margin-bottom: 32px !important;
}

/* 5. Projects page hero & cards compact spacing */
.v2-project-page-hero {
  padding: 56px 24px 36px !important;
}
.v2-project-page-hero h1 {
  font-size: clamp(34px, 4vw, 52px) !important;
  margin: 0 0 14px !important;
}
.v2-project-page-hero > p:last-child {
  margin: 14px 0 0 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

/* 6. Blog detail hero & body spacing */
.insight-article-hero {
  min-height: 250px !important;
  padding: 44px max(24px, calc((100vw - 1240px) / 2)) 36px !important;
  align-items: center !important;
}
.insight-article {
  padding-top: 32px !important;
  padding-bottom: 60px !important;
}

@media (max-width: 768px) {
  body:not(.gift-home) .page-hero {
    min-height: 220px !important;
    padding: 36px 18px 28px !important;
  }
  body:not(.gift-home) .content-page,
  body:not(.gift-home) .section:not(.page-hero) {
    padding-top: 28px !important;
    padding-bottom: 40px !important;
  }
}
