:root {
    --cream: #f7f1e8;
    --cream-deep: #efe5d7;
    --porcelain: #fffdf8;
    --terracotta: #c97f5d;
    --olive: #6a6f4b;
    --petroleum: #1e3f42;
    --ink: #243331;
    --muted: #8d836f;
    --line: rgba(106, 111, 75, 0.26);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at 14% 20%, rgba(201, 127, 93, 0.11), transparent 24rem),
        linear-gradient(180deg, var(--cream) 0%, #fbf7ef 42%, var(--cream) 100%);
}

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 30;
    width: 100%;
    padding: 16px 20px 0;
}

.header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 1220px);
    min-height: 76px;
    margin: 0 auto;
    gap: 24px;
    border-bottom: 1px solid rgba(106, 111, 75, 0.18);
    background: rgba(247, 241, 232, 0.76);
    backdrop-filter: blur(18px);
}

.site-logo {
    display: block;
    flex: 0 0 auto;
    width: 172px;
    height: 68px;
    padding: 6px 0;
}

.site-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
    mix-blend-mode: multiply;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-left: auto;
}

.site-nav a {
    color: var(--petroleum);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--terracotta);
}

.menu-toggle {
    display: none;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    place-items: center;
    padding: 12px 7px;
    border: 1px solid rgba(106, 111, 75, 0.22);
    background: rgba(255, 253, 248, 0.52);
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 1px;
    background: var(--petroleum);
    transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle span + span {
    margin-top: 6px;
}

.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(42deg);
}

.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
}

.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-42deg);
}

.hero-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1fr);
    gap: clamp(28px, 7vw, 108px);
    align-items: center;
    width: min(100% - 40px, 1220px);
    min-height: 78svh;
    margin: 0 auto;
    padding: 98px 0 56px;
}

.hero-section::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    height: 96px;
    margin-left: -50vw;
    background: var(--cream);
    clip-path: polygon(0 44%, 14% 56%, 29% 50%, 43% 42%, 58% 51%, 74% 60%, 100% 35%, 100% 100%, 0 100%);
    border-top: 1px solid rgba(106, 111, 75, 0.16);
}

.hero-frame {
    position: relative;
    display: grid;
    align-items: center;
    min-height: clamp(430px, 58vw, 650px);
}

.portrait-frame {
    position: relative;
    display: grid;
    align-items: stretch;
    width: min(100%, 520px);
    min-height: clamp(420px, 54vw, 620px);
    margin: 0;
    overflow: hidden;
    border: 2px solid rgba(106, 111, 75, 0.28);
    border-bottom-color: rgba(106, 111, 75, 0.62);
    border-radius: 92px 116px 38% 38%;
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.48), rgba(239, 229, 215, 0.62));
    box-shadow: inset 0 0 0 10px rgba(255, 253, 248, 0.36), 0 24px 60px rgba(30, 63, 66, 0.06);
}

.portrait-frame::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(141, 131, 111, 0.2);
    border-radius: 82px 104px 38% 38%;
    pointer-events: none;
}

.portrait-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.portrait-placeholder {
    min-height: inherit;
    background:
        linear-gradient(115deg, transparent 0 44%, rgba(106, 111, 75, 0.12) 45%, transparent 46%),
        radial-gradient(circle at 58% 36%, rgba(201, 127, 93, 0.1), transparent 18rem),
        linear-gradient(180deg, rgba(255, 253, 248, 0.42), rgba(247, 241, 232, 0.72));
}
.pulse-dot {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--terracotta);
    box-shadow: inset -4px -5px 10px rgba(103, 47, 26, 0.24), 0 12px 22px rgba(201, 127, 93, 0.22);
}

.frame-dot {
    position: absolute;
    right: 31%;
    bottom: 83px;
}

.hero-copy {
    display: grid;
    justify-items: center;
    text-align: center;
}

.hero-logo {
    width: min(100%, 620px);
    height: auto;
    mix-blend-mode: multiply;
}

.crp {
    margin-top: clamp(-20px, -2vw, -8px);
    font: 600 0.84rem/1.3 Inter, Segoe UI, sans-serif;
    color: var(--petroleum);
    letter-spacing: 0;
    text-transform: uppercase;
}

.specialty {
    margin-top: 14px;
    font-family: Georgia, Times New Roman, serif;
    font-size: 1.8rem;
    color: var(--petroleum);
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-lines {
    display: grid;
    gap: 5px;
    margin-top: 26px;
    font-family: Georgia, Times New Roman, serif;
    font-size: 1.38rem;
    font-style: italic;
    line-height: 1.45;
    color: var(--terracotta);
}

.divider {
    display: block;
    width: 74px;
    height: 1px;
    margin-top: 18px;
    background: rgba(106, 111, 75, 0.45);
}

.divider.short {
    width: 54px;
}

.divider.mini {
    width: 48px;
    margin-top: 18px;
    background: rgba(201, 127, 93, 0.58);
}

.intro-section {
    display: grid;
    justify-items: center;
    width: min(100% - 40px, 860px);
    margin: 0 auto;
    padding: 54px 0 36px;
    text-align: center;
}

.intro-section p {
    font-family: Georgia, Times New Roman, serif;
    font-size: 1.38rem;
    line-height: 1.65;
    color: var(--ink);
}

.paths-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 34px);
    width: min(100% - 40px, 1080px);
    margin: 0 auto;
    padding: 24px 0 36px;
}

.path-card {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(106, 111, 75, 0.18);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.52);
    box-shadow: 0 16px 42px rgba(30, 63, 66, 0.05);
}

.path-card-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 360px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: min(72%, 330px);
    padding: 54px 42px;
}

.path-card h2 {
    font-family: Georgia, Times New Roman, serif;
    font-size: 2.35rem;
    line-height: 1.08;
    color: var(--petroleum);
}

.path-card p {
    margin-top: 26px;
    font-size: 1.02rem;
    line-height: 1.6;
    color: var(--ink);
}

.path-card a {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    margin-top: 34px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--petroleum);
    color: var(--petroleum);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
}
.path-card a i {
    color: var(--terracotta);
    font-size: 1rem;
    line-height: 1;
    transform: translateY(1px);
    transition: transform 180ms ease, color 180ms ease;
}

.path-card a:hover i,
.path-card a:focus-visible i {
    color: var(--petroleum);
    transform: translate(4px, 1px);
}

.card-line {
    display: block;
    width: min(100%, 320px);
    height: 76px;
    margin: 0 0 18px -12px;
    object-fit: contain;
    object-position: left center;
    pointer-events: none;
}

.path-card-left .path-card-content {
    margin-left: 118px;
}

.quote-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 4vw, 60px);
    width: min(100% - 40px, 820px);
    margin: 0 auto;
    padding: 0 0 70px;
    text-align: center;
}

.quote-section p {
    font-family: Georgia, Times New Roman, serif;
    font-size: 1.24rem;
    line-height: 1.55;
    color: var(--ink);
}

.quote-mark {
    font-family: Georgia, Times New Roman, serif;
    font-size: 4rem;
    line-height: 1;
    color: rgba(201, 127, 93, 0.42);
}

.site-footer {
    position: relative;
    overflow: hidden;
    padding: 104px 20px 24px;
    color: rgba(255, 253, 248, 0.9);
    text-align: center;
    background: var(--olive);
}

.footer-wave {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 112px;
    background: url('../brand/footer-wave.svg') top center / 100% 100% no-repeat;
    pointer-events: none;
}

.footer-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: center;
    width: min(100%, 720px);
    margin: 0 auto 20px;
}

.footer-content p {
    font-size: 0.78rem;
    letter-spacing: 0;
    text-transform: uppercase;
}

.footer-content img {
    width: 150px;
    height: 92px;
    object-fit: contain;
    mix-blend-mode: screen;
    opacity: 0.92;
}

.site-footer small {
    position: relative;
    z-index: 1;
    color: rgba(255, 253, 248, 0.74);
}

@media (max-width: 900px) {
    .site-header {
        padding: 12px 14px 0;
    }

    .header-bar {
        min-height: 68px;
        padding: 0 12px;
    }

    .site-logo {
        width: 144px;
        height: 58px;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 10px);
        right: 14px;
        left: 14px;
        display: grid;
        justify-items: center;
        gap: 18px;
        margin-left: 0;
        padding: 24px;
        border: 1px solid rgba(106, 111, 75, 0.16);
        background: rgba(255, 253, 248, 0.94);
        box-shadow: 0 18px 42px rgba(30, 63, 66, 0.08);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .menu-open .site-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .menu-toggle {
        display: grid;
    }

    .hero-section {
        grid-template-columns: 1fr;
        width: min(100% - 28px, 760px);
        min-height: auto;
        padding-top: 96px;
    }

    .hero-frame {
        min-height: 360px;
        order: 2;
    }

    .portrait-frame {
        width: min(100%, 520px);
        min-height: 360px;
    }

    .hero-copy {
        order: 1;
    }

    .hero-logo {
        width: min(100%, 500px);
    }

    .paths-section {
        grid-template-columns: 1fr;
        width: min(100% - 28px, 620px);
    }
}

@media (max-width: 560px) {
    .site-logo {
        width: 124px;
        height: 54px;
    }

    .hero-section {
        gap: 18px;
    }

    .specialty {
        font-size: 1.45rem;
    }

    .hero-lines,
    .intro-section p {
        font-size: 1.16rem;
    }

    .path-card h2 {
        font-size: 2rem;
    }

    .quote-section p {
        font-size: 1.08rem;
    }

    .quote-mark {
        font-size: 2.6rem;
    }

    .hero-frame {
        min-height: 300px;
    }

    .portrait-frame {
        min-height: 300px;
        border-radius: 58px 82px 38% 38%;
    }

    .portrait-frame::before {
        border-radius: 50px 72px 38% 38%;
    }

    .paths-section {
        padding-top: 12px;
    }

    .path-card,
    .path-card-content {
        min-height: 330px;
    }

    .path-card-content,
    .path-card-left .path-card-content {
        width: 100%;
        margin-left: 0;
        padding: 92px 28px 34px;
    }

    .quote-section {
        align-items: flex-start;
        gap: 12px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}