.field,.field-page{width:100%;min-height:100dvh}.field{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"word" "lead" "inter" "type" "pkg" "door" "host" "who" "mit";grid-auto-rows:minmax(204px,auto);background:var(--divider);padding:0 1px 1px 0;grid-gap:1px;gap:1px}.field-cell{min-width:0;min-height:204px;padding:20px;background:var(--bg);display:flex;flex-direction:column;justify-content:space-between;gap:16px;overflow:visible}.field-cell-word{grid-area:word;container-type:inline-size;justify-content:flex-end;min-height:408px}.field-cell-lead{grid-area:lead;justify-content:space-between}.field-cell-inter{grid-area:inter;container-type:inline-size;justify-content:flex-end;min-height:408px}.field-cell-type{grid-area:type}.field-cell-pkg{grid-area:pkg}.field-cell-door{grid-area:door}.field-cell-host{grid-area:host}.field-cell-who{grid-area:who;justify-content:flex-end}.field-cell-mit{grid-area:mit}.field-face{margin:0;font-size:clamp(4.5rem,28cqw,18rem);font-weight:600;letter-spacing:-.045em;line-height:.82;color:var(--text)}.field-face-sub{font-size:clamp(3.5rem,22cqw,12rem)}.field-name{margin:0;font-size:clamp(28px,5vw,52px);font-weight:600;letter-spacing:-.035em;line-height:.95;text-wrap:balance;max-width:8em}.field-kicker{margin:0;font-size:12px;font-weight:600;letter-spacing:-.01em;color:var(--text-secondary)}.field-copy{display:flex;flex-direction:column;gap:12px;max-width:28em}.field-copy p{margin:0;font-size:15px;font-weight:500;letter-spacing:-.01em;line-height:1.5;color:var(--text)}.field-names{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.field-names li{font-size:clamp(18px,3vw,28px);line-height:1.15;color:var(--text)}.field-names li,.field-url{font-weight:600;letter-spacing:-.03em;overflow-wrap:anywhere}.field-url{margin:0;font-size:clamp(22px,4vw,36px);line-height:1.1}.field-cell a{color:var(--text);text-decoration:none;border-bottom:1px solid var(--divider)}.field-cell a:hover{border-color:var(--text)}.field-cell a:-webkit-any-link{color:var(--text)}.field-cell a:any-link,.field-cell a:link,.field-cell a:visited{color:var(--text)}.field-url a{border-bottom:none}.field-url a:hover{border-bottom:1px solid var(--text)}@media (min-width:408px){.field{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"word word" "lead lead" "inter inter" "type type" "pkg pkg" "door host" "who who" "mit mit"}}@media (min-width:816px){.field{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-areas:"word word word word" "word word word word" "lead lead lead lead" "inter inter type type" "pkg pkg door host" "who who mit mit"}}@media (min-width:1224px){.field{grid-template-columns:repeat(6,minmax(0,1fr));grid-template-areas:"word word word lead lead lead" "word word word lead lead lead" "inter inter inter type type type" "pkg pkg pkg door door host" "who who who who mit mit"}}