:root {
    --site-bg: #efe9df;
    --site-surface: #fdfbf7;
    --site-text: #2b2520;
    --site-muted: #5e554a;
    --site-link: #6b4e2e;
    --site-accent: #2e7d32;
    --site-border: #bfb3a0;
    --site-radius: 6px;
}

.site-body {
    color: var(--site-text);
    font-family: var(--site-font-family);
    font-size: 13px;
    line-height: 1.6;
    background-color: var(--site-bg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect width='4' height='4' fill='%23EFE9DF'/%3E%3Crect width='1' height='1' fill='%23E3DBCD'/%3E%3C/svg%3E");
}

.site-body a { color: var(--site-link); text-underline-offset: 2px; }
.site-body a:hover { color: #1b5e20; }
.site-shell { width: min(100% - 20px, 960px); margin: 16px auto 24px; }

.site-header {
    padding: 22px 24px 18px;
    color: #fff;
    background: linear-gradient(rgb(255 255 255 / 14%), transparent 50%), #2d3748;
    border-color: #1f2733;
    border-radius: 10px 10px 0 0;
    box-shadow: inset 0 1px rgb(255 255 255 / 50%), 0 2px 4px rgb(0 0 0 / 30%);
    text-shadow: 0 1px 1px rgb(0 0 0 / 45%);
}

.site-header::after {
    position: absolute;
    inset: 0 0 auto;
    height: 50%;
    background: linear-gradient(rgb(255 255 255 / 12%), transparent);
    content: "";
    pointer-events: none;
}

.site-logo { font-size: 30px; letter-spacing: -1px; text-shadow: 0 2px 2px rgb(0 0 0 / 45%); }
.site-header p { color: #efe6d8; }
.site-header__blog,
.site-button {
    color: #fff !important;
    background: linear-gradient(#4caf50, #2e7d32 50%, #1b5e20);
    border-color: #14421a;
    border-radius: 6px;
    text-shadow: 0 1px rgb(0 0 0 / 30%);
    box-shadow: inset 0 1px rgb(255 255 255 / 50%), 0 1px 3px rgb(0 0 0 / 18%);
}
.site-header__blog:hover,
.site-button:hover { background: linear-gradient(#a5d6a7, #43a047 50%, #2e7d32); }

.site-navigation {
    margin-bottom: 14px;
    background: linear-gradient(#fbf8f2, #e6ddcf);
    border-color: #bfb3a0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 18%);
}
.site-navigation > ul { padding: 0 8px; }
.site-navigation > ul > li > a { min-height: 44px; padding: 10px 16px; color: #2d3748; border-right: 1px solid #d3c8b6; }
.site-navigation > ul > li:last-child > a { border-right: 0; }
.site-navigation a:hover { color: #1b5e20; background: rgb(255 255 255 / 60%); }
.site-navigation a[aria-current="page"] {
    color: #fff;
    background: linear-gradient(#4caf50, #2e7d32 50%, #1b5e20);
    text-shadow: 0 1px rgb(0 0 0 / 35%);
    box-shadow: inset 0 1px rgb(255 255 255 / 40%);
}
.site-navigation li ul { background: #fdfbf7; border-color: #bfb3a0; }

.site-content-layout { grid-template-columns: minmax(0, 7fr) minmax(220px, 3fr); gap: 14px; }
.site-main,
.site-sidebar { gap: 14px; }
.site-section,
.public-content,
.site-widget {
    background: #fdfbf7;
    border-color: #d6ccbc;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 18%);
}
.site-section > header,
.site-widget > h2 {
    padding: 8px 12px;
    color: #fff;
    background: linear-gradient(rgb(255 255 255 / 14%), transparent 50%), #2d3748;
    border-bottom: 1px solid #1f2733;
    text-shadow: 0 1px 1px rgb(0 0 0 / 45%);
    box-shadow: inset 0 1px rgb(255 255 255 / 35%);
}
.site-section--featured_posts > header {
    background: linear-gradient(#4caf50, #2e7d32 50%, #1b5e20);
    border-bottom-color: #14421a;
}
.site-section__intro,
.site-author,
.site-post-grid { padding: 12px; }
.site-section--hero .site-section__intro { font-size: 13px; }

.site-post-grid { display: block; }
.site-post-card { display: grid; grid-template-columns: 150px minmax(0, 1fr); border: 0; border-bottom: 1px solid #e6ded0; border-radius: 0; }
.site-post-card--without-media { grid-template-columns: minmax(0, 1fr); }
.site-post-card:last-child { border-bottom: 0; }
.site-post-card img { height: 100%; min-height: 112px; aspect-ratio: auto; object-fit: cover; }
.site-post-card > div { padding: 14px 16px; }
.site-post-card h2 { font-size: 17px; }

.site-author img { border: 3px solid #fff; border-radius: 6px; box-shadow: 0 0 0 1px #d6ccbc, 0 1px 3px rgb(0 0 0 / 18%); }
.site-education { margin: 0; padding: 10px 12px; list-style: none; }
.site-education li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 11px; padding: 8px 0; border-bottom: 1px dotted #ddd3c2; }
.site-education li:last-child { border-bottom: 0; }
.site-education__badge { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; color: #fff; font-size: 11px; font-weight: 700; background: linear-gradient(rgb(255 255 255 / 14%), transparent 50%), #2d3748; border-radius: 3px; box-shadow: inset 0 1px rgb(255 255 255 / 40%); }
.site-education__badge--current { background: linear-gradient(#4caf50, #1b5e20); }
.site-education strong,
.site-education small { display: block; }
.site-education strong { color: #2b2520; font-size: 13px; line-height: 1.35; }
.site-education small { margin-top: 2px; color: #5e554a; font-size: 11px; line-height: 1.5; }

.site-widget ul { padding: 5px 12px; }
.site-widget li { border-color: #ddd3c2; }
.site-widget__title--highlighted { background: linear-gradient(#4caf50, #2e7d32 50%, #1b5e20) !important; border-bottom-color: #14421a !important; }
.site-widget-search input { color: #2b2520; background: linear-gradient(#f7f3eb, #fff 40%); border-color: #b8ad9b; border-radius: 3px; box-shadow: inset 0 1px 2px rgb(0 0 0 / 12%); }
.site-widget-search input:focus { border-color: #2e7d32; box-shadow: 0 0 0 3px rgb(46 125 50 / 25%); outline: 0; }
.site-widget-profile { display: flex; align-items: flex-start; gap: 14px; padding: 12px 12px 4px; }
.site-widget-profile img,
.site-widget-profile__avatar { display: flex; align-items: flex-end; justify-content: center; width: 84px; height: 84px; flex: 0 0 84px; padding-bottom: 4px; color: #1f2733; font-size: 10px; font-weight: 700; background: radial-gradient(circle at 50% 30%, #fff 0, #fff 22%, #d9cdb8 23%, #d9cdb8 45%, #fff 46%, #fff 100%), #2d3748; border: 3px solid #fff; border-radius: 6px; box-shadow: 0 0 0 1px #d6ccbc, 0 1px 3px rgb(0 0 0 / 18%); }
.site-widget-profile strong { display: block; margin-bottom: 2px; }
.site-widget-profile p { margin: 0; color: #5e554a; font-size: 11px; }
.site-profile-education { margin: 0; padding: 4px 12px 8px; list-style: none; }
.site-profile-education li { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 10px; padding: 8px 0; border-bottom: 1px dotted #ddd3c2; }
.site-profile-education li:last-child { border-bottom: 0; }
.site-profile-education li > span { display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; color: #fff; font-size: 11px; font-weight: 700; background: linear-gradient(rgb(255 255 255 / 14%), transparent 50%), #2d3748; border-radius: 3px; box-shadow: inset 0 1px rgb(255 255 255 / 40%); }
.site-profile-education li > span.is-current { background: linear-gradient(#4caf50, #1b5e20); }
.site-profile-education strong,
.site-profile-education small { display: block; }
.site-profile-education small { color: #5e554a; font-size: 11px; line-height: 1.4; }
.archive-card { border-color: #e6ded0; }
.archive-card--without-media { grid-template-columns: minmax(0, 1fr); }
.archive-card--without-media .archive-card__body { width: 100%; min-width: 0; }
.archive-card h2 a { color: #214f7b; font-weight: 700; }
.archive-card h2 a:hover,
.archive-card h2 a:focus-visible { color: #1b6b25; }
.site-pagination { background: #f5f0e6; border-color: #e6ded0; }

.site-body .prose blockquote { color: #2e3b2e; background: #f3f6ee; border-left-color: #2e7d32; }
.site-body .prose pre { background: #1e1e1e; border-radius: 6px; }
.public-content__taxonomy a { color: #5d311d; background: #efe6d8; border-color: #d3c3a8; }
.post-share-panel { background: linear-gradient(#fbf8f2, #eee6d9); border-color: #cfc2ad; box-shadow: inset 0 1px #fff, 0 1px 2px rgb(0 0 0 / 10%); }
.post-share-link { text-shadow: 0 1px rgb(0 0 0 / 40%); }
.site-visitor-counter { background: linear-gradient(#fff, #f7f2e9); }
.site-visitor-counter__digits span { box-shadow: inset 0 1px rgb(255 255 255 / 20%), 0 1px 1px rgb(0 0 0 / 20%); }

.site-body input[type="text"],
.site-body input[type="email"],
.site-body input[type="url"],
.site-body input[type="search"],
.site-body textarea,
.site-body select {
    color: #2b2520;
    background: linear-gradient(#f7f3eb, #fff 40%);
    border: 1px solid #b8ad9b;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 12%);
}
.site-body input:focus,
.site-body textarea:focus,
.site-body select:focus { border-color: #2e7d32; box-shadow: 0 0 0 3px rgb(46 125 50 / 25%); }

.site-footer {
    color: #5e554a;
    background: linear-gradient(#fbf8f2, #e6ddcf);
    border-color: #bfb3a0;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 18%);
}
.site-footer nav { margin-top: 4px; }
.site-footer__content { gap: 0; }
.site-footer__content .site-social { margin-top: 4px; }
.site-standards { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 6px; }
.site-standard { display: inline-flex; width: 80px; height: 17px; overflow: hidden; color: #fff; font-family: inherit; font-size: 9px; font-weight: 700; line-height: 15px; border: 1px solid #444; border-radius: 2px; }
.site-standard b { padding: 0 4px; background: #444; }
.site-standard em { flex: 1; color: #fff; font-style: normal; text-align: center; }
.site-standard--html em { background: #e44d26; }
.site-standard--css em { background: #1572b6; }
.site-standard--a11y em { background: #2e7d32; }

@media (max-width: 720px) {
    .site-body { padding-bottom: 0; }
    .site-shell { width: min(100% - 16px, 960px); margin: 8px auto 16px; }
    .site-header { padding: 16px; border: 1px solid #1f2733; border-radius: 10px 10px 0 0; }
    .site-logo { font-size: 25px; }
    .site-navigation { position: static; margin-bottom: 10px; border-width: 0 1px 1px; border-radius: 0 0 6px 6px; box-shadow: 0 1px 3px rgb(0 0 0 / 18%); }
    .site-navigation > ul { justify-content: flex-start; overflow-x: auto; }
    .site-navigation > ul > li { flex: 0 0 auto; }
    .site-navigation > ul > li > a { min-height: 44px; padding: 11px 13px; }
    .site-navigation a[aria-current="page"] { box-shadow: inset 0 1px rgb(255 255 255 / 40%); }
    .site-content-layout { grid-template-columns: 1fr; padding: 0; }
    .site-post-card { grid-template-columns: 110px minmax(0, 1fr); }
    .site-post-card--without-media { grid-template-columns: minmax(0, 1fr); }
    .site-footer { margin: 0; }
}

@media (max-width: 480px) {
    .site-header { align-items: flex-start; flex-direction: column; }
    .site-header p { display: block; }
    .site-post-card { grid-template-columns: 1fr; }
    .site-post-card img { min-height: 0; aspect-ratio: 16 / 9; }
}

/* Mobil Vintage: mobil-vintage.html referansındaki 2007–2010 web-app kabuğu. */
@media (max-width: 900px) {
    .site-body {
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100dvh;
        overflow: hidden;
        padding: 0;
        background: #4a4238;
        -webkit-tap-highlight-color: rgb(46 125 50 / 25%);
    }

    .site-shell {
        position: relative;
        display: block;
        width: 100%;
        max-width: 420px;
        height: 100vh;
        height: 100dvh;
        margin: 0 auto;
        overflow-x: hidden;
        overflow-y: auto;
        background: #efe9df;
        box-shadow: 0 0 0 1px #000, 0 0 40px rgb(0 0 0 / 50%);
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .site-header {
        position: sticky;
        z-index: 120;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        min-height: 48px;
        padding: 0 54px;
        background: linear-gradient(rgb(255 255 255 / 14%), transparent 50%), #2d3748;
        border: 0;
        border-bottom: 1px solid #1a2029;
        border-radius: 0;
        box-shadow: inset 0 1px rgb(255 255 255 / 50%), 0 1px 3px rgb(0 0 0 / 40%);
        overflow: visible;
    }
    .site-header::after { height: 50%; }
    .site-header__identity { min-width: 0; text-align: center; }
    .site-logo {
        display: block;
        overflow: hidden;
        color: #fff !important;
        font-size: 18px;
        line-height: 48px;
        letter-spacing: -.4px;
        text-overflow: ellipsis;
        text-shadow: 0 -1px rgb(0 0 0 / 50%);
        white-space: nowrap;
    }
    .site-header p { display: none; }

    .site-mobile-widgets {
        position: absolute;
        z-index: 4;
        top: 8px;
        right: 8px;
        display: block;
    }
    .site-mobile-widgets > summary {
        position: relative;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 54px;
        min-height: 32px;
        padding: 0 9px;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        list-style: none;
        background: linear-gradient(rgb(255 255 255 / 14%), transparent 50%), #2d3748;
        border: 1px solid #1a2029;
        border-radius: 4px;
        box-shadow: inset 0 1px rgb(255 255 255 / 40%);
        text-shadow: 0 -1px rgb(0 0 0 / 40%);
    }
    .site-mobile-widgets > summary::-webkit-details-marker { display: none; }
    .site-mobile-widgets > summary:active,
    .site-mobile-widgets[open] > summary { background: #1f2733; }
    .site-mobile-widgets__close { display: none; }
    .site-mobile-widgets:not([open]) .site-mobile-widgets__panel { display: none; }
    .site-mobile-widgets[open] .site-mobile-widgets__open { display: none; }
    .site-mobile-widgets[open] .site-mobile-widgets__close { display: inline; }
    .site-mobile-widgets[open]::before {
        position: fixed;
        z-index: 1;
        inset: 48px 0 calc(56px + env(safe-area-inset-bottom));
        background: rgb(26 22 19 / 52%);
        content: "";
    }
    .site-mobile-widgets__panel {
        position: fixed;
        z-index: 2;
        top: 48px;
        bottom: calc(56px + env(safe-area-inset-bottom));
        left: 50%;
        display: flex;
        flex-direction: column;
        width: min(100vw, 420px);
        overflow: hidden;
        color: #2b2520;
        text-align: left;
        text-shadow: none;
        transform: translateX(-50%);
        background-color: #efe9df;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect width='4' height='4' fill='%23EFE9DF'/%3E%3Crect width='1' height='1' fill='%23E3DBCD'/%3E%3C/svg%3E");
        border-top: 1px solid #6e6457;
        box-shadow: 0 8px 18px rgb(0 0 0 / 45%);
    }
    .site-mobile-widgets__heading {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding: 9px 12px;
        color: #efe6d8;
        background: linear-gradient(#3a322a, #1a1613);
        border-bottom: 1px solid #000;
    }
    .site-mobile-widgets__heading strong { color: #fff; font-size: 13px; }
    .site-mobile-widgets__heading span { font-size: 10px; }
    .site-mobile-widgets__content {
        display: grid;
        gap: 12px;
        padding: 12px;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }
    .site-mobile-widgets .site-widget {
        display: block;
        overflow: hidden;
        margin: 0;
        background: #fff;
        border: 1px solid #d6ccbc;
        border-radius: 8px;
        box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
    }
    .site-mobile-widgets .site-widget > h2 {
        padding: 8px 12px;
        color: #fff;
        font-size: 13px;
        background: linear-gradient(rgb(255 255 255 / 14%), transparent 50%), #2d3748;
        border-bottom: 1px solid #1f2733;
    }
    .site-mobile-widgets .site-widget__title--highlighted { background: linear-gradient(#4caf50, #2e7d32 50%, #1b5e20) !important; }
    .site-mobile-widgets .site-widget li { min-height: 42px; padding: 9px 0; }
    .site-mobile-widgets .site-widget-search input { min-height: 42px; font-size: 16px; }
    .site-mobile-widgets .site-widget-search .site-button { min-height: 42px; }

    .site-content-layout {
        display: block;
        min-height: calc(100dvh - 48px);
        padding: 12px 12px 0;
    }
    .site-main { display: grid; gap: 12px; }
    .site-sidebar { display: none; }

    .site-navigation {
        position: fixed;
        z-index: 150;
        right: auto;
        bottom: 0;
        left: 50%;
        width: min(100vw, 420px);
        height: calc(56px + env(safe-area-inset-bottom));
        margin: 0;
        padding-bottom: env(safe-area-inset-bottom);
        transform: translateX(-50%);
        background: linear-gradient(#3a322a, #1a1613);
        border: 0;
        border-top: 1px solid #000;
        border-radius: 0;
        box-shadow: inset 0 1px rgb(255 255 255 / 15%);
    }
    .site-navigation > ul {
        display: flex;
        width: 100%;
        height: 56px;
        padding: 0;
        overflow: visible;
    }
    .site-navigation > ul > li {
        position: relative;
        min-width: 0;
        flex: 1 1 20%;
        text-align: center;
    }
    .site-navigation > ul > li > .site-menu-link {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 3px;
        min-width: 44px;
        min-height: 56px;
        padding: 4px 2px;
        overflow: hidden;
        color: #d6ccbc;
        font-size: 10px;
        line-height: 1.1;
        text-decoration: none;
        text-overflow: ellipsis;
        text-shadow: none;
        white-space: nowrap;
        border: 0;
    }
    .site-navigation > ul > li > .site-menu-link::before {
        width: 26px;
        height: 22px;
        flex: 0 0 22px;
        background: linear-gradient(#b8ad9b, #7a6e60);
        border-radius: 4px;
        box-shadow: inset 0 1px rgb(255 255 255 / 40%);
        content: "";
    }
    .site-menu-item--home > .site-menu-link::before { clip-path: polygon(50% 0, 100% 45%, 85% 45%, 85% 100%, 15% 100%, 15% 45%, 0 45%); }
    .site-menu-item--page-hakkimda > .site-menu-link::before { clip-path: polygon(50% 0, 68% 8%, 70% 40%, 100% 70%, 100% 100%, 0 100%, 0 70%, 30% 40%, 32% 8%); }
    .site-menu-item--blog > .site-menu-link::before { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 15% 0, 15% 20%, 85% 20%, 85% 35%, 15% 35%, 15% 50%, 85% 50%, 85% 65%, 15% 65%, 15% 80%, 60% 80%, 60% 95%, 15% 95%, 15% 0); }
    .site-menu-item--page:not(.site-menu-item--page-hakkimda) > .site-menu-link::before { clip-path: polygon(0 0, 65% 0, 100% 30%, 100% 100%, 0 100%); }
    .site-menu-item--contact > .site-menu-link::before { clip-path: polygon(0 15%, 100% 15%, 100% 85%, 0 85%, 0 15%, 50% 55%, 100% 15%, 95% 15%, 50% 50%, 5% 15%); }
    .site-menu-item--external > .site-menu-link::before,
    .site-menu-item--post > .site-menu-link::before { clip-path: polygon(0 10%, 70% 10%, 70% 0, 100% 25%, 70% 50%, 70% 40%, 20% 40%, 20% 90%, 80% 90%, 80% 60%, 100% 60%, 100% 100%, 0 100%); }
    .site-navigation > ul > li > .site-menu-link:hover,
    .site-navigation > ul > li > .site-menu-link[aria-current="page"] {
        color: #fff;
        background: linear-gradient(rgb(255 255 255 / 10%), transparent);
    }
    .site-navigation > ul > li > .site-menu-link:hover::before,
    .site-navigation > ul > li > .site-menu-link[aria-current="page"]::before { background: linear-gradient(#a5d6a7, #2e7d32); }
    .site-navigation li ul {
        top: auto;
        right: 0;
        bottom: 100%;
        left: auto;
        max-width: min(300px, 90vw);
        text-align: left;
        background: #fdfbf7;
        border-color: #bfb3a0;
    }

    .site-section {
        overflow: visible;
        margin-top: 22px;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .site-section:first-child { margin-top: 0; }
    .site-section > header {
        padding: 0 6px 6px;
        color: #4a4238;
        background: transparent;
        border: 0;
        text-shadow: 0 1px #fff;
        box-shadow: none;
    }
    .site-section > header h1,
    .site-section > header h2 {
        color: inherit;
        font-size: 12px;
        letter-spacing: .04em;
        text-transform: uppercase;
    }
    .site-section__eyebrow { display: none; }
    .site-section__intro,
    .site-author,
    .site-post-grid,
    .site-education,
    .archive-list,
    .contact-page__body,
    .error-page__body {
        overflow: hidden;
        padding: 12px;
        background: #fff;
        border: 1px solid #d6ccbc;
        border-radius: 8px;
        box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
    }

    .site-section--hero {
        overflow: hidden;
        padding: 16px;
        color: #fff;
        text-align: center;
        background: linear-gradient(rgb(255 255 255 / 14%), transparent 50%), #2d3748;
        border: 1px solid #1f2733;
        border-radius: 12px;
        box-shadow: inset 0 1px rgb(255 255 255 / 50%), 0 2px 4px rgb(0 0 0 / 30%);
    }
    .site-section--hero > header { padding: 0; color: #fff; text-shadow: 0 1px 1px rgb(0 0 0 / 45%); }
    .site-section--hero > header h1,
    .site-section--hero > header h2 { font-size: 20px; letter-spacing: 0; text-transform: none; }
    .site-section--hero .site-section__intro { padding: 4px 0 0; color: #efe6d8; background: transparent; border: 0; border-radius: 0; box-shadow: none; }

    .site-author { align-items: center; flex-direction: row; }
    .site-author img { width: 72px; height: 72px; flex: 0 0 72px; }
    .site-education { padding: 0 12px; }
    .site-education li { min-height: 48px; padding: 10px 0; }

    .site-post-grid { display: grid; gap: 0; padding: 0; }
    .site-post-card,
    .site-post-card--without-media {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        min-height: 48px;
        background: #fff;
        border: 0;
        border-bottom: 1px solid #e6ded0;
        border-radius: 0;
    }
    .site-post-card:last-child { border-bottom: 0; }
    .site-post-card img { width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 9; }
    .site-post-card > div { padding: 12px; }
    .site-post-card h2 { font-size: 14px; }
    .site-post-card p { color: #5e554a; font-size: 12px; }

    .archive-page {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
    }
    .archive-page > header { padding-bottom: 6px; }
    .archive-page > header h1 { font-size: 12px; }
    .archive-page > .site-section__intro { margin-bottom: 8px; }
    .archive-mobile-categories {
        display: flex;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        gap: 6px;
        margin: 0 0 8px;
        padding: 2px 8px 8px 1px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
        touch-action: pan-x;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
    }
    .archive-mobile-categories::-webkit-scrollbar { display: none; }
    .archive-mobile-categories a {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        min-height: 36px;
        padding: 0 14px;
        flex: 0 0 auto;
        color: #1f2733;
        font-size: 12px;
        font-weight: 700;
        text-decoration: none;
        white-space: nowrap;
        scroll-snap-align: start;
        background: linear-gradient(#fff, #eae2d4);
        border: 1px solid #bfb3a0;
        border-radius: 999px;
        box-shadow: inset 0 1px rgb(255 255 255 / 75%);
    }
    .archive-mobile-categories a span {
        min-width: 18px;
        padding: 1px 5px;
        color: #fff;
        font-size: 10px;
        text-align: center;
        background: #8c8070;
        border-radius: 999px;
    }
    .archive-mobile-categories a[aria-current="page"] {
        color: #fff;
        background: linear-gradient(#4caf50, #2e7d32 50%, #1b5e20);
        border-color: #14421a;
        text-shadow: 0 1px rgb(0 0 0 / 30%);
    }
    .archive-mobile-categories a[aria-current="page"] span { color: #1b5e20; background: #e3efe0; }
    .archive-list {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
        padding: 0;
    }
    .archive-card,
    .archive-card--without-media {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
        min-width: 0;
        max-width: 100%;
        min-height: 58px;
        overflow: hidden;
        padding: 12px;
        border-bottom: 1px solid #e6ded0;
    }
    .archive-card__media { margin: 0 0 10px; }
    .archive-card__body {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
    }
    .archive-card h2 { font-size: 14px; }
    .archive-card h2,
    .archive-card h2 a,
    .archive-card__body p,
    .archive-card__body a { overflow-wrap: anywhere; }
    .archive-card__body > p:not(.archive-card__meta) { display: block; color: #5e554a; font-size: 12px; }
    .site-pagination { margin-top: 8px; border: 1px solid #d6ccbc; border-radius: 8px; }

    .public-content {
        width: 100%;
        padding: 12px;
        background: #fff;
        border: 1px solid #d6ccbc;
        border-radius: 8px;
        box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
    }
    .public-content__header h1 { font-size: 20px; line-height: 1.3; }
    .public-content__excerpt { font-size: 13px; }
    .site-main .public-content { padding: 12px; }
    .site-body .prose { font-size: 14px; line-height: 1.65; }

    .contact-page__body,
    .error-page__body { padding: 12px; }
    .site-field input,
    .site-field textarea,
    .site-field select { min-height: 44px; font-size: 16px; }
    .site-submit,
    .site-button { min-height: 48px; }

    .site-footer {
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
        gap: 8px;
        margin: 12px 12px 0;
        padding: 8px 0 calc(72px + env(safe-area-inset-bottom));
        color: #5e554a;
        text-align: center;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .site-footer__content nav { display: none; }
    .site-footer__content p { font-size: 11px; }
    .site-standards { justify-content: center; }
}

@media (min-width: 480px) and (max-width: 900px) {
    .site-body { padding: 20px 0; }
    .site-shell { height: calc(100vh - 40px); }
    .site-shell { height: calc(100dvh - 40px); border-radius: 24px; }
    .site-header { border-radius: 24px 24px 0 0; }
    .site-navigation { bottom: 20px; border-radius: 0 0 24px 24px; }
    .site-mobile-widgets[open]::before { inset: 68px 0 76px; }
    .site-mobile-widgets__panel { top: 68px; bottom: 76px; border-radius: 0; }
}
