*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#0B1E35;
  --blue:#1A6FA8;
  --teal:#2AABB8;
  --sand:#F5F2EC;
  --white:#FFFFFF;
  --gray:#6B7280;
  --light:#EEF2F7;
}
html{scroll-behavior:smooth}
body{font-family:'Nunito Sans',sans-serif;color:var(--navy);background:var(--white);line-height:1.6}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0.6rem 3rem;display:flex;align-items:center;justify-content:space-between;background:rgba(11,30,53,0.97);backdrop-filter:blur(8px)}
.nav-logo img{height:34px;width:auto}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{color:rgba(255,255,255,0.75);text-decoration:none;font-size:0.78rem;letter-spacing:0.08em;text-transform:uppercase;font-weight:700;transition:color 0.2s}
.nav-links a:hover{color:var(--teal)}
.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.nav-hamburger span{display:block;width:22px;height:2px;background:rgba(255,255,255,0.8);transition:all 0.3s}
.mobile-menu{display:none;position:fixed;top:60px;left:0;right:0;background:rgba(11,30,53,0.99);padding:1.5rem 2rem;z-index:99;flex-direction:column;gap:1rem}
.mobile-menu.open{display:flex}
.mobile-menu a{color:rgba(255,255,255,0.8);text-decoration:none;font-size:1rem;font-weight:700;letter-spacing:0.05em;padding:0.5rem 0;border-bottom:1px solid rgba(255,255,255,0.08)}

/* HERO */
.hero{height:88vh;background:linear-gradient(135deg,var(--navy) 0%,#0d2d4a 60%,#0f3d5c 100%);display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}
.hero-grid{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(42,171,184,0.08) 1px,transparent 1px);background-size:40px 40px}
.hero-content{position:relative;z-index:2;max-width:800px;padding:2rem}
.hero-eyebrow{font-size:0.75rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--teal);margin-bottom:1.5rem;font-weight:700}
.hero-title{font-size:clamp(3rem,8vw,7rem);font-weight:800;color:var(--white);line-height:1.0;margin-bottom:1.5rem;letter-spacing:-0.01em}
.hero-title span{color:var(--teal)}
.hero-sub{font-size:1.05rem;color:rgba(255,255,255,0.6);max-width:500px;margin:0 auto 3rem;font-weight:300}
.hero-cta{display:inline-block;padding:0.9rem 2.5rem;border:1px solid var(--teal);color:var(--teal);text-decoration:none;font-size:0.78rem;letter-spacing:0.15em;text-transform:uppercase;font-weight:700;transition:all 0.3s}
.hero-cta:hover{background:var(--teal);color:var(--navy)}
.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);color:rgba(255,255,255,0.4);font-size:0.68rem;letter-spacing:0.2em;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;gap:0.5rem}
.hero-scroll::after{content:'';width:1px;height:40px;background:rgba(255,255,255,0.2)}

/* SECTIONS */
section{padding:6rem 4rem}
.section-eyebrow{font-size:0.72rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--teal);margin-bottom:0.75rem;font-weight:700}
.section-title{font-size:clamp(2.2rem,4vw,3.6rem);font-weight:800;line-height:1.05;margin-bottom:2rem;color:var(--navy);letter-spacing:-0.02em}
.section-title em{font-style:normal;color:var(--blue)}

/* ABOUT */
.about{background:var(--white)}
.about-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:60fr 40fr;gap:3rem;align-items:center}
.about-text p{color:var(--gray);margin-bottom:1.2rem;font-size:1rem;line-height:1.8}
.about-image{border-radius:4px;aspect-ratio:3/4;overflow:hidden;box-shadow:0 20px 60px rgba(11,30,53,0.15)}
.placeholder-img{width:100%;height:100%;min-height:240px;background:linear-gradient(135deg,var(--light),#dce6f0);display:flex;align-items:center;justify-content:center;color:var(--gray);font-size:0.75rem;letter-spacing:0.12em;text-transform:uppercase;font-weight:700}

/* STATS — circles concept */
.stats{background:var(--navy);padding:6rem 4rem}
.stats-inner{max-width:1100px;margin:0 auto}
.stats-header{text-align:center;margin-bottom:4rem}
.stats-header .section-title{color:var(--white);margin-bottom:0.75rem}
.stats-header p{color:rgba(255,255,255,0.45);font-size:1rem;max-width:520px;margin:0 auto}
.stats-circles{display:flex;justify-content:center;flex-wrap:wrap;gap:2.5rem}
.stat-circle{display:flex;flex-direction:column;align-items:center;gap:1rem}
.circle-svg{position:relative;width:130px;height:130px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.circle-svg svg{transform:rotate(-90deg)}
.circle-track{fill:none;stroke:rgba(255,255,255,0.07)}
.circle-fill{fill:none;stroke-linecap:round;transition:stroke-dashoffset 1s ease}
.circle-inner{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;height:100%}
.circle-num{font-size:1.25rem;font-weight:800;color:var(--white);line-height:1;letter-spacing:-0.02em}
.circle-unit{font-size:0.65rem;color:var(--teal);font-weight:700;margin-top:1px}
.circle-label{font-size:0.68rem;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.45);font-weight:700;text-align:center;max-width:100px}

/* VISION MISSION */
.vision{background:var(--sand)}
.vision-inner{max-width:1100px;margin:0 auto}
.vm-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}
.vm-card{padding:2rem;background:var(--white);border-top:4px solid var(--teal)}
.vm-card h3{font-size:1.5rem;font-weight:800;margin-bottom:1rem;color:var(--navy)}
.vm-card p{color:var(--gray);font-size:0.95rem;line-height:1.8}

/* VALUES */
.values{background:var(--white)}
.values-inner{max-width:1100px;margin:0 auto}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
.value-card{padding:1.5rem;border:1px solid #E5EBF2;transition:border-color 0.3s,transform 0.3s}
.value-card:hover{border-color:var(--teal);transform:translateY(-4px)}
.value-icon{width:28px;height:28px;color:var(--teal);flex-shrink:0;margin-top:2px}
.value-card h3{font-size:1.4rem;font-weight:800;margin-bottom:0.75rem;color:var(--navy)}
.value-card p{color:var(--gray);font-size:0.9rem;line-height:1.7}

/* SERVICES */
.services{background:var(--sand);position:relative}
.services-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:flex-start;align-items:center}
.services-image{aspect-ratio:4/3;border-radius:2px;overflow:hidden}
.services-text p{color:var(--gray);font-size:0.95rem;line-height:1.8;margin-bottom:1.5rem}
.services-highlights{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}
.highlight{padding:1.5rem;background:var(--white);border-top:3px solid var(--teal)}
.highlight-num{font-size:1.9rem;font-weight:800;color:var(--blue);line-height:1;letter-spacing:-0.02em}
.highlight-label{font-size:0.7rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--gray);margin-top:0.35rem;font-weight:700}

/* PRESENCE */
.presence{background:var(--navy)}
.presence-inner{max-width:1100px;margin:0 auto}
.presence .section-title{color:var(--white)}
.countries-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3rem}
.country{padding:1.5rem;border:1px solid rgba(255,255,255,0.1);text-align:center;transition:border-color 0.3s,background 0.3s}
.country:hover{border-color:var(--teal);background:rgba(42,171,184,0.05)}
.country-name{color:var(--white);font-size:0.95rem;font-weight:700;margin-bottom:0.25rem}
.country-detail{color:rgba(255,255,255,0.4);font-size:0.68rem;letter-spacing:0.1em;text-transform:uppercase;font-weight:700}

/* PARTNERS */
.partners{background:var(--white)}
.partners-inner{max-width:1100px;margin:0 auto}
.partners-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}
.partner-card{border:1px solid #E5EBF2;display:flex;align-items:center;justify-content:center;aspect-ratio:3/1;overflow:hidden;transition:border-color 0.3s;background:transparent;padding:1rem}
.partner-card:hover{border-color:var(--blue)}
.partner-card .placeholder-img{height:100%;min-height:auto;font-size:0.72rem}

/* BRANDS */
.brands{background:var(--sand)}
.brands-inner{max-width:1100px;margin:0 auto}
.brands-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
.brand-card{background:var(--white);border:1px solid #E5EBF2;display:flex;flex-direction:column;align-items:center;text-align:center;transition:border-color 0.3s,transform 0.3s;overflow:hidden}
.brand-card:hover{border-color:var(--teal);transform:translateY(-5px)}
.brand-logo-wrap{width:100%;height:120px;display:flex;align-items:center;justify-content:center;padding:2rem;border-bottom:1px solid #E5EBF2;background:transparent}
.brand-logo-wrap img{max-height:65px;max-width:150px;object-fit:contain}
.brand-logo-placeholder{font-size:1.7rem;font-weight:800;letter-spacing:0.1em;color:var(--navy)}
.brand-body{padding:2rem;display:flex;flex-direction:column;align-items:center;flex:1}
.brand-name{font-size:1.15rem;font-weight:800;color:var(--navy);margin-bottom:0.75rem}
.brand-desc{font-size:0.9rem;color:var(--gray);line-height:1.7;margin-bottom:1.5rem;flex:1}
.brand-link{font-size:0.72rem;letter-spacing:0.15em;text-transform:uppercase;color:var(--teal);text-decoration:none;border-bottom:1px solid rgba(42,171,184,0.3);padding-bottom:2px;font-weight:700;transition:border-color 0.2s}
.brand-link:hover{border-color:var(--teal)}

/* TEAM */
.team{background:var(--white)}
.team-inner{max-width:1100px;margin:0 auto}
.team-row-1{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:3rem}
.team-row-2{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem}
.team-card{width:220px;text-align:center;flex-shrink:0}
.team-photo{width:100%;aspect-ratio:1;background:var(--light);margin-bottom:1.25rem;overflow:hidden;border-radius:2px}
.team-photo .placeholder-img{min-height:auto;height:100%}
.team-name{font-size:0.95rem;font-weight:800;color:var(--navy);word-break:break-word;hyphens:auto;line-height:1.3}
.team-role{font-size:0.75rem;color:var(--teal);margin-top:0.3rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase}

/* EXPOS */
.expos{background:var(--sand)}
.expos-inner{max-width:1100px;margin:0 auto}
.expos-desc{color:var(--gray);max-width:600px;font-size:0.95rem;line-height:1.8;margin-bottom:1.5rem}
.expo-events{display:flex;gap:0.75rem;flex-wrap:wrap;margin-bottom:2.5rem}
.expo-badge{padding:0.5rem 1.25rem;border:1px solid #d0d8e4;font-size:0.78rem;color:var(--gray);font-weight:700;letter-spacing:0.05em}
.expos-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:1.5rem}
.expo-card{position:relative;overflow:hidden;background:var(--light)}
.expo-card.tall{grid-row:span 2}
.expo-card .placeholder-img{height:100%;min-height:200px}
.expo-card.tall .placeholder-img{min-height:440px}
.expo-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(11,30,53,0.85),transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;opacity:0;transition:opacity 0.3s}
.expo-card:hover .expo-overlay{opacity:1}
.expo-name{color:var(--white);font-size:1rem;font-weight:800}
.expo-year{color:var(--teal);font-size:0.8rem;margin-top:0.25rem;font-weight:700}

/* EXPO LOGOS */
.expo-logos{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}
.expo-logo-card{display:flex;flex-direction:column;align-items:center;gap:0.5rem;padding:1rem 1.5rem;background:var(--white);border:1px solid #E5EBF2;min-width:130px;flex:1}
.expo-logo-card img{max-height:60px;object-fit:contain}
.expo-logo-placeholder{font-size:0.85rem;font-weight:800;color:var(--navy);letter-spacing:0.05em;text-align:center;min-height:40px;display:flex;align-items:center;justify-content:center}
.expo-logo-card span{font-size:0.68rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--gray);font-weight:700;text-align:center}

/* CONTACT */
.contact{background:var(--navy);padding:4rem 4rem}
.contact-inner{max-width:1000px;margin:0 auto}
.contact .section-title{color:var(--white);margin-bottom:1.5rem}
.contact p{color:rgba(255,255,255,0.5);margin-bottom:3rem;font-size:1rem}
.contact-links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:0}
.contact-link{color:var(--teal);text-decoration:none;font-size:0.9rem;letter-spacing:0.1em;padding-bottom:2px;border-bottom:1px solid rgba(42,171,184,0.3);font-weight:700;transition:border-color 0.2s}
.contact-link:hover{border-color:var(--teal)}

/* FOOTER */
footer{background:#060f1c;padding:2rem 4rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
footer p{color:rgba(255,255,255,0.3);font-size:0.78rem;font-weight:600}

/* RESPONSIVE */
@media(max-width:900px){
  nav{padding:1rem 1.5rem}
  .nav-links{display:none}
  .nav-hamburger{display:flex}
  section{padding:4rem 1.5rem}
  .about-inner,.services-inner{grid-template-columns:1fr;gap:2.5rem}
  .vm-grid{grid-template-columns:1fr}
  .values-grid{grid-template-columns:1fr 1fr}
  .stats-circles{gap:1.5rem}
  .circle-svg{width:110px;height:110px;display:flex;align-items:center;justify-content:center}
  .brands-grid{grid-template-columns:1fr 1fr}
  .team-card{width:160px}
  .partners-grid{grid-template-columns:repeat(3,1fr)}
  .countries-grid{grid-template-columns:repeat(2,1fr)}
  .expos-grid{grid-template-columns:1fr 1fr}
  .expo-card.tall{grid-row:span 1}
  .expo-card.tall .placeholder-img{min-height:200px}
  footer{padding:1.5rem}
}
@media(max-width:560px){
  .values-grid,.brands-grid{grid-template-columns:1fr}
  .team-row-1,.team-row-2{gap:1.25rem}
  .team-card{width:140px}
  .partners-grid{grid-template-columns:1fr 1fr}
  .expos-grid{grid-template-columns:1fr}
  .services-highlights{grid-template-columns:1fr 1fr}
}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}

/* CONTACT TWO COLUMN */
.contact-cols{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-top:2rem}
.contact-col h4{font-size:0.7rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--teal);font-weight:700;margin-bottom:1rem}
.contact-col p{color:rgba(255,255,255,0.5);font-size:0.9rem;line-height:1.7;margin-bottom:0}
.contact-links{display:flex;flex-direction:column;gap:0.75rem;align-items:flex-start}
.contact-link{color:var(--teal);text-decoration:none;font-size:0.9rem;padding-bottom:2px;border-bottom:1px solid rgba(42,171,184,0.3);font-weight:700;transition:border-color 0.2s}
.contact-link:hover{border-color:var(--teal)}
@media(max-width:900px){
  .contact-cols{grid-template-columns:1fr}
  .contact{padding:3rem 1.5rem}
}
@media(max-width:560px){
  .circle-svg{width:100px;height:100px}
  .circle-num{font-size:1rem}
  .value-card h3{font-size:1.1rem}
  .team-card{width:130px}
  .team-name{font-size:0.85rem;word-break:break-word;white-space:normal}
  .team-role{font-size:0.65rem}
}
