.trust-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 72svh;
  padding: 138px var(--pad) 44px;
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
}

.trust-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 18%;
  right: 8%;
  width: min(32vw, 430px);
  aspect-ratio: 1;
  border: 1px solid rgba(16,21,19,.25);
  border-radius: 50%;
  box-shadow: 0 0 0 5vw rgba(49,91,104,.06), 0 0 0 10vw rgba(155,73,51,.035);
}

.trust-kicker { margin: 0; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.trust-hero h1 { max-width: 10ch; margin: clamp(60px, 9vh, 110px) 0; font: 800 clamp(72px, 12vw, 190px)/.76 "Syne", sans-serif; letter-spacing: -.085em; }
.trust-hero h1 span { color: transparent; -webkit-text-stroke: 1.5px var(--rust); }
.privacy-page .trust-hero h1 { max-width: none; font-size: clamp(44px, 11.5vw, 170px); white-space: nowrap; }
.contact-page .trust-hero h1 span { display: block; font-size: .55em; letter-spacing: -.055em; }
.trust-hero-bottom { display: flex; justify-content: space-between; gap: var(--pad); align-items: end; padding-top: 22px; border-top: 1px solid var(--ink); }
.trust-hero-bottom p { max-width: 54ch; margin: 0; font-size: clamp(15px, 1.4vw, 19px); line-height: 1.8; }
.trust-hero-bottom span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .15em; white-space: nowrap; }

.trust-layout { display: grid; grid-template-columns: 28% minmax(0, 1fr); min-height: 70svh; }
.trust-index { padding: 88px var(--pad); border-right: 1px solid var(--line); }
.trust-index p { position: sticky; top: 120px; margin: 0; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .15em; line-height: 2; text-transform: uppercase; }
.trust-content { padding: 88px var(--pad) 120px; }
.trust-lead { max-width: 34ch; margin: 0 0 80px; font: 700 clamp(30px, 4.2vw, 62px)/1.2 "Syne", sans-serif; letter-spacing: -.05em; }
.trust-lead span { color: var(--rust); }

.policy-section { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: clamp(24px, 4vw, 64px); padding: 44px 0; border-top: 1px solid var(--line); }
.policy-section:last-child { border-bottom: 1px solid var(--line); }
.policy-section > span { color: var(--rust); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.policy-section h2 { margin: 0 0 20px; font-size: clamp(22px, 2.5vw, 34px); letter-spacing: -.03em; }
.policy-section h3 { margin: 28px 0 10px; font-size: 17px; }
.policy-section p, .policy-section li { color: var(--muted); font-size: 14px; line-height: 1.9; }
.policy-section p { margin: 0 0 16px; }
.policy-section ul { margin: 14px 0 20px; padding-left: 1.3em; }
.policy-section a,
.form-consent a { color: var(--blue); border-bottom: 1px solid currentColor; }
.policy-note { padding: 16px 18px; color: var(--ink) !important; border-left: 3px solid var(--rust); background: rgba(155,73,51,.09); }

.contact-layout { align-items: start; }
.contact-copy { display: grid; gap: 24px; margin-bottom: 58px; }
.contact-copy p { max-width: 54ch; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.contact-boundary { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 70px; border-block: 1px solid var(--ink); }
.contact-boundary div { padding: 22px 18px 24px 0; }
.contact-boundary div + div { padding-left: 18px; border-left: 1px solid var(--ink); }
.contact-boundary span { display: block; color: var(--rust); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.contact-boundary strong { display: block; margin-top: 18px; font-size: 14px; }

.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; }
.contact-form noscript { grid-column: 1 / -1; }
.form-field { display: grid; gap: 10px; }
.form-field--full, .form-consent, .form-actions, .form-status { grid-column: 1 / -1; }
.form-field label { font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.form-field label span { color: var(--rust); }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  color: var(--ink);
  border: 1px solid rgba(16,21,19,.42);
  border-radius: 0;
  background: rgba(255,255,255,.32);
  font: inherit;
}
.form-field textarea { min-height: 210px; resize: vertical; line-height: 1.7; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #686d68; }
.form-help { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.form-consent { display: flex; gap: 12px; align-items: flex-start; padding: 20px 0; border-block: 1px solid var(--line); }
.form-consent input { width: 19px; height: 19px; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--rust); }
.form-consent label { color: var(--muted); font-size: 13px; line-height: 1.7; }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.form-actions p { max-width: 44ch; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.contact-submit { min-width: 210px; min-height: 56px; padding: 15px 22px; color: var(--paper); border: 1px solid var(--ink); background: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .12em; cursor: pointer; transition: color .2s ease, background .2s ease; }
.contact-submit:hover { color: var(--ink); background: var(--lime); }
.contact-submit:disabled { cursor: not-allowed; opacity: .58; }
.form-status { min-height: 52px; margin: 0; padding: 15px 17px; border: 1px solid transparent; font-size: 13px; line-height: 1.6; }
.form-status:empty { min-height: 0; padding: 0; }
.form-status[data-state="success"] { color: #193a26; border-color: #4b7b5b; background: #d7e9d5; }
.form-status[data-state="error"] { color: #6d241d; border-color: #a35749; background: #f0d8d1; }

.trust-footer { padding: 72px var(--pad) 28px; color: var(--paper); background: #0d1514; }

@media (max-width: 760px) {
  .trust-hero { min-height: 700px; padding-top: 112px; }
  .trust-hero::after { top: 30%; right: -25%; width: 78vw; }
  .trust-hero h1 { font-size: 13vw; }
  .contact-page .trust-hero h1 span { font-size: 6.4vw; }
  .trust-hero-bottom { flex-direction: column; align-items: flex-start; }
  .trust-layout { grid-template-columns: 1fr; }
  .trust-index { padding-block: 36px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-index p { position: static; }
  .trust-content { padding-block: 70px 90px; }
  .trust-lead { margin-bottom: 54px; }
  .policy-section { grid-template-columns: 1fr; gap: 18px; padding-block: 36px; }
  .contact-boundary { grid-template-columns: 1fr; }
  .contact-boundary div { padding: 22px 0; }
  .contact-boundary div + div { padding-left: 0; border-top: 1px solid var(--ink); border-left: 0; }
  .contact-form { grid-template-columns: 1fr; }
  .form-field--full, .form-consent, .form-actions, .form-status { grid-column: 1; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .contact-submit { width: 100%; }
}
