:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #18221c; background: #f7f8f2; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; }
.page { min-height: 100svh; max-width: 1440px; margin: auto; padding: 34px 6vw 24px; display: flex; flex-direction: column; }
header, footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 750; letter-spacing: -.7px; text-decoration: none; }
.mark { width: 35px; height: 35px; display: grid; place-items: center; background: #253b2d; color: #edf5ba; border-radius: 10px; font-size: 27px; line-height: 1; padding-bottom: 5px; }
.launch { display: flex; align-items: center; gap: 8px; color: #52604f; font-size: 13px; }
.launch span { width: 7px; height: 7px; background: #788b43; border-radius: 50%; }
main { width: 100%; max-width: 730px; margin: auto; padding: 95px 0 100px; }
.eyebrow { font-size: 11px; letter-spacing: 2px; font-weight: 650; color: #65725c; margin: 0 0 26px; }
h1 { font-size: clamp(48px, 7vw, 88px); line-height: 1.02; letter-spacing: -.06em; font-weight: 600; margin: 0; }
.intro { font-size: 21px; line-height: 1.55; color: #56604f; margin: 25px 0 44px; }
.search-preview { max-width: 650px; }
label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 10px; }
.search-row { display: flex; gap: 8px; border: 1px solid #cbd1c0; border-radius: 13px; padding: 7px; background: #fff; box-shadow: 0 4px 20px #293b2010; }
input { width: 100%; min-width: 0; border: 0; background: transparent; padding: 14px 12px; font: inherit; font-size: 18px; }
input::placeholder { color: #727869; opacity: 1; }
button { flex-shrink: 0; border: 0; border-radius: 8px; background: #e5ecc6; color: #425135; padding: 15px 22px; font: inherit; font-size: 14px; font-weight: 600; }
button span { padding-left: 10px; }
:disabled { cursor: not-allowed; opacity: 1; }
#search-status { font-size: 12px; line-height: 1.6; color: #64705d; margin: 12px 0 0; }
.promise { font-size: 12px; letter-spacing: .2px; color: #66715f; margin: 35px 0 0; }
footer { border-top: 1px solid #dce0d2; padding-top: 20px; font-size: 11px; color: #65705e; }
.skip { position: absolute; left: 16px; top: -100px; padding: 12px; background: #fff; z-index: 1; }
.skip:focus { top: 12px; }
:focus-visible { outline: 3px solid #557031; outline-offset: 5px; }
@media (max-width: 600px) {
  .page { padding: 25px 24px 20px; }
  .wordmark { font-size: 20px; }
  .launch { font-size: 11px; }
  main { padding: 85px 0 80px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.5px; margin-bottom: 22px; }
  h1 { font-size: clamp(43px, 13vw, 70px); }
  .intro { font-size: 18px; margin-bottom: 36px; }
  .desktop-break { display: none; }
  .search-row { flex-direction: column; }
  input { padding: 13px 10px; }
  button { text-align: center; }
  footer { align-items: flex-start; flex-direction: column; gap: 8px; }
}
