.page-supply-only-concept {
  color-scheme: light;
  background: #fff;
}

.page-supply-only-concept .site,
.page-supply-only-concept .site-content {
  background: #fff;
  color: #0c0c0a;
}

.page-supply-only-concept .nav {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(12, 12, 10, 0.14);
}

.page-supply-only-concept .nav-toggle {
  color: #0c0c0a;
}

.page-supply-only-concept .nav-logo img {
  filter: invert(1);
}

.page-supply-only-concept .nav-links a {
  color: #3a3a38 !important;
}

.page-supply-only-concept .nav-links a:hover,
.page-supply-only-concept .nav-links .nav-current a,
.page-supply-only-concept .nav-social-link {
  color: #0c0c0a !important;
}

.page-supply-only-concept .header-survey-cta {
  border-color: transparent;
  background: #0c0c0a;
  color: #fff !important;
}

.page-supply-only-concept .header-survey-cta:hover {
  background: #1a1a18;
}

.supply-concept-page {
  --soc-white: #fff;
  --soc-paper: #f7f6f3;
  --soc-ink: #0c0c0a;
  --soc-text: #343432;
  --soc-muted: #686864;
  --soc-line: rgba(12, 12, 10, 0.14);
  background: var(--soc-white);
  color: var(--soc-ink);
}

.supply-concept-page *,
.supply-concept-page *::before,
.supply-concept-page *::after {
  box-sizing: border-box;
}

.supply-concept-page h1,
.supply-concept-page h2 {
  margin: 0;
  color: var(--soc-ink) !important;
  font-family: "Playfair Display", serif;
  font-weight: 500;
}

.supply-concept-page h1 em,
.supply-concept-page h2 em {
  display: block;
  font-style: italic;
  font-weight: 400;
}

.soc-inner {
  width: min(1180px, calc(100% - 4rem));
  margin: 0 auto;
}

.soc-eyebrow,
.soc-kicker {
  color: var(--soc-muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.soc-hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  overflow: hidden;
  border-bottom: 1px solid var(--soc-line);
  background: var(--soc-paper);
}

.soc-hero-copy {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  padding: 5.25rem 4.5rem 5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.soc-eyebrow {
  margin-bottom: 1.1rem;
  color: var(--soc-ink);
}

.soc-hero h1 {
  max-width: 580px;
  margin-bottom: 1.55rem;
  font-size: clamp(40px, 4.25vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.soc-hero h1 span {
  display: block;
}

.soc-hero-text {
  max-width: 520px;
  margin: 0 0 1.85rem;
  color: var(--soc-text);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
}

.soc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.soc-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 24px;
  border: 1px solid var(--soc-ink);
  border-radius: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.soc-button-primary {
  background: var(--soc-ink);
  color: var(--soc-white) !important;
}

.soc-button-primary:hover {
  background: #2a2a28;
}

.soc-button-secondary {
  background: transparent;
  color: var(--soc-ink) !important;
}

.soc-button-secondary:hover {
  background: var(--soc-white);
}

.soc-button:focus-visible,
.supply-concept-page a:focus-visible {
  outline: 3px solid var(--soc-white);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--soc-ink);
}

.soc-hero-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #dedbd3;
}

.soc-hero-media img,
.soc-image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.soc-hero-media img {
  object-position: 52% 48%;
}

.soc-hero-note {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.9rem 1.4rem;
  background: rgba(12, 12, 10, 0.78);
  color: var(--soc-white);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.02em;
  backdrop-filter: blur(6px);
}

.soc-service,
.soc-process {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
  background: var(--soc-white);
}

.soc-process {
  scroll-margin-top: 60px;
}

.soc-section-heading {
  margin-bottom: 3rem;
}

.soc-section-heading-centered {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.soc-section-heading h2,
.soc-quality h2,
.soc-final h2 {
  font-size: clamp(28px, 3.25vw, 42px);
  line-height: 1.16;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.soc-section-heading > p,
.soc-intro-content {
  margin-top: 0.8rem;
  color: var(--soc-text);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.soc-intro-content > * {
  margin: 0;
}

.soc-feature-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--soc-line);
  border-bottom: 1px solid var(--soc-line);
}

.soc-feature {
  min-width: 0;
  padding: 2rem 1.25rem 2.15rem;
}

.soc-feature + .soc-feature {
  border-left: 1px solid var(--soc-line);
}

.soc-feature-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--soc-ink);
}

.soc-feature-icon svg {
  width: 38px;
  height: 38px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.soc-feature h3,
.soc-process-list h3 {
  margin: 0 0 0.55rem;
  color: var(--soc-ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.soc-feature p,
.soc-process-list p {
  margin: 0;
  color: var(--soc-muted);
  font-size: 11px;
  font-weight: 300;
  line-height: 1.65;
}

.soc-quality {
  padding: clamp(4.75rem, 7vw, 6.75rem) 0;
  border-top: 1px solid var(--soc-line);
  border-bottom: 1px solid var(--soc-line);
  background: var(--soc-paper);
}

.soc-quality-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) repeat(2, minmax(0, 1fr));
  gap: 1.3rem;
  align-items: center;
}

.soc-quality-copy {
  padding-right: 2.25rem;
}

.soc-quality-copy .soc-kicker {
  margin-bottom: 0.75rem;
}

.soc-quality-copy > p {
  max-width: 390px;
  margin: 1.2rem 0 1.6rem;
  color: var(--soc-text);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
}

.soc-check-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  list-style: none;
}

.soc-check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--soc-text);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

.soc-check-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--soc-ink);
  color: var(--soc-white);
  font-size: 9px;
  font-weight: 500;
}

.soc-figure {
  min-width: 0;
  margin: 0;
}

.soc-image-frame {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ddd9d0;
}

.soc-figure:first-of-type .soc-image-frame img {
  object-position: 50% 56%;
}

.soc-figure:last-of-type .soc-image-frame img {
  object-position: 50% 50%;
}

.soc-figure figcaption {
  margin-top: 0.65rem;
  color: var(--soc-muted);
  font-size: 10px;
  font-weight: 300;
  text-align: center;
}

.soc-process .soc-section-heading {
  margin-bottom: 2.75rem;
}

.soc-process .soc-kicker {
  margin-bottom: 0.45rem;
}

.soc-process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.soc-process-list li {
  position: relative;
  min-width: 0;
  padding-right: 1.4rem;
}

.soc-process-list li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 3px;
  right: 0.45rem;
  color: var(--soc-muted);
  font-size: 14px;
}

.soc-process-list h3 {
  margin-top: 1px;
  margin-bottom: 0.25rem;
}

.soc-final {
  padding: 3.6rem 0 2rem;
  background: #151513;
  color: var(--soc-white);
}

.soc-final-main {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.9fr) auto;
  gap: 3rem;
  align-items: center;
  padding: 0 1.5rem 2.75rem;
}

.soc-final h2 {
  color: var(--soc-white) !important;
}

.soc-final-main > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.soc-button-outline-light {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--soc-white) !important;
  white-space: nowrap;
}

.soc-button-outline-light:hover {
  border-color: var(--soc-white);
  background: var(--soc-white);
  color: var(--soc-ink) !important;
}

.soc-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.soc-trust-item {
  min-width: 0;
  padding: 1.25rem 1.5rem 0;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 300;
}

.soc-trust-item + .soc-trust-item {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.page-supply-only-concept .floating-cta {
  display: none;
}

.page-supply-only-concept footer[data-theme="dark"] {
  border-top: 1px solid rgba(12, 12, 10, 0.14);
  background: #f7f6f3;
}

.page-supply-only-concept footer .footer-brand img {
  filter: invert(1);
}

.page-supply-only-concept footer .footer-brand p,
.page-supply-only-concept footer .footer-col ul a,
.page-supply-only-concept footer .footer-copy,
.page-supply-only-concept footer .social-links a {
  color: #565652;
}

.page-supply-only-concept footer .footer-col h4 {
  color: #74746f;
}

.page-supply-only-concept footer .footer-inner {
  border-bottom-color: rgba(12, 12, 10, 0.14);
}

.page-supply-only-concept footer .footer-col ul a:hover,
.page-supply-only-concept footer .social-links a:hover {
  color: #0c0c0a;
}

@media (max-width: 1080px) {
  .soc-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .soc-feature:nth-child(4) {
    border-left: 0;
  }

  .soc-feature:nth-child(n + 4) {
    border-top: 1px solid var(--soc-line);
  }

  .soc-final-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  }

  .soc-final-main .soc-button {
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .soc-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .soc-hero-copy {
    max-width: 760px;
    margin: 0 auto;
    padding: 4.5rem 2rem;
  }

  .soc-hero-media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .soc-hero-media img {
    object-position: 50% 51%;
  }

  .soc-quality-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .soc-quality-copy {
    grid-column: 1 / -1;
    max-width: 680px;
    padding-right: 0;
    padding-bottom: 1.25rem;
  }

  .soc-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.5rem;
  }

  .soc-process-list li:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .soc-inner {
    width: min(calc(100% - 2.5rem), 1180px);
  }

  .soc-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .soc-feature:nth-child(4) {
    border-left: 1px solid var(--soc-line);
  }

  .soc-feature:nth-child(odd) {
    border-left: 0;
  }

  .soc-feature:nth-child(n + 3) {
    border-top: 1px solid var(--soc-line);
  }

  .soc-final-main,
  .soc-trust-row {
    grid-template-columns: 1fr;
  }

  .soc-final-main {
    gap: 1.4rem;
    padding-right: 0;
    padding-left: 0;
  }

  .soc-trust-item {
    padding: 1rem 0;
  }

  .soc-trust-item + .soc-trust-item {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .soc-hero-copy {
    padding: 3.5rem 1.25rem;
  }

  .soc-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .soc-hero-media {
    aspect-ratio: 4 / 5;
  }

  .soc-hero-media img {
    object-position: 53% 50%;
  }

  .soc-hero-note {
    right: 0;
    left: 0;
    text-align: center;
  }

  .soc-hero-actions,
  .soc-hero-actions .soc-button {
    width: 100%;
  }

  .soc-feature-grid,
  .soc-quality-grid,
  .soc-process-list {
    grid-template-columns: 1fr;
  }

  .soc-feature,
  .soc-feature:nth-child(4) {
    border-left: 0;
  }

  .soc-feature:nth-child(n + 2) {
    border-top: 1px solid var(--soc-line);
  }

  .soc-feature {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .soc-quality-copy {
    grid-column: 1;
  }

  .soc-figure + .soc-figure {
    margin-top: 1rem;
  }

  .soc-process-list li {
    padding: 0 0 1.35rem;
    border-bottom: 1px solid var(--soc-line);
  }
}

@media (prefers-reduced-motion: reduce) {
  .supply-concept-page *,
  .supply-concept-page *::before,
  .supply-concept-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
