.gh-journal,.gh-blog-page{position:relative;background:var(--lux-deep-1, #050B0C);color:var(--lux-ivory, #F3EEE7);isolation:isolate}.gh-article{background:var(--lux-deep-1, #050B0C);color:var(--lux-ivory, #F3EEE7)}.gh-journal:before,.gh-blog-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.045;mix-blend-mode:overlay;background-image:radial-gradient(rgba(255,255,255,.5) 1px,transparent 1px),radial-gradient(rgba(255,255,255,.3) 1px,transparent 1px);background-size:3px 3px,5px 5px;background-position:0 0,1px 1px;pointer-events:none}.gh-journal>*,.gh-blog-page>*{position:relative;z-index:1}.gh-journal,.gh-article,.gh-blog-page{--gh-max-content: 780px;--gh-max-layout: 1300px;--gh-toc-width: 230px;--gh-card-radius: var(--lux-radius-md, 8px);--gh-card-border: 1px solid rgba(var(--lux-ivory-rgb, 243, 238, 231), .1);--gh-surface: var(--lux-deep-1, #050B0C);--gh-surface-raised: var(--lux-deep-3, #111B1D);--gh-surface-soft: var(--lux-deep-2, #0B1416);--gh-text: var(--lux-ivory, #F3EEE7);--gh-text-muted: var(--lux-ivory-muted, #9A938B);--gh-accent: var(--lux-teal-500, #1F6F73);--gh-accent-deep: var(--lux-teal-600, #1A5E61);--gh-accent-soft: var(--lux-teal-400, #3A8588);--gh-border: rgba(var(--lux-ivory-rgb, 243, 238, 231), .1);--gh-font-heading: var(--lux-font-heading, "Cormorant Garamond", Georgia, serif);--gh-font-body: var(--lux-font-body, "Inter", system-ui, sans-serif);--gh-header-h: var(--header-height, 80px)}.gh-acard{background:var(--gh-surface-raised);border:var(--gh-card-border);border-radius:var(--gh-card-radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .3s ease,transform .3s ease;height:100%}.gh-acard:hover{box-shadow:var(--lux-shadow-md, 0 10px 28px -12px rgba(0,0,0,.45), 0 2px 6px -2px rgba(0,0,0,.25));border-color:rgba(var(--lux-ivory-rgb, 243,238,231),.18);transform:translateY(-3px)}@media(prefers-reduced-motion:reduce){.gh-acard:hover{transform:none}}.gh-acard__media-link{display:block;overflow:hidden;text-decoration:none}.gh-acard__media{aspect-ratio:4 / 3;overflow:hidden;background:var(--lux-deep-2, #0B1416)}.gh-acard__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s cubic-bezier(.25,.1,.25,1)}.gh-acard:hover .gh-acard__media img{transform:scale(1.04)}@media(prefers-reduced-motion:reduce){.gh-acard:hover .gh-acard__media img{transform:none}}.gh-acard__no-image{width:100%;aspect-ratio:4 / 3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;background:var(--lux-deep-4, #182426);color:var(--lux-ivory-muted, #9A938B)}.gh-acard__no-image-icon{opacity:.35}.gh-acard__no-image-label{font-size:1.05rem;font-family:var(--gh-font-body);letter-spacing:.1em;text-transform:uppercase;opacity:.55}.gh-acard__body{padding:2rem;display:flex;flex-direction:column;gap:.9rem;flex:1}.gh-acard__category{font-size:1.05rem;font-family:var(--gh-font-body);font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gh-accent);text-decoration:none;line-height:1}.gh-acard__category:hover{color:var(--gh-accent-soft)}.gh-acard__title{font-family:var(--gh-font-heading);font-size:1.9rem;font-weight:400;line-height:1.3;color:var(--gh-text);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}html[lang=ar] .gh-acard__title{font-family:var(--font-heading-ar, "Amiri", serif)}.gh-acard__title-link{color:inherit;text-decoration:none}.gh-acard__title-link:hover{color:var(--gh-accent)}.gh-acard__excerpt{font-size:1.4rem;font-family:var(--gh-font-body);line-height:1.65;color:var(--gh-text-muted);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}html[lang=ar] .gh-acard__excerpt{font-family:var(--font-body-ar, "Tajawal", sans-serif)}.gh-acard__footer{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem 1.2rem;margin-top:auto}.gh-acard__date,.gh-acard__reading-time,.gh-acard__author{font-size:1.15rem;font-family:var(--gh-font-body);color:var(--gh-text-muted)}.gh-acard__date+.gh-acard__reading-time:before,.gh-acard__date+.gh-acard__author:before{content:"\b7";margin-inline-end:1.2rem;opacity:.35}.gh-acard__tags{display:flex;flex-wrap:wrap;gap:.5rem}.gh-acard__tag{font-size:1.05rem;font-family:var(--gh-font-body);color:var(--gh-accent);background:#1f6f7312;border-radius:999px;padding:.25em .85em}.gh-acard__cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:.4rem;font-size:1.15rem;font-family:var(--gh-font-body);font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:var(--gh-accent);text-decoration:none}.gh-acard__cta:hover{color:var(--gh-accent-soft)}.gh-acard__arrow{transition:transform .2s ease;display:inline-block}.gh-acard__cta:hover .gh-acard__arrow{transform:translate(3px)}html[dir=rtl] .gh-acard__arrow{transform:scaleX(-1)}html[dir=rtl] .gh-acard__cta:hover .gh-acard__arrow{transform:scaleX(-1) translate(3px)}.gh-acard__title-link:focus-visible{outline:2px solid var(--gh-accent);outline-offset:2px;border-radius:2px}.gh-journal-hero{padding:6.4rem 0 4.8rem;text-align:center;background:transparent;border-bottom:1px solid var(--gh-border);background-image:radial-gradient(ellipse 70% 60% at 50% -10%,rgba(var(--lux-teal-rgb, 31,111,115),.14) 0%,transparent 70%)}.gh-journal-hero__eyebrow{font-size:1.1rem;font-family:var(--gh-font-body);font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gh-accent);margin:0 0 1.6rem}.gh-journal-hero__heading{font-family:var(--gh-font-heading);font-size:clamp(2.8rem,4.5vw,4.8rem);font-weight:400;line-height:1.15;color:var(--lux-ivory, #F3EEE7);margin:0 0 1.8rem;letter-spacing:.02em}html[lang=ar] .gh-journal-hero__heading{font-family:var(--font-heading-ar, "Amiri", serif);letter-spacing:0}.gh-journal-hero__description{font-size:1.55rem;font-family:var(--gh-font-body);line-height:1.72;color:var(--gh-text-muted);max-width:600px;margin:0 auto}html[lang=ar] .gh-journal-hero__description{font-family:var(--font-body-ar, "Tajawal", sans-serif)}.gh-journal-filters{padding:2.8rem 0;border-bottom:1px solid var(--gh-border);background:transparent}.gh-journal-filters__inner{display:flex;align-items:center;gap:.8rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.2rem}.gh-journal-filters__inner::-webkit-scrollbar{display:none}html[dir=rtl] .gh-journal-filters__inner{flex-direction:row-reverse}.gh-filter-btn{display:inline-flex;align-items:center;gap:.45rem;white-space:nowrap;padding:.75rem 1.7rem;min-height:44px;font-size:1.25rem;font-family:var(--gh-font-body);font-weight:400;letter-spacing:.03em;color:var(--gh-text-muted);background:transparent;border:1px solid var(--gh-border);border-radius:999px;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.gh-filter-btn:hover{border-color:var(--gh-accent);color:var(--gh-accent)}.gh-filter-btn[aria-pressed=true],.gh-filter-btn--active{background:var(--gh-accent);border-color:var(--gh-accent);color:var(--lux-ivory, #F3EEE7);font-weight:500}.gh-filter-btn:focus-visible{outline:2px solid var(--gh-accent);outline-offset:2px}.gh-filter-count{font-size:1.05rem;opacity:.75}.gh-journal-featured{padding:5.6rem 0;border-bottom:1px solid var(--gh-border);background:transparent}.gh-journal-featured__inner{display:grid;grid-template-columns:1fr;gap:2.8rem;align-items:center}@media(min-width:768px){.gh-journal-featured__inner{grid-template-columns:55fr 45fr;gap:5rem}}.gh-journal-featured__media-link{display:block;overflow:hidden;border-radius:var(--gh-card-radius);text-decoration:none}.gh-journal-featured__media{aspect-ratio:16 / 10;overflow:hidden;background:var(--lux-deep-2, #0B1416)}.gh-journal-featured__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.25,.1,.25,1)}.gh-journal-featured__media-link:hover img{transform:scale(1.03)}@media(prefers-reduced-motion:reduce){.gh-journal-featured__media-link:hover img{transform:none}}.gh-journal-featured__content{display:flex;flex-direction:column;gap:1.6rem}.gh-journal-featured__category{font-size:1.1rem;font-family:var(--gh-font-body);font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--gh-accent);text-decoration:none}.gh-journal-featured__category:hover{color:var(--gh-accent-soft)}.gh-journal-featured__title{font-family:var(--gh-font-heading);font-size:clamp(2.2rem,3.2vw,3.8rem);font-weight:400;line-height:1.18;color:var(--lux-ivory, #F3EEE7);margin:0;letter-spacing:.02em}html[lang=ar] .gh-journal-featured__title{font-family:var(--font-heading-ar, "Amiri", serif);letter-spacing:0}.gh-journal-featured__title a{color:inherit;text-decoration:none}.gh-journal-featured__title a:hover{color:var(--gh-accent)}.gh-journal-featured__excerpt{font-size:1.5rem;font-family:var(--gh-font-body);line-height:1.72;color:var(--gh-text-muted);margin:0}html[lang=ar] .gh-journal-featured__excerpt{font-family:var(--font-body-ar, "Tajawal", sans-serif)}.gh-journal-featured__meta{display:flex;align-items:center;flex-wrap:wrap;gap:1.2rem}.gh-journal-featured__meta-item{font-size:1.2rem;font-family:var(--gh-font-body);color:var(--gh-text-muted)}.gh-journal-featured__meta-item+.gh-journal-featured__meta-item:before{content:"\b7";margin-inline-end:1.2rem;opacity:.35}.gh-journal-featured__cta{display:inline-flex;align-items:center;gap:.8rem;align-self:flex-start;padding:1.1rem 2.8rem;min-height:48px;font-size:1.2rem;font-family:var(--gh-font-body);font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:var(--gh-accent);border:2px solid var(--gh-accent);border-radius:2px;text-decoration:none;transition:background .25s ease,border-color .25s ease}.gh-journal-featured__cta:hover{background:var(--gh-accent-deep);border-color:var(--gh-accent-deep)}.gh-journal-featured__cta:focus-visible{outline:2px solid var(--gh-accent);outline-offset:3px}.gh-journal-articles{padding:5rem 0;background:transparent}.gh-journal-articles__heading{font-family:var(--gh-font-heading);font-size:2.4rem;font-weight:400;color:var(--lux-ivory, #F3EEE7);margin:0 0 3.2rem;letter-spacing:.03em}html[lang=ar] .gh-journal-articles__heading{font-family:var(--font-heading-ar, "Amiri", serif)}.gh-journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.8rem}@media(max-width:1023px){.gh-journal-grid{grid-template-columns:repeat(2,1fr);gap:2.4rem}}@media(max-width:599px){.gh-journal-grid{grid-template-columns:1fr;gap:2rem}}.gh-acard[data-hidden=true],.gh-acard[data-filtered=true]{display:none}.gh-journal-no-results{text-align:center;padding:4rem 0;color:var(--gh-text-muted);font-size:1.5rem;font-family:var(--gh-font-body);grid-column:1 / -1}.gh-load-more-wrap{text-align:center;padding:1.6rem 0 6rem;background:transparent}.gh-load-more-btn{display:inline-flex;align-items:center;gap:.8rem;min-height:48px;padding:1.3rem 3.6rem;font-size:1.25rem;font-family:var(--gh-font-body);font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gh-accent);background:transparent;border:1.5px solid var(--gh-accent);border-radius:2px;cursor:pointer;transition:background .25s ease,color .25s ease}.gh-load-more-btn:hover{background:var(--gh-accent);color:#fff}.gh-load-more-btn:focus-visible{outline:2px solid var(--gh-accent);outline-offset:3px}.gh-load-more-btn[hidden]{display:none}.gh-blog-page{background:var(--gh-surface);min-height:50vh}.gh-blog-header{padding:5.6rem 0 3.6rem;border-bottom:1px solid var(--gh-border)}.gh-blog-header__title{font-family:var(--gh-font-heading);font-size:clamp(2.8rem,4.5vw,4.6rem);font-weight:400;color:var(--lux-ivory, #F3EEE7);margin:0 0 .8rem;letter-spacing:.02em}html[lang=ar] .gh-blog-header__title{font-family:var(--font-heading-ar, "Amiri", serif)}.gh-blog-header__description{font-size:1.5rem;font-family:var(--gh-font-body);line-height:1.7;color:var(--gh-text-muted);max-width:640px;margin:0 0 1.4rem}.gh-blog-header__count{font-size:1.2rem;font-family:var(--gh-font-body);color:var(--gh-text-muted);letter-spacing:.04em}.gh-blog-articles{padding:4rem 0 6rem}.gh-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.8rem;margin-bottom:4rem}@media(max-width:1023px){.gh-blog-grid{grid-template-columns:repeat(2,1fr);gap:2.4rem}}@media(max-width:599px){.gh-blog-grid{grid-template-columns:1fr;gap:2rem}}.gh-progress-bar{position:fixed;top:0;inset-inline-start:0;width:0%;height:3px;background:var(--gh-accent);z-index:9999;transition:width .1s linear;pointer-events:none}.gh-article__breadcrumbs{padding:2.4rem 0 0;font-size:1.2rem;font-family:var(--gh-font-body);color:var(--gh-text-muted)}.gh-article__breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.gh-article__breadcrumbs li{display:flex;align-items:center;gap:.4rem}.gh-article__breadcrumbs li+li:before{content:"/";opacity:.35;font-size:1rem;color:var(--gh-text-muted)}.gh-article__breadcrumbs a{color:var(--gh-text-muted);text-decoration:none}.gh-article__breadcrumbs a:hover{color:var(--gh-accent)}.gh-article__breadcrumbs [aria-current=page]{color:var(--gh-text);max-width:28ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gh-article__header{padding:3.6rem 0 3rem;max-width:var(--gh-max-content);margin-inline:auto}.gh-article__category{display:inline-block;font-size:1.05rem;font-family:var(--gh-font-body);font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--gh-accent);text-decoration:none;margin-bottom:1.4rem}.gh-article__category:hover{color:var(--gh-accent-soft)}.gh-article__title{font-family:var(--gh-font-heading);font-size:clamp(2.8rem,4.8vw,5.4rem);font-weight:400;line-height:1.12;color:var(--lux-ivory, #F3EEE7);margin:0 0 2rem;letter-spacing:.02em}html[lang=ar] .gh-article__title{font-family:var(--font-heading-ar, "Amiri", serif);letter-spacing:0}.gh-article__lead{font-size:1.65rem;font-family:var(--gh-font-body);line-height:1.72;color:var(--gh-text-muted);font-weight:300;margin:0 0 2.4rem}html[lang=ar] .gh-article__lead{font-family:var(--font-body-ar, "Tajawal", sans-serif)}.gh-article__meta{display:flex;align-items:center;flex-wrap:wrap;gap:1.4rem;padding-top:2rem;border-top:1px solid var(--gh-border)}.gh-article__meta-item{display:inline-flex;align-items:center;gap:.5rem;font-size:1.25rem;font-family:var(--gh-font-body);color:var(--gh-text-muted)}.gh-article__author-avatar{width:2.8rem;height:2.8rem;border-radius:50%;background:var(--lux-deep-2, #0B1416);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;color:var(--gh-text-muted);flex-shrink:0}.gh-article__tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.6rem}.gh-article__tag{font-size:1.1rem;font-family:var(--gh-font-body);color:var(--gh-accent);background:#1f6f7312;border:1px solid rgba(31,111,115,.18);border-radius:999px;padding:.3em 1em;text-decoration:none}.gh-article__tag:hover{background:#1f6f7321}.gh-article__hero{margin-bottom:5rem}.gh-article__hero-inner{max-width:1000px;margin-inline:auto;border-radius:var(--gh-card-radius);overflow:hidden}.gh-article__hero-inner img{width:100%;height:auto;display:block}.gh-article__layout-outer{padding-bottom:6rem}.gh-article__layout{display:grid;grid-template-columns:1fr;gap:4rem;max-width:var(--gh-max-layout);margin-inline:auto}@media(min-width:1100px){.gh-article__layout{grid-template-columns:1fr var(--gh-toc-width);align-items:start}.gh-article__layout--no-toc{grid-template-columns:1fr}.gh-article__body-col{order:1}.gh-toc-desktop{order:2}}.gh-toc-mobile{border:1px solid var(--gh-border);border-radius:var(--gh-card-radius);overflow:hidden;margin-bottom:3.2rem}.gh-toc-mobile summary{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 1.8rem;background:var(--gh-surface-soft);cursor:pointer;font-size:1.3rem;font-family:var(--gh-font-body);font-weight:500;color:var(--gh-text);list-style:none;min-height:44px}.gh-toc-mobile summary::-webkit-details-marker{display:none}.gh-toc-mobile__icon{transition:transform .25s ease;flex-shrink:0}.gh-toc-mobile[open] .gh-toc-mobile__icon{transform:rotate(180deg)}.gh-toc-mobile__list{padding:.8rem 0;background:var(--gh-surface-raised)}.gh-toc-desktop{position:sticky;top:calc(var(--gh-header-h) + 2.4rem);max-height:calc(100vh - var(--gh-header-h) - 5rem);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--gh-border) transparent;padding-inline-start:2.4rem;border-inline-start:2px solid var(--gh-border)}html[dir=rtl] .gh-toc-desktop{padding-inline-start:0;padding-inline-end:2.4rem;border-inline-start:none;border-inline-end:2px solid var(--gh-border)}.gh-toc-desktop__heading{font-size:1.05rem;font-family:var(--gh-font-body);font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gh-text-muted);margin:0 0 1.6rem}.gh-toc__list{list-style:none;padding:0;margin:0}.gh-toc__item{margin-bottom:.1rem}.gh-toc__link{display:block;padding:.5rem .8rem;font-size:1.3rem;font-family:var(--gh-font-body);line-height:1.45;color:var(--gh-text-muted);text-decoration:none;border-radius:4px;transition:color .2s ease,background .2s ease}.gh-toc__link:hover{color:var(--gh-accent);background:#1f6f730f}.gh-toc__link--active{color:var(--gh-accent);background:#1f6f7314;font-weight:500}.gh-toc__item--h3 .gh-toc__link{padding-inline-start:1.8rem;font-size:1.2rem}@media(min-width:1100px){.gh-toc-mobile{display:none}}@media(max-width:1099px){.gh-toc-desktop{display:none}}.gh-article__body-col{min-width:0;max-width:var(--gh-max-content)}.gh-article__content{font-size:1.55rem;font-family:var(--gh-font-body);line-height:1.82;color:var(--gh-text);word-break:break-word;overflow-wrap:break-word}html[lang=ar] .gh-article__content{font-family:var(--font-body-ar, "Tajawal", sans-serif);font-size:1.65rem}.gh-article__content h2{font-family:var(--gh-font-heading);font-size:clamp(2.1rem,3vw,3.2rem);font-weight:400;line-height:1.22;color:var(--lux-ivory, #F3EEE7);margin:4rem 0 1.6rem;letter-spacing:.02em;scroll-margin-top:calc(var(--gh-header-h) + 2rem)}.gh-article__content h3{font-family:var(--gh-font-heading);font-size:clamp(1.8rem,2.2vw,2.5rem);font-weight:400;line-height:1.3;color:var(--lux-ivory, #F3EEE7);margin:3.2rem 0 1.2rem;letter-spacing:.02em;scroll-margin-top:calc(var(--gh-header-h) + 2rem)}.gh-article__content h4{font-size:1.7rem;font-family:var(--gh-font-body);font-weight:600;line-height:1.35;color:var(--lux-ivory, #F3EEE7);margin:2.6rem 0 1rem}html[lang=ar] .gh-article__content h2,html[lang=ar] .gh-article__content h3{font-family:var(--font-heading-ar, "Amiri", serif);letter-spacing:0}.gh-article__content p{margin:0 0 1.8rem}.gh-article__content p:last-child{margin-bottom:0}.gh-article__content a{color:var(--lux-teal-300, #5FA0A3);text-decoration:underline;text-underline-offset:2px}.gh-article__content a:hover{color:var(--lux-teal-200, #97C0C2)}.gh-article__content ul,.gh-article__content ol{padding-inline-start:2.2rem;margin:0 0 1.8rem}.gh-article__content li{margin-bottom:.6rem;line-height:1.72}.gh-article__content blockquote{border-inline-start:3px solid var(--gh-accent);padding:1.2rem 0 1.2rem 2rem;margin:2.8rem 0;background:#1f6f730a;border-radius:0 var(--gh-card-radius) var(--gh-card-radius) 0}html[dir=rtl] .gh-article__content blockquote{border-inline-start:none;border-inline-end:3px solid var(--gh-accent);padding-inline-start:0;padding-inline-end:2rem;border-radius:var(--gh-card-radius) 0 0 var(--gh-card-radius)}.gh-article__content blockquote p{font-size:1.7rem;font-style:italic;color:var(--gh-text-muted);margin:0}.gh-article__content img{max-width:100%;height:auto;display:block;border-radius:var(--gh-card-radius);margin:2.4rem auto}.gh-article__content figure{margin:2.4rem 0}.gh-article__content figcaption{text-align:center;font-size:1.2rem;color:var(--gh-text-muted);margin-top:.8rem}.gh-article__content table{border-collapse:collapse;margin:2.4rem 0;font-size:1.4rem;min-width:100%}.gh-article__content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.gh-article__content thead th{background:var(--gh-surface-soft);font-family:var(--gh-font-body);font-weight:600;font-size:1.15rem;letter-spacing:.07em;text-transform:uppercase;color:var(--gh-text);padding:1.2rem 1.4rem;text-align:start;border-bottom:2px solid var(--gh-border);white-space:nowrap}.gh-article__content tbody td{padding:1.1rem 1.4rem;border-bottom:1px solid var(--gh-border);color:var(--gh-text);vertical-align:top}.gh-article__content tbody tr:last-child td{border-bottom:none}.gh-article__content tbody tr:hover td{background:var(--lux-deep-4, #182426)}.gh-article__content hr{border:none;border-top:1px solid var(--gh-border);margin:4rem 0}.gh-article__content iframe{max-width:100%;border-radius:var(--gh-card-radius);border:none}.gh-article__content .video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--gh-card-radius);margin:2.4rem 0}.gh-article__content .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit}.gh-article__content strong{font-weight:600}.gh-article__content em{font-style:italic}.gh-article__content code{font-family:monospace;font-size:.9em;background:var(--lux-deep-4, #182426);color:var(--lux-teal-300, #5FA0A3);border-radius:3px;padding:.2em .5em}.gh-article__share{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem;padding:2.4rem 0;border-top:1px solid var(--gh-border);border-bottom:1px solid var(--gh-border);margin-bottom:3.6rem}.gh-article__share-label{font-size:1.15rem;font-family:var(--gh-font-body);font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gh-text-muted);margin-inline-end:.6rem}.gh-share-btn{display:inline-flex;align-items:center;gap:.45rem;min-height:44px;padding:.7rem 1.4rem;font-size:1.2rem;font-family:var(--gh-font-body);font-weight:400;border:1px solid var(--gh-border);border-radius:999px;background:transparent;color:var(--gh-text);cursor:pointer;text-decoration:none;transition:border-color .2s ease,color .2s ease}.gh-share-btn:hover{border-color:var(--gh-accent);color:var(--gh-accent)}.gh-share-btn--whatsapp:hover{border-color:#25d366;color:#25d366}.gh-share-btn--facebook:hover{border-color:#1877f2;color:#1877f2}.gh-share-btn--x:hover{border-color:#000;color:#000}.gh-share-btn:focus-visible{outline:2px solid var(--gh-accent);outline-offset:2px}.gh-copy-confirm{font-size:1.2rem;color:var(--gh-accent);font-family:var(--gh-font-body);opacity:0;transition:opacity .25s ease;align-self:center}.gh-copy-confirm--visible{opacity:1}.gh-article__nav{display:grid;grid-template-columns:1fr 1fr;gap:1.8rem;padding:4rem 0;border-top:1px solid var(--gh-border)}.gh-article__nav-item{display:flex;flex-direction:column;gap:.5rem;text-decoration:none;padding:1.8rem;border:1px solid var(--gh-border);border-radius:var(--gh-card-radius);background:var(--gh-surface-raised);transition:border-color .2s ease,background .2s ease}.gh-article__nav-item:hover{border-color:var(--gh-accent);background:#1f6f7308}.gh-article__nav-item--next,html[dir=rtl] .gh-article__nav-item--prev{text-align:end}html[dir=rtl] .gh-article__nav-item--next{text-align:start}.gh-article__nav-label{font-size:1.1rem;font-family:var(--gh-font-body);font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gh-text-muted)}.gh-article__nav-title{font-size:1.35rem;font-family:var(--gh-font-body);color:var(--gh-text);line-height:1.42;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:599px){.gh-article__nav{grid-template-columns:1fr}.gh-article__nav-item--next{text-align:start}}.gh-article__related{padding:5rem 0;border-top:1px solid var(--gh-border)}.gh-related-heading,.gh-products-heading,.gh-cta__heading{font-family:var(--gh-font-heading);font-weight:400;color:var(--lux-ivory, #F3EEE7);letter-spacing:.03em}html[lang=ar] .gh-related-heading,html[lang=ar] .gh-products-heading,html[lang=ar] .gh-cta__heading{font-family:var(--font-heading-ar, "Amiri", serif);letter-spacing:0}.gh-related-heading{font-size:clamp(2rem,3vw,2.8rem);margin:0 0 3rem}.gh-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.8rem}@media(max-width:1023px){.gh-related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.gh-related-grid{grid-template-columns:1fr}}.gh-article__products{padding:5rem 0;border-top:1px solid var(--gh-border)}.gh-products-heading{font-size:clamp(2rem,3vw,2.8rem);margin:0 0 3rem}.gh-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem}@media(max-width:1023px){.gh-products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.gh-products-grid{grid-template-columns:repeat(2,1fr);gap:1.6rem}}.gh-article__cta-wrap{padding:5rem 0;border-top:1px solid var(--gh-border)}.gh-article__cta{padding:5rem 4rem;text-align:center;background:var(--lux-deep-3, #111B1D);border:1px solid var(--gh-border);border-radius:var(--gh-card-radius)}@media(max-width:599px){.gh-article__cta{padding:3.6rem 2rem}}.gh-cta__heading{font-size:clamp(2.2rem,3.2vw,3.4rem);margin:0 0 1.4rem}.gh-cta__text{font-size:1.5rem;font-family:var(--gh-font-body);line-height:1.7;color:var(--gh-text-muted);max-width:520px;margin:0 auto 2.8rem}html[lang=ar] .gh-cta__text{font-family:var(--font-body-ar, "Tajawal", sans-serif)}.gh-cta__btn{display:inline-flex;align-items:center;gap:.8rem;min-height:48px;padding:1.3rem 3.6rem;font-size:1.25rem;font-family:var(--gh-font-body);font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:var(--gh-accent);border:2px solid var(--gh-accent);border-radius:2px;text-decoration:none;transition:background .25s ease,border-color .25s ease}.gh-cta__btn:hover{background:var(--gh-accent-deep);border-color:var(--gh-accent-deep)}.gh-cta__btn:focus-visible{outline:2px solid var(--gh-accent);outline-offset:3px}.gh-article__back{padding:3rem 0 4rem;text-align:center}.gh-article__back-link{display:inline-flex;align-items:center;gap:.6rem;font-size:1.25rem;font-family:var(--gh-font-body);font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:var(--gh-accent);text-decoration:none}.gh-article__back-link:hover{color:var(--gh-accent-soft)}.gh-back-arrow{transition:transform .2s ease;display:inline-block}.gh-article__back-link:hover .gh-back-arrow{transform:translate(-3px)}html[dir=rtl] .gh-article__back-link:hover .gh-back-arrow{transform:translate(3px)}@media print{.gh-progress-bar,.gh-article__share,.gh-article__nav,.gh-article__related,.gh-article__products,.gh-article__cta-wrap,.gh-journal-filters,.gh-load-more-wrap,.gh-toc-desktop,.gh-toc-mobile{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/gh-journal.css.map */
