@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap";:root{--bg:#080808;--bg-1:#0f0f0f;--bg-2:#141414;--bg-3:#1a1a1a;--surface:#1e1e1e;--border:#ffffff12;--border-2:#ffffff1f;--text:#f0ede8;--text-2:#f0ede899;--text-3:#f0ede859;--gold:#c9a96e;--gold-2:#e8d5a3;--gold-dim:#c9a96e1f;--gold-glow:#c9a96e40;--font-h:"Syne", sans-serif;--font-b:"DM Sans", sans-serif;--font-serif:"Playfair Display", Georgia, serif;--ease:cubic-bezier(.16,1,.3,1);--ease2:cubic-bezier(.4,0,.2,1);--t:.4s var(--ease);--r:10px;--r2:18px;--r3:28px;--w:1280px;--ww:1440px}html[data-theme=light]{--bg:#faf8f5;--bg-1:#f4f0ea;--bg-2:#ede8e0;--bg-3:#e5dfd6;--surface:#d8d0c4;--border:#00000014;--border-2:#00000021;--text:#1a1611;--text-2:#1a1611a6;--text-3:#1a161161;--gold:#a07828;--gold-2:#c9a448;--gold-dim:#a078281a;--gold-glow:#a0782833;--logo-filter:invert(1) hue-rotate(180deg) contrast(1.2)}*,:before,:after{box-sizing:border-box;margin:0;padding:0;transition:background-color .35s,border-color .35s,color .25s,box-shadow .35s}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-b);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.fade-in{opacity:0;transition:opacity .9s var(--ease), transform .9s var(--ease);transform:translateY(28px)}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transition:opacity .9s var(--ease), transform .9s var(--ease);transform:translate(-36px)}.fade-in-left.visible{opacity:1;transform:translate(0)}.fade-in-right{opacity:0;transition:opacity .9s var(--ease), transform .9s var(--ease);transform:translate(36px)}.fade-in-right.visible{opacity:1;transform:translate(0)}.fade-in-up{opacity:0;transition:opacity 1s var(--ease), transform 1s var(--ease);transform:translateY(48px)}.fade-in-up.visible{opacity:1;transform:translateY(0)}.fade-in-scale{opacity:0;transition:opacity .9s var(--ease), transform .9s var(--ease);transform:scale(.94)}.fade-in-scale.visible{opacity:1;transform:scale(1)}.slide-up{opacity:0;transition:opacity 1.2s var(--ease), transform 1.2s var(--ease);transform:translateY(56px)}.slide-up.visible{opacity:1;transform:translateY(0)}.pf-container{max-width:var(--w);margin:0 auto;padding:0 2rem}.pf-container--wide{max-width:var(--ww)}.pf-container--narrow{max-width:800px}.pf-header{z-index:1000;transition:all .5s var(--ease);padding:1.5rem 0;position:fixed;top:0;left:0;right:0}.pf-header--scrolled{-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border);background:#080808d9;padding:1rem 0}[data-theme=light] .pf-header--scrolled{background:#faf8f5e0}.pf-header__inner{max-width:var(--w);justify-content:space-between;align-items:center;margin:0 auto;padding:0 2rem;display:flex}.pf-header__logo-img-link{align-items:center;height:36px;transition:opacity .3s;display:flex}.pf-header__logo-img-link:hover{opacity:.8}.pf-header__logo-img{object-fit:contain;width:auto;max-height:100%;filter:var(--logo-filter,none);transition:filter .35s}.pf-header--hero .pf-header__logo-img{filter:brightness(0)invert()}.pf-header--scrolled .pf-header__logo-img{filter:var(--logo-filter,none)}.pf-header__nav{align-items:center;gap:.25rem;display:flex}.pf-header__link{font-family:var(--font-h);letter-spacing:.05em;border-radius:var(--r);color:var(--text-2);padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .3s}.pf-header__link:hover{color:var(--text);background:#80808014}.pf-header__link--active{color:var(--gold)}.pf-header--hero .pf-header__link{color:#ffffffd1}.pf-header--hero .pf-header__link:hover{color:#fff;background:#ffffff1a}.pf-header--hero .pf-header__link--active{color:var(--gold)}.pf-header__actions{align-items:center;gap:.75rem;display:flex}.pf-theme-toggle{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.pf-theme-toggle__track{border:1px solid var(--border-2);background:#0000000f;border-radius:100px;align-items:center;width:56px;height:28px;padding:2px;transition:background .35s,border-color .35s;display:flex;position:relative}.pf-theme-toggle--dark .pf-theme-toggle__track{background:#ffffff14}.pf-theme-toggle__track:hover{background:#c9a96e14;border-color:#c9a96e66}.pf-theme-toggle__thumb{background:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:transform .4s cubic-bezier(.34,1.56,.64,1),background .35s;display:flex;position:relative;transform:translate(0);box-shadow:0 2px 8px #00000040}.pf-theme-toggle--dark .pf-theme-toggle__thumb{background:var(--gold);transform:translate(28px)}.pf-theme-toggle__icon{color:#fff;width:13px;height:13px;margin:auto;transition:opacity .3s,transform .4s;position:absolute;inset:0}.pf-theme-toggle__icon--sun{opacity:1;transform:rotate(0)scale(1)}.pf-theme-toggle__icon--moon{opacity:0;transform:rotate(-90deg)scale(.6)}.pf-theme-toggle--dark .pf-theme-toggle__icon--sun{opacity:0;transform:rotate(90deg)scale(.6)}.pf-theme-toggle--dark .pf-theme-toggle__icon--moon{opacity:1;transform:rotate(0)scale(1)}.pf-header__burger{z-index:1001;flex-direction:column;justify-content:center;gap:5px;width:26px;display:none}.pf-header__burger span{background:var(--text);border-radius:2px;width:100%;height:1.5px;transition:all .3s;display:block}.pf-header--hero .pf-header__burger span{background:#ffffffd9}.pf-header__burger--open span:first-child{transform:rotate(45deg)translate(4.5px,4.5px)}.pf-header__burger--open span:nth-child(2){opacity:0}.pf-header__burger--open span:last-child{transform:rotate(-45deg)translate(4.5px,-4.5px)}@media (width<=768px){.pf-header__burger{display:flex}.pf-header__nav{background:var(--bg-2);border-left:1px solid var(--border);width:280px;height:100vh;transition:right .4s var(--ease);flex-direction:column;align-items:stretch;gap:.5rem;padding:5rem 2rem 2rem;position:fixed;top:0;right:-100%}.pf-header__nav--open{right:0}.pf-header__link{padding:.75rem 1rem;font-size:.95rem}}.pf-hero--split{background:var(--bg);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.pf-hero--split:before{content:"";opacity:.4;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");position:absolute;inset:0}.pf-hero__bg{background:radial-gradient(60% 80% at 80%,#c9a96e0f 0%,#0000 60%),radial-gradient(40% 60% at 10% 60%,#c9a96e0a 0%,#0000 50%);position:absolute;inset:0}.pf-hero__gradient,.pf-hero__gradient-2,.pf-hero__dots{display:none}.pf-hero__inner{z-index:2;max-width:var(--ww);grid-template-columns:1fr 1.1fr;align-items:center;gap:3rem;min-height:100vh;margin:0 auto;padding:0 2rem;display:grid;position:relative}.pf-hero__text{padding:2rem 0}.pf-hero__tag{font-family:var(--font-h);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);background:#c9a96e0f;border:1px solid #c9a96e4d;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.45rem 1.1rem;font-size:.68rem;font-weight:600;animation:.9s .2s both fadeSlideUp;display:inline-flex}.pf-hero__title{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--text);margin-bottom:1.25rem;font-size:clamp(3rem,5.5vw,5rem);font-style:italic;font-weight:700;line-height:1.05;animation:.9s .35s both fadeSlideUp}.pf-hero__title em{color:#0000;-webkit-text-stroke:1px #f0ede840;font-style:normal}.pf-hero__subtitle{color:var(--text-2);max-width:440px;margin-bottom:2.25rem;font-size:1rem;line-height:1.85;animation:.9s .5s both fadeSlideUp}.pf-hero__cta{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:3rem;animation:.9s .65s both fadeSlideUp;display:flex}.pf-hero__stats{align-items:center;gap:2rem;animation:.9s .8s both fadeSlideUp;display:flex}.pf-hero__stat strong{font-family:var(--font-h);color:var(--gold);font-size:1.7rem;font-weight:700;line-height:1.1;display:block}.pf-hero__stat span{color:var(--text-3);letter-spacing:.04em;font-size:.74rem}.pf-hero__stat-divider{background:var(--border-2);width:1px;height:34px}.pf-hero__gallery{min-height:520px;position:relative}.pf-hero__collage{width:100%;height:560px;position:relative}.pf-hero__collage-main{border-radius:var(--r3);z-index:3;width:62%;animation:1s .4s both collageMain;position:absolute;top:40px;left:5%;overflow:hidden;box-shadow:0 40px 80px #0009,0 0 0 1px #ffffff0d}.pf-hero__collage-main img{aspect-ratio:3/4;object-fit:cover;width:100%;transition:transform .8s var(--ease);display:block}.pf-hero__collage-main:hover img{transform:scale(1.04)}.pf-hero__collage-label{background:linear-gradient(#0000,#000000bf);padding:2.5rem 1.5rem 1.5rem;position:absolute;bottom:0;left:0;right:0}.pf-hero__collage-cat{font-family:var(--font-h);letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem;font-size:.62rem;font-weight:600;display:block}.pf-hero__collage-name{font-family:var(--font-h);color:var(--text);font-size:1rem;font-weight:600;line-height:1.3}.pf-hero__collage-secondary{border-radius:var(--r2);z-index:2;width:42%;animation:1s .6s both collageSecondary;position:absolute;top:0;right:0;overflow:hidden;box-shadow:0 30px 60px #00000080,0 0 0 1px #ffffff0d}.pf-hero__collage-secondary img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.pf-hero__collage-tertiary{z-index:4;border-radius:16px;width:38%;animation:1s .8s both collageTertiary;position:absolute;bottom:0;right:8%;overflow:hidden;box-shadow:0 20px 50px #00000080}.pf-hero__collage-tertiary img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.pf-hero__collage-accent{z-index:5;border:2px solid #c9a96e40;border-radius:12px;width:28%;animation:1s 1s both collageAccent;position:absolute;bottom:70px;left:-3%;overflow:hidden;box-shadow:0 15px 40px #0006}.pf-hero__collage-accent img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.pf-hero__collage-ring{z-index:1;border:1px solid #c9a96e33;border-radius:50%;width:80px;height:80px;animation:5s ease-in-out infinite ringPulse;position:absolute;top:-10px;right:35%}.pf-hero__collage-dots{background-image:radial-gradient(circle, var(--gold) 1px, transparent 1px);opacity:.15;z-index:1;background-size:10px 10px;width:80px;height:80px;position:absolute;bottom:30px;right:-5%}@keyframes collageMain{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:none}}@keyframes collageSecondary{0%{opacity:0;transform:translate(30px,-20px)scale(.9)}to{opacity:1;transform:none}}@keyframes collageTertiary{0%{opacity:0;transform:translateY(30px)scale(.9)}to{opacity:1;transform:none}}@keyframes collageAccent{0%{opacity:0;transform:translate(-20px,20px)scale(.9)}to{opacity:1;transform:none}}@keyframes ringPulse{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.35;transform:scale(1.2)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.pf-hero__scroll-indicator{z-index:10;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.pf-hero__scroll-indicator span{border:1px solid #fff3;border-radius:12px;width:22px;height:38px;display:block;position:relative}.pf-hero__scroll-indicator span:after{content:"";background:var(--gold);border-radius:2px;width:3px;height:7px;animation:2s ease-in-out infinite scrollBounce;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes scrollBounce{0%,to{opacity:1;top:6px}50%{opacity:.4;top:18px}}.pf-showcase{background:var(--bg);padding:2rem 0 5rem}.pf-showcase__card{border-radius:var(--r3);display:block;position:relative;overflow:hidden}.pf-showcase__image{aspect-ratio:21/9;position:relative;overflow:hidden}.pf-showcase__image img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s var(--ease)}.pf-showcase__card:hover .pf-showcase__image img{transform:scale(1.04)}.pf-showcase__overlay{background:linear-gradient(135deg,#08080833 0%,#080808b3 100%);align-items:flex-end;padding:3rem;transition:background .6s;display:flex;position:absolute;inset:0}.pf-showcase__card:hover .pf-showcase__overlay{background:linear-gradient(135deg,#0808081a 0%,#08080899 100%)}.pf-showcase__overlay-content{max-width:600px}.pf-showcase__badge{font-family:var(--font-h);letter-spacing:.18em;text-transform:uppercase;color:var(--gold);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#c9a96e1f;border:1px solid #c9a96e40;border-radius:100px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.64rem;font-weight:600;display:inline-block}.pf-showcase__overlay h2{font-family:var(--font-h);color:var(--text);margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.6rem);font-weight:700;line-height:1.1}.pf-showcase__overlay p{color:#f0ede8a6;max-width:480px;margin-bottom:1rem;font-size:.95rem;line-height:1.65}.pf-showcase__cta-link{font-family:var(--font-h);color:var(--gold);letter-spacing:.06em;font-size:.82rem;font-weight:600;transition:transform .3s;display:inline-block}.pf-showcase__card:hover .pf-showcase__cta-link{transform:translate(6px)}.pf-marquee-section{background:var(--bg-1);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem 0;overflow:hidden}.pf-marquee{width:100%;overflow:hidden}.pf-marquee__track{gap:1rem;width:max-content;animation:35s linear infinite marqueeScroll;display:flex}.pf-marquee__item{border-radius:10px;flex-shrink:0;width:200px;height:140px;overflow:hidden}.pf-marquee__item img{object-fit:cover;filter:grayscale(30%);width:100%;height:100%;transition:filter .4s}.pf-marquee__item:hover img{filter:grayscale(0%)}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.pon-hero{background:#0a0a0a;justify-content:center;align-items:center;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.pon-hero__bg{z-index:1;position:absolute;inset:0}.pon-hero__bg-img{object-fit:cover;object-position:center 20%;opacity:0;width:100%;height:100%;transition:opacity 1.5s;display:block;transform:scale(1.1)}.pon-hero__bg-img[src]{opacity:1}.pon-hero__overlay{z-index:2;background:linear-gradient(#00000040 0%,#0003 40%,#0000008c 100%),radial-gradient(#0000001a 40%,#0000004d 100%);position:absolute;inset:0}.pon-hero__content{z-index:10;text-align:center;color:#fff;opacity:0;max-width:900px;padding:0 2rem;transition:opacity 1.2s .3s,transform 1.2s .3s;position:relative;transform:translateY(30px)}.pon-hero__content--visible{opacity:1;transform:translateY(0)}.pon-hero__artist-label{font-family:var(--font-b);letter-spacing:.25em;text-transform:uppercase;color:#ffffffa6;margin-bottom:.75rem;font-size:.85rem;font-weight:300;display:block}.pon-hero__name{color:#fff;letter-spacing:-.01em;text-shadow:0 4px 40px #0009;margin-bottom:1.25rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,5.5vw,5rem);font-style:italic;font-weight:400;line-height:1.1}.pon-hero__tagline{font-family:var(--font-b);color:#fff9;letter-spacing:.05em;max-width:440px;margin:0 auto;font-size:.95rem;font-weight:300;line-height:1.7}.pon-hero__scroll{z-index:10;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.pon-hero__scroll-line{width:1px;height:60px;position:relative;overflow:hidden}.pon-hero__scroll-line:before{content:"";background:#fff3;width:100%;height:100%;position:absolute;top:0;left:0}.pon-hero__scroll-line:after{content:"";background:#ffffffb3;width:100%;height:60px;animation:2s ease-in-out infinite scrollDown;position:absolute;top:-60px;left:0}@keyframes scrollDown{0%{top:-60px}to{top:60px}}.pon-hero__side-links{z-index:10;flex-direction:column;gap:1.5rem;display:flex;position:absolute;top:50%;left:2.5rem;transform:translateY(-50%)}.pon-hero__side-links a{font-family:var(--font-h);letter-spacing:.18em;color:#ffffff8c;writing-mode:vertical-rl;text-orientation:mixed;font-size:.68rem;font-weight:600;text-decoration:none;transition:color .3s,transform .3s;transform:rotate(180deg)}.pon-hero__side-links a:hover{color:#fff}.pon-story{background:var(--bg);align-items:stretch;min-height:90vh;display:flex;position:relative;overflow:hidden}.pon-story__bg-word{font-family:var(--font-h);letter-spacing:-.03em;color:#0000;-webkit-text-stroke:1px #ffffff0f;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;font-size:clamp(8rem,18vw,18rem);font-weight:900;line-height:1;position:absolute;bottom:-.15em;left:50%;transform:translate(-50%)}[data-theme=light] .pon-story__bg-word{-webkit-text-stroke:1px #0000000f}.pon-story__info{z-index:10;background:var(--bg);flex-direction:column;justify-content:center;width:42%;min-width:320px;padding:7rem 4rem 7rem 5vw;display:flex;position:relative}.pon-story__rule{background:linear-gradient(to bottom, var(--gold), transparent);width:2px;height:60px;margin-bottom:2rem}.pon-story__eyebrow{font-family:var(--font-h);letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;font-size:.68rem;font-weight:700;display:block}.pon-story__heading{font-family:var(--font-serif);color:var(--text);margin-bottom:1.75rem;font-size:clamp(2rem,3.2vw,3.2rem);font-weight:700;line-height:1.1}.pon-story__heading em{color:var(--gold);font-style:italic;display:block}.pon-story__body{color:var(--text-2);max-width:340px;margin-bottom:2.5rem;font-size:.95rem;line-height:1.9}.pon-story__cta{font-family:var(--font-h);letter-spacing:.18em;text-transform:uppercase;color:var(--bg);background:var(--gold);border-radius:2px;align-items:center;gap:.75rem;width:fit-content;padding:.85rem 1.75rem;font-size:.78rem;font-weight:700;transition:all .3s;display:inline-flex}.pon-story__cta:hover{background:var(--gold-2);gap:1.1rem}.pon-story__cta svg{flex-shrink:0;transition:transform .3s}.pon-story__cta:hover svg{transform:translate(4px)}.pon-story__visual{z-index:5;clip-path:polygon(12% 0%,100% 0%,100% 100%,0% 100%);width:65%;position:absolute;top:0;bottom:0;right:0;overflow:hidden}.pon-story__img{object-fit:cover;filter:brightness(.88)saturate(.9);width:100%;height:100%;transition:transform 10s,filter .5s}.pon-story__visual:hover .pon-story__img{filter:brightness(.95)saturate(1.05);transform:scale(1.04)}.pon-story__visual:before{content:"";background:linear-gradient(to right, var(--bg) 0%, transparent 25%);z-index:2;pointer-events:none;position:absolute;inset:0}.pon-story__caption{z-index:3;text-align:right;flex-direction:column;gap:.2rem;display:flex;position:absolute;bottom:2rem;right:2rem}.pon-story__caption-label{font-family:var(--font-h);letter-spacing:.2em;text-transform:uppercase;color:#ffffff73;font-size:.62rem;font-weight:600}.pon-story__caption-title{font-family:var(--font-serif);color:#ffffffbf;font-size:.88rem;font-style:italic}.pon-story__placeholder{width:100%;height:100%;color:var(--gold);background:var(--bg-3);justify-content:center;align-items:center;font-size:4rem;display:flex}@media (width<=900px){.pon-story{flex-direction:column;min-height:auto}.pon-story__info{z-index:10;width:100%;padding:5rem 2rem 3rem;position:relative}.pon-story__visual{clip-path:polygon(0 8%,100% 0%,100% 100%,0% 100%);width:100%;height:55vw;min-height:300px;position:relative}.pon-story__visual:before{background:linear-gradient(to bottom, var(--bg) 0%, transparent 30%)}.pon-story__bg-word{font-size:5rem}}.pon-works{background:var(--bg);padding:6rem 0 5rem;position:relative;overflow:hidden}.pon-works:before{content:"";pointer-events:none;z-index:0;opacity:.6;background-image:radial-gradient(circle,#c9a96e1f 1px,#0000 1px);background-size:18px 18px;width:320px;height:320px;position:absolute;top:6rem;right:0}.pon-works__header{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:0;max-width:1200px;margin:0 auto 3rem;padding:0 2rem;display:flex;position:relative}.pon-works__header-left{flex-direction:column;align-items:center;gap:.65rem;display:flex}.pon-works__eyebrow{font-family:var(--font-h);letter-spacing:.28em;text-transform:uppercase;color:var(--gold);justify-content:center;align-items:center;gap:.75rem;font-size:.68rem;font-weight:700;display:flex}.pon-works__eyebrow:before{content:"";background:var(--gold);flex-shrink:0;width:32px;height:1px;display:block}.pon-works__title{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--text);margin:0;font-size:clamp(1.8rem,3.2vw,2.8rem);font-style:italic;font-weight:700;line-height:1.1}.pon-works__count{font-family:var(--font-h);color:var(--text-3);letter-spacing:.06em;margin-top:.25rem;font-size:.72rem;font-weight:500}.pon-works__grid{z-index:1;grid-template-rows:auto;grid-template-columns:repeat(3,1fr);gap:3px;max-width:1400px;margin:0 auto;display:grid;position:relative}.pon-works__item:first-child{grid-row:span 2}.pon-works__item{cursor:pointer;background:var(--bg-2);display:block;position:relative;overflow:hidden}.pon-works__item-img{width:100%;height:100%;min-height:280px;position:relative;overflow:hidden}.pon-works__item:first-child .pon-works__item-img{min-height:580px}.pon-works__item-img img{object-fit:cover;filter:brightness(.92)saturate(.85);width:100%;height:100%;transition:transform .9s cubic-bezier(.25,.46,.45,.94),filter .6s;display:block}.pon-works__item:hover .pon-works__item-img img{filter:brightness(.65)saturate();transform:scale(1.07)}.pon-works__item-img:after{content:"";z-index:1;background:linear-gradient(#0000 30%,#00000026 55%,#000000b8 100%);transition:opacity .5s;position:absolute;inset:0}.pon-works__item:hover .pon-works__item-img:after{opacity:1}.pon-works__item-num{font-family:var(--font-h);letter-spacing:.15em;color:#ffffff80;z-index:3;font-size:.6rem;font-weight:700;transition:color .3s;position:absolute;top:1.1rem;left:1.1rem}.pon-works__item:hover .pon-works__item-num{color:var(--gold)}.pon-works__item-info{z-index:2;justify-content:space-between;align-items:flex-end;gap:1rem;padding:1.5rem 1.4rem 1.25rem;display:flex;position:absolute;bottom:0;left:0;right:0}.pon-works__item-title{font-family:var(--font-serif);color:#fff;text-shadow:0 2px 12px #00000080;flex:1;font-size:1rem;font-style:italic;font-weight:600;line-height:1.25}.pon-works__item:first-child .pon-works__item-title{font-size:1.35rem}.pon-works__item-arrow{color:#fff;opacity:0;border:1px solid #ffffff59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .35s,transform .35s cubic-bezier(.34,1.56,.64,1);display:flex;transform:scale(.7)rotate(-45deg)}.pon-works__item:hover .pon-works__item-arrow{opacity:1;border-color:var(--gold);background:#c9a96e26;transform:scale(1)rotate(0)}.pon-works__placeholder{background:linear-gradient(135deg, var(--bg-2), var(--bg-3));width:100%;min-height:280px;color:var(--gold);justify-content:center;align-items:center;font-size:2.5rem;display:flex}.pon-works__cta{text-align:center;z-index:1;margin-top:3.5rem;position:relative}.pon-works__view-all{font-family:var(--font-h);letter-spacing:.2em;text-transform:uppercase;color:var(--text);border:1px solid var(--border-2);border-radius:2px;align-items:center;gap:.75rem;padding:.9rem 2.5rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .35s;display:inline-flex;position:relative;overflow:hidden}.pon-works__view-all:before{content:"";background:var(--gold);transform-origin:0;z-index:0;transition:transform .35s;position:absolute;inset:0;transform:scaleX(0)}.pon-works__view-all:hover:before{transform:scaleX(1)}.pon-works__view-all span,.pon-works__view-all svg{z-index:1;transition:color .35s,transform .3s;position:relative}.pon-works__view-all:hover span,.pon-works__view-all:hover{color:#080808}.pon-works__view-all:hover svg{color:#080808;transform:translate(5px)}.pon-contact-cta{background:#fff;padding:5rem 2rem}[data-theme=dark] .pon-contact-cta{background:var(--bg)}.pon-contact-cta__inner{text-align:center;max-width:640px;margin:0 auto}.pon-contact-cta__eyebrow{font-family:var(--font-h);letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;font-size:.68rem;font-weight:700;display:inline-block}.pon-contact-cta__heading{font-family:var(--font-serif);letter-spacing:-.01em;color:#0a0a0a;margin:0 0 1.25rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1.2}[data-theme=dark] .pon-contact-cta__heading{color:var(--text)}.pon-contact-cta__heading em{color:#d15550;font-style:italic}.pon-contact-cta__sub{font-family:var(--font-b);color:#666;max-width:480px;margin:0 auto 2.5rem;font-size:.95rem;line-height:1.7}[data-theme=dark] .pon-contact-cta__sub{color:var(--text-2)}.pon-contact-cta__btn{color:#fff;font-family:var(--font-h);letter-spacing:.14em;background:#d15550;border-radius:2px;margin-bottom:3rem;padding:1.15rem 3.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.pon-contact-cta__btn:hover{background:#0a0a0a;transform:translateY(-2px);box-shadow:0 12px 30px #0003}[data-theme=dark] .pon-contact-cta__btn:hover{background:#b8423e}.pon-contact-cta__email{font-family:var(--font-b);color:#555;border-top:1px solid #0000001a;padding-top:2rem;font-size:.9rem}[data-theme=dark] .pon-contact-cta__email{border-top-color:var(--border);color:var(--text-2)}.pon-contact-cta__email span{margin-right:.4rem}.pon-contact-cta__email strong{color:#0a0a0a;font-weight:600}[data-theme=dark] .pon-contact-cta__email strong{color:var(--text)}.pon-social{text-align:center;background:#f0e6d3;padding:4.5rem 2rem}[data-theme=dark] .pon-social{background:var(--bg-2)}.pon-social__title{font-family:var(--font-h);letter-spacing:-.01em;color:#0a0a0a;margin-bottom:2rem;font-size:clamp(1.4rem,3vw,2.2rem);font-weight:800}[data-theme=dark] .pon-social__title{color:var(--text)}.pon-social__divider{background:#00000026;width:60px;height:2px;margin:0 auto 2.5rem}[data-theme=dark] .pon-social__divider{background:var(--border-2)}.pon-social__icons{justify-content:center;align-items:center;gap:1rem;display:flex}.pon-social__icons a{color:#0a0a0a;border:1.5px solid #0a0a0a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}[data-theme=dark] .pon-social__icons a{border-color:var(--text-2);color:var(--text-2)}.pon-social__icons a:hover{color:#fff;background:#0a0a0a;transform:translateY(-3px)}[data-theme=dark] .pon-social__icons a:hover{background:var(--gold);border-color:var(--gold);color:#080808}.pon-social__icons svg{width:18px;height:18px}@media (width<=1100px){.pon-hero__side-links{display:none}}@media (width<=768px){.pon-hero__name{font-size:clamp(2rem,7vw,3rem)}.pon-story{min-height:50vh}.pon-works__grid{grid-template-columns:repeat(2,1fr)}.pon-works__item:first-child{grid-row:span 1}.pon-works__item:first-child .pon-works__item-img{min-height:280px}.pon-works__title{font-size:1.6rem}.pon-contact-cta__btn{padding:1rem 2.5rem;font-size:.8rem}.pon-social__title{font-size:1.3rem}}@media (width<=480px){.pon-hero__name{font-size:1.8rem}.pon-hero__tagline{padding:0 1rem;font-size:.85rem}.pon-works__title{font-size:2.2rem}.pon-works__item-img{aspect-ratio:1}}.pf-btn{font-family:var(--font-h);letter-spacing:.06em;border-radius:var(--r);transition:all .3s var(--ease2);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.82rem;font-weight:600;display:inline-flex}.pf-btn--primary{background:var(--gold);color:#080808}.pf-btn--primary:hover{background:var(--gold-2);transform:translateY(-2px);box-shadow:0 10px 30px #c9a96e4d}.pf-btn--outline{color:var(--text);border:1px solid var(--border-2);background:0 0}.pf-btn--outline:hover{color:var(--gold);border-color:#c9a96e66;transform:translateY(-2px)}.pf-btn--secondary{color:var(--gold);background:0 0;border:1px solid #c9a96e4d}.pf-btn--secondary:hover{background:var(--gold-dim);color:var(--gold-2);transform:translateY(-2px)}.pf-btn--full{width:100%}.pf-btn--lg{padding:1rem 2.2rem;font-size:.88rem}.pf-btn--lg svg{transition:transform .3s}.pf-btn--lg:hover svg{transform:translate(4px)}.pf-section{padding:6rem 0}.pf-section--light{background:var(--bg-1)}.pf-section--lighter{background:var(--bg-2)}.pf-section--dark{background:var(--bg);color:var(--text)}.pf-section-header{text-align:center;margin-bottom:3.5rem}.pf-section-label{font-family:var(--font-h);letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.66rem;font-weight:600;display:inline-block}.pf-section-label--light{color:var(--gold)}.pf-section-title{font-family:var(--font-h);letter-spacing:-.03em;color:var(--text);font-size:clamp(1.9rem,4vw,2.9rem);font-weight:700;line-height:1.15}.pf-section-title--light{color:var(--text)}.pf-section-subtitle{color:var(--text-2);max-width:480px;margin-top:.75rem;margin-left:auto;margin-right:auto;font-size:1rem}.pf-section-cta{text-align:center;margin-top:3rem}.pf-grid{gap:1.5rem;display:grid}.pf-grid--featured{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.pf-grid--masonry{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.pf-project-card{border-radius:var(--r2);background:var(--bg-2);border:1px solid var(--border);transition:all .5s var(--ease);display:block;overflow:hidden}.pf-project-card:hover{border-color:#c9a96e33;transform:translateY(-6px);box-shadow:0 24px 60px #0006,0 0 0 1px #c9a96e1a}.pf-project-card__image{aspect-ratio:4/3;background:var(--bg-3);position:relative;overflow:hidden}.pf-project-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease)}.pf-project-card:hover .pf-project-card__image img{transform:scale(1.06)}.pf-project-card__placeholder{background:linear-gradient(135deg, var(--bg-3), var(--surface));width:100%;height:100%;color:var(--gold);justify-content:center;align-items:center;font-size:2.5rem;display:flex}.pf-project-card__overlay{background:0 0;justify-content:center;align-items:center;transition:background .4s;display:flex;position:absolute;inset:0}.pf-project-card:hover .pf-project-card__overlay{background:#0000008c}.pf-project-card__view{color:#fff;font-family:var(--font-h);letter-spacing:.14em;text-transform:uppercase;opacity:0;transition:all .4s var(--ease);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1px solid #ffffff80;border-radius:2px;padding:.55rem 1.25rem;font-size:.82rem;font-weight:600;transform:translateY(10px)}.pf-project-card:hover .pf-project-card__view{opacity:1;transform:translateY(0)}.pf-project-card__info{padding:1.25rem 1.5rem}.pf-project-card__category{font-family:var(--font-h);letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-size:.66rem;font-weight:600}.pf-project-card__title{font-family:var(--font-h);color:var(--text);margin-top:.3rem;font-size:1.1rem;font-weight:600;line-height:1.3}.pf-project-card__desc{color:var(--text-3);margin-top:.5rem;font-size:.86rem;line-height:1.6}.pf-category-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.pf-category-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r2);text-align:center;transition:all .4s var(--ease);cursor:pointer;padding:2rem 1.5rem}.pf-category-card:hover{background:var(--gold-dim);border-color:#c9a96e40;transform:translateY(-4px);box-shadow:0 16px 40px #0000004d}.pf-category-card__icon{color:var(--gold);margin-bottom:1rem;font-size:1.5rem}.pf-category-card h3{font-family:var(--font-h);color:var(--text);margin-bottom:.4rem;font-size:1rem;font-weight:600}.pf-category-card__count{color:var(--text-3);font-size:.76rem}.pf-filters{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.pf-filter-btn{font-family:var(--font-h);border:1px solid var(--border-2);color:var(--text-2);cursor:pointer;letter-spacing:.04em;background:0 0;border-radius:100px;padding:.5rem 1.25rem;font-size:.78rem;font-weight:500;transition:all .3s}.pf-filter-btn:hover{color:var(--gold-2);border-color:#c9a96e4d}.pf-filter-btn--active{background:var(--gold-dim);color:var(--gold);border-color:#c9a96e66}.pf-page-header{background:linear-gradient(180deg, var(--bg-1) 0%, var(--bg) 100%);text-align:center;border-bottom:1px solid var(--border);padding:10rem 0 4rem}.pf-page-header__title{font-family:var(--font-h);letter-spacing:-.04em;color:var(--text);margin-top:.5rem;font-size:clamp(2.4rem,5vw,4rem);font-weight:800}.pf-page-header__subtitle{color:var(--text-2);max-width:480px;margin-top:.75rem;margin-left:auto;margin-right:auto;font-size:1rem}.pf-project-header{background:var(--bg-1);border-bottom:1px solid var(--border);padding:9rem 0 3rem}.pf-project-header__back{font-family:var(--font-h);color:var(--gold);align-items:center;margin-bottom:2rem;font-size:.82rem;font-weight:500;transition:color .3s;display:inline-flex}.pf-project-header__back:hover{color:var(--gold-2)}.pf-project-header__meta{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.pf-project-header__category{font-family:var(--font-h);letter-spacing:.14em;text-transform:uppercase;color:var(--gold);background:var(--gold-dim);border:1px solid #c9a96e33;border-radius:100px;padding:.35rem 1rem;font-size:.68rem;font-weight:600}.pf-project-header__date{color:var(--text-3);font-size:.85rem}.pf-project-header__title{font-family:var(--font-h);letter-spacing:-.03em;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.1}.pf-project-header__client{color:var(--text-2);margin-top:.5rem;font-size:1rem}.pf-project-cover{padding:2rem 0}.pf-project-cover__img{object-fit:cover;border-radius:var(--r2);cursor:pointer;width:100%;max-height:620px;transition:transform .5s var(--ease)}.pf-project-cover__img:hover{transform:scale(1.01)}.pf-project-description{padding:2rem 0}.pf-project-description h2{font-family:var(--font-h);color:var(--text);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.pf-project-description p,.pf-project-description div{color:var(--text-2);font-size:1.05rem;line-height:1.95}.pf-gallery-title{font-family:var(--font-h);text-align:center;color:var(--text);margin-bottom:2rem;font-size:1.4rem;font-weight:600}.pf-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.pf-gallery-item{border-radius:var(--r);cursor:pointer;aspect-ratio:4/3;background:var(--bg-3);position:relative;overflow:hidden}.pf-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease)}.pf-gallery-item:hover img{transform:scale(1.06)}.pf-gallery-item__caption{color:var(--text);transition:transform .4s var(--ease);background:linear-gradient(#0000,#000000a6);padding:1rem;font-size:.82rem;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.pf-gallery-item:hover .pf-gallery-item__caption{transform:translateY(0)}.pf-lightbox{z-index:10000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000f2;justify-content:center;align-items:center;animation:.3s lightboxIn;display:flex;position:fixed;inset:0}@keyframes lightboxIn{0%{opacity:0}to{opacity:1}}.pf-lightbox__close{color:var(--text-2);cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:2.2rem;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.pf-lightbox__close:hover{color:var(--text);background:#ffffff1a}.pf-lightbox__content{flex-direction:column;align-items:center;max-width:90vw;max-height:85vh;display:flex}.pf-lightbox__content img{object-fit:contain;border-radius:8px;max-width:100%;max-height:80vh}.pf-lightbox__caption{color:var(--text-2);text-align:center;margin-top:1rem;font-size:.88rem}.pf-lightbox__arrow{color:var(--text-2);cursor:pointer;background:0 0;border:none;padding:1rem;font-size:2.8rem;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%)}.pf-lightbox__arrow:hover{color:var(--gold)}.pf-lightbox__arrow--left{left:1rem}.pf-lightbox__arrow--right{right:1rem}.pf-lightbox__counter{color:var(--text-3);font-size:.82rem;font-family:var(--font-h);position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.pf-about-preview{grid-template-columns:1.2fr .8fr;align-items:center;gap:5rem;display:grid}.pf-about-preview__content p{color:var(--text-2);margin:1.25rem 0 2rem;font-size:1.05rem;line-height:1.85}.pf-about-preview__visual{justify-content:center;align-items:center;display:flex}.pf-about-preview__image-stack{width:340px;height:380px;position:relative}.pf-about-preview__img{border-radius:var(--r2);transition:transform .5s var(--ease);position:absolute;overflow:hidden;box-shadow:0 20px 50px #00000080}.pf-about-preview__img img{object-fit:cover;width:100%;height:100%;display:block}.pf-about-preview__img--back{width:260px;height:320px;top:0;right:0}.pf-about-preview__img--front{z-index:2;border:2px solid #c9a96e33;width:220px;height:280px;bottom:0;left:0}.pf-about-preview__image-stack:hover .pf-about-preview__img--back{transform:translate(8px,-6px)rotate(1deg)}.pf-about-preview__image-stack:hover .pf-about-preview__img--front{transform:translate(-6px,4px)rotate(-1deg)}.pf-about-preview__badge{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:3;background:#141414e6;border:1px solid #c9a96e40;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:96px;height:96px;display:flex;position:absolute;bottom:50px;right:-10px;box-shadow:0 8px 30px #0006}.pf-about-preview__badge span{font-family:var(--font-h);letter-spacing:.14em;text-transform:uppercase;color:var(--text-3);font-size:.58rem;font-weight:600}.pf-about-preview__badge strong{font-family:var(--font-h);color:var(--gold);font-size:1.8rem;font-weight:700;line-height:1}.pf-about-preview__shape{border:1px solid var(--border-2);text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:relative}.pf-about-preview__shape:before{content:"";border:1px dashed #c9a96e26;border-radius:50%;animation:30s linear infinite spinSlow;position:absolute;inset:-12px}@keyframes spinSlow{to{transform:rotate(360deg)}}.pf-about-preview__shape span{font-family:var(--font-h);letter-spacing:.15em;text-transform:uppercase;color:var(--text-3);font-size:.72rem;font-weight:600}.pf-about-preview__shape strong{font-family:var(--font-h);color:var(--gold);font-size:3.5rem;font-weight:700;line-height:1}.pf-about-content{max-width:700px;margin:0 auto}.pf-about-content__block h2{font-family:var(--font-h);color:var(--text);margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.pf-about-content__block p{color:var(--text-2);font-size:1.05rem;line-height:1.95}.pf-about-values{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:4rem 0;display:grid}.pf-about-value{text-align:center;border-radius:var(--r2);border:1px solid var(--border);background:var(--bg-2);transition:all .4s var(--ease);padding:2rem 1.5rem}.pf-about-value:hover{border-color:#c9a96e33;transform:translateY(-4px);box-shadow:0 16px 40px #0000004d}.pf-about-value__icon{margin-bottom:1rem;font-size:2rem}.pf-about-value h3{font-family:var(--font-h);color:var(--text);margin-bottom:.5rem;font-size:1rem;font-weight:600}.pf-about-value p{color:var(--text-3);font-size:.86rem;line-height:1.65}.pf-about-stats{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;padding:3rem 0;display:grid}.pf-about-stat{text-align:center}.pf-about-stat strong{font-family:var(--font-h);color:var(--gold);font-size:2.5rem;font-weight:700;line-height:1;display:block}.pf-about-stat span{color:var(--text-3);margin-top:.25rem;font-size:.82rem;display:block}.pf-contact-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;display:grid}.pf-contact-info h2{font-family:var(--font-h);color:var(--text);margin-bottom:1rem;font-size:1.8rem;font-weight:700}.pf-contact-info>p{color:var(--text-2);margin-bottom:2.5rem;line-height:1.7}.pf-contact-details{flex-direction:column;gap:1.25rem;display:flex}.pf-contact-detail{border-radius:var(--r);align-items:flex-start;gap:1rem;padding:1rem;transition:background .3s;display:flex}.pf-contact-detail:hover{background:var(--bg-2)}.pf-contact-detail__icon{flex-shrink:0;font-size:1.4rem}.pf-contact-detail h4{font-family:var(--font-h);color:var(--text);margin-bottom:.2rem;font-size:.88rem;font-weight:600}.pf-contact-detail p{color:var(--text-2);font-size:.88rem}.pf-contact-social{margin-top:2.5rem}.pf-contact-social h4{font-family:var(--font-h);color:var(--text);margin-bottom:.75rem;font-size:.88rem;font-weight:600}.pf-contact-social__links{flex-wrap:wrap;gap:.6rem;display:flex}.pf-contact-social__links a{border-radius:var(--r);border:1px solid var(--border-2);color:var(--text-2);padding:.4rem 1rem;font-size:.82rem;font-weight:500;transition:all .3s}.pf-contact-social__links a:hover{color:var(--gold);background:var(--gold-dim);border-color:#c9a96e4d}.pf-contact-form{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r2);padding:2.5rem}.pf-form-group{margin-bottom:1.5rem}.pf-form-group label{font-family:var(--font-h);color:var(--text-2);letter-spacing:.04em;margin-bottom:.5rem;font-size:.78rem;font-weight:600;display:block}.pf-form-group input,.pf-form-group textarea{border:1px solid var(--border-2);border-radius:var(--r);width:100%;font-family:var(--font-b);background:var(--bg-3);color:var(--text);padding:.85rem 1rem;font-size:.92rem;transition:all .3s}.pf-form-group input:focus,.pf-form-group textarea:focus{background:var(--surface);border-color:#c9a96e66;outline:none;box-shadow:0 0 0 3px #c9a96e14}.pf-form-group input::placeholder,.pf-form-group textarea::placeholder{color:var(--text-3)}.pf-form-group textarea{resize:vertical;min-height:120px}.pf-contact-success{text-align:center;padding:2rem}.pf-contact-success__icon{width:60px;height:60px;color:var(--gold);border:1px solid #c9a96e66;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.4rem;display:flex}.pf-contact-success h3{font-family:var(--font-h);color:var(--text);margin-bottom:.5rem;font-size:1.4rem;font-weight:700}.pf-contact-success p{color:var(--text-2);margin-bottom:1.5rem}.pf-loading{justify-content:center;padding:4rem;display:flex}.pf-page-loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.pf-loading__spinner{border:2px solid var(--border);border-top-color:var(--gold);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pf-empty{text-align:center;padding:5rem 2rem}.pf-empty__icon{color:var(--gold);margin-bottom:1rem;font-size:2.5rem}.pf-empty h3{font-family:var(--font-h);color:var(--text);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.pf-empty p{color:var(--text-3)}.pf-footer{background:var(--bg-1);color:var(--text);padding:0;position:relative}.pf-footer__rule{background:var(--gold);opacity:.6;width:60px;height:2px;margin:0 auto}.pf-footer__inner{text-align:center;flex-direction:column;align-items:center;gap:2rem;max-width:680px;margin:0 auto;padding:3.5rem 2rem 2.5rem;display:flex}.pf-footer__signature{flex-direction:column;align-items:center;gap:.5rem;display:flex}.pf-footer__ornament{color:var(--gold);opacity:.7;margin-bottom:.25rem;font-size:1.1rem;display:block}.pf-footer__name{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--text);margin:0;font-size:clamp(1.8rem,4vw,2.8rem);font-style:italic;font-weight:700;line-height:1}.pf-footer__tagline{font-family:var(--font-h);letter-spacing:.2em;text-transform:uppercase;color:var(--text-3);margin:0;font-size:.7rem;font-weight:500}.pf-footer__nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem;display:flex}.pf-footer__nav a{font-family:var(--font-h);letter-spacing:.08em;text-transform:uppercase;color:var(--text-2);font-size:.75rem;font-weight:500;text-decoration:none;transition:color .25s}.pf-footer__nav a:hover{color:var(--gold)}.pf-footer__dot{color:var(--text-3);-webkit-user-select:none;user-select:none;font-size:.9rem;line-height:1}.pf-footer__social{align-items:center;gap:.85rem;display:flex}.pf-footer__social-link{border:1px solid var(--border-2);width:38px;height:38px;color:var(--text-3);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.pf-footer__social-link:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-3px)}.pf-footer__bottom{border-top:1px solid var(--border);width:100%;padding-top:1.5rem}.pf-footer__bottom p{font-family:var(--font-h);letter-spacing:.04em;color:var(--text-3);margin:0;font-size:.7rem}@media (width<=1100px){.pf-hero__inner{grid-template-columns:1fr;gap:2.5rem;min-height:auto;padding-top:8rem;padding-bottom:4rem}.pf-hero__text{text-align:center;padding:0}.pf-hero__subtitle{margin-left:auto;margin-right:auto}.pf-hero__cta,.pf-hero__stats{justify-content:center}.pf-hero__gallery{min-height:380px}.pf-hero__collage{max-width:500px;height:380px;margin:0 auto}.pf-hero__collage-main{width:55%;left:10%}.pf-hero__collage-secondary{width:38%}.pf-hero__collage-tertiary{width:34%}.pf-hero__collage-accent{width:24%;left:0}.pf-hero__scroll-indicator{display:none}.pf-showcase__overlay{padding:2rem}.pf-about-preview__image-stack{width:280px;height:320px}.pf-about-preview__img--back{width:220px;height:270px}.pf-about-preview__img--front{width:180px;height:240px}}@media (width<=992px){.pf-about-preview,.pf-contact-grid{grid-template-columns:1fr;gap:2.5rem}.pf-about-preview__visual{order:-1}}@media (width<=768px){.pf-hero__title{font-size:2.4rem}.pf-hero__inner{padding-top:6.5rem;padding-bottom:3rem}.pf-hero__gallery{min-height:300px}.pf-hero__collage{max-width:380px;height:300px}.pf-hero__collage-main{width:50%}.pf-hero__collage-secondary{width:36%}.pf-hero__collage-tertiary{width:32%}.pf-hero__collage-accent,.pf-hero__collage-dots,.pf-hero__collage-ring{display:none}.pf-grid--featured,.pf-grid--masonry{grid-template-columns:1fr}.pf-gallery-grid{grid-template-columns:repeat(2,1fr)}.pf-about-values{grid-template-columns:1fr;gap:1rem}.pf-category-grid{grid-template-columns:repeat(2,1fr)}.pf-contact-form{padding:1.5rem}.pf-page-header{padding:8rem 0 3rem}.pf-project-header{padding:7rem 0 2rem}.pf-showcase__image{aspect-ratio:16/9}.pf-showcase__overlay-content h2{font-size:1.35rem}.pf-showcase__overlay p{display:none}.pf-marquee__item{width:150px;height:100px}.pf-about-preview__image-stack{width:260px;height:300px}.pf-lightbox__arrow{padding:.5rem;font-size:2rem}.pf-lightbox__arrow--left{left:.5rem}.pf-lightbox__arrow--right{right:.5rem}}@media (width<=480px){.pf-hero__title{font-size:2rem}.pf-hero__stats{gap:1.2rem}.pf-hero__stat strong{font-size:1.4rem}.pf-hero__cta{flex-direction:column;align-items:stretch}.pf-hero__collage{height:260px}.pf-hero__gallery{min-height:260px}.pf-gallery-grid,.pf-category-grid{grid-template-columns:1fr}.pf-about-stats{grid-template-columns:1fr;gap:1rem}}.pon-project-detail{background:var(--bg);min-height:100vh;padding:8rem 0 4rem}.pon-project-detail__back{font-family:var(--font-b);letter-spacing:.05em;color:var(--text-2);align-items:center;margin-bottom:2rem;font-size:.8rem;transition:color .3s;display:inline-flex}.pon-project-detail__back:hover{color:var(--text)}.pon-project-split{border-top:1px solid var(--border);grid-template-columns:1fr;gap:3rem;padding-top:3rem;display:grid}@media (width>=900px){.pon-project-split{grid-template-columns:1fr 1fr;gap:4rem}}.pon-project-split__media img{width:100%;height:auto;display:block}.pon-project-split__meta{font-family:var(--font-b);color:var(--text-3);margin-top:1.5rem;font-size:.85rem;line-height:1.8}.pon-project-split__info{flex-direction:column;display:flex}.pon-project-split__title{font-family:var(--font-h);letter-spacing:.02em;color:var(--text);text-transform:uppercase;margin-bottom:2rem;font-size:clamp(1.4rem,2vw,1.8rem);font-weight:800;line-height:1.1}.pon-project-split__desc{font-family:var(--font-b);color:var(--text-2);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8}.pon-project-split__specs{flex-direction:column;gap:.6rem;margin-bottom:2.5rem;display:flex}.pon-project-split__spec-row{grid-template-columns:120px 1fr;align-items:baseline;display:grid}.pon-project-split__spec-label{font-family:var(--font-b);color:var(--text-2);font-size:1.05rem;font-weight:300}.pon-project-split__spec-value{font-family:var(--font-b);color:var(--text);font-size:1.1rem;font-weight:400}.pon-project-split__inquiry{border-top:1px solid var(--border);font-family:var(--font-b);color:var(--text-2);margin-top:2rem;padding-top:2rem;font-size:.95rem;line-height:1.6}.inq-overlay{z-index:2000;-webkit-backdrop-filter:blur(6px);background:#000000a6;justify-content:center;align-items:center;padding:1rem;animation:.25s inqFadeIn;display:flex;position:fixed;inset:0}@keyframes inqFadeIn{0%{opacity:0}to{opacity:1}}.inq-modal{background:var(--bg-1);border:1px solid var(--border-2);border-radius:var(--r3);width:100%;max-width:500px;animation:inqSlideUp .35s var(--ease);padding:2.5rem;position:relative;box-shadow:0 32px 80px #00000080}@keyframes inqSlideUp{0%{opacity:0;transform:translateY(32px)scale(.97)}to{opacity:1;transform:none}}.inq-modal__close{border:1px solid var(--border-2);background:var(--bg-2);width:32px;height:32px;color:var(--text-2);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.inq-modal__close:hover{background:var(--bg-3);color:var(--text)}.inq-modal__header{margin-bottom:2rem}.inq-modal__label{font-family:var(--font-h);letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-size:.7rem;font-weight:600;display:block}.inq-modal__title{font-family:var(--font-h);color:var(--text);font-size:1.35rem;font-weight:700;line-height:1.25}.inq-modal__form{flex-direction:column;gap:1.25rem;display:flex}.inq-modal__field{flex-direction:column;gap:.45rem;display:flex}.inq-modal__field label{font-family:var(--font-b);color:var(--text-2);font-size:.82rem;font-weight:500}.inq-modal__field label span{color:var(--gold)}.inq-modal__field input,.inq-modal__field textarea{font-family:var(--font-b);background:var(--bg-2);border:1px solid var(--border-2);border-radius:var(--r);color:var(--text);resize:vertical;outline:none;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.inq-modal__field input::placeholder,.inq-modal__field textarea::placeholder{color:var(--text-3)}.inq-modal__field input:focus,.inq-modal__field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-dim)}.inq-modal__error{color:#e05252;border-radius:var(--r);background:#e0525214;border:1px solid #e0525233;padding:.6rem .9rem;font-size:.85rem}.inq-modal__submit{background:var(--gold);color:#fff;font-family:var(--font-h);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--r);cursor:pointer;border:none;margin-top:.5rem;padding:.85rem 1.5rem;font-size:.82rem;font-weight:600;transition:background .2s,transform .15s,opacity .2s}.inq-modal__submit:hover:not(:disabled){background:var(--gold-2);transform:translateY(-1px)}.inq-modal__submit:disabled{opacity:.6;cursor:not-allowed}.inq-modal__success{text-align:center;padding:1rem 0}.inq-modal__success-icon{color:#50b464;background:#50b4641f;border:2px solid #50b46466;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;font-size:1.5rem;display:flex}.inq-modal__success h3{font-family:var(--font-h);color:var(--text);margin-bottom:.6rem;font-size:1.3rem;font-weight:700}.inq-modal__success p{color:var(--text-2);margin-bottom:1.75rem;font-size:.92rem;line-height:1.6}[data-theme=light] .inq-modal__field input,[data-theme=light] .inq-modal__field textarea{background:#fff}.pf-about-hero{background:var(--bg);border-bottom:1px solid var(--border);align-items:center;min-height:55vh;padding:9rem 2rem 5rem;display:flex;position:relative;overflow:hidden}.pf-about-hero:before{content:"ABOUT";font-family:var(--font-h);letter-spacing:-.05em;color:#0000;-webkit-text-stroke:1px #c9a96e1f;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:clamp(8rem,16vw,15rem);font-weight:900;line-height:1;position:absolute;top:50%;right:-2rem;transform:translateY(-50%)}[data-theme=light] .pf-about-hero:before{-webkit-text-stroke:1px #0000000f}.pf-about-hero__inner{max-width:var(--ww);z-index:2;grid-template-columns:1fr auto;align-items:center;gap:4rem;width:100%;margin:0 auto;display:grid;position:relative}.pf-about-hero__left{flex-direction:column;gap:1rem;display:flex}.pf-about-hero__eyebrow{font-family:var(--font-h);letter-spacing:.28em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.75rem;font-size:.68rem;font-weight:700;display:flex}.pf-about-hero__eyebrow:before{content:"";background:var(--gold);flex-shrink:0;width:32px;height:1px;display:block}.pf-about-hero__name{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--text);margin:0;font-size:clamp(2.4rem,5vw,4.2rem);font-style:italic;font-weight:700;line-height:1.05}.pf-about-hero__tagline{font-family:var(--font-h);color:var(--text-3);letter-spacing:.08em;font-size:.85rem}.pf-about-hero__line{background:linear-gradient(to right, var(--gold), transparent);width:48px;height:2px;margin-top:.5rem}.pf-about-hero__right{border:1px solid var(--border-2);text-align:center;border-radius:4px;flex-direction:column;align-items:center;gap:.5rem;min-width:140px;padding:2rem;display:flex}.pf-about-hero__stat-num{font-family:var(--font-serif);color:var(--gold);font-size:2.8rem;font-style:italic;font-weight:700;line-height:1}.pf-about-hero__stat-label{font-family:var(--font-h);letter-spacing:.18em;text-transform:uppercase;color:var(--text-3);font-size:.62rem;font-weight:600}@media (width<=640px){.pf-about-hero__inner{grid-template-columns:1fr}.pf-about-hero__right{display:none}.pf-about-hero__name{font-size:2.2rem}}.pf-about-quote-section{background:var(--bg-1);border-bottom:1px solid var(--border);padding:6rem 2rem}.pf-about-quote{font-family:var(--font-h);color:var(--text-2);text-align:center;max-width:820px;margin:0 auto;font-size:clamp(1.4rem,2.5vw,2rem);font-style:italic;font-weight:400;line-height:1.65}.pf-about-quote__mark{vertical-align:-.5em;color:var(--gold);opacity:.5;margin:0 .1em;font-size:4rem;font-style:normal;font-weight:700;line-height:0}.pf-about-quote__attribution{text-align:center;font-family:var(--font-h);letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-top:1.5rem;font-size:.78rem;font-weight:600}.pf-about-story{background:var(--bg);padding:0}.pf-about-story__grid{max-width:var(--w);border-bottom:1px solid var(--border);grid-template-columns:240px 1fr;width:100%;margin:0 auto;padding:0 2rem;display:grid}.pf-about-story__grid--alt{background:var(--bg-1)}.pf-about-story__left{border-right:1px solid var(--border);flex-direction:column;padding:5rem 3rem 5rem 0;display:flex}.pf-about-story__number{font-family:var(--font-h);letter-spacing:.2em;color:var(--gold);margin-bottom:1rem;font-size:.7rem;font-weight:700;display:block}.pf-about-story__heading{font-family:var(--font-h);color:var(--text);font-size:1.4rem;font-weight:700;line-height:1.2}.pf-about-story__right{padding:5rem 0 5rem 4rem}.pf-about-story__right p{color:var(--text-2);max-width:640px;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.95}.pf-about-story__right p:last-child{margin-bottom:0}.pf-about-creds{background:var(--bg-1);border-bottom:1px solid var(--border);padding:6rem 2rem}.pf-about-creds__grid{max-width:var(--w);grid-template-columns:repeat(4,1fr);gap:2rem;margin:0 auto;display:grid}.pf-about-cred{text-align:center;border:1px solid var(--border);border-radius:var(--r2);background:var(--bg-2);transition:all .4s var(--ease);padding:2.5rem 1.5rem}.pf-about-cred:hover{border-color:#c9a96e40;transform:translateY(-4px);box-shadow:0 20px 50px #0000004d}.pf-about-cred strong{font-family:var(--font-h);color:var(--gold);margin-bottom:.6rem;font-size:2.8rem;font-weight:800;line-height:1;display:block}.pf-about-cred span{color:var(--text-3);letter-spacing:.04em;font-size:.8rem;font-family:var(--font-h);text-transform:uppercase;font-weight:500}.pf-about-cta{background:var(--bg);text-align:center;padding:7rem 2rem}.pf-about-cta__text{font-family:var(--font-h);color:var(--text-2);margin-bottom:2rem;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700}.pf-about-cta__link{font-family:var(--font-h);letter-spacing:.1em;text-transform:uppercase;color:var(--gold);transition:all .35s var(--ease);background:var(--gold-dim);border:1px solid #c9a96e59;border-radius:100px;align-items:center;gap:.6rem;padding:1rem 2.2rem;font-size:.9rem;font-weight:600;display:inline-flex}.pf-about-cta__link:hover{background:#c9a96e26;border-color:#c9a96e99;transform:translateY(-2px);box-shadow:0 12px 30px #c9a96e1f}.pf-about-cta__link svg{transition:transform .3s}.pf-about-cta__link:hover svg{transform:translate(4px)}@media (width<=900px){.pf-about-story__grid{grid-template-columns:1fr;padding:0 1.5rem}.pf-about-story__left{border-right:none;border-bottom:1px solid var(--border);padding:3rem 0 1rem}.pf-about-story__right{padding:2rem 0 3rem}.pf-about-creds__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.pf-about-hero__name{font-size:3.5rem}.pf-about-creds__grid{grid-template-columns:1fr 1fr;gap:1rem}}
