* {
    box-sizing: border-box
}

html {
    font-size: 100%
}

body {
    margin: 0;
    font-family: 'Fira Sans', sans-serif;
    -webkit-text-size-adjust: 100%
}

.ph-bar {
    background: linear-gradient(135deg, #C0A339 0%, #E1E3AA 60%, #F4F2EF 100%);
    padding: 8px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ph-bar-tagline {
    font-size: 14px;
    color: #3a2e00;
    letter-spacing: .04em;
    font-style: italic;
    line-height: 1.35
}

.ph-bar-contact {
    font-size: 14px;
    color: #3a2e00;
    letter-spacing: .03em;
    line-height: 1.35;
    text-decoration: none;
    transition: color .15s cubic-bezier(0.4, 0, 1, 1)
}

.ph-bar-contact:hover,
.ph-bar-contact:focus {
    color: #7a5c00;
    outline: none
}

.ph-outer {
    background: #F4F2EF;
    border-bottom: 1px solid #c0a3392e;
    box-shadow: 0 7px 20px -1px #c0a3391c
}

.ph-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 24px 40px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px
}

.ph-logo-hex {
    flex-shrink: 0;
    width: 66px;
    height: 66px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.ph-logo-hex svg.hex-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ph-logo-hex img {
    position: relative;
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
    opacity: 0;
    transition: opacity .18s cubic-bezier(0.4, 0, 1, 1)
}

.ph-logo-hex img.loaded {
    opacity: 1
}

.ph-brand-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    align-items: flex-start
}

.ph-brand-name {
    font-size: 24px;
    font-weight: 700;
    color: #2b2200;
    letter-spacing: -.01em;
    line-height: 1.1
}

.ph-descriptor {
    font-size: 14px;
    color: #5a4a00;
    letter-spacing: .05em;
    line-height: 1.35;
    font-style: italic
}

.ph-nav-row {
    max-width: 1366px;
    margin: 0 auto;
    padding: 16px 40px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px
}

.ph-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center
}

.ph-nav-list li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #2b2200;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 7px;
    border: 1.5px solid transparent;
    line-height: 1.35;
    letter-spacing: .03em;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1);
    position: relative
}

.ph-nav-list li a:hover,
.ph-nav-list li a:focus {
    color: #7a5c00;
    border-color: #C0A339;
    background: #c0a33912;
    outline: none
}

.ph-nav-list li a:focus-visible {
    outline: 2px solid #C0A339;
    outline-offset: 3px
}

.ph-nav-list li a.active {
    color: #7a5c00;
    border-color: #C0A339;
    background: #c0a3391a
}

.ph-lang {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 16px
}

.ph-lang-btn {
    font-size: 14px;
    font-weight: 700;
    color: #2b2200;
    background: none;
    border: 1.5px solid #c0a33966;
    border-radius: 4px;
    padding: 6px 8px;
    cursor: pointer;
    letter-spacing: .04em;
    line-height: 1.35;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1);
    min-height: 44px;
    min-width: 44px
}

.ph-lang-btn:hover,
.ph-lang-btn:focus {
    border-color: #C0A339;
    color: #7a5c00;
    outline: none
}

.ph-lang-btn:focus-visible {
    outline: 2px solid #C0A339;
    outline-offset: 2px
}

.ph-lang-btn.selected {
    background: #c0a3391f;
    border-color: #C0A339;
    color: #5a4000
}

@media (max-width: 768px) {
    .ph-bar {
        padding: 8px 16px;
        flex-direction: column;
        gap: 4px;
        align-items: flex-start
    }

    .ph-inner {
        padding: 16px 16px 0;
        gap: 16px
    }

    .ph-nav-row {
        padding: 8px 16px 16px;
        justify-content: flex-start
    }

    .ph-nav-list {
        gap: 4px
    }

    .ph-lang {
        margin-left: 8px
    }
}

@media (max-width: 375px) {
    .ph-nav-list li a {
        padding: 8px;
        font-size: 14px
    }

    .ph-brand-name {
        font-size: 18px
    }
}

.ft-outer {
    background: linear-gradient(180deg, #F4F2EF 0%, #E1E3AA 40%, #C0A339 100%);
    border-top: 1px solid #c0a33940;
    box-shadow: 0 -3px 5px -1px #c0a3390f
}

.ft-top {
    max-width: 1366px;
    margin: 0 auto;
    padding: 40px 40px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid #c0a3394d
}

.ft-logo-wrap {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #fff9;
    box-shadow: 0 3px 5px -1px #c0a3390f 0 0 0 1.5px #c0a3394d;
    padding: 4px
}

.ft-logo-wrap img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
    opacity: 0;
    transition: opacity .18s cubic-bezier(0.4, 0, 1, 1)
}

.ft-logo-wrap img.loaded {
    opacity: 1
}

.ft-policy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.ft-policy-links li a {
    font-size: 14px;
    color: #3a2e00;
    text-decoration: none;
    letter-spacing: .03em;
    line-height: 1.6;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.ft-policy-links li a:hover,
.ft-policy-links li a:focus {
    color: #1a0e00;
    border-color: #3a2e0059;
    outline: none
}

.ft-policy-links li a:focus-visible {
    outline: 2px solid #C0A339;
    outline-offset: 2px
}

.ft-bottom {
    max-width: 1366px;
    margin: 0 auto;
    padding: 16px 40px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.ft-copy {
    font-size: 14px;
    color: #3a2e00;
    letter-spacing: .03em;
    line-height: 1.6
}

.ft-email-link {
    font-size: 14px;
    color: #3a2e00;
    text-decoration: underline;
    letter-spacing: .03em;
    line-height: 1.6;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ft-email-link:hover,
.ft-email-link:focus {
    color: #1a0e00;
    outline: none
}

.ft-email-link:focus-visible {
    outline: 2px solid #C0A339;
    outline-offset: 2px
}

@media (max-width: 768px) {
    .ft-top {
        padding: 24px 16px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .ft-bottom {
        padding: 16px 16px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }
}

.rules-section {
    max-width: 720px;
    margin: 0 auto;
    padding: 80px 24px;
    color: #2a2318
}

.rules-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
    letter-spacing: .01em
}

.rules-section ul,
.rules-section ol {
    margin: 0 0 24px;
    padding-left: 40px
}

.rules-section li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 8px;
    letter-spacing: .01em
}

.rules-section ul li {
    list-style-type: disc
}

.rules-section ol li {
    list-style-type: decimal
}

.rules-section ul li::marker,
.rules-section ol li::marker {
    color: #C0A339
}

.rules-section em,
.rules-section i {
    font-style: italic;
    color: #4a3d28
}

.rules-section hr {
    border: none;
    border-top: 1px solid #E1E3AA;
    margin: 40px 0;
    opacity: .7
}

.rules-section div {
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .rules-section {
        padding: 40px 16px
    }

    .rules-section p,
    .rules-section li {
        font-size: 18px
    }
}

@media (max-width: 375px) {
    .rules-section {
        padding: 40px 16px
    }

    .rules-section p,
    .rules-section li {
        font-size: 14px
    }

    .rules-section ul,
    .rules-section ol {
        padding-left: 24px
    }
}

.bd-root {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden
}

.bd-root .bd-top {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 0;
    padding: 40px 80px 0;
    gap: 40px;
    position: relative
}

.bd-root .bd-top-left {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 40px 0
}

.bd-root .bd-tag-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.bd-root .bd-tag {
    display: inline-block;
    background: #C0A339;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 4px 16px;
    border-radius: 4px;
    text-transform: uppercase
}

.bd-root .bd-views {
    font-size: 14px;
    color: #7a6a30;
    letter-spacing: .04em;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.bd-root .bd-views svg {
    display: inline-block;
    vertical-align: middle
}

.bd-root .bd-post-h1 {
    font-size: 70px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #1b1610;
    margin: 0
}

.bd-root .bd-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: #4a3e1a;
    margin: 0;
    max-width: 560px
}

.bd-root .bd-author-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 8px
}

.bd-root .bd-author-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #C0A339;
    flex-shrink: 0
}

.bd-root .bd-author-name {
    font-size: 14px;
    font-weight: 700;
    color: #1b1610;
    letter-spacing: .04em
}

.bd-root .bd-top-right {
    flex: 0 0 380px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end
}

.bd-root .bd-img-wrap {
    width: 100%;
    height: 340px;
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 44px -1px #c0a3391f
}

.bd-root .bd-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity .18s cubic-bezier(0.4, 0, 1, 1)
}

.bd-root .bd-img-wrap img.loaded {
    opacity: 1
}

.bd-root .bd-light-leak {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 160px;
    background: radial-gradient(ellipse at 100% 0%, #e1e3aa8c 0%, #c0a3392e 50%, transparent 80%);
    pointer-events: none;
    border-radius: 13px
}

.bd-root .bd-deco-mark {
    position: absolute;
    left: -48px;
    bottom: 24px;
    font-size: 140px;
    font-weight: 900;
    color: #C0A339;
    opacity: .07;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.bd-root .bd-curve-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: 0
}

.bd-root .bd-curve-divider svg {
    display: block;
    width: 100%
}

.bd-root .bd-body-section {
    background: #F4F2EF;
    padding: 80px;
    position: relative
}

.bd-root .bd-body-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, #C0A339 0%, #E1E3AA 100%);
    border-radius: 0 4px 4px 0
}

.bd-root .bd-body-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto
}

.bd-root .bd-sidebar {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 8px
}

.bd-root .bd-sidebar-label {
    font-size: 14px;
    font-weight: 700;
    color: #C0A339;
    letter-spacing: .1em;
    text-transform: uppercase
}

.bd-root .bd-sidebar-author {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.bd-root .bd-sidebar-author-name {
    font-size: 18px;
    font-weight: 900;
    color: #1b1610;
    line-height: 1.35
}

.bd-root .bd-sidebar-tag-box {
    background: #fff;
    border-radius: 7px;
    padding: 16px;
    box-shadow: 0 3px 5px -1px #c0a3390f;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.bd-root .bd-sidebar-tag-val {
    font-size: 18px;
    font-weight: 700;
    color: #1b1610;
    line-height: 1.35
}

.bd-root .bd-reaction-box {
    background: #fff;
    border-radius: 13px;
    padding: 16px;
    box-shadow: 0 7px 20px -1px #c0a3391c;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.bd-root .bd-reaction-title {
    font-size: 14px;
    font-weight: 700;
    color: #4a3e1a;
    letter-spacing: .06em
}

.bd-root .bd-reactions {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.bd-root .bd-reaction-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.bd-root .bd-reaction-item input[type="radio"] {
    display: none
}

.bd-root .bd-reaction-face {
    width: 36px;
    height: 36px;
    border-radius: 22px;
    background: #F4F2EF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s cubic-bezier(0.4, 0, 1, 1);
    flex-shrink: 0
}

.bd-root .bd-reaction-item input[type="radio"]:checked+.bd-reaction-face {
    background: #C0A339;
    box-shadow: 0 3px 5px -1px #c0a3392e
}

.bd-root .bd-reaction-item input[type="radio"]:checked+.bd-reaction-face svg path,
.bd-root .bd-reaction-item input[type="radio"]:checked+.bd-reaction-face svg circle,
.bd-root .bd-reaction-item input[type="radio"]:checked+.bd-reaction-face svg rect {
    stroke: #fff
}

.bd-root .bd-reaction-lbl {
    font-size: 14px;
    color: #4a3e1a;
    font-weight: 500;
    transition: color .1s ease-in
}

.bd-root .bd-reaction-item input[type="radio"]:checked~.bd-reaction-lbl {
    color: #1b1610;
    font-weight: 700
}

.bd-root .bd-article-body {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.bd-root .bd-article-body p {
    font-size: 18px;
    line-height: 1.8;
    color: #2a2010;
    margin: 0
}

.bd-root .bd-article-body h2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.35;
    color: #1b1610;
    margin: 0;
    letter-spacing: -.01em
}

.bd-root .bd-article-body strong {
    color: #1b1610;
    font-weight: 700
}

.bd-root .bd-article-body small {
    font-size: 14px;
    color: #7a6a30;
    line-height: 1.6;
    display: block
}

.bd-root .bd-article-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.bd-root .bd-article-body ul li {
    font-size: 18px;
    line-height: 1.6;
    color: #2a2010;
    padding-left: 16px;
    position: relative
}

.bd-root .bd-article-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 4px;
    background: #C0A339
}

.bd-root .bd-article-body blockquote {
    margin: 0;
    padding: 24px;
    background: linear-gradient(135deg, #E1E3AA 0%, #F4F2EF 100%);
    border-radius: 13px;
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
    color: #1b1610;
    box-shadow: inset 0 2px 6px #c0a33914;
    position: relative
}

.bd-root .bd-article-body details {
    background: #fff;
    border-radius: 7px;
    padding: 16px;
    box-shadow: 0 3px 5px -1px #c0a3390f
}

.bd-root .bd-article-body summary {
    font-size: 18px;
    font-weight: 700;
    color: #1b1610;
    cursor: pointer;
    outline: none;
    line-height: 1.35
}

.bd-root .bd-article-body details[open] summary {
    color: #C0A339;
    margin-bottom: 8px
}

.bd-root .bd-article-body a {
    color: #1b1610;
    text-decoration: underline;
    text-decoration-color: #C0A339;
    transition: color .1s ease-in
}

.bd-root .bd-article-body a:hover {
    color: #C0A339
}

.bd-root .bd-back-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #C0A339;
    text-decoration: none;
    letter-spacing: .06em;
    padding: 8px 16px;
    border-radius: 7px;
    border: 2px solid #C0A339;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1)
}

.bd-root .bd-back-link::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 7px;
    border: 2px solid transparent;
    pointer-events: none;
    transition: border-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.bd-root .bd-back-link:hover {
    background: #C0A339;
    color: #fff
}

.bd-root .bd-back-link:focus-visible {
    outline: 2px solid #C0A339;
    outline-offset: 2px
}

.bd-root .bd-diag-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    border-radius: 0;
    background-image: repeating-linear-gradient(135deg, #c0a3390a 0px, #c0a3390a 1px, transparent 1px, transparent 18px)
}

.bd-root .bd-body-section>* {
    position: relative;
    z-index: 1
}

@keyframes bd-rotate-in {
    from {
        opacity: 0;
        transform: rotate(-4deg) translateY(16px)
    }

    to {
        opacity: 1;
        transform: rotate(0deg) translateY(0)
    }
}

.bd-root .bd-top-left {
    animation: bd-rotate-in .18s cubic-bezier(0.4, 0, 1, 1) both
}

.bd-root .bd-img-wrap {
    animation: bd-rotate-in .16s .05s cubic-bezier(0.4, 0, 1, 1) both
}

@media (max-width: 1024px) {
    .bd-root .bd-top {
        padding: 40px 40px 0;
        gap: 24px
    }

    .bd-root .bd-post-h1 {
        font-size: 40px
    }

    .bd-root .bd-top-right {
        flex: 0 0 260px
    }

    .bd-root .bd-body-section {
        padding: 40px
    }

    .bd-root .bd-body-grid {
        grid-template-columns: 180px 1fr;
        gap: 24px
    }
}

@media (max-width: 768px) {
    .bd-root .bd-top {
        flex-direction: column;
        padding: 24px 16px 0;
        gap: 16px
    }

    .bd-root .bd-top-right {
        flex: 0 0 auto;
        width: 100%
    }

    .bd-root .bd-img-wrap {
        height: 220px
    }

    .bd-root .bd-post-h1 {
        font-size: 24px
    }

    .bd-root .bd-body-section {
        padding: 24px 16px 40px 24px
    }

    .bd-root .bd-body-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .bd-root .bd-sidebar {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px
    }

    .bd-root .bd-sidebar-author,
    .bd-root .bd-sidebar-tag-box,
    .bd-root .bd-reaction-box {
        flex: 1 1 160px
    }
}

@media (max-width: 375px) {
    .bd-root .bd-top {
        padding: 16px 8px 0
    }

    .bd-root .bd-body-section {
        padding: 16px 8px 24px 16px
    }

    .bd-root .bd-post-h1 {
        font-size: 24px
    }
}

.frnt {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 24px;
    overflow: hidden
}

.frnt .dot-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0
}

.frnt .dot-bg span {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #C0A339;
    opacity: .13
}

.frnt .title-block {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    margin-bottom: 80px
}

.frnt .title-img-zone {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 22px 0;
    min-height: 420px
}

.frnt .title-img-zone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity .18s cubic-bezier(0.4, 0, 1, 1);
    display: block
}

.frnt .title-img-zone img.loaded {
    opacity: 1
}

.frnt .title-img-zone .img-blur {
    position: absolute;
    inset: 0;
    background: linear-gradient(170deg, transparent 40%, #c0a3392e 100%);
    pointer-events: none
}

.frnt .title-text-zone {
    padding: 80px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
    background: linear-gradient(160deg, #F4F2EF 60%, #E1E3AA 100%);
    border-radius: 0 0 0 22px;
    position: relative
}

.frnt .title-tag {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .08em;
    color: #C0A339;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 16px;
    border: 1.5px solid #C0A339;
    border-radius: 4px;
    width: fit-content
}

.frnt .title-text-zone h1 {
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 900;
    color: #1b1710;
    margin: 0
}

.frnt .title-theses {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.frnt .thesis {
    font-size: 18px;
    line-height: 1.6;
    color: #2e2a1e;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.frnt .thesis-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C0A339;
    margin-top: 8px;
    flex-shrink: 0
}

.frnt .title-cta {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap
}

.frnt .btn-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    background: #C0A339;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 7px;
    text-decoration: none;
    border: 2px solid #C0A339;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1);
    box-shadow: 0 7px 20px -1px #c0a3391c;
    overflow: hidden
}

.frnt .btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 7px;
    border: 2px solid transparent;
    transition: border-color .15s ease-in;
    pointer-events: none
}

.frnt .btn-primary:hover::before {
    border-color: #fff
}

.frnt .btn-primary:hover {
    background: #a88c2e
}

.frnt .btn-secondary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    background: transparent;
    color: #1b1710;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 7px;
    text-decoration: none;
    border: 2px solid #1b1710;
    transition: border-color .12s ease-in, color .12s ease-in;
    overflow: hidden
}

.frnt .btn-secondary::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 7px;
    border: 2px solid transparent;
    transition: border-color .15s ease-in;
    pointer-events: none
}

.frnt .btn-secondary:hover::before {
    border-color: #C0A339
}

.frnt .btn-secondary:hover {
    border-color: #C0A339;
    color: #C0A339
}

.frnt .divider-accent {
    width: 100%;
    height: 2px;
    background: #C0A339;
    margin: 0 0 80px
}

.frnt .posts-area {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
    align-items: start
}

.frnt .post-main {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.frnt .post-card {
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 8px 44px -1px #c0a3391f;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: transform .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1);
    position: relative
}

.frnt .post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 44px -1px #c0a33938
}

.frnt .post-card-shadow {
    position: absolute;
    inset: 6px -6px -6px 6px;
    border-radius: 13px;
    border: 2px solid #C0A339;
    z-index: -1;
    pointer-events: none
}

.frnt .post-img-wrap {
    width: 100%;
    height: 280px;
    overflow: hidden
}

.frnt .post-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity .18s cubic-bezier(0.4, 0, 1, 1);
    display: block
}

.frnt .post-img-wrap img.loaded {
    opacity: 1
}

.frnt .post-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frnt .post-tag {
    display: inline-block;
    font-size: 14px;
    color: #C0A339;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase
}

.frnt .post-body h2 {
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -.01em;
    font-weight: 900;
    color: #1b1710;
    margin: 0
}

.frnt .post-subtitle {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5240;
    font-style: italic
}

.frnt .post-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #2e2a1e
}

.frnt .post-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.frnt .post-author {
    font-size: 14px;
    color: #5a5240;
    font-weight: 600
}

.frnt .post-views {
    font-size: 14px;
    color: #8a7d5a;
    display: flex;
    align-items: center;
    gap: 4px
}

.frnt .post-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #C0A339;
    text-decoration: none;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: color .12s ease-in
}

.frnt .post-link:hover {
    color: #a88c2e
}

.frnt .post-link svg {
    transition: transform .12s ease-in
}

.frnt .post-link:hover svg {
    transform: translateX(4px)
}

.frnt .sidebar {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.frnt .author-card {
    background: #F4F2EF;
    border-radius: 13px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 3px 5px -1px #c0a3390f;
    position: relative
}

.frnt .author-card::after {
    content: '';
    position: absolute;
    inset: 3px -3px -3px 3px;
    border-radius: 13px;
    border: 2px solid #E1E3AA;
    z-index: -1;
    pointer-events: none
}

.frnt .author-portraits {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.frnt .portrait-wrap {
    width: 80px;
    height: 120px;
    border-radius: 22px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 7px 20px -1px #c0a3391c
}

.frnt .portrait-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity .15s cubic-bezier(0.4, 0, 1, 1);
    display: block
}

.frnt .portrait-wrap img.loaded {
    opacity: 1
}

.frnt .author-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.frnt .author-card h4 {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
    color: #1b1710;
    margin: 0;
    letter-spacing: -.01em
}

.frnt .author-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #2e2a1e;
    margin: 0
}

.frnt .author-link {
    font-size: 14px;
    font-weight: 700;
    color: #C0A339;
    text-decoration: none;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: color .12s ease-in
}

.frnt .author-link:hover {
    color: #a88c2e
}

.frnt .rhythm-card {
    background: linear-gradient(155deg, #1b1710 60%, #2e2a1e 100%);
    border-radius: 13px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 8px 44px -1px #c0a3391f
}

.frnt .rhythm-card h4 {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
    color: #E1E3AA;
    margin: 0;
    letter-spacing: -.01em
}

.frnt .rhythm-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #c9bfa0;
    margin: 0
}

.frnt .rhythm-items {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.frnt .rhythm-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 0
}

.frnt .rhythm-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C0A339;
    flex-shrink: 0
}

.frnt .rhythm-item span {
    font-size: 14px;
    line-height: 1.6;
    color: #E1E3AA
}

.frnt .divider-thin {
    width: 60px;
    height: 2px;
    background: #C0A339;
    margin: 0 0 80px
}

.frnt .connections-block {
    margin-bottom: 80px;
    background: #F4F2EF;
    border-radius: 22px;
    padding: 40px;
    position: relative;
    overflow: hidden
}

.frnt .connections-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #C0A339 0%, #E1E3AA 100%);
    border-radius: 22px 22px 0 0
}

.frnt .connections-block h3 {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 900;
    color: #1b1710;
    margin: 0 0 24px;
    letter-spacing: -.01em
}

.frnt .connections-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.frnt .conn-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 3px 5px -1px #c0a3390f;
    transition: transform .12s ease-in, box-shadow .12s ease-in
}

.frnt .conn-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px -1px #c0a3391c
}

.frnt .conn-icon {
    width: 36px;
    height: 36px;
    border-radius: 7px;
    background: linear-gradient(135deg, #C0A339 0%, #E1E3AA 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.frnt .conn-item h5 {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
    color: #1b1710;
    margin: 0;
    letter-spacing: -.01em
}

.frnt .conn-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5240;
    margin: 0
}

.frnt .before-after-block {
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 40px;
    align-items: center
}

.frnt .ba-label {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frnt .ba-label h3 {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 900;
    color: #1b1710;
    margin: 0;
    letter-spacing: -.01em
}

.frnt .ba-label p {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5240;
    margin: 0
}

.frnt .ba-steps {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: center
}

.frnt .ba-step {
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 7px 20px -1px #c0a3391c;
    position: relative
}

.frnt .ba-step img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity .18s cubic-bezier(0.4, 0, 1, 1);
    display: block
}

.frnt .ba-step img.loaded {
    opacity: 1
}

.frnt .ba-step-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 16px;
    background: #1b1710d1;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    font-size: 14px;
    font-weight: 700;
    color: #E1E3AA;
    letter-spacing: .06em;
    text-transform: uppercase
}

.frnt .ba-arrow {
    display: flex;
    align-items: center;
    justify-content: center
}

.frnt .ba-arrow svg {
    width: 32px;
    height: 32px
}

.frnt .engage-block {
    margin-bottom: 80px;
    background: linear-gradient(160deg, #2e2a1e 0%, #1b1710 100%);
    border-radius: 22px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.frnt .engage-text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frnt .engage-text h3 {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 900;
    color: #E1E3AA;
    margin: 0;
    letter-spacing: -.01em
}

.frnt .engage-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #c9bfa0;
    margin: 0
}

.frnt .engage-form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frnt .engage-form input,
.frnt .engage-form textarea {
    background: #ffffff0f;
    border: 1.5px solid #c0a3394d;
    border-radius: 7px;
    padding: 16px;
    font-size: 14px;
    color: #E1E3AA;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border-color .12s ease-in;
    font-style: italic
}

.frnt .engage-form input::placeholder,
.frnt .engage-form textarea::placeholder {
    color: #c9bfa0;
    opacity: .55;
    font-style: italic
}

.frnt .engage-form input:focus,
.frnt .engage-form textarea:focus {
    border-color: #C0A339
}

.frnt .engage-form textarea {
    resize: vertical;
    min-height: 100px
}

.frnt .engage-form button {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    background: #C0A339;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 7px;
    border: 2px solid #C0A339;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1)
}

.frnt .engage-form button::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 7px;
    border: 2px solid transparent;
    transition: border-color .15s ease-in;
    pointer-events: none
}

.frnt .engage-form button:hover::before {
    border-color: #fff
}

.frnt .engage-form button:hover {
    background: #a88c2e
}

.frnt .speaking-strip {
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    background: linear-gradient(100deg, #E1E3AA 0%, #F4F2EF 100%);
    border-radius: 13px;
    padding: 40px;
    box-shadow: 0 3px 5px -1px #c0a3390f
}

.frnt .speaking-img {
    width: 280px;
    height: 180px;
    border-radius: 13px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 7px 20px -1px #c0a3391c
}

.frnt .speaking-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity .18s cubic-bezier(0.4, 0, 1, 1);
    display: block
}

.frnt .speaking-img img.loaded {
    opacity: 1
}

.frnt .speaking-text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frnt .speaking-text h3 {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 900;
    color: #1b1710;
    margin: 0;
    letter-spacing: -.01em
}

.frnt .speaking-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #2e2a1e;
    margin: 0
}

.frnt .card-flip-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 80px;
    perspective: 1000px
}

.frnt .flip-card {
    height: 180px;
    position: relative;
    transform-style: preserve-3d;
    animation: cardFlip .5s cubic-bezier(0.4, 0, 1, 1) both
}

.frnt .flip-card:nth-child(1) {
    animation-delay: .05s
}

.frnt .flip-card:nth-child(2) {
    animation-delay: .15s
}

.frnt .flip-card:nth-child(3) {
    animation-delay: .25s
}

@keyframes cardFlip {
    from {
        transform: rotateY(90deg);
        opacity: 0
    }

    to {
        transform: rotateY(0deg);
        opacity: 1
    }
}

.frnt .flip-front {
    position: absolute;
    inset: 0;
    border-radius: 13px;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    overflow: hidden
}

.frnt .flip-front img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity .18s cubic-bezier(0.4, 0, 1, 1)
}

.frnt .flip-front img.loaded {
    opacity: 1
}

.frnt .flip-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #1b1710bf 0%, transparent 60%);
    pointer-events: none
}

.frnt .flip-front-text {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
    color: #fff;
    letter-spacing: -.01em
}

@media (max-width: 1024px) {
    .frnt .title-block {
        grid-template-columns: 1fr
    }

    .frnt .title-img-zone {
        min-height: 320px;
        border-radius: 13px 13px 0 0
    }

    .frnt .title-text-zone {
        border-radius: 0 0 13px 13px;
        padding: 40px 24px
    }

    .frnt .title-text-zone h1 {
        font-size: 40px
    }

    .frnt .posts-area {
        grid-template-columns: 1fr
    }

    .frnt .connections-grid {
        grid-template-columns: 1fr 1fr
    }

    .frnt .before-after-block {
        grid-template-columns: 1fr
    }

    .frnt .engage-block {
        grid-template-columns: 1fr
    }

    .frnt .card-flip-row {
        grid-template-columns: 1fr 1fr
    }

    .frnt .speaking-strip {
        flex-direction: column;
        align-items: flex-start
    }

    .frnt .speaking-img {
        width: 100%;
        height: 200px
    }
}

@media (max-width: 768px) {
    .frnt {
        padding: 0 16px
    }

    .frnt .title-text-zone h1 {
        font-size: 40px
    }

    .frnt .connections-grid {
        grid-template-columns: 1fr
    }

    .frnt .ba-steps {
        grid-template-columns: 1fr
    }

    .frnt .ba-arrow {
        transform: rotate(90deg)
    }

    .frnt .card-flip-row {
        grid-template-columns: 1fr
    }
}

@media (max-width: 375px) {
    .frnt .title-text-zone h1 {
        font-size: 40px
    }

    .frnt .title-cta {
        flex-direction: column;
        align-items: flex-start
    }
}

.blg-root {
    max-width: 1366px;
    margin: 0 auto;
    overflow-x: hidden
}

.blg-root .eyebrow {
    font-size: 14px;
    letter-spacing: .08em;
    color: #C0A339;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block
}

.blg-root .accent-line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px
}

.blg-root .accent-line::before {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: #C0A339
}

.blg-root .accent-line::after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: #E1E3AA
}

.blg-hero {
    padding: 80px 40px 40px;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: end;
    position: relative
}

.blg-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(162deg, #E1E3AA 0%, #F4F2EF 60%, #fff 100%);
    z-index: 0;
    pointer-events: none
}

.blg-hero-curves {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.blg-hero-curves svg {
    position: absolute;
    top: -40px;
    right: 0;
    opacity: .18
}

.blg-hero-left {
    position: relative;
    z-index: 1;
    padding-top: 80px
}

.blg-hero-label {
    font-size: 14px;
    letter-spacing: .1em;
    color: #C0A339;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px
}

.blg-hero-h1 {
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 900;
    color: #1b1610;
    margin-bottom: 24px
}

.blg-hero-h1 span {
    color: #C0A339
}

.blg-hero-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #3a3228;
    max-width: 520px
}

.blg-hero-bracket {
    font-size: 70px;
    line-height: 1;
    color: #C0A339;
    font-weight: 900;
    opacity: .18;
    user-select: none;
    position: absolute;
    left: -24px;
    top: 72px
}

.blg-hero-right {
    position: relative;
    z-index: 1
}

.blg-hero-img-wrap {
    width: 340px;
    height: 420px;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 8px 44px -1px #c0a3391f;
    position: relative
}

.blg-hero-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .18s cubic-bezier(0.4, 0, 1, 1);
    animation: blg-fade-in .18s cubic-bezier(0.4, 0, 1, 1) .1s forwards
}

@keyframes blg-fade-in {
    to {
        opacity: 1
    }
}

.blg-hero-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 40% 40%, transparent 40%, #c0a3392e 100%);
    pointer-events: none
}

.blg-div-asym {
    display: flex;
    align-items: center;
    padding: 0 40px;
    gap: 8px;
    margin: 0
}

.blg-div-asym .short {
    width: 32px;
    height: 1px;
    background: #C0A339
}

.blg-div-asym .long {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #C0A339 0%, #E1E3AA 100%)
}

.blg-posts {
    padding: 40px 40px 80px;
    background: #fff
}

.blg-posts-hd {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 24px;
    margin-bottom: 40px
}

.blg-posts-hd h2 {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.02em;
    color: #1b1610;
    line-height: 1.1;
    margin: 0
}

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

.blg-card {
    background: #F4F2EF;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 3px 5px -1px #c0a3390f;
    display: flex;
    flex-direction: column;
    transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1), transform .15s cubic-bezier(0.4, 0, 1, 1);
    position: relative
}

.blg-card:hover {
    box-shadow: 0 7px 20px -1px #c0a3391c;
    transform: translateY(-2px)
}

.blg-card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative
}

.blg-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .18s cubic-bezier(0.4, 0, 1, 1), transform .18s cubic-bezier(0.4, 0, 1, 1);
    animation: blg-fade-in .18s cubic-bezier(0.4, 0, 1, 1) .05s forwards
}

.blg-card:hover .blg-card-img img {
    transform: scale(1.04)
}

.blg-card-tag {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #C0A339;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 1.35
}

.blg-card-body {
    padding: 16px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.blg-card-sub {
    font-size: 14px;
    color: #C0A339;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.35
}

.blg-card-title {
    font-size: 18px;
    font-weight: 900;
    color: #1b1610;
    line-height: 1.35;
    letter-spacing: -.01em;
    margin: 0
}

.blg-card-desc {
    font-size: 14px;
    color: #3a3228;
    line-height: 1.6;
    margin: 0
}

.blg-card-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 8px
}

.blg-card-author {
    font-size: 14px;
    color: #3a3228;
    font-weight: 600;
    line-height: 1.35
}

.blg-card-views {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #7a6a3a;
    line-height: 1.35
}

.blg-card-views svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0
}

.blg-card-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #C0A339;
    text-decoration: none;
    letter-spacing: .04em;
    position: relative;
    align-self: flex-start;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.blg-card-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #C0A339;
    transition: width .15s cubic-bezier(0.4, 0, 1, 1)
}

.blg-card-link:hover::after {
    width: 100%
}

.blg-card-link svg {
    width: 14px;
    height: 14px
}

.blg-split {
    position: relative;
    padding: 80px 40px;
    overflow: hidden
}

.blg-split::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(162deg, #1b1610 55%, #C0A339 100%);
    z-index: 0
}

.blg-split-inner {
    position: relative;
    z-index: 1;
    max-width: 640px
}

.blg-split-eyebrow {
    font-size: 14px;
    letter-spacing: .1em;
    color: #E1E3AA;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px
}

.blg-split-h2 {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    line-height: 1.35;
    letter-spacing: -.01em;
    margin: 0 0 16px
}

.blg-split-p {
    font-size: 18px;
    line-height: 1.6;
    color: #E1E3AA;
    margin: 0 0 24px
}

.blg-split-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 2px solid #C0A339;
    color: #C0A339;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 8px 24px;
    border-radius: 7px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1)
}

.blg-split-btn:hover {
    background: #C0A339;
    color: #fff
}

.blg-split-btn svg {
    width: 14px;
    height: 14px
}

.blg-about {
    padding: 80px 40px;
    position: relative;
    background: #F4F2EF
}

.blg-about::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(45deg, #c0a3390f 0px, #c0a3390f 1px, transparent 1px, transparent 10px);
    pointer-events: none;
    z-index: 0
}

.blg-about-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.blg-about-bracket-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.blg-about-brace {
    font-size: 70px;
    line-height: 1;
    color: #C0A339;
    font-weight: 900;
    opacity: .22;
    user-select: none;
    position: absolute;
    left: -16px;
    top: -24px
}

.blg-about-h3 {
    font-size: 24px;
    font-weight: 900;
    color: #1b1610;
    line-height: 1.35;
    letter-spacing: -.01em;
    margin: 0 0 8px
}

.blg-about-p {
    font-size: 18px;
    line-height: 1.6;
    color: #3a3228;
    margin: 0
}

.blg-about-stats {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.blg-stat-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 7px;
    padding: 16px 24px;
    box-shadow: 0 3px 5px -1px #c0a3390f
}

.blg-stat-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #E1E3AA 0%, #C0A339 100%);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.blg-stat-icon svg {
    width: 20px;
    height: 20px
}

.blg-stat-label {
    font-size: 14px;
    color: #7a6a3a;
    line-height: 1.35
}

.blg-stat-val {
    font-size: 18px;
    font-weight: 900;
    color: #1b1610;
    line-height: 1.1
}

.blg-topics {
    padding: 80px 40px;
    background: #fff
}

.blg-topics-hd {
    margin-bottom: 40px
}

.blg-topics-hd h2 {
    font-size: 24px;
    font-weight: 900;
    color: #1b1610;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0
}

.blg-topics-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 16px
}

.blg-topic-anchor {
    background: linear-gradient(162deg, #1b1610 0%, #3a2e14 100%);
    border-radius: 22px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 7px 20px -1px #c0a3391c
}

.blg-topic-anchor h3 {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    line-height: 1.35;
    letter-spacing: -.01em;
    margin: 0
}

.blg-topic-anchor p {
    font-size: 18px;
    line-height: 1.6;
    color: #E1E3AA;
    margin: 0
}

.blg-topic-anchor a {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #C0A339;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-decoration: none;
    margin-top: 8px;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.blg-topic-anchor a:hover {
    color: #E1E3AA
}

.blg-topic-compact {
    background: #F4F2EF;
    border-radius: 13px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 3px 5px -1px #c0a3390f;
    transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1)
}

.blg-topic-compact:hover {
    box-shadow: 0 7px 20px -1px #c0a3391c
}

.blg-topic-compact-icon {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    background: linear-gradient(135deg, #E1E3AA 0%, #C0A339 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px
}

.blg-topic-compact-icon svg {
    width: 16px;
    height: 16px
}

.blg-topic-compact h4 {
    font-size: 18px;
    font-weight: 900;
    color: #1b1610;
    line-height: 1.35;
    letter-spacing: -.01em;
    margin: 0
}

.blg-topic-compact p {
    font-size: 14px;
    line-height: 1.6;
    color: #3a3228;
    margin: 0
}

.blg-letter {
    padding: 80px 40px;
    background: linear-gradient(162deg, #E1E3AA 0%, #F4F2EF 100%);
    position: relative
}

.blg-letter-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center
}

.blg-letter-brace-l {
    font-size: 70px;
    line-height: 1;
    color: #C0A339;
    font-weight: 900;
    opacity: .15;
    user-select: none;
    position: absolute;
    left: 40px;
    top: 40px
}

.blg-letter-brace-r {
    font-size: 70px;
    line-height: 1;
    color: #C0A339;
    font-weight: 900;
    opacity: .15;
    user-select: none;
    position: absolute;
    right: 40px;
    bottom: 40px
}

.blg-letter h2 {
    font-size: 24px;
    font-weight: 900;
    color: #1b1610;
    line-height: 1.35;
    letter-spacing: -.01em;
    margin: 0 0 8px
}

.blg-letter-sub {
    font-size: 18px;
    line-height: 1.6;
    color: #3a3228;
    margin: 0 0 24px
}

.blg-letter-form {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center
}

.blg-letter-input {
    flex: 1;
    max-width: 320px;
    padding: 8px 16px;
    border: 2px solid #C0A339;
    border-radius: 7px;
    font-size: 14px;
    color: #1b1610;
    background: #fff;
    outline: none;
    font-style: italic;
    opacity: 1;
    box-shadow: inset 0 2px 6px #c0a3390f;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.blg-letter-input::placeholder {
    font-style: italic;
    opacity: .55;
    color: #7a6a3a
}

.blg-letter-input:focus {
    border-color: #1b1610
}

.blg-letter-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #C0A339;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 8px 24px;
    border-radius: 7px;
    border: 2px solid #C0A339;
    cursor: pointer;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1)
}

.blg-letter-btn:hover {
    background: #1b1610;
    border-color: #1b1610
}

.blg-letter-btn svg {
    width: 14px;
    height: 14px
}

.blg-reveal-word {
    display: inline-block;
    opacity: 0;
    transform: translateY(8px);
    animation: blg-word-in .15s cubic-bezier(0.4, 0, 1, 1) forwards
}

.blg-reveal-word:nth-child(1) {
    animation-delay: .05s
}

.blg-reveal-word:nth-child(2) {
    animation-delay: .1s
}

.blg-reveal-word:nth-child(3) {
    animation-delay: .15s
}

.blg-reveal-word:nth-child(4) {
    animation-delay: .18s
}

@keyframes blg-word-in {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width: 1024px) {
    .blg-hero {
        grid-template-columns: 1fr;
        padding: 40px 24px
    }

    .blg-hero-right {
        display: none
    }

    .blg-hero-left {
        padding-top: 40px
    }

    .blg-hero-h1 {
        font-size: 40px
    }

    .blg-topics-grid {
        grid-template-columns: 1fr 1fr
    }

    .blg-topic-anchor {
        grid-column: span 2
    }
}

@media (max-width: 768px) {
    .blg-posts-grid {
        grid-template-columns: 1fr
    }

    .blg-about-inner {
        grid-template-columns: 1fr
    }

    .blg-topics-grid {
        grid-template-columns: 1fr
    }

    .blg-topic-anchor {
        grid-column: span 1
    }

    .blg-posts,
    .blg-about,
    .blg-topics,
    .blg-letter,
    .blg-split {
        padding: 40px 16px
    }

    .blg-hero {
        padding: 40px 16px
    }

    .blg-letter-form {
        flex-direction: column;
        align-items: stretch
    }

    .blg-letter-input {
        max-width: 100%
    }

    .blg-div-asym {
        padding: 0 16px
    }
}

@media (max-width: 375px) {
    .blg-hero-h1 {
        font-size: 24px
    }

    .blg-posts-hd {
        flex-direction: column;
        gap: 8px
    }
}

.spk {
    max-width: 1366px;
    margin: 0 auto;
    overflow: hidden
}

.spk .ev-stage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px
}

.spk .ev-img-side {
    position: relative;
    overflow: hidden
}

.spk .ev-img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity .18s cubic-bezier(0.4, 0, 1, 1)
}

.spk .ev-img-side img.loaded {
    opacity: 1
}

.spk .ev-img-side::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, transparent 30%, #c0a3392e 70%, #1e18088c 100%);
    pointer-events: none
}

.spk .ev-img-deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

.spk .ev-img-deco svg {
    position: absolute;
    bottom: 24px;
    left: 24px;
    opacity: .22
}

.spk .ev-text-side {
    background: #F4F2EF;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px
}

.spk .ev-eyebrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.spk .ev-eyebrow-line {
    width: 32px;
    height: 2px;
    background: #C0A339;
    flex-shrink: 0
}

.spk .ev-eyebrow-label {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .08em;
    color: #C0A339;
    text-transform: uppercase;
    font-weight: 700
}

.spk .ev-h1 {
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 900;
    color: #1a1308;
    margin: 0
}

.spk .ev-h1 span {
    color: #C0A339
}

.spk .ev-sub {
    font-size: 18px;
    line-height: 1.6;
    color: #3a3020;
    max-width: 480px
}

.spk .ev-cta-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap
}

.spk .btn-prim {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    background: #C0A339;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    border: 2px solid #C0A339;
    border-radius: 7px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 7px 20px -1px #c0a3391c;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s ease-in
}

.spk .btn-prim::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 7px;
    border: 2px solid transparent;
    transition: border-color .15s cubic-bezier(0.4, 0, 1, 1);
    pointer-events: none
}

.spk .btn-prim:hover {
    background: transparent;
    color: #C0A339;
    box-shadow: 0 3px 5px -1px #c0a3390f
}

.spk .btn-prim:hover::before {
    border-color: #C0A339
}

.spk .btn-sec {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    background: transparent;
    color: #3a3020;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .04em;
    border: 2px solid #C0A339;
    border-radius: 7px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background .14s cubic-bezier(0.4, 0, 1, 1), color .14s cubic-bezier(0.4, 0, 1, 1)
}

.spk .btn-sec:hover {
    background: #C0A339;
    color: #fff
}

.spk .past-ev {
    padding: 80px 40px;
    background: #fff;
    position: relative
}

.spk .past-ev::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #E1E3AA 0%, #C0A339 50%, #F4F2EF 100%)
}

.spk .past-ev-head {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    margin-bottom: 40px;
    align-items: start
}

.spk .past-ev-head-label {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .1em;
    color: #C0A339;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 8px
}

.spk .past-ev-h2 {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 800;
    color: #1a1308;
    margin: 0 0 16px;
    letter-spacing: -.01em
}

.spk .past-ev-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #3a3020;
    margin: 0
}

.spk .ev-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.spk .ev-item {
    background: #F4F2EF;
    border-radius: 13px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 3px 5px -1px #c0a3390f;
    transition: box-shadow .15s ease-in, transform .12s cubic-bezier(0.4, 0, 1, 1);
    position: relative;
    overflow: hidden
}

.spk .ev-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #C0A339 0%, #E1E3AA 100%);
    border-radius: 0 13px 13px 0
}

.spk .ev-item:hover {
    box-shadow: 0 8px 44px -1px #c0a3391f;
    transform: translateY(-2px)
}

.spk .ev-item-icon {
    width: 36px;
    height: 36px;
    background: #E1E3AA;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.spk .ev-item-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.spk .ev-item-venue {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    color: #C0A339;
    letter-spacing: .04em
}

.spk .ev-item-name {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
    color: #1a1308;
    margin: 0
}

.spk .ev-item-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #4a3e22;
    margin: 0
}

.spk .ev-item-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #C0A339;
    background: #c0a3391a;
    border-radius: 4px;
    padding: 4px 8px;
    letter-spacing: .04em
}

.spk .about-spk {
    padding: 80px 40px;
    background: #F4F2EF;
    position: relative;
    overflow: hidden
}

.spk .about-spk-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0
}

.spk .about-spk-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1200px
}

.spk .about-spk-text {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.spk .about-spk-h3 {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 900;
    color: #1a1308;
    margin: 0;
    letter-spacing: -.01em
}

.spk .about-spk-body {
    font-size: 18px;
    line-height: 1.6;
    color: #3a3020;
    margin: 0
}

.spk .about-spk-facts {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.spk .fact-item {
    background: #fff;
    border-radius: 13px;
    padding: 24px;
    box-shadow: 0 7px 20px -1px #c0a3391c;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.spk .fact-num {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 900;
    color: #C0A339;
    letter-spacing: -.04em
}

.spk .fact-label {
    font-size: 14px;
    line-height: 1.35;
    color: #4a3e22;
    font-weight: 600;
    letter-spacing: .04em
}

.spk .topics-strip {
    padding: 80px 40px;
    background: #1a1308;
    position: relative
}

.spk .topics-strip-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.spk .topics-strip-bg svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .04
}

.spk .topics-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px
}

.spk .topics-head {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap
}

.spk .topics-h4 {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 900;
    color: #F4F2EF;
    margin: 0;
    letter-spacing: -.01em
}

.spk .topics-sub {
    font-size: 18px;
    line-height: 1.6;
    color: #c9bfa0;
    max-width: 420px;
    margin: 0
}

.spk .topics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.spk .topic-card {
    background: #e1e3aa12;
    border: 1px solid #c0a33933;
    border-radius: 13px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: background .14s cubic-bezier(0.4, 0, 1, 1), border-color .12s ease-in
}

.spk .topic-card:hover {
    background: #c0a3391f;
    border-color: #c0a33980
}

.spk .topic-icon {
    width: 40px;
    height: 40px;
    border-radius: 7px;
    background: #c0a3392e;
    display: flex;
    align-items: center;
    justify-content: center
}

.spk .topic-name {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
    color: #F4F2EF;
    margin: 0
}

.spk .topic-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #b5a882;
    margin: 0
}

.spk .dashed-connect {
    border: none;
    border-top: 2px dashed #c0a33959;
    margin: 0 0 40px
}

@media (max-width: 1024px) {
    .spk .ev-stage {
        grid-template-columns: 1fr
    }

    .spk .ev-img-side {
        height: 320px
    }

    .spk .ev-text-side {
        padding: 40px 24px
    }

    .spk .ev-h1 {
        font-size: 24px
    }

    .spk .ev-list {
        grid-template-columns: 1fr 1fr
    }

    .spk .past-ev-head {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .spk .about-spk-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .spk .topics-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .spk .past-ev {
        padding: 40px 24px
    }

    .spk .about-spk {
        padding: 40px 24px
    }

    .spk .topics-strip {
        padding: 40px 24px
    }
}

@media (max-width: 768px) {
    .spk .ev-list {
        grid-template-columns: 1fr
    }

    .spk .topics-grid {
        grid-template-columns: 1fr 1fr
    }

    .spk .topics-head {
        flex-direction: column;
        gap: 16px
    }

    .spk .ev-cta-row {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 375px) {
    .spk .topics-grid {
        grid-template-columns: 1fr
    }

    .spk .ev-h1 {
        font-size: 24px
    }

    .spk .fact-num {
        font-size: 24px
    }
}

.auth-pg {
    background: #F4F2EF;
    overflow-x: clip;
    position: relative
}

.auth-pg .fade-in {
    opacity: 0;
    animation: fadeReveal .18s cubic-bezier(0.4, 0, 1, 1) forwards
}

.auth-pg .fade-in.d1 {
    animation-delay: .08s
}

.auth-pg .fade-in.d2 {
    animation-delay: .14s
}

.auth-pg .fade-in.d3 {
    animation-delay: .2s
}

.auth-pg .fade-in.d4 {
    animation-delay: .26s
}

@keyframes fadeReveal {
    to {
        opacity: 1
    }
}

.auth-pg .pg-top {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    position: relative
}

.auth-pg .pg-top::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(-47deg, transparent, transparent 18px, #c0a3390a 18px, #c0a3390a 19px);
    pointer-events: none
}

.auth-pg .left-col {
    position: relative;
    z-index: 1
}

.auth-pg .eyebrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px
}

.auth-pg .eyebrow-line {
    width: 32px;
    height: 2px;
    background: #C0A339;
    flex-shrink: 0
}

.auth-pg .eyebrow-text {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .08em;
    color: #C0A339;
    text-transform: uppercase;
    font-weight: 600
}

.auth-pg .author-h1 {
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 900;
    color: #1b1812;
    margin: 0 0 24px
}

.auth-pg .author-h1 span {
    display: block
}

.auth-pg .h1-accent {
    color: #C0A339
}

.auth-pg .accent-rule {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #C0A339, #E1E3AA);
    border-radius: 4px;
    margin-bottom: 24px
}

.auth-pg .bio-lead {
    font-size: 18px;
    line-height: 1.6;
    color: #2e2b24;
    margin: 0 0 16px
}

.auth-pg .bio-sub {
    font-size: 14px;
    line-height: 1.8;
    color: #4a4538;
    margin: 0 0 40px
}

.auth-pg .stat-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 40px
}

.auth-pg .stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.auth-pg .stat-num {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 900;
    color: #1b1812;
    letter-spacing: -.02em
}

.auth-pg .stat-label {
    font-size: 14px;
    line-height: 1.35;
    color: #6b6249;
    letter-spacing: .04em
}

.auth-pg .contact-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.35;
    color: #1b1812;
    text-decoration: none;
    border-bottom: 1.5px solid #C0A339;
    padding-bottom: 4px;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .15s ease-in
}

.auth-pg .contact-link:hover {
    color: #C0A339
}

.auth-pg .right-col {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.auth-pg .portrait-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 420px;
    margin: 0 auto
}

.auth-pg .portrait-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
    display: block;
    opacity: 0;
    transition: opacity .18s cubic-bezier(0.4, 0, 1, 1), filter .15s ease-in;
    filter: blur(6px);
    box-shadow: 0 8px 44px -1px #c0a3391f
}

.auth-pg .portrait-img.loaded {
    opacity: 1;
    filter: blur(0)
}

.auth-pg .portrait-wrap:hover .portrait-img {
    filter: blur(0)
}

.auth-pg .portrait-vignette {
    position: absolute;
    inset: 0;
    border-radius: 22px;
    background: radial-gradient(ellipse at 60% 40%, transparent 45%, #1b181247 100%);
    pointer-events: none
}

.auth-pg .portrait-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: #f4f2efeb;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 13px;
    padding: 8px 16px;
    box-shadow: 0 7px 20px -1px #c0a3391c;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.auth-pg .badge-name {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    color: #1b1812
}

.auth-pg .badge-role {
    font-size: 14px;
    line-height: 1.35;
    color: #6b6249
}

.auth-pg .dashed-connector {
    position: absolute;
    right: -40px;
    top: 50%;
    width: 40px;
    height: 1px;
    border-top: 2px dashed #c0a33959;
    pointer-events: none
}

.auth-pg .second-img-wrap {
    width: 100%;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 3px 5px -1px #c0a3390f
}

.auth-pg .second-img-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: 0;
    transition: opacity .18s cubic-bezier(0.4, 0, 1, 1), filter .15s ease-in;
    filter: blur(4px)
}

.auth-pg .second-img-wrap img.loaded {
    opacity: 1;
    filter: blur(0)
}

.auth-pg .second-img-wrap:hover img {
    filter: blur(0)
}

.auth-pg .svg-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0
}

.auth-pg .svg-divider svg {
    display: block;
    width: 100%
}

.auth-pg .deep-band {
    background: #1b1812;
    padding: 80px 40px;
    position: relative;
    overflow: hidden
}

.auth-pg .deep-band::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 480px;
    height: 480px;
    background: radial-gradient(ellipse at 80% 20%, #c0a33917 0%, transparent 70%);
    pointer-events: none
}

.auth-pg .band-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    position: relative;
    z-index: 1
}

.auth-pg .band-left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.auth-pg .band-eyebrow {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .1em;
    color: #C0A339;
    text-transform: uppercase;
    font-weight: 600
}

.auth-pg .band-h2 {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 900;
    color: #F4F2EF;
    letter-spacing: -.01em;
    margin: 0
}

.auth-pg .band-rule {
    width: 40px;
    height: 2px;
    background: #C0A339;
    border-radius: 4px
}

.auth-pg .band-p {
    font-size: 14px;
    line-height: 1.8;
    color: #b8b09c;
    margin: 0
}

.auth-pg .band-p strong {
    color: #E1E3AA;
    font-weight: 600
}

.auth-pg .photo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px
}

.auth-pg .grid-img-wrap {
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 7px 20px -1px #c0a3391c
}

.auth-pg .grid-img-wrap.tall {
    grid-row: span 2
}

.auth-pg .grid-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: 0;
    transition: opacity .15s ease-in, filter .12s cubic-bezier(0.4, 0, 1, 1);
    filter: blur(5px);
    min-height: 160px
}

.auth-pg .grid-img-wrap.tall img {
    min-height: 336px
}

.auth-pg .grid-img-wrap img.loaded {
    opacity: 1;
    filter: blur(0)
}

.auth-pg .grid-img-wrap:hover img {
    filter: blur(0)
}

.auth-pg .approach-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0
}

.auth-pg .approach-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.auth-pg .ap-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 7px;
    background: #c0a3391f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px
}

.auth-pg .ap-icon svg {
    width: 16px;
    height: 16px
}

.auth-pg .ap-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.auth-pg .ap-label {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    color: #F4F2EF
}

.auth-pg .ap-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #9a9180
}

.auth-pg .portrait-second-wrap {
    position: relative;
    width: 120px;
    height: 120px;
    flex-shrink: 0
}

.auth-pg .portrait-second-wrap img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    display: block;
    opacity: 0;
    transition: opacity .15s ease-in;
    box-shadow: 0 7px 20px -1px #c0a3391c
}

.auth-pg .portrait-second-wrap img.loaded {
    opacity: 1
}

.auth-pg .quote-block {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    background: #c0a33912;
    border-radius: 13px;
    padding: 24px;
    box-shadow: inset 0 3px 6px #c0a3390f
}

.auth-pg .quote-mark {
    flex-shrink: 0;
    width: 36px;
    height: 36px
}

.auth-pg .quote-text {
    font-size: 18px;
    line-height: 1.6;
    color: #E1E3AA;
    font-style: italic;
    margin: 0
}

.auth-pg .band-hover-words:hover .hw {
    border-bottom-color: #C0A339
}

.auth-pg .hw {
    border-bottom: 1.5px solid transparent;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1);
    display: inline
}

@media (max-width: 1024px) {
    .auth-pg .pg-top {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 80px 24px
    }

    .auth-pg .right-col {
        flex-direction: row;
        flex-wrap: wrap
    }

    .auth-pg .portrait-wrap {
        max-width: 320px;
        flex: 0 0 320px
    }

    .auth-pg .second-img-wrap {
        flex: 1 1 200px
    }

    .auth-pg .dashed-connector {
        display: none
    }

    .auth-pg .band-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0
    }

    .auth-pg .deep-band {
        padding: 80px 24px
    }

    .auth-pg .photo-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .auth-pg .grid-img-wrap.tall {
        grid-row: span 1
    }
}

@media (max-width: 768px) {
    .auth-pg .author-h1 {
        font-size: 24px
    }

    .auth-pg .pg-top {
        padding: 40px 16px;
        gap: 24px
    }

    .auth-pg .right-col {
        flex-direction: column
    }

    .auth-pg .portrait-wrap {
        max-width: 100%;
        flex: none
    }

    .auth-pg .stat-row {
        gap: 24px;
        flex-wrap: wrap
    }

    .auth-pg .deep-band {
        padding: 40px 16px
    }

    .auth-pg .photo-grid {
        grid-template-columns: 1fr 1fr
    }

    .auth-pg .quote-block {
        flex-direction: column
    }

    .auth-pg .band-inner {
        gap: 24px
    }
}

@media (max-width: 375px) {
    .auth-pg .author-h1 {
        font-size: 24px
    }

    .auth-pg .pg-top {
        padding: 40px 16px
    }

    .auth-pg .stat-row {
        gap: 16px
    }

    .auth-pg .photo-grid {
        grid-template-columns: 1fr
    }
}

.success-pg {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    background: #F4F2EF
}

.success-pg .card {
    background: #fff;
    border-radius: 22px;
    padding: 80px 40px;
    max-width: 560px;
    width: 100%;
    text-align: center;
    box-shadow: 0 8px 44px -1px #c0a3391f
}

.success-pg .icon-wrap {
    width: 64px;
    height: 64px;
    margin: 0 auto 40px;
    border-radius: 36px;
    background: linear-gradient(135deg, #E1E3AA, #F4F2EF);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 3px 6px #c0a3391c
}

.success-pg .icon-wrap svg {
    display: block
}

.success-pg .title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1710;
    margin: 0 0 16px
}

.success-pg .msg {
    font-size: 18px;
    line-height: 1.6;
    color: #3a3320;
    margin: 0 0 40px
}

.success-pg .back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    background: #C0A339;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
    border-radius: 7px;
    border: 2px solid transparent;
    transition: background .15s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1);
    position: relative
}

.success-pg .back-link:hover {
    background: #fff;
    color: #C0A339;
    border-color: #C0A339
}

.success-pg .back-link:focus-visible {
    outline: 2px solid #C0A339;
    outline-offset: 3px
}

.success-pg .back-link svg {
    flex-shrink: 0;
    transition: transform .1s cubic-bezier(0.4, 0, 1, 1)
}

.success-pg .back-link:hover svg {
    transform: translateX(-3px)
}

@media (max-width: 768px) {
    .success-pg .card {
        padding: 40px 24px
    }
}