:root{--bg:#101411;--panel:#181c18;--text:#f4f0e8;--muted:#aaa9a5;--orange:#df5c20;--line:rgba(255,255,255,.14)}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 60% 5%,#1a1f1a,#101411 52%);color:var(--text);font:14px Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}.info-nav{height:96px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:40px;padding:0 max(28px,calc((100vw - 1280px)/2))}.info-brand{display:flex;align-items:center;gap:14px;letter-spacing:.2em}.info-brand span{width:52px;height:52px;border:1px solid var(--orange);border-radius:10px;display:grid;place-items:center;color:#e8682c;font:25px Georgia,serif}.info-nav>nav{display:flex;gap:35px;margin-left:auto}.info-nav nav a:hover{color:#ef6c2d}.info-market{padding:14px 20px;border-radius:8px;background:var(--orange);font-weight:600}.info-hero{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:95px 0 55px;border-bottom:1px solid var(--line)}.info-hero>p{color:#e9662a;letter-spacing:.16em;font-weight:700}.info-hero h1{font:400 clamp(42px,6vw,72px)/1.05 'DM Serif Display',Georgia,serif;max-width:850px;margin:20px 0}.info-copy,.faq-list,.public-gallery{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:55px 0 90px}.info-copy>p{font-size:18px;line-height:1.85;color:#bbb;max-width:850px}.info-actions{display:flex;gap:14px;margin-top:35px}.info-actions a{padding:15px 20px;border:1px solid #b34a1e;border-radius:8px}.info-actions a:first-child{background:var(--orange)}.faq-list details{border-bottom:1px solid var(--line);padding:24px 5px}.faq-list summary{list-style:none;cursor:pointer;font-size:18px;font-weight:600;display:flex;justify-content:space-between}.faq-list details p{color:#aaa;line-height:1.7;max-width:850px}.public-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.public-gallery a{border:1px solid var(--line);border-radius:14px;overflow:hidden}.public-gallery img{width:100%;height:260px;object-fit:cover}.public-gallery div{padding:17px;display:flex;justify-content:space-between}.public-gallery span{color:#999}.info-footer{border-top:1px solid var(--line);padding:35px max(28px,calc((100vw - 1280px)/2));display:flex;justify-content:space-between}.info-footer p{color:#888}.info-footer nav{display:flex;gap:24px}@media(max-width:760px){.info-nav{height:auto;padding:18px;flex-wrap:wrap}.info-nav>nav{order:3;width:100%;overflow-x:auto}.info-market{margin-left:auto}.public-gallery{grid-template-columns:1fr}.info-footer{flex-direction:column;gap:20px}.info-actions{flex-direction:column}}
.faq-list summary span svg,summary span svg{width:14px;height:14px}
