/*
Theme Name: AFOSEC GROUP
Theme URI: https://afosecgp.com
Author: AFOSEC GROUP
Author URI: https://afosecgp.com
Description: Thème WordPress personnalisé pour AFOSEC GROUP — Valoriser l'agriculture africaine. Design moderne et professionnel.
Version: 1.0.0
License: All rights reserved
Text Domain: afosec
*/

:root {
  --blue:       #007BFF;
  --navy:       #253670;
  --navy-deep:  #182348;
  --navy-dark:  #0E1830;
  --navy-light: #2E4190;
  --blue-pale:  #E8F3FF;
  --blue-mid:   #4D9EFF;
  --white:      #FFFFFF;
  --off-white:  #F5F8FF;
  --text:       #1A2444;
  --text-muted: #5A6A8A;
  --text-light: #9AAAC5;
  --border:     rgba(37,54,112,0.12);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--white); color: var(--text); font-family: 'DM Sans', sans-serif; font-weight: 300; overflow-x: hidden; }

/* CURSOR */
.cursor { width: 8px; height: 8px; background: var(--blue); border-radius: 50%; position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); transition: width .2s, height .2s; }
.cursor-ring { width: 32px; height: 32px; border: 1.5px solid var(--blue); border-radius: 50%; position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9998; transform: translate(-50%,-50%); transition: left .1s ease-out, top .1s ease-out, width .3s, height .3s, opacity .3s; opacity: .4; }

/* PROGRESS */
.progress { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: linear-gradient(90deg, var(--navy), var(--blue)); z-index: 9997; transition: width .1s; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 28px 64px; display: flex; align-items: center; justify-content: space-between; transition: all .4s; }
nav.scrolled { background: rgba(255,255,255,0.96); backdrop-filter: blur(16px); padding: 16px 64px; box-shadow: 0 1px 0 var(--border), 0 4px 24px rgba(37,54,112,0.06); }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-icon { width: 38px; height: 38px; background: var(--navy); display: flex; align-items: center; justify-content: center; border-radius: 6px; }
.logo-icon svg { width: 22px; height: 22px; }
.logo-text { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--navy); letter-spacing: 1px; }
.logo-text span { color: var(--blue); }
nav.scrolled .logo-text { color: var(--navy); }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a { color: rgba(255,255,255,.6); text-decoration: none; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 400; transition: color .3s; }
nav.scrolled .nav-links a { color: var(--text-muted); }
.nav-links a:hover { color: var(--blue) !important; }
.nav-cta { padding: 11px 28px; background: var(--blue); color: var(--white); text-decoration: none; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; border-radius: 4px; transition: all .3s; }
.nav-cta:hover { background: var(--navy-deep); transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; }
.hamburger span { width: 24px; height: 1.5px; background: var(--white); display: block; transition: all .3s; }
nav.scrolled .hamburger span { background: var(--navy); }
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; inset: 0; background: var(--navy-dark); z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 36px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: 'Playfair Display', serif; font-size: 32px; color: var(--white); text-decoration: none; transition: color .3s; }
.mobile-menu a:hover { color: var(--blue); }

/* HERO */
#hero { min-height: 100vh; background: var(--navy-dark); position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-bg-img { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; opacity: .07; transform: scale(1.08); transition: transform 10s ease-out; }
.hero-bg-img.loaded { transform: scale(1); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(0,123,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0,123,255,0.05) 1px, transparent 1px); background-size: 80px 80px; pointer-events: none; }
.hero-geo { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-geo-1 { width: 600px; height: 600px; border: 1px solid rgba(0,123,255,.15); right: -100px; top: -100px; animation: geoSpin 30s linear infinite; }
.hero-geo-2 { width: 380px; height: 380px; border: 1px solid rgba(0,123,255,.1); right: 60px; top: -40px; animation: geoSpin 20s linear infinite reverse; }
.hero-geo-3 { width: 180px; height: 180px; background: rgba(0,123,255,.06); right: 210px; top: 210px; animation: geoPulse 4s ease-in-out infinite; }
@keyframes geoSpin { to { transform: rotate(360deg); } }
@keyframes geoPulse { 0%,100%{transform:scale(1);opacity:.5} 50%{transform:scale(1.15);opacity:1} }
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: 1300px; margin: 0 auto; padding: 140px 64px 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.hero-tag { display: inline-flex; align-items: center; gap: 10px; padding: 6px 16px; background: rgba(0,123,255,.15); border: 1px solid rgba(0,123,255,.3); border-radius: 100px; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--blue-mid); margin-bottom: 28px; opacity: 0; animation: fadeUp 1s .4s ease forwards; }
.hero-tag::before { content:''; width:6px; height:6px; background:var(--blue); border-radius:50%; animation: blink 2s ease-in-out infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }
.hero-title { font-family: 'Playfair Display', serif; font-size: clamp(48px, 6vw, 84px); font-weight: 700; line-height: 1.05; color: var(--white); margin-bottom: 28px; opacity: 0; animation: fadeUp 1s .7s ease forwards; }
.hero-title em { font-style: italic; color: var(--blue); }
.hero-sub { font-size: 16px; line-height: 1.8; color: rgba(255,255,255,.5); margin-bottom: 48px; opacity: 0; animation: fadeUp 1s 1s ease forwards; max-width: 440px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; opacity: 0; animation: fadeUp 1s 1.3s ease forwards; }
.btn-primary { padding: 15px 40px; background: var(--blue); color: var(--white); text-decoration: none; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 500; border-radius: 4px; transition: all .3s; display: inline-block; border: none; cursor: pointer; font-family: 'DM Sans', sans-serif; }
.btn-primary:hover { background: #0069d9; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,123,255,.35); }
.btn-ghost { padding: 14px 40px; border: 1.5px solid rgba(255,255,255,.25); color: rgba(255,255,255,.75); text-decoration: none; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 400; border-radius: 4px; transition: all .3s; display: inline-block; }
.btn-ghost:hover { border-color: rgba(255,255,255,.6); color: var(--white); }
.hero-visual { position: relative; opacity: 0; animation: fadeRight 1s 1s ease forwards; }
.hero-main-img { width: 100%; height: 480px; object-fit: cover; border-radius: 12px; filter: brightness(.72); border: 1px solid rgba(0,123,255,.2); }
.hero-stat { position: absolute; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; padding: 16px 20px; min-width: 160px; }
.hero-stat-1 { bottom: 40px; left: -40px; }
.hero-stat-2 { top: 40px; right: -28px; }
.hero-stat .num { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 700; color: var(--white); line-height: 1; display: block; }
.hero-stat .num em { color: var(--blue); font-style: normal; }
.hero-stat .lbl { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.5); margin-top: 4px; display: block; }
.hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: 0; animation: fadeIn 1s 2s ease forwards; }
.hero-scroll span { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,.3); }
.scroll-dot { width: 1px; height: 48px; background: linear-gradient(to bottom, rgba(0,123,255,.8), transparent); animation: scrollAnim 2s infinite; }
@keyframes scrollAnim { 0%{transform:scaleY(0);transform-origin:top;opacity:1} 49%{transform:scaleY(1);transform-origin:top} 50%{transform-origin:bottom} 100%{transform:scaleY(0);transform-origin:bottom;opacity:.3} }
@keyframes fadeUp { from{opacity:0;transform:translateY(30px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeRight { from{opacity:0;transform:translateX(30px)} to{opacity:1;transform:translateX(0)} }
@keyframes fadeIn { to{opacity:1} }

/* SECTIONS */
section { padding: 120px 64px; }
.container { max-width: 1300px; margin: 0 auto; }
.section-tag { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--blue); font-weight: 500; margin-bottom: 16px; }
.section-tag::before { content:''; width:24px; height:2px; background:var(--blue); border-radius:2px; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(36px, 4vw, 60px); font-weight: 700; color: var(--navy); line-height: 1.1; margin-bottom: 20px; }
.section-title em { font-style: italic; color: var(--blue); }
.section-body { font-size: 15px; line-height: 1.9; color: var(--text-muted); max-width: 540px; }

/* ABOUT */
#about { background: var(--off-white); }
#about .container { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about-imgs { position: relative; height: 580px; }
.about-img-main { width: 78%; height: 85%; object-fit: cover; position: absolute; top: 0; right: 0; border-radius: 10px; box-shadow: 0 24px 60px rgba(37,54,112,.15); }
.about-img-secondary { width: 52%; height: 52%; object-fit: cover; position: absolute; bottom: 0; left: 0; border-radius: 10px; border: 4px solid var(--off-white); box-shadow: 0 16px 40px rgba(37,54,112,.12); }
.about-badge { position: absolute; bottom: 80px; right: -20px; background: var(--navy); border-radius: 10px; padding: 20px 24px; z-index: 2; box-shadow: 0 12px 32px rgba(14,24,48,.3); }
.about-badge .num { font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 700; color: var(--blue); line-height: 1; }
.about-badge .lbl { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: 4px; }
.stats-row { display: flex; gap: 40px; margin-top: 48px; padding-top: 40px; border-top: 1px solid var(--border); }
.stat-item .num { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 700; color: var(--navy); line-height: 1; display: block; }
.stat-item .num em { color: var(--blue); font-style: normal; }
.stat-item .lbl { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-light); margin-top: 6px; display: block; }

/* SERVICES */
#services { background: var(--navy-dark); padding: 120px 64px; }
#services .section-title { color: var(--white); }
.services-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; }
.services-header p { max-width: 300px; font-size: 14px; color: rgba(255,255,255,.4); line-height: 1.8; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.service-card { position: relative; overflow: hidden; aspect-ratio: 3/4; cursor: pointer; }
.service-card.wide { grid-column: span 2; aspect-ratio: auto; min-height: 460px; }
.service-card img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.28) saturate(.8); transition: filter .6s, transform .6s; }
.service-card:hover img { filter: brightness(.45) saturate(1); transform: scale(1.04); }
.service-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,24,48,.95) 0%, rgba(14,24,48,.2) 60%, transparent 100%); padding: 36px 32px; display: flex; flex-direction: column; justify-content: flex-end; }
.service-num { position: absolute; top: 28px; left: 32px; font-family: 'Playfair Display', serif; font-size: 72px; font-weight: 700; color: rgba(0,123,255,.12); line-height: 1; transition: color .4s; }
.service-card:hover .service-num { color: rgba(0,123,255,.3); }
.service-tag { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--blue-mid); margin-bottom: 8px; }
.service-name { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: var(--white); line-height: 1.2; margin-bottom: 10px; }
.service-desc { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height .45s ease; }
.service-card:hover .service-desc { max-height: 100px; }
.service-cta { margin-top: 16px; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .4s; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.service-cta::after { content: '→'; }
.service-card:hover .service-cta { opacity: 1; transform: translateY(0); }

/* EXPORT */
#export { background: var(--white); }
#export .container { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.export-img { width: 100%; height: 520px; object-fit: cover; border-radius: 10px; box-shadow: 0 24px 60px rgba(37,54,112,.12); }
.products-list { list-style: none; margin: 40px 0; }
.products-list li { display: flex; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--border); font-size: 15px; color: var(--text-muted); transition: color .3s, padding-left .3s; cursor: default; }
.products-list li:hover { color: var(--navy); padding-left: 6px; }
.products-list .dot { width: 8px; height: 8px; background: var(--blue); border-radius: 50%; flex-shrink: 0; transition: transform .3s; }
.products-list li:hover .dot { transform: scale(1.6); }
.export-cta-box { background: var(--navy); border-radius: 10px; padding: 32px; margin-top: 8px; }
.export-cta-box p { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: 20px; }

/* MARKETPLACE */
#marketplace { background: var(--off-white); }
.market-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; }
.products-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.product-card { background: var(--white); border-radius: 10px; overflow: hidden; border: 1px solid var(--border); transition: transform .3s, box-shadow .3s, border-color .3s; cursor: pointer; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(37,54,112,.12); border-color: rgba(0,123,255,.25); }
.product-card img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .4s; }
.product-card:hover img { transform: scale(1.04); }
.product-card-body { padding: 18px 18px 22px; }
.product-card-cat { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); margin-bottom: 6px; font-weight: 500; }
.product-card-name { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 6px; line-height: 1.3; }
.product-price { font-size: 13px; color: var(--text-muted); margin-bottom: 14px; }
.product-actions { display: flex; gap: 8px; }
.btn-sm { flex: 1; padding: 9px 6px; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; border-radius: 4px; border: none; cursor: pointer; font-family: 'DM Sans', sans-serif; font-weight: 500; transition: all .3s; }
.btn-sm.outline { background: transparent; border: 1px solid var(--border); color: var(--text-muted); }
.btn-sm.outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-sm.solid { background: var(--navy); color: var(--white); }
.btn-sm.solid:hover { background: var(--blue); }
.market-footer { text-align: center; margin-top: 48px; }

/* AYOTEMI */
#ayotemi { background: var(--navy); }
#ayotemi .container { display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; align-items: center; }
#ayotemi .section-title { color: var(--white); }
#ayotemi .section-body { color: rgba(255,255,255,.55); }
.ayotemi-img-wrap { position: relative; }
.ayotemi-img { width: 100%; height: 560px; object-fit: cover; border-radius: 10px; filter: brightness(.8); }
.ayotemi-quote { position: absolute; bottom: -24px; right: -24px; background: var(--blue); border-radius: 10px; padding: 24px 28px; max-width: 220px; box-shadow: 0 16px 40px rgba(0,123,255,.35); }
.ayotemi-quote p { font-family: 'Playfair Display', serif; font-size: 15px; font-style: italic; color: var(--white); line-height: 1.6; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.chip { padding: 7px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 100px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,.6); transition: all .3s; cursor: default; }
.chip:hover { border-color: var(--blue); color: var(--blue-mid); background: rgba(0,123,255,.08); }
.app-promo { margin-top: 36px; padding: 22px 24px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; display: flex; align-items: center; gap: 16px; }
.app-icon { width: 48px; height: 48px; background: var(--blue); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.app-promo p { font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.6; }
.app-promo strong { color: var(--white); }

/* FOUNDATION */
#foundation { background: var(--white); }
.header-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-bottom: 64px; align-items: end; }
.foundation-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; align-items: start; }
.foundation-img-wrap { position: sticky; top: 100px; }
.foundation-img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 10px; box-shadow: 0 24px 60px rgba(37,54,112,.1); }
.programs { display: flex; flex-direction: column; gap: 2px; }
.program { padding: 32px 36px; background: var(--off-white); border-left: 3px solid transparent; border-radius: 0 8px 8px 0; transition: all .3s; cursor: default; }
.program:hover { border-left-color: var(--blue); background: var(--white); box-shadow: 0 4px 24px rgba(37,54,112,.06); transform: translateX(6px); }
.program-num { font-family: 'Playfair Display', serif; font-size: 56px; font-weight: 700; color: rgba(0,123,255,.1); line-height: 1; margin-bottom: 14px; transition: color .3s; }
.program:hover .program-num { color: rgba(0,123,255,.25); }
.program-name { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.program-desc { font-size: 14px; color: var(--text-muted); line-height: 1.8; }

/* TEAM */
#team { background: var(--navy-dark); }
#team .section-title { color: var(--white); }
.team-intro { display: flex; justify-content: space-between; align-items: end; margin-bottom: 60px; }
.team-intro p { max-width: 320px; font-size: 14px; color: rgba(255,255,255,.4); line-height: 1.8; }
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.team-card { position: relative; overflow: hidden; border-radius: 10px; cursor: pointer; }
.team-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; filter: grayscale(50%) brightness(.55); transition: filter .5s, transform .5s; }
.team-card:hover img { filter: grayscale(0%) brightness(.75); transform: scale(1.04); }
.team-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,24,48,.95) 0%, transparent 55%); padding: 22px 20px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 10px; }
.team-role { font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--blue-mid); margin-bottom: 6px; }
.team-name { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--white); line-height: 1.2; }
.team-placeholder { aspect-ratio: 3/4; border-radius: 10px; background: rgba(255,255,255,.03); border: 1.5px dashed rgba(0,123,255,.2); display: flex; align-items: center; justify-content: center; }
.team-placeholder span { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.2); }

/* CONTACT */
#contact { background: radial-gradient(ellipse at 20% 50%, rgba(0,123,255,.08) 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(37,54,112,.12) 0%, transparent 50%), var(--navy-dark); text-align: center; padding: 140px 64px; }
.contact-inner { max-width: 720px; margin: 0 auto; }
.contact-title { font-family: 'Playfair Display', serif; font-size: clamp(44px, 6vw, 88px); font-weight: 700; color: var(--white); line-height: 1; margin-bottom: 24px; }
.contact-title em { font-style: italic; color: var(--blue); }
.contact-sub { font-size: 15px; color: rgba(255,255,255,.45); margin-bottom: 64px; line-height: 1.8; }
.contact-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-bottom: 48px; }
.contact-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); padding: 32px 20px; text-decoration: none; transition: all .3s; display: block; }
.contact-card:first-child { border-radius: 8px 0 0 8px; }
.contact-card:last-child { border-radius: 0 8px 8px 0; }
.contact-card:hover { background: rgba(0,123,255,.1); border-color: rgba(0,123,255,.3); }
.contact-card-icon { font-size: 28px; margin-bottom: 12px; }
.contact-card-lbl { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 8px; }
.contact-card-val { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--white); }

/* FOOTER */
footer { background: var(--navy-dark); border-top: 1px solid rgba(255,255,255,.04); padding: 64px 64px 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }
.footer-logo p { font-size: 13px; color: rgba(255,255,255,.3); margin-top: 18px; max-width: 280px; line-height: 1.8; }
.footer-col h4 { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--blue); margin-bottom: 24px; font-weight: 500; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,.35); text-decoration: none; transition: color .3s; }
.footer-col a:hover { color: rgba(255,255,255,.7); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.04); font-size: 11px; color: rgba(255,255,255,.2); }
.footer-bottom a { color: var(--blue); text-decoration: none; opacity: .7; }
.footer-bottom a:hover { opacity: 1; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .8s ease, transform .8s ease; }
.reveal-l { opacity: 0; transform: translateX(-36px); transition: opacity .8s ease, transform .8s ease; }
.reveal-r { opacity: 0; transform: translateX(36px); transition: opacity .8s ease, transform .8s ease; }
.reveal.on, .reveal-l.on, .reveal-r.on { opacity: 1; transform: none; }

/* RESPONSIVE */
@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card.wide { grid-column: span 1; min-height: 360px; }
  .products-grid { grid-template-columns: repeat(2,1fr); }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  section { padding: 80px 24px; }
  nav { padding: 18px 24px; }
  nav.scrolled { padding: 14px 24px; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  #about .container, #export .container, #ayotemi .container { grid-template-columns: 1fr; }
  .header-row { grid-template-columns: 1fr; }
  .foundation-grid { grid-template-columns: 1fr; }
  .foundation-img-wrap { position: static; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-card:first-child,.contact-card:last-child { border-radius: 8px; }
  .contact-card { border-radius: 8px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .market-top, .team-intro, .services-header { flex-direction: column; gap: 20px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
}

/* ============ PAGE INTERNES ============ */

/* Page Banner */
.page-banner {
  position: relative; min-height: 60vh; background: var(--navy-dark);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.page-banner-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: .1; transform: scale(1.05);
}
.page-banner-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,24,48,.3) 0%, rgba(14,24,48,.95) 100%);
}
.page-banner-inner {
  position: relative; z-index: 2; text-align: center;
  max-width: 800px; padding: 140px 40px 80px;
}
.page-banner .hero-title { margin-bottom: 16px; }

/* Breadcrumb */
.breadcrumb {
  background: var(--off-white); padding: 16px 64px;
  font-size: 12px; color: var(--text-light); border-bottom: 1px solid var(--border);
}
.breadcrumb a { color: var(--text-muted); text-decoration: none; transition: color .3s; }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb .sep { margin: 0 10px; color: var(--border); }
.breadcrumb .current { color: var(--navy); font-weight: 500; }

/* WooCommerce overrides */
.woo-main { max-width: 1300px; margin: 0 auto; padding: 120px 64px 80px; }
.woocommerce .products { display: grid !important; grid-template-columns: repeat(4,1fr); gap: 20px; }
.woocommerce ul.products li.product { margin: 0 !important; padding: 0; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.woocommerce ul.products li.product:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(37,54,112,.12); }
.woocommerce ul.products li.product a img { border-radius: 0 !important; aspect-ratio: 1; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: 'Playfair Display', serif !important; font-size: 18px; font-weight: 700; color: var(--navy); padding: 14px 18px 4px !important; }
.woocommerce ul.products li.product .price { padding: 0 18px 14px; font-size: 14px; color: var(--text-muted); }
.woocommerce ul.products li.product .button { margin: 0 18px 18px !important; background: var(--navy) !important; color: var(--white) !important; border-radius: 4px !important; font-size: 10px !important; letter-spacing: 2px; text-transform: uppercase; padding: 10px 20px !important; font-family: 'DM Sans', sans-serif !important; transition: background .3s !important; }
.woocommerce ul.products li.product .button:hover { background: var(--blue) !important; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { font-family: 'DM Sans', sans-serif; font-size: 13px; color: var(--text-muted); }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { background: var(--off-white); color: var(--navy); border-color: var(--border); }
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current { background: var(--blue); color: var(--white); border-color: var(--blue); }

/* WooCommerce single product */
.woocommerce div.product div.images img { border-radius: 10px; }
.woocommerce div.product .product_title { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; color: var(--navy); }
.woocommerce div.product p.price { font-size: 24px; color: var(--navy); }
.woocommerce div.product .single_add_to_cart_button { background: var(--blue) !important; border-radius: 4px !important; font-size: 11px !important; letter-spacing: 2px; text-transform: uppercase; font-family: 'DM Sans', sans-serif !important; padding: 15px 40px !important; }
.woocommerce div.product .single_add_to_cart_button:hover { background: var(--navy) !important; }

/* Responsive pages */
@media (max-width: 768px) {
  .breadcrumb { padding: 12px 24px; }
  .page-banner-inner { padding: 120px 24px 60px; }
  .woo-main { padding: 100px 24px 60px; }
  .woocommerce .products { grid-template-columns: repeat(2,1fr) !important; }
}
@media (max-width: 480px) {
  .woocommerce .products { grid-template-columns: 1fr !important; }
}
