@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,600&family=Hanken+Grotesk:wght@400;500;600;700&display=swap");:root{--peri-ink:#2c2019;--peri-wine:#522f36;--peri-green:#02381e;--peri-lime:#a6b84d;--peri-lime-bright:#c6d45e;--peri-cream:#f3ebdd;--peri-paper:#f1e9dc;--peri-panel:#ebe1d0;--peri-display:"Cormorant Garamond",Georgia,serif;--peri-body:"Hanken Grotesk",system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}html.lenis{scroll-behavior:auto}body{margin:0;background:var(--peri-paper);color:var(--peri-ink);font-family:var(--peri-body);-webkit-font-smoothing:antialiased;overflow-x:hidden}.peri-page{width:100%;max-width:100%;overflow-x:clip}.peri-page [id]{scroll-margin-top:105px}.peri-menu-toggle,.peri-mobile-menu{display:none}a{color:var(--peri-wine);text-decoration:none}a:hover{color:var(--peri-green)}.logo-lockup{display:inline-flex;align-items:center;flex:none}.logo-lockup img{display:block;width:auto;object-fit:contain}.logo-lockup--wordmark img{height:34px}.logo-lockup--lockup img{height:clamp(92px,10vw,126px)}.peri-brand-logo{object-fit:contain}button,input,textarea{font-family:inherit}a,button{-webkit-tap-highlight-color:transparent}::selection{background:var(--peri-wine);color:var(--peri-paper)}[data-image-placeholder]{display:block;width:100%;height:100%}.peri-hero-image{filter:saturate(.92) contrast(1.04);transform:scale(1.045);transition:transform 7.2s cubic-bezier(.2,.65,.22,1),filter 1.1s cubic-bezier(.32,.72,0,1)}.peri-hero-slide.is-active .peri-hero-image{filter:saturate(1.04) contrast(1.03);transform:scale(1)}.peri-hero-vignette{position:absolute;inset:0;background:radial-gradient(circle at 68% 54%,transparent 22%,rgba(14,5,8,.08) 58%,rgba(14,5,8,.43) 116%),linear-gradient(180deg,rgba(13,5,8,.28),transparent 24%,transparent 72%,rgba(13,5,8,.42));pointer-events:none}.peri-hero-content{text-shadow:0 2px 28px rgba(10,4,6,.15)}.peri-hero-primary,.peri-hero-secondary{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:13px;transition:transform .65s cubic-bezier(.32,.72,0,1),background-color .65s cubic-bezier(.32,.72,0,1),border-color .65s cubic-bezier(.32,.72,0,1),color .65s cubic-bezier(.32,.72,0,1)}.peri-hero-primary:hover,.peri-hero-secondary:hover{transform:translateY(-2px)}.peri-hero-primary:active,.peri-hero-secondary:active{transform:scale(.98)}.peri-hero-primary:hover{color:#522f36}.peri-hero-secondary:hover{border-color:rgba(243,235,221,.76)!important;background:rgba(243,235,221,.1);color:#f3ebdd}.peri-hero-button-icon{display:grid;width:28px;height:28px;margin:-5px -18px -5px 0;place-items:center;border-radius:50%;background:rgba(82,47,54,.09);transition:transform .65s cubic-bezier(.32,.72,0,1)}.peri-hero-primary:hover .peri-hero-button-icon{transform:translate(2px,-1px) scale(1.05)}.peri-hero-arrow{position:absolute;top:50%;z-index:7;display:grid;width:52px;height:52px;padding:0;place-items:center;border:1px solid rgba(243,235,221,.42);border-radius:50%;background:rgba(24,12,16,.2);color:#f3ebdd;cursor:pointer;transform:translateY(-50%);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background-color .42s cubic-bezier(.32,.72,0,1),border-color .42s cubic-bezier(.32,.72,0,1),color .42s cubic-bezier(.32,.72,0,1),transform .42s cubic-bezier(.32,.72,0,1)}.peri-hero-arrow--previous{left:clamp(14px,2.4vw,38px)}.peri-hero-arrow--next{right:clamp(14px,2.4vw,38px)}.peri-hero-arrow:hover{border-color:#c6d45e;background:#c6d45e;color:#241317;transform:translateY(-50%) scale(1.06)}.peri-hero-arrow:active{transform:translateY(-50%) scale(.96)}.peri-hero-arrow:focus-visible{outline:2px solid #f3ebdd;outline-offset:4px}@keyframes periMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes periFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-14px) rotate(1.2deg)}}@keyframes periPulse{0%,to{opacity:.35}50%{opacity:.6}}@keyframes periMenuReveal{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes periMenuFade{0%{opacity:0}to{opacity:1}}.peri-peridot-values{position:relative;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-column-gap:clamp(14px,1.8vw,24px);column-gap:clamp(14px,1.8vw,24px);width:100%;max-width:860px;margin:0 auto;padding-top:24px;text-align:left}.peri-peridot-values:before{position:absolute;top:4px;right:0;left:0;height:1px;background:linear-gradient(90deg,rgba(212,223,117,.12),rgba(212,223,117,.72) 16%,rgba(212,223,117,.3) 50%,rgba(212,223,117,.72) 84%,rgba(212,223,117,.12));content:""}.peri-peridot-value{position:relative;min-width:0}.peri-peridot-value--1{grid-column:1/span 3}.peri-peridot-value--2{grid-column:5/span 4;text-align:center}.peri-peridot-value--3{grid-column:10/span 3;text-align:right}.peri-peridot-value-marker{position:absolute;top:-23px;left:0;width:8px;height:8px;border:1px solid rgba(212,223,117,.92);background:#173f21;box-shadow:0 0 0 4px rgba(212,223,117,.08);transform:rotate(45deg)}.peri-peridot-value--2 .peri-peridot-value-marker{left:50%;margin-left:-4px}.peri-peridot-value--3 .peri-peridot-value-marker{right:0;left:auto}.peri-peridot-value p{max-width:235px}.peri-peridot-value--2 p{max-width:270px;margin-inline:auto!important}.peri-peridot-value--3 p{margin-left:auto!important}.peri-testimonial-controls{display:none}@media (max-width:767px){body,html{width:100%;max-width:100%;overflow-x:clip}body{min-width:0}.peri-page>*,body>footer{max-width:100%}.peri-page [id]{scroll-margin-top:85px}.peri-nav-inner{min-height:72px;padding:14px 20px!important;gap:14px!important;flex-wrap:nowrap!important;justify-content:space-between;z-index:102}.peri-nav-brand{min-width:0}.peri-nav-brand .peri-brand-logo{height:25px!important}.peri-nav-brand .peri-brand-logo--lockup{height:56px!important}.peri-desktop-nav,.peri-nav-cta{display:none!important}.peri-menu-toggle{position:relative;display:inline-flex;width:44px;height:44px;flex:0 0 44px;align-items:center;justify-content:center;border:1px solid;border-radius:50%;background:transparent;color:inherit;cursor:pointer;transition:transform .52s cubic-bezier(.32,.72,0,1),background .52s cubic-bezier(.32,.72,0,1);z-index:103}.peri-menu-toggle:active{transform:scale(.96)}.peri-menu-toggle span{position:absolute;width:17px;height:1px;background:currentColor;transition:transform .62s cubic-bezier(.32,.72,0,1);transform:translateY(-3px)}.peri-menu-toggle span:last-child{transform:translateY(3px)}.peri-menu-toggle.is-open{background:rgba(243,235,221,.1)}.peri-menu-toggle.is-open span:first-child{transform:rotate(45deg)}.peri-menu-toggle.is-open span:last-child{transform:rotate(-45deg)}.peri-mobile-menu{position:fixed;inset:0;display:flex;min-height:100dvh;padding:112px 24px 30px;flex-direction:column;background:radial-gradient(circle at 84% 12%,rgba(166,184,77,.15),transparent 30%),linear-gradient(145deg,#201419,#341e24 58%,#1b1216);color:#f3ebdd;overflow-y:auto;animation:periMenuFade .42s cubic-bezier(.32,.72,0,1) both;z-index:101}.peri-mobile-menu-links{display:flex;flex-direction:column;border-bottom:1px solid rgba(243,235,221,.14)}.peri-mobile-menu-links a{display:flex;align-items:baseline;gap:16px;padding:15px 0;border-top:1px solid rgba(243,235,221,.14);color:#f3ebdd;font-family:var(--peri-display);font-size:clamp(32px,10vw,46px);font-weight:600;line-height:1;letter-spacing:-.02em;opacity:0;animation:periMenuReveal .72s cubic-bezier(.32,.72,0,1) forwards}.peri-mobile-menu-links a span{min-width:22px;color:#c6d45e;font-family:var(--peri-body);font-size:10px;font-weight:600;letter-spacing:.16em}.peri-mobile-menu-cta{display:flex;width:100%;margin-top:24px;padding:15px 20px;align-items:center;justify-content:space-between;border-radius:999px;background:#f3ebdd;color:#522f36;font-size:14px;font-weight:700;opacity:0;animation:periMenuReveal .72s cubic-bezier(.32,.72,0,1) .39s forwards}.peri-mobile-menu-cta span{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:rgba(82,47,54,.09)}.peri-mobile-menu-meta{margin-top:auto;padding-top:28px;color:rgba(243,235,221,.56);font-size:11px;line-height:1.6;letter-spacing:.13em;text-transform:uppercase}.peri-hero{height:max(720px,100svh)!important;min-height:720px!important}.peri-hero-container{padding:92px 20px 60px!important}.peri-hero-content{width:100%;max-width:100%!important}.peri-hero-slide:first-child .peri-hero-image{object-position:62% center!important}.peri-hero-slide:not(:first-child) .peri-hero-image{object-position:58% center!important}.peri-hero-vignette{background:linear-gradient(90deg,rgba(20,8,12,.38),rgba(20,8,12,.12)),linear-gradient(180deg,rgba(13,5,8,.42),rgba(13,5,8,.1) 30%,rgba(13,5,8,.3) 78%,rgba(13,5,8,.64))}.peri-hero-eyebrow{gap:10px!important;margin-bottom:20px!important}.peri-hero-eyebrow span:first-child{width:22px!important;flex:0 0 22px}.peri-hero-eyebrow span:last-child{font-size:10px!important;letter-spacing:.22em!important;line-height:1.5}.peri-hero-title{max-width:100%;margin-bottom:22px!important;font-size:clamp(43px,13vw,58px)!important;line-height:.98!important;overflow-wrap:anywhere}.peri-hero-copy{max-width:100%!important;margin-bottom:28px!important;font-size:16px!important;line-height:1.55!important}.peri-hero-actions{max-width:100%;align-items:flex-start}.peri-hero-actions a{max-width:100%;padding:14px 24px!important;text-align:center}.peri-hero-button-icon{margin-right:-15px}.peri-hero-pagination{bottom:24px!important}.peri-hero-arrow{top:auto;bottom:72px;width:46px;height:46px;transform:none}.peri-hero-arrow--previous{left:20px}.peri-hero-arrow--next{right:20px}.peri-hero-arrow:hover{transform:scale(1.06)}.peri-hero-arrow:active{transform:scale(.96)}.peri-enquiry-grid,.peri-intro-grid,.peri-quality-grid,.peri-specifications-grid{grid-template-columns:minmax(0,1fr)!important}.peri-intro-grid,.peri-quality-grid{gap:56px!important}.peri-intro-media,.peri-quality-media{width:100%;min-width:0}.peri-intro-badge{left:12px!important;bottom:12px!important;max-width:min(210px,calc(100% - 24px))!important;padding:16px 18px!important}.peri-intro-badge blockquote>span{height:22px!important;font-size:44px!important}.peri-intro-badge blockquote p{margin-top:4px!important;font-size:18px!important;line-height:1.2!important}.peri-intro-brand-stamp{top:12px!important;left:12px!important;width:96px!important;padding:8px 10px 7px!important}.peri-promise-grid{grid-template-columns:minmax(0,1fr)!important}.peri-promise-card{padding:24px 0!important}.peri-products-heading{align-items:flex-start!important}.peri-product-track{max-width:none}.peri-product-card{flex-grow:0;flex-shrink:0;flex-basis:calc(100vw - 40px);width:calc(100vw - 40px);max-width:calc(100vw - 40px)!important;min-width:0}.peri-applications-grid{grid-template-columns:minmax(0,1fr)!important;grid-auto-rows:auto!important;gap:14px!important}.peri-application-card{grid-column:1/-1!important;grid-row:auto!important;min-height:320px!important}.peri-application-feature{min-height:360px!important}.peri-application-card>div:last-child{max-width:100%!important;padding:24px!important}.peri-quality-badge{top:12px!important;right:12px!important;max-width:min(170px,calc(100% - 24px))!important}.peri-peridot-values{grid-template-columns:minmax(0,1fr)!important;gap:0!important;padding-top:0}.peri-peridot-value-marker,.peri-peridot-values:before{display:none}.peri-peridot-value,.peri-peridot-value--1,.peri-peridot-value--2,.peri-peridot-value--3{display:grid;grid-column:1/-1;grid-template-columns:minmax(100px,.7fr) minmax(0,1.3fr);grid-gap:18px;gap:18px;align-items:baseline;padding:16px 0;text-align:left}.peri-peridot-value:before{position:absolute;top:0;right:0;left:0;height:1px;background:linear-gradient(90deg,rgba(212,223,117,.7),rgba(212,223,117,.08));content:""}.peri-peridot-value h3{margin:0!important}.peri-peridot-value p,.peri-peridot-value--2 p,.peri-peridot-value--3 p{max-width:none;margin:0!important}.peri-stats-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:30px 20px!important;gap:30px 20px!important}.peri-specifications-grid{gap:42px!important}.peri-feature-grid,.peri-testimonials-grid{grid-template-columns:minmax(0,1fr)!important}.peri-testimonials-grid{gap:8px!important;margin-bottom:20px!important}.peri-testimonial-controls{display:flex;justify-content:flex-end;gap:10px;margin-top:2px}.peri-testimonial-control{display:grid;width:44px;height:44px;padding:0;place-items:center;border:1px solid rgba(243,235,221,.28);border-radius:50%;background:rgba(243,235,221,.04);color:#f3ebdd;cursor:pointer;font-size:18px;transition:transform .65s cubic-bezier(.32,.72,0,1),background-color .65s cubic-bezier(.32,.72,0,1),border-color .65s cubic-bezier(.32,.72,0,1),color .65s cubic-bezier(.32,.72,0,1),opacity .65s cubic-bezier(.32,.72,0,1)}.peri-testimonial-control--next{border-color:#c6d45e;background:#c6d45e;color:#29171c}.peri-testimonial-control:active:not(:disabled){transform:scale(.94)}.peri-testimonial-control:focus-visible{outline:2px solid #f3ebdd;outline-offset:3px}.peri-testimonial-control:disabled{cursor:default;opacity:.28}.peri-testimonial-track{display:grid!important;grid-template-columns:none!important;grid-auto-columns:clamp(260px,calc(100vw - 72px),340px);grid-auto-flow:column;grid-gap:16px!important;gap:16px!important;margin-inline:-20px;padding:0 20px 18px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-padding-left:20px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.peri-testimonial-track::-webkit-scrollbar{display:none}.peri-testimonial-track:focus-visible{outline:1px solid rgba(212,223,117,.72);outline-offset:5px}.peri-testimonial-card{min-height:300px;padding:28px 26px 30px!important;border-top:1px solid rgba(243,235,221,.14);border-left:0!important;background:linear-gradient(145deg,rgba(243,235,221,.05),rgba(243,235,221,.012));scroll-snap-align:start;scroll-snap-stop:always}.peri-enquiry-grid{gap:50px!important}.peri-enquiry-form{width:100%;min-width:0;padding:24px!important}.peri-enquiry-name-grid{grid-template-columns:minmax(0,1fr)!important}.peri-enquiry-form input,.peri-enquiry-form select,.peri-enquiry-form textarea{min-width:0;max-width:100%}.peri-enquiry-grid{overflow-wrap:anywhere}.peri-footer-grid{grid-template-columns:minmax(0,1fr)!important}.peri-footer-bottom{align-items:flex-start!important;flex-direction:column}.peri-footer-bottom>div:last-child{flex-wrap:wrap;row-gap:10px!important}}@media (max-width:390px){.peri-page [id]{scroll-margin-top:81px}.peri-nav-inner{padding-inline:16px!important}.peri-nav-brand .peri-brand-logo{height:23px!important}.peri-nav-brand .peri-brand-logo--lockup{height:52px!important}.peri-hero-container{padding-inline:18px!important}.peri-hero-title{font-size:clamp(41px,12.5vw,50px)!important}.peri-mobile-menu{padding-inline:20px}.peri-mobile-menu-links a{font-size:clamp(30px,9vw,40px)}.peri-stats-grid{grid-template-columns:minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-reveal]{opacity:1!important;transform:none!important;transition:none!important}[data-floating],[data-marquee],[data-pulse]{animation:none!important}}.reports-page{background:var(--peri-paper)}.reports-shell{width:min(100%,1408px);margin:0 auto;padding-inline:clamp(20px,5vw,64px)}.reports-eyebrow{display:inline-flex;margin:0 0 24px;align-items:center;gap:11px;color:var(--peri-green);font-size:11px;font-weight:700;letter-spacing:.24em;line-height:1.4;text-transform:uppercase}.reports-eyebrow:before{width:27px;height:1px;background:currentColor;content:""}.reports-hero{position:relative;min-height:min(920px,100dvh);background:radial-gradient(circle at 84% 22%,rgba(166,184,77,.2),transparent 29%),radial-gradient(circle at 12% 85%,rgba(103,55,65,.7),transparent 34%),linear-gradient(142deg,#1d1217,#352027 48%,#18281d 120%);color:var(--peri-cream);overflow:hidden}.reports-hero:after{position:absolute;inset:0;background-image:linear-gradient(rgba(243,235,221,.034) 1px,transparent 0),linear-gradient(90deg,rgba(243,235,221,.034) 1px,transparent 0);background-size:80px 80px;content:"";-webkit-mask-image:linear-gradient(180deg,black,transparent 88%);mask-image:linear-gradient(180deg,black,transparent 88%);pointer-events:none}.reports-hero-glow{position:absolute;top:18%;right:6%;width:clamp(300px,36vw,560px);aspect-ratio:1;border-radius:50%;background:rgba(198,212,94,.13);filter:blur(95px);pointer-events:none}.reports-hero-grid{position:relative;display:grid;min-height:min(920px,100dvh);padding-top:clamp(162px,17vh,205px);padding-bottom:clamp(100px,13vh,145px);align-items:center;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:clamp(36px,6vw,86px);gap:clamp(36px,6vw,86px);z-index:1}.reports-hero-copy{grid-column:span 7}.reports-hero .reports-eyebrow{color:var(--peri-lime-bright)}.reports-hero h1{max-width:820px;margin:0;color:var(--peri-cream);font-family:var(--peri-display);font-size:clamp(68px,7.9vw,118px);font-weight:600;letter-spacing:-.045em;line-height:.83}.reports-hero h1 em{display:block;color:var(--peri-lime-bright);font-weight:600}.reports-hero-intro{max-width:650px;margin:35px 0 0;color:rgba(243,235,221,.74);font-size:clamp(17px,1.45vw,21px);line-height:1.65}.reports-hero-actions{display:flex;margin-top:40px;align-items:center;gap:25px}.reports-button{display:inline-flex;min-height:58px;padding:7px 8px 7px 24px;align-items:center;justify-content:center;gap:18px;border:0;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.02em;transition:transform .7s cubic-bezier(.32,.72,0,1),background-color .7s cubic-bezier(.32,.72,0,1),color .7s cubic-bezier(.32,.72,0,1)}.reports-button>span{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;transition:transform .7s cubic-bezier(.32,.72,0,1)}.reports-button:hover{transform:translateY(-2px)}.reports-button:hover>span{transform:translate(2px,-1px) scale(1.05)}.reports-button:active{transform:scale(.98)}.reports-button-light{background:var(--peri-cream);color:var(--peri-wine)}.reports-button-light>span{background:rgba(82,47,54,.09)}.reports-button-light:hover{background:#fffaf1;color:var(--peri-wine)}.reports-button-dark{background:#20141a;color:var(--peri-cream)}.reports-button-dark>span{background:rgba(243,235,221,.11)}.reports-button-dark:hover{color:#fff}.reports-text-link{display:inline-flex;padding:14px 0;align-items:center;gap:9px;border:0;border-bottom:1px solid rgba(243,235,221,.36);background:transparent;color:var(--peri-cream);cursor:pointer;font-size:13px;font-weight:600;transition:border-color .6s cubic-bezier(.32,.72,0,1),transform .6s cubic-bezier(.32,.72,0,1)}.reports-text-link:hover{border-color:var(--peri-lime-bright);transform:translateY(-2px)}.reports-hero-stack{position:relative;min-height:540px;grid-column:span 5}.reports-hero-sheet{position:absolute;width:clamp(210px,22vw,312px);aspect-ratio:.707;padding:8px;border:1px solid rgba(243,235,221,.16);border-radius:7px;background:rgba(243,235,221,.08);box-shadow:0 40px 90px -42px rgba(0,0,0,.82);overflow:hidden}.reports-hero-sheet img{padding:8px;border-radius:5px;background:#fff;object-fit:cover}.reports-hero-sheet-1{top:5%;left:4%;z-index:3;transform:rotate(-7deg)}.reports-hero-sheet-2{top:13%;right:-5%;z-index:2;transform:rotate(8deg)}.reports-hero-sheet-3{right:18%;bottom:-6%;width:clamp(182px,18vw,250px);z-index:4;transform:rotate(2deg)}.reports-hero-caption{position:absolute;right:-1%;bottom:1%;display:flex;max-width:150px;flex-direction:column;color:rgba(243,235,221,.62);font-size:11px;line-height:1.45;letter-spacing:.08em;text-transform:uppercase;z-index:5}.reports-hero-caption span{color:var(--peri-lime-bright);font-family:var(--peri-display);font-size:54px;letter-spacing:-.04em;line-height:.9}.reports-marquee{border-bottom:1px solid rgba(82,47,54,.11);background:var(--peri-lime-bright);color:#1e2114;overflow:hidden}.reports-marquee-track{display:flex;width:max-content;animation:reportsMarquee 32s linear infinite}.reports-marquee span{display:inline-flex;padding:17px 28px;align-items:center;gap:34px;font-size:11px;font-weight:700;letter-spacing:.17em;white-space:nowrap}.reports-marquee i{width:5px;height:5px;border-radius:50%;background:var(--peri-wine)}@keyframes reportsMarquee{to{transform:translateX(-50%)}}.reports-library{padding-block:clamp(110px,12vw,176px)}.reports-section-heading{display:grid;margin-bottom:clamp(62px,7vw,96px);align-items:end;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);grid-gap:clamp(40px,8vw,120px);gap:clamp(40px,8vw,120px)}.reports-context h2,.reports-cta h2,.reports-reader-copy h2,.reports-section-heading h2{margin:0;color:var(--peri-wine);font-family:var(--peri-display);font-size:clamp(46px,5.2vw,76px);font-weight:600;letter-spacing:-.035em;line-height:.96}.reports-section-heading>p{margin:0 0 7px;color:rgba(44,32,25,.67);font-size:16px;line-height:1.7}.reports-card-grid{display:grid;grid-auto-flow:dense;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:clamp(18px,2vw,28px);gap:clamp(18px,2vw,28px)}.report-card{display:grid;min-width:0;padding:8px;border:1px solid rgba(82,47,54,.1);border-radius:34px;background:rgba(82,47,54,.055);transition:border-color .7s cubic-bezier(.32,.72,0,1),transform .7s cubic-bezier(.32,.72,0,1),background-color .7s cubic-bezier(.32,.72,0,1);overflow:hidden}.report-card:first-child,.report-card:nth-child(4){grid-template-columns:minmax(220px,.85fr) minmax(0,1.15fr);grid-column:span 7}.report-card:nth-child(2),.report-card:nth-child(3){grid-column:span 5}.report-card.is-selected,.report-card:hover{border-color:rgba(82,47,54,.25);background:rgba(82,47,54,.08)}.report-card-shell{min-height:390px;padding:7px;border-radius:27px;background:rgba(44,32,25,.075)}.report-card-preview{position:relative;display:block;width:100%;height:100%;min-height:376px;padding:0;border:0;border-radius:21px;background:radial-gradient(circle at 50% 30%,#fffdf8,#ddd3c5 125%);cursor:pointer;overflow:hidden}.report-card-preview img{padding:27px;object-fit:contain;transition:transform .9s cubic-bezier(.32,.72,0,1)}.report-card:hover .report-card-preview img{transform:scale(1.035)}.report-card-open{position:absolute;right:17px;bottom:17px;display:inline-flex;padding:7px 7px 7px 15px;align-items:center;gap:11px;border-radius:999px;background:rgba(32,20,26,.94);color:var(--peri-cream);font-size:11px;font-style:normal;font-weight:700;letter-spacing:.04em}.report-card-open i{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:rgba(243,235,221,.12);font-style:normal;transition:transform .7s cubic-bezier(.32,.72,0,1)}.report-card-preview:hover .report-card-open i{transform:translate(2px,-1px) scale(1.06)}.report-card-content{display:flex;min-width:0;padding:clamp(27px,3vw,43px);flex-direction:column;border-radius:27px;background:#f8f2e8;box-shadow:inset 0 1px rgba(255,255,255,.72)}.report-card-meta{display:flex;margin-bottom:42px;align-items:center;justify-content:space-between;gap:16px;color:var(--peri-green);font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.report-card-meta span:last-child{color:rgba(44,32,25,.48)}.report-card h3,.report-card-brochure h3{margin:0;color:var(--peri-wine);font-family:var(--peri-display);font-size:clamp(33px,3vw,46px);font-weight:600;letter-spacing:-.025em;line-height:.98}.report-card-brochure p,.report-card-content>p{margin:20px 0 28px;color:rgba(44,32,25,.66);font-size:14px;line-height:1.66}.report-card-spec{display:flex;margin-top:auto;padding-top:23px;flex-wrap:wrap;gap:8px;border-top:1px solid rgba(82,47,54,.1)}.report-card-spec span{padding:7px 11px;border-radius:999px;background:rgba(2,56,30,.075);color:var(--peri-green);font-size:10px;font-weight:700;letter-spacing:.04em}.report-card-actions{display:flex;margin-top:27px;align-items:center;gap:22px}.report-card-actions a,.report-card-actions button{padding:0 0 6px;border:0;border-bottom:1px solid rgba(82,47,54,.26);background:transparent;color:var(--peri-wine);cursor:pointer;font-size:12px;font-weight:700;transition:border-color .6s cubic-bezier(.32,.72,0,1),transform .6s cubic-bezier(.32,.72,0,1)}.report-card-actions a:hover,.report-card-actions button:hover{border-color:var(--peri-wine);transform:translateY(-2px)}.report-card-brochure{position:relative;min-height:360px;padding:clamp(42px,6vw,78px);grid-column:1/-1;grid-template-columns:minmax(0,1.1fr) minmax(180px,.9fr);align-items:center;background:radial-gradient(circle at 88% 20%,rgba(198,212,94,.16),transparent 29%),#2b1b21;color:var(--peri-cream);overflow:hidden}.report-card-brochure .reports-eyebrow{color:var(--peri-lime-bright)}.report-card-brochure h3{color:var(--peri-cream);font-size:clamp(50px,6vw,82px)}.report-card-brochure p{max-width:600px;color:rgba(243,235,221,.64)}.brochure-status{position:absolute;right:clamp(34px,5vw,72px);bottom:clamp(34px,5vw,60px);display:inline-flex;padding:11px 17px;border:1px solid rgba(243,235,221,.18);border-radius:999px;color:var(--peri-lime-bright);font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.brochure-pages{position:relative;min-height:230px}.brochure-pages i{position:absolute;top:50%;left:50%;width:150px;aspect-ratio:.71;border:1px solid rgba(243,235,221,.22);border-radius:6px;background:linear-gradient(165deg,rgba(243,235,221,.15),rgba(243,235,221,.035));box-shadow:0 36px 60px -35px rgba(0,0,0,.85)}.brochure-pages i:first-child{transform:translate(-110%,-48%) rotate(-12deg)}.brochure-pages i:nth-child(2){transform:translate(-50%,-56%) rotate(1deg)}.brochure-pages i:nth-child(3){transform:translate(8%,-45%) rotate(11deg)}.reports-reader{padding-block:clamp(110px,12vw,175px);background:radial-gradient(circle at 74% 16%,rgba(166,184,77,.13),transparent 27%),linear-gradient(145deg,#062c1b,#021e12 78%);color:var(--peri-cream)}.reports-reader-grid{display:grid;min-height:850px;align-items:start;grid-template-columns:minmax(280px,4fr) minmax(0,8fr);grid-gap:clamp(48px,7vw,100px);gap:clamp(48px,7vw,100px)}.reports-reader-copy{padding-top:18px}.reports-reader .reports-eyebrow{color:var(--peri-lime-bright)}.reports-reader-copy h2{color:var(--peri-cream)}.reports-reader-summary{margin:27px 0 35px;color:rgba(243,235,221,.68);font-size:15px;line-height:1.72}.reports-reader-facts{margin:0;border-top:1px solid rgba(243,235,221,.14)}.reports-reader-facts>div{display:grid;padding:15px 0;grid-template-columns:110px minmax(0,1fr);grid-gap:18px;gap:18px;border-bottom:1px solid rgba(243,235,221,.14)}.reports-reader-facts dt{color:rgba(243,235,221,.45);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.reports-reader-facts dd{margin:0;color:rgba(243,235,221,.84);font-size:12px;line-height:1.45}.reports-highlight-list{display:grid;margin:28px 0 0;padding:0;grid-gap:11px;gap:11px;list-style:none}.reports-highlight-list li{position:relative;padding-left:20px;color:rgba(243,235,221,.76);font-size:12px;line-height:1.55}.reports-highlight-list li:before{position:absolute;top:.58em;left:0;width:6px;height:6px;border-radius:50%;background:var(--peri-lime-bright);content:""}.reports-document-note{margin-top:28px;padding:17px 18px;border:1px solid rgba(198,212,94,.2);border-radius:18px;background:rgba(198,212,94,.065)}.reports-document-note strong{display:block;margin-bottom:6px;color:var(--peri-lime-bright);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.reports-document-note p{margin:0;color:rgba(243,235,221,.62);font-size:11px;line-height:1.55}.reports-reader-stage{min-width:0;padding:8px;border:1px solid rgba(243,235,221,.13);border-radius:30px;background:rgba(243,235,221,.07)}.reports-reader-toolbar{display:flex;min-height:74px;padding:14px 15px 14px 23px;align-items:center;justify-content:space-between;gap:22px;border-radius:23px 23px 10px 10px;background:#f3ebdd;color:var(--peri-ink)}.reports-reader-toolbar>div:first-child{display:flex;min-width:0;flex-direction:column;gap:3px}.reports-reader-toolbar span{font-size:12px;font-weight:700}.reports-reader-toolbar small{color:rgba(44,32,25,.48);font-size:10px}.reports-reader-toolbar>div:last-child{display:flex;gap:8px}.reports-reader-toolbar a{display:inline-flex;padding:10px 13px;align-items:center;gap:7px;border-radius:999px;background:rgba(82,47,54,.08);color:var(--peri-wine);font-size:10px;font-weight:700;transition:background-color .6s cubic-bezier(.32,.72,0,1),transform .6s cubic-bezier(.32,.72,0,1)}.reports-reader-toolbar a:hover{background:rgba(82,47,54,.14);color:var(--peri-wine);transform:translateY(-2px)}.reports-reader-frame{height:min(78vh,900px);min-height:720px;margin-top:8px;border-radius:10px 10px 23px 23px;background:#d8d1c6;overflow:hidden}.reports-reader-frame iframe{display:block;width:100%;height:100%;border:0;background:#d8d1c6}.reports-context{padding-block:clamp(110px,12vw,176px)}.reports-context-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);grid-gap:clamp(54px,10vw,150px);gap:clamp(54px,10vw,150px)}.reports-context h2{max-width:700px}.reports-context-copy{padding-top:38px;border-top:1px solid rgba(82,47,54,.15)}.reports-context-copy p{margin:0;color:rgba(44,32,25,.68);font-size:16px;line-height:1.8}.reports-context-copy p+p{margin-top:24px}.reports-cta{padding:8px;background:var(--peri-paper)}.reports-cta-inner{position:relative;display:flex;min-height:470px;padding-block:clamp(70px,9vw,116px);align-items:center;flex-direction:column;justify-content:center;border-radius:34px;background:radial-gradient(circle at 18% 30%,rgba(198,212,94,.16),transparent 24%),linear-gradient(135deg,#653944,#46262e);text-align:center;overflow:hidden}.reports-cta p{margin:0 0 17px;color:var(--peri-lime-bright);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.reports-cta h2{max-width:760px;color:var(--peri-cream)}.reports-cta .reports-button{margin-top:37px}.peri-desktop-nav a.is-active{position:relative}.peri-desktop-nav a.is-active:after{position:absolute;right:0;bottom:-7px;left:0;height:1px;background:currentColor;content:""}@media (max-width:1100px){.reports-hero-grid{gap:30px}.reports-hero-copy,.reports-hero-stack{grid-column:span 6}.report-card:first-child,.report-card:nth-child(4){grid-template-columns:minmax(0,1fr)}.report-card-shell{min-height:340px}.report-card-preview{min-height:326px}}@media (max-width:959px){.reports-hero,.reports-hero-grid{min-height:100dvh}.reports-hero-grid{padding-top:154px;padding-bottom:90px;grid-template-columns:minmax(0,1fr)}.reports-hero-copy,.reports-hero-stack{grid-column:1}.reports-hero-copy{max-width:760px}.reports-hero-stack{width:min(100%,610px);min-height:470px;margin:28px auto 0}.reports-hero-sheet{width:min(42vw,270px)}.reports-context-grid,.reports-reader-grid,.reports-section-heading{grid-template-columns:minmax(0,1fr)}.reports-context-grid,.reports-section-heading{gap:35px}.reports-card-grid{grid-template-columns:minmax(0,1fr)}.report-card-brochure,.report-card:first-child,.report-card:nth-child(2),.report-card:nth-child(3),.report-card:nth-child(4){grid-column:1}.report-card:first-child,.report-card:nth-child(4){grid-template-columns:minmax(0,1fr)}.report-card-brochure{grid-template-columns:minmax(0,1fr) minmax(180px,.7fr)}.reports-reader-grid{min-height:0}.reports-reader-copy{max-width:680px}.reports-reader-frame{height:78svh;min-height:650px}.reports-context-copy{padding-top:30px}}@media (max-width:767px){.reports-shell{padding-inline:20px}.reports-hero-grid{padding-top:138px;padding-bottom:74px}.reports-hero h1{font-size:clamp(58px,19vw,82px);line-height:.86}.reports-hero-intro{margin-top:28px;font-size:16px}.reports-hero-actions{align-items:flex-start;flex-direction:column;gap:10px}.reports-hero-stack{min-height:340px}.reports-hero-sheet{width:min(47vw,210px)}.reports-hero-sheet-3{right:24%;width:min(38vw,165px)}.reports-hero-caption{right:0;bottom:-5%}.reports-marquee span{padding-block:14px}.reports-context,.reports-library,.reports-reader{padding-block:96px}.reports-section-heading{margin-bottom:50px}.reports-context h2,.reports-cta h2,.reports-reader-copy h2,.reports-section-heading h2{font-size:clamp(43px,13vw,60px)}.report-card{padding:6px;border-radius:27px}.report-card-shell{min-height:390px;padding:6px;border-radius:22px}.report-card-preview{min-height:378px;border-radius:17px}.report-card-preview img{padding:22px}.report-card-content{padding:30px 24px 28px;border-radius:22px}.report-card-meta{margin-bottom:34px}.report-card-brochure{min-height:560px;padding:42px 28px;align-items:start;grid-template-columns:minmax(0,1fr)}.report-card-brochure h3{font-size:clamp(48px,16vw,68px)}.brochure-pages{min-height:190px}.brochure-pages i{width:118px}.brochure-status{right:auto;bottom:25px;left:28px}.reports-reader{padding-inline:0}.reports-reader-grid{gap:45px}.reports-reader-stage{margin-inline:-14px;padding:5px;border-radius:23px}.reports-reader-toolbar{min-height:68px;padding:11px 10px 11px 16px;border-radius:18px 18px 8px 8px}.reports-reader-toolbar>div:first-child span{max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reports-reader-toolbar a{padding:9px 10px}.reports-reader-toolbar a:first-child{display:none}.reports-reader-frame{height:71svh;min-height:520px;border-radius:8px 8px 18px 18px}.reports-cta{padding:5px}.reports-cta-inner{min-height:520px;padding-inline:24px;border-radius:27px}}@media (prefers-reduced-motion:reduce){.reports-marquee-track{animation-play-state:paused}.report-card,.report-card-open i,.report-card-preview img,.reports-button,.reports-button>span{transition:none}}.report-hub{background:var(--peri-paper)}.report-hub-hero{position:relative;display:flex;min-height:460px;padding-top:150px;padding-bottom:60px;align-items:flex-end;background:radial-gradient(circle at 83% 24%,rgba(166,184,77,.17),transparent 28%),linear-gradient(138deg,#211419,#472831 64%,#213522 140%);color:var(--peri-cream);overflow:hidden}.report-hub-hero:after{position:absolute;inset:0;background-image:linear-gradient(rgba(243,235,221,.035) 1px,transparent 0),linear-gradient(90deg,rgba(243,235,221,.035) 1px,transparent 0);background-size:88px 88px;content:"";-webkit-mask-image:linear-gradient(180deg,black,transparent);mask-image:linear-gradient(180deg,black,transparent);pointer-events:none}.report-hub-hero-glow{position:absolute;top:10%;right:6%;width:min(38vw,520px);aspect-ratio:1;border-radius:50%;background:rgba(198,212,94,.12);filter:blur(96px);pointer-events:none}.report-hub-hero-copy{position:relative;z-index:1}.report-hub-hero .reports-eyebrow{color:var(--peri-lime-bright)}.report-hub-hero h1{max-width:900px;margin:0;color:var(--peri-cream);font-family:var(--peri-display);font-size:clamp(54px,5.8vw,82px);font-weight:600;letter-spacing:-.042em;line-height:.92}.report-hub-hero-copy>p:last-child{max-width:660px;margin:20px 0 0;color:rgba(243,235,221,.7);font-size:clamp(15px,1.25vw,18px);line-height:1.65}.report-hub-workspace{padding-block:clamp(72px,7vw,110px)}.report-hub-heading{display:grid;margin-bottom:38px;align-items:end;grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);grid-gap:clamp(36px,8vw,120px);gap:clamp(36px,8vw,120px)}.report-hub-heading h2{margin:0;color:var(--peri-wine);font-family:var(--peri-display);font-size:clamp(48px,5vw,72px);font-weight:600;letter-spacing:-.035em;line-height:.96}.report-hub-heading>p{max-width:480px;margin:0 0 5px;color:rgba(44,32,25,.62);font-size:15px;line-height:1.7}.report-hub-shell{padding:8px;border:1px solid rgba(2,56,30,.16);border-radius:34px;background:rgba(2,56,30,.07)}.report-hub-inner{display:grid;padding:8px;border-radius:27px;background:radial-gradient(circle at 100% 0,rgba(166,184,77,.12),transparent 25%),#052a1a;grid-template-columns:minmax(290px,4fr) minmax(0,8fr);grid-gap:8px;gap:8px}.report-hub-selector{display:flex;min-width:0;flex-direction:column;gap:5px}.report-hub-selector-item{display:grid;width:100%;min-height:112px;padding:13px 14px;align-items:center;grid-template-columns:52px minmax(0,1fr) 28px;grid-gap:14px;gap:14px;border:0;border-radius:18px;background:transparent;color:var(--peri-cream);cursor:pointer;text-align:left;transition:background-color .65s cubic-bezier(.32,.72,0,1),color .65s cubic-bezier(.32,.72,0,1),transform .65s cubic-bezier(.32,.72,0,1)}.report-hub-selector-item:hover{background:rgba(243,235,221,.075);transform:translateX(3px)}.report-hub-selector-item.is-active{background:var(--peri-cream);color:var(--peri-ink)}.report-hub-selector-thumb{position:relative;width:52px;aspect-ratio:.71;border-radius:5px;background:#fff;box-shadow:0 16px 28px -22px rgba(0,0,0,.8);overflow:hidden}.report-hub-selector-thumb img{padding:3px;object-fit:cover;transition:transform .7s cubic-bezier(.32,.72,0,1)}.report-hub-selector-item:hover .report-hub-selector-thumb img{transform:scale(1.045)}.report-hub-selector-copy{display:flex;min-width:0;flex-direction:column}.report-hub-selector-copy small{margin-bottom:6px;color:var(--peri-lime-bright);font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.report-hub-selector-item.is-active .report-hub-selector-copy small{color:var(--peri-green)}.report-hub-selector-copy strong{color:inherit;font-family:var(--peri-display);font-size:22px;font-weight:600;letter-spacing:-.015em}.report-hub-selector-copy>span{margin-top:7px;color:rgba(243,235,221,.5);font-size:10px;line-height:1.4}.report-hub-selector-item.is-active .report-hub-selector-copy>span{color:rgba(44,32,25,.52)}.report-hub-selector-item>i{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:rgba(243,235,221,.09);color:inherit;font-size:12px;font-style:normal;transition:transform .65s cubic-bezier(.32,.72,0,1)}.report-hub-selector-item:hover>i{transform:translateX(2px)}.report-hub-selector-item.is-active>i{background:rgba(82,47,54,.08)}.report-hub-selector-item.is-upcoming{cursor:default;opacity:.62}.report-hub-selector-item.is-upcoming:hover{background:transparent;transform:none}.report-hub-brochure-icon{position:relative;display:block;width:52px;height:73px}.report-hub-brochure-icon i{position:absolute;inset:7px 6px 2px 9px;border:1px solid rgba(243,235,221,.22);border-radius:4px;background:rgba(243,235,221,.06);transform:rotate(-5deg)}.report-hub-brochure-icon i:last-child{inset:2px 9px 7px 6px;transform:rotate(4deg)}.report-hub-viewer{min-width:0;padding:8px;border-radius:22px;background:rgba(243,235,221,.08)}.report-hub-toolbar{display:flex;min-height:76px;padding:14px 15px 14px 22px;align-items:center;justify-content:space-between;gap:20px;border-radius:16px 16px 8px 8px;background:var(--peri-cream)}.report-hub-toolbar>div:first-child{display:flex;min-width:0;flex-direction:column;gap:3px}.report-hub-summary small,.report-hub-toolbar small{color:var(--peri-green);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.report-hub-toolbar strong{color:var(--peri-ink);font-size:13px;line-height:1.3}.report-hub-toolbar-actions{display:flex;flex:none;gap:8px}.report-hub-toolbar-actions a{display:inline-flex;min-height:39px;padding:6px 7px 6px 14px;align-items:center;gap:10px;border-radius:999px;background:rgba(82,47,54,.08);color:var(--peri-wine);font-size:10px;font-weight:700;transition:background-color .65s cubic-bezier(.32,.72,0,1),transform .65s cubic-bezier(.32,.72,0,1)}.report-hub-toolbar-actions a span{display:grid;width:27px;height:27px;place-items:center;border-radius:50%;background:rgba(82,47,54,.08);transition:transform .65s cubic-bezier(.32,.72,0,1)}.report-hub-toolbar-actions a:hover{background:rgba(82,47,54,.14);color:var(--peri-wine);transform:translateY(-2px)}.report-hub-toolbar-actions a:hover span{transform:translate(1px,-1px) scale(1.05)}.report-hub-pdf{height:min(74vh,840px);min-height:680px;margin-top:8px;border-radius:8px;background:#d9d3ca;overflow:hidden}.report-hub-pdf iframe{display:block;width:100%;height:100%;border:0}.report-hub-summary{display:grid;padding:36px;grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);grid-gap:clamp(36px,6vw,74px);gap:clamp(36px,6vw,74px);border-radius:8px;background:var(--peri-cream)}.report-hub-summary h3{margin:10px 0 0;color:var(--peri-wine);font-family:var(--peri-display);font-size:clamp(34px,3.4vw,48px);font-weight:600;letter-spacing:-.03em;line-height:.98}.report-hub-summary p{margin:18px 0 0;color:rgba(44,32,25,.66);font-size:13px;line-height:1.68}.report-hub-summary ul{display:grid;margin:0;padding:0;align-content:start;grid-gap:12px;gap:12px;list-style:none}.report-hub-summary li{position:relative;padding:0 0 12px 18px;border-bottom:1px solid rgba(82,47,54,.1);color:rgba(44,32,25,.72);font-size:12px;line-height:1.5}.report-hub-summary li:before{position:absolute;top:.52em;left:0;width:6px;height:6px;border-radius:50%;background:var(--peri-lime);content:""}.report-hub-note{display:flex;padding:16px 20px;align-items:baseline;gap:14px;border-radius:8px 8px 16px 16px;background:#e5dccd}.report-hub-note strong{flex:none;color:var(--peri-green);font-size:9px;letter-spacing:.12em;text-transform:uppercase}.report-hub-note p{margin:0;color:rgba(44,32,25,.62);font-size:11px;line-height:1.5}.report-hub-disclaimer{max-width:940px;margin:28px 0 0;color:rgba(44,32,25,.55);font-size:11px;line-height:1.65}@media (max-width:1050px){.report-hub-inner{grid-template-columns:minmax(260px,4fr) minmax(0,8fr)}.report-hub-selector-item{grid-template-columns:44px minmax(0,1fr) 24px;gap:11px;padding-inline:10px}.report-hub-brochure-icon,.report-hub-selector-thumb{width:44px}.report-hub-selector-copy strong{font-size:19px}.report-hub-summary{grid-template-columns:minmax(0,1fr)}}@media (max-width:860px){.report-hub-heading,.report-hub-inner{grid-template-columns:minmax(0,1fr)}.report-hub-heading{gap:24px}.report-hub-selector{padding-bottom:3px}.report-hub-selector-item{min-height:96px;grid-template-columns:45px minmax(0,1fr) 28px}.report-hub-selector-thumb{width:45px}.report-hub-brochure-icon{width:45px;height:64px}}@media (max-width:767px){.report-hub-hero{min-height:430px;padding-top:132px;padding-bottom:52px}.report-hub-hero h1{font-size:clamp(49px,14.5vw,62px);line-height:.91}.report-hub-workspace{padding-block:68px}.report-hub-heading{margin-bottom:38px}.report-hub-heading h2{font-size:clamp(45px,13vw,59px)}.report-hub-shell{margin-inline:-14px;padding:5px;border-radius:25px}.report-hub-inner{padding:5px;border-radius:20px;gap:5px}.report-hub-selector{padding:4px}.report-hub-selector-item{min-height:88px;border-radius:15px}.report-hub-selector-copy strong{font-size:20px}.report-hub-selector-copy>span{display:none}.report-hub-viewer{padding:5px;border-radius:18px}.report-hub-toolbar{min-height:70px;padding:11px 9px 11px 15px;border-radius:13px 13px 7px 7px}.report-hub-toolbar>div:first-child{max-width:126px}.report-hub-toolbar strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-hub-toolbar-actions a{padding-left:11px}.report-hub-toolbar-actions a:first-child{display:none}.report-hub-pdf{height:70svh;min-height:510px}.report-hub-summary{padding:28px 22px;gap:30px}.report-hub-note{align-items:flex-start;flex-direction:column;gap:7px}}@media (prefers-reduced-motion:reduce){.report-hub-selector-item,.report-hub-selector-thumb img,.report-hub-toolbar-actions a,.report-hub-toolbar-actions a span{transition:none}}.report-hub .reports-shell{width:min(100%,1240px);padding-inline:clamp(20px,4vw,48px)}.report-hub-workspace{padding-block:130px 82px}.report-hub-heading{margin-bottom:18px;grid-template-columns:minmax(0,.72fr) minmax(340px,1.28fr);gap:40px}.report-hub-heading h1{margin:0;color:var(--peri-wine);font-family:var(--peri-display);font-size:clamp(34px,3.5vw,44px);font-weight:600;letter-spacing:-.025em;line-height:1}.report-hub-heading>p{max-width:570px;margin:0;font-size:12px;line-height:1.55}.report-hub-shell{padding:4px;border-color:rgba(2,56,30,.13);border-radius:22px;background:rgba(2,56,30,.055)}.report-hub-inner{padding:4px;border-radius:17px;background:#07301f;grid-template-columns:minmax(250px,3.8fr) minmax(0,8.2fr);gap:4px}.report-hub-selector{padding:4px;gap:3px}.report-hub-selector-item{min-height:82px;padding:8px 10px;grid-template-columns:40px minmax(0,1fr) 23px;gap:10px;border-radius:12px}.report-hub-selector-item:hover{transform:translateX(2px)}.report-hub-selector-thumb{width:40px;border-radius:3px;box-shadow:none}.report-hub-selector-copy small{margin-bottom:4px;font-size:8px;letter-spacing:.1em}.report-hub-selector-copy strong{font-size:17px;line-height:1.05}.report-hub-selector-copy>span{margin-top:5px;font-size:9px}.report-hub-selector-item>i{width:23px;height:23px;font-size:10px}.report-hub-brochure-icon{width:40px;height:56px}.report-hub-viewer{padding:4px;border-radius:14px;background:rgba(243,235,221,.065)}.report-hub-toolbar{min-height:61px;padding:10px 10px 10px 16px;border-radius:10px 10px 6px 6px}.report-hub-summary small,.report-hub-toolbar small{font-size:8px;letter-spacing:.1em}.report-hub-toolbar strong{font-size:12px}.report-hub-toolbar-actions a{min-height:34px;padding:4px 5px 4px 11px;gap:7px;font-size:9px}.report-hub-toolbar-actions a span{width:24px;height:24px}.report-hub-pdf{height:min(68vh,720px);min-height:540px;margin-top:4px;border-radius:5px}.report-hub-summary{padding:24px;grid-template-columns:minmax(0,1.15fr) minmax(230px,.85fr);gap:36px;border-radius:5px}.report-hub-summary h3{margin-top:8px;font-size:clamp(28px,2.7vw,36px)}.report-hub-summary p{margin-top:13px;font-size:12px;line-height:1.6}.report-hub-summary ul{gap:8px}.report-hub-summary li{padding-bottom:8px;font-size:11px}.report-hub-note{padding:12px 16px;border-radius:5px 5px 10px 10px}.report-hub-note strong{font-size:8px}.report-hub-disclaimer,.report-hub-note p{font-size:10px}.report-hub-disclaimer{margin-top:18px}@media (max-width:860px){.report-hub-workspace{padding-block:108px 64px}.report-hub-heading,.report-hub-inner{grid-template-columns:minmax(0,1fr)}.report-hub-heading{gap:14px}.report-hub-heading>p{max-width:660px}.report-hub-selector-item{min-height:74px}.report-hub-summary{grid-template-columns:minmax(0,1fr);gap:24px}}@media (max-width:767px){.report-hub .reports-shell{padding-inline:18px}.report-hub-workspace{padding-block:98px 52px}.report-hub-heading{margin-bottom:16px}.report-hub-heading h1{font-size:34px}.report-hub-shell{margin-inline:-8px;padding:3px;border-radius:18px}.report-hub-inner{padding:3px;border-radius:14px;gap:3px}.report-hub-selector-item{min-height:68px;grid-template-columns:36px minmax(0,1fr) 21px;padding:6px 8px;border-radius:10px}.report-hub-selector-thumb{width:36px}.report-hub-selector-copy strong{font-size:16px}.report-hub-brochure-icon{width:36px;height:50px}.report-hub-viewer{padding:3px;border-radius:11px}.report-hub-toolbar{min-height:57px;padding:8px 7px 8px 12px}.report-hub-pdf{height:65svh;min-height:480px}.report-hub-summary{padding:20px 17px}.report-hub-summary h3{font-size:29px}.report-hub-note{padding:11px 13px}}.report-hub-brochure-icon i,.report-hub-inner,.report-hub-pdf,.report-hub-selector-item,.report-hub-selector-thumb,.report-hub-shell,.report-hub-summary,.report-hub-toolbar,.report-hub-toolbar-actions a,.report-hub-toolbar-actions a span,.report-hub-viewer{border-radius:0}.report-hub-shell{padding:1px;background:rgba(2,56,30,.14)}.report-hub-shell>.report-hub-toolbar{width:100%}.report-hub-inner{padding:0;margin-top:1px;gap:1px}.report-hub-selector{padding:8px;gap:2px}.report-hub-selector-item{min-height:76px;padding-block:7px}.report-hub-selector-item:hover{transform:none}.report-hub-selector-item>i{border-radius:0;background:transparent}.report-hub-selector-item.is-active>i,.report-hub-viewer{background:transparent}.report-hub-viewer{padding:0}.report-hub-toolbar{min-height:60px;border-bottom:1px solid rgba(2,56,30,.12)}.report-hub-toolbar-actions a{border:1px solid rgba(82,47,54,.12);background:transparent}.report-hub-toolbar-actions a span{background:transparent}.report-hub-document-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.46fr);grid-gap:1px;gap:1px;background:rgba(2,56,30,.14)}.report-hub-pdf{height:min(72vh,760px);min-height:580px;margin-top:0}.report-hub-summary{display:flex;max-height:min(72vh,760px);padding:28px 24px 24px;flex-direction:column;gap:18px;overflow-y:auto}.report-hub-summary h3{font-size:clamp(27px,2.4vw,34px);line-height:1.02}.report-hub-summary ul{margin-top:0}.report-hub-summary li:last-child{border-bottom:0}@media (max-width:1080px){.report-hub-inner{grid-template-columns:minmax(0,1fr)}.report-hub-selector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.report-hub-shell{margin-inline:-8px;padding:1px}.report-hub-inner{padding:0;gap:1px}.report-hub-selector{display:flex;padding:6px}.report-hub-selector-item{min-height:66px}.report-hub-document-grid{grid-template-columns:minmax(0,1fr)}.report-hub-pdf{height:65svh;min-height:480px}.report-hub-summary{max-height:none;padding:22px 18px;gap:18px;overflow:visible}.report-hub-summary ul{margin-top:0}}.peri-products-page{background:#f3ebdd}.peri-catalogue-section{position:relative;overflow:clip;padding:clamp(148px,13vw,196px) 0 clamp(104px,11vw,160px);color:#2c2019;background:radial-gradient(circle at 7% 8%,rgba(198,212,94,.16),transparent 29rem),radial-gradient(circle at 93% 46%,rgba(82,47,54,.065),transparent 34rem),#f3ebdd}.peri-catalogue-header{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(260px,.58fr);grid-gap:clamp(40px,8vw,120px);gap:clamp(40px,8vw,120px);align-items:end;margin-bottom:clamp(82px,10vw,142px)!important}.peri-catalogue-header h1{max-width:850px;margin:0;color:#522f36;font-family:var(--peri-display);font-size:clamp(48px,6.6vw,94px);font-weight:600;letter-spacing:-.035em;line-height:.94}.peri-catalogue-intro{display:grid;grid-gap:34px;gap:34px}.peri-catalogue-intro>p{max-width:430px;margin:0;color:#695d52;font-size:clamp(15px,1.35vw,18px);line-height:1.72}.peri-catalogue-guide{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:430px;padding-top:15px;border-top:1px solid rgba(82,47,54,.16);color:#7a6e60;font-size:9px;font-weight:650;letter-spacing:.18em;text-transform:uppercase}.peri-catalogue-guide span:first-child{color:#02381e}.peri-catalogue-timeline{position:relative}.peri-catalogue-rail{position:absolute;top:clamp(80px,8vw,112px);bottom:clamp(80px,8vw,112px);left:50%;width:1px;overflow:hidden;background:rgba(82,47,54,.16);transform:translateX(-50%)}.peri-catalogue-rail-progress{position:absolute;inset:0;display:block;background:linear-gradient(180deg,#9fae45,#02381e 88%);box-shadow:0 0 18px rgba(159,174,69,.26);transform:scaleY(0);transform-origin:center top;will-change:transform}.peri-catalogue-list{display:grid;grid-gap:clamp(18px,3vw,48px);gap:clamp(18px,3vw,48px)}.peri-catalogue-row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) clamp(58px,6vw,84px) minmax(0,1fr);min-height:clamp(680px,84svh,900px);padding-block:clamp(58px,7vw,96px);align-items:center}.peri-catalogue-row.is-reversed .peri-catalogue-media{grid-column:3}.peri-catalogue-row.is-reversed .peri-catalogue-copy{grid-column:1;grid-row:1;justify-self:end;padding-right:clamp(10px,3vw,42px)}.peri-catalogue-marker{position:relative;z-index:1;display:grid;grid-column:2;grid-row:1;width:48px;height:48px;place-items:center;justify-self:center;border-radius:50%;background:#f3ebdd;color:#522f36;box-shadow:0 0 0 7px #f3ebdd,0 0 0 8px rgba(82,47,54,.2),inset 0 0 0 1px rgba(82,47,54,.2);font-family:var(--peri-display);font-size:16px;font-weight:700;will-change:transform,opacity}.peri-catalogue-marker:after{position:absolute;width:7px;height:7px;border-radius:50%;background:#a6b84d;content:"";transform:translateY(31px)}.peri-catalogue-media{grid-column:1;grid-row:1;min-width:0;margin:0}.peri-catalogue-media-shell{position:relative;max-width:590px;padding:clamp(6px,.7vw,9px);border-radius:clamp(24px,2.4vw,34px);background:rgba(82,47,54,.065);box-shadow:0 34px 90px rgba(44,32,25,.13),inset 0 1px 0 rgba(255,255,255,.62),0 0 0 1px rgba(82,47,54,.07);will-change:transform,opacity}.peri-catalogue-row.is-reversed .peri-catalogue-media-shell{margin-left:auto}.peri-catalogue-media-frame{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:clamp(18px,1.9vw,26px);background:#ded3c2;box-shadow:inset 0 1px 1px rgba(255,255,255,.2)}.peri-catalogue-image-shell{position:absolute;inset:-10% -2%}.peri-catalogue-image{object-fit:cover;will-change:transform}.peri-catalogue-media figcaption{display:flex;justify-content:space-between;gap:20px;padding-top:14px;color:#7a6e60;font-size:10px;font-weight:600;letter-spacing:.17em;text-transform:uppercase}.peri-catalogue-media figcaption span:first-child{color:#522f36;letter-spacing:.08em}.peri-catalogue-copy{grid-column:3;grid-row:1;width:100%;max-width:455px;padding-left:clamp(10px,3vw,42px);will-change:opacity,transform}.peri-catalogue-meta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px;padding-bottom:15px;border-bottom:1px solid rgba(2,56,30,.2);color:#02381e;font-size:9px;font-weight:650;letter-spacing:.18em;text-transform:uppercase}.peri-catalogue-meta span:first-child{color:#a1ae46}.peri-catalogue-copy h2{margin:0 0 22px;color:#522f36;font-family:var(--peri-display);font-size:clamp(44px,5.1vw,72px);font-weight:600;letter-spacing:-.025em;line-height:.96}.peri-catalogue-description{max-width:440px;margin:0;color:#5f554c;font-size:clamp(16px,1.4vw,18px);line-height:1.72}.peri-catalogue-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1px;gap:1px;margin:34px 0 30px;padding:1px;border-radius:16px;background:rgba(82,47,54,.12);box-shadow:0 0 0 5px rgba(82,47,54,.035),inset 0 1px 0 rgba(255,255,255,.5);overflow:hidden}.peri-catalogue-facts>div{min-width:0;padding:17px 18px;background:rgba(247,241,231,.9)}.peri-catalogue-facts dt{margin-bottom:8px;color:#887b6e;font-size:9px;font-weight:650;letter-spacing:.16em;text-transform:uppercase}.peri-catalogue-facts dd{margin:0;color:#352820;font-size:13px;font-weight:600;line-height:1.45}.peri-catalogue-link{display:inline-flex;align-items:center;gap:16px;padding:7px 8px 7px 19px;border-radius:999px;background:#02381e;color:#f3ebdd;font-size:13px;font-weight:650;transition:color .65s cubic-bezier(.32,.72,0,1),background-color .65s cubic-bezier(.32,.72,0,1),transform .65s cubic-bezier(.32,.72,0,1)}.peri-catalogue-link:hover{background:#522f36;color:#f3ebdd;transform:translateY(-2px)}.peri-catalogue-link:active{transform:scale(.98)}.peri-catalogue-link:focus-visible{outline:2px solid #02381e;outline-offset:4px}.peri-catalogue-link-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:rgba(243,235,221,.12);transition:transform .65s cubic-bezier(.32,.72,0,1)}.peri-catalogue-link:hover .peri-catalogue-link-icon{transform:translate(2px,-1px) scale(1.06)}@media (max-width:1100px){.peri-catalogue-header{grid-template-columns:1fr;gap:28px}.peri-catalogue-intro{max-width:620px}.peri-catalogue-guide,.peri-catalogue-intro>p{max-width:none}.peri-catalogue-row{grid-template-columns:minmax(0,1fr) 58px minmax(0,.92fr)}.peri-catalogue-copy,.peri-catalogue-row.is-reversed .peri-catalogue-copy{padding-inline:25px}.peri-catalogue-copy h2{font-size:clamp(40px,5.3vw,58px)}}@media (max-width:880px){.peri-catalogue-section{padding:128px 0 96px}.peri-catalogue-header{margin-bottom:60px!important}.peri-catalogue-header h1{font-size:clamp(44px,14vw,64px)}.peri-catalogue-timeline{padding-right:20px!important}.peri-catalogue-rail{top:78px;bottom:78px;left:28px;transform:none}.peri-catalogue-list{gap:24px}.peri-catalogue-row{grid-template-columns:1fr;min-height:0;gap:30px;padding:64px 0 64px 52px}.peri-catalogue-row.is-reversed .peri-catalogue-copy,.peri-catalogue-row.is-reversed .peri-catalogue-media{grid-column:1}.peri-catalogue-row.is-reversed .peri-catalogue-media{grid-row:1}.peri-catalogue-row.is-reversed .peri-catalogue-copy{grid-row:2}.peri-catalogue-media,.peri-catalogue-row.is-reversed .peri-catalogue-media{grid-column:1;grid-row:1;width:100%}.peri-catalogue-media-shell,.peri-catalogue-row.is-reversed .peri-catalogue-media-shell{max-width:610px;margin-inline:0}.peri-catalogue-marker{position:absolute;top:90px;left:8px;grid-column:auto;grid-row:auto;width:40px;height:40px;font-size:14px;transform:translateX(-50%)}.peri-catalogue-marker:after{width:6px;height:6px;transform:translateY(27px)}.peri-catalogue-copy,.peri-catalogue-row.is-reversed .peri-catalogue-copy{grid-column:1;grid-row:2;max-width:610px;justify-self:auto;padding-inline:0}.peri-catalogue-meta{margin-bottom:17px}.peri-catalogue-copy h2{margin-bottom:17px;font-size:clamp(41px,13vw,58px)}.peri-catalogue-facts{margin-top:26px}}@media (max-width:480px){.peri-catalogue-intro{gap:25px}.peri-catalogue-guide{align-items:flex-start;flex-direction:column;gap:8px}.peri-catalogue-timeline{padding-left:14px!important}.peri-catalogue-rail{left:24px}.peri-catalogue-row{padding-left:46px}.peri-catalogue-marker{left:10px}.peri-catalogue-media figcaption{align-items:flex-start;flex-direction:column;gap:5px}.peri-catalogue-copy h2{font-size:clamp(39px,12vw,52px)}.peri-catalogue-facts{grid-template-columns:1fr}.peri-catalogue-link{justify-content:space-between;width:100%}}@media (prefers-reduced-motion:reduce){.peri-catalogue-copy,.peri-catalogue-copy>*,.peri-catalogue-image,.peri-catalogue-marker,.peri-catalogue-media-shell{opacity:1!important;transform:none!important}.peri-catalogue-rail-progress{transform:scaleY(1)!important}}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent-horizontal],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}