:root {
    --poe-bg: #f7f2e9;
    --poe-bg-soft: #fffaf1;
    --poe-surface: rgba(255, 250, 241, 0.92);
    --poe-surface-solid: #fffaf1;
    --poe-ink: #241a13;
    --poe-muted: #6c5a4a;
    --poe-line: rgba(96, 63, 39, 0.16);
    --poe-amber: #c77a30;
    --poe-copper: #9b4e2c;
    --poe-forest: #214f45;
    --poe-moss: #5f7848;
    --poe-sky: #d9e8dd;
    --poe-shadow: 0 22px 70px rgba(71, 45, 25, 0.14);
    --poe-shadow-soft: 0 14px 36px rgba(71, 45, 25, 0.10);
    --poe-radius: 28px;
    --poe-radius-sm: 18px;
    --poe-font-main: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, serif;
    --poe-font-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --poe-gradient-warm: linear-gradient(135deg, #f5c77a 0%, #c77a30 45%, #284f47 100%);
    --poe-gradient-earth: radial-gradient(circle at 20% 20%, rgba(245, 199, 122, .38), transparent 34%), radial-gradient(circle at 82% 12%, rgba(101, 126, 76, .36), transparent 30%), linear-gradient(140deg, #fff8eb, #efe4d0 45%, #d9e8dd);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    background: var(--poe-bg);
    color: var(--poe-ink);
    font-family: var(--poe-font-main);
    font-size: 17px;
    line-height: 1.72;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 8% 18%, rgba(199, 122, 48, .15), transparent 34%),
        radial-gradient(circle at 92% 4%, rgba(33, 79, 69, .15), transparent 32%),
        linear-gradient(180deg, #f8f0e3 0%, #f7f2e9 42%, #fbf7ef 100%);
}
body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .30;
    background-image: linear-gradient(rgba(36, 26, 19, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(36, 26, 19, .04) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(to bottom, transparent, black 12%, black 72%, transparent);
}

a { color: var(--poe-forest); text-decoration-thickness: .08em; text-underline-offset: .16em; transition: color .2s ease, opacity .2s ease; }
a:hover { color: var(--poe-copper); }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }

.screen-reader-text,
.skip-link {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.skip-link:focus {
    clip: auto !important;
    clip-path: none;
    display: block;
    height: auto;
    left: 1rem;
    padding: .75rem 1rem;
    top: 1rem;
    width: auto;
    z-index: 9999;
    border-radius: 999px;
    background: var(--poe-ink);
    color: #fff;
}

.poe-container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.poe-section { padding: 70px 0; }
.poe-section__heading { max-width: 740px; margin-bottom: 30px; }
.poe-section__heading h2 { margin: .25rem 0 .3rem; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.05; letter-spacing: -.04em; }
.poe-section__heading p { margin: 0; color: var(--poe-muted); font-family: var(--poe-font-ui); }
.poe-kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: var(--poe-copper);
    font-family: var(--poe-font-ui);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: none;
}
.poe-kicker::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--poe-gradient-warm);
    box-shadow: 0 0 0 5px rgba(199, 122, 48, .14);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(96, 63, 39, .12);
    background: rgba(247, 242, 233, .78);
    backdrop-filter: blur(18px);
}
.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
    gap: 22px;
}
.site-branding { display: flex; align-items: center; min-width: 0; }
.site-branding__link,
.custom-logo-link { display: inline-flex; align-items: center; max-width: min(330px, 58vw); }
.site-branding__logo,
.custom-logo { width: auto; max-width: 260px; max-height: 58px; object-fit: contain; }
.primary-navigation { display: flex; align-items: center; }
.primary-navigation ul { display: flex; align-items: center; gap: .4rem; list-style: none; margin: 0; padding: 0; }
.primary-navigation a {
    display: inline-flex;
    border-radius: 999px;
    padding: .62rem .88rem;
    color: var(--poe-ink);
    font-family: var(--poe-font-ui);
    font-size: .94rem;
    font-weight: 750;
    text-decoration: none;
}
.primary-navigation a:hover,
.primary-navigation .current-menu-item > a { background: rgba(33, 79, 69, .09); color: var(--poe-forest); }
.mobile-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--poe-line);
    border-radius: 14px;
    background: var(--poe-surface-solid);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    box-shadow: var(--poe-shadow-soft);
}
.mobile-menu-toggle__bar { display: block; width: 20px; height: 2px; border-radius: 20px; background: var(--poe-ink); transition: transform .2s ease, opacity .2s ease; }
body.menu-open .mobile-menu-toggle__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .mobile-menu-toggle__bar:nth-child(2) { opacity: 0; }
body.menu-open .mobile-menu-toggle__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.poe-hero { position: relative; overflow: hidden; padding: 88px 0 76px; background: var(--poe-gradient-earth); border-bottom: 1px solid var(--poe-line); }
.poe-hero__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(260px, .65fr); gap: 48px; align-items: center; }
.poe-hero__content { max-width: 820px; }
.poe-hero h1 { margin: .65rem 0 1rem; max-width: 920px; font-size: clamp(2.75rem, 7vw, 6.7rem); line-height: .94; letter-spacing: -.07em; }
.poe-hero p { margin: 0 0 1.6rem; max-width: 690px; color: var(--poe-muted); font-family: var(--poe-font-ui); font-size: clamp(1.02rem, 2vw, 1.18rem); line-height: 1.75; }
.poe-hero__symbol { display: grid; place-items: center; border-radius: 50%; aspect-ratio: 1; background: radial-gradient(circle, rgba(255,250,241,.95), rgba(255,250,241,.40) 60%, transparent 61%); box-shadow: inset 0 0 80px rgba(199, 122, 48, .15), var(--poe-shadow); }
.poe-hero__symbol img { width: min(78%, 420px); filter: drop-shadow(0 28px 38px rgba(71,45,25,.16)); }
.poe-hero__orb { position: absolute; border-radius: 999px; filter: blur(10px); opacity: .55; }
.poe-hero__orb--one { width: 180px; height: 180px; left: -60px; bottom: 38px; background: rgba(199, 122, 48, .22); }
.poe-hero__orb--two { width: 220px; height: 220px; right: 10%; top: -95px; background: rgba(33, 79, 69, .16); }

.poe-button,
.wp-block-button__link,
button.poe-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    padding: .82rem 1.25rem;
    cursor: pointer;
    font-family: var(--poe-font-ui);
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.poe-button:hover,
.wp-block-button__link:hover { transform: translateY(-1px); }
.poe-button--primary,
.wp-block-button__link {
    background: var(--poe-gradient-warm);
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(155, 78, 44, .25);
}
.poe-button--ghost {
    background: rgba(255, 250, 241, .74);
    color: var(--poe-forest);
    border: 1px solid var(--poe-line);
}

.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.post-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--poe-line);
    border-radius: var(--poe-radius);
    background: rgba(255, 250, 241, .78);
    box-shadow: var(--poe-shadow-soft);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.post-card:hover { transform: translateY(-3px); border-color: rgba(199, 122, 48, .32); box-shadow: var(--poe-shadow); }
.post-card__image { display: block; aspect-ratio: 1.45; overflow: hidden; background: linear-gradient(135deg, rgba(199,122,48,.18), rgba(33,79,69,.18)); text-decoration: none; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.post-card:hover .post-card__image img { transform: scale(1.04); }
.post-card__placeholder { display: grid; place-items: center; height: 100%; min-height: 230px; font-size: 4rem; color: rgba(36,26,19,.38); }
.post-card__body { padding: 22px; }
.post-card__category {
    display: inline-flex;
    margin-bottom: .65rem;
    border-radius: 999px;
    padding: .25rem .58rem;
    background: rgba(33, 79, 69, .09);
    color: var(--poe-forest);
    font-family: var(--poe-font-ui);
    font-size: .72rem;
    font-weight: 850;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.post-card h2 { margin: 0 0 .6rem; font-size: clamp(1.35rem, 2.2vw, 1.8rem); line-height: 1.13; letter-spacing: -.03em; }
.post-card h2 a { color: var(--poe-ink); text-decoration: none; }
.post-card p { margin: .75rem 0 1rem; color: var(--poe-muted); font-size: .98rem; }
.post-card__read { font-family: var(--poe-font-ui); font-weight: 800; text-decoration: none; }
.entry-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .42rem; color: var(--poe-muted); font-family: var(--poe-font-ui); font-size: .86rem; }
.entry-meta a { color: var(--poe-forest); text-decoration: none; font-weight: 700; }
.meta-separator { opacity: .5; }

.poe-page-hero { padding: 66px 0 26px; }
.poe-page-hero h1,
.poe-single__header h1 { margin: .55rem 0 .75rem; max-width: 920px; font-size: clamp(2.3rem, 6vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.archive-description { max-width: 760px; color: var(--poe-muted); font-family: var(--poe-font-ui); }

.poe-single { padding-top: 66px; padding-bottom: 70px; }
.poe-single__header { max-width: 900px; margin-bottom: 28px; }
.poe-single__header > p { max-width: 760px; margin: 0; color: var(--poe-muted); font-family: var(--poe-font-ui); }
.poe-featured-image { margin: 0 0 42px; }
.poe-featured-image img { width: 100%; max-height: 650px; object-fit: cover; border-radius: 34px; box-shadow: var(--poe-shadow); }
.poe-featured-image figcaption { margin-top: .65rem; color: var(--poe-muted); font-family: var(--poe-font-ui); font-size: .9rem; text-align: center; }
.poe-single__footer { max-width: 840px; margin: 44px auto 0; }
.poe-tags { display: flex; flex-wrap: wrap; gap: .55rem; font-family: var(--poe-font-ui); color: var(--poe-muted); }
.poe-tags a { border-radius: 999px; padding: .25rem .62rem; background: rgba(33,79,69,.08); text-decoration: none; font-size: .9rem; }
.poe-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-bottom: 70px; }
.poe-post-nav a { display: block; height: 100%; border: 1px solid var(--poe-line); border-radius: var(--poe-radius-sm); padding: 18px; background: var(--poe-surface); font-family: var(--poe-font-ui); font-weight: 800; text-decoration: none; box-shadow: var(--poe-shadow-soft); }
.poe-post-nav div:last-child { text-align: right; }

.poe-prose { max-width: 840px; margin-inline: auto; }
.poe-prose > *:first-child { margin-top: 0; }
.poe-prose h2,
.poe-prose h3,
.poe-prose h4,
.wp-block-heading { line-height: 1.12; letter-spacing: -.035em; margin: 2.1em 0 .65em; }
.poe-prose h2 { font-size: clamp(1.85rem, 4vw, 3rem); }
.poe-prose h3 { font-size: clamp(1.45rem, 3vw, 2.25rem); }
.poe-prose p { margin: 1.05em 0; }
.poe-prose strong { color: var(--poe-copper); font-weight: 850; }
.poe-prose em { color: #4a3b30; text-decoration: underline; text-decoration-color: rgba(199, 122, 48, .30); text-underline-offset: .17em; }
.poe-prose a:not(.poe-button) { color: var(--poe-forest); font-weight: 750; }
.poe-prose ul,
.poe-prose ol { padding-left: 1.35rem; margin: 1.25rem 0; }
.poe-prose li { margin: .42rem 0; padding-left: .2rem; }
.poe-prose ul li::marker { color: var(--poe-copper); content: "✦ "; }
.poe-prose ol li::marker { color: var(--poe-copper); font-weight: 800; }
.poe-prose blockquote,
.wp-block-quote {
    position: relative;
    margin: 2rem 0;
    border: 1px solid rgba(199, 122, 48, .22);
    border-left: 0;
    border-radius: 24px;
    padding: 1.5rem 1.5rem 1.5rem 4.9rem;
    background: radial-gradient(circle at 12% 12%, rgba(199,122,48,.18), transparent 28%), rgba(255,250,241,.82);
    box-shadow: var(--poe-shadow-soft);
    color: var(--poe-ink);
}
.poe-prose blockquote::before,
.wp-block-quote::before {
    content: "ᛝ";
    position: absolute;
    left: 1.35rem;
    top: 1.15rem;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--poe-gradient-warm);
    color: #fff;
    font-size: 1.4rem;
    box-shadow: 0 12px 24px rgba(155,78,44,.24);
}
.poe-prose blockquote p { margin: .3rem 0; font-size: 1.18rem; line-height: 1.65; }
.poe-prose cite { display: block; margin-top: .8rem; color: var(--poe-muted); font-family: var(--poe-font-ui); font-size: .9rem; }
.poe-prose .wp-block-separator { border: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(199,122,48,.45), transparent); margin: 2.2rem 0; }
.poe-prose .wp-block-image img { border-radius: 24px; box-shadow: var(--poe-shadow-soft); }
.poe-prose .wp-block-image figcaption { color: var(--poe-muted); font-family: var(--poe-font-ui); font-size: .9rem; text-align: center; }
.poe-prose table,
.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: var(--poe-font-ui);
    font-size: .96rem;
}
.poe-prose table th,
.poe-prose table td,
.wp-block-table th,
.wp-block-table td { border: 1px solid var(--poe-line); padding: .85rem; vertical-align: top; }
.poe-prose table th,
.wp-block-table th { background: rgba(33,79,69,.09); color: var(--poe-forest); text-align: left; }
.wp-block-table { overflow-x: auto; }
.wp-block-table table { min-width: 620px; }
.poe-prose pre { overflow-x: auto; border-radius: 18px; padding: 1.2rem; background: #221a14; color: #fff5e6; }

.poe-product-card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(210px, .82fr) minmax(0, 1.18fr);
    gap: 28px;
    align-items: center;
    margin: 2.6rem auto;
    overflow: hidden;
    border: 1px solid rgba(199, 122, 48, .22);
    border-radius: 34px;
    padding: 24px;
    background: linear-gradient(135deg, rgba(255,250,241,.92), rgba(236,227,207,.86));
    box-shadow: var(--poe-shadow);
}
.poe-product-card__halo { position: absolute; inset: auto -8% -40% auto; z-index: -1; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(199,122,48,.28), transparent 68%); }
.poe-product-card__media { min-height: 245px; border-radius: 26px; overflow: hidden; background: radial-gradient(circle at 30% 22%, rgba(245,199,122,.33), transparent 32%), linear-gradient(145deg, rgba(33,79,69,.16), rgba(255,250,241,.68)); display: grid; place-items: center; }
.poe-product-card__media img { width: 100%; height: 100%; min-height: 245px; object-fit: cover; }
.poe-product-card__placeholder { font-size: 5rem; color: rgba(36,26,19,.34); }
.poe-product-card__content { padding: 8px 6px; }
.poe-product-card__kicker { color: var(--poe-copper); font-family: var(--poe-font-ui); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.poe-product-card h3 { margin: .45rem 0 .7rem; font-size: clamp(1.65rem, 3vw, 2.55rem); line-height: 1.08; letter-spacing: -.04em; }
.poe-product-card p { margin: 0 0 1rem; color: var(--poe-muted); font-family: var(--poe-font-ui); }
.poe-product-card__note { display: inline-flex; border-radius: 999px; padding: .35rem .65rem; background: rgba(33,79,69,.08); color: var(--poe-forest) !important; font-size: .88rem; }
.poe-product-card--editor { max-width: 960px; }
.poe-editor-media-control { display: flex; align-items: center; gap: .65rem; margin-top: 12px; }

.poe-contact-panel { max-width: 860px; margin: 34px auto 0; border: 1px solid var(--poe-line); border-radius: 34px; padding: clamp(22px, 4vw, 34px); background: var(--poe-surface); box-shadow: var(--poe-shadow); }
.poe-contact-form label { display: block; margin-bottom: .38rem; color: var(--poe-forest); font-family: var(--poe-font-ui); font-size: .9rem; font-weight: 850; }
.poe-contact-form input,
.poe-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(96,63,39,.22);
    border-radius: 18px;
    padding: .9rem 1rem;
    background: #fffdf8;
    color: var(--poe-ink);
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.poe-contact-form input:focus,
.poe-contact-form textarea:focus { border-color: rgba(199,122,48,.75); box-shadow: 0 0 0 4px rgba(199,122,48,.12); }
.poe-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.poe-honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.poe-notice { margin-bottom: 18px; border-radius: 16px; padding: .85rem 1rem; font-family: var(--poe-font-ui); font-weight: 750; }
.poe-notice--success { background: rgba(33,79,69,.10); color: var(--poe-forest); }
.poe-notice--error { background: rgba(155,78,44,.12); color: var(--poe-copper); }

.poe-empty-state { border: 1px solid var(--poe-line); border-radius: var(--poe-radius); padding: 36px; background: var(--poe-surface); box-shadow: var(--poe-shadow-soft); }
.navigation.pagination { margin-top: 36px; font-family: var(--poe-font-ui); }
.nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; }
.page-numbers { min-width: 42px; min-height: 42px; display: inline-grid; place-items: center; border-radius: 999px; padding: .35rem .75rem; background: rgba(255,250,241,.82); border: 1px solid var(--poe-line); text-decoration: none; color: var(--poe-ink); font-weight: 800; }
.page-numbers.current { background: var(--poe-forest); color: #fff; }

.search-form { display: flex; gap: .75rem; max-width: 680px; }
.search-field { flex: 1; border: 1px solid var(--poe-line); border-radius: 999px; padding: .85rem 1rem; background: #fffdf8; }
.search-submit { border: 0; border-radius: 999px; padding: .85rem 1.2rem; background: var(--poe-forest); color: #fff; font-family: var(--poe-font-ui); font-weight: 800; }

.poe-404 { min-height: 65vh; display: grid; place-items: center; align-content: center; text-align: center; padding: 80px 0; }
.poe-404__symbol { width: min(260px, 62vw); margin: 0 auto 20px; border-radius: 50%; padding: 28px; background: radial-gradient(circle, rgba(255,250,241,.96), rgba(255,250,241,.45)); box-shadow: var(--poe-shadow); }
.poe-404 h1 { margin: .45rem 0 .7rem; font-size: clamp(2.8rem, 8vw, 6.5rem); line-height: .94; letter-spacing: -.07em; }
.poe-404 p { max-width: 640px; margin: 0 auto 1.4rem; color: var(--poe-muted); font-family: var(--poe-font-ui); }

.site-footer { margin-top: 30px; border-top: 1px solid rgba(96,63,39,.14); background: linear-gradient(135deg, rgba(36,26,19,.96), rgba(33,79,69,.96)); color: rgba(255,250,241,.84); }
.site-footer a { color: rgba(255,250,241,.92); text-decoration: none; }
.site-footer__inner { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(160px, .7fr) minmax(160px, .7fr); gap: 34px; padding: 44px 0; }
.site-footer__brand img { max-width: 240px; filter: brightness(0) invert(1); }
.site-footer__brand p { max-width: 460px; margin: 1rem 0 0; color: rgba(255,250,241,.72); font-family: var(--poe-font-ui); }
.site-footer__nav h2 { margin: 0 0 .8rem; color: #fff; font-family: var(--poe-font-ui); font-size: .9rem; text-transform: uppercase; letter-spacing: .12em; }
.site-footer__nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .42rem; font-family: var(--poe-font-ui); }
.site-footer__bottom { border-top: 1px solid rgba(255,250,241,.12); padding: 18px 0; }
.site-footer__bottom p { margin: 0; color: rgba(255,250,241,.66); font-family: var(--poe-font-ui); font-size: .9rem; }

.poe-cookie-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    max-width: 1080px;
    margin-inline: auto;
    border: 1px solid rgba(255,250,241,.32);
    border-radius: 24px;
    padding: 18px;
    background: rgba(36,26,19,.94);
    color: #fff;
    box-shadow: 0 24px 80px rgba(0,0,0,.28);
    backdrop-filter: blur(18px);
}
.poe-cookie-banner[hidden] { display: none; }
.poe-cookie-banner strong { display: block; margin-bottom: .25rem; font-family: var(--poe-font-ui); }
.poe-cookie-banner p { margin: 0; color: rgba(255,250,241,.74); font-family: var(--poe-font-ui); font-size: .94rem; }
.poe-cookie-banner__actions { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: .65rem; }
.poe-cookie-banner__link { color: #fff; font-family: var(--poe-font-ui); font-weight: 800; }

@media (max-width: 980px) {
    .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .poe-hero__inner { grid-template-columns: 1fr; }
    .poe-hero__symbol { max-width: 420px; margin-inline: auto; }
    .site-footer__inner { grid-template-columns: 1fr 1fr; }
    .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
    body { font-size: 16px; line-height: 1.68; }
    .poe-container { width: min(100% - 28px, 1160px); }
    .site-header__inner { min-height: 68px; }
    .site-branding__logo,
    .custom-logo { max-width: 205px; max-height: 50px; }
    .mobile-menu-toggle { display: inline-flex; }
    .primary-navigation {
        position: absolute;
        left: 14px;
        right: 14px;
        top: calc(100% + 8px);
        display: none;
        border: 1px solid var(--poe-line);
        border-radius: 22px;
        padding: 12px;
        background: rgba(255,250,241,.97);
        box-shadow: var(--poe-shadow);
    }
    body.menu-open .primary-navigation { display: block; }
    .primary-navigation ul { display: grid; gap: 4px; }
    .primary-navigation a { width: 100%; justify-content: space-between; }
    .poe-hero { padding: 58px 0 48px; }
    .poe-hero h1 { font-size: clamp(2.55rem, 15vw, 4.25rem); }
    .poe-hero__symbol { display: none; }
    .poe-section { padding: 48px 0; }
    .post-grid { grid-template-columns: 1fr; gap: 18px; }
    .post-card__image { aspect-ratio: 1.55; }
    .poe-page-hero { padding-top: 44px; }
    .poe-single { padding-top: 44px; }
    .poe-featured-image img { border-radius: 24px; }
    .poe-prose { max-width: 100%; }
    .poe-prose table,
    .wp-block-table table { display: block; overflow-x: auto; min-width: 620px; white-space: nowrap; }
    .poe-prose blockquote,
    .wp-block-quote { padding: 1.15rem 1.15rem 1.15rem 4.2rem; border-radius: 20px; }
    .poe-prose blockquote::before,
    .wp-block-quote::before { left: 1rem; width: 36px; height: 36px; }
    .poe-product-card { grid-template-columns: 1fr; padding: 18px; border-radius: 26px; gap: 18px; }
    .poe-product-card__media { min-height: 220px; }
    .poe-form-grid { grid-template-columns: 1fr; gap: 0; }
    .poe-post-nav { grid-template-columns: 1fr; }
    .poe-post-nav div:last-child { text-align: left; }
    .site-footer__inner { grid-template-columns: 1fr; gap: 24px; }
    .poe-cookie-banner { grid-template-columns: 1fr; left: 12px; right: 12px; bottom: 12px; }
    .poe-cookie-banner__actions { justify-content: flex-start; }
    .poe-cookie-banner .poe-button { width: 100%; }
    .search-form { flex-direction: column; }
}

@media (max-width: 420px) {
    body { font-size: 15px; }
    .poe-container { width: min(100% - 22px, 1160px); }
    .site-branding__logo,
    .custom-logo { max-width: 180px; }
    .poe-button { width: 100%; }
    .post-card__body { padding: 18px; }
    .poe-contact-panel { padding: 18px; }
}
