:root{--color-60: #F9A545;--color-60-soft: #FFF1DD;--color-30: #5B2BA0;--color-30-light: #6C44AC;--color-10: #10112B;--color-ink-muted: #5C5069;--color-primary: var(--color-30);--color-primary-light: var(--color-30-light);--color-secondary: var(--color-60);--color-accent: var(--color-10);--color-dark: var(--color-10);--color-light: var(--color-60-soft);--color-white: #FFFFFF;--color-text: var(--color-10);--color-text-light: var(--color-ink-muted);--font-main: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--header-height: 72px;--footer-height: 60px;--nav-height: 48px;--content-max: 1040px;--space-page: clamp(20px, 4vw, 56px);--radius: 8px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);background:var(--color-light);color:var(--color-text);overflow-x:hidden;min-width:320px;text-rendering:optimizeLegibility}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}:focus-visible{outline:3px solid var(--color-secondary);outline-offset:3px}@media (max-width: 640px){:root{--header-height: 64px}}.header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:#5b2ba0f5;display:flex;align-items:center;padding:0 clamp(14px,4vw,40px);z-index:1000;box-shadow:0 8px 24px #10112b24;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-logo{display:flex;align-items:center;flex:0 0 auto}.header-logo img{height:48px;width:48px;border-radius:50%;object-fit:cover}.header-title{min-width:0;margin-left:14px;color:var(--color-white)}.header-title h1{font-size:clamp(1.08rem,2.5vw,1.45rem);font-weight:800;line-height:1.05;letter-spacing:0;white-space:nowrap}.header-title p{margin-top:4px;font-size:.75rem;line-height:1.2;opacity:.88}@media (max-width: 520px){.header{padding-right:64px}.header-logo img{height:42px;width:42px}.header-title p{max-width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.footer{background:var(--color-dark);color:var(--color-light);text-align:center;padding:18px var(--space-page);font-size:.82rem;line-height:1.55}.navbar-toggle{display:none;position:fixed;top:12px;right:14px;z-index:1100;width:42px;height:42px;color:var(--color-white);background:#10112b47;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius);font-size:1.35rem;line-height:1;box-shadow:0 8px 18px #10112b2e}.navbar-overlay{display:none}.navbar{position:fixed;top:var(--header-height);left:0;right:0;height:var(--nav-height);z-index:950;background:#6c44acf0;box-shadow:0 8px 18px #10112b1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-list{height:100%;display:flex;justify-content:center;align-items:center;gap:clamp(4px,1vw,12px);padding:0 clamp(12px,3vw,32px)}.navbar-link{display:block;padding:10px 14px;color:var(--color-white);border-radius:var(--radius);font-size:.92rem;font-weight:650;line-height:1;transition:background .2s ease,color .2s ease}.navbar-link:hover,.navbar-link--active{background:#ffffff2e}@media (max-width: 768px){.navbar-toggle{display:grid;place-items:center}.navbar{top:var(--header-height);left:auto;right:-280px;bottom:0;width:min(280px,82vw);height:auto;background:#5b2ba0fa;transition:right .25s ease;overflow-y:auto;box-shadow:-12px 0 32px #10112b3d}.navbar--open{right:0}.navbar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#10112b73;z-index:940}.navbar-list{height:auto;flex-direction:column;align-items:stretch;gap:6px;padding:18px}.navbar-link{padding:16px 14px;font-size:1rem}}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding-top:calc(var(--header-height) + var(--nav-height))}@media (max-width: 768px){.main-content{padding-top:var(--header-height)}}.carousel{position:relative;width:100%;height:60vh;min-height:300px;max-height:500px;overflow:hidden;background:var(--color-dark)}.carousel--background{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;min-height:100%;max-height:none}.carousel-slide{position:relative;width:100%;height:100%}.carousel-slide__foreground{width:100%;height:100%;object-fit:cover}.carousel-slide__background{display:none}.carousel--background .carousel-slide__background{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(12px) saturate(1.1) contrast(1.05);opacity:.62;transform:scale(1.05)}.carousel--background .carousel-slide__foreground{position:absolute;top:0;right:clamp(18px,4vw,56px);z-index:2;width:auto;max-width:min(46vw,720px);height:100%;object-fit:contain;filter:saturate(1.04) contrast(1.03);box-shadow:0 24px 60px #10112b52}.carousel-slide--fade{animation:fadeIn .6s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.carousel-slide--slide-left{animation:slideLeft .6s ease-in-out}@keyframes slideLeft{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.carousel-slide--slide-up{animation:slideUp .6s ease-in-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.carousel-slide--zoom{animation:zoomIn .6s ease-in-out}@keyframes zoomIn{0%{transform:scale(1.2);opacity:0}to{transform:scale(1);opacity:1}}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);font-size:1.8rem;color:var(--color-white);background:#00000059;padding:8px 14px;border-radius:4px;transition:background .2s ease,transform .2s ease;z-index:10}.carousel-btn:hover{background:#0009}.carousel--background .carousel-btn{top:auto;bottom:24px;transform:none;width:44px;height:44px;display:grid;place-items:center;padding:0;background:#10112b7a;border:1px solid rgba(255,255,255,.28);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.carousel--background .carousel-btn:hover{transform:translateY(-2px)}.carousel-btn--left{left:12px}.carousel-btn--right{right:12px}.carousel--background .carousel-btn--left{left:auto;right:76px}.carousel--background .carousel-btn--right{right:24px}.carousel-dots{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.carousel--background .carousel-dots{left:24px;bottom:34px;transform:none}.carousel-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;transition:background .2s,transform .2s}.carousel-dot--active{background:var(--color-accent);transform:scale(1.2)}.carousel--background .carousel-dot--active{background:var(--color-secondary)}.carousel-dot:hover{background:#fffc}@media (max-width: 640px){.carousel--background .carousel-slide img{object-position:center}.carousel--background .carousel-slide__background{filter:blur(10px) saturate(1.08) contrast(1.04);opacity:.55;transform:scale(1.08)}.carousel--background .carousel-slide__foreground{top:0;left:auto;right:0;width:auto;max-width:58vw;height:100%;box-shadow:0 16px 36px #10112b47}.carousel--background .carousel-btn{bottom:20px;width:40px;height:40px;font-size:1.35rem}.carousel--background .carousel-dots{bottom:31px;left:18px;gap:8px}.carousel-dot{width:10px;height:10px}}@media (prefers-reduced-motion: reduce){.carousel-slide--fade,.carousel-slide--slide-left,.carousel-slide--slide-up,.carousel-slide--zoom{animation:none}.carousel-btn,.carousel-dot{transition:none}}.home{min-height:calc(100vh - var(--header-height))}.home-hero{position:relative;min-height:calc(100vh - var(--header-height) - var(--nav-height));display:grid;align-items:end;overflow:hidden;background:var(--color-dark)}.home-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#10112be0,#10112b73 46%,#f9a5452e),linear-gradient(0deg,#10112be0,#10112b0f 48%);z-index:1;pointer-events:none}.home-hero__content{position:relative;z-index:2;max-width:720px;padding:clamp(52px,9vw,96px) var(--space-page);color:var(--color-white)}.home-hero__eyebrow{width:fit-content;margin-bottom:14px;padding:8px 12px;background:var(--color-secondary);color:var(--color-dark);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase;line-height:1.2}.home-hero h2{max-width:680px;margin-bottom:18px;font-size:clamp(2.45rem,6.4vw,5.3rem);line-height:1;color:var(--color-white)}.home-hero p:not(.home-hero__eyebrow){max-width:590px;font-size:clamp(1rem,2vw,1.22rem);line-height:1.65;color:#ffffffe6}@media (max-width: 640px){.home-hero{min-height:calc(100svh - var(--header-height))}.home-hero__content{padding-top:36px;padding-bottom:94px}.home-hero:after{background:linear-gradient(0deg,#10112beb,#10112b75 62%,#10112b33),linear-gradient(90deg,#10112b8f,#f9a5452e)}.home-hero__eyebrow{max-width:100%}}.page-template{width:min(var(--content-max),calc(100% - (var(--space-page) * 2)));margin:0 auto;padding:clamp(32px,6vw,72px) 0}.page-section{background:#ffffffbd;border:1px solid rgba(91,43,160,.12);border-radius:var(--radius);padding:clamp(24px,5vw,56px);box-shadow:0 20px 48px #10112b14}.page-section h2{max-width:760px;margin-bottom:20px;color:var(--color-primary);font-size:clamp(1.7rem,4vw,3rem);line-height:1;letter-spacing:0}.page-section h3{margin-top:30px;margin-bottom:12px;color:var(--color-primary-light);font-size:clamp(1.08rem,2vw,1.28rem);line-height:1.2}.page-section p{max-width:760px;margin-bottom:14px;color:var(--color-text);font-size:clamp(1rem,1.4vw,1.08rem);line-height:1.75}.page-section ul{display:grid;gap:10px;max-width:820px;margin:0 0 14px;list-style:none}.page-section ul li{position:relative;padding-left:20px;line-height:1.65}.page-section ul li:before{content:"";position:absolute;top:.72em;left:0;width:8px;height:8px;background:var(--color-secondary);border-radius:50%;transform:translateY(-50%)}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:24px}.contact-card{background:#fff1ddc7;border:1px solid rgba(91,43,160,.14);border-left:4px solid var(--color-primary);border-radius:var(--radius);padding:20px}.contact-card h3{margin-top:0;margin-bottom:8px;color:var(--color-primary);font-size:1rem}.contact-card p{margin-bottom:0;font-size:.95rem;line-height:1.55}@media (max-width: 640px){.page-template{width:min(100% - 28px,var(--content-max));padding:24px 0 40px}.page-section{padding:22px 18px}}.edition-group{margin-top:clamp(28px,5vw,44px)}.edition-group h3{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:var(--color-primary);font-size:1.22rem}.edition-group h3:after{content:"";height:2px;flex:1;background:linear-gradient(90deg,var(--color-secondary),rgba(249,165,69,0))}.edition-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:clamp(12px,2vw,18px)}.edition-gallery-item{overflow:hidden;border-radius:var(--radius);background:var(--color-dark);box-shadow:0 14px 26px #10112b1f;transition:transform .2s ease,box-shadow .2s ease}.edition-gallery-item:hover{transform:translateY(-3px);box-shadow:0 18px 36px #10112b29}.edition-gallery-item img{width:100%;aspect-ratio:4 / 3;height:auto;object-fit:cover}
