.company-story{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--block-bg)}.cs-background{position:absolute;inset:0;width:100%;height:120%;top:-10%;will-change:transform}.cs-background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(20%)}.cs-gradient-bg{width:100%;height:100%;background:linear-gradient(135deg,var(--block-bg-alt) 0,var(--block-section-bg) 25%,var(--block-bg-dark) 50%,var(--block-bg-alt) 75%,var(--block-bg) 100%);background-size:400% 400%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.cs-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.7) 50%,rgba(0,0,0,.9));pointer-events:none}.cs-content{position:relative;z-index:10;max-width:1000px;margin:0 auto;padding:4rem 2rem;text-align:center;color:var(--block-text)}.cs-tagline{display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.3em;color:var(--block-gold-dark);margin-bottom:1.5rem;padding:.5rem 1.5rem;border:1px solid rgba(201,162,39,.4);background:rgba(201,162,39,.1);backdrop-filter:blur(4px)}.cs-headline,.cs-tagline{font-family:Rajdhani,Eurostile,sans-serif}.cs-headline{font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:2rem;background:linear-gradient(135deg,var(--block-text) 0,var(--block-gold-dark) 50%,var(--block-text) 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{background-position:0}50%{background-position:200%}}.cs-description{font-family:Inter,sans-serif;font-size:clamp(1rem,2vw,1.25rem);font-weight:300;line-height:1.8;color:var(--block-text-muted);max-width:700px;margin:0 auto 3rem}.cs-highlight{color:var(--block-gold-dark);font-weight:500;background:linear-gradient(90deg,var(--block-gold-dark),var(--block-gold-dark));background-repeat:no-repeat;background-position:0 100%;background-size:0 2px;padding-bottom:2px}.cs-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:2rem}.cs-stat{display:flex;flex-direction:column;align-items:center;padding:1.5rem 2rem;background:var(--block-card-bg);border:1px solid var(--block-card-border);backdrop-filter:blur(10px);transition:all .4s cubic-bezier(.23,1,.32,1)}.cs-stat:hover{background:rgba(201,162,39,.1);border-color:rgba(201,162,39,.3);transform:translateY(-5px)}.cs-stat-value{font-family:Rajdhani,Eurostile,sans-serif;font-size:2.5rem;font-weight:700;color:var(--block-gold-dark);line-height:1}.cs-stat-label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--block-text-muted);margin-top:.5rem}.cs-deco{position:absolute;pointer-events:none}.cs-deco-1{top:10%;left:5%;width:200px;height:200px}.cs-deco-1,.cs-deco-2{border:1px solid var(--block-border-light);transform:rotate(45deg);opacity:.5}.cs-deco-2{bottom:10%;right:5%;width:150px;height:150px}@media (max-width:768px){.cs-content{padding:3rem 1.5rem}.cs-stats{gap:1.5rem}.cs-stat{padding:1rem 1.5rem}.cs-stat-value{font-size:2rem}.cs-deco{display:none}}.contact-us-section{position:relative;width:100%;padding:80px 20px;display:flex;justify-content:center;align-items:center;min-height:373px}.contact-us-container{position:relative;width:100%;max-width:1240px;margin:0 auto}.contact-us-title{font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;font-size:48px;line-height:150%;display:flex;align-items:center;justify-content:center;text-align:center;text-transform:uppercase;color:var(--block-text);margin:0 0 48px;opacity:0}.contact-us-content{position:relative;width:100%;max-width:739px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:40px;padding:72px 0}.contact-section{flex:1;gap:48px;opacity:0}.contact-info,.contact-section{display:flex;flex-direction:column}.contact-info{gap:12px}.contact-label{text-transform:uppercase;color:var(--block-text)}.contact-description,.contact-label{font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:150%;margin:0}.contact-description{text-transform:capitalize;color:var(--block-text-subtle)}.contact-button{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px;gap:8px;width:-moz-fit-content;width:fit-content;min-width:92px;height:42px;border:1px solid var(--block-gold);background:transparent;text-decoration:none;transition:all .3s ease;cursor:pointer}.contact-button:hover{background:var(--block-gold)}.contact-button:hover,.contact-button:hover span{color:var(--block-bg-dark)}.contact-button span{font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:150%;text-transform:uppercase;color:var(--block-text);transition:color .3s ease}.vertical-line{position:absolute;left:50%;top:0;transform:translateX(-50%) scaleY(0);transform-origin:top;width:1px;height:253px;background:var(--block-gold);opacity:.8}@media (max-width:1280px){.contact-us-container{max-width:1000px}}@media (max-width:768px){.contact-us-section{padding:60px 20px}.contact-us-title{font-size:32px;margin-bottom:32px}.contact-us-content{flex-direction:column;gap:48px;padding:48px 0;max-width:100%}.vertical-line{display:none}.contact-section{width:100%}}@media (max-width:480px){.contact-us-title{font-size:24px}.contact-us-section{padding:40px 16px}}.featured-article-section{position:relative;width:100%;padding:80px 20px;display:flex;justify-content:center;align-items:center;background-color:var(--block-bg)}.featured-article-container{display:flex;flex-direction:row;align-items:center;padding:0;gap:36px;width:100%;max-width:1240px;margin:0 auto}.featured-article-image{width:608px;height:329px;flex:none;order:0;flex-grow:0;border-radius:8px;overflow:hidden}.featured-article-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.featured-article-content{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:40px;width:608px;flex:none;order:1;flex-grow:0}.featured-article-meta{display:flex;flex-direction:row;align-items:center;padding:0;gap:32px}.featured-article-meta .category,.featured-article-meta .date,.featured-article-meta .read-time{font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;font-size:10px;line-height:150%;display:flex;align-items:center;text-transform:uppercase;color:var(--block-text)}.featured-article-meta .divider{width:14px;height:0;border:1px solid var(--block-text);transform:rotate(90deg)}.featured-article-text{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:40px;width:100%}.featured-article-title{font-size:20px;text-transform:uppercase;color:var(--block-text)}.featured-article-description,.featured-article-title{width:100%;font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;line-height:150%;display:flex;align-items:center;margin:0}.featured-article-description{font-size:16px;text-transform:lowercase;color:var(--block-text-subtle)}@media (max-width:1280px){.featured-article-container{max-width:1000px}.featured-article-content,.featured-article-image{width:480px}.featured-article-image{height:280px}}@media (max-width:1024px){.featured-article-container{gap:24px}.featured-article-content,.featured-article-image{width:400px}.featured-article-image{height:240px}.featured-article-title{font-size:18px}.featured-article-description{font-size:14px}}@media (max-width:768px){.featured-article-section{padding:60px 20px}.featured-article-container{flex-direction:column;gap:32px}.featured-article-content,.featured-article-image{width:100%;max-width:500px}.featured-article-image{height:280px}.featured-article-meta{gap:16px;flex-wrap:wrap;justify-content:center}.featured-article-text{gap:24px;align-items:center;text-align:center}.featured-article-description,.featured-article-title{justify-content:center;text-align:center}}@media (max-width:480px){.featured-article-section{padding:40px 16px}.featured-article-image{height:220px}.featured-article-content{gap:24px}.featured-article-text{gap:16px}.featured-article-title{font-size:16px}.featured-article-description{font-size:13px}.featured-article-meta .category,.featured-article-meta .date,.featured-article-meta .read-time{font-size:9px}.featured-article-meta{gap:12px}.featured-article-meta .divider{width:10px}}.global-presence-section{position:relative;flex-direction:column;width:100%;min-height:501px;background:var(--block-stats-bg);overflow:hidden;isolation:isolate}.global-presence-map,.global-presence-section{display:flex;justify-content:center;align-items:center}.global-presence-map{position:absolute;inset:0;z-index:0}.world-map-svg{width:100%;max-width:1000px;height:auto;opacity:.6}.location-pin{position:absolute;flex-direction:column;gap:4px;transform:translate(-50%,-100%);opacity:0;z-index:2}.location-pin,.pin-icon{display:flex;justify-content:center;align-items:center}.pin-icon{width:32px;height:32px;animation:pulse 2s infinite}.pin-icon svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.pin-label{font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:14px;color:var(--block-text-light);text-align:center;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.5)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.global-presence-content{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:11px;padding:20px;z-index:1;opacity:0}.global-presence-title{font-size:24px;line-height:24px}.global-presence-subtitle,.global-presence-title{font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;color:var(--block-text-light);margin:0;text-align:center}.global-presence-subtitle{font-size:14px;line-height:14px}.global-presence-button{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 24px;min-width:184px;height:30px;border:1px solid var(--block-gold);border-radius:25px;background:transparent;text-decoration:none;transition:all .3s ease;cursor:pointer;font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:16px;text-transform:uppercase;color:var(--block-gold)}.global-presence-button:hover{background:var(--block-gold);color:var(--block-bg-dark)}@media (max-width:1024px){.global-presence-section{min-height:450px}.pin-label{font-size:12px}.pin-icon,.pin-icon svg{width:28px;height:28px}}@media (max-width:768px){.global-presence-section{min-height:400px}.global-presence-title{font-size:20px;line-height:20px}.global-presence-subtitle{font-size:12px;line-height:12px}.global-presence-button{min-width:160px;font-size:14px;padding:8px 20px}.pin-icon,.pin-icon svg{width:24px;height:24px}.pin-label{font-size:10px}}@media (max-width:480px){.global-presence-section{min-height:350px}.global-presence-title{font-size:18px}.global-presence-subtitle{font-size:11px}.global-presence-button{min-width:140px;font-size:12px;height:28px}.location-pin{display:none}.location-pin:nth-child(-n+4){display:flex}}.journey-timeline{position:relative;width:100%;padding:8rem 0;background:linear-gradient(180deg,var(--block-bg) 0,var(--block-section-bg) 50%,var(--block-bg) 100%);overflow:hidden}.jt-container{position:relative;z-index:10;max-width:1400px;margin:0 auto;padding:0 2rem}.jt-header{text-align:center;margin-bottom:6rem}.jt-title{font-family:Rajdhani,Eurostile,sans-serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:var(--block-text);letter-spacing:-.02em;margin-bottom:1rem}.jt-subtitle{font-family:Inter,sans-serif;font-size:1.125rem;color:var(--block-text-muted);max-width:500px;margin:0 auto}.jt-track{position:relative;width:100%;padding:200px 0}.jt-line{right:0;top:50%;height:2px;background:var(--block-card-border);transform:translateY(-50%)}.jt-line,.jt-progress{position:absolute;left:0}.jt-progress{top:0;width:100%;height:100%;background:linear-gradient(90deg,#c9a227,#dbb933 50%,#c9a227);transform-origin:left center;box-shadow:0 0 20px rgba(201,162,39,.5)}.jt-milestones{justify-content:space-between;padding:0 2rem}.jt-item,.jt-milestones{position:relative;display:flex}.jt-item{flex:1;flex-direction:column;align-items:center}.jt-item-top{flex-direction:column-reverse}.jt-node{position:relative;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--block-bg);border:2px solid rgba(201,162,39,.5);border-radius:50%;z-index:10;transition:all .3s ease}.jt-item:hover .jt-node{border-color:var(--block-gold-dark);box-shadow:0 0 30px rgba(201,162,39,.4)}.jt-item-highlight .jt-node{border-color:var(--block-gold-dark);background:linear-gradient(135deg,rgba(201,162,39,.2) 0,var(--block-bg) 100%)}.jt-year{font-family:Rajdhani,Eurostile,sans-serif;font-size:.875rem;font-weight:700;color:var(--block-gold-dark);letter-spacing:.05em}.jt-node-ring{position:absolute;inset:-8px;border:1px solid rgba(201,162,39,.3);border-radius:50%;opacity:0;transition:all .3s ease}.jt-item:hover .jt-node-ring{opacity:1;inset:-12px}.jt-node-pulse{position:absolute;inset:0;border:2px solid var(--block-gold-dark);border-radius:50%;opacity:0;animation:nodePulse 2s ease-out infinite}@keyframes nodePulse{0%{transform:scale(1);opacity:.5}to{transform:scale(1.8);opacity:0}}.jt-card{position:relative;width:100%;max-width:280px;margin-top:2rem;background:var(--block-card-bg);border:1px solid var(--block-card-border);border-radius:1rem;overflow:hidden;transition:all .4s cubic-bezier(.23,1,.32,1)}.jt-item-top .jt-card{margin-top:0;margin-bottom:2rem}.jt-item:hover .jt-card{background:var(--block-card-bg);border-color:rgba(201,162,39,.3);transform:translateY(-5px)}.jt-item-top:hover .jt-card{transform:translateY(5px)}.jt-card-image{position:relative;width:100%;height:140px;overflow:hidden}.jt-card-image img{transition:transform .4s ease}.jt-item:hover .jt-card-image img{transform:scale(1.1)}.jt-card-content{padding:1.5rem}.jt-card-title{font-family:Rajdhani,Eurostile,sans-serif;font-size:1.25rem;font-weight:600;color:var(--block-text);margin-bottom:.5rem}.jt-card-description{font-family:Inter,sans-serif;font-size:.875rem;color:var(--block-text-muted);line-height:1.6}.jt-card-connector{position:absolute;left:50%;width:1px;height:2rem;background:linear-gradient(180deg,rgba(201,162,39,.5),transparent);transform:translateX(-50%)}.jt-item-bottom .jt-card-connector{top:-2rem;background:linear-gradient(0deg,rgba(201,162,39,.5),transparent)}.jt-item-top .jt-card-connector{bottom:-2rem;top:auto}.jt-bg-gradient{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0,rgba(201,162,39,.05) 0,transparent 50%),radial-gradient(ellipse at 50% 100%,rgba(201,162,39,.03) 0,transparent 50%);pointer-events:none}@media (max-width:1024px){.jt-track{padding:3rem 0}.jt-line,.jt-progress{display:none}.jt-milestones{flex-direction:column;gap:3rem;padding:0}.jt-item,.jt-item-top{flex-direction:row;align-items:flex-start;gap:1.5rem}.jt-item-top .jt-card{margin-bottom:0;margin-top:0}.jt-card{margin-top:0;max-width:100%}.jt-card-connector{display:none}.jt-node{flex-shrink:0;width:80px;height:80px}.jt-year{font-size:1rem}}@media (max-width:768px){.journey-timeline{padding:5rem 0}.jt-header{margin-bottom:3rem}.jt-node{width:60px;height:60px}.jt-card-content{padding:1rem}}.latest-articles-section{position:relative;width:100%;padding:80px 20px;display:flex;justify-content:center;align-items:center;background-color:var(--block-bg)}.latest-articles-container{position:relative;width:100%;max-width:1240px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:48px}.latest-articles-title{font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;font-size:32px;line-height:150%;text-transform:uppercase;color:var(--block-text);margin:0;opacity:0}.latest-articles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px;width:100%}.latest-article-card{display:flex;flex-direction:row;align-items:flex-start;gap:24px;opacity:0;background:transparent;transition:transform .3s ease}.latest-article-card:hover{transform:translateY(-4px)}.latest-article-image{width:280px;height:180px;flex-shrink:0;border-radius:8px;overflow:hidden}.latest-article-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.latest-article-card:hover .latest-article-image img{transform:scale(1.05)}.latest-article-content{display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex:1}.latest-article-meta{display:flex;flex-direction:row;align-items:center;gap:16px}.latest-article-meta .category,.latest-article-meta .date,.latest-article-meta .read-time{font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;font-size:10px;line-height:150%;text-transform:uppercase;color:var(--block-text-subtle)}.latest-article-meta .divider{width:14px;height:0;border:1px solid var(--block-text-subtle);transform:rotate(90deg)}.latest-article-card-title{font-size:16px;text-transform:uppercase;color:var(--block-text);-webkit-line-clamp:2}.latest-article-card-title,.latest-article-description{font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;line-height:150%;margin:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.latest-article-description{font-size:14px;color:var(--block-text-subtle);-webkit-line-clamp:3}.latest-article-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border:1px solid var(--block-text);background:transparent;font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:150%;text-transform:uppercase;color:var(--block-text);text-decoration:none;transition:all .3s ease;cursor:pointer;margin-top:auto}.latest-article-button:hover{background:var(--block-text);color:var(--block-bg)}@media (max-width:1280px){.latest-articles-container{max-width:1000px}.latest-article-image{width:240px;height:160px}}@media (max-width:1024px){.latest-articles-grid{grid-template-columns:1fr;gap:32px}.latest-article-card{max-width:600px}.latest-article-image{width:220px;height:150px}}@media (max-width:768px){.latest-articles-section{padding:60px 20px}.latest-articles-container{gap:36px;align-items:center}.latest-articles-title{font-size:24px;text-align:center}.latest-articles-grid{gap:24px}.latest-article-card{flex-direction:column;max-width:400px;width:100%}.latest-article-image{width:100%;height:200px}.latest-article-content{width:100%}}@media (max-width:480px){.latest-articles-section{padding:40px 16px}.latest-articles-title{font-size:20px}.latest-article-image{height:180px}.latest-article-meta{gap:12px;flex-wrap:wrap}.latest-article-meta .category,.latest-article-meta .date,.latest-article-meta .read-time{font-size:9px}.latest-article-card-title{font-size:14px}.latest-article-description{font-size:13px}.latest-article-button{font-size:11px;padding:8px 20px}}.membership-section{align-items:flex-start;gap:50px;color:#000000}.membership-section,.membership-stats-bar{display:flex;flex-direction:column;width:100%}.membership-stats-bar{justify-content:center;align-items:center;padding:10px 20px;min-height:140px}.membership-stats-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:114px;width:100%;max-width:1232px}.membership-stat{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;flex:1;opacity:0}.membership-stat-number{font-size:20px;line-height:20px}.membership-stat-label,.membership-stat-number{font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;text-align:center;color:var(--block-text-light)}.membership-stat-label{font-size:16px;line-height:16px}.membership-content-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:67px;width:100%;padding:0 20px}.membership-content{gap:50px;max-width:397px;opacity:0}.membership-content,.membership-header{display:flex;flex-direction:column;align-items:flex-start;width:100%}.membership-header{gap:10px}.membership-subtitle{font-size:16px;line-height:16px}.membership-subtitle,.membership-title{font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;color:var(--block-text)}.membership-title{font-size:20px;line-height:32px;margin:0;max-width:275px}.membership-accent-bar{width:81px;height:12px;flex-shrink:0}.membership-paragraphs{display:flex;flex-direction:column;gap:20px;width:100%}.membership-paragraph{font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:var(--block-text);margin:0}.membership-button{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px;gap:8px;min-width:154px;height:42px;border:1px solid var(--block-gold);background:transparent;text-decoration:none;transition:all .3s ease;cursor:pointer}.membership-button:hover{background:var(--block-gold)}.membership-button:hover span{color:var(--block-bg-dark)}.membership-button span{font-family:Inter,Eurostile,sans-serif;font-style:normal;font-weight:500;font-size:12px;line-height:150%;text-transform:uppercase;color:var(--block-text);transition:color .3s ease}.membership-image-wrapper{width:100%;max-width:775px;height:620px;flex-shrink:0;opacity:0}.membership-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:1280px){.membership-stats-container{gap:60px}.membership-content-wrapper{gap:40px}.membership-image-wrapper{max-width:600px;height:500px}}@media (max-width:1024px){.membership-stats-container{gap:40px;flex-wrap:wrap;justify-content:center}.membership-stat{min-width:200px}.membership-content-wrapper{flex-direction:column;gap:50px;align-items:center}.membership-content{max-width:100%;align-items:center;text-align:center}.membership-header{align-items:center}.membership-title{max-width:100%;text-align:center}.membership-paragraphs{align-items:center}.membership-paragraph{text-align:center}.membership-image-wrapper{max-width:100%;height:auto;aspect-ratio:775/620}}@media (max-width:768px){.membership-section{gap:30px}.membership-stats-bar{padding:20px}.membership-stats-container{flex-direction:column;gap:30px}.membership-stat{gap:12px}.membership-stat-number{font-size:24px}.membership-stat-label{font-size:14px}.membership-content{gap:30px;padding:0 20px}.membership-title{font-size:18px;line-height:28px}.membership-paragraph{font-size:14px;line-height:22px}.membership-image-wrapper{padding:0 20px}}@media (max-width:480px){.membership-stats-bar{padding:16px}.membership-stat-number{font-size:20px}.membership-stat-label{font-size:12px}.membership-content{gap:24px}.membership-subtitle{font-size:14px}.membership-title{font-size:16px;line-height:24px}.membership-button{width:100%;max-width:200px}}.other-articles-section{position:relative;width:100%;padding:80px 20px;display:flex;justify-content:center;align-items:center;background-color:var(--block-bg)}.other-articles-container{position:relative;width:100%;max-width:1240px;margin:0 auto;display:flex;flex-direction:column;gap:48px}.other-articles-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.other-articles-title{font-size:32px;color:var(--block-text);margin:0;opacity:0}.other-articles-title,.other-articles-view-all{font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;line-height:150%;text-transform:uppercase}.other-articles-view-all{font-size:14px;color:var(--block-text-subtle);text-decoration:none;transition:color .3s ease;padding:8px 16px;border:1px solid var(--block-text-subtle)}.other-articles-view-all:hover{color:var(--block-text);border-color:var(--block-text)}.other-articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%}.other-article-card{display:block;text-decoration:none;opacity:0;border-radius:8px;overflow:hidden;transition:transform .3s ease}.other-article-card:hover{transform:translateY(-4px)}.other-article-image{position:relative;width:100%;height:320px;background-size:cover;background-position:50%;border-radius:8px}.other-article-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:24px;gap:16px;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.4) 40%,rgba(0,0,0,.85));border-radius:8px;transition:background .3s ease}.other-article-card:hover .other-article-overlay{background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.5) 40%,rgba(0,0,0,.9))}.other-article-meta{display:flex;flex-direction:row;align-items:center;gap:12px}.other-article-meta .category,.other-article-meta .date,.other-article-meta .read-time{font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;font-size:9px;line-height:150%;text-transform:uppercase;color:var(--block-text-light);opacity:.8}.other-article-meta .divider{width:10px;height:0;border:1px solid rgba(255,255,255,.5);transform:rotate(90deg)}.other-article-card-title{font-size:14px;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.other-article-button,.other-article-card-title{font-family:Eurostile,sans-serif;font-style:normal;font-weight:400;line-height:150%;text-transform:uppercase;color:var(--block-text-light)}.other-article-button{display:inline-flex;align-items:center;justify-content:center;padding:8px 20px;border:1px solid var(--block-text-light);background:transparent;font-size:11px;transition:all .3s ease;margin-top:8px}.other-article-card:hover .other-article-button{background:var(--block-text-light);color:var(--block-bg-dark)}@media (max-width:1280px){.other-articles-container{max-width:1000px}.other-article-image{height:280px}}@media (max-width:1024px){.other-articles-grid{grid-template-columns:repeat(2,1fr);gap:20px}.other-article-image{height:300px}}@media (max-width:768px){.other-articles-section{padding:60px 20px}.other-articles-container{gap:36px}.other-articles-header{flex-direction:column;gap:16px;align-items:center}.other-articles-title{font-size:24px;text-align:center}.other-articles-grid{grid-template-columns:1fr;gap:16px;max-width:400px;margin:0 auto}.other-article-image{height:280px}}@media (max-width:480px){.other-articles-section{padding:40px 16px}.other-articles-title{font-size:20px}.other-article-image{height:240px}.other-article-overlay{padding:16px;gap:12px}.other-article-meta{gap:8px;flex-wrap:wrap}.other-article-meta .category,.other-article-meta .date,.other-article-meta .read-time{font-size:8px}.other-article-card-title{font-size:13px}.other-article-button{font-size:10px;padding:6px 16px}.other-articles-view-all{font-size:12px}}.spotlight{position:relative;width:100vw;height:100svh;display:flex;justify-content:center;align-items:center;overflow:hidden;contain:layout style paint;isolation:isolate}.spotlight-outline{position:absolute;top:0;left:0;width:100%;height:100%;border:1rem solid var(--base-500);border-radius:3rem;z-index:2;pointer-events:none}.spotlight-outline:after{content:"";position:absolute;top:-1rem;left:-1rem;width:100%;height:100%;border:1rem solid var(--base-500);z-index:1}.spotlight-inner{position:relative;width:100%;height:100%;overflow:hidden}.spotlight-intro-text-wrapper{position:absolute;width:100%;top:50%;transform:translateY(-50%);display:flex;gap:.5rem}.spotlight-intro-text{flex:1;position:relative;will-change:transform;color:var(--base-300)}.spotlight-intro-text p{font-size:2.5rem;margin:0}.spotlight-intro-text:first-child{display:flex;justify-content:flex-end}.spotlight-bg-img{position:absolute;overflow:hidden;transform:scale(0);border-radius:2rem;opacity:.95}.spotlight-bg-img,.spotlight-bg-img img{width:100%;height:100%;will-change:transform}.spotlight-bg-img img{-o-object-fit:cover;object-fit:cover;transform:scale(1.5)}.spotlight-titles-container{position:absolute;top:0;left:15vw;width:100%;height:100%;overflow:hidden;clip-path:polygon(50svh 0,0 50%,50svh 100%,100% calc(100% + 100svh),100% -100svh);--before-opacity:0;--after-opacity:0}.spotlight-titles-container:after,.spotlight-titles-container:before{content:"";position:absolute;width:100svh;height:2px;background:var(--base-100);pointer-events:none;transition:opacity .3s ease;z-index:10}.spotlight-titles-container:before{top:0;left:0;transform:rotate(-45deg) translate(-7rem);opacity:var(--before-opacity)}.spotlight-titles-container:after{bottom:0;left:0;transform:rotate(45deg) translate(-7rem);opacity:var(--after-opacity)}.spotlight-titles{position:relative;left:15%;width:75%;height:100%;display:flex;flex-direction:column;gap:5rem;transform:translateY(100%);z-index:2}.spotlight-titles h1{color:#ffffff;opacity:.35;transition:opacity .3s ease;font-size:4rem;font-weight:500;line-height:1;margin:0}.spotlight-images{position:absolute;top:0;right:0;width:50%;min-width:300px;height:100%;z-index:1;pointer-events:none}.spotlight-img{position:absolute;width:200px;height:150px;will-change:transform;border-radius:1rem;overflow:hidden}.spotlight-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.spotlight-header{position:absolute;top:50%;left:10%;transform:translateY(-50%);color:var(--base-100);transition:opacity .3s ease;z-index:2;opacity:0}.spotlight-header p{font-size:1.25rem;font-weight:500;line-height:1;color:var(--base-100);margin:0}.spotlight-img-brand{position:absolute;bottom:.5rem;left:.5rem;background:rgba(0,0,0,.7);backdrop-filter:blur(4px);padding:.25rem .5rem;border-radius:.5rem;display:flex;align-items:center;gap:.5rem}.spotlight-img-brand img{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.spotlight-img-brand span{font-size:.75rem;color:white;font-weight:500}@media (max-width:1000px){.spotlight-titles,.spotlight-titles-container:after,.spotlight-titles-container:before{display:none}.spotlight-images{right:-4rem}.spotlight-intro-text p{font-size:1.5rem}.spotlight-header{left:5%}}@media (max-width:600px){.spotlight-outline{border-width:.5rem;border-radius:1.5rem}.spotlight-outline:after{top:-.5rem;left:-.5rem;border-width:.5rem}.spotlight-inner{width:calc(100% - 1rem);height:calc(100% - 1rem)}.spotlight-bg-img,.spotlight-inner{border-radius:1rem}.spotlight-intro-text p{font-size:1.25rem}.spotlight-img{width:150px;height:112px}}.our-values{position:relative;width:100%;padding:8rem 0;background:linear-gradient(180deg,var(--block-bg) 0,var(--block-bg-alt) 50%,var(--block-bg) 100%);overflow:hidden}.ov-container{position:relative;z-index:10;max-width:1400px;margin:0 auto;padding:0 2rem}.ov-header{text-align:center;margin-bottom:5rem}.ov-title{font-family:Rajdhani,Eurostile,sans-serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:var(--block-text);letter-spacing:-.02em;margin-bottom:1rem}.ov-subtitle{font-family:Inter,sans-serif;font-size:1.125rem;color:var(--block-text-muted);max-width:600px;margin:0 auto;line-height:1.6}.ov-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;perspective:1000px}.ov-card{position:relative;padding:2.5rem;background:var(--block-card-bg);border:1px solid var(--block-card-border);border-radius:1rem;transform-style:preserve-3d;transition:transform .1s ease;cursor:default;overflow:hidden}.ov-card-content{position:relative;z-index:5}.ov-card-glow{position:absolute;top:50%;left:50%;width:200%;height:200%;transform:translate(-50%,-50%);background:radial-gradient(circle at center,var(--accent-glow,rgba(201,162,39,.15)) 0,transparent 60%);opacity:0;transition:opacity .4s ease;pointer-events:none}.ov-card:hover .ov-card-glow{opacity:1}.ov-card-shine{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);transform:skewX(-25deg);transition:left .6s ease;pointer-events:none}.ov-card:hover .ov-card-shine{left:150%}.ov-card-border{position:absolute;inset:0;border-radius:1rem;padding:1px;background:linear-gradient(135deg,var(--accent-color,#c9a227) 0,transparent 50%,var(--accent-color,#c9a227) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.3;transition:opacity .4s ease;pointer-events:none}.ov-card:hover .ov-card-border{opacity:.6}.ov-card-icon{position:relative;width:70px;height:70px;margin-bottom:1.5rem}.ov-card-icon svg{width:100%;height:100%;color:var(--accent-color,#c9a227);transition:transform .4s ease,filter .4s ease}.ov-card:hover .ov-card-icon svg{transform:scale(1.1);filter:drop-shadow(0 0 20px var(--accent-glow,rgba(201,162,39,.5)))}.ov-icon-ring{position:absolute;inset:-10px;border:1px solid var(--accent-color,#c9a227);border-radius:50%;opacity:.2;transform:scale(.8);transition:all .4s ease}.ov-card:hover .ov-icon-ring{transform:scale(1.2);opacity:.4}.ov-card-title{font-family:Rajdhani,Eurostile,sans-serif;font-size:1.5rem;font-weight:600;color:var(--block-text);margin-bottom:.75rem;letter-spacing:.02em}.ov-card-description{font-family:Inter,sans-serif;font-size:.95rem;color:var(--block-text-muted);line-height:1.7}.ov-accent-gold{--accent-color:#c9a227;--accent-glow:rgba(201,162,39,0.3)}.ov-accent-silver{--accent-color:#a8a9ad;--accent-glow:rgba(168,169,173,0.3)}.ov-accent-copper{--accent-color:#b87333;--accent-glow:rgba(184,115,51,0.3)}.ov-accent-platinum{--accent-color:#e5e4e2;--accent-glow:rgba(229,228,226,0.3)}.ov-bg-pattern{position:absolute;inset:0;opacity:.03;background-image:linear-gradient(30deg,#c9a227 12%,transparent 12.5%,transparent 87%,#c9a227 87.5%,#c9a227),linear-gradient(150deg,#c9a227 12%,transparent 12.5%,transparent 87%,#c9a227 87.5%,#c9a227),linear-gradient(30deg,#c9a227 12%,transparent 12.5%,transparent 87%,#c9a227 87.5%,#c9a227),linear-gradient(150deg,#c9a227 12%,transparent 12.5%,transparent 87%,#c9a227 87.5%,#c9a227),linear-gradient(60deg,#c9a22777 25%,transparent 25.5%,transparent 75%,#c9a22777 0,#c9a22777),linear-gradient(60deg,#c9a22777 25%,transparent 25.5%,transparent 75%,#c9a22777 0,#c9a22777);background-size:80px 140px;background-position:0 0,0 0,40px 70px,40px 70px,0 0,40px 70px;pointer-events:none}@media (max-width:768px){.our-values{padding:5rem 0}.ov-header{margin-bottom:3rem}.ov-grid{grid-template-columns:1fr;gap:1.5rem}.ov-card{padding:2rem}.ov-card-icon{width:60px;height:60px}}.showreel{height:100svh;background-color:var(--block-bg);display:flex;justify-content:center;align-items:center}.showreel,.showreel .showreel-container{position:relative;width:100%;overflow:hidden}.showreel .showreel-container{height:100%;transform:scale(.75);border-radius:2rem}.showreel .showreel-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.showreel .volume-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6.5rem;height:6.5rem;display:flex;justify-content:center;align-items:center;background-color:var(--block-bg);border:1px solid var(--block-border);border-radius:100%;cursor:pointer;z-index:10;transition:transform .2s ease,opacity .2s ease}.showreel .volume-icon:hover{transform:translate(-50%,-50%) scale(1.05)}.showreel .volume-icon:active{transform:translate(-50%,-50%) scale(.95)}.showreel .volume-icon-svg{color:var(--block-text)}.showroom-stats{position:relative;width:100%;padding:10rem 0;background:var(--block-bg);overflow:hidden}.ss-background{position:absolute;inset:0;width:100%;height:120%;top:-10%;will-change:transform}.ss-background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(30%) brightness(.6)}.ss-gradient-bg{width:100%;height:100%;background:linear-gradient(135deg,var(--block-bg) 0,var(--block-bg-alt) 50%,var(--block-bg) 100%),radial-gradient(ellipse at 30% 20%,rgba(201,162,39,.1) 0,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(201,162,39,.08) 0,transparent 50%)}.ss-overlay{position:absolute;inset:0;background:rgba(0,0,0,.7);pointer-events:none}.ss-container{position:relative;z-index:10;max-width:1400px;margin:0 auto;padding:0 2rem}.ss-headline{text-align:center;font-family:Rajdhani,Eurostile,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:var(--block-text);letter-spacing:-.02em;margin-bottom:5rem}.ss-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.ss-card{position:relative;display:flex;align-items:flex-start;gap:1.5rem;padding:2.5rem;border:1px solid var(--block-card-border);border-radius:1rem;overflow:hidden;transition:all .4s cubic-bezier(.23,1,.32,1)}.ss-card,.ss-card:hover{background:var(--block-card-bg)}.ss-card:hover{border-color:rgba(201,162,39,.3);transform:translateY(-5px)}.ss-card-glow{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top left,rgba(201,162,39,.15) 0,transparent 60%);opacity:0;transition:opacity .4s ease;pointer-events:none}.ss-card:hover .ss-card-glow{opacity:1}.ss-card-line{position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#c9a227,rgba(201,162,39,.2));transform:scaleY(0);transform-origin:top;transition:transform .4s ease}.ss-card:hover .ss-card-line{transform:scaleY(1)}.ss-card-icon{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(201,162,39,.2),rgba(201,162,39,.05));border-radius:.75rem;transition:all .4s ease}.ss-card:hover .ss-card-icon{background:linear-gradient(135deg,rgba(201,162,39,.4),rgba(201,162,39,.15));transform:scale(1.1)}.ss-card-icon svg{width:26px;height:26px;color:var(--block-gold-dark)}.ss-card-content{flex:1}.ss-value{display:flex;align-items:baseline;margin-bottom:.5rem}.ss-counter{font-family:Rajdhani,Eurostile,sans-serif;font-size:3.5rem;font-weight:700;color:var(--block-text);line-height:1;letter-spacing:-.02em}.ss-suffix{font-size:2rem;color:var(--block-gold-dark);margin-left:.25rem}.ss-label,.ss-suffix{font-family:Rajdhani,Eurostile,sans-serif;font-weight:600}.ss-label{font-size:1.25rem;color:var(--block-text);margin-bottom:.5rem;letter-spacing:.02em}.ss-description{font-family:Inter,sans-serif;font-size:.875rem;color:var(--block-text-muted);line-height:1.5}.ss-deco-lines{position:absolute;inset:0;pointer-events:none;overflow:hidden}.ss-deco-line{position:absolute;width:1px;height:100%;background:linear-gradient(180deg,transparent,rgba(201,162,39,.1) 30%,rgba(201,162,39,.1) 70%,transparent)}.ss-deco-line:first-child{left:25%}.ss-deco-line:nth-child(2){left:50%}.ss-deco-line:nth-child(3){left:75%}@media (max-width:768px){.showroom-stats{padding:6rem 0}.ss-headline{margin-bottom:3rem}.ss-grid{grid-template-columns:1fr;gap:1.5rem}.ss-card{padding:2rem}.ss-counter{font-size:2.5rem}.ss-suffix{font-size:1.5rem}.ss-deco-lines{display:none}}.testimonials{position:relative;width:100%;padding:8rem 0;background:var(--block-bg);overflow:hidden}.tm-bg-gradient{inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(201,162,39,.08) 0,transparent 50%),radial-gradient(ellipse at 80% 50%,rgba(201,162,39,.05) 0,transparent 50%)}.tm-bg-gradient,.tm-quote-deco{position:absolute;pointer-events:none}.tm-quote-deco{top:10%;left:10%;font-family:Georgia,serif;font-size:30rem;color:rgba(201,162,39,.03);line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tm-container{position:relative;z-index:10;max-width:1400px;margin:0 auto;padding:0 2rem}.tm-header{text-align:center;margin-bottom:4rem}.tm-title{font-family:Rajdhani,Eurostile,sans-serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:var(--block-text);letter-spacing:-.02em;margin-bottom:1rem}.tm-subtitle{font-family:Inter,sans-serif;font-size:1.125rem;color:var(--block-text-muted);max-width:500px;margin:0 auto}.tm-slider{position:relative;width:100%;max-width:900px;margin:0 auto;padding:2rem 0}.tm-slider-track{position:relative;height:450px;perspective:1000px}.tm-card{position:absolute;top:0;left:50%;width:100%;max-width:700px;transform:translateX(-50%);opacity:0;pointer-events:none;transition:pointer-events .3s}.tm-card-active{pointer-events:auto}.tm-card-inner{padding:3rem;background:var(--block-card-bg);border:1px solid var(--block-card-border);border-radius:1.5rem;backdrop-filter:blur(20px)}.tm-stars{display:flex;gap:.25rem;margin-bottom:1.5rem}.tm-star{width:20px;height:20px;color:var(--block-text-muted);transition:color .3s}.tm-star-filled{color:var(--block-gold-dark)}.tm-quote{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:300;font-style:italic;color:var(--block-text);line-height:1.8;margin-bottom:2rem}.tm-car-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(201,162,39,.1);border:1px solid rgba(201,162,39,.3);border-radius:2rem;margin-bottom:2rem}.tm-car-badge svg{width:18px;height:18px;color:var(--block-gold-dark)}.tm-car-badge span{font-family:Rajdhani,Eurostile,sans-serif;font-size:.875rem;font-weight:600;color:var(--block-gold-dark);letter-spacing:.05em}.tm-author{display:flex;align-items:center;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--block-card-border)}.tm-author-image{position:relative;width:60px;height:60px;border-radius:50%;overflow:hidden;border:2px solid rgba(201,162,39,.5)}.tm-author-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--block-gold-dark) 0,#8b6914 100%);font-family:Rajdhani,Eurostile,sans-serif;font-size:1.5rem;font-weight:700;color:var(--block-text-light)}.tm-author-info{display:flex;flex-direction:column}.tm-author-name{font-family:Rajdhani,Eurostile,sans-serif;font-size:1.125rem;font-weight:600;color:var(--block-text)}.tm-author-title{font-family:Inter,sans-serif;font-size:.875rem;color:var(--block-text-muted)}.tm-nav{gap:2rem;margin-top:3rem}.tm-nav,.tm-nav-btn{display:flex;align-items:center;justify-content:center}.tm-nav-btn{width:50px;height:50px;background:transparent;border:1px solid var(--block-card-border);border-radius:50%;cursor:pointer;transition:all .3s ease}.tm-nav-btn:hover{background:rgba(201,162,39,.2);border-color:var(--block-gold-dark)}.tm-nav-btn svg{width:24px;height:24px;color:var(--block-text)}.tm-dots{display:flex;gap:.75rem}.tm-dot{width:10px;height:10px;background:var(--block-card-border);border:none;border-radius:50%;cursor:pointer;transition:all .3s ease}.tm-dot:hover{background:var(--block-text-muted)}.tm-dot-active{background:var(--block-gold-dark);transform:scale(1.2)}@media (max-width:768px){.testimonials{padding:5rem 0}.tm-quote-deco{font-size:15rem;top:5%;left:5%}.tm-slider-track{height:500px}.tm-card-inner{padding:2rem}.tm-quote{font-size:1rem}.tm-nav{gap:1rem}.tm-nav-btn{width:44px;height:44px}}