@charset "UTF-8";
:root {
  color-scheme: light;
  --ink: #191b18;
  --paper: #fcfaf6;
  --orange: #f49b62;
  --muted: #65685e;
  --line: #d7d7cc;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 1.5rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #a3440b; outline-offset: 4px; }
::selection { color: var(--ink); background: var(--orange); }
.skip-link { position: fixed; z-index: 100; top: -5rem; left: 1rem; padding: .65rem 1rem; color: var(--ink); background: white; }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 104px; max-width: 1600px; padding: 1.1rem 5%; margin: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem 2rem; color: #061923; border-bottom: 1px solid #0619231a; }
.wordmark { display: inline-flex; flex-shrink: 0; gap: .9rem; align-items: center; }
.brand-mark { width: 59px; height: 59px; border: 1.5px solid var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 700; font-size: 1.45rem; letter-spacing: -.12em; padding-right: .16em; }
.brand-mark span { font-size: 1.1rem; margin: .1em; font-style: italic; }
.brand-name { font-size: .85rem; font-weight: 800; line-height: 1.25; letter-spacing: .1em; }
.site-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: .875rem; font-weight: 600; }
.nav-pages, .nav-actions { display: flex; align-items: stretch; gap: .25rem; }
.nav-actions { gap: .65rem; padding-left: 1rem; border-left: 1px solid #06192326; }
.site-nav a { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 44px; padding: .7rem .75rem; border: 1px solid transparent; border-radius: 6px; line-height: 1.4; text-align: center; transition: background .15s ease, border-color .15s ease; }
.site-nav a span { flex-shrink: 0; font-size: 1.1rem; line-height: 1; }
.site-nav a:focus-visible { outline-color: #061923; }
.site-nav .nav-link:hover { background: #06192308; }
.site-nav .nav-link[aria-current="page"] { background: #0619230b; border-color: #0619231a; }
.site-nav .nav-support { border-color: #a9b2b3; background: transparent; }
.site-nav .nav-support:hover { background: #06192308; border-color: #061923; }
.site-nav .nav-host { padding-inline: 1rem; background: #e2b459; color: #061923; border-color: #d6a847; font-weight: 700; }
.site-nav .nav-host:hover { background: #edc777; border-color: #cca045; }
.site-nav .nav-host[aria-current="page"] { box-shadow: inset 0 0 0 1px #061923; }
.hero { position: relative; isolation: isolate; overflow: hidden; color: var(--paper); background: #252b24; min-height: 700px; display: flex; flex-direction: column; justify-content: center; }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; }
.hero-photo { object-fit: cover; object-position: center 56%; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(15,20,16,.91) 0%, rgba(15,20,16,.77) 28%, rgba(15,20,16,.25) 65%, rgba(15,20,16,.09)), linear-gradient(0deg, rgba(10,15,10,.55), transparent 28%); }
.hero-content { width: 100%; max-width: 1600px; margin: auto; padding: 4.5rem 7.6% 5rem; }
.eyebrow { font-size: .78rem; line-height: 1.5; font-weight: 700; letter-spacing: .17em; margin: 0 0 1.8rem; }
.hero-eyebrow { color: #ede8dc; }
.headline-place { display: block; margin-bottom: 1.5rem; font-family: var(--sans); font-size: 1.2rem; font-weight: 600; line-height: 1.5; text-transform: uppercase; letter-spacing: .2em; }
h1 { margin: 0 0 1.8rem; font-size: clamp(4.4rem, 7.7vw, 7.3rem); font-weight: 750; line-height: 1.02; letter-spacing: -.065em; overflow-wrap: anywhere; }
h1 em { color: var(--orange); font-family: var(--serif); font-weight: 400; letter-spacing: -.065em; }
.hero-intro { max-width: 30rem; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.6; margin: 0 0 .65rem; color: #f1f0e9; }
.hero-small-line { max-width: 34rem; margin: 0; font-size: .875rem; line-height: 1.7; color: #deded5; }
.no-obligations { max-width: 35rem; margin: 1.5rem 0 1.8rem; padding-left: .8rem; border-left: 2px solid var(--orange); color: #f1f0e9; font-size: .9375rem; font-weight: 600; }
.button { display: inline-flex; max-width: 100%; align-items: center; justify-content: space-between; gap: 2.5rem; border: 0; border-radius: 0; cursor: pointer; background: var(--orange); color: var(--ink); font-family: inherit; font-size: .95rem; font-weight: 650; line-height: 1.6; text-align: left; padding: .9rem 1.35rem; transition: background .15s ease; }
.button:hover { background: #ffb381; }
.hero a:focus-visible, .hosting a:focus-visible { outline-color: white; }
.button span { flex-shrink: 0; font-size: 1.4rem; line-height: 1; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #383c33; }
.button.interest-button { gap: 1rem; }
.hero-bottom { max-width: 1600px; width: 100%; margin: 0 auto; padding: 1.4rem 5%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid #ffffff3a; font-size: .88rem; }
.all-bikes { font-size: .875rem; font-weight: 600; letter-spacing: .02em; }
.hero.brand-hero { display: block; min-height: 0; background: #061923; --orange: #e2b459; }
.brand-banner { width: 100%; max-width: 1600px; height: auto; margin: 0 auto; }
.brand-hero .hero-content { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); align-items: center; gap: 3rem; padding: 2rem 7.6% 2.25rem; }
.brand-hero .hero-tagline { max-width: 38rem; margin: 0 0 .9rem; font-size: clamp(1.65rem, 2.5vw, 2.35rem); line-height: 1.2; letter-spacing: -.035em; }
.brand-hero .hero-tagline em { letter-spacing: -.035em; }
.brand-hero .no-obligations { margin: 0 0 1.2rem; }
.brand-hero .button:hover { background: #efce8a; }
.brand-hero .hero-bottom { padding-block: 1rem; }
.host-recruitment { padding: 3.5rem 7.6%; background: #e2b459; color: #061923; }
.host-recruitment-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 4rem; align-items: center; max-width: 1357px; margin: auto; }
.host-recruitment .eyebrow { margin-bottom: 1rem; font-size: .875rem; letter-spacing: .1em; }
.host-recruitment h2 { max-width: 30rem; font-size: clamp(1.75rem, 2.6vw, 2.5rem); line-height: 1.18; letter-spacing: -.025em; text-transform: uppercase; }
.host-recruitment-question { max-width: 29rem; margin: 1.2rem 0 0; font-size: 1.15rem; }
.host-recruitment-details > p { max-width: 32rem; margin: 0 0 1rem; }
.host-recruitment .button { margin-top: .4rem; gap: 1.25rem; text-transform: uppercase; }
.host-recruitment-details > .host-recruitment-note { margin: 1rem 0 0; font-size: .875rem; }
.host-recruitment a:focus-visible { outline-color: #061923; }
.meetup { display: grid; grid-template-columns: .86fr 1.6fr; gap: 3rem; padding: 4rem 7.6%; max-width: 1600px; margin: auto; border-bottom: 1px solid var(--line); }
.meetup .eyebrow { color: #804326; margin-bottom: .8rem; }
h2 { margin: 0; font-size: clamp(2.25rem, 3vw, 3rem); font-weight: 600; letter-spacing: -.045em; line-height: 1.14; }
.meetup-content { padding-top: .2rem; }
.status-label { display: inline-block; border: 1px solid #bbbaaa; font-size: .875rem; font-weight: 600; letter-spacing: .09em; line-height: 1.5; padding: .32rem .65rem; }
.season-lead { max-width: 36rem; margin: 1.4rem 0 1rem; font-family: var(--serif); font-size: 1.3rem; line-height: 1.5; }
.meetup-details { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 1.4rem 0 1rem; }
.meetup-details > div + div { padding-left: 2.1rem; border-left: 1px solid var(--line); }
dt { font-size: .75rem; color: var(--muted); letter-spacing: .12em; font-weight: 600; margin-bottom: .4rem; }
dd { margin: 0; font-size: 1.25rem; font-weight: 550; line-height: 1.5; letter-spacing: -.02em; }
dd span { font-size: 1rem; color: var(--muted); font-weight: 400; }
.meetup-note { color: var(--muted); font-size: .9rem; margin: 1rem 0 0; }
.meetup-interest { margin-top: 1.5rem; }
.meetup-interest p { margin: .75rem 0 0; color: var(--muted); font-size: 1rem; }
.meetup-interest p a { color: var(--ink); text-decoration: underline; text-underline-offset: .2em; }
.visit-notes { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; border-top: 1px solid var(--line); padding-top: 2rem; }
.visit-notes h3 { font-size: 1.1rem; }
.visit-notes p { margin: .7rem 0 0; color: #54584d; }
.home-story { display: grid; grid-template-columns: .86fr 1.6fr; gap: 3rem; max-width: 1600px; margin: auto; padding: 4.5rem 7.6%; }
.home-story .eyebrow, .page-intro .eyebrow, .gallery-empty .eyebrow { color: #804326; margin-bottom: 1rem; }
.home-story h2 em, .home-invitations h2 em { font-family: var(--serif); font-weight: 400; }
.home-story p:not(.eyebrow) { max-width: 42rem; margin: 0 0 1rem; color: #54584d; font-size: 1.1rem; }
.text-link { display: inline-flex; align-items: center; gap: 1.25rem; margin-top: .5rem; padding: .35rem 0; border-bottom: 1px solid currentColor; font-size: 1rem; font-weight: 600; }
.text-link:hover { text-decoration: underline; text-underline-offset: .2em; }
.home-invitations { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding: 3.5rem 7.6%; background: var(--orange); }
.home-invitations > div + div { padding-left: 3rem; border-left: 1px solid #191b1840; }
.home-invitations h2 { font-size: clamp(2rem, 3vw, 3rem); }
.home-invitations p { margin: 1rem 0 1.5rem; }
.home-invitations.home-contact { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.home-contact p { margin-bottom: 0; }
.page-intro { max-width: 1600px; padding: 4.5rem 7.6% 3.5rem; margin: auto; }
.page-title { margin: 0 0 1.4rem; font-size: clamp(3rem, 5.2vw, 5.5rem); line-height: 1.06; letter-spacing: -.05em; }
.page-title em { color: #804326; }
.page-lead { max-width: 40rem; margin: 0; color: #54584d; font-size: 1.2rem; }
.simple-callout { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 2rem; padding: 3rem 7.6%; background: var(--orange); }
.simple-callout p { max-width: 36rem; margin: 0; font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.35; font-family: var(--serif); }
.gallery-empty { width: 84.8%; max-width: 1357px; margin: 0 auto 5rem; padding: 3rem; border: 1px solid var(--line); background: white; }
.gallery-empty p:not(.eyebrow) { max-width: 36rem; margin: 1.2rem 0 1.7rem; color: #54584d; }
.story { display: grid; grid-template-columns: 1fr 1fr; gap: 7.2%; max-width: 1600px; margin: auto; padding: 6.5rem 7.6%; align-items: center; }
.story-image-wrap { position: relative; align-self: stretch; min-height: 540px; background: #3c3d30; }
.story-photo { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.photo-note { position: absolute; bottom: 0; left: 0; right: 0; padding: 3.7rem 1.8rem 1.5rem; color: white; background: linear-gradient(transparent, #0009); font-size: .75rem; letter-spacing: .12em; font-weight: 600; }
.story .eyebrow { color: #804326; margin-bottom: 1.3rem; }
.story h2 { font-size: clamp(2.5rem, 3.8vw, 3.75rem); }
.story h2 em { font-family: var(--serif); font-weight: 400; }
.story-content > p:not(.eyebrow) { max-width: 39rem; color: #54584d; }
.story-content > p.story-lead { font-size: 1.15rem; line-height: 1.6; color: var(--ink); margin: 1.7rem 0 .8rem; }
.story-content > p + p { margin-top: 0; }
.story.about-story { padding-top: 0; }
.story-image-wrap.brand-portrait { min-height: 0; height: auto; align-self: start; background: transparent; }
.brand-portrait .story-photo { position: static; width: 100%; height: auto; object-fit: contain; border-radius: 50%; }
.welcome-note { display: flex; align-items: flex-start; gap: 1.2rem; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.note-number { font-family: var(--serif); font-size: .9rem; color: #845233; padding-top: .05rem; }
h3 { margin: 0 0 .4rem; font-size: 1rem; letter-spacing: -.01em; line-height: 1.45; }
.welcome-note p { margin: 0; color: #54584d; font-size: 1rem; line-height: 1.65; }
.hosting { background: var(--ink); color: var(--paper); padding: 4.5rem 7.6%; }
.hosting-inner { max-width: 1357px; margin: auto; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: start; gap: 4rem; }
.hosting .eyebrow { color: var(--orange); margin-bottom: 1.3rem; font-size: .875rem; }
.hosting h2 { font-size: clamp(2.4rem, 3.8vw, 3.75rem); }
.hosting h2 em { color: var(--orange); font-family: var(--serif); font-weight: 400; }
.hosting .page-title { font-size: clamp(2.8rem, 4vw, 4.5rem); }
.hosting .page-title em { color: var(--orange); }
.hosting-copy { margin-top: 1.8rem; max-width: 32rem; }
.hosting-copy > p { margin: 0 0 1.2rem; color: #deded5; }
.hosting-copy .host-explainer { color: var(--paper); font-size: 1.15rem; }
.hosting-copy p.hosting-note { margin: 1rem 0 0; font-size: .875rem; color: #c1c2b8; }
.closing { background: var(--orange); padding: 4rem 7.6%; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: start; gap: 4rem; }
.closing em { font-family: var(--serif); font-weight: 400; }
.contact-links a { display: inline-flex; align-items: center; gap: 1.5rem; border-bottom: 1px solid var(--ink); padding: .5rem 0; font-size: 1rem; font-weight: 600; }
.contact-links a:hover { text-decoration: underline; text-underline-offset: .2em; }
.contact-links a span { font-size: 1.35rem; }
.closing .contact-note { margin: .85rem 0 0; font-size: 1rem; font-weight: 400; line-height: 1.6; letter-spacing: normal; }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: .5rem; margin-top: 1.2rem; }
.contact-page { min-height: 70vh; }
.contact-page .eyebrow { margin-bottom: 1.2rem; }
.contact-page .page-title em { color: var(--ink); }
.contact-page .contact-note { max-width: 30rem; }
.inquiry-form { min-width: 0; padding: 2rem; color: var(--ink); background: var(--paper); border: 1px solid var(--line); }
.inquiry-form fieldset { min-width: 0; margin: 0 0 1.75rem; padding: 0; border: 0; }
.inquiry-form legend { width: 100%; padding: 0 0 .9rem; font-size: 1.1rem; font-weight: 700; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem; }
.form-field { min-width: 0; display: flex; flex-direction: column; gap: .4rem; }
.form-field label { font-size: .9375rem; font-weight: 600; line-height: 1.5; }
.form-field .optional { font-size: .875rem; font-weight: 400; color: #5a5e53; }
.frequency-fieldset .optional { font-size: .875rem; font-weight: 400; color: #5a5e53; }
.radio-options { display: flex; flex-wrap: wrap; gap: .65rem; }
.radio-option { display: flex; align-items: center; gap: .55rem; min-height: 46px; padding: .6rem .75rem; border: 1px solid #858a7c; background: white; font-size: .9375rem; cursor: pointer; }
.radio-option input { width: 1.1rem; height: 1.1rem; margin: 0; accent-color: #804326; }
.form-field input, .form-field textarea { display: block; width: 100%; min-width: 0; min-height: 46px; border: 1px solid #858a7c; border-radius: 0; background: white; color: var(--ink); padding: .7rem .75rem; font: inherit; line-height: 1.5; }
.form-field textarea { resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #686d61; opacity: 1; }
.form-full { grid-column: 1 / -1; }
.inquiry-form .button { margin-top: 1.5rem; gap: 1rem; }
.inquiry-form fieldset + .button { margin-top: 0; }
.inquiry-form p { font-size: .875rem; font-weight: 400; line-height: 1.6; letter-spacing: normal; }
.inquiry-form .form-help { margin: 0 0 1.4rem; color: #54584d; }
.inquiry-form .form-privacy { margin: 1rem 0 0; color: #54584d; }
.inquiry-form .form-fallback { margin: .6rem 0 0; color: #54584d; }
.inquiry-form a { text-decoration: underline; text-underline-offset: .2em; }
.inquiry-form a:focus-visible { outline-color: #a3440b; }
.form-honeypot { display: none; }
.thanks-main { max-width: 52rem; min-height: 65vh; margin: 0 auto; padding: 5rem 6%; }
.thanks-main .eyebrow { color: #804326; }
.thanks-main h1 { font-size: clamp(2.6rem, 6vw, 4.5rem); }
.thanks-main h1 em { color: #804326; }
.thanks-main p:not(.eyebrow) { max-width: 36rem; color: #54584d; margin-bottom: 2rem; }
.mobile-break { display: none; }
.site-footer { background: var(--ink); color: #f0efe5; padding: 2.2rem 5%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.3rem 2rem; font-size: .8rem; }
.footer-brand { font-size: .83rem; font-weight: 700; letter-spacing: .07em; }
.footer-identity p { max-width: 36rem; margin: .6rem 0 0; color: #c1c2b8; font-size: .875rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .6rem 1.3rem; font-size: .875rem; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: .25em; }
.footer-donations { flex-basis: 100%; width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 2rem; padding-top: 1.5rem; border-top: 1px solid #ffffff26; }
.footer-donations p { margin: 0; font-size: .875rem; line-height: 1.5; }
.footer-donations strong { color: #e2b459; font-weight: 600; }
.footer-support { gap: 1rem; padding: .7rem 1rem; font-size: .875rem; background: #e2b459; }
.footer-support:hover { background: #efce8a; }
.site-footer > span { color: #c1c2b8; }
.photo-credits { font-size: .75rem; }
.site-footer .photo-credits { flex-basis: 100%; }
.photo-credits a { text-decoration: underline; text-underline-offset: .2em; }
.site-footer a:focus-visible { outline-color: var(--orange); }
@media (min-width: 1700px) { .hero-content { padding-left: 7.6rem; } .closing { padding-inline: max(7.6%, calc((100vw - 1357px) / 2)); } }
@media (max-width: 1000px) {
  .host-recruitment { padding-inline: 6%; }
  .host-recruitment-inner { gap: 2rem; }
  .site-nav { width: 100%; justify-content: space-between; }
  .hero { min-height: 660px; }
  .hero-content { padding-inline: 6%; }
  .meetup { padding-inline: 6%; grid-template-columns: .8fr 1.3fr; gap: 2rem; }
  .story { padding: 5rem 6%; gap: 5%; }
  .story-image-wrap { min-height: 580px; }
  .hosting { padding-inline: 6%; }
  .hosting-inner { gap: 2.5rem; }
  .closing { padding-inline: 6%; gap: 2.5rem; }
  .hosting-inner, .closing { grid-template-columns: 1fr; }
  .inquiry-form { width: 100%; }
  .home-story, .home-invitations, .page-intro, .simple-callout { padding-inline: 6%; }
  .gallery-empty { width: 88%; }
}
@media (max-width: 760px) {
  .site-nav { width: 100%; display: grid; grid-template-columns: 1fr; gap: .75rem; }
  .nav-pages { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .3rem; }
  .nav-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: .75rem 0 0; border-left: 0; border-top: 1px solid #0619231a; }
  .site-nav a, .site-nav .nav-host { padding-inline: .5rem; }
}
@media (max-width: 700px) {
  .host-recruitment { padding: 2.75rem 6%; }
  .host-recruitment-inner { grid-template-columns: 1fr; }
  .brand-hero .hero-content { grid-template-columns: 1fr; gap: 1.75rem; padding: 1.75rem 6% 2rem; }
  .site-header { min-height: 87px; padding: 1rem 5%; }
  .brand-mark { width: 47px; height: 47px; font-size: 1.2rem; }
  .brand-mark span { font-size: .95rem; }
  .brand-name { font-size: .75rem; }
  .wordmark { gap: .6rem; }
  .hero { min-height: 0; background: var(--ink); }
  .hero-photo { position: relative; z-index: auto; inset: auto; width: 100%; height: auto; order: 2; object-position: center; }
  .hero-shade { display: none; }
  .hero-content { padding: 3.2rem 6% 3.5rem; order: 1; }
  .hero-eyebrow { margin-bottom: 1.9rem; font-size: .75rem; }
  h1 { font-size: clamp(3.7rem, 13.4vw, 6rem); line-height: 1.07; margin-bottom: 1.5rem; }
  .hero-intro { font-size: 1.1rem; }
  .button { gap: 2.5rem; padding: .95rem 1.15rem; }
  .hero-bottom { padding: 1.2rem 6%; gap: .6rem; flex-wrap: wrap; font-size: .8rem; order: 3; }
  .all-bikes { font-size: .875rem; }
  .meetup { padding: 3rem 6%; grid-template-columns: 1fr; gap: 1.8rem; }
  .meetup-heading h2 br { display: none; }
  .meetup-heading h2 { font-size: 2.2rem; }
  .meetup-details { gap: 1rem; }
  .meetup-details > div + div { padding-left: 1.2rem; }
  dd { font-size: 1.13rem; }
  dd span { font-size: .95rem; }
  .meetup-note { max-width: 28rem; }
  .visit-notes { grid-template-columns: 1fr; gap: 1.6rem; padding-top: 1.8rem; }
  .home-story { grid-template-columns: 1fr; gap: 1.5rem; padding: 3.2rem 6%; }
  .home-invitations { grid-template-columns: 1fr; gap: 2.2rem; padding: 3rem 6%; }
  .home-invitations > div + div { padding: 2.2rem 0 0; border-left: 0; border-top: 1px solid #191b1840; }
  .page-intro { padding: 3rem 6% 2.5rem; }
  .page-title { font-size: clamp(2.65rem, 10vw, 4rem); }
  .page-lead { font-size: 1.1rem; }
  .simple-callout { padding: 2.7rem 6%; }
  .gallery-empty { margin-bottom: 3rem; padding: 1.5rem; }
  .story { padding: 3.8rem 6%; grid-template-columns: 1fr; gap: 2.5rem; }
  .story-image-wrap { min-height: 0; height: 370px; }
  .story-photo { object-position: center 60%; }
  .story h2 { font-size: 3rem; }
  .story .eyebrow { margin-bottom: 1rem; }
  .story-content > p.story-lead { margin-top: 1.3rem; }
  .hosting { padding: 3.5rem 6%; }
  .hosting-inner { grid-template-columns: 1fr; gap: 1.8rem; }
  .closing { padding: 2.7rem 6%; gap: 1.8rem; }
  .inquiry-form { padding: 1.25rem; }
  .form-grid { grid-template-columns: 1fr; }
  .mobile-break { display: initial; }
  .site-footer { padding: 2rem 6%; flex-direction: column; align-items: flex-start; gap: .75rem; }
}
@media (max-width: 480px) {
  .nav-pages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 380px) {
  .brand-mark { display: none; }
  .hero { min-height: 0; }
  .hero-content { padding-top: 3rem; padding-bottom: 3rem; }
  .meetup-details { grid-template-columns: 1fr; gap: 1.2rem; }
  .meetup-details > div + div { border-left: none; border-top: 1px solid var(--line); padding: 1rem 0 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
