.hero-section{height:495px;position:relative;background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;padding:0 24px;margin-top:0;top:-1px}.hero-background{width:100%;max-width:1000px;display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:24px 0 0;gap:24px}.hero-content{text-align:center;color:var(--color-text-inverted);padding-top:300px}.hero-title{font-weight:500;font-size:48px;line-height:1.2;margin-bottom:20px}.hero-description,.hero-title{font-family:var(--font-family-sans);text-align:left}.hero-description{font-weight:400;font-size:var(--font-size-body);line-height:32px;opacity:.9;white-space:pre-wrap}@media (max-width:480px){.hero-section{height:450px;padding:0 24px}.hero-background{padding:20px 0;gap:0}.hero-title{font-size:32px;text-align:left;margin-bottom:8px}.hero-content{padding-top:270px}.hero-description{font-size:16px;line-height:24px;text-align:left}.heading-xl,.hero-description{white-space:normal;word-break:keep-all}}.main-container{max-width:1000px;margin:0 auto;padding:var(--p-section-y) 0;box-sizing:border-box}@media (max-width:1024px){.main-container{padding:100px 24px}}@media (max-width:480px){.main-container{padding:80px 24px}}.about-proseed{background:var(--color-surface)}.about-proseed .main-container{max-width:1000px;margin:0 auto;padding:var(--p-section-y) 0}.about-page .about-proseed .main-container{padding-top:100px!important}.team-culture-section{margin-top:var(--space-64);margin-bottom:var(--space-64)}.team-culture-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap-16);width:100%}.team-culture-card{position:relative;height:340px;width:100%;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.team-culture-card:hover{transform:translateY(-4px)}.team-culture-card .card-background{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:100%;transition:background-image .3s ease}.team-culture-card-1 .card-background{background-image:url(/teamculture1.webp)}.team-culture-card-1:hover .card-background{background-image:url(/teamculture1_hover.webp)}.team-culture-card-2 .card-background{background-image:url(/teamculture2.webp)}.team-culture-card-2:hover .card-background{background-image:url(/teamculture2_hover.webp)}.team-culture-card-3 .card-background{background-image:url(/teamculture3.webp)}.team-culture-card-3:hover .card-background{background-image:url(/teamculture3_hover.webp)}.team-culture-card-4 .card-background{background-image:url(/teamculture4.webp)}.team-culture-card-4:hover .card-background{background-image:url(/teamculture4_hover.webp)}.card-content{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:var(--space-32)}.card-title{font-family:var(--font-family-heading);font-weight:700;font-size:var(--font-size-heading-lg);line-height:var(--line-height-heading-lg);color:#000000;margin:0;text-align:left;white-space:pre-line;word-break:keep-all;max-width:428px;transition:font-size .3s ease,color .3s ease}.team-culture-card:hover .card-title{font-size:28px;color:var(--color-text-primary)}.card-description{font-family:var(--font-family-sans);font-weight:400;font-size:var(--font-size-body-sm);line-height:1.6;color:#000000;margin:0;text-align:left;white-space:pre-line;word-break:keep-all;max-width:428px;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.team-culture-card:hover .card-description{opacity:1;transform:translateY(0)}.card-icon{position:absolute;right:var(--space-32);bottom:var(--space-32);width:24px;height:24px;color:var(--color-text-primary);display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.team-culture-card:hover .card-icon{opacity:0}.team-culture-cards-section{margin-top:var(--space-80);margin-bottom:var(--space-80)}.team-culture-cards-grid{display:flex;gap:var(--gap-16);justify-content:center;align-items:stretch}.team-culture-card-item{position:relative;width:322px;height:500px;cursor:pointer;overflow:hidden}.card-image-container{position:relative;width:100%;height:100%}.card-image,.card-image-hover{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.card-image-hover{position:absolute;top:0;left:0;opacity:0}.team-culture-card-item:hover .card-image-hover{opacity:1}.team-culture-card-item:hover .card-title-text{color:var(--color-text-inverted)}.team-culture-card-item:hover .card-description-text{opacity:1;transform:translateY(0)}.team-culture-card-item:hover .card-icon-plus{opacity:0}.card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;padding:var(--space-32);display:grid;grid-template-rows:auto 1fr auto;align-items:start}.card-title-text{font-family:var(--font-family-heading);font-weight:700;font-size:var(--font-size-heading-lg);line-height:var(--line-height-heading-lg);color:var(--color-text-primary);margin:0;transition:color .3s ease;white-space:pre-line;min-height:calc(var(--line-height-heading-lg) * 3);margin-bottom:var(--space-48)}.card-description-text,.card-title-text{word-break:keep-all;text-align:left;width:100%}.card-description-text{font-family:var(--font-family-sans);font-weight:400;font-size:var(--font-size-body-sm);line-height:1.6;color:var(--color-text-inverted);margin:0;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;align-self:start;white-space:pre-wrap}.card-description-text p{margin:0 0 8px;word-break:keep-all;line-height:1.6}.card-description-text p:last-child{margin-bottom:0}.card-icon-plus{width:24px;height:24px;color:var(--color-text-primary);display:flex;align-items:center;justify-content:center;justify-self:end;align-self:end;flex-shrink:0}.cta-section{overflow:hidden}.cta-background,.cta-section{position:relative;width:100%}.cta-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.cta-image{display:block;width:100%;height:auto}.cta-content{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 var(--space-32)}.cta-title{font-family:var(--font-family-heading);font-weight:600;font-size:80px;line-height:100px;margin:0 0 var(--space-32) 0;letter-spacing:2.8px}.cta-description,.cta-title{color:var(--color-text-inverted);text-align:center;white-space:pre-line;word-break:keep-all}.cta-description{font-family:var(--font-family-sans);font-weight:400;font-size:var(--font-size-body);line-height:29px;margin:0 0 var(--space-48) 0;letter-spacing:.9px;max-width:600px}.project{position:relative;line-height:33px;font-weight:500}.project-parent{position:relative;background-color:#800000;width:auto;min-width:180px;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:10px 48px;box-sizing:border-box;text-align:center;font-size:20px;color:#fff;font-family:var(--font-family-sans);border:none;cursor:pointer;transition:background-color .3s ease}.project-parent:hover{background-color:#600000}.project-parent .button-icon{width:20px;height:20px;margin-left:8px}@media (max-width:1024px){.team-culture-grid{grid-template-columns:1fr;gap:var(--gap-24)}.team-culture-card{height:300px}.card-description{word-break:keep-all;overflow-wrap:break-word;white-space:normal}.card-title-text{margin-bottom:var(--space-24)}}@media (max-width:768px){.cta-image{width:100%;height:auto}.cta-title{font-size:32px;line-height:44px;letter-spacing:1.6px}.cta-description,.cta-title{margin-bottom:var(--space-24)}.cta-description{font-size:16px;line-height:22px;max-width:100%}.project-parent{padding:8px 20px;font-size:16px;min-width:140px}.project-parent .button-icon{width:16px;height:16px;margin-left:6px}.team-culture-section{margin-top:var(--space-40);margin-bottom:var(--space-40)}.team-culture-card{height:280px}.card-content{padding:var(--space-24)}.card-title{font-size:24px;line-height:var(--line-height-body)}.team-culture-card:hover .card-title{font-size:24px;color:var(--color-text-primary)}.team-culture-cards-section{margin-top:var(--space-40);margin-bottom:var(--space-40)}.team-culture-card-item{height:350px}.card-overlay{padding:var(--space-24)}.card-title-text{font-size:24px;line-height:var(--line-height-heading-md);min-height:calc(var(--line-height-heading-md) * 3);margin-bottom:var(--space-16);white-space:normal}}@media (max-width:480px){.cta-title{font-size:32px;line-height:44px;letter-spacing:1.6px}.cta-description,.cta-title{margin-bottom:var(--space-12)}.cta-description{font-size:16px;line-height:22px;max-width:100%}.cta-button{font-size:14px;padding:var(--space-8) var(--space-16)}.cta-content{padding:0 var(--space-16)}.project-parent{padding:8px 16px;font-size:14px;min-width:120px}.project-parent .button-icon{width:14px;height:14px}.cta-background{background-size:contain;background-position:50%}.team-culture-grid{gap:var(--gap-16)}.team-culture-card{height:250px}.card-content{padding:var(--space-16)}.team-culture-cards-grid{flex-direction:column;gap:var(--gap-24);align-items:center}.team-culture-card-item{width:100%;max-width:400px;height:400px}.card-overlay{padding:var(--space-16)}}