/* Hallmark · macrostructure: Portfolio Grid with requested photo hero · theme: green builder editorial · nav: wordmark with social links · footer: Ft1
   Audience: fellow builders, collaborators, event organizers · Use: explore Banjo's work · Tone: optimistic, personal
   Pre-emit critique (source review): Philosophy 4 · Hierarchy 4 · Execution 4 · Specificity 5 · Restraint 4 · Variety 4 */
:root {
  --color-paper: #fafbf7; --color-hero: #edf3e8; --color-ink: #173c2b; --color-green: #144b35;
  --color-muted: #526452; --color-accent: #d0ef76; --color-line: #ccd6c7; --color-white: #ffffff;
  --color-card: #f1f4ec; --color-dark-line: #477157; --color-dark-muted: #d4dfcd;
  --color-media-menu: #faf7ee; --color-media-dark: #10100f; --color-peach: #f3d9c7; --color-brown: #423c2d; --color-shadow: #102f2526;
  --font-display: 'Bricolage Grotesque', sans-serif; --font-body: 'IBM Plex Sans', sans-serif;
  --ease-out: cubic-bezier(.16,1,.3,1); --gutter: clamp(20px,4.7vw,72px); --radius: 6px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; overflow-x: clip; }
body { margin: 0; background: var(--color-paper); color: var(--color-ink); font-family: var(--font-body); font-size: 16px; line-height: 1.6; overflow-x: clip; }
::selection { background: var(--color-accent); color: var(--color-green); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--color-green); outline-offset: 5px; }
.community-section a:focus-visible { outline-color: var(--color-accent); }
button:active,.button:active { transform: translateY(1px); }
img { max-width: 100%; display: block; }
figure, p { margin: 0; }
h1,h2,h3 { font-family: var(--font-display); margin: 0; overflow-wrap: anywhere; min-width: 0; }
button[hidden], [hidden] { display: none !important; }
.container { max-width: 1480px; margin-inline: auto; padding-inline: var(--gutter); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 30; padding: 12px 20px; background: var(--color-green); color: var(--color-white); }
.skip-link:focus { top: 16px; }
.hero-wrap { background: var(--color-hero); }
.site-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { font: 800 40px/1 var(--font-display); letter-spacing: -2px; display: inline-flex; align-items: center; gap: 6px; min-height: 44px; }
.wordmark span { font-size: 38px; font-weight: 400; }
.hero { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,1fr); align-items: center; gap: 30px; padding-top: 44px; padding-bottom: 64px; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .13em; line-height: 1.5; }
.hero h1 { font-size: clamp(48px,5.7vw,84px); font-weight: 700; letter-spacing: -.055em; line-height: 1.035; margin: 24px 0 26px; }
.builder-word { position: relative; white-space: nowrap; z-index: 0; }
.builder-word::after { content: ''; position: absolute; z-index: -1; bottom: 3px; left: -4px; right: -5px; height: .23em; background: var(--color-accent); transform: rotate(-2deg); }
.period { color: var(--color-green); }
.tagline { font-family: var(--font-display); font-size: 23px; font-weight: 600; letter-spacing: -.03em; }
.hero-description { margin-top: 13px; color: var(--color-muted); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 52px; padding: 13px 22px; background: var(--color-green); color: var(--color-white); border-radius: 4px; font-size: 15px; font-weight: 500; white-space: nowrap; transition: background-color 180ms var(--ease-out); }
.button:hover { background: var(--color-ink); }
.text-link { font-size: 15px; font-weight: 500; min-height: 44px; display: inline-flex; align-items: center; gap: 16px; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
/* Keep captions in normal flow and give the sticker its own grid row. */
.collage { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 28px 22px; align-items: start; position: relative; min-width: 0; isolation: isolate; padding: 48px 8px 8px; }
.photo { min-width: 0; background: var(--color-white); padding: 7px; box-shadow: 0 6px 20px var(--color-shadow); }
.photo img { width: 100%; height: auto; object-fit: cover; }
.photo figcaption { font-size: 13px; color: var(--color-ink); line-height: 1.4; padding: 9px 3px 3px; text-align: center; overflow-wrap: anywhere; }
.photo-building { grid-column: 1 / 8; transform: rotate(-4deg); }
.photo-building img { aspect-ratio: 1.2; object-position: 68% center; }
.photo-speaking { grid-column: 8 / -1; align-self: end; transform: rotate(4deg); }
.photo-speaking img { aspect-ratio: .88; object-position: 54% center; }
.photo-dc { grid-column: 1 / 5; margin-left: 12%; transform: rotate(-5deg); }
.photo-dc img { aspect-ratio: .72; }
.photo-brawl { grid-column: 5 / -1; transform: rotate(3deg); }
.photo-brawl img { aspect-ratio: 1.5; object-position: 68% center; }
.collage-note { position: absolute; right: 8%; top: -6px; font: 500 14px/1.3 var(--font-display); transform: rotate(6deg); }
.collage-note span { position: absolute; font-size: 36px; right: -30px; top: 5px; transform: rotate(70deg); }
.collage-sticker { grid-column: 1 / -1; justify-self: center; background: var(--color-accent); padding: 10px 17px; transform: rotate(-5deg); color: var(--color-green); font: 600 11px/1.35 var(--font-display); border: 3px solid var(--color-hero); }
.collage-sticker strong { font-size: 16px; }
.collage-sticker > span { display: inline-block; font-size: 21px; margin-left: 8px; }
.impact { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); padding-block: 40px; gap: 40px; border-bottom: 1px solid var(--color-line); }
.impact strong { display: block; font: 600 37px/1.2 var(--font-display); letter-spacing: -.04em; margin-bottom: 8px; }
.impact span { font-size: 13px; color: var(--color-muted); line-height: 1.4; display: block; max-width: 190px; }
.work-section { padding-block: 88px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.section-heading h2 { font-size: clamp(36px,4vw,53px); font-weight: 600; letter-spacing: -.045em; line-height: 1.15; margin-top: 0; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.filters button { padding: 9px 16px; display: flex; align-items: center; gap: 11px; min-height: 44px; border: 1px solid var(--color-line); border-radius: 30px; background: transparent; color: var(--color-muted); cursor: pointer; font-size: 14px; font-weight: 500; transition: background-color 180ms var(--ease-out); white-space: nowrap; }
.filters button span { font-size: 11px; font-variant-numeric: tabular-nums; }
.filters button:hover { background: var(--color-hero); }
.filters button[aria-pressed="true"] { background: var(--color-green); border-color: var(--color-green); color: var(--color-white); }
.work-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); column-gap: 24px; row-gap: 38px; }
.work-card { min-width: 0; display: flex; background: var(--color-card); border-radius: var(--radius); }
.work-card-link { display: flex; flex-direction: column; width: 100%; border-radius: var(--radius); }
.work-card-link:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.card-visual { aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; position: relative; background: var(--color-white); }
.card-visual > img { width: 100%; height: 100%; object-fit: cover; }
.card-visual.fit-contain > img { object-fit: contain; }
.card-visual.app-gallery { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 12px; }
.card-visual.app-gallery > img { width: auto; max-width: 46%; height: 100%; object-fit: contain; }
.media-menuviz { background: var(--color-media-menu); }
.media-libralm { background: var(--color-media-dark); }
.video-indicator { position: absolute; bottom: 12px; right: 12px; display: grid; place-items: center; width: 38px; height: 38px; padding-left: 2px; border-radius: 50%; background: var(--color-green); color: var(--color-white); font-size: 12px; }
.card-copy { padding: 23px; display: flex; flex-direction: column; flex: 1; }
.card-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 24px; font-size: 11px; letter-spacing: .09em; font-weight: 600; text-transform: uppercase; color: var(--color-muted); margin-bottom: 14px; }
.card-type { color: var(--color-green); display: inline-flex; align-items: center; gap: 9px; }
.app-icon { width: 30px; height: 30px; border-radius: 7px; }
.card-copy h3 { font-weight: 600; font-size: 23px; line-height: 1.15; letter-spacing: -.035em; margin-bottom: 10px; }
.item-meta { color: var(--color-muted); font-size: 12px; margin-bottom: 12px; }
.card-description { font-size: 16px; color: var(--color-muted); line-height: 1.6; padding-bottom: 24px; }
.card-action { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; min-height: 44px; margin-top: auto; border-top: 1px solid var(--color-line); padding-top: 12px; }
.work-end { margin-top: 38px; display: flex; justify-content: flex-end; gap: 20px; align-items: center; }
.community-section { background: var(--color-green); color: var(--color-white); padding-block: 76px; }
.community-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 100px; }
.community-intro .eyebrow { color: var(--color-accent); }
.community-intro h2 { font-size: clamp(40px,4.5vw,64px); line-height: 1.05; letter-spacing: -.045em; font-weight: 500; margin-block: 24px; }
.community-intro h2 em { font-style: normal; color: var(--color-accent); }
.community-intro > p:not(.eyebrow) { max-width: 390px; font-size: 15px; line-height: 1.75; color: var(--color-dark-muted); }
.light-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 24px; min-height: 44px; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.community-events { padding-top: 15px; }
.community-label { font-size: 11px; letter-spacing: .1em; color: var(--color-dark-muted); margin-bottom: 30px; }
.community-events > a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 24px; border-top: 1px solid var(--color-dark-line); }
.community-events > a:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.community-events small { display: block; font-size: 10px; letter-spacing: .1em; color: var(--color-accent); margin-bottom: 7px; }
.community-events strong { font: 500 25px/1.2 var(--font-display); letter-spacing: -.025em; }
.community-events > p:last-child { color: var(--color-dark-muted); font-size: 13px; border-top: 1px solid var(--color-dark-line); padding-top: 24px; }
.about { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 100px; padding-block: 64px 40px; }
.about h2 { font-size: 52px; line-height: 1.05; letter-spacing: -.05em; font-weight: 500; margin-top: 0; }
.about h2 span { display: inline-block; margin-left: 12px; color: var(--color-green); }
.about-lede { font: 500 29px/1.25 var(--font-display); letter-spacing: -.025em; margin-bottom: 25px; }
.about-copy p:not(.about-lede) { color: var(--color-muted); margin-top: 18px; font-size: 16px; line-height: 1.75; }
.about-copy .about-signoff { font-weight: 600; color: var(--color-green); }
footer { background: var(--color-accent); padding-block: 24px; }
.social-links { display: flex; align-items: center; gap: 28px; }
.social-links a { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; font-size: 14px; font-weight: 500; white-space: nowrap; }
.social-links a:hover { text-decoration: underline; text-underline-offset: 5px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-bottom .wordmark { font-size: 31px; }
.footer-bottom .wordmark span { font-size: 28px; }
.footer-bottom p,.footer-bottom > a:last-child { font-size: 12px; }
.footer-bottom > a:last-child { display: inline-flex; align-items: center; min-height: 44px; white-space: nowrap; }
@media (min-width: 1500px) { .hero { gap: 60px; } }
@media (max-width: 1100px) {
  .hero { gap: 22px; padding-top: 34px; }
  .hero h1 { font-size: 5.9vw; } .hero-actions { gap: 18px; }
  .community-layout,.about { gap: 55px; }
}
@media (max-width: 800px) {
  .site-header { min-height: 91px; } .hero { grid-template-columns: minmax(0,1fr); padding-top: 25px; padding-bottom: 20px; }
  .hero-copy { max-width: 650px; } .hero h1 { font-size: clamp(48px,9vw,72px); } .desktop-break { display: none; }
  .hero h1 { max-width: 640px; } .collage { width: min(100%,570px); margin: 25px auto 8px; }
  .impact { gap: 27px 24px; }
  .work-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px 20px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .work-section { padding-block: 60px; }
  .community-layout,.about { grid-template-columns: minmax(0,1fr); gap: 40px; }
  .community-intro h2 br { display: none; } .community-intro h2 { max-width: 490px; }
  .community-intro > p:not(.eyebrow) { max-width: 560px; } .community-events { padding-top: 0; }
  .community-section { padding-block: 55px; } .about { padding-block: 65px; }
  .about h2 { font-size: 55px; } .about h2 br { display: none; }
}
@media (max-width: 540px) {
  .site-header { flex-direction: column; align-items: flex-start; padding-block: 20px 8px; gap: 8px; }
  .social-links { width: 100%; justify-content: space-between; gap: 12px; }
  .impact { grid-template-columns: minmax(0,1fr); gap: 22px; }
  .impact > div { display: flex; align-items: center; gap: 24px; }
  .impact strong { min-width: 124px; margin-bottom: 0; }
  .wordmark { font-size: 34px; } .wordmark span { font-size: 31px; }
  .hero { padding-top: 20px; } .hero .eyebrow { font-size: 11px; }
  .hero h1 { font-size: clamp(43px,10.8vw,58px); margin-top: 19px; margin-bottom: 23px; line-height: 1.06; }
  .tagline { font-size: 21px; } .hero-description { font-size: 16px; } .hero-description br { display: none; }
  .hero-actions { gap: 12px 20px; margin-top: 24px; } .hero-actions .text-link { font-size: 14px; }
  .button { gap: 21px; padding-inline: 18px; }
  .collage { margin-top: 27px; gap: 24px 16px; padding: 40px 4px 8px; }
  .photo { padding: 5px; }
  .photo figcaption { font-size: 12px; padding: 8px 2px 4px; }
  .photo-building { transform: rotate(-3deg); }
  .photo-speaking { transform: rotate(3deg); }
  .collage-note { font-size: 12px; right: 10%; top: -5px; }
  .collage-note span { font-size: 25px; right: -23px; }
  .impact { padding-block: 30px; } .impact strong { font-size: 32px; } .impact span { font-size: 12px; }
  .section-heading h2 { font-size: 37px; } .section-heading .eyebrow { font-size: 10px; letter-spacing: .1em; }
  .filters { gap: 7px; margin-bottom: 27px; } .filters button { padding-inline: 13px; font-size: 13px; gap: 8px; }
  .work-grid { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .card-copy h3 { font-size: 25px; } .card-description { font-size: 15px; }
  .item-meta { font-size: 13px; } .card-action { font-size: 14px; }
  .work-end { align-items: flex-start; flex-direction: column; gap: 8px; }
  .community-intro h2 { font-size: 45px; } .community-events strong { font-size: 23px; }
  .community-events small { font-size: 10px; } .community-events > p:last-child br { display: none; }
  .light-link { font-size: 12px; gap: 10px; } .about h2 { font-size: 48px; }
  .about-lede { font-size: 28px; } .about-title .eyebrow { font-size: 10px; }
  .footer-bottom { flex-wrap: wrap; gap: 8px 20px; } .footer-bottom p { order: 3; flex-basis: 100%; }
  .footer-bottom > a:last-child { margin-left: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition: none !important; animation: none !important; } }
