/* Moovers editorial refinement. Brand requirements take precedence over presets. */
.whatsapp-float {
  position: fixed;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(24px, env(safe-area-inset-bottom));
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  min-width: 56px;
  min-height: 56px;
  padding: .9rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--wine);
  box-shadow: 0 4px 20px rgb(61 40 49 / 10%);
  text-decoration: none;
  font-size: .85rem;
  font-weight: 500;
  transition: background 180ms ease, transform 180ms ease;
}
.whatsapp-float:hover { background: var(--button); transform: translateY(-2px); }
.whatsapp-float:active { transform: translateY(0); }
.whatsapp-float:focus-visible { outline: 2px solid var(--wine); outline-offset: 5px; }
body:has(.menu-toggle[aria-expanded="true"]) .whatsapp-float { visibility: hidden; }
.site-footer { padding-bottom: 6rem; }
.footer-brand .brand-symbol { width: 96px; height: 96px; object-fit: contain; }
@media (max-width: 600px) {
  .whatsapp-float { right: max(16px,env(safe-area-inset-right)); bottom: max(16px,env(safe-area-inset-bottom)); padding: .9rem; }
  .whatsapp-float span { display: none; }
}
:root {
  --step-3: clamp(2.25rem, 3.7vw, 3.75rem);
  --space-7: clamp(4.5rem, 7vw, 7rem);
  --motion-base: 300ms;
}
h2 { text-wrap: balance; line-height: 1.06; }
p { text-wrap: pretty; }
.eyebrow { font-size: .72rem; letter-spacing: .09em; }
.nav a { font-size: .82rem; }
.nav a[aria-current] { color: var(--wine); text-decoration: underline; text-underline-offset: 6px; }
.button { min-height: 48px; font-size: .86rem; }
.button:active { transform: translateY(0); background: var(--button-hover); }
.text-link { min-height: 44px; }
.section-head { grid-template-columns: .32fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.section-head .lede { max-width: 58ch; }
.hero { background: linear-gradient(270deg,var(--bg) 2%,rgb(242 238 226 / 30%) 85%),url('img/paper-grid.webp') center/cover; }
.hero-grid { column-gap: 3rem; }
.hero h1 { font-size: clamp(2.8rem,4.25vw,4.15rem); line-height: 1.02; text-wrap: balance; }
.hero .lede { max-width: 52ch; font-size: 1rem; }
.hero-proof strong { font-size: 1.38rem; line-height: 1.35; }
.hero-proof span { font-size: .8rem; }
.future-lines { width: 106%; }
.future-caption { font-size: .68rem; }
@media (min-width: 901px) {
  .hero-grid { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); column-gap: clamp(2rem, 4vw, 4rem); }
  .hero h1 { font-size: clamp(2.65rem, 3.5vw, 3.5rem); line-height: 1.07; text-wrap: pretty; }
  .future-lines { left: -18%; width: 120%; }
  .hero-proof { grid-template-columns: 1fr; gap: 1rem; margin-top: 1.8rem; }
  .hero-proof > div + div { border-left: 0; padding-left: 0; }
}
.motion-toggle { min-height: 44px; font-size: .78rem; }
.experience-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.6rem; }
.experience-card:nth-child(n) {
  grid-column: auto; min-height: 0; overflow: visible;
  border: 0; border-radius: 0; background: transparent;
}
.experience-media { position: relative; height: 310px; overflow: hidden; border-radius: 6px; }
.experience-media > img { filter: saturate(.82); }
.online-collage { grid-template-columns: 1fr 1fr; }
.online-collage img:nth-child(3) { display: none; }
.experience-card::after { display: none; }
.experience-copy { position: relative; padding: 1.5rem 0 0; color: var(--text); }
.experience-index { font-size: .7rem; color: var(--wine); opacity: 1; }
.experience-copy h3 { font-size: clamp(1.5rem,2.2vw,2rem); line-height: 1.13; text-wrap: balance; }
.experience-copy p { color: var(--muted); font-size: .94rem; line-height: 1.65; }
.agenda-top { align-items: start; }
.agenda-top h2 { max-width: 650px; }
.agenda-status { font-size: .69rem; line-height: 1.8; margin-top: 2.8rem; }
.event { grid-template-columns: 105px 72px minmax(0,1fr) 145px 24px; min-height: 116px; }
.event img { width: 72px; height: 72px; }
.event:hover { padding-inline: 0; background: rgb(251 250 246 / 62%); }
.event-date { font-size: 1.45rem; }
.event-date small { font-size: .68rem; }
.event-format { font-size: .84rem; }
.event h3 { font-size: 1rem; line-height: 1.45; }
.manifesto { padding-block: var(--space-7); }
.manifesto-grid { grid-template-columns: .22fr 1fr; }
.manifesto-copy blockquote { font-size: clamp(2.5rem,4.6vw,4.5rem); line-height: 1.08; }
.manifesto-body { margin-top: 2.5rem; font-size: 1rem; }
.territory { font-family: var(--font-body); font-size: .8rem; letter-spacing: 0; }
.structure-shell,.benefit-layout,.founder-grid { gap: clamp(2.5rem,5vw,5rem); }
.structure-item p,.benefit p { font-size: .94rem; }
.structure-item h3 { font-size: 1.15rem; }
.benefit { min-height: 220px; }
.benefit h3 { margin-top: 1.4rem; line-height: 1.15; }
.plans-head { margin-bottom: 3rem; }
.member-access { display: flex; flex-wrap: wrap; align-items: baseline; gap: .25rem .5rem; margin: 1.25rem 0 0; color: var(--muted); font-size: .9rem; }
.member-access a { display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; padding-block: .6rem; color: var(--wine); text-decoration: underline; text-underline-offset: .25em; text-decoration-thickness: 1px; }
.member-access a:hover { text-decoration-thickness: 2px; }
.member-access a:focus-visible { outline: 2px solid var(--wine); outline-offset: 4px; border-radius: 2px; }
.plan { min-height: 0; padding: clamp(1.5rem,3.5vw,3rem); border-radius: 6px; }
.plan-meta { font-size: .69rem; }
.plan h3 { font-size: 2.6rem; }
.price strong { font-size: 3.1rem; font-variant-numeric: lining-nums; }
.annual { font-size: .86rem; line-height: 1.7; }
.plan li { font-size: .94rem; }
.founder-grid { align-items: center; }
.founder-portrait { min-height: 560px; }
.founder-copy > p { font-size: .98rem; }
.founder-stat span { font-size: .75rem; }
.testimonials-head { gap: 2rem; }
.testimonial-note { font-size: .7rem; }
.testimonial { min-height: 320px; }
.testimonial p { font-size: 1.5rem; line-height: 1.3; }
.testimonial footer { font-size: .73rem; }
.business-wrap { gap: clamp(3rem, 7vw, 7rem); border: 0; border-radius: 0; background: none; padding-block: 0; }
.business-intro { align-self: start; }
.business-intro .eyebrow { margin-top: 0; }
.business-form { gap: 1.8rem; }
.business-interests { min-width: 0; margin: 0 0 .5rem; padding: 0; border: 0; }
.business-interests legend,.business-form-heading { padding: 0; margin: 0 0 1.25rem; font: 500 1rem/1.5 var(--font-body); }
.business-step { margin-right: .75rem; color: var(--muted); font: .72rem var(--font-label); }
.interest-options { display: flex; flex-wrap: wrap; gap: .6rem; }
.interest-option { position: relative; cursor: pointer; }
.interest-option > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.interest-option > span { display: flex; align-items: center; gap: 1.1rem; min-height: 48px; padding: .75rem 1.1rem; border: 1px solid var(--line); border-radius: 28px; font-size: .85rem; transition: background .18s ease, border-color .18s ease; }
.interest-option:hover > span { border-color: var(--muted); }
.interest-option > input:checked + span { background: #e6ddd9; border-color: var(--wine); color: var(--wine); }
.interest-option > input:focus-visible + span { outline: 2px solid var(--wine); outline-offset: 4px; }
.business-form-heading { margin: .7rem 0 -.2rem; padding-top: 1.7rem; border-top: 1px solid var(--line); }
.required-note { display: block; margin: .5rem 0 0 2rem; color: var(--muted); font-size: .72rem; font-weight: 400; }
.business-form .form-row { gap: 1.6rem; }
.business-form .field { gap: .25rem; }
.business-form .field input,.business-form .field select,.business-form .field textarea { background: transparent; border: 0; border-bottom: 1px solid #aaa09c; border-radius: 0; padding: .8rem 0; }
.business-form .field textarea { min-height: 92px; }
.business-form .field input::placeholder,.business-form .field textarea::placeholder { color: #827573; opacity: 1; font-size: .9rem; }
.business-form .field :is(input,select,textarea):focus { background: rgb(251 250 246 / 35%); border-bottom-color: var(--wine); }
.business-form .form-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
.business-form .form-actions .button { border-radius: 30px; padding-inline: 1.5rem; min-height: 52px; gap: 2.5rem; }
.business-form .form-note { max-width: 52ch; line-height: 1.6; }
@media (prefers-reduced-motion: reduce) { .interest-option > span { transition: none; } }
.business-intro p,.business-points { font-size: .95rem; }
.field label { font: 500 .83rem/1.5 var(--font-body); text-transform: none; letter-spacing: 0; }
.field input,.field select,.field textarea { font-size: 1rem; min-height: 48px; }
.field input:focus-visible,.field select:focus-visible,.field textarea:focus-visible { outline: 2px solid var(--wine); outline-offset: 3px; }
.field input:user-invalid,.field select:user-invalid,.field textarea:user-invalid {
  border-color: var(--wine);
  box-shadow: inset 3px 0 var(--wine);
}
.form-status { margin: 0; color: var(--wine); font-size: .87rem; line-height: 1.6; }
.form-status:not(:empty) { padding: 1rem; border-left: 2px solid var(--wine); background: var(--surface-soft); }
.form-actions { flex-wrap: wrap; }
.form-note { font-size: .78rem; }
.closing h2 { font-size: clamp(3rem,6.5vw,6rem); line-height: 1.02; }
.footer-title,.footer-bottom { font-size: .7rem; }
.footer-links a,.footer-brand p { font-size: .85rem; }
.footer-links a { width: fit-content; min-height: 32px; }
@media (max-width: 1080px) {
  .experience-media { height: 250px; }
  .hero-grid { gap: 2rem; }
}
@media (max-width: 900px) {
  .section-head { grid-template-columns: 1fr; gap: .5rem; }
  .hero-copy { grid-column: 1; grid-row: 1; }
  .future-field { grid-column: 1; grid-row: 2; min-height: 270px; height: 270px; }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .experience-grid { gap: 1.1rem; }
  .experience-copy h3 { font-size: 1.5rem; }
  .testimonial { min-height: 0; }
  html:not(.js) .nav { position: static; }
  html:not(.js) .header-inner { flex-wrap: wrap; }
}
@media (max-width: 760px) {
  .experience-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .experience-media { height: 300px; }
  .experience-copy h3 { font-size: 1.9rem; }
  .agenda-status { margin-top: 0; }
  .event { grid-template-columns: 68px minmax(0,1fr) 20px; gap: .8rem; }
  .event img { display: none; }
  .event-date { font-size: 1.2rem; }
  .event h3 { font-size: .95rem; }
  .event-date { grid-column: 1; grid-row: 1 / span 2; align-self: start; padding-top: .2rem; }
  .event h3 { grid-column: 2; grid-row: 1; }
  .event-arrow { grid-column: 3; grid-row: 1 / span 2; }
  .event-format { display: block; grid-column: 2; grid-row: 2; font-size: .78rem; line-height: 1.5; }
  .event-format br { display: block; }
  .event { row-gap: .45rem; padding-block: 1.2rem; }
  .structure-item { gap: .5rem; }
  .founder-stats { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .founder-stat + .founder-stat { padding-left: .7rem; border-top: 0; border-left: 1px solid var(--line); }
  .founder-stat strong { font-size: 1.4rem; }
  .founder-stat span { font-size: .7rem; }
  .business-wrap { padding: 1.5rem; }
}
@media (max-width: 600px) {
  .hero { padding-top: 2.5rem; }
  .hero-grid { row-gap: 1rem; }
  .hero h1 { font-size: clamp(2.65rem,10.7vw,3.7rem); }
  .hero .lede { margin-top: 1.5rem; }
  .future-field { position: relative; inset: auto; width: 100%; height: 240px; min-height: 240px; z-index: auto; pointer-events: auto; }
  .future-lines { left: -8%; width: 110%; opacity: 1; height: 200px; }
  .motion-toggle { bottom: 0; left: 0; right: auto; background: transparent; padding: .6rem 0; }
  .hero-copy { padding-bottom: 0; }
  .hero-proof { margin-top: 1.8rem; gap: 1rem; }
  .hero-proof strong { font-size: 1.15rem; }
  .hero-proof span { font-size: .75rem; }
  .hero-actions { margin-top: 1.5rem; gap: .5rem; }
}
