/* Self-hosted variable fonts (latin + latin-ext). Replaces Google Fonts CDN
   so visitor IPs are never sent to Google and CSP stays font-src 'self'. */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url(assets/fonts/outfit-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url(assets/fonts/outfit-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(assets/fonts/newsreader-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(assets/fonts/newsreader-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url(assets/fonts/newsreader-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url(assets/fonts/newsreader-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(assets/fonts/inter-tight-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(assets/fonts/inter-tight-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink: #1a1a1a;
  --ink-soft: #333333;
  --rule: #d8dad4;
  --green: #1e3a2b;
  --green-soft: #2d5240;
  --yellow: #f4d03f;
  --mute: #555555;
  --quiet: #7a847e;
  --band: #f5f4ed;
  --band-rule: #e6e3d4;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  color-scheme: light;
  background: #ffffff !important;
}

body {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 400;
  color: #171717;
  background: #ffffff !important;
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

section, .strip-inner {
  padding: 80px 32px;
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
}

/* Full-bleed pale band: wrap section in .band to flip background */
.band {
  background: var(--band);
  border-top: 1px solid var(--band-rule);
  border-bottom: 1px solid var(--band-rule);
}
.band > section {
  background: transparent;
}
.band + hr.rule {
  display: none;
}
/* Hide a rule that immediately precedes a band */
hr.rule:has(+ .band) {
  display: none;
}
.band + .page-divider { border-top: none; }
.page-divider + .band { border-top: none; }

/* Two-column asymmetric section: heading left, content right */
.two-col {
  max-width: 1100px;
  padding: 80px 32px;
  margin: 0 auto;
  background: transparent;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(0, 1.6fr);
  gap: 64px;
  align-items: start;
}
.two-col .col-head {
  /* heading stays in flow, scrolls with content */
}
.two-col .col-head .eyebrow {
  margin-bottom: 16px;
}
.two-col h2 {
  margin-bottom: 0;
  max-width: 14ch;
}
.two-col .col-body > *:first-child {
  margin-top: 0;
}
.band > .two-col {
  background: transparent;
}

@media (max-width: 860px) {
  .two-col {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .two-col h2 {
    max-width: 22ch;
  }
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--quiet);
  margin-bottom: 24px;
  font-weight: 500;
}

.hero {
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
}
.hero-text > *:last-child { margin-bottom: 0; }
.hero-text .lede,
.hero-text .credential {
  max-width: none;
}
.hero-image {
  position: relative;
  display: block;
}
.hero-image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 480px;
  margin-left: auto;
  filter: grayscale(8%) saturate(95%);
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .hero-image {
    order: -1;
  }
  .hero-image img {
    max-width: 320px;
    margin: 0 auto;
  }
}

.hero h1 {
  font-family: 'Newsreader', serif;
  font-weight: 400;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
  color: var(--ink);
}
.hero h1 em {
  font-style: italic;
  color: var(--green);
  font-weight: 400;
  background: linear-gradient(transparent 60%, var(--yellow) 60%);
  padding: 0 4px;
}
.hero .lede {
  font-family: 'Newsreader', serif;
  font-weight: 400;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.45;
  color: var(--ink);
  margin-bottom: 24px;
  max-width: 38ch;
}
.hero .lede em {
  font-style: italic;
  color: var(--green);
}
.hero .credential {
  font-size: 16px;
  color: var(--mute);
  max-width: 52ch;
  margin-bottom: 40px;
  line-height: 1.55;
}
.cta-row {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-block;
  background: var(--green);
  color: #ffffff;
  padding: 16px 28px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}
.btn-primary:hover { background: #14281d; }

.btn-secondary {
  font-size: 15px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid var(--green);
  padding-bottom: 4px;
}

.rule {
  border: none;
  border-top: 1px solid var(--rule);
  max-width: 900px;
  margin: 0 auto;
}

h2 {
  font-family: 'Newsreader', serif;
  font-weight: 400;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin-bottom: 32px;
  color: var(--ink);
  max-width: 22ch;
}
h2 em {
  font-style: italic;
  color: var(--green);
}

p {
  color: #34373a;
  margin-bottom: 20px;
  max-width: 62ch;
  font-size: 17px;
  line-height: 1.7;
}

.greek-psi {
  font-family: "STIX Two Math", "STIXGeneral", "Cambria Math", "Times New Roman", Georgia, serif;
  font-size: 1.08em;
  line-height: 0;
}

.pull-quote {
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.45;
  color: var(--ink);
  margin: 36px 0;
  padding-left: 24px;
  border-left: 3px solid var(--yellow);
  max-width: 48ch;
}

.sub {
  font-size: 18px;
  color: var(--ink-soft);
  margin-bottom: 40px;
  max-width: 58ch;
  line-height: 1.6;
}

.recognize-list {
  list-style: none;
  margin-bottom: 40px;
}
.recognize-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: baseline;
  font-size: 17px;
  line-height: 1.55;
  padding: 20px 0;
  border-bottom: 1px solid var(--rule);
  color: var(--ink-soft);
}
.recognize-list li:last-child { border-bottom: none; }
.recognize-list .mark {
  color: var(--green);
  font-weight: 600;
  font-size: 18px;
}

.fit-disclaimer {
  font-size: 15px;
  color: var(--mute);
  font-style: italic;
  max-width: 56ch;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
  font-family: 'Newsreader', serif;
  line-height: 1.6;
}

.approach-themes {
  list-style: none;
  margin: 24px 0 32px;
  max-width: 62ch;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.approach-themes li {
  font-family: 'Newsreader', serif;
  font-size: 21px;
  line-height: 1.35;
  color: var(--ink);
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
}
.approach-themes li:last-child {
  border-bottom: none;
}

.mens-pull {
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.4;
  color: var(--green);
  padding: 24px;
  border: 1px solid var(--rule);
  border-left: 4px solid var(--yellow);
  margin: 24px 0 32px;
  max-width: 50ch;
}

.credentials-list {
  list-style: none;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}
.credentials-list li {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  padding: 14px 0;
  font-size: 15px;
  border-bottom: 1px solid var(--rule);
}
.credentials-list li:last-child { border-bottom: none; }
.credentials-list .label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  color: var(--quiet);
  font-weight: 600;
  padding-top: 2px;
}
.credentials-list .value {
  color: var(--ink-soft);
  line-height: 1.5;
}

.closing h2 {
  font-style: italic;
  font-size: clamp(28px, 4.5vw, 44px);
  margin-bottom: 24px;
}
.closing p {
  font-size: 18px;
  margin-bottom: 32px;
}
.closing p.notfound-links {
  font-size: 15px;
  color: var(--mute);
  margin-top: 28px;
  margin-bottom: 0;
}
.closing p.notfound-links a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.closing p.notfound-links a:hover,
.closing p.notfound-links a:focus-visible {
  color: var(--ink);
}

footer {
  border-top: 1px solid var(--rule);
  padding: 40px 32px;
  background: #ffffff;
}
footer .wrap {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 24px;
}
footer .meta {
  font-size: 13px;
  color: var(--mute);
  line-height: 1.7;
}
footer .meta strong {
  font-weight: 500;
  color: var(--ink);
}
footer .practice {
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 15px;
  color: var(--mute);
}
footer .meta a.footer-legal {
  display: inline-block;
  margin-top: 6px;
  color: var(--quiet);
  text-decoration: none;
  border-bottom: 1px solid var(--rule);
}
footer .meta a.footer-legal:hover,
footer .meta a.footer-legal:focus-visible {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

@media (max-width: 720px) {
  section, .strip-inner { padding: 44px 24px; }
  .two-col { padding: 44px 24px; }
  .nav-links { display: none; }
  .credentials-list li { grid-template-columns: 90px 1fr; gap: 10px; }
  .hero { padding-top: 32px; padding-bottom: 40px; }
  .hero-image img { max-width: 248px; }
}

/* Page divider — visual break between major pages in the preview */
.page-divider {
  background: #fafaf7;
  text-align: center;
  padding: 24px 32px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--quiet);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  font-weight: 500;
}

/* Symptom list for men's page */
.symptom-list {
  list-style: none;
  margin: 32px 0 32px;
  display: grid;
  gap: 0;
}
.symptom-list li {
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 62ch;
}
.symptom-list li:last-child { border-bottom: none; }
.symptom-list li strong {
  display: block;
  font-weight: 600;
  color: var(--ink);
  font-family: 'Newsreader', serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 6px;
  letter-spacing: -0.005em;
}

/* Numbered shift list for men's page */
.shift-list {
  list-style: none;
  counter-reset: shift;
  margin: 32px 0;
  display: grid;
  gap: 28px;
}
.shift-list li {
  counter-increment: shift;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 62ch;
}
.shift-list li::before {
  content: counter(shift, decimal-leading-zero);
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 28px;
  color: var(--green);
  line-height: 1;
  padding-top: 4px;
}
.shift-list li strong {
  display: block;
  font-weight: 600;
  color: var(--ink);
  font-family: 'Inter Tight', sans-serif;
  font-size: 17px;
  margin-bottom: 4px;
}

/* Belief callouts on About page */
.beliefs {
  margin: 36px 0;
  display: grid;
  gap: 24px;
}
.beliefs .belief {
  padding: 24px 28px;
  background: #fafaf7;
  border-left: 3px solid var(--yellow);
  max-width: 62ch;
}
.beliefs .belief strong {
  display: block;
  font-family: 'Newsreader', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 19px;
  color: var(--ink);
  margin-bottom: 8px;
}
.beliefs .belief p {
  margin: 0;
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.6;
}

@media (max-width: 720px) {
  .shift-list li { grid-template-columns: 40px 1fr; gap: 14px; }
  .shift-list li::before { font-size: 22px; }
  .beliefs .belief { padding: 20px 22px; }
}

/* Approach page — Four things this work does */
.things-list {
  display: grid;
  gap: 36px;
  margin: 32px 0;
}
.things-list .thing {
  max-width: 62ch;
}
.things-list .thing-heading {
  font-family: 'Newsreader', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 22px;
  color: var(--green);
  margin-bottom: 10px;
  letter-spacing: -0.005em;
}
.things-list .thing-body {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin-bottom: 12px;
}
.things-list .thing-examples {
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--mute);
  padding-left: 16px;
  border-left: 2px solid var(--yellow);
}

/* Approach page — modality list */
.modality-list {
  display: grid;
  gap: 22px;
  margin: 32px 0;
  max-width: 62ch;
}
.modality-list .modality {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-soft);
}
.modality-list .modality strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 16px;
}

/* Approach page — patterns table */
.patterns-table {
  width: 100%;
  max-width: 62ch;
  margin: 28px 0;
  border-collapse: collapse;
  font-size: 16px;
}
.patterns-table th,
.patterns-table td {
  text-align: left;
  padding: 14px 16px;
  vertical-align: top;
  line-height: 1.55;
  border-bottom: 1px solid var(--rule);
}
.patterns-table th {
  font-family: 'Inter Tight', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  color: var(--quiet);
  font-weight: 600;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ink);
}
.patterns-table td {
  color: var(--ink-soft);
}
.patterns-table td:first-child {
  font-family: 'Newsreader', serif;
  font-style: italic;
  color: var(--ink);
  padding-right: 32px;
  width: 45%;
}

/* FAQ page */
.faq-group {
  margin: 40px 0;
}
.faq-group h3 {
  font-family: 'Inter Tight', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: var(--quiet);
  font-weight: 600;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--ink);
  max-width: 62ch;
}
.faq-item {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--rule);
  max-width: 62ch;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-question {
  font-family: 'Newsreader', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: var(--ink);
  margin-bottom: 12px;
  letter-spacing: -0.005em;
}
.faq-answer {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
}
.faq-answer p {
  margin-bottom: 12px;
  font-size: 16px;
  max-width: none;
}
.faq-answer p:last-child {
  margin-bottom: 0;
}
.faq-answer ul {
  list-style: none;
  margin: 12px 0;
  padding: 0;
}
.faq-answer ul li {
  padding: 10px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.faq-answer ul li:last-child {
  border-bottom: none;
}
.faq-answer ul li strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 2px;
}

/* Fees page — numbered process list */
.process-list {
  list-style: none;
  counter-reset: process;
  display: grid;
  gap: 24px;
  margin: 32px 0;
  max-width: 62ch;
}
.process-list li {
  counter-increment: process;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: baseline;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
}
.process-list li::before {
  content: counter(process, decimal-leading-zero);
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--green);
  line-height: 1;
  padding-top: 4px;
}
.process-list li strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 4px;
  font-family: 'Inter Tight', sans-serif;
}

/* Fees page — cost callout */
.cost-callout {
  font-family: 'Newsreader', serif;
  font-size: 26px;
  line-height: 1.3;
  color: var(--ink);
  font-weight: 500;
  padding: 24px 28px;
  background: #fafaf7;
  border-left: 4px solid var(--yellow);
  margin: 24px 0;
  max-width: 62ch;
}
.cost-callout strong {
  color: var(--green);
  font-style: italic;
  font-weight: 500;
}
.band .cost-callout { background: #ffffff; }
.band .beliefs .belief { background: #ffffff; }

@media (max-width: 720px) {
  .things-list .thing-heading { font-size: 19px; }
  .patterns-table { font-size: 14px; }
  .patterns-table th, .patterns-table td { padding: 12px 10px; }
  .patterns-table td:first-child { padding-right: 14px; }
  .faq-question { font-size: 18px; }
  .cost-callout { font-size: 22px; padding: 20px 22px; }
  .process-list li { grid-template-columns: 36px 1fr; gap: 12px; }
  .process-list li::before { font-size: 18px; }
}

/* ============ Header / Nav ============ */
.br-header,
.br-header-row {
  overflow: visible;
}
.br-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--rule);
  color: var(--ink);
  font-family: 'Inter Tight', sans-serif;
}

.br-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.7rem;
  width: min(calc(100% - 2rem), 78rem);
  max-width: calc(100vw - 2rem);
  margin: 0 auto;
  padding: 0;
}

.br-wordmark {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.br-wordmark-name {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #171717;
  margin-left: 0;
  text-indent: 0;
}

.br-wordmark-subtitle {
  display: block;
  margin-top: 0.28rem;
  margin-left: 0;
  font-family: 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  line-height: 1;
  text-transform: uppercase;
  color: #34373a;
}

@media (max-width: 40rem) {
  .br-header-row {
    width: min(calc(100% - 2.5rem), 78rem);
    max-width: calc(100vw - 2.5rem);
  }

  .br-wordmark-name {
    font-size: 1.25rem;
  }

  .br-wordmark-subtitle {
    font-size: 0.56rem;
    letter-spacing: 0.2em;
  }
}

.br-mobile-menu {
  display: none;
  position: relative;
  --menu-close-duration: 560ms;
}
@media (max-width: 58rem) {
  .br-header-row {
    min-height: 5.15rem;
  }

  .br-mobile-menu {
    display: block;
  }
}

.br-mobile-menu summary {
  display: grid;
  gap: 5px;
  width: 44px;
  height: 44px;
  place-content: center;
  border: 1px solid var(--rule);
  border-radius: 9px;
  color: var(--green);
  cursor: pointer;
  list-style: none;
  background: #ffffff;
  transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.br-mobile-menu summary::-webkit-details-marker { display: none; }

.br-mobile-menu summary span {
  width: 20px;
  height: 2px;
  background: currentColor;
}

.br-mobile-menu[open] summary {
  border-color: var(--yellow);
  box-shadow: 0 0 0 4px rgba(244, 208, 63, 0.22);
}

.br-mobile-menu.is-diffusing summary {
  border-color: var(--rule);
  box-shadow: none;
}

.br-mobile-menu nav {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  display: grid;
  min-width: 220px;
  width: min(16rem, calc(100vw - 2rem));
  padding: 10px;
  border: 1px solid var(--rule);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(42, 34, 22, 0.10);
  overflow: hidden;
  transform-origin: top right;
  z-index: 10;
}

.br-mobile-menu[open] nav {
  animation: br-menu-reveal 150ms ease-out both;
}

.br-mobile-menu.is-diffusing nav {
  pointer-events: none;
  animation: br-menu-diffuse-out var(--menu-close-duration) linear forwards;
  will-change: opacity, filter, transform;
}

.br-mobile-menu nav::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 30% 22%, rgba(244, 208, 63, 0.18), transparent 7px),
    radial-gradient(circle at 72% 64%, rgba(250, 250, 247, 0.92), transparent 9px),
    linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.84));
  opacity: 0;
  pointer-events: none;
}

.br-mobile-menu.is-diffusing nav::after {
  animation: br-menu-soft-veil var(--menu-close-duration) linear forwards;
  will-change: opacity;
}

.br-mobile-menu nav a {
  padding: 12px 14px;
  border-radius: 7px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.br-mobile-menu nav a:hover,
.br-mobile-menu nav a:focus-visible {
  background: var(--band);
  color: var(--ink);
}

.br-mobile-menu nav a[aria-current="page"] {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

@keyframes br-menu-reveal {
  from {
    opacity: 0;
    filter: blur(1px);
    transform: translateY(-6px) scale(0.985);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes br-menu-diffuse-out {
  from {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    filter: blur(3px);
    transform: translate(2px, -6px) scale(0.965);
  }
}

@keyframes br-menu-soft-veil {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .br-mobile-menu[open] nav,
  .br-mobile-menu.is-diffusing nav,
  .br-mobile-menu.is-diffusing nav::after {
    animation: none;
  }
  .br-mobile-menu.is-diffusing nav {
    opacity: 0;
  }
}

/* Desktop nav — visible by default, hidden below 58rem (mobile menu takes over) */
.br-desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 58rem) {
  .br-desktop-nav {
    display: none;
  }
}

.br-desktop-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  transition: color 160ms ease;
}

.br-desktop-nav a:hover,
.br-desktop-nav a:focus-visible {
  color: var(--green);
}

.br-desktop-nav a[aria-current="page"] {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.br-desktop-nav a.br-cta {
  padding: 10px 18px;
  background: var(--green);
  color: #ffffff;
  border-radius: 0;
  font-weight: 500;
  margin-left: 4px;
}

.br-desktop-nav a.br-cta:hover,
.br-desktop-nav a.br-cta:focus-visible {
  background: #14281d;
  color: #ffffff;
  text-decoration: none;
}

.br-desktop-nav a.br-cta[aria-current="page"] {
  text-decoration: none;
  color: #ffffff;
}

/* ============ About-page photo treatments ============ */

/* About hero: quieter than the homepage, tuned for credibility and fit. */
.about-hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.05fr);
  max-width: 1180px;
  gap: 80px;
  padding-top: 80px;
  padding-bottom: 84px;
}
.about-hero h1 {
  font-size: clamp(32px, 4.2vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  max-width: 17ch;
  margin-bottom: 28px;
}
.about-hero .lede {
  font-family: 'Inter Tight', sans-serif;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.62;
  color: var(--ink-soft);
  max-width: 38ch;
}
.about-hero-image img {
  max-width: 480px;
}

.about-page > section:not(.hero):not(.text-image-row):not(.closing),
.about-page .band > section {
  max-width: 760px;
}

.about-page > section:not(.hero):not(.text-image-row):not(.closing) > *,
.about-page .band > section > * {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 860px) {
  .about-hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 36px;
    padding-bottom: 52px;
  }
  .about-hero h1 {
    font-size: clamp(31px, 8.3vw, 34px);
    max-width: 16ch;
  }
  .about-hero-image {
    order: -1;
  }
  .about-hero-image img {
    max-width: 320px;
    margin: 0 auto;
  }
}

/* Text + image side-by-side (Outside of work) */
.text-image-row {
  max-width: 1100px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
.text-image-text > *:first-child { margin-top: 0; }
.text-image-text > *:last-child { margin-bottom: 0; }
.text-image-figure {
  margin: 0;
}
.text-image-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 420px;
  filter: grayscale(8%) saturate(95%);
}
@media (max-width: 860px) {
  .text-image-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .text-image-figure img {
    max-width: 100%;
  }
}

/* Centered image figure - preserves the full photo between sections */
.image-band {
  width: min(100% - 64px, 1100px);
  margin: 0 auto 80px;
  padding: 0;
  background: transparent;
  overflow: visible;
}
.image-band img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  filter: grayscale(8%) saturate(95%);
}
.image-band + hr.rule,
hr.rule + .image-band {
  display: none;
}
@media (max-width: 860px) {
  .image-band {
    width: calc(100% - 48px);
    margin-bottom: 56px;
  }
}


/* ============ Closing CTA variants ============ */

/* About: portrait inset, two-column */
.closing--portrait {
  max-width: 1100px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  text-align: left;
}
.closing--portrait .closing-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.closing--portrait .closing-text h2 {
  text-align: left;
  max-width: 22ch;
  margin-bottom: 28px;
}
.closing--portrait .closing-portrait img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 320px;
  margin-left: auto;
  filter: grayscale(8%) saturate(95%);
}
@media (max-width: 860px) {
  .closing--portrait {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .closing--portrait .closing-portrait img {
    max-width: 220px;
    margin: 0 auto;
  }
}

/* Approach: dark green inverted card */
.closing--card {
  max-width: 900px;
  padding: 80px 32px;
  text-align: left;
}
.closing--card .closing-card {
  background: var(--green);
  color: #ffffff;
  padding: 64px 64px;
}
.closing--card .closing-card .eyebrow {
  color: rgba(255, 255, 255, 0.65);
}
.closing--card .closing-card h2 {
  color: #ffffff;
  text-align: left;
  max-width: 22ch;
  margin: 12px 0 20px;
}
.closing--card .closing-card h2 em {
  color: var(--yellow);
}
.closing--card .closing-card p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 58ch;
  margin-bottom: 28px;
}
.closing--card .closing-card .btn-primary {
  background: var(--yellow);
  color: var(--ink);
}
.closing--card .closing-card .btn-primary:hover {
  background: #e8c43a;
  color: var(--ink);
}
@media (max-width: 720px) {
  .closing--card .closing-card {
    padding: 40px 28px;
  }
}

/* FAQ: quieter inline close, smaller H2 */
.closing--inline {
  text-align: center;
  max-width: 760px;
  padding: 48px 32px 64px;
}
.closing--inline h2 {
  font-size: clamp(22px, 3vw, 30px);
  font-style: normal;
  font-weight: 400;
  max-width: 32ch;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
