.spc-page {
  --spc-ink: #262323;
  --spc-muted: rgba(38, 35, 35, 0.62);
  --spc-line: rgba(38, 35, 35, 0.1);
  --spc-teal: #188c76;
  min-height: 100vh;
  background: #f5f5f2;
  color: var(--spc-ink);
}

.spc-hero {
  position: relative;
  overflow: hidden;
  padding: 142px 24px 104px;
  background:
    radial-gradient(circle at 88% 14%, rgba(55, 200, 173, 0.2), transparent 29%),
    linear-gradient(145deg, #eaf2ef 0%, #f5f5f2 44%, #edf4f5 100%);
}

.spc-pixel-field {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(26, 108, 120, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 108, 120, 0.07) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(135deg, transparent 12%, #000 55%, transparent 92%);
  pointer-events: none;
}

.spc-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 70px;
  width: min(1120px, 100%);
  margin: 0 auto;
  align-items: start;
}

.spc-intro {
  padding-top: 34px;
}

.spc-eyebrow {
  margin: 0 0 17px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.13em;
  color: #16856f;
}

.spc-intro h1,
.spv-head h1 {
  margin: 0;
  font-family: var(--font-neoris), sans-serif;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 410;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.spc-lead {
  max-width: 520px;
  margin: 28px 0 0;
  font-family: var(--font-neoris), sans-serif;
  font-size: 17px;
  font-weight: 440;
  line-height: 1.55;
  color: var(--spc-muted);
}

.spc-contact-block {
  margin-top: 42px;
}

.spc-contact-label {
  margin: 0 0 8px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(38, 35, 35, 0.46);
}

.spc-contact-block > a {
  display: inline-block;
  color: var(--spc-ink);
  font-family: var(--font-neoris), sans-serif;
  font-size: 22px;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.spc-locations {
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid var(--spc-line);
}

.spc-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 26px;
}

.spc-location-grid address {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: var(--font-neoris), sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: var(--spc-muted);
}

.spc-location-grid strong {
  margin-bottom: 4px;
  color: var(--spc-ink);
  font-size: 13px;
  font-weight: 520;
}

.spc-location-grid a {
  margin-top: 5px;
  color: inherit;
}

.spc-form-frame {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  background: rgba(206, 222, 225, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 28px 70px rgba(31, 74, 79, 0.14);
  backdrop-filter: blur(18px);
}

/* AI transparency reuses the legal-page structure while giving the update
   status and source links a clear, restrained hierarchy. */
.spv-ai-hero {
  background: linear-gradient(180deg, rgba(224, 242, 249, 0.82), rgba(245, 245, 242, 0));
}
.spv-updated {
  display: inline-flex;
  margin-top: 22px;
  padding: 7px 10px;
  border: 1px solid rgba(38, 35, 35, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  font: 500 11px/1 var(--font-ibm-plex-mono, monospace);
  color: rgba(38, 35, 35, 0.58);
}
.spv-ai-article a {
  color: rgb(0, 126, 199);
  text-underline-offset: 3px;
}

.spc-form-window {
  overflow: hidden;
  padding: 0 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 14px;
  background: rgba(251, 251, 248, 0.96);
  box-shadow:
    inset 0 2px 0 #fff,
    0 0 0 5px rgba(232, 231, 230, 0.28),
    0 8px 28px rgba(22, 64, 82, 0.09);
}

.spc-form-head {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 12px;
  margin: 0 -28px;
  padding: 0 28px;
  border-bottom: 1px solid var(--spc-line);
  background: rgba(255, 255, 255, 0.58);
}

.spc-form-mark {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 9px;
  border: 1px solid rgba(18, 88, 76, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 1px 0 #fff, 0 6px 15px rgba(21, 129, 106, 0.12);
}

.spc-form-mark img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.spc-form-head > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.spc-form-head small {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
  color: rgba(38, 35, 35, 0.44);
}

.spc-form-head strong {
  margin-top: 3px;
  font-family: var(--font-neoris), sans-serif;
  font-size: 15px;
  font-weight: 530;
}

.spc-form-head i {
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-radius: 50%;
  background: #32bd8a;
  box-shadow: 0 0 0 4px rgba(50, 189, 138, 0.12);
}

.spc-form-note {
  margin: 22px 0 20px;
  font-family: var(--font-neoris), sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color: var(--spc-muted);
}

.spc-form,
.spc-field {
  display: flex;
  flex-direction: column;
}

.spc-form {
  gap: 16px;
}

.spc-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.spc-field {
  gap: 7px;
}

.spc-label {
  font-family: var(--font-neoris), sans-serif;
  font-size: 11px;
  font-weight: 490;
  color: rgba(38, 35, 35, 0.72);
}

.spc-label span {
  margin-left: 3px;
  color: #16856f;
}

.spc-input {
  box-sizing: border-box;
  width: 100%;
  min-height: 43px;
  padding: 10px 12px;
  border: 1px solid rgba(38, 35, 35, 0.11);
  border-radius: 8px;
  outline: none;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 1px 2px rgba(38, 35, 35, 0.04), 0 1px 0 #fff;
  color: var(--spc-ink);
  font-family: var(--font-neoris), sans-serif;
  font-size: 13px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.spc-input:focus {
  border-color: rgba(24, 140, 118, 0.52);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(46, 202, 165, 0.11), inset 0 1px 2px rgba(38, 35, 35, 0.03);
}

.spc-input::placeholder {
  color: rgba(38, 35, 35, 0.36);
}

.spc-select {
  appearance: none;
  padding-right: 36px;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(38, 35, 35, 0.55) 50%),
    linear-gradient(135deg, rgba(38, 35, 35, 0.55) 50%, transparent 50%);
  background-position: calc(100% - 17px) 19px, calc(100% - 12px) 19px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.spc-textarea {
  min-height: 124px;
  resize: vertical;
  line-height: 1.5;
}

.spc-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-family: var(--font-neoris), sans-serif;
  font-size: 11px;
  line-height: 1.45;
  color: var(--spc-muted);
}

.spc-consent input {
  width: 15px;
  height: 15px;
  margin: 1px 0 0;
  accent-color: #16856f;
}

.spc-consent a {
  color: var(--spc-ink);
  text-underline-offset: 2px;
}

.spc-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

.spc-form-footer {
  display: flex;
  align-items: center;
  gap: 14px;
}

.spc-submit {
  display: inline-flex;
  min-height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid #202020;
  border-radius: 8px;
  background: #202020;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 4px 10px rgba(0, 0, 0, 0.14);
  color: #fff;
  cursor: pointer;
  font-family: var(--font-neoris), sans-serif;
  font-size: 13px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.spc-submit:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 7px 16px rgba(0, 0, 0, 0.16);
}

.spc-submit:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 2px 6px rgba(0, 0, 0, 0.1);
}

.spc-submit b {
  font-size: 15px;
  font-weight: 400;
}

.spc-delivery {
  margin: 0;
  font-family: var(--font-neoris), sans-serif;
  font-size: 10px;
  line-height: 1.4;
  color: rgba(38, 35, 35, 0.45);
}

.spc-form-status {
  min-height: 16px;
  margin: -4px 0 0;
  font-family: var(--font-neoris), sans-serif;
  font-size: 11px;
  line-height: 1.4;
}

.spc-form-status.is-error { color: #a43b32; }
.spc-form-status.is-success { color: #16856f; }

/* Privacy page */
.spv-hero {
  position: relative;
  overflow: hidden;
  padding: 148px 24px 78px;
  background: linear-gradient(135deg, #eaf2ef, #f5f5f2 62%);
}

.spv-head {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
  margin: 0 auto;
}

.spv-head h1 {
  font-size: clamp(42px, 5vw, 64px);
}

.spv-head > p:last-child {
  max-width: 620px;
  margin: 22px 0 0;
  font-family: var(--font-neoris), sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: var(--spc-muted);
}

.spv-article {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 104px;
}

.spv-article section {
  padding: 34px 0;
  border-bottom: 1px solid var(--spc-line);
}

.spv-article section:first-child { padding-top: 0; }
.spv-article section:last-child { border-bottom: 0; }

.spv-article h2 {
  margin: 0 0 16px;
  font-family: var(--font-neoris), sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.25;
}

.spv-article h3 {
  margin: 28px 0 10px;
  font-family: var(--font-neoris), sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(38, 35, 35, 0.9);
}

.spv-article p,
.spv-article li {
  font-family: var(--font-neoris), sans-serif;
  font-size: 16px;
  line-height: 1.72;
  color: rgba(38, 35, 35, 0.7);
}

.spv-article p { margin: 0 0 14px; }
.spv-article p:last-child { margin-bottom: 0; }
.spv-article ul,
.spv-article ol { margin: 12px 0 18px; padding-left: 24px; }
.spv-article ol { list-style: decimal; }
.spv-article ol ol { margin: 8px 0 5px; }
.spv-article li { margin-bottom: 7px; }

.spv-article a {
  color: #127e68;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.spv-note {
  padding: 14px 16px;
  border: 1px solid rgba(18, 126, 104, 0.14);
  border-radius: 10px;
  background: rgba(222, 241, 235, 0.52);
}

.spv-definitions {
  margin: 20px 0 0;
}

.spv-definitions > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) 1fr;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid var(--spc-line);
}

.spv-definitions dt,
.spv-definitions dd {
  margin: 0;
  font-family: var(--font-neoris), sans-serif;
  font-size: 15px;
  line-height: 1.62;
}

.spv-definitions dt {
  font-weight: 600;
  color: rgba(38, 35, 35, 0.9);
}

.spv-definitions dd {
  color: rgba(38, 35, 35, 0.7);
}

@media (max-width: 900px) {
  .spc-shell {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .spc-intro {
    padding-top: 0;
  }

  .spc-lead {
    max-width: 620px;
  }
}

@media (max-width: 600px) {
  .spc-hero {
    padding: 116px 18px 72px;
  }

  .spc-intro h1,
  .spv-head h1 {
    font-size: 40px;
  }

  .spc-location-grid,
  .spc-two-col {
    grid-template-columns: 1fr;
  }

  .spc-form-frame {
    margin: 0 -4px;
    padding: 8px;
    border-radius: 18px;
  }

  .spc-form-window {
    padding: 0 18px 22px;
  }

  .spc-form-head {
    margin: 0 -18px;
    padding: 0 18px;
  }

  .spc-form-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .spv-hero {
    padding: 122px 20px 62px;
  }

  .spv-article {
    width: calc(100% - 40px);
    padding: 54px 0 80px;
  }

  .spv-article h2 { font-size: 21px; }
  .spv-article h3 { font-size: 16px; }
  .spv-article p,
  .spv-article li { font-size: 15px; }

  .spv-definitions > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spc-input,
  .spc-submit {
    transition: none !important;
  }
}
