/* Launch editorial layout. Brand v2.4. No simulated premises imagery. */
.launch-site { padding-top: 0; }
.launch-hero { max-width: 1440px; margin: auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 7%; padding: 70px 6% 80px; }
.launch-kicker { text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 600; color: #5C5C58; margin: 0 0 24px; }
.launch-site h1 { font-size: clamp(48px,5.7vw,84px); line-height: 1.02; letter-spacing: -.055em; font-weight: 600; margin: 0 0 30px; }
.launch-site p { color: #5C5C58; line-height: 1.7; }
.launch-site .launch-lead { font-size: 21px; line-height: 1.5; color: #1A1714; margin-bottom: 18px; }
.launch-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin: 30px 0; }
.launch-actions > a { color: #1A1714; text-decoration: underline; text-underline-offset: 5px; }
.launch-status { font-size: 13px; display: flex; align-items: center; gap: 10px; }
.launch-status > span { width: 8px; height: 8px; border-radius: 50%; background: #8E9775; flex-shrink: 0; }
.launch-directory { background: #F5F1EA; padding: 34px; border-top: 5px solid #C9A57B; align-self: center; }
.launch-directory-heading { display: flex; justify-content: space-between; font-size: 23px; line-height: 1.3; margin-bottom: 32px; }
.launch-directory > a { display: grid; grid-template-columns: 24px 1fr 18px; gap: 18px; padding: 23px 0; border-top: 1px solid #C9A57B; color: #1A1714; }
.launch-directory strong { display: block; font-size: 18px; font-weight: 500; }
.launch-directory small { display: block; font-size: 13px; color: #5C5C58; margin-top: 4px; }
.launch-directory > p { font-size: 12px; margin: 24px 0 0; }
.launch-number { font-size: 12px; color: #5C5C58; letter-spacing: .07em; }
.launch-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 26px 6%; border-block: 1px solid #E1DDD5; gap: 20px; color: #5C5C58; font-size: 14px; text-align: center; align-items: start; }
.launch-strip > span { min-width: 0; }
.launch-strip strong { display: block; font-size: 24px; color: #1A1714; font-weight: 500; }
.launch-section { padding: 90px max(6%, calc((100vw - 1268px)/2)); }
.launch-site h2 { font-size: clamp(34px,4vw,55px); letter-spacing: -.045em; line-height: 1.1; font-weight: 600; margin: 0; }
.launch-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.launch-section-heading > p { max-width: 350px; margin: 0; }
.launch-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.launch-card { padding: 30px; border: 1px solid #DCD7CE; color: #1A1714; display: flex; flex-direction: column; min-height: 320px; }
.launch-card:nth-child(2) { background: #F5F1EA; }
.launch-card h3 { font-size: 32px; font-weight: 500; letter-spacing: -.035em; line-height: 1.15; margin: 34px 0 20px; }
.launch-card p { font-size: 15px; margin-bottom: 30px; }
.launch-card-link { margin-top: auto; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.launch-warm { background: #F5F1EA; }
.launch-choices details { border-top: 1px solid #C9A57B; padding: 23px 0; }
.launch-choices details:last-child { border-bottom: 1px solid #C9A57B; }
.launch-choices summary { cursor: pointer; font-size: 20px; list-style: none; display: flex; justify-content: space-between; gap: 24px; }
.launch-choices summary::-webkit-details-marker { display: none; }
.launch-choices summary:focus-visible { outline: 2px solid #1A1714; outline-offset: 6px; }
.launch-choices details[open] summary > span { transform: rotate(45deg); }
.launch-choices details p { max-width: 740px; padding-top: 20px; margin: 0; }
.launch-choices a { text-decoration: underline; text-underline-offset: 3px; }
.launch-update { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
@media (prefers-reduced-motion:no-preference) {
  .launch-directory > a,.launch-card { transition: transform .2s ease,background-color .2s ease; }
  .launch-directory > a:hover { transform: translateX(4px); }
  .launch-card:hover { transform: translateY(-4px); background: #F5F1EA; }
  .launch-intro { animation: launch-enter .55s ease both; }
  .launch-directory { animation: launch-enter .65s .1s ease both; }
  @keyframes launch-enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
}
@media(max-width:800px) {
  .launch-hero { grid-template-columns: 1fr; padding-block: 40px; gap: 35px; }
  .launch-section { padding: 55px 6%; }
  .launch-cards,.launch-update { grid-template-columns: 1fr; gap: 20px; }
  .launch-card { min-height: 0; }
  .launch-section-heading { display: block; }
  .launch-section-heading > p { margin-top: 24px; }
  .launch-strip { grid-template-columns: repeat(2,1fr); }
  .launch-directory { padding: 24px; }
}
