:root {
    --ink: #101722;
    --slate: #68717d;
    --cream: #f8f4ea;
    --stone: #ece9e2;
    --gold: #b88918;
    --night: #0b0e10;
    --line: rgba(16, 23, 34, .16)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: Montserrat, Arial, sans-serif
}

a {
    color: inherit;
    text-decoration: none
}

.topbar {
    height: 76px;
    padding: 0 clamp(24px, 4vw, 72px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(248, 244, 234, .96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px)
}

.brand {
    display: inline-flex;
    align-items: baseline;
    gap: 12px
}

.brand strong {
    font: 400 30px/1 Georgia, serif;
    letter-spacing: -.07em;
    color: var(--gold)
}

.brand span {
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .28em
}
.brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.brand-main {
    display: inline-flex;
    align-items: baseline;
    gap: 12px;
}

.brand-slogan {
    font-size: 9px;
    margin-top: 6px;
    font-weight: 500;
    letter-spacing: 0.08em;
color:#7b7467;
    text-transform: none;
}
.topbar nav {
    display: flex;
    gap: 34px
}

.topbar nav a {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .18em;
    position: relative
}

.topbar nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -10px;
    height: 1px;
    background: var(--gold);
    transition: .25s
}

.topbar nav a:hover:after {
    right: 0
}

.menu-button {
    display: none;
    border: 0;
    background: none;
    font: 600 9px Montserrat;
    letter-spacing: .18em
}

.hero {
    height: calc(100vh - 76px);
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    background: var(--night);
    color: #fff
}

.hero-copy {
    padding: clamp(72px, 9vw, 150px) clamp(40px, 7vw, 120px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 900px
}

.eyebrow {
    margin: 0 0 32px;
    color: #d5b351;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .24em
}

.gold {
    color: var(--gold)
}

h1,
h2,
h3 {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    margin: 0
}

h1 {
    font-size: clamp(34px, 2.8vw, 54px);
    line-height: 1.08;
    letter-spacing: -.02em;
    max-width: 19ch;
    text-wrap: normal;
}


.lead {
    max-width: 650px;
    margin: 40px 0 32px;
    color: #c8cdd2;
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 1.75
}

.text-link {
    width: max-content;
    padding: 13px 0;
    border-bottom: 1px solid var(--gold);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .18em
}

.text-link span {
    margin-left: 28px;
    color: #d5b351
}

.hero-visual {
    min-height: 600px;
    background: linear-gradient(180deg, rgba(11, 14, 16, .08), rgba(11, 14, 16, .45)), url("assets/kallimarmaro-hero.jpg") center/cover;
    position: relative
}

.hero-visual:after {
    content: "";
    position: absolute;
    inset: 22px;
    
}

.hero-label {
    position: absolute;
    z-index: 1;
    bottom: 42px;
    left: 44px;
    font-size: 8px;
    letter-spacing: .2em
}

.section {
    padding: clamp(90px, 11vw, 180px)
    clamp(28px, 7vw, 130px);
}
#company {
    display: block;
    padding-top: 70px;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 10vw;
}

.intro-grid h2,
.section-head h2 {
    font-size: clamp(30px, 3.5vw, 52px);
    line-height: 1.04;
    letter-spacing: -.035em;
}


.intro-grid>div {
    padding-top: 12px
}

.intro-grid p,
.section-head>p {
    color: var(--slate);
    font-size: 16px;
    line-height: 1.8
}

.principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 110px;
    border-top: 1px solid var(--line)
}

.principles article {
    padding: 36px 30px 20px 0;
    border-right: 1px solid var(--line)
}

.principles article+article {
    padding-left: 30px
}

.principles article:last-child {
    border-right: 0
}

.principles span,
.process span {
    color: var(--gold);
    font: 400 18px Georgia, serif
}

.principles h3,
.process h3 {
    margin-top: 36px;
    font-size: 30px
}

.principles p,
.process p {
    color: var(--slate);
    font-size: 13px;
    line-height: 1.7
}

.portfolio {
    background: #fff
}

.section-head {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 10vw;
    align-items: end
}

.section-head>p {
    margin: 0
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line)
}

.project {
    min-height: 420px;
    padding: 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    position: relative;
    overflow: hidden;
    transition: .3s
}

.project:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 35%, rgba(184, 137, 24, .1));
    transform: translateX(100%);
    transition: .4s
}

.project:hover {
    background: var(--cream)
}

.project:hover:before {
    transform: translateX(0)
}

.project span,
.project em {
    z-index: 1;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .18em
}

.project span {
    color: var(--gold)
}

.project h3 {
    z-index: 1;
    font-size: clamp(22px, 2.2vw, 38px);
    line-height: 1.06
}

.project em {
    width: max-content;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--gold)
}


.project-athens {
    background: #ffffff;
    color: #111;

}

.project-athens:hover {
    background: var(--sand);
    color: #111;
}

.project-athens h3 {
    color: #111;
}

.project-athens span,
.project-athens em {
    color: var(--gold);
}

.project-athens:hover h3,
.project-athens:hover span,
.project-athens:hover em {
    color: #111;
}

.project-visa {
    background: #ffffff;
    color: #111;
}

.section-dark {
    background: var(--night);
    color: #fff;
    padding:
        clamp(80px, 9vw, 140px)
        clamp(28px, 7vw, 130px)
        clamp(60px, 6vw, 80px);
}

#approach {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 

.approach h2,
.contact h2 {
    font-size: clamp(36px, 4.8vw, 60px);
    line-height: .98;
    letter-spacing: -.04em
}

.process {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 100px;
    border-top: 1px solid rgba(255, 255, 255, .18)
}

.process article {
    padding: 38px 34px 0 0;
    border-right: 1px solid rgba(255, 255, 255, .18)
}

.process article+article {
    padding-left: 34px
}

.process article:last-child {
    border-right: 0
}

.process p {
    color: #aeb4bb
}

footer {
    padding: 60px clamp(24px, 4vw, 72px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--line)
}

footer p {
    font-size: 8px;
    letter-spacing: .18em;
    color: var(--slate)
}

@media(max-width:900px) {
    .topbar nav {
        display: none;
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        padding: 28px;
        background: var(--cream);
        border-bottom: 1px solid var(--line);
        flex-direction: column
    }

    .topbar nav.open {
        display: flex
    }

    .menu-button {
        display: block
    }

    .hero {
        grid-template-columns: 1fr
    }

    .hero-copy {
        min-height: 72vh
    }

    .hero-visual {
        min-height: 65vh
    }

    .intro-grid,
    .section-head {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .principles,
    .process {
        grid-template-columns: 1fr
    }

    .principles article,
    .principles article+article,
    .process article,
    .process article+article {
        padding: 30px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    .portfolio-grid {
        grid-template-columns: 1fr
    }

    .project {
        min-height: 340px
    }

    .contact-fields {
        grid-template-columns: 1fr
    }

    .direct-contact,
    footer {
        flex-direction: column;
        gap: 18px;
        text-align: center
    }
}

@media(max-width:520px) {
    h1 {
        font-size: 36px
    }

    .section,
    .section-dark {
        padding-left: 22px;
        padding-right: 22px
    }

    .hero-copy {
        padding-left: 24px;
        padding-right: 24px
    }

    .hero-visual:after {
        inset: 12px
    }

    .project {
        padding: 30px
    }

    .project h3 {
        font-size: 38px
    }
}/* Company section full screen */
#company {
    min-height: 100vh;
    display: flex;
    align-items: center;
}


.contact {
    background:#f8f5ef;
       
    color: #111;
    text-align: center;
    padding: clamp(105px, 9vw, 135px)
         clamp(24px, 7vw, 120px)
         clamp(70px, 8vw, 110px);
}
    

.contact > .eyebrow {
    color: var(--gold);
    margin: 0 auto 24px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.contact > h2 {
   max-width: 1100px;
    margin: 0 auto 24px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(30px, 3.8vw, 48px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.02em;
    color: #111;
} 

.contact-intro {
    max-width: 650px;
    margin: 0 auto 70px;
    color: #777;
    font-size: 17px;
    line-height: 1.7;
}

.contact-form {
    width: min(820px, 100%);
    margin: 0 auto;
    text-align: left;
}

.contact-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.contact-form label span {
    display: block;
    margin-bottom: 10px;
    color: #d5b351;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    margin-top: 10px;
    padding: 17px 18px;
    background: transparent;
    color: #111;
    border: 1px solid rgba(17, 17, 17, .28);
    border-radius: 0;
    outline: none;
    font: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--gold);
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form button {
    display: block;
    margin: 30px auto 0;
    padding: 16px 34px;
    background: #111;
    color: #fff;
    border: 1px solid #111;
    letter-spacing: .16em;
    font-size: 11px;
    cursor: pointer;
    transition: background .3s ease, color .3s ease;
}

.contact-form button:hover {
    background: var(--sand);
    color: #111;
}

.direct-contact {
    justify-content: center;
    margin-top: 55px;
    color: #555;
}

.direct-contact a {
    color: #555;
}
.contact-submit-frame {
    display: none;
}
    @media (max-width: 720px) {

    .contact-fields {
        grid-template-columns: 1fr;
    }

    .contact > h2 {
        font-size: clamp(46px, 13vw, 68px);
    }

}
  
  .contact-transition{
    max-width:520px;
    margin:110px auto 30px;
    text-align:center;
}

.transition-label{
    color: var(--gold);
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .38em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 42px;
}

.gold-text{
    color: var(--gold);
}


.contact-transition p:last-child{
    margin: 42px auto 0;
    color: rgba(255,255,255,.80);
    font-size: 19px;
    line-height: 1.9;
    max-width: 600px;
}
[hidden] {
    display: none !important;
}
/* COMPANY — FINAL LAYOUT */
#company {
    display: block;
    padding-top: 290px;
}

#company .intro-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: clamp(60px, 9vw, 150px);
    align-items: center;

    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}
#company .intro-grid > div {
    max-width: 520px;
}
#company .principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    margin-top: 100px;
    clear: both;
}
