.website-about-shell {
    width: min(1320px, calc(100% - 48px));
    max-width: none;
}

body.website-classic-body section.website-about-hero {
    position: relative;
    overflow: hidden;
    min-height: 650px;
    background-color: #28241e !important;
    background-image: radial-gradient(circle at 78% 22%, rgba(226, 182, 52, .2), transparent 22%), linear-gradient(125deg, #211f1b 0%, #343029 54%, #55472e 100%) !important;
    color: #fff;
}

.website-about-hero::before {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 44px 44px;
    content: "";
    mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.website-about-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 650px;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
    gap: clamp(50px, 8vw, 110px);
    align-items: center;
    padding-block: 78px;
}

.website-about-hero__copy > * {
    animation: websiteAboutRise .7s ease both;
}

.website-about-hero__copy > :nth-child(2) { animation-delay: .08s; }
.website-about-hero__copy > :nth-child(3) { animation-delay: .16s; }
.website-about-hero__copy > :nth-child(4) { animation-delay: .24s; }
.website-about-hero__copy > :nth-child(5) { animation-delay: .32s; }
.website-about-hero__visual { animation: websiteAboutFade .9s .18s ease both; }

.website-about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #f1d57b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.website-about-eyebrow::before {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.website-about-eyebrow--dark {
    color: #9b710a;
}

.website-about-hero h1 {
    max-width: 720px;
    margin: 20px 0 24px;
    color: #fff;
    font-family: var(--hm-serif);
    font-size: clamp(62px, 7vw, 94px);
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: .95;
}

.website-about-hero__copy > p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 17px;
    line-height: 1.8;
}

.website-about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.website-about-hero__proof {
    display: grid;
    grid-template-columns: .55fr 1fr 1fr;
    gap: 22px;
    margin-top: 42px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.14);
}

.website-about-hero__proof div {
    display: grid;
    align-content: start;
    gap: 4px;
}

.website-about-hero__proof strong {
    color: #fff;
    font-family: var(--hm-serif);
    font-size: clamp(20px, 2.3vw, 29px);
    font-weight: 600;
}

.website-about-hero__proof span {
    color: rgba(255,255,255,.48);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.website-about-hero__visual {
    position: relative;
    min-height: 460px;
}

.website-about-orbit {
    position: absolute;
    border: 1px solid rgba(241, 213, 123, .28);
    border-radius: 50%;
}

.website-about-orbit--outer {
    inset: 15px;
    animation: websiteAboutSpin 35s linear infinite;
}

.website-about-orbit--outer::before,
.website-about-orbit--outer::after {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e7bd44;
    box-shadow: 0 0 0 9px rgba(231,189,68,.08);
    content: "";
}

.website-about-orbit--outer::before { top: 11%; left: 18%; }
.website-about-orbit--outer::after { right: 8%; bottom: 25%; }
.website-about-orbit--inner { inset: 70px; border-color: rgba(255,255,255,.13); }

.website-about-mark {
    position: absolute;
    inset: 50% auto auto 50%;
    display: grid;
    width: 230px;
    height: 230px;
    place-content: center;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226,182,52,.16), rgba(255,255,255,.035));
    text-align: center;
    transform: translate(-50%, -50%);
    box-shadow: 0 35px 80px rgba(0,0,0,.23);
}

.website-about-mark span {
    color: #f1d57b;
    font-family: var(--hm-serif);
    font-size: 118px;
    line-height: .72;
}

.website-about-mark small {
    margin-top: 18px;
    color: rgba(255,255,255,.55);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.website-about-hero__note {
    position: absolute;
    right: -4px;
    bottom: 38px;
    display: flex;
    max-width: 225px;
    gap: 12px;
    align-items: center;
    padding: 15px 17px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 15px;
    background: rgba(28,25,20,.78);
    color: rgba(255,255,255,.7);
    font-size: 11px;
    line-height: 1.5;
    backdrop-filter: blur(9px);
}

.website-about-hero__note i { color: #f1d57b; }

.website-about-content {
    overflow: hidden;
    background: #fffdf8;
}

.website-about-cms > .vision {
    width: 100%;
    padding: 82px 0;
}

.website-about-cms > .container {
    padding-top: 82px;
    padding-bottom: 82px;
}

.website-about-cms > .vision,
.website-about-cms > .container:nth-of-type(even) {
    background: #fffaf0;
}

.website-about-cms > .container:nth-of-type(odd) {
    background: #fffdf8;
}

.website-about-cms .title_ss {
    margin: 0 0 38px;
    color: #3b3327;
    font-family: var(--hm-serif);
    font-size: clamp(38px, 4.5vw, 56px);
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.08;
    text-align: center;
    text-transform: none;
}

.website-about-cms .vision .row:last-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
}

.website-about-cms .vision .col-md-6 {
    width: auto;
    padding: 0;
}

.website-about-cms .item_vision {
    display: grid;
    min-height: 250px;
    grid-template-columns: 145px 1fr;
    gap: 24px;
    align-items: center;
    padding: 32px;
    border: 1px solid rgba(87,69,33,.11);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(72,56,23,.07);
}

.website-about-cms .item_vision .img {
    display: grid;
    width: 130px;
    height: 130px;
    place-items: center;
    border-radius: 50%;
    background: #fff5cf;
}

.website-about-cms .item_vision img {
    width: 78px;
    height: 78px;
    object-fit: contain;
}

.website-about-cms .item_vision h3 {
    margin: 0 0 10px;
    color: #8d6609;
    font-family: var(--hm-serif);
    font-size: 28px;
}

.website-about-cms .item_vision .summary {
    color: #696259;
    font-size: 14px;
    line-height: 1.75;
}

.website-about-cms > .container:has(.item_choose) > .row:last-child {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
}

.website-about-cms .item_choose {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
    border: 1px solid rgba(87,69,33,.1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(72,56,23,.055);
}

.website-about-cms .img_choose {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 50%;
    background: #fff3c8;
}

.website-about-cms .img_choose img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.website-about-cms .item_choose h3 {
    margin: 0 0 10px;
    color: #3c3429;
    font-family: var(--hm-serif);
    font-size: 20px;
    line-height: 1.2;
}

.website-about-cms .item_choose .summary {
    color: #756d63;
    font-size: 12px;
    line-height: 1.65;
}

.website-about-cms .box_tab_team {
    overflow: hidden;
    border: 1px solid rgba(87,69,33,.1);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(72,56,23,.09);
}

.website-about-cms .box_tab_team .image_team,
.website-about-cms .content_team .item_tab:not(.active) {
    display: none;
}

.website-about-cms .box_tab_team .item_tab > .row {
    display: grid;
    min-height: 480px;
    grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
    align-items: stretch;
    margin: 0;
}

.website-about-cms .box_tab_team .col-md-6 {
    width: auto;
    padding: 0;
}

.website-about-cms .box_tab_team .img,
.website-about-cms .box_tab_team .img img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center 28%;
}

.website-about-cms .box_tab_team .text {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: clamp(35px, 5vw, 65px);
}

.website-about-cms .box_tab_team .title {
    margin: 0 0 8px;
    color: #332c23;
    font-family: var(--hm-serif);
    font-size: clamp(34px, 4vw, 50px);
}

.website-about-cms .box_tab_team .sub_title {
    margin: 0 0 24px;
    color: #9a700d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.website-about-cms .box_tab_team .txt {
    color: #6d665d;
    font-size: 14px;
    line-height: 1.8;
}

.website-about-cms .box_tab_team .txt p { margin: 0 0 14px; }

.website-about-cms > .container:has(.item_award) .owl-carousel {
    display: grid;
    max-width: 1040px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0 auto;
}

.website-about-cms .item_award {
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(87,69,33,.1);
    border-radius: 18px;
    background: #fff;
}

.website-about-cms .item_award .img_award {
    display: grid;
    width: 100%;
    height: 270px;
    place-items: center;
    padding: 18px;
    background: #f8f1df;
}

.website-about-cms .item_award img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 234px;
    object-fit: contain;
}

.website-about-cms .item_award .name {
    margin: 0;
    padding: 20px;
    color: #433a2d;
    font-family: var(--hm-serif);
    font-size: 17px;
    line-height: 1.4;
}

.website-about-cms > .container:has(.legacy-media-missing) {
    display: none;
}

.website-about-cms > .container:has(.item_testermonial) > .item_testermonial {
    position: relative;
    display: grid;
    overflow: hidden;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
    margin-bottom: 22px;
    padding: 28px;
    border-radius: 22px;
    background-color: #2c2822;
    background-image: radial-gradient(circle at 88% 18%, rgba(216, 174, 53, .16), transparent 28%), linear-gradient(125deg, #29251f, #353029);
    color: #fff;
}

.website-about-cms > .container:has(.item_testermonial) > .item_testermonial::after {
    position: absolute;
    top: -36px;
    right: 42px;
    color: rgba(239, 210, 125, .09);
    content: "“";
    font-family: var(--hm-serif);
    font-size: 230px;
    line-height: 1;
    pointer-events: none;
}

.website-about-cms > .container:has(.item_testermonial) > .item_testermonial .col-md-3,
.website-about-cms > .container:has(.item_testermonial) > .item_testermonial .col-md-8 {
    width: auto;
    padding: 0;
}

.website-about-cms > .container:has(.item_testermonial) > .item_testermonial .img,
.website-about-cms > .container:has(.item_testermonial) > .item_testermonial img {
    width: 100%;
    height: 240px;
    border-radius: 16px;
    object-fit: cover;
}

.website-about-cms .info_testermonial .sub_name {
    margin: 0 0 7px;
    color: #d7ad3b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.website-about-cms .info_testermonial .name {
    margin: 0 0 14px;
    font-family: var(--hm-serif);
    font-size: 27px;
    line-height: 1.25;
}

.website-about-cms > .container:has(.item_testermonial) > .item_testermonial .info_testermonial .name { color: #fff; }

.website-about-cms > .container:has(.item_testermonial) > .item_testermonial .info_testermonial {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.website-about-cms > .container:has(.item_testermonial) > .item_testermonial .info_testermonial .text {
    font-size: 16px;
}

.website-about-cms .info_testermonial .text {
    color: inherit;
    opacity: .72;
    font-size: 13px;
    line-height: 1.75;
}

.website-about-cms > .container:has(.item_testermonial) > .row:has(.item_ttm_sm) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
}

.website-about-cms > .container:has(.item_testermonial) > .row:has(.item_ttm_sm) > .col-md-4 {
    width: auto;
    max-width: none;
    padding: 0;
}

.website-about-cms > .container:has(.item_testermonial) > .row:has(.item_ttm_sm) > .col-md-12 { display: none; }

.website-about-cms .item_testermonial.item_ttm_sm {
    display: grid;
    height: 100%;
    overflow: hidden;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 24px;
    border: 1px solid rgba(87,69,33,.1);
    border-radius: 18px;
    background: #fff;
}

.website-about-cms .item_ttm_sm .img,
.website-about-cms .item_ttm_sm .img img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.website-about-cms .item_ttm_sm .info_testermonial { min-width: 0; padding: 0; }
.website-about-cms .item_ttm_sm .info_testermonial .name { margin-bottom: 10px; font-size: 22px; }
.website-about-cms .item_testermonial .to_detail,
.website-about-cms .to_ttml_page a[href="#"] { display: none; }

body.website-classic-body section.website-about-cta {
    padding: 76px 0;
    background-color: #d2a01b !important;
    background-image: linear-gradient(120deg, #bd8511, #e2b82d) !important;
}

.website-about-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

.website-about-cta__inner > div:first-child > span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.website-about-cta h2 {
    max-width: 760px;
    margin: 7px 0 0;
    color: #2c271f;
    font-family: var(--hm-serif);
    font-size: clamp(38px, 4.8vw, 58px);
    line-height: 1.05;
}

.website-about-cta__inner > div:last-child {
    display: grid;
    gap: 13px;
    justify-items: center;
}

.website-about-cta__inner > div:last-child > a {
    color: #362d1f;
    font-size: 11px;
    font-weight: 800;
}

.website-about-mobile-tabs,
.website-about-values-toggle,
.website-about-founder-toggle,
.website-about-testimonial-picker {
    display: none;
}

.website-about-lightbox {
    position: fixed;
    z-index: 2600;
    inset: 0;
    display: none;
    padding: 24px;
    place-items: center;
    background: rgba(24, 21, 17, .88);
    backdrop-filter: blur(8px);
}

.website-about-lightbox.is-open { display: grid; }

.website-about-lightbox__dialog {
    position: relative;
    display: grid;
    width: min(720px, 100%);
    max-height: calc(100svh - 48px);
    gap: 14px;
    justify-items: center;
    overflow: auto;
    padding: 22px;
    border: 1px solid rgba(229, 190, 88, .28);
    border-radius: 24px;
    background: #fffaf0;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .35);
}

.website-about-lightbox__dialog img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100svh - 170px);
    object-fit: contain;
}

.website-about-lightbox__dialog p {
    max-width: 580px;
    margin: 0;
    color: #51483b;
    font-size: 13px;
    line-height: 1.55;
    text-align: center;
}

.website-about-lightbox__close {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(69, 54, 29, .12);
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: #40372b;
}

body.website-about-lightbox-open { overflow: hidden; }

@keyframes websiteAboutSpin {
    to { transform: rotate(360deg); }
}

@keyframes websiteAboutRise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes websiteAboutFade {
    from { opacity: 0; transform: scale(.97); }
    to { opacity: 1; transform: scale(1); }
}

@media (max-width: 1100px) {
    .website-about-hero__grid { grid-template-columns: minmax(0, 1fr) 320px; gap: 35px; }
    .website-about-cms > .container:has(.item_choose) > .row:last-child { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .website-about-cms > .container:has(.item_award) .owl-carousel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .website-about-hero__grid { grid-template-columns: 1fr; }
    .website-about-hero__visual { display: none; }
    .website-about-cms .vision .row:last-child { grid-template-columns: 1fr; }
    .website-about-cms .box_tab_team .item_tab > .row { min-height: 0; grid-template-columns: 1fr; }
    .website-about-cms .box_tab_team .img, .website-about-cms .box_tab_team .img img { min-height: 390px; height: 390px; }
    .website-about-cms > .container:has(.item_testermonial) > .item_testermonial { grid-template-columns: 220px minmax(0, 1fr); }
    .website-about-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
    .website-about-shell { width: min(100% - 30px, 1320px); }
    body.website-classic-body section.website-about-hero,
    .website-about-hero__grid { min-height: calc(100svh - 147px); }
    .website-about-hero__grid { align-items: center; padding-block: 36px 34px; }
    .website-about-hero h1 { font-size: clamp(45px, 12.2vw, 49px); line-height: 1.01; }
    .website-about-hero__copy > p { font-size: 15px; }
    .website-about-hero__actions { display: grid; }
    .website-about-hero__actions .btn { width: 100%; }
    .website-about-hero__actions .btn-outline-light { display: none; }
    .website-about-hero__proof { grid-template-columns: .72fr 1fr 1.25fr; gap: 10px; margin-top: 28px; }
    .website-about-hero__proof div:last-child { grid-column: auto; }
    .website-about-hero__proof strong { font-size: 18px; }
    .website-about-hero__proof span { font-size: 8px; }

    .website-about-cms > .vision { padding: 46px 0; }
    .website-about-cms > .container { padding-top: 46px; padding-bottom: 46px; }
    .website-about-cms .title_ss { margin-bottom: 22px; font-size: 34px; text-align: left; }
    .website-about-content .title_ss,
    .website-about-content [id] { scroll-margin-top: 84px; }

    .website-about-mobile-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px;
        margin-bottom: 14px;
        padding: 4px;
        border: 1px solid rgba(82, 64, 30, .11);
        border-radius: 14px;
        background: #f3ead4;
    }
    .website-about-mobile-tab {
        min-height: 42px;
        padding: 8px 14px;
        border: 0;
        border-radius: 11px;
        background: transparent;
        color: #776d5f;
        font-size: 13px;
        font-weight: 800;
    }
    .website-about-mobile-tab.is-active {
        background: #fff;
        color: #8b650a;
        box-shadow: 0 6px 18px rgba(79, 59, 19, .09);
    }
    .website-about-content.is-mobile-enhanced .website-about-vision-panel:not(.is-active) { display: none; }
    .website-about-cms .item_vision { min-height: 0; grid-template-columns: 70px 1fr; gap: 15px; padding: 20px 17px; }
    .website-about-cms .item_vision .img { width: 66px; height: 66px; }
    .website-about-cms .item_vision img { width: 42px; height: 42px; }
    .website-about-cms .item_vision h3 { font-size: 22px; }

    .website-about-cms > .container:has(.item_choose) > .website-about-values-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        overflow: visible;
        padding: 0;
    }
    .website-about-cms .item_choose {
        display: grid;
        width: auto;
        min-height: 0;
        grid-template-columns: 54px minmax(0, 1fr);
        column-gap: 14px;
        align-items: center;
        padding: 16px;
    }
    .website-about-cms .img_choose { width: 50px; height: 50px; grid-row: 1 / span 2; margin: 0; }
    .website-about-cms .img_choose img { width: 29px; height: 29px; }
    .website-about-cms .item_choose h3 { margin: 0 0 4px; font-size: 20px; }
    .website-about-cms .item_choose .summary { font-size: 11px; line-height: 1.55; }
    .website-about-content.is-mobile-enhanced .website-about-values-list:not(.is-expanded) > .item_choose:nth-child(n + 4) { display: none; }
    .website-about-values-toggle,
    .website-about-founder-toggle {
        width: 100%;
        min-height: 44px;
        align-items: center;
        justify-content: center;
        gap: 9px;
        margin-top: 12px;
        border: 1px solid rgba(139, 101, 10, .28);
        border-radius: 13px;
        background: transparent;
        color: #8b650a;
        font-size: 12px;
        font-weight: 800;
    }
    .website-about-values-toggle { display: flex; }
    .website-about-values-toggle i,
    .website-about-founder-toggle i { transition: transform .2s ease; }
    .website-about-values-toggle[aria-expanded="true"] i,
    .website-about-founder-toggle[aria-expanded="true"] i { transform: rotate(180deg); }

    .website-about-cms .box_tab_team { border-radius: 20px; }
    .website-about-cms .box_tab_team .img,
    .website-about-cms .box_tab_team .img img { min-height: 0; height: 210px; object-position: center 25%; }
    .website-about-cms .box_tab_team .text { padding: 26px 22px; }
    .website-about-cms .box_tab_team .title { font-size: 33px; }
    .website-about-cms .box_tab_team .sub_title { margin-bottom: 16px; }
    .website-about-cms .box_tab_team .txt { font-size: 13px; line-height: 1.7; }
    .website-about-content.is-mobile-enhanced .website-about-founder-copy > p:nth-child(n + 2) { display: none; }
    .website-about-content.is-mobile-enhanced .website-about-founder-copy.is-expanded > p { display: block; }
    .website-about-founder-toggle { display: flex; justify-content: flex-start; width: auto; min-height: 0; margin-top: 5px; padding: 0; border: 0; }

    .website-about-cms > .container:has(.item_award) .owl-carousel { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .website-about-cms .item_award { border-radius: 14px; }
    .website-about-cms .item_award .img_award { height: 154px; padding: 10px; cursor: zoom-in; }
    .website-about-cms .item_award img { max-height: 134px; }
    .website-about-cms .item_award .name {
        display: -webkit-box;
        min-height: 67px;
        overflow: hidden;
        padding: 12px;
        font-size: 12px;
        line-height: 1.4;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .website-about-cms > .container:has(.item_testermonial) > .item_testermonial {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 15px;
        padding: 18px;
    }
    .website-about-cms > .container:has(.item_testermonial) > .item_testermonial::after { display: none; }
    .website-about-cms > .container:has(.item_testermonial) > .item_testermonial .img,
    .website-about-cms > .container:has(.item_testermonial) > .item_testermonial img {
        width: 64px;
        height: 64px;
        border-radius: 50%;
    }
    .website-about-cms > .container:has(.item_testermonial) > .item_testermonial .info_testermonial .name { margin-bottom: 8px; font-size: 24px; }
    .website-about-cms > .container:has(.item_testermonial) > .item_testermonial .info_testermonial .text { font-size: 14px; }
    .website-about-testimonial-source { display: none !important; }
    .website-about-testimonial-picker { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
    .website-about-testimonial-option {
        display: grid;
        min-width: 0;
        gap: 6px;
        justify-items: center;
        padding: 9px 4px;
        border: 1px solid transparent;
        border-radius: 13px;
        background: transparent;
        color: #665e53;
        font-size: 9px;
        font-weight: 700;
        line-height: 1.25;
        text-align: center;
    }
    .website-about-testimonial-option img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
    .website-about-testimonial-option span { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .website-about-testimonial-option.is-active { border-color: rgba(168, 122, 11, .28); background: #fff5d9; color: #8b650a; }

    .website-about-lightbox { padding: 14px; }
    .website-about-lightbox__dialog { max-height: calc(100svh - 28px); padding: 16px; border-radius: 18px; }
    .website-about-lightbox__dialog img { max-height: calc(100svh - 145px); }

    body.website-classic-body section.website-about-cta { padding: 38px 0; }
    .website-about-cta h2 { font-size: 32px; }
    .website-about-cta__inner .btn { width: 100%; }
    .website-about-cta__inner > div:last-child { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .website-about-orbit--outer,
    .website-about-hero__copy > *,
    .website-about-hero__visual { animation: none; }
}
