/* Critical above-the-fold structure. Full styling remains in external CSS. */
:root {
    --brand: #ffb000;
    --ink: #0f172a;
    --muted: #5f6b7a;
    --bg: #f7f5f0;
    --card: #ffffff;
    --line: rgba(15, 23, 42, .12);
    --radius: 18px;
    --h1-size: clamp(2rem, 3.6vw, 2.75rem);
    --h2-size: 1.75rem;
    --h3-size: 1.25rem;
    --h4-size: 1rem;
    --h5-size: 0.95rem;
    --h6-size: 0.875rem;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
        Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: #2f2f2f;
    background-color: var(--bg);
}

a {
    text-decoration: none;
    color: #2f20d1;
}

a:visited {
    color: #4132ea;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.content {
    width: 1185px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.content-shell .page-body> :first-child {
    margin-top: 0;
}

.content-shell .post-body {
    font-size: 1rem;
    line-height: 1.75;
}

.content-shell .post-body h1,
.content-shell .post-body h2,
.content-shell .post-body h3,
.content-shell .post-body h4,
.content-shell .post-body h5,
.content-shell .post-body h6 {
    font-weight: 700;
    line-height: 1.3;
    margin: 1.4em 0 .6em;
}

#tutorial-body #tutorial img,
.content-shell .post-body img {
    max-width: 100%;
    height: auto;
}

.content-shell .post-body img {
    display: block;
}

.content-shell .post-body p>img {
    display: block;
}

.content-shell .post-body p:has(> img:only-child) {
    margin: 0 0 1.2em;
    line-height: 0;
}

.content-shell .post-body p:has(> img:only-child) img {
    display: block;
    max-width: min(100%, 550px);
    height: auto;
}

.content-shell .post-body img.alignnone.size-large {
    display: block;
    max-width: min(100%, 550px);
    height: auto;
}
.content-shell .post-body .alignnone,
.content-shell .post-body .aligncenter,
.content-shell .post-body .size-large {
    max-width: 100%;
    height: auto;
}

.content-shell .post-body .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content-shell .post-body figure {
    margin: 0 0 1.2em;
}

.content-shell .post-body figure img {
    display: block;
    max-width: 100%;
    height: auto;
}

.content-shell .post-divider {
    margin: 22px 0;
}

#site_header {
    border-bottom: 1px solid #e2dfda;
    margin-bottom: 10px;
    background-color: #ffffff;
}

#site_header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

#site_header .content>a {
    display: inline-flex;
    align-items: center;
}

#site-logo {
    vertical-align: middle;
    padding: 12px 8px 12px 0;
    width: 79px;
    height: 34px;
}

#site_header svg {
    height: 32px;
    width: auto;
}

.header-link-container,
#site_header #expand-sub-menu-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

#site_header .header-panel {
    display: grid;
    grid-template-columns: 1fr minmax(0, 420px) 1fr;
    align-items: center;
    flex: 1 1 auto;
    gap: 10px;
    min-width: 0;
}

#site_header .header-panel .search-container {
    grid-column: 2;
    justify-self: center;
    margin: 0;
    width: 100%;
}

#site_header .header-panel .testimonial-icon {
    grid-column: 3;
    justify-self: end;
    margin-left: 0;
}

#site_header .search-container {
    display: block;
    flex: 1 1 auto;
    margin: 0 12px;
    max-width: 420px;
}

#site_header .search-form {
    position: relative;
    display: block;
}

#site_header .search {
    min-height: 44px;
    width: 100%;
    padding: 10px 52px 10px 14px;
    border: 1px solid #e5e0d6;
    background-color: #ffffff;
    margin-right: 0;
    color: #2f2f2f;
    line-height: 1.2;
    border-radius: 1000px;
    box-sizing: border-box;
}

#site_header button.search-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
}

#header-contact-navigation,
#site_header .testimonial-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 600;
}

#header-contact-navigation {
    color: #2a1a00;
    margin: 0 0 0 6px;
    border: 1px solid #f0c36b;
    padding: 8px 22px;
    background-color: #ffb000;
}

#site_header .testimonial-icon {
    padding: 6px 12px;
    border: 1px solid #e5e0d6;
    background-color: #ffffff;
    color: #2f2f2f;
}

.header-menu-toggle,
.header-tutorial-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid #e5e0d6;
    background-color: #ffffff;
    cursor: pointer;
}

.header-menu-icon,
.header-menu-icon::before,
.header-menu-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #2f2f2f;
    border-radius: 2px;
}

.header-menu-icon {
    position: relative;
}

.header-menu-icon::before,
.header-menu-icon::after {
    content: '';
    position: absolute;
    left: 0;
}

.header-menu-icon::before {
    top: -6px;
}

.header-menu-icon::after {
    top: 6px;
}

#tutorial-body {
    float: left;
    margin-top: 20px;
    width: 850px;
}

#tutorial {
    float: right;
    width: 600px;
    padding-left: 0;
    overflow-wrap: break-word;
}

#sidebar {
    width: 320px;
    float: right;
    font-size: .95em;
    margin-top: 20px;
}

.content-shell {
    --radius: 18px;
    color: var(--ink);
    background: var(--bg);
    border-radius: calc(var(--radius) + 6px);
    padding: 0;
}

.content-shell * {
    box-sizing: border-box;
}

.content-shell .wrap {
    max-width: 100%;
    margin: 0 auto;
}

.content-shell .card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.content-shell .card--padded {
    padding: 16px;
}

.content-shell .card--padded-lg {
    padding: 20px;
}

.content-shell h1 {
    margin: 14px 0 10px;
    font-size: var(--h1-size);
    line-height: 1.05;
    letter-spacing: -.6px;
}

.content-shell .section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.content-shell .section-head h1,
.content-shell .section-head h2,
.content-shell .section-head .section-title {
    margin: 0;
    font-size: 20px;
    letter-spacing: -.3px;
}

.content-shell .post-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 18px;
}

.content-shell .post-head .section-title {
    font-size: clamp(28px, 3.2vw, 36px);
    line-height: 1.15;
    letter-spacing: -.4px;
    font-weight: 700;
}

.content-shell .text-muted,
.content-shell .section-head p {
    color: var(--muted);
}

.content-shell .text-small {
    font-size: 12.5px;
}


.connect-with-icons {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 18px 0 8px 0;
}

.connect-with a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    border: 1px solid #e5e0d6;
    background-color: #ffffff;
}

.connect-with svg {
    width: 18px;
    height: 18px;
}


#aboutcntnt {
    line-height: 1.55;
    background-color: #ffffff;
    padding: 18px 16px;
    margin-bottom: 20px;
    border-radius: 16px;
    border: 1px solid #e5e0d6;
}


#photo {
    float: right;
    margin-left: 12px;
}

#photo img {
    border-radius: 14px;
    border: 1px solid #e7e0d2;
    width: 88px;
    height: 88px;
    object-fit: cover;
}

#aboutdesc p {
    margin: 0 0 10px;
}

#aboutdesc p:last-child {
    margin-bottom: 0;
}

.testimonials-sbar {
    padding: 18px 16px;
    margin: 20px 0;
    border-radius: 16px;
    border: 1px solid #e5e0d6;
    background-color: #ffffff;
}

.testimonials-sbar p {
    line-height: 1.45;
    margin-bottom: 0px;
}

p.testimonials-sbar-by {
    margin: 1em 0;
    font-weight: 600;
    color: #6b4b1c;
}

#recommended,
.sidebar-section {
    padding: 18px 16px;
    margin: 20px 0;
    border-radius: 16px;
    border: 1px solid #e5e0d6;
    background-color: #ffffff;
}

.sidebar-section .heading {
    text-align: left;
}


.heading {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 15px;
    color: #8a4f00;
}


#recommended ol {
    padding: 0;
}

#recommended>ol li {
    margin: 10px 0;
    list-style: none;
}

#recommended ol li a {
    color: #1f2937;
    padding: 2px 0;
    display: inline-block;
}


.site-footer-contact-note {
    clear: both;
    background-color: transparent;
    color: var(--ink);
    padding: 24px 0 10px;
}

.site-footer-contact-note .footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: calc(var(--radius) + 4px);
    padding: 22px 24px;
}

.site-footer-contact-note .footer-cta-text h2 {
    margin: 0 0 6px;
    font-size: clamp(1.2rem, 1.7vw, 1.45rem);
    line-height: 1.25;
    letter-spacing: -.2px;
}

.site-footer-contact-note .footer-cta-text p {
    margin: 0;
    color: var(--muted);
}

.site-footer-contact-note .footer-cta-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.site-footer-contact-note #footer-contact-navigation {
    border-radius: 999px;
    border: 1px solid #f0c36b;
    padding: 10px 22px;
    cursor: pointer;
    color: #2a1a00;
    background-color: #ffb000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    white-space: nowrap;
}

#tutorial-menu {
    float: left;
    width: 235px;
    margin-bottom: 20px;
}

#tutorial-menu {
    font-size: .92em;
}

#tutorial-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#tutorial-menu a {
    color: #222;
    text-decoration: none;
    display: block;
}

.main-menu {
    border: 1px solid rgba(207, 207, 207, 0.55);
    border-radius: 14px;
    background: #fff;
    max-height: 65vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.main-menu>li>a {
    padding: 10px 12px;
    border-top: 1px solid rgba(207, 207, 207, 0.55);
}

.main-menu>li:first-child>a {
    border-top: none;
}

.sub-menu {
    border-top: 1px solid rgba(207, 207, 207, 0.55);
    padding: 6px 0;
    background: #fafafa;
}

.post-list {
    padding: 6px 0 8px 0;
}

.main-menu>li.is-expanded>.sub-menu {
    display: block;
}

.sub-menu>li.taxonomy-active>.post-list {
    display: block;
}

.menu-toggle {
    background: none;
    border: 0;
    padding: 10px 12px;
    font: inherit;
    cursor: pointer;
    text-align: left;
    width: 100%;
    display: block;
    color: inherit;
}

.main-menu>li>.menu-toggle,
.sub-menu>li>.menu-toggle {
    border-top: 1px solid rgba(207, 207, 207, 0.55);
}

.main-menu>li>.menu-toggle {
    font-weight: 600;
    color: #1b1b1b;
    background: #fff;
}

.sub-menu>li>.menu-toggle {
    font-size: 0.95em;
    color: #2f2f2f;
}

.content-shell .post-body a {
    text-decoration: underline;
    color: #2f20d1;
    text-underline-offset: 3px;
}


.tutorial-menu-heading {
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #5f6b7a;
    margin: 0 0 8px 6px;
}

.tutorial-menu-topics-wrap {
    border: 1px solid rgba(207, 207, 207, 0.55);
    border-radius: 14px;
    background: #fff;
    padding: 10px 10px 12px;
    margin: 0 0 16px;
}

.tutorial-menu-topics {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.tutorial-menu-topics a {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(15, 23, 42, 0.1);
    color: rgba(15, 23, 42, 0.72);
    text-decoration: none;
    font-size: 0.82em;
    line-height: 1.2;
    font-weight: 600;
}

.main-menu>li.cat-item>.menu-toggle,
.sub-menu>li.cat-item>.menu-toggle {
    position: relative;
    padding-left: 22px;
}

.main-menu>li.cat-item>.menu-toggle::before,
.sub-menu>li.cat-item>.menu-toggle::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent rgba(120, 120, 120, 0.7);
}

.sub-menu>li.cat-item>.menu-toggle {
    padding-left: 36px;
}

.sub-menu>li.cat-item>.menu-toggle::before {
    left: 22px;
}

.sub-menu,
.post-list {
    display: none;
}

.main-menu {
    margin-top: 0;
}

.menu-toggle:focus {
    outline: 2px solid #ccc;
    outline-offset: 2px;
}

.post-list>li>a,
.post-list>li.current-post {
    padding: 5px 12px 5px 30px;
    color: #444;
}

.main-menu>li.cat-item>a,
.sub-menu>li.cat-item>a {
    position: relative;
    padding-left: 22px;
}

.main-menu>li.cat-item>a::before,
.sub-menu>li.cat-item>a::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent rgba(120, 120, 120, 0.7);
}

#sidebar {
    width: 320px;
    float: right;
    font-size: .95em;
    margin-top: 20px;
}

.content-shell .post-body {
    font-size: 1rem;
    line-height: 1.75;
}

.content-shell .post-body p {
    margin-top: 0;
    margin-bottom: 1.2em;
}

.content-shell .post-body h1,
.content-shell .post-body h2,
.content-shell .post-body h3,
.content-shell .post-body h4,
.content-shell .post-body h5,
.content-shell .post-body h6 {
    font-weight: 700;
    line-height: 1.3;
    margin: 1.4em 0 .6em;
}

.content-shell .post-body h1 {
    font-size: var(--h1-size);
}

.content-shell .post-body h2 {
    font-size: var(--h2-size);
}

.content-shell .post-body h3 {
    font-size: var(--h3-size);
}

.content-shell .post-body h4 {
    font-size: var(--h4-size);
}

.content-shell .post-body h5 {
    font-size: var(--h5-size);
}

.content-shell .post-body h6 {
    font-size: var(--h6-size);
}

.content-shell .page-body {
    color: rgba(15, 23, 42, .85);
    line-height: 1.65;
}

.content-shell .page-body> :first-child {
    margin-top: 0;
}

pre {
    overflow: auto;
    margin: 0 0 18px 0;
    tab-size: 4;
    line-height: 1.6;
    background: transparent;
}

pre code {
    font-size: 0.95em;
    padding: 0;
    background: transparent;
    border: 0;
    color: inherit;
    box-shadow: none;
}

.help-cta {
    float: right;
    text-align: left;
    position: -webkit-sticky;
    position: sticky;
    box-sizing: border-box;
    top: 0;
    margin-right: 20px;
    border-radius: var(--radius);
}

.help-cta.card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.help-cta.card--padded {
    padding: 18px 20px;
    border-radius: var(--radius);
}

.help-cta__title {
    font-size: 0.95em;
    font-weight: 700;
    margin-bottom: 12px;
    color: #8a4f00;
    text-align: center;
}

.help-cta .cta-link {
    display: flex;
}

.help-cta .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    border-radius: 12px;
    font-weight: 650;
    letter-spacing: .2px;
    border: 1px solid transparent;
    transition: transform .08s ease, background .12s ease, border-color .12s ease, opacity .12s ease;
    user-select: none;
}

.help-cta .btn-primary {
    background: var(--brand);
    color: #2a1a00;
    border-color: rgba(255, 176, 0, .55);
}

#tutorial-menu .tutorial-menu-close {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    margin: 0 0 12px;
    border-radius: 999px;
    border: 1px solid #e5e0d6;
    background-color: #ffffff;
    color: #2f2f2f;
    font-size: .85em;
    font-weight: 600;
    cursor: pointer;
}

.content-shell .section-head h1,
.content-shell .section-head h2,
.content-shell .section-head .section-title {
    margin: 0;
    font-size: 20px;
    letter-spacing: -.3px;
}


.content-shell .post-head .section-title {
    font-size: clamp(28px, 3.2vw, 36px);
    line-height: 1.15;
    letter-spacing: -.4px;
    font-weight: 700;
}

.post-body a.demo {
    padding: 8px 18px;
    margin: 20px 30px 20px 0;
    color: #000;
    display: inline-block;
    width: 130px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid;
    text-transform: lowercase;
    background-color: #FFC72C;
    border-color: #ffd98e #ffbe3d #de9300;
    position: relative;
}

.content-shell .list-rows {
    display: grid;
    gap: 0;
}

.content-shell .list-row,
.content-shell .recent-item {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    transition: background .12s ease;
}

.content-shell .shell {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: calc(var(--radius) + 6px);
    overflow: hidden;
}

.content-shell .section {
    padding: 22px 22px 26px;
}

.content-shell .section+.section {
    border-top: 1px solid var(--line);
}

.content-shell .recent-shell {
    margin-top: 0;
}

.content-shell .shell+.recent-shell {
    margin-top: 22px;
}

.content-shell .recent-list {
    margin: 0 -16px;
}

.content-shell .recent-media img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, .12);
}

.content-shell .list-row--no-media,
.content-shell .recent-item--no-media {
    grid-template-columns: 1fr;
}

.content-shell .post-meta-line {
    color: var(--ink);
    font-size: 12.5px;
}

.content-shell .meta-date,
.content-shell .recent-meta {
    color: rgba(15, 23, 42, .6);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.content-shell .list-row h3,
.content-shell .recent-item h3 {
    margin: 0 0 6px;
    font-size: 16.5px;
}

.content-shell .list-row p,
.content-shell .recent-item p {
    margin: 0 0 8px;
    color: rgba(15, 23, 42, .72);
    font-size: 13.5px;
}

@media (max-width: 640px) {
    .content-shell .recent-media img {
        height: 160px;
    }

    .content-shell .list-row,
    .content-shell .recent-item {
        grid-template-columns: 1fr;
    }

}

@media screen and (max-width: 900px) {
    .site-footer-contact-note .footer-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 18px;
    }

    .site-footer-contact-note .footer-cta-actions {
        width: 100%;
    }

    .site-footer-contact-note #footer-contact-navigation {
        width: 100%;
    }
}

@media screen and (max-width: 1014px) {
    #tutorial-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        max-width: 85vw;
        height: 100vh;
        margin: 0;
        padding: 16px 12px 24px;
        background-color: #ffffff;
        border-right: 1px solid #e5e0d6;
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform .2s ease, opacity .2s ease;
        z-index: 1000;
        overflow-y: auto;
        float: none;
    }

    body.is-tutorial-menu-open #tutorial-menu {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header-tutorial-toggle {
        display: inline-flex;
    }

    .has-tutorial-toggle {
        position: relative;
        padding-top: 42px;
    }

    .content-shell .card--padded.has-tutorial-toggle,
    .content-shell .card--padded-lg.has-tutorial-toggle,
    .content-shell .card--flush.has-tutorial-toggle,
    .content-shell .card.has-tutorial-toggle {
        padding-top: 72px;
    }

    .has-tutorial-toggle>.header-tutorial-toggle {
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 2;
    }

    #tutorial {
        width: 570px;
    }

    #tutorial-body {
        width: 570px;
    }

    #sidebar {
        width: 320px;
    }

    .content {
        width: 905px;
    }
}

@media screen and (max-width: 1014px) {
    .hide-md {
        display: none !important;
    }
}

@media screen and (min-width: 756px) and (max-width: 965px) {

    #tutorial,
    #tutorial-body {
        width: 460px;
    }

    #sidebar {
        width: 250px;
    }

    .content {
        width: 725px;
    }

    #logo-text {
        display: none;
    }
}

@media screen and (max-width: 755px) {
    #site_header .content {
        flex-wrap: wrap;
        gap: 12px;
    }

    #site_header .header-panel {
        display: none;
        flex: 1 1 100%;
        order: 3;
        width: 100%;
        margin-top: 4px;
        padding-top: 12px;
        border-top: 1px solid #e5e0d6;
        gap: 12px;
    }

    #site_header .header-menu-toggle {
        display: inline-flex;
    }

    #site_header #header-contact-navigation {
        margin-left: 0;
    }

    #tutorial,
    #tutorial-body,
    .content {
        width: 570px;
    }

    #sidebar {
        width: 320px;
        clear: both;
        float: none;
    }
}

@media screen and (max-width: 600px) {
    #tutorial {
        width: auto;
        float: none;
        max-width: 570px;
        padding-top: 10px;
    }

    #tutorial-body {
        float: none;
        width: 100%;
    }

    #sidebar {
        width: auto;
        max-width: 350px;
        clear: both;
        float: none;
    }

    .content {
        width: auto;
    }
}

@media screen and (max-width: 450px) {
    .search {
        width: 100%;
    }

    #logo-text {
        display: none;
    }

    #site_header .search-container {
        margin-right: 0;
    }

    #site_header #header-contact-navigation {
        padding: 8px 15px;
    }
}