    :root {
      --navy-950:#03101f;
      --navy-900:#072954;
      --navy-800:#143e79;
      --blue-700:#0355bf;
      --blue-600:#176fd3;
      --blue-100:#eaf2fc;
      --ink:#252a31;
      --muted:#5f6977;
      --line:#dce4ed;
      --soft:#f5f8fc;
      --white:#fff;
      --success:#0d9f6e;
      --warning:#c78200;
      --danger:#d93b52;
      --shadow-sm:0 10px 30px rgba(10,19,36,.08);
      --shadow-md:0 24px 60px rgba(10,19,36,.14);
      --radius-sm:12px;
      --radius-md:20px;
      --radius-lg:30px;
      --container:1220px;
      --transition:220ms ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;color:var(--ink);background:var(--white);font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
    img,svg{display:block;max-width:100%}
    a{color:inherit;text-decoration:none}
    button,input,textarea,select{font:inherit}
    button{cursor:pointer}
    .container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
    .section{padding:96px 0}
    .section-tight{padding:72px 0}
    .soft-section{background:var(--soft)}
    .eyebrow{display:inline-flex;align-items:center;gap:9px;min-height:34px;padding:6px 12px;border:1px solid rgba(3,85,191,.2);border-radius:999px;background:var(--blue-100);color:var(--blue-700);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
    .eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--blue-700);box-shadow:0 0 0 4px rgba(3,85,191,.16)}
    h1,h2,h3,h4,p{margin-top:0}
    h1,h2,h3,h4{line-height:1.12;letter-spacing:-.035em}
    h1{font-size:clamp(3rem,5.6vw,5.35rem);margin-bottom:24px}
    h2{font-size:clamp(2.25rem,4vw,3.75rem);margin-bottom:20px}
    h3{font-size:clamp(1.28rem,2vw,1.75rem);margin-bottom:14px}
    p{color:var(--muted);font-size:1rem}
    .highlight{color:var(--blue-700)}
    .section-heading{max-width:800px;margin-bottom:48px}
    .section-heading.center{margin-inline:auto;text-align:center}
    .section-heading p{max-width:700px;margin-bottom:0;font-size:1.07rem}
    .section-heading.center p{margin-inline:auto}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:13px 22px;border:1px solid transparent;border-radius:10px;font-weight:800;letter-spacing:-.01em;transition:transform var(--transition),background var(--transition),box-shadow var(--transition),border-color var(--transition)}
    .btn:hover{transform:translateY(-2px)}
    .btn:focus-visible,button:focus-visible,a:focus-visible{outline:3px solid rgba(3,85,191,.28);outline-offset:3px}
    .btn-primary{color:var(--white);background:var(--blue-700);box-shadow:0 12px 24px rgba(3,85,191,.24)}
    .btn-primary:hover{background:#064da8}
    .btn-dark{color:var(--white);background:var(--ink)}
    .btn-dark:hover{background:#18243a}
    .btn-light{color:var(--ink);background:var(--white);border-color:var(--line)}
    .btn-light:hover{border-color:var(--blue-700)}
    .btn-arrow{width:20px;height:20px;transition:transform var(--transition)}
    .btn:hover .btn-arrow{transform:translateX(3px)}
    .check{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;flex:0 0 18px;background:#e9f9f3;color:var(--success);font-size:.7rem;font-weight:900}

    /* Shared website header */
    .topbar{min-height:34px;background:var(--navy-900);color:rgba(255,255,255,.88);font-size:.73rem;font-weight:700}
    .topbar-inner{min-height:34px;display:flex;justify-content:flex-end;align-items:center;gap:22px}
    .topbar a:hover{color:var(--white)}
    .site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(223,229,239,.8);backdrop-filter:blur(14px)}
    .nav-wrap{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px}
    .brand-logo{display:inline-flex;align-items:center;min-width:194px}
    .brand-logo-image{width:172px;height:auto;object-fit:contain}
    .primary-nav{display:flex;align-items:center;justify-content:center;gap:30px}
    .primary-nav a{position:relative;color:#1a263a;font-size:.93rem;font-weight:600}
    .primary-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;background:var(--blue-700);transform:scaleX(0);transition:transform var(--transition)}
    .primary-nav a:hover::after,.primary-nav a[aria-current="page"]::after{transform:scaleX(1)}
    .primary-nav a[aria-current="page"]{color:var(--blue-700)}
    .nav-actions{display:flex;align-items:center;gap:18px}
    .phone-block{display:flex;align-items:center;gap:9px;white-space:nowrap}
    .phone-icon{width:38px;height:38px;border-radius:50%;background:var(--blue-100);color:var(--blue-700);display:grid;place-items:center}
    .phone-copy strong{display:block;font-size:.88rem;line-height:1.1}
    .phone-copy span{display:block;color:var(--muted);font-size:.68rem;font-weight:700}
    .menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:10px;background:var(--white)}

    /* Buyer hero — Matched with Home/Brand pages */
    .buyer-hero {
      position: relative;
      padding: 50px 0 40px;
      overflow: hidden;
      z-index: 0;
      background:
        radial-gradient(circle at 76% 14%, rgba(52, 99, 255, 0.26), transparent 30%),
        radial-gradient(circle at 88% 80%, rgba(111, 57, 255, 0.18), transparent 32%),
        linear-gradient(125deg, #050716 0%, #0a1026 53%, #090d20 100%);
    }
    .buyer-hero::before,
    .buyer-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: -2;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
      background-size: 48px 48px;
    }
    .buyer-hero::before {
      -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.6) 100%);
      mask-image: linear-gradient(to right, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.6) 100%);
    }
    .buyer-hero::after {
      z-index: -1;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
      -webkit-mask-image: radial-gradient(350px circle at var(--mouse-x, -500px) var(--mouse-y, -500px), black 0%, transparent 100%);
      mask-image: radial-gradient(350px circle at var(--mouse-x, -500px) var(--mouse-y, -500px), black 0%, transparent 100%);
    }
    
    .buyer-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; min-height: 700px; }
    .buyer-hero-copy { max-width: 620px; position: relative; z-index: 2; }
    
    /* Typography */
    .buyer-hero h1 { 
      color: #ffffff;
      font-size: clamp(2.5rem, 4.5vw, 50px);
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: -0.035em;
      margin-top: 0;
      margin-bottom: 24px; 
    }
    .buyer-hero .hero-lead { 
      max-width: 560px;
      margin-bottom: 32px;
      font-size: 16px;
      color: #94a3b8;
      line-height: 1.7;
    }
    .buyer-hero .highlight {
      background: linear-gradient(135deg, #60a5fa, #3b82f6);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    /* Badge */
    .buyer-hero .badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 16px;
      border-radius: 20px;
      background: rgba(96, 165, 250, 0.15);
      border: 1px solid rgba(96, 165, 250, 0.3);
      color: #93c5fd;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      margin-bottom: 24px;
      box-shadow: 0 2px 10px rgba(37, 99, 235, 0.08);
    }
    .buyer-hero .badge-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: currentColor;
      box-shadow: 0 0 12px currentColor;
    }

    /* Buttons */
    .buyer-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
    .buyer-hero .btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 52px;
      padding: 13px 22px;
      border-radius: var(--radius-sm);
      font-weight: 600;
      font-size: 0.95rem;
      letter-spacing: -0.01em;
      transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), background 300ms ease, box-shadow 300ms ease;
      border: 1px solid transparent;
    }
    .buyer-hero .btn-primary {
      color: var(--white);
      background: var(--blue-600);
      box-shadow: 0 16px 32px rgba(37, 99, 235, 0.24), inset 0 1px 0 rgba(255,255,255,0.15);
    }
    .buyer-hero .btn-primary:hover {
      background: var(--blue-700);
      transform: translateY(-2px);
      box-shadow: 0 20px 40px rgba(37, 99, 235, 0.3);
    }
    .buyer-hero .btn-light {
      color: #ffffff;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }
    .buyer-hero .btn-light:hover {
      background: rgba(255, 255, 255, 0.15); 
      border-color: rgba(255, 255, 255, 0.3); 
      color: #ffffff; 
    }

    /* Points */
    .buyer-hero .hero-points {
      display: grid;
      grid-template-columns: repeat(2, max-content);
      gap: 12px;
      padding: 0;
      margin: 0;
      list-style: none;
      max-width: 100%;
    }
    .buyer-hero .hero-points li {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #f1f5f9;
      font-size: 0.9rem;
      font-weight: 500;
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      padding: 10px 16px 10px 12px;
      border-radius: 50px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.1);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .buyer-hero .hero-points li:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
      border-color: rgba(255, 255, 255, 0.2);
    }
    .buyer-hero .check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: rgba(37, 99, 235, 0.2);
      color: #60a5fa;
      font-size: 0.85rem;
      font-weight: 700;
      flex: 0 0 24px;
    }
    .sourcing-board{position:relative;min-height:590px}
    .board-shell{position:absolute;inset:18px 0 30px 28px;border:1px solid var(--line);border-radius:34px;background:#fff;box-shadow:var(--shadow-md);overflow:hidden}
    .board-header{height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 25px;border-bottom:1px solid var(--line);background:#fbfcfe}
    .board-title{display:flex;align-items:center;gap:10px;color:#15223a;font-size:.86rem;font-weight:850}
    .board-status{display:inline-flex;align-items:center;gap:7px;color:var(--success);font-size:.7rem;font-weight:850}
    .board-body{padding:25px}
    .search-field{height:46px;display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid var(--line);border-radius:11px;color:#7b8798;background:#fff;font-size:.76rem}
    .filter-row{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 22px}
    .filter-chip{padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:#4c5a70;background:#f8faff;font-size:.67rem;font-weight:800}
    .filter-chip.active{color:var(--blue-700);border-color:rgba(3,85,191,.25);background:var(--blue-100)}
    .match-list{display:grid;gap:12px}
    .match-card{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:14px;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff}
    .match-logo{width:52px;height:52px;display:grid;place-items:center;border-radius:12px;color:var(--blue-700);background:var(--blue-100);font-size:.68rem;font-weight:900;letter-spacing:.05em}
    .match-copy strong{display:block;color:#20304a;font-size:.82rem}
    .match-copy span{display:block;color:var(--muted);font-size:.68rem}
    .match-score{min-width:58px;padding:8px 9px;border-radius:10px;background:#e9f9f3;color:var(--success);text-align:center;font-size:.66rem;font-weight:900}
    .request-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
    .summary-item{padding:12px;border-radius:11px;background:var(--soft)}
    .summary-item small{display:block;color:var(--muted);font-size:.58rem;font-weight:750;text-transform:uppercase;letter-spacing:.07em}
    .summary-item strong{display:block;color:#1e2d45;font-size:.78rem}
    .board-float{position:absolute;z-index:5;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.97);box-shadow:var(--shadow-sm)}
    .board-float small{display:block;color:var(--muted);font-size:.64rem;font-weight:750;text-transform:uppercase;letter-spacing:.07em}
    .board-float strong{display:block;color:#17243a;font-size:.88rem}
    .float-request{left:-6px;top:2px}
    .float-intro{right:-20px;bottom:0}

    .trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbfcfe}
    .trust-inner{min-height:88px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:32px}
    .trust-label{max-width:210px;color:#26344a;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
    .trust-items{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
    .trust-item{display:flex;align-items:center;justify-content:center;gap:8px;color:#637087;font-size:.82rem;font-weight:800;text-align:center}
    .trust-item svg{flex:0 0 18px;color:var(--blue-700)}

    /* Section: buyer friction, centred checklist grid */
    #buyer-value{
      position:relative;
      overflow:hidden;
      background:
        radial-gradient(circle at 50% 8%,rgba(37,99,235,.07),transparent 31%),
        linear-gradient(180deg,#fff 0%,#f8fafc 100%);
    }
    .friction-layout{position:relative;display:block}
    .friction-intro{position:static;max-width:1120px;margin:0 auto 54px;text-align:center}
    .friction-intro .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:0;
      margin:0 0 24px;
      padding:8px 16px;
      border:1px solid rgba(37,99,235,.4);
      border-radius:20px;
      background:rgba(37,99,235,.2);
      color:#2563eb;
      box-shadow:0 2px 10px rgba(37,99,235,.08);
      font-size:.75rem;
      font-weight:700;
      line-height:1.6;
      letter-spacing:.05em;
      text-transform:uppercase;
    }
    .friction-intro .eyebrow-dot{width:6px;height:6px;background:currentColor;box-shadow:none}
    .friction-intro h2{
      max-width:1100px;
      margin-inline:auto;
      margin-bottom:20px;
      color:#000;
      font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
      font-size:clamp(2rem,3.5vw,2.8rem);
      font-weight:700;
      line-height:1.15;
      letter-spacing:-.03em;
    }
    .friction-intro h2 .highlight{color:#2563eb}
    .friction-intro p{max-width:700px;margin-inline:auto;font-size:1rem;line-height:1.7}
    .friction-callout{
      display:flex;
      width:fit-content;
      max-width:900px;
      margin:34px auto 0;
      padding:10px 16px;
      border:1px solid rgba(37,99,235,.14);
      border-radius:999px;
      background:#eff6ff;
      color:#273852;
      font-size:.78rem;
      font-weight:700;
      line-height:1.5;
      text-align:center;
      box-shadow:0 5px 16px rgba(10,19,36,.05);
      transition:transform 300ms cubic-bezier(.16,1,.3,1),box-shadow 300ms ease;
    }
    .friction-callout:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(37,99,235,.12)}
    .friction-grid-shell{position:relative;z-index:1;max-width:1120px;margin:0 auto 16px}
    .friction-grid-shell::before{
      content:"";
      position:absolute;
      inset:10px -15px -10px 10px;
      z-index:0;
      border:1px solid rgba(255,255,255,.15);
      border-radius:28px;
      background:
        linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px),
        radial-gradient(circle at 90% 50%,rgba(37,99,235,.25),transparent 70%),
        linear-gradient(125deg,#050716 0%,#0a1026 53%,#090d20 100%);
      background-size:32px 32px,32px 32px,100% 100%,100% 100%;
      box-shadow:0 18px 42px rgba(5,7,22,.2);
      opacity:1;
    }
    .friction-list{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:0;border:0;border-radius:28px;background:transparent;transition:transform 400ms cubic-bezier(.16,1,.3,1)}
    @media (hover:hover){
      .friction-grid-shell:hover .friction-list{transform:translateY(-8px)}
    }
    .friction-row{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:52px 1fr;
      gap:20px;
      min-height:230px;
      padding:32px;
      border:1px solid #e5e7eb;
      border-radius:0;
      background:#fff;
      box-shadow:none;
      transition:none;
    }
    .friction-row:nth-child(1){border-radius:28px 0 0 0}
    .friction-row:nth-child(2){border-left:0;border-radius:0 28px 0 0}
    .friction-row:nth-child(3){border-top:0;border-radius:0 0 0 28px}
    .friction-row:nth-child(4){border-top:0;border-left:0;border-radius:0 0 28px 0}
    .friction-row::after{
      content:"";
      position:absolute;
      inset:0;
      z-index:0;
      border-radius:inherit;
      background-image:linear-gradient(rgba(0,0,0,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.035) 1px,transparent 1px);
      background-size:32px 32px;
      opacity:0;
      pointer-events:none;
      transition:opacity 300ms ease;
    }
    .friction-row > *{position:relative;z-index:1}
    .friction-row:hover::after{opacity:1}
    .friction-icon{
      width:52px;
      height:52px;
      display:grid;
      place-items:center;
      border-radius:14px;
      color:#fff;
      background:#1f2937;
      transition:background 400ms ease,color 400ms ease,box-shadow 400ms ease,transform 400ms cubic-bezier(.16,1,.3,1);
    }
    .friction-row:hover .friction-icon{background:#2563eb;color:#fff;box-shadow:none;transform:none}
    .friction-row h3{
      margin-bottom:10px;
      color:#0a0a23;
      font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
      font-size:clamp(1.15rem,1.8vw,1.45rem);
      font-weight:700;
      line-height:1.2;
      letter-spacing:-.025em;
      transition:color 300ms ease;
    }
    .friction-row p{margin-bottom:0;font-size:.95rem;line-height:1.65}
    .friction-result{
      display:inline-flex;
      align-items:center;
      gap:7px;
      margin-top:14px;
      padding:6px 10px;
      border:1px solid rgba(13,159,110,.14);
      border-radius:999px;
      background:#e9f9f3;
      color:var(--success);
      font-size:.72rem;
      font-weight:850;
      transition:transform 300ms ease,box-shadow 300ms ease;
    }

    /* Section: request pathway */
    .request-path{
      position:relative;
      overflow:hidden;
      color:var(--ink);
      background:
        radial-gradient(circle at 50% 8%,rgba(37,99,235,.07),transparent 31%),
        linear-gradient(180deg,#fff 0%,#f8fafc 100%);
    }
    .request-path::after{display:none}
    .request-path .section-heading{max-width:1000px;margin:0 auto 64px;text-align:center}
    .request-path .section-heading h2{max-width:930px;margin-inline:auto;color:#000;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;line-height:1.15;letter-spacing:-.03em}
    .request-path .section-heading .highlight{color:#2563eb}
    .request-path .section-heading p{max-width:760px;margin-inline:auto;color:var(--muted)}
    .request-path .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:0;
      margin:0 0 24px;
      padding:8px 16px;
      border:1px solid rgba(37,99,235,.4);
      border-radius:20px;
      background:rgba(37,99,235,.2);
      color:#2563eb;
      box-shadow:0 2px 10px rgba(37,99,235,.08);
      font-size:.75rem;
      font-weight:700;
      line-height:1.6;
      letter-spacing:.05em;
      text-transform:uppercase;
    }
    .request-path .eyebrow-dot{width:6px;height:6px;background:currentColor;box-shadow:none}
    .path-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 24px;max-width:1120px;margin:0 auto}
    .path-hub{position:absolute;left:50%;top:50%;z-index:5;width:164px;height:164px;display:grid;place-content:center;text-align:center;border:8px solid #f8fafc;border-radius:50%;color:#fff;background:#2563eb;box-shadow:0 18px 42px rgba(37,99,235,.24);transform:translate(-50%,-50%)}
    .path-hub::after{content:"";position:absolute;inset:-4px;z-index:-1;border-radius:50%;background:rgba(37,99,235,.4);pointer-events:none;animation:pathHubPulseRing 2s cubic-bezier(.215,.61,.355,1) infinite}
    @keyframes pathHubPulseRing{0%{transform:scale(.92);opacity:.72}100%{transform:scale(1.2);opacity:0}}
    .path-hub span{display:block;color:#9bc4ff;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
    .path-hub strong{display:block;margin-top:3px;font-size:1.15rem;line-height:1.05;letter-spacing:-.02em}
    .path-card{position:relative;overflow:hidden;min-height:230px;display:grid;grid-template-columns:56px 1fr;align-items:start;gap:20px;padding:32px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 8px 22px rgba(10,19,36,.055);transition:transform 300ms cubic-bezier(.16,1,.3,1),border-color 300ms ease,box-shadow 300ms ease}
    .path-card:nth-of-type(1),.path-card:nth-of-type(3){padding-right:100px}
    .path-card:nth-of-type(2),.path-card:nth-of-type(4){padding-left:100px}
    .path-card::before{content:"";position:absolute;inset:0;z-index:0;background-image:linear-gradient(rgba(0,0,0,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.035) 1px,transparent 1px);background-size:32px 32px;opacity:0;pointer-events:none;transition:opacity 300ms ease}
    .path-card > *{position:relative;z-index:1}
    .path-card:hover{transform:translateY(-4px);border-color:rgba(37,99,235,.3);box-shadow:0 16px 34px rgba(10,19,36,.1)}
    .path-card:hover::before{opacity:1}
    .path-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;color:#fff;background:#1f2937;font-size:.82rem;font-weight:850;letter-spacing:.04em;transition:background 300ms ease,box-shadow 300ms ease}
    .path-card:hover .path-icon{background:#2563eb;box-shadow:0 0 20px rgba(37,99,235,.35)}
    @media (prefers-reduced-motion:reduce){.path-hub::after{animation:none;opacity:0}}
    .path-copy h3{margin-bottom:10px;color:#0a0a23;font-size:1.18rem}
    .path-copy p{margin-bottom:0;color:var(--muted);font-size:.88rem;line-height:1.65}
    .path-output{display:inline-flex;margin-top:18px;padding-top:12px;border-top:1px solid #e5e7eb;color:#2563eb;font-size:.69rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em}

    /* Sourcing brief — horizontal form architecture */
    .brief-shell{display:grid;grid-template-columns:.76fr 1.24fr;gap:68px;align-items:start}
    .brief-copy{padding-top:18px}
    .brief-copy p{max-width:500px}
    .brief-points{display:grid;gap:12px;padding:0;margin:26px 0 0;list-style:none}
    .brief-points li{display:flex;gap:10px;color:#34435a;font-size:.9rem;font-weight:650}
    .brief-builder{border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden}
    .brief-top{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--line);background:#fbfcfe}
    .brief-top strong{color:#1b2940;font-size:.9rem}
    .brief-progress{display:flex;align-items:center;gap:8px;color:var(--blue-700);font-size:.7rem;font-weight:850}
    .progress-line{width:92px;height:6px;border-radius:999px;background:#dce7f6;overflow:hidden}
    .progress-line span{display:block;width:72%;height:100%;background:var(--blue-700)}
    .brief-body{padding:26px}
    .brief-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
    .brief-field{padding:16px;border:1px solid var(--line);border-radius:13px;background:#fff}
    .brief-field.wide{grid-column:1/-1}
    .brief-field label{display:block;margin-bottom:7px;color:#27364d;font-size:.72rem;font-weight:850}
    .fake-input{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;border:1px solid #e1e7ef;border-radius:9px;color:#6b7789;background:#fdfefe;font-size:.72rem}
    .multi-chips{display:flex;flex-wrap:wrap;gap:7px}
    .multi-chip{padding:7px 9px;border-radius:8px;color:#41516a;background:var(--soft);font-size:.66rem;font-weight:800}
    .multi-chip.selected{color:var(--blue-700);background:var(--blue-100)}
    .brief-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid var(--line)}
    .brief-footer small{max-width:390px;color:var(--muted);font-size:.66rem}

    /* Category landscape */
    #categories .section-heading{max-width:1000px;margin:0 auto 64px;text-align:center}
    #categories .section-heading .eyebrow{display:inline-flex;align-items:center;gap:8px;min-height:0;margin:0 0 24px;padding:8px 16px;border:1px solid rgba(37,99,235,.4);border-radius:20px;background:rgba(37,99,235,.2);color:#2563eb;box-shadow:0 2px 10px rgba(37,99,235,.08);font-size:.75rem;font-weight:700;line-height:1.6;letter-spacing:.05em;text-transform:uppercase}
    #categories .section-heading .eyebrow-dot{width:6px;height:6px;background:currentColor;box-shadow:none}
    #categories .section-heading h2{max-width:900px;margin-inline:auto;color:#000;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;line-height:1.15;letter-spacing:-.03em}
    #categories .section-heading .highlight{color:#2563eb}
    #categories .section-heading p{max-width:760px;margin-inline:auto;color:var(--muted)}
    .category-grid{display:grid;grid-template-columns:.82fr 1.35fr .82fr;grid-template-rows:repeat(2,minmax(240px,auto));gap:22px;align-items:stretch}
    .category-card-effect{position:relative;z-index:1;min-width:0}
    .category-card-effect:nth-child(1){grid-column:2;grid-row:1/3}
    .category-card-effect:nth-child(2){grid-column:1;grid-row:1}
    .category-card-effect:nth-child(3){grid-column:1;grid-row:2}
    .category-card-effect:nth-child(4){grid-column:3;grid-row:1}
    .category-card-effect:nth-child(5){grid-column:3;grid-row:2}
    .category-card-effect:not(.featured-effect)::before{content:"";position:absolute;inset:10px -12px -10px 10px;z-index:0;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px),radial-gradient(circle at 90% 50%,rgba(37,99,235,.25),transparent 70%),linear-gradient(125deg,#050716 0%,#0a1026 53%,#090d20 100%);background-size:32px 32px,32px 32px,100% 100%,100% 100%;box-shadow:0 10px 20px rgba(0,0,0,.18)}
    .category-card{position:relative;z-index:1;overflow:hidden;height:100%;padding:26px 24px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-shadow:0 8px 22px rgba(10,19,36,.055);transition:transform 400ms cubic-bezier(.16,1,.3,1),border-color 300ms ease,box-shadow 300ms ease}
    .category-card:not(.featured)::before{content:"";position:absolute;inset:0;z-index:0;background-image:linear-gradient(rgba(0,0,0,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.035) 1px,transparent 1px);background-size:32px 32px;opacity:0;pointer-events:none;transition:opacity 300ms ease}
    .category-card > *{position:relative;z-index:1}
    .category-card-effect:hover .category-card{transform:translateY(-8px);border-color:rgba(37,99,235,.3);box-shadow:0 16px 34px rgba(10,19,36,.12)}
    .category-card-effect:hover .category-card:not(.featured)::before{opacity:1}
    .category-card.featured{min-height:560px;padding:34px;color:#fff;background:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),radial-gradient(circle at 75% 18%,rgba(37,99,235,.35),transparent 38%),linear-gradient(150deg,#0a356f,#03101f);background-size:32px 32px,32px 32px,100% 100%,100% 100%;border-color:rgba(255,255,255,.08);box-shadow:0 18px 42px rgba(3,16,31,.2)}
    .category-card.featured p{color:rgba(255,255,255,.68)}
    .category-card h3{color:#0a0a23;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:1.08rem;font-weight:700;line-height:1.2;letter-spacing:-.025em}
    .category-card.featured h3{color:#fff;font-size:clamp(1.45rem,2vw,1.9rem)}
    .category-card p{font-size:.84rem;line-height:1.65}
    .category-icon{width:50px;height:50px;display:grid;place-items:center;margin-bottom:22px;border-radius:13px;color:#fff;background:#1f2937;transition:background 300ms ease,box-shadow 300ms ease}
    .featured .category-icon{color:#fff;background:rgba(255,255,255,.1)}
    .category-card-effect:hover .category-icon{background:#2563eb;box-shadow:0 0 20px rgba(37,99,235,.38)}
    .category-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
    .category-tag{padding:6px 9px;border-radius:999px;color:#506078;background:var(--soft);font-size:.63rem;font-weight:800}
    .featured .category-tags{gap:10px}
    .featured .category-tag{padding:8px 12px;border:1px solid rgba(191,219,254,.14);color:#dbeafe;background:rgba(255,255,255,.09);font-size:.72rem;font-weight:800;line-height:1.2;letter-spacing:.01em;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
    .featured .category-tag.is-active{color:#fff;background:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.14),0 0 18px rgba(37,99,235,.42)}
    .category-commerce-flow{position:relative;margin-top:24px;padding:20px 14px 14px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(5,7,22,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
    .category-flow-track{position:relative;min-height:116px}
    .category-flow-line{position:absolute;z-index:1;left:12.5%;right:12.5%;top:30px;height:3px;border-radius:999px;background:rgba(255,255,255,.18);overflow:hidden}
    .category-flow-progress{display:block;width:0;height:100%;border-radius:inherit;background:#60a5fa;box-shadow:0 0 12px rgba(96,165,250,.8);transition:width 1800ms cubic-bezier(.16,1,.3,1)}
    .category-flow-carton{position:absolute;z-index:2;left:var(--flow-x,12.5%);top:30px;width:26px;height:23px;opacity:1;filter:drop-shadow(0 6px 8px rgba(0,0,0,.36));transform:translate(-50%,-50%);transition:left 1800ms cubic-bezier(.16,1,.3,1),opacity 300ms ease}
    .category-flow-carton svg{display:block;width:26px;height:23px}
    .category-flow-stages{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr)}
    .category-flow-stage{display:flex;min-width:0;flex-direction:column;align-items:center;text-align:center}
    .category-flow-node{width:60px;height:60px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:16px;color:#fff;background:#111827;box-shadow:0 8px 18px rgba(0,0,0,.2);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.55rem;font-weight:850;line-height:1;transition:background 300ms ease,color 300ms ease,transform 300ms ease,box-shadow 300ms ease}
    .category-flow-node>svg{display:block;width:32px;height:32px;overflow:visible;shape-rendering:geometricPrecision}
    .category-flow-node>svg path{stroke-width:1.9;vector-effect:non-scaling-stroke}
    .category-flow-stage strong{margin-top:10px;color:rgba(255,255,255,.76);font-size:.78rem;font-weight:800;transition:color 300ms ease}
    .category-flow-stage small{margin-top:3px;color:rgba(255,255,255,.46);font-size:.62rem;line-height:1.3;transition:color 300ms ease}
    .category-flow-stage.is-active .category-flow-node{color:#fff;background:#2563eb;box-shadow:0 0 0 5px rgba(37,99,235,.14),0 0 24px rgba(37,99,235,.48);transform:translateY(-3px) scale(1.05)}
    .category-flow-stage.is-active strong{color:#fff}
    .category-flow-stage.is-active small{color:#bfdbfe}
    .category-flow-status{display:flex;align-items:center;justify-content:center;gap:8px;min-height:28px;margin-top:8px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.06);color:#dbeafe;font-size:.66rem;text-align:center}
    .category-flow-status>span{width:7px;height:7px;border-radius:50%;background:#60a5fa;box-shadow:0 0 0 4px rgba(96,165,250,.12),0 0 12px rgba(96,165,250,.55)}
    .category-flow-status strong{font-weight:750}
    .category-commerce-flow.is-resetting .category-flow-carton,.category-commerce-flow.is-resetting .category-flow-progress{opacity:0;transition:none}
    @media(max-width:960px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.category-card-effect:nth-child(n){grid-column:auto;grid-row:auto}.category-card-effect.featured-effect{grid-column:1/-1}.category-card.featured{min-height:560px}}

    /* Buyer control — light silver theme */
    .control-band{position:relative;overflow:hidden;color:#111827;background:#f3f4f6}
    .control-band::before{display:none}
    .control-grid{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:76px;align-items:center}
    .control-copy{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
    .control-copy .eyebrow{min-height:0;margin:0 0 24px;padding:8px 16px;border-color:rgba(37,99,235,.4);border-radius:20px;background:rgba(37,99,235,.2);color:#2563eb;box-shadow:0 2px 10px rgba(37,99,235,.08);font-size:.75rem;font-weight:700;line-height:1.6;letter-spacing:.05em}
    .control-copy .eyebrow-dot{width:6px;height:6px;background:currentColor;box-shadow:none}
    .control-copy h2{max-width:650px;margin-bottom:20px;color:#000;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;line-height:1.15;letter-spacing:-.03em}
    .control-copy h2 .highlight{color:#2563eb}
    .control-copy p{max-width:560px;color:#4b5563;font-size:1rem;line-height:1.7}
    .control-list{display:grid;gap:13px;padding:0;margin:28px 0 0;list-style:none}
    .control-list li{display:flex;align-items:flex-start;gap:11px;color:#374151;font-size:.9rem;font-weight:650;line-height:1.5;transition:transform 260ms cubic-bezier(.16,1,.3,1),color 220ms ease}
    .control-list li:hover{color:#111827;transform:translateX(4px)}
    .control-list .check{width:22px;height:22px;flex:0 0 22px;border:1px solid #86efac;background:#dcfce7;color:#15803d;box-shadow:0 4px 12px rgba(21,128,61,.14);transition:transform 220ms ease,box-shadow 220ms ease}
    .control-list li:hover .check{transform:scale(1.08);box-shadow:0 7px 16px rgba(21,128,61,.2)}
    .control-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 24px}
    .control-card-effect{position:relative;z-index:1;min-width:0}
    .control-card-effect::before{content:"";position:absolute;z-index:-1;top:10px;right:-10px;bottom:-10px;left:10px;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px),radial-gradient(circle at 90% 50%,rgba(37,99,235,.25),transparent 70%),linear-gradient(125deg,#050716 0%,#0a1026 53%,#090d20 100%);background-size:32px 32px,32px 32px,100% 100%,100% 100%;box-shadow:0 10px 20px rgba(0,0,0,.2)}
    .control-card{position:relative;z-index:1;overflow:hidden;height:100%;min-height:220px;padding:30px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 6px 20px rgba(10,10,35,.07);font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;transition:transform 400ms cubic-bezier(.16,1,.3,1),border-color 220ms ease,box-shadow 260ms ease}
    .control-card::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 1px);background-size:32px 32px}
    .control-card>*{position:relative;z-index:1}
    .control-card-effect:hover .control-card{border-color:#93c5fd;transform:translateY(-8px);box-shadow:0 16px 36px rgba(37,99,235,.14)}
    .control-card.accent{border-color:#bfdbfe}
    .control-card-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:22px;border:0;border-radius:12px;color:#fff;background:#1f2937;box-shadow:none;transition:background 300ms ease,transform 300ms cubic-bezier(.16,1,.3,1),box-shadow 300ms ease}
    .control-card-effect:hover .control-card-icon{color:#fff;background:#2563eb;transform:translateY(-2px);box-shadow:0 10px 24px rgba(37,99,235,.28)}
    .control-card strong{display:block;margin-bottom:9px;color:#0a0a23;font-size:1.12rem;font-weight:700;line-height:1.3;letter-spacing:-.02em}
    .control-card span{display:block;color:#5f6977;font-size:.86rem;line-height:1.65}
    @media(max-width:760px){.control-panel{gap:24px}.control-card-effect::before{right:-7px;left:7px}.control-card{min-height:0;padding:26px 24px}}

    /* Buyer type tabs — centred navigation with one master card */
    #buyer-types{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}
    #buyer-types::before{content:"";position:absolute;width:560px;height:560px;left:50%;top:24%;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.08),transparent 68%);transform:translateX(-50%);pointer-events:none}
    #buyer-types .container{position:relative;z-index:1}
    #buyer-types .section-heading{max-width:790px}
    #buyer-types .section-heading h2{margin-bottom:20px;color:#000;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;line-height:1.15;letter-spacing:-.03em}
    #buyer-types .section-heading p{max-width:690px;color:#4b5563;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:1.07rem;line-height:1.7}
    #buyer-types .highlight{color:#2563eb}
    .buyer-types-layout{max-width:1120px;margin-inline:auto}
    .buyer-type-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin:0 auto 30px}
    .buyer-tab{width:auto;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:9px 18px;border:1px solid #dbe4ef;border-radius:999px;background:#fff;color:#475569;box-shadow:0 4px 14px rgba(15,23,42,.06);font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.78rem;font-weight:800;line-height:1;letter-spacing:.02em;white-space:nowrap;transition:transform 260ms cubic-bezier(.16,1,.3,1),background 220ms ease,color 220ms ease,border-color 220ms ease,box-shadow 220ms ease}
    .buyer-tab-dot{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#94a3b8;transition:background 220ms ease,box-shadow 220ms ease}
    .buyer-tab:hover{color:#1d4ed8;border-color:#93c5fd;background:#eff6ff;transform:translateY(-2px);box-shadow:0 8px 22px rgba(37,99,235,.12)}
    .buyer-tab:hover .buyer-tab-dot{background:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12)}
    .buyer-tab.active{color:#fff;border-color:#2563eb;background:#2563eb;box-shadow:0 10px 26px rgba(37,99,235,.25)}
    .buyer-tab.active .buyer-tab-dot{background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.18)}
    .buyer-tab:focus-visible{outline:3px solid rgba(37,99,235,.24);outline-offset:3px}
    .buyer-type-content{position:relative;isolation:isolate}
    .buyer-type-content::before{content:"";position:absolute;z-index:-1;inset:14px -12px -15px 12px;border-radius:28px;background-color:#07122d;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(135deg,#07122d,#111d47);background-size:34px 34px,34px 34px,auto;box-shadow:0 18px 44px rgba(7,18,45,.18)}
    .buyer-pane{display:none;position:relative;overflow:hidden;min-height:480px;padding:38px;border:1px solid #e5e7eb;border-radius:24px;background:rgba(255,255,255,.98);box-shadow:0 12px 40px rgba(10,10,35,.12);font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;transition:transform 400ms cubic-bezier(.16,1,.3,1),box-shadow 300ms ease}
    .buyer-pane::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(15,23,42,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 1px);background-size:34px 34px;opacity:.72}
    .buyer-pane>*{position:relative;z-index:1}
    .buyer-pane.active{display:block;animation:fadeIn .32s cubic-bezier(.16,1,.3,1)}
    .buyer-pane.active:hover{transform:translateY(-6px);box-shadow:0 18px 48px rgba(15,23,42,.14)}
    @keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
    .buyer-pane-head{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:28px}
    .buyer-pane-head>div{max-width:780px}
    .buyer-pane-head .eyebrow{margin-bottom:18px}
    .buyer-pane-head h3{max-width:760px;margin-bottom:14px;color:#0a0a23;font-size:clamp(1.28rem,2vw,1.75rem);font-weight:700;line-height:1.12;letter-spacing:-.035em}
    .buyer-pane-head p{margin-bottom:0;color:#4b5563;font-size:1rem;line-height:1.7}
    .buyer-badge{flex:0 0 auto;padding:7px 12px;border:1px solid rgba(37,99,235,.15);border-radius:20px;color:#2563eb;background:#eff6ff;font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
    .buyer-data-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
    .buyer-data-card{position:relative;padding:18px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:transform 300ms cubic-bezier(.16,1,.3,1),border-color 220ms ease,box-shadow 220ms ease}
    .buyer-data-card::before{content:"";position:absolute;left:18px;top:0;width:44px;height:3px;border-radius:0 0 3px 3px;background:#cbd5e1;transition:width 300ms ease,background 220ms ease}
    .buyer-data-card:hover{border-color:#93c5fd;transform:translateY(-4px);box-shadow:0 12px 28px rgba(37,99,235,.11)}
    .buyer-data-card:hover::before{width:72px;background:#2563eb}
    .buyer-data-card strong{display:block;margin-bottom:5px;color:#111827;font-size:.88rem;font-weight:750;transition:color 220ms ease}
    .buyer-data-card:hover strong{color:#2563eb}
    .buyer-data-card span{display:block;color:#4b5563;font-size:.78rem;line-height:1.6}
    .buyer-pane-note{margin-top:22px;padding:18px 20px;border-left:4px solid #2563eb;border-radius:12px;color:#dbeafe;background-color:#07122d;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:28px 28px;font-size:.82rem;font-weight:650;line-height:1.55}
    @media(max-width:760px){.buyer-type-nav{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding:2px 2px 12px;scrollbar-width:thin}.buyer-tab{flex:0 0 auto}.buyer-type-content::before{inset:10px -5px -11px 7px}.buyer-pane-head{gap:18px}}
    @media(max-width:640px){#buyer-types .section-heading h2{font-size:clamp(1.6rem,7vw,2.2rem)}}

    /* Qualification */
    .qualification-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
    .qualification-card{padding:34px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm)}
    .qualification-card.ready{border-top:5px solid var(--success)}
    .qualification-card.prepare{border-top:5px solid var(--blue-700)}
    .qualification-list{display:grid;gap:13px;padding:0;margin:25px 0 0;list-style:none}
    .qualification-list li{display:flex;gap:11px;color:#34435a;font-size:.89rem;font-weight:650}
    .qualification-list-icon{width:24px;height:24px;display:grid;place-items:center;flex:0 0 24px;border-radius:7px;color:var(--success);background:#e9f9f3;font-size:.72rem;font-weight:900}
    .prepare .qualification-list-icon{color:var(--blue-700);background:var(--blue-100)}

    /* Buyer FAQs — Brand/Home typography and accordion treatment */
    #faq{background:#f3f4f6}
    .faq-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:72px;align-items:start}
    .faq-intro{position:sticky;top:124px}
    .faq-intro .eyebrow{min-height:0;margin:0 0 24px;padding:8px 16px;border:1px solid rgba(37,99,235,.4);border-radius:20px;background:rgba(37,99,235,.2);color:#2563eb;box-shadow:0 2px 10px rgba(37,99,235,.08);font-size:.75rem;font-weight:700;line-height:1.6;letter-spacing:.05em;text-transform:uppercase}
    .faq-intro .eyebrow-dot{width:6px;height:6px;background:currentColor;box-shadow:none}
    .faq-intro h2{margin-bottom:20px;color:#000;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;line-height:1.15;letter-spacing:-.03em}
    .faq-intro h2 .highlight{color:#2563eb}
    .faq-intro>p{color:#4b5563;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:1rem;line-height:1.7}
    .faq-list{display:grid;gap:12px;border-top:0}
    .faq-item{overflow:hidden;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:border-color 300ms ease,box-shadow 300ms ease}
    .faq-item:hover,.faq-item.open{border-color:rgba(37,99,235,.3);box-shadow:0 10px 30px rgba(10,10,35,.08)}
    .faq-question{width:100%;min-height:82px;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:0;background:transparent;color:#0a0a23;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:1rem;font-weight:800;line-height:1.4;text-align:left;transition:background 300ms ease,color 300ms ease}
    .faq-question:hover,.faq-item.open .faq-question{background:#eff6ff;color:#2563eb}
    .faq-icon{position:relative;width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:50%;background:#f3f4f6;color:#2563eb;font-size:1.2rem;font-weight:800;transition:background 300ms ease,color 300ms ease,box-shadow 300ms ease}
    .faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows 260ms ease}
    .faq-answer>div{overflow:hidden}
    .faq-answer p{padding:0 56px 24px 18px;margin:0;color:#4b5563;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:1rem;line-height:1.7}
    .faq-item.open .faq-answer{grid-template-rows:1fr}
    .faq-item.open .faq-icon{background:#2563eb;color:#fff;box-shadow:0 0 18px rgba(37,99,235,.28);font-size:0}
    .faq-item.open .faq-icon::before{content:"";position:absolute;left:50%;top:50%;width:14px;height:14px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2.75 8.25 6.15 11.4 13.25 4.6' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px 14px no-repeat;transform:translate(-50%,-50%)}
    @media(max-width:640px){.faq-intro h2{font-size:clamp(1.6rem,7vw,2.2rem)}.faq-question{min-height:74px;padding:16px;font-size:.94rem}.faq-answer p{padding:0 46px 20px 16px;font-size:.94rem}}

    .final-cta{padding:40px 0 100px}
    .final-cta .container{width:min(calc(100% - 48px),1200px)}
    .cta-shell{position:relative;z-index:0;overflow:hidden;display:grid;grid-template-columns:1fr auto;align-items:center;gap:48px;padding:56px 64px;border:0;border-radius:24px;color:#fff;background:radial-gradient(circle at 100% 0%,rgba(37,99,235,.4) 0%,transparent 40%),radial-gradient(circle at 0% 100%,rgba(10,10,35,.9) 0%,transparent 50%),#0a0a23;box-shadow:0 24px 60px rgba(10,10,35,.14);transition:transform 300ms ease,box-shadow 300ms ease}
    .cta-shell::before,.cta-shell::after{content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:48px 48px}
    .cta-shell::before{-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,.05) 0%,rgba(0,0,0,.6) 100%);mask-image:linear-gradient(to right,rgba(0,0,0,.05) 0%,rgba(0,0,0,.6) 100%)}
    .cta-shell::after{z-index:-1;background-image:linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px);-webkit-mask-image:radial-gradient(350px circle at var(--mouse-x,-500px) var(--mouse-y,-500px),#000 0%,transparent 100%);mask-image:radial-gradient(350px circle at var(--mouse-x,-500px) var(--mouse-y,-500px),#000 0%,transparent 100%)}
    .cta-shell:hover{transform:translateY(-4px);box-shadow:0 32px 64px rgba(10,10,35,.2)}
    .cta-shell h2{max-width:700px;margin-bottom:12px;color:#fff;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:700;line-height:1.15;letter-spacing:-.03em}
    .cta-shell h2 .highlight{color:#2563eb}
    .cta-shell p{max-width:600px;margin-bottom:0;color:rgba(255,255,255,.75);font-size:1rem;line-height:1.7}
    .cta-shell .btn{position:relative;z-index:2;justify-content:center;min-height:52px;padding:14px 28px;border-radius:8px;font-size:.95rem;font-weight:600;letter-spacing:-.01em;white-space:nowrap;transition:all 220ms ease}
    .cta-shell .btn-light{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:#fff;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
    .cta-shell .btn-light:hover{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.15);color:#fff}
    @media(max-width:900px){.cta-shell{grid-template-columns:1fr;padding:40px 32px}}
    @media(max-width:640px){.final-cta .container{width:min(calc(100% - 32px),1200px)}.cta-shell{padding:32px 24px}.cta-shell .btn{width:100%}}

    .site-footer{padding:64px 0 26px;color:rgba(255,255,255,.75);background:var(--navy-950)}
    .footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,.65fr);gap:54px;padding-bottom:44px}
    .footer-logo-wrap{display:inline-flex;align-items:center;padding:9px 13px;border-radius:12px;background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.16)}
    .footer-logo-wrap .brand-logo-image{width:180px}
    .footer-brand p{max-width:400px;margin:22px 0 0;color:rgba(255,255,255,.65)}
    .footer-title{margin-bottom:18px;color:#fff;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}
    .footer-links{display:grid;gap:11px}
    .footer-links a:hover{color:#fff}
    .footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);font-size:.78rem}
    .footer-bottom-links{display:flex;gap:20px}
    .reveal{opacity:0;transform:translateY(20px);transition:opacity 620ms ease,transform 620ms ease}
    .reveal.visible{opacity:1;transform:translateY(0)}

    @media(max-width:1120px){
      .phone-block{display:none}.primary-nav{gap:20px}.buyer-hero-grid{gap:42px}.sourcing-board{min-height:550px}.float-intro{right:-4px}.friction-layout,.brief-shell,.control-grid{gap:44px}
    }
    @media(max-width:960px){
      .topbar{display:none}.nav-wrap{min-height:72px;grid-template-columns:auto auto;justify-content:space-between}.menu-toggle{display:inline-grid;place-items:center}.primary-nav,.nav-actions .btn{display:none}.primary-nav.open{position:absolute;top:72px;left:0;right:0;display:grid;gap:0;padding:14px 20px 22px;background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--shadow-sm)}.primary-nav.open a{padding:14px 0}.primary-nav a::after{display:none}.nav-actions{justify-self:end}
      .buyer-hero{padding-top:56px}.buyer-hero-grid,.friction-layout,.brief-shell,.control-grid,.faq-layout{grid-template-columns:1fr}.buyer-hero-copy{max-width:780px}.sourcing-board{margin-top:12px}.friction-intro,.faq-intro{position:static}.path-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.category-card.featured{grid-column:1/-1;grid-row:auto;min-height:390px}.control-grid{gap:42px}.trust-inner{grid-template-columns:1fr;padding:24px 0;gap:18px}.trust-label{max-width:none;text-align:center}.footer-grid{grid-template-columns:1.2fr repeat(3,1fr);gap:28px}
    }
    @media(max-width:760px){
      .container{width:min(calc(100% - 28px),var(--container))}.section{padding:74px 0}.section-tight{padding:58px 0}h1{font-size:clamp(2.65rem,13vw,4rem)}h2{font-size:clamp(2rem,10vw,3rem)}.brand-logo{min-width:0}.brand-logo-image{width:148px}.buyer-hero{padding:44px 0 56px}.hero-actions{align-items:stretch}.hero-actions .btn{width:100%}.hero-points{grid-template-columns:1fr;gap:10px}.sourcing-board{min-height:505px}.board-shell{inset:18px 0 22px 0}.board-body{padding:18px}.match-card{grid-template-columns:46px 1fr}.match-score{display:none}.request-summary{grid-template-columns:1fr}.summary-item:nth-child(n+2){display:none}.float-request{left:6px}.float-intro{right:5px}.trust-items{grid-template-columns:repeat(2,1fr)}.trust-item:last-child{grid-column:1/-1}.friction-row{grid-template-columns:50px 1fr}.path-grid{grid-template-columns:1fr}.path-card{min-height:280px}.brief-grid{grid-template-columns:1fr}.brief-field.wide{grid-column:auto}.brief-footer{align-items:stretch;flex-direction:column}.brief-footer .btn{width:100%}.category-grid{grid-template-columns:1fr}.category-card.featured{grid-column:auto;min-height:560px}.control-panel{grid-template-columns:1fr}.buyer-pane{padding:28px}.buyer-data-grid{grid-template-columns:1fr}.qualification-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}
      .desktop-title-break{display:none}.friction-intro{margin-bottom:38px}.friction-callout{border-radius:16px}.friction-list{grid-template-columns:1fr}.friction-list .friction-row{min-height:0;border:1px solid #e5e7eb;border-bottom:0;border-radius:0}.friction-list .friction-row:first-child{border-radius:22px 22px 0 0}.friction-list .friction-row:last-child{border-bottom:1px solid #e5e7eb;border-radius:0 0 22px 22px}.path-hub{position:relative;left:auto;top:auto;grid-row:1;justify-self:center;width:126px;height:126px;margin:0 auto 4px;border-width:6px;transform:none}.request-path .path-card{min-height:0;padding:26px 24px}
    }
    @media(max-width:480px){
      .brand-logo-image{width:132px}.sourcing-board{min-height:465px}.board-shell{border-radius:24px}.board-header{padding:0 16px}.filter-chip:nth-child(n+4){display:none}.match-card:nth-child(3){display:none}.board-float{padding:10px 12px}.board-float strong{font-size:.78rem}.path-card{padding:26px 23px}.path-output{left:23px;right:23px}.category-flow-stage small{display:none}.category-commerce-flow{padding-inline:8px}.buyer-pane-head{display:block}.buyer-badge{display:inline-flex;margin-top:10px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}
    }
    @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal,.btn,.category-card,.path-card,.buyer-tab,.buyer-pane,.buyer-data-card,.control-panel,.control-card,.control-card-icon,.control-list li,.cta-shell,.category-flow-progress,.category-flow-carton,.category-flow-node{transition:none}.buyer-pane.active{animation:none}.reveal{opacity:1;transform:none}}
/* ===================== BUYER INTERACTIVE TIMELINE ===================== */
.buyer-master-card {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  z-index: 2;
  position: relative;
  padding: 32px 28px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.buyer-step {
  display: flex;
  gap: 20px;
  cursor: pointer;
}
.buyer-step:last-child .step-line {
  display: none;
}

.step-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s ease;
}
.step-icon svg { width: 26px; height: 26px; }

.buyer-step.active .step-icon {
  background: #2563eb;
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.4);
}

.step-line {
  width: 2px;
  min-height: 24px;
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.08);
  margin: 8px 0;
  border-radius: 2px;
  transition: all 0.4s ease;
}

.buyer-step.active .step-line {
  background: linear-gradient(to bottom, #2563eb, rgba(255, 255, 255, 0.08));
}

.step-content {
  padding-bottom: 24px;
  flex-grow: 1;
}
.buyer-step:last-child .step-content {
  padding-bottom: 0;
}

.step-title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-top: 8px;
  transition: all 0.4s ease;
}

.buyer-step.active .step-title {
  color: #93c5fd;
}
.buyer-step:hover:not(.active) .step-title {
  color: #ffffff;
}

.step-details {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}
.step-details-inner {
  overflow: hidden;
}

.buyer-step.active .step-details {
  grid-template-rows: 1fr;
}

.step-details p {
  margin: 12px 0 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
  transition: color 0.4s ease;
}

.buyer-step.active .step-details p {
  color: rgba(255, 255, 255, 0.9);
}

.accordion-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.accordion-tag {
  padding: 6px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
}
.buyer-step.active .accordion-tag {
  background: rgba(96, 165, 250, 0.1);
  color: #93c5fd;
  border-color: rgba(96, 165, 250, 0.2);
}

@media (max-width: 960px) {
  .buyer-master-card { margin: 40px auto 0; max-width: 600px; padding: 28px 24px; }
}

/* Mobile hero: content only. Desktop hero remains unchanged. */
@media (max-width:760px) {
  .buyer-hero {
    min-height:0;
    padding:42px 0 48px;
  }
  .buyer-hero .buyer-hero-grid {
    grid-template-columns:minmax(0,1fr) !important;
    min-height:0;
    gap:0;
  }
  .buyer-hero .buyer-master-card {
    display:none !important;
  }
  .buyer-hero .buyer-hero-copy {
    width:100%;
    max-width:none !important;
    margin:0 !important;
    text-align:left !important;
  }
  .buyer-hero .badge {
    margin-bottom:18px;
    padding:7px 12px;
    font-size:.68rem;
    line-height:1.35;
  }
  .buyer-hero h1 {
    max-width:none !important;
    margin-bottom:18px;
    font-size:clamp(2.15rem,10.5vw,2.85rem) !important;
    line-height:1.08;
    letter-spacing:-.035em;
    text-align:left !important;
  }
  .buyer-hero .hero-lead {
    max-width:none;
    margin:0 0 26px !important;
    font-size:.94rem;
    line-height:1.65;
  }
  .buyer-hero .hero-actions {
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin:0;
  }
  .buyer-hero .hero-actions .btn {
    width:100%;
    min-height:50px;
    padding:12px 16px;
    font-size:.84rem;
  }
  .buyer-hero .hero-points {
    display:none !important;
  }
}

/* Final Wholesale mobile hero treatment. Desktop remains unchanged. */
.buyer-hero-lead-mobile {
  display:none;
}
.buyer-value-title-mobile {
  display:none;
}
.buyer-control-title-mobile {
  display:none;
}
.buyer-faq-mobile-break {
  display:none;
}
@media (max-width:760px) {
  html,
  body,
  main,
  .buyer-hero {
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }
  .buyer-hero {
    min-height:0;
    padding:38px 0 44px !important;
  }
  .buyer-hero .buyer-hero-grid {
    width:100% !important;
    max-width:100% !important;
    min-height:0;
    margin-inline:0 !important;
    padding-inline:16px;
    grid-template-columns:minmax(0,1fr) !important;
    gap:0;
  }
  .buyer-hero .buyer-hero-copy {
    width:100%;
    min-width:0;
    max-width:100% !important;
    margin:0 !important;
    text-align:center !important;
  }
  .buyer-hero .buyer-master-card,
  .buyer-hero .hero-points {
    display:none !important;
  }
  .buyer-hero .badge {
    display:flex;
    width:max-content;
    max-width:100%;
    margin:0 auto 18px;
    padding:7px 12px;
    font-size:.67rem;
    font-weight:500;
    line-height:1.35;
    letter-spacing:.035em;
    text-align:center;
  }
  .buyer-hero h1 {
    max-width:23ch !important;
    margin:0 auto 16px !important;
    padding-right:0;
    font-size:clamp(1.72rem,7.5vw,2.08rem) !important;
    line-height:1.13;
    text-align:center !important;
    overflow-wrap:normal;
    word-break:normal;
  }
  .buyer-hero-lead-desktop {
    display:none;
  }
  .buyer-hero-lead-mobile {
    display:inline;
  }
  .buyer-hero .hero-lead {
    max-width:31rem;
    margin:0 auto 22px !important;
    font-size:.89rem;
    line-height:1.6;
    text-align:center;
  }
  .buyer-hero .hero-actions {
    width:min(78%,300px);
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }
  .buyer-hero .hero-actions .btn {
    width:100%;
    min-height:46px;
    padding:11px 16px;
    justify-content:center;
    font-size:.8rem;
    white-space:normal;
    text-align:center;
  }
  #buyer-value .buyer-value-title-desktop {
    display:none;
  }
  #buyer-value .buyer-value-title-mobile {
    display:inline;
  }
  #buyer-value .friction-intro h2 {
    font-size:30px;
    line-height:1.1;
  }
  #buyer-value .buyer-value-title-line {
    white-space:nowrap;
  }
  #buyer-control .control-copy {
    text-align:center;
  }
  #buyer-control .control-copy .eyebrow {
    margin:0 auto 24px;
  }
  #buyer-control .buyer-control-title-desktop {
    display:none;
  }
  #buyer-control .buyer-control-title-mobile {
    display:inline;
  }
  #buyer-control .control-copy h2 {
    max-width:100%;
    margin-inline:auto;
    font-size:30px;
    line-height:1.1;
  }
  #buyer-control .control-copy > p {
    max-width:31rem;
    margin-inline:auto;
    text-align:center;
  }
  #buyer-control .control-list {
    text-align:left;
  }
  #faq .faq-intro {
    text-align:center;
  }
  #faq .faq-intro .eyebrow {
    margin:0 auto 24px;
  }
  #faq .faq-intro h2 {
    max-width:100%;
    margin-inline:auto;
    font-size:clamp(1.35rem,6.4vw,1.75rem);
    line-height:1.13;
  }
  #faq .buyer-faq-first-line {
    white-space:nowrap;
  }
  #faq .buyer-faq-mobile-break {
    display:inline;
  }
  #faq .faq-intro > p {
    max-width:31rem;
    margin-inline:auto;
    text-align:center;
  }
}
