/* ============================================================
   pages-org.css — About · Contact · Herdade Alagães ·
   Living Trails · 404 · Privacy
   Page-specific styles only. The design system lives upstream.
   ============================================================ */

/* ============================================================
   SHARED — light-register pages (About, Privacy)
   ============================================================ */
body.page-light {
  background: var(--surface-light);
  color: var(--text-on-light);
}
body.page-light .site-header:not(.is-scrolled) .site-header__brand,
body.page-light .site-header:not(.is-scrolled) .site-nav a,
body.page-light .site-header:not(.is-scrolled) .nav-toggle {
  color: var(--ink-deep);
}

/* mono "LAST UPDATED" stamp — editorial furniture */
.stamp {
  display: inline-block;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: var(--label);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-on-light-mute);
  border: 1px solid var(--rule-light);
  border-radius: var(--radius-tile);
  padding: 9px 16px;
}
.surface-dark .stamp,
.surface-deepest .stamp {
  color: var(--lichen);
  border-color: var(--rule-dark);
}

/* offset column + mono margin note, the manifesto pattern on any surface */
.note-grid__note {
  grid-column: 1 / -1;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: var(--label);
  letter-spacing: .14em;
  text-transform: uppercase;
  line-height: 2.1;
  color: var(--text-on-light-mute);
  margin-bottom: calc(var(--tile) * 1.5);
}
.surface-dark .note-grid__note,
.surface-deepest .note-grid__note { color: var(--lichen); }
.note-grid__note .rule {
  display: block;
  width: 48px;
  border-top: 1px solid var(--rule-light);
  margin-block: 10px;
}
.surface-dark .note-grid__note .rule,
.surface-deepest .note-grid__note .rule { border-top-color: var(--rule-dark); }
.note-grid__body { grid-column: 1 / -1; }
.note-grid__body > p + p { margin-top: 1.15em; }
.note-grid__body .lede { max-width: 56ch; }
@media (min-width: 900px) {
  .note-grid__note { grid-column: 1 / 4; margin-bottom: 0; }
  .note-grid__body { grid-column: 5 / 12; }
}

/* ============================================================
   ABOUT — the reading register
   ============================================================ */
.about-hero {
  padding-top: calc(76px + var(--space-section) * .8);
  padding-bottom: calc(var(--space-section) * .55);
}
.about-hero h1 {
  font-size: var(--display-l);
  line-height: 1.02;
  max-width: 15ch;
  margin-top: 20px;
}
.about-hero .grid { align-items: end; }
.about-hero__main { grid-column: 1 / -1; }
.about-hero__def { grid-column: 1 / -1; margin-top: calc(var(--tile) * 2); }
@media (min-width: 900px) {
  .about-hero__main { grid-column: 1 / 8; }
  .about-hero__def { grid-column: 9 / 13; margin-top: 0; padding-bottom: 8px; }
}
.about-hero__def .pull-quote {
  font-size: var(--h3);
  line-height: 1.4;
  max-width: 30ch;
  margin-block: 0;
  padding-left: 28px;
}

.about-story { padding-bottom: calc(var(--space-section) * .6); }

/* the story figure — a mounted pair: the bench in use, the tesserae up close */
.about-story__fig {
  grid-column: 1 / -1;
  margin: calc(var(--tile) * 2.5) 0 0;
}
@media (min-width: 900px) {
  .about-story .note-grid__body { grid-column: 4 / 9; }
  .about-story__fig { grid-column: 10 / 13; margin-top: 6px; }
}
.photo-duo { position: relative; }
.photo-duo__a img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-card);
}
.photo-duo__b {
  position: absolute;
  left: -16%;
  bottom: -9%;
  width: 52%;
}
.photo-duo__b img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 6px solid var(--chalk);
  border-radius: 3px;
  box-shadow: 0 12px 30px rgba(6, 24, 28, .22);
}
.about-story__fig figcaption {
  font-family: var(--font-mono);
  font-size: var(--label);
  letter-spacing: .06em;
  color: var(--text-on-light-mute);
  line-height: 1.7;
  margin-top: calc(9% + 18px); /* clears the overhanging small print */
  text-align: left;
}
@media (max-width: 899px) {
  .photo-duo__a img { aspect-ratio: 3 / 2; }
  .photo-duo__b { left: auto; right: -4%; width: 40%; bottom: -12%; }
  .about-story__fig figcaption { margin-top: calc(12% + 16px); }
}

/* three principles — a numbered index that holds one grid, calmly */
.principles { border-top: 1px solid var(--rule-light); }
.principles__eyebrow { padding-block: clamp(24px, 3vw, 40px) 0; }
.principle {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px var(--gap);
  padding-block: clamp(40px, 5.5vw, 76px);
}
.principle + .principle { border-top: 1px solid var(--rule-light); }
.principle__num {
  grid-column: 1 / -1;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: var(--label);
  letter-spacing: .22em;
  color: var(--text-on-light-mute);
}
.principle__name {
  grid-column: 1 / -1;
  font-family: var(--font-display);
  font-variation-settings: 'SOFT' 60, 'WONK' 1;
  font-weight: 400;
  font-size: var(--h2);
  line-height: 1.05;
  letter-spacing: -.01em;
}
.principle__fact {
  grid-column: 1 / -1;
  font-size: var(--body);
  line-height: 1.6;
  color: var(--text-on-light-mute);
  max-width: 44ch;
  margin-top: 4px;
}
.principle__where {
  grid-column: 1 / -1;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: var(--label);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-on-light-mute);
  line-height: 1.9;
}
.principle__where a { color: inherit; }
.principle__where a:hover { color: var(--candytuft); }
@media (min-width: 900px) {
  .principle { grid-template-columns: repeat(12, 1fr); align-items: baseline; }
  .principle__num   { grid-column: 1 / 2; }
  .principle__name  { grid-column: 2 / 6; }
  .principle__fact  { grid-column: 6 / 10; margin-top: 0; }
  .principle__where { grid-column: 10 / 13; justify-self: end; text-align: right; }
}

/* the team — one full row of four, level and unbroken */
#team.section { padding-top: calc(var(--space-section) * .55); }
.trust.section { padding-block: calc(var(--space-section) * .6) calc(var(--space-section) * .55); }
.team-head { margin-bottom: calc(var(--tile) * 2.5); }
.team-head .h2 { margin-top: 16px; max-width: 18ch; }
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 48px) clamp(16px, 2.5vw, 28px);
}
@media (min-width: 900px) {
  .team-grid { grid-template-columns: repeat(4, 1fr); }
  /* a gentle offset on the even columns — rhythm, not rubble */
  .team-card:nth-child(even) { margin-top: clamp(28px, 3.5vw, 56px); }
}
.team-card .photo {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-card);
}
.team-card .photo img {
  display: block;
  aspect-ratio: 5 / 6;
  object-fit: cover;
  width: 100%;
  transition: transform var(--dur-med) var(--ease-out);
}
.team-card:hover .photo img { transform: scale(1.04); }
/* one tessera, claimed — the mosaic wink */
.team-card .photo::after {
  content: '';
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 13px;
  height: 13px;
  border-radius: var(--radius-tile);
  background: var(--candytuft);
  opacity: 0;
  transform: translateY(8px) rotate(-4deg);
  transition: opacity var(--dur-med) var(--ease-out), transform var(--dur-med) var(--ease-out);
}
.team-card:hover .photo::after { opacity: 1; transform: none; }
.team-card__name {
  font-family: var(--font-display);
  font-variation-settings: 'SOFT' 60, 'WONK' 1;
  font-weight: 400;
  font-size: clamp(1.125rem, 1rem + .6vw, 1.375rem);
  line-height: 1.15;
  margin-top: 16px;
}
.team-card__role {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: .6875rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--text-on-light-mute);
  margin-top: 7px;
}

/* partners — a colophon panel instead of logos adrift on limestone */
.partners-panel {
  background: var(--chalk);
  border: 1px solid var(--rule-light);
  border-radius: var(--radius-card);
  padding: clamp(28px, 4vw, 52px) clamp(20px, 4vw, 56px);
  justify-content: center;
  row-gap: clamp(26px, 3.5vw, 44px);
}

/* trust & transparency — a ledger, not a promise */
.trust .grid { align-items: start; }
.trust__head { grid-column: 1 / -1; }
.trust__head .h2 { margin-top: 16px; max-width: 14ch; }
.trust__head p { margin-top: 20px; color: var(--text-on-light-mute); max-width: 38ch; }
.trust__ledger { grid-column: 1 / -1; margin-top: calc(var(--tile) * 1.5); }
@media (min-width: 900px) {
  .trust__head { grid-column: 1 / 5; position: sticky; top: 100px; }
  .trust__ledger { grid-column: 6 / 13; margin-top: 0; }
}
.trust-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px 24px;
  padding-block: 22px;
  border-top: 1px solid var(--rule-light);
}
.trust-row:last-child { border-bottom: 1px solid var(--rule-light); }
@media (min-width: 640px) {
  .trust-row { grid-template-columns: minmax(150px, 220px) 1fr; }
}
.trust-row dt {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: var(--label);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-on-light-mute);
  padding-top: 3px;
}
.trust-row dd { margin: 0; max-width: 52ch; }
.trust-row dd .sub {
  display: block;
  font-family: var(--font-mono);
  font-size: .6875rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-on-light-mute);
  margin-top: 6px;
}
.trust-row--logo dd { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; }
.trust-row--logo img {
  height: 48px;
  width: auto;
  background: var(--ink-deep);
  padding: 8px 12px;
  box-sizing: content-box;
  border-radius: var(--radius-card);
}

/* the published claims register — a trust feature, styled like one */
.sources { scroll-margin-top: 90px; padding-top: calc(var(--space-section) * .45); }
.sources__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: calc(var(--tile) * 1.75);
}
.sources__head .h2 { margin-top: 16px; max-width: 22ch; }
.sources__intro {
  color: var(--text-on-light-mute);
  max-width: 58ch;
  margin-bottom: calc(var(--tile) * 1.75);
}
.sources-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-mono);
  font-size: var(--small);
  line-height: 1.65;
  background: var(--chalk);
  border: 1px solid var(--rule-light);
  border-radius: var(--radius-card);
}
.sources-table th, .sources-table td {
  text-align: left;
  vertical-align: top;
  padding: 18px 22px;
  border-top: 1px solid var(--rule-light);
}
.sources-table thead th {
  border-top: none;
  font-size: var(--label);
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-on-light-mute);
  padding-block: 14px;
}
.sources-table .claim {
  font-family: var(--font-display);
  font-variation-settings: 'SOFT' 60, 'WONK' 1;
  font-style: italic;
  font-size: 1.0625rem;
  line-height: 1.4;
  max-width: 34ch;
}
.sources-table .status {
  font-size: var(--label);
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--text-on-light-mute);
}
.status--contested { color: var(--text-on-light-mute); }
.sources-table .source { color: var(--text-on-light-mute); max-width: 42ch; }
/* tables become stacked blocks on mobile — never a horizontal scroll */
@media (max-width: 767px) {
  .sources-table, .sources-table tbody, .sources-table tr, .sources-table td { display: block; }
  .sources-table thead { display: none; }
  .sources-table td { border-top: none; padding: 4px 20px; }
  .sources-table tr { border-top: 1px solid var(--rule-light); padding-block: 18px; }
  .sources-table tr:first-child { border-top: none; }
  .sources-table td::before {
    content: attr(data-label);
    display: block;
    font-size: .6563rem;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--text-on-light-mute);
    margin-bottom: 2px;
  }
  .sources-table .status { white-space: normal; }
}
.sources__foot {
  margin-top: 20px;
  font-family: var(--font-mono);
  font-size: .6875rem;
  letter-spacing: .04em;
  color: var(--text-on-light-mute);
  max-width: 68ch;
  line-height: 1.8;
}

/* ============================================================
   CONTACT — one form, one inbox, the email is the headline
   ============================================================ */
.contact-hero {
  padding-top: calc(76px + var(--space-section) * .8);
  padding-bottom: calc(var(--space-section) * .45);
}
.contact-email {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: clamp(2rem, 1rem + 6.4vw, 6rem);
  line-height: 1.08;
  letter-spacing: -.01em;
  text-transform: none;
  color: var(--chalk);
  margin-top: 24px;
  overflow-wrap: anywhere;
}
.contact-email > span { display: block; }
.contact-email .at { display: inline; color: var(--lichen); }
.contact-hero__note {
  margin-top: calc(var(--tile) * 1.5);
  color: var(--text-on-dark-mute);
  max-width: 44ch;
}
.contact-body .grid { align-items: start; }
.contact-form { grid-column: 1 / -1; }
.contact-aside { grid-column: 1 / -1; margin-top: calc(var(--tile) * 2.5); }
@media (min-width: 900px) {
  .contact-form { grid-column: 1 / 8; }
  .contact-aside { grid-column: 9 / 13; margin-top: 0; position: sticky; top: 110px; }
}
.contact-form .btn--primary { min-height: 56px; padding-inline: 36px; }
.contact-form__fine {
  margin-top: 16px;
  font-family: var(--font-mono);
  font-size: .6875rem;
  letter-spacing: .06em;
  color: var(--lichen);
}
.contact-aside h2 {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: var(--label);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--lichen);
  margin-bottom: 18px;
}
.contact-aside ul { list-style: none; padding: 0; margin: 0; }
.contact-aside li + li { margin-top: 2px; }
.contact-aside li a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding-block: 14px;
  border-top: 1px solid var(--rule-dark);
  text-decoration: none;
  color: var(--chalk);
}
.contact-aside li:last-child a { border-bottom: 1px solid var(--rule-dark); }
.contact-aside li a:hover { color: var(--candytuft); }
.contact-aside li a .ext {
  font-family: var(--font-mono);
  font-size: var(--label);
  letter-spacing: .1em;
  color: var(--lichen);
}
.contact-aside__note {
  margin-top: calc(var(--tile) * 1.5);
  font-family: var(--font-mono);
  font-size: .6875rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--lichen);
  line-height: 2;
}

/* ============================================================
   HERDADE ALAGÃES — the foundation site
   ============================================================ */
.herdade-body .grid { align-items: start; }
.herdade-copy { grid-column: 1 / -1; }
.herdade-fig { grid-column: 1 / -1; margin-top: calc(var(--tile) * 2); }
@media (min-width: 900px) {
  .herdade-copy { grid-column: 1 / 7; }
  .herdade-fig { grid-column: 8 / 13; margin-top: 0; }
}
.herdade-copy .h2 { margin-top: 16px; max-width: 18ch; }
.herdade-copy p { margin-top: 1.1em; }
.herdade-copy .stat { margin-top: calc(var(--tile) * 1.75); }
.herdade-fig .specimen { margin-top: 20px; }

/* the census — who lives there, mono, no adjectives */
.census { border-top: 1px solid var(--rule-light); }
.census .grid { align-items: start; }
.census__head { grid-column: 1 / -1; }
.census__head .h2 { margin-top: 16px; max-width: 16ch; }
.census__list { grid-column: 1 / -1; margin-top: calc(var(--tile) * 1.5); }
@media (min-width: 900px) {
  .census__head { grid-column: 1 / 5; position: sticky; top: 100px; }
  .census__list { grid-column: 6 / 13; margin-top: 0; }
}
.census__list ul { list-style: none; padding: 0; margin: 0; }
.census__list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  padding-block: 16px;
  border-top: 1px solid var(--rule-light);
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: var(--small);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.census__list li:last-child { border-bottom: 1px solid var(--rule-light); }
.census__list .binomial {
  font-weight: 400;
  font-size: var(--small);
  letter-spacing: .02em;
  color: var(--text-on-light-mute);
  text-align: right;
}
.census__lynx { margin-top: calc(var(--tile) * 1.75); }

/* the land — one photograph, offset right, allowed its wipe */
.herdade-photo { padding-bottom: var(--space-section); }
.herdade-photo__fig { grid-column: 1 / -1; }
@media (min-width: 900px) { .herdade-photo__fig { grid-column: 4 / 13; } }

/* First Guardian — the product block, on the deepest surface */
.guardian .grid { align-items: start; }
.guardian__head { grid-column: 1 / -1; }
.guardian__offer { grid-column: 1 / -1; margin-top: calc(var(--tile) * 2); }
@media (min-width: 900px) {
  .guardian__head { grid-column: 1 / 6; }
  .guardian__offer { grid-column: 7 / 13; margin-top: 0; }
}
.guardian__head .h2 { margin-top: 16px; max-width: 14ch; }
.guardian__head p { margin-top: 20px; color: var(--text-on-dark-mute); max-width: 44ch; }
.guardian__price {
  font-family: var(--font-display);
  font-variation-settings: 'SOFT' 60, 'WONK' 1;
  font-weight: 300;
  font-size: var(--display-l);
  line-height: 1;
  color: var(--chalk);
}
.guardian__price small {
  display: block;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: var(--label);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--lichen);
  margin-top: 12px;
}
.guardian__rows { list-style: none; padding: 0; margin: calc(var(--tile) * 1.5) 0 0; }
.guardian__rows li {
  display: grid;
  grid-template-columns: minmax(110px, 150px) 1fr;
  gap: 20px;
  padding-block: 15px;
  border-top: 1px solid var(--rule-dark);
  font-family: var(--font-mono);
  font-size: var(--label);
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.guardian__rows li:last-child { border-bottom: 1px solid var(--rule-dark); }
.guardian__rows .k { color: var(--lichen); }
.guardian__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: calc(var(--tile) * 1.5);
}
.guardian__fine {
  margin-top: 16px;
  font-family: var(--font-mono);
  font-size: .6875rem;
  letter-spacing: .06em;
  color: var(--lichen);
}

/* ============================================================
   LIVING TRAILS — one editorial page
   ============================================================ */
.trails-how { border-top: 1px solid var(--rule-dark); }
.trails-how .grid { align-items: start; }
.trails-how__copy { grid-column: 1 / -1; }
.trails-how__fig { grid-column: 1 / -1; margin-top: calc(var(--tile) * 2); }
@media (min-width: 900px) {
  .trails-how__copy { grid-column: 1 / 7; }
  .trails-how__fig { grid-column: 8 / 13; margin-top: calc(var(--tile) * -3); }
}
.trails-how__copy .h2 { margin-top: 16px; max-width: 17ch; }
.trails-how__copy p { margin-top: 1.1em; color: var(--text-on-dark-mute); }
.trails-how__copy p strong { color: var(--chalk); font-weight: 600; }

/* the chain: code -> tree page -> mosaic, set like the utw steps */
.trails-chain {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-block: calc(var(--tile) * 2);
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: clamp(.6875rem, 1.4vw, .875rem);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--chalk);
}
.trails-chain .dash { flex: 1 1 24px; min-width: 20px; border-top: 1px solid var(--rule-dark); }

.trails-status {
  margin-top: calc(var(--tile) * 2);
  padding: 20px 24px;
  border: 1px dashed var(--rule-dark);
  border-radius: var(--radius-card);
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: var(--label);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--lichen);
  line-height: 2;
  max-width: 52ch;
}

.trails-second { align-items: center; }
.trails-second__fig { grid-column: 1 / -1; }
.trails-second__copy { grid-column: 1 / -1; margin-top: calc(var(--tile) * 2); }
@media (min-width: 900px) {
  .trails-second__fig { grid-column: 2 / 6; }
  .trails-second__copy { grid-column: 7 / 12; margin-top: 0; }
}
.trails-second__copy .pull-quote { margin-block: 0 calc(var(--tile) * 1.25); }
.trails-second__copy p { color: var(--text-on-dark-mute); }
.trails-second__copy p + p { margin-top: 1.1em; }

/* the ask band */
.trails-ask { text-align: left; }
.trails-ask .display-l { max-width: 16ch; }
.trails-ask .btn { margin-top: calc(var(--tile) * 1.5); }
.trails-ask p.sub {
  margin-top: 18px;
  color: var(--text-on-dark-mute);
  max-width: 46ch;
}

/* ============================================================
   404 — the mosaic with nothing planted
   ============================================================ */
.notfound {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--strait);
  isolation: isolate;
  overflow: hidden;
}
.notfound__field { position: absolute; inset: 0; z-index: 0; }
.notfound__field canvas { width: 100%; height: 100%; display: block; }
.notfound::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(15,50,57,.9) 0%, rgba(15,50,57,.4) 36%, transparent 64%),
    linear-gradient(105deg, rgba(15,50,57,.6) 0%, transparent 55%);
}
.notfound__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding: 0 var(--pad-x) calc(var(--tile) * 4);
}
.notfound__content h1 {
  font-size: var(--display-l);
  max-width: 14ch;
  color: var(--chalk);
  margin-block: 20px 28px;
}
.notfound__meta {
  position: absolute;
  right: var(--pad-x);
  bottom: calc(var(--tile) * 1.25);
  z-index: 2;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: var(--label);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--lichen);
  display: none;
}
@media (min-width: 900px) { .notfound__meta { display: block; } }

/* ============================================================
   PRIVACY — quiet
   ============================================================ */
.privacy-hero {
  padding-top: calc(76px + var(--space-section) * .8);
  padding-bottom: calc(var(--space-section) * .4);
}
.privacy-hero h1 { font-size: var(--display-l); }
.privacy-hero .stamp { margin-top: calc(var(--tile) * 1.5); }
.privacy-body { padding-bottom: var(--space-section); }
.privacy-body h2 {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: var(--label);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-on-light-mute);
  margin-bottom: 14px;
}
.privacy-body section + section {
  margin-top: calc(var(--tile) * 2.25);
  padding-top: calc(var(--tile) * 2.25);
  border-top: 1px solid var(--rule-light);
}
.privacy-body p + p { margin-top: .9em; }
.privacy-body p { max-width: 62ch; }
