/*
Theme Name: Dr. Perilus
Theme URI: https://www.drperilus.com/
Author: HogeyTech LLC
Author URI: https://www.hogeytech.com/
Description: Custom lightweight editorial WordPress theme built by HogeyTech LLC for Dr. Brinnke Perilus.
Version: 2.3.0
Text Domain: drperilus
License: Proprietary
*/

:root {
    --dp-bg: #f4f1eb;
    --dp-bg-soft: #ebe6dc;
    --dp-surface: #ffffff;
    --dp-ink: #171714;
    --dp-muted: #69665f;
    --dp-line: rgba(23,23,20,.12);
    --dp-gold: #9c7b45;
    --dp-gold-dark: #775b30;
    --dp-navy: #14202b;
    --dp-reading: 760px;
    --dp-wide: 1180px;
    --dp-radius: 24px;
    --dp-shadow: 0 20px 60px rgba(28,25,18,.08);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--dp-bg);
    color: var(--dp-ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.72;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
    top: 32px;
}

a {
    color: inherit;
    text-underline-offset: 4px;
}

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

button,
input,
textarea,
select {
    font: inherit;
}

.site-shell {
    width: min(calc(100% - 40px), var(--dp-wide));
    margin-inline: auto;
}

/* HEADER */

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--dp-line);
    background: rgba(244,241,235,.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.site-header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.site-brand {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
    line-height: 1;
}

.site-brand strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.28rem;
    font-weight: 500;
    letter-spacing: -.025em;
}

.site-brand span {
    margin-top: 7px;
    color: var(--dp-muted);
    font-size: .67rem;
    font-weight: 750;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.primary-nav ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-nav a {
    position: relative;
    color: var(--dp-muted);
    text-decoration: none;
    font-size: .88rem;
    font-weight: 700;
}

.primary-nav a::after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 1px;
    background: var(--dp-gold);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a {
    color: var(--dp-ink);
}

.primary-nav a:hover::after,
.primary-nav .current-menu-item > a::after {
    transform: scaleX(1);
}

.mobile-menu-button {
    display: none;
}

/* TYPOGRAPHY */

.eyebrow {
    margin: 0 0 18px;
    color: var(--dp-gold-dark);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.display-title,
.page-title,
.entry-title,
.section-title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    line-height: 1.03;
    letter-spacing: -.04em;
}

.display-title {
    font-size: clamp(3.4rem, 7vw, 7rem);
}

.page-title {
    font-size: clamp(2.8rem, 6vw, 5.1rem);
}

.entry-title {
    max-width: 900px;
    margin-top: 12px;
    font-size: clamp(2.8rem, 6vw, 5.5rem);
}

.section-title {
    font-size: clamp(2.15rem, 4vw, 3.65rem);
}

.dp-lead {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.3rem, 2.2vw, 1.75rem);
    line-height: 1.45;
}

/* BUTTONS */

.dp-button,
.wp-block-button__link {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid var(--dp-navy);
    border-radius: 999px;
    background: var(--dp-navy);
    color: #fff !important;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 750;
    transition:
        transform .15s ease,
        background .15s ease,
        border-color .15s ease;
}

.dp-button:hover,
.wp-block-button__link:hover {
    transform: translateY(-1px);
    background: #263644;
}

.dp-button.is-secondary {
    background: transparent;
    color: var(--dp-navy) !important;
}

/* HOME HERO */

.home-hero {
    padding: clamp(48px, 7vw, 100px) 0 clamp(70px, 9vw, 128px);
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, .75fr);
    align-items: center;
    gap: clamp(50px, 7vw, 100px);
}

.home-hero-copy {
    max-width: 730px;
}

.hero-kicker {
    margin: 0 0 20px;
    color: var(--dp-gold-dark);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.hero-role {
    max-width: 630px;
    margin: 26px 0 0;
    color: var(--dp-muted);
    font-size: clamp(1.05rem, 1.8vw, 1.24rem);
    line-height: 1.65;
}

.hero-push {
    margin: 20px 0 0;
    color: var(--dp-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    font-style: italic;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.hero-portrait-wrap {
    position: relative;
}

.hero-portrait {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    border-radius: 34px;
    background: var(--dp-bg-soft);
    box-shadow: var(--dp-shadow);
}

.hero-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-portrait::after {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 80px;
    height: 80px;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 50%;
    content: "";
}

.hero-mark {
    position: absolute;
    right: -20px;
    bottom: -22px;
    width: 118px;
    height: 118px;
    border: 1px solid var(--dp-gold);
    border-radius: 50%;
    opacity: .45;
}

/* HOME SECTIONS */

.home-section {
    padding: clamp(68px, 8vw, 110px) 0;
}

.home-section.is-light {
    border-top: 1px solid var(--dp-line);
}

.home-section.is-dark {
    background: var(--dp-navy);
    color: #fff;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 38px;
}

.section-intro {
    max-width: 650px;
    margin: 14px 0 0;
    color: var(--dp-muted);
}

.section-link {
    color: var(--dp-muted);
    font-size: .88rem;
    font-weight: 750;
    text-decoration: none;
}

.section-link:hover {
    color: var(--dp-ink);
}

/* JOURNAL CARDS */

.journal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.journal-card {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--dp-line);
    border-radius: var(--dp-radius);
    background: var(--dp-surface);
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.journal-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--dp-shadow);
}

.journal-card-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--dp-bg-soft);
}

.journal-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.journal-card:hover .journal-card-image img {
    transform: scale(1.02);
}

.journal-card-placeholder {
    position: relative;
    display: flex;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    background:
        radial-gradient(circle at 15% 10%, rgba(197, 163, 103, .42), transparent 27%),
        radial-gradient(circle at 88% 82%, rgba(78, 111, 132, .40), transparent 30%),
        radial-gradient(circle at 65% 15%, rgba(255,255,255,.10), transparent 18%),
        linear-gradient(135deg, #172630 0%, #0d1922 54%, #192c35 100%);
    color: rgba(255,255,255,.82);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.3rem;
    text-decoration: none;
}

.journal-card-placeholder::before,
.journal-card-placeholder::after {
    position: absolute;
    z-index: -1;
    content: "";
    pointer-events: none;
}

.journal-card-placeholder::before {
    top: -42%;
    right: -7%;
    width: 64%;
    aspect-ratio: 1;
    border: 1px solid rgba(213,189,143,.34);
    border-radius: 48% 52% 63% 37%;
    transform: rotate(24deg);
}

.journal-card-placeholder::after {
    bottom: -56%;
    left: -13%;
    width: 78%;
    aspect-ratio: 1;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
    box-shadow:
        0 0 0 24px rgba(255,255,255,.025),
        0 0 0 70px rgba(156,123,69,.025);
}

.journal-card-placeholder span {
    position: relative;
    z-index: 2;
}

.journal-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.journal-card-meta,
.entry-meta {
    color: var(--dp-muted);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .03em;
}

.journal-card h3 {
    margin: 11px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: -.02em;
}

.journal-card h3 a {
    text-decoration: none;
}

.journal-card p {
    margin: 0;
    color: var(--dp-muted);
    font-size: .93rem;
    line-height: 1.6;
}

/* QUOTE */

.purpose-grid {
    display: grid;
    grid-template-columns: .6fr 1.4fr;
    gap: clamp(40px, 7vw, 90px);
    align-items: start;
}

.purpose-label {
    color: rgba(255,255,255,.55);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.purpose-quote {
    margin: 0;
    max-width: 880px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 400;
    line-height: 1.17;
    letter-spacing: -.025em;
}

.purpose-quote em {
    color: #d5bd8f;
    font-style: normal;
}

/* FEATURE GRID */

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.feature-panel {
    overflow: hidden;
    border: 1px solid var(--dp-line);
    border-radius: var(--dp-radius);
    background: var(--dp-surface);
}

.feature-panel-inner {
    padding: clamp(28px, 4vw, 48px);
}

.feature-panel-image {
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--dp-bg-soft);
}

.feature-panel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-panel h3 {
    margin: 0 0 15px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    font-weight: 500;
    line-height: 1.14;
}

.feature-panel p {
    color: var(--dp-muted);
}

/* INNER PAGES */

.content-wrap {
    padding: clamp(60px, 8vw, 112px) 0;
}

.reading-width {
    width: min(100%, var(--dp-reading));
    margin-inline: auto;
}

.entry-header {
    margin-bottom: 46px;
}

.entry-content {
    font-size: 1.03rem;
}

.entry-content > * {
    max-width: var(--dp-reading);
    margin-left: auto;
    margin-right: auto;
}

.entry-content > .alignwide {
    max-width: 1040px;
}

.entry-content > .alignfull {
    max-width: none;
}

.entry-content p {
    margin-top: 0;
    margin-bottom: 1.45em;
}

.entry-content h2,
.entry-content h3 {
    margin-top: 1.8em;
    margin-bottom: .7em;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    line-height: 1.18;
}

.entry-content h2 {
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.entry-content h3 {
    font-size: 1.55rem;
}

.entry-content blockquote {
    margin-top: 2.2em;
    margin-bottom: 2.2em;
    padding: 4px 0 4px 26px;
    border-left: 2px solid var(--dp-gold);
    color: #47443e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
}

.entry-content figure {
    margin-top: 2.2em;
    margin-bottom: 2.2em;
}

.entry-content .wp-block-media-text {
    gap: 28px;
}

.entry-content .wp-block-media-text__media img {
    border-radius: 18px;
}

.entry-content .wp-block-image img {
    border-radius: 18px;
}

.archive-header {
    max-width: 760px;
    margin-bottom: 52px;
}

.archive-description {
    max-width: 600px;
    margin-top: 18px;
    color: var(--dp-muted);
    font-size: 1.08rem;
}

.post-list {
    border-top: 1px solid var(--dp-line);
}

.post-row {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 34px;
    padding: 32px 0;
    border-bottom: 1px solid var(--dp-line);
}

.post-row time {
    color: var(--dp-muted);
    font-size: .82rem;
    font-weight: 650;
}

.post-row h2 {
    margin: 0 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.55rem, 3vw, 2.5rem);
    font-weight: 500;
    line-height: 1.15;
}

.post-row h2 a {
    text-decoration: none;
}

.post-row p {
    max-width: 760px;
    margin: 0;
    color: var(--dp-muted);
}

.pagination {
    margin-top: 42px;
}

/* FOOTER */

.site-footer {
    padding: 58px 0 38px;
    background: #101820;
    color: rgba(255,255,255,.72);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: end;
}

.footer-name {
    margin: 0 0 10px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
}

.footer-copy {
    max-width: 520px;
    margin: 0;
    color: rgba(255,255,255,.55);
    font-size: .9rem;
}

.footer-credit {
    text-align: right;
    color: rgba(255,255,255,.5);
    font-size: .78rem;
}

.footer-credit a {
    color: rgba(255,255,255,.82);
}


/* HOGEYTECH MODERN MOTION V2.1 */

.home-hero {
    position: relative;
    overflow: clip;
}

.home-hero::before {
    position: absolute;
    top: 3%;
    left: -13%;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(156,123,69,.10);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.home-hero::after {
    position: absolute;
    right: -12%;
    bottom: -35%;
    width: 600px;
    height: 600px;
    background: radial-gradient(
        circle,
        rgba(156,123,69,.065),
        transparent 64%
    );
    content: "";
    pointer-events: none;
}

.hero-portrait-wrap,
.purpose-quote,
.feature-panel-image img,
.journal-card {
    will-change: transform;
}

.hero-portrait {
    transition:
        transform .55s cubic-bezier(.2,.7,.2,1),
        box-shadow .55s ease;
}

.hero-portrait-wrap:hover .hero-portrait {
    transform: translateY(-4px) rotate(.18deg);
    box-shadow: 0 28px 85px rgba(28,25,18,.13);
}

.hero-portrait::before {
    position: absolute;
    z-index: 2;
    inset: 0;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.13),
            transparent 30%,
            transparent 70%,
            rgba(13,25,34,.08)
        );
    content: "";
    pointer-events: none;
}

.hero-mark {
    animation: dp-orbit 18s linear infinite;
}

@keyframes dp-orbit {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.journal-card {
    position: relative;
}

.journal-card::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(156,123,69,.55),
        transparent
    );
    content: "";
    opacity: 0;
    transition: opacity .25s ease;
}

.journal-card:hover::after {
    opacity: 1;
}

body.blog {
    background:
        radial-gradient(
            circle at 90% 12%,
            rgba(156,123,69,.08),
            transparent 26rem
        ),
        radial-gradient(
            circle at 5% 65%,
            rgba(20,32,43,.055),
            transparent 31rem
        ),
        var(--dp-bg);
}

body.blog .content-wrap {
    position: relative;
    overflow: hidden;
}

body.blog .content-wrap::before {
    position: absolute;
    z-index: -1;
    top: 13%;
    right: -190px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(156,123,69,.12);
    border-radius: 48% 52% 39% 61%;
    content: "";
    transform: rotate(27deg);
}

.post-row {
    position: relative;
    transition:
        padding .22s ease,
        background .22s ease,
        transform .22s ease;
}

.post-row::before {
    position: absolute;
    inset: 8px -18px;
    z-index: -1;
    border-radius: 18px;
    background:
        radial-gradient(
            circle at 92% 15%,
            rgba(156,123,69,.08),
            transparent 35%
        ),
        rgba(255,255,255,0);
    content: "";
    opacity: 0;
    transition: opacity .22s ease;
}

.post-row:hover {
    transform: translateX(4px);
}

.post-row:hover::before {
    opacity: 1;
}

.feature-panel {
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.feature-panel:hover {
    transform: translateY(-4px);
    border-color: rgba(156,123,69,.26);
    box-shadow: var(--dp-shadow);
}

.feature-panel-image {
    position: relative;
}

.feature-panel-image::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 55%,
            rgba(20,32,43,.10)
        );
    content: "";
    pointer-events: none;
}

.feature-panel-image img {
    transition: transform .6s cubic-bezier(.2,.7,.2,1);
}

.feature-panel:hover .feature-panel-image img {
    transform: scale(1.025);
}

.purpose-grid {
    position: relative;
}

.purpose-grid::after {
    position: absolute;
    top: 50%;
    right: -4%;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(213,189,143,.16);
    border-radius: 50%;
    content: "";
    pointer-events: none;
    transform: translateY(-50%);
}

[data-dp-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity .7s cubic-bezier(.2,.7,.2,1),
        transform .7s cubic-bezier(.2,.7,.2,1);
}

[data-dp-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.site-footer {
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    position: absolute;
    top: -170px;
    right: -90px;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(213,189,143,.10);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.site-footer::after {
    position: absolute;
    bottom: -160px;
    left: -110px;
    width: 330px;
    height: 330px;
    background: radial-gradient(
        circle,
        rgba(156,123,69,.075),
        transparent 68%
    );
    content: "";
    pointer-events: none;
}

.footer-credit a {
    position: relative;
    text-decoration: none;
}

.footer-credit a::after {
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    height: 1px;
    background: #d5bd8f;
    content: "";
    transform: scaleX(.35);
    transform-origin: left;
    transition: transform .2s ease;
}

.footer-credit a:hover::after {
    transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    [data-dp-reveal] {
        opacity: 1;
        transform: none;
    }
}

/* END HOGEYTECH MODERN MOTION V2.1 */

/* MOBILE */

@media (max-width: 900px) {
    .home-hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-portrait-wrap {
        max-width: 520px;
    }

    .journal-grid {
        grid-template-columns: 1fr 1fr;
    }

    .purpose-grid,
    .feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    body.admin-bar .site-header {
        top: 46px;
    }

    .site-shell {
        width: min(calc(100% - 28px), var(--dp-wide));
    }

    .site-header-inner {
        min-height: 68px;
    }

    .mobile-menu-button {
        display: inline-flex;
        min-width: 44px;
        height: 42px;
        align-items: center;
        justify-content: center;
        padding: 0 13px;
        border: 1px solid var(--dp-line);
        border-radius: 999px;
        background: transparent;
        color: var(--dp-ink);
        font-size: .79rem;
        font-weight: 750;
    }

    .primary-nav {
        display: none;
        position: absolute;
        top: 68px;
        right: 14px;
        left: 14px;
        padding: 14px;
        border: 1px solid var(--dp-line);
        border-radius: 18px;
        background: var(--dp-surface);
        box-shadow: var(--dp-shadow);
    }

    .primary-nav.is-open {
        display: block;
    }

    .primary-nav ul {
        display: grid;
        gap: 2px;
    }

    .primary-nav a {
        display: block;
        padding: 11px 10px;
    }

    .primary-nav a::after {
        display: none;
    }

    .home-hero {
        padding-top: 48px;
    }

    .journal-grid {
        grid-template-columns: 1fr;
    }

    .post-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .section-head,
    .footer-grid {
        align-items: flex-start;
        grid-template-columns: 1fr;
    }

    .footer-credit {
        text-align: left;
    }

    .entry-content .wp-block-media-text {
        display: block;
    }

    .entry-content .wp-block-media-text__content {
        padding: 24px 0 0;
    }
}



/* HOGEYTECH V2.2 REFINEMENTS */

/* Better native font stacks — no external font request */
body {
    font-family:
        "Avenir Next",
        Avenir,
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
}

.display-title,
.page-title,
.entry-title,
.section-title,
.journal-card h3,
.post-row h2,
.feature-panel h3,
.footer-name,
.site-brand strong,
.purpose-quote,
.entry-content h2,
.entry-content h3,
.entry-content blockquote {
    font-family:
        "Iowan Old Style",
        "Palatino Linotype",
        "Book Antiqua",
        Palatino,
        Georgia,
        serif;
}

/* More proportional headers */
.display-title {
    font-size: clamp(3.15rem, 6.2vw, 6.35rem);
    line-height: .98;
    letter-spacing: -.045em;
}

.page-title {
    max-width: 900px;
    font-size: clamp(2.7rem, 5vw, 4.65rem);
    line-height: 1;
}

.entry-title {
    font-size: clamp(2.55rem, 5vw, 4.9rem);
    line-height: 1.02;
}

.section-title {
    font-size: clamp(2.05rem, 3.5vw, 3.25rem);
}

/* Preloader */
.dp-preloader {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    place-items: center;
    background: #f4f1eb;
    transition:
        opacity .38s ease,
        visibility .38s ease;
}

.dp-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.dp-preloader-mark {
    position: relative;
    width: 74px;
    height: 74px;
}

.dp-preloader-mark::before,
.dp-preloader-mark::after {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    content: "";
}

.dp-preloader-mark::before {
    border: 1px solid rgba(23,23,20,.14);
}

.dp-preloader-mark::after {
    border: 1px solid transparent;
    border-top-color: #9c7b45;
    animation: dp-loader-spin .8s linear infinite;
}

.dp-preloader-monogram {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #172630;
    font-family:
        "Iowan Old Style",
        Georgia,
        serif;
    font-size: 1.25rem;
}

@keyframes dp-loader-spin {
    to { transform: rotate(360deg); }
}

/* More dimensional journal artwork */
.journal-card-placeholder {
    background:
        radial-gradient(circle at 12% 15%, rgba(210,174,109,.46), transparent 25%),
        radial-gradient(circle at 86% 78%, rgba(57,106,126,.48), transparent 31%),
        linear-gradient(145deg, #14242e 0%, #0e1b24 55%, #223743 100%);
}

.journal-card:nth-child(3n + 2) .journal-card-placeholder {
    background:
        radial-gradient(circle at 78% 12%, rgba(201,171,119,.42), transparent 25%),
        radial-gradient(circle at 18% 86%, rgba(89,103,128,.38), transparent 30%),
        linear-gradient(135deg, #293139 0%, #18252d 52%, #10232d 100%);
}

.journal-card:nth-child(3n + 3) .journal-card-placeholder {
    background:
        radial-gradient(circle at 20% 80%, rgba(166,125,72,.40), transparent 28%),
        radial-gradient(circle at 84% 20%, rgba(93,132,136,.36), transparent 30%),
        linear-gradient(155deg, #17252a 0%, #26383c 48%, #111c25 100%);
}

.journal-card-placeholder::before {
    top: -35%;
    right: -4%;
    width: 62%;
    border-radius: 38% 62% 54% 46% / 44% 39% 61% 56%;
    transform: rotate(28deg);
    box-shadow:
        0 0 0 24px rgba(255,255,255,.025),
        0 0 0 62px rgba(213,189,143,.025);
}

.journal-card:nth-child(3n + 2) .journal-card-placeholder::before {
    top: -25%;
    right: 52%;
    width: 70%;
    transform: rotate(-18deg);
}

.journal-card:nth-child(3n + 3) .journal-card-placeholder::before {
    top: 40%;
    right: -18%;
    width: 68%;
    transform: rotate(46deg);
}

.journal-card-placeholder::after {
    bottom: -50%;
    left: -16%;
    width: 74%;
    border-radius: 41% 59% 34% 66% / 55% 40% 60% 45%;
}

.journal-card:nth-child(3n + 2) .journal-card-placeholder::after {
    left: 48%;
    bottom: -62%;
}

.journal-card:nth-child(3n + 3) .journal-card-placeholder::after {
    left: -8%;
    bottom: 46%;
}

/* Books page */
body.page-id-8 .content-wrap {
    padding-top: clamp(54px, 6vw, 86px);
}

body.page-id-8 .entry-header {
    margin-bottom: clamp(42px, 5vw, 72px);
}

body.page-id-8 .entry-content > .wp-block-media-text {
    max-width: 1050px;
    align-items: center;
    gap: clamp(38px, 6vw, 78px);
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid var(--dp-line);
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 92% 8%,
            rgba(156,123,69,.085),
            transparent 27%
        ),
        rgba(255,255,255,.62);
    box-shadow: 0 24px 75px rgba(28,25,18,.055);
}

body.page-id-8 .wp-block-media-text__media {
    position: sticky;
    top: 115px;
    align-self: start;
}

body.page-id-8 .wp-block-media-text__media img {
    width: min(100%, 390px);
    margin-inline: auto;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(26,30,35,.14);
}

body.page-id-8 .wp-block-media-text__content {
    padding: 0;
}

body.page-id-8 .wp-block-media-text__content h2 {
    max-width: 590px;
    margin-top: 0;
    font-size: clamp(2.1rem, 3.8vw, 3.6rem);
    line-height: 1.02;
    letter-spacing: -.035em;
}

body.page-id-8 .wp-block-media-text__content p {
    max-width: 640px;
    line-height: 1.68;
}

body.page-id-8 .wp-block-buttons {
    margin-top: 30px;
}

/* Softer footer */
.site-footer {
    border-top: 1px solid rgba(23,23,20,.10);
    background:
        radial-gradient(
            circle at 88% 5%,
            rgba(156,123,69,.12),
            transparent 22rem
        ),
        #e8e1d5;
    color: #4f514e;
}

.footer-name {
    color: #172630;
}

.footer-copy {
    color: #69675f;
}

.footer-credit {
    color: #727068;
}

.footer-credit a {
    color: #172630;
    font-weight: 700;
}

.site-footer::before {
    border-color: rgba(119,91,48,.14);
}

.site-footer::after {
    background: radial-gradient(
        circle,
        rgba(119,91,48,.08),
        transparent 68%
    );
}

/* Inner-page visual accent */
body:not(.home) .entry-header,
body.blog .archive-header {
    position: relative;
    padding-bottom: 30px;
}

body:not(.home) .entry-header::after,
body.blog .archive-header::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 2px;
    background: linear-gradient(
        90deg,
        #9c7b45,
        rgba(156,123,69,0)
    );
    content: "";
}

/* Slightly cleaner nav */
.primary-nav a {
    letter-spacing: .01em;
}

/* Hide empty image wrappers safely */
.hero-portrait:empty,
.feature-panel-image:empty {
    display: none;
}

@media (max-width: 720px) {
    body.page-id-8 .entry-content > .wp-block-media-text {
        display: block;
        padding: 20px;
    }

    body.page-id-8 .wp-block-media-text__media {
        position: static;
        margin-bottom: 28px;
    }

    .display-title {
        font-size: clamp(3rem, 16vw, 4.9rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .dp-preloader-mark::after {
        animation: none;
    }
}

/* END HOGEYTECH V2.2 REFINEMENTS */



/* HOGEYTECH MEDIA REVIEW */

.dp-media-review {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 1100px;
    margin: 36px auto 0;
}

.dp-media-review-item {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--dp-line);
    border-radius: 18px;
    background: #fff;
}

.dp-media-review-item a {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #eae6df;
}

.dp-media-review-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dp-media-review-item figcaption {
    padding: 14px 16px;
    color: var(--dp-muted);
    font-size: .82rem;
    line-height: 1.45;
}

.dp-media-review-item strong {
    color: var(--dp-ink);
}

@media (max-width: 800px) {
    .dp-media-review {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 520px) {
    .dp-media-review {
        grid-template-columns: 1fr;
    }
}

/* END HOGEYTECH MEDIA REVIEW */




/* HOGEYTECH FAMILY JOURNEY */

.dp-family-journey {
    max-width: 1120px;
    margin: clamp(80px, 10vw, 140px) auto 0;
    padding-top: clamp(54px, 7vw, 86px);
    border-top: 1px solid var(--dp-line);
}

.dp-family-heading {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 40px;
    align-items: end;
    margin-bottom: clamp(38px, 5vw, 60px);
}

.dp-family-heading h2 {
    margin: 0;
    font-family:
        "Iowan Old Style",
        "Palatino Linotype",
        Georgia,
        serif;
    font-size: clamp(2.3rem, 4.4vw, 4rem);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.035em;
}

.dp-family-heading p:last-child {
    max-width: 560px;
    margin: 0;
    color: var(--dp-muted);
}

.dp-family-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    grid-template-rows: auto auto;
    gap: 20px;
}

.dp-family-photo {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 24px;
    background: #e6e1d8;
    box-shadow: 0 18px 50px rgba(28,25,18,.07);
}

.dp-family-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2,.7,.2,1);
}

.dp-family-photo:hover img {
    transform: scale(1.025);
}

.dp-family-photo--wedding {
    grid-row: 1 / span 2;
    min-height: 610px;
}

.dp-family-photo--family-a,
.dp-family-photo--family-b {
    min-height: 292px;
}

.dp-family-photo--family-c {
    grid-column: 1 / -1;
    min-height: 330px;
    max-height: 430px;
}

.dp-family-photo::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.03),
            transparent 55%,
            rgba(17,28,37,.08)
        );
    content: "";
    pointer-events: none;
}

@media (max-width: 800px) {
    .dp-family-heading {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .dp-family-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dp-family-photo--wedding {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 480px;
    }

    .dp-family-photo--family-c {
        min-height: 300px;
    }
}

@media (max-width: 560px) {
    .dp-family-grid {
        grid-template-columns: 1fr;
    }

    .dp-family-photo,
    .dp-family-photo--wedding,
    .dp-family-photo--family-a,
    .dp-family-photo--family-b,
    .dp-family-photo--family-c {
        grid-column: auto;
        min-height: 300px;
    }

    .dp-family-photo--wedding {
        min-height: 420px;
    }
}

/* END HOGEYTECH FAMILY JOURNEY */




/* HOGEYTECH V2.3 POLISH */

/* tighter spacing */
.home-section {
    padding: clamp(48px, 6vw, 82px) 0;
}

.content-wrap {
    padding: clamp(46px, 6vw, 82px) 0;
}

.home-hero {
    padding:
        clamp(42px, 6vw, 76px)
        0
        clamp(52px, 7vw, 92px);
}

.section-head {
    margin-bottom: 28px;
}

.entry-header {
    margin-bottom: 34px;
}

.dp-family-journey {
    margin-top: clamp(58px, 7vw, 92px);
    padding-top: clamp(42px, 5vw, 62px);
}

/* modern abstract site blobs */
.home-section,
.content-wrap {
    position: relative;
    isolation: isolate;
}

.home-section::before,
.content-wrap::before {
    position: absolute;
    z-index: -1;
    content: "";
    pointer-events: none;
}

.home-section:nth-of-type(2)::before {
    top: 4%;
    right: -140px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(156,123,69,.12);
    border-radius:
        43% 57% 62% 38% /
        39% 44% 56% 61%;
    transform: rotate(18deg);
}

.home-section:nth-of-type(4)::before {
    left: -160px;
    bottom: 8%;
    width: 390px;
    height: 390px;
    background:
        radial-gradient(
            circle at 40% 40%,
            rgba(93,132,136,.12),
            transparent 62%
        );
    border-radius:
        62% 38% 47% 53% /
        45% 59% 41% 55%;
}

body.page .content-wrap::before {
    top: 6%;
    right: -160px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(156,123,69,.10);
    border-radius:
        58% 42% 35% 65% /
        45% 64% 36% 55%;
    transform: rotate(24deg);
}

body.single .content-wrap::before {
    top: 4%;
    right: -170px;
    width: 410px;
    height: 410px;
    background:
        radial-gradient(
            circle at 42% 38%,
            rgba(156,123,69,.10),
            transparent 60%
        );
    border-radius: 50%;
}

/* faster, softer loader */
.dp-preloader {
    background:
        radial-gradient(
            circle at 50% 46%,
            rgba(156,123,69,.08),
            transparent 170px
        ),
        #f4f1eb;
    transition:
        opacity .28s ease,
        visibility .28s ease;
}

.dp-preloader-mark {
    width: 62px;
    height: 62px;
}

.dp-preloader-monogram {
    font-size: 1.08rem;
}

/* Contact page */
body.page-id-9 .entry-content {
    max-width: 1050px;
    margin-inline: auto;
}

.dp-contact-shell {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 22px;
}

.dp-contact-card,
.dp-contact-form {
    padding: clamp(26px, 4vw, 44px);
    border: 1px solid var(--dp-line);
    border-radius: 28px;
    background: rgba(255,255,255,.68);
    box-shadow: 0 18px 55px rgba(28,25,18,.045);
}

.dp-contact-card {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 82% 15%,
            rgba(156,123,69,.12),
            transparent 38%
        ),
        #172630;
    color: #fff;
}

.dp-contact-card::after {
    position: absolute;
    right: -90px;
    bottom: -100px;
    width: 240px;
    height: 240px;
    border: 1px solid rgba(213,189,143,.18);
    border-radius:
        43% 57% 60% 40% /
        55% 38% 62% 45%;
    content: "";
}

.dp-contact-card .eyebrow {
    color: #d5bd8f;
}

.dp-contact-card h2,
.dp-contact-form h2 {
    margin: 0 0 18px;
    font-family:
        "Iowan Old Style",
        Georgia,
        serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 500;
    line-height: 1.05;
}

.dp-contact-card p {
    color: rgba(255,255,255,.72);
}

.dp-contact-form p {
    color: var(--dp-muted);
}

/* native lightweight contact form */
.dp-contact-fields {
    display: grid;
    gap: 15px;
    margin-top: 24px;
}

.dp-contact-fields label {
    display: grid;
    gap: 7px;
    color: var(--dp-ink);
    font-size: .83rem;
    font-weight: 750;
}

.dp-contact-fields input,
.dp-contact-fields textarea {
    width: 100%;
    border: 1px solid rgba(23,23,20,.14);
    border-radius: 14px;
    outline: none;
    background: #fff;
    color: var(--dp-ink);
    padding: 13px 14px;
    transition:
        border-color .18s ease,
        box-shadow .18s ease;
}

.dp-contact-fields textarea {
    min-height: 150px;
    resize: vertical;
}

.dp-contact-fields input:focus,
.dp-contact-fields textarea:focus {
    border-color: rgba(156,123,69,.65);
    box-shadow: 0 0 0 3px rgba(156,123,69,.09);
}

.dp-contact-status {
    margin-top: 14px;
    color: var(--dp-muted);
    font-size: .88rem;
}

/* social area on About */
.dp-social-connect {
    max-width: 1120px;
    margin: 56px auto 0;
    padding: 32px 0 0;
    border-top: 1px solid var(--dp-line);
}

.dp-social-connect-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.dp-social-copy h2 {
    margin: 0 0 7px;
    font-family:
        "Iowan Old Style",
        Georgia,
        serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 500;
}

.dp-social-copy p {
    margin: 0;
    color: var(--dp-muted);
}

.dp-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.dp-social-links a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 0 15px;
    border: 1px solid var(--dp-line);
    border-radius: 999px;
    background: rgba(255,255,255,.62);
    text-decoration: none;
    font-size: .82rem;
    font-weight: 750;
    transition:
        transform .16s ease,
        background .16s ease,
        border-color .16s ease;
}

.dp-social-links a:hover {
    transform: translateY(-2px);
    border-color: rgba(156,123,69,.35);
    background: #fff;
}

/* Footer still light but slightly richer */
.site-footer {
    padding: 44px 0 30px;
}

/* mobile */
@media (max-width: 760px) {
    .dp-contact-shell {
        grid-template-columns: 1fr;
    }

    .dp-social-connect-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-section {
        padding: 44px 0;
    }

    .content-wrap {
        padding: 44px 0;
    }
}

/* END HOGEYTECH V2.3 POLISH */




/* HOGEYTECH HORIZONTAL OVERFLOW FIX V2.3.1 */

/*
 * Prevent decorative blobs / transformed elements from increasing
 * the document width while preserving vertical scrolling.
 */
html {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

/* Never allow structural wrappers to exceed viewport width */
#page,
#content,
.site-header,
.site-footer,
.home-hero,
.home-section,
.content-wrap,
.entry-content,
.site-shell {
    max-width: 100%;
}

/*
 * Decorative pseudo elements intentionally extend outside sections.
 * Clip them locally instead of allowing them to create page overflow.
 */
.home-hero,
.home-section,
.content-wrap,
.site-footer {
    overflow-x: clip;
}

/* Grid/flex children must actually be allowed to shrink */
.home-hero-grid > *,
.journal-grid > *,
.feature-grid > *,
.purpose-grid > *,
.footer-grid > *,
.dp-contact-shell > *,
.dp-family-grid > *,
.dp-family-heading > * {
    min-width: 0;
}

/* Gutenberg content */
.entry-content {
    width: 100%;
}

.entry-content > * {
    min-width: 0;
}

.entry-content img,
.wp-block-image img,
.wp-block-media-text img,
figure,
.wp-block-image,
.wp-block-media-text {
    max-width: 100%;
}

/* Media/Text blocks are a common source of mobile overflow */
.wp-block-media-text {
    min-width: 0;
}

.wp-block-media-text__media,
.wp-block-media-text__content {
    min-width: 0;
    max-width: 100%;
}

/* Book page */
body.page-id-8 .entry-content {
    width: 100%;
    max-width: 100%;
}

body.page-id-8 .entry-content > .wp-block-media-text {
    width: min(100%, 1050px);
    max-width: 100%;
    box-sizing: border-box;
}

body.page-id-8 .wp-block-media-text__media,
body.page-id-8 .wp-block-media-text__content {
    min-width: 0;
}

/* Contact page */
body.page-id-9 .entry-content,
.dp-contact-shell,
.dp-contact-card,
.dp-contact-form {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

/* Family gallery */
.dp-family-journey,
.dp-family-grid,
.dp-family-photo {
    max-width: 100%;
    min-width: 0;
}

/* Prevent parallax transforms from affecting layout bounds */
.hero-portrait-wrap,
.purpose-quote,
[data-dp-family-parallax] {
    max-width: 100%;
}

/* Header */
.site-header-inner {
    width: 100%;
    max-width: var(--dp-wide);
}

.site-brand {
    min-width: 0;
}

@media (max-width: 900px) {
    .site-shell {
        width: calc(100% - 28px);
        max-width: calc(100% - 28px);
    }

    .home-hero-grid,
    .purpose-grid,
    .feature-grid,
    .footer-grid {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 720px) {

    html,
    body {
        min-width: 0;
        width: 100%;
        max-width: 100vw;
        overflow-x: clip;
    }

    .site-shell {
        width: calc(100% - 28px);
        max-width: calc(100% - 28px);
        margin-left: auto;
        margin-right: auto;
    }

    /*
     * Completely collapse Gutenberg Media/Text into one column.
     * Inline grid-template-columns from Gutenberg must be overridden.
     */
    .entry-content .wp-block-media-text,
    body.page-id-8 .entry-content > .wp-block-media-text {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: 1fr !important;
        padding-left: 18px;
        padding-right: 18px;
    }

    .entry-content .wp-block-media-text__media,
    .entry-content .wp-block-media-text__content,
    body.page-id-8 .wp-block-media-text__media,
    body.page-id-8 .wp-block-media-text__content {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body.page-id-8 .wp-block-media-text__media {
        position: static;
        top: auto;
        margin: 0 0 26px;
    }

    body.page-id-8 .wp-block-media-text__media img {
        width: min(100%, 340px);
        max-width: 100%;
        margin-inline: auto;
    }

    .dp-contact-shell {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    .dp-contact-card,
    .dp-contact-form {
        width: 100%;
        max-width: 100%;
        padding: 24px 20px;
    }

    .dp-contact-fields input,
    .dp-contact-fields textarea {
        min-width: 0;
        max-width: 100%;
    }

    .dp-family-grid {
        width: 100%;
        grid-template-columns: minmax(0, 1fr);
    }

    /*
     * Decorative objects don't need to extend hundreds of pixels
     * outside the viewport on phones.
     */
    .home-section::before,
    .content-wrap::before {
        max-width: 280px;
        max-height: 280px;
    }

    body.page .content-wrap::before {
        right: -120px;
    }

    .home-section:nth-of-type(2)::before {
        right: -120px;
    }

    .home-section:nth-of-type(4)::before {
        left: -120px;
    }
}

@supports not (overflow: clip) {
    html,
    body,
    .home-hero,
    .home-section,
    .content-wrap,
    .site-footer {
        overflow-x: hidden;
    }
}

/* END HOGEYTECH HORIZONTAL OVERFLOW FIX V2.3.1 */




/* HOGEYTECH SOCIAL SHARE ORANGE V2.3.2 */

:root {
    --dp-orange: #c8843f;
    --dp-orange-deep: #a9672f;
    --dp-orange-soft: rgba(200,132,63,.18);
    --dp-orange-faint: rgba(200,132,63,.08);
}

/* visible warm editorial blobs */

.home-hero::before {
    border-color: rgba(200,132,63,.22);
}

.home-hero::after {
    background:
        radial-gradient(
            circle,
            rgba(200,132,63,.13),
            transparent 64%
        );
}

.home-section:nth-of-type(2)::before {
    border-color: rgba(200,132,63,.20);
    background:
        radial-gradient(
            circle at 45% 40%,
            rgba(200,132,63,.09),
            transparent 66%
        );
}

.home-section:nth-of-type(4)::before {
    background:
        radial-gradient(
            circle at 40% 40%,
            rgba(200,132,63,.16),
            transparent 62%
        );
}

body.page .content-wrap::before {
    border-color: rgba(200,132,63,.18);
    background:
        radial-gradient(
            circle at 40% 40%,
            rgba(200,132,63,.07),
            transparent 64%
        );
}

body.single .content-wrap::before {
    background:
        radial-gradient(
            circle at 42% 38%,
            rgba(200,132,63,.14),
            transparent 60%
        );
}

.purpose-grid::after {
    border-color: rgba(200,132,63,.26);
}

.site-footer::before {
    border-color: rgba(200,132,63,.21);
}

.site-footer::after {
    background:
        radial-gradient(
            circle,
            rgba(200,132,63,.13),
            transparent 68%
        );
}

.hero-mark {
    border-color: rgba(200,132,63,.65);
}

.dp-contact-card::after {
    border-color: rgba(225,158,88,.31);
}

.journal-card-placeholder {
    background:
        radial-gradient(
            circle at 12% 15%,
            rgba(215,142,66,.58),
            transparent 27%
        ),
        radial-gradient(
            circle at 86% 78%,
            rgba(77,118,132,.42),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            #14242e 0%,
            #0e1b24 55%,
            #223743 100%
        );
}

.journal-card:nth-child(3n + 2) .journal-card-placeholder {
    background:
        radial-gradient(
            circle at 78% 12%,
            rgba(214,145,72,.52),
            transparent 26%
        ),
        radial-gradient(
            circle at 18% 86%,
            rgba(88,105,126,.36),
            transparent 31%
        ),
        linear-gradient(
            135deg,
            #293139 0%,
            #18252d 52%,
            #10232d 100%
        );
}

.journal-card:nth-child(3n + 3) .journal-card-placeholder {
    background:
        radial-gradient(
            circle at 20% 80%,
            rgba(203,126,56,.50),
            transparent 29%
        ),
        radial-gradient(
            circle at 84% 20%,
            rgba(93,132,136,.35),
            transparent 30%
        ),
        linear-gradient(
            155deg,
            #17252a 0%,
            #26383c 48%,
            #111c25 100%
        );
}

/* About social links */

.dp-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dp-social-links a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    gap: 9px;
    padding: 0 17px;
    border: 1px solid rgba(200,132,63,.25);
    border-radius: 999px;
    background: rgba(255,255,255,.70);
    color: var(--dp-ink);
    text-decoration: none;
    font-size: .82rem;
    font-weight: 750;
    box-shadow: 0 7px 24px rgba(36,29,20,.035);
}

.dp-social-links a:hover {
    border-color: rgba(200,132,63,.62);
    background: #fff;
    transform: translateY(-2px);
}

.dp-social-icon {
    display: inline-grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    background: var(--dp-orange-soft);
    color: var(--dp-orange-deep);
    font-size: .72rem;
    font-weight: 850;
}

/* Journal sharing */

.dp-share {
    margin-top: clamp(44px, 6vw, 70px);
    padding-top: 25px;
    border-top: 1px solid var(--dp-line);
}

.dp-share-head {
    margin-bottom: 13px;
    color: var(--dp-muted);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.dp-share-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.dp-share-links a,
.dp-share-links button {
    appearance: none;
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border: 1px solid rgba(23,23,20,.13);
    border-radius: 999px;
    background: rgba(255,255,255,.65);
    color: var(--dp-ink);
    cursor: pointer;
    text-decoration: none;
    font: inherit;
    font-size: .8rem;
    font-weight: 750;
    transition:
        transform .16s ease,
        background .16s ease,
        border-color .16s ease;
}

.dp-share-links a:hover,
.dp-share-links button:hover {
    transform: translateY(-2px);
    border-color: rgba(200,132,63,.52);
    background: #fff;
}

.dp-copy-link.is-copied {
    border-color: rgba(200,132,63,.65);
    background: var(--dp-orange-soft);
    color: var(--dp-orange-deep);
}

/* END HOGEYTECH SOCIAL SHARE ORANGE V2.3.2 */

