:root{--ink:#173b32;--cream:#f7f2e7;--paper:#fffdf7;--orange:#ef6b3a;--line:#ddd7ca;--muted:#667970}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif}header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;background:#fbf8ef;border-bottom:1px solid var(--line)}.brand{display:flex;gap:10px;align-items:center;text-decoration:none;color:var(--ink);font:700 21px "Fraunces"}.brand span{width:38px;height:38px;display:grid;place-items:center;background:var(--orange);color:#fff;border-radius:12px 12px 12px 3px;font:700 11px "DM Sans"}main{width:min(1120px,92vw);margin:40px auto 80px}.hero{padding:46px;border-radius:24px;background:linear-gradient(145deg,#dce8d3,#f3ead9);margin-bottom:38px}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:800;color:#587267}h1,h2,h3{font-family:"Fraunces"}h1{font-size:clamp(46px,7vw,76px);line-height:.98;margin:12px 0}h1 em{color:var(--orange)}.hero p:last-child{max-width:720px;line-height:1.65;color:var(--muted)}section{margin:30px 0}.space-grid,.request-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.space-card,.request-item,.request-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 8px 24px #173b3210}.space-card{text-decoration:none;color:var(--ink);display:block}.space-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px #173b321c}.space-card h3,.request-item h3{margin:10px 0 8px}.space-card p,.request-item p,.request-card p{color:var(--muted);line-height:1.55}.status{display:inline-flex;padding:5px 8px;border-radius:999px;background:#eee9dc;font-size:10px;font-weight:800;text-transform:uppercase}.status.approved{background:#e1efdd;color:#2f6d39}.status.pending{background:#fff0d5;color:#8a5c13}.request-card{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;padding:30px}.request-card form{display:grid;gap:14px}.request-card label{display:grid;gap:6px;font-weight:700;font-size:13px}.request-card input,.request-card textarea{width:100%;padding:12px;border:1px solid #cfc8ba;border-radius:10px;font:inherit;background:white}.request-card button{justify-self:start;border:0;border-radius:10px;background:var(--ink);color:#fff;padding:12px 17px;font-weight:800;cursor:pointer}#request-status.success{color:#2f6d39}#request-status.error{color:#a23329}.request-meta{font-size:12px;color:var(--muted)}footer{padding:26px 6vw;background:var(--ink);color:#eaf0ec}@media(max-width:760px){.hero{padding:28px}.request-card{grid-template-columns:1fr;padding:22px}}