* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    background: linear-gradient(180deg, #fffaf2 0%, #fff6ea 40%, #fffefb 100%);
    color: #3f2f27;
    overflow-x: hidden
}

a {
    text-decoration: none;
    color: inherit
}

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

main {
    overflow: hidden
}

:root {
    --gold: #dca64a;
    --gold-2: #f2c977;
    --rose: #d891a3;
    --rose-2: #f4d7de;
    --cream: #fffaf4;
    --soft: #f6efe5;
    --soft-2: #efe3d4;
    --ink: #3f2f27;
    --ink-soft: #6b5a51;
    --card: rgba(255, 255, 255, .9);
    --line: rgba(126, 91, 51, .12);
    --shadow: 0 18px 46px rgba(111, 78, 55, .12);
    --shadow-soft: 0 10px 26px rgba(111, 78, 55, .08)
}

.container {
    width: min(1180px, calc(100% - 28px));
    margin-inline: auto
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 250, 244, .86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(126, 91, 51, .08)
}

.nav-shell {
    width: min(1260px, calc(100% - 22px));
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0
}

.brand img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    filter: drop-shadow(0 10px 22px rgba(220, 166, 74, .25))
}

.brand strong {
    display: block;
    font-size: 18px;
    line-height: 1.1
}

.brand span {
    display: block;
    color: var(--ink-soft);
    font-size: 12px
}

.desktop-nav {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap
}

.desktop-nav a {
    padding: 10px 14px;
    border-radius: 999px;
    color: var(--ink);
    transition: .3s ease
}

.desktop-nav a:hover,
.desktop-nav a.active {
    background: #fff;
    box-shadow: var(--shadow-soft);
    transform: translateY(-1px)
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 10px
}

.lang-btn,
.menu-btn {
    border: none;
    background: #fff;
    color: var(--ink);
    padding: 10px 14px;
    border-radius: 16px;
    cursor: pointer;
    border: 1px solid rgba(126, 91, 51, .12);
    box-shadow: var(--shadow-soft)
}

.menu-btn {
    display: none
}

.mobile-menu {
    display: none;
    grid-template-columns: 1fr;
    padding: 0 12px 14px;
    gap: 8px
}

.mobile-menu a {
    padding: 12px 14px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(126, 91, 51, .1);
    box-shadow: var(--shadow-soft)
}

.hero-section {
    position: relative;
    padding: 44px 0 72px;
    background: radial-gradient(circle at top left, rgba(242, 201, 119, .23), transparent 25%), radial-gradient(circle at top right, rgba(216, 145, 163, .18), transparent 26%), linear-gradient(180deg, #fffaf2 0%, #fff8f2 100%)
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 26px;
    align-items: center;
    min-height: 78vh
}

.hero-chip {
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff3db;
    border: 1px solid rgba(220, 166, 74, .24);
    color: #ab7421;
    font-weight: 700;
    margin-bottom: 16px
}

.hero-copy h1 {
    font-size: clamp(32px, 7vw, 70px);

    margin: 0 0 18px;
    background: linear-gradient(180deg, #4a3529 0%, #b77d2d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.hero-lead {
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.9;
    color: #5f4e45;
    max-width: 720px
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 22px;
    border-radius: 18px;
    font-weight: 800;
    transition: .3s ease;
    min-height: 54px
}

.btn:hover {
    transform: translateY(-3px) scale(1.01)
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: #fff;
    box-shadow: 0 16px 34px rgba(220, 166, 74, .26)
}

.btn-glass {
    background: #fff;
    color: var(--ink);
    border: 1px solid rgba(126, 91, 51, .12);
    box-shadow: var(--shadow-soft)
}

.hero-visual {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-card {
    width: min(440px, 86vw);
    aspect-ratio: 1/1;
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(255, 247, 236, .9));
    border: 1px solid rgba(126, 91, 51, .1);
    box-shadow: var(--shadow);
    display: grid;
    place-items: center;
    backdrop-filter: blur(8px);
    position: relative;
    overflow: hidden
}

.hero-card:before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 28px;
    background: radial-gradient(circle at 30% 30%, rgba(242, 201, 119, .22), transparent 34%), radial-gradient(circle at 70% 65%, rgba(216, 145, 163, .18), transparent 30%)
}

.hero-card img {
    width: 94%;
    object-fit: contain;
    animation: gentlePulse 4s ease-in-out infinite;
    position: relative;
    z-index: 2
}

.float-card {
    animation: floatUp 5s ease-in-out infinite
}

.hero-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(36px);
    opacity: .5
}

.orb-1 {
    width: 280px;
    height: 280px;
    background: #f4d7de;
    top: -20px;
    left: -60px
}

.orb-2 {
    width: 340px;
    height: 340px;
    background: #fde8bf;
    bottom: 20px;
    right: -80px
}

.scent-ribbon {
    position: absolute;
    border-radius: 999px;
    opacity: .55
}

.ribbon-a {
    width: 220px;
    height: 220px;
    border: 2px solid rgba(220, 166, 74, .4);
    right: 9%;
    top: 12%;
    animation: spinSlow 16s linear infinite
}

.ribbon-b {
    width: 320px;
    height: 320px;
    border: 1px solid rgba(216, 145, 163, .35);
    right: 0;
    bottom: 10%;
    animation: spinSlowReverse 20s linear infinite
}

.section {
    padding: 84px 0
}

.alt-surface {
    background: linear-gradient(180deg, #fff 0%, #fff8ee 100%)
}

.section-heading {
    margin-bottom: 30px
}

.section-heading span {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff4e1;
    color: #ab7421;
    font-weight: 700;
    border: 1px solid rgba(220, 166, 74, .18);
    margin-bottom: 14px
}

.section-heading h1,
.section-heading h2 {
    font-size: clamp(28px, 4.6vw, 33px);
    line-height: 1.3;
    margin: 0 0 12px
}

.section-heading p {
    color: var(--ink-soft);
    font-size: 18px;
    line-height: 1.9;
    margin: 0
}

.section-heading.center {
    text-align: center
}

.narrow {
    /* max-width: 850px */
}

.feature-panels,
.two-columns,
.story-grid,
.split-spotlight,
.cards-grid,
.gallery-grid,
.footer-grid {
    display: grid;
    gap: 22px
}

.feature-panels,
.two-columns,
.story-grid,
.split-spotlight {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.cards-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.cards-grid.four {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.glass-card,
.neo-card,
.story-card,
.spotlight-card,
.gallery-card,
.testimonial-card,
.timeline-card,
.award-card,
.intro-banner,
.welcome-panel,
.quote-panel,
.awards-banner {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 28px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px)
}

.glass-card,
.neo-card,
.story-card,
.spotlight-card,
.award-card,
.intro-banner,
.welcome-panel,
.quote-panel,
.awards-banner {
    padding: 26px
}

.glass-card:hover,
.neo-card:hover,
.story-card:hover,
.spotlight-card:hover,
.gallery-card:hover,
.testimonial-card:hover,
.award-card:hover {
    transform: translateY(-5px);
    transition: .35s ease
}

.fancy-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px
}

.fancy-list li {
    padding: 16px 16px 16px 52px;
    position: relative;
    background: #fff;
    border-radius: 18px;
    color: #59483e;
    line-height: 1.8;
    border: 1px solid rgba(126, 91, 51, .08);
    box-shadow: var(--shadow-soft)
}

[dir="rtl"] .fancy-list li {
    padding: 16px 52px 16px 16px
}

.fancy-list li:before {
    content: "✦";
    position: absolute;
    left: 18px;
    top: 14px;
    color: #dca64a;
    font-size: 20px
}

[dir="rtl"] .fancy-list li:before {
    left: auto;
    right: 18px
}

.long-copy,
.long-copy p,
.long-copy li {
    font-size: 16px;
    line-height: 1.5;
    color: #58473d
}

.long-copy ul,
.long-copy ol {
    margin: 0;
    /* padding-inline-start: 22px */
}

.long-copy blockquote {
    margin: 18px 0 0;
    padding: 18px 22px;
    border-inline-start: 4px solid var(--gold);
    background: #fff7ea;
    border-radius: 18px;
    color: #6a574a
}

.testimonial-rail,
.stacked-testimonials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px
}

.testimonial-card {
    padding: 24px;
    position: relative;
    overflow: hidden
}

.avatar-wrap {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(220, 166, 74, .18);
    margin-bottom: 12px
}

.avatar-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.avatar-fallback {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #f2c977, #eab8c4);
    color: #5c3f2b;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 12px
}

.center-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px
}

.faq-stack {
    display: grid;
    gap: 14px
}

.faq-item {
    background: #fff;
    border: 1px solid rgba(126, 91, 51, .1);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--shadow-soft)
}

.faq-q {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    background: none;
    border: none;
    color: #4a382f;
    padding: 18px 20px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    text-align: start
}

.faq-a {
    display: none;
    padding: 0 20px 18px;
    color: #6b5a51;
    line-height: 1.85
}

.faq-item.open .faq-a {
    display: block
}

.gallery-card {
    overflow: hidden
}

.gallery-image {
    height: 290px;
    background: linear-gradient(135deg, rgba(255, 207, 114, .18), rgba(216, 107, 139, .12));
    position: relative
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.gallery-card:hover .gallery-image img {
    transform: scale(1.06)
}

.gallery-content {
    padding: 22px
}

.year-badge {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff1d0;
    color: #ab7421;
    margin-bottom: 12px
}

.placeholder-art {
    background: radial-gradient(circle at 20% 30%, rgba(255, 207, 114, .45), transparent 20%), radial-gradient(circle at 70% 40%, rgba(216, 145, 163, .32), transparent 18%), linear-gradient(140deg, #fff7ee, #faedd8 48%, #fff)
}

.timeline-list {
    display: grid;
    gap: 16px
}

.timeline-card {
    padding: 18px 20px
}

.number-flow {
    margin: 0;
    padding-inline-start: 20px;
    display: grid;
    gap: 12px
}

.quote-panel {
    text-align: center;
    margin-top: 26px;
    background: linear-gradient(180deg, #fff, #fff7ea)
}

.page-hero {
    padding: 60px 0 14px;
    position: relative;
    overflow: hidden
}

.about-hero,
.membership-hero,
.awards-hero,
.community-hero,
.gallery-hero,
.contact-hero {
    background: radial-gradient(circle at top right, rgba(255, 207, 114, .17), transparent 22%), radial-gradient(circle at left, rgba(216, 145, 163, .14), transparent 20%), linear-gradient(180deg, rgba(255, 255, 255, .8), rgba(255, 248, 240, .75))
}

.footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr
}

.site-footer {
    padding: 32px 15px 46px;
    border-top: 1px solid rgba(126, 91, 51, .08);
    background: #fffdf9
}

.footer-logo {
    width: 100%;
    justify-self: center;
    margin-bottom: 40px;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

.text-center {
    text-align: center
}

.muted {
    color: var(--ink-soft)
}

@keyframes floatUp {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-16px)
    }
}

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

@keyframes spinSlowReverse {
    to {
        transform: rotate(-360deg)
    }
}

@keyframes gentlePulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.04)
    }
}

@media (max-width:1100px) {
    .desktop-nav {
        display: none
    }

    .menu-btn {
        display: inline-flex
    }

    .mobile-menu.open {
        display: grid
    }

    .hero-grid,
    .feature-panels,
    .two-columns,
    .story-grid,
    .split-spotlight,
    .cards-grid.four,
    .gallery-grid,
    .testimonial-rail,
    .stacked-testimonials,
    .footer-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:767px) {
    .container {
        width: min(100%, calc(100% - 18px))
    }

    .nav-shell {
        padding: 10px 0
    }

    .brand img {
        width: 46px;
        height: 46px
    }

    .brand span {
        display: none
    }

    .hero-section {
        padding: 28px 0 40px
    }

    .hero-grid,
    .feature-panels,
    .two-columns,
    .story-grid,
    .split-spotlight,
    .cards-grid.two,
    .cards-grid.four,
    .gallery-grid,
    .testimonial-rail,
    .stacked-testimonials,
    .footer-grid {
        grid-template-columns: 1fr
    }

    .hero-grid {
        min-height: auto
    }

    .hero-copy h1 {
        font-size: 35px
    }

    .hero-lead,
    .section-heading p,
    .long-copy,
    .long-copy p,
    .long-copy li {
        font-size: 16px
    }

    .hero-actions,
    .center-actions {
        display: grid;
        grid-template-columns: 1fr
    }

    .btn {
        width: 100%
    }

    .hero-visual {
        min-height: 320px
    }

    .section {
        padding: 26px 0 58px
    }

    .gallery-image {
        height: 230px
    }

    .faq-q {
        padding: 16px
    }

    .faq-a {
        padding: 0 16px 16px
    }
}

.contact-hero-v2 {
    position: relative;
    padding: 56px 0 40px;
    background:
        radial-gradient(circle at top left, rgba(255, 209, 102, 0.18), transparent 28%),
        radial-gradient(circle at top right, rgba(235, 185, 122, 0.16), transparent 24%),
        linear-gradient(180deg, #fffdf9 0%, #fff7ef 100%);
}

.contact-hero-v2__wrap {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    align-items: center;
}

.contact-badge {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(201, 149, 67, 0.12);
    color: #a8711f;
    font-weight: 800;
    margin-bottom: 14px;
}

.contact-hero-v2__content h1 {
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    margin: 0 0 16px;
    color: #2e1d0d;
}

.contact-hero-v2__content p {
    font-size: 18px;
    line-height: 1.95;
    color: #6a5845;
    margin: 0;
}

.contact-hero-v2__mini-cards {
    margin-top: 24px;
    display: grid;
    gap: 14px;
}

.contact-mini-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(193, 157, 95, 0.16);
    border-radius: 22px;
    padding: 16px;
    box-shadow: 0 18px 40px rgba(73, 44, 15, 0.06);
}

.contact-mini-card__icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #f7d58b, #eab459);
    color: #50310c;
    font-weight: 900;
}

.contact-mini-card strong {
    display: block;
    color: #2f2010;
    margin-bottom: 4px;
    font-size: 15px;
}

.contact-mini-card span {
    color: #7c6a56;
    line-height: 1.8;
    font-size: 14px;
}

.contact-hero-v2__visual {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-visual-card {
    width: min(360px, 82vw);
    aspect-ratio: 1 / 1;
    border-radius: 32px;
    background: linear-gradient(145deg, #fffaf3, #fff1dd);
    border: 1px solid rgba(192, 152, 87, 0.18);
    box-shadow: 0 28px 60px rgba(101, 63, 17, 0.12);
    display: grid;
    place-items: center;
    position: relative;
    z-index: 2;
}

.contact-visual-card img {
    width: 62%;
    object-fit: contain;
    filter: drop-shadow(0 16px 30px rgba(189, 133, 35, 0.22));
}

.contact-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(24px);
    opacity: .7;
}

.contact-orb--one {
    width: 220px;
    height: 220px;
    background: rgba(255, 208, 112, 0.34);
    top: 10px;
    left: 30px;
}

.contact-orb--two {
    width: 200px;
    height: 200px;
    background: rgba(234, 183, 126, 0.26);
    bottom: 14px;
    right: 25px;
}

.contact-section-v2 {
    padding: 22px 0 70px;
    background: linear-gradient(180deg, #fff7ef 0%, #fffdf9 100%);
}

.contact-layout-v2 {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 24px;
    align-items: start;
}

.contact-form-card,
.contact-side-card {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(194, 160, 103, 0.18);
    border-radius: 30px;
    box-shadow: 0 22px 60px rgba(77, 48, 13, 0.08);
    backdrop-filter: blur(10px);
}

.contact-form-card {
    padding: 26px;
}

.contact-side-card {
    padding: 24px;
    position: sticky;
    top: 110px;
}

.contact-card-head {
    margin-bottom: 20px;
}

.contact-card-head span {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(239, 191, 112, 0.18);
    color: #a56c17;
    font-weight: 800;
    margin-bottom: 12px;
}

.contact-card-head h2 {
    margin: 0 0 10px;
    color: #2b1c0d;
    font-size: clamp(24px, 3vw, 36px);
}

.contact-card-head p {
    margin: 0;
    color: #72604d;
    line-height: 1.9;
}

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

.contact-form-v2 .form-group {
    margin-bottom: 16px;
}

.contact-form-v2 label {
    display: block;
    margin-bottom: 8px;
    color: #4d3620;
    font-weight: 700;
    font-size: 14px;
}

.input-v2,
.textarea-v2 {
    width: 100%;
    border: 1px solid rgba(181, 145, 91, 0.22);
    background: #fffdfa;
    border-radius: 18px;
    padding: 14px 16px;
    color: #2f2418;
    font-size: 15px;
    transition: .25s ease;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02);
}

.input-v2:focus,
.textarea-v2:focus {
    outline: none;
    border-color: #d7a44a;
    box-shadow: 0 0 0 4px rgba(230, 182, 95, 0.15);
    background: #fff;
}

.textarea-v2 {
    min-height: 150px;
    resize: vertical;
}

.form-group-captcha {
    margin-top: 10px;
}

.contact-submit-btn {
    width: 100%;
    min-height: 56px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(135deg, #f4c76f, #e2a548);
    color: #3d2507;
    font-weight: 900;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 18px 34px rgba(224, 160, 58, 0.22);
    transition: .3s ease;
}

.contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(224, 160, 58, 0.28);
}

.contact-submit-btn.is-loading {
    opacity: .85;
    pointer-events: none;
}

.contact-side-block span {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(241, 196, 119, 0.16);
    color: #a36c17;
    font-weight: 800;
    margin-bottom: 12px;
}

.contact-side-block h3 {
    margin: 0 0 12px;
    color: #2b1b0d;
    font-size: 28px;
}

.contact-side-block p {
    color: #6f5d49;
    line-height: 1.95;
    margin: 0;
}

.contact-side-info {
    display: grid;
    gap: 14px;
    margin: 22px 0;
}

.contact-info-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 20px;
    background: #fffaf4;
    border: 1px solid rgba(199, 165, 108, 0.16);
}

.contact-info-item__icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #f7d78b, #ebb257);
    color: #45290c;
    font-size: 18px;
    font-weight: 900;
}

.contact-info-item strong {
    display: block;
    margin-bottom: 4px;
    color: #3f2a12;
}

.contact-info-item span {
    color: #786653;
    line-height: 1.8;
    font-size: 14px;
}

.contact-branches-section {
    padding: 36px 11px 70px;
}

.branches-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 24px;
}

.branch-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(194, 160, 103, 0.2);
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 20px 50px rgba(88, 55, 18, 0.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.branch-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 56px rgba(88, 55, 18, 0.14);
}

.branch-flag-wrap {
    width: 64px;
    height: 44px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(182, 142, 88, 0.25);
    margin-bottom: 14px;
}

.branch-flag {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.branch-card h3 {
    margin: 0 0 8px;
    color: #2d1d0d;
    font-size: 22px;
}

.branch-address {
    color: #765f48;
    line-height: 1.85;
    margin: 0 0 10px;
}

.branch-email {
    color: #a56c17;
    font-weight: 700;
    text-decoration: none;
}

.branch-email:hover {
    color: #7d4e0f;
}

.branch-empty {
    grid-column: 1 / -1;
    background: #fffaf4;
    border: 1px dashed rgba(194, 160, 103, 0.35);
    color: #6b583f;
    border-radius: 18px;
    padding: 18px;
}

[dir="rtl"] .branch-card {
    text-align: right;
}

.btn-gold-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f4cb77, #e3aa4c);
    color: #3d2609;
    font-weight: 800;
    width: 100%;
}

.custom-alert-success,
.custom-alert-error {
    border-radius: 18px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.custom-alert-success {
    background: #eefaf1;
    border: 1px solid #b8dfc1;
    color: #23583a;
}

.custom-alert-error {
    background: #fff4f3;
    border: 1px solid #f0c2bd;
    color: #8a2e27;
}

@media (max-width: 992px) {

    .contact-hero-v2__wrap,
    .contact-layout-v2 {
        grid-template-columns: 1fr;
    }

    .contact-side-card {
        position: static;
    }

    .branches-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .contact-hero-v2 {
        padding: 30px 0 24px;
    }

    .contact-hero-v2__visual {
        min-height: 260px;
    }

    .contact-visual-card {
        width: min(280px, 82vw);
        border-radius: 24px;
    }

    .contact-form-card,
    .contact-side-card {
        padding: 18px;
        border-radius: 24px;
    }

    .form-grid-v2 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-hero-v2__content h1 {
        font-size: 34px;
    }

    .contact-hero-v2__content p,
    .contact-card-head p,
    .contact-side-block p {
        font-size: 15px;
    }

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

.img-border {
    border-radius: 17px;
    margin-bottom: 25px;
}

div:has(> .img-border) {
    justify-items: center;
}

.about-hero {
    background:
        linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)),
        url('/images/gciss/why-join.jpg') center/cover no-repeat;
}

.membership-hero {
    background:
        linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)),
        url('/images/gciss/home-ethics-materials.jpg') center/cover no-repeat;
}


.awards-hero {
    background:
        linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)),
        url('/images/gciss/awards.png') center/cover no-repeat;
}

.community-hero {
    background:
        linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)),
        url('/images/gciss/community.jpg') center/cover no-repeat;
}

.contact-hero-v2 {
    background:
        linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)),
        url('/images/gciss/contact.png') center/cover no-repeat;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.hero-membership-cta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    min-width: 260px;
}

.hero-membership-top-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #b37a1f;
    padding-inline: 5px;
}

.free-dot {
    width: 10px;
    height: 10px;
    min-width: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f4c76f, #e0a33f);
    box-shadow: 0 0 0 4px rgba(244, 199, 111, 0.18);
}

.hero-membership-cta .btn {
    width: 100%;
}

@media (max-width: 767px) {
    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-membership-cta {
        min-width: 100%;
    }

    .hero-membership-top-note {
        font-size: 12px;
        line-height: 1.5;
    }
}

.verify-hero {
    background:
        linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)),
        url('/images/gciss/contact.png') center/cover no-repeat;
}

/* Fix iPhone Safari hamburger size */
.menu-btn {
    -webkit-appearance: none;
    appearance: none;

    width: 58px;
    height: 58px;
    padding: 0;

    align-items: center;
    justify-content: center;

    font-size: 28px;
    line-height: 1;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

@media (max-width: 767px) {

    .lang-btn,
    .menu-btn {
        width: 40px;
        height: 40px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .menu-btn {
        font-size: 28px;
        line-height: 1;
    }
}

.menu-btn svg {
    display: block;
    width: 24px;
    height: 24px;
}

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

.news-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(126, 91, 51, .1);
    box-shadow: var(--shadow-soft);
}

.news-image-wrap {
    display: block;
    height: 220px;
}

.news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-body {
    padding: 18px;
}

.news-date {
    display: inline-block;
    margin-bottom: 10px;
    color: #ab7421;
    font-size: 13px;
    font-weight: 700;
}

.news-body h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.4;
}

.news-body p {
    color: var(--ink-soft);
    line-height: 1.8;
}

.news-details-wrap {
    max-width: 900px;
}

.news-details-card {
    background: #fff;
    border-radius: 28px;
    border: 1px solid rgba(126, 91, 51, .12);
    box-shadow: var(--shadow);
    padding: 28px;
}

.news-details-image {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: 18px;
    margin: 16px 0 24px;
}

.news-share {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.news-share a,
.copy-link-btn {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(126, 91, 51, .15);
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    cursor: pointer;
}

.copy-link-btn {
    width: auto;
    border-radius: 999px;
    padding: 0 14px;
}

@media (max-width: 1100px) {
    .news-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
}

.profile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.member-photo-preview img {
    width: 90px;
    height: 90px;
    border-radius: 14px;
    object-fit: cover;
    margin-top: 10px;
}

.members-slider-wrap {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
}

.members-nav {
    border: 1px solid rgba(126, 91, 51, .15);
    background: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
}

.members-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(255px, 1fr);
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 6px;
}

.member-card {
    background: #fff;
    border: 1px solid rgba(126, 91, 51, .1);
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    height: 100%;
}

.member-card-inner {
    width: 100%;
    border: none;
    background: none;
    padding: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    cursor: default;
}

.member-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 12px;
    background: linear-gradient(135deg, #f2c977, #eab8c4);

    place-items: center;
    font-weight: 800;
    color: #4e3314;
    align-content: center;

}

.member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.member-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.member-view {
    color: #ab7421;
    font-weight: 700;
}

.member-linkedin-btn {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(126, 91, 51, .15);
    font-size: 13px;
    font-weight: 700;
    background: #fff8ed;
    color: #7a5321;
}

.member-linkedin-btn:hover {
    background: #fff2d8;
}

.member-modal[hidden] {
    display: none;
}

.member-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
}

.member-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(27, 22, 17, .45);
}

.member-modal-content {
    position: relative;
    width: min(560px, calc(100% - 24px));
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    z-index: 1;
}

.member-modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .profile-grid {
        grid-template-columns: 1fr;
    }

    .members-slider-wrap {
        position: relative;
        display: block;
        padding: 0 20px;
    }

    .members-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .members-prev {
        left: 8px;
    }

    .members-next {
        right: 8px;
    }

    .members-slider {
        grid-auto-columns: 100%;
        gap: 0;
        overflow-x: hidden;
        padding: 0;
    }

    .auth-card {
        padding: 22px;
    }

}


.nav-cta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logout-form {
    margin: 0;
    padding: 0;
    display: inline-flex;
}

.account-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 16px;
    border-radius: 999px;
    border: 1px solid rgba(110, 92, 123, 0.22);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.25s ease;
    font-family: inherit;
}




.logout-btn {
    color: #a8711f;
    background: #fff;
    border-color: rgb(165 108 23);
}

.logout-btn:hover {
    transform: translateY(-1px);
}

.mobile-account-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 14px;
    margin-top: 12px;
    border-top: 1px solid rgba(110, 92, 123, 0.16);
}

.mobile-account-actions .account-btn,
.mobile-account-actions .logout-form,
.mobile-account-actions .logout-btn {
    width: 100%;
}

.mobile-account-actions .logout-form {
    display: flex;
}

.mobile-account-actions .account-btn {
    min-height: 44px;
}

@media (max-width: 768px) {
    .nav-cta>.profile-btn {
        display: none;
    }
}

@media (min-width: 769px) {
    .mobile-account-actions .profile-btn {
        display: none;
    }
}

.members-slider {
    scroll-snap-type: x mandatory;
}

.member-card {
    scroll-snap-align: start;
}

/* Membership submenu + anchor offset + latest members home section */
.nav-item-has-children {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.nav-submenu {
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    min-width: 250px;
    background: #fff;
    border: 1px solid rgba(126, 91, 51, .12);
    border-radius: 14px;
    box-shadow: var(--shadow-soft);
    display: none;
    z-index: 60;
    padding: 8px;
}

.nav-item-has-children:hover .nav-submenu {
    display: block;
}

.nav-item-has-children.is-active>a {
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.nav-submenu a {
    display: block;
    border-radius: 10px;
    padding: 10px 12px;
}

.nav-submenu a.active {
    background: #fff8ed;
    color: #ab7421;
}

section[id] {
    scroll-margin-top: 92px;
}

.member-membership-type {
    margin: 0 0 10px;
    color: #ab7421 !important;
    font-size: 14px !important;
    font-weight: 700;
}

.member-bio-clamp {
    margin: 0;
    color: #6b5a51;
    line-height: 1.7;
    min-height: 3.4em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.member-card-actions {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: auto;
    padding-top: 12px;
}

.member-card-actions .member-linkedin-btn {
    margin-top: 0;
}

.member-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(126, 91, 51, .15);
    font-size: 13px;
    font-weight: 700;
    background: #fff;
    color: #7a5321;
}

.member-view-btn:hover {
    background: #fff2d8;
}

.auth-section {
    padding-top: 18px;
}

.auth-card {
    padding: 30px;
}

.auth-meta-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.auth-remember {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #4d3620;
}

.auth-link {
    color: #a56c17;
    font-weight: 700;
}

.auth-secondary-link {
    margin-top: 18px;
    text-align: center;
}

.member-list-stack {
    display: grid;
    gap: 18px;
}

.member-list-stack .member-card {
    width: 100%;
}

.members-search-form {
    margin-bottom: 24px;
}

.members-search-panel {
    padding: 22px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(194, 160, 103, 0.18);
    box-shadow: 0 22px 60px rgba(77, 48, 13, 0.08);
}

.members-search-head {
    margin-bottom: 18px;
}

.members-search-eyebrow {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(239, 191, 112, 0.18);
    color: #a56c17;
    font-weight: 800;
    margin-bottom: 12px;
}

.members-search-head h2 {
    margin: 0 0 8px;
    color: #2b1c0d;
    font-size: clamp(24px, 3vw, 34px);
}

.members-search-head p {
    margin: 0;
    color: #72604d;
    line-height: 1.8;
}

.members-search-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(220px, .9fr) auto;
    gap: 14px;
    align-items: end;
}

.members-search-field {
    display: grid;
    gap: 8px;
}

.members-search-field--wide {
    min-width: 0;
}

.members-search-label {
    color: #4d3620;
    font-weight: 700;
    font-size: 14px;
}

.members-search-input-wrap {
    position: relative;
    display: block;
}

.members-search-icon {
    position: absolute;
    top: 50%;
    inset-inline-start: 16px;
    transform: translateY(-50%);
    color: #a56c17;
    pointer-events: none;
}

.members-search-input {
    width: 100%;
    border: 1px solid rgba(181, 145, 91, 0.22);
    background: #fffdfa;
    border-radius: 18px;
    padding: 14px 16px 14px 48px;
    color: #2f2417;
    font-size: 15px;
    outline: none;
}

.members-search-input:focus {
    border-color: rgba(220, 166, 74, 0.7);
    box-shadow: 0 0 0 3px rgba(220, 166, 74, 0.12);
}

.members-filter-select {
    width: 100%;
    border: 1px solid rgba(181, 145, 91, 0.22);
    background: #fffdfa;
    border-radius: 18px;
    padding: 14px 16px;
    color: #2f2417;
    font-size: 15px;
    outline: none;
    min-height: 52px;
}

.members-filter-select:focus {
    border-color: rgba(220, 166, 74, 0.7);
    box-shadow: 0 0 0 3px rgba(220, 166, 74, 0.12);
}

.members-search-actions {
    display: grid;
    gap: 10px;
    align-self: end;
}

.members-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    min-width: 180px;
    padding: 0 24px;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    background: linear-gradient(135deg, #c98f33, #efc66f);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(189, 132, 45, .23);
    transition: transform .28s ease, box-shadow .28s ease;
}

.members-search-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 21px 42px rgba(189, 132, 45, .28);
}

.members-search-submit__icon {
    display: inline-flex;
}

.members-clear-link {
    text-align: center;
    color: #7a5321;
    font-weight: 700;
}

.members-active-filters {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(194, 160, 103, 0.18);
}

.members-active-filters__label {
    color: #6f5a49;
    font-weight: 700;
}

.members-filter-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff4e1;
    border: 1px solid rgba(220, 166, 74, .22);
    color: #9b691f;
    font-weight: 700;
}

.members-results-meta {
    margin-bottom: 18px;
}

.members-results-meta p {
    margin: 0;
    color: #6f5a49;
    font-weight: 700;
}

.gciss-pagination {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.gciss-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(126, 91, 51, .15);
    box-shadow: var(--shadow-soft);
    color: #6a4a1e;
    font-weight: 700;
}

.gciss-page-link.is-active {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: #fff;
    border-color: transparent;
}

.gciss-page-link.is-disabled {
    opacity: .55;
    cursor: not-allowed;
}

@media (max-width: 767px) {
    .members-search-panel {
        padding: 18px;
    }

    .members-search-grid {
        grid-template-columns: 1fr;
    }

    .members-search-submit {
        width: 100%;
        min-width: 0;
    }
}

.member-details-card {
    text-align: center;
}

.member-details-avatar {
    border: none;
    cursor: zoom-in;
    padding: 0;
}

.member-image-lightbox[hidden] {
    display: none;
}

.member-image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
}

.member-image-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(16, 12, 8, .72);
}

.member-image-lightbox-content {
    position: relative;
    z-index: 1;
    width: min(90vw, 900px);
    max-height: 90vh;
    display: grid;
    place-items: center;
}

.member-image-lightbox-content img {
    width: auto;
    max-width: 100%;
    max-height: 86vh;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .3);
}

.member-image-lightbox-close {
    position: absolute;
    top: -14px;
    right: -4px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .15);
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}

.mobile-menu-group {
    background: #fff;
    border: 1px solid rgba(126, 91, 51, .1);
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
    padding: 10px 10px 6px;
}

.mobile-parent-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0px;

    border: none;
    background: transparent;
    cursor: pointer;
    text-align: start;
    font-size: 17px;
}

.mobile-parent-toggle i {
    color: #ab7421;
    transition: transform .25s ease;
}

.mobile-sub-links {
    margin-top: 4px;
    padding-inline-start: 12px;
    border-inline-start: 2px solid rgba(171, 116, 33, .2);
}

.mobile-sub-links a {
    display: block;
    padding: 10px 10px;
    border-radius: 12px;
    margin-bottom: 6px;
    border: none;
    box-shadow: none;
}

.mobile-menu-group.is-active .mobile-parent-toggle {
    color: #ab7421;
}

.mobile-menu-group.is-open .mobile-parent-toggle i {
    transform: rotate(180deg);
}

.mobile-sub-links a.active {

    color: #7a5321;
    font-weight: 700;
}



@media (max-width: 767px) {


    .member-card-actions {
        justify-content: center;
    }
}

#members,
#benefits,
#certificate-sample,
#verification,
#types-pricing,
#apply {
    scroll-margin-top: 130px;
}

@media (max-width: 768px) {

    #members,
    #benefits,
    #certificate-sample,
    #verification,
    #types-pricing,
    #apply {
        scroll-margin-top: 100px;
    }
}

:root {
    --aw-bg: #fbf7f0;
    --aw-card: rgba(255, 255, 255, .82);
    --aw-ink: #2d211d;
    --aw-muted: #79675d;
    --aw-line: rgba(155, 112, 50, .18);
    --aw-gold: #bd842d;
    --aw-shadow: 0 24px 70px rgba(72, 46, 23, .09);
    --aw-radius: 30px;
}

.awards-calm-page {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(233, 189, 103, .20), transparent 34%),
        radial-gradient(circle at 92% 28%, rgba(189, 132, 45, .13), transparent 30%),
        linear-gradient(180deg, #fffaf3 0%, var(--aw-bg) 45%, #fffaf7 100%);
    color: var(--aw-ink);
}


.awards-calm-page .container {
    position: relative;
    z-index: 1;
}

.awards-section-head {
    max-width: 780px;
    margin: 0 auto clamp(26px, 4vw, 48px);
    text-align: center;
}

.awards-section-head h2 {
    margin: 0;
    color: var(--aw-ink);
    font-size: clamp(26px, 3.2vw, 44px);
    line-height: 1.16;
    font-weight: 500;
}

.awards-section-head p {
    margin: 14px auto 0;
    color: var(--aw-muted);
    line-height: 1.8;
    font-size: 16px;
}

.awards-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 9px 17px;
    border: 1px solid var(--aw-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .65);
    color: #9a651d;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .02em;
    box-shadow: 0 12px 35px rgba(156, 105, 39, .08);
    margin-bottom: 7px;
}


.award-list-clean {
    display: grid;
    gap: 18px;
    max-width: 1080px;
    margin: 0 auto;
}

.award-card-clean {
    position: relative;
    display: grid;
    grid-template-columns: 78px 1fr auto;
    gap: 24px;
    align-items: start;
    padding: clamp(22px, 3vw, 34px);
    border-radius: 28px;
    background: var(--aw-card);
    border: 1px solid rgba(155, 112, 50, .15);
    box-shadow: 0 18px 55px rgba(72, 46, 23, .07);
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}


.award-card-clean:hover {
    transform: translateY(-6px);
    border-color: rgba(189, 132, 45, .28);
    box-shadow: 0 28px 75px rgba(72, 46, 23, .12);
}

.award-number-clean {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fff3d7, #f4c96f);
    color: #7d4d12;
    font-weight: 900;
    box-shadow: 0 15px 34px rgba(189, 132, 45, .18);
}

.award-card-clean h3 {
    margin: 0 0 13px;
    color: var(--aw-ink);
    font-size: clamp(21px, 2vw, 30px);
    line-height: 1.25;
    letter-spacing: -.02em;
    font-weight: 900;
}

.award-card-clean p {
    margin: 0 0 14px;
    color: var(--aw-muted);
    font-size: 16px;
    line-height: 1.85;
}

.award-meta-block {
    display: grid;
    gap: 11px;
    margin-top: 18px;
}

.award-meta-block p {
    margin: 0;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 248, 237, .82);
    border: 1px solid rgba(155, 112, 50, .12);
}

.award-meta-block strong {
    color: #4a352d;
}

.award-apply-clean {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #c98f33, #efc66f);
    color: #fff !important;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(189, 132, 45, .23);
    white-space: nowrap;
    transition: transform .28s ease, box-shadow .28s ease;
}

.award-apply-clean:hover {
    transform: translateY(-3px);
    box-shadow: 0 21px 42px rgba(189, 132, 45, .28);
}

.awards-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    max-width: 1080px;
    margin: 0 auto;
}

.awards-info-card {
    padding: clamp(24px, 3vw, 36px);
    border-radius: var(--aw-radius);
    background: rgba(255, 255, 255, .76);
    border: 1px solid rgba(155, 112, 50, .14);
    box-shadow: 0 20px 60px rgba(72, 46, 23, .08);
}

.awards-info-card h2 {
    margin: 0 0 18px;
    color: var(--aw-ink);
    font-size: clamp(22px, 2.4vw, 36px);
    font-weight: 900;
    letter-spacing: -.03em;
}

.awards-info-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 24px;
    margin-bottom: 20px;
}

.awards-info-card p,
.awards-info-card li {
    color: var(--aw-muted);
    line-height: 1.85;
    font-size: 16px;
}

.awards-clean-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    display: grid;
    gap: 12px;
}

.awards-clean-list li {
    position: relative;
    padding: 14px 18px 14px 44px;
    border-radius: 18px;
    background: rgba(255, 248, 237, .74);
    border: 1px solid rgba(155, 112, 50, .12);
}

.awards-clean-list li::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 24px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--aw-gold);
}

html[dir="rtl"] .awards-clean-list li,
[dir="rtl"] .awards-clean-list li {
    padding: 14px 44px 14px 18px;
}

html[dir="rtl"] .awards-clean-list li::before,
[dir="rtl"] .awards-clean-list li::before {
    left: auto;
    right: 18px;
}

.winners-shell-clean {
    max-width: 1180px;
    margin: 0 auto;
}

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

.winner-card-clean {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(155, 112, 50, .14);
    box-shadow: 0 20px 60px rgba(72, 46, 23, .08);
    transition: transform .35s ease, box-shadow .35s ease;
    isolation: isolate;
}





.winner-card-clean:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 80px rgba(72, 46, 23, .14);
}

.winner-image-clean {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #f8ead2, #fffaf4);
}

.winner-image-clean img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .65s ease;
}

.winner-card-clean:hover .winner-image-clean img {
    transform: scale(1.045);
}

.winner-year-clean {
    position: absolute;
    top: 16px;
    inset-inline-start: 16px;
    z-index: 2;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    color: #8a5717;
    font-weight: 900;
    font-size: 13px;
    box-shadow: 0 12px 28px rgba(56, 34, 18, .12);
    backdrop-filter: blur(12px);
}

.winner-content-clean {
    padding: 22px;
}

.winner-award-clean {
    display: inline-flex;
    margin-bottom: 11px;
    color: var(--aw-gold);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.winner-content-clean h3 {
    margin: 8px 0 15px;
    color: var(--aw-ink);
    font-size: clamp(24px, 2vw, 25px);
    line-height: 1.22;
    letter-spacing: -.025em;
    font-weight: 900;
}

.winner-date-clean {
    margin: 0 0 14px;
    color: var(--aw-muted);
    font-size: 14px;
    font-weight: 700;
}

.winner-text-clean {
    color: var(--aw-muted);
    font-size: 15px;
    line-height: 1.75;
}

.winner-empty-clean {
    grid-column: 1 / -1;
    padding: clamp(34px, 5vw, 58px);
    border-radius: var(--aw-radius);
    text-align: center;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(155, 112, 50, .14);
    box-shadow: var(--aw-shadow);
}

.winner-placeholder-clean {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: rgba(189, 132, 45, .62);
    font-size: 54px;
}

@media (max-width: 992px) {
    .awards-info-grid {
        grid-template-columns: 1fr;
    }

    .award-card-clean {
        grid-template-columns: 58px 1fr;
    }

    .award-apply-clean {
        grid-column: 2;
        width: fit-content;
    }

    .winners-grid-clean {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .awards-info-card {
        border-radius: 24px;
    }

    .award-card-clean {
        grid-template-columns: 1fr;
        gap: 15px;
        border-radius: 24px;
    }

    .award-number-clean {
        width: 50px;
        height: 50px;
        border-radius: 17px;
    }

    .award-apply-clean {
        grid-column: auto;
        width: 100%;
    }

    .winners-grid-clean {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .winner-content-clean {
        padding: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .award-card-clean::after,
    .winner-card-clean::before,
    .winner-card-clean::after {
        animation: none;
    }

    .award-card-clean,
    .winner-card-clean,
    .winner-image-clean img,
    .award-apply-clean {
        transition: none;
    }
}



@keyframes winnerAmbientGlow {
    0% {
        opacity: .45;
    }

    50% {
        opacity: .60;
    }

    100% {
        opacity: .75;
    }
}

.winner-card-clean {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.winner-card-clean::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;

    background:
        radial-gradient(circle at 0% 0%,
            rgba(255, 235, 185, .45) 0%,
            rgba(245, 208, 135, .20) 18%,
            transparent 42%),

        linear-gradient(125deg,
            transparent 0%,
            transparent 38%,
            rgba(255, 170, 0, 0.1) 46%,
            rgba(255, 255, 255, .45) 50%,
            rgba(245, 208, 135, .10) 54%,
            transparent 62%,
            transparent 100%);

    background-size: 100% 100%, 240% 100%;
    background-position: 0 0, 0% 50%;

    animation: winnerCornerLight 8s ease-in-out infinite alternate;
    will-change: background-position;
}

@keyframes winnerCornerLight {
    from {
        background-position: 0 0, 0% 50%;
    }

    to {
        background-position: 0 0, 100% 50%;
    }


}

.membership-rich-section {
    margin-top: 10px;
}

.membership-rich-section strong {
    display: block;
    margin-bottom: 6px;
}

.membership-rich-content {
    color: inherit;
    line-height: inherit;
    font-size: 15px
}

.membership-rich-content {
    overflow: hidden;
    max-height: 0;
    opacity: .9;
    transition:
        max-height .85s cubic-bezier(.22, 1, .36, 1),
        opacity .45s ease;
}

.membership-rich-content.is-collapsed {
    opacity: .85;
    overflow: hidden;
    position: relative;
}

.membership-rich-content.is-collapsed * {
    overflow: hidden;
}

.membership-rich-content p:last-child,
.membership-rich-content ul:last-child,
.membership-rich-content ol:last-child {
    margin-bottom: 0;
}

.membership-rich-toggle {
    margin-top: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #dca64a;
    font-weight: 700;
    cursor: pointer;
}

.membership-rich-toggle[hidden] {
    display: none !important;
}

.membership-empty {
    margin: 0;
    font-size: 15px;
}

.membership-rich-toggle {
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #dca64a;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color .25s ease, transform .25s ease;
}

.membership-rich-toggle:hover {
    color: #b8842f;
    transform: translateY(-1px);
}

.toggle-arrow {
    width: 6px;
    height: 6px;
    border-inline-end: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .35s ease;
    margin-top: -3px;
}

.membership-rich-toggle.is-expanded .toggle-arrow {
    transform: rotate(225deg);
    margin-top: -1px;
}