@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Cinzel:wght@400..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
.container {
    max-width: 1400px;
}
body {
    margin: 0;
    color: #111111;
    background-color: #f9f7f2;
    padding-top: 0 !important;
}
body {
    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
}
main {
    display: block;
}
:root {
    --gold: #c9a96e;
    --gold-light: #e8c98a;
    --gold-pale: #f5e6c8;
    --cream: #ffffff;
    --dark: #080a10;
    --ps-cream: #faf7f2;
    --ps-parchment: #f2ead8;
    --ps-ivory: #fffdf9;
    --ps-gold: #c9a86c;
    --ps-gold-deep: #a8853e;
    --ps-ink: #2a2118;
    --ps-muted: #7a6e5f;
    --ps-border: rgba(180, 155, 100, 0.22);
    --ps-shadow: rgba(42, 33, 24, 0.08);
}
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: transparent !important;
}
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: var(--dark);
    margin-top: 0;
    padding-top: 0;
    z-index: 1;
}
.hero__content {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1.5rem;
    margin-top: -30vh;
}
@media (max-width: 1920px), (max-height: 1080px) {
    .hero__content {
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .hero__content {
        margin-top: -12vh !important;
    }
}
body:not(.home) {
    padding-top: 0 !important;
}
body:not(.home) .site-main {
    padding-top: 100px;
}
@media (max-width: 768px) {
    .single-post-wrap {
        margin-top: 30px;
    }
}
.ps-sidebar {
    top: 110px;
}
@media (max-width: 991px) {
    .hero {
        min-height: 100svh;
    }
}
.hero-section {
    margin-top: 0;
    padding-top: 0;
}
@media (max-height: 600px) {
    .hero {
        min-height: 550px !important;
        display: block;
        padding-top: 100px !important;
    }
    .hero__content {
        margin-top: 50px !important;
        padding: 2rem 1rem;
        justify-content: flex-start;
    }
    .hero__title {
        font-size: 3rem !important;
        letter-spacing: 0.1em;
    }
    .hero__title-sub {
        font-size: 1.2rem !important;
        margin-top: 0.5rem;
    }
    .hero__ornament {
        margin: 1rem 0;
    }
    .hero__text-block {
        margin-top: 1rem;
    }
}
.hero__bg {
    position: absolute;
    inset: 0;
    background-image: url("https://uraniasignum.lv/wp-content/uploads/2026/04/laiva-1-optimized.webp");
    background-size: cover;
    background-position: center;
    opacity: 0.78;
    animation: heroZoom 16s ease-out forwards;
}
@keyframes heroZoom {
    from {
        transform: scale(1.07);
    }
    to {
        transform: scale(1.01);
    }
}
.hero__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 90% 55% at 50% 100%, rgba(180, 120, 40, 0.22) 0%, transparent 70%),
        radial-gradient(
            ellipse 80% 60% at 50% 50%,
            transparent 0%,
            rgba(8, 10, 16, 0.22) 65%,
            rgba(8, 10, 16, 0.5) 100%
        );
}
.hero__vignette {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(8, 10, 16, 0.62) 0%,
        rgba(8, 10, 16, 0.1) 25%,
        rgba(8, 10, 16, 0.1) 72%,
        rgba(8, 10, 16, 0.75) 100%
    );
}
.hero__eyebrow {
    font-family: "Cormorant Garamond", serif;
    font-size: 0.58rem;
    letter-spacing: 0.52em;
    color: var(--gold-pale);
    text-transform: uppercase;
    margin-bottom: 1.6rem;
    opacity: 0;
    animation: fadeUp 1s 0.15s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero__title {
    font-family: "Cinzel", serif;
    font-weight: 300;
    font-size: clamp(3.8rem, 9.5vw, 8.5rem);
    letter-spacing: 0.22em;
    line-height: 0.88;
    color: var(--cream);
    margin-bottom: 0;
    opacity: 0;
    animation: fadeUp 1.2s 0.38s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    text-shadow: 0 2px 60px rgba(8, 10, 16, 0.5);
}
.hero__title-sub {
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-size: clamp(2rem, 6vw, 4.5rem);
    letter-spacing: 0.55em;
    color: var(--gold-light);
    display: block;
    margin-top: 0.7rem;
    text-transform: uppercase;
    opacity: 0;
    animation: fadeUp 1.2s 0.38s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@media (max-width: 768px) {
    .hero__title-sub {
        font-size: clamp(1.8rem, 5vw, 3.5rem);
    }
}
@media (max-width: 480px) {
    .hero__title-sub {
        font-size: clamp(1.5rem, 4vw, 3rem);
    }
}
.hero__ornament {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 2rem 0;
    opacity: 0;
    animation: fadeUp 1s 0.68s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    color: #ffffff;
}
.hero__ornament-line {
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold));
}
.hero__ornament-line:last-child {
    background: linear-gradient(90deg, var(--gold), transparent);
}
.hero__ornament-diamond {
    width: 7px;
    height: 7px;
    background: #ffffff;
    transform: rotate(45deg);
    flex-shrink: 0;
    color: #ffffff;
}
.hero__ornament-dot {
    width: 3px;
    height: 3px;
    background: var(--gold);
    border-radius: 50%;
    flex-shrink: 0;
}
.hero__text-block {
    max-width: 650px;
    opacity: 0;
    animation: fadeUp 1s 0.88s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero__text {
    font-family: "EB Garamond", serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--cream);
    letter-spacing: 0.04em;
    font-style: italic;
}
.hero__text + .hero__text {
    margin-top: 1.1rem;
    padding-top: 1.1rem;
    border-top: 0.5px solid rgba(201, 169, 110, 0.2);
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
body:not(.home) .site-header .navbar-nav .nav-link {
    color: #222222;
}
body:not(.home) .site-header .navbar-nav .nav-link:hover,
body:not(.home) .current-menu-item > .nav-link {
    color: var(--gold);
}
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: transparent !important;
}
.site-header .navbar-nav .nav-link {
    font-family: "Cinzel", serif;
    font-size: 1rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    transition: color 0.3s ease;
}
.site-header .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    transform: translateX(-50%) scaleX(0.6);
    transform-origin: center;
    transition: all 0.35s ease;
}
.site-header .navbar-nav .nav-link:hover::after {
    height: 2px;
    background: var(--gold);
    transform: translateX(-50%) scaleX(0.8);
    box-shadow: 0 0 8px rgba(201, 169, 110, 0.7);
}
.site-header .navbar-nav .current-menu-item > .nav-link {
    background: var(--gold);
}
.site-header .navbar-nav .current-menu-item > .nav-link::after {
    height: 2px;
    background: var(--gold);
    transform: translateX(-50%) scaleX(1);
    box-shadow: 0 0 10px rgba(201, 169, 110, 0.9);
}
.site-header .dropdown-menu {
    background: rgba(245, 240, 230, 0.95);
    border-radius: 6px;
    padding: 0.5rem 0;
    border: none;
}
.site-header .dropdown-item {
    font-family: "Cormorant Garamond", serif;
    font-size: 0.72rem;
    letter-spacing: 0.15em;
    padding: 0.5rem 1.2rem;
    color: #1a1a1a;
    font-weight: 600;
    transition: all 0.3s ease;
}
.site-header .dropdown-item:hover {
    background: rgba(201, 169, 110, 0.1);
    background: var(--gold);
}
.custom-logo {
    height: 250px;
    width: auto;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
    image-rendering: -webkit-optimize-contrast;
}
body:not(.home) .custom-logo {
    height: 150px;
}
@media (max-width: 1900px) {
    .custom-logo {
        height: 160px;
    }
    body:not(.home) .custom-logo {
        height: 96px;
    }
}
@media (max-width: 1199px) {
    .custom-logo {
        height: 120px;
    }
    body:not(.home) .custom-logo {
        height: 72px;
    }
}
@media (max-width: 991px) {
    .custom-logo {
        height: 80px;
    }
    body:not(.home) .custom-logo {
        height: 70px;
    }
}
@media (max-width: 480px) {
    .custom-logo {
        height: 60px;
    }
    body:not(.home) .custom-logo {
        height: 50px;
    }
}
.navbar-brand {
    margin-right: 0 !important;
}
.site-header,
.site-footer {
    width: 100% !important;
}
.header-inner {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    display: flex;
    align-items: center;
}
.header-inner.container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.posts-page,
.single-post {
    z-index: 1;
}
body.single {
    background-color: #f9f7f2;
}
body.blog,
body.archive,
body.page {
    background-color: #f9f7f2;
}
.posts-page {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 1.5rem 4rem;
    transition: all 0.3s ease;
}
@media (max-width: 768px) {
    .posts-page {
        grid-template-columns: 1fr;
    }
}
.posts-page .post-item__body > p {
    flex-grow: 1;
}
.posts-page__heading {
    font-family: "Cinzel", serif;
    font-size: clamp(2.8rem, 6vw, 4rem);
    font-weight: 300;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--dark);
    text-align: center;
    margin-bottom: 0.5rem;
    animation: mastheadDrop 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.posts-page__heading-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 3rem;
}
.posts-page__heading-ornament span {
    display: block;
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold));
}
.posts-page__heading-ornament span:last-child {
    background: linear-gradient(90deg, var(--gold), transparent);
}
.posts-page__heading-ornament i {
    width: 6px;
    height: 6px;
    background: var(--gold);
    transform: rotate(45deg);
    flex-shrink: 0;
    display: block;
}
.posts-page .post-item {
    background: #ffffff;
    border-radius: 4px;
    padding: 0;
    margin-bottom: 2.2rem;
    overflow: hidden;
    border: 1px solid rgba(201, 169, 110, 0.15);
    box-shadow: 0 4px 20px rgba(8, 10, 16, 0.06);
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.posts-page {
    grid-auto-rows: 1fr;
}
.posts-page .post-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(8, 10, 16, 0.1);
    border-color: rgba(201, 169, 110, 0.45);
}
.posts-page .post-item .post-thumbnail {
    overflow: hidden;
    margin: 0;
    border-radius: 0;
    flex-shrink: 0;
    height: 240px;
    position: relative;
}
.posts-page .post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.posts-page .post-item:hover .post-thumbnail img {
    transform: scale(1.04);
}
.posts-page .post-item.no-thumb::before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), #f5d07a, var(--gold));
}
.posts-page .post-item__body {
    padding: 1.6rem 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.posts-page .post-item h2 {
    font-family: "Cinzel", serif;
    font-size: clamp(1.15rem, 2.2vw, 1.45rem);
    font-weight: 500;
    letter-spacing: 0.09em;
    line-height: 1.3;
    margin: 0 0 0.5rem;
}
.posts-page .post-item h2 a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
    position: static;
}
.posts-page .post-item h2 a::after {
    display: none;
}
.posts-page .post-item h2 a:hover {
    color: var(--gold);
}
.posts-page .post-meta {
    font-family: "Cinzel", serif;
    font-size: 1rem;
    letter-spacing: 0.14em;
    color: #000000;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
}
.posts-page .post-meta span {
    color: var(--gold);
    margin: 0 6px;
}
.posts-page .post-item__body > p {
    font-family: "Lora", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
    margin: 0 0 1.1rem;
}
.posts-page .read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Cinzel", serif;
    font-size: 0.95rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
    padding: 0.35rem 0.9rem;
    border: 1px solid var(--gold);
    border-radius: 4px;
    background: transparent;
    width: auto;
    align-self: flex-start;
    transition: all 0.3s ease;
}
.posts-page .read-more:hover {
    gap: 14px;
    background: var(--gold);
    color: var(--cream);
    border-color: var(--gold);
}
.posts-page .read-more svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    transition: stroke 0.3s ease;
}
.posts-page .no-posts {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.2rem;
    color: #888;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 4rem 0;
}
@media (max-width: 640px) {
    .posts-page .post-item .post-thumbnail {
        height: 200px;
    }
}
.multi-post-wrap,
.single-post-wrap {
    margin-top: 0;
    padding-top: 140px;
}
.single-post-wrap {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 150px;
    padding: 0 1.5rem;
    padding-top: 140px;
}
.single-post {
    background: #ffffff;
    border-radius: 12px;
}
.single-post__inner {
    padding: 0px 30px 30px 30px;
    box-shadow:
        0 40px 120px rgba(8, 10, 16, 0.14),
        0 15px 40px rgba(8, 10, 16, 0.08);
}
.description-post__inner {
    padding: 0px 30px 30px 30px;
}
.single-post .post-thumbnail {
    margin: 0 0 2.5rem;
    overflow: hidden;
    max-height: 420px;
    border-radius: 0;
}
.single-post .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.single-post__header {
    padding: 2.8rem 0 1.8rem;
    text-align: center;
    border-bottom: 1px solid rgba(201, 169, 110, 0.18);
    margin-bottom: 2.8rem;
}
.single-post h1 {
    font-family: "Cinzel", serif;
    font-size: clamp(1.7rem, 4vw, 2.8rem);
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.22;
    color: #111;
    margin: 2rem 0 1.1rem;
}
.single-post .post-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Cormorant Garamond", serif;
    font-size: 0.95rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 0;
}
.meta-sep {
    width: 4px;
    height: 4px;
    background: var(--gold);
    transform: rotate(45deg);
    display: inline-block;
    flex-shrink: 0;
}
.single-post .post-meta strong {
    color: var(--gold);
    font-weight: 600;
}
.single-post .post-content {
    font-family: "Lora", serif;
    font-size: clamp(1.1rem, 1.6vw, 1.25rem);
    font-weight: 400;
    line-height: 1.7;
    color: #1c1c1c;
    letter-spacing: 0.01em;
    text-align: justify;
}
.single-post .post-content p {
    margin: 0 0 2rem;
}
.single-post .post-content > p:first-of-type::first-letter {
    font-family: "Cinzel", serif!important;
    font-size: 4.8rem!important;
    font-weight: 600!important;
    color: var(--gold)!important;
    float: left!important;
    line-height: 0.75!important;
    margin: 0.08em 0.14em 0 0!important;
}
.single-post .post-content h2,
.single-post .post-content h3,
.single-post .post-content h4 {
    font-family: "Cinzel", serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #000000;
    margin: 3rem 0 1rem;
    line-height: 1.3;
}
.single-post .post-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
}
.single-post .post-content h3 {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
}
.single-post .post-content h4 {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
}
.single-post .post-content blockquote {
    margin: 3rem 0;
    padding: 1.8rem 2.2rem;
    border-left: 3px solid var(--gold);
    background: rgba(201, 169, 110, 0.07);
    font-style: italic;
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    line-height: 1.8;
    color: #3a3a3a;
    border-radius: 0 4px 4px 0;
}
.single-post .post-content img {
    max-width: 100%;
    border-radius: 4px;
    box-shadow: 0 6px 28px rgba(8, 10, 16, 0.12);
    display: block;
    margin: 2.5rem auto;
}
.single-post .post-content ul,
.single-post .post-content ol {
    padding-left: 1.6rem;
    margin: 0 0 2rem;
}
.single-post .post-content li {
    margin-bottom: 0.6rem;
    line-height: 1.85;
}

.single-post .post-taxonomy {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.3rem;
    letter-spacing: 0.12em;
    color: #000000;
    margin-top: 3.5rem;
    padding-top: 1.8rem;
    border-top: 1px solid rgba(201, 169, 110, 0.22);
    line-height: 2.2;
    font-weight: 700;
}
.single-post .post-taxonomy a {
    color: var(--gold);
    text-decoration: none;
    transition: opacity 0.3s;
    position: static;
}
.single-post .post-taxonomy a::after {
    display: none;
}
.single-post .post-taxonomy a:hover {
    opacity: 0.7;
}
.post-taxonomy-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 2rem;
    margin-top: 3.5rem;
    padding-top: 1.8rem;
    border-top: 1px solid rgba(201, 169, 110, 0.22);
    flex-wrap: wrap;
}
.single-post .post-taxonomy {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.post-source {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.3rem;
    letter-spacing: 0.12em;
    color: #000000;
    line-height: 2.2;
    font-weight: 700;
    margin: 0;
}
.post-source a {
    color: var(--gold);
    text-decoration: none;
    transition: opacity 0.3s;
    position: static;
}
.post-source span {
    color: var(--gold);
}
.post-source a::after {
    display: none;
}
.post-source a:hover {
    opacity: 0.7;
}
.single-post__end-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 4rem;
    opacity: 0.5;
}
.single-post__end-ornament span {
    display: block;
    width: 70px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold));
}
.single-post__end-ornament span:last-child {
    background: linear-gradient(90deg, var(--gold), transparent);
}
.single-post__end-ornament i {
    width: 6px;
    height: 6px;
    background: var(--gold);
    transform: rotate(45deg);
    display: block;
}
@media (max-width: 640px) {
    .single-post h1 {
        font-size: 1.65rem;
        letter-spacing: 0.04em;
    }
    .single-post .post-thumbnail {
        margin: 0 -1.2rem;
        max-height: 220px;
    }
    .single-post .post-content {
        font-size: 1.15rem;
        line-height: 1.9;
    }
    .single-post .post-content > p:first-of-type::first-letter {
        font-size: 3.6rem;
    }
}
.site-footer {
    background-color: #2a2d3a;
    color: #e8e0d0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(ellipse 80% 50% at 50% 100%, rgba(201, 169, 110, 0.08) 0%, transparent 70%);
    pointer-events: none;
}
.footer-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    color: white;
    font-size: 1.2rem;
    padding-bottom: 2rem;
}
.footer-ornament::before,
.footer-ornament::after {
    content: "";
    display: block;
    height: 1px;
    width: 120px;
    flex-shrink: 0;
}
.footer-ornament::before {
    background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.6));
}
.footer-ornament::after {
    background: linear-gradient(90deg, rgba(201, 169, 110, 0.6), transparent);
}
.ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 40px;
    color: var(--gold);
    font-size: 1.2rem;
}
.ornament::before,
.ornament::after {
    content: "";
    display: block;
    height: 1px;
    width: 120px;
    flex-shrink: 0;
}
.ornament::before {
    background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.6));
}
.ornament::after {
    background: linear-gradient(90deg, rgba(201, 169, 110, 0.6), transparent);
}
.footer__inner {
    max-width: 1700px;
    margin: 0 auto;
    padding: 5rem 2rem 20px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: start;
}
@media (max-width: 1100px) {
    .footer__inner {
        gap: 2.5rem;
        grid-template-columns: 220px 1fr;
    }
    .footer__nav {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}
@media (max-width: 900px) {
    .footer__inner {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 24px;
    }
    .footer__nav {
        grid-template-columns: 1fr;
        gap: 1.8rem;
    }
    .footer__title {
        font-size: clamp(1.1rem, 3vw, 1.4rem);
    }
}
@media (max-width: 640px) {
    .footer__inner {
        padding: 1.5rem 16px 2rem;
        gap: 1.8rem;
    }
    .footer__bottom {
        flex-direction: column;
        text-align: center;
        gap: 0.3rem;
        padding: 1rem 16px;
    }
    .footer__copy,
    .footer__made {
        font-size: 0.9rem;
    }
}
@media (max-width: 400px) {
    .footer__inner {
        padding: 1.2rem 14px 1.8rem;
    }
    .footer__nav {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .footer__nav-heading {
        font-size: 0.78rem;
        margin-bottom: 0.8rem;
    }
    .footer__nav-list a {
        font-size: 1.1rem;
    }
    .footer-ornament::before,
    .footer-ornament::after {
        width: 60px;
    }
}
@media (max-width: 640px) {
    .footer__nav {
        grid-template-columns: 1fr;
        gap: 1.8rem;
    }
    .footer__nav-list a {
        white-space: normal;
        word-break: break-word;
    }
}
.footer__logo {
    margin-bottom: 1.2rem;
}
.footer__logo img,
.footer__logo {
    height: 64px !important;
    width: auto;
    filter: brightness(0.85) sepia(0.3);
}
.footer__title {
    font-family: "Cinzel", serif;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 400;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin: 0 0 0.6rem;
}
.footer__tagline {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #c8bfaf;
    margin: 0;
}
.footer__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.footer__nav-heading {
    font-family: "Cinzel", serif;
    font-size: 0.85rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin: 0 0 1.2rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid rgba(201, 169, 110, 0.3);
}
.footer__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer__nav-list li {
    margin-bottom: 0.8rem;
}
.footer__nav-list a {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    color: #ddd5c5;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer__nav-list a:hover {
    color: var(--gold-light);
}
.footer__nav-list--contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ddd5c5;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}
.footer__nav-list--contact svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 3px;
    stroke: var(--gold);
    opacity: 0.9;
}
.footer__nav-list--contact a {
    color: #ddd5c5;
}
.footer__nav-list--contact a:hover {
    color: var(--gold-light);
}
.footer__bottom {
    border-top: 1px solid rgba(201, 169, 110, 0.2);
    padding: 1.4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    text-align: center;
    font-weight: 700;
}
.footer__copy,
.footer__made {
    font-family: "Cormorant Garamond", serif;
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: #a89e8e;
    margin: 0;
}
.footer__heart {
    color: var(--gold);
    font-size: 1rem;
}
@media (max-width: 900px) {
    .footer__inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}
@media (max-width: 640px) {
    .footer__nav {
        grid-template-columns: 1fr 1fr;
    }
    .footer__bottom {
        flex-direction: column;
        text-align: center;
        gap: 0.4rem;
    }
}
@media (max-width: 400px) {
    .footer__nav {
        grid-template-columns: 1fr;
    }
}
.ps-wrap *,
.ps-wrap *::before,
.ps-wrap *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.ps-wrap {
    background: var(--ps-cream);
    min-height: 100vh;
    font-family: "Cinzel", serif;
}
.ps-hero {
    position: relative;
    overflow: hidden;
    background: var(--ps-ivory);
    border-bottom: 1px solid var(--ps-border);
    padding: 5rem 2rem 4rem;
    text-align: center;
}
.ps-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.ps-hero__orb {
    position: absolute;
    border-radius: 50%;
}
.ps-hero__orb--1 {
    width: 500px;
    height: 500px;
    top: -200px;
    left: -100px;
    animation: orbFloat 14s ease-in-out infinite alternate;
}
.ps-hero__orb--2 {
    width: 350px;
    height: 350px;
    bottom: -150px;
    right: -50px;
    animation: orbFloat 18s ease-in-out infinite alternate-reverse;
}
@keyframes orbFloat {
    from {
        transform: translate(0, 0) scale(1);
    }
    to {
        transform: translate(15px, -20px) scale(1.04);
    }
}
.ps-hero__inner {
    position: relative;
    z-index: 1;
}
.ps-hero__eyebrow {
    font-family: "Cinzel", serif;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--ps-gold);
    margin-bottom: 1.2rem;
}
.ps-hero__title {
    font-family: "Cinzel", serif;
    font-size: clamp(3.5rem, 8vw, 6.5rem);
    font-weight: 400;
    color: var(--ps-ink);
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 1rem;
}
.ps-hero__subtitle {
    font-family: "Cormorant", serif;
    font-style: italic;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 300;
    color: var(--ps-muted);
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
}
.ps-hero__rule {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}
.ps-hero__rule span {
    display: block;
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--ps-gold));
}
.ps-hero__rule span:last-child {
    background: linear-gradient(90deg, var(--ps-gold), transparent);
}
.ps-hero__rule svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.ps-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--ps-border);
}
.ps-toolbar__count,
.ps-toolbar__form label {
    font-family: "Cinzel", serif !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: #000 !important;
    font-weight: 500 !important;
}
.ps-custom-select {
    font-family: "Cinzel", serif !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: #000 !important;
    font-weight: 500 !important;
}
.ps-toolbar__form {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Cinzel", serif;
}
.ps-toolbar__form label {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ps-muted);
    font-weight: 500;
}
.ps-toolbar__form select {
    font-family: "Cinzel", serif;
    font-size: 0.9rem;
    padding: 6px 14px 6px 10px;
    border: 1px solid var(--ps-border);
    border-radius: 6px;
    background: white;
    color: var(--ps-ink);
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23c9a86c' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    padding-right: 30px;
    transition:
        border-color 0.25s,
        box-shadow 0.25s;
}
.ps-toolbar__form select:focus {
    outline: none;
    border-color: var(--ps-gold);
    box-shadow: 0 0 0 3px rgba(201, 168, 108, 0.12);
}
.ps-toolbar__form select#sort-posts {
    border-color: var(--ps-gold);
    color: var(--gold);
    font-family: "Cinzel", serif;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
}
.ps-toolbar__form select#sort-posts:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(201, 168, 108, 0.15);
}
.ps-sidebar__link:hover {
    background: rgba(201, 168, 108, 0.18);
    color: var(--gold);
}
.ps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
}
.ps-card__body {
    padding: 2.5rem 2.8rem;
}
.ps-card__excerpt {
    -webkit-line-clamp: 4;
}
.ps-card {
    position: relative;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--ps-border);
    display: flex;
    flex-direction: column;
    transition:
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.3s ease;
    box-shadow: 0 2px 12px var(--ps-shadow);
}
.ps-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 48px rgba(42, 33, 24, 0.12);
    border-color: rgba(201, 168, 108, 0.45);
}
.ps-card__corner {
    position: absolute;
    width: 14px;
    height: 14px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}
.ps-card:hover .ps-card__corner {
    opacity: 1;
}
.ps-card__corner--tl {
    top: -1px;
    left: -1px;
    border-top: 2px solid var(--ps-gold);
    border-left: 2px solid var(--ps-gold);
    border-radius: 10px 0 0 0;
}
.ps-card__corner--br {
    bottom: -1px;
    right: -1px;
    border-bottom: 2px solid var(--ps-gold);
    border-right: 2px solid var(--ps-gold);
    border-radius: 0 0 10px 0;
}
.ps-card__img {
    position: relative;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--ps-parchment);
}
.ps-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.ps-card:hover .ps-card__img img {
    transform: scale(1.05);
}
.ps-card__img-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 55%, rgba(255, 253, 249, 0.25) 100%);
    pointer-events: none;
}
.ps-card__img-placeholder {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ps-parchment);
    border-bottom: 1px solid var(--ps-border);
    flex-shrink: 0;
}
.ps-card__img-placeholder svg {
    width: 70px;
    height: 70px;
    opacity: 0.55;
}
.ps-card__body {
    padding: 1.2rem 1.75rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.ps-card__meta {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 0.9rem;
}
.ps-card__date {
	font-family: 'Cormorant Garamond', serif;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
}
.ps-card__dot {
    color: var(--ps-gold);
    font-size: 1rem;
    line-height: 1;
    margin-top: -2px;
}
.ps-card__author {
    font-size: 0.88rem;
    color: var(--ps-muted);
    font-weight: 400;
    letter-spacing: 0.04em;
}
.ps-card__title {
    font-family: "Cinzel", serif;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
    font-size: clamp(1.3rem, 2vw, 1.5rem);
}
.ps-card__title a {
    color: var(--ps-ink);
    text-decoration: none;
    transition: color 0.25s;
}
.ps-card__title a:hover {
    color: var(--gold);
}
.ps-card__excerpt {
    font-family: "Lora", serif;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.75;
    color: #333;
    margin-bottom: 1.4rem;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.ps-card__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
    align-self: flex-start;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(168, 133, 62, 0.3);
    transition:
        gap 0.3s,
        border-color 0.3s,
        color 0.3s;
}
.ps-card__link:hover {
    gap: 13px;
    border-color: var(--gold);
    color: var(--gold);
}
.ps-card__link svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform 0.3s;
}
.ps-card__link:hover svg {
    transform: translateX(3px);
}
.ps-pagination {
    margin-top: 4rem;
    text-align: center;
}
.ps-pagination__inner {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    background: white;
    padding: 0.6rem 0.8rem;
    border-radius: 8px;
    border: 1px solid var(--ps-border);
    box-shadow: 0 2px 10px var(--ps-shadow);
}
.ps-pagination .page-numbers {
    font-family: "Cinzel", serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #000;
    padding: 0.4rem 0.75rem;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.25s ease;
}
.ps-pagination .page-numbers:hover {
    background: var(--ps-parchment);
    color: var(--ps-ink);
    border-color: var(--ps-border);
}
.ps-pagination .page-numbers.current {
    background: #2a2d3a;
    color: white;
    border-color: var(--ps-ink);
}
.ps-pagination .page-numbers.dots {
    border: none;
    background: none;
    color: var(--ps-muted);
    cursor: default;
}
.ps-empty {
    text-align: center;
    padding: 6rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
.ps-empty svg {
    width: 60px;
    height: 60px;
    opacity: 0.4;
}
.ps-empty p {
    font-family: "Cormorant", serif;
    font-size: 1.3rem;
    font-style: italic;
    color: var(--ps-muted);
    letter-spacing: 0.06em;
}
@media (max-width: 640px) {
    .ps-hero {
        padding: 3.5rem 1.5rem 3rem;
    }
    .ps-page {
        padding: 2rem 1.2rem 4rem;
    }
    .ps-grid {
        grid-template-columns: 1fr;
    }
    .ps-toolbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .ps-card__body {
        padding: 1.5rem 1.6rem;
    }
}
@keyframes cardIn {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.ps-card {
    animation: cardIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.ps-card:nth-child(1) {
    animation-delay: 0.05s;
}
.ps-card:nth-child(2) {
    animation-delay: 0.12s;
}
.ps-card:nth-child(3) {
    animation-delay: 0.19s;
}
.ps-card:nth-child(4) {
    animation-delay: 0.26s;
}
.ps-card:nth-child(5) {
    animation-delay: 0.33s;
}
.ps-card:nth-child(6) {
    animation-delay: 0.4s;
}
@keyframes heroIn {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.ps-hero__eyebrow {
    animation: heroIn 0.6s 0.05s both;
}
.ps-hero__title {
    animation: heroIn 0.7s 0.15s both;
}
.ps-hero__subtitle {
    animation: heroIn 0.6s 0.25s both;
}
.ps-hero__rule {
    animation: heroIn 0.5s 0.35s both;
}
.ps-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 3rem;
    align-items: start;
}
.ps-sidebar {
    position: sticky;
    top: 2rem;
    background: white;
    border: 1px solid var(--ps-gold);
    border-radius: 0;
    padding: 1.8rem 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.ps-sidebar__corner {
    position: absolute;
    width: 22px;
    height: 22px;
    border-color: var(--ps-gold);
    border-style: solid;
    z-index: 10;
}
.ps-sidebar__corner--tl {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
}
.ps-sidebar__corner--tr {
    top: -6px;
    right: -6px;
    border-width: 2px 2px 0 0;
}
.ps-sidebar__corner--bl {
    bottom: -6px;
    left: -6px;
    border-width: 0 0 2px 2px;
}
.ps-sidebar__corner--br {
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
}
.ps-sidebar__heading {
    font-family: "Cinzel", serif;
    font-size: 1.1rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid var(--ps-border);
    font-weight: 600;
}
.ps-sidebar__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ps-sidebar__item {
    margin-bottom: 0.3rem;
}
.ps-sidebar__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Lora", serif;
    font-size: 1.1rem;
    color: var(--ps-ink);
    text-decoration: none;
    padding: 0.5rem 0.7rem;
    border-radius: 6px;
    transition:
        background 0.25s,
        color 0.25s;
}
.ps-sidebar__link:hover {
    background: var(--ps-parchment);
    color: var(--gold);
}
.ps-sidebar__count {
    font-size: 0.75rem;
    font-weight: 600;
    color: #000000;
    background: var(--ps-parchment);
    padding: 2px 7px;
    border-radius: 20px;
}
@media (max-width: 900px) {
    .ps-layout {
        grid-template-columns: 1fr;
    }
    .ps-sidebar {
        position: static;
    }
}
.ps-sidebar__link--active {
    background: var(--ps-ink);
    color: white;
    font-weight: 600;
    padding-left: 0.5rem;
}
.ps-sidebar__link--active:hover {
    background: var(--ps-ink);
    color: white;
}
.ps-custom-select {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ps-select {
    position: relative;
    min-width: 110px;
    user-select: none;
}
.ps-select__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 14px 6px 10px;
    border: 1px solid var(--ps-gold);
    border-radius: 6px;
    background: white;
    color: var(--gold);
    font-family: "Cinzel", serif;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition:
        border-color 0.25s,
        box-shadow 0.25s;
}
.ps-select__trigger svg {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    transition: transform 0.25s;
    stroke: var(--gold);
}
.ps-select--open .ps-select__trigger {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(201, 168, 108, 0.15);
}
.ps-select--open .ps-select__trigger svg {
    transform: rotate(180deg);
}
.ps-select__options {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: white;
    border: 1px solid var(--ps-gold);
    border-radius: 6px;
    padding: 4px;
    list-style: none;
    margin: 0;
    box-shadow: 0 8px 24px rgba(42, 33, 24, 0.1);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition:
        opacity 0.2s,
        transform 0.2s;
    z-index: 100;
}
.ps-select--open .ps-select__options {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}
.ps-select__option {
    padding: 7px 12px;
    font-family: "Cinzel", serif;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    color: var(--ps-ink);
    border-radius: 4px;
    cursor: pointer;
    transition:
        background 0.2s,
        color 0.2s;
}
.ps-select__option:hover {
    background: var(--ps-parchment);
    color: var(--ps-ink);
}
.ps-select__option--active {
    background: var(--ps-ink);
    color: white;
    font-weight: 600;
}
.ps-select__option--active:hover {
    background: var(--ps-ink);
    color: white;
}

.single-post__back svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform 0.3s;
}
.single-post__back:hover svg {
    transform: translateX(-3px);
}
.dp-paper-overlay {
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    opacity: 0.55;
    mix-blend-mode: multiply;
}
.dp-masthead {
    margin-bottom: 32px;
    overflow: hidden;
}
.dp-masthead-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    align-items: center;
}
.dp-masthead-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    opacity: 0.65;
}
.dp-masthead-meta--right {
    text-align: right;
}
.dp-masthead-title-wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.dp-masthead-rule--triple {
    width: 100%;
    height: 6px;
    background:
        linear-gradient(to right, transparent, var(--gold), transparent) center 0 / 100% 1px no-repeat,
        linear-gradient(to right, transparent, var(--gold), transparent) center 3px / 80% 1px no-repeat,
        linear-gradient(to right, transparent, var(--gold), transparent) center 5px / 60% 1px no-repeat;
}
.dp-masthead-kicker {
    font-style: italic;
    font-size: 0.7rem;
    letter-spacing: 0.55em;
    text-transform: uppercase;
    color: var(--gold);
    margin: 0;
}
.dp-masthead-name {
    font-size: clamp(2.2rem, 6vw, 4.2rem);
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    margin: 2px 0;
    text-shadow:
        2px 2px 0 rgba(0, 0, 0, 0.08),
        -1px 0 0 rgba(0, 0, 0, 0.04);
}
.dp-masthead-sub {
    font-style: italic;
    font-size: 0.62rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    opacity: 0.5;
    margin: 0;
}
.dp-ticker-wrap {
    border-top: 1px solid;
    border-bottom: 1px solid;
    display: flex;
    align-items: center;
    gap: 0;
    overflow: hidden;
    height: 28px;
}
.dp-ticker-label {
    flex-shrink: 0;
    padding: 0 14px;
    font-size: 0.6rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    border-right: 1px solid var(--gold);
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(201, 169, 110, 0.06);
    white-space: nowrap;
}
.dp-ticker-inner {
    overflow: hidden;
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}
.dp-ticker-text {
    white-space: nowrap;
    font-style: italic;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    animation: tickerScroll 38s linear infinite;
    padding-left: 100%;
    opacity: 0.8;
}
@keyframes tickerScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.about-content {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 52px;
    align-items: start;
    padding-top: 4px;
}
@media (max-width: 860px) {
    .about-content {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .dp-masthead-top {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 8px;
    }
    .dp-masthead-meta--right {
        text-align: center;
    }
}
.about-portrait-wrap {
    position: sticky;
    top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-newspaper-header {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.about-newspaper-rule {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.about-newspaper-kicker {
    font-style: italic;
    font-size: 0.68rem;
    letter-spacing: 0.38em;
    color: var(--gold);
    text-transform: uppercase;
    margin: 0;
}
.about-portrait-frame {
    width: 100%;
    aspect-ratio: 3 / 4;
    position: relative;
    border: 1px solid var(--gold);
    box-shadow:
        0 0 0 4px #1a1008,
        0 0 0 6px var(--gold),
        18px 22px 60px rgba(20, 12, 0, 0.5),
        -3px -3px 20px rgba(201, 169, 110, 0.1);
    border-radius: 0;
    overflow: visible;
    cursor: default;
    transform-style: preserve-3d;
    will-change: transform;
}
.dp-frame-corner {
    position: absolute;
    width: 22px;
    height: 22px;
    border-color: var(--gold);
    border-style: solid;
    z-index: 10;
}
.dp-frame-corner--tl {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
}
.dp-frame-corner--tr {
    top: -6px;
    right: -6px;
    border-width: 2px 2px 0 0;
}
.dp-frame-corner--bl {
    bottom: -6px;
    left: -6px;
    border-width: 0 0 2px 2px;
}
.dp-frame-corner--br {
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
}
.about-portrait-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.about-portrait-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: sepia(0.15) contrast(1.08) brightness(0.94) saturate(0.85);
    transform-origin: center center;
}
@keyframes portraitBreath {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
}
.dp-moving-photo {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.dp-moving-photo__drift--a {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 40% at 50% 30%, rgba(255, 235, 190, 0.18) 0%, transparent 65%);
    animation: driftA 7s ease-in-out infinite;
}
.dp-moving-photo__drift--b {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 40% 55% at 48% 55%, rgba(180, 160, 110, 0.1) 0%, transparent 60%);
    animation: driftB 11s ease-in-out infinite;
}
@keyframes driftA {
    0%,
    100% {
        opacity: 0.4;
        transform: scale(1) translateY(0);
    }
    30% {
        opacity: 0.9;
        transform: scale(1.01) translateY(-3px);
    }
    65% {
        opacity: 0.6;
        transform: scale(0.99) translateY(2px);
    }
}
@keyframes driftB {
    0%,
    100% {
        opacity: 0.3;
        transform: translateX(0) translateY(0);
    }
    40% {
        opacity: 0.7;
        transform: translateX(4px) translateY(-5px);
    }
    75% {
        opacity: 0.5;
        transform: translateX(-3px) translateY(3px);
    }
}
.dp-moving-photo__vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 80% at 50% 50%, transparent 40%, rgba(12, 8, 0, 0.45) 100%);
}
.dp-moving-photo__scan {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 235, 160, 0.35), transparent);
    opacity: 0;
}
.about-portrait-magic {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.about-portrait-shimmer {
    position: absolute;
    top: -120%;
    left: -80%;
    width: 40%;
    height: 320%;
    background: linear-gradient(108deg, transparent 30%, rgba(255, 245, 200, 0.25) 50%, transparent 70%);
    animation: shimmerSweep 11s 2s ease-in-out infinite;
}
@keyframes shimmerSweep {
    0% {
        transform: translateX(0) rotate(6deg);
        opacity: 0;
    }
    6% {
        opacity: 1;
    }
    44% {
        transform: translateX(540%) rotate(6deg);
        opacity: 1;
    }
    54%,
    100% {
        transform: translateX(540%) rotate(6deg);
        opacity: 0;
    }
}
.about-sparkles {
    position: absolute;
    inset: 0;
}
.sparkle-dot {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    animation: sparklePop var(--sp-dur, 4s) var(--sp-delay, 0s) ease-in-out infinite;
}
@keyframes sparklePop {
    0% {
        opacity: 0;
        transform: translate(0, 0) scale(0);
    }
    15% {
        opacity: 0.9;
        transform: translate(var(--tx1), var(--ty1)) scale(1);
    }
    75% {
        opacity: 0.4;
        transform: translate(var(--tx2), var(--ty2)) scale(0.5);
    }
    100% {
        opacity: 0;
        transform: translate(var(--tx2), var(--ty2)) scale(0);
    }
}
.about-portrait-cutline {
    width: 100%;
    border-top: 2px solid var(--gold);
    margin-top: 12px;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.about-portrait-cutline-name {
    font-size: 1rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
	text-align: center;
}
.about-portrait-cutline-desc {
    font-style: italic;
    font-size: 0.8rem;
    opacity: 0.75;
    letter-spacing: 0.05em;
}
.dp-sidebar-ad {
    width: 100%;
    margin-top: 24px;
    border: 1px solid;
    border-color: var(--gold);
    padding: 14px 16px;
    text-align: center;
    position: relative;
    background: rgba(201, 169, 110, 0.04);
    animation: fadeUp 0.9s 0.7s both;
}
.dp-sidebar-ad::before,
.dp-sidebar-ad::after {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.dp-sidebar-ad::before {
    top: 6px;
}
.dp-sidebar-ad::after {
    bottom: 6px;
}
.dp-sidebar-ad__kicker {
    font-style: italic;
    font-size: 0.6rem;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: var(--gold);
    margin: 0 0 8px;
}
.dp-sidebar-ad__body {
    font-style: italic;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 8px;
}
.dp-sidebar-ad__footer {
    font-size: 0.78rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin: 0;
    color: var(--gold);
}
.about-text-block {
    padding-top: 0;
}
.about-article-header {
    padding: 16px 0 14px;
    margin-bottom: 20px;
    animation: fadeUp 0.9s 0.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.about-article-section {
    font-style: italic;
    font-size: 0.66rem;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: var(--gold);
    margin: 0 0 10px;
}
.about-article-headline {
    font-size: clamp(1.5rem, 3.2vw, 2.4rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0.03em;
    margin: 0 0 12px;
    text-align: center;
}
.about-article-deck {
    font-style: italic;
    font-size: clamp(0.95rem, 1.7vw, 1.15rem);
    line-height: 1.58;
    opacity: 0.7;
    margin: 0 0 14px;
    text-align: center;
}
.about-article-byline {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    opacity: 0.6;
    text-transform: uppercase;
}
.about-article-byline-rule {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.5));
}
.about-article-byline-rule:last-child {
    background: linear-gradient(270deg, transparent, rgba(201, 169, 110, 0.5));
}
.dp-article-wrap {
    position: relative;
}
.about-text-content {
    font-size: clamp(0.96rem, 1.45vw, 1.08rem);
    line-height: 1.85;
    columns: 2;
    column-gap: 30px;
    column-rule: 1px solid rgba(201, 169, 110, 0.2);
    text-align: justify;
    hyphens: auto;
    animation: fadeUp 0.9s 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@media (max-width: 600px) {
    .about-text-content {
        columns: 1;
    }
}
.about-text-content p {
    margin: 0 0 1em;
    break-inside: avoid;
}
.about-text-content > p:first-of-type::first-letter {
    font-size: 5rem;
    font-weight: 700;
    color: var(--gold);
    float: left;
    line-height: 0.76;
    margin: 0.06em 0.11em 0 0;
}
.about-text-content em {
    font-style: italic;
    opacity: 0.8;
}
.dp-pull-quote {
    margin: 28px 0 0;
    padding: 20px 24px;
    border-left: none;
    border-top: 2px solid var(--gold);
    border-bottom: 2px solid var(--gold);
    text-align: center;
    position: relative;
    background: rgba(201, 169, 110, 0.04);
    break-inside: avoid;
    animation: fadeUp 0.9s 0.45s both;
}
.dp-pull-quote__mark {
    font-size: 4rem;
    line-height: 0.5;
    color: var(--gold);
    opacity: 0.4;
    display: block;
    margin-bottom: 8px;
}
.dp-pull-quote p {
    font-style: italic;
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    line-height: 1.65;
    margin: 0 0 10px;
}
.dp-pull-quote cite {
    font-style: normal;
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    opacity: 0.8;
}
.dp-article-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 28px 0 24px;
}
.dp-article-footer__rule {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.4), transparent);
}
.dp-article-footer__seal {
    color: var(--gold);
    font-size: 1rem;
    opacity: 0.6;
}
.dp-related {
    border-top: 1px solid rgba(201, 169, 110, 0.25);
    padding-top: 20px;
    animation: fadeUp 0.9s 0.6s both;
}
.dp-related__heading {
    font-style: italic;
    font-size: 0.68rem;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: var(--gold);
    text-align: center;
    margin: 0 0 16px;
}
.dp-related__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(201, 169, 110, 0.18);
}
@media (max-width: 640px) {
    .dp-related__grid {
        grid-template-columns: 1fr;
    }
}
.dp-related__item {
    padding: 14px;
    background: var(--bg, #faf7f0);
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.dp-related__cat {
    font-size: 0.6rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
}
.dp-related__title {
    font-style: italic;
    font-size: 0.88rem;
    line-height: 1.45;
    margin: 0;
}
.dp-footer-rule {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
    padding-top: 16px;
    border-top: 3px double rgba(201, 169, 110, 0.5);
}
.dp-footer-rule__line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.4), transparent);
}
.dp-footer-rule__text {
    font-style: italic;
    font-size: 0.62rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    opacity: 0.4;
    white-space: nowrap;
}
.dp-related .ps-grid {
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 640px) {
    .dp-related .ps-grid {
        grid-template-columns: 1fr;
    }
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.about-text-content {
    columns: 2;
}
.about-text-content:has(p:nth-of-type(-n + 2)) {
    columns: 1;
}
.contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 40px;
    align-items: start;
    max-width: 1400px;
}
@media (max-width: 860px) {
    .contact-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.contact-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: #fff;
    border: 0.5px solid var(--ps-border);
    border-left: 3px solid var(--gold);
    text-decoration: none;
    color: inherit;
    transition:
        background 0.2s,
        border-left-color 0.2s,
        color 0.2s;
}
.contact-card__body {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.contact-card {
    position: relative;
    z-index: 1;
    pointer-events: all;
}
.contact-card::after {
    display: none !important;
}
.contact-card:hover {
    background: var(--gold);
    border-left-color: #7a5c1e;
    border-color: var(--gold);
    color: #fff;
}
.contact-card:hover .contact-card__label {
    color: rgba(255, 255, 255, 0.7);
}
.contact-card:hover .contact-card__icon {
    color: #fff;
}
.contact-card__icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-card__icon svg {
    width: 28px;
    height: 28px;
    display: block;
    flex-shrink: 0;
}
.contact-card__label {
    font-family: "Cinzel", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    font-style: normal;
}
.contact-card__value {
    font-family: "Lora", serif;
    font-size: 0.9rem;
    color: inherit;
    line-height: 1.4;
}
.contact-socials {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}
.contact-social-pill {
    flex: 1;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: white;
    border: 1px solid var(--gold);
    text-decoration: none;
    color: var(--gold);
    font-family: "Cinzel", serif;
    font-size: 0.68rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
    transition:
        background 0.25s,
        color 0.25s;
}
.contact-social-pill:hover {
    background: var(--gold);
    color: #ffffff;
    border-color: var(--gold);
}
.contact-social-pill svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}
.cf7-hp-wrap {
    position: relative;
    background: #fff;
    border: 1px solid var(--gold);
    padding: 32px 32px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media (max-width: 600px) {
    .cf7-hp-wrap {
        padding: 36px 22px 32px;
    }
}
.cf7-hp-corner {
    position: absolute;
    width: 20px;
    height: 20px;
    border-color: var(--gold);
    border-style: solid;
    z-index: 2;
}
.cf7-hp-corner--tl {
    top: -5px;
    left: -5px;
    border-width: 2px 0 0 2px;
}
.cf7-hp-corner--tr {
    top: -5px;
    right: -5px;
    border-width: 2px 2px 0 0;
}
.cf7-hp-corner--bl {
    bottom: -5px;
    left: -5px;
    border-width: 0 0 2px 2px;
}
.cf7-hp-corner--br {
    bottom: -5px;
    right: -5px;
    border-width: 0 2px 2px 0;
}
.cf7-hp-row--two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
@media (max-width: 600px) {
    .cf7-hp-row--two {
        grid-template-columns: 1fr;
    }
}
.cf7-hp-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.cf7-hp-field label {
    font-family: "Cinzel", serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: black;
    font-style: normal;
}
.cf7-hp-field .wpcf7-form-control-wrap {
    display: block;
}
.cf7-hp-field input[type="text"],
.cf7-hp-field input[type="email"],
.cf7-hp-field input[type="tel"],
.cf7-hp-field textarea {
    width: 100%;
    font-family: "Lora", serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #000;
    background: #f9f7f2;
    border: 1px solid var(--gold);
    border-radius: 0;
    padding: 11px 14px;
    outline: none;
    box-sizing: border-box;
    transition:
        border-color 0.25s,
        background 0.25s,
        box-shadow 0.25s;
    -webkit-appearance: none;
}
.cf7-hp-field input:hover,
.cf7-hp-field textarea:hover {
    border-color: rgba(180, 155, 100, 0.6);
    border-bottom-color: var(--gold);
}
.cf7-hp-field input:focus,
.cf7-hp-field textarea:focus {
    border-color: rgba(180, 155, 100, 0.5);
    border-bottom-color: var(--gold);
    background: #fffdf8;
    box-shadow: 0 2px 0 0 var(--gold);
}
.cf7-hp-field input::placeholder,
.cf7-hp-field textarea::placeholder {
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 0.88rem;
}
.cf7-hp-field textarea {
    min-height: 130px;
    resize: vertical;
}
.cf7-hp-field .wpcf7-not-valid-tip {
    font-family: "Lora", serif;
    font-size: 0.76rem;
    font-style: italic;
    color: #b03a2e;
    margin-top: 4px;
    display: block;
}
.cf7-hp-submit {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 4px;
}
.cf7-hp-submit::before,
.cf7-hp-submit::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.4));
}
.cf7-hp-submit::after {
    background: linear-gradient(270deg, transparent, rgba(201, 169, 110, 0.4));
}
.cf7-hp-submit p,
.cf7-hp-submit span {
    margin: 0;
}
.cf7-hp-wrap input[type="submit"] {
    font-family: "Cinzel", serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #1a1008;
    background: var(--gold);
    border: 1px solid var(--gold);
    padding: 15px 36px;
    cursor: pointer;
    transition:
        background 0.3s,
        color 0.3s,
        border-color 0.3s;
    -webkit-appearance: none;
    border-radius: 0;
    flex-shrink: 0;
}
.cf7-hp-wrap input[type="submit"]:hover {
    background: #fff;
    color: var(--gold);
    border-color: var(--gold);
}
.cf7-hp-wrap .wpcf7-response-output {
    font-family: "Lora", serif;
    font-size: 0.88rem;
    font-style: italic;
    margin: 0;
    padding: 14px 20px;
    border-left: 3px solid var(--gold);
    background: rgba(201, 169, 110, 0.08);
    color: var(--ps-ink);
}
.cf7-hp-wrap .wpcf7-response-output {
    font-family: "Lora", serif;
    font-size: 0.9rem;
    font-style: italic;
    line-height: 1.65;
    margin: 1.2rem 0 0;
    padding: 1rem 1.2rem 1rem 1.4rem;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    animation: cf7FadeUp 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.cf7-hp-wrap .wpcf7-response-output .ro-title {
    font-family: "Cinzel", serif;
    font-style: normal;
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-mail-sent-ok {
    border-left: 3px solid var(--gold);
    background: rgba(201, 169, 110, 0.08);
    color: var(--ps-muted, #7a6e5f);
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-mail-sent-ok .ro-title {
    color: var(--ps-gold-deep, #a8853e);
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-mail-sent-ok::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a8853e' stroke-width='1.8'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpolyline points='8,12 11,15 16,9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 1px;
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-validation-errors {
    border-left: 3px solid #b03a2e;
    background: rgba(176, 58, 46, 0.05);
    color: #8a2a20;
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-validation-errors .ro-title {
    color: #b03a2e;
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-validation-errors::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b03a2e' stroke-width='1.8'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cline x1='12' y1='8' x2='12' y2='13'/%3E%3Ccircle cx='12' cy='16.5' r='0.8' fill='%23b03a2e'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 1px;
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-mail-sent-ng {
    border-left: 3px solid #b03a2e;
    background: rgba(176, 58, 46, 0.05);
    color: #8a2a20;
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-mail-sent-ng .ro-title {
    color: #b03a2e;
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-mail-sent-ng::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b03a2e' stroke-width='1.8'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cline x1='15' y1='9' x2='9' y2='15'/%3E%3Cline x1='9' y1='9' x2='15' y2='15'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 1px;
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-spam-blocked {
    border-left: 3px solid #7a6030;
    background: rgba(122, 96, 48, 0.06);
    color: #5a4520;
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-spam-blocked .ro-title {
    color: #7a6030;
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-spam-blocked::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237a6030' stroke-width='1.8'%3E%3Cpolygon points='12,3 21,20 3,20'/%3E%3Cline x1='12' y1='10' x2='12' y2='14'/%3E%3Ccircle cx='12' cy='17' r='0.8' fill='%237a6030'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 1px;
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-acceptance-missing {
    border-left: 3px solid #8a6520;
    background: rgba(138, 101, 32, 0.06);
    color: #6b4f18;
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-acceptance-missing .ro-title {
    color: #8a6520;
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-acceptance-missing::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a6520' stroke-width='1.8'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Cpolyline points='9,11 11,13 15,9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 1px;
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-aborted {
    border-left: 3px solid #b03a2e;
    background: rgba(176, 58, 46, 0.05);
    color: #8a2a20;
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-aborted .ro-title {
    color: #b03a2e;
}
.cf7-hp-wrap .wpcf7-response-output.wpcf7-aborted::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b03a2e' stroke-width='1.8'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cline x1='12' y1='8' x2='12' y2='13'/%3E%3Ccircle cx='12' cy='16.5' r='0.8' fill='%23b03a2e'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 1px;
}
.cf7-hp-wrap .wpcf7-not-valid-tip {
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 0.76rem;
    line-height: 1.5;
    color: #b03a2e;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.cf7-hp-wrap .wpcf7-not-valid-tip::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #b03a2e;
    transform: rotate(45deg);
    flex-shrink: 0;
    opacity: 0.75;
}
.cf7-hp-wrap .wpcf7-form-control.wpcf7-not-valid,
.cf7-hp-field input[aria-invalid="true"],
.cf7-hp-field textarea[aria-invalid="true"] {
    border-color: #b03a2e !important;
    background: #fffaf9 !important;
    box-shadow: 0 0 0 3px rgba(176, 58, 46, 0.1) !important;
}
.cf7-hp-wrap .wpcf7-form-control.wpcf7-not-valid:focus,
.cf7-hp-field input[aria-invalid="true"]:focus,
.cf7-hp-field textarea[aria-invalid="true"]:focus {
    border-color: #b03a2e !important;
    box-shadow: 0 0 0 4px rgba(176, 58, 46, 0.15) !important;
}
.wpcf7-form.submitting .cf7-hp-wrap input[type="submit"],
.cf7-hp-wrap input[type="submit"].is-loading {
    color: rgba(26, 16, 8, 0.5);
    background: rgba(201, 169, 110, 0.5);
    border-color: rgba(201, 169, 110, 0.5);
    cursor: not-allowed;
    pointer-events: none;
    position: relative;
    padding-left: 52px;
}
.wpcf7-form.submitting .cf7-hp-wrap input[type="submit"]::before,
.cf7-hp-wrap input[type="submit"].is-loading::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 1.5px solid rgba(26, 16, 8, 0.2);
    border-top-color: rgba(26, 16, 8, 0.55);
    border-radius: 50%;
    animation: cf7SpinRune 0.85s linear infinite;
}
@keyframes cf7SpinRune {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}
.wpcf7-form.submitting .cf7-loading-notice,
.cf7-loading-notice.is-visible {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 0.9rem 1.2rem;
    background: rgba(32, 255, 113, 0.06);
    border: 1px solid rgba(180, 155, 100, 0.35);
    margin-bottom: 1rem;
    animation: cf7FadeUp 0.35s ease both;
}
.cf7-loading-notice {
    display: none;
}
.cf7-loading-notice__spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(201, 169, 110, 0.25);
    border-top-color: var(--gold);
    border-radius: 50%;
    flex-shrink: 0;
    animation: cf7SpinRune 0.85s linear infinite;
}
.cf7-loading-notice__text {
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    color: #000;
}
@keyframes cf7FadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.cf7-hp-wrap .wpcf7-response-output,
.cf7-hp-wrap .wpcf7-not-valid-tip {
    animation: cf7FadeUp 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.cf7-loading-notice {
    display: none;
    opacity: 0;
    transition: opacity 3s ease;
}
.cf7-loading-notice.is-visible {
    display: flex;
    opacity: 1;
}
.cf7-loading-notice.fade-out {
    opacity: 0;
}
.wpcf7-response-output {
    display: none;
}
.page-title {
    font-family: "Cinzel", serif;
    font-size: clamp(2rem, 6vw, 3.5rem);
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--dark);
    text-align: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.politika {
    font-family: "Lora", serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 3rem;
}
.politika h2 {
    font-family: "Cinzel", serif;
    font-size: clamp(1.4rem, 4vw, 2rem);
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--dark);
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.politika ul {
    margin-left: 1.5rem;
    font-family: "Lora", serif;
    font-size: 1.1rem;
    color: #333;
}
.politika ul li {
    margin-bottom: 1rem;
}
.politika a {
    color: var(--gold);
    text-decoration: none;
    transition: color 0.3s ease;
}
.politika a:hover {
    color: var(--gold-light);
}
.contact-info {
    text-align: center;
    font-family: "Lora", serif;
    font-size: 1.1rem;
    color: var(--ps-ink);
    margin-top: 3rem;
}
.contact-info p {
    margin: 0;
}
.contact-info a {
    color: var(--gold);
    font-weight: 600;
}
.contact-info a:hover {
    color: var(--gold-light);
}
@media (max-width: 991px) {
    .header-mobile-right {
        margin-left: auto;
    }
    .navbar-collapse {
        width: 100%;
        background: rgba(249, 247, 242, 0.98);
        padding: 1rem 0;
        border-top: 1px solid rgba(201, 169, 110, 0.2);
    }
    .site-header .navbar-nav .nav-link {
        color: #222222 !important;
        padding: 0.7rem 1rem;
        border-bottom: 1px solid rgba(201, 169, 110, 0.1);
    }
}
@media (max-width: 480px) {
    .header-inner {
        padding: 0 12px;
    }
}
@media (max-width: 768px) {
    .single-post-wrap {
        margin-top: 0;
        margin-bottom: 60px;
        padding: 0 1rem;
        padding-top: 90px;
    }
    .single-post__inner {
        padding: 0 16px 24px;
    }
    .post-taxonomy-row {
        flex-direction: column;
        gap: 0.5rem;
    }
    .post-source {
        text-align: left;
    }
}
@media (max-width: 768px) {
    .ps-layout {
        grid-template-columns: 1fr;
    }
    .ps-toolbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }
    .multi-post-wrap {
        padding-top: 90px;
    }
    .posts-page__heading {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
        letter-spacing: 0.2em;
    }
}
@media (max-width: 640px) {
    .footer__inner {
        padding: 2rem 1.2rem 2.5rem;
        gap: 2rem;
    }
    .footer__bottom {
        padding: 1rem 1.2rem;
    }
}
@media (max-width: 768px) {
    .contact-wrap {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1rem;
    }
    .contact-socials {
        flex-wrap: wrap;
    }
    .cf7-hp-wrap {
        padding: 28px 16px 24px;
    }
}
@media (max-width: 768px) {
    .dp-masthead-top {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .dp-related .ps-grid {
        grid-template-columns: 1fr;
    }
    .dp-ticker-wrap {
        display: none;
    }
}
@media (max-width: 768px) {
    .about-portrait-wrap {
        position: static;
        top: unset;
    }
}
.us-drawer-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
}
.us-drawer-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--dark);
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
    transform-origin: center center;
    flex-shrink: 0;
}
.home .us-drawer-toggle span,
.us-drawer-toggle.is-open span {
    background: #ffffff;
}
.us-drawer-toggle.is-open span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
}
.us-drawer-toggle.is-open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.us-drawer-toggle.is-open span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
}
.us-drawer {
    position: fixed;
    inset: 0;
    z-index: 1050;
    pointer-events: none;
}
.us-drawer.is-open {
    pointer-events: all;
}
.us-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 10, 16, 0.6);
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.us-drawer.is-open .us-drawer__backdrop {
    opacity: 1;
}
.us-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(360px, 88vw);
    height: 100%;
    background: #faf7f2;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: visible;
    box-shadow: -8px 0 40px rgba(8, 10, 16, 0.18);
}
.us-drawer__nav {
    padding: 1.2rem 0;
    flex: 1;
    overflow-y: auto;
    position: relative;
    z-index: 1;
}
.us-drawer.is-open .us-drawer__panel {
    transform: translateX(0);
}
.us-drawer__header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.4rem;
    border-bottom: 1px solid var(--ps-border);
    position: relative;
}
.us-drawer__logo {
    height: 60px;
    width: auto;
}
.us-drawer__close {
    position: absolute;
    right: 1.4rem;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid var(--ps-border);
    border-radius: 6px;
    cursor: pointer;
    color: var(--dark);
    transition:
        border-color 0.2s,
        color 0.2s;
    flex-shrink: 0;
}
.us-drawer__close:hover {
    border-color: var(--gold);
    color: var(--gold);
}
.us-drawer__close svg {
    width: 18px;
    height: 18px;
}
.us-drawer__ornament {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 1rem 1.4rem 0;
}
.us-drawer__ornament span {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold));
}
.us-drawer__ornament span:last-child {
    background: linear-gradient(90deg, var(--gold), transparent);
}
.us-drawer__ornament i {
    width: 5px;
    height: 5px;
    background: var(--gold);
    transform: rotate(45deg);
    flex-shrink: 0;
    display: block;
}
.us-drawer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.us-drawer__menu li a {
    display: block;
    font-family: "Cinzel", serif;
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--dark);
    text-decoration: none;
    padding: 0.85rem 1.4rem;
    border-bottom: 1px solid rgba(201, 169, 110, 0.1);
    transition:
        color 0.2s,
        background 0.2s,
        padding-left 0.2s;
}
.us-drawer__menu li a:hover,
.us-drawer__menu .current-menu-item > a {
    color: var(--gold);
    background: rgba(201, 169, 110, 0.06);
    padding-left: 1.8rem;
}
.us-drawer__menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: rgba(201, 169, 110, 0.04);
}
.us-drawer__menu .sub-menu li a {
    font-size: 0.75rem;
    padding-left: 2.2rem;
    color: var(--ps-muted);
    border-bottom-color: rgba(201, 169, 110, 0.07);
}
.us-drawer__menu .sub-menu li a:hover {
    color: var(--gold);
    padding-left: 2.6rem;
}
.us-drawer__footer {
    padding: 1rem 1.4rem 1.4rem;
    text-align: center;
}
.us-drawer__footer-text {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    color: var(--ps-muted);
    opacity: 0.6;
}
@media (min-width: 1200px) {
    .us-drawer,
    .us-drawer-toggle {
        display: none !important;
    }
}
.grecaptcha-badge {
    display: none !important;
}
@media (max-width: 900px) {
    .contact-wrap {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}
@media (max-width: 768px) {
    .contact-wrap {
        gap: 2rem;
        padding: 0;
    }
    .contact-cards {
        gap: 6px;
    }
    .contact-card {
        padding: 12px 14px;
    }
    .contact-card__value {
        font-size: 0.85rem;
    }
    .contact-socials {
        flex-wrap: wrap;
        gap: 6px;
    }
    .contact-social-pill {
        flex: 1;
        justify-content: center;
        min-width: 120px;
        padding: 10px 14px;
        font-size: 0.62rem;
    }
    .cf7-hp-wrap {
        padding: 28px 18px 24px;
    }
    .cf7-hp-row--two {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
@media (max-width: 480px) {
    .contact-social-pill {
        width: 100%;
        flex: unset;
    }
    .contact-card__icon svg {
        width: 22px;
        height: 22px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .site-header .navbar-nav .nav-link {
        font-size: 0.78rem;
        letter-spacing: 0.1em;
        padding: 0.5rem 0.55rem;
    }
    .site-header .navbar-nav {
        gap: 0 !important;
    }
    .header-search.d-none.d-xl-block {
        margin-left: 0.5rem !important;
    }
}
@media (min-width: 1401px) {
    .site-header .navbar-nav .nav-link {
        padding: 0.5rem 0.8rem;
    }
}
@media (min-width: 992px) {
    .us-drawer,
    .us-drawer-toggle,
    .header-mobile-right {
        display: none !important;
    }
    .header-search {
        display: block !important;
    }
}
@media (max-width: 991px) {
    .header-mobile-right {
        display: flex !important;
    }
    .header-search {
        display: none !important;
    }
}
.site-header .navbar-nav .nav-link {
    font-size: clamp(0.72rem, 0.6vw + 0.35rem, 1rem);
    letter-spacing: clamp(0.08em, 0.12vw + 0.04em, 0.18em);
    padding: 0.5rem clamp(0.35rem, 0.6vw, 1rem);
}
.asl_w_container {
    min-width: clamp(150px, 12vw, 260px) !important;
    max-width: clamp(180px, 16vw, 320px) !important;
}
.site-header .navbar-nav .nav-link {
    white-space: nowrap;
}
.header-mobile-right {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}
.header-inner .navbar-brand {
    flex-shrink: 0;
    margin-right: 0 !important;
}
.header-search-mobile {
    display: flex;
    align-items: center;
}
@keyframes mastheadDrop {
    0% {
        opacity: 0;
        transform: translateY(-60px) scaleY(0.4);
    }
    60% {
        opacity: 1;
        transform: translateY(6px) scaleY(1.04);
    }
    80% {
        transform: translateY(-3px) scaleY(0.99);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scaleY(1);
    }
}
.posts__page-heading {
    animation: mastheadDrop 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.about-article-headline {
    font-family: Cinzel, sans-serif;
}
.about-content {
    font-family: Lora, serif;
}
@media (max-width: 900px) {
    .contact-wrap > div:first-child {
        grid-template-columns: 1fr 1fr !important;
    }
}
@media (max-width: 520px) {
    .contact-wrap > div:first-child {
        grid-template-columns: 1fr !important;
    }
}
div.asl_w .probox .proinput input::-webkit-input-placeholder {
    color: #000 !important;
}
.cf7-hp-wrap {
    transition:
        box-shadow 0.5s ease,
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.cf7-hp-wrap:hover {
    box-shadow:
        0 20px 60px rgba(201, 169, 110, 0.18),
        0 4px 16px rgba(42, 33, 24, 0.08);
    transform: translateY(-3px);
}
.cf7-hp-corner {
    transition:
        width 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.3s ease;
}
.cf7-hp-wrap:hover .cf7-hp-corner {
    width: 30px;
    height: 30px;
    border-color: var(--gold);
}
.cf7-hp-field input[type="text"]:hover,
.cf7-hp-field input[type="email"]:hover,
.cf7-hp-field input[type="tel"]:hover,
.cf7-hp-field textarea:hover {
    border-color: var(--gold);
    background: var(--gold);
    box-shadow: inset 0 0 0 1px rgba(201, 169, 110, 0.18);
}
.cf7-hp-field:hover label {
    color: var(--gold);
}
.cf7-hp-field input:hover::placeholder,
.cf7-hp-field textarea:hover::placeholder {
    color: white;
}
.cf7-hp-field input[type="text"],
.cf7-hp-field input[type="email"],
.cf7-hp-field input[type="tel"],
.cf7-hp-field textarea {
    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}
.cf7-hp-field label {
    transition: color 0.25s ease;
}
.cf7-hp-field input::placeholder,
.cf7-hp-field textarea::placeholder {
    transition: color 0.3s ease;
}
.footer__nav-heading {
    border-bottom: none;
}
.footer__nav-heading::after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    margin: 0.6rem 0 0;
    background: linear-gradient(90deg, var(--gold-light), transparent);
}
.urania-link {
    color: #e8c98a;
}
.footer__hero-title {
    font-family: "Cinzel", serif;
    font-weight: 300;
    font-size: clamp(2rem, 4vw, 3.5rem);
    letter-spacing: 0.22em;
    line-height: 0.88;
    color: var(--cream);
    margin-bottom: 0.8rem;
}
.footer__hero-title-sub {
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    letter-spacing: 0.55em;
    color: var(--gold-light);
    display: block;
    margin-top: 0.4rem;
    text-transform: uppercase;
}
.footer__brand {
    text-align: center;
}
.ps-sidebar {
    transition:
        box-shadow 0.5s ease,
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.ps-sidebar:hover {
    box-shadow:
        0 20px 60px rgba(201, 169, 110, 0.18),
        0 4px 16px rgba(42, 33, 24, 0.08);
    transform: translateY(-3px);
}
.ps-sidebar__corner {
    transition:
        width 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.3s ease;
}
.ps-sidebar:hover .ps-sidebar__corner {
    width: 30px;
    height: 30px;
    border-color: var(--gold);
}
@media (max-width: 900px) {
    .ps-sidebar__corner {
        display: none;
    }
}
@media (max-width: 600px) {
    .cf7-hp-submit {
        flex-direction: column;
        align-items: stretch;
    }
    .cf7-hp-submit::before,
    .cf7-hp-submit::after {
        display: none;
    }
    .cf7-hp-wrap input[type="submit"] {
        width: 100%;
        text-align: center;
    }
}
.single-post__header {
    position: relative;
    text-align: center;
}

.single-post__back,
.poga_atpakal a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
    align-self: flex-start;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(168, 133, 62, 0.3);
    transition:
        gap 0.3s,
        border-color 0.3s,
        color 0.3s;
}
.single-post__back:hover,
.poga_atpakal a:hover {
    gap: 13px;
    border-color: var(--gold);
    color: var(--gold);
}

.poga_atpakal {
    position: absolute;
    left: 0;
    top: 20px;
}
.us-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    text-align: center;
    padding: 4rem 1.5rem;
}
.us-404__inner {
    max-width: 720px;
}
.us-404__eyebrow {
    font-family: "Cinzel", serif;
    font-size: 0.7rem;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.5rem;
}
.us-404__title {
    font-family: "Cinzel", serif;
    font-size: clamp(4rem, 10vw, 7rem);
    font-weight: 300;
    letter-spacing: 0.15em;
    color: var(--dark);
    line-height: 1;
}
.us-404__title span {
    display: block;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    letter-spacing: 0.3em;
    color: var(--gold);
    margin-top: 0.5rem;
}
.us-404__ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 2rem 0;
}
.us-404__ornament span {
    width: 70px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold));
}
.us-404__ornament span:last-child {
    background: linear-gradient(90deg, var(--gold), transparent);
}
.us-404__ornament i {
    width: 6px;
    height: 6px;
    background: var(--gold);
    transform: rotate(45deg);
}
.us-404__text {
    font-family: "Lora", serif;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 1rem;
}
.us-404__actions {
    margin-top: 2rem;
}
.us-404__btn {
    font-family: "Cinzel", serif;
    font-size: 0.9rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
    padding: 0.7rem 1.4rem;
    border: 1px solid var(--gold);
    transition: all 0.3s ease;
}
.us-404__btn:hover {
    background: var(--gold);
    color: white;
}

.about-runes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 2rem;
    padding-top: 1.5rem;
}
.about-rune {
    font-family: "Cinzel", serif;
    font-size: 3.5rem;
    color: var(--gold);
    opacity: 0.75;
    line-height: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.about-rune:hover {
    opacity: 1;
    transform: translateY(-3px);
}
.about-rune-line {
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}