* {
  box-sizing: border-box;
}
body {
    margin: 0;
    background-color: #EBF6FF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
}
.page-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
.header {
    padding: 28px 0;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo a {
    text-decoration: none;
    color: #333333;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.2px;
}
.nav{
    display: flex;
    gap: 62px;
    align-items: center;
}
.nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 62px;
    align-items: center;
}
.nav-links a {
    text-decoration: none;
    color: #333333;
    font-weight: 500;
    font-size: 20px;
    font-family: "JetBrains Mono", monospace;
    font-weight: 500;
}
.nav-links a:hover {
    color:#CA380C;
}
.cv-button {
    text-decoration: none;
    color: #EBF6FF;
    background: #000000;
    padding: 12px 24px;
    border-radius: 999px;
    font-size: 20px;
    letter-spacing: 0.3px;
    font-family: "JetBrains Mono", monospace;
    font-weight: 700;
    margin-right: 0;
}
.cv-button:hover {
    background: #CA380C;
}
.hero{
    padding: 90px 0 30px;
}
.container-hero{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 34px;
    align-items: start;
}
.hero-left {
    grid-column: 1 / 2;
}
.hero-location {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.hero-arrow {
    width: 30px;     
    height: 1.5px;              
    background: #333333;
    position: relative;
    display: inline-block;
    transform: translateY(-2px);
}
.hero-arrow::after{
  content:"";
  position:absolute;
  right:-1px;
  top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #333;
  border-top: 1.5px solid #333;
  transform: rotate(45deg);
}
.hero-location-text {
    font-family: "JetBrains Mono", monospace;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.6px;
}
.london {
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: #CA380C;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
}
.hero-title {
    position: relative;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    font-weight: 500;
    line-height: 0.9;
}
.hero-line {
    display: block;
    font-size: 120px;
}
.hero-right {
    position: absolute;
    right: 220px;
    top: 280px;
}
.hero-left {
    grid-column: 1 / -1;
    position: relative;
}
.hero-badge {
    position: absolute;
    top: 20px;
    right: 420px;

    display: inline-block;
    font-family: "JetBrains Mono", monospace;
    font-size: 20px;
    font-weight: 400;
    padding: 18px 26px;
    border: 1.5px solid #CA380C;
    border-radius: 999px;
    color: #CA380C;
}
.hero-bottom {
    grid-column: 1 / -1;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    justify-content: start;
    margin-top: 20px;
    margin-bottom: 26px;
}
.description1 p {
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    max-width: none;
}
.description1 {
    width: 100%;
}
.description2 {
    width: 100%;
}
.description2 p {
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    max-width: none;
}
.orange {
    color: #CA380C;
    font-weight: 500;
}
.grey-card {
    background-color: rgba(0,0,0,0.1);
    border-radius: 26px;
    padding: 26px;
}
.work-split {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.work-card {
    width: 100%;
    height: 354px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.work-card.grey-card {
    padding: 0;
}
.desktop-mockup {
    width: 100%;
    max-width: 463px;
    height: auto;
    object-fit: contain;
}
.work-mobiles {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.mobile-mockup {
    width: 100%;
    max-width: 151px;
    height: auto;
    object-fit: contain;
}
.my-work {
    padding-top: 50px;
    padding-bottom: 80px;
}
.work-header {
    display: flex;
    align-items: baseline;
    gap: 0;
    margin-bottom: 4px;
}
.work-header h2 {
    font-family: "JetBrains Mono", monospace;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
}
.works-years {
    margin-left: 15px;
    font-family: "JetBrains Mono", monospace;
    font-size: 16px;
    opacity: 0.6;
}
.works-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 50px;
    align-items: start;
}
.work-card1,
.work-card2,
.work-card3 {
    display: block;
    text-decoration: none;
    color: #333
}
.work-card1-image-box,
.work-card2-image-box,
.work-card3-image-box {
    width: 100%;
    height: 354px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px;
}
.work-card1-image-box,
.work-card2-image-box,
.work-card3-image-box {
    box-sizing: border-box;
}
.work-card1-image-box img,
.work-card2-image-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.work-text1,
.work-text2,
.work-text3 {
    margin-top: 20px;
}
.work-title1,
.work-title2,
.work-title3 {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 500;

}
.work-description1,
.work-description2,
.work-description3 {
    font-size: 16px;
    opacity: 0.7;
    margin: 0;
}
.work-card3.wide {
    grid-column: 1 / -1;
}
.work-card3-image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    height: 354px;
    padding: 26px;
    overflow: hidden;
}
.work-card3-image-box img {
    max-height: 100%;
    object-fit: contain;
    display: block;
}
.bk-desktop {
    flex: 0 1 680px;
    max-width: 60%;
    max-height: 260px;
    width: auto;
    height: auto;
}
.bk-mobiles {
    display: flex;
    flex: 0 0 auto;
    gap: 22px;         
    align-items: center;
}
.bk-mobile {
    max-height: 260px;
    width: auto;
    display: block;  
}
.work-card3-image-box .bk-mobiles {
    display: flex;
    gap: 22px;
    align-items: center;
    flex: 0 0 auto;
}
.work-card3-image-box .bk-mobile {
    width: 140px;
    height: auto;
    max-height: 260px;
    object-fit: contain;
    display: block;
    flex: 0 0 auto;
}
.contact {
    padding: 40px 0 40px;
}
.container-contact {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
.contact-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: start;
}
.contact-left h2 {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 148px;
    line-height: 0.90;
    font-weight: 800;
    letter-spacing: -1.4px;
    color:#CA380C;
    opacity: 0.8;
    filter: blur(2px)
}
.contact-right {
    justify-self: end;
    text-align: left; 
    max-width: 520px;
}
.contact-right h3 {
    margin: 0 0 44px 0;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
    color: #333;
}
.contact-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
}
.contact-links a {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #CA380C;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 10px;
}
.contact-links a:hover {
    opacity: 0.8;
}
.footer {
    margin-top: 70px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer p {
    margin: 0;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 24px;
    opacity: 0.9;
}
.footer a {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:#333;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
}
img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 1024px) {
    .nav {
        gap: 28px;
    }
    .nav-links {
        gap: 28px;
    }
    .nav-links a {
        font-size: 18px;
    }
    .cv-button {
        font-size: 18px;
        margin-right: 0;
    }
    .container-hero {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }
    .hero-line {
        font-size: 78px;
    }
    .hero-badge {
        position: static;
        margin-top: 18px;
    }
    .hero-bottom {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .description1 p,
    .description2 p {
        font-size: 18px;
    }
    .work-split {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .work-card {
        height: auto;
        padding: 26px;
    }
    .desktop-mockup {
        width: 100%;
        max-width: 520px;
        height: auto;
    }
    .mobile-mockup { 
        width: 130px; 
        height: auto; 
    }
    .works-grid {
        grid-template-columns: 1fr;
        row-gap: 36px;
    }
    .work-card1-image-box,
    .work-card2-image-box,
    .work-card3-image-box {
        height: auto;
    }
    .work-card1-image-box img,
    .work-card2-image-box img {
        max-height: 280px;
    }
    .work-card3-image-box {
        height: auto;
        padding: 20px;
        gap: 22px;
    }
    .bk-desktop {
        max-width: 100%;
        max-height: 240px;
    }
    .work-card3-image-box .bk-mobile {
        width: 120px;
        max-height: 240px;
        display: block; 
    }
    .contact-content {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .contact-left h2 {
        font-size: 96px;
        line-height: 0.9;
    }
    .contact-right {
        justify-self: start;
        max-width: 100%
    }
    .contact-right h3 {
        font-size: 44px;
        margin-bottom: 28px;
    }
    .contact-links a {
        font-size: 34px;
    }
    .footer {
        margin-top: 50px;
    }
}
@media (max-width: 768px) {
    .container-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .logo a { 
        font-size: 20px; 
    }
    .nav {
        width: 100%;
        justify-content: space-between;
        gap: 14px;
    }
    .nav-links { 
        gap: 16px; 
    }
    .nav-links a { 
        font-size: 16px; 
    }
    .cv-button {
        padding: 10px 16px;
        font-size: 16px;
    }
    .hero { 
        padding: 60px 0 20px; 
    }
    .hero-location-text { 
        font-size: 16px; 
    }
    .hero-line { 
        font-size: 54px; 
    }
    .hero-title { 
        line-height: 0.95; 
    }
    .description1 p,
    .description2 p {
        font-size: 16px;
        line-height: 1.5;
    }
    .work-split { 
        gap: 18px; 
    }
    .grey-card {
        border-radius: 20px;
        padding: 18px;
    }
    .work-mobiles { 
        gap: 14px; 
    }
    .mobile-mockup { 
        width: 115px; 
    }
    .desktop-mockup { 
        max-width: 100%; 
    }
    .my-work {
        padding-top: 36px;
        padding-bottom: 60px;
    }
    .work-header h2 {
        font-size: 26px;
    }
    .works-years {
        font-size: 14px;
    }
    .work-mobiles {
        gap: 14px;
    }
    .mobile-mockup {
        width: 115px;
    }
    .work-card3-image-box {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .bk-mobiles {
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px;
    }
    .work-card3-image-box .bk-mobile {
        width: 110px;
        max-height: 220px;
    }
    .contact {
        padding: 50px 0 30px;
    }
    .contact-left h2 {
        font-size: 56px;
        letter-spacing: -1.1px;
        filter: blur(1.6px);
    }
    .contact-right h3 {
        font-size: 34px;
    }
    .contact-links a {
        font-size: 26px;
        text-underline-offset: 7px;
        text-decoration-thickness: 3px;
    }
    .footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-top: 40px;
    }
    .footer p {
        font-size: 16px;
    }
    .footer a {
        font-size: 16px;
    }
}