:root{color:#1c1814;background:#f4f1eb;font-family:Georgia,Times New Roman,serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}html,body{cursor:none}body{color:#1c1814;background:#f4f1eb;overflow-x:hidden}button{font:inherit;color:inherit}img{display:block}.intro-screen,.carousel-screen,.gallery-screen{width:100%;min-height:100vh}.intro-screen{background:#f4f1eb;justify-content:center;align-items:center;display:flex}.intro-title{letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:clamp(1.8rem,4vw,3.4rem);font-weight:500;animation:1.2s forwards introFade}@keyframes introFade{0%{opacity:0;letter-spacing:.18em;transform:translateY(14px)}to{opacity:1;letter-spacing:.08em;transform:translateY(0)}}@keyframes galleryFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.carousel-screen{background:radial-gradient(circle,#ffffffeb 0%,#f4f1eb 62%);flex-direction:column;justify-content:center;align-items:center;padding:32px 24px 80px;display:flex;position:relative;overflow:hidden}.gallery-screen{background:#fff;padding:86px 24px 80px;position:relative}.gallery-screen-enter{animation:.45s galleryFadeIn}.gallery-back-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#5e554d;cursor:none;z-index:30;background:#ffffffd6;border:1px solid #483c2d24;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;display:inline-flex;position:absolute;top:28px;left:24px}.gallery-back-button:hover{background:#fffffff5;border-color:#483c2d38;transform:translateY(-1px)scale(1.04);box-shadow:0 10px 22px #2d241a1f}.gallery-back-button:focus-visible{outline-offset:3px;outline:2px solid #1c181466}.gallery-back-arrow{font-size:1.15rem;line-height:1;transition:transform .18s}.carousel-header{letter-spacing:.32em;text-transform:uppercase;color:#6e665f;text-align:center;font-size:.72rem;position:absolute;top:28px;left:50%;transform:translate(-50%)}.carousel-stage{touch-action:none;-webkit-user-select:none;user-select:none;width:min(1120px,100%);height:min(68vh,640px);min-height:380px;position:relative;overflow:visible}.carousel-ring{perspective:1400px;width:100%;height:100%;position:relative}.carousel-item{transform-style:preserve-3d;will-change:transform;backface-visibility:hidden;cursor:none;transition:opacity .2s,filter .2s;position:absolute;top:50%;left:50%}.carousel-instruction{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.06em;text-transform:uppercase;color:#6c635b9e;text-align:center;background:#ffffff6b;border:1px solid #483c2d0f;border-radius:999px;margin-top:18px;padding:10px 16px;font-size:.72rem}.custom-cursor{pointer-events:none;z-index:4000;mix-blend-mode:difference;width:0;height:0;transition:opacity .18s;position:fixed;top:0;left:0}.custom-cursor-core,.custom-cursor-ring,.custom-cursor-progress{position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.custom-cursor-core{background:#fff;border-radius:50%;width:10px;height:10px}.custom-cursor-ring{border:1px solid #ffffffe0;border-radius:50%;width:42px;height:42px;transition:transform .2s}.custom-cursor-progress{opacity:0;width:58px;height:58px;transition:opacity .18s}.custom-cursor-progress-track,.custom-cursor-progress-fill{fill:none;stroke-width:4px}.custom-cursor-progress-track{stroke:#ffffff2e}.custom-cursor-progress-fill{stroke:#fff;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:calc(100 - (var(--hold-progress,0) * 100));transform-origin:50%;transform:rotate(-90deg)}.custom-cursor.is-holding .custom-cursor-ring{transform:translate(-50%,-50%)scale(.78)}.custom-cursor.is-holding .custom-cursor-progress,.custom-cursor.is-launching .custom-cursor-progress{opacity:1}.gallery-shell{max-width:1120px;margin:0 auto;position:relative}.gallery-wall{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:32px;align-items:stretch;gap:6px;display:grid}.gallery-wall-visible{opacity:1;pointer-events:auto;background:0 0;position:static;inset:auto}.gallery-slot{min-width:0;height:100%}.gallery-slot-button{appearance:none;cursor:none;text-align:left;background:0 0;border:0;margin:0;padding:0}.gallery-slot-button:hover .frame{transform:scale(1.04)}.gallery-slot-button:hover .frame-image{transform:scale(1.08)}.gallery-slot-button:focus-visible{outline-offset:8px;outline:2px solid #1c181473}.frame{background:linear-gradient(135deg,#7c5a0d 0%,#d8b14d 10%,#f4da8c 22%,#8d6715 36%,#f3d786 54%,#7f5c11 72%,#d0a542 100%);width:100%;height:100%;padding:10px;transition:transform .35s;position:relative;box-shadow:0 18px 40px #0000002e,0 8px 16px #00000014}.frame:hover{transform:scale(1.03)}.gallery-back-button:hover .gallery-back-arrow{transform:translate(-2px)}.frame-portrait{width:188px;height:264px}.frame-landscape{width:100%;height:100%;min-height:180px}.frame-small{width:100%;height:100%;min-height:150px}.frame-ornament,.frame-inner,.frame-mat{border-radius:3px;position:absolute;inset:0}.frame-ornament-1{border:1px solid #fff1c4cc;inset:3px}.frame-ornament-2{border:1px solid #6f4b088c;inset:7px}.frame-inner{background:linear-gradient(135deg,#b98f2c 0%,#efcf74 48%,#9e7416 100%);padding:10px;inset:13px}.frame-mat{background:#efe7da;inset:0;box-shadow:inset 0 0 10px #00000014}.frame-image-wrap{background:#d9d3cb;position:absolute;inset:16px;overflow:hidden}.frame-image{object-fit:cover;width:100%;height:100%;transition:transform .45s}.frame:hover .frame-image{transform:scale(1.06)}.frame-caption{letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;color:#756b63;opacity:0;font-size:.62rem;transition:opacity .3s;position:absolute;bottom:-26px;left:50%;transform:translate(-50%)}.frame:hover .frame-caption{opacity:1}.gallery-detail-overlay{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:none;background:#12100e8c;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.gallery-detail-panel{cursor:none;background:#f7f3ed;border-radius:24px;grid-template-columns:minmax(360px,520px) minmax(0,1fr);align-items:center;gap:48px;width:min(1240px,100vw - 56px);max-height:min(92vh,920px);padding:36px 40px;display:grid;position:relative;overflow:auto;box-shadow:0 30px 80px #00000047}.gallery-detail-close{cursor:none;color:#3a322c;background:0 0;border:0;font-size:2rem;line-height:1;position:absolute;top:14px;right:16px}.gallery-detail-visual{flex-direction:column;justify-self:center;align-items:center;width:100%;max-width:520px;display:flex}.gallery-detail-visual .frame-portrait{width:min(100%,460px);height:min(70vh,680px)}.gallery-detail-frame-stage{justify-content:center;width:100%;display:flex}.gallery-detail-frame-stage-left .frame-image-wrap{animation:.32s cubic-bezier(.22,1,.36,1) detailImageSlideLeft}.gallery-detail-frame-stage-right .frame-image-wrap{animation:.32s cubic-bezier(.22,1,.36,1) detailImageSlideRight}.gallery-detail-image-nav{justify-content:center;align-items:center;gap:12px;width:100%;margin-top:18px;display:flex}.gallery-detail-image-arrow{color:#5e554d;cursor:none;background:#ffffffd6;border:1px solid #483c2d24;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;padding:0;line-height:1;transition:transform .16s,background .2s,border-color .2s,box-shadow .2s;display:inline-flex}.gallery-detail-image-arrow:hover{background:#fffffff5;border-color:#483c2d38;transform:translateY(-1px)scale(1.04);box-shadow:0 10px 22px #2d241a1f}.gallery-detail-image-arrow:active{transform:scale(.9)}.gallery-detail-image-arrow:focus-visible{outline-offset:3px;outline:2px solid #1c181466}@keyframes detailImageSlideLeft{0%{opacity:0;transform:translate(26px)}to{opacity:1;transform:translate(0)}}@keyframes detailImageSlideRight{0%{opacity:0;transform:translate(-26px)}to{opacity:1;transform:translate(0)}}.gallery-detail-copy{flex-direction:column;justify-content:center;align-self:center;max-width:520px;display:flex}.gallery-detail-kicker{letter-spacing:.26em;text-transform:uppercase;color:#7a6f67;margin:0 0 10px;font-size:.7rem}.gallery-detail-title{margin:0;font-size:clamp(2.6rem,5vw,5rem);line-height:.94}.gallery-detail-year{letter-spacing:.16em;text-transform:uppercase;color:#7a6f67;margin:12px 0 22px;font-size:1rem}.gallery-detail-description{color:#3f3833;max-width:42ch;margin:0;font-size:1.08rem;line-height:1.55}.wall-order-1{grid-area:1/1/span 10/span 3}.wall-order-5{grid-area:1/4/span 5/span 3}.wall-order-2{grid-area:6/4/span 5/span 6}.wall-order-3{grid-area:1/10/span 10/span 3}.wall-order-4{grid-area:11/1/span 10/span 3}.wall-order-8{grid-area:11/4/span 10/span 3}.wall-order-6{grid-area:11/7/span 10/span 3}.wall-order-7{grid-area:1/7/span 5/span 3}.wall-order-9{grid-area:11/10/span 10/span 3}.slot-landscape .frame,.slot-portrait .frame,.slot-small .frame{width:100%;height:100%}@media (width<=1180px){.carousel-stage{height:min(62vh,580px)}.frame-portrait{width:172px;height:246px}}@media (width<=900px){.carousel-screen,.gallery-screen{padding-left:18px;padding-right:18px}.gallery-screen{padding-top:78px}.carousel-header{width:calc(100% - 40px);font-size:.66rem;top:20px}.carousel-stage{height:min(56vh,500px);min-height:320px}.carousel-instruction{max-width:100%;padding:11px 14px;font-size:.68rem;line-height:1.45}.gallery-wall{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto;align-items:end;gap:12px}.wall-order-1,.wall-order-2,.wall-order-3,.wall-order-4,.wall-order-5,.wall-order-6,.wall-order-7,.wall-order-8,.wall-order-9{grid-area:auto}.wall-order-1{order:1}.wall-order-9{order:2}.wall-order-3{order:3}.wall-order-5{order:4}.wall-order-4{order:5}.wall-order-7{order:6}.wall-order-6{order:7}.wall-order-8{order:8}.wall-order-2{order:9}.slot-landscape{grid-column:span 2}.gallery-wall .slot-portrait .frame,.gallery-wall .slot-landscape .frame,.gallery-wall .slot-small .frame{width:100%}.slot-portrait .frame{height:304px}.slot-landscape .frame{height:188px}.slot-small .frame{height:154px}.gallery-detail-panel{grid-template-columns:1fr;place-items:center;gap:28px;width:min(100%,100vw - 36px);padding:26px 22px 24px}.gallery-detail-visual{width:100%;max-width:360px}.gallery-detail-visual .frame-portrait{width:min(100%,340px);height:min(62vh,520px)}.gallery-detail-image-nav{margin-top:16px}.gallery-detail-copy{text-align:center;align-items:center;max-width:460px}.gallery-back-button{top:20px;left:18px}}@media (width<=640px){.carousel-screen,.gallery-screen{padding-bottom:54px;padding-left:14px;padding-right:14px}.gallery-screen{padding-top:72px}.intro-title{font-size:1.9rem}.carousel-stage{height:360px;min-height:280px}.frame-portrait{width:132px;height:194px}.gallery-wall .slot-portrait .frame,.gallery-wall .slot-landscape .frame,.gallery-wall .slot-small .frame{width:100%}.slot-portrait .frame{height:238px}.slot-landscape .frame{height:148px}.slot-small .frame{height:130px}.gallery-back-button{width:40px;height:40px;top:18px;left:14px}.gallery-detail-overlay{padding:14px}.gallery-detail-panel{border-radius:20px;gap:22px;width:min(100%,100vw - 20px);max-height:92vh;padding:22px 16px 20px}.gallery-detail-visual{max-width:300px}.gallery-detail-visual .frame-portrait{width:min(100%,280px);height:min(54vh,420px)}.gallery-detail-copy{max-width:100%}.gallery-detail-title{font-size:clamp(2rem,10vw,3rem)}.gallery-detail-description{font-size:.98rem;line-height:1.5}.gallery-detail-image-arrow{width:38px;height:38px}.frame-caption{display:none}}
