:root { color-scheme: light; font-family: Arial, Helvetica, sans-serif; color: #282720; background: #f4eddf; }
* { box-sizing: border-box; }
body { margin: 0; background: #f4eddf; }
a { color: inherit; text-decoration: none; }
.header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 5vw; border-bottom: 1px solid #aaa292; }
.brand { font: 700 22px/1 Georgia, serif; }.brand span { display: block; margin-top: 6px; font: 700 9px Arial, sans-serif; letter-spacing: 1.4px; }
nav { display: flex; gap: 30px; font-size: 13px; }.sign-in { border: 0; background: #3d4a37; color: #f8f4ea; padding: 12px 18px; font: inherit; cursor: pointer; }
.sign-in:hover, .sign-in:focus-visible { background: #273322; }
.hero { display: grid; grid-template-columns: minmax(280px, 1fr) 1.2fr; gap: 58px; padding: 68px 8vw 58px; background: #3d4a37; color: #fbf8ee; }
.eyebrow, .section-heading span { margin: 0 0 25px; font-size: 11px; font-weight: 700; letter-spacing: 1.7px; }.hero h1, h2, h3, .quote { font-family: Georgia, serif; font-weight: 400; }.hero h1 { margin: 0; font-size: clamp(50px, 6vw, 82px); line-height: .96; letter-spacing: -3px; }.lead { max-width: 390px; margin: 30px 0 0; font-size: 16px; line-height: 1.55; }
.level-grid { align-self: end; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #a9aea3; }.level { min-height: 105px; padding: 16px 0; border-bottom: 1px solid #7c8578; }.level strong { display: block; font: 34px Georgia, serif; }.level span { display: block; margin-top: 6px; font-size: 9px; letter-spacing: 1.25px; }.muted { color: #d1d6cb; }.selected { color: #fff; }
.materials { padding: 62px 8vw 72px; }.section-heading { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 30px; }.section-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); letter-spacing: -2px; }.section-heading span { margin: 0; }
.material-row { display: grid; grid-template-columns: 48px minmax(190px, .9fr) 1.15fr 116px; gap: 22px; align-items: center; padding: 23px 0; border-top: 1px solid #aaa292; }.material-row:last-of-type { border-bottom: 1px solid #aaa292; }.material-row > span { font-size: 12px; color: #69665e; }.material-row h3 { margin: 0; font-size: 28px; letter-spacing: -.5px; }.material-row p { margin: 0; color: #4e4c45; font-size: 14px; line-height: 1.5; }.material-row a { justify-self: end; padding-bottom: 7px; border-bottom: 1px solid #282720; font-size: 11px; letter-spacing: .7px; }.quote { max-width: 490px; margin: 44px 0 0; font-size: 21px; line-height: 1.45; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px 8vw; background: #3d4a37; color: #f8f4ea; border-top: 1px solid #818d7c; font-size: 12px; }
.auth-dialog { width: min(510px, calc(100% - 32px)); margin: auto; padding: 44px; border: 0; background: #f4eddf; color: #282720; box-shadow: 0 24px 70px rgba(0, 0, 0, .32); }.auth-dialog::backdrop { background: rgba(24, 29, 22, .76); }.auth-dialog h2 { margin: 0 0 18px; font: 400 clamp(43px, 7vw, 60px)/.94 Georgia, serif; letter-spacing: -2px; }.auth-dialog > p:not(.eyebrow):not(.auth-message) { max-width: 340px; line-height: 1.55; }.dialog-close { position: absolute; top: 14px; right: 17px; padding: 4px 9px; border: 0; background: transparent; color: #282720; font-size: 30px; cursor: pointer; }.auth-dialog form { display: grid; gap: 9px; margin-top: 28px; }.auth-dialog label { font-size: 11px; font-weight: 700; letter-spacing: 1px; }.auth-dialog input { width: 100%; padding: 14px; border: 1px solid #aaa292; border-radius: 0; background: #fffdf8; font: inherit; }.auth-dialog form button { margin-top: 8px; padding: 15px; border: 0; background: #3d4a37; color: #fffdf8; font: 700 11px Arial, sans-serif; letter-spacing: .8px; cursor: pointer; }.auth-dialog form button:disabled { opacity: .6; cursor: wait; }.auth-message { min-height: 22px; margin: 18px 0 0; font-size: 14px; line-height: 1.45; }
@media (max-width: 720px) { .header { padding: 0 22px; }.header nav { display: none; }.hero { grid-template-columns: 1fr; padding: 50px 22px; }.materials { padding: 46px 22px; }.material-row { grid-template-columns: 28px 1fr; }.material-row p, .material-row a { grid-column: 2; }.material-row a { justify-self: start; margin-top: 4px; }.level-grid { grid-template-columns: repeat(2, 1fr); }.section-heading { align-items: flex-start; flex-direction: column; gap: 14px; } footer { padding: 25px 22px; flex-wrap: wrap; } }
