:root{--font-logo: "Throrian Commonface", serif;--font-heading: "Bebas Neue", sans-serif;--font-body: "Space Grotesk", sans-serif;--background-color: #e6dfd6;--primary-color: #ce8e85;--secondary-color: #4f5c43;--text-color: #333333;--section-max-width: 900px}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:2rem;font-family:var(--font-body);font-size:1.1rem;color:var(--text-color);background-color:var(--background-color);overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.header,.footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.header__nav{display:flex;gap:1rem}.header__logo,.footer__logo{width:40px;height:40px}.header__nav a,.footer__social a{margin-left:1rem}.burger{display:none;font-size:2rem;background:none;border:none;cursor:pointer}.peach{width:100%}@media(max-width:768px){.burger{display:block}.header__nav{position:absolute;top:120px;right:0;background-color:var(--secondary-color);flex-direction:column;width:100%;display:none;padding:1rem;color:var(--background-color)}.header__nav a{border-bottom:1px solid var(--background-color)}.header__nav.is-open{display:flex}}.hero{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:4rem 2rem;align-items:center}.logo{height:12rem;max-width:100%;margin-bottom:1.5rem}.hero__image img{width:100%;height:auto;object-fit:cover}.hero__buttons .btn{margin-right:1rem}@media(max-width:768px){.hero{grid-template-columns:1fr;text-align:center}.hero__text{order:2}.hero__image{order:1}.logo{height:9rem;margin:0 auto 1rem}.hero__buttons{display:flex;justify-content:center;gap:1rem}}.bio,.sound,.video,.overview,.contacts,.gallery{max-width:var(--section-max-width);margin:0 auto;padding:2rem}.bio h2,.sound h2,.video h2,.overview h2,.contacts h2,.gallery h2{font-family:var(--font-heading);font-size:2.5rem;margin-bottom:1rem}.overview_content{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.sound__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.gallery__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;width:100vw;padding:2rem;margin-left:calc(50% - 50vw)}.gallery__thumb{width:100%;aspect-ratio:4 / 3;object-fit:cover;cursor:pointer;border-radius:8px;transition:transform .2s ease}.gallery__thumb:hover{transform:scale(1.02)}@media(max-width:768px){.gallery__grid{grid-template-columns:repeat(2,1fr)}}.image-viewer{position:fixed;inset:0;background:#000000d9;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000}.image-viewer img{max-height:90vh;max-width:90vw;object-fit:contain}.image-viewer__close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:2rem;color:#fff;cursor:pointer}.image-viewer__actions{margin-top:1rem}.video__player{width:100%;max-width:800px}.btn{padding:14px 28px;font-size:16px;cursor:pointer;color:#fff;background:var(--primary-color);border-radius:42px;border:2px solid var(--background-color);box-shadow:0 0 0 2px var(--primary-color)}.divider{height:2px;background-color:var(--secondary-color);margin:2rem 0}details{border-bottom:1px solid var(--secondary-color);padding-bottom:.5rem}details summary{cursor:pointer;list-style:none}details summary::-webkit-details-marker{display:none}details summary h4{display:inline}
