/* About page: scoped, bilingual, and intentionally independent of Elementor layout CSS. */
.wahet-about-v2 {
    --about-ink:#40263b;
    --about-plum:#61405e;
    --about-gold:#a39154;
    --about-gold-soft:#e0d194;
    --about-cream:#fffaf0;
    --about-line:rgba(163,145,84,.34);
    width:100%;
    overflow:hidden;
    color:#332a31;
    background:#fffdf9;
    font-size:16px;
    line-height:1.8;
}

.wahet-about-v2 *,
.wahet-about-v2 *::before,
.wahet-about-v2 *::after { box-sizing:border-box; }

.wahet-about-shell {
    width:min(100% - 32px, 1180px);
    margin-inline:auto;
}

.wahet-about-v2__hero {
    position:relative;
    padding:clamp(56px,8vw,108px) 0 clamp(48px,6vw,82px);
    background:
        radial-gradient(circle at 12% 16%,rgba(224,209,148,.34),transparent 29%),
        linear-gradient(135deg,#fffdf8 0%,#fff5df 57%,#f0e8ef 100%);
}

.wahet-about-v2__hero::after {
    content:"";
    position:absolute;
    inset:0;
    opacity:.25;
    background-image:radial-gradient(circle at 1px 1px,rgba(97,64,94,.24) 1px,transparent 1.3px);
    background-size:26px 26px;
    pointer-events:none;
}

.wahet-about-v2__hero .wahet-about-shell {
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(190px,290px);
    align-items:center;
    gap:clamp(28px,6vw,88px);
}

.wahet-about-v2__hero-copy { max-width:820px; }

.wahet-about-eyebrow,
.wahet-about-heading > p,
.wahet-about-card__kicker {
    margin:0 0 10px;
    color:var(--about-gold);
    font-size:13px;
    font-weight:700;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.wahet-about-v2 h1 {
    max-width:940px;
    margin:0;
    color:var(--about-ink);
    font-size:clamp(34px,5vw,66px);
    font-weight:600;
    letter-spacing:-.035em;
    line-height:1.18;
}

.wahet-about-lead {
    max-width:780px;
    margin:22px 0 0;
    color:#594d56;
    font-size:clamp(17px,1.7vw,21px);
    line-height:1.9;
}

.wahet-about-v2__hero-visual {
    position:relative;
    display:grid;
    width:clamp(220px,24vw,310px);
    place-items:center;
    gap:16px;
}

.wahet-about-v2__hero-logo {
    display:grid;
    width:clamp(170px,19vw,238px);
    aspect-ratio:1;
    place-items:center;
    border:1px solid var(--about-line);
    border-radius:50%;
    background:rgba(255,255,255,.66);
    box-shadow:0 24px 65px rgba(64,38,59,.12),inset 0 0 0 16px rgba(224,209,148,.13);
}

.wahet-about-v2__hero-logo img {
    width:74%;
    height:74%;
    object-fit:contain;
    filter:none;
}

@supports ((-webkit-mask-image:var(--wahet-about-logo)) or (mask-image:var(--wahet-about-logo))) {
    .wahet-about-v2__hero-logo { position:relative; }
    .wahet-about-v2__hero-logo::after {
        content:"";
        position:absolute;
        inset:13%;
        background:#40263b;
        -webkit-mask:var(--wahet-about-logo) center/contain no-repeat;
        mask:var(--wahet-about-logo) center/contain no-repeat;
    }
    .wahet-about-v2__hero-logo img { visibility:hidden; }
}

.wahet-about-v2__hero-chips { display:grid;width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px; }
.wahet-about-v2__hero-chips span { padding:9px 6px;border:1px solid var(--about-line);border-radius:12px;background:#fff;text-align:center;color:#675a64;font-size:10px;line-height:1.35;box-shadow:0 8px 20px rgba(64,38,59,.07); }
.wahet-about-v2__hero-chips strong { display:block;color:var(--about-ink);font-size:15px;direction:ltr; }

.wahet-about-actions {
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px;
}

.wahet-about-button {
    display:inline-flex;
    min-height:48px;
    align-items:center;
    justify-content:center;
    padding:11px 22px;
    border:1px solid var(--about-gold);
    border-radius:999px;
    background:#fffdf9;
    color:var(--about-ink);
    font-weight:700;
    text-decoration:none;
    transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease;
}

.wahet-about-button--primary {
    border-color:var(--about-ink);
    background:var(--about-ink);
    color:#fffaf0;
}

.wahet-about-button:hover,
.wahet-about-button:focus-visible {
    transform:translateY(-2px);
    box-shadow:0 10px 24px rgba(64,38,59,.17);
}

.wahet-about-button:focus-visible,
.wahet-about-documents a:focus-visible {
    outline:3px solid var(--about-gold-soft);
    outline-offset:3px;
}

.wahet-about-stats {
    position:relative;
    z-index:2;
    margin-top:-1px;
    border-block:1px solid var(--about-line);
    background:#fff;
}

.wahet-about-stats__grid {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
}

.wahet-about-stat {
    min-width:0;
    padding:clamp(22px,3vw,34px) clamp(14px,2.5vw,28px);
    border-inline-end:1px solid var(--about-line);
    text-align:center;
}

.wahet-about-stat:last-child { border-inline-end:0; }
.wahet-about-stat strong { display:block;color:var(--about-ink);font-size:clamp(27px,3vw,42px);font-weight:600;line-height:1.2; }
.wahet-about-stat span { display:block;margin-top:7px;color:#6a5d67;font-size:14px;line-height:1.55; }

.wahet-about-section { padding:clamp(64px,8vw,108px) 0; }
.wahet-about-section--tint { background:linear-gradient(135deg,#fff9ed,#f8f1f7); }
.wahet-about-heading { max-width:780px;margin-bottom:clamp(28px,4vw,48px); }
.wahet-about-heading h2,
.wahet-about-b2b h2,
.wahet-about-final h2 {
    margin:0;
    color:var(--about-ink);
    font-size:clamp(28px,3.8vw,48px);
    font-weight:600;
    letter-spacing:-.025em;
    line-height:1.25;
}

.wahet-about-timeline {
    position:relative;
    display:grid;
    margin:0;
    padding:0;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    list-style:none;
}

.wahet-about-timeline::before { content:"";position:absolute;inset:22px 4% auto;height:2px;background:linear-gradient(90deg,var(--about-gold-soft),var(--about-plum),var(--about-gold-soft));opacity:.45; }

.wahet-about-timeline li {
    position:relative;
    min-height:174px;
    padding:25px;
    border:1px solid var(--about-line);
    border-radius:18px;
    background:#fff;
    box-shadow:0 10px 28px rgba(64,38,59,.06);
}
.wahet-about-timeline li::before { content:"";position:absolute;inset-block-start:-7px;inset-inline-start:24px;width:13px;height:13px;border:3px solid #fff;border-radius:50%;background:var(--about-gold);box-shadow:0 0 0 1px var(--about-gold); }

.wahet-about-timeline time { display:block;margin-bottom:12px;color:var(--about-gold);font-size:18px;font-weight:800;direction:ltr; }
.wahet-about-timeline p { margin:0;color:#5a4d57; }

.wahet-about-cards { display:grid;gap:18px; }
.wahet-about-cards--three { grid-template-columns:repeat(3,minmax(0,1fr)); }
.wahet-about-cards--process { grid-template-columns:repeat(5,minmax(0,1fr)); }
.wahet-about-cards--process .wahet-about-card { position:relative;padding:22px 18px; }
.wahet-about-cards--process .wahet-about-card:not(:last-child)::after { content:"→";position:absolute;z-index:2;inset-block-start:50%;inset-inline-end:-17px;width:26px;height:26px;border-radius:50%;background:var(--about-gold);color:#fff;text-align:center;line-height:26px;transform:translateY(-50%); }
[dir="rtl"] .wahet-about-cards--process .wahet-about-card:not(:last-child)::after { content:"←"; }

.wahet-about-card {
    min-width:0;
    padding:clamp(22px,3vw,32px);
    border:1px solid var(--about-line);
    border-radius:20px;
    background:rgba(255,255,255,.9);
    box-shadow:0 12px 30px rgba(64,38,59,.06);
}

.wahet-about-card h3 { margin:0;color:var(--about-ink);font-size:21px;font-weight:650;line-height:1.4; }
.wahet-about-card p:not(.wahet-about-card__kicker) { margin:12px 0 0;color:#62555f; }
.wahet-about-cards--process .wahet-about-card__kicker { font-size:20px;letter-spacing:.04em; }

.wahet-about-section--split { background:var(--about-ink);color:#fff; }
.wahet-about-split { display:grid;grid-template-columns:minmax(0,1.5fr) minmax(230px,.5fr);align-items:center;gap:clamp(30px,7vw,90px); }
.wahet-about-section--split .wahet-about-heading > p { color:var(--about-gold-soft); }
.wahet-about-section--split .wahet-about-heading h2 { color:#fffaf0; }
.wahet-about-section--split .wahet-about-heading { margin-bottom:18px; }
.wahet-about-section--split p { color:#eadfeb; }
.wahet-about-split aside { padding:28px;border:1px solid rgba(224,209,148,.45);border-radius:22px;background:rgba(255,255,255,.06);text-align:center; }
.wahet-about-split aside strong { display:block;color:var(--about-gold-soft);font-size:clamp(48px,7vw,78px);font-weight:600;line-height:1;direction:ltr; }
.wahet-about-split aside span { display:block;margin-top:13px;color:#fff; }

.wahet-about-growth { background:var(--about-ink);color:#fff; }
.wahet-about-growth .wahet-about-heading > p { color:var(--about-gold-soft); }
.wahet-about-growth .wahet-about-heading h2 { color:#fffaf0; }
.wahet-about-growth__grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px; }
.wahet-about-growth__grid article { padding:clamp(24px,3vw,34px);border:1px solid rgba(224,209,148,.38);border-radius:22px;background:rgba(255,255,255,.06); }
.wahet-about-growth__grid h3 { margin:0 0 22px;color:var(--about-gold-soft);font-size:22px; }
.wahet-about-growth__grid p { margin:20px 0 0;color:#eadfeb; }
.wahet-about-growth__land { display:flex;align-items:center;gap:14px;direction:ltr; }
.wahet-about-growth__land span,.wahet-about-growth__land strong { color:#fff;font-size:clamp(24px,4vw,42px); }
.wahet-about-growth__land i { height:8px;flex:1;border-radius:999px;background:linear-gradient(90deg,var(--about-gold),var(--about-gold-soft)); }
.wahet-about-production-bars { display:grid;gap:13px;direction:ltr; }
.wahet-about-production-bars span { display:grid;grid-template-columns:minmax(0,1fr) 95px;align-items:center;gap:12px; }
.wahet-about-production-bars b { width:var(--bar);min-width:74px;padding:8px 12px;border-radius:8px;background:linear-gradient(90deg,var(--about-gold),var(--about-gold-soft));color:var(--about-ink); }
.wahet-about-production-bars small { color:#fff;text-align:left; }

.wahet-about-tags { display:flex;margin:0;padding:0;flex-wrap:wrap;gap:12px;list-style:none; }
.wahet-about-tags li { padding:11px 18px;border:1px solid var(--about-line);border-radius:999px;background:#fff;color:var(--about-ink);font-weight:650;box-shadow:0 6px 16px rgba(64,38,59,.05); }
.wahet-about-tags--gold li { background:#fffdf8;color:#6c5824; }
.wahet-about-wide-copy { max-width:900px;margin:0;color:#5c5059;font-size:clamp(16px,1.5vw,19px); }

.wahet-about-quality { background:#f8f2e7; }
.wahet-about-documents { display:grid;margin-top:32px;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px; }
.wahet-about-documents article { display:flex;min-width:0;padding:25px;flex-direction:column;border:1px solid var(--about-line);border-radius:18px;background:#fff; }
.wahet-about-documents h3 { margin:0;color:var(--about-ink);font-size:19px;line-height:1.45; }
.wahet-about-documents p { margin:12px 0 22px;color:#665a63;font-size:14px;line-height:1.75; }
.wahet-about-documents a { display:inline-flex;align-self:flex-start;margin-top:auto;align-items:center;gap:8px;color:var(--about-plum);font-weight:800;text-underline-offset:4px; }
.wahet-about-documents svg { flex:0 0 auto; }

.wahet-about-locations { position:relative;display:grid;margin-bottom:26px;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px; }
.wahet-about-locations::before { content:"";position:absolute;z-index:0;inset:34px 12% auto;height:2px;background:linear-gradient(90deg,var(--about-gold-soft),var(--about-plum),var(--about-gold-soft)); }
.wahet-about-locations article { position:relative;z-index:1;padding:25px;border:1px solid var(--about-line);border-radius:20px;background:#fff;box-shadow:0 12px 28px rgba(64,38,59,.07); }
.wahet-about-locations article > span { display:block;width:18px;height:18px;margin-bottom:18px;border:4px solid #fff;border-radius:50%;background:var(--about-gold);box-shadow:0 0 0 2px var(--about-gold); }
.wahet-about-locations h3 { margin:0;color:var(--about-ink);font-size:20px; }
.wahet-about-locations p { margin:11px 0 0;color:#62555f; }

.wahet-about-b2b { background:linear-gradient(125deg,#f4ecf3,#fff7e8); }
.wahet-about-b2b__intro { max-width:820px; }
.wahet-about-b2b p:not(.wahet-about-eyebrow) { max-width:760px;margin:17px 0 0;color:#5c5059; }
.wahet-about-b2b__features { display:grid;margin:30px 0 0;padding:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;list-style:none; }
.wahet-about-b2b__features li { padding:15px 17px;border:1px solid var(--about-line);border-radius:14px;background:rgba(255,255,255,.78);color:var(--about-ink);font-weight:700; }
.wahet-about-b2b__features li::before { content:"✓";margin-inline-end:8px;color:var(--about-gold); }
.wahet-about-enquiry { display:grid;margin:28px 0 0;padding:0;grid-template-columns:repeat(4,minmax(0,1fr));counter-reset:enquiry;list-style:none; }
.wahet-about-enquiry li { position:relative;padding:16px 13px;border-block:1px solid var(--about-line);background:rgba(255,255,255,.56);color:var(--about-ink);font-weight:650; }
.wahet-about-enquiry li::before { counter-increment:enquiry;content:counter(enquiry);display:inline-grid;width:28px;height:28px;margin-inline-end:8px;place-items:center;border-radius:50%;background:var(--about-ink);color:#fff;font-size:12px; }
.wahet-about-b2b .wahet-about-actions { margin-top:28px; }

.wahet-about-final { padding:clamp(54px,7vw,88px) 0;background:#fff; }
.wahet-about-final .wahet-about-shell { display:flex;align-items:center;justify-content:space-between;gap:32px; }
.wahet-about-final h2 { max-width:760px;font-size:clamp(26px,3.4vw,42px); }
.wahet-about-final .wahet-about-actions { flex:0 0 auto;margin-top:0; }

[dir="rtl"] .wahet-about-v2__hero-copy,
[dir="rtl"] .wahet-about-heading,
[dir="rtl"] .wahet-about-card,
[dir="rtl"] .wahet-about-documents article { text-align:right; }

[dir="ltr"] .wahet-about-v2__hero-copy,
[dir="ltr"] .wahet-about-heading,
[dir="ltr"] .wahet-about-card,
[dir="ltr"] .wahet-about-documents article { text-align:left; }

@media (max-width:900px) {
    .wahet-about-v2__hero .wahet-about-shell { grid-template-columns:minmax(0,1fr) 180px;gap:28px; }
    .wahet-about-v2__hero-visual { width:180px; }
    .wahet-about-v2__hero-logo { width:150px; }
    .wahet-about-stats__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .wahet-about-stat:nth-child(2) { border-inline-end:0; }
    .wahet-about-stat:nth-child(-n+2) { border-block-end:1px solid var(--about-line); }
    .wahet-about-timeline,
    .wahet-about-cards--three,
    .wahet-about-cards--process,
    .wahet-about-documents { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .wahet-about-cards--process .wahet-about-card::after { display:none; }
    .wahet-about-b2b__features { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .wahet-about-enquiry { grid-template-columns:repeat(2,minmax(0,1fr));gap:1px; }
    .wahet-about-final .wahet-about-shell { align-items:flex-start;flex-direction:column; }
}

@media (max-width:620px) {
    .wahet-about-shell { width:min(100% - 24px,1180px); }
    .wahet-about-v2__hero { padding-top:46px; }
    .wahet-about-v2__hero .wahet-about-shell { grid-template-columns:1fr; }
    .wahet-about-v2__hero-visual { width:100%;grid-template-columns:110px minmax(0,1fr);justify-items:start; }
    .wahet-about-v2__hero-logo { width:110px; }
    .wahet-about-v2 h1 { font-size:clamp(31px,10vw,44px); }
    .wahet-about-lead { font-size:16px; }
    .wahet-about-actions { width:100%; }
    .wahet-about-button { flex:1 1 160px; }
    .wahet-about-stat { padding:22px 9px; }
    .wahet-about-stat strong { font-size:27px; }
    .wahet-about-timeline,
    .wahet-about-cards--three,
    .wahet-about-cards--process,
    .wahet-about-documents,
    .wahet-about-split,
    .wahet-about-growth__grid,
    .wahet-about-locations,
    .wahet-about-b2b__features,
    .wahet-about-enquiry { grid-template-columns:1fr; }
    .wahet-about-locations::before,.wahet-about-timeline::before { display:none; }
    .wahet-about-timeline li { min-height:0; }
    .wahet-about-section { padding:58px 0; }
}

@media (prefers-reduced-motion:reduce) {
    .wahet-about-button { transition:none; }
}
