/* ============================================================
   partner.css — partner pages for architecture & interior-design studios
   v3 (2.9.2026). Replaces the navy/gold editorial build (git history keeps it).

   This audience judges pages for a living. Their own sites and the
   architecture press are achromatic, left-aligned, small-type and
   hairline-ruled, and carry no buttons, cards, gradients or gilt.
   This sheet follows that register: white ground, one grotesk, no accent
   hue, underlined text links instead of buttons, and a single authorial
   gesture — the plan drawing.

   Scoped under .pa-page / .pa so nothing leaks into the rest of the site.
   Logical properties throughout, so the RTL build needs no overrides.
   ============================================================ */

.pa-page {
  --paper: #fff;
  --ink: #14181d;
  --ink-2: #565f65;
  --ink-3: #8b9298;
  --rule: #dcdedd;
  --rule-2: #ecedec;
  --graphite: #1f262b;
  --pad: clamp(20px, 6vw, 96px);
  --col: 640px;
  background: var(--paper);
}

.pa {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Inter', 'Assistant', system-ui, -apple-system, sans-serif;
  font-size: 15.5px;
  line-height: 1.62;
  font-weight: 400;
}
html[lang="he"] .pa { font-family: 'Assistant', 'Inter', system-ui, sans-serif; }

/* Undo the site's serif/bold display rule on this page only */
.pa h1, .pa h2, .pa h3 {
  font-family: inherit;
  font-weight: 400;
  letter-spacing: -0.012em;
  color: var(--ink);
}

/* Page chrome: quiet the navy bar so the whole page reads as one white sheet */
.pa-page .site-header,
.pa-page .site-footer { background: #fff; color: var(--ink); border: 0; }
.pa-page .site-header { border-bottom: 1px solid var(--rule); }
.pa-page .site-footer { border-top: 1px solid var(--rule); font-size: 12.5px; }
.pa-page .site-header .brand-name,
.pa-page .site-header .brand-name b,
.pa-page .site-header .brand-sub,
.pa-page .site-header .header-phone,
.pa-page .site-footer,
.pa-page .site-footer a { color: var(--ink); }
.pa-page .site-header .brand-name,
.pa-page .site-header .brand-name b { font-weight: 500; }

.pa a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.pa a:hover { text-decoration-thickness: 2px; }
.pa :focus-visible { outline: 1px solid var(--ink); outline-offset: 3px; }

.pa-wrap { padding-inline: var(--pad); }

/* ---------- small caps label ---------- */
.pa-label {
  font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-3); margin: 0 0 30px; font-weight: 500;
}

/* ---------- opening ---------- */
.pa-open { padding-block: 84px 60px; }
.pa-open h1 {
  font-size: clamp(1.85rem, 3.2vw, 2.45rem);
  line-height: 1.2; margin: 0 0 26px; max-width: 18ch; text-wrap: balance;
}
.pa-lede { margin: 0 0 30px; max-width: var(--col); color: var(--ink-2); }
.pa-act { margin: 0; font-size: 14.5px; display: flex; flex-wrap: wrap; gap: 6px 22px; }
.pa-act .sep { color: var(--ink-3); }

/* ---------- the plate (plan drawing) ---------- */
.pa-plate { margin: 0; padding-inline: var(--pad); padding-block: 6px 74px; }
.pa-plate svg { display: block; width: 100%; height: auto; color: var(--graphite); }
.pa-plate figcaption {
  margin-top: 16px; font-size: 11.5px; letter-spacing: 0.07em;
  text-transform: uppercase; color: var(--ink-3); line-height: 1.7; max-width: 760px;
}

/* ---------- numbered list ---------- */
.pa-list { padding-block: 0 74px; }
.pa-list h2 { font-size: 1.18rem; margin: 0 0 4px; }
.pa-list .pa-sub { color: var(--ink-2); font-size: 14.5px; margin: 0 0 34px; max-width: var(--col); }
.pa-items { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); max-width: 860px; }
.pa-items li {
  display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 0 18px;
  padding-block: 26px; border-bottom: 1px solid var(--rule-2);
}
.pa-items .n {
  font-size: 11.5px; letter-spacing: 0.08em; color: var(--ink-3);
  padding-top: 4px; font-variant-numeric: tabular-nums;
}
.pa-items h3 { font-size: 1rem; font-weight: 500; margin: 0 0 7px; line-height: 1.4; }
.pa-items p { margin: 0; color: var(--ink-2); font-size: 14.5px; }

/* ---------- close ---------- */
.pa-close { padding-block: 0 86px; }
.pa-close h2 { font-size: 1.35rem; margin: 0 0 16px; }
.pa-say { color: var(--ink-2); max-width: var(--col); margin: 0 0 34px; }

.pa-contact {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, max-content));
  gap: 22px 54px; border-top: 1px solid var(--rule);
  padding-top: 24px; margin: 0 0 46px; max-width: 860px;
}
.pa-contact dt {
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-3); margin-bottom: 5px;
}
.pa-contact dd { margin: 0; font-size: 15px; }

/* ---------- form, stripped of vendor furniture ---------- */
.pa .campaign-form {
  background: none; border: 0; border-radius: 0; box-shadow: none;
  padding: 0; margin: 0; max-width: 520px;
}
.pa .campaign-form h3 { font-size: 1rem; font-weight: 500; margin: 0 0 4px; }
.pa .campaign-form > p { color: var(--ink-2); font-size: 14px; margin: 0 0 22px; }
.pa .campaign-field { margin-bottom: 20px; }
.pa .campaign-field label {
  display: block; font-size: 11px; letter-spacing: 0.09em; text-transform: uppercase;
  color: var(--ink-3); margin-bottom: 4px;
}
.pa .campaign-field input,
.pa .campaign-field textarea {
  width: 100%; display: block; border: 0; border-bottom: 1px solid var(--rule);
  border-radius: 0; background: transparent; color: var(--ink);
  font: inherit; font-size: 15px; padding: 7px 0; box-shadow: none;
}
.pa .campaign-field textarea { min-height: 64px; resize: vertical; }
.pa .campaign-field input:focus,
.pa .campaign-field textarea:focus { outline: 0; border-bottom-color: var(--ink); }
.pa .campaign-consent {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 12.5px; color: var(--ink-3); margin-bottom: 24px; line-height: 1.6;
}
.pa .campaign-consent input { margin-top: 4px; accent-color: var(--ink); flex: none; }
.pa .campaign-submit {
  border: 0; background: none; border-radius: 0; box-shadow: none;
  padding: 0; margin: 0; color: var(--ink); font: inherit; font-size: 15px;
  text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px;
  cursor: pointer;
}
.pa .campaign-submit:hover { text-decoration-thickness: 2px; }
.pa .campaign-submit[disabled] { color: var(--ink-3); cursor: default; }
.pa .campaign-status { font-size: 13px; color: #8a2f2f; margin-top: 12px; }
.pa .campaign-success { font-size: 15px; }

/* ---------- site links + fine print ---------- */
.pa-more {
  margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--rule);
  max-width: 860px; font-size: 14px;
}
.pa-more .pa-label { margin-bottom: 12px; }
.pa-more ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 30px; }
.pa-fine { margin: 38px 0 0; max-width: 760px; font-size: 12px; line-height: 1.75; color: var(--ink-3); }

@media (max-width: 720px) {
  .pa { font-size: 15px; }
  .pa-open { padding-block: 50px 42px; }
  .pa-open h1 { max-width: none; }
  .pa-items li { grid-template-columns: 38px minmax(0, 1fr); gap: 0 12px; padding-block: 22px; }
  .pa-contact { gap: 18px 30px; }
  .pa-plate { padding-block: 4px 50px; }
}
