/*
Theme Name: rachelandrew2026
*/

:root {
    --brand-dark: rgb(34, 17, 34);
    --brand-light: rgb(172, 148, 178);
    --brand-light-10: rgba(172, 148, 178, .1);
    --brand-light-50: rgba(172, 148, 178, .5);
}

@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/archivo-v18-latin-ext_latin-regular.woff2 ) format('woff2');
}

@font-face {
    font-family: 'Archivo';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/archivo-v18-latin-ext_latin-italic.woff2 ) format('woff2');
}

@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/archivo-v18-latin-ext_latin-600.woff2 ) format('woff2');
}

@font-face {
    font-family: 'Archivo';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/archivo-v18-latin-ext_latin-600italic.woff2 ) format('woff2');
}

@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/archivo-v18-latin-ext_latin-700.woff2 ) format('woff2');
}

@font-face {
    font-family: 'Archivo';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/archivo-v18-latin-ext_latin-700italic.woff2 ) format('woff2');
}

html {
    scroll-behavior: smooth
}

body {
    background: #fff;
    color: var(--brand-dark);
    font: 18px/1.7 Archivo, 'Helvetica Neue', sans-serif;
}

a {
    text-decoration-skip-ink: auto;
    color: var(--brand-dark);
}

h1.entry-title a,
.site-title a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

button {
    outline: 0
}

h1,
h2,
h3,
h4 {
    color: var(--brand-dark);
    font-family: "Averia Serif Libre", cursive;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    text-wrap: pretty;
}

.site-title,
.site-title h1 {
    color: var(--brand-dark);
    font-family: "Averia Serif Libre", cursive;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    font-size: 1.6rem;
}

.site-description {
    margin: 0 0 2em 0;
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    border: 1px solid #666;
}

input[type="search"] {
    appearance: textfield
}

input[type="submit"],
button {
    align-items: center;
    padding: 6px 14px;
    border-radius: 2px;
    border: none;

    background: var(--brand-dark);
    box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), inset 0px 0.5px 0.5px rgba(255, 255, 255, 0.5), 0px 0px 0px 0.5px rgba(0, 0, 0, 0.12);
    color: #DFDEDF;
    user-select: none;
    -webkit-user-select: none;
}

input[type="submit"]:focus,
button:focus {
    box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
    outline: 0;
}

.comment-form label,
.comment-notes {
    font-size: 80%;
}

.comment-form p:not(p.logged-in-as) {
    display: flex;
    flex-direction: column;
}

p.comment-form-cookies-consent {
    display: block;
}


@media (min-width: 900px) {
    .comment-form {
        display: grid;
        grid-template-columns: 1fr 2fr;
    }

    .comment-form p {
        grid-column: 1 / -1;
    }

    .comment-form p:not(p.logged-in-as) {
        display: grid;
        grid-template-columns: subgrid;
    }

    .comment-form p.comment-form-comment>*,
    .comment-form p.comment-notes>*,
    .comment-form .form-submit>* {
        grid-column: 1 / 3;
    }

    .comment-form .form-submit>* {
        justify-self: center;
    }

    .comment-form-cookies-consent input {
        justify-self: end;
        align-self: start;
        margin: .5em 20px 0 0;
    }
}

.reply {
    font-size: 80%;
    justify-self: end;
}

#webmention-form {
    background-color: #efefef;
    padding: 1em;
    margin: 0 0 2em 0;
    font-size: 80%;
}

#webmention-form input[type="url"] {
    width: 80%;
    max-width: 400px;
    padding: 0.2em;
    font-size: 1rem;
}

.search-form {
    display: flex;
    gap: 10px;
    margin: 2em 0 1em 0;

}

.search-form label>* {
    align-self: center;
}

.search-form label>input {
    font-size: 1em;
    padding: 6px 14px;
    border-radius: 2px;

}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    padding: 2px
}

big {
    font-size: 120%
}

small,
sup,
sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd,
tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del,
strike,
s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

hr {
    width: 50%;
    margin: 2em auto;
}

hr.wp-block-separator {
    border-top-color: var(--brand-light);
}

address,
cite,
var {
    font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

.screen-reader-text {
    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;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

/* layout */

#wrapper {
    margin: 1em;
}

#wrapper #footer {
    font-size: 80%;
    margin: 3em 40px 0 0;
}

#branding {
    border-bottom: 1px solid #eee;
    margin: 0 0 2em 0;
}

@media (min-width: 900px) {
    #wrapper {
        margin: 0;
        display: grid;
        grid-template-columns: 380px minmax(auto, 720px) 1fr;
    }

    #wrapper::after {
        content: "";
        grid-column: 1;
        grid-row: 2;
        background-color: var(--brand-light-10);

    }

    #wrapper>#container {
        grid-column: 2;
        padding: 80px 40px 80px 100px;
    }

    #wrapper #footer {
        grid-column: 2 / -1;
        justify-self: end;
    }

    #wrapper>#header {
        background-color: var(--brand-light-10);
        padding: 80px 50px 0 50px;

    }

    #branding {
        border-bottom: none;
        margin: 0;
    }

    .header-inner {
        position: sticky;
        top: 80px;
    }
}

#header .menu {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

@media (min-width: 900px) {
    #header .menu {
        display: block;
    }
}

#header .menu {
    margin: 0;
    padding: 0;
    line-height: 2;
    list-style: none;
}

#header .menu a {
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

#header .menu a:hover,
#header .menu a:active,
#header .menu .current-menu-item a {
    border-bottom: 2px solid var(--brand-dark);
}

.social {
    list-style: none;
    margin: 2em 0 0 0;
    padding: 0;
    display: flex;
}

.social svg {
    width: 40px;
}

.post header {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 10px;
}

.post header>* {
    margin: 0;
    padding: 0;
    align-content: center;
}

.post header .entry-meta {
    color: rgba(0, 0, 4, 0.6);
    padding-bottom: .2em;
    margin-bottom: 2em;
    border-bottom: 1px solid rgba(0, 0, 4, 0.3);
    grid-column: 1;
}

.feature-image {
    grid-column: 1 / -1;
}

.feature-image img {
    border: 2px solid rgb(242, 240, 239);
    
    margin-bottom: 1em;
}

@supports (corner-top-right-shape: bevel) {

    .feature-image img {
        corner-top-right-shape: bevel;
        border-top-right-radius: 50px;
    }

    @media (min-width: 900px) {
        .feature-image img {
            border-top-right-radius: 120px;
        }
    }
}

.entry-footer {
    display: flex;
    gap: 1em;
}

.entry-footer .entry-sep {
    margin-left: auto;
}



/* listings */

.posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.posts>ul {
    margin-top: 80px;
}

.posts li {
    margin: 0;
}

.posts>ul+ul {
    margin-top: 70px;
}

.posts .list-title {
    font-size: inherit;
    font-weight: inherit;
    margin: 0 0 17px 0;
}

.posts .list-title a {
    color: rgba(0, 0, 4, 0.4);
    text-decoration: none;
}

.posts .list-title a:hover {
    color: #121212;
    text-decoration: none;
}

/* Post Previews ----------------------------- */

.post-preview {
    border-top: 1px solid rgba(0, 0, 4, .125);
    position: relative;
}

.post-preview a {
    display: flex;
    justify-content: space-between;
    padding: 17px 0;
    text-decoration: none;
}

.post-preview.no-title a {
    justify-content: flex-end;
}

.post-preview a .title {
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.25;
    margin: 0;
    word-break: break-word;
}

.post-preview a .title span {
    border-bottom: 1px solid transparent;
    transition: border-color .2s linear;
}

.post-preview a:hover .title span {
    border-bottom-color: #121212;
}

.post-preview time {
    color: rgba(0, 0, 4, 0.4);
    line-height: 1.25;
    margin-left: 30px;
    white-space: nowrap;
}

.archive-pagination {
    margin-top: 100px;
}

.archive-pagination .previous-posts-link {
    float: left;
}

.archive-pagination .next-posts-link {
    float: right;
}

.archive-pagination a {
    color: rgba(0, 0, 0, .35);
    text-decoration: none;
}

.archive-pagination a:hover {
    color: #121212;
}

.archive-pagination h4 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* comments */

.comments {
    margin-top: 2em;
}

.comments>ul,
.reaction-list {
    margin: 2em 0;
    padding: 0;
    list-style: none;
}

.comments ul.children {
    list-style: none;
}

.reaction-list h2 {
    margin-bottom: 1em;
}

.comments .avatar,
.reaction-list .avatar {
    float: left;
    width: 80px;
    margin: 0 20px 20px 0;
    transform: rotate(-1.5deg);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 4, 0.3);
}

@supports (corner-top-right-shape: bevel) {

    .comments .avatar,
    .reaction-list .avatar {
        corner-top-right-shape: bevel;
        border-top-right-radius: 20px;
    }
}

.comment-body .emoji-overlay {
    bottom: 10px;
    right: 10px;
}

.comments .comment-content {
    margin-left: 100px;
}

.content-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content-list .meta {
    font-size: .9rem;
    color: #666;
}

.entry-content p {
    line-height: 1.6;
    margin-bottom: 25px;
}
/* atproto feed*/
.atproto-activity-feed {
    max-width: 640px;
    margin: 0 auto;
}

.atproto-activity-item {
    border: 1px solid var(--brand-light-10);
    padding: 12px 16px;
    margin: 1em 0;
    font-size: 80%;
}

.atproto-activity-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.85em;
    color: #666;
    margin-bottom: 6px;
}

.atproto-type {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

a.atproto-type {
    color: inherit;
    text-decoration: none;
}

a.atproto-type:hover {
    text-decoration: underline;
}

.atproto-text {
    margin: 0;
    white-space: pre-wrap;
}

.atproto-text br {
    display: none;
}

.atproto-gallery-desc {
    margin-top: 4px;
    color: var(--brand-dark);
    font-size: 0.95em;
}

.atproto-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.atproto-gallery-grid img {
    width: calc(33.333% - 4px);
    height: 140px;
    object-fit: cover;
    background: #eee;
}

@supports (corner-top-right-shape: bevel) {
    .atproto-gallery-grid img {
        border-top-right-radius: 20px;
        corner-top-right-shape: bevel;
    }
}

.atproto-raw {
    background: #f6f6f6;
    padding: 8px;
    overflow-x: auto;
    font-size: 0.8em;
}

.atproto-raw-link {
    margin: 6px 0 0;
    font-size: 0.8em;
}

.atproto-activity-error,
.atproto-activity-empty {
    color: #a00;
}