: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: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100% - 40px, 1220px);
    margin: 0 auto;
    padding: 28px 0;
    pointer-events: none;
}

.brand-mark,
.menu-button {
    pointer-events: auto;
}

.brand-mark {
    display: block;
    width: 184px;
    height: 78px;
    padding: 6px 0;
}

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

.menu-button {
    display: grid;
    gap: 7px;
    width: 46px;
    padding: 10px 6px;
}

.menu-button span {
    display: block;
    height: 1px;
    background: var(--petroleum);
}

.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;
    min-height: clamp(410px, 58vw, 640px);
}

.hero-frame::before,
.hero-frame::after {
    content: "";
    position: absolute;
    inset: 0 9% 0 0;
    border: 2px solid rgba(106, 111, 75, 0.23);
    border-bottom-color: rgba(106, 111, 75, 0.58);
    border-radius: 92px 116px 38% 38%;
}

.hero-frame::after {
    inset: 10px calc(9% + 9px) 10px 9px;
    border-color: rgba(141, 131, 111, 0.2);
}

.branch {
    position: absolute;
    bottom: 64px;
    left: -6px;
    width: 138px;
    height: 102px;
    border-bottom: 2px solid rgba(106, 111, 75, 0.5);
    border-radius: 0 0 0 100%;
    transform: rotate(16deg);
}

.branch::before,
.branch::after,
.leaf-watermark::before,
.leaf-watermark::after,
.sprout::before,
.sprout::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 34px;
    border-radius: 100% 0 100% 0;
    background: rgba(106, 111, 75, 0.45);
    transform-origin: bottom center;
}

.branch::before {
    left: 18px;
    bottom: 24px;
    transform: rotate(-42deg);
}

.branch::after {
    left: 42px;
    bottom: 39px;
    transform: rotate(-58deg);
}

.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;
}

.sprout {
    position: relative;
    display: block;
    width: 34px;
    height: 45px;
    margin-bottom: 18px;
    border-bottom: 2px solid rgba(30, 63, 66, 0.55);
    border-radius: 0 0 0 100%;
    transform: rotate(24deg);
}

.sprout::before {
    left: 5px;
    bottom: 10px;
    width: 8px;
    height: 20px;
    background: var(--petroleum);
    transform: rotate(-46deg);
}

.sprout::after {
    left: 17px;
    bottom: 17px;
    width: 8px;
    height: 22px;
    background: var(--olive);
    transform: rotate(42deg);
}

.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 {
    position: absolute;
    top: 44px;
    left: 48px;
    z-index: 1;
    width: calc(100% - 82px);
    height: 96px;
    object-fit: contain;
    object-position: left center;
    pointer-events: none;
}

.leaf-watermark {
    position: absolute;
    right: 34px;
    bottom: 10px;
    width: 118px;
    height: 190px;
    border-left: 2px solid rgba(106, 111, 75, 0.28);
    border-radius: 0 0 0 80%;
    transform: rotate(12deg);
}

.leaf-watermark::before {
    left: -30px;
    bottom: 72px;
    width: 24px;
    height: 58px;
    background: rgba(106, 111, 75, 0.18);
    transform: rotate(-38deg);
}

.leaf-watermark::after {
    left: 10px;
    bottom: 104px;
    width: 23px;
    height: 60px;
    background: rgba(201, 127, 93, 0.15);
    transform: rotate(42deg);
}

.path-card-left .leaf-watermark {
    right: auto;
    left: 28px;
    transform: rotate(-10deg) scaleX(-1);
}

.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: 86px 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: 86px;
    background: var(--cream);
    clip-path: polygon(0 0, 100% 0, 100% 36%, 78% 24%, 57% 33%, 37% 24%, 18% 43%, 0 20%);
}

.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 {
        width: min(100% - 28px, 1220px);
        padding-top: 18px;
    }

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

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

    .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) {
    .brand-mark {
        width: 132px;
        height: 60px;
    }

    .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;
    }

    .hero-frame::before,
    .hero-frame::after {
        border-radius: 58px 82px 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;
    }

    .leaf-watermark {
        opacity: 0.68;
    }

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

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