* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    font-weight: 300;
}

.main {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    border-bottom: 1px solid #e5e7eb;
    margin-top: 20px;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-left img {
    width: 80px;
}

.hiring-badge {
    background-color: #EdDED5;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 13px;
    border: none;
    cursor: pointer;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-right a {
    text-decoration: none;
    color: black;
    font-size: 15px;
}

.nav-right a:hover {
    text-decoration: underline;
}

.cart-text {
    font-size: 15px;
}

.cart-badge {
    background-color: #EEDED5;
    border-radius: 999px;
    padding: 1px 8px;
    font-size: 13px;
}

.btn-contact {
    border: 1px solid black;
    background: white;
    padding: 8px 18px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 14px;
}

.btn-contact:hover {
    background: black;
    color: white;
}

.hero {
    padding-top: 120px;
    padding-bottom: 60px;
}

.hero h1 {
    font-size: 72px;
    font-weight: 200;
    line-height: 1.1;
}

.hero p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.6;
}

.btn-services {
    background: black;
    color: white;
    padding: 14px 28px;
    border-radius: 999px;
    border: none;
    font-size: 15px;
    margin-top: 30px;
    cursor: pointer;
}

.btn-services:hover {
    background: #333;
}

.client-logos {
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 40px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    overflow: hidden;
}

.client-logos img {
    height: 40px;
}

.section-label {
    font-size: 12px;
    color: #555;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 30px 0 10px;
    border-bottom: 1px solid #e5e7eb;
}

.services-grid {
    display: flex;
    gap: 20px;
    padding: 30px 0;
}

.service-card {
    background: #f4f4f5;
    width: 25%;
    padding: 50px 40px;
}

.service-card h2 {
    font-size: 20px;
    font-weight: 300;
}

.service-card p {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    line-height: 1.7;
}

.service-card a {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: black;
}

.work-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 20px;
}

.work-header h1 {
    font-size: 42px;
    font-weight: 300;
}

.btn-outline {
    border: 1px solid black;
    background: white;
    padding: 10px 24px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 14px;
}

.btn-outline:hover {
    background: black;
    color: white;
}

.work-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.work-item {
    width: 50%;
}

.work-item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.work-item-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.work-item-info h3 {
    font-size: 18px;
    font-weight: 300;
}

.tag-btn {
    border: 1px solid black;
    background: white;
    padding: 4px 14px;
    border-radius: 999px;
    font-size: 13px;
    cursor: pointer;
}

.tag-btn:hover {
    background: black;
    color: white;
}

.values-label {
    font-size: 12px;
    color: #555;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 30px 0 10px;
    border-bottom: 1px solid #e5e7eb;
}

.values-grid {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.values-grid-2 {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 60px;
}

.value-card {
    width: 25%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 280px;
}

.value-card h4 {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #555;
}

.value-card h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
}

.value-card h1 {
    font-size: 22px;
    font-weight: 300;
}

.vc-slate  { background: #F1F5F9; }
.vc-green  { background: #F1F6F5; }
.vc-gray   { background: #F8F8F8; }
.vc-white  { background: white; }
.vc-peach  { background: #F8EDE3; }
.vc-yellow { background: #FFFAE7; }

.btn-about {
    background: black;
    color: white;
    padding: 12px 28px;
    border-radius: 999px;
    border: none;
    font-size: 13px;
    cursor: pointer;
    width: fit-content;
    margin-top: 20px;
}

.about-section {
    padding: 80px 0 60px;
    border-bottom: 1px solid #e5e7eb;
}

.about-section h1 {
    font-size: 38px;
    font-weight: 300;
    padding-left: 25%;
    line-height: 1.5;
}

.about-cols {
    display: flex;
    margin-top: 40px;
}

.about-cols p {
    width: 50%;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    padding-right: 60px;
}

.about-cols p:last-child {
    padding-right: 0;
    padding-left: 20px;
}

.our-team-label {
    font-size: 12px;
    color: #555;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 60px;
}

.team-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 20px;
}

.team-header h1 {
    font-size: 38px;
    font-weight: 300;
}

.team-grid {
    display: flex;
    gap: 20px;
    padding-bottom: 60px;
}

.team-join {
    width: 25%;
    background: #F1F6F5;
    padding: 50px 40px;
}

.team-join h4 {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #555;
}

.team-join h2 {
    font-size: 28px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 1.4;
}

.team-join p {
    font-size: 13px;
    color: #999;
    margin-top: 10px;
    line-height: 1.7;
}

.team-join .btn-about {
    margin-top: 60px;
}

.team-member {
    width: 25%;
}

.team-member img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.team-member-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.team-member-info h3 {
    font-size: 18px;
    font-weight: 300;
}

.testimonial {
    display: flex;
    justify-content: flex-end;
    gap: 60px;
    padding: 60px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.testimonial-logo {
    width: 20%;
}

.testimonial-logo img {
    width: 120px;
}

.testimonial-text {
    width: 50%;
    padding-right: 40px;
}

.testimonial-text h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
}

.testimonial-text p {
    font-size: 15px;
    margin-top: 20px;
    line-height: 1.7;
}

.contact-section {
    background: #F1F6F5;
    display: flex;
    margin-top: 60px;
}

.contact-label {
    width: 30%;
    padding: 80px 60px;
    font-size: 15px;
}

.contact-content {
    width: 70%;
    padding: 80px 40px 80px 0;
}

.contact-content h1 {
    font-size: 46px;
    font-weight: 300;
    line-height: 1.4;
}

.contact-content p {
    font-size: 20px;
    margin-top: 15px;
    line-height: 1.6;
}

.btn-touch {
    background: black;
    color: white;
    padding: 14px 28px;
    border-radius: 999px;
    border: none;
    font-size: 14px;
    margin-top: 40px;
    cursor: pointer;
}

.blog-label {
    font-size: 12px;
    color: #555;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
    margin-top: 40px;
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 20px;
}

.blog-header h1 {
    font-size: 38px;
    font-weight: 300;
}

.blog-grid {
    display: flex;
    gap: 20px;
    padding-bottom: 60px;
}

.blog-item {
    width: 25%;
}

.blog-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.blog-item h3 {
    font-size: 16px;
    font-weight: 300;
    margin-top: 12px;
    line-height: 1.5;
}

.blog-item p {
    font-size: 14px;
    margin-top: 10px;
}

.footer-links {
    display: flex;
    gap: 20px;
    padding: 40px 0;
    border-bottom: 1px solid #e5e7eb;
}

.footer-col {
    width: 25%;
}

.footer-col-title {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 15px;
}

.footer-col a {
    display: block;
    font-size: 13px;
    color: black;
    text-decoration: none;
    line-height: 2.2;
}

.footer-col a:hover {
    text-decoration: underline;
}

.footer-social i {
    background: #e0edf4;
    padding: 8px 10px;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 8px;
    cursor: pointer;
}

.footer-logo img {
    width: 80px;
    margin-bottom: 20px;
}

.btn-more {
    background: black;
    color: white;
    padding: 12px 24px;
    border-radius: 999px;
    border: none;
    font-size: 13px;
    cursor: pointer;
    margin-top: 10px;
}

.bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 40px;
    font-size: 13px;
    color: #999;
}

.bottom-bar a {
    color: black;
}

.bottom-bar .imprint {
    margin-left: 30px;
}
