/* Consilium Growth. Market entry and growth. Production stylesheet. */

:root{
  --ink:#090909; --surface:#0F0F0F; --deep:#050505;
  --green:#163B2C; --green-light:#60A886;
  --white:#FFFFFF; --body:#AAAAAA; --label:#808080; --rule:#282828;
  --disp:"Archivo",Arial,sans-serif; --text:"Inter",Arial,sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:var(--ink);color:var(--body);font-family:var(--text);-webkit-font-smoothing:antialiased;overflow-x:hidden}
.wrap{width:100%;max-width:1280px;margin:0 auto;padding:0 22px}
h1,h2,h3{font-family:var(--disp);color:var(--white);text-transform:uppercase;font-weight:800;letter-spacing:-0.02em;line-height:0.98}
.green{color:var(--green-light)}
.eyebrow{display:inline-block;font-family:var(--disp);font-weight:700;font-size:11.5px;letter-spacing:0.20em;text-transform:uppercase;color:var(--white);padding:6px 10px;background:var(--green)}
.lead{font-size:clamp(16px,4.4vw,20px);line-height:1.45;color:var(--body)}
.btn{display:inline-block;font-family:var(--disp);font-weight:600;font-size:12px;letter-spacing:0.14em;text-transform:uppercase;padding:15px 22px;text-decoration:none;cursor:pointer;border:0}
.btn-primary{background:var(--green);color:var(--white)}
.btn-ghost{color:var(--white);border:1px solid var(--rule);background:transparent}

/* header */
.site-head{position:sticky;top:0;z-index:40;background:rgba(9,9,9,0.86);backdrop-filter:blur(8px);border-bottom:1px solid var(--rule)}
.head-inner{display:flex;align-items:center;justify-content:space-between;height:60px}
.mark{font-family:var(--disp);font-weight:800;font-size:15px;letter-spacing:-0.01em;color:var(--white);text-transform:uppercase;text-decoration:none;display:flex;align-items:center;gap:7px}
.dot{width:8px;height:8px;background:var(--green);display:inline-block}
.nav-toggle{background:none;border:0;color:var(--white);font-size:20px;cursor:pointer}
.nav{position:absolute;top:60px;left:0;right:0;background:var(--ink);border-bottom:1px solid var(--rule);flex-direction:column;display:none}
.nav.open{display:flex}
.nav a{padding:16px 22px;color:var(--body);text-decoration:none;font-family:var(--disp);font-weight:700;font-size:12px;letter-spacing:0.14em;text-transform:uppercase;border-top:1px solid var(--rule)}
.nav a:hover{color:var(--white)}

/* hero */
.hero{position:relative;min-height:max(88vh,660px);display:flex;align-items:flex-end;overflow:hidden;background:var(--deep);padding-bottom:36px}
.hero-word{position:absolute;left:22px;top:13vh;font-family:var(--disp);font-weight:800;text-transform:uppercase;font-size:min(clamp(56px,15.5vw,240px),24vh);line-height:0.82;letter-spacing:-0.03em;color:var(--white);white-space:nowrap;pointer-events:none;z-index:3}
.hero-city{position:absolute;inset:0;z-index:2}
.hero-city .layer{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease;background-size:cover;background-position:center 45%}
.hero-city .layer.on{opacity:1}
.hero-scrim{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(to bottom,rgba(9,9,9,0.75) 0%,rgba(9,9,9,0.35) 20%,rgba(9,9,9,0.08) 44%,rgba(9,9,9,0.5) 78%,rgba(9,9,9,0.96) 100%)}
.hero-inner{position:relative;z-index:4;width:100%}
.hero-rule{width:2px;height:46px;background:var(--green);margin-bottom:22px}
.hero h1{font-size:clamp(34px,8vw,56px);line-height:1.05;letter-spacing:-0.02em;text-shadow:0 2px 30px rgba(0,0,0,0.6)}
.hero h1 .ln{display:block}
.hero h1 .ln+.ln{margin-top:0.4em}
.hero-cta{display:flex;flex-direction:column;gap:12px;margin-top:26px}
.hero-cta .btn{text-align:center}
.dots{display:flex;gap:8px;margin-top:26px}
.dots i{width:22px;height:3px;background:var(--rule);display:block;transition:background .4s}
.dots i.on{background:var(--green)}

/* sections */
.section{padding:64px 0;border-top:1px solid var(--rule)}
.section.surface{background:var(--surface)}
.section h2{font-size:clamp(24px,6vw,40px);margin:22px 0 22px}

/* offers */
.offers{margin-top:14px}
.offer{position:relative;border-top:1px solid var(--rule);padding:30px 0}
.offer:last-child{border-bottom:1px solid var(--rule)}
.offer .idx{font-family:var(--disp);font-weight:800;font-size:76px;line-height:0.78;color:transparent;-webkit-text-stroke:1px #2c2c2c;display:block;margin-bottom:14px}
.offer h3{font-size:23px;letter-spacing:-0.01em}
.offer .promise{font-size:15px;line-height:1.55;margin-top:10px;max-width:52ch}
.offer .out{margin-top:18px;font-family:var(--disp);font-weight:700;font-size:11px;letter-spacing:0.16em;text-transform:uppercase;color:var(--label);display:flex;align-items:center;gap:9px}
.offer .out::before{content:"";width:6px;height:6px;background:var(--green);flex:0 0 auto}

/* method */
.method-wrap{position:relative;margin-top:34px;padding-left:8px}
.timeline{position:relative}
.timeline::before{content:"";position:absolute;left:19px;top:12px;bottom:12px;width:1px;background:var(--rule)}
.tl{position:relative;display:flex;gap:18px;padding:0 0 30px 0}
.tl:last-child{padding-bottom:0}
.node{position:relative;z-index:2;flex:0 0 auto;width:40px;height:40px;border-radius:50%;background:var(--deep);border:1px solid var(--rule);display:flex;align-items:center;justify-content:center;color:var(--body)}
.node svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.6}
.tl.is-route .node{width:52px;height:52px;background:var(--green);border-color:var(--green);color:#fff;margin-left:-6px}
.tl.is-route .node svg{width:22px;height:22px}
.tl-body{padding-top:3px}
.tl-body .st{font-family:var(--disp);font-weight:800;text-transform:uppercase;color:var(--white);font-size:17px;letter-spacing:0.01em}
.tl.is-route .tl-body .st{color:var(--green-light)}
.tl-body .sd{font-size:14px;color:var(--body);margin-top:5px}
.tl-body .op{margin-top:10px;font-size:12px;color:var(--label)}
.tl-body .op b{font-family:var(--disp);font-weight:700;letter-spacing:0.14em;color:var(--label);display:block;font-size:10px;margin-bottom:3px}

/* record grid */
.record-grid{display:grid;grid-template-columns:1fr 1fr;border-left:1px solid var(--rule);border-top:1px solid var(--rule);margin-top:40px}
.record-grid .cell{padding:26px 20px;border-right:1px solid var(--rule);border-bottom:1px solid var(--rule)}
.record-grid .cell b{font-family:var(--disp);font-weight:800;color:var(--white);font-size:clamp(30px,9vw,44px);display:block;line-height:1}
.record-grid .cell b.sm{font-size:clamp(24px,7vw,34px)}
.record-grid .cell span{display:block;margin-top:10px;font-family:var(--disp);font-weight:700;font-size:11px;letter-spacing:0.10em;text-transform:uppercase;color:var(--label)}

/* sectors */
.sectors-lead{margin-top:14px}
.sectors{display:flex;flex-direction:column;margin-top:30px;border-top:1px solid var(--rule)}
.sectors .item{padding:18px 0;border-bottom:1px solid var(--rule);display:flex;align-items:baseline;justify-content:space-between;gap:14px}
.sectors .item b{font-family:var(--disp);font-weight:800;text-transform:uppercase;color:var(--white);font-size:clamp(18px,5.5vw,24px);letter-spacing:-0.01em}
.sectors .item span{font-size:12.5px;color:var(--label);text-align:right;max-width:46%}

/* closing */
.closing{background:var(--green)}
.closing h2{color:var(--white)}
.closing .btn-primary{background:var(--white);color:var(--green);margin-top:26px}

/* contact */
.contact-block{margin-top:34px;max-width:560px}
.field-row{display:grid;grid-template-columns:1fr;gap:0}
@media(min-width:520px){.field-row{grid-template-columns:1fr 1fr;gap:16px}}
.field{margin-bottom:18px}
.field label{display:block;font-family:var(--disp);font-weight:700;font-size:11px;letter-spacing:0.14em;text-transform:uppercase;color:var(--label);margin-bottom:8px}
.field input,.field textarea{width:100%;background:var(--deep);border:1px solid var(--rule);color:var(--white);font-family:var(--text);font-size:16px;padding:13px 14px}
.field input:focus,.field textarea:focus{outline:0;border-color:var(--green-light)}
.field textarea{min-height:130px;resize:vertical}
.contact-detail{margin-top:30px;font-size:14px;color:var(--label)}

/* footer */
.site-foot{background:var(--deep);border-top:2px solid var(--green);padding:34px 0}
.foot-inner{display:flex;flex-direction:column;gap:14px}
.descriptor{display:block;font-family:var(--disp);font-weight:700;font-size:11px;letter-spacing:0.16em;text-transform:uppercase;color:var(--label);margin-top:8px}
.site-foot small{color:var(--label);font-size:13px}

/* back to top */
.totop{position:fixed;right:16px;bottom:16px;z-index:55;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--rule);color:var(--white);opacity:0;pointer-events:none;transition:opacity .3s,border-color .3s;cursor:pointer}
.totop.show{opacity:1;pointer-events:auto}
.totop:hover{border-color:var(--green-light)}
.totop svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}

@media(min-width:760px){
  .wrap{padding:0 56px}
  .hero-word{left:56px}
  .nav{position:static;display:flex;flex-direction:row;background:none;border:0;gap:26px}
  .nav a{padding:0;border:0;font-size:11.5px;letter-spacing:0.14em}
  .nav-toggle{display:none}
  .hero-cta{flex-direction:row}
  .offers{display:flex;gap:0;border-top:1px solid var(--rule)}
  .offer{flex:1;border-top:0;padding:34px 28px 34px 0}
  .offer:last-child{border-bottom:0}
  .offer:not(:last-child){border-right:1px solid var(--rule);margin-right:28px}
  .record-grid{grid-template-columns:repeat(3,1fr)}
  .record-grid .cell:nth-child(3n){border-right:1px solid var(--rule)}
  .sectors .item span{max-width:60%}
  .timeline{display:flex;gap:14px}
  .timeline::before{top:20px;bottom:auto;left:20px;right:20px;width:auto;height:1px}
  .tl{flex:1;flex-direction:column;padding:0}
}
