.join-hero { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 360px); gap: clamp(42px, 7vw, 96px); align-items: end; padding: 142px max(24px, calc((100vw - 1180px) / 2)) 64px; color: white; background: linear-gradient(90deg, rgba(5,21,39,.9), rgba(5,21,39,.62)), url('../images/hero_5.jpg') center 38% / cover no-repeat; }
.join-hero-copy { max-width: 780px; }
.join-hero h1 { margin: 0 0 20px; font-family: Newsreader, Georgia, serif; font-size: clamp(54px, 7vw, 92px); font-weight: 500; line-height: .94; letter-spacing: 0; }
.join-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 0 0 30px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.65; }
.recruitment-card { padding: 24px; border: 1px solid rgba(255,255,255,.22); background: rgba(6,23,43,.72); backdrop-filter: blur(10px); }
.recruitment-card p { margin: 0 0 18px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.recruitment-card a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.16); color: white; font-family: Newsreader, Georgia, serif; font-size: 24px; line-height: 1.1; }
.recruitment-card a span { order: 2; color: rgba(255,255,255,.46); font-family: "DM Sans", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.recruitment-card a:hover { color: var(--gold); }

.join-section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: clamp(58px, 7vw, 86px) 0; }
.section-heading { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(36px, 7vw, 96px); align-items: end; margin-bottom: 38px; }
.section-heading h2, .faq-heading h2, .guide-intro h2, .recruitment-actions h2, .join-cta h2 { margin: 0; font-family: Newsreader, Georgia, serif; font-size: clamp(39px, 4.6vw, 62px); font-weight: 500; line-height: .98; letter-spacing: 0; }
.section-heading > p { margin: 0; color: var(--muted); }

.timeline-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cbd3d9; border-left: 1px solid #cbd3d9; }
.timeline-grid article { min-height: 230px; padding: 26px; border-right: 1px solid #cbd3d9; border-bottom: 1px solid #cbd3d9; background: white; }
.timeline-grid span { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.timeline-grid h3 { margin: 56px 0 9px; font-family: Newsreader, Georgia, serif; font-size: 25px; font-weight: 600; line-height: 1.05; }
.timeline-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.recruitment-actions { display: grid; grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr); gap: clamp(40px, 7vw, 92px); padding: clamp(56px, 7vw, 82px) max(24px, calc((100vw - 1180px) / 2)); color: white; background: var(--navy); }
.recruitment-actions h2 { color: white; }
.action-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.action-grid a { min-height: 210px; padding: 26px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.035); transition: background .2s ease, transform .2s ease; }
.action-grid a:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }
.action-grid span { display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 42px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--gold); font-size: 18px; }
.action-grid strong { display: block; color: white; font-family: Newsreader, Georgia, serif; font-size: 28px; font-weight: 600; line-height: 1.05; }
.action-grid p { margin: 10px 0 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; }

.coffee-section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: clamp(58px, 7vw, 86px) 0; }
.coffee-heading { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(38px, 7vw, 92px); align-items: end; margin-bottom: 34px; }
.coffee-heading h2 { margin: 0; font-family: Newsreader, Georgia, serif; font-size: clamp(39px, 4.6vw, 62px); font-weight: 500; line-height: .98; letter-spacing: 0; }
.coffee-heading > p { margin: 0; color: var(--muted); }
.airtable-frame { height: min(780px, 82vh); min-height: 620px; overflow: hidden; border: 1px solid #cbd3d9; border-bottom: 8px solid var(--blue); background: var(--cream); }
.airtable-frame iframe { display: block; width: 100%; height: 100%; border: 0; background: transparent; }
.airtable-fallback { display: inline-block; margin-top: 16px; padding-bottom: 4px; border-bottom: 1px solid rgba(23,61,104,.45); color: var(--blue); font-size: 14px; font-weight: 700; }

.faq-section { display: grid; grid-template-columns: .34fr 1fr; gap: clamp(40px, 7vw, 92px); }
.faq-heading { padding-top: 6px; }
.faq-list { border-top: 1px solid #cbd3d9; }
.faq-list details { border-bottom: 1px solid #cbd3d9; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; cursor: pointer; font-family: Newsreader, Georgia, serif; font-size: clamp(24px, 2.2vw, 31px); font-weight: 500; line-height: 1.15; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--blue); content: "+"; font-family: "DM Sans", sans-serif; font-size: 26px; font-weight: 500; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list p { max-width: 760px; margin: -4px 0 24px; color: var(--muted); font-size: 15px; line-height: 1.65; }

.guide-section { display: grid; grid-template-columns: minmax(260px, .38fr) minmax(0, 1fr); gap: clamp(42px, 7vw, 96px); padding: clamp(58px, 7vw, 86px) max(24px, calc((100vw - 1180px) / 2)); background: var(--cream); }
.guide-intro > p:not(.eyebrow) { color: var(--muted); }
.guide-link { display: inline-block; margin-top: 16px; padding-bottom: 4px; border-bottom: 1px solid rgba(23,61,104,.45); color: var(--blue); font-size: 14px; font-weight: 700; }
.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #c7c0b1; border-left: 1px solid #c7c0b1; }
.guide-grid article { min-height: 210px; padding: 26px; border-right: 1px solid #c7c0b1; border-bottom: 1px solid #c7c0b1; background: rgba(255,255,255,.38); }
.guide-grid h3 { margin: 0 0 46px; font-family: Newsreader, Georgia, serif; font-size: 27px; font-weight: 600; line-height: 1.08; }
.guide-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.join-cta { padding: clamp(54px, 6vw, 76px) max(24px, calc((100vw - 1180px) / 2)); color: white; background: var(--blue); }
.join-cta h2 { color: white; }
.join-cta > p:not(.eyebrow) { max-width: 560px; margin: 18px 0 27px; color: rgba(255,255,255,.73); }

.guide-document { padding-top: 70px; }
.guide-doc-hero { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: clamp(72px, 8vw, 108px) 0 clamp(46px, 6vw, 72px); border-bottom: 1px solid #cbd3d9; }
.guide-doc-hero h1 { max-width: 820px; margin: 0 0 18px; font-family: Newsreader, Georgia, serif; font-size: clamp(52px, 7vw, 88px); font-weight: 500; line-height: .94; letter-spacing: 0; }
.guide-doc-hero > p:not(.eyebrow) { max-width: 680px; margin: 0 0 28px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.guide-doc-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(44px, 7vw, 96px); width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: clamp(52px, 7vw, 84px) 0; }
.guide-doc-nav { position: sticky; top: 96px; align-self: start; border-top: 1px solid #cbd3d9; }
.guide-doc-nav a { display: block; padding: 13px 0; border-bottom: 1px solid #cbd3d9; color: var(--blue); font-size: 13px; font-weight: 700; }
.guide-doc-content { display: grid; gap: 42px; }
.guide-doc-content section { padding-bottom: 42px; border-bottom: 1px solid #d9dfe4; }
.guide-doc-content h2 { margin: 0 0 16px; font-family: Newsreader, Georgia, serif; font-size: clamp(32px, 3.4vw, 48px); font-weight: 500; line-height: 1; letter-spacing: 0; }
.guide-doc-content p { max-width: 780px; margin: 0 0 16px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.guide-doc-content ul { max-width: 780px; margin: 20px 0 0; padding-left: 19px; color: var(--muted); }
.guide-doc-content li { margin-bottom: 10px; }
.guide-doc-content strong { color: var(--ink); }

@media (max-width: 980px) {
  .join-hero, .section-heading, .recruitment-actions, .coffee-heading, .faq-section, .guide-section, .guide-doc-layout { grid-template-columns: 1fr; }
  .join-hero { align-items: end; }
  .timeline-grid, .action-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-doc-nav { position: static; }
}

@media (max-width: 640px) {
  .join-hero { min-height: 680px; padding-bottom: 42px; }
  .join-hero h1 { font-size: 52px; }
  .join-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .join-hero .button { width: 100%; }
  .airtable-frame { height: 680px; min-height: 680px; }
  .timeline-grid, .action-grid, .guide-grid { grid-template-columns: 1fr; }
  .timeline-grid article, .action-grid a, .guide-grid article { min-height: auto; }
  .timeline-grid h3, .action-grid span, .guide-grid h3 { margin-bottom: 12px; }
  .timeline-grid h3 { margin-top: 34px; }
}
