* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.anda-about {
    margin: 0;
    color: #1b1815;
    background: #fbfaf7;
    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.65;
}

.anda-about a {
    color: inherit;
    text-decoration: none;
}

.anda-about img {
    display: block;
    width: 100%;
}

.aa-container {
    width: min(1320px, calc(100% - 72px));
    margin: 0 auto;
}

.aa-topbar {
    color: #e9ddcc;
    background: #11100f;
    font-size: 12px;
}

.aa-topbar .aa-container {
    min-height: 46px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 28px;
}

.aa-topbar p {
    margin: 0;
}

.aa-topbar p:nth-child(2) {
    justify-self: center;
}

.aa-topbar i,
.aa-section-title h2,
.aa-story__copy span {
    color: #b88b54;
}

.aa-topbar div div {
    justify-self: end;
    display: flex;
    gap: 14px;
}

.aa-header {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 102px;
    padding: 0 68px;
    display: grid;
    grid-template-columns: 280px 1fr auto;
    align-items: center;
    gap: 30px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 1px 0 rgba(26, 22, 17, .08);
    backdrop-filter: blur(14px);
}

.aa-logo {
    display: inline-flex;
    flex-direction: column;
    width: fit-content;
    font-family: "Playfair Display", Georgia, serif;
    line-height: 1;
}

.aa-logo > span {
    color: #b88b54;
    font-size: 36px;
    letter-spacing: .02em;
    white-space: nowrap;
}

.aa-logo > span span {
    color: #191715;
}

.aa-logo small {
    margin-top: 7px;
    color: #5d5348;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .27em;
    text-transform: uppercase;
    text-align: center;
}

.aa-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    font-size: 14px;
    font-weight: 600;
}

.aa-nav a {
    position: relative;
    padding: 38px 0 36px;
}

.aa-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    height: 2px;
    background: #caa36d;
    transform: scaleX(0);
    transition: transform .2s ease;
}

.aa-nav a:hover::after,
.aa-nav a.is-active::after {
    transform: scaleX(1);
}

.aa-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(30, 25, 20, .12);
    background: #fff;
    color: #111;
    font-size: 20px;
}

.aa-header-cta,
.aa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 52px;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0 28px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.aa-header-cta,
.aa-btn--gold {
    color: #fff;
    background: #caa36d;
}

.aa-btn--outline {
    color: #9c743f;
    background: transparent;
    border-color: #b88b54;
}

.aa-header-cta:hover,
.aa-btn:hover {
    transform: translateY(-2px);
}

.aa-hero {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    color: #fff;
}

.aa-hero__bg,
.aa-hero__shade {
    position: absolute;
    inset: 0;
}

.aa-hero__bg {
    background: url("../andadecor/about/about-hero.jpg") center / cover no-repeat;
    transform: scale(1.02);
}

.aa-hero__shade {
    background: linear-gradient(90deg, rgba(14, 13, 12, .82), rgba(14, 13, 12, .4) 52%, rgba(14, 13, 12, .24));
}

.aa-hero__content {
    position: relative;
    z-index: 1;
    min-height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 1320px;
}

.aa-hero span,
.aa-story__copy span {
    display: block;
    margin-bottom: 22px;
    color: #eadcc9;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.aa-hero h1,
.aa-story h2,
.aa-team h2,
.aa-final-cta h2 {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0;
}

.aa-hero h1 {
    max-width: 640px;
    font-size: 58px;
}

.aa-hero p {
    max-width: 650px;
    margin: 28px 0 34px;
    color: rgba(255, 255, 255, .93);
    font-size: 17px;
}

.aa-values,
.aa-capabilities,
.aa-process,
.aa-team {
    padding: 70px 0;
}

.aa-section-title {
    text-align: center;
}

.aa-section-title h2 {
    margin: 0 0 42px;
    color: #1b1815;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.aa-values {
    background: #fff;
}

.aa-values__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.aa-values article {
    min-height: 170px;
    padding: 0 70px;
    text-align: center;
    border-right: 1px solid #e6ded3;
}

.aa-values article:last-child {
    border-right: 0;
}

.aa-values i,
.aa-stats i,
.aa-capability-grid i {
    color: #c69b64;
    font-size: 38px;
}

.aa-values h3,
.aa-capability-grid h3,
.aa-process h3,
.aa-team h3 {
    margin: 18px 0 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.aa-values p,
.aa-capability-grid p,
.aa-process p,
.aa-team p {
    margin: 0;
    color: #544d46;
    font-size: 13px;
}

.aa-story {
    padding: 62px 0 0;
    background: #fbfaf7;
}

.aa-story__grid {
    display: grid;
    grid-template-columns: 1.2fr .95fr .9fr;
    gap: 42px;
    align-items: stretch;
}

.aa-story__copy {
    padding: 16px 0 62px;
}

.aa-story__copy span {
    color: #b88b54;
    margin-bottom: 14px;
}

.aa-story h2 {
    max-width: 520px;
    margin-bottom: 26px;
    font-size: 37px;
}

.aa-story__copy p {
    max-width: 640px;
    margin: 0 0 18px;
    color: #403a34;
}

.aa-story__copy strong {
    display: block;
    margin-top: 28px;
    color: #bf8a52;
    font-family: "Great Vibes", cursive;
    font-size: 42px;
    font-weight: 400;
}

.aa-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-content: center;
    padding-bottom: 62px;
}

.aa-stats article {
    display: flex;
    min-height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 16px 36px rgba(42, 36, 30, .04);
}

.aa-stats strong {
    margin-top: 12px;
    color: #211d19;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 38px;
    font-weight: 500;
}

.aa-stats span {
    color: #4b443e;
    font-size: 13px;
}

.aa-story__grid > img {
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.aa-capabilities {
    background: #fff;
}

.aa-capability-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.aa-capability-grid article {
    background: #fff;
    box-shadow: 0 18px 42px rgba(34, 28, 22, .09);
}

.aa-capability-grid img {
    height: 190px;
    object-fit: cover;
}

.aa-capability-grid i,
.aa-capability-grid h3,
.aa-capability-grid p {
    margin-left: 22px;
    margin-right: 22px;
}

.aa-capability-grid i {
    display: block;
    margin-top: 22px;
    font-size: 28px;
}

.aa-capability-grid p {
    padding-bottom: 28px;
}

.aa-process {
    background: #fbfaf7;
}

.aa-process__line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
}

.aa-process__line::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 54px;
    right: 54px;
    border-top: 2px dashed rgba(185, 139, 84, .45);
}

.aa-process article {
    position: relative;
    z-index: 1;
    padding: 0 14px;
    text-align: center;
}

.aa-process strong {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin: 0 auto 22px;
    border-radius: 50%;
    color: #9d733d;
    background: #f5efe5;
    border: 1px solid #d9c4a9;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 17px;
    font-weight: 600;
}

.aa-process h3 {
    min-height: 38px;
    margin-bottom: 12px;
}

.aa-team {
    background: #fff;
}

.aa-team__grid {
    display: grid;
    grid-template-columns: 1.35fr repeat(4, 1fr);
    gap: 28px;
    align-items: start;
}

.aa-team__intro {
    padding-right: 36px;
}

.aa-team h2 {
    margin-bottom: 20px;
    font-size: 32px;
}

.aa-team__intro p {
    max-width: 430px;
    margin-bottom: 32px;
}

.aa-team article {
    text-align: center;
    background: #fff;
    box-shadow: 0 16px 36px rgba(42, 36, 30, .08);
}

.aa-team article img {
    height: 230px;
    object-fit: cover;
    filter: grayscale(1);
}

.aa-team article h3 {
    margin: 18px 10px 2px;
    font-size: 13px;
}

.aa-team article p {
    padding: 0 10px 22px;
}

.aa-final-cta {
    position: relative;
    color: #fff;
    background: url("../andadecor/about/about-hero.jpg") center / cover no-repeat;
}

.aa-final-cta__shade {
    position: absolute;
    inset: 0;
    background: rgba(12, 11, 10, .86);
}

.aa-final-cta .aa-container {
    position: relative;
    z-index: 1;
    min-height: 150px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 54px;
}

.aa-final-cta h2 {
    max-width: 580px;
    font-size: 34px;
}

.aa-final-cta p {
    display: grid;
    grid-template-columns: 44px auto;
    gap: 0 16px;
    margin: 0;
    padding-left: 54px;
    border-left: 1px solid rgba(255, 255, 255, .25);
}

.aa-final-cta p i {
    grid-row: span 2;
    align-self: center;
    color: #caa36d;
    font-size: 34px;
}

.aa-final-cta p span {
    font-weight: 700;
}

.aa-final-cta p strong {
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 1180px) {
    .aa-header {
        padding: 0 28px;
        grid-template-columns: 250px 1fr auto;
        gap: 18px;
    }

    .aa-nav {
        gap: 20px;
        font-size: 13px;
    }

    .aa-capability-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .aa-team__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .aa-container {
        width: min(100% - 36px, 760px);
    }

    .aa-topbar .aa-container {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 8px 0;
        text-align: center;
    }

    .aa-topbar p:nth-child(2),
    .aa-topbar div div {
        justify-self: center;
    }

    .aa-header {
        min-height: 78px;
        grid-template-columns: 1fr auto;
        padding: 0 18px;
    }

    .aa-logo > span {
        font-size: 28px;
    }

    .aa-menu-toggle {
        display: block;
    }

    .aa-header-cta {
        display: none;
    }

    .aa-nav {
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        display: none;
        padding: 12px 20px 22px;
        background: #fff;
        border-top: 1px solid #eee8de;
        box-shadow: 0 18px 34px rgba(25, 21, 17, .08);
    }

    .aa-nav.is-open {
        display: grid;
        gap: 0;
    }

    .aa-nav a {
        padding: 14px 0;
        border-bottom: 1px solid #f0ebe4;
    }

    .aa-nav a::after {
        display: none;
    }

    .aa-hero,
    .aa-hero__content {
        min-height: 540px;
    }

    .aa-hero h1 {
        font-size: 40px;
    }

    .aa-values__grid,
    .aa-story__grid,
    .aa-process__line,
    .aa-final-cta .aa-container {
        grid-template-columns: 1fr;
    }

    .aa-values article {
        padding: 28px 18px;
        border-right: 0;
        border-bottom: 1px solid #eee8de;
    }

    .aa-values article:last-child {
        border-bottom: 0;
    }

    .aa-story__copy,
    .aa-stats {
        padding-bottom: 0;
    }

    .aa-process__line::before {
        display: none;
    }

    .aa-process article {
        padding: 0 0 28px;
    }

    .aa-final-cta .aa-container {
        padding: 36px 0;
        gap: 26px;
    }

    .aa-final-cta p {
        border-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 620px) {
    .aa-section-title h2 {
        font-size: 18px;
        letter-spacing: .04em;
        line-height: 1.45;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .aa-hero h1,
    .aa-story h2,
    .aa-team h2,
    .aa-final-cta h2 {
        font-size: 31px;
    }

    .aa-values,
    .aa-capabilities,
    .aa-process,
    .aa-team {
        padding: 52px 0;
    }

    .aa-stats,
    .aa-capability-grid,
    .aa-team__grid {
        grid-template-columns: 1fr;
    }
}
