*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --clay: #C8724A;
    --clay-lt: #D9896A;
    --dark: #1A1510;
    --charcoal: #2E2720;
    --cream: #F5EFE6;
    --cream-dk: #EDE4D5;
    --gold: #C9A84C;
    --text: #4A3F35;
    --muted: #7D6E62;
    --ff-head: "Playfair Display", serif;
    --ff-body: "Jost", sans-serif
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--ff-body);
    background: var(--cream);
    color: var(--text);
    overflow-x: hidden
}

/* HEADER */
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101
}

header {
    position: fixed;
    top: 38px;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(26, 21, 16, .93);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(201, 168, 76, .2)
}

.nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    height: 72px
}

.logo {
    display: flex;
    align-items: center;
    gap: .75rem;
    text-decoration: none
}

.logo-icon {
    width: 42px;
    height: 42px;
    background: var(--clay);
    clip-path: polygon(50% 0%, 100% 40%, 100% 100%, 0% 100%, 0% 40%);
    display: flex;
    align-items: center;
    justify-content: center
}

.logo-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.logo-text {
    font-family: var(--ff-head);
    font-size: 1.35rem;
    color: var(--cream);
    font-weight: 700;
    letter-spacing: .02em
}

.logo-text span {
    color: var(--gold)
}

nav {
    display: flex;
    align-items: center;
    gap: 2.5rem
}

nav a {
    font-weight: 500;
    font-size: .875rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(245, 239, 230, .7);
    text-decoration: none;
    transition: color .25s
}

nav a:hover {
    color: var(--gold)
}

.nav-cta {
    background: var(--clay);
    color: #fff !important;
    padding: .55rem 1.4rem;
    border-radius: 2px
}

.nav-cta:hover {
    background: var(--clay-lt) !important
}

/* TOP BAR */
.topbar {
    background: var(--clay);
    width: 100%;
    padding: 0 2rem
}

.topbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    gap: 1rem;
    flex-wrap: wrap
}

.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
    gap: 1.5rem
}

.topbar-item {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .06em;
    color: #fff;
    text-decoration: none;
    white-space: nowrap
}

.topbar-item svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0
}

.topbar-sep {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, .35)
}

.topbar-timing {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .05em;
    color: rgba(255, 255, 255, .9)
}

.topbar-timing svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: rgba(255, 255, 255, .9);
    stroke-width: 2;
    stroke-linecap: round;
    flex-shrink: 0
}

/* HERO */
.hero {
    min-height: 100vh;
    background: linear-gradient(to bottom, rgba(26, 21, 16, .7), rgba(26, 21, 16, .45) 60%, rgba(26, 21, 16, .85)), url("/img/hero1.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 158px 2rem 80px;
    position: relative
}

.hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, var(--cream), transparent)
}

.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(201, 168, 76, .15);
    border: 1px solid rgba(201, 168, 76, .4);
    color: var(--gold);
    padding: .35rem 1rem;
    border-radius: 2px;
    font-size: .75rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.5rem
}

.hero-badge::before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--gold);
    border-radius: 50%
}

.hero h1 {
    font-family: var(--ff-head);
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    font-weight: 900;
    color: var(--cream);
    line-height: 1.1;
    margin-bottom: 1.5rem
}

.hero h1 em {
    font-style: italic;
    color: #D9896A
}

.hero p {
    color: rgba(245, 239, 230, .75);
    font-size: 1.05rem;
    line-height: 1.75;
    font-weight: 300;
    margin-bottom: 2.5rem;
    max-width: 480px
}

.hero-btns {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap
}

.btn-primary {
    background: var(--clay);
    color: #fff;
    padding: .85rem 2rem;
    border-radius: 2px;
    font-family: var(--ff-body);
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .25s, transform .2s;
    display: inline-block
}

.btn-primary:hover {
    background: var(--clay-lt);
    transform: translateY(-2px)
}

.btn-outline {
    background: transparent;
    color: var(--cream);
    padding: .85rem 2rem;
    border-radius: 2px;
    border: 1px solid rgba(245, 239, 230, .4);
    font-family: var(--ff-body);
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .25s, color .25s;
    display: inline-block
}

.btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold)
}

.hero-stats {
    background: rgba(26, 21, 16, .65);
    border: 1px solid rgba(201, 168, 76, .25);
    border-radius: 4px;
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    backdrop-filter: blur(8px)
}

.stat {
    text-align: center
}

.stat-num {
    font-family: var(--ff-head);
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--gold);
    line-height: 1
}

.stat-label {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgba(245, 239, 230, .6);
    margin-top: .35rem
}

/* SECTIONS */
.section {
    padding: 100px 2rem
}

.section-inner {
    max-width: 1200px;
    margin: 0 auto
}

.section-tag {
    display: inline-block;
    color: var(--clay);
    font-size: .75rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 3px solid var(--clay);
    padding-left: .75rem;
    margin-bottom: 1rem
}

.section-title {
    font-family: var(--ff-head);
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 700;
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 1.25rem
}

.section-subtitle {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 300;
    max-width: 560px
}

/* ABOUT */
.about {
    background: var(--cream)
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center
}

.about-img-wrap {
    position: relative
}

.about-img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 4px;
    display: block
}

.about-accent {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 140px;
    height: 140px;
    background: var(--clay);
    border-radius: 4px;
    z-index: -1
}

.about-exp {
    position: absolute;
    top: 30px;
    left: -30px;
    background: var(--dark);
    color: var(--cream);
    padding: 1.25rem 1.5rem;
    border-radius: 4px;
    text-align: center
}

.about-exp .big {
    font-family: var(--ff-head);
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--gold)
}

.about-exp .sm {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .1em
}

.about-text .section-subtitle {
    max-width: 100%;
    margin-bottom: 1.5rem
}

.about-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    margin-bottom: 2rem
}

.about-list li {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    font-size: .95rem;
    color: var(--text)
}

.about-list li span.chk {
    background: var(--clay);
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .6rem;
    flex-shrink: 0;
    margin-top: .15rem
}

/* SERVICES */
.services {
    background: var(--charcoal)
}

.services .section-title {
    color: var(--cream)
}

.services .section-subtitle {
    color: rgba(245, 239, 230, .6)
}

.services-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem;
    gap: 2rem;
    flex-wrap: wrap
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem
}

.service-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 4px;
    padding: 2.5rem;
    transition: background .3s, border-color .3s, transform .3s;
    position: relative;
    overflow: hidden
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--clay);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s
}

.service-card:hover {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(201, 168, 76, .3);
    transform: translateY(-4px)
}

.service-card:hover::before {
    transform: scaleX(1)
}

.service-icon {
    width: 56px;
    height: 56px;
    background: rgba(200, 114, 74, .15);
    border: 1px solid rgba(200, 114, 74, .3);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem
}

.service-title {
    font-family: var(--ff-head);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--cream);
    margin-bottom: .75rem
}

.service-desc {
    font-size: .9rem;
    color: rgba(245, 239, 230, .55);
    line-height: 1.7
}

/* WHY */
.why {
    background: var(--cream-dk)
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center
}

.why-features {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.why-feature {
    display: flex;
    gap: 1.5rem
}

.why-feature-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    background: var(--dark);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem
}

.why-feature-body h3 {
    font-family: var(--ff-head);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: .4rem
}

.why-feature-body p {
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.65
}

.why-img-wrap {
    position: relative
}

.why-img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 4px;
    display: block
}

.why-badge {
    position: absolute;
    bottom: 30px;
    left: -30px;
    background: var(--clay);
    color: #fff;
    padding: 1.25rem 1.75rem;
    border-radius: 4px;
    max-width: 200px
}

.why-badge .big {
    font-family: var(--ff-head);
    font-size: 1.8rem;
    font-weight: 900
}

.why-badge .sm {
    font-size: .75rem;
    letter-spacing: .06em;
    margin-top: .25rem
}

/* CONTACT */
.contact {
    background: var(--dark)
}

.contact .section-title {
    color: var(--cream)
}

.contact .section-subtitle {
    color: rgba(245, 239, 230, .6)
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 5rem;
    align-items: start
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.contact-item {
    display: flex;
    gap: 1rem
}

.contact-item-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: rgba(200, 114, 74, .15);
    border: 1px solid rgba(200, 114, 74, .3);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem
}

.contact-item-body p:first-child {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: .25rem
}

.contact-item-body p:last-child {
    color: rgba(245, 239, 230, .7);
    font-size: .95rem
}

form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: .4rem
}

.form-group label {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgba(245, 239, 230, .5);
    font-weight: 600
}

.form-group input,
.form-group select,
.form-group textarea {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 2px;
    padding: .85rem 1rem;
    color: var(--cream);
    font-family: var(--ff-body);
    font-size: .95rem;
    outline: none;
    transition: border-color .25s;
    width: 100%
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(245, 239, 230, .25)
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--clay)
}

.form-group select {
    cursor: pointer;
    appearance: none
}

.form-group textarea {
    resize: vertical;
    min-height: 130px
}

.form-submit {
    background: var(--clay);
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 2px;
    font-family: var(--ff-body);
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background .25s, transform .2s;
    align-self: flex-start
}

.form-submit:hover {
    background: var(--clay-lt);
    transform: translateY(-2px)
}

/* FOOTER */
footer {
    background: var(--dark);
    border-top: 1px solid rgba(255, 255, 255, .07)
}

.footer-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 2rem 40px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3rem
}

.footer-brand p {
    color: rgba(245, 239, 230, .45);
    font-size: .875rem;
    line-height: 1.7;
    margin-top: 1rem;
    margin-bottom: 1.5rem
}

.footer-socials {
    display: flex;
    gap: .75rem
}

.footer-socials a {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(245, 239, 230, .6);
    font-size: .75rem;
    text-decoration: none;
    transition: background .25s, color .25s
}

.footer-socials a:hover {
    background: var(--clay);
    color: #fff;
    border-color: var(--clay)
}

.footer-col h4 {
    font-family: var(--ff-head);
    font-size: 1rem;
    font-weight: 700;
    color: var(--cream);
    margin-bottom: 1.25rem
}

.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .6rem
}

.footer-col ul li a {
    color: rgba(245, 239, 230, .45);
    text-decoration: none;
    font-size: .875rem;
    transition: color .25s
}

.footer-col ul li a:hover {
    color: var(--gold)
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .07);
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem
}

.footer-bottom p {
    color: rgba(245, 239, 230, .3);
    font-size: .8rem
}

.footer-bottom a {
    color: var(--clay);
    text-decoration: none
}

/* ANIMATIONS */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.hero-badge {
    animation: fadeUp .6s ease both
}

.hero h1 {
    animation: fadeUp .6s .1s ease both
}

.hero p {
    animation: fadeUp .6s .2s ease both
}

.hero-btns {
    animation: fadeUp .6s .3s ease both
}

.hero-stats {
    animation: fadeUp .6s .4s ease both
}

@media(max-width:900px) {

    .hero-inner,
    .about-grid,
    .services-grid,
    .why-grid,
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 3rem
    }

    .footer-main {
        grid-template-columns: 1fr 1fr
    }

    .hero-stats {
        display: flex;
        gap: 1.5rem;
        flex-wrap: wrap
    }

    .stat {
        flex: 1;
        min-width: 100px
    }

    .why-badge,
    .about-exp,
    .about-accent {
        display: none
    }

    .form-row {
        grid-template-columns: 1fr
    }

    .services-header {
        flex-direction: column;
        align-items: flex-start
    }
}

@media(max-width:600px) {
    nav {
        display: none
    }

    .footer-main {
        grid-template-columns: 1fr
    }
}

.text-white 
{
    color: white;
}