/*
Theme Name:   Prospect Hospice
Description:  Prospect Hospice WordPress theme.
Theme URI:    https://prospect-hospice.net
Author:       Prospect Hospice
Author URI:   https://prospect-hospice.net
Update URI:   false
Version:      1.0.9
License:      GPL-2.0+
License URI:  http://www.gnu.org/licenses/gpl-2.0.html

Table of Contents:
1. Site Footer
2. Footer Navigation
3. Copyright Bar
4. 404 Page
5. Responsive Styles

Header / nav styles live in assets/css/main.css (section 6).
*/


/* ==========================================================================
   1. SITE FOOTER
   ========================================================================== */

.site-footer {
    background: var(--wp--preset--color--charcoal);
    color: var(--wp--preset--color--tertiary-50);
    padding: var(--wp--preset--spacing--x-large) 0;
    position: relative;
}

span.made-with-love img {
    max-width: 10px;
    filter: brightness(100);
}
.footer-main {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 10px;
    max-width: var(--wp--custom--layout--wide);
    margin: 0 auto;
    padding: 0 var(--wp--preset--spacing--medium);
    position: relative;
    z-index: 2;
}
.footer-brand .custom-logo-link {
    border-radius: 12px;
}
/* Footer Brand Column */
.footer-brand {
    padding-right: var(--wp--preset--spacing--medium);
}

.footer-brand .custom-logo-link {
    display: inline-block;
    margin-bottom: var(--wp--preset--spacing--small);
}

.footer-brand .custom-logo-link img {
    max-width: 200px;
    height: auto;
    filter: grayscale(1) brightness(200);
}

.footer-tagline {
    font-size: var(--wp--preset--font-size--normal);
    color: var(--wp--preset--color--white);
    margin: 0 0 var(--wp--preset--spacing--medium) 0;
    line-height: var(--wp--custom--line-height--normal);
}

/* Footer Social Icons */
.footer-social {
    display: flex;
    gap: var(--wp--preset--spacing--small);
}

.footer-social .social_media {
    display: flex;
    gap: var(--wp--preset--spacing--small);
    margin:25px 0;
}

.footer-social .social_media a {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--wp--preset--color--white);
    border-radius: 50%;
    transition: all 0.25s ease;
    overflow: visible;
    padding: 0;
    margin: 0;
}

.footer-social .social_media a:hover {
    background: var(--wp--preset--color--primary);
    border-color: var(--wp--preset--color--primary);
}

.tagline {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: var(--wp--preset--font-size--min);
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .75;
}


/* ==========================================================================
   4. FOOTER NAVIGATION
   ========================================================================== */

.footer-nav-col h5 {
    margin: 0 0 var(--wp--preset--spacing--small) 0;
    color: var(--wp--preset--color--tertiary-50);
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
}

.footer-nav-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav-col li {
    margin-bottom: var(--wp--preset--spacing--tiny);
}

.footer-nav-col a {
    color: var(--wp--preset--color--tertiary-50);
    text-decoration: none;
    font-size: var(--wp--preset--font-size--tiny);
    transition: opacity 0.25s ease;
}

.footer-nav-col a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* Footer Contact Column */
.footer-contact-col h5 {
    font-family: var(--wp--preset--font-family--poppins);
    font-size: var(--wp--preset--font-size--normal);
    font-weight: 600;
    margin: 0 0 var(--wp--preset--spacing--small) 0;
    color: var(--wp--preset--color--white);
}

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

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: var(--wp--preset--spacing--tiny);
    margin-bottom: var(--wp--preset--spacing--tiny);
    color: var(--wp--preset--color--white);
    font-size: var(--wp--preset--font-size--normal);
}

.footer-contact-icon {
    color: var(--wp--preset--color--white);
    font-size: var(--wp--preset--font-size--normal);
    line-height: 1;
    flex-shrink: 0;
}

.footer-contact-list svg {
    fill: var(--wp--preset--color--white);
}

.footer-contact-item a {
    color: var(--wp--preset--color--white);
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-contact-item a:hover {
    color: var(--wp--preset--color--white);
    text-decoration: underline;
    opacity: 0.8;
}


/* ==========================================================================
   5. COPYRIGHT BAR
   ========================================================================== */

#copyright {background: var(--wp--preset--color--charcoal);color: #ffffff;}

.copyright-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    border-top: 1px solid #ffffff30;
    gap: var(--wp--preset--spacing--medium);
    max-width: var(--wp--custom--layout--wide);
    margin: 0 auto;
    padding: var(--wp--preset--spacing--medium);
}

#copyright p {
    margin: 0;
    font-size: var(--wp--preset--font-size--tiny);
    color: var(--wp--preset--color--grey);
}

.copyright-text {
    grid-column: 1;
}

.copyright-center {
    grid-column: 2;
    text-align: center;
    font-size: var(--wp--preset--font-size--tiny);
    color: var(--wp--preset--color--grey);
}

.charity-number {
    margin-right: var(--wp--preset--spacing--tiny);
}

.made-with-love {
    color: var(--wp--preset--color--white);
}

#copyright .copyright-credit {
    grid-column: 3;
    margin: 0;
    text-align: right;
}

#copyright .copyright-credit a {
    color: var(--wp--preset--color--white);
    text-decoration: none;
    transition: color 0.25s ease;
}

#copyright .copyright-credit a:hover {
    text-decoration: underline;
}


/* ==========================================================================
   6. 404 PAGE
   ========================================================================== */

.error-404 {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.error-404__container {
    max-width: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: var(--wp--preset--spacing--xx-large);
}

.error-404__code {
    position: relative;
    margin-bottom: var(--wp--preset--spacing--medium);
}

.error-404__number {
    font-family: var(--wp--preset--font-family--poppins);
    font-size: clamp(8rem, 20vw, 14rem);
    font-weight: 800;
    line-height: 1;
    color: var(--wp--preset--color--primary);
    display: block;
    letter-spacing: -0.05em;
}

.error-404__decoration {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border: 3px solid var(--wp--preset--color--grey);
    border-radius: 50%;
    opacity: 0.3;
    pointer-events: none;
}

.error-404__title {
    font-family: var(--wp--preset--font-family--poppins);
    font-size: var(--wp--preset--font-size--gigantic);
    font-weight: 700;
    margin: 0 0 var(--wp--preset--spacing--small) 0;
    color: var(--wp--preset--color--charcoal);
}

.error-404__message {
    font-family: var(--wp--preset--font-family--poppins);
    font-size: var(--wp--preset--font-size--medium);
    color: var(--wp--preset--color--primary);
    margin: 0 0 var(--wp--preset--spacing--large) 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    line-height: var(--wp--custom--line-height--normal);
}

.error-404__actions {
    margin-bottom: var(--wp--preset--spacing--large);
}

.error-404__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--medium);
    border-radius: var(--wp--custom--border--radius--large);
    font-family: var(--wp--preset--font-family--poppins);
    font-weight: 600;
    font-size: var(--wp--preset--font-size--normal);
    text-decoration: none;
    transition: all 0.3s ease;
}

.error-404__button:hover {
    background: var(--wp--preset--color--secondary);
    transform: translateY(-1px);
}

.error-404__button svg {
    transition: transform 0.3s ease;
}

.error-404__button:hover svg {
    transform: translateX(-4px);
}

/* 404 Search Form */
.error-404__search {
    border-top: 1px solid var(--wp--preset--color--grey);
    padding-top: var(--wp--preset--spacing--medium);
    max-width: 400px;
    margin: 0 auto;
}

.error-404__search-label {
    font-size: var(--wp--preset--font-size--tiny);
    color: var(--wp--preset--color--primary);
    margin: 0 0 var(--wp--preset--spacing--small) 0;
}

.error-404 .search-form,
.error-404 .wp-block-search {
    display: flex;
    gap: 0;
    max-width: 100%;
}

.error-404 .wp-block-search__inside-wrapper {
    display: flex;
    width: 100%;
    background: var(--wp--preset--color--white);
    border: 2px solid var(--wp--preset--color--primary);
    border-radius: var(--wp--custom--border--radius--large);
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.error-404 .wp-block-search__inside-wrapper:focus-within {
    border-color: var(--wp--preset--color--secondary);
    box-shadow: 0 0 0 4px rgba(74, 85, 104, 0.1);
}

.error-404 .wp-block-search__input,
.error-404 .search-form input[type="search"] {
    flex: 1;
    padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--medium);
    border: none;
    background: transparent;
    font-family: var(--wp--preset--font-family--poppins);
    font-size: var(--wp--preset--font-size--normal);
    color: var(--wp--preset--color--charcoal);
}

.error-404 .wp-block-search__input:focus,
.error-404 .search-form input[type="search"]:focus {
    outline: none;
}

.error-404 .wp-block-search__input::placeholder {
    color: var(--wp--preset--color--tertiary);
}

.error-404 .wp-block-search__button,
.error-404 .search-form button {
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    border: none;
    padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--medium);
    font-family: var(--wp--preset--font-family--poppins);
    font-weight: 600;
    font-size: var(--wp--preset--font-size--normal);
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.error-404 .wp-block-search__button:hover,
.error-404 .search-form button:hover {
    background: var(--wp--preset--color--secondary);
}

.error-404 .wp-block-search__button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* 404 Decorative Shapes */
.error-404__visual {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.error-404__shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.05;
}

.error-404__shape--1 {
    width: 400px;
    height: 400px;
    background: var(--wp--preset--color--primary);
    top: -100px;
    right: -100px;
}

.error-404__shape--2 {
    width: 300px;
    height: 300px;
    background: var(--wp--preset--color--secondary);
    bottom: -50px;
    left: -100px;
}

.error-404__shape--3 {
    width: 150px;
    height: 150px;
    background: var(--wp--preset--color--primary);
    top: 40%;
    left: 10%;
}


/* ==========================================================================
   7. IMAGE STYLES
   ========================================================================== */
figure {
    position: relative;
}

figcaption.wp-element-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-30%, -50%);
    padding: 10px 30px;
    background: var(--wp--preset--color--primary);
    color: white;
    border-radius: var(--wp--custom--border--radius--medium);
    margin: 0;
}




/* ==========================================================================
   8. animate numbers css
   ========================================================================== */
/*  */

.digit-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: baseline;
    line-height: 1;
    margin-bottom: -6px;
}

.roller {
    display: flex;
    flex-direction: column;
    transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    transform: translateY(5px);
}

.digit {
    display: flex;
    flex-shrink: 0;
    line-height: 1;
    justify-content: center;
}

/* Base styles - text visible by default for SEO */
.is-style-fading {
    opacity: 1;
    visibility: visible;
}

/* Word animation styles */
.is-style-fading span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
    animation: fadeInWord 0.8s cubic-bezier(0.11, 0, 0.5, 0) forwards;
}

/* Keyframe animation */
@keyframes fadeInWord {
    to {
        opacity: 1;
        filter: blur(0);
    }
}

/* Respect user motion preferences */
@media (prefers-reduced-motion: reduce) {
    .is-style-fading span {
        animation: none;
        opacity: 1;
        filter: none;
    }
}

/* Fallback for users without JavaScript */
.no-js .is-style-fading span {
    opacity: 1;
    filter: none;
    animation: none;
}






.archive-inner-header {
    max-width: 800px;
    text-align: center;
    margin: auto;
}

.archive-header {
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    margin-bottom: 100px;
    z-index: 9999;
    color: var(--wp--preset--color--charcoal);
}

.archive-inner-header:after {
    position: absolute;
    z-index: 99;
    content: '';
    top: -130px;
    left: 0;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    background: var(--wp--preset--color--primary);
    filter: blur(140px);
    z-index: -1;
}

.archive-inner-header {
    position: relative;
    z-index: 99999;
}

.archive-header:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffe0;
    z-index: 9999;
    content: '';
}

.archive-header {
    position: relative;
    overflow: visible;
}

.archive-header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    margin-bottom: -50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 150'%3E%3Cpath d='M0 41L47.7 44.2C95.3 47.3 190.7 53.7 285.8 59.2C381 64.7 476 69.3 571.2 65C666.3 60.7 761.7 47.3 857 40C952.3 32.7 1047.7 31.3 1143 35.3C1238.3 39.3 1333.7 48.7 1428.8 48.5C1524 48.3 1619 38.7 1714.2 34.8C1809.3 31 1904.7 33 1952.3 34L2000 35' fill='none' stroke-linecap='round' stroke-linejoin='miter' stroke='%23f7aa29' stroke-width='40'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    pointer-events: none;
    z-index: 10000;
}

.archive-inner-header:before {
    position: absolute;
    z-index: 99;
    content: '';
    top: -130px;
    right: 0;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    background: var(--wp--preset--color--secondary);
    filter: blur(140px);
    z-index: -1;
}


.posts.grid.columns-3 {
    margin: var(--wp--preset--spacing--large) 0;
}

.posts.grid.columns-3 .type-post img {
    aspect-ratio: 4/3;
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}

.posts.grid.columns-3 .card-category {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 999;
    background: white;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: var(--wp--preset--font-size--min);
    font-weight: bold;
}

.posts.grid.columns-3 .card-thumbnail {
    position: relative;
}

.posts.grid.columns-3 .card-title {
    font-size: var(--wp--preset--font-size--medium);
    text-decoration: none;
}

.posts.grid.columns-3 .type-post a {
    text-decoration: none;
}

.posts.grid.columns-3 .card-excerpt {
    font-size: var(--wp--preset--font-size--tiny);
}

.posts.grid.columns-3 .card-date {
    font-size: var(--wp--preset--font-size--tiny);
}

.posts.grid.columns-3 .card-meta {
    padding: var(--wp--preset--spacing--small);
}

.posts.grid.columns-3 .type-post {
    border-radius: 12px;
    border: 2px solid #0000000f;
}

.posts.grid.columns-3 .card-readmore {
    font-size: var(--wp--preset--font-size--tiny);
    text-align: right;
    width: 100%;
    display: block;
}

/* ==========================================================================
   9. BLOCKQUOTE STYLES
   ========================================================================== */

blockquote.wp-block-quote {
    margin: var(--wp--preset--spacing--medium) 0;
    padding: 4px 0 4px var(--wp--preset--spacing--medium);
    border-left: 2px solid var(--wp--preset--color--primary);
    background: none;
    border-radius: 0;
    box-shadow: none;
}

blockquote.wp-block-quote p {
    margin: 0 0 var(--wp--preset--spacing--small) 0;
    font-size: var(--wp--preset--font-size--large);
    font-weight: 500;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: inherit;
}

blockquote.wp-block-quote p:last-child {
    margin-bottom: 0;
}

blockquote.wp-block-quote cite {
    display: block;
    margin-top: var(--wp--preset--spacing--small);
    font-size: var(--wp--preset--font-size--tiny);
    font-weight: 500;
    font-style: normal;
    color: var(--wp--preset--color--charcoal);
}

blockquote.wp-block-quote cite::before {
    content: "\2014 ";
    color: var(--wp--preset--color--charcoal);
    margin-right: 4px;
}


/* ==========================================================================
   10. CORE ELEMENT STYLES
   ========================================================================== */

/* --- Body + typography niceties --- */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}

/* --- Selection --- */
::selection {
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
}

/* --- Focus ring (keyboard only) --- */
:focus-visible {
    outline: 2px solid var(--wp--preset--color--primary);
    outline-offset: 3px;
    border-radius: 2px;
}

/* --- Lists --- */
.entry-content ul,
.entry-content ol,
.wp-block-list {
    padding-left: 1.25em;
    margin: 0 0 var(--wp--preset--spacing--medium) 0;
}

.entry-content ul > li,
.entry-content ol > li,
.wp-block-list > li {
    margin: 0.4em 0;
    padding-left: 0.25em;
}

.entry-content ul > li::marker,
.wp-block-list > li::marker {
    color: var(--wp--preset--color--primary);
}

.entry-content ol > li::marker {
    color: var(--wp--preset--color--charcoal);
    font-variant-numeric: tabular-nums;
    font-weight: 600;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content ol ul,
.wp-block-list .wp-block-list {
    margin: 0.25em 0 0.25em 0;
}

/* Checklist list-style variation (registered in inc/block-styles.php) */
.wp-block-list.is-style-checklist,
ul.is-style-checklist {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.wp-block-list.is-style-checklist > li,
ul.is-style-checklist > li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0.5em 0;
    padding-left: 0;
}

.wp-block-list.is-style-checklist > li::before,
ul.is-style-checklist > li::before {
    content: "";
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: var(--wp--preset--color--primary);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    margin-top: calc((1.55em - 22px) / 2);
}

/* --- Tables --- */
.wp-block-table {
    margin: 0 0 var(--wp--preset--spacing--medium) 0;
}

.wp-block-table table,
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.wp-block-table th,
.wp-block-table td,
table th,
table td {
    padding: 12px 16px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--wp--custom--color--neutral--300);
}

.wp-block-table th,
table th {
    font-family: var(--wp--preset--font-family--mono);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wp--preset--color--charcoal);
    border-bottom-color: var(--wp--preset--color--charcoal);
}

.wp-block-table thead th {
    border-top: 1px solid var(--wp--custom--color--neutral--300);
}

.wp-block-table tbody tr:last-child td,
.wp-block-table tr:last-child td,
table tbody tr:last-child td,
table tr:last-child td {
    border-bottom: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
    background: var(--wp--custom--color--neutral--50);
}

.wp-block-table figcaption {
    font-size: var(--wp--preset--font-size--tiny);
    color: var(--wp--preset--color--charcoal);
    margin-top: var(--wp--preset--spacing--tiny);
    text-align: left;
}

/* --- Code + preformatted --- */
:not(pre) > code {
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.9em;
    padding: 2px 8px;
    border-radius: var(--wp--custom--border--radius--small);
    background: var(--wp--custom--color--neutral--100);
    color: inherit;
}

pre,
.wp-block-code,
.wp-block-preformatted {
    font-family: var(--wp--preset--font-family--mono);
    background: var(--wp--custom--color--neutral--100);
    padding: 20px 24px;
    border-radius: var(--wp--custom--border--radius--small);
    overflow-x: auto;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 var(--wp--preset--spacing--medium) 0;
}

.wp-block-code > code,
pre > code {
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-size: inherit;
}

.wp-block-preformatted {
    white-space: pre-wrap;
}

/* --- Mark --- */
mark {
    background: var(--wp--preset--color--primary-50);
    color: inherit;
    padding: 0 4px;
    border-radius: 3px;
}

/* --- Keyboard --- */
kbd {
    display: inline-block;
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.85em;
    line-height: 1;
    padding: 3px 7px 4px;
    border: 1px solid var(--wp--custom--color--neutral--300);
    border-bottom-width: 2px;
    border-radius: 4px;
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--charcoal);
    vertical-align: baseline;
}

/* --- Separator (default) --- */
hr.wp-block-separator {
    border: none;
    border:0;
    background: none;
    height: 0;
    margin-top: var(--wp--preset--spacing--large);
    margin-bottom: var(--wp--preset--spacing--large);
    opacity: 1;
}

/* --- Separator variations (registered in inc/block-styles.php) --- */

/* Brand line — solid 2px rule in primary */
hr.wp-block-separator.is-style-brand-line {
    border: none;
    border-top: 2px solid var(--wp--preset--color--primary);
    background: none;
    height: 0;
    opacity: 1;
    max-width: none;
}

/* Brand fade — 1px rule in neutral grey */
hr.wp-block-separator.is-style-brand-fade {
    border: none;
    border-top: 1px solid var(--wp--custom--color--neutral--300);
    background: none;
    height: 0;
    opacity: 1;
    max-width: none;
}

/* Brand dots — three centred dots in primary */
hr.wp-block-separator.is-style-brand-dots {
    border: none;
    background: none;
    text-align: center;
    height: auto;
    opacity: 1;
    line-height: 1;
    position: relative;
    max-width: none;
}

hr.wp-block-separator.is-style-brand-dots::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--wp--preset--color--primary);
    box-shadow:
        14px 0 0 var(--wp--preset--color--primary),
        -14px 0 0 var(--wp--preset--color--primary);
}

/* --- Pullquote --- */
.wp-block-pullquote {
    border-top: 1px solid var(--wp--custom--color--neutral--300);
    border-bottom: 1px solid var(--wp--custom--color--neutral--300);
    padding: var(--wp--preset--spacing--large) 0;
    margin: var(--wp--preset--spacing--large) 0;
    text-align: left;
    color: inherit;
    background: none;
}

.wp-block-pullquote p {
    font-size: var(--wp--preset--font-size--jumbo);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0;
}

.wp-block-pullquote cite {
    display: block;
    margin-top: var(--wp--preset--spacing--small);
    font-family: var(--wp--preset--font-family--mono);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wp--preset--color--charcoal);
    font-style: normal;
}


/* ==========================================================================
   11. RESPONSIVE STYLES
   ========================================================================== */

/* Tablet (992px) */
@media (max-width: 992px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: var(--wp--preset--spacing--large);
    }

    .footer-brand {
        grid-column: 1 / -1;
        padding-right: 0;
    }
}

/* Mobile (600px) */
@media (max-width: 600px) {
    .footer-main {
        grid-template-columns: 1fr;
        gap: var(--wp--preset--spacing--medium);
    }

    .copyright-inner {
        flex-direction: column;
        gap: var(--wp--preset--spacing--small);
        text-align: center;
    }

    .error-404__container {
        padding: var(--wp--preset--spacing--large);
    }

    .error-404__search .search-form,
    .error-404 .wp-block-search {
        flex-direction: column;
    }

    .error-404__decoration {
        width: 150px;
        height: 150px;
    }
}