:root{--color-primary:#000;--color-secondary:#fff;--color-grey:#8d8d8d;--color-bg:var(--color-secondary);--color-text:var(--color-primary);--color-text-muted:var(--color-grey);--color-border:var(--color-primary);--font-display:var(--font-bricolage), "Iowan Old Style", serif;--font-body:var(--font-jakarta), -apple-system, "Helvetica Neue", sans-serif;--ease-out:ease-in-out;--dur-fast:.2s;--dur-base:.5s}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-grey{color:var(--color-text-muted)}.text-center{text-align:center}.page-start{padding:12rem 7rem 10rem}.page-start.small{padding:12rem 7rem 5rem}@media (max-width:1200px){.page-start.small{padding:12rem 5rem 5rem}}@media (max-width:1024px){.page-start.small{padding:12rem 4rem 5rem}}@media (max-width:768px){.page-start.small{padding:12rem 3rem 9rem}}@media (max-width:576px){.page-start.small{padding:13rem 3rem 9rem}}@media (max-width:400px){.page-start.small{padding:13rem 2rem 9rem}}@media (max-width:1200px){.page-start{padding:12rem 5rem}}@media (max-width:1024px){.page-start{padding:12rem 4rem}}@media (max-width:768px){.page-start{padding:12rem 3rem 14rem}}@media (max-width:576px){.page-start{padding:13rem 3rem 14rem}}@media (max-width:400px){.page-start{padding:13rem 2rem 14rem}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;font-size:62.5%}@media (min-width:1600px){html{font-size:125%}}@media (max-width:900px){html{font-size:50%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;width:100%;margin:0;padding:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}ul,ol{margin:0;padding:0;list-style:none}img,picture,svg{max-width:100%;display:block}a{color:inherit;background:0 0;border:none;text-decoration:none}button{appearance:none;cursor:pointer;font:inherit;color:inherit;background:0 0;border:none;padding:0}input,textarea,select{font:inherit;color:inherit}::selection{background:var(--color-primary);color:var(--color-secondary)}body{font-family:var(--font-body);font-size:1.6rem;font-weight:400;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.01em;font-weight:600;line-height:1.1}h6{font-size:1.75rem}h5{font-size:2.1875rem}h4{font-size:2.73438rem}h3{font-size:3.41797rem}h2{font-size:4.27246rem}h1{font-size:5.34058rem}@media (max-width:768px){h1{font-size:3.41797rem}}small,.text-small{font-size:1.3rem}.eyebrow{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--color-bg);background-color:var(--color-text);margin-bottom:.8rem;padding:0 .8rem;font-size:1.4rem;font-weight:400;display:inline-block}.eyebrow.inverted{border:1px solid var(--color-bg);background:0 0}.eyebrow.no-margin{margin-bottom:0}.eyebrow.margin-lg{margin-bottom:2rem}.container{padding:5rem 7rem}@media (max-width:1200px){.container{padding:5rem}}@media (max-width:1024px){.container{padding:5rem 4rem}}@media (max-width:768px){.container{padding:5rem 3rem}}@media (max-width:576px){.container{padding:5rem 3rem}}@media (max-width:400px){.container{padding:5rem 2rem}}.grid,.grid-5,.grid-4,.grid-3,.grid-2{gap:3rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}@media (max-width:768px){.grid-2{grid-template-columns:1fr}}.grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width:1200px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-3{grid-template-columns:1fr}}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1200px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.grid-4{grid-template-columns:1fr}}.grid-5{grid-template-columns:65% 35%;gap:1rem}@media (max-width:768px){.grid-5{grid-template-columns:1fr}}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.btn{letter-spacing:.02em;border:1px solid var(--color-primary);background:var(--color-secondary);color:var(--color-primary);transition:background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);justify-content:center;align-items:center;gap:.8rem;padding:1rem 2rem;font-size:1.6rem;font-weight:400;display:inline-flex}.btn:hover,.btn:focus-visible{background:var(--color-primary);color:var(--color-secondary)}.btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.btn--inverted{color:var(--color-secondary);border-color:var(--color-secondary);background:0 0}.btn--inverted:hover,.btn--inverted:focus-visible{background:var(--color-secondary);color:var(--color-primary)}.header{z-index:100;background:var(--color-bg);border-bottom:1px solid var(--color-border);width:100%;padding:1rem 7rem;position:fixed;top:0;left:0}@media (max-width:1200px){.header{padding:1rem 5rem}}@media (max-width:768px){.header{padding:1rem 3rem}}@media (max-width:400px){.header{padding:1rem 2rem}}.header_logo{font-family:var(--font-display);max-width:8rem}.header_logo img{object-fit:cover;width:100%;height:auto}.header__nav-group{border:1px solid var(--color-border);align-items:stretch;display:flex}@media (max-width:768px){.header__nav-group{display:none}}.header__nav{align-items:stretch;display:flex}.header__link{border-left:1px solid var(--color-border);transition:background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);align-items:center;padding:.8rem 3.2rem;font-size:1.6rem;display:flex}.header__link:first-child{border-left:none}.header__link:hover{background:var(--color-primary);color:var(--color-secondary)}.header__cta{background:var(--color-primary);color:var(--color-secondary);border-left:1px solid var(--color-border);transition:background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);align-items:center;padding:.8rem 3.2rem;font-size:1.6rem;display:flex}.header__cta:hover{background:var(--color-secondary);color:var(--color-primary)}.header__toggle{width:3rem;height:3rem;display:none;position:relative}.header__toggle span{background:var(--color-primary);width:100%;height:1px;transition:transform var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out);position:absolute;left:50%;transform:translate(-50%,-50%)}.header__toggle span:first-child{top:calc(50% - .4rem)}.header__toggle span:last-child{top:calc(50% + .4rem)}@media (max-width:768px){.header__toggle{display:block}}.header__toggle--close span{background:var(--color-secondary)}.header__toggle--close span:first-child{top:50%;transform:translate(-50%,-50%)rotate(45deg)}.header__toggle--close span:last-child{top:50%;transform:translate(-50%,-50%)rotate(-45deg)}.header__mobile-overlay{background:var(--color-primary);width:100vw;height:100vh;color:var(--color-secondary);z-index:200;flex-direction:column;display:none;position:fixed;inset:0}@media (max-width:768px){.header__mobile-overlay{display:flex}}.header__mobile-bar{padding:2rem 7rem 1rem}@media (max-width:1200px){.header__mobile-bar{padding:2rem 5rem 1rem}}@media (max-width:768px){.header__mobile-bar{padding:2rem 3rem 1rem}}@media (max-width:400px){.header__mobile-bar{padding:2rem 2rem 1rem}}.header__mobile-bar .header__logo{color:var(--color-secondary)}.header__mobile-nav{flex-direction:column;flex:1;justify-content:center;gap:.4rem;padding:2.4rem;display:flex}.header__mobile-link{font-family:var(--font-display);border-bottom:1px solid #fff3;padding-block:1.6rem;font-size:3.2rem;display:block}.header__mobile-link--cta{color:var(--color-secondary);opacity:.7}.footer{background:var(--color-primary);color:var(--color-secondary);margin-top:4rem}.footer-border{border:1px solid var(--color-bg);padding:2.4rem}.footer__logo{font-family:var(--font-display);font-size:3rem}.footer__brand p.text-grey{font-size:2rem}.footer__col ul{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.footer__bottom{margin-top:6rem;padding-top:2.4rem}.hero-heading{text-align:center;width:90%;margin-inline:auto;overflow:hidden}@media (max-width:768px){.hero-heading{width:100%}}.hero-heading h1{text-transform:uppercase;font-weight:600;line-height:.8;display:block}.hero_tagline{text-align:center;font-weight:200;line-height:1}.hero-img{aspect-ratio:16/9;background:var(--color-grey);margin-top:4rem;overflow:hidden}.hero-img img{object-fit:cover;width:100%;height:100%}.home_works{border:1px solid var(--color-border);padding:2.4rem}.home_works .heading p{font-size:2rem}.home_works-intro{max-width:50rem;color:var(--color-text-muted);margin-top:1.2rem}.home_works-list{margin-top:4rem}.home_works-row:not(:last-child){border-bottom:1px solid var(--color-border)}.home_works-link{grid-template-columns:1fr 1.6fr;align-items:center;gap:3rem;padding-block:3rem;display:grid}@media (max-width:768px){.home_works-link{grid-template-columns:1fr;gap:1.6rem}}.home_works-meta{flex-direction:column;gap:.6rem;display:flex}.home_works-image{aspect-ratio:4/3;background:var(--color-grey);width:100%;max-height:49rem;overflow:hidden}.home_works-image img{object-fit:cover;width:100%;height:100%;transition:transform var(--dur-base) var(--ease-out)}.home_services{border:1px solid var(--color-border);padding:2.4rem}.home_services-grid{margin-top:4rem}.home_services-item{border:1px solid var(--color-border);grid-template-rows:auto 15rem;gap:1.2rem;padding:4rem 2.4rem 2.4rem;display:grid}.home_services-item .text-box{flex-direction:column;gap:2rem;display:flex}.home_services-item .text-box p{margin-top:1rem;font-size:2rem}.home_services-item .text-box a{width:fit-content;margin-top:auto}.home_services-item .img-box{width:100%;overflow:hidden}.home_services-item .img-box img{aspect-ratio:16/9;object-fit:cover;width:100%;height:100%;display:block}.home_about{border:1px solid var(--color-border);padding:2.4rem 2.4rem 0}.home_about-story{margin-bottom:4rem;overflow:hidden}.home_about-story .text-box{border:1px solid var(--color-border);padding:2.4rem}.home_about-story .text-box h1{margin-bottom:1.5rem}.home_about-story .text-box p{margin-bottom:2rem;font-size:2rem}.home_about-story .img-box{width:100%;overflow:hidden}.home_about-story .img-box img{aspect-ratio:16/9;object-fit:cover;width:100%;height:100%;display:block}.home_about-team{padding-top:6rem}.home_about-team .section-heading{grid-template-columns:60% 40%;display:grid}@media (max-width:768px){.home_about-team .section-heading{grid-template-columns:1fr}}.home_about-team-grid{margin-top:4rem}.home_about-team-grid li{flex-direction:column;gap:.8rem;display:flex}.home_about-team-item{border:1px solid var(--color-border);padding:2.4rem}.home_about-team-item:hover{background-color:var(--color-border);color:var(--color-bg)}.home_about-team-photo{aspect-ratio:1;background:var(--color-grey);max-height:50rem;margin-bottom:.8rem;overflow:hidden}.home_about-team-photo img{object-fit:cover;width:100%;height:100%}.home_testimonials .heading{text-align:center;margin-bottom:6rem}.home_testimonials .heading h2{letter-spacing:.3px;font-weight:700}.home_testimonials-lists{column-count:2;grid-column:1/3;column-gap:2rem}@media (max-width:768px){.home_testimonials-lists{column-count:1}}.home_testimonials-item{break-inside:avoid;border:1px solid var(--color-border);padding:2rem}.home_testimonials-item h5{font-weight:500}.home_testimonials-item:first-child,.home_testimonials-item:nth-child(4){background:var(--color-border);color:var(--color-bg)}.home_testimonials-item:not(:last-child){margin-bottom:2rem}@media (max-width:768px){.home_testimonials-item:not(:last-child){margin-bottom:1rem}}.home_testimonials-item:nth-child(2){margin-bottom:0}@media (max-width:768px){.home_testimonials-item:nth-child(2){margin-bottom:1rem}}.home_testimonials-item p{margin-top:3rem}.home_testimonials-stat{flex-direction:column;align-items:flex-start;gap:3rem;height:100%;display:flex}.home_testimonials-stat p{font-size:2rem}.home_testimonials-stat h3{font-weight:700}.home_testimonials-stat h3 span{color:var(--color-grey)}.home_testimonials-stat .bottom{margin-top:auto}.home_testimonials-number{font-family:var(--font-display);font-size:5rem}.home_faq{background-color:var(--color-text);color:var(--color-bg)}.home_faq .heading{text-align:center;margin-bottom:8rem}.home_faq .heading h1{font-weight:700}.home_faq .heading h1 span{color:var(--color-grey)}.home_faq-list{column-count:2;gap:0 2rem}@media (max-width:900px){.home_faq-list{column-count:1}}.home_faq-item{break-inside:avoid;padding-block:2.4rem}.home_faq-question{border-bottom:1px solid var(--color-bg);text-align:left;width:100%;font-size:2.4rem;font-weight:500;font-family:var(--font-display);padding-bottom:2rem}.home_faq-icon{color:var(--color-text-muted);font-size:2rem}.home_faq-answer{justify-content:center;padding:3rem 1rem 0;display:flex;overflow:hidden}.home_faq-answer p{font-size:2rem}.journal__header{align-items:start}@media (max-width:768px){.journal__header{grid-template-columns:1fr;row-gap:2.4rem}}.journal__intro{flex-direction:column;align-items:flex-start;gap:2.4rem;display:flex}.journal__intro p{color:var(--color-text-muted)}.journal__grid{margin-top:6rem}.journal__image{aspect-ratio:4/3;background:var(--color-grey);margin-bottom:2.4rem;overflow:hidden}.journal__image img{object-fit:cover;width:100%;height:100%;transition:transform var(--dur-base) ease-in-out}.journal__card:hover .journal__image img{transform:scale(1.03)}.journal__excerpt{color:var(--color-text-muted);max-width:48rem;margin-top:1.2rem}.journal__meta{margin-top:2.4rem}.journal__tag{background:var(--color-primary);color:var(--color-secondary);letter-spacing:.04em;text-transform:uppercase;padding:.6rem 1.2rem;font-size:1.2rem}.home_cta-grid{align-items:start;margin-top:6rem}.home_cta h1{font-weight:700}.home_cta h1 span{color:var(--color-grey)}.home_cta-form{gap:1.6rem;width:90%}@media (max-width:768px){.home_cta-form{width:100%}}.home_cta-form input,.home_cta-form textarea{border:0;border-bottom:1px solid var(--color-text);color:var(--color-text);background:0 0;outline:0;padding:1.4rem 1.6rem}.home_cta-form input::placeholder,.home_cta-form textarea::placeholder{color:var(--color-grey)}.home_cta-form .btn.btn--inverted{background-color:var(--color-text);color:var(--color-bg);width:100%;transition:all .2s}.home_cta-form .btn.btn--inverted:hover{background-color:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border)}.home_cta-form .btn{align-self:flex-start}.home_cta-contact{flex-direction:column;gap:6rem;height:100%;display:flex}.home_cta-contact .heading h2{font-weight:700}.home_cta-contact .heading p{font-size:2rem}.home_cta-contact-box{gap:3rem;margin-top:auto;display:flex}@media (max-width:768px){.home_cta-contact-box{flex-direction:column;gap:2rem}}.home_cta-contact-box h4{margin-bottom:.5rem;font-weight:500}.home_cta-contact-box p,.home_cta-contact-box a{font-weight:300}.home_cta-contact-box a{text-decoration:underline}.home_cta-contact-box .social-box{justify-content:center;gap:1rem;width:fit-content;display:flex}.home_cta-contact-box .social-box a{font-size:2rem;transition:all .5s ease-in-out}.home_cta-contact-box .social-box a:hover{transform:scale(1.05)translate(1px)}.about-hero-img{aspect-ratio:16/9;background:var(--color-grey);margin-top:4rem;overflow:hidden}.about-hero-img img{object-fit:cover;width:100%;height:100%}.editorial-block{border:1px solid var(--color-border);padding:2.4rem}.editorial-block__grid{gap:1rem;overflow:hidden}@media (max-width:768px){.editorial-block__grid{grid-template-columns:1fr;row-gap:2.4rem}}.editorial-block__body{border:1px solid var(--color-border);flex-direction:column;justify-content:center;gap:1.6rem;padding:2.4rem;display:flex}.editorial-block__body p{font-size:2rem}.editorial-block__image{aspect-ratio:4/3;height:100%;overflow:hidden}.editorial-block__image img{object-fit:cover;width:100%;height:100%}.editorial-block--reverse .editorial-block__grid{direction:rtl}.editorial-block--reverse .editorial-block__grid *{direction:ltr}.about-team{padding-top:6rem}.about-team .section-heading{grid-template-columns:60% 40%;display:grid}@media (max-width:768px){.about-team .section-heading{grid-template-columns:1fr}}.about-team .section-heading p{font-size:2rem}.about-team-grid{gap:2rem;margin-top:4rem}.about-team-grid li{flex-direction:column;gap:.8rem;display:flex}.about-team-item{border:1px solid var(--color-border);padding:2.4rem;transition:all .4s ease-in-out}.about-team-item:hover{background-color:var(--color-border);color:var(--color-bg)}.about-team-item:hover .about-team-photo img{filter:grayscale(0)}.about-team-photo{aspect-ratio:1;background:var(--color-grey);margin-bottom:.8rem;overflow:hidden}.about-team-photo img{object-fit:cover;filter:grayscale(100);width:100%;height:100%;transition:all .4s ease-in-out}.promise{border:1px solid var(--color-border);padding:2.4rem}.promise__grid{margin-top:4rem}.promise__item{border:1px solid var(--color-border);flex-direction:column;gap:1rem;padding:2.4rem;display:flex}.promise__item p{color:var(--color-text-muted)}.promise__icon{color:var(--color-primary);margin-bottom:.6rem}.expertise{border:1px solid var(--color-border);padding:2.4rem}.expertise__grid{margin-top:4rem}.expertise__item{border:1px solid var(--color-border);flex-direction:column;gap:1.2rem;padding:2.4rem;display:flex}.expertise__item p{font-size:2rem}.expertise__image{aspect-ratio:4/3;background:var(--color-grey);order:-1;overflow:hidden}.expertise__image img{object-fit:cover;width:100%;height:100%}.our-story{max-width:80rem;margin:auto}.our-story p{font-size:1.8rem}.our-story p:not(:last-child){margin-bottom:1rem}.project-hero__meta{margin-top:3rem}@media (max-width:576px){.project-hero__meta{gap:2rem}}.project-hero__meta-item{border-bottom:1px solid var(--color-border);justify-content:space-between;gap:2rem;padding:1rem 0;display:flex}.project-hero__meta-item span:last-child{font-size:1.4rem}.project-hero__image{aspect-ratio:16/9;background:var(--color-grey);margin-top:3rem;overflow:hidden}.project-hero__image img{object-fit:cover;width:100%;height:100%}.project-gallery__grid{gap:1rem}.project-gallery__image{aspect-ratio:4/3;background:var(--color-grey);overflow:hidden}.project-gallery__image img{object-fit:cover;width:100%;height:100%}.project-text__inner{max-width:70rem}.project-text__body{margin-top:1.2rem}.project-callout__label{max-width:60rem;margin-top:1.6rem}.project-callout__body{max-width:50rem;margin-top:1.6rem}.project-features{border:1px solid var(--color-border);padding:2.4rem}.project-features__grid{margin-top:4rem}.project-features__item{border:1px solid var(--color-border);flex-direction:column;gap:1rem;padding:2.4rem;display:flex}.project-features__item p{color:var(--color-text-muted)}.project-palette{border:1px solid var(--color-border);padding:2.4rem}.project-palette__list{flex-wrap:wrap;gap:1.2rem;margin-top:3rem;display:flex}.project-palette__chip{border:1px solid var(--color-border);padding:.8rem 1.6rem;font-size:1.3rem}.more-projects{border-top:1px solid var(--color-border)}.more-projects__grid{margin-top:4rem}.more-projects__card{display:block}.more-projects__meta{flex-direction:column;gap:.6rem;margin-bottom:1.6rem;display:flex}.more-projects__image{aspect-ratio:16/9;background:var(--color-grey);overflow:hidden}.more-projects__image img{object-fit:cover;width:100%;height:100%;transition:transform var(--dur-base) var(--ease-out)}.more-projects__card:hover .more-projects__image img{transform:scale(1.03)}.post-hero__tag{background:var(--color-primary);color:var(--color-secondary);letter-spacing:.04em;text-transform:uppercase;padding:.6rem 1.2rem;font-size:1.2rem}.post-hero__title{text-align:center;margin-top:3rem;max-width:85rem;margin-inline:auto}.post-hero__hook{margin-top:2rem;text-align:center;max-width:56rem;margin-inline:auto;font-size:1.6rem}.post-hero__image{aspect-ratio:16/9;background:var(--color-grey);margin-top:4rem;overflow:hidden}.post-hero__image img{object-fit:cover;width:100%;height:100%}.post-intro__inner{flex-direction:column;gap:1.6rem;max-width:90rem;margin:auto;display:flex}.post-intro__inner p{font-size:1.8rem}.post-section__inner{flex-direction:column;gap:1.6rem;max-width:90rem;margin:auto;display:flex}.post-section__inner h3{text-align:center;margin-bottom:.4rem}.post-section__inner p{font-size:1.8rem}.post-section__list{flex-direction:column;gap:.8rem;padding-left:2rem;display:flex}.post-section__list li{font-size:1.8rem;list-style:outside}.post-section__image{aspect-ratio:16/9;background:var(--color-grey);margin-top:3rem;overflow:hidden}.post-section__image img{object-fit:cover;width:100%;height:100%}.other-posts__grid{margin-top:4rem}.other-posts__image{aspect-ratio:16/9;background:var(--color-grey);margin-bottom:2.4rem;overflow:hidden}.other-posts__image img{object-fit:cover;width:100%;height:100%;transition:transform var(--dur-base) ease-in-out}article:hover .other-posts__image img{transform:scale(1.03)}.other-posts__excerpt{color:var(--color-text-muted);max-width:45rem;margin-top:1.2rem}.other-posts__meta{margin-top:2.4rem}.other-posts__tag{background:var(--color-primary);color:var(--color-secondary);letter-spacing:.04em;text-transform:uppercase;padding:.6rem 1.2rem;font-size:1.2rem}.journal-grid__grid{margin-top:4rem}.journal-grid__image{aspect-ratio:16/9;background:var(--color-grey);margin-bottom:2rem;overflow:hidden}.journal-grid__image img{object-fit:cover;width:100%;height:100%;transition:transform var(--dur-base) var(--ease-out)}article:hover .journal-grid__image img{transform:scale(1.03)}.journal-grid__excerpt{color:var(--color-text-muted);margin-top:1rem}.journal-grid__meta{margin-top:2rem}.journal-grid__tag{background:var(--color-primary);color:var(--color-secondary);letter-spacing:.04em;text-transform:uppercase;padding:.6rem 1.2rem;font-size:1.2rem}.portal-container{width:100%;max-width:720px;margin:0 auto;animation:.35s portalPageEnter}@keyframes portalPageEnter{0%{opacity:0;transform:translateY(.8rem)}to{opacity:1;transform:translateY(0)}}.portal-header{text-align:center;margin-bottom:3.2rem}.portal-header .portal-title{font-family:var(--font-display);margin:4px 0 0;font-weight:600}.portal-header .portal-subtitle{color:var(--color-text-muted);margin:.8px 0 0}.portal-card,.portal-access{background:var(--color-bg);border:1px solid var(--color-text);margin-bottom:2.4rem;padding:2.4rem}@media (max-width:768px){.portal-card,.portal-access{padding:2rem}}.portal-card-title{color:var(--color-text);margin:5px 0 0;font-weight:600}.portal-access-form{flex-direction:column;gap:1.6rem;margin-top:2rem;display:flex}.portal-field{flex-direction:column;gap:6px;display:flex}.portal-field label{color:#404040;font-size:1.3rem;font-weight:600}.portal-field input{color:#222;background:#fff;border:1px solid #d9d5d0;border-radius:8px;outline:none;width:100%;padding:1.1rem 1.3rem;font-size:14px}.portal-field input:focus{border-color:var(--color-text)}.portal-field input::placeholder{color:#aaa}.portal-access-form button{background:var(--color-text);width:100%;color:var(--color-bg);cursor:pointer;border:0;border-radius:8px;padding:12px 16px;font-size:1.4rem;font-weight:600}.portal-access-form button:hover{opacity:.9}.project-details{grid-template-columns:repeat(2,1fr);gap:1.8rem;margin-top:2.4rem;display:grid}@media (max-width:768px){.project-details{grid-template-columns:1fr}}.project-details>div{flex-direction:column;gap:4px;display:flex}.project-details>div span{color:var(--color-text-muted)}.project-details>div strong{color:var(--color-text);font-weight:500}.project-stages{flex-direction:column;gap:1.2rem;margin-top:2.4rem;display:flex}.project-stage{color:var(--color-text-muted);align-items:center;gap:1.2rem;font-size:1.5rem;display:flex}.project-stage.is-completed{color:var(--color-text)}.project-stage.is-current{color:#6d1f2b;font-weight:700}.project-stage-number{width:3.2rem;height:3.2rem;color:var(--color-bg);background:#6d1f2b;border-radius:50%;flex:0 0 3.2rem;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.documents-list{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.document-item{border:1px solid var(--color-text);justify-content:space-between;align-items:flex-start;gap:1.6rem;padding:1.6rem;display:flex}.document-info{min-width:0}.document-info h5{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.document-info p{color:#737373;margin:5px 0 0}.document-info small{color:#aaa;margin-top:.8rem;font-size:1.3rem;display:block}.document-item>a{color:var(--color-text);flex-shrink:0;font-weight:600;text-decoration:underline}.portal-error{border:1px solid var(--color-text);background:var(--color-bg);margin-bottom:2.4rem;padding:2.4rem}.portal-error h2{color:#6d1f2b;margin:0;font-size:1.8rem}.portal-error p{color:#737373;margin:8px 0 0;font-size:14px;line-height:1.6}.portal-loading{flex-direction:column;gap:2.4rem;display:flex}.portal-loading-card{background:#eee;height:18rem;animation:1.5s ease-in-out infinite portalPulse}@keyframes portalPulse{0%,to{opacity:.5}50%{opacity:1}}.portal-form-error{color:#b42318;margin:0;font-size:1.3rem}.portal-access-form button:disabled{cursor:not-allowed;opacity:.6}.portal-access-form input:disabled{cursor:not-allowed;background:#f7f7f7}.portal-reset{background:var(--color-text);width:100%;color:var(--color-bg);cursor:pointer;margin:.8rem 0 2.4rem;padding:1.1rem 1.6rem;font-size:1.4rem;font-weight:500;transition:all .3s;display:block}.portal-reset:hover{transform:scale(1.01)}
@font-face{font-family:clashGrotesk;src:url(../media/ClashGrotesk_Extralight-s.p.0logminkqps_k.woff2)format("woff2");font-display:swap;font-weight:200;font-style:normal}@font-face{font-family:clashGrotesk;src:url(../media/ClashGrotesk_Light-s.p.3wyvq-2_e72ni.woff2)format("woff2");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:clashGrotesk;src:url(../media/ClashGrotesk_Regular-s.p.2gyuxa54rrt02.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:clashGrotesk;src:url(../media/ClashGrotesk_Medium-s.p.03z3_ad9g_f3e.woff2)format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:clashGrotesk;src:url(../media/ClashGrotesk_Semibold-s.p.1sevd5ykf-uq4.woff2)format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:clashGrotesk;src:url(../media/ClashGrotesk_Bold-s.p.14mxhw354onr7.woff2)format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:clashGrotesk Fallback;src:local(Arial);ascent-override:92.12%;descent-override:25.88%;line-gap-override:9.32%;size-adjust:96.61%}.clashgrotesk_b56c329b-module__Qi4AMG__className{font-family:clashGrotesk,clashGrotesk Fallback}.clashgrotesk_b56c329b-module__Qi4AMG__variable{--font-body:"clashGrotesk", "clashGrotesk Fallback"}
@font-face{font-family:clashDisplay;src:url(../media/ClashDisplay_Extralight-s.p.1o8bhpmxb8y-d.woff2)format("woff2");font-display:swap;font-weight:200;font-style:normal}@font-face{font-family:clashDisplay;src:url(../media/ClashDisplay_Light-s.p.0j9s2fasiwas3.woff2)format("woff2");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:clashDisplay;src:url(../media/ClashDisplay_Regular-s.p.37sjpnqvoz-ol.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:clashDisplay;src:url(../media/ClashDisplay_Medium-s.p.3ly4kmprxegl3.woff2)format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:clashDisplay;src:url(../media/ClashDisplay_Semibold-s.p.3xiod_7d-ybin.woff2)format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:clashDisplay;src:url(../media/ClashDisplay_Bold-s.p.1d4eztoazdjhd.woff2)format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:clashDisplay Fallback;src:local(Arial);ascent-override:83.42%;descent-override:23.43%;line-gap-override:8.44%;size-adjust:106.69%}.clashdisplay_5bdef84e-module__L8EnnG__className{font-family:clashDisplay,clashDisplay Fallback}.clashdisplay_5bdef84e-module__L8EnnG__variable{--font-display:"clashDisplay", "clashDisplay Fallback"}
