html {
margin: 0;
padding: 0;
box-sizing: border-box
}

body {
margin: 0;
font-family: 'Roboto', sans-serif
}

.site-header {
position: relative;
background: linear-gradient(160deg, #eee1dcd1 0%, #dcaaab8c 60%, #ca78502e 100%);
backdrop-filter: blur(18px) saturate(1.4);
-webkit-backdrop-filter: blur(18px) saturate(1.4);
border-bottom: 1.5px solid #ca78502e;
box-shadow: 0 4px 22px 0 #ca78501c;
padding: 24px 48px;
z-index: 100
}

.header-box {
max-width: 1400px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 24px
}

.brand-mark {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
text-decoration: none
}

.logo-hex-frame {
width: 72px;
height: 72px;
display: flex;
align-items: center;
justify-content: center;
background: #ffffffb8;
clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
box-shadow: 0 3px 2px 0 #ca785014 0 4px 22px 0 #ca78501c;
padding: 8px
}

.logo-hex-frame img {
width: 52px;
height: 52px;
object-fit: contain;
display: block
}

.brand-label {
font-family: 'Roboto', sans-serif;
font-size: 28px;
font-weight: 700;
letter-spacing: -.03em;
line-height: 1.2;
color: #2a1a10;
text-decoration: none
}

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

.primary-nav li {
display: flex;
align-items: center
}

.primary-nav li+li::before {
content: '';
display: inline-block;
width: 4px;
height: 4px;
border-radius: 40px;
background: #ca785073;
margin-right: 8px;
flex-shrink: 0
}

.nav-link {
font-family: 'Roboto', sans-serif;
font-size: 15px;
font-weight: 600;
color: #3b1f0e;
text-decoration: none;
padding: 12px;
border-radius: 8px;
border: 1.5px solid transparent;
transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), background .1s cubic-bezier(0.4, 0, 1, 1);
white-space: nowrap;
min-height: 44px;
display: flex;
align-items: center
}

.nav-link:hover {
border-color: #ca785080;
background: #eee1dc99;
color: #CA7850
}

.nav-link:focus {
background: #dcaaab47;
outline: 2px solid #CA7850;
outline-offset: 2px
}

.nav-link.active-page {
color: #CA7850;
border-color: #ca78504d;
background: #eee1dc80
}

.site-footer {
background: #EEE1DC;
border-top: 2px solid #ca785038;
padding: 48px 48px 24px
}

.footer-box {
max-width: 1400px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 2fr;
gap: 48px;
align-items: start
}

.footer-brand-col {
display: flex;
flex-direction: column;
gap: 24px
}

.footer-logo-wrap {
display: flex;
align-items: center;
justify-content: flex-start;
width: 60px;
height: 60px;
background: #fffc;
border-radius: 8px;
box-shadow: 0 3px 2px 0 #ca785014 0 4px 22px 0 #ca78501c;
border: 1.5px solid #ca785033;
padding: 8px
}

.footer-logo-wrap img {
width: 44px;
height: 44px;
object-fit: contain;
display: block
}

.footer-contact-block {
display: flex;
flex-direction: column;
gap: 8px
}

.contact-label {
font-family: 'Roboto', sans-serif;
font-size: 13px;
font-weight: 700;
letter-spacing: .06em;
text-transform: uppercase;
color: #CA7850;
line-height: 1.2
}

.contact-line {
font-family: 'Roboto', sans-serif;
font-size: 13px;
font-weight: 400;
color: #3b1f0e;
line-height: 1.65
}

.contact-line a {
color: #3b1f0e;
text-decoration: underline;
text-underline-offset: 2px;
transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.contact-line a:hover {
color: #CA7850
}

.contact-line a:focus {
background: #dcaaab47;
outline: 2px solid #CA7850;
outline-offset: 2px;
border-radius: 3px
}

.footer-links-col {
display: flex;
flex-direction: column;
gap: 24px;
justify-content: space-between;
height: 100%
}

.footer-nav-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 4px 0;
list-style: none;
margin: 0;
padding: 0;
border: 1.5px solid #ca785033;
border-radius: 8px;
padding: 12px 24px;
background: #ffffff73;
box-shadow: 0 3px 2px 0 #ca785014
}

.footer-nav-row li {
display: flex;
align-items: center
}

.footer-nav-row li+li::before {
content: '';
display: inline-block;
width: 1px;
height: 14px;
background: #ca785059;
margin: 0 12px
}

.footer-link {
font-family: 'Roboto', sans-serif;
font-size: 15px;
font-weight: 400;
color: #3b1f0e;
text-decoration: none;
padding: 8px 4px;
border-radius: 3px;
border-bottom: 1.5px solid transparent;
transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), color .1s ease-in;
min-height: 44px;
display: flex;
align-items: center
}

.footer-link:hover {
color: #CA7850;
border-bottom-color: #CA7850
}

.footer-link:focus {
background: #dcaaab47;
outline: 2px solid #CA7850;
outline-offset: 2px
}

.footer-bottom-row {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 8px;
padding-top: 24px;
border-top: 1px solid #ca78502e;
grid-column: 1 / -1
}

.copyright-text {
font-family: 'Roboto', sans-serif;
font-size: 13px;
font-weight: 300;
color: #7a5040;
line-height: 1.45
}

.footer-terms-link {
font-family: 'Roboto', sans-serif;
font-size: 13px;
font-weight: 400;
color: #7a5040;
text-decoration: underline;
text-underline-offset: 2px;
border-radius: 3px;
transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.footer-terms-link:hover {
color: #CA7850
}

.footer-terms-link:focus {
background: #dcaaab47;
outline: 2px solid #CA7850;
outline-offset: 2px
}

.consent-popup-overlay {
position: fixed;
bottom: 24px;
left: 0;
right: 0;
margin: auto;
width: 560px;
max-width: calc(100vw - 48px);
background: #eee1dcf7;
border: 1.5px solid #ca785040;
border-radius: 8px;
box-shadow: 0 8px 40px 0 #ca78501c;
padding: 24px;
z-index: 2000;
font-family: 'Roboto', sans-serif
}

.consent-headline {
font-size: 17px;
font-weight: 700;
color: #2a1a10;
line-height: 1.2;
margin: 0 0 8px
}

.consent-desc {
font-size: 13px;
font-weight: 400;
color: #3b1f0e;
line-height: 1.65;
margin: 0 0 12px
}

.consent-uses {
font-size: 13px;
color: #3b1f0e;
line-height: 1.65;
margin: 0 0 24px;
padding-left: 16px
}

.consent-uses li {
margin-bottom: 4px
}

.consent-actions {
display: flex;
align-items: center;
gap: 24px;
flex-wrap: wrap
}

.consent-accept-btn {
font-size: 15px;
font-weight: 600;
color: #2a1a10;
background: none;
border: none;
cursor: pointer;
padding: 8px 4px;
text-decoration: underline;
text-underline-offset: 2px;
border-radius: 3px;
transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.consent-accept-btn:hover {
color: #CA7850
}

.consent-accept-btn:focus {
background: #dcaaab47;
outline: 2px solid #CA7850;
outline-offset: 2px
}

.consent-reject-btn {
font-size: 15px;
font-weight: 400;
color: #7a5040;
background: none;
border: none;
cursor: pointer;
padding: 8px 4px;
text-decoration: underline;
text-underline-offset: 2px;
border-radius: 3px;
transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.consent-reject-btn:hover {
color: #CA7850
}

.consent-reject-btn:focus {
background: #dcaaab47;
outline: 2px solid #CA7850;
outline-offset: 2px
}

.policy-details {
max-width: 1400px;
margin: 0 auto;
padding: 48px 24px
}

.policy-details h1 {
font-size: 50px;
line-height: 1.2;
letter-spacing: -.02em;
color: #2a1f1a;
margin-bottom: 24px;
margin-top: 0
}

.policy-details h2 {
font-size: 38px;
line-height: 1.2;
letter-spacing: -.015em;
color: #2a1f1a;
margin-top: 48px;
margin-bottom: 24px
}

.policy-details h3 {
font-size: 28px;
line-height: 1.45;
letter-spacing: -.01em;
color: #2a1f1a;
margin-top: 48px;
margin-bottom: 12px
}

.policy-details h4 {
font-size: 17px;
line-height: 1.45;
letter-spacing: -.005em;
color: #2a1f1a;
margin-top: 24px;
margin-bottom: 12px
}

.policy-details h5 {
font-size: 15px;
line-height: 1.45;
letter-spacing: 0;
color: #3a2a22;
margin-top: 24px;
margin-bottom: 8px
}

.policy-details h6 {
font-size: 13px;
line-height: 1.45;
letter-spacing: .02em;
text-transform: uppercase;
color: #CA7850;
margin-top: 24px;
margin-bottom: 8px
}

.policy-details p {
font-size: 17px;
line-height: 1.65;
color: #2e2018;
margin-top: 0;
margin-bottom: 24px
}

.policy-details ul,
.policy-details ol {
font-size: 17px;
line-height: 1.65;
color: #2e2018;
margin-top: 0;
margin-bottom: 24px;
padding-left: 24px
}

.policy-details ul {
list-style: none;
padding-left: 0
}

.policy-details ul li {
padding-left: 24px;
position: relative;
margin-bottom: 8px
}

.policy-details ul li::before {
content: "";
position: absolute;
left: 0;
top: 10px;
width: 8px;
height: 8px;
border-radius: 40px;
background-color: #CA7850
}

.policy-details ol {
list-style: none;
counter-reset: policy-counter;
padding-left: 0
}

.policy-details ol li {
counter-increment: policy-counter;
padding-left: 24px;
position: relative;
margin-bottom: 8px
}

.policy-details ol li::before {
content: counter(policy-counter) ".";
position: absolute;
left: 0;
top: 0;
font-size: 15px;
line-height: 1.65;
color: #CA7850;
font-weight: 700
}

.policy-details ul ul,
.policy-details ol ol,
.policy-details ul ol,
.policy-details ol ul {
margin-top: 8px;
margin-bottom: 8px
}

.policy-details ul ul li::before {
background-color: #DCAAAB;
width: 6px;
height: 6px;
top: 11px
}

.policy-details strong,
.policy-details b {
font-weight: 700;
color: #2a1f1a
}

.policy-details em,
.policy-details i {
font-style: italic;
color: #4a3020
}

.policy-details hr {
border: none;
height: 1px;
background-color: #EEE1DC;
margin-top: 48px;
margin-bottom: 48px;
box-shadow: 0 3px 2px 0 #ca785014
}

.policy-details h1+p,
.policy-details h2+p,
.policy-details h3+p,
.policy-details h4+p {
margin-top: 0
}

@media (max-width: 768px) {
.policy-details {
padding: 24px 12px
}

.policy-details h1 {
font-size: 38px
}

.policy-details h2 {
font-size: 28px;
margin-top: 48px
}

.policy-details h3 {
font-size: 17px;
margin-top: 24px
}

.policy-details p,
.policy-details ul,
.policy-details ol {
font-size: 15px
}
}

.exp-det {
max-width: 1400px;
margin: 0 auto;
padding: 0;
overflow: hidden
}

.exp-det .art-lead {
background: linear-gradient(160deg, #EEE1DC 0%, #fff 55%, #DCAAAB22 100%);
padding: 48px 96px;
display: flex;
flex-direction: row;
gap: 48px;
align-items: center;
position: relative
}

.exp-det .art-lead::before {
content: '';
position: absolute;
top: 12px;
left: 12px;
right: 12px;
bottom: 12px;
border-top: 1px solid #CA785033;
border-left: 1px solid #CA785033;
pointer-events: none
}

.exp-det .art-lead::after {
content: '';
position: absolute;
top: 12px;
left: 12px;
right: 12px;
bottom: 12px;
border-bottom: 1px solid #CA785033;
border-right: 1px solid #CA785033;
pointer-events: none
}

.exp-det .lead-text {
flex: 1 1 55%;
min-width: 0
}

.exp-det .lead-img-wrap {
flex: 0 0 38%;
max-width: 38%;
position: relative
}

.exp-det .lead-img-wrap img {
width: 100%;
height: 340px;
object-fit: cover;
border-radius: 8px;
display: block;
opacity: .82;
box-shadow: 0 8px 40px 0 #ca78501c
}

.exp-det .art-tag {
display: inline-block;
background: #CA7850;
color: #fff;
font-size: 13px;
letter-spacing: .06em;
padding: 4px 12px;
border-radius: 3px;
margin-bottom: 12px;
font-weight: 600
}

.exp-det .art-cat {
display: inline-block;
background: #EEE1DC;
color: #7a4a2a;
font-size: 13px;
letter-spacing: .04em;
padding: 4px 12px;
border-radius: 3px;
margin-bottom: 12px;
margin-left: 8px
}

.exp-det .lead-h1 {
font-size: 50px;
line-height: 1.2;
letter-spacing: -.02em;
color: #1b1107;
margin: 0 0 12px;
font-weight: 800
}

.exp-det .lead-sub {
font-size: 17px;
line-height: 1.45;
color: #5c3a1e;
margin: 0 0 24px
}

.exp-det .art-meta {
display: flex;
flex-direction: row;
align-items: center;
gap: 24px;
flex-wrap: wrap
}

.exp-det .meta-author {
font-size: 15px;
color: #3d2008;
font-weight: 600
}

.exp-det .meta-date {
font-size: 13px;
color: #8a6040
}

.exp-det .meta-read {
font-size: 13px;
color: #8a6040;
display: flex;
flex-direction: row;
align-items: center;
gap: 4px
}

.exp-det .meta-read svg {
flex-shrink: 0
}

.exp-det .art-body-wrap {
display: flex;
flex-direction: row;
gap: 48px;
padding: 48px 96px;
background: #fff;
align-items: flex-start
}

.exp-det .art-body {
flex: 1 1 65%;
min-width: 0
}

.exp-det .art-body-text {
font-size: 17px;
line-height: 1.65;
color: #1b1107
}

.exp-det .art-body-text p {
margin: 0 0 24px
}

.exp-det .art-body-text p:first-child {
font-size: 17px;
line-height: 1.65
}

.exp-det .art-body-text h2 {
font-size: 28px;
line-height: 1.2;
letter-spacing: -.01em;
color: #1b1107;
margin: 48px 0 12px;
font-weight: 700
}

.exp-det .art-body-text h3 {
font-size: 17px;
line-height: 1.45;
color: #CA7850;
margin: 24px 0 8px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .05em
}

.exp-det .art-body-text em {
color: #CA7850;
font-style: italic
}

.exp-det .art-body-text blockquote {
margin: 24px 0;
padding: 12px 24px;
border-left: 4px solid #CA7850;
border-bottom: 1px solid #EEE1DC;
background: #EEE1DC55;
border-radius: 3px;
font-size: 17px;
line-height: 1.65;
color: #3d2008
}

.exp-det .art-body-text blockquote cite {
display: block;
font-size: 13px;
color: #8a6040;
margin-top: 8px;
font-style: normal
}

.exp-det .art-aside {
flex: 0 0 28%;
max-width: 28%;
display: flex;
flex-direction: column;
gap: 24px;
position: sticky;
top: 24px
}

.exp-det .aside-card {
background: #EEE1DC;
border-radius: 8px;
padding: 24px;
box-shadow: 0 4px 22px 0 #ca78501c
}

.exp-det .aside-card-head {
font-size: 13px;
font-weight: 700;
letter-spacing: .07em;
text-transform: uppercase;
color: #7a4a2a;
margin: 0 0 12px
}

.exp-det .matrix-table {
width: 100%;
border-collapse: collapse
}

.exp-det .matrix-table th {
font-size: 13px;
color: #7a4a2a;
font-weight: 700;
text-align: left;
padding: 4px 8px;
border-bottom: 1px solid #CA785033
}

.exp-det .matrix-table td {
font-size: 13px;
color: #1b1107;
padding: 8px;
border-bottom: 1px solid #CA785022;
vertical-align: middle
}

.exp-det .matrix-table tr:last-child td {
border-bottom: none
}

.exp-det .ind-dot {
width: 10px;
height: 10px;
border-radius: 40px;
display: inline-block
}

.exp-det .ind-yes {
background: #CA7850
}

.exp-det .ind-part {
background: #DCAAAB
}

.exp-det .ind-no {
background: #d0cbc7
}

.exp-det .print-btn {
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 8px;
background: transparent;
border: 1.5px solid #CA7850;
color: #CA7850;
font-size: 13px;
font-weight: 600;
padding: 8px 24px;
border-radius: 40px;
cursor: pointer;
transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), color .15s cubic-bezier(0.4, 0, 1, 1);
letter-spacing: .04em
}

.exp-det .print-btn:hover {
border-color: #3d2008;
color: #3d2008
}

.exp-det .print-btn:focus {
outline: 2px solid #CA7850;
outline-offset: 2px
}

.exp-det .react-block {
background: linear-gradient(180deg, #EEE1DC 0%, #fff 100%);
padding: 48px 96px;
border-top: 1px solid #EEE1DC;
display: flex;
flex-direction: column;
gap: 24px;
position: relative;
overflow: hidden
}

.exp-det .react-block::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 320px;
height: 320px;
background: repeating-conic-gradient(#CA785009 0deg 2deg, transparent 2deg 18deg);
border-radius: 40px 0 0 0;
pointer-events: none
}

.exp-det .react-head {
font-size: 28px;
line-height: 1.2;
color: #1b1107;
font-weight: 700;
letter-spacing: -.01em;
margin: 0
}

.exp-det .react-sub {
font-size: 15px;
color: #5c3a1e;
margin: 0;
line-height: 1.45
}

.exp-det .react-row {
display: flex;
flex-direction: row;
gap: 12px;
flex-wrap: wrap;
align-items: center
}

.exp-det .react-item {
position: relative
}

.exp-det .react-item input[type="radio"] {
position: absolute;
opacity: 0;
width: 0;
height: 0;
pointer-events: none
}

.exp-det .react-item label {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
padding: 12px 24px;
border: 1.5px solid #DCAAAB;
border-radius: 8px;
cursor: pointer;
background: #fff;
transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s cubic-bezier(0.4, 0, 1, 1);
box-shadow: 0 3px 2px 0 #ca785014;
min-width: 80px
}

.exp-det .react-item label:hover {
border-color: #CA7850;
box-shadow: 0 4px 22px 0 #ca78501c
}

.exp-det .react-item input[type="radio"]:checked+label {
border-color: #CA7850 !important;
background: #EEE1DC;
box-shadow: inset 0 4px 8px 0 #ca78501a 0 4px 22px 0 #ca78501c
}

.exp-det .react-emoji-wrap {
font-size: 28px;
line-height: 1.2
}

.exp-det .react-label-txt {
font-size: 13px;
color: #5c3a1e;
font-weight: 600;
text-align: center
}

.exp-det .react-likes {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
margin-top: 8px
}

.exp-det .like-count {
font-size: 28px;
font-weight: 800;
color: #CA7850;
line-height: 1.2
}

.exp-det .like-label {
font-size: 15px;
color: #5c3a1e;
line-height: 1.45
}

.exp-det .sweep-text {
background: linear-gradient(90deg, #1b1107 0%, #1b1107 30%, #CA7850 50%, #1b1107 70%, #1b1107 100%);
background-size: 200% auto;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
animation: sweep-color 1.8s cubic-bezier(0.4, 0, 1, 1) .2s both
}

@keyframes sweep-color {
0% {
background-position: 100% center
}

100% {
background-position: 0 center
}
}

.exp-det .prog-link {
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 8px;
background: #CA7850;
color: #fff;
font-size: 15px;
font-weight: 600;
padding: 12px 24px;
border-radius: 40px;
text-decoration: none;
border: 1.5px solid #CA7850;
transition: border-color .17s cubic-bezier(0.4, 0, 1, 1);
box-shadow: 0 4px 22px 0 #ca78501c
}

.exp-det .prog-link:hover {
border-color: #3d2008;
text-decoration: none;
color: #fff
}

.exp-det .prog-link:focus {
outline: 2px solid #3d2008;
outline-offset: 2px
}

.exp-det .aside-prog-link {
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 8px;
background: transparent;
color: #CA7850;
font-size: 13px;
font-weight: 600;
padding: 8px 12px;
border-radius: 3px;
text-decoration: none;
border: 1.5px solid #CA7850;
transition: border-color .12s cubic-bezier(0.4, 0, 1, 1);
margin-top: 8px
}

.exp-det .aside-prog-link:hover {
border-color: #3d2008;
color: #3d2008;
text-decoration: none
}

.exp-det .matrix-legend {
display: flex;
flex-direction: row;
gap: 12px;
flex-wrap: wrap;
margin-top: 12px
}

.exp-det .leg-item {
display: flex;
flex-direction: row;
align-items: center;
gap: 4px;
font-size: 13px;
color: #5c3a1e
}

@media (max-width: 900px) {
.exp-det .art-lead {
flex-direction: column;
padding: 48px 24px;
gap: 24px
}

.exp-det .lead-img-wrap {
flex: none;
max-width: 100%;
width: 100%
}

.exp-det .art-body-wrap {
flex-direction: column;
padding: 48px 24px
}

.exp-det .art-aside {
max-width: 100%;
position: static
}

.exp-det .react-block {
padding: 48px 24px
}

.exp-det .lead-h1 {
font-size: 38px
}
}

@media (max-width: 600px) {
.exp-det .lead-h1 {
font-size: 28px
}

.exp-det .react-row {
gap: 8px
}

.exp-det .react-item label {
min-width: 60px;
padding: 8px 12px
}
}

@media print {
.exp-det .art-lead {
background: #fff;
padding: 24px 0;
border: none
}

.exp-det .art-lead::before,
.exp-det .art-lead::after {
display: none
}

.exp-det .lead-img-wrap img {
box-shadow: none;
opacity: 1
}

.exp-det .art-aside {
display: none
}

.exp-det .art-body-wrap {
padding: 24px 0;
display: block
}

.exp-det .react-block {
display: none
}

.exp-det .print-btn {
display: none
}

.exp-det .art-body {
width: 100%
}

.exp-det .art-body-text {
font-size: 13px;
line-height: 1.65;
color: #000
}

.exp-det .art-body-text h2 {
font-size: 17px;
color: #000
}

.exp-det .art-body-text blockquote {
border-left: 3px solid #000;
background: none
}

.exp-det .lead-h1 {
font-size: 28px;
color: #000
}

.exp-det .lead-sub {
color: #333
}

.exp-det .sweep-text {
-webkit-text-fill-color: #000;
background: none
}
}

.abt-pg {
max-width: 100%;
overflow-x: hidden
}

.abt-pg .seg-bound {
max-width: 1400px;
margin-left: auto;
margin-right: auto;
padding-left: 48px;
padding-right: 48px
}

.abt-pg .opener {
background: #1b1410;
padding-top: 48px;
padding-bottom: 96px;
position: relative
}

.abt-pg .opener-grid {
display: flex;
flex-direction: row;
align-items: stretch;
gap: 48px;
position: relative;
z-index: 2
}

.abt-pg .opener-text {
flex: 1 1 55%;
display: flex;
flex-direction: column;
justify-content: center;
padding-top: 48px
}

.abt-pg .opener-label {
font-size: 13px;
letter-spacing: .12em;
color: #DCAAAB;
text-transform: uppercase;
margin-bottom: 24px;
display: block
}

.abt-pg .opener-h1 {
font-size: 50px;
line-height: 1.2;
letter-spacing: -.03em;
color: #EEE1DC;
margin-bottom: 24px;
font-weight: 700
}

.abt-pg .opener-h1 span {
display: block
}

.abt-pg .opener-sub {
font-size: 17px;
line-height: 1.65;
color: #b8a49e;
max-width: 480px;
margin-bottom: 48px
}

.abt-pg .opener-link {
display: inline-block;
font-size: 15px;
color: #1b1410;
background: #CA7850;
padding: 12px 24px;
border-radius: 3px;
text-decoration: none;
font-weight: 600;
border: 2px solid #CA7850;
transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1);
align-self: flex-start
}

.abt-pg .opener-link:hover {
border-color: #EEE1DC;
color: #1b1410
}

.abt-pg .opener-img-col {
flex: 0 0 40%;
position: relative;
min-height: 420px
}

.abt-pg .opener-img-wrap {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
border-radius: 8px;
box-shadow: 0 8px 40px 0 #ca78501c
}

.abt-pg .opener-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block
}

.abt-pg .opener-img-grad {
position: absolute;
inset: 0;
background: linear-gradient(to right, #1b1410 0%, transparent 60%);
pointer-events: none
}

.abt-pg .shape-a {
position: absolute;
width: 320px;
height: 320px;
border: 1px solid #ca78501f;
border-radius: 40px;
top: -48px;
right: -48px;
pointer-events: none
}

.abt-pg .shape-b {
position: absolute;
width: 200px;
height: 200px;
border: 1px solid #dcaaab1a;
border-radius: 8px;
bottom: 24px;
left: -24px;
pointer-events: none
}

.abt-pg .opener-reveal {
clip-path: inset(0 100% 0 0);
animation: reveal-h .16s cubic-bezier(0.4, 0, 1, 1) forwards;
animation-delay: .05s
}

@keyframes reveal-h {
to {
clip-path: inset(0 0% 0 0)
}
}

.abt-pg .opener-reveal-up {
clip-path: inset(0 0 100% 0);
animation: reveal-v .14s cubic-bezier(0.4, 0, 1, 1) forwards;
animation-delay: .1s
}

@keyframes reveal-v {
to {
clip-path: inset(0 0 0% 0)
}
}

.abt-pg .who-seg {
background: #EEE1DC;
padding-top: 96px;
padding-bottom: 96px
}

.abt-pg .who-inner {
display: flex;
flex-direction: row;
gap: 48px;
align-items: flex-start
}

.abt-pg .who-left {
flex: 0 0 38%;
display: flex;
flex-direction: column;
gap: 24px
}

.abt-pg .who-img-stack {
position: relative;
width: 100%
}

.abt-pg .who-img-main {
width: 100%;
height: 340px;
object-fit: cover;
object-position: center;
display: block;
border-radius: 8px;
box-shadow: 0 8px 40px 0 #ca78501c
}

.abt-pg .who-img-accent {
width: 56%;
height: 180px;
object-fit: cover;
object-position: center;
display: block;
border-radius: 8px;
box-shadow: 0 4px 22px 0 #ca78501c;
margin-top: 12px;
margin-left: auto
}

.abt-pg .who-stat-row {
display: flex;
flex-direction: row;
gap: 24px
}

.abt-pg .who-stat {
flex: 1;
background: #fff;
border-radius: 8px;
padding: 24px;
box-shadow: 0 3px 2px 0 #ca785014;
border-top: 3px solid #CA7850;
border-left: 1px solid #ca785026;
border-right: 1px solid #ca785026;
border-bottom: 1px solid #ca785026
}

.abt-pg .who-stat-num {
font-size: 38px;
line-height: 1.2;
font-weight: 700;
color: #CA7850;
letter-spacing: -.02em;
display: block
}

.abt-pg .who-stat-desc {
font-size: 13px;
line-height: 1.45;
color: #5a4035;
margin-top: 4px;
display: block
}

.abt-pg .who-right {
flex: 1;
display: flex;
flex-direction: column;
gap: 24px
}

.abt-pg .who-tag {
font-size: 13px;
letter-spacing: .1em;
text-transform: uppercase;
color: #CA7850;
font-weight: 600
}

.abt-pg .who-h2 {
font-size: 38px;
line-height: 1.2;
letter-spacing: -.025em;
color: #2a1a10;
font-weight: 700
}

.abt-pg .who-h2 span {
display: block
}

.abt-pg .who-intro-p {
font-size: 17px;
line-height: 1.65;
color: #3d2518
}

.abt-pg .who-body-p {
font-size: 15px;
line-height: 1.65;
color: #5a4035
}

.abt-pg .who-divider {
width: 48px;
height: 2px;
background: #CA7850;
border-radius: 3px
}

.abt-pg .who-conn-diagram {
background: #fff;
border-radius: 8px;
padding: 24px;
box-shadow: 0 3px 2px 0 #ca785014;
display: flex;
flex-direction: column;
gap: 8px
}

.abt-pg .conn-row {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px
}

.abt-pg .conn-node {
flex: 0 0 auto;
width: 40px;
height: 40px;
border-radius: 40px;
background: #EEE1DC;
display: flex;
align-items: center;
justify-content: center
}

.abt-pg .conn-node svg {
width: 20px;
height: 20px
}

.abt-pg .conn-line {
flex: 1;
height: 1px;
background: linear-gradient(to right, #CA7850, #DCAAAB);
position: relative
}

.abt-pg .conn-label {
font-size: 13px;
color: #5a4035;
line-height: 1.45;
flex: 0 0 auto;
max-width: 160px
}

.abt-pg .conn-arrow {
flex: 0 0 auto;
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 8px solid #DCAAAB
}

.abt-pg .team-seg {
background: #fff;
padding-top: 96px;
padding-bottom: 96px;
border-top: 1px solid #ca78501f
}

.abt-pg .team-top {
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: space-between;
margin-bottom: 48px;
gap: 24px
}

.abt-pg .team-h2 {
font-size: 38px;
line-height: 1.2;
font-weight: 700;
letter-spacing: -.025em;
color: #2a1a10
}

.abt-pg .team-h2 span {
display: block
}

.abt-pg .team-intro {
font-size: 15px;
line-height: 1.65;
color: #5a4035;
max-width: 420px
}

.abt-pg .team-grid {
display: flex;
flex-direction: row;
gap: 48px;
align-items: flex-start
}

.abt-pg .team-portrait-col {
flex: 0 0 auto;
display: flex;
flex-direction: row;
gap: 24px
}

.abt-pg .portrait-card {
display: flex;
flex-direction: column;
gap: 12px;
width: 220px
}

.abt-pg .portrait-img-wrap {
width: 220px;
height: 330px;
overflow: hidden;
border-radius: 0;
box-shadow: 0 8px 40px 0 #ca78501c;
position: relative
}

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

.abt-pg .portrait-card:hover .portrait-img-wrap img {
transform: scale(1.04)
}

.abt-pg .portrait-strip {
height: 3px;
background: linear-gradient(to bottom, #CA7850, #DCAAAB);
border-radius: 0
}

.abt-pg .portrait-name {
font-size: 17px;
font-weight: 700;
color: #2a1a10;
line-height: 1.2
}

.abt-pg .portrait-role {
font-size: 13px;
color: #CA7850;
letter-spacing: .06em;
text-transform: uppercase;
font-weight: 600
}

.abt-pg .portrait-bio {
font-size: 13px;
line-height: 1.65;
color: #5a4035
}

.abt-pg .team-detail-col {
flex: 1;
display: flex;
flex-direction: column;
gap: 24px
}

.abt-pg .team-detail-img {
width: 100%;
height: 260px;
object-fit: cover;
object-position: center;
display: block;
border-radius: 8px;
box-shadow: 0 4px 22px 0 #ca78501c
}

.abt-pg .team-vals {
display: flex;
flex-direction: column;
gap: 8px
}

.abt-pg .val-item {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px;
padding: 12px;
border-radius: 8px;
background: #EEE1DC;
transition: background .12s cubic-bezier(0.4, 0, 1, 1)
}

.abt-pg .val-item:hover {
background: #DCAAAB
}

.abt-pg .val-dot {
flex: 0 0 auto;
width: 8px;
height: 8px;
border-radius: 40px;
background: #CA7850;
margin-top: 5px
}

.abt-pg .val-text {
font-size: 15px;
line-height: 1.45;
color: #2a1a10
}

.abt-pg .val-text strong {
font-weight: 700;
color: #1b1410
}

.abt-pg .team-extra-img {
width: 100%;
height: 200px;
object-fit: cover;
object-position: center;
display: block;
border-radius: 8px;
box-shadow: 0 3px 2px 0 #ca785014
}

@media (max-width: 900px) {
.abt-pg .seg-bound {
padding-left: 24px;
padding-right: 24px
}

.abt-pg .opener-grid {
flex-direction: column
}

.abt-pg .opener-img-col {
min-height: 260px
}

.abt-pg .opener-h1 {
font-size: 38px
}

.abt-pg .who-inner {
flex-direction: column
}

.abt-pg .who-left {
flex: none;
width: 100%
}

.abt-pg .team-top {
flex-direction: column;
align-items: flex-start
}

.abt-pg .team-grid {
flex-direction: column
}

.abt-pg .team-portrait-col {
flex-direction: row;
flex-wrap: wrap
}
}

@media (max-width: 600px) {
.abt-pg .opener-h1 {
font-size: 28px
}

.abt-pg .who-h2 {
font-size: 28px
}

.abt-pg .team-h2 {
font-size: 28px
}

.abt-pg .who-stat-row {
flex-direction: column
}

.abt-pg .team-portrait-col {
flex-direction: column
}

.abt-pg .portrait-card {
width: 100%
}

.abt-pg .portrait-img-wrap {
width: 100%
}
}

.exp-op {
background: #fff;
overflow-x: clip
}

.exp-op .pg-bound {
max-width: 1400px;
margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px
}

.exp-op .pg-intro {
padding-top: 96px;
padding-bottom: 48px;
background: linear-gradient(180deg, #EEE1DC 0%, #fff 100%);
position: relative
}

.exp-op .pg-intro-inner {
display: flex;
flex-direction: row;
align-items: center;
gap: 48px
}

.exp-op .pg-intro-text {
flex: 0 0 55%;
max-width: 55%
}

.exp-op .label-sup {
display: inline-block;
font-size: 13px;
letter-spacing: .12em;
text-transform: uppercase;
color: #CA7850;
margin-bottom: 12px;
font-weight: 600
}

.exp-op .pg-intro-text h1 {
font-size: 50px;
line-height: 1.2;
letter-spacing: -.02em;
color: #1e1a17;
margin-bottom: 24px;
font-weight: 800
}

.exp-op .pg-intro-text h1 span {
display: block
}

.exp-op .pg-intro-lead {
font-size: 17px;
line-height: 1.65;
color: #3a2e28;
max-width: 480px
}

.exp-op .pg-intro-visual {
flex: 1 1 0;
position: relative;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 8px 40px 0 #ca78501c
}

.exp-op .pg-intro-visual img {
width: 100%;
height: 340px;
object-fit: cover;
display: block;
border-radius: 8px;
animation: imgzoom 8s cubic-bezier(0.4, 0, 1, 1) infinite alternate
}

@keyframes imgzoom {
from {
transform: scale(1)
}

to {
transform: scale(1.06)
}
}

.exp-op .pg-intro-visual::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(270deg, #eee1dc8c 0%, transparent 60%);
border-radius: 8px;
pointer-events: none
}

.exp-op .wave-div {
display: block;
width: 100%;
line-height: 0;
margin-top: -2px
}

.exp-op .wave-div svg {
width: 100%;
height: auto;
display: block
}

.exp-op .posts-band {
padding-top: 48px;
padding-bottom: 96px;
background: #fff
}

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

.exp-op .post-card {
border-radius: 8px;
background: #fff;
box-shadow: 0 4px 22px 0 #ca78501c;
display: flex;
flex-direction: column;
transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1), transform .12s cubic-bezier(0.4, 0, 1, 1);
overflow: hidden
}

.exp-op .post-card:hover {
box-shadow: 0 8px 40px 0 #ca78502e;
transform: translateY(-3px)
}

.exp-op .post-card-img {
width: 100%;
height: 180px;
background: #EEE1DC;
position: relative;
overflow: hidden
}

.exp-op .post-card-img-placeholder {
width: 100%;
height: 100%;
background: linear-gradient(180deg, #EEE1DC 0%, #DCAAAB 100%);
display: flex;
align-items: center;
justify-content: center
}

.exp-op .post-card-img-placeholder svg {
opacity: .35
}

.exp-op .post-card-body {
padding: 24px;
display: flex;
flex-direction: column;
gap: 12px;
flex: 1 1 0
}

.exp-op .post-tag-row {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
flex-wrap: wrap
}

.exp-op .post-tag {
font-size: 13px;
color: #CA7850;
background: #EEE1DC;
border-radius: 40px;
padding: 4px 12px;
font-weight: 600;
letter-spacing: .04em
}

.exp-op .post-cat-tag {
font-size: 13px;
color: #7a4a30;
background: #DCAAAB33;
border-radius: 40px;
padding: 4px 12px;
font-weight: 500
}

.exp-op .post-card-title {
font-size: 17px;
line-height: 1.45;
color: #1e1a17;
font-weight: 700;
margin: 0
}

.exp-op .post-card-sub {
font-size: 15px;
line-height: 1.45;
color: #5a4035;
font-weight: 500;
margin: 0
}

.exp-op .post-card-desc {
font-size: 15px;
line-height: 1.65;
color: #5a4035;
margin: 0;
flex: 1 1 0
}

.exp-op .post-meta-row {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
flex-wrap: wrap;
padding-top: 8px;
border-top: 1px solid #EEE1DC
}

.exp-op .post-author {
font-size: 13px;
color: #7a4a30;
font-weight: 600
}

.exp-op .post-date {
font-size: 13px;
color: #a08070
}

.exp-op .post-readtime {
font-size: 13px;
color: #a08070;
margin-left: auto
}

.exp-op .post-likes {
display: flex;
flex-direction: row;
align-items: center;
gap: 4px;
font-size: 13px;
color: #CA7850;
font-weight: 600
}

.exp-op .post-likes svg {
display: block
}

.exp-op .post-card-link {
display: inline-block;
margin-top: 4px;
font-size: 13px;
color: #CA7850;
font-weight: 700;
text-decoration: none;
letter-spacing: .04em;
border-bottom: 2px solid #DCAAAB;
padding-bottom: 2px;
transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1);
align-self: flex-start
}

.exp-op .post-card-link:hover {
color: #7a4a30;
border-color: #CA7850
}

.exp-op .trust-band {
background: #EEE1DC;
padding-top: 96px;
padding-bottom: 96px;
position: relative
}

.exp-op .trust-band-noise {
position: absolute;
inset: 0;
pointer-events: none;
border-radius: 0;
opacity: .045;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
background-repeat: repeat
}

.exp-op .trust-inner {
display: flex;
flex-direction: row;
gap: 48px;
align-items: flex-start
}

.exp-op .trust-left {
flex: 0 0 42%;
max-width: 42%
}

.exp-op .trust-left h2 {
font-size: 38px;
line-height: 1.2;
letter-spacing: -.02em;
color: #1e1a17;
font-weight: 800;
margin-bottom: 24px
}

.exp-op .trust-left h2 span {
display: block
}

.exp-op .trust-left-body {
font-size: 15px;
line-height: 1.65;
color: #3a2e28;
margin-bottom: 24px
}

.exp-op .trust-signals {
display: flex;
flex-direction: column;
gap: 12px;
margin-top: 8px
}

.exp-op .trust-sig-item {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px;
background: #fff;
border-radius: 8px;
padding: 12px 24px;
box-shadow: 0 3px 2px 0 #ca785014
}

.exp-op .trust-sig-icon {
flex: 0 0 32px;
width: 32px;
height: 32px;
border-radius: 8px;
background: #CA7850;
display: flex;
align-items: center;
justify-content: center;
margin-top: 2px
}

.exp-op .trust-sig-icon svg {
display: block
}

.exp-op .trust-sig-text {
flex: 1 1 0
}

.exp-op .trust-sig-label {
font-size: 13px;
font-weight: 700;
color: #1e1a17;
margin-bottom: 4px
}

.exp-op .trust-sig-desc {
font-size: 13px;
line-height: 1.45;
color: #5a4035
}

.exp-op .trust-right {
flex: 1 1 0;
display: flex;
flex-direction: column;
gap: 24px
}

.exp-op .review-card {
background: #fff;
border-radius: 8px;
padding: 24px;
box-shadow: 0 4px 22px 0 #ca78501c;
display: flex;
flex-direction: column;
gap: 12px
}

.exp-op .review-stars {
display: flex;
flex-direction: row;
gap: 4px
}

.exp-op .star-shape {
width: 14px;
height: 14px;
display: block
}

.exp-op .review-quote {
font-size: 15px;
line-height: 1.65;
color: #3a2e28;
font-style: italic
}

.exp-op .review-person {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px
}

.exp-op .review-avatar {
width: 36px;
height: 36px;
border-radius: 40px;
background: linear-gradient(180deg, #CA7850 0%, #DCAAAB 100%);
display: flex;
align-items: center;
justify-content: center;
font-size: 15px;
font-weight: 700;
color: #fff;
flex: 0 0 36px
}

.exp-op .review-name {
font-size: 13px;
font-weight: 700;
color: #1e1a17
}

.exp-op .review-role {
font-size: 13px;
color: #a08070
}

.exp-op .about-band {
padding-top: 96px;
padding-bottom: 96px;
background: #fff
}

.exp-op .about-inner {
display: flex;
flex-direction: row;
gap: 48px;
align-items: center
}

.exp-op .about-text {
flex: 1 1 0
}

.exp-op .about-text h2 {
font-size: 38px;
line-height: 1.2;
letter-spacing: -.02em;
color: #1e1a17;
font-weight: 800;
margin-bottom: 24px
}

.exp-op .about-text h2 span {
display: block
}

.exp-op .about-lead {
font-size: 17px;
line-height: 1.65;
color: #3a2e28;
margin-bottom: 24px
}

.exp-op .about-body {
font-size: 15px;
line-height: 1.65;
color: #5a4035;
margin-bottom: 12px
}

.exp-op .about-cta {
display: inline-block;
margin-top: 12px;
background: #CA7850;
color: #fff;
font-size: 15px;
font-weight: 700;
border-radius: 40px;
padding: 12px 48px;
text-decoration: none;
border: 2px solid #CA7850;
transition: border-color .13s cubic-bezier(0.4, 0, 1, 1), color .13s cubic-bezier(0.4, 0, 1, 1)
}

.exp-op .about-cta:hover {
border-color: #7a4a30;
color: #fff
}

.exp-op .about-stats {
flex: 0 0 38%;
max-width: 38%;
display: flex;
flex-direction: column;
gap: 24px
}

.exp-op .stat-block {
background: #EEE1DC;
border-radius: 8px;
padding: 24px;
display: flex;
flex-direction: column;
gap: 8px;
box-shadow: 0 3px 2px 0 #ca785014
}

.exp-op .stat-num {
font-size: 38px;
line-height: 1.2;
font-weight: 800;
color: #CA7850;
letter-spacing: -.02em
}

.exp-op .stat-label {
font-size: 15px;
line-height: 1.45;
color: #3a2e28;
font-weight: 500
}

.exp-op .cta-band {
background: linear-gradient(180deg, #CA7850 0%, #DCAAAB 100%);
padding-top: 96px;
padding-bottom: 96px
}

.exp-op .cta-inner {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 24px
}

.exp-op .cta-inner h2 {
font-size: 38px;
line-height: 1.2;
letter-spacing: -.02em;
color: #fff;
font-weight: 800;
max-width: 640px
}

.exp-op .cta-inner h2 span {
display: block
}

.exp-op .cta-desc {
font-size: 17px;
line-height: 1.65;
color: #fff;
max-width: 520px;
opacity: .92
}

.exp-op .cta-btn {
display: inline-block;
background: #fff;
color: #CA7850;
font-size: 17px;
font-weight: 700;
border-radius: 40px;
padding: 12px 48px;
text-decoration: none;
border: 2px solid #fff;
transition: border-color .13s cubic-bezier(0.4, 0, 1, 1)
}

.exp-op .cta-btn:hover {
border-color: #EEE1DC
}

@media (max-width: 900px) {
.exp-op .pg-intro-inner {
flex-direction: column
}

.exp-op .pg-intro-text {
flex: 1 1 0;
max-width: 100%
}

.exp-op .pg-intro-visual {
width: 100%
}

.exp-op .posts-grid {
grid-template-columns: repeat(2, 1fr)
}

.exp-op .trust-inner {
flex-direction: column
}

.exp-op .trust-left {
flex: 1 1 0;
max-width: 100%
}

.exp-op .about-inner {
flex-direction: column
}

.exp-op .about-stats {
flex: 1 1 0;
max-width: 100%;
width: 100%
}
}

@media (max-width: 600px) {
.exp-op .posts-grid {
grid-template-columns: 1fr
}

.exp-op .pg-intro-text h1 {
font-size: 38px
}

.exp-op .trust-left h2,
.exp-op .about-text h2,
.exp-op .cta-inner h2 {
font-size: 28px
}
}

.strt {
max-width: 1400px;
margin: 0 auto;
overflow-x: clip
}

.strt .pg-band {
display: flex;
flex-direction: row;
align-items: stretch;
gap: 48px;
padding: 48px 48px 48px 0;
position: relative;
background: linear-gradient(180deg, #f5ede8 0%, #fff 100%)
}

.strt .pg-band::before {
content: '';
position: absolute;
left: 320px;
top: 0;
bottom: 0;
width: 1px;
background: linear-gradient(180deg, transparent, #DCAAAB 30%, #DCAAAB 70%, transparent)
}

.strt .pg-band-img {
flex: 0 0 320px;
position: relative;
overflow: hidden;
border-radius: 0 8px 8px 0
}

.strt .pg-band-img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
-webkit-mask-image: linear-gradient(180deg, #0000004d 0%, #000f 40%);
mask-image: linear-gradient(180deg, #0000004d 0%, #000f 40%)
}

.strt .pg-band-text {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
padding: 24px 24px 24px 48px;
position: relative
}

.strt .pg-band-text .big-quote {
position: absolute;
top: -12px;
left: 24px;
font-size: 160px;
line-height: 1.2;
color: #EEE1DC;
font-weight: 700;
pointer-events: none;
user-select: none;
z-index: 0;
letter-spacing: -8px
}

.strt .pg-band-text .band-label {
font-size: 13px;
letter-spacing: .08em;
color: #CA7850;
text-transform: uppercase;
margin-bottom: 12px;
position: relative;
z-index: 1
}

.strt .pg-band-text .band-h1 {
font-size: 50px;
line-height: 1.2;
letter-spacing: -.03em;
color: #1e1a17;
font-weight: 800;
margin-bottom: 24px;
position: relative;
z-index: 1
}

.strt .pg-band-text .band-h1 span {
display: block
}

.strt .pg-band-text .band-desc {
font-size: 17px;
line-height: 1.65;
color: #3d3530;
max-width: 560px;
position: relative;
z-index: 1;
margin-bottom: 24px
}

.strt .pg-band-text .band-desc-sub {
font-size: 15px;
line-height: 1.45;
color: #6b5c52;
max-width: 520px;
position: relative;
z-index: 1
}

.strt .pg-band-text .band-link {
display: inline-block;
margin-top: 24px;
padding: 12px 24px;
background: #CA7850;
color: #fff !important;
font-size: 15px;
font-weight: 600;
border-radius: 3px;
text-decoration: none;
border: 2px solid #CA7850;
transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1);
position: relative;
z-index: 1;
align-self: flex-start
}

.strt .pg-band-text .band-link:hover {
border-color: #a85e38;
background: #a85e38
}

.strt .approach-seg {
padding: 96px 48px;
background: #fff;
position: relative
}

.strt .approach-seg .seg-inner {
display: grid;
grid-template-columns: 2fr 1fr 1fr;
gap: 48px;
align-items: start
}

.strt .approach-seg .seg-main {
padding-right: 48px;
border-right: 1px solid #EEE1DC
}

.strt .approach-seg .seg-main .seg-eyebrow {
font-size: 13px;
color: #CA7850;
letter-spacing: .07em;
text-transform: uppercase;
margin-bottom: 12px
}

.strt .approach-seg .seg-main h2 {
font-size: 38px;
line-height: 1.2;
letter-spacing: -.02em;
color: #1e1a17;
font-weight: 800;
margin-bottom: 24px
}

.strt .approach-seg .seg-main h2 span {
display: block
}

.strt .approach-seg .seg-main .seg-intro {
font-size: 17px;
line-height: 1.65;
color: #3d3530;
margin-bottom: 12px
}

.strt .approach-seg .seg-main .seg-body {
font-size: 15px;
line-height: 1.65;
color: #5a4d46
}

.strt .approach-seg .seg-col {
display: flex;
flex-direction: column;
gap: 24px
}

.strt .approach-seg .seg-col .feat-item {
padding: 24px;
border-radius: 8px;
background: #fdf7f4;
box-shadow: 0 3px 2px 0 #ca785014;
border-top: 3px solid #DCAAAB
}

.strt .approach-seg .seg-col .feat-item .feat-dot {
width: 10px;
height: 10px;
border-radius: 40px;
background: #CA7850;
margin-bottom: 12px
}

.strt .approach-seg .seg-col .feat-item h4 {
font-size: 15px;
font-weight: 700;
color: #1e1a17;
margin-bottom: 8px;
line-height: 1.2
}

.strt .approach-seg .seg-col .feat-item p {
font-size: 13px;
line-height: 1.65;
color: #5a4d46
}

.strt .seg-divider-torn {
width: 100%;
overflow: hidden;
line-height: 0;
display: block
}

.strt .seg-divider-torn svg {
display: block;
width: 100%
}

.strt .current-seg {
padding: 96px 48px;
background: linear-gradient(180deg, #EEE1DC 0%, #f9f3f0 60%, #fff 100%);
position: relative
}

.strt .current-seg .cur-grid {
display: flex;
flex-direction: row;
gap: 48px;
align-items: center
}

.strt .current-seg .cur-img-wrap {
flex: 0 0 420px;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 8px 40px 0 #ca78501c;
position: relative
}

.strt .current-seg .cur-img-wrap img {
width: 100%;
height: 340px;
object-fit: cover;
object-position: center;
display: block
}

.strt .current-seg .cur-text {
flex: 1;
display: flex;
flex-direction: column;
gap: 24px
}

.strt .current-seg .cur-text .cur-eyebrow {
font-size: 13px;
color: #CA7850;
letter-spacing: .07em;
text-transform: uppercase
}

.strt .current-seg .cur-text h2 {
font-size: 38px;
line-height: 1.2;
letter-spacing: -.02em;
color: #1e1a17;
font-weight: 800
}

.strt .current-seg .cur-text h2 span {
display: block
}

.strt .current-seg .cur-text .cur-intro {
font-size: 17px;
line-height: 1.65;
color: #3d3530
}

.strt .current-seg .cur-text .cur-body {
font-size: 15px;
line-height: 1.65;
color: #5a4d46
}

.strt .current-seg .cur-metrics {
display: flex;
flex-direction: row;
gap: 24px;
margin-top: 8px
}

.strt .current-seg .cur-metrics .met-item {
flex: 1;
padding: 16px;
border-radius: 8px;
background: #fff;
border-left: 4px solid #CA7850;
border-top: 1px solid #DCAAAB;
box-shadow: 0 4px 22px 0 #ca78501c
}

.strt .current-seg .cur-metrics .met-item .met-num {
font-size: 28px;
font-weight: 800;
color: #CA7850;
line-height: 1.2;
letter-spacing: -.02em
}

.strt .current-seg .cur-metrics .met-item .met-label {
font-size: 13px;
color: #5a4d46;
line-height: 1.45;
margin-top: 4px
}

.strt .team-seg {
padding: 96px 48px;
background: #fff
}

.strt .team-seg .team-head {
margin-bottom: 48px
}

.strt .team-seg .team-head .team-eyebrow {
font-size: 13px;
color: #CA7850;
letter-spacing: .07em;
text-transform: uppercase;
margin-bottom: 12px
}

.strt .team-seg .team-head h2 {
font-size: 38px;
line-height: 1.2;
letter-spacing: -.02em;
color: #1e1a17;
font-weight: 800;
max-width: 560px
}

.strt .team-seg .team-head h2 span {
display: block
}

.strt .team-seg .team-layout {
display: flex;
flex-direction: row;
gap: 48px;
align-items: flex-start
}

.strt .team-seg .team-profiles {
display: flex;
flex-direction: column;
gap: 24px;
flex: 0 0 300px
}

.strt .team-seg .team-profiles .prof-card {
display: flex;
flex-direction: row;
gap: 16px;
align-items: center;
padding: 16px;
border-radius: 8px;
background: #fdf7f4;
box-shadow: 0 3px 2px 0 #ca785014
}

.strt .team-seg .team-profiles .prof-card .prof-img {
width: 64px;
height: 64px;
border-radius: 50%;
overflow: hidden;
flex-shrink: 0;
box-shadow: 0 4px 22px 0 #ca78501c
}

.strt .team-seg .team-profiles .prof-card .prof-img img {
width: 64px;
height: 64px;
object-fit: cover;
object-position: center;
display: block
}

.strt .team-seg .team-profiles .prof-card .prof-info .prof-name {
font-size: 15px;
font-weight: 700;
color: #1e1a17;
line-height: 1.2
}

.strt .team-seg .team-profiles .prof-card .prof-info .prof-role {
font-size: 13px;
color: #CA7850;
line-height: 1.45;
margin-top: 4px
}

.strt .team-seg .team-text {
flex: 1;
display: flex;
flex-direction: column;
gap: 16px
}

.strt .team-seg .team-text .team-intro {
font-size: 17px;
line-height: 1.65;
color: #3d3530
}

.strt .team-seg .team-text .team-body {
font-size: 15px;
line-height: 1.65;
color: #5a4d46
}

.strt .team-seg .team-text .quote-blk {
margin: 8px 0;
padding: 24px;
border-radius: 8px;
background: linear-gradient(180deg, #fdf7f4 0%, #EEE1DC 100%);
border-left: 4px solid #CA7850;
border-top: 1px solid #DCAAAB;
box-shadow: 0 4px 22px 0 #ca78501c;
position: relative
}

.strt .team-seg .team-text .quote-blk .quote-txt {
font-size: 17px;
line-height: 1.65;
color: #3d3530;
font-style: italic
}

.strt .team-seg .team-text .quote-blk .quote-accent {
font-weight: 800;
color: #CA7850;
font-style: normal
}

.strt .team-seg .team-text .quote-blk .quote-attr {
font-size: 13px;
color: #7a6560;
margin-top: 8px
}

.strt .longterm-seg {
padding: 96px 48px;
background: linear-gradient(180deg, #1e1a17 0%, #2e2420 100%);
position: relative
}

.strt .longterm-seg .lt-eyebrow {
font-size: 13px;
color: #DCAAAB;
letter-spacing: .07em;
text-transform: uppercase;
margin-bottom: 12px
}

.strt .longterm-seg h2 {
font-size: 38px;
line-height: 1.2;
letter-spacing: -.02em;
color: #f5ede8;
font-weight: 800;
margin-bottom: 48px;
max-width: 600px
}

.strt .longterm-seg h2 span {
display: block
}

.strt .longterm-seg .lt-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 24px;
margin-bottom: 48px
}

.strt .longterm-seg .lt-grid .lt-card {
padding: 24px;
border-radius: 8px;
background: #eee1dc12;
border: 1px solid #dcaaab2e;
display: flex;
flex-direction: column;
gap: 12px;
transition: border-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.strt .longterm-seg .lt-grid .lt-card:hover {
border-color: #ca785080
}

.strt .longterm-seg .lt-grid .lt-card .lt-dot {
width: 10px;
height: 10px;
border-radius: 40px;
background: #CA7850
}

.strt .longterm-seg .lt-grid .lt-card h4 {
font-size: 15px;
font-weight: 700;
color: #f5ede8;
line-height: 1.2
}

.strt .longterm-seg .lt-grid .lt-card p {
font-size: 13px;
line-height: 1.65;
color: #c2b0a8
}

.strt .longterm-seg .lt-img-row {
display: flex;
flex-direction: row;
gap: 24px;
align-items: center
}

.strt .longterm-seg .lt-img-row .lt-img {
flex: 0 0 360px;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 8px 40px 0 #ca78501c
}

.strt .longterm-seg .lt-img-row .lt-img img {
width: 100%;
height: 260px;
object-fit: cover;
object-position: center;
display: block
}

.strt .longterm-seg .lt-img-row .lt-aside {
flex: 1;
font-size: 15px;
line-height: 1.65;
color: #c2b0a8
}

.strt .invest-seg {
padding: 96px 48px;
background: #fdf7f4;
position: relative
}

.strt .invest-seg .inv-grid {
display: flex;
flex-direction: row;
gap: 48px;
align-items: flex-start
}

.strt .invest-seg .inv-text {
flex: 1
}

.strt .invest-seg .inv-text .inv-eyebrow {
font-size: 13px;
color: #CA7850;
letter-spacing: .07em;
text-transform: uppercase;
margin-bottom: 12px
}

.strt .invest-seg .inv-text h2 {
font-size: 38px;
line-height: 1.2;
letter-spacing: -.02em;
color: #1e1a17;
font-weight: 800;
margin-bottom: 24px
}

.strt .invest-seg .inv-text h2 span {
display: block
}

.strt .invest-seg .inv-text .inv-intro {
font-size: 17px;
line-height: 1.65;
color: #3d3530;
margin-bottom: 12px
}

.strt .invest-seg .inv-text .inv-body {
font-size: 15px;
line-height: 1.65;
color: #5a4d46
}

.strt .invest-seg .inv-cards {
flex: 0 0 380px;
display: flex;
flex-direction: column;
gap: 16px
}

.strt .invest-seg .inv-cards .inv-card {
padding: 24px;
border-radius: 8px;
background: #fff;
box-shadow: 0 4px 22px 0 #ca78501c;
display: flex;
flex-direction: row;
gap: 16px;
align-items: flex-start
}

.strt .invest-seg .inv-cards .inv-card .inv-dot {
width: 10px;
height: 10px;
border-radius: 40px;
flex-shrink: 0;
margin-top: 4px
}

.strt .invest-seg .inv-cards .inv-card .inv-dot.grp {
background: #CA7850
}

.strt .invest-seg .inv-cards .inv-card .inv-dot.ind {
background: #DCAAAB
}

.strt .invest-seg .inv-cards .inv-card .inv-card-body h4 {
font-size: 15px;
font-weight: 700;
color: #1e1a17;
line-height: 1.2;
margin-bottom: 8px
}

.strt .invest-seg .inv-cards .inv-card .inv-card-body p {
font-size: 13px;
line-height: 1.65;
color: #5a4d46
}

.strt .invest-seg .inv-cards .inv-card .inv-card-body .inv-price {
font-size: 28px;
font-weight: 800;
color: #CA7850;
line-height: 1.2;
letter-spacing: -.02em;
margin-top: 8px
}

.strt .invest-seg .inv-cards .inv-card .inv-card-body .inv-price-note {
font-size: 13px;
color: #7a6560
}

.strt .community-seg {
padding: 96px 48px;
background: #fff
}

.strt .community-seg .com-top {
display: flex;
flex-direction: row;
gap: 48px;
align-items: flex-start;
margin-bottom: 48px
}

.strt .community-seg .com-top .com-head {
flex: 1
}

.strt .community-seg .com-top .com-head .com-eyebrow {
font-size: 13px;
color: #CA7850;
letter-spacing: .07em;
text-transform: uppercase;
margin-bottom: 12px
}

.strt .community-seg .com-top .com-head h2 {
font-size: 38px;
line-height: 1.2;
letter-spacing: -.02em;
color: #1e1a17;
font-weight: 800
}

.strt .community-seg .com-top .com-head h2 span {
display: block
}

.strt .community-seg .com-top .com-desc {
flex: 1;
display: flex;
flex-direction: column;
gap: 12px
}

.strt .community-seg .com-top .com-desc .com-intro {
font-size: 17px;
line-height: 1.65;
color: #3d3530
}

.strt .community-seg .com-top .com-desc .com-body {
font-size: 15px;
line-height: 1.65;
color: #5a4d46
}

.strt .community-seg .com-img-strip {
display: flex;
flex-direction: row;
gap: 24px;
align-items: stretch
}

.strt .community-seg .com-img-strip .com-img {
flex: 1;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 8px 40px 0 #ca78501c
}

.strt .community-seg .com-img-strip .com-img img {
width: 100%;
height: 280px;
object-fit: cover;
object-position: center;
display: block
}

.strt .community-seg .com-img-strip .com-facts {
flex: 0 0 320px;
display: flex;
flex-direction: column;
gap: 16px;
justify-content: center
}

.strt .community-seg .com-img-strip .com-facts .fact-row {
display: flex;
flex-direction: row;
gap: 12px;
align-items: flex-start;
padding: 16px;
border-radius: 8px;
background: #fdf7f4;
box-shadow: 0 3px 2px 0 #ca785014
}

.strt .community-seg .com-img-strip .com-facts .fact-row .fact-dot {
width: 10px;
height: 10px;
border-radius: 40px;
background: #DCAAAB;
flex-shrink: 0;
margin-top: 4px
}

.strt .community-seg .com-img-strip .com-facts .fact-row .fact-txt {
font-size: 13px;
line-height: 1.65;
color: #3d3530
}

.strt .community-seg .com-img-strip .com-facts .fact-row .fact-txt strong {
color: #1e1a17;
font-weight: 700
}

@keyframes bgpan {
0% {
background-position: center 60%
}

100% {
background-position: center 40%
}
}

.strt .pg-band-img {
animation: bgpan 8s ease-in-out infinite alternate
}

@media (max-width: 900px) {
.strt .pg-band {
flex-direction: column;
padding: 24px
}

.strt .pg-band::before {
display: none
}

.strt .pg-band-img {
flex: 0 0 220px;
border-radius: 8px
}

.strt .pg-band-text {
padding: 12px 0
}

.strt .approach-seg .seg-inner {
grid-template-columns: 1fr
}

.strt .approach-seg .seg-main {
border-right: none;
padding-right: 0;
border-bottom: 1px solid #EEE1DC;
padding-bottom: 24px
}

.strt .current-seg .cur-grid {
flex-direction: column
}

.strt .current-seg .cur-img-wrap {
flex: 0 0 auto;
width: 100%
}

.strt .team-seg .team-layout {
flex-direction: column
}

.strt .team-seg .team-profiles {
flex: 0 0 auto;
width: 100%
}

.strt .longterm-seg .lt-grid {
grid-template-columns: 1fr
}

.strt .longterm-seg .lt-img-row {
flex-direction: column
}

.strt .longterm-seg .lt-img-row .lt-img {
flex: 0 0 auto;
width: 100%
}

.strt .invest-seg .inv-grid {
flex-direction: column
}

.strt .invest-seg .inv-cards {
flex: 0 0 auto;
width: 100%
}

.strt .community-seg .com-top {
flex-direction: column
}

.strt .community-seg .com-img-strip {
flex-direction: column
}

.strt .community-seg .com-img-strip .com-facts {
flex: 0 0 auto;
width: 100%
}

.strt .pg-band-text .band-h1 {
font-size: 38px
}

.strt .approach-seg .seg-main h2,
.strt .current-seg .cur-text h2,
.strt .team-seg .team-head h2,
.strt .longterm-seg h2,
.strt .invest-seg .inv-text h2,
.strt .community-seg .com-top .com-head h2 {
font-size: 28px
}

.strt .approach-seg,
.strt .current-seg,
.strt .team-seg,
.strt .longterm-seg,
.strt .invest-seg,
.strt .community-seg {
padding: 48px 24px
}
}

.ctus-pg {
background: #fff;
overflow-x: clip
}

.ctus-pg .reach-band {
background: linear-gradient(180deg, #2a1a10 0%, #CA7850 100%);
padding: 96px 24px;
position: relative;
overflow: hidden
}

.ctus-pg .reach-band::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 20% 80%, #ca78502e 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, #dcaaab1f 0%, transparent 55%);
pointer-events: none
}

.ctus-pg .dot-field {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden
}

.ctus-pg .dot-field span {
position: absolute;
width: 3px;
height: 3px;
border-radius: 40px;
background: #eee1dc2e
}

.ctus-pg .dot-field span:nth-child(1) {
top: 12%;
left: 8%
}

.ctus-pg .dot-field span:nth-child(2) {
top: 28%;
left: 22%
}

.ctus-pg .dot-field span:nth-child(3) {
top: 55%;
left: 5%
}

.ctus-pg .dot-field span:nth-child(4) {
top: 75%;
left: 18%
}

.ctus-pg .dot-field span:nth-child(5) {
top: 10%;
left: 65%
}

.ctus-pg .dot-field span:nth-child(6) {
top: 40%;
left: 78%
}

.ctus-pg .dot-field span:nth-child(7) {
top: 70%;
left: 88%
}

.ctus-pg .dot-field span:nth-child(8) {
top: 85%;
left: 55%
}

.ctus-pg .dot-field span:nth-child(9) {
top: 20%;
left: 45%
}

.ctus-pg .dot-field span:nth-child(10) {
top: 60%;
left: 40%
}

.ctus-pg .dot-field span:nth-child(11) {
top: 90%;
left: 30%
}

.ctus-pg .dot-field span:nth-child(12) {
top: 5%;
left: 90%
}

.ctus-pg .reach-inner {
max-width: 1400px;
margin: 0 auto;
display: flex;
flex-direction: row;
align-items: center;
gap: 96px;
position: relative;
z-index: 1
}

.ctus-pg .reach-left {
flex: 1 1 0;
min-width: 0
}

.ctus-pg .reach-tag {
display: inline-block;
font-size: 13px;
letter-spacing: .08em;
color: #EEE1DC;
background: #eee1dc1a;
border: 1px solid #eee1dc38;
border-radius: 40px;
padding: 4px 12px;
margin-bottom: 24px;
text-transform: uppercase
}

.ctus-pg .reach-heading {
font-size: 50px;
line-height: 1.2;
letter-spacing: -.03em;
color: #fff;
margin: 0 0 24px
}

.ctus-pg .reach-heading .marker-phrase {
display: inline;
background: linear-gradient(180deg, transparent 55%, #dcaaab8c 55%);
padding-bottom: 2px
}

.ctus-pg .reach-desc {
font-size: 17px;
line-height: 1.65;
color: #eee1dcd1;
margin: 0 0 48px;
max-width: 420px
}

.ctus-pg .contact-facts {
display: flex;
flex-direction: column;
gap: 24px
}

.ctus-pg .fact-row {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px
}

.ctus-pg .fact-icon {
width: 36px;
height: 36px;
border-radius: 8px;
background: #eee1dc1a;
border: 1px solid #eee1dc2e;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center
}

.ctus-pg .fact-icon svg {
width: 18px;
height: 18px;
stroke: #EEE1DC;
fill: none;
stroke-width: 1.6;
stroke-linecap: round;
stroke-linejoin: round
}

.ctus-pg .fact-body {
display: flex;
flex-direction: column;
gap: 4px
}

.ctus-pg .fact-label {
font-size: 13px;
color: #eee1dc80;
letter-spacing: .05em;
text-transform: uppercase
}

.ctus-pg .fact-val {
font-size: 15px;
line-height: 1.45;
color: #EEE1DC
}

.ctus-pg .fact-val a {
color: #EEE1DC;
text-decoration: none;
border-bottom: 1px solid #eee1dc4d;
transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ctus-pg .fact-val a:hover {
color: #fff;
border-color: #eee1dccc
}

.ctus-pg .reach-right {
flex: 0 0 480px;
min-width: 0
}

.ctus-pg .form-card {
background: #fff;
border-radius: 8px;
padding: 48px;
box-shadow: 0 8px 40px 0 #ca78501c;
position: relative;
overflow: hidden
}

.ctus-pg .form-card::after {
content: "";
position: absolute;
top: -40px;
right: -40px;
width: 120px;
height: 120px;
border-radius: 40px;
border: 2px solid #ca78501f;
pointer-events: none
}

.ctus-pg .form-heading {
font-size: 28px;
line-height: 1.2;
letter-spacing: -.02em;
color: #2a1a10;
margin: 0 0 8px
}

.ctus-pg .form-sub {
font-size: 15px;
line-height: 1.45;
color: #7a5c4a;
margin: 0 0 24px
}

.ctus-pg .field-group {
display: flex;
flex-direction: column;
gap: 4px;
margin-bottom: 12px
}

.ctus-pg .field-group label {
font-size: 13px;
letter-spacing: .04em;
color: #5a3d2b;
text-transform: uppercase
}

.ctus-pg .field-group input,
.ctus-pg .field-group textarea {
width: 100%;
padding: 12px;
font-size: 15px;
line-height: 1.45;
color: #2a1a10;
background: #fdf8f5;
border: 1.5px solid #ca785038;
border-radius: 3px;
outline: none;
box-sizing: border-box;
transition: border-color .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1)
}

.ctus-pg .field-group input::placeholder,
.ctus-pg .field-group textarea::placeholder {
color: #ca785066
}

.ctus-pg .field-group input:focus,
.ctus-pg .field-group textarea:focus {
border-color: #CA7850;
box-shadow: inset 0 4px 8px 0 #ca785014
}

.ctus-pg .field-group input:hover,
.ctus-pg .field-group textarea:hover {
border-style: dashed
}

.ctus-pg .field-group textarea {
resize: vertical;
min-height: 100px
}

.ctus-pg .consent-row {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 8px;
margin-bottom: 24px;
margin-top: 8px
}

.ctus-pg .consent-row input[type="checkbox"] {
width: 16px;
height: 16px;
flex-shrink: 0;
margin-top: 2px;
accent-color: #CA7850;
cursor: pointer
}

.ctus-pg .consent-text {
font-size: 13px;
line-height: 1.65;
color: #7a5c4a
}

.ctus-pg .consent-text a {
color: #CA7850;
text-decoration: none;
border-bottom: 1px solid #ca785059;
transition: border-color .1s cubic-bezier(0.4, 0, 1, 1)
}

.ctus-pg .consent-text a:hover {
border-color: #CA7850
}

.ctus-pg .submit-btn {
width: 100%;
padding: 12px 24px;
font-size: 15px;
letter-spacing: .03em;
color: #fff;
background: #CA7850;
border: 2px solid #CA7850;
border-radius: 3px;
cursor: pointer;
transition: border-color .16s cubic-bezier(0.4, 0, 1, 1), background .16s cubic-bezier(0.4, 0, 1, 1)
}

.ctus-pg .submit-btn:hover {
border-color: #2a1a10;
background: #CA7850
}

.ctus-pg .submit-btn:focus {
outline: 2px solid #2a1a10;
outline-offset: 2px
}

.ctus-pg .submit-btn:active {
box-shadow: inset 0 6px 10px 0 #ca78502e
}

.ctus-pg .detail-band {
background: #EEE1DC;
padding: 96px 24px;
position: relative
}

.ctus-pg .detail-band::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 0% 0%, #2a1a100f 0%, transparent 50%), radial-gradient(ellipse at 100% 100%, #2a1a100f 0%, transparent 50%);
pointer-events: none
}

.ctus-pg .detail-inner {
max-width: 1400px;
margin: 0 auto;
display: flex;
flex-direction: row;
gap: 48px;
align-items: flex-start;
position: relative;
z-index: 1
}

.ctus-pg .detail-img-col {
flex: 0 0 420px;
min-width: 0
}

.ctus-pg .detail-img-wrap {
border-radius: 8px;
overflow: hidden;
box-shadow: 0 4px 22px 0 #ca78501c
}

.ctus-pg .detail-img-wrap img {
width: 100%;
height: 340px;
object-fit: cover;
display: block;
filter: drop-shadow(0 3px 2px #ca785014)
}

.ctus-pg .detail-curve-deco {
position: relative;
margin-top: 24px
}

.ctus-pg .detail-curve-deco svg {
width: 100%;
height: auto;
opacity: .35
}

.ctus-pg .detail-text-col {
flex: 1 1 0;
min-width: 0
}

.ctus-pg .detail-eyebrow {
font-size: 13px;
letter-spacing: .08em;
text-transform: uppercase;
color: #CA7850;
margin-bottom: 12px
}

.ctus-pg .detail-heading {
font-size: 38px;
line-height: 1.2;
letter-spacing: -.025em;
color: #2a1a10;
margin: 0 0 24px
}

.ctus-pg .detail-heading span {
display: block
}

.ctus-pg .detail-body {
font-size: 17px;
line-height: 1.65;
color: #5a3d2b;
margin: 0 0 24px
}

.ctus-pg .detail-body-sm {
font-size: 15px;
line-height: 1.65;
color: #7a5c4a;
margin: 0 0 48px
}

.ctus-pg .hours-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px
}

.ctus-pg .hour-item {
background: #fff;
border-radius: 8px;
padding: 12px;
border-left: 3px solid #CA7850;
border-top: 1px solid #ca785026;
border-right: 1px solid #ca785026;
border-bottom: 1px solid #ca785026;
box-shadow: 0 3px 2px 0 #ca785014;
transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1)
}

.ctus-pg .hour-item:hover {
box-shadow: 0 4px 22px 0 #ca78501c;
border-style: dashed
}

.ctus-pg .hour-day {
font-size: 13px;
letter-spacing: .04em;
text-transform: uppercase;
color: #CA7850;
margin-bottom: 4px
}

.ctus-pg .hour-time {
font-size: 15px;
line-height: 1.45;
color: #2a1a10
}

@keyframes blurReveal {
from {
filter: blur(8px);
opacity: 0
}

to {
filter: blur(0);
opacity: 1
}
}

.ctus-pg .reach-tag {
animation: blurReveal .18s cubic-bezier(0.4, 0, 1, 1) both;
animation-delay: .05s
}

.ctus-pg .reach-heading {
animation: blurReveal .18s cubic-bezier(0.4, 0, 1, 1) both;
animation-delay: .1s
}

.ctus-pg .reach-desc {
animation: blurReveal .18s cubic-bezier(0.4, 0, 1, 1) both;
animation-delay: .14s
}

.ctus-pg .contact-facts {
animation: blurReveal .18s cubic-bezier(0.4, 0, 1, 1) both;
animation-delay: .17s
}

.ctus-pg .form-card {
animation: blurReveal .18s cubic-bezier(0.4, 0, 1, 1) both;
animation-delay: .12s
}

@media (max-width: 900px) {
.ctus-pg .reach-inner {
flex-direction: column;
gap: 48px
}

.ctus-pg .reach-right {
flex: 1 1 auto;
width: 100%
}

.ctus-pg .detail-inner {
flex-direction: column
}

.ctus-pg .detail-img-col {
flex: 1 1 auto;
width: 100%
}

.ctus-pg .hours-grid {
grid-template-columns: 1fr
}

.ctus-pg .reach-heading {
font-size: 38px
}
}

@media (max-width: 600px) {
.ctus-pg .form-card {
padding: 24px
}

.ctus-pg .reach-heading {
font-size: 28px
}

.ctus-pg .detail-heading {
font-size: 28px
}
}

.lrn-prog {
background: #fff;
overflow-x: clip
}

.lrn-prog .prog-cap {
background: linear-gradient(to top, #EEE1DC 0%, #2a1f18 100%);
padding: 96px 24px 80px;
position: relative;
overflow: hidden
}

.lrn-prog .prog-cap::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 2px;
height: 100%;
background: linear-gradient(to bottom, #CA7850, transparent);
pointer-events: none
}

.lrn-prog .prog-cap-line {
position: absolute;
top: -40px;
right: 80px;
width: 1px;
height: 140%;
background: linear-gradient(to bottom, transparent, #ca78502e, transparent);
transform: rotate(18deg);
transform-origin: top right;
pointer-events: none
}

.lrn-prog .prog-cap-inner {
max-width: 1400px;
margin: 0 auto;
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 48px
}

.lrn-prog .prog-cap-text {
flex: 1 1 0
}

.lrn-prog .prog-cap-aside {
flex: 0 0 220px;
display: flex;
flex-direction: column;
gap: 24px;
padding-top: 12px
}

.lrn-prog .prog-label {
display: inline-block;
background: #ca785026;
color: #CA7850;
font-size: 13px;
letter-spacing: .08em;
padding: 4px 12px;
border-radius: 3px;
margin-bottom: 24px;
border: 1px solid #ca785040
}

.lrn-prog .prog-cap-h1 {
font-size: 50px;
line-height: 1.2;
letter-spacing: -.03em;
color: #fff;
margin: 0 0 24px
}

.lrn-prog .prog-cap-h1 span {
display: block
}

.lrn-prog .prog-tagline {
font-size: 17px;
line-height: 1.65;
color: #ffffffb8;
max-width: 540px;
margin: 0 0 48px
}

.lrn-prog .prog-links {
display: flex;
flex-direction: row;
gap: 12px;
flex-wrap: wrap
}

.lrn-prog .prog-link-primary {
display: inline-block;
background: #CA7850;
color: #fff;
font-size: 15px;
padding: 12px 24px;
border-radius: 40px;
text-decoration: none;
border: 2px solid #CA7850;
transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1)
}

.lrn-prog .prog-link-primary:hover {
border-color: #EEE1DC;
color: #fff
}

.lrn-prog .prog-link-secondary {
display: inline-block;
background: transparent;
color: #ffffffd9;
font-size: 15px;
padding: 12px 24px;
border-radius: 40px;
text-decoration: none;
border: 2px solid #ffffff4d;
transition: border-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.lrn-prog .prog-link-secondary:hover {
border-color: #DCAAAB
}

.lrn-prog .prog-aside-card {
background: #ffffff12;
border: 1px solid #ffffff1f;
border-radius: 8px;
padding: 12px;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px)
}

.lrn-prog .prog-aside-num {
font-size: 38px;
line-height: 1.2;
color: #CA7850;
letter-spacing: -.02em
}

.lrn-prog .prog-aside-desc {
font-size: 13px;
line-height: 1.45;
color: #fff9;
margin: 4px 0 0
}

.lrn-prog .prog-divider {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 12px;
padding: 24px 0;
background: #fff
}

.lrn-prog .prog-divider svg {
display: block
}

.lrn-prog .prog-body {
background: #fff;
padding: 96px 24px
}

.lrn-prog .prog-body-inner {
max-width: 1400px;
margin: 0 auto
}

.lrn-prog .prog-body-top {
display: flex;
flex-direction: row;
gap: 48px;
margin-bottom: 96px;
align-items: flex-start
}

.lrn-prog .prog-body-lead {
flex: 0 0 420px
}

.lrn-prog .prog-body-lead-h2 {
font-size: 38px;
line-height: 1.2;
letter-spacing: -.02em;
color: #2a1f18;
margin: 0 0 24px
}

.lrn-prog .prog-body-lead-h2 span {
display: block
}

.lrn-prog .prog-body-lead-p {
font-size: 17px;
line-height: 1.65;
color: #4a3a30;
margin: 0 0 12px
}

.lrn-prog .prog-body-lead-p.large {
font-size: 17px;
line-height: 1.65;
color: #2a1f18
}

.lrn-prog .prog-body-right {
flex: 1 1 0;
display: flex;
flex-direction: column;
gap: 24px
}

.lrn-prog .prog-img-wrap {
border-radius: 8px;
overflow: hidden;
box-shadow: 0 8px 40px 0 #ca78501c;
position: relative
}

.lrn-prog .prog-img-wrap img {
width: 100%;
height: 320px;
object-fit: cover;
object-position: center;
display: block
}

.lrn-prog .prog-img-vignette {
position: absolute;
inset: 0;
background: linear-gradient(to bottom, transparent 55%, #2a1f1873 100%);
pointer-events: none
}

.lrn-prog .prog-formats {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px
}

.lrn-prog .prog-fmt-card {
background: #EEE1DC;
border-radius: 8px;
padding: 24px;
border: 1px solid #ca78501f;
transition: box-shadow .14s cubic-bezier(0.4, 0, 1, 1)
}

.lrn-prog .prog-fmt-card:hover {
box-shadow: 0 4px 22px 0 #ca78501c
}

.lrn-prog .prog-fmt-icon {
width: 40px;
height: 40px;
background: #CA7850;
border-radius: 8px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin-bottom: 12px;
box-shadow: 0 3px 2px 0 #ca785014
}

.lrn-prog .prog-fmt-h {
font-size: 15px;
line-height: 1.45;
color: #2a1f18;
font-weight: 600;
margin: 0 0 8px
}

.lrn-prog .prog-fmt-p {
font-size: 13px;
line-height: 1.65;
color: #5a4a40;
margin: 0
}

.lrn-prog .prog-modules-label {
font-size: 13px;
letter-spacing: .07em;
color: #CA7850;
margin-bottom: 24px;
display: block
}

.lrn-prog .prog-modules-h3 {
font-size: 28px;
line-height: 1.2;
color: #2a1f18;
letter-spacing: -.015em;
margin: 0 0 48px
}

.lrn-prog .prog-modules-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
border: 1px solid #ca785026;
border-radius: 8px;
overflow: hidden;
margin-bottom: 96px
}

.lrn-prog .prog-mod {
padding: 24px;
border-right: 1px solid #ca78501f;
border-bottom: 1px solid #ca78501f;
position: relative;
background: #fff;
transition: background .13s cubic-bezier(0.4, 0, 1, 1)
}

.lrn-prog .prog-mod:hover {
background: #EEE1DC
}

.lrn-prog .prog-mod:nth-child(2n) {
border-right: none
}

.lrn-prog .prog-mod:nth-last-child(-n+2) {
border-bottom: none
}

.lrn-prog .prog-mod-num {
font-size: 38px;
line-height: 1.2;
color: #ca78502e;
letter-spacing: -.04em;
font-weight: 700;
margin-bottom: 8px
}

.lrn-prog .prog-mod-h {
font-size: 15px;
line-height: 1.45;
color: #2a1f18;
font-weight: 600;
margin: 0 0 8px
}

.lrn-prog .prog-mod-p {
font-size: 13px;
line-height: 1.65;
color: #5a4a40;
margin: 0
}

.lrn-prog .prog-instructors-row {
margin-bottom: 96px
}

.lrn-prog .prog-instr-h3 {
font-size: 28px;
line-height: 1.2;
color: #2a1f18;
letter-spacing: -.015em;
margin: 0 0 8px
}

.lrn-prog .prog-instr-sub {
font-size: 15px;
line-height: 1.65;
color: #5a4a40;
margin: 0 0 48px;
max-width: 560px
}

.lrn-prog .prog-instr-list {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px
}

.lrn-prog .prog-instr-card {
display: flex;
flex-direction: column;
gap: 12px
}

.lrn-prog .prog-portrait-wrap {
border-radius: 8px;
overflow: hidden;
box-shadow: 0 4px 22px 0 #ca78501c;
aspect-ratio: 5/7
}

.lrn-prog .prog-portrait-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block
}

.lrn-prog .prog-instr-name {
font-size: 15px;
line-height: 1.45;
color: #2a1f18;
font-weight: 600;
margin: 0
}

.lrn-prog .prog-instr-role {
font-size: 13px;
line-height: 1.45;
color: #CA7850;
margin: 0
}

.lrn-prog .prog-instr-bio {
font-size: 13px;
line-height: 1.65;
color: #5a4a40;
margin: 0
}

.lrn-prog .prog-path-row {
background: linear-gradient(to top, #fff 0%, #EEE1DC 100%);
border-radius: 8px;
padding: 48px;
display: flex;
flex-direction: row;
gap: 48px;
align-items: flex-start;
box-shadow: 0 3px 2px 0 #ca785014;
position: relative;
overflow: hidden
}

.lrn-prog .prog-path-diag {
position: absolute;
top: -30px;
right: 120px;
width: 1px;
height: 160%;
background: linear-gradient(to bottom, transparent, #ca785024, transparent);
transform: rotate(22deg);
transform-origin: top center;
pointer-events: none
}

.lrn-prog .prog-path-left {
flex: 0 0 320px
}

.lrn-prog .prog-path-h3 {
font-size: 28px;
line-height: 1.2;
color: #2a1f18;
letter-spacing: -.015em;
margin: 0 0 12px
}

.lrn-prog .prog-path-p {
font-size: 15px;
line-height: 1.65;
color: #4a3a30;
margin: 0 0 24px
}

.lrn-prog .prog-path-link {
display: inline-block;
background: #2a1f18;
color: #EEE1DC;
font-size: 15px;
padding: 12px 24px;
border-radius: 3px;
text-decoration: none;
border: 2px solid #2a1f18;
transition: border-color .11s cubic-bezier(0.4, 0, 1, 1)
}

.lrn-prog .prog-path-link:hover {
border-color: #CA7850
}

.lrn-prog .prog-path-steps {
flex: 1 1 0;
display: flex;
flex-direction: column;
gap: 24px
}

.lrn-prog .prog-step {
display: flex;
flex-direction: row;
gap: 12px;
align-items: flex-start
}

.lrn-prog .prog-step-num {
flex: 0 0 32px;
height: 32px;
background: #CA7850;
border-radius: 40px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
font-size: 13px;
color: #fff;
font-weight: 700;
box-shadow: 0 3px 2px 0 #ca785014
}

.lrn-prog .prog-step-text {
flex: 1 1 0
}

.lrn-prog .prog-step-h {
font-size: 15px;
line-height: 1.45;
color: #2a1f18;
font-weight: 600;
margin: 0 0 4px
}

.lrn-prog .prog-step-p {
font-size: 13px;
line-height: 1.65;
color: #5a4a40;
margin: 0
}

.lrn-prog .prog-focus-row {
display: grid;
grid-template-columns: 1fr;
gap: 0;
margin-top: 96px;
border-top: 1px solid #ca785026;
padding-top: 48px
}

.lrn-prog .prog-focus-label {
font-size: 13px;
letter-spacing: .07em;
color: #CA7850;
margin-bottom: 12px;
display: block
}

.lrn-prog .prog-focus-h4 {
font-size: 28px;
line-height: 1.2;
color: #2a1f18;
letter-spacing: -.015em;
margin: 0 0 24px
}

.lrn-prog .prog-focus-cols {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 24px
}

.lrn-prog .prog-focus-item {
display: flex;
flex-direction: column;
gap: 8px;
padding: 24px;
border: 1px solid #ca785026;
border-radius: 8px;
background: #fff;
position: relative
}

.lrn-prog .prog-focus-item::before {
content: "";
display: block;
width: 32px;
height: 3px;
background: #DCAAAB;
border-radius: 3px;
margin-bottom: 8px
}

.lrn-prog .prog-focus-h5 {
font-size: 15px;
line-height: 1.45;
color: #2a1f18;
font-weight: 600;
margin: 0
}

.lrn-prog .prog-focus-p {
font-size: 13px;
line-height: 1.65;
color: #5a4a40;
margin: 0
}

@keyframes diagSlideIn {
from {
opacity: 0;
transform: translate(-32px, 32px)
}

to {
opacity: 1;
transform: translate(0, 0)
}
}

.lrn-prog .prog-cap-text {
animation: diagSlideIn .17s cubic-bezier(0.4, 0, 1, 1) both
}

.lrn-prog .prog-cap-aside {
animation: diagSlideIn .15s cubic-bezier(0.4, 0, 1, 1) .07s both
}

@media (max-width: 1024px) {
.lrn-prog .prog-cap-inner {
flex-direction: column;
gap: 24px
}

.lrn-prog .prog-cap-aside {
flex-direction: row;
flex: unset;
flex-wrap: wrap
}

.lrn-prog .prog-body-top {
flex-direction: column
}

.lrn-prog .prog-body-lead {
flex: unset
}

.lrn-prog .prog-instr-list {
grid-template-columns: 1fr 1fr
}

.lrn-prog .prog-path-row {
flex-direction: column
}

.lrn-prog .prog-path-left {
flex: unset
}

.lrn-prog .prog-focus-cols {
grid-template-columns: 1fr 1fr
}
}

@media (max-width: 680px) {
.lrn-prog .prog-cap-h1 {
font-size: 38px
}

.lrn-prog .prog-modules-grid {
grid-template-columns: 1fr
}

.lrn-prog .prog-mod:nth-child(2n) {
border-right: 1px solid #ca78501f
}

.lrn-prog .prog-mod:nth-last-child(-n+2) {
border-bottom: 1px solid #ca78501f
}

.lrn-prog .prog-mod:last-child {
border-bottom: none
}

.lrn-prog .prog-formats {
grid-template-columns: 1fr
}

.lrn-prog .prog-instr-list {
grid-template-columns: 1fr 1fr
}

.lrn-prog .prog-focus-cols {
grid-template-columns: 1fr
}

.lrn-prog .prog-path-row {
padding: 24px
}
}

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

.success-page .success-wrap {
max-width: 560px;
width: 100%;
text-align: center
}

.success-page .success-icon {
width: 64px;
height: 64px;
margin: 0 auto 48px;
display: block
}

.success-page .success-heading {
font-size: 38px;
line-height: 1.2;
letter-spacing: -.02em;
color: #1b1b1b;
margin-bottom: 24px
}

.success-page .success-body {
font-size: 17px;
line-height: 1.65;
color: #3a3a3a;
margin-bottom: 48px
}

.success-page .success-body .success-note {
display: block;
margin-top: 12px;
font-size: 15px;
line-height: 1.45;
color: #5a5a5a
}

.success-page .success-divider {
width: 48px;
height: 3px;
background: linear-gradient(180deg, #CA7850, #DCAAAB);
border-radius: 3px;
margin: 0 auto 48px
}

.success-page .success-back {
display: inline-block;
padding: 12px 48px;
background-color: #fff;
color: #CA7850;
border: 2px solid #CA7850;
border-radius: 40px;
font-size: 15px;
line-height: 1.45;
text-decoration: none;
transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1);
box-shadow: 0 3px 2px 0 #ca785014
}

.success-page .success-back:hover {
border-color: #DCAAAB;
color: #DCAAAB
}

.success-page .success-back:focus {
outline: 2px solid #CA7850;
outline-offset: 4px
}