.ssf-sourcing-page, .ssf-sourcing-page *, .ssf-sourcing-page *::before, .ssf-sourcing-page *::after { box-sizing: border-box; margin: 0; padding: 0; }
.ssf-sourcing-page {
    --navy:       #1A2035;
    --navy-mid:   #243050;
    --navy-light: #2E3D6B;
    --red:        #B22234;
    --red-light:  #C8303E;
    --cream:      #F5F0E8;
    --cream-mid:  #EDE5D0;
    --cream-dark: #DDD3B8;
    --gold:       #C9A84C;
    --gold-light: #E2C47A;
    --gold-pale:  #F5EDD0;
    --white:      #FFFFFF;
    --text:       #1A2035;
    --text-mid:   #000000;
    --text-muted: #000000;
    --text-light: #8890A8;
    --border:     #D8D0BC;
    --success:    #2D6A3F;
  }
html { scroll-behavior: smooth; }
.ssf-sourcing-page {
	font-family: 'Source Serif 4', Georgia, serif;
	background: var(--cream);
	color: var(--text);
	line-height: 1.7;
}
/* ── PAGE HERO ── */
.ssf-sourcing-page .page-hero {
	background: var(--navy);
	padding: 72px 40px 64px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.ssf-sourcing-page .page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
      90deg,
      rgba(201,168,76,0.03) 0px,
      rgba(201,168,76,0.03) 1px,
      transparent 1px,
      transparent 60px
    );
  }
.ssf-sourcing-page .page-hero-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 18px;
    position: relative;
  }
.ssf-sourcing-page .page-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.05;
    color: var(--white);
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    position: relative;
  }
.ssf-sourcing-page .page-hero h1 em { font-style: italic; color: var(--gold-light); }
.ssf-sourcing-page .page-hero-sub {
    font-size: 17px;
    font-weight: 300;
    color: rgba(255,255,255,0.65);
    max-width: 580px;
    margin: 0 auto 32px;
    line-height: 1.6;
    position: relative;
  }
.ssf-sourcing-page .page-hero-rule {
    width: 48px;
    height: 3px;
    background: var(--gold);
    margin: 0 auto 32px;
    position: relative;
  }
  /* Page anchors */
  .ssf-sourcing-page .anchor-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
    position: relative;
  }
.ssf-sourcing-page .anchor-btn {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 2px;
    transition: all .15s;
  }
.ssf-sourcing-page .anchor-btn:hover { color: var(--white); border-color: rgba(255,255,255,0.45); }
  /* ── SECTIONS ── */
  .ssf-sourcing-page .section {
    max-width: 840px;
    margin: 0 auto;
    padding: 72px 40px;
  }
.ssf-sourcing-page .section-full {
    padding: 72px 40px;
  }
.ssf-sourcing-page .section + .section { border-top: 1px solid var(--cream-dark); }
.ssf-sourcing-page .section-tag {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
.ssf-sourcing-page .section-tag::before {
    content: '';
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--red);
    flex-shrink: 0;
  }
.ssf-sourcing-page .section-headline {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--navy);
    margin-bottom: 14px;
  }
.ssf-sourcing-page .section-headline em { font-style: italic; color: var(--red); }
.ssf-sourcing-page .section-rule {
    width: 36px;
    height: 2.5px;
    background: var(--gold);
    margin-bottom: 20px;
  }
.ssf-sourcing-page .body-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    color: var(--text-mid);
    margin-bottom: 16px;
  }
.ssf-sourcing-page .body-text strong { font-weight: 600; color: var(--text); }
  /* ── SECTION 1: The problem ── */
  .ssf-sourcing-page .problem-block {
    background: var(--navy);
    border-left: 4px solid var(--red);
    padding: 28px 32px;
    margin: 28px 0;
    border-radius: 0 4px 4px 0;
  }
.ssf-sourcing-page .problem-block p {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-style: italic;
    color: rgba(255,255,255,0.88);
    line-height: 1.55;
    margin-bottom: 10px;
  }
.ssf-sourcing-page .problem-block .attr {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
  }
  /* ── SECTION 2: Certification ── */
  .ssf-sourcing-page .cert-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 28px 0;
  }
.ssf-sourcing-page .cert-card {
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 24px;
    background: var(--white);
  }
.ssf-sourcing-page .cert-card .cert-icon {
    width: 44px;
    height: 44px;
    background: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
  }
.ssf-sourcing-page .cert-card .cert-icon svg { width: 22px; height: 22px; }
.ssf-sourcing-page .cert-card h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 6px;
  }
.ssf-sourcing-page .cert-card p {
    font-size: 14px;
    font-weight: 300;
    color: var(--text-muted);
    line-height: 1.6;
  }
.ssf-sourcing-page .cert-card .cert-verify {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 12px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--red);
    text-decoration: none;
    border-bottom: 1px solid var(--red);
    padding-bottom: 1px;
  }
.ssf-sourcing-page .cert-card .cert-verify:hover { color: var(--red-light); }
  /* ── SECTION 3: Supply chain ── */
  .ssf-sourcing-page .supply-chain {
    margin: 28px 0;
  }
.ssf-sourcing-page .chain-item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 0;
    position: relative;
  }
.ssf-sourcing-page .chain-item:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 27px;
    top: 56px;
    bottom: 0;
    width: 2px;
    background: var(--cream-dark);
  }
.ssf-sourcing-page .chain-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--navy);
    border: 3px solid var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--gold);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    margin-top: 4px;
  }
.ssf-sourcing-page .chain-content {
    padding: 0 0 36px 20px;
  }
.ssf-sourcing-page .chain-content h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 4px;
  }
.ssf-sourcing-page .chain-content .chain-location {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 6px;
  }
.ssf-sourcing-page .chain-content p {
    font-size: 14px;
    font-weight: 300;
    color: var(--text-muted);
    line-height: 1.65;
  }
  /* ── SECTION 4: What Made-in-USA means ── */
  .ssf-sourcing-page .compare-table {
    width: 100%;
    border-collapse: collapse;
    margin: 28px 0;
    font-size: 14px;
  }
.ssf-sourcing-page .compare-table thead tr {
    background: var(--navy);
  }
.ssf-sourcing-page .compare-table thead th {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    padding: 12px 18px;
    text-align: left;
  }
.ssf-sourcing-page .compare-table thead th:first-child { border-radius: 4px 0 0 0; }
.ssf-sourcing-page .compare-table thead th:last-child { border-radius: 0 4px 0 0; }
.ssf-sourcing-page .compare-table tbody tr { border-bottom: 1px solid var(--cream-dark); }
.ssf-sourcing-page .compare-table tbody tr:nth-child(even) { background: rgba(255,255,255,0.6); }
.ssf-sourcing-page .compare-table tbody td {
    padding: 13px 18px;
    color: var(--text-mid);
    font-weight: 300;
    line-height: 1.5;
  }
.ssf-sourcing-page .compare-table tbody td:first-child {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--text);
    text-transform: uppercase;
  }
.ssf-sourcing-page .badge-no {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8B2020;
    background: #FCEAEA;
    padding: 3px 8px;
    border-radius: 2px;
  }
.ssf-sourcing-page .badge-yes {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--success);
    background: #E8F5EC;
    padding: 3px 8px;
    border-radius: 2px;
  }
.ssf-sourcing-page .ftc-callout {
    background: var(--gold-pale);
    border: 1px solid var(--gold);
    border-radius: 4px;
    padding: 20px 24px;
    margin: 20px 0;
    display: flex;
    gap: 14px;
    align-items: flex-start;
  }
.ssf-sourcing-page .ftc-callout .ftc-icon {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #7A5A10;
    background: var(--gold);
    padding: 4px 8px;
    border-radius: 2px;
    flex-shrink: 0;
    margin-top: 2px;
  }
.ssf-sourcing-page .ftc-callout p {
    font-size: 14px;
    font-weight: 300;
    color: #5A4010;
    line-height: 1.6;
  }
.ssf-sourcing-page .ftc-callout p strong { font-weight: 600; }
.ssf-sourcing-page .ftc-callout a { color: #7A5A10; }
  /* ── SECTION 5: How to spot ── */
  .ssf-sourcing-page .spotguide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 28px 0;
  }
.ssf-sourcing-page .spot-card {
    padding: 20px 22px;
    border-radius: 4px;
    border: 1px solid transparent;
  }
.ssf-sourcing-page .spot-card.red-flag {
    background: #FDF2F2;
    border-color: #E8CCCC;
  }
.ssf-sourcing-page .spot-card.green-flag {
    background: #F2F8F4;
    border-color: #C0D9C8;
  }
.ssf-sourcing-page .spot-card .sf-header {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 7px;
  }
.ssf-sourcing-page .spot-card.red-flag .sf-header { color: #8B2020; }
.ssf-sourcing-page .spot-card.green-flag .sf-header { color: var(--success); }
.ssf-sourcing-page .spot-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
.ssf-sourcing-page .spot-card ul li {
    font-size: 13px;
    font-weight: 300;
    color: var(--text-mid);
    padding-left: 18px;
    position: relative;
    line-height: 1.5;
  }
.ssf-sourcing-page .spot-card.red-flag ul li::before { content: '✕'; position: absolute; left: 0; font-size: 11px; color: #C0392B; font-weight: 700; top: 1px; }
.ssf-sourcing-page .spot-card.green-flag ul li::before { content: '✓'; position: absolute; left: 0; font-size: 11px; color: var(--success); font-weight: 700; top: 1px; }
  /* ── SECTION 6: Workers ── */
  .ssf-sourcing-page .workers-bg {
    background: var(--navy);
  }
.ssf-sourcing-page .workers-inner {
    max-width: 840px;
    margin: 0 auto;
    padding: 72px 40px;
  }
.ssf-sourcing-page .workers-inner .section-tag { color: var(--gold); }
.ssf-sourcing-page .workers-inner .section-tag::before { background: var(--gold); }
.ssf-sourcing-page .workers-inner .section-headline { color: var(--white); }
.ssf-sourcing-page .workers-inner .section-rule { background: var(--gold); }
.ssf-sourcing-page .workers-inner .body-text { color: rgba(255,255,255,0.65); }
.ssf-sourcing-page .workers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 32px;
  }
.ssf-sourcing-page .worker-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 4px;
    padding: 22px 20px;
  }
.ssf-sourcing-page .worker-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--navy-mid);
    border: 2px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 14px;
  }
.ssf-sourcing-page .worker-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 2px;
  }
.ssf-sourcing-page .worker-role {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 10px;
  }
.ssf-sourcing-page .worker-quote {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    color: rgba(255,255,255,0.6);
    line-height: 1.6;
  }
.ssf-sourcing-page .worker-placeholder {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    border: 1px dashed rgba(255,255,255,0.18);
    border-radius: 4px;
    padding: 22px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
    grid-column: span 1;
  }
  /* ── SECTION 7: Testimonials ── */
  .ssf-sourcing-page .testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 28px 0;
  }
.ssf-sourcing-page .testimonial-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 24px;
    position: relative;
  }
.ssf-sourcing-page .testimonial-card::before {
    content: '"';
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    line-height: 1;
    color: var(--cream-dark);
    position: absolute;
    top: 12px;
    left: 18px;
  }
.ssf-sourcing-page .testimonial-card blockquote {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.65;
    color: var(--text-mid);
    padding-top: 28px;
    margin-bottom: 16px;
  }
.ssf-sourcing-page .testimonial-card .tattr {
    display: flex;
    align-items: center;
    gap: 10px;
  }
.ssf-sourcing-page .t-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--gold);
    flex-shrink: 0;
  }
.ssf-sourcing-page .t-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--navy);
  }
.ssf-sourcing-page .t-cred {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--red);
  }
  /* ── SECTION 8: CTA ── */
  .ssf-sourcing-page .cta-section {
    background: var(--cream-mid);
    border-top: 1px solid var(--cream-dark);
    border-bottom: 1px solid var(--cream-dark);
    text-align: center;
    padding: 64px 40px;
  }
.ssf-sourcing-page .cta-section .section-tag { justify-content: center; }
.ssf-sourcing-page .cta-section .section-tag::before { display: none; }
.ssf-sourcing-page .cta-section .section-headline { margin-bottom: 14px; }
.ssf-sourcing-page .cta-section .body-text { max-width: 520px; margin: 0 auto 32px; }
.ssf-sourcing-page .cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
  }
.ssf-sourcing-page .btn-primary {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: var(--red);
    color: var(--white);
    padding: 15px 32px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background .2s, transform .15s;
  }
.ssf-sourcing-page .btn-primary:hover { background: var(--red-light); transform: translateY(-1px); }
.ssf-sourcing-page .btn-secondary {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--navy);
    background: none;
    border: 1.5px solid var(--navy);
    padding: 13px 24px;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background .2s, color .2s;
  }
.ssf-sourcing-page .btn-secondary:hover { background: var(--navy); color: var(--white); }

  /* Animations */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
  }
.ssf-sourcing-page .page-hero > * { animation: fadeUp 0.6s ease both; }
.ssf-sourcing-page .page-hero-eyebrow { animation-delay: 0.1s; }
.ssf-sourcing-page .page-hero h1 { animation-delay: 0.2s; }
.ssf-sourcing-page .page-hero-rule { animation-delay: 0.3s; }
.ssf-sourcing-page .page-hero-sub { animation-delay: 0.35s; }
.ssf-sourcing-page .anchor-nav { animation-delay: 0.45s; }
