/* Intercontinental Enterprises — homepage redesign
   Scoped under .ie so it never leaks into the rest of the site. */

.ie *{box-sizing:border-box;margin:0;padding:0}
.ie{
  --navy:#0E1A2B; --navy2:#14263D; --ink:#1A2533; --orange:#F2641A; --orange2:#D5520F;
  --mut:#5B6573; --line:rgba(14,26,43,.10); --bg:#F4F5F7;
  font-family:'Inter',system-ui,-apple-system,Segoe UI,sans-serif;
  color:var(--ink); line-height:1.6; -webkit-font-smoothing:antialiased;
}
.ie img{max-width:100%;display:block}
.ie a{text-decoration:none;color:inherit}
.ie h1,.ie h2,.ie h3{font-family:'Archivo',sans-serif;letter-spacing:-.02em;line-height:1.08;color:var(--navy)}
.ie-wrap{max-width:1180px;margin:0 auto;padding:0 clamp(20px,4vw,40px)}
.ie .eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);margin-bottom:14px}
.ie .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

/* buttons */
.ie .btn{font-family:'Inter';font-weight:600;font-size:15px;border-radius:8px;padding:14px 26px;cursor:pointer;border:none;display:inline-flex;align-items:center;gap:8px;transition:transform .18s ease,background .2s,border-color .2s,color .2s;line-height:1}
.ie .btn:focus-visible{outline:3px solid rgba(242,100,26,.55);outline-offset:2px}
.ie .btn-pri{background:var(--orange);color:#fff}
.ie .btn-pri:hover{background:var(--orange2);transform:translateY(-2px)}
.ie .btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.35)}
.ie .btn-ghost:hover{border-color:#fff;transform:translateY(-2px)}

/* nav */
.ie-nav{background:var(--navy);position:sticky;top:0;z-index:50}
.ie-nav .ie-wrap{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;min-height:74px;padding-top:12px;padding-bottom:12px}
.ie .brand{display:flex;align-items:center;gap:12px}
.ie .mono{width:40px;height:40px;background:var(--orange);color:#fff;border-radius:8px;display:grid;place-items:center;font-family:'Archivo';font-weight:800;font-size:18px;flex:none}
.ie .wm{color:#fff;font-family:'Archivo';font-weight:700;font-size:15px;letter-spacing:.04em;line-height:1.1}
.ie .wm small{display:block;font-weight:500;font-size:10px;letter-spacing:.24em;color:#8093a8}
.ie-nav nav{display:flex;align-items:center;gap:clamp(16px,2.4vw,30px);flex-wrap:wrap}
.ie-nav nav a:not(.btn){color:#c7d3e0;font-size:15px;font-weight:500;transition:color .2s}
.ie-nav nav a:not(.btn):hover{color:#fff}
.ie-nav .btn-pri{padding:10px 18px;font-size:14px}

/* hero */
.ie-hero{background:var(--navy);position:relative;overflow:hidden;padding:clamp(64px,9vw,110px) 0 clamp(60px,8vw,96px)}
.ie-hero .hero-motif{position:absolute;right:-4%;top:50%;transform:translateY(-50%);font-size:clamp(280px,42vw,560px);color:rgba(255,255,255,.045);line-height:1;pointer-events:none}
.ie-hero .hero-in{position:relative;z-index:2}
.ie-hero h1{color:#fff;font-size:clamp(2.1rem,4.8vw,3.6rem);font-weight:800;max-width:15ch;margin-bottom:22px}
.ie-hero h1 .hl{color:var(--orange)}
.ie-hero p{color:#b9c6d6;font-size:clamp(15px,1.4vw,18px);max-width:56ch;margin-bottom:30px}
.ie .cta-row{display:flex;gap:14px;flex-wrap:wrap}
.ie .stats{display:flex;flex-wrap:wrap;gap:0;margin-top:clamp(40px,6vw,64px);border-top:1px solid rgba(255,255,255,.12);padding-top:28px}
.ie .stat{padding-right:clamp(24px,3vw,40px);margin-right:clamp(24px,3vw,40px);border-right:1px solid rgba(255,255,255,.12)}
.ie .stat:last-child{border:none;margin-right:0;padding-right:0}
.ie .stat .n{display:block;font-family:'Archivo';font-weight:800;font-size:clamp(28px,3vw,38px);color:#fff;line-height:1}
.ie .stat .l{display:block;font-size:12px;color:#8ea0b5;letter-spacing:.04em;margin-top:6px;max-width:16ch}

/* sections */
.ie-sec{padding:clamp(56px,8vw,100px) 0;background:#fff}
.ie-sec.ie-alt{background:var(--bg)}
.ie .shead{max-width:620px;margin-bottom:clamp(32px,4vw,48px)}
.ie .shead.center{margin-left:auto;margin-right:auto;text-align:center}
.ie .shead h2{font-size:clamp(1.7rem,3.2vw,2.5rem);font-weight:700;margin-bottom:12px}
.ie .shead p{color:var(--mut);font-size:16px}
.ie .sec-h2{font-size:clamp(1.7rem,3vw,2.3rem);font-weight:700;margin-bottom:26px;max-width:18ch}

/* grids + cards */
.ie .grid{display:grid;gap:18px}
.ie .grid-3{grid-template-columns:repeat(3,1fr)}
.ie .grid-4{grid-template-columns:repeat(4,1fr)}
.ie .card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:30px 26px;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.ie .card:hover{transform:translateY(-5px);border-color:rgba(242,100,26,.5);box-shadow:0 16px 36px -20px rgba(14,26,43,.4)}
.ie .ic{width:52px;height:52px;border-radius:11px;background:#FBEDE4;color:var(--orange);display:grid;place-items:center;font-size:27px;margin-bottom:18px}
.ie .card h3{font-family:'Inter';letter-spacing:0;font-size:18px;font-weight:600;color:var(--ink);margin-bottom:8px}
.ie .card p{font-size:14.5px;color:var(--mut);line-height:1.55}

/* why choose us */
.ie .split{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(32px,5vw,64px);align-items:center}
.ie .why{margin-top:8px}
.ie .why li{list-style:none;display:flex;gap:16px;margin-bottom:22px}
.ie .why li:last-child{margin-bottom:0}
.ie .why .ck{flex:none;width:34px;height:34px;border-radius:50%;background:var(--navy);color:var(--orange);display:grid;place-items:center;font-size:18px}
.ie .why h3{font-family:'Inter';letter-spacing:0;font-size:17px;font-weight:600;color:var(--ink);margin-bottom:3px}
.ie .why p{font-size:14.5px;color:var(--mut)}
.ie .imgph{background:var(--navy);border-radius:16px;min-height:340px;display:grid;place-items:center;color:#3f5772;position:relative;overflow:hidden}
.ie .imgph i{font-size:72px}
.ie .imgph .tag{position:absolute;bottom:18px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#5c748f}

/* client logos */
.ie .logos{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}
.ie .logo{height:84px;border:1px dashed var(--line);border-radius:12px;display:grid;place-items:center;color:#aab3bf;font-size:30px;background:#fff;transition:border-color .2s,color .2s}
.ie .logo:hover{border-color:rgba(242,100,26,.5);color:var(--orange)}

/* contact band */
.ie-contact{background:var(--navy);padding:clamp(56px,8vw,96px) 0}
.ie-contact h2{color:#fff;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:700;margin-bottom:10px}
.ie-contact .sub{color:#aebccd;font-size:16px;margin-bottom:clamp(28px,4vw,40px)}
.ie .crow{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:36px}
.ie .cc{background:var(--navy2);border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:24px}
.ie .cc>i{font-size:24px;color:var(--orange)}
.ie .cc .k{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#7e93ab;margin:12px 0 5px}
.ie .cc .v{color:#fff;font-size:15px;font-weight:500;word-break:break-word}
.ie .cc a.v:hover{color:var(--orange)}

/* footer */
.ie-foot{background:#0a121d;padding:24px 0}
.ie-foot .ie-wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.ie-foot p{color:#6a7d92;font-size:13px}

/* scroll reveal (only active when JS is present) */
.ie-js .ie .reveal{opacity:0;transform:translateY(20px)}
.ie-js .ie .reveal.in{opacity:1;transform:none;transition:opacity .6s ease,transform .6s ease}
.ie-js .ie .grid .card.reveal:nth-child(2),.ie-js .ie .grid .card.reveal:nth-child(5){transition-delay:.07s}
.ie-js .ie .grid .card.reveal:nth-child(3),.ie-js .ie .grid .card.reveal:nth-child(6){transition-delay:.14s}

@media (max-width:980px){
  .ie .grid-3,.ie .grid-4{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .ie .split{grid-template-columns:1fr}
  .ie .imgph{min-height:240px;order:-1}
  .ie-hero h1{max-width:none}
}
@media (max-width:600px){
  .ie .grid-3,.ie .grid-4{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  .ie-js .ie .reveal{opacity:1;transform:none}
  .ie .card:hover,.ie .btn:hover{transform:none}
  .ie *{scroll-behavior:auto !important}
}

/* ============================================================
   Inner pages (About / Services / Contact)
   ============================================================ */

/* active nav item */
.ie-nav nav a.is-active:not(.btn){color:#fff;position:relative}
.ie-nav nav a.is-active:not(.btn)::after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;background:var(--orange);border-radius:2px}

/* page hero (smaller than the homepage hero) */
.ie-phero{background:var(--navy);position:relative;overflow:hidden;padding:clamp(58px,8vw,96px) 0 clamp(46px,6vw,72px)}
.ie-phero .hero-motif{position:absolute;right:-3%;top:50%;transform:translateY(-50%);font-size:clamp(220px,34vw,440px);color:rgba(255,255,255,.045);line-height:1;pointer-events:none}
.ie-phero .ph-in{position:relative;z-index:2;max-width:780px}
.ie-phero h1{color:#fff;font-size:clamp(2rem,4.4vw,3.1rem);font-weight:800;margin-bottom:16px}
.ie-phero h1 .hl{color:var(--orange)}
.ie-phero p{color:#b9c6d6;font-size:clamp(15px,1.4vw,18px);max-width:62ch}

/* about — prose + "what we do" panel */
.ie .prose p{color:var(--mut);font-size:15.5px;margin-bottom:14px}
.ie .prose p:last-child{margin-bottom:0}
.ie-panel{background:var(--navy);border-radius:16px;padding:clamp(28px,3vw,38px)}
.ie-panel h3{font-family:'Inter';font-weight:600;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#8ea0b5;margin-bottom:18px}
.ie-panel ul{list-style:none}
.ie-panel li{display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-top:1px solid rgba(255,255,255,.1);color:#dbe4ee;font-size:15px}
.ie-panel li:first-child{border-top:none;padding-top:0}
.ie-panel li i{color:var(--orange);font-size:19px;flex:none}

/* contact page */
.ie-cwrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(28px,4vw,52px);align-items:start}
.ie-cinfo{display:flex;flex-direction:column;gap:14px}
.ie-cinfo .cc{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;display:flex;gap:16px;align-items:flex-start}
.ie-cinfo .cc i{font-size:22px;color:var(--orange);flex:none;margin-top:2px}
.ie-cinfo .cc .k{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#7e93ab;margin-bottom:5px}
.ie-cinfo .cc .v{color:var(--ink);font-size:15px;font-weight:500;word-break:break-word;line-height:1.5}
.ie-cinfo .cc a.v:hover{color:var(--orange2)}

/* contact form */
.ie-form{background:#fff;border:1px solid var(--line);border-radius:16px;padding:clamp(24px,3vw,38px);box-shadow:0 18px 44px -30px rgba(14,26,43,.45)}
.ie-form .frow{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ie-form .field{margin-bottom:16px}
.ie-form label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:7px}
.ie-form input,.ie-form textarea{width:100%;font-family:'Inter';font-size:15px;color:var(--ink);background:#fff;border:1.5px solid var(--line);border-radius:9px;padding:12px 14px;transition:border-color .18s ease,box-shadow .18s ease}
.ie-form input:focus,.ie-form textarea:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px rgba(242,100,26,.14)}
.ie-form textarea{min-height:140px;resize:vertical}
.ie-form .hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.ie-form .btn{width:100%;justify-content:center;margin-top:4px}

/* result banner */
.ie-alert{border-radius:10px;padding:14px 18px;font-size:14.5px;font-weight:500;margin-bottom:22px}
.ie-alert.ok{background:#e7f6ec;border:1px solid #b6e0c4;color:#1d6b39}
.ie-alert.err{background:#fdecea;border:1px solid #f3c4bd;color:#b23121}

/* map */
.ie-map{margin-top:clamp(28px,4vw,46px);border-radius:16px;overflow:hidden;border:1px solid var(--line);line-height:0}
.ie-map iframe{width:100%;height:360px;border:0;display:block;filter:grayscale(.2)}

@media (max-width:860px){
  .ie-cwrap{grid-template-columns:1fr}
}
@media (max-width:600px){
  .ie-form .frow{grid-template-columns:1fr}
}
