/* DPP 'Add your company' page - ChatGPT handoff, approved v1.
   app/globals.css reproduced as delivered and scoped to .dpp-add, so its tokens and
   its generic class names cannot collide with register.css or recolour the site nav
   and footer. Values, spacing and breakpoints unchanged. Tailwind import dropped. */

.dpp-add{
  --ink: #121210;
  --paper: #f6f6f1;
  --white: #ffffff;
  --muted: #686860;
  --line: #deded7;
  --line-dark: #bfbfb6;
  --yellow: #f7efb7;
  --yellow-strong: #f2dc00;
  --yellow-line: #d6c86a;
  --red: #9b3029;
  --red-pale: #f8ece9;
}

.dpp-add *{
  box-sizing: border-box;
}

.dpp-add{
  scroll-behavior: smooth;
}

.dpp-add{
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.dpp-add button, .dpp-add input{
  font: inherit;
}

.dpp-add button, .dpp-add a{
  -webkit-tap-highlight-color: transparent;
}

.dpp-add a{
  color: inherit;
  text-decoration: none;
}

.dpp-add button:focus-visible, .dpp-add a:focus-visible, .dpp-add input:focus-visible{
  outline: 3px solid rgba(242, 220, 0, 0.62);
  outline-offset: 3px;
}

.dpp-add .back-link span, .dpp-add .claim-button span:last-child, .dpp-add .submit-button span:last-child, .dpp-add .independence-section a span{
  transition: transform 160ms ease;
}

.dpp-add .claim-button:hover span:last-child, .dpp-add .submit-button:hover span:last-child, .dpp-add .independence-section a:hover span{
  transform: translateX(4px);
}

.dpp-add .page-intro{
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.dpp-add .intro-inner, .dpp-add .request-grid, .dpp-add .meaning-inner, .dpp-add .independence-inner{
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
}

.dpp-add .intro-inner{
  padding: 40px 0 76px;
}

.dpp-add .back-link{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 58px;
  color: #5e5e57;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.dpp-add .back-link:hover span{
  transform: translateX(-4px);
}

.dpp-add .breadcrumb{
  margin: 0 0 38px;
  color: #707069;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.dpp-add .intro-grid{
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 80px;
  align-items: end;
}

.dpp-add h1{
  margin: 0;
  max-width: 780px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 5.2vw, 76px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.97;
}

.dpp-add .intro-copy > p:first-child{
  margin: 0;
  color: #4d4d46;
  font-size: 16px;
  line-height: 1.68;
}

.dpp-add .plain-note{
  margin: 28px 0 0;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  font-weight: 750;
}

.dpp-add .request-section{
  padding: 72px 0 84px;
  background: var(--paper);
}

.dpp-add .request-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: 82px;
  align-items: start;
}

.dpp-add .section-heading{
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
}

.dpp-add .section-heading > span{
  width: 42px;
  height: 27px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--white);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.dpp-add .eyebrow{
  margin: 1px 0 8px;
  color: #6b6000;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.15em;
  line-height: 1.3;
}

.dpp-add .section-heading h2{
  margin: 0;
  max-width: 470px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.dpp-add .expectation-list{
  margin-top: 43px;
  border-top: 1px solid var(--line-dark);
}

.dpp-add .expectation-list article{
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.dpp-add .expectation-list article > span{
  color: #94948c;
  font-size: 9px;
  font-weight: 800;
}

.dpp-add .expectation-list h3{
  margin: 0 0 9px;
  font-size: 13px;
  font-weight: 750;
}

.dpp-add .expectation-list p{
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.67;
}

.dpp-add .request-card, .dpp-add .result-card{
  min-height: 535px;
  border: 1px solid var(--yellow-line);
  background: var(--yellow);
}

.dpp-add .request-card{
  padding: 31px 34px 32px;
}

.dpp-add .card-heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(18, 18, 16, 0.2);
}

.dpp-add .card-heading .eyebrow{
  margin: 0;
}

.dpp-add .card-heading > span{
  padding: 6px 8px;
  border: 1px solid rgba(18, 18, 16, 0.28);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dpp-add .request-card > h2{
  margin: 29px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.dpp-add .card-lede{
  max-width: 440px;
  margin: 0 0 28px;
  color: #5f5a3e;
  font-size: 12px;
  line-height: 1.6;
}

.dpp-add .field{
  margin-top: 19px;
}

.dpp-add .field label{
  display: block;
  margin-bottom: 9px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dpp-add .field input{
  width: 100%;
  height: 57px;
  padding: 0 15px;
  border: 1px solid rgba(18, 18, 16, 0.36);
  border-radius: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.66);
  color: var(--ink);
  font-size: 13px;
}

.dpp-add .field input::placeholder{
  color: #85816a;
}

.dpp-add .field input:focus{
  border-color: var(--ink);
  background: var(--white);
  box-shadow: 0 0 0 2px var(--yellow), 0 0 0 4px var(--ink);
}

.dpp-add .field input.has-error{
  border-color: var(--red);
  background: #fffafa;
}

.dpp-add .field-meta{
  min-height: 17px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 8px;
  color: #6d684f;
  font-size: 9px;
}

.dpp-add .field-meta strong{
  color: #514c31;
  overflow-wrap: anywhere;
}

.dpp-add .form-error{
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 18px;
  padding: 12px 13px;
  border: 1px solid #c78b84;
  background: var(--red-pale);
  color: var(--red);
}

.dpp-add .form-error > span{
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 800;
}

.dpp-add .form-error p{
  margin: 1px 0 0;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.5;
}

.dpp-add .submit-button, .dpp-add .claim-button{
  width: 100%;
  min-height: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dpp-add .submit-button:hover, .dpp-add .claim-button:hover{
  background: #2b2b27;
}

.dpp-add .form-note{
  margin: 12px 2px 0;
  color: #6d684f;
  font-size: 9px;
  line-height: 1.5;
}

.dpp-add .result-card{
  padding: 0 34px 30px;
}

.dpp-add .result-label{
  margin: 0 -34px;
  padding: 15px 34px 14px;
  border-bottom: 1px solid var(--yellow-line);
  background: #f4e68f;
  color: #685e12;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.dpp-add .result-number{
  width: 40px;
  height: 27px;
  display: grid;
  place-items: center;
  margin: 30px 0 25px;
  background: var(--ink);
  color: var(--white);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.dpp-add .result-card > h2{
  max-width: 480px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.dpp-add .result-lede{
  max-width: 470px;
  margin: 17px 0 23px;
  color: #5d583d;
  font-size: 12px;
  line-height: 1.65;
}

.dpp-add .help-box{
  padding: 18px 19px;
  border: 1px solid rgba(18, 18, 16, 0.25);
  background: rgba(255, 255, 255, 0.52);
}

.dpp-add .help-box span, .dpp-add .existing-profile span{
  color: #766e37;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.dpp-add .help-box p{
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.6;
}

.dpp-add .result-footer{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(18, 18, 16, 0.2);
}

.dpp-add .result-footer p{
  max-width: 330px;
  margin: 0;
  color: #5d583d;
  font-size: 9px;
  line-height: 1.55;
}

.dpp-add .result-footer button{
  flex: 0 0 auto;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.dpp-add .existing-card{
  border-color: var(--line-dark);
  background: var(--white);
}

.dpp-add .existing-card .result-label{
  border-color: var(--line);
  background: var(--paper);
  color: #67675f;
}

.dpp-add .existing-card .result-lede, .dpp-add .existing-card .result-footer p{
  color: var(--muted);
}

.dpp-add .existing-profile{
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line-dark);
  background: var(--paper);
}

.dpp-add .profile-initials{
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
}

.dpp-add .existing-profile h3{
  margin: 5px 0 4px;
  font-size: 18px;
}

.dpp-add .existing-profile p{
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

.dpp-add .existing-card .result-footer{
  border-color: var(--line);
}

.dpp-add .meaning-section{
  padding: 76px 0 83px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.dpp-add .meaning-inner > .section-heading{
  max-width: 620px;
}

.dpp-add .meaning-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 45px;
  border: 1px solid var(--line-dark);
}

.dpp-add .meaning-grid article{
  min-height: 290px;
  padding: 31px;
}

.dpp-add .research-layer{
  background: var(--white);
}

.dpp-add .company-layer{
  border-left: 1px solid var(--yellow-line);
  background: var(--yellow);
}

.dpp-add .layer-title{
  display: flex;
  align-items: center;
  gap: 10px;
}

.dpp-add .layer-title > span{
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.dpp-add .key-white, .dpp-add .key-yellow{
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 1px solid var(--line-dark);
  background: var(--white);
}

.dpp-add .key-yellow{
  border-color: #c8b94b;
  background: var(--yellow);
}

.dpp-add .meaning-grid h3{
  max-width: 450px;
  margin: 45px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.dpp-add .meaning-grid p{
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.68;
}

.dpp-add .company-layer p{
  color: #5f5a3e;
}

.dpp-add .evidence-key{
  display: flex;
  gap: 30px;
  margin-top: 19px;
  color: #5d5d56;
  font-size: 9px;
}

.dpp-add .evidence-key > div{
  display: flex;
  align-items: center;
  gap: 9px;
}

.dpp-add .independence-section{
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.dpp-add .independence-inner{
  display: grid;
  grid-template-columns: 0.55fr 1.65fr 0.55fr;
  gap: 50px;
  align-items: start;
  padding: 62px 0 68px;
}

.dpp-add .independence-inner blockquote{
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.35;
}

.dpp-add .independence-inner a{
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--ink);
  font-size: 9px;
  font-weight: 800;
}

@media (max-width: 1040px){.dpp-add .request-grid{
    grid-template-columns: 0.8fr minmax(430px, 1.2fr);
    gap: 48px;
  }
}

@media (max-width: 820px){.dpp-add .intro-inner, .dpp-add .request-grid, .dpp-add .meaning-inner, .dpp-add .independence-inner{
    width: min(700px, calc(100% - 48px));
  }

.dpp-add .intro-grid, .dpp-add .request-grid{
    grid-template-columns: 1fr;
  }

.dpp-add .intro-grid{
    gap: 36px;
  }

.dpp-add .request-grid{
    gap: 48px;
  }

.dpp-add .request-card-wrap{
    max-width: 620px;
  }

.dpp-add .meaning-grid{
    grid-template-columns: 1fr;
  }

.dpp-add .company-layer{
    border-top: 1px solid var(--yellow-line);
    border-left: 0;
  }

.dpp-add .independence-inner{
    grid-template-columns: 0.5fr 1.5fr;
  }

.dpp-add .independence-inner a{
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 620px){.dpp-add .intro-inner, .dpp-add .request-grid, .dpp-add .meaning-inner, .dpp-add .independence-inner{
    width: calc(100% - 32px);
  }

.dpp-add .intro-inner{
    padding: 27px 0 49px;
  }

.dpp-add .back-link{
    margin-bottom: 39px;
  }

.dpp-add .breadcrumb{
    margin-bottom: 27px;
    font-size: 8px;
    line-height: 1.6;
  }

.dpp-add h1{
    font-size: 47px;
  }

.dpp-add .intro-copy > p:first-child{
    font-size: 14px;
  }

.dpp-add .request-section, .dpp-add .meaning-section{
    padding: 47px 0 54px;
  }

.dpp-add .section-heading{
    grid-template-columns: 1fr;
  }

.dpp-add .section-heading h2{
    font-size: 29px;
  }

.dpp-add .expectation-list{
    margin-top: 32px;
  }

.dpp-add .request-card, .dpp-add .result-card{
    min-height: auto;
  }

.dpp-add .request-card{
    padding: 24px 20px 25px;
  }

.dpp-add .request-card > h2{
    font-size: 34px;
  }

.dpp-add .card-heading{
    align-items: flex-start;
  }

.dpp-add .field-meta{
    flex-direction: column;
    gap: 5px;
  }

.dpp-add .result-card{
    padding: 0 20px 24px;
  }

.dpp-add .result-label{
    margin: 0 -20px;
    padding: 13px 20px;
  }

.dpp-add .result-card > h2{
    font-size: 30px;
  }

.dpp-add .result-footer{
    align-items: flex-start;
    flex-direction: column;
  }

.dpp-add .meaning-grid{
    margin-top: 34px;
  }

.dpp-add .meaning-grid article{
    min-height: auto;
    padding: 24px 20px 29px;
  }

.dpp-add .meaning-grid h3{
    margin-top: 35px;
    font-size: 25px;
  }

.dpp-add .evidence-key{
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

.dpp-add .independence-inner{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 43px 0 49px;
  }

.dpp-add .independence-inner blockquote{
    font-size: 23px;
  }

.dpp-add .independence-inner a{
    grid-column: 1;
  }

}

@media (prefers-reduced-motion: reduce){.dpp-add{
    scroll-behavior: auto;
  }

.dpp-add *{
    transition: none !important;
  }
}

/* ---- isolation, not design ---------------------------------------------
   register.css is loaded on this page too and styles `.company-layer h3` for
   the supplier profile, where it is a small uppercase label. Here the same
   class name carries a sentence, so its uppercase and letter-spacing leak in.
   Restated below with the package's own values for this page. */
.dpp-add .meaning-grid h3,
.dpp-add .company-layer h3 {
  font-size: 28px;
  letter-spacing: -0.035em;
  text-transform: none;
}

@media (max-width: 760px) {
  .dpp-add .meaning-grid h3,
  .dpp-add .company-layer h3 { font-size: 25px; }
}
