/* Header */
.main-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid rgba(216, 182, 120, 0.24);
    background: rgba(13, 33, 27, 0.98);
    box-shadow: 0 12px 35px rgba(8, 20, 17, 0.16);
    backdrop-filter: blur(16px);
}

.main-header::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--brass), transparent);
    content: "";
}

.main-header-inner {
    display: grid;
    min-height: 86px;
    grid-template-columns: 237px 1fr auto;
    align-items: center;
    gap: 30px;
}

.header-logo {
    display: inline-flex;
    width: 237px;
    padding: 0;
    align-items: center;
    flex: 0 0 237px;
    background: transparent;
}

.header-logo img {
    display: block !important;
    width: 100%;
    height: auto !important;
    max-height: 46px;
    aspect-ratio: auto;
    object-fit: contain !important;
    object-position: left center;
}

.main-header .header-logo img.image-unavailable {
    display: none !important;
}

.footer-logo {
    width: min(100%, 250px);
    max-height: 70px;
    object-fit: contain;
}

.header-logo,
.footer-column:first-child {
    position: relative;
}

.brand-fallback,
.footer-brand-fallback {
    display: none;
    font-family: var(--font-display);
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 0.8;
}

.brand-fallback {
    color: var(--white);
}

.brand-fallback small,
.footer-brand-fallback small {
    display: block;
    margin-top: 7px;
    color: var(--brass);
    font-family: var(--font-body);
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.header-logo:has(.image-unavailable) .brand-fallback,
.footer-column:has(.footer-logo.image-unavailable) .footer-brand-fallback {
    display: block;
}

.footer-brand-fallback {
    margin-bottom: 26px;
    color: var(--white);
    font-size: 2rem;
}

.main-navigation > ul,
.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
}

.main-navigation li {
    position: relative;
}

.main-navigation .has-submenu > a {
    padding-right: 14px;
}

.submenu-toggle {
    position: absolute;
    z-index: 2;
    top: 27px;
    right: -13px;
    display: grid;
    width: 28px;
    height: 28px;
    padding: 0;
    place-items: center;
    border: 0;
    color: rgba(216, 182, 120, 0.82);
    background: transparent;
    font-size: 0.62rem;
    cursor: pointer;
}

.submenu-toggle i {
    transition: transform var(--transition);
}

.has-submenu.submenu-open > .submenu-toggle i {
    transform: rotate(180deg);
}

.main-navigation > ul > li > a {
    position: relative;
    display: block;
    padding: 31px 0;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.78);
    transition: color var(--transition);
}

.main-navigation > ul > li:hover > a,
.main-navigation > ul > li > a.active-menu {
    color: var(--white);
}

.main-navigation > ul > li > a::after {
    position: absolute;
    right: 0;
    bottom: 23px;
    left: 0;
    height: 2px;
    background: var(--brass);
    content: "";
    transform: scaleX(0);
    transition: transform var(--transition);
}

.main-navigation > ul > li:hover > a::after,
.main-navigation .active-menu::after {
    transform: scaleX(1);
}

.main-navigation li ul {
    position: absolute;
    top: calc(100% - 8px);
    left: -22px;
    min-width: 235px;
    padding: 13px;
    border: 1px solid rgba(216, 182, 120, 0.2);
    border-radius: var(--radius-md);
    background: #102b24;
    box-shadow: 0 22px 55px rgba(4, 15, 12, 0.32);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity var(--transition), transform var(--transition);
}

.main-navigation li:hover > ul,
.main-navigation li:focus-within > ul,
.main-navigation li.submenu-open > ul {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.main-navigation li ul a {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
}

.main-navigation li ul a:hover {
    color: var(--white);
    background: rgba(216, 182, 120, 0.12);
}

.header-social,
.footer-social {
    display: flex;
    gap: 8px;
}

.header-social a,
.footer-social a {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    font-size: 0.78rem;
    transition: color var(--transition), background var(--transition), border var(--transition);
}

.header-social a {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.18);
}

.header-social a:hover,
.footer-social a:hover {
    color: var(--white);
    border-color: var(--brass);
    background: var(--brass);
}

.mobile-menu-btn {
    position: relative;
    z-index: 1102;
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(216, 182, 120, 0.45);
    border-radius: 50%;
    color: var(--brass-light);
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
}

.about-section p,
.ceo-content p,
.showcase-content p:not(.card-eyebrow),
.contact-details > p,
.directory-description,
.collection-description,
.feature-card p,
.blog-card p,
.insight-card p,
.reason-card p {
    line-height: 1.62;
}

@media (min-width: 821px) {
    .about-section p,
    .ceo-content p,
    .story-tagline,
    .story-intro {
        text-align: justify;
        text-align-last: left;
        hyphens: auto;
    }

    .ceo-content p[dir="rtl"],
    .about-section p[dir="rtl"] {
        text-align: right;
        text-align-last: right;
    }
}

/* Shared banners */
.page-banner {
    position: relative;
    overflow: hidden;
    padding: clamp(88px, 12vw, 154px) 0;
    text-align: center;
    background:
        radial-gradient(circle at 18% 20%, rgba(184, 138, 69, 0.14), transparent 30%),
        radial-gradient(circle at 82% 90%, rgba(24, 60, 50, 0.12), transparent 32%),
        var(--ivory);
}

.page-banner::before,
.page-banner::after {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(184, 138, 69, 0.25);
    border-radius: 50%;
    content: "";
}

.page-banner::before {
    top: -90px;
    left: -50px;
}

.page-banner::after {
    right: -60px;
    bottom: -110px;
}

.page-banner h1 {
    margin-bottom: 22px;
}

.page-banner p {
    max-width: 720px;
    margin: 0 auto;
}

/* Slider */
.simple-slider {
    position: relative;
    height: min(72vh, 760px);
    min-height: 520px;
    overflow: hidden;
    background:
        linear-gradient(115deg, rgba(16, 43, 36, 0.96), rgba(75, 48, 37, 0.8)),
        var(--forest);
    background-position: center;
    background-size: cover;
}

.simple-slider::after {
    position: absolute;
    right: 8%;
    bottom: 11%;
    max-width: 650px;
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 6vw, 6rem);
    line-height: 0.9;
    text-align: right;
    content: "Made for meaningful living";
    pointer-events: none;
    display: none;
}

.slide {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity 900ms ease;
}

.slide.active {
    z-index: 1;
    opacity: 1;
}

.slide picture,
.slider-img {
    display: block;
    width: 100%;
    height: 100%;
}

.slider-img {
    object-fit: cover;
    object-position: center;
}

.slide-caption {
    position: absolute;
    z-index: 3;
    left: max(22px, calc((100vw - var(--container)) / 2 + 20px));
    bottom: clamp(46px, 8vw, 92px);
    max-width: min(520px, 44vw);
    padding: 4px 0 4px 18px;
    border-left: 3px solid rgba(216, 182, 120, 0.86);
    color: #f5d38a;
    text-align: left;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.88), 0 12px 35px rgba(0, 0, 0, 0.62);
    pointer-events: none;
}

.slide-caption::before {
    position: absolute;
    z-index: -1;
    inset: -18px -26px -18px -22px;
    background: linear-gradient(90deg, rgba(6, 18, 15, 0.64), rgba(6, 18, 15, 0.22), transparent);
    content: "";
    filter: blur(1px);
}

.slide-caption span {
    display: inline-block;
    margin-bottom: 10px;
    color: #d8b678;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.slide-caption h2 {
    margin-bottom: 12px;
    color: #f7d894;
    font-size: clamp(2rem, 4vw, 4.25rem);
    line-height: 0.96;
}

.slide-caption p {
    max-width: 390px;
    color: #f1e0bd;
    font-size: 0.98rem;
    line-height: 1.55;
}

.slide-caption-gold span,
.slide-caption-gold h2 {
    color: #f0c46e;
}

.slide-caption-blue span,
.slide-caption-blue h2 {
    color: #c9d8e8;
}

.slide-caption-ivory span,
.slide-caption-ivory h2 {
    color: #f4dca7;
}

.slide-caption-green span,
.slide-caption-green h2 {
    color: #cfe4ae;
}

@media (max-width: 820px) {
    #simpleSlider.simple-slider .slide picture,
    #simpleSlider.simple-slider .slider-img {
        width: 100%;
        height: 100%;
    }

    #simpleSlider.simple-slider .slider-img {
        object-fit: contain !important;
        object-position: center center !important;
        background: #0d211b;
    }
}

.cinematic-slider .slide.active .slider-img {
    animation: cinematicDrift 8s ease-out forwards;
}

@keyframes cinematicDrift {
    from {
        transform: scale(1.04);
    }

    to {
        transform: scale(1.11);
    }
}

.slider-copy {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: max(24px, calc((100vw - var(--container)) / 2 + 20px));
    width: min(430px, calc(100% - 48px));
    padding: clamp(22px, 3vw, 32px);
    border: 1px solid rgba(216, 182, 120, 0.28);
    border-radius: var(--radius-lg);
    color: rgba(255, 255, 255, 0.9);
    background:
        linear-gradient(135deg, rgba(10, 30, 25, 0.88), rgba(10, 30, 25, 0.58)),
        rgba(10, 30, 25, 0.78);
    box-shadow: 0 24px 60px rgba(4, 15, 12, 0.28);
    backdrop-filter: blur(10px);
    transform: translateY(-50%);
    animation: sliderCopyDesktopExit 5s ease forwards;
}

.slider-copy span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--brass-light);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.slider-copy h1 {
    margin-bottom: 14px;
    color: #fff8ec;
    font-size: clamp(2.35rem, 4.5vw, 4.6rem);
    text-shadow: 0 10px 35px rgba(0, 0, 0, 0.38);
}

.slider-copy p {
    max-width: 350px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.94rem;
}

.slider-copy .primary-btn {
    border-color: var(--brass);
    background: var(--brass);
}

@keyframes sliderCopyDesktopExit {
    0% {
        opacity: 1;
        transform: translate(-36px, -50%);
        visibility: visible;
    }

    20%,
    78% {
        opacity: 1;
        transform: translate(0, -50%);
        visibility: visible;
    }

    100% {
        opacity: 0;
        transform: translate(70px, -50%);
        visibility: hidden;
    }
}

.image-unavailable {
    visibility: hidden;
}

.simple-slider.has-images::after {
    text-shadow: 0 4px 28px rgba(0, 0, 0, 0.35);
}

.simple-slider::after {
    content: none !important;
    display: none !important;
}

.slider-prev,
.slider-next {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    color: var(--white);
    background: rgba(15, 25, 21, 0.26);
    font-size: 2rem;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background var(--transition);
}

.slider-prev { left: 24px; }
.slider-next { right: 24px; }
.slider-prev:hover,
.slider-next:hover { background: var(--brass); }

/* Homepage */
.category-section,
.products-section,
.feature-section,
.testimonial-section,
.blog-section,
.directory-section,
.catalog-section,
.collection-intro-section,
.values-section,
.leadership-section,
.team-groups-section,
.reasons-section,
.blog-index-section {
    padding: clamp(76px, 9vw, 124px) 0;
}

.products-section,
.testimonial-section,
.collection-intro-section,
.team-groups-section {
    background: var(--ivory);
}

.home-visual-section {
    padding: clamp(58px, 7vw, 92px) 0;
    background:
        radial-gradient(circle at 16% 10%, rgba(216, 182, 120, 0.12), transparent 28%),
        var(--paper);
}

.home-visual-card {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(184, 138, 69, 0.18);
    border-radius: var(--radius-lg);
    background: var(--ivory);
    box-shadow: var(--shadow-lg);
}

.home-visual-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center;
    background: var(--ivory);
}

.home-section {
    padding: 100px 0 25px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.category-card {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: linear-gradient(145deg, var(--paper), var(--cream));
    transition: border var(--transition), transform var(--transition), box-shadow var(--transition);
}

div.category-card > a {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 30px;
}

.category-card::after {
    position: absolute;
    top: -35px;
    right: -35px;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(184, 138, 69, 0.28);
    border-radius: 50%;
    content: "";
}

.category-card:hover {
    border-color: var(--brass-light);
    box-shadow: var(--shadow-sm);
    transform: translateY(-6px);
}

.category-card i {
    display: block;
    margin-bottom: 46px;
    color: var(--brass);
    font-size: 2rem;
}

.category-card h2,
.category-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
    font-size: 1.7rem;
}

.category-card span {
    color: var(--muted);
    font-size: 0.8rem;
}

.products-grid,
.feature-grid,
.blog-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.product-card,
.feature-card,
.blog-card {
    position: relative;
    padding: 38px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--paper);
    box-shadow: var(--shadow-sm);
}

.product-card {
    min-height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(150deg, var(--forest-deep), #315146);
    overflow: hidden;
}

.product-card h3,
.product-card p {
    position: relative;
    z-index: 2;
    color: var(--white);
}

.product-card > img {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 24, 20, 0.92), rgba(10, 24, 20, 0.05) 75%);
    content: "";
}

.product-card::before {
    position: absolute;
    top: 32px;
    left: 38px;
    z-index: 2;
    color: var(--brass-light);
    font-family: "Font Awesome 6 Free";
    font-size: 2.3rem;
    font-weight: 900;
    content: "\f4b8";
}

.product-card:has(img:not(.image-unavailable))::before {
    display: none;
}

.feature-card > i,
.feature-icon,
.contact-icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 28px;
    place-items: center;
    border-radius: 50%;
    color: var(--brass);
    background: rgba(184, 138, 69, 0.12);
}

.feature-card p,
.blog-card p {
    color: var(--muted);
}

.luxury-blog {
    padding-top: 80px;
}

.luxury-blog::before {
    position: absolute;
    top: 38px;
    left: 38px;
    width: 40px;
    height: 1px;
    background: var(--brass);
    content: "";
}

.cta-section {
    padding: 40px 0 100px;
}

.cta-content {
    padding: clamp(45px, 8vw, 90px);
    border-radius: var(--radius-lg);
    color: rgba(255, 255, 255, 0.78);
    text-align: center;
    background:
        radial-gradient(circle at 20% 10%, rgba(216, 182, 120, 0.18), transparent 25%),
        var(--forest-deep);
}

.cta-content h2 {
    max-width: 760px;
    margin-inline: auto;
    color: var(--white);
}

.cta-content p {
    max-width: 680px;
    margin: 0 auto 30px;
}

.cta-content .primary-btn {
    border-color: var(--brass);
    background: var(--brass);
}

.cta-content .secondary-btn {
    margin-left: 8px;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.45);
}

/* Product and collection directories */
.directory-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.directory-card {
    position: relative;
    min-height: 330px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--paper);
    transition: transform var(--transition), box-shadow var(--transition), border var(--transition);
}

.directory-card-image {
    width: 100%;
    height: 245px;
    object-fit: cover;
    background: linear-gradient(145deg, var(--forest-deep), var(--walnut));
}

.directory-card-content {
    display: block;
    padding: 34px 38px 40px;
}

.directory-card:hover {
    border-color: var(--brass-light);
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.directory-icon {
    position: absolute;
    top: 34px;
    right: 36px;
    z-index: 2;
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border-radius: 50%;
    color: var(--brass-light);
    background: rgba(16, 43, 36, 0.84);
    font-size: 1.8rem;
}

.directory-card:has(.directory-card-image:not(.image-unavailable)) .directory-icon {
    background: rgba(16, 43, 36, 0.78);
    backdrop-filter: blur(8px);
}

.directory-card h2 {
    max-width: 70%;
    margin-bottom: 15px;
    font-size: 2.4rem;
}

.directory-description {
    display: block;
    max-width: 88%;
    margin-bottom: 30px;
    color: var(--muted);
}

.collection-directory-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.collection-directory-card {
    position: relative;
    min-height: 390px;
    padding: 48px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    color: rgba(255, 255, 255, 0.76);
    background: var(--forest-deep);
    transition: transform var(--transition), box-shadow var(--transition);
}

.collection-directory-card:nth-child(2),
.collection-directory-card:nth-child(3) {
    background: var(--walnut);
}

.collection-directory-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px);
}

.collection-directory-card > i {
    margin-bottom: 65px;
    color: var(--brass-light);
    font-size: 2.5rem;
}

.collection-directory-card h2,
.collection-directory-card .text-link {
    color: var(--white);
}

.product-showcase-grid {
    display: grid;
    gap: 32px;
}

.showcase-card {
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(300px, 0.85fr) 1fr;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--paper);
}

.collection-card-image {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-directory-card::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(to top, rgba(9, 25, 20, 0.96), rgba(9, 25, 20, 0.12));
    content: "";
}

.collection-card-content,
.collection-directory-card > i {
    position: relative;
    z-index: 2;
}

.collection-card-content {
    display: block;
}

.collection-description {
    display: block;
    margin-bottom: 28px;
}

.showcase-card:nth-child(even) .showcase-visual {
    order: 2;
}

.showcase-visual {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 360px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    color: var(--white);
    background: var(--forest-deep);
}

.showcase-visual img {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcase-visual::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 28, 23, 0.74), transparent 58%);
    content: "";
}

.showcase-visual.tone-2 { background: var(--walnut); }
.showcase-visual.tone-3 { background: #6e634d; }
.showcase-visual i { position: relative; z-index: 2; color: var(--brass-light); font-size: 5.5rem; }
.showcase-visual span { position: relative; z-index: 2; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; }
.showcase-visual:has(img:not(.image-unavailable)) i { display: none; }
.showcase-visual:has(img:not(.image-unavailable)) span { position: absolute; right: 24px; bottom: 22px; left: 24px; }

.showcase-content {
    display: flex;
    padding: clamp(38px, 6vw, 74px);
    flex-direction: column;
    justify-content: center;
}

.showcase-content h2 { margin-bottom: 16px; }
.showcase-content p:not(.card-eyebrow) { margin-bottom: 28px; color: var(--muted); }

.service-strip {
    padding: 38px 0;
    color: var(--white);
    background: var(--forest);
}

.service-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.service-strip-grid div { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 0.8rem; }
.service-strip-grid i { color: var(--brass-light); }

.collection-intro-grid {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    align-items: center;
    gap: clamp(50px, 9vw, 120px);
}

.collection-emblem {
    position: relative;
    overflow: hidden;
    display: grid;
    aspect-ratio: 1;
    max-width: 470px;
    place-items: center;
    border-radius: 50% 50% 46% 54% / 56% 44% 56% 44%;
    color: var(--brass-light);
    background: var(--forest-deep);
    box-shadow: var(--shadow-lg);
}

.collection-emblem img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.collection-emblem i { position: relative; z-index: 1; font-size: clamp(5rem, 12vw, 9rem); }
.collection-emblem:has(img:not(.image-unavailable)) i { display: none; }

.check-list {
    display: grid;
    margin: 30px 0 0;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 24px;
    list-style: none;
}

.check-list li::before {
    margin-right: 10px;
    color: var(--brass);
    content: "\2713";
}

/* About, story, CEO and team */
.split-story-section,
.about-section {
    padding: clamp(76px, 9vw, 130px) 0;
}

.split-story-grid,
.leadership-grid {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
    align-items: center;
    gap: clamp(50px, 9vw, 120px);
}

.heritage-mark {
    display: flex;
    aspect-ratio: 1;
    max-width: 440px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 233, 170, 0.9);
    border-radius: 50%;
    background:
        radial-gradient(circle at 34% 28%, #fff3b8, transparent 28%),
        linear-gradient(145deg, #f7d774, #c99128 48%, #f4cf67);
    box-shadow:
        0 0 0 1px rgba(255, 235, 170, 0.55),
        0 20px 55px rgba(153, 99, 22, 0.24);
    animation: heritageGoldPulse 2.6s ease-in-out infinite;
}

.about-visual {
    position: relative;
    min-height: 580px;
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: var(--forest-deep);
    box-shadow: var(--shadow-lg);
}

.about-visual > img {
    width: 100%;
    height: 100%;
    min-height: 580px;
    object-fit: cover;
}

.heritage-badge {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    width: 185px;
    height: 185px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
    text-align: center;
    background: rgba(16, 43, 36, 0.9);
    backdrop-filter: blur(8px);
}

.heritage-badge strong {
    font-family: var(--font-display);
    font-size: 3.5rem;
    line-height: 0.9;
}

.heritage-badge span {
    max-width: 110px;
    margin-top: 12px;
    color: var(--brass-light);
    font-size: 0.64rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.heritage-mark strong {
    color: var(--forest);
    font-family: var(--font-display);
    font-size: clamp(5rem, 12vw, 9rem);
    line-height: 0.9;
}

.heritage-mark span { margin-top: 20px; color: #173b2f; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; }

@keyframes heritageGoldPulse {
    0%,
    100% {
        box-shadow:
            0 0 0 1px rgba(255, 235, 170, 0.55),
            0 20px 55px rgba(153, 99, 22, 0.24);
        filter: brightness(1);
    }

    50% {
        box-shadow:
            0 0 0 5px rgba(255, 218, 98, 0.28),
            0 0 42px rgba(255, 203, 71, 0.58),
            0 24px 70px rgba(153, 99, 22, 0.34);
        filter: brightness(1.08);
    }
}

.about-section > .container {
    max-width: 920px;
}

.story-tagline,
.story-intro {
    margin-bottom: 55px;
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid rgba(184, 138, 69, 0.18);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 12% 10%, rgba(216, 182, 120, 0.18), transparent 30%),
        linear-gradient(145deg, var(--paper), var(--ivory));
    box-shadow: var(--shadow-sm);
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    line-height: 1.45;
}

.founder-highlight {
    margin: 55px 0;
    padding: 38px;
    border: 1px solid rgba(184, 138, 69, 0.2);
    border-left: 4px solid var(--brass);
    border-radius: var(--radius-md);
    background:
        radial-gradient(circle at 100% 0, rgba(184, 138, 69, 0.16), transparent 28%),
        var(--ivory);
    box-shadow: var(--shadow-sm);
}

.founder-highlight h2 { font-size: 2rem; }

.founder-image {
    max-width: 620px;
    margin: 60px auto;
    text-align: center;
}

.founder-image img {
    width: 100%;
    max-height: 660px;
    border-radius: var(--radius-lg);
    object-fit: cover;
    box-shadow: var(--shadow-lg);
}

.founder-caption { margin-top: 20px; font-weight: 600; }
.founder-caption span { display: block; color: var(--muted); font-size: 0.8rem; font-weight: 400; }

.about-section h2:not(.founder-highlight h2) { margin-top: 65px; margin-bottom: 22px; font-size: 2.5rem; }
.founder-quote {
    margin: 28px 0 34px;
    padding: 30px 36px;
    border: 1px solid rgba(216, 182, 120, 0.28);
    border-radius: var(--radius-md);
    color: var(--brass-light);
    background: var(--forest-deep);
    box-shadow: var(--shadow-sm);
    font-family: var(--font-display);
    font-size: 2rem;
    font-style: italic;
}

.story-closing-quote {
    margin: 70px auto 0;
    padding: 35px;
    border: 1px solid rgba(216, 182, 120, 0.25);
    border-top: 4px solid var(--brass);
    border-radius: var(--radius-lg);
    color: var(--white);
    background:
        radial-gradient(circle at 18% 20%, rgba(216, 182, 120, 0.2), transparent 30%),
        var(--forest-deep);
    box-shadow: var(--shadow-sm);
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 600;
    text-align: center;
}

.ceo-message-section { padding: clamp(76px, 9vw, 130px) 0; }
.ceo-wrapper { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr); align-items: start; gap: clamp(50px, 8vw, 100px); }
.ceo-content {
    padding: clamp(30px, 5vw, 58px);
    border: 1px solid rgba(184, 138, 69, 0.18);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 7% 0, rgba(216, 182, 120, 0.16), transparent 28%),
        linear-gradient(145deg, var(--paper), var(--ivory));
    box-shadow: var(--shadow-sm);
}
.ceo-content h1 { margin-bottom: 35px; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.ceo-content p { color: var(--ink-soft); }
.ceo-content .commitment-heading { margin-top: 44px; font-size: 2.2rem; }
.ceo-points,
.urdu-list {
    padding: 25px 40px;
    border: 1px solid rgba(184, 138, 69, 0.18);
    border-radius: var(--radius-md);
    background: var(--paper);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}
.ceo-points li,
.urdu-list li { margin: 7px 0; }
.ceo-message-urdu {
    margin-top: 55px;
    padding: 34px;
    border: 1px solid rgba(184, 138, 69, 0.18);
    border-radius: var(--radius-md);
    background:
        radial-gradient(circle at 100% 0, rgba(216, 182, 120, 0.14), transparent 30%),
        var(--paper);
    font-family: "Noto Nastaliq Urdu", serif;
    font-size: 1.05rem;
    line-height: 2.2;
}
.commitment-heading-urdu { margin-top: 40px; font-size: 2rem; }
.ceo-signature { margin-top: 45px; padding: 28px 0 0; border-top: 1px solid var(--line); }
.ceo-image { position: sticky; top: 120px; }
.ceo-image img { width: 100%; min-height: 450px; border-radius: var(--radius-lg); object-fit: cover; box-shadow: var(--shadow-lg); }

.leadership-portrait {
    position: relative;
    overflow: hidden;
    display: grid;
    aspect-ratio: 0.9;
    place-items: center;
    border-radius: var(--radius-lg);
    color: var(--brass-light);
    background: var(--forest-deep);
    box-shadow: var(--shadow-lg);
}
.leadership-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.leadership-portrait i { position: relative; z-index: 1; font-size: 8rem; }
.leadership-portrait:has(img:not(.image-unavailable)) i { display: none; }

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

.reason-card {
    min-height: 290px;
    padding: 38px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--paper);
}

.reason-card > span { color: var(--brass); font-family: var(--font-display); font-size: 2rem; }
.reason-card h2 { margin: 45px 0 15px; font-size: 1.9rem; }
.reason-card p { color: var(--muted); }

.why-promise-section {
    background:
        radial-gradient(circle at 18% 12%, rgba(216, 182, 120, 0.12), transparent 28%),
        var(--ivory);
}

.why-banner {
    background:
        radial-gradient(circle at 14% 18%, rgba(216, 182, 120, 0.22), transparent 28%),
        linear-gradient(135deg, rgba(112, 70, 38, 0.16), rgba(244, 236, 221, 0.92)),
        var(--ivory);
}

.why-banner h1 {
    color: #4b2f22;
}

.why-banner p {
    color: #6d5746;
}

.reasons-section .reason-card {
    overflow: hidden;
    border-color: rgba(184, 138, 69, 0.22);
    background:
        radial-gradient(circle at 100% 0, rgba(255, 235, 190, 0.2), transparent 32%),
        linear-gradient(145deg, #fff8ec, #f1dfc4);
}

.reasons-section .reason-card:nth-child(2) {
    background:
        radial-gradient(circle at 100% 0, rgba(216, 182, 120, 0.2), transparent 32%),
        linear-gradient(145deg, #f6e6cf, #d6b486);
}

.reasons-section .reason-card:nth-child(3) {
    background:
        radial-gradient(circle at 100% 0, rgba(255, 220, 170, 0.18), transparent 32%),
        linear-gradient(145deg, #e9cfab, #b9844f);
}

.reasons-section .reason-card:nth-child(4) {
    background:
        radial-gradient(circle at 100% 0, rgba(255, 232, 190, 0.14), transparent 32%),
        linear-gradient(145deg, #8a5a36, #4b2f22);
}

.reasons-section .reason-card:nth-child(5) {
    background:
        radial-gradient(circle at 100% 0, rgba(216, 182, 120, 0.16), transparent 32%),
        linear-gradient(145deg, #6d4a32, #2f2119);
}

.reasons-section .reason-card:nth-child(6) {
    background:
        radial-gradient(circle at 100% 0, rgba(216, 182, 120, 0.18), transparent 32%),
        linear-gradient(145deg, #3b2a21, #102b24);
}

.reasons-section .reason-card:nth-child(n+4) h2,
.reasons-section .reason-card:nth-child(n+4) p {
    color: rgba(255, 248, 236, 0.86);
}

.reasons-section .reason-card:nth-child(n+4) > span {
    color: var(--brass-light);
}

.why-promise-section .feature-card {
    border-color: rgba(184, 138, 69, 0.2);
    background:
        linear-gradient(145deg, rgba(255, 248, 236, 0.96), rgba(235, 214, 181, 0.92));
}

/* Blog */
.blog-index-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.insight-card {
    display: flex;
    min-height: 390px;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--paper);
    transition: transform var(--transition), box-shadow var(--transition);
}

.insight-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.insight-image { position: relative; height: 215px; overflow: hidden; background: var(--forest-deep); }
.insight-image > img { width: 100%; height: 100%; object-fit: cover; }
.insight-icon { position: absolute; right: 22px; bottom: -1px; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50% 50% 0 0; color: var(--brass); background: var(--paper); font-size: 1.3rem; }
.insight-content { display: flex; padding: 32px; flex: 1; flex-direction: column; align-items: flex-start; }
.insight-card h2 { font-size: 2rem; }
.insight-card p { color: var(--muted); }
.insight-card .text-link { margin-top: auto; padding-top: 25px; }

/* Contact */
.contact-section { padding: clamp(76px, 9vw, 124px) 0; }
.contact-layout { display: grid; grid-template-columns: 1fr 0.85fr; align-items: start; gap: clamp(40px, 7vw, 90px); }
.contact-hero-image img { width: 100%; max-height: 440px; margin-bottom: 40px; border-radius: var(--radius-lg); object-fit: cover; background: var(--ivory); }
.contact-details > p { max-width: 650px; color: var(--muted); }
.contact-banner {
    background:
        radial-gradient(circle at 18% 18%, rgba(216, 182, 120, 0.24), transparent 30%),
        linear-gradient(135deg, rgba(112, 70, 38, 0.12), rgba(244, 236, 221, 0.92)),
        var(--ivory);
}
.contact-showcase {
    position: relative;
    overflow: hidden;
    min-height: 410px;
    margin-bottom: 34px;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(135deg, rgba(45, 30, 22, 0.92), rgba(16, 43, 36, 0.66)),
        url("/assets/img/sliders/cinematic_1.webp") center / cover;
    box-shadow: var(--shadow-lg);
}
.contact-showcase::after {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 88% 18%, rgba(216, 182, 120, 0.24), transparent 28%),
        linear-gradient(90deg, rgba(8, 24, 20, 0.92), rgba(8, 24, 20, 0.22));
    content: "";
}
.contact-showcase-content {
    position: relative;
    z-index: 1;
    max-width: 520px;
    padding: clamp(34px, 6vw, 62px);
    color: rgba(255, 248, 236, 0.84);
}
.contact-showcase-content h2 {
    color: var(--white);
}
.contact-showcase-content p {
    color: rgba(255, 248, 236, 0.78);
}
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 38px; }
.contact-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
.contact-cards .contact-card {
    border-color: rgba(184, 138, 69, 0.22);
    background:
        radial-gradient(circle at 100% 0, rgba(216, 182, 120, 0.18), transparent 30%),
        linear-gradient(145deg, #fff8ec, #f0dcc0);
}
.contact-card h3 { margin-bottom: 10px; }
.contact-mini-note {
    display: flex;
    margin-top: 22px;
    padding: 18px 20px;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid rgba(184, 138, 69, 0.18);
    border-radius: var(--radius-md);
    color: #5d4a37;
    background: linear-gradient(145deg, #fff8ec, #f1dfc4);
    font-size: 0.9rem;
}
.contact-mini-note i {
    margin-top: 4px;
    color: var(--brass);
}
.contact-form-card { padding: clamp(32px, 5vw, 55px); border: 1px solid rgba(184, 138, 69, 0.22); border-radius: var(--radius-lg); background: linear-gradient(145deg, #fff8ec, #ead4b4); box-shadow: var(--shadow-sm); }
.contact-form-intro { margin-bottom: 24px; color: var(--muted); }
.contact-form { display: grid; gap: 12px; }
.contact-form label { margin-top: 5px; font-size: 0.78rem; font-weight: 600; }
.contact-form input,
.contact-form textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: var(--paper); resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--brass); outline: none; box-shadow: 0 0 0 3px rgba(184, 138, 69, 0.12); }
.contact-form .primary-btn { margin-top: 12px; cursor: pointer; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-notice { margin-bottom: 20px; padding: 13px 15px; border: 1px solid; border-radius: 9px; font-size: 0.82rem; }
.form-notice-success { color: #23623c; border-color: #b9ddc7; background: #ebf8ef; }
.form-notice-error { color: #8b3030; border-color: #edc2c2; background: #fff0f0; }
.contact-map-bottom { padding: 0 0 clamp(60px, 7vw, 90px); }
.map-card { padding: 0; overflow: hidden; }
.map-card {
    border-color: rgba(184, 138, 69, 0.22);
    background: linear-gradient(145deg, #fff8ec, #efe0c8);
    box-shadow: var(--shadow-sm);
}
.map-card > .contact-icon,
.map-card > h2 { margin-left: 32px; }
.map-card > .contact-icon { margin-top: 32px; }
.map-card iframe { display: block; width: 100%; height: 430px; margin-top: 25px; border: 0; }

.contact-chair-section {
    padding: clamp(76px, 9vw, 124px) 0;
    background:
        radial-gradient(circle at 14% 10%, rgba(216, 182, 120, 0.16), transparent 28%),
        linear-gradient(145deg, #f8efe2, #efe0c8);
}

.chair-showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.chair-showcase-card {
    overflow: hidden;
    border: 1px solid rgba(184, 138, 69, 0.26);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(145deg, #fff8ec, #e7ceb0);
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.chair-showcase-card:hover {
    border-color: var(--brass-light);
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.chair-showcase-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    background:
        radial-gradient(circle at center, #fff8ec, #d9b98d);
}

.chair-showcase-card div {
    padding: 22px;
}

.chair-showcase-card h3 {
    margin-bottom: 8px;
    color: #4b2f22;
    font-size: 1.5rem;
}

.chair-showcase-card p {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

/* Footer */
.premium-footer {
    padding: 80px 0 0;
    color: rgba(255, 255, 255, 0.68);
    background: #0d211b;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr 1.1fr;
    gap: 50px;
    padding-bottom: 65px;
}

.premium-footer h3 { color: var(--white); font-size: 1.35rem; }
.premium-footer a { transition: color var(--transition); }
.premium-footer a:hover { color: var(--brass-light); }
.footer-logo { margin-bottom: 25px; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-social a { color: var(--white); border-color: rgba(255, 255, 255, 0.2); }
.footer-bottom { padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.78rem; text-align: center; }

.whatsapp-button {
    position: fixed;
    z-index: 900;
    right: 24px;
    bottom: 24px;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    transition: transform var(--transition);
}

.whatsapp-button:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-button img { display: none; }
.whatsapp-button::after { color: var(--white); font-family: "Font Awesome 6 Brands"; font-size: 1.8rem; content: "\f232"; }
.whatsapp-button .image-unavailable { display: none; }
