.site-v2-auth-form-placeholder{display:flex;align-items:center;justify-content:center;min-height:200px;padding:2rem;border:2px dashed var(--border-color, #e5e7eb);border-radius:.5rem;background-color:var(--surface-bg, #f9fafb)}.site-v2-auth-form-placeholder__inner{text-align:center}.site-v2-auth-form-placeholder__icon{display:block;font-size:2rem;color:var(--text-muted, #6b7280);margin-bottom:.75rem}.site-v2-auth-form-placeholder__label{font-size:.875rem;font-weight:600;color:var(--text-primary, #111827);margin:0 0 .5rem}.site-v2-auth-form-placeholder__hint{font-size:.75rem;color:var(--text-muted, #6b7280);margin:0;max-width:300px}.site-v2-contact{padding:5rem 0}.site-v2-contact__heading{margin-bottom:3rem}.site-v2-contact__title{font-size:2.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.site-v2-contact__subtitle{font-size:1.125rem;color:var(--text-muted)}.site-v2-contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto}.site-v2-contact__info p{color:var(--text-muted);margin-bottom:2rem;line-height:1.7}.site-v2-contact__method{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary)}.site-v2-contact__method i{color:var(--brand-primary)}.site-v2-contact__method a{color:var(--brand-primary);text-decoration:none}.site-v2-contact__form{background:var(--bg-card);border:1px solid var(--border-color);border-radius:1rem;padding:2rem}.site-v2-form-group{margin-bottom:1.5rem}.site-v2-form-group label{display:block;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}.site-v2-form-input{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:.5rem;background:var(--bg-input);color:var(--text-primary);font-size:1rem}.site-v2-form-input:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-primary) 15%,transparent)}textarea.site-v2-form-input{resize:vertical;min-height:120px}.site-v2-contact__btn{padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;text-decoration:none;transition:all .2s;cursor:pointer;border:none}.site-v2-contact__btn--lg{padding:1rem 2rem;font-size:1.125rem}.site-v2-contact__btn--solid{background:var(--brand-primary);color:#fff}.site-v2-contact__btn--solid:hover{background:var(--brand-primary-hover)}.site-v2-contact__message{margin-top:1rem;padding:.75rem 1rem;border-radius:.5rem;font-size:.9rem}.site-v2-contact__message.success{background:color-mix(in srgb,var(--success, #22c55e) 10%,transparent);color:var(--success, #22c55e)}.site-v2-contact__message.error{background:color-mix(in srgb,var(--danger, #ef4444) 10%,transparent);color:var(--danger, #ef4444)}.site-v2-contact__message.hidden{display:none}.site-v2-contact__honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}@media(max-width:768px){.site-v2-contact__grid{grid-template-columns:1fr}}.site-v2-cta{padding:4rem 0;margin-top:4rem}.site-v2-cta .container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:2rem}.site-v2-cta__content{flex:1}.site-v2-cta__title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.site-v2-cta__subtitle{color:#ffffffe6;font-size:1.125rem}.site-v2-cta__actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:1.5rem}.site-v2-cta__btn{padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;text-decoration:none;transition:all .2s}.site-v2-cta__btn--lg{padding:1rem 2rem;font-size:1.125rem}.site-v2-cta__btn--solid{background:#fff;color:var(--brand-primary);border:2px solid #fff}.site-v2-cta__btn--solid:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.site-v2-cta__btn--outline{border:2px solid rgba(255,255,255,.5);color:#fff;background:transparent}.site-v2-cta__btn--outline:hover{background:#ffffff1a;border-color:#fff}@media(max-width:768px){.site-v2-cta .container{flex-direction:column;text-align:center}}.site-v2-discography-from-catalog{padding:2rem 0}.site-v2-discography-from-catalog[data-spacing=compact]{padding:1rem 0}.site-v2-discography-from-catalog[data-spacing=spacious]{padding:4rem 0}.site-v2-discography-from-catalog[data-spacing=huge]{padding:6rem 0}.site-v2-discography-from-catalog .section-header{text-align:center;margin-bottom:2rem}.site-v2-discography-from-catalog .section-header h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.site-v2-discography-from-catalog .section-header .subtitle{color:#666;font-size:1.1rem}.site-v2-discography-from-catalog .releases-grid{display:grid;gap:1.5rem}.site-v2-discography-from-catalog .releases-grid.cols-2{grid-template-columns:repeat(2,1fr)}.site-v2-discography-from-catalog .releases-grid.cols-3{grid-template-columns:repeat(3,1fr)}.site-v2-discography-from-catalog .releases-grid.cols-4{grid-template-columns:repeat(4,1fr)}.site-v2-discography-from-catalog .releases-list{display:flex;flex-direction:column;gap:1rem}.site-v2-discography-from-catalog .release-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.site-v2-discography-from-catalog .release-cover{width:100%;aspect-ratio:1;overflow:hidden}.site-v2-discography-from-catalog .release-cover img{width:100%;height:100%;object-fit:cover}.site-v2-discography-from-catalog .release-content{padding:1rem}.site-v2-discography-from-catalog .release-type{display:inline-block;background:#f3f4f6;color:#666;font-size:.75rem;font-weight:600;text-transform:uppercase;padding:.25rem .5rem;border-radius:4px;margin-bottom:.5rem}.site-v2-discography-from-catalog .release-name{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;color:#111}.site-v2-discography-from-catalog .release-year{color:#999;font-size:.9rem;margin-bottom:.25rem}.site-v2-discography-from-catalog .release-artist{color:#666;font-size:.9rem}.site-v2-discography-from-catalog .empty-state{text-align:center;padding:2rem;color:#999}.site-v2-events-from-shows{padding:2rem 0}.site-v2-events-from-shows[data-spacing=compact]{padding:1rem 0}.site-v2-events-from-shows[data-spacing=spacious]{padding:4rem 0}.site-v2-events-from-shows[data-spacing=huge]{padding:6rem 0}.site-v2-events-from-shows .section-header{text-align:center;margin-bottom:2rem}.site-v2-events-from-shows .section-header h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.site-v2-events-from-shows .section-header .subtitle{color:#666;font-size:1.1rem}.site-v2-events-from-shows .shows-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.site-v2-events-from-shows .shows-list{display:flex;flex-direction:column;gap:1rem}.site-v2-events-from-shows .show-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;display:flex;gap:1rem;align-items:flex-start}.site-v2-events-from-shows .show-date{background:#f3f4f6;border-radius:8px;padding:.75rem;text-align:center;min-width:60px}.site-v2-events-from-shows .date-day{font-size:1.5rem;font-weight:700;color:#111;line-height:1}.site-v2-events-from-shows .date-month{font-size:.85rem;font-weight:600;color:#666;text-transform:uppercase;margin-top:.25rem}.site-v2-events-from-shows .show-content{flex:1}.site-v2-events-from-shows .show-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#111}.site-v2-events-from-shows .show-venue{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.95rem;margin-bottom:.25rem}.site-v2-events-from-shows .show-location{color:#999;font-size:.9rem}.site-v2-events-from-shows .empty-state{text-align:center;padding:2rem;color:#999}.site-v2-features{padding:5rem 0}.site-v2-features__heading{text-align:center;margin-bottom:3rem}.site-v2-features__title{font-size:2.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.site-v2-features__subtitle{font-size:1.125rem;color:var(--text-muted)}.site-v2-features__grid{display:grid;gap:2rem;max-width:1200px;margin:0 auto}.site-v2-features--cols-2 .site-v2-features__grid{grid-template-columns:repeat(2,1fr)}.site-v2-features--cols-3 .site-v2-features__grid{grid-template-columns:repeat(3,1fr)}.site-v2-features--cols-4 .site-v2-features__grid{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.site-v2-features__grid{grid-template-columns:1fr!important}}.site-v2-features__card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:1rem;padding:2rem;transition:transform .2s,box-shadow .2s}.site-v2-features__card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.site-v2-features__empty{grid-column:1 / -1;text-align:center;padding:3rem;color:var(--text-muted)}.site-v2-features__empty i{font-size:2rem;opacity:.3;margin-bottom:1rem;display:block}.site-v2-features__icon{width:48px;height:48px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.site-v2-features__icon i{font-size:1.25rem;color:#fff}.site-v2-features__card-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.site-v2-features__card-description{color:var(--text-muted);line-height:1.6}.site-v2-footer{background:var(--bg-surface);border-top:1px solid var(--border-color);padding-block:3rem}.site-v2-footer__container{max-width:1200px;margin-inline:auto;padding:0 1.5rem}.site-v2-footer__top{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border-color)}@media(min-width:768px){.site-v2-footer__top{grid-template-columns:minmax(200px,1fr) 2fr;align-items:start}}.site-v2-footer__brand{display:flex;flex-direction:column;gap:.75rem}.site-v2-footer__logo{max-width:160px;height:auto;display:block}.site-v2-footer__name{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.site-v2-footer__tagline{color:var(--text-muted);font-size:.9375rem;line-height:1.6;max-width:320px;margin:0}.site-v2-footer__nav{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.site-v2-footer__nav{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.site-v2-footer__nav{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.site-v2-footer__nav-heading{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-primary);margin:0 0 .875rem}.site-v2-footer__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.site-v2-footer__nav-link{color:var(--text-muted);text-decoration:none;font-size:.9375rem;transition:color .15s}.site-v2-footer__nav-link:hover{color:var(--brand-primary)}.site-v2-footer__bottom{display:flex;flex-direction:column;gap:1rem;padding-top:2rem;align-items:center;text-align:center}@media(min-width:768px){.site-v2-footer__bottom{flex-direction:row;justify-content:space-between;text-align:start;align-items:center}}.site-v2-footer__bottom-left{display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.site-v2-footer__bottom-left{flex-direction:row;align-items:center;gap:1.5rem}}.site-v2-footer__copyright{color:var(--text-muted);font-size:.875rem;margin:0}.site-v2-footer__legal{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.site-v2-footer__legal-link{color:var(--text-muted);font-size:.875rem;text-decoration:none;transition:color .15s}.site-v2-footer__legal-link:hover{color:var(--brand-primary)}.site-v2-footer__social{list-style:none;padding:0;margin:0;display:flex;gap:1.25rem;align-items:center}.site-v2-footer__social a{color:var(--text-muted);font-size:1.125rem;text-decoration:none;transition:color .15s}.site-v2-footer__social a:hover{color:var(--brand-primary)}.site-v2-form{padding:2rem 0}.site-v2-form__container{max-width:600px;margin:0 auto;padding:0 1rem}.site-v2-form__title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:var(--color-text-primary)}.site-v2-form__subtitle{font-size:1rem;color:var(--color-text-secondary);margin-bottom:2rem}.site-v2-form__field{margin-bottom:1.5rem}.site-v2-form__label{display:block;font-size:.875rem;font-weight:500;color:var(--color-text-primary);margin-bottom:.5rem}.site-v2-form__required{color:var(--color-danger);margin-left:.25rem}.site-v2-form__input,.site-v2-form__textarea,.site-v2-form__select,.site-v2-form__file{width:100%;padding:.75rem 1rem;font-size:.875rem;border:1px solid var(--color-border);border-radius:.375rem;background-color:var(--color-bg);color:var(--color-text-primary);transition:border-color .2s,box-shadow .2s}.site-v2-form__input:focus,.site-v2-form__textarea:focus,.site-v2-form__select:focus,.site-v2-form__file:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #6366f11a}.site-v2-form__textarea{resize:vertical;min-height:100px}.site-v2-form__checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.site-v2-form__checkbox{width:1rem;height:1rem;cursor:pointer}.site-v2-form__actions{margin-top:2rem}.site-v2-form__submit{width:100%;padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;color:#fff;background-color:var(--color-primary);border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s}.site-v2-form__submit:hover{background-color:var(--color-primary-hover)}.site-v2-form__submit:disabled{opacity:.6;cursor:not-allowed}.site-v2-form__status{margin-top:1rem;padding:.75rem 1rem;border-radius:.375rem;font-size:.875rem;display:none}.site-v2-form__status--success{display:block;background-color:#22c55e1a;color:#22c55e;border:1px solid #22c55e}.site-v2-form__status--error{display:block;background-color:#ef44441a;color:#ef4444;border:1px solid #ef4444}.site-v2-form__status--sending{display:block;background-color:#6366f11a;color:var(--color-primary);border:1px solid var(--color-primary)}.site-v2-form__honeypot{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-v2-form__honeypot input{position:absolute;opacity:0;pointer-events:none}.site-v2-header__skip-link{position:absolute;inset-inline-start:0;top:0;transform:translateY(-100%);padding:.75rem 1rem;background:var(--brand-primary, #6366f1);color:#fff;font-weight:600;text-decoration:none;z-index:1000;transition:transform .15s ease}.site-v2-header__skip-link:focus{transform:translateY(0);outline:2px solid #fff;outline-offset:2px}.site-v2-header{position:relative;z-index:100;background:var(--bg-surface);border-bottom:1px solid var(--border-color)}.site-v2-header--sticky{position:sticky;top:0}.site-v2-header--transparent{position:absolute;top:0;inset-inline-start:0;inset-inline-end:0;background:transparent;border-bottom:1px solid rgba(255,255,255,.1)}.site-v2-header--transparent.site-v2-header--scrolled{position:fixed;background:var(--bg-surface);border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-v2-header__nav{display:flex;align-items:center;justify-content:flex-start;padding:1rem 1.5rem;max-width:1200px;margin:0 auto}.site-v2-header__logo img{height:40px;width:auto}.site-v2-header__logo-text{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.site-v2-header--split .site-v2-header__nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.site-v2-header--split .site-v2-header__links{display:flex;gap:2rem;justify-content:center}.site-v2-header--split .site-v2-header__actions{justify-content:flex-end}.site-v2-header--center .site-v2-header__nav{flex-direction:column;gap:.75rem;padding-top:1.25rem;padding-bottom:1.25rem}.site-v2-header--center .site-v2-header__logo{margin:0 auto}.site-v2-header--center .site-v2-header__row{display:flex;justify-content:space-between;align-items:center;width:100%}.site-v2-header--center .site-v2-header__links{display:flex;gap:2rem}.site-v2-header--minimal .site-v2-header__links{display:none}.site-v2-header__link{color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s;padding:.25rem 0}.site-v2-header__link:hover,.site-v2-header__link.active{color:var(--brand-primary)}.site-v2-header__actions{display:flex;align-items:center;gap:.75rem}.site-v2-header__cta{padding:.5rem 1rem;border-radius:.375rem;font-weight:500;text-decoration:none;transition:all .2s}.site-v2-header__cta--solid{background:var(--brand-primary);color:#fff}.site-v2-header__cta--solid:hover{background:var(--brand-primary-hover)}.site-v2-header__cta--outline{border:1px solid var(--brand-primary);color:var(--brand-primary)}.site-v2-header__cta--outline:hover{background:var(--brand-primary);color:#fff}.site-v2-header__cta--ghost{color:var(--brand-primary)}.site-v2-header__cta--ghost:hover{background:#6366f11a}.site-v2-header__login{color:var(--text-secondary);text-decoration:none;font-size:.875rem;font-weight:500;padding:.5rem .75rem;transition:color .2s}.site-v2-header__login:hover{color:var(--brand-primary)}.site-v2-header__toggle{display:none;background:none;border:none;font-size:1.25rem;color:var(--text-primary);cursor:pointer;padding:.25rem}.site-v2-header__mobile-menu{display:none;position:absolute;top:100%;inset-inline-start:0;inset-inline-end:0;background:var(--bg-surface);border-bottom:1px solid var(--border-color);flex-direction:column;padding:1rem 1.5rem;gap:.25rem;z-index:99}.site-v2-header__mobile-menu.open{display:flex}.site-v2-header__mobile-link{padding:.75rem 0;color:var(--text-secondary);text-decoration:none;font-weight:500;border-bottom:1px solid var(--border-color)}.site-v2-header__mobile-link:last-of-type{border-bottom:none}.site-v2-header__mobile-link.active{color:var(--brand-primary)}.site-v2-header__mobile-cta{margin-top:.5rem;justify-content:center}.site-v2-header__mobile-login{padding:.75rem 0;color:var(--text-muted);text-decoration:none;font-size:.875rem}@media(max-width:768px){.site-v2-header__nav{padding:1rem}.site-v2-header__actions{display:none}.site-v2-header__toggle{display:block}.site-v2-header--left .site-v2-header__links,.site-v2-header--split .site-v2-header__links,.site-v2-header--center .site-v2-header__links{display:none}.site-v2-header--split .site-v2-header__nav{display:flex;grid-template-columns:none}.site-v2-header--center .site-v2-header__nav{flex-direction:row;gap:0}.site-v2-header--center .site-v2-header__logo{margin:0}.site-v2-header--center .site-v2-header__row{display:none}}.site-v2-hero--simple{padding:4rem 0;text-align:center;background:var(--bg-surface);border-bottom:1px solid var(--border-color)}.site-v2-hero--simple .site-v2-hero__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.site-v2-hero__eyebrow{display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-primary, #6366f1);margin-bottom:.75rem}.site-v2-hero--split{background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-secondary) 100%);padding:5rem 0;min-height:70vh;display:flex;align-items:center}.site-v2-hero__split-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.site-v2-hero--split-reversed .site-v2-hero__split-content{direction:rtl}.site-v2-hero--split-reversed .site-v2-hero__split-content>*{direction:ltr}.site-v2-hero__split-text h1{font-size:clamp(2.25rem,4vw,3.25rem);font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.25rem}.site-v2-hero__split-text p{font-size:1.125rem;color:#ffffffe6;line-height:1.7;margin-bottom:2rem}.site-v2-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.site-v2-hero--split .site-v2-hero__cta--solid{background:#fff;color:var(--brand-primary);border:2px solid #fff}.site-v2-hero--split .site-v2-hero__cta--solid:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}.site-v2-hero__split-img{width:100%;height:auto;border-radius:12px;object-fit:var(--split-img-fit, cover);object-position:var(--split-img-position, 50% 50%);box-shadow:0 25px 50px -12px #0000004d}.site-v2-hero__split-placeholder{aspect-ratio:4/3;background:#ffffff1a;border:2px dashed rgba(255,255,255,.3);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff6;font-size:3rem}@media(min-width:768px){.site-v2-hero__split-content{padding:0 2.5rem}}@media(max-width:768px){.site-v2-hero__split-content,.site-v2-hero--split-reversed .site-v2-hero__split-content{grid-template-columns:1fr;text-align:center;direction:ltr}.site-v2-hero__actions{justify-content:center}.site-v2-hero__split-image{order:-1}}.site-v2-hero--centered.site-section--bg-default:not([data-bg-image]){background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));color:#fff}.site-v2-hero--centered{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 0;overflow:hidden}.site-v2-hero--centered[data-bg=light]{background:var(--bg-page);color:var(--text-primary)}.site-v2-hero--centered[data-bg=dark]{background:#0f172a;color:#fff}.site-v2-hero--centered[data-bg-image]{background:linear-gradient(#00000080,#0009),var(--hero-bg-img) var(--hero-bg-position, center) / var(--hero-bg-size, cover) no-repeat}.site-v2-hero--centered[data-bg-parallax]{background-attachment:fixed}.site-v2-hero__bg-layer[data-bg-image]{background:var(--hero-bg-img) var(--hero-bg-position, center) / var(--hero-bg-size, cover) no-repeat}.site-v2-hero__bg-layer{position:absolute;inset:-20px;z-index:0}.site-v2-hero__bg-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(#0006,#00000080)}.site-v2-hero--fx .site-v2-hero__content{position:relative;z-index:2}.site-v2-hero--parallax .site-v2-hero__bg-layer{position:fixed;inset:0;z-index:0}.site-v2-hero--parallax{z-index:0}.site-v2-hero--fx-crystal .site-v2-hero__bg-layer{filter:blur(8px)}.site-v2-hero--fx-crystal .site-v2-hero__bg-overlay{background:linear-gradient(135deg,#ffffff14,#00000080);-webkit-backdrop-filter:saturate(1.4);backdrop-filter:saturate(1.4)}.site-v2-hero--fx-frost .site-v2-hero__bg-layer{filter:blur(20px) brightness(1.05)}.site-v2-hero--fx-frost .site-v2-hero__bg-overlay{background:linear-gradient(#ffffff1f,#ffffff0f)}.site-v2-hero--fx-haze .site-v2-hero__bg-layer{filter:blur(12px) saturate(1.5) brightness(.9)}.site-v2-hero--fx-haze .site-v2-hero__bg-overlay{background:linear-gradient(135deg,#fb923c26,#00000073)}.site-v2-hero--fx-dream .site-v2-hero__bg-layer{filter:blur(16px) saturate(1.8) contrast(.85)}.site-v2-hero--fx-dream .site-v2-hero__bg-overlay{background:linear-gradient(135deg,#a855f71f,#6366f11f,#0006)}.site-v2-hero--fx-fog .site-v2-hero__bg-layer{filter:blur(30px) brightness(.7) grayscale(.3)}.site-v2-hero--fx-fog .site-v2-hero__bg-overlay{background:linear-gradient(#0003,#0009)}.site-v2-hero__content{max-width:800px}.site-v2-hero__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem}.site-v2-hero__subtitle{font-size:clamp(1.125rem,2vw,1.5rem);opacity:.9;margin-bottom:2.5rem;max-width:600px;margin-inline-start:auto;margin-inline-end:auto}.site-v2-hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.site-v2-hero__cta{padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;text-decoration:none;transition:all .2s}.site-v2-hero__cta--lg{padding:1rem 2rem;font-size:1.125rem}.site-v2-hero--centered .site-v2-hero__cta--solid{background:#fff;color:var(--brand-primary);border:2px solid #fff}.site-v2-hero--centered .site-v2-hero__cta--solid:hover{background:#ffffffe6;transform:translateY(-2px)}.site-v2-hero--centered .site-v2-hero__cta--outline{border:2px solid rgba(255,255,255,.5);color:#fff;background:transparent}.site-v2-hero--centered .site-v2-hero__cta--outline:hover{background:#ffffff1a;border-color:#fff}@supports (-webkit-touch-callout: none){.site-v2-hero--parallax{background-attachment:scroll!important}}.site-v2-image{padding:3rem 0;text-align:center}.site-v2-image-figure{margin:0 auto}.site-v2-image--full{max-width:100%}.site-v2-image--large{max-width:900px}.site-v2-image--medium{max-width:600px}.site-v2-image-img{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 20px #0000001a}.site-v2-image-caption{margin-top:1rem;color:var(--text-muted);font-size:.9rem}.site-v2-image-empty{padding:4rem 2rem;background:var(--bg-surface);border-radius:12px;color:var(--text-muted)}.site-v2-image-empty i{font-size:3rem;opacity:.3}.site-v2-image-empty p{margin-top:1rem}.site-v2-image--left .site-v2-image-figure{margin-inline-end:auto;margin-inline-start:0}.site-v2-image--center .site-v2-image-figure{margin-inline:auto}.site-v2-image--right .site-v2-image-figure{margin-inline-start:auto;margin-inline-end:0}.site-v2-image-link{display:block}.site-v2-image-link:hover .site-v2-image-img{opacity:.95;transition:opacity .15s}.site-v2-layout-grid{padding:var(--layout-spacing, 4rem 0)}.site-v2-layout-grid__container{display:grid;grid-template-columns:repeat(var(--grid-columns, 3),1fr);gap:var(--grid-gap, 2rem);max-width:1200px;margin:0 auto;padding-inline:1.5rem}@media(min-width:768px){.site-v2-layout-grid__container{padding-inline:2.5rem}}.site-v2-layout-grid__item{min-width:0}@media(max-width:767px){.site-v2-layout-grid__container{grid-template-columns:1fr}}.site-v2-layout-split{padding:var(--layout-spacing, 4rem 0)}.site-v2-layout-split__container{display:flex;flex-direction:row;gap:var(--layout-gap, 2rem);max-width:1200px;margin:0 auto;padding-inline:1.5rem}@media(min-width:768px){.site-v2-layout-split__container{padding-inline:2.5rem}}.site-v2-layout-split__column{min-width:0}@media(max-width:767px){.site-v2-layout-split__container{flex-direction:column}.site-v2-layout-split__column{flex:1 1 auto!important;width:100%}}.site-v2-pricing-from-products{padding:2rem 0}.site-v2-pricing-from-products[data-spacing=compact]{padding:1rem 0}.site-v2-pricing-from-products[data-spacing=spacious]{padding:4rem 0}.site-v2-pricing-from-products[data-spacing=huge]{padding:6rem 0}.site-v2-pricing-from-products .section-header{text-align:center;margin-bottom:2rem}.site-v2-pricing-from-products .section-header h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.site-v2-pricing-from-products .section-header .subtitle{color:#666;font-size:1.1rem}.site-v2-pricing-from-products .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.site-v2-pricing-from-products .products-list{display:flex;flex-direction:column;gap:1rem}.site-v2-pricing-from-products .product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.site-v2-pricing-from-products .product-image{width:100%;height:200px;overflow:hidden}.site-v2-pricing-from-products .product-image img{width:100%;height:100%;object-fit:cover}.site-v2-pricing-from-products .product-content{padding:1.5rem}.site-v2-pricing-from-products .product-name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#111}.site-v2-pricing-from-products .product-description{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.site-v2-pricing-from-products .product-price{display:flex;align-items:baseline;gap:.25rem;font-weight:700;color:#111}.site-v2-pricing-from-products .product-price .currency{font-size:.9rem;color:#666}.site-v2-pricing-from-products .product-price .amount{font-size:1.5rem}.site-v2-pricing-from-products .empty-state{text-align:center;padding:2rem;color:#999}.site-v2-pricing{padding:5rem 0}.site-v2-pricing__heading{text-align:center;margin-bottom:3rem}.site-v2-pricing__title{font-size:2.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.site-v2-pricing__subtitle{font-size:1.125rem;color:var(--text-muted)}.site-v2-pricing__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.site-v2-pricing__card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:1rem;padding:2rem;position:relative;transition:transform .2s,box-shadow .2s}.site-v2-pricing__card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.site-v2-pricing__card--featured{border-color:var(--brand-primary);box-shadow:0 0 0 2px var(--brand-primary)}.site-v2-pricing__badge{position:absolute;top:-12px;inset-inline-start:50%;transform:translate(-50%);background:var(--brand-primary);color:#fff;padding:.25rem 1rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.site-v2-pricing__name{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.site-v2-pricing__price{margin-bottom:1rem}.site-v2-pricing__price-amount{font-size:3rem;font-weight:800;color:var(--text-primary);line-height:1}.site-v2-pricing__price-period{color:var(--text-muted)}.site-v2-pricing__features{list-style:none;padding:0;margin:0 0 2rem}.site-v2-pricing__features li{padding:.5rem 0;color:var(--text-secondary);display:flex;align-items:center;gap:.5rem}.site-v2-pricing__features i{color:var(--brand-primary)}.site-v2-pricing__btn{width:100%;text-align:center;padding:.75rem 1rem;border-radius:.375rem;font-weight:600;text-decoration:none;transition:all .2s}.site-v2-pricing__btn--solid{background:var(--brand-primary);color:#fff;border:2px solid var(--brand-primary)}.site-v2-pricing__btn--solid:hover{background:var(--brand-primary-hover)}.site-v2-pricing__btn--outline{border:2px solid var(--border-color);color:var(--text-primary);background:transparent}.site-v2-pricing__btn--outline:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.site-v2-pricing__empty{text-align:center;color:var(--text-muted);padding:2rem}.site-v2-social{padding:4rem 0;text-align:center}.site-v2-social__heading{margin-bottom:2rem}.site-v2-social__title{font-size:1.75rem;font-weight:700;color:var(--text-primary)}.site-v2-social__grid{list-style:none;padding:0;margin:0;display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.site-v2-social__icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;font-size:1.25rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.site-v2-social--brand .site-v2-social__icon{background:var(--social-brand, var(--brand-primary, #6366f1));color:#fff}.site-v2-social--brand .site-v2-social__icon:hover{filter:brightness(1.1)}.site-v2-social--mono .site-v2-social__icon{background:var(--text-primary, #111);color:var(--bg-surface, #fff)}.site-v2-social--mono .site-v2-social__icon:hover{background:var(--brand-primary, #6366f1)}.site-v2-social--outline .site-v2-social__icon{background:transparent;color:var(--text-primary, #111);border:1px solid var(--border-color, #e5e7eb)}.site-v2-social--outline .site-v2-social__icon:hover{border-color:var(--brand-primary, #6366f1);color:var(--brand-primary, #6366f1)}.site-v2-social__icon:hover{transform:scale(1.1);box-shadow:0 4px 15px #0003;text-decoration:none}.site-v2-social__empty{color:var(--text-muted);font-size:.875rem}.site-v2-testimonials-from-crm{padding:2rem 0}.site-v2-testimonials-from-crm[data-spacing=compact]{padding:1rem 0}.site-v2-testimonials-from-crm[data-spacing=spacious]{padding:4rem 0}.site-v2-testimonials-from-crm[data-spacing=huge]{padding:6rem 0}.site-v2-testimonials-from-crm .section-header{text-align:center;margin-bottom:2rem}.site-v2-testimonials-from-crm .section-header h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.site-v2-testimonials-from-crm .section-header .subtitle{color:#666;font-size:1.1rem}.site-v2-testimonials-from-crm .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.site-v2-testimonials-from-crm .testimonials-masonry{column-count:3;column-gap:1.5rem}.site-v2-testimonials-from-crm .testimonial-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;margin-bottom:1.5rem;break-inside:avoid}.site-v2-testimonials-from-crm .rating{color:#fbbf24;margin-bottom:1rem;font-size:1.2rem}.site-v2-testimonials-from-crm .rating .star{opacity:.3}.site-v2-testimonials-from-crm .rating .star.filled{opacity:1}.site-v2-testimonials-from-crm .quote{font-style:italic;color:#333;margin-bottom:1rem;line-height:1.6}.site-v2-testimonials-from-crm .author{display:flex;align-items:center;gap:1rem}.site-v2-testimonials-from-crm .avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.site-v2-testimonials-from-crm .author-info .name{font-weight:600;color:#111}.site-v2-testimonials-from-crm .author-info .role{font-size:.9rem;color:#666}.site-v2-testimonials-from-crm .empty-state{text-align:center;padding:2rem;color:#999}.site-v2-testimonials{padding:5rem 0}.site-v2-testimonials__heading{text-align:center;margin-bottom:3rem}.site-v2-testimonials__title{font-size:2.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.site-v2-testimonials__subtitle{font-size:1.125rem;color:var(--text-muted)}.site-v2-testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.site-v2-testimonials__card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:2rem;transition:all .2s}.site-v2-testimonials__card:hover{box-shadow:0 12px 24px #00000014}.site-v2-testimonials__quote{font-size:1.1rem;line-height:1.7;color:var(--text-primary);font-style:italic;margin:0 0 1.5rem;padding:0;border:none}.site-v2-testimonials__author{display:flex;align-items:center;gap:1rem}.site-v2-testimonials__avatar-placeholder{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.9rem}.site-v2-testimonials__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.site-v2-testimonials__author-info{display:flex;flex-direction:column}.site-v2-testimonials__author-name{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.site-v2-testimonials__author-title{font-size:.875rem;color:var(--text-muted);margin:0}.site-v2-testimonials__empty{text-align:center;color:var(--text-muted);padding:2rem}.site-v2-text.site-text--center{text-align:center}.site-v2-text.site-text--right{text-align:end}.site-v2-text .site-text__inner{max-width:var(--container-width, 1200px);margin:0 auto;padding:0 1.5rem}.site-v2-text .site-text__inner--narrow{max-width:640px}.site-v2-text .site-text__inner--medium{max-width:800px}.site-v2-text .site-text__inner--wide{max-width:1100px}.site-v2-text .site-text__inner--full{max-width:none}.site-v2-text.site-text--center .site-text__inner{margin-inline-start:auto;margin-inline-end:auto}.site-v2-text .site-text__eyebrow{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--brand-primary, #6366f1);margin-bottom:.75rem}.site-v2-text .site-text__title{font-weight:700;color:var(--text-primary);margin-bottom:1.25rem;line-height:1.2}.site-v2-text .site-text__inner h1.site-text__title{font-size:3rem}.site-v2-text .site-text__inner h2.site-text__title{font-size:2.25rem}.site-v2-text .site-text__inner h3.site-text__title{font-size:1.75rem}.site-v2-text .site-text__inner h4.site-text__title{font-size:1.375rem}.site-v2-text .site-text__title--default{color:inherit}.site-v2-text .site-text__title--primary{color:var(--brand-primary, #6366f1)}.site-v2-text .site-text__title--accent{color:var(--brand-secondary, var(--brand-primary, #6366f1))}.site-v2-text .site-text__title--light{color:#fff}.site-v2-text .site-text__content{font-size:1.125rem;color:var(--text-secondary);line-height:1.8}.site-v2-text .site-text__content p{margin:0 0 1rem}.site-v2-text .site-text__content p:last-child{margin-bottom:0}.site-v2-text .site-text__content a{color:var(--brand-primary, #6366f1);text-decoration:underline}.site-v2-text .site-text__content ul,.site-v2-text .site-text__content ol{margin:0 0 1rem 1.5rem}.site-v2-text .site-text__content li{margin-bottom:.375rem}.site-v2-text .site-text__content blockquote{border-inline-start:3px solid var(--brand-primary, #6366f1);padding-inline-start:1rem;margin:1rem 0;font-style:italic;color:var(--text-secondary)}.site-v2-text .site-text__cta{margin-top:2rem}@media(max-width:768px){.site-v2-text .site-text__inner h1.site-text__title{font-size:2.25rem}.site-v2-text .site-text__inner h2.site-text__title{font-size:1.875rem}.site-v2-text .site-text__inner h3.site-text__title{font-size:1.5rem}.site-v2-text .site-text__content{font-size:1rem}}
