:root {
    --dh-ink: #1b1e18;
    --dh-paper: #f3efe7;
    --dh-soft: #e7e0d4;
    --dh-moss: #536147;
    --dh-amber: #d79a52;
    --dh-muted: #6f7069;
    --dh-display: Georgia, 'Times New Roman', serif;
    --dh-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.mu88bongda-home-route,
.dh-standalone,
.dh-error-page {
    background: var(--dh-paper);
    color: var(--dh-ink);
    font-family: var(--dh-sans);
}

.mu88bongda-home-route .site.grid-container,
.mu88bongda-home-route .site-content,
.mu88bongda-home-route .content-area,
.mu88bongda-home-route #main {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.mu88bongda-home-route .site-content {
    display: block;
}

.mu88bongda-home-route .widget-area {
    display: none !important;
}

.mu88bongda-home-route .site-header,
.mu88bongda-home-route .main-navigation,
.mu88bongda-home-route .site-footer {
    position: relative;
    z-index: 5;
}

.dh-home *,
.dh-standalone *,
.dh-error-page * {
    box-sizing: border-box;
}

.dh-home a,
.dh-standalone a,
.dh-error-page a {
    color: inherit;
}

.dh-home-hero {
    position: relative;
    display: grid;
    width: 100%;
    min-height: clamp(560px, calc(100svh - 110px), 860px);
    overflow: hidden;
    color: #fffaf1;
    background-image: var(--dh-hero);
    background-position: center right;
    background-size: cover;
    isolation: isolate;
}

.dh-hero-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(15, 16, 13, .9) 0%, rgba(15, 16, 13, .68) 34%, rgba(15, 16, 13, .16) 68%, rgba(15, 16, 13, .08) 100%);
}

.dh-hero-inner {
    display: grid;
    grid-template-rows: auto 1fr auto;
    width: min(100% - 48px, 1440px);
    min-height: inherit;
    margin: 0 auto;
    padding: 36px 0 32px;
}

.dh-brand {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 13px;
    color: inherit;
    font-family: var(--dh-display);
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1;
    text-decoration: none;
}

.dh-brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-family: var(--dh-sans);
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .08em;
}

.dh-hero-copy {
    align-self: center;
    width: min(570px, 75vw);
    padding: 32px 0 42px;
}

.dh-eyebrow,
.dh-kicker,
.dh-post-meta {
    margin: 0 0 18px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1.3;
    text-transform: uppercase;
}

.dh-hero-copy h1 {
    max-width: 10ch;
    margin: 0;
    font-family: var(--dh-display);
    font-size: clamp(3.3rem, 7.3vw, 7.7rem);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .88;
    text-wrap: balance;
    animation: dh-rise .8s cubic-bezier(.2, .7, .2, 1) both;
}

.dh-hero-copy > p:not(.dh-eyebrow) {
    max-width: 43ch;
    margin: 30px 0 0;
    color: rgba(255, 250, 241, .78);
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.55;
}

.dh-primary-link {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    margin-top: 34px;
    padding: 15px 0 10px;
    border-bottom: 1px solid rgba(255,255,255,.65);
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: gap .25s ease, border-color .25s ease;
}

.dh-primary-link:hover,
.dh-primary-link:focus-visible {
    gap: 30px;
    border-color: var(--dh-amber);
}

.dh-hero-note {
    margin: 0;
    color: rgba(255, 250, 241, .66);
    font-size: .72rem;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.dh-shell {
    width: min(100% - 48px, 1280px);
    margin-inline: auto;
}

.dh-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: clamp(40px, 8vw, 130px);
    padding-block: clamp(90px, 11vw, 170px);
    border-bottom: 1px solid #cbc5ba;
}

.dh-kicker {
    color: var(--dh-moss);
}

.dh-intro h2,
.dh-section-head h2,
.dh-closing h2 {
    max-width: 13ch;
    margin: 0;
    font-family: var(--dh-display);
    font-size: clamp(2.6rem, 5vw, 5.5rem);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .98;
}

.dh-intro-copy {
    align-self: end;
    margin: 0;
    color: var(--dh-muted);
    font-family: var(--dh-display);
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    line-height: 1.48;
}

.dh-principles {
    padding-block: 26px clamp(90px, 11vw, 160px);
}

.dh-principles a {
    display: grid;
    grid-template-columns: 70px minmax(170px, .42fr) 1fr;
    gap: 24px;
    align-items: baseline;
    padding: 25px 0;
    border-bottom: 1px solid #cbc5ba;
    text-decoration: none;
    transition: color .25s ease, padding-left .25s ease;
}

.dh-principles a:hover,
.dh-principles a:focus-visible {
    padding-left: 10px;
    color: var(--dh-moss);
}

.dh-principles span,
.dh-prose-links span {
    color: var(--dh-muted);
    font-size: .72rem;
    letter-spacing: .12em;
}

.dh-principles strong {
    font-family: var(--dh-display);
    font-size: clamp(1.55rem, 3vw, 2.7rem);
    font-weight: 400;
}

.dh-principles small {
    color: var(--dh-muted);
    font-size: 1rem;
}

.dh-journal {
    padding-block: clamp(80px, 10vw, 150px);
    border-top: 1px solid #cbc5ba;
}

.dh-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 60px;
}

.dh-post-list,
.dh-post-entry,
.dh-post-copy {
    opacity: 1;
    visibility: visible;
}

.dh-post-entry {
    display: grid;
    grid-template-columns: minmax(260px, .76fr) minmax(0, 1.24fr);
    gap: clamp(34px, 7vw, 100px);
    padding: clamp(46px, 7vw, 90px) 0;
    border-top: 1px solid #cbc5ba;
}

.dh-post-entry:first-child {
    border-top-color: var(--dh-ink);
}

.dh-post-entry-text {
    grid-template-columns: minmax(0, 1fr);
}

.dh-post-entry-text .dh-post-copy {
    width: min(780px, 100%);
    margin-left: auto;
}

.dh-post-media {
    display: block;
    align-self: start;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #d8d0c2;
}

.dh-post-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2,.7,.2,1);
}

.dh-post-media:hover img {
    transform: scale(1.025);
}

.dh-post-copy h3 {
    margin: 0 0 24px;
    font-family: var(--dh-display);
    font-size: clamp(2rem, 4vw, 4.2rem);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 1;
}

.dh-post-copy h3 a {
    text-decoration-thickness: 1px;
    text-underline-offset: .12em;
}

.dh-post-preview {
    color: #454740;
    font-size: 1.05rem;
    line-height: 1.72;
}

.dh-post-preview a {
    text-decoration-color: var(--dh-amber);
    text-underline-offset: .18em;
}

.dh-text-link {
    display: inline-flex;
    gap: 18px;
    margin-top: 18px;
    border-bottom: 1px solid currentColor;
    font-size: .83rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: gap .25s ease, color .25s ease;
}

.dh-text-link:hover,
.dh-text-link:focus-visible {
    gap: 26px;
    color: var(--dh-moss);
}

.dh-closing {
    padding-block: clamp(90px, 11vw, 170px);
    border-top: 1px solid #cbc5ba;
}

.dh-closing h2 {
    max-width: 16ch;
}

.dh-site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100% - 48px, 1400px);
    height: 94px;
    margin-inline: auto;
}

.dh-brand-dark {
    color: var(--dh-ink);
}

.dh-site-header nav {
    display: flex;
    gap: 30px;
}

.dh-site-header nav a {
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-decoration: none;
    text-transform: uppercase;
}

.dh-article-hero {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    min-height: min(760px, calc(100svh - 94px));
    border-top: 1px solid #cbc5ba;
    border-bottom: 1px solid #cbc5ba;
}

.dh-article-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 8vw, 130px);
}

.dh-article-copy h1 {
    max-width: 11ch;
    margin: 0;
    font-family: var(--dh-display);
    font-size: clamp(3rem, 6.1vw, 6.8rem);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .92;
    text-wrap: balance;
    animation: dh-rise .7s cubic-bezier(.2,.7,.2,1) both;
}

.dh-article-copy > p:last-child {
    max-width: 47ch;
    margin: 32px 0 0;
    color: var(--dh-muted);
    font-size: 1.1rem;
    line-height: 1.65;
}

.dh-article-image {
    min-height: 520px;
    background-position: center right;
    background-size: cover;
}

.dh-article-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr);
    gap: clamp(70px, 12vw, 190px);
    width: min(100% - 48px, 1120px);
    margin-inline: auto;
    padding-block: clamp(80px, 11vw, 170px);
}

.dh-prose-block {
    max-width: 720px;
}

.dh-prose-block h2 {
    margin: 2.2em 0 .55em;
    font-family: var(--dh-display);
    font-size: clamp(2rem, 3.6vw, 3.4rem);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.05;
}

.dh-prose-block h2:first-child {
    margin-top: 0;
}

.dh-prose-block p {
    margin: 0 0 1.35em;
    color: #454740;
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
    line-height: 1.78;
}

.dh-note {
    align-self: start;
    position: sticky;
    top: 36px;
    padding-top: 20px;
    border-top: 2px solid var(--dh-moss);
}

.dh-note p {
    margin: 0 0 13px;
    color: var(--dh-moss);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.dh-note strong {
    font-family: var(--dh-display);
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    font-weight: 400;
    line-height: 1.35;
}

.dh-prose-links {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
}

.dh-prose-links a {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 20px;
    align-items: baseline;
    padding: 24px 0;
    border-top: 1px solid #cbc5ba;
    text-decoration: none;
}

.dh-prose-links strong {
    font-family: var(--dh-display);
    font-size: clamp(1.4rem, 2.7vw, 2.4rem);
    font-weight: 400;
}

.dh-next {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    width: min(100% - 48px, 1120px);
    margin-inline: auto;
    padding: 38px 0 80px;
    border-top: 1px solid #cbc5ba;
}

.dh-next a {
    display: flex;
    gap: 30px;
    align-items: center;
    font-family: var(--dh-display);
    font-size: clamp(1.4rem, 2.6vw, 2.5rem);
    font-weight: 400;
    text-decoration: none;
}

.dh-site-footer {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 36px max(24px, calc((100vw - 1400px) / 2));
    color: #eee9df;
    background: var(--dh-ink);
}

.dh-site-footer strong {
    font-family: var(--dh-display);
    font-size: 1.25rem;
    font-weight: 400;
}

.dh-site-footer span {
    color: #aaa99f;
    font-size: .82rem;
}

.dh-error-page {
    min-height: 100svh;
}

.dh-error {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(100% - 48px, 900px);
    min-height: 100svh;
    margin-inline: auto;
    padding-block: 50px;
}

.dh-error-code {
    margin: auto 0 0;
    color: var(--dh-moss);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .18em;
}

.dh-error h1 {
    max-width: 9ch;
    margin: 18px 0 22px;
    font-family: var(--dh-display);
    font-size: clamp(3.2rem, 8vw, 8rem);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .9;
}

.dh-error > p:not(.dh-error-code) {
    max-width: 45ch;
    color: var(--dh-muted);
    font-size: 1.08rem;
    line-height: 1.65;
}

.dh-primary-link-dark {
    align-self: flex-start;
    margin-bottom: auto;
    border-color: var(--dh-ink);
}

@keyframes dh-rise {
    from { transform: translateY(18px); }
    to { transform: translateY(0); }
}

@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
    .dh-home-hero {
        background-attachment: fixed;
    }
}

@media (max-width: 900px) {
    .dh-home-hero {
        min-height: min(780px, calc(100svh - 84px));
        background-position: 64% center;
    }

    .dh-hero-shade {
        background: linear-gradient(90deg, rgba(13,14,12,.91) 0%, rgba(13,14,12,.67) 70%, rgba(13,14,12,.26) 100%);
    }

    .dh-intro,
    .dh-post-entry,
    .dh-article-hero,
    .dh-article-body {
        grid-template-columns: 1fr;
    }

    .dh-intro-copy {
        max-width: 45ch;
    }

    .dh-post-entry-text .dh-post-copy {
        width: 100%;
    }

    .dh-article-image {
        min-height: 52vw;
    }

    .dh-article-body {
        gap: 58px;
    }

    .dh-note {
        position: static;
    }
}

@media (max-width: 620px) {
    .dh-shell,
    .dh-hero-inner,
    .dh-site-header,
    .dh-article-body,
    .dh-next,
    .dh-error {
        width: min(100% - 32px, 1280px);
    }

    .dh-home-hero {
        min-height: calc(100svh - 72px);
        background-position: 61% center;
    }

    .dh-hero-inner {
        padding-block: 22px;
    }

    .dh-hero-copy {
        width: 100%;
    }

    .dh-hero-copy h1 {
        max-width: 8.2ch;
        font-size: clamp(3.2rem, 16vw, 5rem);
    }

    .dh-intro {
        padding-block: 78px;
    }

    .dh-principles a {
        grid-template-columns: 42px 1fr;
        gap: 14px;
    }

    .dh-principles small {
        grid-column: 2;
    }

    .dh-section-head,
    .dh-next,
    .dh-site-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .dh-post-entry {
        gap: 28px;
    }

    .dh-site-header {
        height: 76px;
    }

    .dh-site-header nav {
        gap: 15px;
    }

    .dh-site-header nav a:last-child {
        display: none;
    }

    .dh-article-copy {
        padding: 70px 16px 62px;
    }

    .dh-article-image {
        min-height: 72vw;
    }

    .dh-prose-links a {
        grid-template-columns: 38px 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dh-home *,
    .dh-standalone * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
