.hero-company{background:var(--bg-sand);position:relative;height:auto!important;max-height:none!important;min-height:800px!important;overflow:hidden}.hero-company-stamp{position:absolute;bottom:120px;right:40px;width:168px;height:168px;opacity:.15;pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none}.hero-company .container{position:relative;height:auto!important;max-height:none!important;min-height:800px!important}.hero-company-split{display:flex;width:100%;height:auto;padding-top:60px}.hero-company-left{width:50%;padding:0 40px 20px 0;display:flex;flex-direction:column;justify-content:flex-start;overflow:visible}.hero-company-right{width:50%;padding:0 0 100px 40px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.hero-special-nav{list-style:none;display:flex;flex-direction:column;gap:0}.hero-nav-main{margin-bottom:20px}.hero-special-nav a{font-size:.85rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;color:#0a1118;padding:4px 12px;position:relative;z-index:1;display:inline-block;margin-right:-12px;text-decoration:none;transition:all .3s ease}.hero-special-nav a:hover{color:#fff}.video-thumb-wrapper{position:relative;display:block;width:100%;aspect-ratio:16/9;overflow:hidden;cursor:pointer;box-shadow:10px 10px 40px #0000001a}.video-thumb-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.video-thumb-wrapper:hover img{transform:scale(1.05)}.play-btn-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;background:#282075d9;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition-smooth)}.video-thumb-wrapper:hover .play-btn-overlay{background:var(--accent);transform:translate(-50%,-50%) scale(1.1)}.play-btn-overlay svg{width:28px;height:28px;fill:#fff;margin-left:4px}.timeline-section{background:var(--bg-white)}.timeline{position:relative;max-width:1300px;margin:0 auto;padding:2px 0 20px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,270px) 220px;column-gap:0;row-gap:0}.timeline:after{content:"";position:absolute;width:2px;background:var(--accent);top:-47px;bottom:0;left:50%;transform:translate(-50%)}.timeline-item{padding:10px 40px;position:relative;width:100%;box-sizing:border-box;margin-bottom:0;z-index:2}.timeline-item.left{grid-column:1;text-align:right}.timeline-item.right{grid-column:2;text-align:left;margin-top:140px}.timeline-item:after{content:"✓";position:absolute;width:24px;height:24px;background:#fff;color:var(--accent);border:2px solid var(--accent);font-size:13px;font-weight:700;line-height:20px;text-align:center;top:24px;border-radius:50%;z-index:10}.timeline-item.left:after{right:-14px}.timeline-item.right:after{left:-14px}.timeline-content{padding:24px 30px;background:var(--bg-sand);border:none;transition:var(--transition-smooth);text-align:left}.timeline-content:hover{border-color:var(--accent);box-shadow:0 10px 30px #0000000d;transform:translateY(-3px);background-color:#d2c0000a}.timeline-year{font-family:var(--serif);font-size:2rem;color:#282075;font-weight:700;margin-bottom:10px;line-height:1}.timeline-content h3{font-family:var(--sans);font-size:.95rem;font-weight:700;color:#000;margin-bottom:12px;transition:color .4s ease;text-transform:uppercase}.timeline-content:hover h3{color:var(--accent)}.timeline-content p{font-family:var(--sans);font-size:.95rem;line-height:1.4;color:var(--text-main)}@media screen and (max-width:768px){.timeline{grid-template-columns:1fr;grid-template-rows:auto;gap:30px;padding-left:0}.timeline:after{left:20px;transform:none;top:0}.timeline-item{width:100%;padding-left:50px;padding-right:0;text-align:left!important;margin-top:0!important}.timeline-item.left,.timeline-item.right{grid-column:1}.timeline-item.left:after,.timeline-item.right:after{left:8px;right:auto;top:24px}}.timeline-final-year{text-align:center}@media screen and (max-width:768px){.timeline-final-year{text-align:left;padding-left:25px!important}}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.portfolio-item{aspect-ratio:4/3;overflow:hidden;box-shadow:0 4px 20px #0000000d}.portfolio-item img{width:100%;height:100%;object-fit:cover;transition:var(--transition-smooth)}.portfolio-item:hover img{transform:scale(1.05)}.video-modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0a1118eb;z-index:9999;align-items:center;justify-content:center}.video-modal-overlay.active{display:flex}.video-modal-inner{position:relative;width:90%;max-width:1000px;aspect-ratio:16/9;background:#000;box-shadow:0 30px 80px #000000b3;animation:modalIn .35s cubic-bezier(.16,1,.3,1)}@keyframes modalIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.video-modal-inner iframe{width:100%;height:100%;border:0}.video-modal-close{position:absolute;top:-50px;right:0;width:40px;height:40px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s}.video-modal-close:hover{opacity:1}.video-modal-close svg{width:32px;height:32px;stroke:#fff;stroke-width:2;fill:none}.product-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:220px 220px;gap:12px}.gallery-item{position:relative;overflow:hidden;cursor:pointer}.gallery-item.tall{grid-row:1 / 3}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;display:block}.gallery-item:hover img{transform:scale(1.05)}.gallery-label{position:absolute;bottom:0;left:0;right:0;padding:14px 18px;background:linear-gradient(to top,rgba(10,17,24,.75) 0%,transparent 100%);color:#fff;font-family:var(--sans);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;font-weight:500;transform:translateY(100%);transition:transform .35s ease}.gallery-item:hover .gallery-label{transform:translateY(0)}.company-brands-split{display:grid;grid-template-columns:50% 50%;gap:60px;align-items:center}.company-brands-left .section-header{text-align:left;margin:0;padding:0;max-width:100%}.company-brands-left .section-label,.company-brands-left .section-title,.company-brands-left .section-description{text-align:left;margin-left:0}.company-brands-left .section-divider{margin-left:0;margin-right:auto}.company-brands-left .section-description{max-width:100%}.company-brands-logos{display:grid;grid-template-columns:repeat(3,1fr);column-gap:70px;row-gap:30px;padding-right:60px}.company-brand-logo-img{width:100%;aspect-ratio:3 / 2;object-fit:contain;filter:grayscale(100%);opacity:.8;transition:var(--transition-smooth);cursor:pointer}.company-brand-logo-img:hover{filter:grayscale(0%);opacity:1}@media(max-width:992px){.company-brands-split{grid-template-columns:1fr;gap:40px}.company-brands-left .section-header,.company-brands-left .section-label,.company-brands-left .section-title,.company-brands-left .section-description{text-align:center;margin-left:auto;margin-right:auto}.company-brands-left .section-divider{margin:20px auto}}.company-brand-item{display:flex;flex-direction:column;align-items:center;gap:0}.company-brand-year{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-light);font-weight:400;margin:-10px 0 0;text-align:center}@media(max-width:768px){.hero-company{min-height:auto!important;padding-top:90px}.hero-company .container{min-height:auto!important;padding-bottom:70px}.hero-company-split{flex-direction:column;padding-top:0!important}.hero-company-left,.hero-company-right{width:100%;padding:0}.hero-company-right{order:1}.hero-company-left{order:2;padding-bottom:40px}.hero-company-stamp{width:100px;height:100px;bottom:20px;right:20px;opacity:.1}.hero-company-right .hero-menu-section,.hero-company-left .hero-logo-section{display:none!important}.company-hero-text{text-align:left!important;margin-bottom:20px}.hero-video-section{margin-top:10px!important}.product-gallery{grid-template-columns:1fr;grid-template-rows:auto;gap:15px}.gallery-item,.gallery-item.tall{grid-row:auto;aspect-ratio:16/9}.company-brands-logos{grid-template-columns:1fr 1fr;column-gap:50px;padding-right:0}.company-brand-logo-img{max-width:110px!important}body.page-about h1,body.page-about h2,body.page-about .section-title,body.page-about .timeline-year{font-size:1.8rem!important;line-height:1.1!important;margin-bottom:15px!important}body.page-about h3{font-size:1.1rem!important;line-height:1.2!important}body.page-about p,body.page-about .timeline-content p,body.page-about .section-description,body.page-about .company-hero-text p{font-size:.85rem!important;line-height:1.3!important;margin-bottom:15px!important}body.page-about .section-header{margin-bottom:40px!important}body.page-about .timeline-content{padding:16px 20px!important}}.hero-logo-section{margin-bottom:25px}.hero-logo-section .logo-wrapper img{width:100%;height:100%}.hero-logo-text{line-height:1.2}.hero-video-section{margin-top:120px}.video-thumb-wrapper{width:100%}.video-caption{display:block;text-align:right;margin-top:15px;font-family:var(--sans);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#888;font-weight:400}.hero-menu-section{width:100%;display:flex;justify-content:flex-end;gap:60px}.hero-menu-title{margin-bottom:10px}.company-hero-text{margin-top:5px;width:100%;text-align:left}.company-hero-text h1{font-family:var(--serif);font-size:clamp(2.2rem,3.5vw,3.2rem);line-height:1.1;margin-bottom:40px;color:#bcad0b}.hero-brand-name{color:#282075}.company-hero-text p{font-size:.95rem;line-height:1.4;color:#000;max-width:400px}.timeline-section{padding:100px 0}.timeline-intro{max-width:700px;margin:30px auto 0;font-size:.95rem;line-height:1.4;color:var(--text-main);text-align:center}.timeline-final-year{width:100%;padding:20px 0 10px}.timeline-final-year span{font-family:var(--serif);font-size:3rem;font-weight:700;color:#d2c000;line-height:1}.portfolio-section{background:#f4f1ea}.brands-section{background:var(--bg-white)}.company-brands-left .section-header{margin-bottom:0}
