* {
    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;
    }
}