/* Horn & Grain two-path tang measuring guide (v1.0.2, 2026-08-09). */

body.postid-257 .entry-content .hag-tang-guide--two-path {
    --tg-ink: #29231d;
    --tg-muted: #665f56;
    --tg-red: #873d31;
    --tg-gold: #b68a45;
    --tg-paper: #fbf8f2;
    --tg-line: #dfd6c8;
    width: min(100%, 1080px);
    margin-inline: auto;
    color: var(--tg-ink);
}

body.postid-257 .entry-content .hag-tang-guide--two-path *,
body.postid-257 .entry-content .hag-tang-guide--two-path *::before,
body.postid-257 .entry-content .hag-tang-guide--two-path *::after {
    box-sizing: border-box;
}

body.postid-257 .entry-content .hag-tang-guide--two-path > br,
body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-path-links > br,
body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-actions > br,
body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-caliper-strip > br,
body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-exposed-layout > br,
body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-reading-list > br {
    display: none;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-intro {
    margin: 0 0 1.25rem;
    padding: clamp(1.15rem, 4vw, 2rem);
    text-align: center;
    background: #f4eee4;
    border: 1px solid var(--tg-line);
    border-radius: 12px;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-eyebrow,
body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-kicker {
    margin: 0 0 .45rem;
    color: var(--tg-red);
    font-size: .75rem;
    font-weight: 750;
    letter-spacing: .1em;
}

body.postid-257 .entry-content .hag-tang-guide--two-path h2,
body.postid-257 .entry-content .hag-tang-guide--two-path h3,
body.postid-257 .entry-content .hag-tang-guide--two-path p,
body.postid-257 .entry-content .hag-tang-guide--two-path figure {
    margin-top: 0;
}

body.postid-257 .entry-content .hag-tang-guide--two-path h2 {
    margin-bottom: .55rem;
    color: var(--tg-ink);
    font-size: clamp(1.5rem, 4vw, 2.15rem);
    line-height: 1.18;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-intro > p:last-of-type,
body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-path-header > p:last-child {
    margin-bottom: 0;
    line-height: 1.55;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-path-links,
body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .7rem;
    margin-top: 1rem;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: .65rem 1.05rem;
    color: #fff;
    background: var(--tg-red);
    border: 1px solid var(--tg-red);
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .button-outline {
    color: var(--tg-red);
    background: transparent;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .button:hover,
body.postid-257 .entry-content .hag-tang-guide--two-path .button:focus-visible {
    color: #fff;
    background: #642e26;
    border-color: #642e26;
}

body.postid-257 .entry-content .hag-tang-guide--two-path a:focus-visible {
    outline: 3px solid var(--tg-gold);
    outline-offset: 3px;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-path {
    margin: 0 0 1.25rem;
    padding: clamp(1rem, 3vw, 1.45rem);
    background: #fff;
    border: 1px solid var(--tg-line);
    border-top: 5px solid var(--tg-gold);
    border-radius: 12px;
    scroll-margin-top: 6.5rem;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-path-header {
    max-width: 760px;
    margin-bottom: 1rem;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: .9rem;
}

body.postid-257 .entry-content .hag-tang-guide--two-path #photos {
    scroll-margin-top: 6.5rem;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-card,
body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-exposed-photo {
    min-width: 0;
    margin-bottom: 0;
    overflow: hidden;
    background: var(--tg-paper);
    border: 1px solid var(--tg-line);
    border-radius: 10px;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-card h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .4rem;
    margin-bottom: 0;
    padding: .75rem .85rem;
    font-size: 1rem;
    line-height: 1.3;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-optional {
    padding: .18rem .38rem;
    color: var(--tg-red);
    background: #f4eee4;
    border-radius: 4px;
    font-size: .62rem;
    font-weight: 750;
    letter-spacing: .06em;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-photo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #eee8de;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-card .hag-tang-photo img {
    border-block: 1px solid var(--tg-line);
}

body.postid-257 .entry-content .hag-tang-guide--two-path figcaption {
    padding: .8rem .85rem .9rem;
    color: var(--tg-muted);
    font-size: .84rem;
    line-height: 1.48;
}

body.postid-257 .entry-content .hag-tang-guide--two-path figcaption strong {
    color: var(--tg-ink);
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-card figcaption span {
    display: block;
    margin-top: .35rem;
    color: var(--tg-red);
    font-weight: 700;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-caliper-strip {
    display: grid;
    grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
    align-items: center;
    gap: 1rem;
    margin-top: .9rem;
    overflow: hidden;
    background: #f4eee4;
    border-radius: 10px;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-caliper-copy {
    padding: 1rem 1rem 1rem 0;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-caliper-copy h3 {
    margin-bottom: .45rem;
    font-size: 1.18rem;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-caliper-copy p:last-child {
    margin-bottom: 0;
    line-height: 1.55;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-path-note {
    margin: .9rem 0 0;
    padding: .8rem .9rem;
    background: #fff8eb;
    border-left: 4px solid var(--tg-gold);
    border-radius: 0 7px 7px 0;
    line-height: 1.5;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-exposed-layout {
    display: grid;
    grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: 1rem;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-reading-list {
    display: grid;
    gap: .7rem;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-reading {
    padding: .85rem .95rem;
    background: var(--tg-paper);
    border: 1px solid var(--tg-line);
    border-radius: 9px;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-reading h3 {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: .35rem;
    font-size: 1rem;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-reading h3 span {
    display: grid;
    width: 1.8rem;
    height: 1.8rem;
    flex: 0 0 1.8rem;
    place-items: center;
    color: #fff;
    background: var(--tg-red);
    border-radius: 50%;
    font-size: .76rem;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-reading p {
    margin-bottom: 0;
    color: var(--tg-muted);
    line-height: 1.5;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-reading strong {
    color: var(--tg-ink);
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-finish {
    margin: 0;
    padding: clamp(1.2rem, 4vw, 1.8rem);
    text-align: center;
    background: #2f2923;
    border-radius: 12px;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-finish h2,
body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-finish p {
    color: #fff;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-finish p {
    margin-bottom: .4rem;
    overflow-wrap: anywhere;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-finish .button {
    color: #2f2923;
    background: #fff;
    border-color: #fff;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-finish .button-outline {
    color: #fff;
    background: transparent;
}

body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-finish a:focus-visible {
    outline-color: #f2c36e;
}

body.postid-257 .ast-single-post-featured-section,
body.postid-257 header.entry-header .post-thumb,
body.postid-257 .post-navigation,
body.postid-257 #comments,
body.postid-257 .comments-area {
    display: none !important;
}

@media (max-width: 760px) {
    body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-card-grid,
    body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-caliper-strip,
    body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-exposed-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-caliper-copy {
        padding: 0 1rem 1rem;
    }

    body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-path-links,
    body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-actions {
        display: grid;
    }

    body.postid-257 .entry-content .hag-tang-guide--two-path .button {
        width: 100%;
    }
}

@media print {
    body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-path-links,
    body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-actions {
        display: none;
    }

    body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-card,
    body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-caliper-strip,
    body.postid-257 .entry-content .hag-tang-guide--two-path .hag-tang-reading {
        break-inside: avoid;
    }
}
