@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Source+Sans+3:wght@300;400;600&display=swap";:root{--bg: #000;--panel: #171717;--panel-soft: #242424;--text: #f6f6f6;--muted: #b8b8b8;--button: #5c5c5c;--button-hover: #6c6c6c}*{box-sizing:border-box}body{margin:0;min-height:max(calc(var(--vh, 1vh) * 100),600px);font-family:"Source Sans 3",Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text)}img{width:100%;display:block;border-radius:18px}#app{min-height:max(calc(var(--vh, 1vh) * 100),600px)}a{color:inherit}.card-shell{min-height:max(calc(var(--vh, 1vh) * 100),600px);padding:32px clamp(16px,4vw,32px);display:flex;flex-direction:column;align-items:center}.card-shell--cover{height:calc(var(--vh, 1vh) * 100);min-height:0}.card-shell__header{width:100%;max-width:460px;text-align:center;letter-spacing:.35rem;font-family:"Source Sans 3",Helvetica Neue,Arial,sans-serif;text-transform:uppercase;margin-bottom:24px}.card-shell__header a{text-decoration:none;color:inherit}.card-shell__body{width:100%;max-width:460px;flex:1;display:flex;flex-direction:column;gap:1.5rem;min-height:0}.cover-card{display:flex;flex-direction:column;align-items:center;gap:0;padding-top:0;flex:1;min-height:0}.cover-card__art{width:100%;max-width:450px;flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;margin:0 auto}.cover-card__art-link{width:100%;flex:1;min-height:0;display:flex;justify-content:center;align-items:center}.cover-card__art-link img{width:100%;height:100%;object-fit:contain;border-radius:0;box-shadow:0 25px 50px #000000a6}.cover-card__title-image{width:100%;max-width:350px;border-radius:0}.cover-card__title-link{width:100%;display:flex;justify-content:center}.cover-card__title{margin:0;font-family:"Source Sans 3",Helvetica Neue,Arial,sans-serif;font-size:clamp(2.2rem,5vw,3rem);letter-spacing:.18rem;text-align:center}.cover-card__button{max-width:360px;background:#6e6e6e;border-radius:18px;letter-spacing:.35rem}.cover-card__button:hover{background:#7f7f7f}.primary-title{text-align:center;text-transform:uppercase;letter-spacing:.25rem;margin:0;font-size:20px}.section-subtitle{margin:0;text-align:center;text-transform:uppercase;letter-spacing:.25rem;color:var(--muted)}.body-text{line-height:1.7;margin:0;text-align:center}.button,.menu-button,.back-button,.card-button,.cta-button{display:block;width:100%;padding:16px 20px;border-radius:12px;border:none;text-transform:uppercase;letter-spacing:.25rem;text-align:center;cursor:pointer;text-decoration:none;font-weight:600;color:var(--text);background:var(--button);transition:background .2s ease,transform .2s ease}.back-button{background:#2f2f2f}.button:hover,.menu-button:hover,.back-button:hover,.card-button:hover,.cta-button:hover{background:var(--button-hover);transform:translateY(-2px)}.button--light{background:#d9d9d9;color:#101010}.card{padding:24px;background:#000;border-radius:26px;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 25px 60px #0000008c}.main-menu li{margin:10px 0}.card--flush{padding:0;gap:0}.card__image{border-radius:26px 26px 0 0;object-fit:cover}.card__text{padding:24px}.card__text img{margin-top:1rem;border-radius:18px}.card-shell__body>.back-button{margin-top:auto}.awards-panel{padding:clamp(8px,4vw,18px);background:transparent;display:flex;flex-direction:column;gap:1rem;text-align:left}.menu-list,.project-list,.awards-list,.gallery-grid,.contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.gallery-grid{gap:1.5rem}.contact-row{display:flex;align-items:center;gap:1rem;justify-content:center}.contact-row img{border-radius:0;object-fit:contain}.contact-row span,.contact-row a{letter-spacing:.12rem}.project-link{text-decoration:none;color:inherit}.project-tile{background:var(--panel-soft);overflow:hidden;display:flex;flex-direction:column;gap:0}.project-tile img{border-radius:0;width:100%}.project-tile__text{padding:18px 22px 24px;text-align:center}.project-tile__text h3{margin:0;font-family:Playfair Display,serif;font-size:1.25rem}.project-tile__text p{margin:.3rem 0 0;letter-spacing:.18rem;text-transform:uppercase;font-size:.85rem}.gallery-grid img{border-radius:0;object-fit:cover}.awards-panel .awards-list{gap:.6rem}.awards-panel .awards-list li{margin:0}.awards-list__title{margin:0;font-size:1.05rem;letter-spacing:.08rem;text-transform:none;font-weight:600}.awards-list__detail{margin:.2rem 0 0 1.25rem;color:var(--muted);letter-spacing:.05rem;font-size:.95rem}@media(min-width:768px){.card-shell__body{max-width:520px}}@media(max-height:650px){.cover-card img{max-height:calc(var(--vh, 1vh) * 65)}}:root{--vh: 1vh}body,#app,.card-shell{min-height:100vh;min-height:max(calc(var(--vh, 1vh) * 100),600px)}
