/* =============================================
   CUSTOM FONTS
   ============================================= */
@font-face {
    font-family: 'Neue Montreal';
    src: url('../Font/NeueMontreal-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../Font/NeueMontreal-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../Font/NeueMontreal-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../Font/NeueMontreal-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../Font/NeueMontreal-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../Font/NeueMontreal-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../Font/NeueMontreal-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../Font/NeueMontreal-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('../Font/NeueHaasDisplayRoman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('../Font/NeueHaasDisplayRomanItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('../Font/NeueHaasDisplayMediu.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('../Font/NeueHaasDisplayMediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('../Font/NeueHaasDisplayLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('../Font/NeueHaasDisplayLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/* =============================================
   HOME PAGE (WELCOME) - FIGMA LAYOUT
   ============================================= */
body.home-page-shell {
    background: #f7f5ef;
}

body.home-page-shell .main-header .container,
body.home-page-shell .home-hero-section .container,
body.home-page-shell .home-movement-section .container,
body.home-page-shell .home-categories-section .container,
body.home-page-shell .main-footer .container {
    width: min(1200px, calc(100% - 24px));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

body.home-page-shell .home-process-section .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body.home-page-shell .home-quote-section .container,
body.home-page-shell .home-gratitude-section .container,
body.home-page-shell .home-join-section .container,
body.home-page-shell .home-contact-section .container,
body.home-page-shell .main-footer .container {
    width: min(1200px, calc(100% - 24px));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}


body.home-page-shell .home-page {
    overflow-x: hidden; /* safe */
    overflow-y: visible; /* important */
}

body.home-page-shell .home-hero-section {
    padding: 0 0 44px;
    background: #fdfdfd;
}

body.home-page-shell .home-hero-section .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body.home-page-shell .home-hero-card {
    min-height: 567px;
    border-radius: 0;
    background: url("../img/YBS POSTER 1.png") no-repeat center center / cover;
    position: relative;
}

body.home-page-shell .home-hero-card::before {
    display: none;
}

body.home-page-shell .home-hero-content {
    position: relative;
    z-index: 1;
    max-width: 640px;
    padding: 128px 34px 78px 92px;
}

body.home-page-shell .home-hero-title {
    margin: 0 0 14px;
    color: #8e5e2e;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: clamp(44px, 2.2vw, 74px);
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: 0.75px;
}

body.home-page-shell .home-hero-author {
    margin: 0 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a58059;
    font-size: 15px;
    line-height: 20px;
}

body.home-page-shell .home-hero-author-line {
    width: 54px;
    height: 14px;
    background: url("../img/right-side-arrow.png") no-repeat center / contain;
    position: relative;
}

body.home-page-shell .home-hero-author-line::after {
    content: none;
    display: none;
}

body.home-page-shell .home-hero-sub {
    margin: 0 0 24px;
    max-width: 560px;
    color: rgba(94, 71, 48, 0.78);
    font-size: 19px;
    line-height: 30px;
}

body.home-page-shell .home-hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

body.home-page-shell .home-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #4d351e;
    white-space: nowrap;
}

body.home-page-shell .home-hero-btn-primary {
    min-width: 164px;
    height: 38px;
    padding: 0 20px;
    border-radius: 3px;
    background: linear-gradient(90deg, #f8c17e 0%, #cb955f 100%);
    font-size: 14px;
    font-weight: 500;
}

body.home-page-shell .home-hero-btn-secondary {
    gap: 8px;
    font-size: 14px;
    color: #9a6a3a;
}

body.home-page-shell .home-hero-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    color: #b37e4b;
    line-height: 1;
}

body.home-page-shell .home-hero-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

body.home-page-shell .home-movement-section {
    padding: 58px 0 72px;
    background: #fdfdfd;
    overflow: visible;
}

body.home-page-shell .home-movement-section .container {
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    background: transparent;
}

body.home-page-shell .home-movement-grid {
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    background: transparent;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

body.home-page-shell .home-movement-collage {
    position: relative;
}

body.home-page-shell .home-movement-collage-left {
    justify-self: start;
    width: 200px;
    min-height: 380px;
    display: block;
}

body.home-page-shell .home-movement-card {
    margin: 0;
    overflow: hidden;
    background: #ebe6de;
    box-shadow: none;
}

body.home-page-shell .home-movement-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.home-page-shell .home-movement-collage-left .home-movement-card,
body.home-page-shell .home-movement-collage-right .home-movement-card {
    position: absolute;
}

body.home-page-shell .home-movement-card-left-edge {
    left: -142px;
    top: 18px;
    width: 86px;
    height: 250px;
    transform: none;
    border-radius: 0 12px 12px 0;
}

body.home-page-shell .home-movement-card-left-main {
    left: -35px;
    top: 42px;
    width: 176px;
    height: 206px;
    border-radius: 12px;
}

body.home-page-shell .home-movement-card-left-bottom-a {
    left: -147px;
    top: 282px;
    width: 147px;
    height: 141px;
    transform: none;
    border-radius: 0 12px 12px 0;
}

body.home-page-shell .home-movement-card-left-bottom-b {
    left: 30px;
    top: 265px;
    width: 134px;
    height: 133px;
    border-radius: 12px;
}

body.home-page-shell .home-movement-copy {
    max-width: 100%;
    margin: 0;
    text-align: center;
    padding-top: 0;
}

body.home-page-shell .home-movement-label {
    margin: 0 0 18px;
    color: #ba8850;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

body.home-page-shell .home-movement-line {
    display: block;
    position: relative;
    width: 54px;
    height: 14px;
    margin: 0;
    background: url("../img/left-side-arrow.png") no-repeat center / contain;
}

body.home-page-shell .home-movement-label .home-movement-line:first-child {
    background-image: url("../img/left-side-arrow.png");
}

body.home-page-shell .home-movement-label .home-movement-line:last-child {
    background-image: url("../img/right-side-arrow.png");
}

body.home-page-shell .home-movement-line::before,
body.home-page-shell .home-movement-line::after {
    content: none;
    display: none;
}

body.home-page-shell .home-movement-copy h2 {
    margin: 0 0 26px;
    color: #a97439;
    font-size: 44px;
    line-height: 0.88;
    letter-spacing: -0.01em;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-weight: 500;
    text-wrap: balance;
    background: linear-gradient(121deg, #A37948 7.08%, #3D2D1B 135.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.home-page-shell .home-movement-copy p {
    margin: 0 auto 28px;
    max-width: 610px;
    color: #b3844e;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
}

body.home-page-shell .home-movement-copy p.home-movement-subcopy {
    max-width: 650px;
    margin-bottom: 0;
    color: #a9a59f;
    font-size: 17px;
    line-height: 1.3;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.ethical-governance-text {
    max-width: 610px;
    margin: 0;
    color: #987a59;
    font-size: 18px;
    line-height: 1.48;
    font-weight: 400;
    letter-spacing: -0.025em;
}

body.home-page-shell .home-movement-collage-right {
    justify-self: end;
    width: 200px;
    min-height: 380px;
    display: block;
}

body.home-page-shell .home-movement-card-right-top-alt {
    right: -142px;
    top: 32px;
    width: 127px;
    height: 195px;
    border-radius: 12px 0 0 12px;
}

body.home-page-shell .home-movement-card-right-top-main {
    left: 10px;
    top: -9px;
    width: 165px;
    height: 202px;
    border-radius: 12px;
}

body.home-page-shell .home-movement-right-bottom {
    position: absolute;
    inset: 0;
    display: block;
    margin-top: 0;
}

body.home-page-shell .home-movement-card-right-bottom-left {
    left: 3px;
    top: 219px;
    width: 83px;
    height: 100px;
    border-radius: 12px;
}

body.home-page-shell .home-movement-card-right-bottom-mid {
    left: 98px;
    top: 256px;
    width: 132px;
    height: 167px;
    border-radius: 12px;
}

body.home-page-shell .home-movement-card-right-bottom-right {
    right: -142px;
    top: 244px;
    width: 78px;
    height: 132px;
    border-radius: 12px 0 0 12px;
}

body.home-page-shell .home-movement-card-right-bottom-mid {
    left: 98px;
    top: 260px;
    width: 132px;
    height: 167px;
    border-radius: 12px;
}

body.home-page-shell .home-movement-card-right-bottom-mid {
    left: 124px;
    top: 220px;
    width: 100px;
    height: 125px;
    border-radius: 12px;
}

body.home-page-shell .home-movement-card-right-bottom-right {
    right: -142px;
    top: 244px;
    width: 78px;
    height: 132px;
    border-radius: 12px 0 0 12px;
}

body.home-page-shell .home-movement-card-right-bottom-mid {
    left: 98px;
    top: 254px;
    width: 132px;
    height: 167px;
    border-radius: 12px;
}

body.home-page-shell .home-categories-section {
    padding: 48px 0 58px;
    background: #fdfdfd;
    position: relative;
    overflow: hidden;
}

body.home-page-shell .home-categories-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/image 400.png") no-repeat center 18px / 100% auto;
    opacity: 1;
    pointer-events: none;
}

body.home-page-shell .home-categories-section > .container {
    position: relative;
    z-index: 1;
}

body.home-page-shell .home-categories-section .container {
    width: min(1200px, calc(100% - 24px));
    max-width: none;
}

body.home-page-shell .home-categories-section .home-section-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 8px;
    color: #ba8850;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-weight: 400;
}

body.home-page-shell .home-categories-section .home-section-label::before,
body.home-page-shell .home-categories-section .home-section-label::after {
    content: "";
    
}

body.home-page-shell .home-categories-section .home-section-title {
    margin: 0 auto 30px;
    max-width: 780px;
    color: #a56d34;
    font-size: clamp(46px, 3.4vw, 60px);
    line-height: 0.98;
    letter-spacing: -0.02em;
    background: linear-gradient(121deg, #A37948 7.08%, #3D2D1B 135.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.home-page-shell .home-section-label {
    margin: 0 0 12px;
    text-align: center;
    color: #be8e5d;
    font-size: 13px;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

body.home-page-shell .home-categories-section .home-section-label,
body.home-page-shell .home-gratitude-title-wrap .home-section-label {
    display: table;
    margin-left: auto;
    margin-right: auto;
    gap: 30px;
}

body.home-page-shell .home-section-label::before,
body.home-page-shell .home-section-label::after {
    content: none;
}

body.home-page-shell .home-section-line {
    width: 44px;
    height: 1px;
    background: #ba8850;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

body.home-page-shell .home-categories-section .home-section-line {
    display: block;
    position: relative;
    width: 54px;
    height: 14px;
    margin: 0;
    background: url("../img/left-side-arrow.png") no-repeat center / contain;
}

body.home-page-shell .home-categories-section .home-section-label .home-section-line:first-child {
    background-image: url("../img/left-side-arrow.png");
}

body.home-page-shell .home-categories-section .home-section-label .home-section-line:last-child {
    background-image: url("../img/right-side-arrow.png");
}

body.home-page-shell .home-categories-section .home-section-line::before,
body.home-page-shell .home-categories-section .home-section-line::after {
    content: none;
    display: none;
}

body.home-page-shell .home-section-line::before,
body.home-page-shell .home-section-line::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #ba8850;
    border-radius: 50%;
    transform: translateY(-50%);
}

body.home-page-shell .home-section-line::before {
    left: -1px;
}

body.home-page-shell .home-section-line::after {
    right: -1px;
}

body.home-page-shell .home-gratitude-title-wrap .home-section-line {
    display: block;
    position: relative;
    width: 54px;
    height: 14px;
    margin: 0;
    background: url("../img/right-side-arrow.png") no-repeat center / contain;
}

body.home-page-shell .home-gratitude-title-wrap .home-section-line::before,
body.home-page-shell .home-gratitude-title-wrap .home-section-line::after {
    content: none;
    display: none;
}

body.home-page-shell .home-section-label {
    margin: 0 0 12px;
    color: #ba8850;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

body.home-page-shell .home-gratitude-title-wrap .home-section-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-left: 0;
    margin-right: auto;
}

body.home-page-shell .home-gratitude-title-wrap .home-section-line:first-child {
    display: none;
}

body.home-page-shell .home-categories-section .home-section-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-left: auto;
    margin-right: auto;
}

body.home-page-shell .home-section-title {
    margin: 0 0 24px;
    text-align: center;
    color: #8f6130;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 52px;
    line-height: 0.98;
    font-weight: 500;
    letter-spacing: -0.03em;
}

body.home-page-shell .home-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body.home-page-shell .home-category-card {
    padding: 8px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 10px rgba(130, 103, 72, 0.12);
    aspect-ratio: 0.87;
}

body.home-page-shell .home-category-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 4px;
    background: #f4efe8;
}

body.home-page-shell .home-category-card:nth-child(1) img {
    object-position: center top;
}

body.home-page-shell .home-category-card:nth-child(2) img {
    object-position: center top;
}

body.home-page-shell .home-category-card:nth-child(3) img {
    object-position: center top;
}

body.home-page-shell .home-category-overlay {
    position: absolute;
    inset: 8px 8px 8px 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 14px 14px;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(22, 13, 5, 0) 0%, rgba(22, 13, 5, 0.18) 42%, rgba(22, 13, 5, 0.84) 100%);
}

body.home-page-shell .home-category-overlay span {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 400;
}

body.home-page-shell .home-category-overlay h3 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 37px;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
}

body.home-page-shell .home-process-section {
padding: 60px 0 50px;
background: #fff;
}

body.home-page-shell .home-process-panel {
position: relative;
overflow: hidden;
min-height: 420px;
border-radius: 4px;
background:
linear-gradient(90deg, rgba(22, 15, 10, 0.82) 0%, rgba(22, 15, 10, 0.6) 42%, rgba(22, 15, 10, 0.48) 70%, rgba(22, 15, 10, 0.7) 100%),
url('../img/image 403.png') no-repeat center center / cover;
padding: 60px 80px 50px;
box-shadow: 0 20px 48px rgba(61, 43, 27, 0.14);
    overflow: hidden;
    min-height: 420px;
    border-radius: 4px;
    background:
        linear-gradient(90deg, rgba(22, 15, 10, 0.82) 0%, rgba(22, 15, 10, 0.6) 42%, rgba(22, 15, 10, 0.48) 70%, rgba(22, 15, 10, 0.7) 100%),
        url('../img/image 403.png') no-repeat center center / cover;
    padding: 60px 80px 50px;
    box-shadow: 0 20px 48px rgba(61, 43, 27, 0.14);
}

body.home-page-shell .home-process-copy {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 430px) minmax(0, 386px);
    align-items: start;
    justify-content: space-between;
    gap: 28px 40px;
}

body.home-page-shell .home-process-label {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 10px;
    color: rgba(255, 247, 238, 0.92);
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    letter-spacing: 0.8px;
}

body.home-page-shell .home-process-label-line {
    display: block;
    width: 54px;
    height: 14px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-mask: url("../img/right-side-arrow.png") no-repeat center / contain;
    mask: url("../img/right-side-arrow.png") no-repeat center / contain;
}

body.home-page-shell .home-process-copy h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 0.99;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-weight: 400;
    letter-spacing: -0.01em;
}

body.home-page-shell .home-process-summary {
    justify-self: end;
    max-width: 386px;
    padding-top: 20px;
}

body.home-page-shell .home-process-summary p {
    margin: 0;
    color: rgba(255, 249, 242, 0.96);
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.08em;
}

body.home-page-shell .home-process-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
    flex-wrap: wrap;
}

body.home-page-shell .home-process-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

body.home-page-shell .home-process-btn:hover {
    transform: translateY(-1px);
}

body.home-page-shell .home-process-btn-primary {
    min-width: 162px;
    height: 36px;
    padding: 0 20px;
    border-radius: 2px;
    border: 1px solid rgba(244, 227, 210, 0.86);
    background: #fff7ee;
    color: #b17334;
    box-shadow: 0 10px 18px rgba(23, 16, 10, 0.08);
}

body.home-page-shell .home-process-btn-secondary {
    gap: 7px;
    color: #fff;
    font-weight: 300;
}

body.home-page-shell .home-process-btn-icon {
    display: block;
    width: 14px;
    height: 20px;
    object-fit: contain;
    flex: 0 0 auto;
}

body.home-page-shell .home-process-slider {
    position: relative;
    z-index: 1;
    margin-top: 60px;
}

body.home-page-shell .home-process-viewport {
    --home-process-peek: 108px;
    overflow: hidden;
    width: calc(100% + 120px);
    margin-left: -60px;
    padding: 0 0 6px;
    cursor: grab;
}

body.home-page-shell .home-process-viewport:hover {
    cursor: default;
}

body.home-page-shell .home-process-track {
    display: flex;
    align-items: stretch;
    gap: 10px;
    will-change: transform;
}

body.home-page-shell .home-process-step {
    flex: 0 0 calc((100% - 20px) / 3.42);
    min-height: 92px;
    padding: 15px 16px 15px 14px;
    border-radius: 8px;
    border: 1px solid rgba(188, 151, 113, 0.38);
    background: rgba(255, 255, 255, 0.98);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 26px rgba(52, 35, 19, 0.12);
}

body.home-page-shell .home-process-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

body.home-page-shell .home-process-step-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.home-page-shell .home-process-step-icon-fallback {
    border-radius: 50%;
    background: #b67d45;
    color: #fff;
    font-size: 17px;
}

body.home-page-shell .step-no {
    font-size: 68px;
    line-height: 0.82;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-weight: 300;
    color: rgba(185, 146, 108, 0.56);
}

body.home-page-shell .step-name {
    color: #7e4f20;
    font-size: 22px;
    line-height: 0.96;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-weight: 400;
    letter-spacing: -0.03em;
}

body.home-page-shell .home-quote-section {
    padding: 19px 0 60px;
    background: #fff;
}

body.home-page-shell .home-about-quote-card {
    margin: 0;
    min-height: 296px;
    padding: 65px 420px 54px 39px;
    position: relative;
    border-radius: 6px;
    border: none;
    background: #f8f7f2;
    box-shadow: none;
    overflow: visible;
}

body.home-page-shell .home-about-quote-card::before {
    content: '';
    position: absolute;
    right: 21px;
    top: -14px;
    width: 621px;
    height: 487px;
    background: url(../img/right-arrow.png) no-repeat center center;
    background-size: contain;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

body.home-page-shell .home-about-quote-card::after {
    content: none;
}

body.home-page-shell .home-about-quote-copy {
    position: relative;
    z-index: 2;
}

body.home-page-shell .home-about-quote-text {
    margin: 0 0 27px;
}

body.home-page-shell .home-about-quote-author {
    margin: 0;
}

body.home-page-shell .home-about-quote-author-line {
    margin-top: 20px;
}

body.home-page-shell .home-about-quote-visual {
    position: absolute;
    right: 84px;
    top: 78px;
    width: 329px;
    height: auto;
    z-index: 2;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
}

body.home-page-shell .home-about-quote-visual::before {
    content: none;
}

body.home-page-shell .home-about-quote-visual::after {
    content: none;
}

body.home-page-shell .home-about-quote-visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0;
    display: block;
    background: transparent;
}

body.home-page-shell .home-gratitude-section {
    padding: 26px 0 58px;
    background: #fff;
}

body.home-page-shell .home-gratitude-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 306px;
    gap: 34px;
    align-items: start;
    margin-bottom: 28px;
}

body.home-page-shell .home-gratitude-title-wrap .home-section-label {
    margin-left: 0;
    margin-right: auto;
}

body.home-page-shell .home-gratitude-title {
    text-align: left;
    margin-bottom: 0;
    background: linear-gradient(121deg, #A37948 7.08%, #3D2D1B 135.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

body.home-page-shell .home-gratitude-desc {
    margin: 10px 0 0;
    color: rgba(109, 83, 56, 0.78);
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -0.01em;
}

body.home-page-shell .home-gratitude-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;
    align-items: stretch;
}

body.home-page-shell .home-gratitude-card {
    position: relative;
    min-height: 274px;
    height: 100%;
    padding: 20px 0 14px 14px;
    border-radius: 4px;
    background: linear-gradient(180deg, #f7f3ec 0%, #f8f5ef 100%);
    overflow: hidden;
    border: 1px solid rgba(229, 221, 211, 0.96);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 106px;
    grid-template-rows: auto 1fr auto;
    column-gap: 0;
}

body.home-page-shell .home-gratitude-card-medallion {
    min-height: 342px;
}

body.home-page-shell .home-gratitude-card p {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 2;
    margin: 0;
    color: #a79a8b;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.32;
    letter-spacing: -0.015em;
    max-width: 182px;
    padding-right: 18px;
}

body.home-page-shell .home-gratitude-card-medallion .home-gratitude-card-copy-medallion {
    max-width: 173px;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-weight: 300;
}

body.home-page-shell .home-gratitude-card-fund p {
    max-width: 176px;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-weight: 300;
}

body.home-page-shell .home-gratitude-card-citation p {
    max-width: 184px;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-weight: 300;
}

body.home-page-shell .home-gratitude-media {
    grid-column: 2;
    grid-row: 1 / span 3;
    position: relative;
    align-self: stretch;
    width: 100%;
    overflow: visible;
    z-index: 1;
}

body.home-page-shell .home-gratitude-media-medallion {
    width: 100%;
}

body.home-page-shell .home-gratitude-media::before {
    content: "";
    position: absolute;
    top: -28px;
    bottom: -18px;
    right: 0px;
    width: 78px;
    background: #d9e1de;
}

body.home-page-shell .home-gratitude-media-medallion::before {
    right: -2px;
    width: 112px;
    background: #d9e1de;
}

body.home-page-shell .home-gratitude-media img {
    position: absolute;
    display: block;
    width: auto;
    max-width: none;
    height: auto;
}

body.home-page-shell .home-gratitude-card-medallion .home-gratitude-media img {
    right: -1px;
    bottom: -17px;
    width: 158px;
}

body.home-page-shell .home-gratitude-card-fund .home-gratitude-media img {
    right: -1px;
    bottom: -17px;
    width: 156px;
}

body.home-page-shell .home-gratitude-card-citation .home-gratitude-media {
    width: 100%;
}

body.home-page-shell .home-gratitude-card-citation .home-gratitude-media::before {
    right: -1px;
    width: 98px;
}

body.home-page-shell .home-gratitude-card-citation .home-gratitude-media img {
    right: -1px;
    bottom: -14px;
    width: 185px;
}

body.home-page-shell .home-gratitude-footer {
    grid-column: 1;
    grid-row: 3;
    position: relative;
    align-self: end;
    z-index: 2;
    width: max-content;
    padding-bottom: 2px;
}

body.home-page-shell .home-gratitude-footer-medallion {
    margin-bottom: 0;
}

body.home-page-shell .home-gratitude-card h3 {
    margin: 0;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 30px;
    line-height: 0.98;
    font-weight: 400;
    letter-spacing: -0.02em;
    white-space: nowrap;
    background: linear-gradient(126deg, #bb844c 0%, #7f4d22 88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

body.home-page-shell .home-gratitude-card-medallion .home-gratitude-card-title-medallion {
    font-size: 32px;
}

body.home-page-shell .home-gratitude-line {
    display: block;
    position: relative;
    width: 143px;
    height: 1px;
    margin-top: 9px;
    margin-left: 85px;
    background: linear-gradient(90deg, rgba(180, 129, 77, 0.12) 0%, rgba(180, 129, 77, 0.74) 100%);
}

body.home-page-shell .home-gratitude-card-medallion .home-gratitude-line {
    width: 152px;
    margin-top: 9px;
    margin-left: 27px;
}

body.home-page-shell .home-gratitude-card-fund .home-gratitude-line {
    width: 143px;
    margin-top: 9px;
    margin-left: 85px;
}

body.home-page-shell .home-gratitude-card-citation .home-gratitude-line {
    width: 114px;
    margin-top: 9px;
    margin-left: 35px;
}

body.home-page-shell .home-gratitude-line::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #a76d39;
    transform: translateY(-50%);
}

body.home-page-shell .home-gratitude-card-medallion .home-gratitude-line::after {
    width: 5px;
    height: 5px;
}

body.home-page-shell .home-join-section {
    padding: 8px 0 28px;
    background: #fff;
}

body.home-page-shell .home-join-card {
    min-height: 270px;
    border-radius: 18px;
    border: 1px solid rgba(226, 214, 199, 0.92);
    background: url('../img/home-be-part-movement.png') no-repeat center center / cover;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

body.home-page-shell .home-join-copy {
    max-width: 380px;
    padding: 30px 0 30px 44px;
}

body.home-page-shell .home-join-copy h2 {
    margin: 0;
    color: #ab743d;
    font-size: 24px;
    line-height: 1.06;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-weight: 400;
    letter-spacing: -0.03em;
}

body.home-page-shell .home-join-copy h2::after {
    content: "";
    display: block;
    width: 240px;
    height: 5px;
    margin-top: 10px;
    background: url(../img/long-left-arrow.png) no-repeat left center / 100% 100%;
}

body.home-page-shell .home-join-copy p {
    margin: 18px 0 18px;
    color: rgba(124, 99, 73, 0.86);
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
    max-width: 328px;
}

body.home-page-shell .home-join-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 36px;
    padding: 0 24px;
    border-radius: 3px;
    border: 1px solid rgba(199, 142, 85, 0.58);
    background: linear-gradient(180deg, #f3b778 0%, #dfa063 100%);
    color: #25160a;
    text-decoration: none;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 6px 14px rgba(193, 129, 67, 0.16);
}

body.home-page-shell .home-contact-section {
    padding: 18px 0 150px;
    background: #fff;
}

body.home-page-shell .home-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 580px) minmax(0, 580px);
    justify-content: space-between;
    gap: 16px;
    align-items: start;
}

body.home-page-shell .home-contact-section .map-container {
    border-radius: 4px;
    overflow: hidden;
    background: #f2eee8;
}

body.home-page-shell .home-contact-section .map-container iframe {
    display: block;
    min-height: 374px;
}

body.home-page-shell .home-contact-form {
    height: auto;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 12px 0 0;
}

body.home-page-shell .home-contact-form .contact-form-label {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin: 0 0 18px;
    color: #c49a6d;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 15px;
    line-height: 1;
}

body.home-page-shell .home-contact-form .contact-form-label::before {
    width: 54px;
    height: 14px;
    margin-left: 10px;
    background: url("../img/right-side-arrow.png") no-repeat center / contain;
}

body.home-page-shell .home-contact-form .contact-form-label::after {
    content: none;
    display: none;
}

body.home-page-shell .home-contact-form .contact-form-title {
    margin: 0 0 26px;
    max-width: 420px;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 41px;
    line-height: 1.02;
    font-weight: 500;
    letter-spacing: -0.04em;
    background: linear-gradient(136deg, #A37948 7.08%, #3D2D1B 135.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

body.home-page-shell .home-contact-form .contact-form .row {
    --bs-gutter-x: 18px;
}

body.home-page-shell .home-contact-form .contact-form .mb-3 {
    margin-bottom: 18px !important;
}

body.home-page-shell .home-contact-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(201, 165, 126, 0.78);
    border-radius: 0;
    min-height: 46px;
    padding: 7px 2px 10px;
    color: #6c5031;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    box-shadow: none;
}

body.home-page-shell .home-contact-form textarea.form-control {
    min-height: 64px;
    padding-top: 6px;
    resize: none;
}

body.home-page-shell .home-contact-form .form-control::placeholder {
    color: rgba(199, 154, 110, 0.92);
}

body.home-page-shell .home-contact-form .form-control:focus {
    border-color: rgba(163, 121, 72, 0.88);
    box-shadow: none;
}

body.home-page-shell .home-contact-form .submit-btn {
    width: 100%;
    min-height: 40px;
    margin-top: 16px;
    border: 1px solid rgba(213, 153, 91, 0.64);
    border-radius: 4px;
    background: linear-gradient(90deg, #f3b678 0%, #e0a56a 100%);
    color: #160c05;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none;
}

body.home-page-shell .main-footer {
    margin-top: 0;
    padding-top: 68px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background: #fbf8f2;
}

@media (min-width: 1400px) {
    body.home-page-shell .home-movement-grid {
        grid-template-columns: 200px 1fr 200px;
        gap: 40px;
    }

    body.home-page-shell .home-movement-collage-left {
        width: 200px;
    }

    body.home-page-shell .home-movement-collage-right {
        width: 200px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    body.home-page-shell .home-movement-grid {
        grid-template-columns: 180px 1fr 180px;
        gap: 32px;
        max-width: 1000px;
        margin: 0 auto;
    }

    body.home-page-shell .home-movement-collage-left {
        width: 180px;
    }

    body.home-page-shell .home-movement-collage-right {
        width: 180px;
    }
}

@media (max-width: 1199.98px) {
    body.home-page-shell .home-hero-title {
        font-size: 48px;
    }

    body.home-page-shell .home-movement-grid {
        grid-template-columns: 170px 1fr 170px;
        gap: 28px;
        max-width: 1000px;
        margin: 0 auto;
    }

    body.home-page-shell .home-movement-copy {
        max-width: 100%;
    }

    body.home-page-shell .home-movement-copy h2 {
        font-size: 48px;
    }

    body.home-page-shell .home-movement-copy p {
        font-size: 16px;
        max-width: 100%;
    }

    body.home-page-shell .home-movement-collage-left {
        width: 170px;
        transform: none;
    }

    body.home-page-shell .home-movement-collage-right {
        width: 170px;
        transform: none;
    }

    body.home-page-shell .home-section-title {
        font-size: 44px;
    }

    body.home-page-shell .home-process-copy h2 {
        font-size: 42px;
    }

    body.home-page-shell .home-about-quote-text {
        font-size: 32px;
    }
}

@media (max-width: 991.98px) {
    body.home-page-shell .home-hero-section {
        padding: 0 0 30px;
    }

    body.home-page-shell .home-hero-card {
        min-height: 430px;
        border-radius: 0;
        background-position: 66% center;
    }

    body.home-page-shell .home-hero-content {
        padding: 74px 24px 46px;
        max-width: 560px;
    }

    body.home-page-shell .home-hero-title {
        font-size: 48px;
    }

    body.home-page-shell .home-hero-sub {
        max-width: 460px;
    }

    body.home-page-shell .home-movement-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    body.home-page-shell .home-movement-section {
        padding: 44px 0 50px;
    }

    body.home-page-shell .home-movement-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    body.home-page-shell .home-movement-copy {
        order: 1;
        max-width: 640px;
    }

    body.home-page-shell .home-movement-collage-left {
        order: 2;
        justify-self: center;
        transform: none;
        left: auto;
    }

    body.home-page-shell .home-movement-collage-right {
        order: 3;
        justify-self: center;
        transform: none;
        right: auto;
    }

    body.home-page-shell .home-categories-grid,
    body.home-page-shell .home-gratitude-grid {
        grid-template-columns: 1fr 1fr;
    }

    body.home-page-shell .home-process-copy {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.home-page-shell .home-process-summary {
        justify-self: start;
        max-width: 520px;
        padding-top: 0;
    }

    body.home-page-shell .home-process-step {
        flex-basis: calc((100% - 12px) / 1.65);
    }

    body.home-page-shell .home-process-viewport {
        --home-process-peek: 44px;
        width: calc(100% + 36px);
        margin-left: -18px;
    }

    body.home-page-shell .home-about-quote-card {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0;
        padding: 30px 24px 26px;
        min-height: 0;
        border-radius: 20px;
        overflow: hidden;
    }

    body.home-page-shell .home-about-quote-copy {
        max-width: 100%;
    }

    body.home-page-shell .home-about-quote-text {
        max-width: 100%;
        font-size: clamp(26px, 5.2vw, 32px);
        line-height: 1.14;
        margin-bottom: 18px;
    }

    body.home-page-shell .home-about-quote-author {
        font-size: 18px;
        line-height: 20px;
    }

    body.home-page-shell .home-about-quote-author-line {
        width: min(260px, 72vw);
        margin-top: 16px;
    }

    body.home-page-shell .home-about-quote-card::before {
        right: -18px;
        top: 108px;
        font-size: 220px;
        opacity: 0.44;
    }

    body.home-page-shell .home-about-quote-card::after {
        background-position: right 18px center;
        background-size: 320px auto;
    }

    body.home-page-shell .home-about-quote-visual {
        position: relative;
        right: auto;
        top: auto;
        align-self: flex-end;
        width: 248px;
        height: 232px;
        margin: 2px 10px 0 0;
        transform: rotate(2deg);
    }

    body.home-page-shell .home-gratitude-head {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 20px;
    }

    body.home-page-shell .home-gratitude-title {
        text-align: left;
    }

    body.home-page-shell .home-gratitude-title-wrap .home-section-label {
        margin-left: 0;
    }

    body.home-page-shell .home-gratitude-desc {
        margin-top: 0;
        max-width: 520px;
        text-align: left;
    }

    body.home-page-shell .home-gratitude-card {
        min-height: 260px;
        padding: 18px 0 14px 14px;
    }

    body.home-page-shell .home-gratitude-card-medallion {
        min-height: 260px;
        padding: 18px 0 14px 14px;
        grid-template-columns: minmax(0, 1fr) 102px;
    }

    body.home-page-shell .home-gratitude-card p {
        width: auto;
        font-size: 13px;
        max-width: 164px;
    }

    body.home-page-shell .home-gratitude-card-medallion .home-gratitude-card-copy-medallion {
        max-width: 154px;
    }

    body.home-page-shell .home-gratitude-media {
        width: 100%;
    }

    body.home-page-shell .home-gratitude-media::before {
        right: 22px;
        width: 48px;
    }

    body.home-page-shell .home-gratitude-media-medallion::before {
        right: 22px;
        width: 48px;
    }

    body.home-page-shell .home-gratitude-card-medallion .home-gratitude-media img {
        width: 178px;
    }

    body.home-page-shell .home-gratitude-card-fund .home-gratitude-media img {
        width: 122px;
    }

    body.home-page-shell .home-gratitude-card-citation .home-gratitude-media::before {
        right: 0px;
        width: 65px;
    }

    body.home-page-shell .home-gratitude-card-citation .home-gratitude-media img {
        width: 128px;
    }

    body.home-page-shell .home-gratitude-card h3,
    body.home-page-shell .home-gratitude-card-medallion .home-gratitude-card-title-medallion {
        font-size: 18px;
    }

    body.home-page-shell .home-gratitude-line {
        width: 100px;
    }

    body.home-page-shell .home-gratitude-card-fund .home-gratitude-media img {
        right: -2px;
    }

    body.home-page-shell .home-gratitude-card-citation .home-gratitude-media {
        width: 100%;
    }

    body.home-page-shell .home-gratitude-card-fund p,
    body.home-page-shell .home-gratitude-card-citation p {
        max-width: 160px;
    }

    body.home-page-shell .home-join-card {
        min-height: 230px;
        background-position: 68% center;
    }

    body.home-page-shell .home-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    body.home-page-shell .home-hero-card {
        min-height: 320px;
        background-position: 74% center;
    }

    body.home-page-shell .home-hero-content {
        padding: 30px 16px 22px;
    }

    body.home-page-shell .home-hero-title {
        font-size: 34px;
        line-height: 0.97;
    }

    body.home-page-shell .home-hero-author {
        font-size: 13px;
    }

    body.home-page-shell .home-hero-sub {
        font-size: 13px;
        line-height: 1.5;
        max-width: 330px;
    }

    body.home-page-shell .home-hero-actions {
        gap: 10px;
    }

    body.home-page-shell .home-movement-section {
        padding: 30px 0 40px;
    }

    body.home-page-shell .home-movement-copy h2 {
        margin-bottom: 18px;
        font-size: 36px;
    }

    body.home-page-shell .home-movement-label {
        font-size: 12px;
        gap: 8px;
        margin-bottom: 12px;
    }

    body.home-page-shell .home-movement-line {
        width: 32px;
    }

    body.home-page-shell .home-movement-copy p {
        font-size: 14px;
        line-height: 1.45;
        margin-bottom: 18px;
    }

    body.home-page-shell .home-movement-collage-left {
        width: 262px;
        min-height: 320px;
    }

    body.home-page-shell .home-movement-collage-right {
        width: 294px;
        min-height: 336px;
    }

    body.home-page-shell .home-movement-card-left-edge {
        width: 52px;
        height: 198px;
        left: 4px;
        top: 36px;
        transform: none;
        margin-top: 0;
    }

    body.home-page-shell .home-movement-card-left-main {
        width: 152px;
        height: 176px;
        left: 44px;
        top: 12px;
    }

    body.home-page-shell .home-movement-card-left-bottom-a {
        width: 147px;
        height: 141px;
        left: -147px;
        top: 282px;
    }

    body.home-page-shell .home-movement-card-left-bottom-b {
        width: 134px;
        height: 133px;
        left: 30px;
        top: 265px;
    }

body.home-page-shell .home-movement-card-right-top-main {
        width: 165px;
        height: 202px;
        left: 10px;
        top: -9px;
    }

    body.home-page-shell .home-movement-card-right-bottom-left {
        width: 83px;
        height: 100px;
        left: 3px;
        top: 219px;
    }

    body.home-page-shell .home-movement-card-right-bottom-mid {
        width: 121px;
        height: 140px;
        left: 108px;
        top: 241px;
    }

body.home-page-shell .home-movement-card-right-top-alt {
        width: 127px;
        height: 195px;
        right: -142px;
        top: 32px;
    }

    body.home-page-shell .home-movement-card-right-bottom-mid {
        width: 132px;
        height: 167px;
        left: 98px;
        top: 256px;
    }

body.home-page-shell .home-movement-card-right-bottom-right {
        width: 78px;
        height: 132px;
        right: -142px;
        top: 250px;
    }

    body.home-page-shell .home-movement-card-right-bottom-mid {
        width: 132px;
        height: 167px;
        left: 98px;
        top: 255px;
    }

    body.home-page-shell .home-movement-card-right-bottom-right {
        width: 78px;
        height: 132px;
        right: -142px;
        top: 224px;
    }

    body.home-page-shell .home-movement-card-right-bottom-mid {
        width: 132px;
        height: 167px;
        left: 98px;
        top: 245px;
    }

    body.home-page-shell .home-movement-card-right-bottom-left {
        width: 83px;
        height: 100px;
        left: 29px;
        top: 189px;
    }

    body.home-page-shell .home-movement-card-right-bottom-mid {
        width: 100px;
        height: 125px;
        left: 124px;
        top: 220px;
        margin-top: 0;
    }

    body.home-page-shell .home-movement-card-right-bottom-right {
        width: 78px;
        height: 102px;
        right: -142px;
        top: 210px;
        margin-left: 0;
    }

    body.home-page-shell .home-section-title {
        font-size: 32px;
    }

    body.home-page-shell .home-categories-grid,
    body.home-page-shell .home-gratitude-grid {
        grid-template-columns: 1fr;
    }

    body.home-page-shell .home-process-panel {
        padding: 22px 14px 16px;
        background-position: 54% center;
    }

    body.home-page-shell .home-process-copy h2 {
        font-size: 32px;
    }

    body.home-page-shell .home-process-actions {
        gap: 12px;
    }

    body.home-page-shell .home-process-slider {
        margin-top: 20px;
    }

    body.home-page-shell .home-process-viewport {
        --home-process-peek: 20px;
        width: calc(100% + 18px);
        margin-left: -9px;
    }

    body.home-page-shell .home-process-track {
        gap: 6px;
    }

    body.home-page-shell .home-process-step {
        flex-basis: 88%;
        min-height: 74px;
        padding-right: 14px;
    }

    body.home-page-shell .step-no {
        font-size: 46px;
    }

    body.home-page-shell .step-name {
        font-size: 16px;
    }

    body.home-page-shell .home-about-quote-card {
        gap: 0;
        margin: 0;
        padding: 22px 16px 150px;
        border-radius: 18px;
        background: linear-gradient(180deg, #fbf8f2 0%, #f7f1e7 100%);
        border-color: rgba(201, 155, 106, 0.56);
        box-shadow: 0 14px 26px rgba(79, 57, 33, 0.08);
    }

    body.home-page-shell .home-about-quote-card::before {
        right: -4px;
        top: 104px;
        font-size: 170px;
        opacity: 0.24;
        z-index: 1;
        filter: saturate(0.62) brightness(1.05);
    }

    body.home-page-shell .home-about-quote-card::after {
        content: none;
    }

    body.home-page-shell .home-about-quote-text {
        max-width: 100%;
        font-size: 18px;
        line-height: 1.18;
        letter-spacing: -0.16px;
        margin-bottom: 16px;
    }

    body.home-page-shell .home-about-quote-author {
        font-size: 14px;
        line-height: 18px;
    }

    body.home-page-shell .home-about-quote-author-line {
        width: min(170px, 58vw);
        margin-top: 10px;
    }

    body.home-page-shell .home-about-quote-visual {
        position: absolute;
        right: 14px;
        bottom: 14px;
        width: 162px;
        height: 152px;
        margin-right: 0;
        padding: 8px;
        border-radius: 10px;
        background: transparent;
        box-shadow: none;
        transform: rotate(2.8deg);
        z-index: 2;
    }

    body.home-page-shell .home-about-quote-visual img {
        height: 100%;
        border-radius: 6px;
    }

    body.home-page-shell .home-gratitude-card h3 {
        font-size: 20px;
    }

    body.home-page-shell .home-gratitude-card {
        min-height: 244px;
        padding: 16px 0 12px 12px;
    }

    body.home-page-shell .home-gratitude-card-medallion {
        min-height: 244px;
        padding: 16px 0 12px 12px;
        grid-template-columns: minmax(0, 1fr) 96px;
    }

    body.home-page-shell .home-gratitude-card p,
    body.home-page-shell .home-gratitude-card-medallion .home-gratitude-card-copy-medallion,
    body.home-page-shell .home-gratitude-card-fund p,
    body.home-page-shell .home-gratitude-card-citation p {
        width: auto;
        font-size: 15px;
        max-width: 100%;
        padding-right: 50px;
    }

    body.home-page-shell .home-gratitude-media {
        width: 100%;
    }

    body.home-page-shell .home-gratitude-media::before {
        right: 0px;
        width: 50px;
    }

    body.home-page-shell .home-gratitude-card-citation .home-gratitude-media::before {
        right: 0px !important;
        width: 62px !important;
    }

    body.home-page-shell .home-gratitude-media-medallion::before {
        right: -2px;
        width: 64px;
    }

    body.home-page-shell .home-gratitude-card-medallion .home-gratitude-media img {
        width: 162px;
    }

    body.home-page-shell .home-gratitude-card-fund .home-gratitude-media img {
        width: 112px;
    }

    body.home-page-shell .home-gratitude-card-citation .home-gratitude-media::before {
        right: 18px;
        width: 42px;
    }

    body.home-page-shell .home-gratitude-card-citation .home-gratitude-media img {
        width: 118px;
    }

    body.home-page-shell .home-gratitude-card h3,
    body.home-page-shell .home-gratitude-card-medallion .home-gratitude-card-title-medallion {
        font-size: 17px;
        white-space: normal;
    }

    body.home-page-shell .home-gratitude-line,
    body.home-page-shell .home-gratitude-card-medallion .home-gratitude-line {
        width: 92px;
    }

    body.home-page-shell .home-gratitude-card-medallion .home-gratitude-line {
        margin-left: 15px;
    }

    body.home-page-shell .home-gratitude-card-fund .home-gratitude-line {
        margin-left: -7px;
    }

    body.home-page-shell .home-gratitude-card-citation .home-gratitude-line {
        margin-left: -3px;
    }

    body.home-page-shell .home-gratitude-card-fund .home-gratitude-media img {
        right: -2px;
    }

    body.home-page-shell .home-gratitude-card-citation .home-gratitude-media {
        width: 100%;
    }

    body.home-page-shell .home-gratitude-card-fund p,
    body.home-page-shell .home-gratitude-card-citation p {
        max-width: 100%;
    }

    body.home-page-shell .home-join-copy {
        max-width: 280px;
        padding: 18px 14px 22px 18px;
    }

    body.home-page-shell .home-join-copy h2 {
        font-size: 21px;
    }

    body.home-page-shell .home-join-copy h2::after {
        width: 190px;
        background:
            linear-gradient(#b07b49, #b07b49) left center / 182px 1px no-repeat,
            radial-gradient(circle, #b07b49 0 2px, transparent 2.6px) right center / 8px 8px no-repeat;
    }

    body.home-page-shell .home-join-copy p {
        margin: 14px 0 16px;
        font-size: 14px;
        line-height: 1.38;
        max-width: 220px;
    }

    body.home-page-shell .home-join-btn {
        min-width: 164px;
        height: 34px;
        font-size: 12px;
    }

    body.home-page-shell .home-contact-form .contact-form-title {
        font-size: 34px;
    }
}

@media (max-width: 991.98px) {
    body.home-page-shell .home-hero-content,
    body.home-page-shell .home-process-copy,
    body.home-page-shell .home-gratitude-head,
    body.home-page-shell .home-contact-grid,
    body.home-page-shell .home-contact-form,
    body.home-page-shell .home-about-quote-copy,
    body.home-page-shell .home-join-copy {
        min-width: 0;
    }

    body.home-page-shell .home-hero-title,
    body.home-page-shell .home-hero-sub,
    body.home-page-shell .home-process-copy h2,
    body.home-page-shell .home-process-summary,
    body.home-page-shell .home-gratitude-desc,
    body.home-page-shell .home-contact-form .contact-form-title {
        max-width: 100%;
    }

    body.home-page-shell .home-process-actions,
    body.home-page-shell .home-hero-actions {
        align-items: stretch;
    }

    body.home-page-shell .home-process-btn,
    body.home-page-shell .home-hero-btn {
        white-space: normal;
        text-align: center;
    }

    body.home-page-shell .home-category-card,
    body.home-page-shell .home-gratitude-card,
    body.home-page-shell .home-join-card,
    body.home-page-shell .home-about-quote-card,
    body.home-page-shell .home-process-panel,
    body.home-page-shell .home-contact-section .map-container {
        overflow: hidden;
    }
}

@media (max-width: 575.98px) {
    body.home-page-shell .home-hero-section .container,
    body.home-page-shell .home-movement-section .container,
    body.home-page-shell .home-categories-section .container,
    body.home-page-shell .home-process-section .container,
    body.home-page-shell .home-quote-section .container,
    body.home-page-shell .home-gratitude-section .container,
    body.home-page-shell .home-join-section .container,
    body.home-page-shell .home-contact-section .container {
        width: calc(100% - 20px);
        max-width: none;
    }

    body.home-page-shell .home-hero-card {
        min-height: 360px;
        background-position: 72% center;
    }

    body.home-page-shell .home-hero-content {
        max-width: 100%;
        padding: 34px 16px 24px;
    }

    body.home-page-shell .home-hero-title {
        max-width: 280px;
        font-size: clamp(30px, 9vw, 38px);
        line-height: 1;
        letter-spacing: 0;
    }

    body.home-page-shell .home-hero-sub {
        max-width: 290px;
        font-size: 14px;
        line-height: 1.55;
    }

    body.home-page-shell .home-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.home-page-shell .home-hero-btn,
    body.home-page-shell .home-process-btn,
    body.home-page-shell .home-join-btn {
        width: 100%;
        min-width: 0;
    }

    body.home-page-shell .home-hero-btn-primary,
    body.home-page-shell .home-process-btn-primary {
        min-width: 0;
    }

    body.home-page-shell .home-hero-btn-secondary {
        justify-content: center;
    }

    body.home-page-shell .home-movement-copy {
        max-width: 100%;
        padding-top: 0;
    }

    body.home-page-shell .home-movement-copy h2,
    body.home-page-shell .home-section-title,
    body.home-page-shell .home-process-copy h2,
    body.home-page-shell .home-contact-form .contact-form-title {
        max-width: 100%;
        text-wrap: balance;
    }

    body.home-page-shell .home-movement-collage-left,
    body.home-page-shell .home-movement-collage-right {
        max-width: 100%;
        justify-self: center;
    }

    body.home-page-shell .home-categories-section,
    body.home-page-shell .home-process-section,
    body.home-page-shell .home-quote-section,
    body.home-page-shell .home-gratitude-section,
    body.home-page-shell .home-contact-section {
        overflow: hidden;
    }

    body.home-page-shell .home-category-overlay {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    body.home-page-shell .home-process-panel {
        padding: 22px 14px 18px;
    }

    body.home-page-shell .home-process-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.home-page-shell .home-process-btn-secondary {
        justify-content: center;
        text-align: center;
    }

    body.home-page-shell .home-process-viewport {
        width: 100%;
        margin-left: 0;
        overflow: hidden;
    }

    body.home-page-shell .home-about-quote-card {
        padding-bottom: 170px;
    }

    body.home-page-shell .home-about-quote-visual {
        right: 10px;
        width: 150px;
        height: 142px;
    }

    body.home-page-shell .home-gratitude-head {
        margin-bottom: 18px;
    }

    body.home-page-shell .home-gratitude-card,
    body.home-page-shell .home-gratitude-card-medallion {
        grid-template-columns: minmax(0, 1fr) 92px;
        min-height: 232px;
    }

    body.home-page-shell .home-gratitude-card p,
    body.home-page-shell .home-gratitude-card-medallion .home-gratitude-card-copy-medallion,
    body.home-page-shell .home-gratitude-card-fund p,
    body.home-page-shell .home-gratitude-card-citation p {
        font-size: 15px;
        max-width: 100%;
        padding-right: 50px;
    }

    body.home-page-shell .home-gratitude-card h3,
    body.home-page-shell .home-gratitude-card-medallion .home-gratitude-card-title-medallion {
        max-width: 160px;
        line-height: 1.05;
    }

    body.home-page-shell .home-join-card {
        min-height: 250px;
        background-position: 90% bottom;
        background-size: cover;
        position: relative;
        isolation: isolate;
    }

    body.home-page-shell .home-join-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(251, 248, 242, 0.92);
        z-index: 0;
    }

    body.home-page-shell .home-join-copy,
    body.home-page-shell .home-join-btn {
        position: relative;
        z-index: 1;
    }

    body.home-page-shell .home-join-copy {
        max-width: 100%;
        padding: 18px 16px 22px;
    }

    body.home-page-shell .home-join-copy p {
        max-width: 100%;
    }

    body.home-page-shell .home-contact-section .map-container iframe {
        min-height: 280px;
    }

    body.home-page-shell .home-contact-form {
        padding-top: 4px;
    }

    body.home-page-shell .home-contact-form .contact-form-title {
        font-size: clamp(28px, 8vw, 34px);
        line-height: 1.08;
    }

    body.home-page-shell .home-contact-form .contact-form .row {
        --bs-gutter-x: 0;
    }
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('../Font/NeueHaasDisplayLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('../Font/NeueHaasDisplayLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('../Font/NeueHaasDisplayRoman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('../Font/NeueHaasDisplayRomanItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('../Font/NeueHaasDisplayMediu.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('../Font/NeueHaasDisplayMediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/* =============================================
   GLOBAL STYLES
   ============================================= */
html {
    width: 100%;
    max-width: 100%;
}

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

body {
    background-color: #FBF8F2;
    font-family: 'Neue Montreal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #4E381E;
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
}

/* =============================================
   HEADER
   ============================================= */
.main-header {
    background-color: #FDFDFD;
    padding: 15px 0 0;
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: 0 6px 18px rgba(122, 86, 51, 0.08);
}

.header-top-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.header-brand {
    position: relative;
    z-index: 2;
}

.logo-container {
    display: inline-flex;
    align-items: center;
    background-color: #FDFDFD;
    position: absolute;
    top: 15px;
}

.logo-img {
    height: 120px;
    width: auto;
    display: block;
    z-index: 1;
}

.header-nav-shell {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    padding-bottom: 12px;
}

.navigation-links {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
}

.navigation-links .nav-link {
    color: #616161 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.navigation-links .nav-link:hover {
    color: #A58059 !important;
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.nav-dropdown-toggle i {
    font-size: 11px;
    transition: transform 0.25s ease;
}

.nav-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    padding: 8px 0;
    background: #fff;
    border: 1px solid #eadfce;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(122, 86, 51, 0.12);
    z-index: 30;
}

.nav-dropdown-item {
    display: block;
    padding: 10px 14px;
    color: #616161;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.nav-dropdown-item:hover {
    color: #A58059;
    background-color: #f9f3ea;
}

.nav-dropdown.is-open .nav-dropdown-menu,
.nav-dropdown:hover .nav-dropdown-menu {
    display: block;
}

.nav-dropdown.is-open .nav-dropdown-toggle i,
.nav-dropdown:hover .nav-dropdown-toggle i {
    transform: rotate(180deg);
}

.register-btn-wrap {
    flex: 0 0 auto;
}

.register-btn {
    background: linear-gradient(90deg, #F9C07D 0%, #93714A 100%);
    color: #3D2D1B;
    border: none;
    padding: 8px 28px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.register-btn:hover {
    opacity: 0.88;
    color: #3D2D1B;
}

.header-line {
    height: 2px;
    background-color: #A58059;
    width: 100%;
    margin-top: 0;
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid #d9c3aa;
    border-radius: 10px;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    color: #8f6438;
    box-shadow: 0 10px 24px rgba(122, 86, 51, 0.08);
}

.menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 991.98px) {
    .main-header {
        padding: 8px 0 0;
    }

    .main-header .container {
        position: relative;
    }

    .header-top-row {
        align-items: center;
        min-height: 72px;
        gap: 12px;
    }

    .header-brand {
        display: flex;
        align-items: center;
        min-width: 0;
    }

    .logo-container {
        position: static;
        top: auto;
        display: inline-flex;
    }

    .logo-img {
        height: 58px;
    }

    .menu-toggle {
        display: inline-flex;
        flex: 0 0 auto;
        margin-left: auto;
    }

    .header-nav-shell {
        position: absolute;
        left: 16px;
        right: 16px;
        top: calc(100% - 2px);
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 14px;
        border: 1px solid rgba(165, 128, 89, 0.24);
        border-radius: 18px;
        background: rgba(253, 251, 247, 0.98);
        box-shadow: 0 16px 32px rgba(83, 57, 28, 0.12);
        backdrop-filter: blur(10px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
        z-index: 30;
        padding-bottom: 16px;
    }

    .main-header.is-menu-open .header-nav-shell {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .navigation-links {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 6px;
        width: 100%;
    }

    .navigation-links .nav-link,
    .nav-dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 12px 14px;
        border-radius: 12px;
        background: #f8f2e8;
        color: #5a3f24 !important;
        font-size: 15px;
        line-height: 20px;
    }

    .nav-dropdown {
        width: 100%;
    }

    .nav-dropdown-menu {
        position: static;
        min-width: 0;
        margin-top: 6px;
        border-radius: 12px;
        box-shadow: none;
    }

    .register-btn-wrap {
        width: 100%;
    }

    .register-btn {
        width: 100%;
        min-height: 46px;
        padding: 12px 16px;
        border-radius: 10px;
        font-size: 14px;
    }

    .header-line {
        height: 1px;
    }
}

@media (max-width: 575.98px) {
    .main-header {
        padding-top: 6px;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .header-top-row {
        min-height: 62px;
    }

    .logo-img {
        height: 52px;
    }

    .menu-toggle {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .header-nav-shell {
        left: 12px;
        right: 12px;
        padding: 12px;
    }
}

/* =============================================
   GALLERY HERO / BREADCRUMB
   ============================================= */
.gallery-hero {
    background-color: #FBF8F2;
    background-image: url('../img/breadcrumb-gallery.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 150px 0 90px;
    text-align: center;
    position: relative;
}

.contact-hero {
    background-image: url('../img/breadcrumb-contact.png');
}

.about-hero {
    padding: 150px 0 90px;
    background-image: url('../img/breadcrumb-gallery.png');
}

.nomination-hero {
    background-image: url('../img/breadcrumb-gallery.png');
    padding: 100px 0 80px;
    text-align: center;
}

.nomination-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    position: relative;
    z-index: 1;
}

.nomination-hero-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    background: linear-gradient(90deg, #A37948 0%, #3D2D1B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nomination-hero-btn {
    display: inline-block;
    padding: 11px 40px;
    background: linear-gradient(90deg, #F9C07D 0%, #93714A 100%);
    color: #3D2D1B;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.nomination-hero-btn:hover {
    opacity: 0.88;
    color: #3D2D1B;
    transform: translateY(-1px);
}

/* =============================================
   NOMINATION REGISTER PAGE
   ============================================= */
.nomination-register-section {
    background: #fff;
    padding: 62px 0 110px;
}

.nomination-register-card {
    background: #f8f5ef;
    border-radius: 6px;
    text-align: center;
    padding: 62px 20px 56px;
    max-width: 1060px;
    margin: 0 auto;
}

.nomination-register-label {
    margin: 0 0 10px;
    color: #b58a62;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding-bottom: 14px;
}

.nomination-register-label::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    width: 180px;
    height: 1px;
    background: #a37948;
    transform: translateX(-50%);
}

.nomination-register-label::after {
    content: "";
    position: absolute;
    left: calc(50% - 90px);
    bottom: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a37948;
    box-shadow: 180px 0 0 #a37948;
}

.nomination-register-title {
    margin: 0;
    color: #8f6438;
    font-size: 51px;
    line-height: 1.18;
    font-weight: 700;
}

/* =============================================
   NOMINATION PROCESS PAGE
   ============================================= */
.ceremony-section {
    padding: 64px 0 0;
    background: #fff;
    padding-bottom: 80px;
}

.ceremony-heading {
    text-align: center;
    margin-bottom: 40px;
}

.ceremony-sub {
    color: #9a8878;
    font-size: 12px;
    letter-spacing: 0.02em;
    margin: 0 0 14px;
}

.ceremony-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    background: linear-gradient(90deg, #A37948 0%, #3D2D1B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ceremony-card {
    display: flex;
    min-height: 400px;
    overflow: hidden;
    height: 100%;
}

.ceremony-card-left {
    flex: 0 0 56%;
    background: #ede8db;
    padding: 28px 20px 26px 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ceremony-card-right {
    flex: 0 0 44%;
    background: #8aada5;
    position: relative;
    overflow: hidden;
}

.ceremony-card-right img {
    object-fit: cover;
    object-position: center top;
    display: block;
}

.ceremony-card-desc {
    color: #8a8070;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

.ceremony-card-bottom {
    margin-top: auto;
    padding-top: 20px;
}

.ceremony-card-title {
    font-size: 30px;
    font-weight: 400;
    color: #a07848;
    margin: 0 0 10px;
    line-height: 1.15;
}

.ceremony-card-line {
    display: block;
    width: 56px;
    height: 8px;
    background:
        radial-gradient(circle at calc(100% - 3.5px) 50%, #a07850 3.5px, transparent 4px),
        linear-gradient(#c4a07a, #c4a07a) 0 50% / calc(100% - 10px) 1px no-repeat;
}

.criteria-list-section {
    padding: 60px 0 50px;
    background: #fff;
    border-bottom: 1px solid #e8dece;
}

.criteria-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.criteria-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 16px;
    font-size: 19px;
    color: #5a4a3a;
    line-height: 1.75;
}

.criteria-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c4a060;
}

.criteria-note {
    font-size: 19px;
    color: #5a4a3a;
    line-height: 30px;
    margin: 0;
}

.criteria-note strong {
    color: #3D2D1B;
}

.eligibility-section {
    padding: 80px 0;
    background: #F8F7F2;
}

.eligibility-intro {
    font-size: 15px;
    color: #8a7a6a;
    line-height: 1.55;
    margin: 0 0 18px;
}

.eligibility-intro-divider {
    display: inline-block;
    width: 72px;
    height: 8px;
    margin: 0 0 18px;
    background:
        radial-gradient(circle at calc(100% - 3.5px) 50%, #a07850 3.5px, transparent 4px),
        linear-gradient(#c4a07a, #c4a07a) 0 50% / calc(100% - 10px) 1px no-repeat;
}

.eligibility-heading {
    font-size: 34px;
    font-weight: 700;
    color: #3D2D1B;
    margin: 0 0 22px;
    line-height: 1.15;
}

.eligibility-text {
    font-size: 19px;
    color: #6a5a4a;
    line-height: 30px;
    margin: 0 0 14px;
}

.eligibility-text:last-child {
    margin-bottom: 0;
}

.eligibility-card {
    background: #ede8db;
    border-radius: 12px;
    padding: 28px 22px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.eligibility-card-icon {
    width: 46px;
    height: 46px;
    /* background: #c8bfaa; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.eligibility-card-icon i {
    font-size: 18px;
    color: #7a5a30;
}

.eligibility-card-title {
    font-size: 26px;
    font-weight: 400;
    color: #3D2D1B;
    margin: 0 0 10px;
    line-height: 1.2;
}

.eligibility-card-desc {
    font-size: 13px;
    color: #8a7a6a;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .ceremony-title {
        font-size: 26px;
    }

    .ceremony-card {
        min-height: 280px;
    }

    .ceremony-card-title {
        font-size: 18px;
    }

    .eligibility-section {
        padding: 60px 0;
    }

    .eligibility-heading {
        font-size: 26px;
    }

    .eligibility-card-title {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .ceremony-section {
        padding: 40px 0 0;
    }

    .ceremony-title {
        font-size: 22px;
    }

    .ceremony-card {
        min-height: 220px;
    }

    .ceremony-card-left {
        padding: 18px 14px 18px 18px;
    }

    .ceremony-card-desc {
        font-size: 12px;
    }

    .ceremony-card-title {
        font-size: 16px;
    }

    .eligibility-section {
        padding: 40px 0;
    }

    .eligibility-heading {
        font-size: 22px;
    }

    .eligibility-card {
        padding: 20px 16px 18px;
    }

    .eligibility-card-title {
        font-size: 18px;
    }
}

/* =============================================
   FOOTER ALIGNMENT RESTORE
   ============================================= */
body .main-footer,
body.about-page-shell .main-footer,
body.news-page-shell .main-footer,
body.news-detail-page-shell .main-footer,
body.gallery-page-shell .main-footer,
body.gallery-detail-page-shell .main-footer,
body.contact-page-shell .main-footer,
body.past-samman-impact-page-shell .main-footer,
body.ybs-2024-page-shell .main-footer,
body.nomination-process-page-shell .main-footer,
body.nomination-register-page-shell .main-footer,
body.ethical-governance-page-shell .main-footer {
    position: relative;
    background: #fbf8f2;
    padding: 28px 0 0;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    overflow: visible;
    margin-top: 0;
}

body .main-footer::before,
body.about-page-shell .main-footer::before,
body.news-page-shell .main-footer::before,
body.news-detail-page-shell .main-footer::before,
body.gallery-page-shell .main-footer::before,
body.gallery-detail-page-shell .main-footer::before,
body.contact-page-shell .main-footer::before,
body.past-samman-impact-page-shell .main-footer::before,
body.ybs-2024-page-shell .main-footer::before,
body.nomination-process-page-shell .main-footer::before,
body.nomination-register-page-shell .main-footer::before,
body.ethical-governance-page-shell .main-footer::before {
    content: "";
    position: absolute;
    left: -45px;
    bottom: -2px;
    width: 608px;
    height: 270px;
    background: url('../img/YBS-EmailSign 1.png') no-repeat left bottom;
    background-size: 100% 100%;
    opacity: 0.94 !important;
    pointer-events: none;
    z-index: 0;
}

body .main-footer .container,
body.about-page-shell .main-footer .container,
body.news-page-shell .main-footer .container,
body.news-detail-page-shell .main-footer .container,
body.gallery-page-shell .main-footer .container,
body.gallery-detail-page-shell .main-footer .container,
body.contact-page-shell .main-footer .container,
body.past-samman-impact-page-shell .main-footer .container,
body.ybs-2024-page-shell .main-footer .container,
body.nomination-process-page-shell .main-footer .container,
body.nomination-register-page-shell .main-footer .container,
body.ethical-governance-page-shell .main-footer .container {
    position: relative;
    z-index: 1;
    display: block;
}

body .footer-main {
    position: relative;
    min-height: 114px;
    padding: 0 145px;
}

body .footer-logo {
    position: absolute;
    left: 32px;
    top: -104px;
    width: 112px;
    margin: 0;
    background: transparent;
}

body .footer-logo img {
    display: block;
    width: 100%;
    height: auto;
}

body .footer-nav {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 4px;
    padding-left: 176px;
    padding-right: 0;
}

body .footer-link,
body.about-page-shell .footer-link,
body.news-page-shell .footer-link,
body.news-detail-page-shell .footer-link,
body.gallery-page-shell .footer-link,
body.gallery-detail-page-shell .footer-link,
body.contact-page-shell .footer-link,
body.past-samman-impact-page-shell .footer-link,
body.ybs-2024-page-shell .footer-link,
body.nomination-process-page-shell .footer-link,
body.nomination-register-page-shell .footer-link,
body.ethical-governance-page-shell .footer-link {
    color: #4e381e;
    text-decoration: none;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    transition: color 0.3s ease;
}

body .footer-link:hover {
    color: #a58059;
}

body .footer-social-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-top: 20px;
    padding: 0 32px 0 0;
    flex-wrap: wrap;
}

body .social-text,
body.about-page-shell .social-text,
body.news-page-shell .social-text,
body.news-detail-page-shell .social-text,
body.gallery-page-shell .social-text,
body.gallery-detail-page-shell .social-text,
body.contact-page-shell .social-text,
body.past-samman-impact-page-shell .social-text,
body.ybs-2024-page-shell .social-text,
body.nomination-process-page-shell .social-text,
body.nomination-register-page-shell .social-text,
body.ethical-governance-page-shell .social-text {
    margin-right: 12px;
    color: #4e381e;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    white-space: normal;
    flex: 1 1 auto;
    min-width: 0;
}

body .social-icon {
    width: 31px;
    height: 31px;
    border: 1px solid #a58059;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #a58059;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease;
    font-size: 14px;
}

body .social-icon:hover {
    background-color: #a58059;
    color: #fff;
}

body .footer-copyright,
body.about-page-shell .footer-copyright,
body.news-page-shell .footer-copyright,
body.news-detail-page-shell .footer-copyright,
body.gallery-page-shell .footer-copyright,
body.gallery-detail-page-shell .footer-copyright,
body.contact-page-shell .footer-copyright,
body.past-samman-impact-page-shell .footer-copyright,
body.ybs-2024-page-shell .footer-copyright,
body.nomination-process-page-shell .footer-copyright,
body.nomination-register-page-shell .footer-copyright,
body.ethical-governance-page-shell .footer-copyright {
    margin-top: 16px;
    padding: 11px 0 14px;
    border-top: 1px solid rgba(78, 56, 30, 0.18);
    text-align: center;
}

body .footer-copyright p,
body.about-page-shell .footer-copyright p,
body.news-page-shell .footer-copyright p,
body.news-detail-page-shell .footer-copyright p,
body.gallery-page-shell .footer-copyright p,
body.gallery-detail-page-shell .footer-copyright p,
body.contact-page-shell .footer-copyright p,
body.past-samman-impact-page-shell .footer-copyright p,
body.ybs-2024-page-shell .footer-copyright p,
body.nomination-process-page-shell .footer-copyright p,
body.nomination-register-page-shell .footer-copyright p,
body.ethical-governance-page-shell .footer-copyright p {
    margin: 0;
    color: #4e381e;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

body .footer-copyright strong {
    font-weight: 400;
}

@media (max-width: 992px) {
    body .main-footer {
        padding: 34px 0 26px;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
    }

    body .main-footer::before {
        width: 420px;
        height: 152px;
        left: -4px;
        bottom: 8px;
        opacity: 0.12;
    }

    body .footer-main {
        min-height: 96px;
        padding: 0 24px;
    }

    body .footer-logo {
        left: 24px;
        top: -44px;
        width: 96px;
    }

    body .footer-nav {
        gap: 18px;
        padding-left: 140px;
    }

    body .footer-link {
        font-size: 14px;
        line-height: 18px;
    }

    body .footer-social-row {
        margin-top: 12px;
        padding-right: 24px;
    }
}

@media (max-width: 767.98px) {
    body .main-footer {
        padding: 28px 0 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    body .main-footer::before {
        width: 300px;
        height: 108px;
        left: -2px;
        bottom: 16px;
    }

    body .footer-main {
        min-height: auto;
        padding: 0 18px;
    }

    body .footer-logo {
        position: static;
        width: 88px;
        margin: 0 auto 18px;
    }

    body .footer-nav {
        justify-content: center;
        gap: 14px 18px;
        padding-top: 0;
        padding-left: 0;
    }

    body .footer-social-row {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 16px;
        padding: 0 18px;
    }

    body .social-text {
        width: 100%;
        margin-right: 0;
        text-align: center;
        white-space: normal;
    }
}

/* =============================================
   FOOTER MATCH WELCOME
   ============================================= */
body.about-page-shell .main-footer,
body.news-page-shell .main-footer,
body.news-detail-page-shell .main-footer,
body.gallery-page-shell .main-footer,
body.gallery-detail-page-shell .main-footer,
body.contact-page-shell .main-footer,
body.past-samman-impact-page-shell .main-footer,
body.ybs-2024-page-shell .main-footer,
body.nomination-process-page-shell .main-footer,
body.nomination-register-page-shell .main-footer,
body.ethical-governance-page-shell .main-footer {
    margin-top: 0;
    padding-top: 68px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background: #fbf8f2;
}

body.about-page-shell .main-footer .container,
body.news-page-shell .main-footer .container,
body.news-detail-page-shell .main-footer .container,
body.gallery-page-shell .main-footer .container,
body.gallery-detail-page-shell .main-footer .container,
body.contact-page-shell .main-footer .container,
body.past-samman-impact-page-shell .main-footer .container,
body.ybs-2024-page-shell .main-footer .container,
body.nomination-process-page-shell .main-footer .container,
body.nomination-register-page-shell .main-footer .container,
body.ethical-governance-page-shell .main-footer .container {
    width: min(1200px, calc(100% - 24px));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.about-hero .gallery-title {
    color: #A37948;
    font-size: 48px;
    font-weight: 600;
    font-style: normal;
    margin: 0;
    position: relative;
    z-index: 1;
}

.news-hero {
    background-image: url('../img/breadcrumb-news.png');
}

.gallery-title {
    color: #A37948;
    font-size: 48px;
    font-weight: 600;
    font-style: normal;
    margin: 0;
    position: relative;
    z-index: 1;
}

.gallery-title-divider {
    display: none;
}

/* =============================================
   JURY PAGE
   ============================================= */
.jury-hero .gallery-title {
    margin-bottom: 0;
}

.jury-message-section {
    padding: 28px 0 56px;
    background: #fff;
}

.jury-video-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.jury-video-image {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
}

.jury-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 86px;
    height: 86px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.jury-play-icon {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #ffffff;
    margin-left: 4px;
}

.jury-message-copy {
    padding: 22px 12px 0;
    max-width: 1180px;
}

.jury-message-label {
    margin: 0 0 8px;
    color: #b58a62;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
}

/* .jury-message-label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a37948;
    position: absolute;
    left: 0;
    bottom: 0;
} */

.jury-message-label::after {
    content: "";
    width: 387px;
    height: 10px;
    background: url(../img/long-left-arrow.png) no-repeat center / contain;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.jury-message-title {
    margin: 0 0 20px;
    color: #8f6438;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}

.jury-message-copy p {
    margin: 0 0 18px;
    color: rgba(107, 77, 42, 0.7);
    font-family: 'Neue Montreal', sans-serif;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.3px;
    font-weight: 400;
}

.jury-message-copy p:last-child {
    margin-bottom: 0;
}

.jury-statutes-section {
    background: #f7f3ee;
    padding: 44px 0 58px;
}

.jury-statutes-card {
    max-width: 100%;
    margin: 0;
}

.jury-statutes-label {
    margin: 0 0 12px;
    color: #b58a62;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.jury-statutes-line {
    display: inline-block;
    width: 2px;
    height: 1px;
    /* background: #a37948; */
    position: relative;
}

.jury-statutes-line-left::after {
    content: "";
    position: absolute;
    left: -55px;
    top: 50%;
    width: 60px;
    height: 30px;
    transform: translateY(-50%);
    background: url("../img/left-side-arrow.png") no-repeat center / contain;
}

.jury-statutes-line-right::before {
    content: "";
    position: absolute;
    right: -55px;
    top: 50%;
    width: 60px;
    height: 30px;
    transform: translateY(-50%);
    background: url("../img/right-side-arrow.png") no-repeat center / contain;
}

.jury-statutes-title {
    margin: 0 0 20px;
    text-align: center;
    color: #8f6438;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600;
    background: linear-gradient(135deg, #A37948 7.08%, #3D2D1B 135.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.jury-statutes-list {
    margin: 0;
    padding-left: 26px;
    color: rgba(107, 77, 42, 0.7);
    font-family: 'Neue Montreal', sans-serif;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.3px;
    font-weight: 400;
}

.jury-statutes-list li {
    margin-bottom: 10px;
}

.jury-statutes-list li:last-child {
    margin-bottom: 0;
}

.jury-page .about-cta-section {
    padding-top: 36px;
}

body.jury-page-shell .jury-cta-section {
    padding-top: 34px;
}

body.jury-page-shell .jury-cta-section .container {
    max-width: 1240px;
}

body.jury-page-shell .jury-cta-card {
    min-height: 252px;
    padding: 30px 24px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 0;
    text-align: center;
}

body.jury-page-shell .jury-cta-card::before {
    background: linear-gradient(0deg, rgba(248, 245, 236, 0.68), rgba(248, 245, 236, 0.68));
}

body.jury-page-shell .jury-cta-card > * {
    margin-left: 0;
    margin-right: 0;
}

body.jury-page-shell .jury-cta-small {
    justify-self: auto;
    align-self: auto;
    margin: 0 0 12px;
    color: rgba(165, 128, 89, 0.63);
    font-size: 19px;
    line-height: 18px;
    text-align: center;
}

body.jury-page-shell .jury-cta-title {
    justify-self: auto;
    align-self: auto;
    margin: 0 0 22px;
    max-width: 561px;
    text-align: center;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.4px;
}

body.jury-page-shell .jury-cta-btn {
    justify-self: auto;
    align-self: auto;
    width: 226px;
    height: 41px;
    margin-top: 0;
    font-size: 15px;
    line-height: 41px;
    text-align: center !important;
}

@media (max-width: 991.98px) {
    body.jury-page-shell .jury-cta-card {
        min-height: auto;
        row-gap: 0;
        text-align: center;
        padding: 26px 22px 24px;
    }

    body.jury-page-shell .jury-cta-small,
    body.jury-page-shell .jury-cta-title,
    body.jury-page-shell .jury-cta-btn {
        justify-self: auto;
        text-align: center;
    }

    body.jury-page-shell .jury-cta-small {
        margin: 0 0 10px;
    }

    body.jury-page-shell .jury-cta-title {
        margin: 0 0 18px;
        font-size: 34px;
        line-height: 1.08;
    }
}

@media (max-width: 575.98px) {
    body.jury-page-shell .jury-cta-section {
        padding-top: 26px;
    }

    body.jury-page-shell .jury-cta-card {
        min-height: auto;
        padding: 22px 16px 20px;
        row-gap: 0;
    }

    body.jury-page-shell .jury-cta-small {
        margin-bottom: 8px;
        font-size: 15px;
    }

    body.jury-page-shell .jury-cta-title {
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 1.1;
        letter-spacing: -0.3px;
    }

    body.jury-page-shell .jury-cta-btn {
        width: 198px;
        height: 40px;
        font-size: 15px;
        line-height: 40px;
    }
}

/* =============================================
   YBS 2025 LAUREATES
   ============================================= */
.ybs-2025-hero .gallery-title {
    margin-bottom: 6px;
}

.ybs-2025-hero-subtitle {
    margin: 0;
    color: #3f2f1f;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.ybs-2025-intro-section {
    padding: 58px 0 72px;
    background: #fff;
}

.ybs-2025-intro-content {
    max-width: 560px;
}

.ybs-2025-intro-label {
    margin: 0 0 16px;
    color: #b58a62;
    font-size: 18px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ybs-2025-intro-label::before {
    content: "";
    width: 40px;
    height: 30px;
    background: url("../img/right-side-arrow.png") no-repeat center / contain;
    margin-left: 2px;
    order: 2;
}

.ybs-2025-intro-title {
    margin: 0 0 10px;
    color: #8f6438;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 700;
}

.ybs-2025-intro-title span {
    display: block;
    margin-top: 4px;
    color: #7a5633;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}

.ybs-2025-intro-text {
    margin: 0 0 24px;
    color: #8b7b69;
    font-size: 19px;
    line-height: 30px;
    max-width: 520px;
}

.ybs-2025-read-more-btn {
    display: inline-block;
    min-width: 136px;
    text-align: center;
    padding: 9px 28px;
    background: linear-gradient(90deg, #F9C07D 0%, #93714A 100%);
    color: #3D2D1B;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 4px;
}

.ybs-2025-read-more-btn:hover {
    opacity: 0.88;
    color: #3D2D1B;
}

.ybs-2025-intro-media {
    border-radius: 8px;
    overflow: hidden;
}

.ybs-2025-intro-media img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    filter: grayscale(100%);
    display: block;
}

.ybs-2024-page .ybs-2025-intro-media img {
    filter: none;
}

body.ybs-2024-page-shell .ybs-2025-intro-section {
    padding: 52px 0 76px;
    background: #f7f4ee;
}

body.ybs-2024-page-shell .ybs-2025-intro-section .row {
    --bs-gutter-x: 36px;
    align-items: center;
}

body.ybs-2024-page-shell .ybs-2025-intro-content {
    max-width: 458px;
    padding-left: 125px;
}

body.ybs-2024-page-shell .ybs-2025-intro-label {
    gap: 14px;
    margin-bottom: 14px;
    color: #bf7f3d;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

body.ybs-2024-page-shell .ybs-2025-intro-label::before {
    width: 45px;
    height: 35px;
    margin-left: 0;
    background: url("../img/right-side-arrow.png") no-repeat center / contain;
    order: 2;
}

body.ybs-2024-page-shell .ybs-2025-intro-title {
    margin: 0 0 18px;
    max-width: 426px;
    color: #9c6732;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #bf823f 0%, #7c532d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.ybs-2024-page-shell .ybs-2025-intro-title span {
    margin-top: 2px;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

body.ybs-2024-page-shell .ybs-2025-intro-text {
    margin: 0 0 22px;
    max-width: 468px;
    color: #8f6d49;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
}

body.ybs-2024-page-shell .ybs-2025-read-more-btn {
    min-width: 188px;
    padding: 0 20px;
    height: 38px;
    border-radius: 3px;
    background: linear-gradient(90deg, #ffbe79 0%, #d9a06a 100%);
    color: #2f1f11;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 38px;
}

body.ybs-2024-page-shell .ybs-2025-read-more-btn:hover {
    color: #2f1f11;
}

body.ybs-2024-page-shell .ybs-2025-intro-media {
    max-width: 432px;
    border-radius: 4px;
    overflow: hidden;
    margin-left: auto;
    margin-right: 64px;
}

body.ybs-2024-page-shell .ybs-2025-intro-media img {
    width: 100%;
    height: 282px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.ybs-2023-page .ybs-2025-intro-media img {
    filter: none;
}

.ybs-2025-story-section {
    background: #fff;
}

.ybs-2025-story-block {
    padding: 56px 0 62px;
}

.ybs-2025-story-block-cream {
    background: #f7f3ee;
}

.ybs-2025-story-block-white {
    background: #fff;
}

.ybs-2025-story-media {
    border-radius: 8px;
    overflow: hidden;
}

.ybs-2025-story-media img {
    width: 100%;
    height: 430px;
    object-fit: contain;
    display: block;
}

.ybs-2025-story-content {
    max-width: 560px;
}

.ybs-2025-story-label {
    margin: 0 0 10px;
    color: #b58a62;
    font-size: 18px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ybs-2025-story-label::before {
    content: "";
    width: 40px;
    height: 30px;
    background: url("../img/right-side-arrow.png") no-repeat center / contain;
    margin-left: 2px;
    order: 2;
}

.ybs-2025-story-title {
    margin: 0 0 4px;
    color: #8f6438;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
}

.ybs-2025-story-subtitle {
    margin: 0 0 14px;
    color: #7a5633;
    font-size: 22px;
    line-height: 1.28;
    font-weight: 700;
}

.ybs-2024-page .ybs-2025-story-subtitle {
    font-weight: 400;
}

.ybs-2023-page .ybs-2025-story-subtitle {
    font-weight: 400;
}

.ybs-2024-page .ybs-2025-story-title {
    font-size: 44px;
    line-height: 1.15;
}

body.ybs-2024-page-shell .ybs-2025-story-block-cream {
    padding: 50px 0 58px;
    background: #f6f2eb;
}

body.ybs-2024-page-shell .ybs-2025-story-block-cream .row {
    --bs-gutter-x: 24px;
    align-items: center;
}

body.ybs-2024-page-shell .ybs-2025-story-block-cream .ybs-2025-story-media {
    max-width: 462px;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 86px;
}

body.ybs-2024-page-shell .ybs-2025-story-block-cream .ybs-2025-story-media img {
    width: 100%;
    height: 281px;
    object-fit: cover;
    object-position: center 42%;
    display: block;
}

body.ybs-2024-page-shell .ybs-2025-story-block-cream .ybs-2025-story-content {
    max-width: 392px;
    padding-left: 18px;
}

body.ybs-2024-page-shell .ybs-2025-story-block-cream .ybs-2025-story-label {
    gap: 14px;
    margin-bottom: 14px;
    color: #bf7f3d;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

body.ybs-2024-page-shell .ybs-2025-story-block-cream .ybs-2025-story-label::before {
    width: 45px;
    height: 35px;
    margin-left: 0;
    background: url("../img/right-side-arrow.png") no-repeat center / contain;
    order: 2;
}

body.ybs-2024-page-shell .ybs-2025-story-block-cream .ybs-2025-story-title {
    margin: 0 0 16px;
    color: #9d6732;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

body.ybs-2024-page-shell .ybs-2025-story-block-cream .ybs-2025-story-subtitle {
    margin: 0 0 22px;
    max-width: 412px;
    color: #8f6d49;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.38;
}

body.ybs-2024-page-shell .ybs-2025-story-block-cream .ybs-2025-read-more-btn {
    min-width: 188px;
    height: 38px;
    padding: 0 20px;
    border-radius: 3px;
    background: linear-gradient(90deg, #ffbe79 0%, #d9a06a 100%);
    color: #2f1f11;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 38px;
}

body.ybs-2024-page-shell .ybs-2025-story-block-cream .ybs-2025-read-more-btn:hover {
    color: #2f1f11;
}

body.ybs-2024-page-shell .ybs-2025-story-block-white {
    padding: 48px 0 62px;
    background: #ffffff;
}

body.ybs-2024-page-shell .ybs-2025-story-block-white .row {
    --bs-gutter-x: 24px;
    align-items: center;
}

body.ybs-2024-page-shell .ybs-2025-story-block-white .ybs-2025-story-content {
    max-width: 474px;
    padding-left: 86px;
}

body.ybs-2024-page-shell .ybs-2025-story-block-white .ybs-2025-story-label {
    gap: 14px;
    margin-bottom: 14px;
    color: #bf7f3d;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

body.ybs-2024-page-shell .ybs-2025-story-block-white .ybs-2025-story-label::before {
    width: 45px;
    height: 35px;
    margin-left: 0;
    background: url("../img/right-side-arrow.png") no-repeat center / contain;
    order: 2;
}

body.ybs-2024-page-shell .ybs-2025-story-block-white .ybs-2025-story-title {
    margin: 0 0 16px;
    max-width: 430px;
    color: #9d6732;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

body.ybs-2024-page-shell .ybs-2025-story-block-white .ybs-2025-story-subtitle {
    margin: 0 0 22px;
    max-width: 462px;
    color: #8f6d49;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.38;
}

body.ybs-2024-page-shell .ybs-2025-story-block-white .ybs-2025-read-more-btn {
    min-width: 188px;
    height: 38px;
    padding: 0 20px;
    border-radius: 3px;
    background: linear-gradient(90deg, #ffbe79 0%, #d9a06a 100%);
    color: #2f1f11;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 38px;
}

body.ybs-2024-page-shell .ybs-2025-story-block-white .ybs-2025-read-more-btn:hover {
    color: #2f1f11;
}

body.ybs-2024-page-shell .ybs-2025-story-block-white .ybs-2025-story-media {
    max-width: 432px;
    border-radius: 4px;
    overflow: hidden;
    margin-left: auto;
    margin-right: 58px;
}

body.ybs-2024-page-shell .ybs-2025-story-block-white .ybs-2025-story-media img {
    width: 100%;
    height: 283px;
    object-fit: cover;
    object-position: center 42%;
    display: block;
}

.ybs-2023-page .ybs-2025-story-title {
    font-size: 44px;
    line-height: 1.15;
}

.ybs-2025-story-subtitle-secondary {
    margin-top: 4px;
}

.ybs-2025-story-text {
    margin: 0 0 22px;
    color: #8b7b69;
    font-size: 19px;
    line-height: 30px;
    max-width: 530px;
}

/* =============================================
   YBS LAUREATES PAGE
   ============================================= */
.ybs-laureates-page {
    background: #fff;
}

.ybs-laureates-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 274px;
    background-color: #faf6f2;
    background-image: url('../img/ybs-laureates-hero-bg-2.png');
    background-repeat: no-repeat;
    background-position: center -86px;
    background-size: 100% auto;
    padding: 58px 0 44px;
    overflow: hidden;
    isolation: isolate;
}

.ybs-laureates-hero::before,
.ybs-laureates-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.ybs-laureates-hero::before {
    inset: 0;
    background: linear-gradient(180deg, rgba(250, 246, 242, 0.54) 0%, rgba(250, 246, 242, 0.68) 100%);
}

.ybs-laureates-hero::after {
    inset: auto 0 0;
    height: 58px;
    background: linear-gradient(180deg, rgba(250, 246, 242, 0) 0%, rgba(250, 246, 242, 0.92) 100%);
}

.ybs-laureates-hero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.ybs-laureates-hero .gallery-title {
    margin-bottom: 6px;
    font-family: 'Neue Montreal', 'Segoe UI', sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -0.35px;
    background: linear-gradient(154deg, #a37948 7.08%, #3d2d1b 135.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ybs-laureates-hero-subtitle {
    margin: 0;
    color: #382f25;
    font-size: 18px;
    line-height: 1.2;
}

.ybs-laureates-sections {
    background: #fff;
}

.ybs-laureates-block {
    padding: 58px 0 60px;
    border-top: 1px solid rgba(163, 121, 72, 0.06);
}

.ybs-laureates-block-muted {
    background: #f8f7f2;
}

.ybs-laureates-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 545px;
    align-items: center;
    gap: 29px;
    max-width: 1118px;
    margin: 0 auto;
}

.ybs-laureates-block-reverse .ybs-laureates-layout {
    grid-template-columns: 545px minmax(0, 1fr);
    gap: 40px;
}

.ybs-laureates-copy {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ybs-laureates-copy-inner {
    width: 100%;
    max-width: 540px;
}

.ybs-laureates-label {
    margin: 0 0 12px;
    color: #a58059;
    font-size: 12px;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ybs-laureates-label::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/right-side-arrow.png") no-repeat center / contain;
}

.ybs-laureates-title {
    margin: 0;
    color: #a37948;
    font-size: 28px;
    line-height: 1.06;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.25px;
}

.ybs-laureates-subtitle {
    margin: 2px 0 12px;
    color: #4c3923;
    font-size: 18px;
    line-height: 1.24;
    font-weight: 500;
    max-width: 500px;
}

.ybs-laureates-description {
    margin: 0 0 16px;
    color: rgba(107, 77, 42, 0.72);
    font-size: 13px;
    line-height: 1.52;
    letter-spacing: 0;
    max-width: 470px;
}

.ybs-laureates-body {
    margin: 0 0 18px;
    color: rgba(94, 73, 52, 0.75);
    font-size: 12px;
    line-height: 1.5;
    max-width: 470px;
}

.ybs-laureates-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    height: 30px;
    padding: 0 14px;
    border-radius: 2px;
    text-decoration: none;
    color: #4e381e;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    background: linear-gradient(158deg, #f9c07d 16.72%, #93714a 170.9%);
    border: 1px solid rgba(255, 157, 87, 0.13);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.ybs-laureates-btn:hover {
    color: #4e381e;
    opacity: 0.9;
    transform: translateY(-1px);
}

.ybs-laureates-media {
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
    justify-self: end;
    width: 100%;
}

.ybs-laureates-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ybs-laureates-media-first {
    height: 354px;
}

.ybs-laureates-media-first img {
    object-position: center 50%;
    filter: grayscale(100%);
}

.ybs-laureates-media-second {
    height: 416px;
}

.ybs-laureates-media-second img {
    object-position: center 44%;
}

.ybs-laureates-media-third {
    height: 416px;
}

.ybs-laureates-media-third img {
    object-position: center 10%;
}

.ybs-laureates-block-reverse .ybs-laureates-copy {
    justify-content: flex-start;
}

.ybs-laureates-block-reverse .ybs-laureates-copy-inner {
    max-width: 540px;
}

.ybs-laureates-block-one .ybs-laureates-copy-inner {
    max-width: 548px;
}

.ybs-laureates-block-three .ybs-laureates-copy-inner {
    max-width: 548px;
}

/* =============================================
   INNOVATORS IN HEALTH
   ============================================= */
.innovators-intro-section {
    padding: 58px 0 72px;
    background: #fff;
}

.innovators-intro-content {
    max-width: 560px;
}

.innovators-intro-label {
    margin: 0 0 16px;
    color: #c39b72;
    font-size: 20px;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.innovators-intro-label::before {
    content: "";
    width: 52px;
    height: 1px;
    background: #a37948;
    order: 2;
}

.innovators-intro-label::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a37948;
    margin-left: -6px;
    display: inline-block;
    flex: 0 0 7px;
    order: 3;
}

.innovators-intro-title {
    margin: 0 0 18px;
    color: #8f6133;
    font-size: 54px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.innovators-intro-text {
    margin: 0;
    color: #6a5b4a;
    font-size: 19px;
    line-height: 1.5;
    max-width: 540px;
}

.innovators-intro-media {
    border-radius: 8px;
    overflow: hidden;
}

.innovators-intro-media img {
    width: 100%;
    height: 345px;
    object-fit: cover;
    display: block;
}

.innovators-story-section {
    padding: 0;
    background: transparent;
}

.innovators-story-block {
    padding: 58px 0 72px;
}

.innovators-story-block-cream {
    background: #f8f3ed;
}

.innovators-story-block-white {
    background: #fff;
}

.innovators-story-row + .innovators-story-row {
    margin-top: 56px;
}

.innovators-story-copy {
    max-width: 540px;
}

.innovators-story-copy p {
    margin: 0;
    color: #7e6a54;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 400;
}

.innovators-story-copy p + p {
    margin-top: 24px;
}

.innovators-story-media {
    border-radius: 8px;
    overflow: hidden;
}

.innovators-story-media img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    display: block;
}

.innovators-gallery-section {
    padding: 22px 0 0;
    background: #f8f3ed;
    overflow-x: hidden;
}

.innovators-gallery-shell {
    padding: 18px 22px;
    background: #f3eee7;
    border-radius: 4px;
}

.innovators-gallery-shell .news-slider-track {
    gap: 12px;
}

.innovators-gallery-card {
    flex: 0 0 calc((100% - 24px) / 3);
    max-width: calc((100% - 24px) / 3);
    border: 1px solid #d9cec0;
    border-radius: 8px;
    background: transparent;
}

.innovators-gallery-media {
    padding: 0;
}

.innovators-gallery-zoom-btn {
    width: 100%;
    border: none;
    padding: 0;
    background: transparent;
    border-radius: 6px;
    overflow: hidden;
    cursor: zoom-in;
}

.innovators-gallery-media .news-card-image {
    height: 196px;
    border-radius: 6px;
    object-fit: contain;
    background: transparent;
    transition: transform 0.35s ease;
}

.innovators-gallery-zoom-btn:hover .news-card-image,
.innovators-gallery-zoom-btn:focus-visible .news-card-image {
    transform: scale(1.06);
}

.innovators-gallery-shell .innovators-gallery-arrow {
    width: 40px;
    height: 40px;
    padding: 0;
    background: #cfb89b;
    color: #fff;
    box-shadow: none;
    font-size: 26px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 2px);
    transform: translateY(-50%);
}

.innovators-gallery-shell .innovators-gallery-arrow i {
    line-height: 1;
}

.innovators-gallery-shell .innovators-gallery-arrow:hover {
    background: #c2a27f;
}

.innovators-gallery-shell .news-slider-prev {
    left: -10px;
}

.innovators-gallery-shell .news-slider-next {
    right: -10px;
}

.innovators-summary-section {
    background: #fff;
    padding: 0 0 130px;
}

.innovators-gallery-summary {
    margin-top: 14px;
    padding: 24px 24px 34px;
    background: #fff;
    border-radius: 0;
}

.innovators-gallery-summary-line {
    height: 1px;
    background: #d8c7b4;
    margin-bottom: 20px;
}

.innovators-gallery-summary-title {
    margin: 0;
    color: #8f6438;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 500;
}

.innovators-gallery-summary-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    margin-left: auto;
}

.innovators-gallery-summary-links a {
    color: #9a6d3b;
    text-decoration: none;
    font-size: 19px;
    font-weight: 400;
    min-width: 310px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    text-align: right;
}

.innovators-gallery-summary-links a:hover {
    color: #7a5633;
}


.innovators-link-arrow {
    flex: 0 0 auto;
    font-size: 15px;
    line-height: 1;
}

.news-gallery-zoom-content {
    background: #f8f4ee;
    border: 1px solid #e6dacd;
    border-radius: 14px;
    padding: 22px 26px;
}

.news-gallery-zoom-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.news-gallery-zoom-stage img {
    width: min(100%, 900px);
    max-height: 76vh;
    object-fit: contain;
    border-radius: 12px;
}

.news-gallery-zoom-nav {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #cfb89b;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.news-gallery-zoom-nav span {
    transform: translateY(-1px);
}

.news-gallery-zoom-close {
    position: absolute;
    top: 8px;
    right: 14px;
    border: none;
    background: transparent;
    color: #9a6d3b;
    font-size: 36px;
    line-height: 1;
}

@media (max-width: 991px) {
    .nomination-register-section {
        padding: 48px 0 86px;
    }

    .nomination-register-card {
        padding: 48px 18px 44px;
    }

    .nomination-register-title {
        font-size: 38px;
    }

    .jury-video-image {
        height: 420px;
    }

    .jury-message-title {
        font-size: 38px;
    }

    .jury-message-copy p {
        font-size: 16px;
    }

    .jury-statutes-title {
        font-size: 38px;
    }

    .jury-statutes-list {
        font-size: 15px;
    }

    .ybs-2025-hero-subtitle {
        font-size: 20px;
    }

    .ybs-2025-intro-section {
        padding: 48px 0 56px;
    }

    .ybs-2025-intro-title {
        font-size: 34px;
    }

    .ybs-2025-intro-title span {
        font-size: 22px;
    }

    .ybs-2025-intro-media img {
        height: 300px;
    }

    body.ybs-2024-page-shell .ybs-2025-intro-section {
        padding: 42px 0 52px;
    }

    body.ybs-2024-page-shell .ybs-2025-intro-content {
        max-width: none;
        padding-left: 0;
    }

    body.ybs-2024-page-shell .ybs-2025-intro-title {
        max-width: 420px;
        font-size: 30px;
    }

    body.ybs-2024-page-shell .ybs-2025-intro-media {
        max-width: none;
        margin-right: 0;
    }

    body.ybs-2024-page-shell .ybs-2025-intro-media img {
        height: 300px;
    }

    .ybs-2025-story-block {
        padding: 46px 0 50px;
    }

    .ybs-2025-story-media img {
        height: 340px;
    }

    .ybs-2025-story-title {
        font-size: 22px;
    }

    .ybs-2024-page .ybs-2025-story-title {
        font-size: 34px;
    }

    body.ybs-2024-page-shell .ybs-2025-story-block-cream {
        padding: 42px 0 48px;
    }

    body.ybs-2024-page-shell .ybs-2025-story-block-cream .ybs-2025-story-media {
        max-width: none;
        margin-left: 0;
    }

    body.ybs-2024-page-shell .ybs-2025-story-block-cream .ybs-2025-story-media img {
        height: 320px;
    }

    body.ybs-2024-page-shell .ybs-2025-story-block-cream .ybs-2025-story-content {
        max-width: none;
        padding-left: 0;
    }

    body.ybs-2024-page-shell .ybs-2025-story-block-cream .ybs-2025-story-title {
        font-size: 30px;
    }

    body.ybs-2024-page-shell .ybs-2025-story-block-white .ybs-2025-story-content {
        max-width: none;
        padding-left: 0;
    }

    body.ybs-2024-page-shell .ybs-2025-story-block-white .ybs-2025-story-media {
        max-width: none;
        margin-right: 0;
    }

    body.ybs-2024-page-shell .ybs-2025-story-block-white .ybs-2025-story-media img {
        height: 320px;
    }

    body.ybs-2024-page-shell .ybs-2025-story-block-white .ybs-2025-story-title {
        font-size: 30px;
    }

    .ybs-2023-page .ybs-2025-story-title {
        font-size: 34px;
    }

    .ybs-2025-story-subtitle {
        font-size: 17px;
    }

    .innovators-intro-section {
        padding: 48px 0 56px;
    }

    .innovators-intro-title {
        font-size: 42px;
    }

    .innovators-intro-text {
        font-size: 17px;
    }

    .innovators-story-section {
        padding: 0;
    }

    .innovators-story-block {
        padding: 48px 0 56px;
    }

    .innovators-story-row + .innovators-story-row {
        margin-top: 40px;
    }

    .innovators-story-copy p {
        font-size: 17px;
    }

    .innovators-story-media img {
        height: 330px;
    }

    .innovators-gallery-card {
        flex: 0 0 calc((100% - 12px) / 2);
        max-width: calc((100% - 12px) / 2);
    }

    .innovators-gallery-summary-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .nomination-register-section {
        padding: 36px 0 66px;
    }

    .nomination-register-card {
        padding: 34px 14px 32px;
    }

    .nomination-register-label {
        font-size: 14px;
    }

    .nomination-register-title {
        font-size: 28px;
    }

    .jury-message-section {
        padding: 20px 0 42px;
    }

    .jury-video-image {
        height: 280px;
    }

    .jury-play-btn {
        width: 68px;
        height: 68px;
    }

    .jury-play-icon {
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 15px;
    }

    .jury-message-copy {
        padding: 16px 0 0;
    }

    .jury-message-label {
        font-size: 13px;
    }

    .jury-message-title {
        font-size: 30px;
    }

    .jury-message-copy p {
        font-size: 15px;
        line-height: 1.5;
    }

    .jury-statutes-section {
        padding: 34px 0 42px;
    }

    .jury-statutes-label {
        font-size: 13px;
    }

    .jury-statutes-line {
        width: 30px;
    }

    .jury-statutes-title {
        font-size: 30px;
    }

    body.ybs-2024-page-shell .ybs-2025-story-block-cream .ybs-2025-story-media img {
        height: 240px;
    }

    body.ybs-2024-page-shell .ybs-2025-story-block-cream .ybs-2025-story-title {
        font-size: 26px;
    }

    body.ybs-2024-page-shell .ybs-2025-story-block-cream .ybs-2025-story-subtitle {
        font-size: 14px;
    }

    body.ybs-2024-page-shell .ybs-2025-story-block-white .ybs-2025-story-media img {
        height: 240px;
    }

    body.ybs-2024-page-shell .ybs-2025-story-block-white .ybs-2025-story-title {
        font-size: 26px;
    }

    body.ybs-2024-page-shell .ybs-2025-story-block-white .ybs-2025-story-subtitle {
        font-size: 14px;
    }

    body.ybs-2024-page-shell .ybs-2025-intro-section {
        padding: 32px 0 40px;
    }

    body.ybs-2024-page-shell .ybs-2025-intro-title {
        max-width: none;
        font-size: 26px;
    }

    body.ybs-2024-page-shell .ybs-2025-intro-text {
        font-size: 14px;
    }

    body.ybs-2024-page-shell .ybs-2025-read-more-btn {
        min-width: 164px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    body.ybs-2024-page-shell .ybs-2025-intro-media img {
        height: 240px;
    }

    .jury-statutes-list {
        padding-left: 20px;
        font-size: 14px;
    }

    .ybs-2025-hero-subtitle {
        font-size: 18px;
    }

    .ybs-2025-intro-title {
        font-size: 30px;
    }

    .ybs-2025-intro-title span {
        font-size: 20px;
    }

    .ybs-2025-intro-label {
        font-size: 13px;
    }

    .ybs-2025-intro-text {
        font-size: 14px;
    }

    .ybs-2025-read-more-btn {
        min-width: 122px;
        font-size: 15px;
        padding: 8px 16px;
    }

    .ybs-2025-intro-media img {
        height: auto;
        max-height: 320px;
    }

    .ybs-2025-story-block {
        padding: 36px 0 40px;
    }

    .ybs-2025-story-media img {
        height: auto;
        max-height: 320px;
    }

    .ybs-2025-story-title {
        font-size: 20px;
    }

    .ybs-2024-page .ybs-2025-story-title {
        font-size: 30px;
    }

    .ybs-2023-page .ybs-2025-story-title {
        font-size: 30px;
    }

    .ybs-2025-story-subtitle {
        font-size: 16px;
    }

    .ybs-2025-story-text {
        font-size: 14px;
    }

    .innovators-intro-title {
        font-size: 34px;
    }

    .innovators-intro-label {
        font-size: 17px;
    }

    .innovators-intro-media img {
        height: auto;
        max-height: 320px;
    }

    .innovators-story-copy p {
        font-size: 17px;
    }

    .innovators-story-media img {
        height: auto;
        max-height: 320px;
    }

    .innovators-gallery-section {
        padding: 14px 0 0;
    }

    .innovators-gallery-shell {
        padding: 14px 12px;
    }

    .innovators-gallery-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .innovators-gallery-shell .news-slider-prev {
        left: -4px;
    }

    .innovators-gallery-shell .news-slider-next {
        right: -4px;
    }

    .innovators-summary-section {
        padding: 0 0 96px;
    }

    .innovators-gallery-summary {
        margin-top: 12px;
        padding: 18px 14px 22px;
    }

    .innovators-gallery-summary-title {
        font-size: 22px;
    }

    .innovators-gallery-summary-links a {
        font-size: 17px;
        min-width: 0;
        width: 100%;
    }
}

/* =============================================
   GALLERY CARDS
   ============================================= */
.gallery-cards {
    padding: 50px 0 60px;
    background-color: #Fff;
}

/* =============================================
   NEWS & EVENTS
   ============================================= */
.news-press-section {
    padding: 56px 0 72px;
    background: #fff;
    overflow: hidden;
}

.news-press-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 40px;
}

.news-press-copy {
    max-width: 520px;
}

.news-press-label {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin: 0 0 18px;
    color: #d1ac86;
    font-size: 24px;
    font-weight: 300;
}

.news-press-label::before {
    content: "";
    width: 52px;
    height: 1px;
    background: #a37948;
    margin-left: 10px;
    order: 2;
}

.news-press-label::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a37948;
    margin-left: -6px;
    display: inline-block;
    flex: 0 0 7px;
    order: 3;
}

.news-press-title {
    margin: 0;
    color: #9a6d3b;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.news-search-form {
    width: min(100%, 375px);
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #c7a27a;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.news-search-input {
    flex: 1;
    border: none;
    background: transparent;
    color: #9a6d3b;
    font-size: 22px;
    padding: 0;
    outline: none;
}

.news-search-input::placeholder {
    color: #b58a5f;
}

.news-search-button {
    border: none;
    background: transparent;
    color: #b58a5f;
    padding: 0;
    font-size: 18px;
}

.news-slider-shell {
    position: relative;
}

.news-slider-viewport {
    overflow: hidden;
    scrollbar-width: none;
}

.news-slider-viewport::-webkit-scrollbar {
    display: none;
}

.news-slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.55s ease;
    will-change: transform;
}

.news-card {
    flex: 0 0 calc((100% - 20px) / 2.7);
    border: 1px solid #e9ddd0;
    border-radius: 10px;
    background: #F8F7F2;
    overflow: hidden;
}

.news-card-media {
    position: relative;
    padding: 14px 14px 0;
}

.news-card-image {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

.news-card-date {
    position: absolute;
    left: 22px;
    top: 30px;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 18px;
    border-radius: 999px;
    background: #fff;
    color: #b07d4b;
    font-size: 18px;
    font-weight: 400;
}

.news-card-body {
    padding: 12px 18px 24px;
    min-height: 150px;
    flex: 1;
}

.news-card-title {
    margin: 0;
    color: #7a5633;
    font-size: 26px;
    line-height: 1.18;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: calc(2);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-card-footer {
    margin-top: auto;
    padding: 14px 20px;
    text-align: center;
    background: #f4eee6;
}

.news-card-link {
    color: #9a6d3b;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.news-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(154, 109, 59, 0.92);
    color: #fff;
    box-shadow: 0 10px 22px rgba(122, 86, 51, 0.18);
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.news-slider-arrow:hover {
    transform: translateY(-50%) scale(1.06);
    background: #7a5633;
}

.news-slider-prev {
    left: -22px;
}

.news-slider-next {
    right: -22px;
}

.related-news-section {
    padding: 10px 0 72px;
    background: #fff;
    overflow: hidden;
}

.related-news-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 30px;
}

.related-news-heading-group {
    display: flex;
    align-items: center;
    gap: 26px;
    flex: 1;
    min-width: 0;
}

.related-news-title {
    margin: 0;
    color: #8f6438;
    font-size: 38px;
    font-weight: 500;
    white-space: nowrap;
}

.related-news-line {
    flex: 1;
    height: 1px;
    background: #dcc5ac;
    margin-top: 4px;
}

.related-news-arrows {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

.related-news-arrow {
    position: static;
    transform: none;
    width: 48px;
    height: 48px;
    background: #eadfce;
    color: #fff;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.related-news-arrow:hover {
    transform: scale(1.05);
    background: #d9c3aa;
}

.related-news-arrow-active {
    background: #c5a37a;
}

.related-news-slider .news-slider-track {
    gap: 18px;
}

.related-news-card {
    flex: 0 0 calc((100% - 36px) / 3.5);
    background: #faf6f0;
    border-color: #eadfd1;
    min-height: 300px;
}

.related-news-card-inner {
    padding: 28px 28px 32px;
}

.related-news-date {
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #c9a47d;
    color: #b58452;
    font-size: 16px;
    line-height: 1.2;
}

.related-news-card-title {
    margin: 0 0 16px;
    color: #7a5633;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 400;
}

.related-news-card-text {
    margin: 0;
    color: #9f7e5d;
    font-size: 18px;
    line-height: 1.45;
}

/* =============================================
   NEWS DETAIL
   ============================================= */
.news-detail-section {
    padding: 48px 0 24px;
    background: #fff;
}

.news-detail-article {
    max-width: 900px;
    margin: 0 auto;
}

.news-detail-media {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 22px;
    background: #f6f1e8;
}

.news-detail-image {
    display: block;
    width: 100%;
    height: auto;
}

.news-detail-date-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #fff;
    color: #b07d4b;
    font-size: 12px;
    line-height: 1;
}

.news-detail-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 44px 18px 18px;
    background: linear-gradient(180deg, rgba(18, 10, 0, 0) 0%, rgba(18, 10, 0, 0.78) 100%);
}

.news-detail-hero-title {
    margin: 0;
    max-width: 560px;
    color: #fff;
    font-size: 27px;
    line-height: 1.15;
    font-weight: 500;
}

.news-detail-body {
    color: #9a7a59;
    font-size: 20px;
    line-height: 1.65;
    text-align: justify;
}

.news-detail-body p {
    margin: 0 0 14px;
}

.news-detail-profile {
    margin-top: 26px;
}

.news-detail-profile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}

.news-detail-profile-title {
    margin: 0;
    color: #9a6d3b;
    font-size: 18px;
    font-weight: 500;
}

.news-detail-profile-link {
    color: #c6a078;
    text-decoration: none;
    font-size: 12px;
}

.news-detail-profile-list {
    border-top: 1px solid #efe2d4;
}

.news-detail-profile-card {
    border-bottom: 1px solid #efe2d4;
}

.news-detail-profile-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border: 0;
    background: transparent;
    color: #8a6440;
    text-align: left;
    font-size: 20px;
    cursor: pointer;
}

.news-detail-profile-item i {
    width: 25px;
    height: 25px;
    border: 1px solid #ead7c4;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #c39a72;
    transition: transform 0.3s ease;
}

.news-detail-profile-panel {
    display: none;
    padding: 0 0 18px;
}

.news-detail-profile-panel-inner {
    max-width: 980px;
    color: #9a7a59;
    font-size: 16px;
    line-height: 1.7;
}

.news-detail-profile-panel-inner p {
    margin: 0 0 10px;
}

.news-detail-profile-card.is-open .news-detail-profile-panel {
    display: block;
}

.news-detail-profile-card.is-open .news-detail-profile-item i {
    transform: rotate(180deg);
}

.news-detail-gallery {
    margin-top: 28px;
    overflow: visible;
}

.news-detail-gallery-card {
    margin: 0;
    position: relative;
    height: 100%;
    padding: 12px 12px 18px;
    background: #fcfaf7;
}

.news-detail-gallery-media {
    position: relative;
}

.news-detail-gallery-image {
    display: block;
    width: 100%;
    height: 248px;
    object-fit: cover;
    border-radius: 8px;
}

.news-detail-gallery-card figcaption {
    margin-top: 10px;
    padding-right: 50px;
    color: #7a5633;
    font-size: 18px;
    line-height: 1.45;
}

.news-detail-gallery-slide {
    background: #fcfaf7;
}

.news-detail-gallery-slider {
    padding: 0 28px;
}

.news-detail-gallery-track {
    gap: 14px;
}

.news-detail-gallery-arrow {
    width: 46px;
    height: 46px;
    background: #d6b590;
    color: #fff;
}

.news-detail-gallery-arrow:hover {
    background: #9a6d3b;
}

.news-detail-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 26px;
    padding-top: 14px;
    border-top: 1px solid #efe2d4;
    color: #c6a078;
    font-size: 11px;
}

.news-detail-nav-link,
.news-detail-nav-current {
    color: #c6a078;
    text-decoration: none;
    font-size: 16px;
}

.news-detail-page .related-news-section {
    padding-top: 22px;
}

.gallery-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: auto;
}

.gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.gallery-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.gallery-card-footer {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.gallery-card-title {
    background: linear-gradient(90deg, #A37948 0%, #3D2D1B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    font-family: 'Neue Montreal', sans-serif;
}

.view-all-link {
    color: #A37948;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.view-all-link:hover {
    color: #A58059;
}

/* =============================================
   GALLERY DETAIL GRID
   ============================================= */
.gallery-detail-section {
    padding: 56px 0 72px;
    background-color: #fff;
}

.gallery-detail-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background-color: #1f1710;
    box-shadow: 0 12px 32px rgba(42, 28, 12, 0.12);
    height: 100%;
}

.gallery-detail-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.gallery-detail-card:hover .gallery-detail-img {
    transform: scale(1.03);
}

.gallery-zoom-btn {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #A37948;
    color: #fff;
    box-shadow: 0 8px 20px rgba(61, 45, 27, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-zoom-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 24px rgba(61, 45, 27, 0.4);
}

.gallery-zoom-btn i {
    font-size: 13px;
}

.gallery-zoom-modal .modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
    position: relative;
    min-height: 84vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-zoom-stage {
    width: 100%;
    max-width: 960px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 70px;
    position: relative;
}

.gallery-zoom-preview {
    width: auto;
    max-width: 100%;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 16px;
}

.gallery-zoom-close {
    position: absolute;
    top: 44px;
    right: 90px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(163, 121, 72, 0.88);
    color: #fff;
    z-index: 2;
}

.gallery-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(163, 121, 72, 0.88);
    color: #fff;
    z-index: 2;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.gallery-nav-btn:hover {
    background: rgba(61, 45, 27, 0.95);
    transform: translateY(-50%) scale(1.06);
}

.gallery-nav-prev {
    left: 12px;
}

.gallery-nav-next {
    right: 12px;
}

.gallery-zoom-modal .modal-dialog {
    max-width: 1180px;
    padding: 12px;
}

.gallery-zoom-modal {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
}

.gallery-zoom-modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
}

/* =============================================
   ABOUT PAGE
   ============================================= */
.about-hero {
    background-image: url('../img/breadcrumb-contact.png');
    background-size: cover;
    background-position: center;
    padding: 112px 0 108px;
}

.about-hero .gallery-title {
    margin: 0;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 51px;
    letter-spacing: -0.5px;
    text-align: center;
    background: linear-gradient(157deg, #A37948 7.08%, #3D2D1B 135.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-story-section {
    padding: 84px 0 78px;
    background: #fff;
}

.about-content-wrap {
    max-width: 1240px;
}

.about-hero-card {
    border-radius: 23px;
    margin: 0 0 57px;
    background: url('../img/about-cards.png') no-repeat center center;
    background-size: cover;
    position: relative;
    min-height: 370px;
    overflow: hidden;
}

.about-hero-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(248, 247, 242, 0.94) 0%, rgba(248, 247, 242, 0.82) 38%, rgba(248, 247, 242, 0) 72%);
    pointer-events: none;
}

.about-hero-inner {
    min-height: 370px;
    position: relative;
}

.about-hero-text {
    max-width: 558px;
    padding: 67px 46px 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.about-hero-quote {
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -0.5px;
    margin: 0 0 18px;
    background: linear-gradient(121deg, #A37948 7.08%, #3D2D1B 135.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-hero-attr {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(165, 128, 89, 0.63);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 20px;
}

.about-hero-attr span {
    white-space: nowrap;
}

.about-hero-attr-line {
    display: inline-block;
    width: 45px;
    height: 7px;
    /* background: radial-gradient(circle at calc(100% - 8px) 50%, #a58059 3px, transparent 3.5px), linear-gradient(#a58059, #a58059) 0 50% / calc(100% - 10px) 1px no-repeat; */
}

.about-hero-sub {
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    color: rgba(136, 102, 63, 0.76);
    font-size: 19px;
    line-height: 24px;
    margin: 0;
    max-width: 550px;
}

.about-copy {
    margin: 0;
}

.about-copy p {
    margin: 0 0 20px;
    color: rgba(107, 77, 42, 0.7);
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0.4px;
}

.about-copy p strong {
    color: rgba(107, 77, 42, 0.92);
    font-weight: 700;
}

.about-copy.about-copy-end {
    margin: 0;
    color: rgba(107, 77, 42, 0.7);
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0.4px;
}

@media (max-width: 1400px) {
    .about-copy p,
    .about-copy.about-copy-end {
        font-size: 19px !important;
        line-height: 38px;
    }
}

.about-quote-card {
    margin: 62px 0 52px;
    padding: 65px 420px 54px 39px;
    border-radius: 6px;
    background: #f8f7f2;
    min-height: 296px;
    overflow: visible;
    position: relative;
}

.about-quote-card::before {
    content: '';
    position: absolute;
    right: 21px;
    top: -23px;
    width: 621px;
    height: 487px;
    background: url('../img/right-arrow.png') no-repeat center center;
    background-size: contain;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

.about-quote-copy {
    position: relative;
    z-index: 2;
}

.about-quote-text {
    margin: 0 0 27px;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.68px;
    background: linear-gradient(104deg, #A37948 1.66%, #3D2D1B 223.89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 647px;
}

.about-quote-author {
    display: block;
    color: #a58059;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

.about-quote-author-line {
    display: block;
    width: 345px;
    height: 8px;
    margin-top: 20px;
    background: url(../img/long-left-arrow.png) no-repeat left center / 100% 100%;
    position: relative;
}

.about-quote-author-line::before {
    content: none;
    display: none;
}

.about-quote-visual {
    position: absolute;
    right: 84px;
    top: 24px;
    width: 329px;
    height: 319px;
    border-radius: 6px;
    background: #fff;
    padding: 19px 14px 18px;
    box-shadow: 18px 16px 11.4px -1px rgba(0, 0, 0, 0.06);
    transform: rotate(2.38deg);
    z-index: 2;
}

.about-quote-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    background: #e3e2e2;
}

.about-categories-section {
    padding: 58px 0 112px;
    background: #f8f7f2;
    position: relative;
    overflow: hidden;
}

.about-categories-section::before {
    content: '';
    position: absolute;
    inset: -120px -90px -160px;
    background: url('../img/YBS-EmailSign 1.png') no-repeat center center;
    background-size: 1300px auto;
    opacity: 0.05;
    pointer-events: none;
}

.about-categories-section .container {
    max-width: 1320px;
    position: relative;
    z-index: 1;
}

.about-categories-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #a58059;
    font-size: 19px;
    line-height: 18px;
    margin: 0 0 17px;
}

.about-categories-label::before {
    content: '';
    width: 42px;
    height: 8px;
    background: url('../img/left-side-arrow.png') no-repeat center / contain;
    transform: translateY(2px);
}

.about-categories-label::after {
    content: '';
    width: 42px;
    height: 8px;
    background: url('../img/right-side-arrow.png') no-repeat center / contain;
    transform: translateY(2px);
}

.about-categories-title {
    max-width: 840px;
    margin: 0 auto 42px;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    text-align: center;
    font-size: 40px;
    line-height: 51px;
    letter-spacing: -0.4px;
    font-weight: 500;
    background: linear-gradient(132deg, #A37948 7.08%, #3D2D1B 135.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-categories-section .row {
    --bs-gutter-x: 33px;
    --bs-gutter-y: 24px;
}

.about-category-card {
    position: relative;
    border-radius: 7px;
    background: #fff;
    border: 1px solid rgba(165, 128, 89, 0.31);
    padding: 20px 24px;
    height: 448px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.about-category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(74, 50, 27, 0.14);
}

.about-category-card:hover .about-category-img {
    transform: scale(1.03);
}

.about-category-img {
    width: 100%;
    height: 401px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 6px;
    transition: transform 0.35s ease;
}

.about-category-card::after {
    content: "";
    position: absolute;
    inset: 20px 24px;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 29%, rgba(0, 0, 0, 0.62) 100%);
    pointer-events: none;
    z-index: 0;
}

.about-category-overlay {
    position: absolute;
    left: 42px;
    right: 38px;
    bottom: 40px;
    z-index: 1;
}

.about-category-overlay span {
    display: block;
    color: #fff;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
}

.about-category-overlay h3 {
    margin: 0;
    color: #fff;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: -0.34px;
}

.about-cta-section {
    padding: 112px 0 94px;
    background: #fff;
}

.about-cta-section .container {
    max-width: 1240px;
}

.about-cta-card {
    border-radius: 16px;
    border-bottom: 1px solid #a58059;
    min-height: 252px;
    padding: 32px 24px;
    background: url('../img/contact-bg-cta.png') no-repeat center center;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
}

.about-cta-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(248, 245, 236, 0.7), rgba(248, 245, 236, 0.7));
    border-radius: 16px;
    pointer-events: none;
}

.about-cta-card > * {
    position: relative;
    z-index: 1;
}

.about-cta-card h2,
.about-cta-card .about-cta-small,
.about-cta-card .about-cta-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.about-cta-small {
    margin: 0 0 16px;
    color: rgba(165, 128, 89, 0.63);
    font-size: 19px;
    line-height: 18px;
}

.about-cta-card h2 {
    margin: 0 0 26px;
    max-width: 561px;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.4px;
    font-weight: 500;
    background: linear-gradient(135deg, #A37948 7.08%, #3D2D1B 135.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 226px;
    height: 41px;
    border-radius: 4px;
    border: 2px solid rgba(255, 157, 87, 0.13);
    background: linear-gradient(160deg, #f9c07d 16.72%, #93714a 170.9%);
    color: #4e381e;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    transition: filter 0.25s ease;
}

.about-cta-btn:hover {
    color: #4e381e;
    filter: brightness(0.94);
}

@media (max-width: 1400px) {
    .about-copy p,
    .about-copy.about-copy-end {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .about-hero .gallery-title {
        font-size: 44px;
        line-height: 46px;
    }

    .about-hero-quote {
        font-size: 43px;
        line-height: 45px;
    }

    .about-copy p,
    .about-copy.about-copy-end {
        font-size: 22px;
        line-height: 34px;
    }

    .about-quote-card {
        padding-right: 360px;
    }

    .about-quote-text {
        font-size: 30px;
        line-height: 40px;
    }

    .about-quote-visual {
        width: 290px;
        height: 282px;
        right: 42px;
    }

    .about-categories-title {
        font-size: 36px;
        line-height: 44px;
    }

    .about-category-card {
        height: 390px;
        padding: 14px;
    }

    .about-category-card::after {
        inset: 14px;
    }

    .about-category-img {
        height: 360px;
    }

    .about-category-overlay {
        left: 28px;
        right: 24px;
        bottom: 28px;
    }

    .about-category-overlay h3 {
        font-size: 28px;
        line-height: 31px;
    }

    .about-cta-card h2 {
        font-size: 34px;
        line-height: 40px;
    }
}

@media (max-width: 992px) {
    .about-hero {
        padding: 88px 0 80px;
    }

    .about-hero .gallery-title {
        font-size: 36px;
        line-height: 40px;
    }

    .about-story-section {
        padding: 58px 0 56px;
    }

    .about-hero-card {
        min-height: 300px;
        margin-bottom: 36px;
    }

    .about-hero-inner {
        min-height: 300px;
    }

    .about-hero-text {
        max-width: 500px;
        padding: 44px 30px;
    }

    .about-hero-quote {
        font-size: 35px;
        line-height: 38px;
    }

    .about-hero-sub {
        font-size: 17px;
        line-height: 23px;
    }

    .about-copy p,
    .about-copy.about-copy-end {
        font-size: 19px;
        line-height: 30px;
        letter-spacing: -0.3px;
    }

    .about-quote-card {
        margin: 42px 0 34px;
        padding: 34px 30px 30px;
    }

    .about-quote-card::before {
        display: none;
    }

    .about-quote-visual {
        position: static;
        transform: none;
        width: 260px;
        height: 248px;
        margin-top: 20px;
    }

    .about-quote-text {
        max-width: 100%;
        font-size: 26px;
        line-height: 34px;
    }

    .about-categories-section {
        padding: 54px 0 80px;
    }

    .about-categories-title {
        font-size: 32px;
        line-height: 38px;
    }

    .about-categories-section .row {
        --bs-gutter-x: 18px;
    }

    .about-category-card {
        height: 330px;
        padding: 10px;
    }

    .about-category-card::after {
        inset: 10px;
    }

    .about-category-img {
        height: 310px;
    }

    .about-category-overlay {
        left: 20px;
        right: 18px;
        bottom: 18px;
    }

    .about-category-overlay span {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .about-category-overlay h3 {
        font-size: 21px;
        line-height: 24px;
    }

    .about-cta-section {
        padding: 78px 0 64px;
    }

    .about-cta-card h2 {
        font-size: 29px;
        line-height: 34px;
        max-width: 480px;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 76px 0 58px;
    }

    .about-hero .gallery-title {
        font-size: 31px;
        line-height: 35px;
    }

    .about-hero-card {
        min-height: 240px;
        border-radius: 16px;
    }

    .about-hero-text {
        max-width: 420px;
        padding: 28px 24px;
    }

    .about-hero-quote {
        font-size: 28px;
        line-height: 31px;
    }

    .about-hero-attr {
        margin-bottom: 14px;
    }

    .about-hero-sub {
        font-size: 15px;
        line-height: 20px;
    }

    .about-copy p,
    .about-copy.about-copy-end {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.15px;
        margin-bottom: 14px;
    }

    .about-quote-card {
        margin: 30px 0 30px;
        padding: 24px 18px 18px;
    }

    .about-quote-text {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .about-quote-visual {
        width: 224px;
        height: 212px;
        padding: 12px 10px 10px;
        margin-top: 12px;
    }

    .about-quote-author {
        font-size: 16px;
    }

    .about-quote-author-line {
        width: 220px;
        margin-top: 14px;
    }

    .about-categories-section {
        padding: 40px 0 52px;
    }

    .about-categories-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 28px;
    }

    .about-categories-label {
        font-size: 16px;
    }

    .about-categories-section .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 14px;
    }

    .about-category-card {
        height: auto;
        padding: 9px;
    }

    .about-category-card::after {
        inset: 9px;
    }

    .about-category-img {
        height: 286px;
    }

    .about-category-overlay {
        left: 18px;
        right: 16px;
        bottom: 16px;
    }

    .about-category-overlay h3 {
        font-size: 26px;
        line-height: 29px;
    }

    .about-cta-section {
        padding: 54px 0 46px;
    }

    .about-cta-card {
        min-height: auto;
        padding: 24px 16px;
    }

    .about-cta-card h2 {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .about-cta-small {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .about-cta-btn {
        width: 190px;
        height: 38px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .about-hero {
        padding: 70px 0 48px;
    }

    .about-hero-text {
        padding: 22px 18px;
    }

    .about-hero .gallery-title {
        font-size: 26px;
        line-height: 31px;
    }

    .about-hero-card {
        margin-bottom: 26px;
    }

    .about-hero-quote {
        font-size: 24px;
        line-height: 27px;
    }

    .about-hero-sub {
        font-size: 13px;
        line-height: 18px;
    }

    .about-copy p,
    .about-copy.about-copy-end {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0;
    }

    .about-quote-card {
        margin: 24px 0 24px;
        padding: 18px 14px;
    }

    .about-quote-text {
        font-size: 19px;
        line-height: 25px;
    }

    .about-quote-author {
        font-size: 14px;
    }

    .about-quote-author-line {
        width: 180px;
    }

    .about-categories-section {
        padding: 34px 0 42px;
    }

    .about-categories-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 22px;
    }

    .about-category-overlay span {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 4px;
    }

    .about-category-overlay h3 {
        font-size: 19px;
        line-height: 22px;
    }

    .about-cta-card {
        padding: 20px 12px;
    }

    .about-cta-card h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 14px;
    }

    .about-cta-small {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .about-cta-btn {
        width: 172px;
        height: 36px;
        font-size: 13px;
    }
}

/* =============================================
   ABOUT PAGE FIXES
   ============================================= */
.about-page .about-cta-card {
    flex-direction: column;
}

.about-page .about-quote-card {
    padding-right: 390px;
}

.about-page .about-quote-card::before {
    content: "”";
    top: -24px;
    right: 335px;
    width: auto;
    height: auto;
    background: none;
    color: rgba(163, 121, 72, 0.08);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 430px;
    line-height: 0.78;
    opacity: 1;
}

.about-page .about-quote-card::after {
    content: "";
    position: absolute;
    right: 110px;
    top: 20px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(163, 121, 72, 0.2);
    filter: blur(55px);
    z-index: 0;
    pointer-events: none;
}

.about-page .about-quote-copy {
    max-width: 690px;
}

.about-page .about-quote-visual {
    right: 78px;
    top: 6px;
}

.about-page .about-quote-visual::before {
    content: "";
    position: absolute;
    inset: 18px -16px -16px 18px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.88);
    z-index: -1;
}

.about-page .about-quote-visual::after {
    content: "";
    position: absolute;
    inset: 8px -8px -8px 8px;
    border-radius: 6px;
    background: rgba(214, 213, 213, 0.7);
    z-index: -2;
}

/* =============================================
   FOOTER RESTORE
   ============================================= */
/* Main Footer Container */
.main-footer {
    position: relative;
    background: #fbf8f2;
    padding: 60px 0 0;
    overflow: visible;
    margin-top: -40px;
}

.main-footer::before {
    content: "";
    position: absolute;
    left: -26px;
    bottom: -81px;
    width: 801px;
    height: 1215px;
    background: url('../img/YBS-EmailSign 1.png') no-repeat left bottom;
    background-size: contain;
    opacity: 0.05;
    pointer-events: none;
}

.main-footer .container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

/* Logo Section - Positioned to overlap footer boundary */
.footer-logo-section {
    position: absolute;
    left: 40px;
    top: -52px;
    z-index: 10;
}

.footer-logo {
    width: 140px;
    height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.footer-logo img {
    display: block;
    width: 100%;
    height: auto;
}

/* Navigation Section - Top of footer */
.footer-nav-section {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 20px 20px 0 0;
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    flex-wrap: nowrap;
}

.footer-link {
    color: #4e381e;
    text-decoration: none;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.72px;
    font-weight: 300;
    text-transform: uppercase;
    transition: color 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.footer-link:hover {
    color: #a58059;
}

/* Spacer for white space */
.footer-spacer {
    height: 80px;
}

/* Social Section - Right aligned in middle area */
.footer-social-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    padding: 0 20px 20px 0;
}

.social-text {
    color: #4e381e;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    white-space: nowrap;
    margin-right: 5px;
}

.social-icons {
    display: flex;
    gap: 11px;
    align-items: center;
}

.social-icon {
    width: 31px;
    height: 31px;
    border: 1px solid #a58059;
    border-radius: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a58059;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.25s ease, color 0.25s ease;
    flex-shrink: 0;
}

.social-icon:hover {
    background: #a58059;
    color: #fff;
}

/* Divider Line */
.footer-divider {
    height: 1px;
    background: rgba(78, 56, 30, 0.15);
    margin: 0 0 20px 0;
}

/* Copyright Section */
.footer-copyright {
    text-align: center;
    padding: 20px 0;
}

.footer-copyright p {
    margin: 0;
    color: #4e381e;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.footer-copyright strong {
    font-weight: 400;
}

@media (min-width: 992px) {
    .footer-nav, body.about-page-shell .footer-nav, body.news-page-shell .footer-nav, body.news-detail-page-shell .footer-nav, body.gallery-page-shell .footer-nav, body.gallery-detail-page-shell .footer-nav, body.contact-page-shell .footer-nav {
        width: 100%;
        margin-left: 146px;
        padding-top: 40px;
        padding-right: 2px;
        gap: 26px;
    }
}

@media (max-width: 992px) {
    .about-page .about-quote-card {
        padding-right: 30px;
    }

    .about-page .about-quote-card::after {
        display: none;
    }

    .about-page .about-quote-card::before {
        right: 18px;
        top: 6px;
        font-size: 260px;
    }

    .about-page .about-quote-visual {
        right: auto;
        top: auto;
    }

    .main-footer {
        padding: 60px 0 0;
        margin-top: -30px;
    }

    .main-footer::before {
        width: 350px;
        height: 500px;
        left: -40px;
        bottom: -70px;
    }

    .footer-logo-section {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -50px;
        z-index: 10;
    }

    .footer-logo {
        width: 130px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    .footer-nav-section {
        width: 100%;
        padding: 20px 20px 0 0;
        justify-content: flex-end;
    }

    .footer-nav {
        gap: 25px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .footer-link {
        font-size: 16px;
        letter-spacing: 0.6px;
    }

    .footer-spacer {
        height: 60px;
    }

    .footer-social-section {
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 12px;
        padding: 0;
    }

    .social-text {
        text-align: center;
        font-size: 16px;
        white-space: normal;
        margin-right: 0;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-divider {
        margin: 15px 0;
    }
}

@media (max-width: 576px) {
    .about-page .about-quote-card::before {
        font-size: 190px;
        right: 10px;
        top: 14px;
    }

    .main-footer {
        padding: 50px 0 0;
        margin-top: -25px;
    }

    .main-footer::before {
        width: 200px;
        height: 300px;
        left: -30px;
        bottom: -50px;
        opacity: 0.03;
    }

    .footer-logo-section {
        position: static;
        transform: none;
        z-index: 10;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer-logo {
        width: 140px;
        padding: 12px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    }

    .footer-nav-section {
        padding: 0;
        justify-content: center;
        width: 100%;
    }

    .footer-spacer {
        height: 25px;
    }

    .footer-nav {
        gap: 12px 15px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-link {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.56px;
    }

    .footer-social-section {
        padding: 0;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        gap: 12px;
    }

    .social-text {
        font-size: 14px;
        text-align: center;
        margin-right: 0;
    }

    .social-icons {
        gap: 10px;
        justify-content: center;
    }

    .social-icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .footer-copyright p {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-divider {
        margin: 12px 0;
    }
}

/* =============================================
   ABOUT PAGE CTA + FOOTER MATCH
   ============================================= */
.about-page-shell .about-cta-section {
    padding: 74px 0 86px;
}

.about-page-shell .about-cta-section .container {
    max-width: 1241px;
}

.about-page-shell .about-cta-card {
    max-width: 1201px;
    margin: 0 auto;
    min-height: 252px;
    padding: 0 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    border-bottom: 1px solid #a58059;
    border-radius: 16px;
    background-position: center bottom;
    background-size: cover;
    overflow: hidden;
}

.about-page-shell .about-cta-card::before {
    background: linear-gradient(0deg, rgba(248, 245, 236, 0.48), rgba(248, 245, 236, 0.48));
}

.about-page-shell .about-cta-content {
    width: 100%;
    max-width: 561px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 32px;
    text-align: center;
}

.about-page-shell .about-cta-small {
    margin: 0 0 16px;
    font-size: 19px;
    line-height: 18px;
}

.about-page-shell .about-cta-card h2 {
    width: 100%;
    max-width: 561px;
    margin: 0 0 26px;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.4px;
}

.about-page-shell .about-cta-btn {
    margin-top: 0;
    width: 219px;
    height: 41px;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 1px;
    color: #18110a;
    text-align: center !important;
}

.about-page-shell .main-footer {
    padding: 78px 0 0;
    background: #fbf8f2;
}

.about-page-shell .main-footer::before {
    left: -86px;
    bottom: -156px;
    width: 560px;
    height: 560px;
    opacity: 0.07;
}

.about-page-shell .footer-main {
    min-height: 286px;
    padding-top: 42px;
    padding-bottom: 18px;
}

.about-page-shell .footer-main::before {
    top: 50px;
    background: rgba(78, 56, 30, 0.1);
}

.about-page-shell .footer-logo {
    left: 30px;
    top: 0;
    width: 112px;
}

.about-page-shell .footer-nav {
    margin-left: 146px;
    padding-top: 58px;
    gap: 28px;
}

.about-page-shell .footer-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    font-weight: 400;
}

.about-page-shell .footer-social-row {
    margin-top: 56px;
    padding-right: 4px;
}

.about-page-shell .social-text {
    font-size: 16px;
    line-height: 22px;
}

.about-page-shell .footer-copyright {
    margin-top: 16px;
    padding-top: 11px;
}

.about-page-shell .footer-copyright p {
    font-size: 15px;
    line-height: 20px;
}

@media (max-width: 992px) {
    .about-page-shell .about-cta-section {
        padding: 56px 0 66px;
    }

    .about-page-shell .about-cta-card {
        padding: 0 18px;
    }

    .about-page-shell .about-cta-content {
        padding-top: 24px;
    }

    .about-page-shell .main-footer {
        padding-top: 44px;
    }

    .about-page-shell .main-footer::before {
        width: 380px;
        height: 380px;
        left: -74px;
        bottom: -122px;
    }

    .about-page-shell .footer-main {
        min-height: 0;
        padding-top: 0;
    }

    .about-page-shell .footer-main::before {
        top: 62px;
    }

    .about-page-shell .footer-logo {
        position: static;
        width: 108px;
        margin: 0 auto 22px;
    }

    .about-page-shell .footer-nav {
        margin-left: 0;
        padding-top: 20px;
        gap: 14px 18px;
    }

    .about-page-shell .footer-social-row {
        margin-top: 26px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .about-page-shell .social-text {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .about-page-shell .about-cta-card {
        min-height: auto;
        padding: 0 14px 18px;
    }

    .about-page-shell .about-cta-content {
        padding-top: 18px;
    }

    .about-page-shell .about-cta-small {
        margin-bottom: 8px;
    }

    .about-page-shell .about-cta-card h2 {
        margin-bottom: 14px;
    }

    .about-page-shell .main-footer {
        padding-top: 34px;
    }

    .about-page-shell .footer-nav {
        padding-top: 16px;
    }

    .about-page-shell .footer-link {
        font-size: 14px;
        line-height: 18px;
    }

    .about-page-shell .social-text,
    .about-page-shell .footer-copyright p {
        font-size: 14px;
        line-height: 18px;
    }
}

/* =============================================
   ABOUT PAGE QUOTE MATCH
   ============================================= */
.about-page-shell .about-quote-card {
    margin: 56px 0 48px;
    min-height: 262px;
    padding: 44px 300px 34px 36px;
    position: relative;
    isolation: isolate;
    border-radius: 16px;
    border: 1px solid rgba(201, 155, 106, 0.58);
    background: #f8f5ee;
    box-shadow: none;
    overflow: visible;
}

.about-page-shell .about-quote-card::before {
    content: "\201D";
    position: absolute;
    right: 150px;
    top: -26px;
    width: auto;
    height: auto;
    background: none;
    color: rgba(163, 121, 72, 0.09);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 360px;
    line-height: 0.74;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
}

.about-page-shell .about-quote-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: url('../img/right-arrow.png') no-repeat right 38px center;
    background-size: 470px auto;
    opacity: 0.14;
    filter: saturate(0.75) brightness(1.05);
    z-index: 0;
    pointer-events: none;
}

.about-page-shell .about-quote-copy {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.about-page-shell .about-quote-visual {
    right: 44px;
    top: 22px;
    width: 252px;
    height: 242px;
    z-index: 2;
    padding: 11px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 20px 34px rgba(70, 49, 29, 0.08);
    transform: rotate(2.2deg);
}

.about-page-shell .about-quote-visual::before {
    content: "";
    position: absolute;
    inset: 6px -12px -12px 6px;
    border-radius: 6px;
    background: rgba(236, 236, 236, 0.95);
    z-index: -1;
}

.about-page-shell .about-quote-visual::after {
    content: "";
    position: absolute;
    inset: 16px -22px -22px 16px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 24px rgba(79, 57, 33, 0.06);
    z-index: -2;
}

.about-page-shell .about-quote-visual img {
    border-radius: 4px;
    display: block;
}

@media (max-width: 992px) {
    .about-page-shell .about-quote-card {
        min-height: 0;
        padding: 28px 24px 22px;
    }

    .about-page-shell .about-quote-card::before {
        right: 18px;
        top: 4px;
        font-size: 220px;
    }

    .about-page-shell .about-quote-card::after {
        background-position: right 18px center;
        background-size: 320px auto;
        opacity: 0.1;
    }

    .about-page-shell .about-quote-copy {
        max-width: 100%;
    }

    .about-page-shell .about-quote-visual {
        position: static;
        width: 220px;
        height: 212px;
        margin: 18px auto 0;
        transform: rotate(1.5deg);
    }
}

@media (max-width: 576px) {
    .about-page-shell .about-quote-card {
        padding: 20px 16px 18px;
    }

    .about-page-shell .about-quote-card::before {
        font-size: 160px;
        right: 8px;
        top: 8px;
    }

    .about-page-shell .about-quote-visual {
        width: 196px;
        height: 188px;
    }
}

/* =============================================
   ABOUT PAGE QUOTE IMAGE CLEANUP
   ============================================= */
.about-page-shell .about-quote-visual {
    right: 96px;
    top: 36px;
    width: 281px;
    height: 262px;
    padding: 2px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 18px 26px rgba(73, 53, 31, 0.1);
    overflow: hidden;
    transform: rotate(2deg);
}

.about-page-shell .about-quote-visual::before,
.about-page-shell .about-quote-visual::after {
    content: none;
}

.about-page-shell .about-quote-visual img {
    width: 100%;
    height: 103%;
    object-fit: cover;
    object-position: center top;
    border-radius: 4px;
    display: block;
    background: transparent;
    transform: none;
}

@media (max-width: 992px) {
    .about-page-shell .about-quote-visual {
        position: static;
        width: 212px;
        height: 202px;
        margin: 18px auto 0;
        transform: rotate(1.5deg);
    }
}

@media (max-width: 576px) {
    .about-page-shell .about-quote-visual {
        width: 188px;
        height: 180px;
    }
}

/* =============================================
   ABOUT PAGE QUOTE TEXTURE FIX
   ============================================= */
.about-page-shell .about-quote-card::before {
    content: "";
    position: absolute;
    right: 7px;
    top: 17px;
    width: 536px;
    height: 247px;
    background: url('../img/right-arrow.png') no-repeat center center;
    background-size: contain;
    opacity: 1;
    filter: none;
    z-index: 1;
    pointer-events: none;
}

.about-page-shell .about-quote-card::after {
    content: none;
}

@media (max-width: 992px) {
    .about-page-shell .about-quote-card::before {
        right: 74px;
        top: -18px;
        width: 388px;
        height: 178px;
        opacity: 0.9;
    }

    .about-page-shell .about-quote-card::after {
        content: none;
    }
}

@media (max-width: 576px) {
    .about-page-shell .about-quote-card::before {
        right: 14px;
        top: 10px;
        width: 228px;
        height: 106px;
        opacity: 0.78;
    }

    .about-page-shell .about-quote-card::after {
        content: none;
    }
}

/* =============================================
   ABOUT PAGE MOBILE REFINEMENTS
   ============================================= */
@media (max-width: 991.98px) {
    .about-page-shell .about-story-section .container,
    .about-page-shell .about-categories-section .container,
    .about-page-shell .about-cta-section .container,
    .about-page-shell .main-footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-page-shell .about-story-section {
        padding: 56px 0 60px;
    }

    .about-page-shell .about-hero {
        padding: 84px 0 74px;
    }

    .about-page-shell .about-hero .gallery-title {
        font-size: clamp(34px, 5.8vw, 42px);
        line-height: 1.05;
    }

    .about-page-shell .about-hero-card {
        min-height: 320px;
        margin-bottom: 42px;
        border-radius: 22px;
        background-position: 64% center;
    }

    .about-page-shell .about-hero-card::before {
        background: linear-gradient(104deg, rgba(248, 247, 242, 0.96) 0%, rgba(248, 247, 242, 0.9) 48%, rgba(248, 247, 242, 0.4) 100%);
    }

    .about-page-shell .about-hero-inner {
        min-height: 320px;
    }

    .about-page-shell .about-hero-text {
        max-width: 540px;
        padding: 36px 30px 34px;
    }

    .about-page-shell .about-hero-quote {
        font-size: clamp(30px, 5.5vw, 38px);
        line-height: 1.06;
        margin-bottom: 16px;
    }

    .about-page-shell .about-hero-sub {
        max-width: 100%;
        font-size: 17px;
        line-height: 24px;
    }

    .about-page-shell .about-copy p,
    .about-page-shell .about-copy.about-copy-end {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.1px;
        margin-bottom: 18px;
    }

    .about-page-shell .about-quote-card {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 44px 0 38px;
        padding: 30px 24px 26px;
        min-height: 0;
        border-radius: 20px;
        overflow: hidden;
    }

    .about-page-shell .about-quote-copy {
        max-width: 100%;
    }

    .about-page-shell .about-quote-text {
        max-width: 100%;
        font-size: clamp(26px, 5.2vw, 32px);
        line-height: 1.14;
        margin-bottom: 18px;
    }

    .about-page-shell .about-quote-author {
        font-size: 18px;
        line-height: 20px;
    }

    .about-page-shell .about-quote-author-line {
        width: min(260px, 72vw);
        margin-top: 16px;
    }

    .about-page-shell .about-quote-card::before {
        right: -18px;
        top: 108px;
        width: 372px;
        height: 172px;
        opacity: 0.44;
    }

    .about-page-shell .about-quote-visual {
        position: relative;
        right: auto;
        top: auto;
        align-self: flex-end;
        width: 248px;
        height: 232px;
        margin: 2px 10px 0 0;
        transform: rotate(2deg);
    }

    .about-page-shell .about-categories-section {
        padding: 54px 0 72px;
    }

    .about-page-shell .about-categories-title {
        font-size: clamp(30px, 5.8vw, 36px);
        line-height: 1.12;
        margin-bottom: 32px;
    }

    .about-page-shell .about-categories-section .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 18px;
    }

    .about-page-shell .about-categories-section .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-page-shell .about-category-card {
        max-width: 460px;
        height: auto;
        margin: 0 auto;
        padding: 12px;
        border-radius: 16px;
    }

    .about-page-shell .about-category-card::after {
        inset: 12px;
        border-radius: 10px;
    }

    .about-page-shell .about-category-img {
        height: auto;
        aspect-ratio: 0.82;
        border-radius: 10px;
    }

    .about-page-shell .about-category-overlay {
        left: 26px;
        right: 24px;
        bottom: 24px;
    }

    .about-page-shell .about-category-overlay span {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 6px;
    }

    .about-page-shell .about-category-overlay h3 {
        font-size: clamp(26px, 5.4vw, 32px);
        line-height: 1.08;
    }

    .about-page-shell .about-cta-section {
        padding: 54px 0 58px;
    }

    .about-page-shell .about-cta-card {
        min-height: 228px;
        padding: 0 20px 20px;
        border-radius: 22px;
        background-position: 58% center;
    }

    .about-page-shell .about-cta-content {
        max-width: 100%;
        padding-top: 22px;
    }

    .about-page-shell .about-cta-small {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 18px;
    }

    .about-page-shell .about-cta-card h2 {
        max-width: 620px;
        margin-bottom: 18px;
        font-size: clamp(28px, 5.8vw, 34px);
        line-height: 1.08;
    }

    .about-page-shell .about-cta-btn {
        width: min(219px, 100%);
        min-height: 44px;
        line-height: 2.7;
    }

    .about-page-shell .main-footer {
        padding-top: 44px;
    }

    .about-page-shell .footer-main {
        padding-bottom: 24px;
    }

    .about-page-shell .footer-main::before {
        top: 66px;
    }

    .about-page-shell .footer-nav {
        display: grid;
        grid-template-columns: repeat(2, max-content);
        justify-content: center;
        gap: 14px 24px;
        margin-left: 0;
        padding-top: 20px;
    }

    .about-page-shell .footer-social-row {
        margin-top: 24px;
        padding-right: 0;
        justify-content: center;
        gap: 10px;
    }

    .about-page-shell .social-text {
        width: 100%;
        margin: 0 0 8px;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .about-page-shell .about-story-section .container,
    .about-page-shell .about-categories-section .container,
    .about-page-shell .about-cta-section .container,
    .about-page-shell .main-footer .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .about-page-shell .about-hero {
        padding: 76px 0 58px;
    }

    .about-page-shell .about-hero .gallery-title {
        font-size: clamp(28px, 8vw, 34px);
    }

    .about-page-shell .about-hero-card {
        min-height: 292px;
        margin-bottom: 34px;
        border-radius: 18px;
        background-position: 68% center;
    }

    .about-page-shell .about-hero-card::before {
        background: linear-gradient(180deg, rgba(248, 247, 242, 0.96) 0%, rgba(248, 247, 242, 0.88) 46%, rgba(248, 247, 242, 0.52) 100%);
    }

    .about-page-shell .about-hero-inner {
        min-height: 292px;
    }

    .about-page-shell .about-hero-text {
        max-width: 100%;
        padding: 26px 22px 24px;
    }

    .about-page-shell .about-hero-quote {
        font-size: clamp(24px, 7vw, 30px);
        line-height: 1.08;
    }

    .about-page-shell .about-hero-sub {
        font-size: 15px;
        line-height: 22px;
    }

    .about-page-shell .about-copy p,
    .about-page-shell .about-copy.about-copy-end {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 16px;
    }

    .about-page-shell .about-quote-card {
        gap: 16px;
        margin: 34px 0 30px;
        padding: 24px 18px 22px;
        border-radius: 18px;
    }

    .about-page-shell .about-quote-text {
        font-size: clamp(22px, 6.4vw, 26px);
        line-height: 1.18;
    }

    .about-page-shell .about-quote-author {
        font-size: 16px;
    }

    .about-page-shell .about-quote-author-line {
        width: min(228px, 70vw);
        margin-top: 14px;
    }

    .about-page-shell .about-quote-card::before {
        right: -10px;
        top: 126px;
        width: 286px;
        height: 132px;
        opacity: 0.34;
    }

    .about-page-shell .about-quote-visual {
        width: 216px;
        height: 202px;
        margin-right: 4px;
    }

    .about-page-shell .about-categories-section {
        padding: 42px 0 56px;
    }

    .about-page-shell .about-categories-label {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .about-page-shell .about-categories-title {
        margin-bottom: 24px;
        font-size: clamp(26px, 6.6vw, 30px);
    }

    .about-page-shell .about-category-card {
        max-width: 360px;
        margin: 0 auto;
        padding: 6px;
        border-radius: 16px;
        border-color: rgba(165, 128, 89, 0.22);
        box-shadow: 0 8px 18px rgba(76, 53, 28, 0.08);
    }

    .about-page-shell .about-category-card::after {
        inset: 6px;
        border-radius: 12px;
        background: linear-gradient(180deg, rgba(24, 17, 10, 0.02) 34%, rgba(24, 17, 10, 0.78) 100%);
    }

    .about-page-shell .about-category-img {
        aspect-ratio: 1.62;
        border-radius: 12px;
    }

    .about-page-shell .about-category-overlay {
        left: 22px;
        right: 20px;
        bottom: 20px;
    }

    .about-page-shell .about-category-overlay span {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 6px;
    }

    .about-page-shell .about-category-overlay h3 {
        font-size: 24px;
        line-height: 1.08;
    }

    .about-page-shell .about-cta-card {
        min-height: 212px;
        padding: 0 16px 18px;
        border-radius: 18px;
    }

    .about-page-shell .about-cta-content {
        padding-top: 18px;
    }

    .about-page-shell .about-cta-card h2 {
        margin-bottom: 16px;
        font-size: clamp(24px, 6.8vw, 30px);
    }

    .about-page-shell .about-cta-btn {
        min-height: 42px;
        font-size: 15px;
        letter-spacing: 0.6px;
    }

    .about-page-shell .main-footer {
        padding-top: 36px;
    }

    .about-page-shell .footer-nav {
        gap: 12px 20px;
    }

    .about-page-shell .footer-link {
        font-size: 14px;
        line-height: 18px;
    }

    .about-page-shell .social-text,
    .about-page-shell .footer-copyright p {
        font-size: 14px;
        line-height: 19px;
    }
}

@media (max-width: 575.98px) {
    .about-page-shell .about-story-section .container,
    .about-page-shell .about-categories-section .container,
    .about-page-shell .about-cta-section .container,
    .about-page-shell .main-footer .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .about-page-shell .about-hero {
        padding: 68px 0 48px;
    }

    .about-page-shell .about-hero .gallery-title {
        font-size: 22px;
        line-height: 1.14;
        letter-spacing: -0.24px;
    }

    .about-page-shell .about-hero-card {
        min-height: 252px;
        margin-bottom: 26px;
        border-radius: 16px;
        background-position: 91% center;
        background-size: cover;
    }

    .about-page-shell .about-hero-inner {
        min-height: 252px;
    }

    .about-page-shell .about-hero-text {
        max-width: 66%;
        padding: 22px 18px 18px;
        justify-content: flex-start;
    }

    .about-page-shell .about-hero-card::before {
        background:
            linear-gradient(90deg, rgba(248, 247, 242, 0.98) 0%, rgba(248, 247, 242, 0.92) 36%, rgba(248, 247, 242, 0.62) 64%, rgba(248, 247, 242, 0.2) 100%),
            radial-gradient(circle at 78% 48%, rgba(248, 247, 242, 0.12) 0%, rgba(248, 247, 242, 0) 38%);
    }

    .about-page-shell .about-hero-quote {
        font-size: 18px;
        line-height: 1.16;
        letter-spacing: -0.18px;
        margin-bottom: 14px;
    }

    .about-page-shell .about-hero-attr {
        gap: 7px;
        margin-bottom: 14px;
        font-size: 11px;
        line-height: 16px;
    }

    .about-page-shell .about-hero-attr-line {
        width: 56px;
        height: 8px;
    }

    .about-page-shell .about-hero-sub {
        font-size: 11px;
        line-height: 20px;
        color: rgba(107, 77, 42, 0.84);
    }

    .about-page-shell .about-copy p,
    .about-page-shell .about-copy.about-copy-end {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .about-page-shell .about-quote-card {
        gap: 0;
        margin: 30px 0 26px;
        padding: 22px 16px 150px;
        border-radius: 18px;
        background: linear-gradient(180deg, #fbf8f2 0%, #f7f1e7 100%);
        border-color: rgba(201, 155, 106, 0.56);
        box-shadow: 0 14px 26px rgba(79, 57, 33, 0.08);
    }

    .about-page-shell .about-quote-card::before {
        right: -4px;
        top: 104px;
        width: 284px;
        height: 132px;
        opacity: 0.24;
        z-index: 1;
        filter: saturate(0.62) brightness(1.05);
    }

    .about-page-shell .about-quote-card::after {
        content: none;
    }

    .about-page-shell .about-quote-text {
        max-width: 100%;
        font-size: 18px;
        line-height: 1.18;
        letter-spacing: -0.16px;
        margin-bottom: 16px;
    }

    .about-page-shell .about-quote-author {
        font-size: 14px;
        line-height: 18px;
    }

    .about-page-shell .about-quote-author-line {
        width: min(170px, 58vw);
        margin-top: 10px;
    }

    .about-page-shell .about-quote-visual {
        position: absolute;
        right: 14px;
        bottom: 1px;
        width: 187px;
        height: 160px;
        margin-right: 0;
        padding: 8px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 16px 28px rgba(73, 53, 31, 0.12);
        transform: rotate(2.8deg);
        z-index: 2;
    }

    .about-page-shell .about-quote-visual img {
        height: 100%;
        border-radius: 6px;
    }

    .about-page-shell .about-categories-section {
        padding: 36px 0 48px;
    }

    .about-page-shell .about-categories-label {
        font-size: 14px;
    }

    .about-page-shell .about-categories-title {
        font-size: 24px;
        line-height: 1.14;
    }

    .about-page-shell .about-category-card {
        max-width: 100%;
        padding: 5px;
        border-radius: 14px;
        border-color: rgba(165, 128, 89, 0.2);
        box-shadow: 0 6px 16px rgba(76, 53, 28, 0.08);
    }

    .about-page-shell .about-category-card::after {
        inset: 5px;
        border-radius: 10px;
        background: linear-gradient(180deg, rgba(24, 17, 10, 0.04) 34%, rgba(24, 17, 10, 0.8) 100%);
    }

    .about-page-shell .about-category-img {
        aspect-ratio: 1.66;
        border-radius: 10px;
    }

    .about-page-shell .about-category-overlay {
        left: 16px;
        right: 14px;
        bottom: 16px;
    }

    .about-page-shell .about-category-overlay span {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px;
    }

    .about-page-shell .about-category-overlay h3 {
        font-size: 18px;
        line-height: 1.12;
    }

    .about-page-shell .about-cta-section {
        padding: 44px 0 46px;
    }

    .about-page-shell .about-cta-card {
        min-height: 198px;
        padding: 0 14px 16px;
        border-radius: 16px;
    }

    .about-page-shell .about-cta-small {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .about-page-shell .about-cta-card h2 {
        font-size: 22px;
        line-height: 1.12;
        margin-bottom: 14px;
    }

    .about-page-shell .about-cta-btn {
        width: min(210px, 100%);
        min-height: 40px;
        font-size: 14px;
        line-height: 2.45;
        letter-spacing: 0.4px;
    }

    .about-page-shell .footer-nav {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 10px;
    }

    .about-page-shell .footer-social-row {
        margin-top: 20px;
    }
}

/* =============================================
   SHARED CONTACT + MEDIA PAGE REFINEMENTS
   ============================================= */
.contact-section {
    padding: 56px 0 76px;
    background: #fff;
}

.contact-section .container,
.contact-page-shell .contact-subscribe-section .container {
    max-width: 1240px;
}

.contact-section .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
    align-items: stretch;
}

.map-container {
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(201, 155, 106, 0.22);
    background: #f5efe5;
    box-shadow: 0 18px 34px rgba(79, 57, 33, 0.08);
}

.map-container iframe {
    display: block;
    width: 100%;
    min-height: 100%;
    height: 100%;
    filter: saturate(0.88) contrast(0.96);
}

.contact-form-wrapper {
    height: 100%;
    padding: 36px 34px 34px;
    border-radius: 24px;
    border: 1px solid rgba(201, 155, 106, 0.26);
    background: linear-gradient(180deg, #fbf8f2 0%, #f7f2ea 100%);
    box-shadow: 0 18px 34px rgba(79, 57, 33, 0.08);
}

.contact-form-label {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin: 0 0 18px;
    color: #c49a6d;
    font-size: 18px;
    line-height: 1.1;
}

.contact-form-label::before {
    content: "";
    width: 44px;
    height: 1px;
    background: #a37948;
    margin-left: 10px;
    order: 2;
}

.contact-form-label::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a37948;
    margin-left: -6px;
    flex: 0 0 7px;
    order: 3;
}

.contact-form-title {
    margin: 0 0 24px;
    max-width: 560px;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 38px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -0.3px;
    background: linear-gradient(136deg, #A37948 7.08%, #3D2D1B 135.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-form .row {
    --bs-gutter-x: 16px;
}

.contact-form .form-control {
    min-height: 54px;
    border: 1px solid rgba(201, 155, 106, 0.28);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    color: #5b4125;
    font-size: 15px;
    line-height: 1.3;
    padding: 14px 16px;
    box-shadow: none;
}

.contact-form textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.contact-form .form-control::placeholder {
    color: rgba(107, 77, 42, 0.62);
}

.contact-form .form-control:focus {
    border-color: rgba(163, 121, 72, 0.56);
    box-shadow: 0 0 0 4px rgba(163, 121, 72, 0.08);
}

.submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 174px;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid rgba(255, 157, 87, 0.14);
    border-radius: 10px;
    background: linear-gradient(160deg, #f9c07d 16.72%, #93714a 170.9%);
    color: #2f2113;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.submit-btn:hover {
    color: #2f2113;
    filter: brightness(0.96);
    transform: translateY(-1px);
}

.contact-subscribe-section {
    padding: 0 0 112px;
    background: #fff;
}

.contact-subscribe-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 470px);
    align-items: center;
    gap: 34px;
    min-height: 268px;
    padding: 0px 48px 5px 42px;
    border-radius: 28px;
    border: 1px solid rgba(188, 151, 109, 0.12);
    background:
        radial-gradient(circle at 55% 50%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 30%),
        linear-gradient(90deg, #f6f3ec 0%, #f8f5ef 54%, #f4f0e8 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    overflow: visible;
}

.contact-subscribe-copy {
    position: relative;
    z-index: 1;
}

.contact-subscribe-title {
    margin: 0 0 18px;
    max-width: 520px;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: clamp(36px, 2vw, 50px);
    line-height: 1.04;
    font-weight: 500;
    letter-spacing: -0.01em;
    background: linear-gradient(90deg, #A37948 0%, #3D2D1B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.contact-subscribe-text {
    margin: 0;
    max-width: 460px;
    color: rgba(143, 88, 24, 0.88);
    font-size: 15px;
    line-height: 1.6;
}

.contact-subscribe-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    column-gap: 32px;
    margin-top: 26px;
    max-width: 364px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(164, 116, 62, 0.62);
}

.contact-subscribe-input {
    width: 100%;
    min-height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8d4f10;
    font-size: 15px;
    line-height: 1.4;
    outline: none;
    box-shadow: none;
}

.contact-subscribe-input::placeholder {
    color: rgba(143, 88, 24, 0.82);
}

.contact-subscribe-button {
    min-width: auto;
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8d4f10;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.contact-subscribe-visual {
    display: flex;
    align-self: end;
    justify-content: flex-end;
    padding-right: 0;
}

.contact-subscribe-photo-frame {
    width: min(100%, 458px);
    padding: 10px 10px 20px;
    border-radius: 18px;
    border: 0;
    /* background: #fff; */
    box-shadow: none;
    transform: translateY(68px) rotate(-5deg);
}

.contact-subscribe-photo {
    display: block;
    width: 100%;
    aspect-ratio: 1.22 / 1;
    object-fit: cover;
    border-radius: 14px;
}

@media (max-width: 991.98px) {
    .news-page-shell .gallery-hero,
    .news-detail-page-shell .gallery-hero,
    .gallery-page-shell .gallery-hero,
    .gallery-detail-page-shell .gallery-hero,
    .contact-page-shell .gallery-hero {
        padding: 96px 0 60px;
        background-position: center center;
    }

    .news-page-shell .gallery-title,
    .news-detail-page-shell .gallery-title,
    .gallery-page-shell .gallery-title,
    .gallery-detail-page-shell .gallery-title,
    .contact-page-shell .gallery-title {
        font-size: clamp(34px, 6vw, 42px);
        line-height: 1.06;
        letter-spacing: -0.3px;
    }

    .news-page-shell .news-press-section {
        padding: 44px 0 56px;
    }

    .news-page-shell .news-press-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px;
    }

    .news-page-shell .news-press-copy,
    .news-page-shell .news-search-form {
        max-width: 100%;
        width: 100%;
    }

    .news-page-shell .news-press-label {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .news-page-shell .news-press-title {
        font-size: clamp(30px, 6vw, 38px);
        line-height: 1.08;
    }

    .news-page-shell .news-search-form {
        gap: 10px;
        margin-bottom: 0;
        padding-bottom: 8px;
    }

    .news-page-shell .news-search-input {
        font-size: 18px;
    }

    .news-page-shell .news-slider-track,
    .news-detail-page-shell .news-slider-track {
        gap: 14px;
    }

    .news-page-shell .news-card,
    .news-detail-page-shell .news-detail-gallery-slide,
    .news-page-shell .related-news-card,
    .news-detail-page-shell .related-news-card {
        flex: 0 0 calc((100% - 14px) / 1.12);
    }

    .news-page-shell .news-card,
    .news-page-shell .related-news-card {
        border-radius: 18px;
    }

    .news-page-shell .news-card-image {
        height: 236px;
        border-radius: 12px;
    }

    .news-page-shell .news-card-body {
        min-height: 0;
        padding: 14px 16px 20px;
    }

    .news-page-shell .news-card-title {
        font-size: 24px;
        line-height: 1.14;
    }

    .news-page-shell .news-card-date {
        top: 24px;
        left: 24px;
        min-height: 30px;
        padding: 5px 12px;
        font-size: 13px;
    }

    .news-page-shell .news-card-footer {
        padding: 12px 16px 14px;
    }

    .news-page-shell .news-card-link {
        font-size: 16px;
    }

    .news-page-shell .news-slider-prev,
    .news-detail-page-shell .news-slider-prev {
        left: -8px;
    }

    .news-page-shell .news-slider-next,
    .news-detail-page-shell .news-slider-next {
        right: -8px;
    }

    .news-page-shell .news-slider-arrow,
    .news-detail-page-shell .news-slider-arrow {
        width: 40px;
        height: 40px;
    }

    .news-page-shell .related-news-section,
    .news-detail-page-shell .related-news-section {
        padding: 10px 0 56px;
    }

    .news-page-shell .related-news-head,
    .news-detail-page-shell .related-news-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
    }

    .news-page-shell .related-news-heading-group,
    .news-detail-page-shell .related-news-heading-group {
        width: 100%;
        gap: 16px;
    }

    .news-page-shell .related-news-title,
    .news-detail-page-shell .related-news-title {
        font-size: clamp(28px, 5.6vw, 34px);
        white-space: normal;
    }

    .news-page-shell .related-news-arrows,
    .news-detail-page-shell .related-news-arrows {
        align-self: flex-end;
    }

    .news-page-shell .related-news-card,
    .news-detail-page-shell .related-news-card {
        min-height: 0;
        border-radius: 18px;
    }

    .news-page-shell .related-news-card-inner,
    .news-detail-page-shell .related-news-card-inner {
        padding: 24px 22px 26px;
    }

    .news-page-shell .related-news-card-title,
    .news-detail-page-shell .related-news-card-title {
        font-size: 28px;
    }

    .news-page-shell .related-news-card-text,
    .news-detail-page-shell .related-news-card-text {
        font-size: 16px;
        line-height: 1.52;
    }

    .news-detail-page-shell .news-detail-section {
        padding: 40px 0 18px;
    }

    .news-detail-page-shell .news-detail-media {
        margin-bottom: 18px;
        border-radius: 20px;
    }

    .news-detail-page-shell .news-detail-image {
        width: 100%;
        height: 420px;
        object-fit: cover;
    }

    .news-detail-page-shell .news-detail-date-badge {
        top: 14px;
        left: 14px;
        font-size: 12px;
    }

    .news-detail-page-shell .news-detail-overlay {
        padding: 70px 16px 16px;
    }

    .news-detail-page-shell .news-detail-hero-title {
        font-size: clamp(24px, 5vw, 30px);
        line-height: 1.12;
    }

    .news-detail-page-shell .news-detail-body {
        font-size: 17px;
        line-height: 1.75;
        text-align: left;
    }

    .news-detail-page-shell .news-detail-profile-title {
        font-size: 20px;
    }

    .news-detail-page-shell .news-detail-profile-item {
        padding: 16px 0;
        font-size: 18px;
    }

    .news-detail-page-shell .news-detail-profile-panel-inner {
        font-size: 15px;
        line-height: 1.7;
    }

    .news-detail-page-shell .news-detail-gallery {
        margin-top: 24px;
    }

    .news-detail-page-shell .news-detail-gallery-slider {
        padding: 0 20px;
    }

    .news-detail-page-shell .news-detail-gallery-image {
        height: 260px;
    }

    .news-detail-page-shell .news-detail-gallery-card figcaption {
        font-size: 16px;
        line-height: 1.5;
    }

    .news-detail-page-shell .news-detail-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .news-detail-page-shell .news-detail-nav-current {
        order: -1;
        color: #8f6438;
    }

    .gallery-page-shell .gallery-cards {
        padding: 44px 0 52px;
    }

    .gallery-page-shell .gallery-cards .row {
        --bs-gutter-y: 20px;
    }

    .gallery-page-shell .gallery-card {
        border-radius: 20px;
        box-shadow: 0 12px 24px rgba(42, 28, 12, 0.1);
    }

    .gallery-page-shell .gallery-img {
        aspect-ratio: 1.34;
        object-fit: cover;
    }

    .gallery-page-shell .gallery-card-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 20px 20px 22px;
    }

    .gallery-page-shell .gallery-card-title {
        font-size: 28px;
        line-height: 1.08;
    }

    .gallery-detail-page-shell .gallery-hero .text-muted {
        max-width: 620px;
        margin: 12px auto 0;
        color: rgba(107, 77, 42, 0.72) !important;
        font-size: 16px;
        line-height: 1.55;
    }

    .gallery-detail-page-shell .gallery-detail-section {
        padding: 44px 0 56px;
    }

    .gallery-detail-page-shell .gallery-detail-section .row {
        --bs-gutter-y: 20px;
    }

    .gallery-detail-page-shell .gallery-detail-card {
        border-radius: 18px;
    }

    .gallery-detail-page-shell .gallery-detail-img {
        height: 300px;
    }

    .gallery-detail-page-shell .gallery-zoom-btn {
        width: 42px;
        height: 42px;
    }

    .gallery-detail-page-shell .gallery-zoom-stage {
        padding: 26px 54px;
    }

    .gallery-detail-page-shell .gallery-zoom-close {
        top: 18px;
        right: 18px;
    }

    .contact-section {
        padding: 44px 0 58px;
    }

    .contact-section .row {
        --bs-gutter-y: 20px;
    }

    .map-container {
        min-height: 360px;
    }

    .contact-form-wrapper {
        padding: 28px 24px 26px;
        border-radius: 20px;
    }

    .contact-form-label {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .contact-form-title {
        margin-bottom: 20px;
        font-size: clamp(28px, 5.5vw, 34px);
    }

    .contact-subscribe-section {
        padding-bottom: 72px;
    }

    .contact-subscribe-card {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: 0;
        padding: 24px 28px 30px;
        border-radius: 22px;
    }

    .contact-subscribe-title {
        max-width: 100%;
        font-size: clamp(30px, 5.6vw, 38px);
    }

    .contact-subscribe-form {
        max-width: 380px;
    }

    .contact-subscribe-visual {
        justify-content: center;
        padding-right: 0;
        align-self: auto;
    }

    .contact-subscribe-photo-frame {
        width: min(100%, 350px);
        transform: translateY(18px) rotate(-4deg);
    }
}

@media (max-width: 575.98px) {
    .news-page-shell .gallery-hero,
    .news-detail-page-shell .gallery-hero,
    .gallery-page-shell .gallery-hero,
    .gallery-detail-page-shell .gallery-hero,
    .contact-page-shell .gallery-hero {
        padding: 74px 0 46px;
        background-position: center center;
    }

    .news-page-shell .gallery-title,
    .news-detail-page-shell .gallery-title,
    .gallery-page-shell .gallery-title,
    .gallery-detail-page-shell .gallery-title,
    .contact-page-shell .gallery-title {
        font-size: 28px;
        line-height: 1.1;
    }

    .news-page-shell .news-press-section {
        padding: 36px 0 44px;
    }

    .news-page-shell .news-press-head {
        gap: 16px;
        margin-bottom: 24px;
    }

    .news-page-shell .news-press-label {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .news-page-shell .news-press-title {
        font-size: 26px;
        line-height: 1.12;
    }

    .news-page-shell .news-search-input {
        font-size: 16px;
    }

    .news-page-shell .news-card,
    .news-detail-page-shell .news-detail-gallery-slide,
    .news-page-shell .related-news-card,
    .news-detail-page-shell .related-news-card {
        flex: 0 0 calc((100% - 8px) / 1.03);
    }

    .news-page-shell .news-card {
        border-radius: 16px;
    }

    .news-page-shell .news-card-media {
        padding: 10px 10px 0;
    }

    .news-page-shell .news-card-image {
        height: 200px;
        border-radius: 10px;
    }

    .news-page-shell .news-card-date {
        top: 18px;
        left: 18px;
        min-height: 28px;
        padding: 4px 10px;
        font-size: 12px;
    }

    .news-page-shell .news-card-body {
        padding: 12px 14px 16px;
    }

    .news-page-shell .news-card-title {
        font-size: 20px;
    }

    .news-page-shell .news-card-link {
        font-size: 15px;
    }

    .news-page-shell .news-slider-arrow,
    .news-detail-page-shell .news-slider-arrow {
        width: 36px;
        height: 36px;
    }

    .news-page-shell .related-news-title,
    .news-detail-page-shell .related-news-title {
        font-size: 24px;
    }

    .news-page-shell .related-news-line,
    .news-detail-page-shell .related-news-line {
        display: none;
    }

    .news-page-shell .related-news-card,
    .news-detail-page-shell .related-news-card {
        border-radius: 16px;
    }

    .news-page-shell .related-news-card-inner,
    .news-detail-page-shell .related-news-card-inner {
        padding: 20px 18px 22px;
    }

    .news-page-shell .related-news-card-title,
    .news-detail-page-shell .related-news-card-title {
        font-size: 22px;
    }

    .news-page-shell .related-news-card-text,
    .news-detail-page-shell .related-news-card-text {
        font-size: 15px;
    }

    .news-detail-page-shell .news-detail-section {
        padding: 30px 0 14px;
    }

    .news-detail-page-shell .news-detail-media {
        border-radius: 16px;
    }

    .news-detail-page-shell .news-detail-image {
        height: 300px;
    }

    .news-detail-page-shell .news-detail-overlay {
        padding: 58px 14px 14px;
    }

    .news-detail-page-shell .news-detail-hero-title {
        font-size: 21px;
    }

    .news-detail-page-shell .news-detail-body {
        font-size: 15px;
        line-height: 1.7;
    }

    .news-detail-page-shell .news-detail-profile-item {
        font-size: 16px;
        gap: 10px;
    }

    .news-detail-page-shell .news-detail-profile-item i {
        width: 22px;
        height: 22px;
        font-size: 12px;
    }

    .news-detail-page-shell .news-detail-gallery-slider {
        padding: 0 14px;
    }

    .news-detail-page-shell .news-detail-gallery-card {
        padding: 10px 10px 14px;
        border-radius: 16px;
    }

    .news-detail-page-shell .news-detail-gallery-image {
        height: 214px;
        border-radius: 10px;
    }

    .news-detail-page-shell .news-detail-gallery-card figcaption {
        margin-top: 8px;
        padding-right: 0;
        font-size: 14px;
    }

    .news-detail-page-shell .news-detail-nav-link,
    .news-detail-page-shell .news-detail-nav-current {
        font-size: 14px;
    }

    .gallery-page-shell .gallery-cards {
        padding: 34px 0 40px;
    }

    .gallery-page-shell .gallery-cards .row {
        --bs-gutter-y: 16px;
    }

    .gallery-page-shell .gallery-card {
        border-radius: 16px;
    }

    .gallery-page-shell .gallery-img {
        aspect-ratio: 1.18;
    }

    .gallery-page-shell .gallery-card-footer {
        padding: 16px;
        gap: 8px;
    }

    .gallery-page-shell .gallery-card-title {
        font-size: 22px;
    }

    .gallery-page-shell .view-all-link {
        font-size: 14px;
    }

    .gallery-detail-page-shell .gallery-hero .text-muted {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.5;
    }

    .gallery-detail-page-shell .gallery-detail-section {
        padding: 32px 0 40px;
    }

    .gallery-detail-page-shell .gallery-detail-section .row {
        --bs-gutter-y: 16px;
    }

    .gallery-detail-page-shell .gallery-detail-card {
        border-radius: 16px;
    }

    .gallery-detail-page-shell .gallery-detail-img {
        height: 240px;
    }

    .gallery-detail-page-shell .gallery-zoom-stage {
        padding: 56px 12px 18px;
    }

    .gallery-detail-page-shell .gallery-zoom-preview {
        max-height: 70vh;
        border-radius: 12px;
    }

    .gallery-detail-page-shell .gallery-zoom-close,
    .gallery-detail-page-shell .gallery-nav-btn {
        width: 36px;
        height: 36px;
    }

    .gallery-detail-page-shell .gallery-zoom-close {
        top: 10px;
        right: 10px;
    }

    .gallery-detail-page-shell .gallery-nav-prev {
        left: 6px;
    }

    .gallery-detail-page-shell .gallery-nav-next {
        right: 6px;
    }

    .gallery-detail-page-shell .gallery-zoom-modal .modal-dialog {
        padding: 6px;
    }

    .contact-section {
        padding: 34px 0 46px;
    }

    .contact-section .row {
        --bs-gutter-y: 16px;
    }

    .map-container {
        min-height: 280px;
        border-radius: 18px;
    }

    .contact-form-wrapper {
        padding: 22px 18px 20px;
        border-radius: 18px;
    }

    .contact-form-label {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .contact-form-title {
        margin-bottom: 18px;
        font-size: 24px;
        line-height: 1.12;
    }

    .contact-form .row {
        --bs-gutter-x: 0;
    }

    .contact-form .form-control {
        min-height: 48px;
        border-radius: 12px;
        font-size: 14px;
        padding: 12px 14px;
    }

    .contact-form textarea.form-control {
        min-height: 118px;
    }

    .submit-btn {
        width: 100%;
        min-width: 0;
        min-height: 42px;
        font-size: 14px;
    }

    .contact-subscribe-section {
        padding-bottom: 48px;
    }

    .contact-subscribe-card {
        gap: 22px;
        padding: 20px 18px 24px;
        border-radius: 18px;
    }

    .contact-subscribe-title {
        font-size: 24px;
        line-height: 1.1;
    }

    .contact-subscribe-text {
        font-size: 14px;
        line-height: 1.55;
    }

    .contact-subscribe-form {
        column-gap: 16px;
        max-width: 100%;
    }

    .contact-subscribe-input,
    .contact-subscribe-button {
        min-height: 0;
        font-size: 14px;
    }

    .contact-subscribe-photo-frame {
        width: min(100%, 250px);
        padding: 12px 12px 20px;
        border-radius: 14px;
        transform: none;
    }
}

/* =============================================
   FOOTER FIGMA MATCH
   ============================================= */
@media (min-width: 992px) {
    .main-footer,
    body.about-page-shell .main-footer,
    body.news-page-shell .main-footer,
    body.news-detail-page-shell .main-footer,
    body.gallery-page-shell .main-footer,
    body.gallery-detail-page-shell .main-footer,
    body.contact-page-shell .main-footer {
        padding: 18px 0 0;
        border-top-left-radius: 26px;
        border-top-right-radius: 26px;
        background: #fbf8f2;
    }

    .main-footer::before,
    body.about-page-shell .main-footer::before,
    body.news-page-shell .main-footer::before,
    body.news-detail-page-shell .main-footer::before,
    body.gallery-page-shell .main-footer::before,
    body.gallery-detail-page-shell .main-footer::before,
    body.contact-page-shell .main-footer::before {
        left: -18px;
        bottom: -182px;
        width: 438px;
        height: 438px;
        opacity: 0.1;
        background-position: left bottom;
    }

    .footer-main,
    body.about-page-shell .footer-main,
    body.news-page-shell .footer-main,
    body.news-detail-page-shell .footer-main,
    body.gallery-page-shell .footer-main,
    body.gallery-detail-page-shell .footer-main,
    body.contact-page-shell .footer-main {
        min-height: 154px;
        padding-top: 26px;
        padding-bottom: 0;
    }

    .footer-main::before,
    body.about-page-shell .footer-main::before,
    body.news-page-shell .footer-main::before,
    body.news-detail-page-shell .footer-main::before,
    body.gallery-page-shell .footer-main::before,
    body.gallery-detail-page-shell .footer-main::before,
    body.contact-page-shell .footer-main::before {
        top: 56px;
        background: rgba(78, 56, 30, 0.1);
    }

    .footer-main .row,
    body.about-page-shell .footer-main .row,
    body.news-page-shell .footer-main .row,
    body.news-detail-page-shell .footer-main .row,
    body.gallery-page-shell .footer-main .row,
    body.gallery-detail-page-shell .footer-main .row,
    body.contact-page-shell .footer-main .row {
        min-height: 154px;
        align-items: flex-start;
    }

    .footer-main .col-md-10,
    body.about-page-shell .footer-main .col-md-10,
    body.news-page-shell .footer-main .col-md-10,
    body.news-detail-page-shell .footer-main .col-md-10,
    body.gallery-page-shell .footer-main .col-md-10,
    body.gallery-detail-page-shell .footer-main .col-md-10,
    body.contact-page-shell .footer-main .col-md-10 {
        display: flex;
        justify-content: center;
    }

    .footer-logo,
    body.about-page-shell .footer-logo,
    body.news-page-shell .footer-logo,
    body.news-detail-page-shell .footer-logo,
    body.gallery-page-shell .footer-logo,
    body.gallery-detail-page-shell .footer-logo,
    body.contact-page-shell .footer-logo {
        left: 32px;
        top: 0;
        width: 112px;
        padding: 12px 12px 10px;
        background: #fffdfa;
    }

    .footer-nav,
    body.about-page-shell .footer-nav,
    body.news-page-shell .footer-nav,
    body.news-detail-page-shell .footer-nav,
    body.gallery-page-shell .footer-nav,
    body.gallery-detail-page-shell .footer-nav,
    body.contact-page-shell .footer-nav {
        width: 100%;
        margin-left: 146px;
        padding-top: 40px;
        padding-right: 38px;
        gap: 26px;
        justify-content: center;
    }

    .footer-link,
    body.about-page-shell .footer-link,
    body.news-page-shell .footer-link,
    body.news-detail-page-shell .footer-link,
    body.gallery-page-shell .footer-link,
    body.gallery-detail-page-shell .footer-link,
    body.contact-page-shell .footer-link {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.1px;
        font-weight: 400;
    }

    .footer-social-row,
    body.about-page-shell .footer-social-row,
    body.news-page-shell .footer-social-row,
    body.news-detail-page-shell .footer-social-row,
    body.gallery-page-shell .footer-social-row,
    body.gallery-detail-page-shell .footer-social-row,
    body.contact-page-shell .footer-social-row {
        margin-top: -2px;
        padding-right: 32px;
        justify-content: flex-end;
        gap: 10px;
    }

    .social-text,
    body.about-page-shell .social-text,
    body.news-page-shell .social-text,
    body.news-detail-page-shell .social-text,
    body.gallery-page-shell .social-text,
    body.gallery-detail-page-shell .social-text,
    body.contact-page-shell .social-text {
        margin-right: 12px;
        font-size: 15px;
        line-height: 20px;
        font-weight: 300;
    }

    .footer-copyright,
    body.about-page-shell .footer-copyright,
    body.news-page-shell .footer-copyright,
    body.news-detail-page-shell .footer-copyright,
    body.gallery-page-shell .footer-copyright,
    body.gallery-detail-page-shell .footer-copyright,
    body.contact-page-shell .footer-copyright {
        margin-top: 10px;
        padding-top: 11px;
    }

    .footer-copyright p,
    body.about-page-shell .footer-copyright p,
    body.news-page-shell .footer-copyright p,
    body.news-detail-page-shell .footer-copyright p,
    body.gallery-page-shell .footer-copyright p,
    body.gallery-detail-page-shell .footer-copyright p,
    body.contact-page-shell .footer-copyright p {
        font-size: 14px;
        line-height: 18px;
        font-weight: 300;
    }
}

/* =============================================
   PAST SAMMAN IMPACT 2023 PAGE
   ============================================= */
body.past-samman-impact-page-shell .ybs-laureates-page {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 14%, rgba(245, 231, 210, 0.68) 0%, rgba(245, 231, 210, 0) 26%),
        linear-gradient(180deg, #fffefb 0%, #fbf5ec 100%);
}

body.past-samman-impact-page-shell .ybs-laureates-hero {
    min-height: 410px;
    padding: 96px 0 82px;
    background-color: #f9f2e7;
    background-image: url('../img/ybs-laureates-hero-bg-2.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

body.past-samman-impact-page-shell .ybs-laureates-hero::before {
    background: linear-gradient(180deg, rgba(251, 246, 239, 0.82) 0%, rgba(251, 246, 239, 0.64) 55%, rgba(251, 246, 239, 0.94) 100%);
}

body.past-samman-impact-page-shell .ybs-laureates-hero::after {
    height: 126px;
    background: linear-gradient(180deg, rgba(251, 246, 239, 0) 0%, rgba(255, 253, 249, 1) 100%);
}

body.past-samman-impact-page-shell .ybs-laureates-hero-inner {
    max-width: 920px;
}

body.past-samman-impact-page-shell .ybs-laureates-hero .gallery-title {
    margin-bottom: 14px;
    color: #9b6732;
    font-size: clamp(46px, 6vw, 74px);
    font-weight: 500;
    line-height: 0.94;
    letter-spacing: -0.04em;
}

body.past-samman-impact-page-shell .ybs-laureates-hero-subtitle {
    color: #ab845d;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

body.past-samman-impact-page-shell .ybs-laureates-sections {
    padding: 36px 0 96px;
    background:
        radial-gradient(circle at 88% 16%, rgba(235, 220, 197, 0.3) 0%, rgba(235, 220, 197, 0) 22%),
        linear-gradient(180deg, #fffdf9 0%, #fbf5ed 100%);
}

body.past-samman-impact-page-shell .ybs-laureates-block {
    padding: 30px 0;
    border-top: 0;
}

body.past-samman-impact-page-shell .ybs-laureates-block-muted {
    background: transparent;
}

body.past-samman-impact-page-shell .ybs-laureates-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 454px;
    gap: 68px;
    align-items: center;
    padding: 48px 54px;
    border: 1px solid rgba(182, 136, 83, 0.18);
    border-radius: 38px;
    background: linear-gradient(135deg, rgba(255, 253, 250, 0.96) 0%, rgba(248, 241, 231, 0.96) 100%);
    box-shadow: 0 22px 44px rgba(124, 87, 44, 0.08);
    overflow: hidden;
}

body.past-samman-impact-page-shell .ybs-laureates-layout::before,
body.past-samman-impact-page-shell .ybs-laureates-layout::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

body.past-samman-impact-page-shell .ybs-laureates-layout::before {
    right: -82px;
    bottom: -104px;
    width: 324px;
    height: 324px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(233, 213, 186, 0.34) 0%, rgba(233, 213, 186, 0) 72%);
}

body.past-samman-impact-page-shell .ybs-laureates-layout::after {
    left: -34px;
    top: -34px;
    width: 164px;
    height: 164px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(247, 238, 225, 0.88) 0%, rgba(247, 238, 225, 0) 74%);
}

body.past-samman-impact-page-shell .ybs-laureates-block-reverse .ybs-laureates-layout {
    grid-template-columns: 520px minmax(0, 1fr);
}

body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-layout {
    background: linear-gradient(135deg, rgba(248, 244, 236, 0.98) 0%, rgba(242, 236, 226, 0.98) 100%);
}

body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-layout::before {
    left: -92px;
    right: auto;
    bottom: -118px;
    width: 352px;
    height: 352px;
}

body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-layout::after {
    left: auto;
    right: -28px;
    top: -30px;
    width: 184px;
    height: 184px;
}

body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-copy {
    justify-self: start;
    padding-left: 0px;
}

body.past-samman-impact-page-shell .ybs-laureates-copy,
body.past-samman-impact-page-shell .ybs-laureates-block-reverse .ybs-laureates-copy {
    position: relative;
    z-index: 1;
    justify-content: flex-start;
}

body.past-samman-impact-page-shell .ybs-laureates-copy-inner,
body.past-samman-impact-page-shell .ybs-laureates-block-reverse .ybs-laureates-copy-inner,
body.past-samman-impact-page-shell .ybs-laureates-block-one .ybs-laureates-copy-inner,
body.past-samman-impact-page-shell .ybs-laureates-block-three .ybs-laureates-copy-inner {
    max-width: 620px;
}

body.past-samman-impact-page-shell .ybs-laureates-label {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 24px;
    color: #b57c46;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

body.past-samman-impact-page-shell .ybs-laureates-label::after {
    content: "";
    width: 50px;
    height: 35px;
    background: url(../img/right-side-arrow.png) no-repeat center / contain;
}

body.past-samman-impact-page-shell .ybs-laureates-title {
    margin: 0;
    color: #8f5b26;
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.04em;
}

body.past-samman-impact-page-shell .ybs-laureates-block-one .ybs-laureates-title,
body.past-samman-impact-page-shell .ybs-laureates-block-three .ybs-laureates-title {
    max-width: 11.5ch;
    font-size: clamp(36px, 4.4vw, 52px);
}

body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-title {
    font-size: clamp(50px, 6vw, 82px);
}

body.past-samman-impact-page-shell .ybs-laureates-subtitle {
    max-width: 34ch;
    margin: 12px 0 20px;
    color: #4e381e;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.22;
}

body.past-samman-impact-page-shell .ybs-laureates-description,
body.past-samman-impact-page-shell .ybs-laureates-body {
    max-width: 37ch;
    margin: 0 0 28px;
    color: rgba(78, 56, 30, 0.78);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.01em;
}

body.past-samman-impact-page-shell .ybs-laureates-btn {
    min-width: 154px;
    height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f4bc78 0%, #cf965f 100%);
    color: #2d1d0d;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 18px 30px rgba(186, 125, 62, 0.18);
}

body.past-samman-impact-page-shell .ybs-laureates-btn:hover {
    color: #2d1d0d;
    transform: translateY(-2px);
}

body.past-samman-impact-page-shell .ybs-laureates-media {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
    background: #efe2d1;
    box-shadow: 0 28px 48px rgba(82, 58, 31, 0.15);
}

body.past-samman-impact-page-shell .ybs-laureates-media::after {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    pointer-events: none;
}

body.past-samman-impact-page-shell .ybs-laureates-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.past-samman-impact-page-shell .ybs-laureates-media-first {
    height: 612px;
}

body.past-samman-impact-page-shell .ybs-laureates-media-first img {
    object-position: center center;
    filter: none;
}

body.past-samman-impact-page-shell .ybs-laureates-media-second {
    height: 430px;
}

body.past-samman-impact-page-shell .ybs-laureates-media-second img {
    object-position: center center;
}

body.past-samman-impact-page-shell .ybs-laureates-media-third {
    height: 560px;
}

body.past-samman-impact-page-shell .ybs-laureates-media-third img {
    object-position: center top;
}

@media (max-width: 1199.98px) {
    body.past-samman-impact-page-shell .ybs-laureates-hero {
        min-height: 360px;
        padding: 86px 0 72px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-layout {
        grid-template-columns: minmax(0, 1fr) 390px;
        gap: 44px;
        padding: 40px 42px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-block-reverse .ybs-laureates-layout {
        grid-template-columns: 440px minmax(0, 1fr);
    }

    body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-title {
        font-size: clamp(44px, 6vw, 68px);
    }

    body.past-samman-impact-page-shell .ybs-laureates-subtitle {
        font-size: 20px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-description,
    body.past-samman-impact-page-shell .ybs-laureates-body {
        font-size: 16px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-media-first {
        height: 540px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-media-second {
        height: 364px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-media-third {
        height: 500px;
    }
}

@media (max-width: 991.98px) {
    body.past-samman-impact-page-shell .ybs-laureates-hero {
        min-height: 310px;
        padding: 74px 0 56px;
        background-position: center center;
    }

    body.past-samman-impact-page-shell .ybs-laureates-hero .gallery-title {
        font-size: clamp(38px, 7vw, 52px);
    }

    body.past-samman-impact-page-shell .ybs-laureates-hero-subtitle {
        font-size: 12px;
        letter-spacing: 0.22em;
    }

    body.past-samman-impact-page-shell .ybs-laureates-sections {
        padding: 26px 0 72px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-block {
        padding: 18px 0;
    }

    body.past-samman-impact-page-shell .ybs-laureates-layout,
    body.past-samman-impact-page-shell .ybs-laureates-block-reverse .ybs-laureates-layout {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 30px;
        border-radius: 28px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-copy {
        order: 1;
    }

    body.past-samman-impact-page-shell .ybs-laureates-media {
        order: 2;
        border-radius: 24px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-media::after {
        inset: 10px;
        border-radius: 18px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-block-one .ybs-laureates-title,
    body.past-samman-impact-page-shell .ybs-laureates-block-three .ybs-laureates-title {
        max-width: none;
        font-size: clamp(30px, 5vw, 42px);
    }

    body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-title {
        font-size: clamp(40px, 7vw, 58px);
    }

    body.past-samman-impact-page-shell .ybs-laureates-subtitle {
        max-width: none;
        font-size: 18px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-description,
    body.past-samman-impact-page-shell .ybs-laureates-body {
        max-width: none;
        font-size: 15px;
        line-height: 1.62;
    }

    body.past-samman-impact-page-shell .ybs-laureates-media-first {
        height: 500px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-media-second {
        height: 360px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-media-third {
        height: 420px;
    }
}

@media (max-width: 767.98px) {
    body.past-samman-impact-page-shell .ybs-laureates-hero {
        min-height: 250px;
        padding: 64px 0 42px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-hero .gallery-title {
        font-size: clamp(30px, 9vw, 40px);
        line-height: 1;
    }

    body.past-samman-impact-page-shell .ybs-laureates-sections {
        padding: 22px 0 60px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-layout,
    body.past-samman-impact-page-shell .ybs-laureates-block-reverse .ybs-laureates-layout {
        gap: 22px;
        padding: 24px 22px;
        border-radius: 24px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-layout::before {
        right: -70px;
        bottom: -82px;
        width: 236px;
        height: 236px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-layout::after {
        left: -24px;
        top: -26px;
        width: 108px;
        height: 108px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-label {
        margin-bottom: 18px;
        font-size: 11px;
        letter-spacing: 0.18em;
    }

    /* body.past-samman-impact-page-shell .ybs-laureates-label::after {
        width: 42px;
    } */

    body.past-samman-impact-page-shell .ybs-laureates-block-one .ybs-laureates-title,
    body.past-samman-impact-page-shell .ybs-laureates-block-three .ybs-laureates-title {
        font-size: 28px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-title {
        font-size: 36px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-subtitle {
        margin: 10px 0 16px;
        font-size: 17px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-description,
    body.past-samman-impact-page-shell .ybs-laureates-body {
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 1.58;
    }

    body.past-samman-impact-page-shell .ybs-laureates-btn {
        min-width: 0;
        width: 100%;
        max-width: 220px;
        height: 44px;
        font-size: 14px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-media-first {
        height: 360px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-media-second {
        height: 260px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-media-third {
        height: 320px;
    }
}

@media (max-width: 575.98px) {
    body.past-samman-impact-page-shell .ybs-laureates-hero {
        min-height: 230px;
        padding: 58px 0 34px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-hero .gallery-title {
        font-size: 30px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-hero-subtitle {
        font-size: 11px;
        letter-spacing: 0.16em;
    }

    body.past-samman-impact-page-shell .ybs-laureates-block {
        padding: 14px 0;
    }

    body.past-samman-impact-page-shell .ybs-laureates-layout,
    body.past-samman-impact-page-shell .ybs-laureates-block-reverse .ybs-laureates-layout {
        gap: 18px;
        padding: 20px 18px;
        border-radius: 22px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-layout::before {
        right: -58px;
        bottom: -68px;
        width: 194px;
        height: 194px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-label {
        font-size: 10px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-block-one .ybs-laureates-title,
    body.past-samman-impact-page-shell .ybs-laureates-block-three .ybs-laureates-title {
        font-size: 24px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-title {
        font-size: 32px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-subtitle {
        font-size: 16px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-description,
    body.past-samman-impact-page-shell .ybs-laureates-body {
        font-size: 13px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-btn {
        max-width: none;
    }

    body.past-samman-impact-page-shell .ybs-laureates-media-first {
        height: 300px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-media-second {
        height: 214px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-media-third {
        height: 270px;
    }
}

/* =============================================
   PAST SAMMAN IMPACT 2023 FIGMA REFINE
   ============================================= */
body.past-samman-impact-page-shell {
    background: #ffffff;
}

body.past-samman-impact-page-shell .past-impact-page,
body.past-samman-impact-page-shell .past-impact-page * {
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
}

body.past-samman-impact-page-shell .main-header {
    background: #ffffff;
    padding-top: 8px;
    box-shadow: none;
}

body.past-samman-impact-page-shell .main-header .container,
body.past-samman-impact-page-shell .ybs-laureates-hero .container,
body.past-samman-impact-page-shell .ybs-laureates-sections .container,
body.past-samman-impact-page-shell .main-footer .container {
    max-width: 1206px;
}

body.past-samman-impact-page-shell .logo-container {
    top: 2px;
    background: #ffffff;
}

body.past-samman-impact-page-shell .logo-img {
    height: 128px;
}

body.past-samman-impact-page-shell .header-nav-shell {
    gap: 26px;
    padding-bottom: 12px;
}

body.past-samman-impact-page-shell .navigation-links {
    gap: 28px;
}

body.past-samman-impact-page-shell .navigation-links .nav-link {
    color: #696660 !important;
    font-size: 14px;
    font-weight: 400;
}

body.past-samman-impact-page-shell .register-btn {
    padding: 8px 16px;
    border: 1px solid #c59561;
    border-radius: 0;
    background: transparent;
    color: #b67c44;
    box-shadow: none;
}

body.past-samman-impact-page-shell .register-btn:hover {
    background: rgba(197, 149, 97, 0.08);
    color: #b67c44;
}

body.past-samman-impact-page-shell .header-line {
    height: 3px;
    background: #a77744;
}

body.past-samman-impact-page-shell .ybs-laureates-page {
    background: #ffffff;
}

body.past-samman-impact-page-shell .ybs-laureates-hero {
    min-height: 196px;
    padding: 52px 0 26px;
    background-color: #f8f1e8;
    background-image: url('../img/ybs-laureates-hero-bg-2.png');
    background-repeat: no-repeat;
    background-position: center 33%;
    background-size: cover;
}

body.past-samman-impact-page-shell .ybs-laureates-hero::before {
    background: linear-gradient(180deg, rgba(249, 243, 236, 0.9) 0%, rgba(249, 243, 236, 0.72) 56%, rgba(249, 243, 236, 0.92) 100%);
}

body.past-samman-impact-page-shell .ybs-laureates-hero::after {
    height: 34px;
    background: linear-gradient(180deg, rgba(249, 243, 236, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}

body.past-samman-impact-page-shell .ybs-laureates-hero-inner {
    max-width: none;
}

body.past-samman-impact-page-shell .ybs-laureates-hero .gallery-title {
    margin: 0;
    color: #9f6d37;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, #b27a45 0%, #7f562c 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.past-samman-impact-page-shell .ybs-laureates-hero-subtitle {
    display: none;
}

body.past-samman-impact-page-shell .ybs-laureates-sections {
    padding: 66px 0 0;
    background: #ffffff;
}

body.past-samman-impact-page-shell .ybs-laureates-block {
    padding: 62px 0 78px;
    border-top: 0;
    background: #ffffff;
}

body.past-samman-impact-page-shell .ybs-laureates-block-muted {
    background: #f7f4ee;
}

body.past-samman-impact-page-shell .ybs-laureates-layout,
body.past-samman-impact-page-shell .ybs-laureates-block-reverse .ybs-laureates-layout {
    display: grid;
    grid-template-columns: minmax(0, 573px) minmax(0, 543px);
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

body.past-samman-impact-page-shell .ybs-laureates-block-reverse .ybs-laureates-layout {
    grid-template-columns: minmax(0, 390px) minmax(0, 420px);
}

body.past-samman-impact-page-shell .ybs-laureates-layout::before,
body.past-samman-impact-page-shell .ybs-laureates-layout::after {
    display: none;
}

body.past-samman-impact-page-shell .ybs-laureates-copy,
body.past-samman-impact-page-shell .ybs-laureates-block-reverse .ybs-laureates-copy {
    display: block;
}

body.past-samman-impact-page-shell .ybs-laureates-copy-inner,
body.past-samman-impact-page-shell .ybs-laureates-block-reverse .ybs-laureates-copy-inner,
body.past-samman-impact-page-shell .ybs-laureates-block-one .ybs-laureates-copy-inner,
body.past-samman-impact-page-shell .ybs-laureates-block-three .ybs-laureates-copy-inner {
    max-width: 100%;
}

body.past-samman-impact-page-shell .ybs-laureates-label {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 16px;
    color: #c29260;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

/* body.past-samman-impact-page-shell .ybs-laureates-label::after {
    display: inline-block;
    width: 64px;
    height: 8px;
    margin: 0;
    background:
        linear-gradient(#c29260, #c29260) left center / 54px 1px no-repeat,
        radial-gradient(circle, #b57e49 0 3px, transparent 3.5px) right center / 6px 6px no-repeat;
} */

body.past-samman-impact-page-shell .ybs-laureates-title {
    margin: 0 0 16px;
    color: #9b6b37;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #b07a47 0%, #775127 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.past-samman-impact-page-shell .ybs-laureates-block-one .ybs-laureates-title {
    max-width: 490px;
    font-size: 44px;
}

body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-title {
    max-width: 386px;
    margin-bottom: 12px;
    font-size: 31px;
    line-height: 1.08;
    text-transform: none;
}

body.past-samman-impact-page-shell .ybs-laureates-block-three .ybs-laureates-title {
    max-width: 430px;
    margin-bottom: 26px;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-transform: none;
    color: #9d6632;
    background: linear-gradient(135deg, #b2773d 0%, #744922 88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.past-samman-impact-page-shell .ybs-laureates-block-four .ybs-laureates-title {
    max-width: 404px;
    margin-bottom: 16px;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: -0.03em;
    text-transform: none;
    color: #9d6732;
    background: linear-gradient(135deg, #b2783f 0%, #754a23 88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.past-samman-impact-page-shell .ybs-laureates-subtitle,
body.past-samman-impact-page-shell .ybs-laureates-description,
body.past-samman-impact-page-shell .ybs-laureates-body {
    margin: 0 0 24px;
    color: #9b8773;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.34;
    letter-spacing: -0.01em;
}

body.past-samman-impact-page-shell .ybs-laureates-block-one .ybs-laureates-description {
    max-width: 408px;
}

body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-subtitle {
    max-width: 390px;
    margin-bottom: 24px;
    color: #9c7a55;
    font-size: 15px;
    line-height: 1.34;
}

body.past-samman-impact-page-shell .ybs-laureates-block-two {
    padding: 50px 0 58px;
    background: #f6f2eb;
}

body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-layout {
    grid-template-columns: minmax(0, 463px) minmax(0, 606px);
    gap: 24px;
    align-items: center;
    padding-left: 110px;
}

body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-copy {
    justify-self: start;
    padding-left: 0px;
}

body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-copy-inner {
    max-width: 386px;
}

body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-label {
    gap: 14px;
    margin-bottom: 14px;
    color: #c2813d;
    font-size: 14px;
}

/* body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-label::after {
    width: 60px;
    background:
        linear-gradient(#bf803f, #bf803f) left center / 50px 1px no-repeat,
        radial-gradient(circle, #a9703a 0 2px, transparent 2.5px) right center / 5px 5px no-repeat;
} */

body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-btn {
    width: 187px;
    height: 39px;
    border-radius: 3px;
    background: linear-gradient(90deg, #ffbf7a 0%, #dba16b 100%);
    color: #332114;
    font-size: 15px;
    line-height: 39px;
}

body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-btn:hover {
    color: #332114;
}

body.past-samman-impact-page-shell .ybs-laureates-block-three {
    padding: 54px 0 64px;
    background: #ffffff;
}

body.past-samman-impact-page-shell .ybs-laureates-block-three .ybs-laureates-layout {
    grid-template-columns: minmax(0, 432px) minmax(0, 431px);
    gap: 56px;
    align-items: center;
    padding-left: 92px;
}

body.past-samman-impact-page-shell .ybs-laureates-block-three .ybs-laureates-copy {
    justify-self: start;
}

body.past-samman-impact-page-shell .ybs-laureates-block-three .ybs-laureates-copy-inner {
    max-width: 430px;
}

body.past-samman-impact-page-shell .ybs-laureates-block-three .ybs-laureates-label {
    gap: 14px;
    margin-bottom: 14px;
    color: #c07d39;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

/* body.past-samman-impact-page-shell .ybs-laureates-block-three .ybs-laureates-label::after {
    width: 62px;
    background:
        linear-gradient(#b97a40, #b97a40) left center / 52px 1px no-repeat,
        radial-gradient(circle, #a66d37 0 2px, transparent 2.5px) right center / 5px 5px no-repeat;
} */

body.past-samman-impact-page-shell .ybs-laureates-block-three .ybs-laureates-btn {
    width: 188px;
    height: 38px;
    padding: 0 20px;
    border-radius: 3px;
    background: linear-gradient(90deg, #ffbe7a 0%, #db9f67 100%);
    color: #2f1e10;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 38px;
    box-shadow: none;
}

body.past-samman-impact-page-shell .ybs-laureates-block-three .ybs-laureates-btn:hover {
    color: #2f1e10;
}

body.past-samman-impact-page-shell .ybs-laureates-block-four .ybs-laureates-subtitle {
    max-width: 432px;
    margin-bottom: 22px;
    color: #8f6b46;
    font-size: 19px;
    line-height: 1.38;
}

body.past-samman-impact-page-shell .ybs-laureates-block-four {
    padding: 48px 0 60px;
    background: #f6f2eb;
}

body.past-samman-impact-page-shell .ybs-laureates-block-four .ybs-laureates-layout {
    grid-template-columns: minmax(0, 466px) minmax(0, 539px);
    gap: 24px;
    align-items: center;
    padding-left: 76px;
}

body.past-samman-impact-page-shell .ybs-laureates-block-four .ybs-laureates-copy {
    justify-self: start;
    padding-left: 8px;
}

body.past-samman-impact-page-shell .ybs-laureates-block-four .ybs-laureates-copy-inner {
    max-width: 432px;
}

body.past-samman-impact-page-shell .ybs-laureates-block-four .ybs-laureates-label {
    gap: 14px;
    margin-bottom: 14px;
    color: #bf7e3b;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

/* body.past-samman-impact-page-shell .ybs-laureates-block-four .ybs-laureates-label::after {
    width: 60px;
    background:
        linear-gradient(#ba7a3f, #ba7a3f) left center / 50px 1px no-repeat,
        radial-gradient(circle, #a56c37 0 2px, transparent 2.5px) right center / 5px 5px no-repeat;
} */

body.past-samman-impact-page-shell .ybs-laureates-block-four .ybs-laureates-btn {
    width: 188px;
    height: 38px;
    padding: 0 20px;
    border-radius: 3px;
    background: linear-gradient(90deg, #ffbe79 0%, #dba068 100%);
    color: #2e1e10;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 38px;
    box-shadow: none;
}

body.past-samman-impact-page-shell .ybs-laureates-block-four .ybs-laureates-btn:hover {
    color: #2e1e10;
}

body.past-samman-impact-page-shell .ybs-laureates-btn {
    min-width: 0;
    width: 168px;
    height: 35px;
    padding: 0 18px;
    border-radius: 3px;
    background: linear-gradient(90deg, #f8c17c 0%, #cf9860 100%);
    color: #6b4b27;
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: none;
}

body.past-samman-impact-page-shell .ybs-laureates-btn:hover {
    color: #6b4b27;
    opacity: 0.92;
    transform: none;
}

body.past-samman-impact-page-shell .ybs-laureates-media {
    width: 100%;
    /* max-width: 390px; */
    height: 300px !important;
    justify-self: end;
    border-radius: 4px;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}

body.past-samman-impact-page-shell .ybs-laureates-block-reverse .ybs-laureates-media {
    justify-self: start;
}

body.past-samman-impact-page-shell .ybs-laureates-media::after {
    display: none;
}

body.past-samman-impact-page-shell .ybs-laureates-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.past-samman-impact-page-shell .ybs-laureates-media-first,
body.past-samman-impact-page-shell .ybs-laureates-media-second,
body.past-samman-impact-page-shell .ybs-laureates-media-third,
body.past-samman-impact-page-shell .ybs-laureates-media-fourth {
    height: 252px;
}

body.past-samman-impact-page-shell .ybs-laureates-media-second {
    max-width: 462px;
    height: 281px;
    border-radius: 4px;
}

body.past-samman-impact-page-shell .ybs-laureates-media-third {
    max-width: 431px;
    height: 283px;
    border-radius: 4px;
}

body.past-samman-impact-page-shell .ybs-laureates-media-fourth {
    max-width: 464px;
    height: 284px;
    border-radius: 4px;
}

body.past-samman-impact-page-shell .ybs-laureates-media-first img,
body.past-samman-impact-page-shell .ybs-laureates-media-second img,
body.past-samman-impact-page-shell .ybs-laureates-media-third img {
    object-position: center center;
    filter: none;
}

body.past-samman-impact-page-shell .ybs-laureates-media-second img {
    object-position: center 42%;
}

body.past-samman-impact-page-shell .ybs-laureates-media-third img {
    object-position: center 42%;
}

body.past-samman-impact-page-shell .ybs-laureates-media-fourth img {
    object-position: center 22%;
}

body.past-samman-impact-page-shell .main-footer {
    margin-top: 92px;
    padding: 72px 0 16px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    background: #fbf8f2;
    box-shadow: none;
}

body.past-samman-impact-page-shell .main-footer::before {
    left: -16px;
    bottom: -118px;
    width: 560px;
    height: 760px;
    opacity: 0.06;
}

body.past-samman-impact-page-shell .footer-content-wrapper {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    row-gap: 62px;
}

body.past-samman-impact-page-shell .footer-logo-section {
    left: 32px;
    top: -48px;
}

body.past-samman-impact-page-shell .footer-logo {
    width: 106px;
    padding: 10px;
    border-width: 1px;
    box-shadow: none;
}

body.past-samman-impact-page-shell .footer-nav-section {
    grid-column: 2;
    justify-content: center;
    padding: 26px 18px 0 0;
}

body.past-samman-impact-page-shell .footer-nav {
    justify-content: center;
    gap: 36px;
}

body.past-samman-impact-page-shell .footer-link {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 400;
}

body.past-samman-impact-page-shell .footer-social-section {
    grid-column: 2;
    justify-content: flex-end;
    gap: 14px;
    padding: 0 18px 0 0;
}

body.past-samman-impact-page-shell .social-text {
    margin-right: 8px;
    font-size: 15px;
    line-height: 1.2;
}

body.past-samman-impact-page-shell .social-icons {
    gap: 10px;
}

body.past-samman-impact-page-shell .social-icon {
    width: 29px;
    height: 29px;
    font-size: 13px;
}

body.past-samman-impact-page-shell .footer-divider {
    margin: 22px 0 8px;
}

body.past-samman-impact-page-shell .footer-copyright {
    padding: 8px 0 0;
}

body.past-samman-impact-page-shell .footer-copyright p {
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    body.past-samman-impact-page-shell .logo-container {
        top: auto;
    }

    body.past-samman-impact-page-shell .logo-img {
        height: 58px;
    }

    body.past-samman-impact-page-shell .header-line {
        height: 1px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-hero {
        min-height: 220px;
        padding: 58px 0 30px;
        background-position: center center;
    }

    body.past-samman-impact-page-shell .ybs-laureates-hero .gallery-title {
        font-size: 34px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-sections {
        padding-top: 26px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-block {
        padding: 42px 0 48px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-layout,
    body.past-samman-impact-page-shell .ybs-laureates-block-reverse .ybs-laureates-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-copy,
    body.past-samman-impact-page-shell .ybs-laureates-media,
    body.past-samman-impact-page-shell .ybs-laureates-block-reverse .ybs-laureates-media {
        justify-self: stretch;
        max-width: none;
    }

    body.past-samman-impact-page-shell .ybs-laureates-media-first,
    body.past-samman-impact-page-shell .ybs-laureates-media-second,
    body.past-samman-impact-page-shell .ybs-laureates-media-third,
    body.past-samman-impact-page-shell .ybs-laureates-media-fourth {
        height: 330px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-block-one .ybs-laureates-title,
    body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-title,
    body.past-samman-impact-page-shell .ybs-laureates-block-three .ybs-laureates-title,
    body.past-samman-impact-page-shell .ybs-laureates-block-four .ybs-laureates-title {
        max-width: none;
        font-size: 34px;
    }

    body.past-samman-impact-page-shell .main-footer {
        margin-top: 60px;
        padding-top: 44px;
    }

    body.past-samman-impact-page-shell .footer-content-wrapper {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    body.past-samman-impact-page-shell .footer-logo-section {
        position: static;
    }

    body.past-samman-impact-page-shell .footer-nav-section,
    body.past-samman-impact-page-shell .footer-social-section {
        grid-column: auto;
        justify-content: center;
        padding-right: 0;
    }

    body.past-samman-impact-page-shell .footer-social-section {
        flex-wrap: wrap;
    }
}

@media (max-width: 575.98px) {
    body.past-samman-impact-page-shell .ybs-laureates-hero {
        min-height: 184px;
        padding: 42px 0 22px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-hero .gallery-title {
        font-size: 28px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-block {
        padding: 34px 0 40px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-label {
        font-size: 12px;
        gap: 10px;
    }

    /* body.past-samman-impact-page-shell .ybs-laureates-label::after {
        width: 48px;
        background:
            linear-gradient(#c29260, #c29260) left center / 38px 1px no-repeat,
            radial-gradient(circle, #b57e49 0 3px, transparent 3.5px) right center / 6px 6px no-repeat;
    } */

    body.past-samman-impact-page-shell .ybs-laureates-block-one .ybs-laureates-title,
    body.past-samman-impact-page-shell .ybs-laureates-block-two .ybs-laureates-title,
    body.past-samman-impact-page-shell .ybs-laureates-block-three .ybs-laureates-title,
    body.past-samman-impact-page-shell .ybs-laureates-block-four .ybs-laureates-title {
        font-size: 28px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-subtitle,
    body.past-samman-impact-page-shell .ybs-laureates-description,
    body.past-samman-impact-page-shell .ybs-laureates-body {
        font-size: 15px;
        line-height: 1.42;
    }

    body.past-samman-impact-page-shell .ybs-laureates-media-first,
    body.past-samman-impact-page-shell .ybs-laureates-media-second,
    body.past-samman-impact-page-shell .ybs-laureates-media-third,
    body.past-samman-impact-page-shell .ybs-laureates-media-fourth {
        height: 220px;
    }

    body.past-samman-impact-page-shell .ybs-laureates-btn {
        width: 156px;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
    }

    body.past-samman-impact-page-shell .footer-nav {
        gap: 16px;
    }

    body.past-samman-impact-page-shell .footer-link {
        font-size: 13px;
    }

body.past-samman-impact-page-shell .social-text {
        text-align: center;
        white-space: normal;
    }
}

/* =============================================
   CONTACT PAGE SCREENSHOT MATCH
   ============================================= */
body.contact-page-shell .contact-section {
    padding: 54px 0 72px;
    background: #fff;
}

body.contact-page-shell .contact-section .container {
    max-width: 1390px;
}

body.contact-page-shell .contact-layout-row {
    --bs-gutter-x: 54px;
    --bs-gutter-y: 28px;
    align-items: stretch;
}

body.contact-page-shell .map-container {
    min-height: 452px;
    border: none;
    border-radius: 0;
    background: #ece6dd;
    box-shadow: none;
}

body.contact-page-shell .map-container iframe {
    min-height: 452px;
    height: 100%;
    filter: none;
}

body.contact-page-shell .contact-form-wrapper {
    height: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.contact-page-shell .contact-form-label {
    margin: 0 0 12px;
    color: #a37948;
    font-family: 'Neue Montreal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

body.contact-page-shell .contact-form-label::before,
body.contact-page-shell .contact-form-label::after {
    display: none;
}

body.contact-page-shell .contact-form-title {
    margin: 0 0 28px;
    max-width: 540px;
    font-family: 'Neue Montreal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
    background: linear-gradient(90deg, #A37948 0%, #3D2D1B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

body.contact-page-shell .contact-feedback-alert {
    padding: 12px 16px;
    border-radius: 0;
    font-size: 14px;
}

body.contact-page-shell .contact-form {
    margin-top: 8px;
}

body.contact-page-shell .contact-form .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 8px;
}

body.contact-page-shell .contact-field-label {
    display: block;
    margin: 0 0 8px;
    color: #1f1a15;
    font-family: 'Neue Montreal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400;
}

body.contact-page-shell .contact-form .form-control {
    min-height: 44px;
    padding: 0 0 10px;
    border: none;
    border-bottom: 1px solid #7f5e3c;
    border-radius: 0;
    background: transparent;
    color: #2e2419;
    font-family: 'Neue Montreal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

body.contact-page-shell .contact-form textarea.form-control {
    min-height: 124px;
    padding-top: 0;
    resize: vertical;
}

body.contact-page-shell .contact-form .form-control:focus {
    border-color: #a56f38;
    box-shadow: none;
    background: transparent;
}

body.contact-page-shell .contact-form .form-control.is-invalid {
    border-color: #dc3545;
    background-image: none;
    box-shadow: none;
}

body.contact-page-shell .contact-form .invalid-feedback {
    display: block;
    margin-top: 8px;
    font-size: 13px;
}

body.contact-page-shell .submit-btn {
    display: flex;
    width: 100%;
    min-height: 40px;
    margin-top: 18px;
    border: none;
    border-radius: 2px;
    background: linear-gradient(90deg, #f2bc7d 0%, #a87746 100%);
    color: #1f140b;
    font-family: 'Neue Montreal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
}

body.contact-page-shell .submit-btn:hover {
    color: #1f140b;
    filter: brightness(0.98);
    transform: none;
}

@media (max-width: 991.98px) {
    body.contact-page-shell .contact-layout-row {
        --bs-gutter-x: 28px;
    }

    body.contact-page-shell .contact-form-title {
        max-width: none;
        font-size: 26px;
    }

    body.contact-page-shell .contact-form-wrapper {
        padding-top: 4px;
    }
}

@media (max-width: 575.98px) {
    body.contact-page-shell .contact-section {
        padding: 42px 0 56px;
    }

    body.contact-page-shell .map-container,
    body.contact-page-shell .map-container iframe {
        min-height: 340px;
    }

    body.contact-page-shell .contact-form-title {
        margin-bottom: 26px;
        font-size: 22px;
        line-height: 1.4;
    }

    body.contact-page-shell .contact-form .row {
        --bs-gutter-x: 0;
    }

    body.contact-page-shell .submit-btn {
        min-height: 46px;
        font-size: 16px;
    }
}

/* =============================================
   YBS 2024 HERO MATCH
   ============================================= */
body.ybs-2024-page-shell {
    background: #ffffff;
}

body.ybs-2024-page-shell .main-header {
    background: #ffffff;
    padding-top: 10px;
    box-shadow: none;
}

body.ybs-2024-page-shell .main-header .container,
body.ybs-2024-page-shell .ybs-2024-hero .container,
body.ybs-2024-page-shell .ybs-2025-intro-section .container,
body.ybs-2024-page-shell .ybs-2025-story-section .container,
body.ybs-2024-page-shell .main-footer .container {
    width: min(1200px, calc(100% - 32px));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

body.ybs-2024-page-shell .logo-container {
    top: 7px;
    padding: 8px 10px 7px;
    border: 1px solid #ddc2a3;
    background: #ffffff;
    box-shadow: 0 10px 18px rgba(116, 79, 42, 0.06);
}

body.ybs-2024-page-shell .logo-img {
    height: 94px;
}

body.ybs-2024-page-shell .header-nav-shell {
    gap: 24px;
    padding-top: 6px;
    padding-bottom: 12px;
}

body.ybs-2024-page-shell .navigation-links {
    gap: 26px;
}

body.ybs-2024-page-shell .navigation-links .nav-link {
    color: #5d5952 !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

body.ybs-2024-page-shell .register-btn {
    padding: 8px 15px;
    border: 1px solid #d6b08a;
    border-radius: 0;
    background: #ffffff;
    color: #b07a45;
    font-size: 13px;
    font-weight: 400;
    box-shadow: none;
}

body.ybs-2024-page-shell .register-btn:hover {
    background: rgba(214, 176, 138, 0.12);
    color: #b07a45;
}

body.ybs-2024-page-shell .header-line {
    height: 3px;
    background: #b07a49;
}

body.ybs-2024-page-shell .ybs-2024-hero {
    position: relative;
    min-height: 170px;
    padding: 112px 0 70px;
    background-color: #f7f1e9;
    background: url('../img/ybs-laureates-hero-bg-2.png') no-repeat center 18% / 100% auto;
    overflow: hidden;
}

body.ybs-2024-page-shell .ybs-2024-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(241, 239, 236, 0.86) 0%, rgba(241, 239, 236, 0.3) 20%, rgba(241, 239, 236, 0.3) 80%, rgba(241, 239, 236, 0.86) 100%),
        linear-gradient(180deg, rgba(251, 249, 246, 0.58) 0%, rgba(239, 236, 232, 0.2) 46%, rgba(250, 248, 245, 0.68) 100%);
    -webkit-backdrop-filter: grayscale(1) brightness(1.03);
    backdrop-filter: grayscale(1) brightness(1.03);
}

body.ybs-2024-page-shell .ybs-2024-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 36px;
}

body.ybs-2024-page-shell .ybs-2024-hero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

body.ybs-2024-page-shell .ybs-2024-hero-title {
    margin: 0;
    max-width: 774px;
    color: #9c6b35;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.05;
    background: linear-gradient(90deg, #bf823f 0%, #7c532d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.ybs-2024-page-shell .ybs-2024-hero-subtitle {
    margin: 2px 0 0;
    color: #22160d;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.18;
}

/* =============================================
   PAST IMPACT 2023 UNIQUE LAYOUT
   ============================================= */
body.past-samman-impact-page-shell {
    background: #ffffff;
}

body.past-samman-impact-page-shell .main-header {
    background: #ffffff;
    padding-top: 10px;
    box-shadow: none;
}

body.past-samman-impact-page-shell .main-header .container,
body.past-samman-impact-page-shell .past-impact-hero .container,
body.past-samman-impact-page-shell .past-impact-stories .container,
body.past-samman-impact-page-shell .main-footer .container {
    width: min(1200px, calc(100% - 32px));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

body.past-samman-impact-page-shell .logo-container {
    top: 7px;
    padding: 8px 10px 7px;
    border: 1px solid #ddc2a3;
    background: #ffffff;
    box-shadow: 0 10px 18px rgba(116, 79, 42, 0.06);
}

body.past-samman-impact-page-shell .logo-img {
    height: 94px;
}

body.past-samman-impact-page-shell .header-nav-shell {
    gap: 24px;
    padding-top: 6px;
    padding-bottom: 12px;
}

body.past-samman-impact-page-shell .navigation-links {
    gap: 26px;
}

body.past-samman-impact-page-shell .navigation-links .nav-link {
    color: #5d5952 !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

body.past-samman-impact-page-shell .register-btn {
    padding: 8px 15px;
    border: 1px solid #d6b08a;
    border-radius: 0;
    background: #ffffff;
    color: #b07a45;
    font-size: 13px;
    font-weight: 400;
    box-shadow: none;
}

body.past-samman-impact-page-shell .register-btn:hover {
    background: rgba(214, 176, 138, 0.12);
    color: #b07a45;
}

body.past-samman-impact-page-shell .header-line {
    height: 3px;
    background: #b07a49;
}

body.past-samman-impact-page-shell .past-impact-page {
    background: #ffffff;
}

body.past-samman-impact-page-shell .past-impact-hero {
    position: relative;
    min-height: 186px;
    padding: 120px 0 100px;
    background-color: #f7f1e9;
    background: url('../img/ybs-laureates-hero-bg-2.png') no-repeat center 18% / 100% auto;
    overflow: hidden;
}

body.past-samman-impact-page-shell .past-impact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(241, 239, 236, 0.86) 0%, rgba(241, 239, 236, 0.3) 20%, rgba(241, 239, 236, 0.3) 80%, rgba(241, 239, 236, 0.86) 100%),
        linear-gradient(180deg, rgba(251, 249, 246, 0.58) 0%, rgba(239, 236, 232, 0.2) 46%, rgba(250, 248, 245, 0.68) 100%);
    -webkit-backdrop-filter: grayscale(1) brightness(1.03);
    backdrop-filter: grayscale(1) brightness(1.03);
}

body.past-samman-impact-page-shell .past-impact-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 36px;
    /* background: linear-gradient(180deg, rgba(248, 242, 234, 0) 0%, rgba(255, 255, 255, 0.9) 100%); */
}

body.past-samman-impact-page-shell .past-impact-hero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 78px;
    flex-direction: column;
    align-items: center;
}

body.past-samman-impact-page-shell .past-impact-hero-title {
    margin: 0;
    max-width: 774px;
    color: #9c6b35;
    font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.05;
    /* letter-spacing: -0.0em; */
    background: linear-gradient(90deg, #bf823f 0%, #7c532d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.past-samman-impact-page-shell .past-impact-stories {
    padding-top: 46px;
    background: #ffffff;
}

body.past-samman-impact-page-shell .past-impact-row {
    padding: 64px 0 72px;
    background: #ffffff;
}

body.past-samman-impact-page-shell .past-impact-row-muted {
    background: #f7f4ee;
}

body.past-samman-impact-page-shell .past-impact-grid {
    display: grid;
    grid-template-columns: minmax(0, 460px) minmax(0, 468px);
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

body.past-samman-impact-page-shell .past-impact-grid-reverse {
    grid-template-columns: minmax(0, 468px) minmax(0, 460px);
}

body.past-samman-impact-page-shell .past-impact-copy {
    max-width: 460px;
}

body.past-samman-impact-page-shell .past-impact-copy-compact {
    max-width: 440px;
}

body.past-samman-impact-page-shell .past-impact-copy-medium {
    max-width: 448px;
}

body.past-samman-impact-page-shell .past-impact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 20px;
    color: #c08f5d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}

body.past-samman-impact-page-shell .past-impact-eyebrow::after {
    content: "";
    display: inline-block;
    width: 66px;
    height: 8px;
    background:
        linear-gradient(#bf8f5b, #bf8f5b) left center / 56px 1px no-repeat,
        radial-gradient(circle, #b07a47 0 3px, transparent 3.5px) right center / 6px 6px no-repeat;
}

body.past-samman-impact-page-shell .past-impact-title {
    margin: 0 0 20px;
    color: #9c6a33;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.05em;
}

body.past-samman-impact-page-shell .past-impact-copy-search .past-impact-title {
    font-size: 54px;
}

body.past-samman-impact-page-shell .past-impact-support {
    margin: 0 0 24px;
    color: #98826c;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.38;
}

body.past-samman-impact-page-shell .past-impact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 35px;
    border-radius: 2px;
    background: linear-gradient(90deg, #f6c17d 0%, #cf9b63 100%);
    color: #654827;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

body.past-samman-impact-page-shell .past-impact-button:hover {
    color: #654827;
    opacity: 0.92;
}

body.past-samman-impact-page-shell .past-impact-media {
    justify-self: end;
    width: 100%;
    max-width: 468px;
    height: 286px;
    border-radius: 4px;
    overflow: hidden;
}

body.past-samman-impact-page-shell .past-impact-grid-reverse .past-impact-media {
    justify-self: start;
}

body.past-samman-impact-page-shell .past-impact-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.past-samman-impact-page-shell .past-impact-media-award img {
    object-position: center 36%;
}

body.past-samman-impact-page-shell .main-footer {
    margin-top: 74px;
    padding: 70px 0 16px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: #fbf8f2;
    box-shadow: none;
}

body.past-samman-impact-page-shell .main-footer::before {
    left: -8px;
    bottom: -136px;
    width: 560px;
    height: 760px;
    opacity: 0.06;
}

body.past-samman-impact-page-shell .footer-content-wrapper {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    row-gap: 58px;
}

body.past-samman-impact-page-shell .footer-logo-section {
    left: 28px;
    top: -46px;
}

body.past-samman-impact-page-shell .footer-logo {
    width: 106px;
    padding: 10px;
    border-width: 1px;
    box-shadow: none;
}

body.past-samman-impact-page-shell .footer-nav-section {
    grid-column: 2;
    justify-content: center;
    padding: 26px 14px 0 0;
}

body.past-samman-impact-page-shell .footer-nav {
    justify-content: center;
    gap: 34px;
}

body.past-samman-impact-page-shell .footer-link {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 400;
}

body.past-samman-impact-page-shell .footer-social-section {
    grid-column: 2;
    justify-content: flex-end;
    gap: 12px;
    padding: 0 14px 0 0;
}

body.past-samman-impact-page-shell .social-text {
    margin-right: 10px;
    font-size: 15px;
    line-height: 1.2;
}

body.past-samman-impact-page-shell .social-icon {
    width: 29px;
    height: 29px;
    font-size: 13px;
}

body.past-samman-impact-page-shell .footer-divider {
    margin: 22px 0 10px;
}

body.past-samman-impact-page-shell .footer-copyright {
    padding: 6px 0 0;
}

body.past-samman-impact-page-shell .footer-copyright p {
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    body.ybs-2024-page-shell .logo-img {
        height: 58px;
    }

    body.ybs-2024-page-shell .logo-container {
        top: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    body.ybs-2024-page-shell .header-line {
        height: 1px;
    }

    body.ybs-2024-page-shell .ybs-2024-hero {
        min-height: 200px;
        padding: 58px 24px 28px;
        background-position: center center;
    }

    body.ybs-2024-page-shell .ybs-2024-hero-title {
        max-width: 620px;
        font-size: 32px;
    }

    body.ybs-2024-page-shell .ybs-2024-hero-subtitle {
        font-size: 20px;
    }

    body.past-samman-impact-page-shell .logo-img {
        height: 58px;
    }

    body.past-samman-impact-page-shell .logo-container {
        top: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    body.past-samman-impact-page-shell .header-line {
        height: 1px;
    }

    body.past-samman-impact-page-shell .past-impact-hero {
        min-height: 200px;
        padding: 58px 0 28px;
        background-position: center center;
    }

    body.past-samman-impact-page-shell .past-impact-hero-title {
        max-width: 620px;
        font-size: 32px;
    }

    body.past-samman-impact-page-shell .past-impact-stories {
        padding-top: 26px;
    }

    body.past-samman-impact-page-shell .past-impact-row {
        padding: 40px 0 46px;
    }

    body.past-samman-impact-page-shell .past-impact-grid,
    body.past-samman-impact-page-shell .past-impact-grid-reverse {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    body.past-samman-impact-page-shell .past-impact-copy,
    body.past-samman-impact-page-shell .past-impact-copy-compact,
    body.past-samman-impact-page-shell .past-impact-copy-medium,
    body.past-samman-impact-page-shell .past-impact-media,
    body.past-samman-impact-page-shell .past-impact-grid-reverse .past-impact-media {
        max-width: none;
        justify-self: stretch;
    }

    body.past-samman-impact-page-shell .past-impact-media {
        height: 320px;
    }

    body.past-samman-impact-page-shell .past-impact-title,
    body.past-samman-impact-page-shell .past-impact-copy-search .past-impact-title {
        font-size: 38px;
    }

    body.past-samman-impact-page-shell .past-impact-support {
        font-size: 17px;
    }

    body.past-samman-impact-page-shell .footer-content-wrapper {
        grid-template-columns: 1fr;
        row-gap: 22px;
    }

    body.past-samman-impact-page-shell .footer-logo-section {
        position: static;
    }

    body.past-samman-impact-page-shell .footer-nav-section,
    body.past-samman-impact-page-shell .footer-social-section {
        grid-column: auto;
        justify-content: center;
        padding-right: 0;
    }
}

@media (max-width: 575.98px) {
    body.ybs-2024-page-shell .ybs-2024-hero {
        min-height: 164px;
        padding: 40px 16px 18px;
        background-size: cover;
    }

    body.ybs-2024-page-shell .ybs-2024-hero-title {
        font-size: 24px;
    }

    body.ybs-2024-page-shell .ybs-2024-hero-subtitle {
        font-size: 18px;
    }

    body.past-samman-impact-page-shell .past-impact-hero {
        min-height: 164px;
        padding: 40px 0 18px;
    }

    body.past-samman-impact-page-shell .past-impact-hero-title {
        font-size: 24px;
    }

    body.past-samman-impact-page-shell .past-impact-row {
        padding: 30px 0 34px;
    }

    body.past-samman-impact-page-shell .past-impact-eyebrow {
        gap: 10px;
        font-size: 12px;
        white-space: normal;
    }

    body.past-samman-impact-page-shell .past-impact-eyebrow::after {
        width: 48px;
        background:
            linear-gradient(#bf8f5b, #bf8f5b) left center / 38px 1px no-repeat,
            radial-gradient(circle, #b07a47 0 3px, transparent 3.5px) right center / 6px 6px no-repeat;
    }

    body.past-samman-impact-page-shell .past-impact-title,
    body.past-samman-impact-page-shell .past-impact-copy-search .past-impact-title {
        font-size: 30px;
    }

    body.past-samman-impact-page-shell .past-impact-support {
        font-size: 16px;
    }

    body.past-samman-impact-page-shell .past-impact-media {
        height: 226px;
    }

    body.past-samman-impact-page-shell .footer-nav {
        gap: 16px;
    }

    body.past-samman-impact-page-shell .footer-link {
        font-size: 13px;
    }

    body.past-samman-impact-page-shell .social-text {
        text-align: center;
        white-space: normal;
    }
}

/* =============================================
   CATEGORY PAGES
   ============================================= */
.ethical-governance-page {
    background: #ffffff;
}

.ethical-governance-title {
    margin: 22px 0 14px;
    color: #9b6d3d;
    font-size: clamp(34px, 4.4vw, 58px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.ethical-governance-quote,
.ethical-governance-author {
    margin: 0;
    color: #332f2a;
    font-size: clamp(18px, 2vw, 19px);
    line-height: 1.28;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.ethical-governance-author {
    margin-top: 4px;
}

.ethical-governance-about {
    padding: 76px 0 54px;
    background: #fff;
}

.ethical-governance-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 485px);
    gap: 66px;
    align-items: center;
    max-width: 1060px;
    margin: 0 auto;
}

.ethical-governance-label {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 16px;
    color: #b38454;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}

.ethical-governance-label::after {
    content: "";
    width: 122px;
    height: 8px;
    /* background:
        radial-gradient(circle at calc(100% - 3.5px) 50%, #a77a46 3.5px, transparent 4px),
        linear-gradient(#d3b18b, #d3b18b) 0 50% / calc(100% - 10px) 1px no-repeat; */
}

.ethical-governance-label img {
    width: 50px;
    height: auto;
}

.ethical-governance-heading {
    margin: 0 0 16px;
    color: #9f7140;
    font-size: clamp(36px, 4vw, 55px);
    line-height: 1.04;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.ethical-governance-text {
    max-width: 610px;
    margin: 0;
    color: #987a59;
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.ethical-governance-media-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(111, 83, 51, 0.12);
}

.ethical-governance-media-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ethical-governance-badge {
    position: absolute;
    right: 18px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 249, 242, 0.96);
    color: #b07c45;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    box-shadow: 0 10px 24px rgba(92, 66, 38, 0.12);
    z-index: 2;
}

.ethical-governance-pillars {
    padding: 68px 0 80px;
    background: #fff;
}

.ethical-governance-pillars-shell {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    align-items: center;
    gap: 26px;
    max-width: 1220px;
    margin: 0 auto;
}

.ethical-governance-pillars-arrow {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #cbb194;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 10px 22px rgba(117, 88, 58, 0.12);
}

.ethical-governance-pillars-viewport {
    overflow: hidden;
}

.ethical-governance-pillars-track {
    display: flex;
    gap: 22px;
    will-change: transform;
}

.ethical-governance-pillar {
    position: relative;
    flex: 0 0 calc((100% - 44px) / 3);
    min-width: 0;
    padding: 0 26px;
    text-align: center;
}

.ethical-governance-pillar::after {
    content: "";
    position: absolute;
    top: 92px;
    right: 0;
    height: 74px;
    width: 1px;
    background: #efe1d1;
}

.ethical-governance-pillar:last-child::after {
    display: none;
}

.ethical-governance-pillar-title {
    margin: 0;
    color: #b18453;
    font-size: clamp(28px, 2.8vw, 30px);
    line-height: 0.24;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.ethical-governance-pillar-divider {
    display: block;
    width: 100%;
    max-width: 272px;
    height: 10px;
    margin: 16px auto;
    background: url('../img/both-side-arrow.png') no-repeat center / contain;
}

.ethical-governance-pillar-text {
    margin: 0 auto;
    max-width: 320px;
    color: #a28565;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.ethical-governance-quote-section {
    padding: 16px 0 78px;
    background: #fff;
}

.ethical-governance-quote-heading {
    margin: 0 0 38px;
    color: #9c6e3d;
    font-size: clamp(36px, 4vw, 45px);
    line-height: 1.14;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.ethical-governance-quote-card {
    position: relative;
    padding: 56px 46px 42px;
    border: 1px solid #dcc7ab;
    border-radius: 26px;
    background: linear-gradient(180deg, #fefdf9 0%, #faf6ef 100%);
    overflow: hidden;
}

.ethical-governance-quote-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 252, 248, 0.1) 0%, rgba(255, 252, 248, 0.1) 44%, rgba(255, 252, 248, 0.1) 100%),
        url('../img/right-arrow.png') right -18px bottom -14px / 520px auto no-repeat;
    opacity: 0.34;
    pointer-events: none;
}

.ethical-governance-quote-copy,
.ethical-governance-quote-credit {
    position: relative;
    z-index: 1;
}

.ethical-governance-quote-copy {
    margin: 0 auto;
    color: #76532d;
    font-size: 25px;
    line-height: 1.45;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.04em;
}

.ethical-governance-quote-credit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 28px 0 0;
    color: #b38454;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}



.ethical-governance-reflection-section {
    padding: 0 0 86px;
    background: #fff;
}

.ethical-governance-reflection-copy {
    margin-bottom: 42px;
}

.ethical-governance-reflection-copy p {
    margin: 0 0 6px;
    color: #a08261;
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.ethical-governance-reflection-copy p:last-child {
    margin-bottom: 0;
}

.ethical-governance-slider-section {
    padding: 92px 0;
    background: #f7f2ea;
}

.ethical-governance-slider-shell {
    position: relative;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 44px;
}

@media (max-width: 991px) {
    .ethical-governance-slider-shell {
        padding: 0 20px;
    }
}

.healthcare-story-viewport {
    overflow: hidden;
}

.healthcare-story-track {
    display: flex;
    transition: transform 0.55s ease;
    will-change: transform;
}

.healthcare-story-slide {
    flex: 0 0 100%;
}

@media (max-width: 991px) {
    .healthcare-story-viewport {
        overflow-x: hidden;
    }
    
    .healthcare-story-slide {
        flex: 0 0 100%;
    }
}

.healthcare-story-quote {
    font-style: italic;
}

.ethical-governance-slider-card {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 450px);
    gap: 36px;
    align-items: center;
    padding: 16px 32px 18px;
    border: 1px solid #dcc7ac;
    border-radius: 26px;
    background: #fffdfa;
}

.ethical-governance-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #ccb092;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 2;
}

.ethical-governance-slider-arrow-left {
    left: 0;
}

.ethical-governance-slider-arrow-right {
    right: 0;
}

.ethical-governance-slider-copy {
    padding: 12px 0 8px;
}

.ethical-governance-slider-label {
    display: inline-block;
    margin: 0 0 10px;
    /* padding-bottom: 10px; */
    color: #8f6841;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}

.ethical-governance-slider-label::before {
    display: none;
}

.ethical-governance-slider-label img {
    width: 50%;
    height: auto;
    margin-right: 10px;
    display: block;
    /* margin-bottom: 8px; */
    transform: translateY(-70px);
}

.ethical-governance-slider-title {
    margin: 0 0 18px;
    color: #9c6f3d;
    font-size: clamp(34px, 3.4vw, 52px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.05em;
}

.ethical-governance-slider-text {
    max-width: 620px;
    margin: 0 0 28px;
    color: #9b8061;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.ethical-governance-slider-quote {
    margin: 0 0 10px;
    color: #b09a82;
    font-size: 18px;
    line-height: 1.45;
    font-style: italic;
}

.ethical-governance-slider-credit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #b18453;
    font-size: 12px;
    line-height: 1;
}



.ethical-governance-slider-media {
    min-height: 400px;
    border-radius: 16px;
    overflow: hidden;
}

.ethical-governance-slider-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.transforming-fields-section {
    padding: 0 0 86px;
    background: #fff;
}

.transforming-fields-section .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.transforming-fields-shell {
    overflow: hidden;
    padding: 28px 32px 34px;
    background:
        linear-gradient(180deg, rgba(63, 44, 19, 0.28) 0%, rgba(63, 44, 19, 0.42) 100%),
        url("../img/preferces-bg.png") center center / cover no-repeat;
}

.transforming-fields-slider {
    position: relative;
    min-height: 236px;
}

.transforming-fields-viewport {
    width: min(73%, 1180px);
    margin-left: auto;
    overflow: hidden;
}

.transforming-fields-track {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    will-change: transform;
}

.transforming-field-card {
    flex: 0 0 calc((100% - 24px) / 3);
    height: 320px;
    padding: 18px 22px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(48, 31, 14, 0.08);
    display: flex;
    flex-direction: column;
}

.transforming-field-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #b88a55;
    color: #fff;
    font-size: 18px;
}

.transforming-field-title {
    margin: 14px 0 8px;
    color: #7d5630;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.transforming-field-list {
    margin: 0;
    padding-left: 18px;
    color: #9b7e61;
    font-size: 14px;
    line-height: 1.45;
    flex: 1;
}

.transforming-field-list li + li {
    margin-top: 2px;
}

.transforming-field-card.is-collapsed .transforming-field-list {
    max-height: 80px;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

.transforming-field-card.is-expanded .transforming-field-list {
    max-height: none;
    overflow: auto;
    mask-image: none;
    -webkit-mask-image: none;
}

.transforming-field-read-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: #b88a55;
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: color 0.3s ease;
    text-transform: none;
    letter-spacing: normal;
}

.transforming-field-read-more:hover {
    color: #8b6338;
    background: none;
    transform: none;
}

.transforming-field-read-more i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.transforming-field-card.is-expanded .transforming-field-read-more i {
    transform: rotate(180deg);
}

.transforming-fields-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-top: 42px;
    margin-bottom: 32px;
}

.transforming-fields-heading {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3vw, 45px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.transforming-fields-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 136px;
    padding: 16px 20px;
    border-radius: 4px;
    background: #fff;
    color: #b07c47;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.transforming-fields-button:hover {
    background: #f7efe4;
    color: #9a6a39;
}

.transforming-why-section {
    padding: 48px 0 86px;
    background: #fff;
}

.transforming-why-heading {
    margin: 0 0 22px;
    color: #9c6f3d;
    font-size: clamp(34px, 3.4vw, 40px);
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.transforming-why-copy p {
    margin: 0 0 22px;
    color: #a08261;
    font-size: 19px;
    line-height: 1.52;
    letter-spacing: -0.02em;
}

.transforming-why-copy p:last-child {
    margin-bottom: 0;
}

.healthcare-preference-section .transforming-fields-shell {
    background:
        linear-gradient(180deg, rgba(63, 44, 19, 0.28) 0%, rgba(63, 44, 19, 0.42) 100%),
        url("../img/bg-health.png") center center / cover no-repeat;
}

.healthcare-why-section {
    padding: 44px 0 72px;
    background: #fff;
}

.healthcare-why-section .container {
    max-width: 1240px;
}

.healthcare-why-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 508px);
    gap: 42px;
    align-items: start;
    margin-bottom: 34px;
}

.healthcare-why-intro {
    max-width: 560px;
}

.healthcare-why-heading {
    max-width: 520px;
    margin: 0 0 16px;
    color: #9c6f3d;
    font-size: clamp(30px, 2.9vw, 38px);
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.healthcare-why-intro-copy,
.healthcare-why-copy p {
    max-width: 560px;
    margin: 0 0 18px;
    color: #a08261;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.healthcare-why-intro-copy {
    margin-bottom: 0;
}

.healthcare-why-copy {
    max-width: 1120px;
}

.healthcare-why-copy p {
    max-width: none;
}

.healthcare-why-copy p:last-child {
    margin-bottom: 0;
}

.healthcare-why-media {
    position: sticky;
    top: 18px;
}

.healthcare-why-image {
    display: block;
    width: 100%;
    border-radius: 4px;
    max-width: 508px;
    margin-left: auto;
    object-fit: cover;
}

/* =============================================
   FINAL FOOTER OVERRIDE FOR ALL PAGE SHELLS
   ============================================= */
body.home-page-shell .main-footer,
body.about-page-shell .main-footer,
body.news-page-shell .main-footer,
body.news-detail-page-shell .main-footer,
body.gallery-page-shell .main-footer,
body.gallery-detail-page-shell .main-footer,
body.contact-page-shell .main-footer,
body.past-samman-impact-page-shell .main-footer,
body.ybs-2024-page-shell .main-footer,
body.nomination-process-page-shell .main-footer,
body.nomination-register-page-shell .main-footer,
body.ethical-governance-page-shell .main-footer {
    margin-top: 0;
    padding: 68px 0 0;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background: #fbf8f2;
}

body.home-page-shell .main-footer::before,
body.about-page-shell .main-footer::before,
body.news-page-shell .main-footer::before,
body.news-detail-page-shell .main-footer::before,
body.gallery-page-shell .main-footer::before,
body.gallery-detail-page-shell .main-footer::before,
body.contact-page-shell .main-footer::before,
body.past-samman-impact-page-shell .main-footer::before,
body.ybs-2024-page-shell .main-footer::before,
body.nomination-process-page-shell .main-footer::before,
body.nomination-register-page-shell .main-footer::before,
body.ethical-governance-page-shell .main-footer::before {
    left: -45px;
    bottom: -2px;
    width: 608px;
    height: 270px;
    background: url('../img/YBS-EmailSign 1.png') no-repeat left bottom;
    background-size: 100% 100%;
    opacity: 0.14;
}

body.home-page-shell .main-footer .container,
body.about-page-shell .main-footer .container,
body.news-page-shell .main-footer .container,
body.news-detail-page-shell .main-footer .container,
body.gallery-page-shell .main-footer .container,
body.gallery-detail-page-shell .main-footer .container,
body.contact-page-shell .main-footer .container,
body.past-samman-impact-page-shell .main-footer .container,
body.ybs-2024-page-shell .main-footer .container,
body.nomination-process-page-shell .main-footer .container,
body.nomination-register-page-shell .main-footer .container,
body.ethical-governance-page-shell .main-footer .container {
    width: min(1200px, calc(100% - 24px));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

body.home-page-shell .footer-main,
body.about-page-shell .footer-main,
body.news-page-shell .footer-main,
body.news-detail-page-shell .footer-main,
body.gallery-page-shell .footer-main,
body.gallery-detail-page-shell .footer-main,
body.contact-page-shell .footer-main,
body.past-samman-impact-page-shell .footer-main,
body.ybs-2024-page-shell .footer-main,
body.nomination-process-page-shell .footer-main,
body.nomination-register-page-shell .footer-main,
body.ethical-governance-page-shell .footer-main {
    position: relative;
    min-height: 114px;
    padding: 0 32px;
}

body.home-page-shell .footer-logo,
body.about-page-shell .footer-logo,
body.news-page-shell .footer-logo,
body.news-detail-page-shell .footer-logo,
body.gallery-page-shell .footer-logo,
body.gallery-detail-page-shell .footer-logo,
body.contact-page-shell .footer-logo,
body.past-samman-impact-page-shell .footer-logo,
body.ybs-2024-page-shell .footer-logo,
body.nomination-process-page-shell .footer-logo,
body.nomination-register-page-shell .footer-logo,
body.ethical-governance-page-shell .footer-logo {
    position: absolute;
    left: 32px;
    top: -104px;
    width: 112px;
    margin: 0;
    background: transparent;
}

body.home-page-shell .footer-nav,
body.about-page-shell .footer-nav,
body.news-page-shell .footer-nav,
body.news-detail-page-shell .footer-nav,
body.gallery-page-shell .footer-nav,
body.gallery-detail-page-shell .footer-nav,
body.contact-page-shell .footer-nav,
body.past-samman-impact-page-shell .footer-nav,
body.ybs-2024-page-shell .footer-nav,
body.nomination-process-page-shell .footer-nav,
body.nomination-register-page-shell .footer-nav,
body.ethical-governance-page-shell .footer-nav {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 4px;
    padding-left: 176px;
    padding-right: 0;
    margin-left: 0;
}

body.home-page-shell .footer-social-row,
body.about-page-shell .footer-social-row,
body.news-page-shell .footer-social-row,
body.news-detail-page-shell .footer-social-row,
body.gallery-page-shell .footer-social-row,
body.gallery-detail-page-shell .footer-social-row,
body.contact-page-shell .footer-social-row,
body.past-samman-impact-page-shell .footer-social-row,
body.ybs-2024-page-shell .footer-social-row,
body.nomination-process-page-shell .footer-social-row,
body.nomination-register-page-shell .footer-social-row,
body.ethical-governance-page-shell .footer-social-row,
body.board-page-shell .footer-social-row,
body.jury-page-shell .footer-social-row,
body.ybs-2025-page-shell .footer-social-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-top: 20px;
    padding: 0;
    flex-wrap: wrap;
}

body.home-page-shell .social-text,
body.about-page-shell .social-text,
body.news-page-shell .social-text,
body.news-detail-page-shell .social-text,
body.gallery-page-shell .social-text,
body.gallery-detail-page-shell .social-text,
body.contact-page-shell .social-text,
body.past-samman-impact-page-shell .social-text,
body.ybs-2024-page-shell .social-text,
body.nomination-process-page-shell .social-text,
body.nomination-register-page-shell .social-text,
body.ethical-governance-page-shell .social-text,
body.board-page-shell .social-text,
body.jury-page-shell .social-text,
body.ybs-2025-page-shell .social-text {
    margin-right: 12px;
    font-size: 15px;
    line-height: 20px;
    white-space: normal;
    flex: 1 1 auto;
}

body.home-page-shell .footer-copyright,
body.about-page-shell .footer-copyright,
body.news-page-shell .footer-copyright,
body.news-detail-page-shell .footer-copyright,
body.gallery-page-shell .footer-copyright,
body.gallery-detail-page-shell .footer-copyright,
body.contact-page-shell .footer-copyright,
body.past-samman-impact-page-shell .footer-copyright,
body.ybs-2024-page-shell .footer-copyright,
body.nomination-process-page-shell .footer-copyright,
body.nomination-register-page-shell .footer-copyright,
body.ethical-governance-page-shell .footer-copyright {
    margin-top: 16px;
    padding: 11px 0 14px;
    border-top: 1px solid rgba(78, 56, 30, 0.18);
    text-align: center;
}

body.home-page-shell .footer-copyright p,
body.about-page-shell .footer-copyright p,
body.news-page-shell .footer-copyright p,
body.news-detail-page-shell .footer-copyright p,
body.gallery-page-shell .footer-copyright p,
body.gallery-detail-page-shell .footer-copyright p,
body.contact-page-shell .footer-copyright p,
body.past-samman-impact-page-shell .footer-copyright p,
body.ybs-2024-page-shell .footer-copyright p,
body.nomination-process-page-shell .footer-copyright p,
body.nomination-register-page-shell .footer-copyright p,
body.ethical-governance-page-shell .footer-copyright p {
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 767.98px) {
    body.home-page-shell .main-footer,
    body.about-page-shell .main-footer,
    body.news-page-shell .main-footer,
    body.news-detail-page-shell .main-footer,
    body.gallery-page-shell .main-footer,
    body.gallery-detail-page-shell .main-footer,
    body.contact-page-shell .main-footer,
    body.past-samman-impact-page-shell .main-footer,
    body.ybs-2024-page-shell .main-footer,
    body.nomination-process-page-shell .main-footer,
    body.nomination-register-page-shell .main-footer,
    body.ethical-governance-page-shell .main-footer {
        padding: 34px 0 18px;
    }

    body.home-page-shell .main-footer .container,
    body.about-page-shell .main-footer .container,
    body.news-page-shell .main-footer .container,
    body.news-detail-page-shell .main-footer .container,
    body.gallery-page-shell .main-footer .container,
    body.gallery-detail-page-shell .main-footer .container,
    body.contact-page-shell .main-footer .container,
    body.past-samman-impact-page-shell .main-footer .container,
    body.ybs-2024-page-shell .main-footer .container,
    body.nomination-process-page-shell .main-footer .container,
    body.nomination-register-page-shell .main-footer .container,
    body.ethical-governance-page-shell .main-footer .container {
        width: calc(100% - 20px);
    }

    body.home-page-shell .footer-main,
    body.about-page-shell .footer-main,
    body.news-page-shell .footer-main,
    body.news-detail-page-shell .footer-main,
    body.gallery-page-shell .footer-main,
    body.gallery-detail-page-shell .footer-main,
    body.contact-page-shell .footer-main,
    body.past-samman-impact-page-shell .footer-main,
    body.ybs-2024-page-shell .footer-main,
    body.nomination-process-page-shell .footer-main,
    body.nomination-register-page-shell .footer-main,
    body.ethical-governance-page-shell .footer-main {
        min-height: auto;
        padding: 0 12px;
    }

    body.home-page-shell .footer-logo,
    body.about-page-shell .footer-logo,
    body.news-page-shell .footer-logo,
    body.news-detail-page-shell .footer-logo,
    body.gallery-page-shell .footer-logo,
    body.gallery-detail-page-shell .footer-logo,
    body.contact-page-shell .footer-logo,
    body.past-samman-impact-page-shell .footer-logo,
    body.ybs-2024-page-shell .footer-logo,
    body.nomination-process-page-shell .footer-logo,
    body.nomination-register-page-shell .footer-logo,
    body.ethical-governance-page-shell .footer-logo {
        position: static;
        width: 88px;
        margin: 0 auto 18px;
    }

    body.home-page-shell .footer-nav,
    body.about-page-shell .footer-nav,
    body.news-page-shell .footer-nav,
    body.news-detail-page-shell .footer-nav,
    body.gallery-page-shell .footer-nav,
    body.gallery-detail-page-shell .footer-nav,
    body.contact-page-shell .footer-nav,
    body.past-samman-impact-page-shell .footer-nav,
    body.ybs-2024-page-shell .footer-nav,
    body.nomination-process-page-shell .footer-nav,
    body.nomination-register-page-shell .footer-nav,
    body.ethical-governance-page-shell .footer-nav {
        justify-content: center;
        gap: 12px 16px;
        padding-top: 0;
        padding-left: 0;
        text-align: center;
    }

    body.home-page-shell .footer-social-row,
    body.about-page-shell .footer-social-row,
    body.news-page-shell .footer-social-row,
    body.news-detail-page-shell .footer-social-row,
    body.gallery-page-shell .footer-social-row,
    body.gallery-detail-page-shell .footer-social-row,
    body.contact-page-shell .footer-social-row,
    body.past-samman-impact-page-shell .footer-social-row,
    body.ybs-2024-page-shell .footer-social-row,
    body.nomination-process-page-shell .footer-social-row,
    body.nomination-register-page-shell .footer-social-row,
    body.ethical-governance-page-shell .footer-social-row,
    body.board-page-shell .footer-social-row,
    body.jury-page-shell .footer-social-row,
    body.ybs-2025-page-shell .footer-social-row {
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        margin: 16px auto 0;
        padding: 0 12px;
    }

    body.home-page-shell .social-text,
    body.about-page-shell .social-text,
    body.news-page-shell .social-text,
    body.news-detail-page-shell .social-text,
    body.gallery-page-shell .social-text,
    body.gallery-detail-page-shell .social-text,
    body.contact-page-shell .social-text,
    body.past-samman-impact-page-shell .social-text,
    body.ybs-2024-page-shell .social-text,
    body.nomination-process-page-shell .social-text,
    body.nomination-register-page-shell .social-text,
    body.ethical-governance-page-shell .social-text,
    body.board-page-shell .social-text,
    body.jury-page-shell .social-text,
    body.ybs-2025-page-shell .social-text {
        width: 100%;
        margin-right: 0;
        text-align: center;
        white-space: normal;
    }
}

@media (max-width: 575.98px) {
    body.home-page-shell .main-footer::before,
    body.about-page-shell .main-footer::before,
    body.news-page-shell .main-footer::before,
    body.news-detail-page-shell .main-footer::before,
    body.gallery-page-shell .main-footer::before,
    body.gallery-detail-page-shell .main-footer::before,
    body.contact-page-shell .main-footer::before,
    body.past-samman-impact-page-shell .main-footer::before,
    body.ybs-2024-page-shell .main-footer::before,
    body.nomination-process-page-shell .main-footer::before,
    body.nomination-register-page-shell .main-footer::before,
    body.ethical-governance-page-shell .main-footer::before {
        display: block;
        left: 50%;
        bottom: -18px;
        width: 360px;
        height: 170px;
        background: url('../img/YBS-EmailSign 1.png') no-repeat left bottom;
        background-size: 100% 100%;
        opacity: 0.22;
        transform: translateX(-50%);
    }

    body.home-page-shell .main-footer,
    body.about-page-shell .main-footer,
    body.news-page-shell .main-footer,
    body.news-detail-page-shell .main-footer,
    body.gallery-page-shell .main-footer,
    body.gallery-detail-page-shell .main-footer,
    body.contact-page-shell .main-footer,
    body.past-samman-impact-page-shell .main-footer,
    body.ybs-2024-page-shell .main-footer,
    body.nomination-process-page-shell .main-footer,
    body.nomination-register-page-shell .main-footer,
    body.ethical-governance-page-shell .main-footer {
        padding: 24px 0 14px;
    }

    body.home-page-shell .footer-main,
    body.about-page-shell .footer-main,
    body.news-page-shell .footer-main,
    body.news-detail-page-shell .footer-main,
    body.gallery-page-shell .footer-main,
    body.gallery-detail-page-shell .footer-main,
    body.contact-page-shell .footer-main,
    body.past-samman-impact-page-shell .footer-main,
    body.ybs-2024-page-shell .footer-main,
    body.nomination-process-page-shell .footer-main,
    body.nomination-register-page-shell .footer-main,
    body.ethical-governance-page-shell .footer-main {
        padding: 0 8px;
    }

    body.home-page-shell .footer-logo,
    body.about-page-shell .footer-logo,
    body.news-page-shell .footer-logo,
    body.news-detail-page-shell .footer-logo,
    body.gallery-page-shell .footer-logo,
    body.gallery-detail-page-shell .footer-logo,
    body.contact-page-shell .footer-logo,
    body.past-samman-impact-page-shell .footer-logo,
    body.ybs-2024-page-shell .footer-logo,
    body.nomination-process-page-shell .footer-logo,
    body.nomination-register-page-shell .footer-logo,
    body.ethical-governance-page-shell .footer-logo {
        width: 64px;
        padding: 6px;
        margin: 0 auto 14px;
        border-width: 1px;
        box-shadow: none;
    }

    body.home-page-shell .footer-nav,
    body.about-page-shell .footer-nav,
    body.news-page-shell .footer-nav,
    body.news-detail-page-shell .footer-nav,
    body.gallery-page-shell .footer-nav,
    body.gallery-detail-page-shell .footer-nav,
    body.contact-page-shell .footer-nav,
    body.past-samman-impact-page-shell .footer-nav,
    body.ybs-2024-page-shell .footer-nav,
    body.nomination-process-page-shell .footer-nav,
    body.nomination-register-page-shell .footer-nav,
    body.ethical-governance-page-shell .footer-nav {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 6px 12px;
        max-width: 300px;
        margin: 0 auto 8px;
    }

    body.home-page-shell .footer-link,
    body.about-page-shell .footer-link,
    body.news-page-shell .footer-link,
    body.news-detail-page-shell .footer-link,
    body.gallery-page-shell .footer-link,
    body.gallery-detail-page-shell .footer-link,
    body.contact-page-shell .footer-link,
    body.past-samman-impact-page-shell .footer-link,
    body.ybs-2024-page-shell .footer-link,
    body.nomination-process-page-shell .footer-link,
    body.nomination-register-page-shell .footer-link,
    body.ethical-governance-page-shell .footer-link {
        font-size: 10px;
        line-height: 1.2;
        letter-spacing: 0.2px;
    }

    body.home-page-shell .footer-social-row,
    body.about-page-shell .footer-social-row,
    body.news-page-shell .footer-social-row,
    body.news-detail-page-shell .footer-social-row,
    body.gallery-page-shell .footer-social-row,
    body.gallery-detail-page-shell .footer-social-row,
    body.contact-page-shell .footer-social-row,
    body.past-samman-impact-page-shell .footer-social-row,
    body.ybs-2024-page-shell .footer-social-row,
    body.nomination-process-page-shell .footer-social-row,
    body.nomination-register-page-shell .footer-social-row,
    body.ethical-governance-page-shell .footer-social-row {
        margin-top: 8px;
        gap: 8px;
    }

    body.home-page-shell .social-text,
    body.about-page-shell .social-text,
    body.news-page-shell .social-text,
    body.news-detail-page-shell .social-text,
    body.gallery-page-shell .social-text,
    body.gallery-detail-page-shell .social-text,
    body.contact-page-shell .social-text,
    body.past-samman-impact-page-shell .social-text,
    body.ybs-2024-page-shell .social-text,
    body.nomination-process-page-shell .social-text,
    body.nomination-register-page-shell .social-text,
    body.ethical-governance-page-shell .social-text {
        width: 100%;
        margin: 0 0 6px;
        font-size: 10px;
        line-height: 1.3;
        text-align: center;
    }

    body.home-page-shell .social-icons,
    body.about-page-shell .social-icons,
    body.news-page-shell .social-icons,
    body.news-detail-page-shell .social-icons,
    body.gallery-page-shell .social-icons,
    body.gallery-detail-page-shell .social-icons,
    body.contact-page-shell .social-icons,
    body.past-samman-impact-page-shell .social-icons,
    body.ybs-2024-page-shell .social-icons,
    body.nomination-process-page-shell .social-icons,
    body.nomination-register-page-shell .social-icons,
    body.ethical-governance-page-shell .social-icons {
        gap: 6px;
    }

    body.home-page-shell .social-icon,
    body.about-page-shell .social-icon,
    body.news-page-shell .social-icon,
    body.news-detail-page-shell .social-icon,
    body.gallery-page-shell .social-icon,
    body.gallery-detail-page-shell .social-icon,
    body.contact-page-shell .social-icon,
    body.past-samman-impact-page-shell .social-icon,
    body.ybs-2024-page-shell .social-icon,
    body.nomination-process-page-shell .social-icon,
    body.nomination-register-page-shell .social-icon,
    body.ethical-governance-page-shell .social-icon {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    body.home-page-shell .footer-divider,
    body.about-page-shell .footer-divider,
    body.news-page-shell .footer-divider,
    body.news-detail-page-shell .footer-divider,
    body.gallery-page-shell .footer-divider,
    body.gallery-detail-page-shell .footer-divider,
    body.contact-page-shell .footer-divider,
    body.past-samman-impact-page-shell .footer-divider,
    body.ybs-2024-page-shell .footer-divider,
    body.nomination-process-page-shell .footer-divider,
    body.nomination-register-page-shell .footer-divider,
    body.ethical-governance-page-shell .footer-divider {
        margin: 10px 0 8px;
    }

    body.home-page-shell .footer-copyright,
    body.about-page-shell .footer-copyright,
    body.news-page-shell .footer-copyright,
    body.news-detail-page-shell .footer-copyright,
    body.gallery-page-shell .footer-copyright,
    body.gallery-detail-page-shell .footer-copyright,
    body.contact-page-shell .footer-copyright,
    body.past-samman-impact-page-shell .footer-copyright,
    body.ybs-2024-page-shell .footer-copyright,
    body.nomination-process-page-shell .footer-copyright,
    body.nomination-register-page-shell .footer-copyright,
    body.ethical-governance-page-shell .footer-copyright {
        padding: 8px 0 0;
    }

    body.home-page-shell .footer-copyright p,
    body.about-page-shell .footer-copyright p,
    body.news-page-shell .footer-copyright p,
    body.news-detail-page-shell .footer-copyright p,
    body.gallery-page-shell .footer-copyright p,
    body.gallery-detail-page-shell .footer-copyright p,
    body.contact-page-shell .footer-copyright p,
    body.past-samman-impact-page-shell .footer-copyright p,
    body.ybs-2024-page-shell .footer-copyright p,
    body.nomination-process-page-shell .footer-copyright p,
    body.nomination-register-page-shell .footer-copyright p,
    body.ethical-governance-page-shell .footer-copyright p {
        font-size: 10px;
        line-height: 1.25;
    }
}

/* =============================================
   FINAL GLOBAL NAVBAR MATCH
   ============================================= */
.main-header,
body[class] .main-header {
    --header-inline-space: clamp(28px, 3vw, 44px);
    --header-logo-width: 92px;
    --header-logo-offset: 10px;
    --header-nav-gap: 30px;
    --header-nav-font-family: 'Neue Haas Display', 'Neue Montreal', sans-serif;
    --header-nav-font-size: 14px;
    --header-nav-font-weight: 400;
    --header-nav-letter-spacing: 0;
    position: sticky;
    top: 0;
    z-index: 120;
    padding: 6px 0 0;
    background: #ffffff;
    box-shadow: none;
}

.main-header .container,
body[class] .main-header .container {
    width: min(1280px, calc(100% - (var(--header-inline-space) * 2)));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.main-header .header-nav-shell,
body[class] .main-header .header-nav-shell {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 50px;
    padding: 0;
}

.main-header .header-brand,
body[class] .main-header .header-brand {
    position: absolute;
    left: var(--header-logo-offset);
    top: 12px;
    width: var(--header-logo-width);
    display: block;
    min-height: 0;
    text-decoration: none;
    z-index: 3;
}

.main-header .logo-container,
body[class] .main-header .logo-container {
    position: relative;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.main-header .logo-img,
body[class] .main-header .logo-img,
.main-header.is-scrolled .logo-img,
body[class] .main-header.is-scrolled .logo-img {
    height: 120px;
    width: auto;
    display: block;
}

.main-header .header-nav-panel,
body[class] .main-header .header-nav-panel {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 50px;
    width: 100%;
    padding-left: calc(var(--header-logo-width) + 34px);
    padding-right: var(--header-logo-offset);
}

.main-header .navigation-links,
body[class] .main-header .navigation-links {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--header-nav-gap);
    padding-top: 0;
    font-family: var(--header-nav-font-family);
    font-size: var(--header-nav-font-size);
    font-weight: var(--header-nav-font-weight);
    letter-spacing: var(--header-nav-letter-spacing);
    line-height: 1.2;
    font-style: normal;
    font-synthesis: none;
}

.main-header .navigation-links .nav-link,
body[class] .main-header .navigation-links .nav-link,
.main-header .nav-dropdown-toggle,
body[class] .main-header .nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #4d4d4d !important;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    font-style: inherit;
    text-decoration: none;
    white-space: nowrap;
    appearance: none;
    -webkit-appearance: none;
    transition: color 0.22s ease;
}

.main-header .navigation-links .nav-link:hover,
body[class] .main-header .navigation-links .nav-link:hover,
.main-header .nav-dropdown-toggle:hover,
body[class] .main-header .nav-dropdown-toggle:hover,
.main-header .navigation-links .nav-link.is-active,
body[class] .main-header .navigation-links .nav-link.is-active,
.main-header .nav-dropdown-toggle.is-active,
body[class] .main-header .nav-dropdown-toggle.is-active {
    color: #a37948 !important;
}

.main-header .nav-dropdown,
body[class] .main-header .nav-dropdown {
    position: relative;
}

.main-header .nav-dropdown-toggle i,
body[class] .main-header .nav-dropdown-toggle i {
    display: inline-block;
    font-size: 9px;
    color: currentColor;
    transition: transform 0.22s ease;
}

.main-header .nav-dropdown-menu,
body[class] .main-header .nav-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 18px);
    left: 0;
    min-width: 240px;
    padding: 8px 0;
    border: 1px solid #e6d7c5;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(89, 60, 30, 0.12);
    z-index: 130;
}

.main-header .nav-dropdown-item,
body[class] .main-header .nav-dropdown-item {
    display: block;
    padding: 10px 16px;
    color: #5c534b;
    font-family: var(--header-nav-font-family);
    font-size: 13px;
    font-weight: var(--header-nav-font-weight);
    letter-spacing: var(--header-nav-letter-spacing);
    line-height: 1.35;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.main-header .nav-dropdown-item:hover,
body[class] .main-header .nav-dropdown-item:hover,
.main-header .nav-dropdown-item.is-active,
body[class] .main-header .nav-dropdown-item.is-active {
    color: #a37948;
    background: #faf5ee;
}

.main-header .nav-dropdown:hover .nav-dropdown-menu,
.main-header .nav-dropdown:focus-within .nav-dropdown-menu,
.main-header .nav-dropdown.is-open .nav-dropdown-menu,
body[class] .main-header .nav-dropdown:hover .nav-dropdown-menu,
body[class] .main-header .nav-dropdown:focus-within .nav-dropdown-menu,
body[class] .main-header .nav-dropdown.is-open .nav-dropdown-menu {
    display: block;
}

.main-header .nav-dropdown:hover .nav-dropdown-toggle i,
.main-header .nav-dropdown:focus-within .nav-dropdown-toggle i,
.main-header .nav-dropdown.is-open .nav-dropdown-toggle i,
body[class] .main-header .nav-dropdown:hover .nav-dropdown-toggle i,
body[class] .main-header .nav-dropdown:focus-within .nav-dropdown-toggle i,
body[class] .main-header .nav-dropdown.is-open .nav-dropdown-toggle i {
    transform: rotate(180deg);
}

.main-header .register-btn-wrap,
body[class] .main-header .register-btn-wrap {
    flex: 0 0 auto;
    padding-top: 0;
}

.main-header .register-btn,
body[class] .main-header .register-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 18px;
    border: 1px solid #d4b08c;
    border-radius: 0;
    background: #ffffff;
    color: #b07a45;
    font-family: var(--header-nav-font-family);
    font-size: var(--header-nav-font-size);
    font-weight: var(--header-nav-font-weight);
    letter-spacing: var(--header-nav-letter-spacing);
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.main-header .register-btn:hover,
body[class] .main-header .register-btn:hover,
.main-header .register-btn.is-active,
body[class] .main-header .register-btn.is-active {
    background: #faf5ee;
    color: #a37948;
    box-shadow: none;
}

.main-header .menu-toggle,
body[class] .main-header .menu-toggle {
    display: none;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid #d9c3aa;
    border-radius: 10px;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    color: #8f6438;
    box-shadow: none;
    margin-top: 4px;
}

.main-header .menu-toggle span,
body[class] .main-header .menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.main-header .header-line,
body[class] .main-header .header-line {
    display: block;
    height: 3px;
    width: 100%;
    margin-top: 0;
    background: #b07a49;
}

@media (max-width: 991.98px) {
    .main-header,
    body[class] .main-header {
        padding-top: 20px;
    }

    .main-header .container,
    body[class] .main-header .container {
        width: calc(100% - 20px);
    }

    .main-header .header-nav-shell,
    body[class] .main-header .header-nav-shell {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 12px !important;
        min-height: 58px !important;
        padding: 0 !important;
        overflow: visible !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: none !important;
    }

    .main-header .header-brand,
    body[class] .main-header .header-brand {
        position: absolute !important;
        left: 28px !important;
        top: 4px !important;
        display: block !important;
        align-items: center !important;
        flex: 0 0 auto !important;
        width: 74px !important;
        min-height: auto !important;
        z-index: 4 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .main-header .logo-container,
    body[class] .main-header .logo-container {
        position: relative !important;
        display: inline-flex !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
    }

    .main-header .logo-img,
    body[class] .main-header .logo-img,
    .main-header.is-scrolled .logo-img,
    body[class] .main-header.is-scrolled .logo-img {
        height: 66px !important;
    }

    .main-header .menu-toggle,
    body[class] .main-header .menu-toggle {
        display: inline-flex !important;
        margin-left: auto !important;
        order: 3 !important;
        position: relative !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 3 !important;
        margin-top: 0 !important;
    }

    .main-header .header-nav-panel,
    body[class] .main-header .header-nav-panel {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        left: 0 !important;
        right: 0 !important;
        display: none !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 14px !important;
        min-height: auto !important;
        width: auto !important;
        padding: 14px !important;
        border: 1px solid rgba(188, 150, 108, 0.24) !important;
        border-radius: 18px !important;
        background: rgba(255, 251, 245, 0.98) !important;
        box-shadow: 0 18px 30px rgba(83, 57, 28, 0.12) !important;
        overflow-y: auto !important;
        max-height: calc(100vh - 110px) !important;
        z-index: 130 !important;
    }

    .main-header.is-menu-open .header-nav-panel,
    body[class] .main-header.is-menu-open .header-nav-panel {
        display: flex !important;
    }

    .main-header .navigation-links,
    body[class] .main-header .navigation-links {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        width: 100%;
        padding-top: 0;
    }

    .main-header .navigation-links .nav-link,
    body[class] .main-header .navigation-links .nav-link,
    .main-header .nav-dropdown-toggle,
    body[class] .main-header .nav-dropdown-toggle {
        justify-content: space-between;
        width: 100%;
        min-height: 44px;
        padding: 12px 0;
        border-bottom: 1px solid rgba(176, 122, 73, 0.14);
        font-size: 14px;
    }

    .main-header .navigation-links > .nav-link:first-child,
    body[class] .main-header .navigation-links > .nav-link:first-child {
        border-top: 1px solid rgba(176, 122, 73, 0.14);
    }

    .main-header .nav-dropdown-toggle i,
    body[class] .main-header .nav-dropdown-toggle i {
        display: inline-block;
        font-size: 10px;
    }

    .main-header .nav-dropdown,
    body[class] .main-header .nav-dropdown,
    .main-header .register-btn-wrap,
    body[class] .main-header .register-btn-wrap {
        width: 100%;
        padding-top: 0;
    }

    .main-header .nav-dropdown:hover .nav-dropdown-menu,
    .main-header .nav-dropdown:focus-within .nav-dropdown-menu,
    body[class] .main-header .nav-dropdown:hover .nav-dropdown-menu,
    body[class] .main-header .nav-dropdown:focus-within .nav-dropdown-menu {
        display: none !important;
    }

    .main-header .nav-dropdown.is-open .nav-dropdown-menu,
    body[class] .main-header .nav-dropdown.is-open .nav-dropdown-menu {
        display: block !important;
    }

    .main-header .nav-dropdown:hover .nav-dropdown-toggle i,
    .main-header .nav-dropdown:focus-within .nav-dropdown-toggle i,
    body[class] .main-header .nav-dropdown:hover .nav-dropdown-toggle i,
    body[class] .main-header .nav-dropdown:focus-within .nav-dropdown-toggle i {
        transform: none !important;
    }

    .main-header .nav-dropdown.is-open .nav-dropdown-toggle i,
    body[class] .main-header .nav-dropdown.is-open .nav-dropdown-toggle i {
        transform: rotate(180deg) !important;
    }

    .main-header .nav-dropdown-menu,
    body[class] .main-header .nav-dropdown-menu {
        position: static;
        min-width: 0;
        margin-top: 4px;
        border-radius: 8px;
        box-shadow: none;
    }

    .main-header .register-btn,
    body[class] .main-header .register-btn {
        width: 100%;
        min-height: 44px;
        margin-top: 8px;
    }

    .main-header .header-line,
    body[class] .main-header .header-line {
        height: 2px;
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .main-header .container,
    body[class] .main-header .container {
        width: calc(100% - 16px);
    }

    .main-header .header-brand,
    body[class] .main-header .header-brand {
        left: 3px !important;
        top: -15px !important;
        width: 68px !important;
    }

    .main-header .logo-img,
    body[class] .main-header .logo-img,
    .main-header.is-scrolled .logo-img,
    body[class] .main-header.is-scrolled .logo-img {
        height: 69px !important;
    }

    .main-header .menu-toggle,
    body[class] .main-header .menu-toggle {
        width: 42px;
        height: 42px;
        top: -17px;
    }

    .main-header,
    body[class] .main-header {
        z-index: 1000 !important;
    }
}

@media (max-width: 767.98px) {
    html,
    body,
    body[class] {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    body[class] main,
    body[class] section,
    body[class] .main-footer,
    body[class] .container,
    body[class] .container-fluid {
        max-width: 100%;
        overflow-x: clip;
    }

    body[class] .main-header {
        max-width: 100%;
        overflow-x: visible !important;
        position: sticky !important;
        top: 0 !important;
        z-index: 9999 !important;
    }

    body[class] .row {
        max-width: 100%;
    }

    body[class] .footer-social-row,
    body[class] .footer-nav,
    body[class] .navigation-links,
    body[class] .header-nav-panel {
        max-width: 100%;
    }
}



@media (max-width: 575.98px) {
    body.home-page-shell .home-about-quote-card {
        overflow: visible;
    }

    body.home-page-shell .home-about-quote-card::before {
        content: none;
    }

    body.home-page-shell .about-quote-author-line,
    body.home-page-shell .home-about-quote-author-line {
        height: 5px;
    }

    body.home-page-shell .home-about-quote-visual {
        right: 14px;
        bottom: -48px;
        width: 220px;
        height: 220px;
        z-index: 5;
    }
}

.about-page .about-quote-visual,
.about-page-shell .about-quote-visual {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

.about-page .about-quote-visual img,
.about-page-shell .about-quote-visual img {
    background: transparent !important;
}
html, body {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

html,
body.home-page-shell {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

html,
body,
body.home-page-shell {
    overflow: visible !important;
    height: auto !important;
}

/* Healthcare Story Read More */
@media (max-width: 575.98px) {
    .healthcare-story-read-more .healthcare-story-text-wrapper {
        max-height: 6.4em;
        overflow: hidden;
        line-height: 1.6;
    }

    .healthcare-story-read-more.is-expanded .healthcare-story-text-wrapper {
        max-height: none;
        overflow: visible;
    }

    .healthcare-story-read-more-btn {
        display: inline-block;
        margin-top: 8px;
        padding: 0;
        background: transparent;
        border: none;
        color: #987A59;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Neue Montreal', sans-serif;
        cursor: pointer;
        text-decoration: underline;
        transition: color 0.22s ease;
    }

    .healthcare-story-read-more-btn:hover {
        color: #A37948;
    }

    .healthcare-story-read-more.is-expanded .healthcare-story-read-more-btn span::after {
        content: ' Less';
    }

    .healthcare-story-read-more.is-expanded .healthcare-story-read-more-btn span {
        display: none;
    }

    .healthcare-story-read-more.is-expanded .healthcare-story-read-more-btn::before {
        content: 'Read Less';
    }
}

@media (min-width: 576px) {
    .healthcare-story-read-more-btn {
        display: none;
    }
}

@media (min-width: 992px) {
    .healthcare-story-read-more-btn {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .about-category-img {
        height: 450px;
    }
}

@media (max-width: 576px) {
    .about-category-overlay h3 {
        font-size: 28px;
        line-height: 29px;
    }
} 