.py-office-hero{justify-content:center;align-items:center;min-height:80vh;padding:8rem 0 6rem;display:flex;position:relative;overflow:hidden}.py-office-hero__background{z-index:0;position:absolute;inset:0}.py-office-hero__background-image{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;inset:0}.py-office-hero__overlay{background:linear-gradient(#0a0a0a66 0%,#0a0a0aa6 50%,#0a0a0ad9 100%);position:absolute;inset:0}.py-office-hero__vignette{pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 200px #0006}.py-office-hero__decorative{pointer-events:none;z-index:1;position:absolute;inset:0}.py-office-hero__corner{border-color:var(--py-gold);opacity:.3;border-style:solid;width:80px;height:80px;position:absolute}.py-office-hero__corner--top-left{border-width:1px 0 0 1px;top:2rem;left:2rem}.py-office-hero__corner--top-right{border-width:1px 1px 0 0;top:2rem;right:2rem}.py-office-hero__corner--bottom-left{border-width:0 0 1px 1px;bottom:2rem;left:2rem}.py-office-hero__corner--bottom-right{border-width:0 1px 1px 0;bottom:2rem;right:2rem}.py-office-hero__content{z-index:2;width:100%;max-width:900px;padding:0 var(--py-space-6);margin:0 auto;position:relative}.py-office-hero__inner{text-align:center;flex-direction:column;align-items:center;display:flex}.py-office-hero__badge{align-items:center;gap:var(--py-space-4);margin-bottom:var(--py-space-6);display:flex}.py-office-hero__badge-line{background:var(--py-gold);width:40px;height:1px}.py-office-hero__badge-text{font-family:var(--font-body);font-size:var(--py-text-xs);letter-spacing:.25em;text-transform:uppercase;color:var(--py-gold);font-weight:600}.py-office-hero__title{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--py-white);margin-bottom:var(--py-space-6);flex-direction:column;font-size:clamp(3rem,10vw,7rem);font-weight:400;line-height:1;display:flex}.py-office-hero__title-accent{color:var(--py-gold);font-style:italic}.py-office-hero__tagline{font-family:var(--font-heading);color:#ffffffe6;letter-spacing:.05em;margin-bottom:var(--py-space-4);font-size:clamp(1.125rem,2.5vw,1.75rem);font-style:italic;font-weight:400}.py-office-hero__description{font-family:var(--font-body);font-size:var(--py-text-lg);color:#ffffffb3;max-width:600px;font-weight:400;line-height:1.8}.py-office-hero__scroll{bottom:var(--py-space-8);align-items:center;gap:var(--py-space-2);z-index:2;flex-direction:column;display:flex;position:absolute;left:50%;transform:translate(-50%)}.py-office-hero__scroll-icon{color:var(--py-gold);animation:2s infinite py-office-hero-bounce}.py-office-hero__scroll-text{font-family:var(--font-body);font-size:var(--py-text-xs);letter-spacing:.2em;text-transform:uppercase;color:#fff9;font-weight:500}@keyframes py-office-hero-bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(6px)}60%{transform:translateY(3px)}}@media (max-width:768px){.py-office-hero{min-height:70vh;padding:7rem 0 5rem}.py-office-hero__corner{width:50px;height:50px}}@media (max-width:480px){.py-office-hero__corner{display:none}}
.py-office-gallery{padding:var(--py-space-24)0;background:var(--py-cream);position:relative}.py-office-gallery__header{text-align:center;max-width:700px;margin:0 auto var(--py-space-16);opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.py-office-gallery--visible .py-office-gallery__header{opacity:1;transform:translateY(0)}.py-office-gallery__label{align-items:center;gap:var(--py-space-3);margin-bottom:var(--py-space-6);display:inline-flex}.py-office-gallery__label-line{background:var(--py-burgundy);width:40px;height:1px}.py-office-gallery__label-text{font-family:var(--font-body);font-size:var(--py-text-xs);letter-spacing:.25em;text-transform:uppercase;color:var(--py-burgundy);font-weight:600}.py-office-gallery__title{font-family:var(--font-heading);color:var(--py-charcoal);font-size:clamp(2rem,4vw,3rem);font-weight:400}.py-office-gallery__title-accent{color:var(--py-burgundy);font-style:italic}.py-office-gallery__content{gap:var(--py-space-12);opacity:0;transition:opacity .8s .2s,transform .8s .2s;display:grid;transform:translateY(30px)}.py-office-gallery--visible .py-office-gallery__content{opacity:1;transform:translateY(0)}@media (min-width:1024px){.py-office-gallery__content{gap:var(--py-space-16);grid-template-columns:1fr 1.2fr;align-items:start}}.py-office-gallery__story{background:var(--py-white);padding:var(--py-space-10);border:1px solid var(--py-gray-200)}.py-office-gallery__story-title{font-family:var(--font-heading);font-size:var(--py-text-2xl);color:var(--py-charcoal);margin-bottom:var(--py-space-6);padding-bottom:var(--py-space-4);font-weight:500;position:relative}.py-office-gallery__story-title:after{content:"";background:linear-gradient(90deg,var(--py-burgundy),var(--py-gold));width:60px;height:2px;position:absolute;bottom:0;left:0}.py-office-gallery__story-text{font-family:var(--font-body);font-size:var(--py-text-base);color:var(--py-gray-600);margin-bottom:var(--py-space-4);font-weight:400;line-height:1.8}.py-office-gallery__story-text:last-of-type{margin-bottom:var(--py-space-8)}.py-office-gallery__location{padding-top:var(--py-space-6);border-top:1px solid var(--py-gray-200)}.py-office-gallery__location-title{font-family:var(--font-heading);font-size:var(--py-text-lg);color:var(--py-charcoal);margin-bottom:var(--py-space-4);font-weight:500}.py-office-gallery__location-item{align-items:center;gap:var(--py-space-3);font-family:var(--font-body);font-size:var(--py-text-sm);color:var(--py-gray-600);margin-bottom:var(--py-space-3);display:flex}.py-office-gallery__location-item:last-child{margin-bottom:0}.py-office-gallery__location-item svg{color:var(--py-gold);flex-shrink:0}.py-office-gallery__images{gap:var(--py-space-4);grid-template-columns:repeat(2,1fr);display:grid}.py-office-gallery__image{border:1px solid var(--py-gray-200);position:relative;overflow:hidden}.py-office-gallery__image--large{aspect-ratio:16/9;grid-column:span 2}.py-office-gallery__image--small{aspect-ratio:4/3}.py-office-gallery__image .editable-media{width:100%;height:100%;position:absolute;top:0;left:0}.py-office-gallery__img{width:100%;height:100%;position:relative}.py-office-gallery__image img{object-fit:cover;transition:transform .6s}.py-office-gallery__image:hover img{transform:scale(1.05)}@media (max-width:768px){.py-office-gallery{padding:var(--py-space-16)0}.py-office-gallery__story{padding:var(--py-space-6)}.py-office-gallery__images{gap:var(--py-space-2)}}@media (max-width:480px){.py-office-gallery__images{grid-template-columns:1fr}.py-office-gallery__image--large,.py-office-gallery__image--small{aspect-ratio:16/9;grid-column:span 1}}
