:root{--green:#20b977;--green-dark:#109b62;--green-soft:#eaf8f1;--ink:#20252d;--muted:#727982;--line:#e1e5e8;--surface-soft:#f6f8f8;--shadow:0 12px 30px rgba(27,45,37,.11);--page-width:1440px;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{min-width:320px;background:#fff}body{min-height:100vh;margin:0;color:var(--ink);-webkit-font-smoothing:antialiased}body.drawer-open,body.lightbox-open{overflow:hidden}button,input{font:inherit}a,button{-webkit-tap-highlight-color:transparent}button{color:inherit}img{max-width:100%}a{color:inherit}#album-app{display:flex;min-height:100vh;flex-direction:column}#album-app main{flex:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:40;min-height:64px;background:var(--green);box-shadow:0 2px 10px rgba(20,92,61,.16)}.site-header__inner{display:flex;width:min(100%,var(--page-width));min-height:64px;align-items:center;justify-content:space-between;padding:0 28px;margin:0 auto}.site-header__logo{display:inline-flex;align-items:center;text-decoration:none}.site-header__logo img{display:block;width:auto;height:40px}.icon-button{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:pointer}.icon-button svg,.site-search svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.site-header__menu,.site-header__mobile-search{display:none;color:#fff}.site-search{display:flex;width:min(100%,340px);height:40px;overflow:hidden;border:1px solid hsla(0,0%,100%,.64);border-radius:6px;background:hsla(0,0%,100%,.96)}.site-search:focus-within{outline:3px solid hsla(0,0%,100%,.3)}.site-search input{min-width:0;flex:1;padding:0 14px;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.site-search input::-moz-placeholder{color:#92989e}.site-search input::placeholder{color:#92989e}.site-search button{display:inline-flex;width:54px;align-items:center;justify-content:center;padding:0;border:0;border-left:1px solid #dce4e0;background:var(--green-dark);color:#fff;cursor:pointer}.catalog-shell{display:grid;width:min(100%,var(--page-width));min-height:calc(100vh - 124px);grid-template-columns:238px minmax(0,1fr);margin:0 auto}.brand-rail{padding:30px 18px 60px 24px;border-right:1px solid var(--line)}.brand-rail button{display:flex;width:100%;min-height:50px;align-items:center;gap:14px;padding:10px 14px;border:0;border-left:3px solid transparent;border-radius:5px;background:transparent;color:#3e454d;font-size:14px;text-align:left;cursor:pointer;transition:color .16s ease,background .16s ease,border-color .16s ease}.brand-rail button:hover{background:var(--surface-soft)}.brand-rail button.active{border-left-color:var(--green);background:var(--green-soft);color:var(--ink);font-weight:600}.brand-rail button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5}.brand-rail__monogram{display:inline-flex;width:22px;height:22px;flex:0 0 22px;align-items:center;justify-content:center;border:1px solid #889099;border-radius:5px;font-size:11px;font-weight:700}.catalog-content{min-width:0;padding:30px 30px 52px}.catalog-heading{display:flex;min-height:60px;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}.catalog-heading h1{margin:0;color:#1d2229;font-size:clamp(26px,2.2vw,34px);font-weight:680;letter-spacing:-.035em;line-height:1.15}.catalog-heading p{margin:8px 0 0;color:var(--muted);font-size:15px}.catalog-heading__clear{display:inline-flex;min-height:42px;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#586068;font-size:13px;cursor:pointer}.catalog-heading__clear svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.7}.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.product-card{position:relative;display:block;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#fff;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.product-card:focus-visible,.product-card:hover{z-index:2;border-color:#b7c8c0;box-shadow:var(--shadow);outline:0;transform:translateY(-3px)}.product-card__media{position:relative;overflow:hidden;aspect-ratio:1;background:#f7f8f8}.product-card__media>img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .26s ease}.product-card:hover .product-card__media>img{transform:scale(1.035)}.product-card h2{height:19px;padding:0 11px;margin:9px 0 8px;overflow:hidden;color:#30353c;font-size:13px;font-weight:500;letter-spacing:-.008em;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.product-card__grade{position:absolute;top:10px;left:0;min-width:54px;padding:5px 9px;border-radius:0 3px 3px 0;background:var(--green);color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em;line-height:1}.product-card__grade--3{background:#b99a2d}.product-card__fallback{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#b8bec2}.product-card__fallback svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.2}.product-skeleton{overflow:hidden;border:1px solid #edf0f1;border-radius:7px}.detail-loading>*,.product-skeleton i,.product-skeleton span{position:relative;display:block;overflow:hidden;background:#f0f2f2}.detail-loading>:after,.product-skeleton i:after,.product-skeleton span:after{position:absolute;inset:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.74),transparent);content:"";transform:translateX(-100%);animation:shimmer 1.35s infinite}.product-skeleton span{aspect-ratio:1}.product-skeleton i{width:72%;height:13px;margin:15px 12px 22px;border-radius:20px}@keyframes shimmer{to{transform:translateX(100%)}}.catalog-state{display:flex;min-height:440px;align-items:center;justify-content:center;flex-direction:column;padding:40px 20px;color:var(--muted);text-align:center}.catalog-state svg{width:50px;height:50px;margin-bottom:18px;fill:none;stroke:#a6afb4;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4}.catalog-state h1,.catalog-state h2{margin:0;color:var(--ink);font-size:22px}.catalog-state p{margin:10px 0 22px;font-size:14px}.catalog-state a,.catalog-state button{min-height:42px;padding:10px 18px;border:0;border-radius:5px;background:var(--green);color:#fff;cursor:pointer;font-size:14px;text-decoration:none}.album-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:28px}.album-pagination button{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;gap:6px;padding:0 13px;border:1px solid var(--line);border-radius:5px;background:#fff;color:#464d55;font-size:13px;cursor:pointer}.album-pagination button.active{border-color:var(--green);background:var(--green);color:#fff}.album-pagination button:disabled{opacity:.42;cursor:not-allowed}.album-pagination svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.site-footer{background:var(--green);color:#fff}.site-footer__inner{display:flex;width:min(100%,var(--page-width));min-height:60px;align-items:center;justify-content:center;gap:28px;padding:12px 24px;margin:0 auto;font-size:13px}.site-footer a{text-decoration:none}.site-footer a:hover{text-decoration:underline}.mobile-drawer{position:fixed;z-index:80;inset:0;background:rgba(19,28,24,.52)}.mobile-drawer__panel{width:min(86vw,330px);height:100%;padding:max(16px,env(safe-area-inset-top)) 16px 24px;overflow-y:auto;background:#fff;box-shadow:20px 0 50px rgba(9,21,16,.2)}.mobile-drawer__heading{display:flex;min-height:54px;align-items:center;justify-content:space-between;padding:0 8px 10px 12px;border-bottom:1px solid var(--line);margin-bottom:8px;font-size:18px;font-weight:650}.mobile-drawer__heading button{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:pointer}.mobile-drawer__heading svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.7}.mobile-drawer__panel>button{width:100%;min-height:50px;padding:12px;border:0;border-left:3px solid transparent;border-radius:5px;background:transparent;font-size:14px;text-align:left}.mobile-drawer__panel>button.active{border-left-color:var(--green);background:var(--green-soft);font-weight:650}.drawer-fade-enter-active,.drawer-fade-leave-active,.lightbox-fade-enter-active,.lightbox-fade-leave-active{transition:opacity .18s ease}.drawer-fade-enter,.drawer-fade-leave-to,.lightbox-fade-enter,.lightbox-fade-leave-to{opacity:0}.product-page{width:min(100%,1260px);min-height:calc(100vh - 124px);padding:30px 28px 64px;margin:0 auto}.back-link{display:inline-flex;min-height:44px;align-items:center;gap:7px;margin-bottom:18px;color:var(--green-dark);font-size:15px;font-weight:550;text-decoration:none}.back-link svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.product-intro{display:grid;align-items:start;grid-template-columns:240px minmax(300px,1fr);gap:clamp(30px,5vw,64px)}.detail-gallery button,.product-cover{position:relative;display:block;overflow:hidden;width:100%;padding:0;border:1px solid var(--line);border-radius:9px;background:#f7f8f8;cursor:zoom-in}.product-cover{width:240px;aspect-ratio:1}.detail-gallery img,.product-cover img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-copy{padding-top:clamp(4px,1.3vw,18px)}.product-copy h1{margin:0;color:#1f242b;font-size:clamp(28px,3vw,42px);font-weight:680;letter-spacing:-.045em;line-height:1.08}.product-meta{display:flex;align-items:center;gap:12px;margin-top:14px;color:#7a8088;font-size:12px;font-weight:520;letter-spacing:.035em;text-transform:uppercase}.product-meta i{display:block;width:1px;height:18px;background:#c5c9cc}.product-copy>p{max-width:590px;margin:20px 0 0;color:#555d66;font-size:15px;line-height:1.6;white-space:pre-line}.mobile-whatsapp-button,.whatsapp-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:10px;padding:10px 18px;border-radius:6px;margin-top:26px;background:var(--green);color:#fff;font-size:14px;font-weight:600;text-decoration:none}.mobile-whatsapp-button:hover,.whatsapp-button:hover{background:var(--green-dark)}.mobile-whatsapp-button svg,.whatsapp-button svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.gallery-section,.video-section{margin-top:48px}.gallery-section h2,.video-section h2{margin:0 0 14px;font-size:20px;font-weight:650;letter-spacing:-.025em}.product-videos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-videos video{display:block;width:100%;max-height:520px;border-radius:9px;background:#111;box-shadow:0 12px 30px rgba(27,45,37,.12)}.detail-gallery{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.detail-gallery button{aspect-ratio:1}.detail-gallery button:hover{border-color:#aebdb6;box-shadow:0 10px 24px rgba(27,45,37,.1)}.detail-loading{display:grid;grid-template-columns:minmax(360px,1.15fr) minmax(300px,.85fr);gap:30px}.detail-loading div{grid-row:span 3;aspect-ratio:1;border-radius:9px}.detail-loading span{height:24px;border-radius:20px}.detail-loading span:nth-child(2){width:86%;height:52px;margin-top:50px}.detail-loading span:nth-child(3){width:52%}.detail-loading span:nth-child(4){width:94%;height:90px}.mobile-whatsapp-button{display:none}.lightbox{position:fixed;z-index:120;padding:64px 80px;inset:0;background:rgba(8,12,11,.94)}.lightbox,.lightbox__stage{display:flex;align-items:center;justify-content:center}.lightbox__stage{overflow:hidden;width:100%;height:100%;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lightbox__stage--zoomed{cursor:grab}.lightbox__stage--dragging{cursor:grabbing}.lightbox__stage img{display:block;max-width:100%;max-height:100%;border-radius:4px;-o-object-fit:contain;object-fit:contain;transform-origin:center;transition:transform .18s ease;will-change:transform}.lightbox__stage--dragging img{transition:none}.lightbox button{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;padding:0;border:1px solid hsla(0,0%,100%,.28);border-radius:50%;background:rgba(14,21,18,.7);color:#fff;cursor:pointer}.lightbox button:hover{background:var(--green-dark)}.lightbox button:disabled{cursor:default;opacity:.38}.lightbox button:disabled:hover{background:rgba(14,21,18,.7)}.lightbox button svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.lightbox__close{right:22px}.lightbox__close,.lightbox__toolbar{position:absolute;top:max(18px,env(safe-area-inset-top))}.lightbox__toolbar{z-index:2;left:50%;display:flex;align-items:center;gap:7px;padding:6px;border:1px solid hsla(0,0%,100%,.18);border-radius:28px;background:rgba(7,12,10,.74);transform:translateX(-50%);backdrop-filter:blur(8px)}.lightbox__toolbar button{width:38px;height:38px}.lightbox__toolbar button svg{width:21px;height:21px}.lightbox__scale{min-width:48px;color:#fff;font-size:12px;font-variant-numeric:tabular-nums;text-align:center}.lightbox__arrow{position:absolute;top:50%;transform:translateY(-50%)}.lightbox__arrow--previous{left:22px}.lightbox__arrow--next{right:22px}.lightbox__count{position:absolute;bottom:max(18px,env(safe-area-inset-bottom));left:50%;padding:7px 12px;border-radius:20px;background:rgba(0,0,0,.52);color:#fff;font-size:13px;transform:translateX(-50%)}@media (max-width:1260px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:900px){.site-header__inner{padding:0 14px}.site-header__menu,.site-header__mobile-search{display:inline-flex}.site-header__logo{position:absolute;left:50%;transform:translateX(-50%)}.site-header__logo img{height:34px}.site-search{position:absolute;z-index:3;top:64px;right:12px;left:12px;display:none;width:auto;border-color:var(--line);box-shadow:var(--shadow)}.site-search--open{display:flex}.brand-rail{display:none}.catalog-shell{display:block}.catalog-content{padding:26px 20px 46px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-intro{gap:30px;grid-template-columns:220px minmax(280px,1fr)}.product-cover{width:220px}.detail-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:680px){.catalog-content{padding:22px 12px 38px}.catalog-heading{min-height:52px;align-items:flex-start;margin-bottom:14px}.catalog-heading h1{font-size:25px}.catalog-heading p{margin-top:5px;font-size:13px}.catalog-heading__clear{max-width:150px;overflow:hidden;white-space:nowrap}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card h2{height:17px;padding:0 9px;margin:7px 0 6px;font-size:12px;line-height:1.4}.product-card__grade{top:7px;min-width:48px;padding:5px 7px;font-size:10px}.album-pagination{gap:6px}.album-pagination button{min-width:40px;height:42px;padding:0 9px}.album-pagination button span{display:none}.site-footer__inner{min-height:74px;flex-direction:column;gap:7px;font-size:12px}.product-page{padding:18px 15px 28px}.back-link{margin-bottom:12px;font-size:16px}.product-intro{display:flex;flex-direction:column;align-items:center;gap:0}.product-cover{width:min(56vw,200px)}.product-copy{width:100%;padding:20px 2px 0}.product-copy h1{font-size:25px;line-height:1.14}.product-meta{flex-wrap:wrap;gap:10px;margin-top:12px;font-size:12px}.product-copy>p{margin-top:14px;font-size:14px;line-height:1.6}.whatsapp-button{display:none}.gallery-section,.video-section{margin-top:28px}.gallery-section h2,.video-section h2{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.detail-gallery{grid-template-columns:repeat(2,minmax(0,128px));gap:9px;justify-content:start}.product-videos{grid-template-columns:1fr;gap:10px}.mobile-whatsapp-button{display:flex;width:100%;min-height:56px;margin-top:20px;font-size:17px}.detail-loading{display:flex;flex-direction:column}.detail-loading div{width:100%}.detail-loading span:nth-child(2){width:88%;margin-top:18px}.lightbox{padding:82px 12px 72px}.lightbox__toolbar{top:max(12px,env(safe-area-inset-top));max-width:calc(100vw - 76px);gap:3px;padding:4px}.lightbox__toolbar button{width:34px;height:34px}.lightbox__toolbar button svg{width:19px;height:19px}.lightbox__scale{min-width:40px;font-size:11px}.lightbox__arrow{top:auto;bottom:max(16px,env(safe-area-inset-bottom));transform:none}.lightbox__arrow--previous{left:18px}.lightbox__arrow--next{right:18px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}